:root{
  --ink:#18221e;
  --muted:#69716d;
  --paper:#f7f5ef;
  --soft:#ecebe4;
  --line:#d9d8d0;
  --accent:#8b6f47;
  --white:#fff;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.narrow{max-width:820px;margin-left:calc((100% - min(calc(100% - 48px),var(--max)))/2)}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,245,239,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(24,34,30,.08)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:"Playfair Display",Georgia,serif;font-size:23px;letter-spacing:.16em}
.brand-sub{font-size:8px;letter-spacing:.19em;margin-top:7px;color:var(--muted)}
.menu{display:flex;align-items:center;gap:25px;font-size:13px}
.menu a{transition:opacity .2s}
.menu a:hover{opacity:.6}
.nav-cta{padding:11px 16px;background:var(--ink);color:var(--white);border-radius:2px}
.menu-toggle{display:none;border:0;background:none;font-size:24px;color:var(--ink)}
.hero{padding:100px 0 95px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}
.eyebrow{font-size:10px;letter-spacing:.2em;font-weight:600;color:var(--accent);margin:0 0 18px}
.eyebrow-light{color:#cdb991}
h1,h2,h3{font-family:"Playfair Display",Georgia,serif;font-weight:500;line-height:1.12;margin:0}
h1{font-size:clamp(50px,7vw,82px);max-width:800px;letter-spacing:-.025em}
h2{font-size:clamp(36px,4vw,52px);letter-spacing:-.02em}
h3{font-size:23px}
.lead{font-size:19px;max-width:680px;color:#46504b;margin:27px 0 30px}
.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.button{display:inline-flex;justify-content:center;align-items:center;padding:15px 22px;border:1px solid transparent;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;transition:transform .2s,background .2s}
.button:hover{transform:translateY(-1px)}
.button-dark{background:var(--ink);color:white}
.button-light{background:white;color:var(--ink)}
.text-link{font-size:13px;font-weight:600}
.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:55px;color:var(--muted);font-size:11px}
.trust-row span:before{content:"";display:inline-block;width:5px;height:5px;background:var(--accent);border-radius:50%;margin:0 8px 2px 0}
.hero-card{background:var(--ink);color:white;padding:46px;min-height:410px;display:flex;flex-direction:column;justify-content:flex-end;position:relative}
.card-mark{position:absolute;top:30px;right:34px;font-family:"Playfair Display";font-size:76px;color:rgba(255,255,255,.08)}
.card-kicker{font-size:10px;letter-spacing:.2em;color:#cdb991}
.hero-card h2{font-size:38px;margin:10px 0 18px}
.hero-card p:last-child{color:#cbd0cc;font-size:14px;max-width:390px}
.section{padding:110px 0}
.intro{background:var(--paper)}
.intro h2{margin-bottom:20px}
.intro p:last-child{font-size:18px;color:#4f5854;max-width:760px}
.section-soft{background:var(--soft)}
.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:55px}
.section-heading>p{max-width:390px;color:var(--muted);font-size:14px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.service-card{padding:32px 25px 25px 0;border-bottom:1px solid var(--line)}
.service-card:not(:last-child){border-right:1px solid var(--line);padding-right:28px;margin-right:28px}
.number{font-size:11px;color:var(--accent);letter-spacing:.1em}
.service-card h3{margin:35px 0 13px;font-size:25px}
.service-card p{font-size:14px;color:var(--muted);margin:0}
.steps{border-top:1px solid var(--line)}
.step{display:grid;grid-template-columns:100px 1fr;gap:30px;padding:32px 0;border-bottom:1px solid var(--line)}
.step>span{font-family:"Playfair Display";font-size:28px;color:var(--accent)}
.step h3{font-size:25px;margin-bottom:8px}
.step p{margin:0;color:var(--muted);max-width:700px;font-size:14px}
.evaluation{background:var(--ink);color:white;padding:75px 0}
.evaluation-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}
.evaluation h2{max-width:720px}
.evaluation p:last-child{color:#cbd0cc;max-width:600px}
.about-grid{display:grid;grid-template-columns:380px 1fr;gap:90px;align-items:center}
.portrait-placeholder{aspect-ratio:4/5;background:#dedbd1;display:flex;align-items:center;justify-content:center}
.portrait-placeholder span{font-family:"Playfair Display";font-size:110px;color:rgba(24,34,30,.2)}
.role{color:var(--accent);font-weight:600;margin:10px 0 25px}
.about p{max-width:680px;color:#4f5854}
.credentials{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.credentials span{border:1px solid var(--line);padding:9px 12px;font-size:11px;color:var(--muted)}
.faq-wrap{max-width:850px}
details{border-top:1px solid var(--line);padding:20px 0}
details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;list-style:none;font-family:"Playfair Display";font-size:21px;padding-right:35px;position:relative}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";position:absolute;right:0;font-family:"DM Sans";color:var(--accent)}
details[open] summary:after{content:"−"}
details p{color:var(--muted);max-width:720px;font-size:14px;margin:14px 0 0}
.final-cta{text-align:center}
.final-box{max-width:850px}
.final-box h2{margin-bottom:18px}
.final-box p:not(.eyebrow){color:var(--muted);margin:0 auto 28px;max-width:600px}
.footer{background:#111915;color:#dce0dc;padding:55px 0 25px}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer p{color:#929a95;font-size:12px}
.footer-links{display:flex;gap:25px;align-items:center;font-size:12px}
.footer-links a:hover{color:white}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:18px;color:#7e8782;font-size:10px}
@media(max-width:900px){
  .menu{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:20px 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}
  .menu.open{display:flex}.menu-toggle{display:block}
  .hero-grid,.about-grid{grid-template-columns:1fr;gap:45px}
  .hero-card{min-height:330px}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-card:nth-child(2){border-right:0;margin-right:0;padding-right:0}
  .service-card:nth-child(3){border-right:1px solid var(--line);margin-right:28px;padding-right:28px}
  .section-heading{display:block}.section-heading>p{margin-top:20px}
  .evaluation-grid{display:block}.evaluation .button{margin-top:25px}
}
@media(max-width:600px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .hero{padding:70px 0}.section{padding:75px 0}
  h1{font-size:49px}.lead{font-size:17px}
  .trust-row{display:block}.trust-row span{display:block;margin:9px 0}
  .hero-card{padding:32px}.hero-card h2{font-size:32px}
  .service-grid{grid-template-columns:1fr}
  .service-card,.service-card:not(:last-child),.service-card:nth-child(3){border-right:0;margin:0;padding:30px 0}
  .step{grid-template-columns:50px 1fr;gap:15px}
  .step h3{font-size:21px}
  .about-grid{gap:35px}
  .footer-grid,.footer-bottom{display:block}.footer-links{margin-top:25px;flex-wrap:wrap}
  .footer-bottom span{display:block;margin-top:8px}
}
