:root {
  --mauve:        #b9909e;
  --mauve-soft:   #cfa8b5;
  --mauve-deep:   #8c6573;
  --mauve-pale:   #f0e3e8;
  --navy:         #2c3a52;
  --navy-deep:    #1a2435;
  --navy-mid:     #4d5b73;
  --navy-soft:    #6f7d96;
  --cream:        #faf7f4;
  --cream-dark:   #f1ebe5;
  --cream-deep:   #e6dccf;
  --white:        #ffffff;
  --ink:          #1a2435;
  --ink-mid:      #4d5b73;
  --ink-soft:     #8a93a4;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
section, .disclaimer, .fl-ribbon { scroll-margin-top: 80px; }
body{font-family:'Lora',serif;background:var(--cream);color:var(--ink);overflow-x:hidden;line-height:1.55;}
img{max-width:100%;display:block;}
a{color:inherit;}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:rgba(250,247,244,0.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(44,58,82,0.08);transition:box-shadow 0.3s;}
nav.scrolled{box-shadow:0 4px 32px rgba(26,36,53,0.07);}
.nav-logo{display:flex;align-items:center;gap:0.75rem;text-decoration:none;}
.nav-logo img{height:44px;width:auto;}
.nav-links{display:flex;align-items:center;gap:2.25rem;list-style:none;}
.nav-links a{font-family:'Jost',sans-serif;font-weight:400;font-size:0.82rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--navy-mid);text-decoration:none;transition:color 0.2s;}
.nav-links a:hover{color:var(--mauve-deep);}
.nav-cta{color:var(--white)!important;background:var(--navy);padding:0.6rem 1.35rem;border-radius:30px;transition:background 0.2s,transform 0.2s,box-shadow 0.2s!important;box-shadow:0 4px 16px rgba(44,58,82,0.18);}
.nav-cta:hover{background:var(--navy-deep);transform:translateY(-1px);box-shadow:0 6px 22px rgba(44,58,82,0.28);}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:300;}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:0.3s;}

/* HERO */
.hero{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;padding:7rem 3rem 4rem;position:relative;overflow:hidden;gap:3rem;}
.hero-bg{position:absolute;inset:0;background:
  radial-gradient(ellipse 60% 55% at 85% 45%,var(--mauve-pale) 0%,transparent 60%),
  radial-gradient(ellipse 50% 65% at 8% 90%,rgba(44,58,82,0.06) 0%,transparent 55%);
  pointer-events:none;}
.hero-grid-deco{position:absolute;right:-200px;top:-100px;width:700px;height:700px;border-radius:50%;border:1px solid rgba(44,58,82,0.08);pointer-events:none;}
.hero-grid-deco::before{content:'';position:absolute;inset:90px;border-radius:50%;border:1px solid rgba(185,144,158,0.18);}
.hero-grid-deco::after{content:'';position:absolute;inset:180px;border-radius:50%;border:1px dashed rgba(44,58,82,0.1);}
.hero-content{position:relative;z-index:2;}
.eyebrow{font-family:'Jost',sans-serif;font-weight:500;font-size:0.74rem;letter-spacing:0.26em;text-transform:uppercase;color:var(--mauve-deep);margin-bottom:1.2rem;display:flex;align-items:center;gap:0.7rem;opacity:0;animation:fadeUp 0.7s ease forwards 0.2s;}
.eyebrow::before{content:'';display:inline-block;width:36px;height:1px;background:var(--mauve-deep);}
.hero-title{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(2.6rem,4.6vw,4.4rem);line-height:1.04;color:var(--navy-deep);margin-bottom:1.4rem;opacity:0;animation:fadeUp 0.8s ease forwards 0.35s;}
.hero-title em{font-style:italic;font-weight:400;color:var(--mauve-deep);}
.hero-sub{font-family:'Lora',serif;font-size:1.08rem;color:var(--ink-mid);max-width:520px;margin-bottom:2rem;opacity:0;animation:fadeUp 0.8s ease forwards 0.5s;line-height:1.65;}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:fadeUp 0.8s ease forwards 0.65s;}
.btn-primary{font-family:'Jost',sans-serif;font-weight:500;font-size:0.86rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--white);background:var(--navy);padding:1rem 2rem;border-radius:32px;text-decoration:none;display:inline-flex;align-items:center;gap:0.55rem;transition:all 0.25s;box-shadow:0 6px 22px rgba(44,58,82,0.22);}
.btn-primary:hover{background:var(--navy-deep);transform:translateY(-2px);box-shadow:0 10px 28px rgba(44,58,82,0.32);}
.btn-ghost{font-family:'Jost',sans-serif;font-weight:500;font-size:0.86rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--navy);padding:1rem 1.5rem;border-radius:32px;text-decoration:none;display:inline-flex;align-items:center;gap:0.55rem;transition:all 0.25s;border:1px solid rgba(44,58,82,0.18);}
.btn-ghost:hover{border-color:var(--navy);background:rgba(44,58,82,0.04);}

