:root {
  --ink: #211b18;
  --muted: #6d625c;
  --paper: #fbf8f2;
  --paper-2: #f3ede3;
  --surface: #ffffff;
  --wine: #761f23;
  --wine-dark: #521417;
  --wine-soft: #f1e1df;
  --gold: #b8832f;
  --gold-soft: #f3dcae;
  --green: #2f654f;
  --green-dark: #214a3a;
  --line: rgba(49, 37, 31, 0.12);
  --line-strong: rgba(49, 37, 31, 0.18);
  --shadow-sm: 0 12px 34px rgba(63, 39, 27, 0.08);
  --shadow-md: 0 24px 65px rgba(63, 39, 27, 0.12);
  --shadow-lg: 0 38px 100px rgba(63, 39, 27, 0.16);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 16px; border-radius: 10px; color: #fff; background: var(--wine); transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  padding: 10px 0;
  background: transparent;
  transition: padding .22s ease, background .22s ease, box-shadow .22s ease;
}
.site-header.is-scrolled {
  padding: 0;
  background: rgba(251, 248, 242, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 34px rgba(48, 30, 21, .07);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 42px rgba(67, 41, 28, .07);
  backdrop-filter: blur(18px);
  transition: min-height .22s ease, padding .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, border-radius .22s ease;
}
.site-header.is-scrolled .header-inner {
  min-height: 68px;
  padding-inline: 0;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.brand img { width: 48px; height: 49px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: .98rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .72rem; letter-spacing: .025em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { position: relative; padding: 8px 0; color: #4b413c; text-decoration: none; font-size: .84rem; font-weight: 720; }
.main-nav > a:not(.nav-login)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; border-radius: 99px; background: var(--wine); transition: right .2s ease; }
.main-nav > a:not(.nav-login):hover::after,
.main-nav > a:not(.nav-login):focus-visible::after { right: 0; }
.nav-login {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 17px !important;
  border-radius: 12px;
  color: #fff !important;
  background: var(--wine);
  box-shadow: 0 9px 22px rgba(118,31,35,.18);
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.nav-toggle span:not(.sr-only) { width: 20px; height: 2px; border-radius: 99px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 0;
  background:
    radial-gradient(circle at 82% 15%, rgba(184,131,47,.17), transparent 28%),
    radial-gradient(circle at 8% 78%, rgba(118,31,35,.08), transparent 30%),
    linear-gradient(180deg, #fffdf9 0%, #f4ecdf 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(to top, rgba(251,248,242,.94), transparent); pointer-events: none; }
.hero-pattern { position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(30deg, rgba(118,31,35,.075) 12%, transparent 12.5%, transparent 87%, rgba(118,31,35,.075) 87.5%), linear-gradient(150deg, rgba(118,31,35,.075) 12%, transparent 12.5%, transparent 87%, rgba(118,31,35,.075) 87.5%); background-size: 92px 53px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: 72px; min-height: 635px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--wine); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 32px; height: 1px; background: var(--wine); }
.hero h1 { max-width: 760px; margin: 22px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 5vw, 5.4rem); line-height: 1.01; letter-spacing: -.046em; font-weight: 700; }
.hero h1 em { display: inline-block; color: var(--wine); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 650px; margin: 0; color: #615650; font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: 13px; text-decoration: none; font-size: .9rem; font-weight: 790; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 13px 30px rgba(118,31,35,.22); }
.button-primary:hover { background: var(--wine-dark); box-shadow: 0 17px 36px rgba(118,31,35,.27); }
.button-secondary { color: var(--wine); border-color: rgba(118,31,35,.2); background: rgba(255,255,255,.72); }
.button-secondary:hover { border-color: rgba(118,31,35,.36); background: #fff; }
.button-light { color: var(--wine); background: #fff; box-shadow: 0 12px 30px rgba(37,18,13,.14); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.button-outline-light:hover { background: rgba(255,255,255,.1); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: #746761; font-size: .79rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust b { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .67rem; }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 455px; height: 455px; border-radius: 50%; background: radial-gradient(circle, rgba(184,131,47,.28), rgba(118,31,35,.07) 58%, transparent 72%); filter: blur(7px); }
.food-card { position: relative; z-index: 2; width: min(430px, 94%); min-height: 470px; padding: 20px; border: 1px solid rgba(70,48,36,.11); border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-lg); }
.food-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(118,31,35,.075); border-radius: 20px; pointer-events: none; }
.food-card-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; padding: 4px 6px 0; color: #6e625b; font-size: .73rem; }
.food-card-top strong { margin-left: auto; color: var(--green); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #4f9a70; box-shadow: 0 0 0 5px rgba(79,154,112,.12); }
.plate-scene { position: relative; height: 335px; display: grid; place-items: center; }
.plate-shadow { position: absolute; width: 278px; height: 70px; border-radius: 50%; background: rgba(78,40,25,.16); filter: blur(17px); transform: translateY(88px); }
.plate { position: relative; width: 282px; height: 282px; border-radius: 50%; background: radial-gradient(circle at 50% 48%, #fffdf9 0 58%, #eadac4 59% 62%, #fffaf1 63% 73%, #d8c1a1 74% 76%, #f7eee1 77%); box-shadow: inset 0 10px 25px rgba(255,255,255,.75), 0 18px 40px rgba(78,43,24,.13); }
.rice { position: absolute; width: 110px; height: 112px; left: 88px; top: 70px; border-radius: 54% 52% 48% 50%; background: radial-gradient(circle at 30% 25%, #fff 0 4px, transparent 5px), radial-gradient(circle at 65% 30%, #fff 0 3px, transparent 4px), linear-gradient(145deg, #fffef8, #eee3d3); box-shadow: inset -8px -10px 18px rgba(157,122,88,.12); }
.satay { position: absolute; width: 78px; height: 18px; border-radius: 12px; background: repeating-linear-gradient(90deg, #8d321f 0 17px, #c55a2f 17px 27px); box-shadow: 0 7px 10px rgba(83,30,18,.18); }
.satay::after { content: ""; position: absolute; left: -37px; top: 8px; width: 120px; height: 3px; background: #bb8754; transform-origin: right center; z-index: -1; }
.satay-one { right: 37px; top: 92px; transform: rotate(26deg); }
.satay-two { right: 31px; top: 129px; transform: rotate(12deg); }
.leaf { position: absolute; width: 52px; height: 84px; border-radius: 100% 0 100% 0; background: linear-gradient(145deg, #4e8d5e, #1e563f); }
.leaf-one { left: 34px; top: 67px; transform: rotate(-21deg); }
.leaf-two { left: 50px; bottom: 50px; transform: rotate(42deg) scale(.75); }
.side { position: absolute; border-radius: 50%; }
.side-one { width: 72px; height: 64px; right: 42px; bottom: 49px; background: radial-gradient(circle at 35% 35%, #f6bf43 0 7px, #a94127 8px 13px, #d16a36 14px); box-shadow: inset -8px -8px 14px rgba(77,22,15,.16); }
.side-two { width: 64px; height: 58px; left: 47px; bottom: 72px; background: radial-gradient(circle at 35% 35%, #d3b235, #687e2f 57%, #39542b 58%); }
.steam { position: absolute; width: 34px; height: 72px; border-left: 4px solid rgba(255,255,255,.78); border-radius: 50%; }
.steam-one { top: 5px; left: 44%; transform: rotate(10deg); }
.steam-two { top: 10px; left: 54%; transform: rotate(-8deg) scale(.8); }
.steam-three { top: 16px; left: 36%; transform: rotate(18deg) scale(.65); }
.food-card-bottom { position: relative; z-index: 1; display: flex; align-items: center; gap: 15px; padding: 8px 8px 3px; }
.food-card-bottom div { display: grid; }
.food-card-bottom small { color: var(--muted); font-size: .71rem; }
.food-card-bottom strong { font-family: Georgia, serif; font-size: 1.08rem; }
.mini-arrow { margin-left: auto; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--wine); }
.floating-note { position: absolute; z-index: 3; max-width: 228px; display: flex; align-items: flex-start; gap: 11px; padding: 14px 15px; border: 1px solid rgba(63,41,28,.1); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); }
.floating-note small, .floating-note strong { display: block; line-height: 1.35; }
.floating-note small { color: var(--muted); font-size: .66rem; }
.floating-note strong { margin-top: 3px; font-size: .75rem; }
.note-icon { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: var(--wine); background: var(--gold-soft); }
.note-one { left: -12px; top: 102px; }
.note-two { right: -10px; bottom: 75px; }

.quick-links { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; transform: translateY(55px); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-md); }
.quick-links a { position: relative; min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding: 25px 27px; text-decoration: none; border-right: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.quick-links a:last-child { border-right: 0; }
.quick-links a::after { content: "→"; position: absolute; top: 23px; right: 23px; color: var(--wine); font-size: 1.05rem; opacity: 0; transform: translateX(-6px); transition: opacity .2s ease, transform .2s ease; }
.quick-links a:hover { color: #fff; background: var(--wine); }
.quick-links a:hover::after { color: #fff; opacity: 1; transform: none; }
.quick-links span { color: var(--gold); font-size: .67rem; font-weight: 850; letter-spacing: .13em; }
.quick-links strong { margin-top: 8px; font-size: .98rem; }
.quick-links small { margin-top: 2px; color: var(--muted); font-size: .73rem; }
.quick-links a:hover small { color: rgba(255,255,255,.73); }

.section { padding: 104px 0; }
.section-services { padding-top: 164px; }
.section-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 36px; }
.section-heading h2, .story-copy h2, .membership-copy h2, .vendor-copy h2, .faq-intro h2, .final-cta h2 { margin: 11px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 3.8vw, 3.65rem); line-height: 1.08; letter-spacing: -.034em; }
.section-heading p, .story-copy > p, .vendor-copy > p, .faq-intro p { margin: 0; color: var(--muted); line-height: 1.82; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 320px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.76); box-shadow: 0 8px 30px rgba(63,39,27,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; width: 140px; height: 140px; right: -75px; bottom: -75px; border-radius: 50%; background: rgba(118,31,35,.045); }
.service-card:hover { transform: translateY(-4px); border-color: rgba(118,31,35,.22); box-shadow: var(--shadow-sm); }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--wine-dark), var(--wine)); border-color: transparent; box-shadow: 0 20px 50px rgba(118,31,35,.19); }
.service-card.featured::before { background: rgba(255,255,255,.07); }
.service-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; color: var(--wine); background: var(--gold-soft); font-size: 1.15rem; }
.service-card.featured .service-icon { color: var(--wine); background: #f4d691; }
.service-label { margin-top: 23px; color: var(--wine); font-size: .68rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-card.featured .service-label { color: #f2cf7e; }
.service-card h3 { max-width: 520px; margin: 8px 0 12px; font-family: Georgia, serif; font-size: 1.58rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.74); }
.service-card a { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 24px; color: var(--wine); font-size: .88rem; font-weight: 800; text-decoration: none; }
.service-card.featured a { color: #fff; }

.section-story { background: var(--paper-2); }
.story-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 86px; align-items: center; }
.story-visual { position: relative; min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 15px; }
.story-panel { position: static; display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; padding: 27px; border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow-sm); }
.story-panel p { margin: 38px 0 0; font-family: Georgia, serif; font-size: 1.14rem; line-height: 1.42; }
.story-number { font-size: .67rem; font-weight: 850; letter-spacing: .15em; }
.panel-main { grid-row: 1 / 3; color: #fff; background: var(--wine); border-color: transparent; }
.panel-accent { color: #4b3019; background: var(--gold-soft); border-color: rgba(184,131,47,.2); }
.panel-light { background: #fff; }
.story-copy > p { margin-top: 23px; }
.story-points { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid var(--line-strong); }
.story-points div { display: grid; grid-template-columns: 126px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-strong); }
.story-points strong { color: var(--wine); }
.story-points span { color: var(--muted); }

.section-steps { background: #fffdf9; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 0; margin: 0; list-style: none; }
.steps-grid li { position: relative; min-height: 235px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 26px rgba(63,39,27,.035); }
.steps-grid li::after { content: ""; position: absolute; right: -42px; top: -42px; width: 110px; height: 110px; border-radius: 50%; background: var(--wine-soft); }
.steps-grid li > span { position: relative; z-index: 1; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--wine); font-size: .82rem; font-weight: 850; }
.steps-grid li div { margin-top: 45px; }
.steps-grid strong { font-family: Georgia, serif; font-size: 1.18rem; }
.steps-grid p { margin: 9px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.72; }
.center-action { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px; margin-top: 38px; }
.text-link { color: var(--wine); font-size: .88rem; font-weight: 800; text-underline-offset: 4px; }

.section-membership { padding-top: 32px; background: #fffdf9; }
.membership-card { display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; padding: 57px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--green-dark), var(--green)); box-shadow: 0 30px 70px rgba(33,74,58,.18); }
.kicker.light { color: #f3cf83; }
.membership-copy h2 { max-width: 650px; }
.membership-copy p { max-width: 650px; margin: 22px 0 30px; color: rgba(255,255,255,.76); }
.membership-list { display: grid; align-content: center; }
.membership-list div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.membership-list div:last-child { border-bottom: 0; }
.membership-list span { color: #f1ca78; font-size: .68rem; font-weight: 850; letter-spacing: .13em; }
.membership-list p { margin: 0; color: rgba(255,255,255,.72); }
.membership-list strong { color: #fff; }
.fine-print { margin-top: 18px; color: var(--muted); font-size: .75rem; text-align: center; }

.section-vendor { background: var(--paper-2); }
.vendor-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 82px; align-items: center; }
.vendor-copy > p { margin-top: 22px; }
.vendor-copy .button { margin-top: 28px; }
.vendor-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vendor-benefits article { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 7px 24px rgba(63,39,27,.035); }
.vendor-benefits article > span { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 12px; color: var(--wine); background: var(--gold-soft); font-weight: 900; }
.vendor-benefits div { margin-top: 31px; }
.vendor-benefits strong { font-family: Georgia, serif; font-size: 1.08rem; }
.vendor-benefits p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }

.section-faq { background: #fffdf9; }
.faq-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 88px; }
.faq-intro p { margin-top: 20px; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: var(--wine); background: var(--wine-soft); font-family: system-ui, sans-serif; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 48px 24px 0; color: var(--muted); }

.final-cta { padding: 0 0 88px; background: #fffdf9; }
.final-cta-inner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 52px 56px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(125deg, var(--wine-dark), var(--wine) 58%, #92432c); box-shadow: 0 30px 75px rgba(118,31,35,.22); }
.final-cta-inner::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.035), 0 0 0 96px rgba(255,255,255,.025); }
.final-cta-inner > * { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
.final-actions { display: flex; flex-direction: column; gap: 11px; min-width: 214px; }

.site-footer { padding: 58px 0 27px; color: #e8ddd6; background: #211916; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .95fr .7fr; gap: 68px; }
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.footer-brand img { width: 56px; height: 57px; object-fit: contain; padding: 4px; border-radius: 12px; background: rgba(255,255,255,.94); }
.footer-brand strong { line-height: 1.35; }
.footer-brand p, .footer-address p { margin: 8px 0 0; color: #aa9c95; font-size: .82rem; }
.footer-address strong, .footer-links strong { display: block; margin-bottom: 12px; color: #fff; font-size: .82rem; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links a { color: #aa9c95; text-decoration: none; font-size: .82rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 43px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); color: #8d8079; font-size: .72rem; }
.footer-bottom p { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .62s ease, transform .62s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(184,131,47,.55); outline-offset: 4px; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 960px); }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .78rem; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 36px; }
  .floating-note { max-width: 205px; }
  .note-one { left: -2px; }
  .note-two { right: 0; }
  .story-grid, .vendor-grid { gap: 48px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 78px; }
  .site-header { padding: 8px 0; }
  .header-inner { min-height: 66px; padding-inline: 14px; }
  .site-header.is-scrolled .header-inner { min-height: 64px; padding-inline: 0; }
  .brand img { width: 43px; height: 44px; }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 4px); left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: #fffdf9; box-shadow: var(--shadow-md); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 12px; border-radius: 10px; font-size: .84rem; }
  .main-nav a:hover { background: var(--paper-2); }
  .nav-login { margin-top: 5px; text-align: center; justify-content: center; }
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 40px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 510px; }
  .quick-links { grid-template-columns: repeat(2, 1fr); }
  .quick-links a:nth-child(2) { border-right: 0; }
  .quick-links a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .story-grid, .membership-card, .vendor-grid, .faq-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 18px; }
  .story-grid, .vendor-grid, .faq-grid { gap: 44px; }
  .story-visual { min-height: 430px; }
  .membership-card { gap: 34px; padding: 40px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; padding: 42px; }
  .final-actions { width: 100%; flex-direction: row; }
  .final-actions .button { flex: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 24px, 540px); --radius-lg: 24px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: .88rem; }
  .hero { padding-top: 105px; }
  .hero h1 { font-size: clamp(2.62rem, 13vw, 4rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 9px; text-align: left; }
  .hero-visual { min-height: 405px; }
  .food-card { width: 100%; min-height: 382px; padding: 15px; border-radius: 23px; }
  .plate-scene { height: 265px; transform: scale(.83); margin: -8px 0; }
  .floating-note { display: none; }
  .visual-glow { width: 365px; height: 365px; }
  .quick-links { transform: translateY(30px); border-radius: 18px; }
  .quick-links a { min-height: 112px; padding: 18px; }
  .quick-links a::after { display: none; }
  .quick-links small { font-size: .68rem; }
  .section { padding: 80px 0; }
  .section-services { padding-top: 120px; }
  .section-heading h2, .story-copy h2, .membership-copy h2, .vendor-copy h2, .faq-intro h2 { font-size: 2.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; padding: 24px; }
  .story-visual { grid-template-columns: 1fr; grid-template-rows: auto; min-height: 0; }
  .story-panel { min-height: 185px; }
  .panel-main { grid-row: auto; }
  .story-panel p { font-size: 1.04rem; }
  .story-points div { grid-template-columns: 1fr; gap: 4px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: 205px; }
  .steps-grid li div { margin-top: 35px; }
  .center-action { align-items: stretch; flex-direction: column; text-align: center; }
  .membership-card { padding: 30px 24px; }
  .vendor-benefits { grid-template-columns: 1fr; }
  .vendor-benefits article { min-height: 185px; }
  .final-cta { padding-bottom: 60px; }
  .final-cta-inner { padding: 31px 24px; }
  .final-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
