:root {
  --navy: #201e2d;
  --navy-deep: #12121c;
  --yellow: #facf0b;
  --blue: #48a1dd;
  --red: #f05447;
  --green: #00a64f;
  --cream: #fffbec;
  --white: #fff;
  --ink: #242231;
  --max: 1180px;
  --shadow: 0 24px 60px rgba(20, 18, 30, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 18px; line-height: 1.5; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
.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; left: 1rem; top: -5rem; z-index: 1000; background: var(--yellow); color: var(--navy); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.announcement { min-height: 36px; padding: 7px 20px; display: flex; justify-content: center; align-items: center; gap: 18px; background: var(--yellow); color: var(--navy); font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.announcement span:nth-child(even) { color: var(--red); }

.site-header { height: 88px; padding: 0 max(24px, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; position: absolute; width: 100%; top: 36px; z-index: 30; color: white; }
.brand { width: 148px; height: 82px; display: grid; place-items: center; }
.brand img { width: 142px; max-height: 80px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .95rem; letter-spacing: .035em; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 3px; left: 0; right: 100%; bottom: -7px; background: var(--yellow); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 10px 18px; color: var(--navy); background: var(--yellow); border: 2px solid var(--navy); box-shadow: 3px 3px 0 var(--blue); border-radius: 3px; text-transform: uppercase; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }

.hero { position: relative; padding-top: 124px; background: var(--navy); color: white; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: radial-gradient(circle at 20% 22%, var(--blue) 0 2px, transparent 2.5px), repeating-linear-gradient(120deg, transparent 0 24px, rgba(255,255,255,.08) 25px 27px, transparent 28px 48px); background-size: 56px 56px, auto; }
.hero-grid { width: min(var(--max), calc(100% - 48px)); min-height: 640px; margin: 0 auto; padding: 70px 0 78px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 54px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-weight: 800; font-size: .86rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { color: white; }
.eyebrow-dark { color: var(--red); }
h1, h2 { font-family: "Bree Serif", Georgia, serif; font-weight: 400; letter-spacing: -.025em; line-height: .98; margin: 0; }
h1 { max-width: 670px; font-size: clamp(3.25rem, 5.4vw, 5.65rem); }
h1 em, h2 span { color: var(--yellow); font-style: normal; }
.hero-lede { max-width: 580px; margin: 28px 0; color: rgba(255,255,255,.82); font-size: 1.22rem; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; border: 2px solid var(--navy); border-radius: 4px; box-shadow: 5px 5px 0 var(--blue); font-weight: 800; letter-spacing: .045em; text-transform: uppercase; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--blue); }
.button-yellow { color: var(--navy); background: var(--yellow); }
.button-navy { color: white; background: var(--navy); }
.text-link { color: white; font-weight: 700; text-underline-offset: 6px; }
.quick-facts { display: flex; margin: 46px 0 0; padding: 0; list-style: none; }
.quick-facts li { min-width: 105px; padding-right: 25px; margin-right: 25px; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.quick-facts li:last-child { border: 0; }
.quick-facts strong { color: var(--yellow); font-family: "Bree Serif", serif; font-size: 1.75rem; line-height: 1; }
.quick-facts span { margin-top: 4px; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-visual { position: relative; width: 100%; max-width: 610px; margin: 0; justify-self: end; transform: rotate(1.2deg); }
.hero-visual::before { content: ""; position: absolute; inset: -15px 18px 18px -15px; z-index: -1; border: 3px solid var(--blue); border-radius: 12px; transform: rotate(-2deg); }
.hero-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 7px solid white; border-radius: 10px; box-shadow: var(--shadow); }
.hero-sticker { position: absolute; left: -38px; bottom: -35px; width: 120px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; background: var(--red); color: white; border: 3px solid var(--navy); outline: 4px solid white; border-radius: 50%; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transform: rotate(-10deg); }
.hero-sticker strong { font-family: "Bree Serif", serif; font-size: 1.35rem; }
.route-strip { min-height: 56px; padding: 12px 24px; display: flex; align-items: center; justify-content: center; gap: 20px; overflow: hidden; background: var(--blue); color: var(--navy); font-weight: 800; font-size: .9rem; letter-spacing: .16em; transform: rotate(-1deg) scale(1.02); }
.route-strip i { width: 38px; border-top: 3px dashed var(--navy); }

.section-wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.lifestyle-section { padding: 92px 0 86px; background: var(--cream); }
.lifestyle-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 74px; }
.lifestyle-photo { position: relative; width: 100%; max-width: 480px; justify-self: center; }
.lifestyle-photo::before { content: ""; position: absolute; inset: -18px auto auto -18px; width: 74%; height: 72%; background: var(--yellow); z-index: 0; }
.lifestyle-photo img { position: relative; z-index: 1; width: 100%; height: auto; border: 5px solid var(--navy); box-shadow: 12px 12px 0 var(--blue); }
.photo-note { position: absolute; z-index: 2; right: -25px; bottom: -26px; max-width: 235px; padding: 14px 18px; background: white; border: 3px solid var(--navy); color: var(--navy); font-weight: 800; transform: rotate(2deg); box-shadow: 5px 5px 0 var(--yellow); }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.lifestyle-copy p:not(.eyebrow) { font-size: 1.17rem; line-height: 1.55; }
.lifestyle-copy h2 span { color: var(--red); }
.quote-chip { width: max-content; margin-top: 30px; padding: 10px 18px; color: var(--navy); background: var(--yellow); border: 2px solid var(--navy); border-radius: 50%; font-family: "Bree Serif", serif; font-size: 1.2rem; transform: rotate(-2deg); }

.product-section { position: relative; padding: 86px 0; background: var(--yellow); overflow: hidden; }
.product-section::after { content: "CHINCHORREANDO"; position: absolute; right: -20px; bottom: -48px; color: rgba(32,30,45,.08); font-family: "Bree Serif", serif; font-size: clamp(6rem, 14vw, 13rem); white-space: nowrap; }
.product-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1fr; gap: 64px; align-items: center; }
.product-gallery { width: 100%; max-width: 350px; justify-self: center; }
.gallery-stage { position: relative; background: var(--cream); border: 4px solid var(--navy); box-shadow: 13px 13px 0 var(--navy); overflow: hidden; }
.gallery-stage img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: opacity .18s ease, transform .35s ease; }
.gallery-stage img.is-changing { opacity: .25; transform: scale(.98); }
.gallery-badge { position: absolute; top: 18px; left: 18px; padding: 7px 13px; color: white; background: var(--red); border: 2px solid var(--navy); border-radius: 50px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 18px; }
.thumb { padding: 0; border: 3px solid var(--navy); background: white; cursor: pointer; opacity: .62; transition: opacity .2s, transform .2s; }
.thumb img { aspect-ratio: 1; object-fit: cover; }
.thumb:hover, .thumb:focus-visible, .thumb.is-active { opacity: 1; transform: translateY(-5px); }
.thumb.is-active { box-shadow: 5px 5px 0 var(--blue); }
.product-copy h2 span { color: var(--red); }
.product-intro { font-size: 1.2rem; line-height: 1.5; }
.feature-list { margin: 32px 0; padding: 0; list-style: none; border-top: 2px solid rgba(32,30,45,.2); }
.feature-list li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 2px solid rgba(32,30,45,.2); }
.feature-number { color: var(--red); font-family: "Bree Serif", serif; font-size: 1.3rem; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: 1.18rem; }
.feature-list small { font-size: .96rem; }

.how-section { padding: 86px 0; background: var(--navy); color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; }
.section-heading h2 span { color: var(--blue); }
.video-block { width: min(100%, 920px); margin: 0 auto 48px; }
.video-intro { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-bottom: 18px; }
.video-kicker { min-width: 92px; padding: 8px 13px; color: var(--navy); background: var(--yellow); border: 2px solid white; box-shadow: 4px 4px 0 var(--blue); font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: rotate(-2deg); }
.video-intro h3 { margin: 0; color: white; font-family: "Bree Serif", serif; font-size: clamp(1.45rem, 3vw, 2.1rem); font-weight: 400; line-height: 1.1; }
.video-intro p { margin: 5px 0 0; color: rgba(255,255,255,.7); font-size: 1rem; }
.video-frame { position: relative; padding: 8px; background: white; border: 4px solid white; box-shadow: 12px 12px 0 var(--yellow); }
.video-frame::before { content: ""; position: absolute; inset: -12px 14px 14px -12px; z-index: -1; border: 3px solid var(--blue); transform: rotate(-.7deg); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--navy-deep); object-fit: contain; }
.how-card { width: 100%; max-width: 760px; margin: 0 auto; overflow: hidden; border: 5px solid white; box-shadow: 10px 10px 0 var(--blue); }
.how-card img { width: 100%; height: auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 19px; border: 2px solid rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.step b { width: 54px; height: 54px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-family: "Bree Serif", serif; font-size: 1.65rem; }
.step h3 { margin: 0; color: var(--blue); font-family: "Bree Serif", serif; font-size: 1.4rem; }
.step p { margin: 4px 0 0; color: rgba(255,255,255,.75); font-size: .98rem; }
.piragua-rule { margin-top: 34px; padding: 18px 26px; display: flex; align-items: center; gap: 20px; border: 3px solid var(--yellow); background: var(--cream); color: var(--navy); transform: rotate(-.5deg); }
.piragua-rule span { padding: 5px 10px; background: var(--red); color: white; font-weight: 800; }
.piragua-rule strong { font-family: "Bree Serif", serif; font-size: 1.4rem; }
.piragua-rule p { margin: 0; }

.gift-section { padding: 92px 0; background: var(--cream); }
.gift-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; align-items: center; }
.gift-copy h2 span { color: var(--green); }
.gift-copy > p:not(.eyebrow) { font-size: 1.18rem; }
.bundle-note { margin: 28px 0 34px; display: flex; justify-content: space-between; gap: 20px; padding: 16px 20px; background: white; border-left: 8px solid var(--yellow); border-top: 2px solid var(--navy); border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); }
.bundle-note strong { color: var(--red); text-transform: uppercase; }
.gift-image { position: relative; width: 100%; max-width: 560px; justify-self: end; margin: 0; padding: 18px; background: var(--yellow); border: 4px solid var(--navy); transform: rotate(1.5deg); box-shadow: 12px 12px 0 var(--blue); }
.gift-image img { width: 100%; }
.gift-image figcaption { position: absolute; right: -24px; top: -25px; padding: 10px 16px; color: white; background: var(--red); border: 3px solid var(--navy); font-family: "Bree Serif", serif; transform: rotate(4deg); }

