/* ============================================================
   Rose's Sugar Shack — page styles (PUBLIC-PAGES lane)
   Extends site.css tokens/components; never restyles them.
   Mobile-first at 375px.
   ============================================================ */

/* ---------- reveal-on-scroll ---------- */
.js-reveal .rv {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
  transition-delay: calc(var(--rv-i, 0) * 90ms);
}
.js-reveal .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-reveal .rv { opacity: 1; transform: none; }
}

/* ---------- shared page hero (story / local / feedback) ---------- */
.page-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(191,221,224,.4), rgba(251,245,233,0) 75%),
    var(--cream-deep);
  padding: 2.6rem 0 2.2rem;
  text-align: center;
}
.page-hero .kicker { display: inline-flex; align-items: center; gap: .4rem; justify-content: center; }
.page-hero-sub { max-width: 620px; margin: 0 auto; }
.page-hero-scallop {
  position: absolute; left: 0; right: 0; bottom: -18px;
  --scallop-color: var(--cream-deep);
  transform: rotate(180deg);
}
.page-hero + * { margin-top: 18px; }

/* ============================================================
   HOME
   ============================================================ */
.hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 768px) { .hero { min-height: 560px; } }
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 62%;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(58,46,34,.18) 0%, rgba(58,46,34,.06) 34%, rgba(43,32,22,.78) 100%);
}
.hero-inner {
  position: relative;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 3.4rem;
  color: #FFF9EE;
}
.hero-kicker { color: var(--butter); text-shadow: 0 1px 8px rgba(43,32,22,.5); }
.hero-title {
  color: #FFFDF7;
  max-width: 17ch;
  text-shadow: 0 2px 18px rgba(43,32,22,.55);
}
.hero-sub {
  max-width: 560px;
  font-size: 1.05rem;
  color: #F6EBD9;
  text-shadow: 0 1px 10px rgba(43,32,22,.6);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.3rem 0 1rem; }
.hero-btn-secondary {
  background: rgba(255,253,247,.92);
  border-color: rgba(255,253,247,.92);
  color: var(--teal-deep);
}
.hero-btn-secondary:hover { background: #fff; color: var(--teal-deep); }
.hero-status { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; margin: 0; }
.hero-hours { font-weight: 600; font-size: .95rem; color: #F6EBD9; text-shadow: 0 1px 8px rgba(43,32,22,.6); }
.hero-scallop {
  position: absolute; left: 0; right: 0; bottom: -1px;
  --scallop-color: var(--cream);
  transform: rotate(180deg);
}

/* quick actions */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
  margin-top: 1.6rem;
}
@media (min-width: 768px) { .quick-actions { grid-template-columns: repeat(4, 1fr); margin-top: 2.2rem; } }
.qa {
  display: flex; flex-direction: column; align-items: center; gap: .25rem;
  padding: 1rem .6rem .9rem;
  text-align: center;
  text-decoration: none;
  color: var(--ink);
  min-height: 96px;
  transition: transform .12s ease, box-shadow .15s ease;
}
.qa:hover { transform: translateY(-2px); box-shadow: var(--shadow-pop); color: var(--ink); }
.qa svg { color: var(--red); }
.qa-label { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; }
.qa-sub { font-size: .78rem; color: var(--ink-soft); }

/* featured dishes */
.featured-grid { margin-top: .4rem; }
.featured-card { overflow: hidden; display: flex; flex-direction: column; }
.no-photo {
  height: 86px;
  display: flex; align-items: center; justify-content: center;
  background:
    repeating-linear-gradient(-45deg, rgba(195,64,43,.09) 0 14px, transparent 14px 28px),
    linear-gradient(180deg, var(--cream-deep), var(--shell));
  border-bottom: 1px solid var(--line);
}
.no-photo-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--shell); border: 1px solid var(--line);
  color: var(--butter); box-shadow: var(--shadow-card);
}
.no-photo-mark svg { color: #D9A619; }
.featured-name { margin-bottom: .3rem; }
.featured-desc { color: var(--ink-soft); font-size: .93rem; margin-bottom: .7rem; }
.featured-meta { display: flex; align-items: center; gap: .6rem; margin: auto 0 0; }
.price {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--red-deep);
  white-space: nowrap;
}
.more-link { margin-top: 1.8rem; }

/* how it works */
.how-card { position: relative; padding-top: 1.4rem; }
.how-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: #FBE9E4; color: var(--red);
  margin-bottom: .8rem;
}
.how-card h3 { margin-bottom: .35rem; }
.how-card p { color: var(--ink-soft); font-size: .95rem; }
.how-link {
  display: inline-flex; align-items: center; gap: .3rem;
  font-weight: 700; text-decoration: none;
}
.how-link:hover { text-decoration: underline; }

