
:root { --forest: #10251d; --forest-2: #17372b; --ink: #132019; --cream: #f4efe3; --paper: #fffaf0; --amber: #eea63b; --amber-2: #ffc260; --rust: #b55531; --blue: #25506b; --line: rgba(19,32,25,.14); --muted: #667068; --shadow: 0 18px 55px rgba(20,35,27,.12); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1160px, 100% - 40px); margin: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 14px; top: 14px; z-index: 100; background: rgb(255, 255, 255); padding: 10px; }
.topbar { position: absolute; z-index: 10; left: 0px; right: 0px; top: 0px; color: rgb(255, 255, 255); }
.topbar.solid { position: relative; background: var(--forest); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.22); gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: Oswald, sans-serif; font-size: 1.25rem; letter-spacing: 0.09em; text-transform: uppercase; white-space: nowrap; }
.brand-mark { width: 38px; height: 38px; border: 2px solid var(--amber); border-radius: 50%; display: grid; place-items: center; color: var(--amber); font-size: 20px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 0.9rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--amber-2); }
.nav-cta { border: 1px solid rgba(255, 255, 255, 0.65); padding: 9px 15px; border-radius: 999px; }
.menu { display: none; background: none; border: 1px solid rgba(255, 255, 255, 0.45); color: rgb(255, 255, 255); border-radius: 4px; padding: 9px 12px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-weight: 700; }
h1, h2, h3 { font-family: Oswald, sans-serif; line-height: 1.06; margin: 0px; text-transform: uppercase; }
h1 { font-size: clamp(3.7rem, 8vw, 7rem); letter-spacing: -0.025em; }
h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
h3 { font-size: 1.6rem; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--amber-2); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; font-weight: 700; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentcolor; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0px 24px; border-radius: 4px; text-decoration: none; font-weight: 700; border: 1px solid transparent; }
.btn-primary { background: var(--amber); color: rgb(24, 33, 25); }
.btn-primary:hover { background: var(--amber-2); }
.btn-dark { background: var(--forest); color: rgb(255, 255, 255); }
.btn-outline { border-color: currentcolor; }
.actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero { min-height: 760px; color: rgb(255, 255, 255); position: relative; display: grid; align-items: center; background: linear-gradient(90deg, rgba(7, 19, 14, 0.9) 0%, rgba(7, 19, 14, 0.7) 35%, rgba(7, 19, 14, 0.05) 72%), url("hero-family.webp") center center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0px 0px; height: 120px; background: linear-gradient(transparent,var(--cream)); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 60%); padding-top: 76px; }
.hero h1 { margin: 22px 0px 24px; }
.hero p, .page-hero p { font-size: 1.18rem; max-width: 610px; color: rgba(255, 255, 255, 0.86); margin: 0px 0px 34px; }
.btn-light { border-color: rgba(255, 255, 255, 0.6); color: rgb(255, 255, 255); }
.proof-strip { position: relative; z-index: 3; margin-top: -45px; }
.proof { background: var(--paper); display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: var(--shadow); border-radius: 6px; overflow: hidden; }
.proof div { padding: 25px 28px; border-right: 1px solid var(--line); }
.proof div:last-child { border: 0px; }
.proof strong { display: block; font-family: Oswald; text-transform: uppercase; font-size: 1.25rem; }
.proof span { color: var(--muted); font-size: 0.9rem; }
section { padding: 105px 0px; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-head p, .lead { margin: 0px; color: var(--muted); font-size: 1.08rem; }
.deck-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.adventure-card { min-height: 310px; border-radius: 7px; padding: 26px 22px; display: flex; flex-direction: column; justify-content: space-between; color: rgb(255, 255, 255); box-shadow: rgba(20, 35, 27, 0.13) 0px 16px 35px; transform: translateY(var(--lift,0)); transition: transform 0.25s; }
.adventure-card:hover { transform: translateY(calc(var(--lift,0) - 7px)); }
.adventure-card:nth-child(2n) { --lift: 22px; }
.adventure-card small { font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.card-1 { background: rgb(40, 91, 68); }
.card-2 { background: var(--rust); }
.card-3 { background: var(--blue); }
.card-4 { background: rgb(119, 83, 61); }
.card-5 { background: rgb(105, 87, 124); }
.how { background: var(--forest); color: rgb(255, 255, 255); }
.how .section-head p, .dark p { color: rgb(190, 201, 194); }
.steps, .feature-grid, .journal-grid, .policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.steps { background: rgba(255, 255, 255, 0.16); }
.step { background: var(--forest); padding: 38px; }
.step-no { color: var(--amber); font-family: Oswald; font-size: 2.5rem; }
.step h3 { margin: 52px 0px 12px; }
.step p { margin: 0px; color: rgb(184, 197, 189); }
.finn { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: center; }
.finn-badge { aspect-ratio: 1 / 1; border-radius: 50%; background: var(--amber); display: grid; place-items: center; box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 0px 18px inset; }
.finn-badge span { font-family: Oswald; font-size: clamp(8rem, 18vw, 14rem); font-weight: 700; color: var(--forest); line-height: 1; }
.finn-copy h2 { margin: 16px 0px 25px; }
.finn-copy p { color: var(--muted); }
.finn-note { border-left: 3px solid var(--amber); padding-left: 20px; margin-top: 28px; font-weight: 700; color: var(--ink) !important; }
.launch { padding: 88px 0px; background: var(--amber); position: relative; overflow: hidden; }
.launch::after { content: "FP"; position: absolute; right: -30px; bottom: -100px; font-family: Oswald; font-size: 320px; line-height: 1; color: rgba(255, 255, 255, 0.16); }
.launch-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 50px; align-items: center; }
.launch .btn { width: 100%; }
.page-hero { background: var(--forest); color: rgb(255, 255, 255); padding: 105px 0px 82px; }
.page-hero h1 { font-size: clamp(3.6rem, 7vw, 6rem); margin: 18px 0px 22px; }
.crumb { color: rgb(185, 199, 190); font-size: 0.88rem; }
.crumb a { color: var(--amber-2); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.panel, .feature, .journal-card, .faq details, .policy-card { background: var(--paper); border: 1px solid var(--line); border-radius: 7px; padding: 30px; box-shadow: rgba(20, 35, 27, 0.06) 0px 10px 28px; }
.product-card { background: var(--forest); color: rgb(255, 255, 255); padding: 44px; border-radius: 10px; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.product-card.visual { padding: 0; overflow: hidden; min-height: 0; }
.product-card.visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.product-card.visual .product-card-copy { padding: 26px 30px 30px; }
.product-card.visual .product-card-copy p { color: #c4d0c9; margin: 10px 0 0; }
.product-card .stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-card { aspect-ratio: 0.7 / 1; border-radius: 5px; background: var(--amber); transform: rotate(-5deg); box-shadow: rgba(0, 0, 0, 0.22) 0px 12px 25px; }
.mini-card:nth-child(2) { background: var(--rust); transform: translateY(20px); }
.mini-card:nth-child(3) { background: var(--blue); transform: rotate(5deg); }
.tag { display: inline-flex; background: rgba(238, 166, 59, 0.16); color: rgb(154, 91, 19); padding: 6px 10px; border-radius: 99px; font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.dark .tag { color: var(--amber-2); }
.checklist { padding: 0px; list-style: none; }
.checklist li { padding: 10px 0px 10px 30px; border-bottom: 1px solid var(--line); position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0px; color: rgb(46, 109, 80); font-weight: 800; }
.feature-grid, .journal-grid, .policy-grid { gap: 18px; }
.feature, .journal-card, .policy-card { box-shadow: none; }
.feature p, .journal-card p, .policy-card p { color: var(--muted); margin-bottom: 0px; }
.journal-card a { font-weight: 800; color: rgb(138, 81, 18); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.range-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.range-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #e9e2d3; }
.range-card.portrait img { aspect-ratio: 4 / 5; }
.range-copy { padding: 24px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.range-copy h3 { margin: 16px 0 9px; }
.range-copy p { color: var(--muted); margin: 0 0 22px; }
.range-copy a { margin-top: auto; font-weight: 800; color: #8a5112; }
.card-art-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.card-art-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); transition: transform .22s ease; }
.card-art-grid img:nth-child(even) { transform: translateY(18px); }
.card-art-grid img:hover { transform: translateY(-5px); }
.editorial-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.editorial-feature img { width: 100%; border-radius: 10px; box-shadow: var(--shadow); }
.faq { max-width: 850px; margin: auto; }
.faq details { padding: 0px; margin-bottom: 12px; }
.faq summary { cursor: pointer; padding: 22px 26px; font-weight: 800; }
.faq details p { padding: 0px 26px 24px; margin: 0px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; }
.contact-box { background: var(--forest); color: rgb(255, 255, 255); border-radius: 8px; padding: 38px; }
.contact-box p { color: rgb(192, 203, 196); }
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field input, .field textarea { width: 100%; font: inherit; padding: 13px 14px; border: 1px solid var(--line); border-radius: 4px; background: rgb(255, 255, 255); }
.field textarea { min-height: 150px; resize: vertical; }
.notice { padding: 18px 20px; background: rgb(255, 243, 217); border-left: 4px solid var(--amber); margin: 24px 0px; }
.legal { max-width: 850px; }
.legal h2 { font-size: 2rem; margin: 48px 0px 14px; }
.legal h3 { font-size: 1.25rem; margin: 30px 0px 8px; }
.legal p, .legal li { color: rgb(79, 91, 83); }
footer { background: rgb(9, 20, 15); color: rgb(255, 255, 255); padding: 44px 0px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 36px; }
.footer-grid p { color: rgb(147, 160, 152); font-size: 0.88rem; }
.footer-grid h3 { font-size: 1rem; margin-bottom: 14px; color: var(--amber-2); }
.footer-grid a { display: block; color: rgb(200, 208, 203); text-decoration: none; font-size: 0.9rem; margin: 7px 0px; }
.copyright { border-top: 1px solid rgba(255, 255, 255, 0.12); margin-top: 34px; padding-top: 22px; color: rgb(135, 147, 140); font-size: 0.8rem; }
@media (max-width: 950px) {
  .menu { display: block; }
  .nav-links { display: none; position: absolute; top: 75px; left: 20px; right: 20px; background: var(--forest); padding: 22px; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero { min-height: 700px; background-position: 62% center; }
  .hero-copy { width: 78%; }
  .proof { grid-template-columns: 1fr; }
  .proof div { border-right: 0px; border-bottom: 1px solid var(--line); }
  .section-head, .finn, .launch-inner, .split, .contact-grid { grid-template-columns: 1fr; }
  .deck-grid { grid-template-columns: repeat(2, 1fr); }
  .adventure-card:nth-child(2n) { --lift: 0; }
  .steps, .feature-grid, .journal-grid, .policy-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .card-art-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .editorial-feature { grid-template-columns: 1fr; }
  .finn-badge { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 26px, 1160px); }
  .nav { min-height: 72px; }
  .brand { font-size: 1.03rem; }
  .hero { min-height: 720px; background-position: 67% center; background-image: linear-gradient(90deg, rgba(7, 19, 14, 0.94), rgba(7, 19, 14, 0.65)), url("hero-family.webp"); }
  .hero-copy { width: 100%; padding-top: 55px; }
  .hero p, .page-hero p { font-size: 1.02rem; }
  h1 { font-size: 3.45rem; }
  .proof-strip { margin-top: -24px; }
  .deck-grid { grid-template-columns: 1fr; }
  .adventure-card { min-height: 240px; }
  section { padding: 76px 0px; }
  .section-head { gap: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .product-card { padding: 28px; min-height: 390px; }
  .page-hero { padding: 78px 0px 60px; }
  .product-grid { grid-template-columns: 1fr; }
  .card-art-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .card-art-grid img:nth-child(even) { transform: none; }
}

.gallery-section { padding: 96px 0; }
.gallery-dark { background: var(--forest); color: white; }
.gallery-dark .section-head p { color: #bdc8c1; }
.image-gallery { display: grid; gap: 22px; }
.card-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.promo-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.image-gallery figure { margin: 0; background: var(--paper); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.image-gallery img { display: block; width: 100%; height: auto; background: #e9e2d3; }
.image-gallery figcaption { padding: 13px 15px 15px; color: var(--ink); font-weight: 700; }
.gallery-dark .image-gallery figure { background: #f6f0e4; }
.gallery-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 54px; padding: 28px 32px; background: var(--paper); border-left: 5px solid var(--amber); box-shadow: var(--shadow); }
.gallery-link h3, .gallery-link p { margin: 0; }

@media (max-width: 950px) {
  .card-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .promo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .gallery-section { padding: 72px 0; }
  .card-gallery, .promo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .image-gallery figcaption { padding: 10px 11px 12px; font-size: .88rem; }
  .gallery-link { align-items: flex-start; flex-direction: column; padding: 23px; }
}
