:root {
  --burgundy: #7e172b;
  --burgundy-dark: #55101f;
  --red: #9a1d36;
  --gold: #c99b68;
  --cream: #f3eee6;
  --paper: #fbf9f5;
  --ink: #191715;
  --muted: #6e6963;
  --line: rgba(25, 23, 21, 0.14);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--burgundy-dark); }

.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 120px; }
.skip-link {
  position: fixed; left: 20px; top: -70px; z-index: 1000;
  background: white; color: var(--burgundy); padding: 12px 18px;
  border-radius: 0 0 8px 8px; font-weight: 700;
}
.skip-link:focus { top: 0; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 30;
  height: 102px; border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 48px; }
.brand { display: block; width: 212px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.site-header nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.site-header nav a {
  color: rgba(255,255,255,.88); font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease;
}
.site-header nav a:hover, .site-header nav a:focus-visible { color: white; }
.header-call {
  border-left: 1px solid rgba(255,255,255,.25); padding-left: 28px;
  color: white; display: flex; flex-direction: column; line-height: 1.25;
}
.header-call span { opacity: .65; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.header-call strong { font-size: 15px; letter-spacing: .03em; }

.hero {
  min-height: 840px; padding: 150px 0 72px; position: relative; overflow: hidden;
  background: linear-gradient(115deg, #5c1021 0%, var(--burgundy) 48%, #96243b 100%);
  color: white;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 15% 0%, rgba(255,255,255,.13), transparent 28%),
    linear-gradient(90deg, rgba(0,0,0,.08) 1px, transparent 1px);
  background-size: auto, 84px 100%; opacity: .5;
}
.hero-bg-word {
  position: absolute; left: -35px; bottom: -145px; z-index: 0;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1);
  font-size: clamp(220px, 27vw, 430px); font-weight: 900; line-height: 1;
  letter-spacing: -.08em; user-select: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.hero-copy { padding-top: 24px; }
.eyebrow, .section-kicker {
  margin: 0 0 24px; display: flex; align-items: center; gap: 12px;
  color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .intro h2, .approach h2, .studio h2, .faq h2, .contact h2 {
  margin: 0; font-family: var(--serif); font-weight: 400; line-height: .9; letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(72px, 7.3vw, 118px); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button {
  min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--burgundy-dark); }
.button-primary:hover { background: #ddb783; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(5px); }
.hero-facts { margin-top: 60px; display: flex; gap: 44px; }
.hero-facts > div { display: flex; align-items: center; gap: 13px; }
.hero-facts strong { color: var(--gold); font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1; }
.hero-facts span { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }

.hero-visual { height: 618px; position: relative; }
.hero-image-wrap { position: absolute; inset: 0 34px 0 0; overflow: hidden; border-radius: 220px 220px 10px 10px; background: #301118; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); border-radius: inherit; }
.hero-image-wrap img { object-fit: cover; object-position: center 37%; filter: saturate(.77) contrast(1.04); }
.hero-stamp {
  position: absolute; right: -19px; top: 90px; width: 124px; aspect-ratio: 1;
  border-radius: 50%; display: grid; place-content: center; text-align: center;
  background: var(--gold); color: var(--burgundy-dark); box-shadow: 0 16px 30px rgba(38,7,14,.25);
  transform: rotate(7deg);
}
.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(85,16,31,.35); border-radius: inherit; }
.hero-stamp span { font-size: 8px; letter-spacing: .16em; }
.hero-stamp strong { font-family: var(--serif); font-size: 18px; }
.hero-note {
  position: absolute; left: -26px; bottom: 35px; width: 230px; padding: 20px 22px;
  background: rgba(24,12,14,.88); backdrop-filter: blur(10px); border-left: 3px solid var(--gold);
}
.hero-note span { display: block; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-note strong { display: block; margin-top: 3px; font-family: var(--serif); font-size: 20px; font-weight: 400; }

.local-strip { overflow: hidden; background: var(--gold); color: var(--burgundy-dark); padding: 16px 0; }
.local-strip div { display: flex; justify-content: center; gap: 26px; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.local-strip i { font-style: normal; opacity: .5; }

.intro-grid { display: grid; grid-template-columns: .55fr 1.35fr .7fr; gap: 68px; align-items: start; }
.section-kicker { color: var(--burgundy); }
.section-kicker.light { color: var(--gold); }
.intro h2, .approach h2, .studio h2, .faq h2, .contact h2 { font-size: clamp(54px, 5.4vw, 82px); }
.intro-grid > div > p { max-width: 760px; margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.intro aside { position: relative; padding: 36px 0 0 28px; border-left: 1px solid var(--line); }
.intro aside p { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.quote-mark { position: absolute; top: -20px; left: 17px; color: var(--gold); font-family: var(--serif); font-size: 70px; line-height: 1; }

.services { background: var(--ink); color: white; position: relative; }
.services::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(255,255,255,.12) .7px, transparent .7px); background-size: 8px 8px; }
.services .shell { position: relative; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(56px, 6vw, 88px); }
.section-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-card { min-height: 286px; padding: 31px 32px 34px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s ease; }
.service-card:hover { background: var(--burgundy); }
.service-card > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.service-card h3 { margin: 54px 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.15; }
.service-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }
.service-card:hover p { color: rgba(255,255,255,.77); }
.services-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 38px; }
.services-action p { margin: 0; color: rgba(255,255,255,.56); }
.button-light { border-color: rgba(255,255,255,.42); color: white; }
.button-light:hover { background: white; color: var(--ink); }

.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.approach-media { height: 730px; position: relative; background: #ddd; overflow: hidden; }
.approach-media img { object-fit: cover; object-position: center; filter: saturate(.35) contrast(1.05); }
.approach-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,14,20,.33), transparent 45%); }
.vertical-label { position: absolute; z-index: 2; right: 16px; bottom: 20px; color: white; font-size: 9px; font-weight: 800; letter-spacing: .28em; writing-mode: vertical-rl; }
.approach-copy h2 { max-width: 650px; }
.steps { list-style: none; padding: 0; margin: 50px 0 38px; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--burgundy); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.steps h3 { margin: -4px 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.burgundy { color: var(--burgundy); }

.proof { background: var(--cream); }
.dark-heading h2 { color: var(--ink); }
.dark-heading > p { color: var(--muted); }
.proof-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 18px; }
.proof-grid figure { position: relative; margin: 0; min-height: 360px; overflow: hidden; background: #e4ded6; }
.proof-grid .proof-large { min-height: 550px; }
.proof-grid img { object-fit: cover; transition: transform .6s ease; }
.proof-grid figure:hover img { transform: scale(1.025); }
.proof-note { max-width: 800px; margin: 22px 0 0 auto; color: var(--muted); font-size: 12px; text-align: right; }

.studio-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 96px; align-items: center; }
.studio-copy > p:not(.section-kicker) { margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.check-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 12px; }
.check-list li { font-size: 14px; font-weight: 650; }
.check-list span { color: var(--burgundy); margin-right: 10px; }
.studio-collage { height: 680px; position: relative; }
.studio-collage figure { position: absolute; margin: 0; overflow: hidden; background: #ddd; box-shadow: 0 24px 50px rgba(31,23,20,.1); }
.studio-collage img { object-fit: cover; }
.studio-img-one { left: 0; top: 0; width: 61%; height: 82%; }
.studio-img-two { right: 0; bottom: 0; width: 49%; height: 60%; border: 12px solid var(--paper); }
.studio-monogram { position: absolute; right: 6%; top: 6%; z-index: -1; color: rgba(126,23,43,.08); font-family: var(--serif); font-size: 330px; line-height: 1; }

.answer-section { background: var(--burgundy); color: white; }
.answer-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.answer-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 5vw, 74px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.answer-lead { margin: 0 0 40px; color: white; font-family: var(--serif); font-size: 27px; line-height: 1.5; }
.answer-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 38px; }
.answer-columns p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.answer-columns strong { display: block; margin-bottom: 6px; color: var(--gold); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.medical-note { margin: 38px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.47); font-size: 11px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:not(.section-kicker) { max-width: 390px; margin: 28px 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; min-height: 90px; display: grid; grid-template-columns: 46px 1fr 28px; align-items: center; gap: 16px;
  font-family: var(--serif); font-size: 22px; line-height: 1.3;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--burgundy); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.faq-list summary i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--burgundy); font-family: var(--sans); font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 40px 28px 62px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.contact { padding: 0; background: var(--ink); color: white; }
.contact-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.contact-copy { padding: 96px max(56px, calc((100vw - 1280px) / 2)); padding-right: 80px; background: var(--ink); }
.contact-copy h2 { font-size: clamp(58px, 5.7vw, 86px); }
.contact-copy > p:not(.section-kicker) { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.6); }
.contact-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button-gold { background: var(--gold); color: var(--burgundy-dark); }
.contact-phone { display: flex; flex-direction: column; font-family: var(--serif); font-size: 25px; line-height: 1.1; }
.contact-phone small, address small { color: var(--gold); font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact-copy address { display: grid; grid-template-columns: 1.35fr .65fr; gap: 30px; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); font-style: normal; }
.contact-copy address strong { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 500; line-height: 1.75; }
.directions-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-wrap { min-height: 740px; position: relative; background: #e7dfd4; }
.map-wrap iframe { width: 100%; height: 100%; position: absolute; inset: 0; filter: saturate(.55) contrast(.96); }
.map-badge { position: absolute; right: 22px; bottom: 22px; display: flex; gap: 14px; padding: 10px 14px; background: rgba(25,23,21,.88); color: white; font-size: 9px; letter-spacing: .1em; }

footer { padding: 60px 0 24px; background: #100f0e; color: white; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr .8fr; gap: 60px; align-items: center; padding-bottom: 46px; }
.footer-brand { width: 205px; }
.footer-brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.footer-main > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.45); font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; gap: 23px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.32); font-size: 10px; }
.mobile-cta { display: none; }