/* hours */
.hours-wrap { max-width: 720px; }
.hours-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.hours-table th, .hours-table td {
  text-align: left;
  padding: .75rem 1.1rem;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: 0; }
.hours-table th { font-weight: 700; }
.hours-table td { text-align: right; font-variant-numeric: tabular-nums; }
.hours-table tr.is-today { background: #FDF3D8; }
.today-mark {
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--red); margin-left: .45rem;
}

/* teasers */
.teaser-grid { display: grid; gap: 1.8rem; align-items: center; }
@media (min-width: 768px) {
  .teaser-grid { grid-template-columns: 5fr 7fr; gap: 3rem; }
  .teaser-grid-flip { grid-template-columns: 7fr 5fr; }
}
.teaser-photo { margin: 0; }
.teaser-photo img {
  border-radius: var(--radius-lg);
  border: 6px solid var(--shell);
  box-shadow: var(--shadow-pop);
  transform: rotate(-1.2deg);
}
.teaser-grid-flip .teaser-photo img { transform: rotate(1.2deg); }
.teaser-photo figcaption {
  margin-top: .8rem;
  font-size: .85rem; color: var(--ink-soft);
  text-align: center; font-style: italic;
}
.motto-mini {
  margin: 1.1rem 0 1.4rem;
  padding: .8rem 1.1rem;
  border-left: 4px solid var(--red);
  background: var(--shell);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-display);
  font-size: 1.06rem;
  color: var(--ink);
}

/* reviews band */
.review-band { padding-bottom: 2rem; }
.review-cta-copy { max-width: 560px; margin: 0 auto 1.4rem; }
.review-links { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; }

/* ============================================================
   MENU
   ============================================================ */
.menu-hero { padding: 2.4rem 0 1.4rem; }
.menu-hero-sub { max-width: 600px; }
.menu-closed-note {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #FDF3D8; color: #6d4d05;
  border: 1px solid #EED9A0;
  padding: .55rem .95rem; border-radius: 10px;
  font-weight: 600; font-size: .92rem;
}

