:root {
  --ink: #10222e;
  --ink-soft: #5e6e77;
  --deep: #07161e;
  --deep-2: #103041;
  --sea: #0f7e84;
  --sea-dark: #095d61;
  --sand: #f4efe7;
  --sand-2: #fbf8f3;
  --shell: #fffdf9;
  --gold: #c39763;
  --gold-soft: #f2e4d2;
  --line: rgba(16, 34, 46, 0.1);
  --shadow-lg: 0 22px 48px rgba(7, 22, 30, 0.12);
  --shadow-md: 0 12px 28px rgba(7, 22, 30, 0.08);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --site-width: min(1360px, calc(100vw - 1.2rem));
  --body-font: "Plus Jakarta Sans", sans-serif;
  --heading-font: "Fraunces", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body-font);
  line-height: 1.55;
  background:
    radial-gradient(circle at top left, rgba(15, 126, 132, 0.08), transparent 20rem),
    radial-gradient(circle at top right, rgba(195, 151, 99, 0.08), transparent 24rem),
    linear-gradient(180deg, #fbf8f3 0%, #f4efe7 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(15, 126, 132, 0.28);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--deep);
  color: #f6fbfc;
}

.skip-link:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  opacity: 1;
  pointer-events: auto;
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.header-utility {
  display: none;
}

.header-main {
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid rgba(16, 34, 46, 0.08);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled .header-main {
  box-shadow: 0 10px 30px rgba(7, 22, 30, 0.08);
}

.utility-inner,
.header-inner,
.hero-shell,
.section-shell,
.footer-inner,
.mobile-cta-inner {
  width: var(--site-width);
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.8rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  gap: 0.12rem;
}

.brand-copy strong {
  font-family: var(--heading-font);
  font-size: 1.02rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.brand-copy span {
  display: none;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 0.95rem;
  background: linear-gradient(135deg, var(--deep), var(--deep-2));
  color: #f4fbfc;
  cursor: pointer;
}

.site-nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0.6rem;
  right: 0.6rem;
  display: none;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(16, 34, 46, 0.08);
  box-shadow: 0 20px 50px rgba(7, 22, 30, 0.16);
}

body.nav-open .site-nav {
  display: flex;
}

.nav-links,
.nav-tools {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.nav-links a {
  padding: 0.35rem 0;
  font-weight: 700;
  color: var(--ink-soft);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(16, 34, 46, 0.08);
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
}

.language-switch a[aria-current="page"] {
  background: rgba(15, 126, 132, 0.12);
}

.language-switch img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: cover;
  border-radius: 999px;
}

.button,
.button-secondary,
.social-pill,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button,
.button-secondary {
  width: 100%;
  padding: 0.92rem 1.2rem;
}

.button {
  color: #f4fbfc;
  background: linear-gradient(135deg, var(--sea), var(--sea-dark));
  box-shadow: 0 12px 26px rgba(15, 126, 132, 0.24);
}

.button-secondary {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(16, 34, 46, 0.08);
  box-shadow: var(--shadow-md);
}

.social-pill {
  padding: 0.82rem 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eff9fb;
}

.text-link {
  justify-content: flex-start;
  margin-top: 0.75rem;
  color: var(--sea);
}

.button:hover,
.button-secondary:hover,
.social-pill:hover,
.text-link:hover,
.button:focus-visible,
.button-secondary:focus-visible,
.social-pill:focus-visible,
.text-link:focus-visible {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 0 2.2rem;
  color: #f4fbfc;
  background:
    radial-gradient(circle at top right, rgba(15, 126, 132, 0.22), transparent 18rem),
    radial-gradient(circle at 8% 18%, rgba(195, 151, 99, 0.18), transparent 18rem),
    linear-gradient(180deg, #07161e 0%, #0f2a39 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -2.8rem 0;
  height: 6rem;
  background: linear-gradient(180deg, rgba(7, 22, 30, 0) 0%, #f4efe7 78%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.2rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: #a9dde0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 800;
}

.hero-copy h1,
.section-heading h2,
.quick-card h3,
.reason-card h3,
.recipe-card h3,
.contact-card h3,
.faq-card h3 {
  font-family: var(--heading-font);
  letter-spacing: -0.025em;
}

.hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.1rem, 10vw, 3rem);
  line-height: 1.02;
}

.hero-copy .lead {
  margin: 1rem 0 0;
  max-width: 42rem;
  color: rgba(244, 251, 253, 0.78);
  font-size: 0.98rem;
}

.hero-actions,
.chip-row,
.stat-grid,
.quick-grid,
.story-layout,
.story-notes,
.selection-grid,
.insight-layout,
.reason-stack,
.recipe-grid,
.faq-grid,
.faq-list,
.visit-grid,
.contact-list,
.action-row,
.social-row,
.footer-links {
  display: grid;
  gap: 0.85rem;
}

.hero-actions,
.chip-row,
.action-row,
.social-row {
  display: flex;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 1.2rem;
}

.hero-highlights {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-highlights li {
  position: relative;
  padding-left: 1rem;
  color: rgba(244, 251, 253, 0.82);
  font-size: 0.92rem;
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--sea));
}

