:root {
  --purple: #48145f;
  --purple-deep: #2d0a3d;
  --purple-soft: #74428a;
  --gold: #c79a2b;
  --gold-light: #e6c86d;
  --green: #536f27;
  --ivory: #fbf8f1;
  --cream: #f3ede1;
  --rose: #eadbd6;
  --ink: #2b2430;
  --muted: #655d68;
  --white: #fffefa;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--white); color: var(--purple); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 241, .94);
  border-bottom: 1px solid rgba(72, 20, 95, .1);
  backdrop-filter: blur(12px);
}
.nav-wrap { width: min(1180px, calc(100% - 40px)); margin: auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand, .footer-brand { text-decoration: none; color: var(--purple); font-family: var(--serif); font-size: 1.35rem; letter-spacing: .01em; display: inline-flex; align-items: center; gap: .7rem; }
.brand em, .footer-brand em { color: var(--gold); font-style: normal; }
.brand-logo { width: 56px; height: 56px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { text-decoration: none; font-size: .88rem; font-weight: 700; letter-spacing: .04em; color: var(--purple-deep); }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.menu-button { display: none; border: 1px solid rgba(72,20,95,.3); background: transparent; color: var(--purple); border-radius: 999px; padding: .55rem .9rem; font: inherit; font-size: .9rem; font-weight: 700; }

.hero { width: min(1240px, calc(100% - 40px)); margin: auto; min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); padding: 72px 0 90px; }
.hero-copy { max-width: 660px; }
.eyebrow { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 1rem; }
h1, h2, h3 { margin-top: 0; }
h1 { font: 400 clamp(3.25rem, 6vw, 6.8rem)/.98 var(--serif); letter-spacing: -.045em; color: var(--purple-deep); margin-bottom: 1.6rem; }
h1 span { color: var(--purple); }
h2 { font: 400 clamp(2.3rem, 4vw, 4.3rem)/1.08 var(--serif); letter-spacing: -.035em; color: var(--purple-deep); }
h3 { font: 500 1.55rem/1.25 var(--serif); color: var(--purple-deep); }
.hero-text { color: var(--muted); font-size: 1.08rem; max-width: 61ch; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin: 2rem 0; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; padding: .8rem 1.35rem; text-decoration: none; font-weight: 800; font-size: .9rem; letter-spacing: .015em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--purple); color: white; box-shadow: 0 12px 28px rgba(72,20,95,.2); }
.button-primary:hover { background: var(--purple-deep); }
.text-link { color: var(--purple); font-weight: 800; text-underline-offset: 5px; }
.trust-line { color: var(--purple-soft); font-size: .86rem; font-weight: 700; letter-spacing: .03em; }
.trust-line span { color: var(--gold); margin-right: .4rem; }

.hero-portrait { position: relative; min-height: 650px; background: var(--rose); overflow: visible; isolation: isolate; }
.hero-portrait::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--gold); z-index: -1; }
.hero-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.portrait-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(145deg, #eadbd6 0%, #f8eee4 48%, #d9c0ba 100%); color: rgba(72,20,95,.14); font: 400 9rem/1 var(--serif); }
.gold-orbit { position: absolute; width: 110px; height: 110px; border: 2px solid var(--gold-light); border-radius: 50%; right: -30px; top: 60px; z-index: 3; }
.portrait-note { position: absolute; z-index: 4; left: -54px; bottom: 38px; width: min(330px, 75%); margin: 0; padding: 1.2rem 1.35rem; background: rgba(255,254,250,.95); box-shadow: 0 18px 45px rgba(45,10,61,.13); color: var(--purple); font: italic 1.08rem/1.5 var(--serif); }

.recognition { background: var(--purple-deep); color: white; padding: 110px max(20px, calc((100vw - 1180px)/2)); }
.recognition .eyebrow { color: var(--gold-light); }
.recognition h2 { color: white; max-width: 850px; }
.section-intro { max-width: 900px; }
.recognition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: rgba(255,255,255,.18); }
.recognition-grid article { background: var(--purple-deep); padding: 2.4rem 2rem; }
.recognition-grid span { color: var(--gold-light); font: 400 1.1rem var(--serif); }
.recognition-grid h3 { color: white; margin: 1rem 0 .6rem; }
.recognition-grid p { color: rgba(255,255,255,.75); margin: 0; }
.recognition-close { max-width: 800px; margin: 3rem 0 0 auto; color: var(--gold-light); font: italic clamp(1.4rem, 2.2vw, 2rem)/1.45 var(--serif); }

