:root{
  --cream:#f7f1e9;
  --white:#fffdf9;
  --navy:#102c4a;
  --navy-dark:#0b2038;
  --mulberry:#6f1848;
  --plum:#4d233f;
  --rose:#c98087;
  --gold:#c99b45;
  --sand:#d2bda4;
  --ink:#23242b;
  --line:rgba(89,59,74,.18);
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Montserrat",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.65}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,a{transition:.2s ease}
a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.container{width:min(1200px,calc(100% - 40px));margin:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:999;top:10px;left:10px;transform:translateY(-150%);background:#fff;padding:10px 14px;border:2px solid var(--navy)}
.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{width:300px}
.brand img{height:76px;width:100%;object-fit:contain;object-position:left center}
.primary-nav{display:flex;align-items:center;gap:24px;font-size:10px;font-weight:700;text-transform:uppercase}
.primary-nav>a{padding:36px 0 27px;border-bottom:2px solid transparent}
.primary-nav>a:hover,.primary-nav .active{color:var(--mulberry);border-color:var(--gold)}
.primary-nav .contact-link{color:var(--mulberry)}
.menu-toggle{display:none;border:0;background:transparent}
.menu-toggle span:not(.sr-only){display:block;width:28px;height:2px;background:var(--navy);margin:5px}

.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:5px;background:var(--mulberry);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.button:hover{background:#531034}
.button-outline{background:transparent;color:var(--mulberry);border:2px solid var(--mulberry)}
.button-outline:hover{background:var(--mulberry);color:#fff}
.button-light{background:#fff;color:var(--mulberry)}
.button-light:hover{background:var(--cream)}

.hero{position:relative;min-height:610px;display:flex;align-items:center;overflow:hidden}
.hero-image{position:absolute;inset:0 0 0 47%;background:url("../assets/home/homepage-hero.jpg") center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,var(--cream) 0%,rgba(247,241,233,.99) 42%,rgba(247,241,233,.76) 60%,rgba(247,241,233,.04) 90%)}
.hero-content{position:relative;z-index:2;padding:68px 0}
.hero-copy-wrap{max-width:610px}
.hero h1{margin:0;color:var(--plum);font-family:var(--serif);font-size:clamp(58px,6.5vw,88px);line-height:.96;font-weight:600}
.heading-rule{width:58px;height:3px;background:var(--mulberry);margin:22px 0}
.hero-copy{max-width:560px;font-size:15px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:28px 0 34px}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:585px}
.trust-item{display:flex;gap:12px;align-items:center;padding-right:18px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{width:34px;height:34px;flex:0 0 34px;color:var(--mulberry)}
.trust-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.trust-item strong{display:block;font-size:11px;text-transform:uppercase}
.trust-item span{display:block;font-size:10px;line-height:1.4}

.services-section{padding:54px 0 66px;background:var(--white)}
.section-heading h2{margin:0;color:var(--plum);font-family:var(--serif);font-size:44px;line-height:1.05}
.centered{text-align:center}
.eyebrow{margin:0 0 6px;color:var(--plum);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.27em}
.centered-rule{margin:14px auto 0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}
.service-card{padding:30px 24px 26px;border:1px solid var(--line);border-radius:8px;text-align:center;background:linear-gradient(180deg,#fffdf9,#fbf7f1)}
.service-card.blue{border-color:#7791ae}
.service-card.plum{border-color:#a67a93}
.service-card.rose{border-color:#dda4a7}
.service-card.gold{border-color:#d7b88d}
.service-icon{width:66px;height:66px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:30px}
.blue .service-icon{background:#173b66}.plum .service-icon{background:#7a2758}.rose .service-icon{background:#d36f77}.gold .service-icon{background:#bd8348}
.service-card h3{min-height:94px;margin:0;color:var(--plum);font-family:var(--serif);font-size:26px;line-height:1.02}
.service-card p{min-height:98px;font-size:12px}
.service-card a{font-size:11px;font-weight:700;text-transform:uppercase}
.blue a{color:#173b66}.plum a{color:#7a2758}.rose a{color:#d36f77}.gold a{color:#a96b2f}

.process-section{padding:30px 0 42px;background:linear-gradient(110deg,var(--navy-dark),var(--navy));color:#fff}
.light h2,.light .eyebrow{color:#fff}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:22px}
.process-step{text-align:center;position:relative}
.step-icon{width:70px;height:70px;border-radius:50%;margin:0 auto;background:var(--white);display:grid;place-items:center;color:var(--navy);font-size:30px}
.step-number{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;margin:-8px auto 10px;background:var(--rose);font-size:11px;font-weight:700}
.process-step h3{min-height:48px;margin:0;font-size:12px;text-transform:uppercase}
.process-step p{margin:8px auto 0;max-width:190px;font-size:10px;line-height:1.5}

.about-section{display:grid;grid-template-columns:1fr 1fr;min-height:420px;background:var(--cream)}
.about-copy{display:flex;justify-content:flex-end;align-items:center;padding:46px 42px}
.about-inner{width:min(560px,100%)}
.about-inner h2{margin:0;color:var(--plum);font-family:var(--serif);font-size:42px;line-height:1}
.about-inner>p:not(.eyebrow):not(.signature):not(.founder-label){font-size:12px}
.signature{margin:18px 0 0;font-family:"Allura",cursive;font-size:29px;color:#151515}
.founder-label{margin:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}
.about-image{position:relative;background:url("../assets/home/Leav_HP.png") center/cover no-repeat}
.about-values{position:absolute;inset:0 auto 0 0;width:48%;padding:50px 26px;background:linear-gradient(90deg,rgba(247,241,233,.98) 0%,rgba(247,241,233,.90) 58%,rgba(247,241,233,.15) 100%);display:flex;flex-direction:column;justify-content:center;gap:28px}
.about-value-item{display:flex;align-items:center;gap:16px}
.about-value-icon{display:block;width:38px;height:38px;flex:0 0 38px;color:var(--mulberry)}
.about-value-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.about-values p{margin:0;font-size:11px;line-height:1.55;color:#171717;text-shadow:none}

.cta-band{background:linear-gradient(90deg,#6c1948,#8f2b60);color:#fff}
.cta-inner{min-height:64px;display:flex;align-items:center;justify-content:center;gap:46px}
.cta-inner p{margin:0;font-family:var(--serif);font-size:25px}

.site-footer{background:linear-gradient(110deg,#101923,#182a3a);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr 1fr .8fr;gap:42px;padding:42px 0 34px}
.footer-brand img{width:290px;filter:brightness(0) invert(1)}
.footer-brand p{font-size:11px}
.site-footer h2{margin:0 0 11px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.site-footer a,.site-footer p{display:block;margin:4px 0;font-size:10px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-inner{display:flex;justify-content:space-between;gap:20px;padding:14px 0}

@media(max-width:1050px){
  .menu-toggle{display:block}
  .primary-nav{position:absolute;top:96px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:20px 24px;background:var(--cream);box-shadow:0 18px 42px rgba(20,20,30,.12)}
  .primary-nav.open{display:flex}
  .primary-nav>a{padding:10px 4px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .container{width:min(100% - 28px,1200px)}
  .brand{width:230px}
  .hero{min-height:800px;align-items:flex-start}
  .hero-image{inset:53% 0 0}
  .hero-overlay{background:linear-gradient(180deg,var(--cream) 0%,var(--cream) 50%,rgba(247,241,233,.72) 68%,rgba(247,241,233,.03) 100%)}
  .hero-content{padding-top:50px}
  .hero h1{font-size:54px}
  .trust-row{grid-template-columns:1fr}
  .trust-item{border-right:0}
  .service-grid,.process-grid{grid-template-columns:1fr}
  .about-section{grid-template-columns:1fr}
  .about-image{min-height:430px}
  .about-values{width:60%}
  .cta-inner{flex-direction:column;gap:16px;padding:18px 0;text-align:center}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom-inner{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

.footer-brand .footer-logo{display:block;width:290px;max-width:100%;height:auto;filter:none!important;object-fit:contain;object-position:left center}
