/* ================================================================
   BNS Healthcare — Global Stylesheet
   Shared across all pages: nav, footer, buttons, typography, utilities
   ================================================================ */

*{margin:0;padding:0;box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{font-family:'Raleway',sans-serif;background:var(--ivory);color:var(--text);overflow-x:hidden;}

.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;}

.brand-name{font-family:'Dancing Script',cursive;font-size:21px;font-weight:700;color:var(--rose);}

.brand-tag{font-size:8px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--text-light);}

.nav-links{display:flex;align-items:center;gap:28px;}

.nav-links a{font-size:11px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;color:var(--text-mid);text-decoration:none;transition:color .25s;position:relative;white-space:nowrap;}

.nav-links a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1.5px;background:var(--rose);transition:width .3s;}

.nav-links a:hover,.nav-links a.active{color:var(--rose);}

.nav-links a:hover::after,.nav-links a.active::after{width:100%;}

.nav-book{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--white);background:var(--rose);padding:11px 22px;text-decoration:none;border-radius:40px;transition:all .3s;box-shadow:0 6px 18px rgba(184,112,90,.28);white-space:nowrap;flex-shrink:0;}

.nav-book:hover{background:var(--brown);}

.hamburger span{width:22px;height:2px;background:var(--rose);display:block;border-radius:2px;transition:all .35s;}

.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}

.hamburger.open span:nth-child(2){opacity:0;transform:translateX(-10px);}

.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}

.mobile-menu.open{display:flex;}

.mm-header{display:flex;align-items:center;gap:12px;margin-bottom:28px;}

.mm-header img{height:50px;}

.mm-close:hover{background:var(--rose-pale);}

.mobile-menu a{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-mid);text-decoration:none;padding:14px 0;width:100%;max-width:260px;text-align:center;border-bottom:1px solid var(--border);transition:color .2s;}

.mobile-menu a:last-of-type{border-bottom:none;}

.mobile-menu a:hover,.mobile-menu a.active{color:var(--rose);}

.mm-cta:hover{background:var(--brown)!important;}

.page-hero::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(212,146,126,.1) 0%,transparent 70%);top:-100px;right:-50px;pointer-events:none;}

.page-hero::after{content:'';position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(184,112,90,.06) 0%,transparent 70%);bottom:-60px;left:-50px;pointer-events:none;}

.ph-tag{display:inline-flex;align-items:center;gap:12px;font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--rose-light);margin-bottom:14px;}

.ph-tag::before,.ph-tag::after{content:'';width:28px;height:1px;background:var(--rose-light);}

.ph-desc{font-size:15px;color:var(--text-mid);line-height:1.85;font-weight:300;max-width:540px;margin:0 auto;}

.titem{display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.7);flex-shrink:0;padding:0 20px;}

.titem b{color:var(--white);margin-right:20px;}

.tsep{color:rgba(255,255,255,.35);margin-right:20px;}

@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.sec-tag{display:inline-flex;align-items:center;gap:12px;font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--rose-light);margin-bottom:14px;}

.sec-tag::before,.sec-tag::after{content:'';width:28px;height:1px;background:var(--rose-light);}



[data-reveal-delay="1"]{transition-delay:.1s;}

[data-reveal-delay="2"]{transition-delay:.2s;}

[data-reveal-delay="3"]{transition-delay:.3s;}

.cta-band::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.05);top:-160px;right:-100px;}

.cb-inner{position:relative;z-index:1;}

.btn-white:hover{transform:translateY(-2px);color:var(--brown);}

.btn-outline-white{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--white);border:1.5px solid rgba(255,255,255,.6);padding:14px 30px;border-radius:40px;text-decoration:none;transition:all .3s;}

.btn-outline-white:hover{border-color:var(--white);background:rgba(255,255,255,.1);}

.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.07);}

.flogo-wrap{display:flex;align-items:center;gap:10px;margin-bottom:6px;}

.flogo-name{font-family:'Dancing Script',cursive;font-size:22px;font-weight:700;color:var(--rose-light);line-height:1;}

.fdesc{font-size:13px;color:rgba(255,255,255,.34);line-height:1.8;font-weight:300;margin-bottom:24px;}

.fsocials{display:flex;gap:8px;}

.fsoc{width:36px;height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.32);font-size:13px;text-decoration:none;transition:all .25s;}

.fsoc:hover{border-color:var(--rose-light);color:var(--rose-light);}

.flinks{list-style:none;display:flex;flex-direction:column;gap:11px;}

.flinks a:hover{color:var(--rose-light);}