.chip-row {
  margin-top: 1rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.68rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(244, 251, 253, 0.84);
  font-size: 0.84rem;
}

.stat-grid {
  margin-top: 1.2rem;
}

.stat-card {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-card strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
}

.stat-card span {
  display: block;
  margin-top: 0.22rem;
  color: rgba(244, 251, 253, 0.72);
  font-size: 0.87rem;
}

.hero-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "main main"
    "top bottom"
    "note note";
  gap: 0.85rem;
}

.hero-stage--single {
  display: block;
}

.stage-card,
.quick-card,
.story-panel,
.selection-card,
.reason-card,
.recipe-card,
.gallery-card,
.faq-card,
.faq-item,
.contact-card,
.map-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.stage-card {
  position: relative;
  min-height: 11rem;
}

.stage-main {
  grid-area: main;
  min-height: auto;
}

.stage-top {
  grid-area: top;
}

.stage-bottom {
  grid-area: bottom;
}

.stage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-main img {
  aspect-ratio: 4 / 4.2;
}

.hero-stage--single .stage-main {
  min-height: auto;
}

.hero-stage--single .stage-main img {
  aspect-ratio: 4 / 3.15;
  object-position: center 58%;
}

.stage-top img,
.stage-bottom img {
  aspect-ratio: 1 / 1.12;
}

.stage-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.85rem 0.95rem;
  background: linear-gradient(180deg, rgba(7, 22, 30, 0) 0%, rgba(7, 22, 30, 0.88) 100%);
}

.stage-caption strong {
  display: block;
  color: #ffffff;
  font-size: 0.94rem;
}

.stage-caption span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(244, 251, 253, 0.72);
  font-size: 0.8rem;
}

.hero-stage--single .stage-caption {
  padding: 1rem 1.1rem 1.1rem;
}

.hero-stage--single .stage-caption strong {
  font-size: 1rem;
}

.hero-stage--single .stage-caption span {
  font-size: 0.88rem;
}

.market-note {
  grid-area: note;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.97);
  color: var(--ink);
  box-shadow: var(--shadow-lg);
}

.market-note .label,
.quick-card .label,
.reason-card .label,
.contact-row strong {
  display: inline-block;
  color: var(--sea);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}

.market-note h3 {
  margin: 0.5rem 0 0;
  font-size: 1.08rem;
  line-height: 1.1;
}

.market-note ul {
  margin: 0.75rem 0 0;
  padding-left: 1rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.section {
  padding: 2.7rem 0;
}

.section-heading {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 8vw, 2.55rem);
  line-height: 1.05;
}

.section-heading p {
  margin: 0;
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.quick-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(16.5rem, 84vw);
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scroll-snap-type: x proximity;
}

.quick-card {
  scroll-snap-align: start;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 34, 46, 0.08);
}

.quick-card h3 {
  margin: 0.4rem 0 0;
  font-size: 1.08rem;
  line-height: 1.12;
}

.quick-card p,
.quick-card address,
.quick-card a {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-style: normal;
  font-size: 0.92rem;
}

.story-layout,
.insight-layout,
.faq-grid,
.visit-grid {
  grid-template-columns: 1fr;
}