.hero-visual{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;}
.card-cluster{position:relative;width:min(100%,500px);aspect-ratio:1/1;}
.hcard{position:absolute;background:var(--white);border-radius:22px;padding:1.4rem 1.5rem;box-shadow:0 22px 60px rgba(26,36,53,0.10),0 4px 14px rgba(26,36,53,0.04);}
.hcard-main{top:6%;left:8%;right:8%;text-align:center;padding:1.8rem;animation:floatUp 6s ease-in-out infinite;}
.hcard-main img{height:100px;width:auto;margin:0 auto 0.8rem;}
.hcard-main h3{font-family:'Playfair Display',serif;font-weight:500;font-size:1.18rem;color:var(--navy-deep);margin-bottom:0.35rem;}
.hcard-main p{font-size:0.84rem;color:var(--ink-mid);line-height:1.5;}
.hcard-fl{bottom:8%;left:0;display:flex;align-items:center;gap:0.7rem;animation:floatUp 7s ease-in-out infinite -1s;}
.hcard-fl-icon{width:38px;height:38px;border-radius:10px;background:var(--mauve-pale);display:flex;align-items:center;justify-content:center;color:var(--mauve-deep);}
.hcard-fl-text{font-family:'Jost',sans-serif;font-size:0.78rem;color:var(--navy);font-weight:500;line-height:1.25;}
.hcard-fl-text span{display:block;color:var(--ink-soft);font-weight:400;font-size:0.72rem;text-transform:uppercase;letter-spacing:0.1em;}
.hcard-cred{bottom:14%;right:0;background:var(--navy);color:var(--white);padding:1.1rem 1.3rem;animation:floatUp 8s ease-in-out infinite -2s;}
.hcard-cred-label{font-family:'Jost',sans-serif;font-size:0.66rem;color:var(--mauve-soft);letter-spacing:0.18em;text-transform:uppercase;margin-bottom:0.3rem;}
.hcard-cred-val{font-family:'Playfair Display',serif;font-size:1rem;font-weight:500;}

/* TRUST STRIP */
.trust-strip{background:var(--navy);color:var(--white);padding:1.1rem 0;overflow:hidden;border-top:1px solid rgba(255,255,255,0.05);border-bottom:1px solid rgba(255,255,255,0.05);}
.trust-track{display:flex;align-items:center;gap:3rem;font-family:'Jost',sans-serif;font-size:0.82rem;letter-spacing:0.16em;text-transform:uppercase;color:rgba(255,255,255,0.78);white-space:nowrap;animation:scrollLeft 38s linear infinite;}
.trust-item{display:flex;align-items:center;gap:0.9rem;}
.trust-item .dot{width:5px;height:5px;border-radius:50%;background:var(--mauve);}

/* SECTIONS */
section{padding:6rem 3rem;}
.slabel{font-family:'Jost',sans-serif;font-weight:500;font-size:0.74rem;letter-spacing:0.24em;text-transform:uppercase;color:var(--mauve-deep);margin-bottom:1rem;}
.stitle{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.12;color:var(--navy-deep);margin-bottom:1.2rem;}
.stitle em{font-style:italic;font-weight:400;color:var(--mauve-deep);}
.sbody{font-size:1rem;color:var(--ink-mid);line-height:1.7;}