.fcon-items{display:flex;flex-direction:column;gap:12px;}

.fcon-i{display:flex;gap:10px;align-items:flex-start;}

.fcon-ico{color:var(--rose-light);font-size:13px;margin-top:2px;flex-shrink:0;}

.footer-bot{display:flex;justify-content:space-between;align-items:center;padding:22px 0;}

.fbot-copy{font-size:11px;color:rgba(255,255,255,.18);}

.fbot-links{display:flex;gap:20px;}

.fbot-links a{font-size:11px;color:rgba(255,255,255,.2);text-decoration:none;transition:color .2s;}

.fbot-links a:hover{color:var(--rose-light);}

.wa-fab:hover{transform:scale(1.1);color:white;}

.scroll-top{position:fixed;bottom:28px;right:90px;background:var(--rose);color:white;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;border:none;cursor:pointer;z-index:300;opacity:0;transform:translateY(8px);transition:all .3s;}

.scroll-top.vis{opacity:1;transform:translateY(0);}

.scroll-top:hover{background:var(--brown);}

@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}

.form-title{font-family:'Dancing Script',cursive;font-size:30px;font-weight:600;color:var(--rose);margin-bottom:4px;}

.form-sub{font-size:12px;color:var(--text-mid);font-weight:300;margin-bottom:26px;}

.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;}

.form-row.full{grid-template-columns:1fr;}

.fg{display:flex;flex-direction:column;gap:6px;}

.fg label{font-size:9px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-light);}

.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--rose-light);background:var(--white);}

.fg textarea{resize:none;}

.fg input::placeholder,.fg textarea::placeholder{color:var(--text-light);}

.form-agree{display:flex;align-items:flex-start;gap:9px;margin-bottom:20px;}

.form-agree label{font-size:11px;color:var(--text-mid);font-weight:300;line-height:1.6;}

.form-agree a{color:var(--rose);text-decoration:none;}

.btn-submit{width:100%;background:var(--rose);color:var(--white);border:none;padding:15px;border-radius:50px;font-family:'Raleway',sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;cursor:pointer;transition:all .3s;box-shadow:0 8px 24px rgba(184,112,90,.28);}

.btn-submit:hover{background:var(--brown);}

.success-title{font-family:'Dancing Script',cursive;font-size:36px;font-weight:600;color:var(--rose);margin-bottom:8px;}

.success-desc{font-size:13px;color:var(--text-mid);font-weight:300;line-height:1.8;}

.faq-item{border-bottom:1px solid var(--border);}

.faq-q{display:flex;justify-content:space-between;align-items:center;padding:19px 0;cursor:pointer;font-family:'Playfair Display',serif;font-size:15px;font-weight:400;color:var(--text);gap:14px;transition:color .2s;}

.faq-q:hover{color:var(--rose);}

.faq-btn{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:17px;color:var(--rose-light);flex-shrink:0;transition:all .3s;background:none;cursor:pointer;}

.faq-item.open .faq-btn{background:var(--rose);border-color:var(--rose);color:var(--white);transform:rotate(45deg);}

.faq-a{font-size:13px;color:var(--text-mid);line-height:1.85;font-weight:300;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;}

.faq-item.open .faq-a{max-height:200px;padding-bottom:18px;}

@media(max-width:480px){
  /* Even smaller screens */
  .num-inner,.stats-bar,.imp-bar{grid-template-columns:1fr 1fr!important;}
  .footer-grid{grid-template-columns:1fr!important;}
  .footer-bot{flex-direction:column!important;text-align:center!important;gap:10px!important;}
  .testi-grid,.val-cards{grid-template-columns:1fr!important;}
  .hero-stats{grid-template-columns:1fr 1fr!important;}
  .btn-primary,.btn-sec{width:100%!important;justify-content:center!important;}
}

.fsoc:hover{background:var(--rose);transform:translateY(-2px);}

.fsoc svg{display:block;}

.chan-ico{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--rose-pale);color:var(--rose);flex-shrink:0;}

.fcon-ico{display:flex;align-items:flex-start;justify-content:center;width:28px;height:28px;flex-shrink:0;}

.bc-addr svg,.bc-phone svg,.bc-hours svg{flex-shrink:0;color:var(--rose-light);}

