:root {
  --ink: #173f43;
  --muted: #68766f;
  --cream: #f7f5ef;
  --paper: #fffdf8;
  --sage: #a8bcae;
  --sage-dark: #356b68;
  --line: rgba(36, 53, 47, .12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(40, 58, 50, .10);
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: auto; }
.page-glow { position: fixed; border-radius: 50%; filter: blur(2px); pointer-events: none; z-index: -1; }
.glow-one { width: 420px; height: 420px; background: rgba(174, 202, 187, .28); top: 80px; left: -220px; }
.glow-two { width: 500px; height: 500px; background: rgba(226, 208, 184, .25); right: -280px; top: 600px; }

.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,245,239,.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(36,53,47,.06);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width:64px; height:64px; flex-shrink:0; position:relative; overflow:hidden; border-radius:50%; background:white; }
.brand-mark img { position:absolute; width:180px; height:180px; max-width:none; left:-58px; top:-30px; }
.brand strong { display:block; font-size: 14px; letter-spacing: -.2px; }
.brand small { display:block; color: var(--muted); font-size: 10px; margin-top: 1px; }
.nav-links { display:flex; align-items:center; gap: 22px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { opacity: .75; transition: .25s; }
.nav-links > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { background: var(--ink); color: white; padding: 12px 18px; border-radius: 99px; }
.menu-toggle { display:none; border:0; background:transparent; cursor:pointer; }
.menu-toggle span { display:block; width:25px; height:2px; background:var(--ink); margin:5px; }

.hero { min-height: 720px; display:grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items:center; padding: 70px 0 100px; }
.eyebrow { display:inline-block; font-size:10px; font-weight:700; letter-spacing:2.2px; color:var(--sage-dark); margin-bottom:18px; }
h1, h2, h3 { line-height:1.08; letter-spacing:-1.3px; }
h1 { font-family:"Playfair Display", serif; font-size: clamp(48px, 6vw, 76px); font-weight:500; max-width:720px; }
h1 em { color:var(--sage-dark); font-style:italic; }
.hero-text { max-width: 590px; margin: 28px 0 32px; color:var(--muted); font-size:17px; }
.hero-actions { display:flex; align-items:center; gap:26px; }
.button { display:inline-flex; align-items:center; justify-content:center; border-radius:99px; padding:15px 23px; font-size:13px; font-weight:700; transition:transform .25s, box-shadow .25s; }
.button:hover { transform:translateY(-3px); box-shadow:0 14px 28px rgba(36,53,47,.16); }
.button-primary, .button-dark { background:var(--ink); color:white; }
.button-light { background:white; color:var(--ink); }
.text-link { font-size:13px; font-weight:700; }
.text-link span { margin-left:7px; transition:.2s; }
.text-link:hover span { margin-left:12px; }
.trust-row { display:flex; gap:36px; margin-top:55px; }
.trust-row div { display:flex; flex-direction:column; }
.trust-row strong { font-family:"Playfair Display"; font-size:20px; }
.trust-row span { color:var(--muted); font-size:10px; margin-top:2px; }

.hero-visual { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:24px; min-width:0; }
.portrait-frame {
  width:min(430px, 100%); aspect-ratio: .9; border-radius: 180px 180px 28px 28px;
  background:linear-gradient(145deg,#d7e1da,#b6c7bc);
  overflow:hidden; box-shadow:var(--shadow); position:relative;
}
.portrait-frame img { display:block; width:100%; height:100%; object-fit:cover; object-position:50% 40%; }
.portrait-placeholder { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#5d7468; font-family:"Playfair Display"; text-align:center; font-size:27px; line-height:1.05; }
.portrait-placeholder small { font-family:"DM Sans"; font-size:9px; margin-top:15px; opacity:.7; }
.portrait-frame:not(.placeholder) .portrait-placeholder { display:none; }
.quote-card {
  position:relative; width:min(390px, 100%); padding:22px 25px;
  background:rgba(255,253,248,.94); backdrop-filter:blur(10px);
  border:1px solid var(--line); border-radius:20px; box-shadow:0 20px 50px rgba(40,58,50,.12);
}
.quote-icon { font-family:"Playfair Display"; font-size:42px; line-height:.6; color:var(--sage-dark); }
.quote-card p { font-family:"Playfair Display"; font-size:17px; line-height:1.35; margin-top:10px; }
.floating-dot { position:absolute; border-radius:50%; border:1px solid rgba(88,112,100,.3); }
.dot-a { width:24px;height:24px; top:80px; left:20px; }
.dot-b { width:10px;height:10px; top:130px; right:60px; background:var(--sage); }

.section { padding:120px 0; }
.two-columns { display:grid; grid-template-columns:.9fr 1fr; gap:100px; }
.section-heading h2, .process-copy h2 { font-family:"Playfair Display"; font-weight:500; font-size:clamp(37px,4.5vw,58px); max-width:520px; }
.section-text { color:var(--muted); font-size:16px; max-width:560px; }
.section-text p + p { margin-top:20px; }
.section-text .text-link { display:inline-block; color:var(--ink); margin-top:28px; }
.soft-section { background:#eef1ec; }
.center-heading { text-align:center; max-width:650px; margin:0 auto 60px; }
.center-heading h2 { font-family:"Playfair Display"; font-size:clamp(38px,4.5vw,57px); font-weight:500; }
.center-heading p { color:var(--muted); margin-top:17px; }
.cards { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.service-card { min-height:290px; padding:27px; background:rgba(255,253,248,.68); border:1px solid rgba(36,53,47,.08); border-radius:var(--radius); position:relative; transition:.35s; }
.service-card:hover { transform:translateY(-8px); background:white; box-shadow:var(--shadow); }
.card-number { font-size:10px; color:var(--sage-dark); font-weight:700; }
.service-card h3 { font-family:"Playfair Display"; font-size:25px; margin-top:60px; }
.service-card p { color:var(--muted); font-size:13px; margin-top:14px; }
.card-arrow { position:absolute; right:24px; bottom:23px; font-size:20px; }

.process-grid { display:grid; grid-template-columns:1fr 1fr; gap:110px; align-items:center; }
.process-copy p { color:var(--muted); max-width:500px; margin:22px 0 30px; }
.steps { border-top:1px solid var(--line); }
.step { display:grid; grid-template-columns:65px 1fr; gap:20px; padding:27px 0; border-bottom:1px solid var(--line); }
.step > span { font-family:"Playfair Display"; font-size:20px; color:var(--sage-dark); }
.step h3 { font-size:18px; letter-spacing:-.5px; }
.step p { color:var(--muted); font-size:13px; margin-top:7px; }

.cta-section { padding:30px 0 100px; }
.cta-box { background:var(--ink); color:white; border-radius:34px; padding:60px 65px; display:flex; align-items:center; justify-content:space-between; gap:50px; }
.cta-box .eyebrow { color:#b9cbbf; }
.cta-box h2 { font-family:"Playfair Display"; font-size:clamp(34px,4vw,52px); font-weight:500; max-width:680px; }
.cta-box p { color:#c7d0cb; margin-top:14px; }
.footer { padding:30px 0 45px; border-top:1px solid var(--line); }
.footer-content { display:flex; justify-content:space-between; align-items:center; color:var(--muted); font-size:11px; }
.footer-content div { display:flex; flex-direction:column; }
.footer-content strong { color:var(--ink); font-size:13px; }
.footer-content span span { display:inline; }

.reveal { opacity:1; transform:none; }
.reveal.pending { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; }
.delay-2 { transition-delay:.24s; }

@media (max-width: 900px) {
  .hero { grid-template-columns:1fr; gap:30px; padding-top:55px; }
  .cards { grid-template-columns:repeat(2,1fr); }
  .two-columns, .process-grid { grid-template-columns:1fr; gap:45px; }
  .cta-box { flex-direction:column; align-items:flex-start; padding:45px 35px; }
}
@media (max-width: 650px) {
  .container { width:min(100% - 30px, 1160px); }
  .nav { min-height:72px; }
  .menu-toggle { display:block; }
  .nav-links {
    position:absolute; top:72px; left:15px; right:15px; display:none; flex-direction:column;
    align-items:stretch; padding:18px; background:rgba(255,253,248,.98); border:1px solid var(--line);
    border-radius:20px; box-shadow:var(--shadow);
  }
  .nav-links.open { display:flex; }
  .nav-links > a { padding:11px 10px; }
  .hero { min-height:auto; padding:55px 0 70px; }
  h1 { font-size:46px; }
  .hero-text { font-size:15px; }
  .hero-actions { flex-direction:column; align-items:flex-start; gap:18px; }
  .trust-row { gap:22px; margin-top:38px; }
  .portrait-frame { width:min(390px, 100%); }
  .quote-card { padding:18px; }
  .quote-card p { font-size:15px; }
  .section { padding:80px 0; }
  .cards { grid-template-columns:1fr; }
  .service-card { min-height:245px; }
  .service-card h3 { margin-top:42px; }
  .process-grid { gap:60px; }
  .cta-section { padding-bottom:70px; }
  .footer-content { flex-direction:column; align-items:flex-start; gap:20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
}

/* Navigation, online care and frequently asked questions */
section[id], main[id] { scroll-margin-top:110px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline:3px solid #a57b27; outline-offset:5px; }
.skip-link { position:fixed; top:10px; left:12px; padding:10px 18px; background:white; z-index:100; transform:translateY(-160%); }
.skip-link:focus { transform:none; }
.online-label { display:flex; align-items:center; gap:9px; letter-spacing:1.5px; }
.online-label > span { width:8px; height:8px; flex-shrink:0; background:#528578; border-radius:50%; box-shadow:0 0 0 5px #52857812; }
.button { gap:12px; }
.intro-section { border-top:1px solid var(--line); }
.professional-id { margin-top:26px; color:var(--sage-dark); font-size:14px; line-height:1.8; }
.quote-card { box-shadow:none; text-align:center; background:transparent; border:0; padding:12px 20px; }
.quote-card p { font-size:20px; }
.floating-dot { pointer-events:none; }
.dot-a { left:-12px; }
.dot-b { right:0; }
.service-card { border-top:3px solid #b99a552e; }
.card-arrow { display:none; }
.faq-section { background:#efeee7; margin-bottom:80px; }
.faq-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; }
.faq-intro { margin:24px 0; max-width:360px; color:var(--muted); }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { cursor:pointer; list-style:none; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:25px 0; font-size:16px; font-weight:600; line-height:1.5; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; font-size:25px; font-weight:400; color:var(--sage-dark); flex-shrink:0; }
.faq-list details[open] summary::after { content:'−'; }
.faq-list details[open] summary { color:var(--sage-dark); }
.faq-list details p { color:var(--muted); padding:0 32px 26px 0; font-size:15px; line-height:1.8; }
.faq-list details[open] p { animation:answer-in .25s ease-out; }
@keyframes answer-in { from { opacity:0; transform:translateY(-5px); } to { opacity:1; transform:none; } }
.cta-box .button { flex-shrink:0; }
@media (max-width:1050px) and (min-width:901px) { .hero { gap:35px; } .nav-links { gap:14px; } }
@media (max-width:900px) { .faq-grid { grid-template-columns:1fr; gap:32px; } .hero-visual { margin-top:20px; } .faq-intro { max-width:560px; } .nav-links { gap:12px; } }
@media (max-width:650px) { .brand-mark { width:52px; height:52px; } .brand-mark img { width:148px; height:148px; left:-48px; top:-25px; } .brand { gap:8px; } .brand strong { font-size:13px; } .hero { padding-top:38px; } h1 { font-size:clamp(38px, 10vw, 52px); } .online-label { font-size:9px; letter-spacing:1px; } .faq-section { margin-bottom:45px; } .faq-list summary { font-size:15px; } .quote-card p { font-size:18px; } .cta-box { padding:34px 24px; } .cta-box .button { max-width:100%; } .trust-row strong { font-size:18px; } }
@media (prefers-reduced-motion:reduce) { .reveal.pending { opacity:1; transform:none; } .faq-list details[open] p { animation:none; } }