/* ABOUT */
.about{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:center;background:var(--cream-dark);}
.about-photo-wrap{position:relative;}
.about-photo{aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--mauve-pale) 0%,var(--cream-deep) 100%);position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 30px 70px rgba(26,36,53,0.12);}
.about-photo img{width:100%;height:100%;object-fit:cover;}
.about-photo-placeholder{font-family:'Playfair Display',serif;font-style:italic;color:var(--mauve-deep);text-align:center;padding:2rem;}
.about-photo-placeholder .pl-mono{font-family:'Playfair Display',serif;font-style:normal;font-weight:500;font-size:5rem;color:var(--navy);opacity:0.4;display:block;margin-bottom:0.6rem;letter-spacing:-0.05em;}
.about-photo-placeholder .pl-note{font-size:0.78rem;font-family:'Jost',sans-serif;font-style:normal;letter-spacing:0.08em;color:var(--ink-soft);}
.about-deco{position:absolute;width:120px;height:120px;border-radius:50%;border:1px dashed var(--mauve);bottom:-30px;right:-30px;opacity:0.5;}
.cred-pills{display:flex;flex-wrap:wrap;gap:0.5rem;margin:1.4rem 0;}
.cred-pill{font-family:'Jost',sans-serif;font-size:0.76rem;letter-spacing:0.06em;color:var(--navy);background:var(--white);border:1px solid rgba(44,58,82,0.12);padding:0.45rem 0.95rem;border-radius:20px;}
.cred-pill.mauve{background:var(--mauve-pale);border-color:rgba(140,101,115,0.18);color:var(--mauve-deep);}
.linkedin-link{display:inline-flex;align-items:center;gap:0.55rem;color:var(--navy);text-decoration:none;font-family:'Jost',sans-serif;font-size:0.86rem;letter-spacing:0.06em;padding-bottom:3px;border-bottom:1px solid var(--mauve);transition:color 0.2s,border-color 0.2s;margin-top:0.5rem;}
.linkedin-link:hover{color:var(--mauve-deep);border-color:var(--mauve-deep);}

/* SERVICES */
.services{background:var(--cream);}
.services-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem;}
.services-head .stitle{margin-bottom:0;max-width:560px;}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;}
.scard{background:var(--white);border-radius:20px;padding:2rem 1.8rem;border:1px solid rgba(44,58,82,0.06);transition:transform 0.3s,box-shadow 0.3s,border-color 0.3s;position:relative;overflow:hidden;}
.scard:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(26,36,53,0.10);border-color:rgba(185,144,158,0.3);}
.scard-icon{width:48px;height:48px;border-radius:12px;background:var(--mauve-pale);color:var(--mauve-deep);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;}
.scard-icon svg{width:24px;height:24px;}
.scard h3{font-family:'Playfair Display',serif;font-weight:500;font-size:1.25rem;color:var(--navy-deep);margin-bottom:0.6rem;line-height:1.25;}
.scard p{font-size:0.94rem;color:var(--ink-mid);line-height:1.6;}
.scard.featured{background:var(--navy);color:var(--white);grid-column:span 2;}
.scard.featured h3{color:var(--white);font-size:1.5rem;}
.scard.featured p{color:rgba(255,255,255,0.78);}
.scard.featured .scard-icon{background:rgba(207,168,181,0.16);color:var(--mauve-soft);}
@media(max-width:780px){.scard.featured{grid-column:auto;}}

/* FLORIDA RIBBON */
.fl-ribbon{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);color:var(--white);padding:3rem 3rem;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden;}
.fl-ribbon::before{content:'';position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(185,144,158,0.18) 0%,transparent 70%);pointer-events:none;}
.fl-ribbon-icon{flex-shrink:0;width:72px;height:72px;border-radius:50%;background:rgba(207,168,181,0.16);color:var(--mauve-soft);display:flex;align-items:center;justify-content:center;}
.fl-ribbon-icon svg{width:34px;height:34px;}
.fl-ribbon-body{flex:1;position:relative;z-index:2;}
.fl-ribbon-label{font-family:'Jost',sans-serif;font-size:0.72rem;letter-spacing:0.24em;text-transform:uppercase;color:var(--mauve-soft);margin-bottom:0.5rem;}
.fl-ribbon h3{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.3;margin-bottom:0.6rem;}
.fl-ribbon p{font-size:0.95rem;color:rgba(255,255,255,0.78);line-height:1.6;max-width:720px;}
@media(max-width:780px){.fl-ribbon{flex-direction:column;text-align:center;padding:2.5rem 1.5rem;}.fl-ribbon-icon{margin:0 auto;}}

/* HOW IT WORKS */
.how{background:var(--cream-dark);}
.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem;margin-top:2.5rem;}
.hstep{background:var(--white);border-radius:18px;padding:2rem 1.7rem;position:relative;overflow:hidden;transition:transform 0.3s,box-shadow 0.3s;}
.hstep:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(26,36,53,0.10);}
.hstep-num{position:relative;height:60px;margin-bottom:0.8rem;}
.hstep-num-bg{position:absolute;top:-10px;left:-8px;font-family:'Playfair Display',serif;font-weight:700;font-size:5rem;line-height:1;color:var(--mauve-pale);z-index:1;}
.hstep-num-fg{position:relative;font-family:'Jost',sans-serif;font-weight:500;font-size:0.78rem;letter-spacing:0.16em;color:var(--mauve-deep);z-index:2;display:inline-block;padding-top:1.4rem;}
.hstep h4{font-family:'Playfair Display',serif;font-weight:500;font-size:1.15rem;color:var(--navy-deep);margin-bottom:0.5rem;}
.hstep p{font-size:0.92rem;color:var(--ink-mid);line-height:1.6;}