:root{--ivory:#F8F2E5;--ivory2:#F3E9D7;--ivory3:#EBDDCA;--white:#FFFDF8;--rose:#800000;--rose-light:#A33333;--rose-pale:#EAD6D6;--rose-ultra:#F7ECEC;--brown:#5C0000;--text:#301616;--text-mid:#6E5252;--text-light:#A68B8B;--border:#E2D3BC;}

nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:12px 60px;background:rgba(248,242,229,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:0 4px 30px rgba(48,22,22,.05);}

.nav-logo img{height:52px;width:auto;}

.nav-brand{display:flex;flex-direction:column;line-height:1.2;}

.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:6px;flex-shrink:0;}

.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--ivory);z-index:199;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:80px 30px 40px;overflow-y:auto;}

.mm-brand{font-family:'Dancing Script',cursive;font-size:24px;font-weight:700;color:var(--rose);}

.mm-close{position:absolute;top:16px;right:18px;font-size:18px;background:var(--rose-ultra);border:1px solid var(--border);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rose);}

.mm-cta{margin-top:18px!important;background:var(--rose)!important;color:var(--white)!important;border-radius:40px!important;border:none!important;padding:14px 36px!important;font-weight:700!important;box-shadow:0 6px 18px rgba(184,112,90,.28);width:auto!important;max-width:none!important;}

.ticker{background:var(--rose);padding:12px 0;overflow:hidden;}

.ticker-track{display:flex;white-space:nowrap;animation:tick 38s linear infinite;}

.sec-center{text-align:center;}

.sec-script{font-family:'Dancing Script',cursive;font-size:clamp(38px,4.5vw,58px);font-weight:600;color:var(--rose);line-height:1.15;margin-bottom:8px;}

.sec-desc{font-size:14px;color:var(--text-mid);line-height:1.85;font-weight:300;max-width:560px;margin:12px auto 0;}



.page-hero{padding:128px 60px 70px;background:var(--ivory);position:relative;overflow:hidden;text-align:center;}

.ph-script{font-family:'Dancing Script',cursive;font-size:clamp(44px,5.5vw,70px);font-weight:600;color:var(--rose);line-height:1.1;margin-bottom:8px;}

.ph-serif{font-family:'Playfair Display',serif;font-size:clamp(18px,2vw,26px);font-weight:400;font-style:italic;color:var(--text-mid);margin-bottom:20px;}

.ph-desc{font-size:14px;color:var(--text-mid);line-height:1.85;font-weight:300;max-width:540px;margin:0 auto;}

.breadcrumb{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:var(--text-light);margin-bottom:20px;}

.breadcrumb a{color:var(--rose-light);text-decoration:none;}

.breadcrumb a:hover{color:var(--rose);}

.bc-sep{color:var(--border);}

.cta-band{background:var(--rose);padding:70px 60px;text-align:center;position:relative;overflow:hidden;}

.cta-band::after{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.04);bottom:-80px;left:-60px;}

.cb-script{font-family:'Dancing Script',cursive;font-size:clamp(32px,4vw,50px);font-weight:600;color:rgba(255,255,255,.9);margin-bottom:10px;}

.cb-title{font-family:'Playfair Display',serif;font-size:clamp(20px,3vw,36px);font-weight:400;color:var(--white);margin-bottom:12px;}

.cb-desc{font-size:14px;color:rgba(255,255,255,.75);max-width:480px;margin:0 auto 32px;line-height:1.85;font-weight:300;}

.cb-btns{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;}

.btn-white{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--rose);background:var(--white);padding:15px 34px;border-radius:40px;text-decoration:none;transition:all .3s;box-shadow:0 6px 18px rgba(0,0,0,.1);}

footer{background:var(--text);padding:60px 60px 0;}

.flogo-img{height:52px;width:auto;filter:brightness(0) invert(.65) sepia(1) saturate(1.8) hue-rotate(330deg);opacity:.85;}

.flogo-sub{font-size:8px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.22);margin-bottom:18px;}

.fcol-title{font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:22px;}

.flinks a{font-size:13px;color:rgba(255,255,255,.36);text-decoration:none;font-weight:300;transition:color .2s;}

.fcon-txt{font-size:12px;color:rgba(255,255,255,.33);font-weight:300;line-height:1.5;}

