/* wb.css — the Willowbrook page. Meadow green, sky blue, real footage. */
.page-wb .bar { background: rgba(255,255,255,.72); }
.wbem, .page-wb .xh2 em, .page-wb .xh1 em { font-style: normal; color: var(--wb); }

/* hero: the real game, full screen */
.wbh { position: relative; min-height: 100vh; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: #fff; background: #3C6E8F; }
.wbh-media, .wbh-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wbh-port { display: none; }
.wbh-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,30,20,.15) 0%, rgba(10,30,20,0) 30%, rgba(8,24,16,.35) 60%, rgba(6,20,14,.82) 100%); }
.wbh-in { position: relative; padding: 0 0 clamp(60px, 10vh, 110px); display: grid; gap: 18px; }
.wbh-crumb { font-size: .9rem; opacity: .85; } .wbh-crumb a { color: #fff; }
.wbh-kick { font-family: var(--f-hand); font-size: 1.9rem; color: var(--pen); transform: rotate(-2deg); transform-origin: left; }
.wbh-title { font-family: var(--f-display); font-size: clamp(4rem, 1rem + 13vw, 13rem); line-height: .82; letter-spacing: -.03em; font-variation-settings: 'opsz' 96, 'wdth' 78, 'wght' 800; text-shadow: 0 10px 60px rgba(0,0,0,.35); margin-left: -.04em; }
.wbh-sub { max-width: 40ch; font-size: clamp(1.15rem, 1rem + .7vw, 1.5rem); line-height: 1.45; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.wbh-sub b { font-weight: 700; }
.wbh-note { font-size: .95rem; opacity: .85; }
.wbh-down { position: absolute; right: clamp(20px, 4vw, 60px); bottom: 40px; width: 30px; height: 50px; border-radius: 20px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.wbh-down span { position: absolute; left: 50%; top: 10px; width: 4px; height: 10px; margin-left: -2px; border-radius: 2px; background: #fff; animation: wheel 1.8s infinite; }
@keyframes wheel { 60% { transform: translateY(14px); opacity: 0; } 61% { transform: none; opacity: 0; } }

/* numbers */
.wbstats { background: var(--ink); color: #fff; }
.wbstats-in { display: grid; grid-template-columns: repeat(5, 1fr); }
.wbstat { padding: 34px 20px; display: grid; gap: 6px; border-left: 1px solid rgba(255,255,255,.1); }
.wbstat:first-child { border-left: 0; }
.wbstat b { font-family: var(--f-display); font-size: clamp(2rem, 1.4rem + 2vw, 3.2rem); line-height: 1; letter-spacing: -.04em; font-variation-settings: 'opsz' 96, 'wdth' 84, 'wght' 800; color: #8FE3AE; font-variant-numeric: tabular-nums; }
.wbstat span { color: #B7BDCA; font-size: .95rem; }

/* click anything */
.hs { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; align-items: stretch; }
.hs-stage { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-3); background: #E8D9C4; }
.hs-stage > img { width: 100%; height: 100%; object-fit: cover; }
.hs-dot { position: absolute; width: 44px; height: 44px; translate: -50% -50%; border-radius: 50%; display: grid; place-items: center; }
.hs-dot::before { content: ''; position: absolute; inset: 8px; border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 0 0 4px rgba(46,139,87,.55), 0 4px 16px rgba(0,0,0,.3); transition: transform .3s var(--ease-out), background .3s; }
.hs-dot::after { content: ''; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.9); animation: hs-pulse 2.2s infinite; }
.hs-dot:nth-child(3n)::after { animation-delay: -.7s; } .hs-dot:nth-child(3n+1)::after { animation-delay: -1.4s; }
@keyframes hs-pulse { from { transform: scale(.6); opacity: 1; } to { transform: scale(1.5); opacity: 0; } }
.hs-dot:hover::before, .hs-dot:focus-visible::before { transform: scale(1.25); }
.hs-dot.seen::before { background: var(--wb); box-shadow: 0 0 0 4px rgba(255,255,255,.8), 0 4px 16px rgba(0,0,0,.3); }
.hs-dot.seen::after { animation: none; }
.hs-dot.on::before { background: var(--pen); transform: scale(1.3); }
.hs-label { position: absolute; left: 50%; bottom: calc(100% + 4px); translate: -50% 0; padding: 4px 10px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700; font-size: .85rem; white-space: nowrap; box-shadow: var(--shadow-1); opacity: 0; transform: translateY(4px); transition: opacity .2s, transform .3s var(--ease-out); pointer-events: none; }
.hs-dot:hover .hs-label, .hs-dot.seen .hs-label { opacity: 1; transform: none; }
.hs-found { position: absolute; left: 16px; top: 16px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.92); font-weight: 700; font-size: .9rem; box-shadow: var(--shadow-1); }
.hs-found b { color: var(--wb); }
.hs-card { background: #fff; border-radius: 28px; box-shadow: 0 0 0 1px var(--line), var(--shadow-2); padding: clamp(22px, 2.6vw, 34px); display: grid; align-content: start; gap: 14px; min-height: 380px; }
.hs-empty { display: grid; gap: 10px; align-content: center; justify-items: start; height: 100%; color: var(--ink-2); }
.hs-hand { font-size: 2.4rem; animation: bob 2s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-8px); } }
.hs-new { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--wb); }
.hs-word { display: flex; align-items: center; gap: 14px; justify-content: space-between; }
.hs-word b { font-family: var(--f-display); font-size: clamp(2.2rem, 1.6rem + 2vw, 3.2rem); line-height: 1; letter-spacing: -.035em; font-variation-settings: 'opsz' 96, 'wdth' 86, 'wght' 800; }
.hs-play { flex: none; width: 54px; height: 54px; border-radius: 50%; background: var(--wb); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 20px -8px rgba(46,139,87,.8); }
.hs-play svg { width: 18px; height: 18px; fill: currentColor; }
.hs-play.is-playing { background: var(--live); }
.hs-ex { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 14px 16px; border-radius: 16px; background: var(--wb-soft); font-size: 1.08rem; line-height: 1.4; }
.hs-ex button { width: 40px; height: 40px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--wb); box-shadow: var(--shadow-1); }
.hs-ex button svg { width: 14px; height: 14px; fill: currentColor; }
.hs-ex button.is-playing { background: var(--live); color: #fff; }
.hs-explain { color: var(--ink-2); line-height: 1.5; }
.hs-tr { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-top: 12px; border-top: 1px solid var(--line); }
.hs-tr select { min-height: 40px; padding: 0 10px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; font-weight: 600; }
.hs-tr b { font-size: 1.15rem; }
.hs-card.pop { animation: pop .5s var(--ease-out); }
@keyframes pop { from { transform: scale(.97); opacity: .4; } }

/* places, sideways */
.places { background: #fff; }
.places-pin { height: 100vh; height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto 1fr; padding: calc(var(--bar-h) + 36px) 0 36px; overflow: hidden; }
.places-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: end; margin-bottom: 26px; }
.places-track { display: flex; gap: 18px; align-items: center; width: max-content; padding: 0 10vw 0 max(var(--gutter), calc((100vw - 1280px) / 2)); }
.pl { position: relative; flex: none; margin: 0; height: min(52vh, 480px); aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-2); }
.pl-big { aspect-ratio: 16/10.5; }
.pl img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.pl:hover img { transform: scale(1.05); }
.pl figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 20px 18px; background: linear-gradient(transparent, rgba(0,0,0,.7)); color: #fff; display: grid; gap: 2px; }
.pl figcaption b { font-family: var(--f-display); font-size: 1.5rem; letter-spacing: -.02em; font-variation-settings: 'opsz' 48, 'wdth' 90, 'wght' 760; }
.pl figcaption span { opacity: .9; }
.places.static .places-pin { height: auto; }
.places.static .places-track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; }
.places.static .pl { scroll-snap-align: start; }

/* what you do */
.do-row { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: center; margin-top: clamp(50px, 8vw, 110px); }
.do-flip .do-img { order: 2; }
.do-img .laptop-screen img { object-position: 50% 50%; }
.do-copy { display: grid; gap: 14px; }
.do-copy p:last-child { color: var(--ink-2); font-size: 1.15rem; line-height: 1.55; max-width: 40ch; }
.do-n { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--wb); color: #fff; font-family: var(--f-display); font-size: 1.6rem; font-variation-settings: 'opsz' 48, 'wdth' 90, 'wght' 800; transform: rotate(-6deg); }

/* growing */
.grow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.grow-grid > div { display: grid; gap: 20px; position: sticky; top: 120px; }
.grow-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: g; }
.grow-list li { position: relative; display: grid; gap: 2px; padding: 20px 22px 20px 70px; border-radius: 20px; background: #fff; box-shadow: 0 0 0 1px rgba(46,139,87,.15); }
.grow-list li::before { content: '✦'; position: absolute; left: 22px; top: 50%; translate: 0 -50%; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--wb-soft); color: var(--wb); }
.grow-list b { font-family: var(--f-display); font-size: 1.25rem; font-variation-settings: 'opsz' 32, 'wdth' 92, 'wght' 740; }
.grow-list span { color: var(--ink-2); }

