:root{
  --navy-deep:#03060f;
  --cream:#f4efe2;
  --ink:#03060f;
  --cyan:#4fd6ff;
  --maxw:720px;
  --marker:'Permanent Marker', cursive;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{ background:var(--navy-deep); color:var(--cream); font-family:'Archivo', sans-serif; line-height:1.55; -webkit-font-smoothing:antialiased; }
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px; position:relative; z-index:2;}
.wrap-wide{max-width:1080px; margin:0 auto; padding:0 24px; position:relative; z-index:2;}

/* ===== side-by-side layout, matching the original funnel pages' left/right format ===== */
.split{ display:flex; flex-direction:column; gap:32px; align-items:center; }
.split .split-media{ width:100%; }
.split .split-text{ width:100%; }
@media(min-width:760px){
  .split{ flex-direction:row; align-items:center; gap:56px; }
  .split.reverse{ flex-direction:row-reverse; }
  .split .split-media, .split .split-text{ flex:1; width:auto; }
  .split .section-lead{ max-width:none; }
}
.concept-tag{ position:fixed; z-index:999; bottom:14px; right:14px; background:var(--cream); color:var(--ink); font-size:11px; letter-spacing:.08em; font-weight:700; padding:7px 12px; border-radius:3px; box-shadow:0 4px 18px rgba(0,0,0,.4); text-transform:uppercase; }

/* ===== same continuous backdrop as the main site: real blue-duo photo, fixed ===== */
.backdrop{
  position:fixed; inset:0; z-index:-2;
  background-image:url("/assets/blue-duo.jpg");
  background-size:cover; background-position:center;
}
.backdrop::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(3,6,15,.35) 0%, rgba(3,6,15,.55) 40%, rgba(3,6,15,.85) 100%);
}
.grain-fixed{
  position:fixed; inset:-25%; z-index:-1; pointer-events:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity:.15; mix-blend-mode:overlay;
}

/* ===== same plain outlined button as the main site ===== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 28px; font-weight:700; font-size:13px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--cream); background:none; border:1.5px solid var(--cream); transition:background .15s ease, transform .15s ease;
  cursor:pointer;
}
.btn:hover{ background:rgba(244,239,226,.08); transform:translateY(-2px); }
.btn.filled{ background:var(--cream); color:var(--ink); border-color:var(--cream); }
.btn.filled:hover{ opacity:.9; background:var(--cream); }
.btn.block{ display:flex; width:100%; }

header.funnel-nav{ position:relative; z-index:2; padding:28px 0; text-align:center; }
header.funnel-nav img{ height:34px; margin:0 auto; }

/* ===== full site nav, matching the main site's header ===== */
header.site-nav{ position:fixed; top:0; left:0; right:0; z-index:100; padding:20px 0; background:rgba(3,6,15,.78); backdrop-filter:blur(10px); }
.nav-inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; }
.nav-inner .logo img{ height:28px; width:auto; }
nav.desktop-links{ display:none; }
nav.desktop-links ul{ display:flex; gap:22px; align-items:center; }
nav.desktop-links a{ font-size:13px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--cream); }
.nav-socials{ display:none; align-items:center; gap:14px; }
.nav-socials a{ width:16px; height:16px; opacity:.85; }
.nav-socials svg{ width:100%; height:100%; fill:var(--cream); }
@media(min-width:860px){
  .nav-inner{ display:grid; grid-template-columns:1fr auto 1fr; align-items:center; }
  .nav-inner .logo{ justify-self:center; order:2; }
  .nav-inner nav.desktop-links{ order:1; justify-self:start; }
  .nav-inner .nav-socials-wrap{ order:3; justify-self:end; }
  nav.desktop-links{ display:block; }
  .nav-socials-wrap .nav-socials{ display:flex; }
}
.hamburger{ display:flex; flex-direction:column; justify-content:center; align-items:center; gap:5px; width:44px; height:44px; background:none; border:none; cursor:pointer; padding:0; }
.hamburger span{ display:block; width:26px; height:3px; border-radius:2px; background:var(--cream); }
@media(min-width:860px){ .hamburger{ display:none; } }
main.wrap-wide, main.wrap{ padding-top:90px; }
.mobile-menu{ position:fixed; inset:0; z-index:200; background:var(--navy-deep); display:flex; flex-direction:column; justify-content:center; align-items:center; gap:26px; transform:translateY(-100%); transition:transform .45s cubic-bezier(.77,0,.18,1); }
.mobile-menu.open{ transform:translateY(0); }
.mobile-menu a{ font-size:clamp(26px,8vw,40px); font-weight:800; color:var(--cream); text-transform:uppercase; }
body.menu-open{ overflow:hidden; }