@media (max-width: 1120px) {
  .site-header nav { gap: 20px; }
  .site-header nav a:nth-child(3), .site-header nav a:nth-child(4) { display: none; }
  .hero-grid { gap: 44px; }
  .hero-facts { gap: 24px; }
  .hero-facts span { display: none; }
  .intro-grid { grid-template-columns: .4fr 1.4fr .7fr; gap: 38px; }
  .approach-grid, .studio-grid, .faq-grid { gap: 60px; }
  .contact-copy { padding-left: 48px; padding-right: 48px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 720px); }
  .section { padding-block: 84px; }
  .site-header { height: 82px; }
  .header-inner { gap: 16px; }
  .brand { width: 170px; }
  .site-header nav { display: none; }
  .header-call { margin-left: auto; padding-left: 18px; }
  .hero { min-height: auto; padding: 120px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(70px, 16vw, 105px); }
  .hero-lead { max-width: 650px; }
  .hero-visual { height: min(680px, 105vw); }
  .hero-image-wrap { inset: 0; border-radius: 200px 200px 8px 8px; }
  .hero-stamp { right: -12px; }
  .hero-note { left: 20px; }
  .local-strip div { justify-content: flex-start; padding-left: 20px; overflow: hidden; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro aside { max-width: 500px; margin-left: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-media { height: 680px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid .proof-large { grid-column: 1 / -1; min-height: 640px; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-copy { max-width: 620px; }
  .answer-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { padding: 84px 40px; }
  .map-wrap { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 62px; }
  .shell { width: calc(100% - 32px); }
  .section { padding-block: 72px; }
  .site-header { height: 72px; }
  .brand { width: 147px; }
  .header-call { border: 0; padding: 0; }
  .header-call span { display: none; }
  .header-call strong { font-size: 12px; }
  .hero { padding-top: 106px; }
  .hero h1 { font-size: clamp(60px, 18vw, 86px); }
  .hero-lead { margin-top: 26px; font-size: 16px; line-height: 1.7; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 20px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-facts { margin-top: 42px; justify-content: space-between; gap: 8px; }
  .hero-facts > div { flex: 1; justify-content: center; padding: 0 10px; border-right: 1px solid rgba(255,255,255,.18); }
  .hero-facts > div:last-child { border: 0; }
  .hero-facts strong { font-size: 27px; }
  .hero-visual { height: 122vw; min-height: 450px; }
  .hero-image-wrap { border-radius: 130px 130px 6px 6px; }
  .hero-stamp { width: 100px; top: 48px; }
  .hero-note { left: 10px; bottom: 20px; width: 210px; }
  .intro h2, .approach h2, .studio h2, .faq h2, .contact h2 { font-size: clamp(48px, 14vw, 68px); }
  .intro-grid > div > p { font-size: 16px; }
  .intro aside { margin-top: 20px; }
  .section-heading h2 { font-size: 51px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-card h3 { margin-top: 38px; }
  .services-action { align-items: stretch; flex-direction: column; }
  .approach-media { height: 122vw; min-height: 460px; }
  .steps li { grid-template-columns: 42px 1fr; gap: 12px; }
  .proof-grid { gap: 10px; }
  .proof-grid .proof-large { min-height: 92vw; }
  .proof-grid figure { min-height: 45vw; }
  .proof-note { text-align: left; }
  .studio-collage { height: 130vw; max-height: 650px; }
  .studio-img-one { width: 73%; }
  .studio-img-two { width: 58%; }
  .answer-columns { grid-template-columns: 1fr; }
  .answer-lead { font-size: 23px; }
  .faq-list summary { min-height: 84px; grid-template-columns: 30px 1fr 28px; gap: 10px; font-size: 19px; }
  .faq-list details p { margin: 0 10px 26px 40px; }
  .contact-copy { padding: 72px 24px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-phone { align-items: center; }
  .contact-copy address { grid-template-columns: 1fr; }
  .map-wrap { min-height: 430px; }
  .footer-main, .footer-bottom { width: calc(100% - 32px); }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-cta {
    position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 62px;
    display: grid; grid-template-columns: .7fr 1.3fr; background: white;
    box-shadow: 0 -8px 30px rgba(30,18,18,.15); padding: 7px;
  }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-cta a:first-child { color: var(--burgundy); }
  .mobile-cta a:last-child { background: #1e9c55; color: white; }
}

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

@media print {
  .site-header, .mobile-cta, .hero-actions, .local-strip, .map-wrap, footer { display: none !important; }
  .hero { min-height: auto; padding: 40px 0; background: white; color: black; }
  .section { padding-block: 40px; }
}