/* three steps */
.st3 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.st3 li { padding: 30px; border-radius: 26px; background: var(--paper); display: grid; gap: 10px; align-content: start; }
.st3 span { width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--f-display); font-size: 1.3rem; font-variation-settings: 'opsz' 48, 'wdth' 90, 'wght' 800; }
.st3 b { font-family: var(--f-display); font-size: 1.5rem; letter-spacing: -.02em; font-variation-settings: 'opsz' 48, 'wdth' 90, 'wght' 760; }
.st3 p { color: var(--ink-2); }

/* offer */
.offer-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: start; }
.offer-card { padding: clamp(26px, 3.4vw, 44px); display: grid; gap: 18px; box-shadow: 0 0 0 2px var(--wb), var(--shadow-3); }
.offer-price b { font-family: var(--f-display); font-size: clamp(3.6rem, 2.6rem + 3vw, 5.4rem); line-height: 1; letter-spacing: -.05em; font-variation-settings: 'opsz' 96, 'wdth' 84, 'wght' 800; }
.offer-price span { color: var(--ink-2); font-size: 1.1rem; }
.offer-ppp { margin-top: -10px; color: var(--wb-2); font-weight: 600; font-size: .95rem; }
.offer-side { display: grid; gap: 14px; }
.offer-me { margin: 0; display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; padding: 20px; border-radius: 26px; background: #fff; box-shadow: 0 0 0 1px var(--line); }
.offer-me img { width: 120px; height: 120px; border-radius: 24px; object-fit: cover; object-position: 50% 20%; background: var(--paper-2); }
.offer-me .hand { font-size: 1.45rem; color: var(--ink); }
.offer-me span { display: block; margin-top: 6px; font-weight: 800; color: var(--wb); }
.offer-both { display: grid; gap: 4px; padding: 22px; border-radius: 22px; background: var(--ink); color: #fff; text-decoration: none; }
.offer-both:hover { color: #fff; background: #000; }
.offer-both b { font-family: var(--f-display); font-size: 1.3rem; font-variation-settings: 'opsz' 32, 'wdth' 92, 'wght' 740; }
.offer-both span { color: #B7BDCA; }
.offer-key { font-weight: 700; color: var(--ink-2); padding: 10px 4px; }

/* final */
.wbfin { position: relative; overflow: hidden; padding: clamp(140px, 20vw, 260px) 0; color: #fff; text-align: center; }
.wbfin-bg { position: absolute; left: 0; top: -15%; width: 100%; height: 130%; object-fit: cover; }
.wbfin-shade { position: absolute; inset: 0; background: rgba(6,24,40,.45); }
.wbfin-in { position: relative; display: grid; gap: 28px; justify-items: center; }
.wbfin .xh1 { text-shadow: 0 8px 50px rgba(0,0,0,.4); }
.wbfin .xbtns { justify-content: center; }

@media (max-width: 980px) {
  .wbstats-in { grid-template-columns: repeat(3, 1fr); }
  .wbstat:nth-child(4) { border-left: 0; }
  .hs { grid-template-columns: 1fr; }
  .hs-card { min-height: 0; }
  .places-head, .grow-grid, .offer-grid { grid-template-columns: 1fr; }
  .grow-grid > div { position: static; }
  .do-row { grid-template-columns: 1fr; }
  .do-flip .do-img { order: 0; }
  .st3 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wbh-land { display: none; } .wbh-port { display: block; }
  .wbstats-in { grid-template-columns: 1fr 1fr; }
  .wbstat { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 8px; }
  .wbstat:last-child { grid-column: span 2; }
  .hs-dot { width: 36px; height: 36px; }
  .hs-dot::before { inset: 7px; }
  .hs-label { display: none; }
  .pl { height: 46vh; }
  .offer-me { grid-template-columns: 80px 1fr; } .offer-me img { width: 80px; height: 80px; }
}
@media (prefers-reduced-motion: reduce) { .hs-dot::after, .hs-hand, .wbh-down span { animation: none; } }
.offer-me { grid-template-columns: 150px 1fr; } .offer-me img { width: 150px; height: 190px; object-position: 50% 15%; }
@media (max-width: 640px) { .offer-me { grid-template-columns: 100px 1fr; } .offer-me img { width: 100px; height: 130px; } }
