
:root {
  --primary: #8754A8;
  --accent: #E78D5F;
  --sage: #587568;
  --ink: #17121A;
  --cream: #F8F1E8;
  --white: #fff;
  --muted: #6e6670;
  --line: rgba(23,18,26,.12);
  --shadow: 0 24px 70px rgba(23,18,26,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 40; display: flex; justify-content: center; pointer-events: none; }
.nav-pill { pointer-events: auto; display: inline-flex; width: fit-content; align-items: center; gap: 28px; padding: 10px 12px 10px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(23,18,26,.12); backdrop-filter: blur(18px); }
.nav-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 0; white-space: nowrap; }
.nav-brand img, .footer-brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: #fff; }
.nav-links { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; font-size: .91rem; font-weight: 700; }
.nav-links a { padding: 10px 4px; }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; white-space: nowrap; }
.nav-cta, .btn-primary { background: var(--primary); color: #fff; }
.btn-secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.arrow { width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.18); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); color: #fff; align-items: center; justify-content: center; }
.mobile-menu-toggle svg { width: 22px; height: 22px; }
.mobile-panel { display: none; }
.hero { padding: 22px 0 0; }
.hero-frame { position: relative; min-height: 860px; width: min(1420px, calc(100% - 28px)); margin: 0 auto; border-radius: 30px; overflow: hidden; background: var(--ink); }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,18,26,.86), rgba(23,18,26,.48) 42%, rgba(23,18,26,.12)); }
.hero-card { position: relative; z-index: 2; width: min(650px, calc(100% - 48px)); margin: 150px 0 0 70px; padding: 34px; border-radius: 28px; color: #fff; background: rgba(23,18,26,.72); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--accent); font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.eyebrow::after { content: " //"; }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: 0; font-family: Manrope, Inter, sans-serif; }
h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); max-width: 11ch; }
h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--accent); }
h2 { font-size: clamp(2rem, 4vw, 4.2rem); }
h3 { font-size: 1.34rem; line-height: 1.08; }
p { margin: 0; color: var(--muted); }
.hero-card p { margin-top: 22px; color: rgba(255,255,255,.82); font-size: 1.08rem; max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-proof span { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 8px 12px; font-size: .86rem; font-weight: 800; }
.intro-section, .split-section, .process-section, .testimonials-section, .location-section, .content-section { padding: 96px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 70px; align-items: end; }
.intro-grid p { font-size: 1.12rem; }
.proof-strip { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.proof-grid span { background: var(--ink); padding: 24px; font-weight: 850; }
.brand-band { padding: 96px 0; background: var(--primary); color: #fff; }
.section-head { max-width: 780px; margin-bottom: 42px; }
.section-head p { margin-top: 18px; font-size: 1.04rem; }
.inverse p, .inverse .eyebrow { color: rgba(255,255,255,.78); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.photo-card { overflow: hidden; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 20px 50px rgba(23,18,26,.18); }
.photo-card a { display: flex; flex-direction: column; min-height: 100%; }
.photo-card picture { aspect-ratio: 4 / 3; overflow: hidden; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-card:hover img { transform: scale(1.05); }
.service-content { padding: 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.text-link { margin-top: auto; color: var(--primary); font-weight: 850; }
.split-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 70px; align-items: center; }
.image-stack { position: relative; }
.stack-portrait { aspect-ratio: 4 / 5; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.stack-portrait img { width: 100%; height: 100%; object-fit: cover; }
.credential-card { position: absolute; right: -26px; bottom: 32px; width: 190px; padding: 20px; border-radius: 18px; background: var(--cream); box-shadow: var(--shadow); }
.credential-card strong { display: block; color: var(--primary); font-size: 2.4rem; line-height: 1; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; font-weight: 750; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .32em; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); }
.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid article { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 45px rgba(23,18,26,.08); }
.process-grid article > *:not(picture) { margin-left: 24px; margin-right: 24px; }
.process-grid h3 { margin-top: 20px; }
.process-grid p { margin-top: 12px; margin-bottom: 22px; }
.process-grid picture { aspect-ratio: 1 / .72; overflow: hidden; }
.process-grid img { width: 100%; height: 100%; object-fit: cover; }
.step-top { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; }
.step-number { font-size: 3.6rem; font-weight: 950; color: var(--primary); line-height: 1; }
.step-label { border-radius: 999px; background: var(--cream); padding: 7px 12px; font-weight: 850; color: var(--sage); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { padding: 28px; border-radius: 18px; background: var(--cream); min-height: 220px; }
.testimonial p { margin-top: 16px; }
.center-row { display: flex; justify-content: center; margin-top: 28px; }
.faq-band { padding: 96px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 70px; }
details { border-top: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
details p { margin-top: 12px; }
.location-panel { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: center; padding: 44px; border-radius: 28px; background: var(--ink); color: #fff; overflow: hidden; }
.location-panel p { margin-top: 18px; color: rgba(255,255,255,.74); }
.location-map { display: grid; gap: 12px; padding: 30px; border-radius: 22px; background: linear-gradient(145deg, var(--sage), var(--primary)); color: #fff; }
.location-map strong { font-size: 1.7rem; }
.contact-cta { padding: 96px 0; background: linear-gradient(135deg, rgba(135,84,168,.14), rgba(231,141,95,.16)); }
.cta-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 60px; align-items: start; }
.contact-form { display: grid; gap: 14px; padding: 24px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; font-size: .88rem; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; min-height: 48px; padding: 12px 14px; font: inherit; background: #fff; }
.subhero { padding: 144px 0 80px; background: var(--cream); }
.subhero.compact { padding-bottom: 60px; }
.subhero-grid { display: grid; grid-template-columns: 1fr .84fr; gap: 60px; align-items: center; }
.subhero h1 { color: var(--ink); max-width: 12ch; }
.subhero p { margin-top: 22px; max-width: 64ch; }
.subhero-media { aspect-ratio: 4 / 3; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.subhero-media img { width: 100%; height: 100%; object-fit: cover; }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 70px; align-items: start; }
.article-copy { font-size: 1.07rem; }
.article-copy p + p { margin-top: 18px; }
.side-panel { position: sticky; top: 110px; padding: 24px; border-radius: 18px; background: var(--cream); }
.side-panel ul { padding-left: 20px; margin-bottom: 0; }
.site-footer { padding: 70px 0 24px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 40px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.site-footer h3 { font-size: 1rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: rgba(255,255,255,.6); }
.mobile-sticky { display: none; }
@media (max-width: 1023px) {
  .site-header { top: 10px; }
  .nav-pill { width: min(calc(100% - 24px), 720px); justify-content: space-between; gap: 12px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-panel { position: fixed; inset: 0; z-index: 39; display: none; flex-direction: column; justify-content: center; gap: 22px; padding: 80px 32px 110px; background: rgba(23,18,26,.96); color: #fff; text-align: center; font-size: 1.6rem; font-weight: 850; }
  body.menu-open .mobile-panel { display: flex; }
  body.menu-open { overflow: hidden; }
  body.menu-open .mobile-sticky { display: none; }
  .mobile-panel .cta { align-self: center; border-radius: 999px; background: var(--primary); padding: 12px 22px; font-size: 1rem; }
  .hero-frame { min-height: 760px; border-radius: 22px; width: calc(100% - 18px); }
  .hero-media::after { background: linear-gradient(180deg, rgba(23,18,26,.32), rgba(23,18,26,.88)); }
  .hero-card { width: calc(100% - 28px); margin: 220px 14px 0; padding: 22px; border-radius: 22px; }
  .hero-media img { object-position: 62% center; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  h2 { font-size: 2.25rem; }
  .intro-section, .split-section, .process-section, .testimonials-section, .location-section, .content-section, .faq-band, .contact-cta, .brand-band { padding: 64px 0; }
  .intro-grid, .split-grid, .faq-grid, .location-panel, .cta-grid, .subhero-grid, .content-grid { grid-template-columns: 1fr; gap: 34px; }
  .proof-grid, .services-grid, .process-grid, .testimonial-grid, .footer-grid { grid-template-columns: 1fr; }
  .services-grid { gap: 16px; }
  .credential-card { right: 14px; bottom: 14px; }
  .subhero { padding-top: 116px; }
  .side-panel { position: static; }
  .footer-bottom { padding-bottom: 68px; }
  .mobile-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -12px 36px rgba(23,18,26,.2); }
  .mobile-sticky a { min-height: 58px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 950; }
  .mobile-sticky .call { background: var(--primary); }
  .mobile-sticky .message { background: #0a0a0a; }
}
@media (max-width: 430px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-brand span { max-width: 150px; overflow: hidden; text-overflow: ellipsis; }
  .hero-proof { display: grid; grid-template-columns: 1fr; }
  .hero-card p { margin-top: 16px; font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .location-panel { padding: 24px; }
  .contact-form { padding: 18px; }
}
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
}