section{ position:relative; padding:60px 0; }
h1.section-title, h2.section-title{
  font-family:var(--marker); font-weight:400; color:var(--cream); text-transform:uppercase;
  line-height:1.05; letter-spacing:.01em; margin-bottom:16px;
}
h1.section-title{ font-size:clamp(38px,8vw,58px); }
h2.section-title{ font-size:clamp(28px,6vw,38px); }
.section-lead{ color:rgba(244,239,226,.82); margin:0 0 26px; font-size:15px; max-width:520px; }
.section-lead strong{ color:var(--cream); }

.hero-photo{ width:100%; border-radius:6px; margin-bottom:28px; box-shadow:0 16px 40px rgba(0,0,0,.5); }
.cd-photo{ width:min(100%,340px); margin:0 auto 28px; border-radius:6px; box-shadow:0 16px 40px rgba(0,0,0,.5); }

.quote-line{
  font-size:14px; font-style:italic; color:rgba(244,239,226,.6);
  border-left:2px solid var(--cyan); padding-left:16px; margin:26px 0;
}

/* same hand-drawn wave art used as a section-break divider on the main site */
.wave-divider{ display:flex; justify-content:center; padding:20px 24px; position:relative; z-index:2; }
.wave-divider img{ width:min(100%,360px); height:auto; }

.price-line{ text-align:center; font-family:var(--marker); font-size:clamp(26px,5vw,34px); color:var(--cream); margin-bottom:22px; }
.price-line del{ color:rgba(244,239,226,.4); margin-right:14px; }
.price-line ins{ color:var(--cyan); text-decoration:none; }

.perks{ list-style:none; margin:22px 0; }
.perks li{ padding:10px 0; border-top:1px solid rgba(244,239,226,.16); font-size:15px; }
.perks li:last-child{ border-bottom:1px solid rgba(244,239,226,.16); }

.eyebrow{ font-size:12px; letter-spacing:.3em; text-transform:uppercase; color:var(--cyan); font-weight:700; margin-bottom:14px; display:block; }

.cta-row{ display:flex; flex-direction:column; gap:14px; margin:28px 0; }
.placeholder-note{ font-size:11px; color:rgba(244,239,226,.4); text-align:center; margin-top:-8px; }

footer.funnel-footer{ position:relative; z-index:2; padding:40px 0 60px; text-align:center; font-size:12px; color:rgba(244,239,226,.55); }

/* ===== press/booking resource cards ===== */
.resource-grid{ display:grid; grid-template-columns:1fr; gap:16px; margin-top:8px; }
@media(min-width:600px){ .resource-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:900px){ .resource-grid{ grid-template-columns:repeat(5,1fr); } }
.resource-card{
  display:flex; flex-direction:column; gap:6px; padding:24px; text-align:left;
  border:1.5px solid rgba(244,239,226,.3); border-radius:4px; transition:background .15s ease, border-color .15s ease, transform .15s ease;
}
.resource-card:hover{ background:rgba(244,239,226,.06); border-color:var(--cream); transform:translateY(-2px); }
.resource-card .r-title{ font-family:var(--marker); font-weight:400; font-size:20px; letter-spacing:.01em; text-transform:uppercase; color:var(--cream); }
.resource-card .r-desc{ font-size:13px; color:rgba(244,239,226,.65); }

.socials-row{ display:flex; justify-content:center; gap:22px; margin:26px 0; }
.socials-row a{ width:22px; height:22px; opacity:.85; transition:opacity .2s, transform .2s; }
.socials-row a:hover{ opacity:1; transform:translateY(-2px); }
.socials-row svg{ width:100%; height:100%; fill:var(--cream); }