.chipnav {
  position: sticky;
  top: 64px;
  z-index: 50;
  background: rgba(251,245,233,.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.chipnav-scroll {
  display: flex; gap: .5rem;
  overflow-x: auto;
  padding-top: .55rem; padding-bottom: .55rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.chipnav-scroll::-webkit-scrollbar { display: none; }
.chipnav-link {
  flex: 0 0 auto;
  display: inline-flex; align-items: center;
  min-height: 40px;
  padding: .3rem .95rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--shell);
  color: var(--ink);
  font-weight: 600; font-size: .9rem;
  text-decoration: none;
  white-space: nowrap;
}
.chipnav-link:hover { border-color: var(--red); color: var(--red-deep); }
.chipnav-link.is-active {
  background: var(--red); border-color: var(--red);
  color: #fff;
}

.menu-toolbar {
  display: flex; flex-direction: column; gap: .8rem;
  margin: 1.3rem auto .4rem;
}
@media (min-width: 768px) {
  .menu-toolbar { flex-direction: row; align-items: center; justify-content: space-between; }
  .menu-search { flex: 1; max-width: 420px; }
}
.menu-search input[type=search] { border-radius: 999px; padding-left: 1.1rem; }
.menu-no-results {
  background: var(--shell);
  border: 1.5px dashed var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  margin: 1.4rem 0;
  color: var(--ink-soft);
  font-weight: 600;
}

.menu-cat { padding: 1.6rem 0 .6rem; scroll-margin-top: 132px; }
.menu-cat-head {
  display: flex; flex-direction: column;
  border-bottom: 3px double var(--line);
  padding-bottom: .5rem; margin-bottom: 1rem;
}
.menu-cat-head h2 { margin-bottom: .1rem; }
.menu-specials .menu-cat-head { border-bottom-color: var(--butter); }

.menu-grid { display: grid; gap: .9rem; }
@media (min-width: 640px) { .menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .menu-grid { grid-template-columns: repeat(3, 1fr); } }

.menu-item {
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.menu-item-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.menu-item-body {
  padding: .95rem 1.05rem 1.05rem;
  display: flex; flex-direction: column; flex: 1;
}
.menu-item-top {
  display: flex; align-items: baseline; justify-content: space-between; gap: .8rem;
}
.menu-item-name { font-size: 1.08rem; margin-bottom: .25rem; }
.menu-item-desc { color: var(--ink-soft); font-size: .9rem; margin-bottom: .55rem; }
.menu-item-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 .6rem; }
.menu-item-actions { margin-top: auto; }
.menu-item.is-special { background: linear-gradient(180deg, #FDF6E2, var(--shell)); }

.menu-item.is-soldout .menu-item-name,
.menu-item.is-soldout .menu-item-desc,
.menu-item.is-soldout .price { opacity: .5; }
.menu-item.is-soldout .menu-item-photo { filter: grayscale(.7); opacity: .7; }
.soldout-note { font-size: .88rem; font-style: italic; }
.ask-price {
  display: inline-flex; align-items: center; gap: .35rem;
  min-height: 44px;
  font-weight: 700; font-size: .92rem;
  text-decoration: none;
}
.ask-price:hover { text-decoration: underline; }
.add-btn { align-self: flex-start; }
.add-btn.is-added { border-color: var(--ok); color: var(--ok); }

/* customization sheet */
.sheet {
  border: none;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: auto 0 0;
  max-height: 88dvh;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 -18px 50px rgba(43,32,22,.35);
}
@media (min-width: 640px) {
  .sheet {
    margin: auto;
    width: min(560px, calc(100vw - 2rem));
    border-radius: var(--radius-lg);
    max-height: 86dvh;
  }
}
.sheet::backdrop { background: rgba(43,32,22,.55); backdrop-filter: blur(2px); }
.sheet-form { display: flex; flex-direction: column; max-height: inherit; }
.sheet-head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.2rem .8rem;
  border-bottom: 1px solid var(--line);
  background:
    repeating-linear-gradient(90deg, rgba(195,64,43,.07) 0 12px, transparent 12px 24px),
    var(--cream);
}
.sheet-title { font-size: 1.3rem; margin: 0; }
.sheet-close {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: var(--shell);
  color: var(--ink);
  cursor: pointer;
}
.sheet-close:hover { border-color: var(--red); color: var(--red); }
.sheet-body {
  padding: 1rem 1.2rem;
  overflow-y: auto;
  flex: 1;
  min-height: 60px;
}
.sheet-desc { color: var(--ink-soft); font-size: .92rem; margin-bottom: 1rem; }
.sheet-group { margin-bottom: 1.15rem; }
.sheet-group-name {
  font-weight: 700; font-family: var(--font-body);
  font-size: .95rem; margin: 0 0 .5rem;
  display: flex; align-items: baseline; gap: .5rem;
}
.sheet-group-req { font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--red); }
.sheet-group-opt { font-size: .78rem; color: var(--ink-soft); font-weight: 500; }
.sheet .chip { font-size: .92rem; }
.chip-delta { color: var(--ink-soft); font-weight: 500; font-size: .84rem; }
.sheet-notes label { margin-top: 0; }
.sheet-error { color: var(--danger); font-weight: 600; font-size: .9rem; margin: .3rem 0 0; }
.sheet-foot {
  display: flex; align-items: center; gap: .9rem;
  padding: .9rem 1.2rem calc(.9rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--shell);
}
.qty-stepper {
  display: inline-flex; align-items: center; gap: .1rem;
  border: 1.5px solid var(--line); border-radius: 999px;
  background: var(--cream);
}
.qty-btn {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border: none; background: none; color: var(--ink);
  border-radius: 50%; cursor: pointer;
}
.qty-btn:hover { color: var(--red); }
.qty-value {
  min-width: 2ch; text-align: center;
  font-weight: 800; font-variant-numeric: tabular-nums;
}
.sheet-add { flex: 1; white-space: nowrap; }

/* ============================================================
   STORY
   ============================================================ */
.story-grid { display: grid; gap: 2.2rem; }
@media (min-width: 900px) { .story-grid { grid-template-columns: 7fr 5fr; gap: 3.4rem; } }
.story-copy { font-size: 1.06rem; max-width: 62ch; }
.story-copy p:first-child::first-letter {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 3.1em;
  float: left;
  line-height: .82;
  padding: .06em .12em 0 0;
  color: var(--red);
}
.story-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.story-photos { display: grid; gap: 1.6rem; align-content: start; }
@media (min-width: 640px) and (max-width: 899px) { .story-photos { grid-template-columns: repeat(2, 1fr); } }
.story-photo { margin: 0; }
.story-photo img {
  border-radius: var(--radius-lg);
  border: 6px solid var(--shell);
  box-shadow: var(--shadow-card);
}
.story-photo:nth-child(odd) img { transform: rotate(-1.4deg); }
.story-photo:nth-child(even) img { transform: rotate(1.2deg); }
.story-photo figcaption {
  margin-top: .7rem;
  text-align: center;
  font-size: .85rem; font-style: italic; color: var(--ink-soft);
}

.motto-band { margin: 1.5rem 0; }
.motto-band .wrap { padding-top: 2.6rem; padding-bottom: 2.6rem; }
.motto-quote {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.motto-quote p {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 4.5vw, 2rem);
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: .6rem;
}
.motto-quote cite { font-style: normal; font-size: .9rem; color: var(--ink-soft); font-weight: 600; }

/* FAQ */
.faq-wrap { max-width: 760px; }
.faq-item {
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: .7rem;
  box-shadow: var(--shadow-card);
}
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .95rem 1.15rem;
  min-height: 52px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  border-radius: var(--radius);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-marker {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--cream-deep); color: var(--red);
  transition: transform .2s ease;
}
.faq-item[open] .faq-marker { transform: rotate(45deg); }
.faq-item[open] summary { border-bottom: 1px dashed var(--line); border-radius: var(--radius) var(--radius) 0 0; }
.faq-item p { padding: .85rem 1.15rem 1rem; margin: 0; color: var(--ink-soft); }
.faq-more { margin-top: 1.6rem; }

/* ============================================================
   LOCAL
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem;
}
@media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
@media (min-width: 1000px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
.g-item { margin: 0; position: relative; }
.g-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 4px solid var(--shell);
  box-shadow: var(--shadow-card);
}
.g-item figcaption {
  font-size: .78rem; color: var(--ink-soft);
  margin-top: .3rem; text-align: center;
}

.spot-card { position: relative; padding-left: 1.2rem; }
.spot-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: #DFEBEC; color: var(--teal-deep);
  margin-bottom: .6rem;
}
.spot-card h3 { margin-bottom: .3rem; }
.spot-card p { color: var(--ink-soft); font-size: .95rem; }
.surf-links { margin-top: 1.6rem; color: var(--ink-soft); }

.directions-grid { display: grid; gap: 1.8rem; align-items: start; }
@media (min-width: 768px) { .directions-grid { grid-template-columns: 7fr 5fr; gap: 3rem; } }
.directions-address {
  display: flex; align-items: flex-start; gap: .5rem;
  font-style: normal; font-weight: 700; font-size: 1.05rem;
  margin-bottom: .7rem;
}
.directions-address svg { flex: 0 0 auto; color: var(--red); margin-top: .2rem; }
.directions-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.1rem; }
.hours-mini h3 { display: flex; align-items: center; gap: .5rem; margin-bottom: .4rem; }
.hours-mini svg { color: var(--teal); }

/* ============================================================
   FEEDBACK
   ============================================================ */
.feedback-wrap { max-width: 640px; }
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}
.rating-fieldset {
  border: none; padding: 0; margin: 0 0 .4rem;
}
.rating-fieldset legend { font-weight: 700; padding: 0; margin-bottom: .5rem; }
.rating-chip svg { color: #D9A619; }
.hint-inline { font-weight: 500; color: var(--ink-soft); font-size: .85rem; }
.req { color: var(--red); }
.feedback-optional { margin-top: .3rem; }
.feedback-submit { margin-top: 1.4rem; }
.feedback-thanks { text-align: center; padding: 2rem 1.4rem; }
.thanks-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: #E2EFDF; color: var(--ok);
  margin-bottom: .9rem;
}
.feedback-rule { border: none; border-top: 1px dashed var(--line); margin: 1.4rem 0; }
.feedback-thanks .review-links { margin-bottom: 1.4rem; }