/* WAITLIST */
.waitlist{background:var(--cream);text-align:center;}
.waitlist .slabel,.waitlist .stitle{margin-left:auto;margin-right:auto;}
.waitlist > p{max-width:640px;margin:0 auto 2.5rem;color:var(--ink-mid);font-size:1.02rem;line-height:1.7;}
.form-card{max-width:640px;margin:0 auto;background:var(--white);border-radius:24px;padding:2.6rem 2.4rem;box-shadow:0 30px 70px rgba(26,36,53,0.10);text-align:left;border:1px solid rgba(44,58,82,0.06);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.1rem;}
@media(max-width:560px){.form-row{grid-template-columns:1fr;}}
.form-group{margin-bottom:1.1rem;}
.form-group label{display:block;font-family:'Jost',sans-serif;font-size:0.75rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--navy-mid);margin-bottom:0.45rem;font-weight:500;}
.form-group .req{color:var(--mauve-deep);}
.form-group input,.form-group select{width:100%;font-family:'Lora',serif;font-size:0.98rem;color:var(--navy-deep);padding:0.85rem 1rem;border:1px solid rgba(44,58,82,0.18);border-radius:10px;background:var(--cream);transition:border-color 0.2s,background 0.2s,box-shadow 0.2s;}
.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--mauve);background:var(--white);box-shadow:0 0 0 3px var(--mauve-pale);}
.form-check{display:flex;align-items:flex-start;gap:0.7rem;margin-bottom:1rem;font-size:0.86rem;color:var(--ink-mid);line-height:1.5;}
.form-check input[type=checkbox]{margin-top:0.15rem;flex-shrink:0;width:16px;height:16px;accent-color:var(--mauve-deep);cursor:pointer;}
.form-check label{cursor:pointer;}
.form-submit{width:100%;font-family:'Jost',sans-serif;font-weight:500;font-size:0.9rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--white);background:var(--navy);padding:1.05rem 1rem;border:none;border-radius:32px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;transition:background 0.25s,transform 0.2s,box-shadow 0.25s;box-shadow:0 8px 24px rgba(44,58,82,0.22);margin-top:0.4rem;}
.form-submit:hover:not(:disabled){background:var(--navy-deep);transform:translateY(-1px);box-shadow:0 12px 30px rgba(44,58,82,0.32);}
.form-submit:disabled{opacity:0.7;cursor:not-allowed;}
.form-submit .spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,0.3);border-top-color:var(--white);border-radius:50%;animation:spin 0.7s linear infinite;}
.form-submit.loading .spinner{display:inline-block;}
.form-submit.loading .btn-text{opacity:0.7;}
.form-error{color:#a3344a;font-size:0.85rem;margin-top:0.5rem;display:none;}
.form-error.shown{display:block;}
.form-thanks{display:none;text-align:center;padding:2rem 1rem;}
.form-thanks.shown{display:block;}
.form-thanks-ico{width:62px;height:62px;border-radius:50%;background:var(--mauve-pale);color:var(--mauve-deep);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;}
.form-thanks h3{font-family:'Playfair Display',serif;font-weight:500;font-size:1.6rem;color:var(--navy-deep);margin-bottom:0.6rem;}
.form-thanks p{color:var(--ink-mid);max-width:380px;margin:0 auto;font-size:0.96rem;line-height:1.6;}

/* CONNECT / SOCIAL */
.connect{background:var(--cream-dark);text-align:center;}
.connect-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;max-width:780px;margin:2.5rem auto 0;}
.scl-tile{display:flex;flex-direction:column;align-items:center;gap:0.85rem;background:var(--white);border-radius:18px;padding:1.8rem 1.4rem;text-decoration:none;color:var(--navy-deep);transition:transform 0.3s,box-shadow 0.3s,border-color 0.3s;border:1px solid rgba(44,58,82,0.06);}
.scl-tile:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(26,36,53,0.10);border-color:var(--mauve);}
.scl-icon{width:48px;height:48px;border-radius:14px;background:var(--mauve-pale);color:var(--mauve-deep);display:flex;align-items:center;justify-content:center;}
.scl-icon svg{width:22px;height:22px;}
.scl-name{font-family:'Jost',sans-serif;font-weight:500;font-size:0.78rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--ink-mid);}
.scl-handle{font-family:'Playfair Display',serif;font-weight:500;font-size:1.05rem;color:var(--navy-deep);}

