.treasure-product {
  --paper: #fbf8f0; --card: #fffdf7; --field: #f0eadc; --ink: #183a38;
  --ink-2: #4c625b; --ink-3: #63726b; --line: #d9dfd4; --teal-dark: #086468;
  --gold-deep: #886021; --navy: #075457; --navy-press: #043d40;
  background: var(--paper); color-scheme: light;
}
.treasure-product::before { display: none; }
.treasure-product .wrap { width: min(1240px, calc(100% - 80px)); }
.treasure-product h1, .treasure-product h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.treasure-product h2 { font-size: clamp(2.5rem, 4.4vw, 4.2rem); line-height: 1.07; }
.treasure-product .eyebrow { font-size: .7rem; letter-spacing: .16em; margin-bottom: 22px; }
.treasure-product .lead { font-size: 1.14rem; line-height: 1.65; }
.treasure-product .site-header { background: #fbf8f0f5; border-color: #dde1d8; }
.treasure-product .header-row { min-height: 76px; }
.treasure-product .brand-name { font-size: .94rem; }
.treasure-product .brand-full { display: none; }
.treasure-product .brand-short { display: inline; }
.treasure-product .site-nav { font-size: .88rem; gap: 28px; }
.treasure-product .btn { border-radius: 999px; font-size: .88rem; white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 20px; background: #fff; }
.skip-link:focus { top: 12px; }
.treasure-product section[id] { scroll-margin-top: 76px; }
.treasure-product .discovery-hero { position: relative; padding: 0; min-height: min(820px, calc(100svh - 76px)); color: #fff8e9; background: #063f42; overflow: hidden; }
.hero-scene { position: absolute; inset: 0; }
.motion-scene { isolation: isolate; }
.motion-scene > img, .motion-scene > picture, .motion-scene > video { display: block; width: 100%; height: 100%; object-fit: cover; }
.motion-scene > picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.motion-scene > video { position: absolute; inset: 0; opacity: 0; transition: opacity .45s; pointer-events: none; }
.motion-scene.is-ready > video { opacity: 1; }
.hero-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #033b40b8, #033b4012 62%), linear-gradient(0deg, #032c3260, transparent 28%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; pointer-events: none; padding-block: clamp(58px, 7vw, 106px) 100px; }
.hero-copy { width: 46%; max-width: 550px; }
.hero-copy a { pointer-events: auto; }
.treasure-product .hero-copy h1 { font-size: clamp(3.9rem, 6.2vw, 6.5rem); line-height: .99; margin: 0 0 30px; }
.hero-copy h1 em { color: #e8c889; font-weight: 400; }
.treasure-product .hero-copy .eyebrow { color: #e8c889; }
.hero-description { font-size: clamp(1rem, 1.15vw, 1.13rem); line-height: 1.75; max-width: 41ch; color: #f4f0e3; }
.treasure-product .hero-actions { gap: 16px; align-items: center; margin: 30px 0 18px; }
.treasure-product .hero-actions .microcopy { color: #e4e9dc; font-size: .8rem; max-width: 20ch; }
.treasure-product .trust { color: #d1dcd3; font-size: .72rem; }
.hero-bottom { position: absolute; bottom: 27px; inset-inline: 0; display: flex; justify-content: space-between; gap: 12px; z-index: 4; font-size: .76rem; }
.hero-bottom a { color: #fff8e9; text-decoration: none; }
.hero-bottom a span { margin-left: 14px; }
#motion-toggle { border: 1px solid #c5d0bd77; border-radius: 99px; color: #fff8e9; background: #063f428c; padding: 8px 14px; font: inherit; cursor: pointer; }
.scene-control { position: absolute; z-index: 3; bottom: 20px; right: 20px; min-height: 42px; padding: 9px 15px; font: 500 .73rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; border: 1px solid #fff8; border-radius: 99px; background: #043c3de8; color: #fff8e9; cursor: pointer; }
.scene-control span { margin-left: 9px; }
.hero-scene .scene-control { bottom: 84px; right: max(40px, calc((100% - 1240px)/2)); }
[hidden] { display: none !important; }
.treasure-product .discovery-note { padding-block: 38px; border-bottom: 1px solid var(--line); }
.discovery-note .wrap { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.discovery-note p { font-size: 1rem; margin: 0; }
.discovery-note strong { font-weight: 500; color: var(--ink-2); }
.discovery-note ul { display: flex; gap: 34px; margin: 0; padding: 0; list-style: none; color: var(--ink-2); font-size: .85rem; }
.discovery-note li { white-space: nowrap; }
.treasure-product .story-section { padding-block: 112px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 112px); }
.story-art { margin: 0; position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 24px; background: #07575a; }
.story-copy { max-width: 510px; }
.story-copy > p:not(.eyebrow):not(.lead) { color: var(--ink-2); }
.story-copy .lead { margin-bottom: 25px; }
.discovery-steps { list-style: none; padding: 0; margin-top: 30px; counter-reset: find-step; }
.discovery-steps li { position: relative; padding-left: 43px; padding-top: 17px; border-top: 1px solid var(--line); margin-bottom: 18px; counter-increment: find-step; }
.discovery-steps li::before { content: "0" counter(find-step); position: absolute; left: 0; top: 18px; font-size: .72rem; color: var(--gold-deep); }
.discovery-steps strong { font-size: .94rem; }
.discovery-steps p { font-size: .88rem; line-height: 1.65; margin: 6px 0 0; color: var(--ink-2); }
.treasure-product .detail-chapter { padding: 0; background: #e8eee3; }
.detail-stage { padding-block: 96px; }
.text-link { display: inline-block; font-weight: 650; font-size: .88rem; margin-top: 16px; text-underline-offset: 6px; }
.text-link span { margin-left: 12px; }
.scroll-hint { margin-top: 55px; font-size: .74rem; }
.scroll-hint span { margin-left: 18px; }
.scene-progress { position: absolute; bottom: 0; height: 3px; inset-inline: 0; background: #fff3; opacity: 0; }
.scene-progress span { display: block; width: 100%; height: 100%; transform-origin: left; transform: scaleX(var(--scene-progress, 0)); background: #e8c889; }
.detail-chapter.is-pinned .scene-progress { opacity: 1; }
.little-detail { display: flex; gap: 16px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); font-size: .87rem; color: var(--ink-2); }
.little-detail > span { color: var(--gold-deep); font-size: 1.7rem; }
.little-detail strong { color: var(--ink); font-weight: 600; }
.treasure-product .evidence-band { padding-block: 88px; background: #063f42; color: #fff8e9; }
.treasure-product .evidence-band .band-inner { max-width: 870px; text-align: center; }
.treasure-product .evidence-band .eyebrow { color: #e8c889; }
.treasure-product .evidence-band p:not(.eyebrow) { max-width: 70ch; margin-inline: auto; color: #e2e8de; }
.evidence-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; color: #e8c889; font-size: .8rem; margin-top: 32px; }
.evidence-points span::before { content: "✓"; margin-right: 9px; }
.treasure-product #guides { padding-block: 104px 52px; }
.treasure-product #guides > .wrap > .lead { max-width: 65ch; }
.treasure-product .guide-cards { grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.treasure-product .guide-cards .card { border-radius: 16px; box-shadow: none; padding: 28px; }
.treasure-product .guide-cards .card-title { font-size: 1.1rem; }
.treasure-product .guide-cards .card-body { font-size: .9rem; }
.treasure-product .honesty-card { box-shadow: none; background: #eef1e8; border-color: #d9dfd4; }
.treasure-product #faq { padding-block: 50px 110px; }
.treasure-product .faq { max-width: 890px; }
.treasure-product .faq-item { background: transparent; border-radius: 0; border-inline: 0; border-top: 0; }
.treasure-product .next-hunt { background: #e9eedf; padding-block: 90px; }
.portrait-art { aspect-ratio: 3 / 4; max-height: 630px; width: 100%; }
.treasure-product .final-fineprint { font-size: .75rem; margin-top: 15px; }
.treasure-product .site-footer { background: #fbf8f0; }
.treasure-product .footer-tag { max-width: 38ch; }
@media (min-width: 900px) and (min-height: 700px) {
  .detail-chapter.is-pinned { height: 185vh; }
  .detail-chapter.is-pinned .detail-stage { position: sticky; top: 76px; height: calc(100svh - 76px); padding-block: 36px; display: flex; align-items: center; }
  .detail-chapter.is-pinned .detail-art { max-height: calc(100svh - 148px); max-width: calc(100svh - 148px); justify-self: end; width: 100%; }
}
@media (max-width: 1050px) {
  .treasure-product .wrap { width: calc(100% - 48px); }
  .hero-copy { width: 50%; }
  .discovery-note ul { gap: 20px; }
  .story-grid { gap: 40px; }
}
@media (max-width: 899px) {
  .treasure-product .story-section, .detail-stage { padding-block: 72px; }
  .story-grid { gap: 32px; }
  .treasure-product .guide-cards { grid-template-columns: repeat(2, 1fr); }
  .discovery-note .wrap { align-items: flex-start; }
  .discovery-note ul { flex-wrap: wrap; justify-content: flex-end; max-width: 280px; gap: 10px 24px; }
}
@media (max-width: 699px) {
  .treasure-product .wrap { width: calc(100% - 40px); }
  .treasure-product .header-row { min-height: 64px; gap: 9px; }
  .treasure-product .brand-name { font-size: .87rem; }
  .treasure-product .header-row .btn { padding: 8px 15px; min-height: 40px; font-size: .77rem; }
  .treasure-product .discovery-hero { min-height: 1040px; }
  .hero-content { padding: 50px 0 480px; }
  .hero-copy { width: 100%; max-width: 480px; }
  .treasure-product .hero-copy h1 { font-size: clamp(3.4rem, 12.7vw, 5.3rem); }
  .hero-copy h1 br:nth-of-type(1) { display: none; }
  .hero-copy h1 br:nth-of-type(1)::after { content: " "; }
  .hero-description { max-width: 42ch; font-size: 1rem; }
  .hero-scene > picture img { object-position: center bottom; }
  .hero-scene::after { background: linear-gradient(180deg, #033b40f2 0%, #033b40d9 48%, #033b4000 76%); }
  .hero-scene > video, .hero-scene .scene-control { display: none; }
  .treasure-product .hero-actions { flex-wrap: nowrap; gap: 16px; }
  .treasure-product .hero-actions .app-store-badge { width: 150px; min-width: 150px; }
  .treasure-product .hero-actions .microcopy { font-size: .73rem; }
  .hero-bottom { bottom: 24px; }
  .treasure-product .discovery-note { padding-block: 28px; }
  .discovery-note .wrap { display: block; }
  .discovery-note ul { max-width: none; justify-content: flex-start; margin-top: 20px; gap: 8px 20px; font-size: .78rem; }
  .story-grid { grid-template-columns: 1fr; gap: 34px; }
  .story-copy { max-width: none; }
  .story-grid.reverse .story-copy { order: 2; }
  .story-grid.reverse .story-art { order: 1; }
  .treasure-product .story-section, .detail-stage { padding-block: 58px; }
  .story-art { border-radius: 18px; }
  .treasure-product h2 { font-size: clamp(2.35rem, 9.7vw, 3.4rem); }
  .treasure-product .evidence-band { padding-block: 62px; }
  .treasure-product .evidence-band .band-inner { text-align: left; }
  .evidence-points { justify-content: flex-start; }
  .treasure-product #guides { padding-block: 64px 24px; }
  .treasure-product .guide-cards { grid-template-columns: 1fr; }
  .treasure-product #faq { padding-block: 30px 64px; }
  .treasure-product .next-hunt { padding-block: 54px; }
  .portrait-art { max-height: 530px; }
  .treasure-product .site-footer { padding-bottom: 110px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .motion-scene > video { transition: none; }
}