/* ============================================================
   404
   ============================================================ */
.notfound { padding-top: 2rem; }
.notfound-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 84px; height: 84px; border-radius: 50%;
  background: #DFEBEC; color: var(--teal-deep);
  margin-bottom: 1.1rem;
}
.notfound-ctas {
  display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center;
  margin-top: 1.4rem;
}

/* round-2 surf accents */
.motto-surf { display: inline-block; vertical-align: -3px; margin-left: .35rem; color: var(--teal-deep); transform: rotate(18deg); }
.map-embed { overflow: hidden; }
.spot-level { margin: -.3rem 0 .5rem; }

/* ---- featured dishes: real photos (2026-07-09 pass) ---- */
.featured-photo-link {
  display: block; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.featured-photo {
  display: block; width: 100%;
  aspect-ratio: 3 / 2; object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
@media (hover: hover) {
  .featured-card:hover .featured-photo { transform: scale(1.05); }
}
@media (prefers-reduced-motion: reduce) {
  .featured-photo { transition: none; }
}

/* ---- mobile hero legibility (2026-07-09 pass) ----
   On phones the hero content outgrows the image, pushing the headline over
   the bright sky/trellis where the desktop scrim is nearly transparent.
   Heavier warm scrim + stronger type contrast, mobile only. */
@media (max-width: 767px) {
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(43,32,22,.58) 0%, rgba(43,32,22,.42) 42%, rgba(43,32,22,.84) 100%);
  }
  .hero-img { object-position: center 70%; }
  .hero-inner { padding-top: 3rem; padding-bottom: 2.6rem; }
  .hero-kicker {
    display: inline-block;
    padding: .28rem .7rem; border-radius: 999px;
    background: rgba(43,32,22,.5);
    color: #FFDE8A;
    text-shadow: none;
    letter-spacing: .08em;
  }
  .hero-title {
    text-shadow: 0 2px 6px rgba(30,22,14,.75), 0 6px 26px rgba(30,22,14,.55);
  }
  .hero-sub {
    color: #FFF3DD;
    font-size: 1.02rem; line-height: 1.55;
    text-shadow: 0 1px 4px rgba(30,22,14,.8), 0 4px 16px rgba(30,22,14,.5);
  }
  .hero-hours {
    color: #FFF3DD;
    text-shadow: 0 1px 4px rgba(30,22,14,.85);
  }
}