/* DISCLAIMER */
.disclaimer{margin:0 auto 4rem;background:var(--white);border:1px solid rgba(44,58,82,0.08);border-left:4px solid var(--mauve);border-radius:14px;padding:1.6rem 1.8rem;display:flex;gap:1.1rem;align-items:flex-start;max-width:1100px;}
.disclaimer-ico{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:var(--mauve-pale);color:var(--mauve-deep);display:flex;align-items:center;justify-content:center;}
.disclaimer-ico svg{width:18px;height:18px;}
.disclaimer h4{font-family:'Playfair Display',serif;font-weight:500;font-size:1rem;color:var(--navy-deep);margin-bottom:0.4rem;}
.disclaimer p{font-size:0.86rem;color:var(--ink-mid);line-height:1.6;}
.disclaimer p + p{margin-top:0.5rem;}

/* FOOTER */
footer{background:var(--navy-deep);color:rgba(255,255,255,0.78);padding:3rem 3rem 2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:flex-start;}
footer img{height:54px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1);opacity:0.92;}
.footer-l p{font-size:0.84rem;line-height:1.6;color:rgba(255,255,255,0.6);max-width:380px;}
.footer-l .powered{margin-top:0.8rem;font-size:0.78rem;color:rgba(255,255,255,0.45);}
.footer-l .powered a{color:var(--mauve-soft);text-decoration:none;border-bottom:1px solid rgba(207,168,181,0.4);}
.footer-l .powered a:hover{color:var(--white);}
.footer-r{display:flex;flex-direction:column;align-items:flex-end;gap:1.4rem;}
.footer-social{display:flex;gap:0.6rem;}
.footer-social a{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.78);transition:background 0.2s,color 0.2s;text-decoration:none;}
.footer-social a:hover{background:var(--mauve);color:var(--white);}
.footer-social svg{width:16px;height:16px;}
.footer-links{list-style:none;display:flex;gap:1.6rem;flex-wrap:wrap;justify-content:flex-end;}
.footer-links a{font-family:'Jost',sans-serif;font-size:0.78rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.65);text-decoration:none;transition:color 0.2s;}
.footer-links a:hover{color:var(--mauve-soft);}
@media(max-width:780px){footer{grid-template-columns:1fr;}.footer-r{align-items:flex-start;}.footer-links{justify-content:flex-start;}}

/* REVEAL ANIMATIONS */
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.8s ease,transform 0.8s ease;}
.reveal.in{opacity:1;transform:none;}
.rd1{transition-delay:0.1s;}
.rd2{transition-delay:0.2s;}
.rd3{transition-delay:0.3s;}
.rd4{transition-delay:0.4s;}

/* KEYFRAMES */
@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:none;}}
@keyframes floatUp{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
@keyframes scrollLeft{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@keyframes spin{to{transform:rotate(360deg);}}

/* RESPONSIVE */
@media(max-width:980px){
  nav{padding:1rem 1.5rem;}
  .nav-links{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:var(--cream);flex-direction:column;justify-content:center;align-items:flex-start;padding:3rem 2rem;gap:1.5rem;transition:right 0.35s ease;box-shadow:-10px 0 30px rgba(26,36,53,0.12);}
  .nav-links.open{right:0;}
  .nav-links a{font-size:0.95rem;}
  .nav-toggle{display:flex;}
  .hero{grid-template-columns:1fr;padding:6.5rem 1.5rem 3rem;gap:3rem;}
  .hero-grid-deco{display:none;}
  .card-cluster{aspect-ratio:auto;height:380px;width:100%;max-width:420px;margin:0 auto;}
  section{padding:4.5rem 1.5rem;}
  .about{grid-template-columns:1fr;gap:2.5rem;}
  .fl-ribbon{margin:0;}
  .disclaimer{margin:0 1rem 3rem;padding:1.4rem 1.4rem;}
  footer{padding:2.5rem 1.5rem 1.5rem;}
}

/* ===========================
   MULTI-PAGE EXTENSIONS
   =========================== */

/* Active nav state */
.nav-links a.nav-active{color:var(--mauve-deep);}
.nav-links a.nav-active:not(.nav-cta){border-bottom:1px solid var(--mauve);padding-bottom:2px;}

/* Subpage hero (smaller than home hero) */
.subhero{padding:8rem 3rem 4rem;position:relative;overflow:hidden;background:var(--cream);}
.subhero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 80% 30%,var(--mauve-pale) 0%,transparent 60%);pointer-events:none;}
.subhero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2;}
.subhero .eyebrow{opacity:1;animation:none;}
.subhero h1{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.1;color:var(--navy-deep);margin-bottom:1rem;max-width:780px;}
.subhero h1 em{font-style:italic;color:var(--mauve-deep);font-weight:400;}
.subhero p.lead{font-family:'Lora',serif;font-size:1.08rem;color:var(--ink-mid);max-width:640px;line-height:1.65;}