.about { width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1fr; gap: clamp(3rem, 6vw, 5rem); padding: 120px 0; }
.about-image { position: relative; width: 100%; aspect-ratio: 1.75 / 1; min-height: 0; background: var(--cream); overflow: hidden; }
.about-image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(45,10,61,.38)); pointer-events: none; }
.about-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-fallback { position: absolute; inset: 0; display: grid; place-items: center; padding: 2rem; text-align: center; color: var(--purple-soft); font: italic 1.4rem var(--serif); background: linear-gradient(145deg, var(--cream), var(--rose)); }
.about-copy { width: min(900px, 100%); margin-inline: auto; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.credentials { border-top: 1px solid rgba(72,20,95,.18); margin-top: 2rem; }
.credentials p { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1rem 0; margin: 0; border-bottom: 1px solid rgba(72,20,95,.12); font-size: .9rem; }
.credentials strong { color: var(--purple); }
.credentials span { color: var(--muted); }

.services { background: var(--cream); padding: 110px max(20px, calc((100vw - 1180px)/2)); }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { max-width: 650px; margin: -1rem auto 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 4rem; }
.service-card { background: var(--white); padding: 2.2rem; border-top: 4px solid transparent; box-shadow: 0 12px 34px rgba(45,10,61,.06); }
.service-card.featured { border-color: var(--gold); }
.service-number { color: var(--gold); font: 400 1rem var(--serif); }
.service-card h3 { margin: 1.2rem 0 1rem; }
.service-card p { color: var(--muted); }
.service-card .best-for { border-top: 1px solid rgba(72,20,95,.12); padding-top: 1rem; margin-top: 1.5rem; font-size: .92rem; }
.best-for strong { color: var(--purple); }
.scope-note { text-align: center; max-width: 760px; margin: 2rem auto 0; color: var(--muted); font-size: .82rem; }

.process { width: min(1080px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: 120px 0; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(72,20,95,.14); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--gold); color: var(--purple); font: 400 1.1rem var(--serif); }
.process-list h3 { margin-bottom: .35rem; }
.process-list p { margin: 0; color: var(--muted); }

.contact { padding: 110px 20px; text-align: center; color: white; background: var(--purple); position: relative; overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(230,200,109,.42); border-radius: 50%; }
.contact::before { left: -120px; top: -120px; }
.contact::after { right: -140px; bottom: -140px; }
.contact .eyebrow { color: var(--gold-light); }
.contact h2 { color: white; max-width: 900px; margin: 0 auto 1.5rem; }
.contact > p:not(.eyebrow):not(.contact-details) { max-width: 620px; margin: 0 auto 2rem; color: rgba(255,255,255,.8); }
.contact-mark { width: 118px; height: 118px; display: grid; place-items: center; margin: 0 auto 2rem; padding: .75rem; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--ivory); box-shadow: 0 12px 32px rgba(25, 4, 34, .18); }
.contact-mark img { width: 100%; height: 100%; object-fit: contain; }
.button-light { background: var(--gold-light); color: var(--purple-deep); }
.button-light:hover { background: white; }
.contact-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; }
.button-outline { border: 1px solid rgba(255,255,255,.65); color: white; }
.button-outline:hover { background: rgba(255,255,255,.12); }
.contact-details { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .65rem; margin: 1rem 0 0; font-size: .86rem; color: rgba(255,255,255,.72); }
.contact-details a { text-underline-offset: 4px; }

footer { width: min(1180px, calc(100% - 40px)); margin: auto; min-height: 110px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; color: var(--muted); font-size: .78rem; }

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  nav { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 1.1rem; flex-direction: column; align-items: stretch; gap: .2rem; background: var(--white); box-shadow: 0 14px 40px rgba(45,10,61,.15); }
  nav.open { display: flex; }
  nav a { padding: .8rem; }
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-portrait { min-height: 600px; width: min(620px, 92%); margin-left: auto; }
  .recognition-grid, .service-grid { grid-template-columns: 1fr; }
  .about-image { width: 100%; }
  .process { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: .3rem; padding: 2rem 0; text-align: center; justify-items: center; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .nav-wrap { width: min(100% - 28px, 1180px); min-height: 68px; }
  .brand { font-size: 1.1rem; }
  .brand-logo { width: 46px; height: 46px; }
  nav { top: 62px; }
  .hero { width: min(100% - 28px, 1240px); min-height: 0; padding: 46px 0 70px; gap: 3rem; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; text-align: center; }
  .text-link { text-align: center; }
  .hero-portrait { min-height: 480px; width: calc(100% - 8px); }
  .hero-portrait::before { inset: 10px -10px -10px 10px; }
  .portrait-note { left: -4px; bottom: 20px; width: 88%; }
  .gold-orbit { width: 72px; height: 72px; right: -18px; }
  .recognition, .services { padding-block: 80px; }
  .recognition-grid { margin-top: 2.5rem; }
  .about { width: min(100% - 28px, 1180px); padding: 80px 0; }
  .about-image { aspect-ratio: 4 / 3; }
  .credentials p { grid-template-columns: 1fr; gap: .2rem; }
  .service-card { padding: 1.7rem; }
  .process { width: min(100% - 28px, 1080px); padding: 80px 0; }
  .contact { padding-block: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
