:root {
  --paper: #f3efe6;
  --ink: #171513;
  --wine: #6b1f2a;
  --muted: #8f877c;
  --rule: #cbc3b7;
  --dark: #151210;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }

.site-header { height: 96px; padding: 0 3.2vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule); background: rgba(243,239,230,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px); }
.wordmark { font-family: var(--serif); text-transform: uppercase; letter-spacing: .28em; font-size: 20px; }
nav { display: flex; gap: 48px; }
nav a { text-transform: uppercase; letter-spacing: .12em; font-size: 13px; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--wine); transition: right .18s ease; }
nav a:hover::after { right: 0; }

.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: 46% 54%; }
.hero-copy { padding: 8vh 7vw 6vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .section-label { font-size: 12px; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); margin: 0 0 34px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; }
h1 { font-size: clamp(54px, 5.3vw, 84px); line-height: .98; letter-spacing: -.035em; }
.accent-rule { width: 46px; height: 2px; background: var(--wine); margin: 40px 0 30px; }
.experience { color: var(--wine); font-family: var(--serif); font-size: 30px; margin: 0 0 8px; }
.service-line { font-family: var(--serif); font-size: 20px; margin: 0; }
.appointment { margin-top: 50px; color: var(--muted); }
.appointment span { display: block; width: 46px; border-top: 1px solid var(--muted); margin-bottom: 18px; }
.appointment p { margin: 0; font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 240px; min-height: 62px; padding: 0 30px; background: var(--wine); color: white; text-transform: uppercase; letter-spacing: .11em; font-size: 13px; margin-top: 28px; transition: transform .18s ease, background .18s ease; }
.button:hover { background: #4e151d; transform: translateY(-2px); }
.hero-image { min-height: 620px; position: relative; overflow: hidden; background: radial-gradient(ellipse at 65% 40%, rgba(107,31,42,.38), transparent 35%), linear-gradient(135deg, #0d0b0a 0%, #2a1a15 43%, #0b0908 100%); }
.hero-image::before { content: ""; width: 74%; aspect-ratio: 1/1; position: absolute; left: 22%; top: 14%; border: 2px solid rgba(203,195,183,.28); border-radius: 48% 52% 46% 54%; transform: rotate(-13deg); box-shadow: 0 0 0 24px rgba(0,0,0,.12), inset 0 0 80px rgba(0,0,0,.65); }
.hero-image::after { content: ""; position: absolute; width: 2px; height: 125%; background: rgba(203,195,183,.3); left: 58%; top: -12%; transform: rotate(24deg); box-shadow: 12px 0 rgba(203,195,183,.14), 24px 0 rgba(203,195,183,.09); }
.image-note { position: absolute; z-index: 2; right: 28px; bottom: 25px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }

.section { padding: 140px 7vw; }
.intro { display: grid; grid-template-columns: 28% 72%; border-bottom: 1px solid var(--rule); }
.intro h2, .section-heading h2 { font-size: clamp(48px, 5vw, 76px); line-height: 1.02; letter-spacing: -.03em; }
.lead { max-width: 850px; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 38px); line-height: 1.35; margin: 48px 0 30px; }
.small-note { color: var(--muted); font-size: 14px; }
.services { display: grid; grid-template-columns: 37% 63%; gap: 5vw; }
.service-list article { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 40px 0; border-top: 1px solid var(--rule); }
.service-list article > span { color: var(--wine); font-size: 12px; letter-spacing: .15em; }
.service-list h3 { font-size: 36px; margin-bottom: 14px; }
.service-list article p { max-width: 560px; color: #514b45; line-height: 1.7; margin: 0; }
.student-note { background: var(--wine); color: white; padding: 36px 40px; margin-top: 22px; }
.student-note span { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; opacity: .7; }
.student-note p { font-family: var(--serif); font-size: 27px; max-width: 530px; margin: 16px 0 0; }
.gallery { background: #e8e2d8; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 280px 280px; gap: 18px; }
.photo-placeholder { background: #26211e; color: rgba(255,255,255,.45); display: flex; align-items: flex-end; padding: 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; position: relative; overflow: hidden; }
.photo-placeholder::before { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(255,255,255,.12); transform: rotate(-5deg); }
.photo-placeholder.tall { grid-row: 1 / 3; background: linear-gradient(145deg,#0e0c0b,#3b2821); }
.photo-placeholder.has-photo { margin: 0; padding: 0; }
.photo-placeholder.has-photo::before { display: none; }
.photo-placeholder.has-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; filter: saturate(.82) contrast(1.03); transition: transform .5s ease; }
.photo-placeholder.has-photo:hover img { transform: scale(1.015); }
.photo-placeholder.has-photo figcaption { position: absolute; z-index: 2; left: 22px; bottom: 20px; padding: 8px 11px; background: rgba(21,18,16,.72); color: rgba(255,255,255,.82); backdrop-filter: blur(5px); }
.contact { background: var(--dark); color: var(--paper); display: grid; grid-template-columns: 55% 45%; }
.section-label.light { color: #a59d91; }
.contact h2 { font-size: clamp(54px, 6vw, 88px); line-height: 1; }
.contact-details { padding-top: 45px; }
.contact-details > p { color: #a59d91; margin: 0 0 30px; }
address { font-family: var(--serif); font-style: normal; font-size: 24px; line-height: 1.5; margin-bottom: 28px; }
address span { color: #a59d91; font-family: var(--sans); font-size: 13px; }
.contact-details > a:not(.button) { display: block; text-decoration: underline; text-underline-offset: 5px; }
.light-button { background: var(--paper); color: var(--ink); }
.light-button:hover { background: white; }
footer { padding: 34px 7vw; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
footer div { display: flex; gap: 30px; }
.legal { padding: 70px 7vw; border-top: 1px solid var(--rule); }
.legal h2 { font-size: 36px; }
.legal p { max-width: 760px; line-height: 1.7; }
.legal-warning { color: var(--wine); font-size: 13px; }

a:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
@media (max-width: 850px) {
  .site-header { height: 76px; padding: 0 22px; }
  .wordmark { font-size: 16px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 85px 28px 70px; }
  .hero-image { min-height: 58vh; }
  .section { padding: 90px 28px; }
  .intro, .services, .contact { grid-template-columns: 1fr; }
  .intro .section-label, .section-heading { margin-bottom: 55px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 400px 240px 240px; }
  .photo-placeholder.tall { grid-row: auto; }
  .contact-details { padding-top: 70px; }
  footer { padding: 30px 28px; flex-direction: column; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