/* Prose container (for FAQ, legal, content pages) */
.prose-section{padding:4rem 3rem;background:var(--cream);}
.prose{max-width:780px;margin:0 auto;font-size:1rem;line-height:1.75;color:var(--ink-mid);}
.prose h2{font-family:'Playfair Display',serif;font-weight:500;font-size:1.6rem;color:var(--navy-deep);margin-top:2.6rem;margin-bottom:0.9rem;line-height:1.2;}
.prose h2:first-child{margin-top:0;}
.prose h3{font-family:'Playfair Display',serif;font-weight:500;font-size:1.2rem;color:var(--navy-deep);margin-top:1.8rem;margin-bottom:0.5rem;}
.prose p{margin-bottom:1rem;}
.prose ul,.prose ol{margin:0.6rem 0 1.2rem 1.4rem;}
.prose li{margin-bottom:0.45rem;}
.prose strong{color:var(--navy-deep);font-weight:600;}
.prose a{color:var(--mauve-deep);text-decoration:none;border-bottom:1px solid var(--mauve);}
.prose a:hover{color:var(--navy-deep);border-color:var(--navy-deep);}
.prose .meta{font-family:'Jost',sans-serif;font-size:0.78rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:1.6rem;}
.prose hr{border:none;border-top:1px solid rgba(44,58,82,0.1);margin:2.4rem 0;}


/* FAQ accordion */
.faq-list{max-width:780px;margin:0 auto;}
.faq-item{background:var(--white);border:1px solid rgba(44,58,82,0.08);border-radius:14px;margin-bottom:0.85rem;overflow:hidden;transition:box-shadow 0.2s,border-color 0.2s;}
.faq-item:hover{border-color:rgba(185,144,158,0.4);}
.faq-item[open]{box-shadow:0 8px 26px rgba(26,36,53,0.06);border-color:var(--mauve);}
.faq-item summary{padding:1.2rem 1.4rem;cursor:pointer;font-family:'Playfair Display',serif;font-weight:500;font-size:1.05rem;color:var(--navy-deep);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+';font-family:'Jost',sans-serif;font-weight:400;font-size:1.4rem;color:var(--mauve-deep);transition:transform 0.2s;flex-shrink:0;}
.faq-item[open] summary::after{content:'\2013';}
.faq-item-body{padding:0 1.4rem 1.3rem;font-size:0.95rem;color:var(--ink-mid);line-height:1.65;}
.faq-item-body p{margin-bottom:0.7rem;}
.faq-item-body p:last-child{margin-bottom:0;}

/* Detailed service block (services.html) */
.svc-detail{padding:5rem 3rem;background:var(--cream);}
.svc-detail:nth-of-type(even){background:var(--cream-dark);}
.svc-detail-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:3.5rem;align-items:start;}
.svc-side .svc-icon-lg{width:74px;height:74px;border-radius:18px;background:var(--mauve-pale);color:var(--mauve-deep);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem;}
.svc-side .svc-icon-lg svg{width:36px;height:36px;}
.svc-side h2{font-family:'Playfair Display',serif;font-weight:500;font-size:1.8rem;color:var(--navy-deep);line-height:1.2;}
.svc-body p{margin-bottom:0.9rem;color:var(--ink-mid);line-height:1.7;}
.svc-body h4{font-family:'Jost',sans-serif;font-weight:500;font-size:0.78rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--mauve-deep);margin-top:1.4rem;margin-bottom:0.5rem;}
.svc-body ul{margin:0 0 1.2rem 0;padding:0;list-style:none;}
.svc-body ul li{padding-left:1.6rem;position:relative;margin-bottom:0.4rem;color:var(--ink-mid);line-height:1.6;}
.svc-body ul li::before{content:'';position:absolute;left:0;top:0.65rem;width:6px;height:6px;border-radius:50%;background:var(--mauve);}
@media(max-width:780px){.svc-detail{padding:3.5rem 1.5rem;}.svc-detail-inner{grid-template-columns:1fr;gap:1.6rem;}}

