@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Instrument+Serif:ital@0;1&family=Geist+Mono:wght@500;600;700&family=Syne:wght@700;800&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#1E1E1F;color:#F4F1EA;font-family:Inter,ui-sans-serif,system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;letter-spacing:.01em}
img{display:block;max-width:100%}
button{cursor:pointer;background:none;border:none;color:inherit;font-family:inherit}
input,select{font-family:inherit}
a{text-decoration:none;color:inherit}

/* Design tokens */
:root{--rust:#C87A53;--linen:#F4F1EA;--taupe:#8A7E72;--charcoal:#1E1E1F;--panel:#242221;--card:#272422;--soft:#2D2926}

/* Typography — Instrument Serif default for heading elements; individual classes override where needed */
h1,h2,h3,h4,.font-display{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.045em;text-wrap:balance}
.font-serif{font-family:'Instrument Serif',Georgia,serif;font-weight:400}
.font-sans-heading{font-family:Inter,ui-sans-serif,system-ui,sans-serif}
.display{letter-spacing:-.06em;line-height:.94}
.metric{font-family:'Geist Mono',ui-monospace,monospace}
.brand-word{font-family:'Syne',sans-serif;font-weight:800;font-style:normal;letter-spacing:.01em;color:#ffffff}
.brand-swift{color:#C87A53}
.eyebrow-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:rgba(200,122,83,.80);margin-bottom:16px}

/* Animations */
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeDown{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}
@keyframes scaleIn{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes slowDrift{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes subtlePulse{0%,100%{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}
@keyframes phoneRing{0%,100%{transform:rotate(0)}8%{transform:rotate(-12deg)}16%{transform:rotate(12deg)}24%{transform:rotate(-8deg)}32%{transform:rotate(8deg)}40%,100%{transform:rotate(0)}}
@keyframes gridPan{from{background-position:0 0,0 0}to{background-position:28px 28px,28px 28px}}
@keyframes gridBreathe{0%,100%{opacity:.32}50%{opacity:.46}}

.motion-fade-down{animation:fadeDown .55s cubic-bezier(.22,1,.36,1) both}
.motion-fade-up{opacity:0;transform:translateY(18px)}
.motion-fade-up.is-visible{animation:fadeUp .72s cubic-bezier(.22,1,.36,1) both}
.motion-scale{opacity:0;transform:translateY(16px) scale(.985)}
.motion-scale.is-visible{animation:scaleIn .82s cubic-bezier(.22,1,.36,1) both}
.motion-drift{/* continuous ambient animation, started on scroll */}
.motion-drift.is-visible{animation:none}
@media(prefers-reduced-motion:reduce){.motion-fade-up,.motion-scale{opacity:1;transform:none}}
.motion-grid{animation:gridPan 96s linear infinite,gridBreathe 14s ease-in-out infinite}
.motion-dot{animation:subtlePulse 2.6s ease-in-out infinite;display:inline-block;width:8px;height:8px;border-radius:9999px;background:#C87A53}
.motion-ring{transform-origin:50% 50%;animation:phoneRing 2.8s ease-in-out infinite}
.delay-1{animation-delay:.08s}
.delay-2{animation-delay:.16s}
.delay-3{animation-delay:.24s}
.delay-4{animation-delay:.34s}

.interactive{transition:opacity 160ms ease,border-color 160ms ease,background-color 160ms ease}
.interactive:hover{opacity:.85}
.interactive:active{opacity:1}
.lift-card{transition:border-color 160ms ease,background-color 160ms ease}
.lift-card:hover{border-color:rgba(244,241,234,.18)}

.grid-bg{background-image:linear-gradient(rgba(244,241,234,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(244,241,234,.028) 1px,transparent 1px);background-size:56px 56px}
.nav-logo-mark{width:40px;height:23px;flex-shrink:0;overflow:visible}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* ─── Header ─── */
.site-header{position:sticky;top:0;left:0;right:0;z-index:50;background:rgba(26,26,27,.96);border-bottom:1px solid rgba(244,241,234,.09);padding:0 24px;backdrop-filter:blur(12px)}
.nav-pill{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;background:transparent;padding:18px 0}
.brand-lockup{display:flex;align-items:center;gap:14px}
.brand-text{line-height:1}
.brand-name-sm{font-family:'Syne',sans-serif;font-size:20px;font-weight:800;line-height:1;letter-spacing:.01em;color:#ffffff}
.brand-tagline-sm{display:none;margin-top:6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:#8A7E72}
@media(min-width:640px){.brand-tagline-sm{display:block}}
.nav-links{display:none;align-items:center;gap:24px;font-size:12px;font-weight:600;color:rgba(244,241,234,.60)}
@media(min-width:768px){.nav-links{display:flex}}
.nav-links button{transition:color 160ms ease}
.nav-links button:hover{color:rgba(244,241,234,.90)}
.nav-cta-btn{border-radius:4px;background:#F4F1EA;padding:9px 16px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#1E1E1F;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;transition:transform 220ms ease}

.nav-cta-btn:hover{transform:translateY(-2px)}
@media(min-width:640px){.nav-cta-btn{padding:10px 20px}}
.nav-cta-btn svg{width:14px;height:14px;flex-shrink:0}
.cta-long{display:none}
.cta-short{display:inline}
@media(min-width:640px){.cta-long{display:inline}.cta-short{display:none}}


@media(max-width:639px){.lead-tabs{display:none}}

/* ─── Hero ─── */
.hero-section{position:relative;overflow:hidden;padding:0 24px;background:#1A1A1B}
.hero-grid-bg{position:absolute;inset:0;pointer-events:none;z-index:0;
background-image:linear-gradient(rgba(244,241,234,.032) 1px,transparent 1px),
linear-gradient(90deg,rgba(244,241,234,.032) 1px,transparent 1px);
background-size:64px 64px;
animation:gridPan 120s linear infinite;
-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,.40) 40%,rgba(0,0,0,0) 100%);
mask-image:linear-gradient(to bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,.40) 40%,rgba(0,0,0,0) 100%)}
.hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:80px 0 64px}
@media(min-width:768px){.hero-inner{padding:120px 0 80px;z-index:1}}
.hero-center{max-width:896px;margin:0 auto;text-align:center}

.hero-eyebrow{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(200,122,83,.75);margin-bottom:28px}
.hero-pulse{display:none}

.brand-pronoun{font-size:10px;font-weight:500;color:rgba(244,241,234,.38);letter-spacing:.02em;margin-top:3px}
.hero-brand{margin-bottom:32px}
.hero-brand .brand-name-sm{font-size:32px}
.hero-brand .brand-pronoun{font-size:13px;margin-top:6px}
h1.hero-h1{font-family:'Instrument Serif',Georgia,serif;font-size:38px;font-weight:400;letter-spacing:-.045em;line-height:.97;color:#F4F1EA;max-width:860px;margin:0 auto}
@media(min-width:640px){h1.hero-h1{font-size:48px}}
@media(min-width:768px){h1.hero-h1{font-size:58px}}
@media(min-width:1024px){h1.hero-h1{font-size:80px}}
.hero-sub{max-width:640px;margin:16px auto 0;font-size:15px;line-height:1.7;color:rgba(244,241,234,.60);text-align:center}
@media(max-width:639px){.hero-sub{font-size:14px;line-height:1.6;max-width:100%;padding:0 8px}}
.hero-sub p{margin:0}
.hero-callout{display:block;margin:18px auto 16px;font-size:9px;font-weight:800;line-height:1.35;letter-spacing:.16em;text-transform:uppercase;color:rgba(244,241,234,.52);text-align:center;white-space:nowrap;overflow:hidden;max-width:100%}
.hero-callout strong{color:rgba(200,122,83,.72)}
.hero-callout-track{display:inline-flex;align-items:center;gap:28px;white-space:nowrap;animation:marquee 22s linear infinite;will-change:transform}
.hero-callout-track span{white-space:nowrap}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(min-width:768px){.hero-sub{font-size:17px;line-height:1.75}}

.hero-actions{margin-top:18px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:10px;width:100%;max-width:320px;margin-left:auto;margin-right:auto}
@media(min-width:640px){.hero-actions{flex-direction:row;align-items:center;max-width:none;width:auto}}
.btn-primary{border-radius:4px;background:#F4F1EA;padding:13px 20px;font-size:14px;font-weight:800;color:#1E1E1F;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;transition:transform 200ms ease}
.btn-primary:hover{transform:translateY(-1px);opacity:1}
.btn-primary svg{width:13px;height:13px;flex-shrink:0}
.btn-secondary{border-radius:4px;border:1px solid rgba(244,241,234,.18);padding:13px 20px;font-size:14px;font-weight:700;color:rgba(244,241,234,.62);text-align:center;transition:background 160ms ease,transform 200ms ease}
.btn-secondary:hover{background:rgba(244,241,234,.05);transform:translateY(-1px);opacity:1}

/* Monday Brief */
.brief-outer{max-width:1280px;margin:72px auto 0;padding:0}
.brief-card{overflow:hidden;border-radius:6px;border:1px solid rgba(244,241,234,.07);background:#1E1E1F;box-shadow:none;opacity:.88}

.brief-body{border-bottom:1px solid rgba(244,241,234,.10)}
@media(min-width:768px){.brief-body{display:grid;grid-template-columns:.72fr 1.28fr}}
.brief-left{border-bottom:1px solid rgba(244,241,234,.07);background:#1A1A1B;padding:20px}
@media(min-width:768px){.brief-left{border-bottom:none;border-right:1px solid rgba(244,241,234,.07);padding:28px}}

.email-mini{border-radius:5px;border:1px solid rgba(244,241,234,.10);background:rgba(30,30,31,.30);padding:12px}
.email-mini-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(244,241,234,.10);padding-bottom:12px;margin-bottom:12px}
.email-mini-from{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:#C87A53}
.email-mini-from svg{width:16px;height:16px;flex-shrink:0}
.email-mini-time{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:rgba(244,241,234,.45);padding:0;border:none;background:none}
.email-mini-meta{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;color:rgba(244,241,234,.50)}
.email-mini-row{display:flex;gap:8px}
.email-mini-key{width:48px;flex-shrink:0;color:#8A7E72}
.email-mini-subject{color:rgba(244,241,234,.70)}

.brief-count{margin-top:24px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:30px;font-weight:900;letter-spacing:-.06em;color:#F4F1EA}
@media(min-width:768px){.brief-count{font-size:36px}}
.brief-desc{margin-top:16px;font-size:14px;line-height:1.6;color:rgba(244,241,234,.70)}
.brief-stats{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.brief-stat{padding:12px 0;border:none;background:none;border-top:1px solid rgba(244,241,234,.07)}
.brief-stat-val{font-family:'Geist Mono',monospace;font-size:18px;font-weight:900;color:rgba(244,241,234,.80)}
.brief-stat-label{margin-top:4px;font-size:10px;line-height:1.4;color:rgba(244,241,234,.38)}
.mobile-lead-counter{display:none;margin-top:20px;font-size:12px;font-weight:900;color:rgba(244,241,234,.55);letter-spacing:.04em}
.mobile-lead-sep,.mobile-lead-hint{color:rgba(244,241,234,.35)}
@media(max-width:639px){.mobile-lead-counter{display:block}}
.lead-tabs{margin-top:20px;display:flex;flex-direction:column;gap:8px}
@media(max-width:639px){.lead-tabs{display:none}}
@media(max-width:639px){.lead-nav-btn{width:44px;height:44px;border-color:rgba(244,241,234,.18);background:rgba(244,241,234,.08)}
.lead-nav-btn svg{width:18px;height:18px}}
.lead-tab-btn{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:rgba(244,241,234,.035);padding:12px;text-align:left;width:100%;transition:border-color 160ms ease,background 160ms ease}
.lead-tab-btn.active{border-color:rgba(200,122,83,.45);background:rgba(200,122,83,.10)}
.lead-tab-btn:hover{border-color:rgba(244,241,234,.18)}
.lead-num{font-family:'Geist Mono',monospace;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;font-size:12px;font-weight:900;background:rgba(244,241,234,.10);color:#C87A53;flex-shrink:0}
.lead-tab-btn.active .lead-num{background:#C87A53;color:#F4F1EA}
.lead-tab-name{font-size:14px;font-weight:900;color:#F4F1EA;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lead-tab-reason{font-size:12px;color:rgba(244,241,234,.50);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.brief-right{padding:16px}
@media(min-width:768px){.brief-right{padding:24px}}
.lead-detail-card{border-radius:6px;border:1px solid rgba(244,241,234,.10);background:#2D2926;padding:16px}
@media(min-width:768px){.lead-detail-card{border-radius:6px;padding:20px}}
.lead-top-row{display:flex;flex-direction:column;gap:20px}
@media(min-width:768px){.lead-top-row{flex-direction:row;align-items:flex-start;justify-content:space-between}}
.lead-eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.22em;color:#C87A53}
.lead-name{margin-top:8px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:24px;font-weight:900;letter-spacing:-.055em;color:#F4F1EA}
@media(min-width:768px){.lead-name{font-size:30px}}
.lead-context{margin-top:8px;font-size:14px;line-height:1.6;color:rgba(244,241,234,.70)}
.lead-nav{display:flex;align-items:center;gap:8px;flex-shrink:0}
.lead-nav-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:rgba(30,30,31,.30);color:rgba(244,241,234,.72);transition:color 160ms ease,transform 220ms ease}
.lead-nav-btn:hover{color:#F4F1EA;transform:translateY(-2px)}
.lead-nav-btn svg{width:16px;height:16px}
.rank-badge{padding:6px 0;color:#F4F1EA;text-align:center;background:none;border:none}
.rank-badge-label{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:rgba(244,241,234,.38)}
.rank-pulse{width:5px;height:5px;border-radius:9999px;background:#C87A53;flex-shrink:0}
.rank-num{font-family:'Geist Mono',monospace;font-size:14px;font-weight:900;letter-spacing:-.04em;margin-top:2px;color:rgba(244,241,234,.70)}

.opener-box{margin-top:20px;border-radius:5px;border:1px solid rgba(244,241,234,.10);background:rgba(30,30,31,.40);padding:16px}
.opener-label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:#8A7E72}
.opener-text{margin-top:8px;font-size:14px;font-weight:600;line-height:1.6;color:rgba(244,241,234,.80)}
.mini-grid{margin-top:16px;display:grid;gap:12px}
@media(min-width:640px){.mini-grid{grid-template-columns:repeat(2,1fr)}}
.mini-card{border-radius:4px;border:1px solid rgba(244,241,234,.10);background:rgba(45,41,38,.70);padding:12px}
.mini-card.wide{grid-column:1/-1}
.mini-label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:#C87A53}
.mini-text{margin-top:4px;font-size:14px;line-height:1.4;color:rgba(244,241,234,.72)}

/* ─── Swipe hint (mobile only) ─── */
@keyframes swipeHintFade{
  0%{opacity:0;transform:translateX(0) scale(.88)}
  12%{opacity:1;transform:translateX(0) scale(1)}
  45%{opacity:1;transform:translateX(0) scale(1)}
  100%{opacity:0;transform:translateX(0) scale(.92)}
}
@keyframes swipeHintLeft{
  0%,100%{transform:translateX(0)}
  30%{transform:translateX(-5px)}
  60%{transform:translateX(2px)}
}
@keyframes swipeHintRight{
  0%,100%{transform:translateX(0)}
  30%{transform:translateX(5px)}
  60%{transform:translateX(-2px)}
}
.lead-detail-card{position:relative}
.swipe-hint{
  display:none;
  position:absolute;
  bottom:14px;
  left:50%;
  transform:translateX(-50%);
  align-items:center;
  gap:6px;
  background:rgba(30,30,31,.78);
  border:1px solid rgba(244,241,234,.14);
  border-radius:4px;
  padding:5px 14px 5px 10px;
  pointer-events:none;
  z-index:10;
  white-space:nowrap;
  opacity:0;
}
.swipe-hint-arrow{width:14px;height:14px;color:rgba(244,241,234,.60);flex-shrink:0}
.swipe-hint-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(244,241,234,.55)}
.swipe-hint--active{
  display:flex;
  animation:swipeHintFade 2.8s ease forwards;
}
.swipe-hint--active .swipe-hint-left{animation:swipeHintLeft 2.8s ease forwards}
.swipe-hint--active .swipe-hint-right{animation:swipeHintRight 2.8s ease forwards}
@media(min-width:768px){.swipe-hint{display:none!important}}

/* ─── How It Works ─── */
.how-section{position:relative;max-width:1280px;margin:0 auto;overflow:hidden;padding:80px 24px;scroll-margin-top:80px}
@media(min-width:768px){.how-section{padding:112px 40px}}
.how-section-eyebrow{font-size:11px;letter-spacing:.32em;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(244,241,234,.10)}
.how-grid{display:grid;gap:40px}
@media(min-width:1024px){.how-grid{grid-template-columns:.9fr 1.1fr;gap:56px;align-items:stretch}}
.how-left-col{display:flex;flex-direction:column}
.weekly-header{margin-bottom:10px}
.how-title{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.045em;font-size:40px;line-height:.95;color:#F4F1EA;max-width:768px}
@media(min-width:768px){.how-title{font-size:80px}}
.how-desc{margin-top:20px;max-width:600px;font-size:17px;line-height:1.8;color:rgba(244,241,234,.66)}
@media(min-width:768px){.how-desc{margin-top:24px;font-size:18px;line-height:1.9}}
.timeline{position:relative;margin-top:40px;padding-left:48px;display:flex;flex-direction:column;gap:40px;list-style:none}
@media(min-width:768px){.timeline{margin-top:56px;gap:56px;padding-left:64px}}
@media(min-width:1024px){.timeline{flex:1;justify-content:space-between}}
.timeline::before{content:'';position:absolute;left:20px;top:20px;width:1px;height:calc(100% - 40px);background:rgba(244,241,234,.12)}
@media(min-width:768px){.timeline::before{left:24px}}
.timeline-item{position:relative;display:flex;gap:16px}
.timeline-num{position:absolute;left:-48px;top:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;border:1px solid rgba(244,241,234,.12);background:#2D2926;font-size:14px;font-weight:900;color:#F4F1EA;flex-shrink:0}
@media(min-width:768px){.timeline-num{left:-64px;width:48px;height:48px;border-radius:4px}}
.timeline-icon{margin-top:4px;color:#C87A53;flex-shrink:0}
.timeline-icon svg{width:20px;height:20px}
.timeline-step-title{font-size:20px;font-weight:900;letter-spacing:-.05em;color:#F4F1EA}
.timeline-step-copy{margin-top:8px;max-width:460px;font-size:14px;line-height:1.55;color:rgba(244,241,234,.62)}

.deliv-title{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.045em;font-size:40px;line-height:.95;color:#F4F1EA;max-width:576px}
@media(min-width:768px){.deliv-title{font-size:70px}}
.deliv-desc{margin-top:16px;max-width:420px;font-size:16px;line-height:1.65;color:rgba(244,241,234,.64)}
.deliv-wrap{margin-top:32px}

.deliv-grid{display:grid;gap:0;border:1px solid rgba(244,241,234,.10);border-radius:4px;overflow:hidden}
@media(min-width:768px){.deliv-grid{grid-template-columns:repeat(3,1fr)}}
.deliv-card{border-radius:0;border:none;border-right:1px solid rgba(244,241,234,.10);background:transparent;padding:24px;transition:border-color 160ms ease}
@media(min-width:768px){.deliv-card{padding:28px}}
.deliv-card:hover{border-color:rgba(244,241,234,.20)}
.deliv-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.deliv-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:rgba(30,30,31,.28);color:#C87A53;flex-shrink:0}
.deliv-icon svg{width:20px;height:20px}
.deliv-index{font-family:'Geist Mono',monospace;font-size:12px;font-weight:900;color:rgba(244,241,234,.30)}
.deliv-name{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.045em;margin-top:20px;font-size:28px;line-height:1.05;color:#F4F1EA;max-width:240px}
@media(min-width:768px){.deliv-name{font-size:30px}}
.deliv-copy{margin-top:20px;max-width:288px;font-size:14px;font-weight:500;line-height:1.6;color:rgba(244,241,234,.62)}

.weekly-section{margin-top:16px;padding:0;border:none;background:none;border-top:1px solid rgba(244,241,234,.10);padding-top:16px}
@media(min-width:768px){.weekly-section{margin-top:20px;padding-top:20px}}
.weekly-title{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.24em;color:#C87A53}
.weekly-sub{margin-top:3px;font-size:13px;font-weight:500;color:rgba(244,241,234,.55)}
.weekly-grid{margin-top:10px;display:grid;gap:6px}
@media(min-width:768px){.weekly-grid{grid-template-columns:repeat(3,1fr)}}
.weekly-row{border-radius:4px;border:1px solid rgba(244,241,234,.10);background:rgba(45,41,38,.70);padding:12px}
.weekly-row-head{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:900;color:#F4F1EA}
.weekly-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;flex-shrink:0;background:rgba(30,30,31,.45);color:#C87A53;box-shadow:0 0 0 1px rgba(244,241,234,.10)}
.weekly-icon svg{width:16px;height:16px}
.weekly-copy{margin-top:10px;font-size:13px;line-height:1.5;color:rgba(244,241,234,.56)}

/* ─── Example section mobile banner ─── */
.mobile-example-banner{display:none;padding:10px 16px;background:rgba(200,122,83,.12);border-bottom:1px solid rgba(200,122,83,.20);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.22em;color:#C87A53;text-align:center}
@media(max-width:1023px){.mobile-example-banner{display:block}}

/* ─── Example Account ─── */
.example-section{position:relative;max-width:1280px;margin:0 auto;overflow:hidden;padding:80px 24px}
@media(min-width:768px){.example-section{padding:112px 40px}}
.example-intro{max-width:768px;margin:0 auto;text-align:center}
.example-title{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.045em;font-size:44px;line-height:.92;color:#F4F1EA}
@media(min-width:768px){.example-title{font-size:80px}}
.example-desc{margin:20px auto 0;max-width:600px;font-size:17px;line-height:1.75;color:rgba(244,241,234,.60)}
@media(min-width:768px){.example-desc{font-size:18px;line-height:1.8}}
.account-mobile-banner{padding:12px 16px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.22em;color:#C87A53;border-bottom:1px solid rgba(244,241,234,.08);background:#111313;text-align:center}
@media(min-width:1024px){.account-mobile-banner{display:none}}
.account-note{margin-top:48px;overflow:hidden;border-radius:0;border:none;border-top:1px solid rgba(244,241,234,.10);background:none}
@media(min-width:768px){.account-note{margin-top:32px}}
.account-grid{min-height:0}
@media(min-width:1024px){.account-grid{display:grid;grid-template-columns:22rem 1fr}}

/* App Rail */
.app-rail{display:none}
.app-rail-inner{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}
.app-rail-top{display:flex;flex-direction:column;align-items:center;gap:20px}
.app-rail-logo{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:5px;border:1px solid rgba(244,241,234,.10);background:#1E1E1F;overflow:hidden}
.app-rail-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;color:rgba(244,241,234,.42);transition:background 160ms ease,color 160ms ease;cursor:pointer}
.app-rail-icon:hover{background:rgba(244,241,234,.05);color:#F4F1EA}
.app-rail-icon svg{width:16px;height:16px}
.app-rail-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background:#2D2926;font-size:12px;font-weight:900;color:rgba(244,241,234,.70)}

/* Profile Rail */
.profile-rail{border-bottom:1px solid rgba(244,241,234,.10);background:#161817;padding:16px}
@media(min-width:1024px){.profile-rail{border-bottom:none;border-right:1px solid rgba(244,241,234,.10);padding:20px;grid-row:span 2}}
.rest-card{overflow:hidden;border-radius:5px;border:1px solid rgba(200,122,83,.25);background:#3A1620}
.rest-card img{width:100%;height:116px;object-fit:cover;opacity:.80}
.rest-card-body{padding:12px;text-align:center}
.rest-name{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:24px;line-height:1;color:#F4F1EA;letter-spacing:-.045em}
.rest-sub{margin-top:3px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.22em;color:rgba(244,241,234,.55)}
.profile-name{margin-top:14px;font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:26px;line-height:.95;color:#F4F1EA;letter-spacing:-.045em}
.type-pill{margin-top:6px;display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(155,203,128,.80);padding:0;border:none;background:none}
.profile-location{margin-top:8px;display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(244,241,234,.65)}
.profile-location svg{width:14px;height:14px;color:#8A7E72;flex-shrink:0}
.contact-list{margin-top:12px;padding:12px 0;border-top:1px solid rgba(244,241,234,.10);border-bottom:1px solid rgba(244,241,234,.10);display:flex;flex-direction:column;gap:8px}
.contact-chip{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:rgba(244,241,234,.66)}
.contact-chip svg{width:13px;height:13px;color:rgba(244,241,234,.58);flex-shrink:0}
.owner-card{margin-top:16px;padding:0;border:none;background:none;border-top:1px solid rgba(244,241,234,.10);padding-top:16px}
.owner-eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.owner-row{margin-top:8px;display:flex;align-items:center;gap:10px}
.owner-img{width:44px;height:44px;border-radius:9999px;object-fit:cover;box-shadow:0 0 0 2px rgba(244,241,234,.10);flex-shrink:0}
.owner-name{font-size:16px;font-weight:900;color:#F4F1EA}
.owner-role{font-size:14px;color:rgba(244,241,234,.55)}
.owner-since{font-size:12px;color:rgba(244,241,234,.40)}
.owner-actions{margin-top:10px;display:flex;gap:8px}
.owner-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:#111313;color:rgba(244,241,234,.62);transition:transform 220ms ease}
.owner-btn:hover{transform:translateY(-2px)}
.owner-btn svg{width:14px;height:14px}
.contact-list{display:none}
.account-stats{display:none}
.account-stat{border-radius:4px;border:1px solid rgba(244,241,234,.10);background:rgba(30,30,31,.24);padding:10px}
.account-stat-label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.account-stat-val{margin-top:4px;font-size:18px;font-weight:900;letter-spacing:-.035em;color:#F4F1EA}
.account-stat-sub{margin-top:2px;font-size:12px;font-weight:600;color:rgba(244,241,234,.45)}
.confidence-dots{margin-top:8px;display:flex;align-items:center;gap:6px}
.conf-dot{height:5px;border-radius:9999px;background:#C87A53}
.reachout-card{margin-top:16px;padding:0;border:none;background:none;border-top:1px solid rgba(244,241,234,.10);padding-top:16px}
.reachout-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.reachout-head svg{width:20px;height:20px;color:rgba(244,241,234,.70)}
.reachout-eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.reachout-title{margin-top:3px;font-size:20px;font-weight:900;letter-spacing:-.05em;color:#F4F1EA}
.reachout-desc{margin-top:6px;font-size:14px;color:rgba(244,241,234,.55)}
.reachout-btns{margin-top:10px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.btn-call{border-radius:4px;background:#C87A53;padding:10px 14px;font-size:13px;font-weight:900;color:#111313;transition:transform 220ms ease}
.btn-call:hover{transform:translateY(-2px)}
.btn-sms{border-radius:4px;border:1px solid rgba(244,241,234,.10);padding:10px 14px;font-size:13px;font-weight:900;color:rgba(244,241,234,.80);transition:transform 220ms ease}
.btn-sms:hover{transform:translateY(-2px)}

/* Main Context */
.main-context{border-bottom:1px solid rgba(244,241,234,.10);background:#141615;padding:16px}
@media(min-width:1024px){.main-context{border-bottom:1px solid rgba(244,241,234,.10);border-right:none;padding:20px}}
.dash-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.dash-title{font-size:16px;font-weight:900;color:#F4F1EA}
.dash-meta{margin-top:3px;font-size:12px;font-weight:600;color:rgba(244,241,234,.45)}
.explore-btn{border-radius:4px;border:1px solid rgba(244,241,234,.10);background:#1E1E1F;padding:6px 14px;font-size:12px;font-weight:900;color:rgba(244,241,234,.70);white-space:nowrap;flex-shrink:0;transition:transform 220ms ease}
.explore-btn:hover{transform:translateY(-2px)}
.map-wrap{overflow:hidden;border-radius:4px;border:none;border-top:1px solid rgba(244,241,234,.10);background:#1E1E1F}
.map-top-bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(244,241,234,.10);padding:10px 14px}
.map-top-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.map-top-detail{font-size:13px;font-weight:600;color:rgba(244,241,234,.70)}
.map-inner{display:grid}
.map-visual{position:relative;height:140px;overflow:hidden;background:#121716}
.map-grid-layer{position:absolute;inset:0;opacity:.50}
.map-overlay{position:absolute;inset:0;background:linear-gradient(35deg,transparent 0 44%,rgba(244,241,234,.08) 45%,transparent 46%),linear-gradient(115deg,transparent 0 51%,rgba(244,241,234,.06) 52%,transparent 53%),radial-gradient(circle at 52% 50%,rgba(200,122,83,.28),transparent 18%)}
.map-dot{position:absolute;width:9px;height:9px;border-radius:9999px;background:#8A7E72;box-shadow:0 0 0 7px rgba(138,126,114,.08)}
.map-center{position:absolute;left:48%;top:42%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:9999px;background:rgba(200,122,83,.30);box-shadow:0 0 0 18px rgba(200,122,83,.10)}
.map-center svg{width:24px;height:24px;color:#C87A53}
.map-tag{position:absolute;display:flex;align-items:center;gap:6px;border-radius:3px;border:1px solid rgba(244,241,234,.10);background:rgba(17,19,19,.85);padding:6px 10px;font-size:12px;color:rgba(244,241,234,.75);backdrop-filter:blur(4px)}
.map-tag-dot{width:7px;height:7px;border-radius:9999px;flex-shrink:0}
.signal-strip{border-top:1px solid rgba(244,241,234,.10);padding:10px 14px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.signal-chip{font-size:12px;font-weight:600;color:rgba(244,241,234,.55)}
.signal-chip-fresh{font-weight:900;color:#C87A53}
.signal-sep{font-size:12px;color:rgba(244,241,234,.20)}
.map-stats-row{border-top:1px solid rgba(244,241,234,.10);display:grid;grid-template-columns:repeat(3,1fr)}
.map-stat{padding:10px 14px;border-right:1px solid rgba(244,241,234,.10)}
.map-stat:last-child{border-right:none}
.map-stat-val{font-family:'Geist Mono',monospace;font-size:18px;font-weight:900;color:#F4F1EA}
.map-stat-label{margin-top:2px;font-size:12px;font-weight:600;color:rgba(244,241,234,.60)}
.map-stat-sub{font-size:10px;color:rgba(244,241,234,.38);margin-left:3px}
.lower-grid{margin-top:20px;display:grid;gap:28px}
@media(min-width:1024px){.lower-grid{grid-template-columns:1fr 1fr}}
.map-wrap{margin-top:12px}
.opener-panel{padding:0;border:none;background:none;border-top:1px solid rgba(244,241,234,.10);padding-top:16px}
.opener-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.opener-panel-label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.opener-dur{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(244,241,234,.38);padding:0;border:none;background:none}
.opener-quote{margin-top:10px;font-size:14px;line-height:1.65;color:rgba(244,241,234,.74)}
.chip-row{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}
.chip{border-radius:3px;border:1px solid rgba(244,241,234,.10);background:#141615;padding:6px 10px;font-size:11px;font-weight:900;color:rgba(244,241,234,.62);transition:transform 220ms ease}
.chip:hover{transform:translateY(-2px)}
.sources-panel{padding:0;border:none;background:none;border-top:1px solid rgba(244,241,234,.10);padding-top:16px}
.sources-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.sources-label svg{width:13px;height:13px;flex-shrink:0}
.source-list{margin-top:10px;display:flex;flex-direction:column;gap:8px}
.source-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:rgba(30,30,31,.24);padding:8px 10px}
.source-title{font-size:13px;font-weight:900;color:rgba(244,241,234,.78)}
.source-time{margin-top:2px;font-size:12px;color:rgba(244,241,234,.42)}
.source-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:rgba(200,122,83,.75);white-space:nowrap;padding:0;border:none;background:none}
.all-sources-btn{margin-top:10px;width:100%;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:#141615;padding:7px 10px;font-size:12px;font-weight:900;color:rgba(244,241,234,.70);transition:transform 220ms ease}
.all-sources-btn:hover{transform:translateY(-2px)}
.opener-next-step{margin-top:12px;padding-top:12px;border-top:1px solid rgba(244,241,234,.10);display:flex;align-items:baseline;gap:10px}
.opener-next-label{flex-shrink:0;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.opener-next-text{font-size:14px;line-height:1.5;color:rgba(244,241,234,.70)}

/* Action Rail */
.action-rail{background:#141615;padding:16px}
@media(min-width:1024px){.action-rail{padding:20px;grid-column:2}}
.why-card{padding:0;border:none;background:none;border-top:1px solid rgba(244,241,234,.10);padding-top:14px}
.why-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.why-label svg{width:13px;height:13px;flex-shrink:0}
.why-rank{margin-left:auto;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:rgba(244,241,234,.38)}
.why-title{margin-top:8px;font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:22px;line-height:.95;color:#F4F1EA;letter-spacing:-.045em}
.why-points{margin-top:12px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}
.why-point{border-radius:4px;border:1px solid rgba(244,241,234,.10);background:#141615;padding:10px}
.why-point svg{width:14px;height:14px;color:#C87A53}
.why-point-title{margin-top:6px;font-size:13px;font-weight:900;color:#F4F1EA}
.why-point-detail{margin-top:2px;font-size:12px;line-height:1.4;color:rgba(244,241,234,.50)}
.why-text{margin-top:12px;font-size:14px;line-height:1.65;color:rgba(244,241,234,.70)}
.nearby-card{display:none}
.nearby-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.nearby-label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.nearby-more{font-family:'Geist Mono',monospace;font-size:12px;font-weight:900;color:rgba(244,241,234,.38)}
.nearby-grid{margin-top:10px;display:flex;flex-direction:row;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}
.nearby-grid::-webkit-scrollbar{display:none}
.nearby-item{overflow:hidden;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:#141615;text-align:left;flex-shrink:0;width:148px;scroll-snap-align:start;transition:transform 220ms ease}
.nearby-item:hover{transform:translateY(-2px)}
.nearby-item img{width:100%;height:80px;object-fit:cover;opacity:.80}
.nearby-item-body{padding:8px 10px}
.nearby-item-name{font-size:13px;font-weight:900;color:#F4F1EA}
.nearby-item-meta{margin-top:3px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:rgba(244,241,234,.50)}
.nearby-rating{color:#C87A53}
.next-step-card{margin-top:0;border-radius:5px;border:1px solid rgba(244,241,234,.10);background:#1E1E1F;padding:14px}
.next-step-body{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.next-step-eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.next-step-text{margin-top:8px;font-size:14px;line-height:1.55;color:rgba(244,241,234,.70)}
.next-step-body .ring-icon{width:18px;height:18px;color:rgba(244,241,234,.60);flex-shrink:0}
.call-script-btn{margin-top:12px;width:100%;border-radius:4px;border:1px solid rgba(244,241,234,.10);background:#141615;padding:9px 12px;font-size:12px;font-weight:900;color:rgba(244,241,234,.70);transition:transform 220ms ease}
.call-script-btn:hover{transform:translateY(-2px)}

/* Dashboard Footer */
.dash-footer{display:none}
@media(min-width:768px){.dash-footer{grid-template-columns:repeat(5,1fr)}}
.dash-footer-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(244,241,234,.10);padding:10px 16px}
@media(min-width:768px){.dash-footer-item{border-bottom:none;border-right:1px solid rgba(244,241,234,.10)}}
@media(min-width:768px){.dash-footer-item:last-child{border-right:none}}
.dash-footer-val{font-weight:900;color:rgba(244,241,234,.78)}

/* ─── Waitlist ─── */
.waitlist-section{position:relative;overflow:hidden;border-top:1px solid rgba(244,241,234,.10);border-bottom:1px solid rgba(244,241,234,.10);background:#1A1A1B}
.waitlist-inner{position:relative;max-width:1280px;margin:0 auto;padding:80px 24px}
.waitlist-grid{display:grid;gap:48px;align-items:start}
@media(min-width:1280px){.waitlist-grid{grid-template-columns:1fr 1fr}}
.waitlist-left{display:flex;flex-direction:column;gap:20px}
.waitlist-title{max-width:672px;font-family:'Instrument Serif',Georgia,serif;font-size:36px;font-weight:400;letter-spacing:-.045em;line-height:.96;color:#F4F1EA}
@media(min-width:768px){.waitlist-title{font-size:56px}}
.waitlist-desc{max-width:540px;font-size:17px;line-height:1.8;color:rgba(244,241,234,.62)}
.beta-reward{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.20em;color:rgba(244,241,234,.70);padding:0;border:none;background:none;max-width:100%}
.beta-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;flex-shrink:0;background:#C87A53;color:#F4F1EA}
.beta-icon svg{width:16px;height:16px}
.beta-reward-text .beta-word{text-transform:uppercase;letter-spacing:.16em;color:#C87A53}
.request-card{width:100%;padding:0}

.request-pill{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(200,122,83,.80);padding:0;border:none;background:none}
.request-pill svg{width:12px;height:12px;flex-shrink:0;opacity:.75}
.request-title{margin-top:12px;font-size:22px;font-weight:900;letter-spacing:-.04em;color:#F4F1EA;max-width:10ch;line-height:1.05}
.request-desc{margin-top:8px;font-size:14px;line-height:1.6;color:rgba(244,241,234,.70)}
.form-grid{margin-top:24px;display:grid;gap:48px;align-items:center}
@media(min-width:768px){.form-grid{grid-template-columns:1fr .85fr}}
.form-fields{display:flex;flex-direction:column;gap:10px}
.form-input{border-radius:4px;border:1px solid rgba(244,241,234,.12);background:#2D2926;color:#F4F1EA;padding:10px 14px;font-size:14px;outline:none;width:100%;transition:border-color 160ms ease,box-shadow 160ms ease}
.form-input::placeholder{color:rgba(244,241,234,.40)}
.form-input:focus{border-color:#C87A53;box-shadow:0 0 0 2px rgba(200,122,83,.25)}
.form-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(244%2C241%2C234%2C0.38)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;cursor:pointer}
.form-select option{background:#2D2926;color:#F4F1EA}
.form-submit{margin-top:4px;width:100%;border-radius:4px;background:#C87A53;padding:16px;font-size:14px;font-weight:900;color:#F4F1EA;transition:background 160ms ease,transform 220ms ease,opacity 160ms ease}
.form-submit:hover:not(:disabled){background:#D08964;transform:translateY(-2px)}
.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}
.form-submit.submit-success{background:#4A7C59;pointer-events:none}
.form-submit.submit-error{background:#A04040}
.form-success{display:none;flex-direction:column;align-items:flex-start;gap:12px;padding:32px 28px;border-radius:5px;border:1px solid rgba(244,241,234,.10);background:#1E1E1F;height:100%}
.form-success:not([hidden]){display:flex}
.form-success-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:4px;background:rgba(74,124,89,.18);border:1px solid rgba(74,124,89,.35);flex-shrink:0}
.form-success-icon svg{width:22px;height:22px;color:#6BBF84}
.form-success-title{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:32px;line-height:1;letter-spacing:-.04em;color:#F4F1EA;margin:0}
.form-success-body{font-size:15px;line-height:1.65;color:rgba(244,241,234,.68);margin:0}
.form-success-body strong{color:#F4F1EA;font-weight:700}
.form-success-note{font-size:12px;font-weight:600;color:rgba(244,241,234,.36);margin:0;margin-top:4px}
.form-input.input-error{border-color:#C87A53;box-shadow:0 0 0 2px rgba(200,122,83,.35)}
.feedback-card{padding:0;border:none;background:none}
.feedback-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.feedback-label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#C87A53}
.feedback-count{font-family:'Geist Mono',monospace;font-size:12px;font-weight:900;color:rgba(244,241,234,.45)}
.feedback-quote{margin-top:12px;font-size:14px;font-weight:600;line-height:1.6;color:rgba(244,241,234,.70)}
.feedback-footer{margin-top:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.feedback-name{font-size:14px;font-weight:900;color:#F4F1EA}
.feedback-role{font-size:12px;font-weight:600;color:rgba(244,241,234,.50)}
.feedback-btns{display:flex;gap:8px}
.feedback-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:0!important;background:0!important;outline:0;box-shadow:none!important;font-size:15px;font-weight:400;color:rgba(244,241,234,.40);transition:color 160ms ease;padding:0}
.feedback-btn:hover{color:#F4F1EA}

.feedback-btn-prev{background:none!important;border:none!important}
.feedback-btn-next{background:none!important;border:none!important;color:rgba(244,241,234,.40)}

/* ─── Section dividers ─── */
.section-divider{height:1px;background:rgba(244,241,234,.10);margin:0}
.next-note{margin-top:32px;padding:0;border:none;background:none;border-top:1px solid rgba(244,241,234,.10);padding-top:24px}
.next-note-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(200,122,83,.80)}
.next-note-text{margin-top:8px;font-size:13px;line-height:1.5;color:rgba(244,241,234,.56)}

/* ─── Footer ─── */
.site-footer{border-top:1px solid rgba(244,241,234,.10);background:#1A1A1B}
.footer-inner{max-width:1280px;margin:0 auto;padding:48px 24px 40px;display:flex;flex-direction:column;gap:32px}
@media(min-width:640px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start;padding:56px 40px 48px}}
.footer-col-brand{display:flex;flex-direction:column;gap:14px;max-width:360px}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand-name{font-family:'Syne',sans-serif;font-size:17px;font-weight:800;letter-spacing:.01em;color:#ffffff}
.footer-tagline{font-size:12px;line-height:1.65;color:rgba(244,241,234,.42)}
.footer-tagline-quote{margin-top:10px;color:rgba(244,241,234,.35)}
.footer-col-links{display:flex;flex-direction:column;gap:10px;padding-top:2px}
.footer-link{font-size:13px;font-weight:500;color:rgba(244,241,234,.48);text-decoration:none;transition:color .2s}
.footer-link:hover{color:rgba(244,241,234,.85)}
.footer-bottom{max-width:1280px;margin:0 auto;padding:16px 24px 24px;border-top:1px solid rgba(244,241,234,.07);font-size:12px;color:rgba(244,241,234,.28)}
@media(min-width:640px){.footer-bottom{padding:16px 40px 28px}}

/* ─── Data Sources / Signals Section ─── */
.signals-section{background:#191918;border-bottom:1px solid rgba(244,241,234,.10)}
.signals-inner{max-width:1280px;margin:0 auto;padding:80px 24px}
@media(min-width:768px){.signals-inner{padding:112px 40px}}
.signals-head{max-width:680px;margin:0 auto 48px;text-align:center}
.signals-title{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.045em;font-size:36px;line-height:.95;color:#F4F1EA;margin-bottom:16px}
@media(min-width:768px){.signals-title{font-size:56px}}
.signals-desc{font-size:15px;line-height:1.75;color:rgba(244,241,234,.55);max-width:560px;margin:0 auto}
.signals-carousel-wrap{display:flex;align-items:center;gap:12px}
.signals-track-clip{flex:1;overflow:hidden;position:relative}
.signals-track-clip::before,.signals-track-clip::after{content:'';position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none}
.signals-track-clip::before{left:0;background:linear-gradient(to right,#191918,transparent)}
.signals-track-clip::after{right:0;background:linear-gradient(to left,#191918,transparent)}
.signals-track{display:flex;overflow-x:auto;scrollbar-width:none;gap:10px;padding-bottom:4px;-webkit-overflow-scrolling:touch;cursor:grab}
.signals-arrow{display:none;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border-radius:50%;background:transparent;border:1px solid rgba(244,241,234,.15);color:rgba(244,241,234,.55);cursor:pointer;transition:border-color 160ms ease,color 160ms ease,opacity 160ms ease}
.signals-arrow:hover:not(:disabled){border-color:rgba(244,241,234,.35);color:#F4F1EA}
.signals-arrow:disabled{opacity:.25;cursor:default}
.signals-arrow svg{width:14px;height:14px}
@media(min-width:1024px){.signals-arrow{display:flex}}
.signals-track:active{cursor:grabbing}
.signals-track::-webkit-scrollbar{display:none}
.signal-tile{flex-shrink:0;width:min(210px,55vw);background:#1a1a19;border:1px solid rgba(244,241,234,.08);border-radius:6px;padding:20px 18px 22px;transition:background 180ms ease}
.signal-tile:hover{background:#1f1f1e}
.signal-tile-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:5px;background:rgba(200,122,83,.12);border:1px solid rgba(200,122,83,.20);color:#C87A53;margin-bottom:14px;flex-shrink:0}
.signal-tile-icon svg{width:13px;height:13px}
.signal-tile-name{font-size:13px;font-weight:800;letter-spacing:-.01em;color:#F4F1EA;margin-bottom:8px}
.signal-tile-copy{font-size:12px;line-height:1.55;color:rgba(244,241,234,.45)}

/* ─── Preview-only disabled buttons ─── */
.preview-only{cursor:not-allowed!important;opacity:.45!important;pointer-events:none}

/* ─── Form labels ─── */
.form-field{display:flex;flex-direction:column;gap:5px}
.form-label{font-size:11px;font-weight:600;color:rgba(244,241,234,.60);letter-spacing:.02em;text-transform:uppercase}

.deliv-grid>.deliv-card:last-child{border-right:none}

@media(min-width:768px){.waitlist-inner{padding:112px 40px}}