/* ---- /local mini jump-menu (2026-07-09) ---- */
.local-mininav { padding: .8rem 0 .2rem; }
.local-mininav-row { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; }
.local-mininav a {
  padding: .45rem .95rem; border-radius: 999px;
  background: var(--shell); border: 1px solid var(--line);
  font-size: .88rem; font-weight: 700; color: var(--ink); text-decoration: none;
  white-space: nowrap;
}
.local-mininav a:hover { border-color: var(--red); color: var(--red); }
@media (max-width: 640px) {
  .local-mininav-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: .3rem; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
}
/* live cams grid */
.cams-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .7rem; margin-top: 1rem; }
.cam-card {
  display: flex; align-items: center; gap: .6rem;
  padding: .75rem .9rem; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); text-decoration: none; color: var(--ink);
  font-weight: 700;
}
.cam-card:hover { border-color: var(--teal-deep); box-shadow: var(--shadow-card); }
.cam-card .cam-dot { width: 10px; height: 10px; border-radius: 50%; background: #E4573D; flex: 0 0 auto; animation: cam-pulse 1.6s ease-in-out infinite; }
.cam-card .cam-area { display: block; font-size: .76rem; font-weight: 600; color: var(--ink-soft); }
.cam-card .cam-go { margin-left: auto; color: var(--teal-deep); font-size: .8rem; font-weight: 800; white-space: nowrap; }
@keyframes cam-pulse { 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) { .cam-card .cam-dot { animation: none; } }
.cams-note { font-size: .82rem; color: var(--ink-soft); margin-top: .8rem; }

/* ---- live-cam lightbox overlay ---- */
.cam-lightbox {
  width: min(96vw, 1100px); border: 0; padding: 0;
  border-radius: var(--radius-lg); overflow: hidden;
  background: #17120C; color: #FFF9EE; box-shadow: var(--shadow-pop);
}
.cam-lightbox::backdrop { background: rgba(23,18,12,.82); backdrop-filter: blur(3px); }
.cam-lb-head {
  display: flex; align-items: center; gap: .9rem;
  padding: .6rem .9rem; font-size: .95rem;
}
.cam-lb-head a { color: #E8C87A; font-size: .8rem; margin-left: auto; }
.cam-lb-close {
  background: none; border: 0; color: #FFF9EE; font-size: 1.15rem;
  cursor: pointer; padding: .2rem .5rem; line-height: 1;
}
.cam-lb-frame { position: relative; aspect-ratio: 16 / 9; background: #000; }
.cam-lb-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- home proof bar + ready-around (2026-07-09 trust pass) ---- */
.proof-bar {
  display: flex; gap: .6rem; flex-wrap: wrap; justify-content: center;
  margin-top: 1.4rem;
}
.proof-item {
  display: inline-flex; align-items: baseline; gap: .35rem;
  padding: .5rem 1rem; border-radius: 999px;
  background: var(--shell); border: 1px solid var(--line);
  font-size: .9rem; font-weight: 700; color: var(--ink); text-decoration: none;
}
a.proof-item:hover { border-color: var(--red); color: var(--red); }
.proof-item .proof-sub { font-size: .76rem; font-weight: 600; color: var(--ink-soft); }
.ready-around {
  background: #FFF6E3; border-left: 4px solid #D9A619;
  padding: .6rem .9rem; border-radius: 8px; font-size: .98rem; margin: .4rem 0 1rem;
}