/* CTA band (used at bottom of subpages) */
.cta-band{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);color:var(--white);padding:3.5rem 3rem;text-align:center;position:relative;overflow:hidden;}
.cta-band::before{content:'';position:absolute;left:-150px;top:50%;transform:translateY(-50%);width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(185,144,158,0.18) 0%,transparent 70%);pointer-events:none;}
.cta-band-inner{position:relative;z-index:2;max-width:680px;margin:0 auto;}
.cta-band h2{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.2;margin-bottom:0.8rem;}
.cta-band h2 em{font-style:italic;color:var(--mauve-soft);font-weight:400;}
.cta-band p{font-size:1rem;color:rgba(255,255,255,0.78);margin-bottom:1.6rem;line-height:1.65;}
.cta-band .btn-primary{background:var(--mauve);color:var(--navy-deep);box-shadow:0 8px 24px rgba(185,144,158,0.3);}
.cta-band .btn-primary:hover{background:var(--white);transform:translateY(-2px);}

/* Tech-requirements card grid (how-it-works) */
.req-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;max-width:1100px;margin:2rem auto 0;}
.req-card{background:var(--white);border-radius:16px;padding:1.6rem 1.4rem;border:1px solid rgba(44,58,82,0.06);}
.req-card .req-icon{width:40px;height:40px;border-radius:10px;background:var(--mauve-pale);color:var(--mauve-deep);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;}
.req-card h4{font-family:'Playfair Display',serif;font-weight:500;font-size:1.05rem;color:var(--navy-deep);margin-bottom:0.4rem;}
.req-card p{font-size:0.88rem;color:var(--ink-mid);line-height:1.55;}

/* Supplements callout (home + supplements page) */
.supps-callout{padding:5rem 3rem;background:var(--cream-dark);}
.supps-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;}
.supps-visual{background:linear-gradient(135deg,var(--mauve-pale) 0%,var(--cream-deep) 100%);border-radius:24px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1.3/1;position:relative;overflow:hidden;}
.supps-visual::before{content:'';position:absolute;width:140px;height:140px;border-radius:50%;border:1px dashed var(--mauve);top:-30px;right:-30px;opacity:0.5;}
.supps-visual::after{content:'';position:absolute;width:90px;height:90px;border-radius:50%;border:1px solid var(--navy);bottom:-20px;left:-20px;opacity:0.18;}
.supps-icon{width:88px;height:88px;border-radius:24px;background:var(--white);box-shadow:0 14px 30px rgba(26,36,53,0.10);display:flex;align-items:center;justify-content:center;color:var(--mauve-deep);margin-bottom:1.4rem;position:relative;z-index:2;}
.supps-icon svg{width:42px;height:42px;}
.supps-visual .supps-brand{font-family:'Playfair Display',serif;font-style:italic;font-weight:500;font-size:1.3rem;color:var(--navy-deep);position:relative;z-index:2;text-align:center;}
.supps-visual .supps-brand-sub{font-family:'Jost',sans-serif;font-size:0.74rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--mauve-deep);margin-top:0.4rem;}
.supps-body .slabel{margin-bottom:0.8rem;}
.supps-body .stitle{margin-bottom:1.1rem;}
.supps-body p{color:var(--ink-mid);line-height:1.7;margin-bottom:1rem;}
.supps-body .affiliate-note{margin-top:1.4rem;font-size:0.82rem;color:var(--ink-soft);font-style:italic;line-height:1.5;border-left:3px solid var(--mauve);padding-left:0.9rem;}
@media(max-width:880px){.supps-inner{grid-template-columns:1fr;}.supps-visual{aspect-ratio:1.6/1;max-width:480px;margin:0 auto;}}

/* ===========================
   MOBILE — multi-page section overrides
   =========================== */
