:root {
  --ink: #15271f;
  --paper: #fffaf0;
  --cream: #f4e7ca;
  --gold: #f7c96b;
  --red: #e65738;
  --muted: #6a756f;
  --line: rgba(21, 39, 31, 0.15);
  --shadow: 0 24px 70px rgba(21, 39, 31, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 13px clamp(20px, 5vw, 72px); background: rgba(255, 250, 240, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; gap: 13px; align-items: center; font-size: clamp(1.12rem, 1.7vw, 1.38rem); font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--paper); background: var(--ink); border-radius: 14px; font-size: 1rem; box-shadow: 0 8px 20px rgba(21,39,31,.16); }
.top-actions { display: flex; align-items: center; gap: 10px; }
.benefit-nav { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 8px 15px; color: var(--ink); background: var(--gold); border-radius: 99px; font-size: .9rem; font-weight: 900; box-shadow: 0 8px 24px rgba(173,118,22,.18); transition: transform .2s ease, box-shadow .2s ease; }
.benefit-nav:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(173,118,22,.26); }
.benefit-nav svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mini-action { padding: 8px 16px; font-size: .9rem; color: var(--paper); background: var(--ink); border-radius: 99px; }
.floating-benefits { position: fixed; top: 50%; right: 18px; z-index: 18; display: grid; gap: 10px; transform: translateY(-50%); }
.floating-benefit { display: flex; min-width: 122px; min-height: 48px; align-items: center; gap: 9px; padding: 10px 16px; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; box-shadow: 0 12px 34px rgba(21,39,31,.24); font-size: .9rem; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.floating-benefit:hover { transform: translateX(-4px); box-shadow: 0 16px 38px rgba(21,39,31,.3); }
.floating-benefit.opening { background: var(--red); }
.floating-benefit.arrival { color: var(--ink); background: var(--gold); }
.floating-benefit svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; min-height: 760px; display: grid; align-items: end; padding: 112px clamp(24px, 8vw, 120px) 120px; overflow: hidden; color: white; background: #0e1814; isolation: isolate; }
.hero-slides, .hero-shade, .hero-slide { position: absolute; inset: 0; }
.hero-slides { z-index: -2; background: #0e1814; }
.hero-slide { opacity: 0; background-repeat: no-repeat; background-size: cover; transform: scale(1); transition: opacity 1.1s ease, transform 6.8s ease; }
.hero-slide.active { opacity: 1; transform: scale(1.035); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(7,15,11,.88) 0%, rgba(7,15,11,.64) 42%, rgba(7,15,11,.18) 76%), linear-gradient(0deg, rgba(7,15,11,.58), transparent 48%); }
.hero-copy { width: min(940px, 100%); text-shadow: 0 3px 28px rgba(0,0,0,.34); }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .92rem; font-weight: 900; letter-spacing: .14em; }
.eyebrow.light { color: var(--gold); }
h1, h2 { margin: 0; font-family: "STSong", "SimSun", serif; letter-spacing: -.03em; line-height: 1.08; }
h1 { max-width: 920px; font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: clamp(3.15rem, 5.9vw, 5.6rem); font-weight: 900; letter-spacing: -.065em; line-height: 1.12; text-wrap: balance; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.6rem); }
.hero-subtitle { max-width: 680px; margin: 24px 0 30px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.55vw, 1.16rem); font-weight: 500; line-height: 1.8; letter-spacing: .02em; }
.hero-highlights { display: inline-grid; grid-template-columns: repeat(3, minmax(128px, 1fr)); margin: 0 0 32px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.hero-highlights div { min-width: 142px; padding: 0 30px; }
.hero-highlights div:first-child { padding-left: 0; }
.hero-highlights div + div { border-left: 1px solid rgba(255,255,255,.23); }
.hero-highlights strong { display: block; color: var(--gold); font-family: "Arial Black", "Microsoft YaHei", sans-serif; font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 900; line-height: 1.05; letter-spacing: -.035em; }
.hero-highlights span { display: block; margin-top: 7px; color: rgba(255,255,255,.74); font-size: .77rem; font-weight: 800; letter-spacing: .12em; }
.hero-actions, .location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid transparent; border-radius: 99px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--red); }
.button.ghost { border-color: var(--ink); }
.hero .button.ghost { color: white; border-color: rgba(255,255,255,.66); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-dots { position: absolute; right: clamp(24px, 8vw, 120px); bottom: 48px; display: flex; gap: 9px; }
.hero-dots button, .gallery-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.42); cursor: pointer; transition: width .3s ease, background .3s ease; }
.hero-dots button.active { width: 30px; background: var(--gold); }

