:root {
  --paper: #fbf8f2;
  --paper-2: #fffdf9;
  --ink: #20150f;
  --ink-soft: #4d4038;
  --caramel: #b3865c;
  --caramel-dark: #8f6343;
  --gold: #d5a14e;
  --line: #eadfd1;
  --card: rgba(255,255,255,.78);
  --footer: #f1ebe2;
  --shadow: 0 20px 55px rgba(58,35,20,.08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 2%, rgba(147,132,85,.10), transparent 20rem),
    linear-gradient(180deg, #fcf9f4 0%, #fbf8f2 55%, #f8f3ec 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 44px)); 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: 1000; left: 12px; top: 12px; transform: translateY(-160%); background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 24px 0; }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: max-content; }
.brand-cone { width: 34px; height: 49px; display: inline-flex; }
.brand-cone svg { width: 100%; height: 100%; fill: none; stroke: #1d1714; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.wordmark { display: grid; line-height: 1; }
.wordmark strong { font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 2.35rem; font-weight: 700; letter-spacing: -.08em; }
.wordmark small { margin-top: 5px; font-size: .78rem; letter-spacing: -.01em; }
.desktop-nav { display: flex; align-items: center; gap: 42px; }
.desktop-nav a { position: relative; text-decoration: none; font-size: .96rem; font-weight: 600; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1.5px; background: var(--ink); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.desktop-nav a.active::before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); left: 50%; bottom: -1px; transform: translate(-50%, 50%); }
.header-actions { display: inline-flex; justify-self: end; align-items: center; gap: 14px; }
.language-picker { display: inline-flex; align-items: center; gap: 5px; min-height: 36px; padding: 0 8px 0 10px; border: 1px solid rgba(77,64,56,.15); border-radius: 999px; background: rgba(255,255,255,.56); color: var(--ink); backdrop-filter: blur(8px); }
.language-icon { font-size: .95rem; line-height: 1; opacity: .72; }
.language-picker select { appearance: auto; border: 0; outline: 0; background: transparent; color: inherit; font: inherit; font-size: .78rem; font-weight: 700; cursor: pointer; padding: 4px 2px; }
.language-picker:focus-within { outline: 2px solid color-mix(in srgb, var(--caramel), transparent 45%); outline-offset: 2px; }
.instagram-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: .92rem; }
.instagram-link svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero { min-height: 760px; padding: 126px 0 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 42px; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-top: 20px; }
.eyebrow { margin: 0 0 20px; font-size: .77rem; font-weight: 800; letter-spacing: .18em; color: #382c25; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.1rem, 6vw, 6.35rem); line-height: .96; letter-spacing: -.045em; font-weight: 600; }
.hero h1 span { display: inline-block; color: var(--caramel); font-family: "Segoe Print", "Bradley Hand", cursive; font-size: .72em; line-height: 1.15; letter-spacing: -.05em; font-weight: 500; transform: rotate(-1deg); margin-top: 12px; }
.hero-intro { max-width: 520px; margin: 24px 0 24px; color: var(--ink-soft); font-size: 1.13rem; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 620px; }
.choice-card { min-height: 214px; padding: 22px; border: 1px solid rgba(87,58,38,.09); border-radius: 20px; background: rgba(255,255,255,.74); box-shadow: 0 13px 38px rgba(62,40,25,.07); display: flex; flex-direction: column; backdrop-filter: blur(8px); }
.choice-heading { display: flex; align-items: flex-start; gap: 13px; }
.choice-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.32; }
.step { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-size: .78rem; }
.stepper { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; margin: 20px 0 16px; border: 7px solid rgba(255,255,255,.86); border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px #eee5db; }
.stepper button { height: 40px; border: 0; border-radius: 50%; background: #faf8f5; color: #1c1511; font-size: 1.4rem; line-height: 1; }
.stepper output { text-align: center; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; }
.surprise-copy { margin: 18px 0 auto 39px; color: #30241e; font-size: .9rem; }
.dark-button, .light-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.dark-button { min-height: 45px; margin-top: auto; padding: 11px 18px; color: #fff; background: linear-gradient(90deg, #22160f, #3c2418); box-shadow: 0 10px 25px rgba(37,22,13,.14); font-size: .9rem; }
.dark-button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(37,22,13,.18); }
.dark-button:active { transform: translateY(0) scale(.985); }
.dark-button.is-shuffling { animation: buttonPulse .55s ease; }
@keyframes buttonPulse { 50% { transform: scale(.97); } }

.hero-visual { position: relative; height: 630px; isolation: isolate; }
.hero-visual::after { content: ""; position: absolute; z-index: -2; width: 500px; height: 500px; right: -90px; top: 30px; border-radius: 50%; background: radial-gradient(circle, rgba(150,137,82,.12), transparent 66%); filter: blur(3px); }
.hero-visual picture { position: absolute; inset: 18px 0 0 76px; overflow: hidden; border-radius: 30px 30px 80px 30px; box-shadow: var(--shadow); animation: heroFloat 7s ease-in-out infinite; transform-origin: 60% 60%; translate: var(--mx, 0px) var(--my, 0px); transition: translate .18s ease-out; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
@keyframes heroFloat { 0%, 100% { transform: translate3d(0,0,0) rotate(.2deg); } 50% { transform: translate3d(0,-8px,0) rotate(-.2deg); } }
.hand-note { position: absolute; z-index: 3; left: 4px; top: 52px; margin: 0; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: .92rem; line-height: 1.25; transform: rotate(-7deg); color: #51453f; }
.hand-arrow { position: absolute; z-index: 3; left: 70px; top: 102px; font-size: 2.2rem; color: var(--caramel); transform: rotate(5deg); }
.spark { position: absolute; z-index: 4; width: 3px; height: 44px; border-radius: 99px; background: var(--gold); opacity: .72; animation: sparkle 2.8s ease-in-out infinite; }
.spark::before, .spark::after { content: ""; position: absolute; width: 3px; height: 28px; border-radius: inherit; background: inherit; transform-origin: bottom center; bottom: 0; }
.spark::before { transform: rotate(55deg); }
.spark::after { transform: rotate(-55deg); }
.spark-a { left: -18px; top: 210px; transform: rotate(7deg); }
.spark-b { right: 0; bottom: 90px; transform: rotate(-18deg) scale(.7); animation-delay: -1.2s; }
@keyframes sparkle { 0%,100% { opacity:.38; transform: scale(.92) rotate(7deg); } 50% { opacity:.85; transform: scale(1.04) rotate(7deg); } }

.result-section { margin-top: -36px; position: relative; z-index: 5; }
.result-panel { padding: 18px 32px 24px; border: 1px solid rgba(90,62,42,.09); background: rgba(255,255,255,.82); border-radius: 22px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.result-title-row { display: flex; align-items: center; justify-content: center; gap: 13px; font-family: "Segoe Print", "Bradley Hand", cursive; }
.result-title-row h2 { margin: 0; font-size: 1.36rem; font-weight: 500; }
.short-line { width: 28px; height: 1px; background: var(--caramel); }
.result-content { min-height: 138px; display: flex; align-items: center; justify-content: center; gap: 26px; }
.result-placeholder { color: #786c63; }
.flavor-result { flex: 1 1 0; min-width: 0; display: grid; grid-template-columns: 92px 1fr; gap: 18px; align-items: center; padding: 8px 12px; animation: scoopPop .55s cubic-bezier(.2,.75,.25,1.15) both; }
.flavor-result:nth-of-type(2) { animation-delay: .08s; }
.flavor-result:nth-of-type(3) { animation-delay: .16s; }
.flavor-scoop { --flavor: #d8b36a; width: 86px; aspect-ratio: 1; border-radius: 50%; position: relative; background: radial-gradient(circle at 34% 26%, rgba(255,255,255,.48), transparent 29%), radial-gradient(circle at 66% 70%, rgba(78,45,26,.10), transparent 33%), var(--flavor); box-shadow: inset -10px -12px 18px rgba(57,34,20,.14), 0 12px 18px rgba(65,41,25,.15); }
.flavor-scoop::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: -8px; height: 18px; border-radius: 50%; background: color-mix(in srgb, var(--flavor), #6e4c38 12%); z-index: -1; }
.flavor-scoop-photo { width: 92px; height: 86px; display: grid; place-items: center; }
.flavor-scoop-photo img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(65,41,25,.10)); }
.flavor-result h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 1.28rem; color: #7a742c; }
.flavor-result p { margin: 0; color: #4f433c; font-size: .88rem; }
.plus { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: #2a1b13; color: #fff; display: grid; place-items: center; font-size: 1.25rem; }
@keyframes scoopPop { from { opacity: 0; transform: translateY(16px) scale(.84) rotate(-5deg); } to { opacity: 1; transform: none; } }

.story-section { padding: 78px 0 44px; content-visibility: auto; contain-intrinsic-size: 800px; }
.story-grid { display: grid; grid-template-columns: 1.25fr .82fr .55fr; gap: 44px; align-items: center; }
.story-photo-wrap { margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); background: #e8dfd4; }
.story-photo-wrap img { width: 100%; aspect-ratio: 456 / 345; object-fit: cover; }
.story-copy .eyebrow { margin-bottom: 8px; }
.story-copy h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: clamp(2.2rem, 3.5vw, 3.25rem); line-height: 1.02; font-weight: 500; letter-spacing: -.03em; }
.story-copy p { color: #4d4038; font-size: .95rem; }
.inline-button { width: max-content; margin-top: 8px; }
.cone-illustration { position: relative; align-self: stretch; display: grid; place-items: center; }
.cone-illustration img { width: 100%; max-width: 210px; height: auto; object-fit: contain; opacity: .92; }
.cone-illustration span { position: absolute; right: 0; bottom: 20px; width: 104px; height: 104px; border: 1px solid #e0b37a; border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: .6rem; letter-spacing: .12em; color: #c58f54; transform: rotate(7deg); }

.visit-section { padding: 12px 0 54px; content-visibility: auto; contain-intrinsic-size: 540px; }
.visit-grid { display: grid; grid-template-columns: 1.08fr .72fr 1.1fr; gap: 16px; }
.info-card { position: relative; min-height: 260px; padding: 22px; border: 1px solid rgba(88,58,38,.09); border-radius: 19px; background: rgba(255,255,255,.76); box-shadow: 0 15px 38px rgba(70,44,27,.05); overflow: hidden; }
.card-title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.card-title h2 { margin: 0; font-family: Georgia, serif; font-size: 1.4rem; }
.outline-icon { color: var(--gold); font-size: 1.65rem; line-height: 1; }
.location-card p { margin: 0 0 12px; font-size: .91rem; }
.mini-map { height: 110px; border-radius: 13px; overflow: hidden; background: #eee8de; margin-bottom: 12px; }
.mini-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.light-button { min-height: 38px; padding: 8px 14px; border: 1px solid #caa170; background: #fffaf4; color: #33251d; font-size: .78rem; }
.light-button:hover { transform: translateY(-1px); background: #fff; }
.season-badge { display: inline-flex; align-items: center; gap: 7px; margin: -4px 0 13px; padding: 6px 10px; border-radius: 999px; background: #fff7e8; color: #795831; font-size: .73rem; font-weight: 700; line-height: 1.25; }
.season-badge span:first-child { color: var(--gold); }
.hours-list { margin: 0; display: grid; gap: 5px; font-size: .78rem; }
.hours-list div { display: grid; grid-template-columns: 1fr auto; gap: 16px; }
.hours-list dt, .hours-list dd { margin: 0; }
.rating-row { display: flex; gap: 18px; align-items: center; margin: 12px 0 18px; }
.rating-row strong { font-family: Georgia, serif; font-size: 3.4rem; line-height: 1; font-weight: 500; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 1.15rem; }
.rating-row span { display: block; margin-top: 4px; font-size: .8rem; }
.review-card > p { font-size: .8rem; }
.google-letter { position: absolute; right: 22px; bottom: 18px; font: 800 2.9rem/1 Arial, sans-serif; color: #4285f4; text-shadow: 13px 0 0 #ea4335, 0 13px 0 #fbbc05; opacity: .9; }

.site-footer { position: relative; padding: 42px 0 24px; background: var(--footer); color: #2d251f; content-visibility: auto; contain-intrinsic-size: 300px; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 20px; background: radial-gradient(circle at 10px -3px, transparent 12px, var(--footer) 13px) 0 0/22px 22px repeat-x; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .7fr 1fr; gap: 48px; align-items: start; }
.compact-brand .wordmark strong { font-size: 1.9rem; }
.compact-brand .wordmark small { font-size: .62rem; }
.footer-brand p { margin: 10px 0 0 46px; color: #5e534c; font-size: .78rem; }
.site-footer h2 { margin: 0 0 8px; font-size: .78rem; }
.site-footer nav { display: flex; flex-direction: column; }
.site-footer nav a { text-decoration: none; font-size: .76rem; margin: 1px 0; color: #524740; }
.footer-instagram { justify-self: start; font-size: .82rem; }
.copyright { margin: 22px 0 0; text-align: center; color: #786d65; font-size: .7rem; }

.reveal-on-scroll { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { position: static; padding: 16px 0 0; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-actions { gap: 10px; }
  .hero { padding-top: 28px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; height: min(680px, 88vw); }
  .hero-visual picture { inset: 20px 5% 0 5%; }
  .hand-note { left: 8%; top: 42px; }
  .hand-arrow { left: 18%; top: 92px; }
  .result-section { margin-top: 24px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .cone-illustration { display: none; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .review-card { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .shell { width: min(100% - 26px, 1180px); }
  .wordmark strong { font-size: 1.75rem; }
  .wordmark small { font-size: .62rem; }
  .instagram-link span { display: none; }
  .header-actions { gap: 7px; }
  .language-picker { min-height: 34px; padding-inline: 8px 6px; }
  .language-picker select { max-width: 86px; font-size: .73rem; }
  .hero { padding-bottom: 36px; }
  .hero-visual { height: 540px; }
  .hero-visual picture { inset: 8px 0 0; border-radius: 22px 22px 46px 22px; }
  .hand-note { left: 12px; top: 26px; font-size: .78rem; }
  .hand-arrow { left: 60px; top: 70px; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 4.6rem); }
  .hero h1 span { font-size: .67em; }
  .hero-intro { font-size: 1rem; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 202px; }
  .result-panel { padding: 16px 13px 18px; }
  .result-title-row h2 { font-size: 1.08rem; text-align: center; }
  .short-line { width: 18px; }
  .result-content { flex-direction: column; gap: 7px; padding: 14px 0 3px; }
  .flavor-result { width: 100%; grid-template-columns: 74px 1fr; }
  .flavor-scoop { width: 70px; }
  .flavor-scoop-photo { width: 74px; height: 70px; }
  .plus { width: 30px; height: 30px; font-size: 1rem; }
  .story-section { padding-top: 54px; }
  .story-grid { grid-template-columns: 1fr; gap: 26px; }
  .story-copy h2 { font-size: 2.45rem; }
  .visit-grid { grid-template-columns: 1fr; }
  .review-card { grid-column: auto; }
  .info-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand p { margin-left: 0; }
}

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