:root {
  --green-950: #07150f;
  --green-900: #0b2016;
  --green-850: #10291c;
  --green-800: #153624;
  --green-700: #1d4931;
  --gold: #d8aa46;
  --gold-light: #f0cd73;
  --paper: #f7f2e8;
  --paper-2: #fffaf0;
  --white: #ffffff;
  --ink: #17221b;
  --ink-soft: #4d554f;
  --line: rgba(20, 54, 36, 0.16);
  --shadow: 0 24px 70px rgba(7, 21, 15, 0.14);
  --shadow-soft: 0 15px 40px rgba(7, 21, 15, 0.09);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --content: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.65rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

p,
li,
label,
input,
textarea {
  color: var(--ink-soft);
}

::selection {
  background: var(--gold);
  color: var(--green-950);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: var(--green-950);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 18px 0 8px;
  background: linear-gradient(180deg, rgba(247, 242, 232, 0.96), rgba(247, 242, 232, 0.78), rgba(247, 242, 232, 0));
  transition: padding 180ms ease;
}

.site-header.scrolled {
  padding-top: 8px;
}

.nav-shell {
  width: var(--content);
  min-height: 72px;
  margin: 0 auto;
  padding: 9px 12px 9px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(216, 170, 70, 0.44);
  border-radius: 999px;
  background: rgba(11, 32, 22, 0.97);
  color: #fff7e8;
  box-shadow: 0 12px 36px rgba(7, 21, 15, 0.13);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
  color: #fff7e8;
}

.brand-mark img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(216, 170, 70, 0.65);
}

.brand-mark span {
  display: grid;
  line-height: 1;
}

.brand-mark strong {
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #fffaf0;
}

.brand-mark small {
  margin-top: 5px;
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-menu a {
  padding: 12px 15px;
  border-radius: 999px;
  color: #f9f2e3;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  outline: none;
}

.nav-menu .nav-cta {
  margin-left: 6px;
  padding-inline: 22px;
  background: var(--gold);
  color: var(--green-950);
}

.nav-menu .nav-cta:hover,
.nav-menu .nav-cta:focus-visible {
  background: var(--gold-light);
  color: var(--green-950);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 99px;
  background: #fff7e8;
}

/* Main hero */
.hero {
  position: relative;
  width: var(--content);
  min-height: 660px;
  margin: 28px auto 0;
  padding: clamp(38px, 5.4vw, 74px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  grid-template-areas: "copy photo";
  align-items: center;
  gap: clamp(30px, 4vw, 62px);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 14% 18%, rgba(216, 170, 70, 0.15), transparent 28%),
    linear-gradient(135deg, var(--green-900), #0c281b 60%, #07180f);
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -110px -90px;
  width: 290px;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 170, 70, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  grid-area: copy;
}

.eyebrow {
  margin-bottom: 18px;
  color: #8a671f;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero .eyebrow,
.app-section .eyebrow,
.experience-section .eyebrow,
.policy-hero .eyebrow {
  color: var(--gold-light);
}

.hero h1 {
  max-width: 10.5ch;
  margin-bottom: 24px;
  color: #fff9ec;
  font-size: clamp(3.15rem, 4.8vw, 5.2rem);
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero-text {
  max-width: 58ch;
  margin-bottom: 30px;
  color: #eee7d7;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.mini-button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
}

.button:hover,
.button:focus-visible,
.mini-button:hover,
.mini-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button.primary {
  background: var(--gold);
  color: var(--green-950);
  box-shadow: 0 10px 25px rgba(216, 170, 70, 0.18);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--gold-light);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff9ed;
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: rgba(255, 255, 255, 0.13);
}

.trust-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.trust-row span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #f8efd9;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-plate {
  position: relative;
  z-index: 1;
  grid-area: photo;
  height: min(590px, 56vw);
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background: #183525;
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.23);
}

.hero-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 15, 0.02), rgba(7, 21, 15, 0.18));
  pointer-events: none;
}

.hero-plate img,
.experience-image img,
.menu-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  z-index: 4;
  right: clamp(50px, 6.2vw, 92px);
  bottom: clamp(54px, 6vw, 90px);
  width: min(330px, 27vw);
  padding: 18px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(216, 170, 70, 0.45);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 20px 45px rgba(7, 21, 15, 0.24);
  backdrop-filter: blur(12px);
}

.hero-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 14px;
}

.hero-card p {
  margin: 0;
  color: #2d382f;
  font-size: 0.76rem;
  line-height: 1.45;
}

/* General section shells */
.story-strip,
.menu-section,
.app-section,
.pickup-section,
.experience-section,
.faq-section,
.site-footer,
.policy-wrap {
  width: var(--content);
  margin-inline: auto;
}