.story-panel,
.reason-card,
.recipe-card,
.faq-card,
.faq-item,
.contact-card,
.map-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 34, 46, 0.08);
}

.story-panel img {
  width: 100%;
  aspect-ratio: 4 / 4.2;
  object-fit: cover;
  object-position: center 34%;
}

.panel-copy,
.recipe-card .card-copy,
.faq-card,
.contact-card {
  padding: 1rem;
}

.panel-copy strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.panel-copy span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.story-notes {
  margin-top: 1rem;
}

.story-note {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(195, 151, 99, 0.1);
  border: 1px solid rgba(195, 151, 99, 0.12);
}

.story-note strong {
  display: block;
  margin-bottom: 0.2rem;
}

.story-note span {
  color: var(--ink-soft);
}

.selection-wrap,
.gallery-band {
  padding: 1rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.selection-wrap {
  color: #edf8fa;
  background:
    radial-gradient(circle at top right, rgba(15, 126, 132, 0.16), transparent 18rem),
    linear-gradient(180deg, #0b1f2c 0%, #112f3f 100%);
}

.selection-wrap .eyebrow,
.selection-wrap .section-heading p,
.selection-card p {
  color: rgba(237, 248, 250, 0.78);
}

.selection-wrap .section-heading h2,
.selection-card h3 {
  color: #ffffff;
}

.selection-grid {
  grid-template-columns: 1fr;
}

.selection-card {
  position: relative;
  min-height: 16rem;
}

.selection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selection-card[data-area="fresh"] img {
  object-position: center 42%;
}

.selection-card[data-area="shell"] img {
  object-position: center 54%;
}

.selection-card[data-area="family"] img {
  object-position: center 46%;
}

.selection-card[data-area="seasonal"] img {
  object-position: center 48%;
}

.selection-card .card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, rgba(7, 22, 30, 0) 0%, rgba(7, 22, 30, 0.9) 100%);
}

.selection-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.selection-card p {
  margin: 0.28rem 0 0;
  font-size: 0.88rem;
}

.reason-card {
  padding: 1rem;
}

.reason-card h3 {
  margin: 0.45rem 0 0;
  font-size: 1.08rem;
  line-height: 1.12;
}

.reason-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.recipe-grid {
  grid-template-columns: 1fr;
}

.recipe-card img {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
  object-position: center 48%;
}

.recipe-card:nth-child(1) img {
  object-position: center 58%;
}

.recipe-card:nth-child(2) img {
  object-position: center 46%;
}

.recipe-card:nth-child(3) img {
  object-position: center 52%;
}

.recipe-card:nth-child(4) img {
  object-position: center 58%;
}

.recipe-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.14;
}

