:root { --home-coral:#ef6b4a; --home-yellow:#f6c84e; --home-blue:#67b6d6; --home-purple:#8a6fc2; --home-ink:#201a16; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:110px; }
body.home-adventures-page { margin:0; font-family:Inter,system-ui,sans-serif; background:var(--bg); color:var(--text); }
.home-adventures-page main { overflow:hidden; }
.home-adventures-page h1,.home-adventures-page h2,.home-adventures-page h3,.home-adventures-page p { margin-top:0; }
.home-adventures-page h1,.home-adventures-page h2,.home-adventures-page h3 { font-family:Fraunces,Georgia,serif; letter-spacing:-.035em; }
.home-adventures-page h2 { font-size:clamp(34px,5vw,62px); line-height:1; margin-bottom:14px; }
.home-eyebrow { margin-bottom:10px; color:var(--leaf); font-size:12px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.home-button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; padding:12px 20px; border:0; border-radius:999px; color:var(--text); font:inherit; font-weight:900; text-decoration:none; cursor:pointer; }
.home-button-primary { background:var(--leaf); color:#fff; box-shadow:0 12px 26px rgba(23,107,82,.22); }
.home-button-primary:hover { background:#0f5843; transform:translateY(-1px); }
.home-button-secondary { background:rgba(255,255,255,.86); color:#2a2019; }

.home-hero { width:min(1320px,calc(100% - 28px)); min-height:670px; margin:18px auto 0; display:flex; align-items:center; padding:clamp(28px,6vw,80px); border-radius:34px; background:linear-gradient(90deg,rgba(26,28,23,.88) 0%,rgba(26,28,23,.68) 41%,rgba(26,28,23,.08) 72%),url("images/home-adventures-hero.jpg") 58% center/cover; box-shadow:var(--shadow-soft); color:#fff; }
.home-hero-copy { max-width:650px; }
.home-hero .home-eyebrow { color:#f9d86f; }
.home-hero h1 { max-width:11ch; margin-bottom:20px; color:#fff; font-size:clamp(48px,7vw,86px); line-height:.92; text-wrap:balance; }
.home-hero-copy>p:not(.home-eyebrow) { max-width:590px; margin-bottom:24px; color:rgba(255,255,255,.9); font-size:clamp(17px,2vw,21px); font-weight:600; line-height:1.5; }
.home-hero-actions { display:flex; flex-wrap:wrap; gap:10px; }
.home-proof { display:flex; flex-wrap:wrap; gap:10px 22px; margin:24px 0 0; padding:0; list-style:none; color:rgba(255,255,255,.86); font-size:13px; font-weight:800; }
.home-proof li::before { content:"✓"; margin-right:7px; color:#f9d86f; }

.home-rescue,.home-maker,.home-plan,.home-wheel-section,.home-collection,.home-age-guide,.home-closing { width:min(1160px,calc(100% - 32px)); margin:clamp(54px,8vw,100px) auto; }
.home-rescue { display:grid; grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr); gap:38px; align-items:end; }
.home-rescue h2 { font-size:clamp(34px,4.3vw,54px); }
.home-situations { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.home-situations button { min-height:66px; padding:14px; border:0; border-radius:18px; background:var(--surface); color:var(--text); box-shadow:var(--shadow-sm); font:inherit; font-weight:850; cursor:pointer; text-align:left; }
.home-situations button:hover,.home-situations button.active { background:var(--sun-bg,#fff1c9); transform:translateY(-2px); }

.home-maker { display:grid; grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr); gap:clamp(30px,6vw,80px); align-items:start; margin-top:clamp(32px,4vw,54px); padding:clamp(22px,3vw,38px) clamp(24px,5vw,64px) clamp(24px,5vw,64px); border-radius:32px; background:var(--surface); box-shadow:var(--shadow-md); }
.home-maker-intro { position:sticky; top:110px; }
.home-maker-intro>p:last-child,.home-age-guide-head>p { color:var(--text-2); font-size:17px; }
.home-preferences { display:grid; gap:24px; }
.home-preferences fieldset { margin:0; padding:0; border:0; }
.home-preferences legend,.home-select-field { display:block; margin-bottom:8px; font-size:15px; font-weight:900; }
.home-preferences fieldset>p { margin:-4px 0 12px; color:var(--text-2); font-size:13px; }
.home-choice-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.home-choice-grid label,.home-segmented label { cursor:pointer; }
.home-choice-grid input,.home-segmented input { position:absolute; opacity:0; pointer-events:none; }
.home-choice-grid span,.home-segmented span { min-height:58px; display:flex; flex-direction:column; justify-content:center; padding:10px 12px; border-radius:15px; background:var(--surface-2); color:var(--text); font-size:14px; font-weight:900; line-height:1.15; }
.home-choice-grid small { margin-top:4px; color:var(--text-2); font-size:10px; font-weight:700; }
.home-choice-grid input:checked+span,.home-segmented input:checked+span { background:var(--leaf); color:#fff; box-shadow:0 8px 20px rgba(23,107,82,.18); }
.home-choice-grid input:checked+span small { color:rgba(255,255,255,.78); }
.home-field-row { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.home-select-field select { width:100%; min-height:50px; margin-top:7px; padding:0 14px; border:0; border-radius:14px; background:var(--surface-2); color:var(--text); font:inherit; font-weight:800; }
.home-segmented { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.home-segmented span { min-height:48px; align-items:center; text-align:center; }
.supply-choices { grid-template-columns:repeat(5,minmax(0,1fr)); }
.supply-choices span { min-height:52px; text-align:center; align-items:center; }
.home-toggle { display:flex; align-items:center; gap:11px; font-weight:800; cursor:pointer; }
.home-toggle input { position:absolute; opacity:0; }
.home-toggle span { width:48px; height:28px; padding:3px; border-radius:999px; background:#c9c2b7; }
.home-toggle span::after { content:""; width:22px; height:22px; display:block; border-radius:50%; background:#fff; box-shadow:0 2px 7px rgba(0,0,0,.2); transition:transform .2s; }
.home-toggle input:checked+span { background:var(--leaf); }
.home-toggle input:checked+span::after { transform:translateX(20px); }
.home-generate { width:100%; min-height:56px; font-size:16px; }
.home-form-note { margin:-14px 0 0; color:var(--text-3); font-size:12px; text-align:center; }

.home-collection { scroll-margin-top:110px; }
.home-collection-head { padding-bottom:24px; border-bottom:1px solid var(--border); }
.home-collection-head>div { max-width:700px; }
.home-collection-head h2 { margin-bottom:10px; }
.home-collection-head>div>p:last-child { margin:0; color:var(--text-2); font-size:18px; line-height:1.5; }
.home-category-browser { display:flex; gap:9px; margin:22px 0; overflow-x:auto; padding:3px 2px 10px; scrollbar-width:thin; }
.home-category-browser button,.home-trending-actions button { flex:0 0 auto; min-height:42px; padding:9px 14px; border:1px solid var(--border); border-radius:999px; background:var(--surface); color:var(--text); font:800 12px Inter,sans-serif; cursor:pointer; }
.home-category-browser button[aria-pressed="true"] { border-color:var(--leaf); background:var(--leaf); color:#fff; box-shadow:0 8px 18px rgba(23,107,82,.17); }
.home-trending { display:flex; align-items:center; gap:18px; margin-bottom:22px; padding:15px 18px; border-radius:18px; background:var(--sun-bg,#fff1c9); }
.home-trending>strong { flex:0 0 auto; font-size:13px; }
.home-trending-actions { display:flex; gap:7px; overflow-x:auto; padding:2px; }
.home-trending-actions button { min-height:36px; padding:7px 11px; background:rgba(255,255,255,.74); }
.home-trending-actions button.active { background:var(--home-ink); color:#fff; }
.home-collection .home-maker { width:100%; grid-template-columns:minmax(210px,.5fr) minmax(0,1.5fr); margin:22px 0 28px; padding:26px; border-radius:24px; box-shadow:none; background:var(--surface); }
.home-collection .home-maker-intro h3 { margin-bottom:10px; font-size:clamp(27px,3vw,38px); }
.home-collection .home-maker-intro>p:last-child { font-size:14px; line-height:1.5; }
.home-collection .home-maker-intro { position:static; }
.home-collection .home-preferences { gap:17px; }
.home-maker-action { width:100%; min-height:56px; margin-top:2px; font-size:15px; text-align:center; }
.home-collection-toolbar { display:flex; justify-content:space-between; gap:20px; align-items:center; margin:28px 0 14px; color:var(--text-2); font-size:13px; }
.home-collection-toolbar strong { color:var(--text); font-size:17px; }
.home-activity-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.home-activity-card { overflow:hidden; border:1px solid var(--border); border-radius:22px; background:var(--surface); box-shadow:var(--shadow-sm); }
.home-activity-card>img { width:100%; height:auto; aspect-ratio:4/3; display:block; object-fit:cover; background:var(--surface-2); }
.home-activity-card-body { padding:18px; }
.home-activity-kicker { margin-bottom:7px; color:var(--leaf); font-size:11px; font-weight:900; letter-spacing:.05em; text-transform:uppercase; }
.home-activity-card h3 { margin-bottom:8px; font-size:25px; line-height:1.05; }
.home-activity-card h3+p { min-height:57px; margin-bottom:13px; color:var(--text-2); font-size:13px; line-height:1.45; }
.home-activity-meta { display:flex; flex-wrap:wrap; gap:6px; }
.home-activity-meta span { padding:5px 7px; border-radius:7px; background:var(--surface-2); color:var(--text-2); font-size:9px; font-weight:850; text-transform:capitalize; }
.home-supplies { margin:12px 0 14px; color:var(--text-2); font-size:11px; }
.home-skills { margin:-7px 0 14px; color:var(--leaf); font-size:11px; line-height:1.45; }
.home-card-actions { display:flex; flex-wrap:wrap; gap:6px; }
.home-card-actions button { min-height:34px; padding:7px 9px; border:1px solid var(--border); border-radius:9px; background:transparent; color:var(--text); font:800 10px Inter,sans-serif; cursor:pointer; }
.home-card-actions button[aria-pressed="true"] { border-color:var(--leaf); background:var(--leaf); color:#fff; }
.home-card-details { margin-top:14px; padding-top:14px; border-top:1px solid var(--border); }
.home-card-details h4 { margin:14px 0 7px; font-size:13px; }
.home-card-details h4:first-child { margin-top:0; }
.home-card-details>p { margin:0; color:var(--text-2); font-size:12px; line-height:1.45; }
.home-card-details ol,.home-card-details ul { display:grid; gap:6px; margin:0; padding-left:20px; color:var(--text-2); font-size:11px; line-height:1.45; }
.home-card-sources a { color:var(--leaf); font-weight:800; text-underline-offset:2px; }
.home-card-variations { display:grid; gap:5px; margin-top:14px; }
.home-card-variations details { padding:8px 10px; border-radius:9px; background:var(--surface-2); }
.home-card-variations summary { cursor:pointer; font-size:11px; font-weight:900; }
.home-card-variations p { margin:6px 0 0; color:var(--text-2); font-size:11px; line-height:1.45; }
.home-show-more { margin:22px auto 0; background:var(--surface); border:1px solid var(--border); }
.home-show-more[hidden] { display:none; }
.home-empty { grid-column:1/-1; padding:50px 24px; border-radius:22px; background:var(--surface); text-align:center; }

.home-plan { padding:clamp(24px,5vw,56px); border-radius:32px; background:#173f35; color:#fff; box-shadow:var(--shadow-md); }
.home-plan[hidden] { display:none; }
.home-plan .home-eyebrow { color:#f6d66f; }
.home-plan-head { display:flex; justify-content:space-between; gap:24px; align-items:start; }
.home-plan-head h2 { color:#fff; }
.home-plan-head p:not(.home-eyebrow) { color:rgba(255,255,255,.74); }
.home-plan-actions { display:flex; flex-wrap:wrap; gap:7px; justify-content:flex-end; }
.home-plan-actions button { min-height:40px; padding:8px 13px; border:0; border-radius:999px; background:rgba(255,255,255,.12); color:#fff; font:inherit; font-size:12px; font-weight:850; cursor:pointer; }
.home-plan-layout { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr); gap:28px; margin-top:30px; }
.home-timeline { display:grid; gap:2px; margin:0; padding:0; list-style:none; counter-reset:step; }
.home-timeline>li { position:relative; display:grid; grid-template-columns:68px minmax(0,1fr); gap:16px; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.14); }
.home-timeline>li>time { color:#f6d66f; font-size:13px; font-weight:900; }
.home-timeline>li>time span { display:block; margin-bottom:2px; color:rgba(255,255,255,.58); font-size:8px; letter-spacing:.08em; text-transform:uppercase; }
.home-timeline>li>div>strong { display:block; margin-bottom:4px; font-size:18px; }
.home-timeline>li>div>p { margin:0; color:rgba(255,255,255,.72); font-size:13px; }
.home-plan-instructions,.home-card-instructions { margin-top:12px; }
.home-plan-instructions summary,.home-card-instructions summary { width:fit-content; cursor:pointer; font-size:12px; font-weight:900; }
.home-plan-instructions summary { color:#f6d66f; }
.home-plan-instructions ol,.home-card-instructions ol { display:grid; gap:7px; margin:10px 0 0; padding-left:20px; }
.home-plan-instructions ol { gap:0; padding:0; list-style:none; counter-reset:home-instruction-step; }
.home-plan-instructions li { display:grid; grid-template-columns:52px minmax(0,1fr); gap:9px; padding:7px 0; border-bottom:1px solid rgba(255,255,255,.09); color:rgba(255,255,255,.78); font-size:12px; line-height:1.45; counter-increment:home-instruction-step; }
.home-plan-instructions li::before { content:"Step " counter(home-instruction-step); color:#f6d66f; font-size:10px; font-weight:900; white-space:nowrap; }
.home-plan-instructions li:last-child { border-bottom:0; }
.home-card-instructions summary { color:var(--leaf); }
.home-card-instructions li { color:var(--text-2); font-size:12px; line-height:1.45; }
.home-spotlight { overflow:hidden; border-radius:23px; background:#fff; color:#201a16; align-self:start; }
.home-spotlight img { width:100%; aspect-ratio:4/3; display:block; object-fit:cover; }
.home-spotlight>div { padding:20px; }
.home-spotlight h3 { margin-bottom:8px; font-size:29px; line-height:1; }
.home-spotlight p:last-child { margin:0; color:#655a50; font-size:14px; }
.home-backup { margin-top:22px; padding:16px 18px; border-radius:16px; background:rgba(255,255,255,.09); color:rgba(255,255,255,.82); font-size:14px; }

.home-wheel-section { position:relative; display:grid; grid-template-columns:minmax(250px,.82fr) minmax(320px,.8fr) minmax(190px,.48fr); gap:38px; align-items:center; }
.home-wheel-copy>p:not(.home-eyebrow),.home-wheel-result p { color:var(--text-2); }
.home-wheel-result { margin-top:26px; padding:19px; border-radius:18px; background:var(--surface); box-shadow:var(--shadow-sm); }
.home-wheel-result span { color:var(--text-3); font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.home-wheel-result strong { display:block; margin:4px 0; font-size:22px; }
.home-wheel-result p { margin:0; font-size:13px; }
.home-wheel-stage { display:grid; place-items:center; gap:14px; min-width:0; }
.home-wheel-wrap { position:relative; width:min(100%,410px); aspect-ratio:1; margin:auto; filter:drop-shadow(0 22px 30px rgba(48,38,29,.17)); }
.home-wheel { position:relative; width:100%; height:100%; border:12px solid var(--surface); border-radius:50%; background:conic-gradient(#ef6b4a 0 30deg,#67b6d6 30deg 60deg,#f6c84e 60deg 90deg,#69a86f 90deg 120deg,#8a6fc2 120deg 150deg,#ed8a5d 150deg 180deg,#4f98ba 180deg 210deg,#d8ad3e 210deg 240deg,#4d8d5e 240deg 270deg,#7457a8 270deg 300deg,#e55c7b 300deg 330deg,#43a59d 330deg 360deg); transition:transform var(--wheel-duration,4s) cubic-bezier(.13,.76,.12,1); will-change:transform; }
.home-wheel::after { content:""; position:absolute; inset:13%; border:2px solid rgba(255,255,255,.5); border-radius:50%; }
.home-wheel-number { position:absolute; z-index:1; width:31px; height:31px; display:grid; place-items:center; transform:translate(-50%,-50%) rotate(var(--wheel-counter-rotation,0deg)); border:2px solid rgba(255,255,255,.78); border-radius:50%; background:rgba(32,26,22,.82); color:#fff; font:900 12px Inter,sans-serif; line-height:1; box-shadow:0 5px 12px rgba(32,26,22,.2); transition:transform var(--wheel-duration,4s) cubic-bezier(.13,.76,.12,1); }
.home-wheel-button { position:absolute; inset:50% auto auto 50%; width:112px; aspect-ratio:1; transform:translate(-50%,-50%); border:8px solid var(--surface); border-radius:50%; background:#201a16; color:#fff; font:900 16px Inter,sans-serif; cursor:pointer; box-shadow:0 12px 25px rgba(0,0,0,.22); z-index:2; }
.home-wheel-button span { display:block; color:#f6d66f; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.home-wheel-button:disabled { opacity:.64; cursor:wait; }
.home-wheel-countdown { min-height:1.45em; margin:0; color:var(--text); font:900 14px/1.1 Inter,sans-serif; text-align:center; }
.home-wheel-pointer { position:absolute; z-index:3; left:50%; top:-3px; width:0; height:0; transform:translateX(-50%); border-left:18px solid transparent; border-right:18px solid transparent; border-top:34px solid #201a16; }
.home-wheel-section.is-spinning .home-wheel-pointer { animation:homeWheelPointerTick .22s ease-in-out infinite; }
.home-wheel-section.has-result .home-wheel-pointer { animation:homeWheelPointerLand .42s ease-out; }
.home-wheel-confetti { position:absolute; z-index:10; left:50%; top:50%; width:9px; height:14px; border-radius:3px; background:var(--confetti-color,var(--sun)); pointer-events:none; animation:homeWheelConfetti .9s ease-out forwards; }
.home-wheel-legend { display:grid; gap:7px; margin:0; padding:0; list-style:none; counter-reset:wheel; }
.home-wheel-legend li { display:flex; align-items:center; gap:8px; color:var(--text-2); font-size:12px; font-weight:800; }
.home-wheel-legend li::before { counter-increment:wheel; content:counter(wheel); width:22px; height:22px; display:grid; place-items:center; border-radius:50%; background:var(--surface); color:var(--text); font-size:10px; box-shadow:var(--shadow-sm); }

.home-age-guide-head { display:grid; grid-template-columns:1fr minmax(260px,.65fr); gap:30px; align-items:end; }
.home-age-tabs { display:flex; gap:8px; margin:28px 0 18px; overflow:auto; padding:3px; }
.home-age-tabs button { min-width:76px; min-height:44px; border:0; border-radius:999px; background:var(--surface); color:var(--text); font:900 13px Inter,sans-serif; cursor:pointer; }
.home-age-tabs button[aria-selected="true"] { background:var(--leaf); color:#fff; }
.home-age-results { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.home-age-item { min-height:310px; overflow:hidden; display:flex; flex-direction:column; justify-content:space-between; border-radius:20px; background:var(--surface); box-shadow:var(--shadow-sm); }
.home-age-item img { width:100%; aspect-ratio:16/8; display:block; object-fit:cover; }
.home-age-item:nth-child(3n+1) img { object-position:18% 72%; }
.home-age-item:nth-child(3n+2) img { object-position:58% 60%; }
.home-age-item:nth-child(3n) img { object-position:90% 60%; }
.home-age-item>div { padding:18px 20px 20px; }
.home-age-item h3 { margin:0 0 6px; font-size:22px; line-height:1.05; }
.home-age-item p { margin:0; color:var(--text-2); font-size:13px; }
.home-age-item small { display:block; margin-top:10px; color:var(--leaf); font-size:10px; font-weight:900; text-transform:uppercase; }
.home-closing { padding:clamp(36px,7vw,86px); border-radius:32px; background:var(--sun-bg,#fff0c2); text-align:center; }
.home-closing h2 { font-size:clamp(42px,7vw,76px); }
.home-closing>p:not(.home-eyebrow) { max-width:610px; margin:0 auto 24px; color:var(--text-2); font-size:17px; }

html[data-theme="dark"] .home-hero { background:linear-gradient(90deg,rgba(7,14,24,.92),rgba(7,14,24,.64) 44%,rgba(7,14,24,.1) 75%),url("images/home-adventures-hero.jpg") 58% center/cover; }
html[data-theme="dark"] .home-wheel-button { background:#f8fafc; color:#111827; }
html[data-theme="dark"] .home-spotlight { background:#fff; }
@keyframes homeWheelConfetti { to { transform:translate(var(--x),var(--y)) rotate(520deg); opacity:0; } }
@keyframes homeWheelPointerTick { 50% { transform:translateX(-50%) translateY(3px) scale(1.02); } }
@keyframes homeWheelPointerLand { 45% { transform:translateX(-50%) translateY(8px) scale(1.08); } 100% { transform:translateX(-50%) translateY(0) scale(1); } }
@media (max-width:980px) { .home-rescue,.home-maker,.home-wheel-section,.home-collection .home-maker { grid-template-columns:1fr; } .home-maker-intro { position:static; } .home-wheel-section { text-align:center; } .home-wheel-result { text-align:left; } .home-wheel-legend { grid-template-columns:repeat(3,1fr); text-align:left; } .home-activity-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px) { .home-hero { min-height:650px; align-items:end; padding:28px 22px; background:linear-gradient(0deg,rgba(20,24,20,.9),rgba(20,24,20,.22) 75%),url("images/home-adventures-hero.jpg") 65% center/cover; } .home-hero h1 { font-size:48px; } .home-proof { display:none; } .home-situations { grid-template-columns:1fr 1fr; } .home-choice-grid { grid-template-columns:1fr 1fr; } .supply-choices { grid-template-columns:1fr 1fr; } .home-field-row,.home-plan-layout,.home-age-guide-head { grid-template-columns:1fr; } .home-plan-head,.home-collection-head { display:block; } .home-plan-actions { justify-content:flex-start; margin-top:18px; } .home-age-results,.home-activity-grid { grid-template-columns:1fr; } .home-trending { display:block; } .home-trending-actions { margin-top:10px; } }
@media (max-width:520px) { .home-rescue,.home-maker,.home-plan,.home-wheel-section,.home-collection,.home-age-guide,.home-closing { width:min(100% - 20px,1160px); } .home-maker,.home-plan,.home-collection .home-maker { padding:22px 16px; border-radius:24px; } .home-segmented { grid-template-columns:1fr; } .home-wheel-legend { grid-template-columns:1fr 1fr; } .home-wheel-button { width:96px; } .home-collection-toolbar { align-items:start; flex-direction:column; gap:4px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .home-wheel,.home-wheel-number { transition-duration:.01s!important; } * { animation-duration:.01ms!important; } }
@media print { .ww-global-header,.home-hero,.home-rescue,.home-maker,.home-wheel-section,.home-collection,.home-age-guide,.home-closing,.home-plan-actions { display:none!important; } .home-plan { display:block!important; margin:0; width:100%; background:#fff; color:#111; box-shadow:none; } .home-plan h2,.home-plan .home-eyebrow,.home-timeline time { color:#111; } .home-plan p,.home-timeline p { color:#444!important; } }