.quick-info { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: -42px auto 0; position: relative; z-index: 2; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.quick-info div { min-width: 0; padding: 24px 28px; }
.quick-info div + div { border-left: 1px solid var(--line); }
.quick-info span { display: block; color: var(--muted); font-size: .8rem; }
.quick-info strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.section { padding: 110px clamp(24px, 8vw, 120px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 46px; }
.section-heading > p { max-width: 330px; margin: 0; color: var(--muted); }
.gallery-carousel { position: relative; overflow: hidden; border-radius: 30px; background: #101e18; box-shadow: 0 28px 80px rgba(21,39,31,.2); }
.gallery { position: relative; height: min(70vw, 720px); min-height: 560px; }
.gallery-item { position: absolute; inset: 0; overflow: hidden; width: 100%; margin: 0; opacity: 0; background: #101e18; transform: scale(1.018); transition: opacity .8s ease, transform 5s ease; pointer-events: none; }
.gallery-item.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,15,11,.8), transparent 45%); }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.gallery-item figcaption { position: absolute; left: clamp(22px, 5vw, 64px); right: clamp(22px, 5vw, 64px); bottom: clamp(24px, 5vw, 58px); z-index: 2; display: grid; gap: 6px; color: white; }
.gallery-item figcaption span { color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.gallery-item figcaption strong { font-family: "STSong", "SimSun", serif; font-size: clamp(1.8rem, 4vw, 4rem); line-height: 1.15; }
.gallery-arrow { position: absolute; top: 50%; z-index: 3; display: grid; place-items: center; width: 52px; height: 52px; padding: 0; color: white; background: rgba(10,21,16,.5); border: 1px solid rgba(255,255,255,.42); border-radius: 50%; backdrop-filter: blur(10px); cursor: pointer; transform: translateY(-50%); transition: background .2s ease, transform .2s ease; }
.gallery-arrow:hover { background: var(--red); transform: translateY(-50%) scale(1.06); }
.gallery-arrow.previous { left: 22px; }
.gallery-arrow.next { right: 22px; }
.gallery-footer { display: flex; align-items: center; justify-content: space-between; padding: 20px 6px 0; }
.gallery-dots { display: flex; gap: 8px; }
.gallery-dots button { background: rgba(21,39,31,.24); }
.gallery-dots button.active { width: 34px; background: var(--red); }
.gallery-count { color: var(--muted); font-size: .86rem; font-weight: 800; letter-spacing: .12em; }
.gallery-empty { min-height: 300px; display: grid; place-content: center; text-align: center; border: 1px dashed rgba(21,39,31,.35); border-radius: 24px; background: linear-gradient(135deg, rgba(244,231,202,.45), rgba(247,201,107,.2)); }
.gallery-empty span { color: var(--red); font-weight: 800; }
.gallery-empty strong { margin: 8px 0; font-family: "STSong", "SimSun", serif; font-size: 2rem; }
.gallery-empty p { margin: 0; color: var(--muted); }

.offer-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); padding: 110px clamp(24px, 8vw, 120px); color: var(--paper); background: var(--ink); }
.offer-intro > p:last-child { max-width: 460px; color: rgba(255,250,240,.65); }
.offer-list { counter-reset: offers; border-top: 1px solid rgba(255,255,255,.18); }
.offer { counter-increment: offers; display: grid; grid-template-columns: 60px 1fr; gap: 12px; align-items: center; padding: 26px 4px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 1.08rem; }
.offer::before { content: "0" counter(offers); color: var(--gold); font-weight: 900; }

