:root {
  --ink: #24302c;
  --muted: #67716d;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --sage: #8fa398;
  --sage-dark: #536b60;
  --blush: #dcc6bb;
  --line: rgba(36, 48, 44, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  min-height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,249,.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 1.15rem; text-decoration: none; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage-dark); font-style: italic; }
.main-navigation { display: flex; align-items: center; gap: 30px; }
.main-navigation a { font-size: .9rem; text-decoration: none; }
.main-navigation a:hover { color: var(--sage-dark); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--ink); border-radius: 100px; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: var(--ink); }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; background: var(--cream); }
.hero-copy { padding: clamp(70px, 10vw, 140px) 7vw 70px; align-self: center; }
.eyebrow { margin: 0 0 18px; color: var(--sage-dark); font-size: .76rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h1 { max-width: 820px; margin: 0; font-size: clamp(3.3rem, 7vw, 7rem); letter-spacing: -.055em; }
.hero-text { max-width: 650px; margin: 30px 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 26px; border: 0; border-radius: 100px; text-decoration: none; cursor: pointer; }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { background: var(--sage-dark); }
.text-link { text-underline-offset: 5px; }
.trust-row { display: flex; gap: 24px; margin-top: 70px; color: var(--muted); font-size: .78rem; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--sage-dark); }

.hero-art { min-height: 620px; padding: 70px 4vw 48px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(155deg, var(--blush), #b7c4ba); position: relative; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.hero-art::before { width: 250px; height: 250px; top: -90px; right: -75px; }
.hero-art::after { width: 90px; height: 90px; left: 14%; bottom: 12%; }
.arch { width: min(80%, 390px); aspect-ratio: .72; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 200px 200px 18px 18px; background: rgba(255,255,255,.12); }
.line-art { font-family: Georgia, serif; font-style: italic; font-size: clamp(8rem, 17vw, 14rem); color: rgba(255,255,255,.68); }
.hero-art p { align-self: flex-end; margin: 28px 2vw 0 0; color: rgba(36,48,44,.7); font-family: Georgia, serif; font-size: 1.05rem; text-align: right; }

.section { padding: 110px 7vw; }
.section-heading { max-width: 680px; margin-bottom: 55px; }
.section-heading h2, .about h2, .contact h2 { margin: 0 0 22px; font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 350px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card.featured-card { background: var(--cream); }
.service-number { color: var(--sage-dark); font-size: .75rem; letter-spacing: .12em; }
.service-card h3 { margin: 62px 0 15px; font-size: 2rem; }
.service-card p { margin: 0 0 24px; color: var(--muted); }
.service-card a { margin-top: auto; font-size: .9rem; text-underline-offset: 5px; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: var(--ink); color: white; }
.about .eyebrow { color: #b8c9c0; }
.about-copy { align-self: end; }
.about-copy > p { color: #cbd1ce; }
.about-copy .lead { color: white; font-family: Georgia, serif; font-size: 1.5rem; }
.principles { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.2); }
.principles div { display: grid; grid-template-columns: 45px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.principles strong { color: #b8c9c0; font-size: .75rem; }

.process { background: var(--cream); }
.compact { margin-bottom: 35px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 85px 1fr; align-items: center; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage-dark); }
.process-list h3 { margin: 0 0 6px; font-size: 1.55rem; }
.process-list p { margin: 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.contact-intro > p { color: var(--muted); }
.contact-details { margin-top: 45px; }
.contact-details p { display: flex; flex-direction: column; margin: 20px 0; }
.contact-details span { color: var(--muted); font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a, .contact-details strong { font-weight: 500; text-decoration: none; }
.contact-form { padding: clamp(28px, 5vw, 55px); border-radius: var(--radius); background: var(--cream); }
.contact-form label { display: block; margin-bottom: 20px; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 2px; color: var(--ink); border: 0; border-bottom: 1px solid #adb6b1; border-radius: 0; outline: none; background: transparent; font-weight: 400; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form .button { width: 100%; margin-top: 10px; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }

footer { min-height: 150px; padding: 38px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: #d8ddda; background: #1b2421; font-size: .76rem; }
footer > p:last-child { text-align: right; }
.footer-brand { color: white; }

@media (max-width: 860px) {
  .menu-button { display: block; }
  .main-navigation { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 25px 5vw; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-navigation.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 80px; }
  .hero-art { min-height: 500px; }
  .arch { max-width: 320px; }
  .service-grid, .about, .contact { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  footer > p:last-child { text-align: center; }
}

@media (max-width: 560px) {
  .section { padding: 80px 6vw; }
  .hero-copy { padding-left: 6vw; padding-right: 6vw; }
  .trust-row { flex-direction: column; gap: 7px; margin-top: 50px; }
  .hero-art { min-height: 430px; }
  .process-list li { grid-template-columns: 62px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
