:root {
  --ink: #281f27;
  --muted: #675d65;
  --plum: #73476c;
  --plum-dark: #55314f;
  --lavender: #eadff0;
  --lavender-soft: #f6f0f7;
  --sand: #d8c1a9;
  --sand-soft: #f1e8df;
  --cream: #fbf8f4;
  --white: #ffffff;
  --line: rgba(62, 43, 58, .14);
  --shadow: 0 24px 60px rgba(68, 42, 62, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #ad79a6; outline-offset: 4px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.concept-bar { background: var(--ink); color: #fff; text-align: center; padding: 7px 20px; font-size: .82rem; letter-spacing: .03em; }
header { position: sticky; top: 0; z-index: 20; background: rgba(251, 248, 244, .95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; color: white; background: var(--plum); box-shadow: 8px 8px 0 var(--sand); font: 700 1.25rem/1 Georgia, serif; }
nav ul { list-style: none; display: flex; align-items: center; gap: 18px; padding: 0; margin: 0; }
nav a { position: relative; text-decoration: none; font-weight: 700; font-size: .9rem; white-space: nowrap; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--plum); transform: scaleX(0); transition: transform .18s ease; }
nav a:hover, nav a[aria-current="page"] { color: var(--plum); }
nav a:hover::after, nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--plum); color: white; }
nav a.nav-cta:hover, nav a.nav-cta[aria-current="page"] { color: white; background: var(--plum-dark); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 10px 12px; color: var(--ink); font-weight: 750; }
main { overflow: hidden; }
section { padding: 92px 0; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 4.6vw, 4rem); }
h3 { font-size: 1.65rem; }
p { margin-top: 0; }
.eyebrow { margin: 0 0 18px; color: var(--plum); font-size: .84rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: end; margin-bottom: 48px; }
.section-head p:last-child { margin: 0; color: var(--muted); font-size: 1.08rem; }
.surface-white { background: white; }
.surface-sand { background: var(--sand-soft); }
.surface-lavender { background: var(--lavender-soft); }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--plum); border-radius: 999px; background: var(--plum); color: white; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--plum-dark); box-shadow: 0 10px 24px rgba(85, 49, 79, .18); }
.button.secondary { color: var(--plum); background: transparent; }
.button.secondary:hover { color: white; background: var(--plum); }
.home-hero { position: relative; padding: 88px 0 96px; }
.home-hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -180px; border-radius: 46% 54% 62% 38%; background: var(--lavender); transform: rotate(12deg); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.hero-copy { max-width: 660px; margin: 26px 0 34px; }
.hero-card { position: relative; min-height: 420px; padding: 48px; overflow: hidden; border-radius: 120px 120px 32px 32px; background: var(--plum); color: white; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: flex-end; }
.hero-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -66px; top: -66px; border-radius: 50%; background: var(--sand); }
.hero-card::after { content: ""; position: absolute; width: 130px; height: 130px; left: 36px; top: 58px; border: 2px solid rgba(255,255,255,.32); border-radius: 48% 52% 38% 62%; transform: rotate(22deg); }
.hero-card p { position: relative; max-width: 320px; margin: 15px 0 0; color: rgba(255,255,255,.82); }
.hero-card h2 { position: relative; max-width: 340px; font-size: clamp(2rem, 4vw, 3.2rem); }
.intro-strip { padding: 0 0 70px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); box-shadow: var(--shadow); }
.trust-item { padding: 30px; background: white; }
.trust-item strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.25rem; }
.trust-item span { color: var(--muted); }
.page-hero { position: relative; padding: 76px 0 82px; background: var(--lavender-soft); }
.page-hero::after { content: ""; position: absolute; width: 340px; height: 340px; right: -100px; bottom: -170px; border-radius: 50%; background: var(--sand); opacity: .65; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.page-hero h1 { max-width: 820px; font-size: clamp(3rem, 6vw, 5.2rem); }
.page-hero .lead { margin: 0; }
.breadcrumb { margin-bottom: 20px; color: var(--muted); font-size: .9rem; }
.breadcrumb a { color: var(--plum-dark); font-weight: 750; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { display: flex; min-height: 280px; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.card.featured { background: var(--lavender); border-color: transparent; }
.card-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 50%; background: var(--cream); color: var(--plum); font-weight: 850; }
.card h3 { margin-top: auto; }
.card p { margin: 14px 0 0; color: var(--muted); }
.card ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.card a { margin-top: 20px; color: var(--plum-dark); font-weight: 800; }
.service-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; }
.service-grid .card { min-height: 350px; }
.service-grid .card.featured { min-height: 400px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-copy p { color: var(--muted); }
.quote-panel { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: 44px; overflow: hidden; border-radius: 32px; background: var(--plum); color: white; box-shadow: var(--shadow); }
.quote-panel::before { content: ""; position: absolute; width: 210px; height: 210px; right: -46px; top: -52px; border-radius: 50%; background: var(--sand); }
.quote-panel strong { position: relative; max-width: 460px; font: 700 clamp(2rem, 4vw, 3.4rem)/1.06 Georgia, serif; letter-spacing: -.04em; }
.quote-panel span { position: relative; margin-top: 18px; color: rgba(255,255,255,.76); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { position: relative; margin: 13px 0; padding-left: 32px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--plum); font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 30px 28px; border-top: 4px solid var(--sand); background: white; border-radius: 0 0 18px 18px; box-shadow: 0 12px 34px rgba(55, 37, 49, .07); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 34px; color: var(--plum); font-weight: 850; letter-spacing: .08em; }
.step h3 { font-size: 1.42rem; }
.step p { margin-top: 12px; color: var(--muted); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.person { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; border-radius: var(--radius); background: white; box-shadow: 0 16px 40px rgba(78, 54, 47, .08); }
.person-image { min-height: 360px; background: var(--lavender); overflow: hidden; }
.person-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.person-copy { padding: 34px 30px; align-self: center; }
.person-copy .role { margin: 8px 0 18px; color: var(--plum); font-weight: 800; }
.person-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.person.full { grid-template-columns: minmax(260px, .75fr) 1.25fr; }
.person.full .person-image { min-height: 520px; }
.person.full .person-copy { padding: 52px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }
.faq-side { align-self: start; position: sticky; top: 120px; }
.faq-side p { color: var(--muted); }
.faq-group + .faq-group { margin-top: 44px; }
.faq-group h2 { margin-bottom: 16px; font-size: 2rem; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; list-style: none; cursor: pointer; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; font-weight: 800; font-size: 1.08rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--plum); font-size: 1.7rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -4px 0 24px; padding-right: 42px; color: var(--muted); }
details a { color: var(--plum-dark); font-weight: 800; }
.contact-card { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; padding: 64px; overflow: hidden; border-radius: 38px; background: var(--plum); color: white; box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: var(--sand); opacity: .78; }
.contact-card p { max-width: 580px; color: rgba(255,255,255,.82); }
.contact-details { position: relative; z-index: 1; display: grid; align-content: center; gap: 12px; }
.contact-link { display: block; padding: 18px 20px; border-radius: 15px; background: rgba(255,255,255,.12); color: white; text-decoration: none; font-weight: 800; }
.contact-link:hover { background: rgba(255,255,255,.2); }
.contact-address { padding: 8px 20px; color: rgba(255,255,255,.78); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: start; }
.contact-info { display: grid; gap: 16px; }
.info-block { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.info-block strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.25rem; }
.info-block a { color: var(--plum-dark); font-weight: 800; }
.form-card { padding: 36px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 750; }
input, textarea { width: 100%; border: 1px solid rgba(62,43,58,.28); border-radius: 12px; padding: 13px 14px; background: white; color: var(--ink); }
textarea { min-height: 150px; resize: vertical; }
.form-note { margin: 18px 0; color: var(--muted); font-size: .9rem; }
.form-status { margin: 14px 0 0; color: var(--plum-dark); font-weight: 750; }
.concept-note { margin-top: 24px; padding: 18px 20px; border-radius: 14px; background: #fff4d8; color: #594518; font-size: .9rem; }
.cta-section { padding-top: 30px; }
footer { padding: 50px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.footer-brand p { max-width: 380px; margin-top: 16px; color: var(--muted); }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links strong { margin-bottom: 8px; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--plum); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
@media (max-width: 1060px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; inset: calc(100% + 1px) 0 auto; padding: 18px 20px 24px; background: var(--cream); border-bottom: 1px solid var(--line); }
  nav.open { display: block; }
  nav ul { width: min(1160px, calc(100% - 20px)); margin-inline: auto; align-items: stretch; flex-direction: column; gap: 4px; }
  nav a { display: block; padding: 10px; font-size: 1rem; }
  nav a::after { display: none; }
  .nav-cta { text-align: center; }
  .hero-grid, .page-hero-grid, .section-head, .faq-layout, .contact-card, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .hero-card { min-height: 340px; }
  .page-hero-grid, .section-head { gap: 24px; }
  .service-grid, .card-grid { grid-template-columns: 1fr 1fr; }
  .service-grid .card.featured { grid-column: 1 / -1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .faq-side { position: static; }
}
@media (max-width: 720px) {
  .wrap, .narrow { width: min(100% - 28px, 1160px); }
  .concept-bar { font-size: .74rem; }
  .nav { min-height: 68px; }
  .home-hero, .page-hero { padding: 60px 0 68px; }
  h1, .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  section { padding: 68px 0; }
  .trust-grid, .service-grid, .card-grid, .steps, .form-grid { grid-template-columns: 1fr; }
  .service-grid .card.featured, .field.full { grid-column: auto; }
  .card, .service-grid .card, .service-grid .card.featured { min-height: 280px; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .person, .person.full { grid-template-columns: 1fr; }
  .person-image, .person.full .person-image { min-height: 400px; }
  .person.full .person-copy { padding: 34px 28px; }
  .contact-card { padding: 38px 26px; gap: 28px; border-radius: 28px; }
  .form-card { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