.diaspora-section { min-height: 680px; position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; color: white; }
.diaspora-bg, .diaspora-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.diaspora-bg { z-index: -2; object-fit: cover; }
.diaspora-overlay { z-index: -1; background: linear-gradient(90deg, rgba(18,18,28,.92) 0%, rgba(18,18,28,.62) 48%, rgba(18,18,28,.1) 100%); }
.diaspora-copy { width: min(var(--max), calc(100% - 48px)); }
.diaspora-copy h2 { max-width: 700px; }
.diaspora-copy h2 span { color: var(--yellow); }
.diaspora-copy > p:last-child { max-width: 610px; font-size: 1.25rem; }

.faq-section { padding: 92px 0; background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; align-items: start; }
.faq-heading h2 { font-size: clamp(2.8rem, 4vw, 4.3rem); }
.faq-list { border-top: 3px solid var(--navy); }
.faq-list details { border-bottom: 3px solid var(--navy); }
.faq-list summary { padding: 22px 4px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: "Bree Serif", serif; font-size: 1.2rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-family: sans-serif; font-size: 1.5rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 22px; max-width: 630px; color: #565260; }

.launch-section { padding: 42px; background: var(--blue); }
.launch-card { position: relative; max-width: 1180px; min-height: 520px; margin: 0 auto; padding: 75px 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: var(--navy); color: white; border: 5px solid white; box-shadow: 12px 12px 0 var(--yellow); }
.launch-card::before, .launch-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 24px solid var(--yellow); border-radius: 50%; opacity: .9; }
.launch-card::before { left: -85px; top: -85px; }
.launch-card::after { right: -85px; bottom: -85px; }
.launch-card h2 { font-size: clamp(3.2rem, 7vw, 6.5rem); }
.launch-card p:not(.eyebrow) { max-width: 600px; margin: 24px auto 30px; font-size: 1.2rem; color: rgba(255,255,255,.78); }
.coming-soon { position: absolute; left: -10px; right: -10px; bottom: 13px; padding: 6px; background: var(--red); font-weight: 800; letter-spacing: .16em; font-size: .75rem; white-space: nowrap; transform: rotate(-1deg); }

