@charset "UTF-8";

:root {
  --ivory: #f2efe6;
  --paper: #f8f6f0;
  --ink: #111614;
  --muted: #5e625b;
  --gold: #7e6943;
  --line: #d4d3c8;
  --gold-light: #c5b18c;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  --page: clamp(1.4rem, 6.2vw, 7.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: #d5c49f; color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; text-wrap: balance; }
h1 em, h2 em { font-weight: 400; }
svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: absolute; top: -10rem; left: 1rem; padding: 1rem; background: var(--ink); color: white; z-index: 100; }
.skip-link:focus { top: 1rem; }

/* A restrained wordmark and a direct route to the primary contact. */
.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 108px; padding: 1.65rem var(--page); border-bottom: 1px solid var(--line); gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 1.1rem; text-decoration: none; flex-shrink: 0; }
.brand img { width: 23px; height: 37px; object-fit: contain; }
.brand .wordmark { font-size: 1.3rem; font-weight: 500; --wordmark-tracking: .27em; line-height: 1.2; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.3vw, 2.8rem); }
.desktop-nav a, .mobile-nav a { font-size: .875rem; text-decoration: none; transition: color .2s, background .2s; }
.desktop-nav a:hover { color: var(--gold); }
.desktop-nav .nav-contact { padding: .8rem 1.2rem; background: var(--ink); color: var(--paper); white-space: nowrap; }
.desktop-nav .nav-contact:hover { background: #303a32; color: var(--paper); }
.menu-toggle { display: none; }
.mobile-nav[hidden] { display: none; }

/* Editorial display type, quiet margins, and the original Sculpted S. */
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: clamp(2.5rem, 5vw, 6rem); padding: 4.5rem var(--page) 5rem; }
.hero-copy { min-width: 0; max-width: 650px; padding: .75rem 0; }
.eyebrow { display: flex; align-items: center; gap: .9rem; font-size: .8125rem; font-weight: 500; letter-spacing: .13em; line-height: 1.7; color: var(--gold); }
.eyebrow-line { height: 1px; width: 27px; background: currentColor; flex: 0 0 27px; }
.hero .eyebrow { max-width: 32rem; letter-spacing: .1em; }
.hero h1 { font-size: clamp(3.5rem, 5.8vw, 6.25rem); line-height: 1.06; margin: 2rem 0 1.75rem; }
.hero-description { max-width: 27rem; font-size: 1.125rem; line-height: 1.8; color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem 1.8rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 56px; padding: 1rem 1.4rem; text-decoration: none; font-size: .9375rem; line-height: 1.5; transition: background .2s; }
.button svg { flex: 0 0 21px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #303a32; }
.text-link { font-size: .9375rem; text-underline-offset: .35em; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--gold); }
.hero-art { position: relative; height: clamp(550px, 45vw, 670px); overflow: hidden; background: #151b17; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-art figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 3rem 1.8rem 1.6rem; display: flex; flex-wrap: wrap; gap: .4rem 1rem; justify-content: space-between; color: #e9e1d2; font-size: .8125rem; background: linear-gradient(transparent, rgba(10, 15, 12, .8)); letter-spacing: .03em; }
.hero-art figcaption > .wordmark { font-weight: 500; --wordmark-tracking: .22em; }
.practice-strip { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.8rem var(--page); font-size: .9375rem; letter-spacing: .015em; }
.strip-divider { width: 20px; height: 1px; background: #a68f66; }

/* All three services are readable on arrival; the accordions remain usable. */
.section-space { padding: clamp(5rem, 9vw, 9.5rem) var(--page); }
h2 { font-size: clamp(2.8rem, 4.1vw, 4.5rem); line-height: 1.14; margin: 1.7rem 0; }
.expertise { display: grid; grid-template-columns: .9fr 1.15fr; gap: clamp(3rem, 7vw, 8rem); background: var(--paper); }
.section-intro { max-width: 470px; }
.section-intro > p:last-child { color: var(--muted); max-width: 23rem; font-size: 1.0625rem; }
.service-list { border-top: 1px solid var(--ink); min-width: 0; }
.service { border-bottom: 1px solid var(--line); }
.service summary { position: relative; display: flex; list-style: none; align-items: center; gap: 1.5rem; padding: 1.9rem 0 1.3rem; cursor: pointer; }
.service summary::-webkit-details-marker { display: none; }
.service summary:hover h3 { color: var(--gold); }
.service-number { align-self: flex-start; line-height: 2.1; color: var(--gold); font-size: .875rem; }
.service h3 { font-family: var(--sans); font-weight: 500; font-size: clamp(1.3rem, 1.6vw, 1.6rem); line-height: 1.4; letter-spacing: -.02em; transition: color .2s; }
.expand-symbol { margin-left: auto; position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.expand-symbol::before, .expand-symbol::after { content: ""; position: absolute; background: var(--ink); left: 1px; top: 8px; width: 16px; height: 1px; }
.expand-symbol::after { transform: rotate(90deg); transition: transform .2s; }
.service[open] .expand-symbol::after { transform: rotate(0); }
.service-body { padding: 0 2.25rem 2rem 2.6rem; }
.service-body p { font-size: 1rem; color: var(--muted); line-height: 1.8; }
.service-tags { display: flex; gap: .5rem 1.25rem; flex-wrap: wrap; list-style: none; padding: 0; margin: 1.2rem 0 0; font-size: .875rem; color: var(--gold); }

.approach { background: var(--ink); color: var(--ivory); }
.approach-heading { display: grid; grid-template-columns: .65fr 1.5fr; gap: 3rem; }
.approach .eyebrow { color: var(--gold-light); align-self: start; }
.approach h2 { margin-top: 0; max-width: 55rem; }
.approach-heading p:not(.eyebrow) { color: #bec2b8; max-width: 36rem; font-size: 1.0625rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.5rem; margin-top: 4.5rem; }
.steps article { border-top: 1px solid #454b41; padding-top: 1.8rem; min-width: 0; }
.step-number { color: var(--gold-light); font-size: .875rem; }
.steps h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.65rem, 2.15vw, 2.2rem); line-height: 1.35; letter-spacing: -.035em; margin: 1.15rem 0 1rem; }
.steps p { color: #bec2b8; max-width: 330px; }

.about { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.about-mark { align-self: stretch; display: flex; justify-content: center; align-items: center; min-height: 440px; background: #e7e5da; border: 1px solid #d8d6c9; }
.about-mark img { height: 240px; width: auto; max-width: 52%; object-fit: contain; opacity: .88; }
.about-copy { max-width: 570px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.0625rem; margin-top: 1.1rem; }

.contact { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; border-top: 1px solid var(--line); background: var(--paper); }
.contact h2 { margin-bottom: 1.4rem; }
.contact-copy > p:last-child { max-width: 29rem; color: var(--muted); font-size: 1.0625rem; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; justify-self: center; gap: 1.3rem; min-width: 0; }
.contact-email { font-size: 1.125rem; text-underline-offset: .3em; text-decoration-color: var(--line); overflow-wrap: anywhere; }
.contact-email:hover, .footer-email:hover { color: var(--gold); text-decoration-color: currentColor; }
.site-footer { border-top: 1px solid var(--line); padding: 3rem var(--page) 1.5rem; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.6rem; }
.footer-brand > p { margin-top: .8rem; font-size: .875rem; color: var(--muted); }
.footer-email { font-size: .9375rem; text-underline-offset: .3em; text-decoration-color: var(--line); overflow-wrap: anywhere; }
.back-top { display: flex; align-items: center; gap: 1.25rem; font-size: .875rem; text-decoration: none; white-space: nowrap; }
.back-top:hover { color: var(--gold); }
.back-top span { font-size: 1.25rem; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 1.3rem; gap: 1rem; font-size: .8125rem; color: var(--muted); }

/* Preserve the supplied emblem and the approved crossbar-free A. */
.brand img, .about-mark img { filter: grayscale(1) contrast(5); mix-blend-mode: multiply; }
.wordmark { --wordmark-tracking: .15em; display: inline-block; white-space: nowrap; letter-spacing: var(--wordmark-tracking); }
.wordmark .wordmark-a { display: inline-block; width: .64em; height: .72em; vertical-align: baseline; margin-right: var(--wordmark-tracking); fill: currentColor; stroke: none; }
@supports (height: 1cap) { .wordmark .wordmark-a { height: 1cap; width: .888889cap; } }

@media (min-width: 1600px) {
  body { max-width: 1920px; margin: auto; }
}
@media (max-width: 1100px) {
  .hero { gap: 2.5rem; }
  .hero h1 { font-size: clamp(3.2rem, 5.7vw, 4.5rem); }
  .hero-art { height: 560px; }
  .hero-art figcaption { flex-direction: column; }
  .expertise { gap: 3rem; }
  .steps { gap: 2.5rem; }
  .footer-top { flex-wrap: wrap; }
}
@media (max-width: 980px) {
  .site-header { min-height: 88px; padding-top: 1.35rem; padding-bottom: 1.35rem; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: .65rem; border: 0; background: none; min-height: 44px; padding: .5rem 0 .5rem .5rem; font-size: .875rem; color: var(--ink); cursor: pointer; }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; background: var(--ivory); padding: 1rem var(--page) 2rem; border-bottom: 1px solid var(--line); gap: .7rem; box-shadow: 0 12px 20px #1116140c; }
  .mobile-nav a { font-size: 1rem; padding: .55rem 0; }
  .mobile-nav .nav-contact { background: var(--ink); color: var(--paper); padding: .9rem 1.2rem; text-align: center; width: fit-content; max-width: 100%; margin-top: .4rem; }
  .mobile-nav .nav-contact:hover { background: #303a32; }
  .approach-heading { grid-template-columns: .55fr 1.5fr; gap: 2rem; }
  .about { gap: 3rem; }
  .about-mark { min-height: 380px; }
}
@media (max-width: 760px) {
  .brand .wordmark { font-size: 1.1rem; --wordmark-tracking: .23em; }
  .brand img { width: 20px; height: 31px; }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 3rem; padding-bottom: 2.5rem; }
  .hero-copy { padding: 0; max-width: 600px; }
  .hero .eyebrow { font-size: .8125rem; letter-spacing: .065em; gap: .7rem; }
  .eyebrow-line { width: 20px; flex-basis: 20px; }
  .hero h1 { font-size: clamp(3.25rem, 9vw, 5.25rem); margin: 1.8rem 0 1.5rem; }
  .hero-description { font-size: 1.0625rem; max-width: 480px; }
  .hero-actions { margin-top: 1.9rem; gap: 1.2rem 1.7rem; }
  .hero-art { height: auto; aspect-ratio: 1.12; }
  .hero-art figcaption { flex-direction: row; padding: 2.4rem 1.2rem 1.2rem; }
  .practice-strip { gap: .6rem; font-size: .875rem; padding: 1.4rem var(--page); letter-spacing: 0; }
  .strip-divider { width: 8px; flex: 0 0 8px; }
  .section-space { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  h2 { font-size: clamp(2.6rem, 7.4vw, 3.8rem); margin: 1.4rem 0; }
  .expertise { grid-template-columns: 1fr; gap: 2.8rem; }
  .section-intro { max-width: 600px; }
  .section-intro > p:last-child { max-width: 470px; }
  .service h3 { font-size: 1.35rem; }
  .service-body { padding-right: 1rem; }
  .approach-heading { display: block; }
  .approach-heading .eyebrow { margin-bottom: 1.8rem; }
  .steps { grid-template-columns: 1fr; gap: 2rem; margin-top: 3rem; }
  .steps article { display: grid; grid-template-columns: 2rem 1fr; gap: 0 1.25rem; }
  .steps h3 { margin: 0 0 .85rem; font-size: 1.9rem; }
  .steps p { grid-column: 2; max-width: 100%; }
  .about { grid-template-columns: 1fr; gap: 2.8rem; }
  .about-mark { min-height: 300px; order: 2; }
  .about-mark img { height: 175px; }
  .about-copy { max-width: 650px; }
  .contact { grid-template-columns: 1fr; gap: 2rem; }
  .contact-actions { justify-self: start; }
  .footer-top { display: grid; grid-template-columns: 1fr auto; gap: 1.4rem; }
  .footer-brand { grid-column: 1 / -1; }
  .back-top { gap: .5rem; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .brand { gap: .65rem; }
  .brand .wordmark { --wordmark-tracking: .16em; }
  .hero h1 { font-size: 3rem; }
  .hero-art figcaption { flex-direction: column; }
  .practice-strip { flex-wrap: wrap; justify-content: center; gap: .5rem 1rem; }
  .strip-divider { display: none; }
  .service summary { gap: 1rem; }
  .service h3 { font-size: 1.2rem; }
  .service-body { padding-left: 2.1rem; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .back-top { width: fit-content; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
