*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:#fff}body,html{overscroll-behavior-y:none}body{font-family:Georgia,Times New Roman,serif;background:#fafaf8;color:#1a1a1a;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a[href*="instagram.com"],a[href*="linkedin.com"],a[href^="mailto:"],a[href^="tel:"]{pointer-events:none;cursor:default}section{width:100%}section[id]{scroll-margin-top:120px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:120px;display:flex;align-items:center;padding:0 60px;background:#fff;border-bottom:.5px solid rgba(201,144,12,.15)}.nav.scrolled{border-bottom:.5px solid rgba(201,144,12,.25)}.nav-logo{display:flex;align-items:center}.nav-logo img{width:110px;height:110px;object-fit:contain;display:block;mix-blend-mode:multiply}.nav-links{display:flex;justify-content:flex-end;gap:40px;list-style:none;flex:1 1}.nav-links a{font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#5a3a10;transition:color .2s}.nav-links a:hover{color:#c9900c}.btn-nav{font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;padding:10px 22px;border-radius:6px;border:none;background:linear-gradient(135deg,#d4970e,#c9900c);color:#fff;cursor:pointer;transition:opacity .2s}.btn-nav:hover{opacity:.88}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:210;flex-direction:column;justify-content:center;gap:5px;margin-left:auto}.hamburger span{display:block;width:24px;height:2.5px;background:#c9900c;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-drawer,.mobile-overlay{display:none}#home{width:100%;height:100vh;min-height:700px;background:linear-gradient(90deg,#efc050 0,#f5cc6a 18%,#f9dc88 36%,#fdeec0 54%,#fbf0d9 70%,#f8edd4 86%,#f5e8cc);position:relative;overflow:hidden}#home:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 75% 35%,rgba(255,245,170,.45) 0,transparent 55%),radial-gradient(ellipse at 15% 85%,rgba(160,85,5,.2) 0,transparent 45%);pointer-events:none;animation:heroBreathe 14s ease-in-out infinite alternate}@keyframes heroBreathe{0%{opacity:.85;transform:scale(1)}to{opacity:1;transform:scale(1.06)}}.hero-left{position:absolute;top:0;left:0;width:50%;height:100%;display:flex;align-items:center;justify-content:flex-end;padding-top:120px;z-index:2}.hero-left-inner{padding:0 40px 0 60px;max-width:520px;width:100%}.hero-eyebrow{font-family:Helvetica Neue,Arial,sans-serif;font-size:20px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:rgba(55,18,0,.75);display:block;margin-bottom:18px}.hero-h1{font-family:Georgia,serif;font-size:38px;font-weight:400;line-height:1.1;color:#7b1a1a;margin-bottom:22px}.hero-body{font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.75;color:rgba(48,18,0,.68);max-width:400px;margin-bottom:20px}.hero-socials{gap:14px;margin-bottom:36px}.hero-social,.hero-socials{display:flex;align-items:center}.hero-social{width:38px;height:38px;border-radius:50%;background:rgba(90,40,4,.18);border:1.5px solid rgba(90,40,4,.3);justify-content:center}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.btn-primary{font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:500;padding:14px 32px;border-radius:8px;background:rgba(90,40,4,.28);color:#3c1a00;border:1.5px solid rgba(90,40,4,.38);cursor:pointer;transition:background .2s}.btn-primary:hover{background:rgba(90,40,4,.4)}.btn-secondary{font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:500;padding:14px 32px;border-radius:8px;background:transparent;color:#3c1a00;border:1.5px solid rgba(90,40,4,.32);cursor:pointer;transition:background .2s}.btn-secondary:hover{background:rgba(90,40,4,.1)}.hero-right{position:absolute;top:0;right:0;width:50%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding-top:140px;padding-right:60px;padding-left:20px;z-index:2}.hero-photo{width:100%;max-width:480px;height:75%;object-fit:cover;object-position:center top;border-radius:16px;box-shadow:0 30px 60px rgba(80,30,0,.25);position:relative;z-index:2}@keyframes heroIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroPhotoIn{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-body,.hero-buttons,.hero-eyebrow,.hero-h1,.hero-socials{animation:heroIn .9s cubic-bezier(.22,.61,.36,1) both}.hero-eyebrow{animation-delay:.05s}.hero-h1{animation-delay:.2s}.hero-body{animation-delay:.4s}.hero-socials{animation-delay:.6s}.hero-buttons{animation-delay:.75s}.hero-photo{animation:heroPhotoIn 1.2s cubic-bezier(.22,.61,.36,1) .3s both,kenburns 18s ease-in-out 1.5s infinite alternate}@media (prefers-reduced-motion:reduce){#home:before,.hero-body,.hero-buttons,.hero-eyebrow,.hero-h1,.hero-photo,.hero-socials{animation:none!important}}#about{position:relative;overflow:hidden}.about-bg{background-image:url(/images/Headshot-Sanah.jpg);background-size:cover;background-position:55% 15%;filter:saturate(.7) brightness(.9)}.about-bg,.about-overlay{position:absolute;inset:0}.about-overlay{background:rgba(30,14,0,.72)}.about-fade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,14,0,.45) 0,rgba(30,14,0,.15) 55%,rgba(30,14,0,0))}.about-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 60px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;min-height:520px}.sec-eyebrow{font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:#7a4a02;display:block;margin-bottom:14px}.about-eyebrow{color:#e8b84b}.about-h2{font-family:Georgia,serif;font-size:40px;font-weight:400;line-height:1.18;color:#fff;margin-bottom:28px}.about-h2 em{color:#e8b84b;font-style:normal}.about-p{font-size:15px;line-height:1.85;color:rgba(255,245,220,.82);margin-bottom:18px}.about-p,.btn-gold{font-family:Helvetica Neue,Arial,sans-serif}.btn-gold{font-size:13px;font-weight:500;padding:13px 28px;border-radius:7px;border:none;background:linear-gradient(135deg,#d4970e,#c9900c);color:#fff;cursor:pointer;transition:opacity .2s;display:inline-block}.btn-gold:hover{opacity:.88}#credentials{background:#fff;padding:70px 0}.cred-inner{max-width:1200px;margin:0 auto;padding:0 60px}.cred-eyebrow,.cred-h2{text-align:center}.cred-h2{font-family:Georgia,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:52px}.cred-h2 em{color:#c9900c;font-style:normal}.cred-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:24px}.cred-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:52px}.cred-card-hero{background:#fff;border:1px solid rgba(201,144,12,.2);border-radius:14px;padding:32px;display:flex;align-items:center;gap:24px}.cred-card-hero img{width:130px;height:130px;object-fit:contain;flex-shrink:0}.cred-tag{font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#c9900c;font-weight:500;margin-bottom:6px}.cred-title{font-family:Georgia,serif;font-size:18px;font-weight:400;color:#1a1a1a;margin-bottom:4px}.cred-issuer{font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;color:#8b6914}.cred-card-sm{background:#fff;border:1px solid rgba(201,144,12,.2);border-radius:14px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.cred-card-sm img{width:120px;height:120px;object-fit:contain}.cred-card-sm .cred-title{font-size:15px}.cred-card-sm .cred-issuer{font-size:12px}.stats{display:flex;justify-content:center;gap:60px;padding:20px 0 40px;margin-bottom:40px}.stat{text-align:center}.stat-n{font-family:Georgia,serif;font-size:44px;font-weight:400;color:#8b1a1a;line-height:1;margin-bottom:6px}.stat-l{font-size:11px;letter-spacing:.14em;color:#8b6914}.clients-label,.stat-l{font-family:Helvetica Neue,Arial,sans-serif;text-transform:uppercase}.clients-label{font-size:15px;letter-spacing:.18em;font-weight:600;color:#7a4a02;margin-bottom:32px;text-align:center;display:block}.clients-marquee{width:100%;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 80px,#000 calc(100% - 80px),transparent);mask-image:linear-gradient(90deg,transparent 0,#000 80px,#000 calc(100% - 80px),transparent)}.clients-track{display:flex;align-items:center;gap:56px;width:max-content;animation:marquee 40s linear infinite}.clients-track:hover{animation-play-state:paused}.clients-track img{height:56px!important;width:auto!important;max-width:140px;object-fit:contain;flex-shrink:0}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}#process{background:linear-gradient(180deg,#fff9ee,#fafaf8);padding:70px 0 40px}.process-inner{max-width:1200px;margin:0 auto;padding:0 60px;width:100%}.process-head{text-align:center;margin-bottom:16px}.process-h2{font-family:Georgia,serif;font-size:40px;font-weight:400;line-height:1.2;color:#1a1a1a}.process-h2 em{color:#c9900c;font-style:normal}.process-logo{display:flex;justify-content:center;margin-bottom:56px}.process-logo-img{width:320px!important;height:auto!important;display:block;mix-blend-mode:multiply;-webkit-clip-path:inset(0 0 28% 0);clip-path:inset(0 0 28% 0);margin-bottom:-113px}@media (max-width:560px){.process-logo-img{width:220px!important;margin-bottom:-78px}}.pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.pillar{background:rgba(201,144,12,.07);border:1.5px solid rgba(201,144,12,.2);border-radius:16px;padding:36px 28px;display:flex;flex-direction:column;gap:16px}.pillar-red{background:rgba(139,26,26,.06);border:1.5px solid rgba(139,26,26,.18)}.pillar-title{font-family:Georgia,serif;font-size:24px;font-weight:400;color:#1a1a1a}.pillar-body{font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;line-height:1.8;color:#6b5b3e;flex:1 1}.process-quote{margin-top:60px;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.process-quote p{font-family:Georgia,serif;font-size:20px;font-style:italic;color:#c9900c;line-height:1.65;margin-bottom:16px}.process-quote-sub{font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.8;color:#8b6914}#testimonials{background:#f7f2e6;padding:60px 0 70px;overflow:hidden;min-height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:center}.test-head{max-width:1200px;margin:0 auto;padding:0 60px;text-align:left;width:100%}.test-h2{font-family:Georgia,serif;font-size:40px;font-weight:400;color:#1a1a1a;margin-bottom:52px}.test-h2 em{color:#8b1a1a;font-style:normal}.test-rail-wrap{position:relative}.test-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;border:1.5px solid rgba(201,144,12,.4);background:#fff;color:#c9900c;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(80,30,0,.12);transition:background .2s}.test-arrow:hover{background:rgba(201,144,12,.08)}.test-arrow-left{left:16px}.test-arrow-right{right:16px}.test-rail{position:relative;width:100%;overflow:hidden}.test-track{display:flex;gap:24px;padding:0 60px;width:max-content;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .4s ease}.tcard{background:linear-gradient(145deg,#fbf0d9,#f5e4c4);border-radius:14px;padding:32px;width:380px;flex-shrink:0}.tcard-q{font-family:Georgia,serif;font-size:40px;line-height:.7;color:#c9900c;margin-bottom:14px}.tcard-stars{font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;letter-spacing:.06em;color:#c9900c;margin-bottom:10px}.tcard-body{font-family:Georgia,serif;font-size:15px;line-height:1.75;font-style:italic;color:#3d2a00;margin-bottom:20px}.tcard-name{font-size:13px;font-weight:500;color:#8b1a1a}.tcard-name,.tcard-role{font-family:Helvetica Neue,Arial,sans-serif}.tcard-role{font-size:11px;color:#8b6914;margin-top:2px}#contact{background:linear-gradient(160deg,#fff9ee,#fafaf8);padding:70px 0;min-height:calc(100vh - 220px);display:flex;align-items:center;justify-content:center}.contact-inner{width:100%;max-width:700px;margin:0 auto;padding:0 60px;text-align:center}.contact-h2{font-family:Georgia,serif;font-size:40px;font-weight:400;color:#1a1a1a}.contact-h2 em{color:#c9900c;font-style:normal}.cta-box{background:linear-gradient(135deg,#c9900c,#a5720a);border-radius:16px;padding:52px 48px;margin-top:40px}.cta-box h3{font-family:Georgia,serif;font-size:28px;font-weight:400;color:#fff;margin-bottom:12px}.cta-box p{font-size:15px;color:hsla(0,0%,100%,.8);line-height:1.7;margin-bottom:32px}.btn-white,.cta-box p{font-family:Helvetica Neue,Arial,sans-serif}.btn-white{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#c9900c;font-size:13px;font-weight:500;padding:14px 32px;border-radius:8px;letter-spacing:.04em;transition:opacity .2s}.btn-white:hover{opacity:.9}.footer{background:#fff;border-top:.5px solid rgba(201,144,12,.2);padding:24px 60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-socials{gap:14px}.footer-social,.footer-socials{display:flex;align-items:center;justify-content:center}.footer-social{width:40px;height:40px;border-radius:50%;background:rgba(201,144,12,.12);border:.5px solid rgba(201,144,12,.3);transition:background .2s}.footer-social:hover{background:rgba(201,144,12,.22)}.footer-logo{display:flex;align-items:center;justify-self:start;margin-left:-8px}.footer-logo img{width:64px;height:64px;object-fit:contain;mix-blend-mode:multiply}.footer-copy{font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;letter-spacing:.06em;color:#8b6914;text-align:right}.reveal,.stagger>*{transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1)}.js-ready .reveal:not(.is-visible),.js-ready .stagger:not(.is-visible)>*{opacity:0;transform:translateY(40px)}.stagger.is-visible>:first-child{transition-delay:0s}.stagger.is-visible>:nth-child(2){transition-delay:.12s}.stagger.is-visible>:nth-child(3){transition-delay:.24s}.stagger.is-visible>:nth-child(4){transition-delay:.36s}.stagger.is-visible>:nth-child(5){transition-delay:.48s}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.06)}}.cred-card-hero,.cred-card-sm,.pillar,.tcard{transition:transform .4s cubic-bezier(.22,.61,.36,1),box-shadow .4s cubic-bezier(.22,.61,.36,1)}.cred-card-hero:hover,.cred-card-sm:hover,.pillar:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(80,30,0,.1)}.tcard:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(80,30,0,.08)}@keyframes softPulse{0%,to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}50%{box-shadow:0 0 0 10px hsla(0,0%,100%,.18)}}.cta-box .btn-white{animation:softPulse 3.2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.reveal,.stagger>*{opacity:1;transform:none;transition:none}.cta-box .btn-white,.hero-photo{animation:none}}.hero-h1{font-size:clamp(1.75rem,4vw,38px)}.about-h2{font-size:clamp(1.75rem,4vw,40px)}.cred-h2{font-size:clamp(1.6rem,3.5vw,36px)}.contact-h2,.process-h2,.test-h2{font-size:clamp(1.75rem,4vw,40px)}@media (max-width:1024px){.nav{padding:0 32px}.about-inner,.contact-inner,.cred-inner,.process-inner,.test-head{padding-left:32px;padding-right:32px}}@media (max-width:900px){section[id]{scroll-margin-top:90px}.nav{padding:0 24px;height:90px}.nav-logo img{width:80px;height:80px}.nav-links{gap:18px}.nav-links a{font-size:10px}#home{height:auto;min-height:unset;padding-top:100px;padding-bottom:60px}.hero-left,.hero-right{position:relative;width:100%;height:auto;padding:32px 24px}.hero-left{justify-content:center;padding-top:32px}.hero-left-inner{padding:0}.hero-photo{max-width:100%;height:auto;max-height:60vh}#about,#contact,#credentials,#process,#testimonials{padding:50px 0}.about-inner{grid-template-columns:1fr;gap:24px;padding:50px 24px;min-height:0}.contact-inner,.cred-inner,.process-inner,.test-head{padding-left:24px;padding-right:24px}.cred-row-2{grid-template-columns:1fr}.cred-row-3{grid-template-columns:1fr 1fr}.cred-card-hero{padding:24px;gap:20px}.cred-card-hero img{width:100px;height:100px}.pillars{grid-template-columns:1fr 1fr}.stats{gap:32px;flex-wrap:wrap;padding:16px 0 24px;margin-bottom:24px}.stat-n{font-size:36px}.tcard{width:84vw;max-width:380px;padding:26px}.test-track{gap:16px;padding:0 24px}.test-arrow{width:40px;height:40px;font-size:16px}.test-arrow-left{left:4px}.test-arrow-right{right:4px}.cta-box{padding:36px 24px}.footer{padding:20px 24px;grid-template-columns:1fr;gap:16px;justify-items:center}.footer-logo{justify-self:center;margin-left:0}.footer-copy{text-align:center}}@media (max-width:640px){section[id]{scroll-margin-top:80px}.nav{padding:0 16px;height:80px;justify-content:space-between}.nav-logo img{width:64px;height:64px}.nav-links{display:none}.hamburger{display:flex}.mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:190}.mobile-drawer{display:block;position:fixed;top:0;right:0;width:260px;height:100dvh;background:#fff;z-index:200;padding:100px 32px 40px;transform:translateX(100%);transition:transform .3s ease;box-shadow:-4px 0 20px rgba(0,0,0,.08)}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:28px}.mobile-drawer a{font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;letter-spacing:.15em;text-transform:uppercase;color:#5a3a10;text-decoration:none;transition:color .2s}.mobile-drawer a:hover{color:#c9900c}#home{padding-top:90px;padding-bottom:40px}#about,#contact,#credentials,#process,#testimonials{padding:40px 0}.about-inner{padding:40px 20px}.contact-inner,.cred-inner,.process-inner,.test-head{padding-left:20px;padding-right:20px}.hero-h1{line-height:1.15}.hero-eyebrow{font-size:13px}.hero-buttons{gap:10px}.btn-primary,.btn-secondary{padding:12px 22px;font-size:12px}.cred-row-3,.pillars{grid-template-columns:1fr}.stats{gap:24px}.stat-n{font-size:32px}.cta-box{padding:32px 20px}.cta-box h3{font-size:22px}.process-quote p{font-size:17px}}@media (max-width:400px){.nav{padding:0 12px}.nav-logo img{width:56px;height:56px}.hero-socials{gap:10px}.stats{gap:16px}.clients-track{gap:28px}.clients-track img{height:40px!important}}