footer { padding: 68px 24px 34px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--navy-deep); color: white; }
footer img { width: 170px; max-height: 120px; object-fit: contain; }
footer > p { margin: 4px 0; }
.footer-small { max-width: 560px; color: rgba(255,255,255,.55); font-size: .92rem; }
.copyright { margin-top: 28px !important; color: rgba(255,255,255,.38); font-size: .8rem; }

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

@media (max-width: 980px) {
  .site-header { height: 76px; }
  .brand { width: 124px; }
  .brand img { width: 122px; }
  .menu-toggle { display: grid; gap: 5px; z-index: 4; }
  .menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 3px; background: white; }
  .site-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; padding: 24px; flex-direction: column; align-items: stretch; gap: 18px; background: var(--navy); border: 3px solid var(--yellow); box-shadow: 8px 8px 0 var(--blue); }
  .site-nav.is-open { display: flex; }
  .site-nav a { text-align: center; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: 90%; max-width: 680px; margin: 10px auto 0; justify-self: center; }
  .lifestyle-grid, .product-grid, .gift-grid, .faq-grid { grid-template-columns: 1fr; }
  .lifestyle-grid, .product-grid, .gift-grid { gap: 65px; }
  .faq-grid { gap: 45px; }
  .lifestyle-photo { width: 82%; max-width: 480px; }
  .product-gallery { max-width: 380px; margin: 0 auto; }
  .gift-image { grid-row: 1; max-width: 580px; margin: 0 auto; justify-self: center; }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .announcement { justify-content: flex-start; gap: 10px; overflow: hidden; white-space: nowrap; font-size: .68rem; }
  .announcement span:nth-of-type(n+4) { display: none; }
  .site-header { padding: 0 18px; }
  .hero-grid, .section-wrap, .diaspora-copy { width: min(100% - 32px, var(--max)); }
  .hero-grid { min-height: 0; padding: 50px 0 70px; gap: 48px; }
  h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  h2 { font-size: clamp(2.6rem, 12vw, 3.7rem); }
  .hero-lede { font-size: 1.08rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .quick-facts { justify-content: space-between; }
  .quick-facts li { min-width: 0; padding-right: 14px; margin-right: 14px; }
  .hero-visual { width: 96%; }
  .hero-sticker { left: -8px; bottom: -25px; width: 98px; }
  .route-strip { justify-content: flex-start; }
  .lifestyle-section, .product-section, .how-section, .gift-section, .faq-section { padding: 64px 0; }
  .lifestyle-photo { width: calc(100% - 40px); max-width: 440px; }
  .photo-note { right: -15px; max-width: 210px; font-size: .9rem; }
  .product-grid { gap: 58px; }
  .gallery-stage { box-shadow: 8px 8px 0 var(--navy); }
  .section-heading { display: block; }
  .video-block { margin-bottom: 40px; }
  .video-intro { grid-template-columns: 1fr; gap: 14px; }
  .video-kicker { width: max-content; min-width: 0; }
  .video-frame { padding: 4px; border-width: 3px; box-shadow: 7px 7px 0 var(--yellow); }
  .how-card { width: calc(100% - 16px); border-width: 3px; box-shadow: 7px 7px 0 var(--blue); }
  .how-card img { width: 100%; max-width: 100%; }
  .piragua-rule { align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; }
  .piragua-rule p { width: 100%; }
  .gift-image { box-shadow: 8px 8px 0 var(--blue); }
  .bundle-note { flex-direction: column; gap: 2px; }
  .diaspora-section { min-height: 610px; align-items: end; padding-bottom: 68px; }
  .diaspora-bg { object-position: 57% center; }
  .diaspora-overlay { background: linear-gradient(0deg, rgba(18,18,28,.94) 0%, rgba(18,18,28,.55) 65%, rgba(18,18,28,.08) 100%); }
  .launch-section { padding: 20px 14px 28px; }
  .launch-card { min-height: 520px; padding: 64px 20px; box-shadow: 7px 7px 0 var(--yellow); }
}

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