:root {
  --green: #48a347;
  --green-dark: #2d7f3d;
  --forest: #173628;
  --orange: #f47722;
  --cream: #f6f4ed;
  --paper: #ffffff;
  --ink: #161b17;
  --muted: #6f756f;
  --line: rgba(22,27,23,.13);
  --shell: 1240px;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 18px; padding: 12px 17px; color: #fff; background: var(--forest); border-radius: 10px; }
.skip-link:focus { top: 18px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(255,255,255,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 12px 34px rgba(20,32,24,.09); }
.nav-shell { width: min(calc(100% - 48px), var(--shell)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; width: 225px; align-items: center; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 750; }
.site-nav > a:not(.nav-cta) { color: #4e554f; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: 13px 19px; color: #fff; background: var(--green); border-radius: 999px; transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); }
.nav-cta span { margin-left: 6px; }
.menu-button { display: none; color: var(--ink); background: none; border: 0; }

.hero { min-height: 840px; padding-top: 84px; display: grid; grid-template-columns: 46% 54%; background: var(--cream); overflow: hidden; }
.hero-copy { display: flex; padding: 82px max(48px, calc((100vw - var(--shell)) / 2)) 64px; padding-right: 52px; flex-direction: column; justify-content: center; }
.eyebrow { display: inline-flex; align-self: flex-start; align-items: center; gap: 11px; margin-bottom: 27px; color: var(--green-dark); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(72,163,71,.14); }
.hero-statuses { display: flex; flex-direction: column; gap: 14px; margin-bottom: 27px; }
.hero-statuses .eyebrow { margin-bottom: 0; }
.eyebrow.closed { color: var(--muted); }
.chevron-location .coming-status { background: var(--green-dark); }
.chevron-location .coming-status.closed { background: #626963; }
.eyebrow.closed .live-dot { background: var(--muted); box-shadow: none; }
.hero h1 { max-width: 690px; margin: 0; font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: clamp(69px, 6.7vw, 106px); line-height: .89; letter-spacing: -.068em; }
.hero h1 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy > p { max-width: 565px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; justify-content: center; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 820; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
}
.button-dark { color: #fff; background: var(--forest); }
@media (hover: hover) and (pointer: fine) {
  .button-dark:hover { background: var(--green-dark); }
}
.button-cream { background: transparent; border-color: rgba(22,27,23,.28); }
@media (hover: hover) and (pointer: fine) {
  .button-cream:hover { color: #fff; background: var(--green); border-color: var(--green); }
}
.hero-visual { position: relative; min-width: 0; margin: 22px 22px 22px 0; overflow: hidden; border-radius: 34px; box-shadow: 0 24px 65px rgba(20,31,24,.17); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8,15,10,.55)); }
.hero-sticker { position: absolute; z-index: 2; top: 29px; right: 28px; display: grid; width: 112px; height: 112px; place-content: center; color: #fff; background: var(--orange); border-radius: 50%; text-align: center; transform: rotate(6deg); box-shadow: 0 12px 30px rgba(15,22,16,.2); }
.hero-sticker strong { font-size: 25px; line-height: 1; }
.hero-sticker span { margin-top: 5px; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.location-slider { position: absolute; z-index: 2; right: 27px; bottom: 26px; width: min(350px, calc(100% - 52px)); color: #fff; background: rgba(20,32,24,.92); border: 1px solid rgba(255,255,255,.22); border-radius: 22px; backdrop-filter: blur(15px); overflow: hidden; }
.location-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.location-track::-webkit-scrollbar { display: none; }
.open-card { flex: 0 0 100%; min-width: 0; padding: 22px 22px 10px; scroll-snap-align: start; scroll-snap-stop: always; }
.card-hours { margin: 12px 0 0; font-size: 12px; color: #d0d8d1; }
.slider-controls { display: flex; justify-content: space-between; align-items: center; padding: 0 12px 10px; font-size: 12px; }
.slider-controls button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: #fff; font-size: 23px; cursor: pointer; touch-action: manipulation; }
.slider-controls button:hover { background: rgba(255,255,255,.12); }
.slider-controls button:focus-visible, .location-track:focus-visible { outline: 2px solid #a3e1a5; outline-offset: -3px; }
.open-card-status { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; color: #92dc94; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 13px; font-weight: 820; }
.open-indicator { width: 9px; height: 9px; border-radius: 50%; background: #6bd26f; box-shadow: 0 0 0 5px rgba(107,210,111,.12); }
.open-card.closed .open-indicator { background: var(--orange); }
.open-card.closed .open-card-status { color: #ffae79; }
.open-card-address { padding-top: 15px; }
.open-card-address span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.57); font-size: 12px; font-weight: 780; text-transform: uppercase; }
.open-card-address strong { font-size: 17px; line-height: 1.4; }

.ticker { overflow: hidden; color: #fff; background: var(--forest); }
.ticker div { --ticker-gap: 27px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px var(--ticker-gap); padding: 17px 24px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; text-align: center; }
.ticker span { display: inline-flex; align-items: center; gap: var(--ticker-gap); white-space: nowrap; }
.ticker i { color: var(--orange); font-size: 20px; font-style: normal; }

.inside { padding: 122px 0; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .62fr 1.4fr .82fr; gap: 50px; align-items: start; margin-bottom: 58px; }
.kicker { display: inline-flex; align-items: center; align-self: start; justify-self: start; padding: 8px 12px; color: var(--green-dark); background: #edf6ed; border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.section-heading h2, .services-heading h2, .visit-card h2 { margin: -7px 0 0; font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: clamp(54px, 5.5vw, 80px); line-height: .92; letter-spacing: -.062em; }
.section-heading h2 em, .services-heading h2 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 500px 370px 400px; gap: 18px; }
.feature-card { position: relative; margin: 0; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 40px rgba(20,32,24,.08); }
.feature-card img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { position: relative; z-index: 2; }
.feature-copy > span { display: inline-flex; color: var(--green-dark); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.feature-copy h3 { margin: 17px 0 12px; font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: clamp(38px, 4vw, 58px); line-height: .93; letter-spacing: -.052em; }
.feature-copy p { max-width: 330px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.feature-order { min-height: 46px; margin-top: 23px; padding-inline: 18px; touch-action: manipulation; }
.feature-gong { display: grid; grid-template-columns: .9fr 1.1fr; background: #f2eee6; }
.feature-gong .feature-copy { padding: 40px 0 40px 40px; align-self: center; }
.feature-gong img { object-position: center 45%; }
.feature-grab img { object-position: center 52%; }
.feature-grab::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(10,18,12,.82)); }
.feature-grab .feature-copy { position: absolute; left: 31px; bottom: 29px; color: #fff; }
.feature-grab .feature-copy > span { color: #b8eeb9; }
.feature-market { grid-column: 1 / 3; }
.feature-market::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,24,16,.79), transparent 69%); }
.feature-market .feature-copy { position: absolute; left: 39px; bottom: 36px; max-width: 560px; color: #fff; }
.feature-market .feature-copy > span { color: #a6e2a8; }
.feature-cave { grid-column: 1 / 3; display: grid; grid-template-columns: .8fr 1.2fr; background: #edf3eb; }
.feature-cave .feature-copy { padding: 44px; align-self: center; }
.feature-cave img { object-position: center 53%; }

.services { padding: 116px 0; color: #fff; background: var(--forest); }
.services-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.services-heading .kicker { margin-bottom: 30px; color: #a7e2a9; background: rgba(255,255,255,.08); }
.services-heading h2 em { color: #8cd28f; }
.service-bubbles { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.service-bubbles span { display: grid; min-height: 54px; padding: 0 19px; place-items: center; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 14px; font-weight: 780; }
.service-bubbles span:nth-child(3n+1) { background: var(--green); border-color: var(--green); }
.fuel-card { min-height: 520px; display: grid; grid-template-columns: 1.36fr .64fr; margin-top: 66px; overflow: hidden; color: var(--ink); background: var(--cream); border-radius: 30px; }
.fuel-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.fuel-copy { padding: 42px; align-self: center; }
.fuel-copy > span { color: var(--orange); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.fuel-copy h3 { margin: 22px 0 31px; font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: clamp(41px, 4.3vw, 61px); line-height: .92; letter-spacing: -.055em; }

.employment { padding: 120px 0; background: #eaf2e9; }
.employment-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; align-items: start; }
.employment-intro { position: sticky; top: 108px; padding: 46px; color: #fff; background: var(--forest); border-radius: 30px; box-shadow: 0 20px 48px rgba(20,32,24,.1); }
.employment-intro .kicker { color: #a5e0a7; background: rgba(255,255,255,.08); }
.employment-intro h2 { margin: 34px 0 24px; font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: clamp(47px, 4.6vw, 68px); line-height: .92; letter-spacing: -.06em; }
.employment-intro h2 em { color: #8bd28e; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.employment-intro > p { margin: 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.65; }
.employment-locations { display: grid; gap: 12px; margin-top: 43px; }
.employment-locations div { padding: 17px 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.employment-locations span { display: block; margin-bottom: 6px; color: #91d895; font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.employment-locations div:last-child span { color: #ffad75; }
.employment-locations strong { font-size: 15px; }
.employment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; padding: 46px; background: #fff; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 20px 48px rgba(20,32,24,.08); }
.form-heading { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: 27px; letter-spacing: -.04em; }
.form-heading strong { color: var(--muted); font-size: 12px; font-weight: 650; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 780; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--ink); background: var(--cream); border: 1px solid rgba(22,27,23,.18); border-radius: 12px; outline: none; font: inherit; font-size: 16px; transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--green-dark) 50%), linear-gradient(135deg, var(--green-dark) 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field input:focus, .field select:focus, .field textarea:focus { background-color: #fff; border-color: var(--green); box-shadow: 0 0 0 4px rgba(72,163,71,.11); }
.field input::placeholder, .field textarea::placeholder { color: #929792; }
.form-submit { display: grid; grid-template-columns: auto 1fr; gap: 10px 22px; align-items: center; padding-top: 4px; }
.form-submit .button { min-width: 190px; }
.form-submit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-status { grid-column: 1 / -1; min-height: 20px; color: var(--green-dark); font-size: 14px; font-weight: 750; }

.visit { padding: 120px 0 92px; background: var(--cream); }
.visit-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.visit-photo { position: relative; min-height: 750px; margin: 0; overflow: hidden; border-radius: 30px; box-shadow: 0 20px 48px rgba(20,32,24,.1); }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.visit-photo figcaption { position: absolute; left: 25px; bottom: 24px; padding: 11px 15px; color: #fff; background: var(--orange); border-radius: 999px; font-size: 14px; font-weight: 820; box-shadow: 0 8px 22px rgba(20,30,23,.18); }
.visit-card { padding: 47px; background: #fff; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 20px 48px rgba(20,32,24,.08); }
.visit-card h2 { margin-top: 36px; }
.address { margin: 27px 0; color: var(--green-dark); font-size: 20px; line-height: 1.45; font-weight: 850; }
.hours { border-top: 1px solid var(--line); }
.hours div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 14px; }
.hours div strong { color: var(--ink); font-weight: 750; }
.hours div.today, .hours div.today strong { color: var(--green-dark); font-weight: 850; }
.visit-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.copy-button { position: relative; padding: 10px 0; color: var(--ink); background: none; border: 0; border-bottom: 1px solid rgba(22,27,23,.4); font-size: 14px; font-weight: 780; cursor: pointer; }
.copy-default { opacity: 1; transition: opacity .2s; }
.copy-success { position: absolute; left: 0; opacity: 0; transform: translateY(4px); transition: opacity .2s, transform .2s; }
.copy-button.copied .copy-default { opacity: 0; }
.copy-button.copied .copy-success { opacity: 1; transform: translateY(0); }
.coming-location { position: relative; display: grid; grid-template-columns: 150px 1fr auto; gap: 38px; align-items: center; min-height: 230px; margin-top: 18px; padding: 36px 44px; overflow: hidden; color: #fff; background: var(--forest); border-radius: 28px; box-shadow: 0 18px 44px rgba(20,32,24,.1); }
.coming-number { color: rgba(255,255,255,.1); font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: 118px; line-height: .75; letter-spacing: -.09em; }
.coming-copy { position: relative; z-index: 1; }
.coming-status { display: inline-flex; padding: 8px 13px; color: #fff; background: var(--orange); border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.coming-copy h2 { margin: 18px 0 8px; font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: clamp(36px, 4vw, 54px); line-height: .95; letter-spacing: -.05em; }
.coming-copy p { margin: 0; color: rgba(255,255,255,.62); font-size: 16px; }
.coming-location address { color: #a3e1a5; font-size: clamp(18px, 2vw, 24px); font-style: normal; font-weight: 780; line-height: 1.45; text-align: right; }
.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 14px 36px rgba(20,32,24,.07); }
.quick-links a { position: relative; display: flex; min-height: 120px; padding: 23px; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); transition: background .2s, color .2s; }
.quick-links a:last-child { border-right: 0; }
.quick-links a:hover { color: #fff; background: var(--green); }
.quick-links span { color: var(--muted); font-size: 12px; font-weight: 780; text-transform: uppercase; }
.quick-links a:hover span { color: rgba(255,255,255,.72); }
.quick-links strong { font-size: 16px; }
.quick-links i { position: absolute; right: 21px; bottom: 21px; font-size: 16px; font-style: normal; }

.vendors { padding: 120px 0; background: #f7e9dc; }
.vendor-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; align-items: start; }
.vendor-intro { position: sticky; top: 108px; padding: 46px; overflow: hidden; color: #fff; background: var(--orange); border-radius: 30px; box-shadow: 0 20px 48px rgba(96,48,18,.13); }
.vendor-intro::after { content: ""; position: absolute; right: -90px; bottom: -105px; width: 260px; height: 260px; border: 42px solid rgba(255,255,255,.09); border-radius: 50%; }
.vendor-intro .kicker { position: relative; z-index: 1; color: #fff; background: rgba(255,255,255,.16); }
.vendor-intro h2 { position: relative; z-index: 1; margin: 34px 0 24px; font-family: "Arial Rounded MT Bold", Inter, sans-serif; font-size: clamp(47px, 4.6vw, 68px); line-height: .92; letter-spacing: -.06em; }
.vendor-intro h2 em { color: #fff5d8; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.vendor-intro > p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.vendor-promise { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; margin-top: 42px; padding: 18px; background: rgba(83,33,7,.14); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; }
.vendor-promise span { font-size: 19px; }
.vendor-promise p { margin: 0; color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.55; }
.vendor-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; padding: 46px; background: #fff; border: 1px solid rgba(100,58,26,.13); border-radius: 30px; box-shadow: 0 20px 48px rgba(96,48,18,.09); }
.choice-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-field legend { margin-bottom: 11px; padding: 0; font-size: 14px; font-weight: 780; }
.choice-row { display: flex; min-height: 52px; padding: 8px 10px; align-items: center; gap: 8px; flex-wrap: wrap; background: var(--cream); border: 1px solid rgba(22,27,23,.18); border-radius: 12px; }
.choice-row label { display: inline-flex; padding: 8px 10px; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; cursor: pointer; }
.choice-row input { width: 17px; height: 17px; margin: 0; accent-color: var(--green); }
.file-field input { min-height: 62px; padding: 10px; }
.file-field input::file-selector-button { margin-right: 13px; padding: 10px 14px; color: #fff; background: var(--forest); border: 0; border-radius: 9px; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.field-note { color: var(--muted); font-size: 13px; line-height: 1.5; }
.vendor-notices { padding: 17px 18px; color: #6c3a1d; background: #fff7eb; border: 1px solid rgba(244,119,34,.25); border-radius: 14px; }
.vendor-notices p { margin: 0; font-size: 14px; line-height: 1.55; }

.site-footer { padding: 52px 0 40px; color: #fff; background: #101a13; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; gap: 35px; align-items: end; }
.footer-brand { width: 150px; }
.footer-brand img { width: 100%; filter: brightness(0) invert(1); }
.footer-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }
.footer-email { color: #8bd28e; font-size: 14px; font-weight: 720; }
.footer-grid > span { color: rgba(255,255,255,.4); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .1s; }

@media (max-width: 1050px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 665px; padding-top: 90px; }
  .hero-visual { min-height: 670px; margin: 0 24px 24px; }
  .section-heading { grid-template-columns: .55fr 1.45fr; }
  .section-heading > p { grid-column: 2; }
  .feature-grid { grid-template-rows: 470px 330px 380px; }
  .services-layout { grid-template-columns: 1fr; align-items: start; }
  .service-bubbles { justify-content: flex-start; }
  .fuel-card { grid-template-columns: 1fr; }
  .fuel-card img { min-height: 420px; }
  .employment-layout { grid-template-columns: 1fr; }
  .employment-intro { position: static; }
  .vendor-layout { grid-template-columns: 1fr; }
  .vendor-intro { position: static; }
  .visit-shell { grid-template-columns: 1fr; }
  .visit-photo { min-height: 600px; }
  .coming-location { grid-template-columns: 110px 1fr; }
  .coming-location address { grid-column: 2; text-align: left; }
  .quick-links { grid-template-columns: 1fr 1fr; }
  .quick-links a:nth-child(2) { border-right: 0; }
  .quick-links a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 740px) {
  .shell, .nav-shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-shell { height: 74px; }
  .brand { width: 158px; }
  .site-nav { position: fixed; z-index: 110; inset: 74px 0 0; height: calc(100vh - 74px); height: calc(100dvh - 74px); display: flex; padding: 26px 18px max(26px, env(safe-area-inset-bottom)); flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; overscroll-behavior: contain; background-color: #fff; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility 0s linear .2s; }
  .site-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .site-nav > a:not(.nav-cta) { padding: 20px 6px; color: var(--ink); font-size: 21px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 24px; padding: 17px; text-align: center; }
  .menu-button { display: flex; align-items: center; gap: 11px; padding: 10px 0; cursor: pointer; }
  .menu-label { font-size: 13px; font-weight: 780; }
  .menu-lines { display: flex; flex-direction: column; gap: 5px; }
  .menu-lines i { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { padding-top: 74px; }
  .hero-copy { min-height: 605px; padding: 70px 19px 48px; }
  .hero h1 { font-size: clamp(61px, 17.5vw, 79px); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 590px; margin: 0 14px 14px; border-radius: 26px; }
  .hero-sticker { top: 18px; right: 16px; width: 98px; height: 98px; }
  .hero-sticker strong { font-size: 21px; }
  .hero-sticker span { font-size: 10px; }
  .location-slider { right: 17px; bottom: 17px; width: calc(100% - 34px); }
  .ticker div { --ticker-gap: 19px; padding: 14px 18px; font-size: 13px; }
  .inside, .services, .employment, .visit, .vendors { padding: 82px 0 72px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2, .services-heading h2, .visit-card h2 { margin-top: 28px; font-size: 49px; }
  .section-heading > p { margin-top: 22px; }
  .feature-grid { display: block; }
  .feature-card { min-height: 470px; margin-bottom: 15px; border-radius: 24px; }
  .feature-gong { display: block; }
  .feature-gong .feature-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 27px; background: linear-gradient(transparent, #f2eee6 29%); }
  .feature-gong img { position: absolute; inset: 0; }
  .feature-grab { min-height: 520px; }
  .feature-market { min-height: 350px; }
  .feature-market .feature-copy { left: 24px; right: 20px; bottom: 24px; }
  .feature-market .feature-copy h3 { font-size: 36px; }
  .feature-cave { min-height: 550px; display: flex; flex-direction: column; }
  .feature-cave .feature-copy { padding: 28px; }
  .feature-cave img { min-height: 310px; order: -1; }
  .services-heading .kicker { margin-bottom: 0; }
  .services-layout { gap: 35px; }
  .service-bubbles span { min-height: 49px; padding: 0 15px; font-size: 13px; }
  .fuel-card { min-height: 0; margin-top: 50px; border-radius: 25px; }
  .fuel-card img { min-height: 300px; }
  .fuel-copy { padding: 29px 23px 34px; }
  .fuel-copy h3 { font-size: 44px; }
  .employment-intro { padding: 34px 24px; border-radius: 25px; }
  .employment-intro h2 { font-size: 50px; }
  .employment-locations { margin-top: 32px; }
  .employment-form { display: block; padding: 34px 23px; border-radius: 25px; }
  .vendor-intro { padding: 34px 24px; border-radius: 25px; }
  .vendor-intro h2 { font-size: 50px; }
  .vendor-form { display: block; padding: 34px 23px; border-radius: 25px; }
  .choice-field { margin-top: 20px; }
  .choice-row { align-items: flex-start; }
  .vendor-notices { margin-top: 20px; }
  .form-heading { display: block; }
  .form-heading strong { display: block; margin-top: 8px; }
  .field { margin-top: 20px; }
  .form-submit { display: block; padding-top: 8px; }
  .form-submit p { margin-top: 14px; }
  .form-status { margin-top: 10px; }
  .visit-photo { min-height: 550px; border-radius: 25px; }
  .visit-card { padding: 34px 23px; border-radius: 25px; }
  .visit-card h2 { font-size: 50px; }
  .hours div { font-size: 12px; }
  .visit-actions { flex-direction: column; align-items: stretch; }
  .copy-button { align-self: flex-start; }
  .coming-location { display: block; min-height: 0; padding: 31px 24px 34px; border-radius: 25px; }
  .coming-number { position: absolute; top: 28px; right: 24px; font-size: 88px; }
  .coming-copy h2 { max-width: 230px; margin-top: 23px; font-size: 42px; }
  .coming-location address { margin-top: 30px; font-size: 18px; }
  .quick-links { grid-template-columns: 1fr; margin-top: 16px; }
  .quick-links a { min-height: 98px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-links a:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}

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