.location { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(480px, 1.28fr); gap: clamp(44px, 8vw, 110px); align-items: center; padding: 96px clamp(24px, 8vw, 120px); color: var(--paper); background: radial-gradient(circle at 88% 8%, rgba(247,201,107,.24), transparent 28%), var(--red); }
.location-copy h2 { margin: 8px 0 26px; font-size: clamp(3rem, 5.4vw, 5.8rem); line-height: .98; }
.location-copy p { max-width: 440px; margin: 7px 0; color: rgba(255,250,240,.82); font-size: 1.04rem; }
.location-map-card { padding: 16px; color: var(--ink); background: rgba(255,250,240,.98); border: 1px solid rgba(255,255,255,.5); border-radius: 28px; box-shadow: 0 32px 80px rgba(73,22,10,.27); }
.map-canvas { position: relative; display: block; min-height: 300px; overflow: hidden; border-radius: 19px; background: #e7eadf; }
.map-canvas::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,30,24,.04), transparent 38%, rgba(16,30,24,.08)); pointer-events: none; }
.map-canvas > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 48%; filter: saturate(.94) contrast(1.04); transition: transform .45s ease; }
.map-canvas:hover > img { transform: scale(1.025); }
.map-live-badge { position: absolute; z-index: 1; left: 14px; top: 14px; display: flex; gap: 7px; align-items: center; padding: 8px 11px; color: #1d3c31; background: rgba(255,255,255,.92); border: 1px solid rgba(16,30,24,.1); border-radius: 99px; box-shadow: 0 6px 18px rgba(16,30,24,.12); font-size: .74rem; font-weight: 850; pointer-events: none; }
.map-live-badge span { width: 7px; height: 7px; border-radius: 50%; background: #18a567; box-shadow: 0 0 0 4px rgba(24,165,103,.14); }
.map-store-label { position: absolute; z-index: 1; left: 50%; bottom: 18px; min-width: 210px; padding: 11px 14px; color: var(--ink); text-align: center; background: rgba(255,250,240,.94); border: 1px solid rgba(16,30,24,.1); border-radius: 13px; box-shadow: 0 12px 32px rgba(16,30,24,.18); transform: translateX(-50%); pointer-events: none; }
.map-store-label strong, .map-store-label small { display: block; }
.map-store-label strong { font-size: .9rem; }
.map-store-label small { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.map-card-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px 6px 16px; }
.map-card-footer div { min-width: 0; }
.map-card-footer div > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.map-card-footer strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1rem; }
.map-platform { flex: 0 0 auto; padding: 7px 10px; color: #1e7ee8; background: #eaf3ff; border-radius: 99px; font-size: .76rem; font-weight: 800; }
.location-map-card .location-actions { padding: 0 6px 4px; }
.location-map-card .button.cream { color: white; background: var(--red); }
.location-map-card .button.line { color: var(--ink); border-color: rgba(16,30,24,.28); }
.button.cream { color: var(--ink); background: var(--paper); }
.button.line { color: white; border-color: rgba(255,255,255,.7); }
.arrival-benefit { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 100px); align-items: center; padding: 110px clamp(24px, 8vw, 120px); overflow: hidden; color: var(--paper); background: radial-gradient(circle at 88% 8%, rgba(247,201,107,.28), transparent 25%), #101e18; scroll-margin-top: 78px; }
.arrival-benefit::before { content: "GIFT"; position: absolute; right: -1vw; bottom: -7vw; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: clamp(9rem, 24vw, 23rem); font-weight: 900; line-height: 1; pointer-events: none; }
.benefit-copy, .benefit-products { position: relative; z-index: 1; }
.benefit-kicker { display: inline-flex; margin-bottom: 18px; padding: 7px 12px; color: var(--ink); background: var(--gold); border-radius: 99px; font-size: .85rem; font-weight: 900; }
.benefit-copy h2 { margin-bottom: 24px; }
.benefit-note { max-width: 480px; margin: 0 0 30px; color: rgba(255,250,240,.74); font-size: 1.08rem; }
.button.benefit-call { color: white; background: var(--red); }
.benefit-products { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; }
.benefit-product { position: relative; overflow: hidden; min-width: 0; padding: 18px; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.benefit-product::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(21,39,31,.09); border-radius: 18px; pointer-events: none; }
.benefit-product img { width: 100%; aspect-ratio: 1; display: block; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(21,39,31,.16)); }
.benefit-product div { display: block; padding: 8px 8px 6px; }
.benefit-product strong { display: block; font-family: "STSong", "SimSun", serif; font-size: clamp(1.15rem, 1.6vw, 1.5rem); white-space: nowrap; word-break: keep-all; }
.benefit-product div span { display: block; margin-top: 3px; color: var(--muted); font-size: .78rem; white-space: nowrap; }
.choice-number { position: absolute; top: 26px; left: 26px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--red); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.choice-or { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: "STSong", "SimSun", serif; font-size: 1.1rem; font-weight: 900; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(24px, 8vw, 120px); color: rgba(255,255,255,.64); background: #0e1b16; }

/* Admin */
.admin-body { min-height: 100vh; background: #eef1ed; }
.admin-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 80px; }
.admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.admin-header h1 { font-family: inherit; font-size: 1.7rem; }
.admin-header p { margin: 3px 0 0; color: var(--muted); }
.admin-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; align-items: start; }
.panel { padding: 26px; background: white; border: 1px solid rgba(21,39,31,.1); border-radius: 20px; box-shadow: 0 12px 40px rgba(21,39,31,.07); }
.panel h2 { margin-bottom: 20px; font-family: inherit; font-size: 1.2rem; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { font-size: .9rem; font-weight: 800; }
.field small { color: var(--muted); }
.field input, .field textarea, .field select { width: 100%; padding: 12px 14px; color: var(--ink); background: #f8faf7; border: 1px solid rgba(21,39,31,.17); border-radius: 11px; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(230,87,56,.12); }
.field textarea { min-height: 90px; resize: vertical; }
.admin-button { min-height: 44px; padding: 9px 18px; border: 0; border-radius: 10px; color: white; background: var(--ink); font-weight: 800; cursor: pointer; }
.admin-button.accent { background: var(--red); }
.admin-button.muted { color: var(--ink); background: #e4e9e3; }
.admin-button:disabled { opacity: .5; cursor: wait; }
.form-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 75% 15%, rgba(247,201,107,.42), transparent 30%), var(--ink); }
.login-card { width: min(430px, 100%); padding: 34px; background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.login-card h1 { font-family: inherit; font-size: 1.8rem; }
.login-card p { color: var(--muted); }
.upload-zone { padding: 24px; text-align: center; border: 2px dashed rgba(21,39,31,.22); border-radius: 16px; background: #f8faf7; }
.upload-zone input { max-width: 100%; }
.admin-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.admin-image { position: relative; overflow: hidden; border-radius: 12px; background: var(--cream); }
.admin-image img { width: 100%; aspect-ratio: 4/3; display: block; object-fit: cover; }
.admin-image button { position: absolute; top: 7px; right: 7px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: white; background: rgba(0,0,0,.68); cursor: pointer; }
.admin-image span { display: block; padding: 8px 10px; overflow: hidden; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 50; max-width: 320px; padding: 13px 17px; color: white; background: var(--ink); border-radius: 12px; box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .25s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.hidden { display: none !important; }

@media (max-width: 800px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); overflow-x: hidden; }
  .topbar { min-height: 62px; padding: 9px 18px; }
  .floating-benefits { top: auto; right: 50%; bottom: calc(8px + env(safe-area-inset-bottom)); display: flex; width: min(420px, calc(100% - 20px)); gap: 7px; padding: 5px; background: rgba(255,250,240,.88); border: 1px solid rgba(21,39,31,.12); border-radius: 99px; box-shadow: 0 14px 38px rgba(21,39,31,.24); backdrop-filter: blur(16px); transform: translateX(50%); }
  .floating-benefit { flex: 1; min-width: 0; min-height: 48px; justify-content: center; padding: 8px 10px; border: 0; border-radius: 99px; box-shadow: none; font-size: .86rem; }
  .floating-benefit:hover { transform: translateY(-2px); }
  .hero { min-height: clamp(610px, calc(100svh - 62px), 730px); padding: 78px 22px 44px; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,15,11,.94) 0%, rgba(7,15,11,.68) 50%, rgba(7,15,11,.16) 100%); }
  .hero-copy { width: 100%; }
  .hero-dots { top: 24px; right: 22px; bottom: auto; }
  h1 { max-width: 650px; font-size: clamp(2.65rem, 10.5vw, 4.4rem); letter-spacing: -.06em; }
  .hero-highlights { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); margin-bottom: 22px; padding: 12px 6px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; backdrop-filter: blur(10px); }
  .hero-highlights div { min-width: 0; padding: 0 12px; text-align: center; }
  .hero-highlights div:first-child { padding-left: 12px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { min-width: 0; min-height: 46px; padding-inline: 12px; }
  .quick-info { grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 14px 16px 0; padding: 8px; background: #f8f1e3; border: 0; border-radius: 20px; box-shadow: none; }
  .quick-info div { padding: 14px 15px; background: white; border-radius: 14px; }
  .quick-info div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .quick-info div + div { border: 0; }
  .quick-info span { font-size: .72rem; }
  .quick-info strong { font-size: .9rem; }
  .section, .offer-section { padding-top: 66px; padding-bottom: 66px; }
  .section-heading, .location { display: block; }
  .section-heading > p { margin-top: 18px; }
  .gallery-carousel { border-radius: 22px; }
  .gallery { min-height: 430px; height: 112vw; max-height: 600px; }
  .offer-section, .admin-grid { grid-template-columns: 1fr; }
  .offer-list { margin-top: 10px; }
  .location-actions { margin-top: 24px; }
  .location-map-card { margin-top: 30px; }
  .arrival-benefit { grid-template-columns: 1fr; padding-top: 68px; padding-bottom: 68px; }
  .benefit-products { position: relative; grid-template-columns: 1fr 1fr; gap: 10px; }
  .choice-or { position: absolute; left: 50%; top: 50%; z-index: 3; width: 36px; height: 36px; transform: translate(-50%, -50%); }
  footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .topbar { min-height: 58px; padding: 8px 13px; }
  .brand { min-width: 0; gap: 8px; font-size: .98rem; letter-spacing: .015em; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px; font-size: .86rem; }
  .brand #navName { max-width: 132px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .benefit-nav { min-height: 36px; padding: 7px 11px; font-size: .78rem; }
  .benefit-nav svg { width: 17px; height: 17px; }
  .mini-action { display: none; }
  .hero { min-height: clamp(590px, calc(100svh - 58px), 680px); padding: 64px 18px 30px; }
  .eyebrow { margin-bottom: 11px; font-size: .76rem; }
  h1 { max-width: 350px; font-size: clamp(2.5rem, 11.5vw, 3.25rem); line-height: 1.03; }
  .hero-subtitle { margin: 16px 0 18px; font-size: .9rem; line-height: 1.65; }
  .hero-highlights { gap: 0; margin-bottom: 16px; padding: 11px 3px; border-radius: 15px; }
  .hero-highlights div { padding-inline: 5px; }
  .hero-highlights div:first-child { padding-left: 5px; }
  .hero-highlights strong { font-size: clamp(1rem, 4.8vw, 1.35rem); }
  .hero-highlights span { margin-top: 4px; font-size: .62rem; letter-spacing: .02em; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { min-height: 42px; font-size: .83rem; }
  .hero-dots { top: 18px; right: 18px; }
  .quick-info { margin-inline: 12px; }
  .section { padding-inline: 18px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .offer-intro h2, .benefit-copy h2 { font-size: 2.15rem; }
  .section-heading > p { margin-top: 12px; font-size: .9rem; }
  .gallery { min-height: 410px; height: 116vw; max-height: 540px; }
  .gallery-item figcaption { left: 20px; right: 20px; bottom: 24px; }
  .gallery-item figcaption strong { font-size: 1.75rem; }
  .gallery-arrow { width: 40px; height: 40px; }
  .gallery-arrow.previous { left: 10px; }
  .gallery-arrow.next { right: 10px; }
  .gallery-footer { padding-top: 14px; }
  .offer-section { gap: 30px; padding-inline: 20px; }
  .offer-intro > p:last-child { font-size: .92rem; }
  .offer { grid-template-columns: 44px 1fr; padding: 20px 2px; font-size: .96rem; }
  .location { padding-inline: 16px; }
  .location-copy h2 { margin-bottom: 18px; font-size: 2.75rem; }
  .location-copy p { font-size: .94rem; }
  .location-map-card { padding: 10px; border-radius: 22px; }
  .map-canvas { min-height: 220px; border-radius: 15px; }
  .map-live-badge { left: 10px; top: 10px; padding: 6px 9px; }
  .map-store-label { bottom: 12px; min-width: 190px; padding: 9px 12px; }
  .map-card-footer { padding: 14px 5px 12px; }
  .location-map-card .location-actions { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 0; }
  .location-map-card .button { min-height: 44px; padding-inline: 10px; font-size: .84rem; }
  .arrival-benefit { gap: 30px; padding-inline: 18px; }
  .benefit-kicker { margin-bottom: 13px; }
  .benefit-note { margin-bottom: 22px; font-size: .94rem; }
  .benefit-product { padding: 10px; border-radius: 18px; }
  .benefit-product::after { inset: 8px; border-radius: 13px; }
  .benefit-product div { padding: 6px 4px 4px; }
  .benefit-product strong { font-size: .98rem; }
  .benefit-product div span { overflow: hidden; font-size: .68rem; text-overflow: ellipsis; }
  .choice-number { top: 15px; left: 15px; width: 30px; height: 30px; font-size: .65rem; }
  footer { gap: 5px; padding: 24px 18px; text-align: center; font-size: .8rem; }
}

@media (max-width: 620px) {
  .location { padding-top: 66px; padding-bottom: 66px; }
  .map-card-footer { align-items: flex-start; }
  .map-card-footer strong { white-space: normal; line-height: 1.45; }
  .location-map-card .location-actions { display: grid; }
}

@media (max-width: 370px) {
  .brand #navName { max-width: none; }
  .benefit-nav { padding-inline: 9px; }
  .hero { padding-inline: 15px; }
  .hero-highlights span { font-size: .58rem; }
  .floating-benefit { font-size: .78rem; }
  .floating-benefit svg { width: 18px; height: 18px; }
}

/* Phone-first composition: photography above, information below. */
@media (max-width: 520px) {
  .topbar { min-height: 56px; padding: 7px 12px; }
  .brand { gap: 7px; font-size: .88rem; }
  .brand-mark { width: 32px; height: 32px; border-radius: 10px; }
  .brand #navName { max-width: none; overflow: visible; text-overflow: clip; white-space: nowrap; }
  .benefit-nav { min-height: 34px; gap: 5px; padding: 6px 10px; font-size: .75rem; }

  .hero { display: block; min-height: 0; padding: clamp(326px, 45svh, 430px) 16px 30px; background: #102019; }
  .hero-slides, .hero-shade { inset: 12px 12px auto; height: clamp(300px, 42svh, 404px); overflow: hidden; border-radius: 22px; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,15,11,.5), rgba(7,15,11,.02) 58%); }
  .hero-slide { background-position: center center; }
  .hero-copy { padding-top: 24px; text-shadow: none; }
  .hero-dots { top: 28px; right: 28px; }
  .eyebrow { margin-bottom: 10px; font-size: .72rem; letter-spacing: .12em; }
  h1 { max-width: 330px; font-size: clamp(2.25rem, 10.5vw, 2.9rem); line-height: 1.04; }
  .hero-subtitle { max-width: 360px; margin: 14px 0 18px; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.6; }
  .hero-highlights { margin-bottom: 15px; padding: 10px 2px; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.14); }
  .hero-highlights strong { font-size: clamp(.98rem, 4.7vw, 1.25rem); }
  .hero-highlights span { font-size: .6rem; }
  .hero-actions .button { min-height: 40px; font-size: .8rem; }

  .floating-benefits { bottom: calc(7px + env(safe-area-inset-bottom)); width: calc(100% - 24px); padding: 4px; }
  .floating-benefit { min-height: 43px; font-size: .8rem; }
  .floating-benefit svg { width: 18px; height: 18px; }

  .quick-info { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