.recipe-card p {
  margin: 0.48rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.gallery-band {
  color: #edf8fa;
  background:
    radial-gradient(circle at top left, rgba(15, 126, 132, 0.14), transparent 20rem),
    linear-gradient(180deg, #091820 0%, #113142 100%);
}

.gallery-band .eyebrow,
.gallery-band .section-heading p,
.gallery-card figcaption {
  color: rgba(237, 248, 250, 0.76);
}

.gallery-band .section-heading h2 {
  color: #ffffff;
}

.masonry-gallery {
  columns: 1;
  column-gap: 0.85rem;
}

.gallery-card {
  break-inside: avoid;
  margin-bottom: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gallery-card img {
  width: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.gallery-card:nth-child(1) img,
.gallery-card:nth-child(2) img,
.gallery-card:nth-child(6) img,
.gallery-card:nth-child(10) img {
  object-position: center 34%;
}

.gallery-card:nth-child(3) img,
.gallery-card:nth-child(5) img,
.gallery-card:nth-child(9) img {
  object-position: center 38%;
}

.gallery-card:nth-child(4) img,
.gallery-card:nth-child(7) img,
.gallery-card:nth-child(8) img {
  object-position: center 46%;
}

.gallery-card figcaption {
  padding: 0.8rem 0.9rem 0.95rem;
  font-size: 0.9rem;
}

.faq-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.14;
}

.faq-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.faq-item {
  padding: 0 1rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 0.95rem 0;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.contact-card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.14;
}

.contact-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.contact-list {
  margin-top: 0.9rem;
}

.contact-row {
  padding: 0.82rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row strong {
  margin-bottom: 0.18rem;
}

.contact-row span,
.contact-row a,
.contact-row address {
  color: var(--ink-soft);
  font-style: normal;
  font-size: 0.92rem;
}

.action-row,
.social-row {
  margin-top: 1rem;
}

.map-card {
  padding: 0.65rem;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: calc(var(--radius-lg) - 8px);
}

.footer {
  padding: 1.6rem 0 6.2rem;
}

.footer-inner {
  display: grid;
  gap: 0.9rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(16, 34, 46, 0.12);
}

.footer-copy strong {
  display: block;
  font-family: var(--heading-font);
  font-size: 1rem;
}

.footer-copy span,
.footer-links a {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  padding: 0.7rem 0 calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(255, 253, 249, 0.94);
  border-top: 1px solid rgba(16, 34, 46, 0.08);
  backdrop-filter: blur(16px);
}

.mobile-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.mobile-cta .button,
.mobile-cta .button-secondary {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  :root {
    --site-width: min(1360px, calc(100vw - 2rem));
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand-copy strong {
    font-size: 1.12rem;
  }

  .brand-copy span {
    display: block;
    font-size: 0.72rem;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .hero {
    padding-top: 1.8rem;
  }

  .hero-stage {
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas:
      "main top"
      "main bottom"
      "main note";
    align-items: stretch;
  }

  .hero-stage--single {
    display: block;
  }

  .stage-main img {
    aspect-ratio: 4 / 5;
  }

  .hero-stage--single .stage-main img {
    aspect-ratio: 5 / 4.4;
    object-position: center 56%;
  }

  .stage-top img,
  .stage-bottom img {
    aspect-ratio: 1 / 1;
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: visible;
  }

  .selection-grid,
  .recipe-grid {
    grid-template-columns: 1fr 1fr;
  }

  .masonry-gallery {
    columns: 2;
  }
}

@media (min-width: 980px) {
  html {
    scroll-padding-top: 6.3rem;
  }

  .header-utility {
    display: block;
    background: linear-gradient(90deg, rgba(7, 22, 30, 0.98), rgba(16, 48, 65, 0.98));
    color: rgba(244, 251, 253, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .utility-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.62rem 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .utility-inner strong {
    color: #ffffff;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-links,
  .nav-tools {
    flex-direction: row;
    align-items: center;
  }

  .nav-links {
    margin-left: auto;
    gap: 1.05rem;
  }

  .nav-links a {
    position: relative;
    padding: 0;
  }

  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--sea), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
  }

  .nav-links a:hover::after,
  .nav-links a:focus-visible::after {
    transform: scaleX(1);
  }

  .nav-tools {
    gap: 0.75rem;
  }

  .button,
  .button-secondary {
    width: auto;
  }

  .hero-shell,
  .story-layout,
  .insight-layout,
  .faq-grid,
  .visit-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .hero-shell {
    grid-template-columns: 0.94fr 1.06fr;
    gap: 2rem;
    align-items: center;
  }

  .hero-copy h1 {
    font-size: clamp(3.3rem, 5.6vw, 5.5rem);
    max-width: 9.8ch;
  }

  .hero-copy .lead {
    font-size: 1.02rem;
  }

  .stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .selection-grid {
    grid-template-columns: 1.08fr 0.92fr 0.92fr;
  }

  .selection-card:nth-child(1) {
    grid-column: span 1;
    grid-row: span 2;
    min-height: 33rem;
  }

  .selection-card:nth-child(2),
  .selection-card:nth-child(3) {
    min-height: 16rem;
  }

  .selection-card:nth-child(4) {
    grid-column: span 2;
    min-height: 16rem;
  }

  .recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .masonry-gallery {
    columns: 3;
  }

  .mobile-cta {
    display: none;
  }

  .footer {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1240px) {
  .hero-shell {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .story-layout {
    grid-template-columns: 1.02fr 0.98fr;
  }

  .insight-layout {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .visit-grid {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .masonry-gallery {
    columns: 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