@media(max-width:980px){
  .subhero{padding:6rem 1.5rem 2.5rem;}
  .subhero h1{font-size:clamp(1.85rem,7vw,2.4rem);}
  .subhero p.lead{font-size:1rem;}
  .prose-section{padding:3rem 1.5rem;}
  .prose{font-size:0.96rem;}
  .prose h2{font-size:1.4rem;}
  .prose h3{font-size:1.08rem;}
  .cta-band{padding:2.8rem 1.5rem;}
  .cta-band h2{font-size:clamp(1.4rem,5.5vw,1.9rem);}
  .supps-callout{padding:3.5rem 1.5rem;}
  .supps-inner{gap:2rem;}
  .req-grid{gap:0.9rem;}
  .req-card{padding:1.3rem 1.2rem;}
  .faq-item summary{padding:1rem 1.1rem;font-size:0.98rem;}
  .faq-item-body{padding:0 1.1rem 1.1rem;font-size:0.92rem;}
  .legal-banner{padding:1rem 1.1rem;font-size:0.88rem;}
  .form-card{padding:2rem 1.4rem;}
  .form-thanks h3{font-size:1.35rem;}
  .stitle{font-size:clamp(1.6rem,5vw,2.1rem);}
  .scard.featured h3{font-size:1.3rem;}
}
@media(max-width:560px){
  nav{padding:0.85rem 1.1rem;}
  .nav-logo img{height:38px;}
  .hero{padding:5.5rem 1.1rem 2.5rem;}
  .hero-title{font-size:clamp(2.1rem,9vw,2.7rem);}
  .hero-sub{font-size:1rem;}
  .btn-primary,.btn-ghost{padding:0.85rem 1.4rem;font-size:0.8rem;}
  .card-cluster{height:340px;}
  .hcard-main{padding:1.4rem;}
  .hcard-main img{height:80px;}
  .hcard-main h3{font-size:1.05rem;}
  .hcard-main p{font-size:0.78rem;}
  section{padding:3.5rem 1.1rem;}
  .subhero{padding:5.5rem 1.1rem 2rem;}
  .fl-ribbon{padding:2rem 1.2rem;}
  .fl-ribbon h3{font-size:1.2rem;}
  .fl-ribbon p{font-size:0.9rem;}
  .form-card{padding:1.6rem 1.1rem;}
  .form-group input,.form-group select{padding:0.75rem 0.85rem;font-size:0.96rem;}
  .form-submit{padding:0.95rem 1rem;font-size:0.84rem;}
  .scard{padding:1.6rem 1.4rem;}
  .scard h3{font-size:1.15rem;}
  .scard.featured h3{font-size:1.2rem;}
  .scard p{font-size:0.9rem;}
  .hstep{padding:1.6rem 1.4rem;}
  .hstep-num-bg{font-size:4rem;}
  .scl-tile{padding:1.5rem 1.2rem;}
  footer{padding:2rem 1.1rem 1.4rem;gap:1.6rem;}
  footer img{height:46px;}
  .footer-links{gap:1rem;}
  .footer-links a{font-size:0.74rem;}
  .disclaimer{margin:0 0.7rem 2rem;padding:1.2rem 1.1rem;border-radius:10px;}
  .disclaimer p{font-size:0.82rem;}
  .svc-detail{padding:3rem 1.1rem;}
  .svc-side h2{font-size:1.5rem;}
  .svc-side .svc-icon-lg{width:62px;height:62px;}
  .svc-side .svc-icon-lg svg{width:30px;height:30px;}
  .supps-visual{padding:1.8rem;}
  .supps-icon{width:74px;height:74px;}
}

/* Touch-friendly tap targets on touch devices */
@media (hover:none) and (pointer:coarse){
  .nav-cta, .btn-primary, .btn-ghost, .form-submit, .scl-tile, .scard, .hstep{min-height:44px;}
  .faq-item summary{padding-top:1.1rem;padding-bottom:1.1rem;}
}

/* Prevent iOS auto-zoom on input focus (font-size >= 16px) */
@media(max-width:780px){
  .form-group input,.form-group select,.form-group textarea{font-size:16px;}
}

/* ===========================
   ACCESSIBILITY HELPERS
   =========================== */
.skip-link{position:absolute;top:-40px;left:0;background:var(--navy);color:var(--white);padding:0.7rem 1.2rem;font-family:'Jost',sans-serif;font-size:0.85rem;letter-spacing:0.08em;text-decoration:none;z-index:1000;border-radius:0 0 8px 0;}
.skip-link:focus{top:0;outline:3px solid var(--mauve);outline-offset:2px;}

/* Native button reset for nav-toggle */
button.nav-toggle{background:none;border:none;color:inherit;font:inherit;}

/* Visible focus indicators for keyboard users */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible{outline:3px solid var(--mauve);outline-offset:2px;border-radius:4px;}
.btn-primary:focus-visible, .btn-ghost:focus-visible, .form-submit:focus-visible, .nav-cta:focus-visible{outline-offset:3px;}

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