.story-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fffdf7;
  box-shadow: var(--shadow-soft);
}

.story-strip > div {
  min-height: 160px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.story-strip > div:last-child {
  border-right: 0;
}

.story-strip .number {
  display: block;
  margin-bottom: 34px;
  color: #99732a;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.story-strip h2 {
  margin: 0;
  color: var(--green-900);
  font-family: inherit;
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.menu-section,
.pickup-section,
.faq-section {
  padding: clamp(78px, 10vw, 130px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.44fr);
  column-gap: clamp(34px, 6vw, 90px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2 {
  margin: 0;
  max-width: 13ch;
  color: var(--green-900);
}

.section-heading > p:last-child {
  margin: 0 0 9px;
  color: #505950;
}

/* Menu */
.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
}

.menu-tabs button {
  padding: 10px 16px;
  border: 1px solid #cfc6b7;
  border-radius: 999px;
  background: transparent;
  color: #304137;
  font-weight: 800;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.menu-tabs button:hover,
.menu-tabs button:focus-visible,
.menu-tabs button.active {
  border-color: var(--green-900);
  background: var(--green-900);
  color: #fff8e9;
  outline: none;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.menu-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 42, 28, 0.13);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: 0 14px 36px rgba(12, 35, 23, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(12, 35, 23, 0.13);
}

.menu-card > img {
  height: 245px;
  background: #e8dfd0;
}

.menu-card > div {
  padding: 22px 22px 24px;
}

.menu-card > div > span {
  display: block;
  margin-bottom: 8px;
  color: #8a651e;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-card h3 {
  margin-bottom: 10px;
  color: #10281b;
}

.menu-card p {
  min-height: 72px;
  margin-bottom: 19px;
  color: #505950;
  font-size: 0.91rem;
}

.menu-card.is-hidden {
  display: none;
}

.mini-button {
  padding: 10px 14px;
  background: #e9dec8;
  color: #173222;
  font-size: 0.8rem;
}

.mini-button:hover,
.mini-button:focus-visible {
  background: var(--gold);
  color: var(--green-950);
}

/* App section */
.app-section {
  padding: clamp(48px, 7vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.62fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 18%, rgba(216, 170, 70, 0.19), transparent 30%),
    var(--green-900);
  box-shadow: var(--shadow);
}

.app-copy h2 {
  max-width: 10ch;
  margin-bottom: 22px;
  color: #fff8e9;
}

.app-copy > p:not(.eyebrow),
.app-copy li {
  color: #e6dfd1;
}

.feature-list {
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 30px;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-light);
  font-weight: 900;
}

.phone-frame {
  justify-self: center;
  width: min(100%, 330px);
  min-height: 560px;
  padding: 42px 26px 28px;
  border: 8px solid #050d09;
  border-radius: 44px;
  background: linear-gradient(180deg, #fbf6ea, #eee3cc);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.phone-top {
  width: 88px;
  height: 18px;
  margin: -31px auto 30px;
  border-radius: 999px;
  background: #09140e;
}

.phone-frame > img {
  width: 116px;
  height: 116px;
  margin: 22px auto 25px;
  border-radius: 28px;
  object-fit: cover;
}

.phone-frame h3 {
  margin-bottom: 8px;
  color: var(--green-900);
}

.phone-frame > p {
  color: #566058;
}

.phone-list {
  margin-top: 30px;
  display: grid;
  gap: 10px;
}

.phone-list span {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(16, 41, 28, 0.08);
  color: #163322;
  font-size: 0.84rem;
  font-weight: 750;
}

/* Pickup */
.pickup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 22px;
  align-items: start;
}

.pickup-form,
.request-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fffdf8;
  box-shadow: var(--shadow-soft);
}

.pickup-form {
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.pickup-form label {
  display: grid;
  gap: 8px;
  color: #25372c;
  font-size: 0.86rem;
  font-weight: 800;
}

.pickup-form .full-row {
  grid-column: 1 / -1;
}

.pickup-form input,
.pickup-form textarea {
  width: 100%;
  border: 1px solid #cfc7b7;
  border-radius: 13px;
  background: #fff;
  color: #18271e;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.pickup-form input {
  min-height: 50px;
  padding: 11px 13px;
}

.pickup-form textarea {
  resize: vertical;
  min-height: 132px;
  padding: 13px;
}

.pickup-form input::placeholder,
.pickup-form textarea::placeholder {
  color: #7a817b;
  opacity: 1;
}

.pickup-form input:focus,
.pickup-form textarea:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(29, 73, 49, 0.13);
}

.request-panel {
  position: sticky;
  top: 112px;
  padding: 27px;
}

.request-panel h3 {
  margin-bottom: 10px;
  color: var(--green-900);
}

.request-panel p,
.request-panel li {
  color: #566057;
}

.request-panel ul {
  margin: 20px 0;
  padding-left: 18px;
}

/* Experience */
.experience-section {
  padding: clamp(48px, 7vw, 78px);
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  grid-template-areas:
    "heading image"
    "notes image";
  gap: 30px 52px;
  align-items: start;
  border-radius: var(--radius-xl);
  background: var(--green-850);
  color: #fff8e9;
}

.experience-section > div:first-child {
  grid-area: heading;
}

.experience-section > div:first-child h2 {
  max-width: 8ch;
  margin: 0;
  color: #fff8e9;
}

.experience-image {
  grid-area: image;
  min-height: 570px;
  overflow: hidden;
  border-radius: 28px;
  background: #203e2c;
}

.experience-notes {
  grid-area: notes;
  display: grid;
  gap: 12px;
}

.experience-notes article {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.experience-notes h3 {
  margin-bottom: 7px;
  color: #fff7e7;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.experience-notes p {
  margin: 0;
  color: #ddd7ca;
  font-size: 0.88rem;
}

/* FAQ */
.faq-section {
  max-width: 920px;
}

.faq-section .section-heading {
  grid-template-columns: 1fr;
}

.faq-section .section-heading h2 {
  max-width: 12ch;
}

.faq-list {
  border-top: 1px solid #cfc8ba;
}

.faq-list article {
  border-bottom: 1px solid #cfc8ba;
}

.faq-list article > button {
  position: relative;
  width: 100%;
  padding: 24px 48px 24px 0;
  border: 0;
  background: transparent;
  color: #14291c;
  font-size: 1.02rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-list article > button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8deca;
  color: #173423;
  transform: translateY(-50%);
}

.faq-list article.open > button::after {
  content: "−";
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  color: #515b53;
}

.faq-list article.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-list article.open .faq-answer > p {
  padding-bottom: 24px;
}

/* Footer */
.site-footer {
  margin-bottom: 24px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  border-radius: 30px;
  background: var(--green-950);
  color: #fff8e9;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 68px;
  height: 68px;
  border-radius: 17px;
  object-fit: cover;
}

.footer-brand strong {
  color: #fff9ed;
}

.footer-brand p {
  max-width: 42ch;
  margin: 6px 0 0;
  color: #cfc9bc;
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  gap: 8px 16px;
}

.footer-links a {
  color: #f3ead8;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration-color: rgba(243, 234, 216, 0.45);
  text-underline-offset: 4px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-light);
  outline: none;
}

.footer-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #aaa89f;
  font-size: 0.76rem;
}

.photo-note {
  grid-column: 1 / -1;
  margin: -12px 0 0;
  color: #aaa89f;
  font-size: 0.72rem;
}

/* Privacy page: deliberately high contrast and never hidden */
.policy-page {
  background: #f5f0e6;
  color: #17221b;
}

.policy-wrap {
  padding: 26px 0 90px;
}

.policy-hero {
  padding: clamp(42px, 7vw, 76px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 80% 10%, rgba(216, 170, 70, 0.18), transparent 28%),
    var(--green-900);
  box-shadow: var(--shadow);
}

.policy-hero h1 {
  max-width: 13ch;
  margin-bottom: 22px;
  color: #fff9ec;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.policy-hero p {
  max-width: 72ch;
  color: #eee7d8;
}

.policy-hero strong {
  color: var(--gold-light);
}

.policy-content {
  width: min(920px, calc(100% - 24px));
  margin: 28px auto 0;
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid #ded6c7;
  border-radius: 28px;
  background: #ffffff;
  color: #1d271f;
  box-shadow: var(--shadow-soft);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.policy-content p,
.policy-content li {
  color: #313c34;
  font-size: 0.98rem;
}

.policy-content strong {
  color: #14291c;
}

.policy-content h2 {
  margin-top: 46px;
  margin-bottom: 16px;
  padding-top: 8px;
  color: #0e2b1c;
  font-family: inherit;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.policy-content h2:first-of-type {
  margin-top: 36px;
}

.policy-content a {
  color: #0b5c37;
  font-weight: 800;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.policy-content a:hover,
.policy-content a:focus-visible {
  color: #754f00;
  outline: none;
}

.policy-content ul,
.policy-content ol {
  padding-left: 24px;
}

/* Utilities and motion */
.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-950);
  font-size: 1.15rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(7, 21, 15, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  max-width: min(420px, calc(100% - 32px));
  padding: 12px 18px;
  border-radius: 999px;
  background: #081a12;
  color: #fff9ed;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.25);
  font-size: 0.84rem;
  font-weight: 750;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Content is visible by default. Animation enhances it, never hides it. */
.reveal {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.reveal.in-view {
  animation: softRise 540ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.image-fade img {
  animation: imageSettle 850ms ease-out both;
}

.image-fallback-wrap {
  background: linear-gradient(135deg, #1d4931, #10291c);
}

.image-fallback {
  padding: 13%;
  object-fit: contain !important;
  background: linear-gradient(135deg, #1d4931, #10291c);
}

@keyframes softRise {
  from {
    opacity: 0.75;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageSettle {
  from {
    opacity: 0.35;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Tablet */
@media (max-width: 980px) {
  :root {
    --content: min(100% - 28px, 1180px);
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: max(14px, calc((100vw - min(100% - 28px, 1180px)) / 2));
    width: min(320px, calc(100vw - 28px));
    padding: 12px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid rgba(216, 170, 70, 0.35);
    border-radius: 22px;
    background: rgba(9, 28, 19, 0.99);
    box-shadow: 0 24px 45px rgba(7, 21, 15, 0.26);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    width: 100%;
  }

  .nav-menu .nav-cta {
    margin: 4px 0 0;
    text-align: center;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "photo";
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(3.2rem, 8.5vw, 5.4rem);
  }

  .hero-plate {
    height: 560px;
    min-height: 0;
  }

  .hero-card {
    right: 56px;
    bottom: 56px;
    width: min(330px, calc(100% - 112px));
  }

  .section-heading,
  .pickup-layout,
  .app-section,
  .experience-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 18px;
  }

  .section-heading h2 {
    max-width: 15ch;
  }

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

  .app-section {
    padding: 52px;
  }

  .app-copy h2 {
    max-width: 12ch;
  }

  .experience-section {
    grid-template-areas:
      "heading"
      "image"
      "notes";
  }

  .experience-section > div:first-child h2 {
    max-width: 12ch;
  }

  .experience-image {
    min-height: 470px;
  }

  .request-panel {
    position: static;
  }
}

/* Mobile */
@media (max-width: 640px) {
  :root {
    --content: calc(100% - 20px);
  }

  html {
    scroll-padding-top: 90px;
  }

  .site-header {
    padding-top: 10px;
  }

  .nav-shell {
    min-height: 62px;
    padding: 7px 8px 7px 9px;
  }

  .brand-mark img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .brand-mark strong {
    font-size: 0.88rem;
  }

  .brand-mark small {
    font-size: 0.58rem;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .hero {
    margin-top: 14px;
    padding: 30px 20px 20px;
    border-radius: 28px;
    gap: 30px;
  }

  .hero h1 {
    max-width: none;
    margin-bottom: 18px;
    font-size: clamp(2.7rem, 12.5vw, 4.1rem);
  }

  .hero-text {
    font-size: 0.96rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row span {
    font-size: 0.7rem;
  }

  .hero-plate {
    height: 390px;
    border-radius: 22px;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    grid-area: auto;
    width: 100%;
    margin-top: -82px;
    justify-self: center;
  }

  .story-strip {
    grid-template-columns: 1fr;
  }

  .story-strip > div {
    min-height: 125px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .story-strip > div:last-child {
    border-bottom: 0;
  }

  .story-strip .number {
    margin-bottom: 18px;
  }

  .menu-section,
  .pickup-section,
  .faq-section {
    padding: 74px 0;
  }

  .section-heading h2,
  .app-copy h2,
  .experience-section > div:first-child h2 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .menu-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .menu-tabs::-webkit-scrollbar {
    display: none;
  }

  .menu-tabs button {
    flex: 0 0 auto;
  }

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

  .menu-card > img {
    height: 255px;
  }

  .menu-card p {
    min-height: 0;
  }

  .app-section,
  .experience-section {
    padding: 32px 20px;
    border-radius: 28px;
  }

  .phone-frame {
    min-height: 510px;
  }

  .pickup-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .pickup-form .full-row {
    grid-column: auto;
  }

  .experience-image {
    min-height: 340px;
    border-radius: 22px;
  }

  .site-footer {
    padding: 26px 20px;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-note,
  .photo-note {
    grid-column: auto;
  }

  .policy-wrap {
    padding-top: 14px;
  }

  .policy-hero {
    padding: 36px 22px;
    border-radius: 28px;
  }

  .policy-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }

  .policy-content {
    width: 100%;
    margin-top: 16px;
    padding: 25px 20px;
    border-radius: 22px;
  }

  .policy-content p,
  .policy-content li {
    font-size: 0.94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