.wa-fab{position:fixed;bottom:28px;right:28px;background:#25D366;color:white;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;text-decoration:none;z-index:300;box-shadow:0 6px 22px rgba(37,211,102,.4);transition:transform .2s;}

@media(max-width:1100px){nav,footer,.page-hero,.cta-band{padding-left:28px;padding-right:28px;}.footer-grid{grid-template-columns:1fr 1fr;gap:32px;}}

@media(max-width:768px){nav{padding:10px 16px;}.nav-links,.nav-book{display:none;}.hamburger{display:flex;}.nav-logo img{height:42px;}.brand-tag{display:none;}footer{padding:40px 16px 0;}.footer-grid{grid-template-columns:1fr;}.footer-bot{flex-direction:column;text-align:center;}.page-hero{padding:100px 16px 50px;}.cta-band{padding:50px 16px;}.cb-btns{flex-direction:column;align-items:center;max-width:280px;margin:0 auto;}}

.nav-logo img{height:50px;width:auto;display:block;object-fit:contain;}

.brand-tag{font-size:9px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#B0A099;}

.nav-links{display:flex;align-items:center;gap:26px;}

.nav-book{font-size:11px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;color:#fff;background:var(--rose);padding:11px 22px;text-decoration:none;border-radius:40px;transition:all .3s;box-shadow:0 6px 20px rgba(128,0,0,.22);white-space:nowrap;flex-shrink:0;}

.mm-header img{height:48px;width:auto;}

.mm-header-brand{font-family:'Dancing Script',cursive;font-size:24px;font-weight:700;color:var(--rose);}

.mm-close{position:absolute;top:18px;right:20px;font-size:18px;background:var(--rose-ultra);border:1px solid var(--border);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rose);}

.mm-close:hover{background:var(--rose-pale,#F0E0D8);}

.mm-cta{margin-top:20px;background:var(--rose)!important;color:#fff!important;border-radius:40px!important;border:none!important;padding:14px 36px!important;font-size:11px!important;font-weight:700!important;box-shadow:0 6px 18px rgba(184,112,90,.28);}

.mm-cta:hover{background:var(--brown)!important;}

@media(max-width:1100px){nav{padding:12px 28px;}}

@media(max-width:768px){nav{padding:10px 18px;}.nav-links,.nav-book{display:none;}.hamburger{display:flex;}.nav-logo img{height:50px;}.brand-name{font-size:18px;}.brand-tag{display:none;}}

footer{background:var(--text);padding:70px 70px 0;}

.flogo-script{font-family:'Dancing Script',cursive;font-size:30px;font-weight:700;color:var(--rose-light);margin-bottom:4px;}

.flogo-sub{font-size:9px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:22px;}

.fdesc{font-size:13px;color:rgba(255,255,255,.38);line-height:1.8;font-weight:300;margin-bottom:28px;}

.fsocials{display:flex;gap:9px;}

.flinks a{font-size:13px;color:rgba(255,255,255,.4);text-decoration:none;font-weight:300;transition:color .2s;}

.fcon-items{display:flex;flex-direction:column;gap:14px;}

.fcon-i{display:flex;gap:11px;align-items:flex-start;}

.fcon-txt{font-size:13px;color:rgba(255,255,255,.38);font-weight:300;line-height:1.5;}

.fbot-copy{font-size:12px;color:rgba(255,255,255,.2);}

.fbot-links{display:flex;gap:22px;}

.fbot-links a{font-size:12px;color:rgba(255,255,255,.2);text-decoration:none;transition:color .2s;}

.wa-fab{position:fixed;bottom:34px;right:34px;background:#25D366;color:white;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;text-decoration:none;z-index:300;box-shadow:0 6px 22px rgba(37,211,102,.38);transition:transform .2s;}

.wa-fab:hover{transform:scale(1.08);color:white;}

.scroll-top{position:fixed;bottom:34px;right:100px;background:var(--rose);color:white;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;border:none;cursor:pointer;z-index:300;opacity:0;transform:translateY(8px);transition:all .3s;}

.wa-fab:hover{transform:translateY(-3px) scale(1.05);}

.scroll-top{position:fixed;bottom:96px;right:30px;width:42px;height:42px;border-radius:50%;background:var(--rose);color:#fff;border:none;cursor:pointer;font-size:18px;display:none;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(128,0,0,.22);z-index:150;transition:all .3s;}

.scroll-top.show{display:flex;}

footer{background:#2a1f1a;padding:60px 70px 0;color:rgba(255,255,255,.7);}

.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1);}

.flogo-sub{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.4);margin-top:3px;margin-bottom:12px;}

.fdesc{font-size:13px;line-height:1.7;color:rgba(255,255,255,.5);margin-bottom:18px;}

.fsocials{display:flex;gap:10px;}

.fsoc{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);text-decoration:none;font-size:11px;font-weight:700;transition:all .3s;text-transform:uppercase;}

.fsoc:hover{background:var(--rose);color:#fff;}

.fcol-title{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#fff;margin-bottom:18px;}

footer a{display:block;font-size:13px;color:rgba(255,255,255,.5);text-decoration:none;margin-bottom:10px;transition:color .2s;}

footer a:hover{color:var(--rose-light);}

footer p{font-size:13px;color:rgba(255,255,255,.5);margin-bottom:10px;}

.footer-bot div{display:flex;gap:24px;}

.footer-bot a{display:inline;font-size:12px;color:rgba(255,255,255,.35);margin-bottom:0;}

.footer-bot a:hover{color:var(--rose-light);}

@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:30px;}footer{padding:50px 28px 0;}}

@media(max-width:600px){.footer-grid{grid-template-columns:1fr;}footer{padding:40px 18px 0;}.footer-bot{flex-direction:column;gap:12px;text-align:center;}}

:root{--ivory:#F8F2E5;--ivory2:#F3E9D7;--white:#FFFDF8;--rose:#800000;--rose-light:#A33333;--rose-pale:#EAD6D6;--rose-ultra:#F7ECEC;--brown:#5C0000;--text:#301616;--text-mid:#6E5252;--text-light:#A68B8B;--border:#E2D3BC;}

.nav-logo{display:flex;flex-direction:column;line-height:1;text-decoration:none;}

.logo-script{font-family:'Dancing Script',cursive;font-size:26px;font-weight:700;color:var(--rose);}

.logo-sub{font-size:9px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--text-light);margin-top:2px;}

.nav-links{display:flex;align-items:center;gap:32px;}

.nav-links a{font-size:12px;font-weight:500;letter-spacing:1.8px;text-transform:uppercase;color:var(--text-mid);text-decoration:none;transition:color .25s;}

.nav-links a:hover{color:var(--rose);}

.nav-book{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--white);background:var(--rose);padding:12px 28px;text-decoration:none;border-radius:40px;}

.page-hero{padding:140px 70px 60px;text-align:center;}

.ph-script{font-family:'Dancing Script',cursive;font-size:56px;font-weight:600;color:var(--rose);margin-bottom:8px;}

.ph-date{font-size:13px;color:var(--text-light);font-weight:300;}

.doc-body{max-width:820px;margin:0 auto;padding:60px 70px 100px;}

.doc-section{margin-bottom:48px;}

.doc-h2{font-family:'Playfair Display',serif;font-size:22px;font-weight:500;color:var(--text);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border);}

.doc-p{font-size:14px;color:var(--text-mid);line-height:1.9;font-weight:300;margin-bottom:14px;}

.doc-ul{padding-left:20px;margin-bottom:14px;}

.doc-ul li{font-size:14px;color:var(--text-mid);line-height:1.85;font-weight:300;margin-bottom:6px;}

.doc-ul li::marker{color:var(--rose-light);}

.doc-highlight{background:var(--rose-ultra);border-left:3px solid var(--rose-light);padding:16px 20px;border-radius:0 10px 10px 0;margin-bottom:16px;}

.doc-highlight p{font-size:13px;color:var(--text-mid);font-weight:300;line-height:1.7;margin:0;}

footer{background:var(--text);padding:50px 70px 0;}

.fbot-links a{font-size:12px;color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s;}

.back-to-top{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--rose);text-decoration:none;margin-bottom:40px;}

.back-to-top:hover{color:var(--brown);}

@media(max-width:900px){nav{padding:18px 30px;}.doc-body{padding:40px 30px 80px;}.page-hero{padding:130px 30px 50px;}}

@media(max-width:680px){.nav-links{display:none;}}

.nav-links a:hover,.nav-links a.active{color:var(--rose);}

.nav-book:hover{background:var(--brown);}

.hamburger span{width:22px;height:2px;background:var(--rose);display:block;border-radius:2px;transition:all .35s;}

.mobile-menu a:hover,.mobile-menu a.active{color:var(--rose);}

.mm-cta{margin-top:20px;background:var(--rose)!important;color:#fff!important;border-radius:40px!important;border:none!important;padding:14px 36px!important;font-size:11px!important;font-weight:700!important;}


/* ================================================================
   Reveal Animation Fallback
   ================================================================ */

  to   { opacity: 1; transform: none; }
}



/* ================================================================
   Scroll Reveal Animations — content is always visible, animation is enhancement only
   ================================================================ */

/* Default: visible. JS adds animation when element enters viewport */
[data-reveal] {
  opacity: 1;
  transform: none;
}

/* When JS is loaded and watching, temporarily hide for animation */
body.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1);
}

body.js-ready [data-reveal].shown {
  opacity: 1;
  transform: none;
}
