:root {
  --ink: #171316;
  --ink-soft: #d1c4ca;
  --paper: #151014;
  --white: #fff;
  --accent: #a63d67;
  --accent-dark: #70213f;
  --accent-pale: #eedde4;
  --line: #49343e;
  --surface: #1d161a;
  --surface-raised: #271c22;
  --text: #f4edf0;
  --text-soft: #cfc1c7;
  --link: #e39ab6;
  --green: #246b58;
  --shadow: 0 22px 55px rgba(0, 0, 0, .28);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: var(--link); text-underline-offset: .18em; }
a:hover { color: #f1bed1; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--accent);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  color: var(--white);
  background: rgba(23, 19, 22, .97);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .92rem;
  font-weight: 750;
  white-space: nowrap;
}
.site-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.site-nav a {
  color: #eee8eb;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: #cf7d9b; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  cursor: pointer;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  min-height: min(760px, calc(100vh - 76px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  color: var(--white);
  background: var(--ink);
}
.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 130px) clamp(40px, 7vw, 110px);
}
.eyebrow {
  margin: 0 0 18px;
  color: #bc7c94;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1, .page-hero h1, .section-heading h2, .content h2, .content h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
}
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(3.4rem, 7vw, 7.4rem); letter-spacing: -.045em; }
.hero h1 span { display: block; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: #eee5e9; font-size: clamp(1.08rem, 1.45vw, 1.34rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
}
.button-primary { color: var(--white); background: var(--accent); }
.button-primary:hover { color: var(--white); background: #91365a; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--accent); background: #f7eef2; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button-outline:hover { color: var(--white); border-color: var(--white); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0 0; padding: 0; list-style: none; }
.hero-tags li { padding: 7px 11px; color: #dacdd3; border: 1px solid rgba(255,255,255,.18); font-size: .76rem; letter-spacing: .04em; }
.hero-portrait { min-height: 620px; overflow: hidden; background: #34232c; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 8% center; }

.section { padding-block: clamp(72px, 9vw, 118px); }
.section-white { background: var(--surface); }
.section-ink { color: var(--white); background: var(--ink); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2 { margin: 0 0 18px; font-size: clamp(2.3rem, 5vw, 4.5rem); letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--text-soft); font-size: 1.08rem; }
.section-ink .section-heading p { color: #d7cdd1; }

.reel-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(34px, 6vw, 72px); align-items: center; }
.video-shell { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #080808; box-shadow: var(--shadow); }
.video-shell img, .video-shell iframe { width: 100%; height: 100%; object-fit: cover; border: 0; }
.video-shell img { opacity: .72; }
.video-play {
  position: absolute;
  inset: 0;
  width: 100%;
  color: var(--white);
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.62));
  border: 0;
  cursor: pointer;
}
.play-disc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  transform: translate(-50%, -50%);
  transition: transform .2s ease, background .2s ease;
}
.play-disc::after { content: ""; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid var(--accent); }
.video-play:hover .play-disc, .video-play:focus-visible .play-disc { background: var(--accent-pale); transform: translate(-50%, -50%) scale(1.06); }
.video-label { position: absolute; right: 24px; bottom: 20px; left: 24px; text-align: left; font-weight: 700; }
.reel-copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.1; font-weight: 500; }
.reel-copy p { color: var(--text-soft); }
.text-link { display: inline-block; margin-top: 10px; font-weight: 750; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.service-card { color: var(--text); background: var(--surface-raised); border: 1px solid var(--line); box-shadow: 0 12px 36px rgba(0,0,0,.2); }
.service-card a { display: block; color: inherit; text-decoration: none; }
.service-card-image { overflow: hidden; aspect-ratio: 4 / 3; background: #ddd; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card--medical img { object-position: 48% 35%; }
.service-card--portrait img { object-position: center 25%; }
.service-card:hover img { transform: scale(1.025); }
.service-card-title { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border-top: 4px solid var(--accent); }
.service-card-title h3 { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.2; font-weight: 500; }
.service-card-title span { color: var(--link); font-size: 1.25rem; }

.quote-band { padding-block: 70px; color: var(--white); background: var(--accent-dark); }
.quote-band blockquote { max-width: 900px; margin: 0 auto; text-align: center; }
.quote-band p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1.35; }
.quote-band cite { display: block; margin-top: 20px; font-style: normal; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.contact-band { padding-block: 74px; color: var(--white); background: #291b22; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.contact-band h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; }
.contact-band p { max-width: 690px; margin: 0; color: #d9ccd2; }

.page-hero { color: var(--white); background: var(--ink); }
.page-hero-inner { min-height: 440px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); align-items: stretch; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 68px clamp(30px, 6vw, 80px) 68px 0; }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 6.5vw, 6.5rem); letter-spacing: -.045em; }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: #e7dde1; font-size: 1.12rem; }
.page-hero-image { overflow: hidden; }
.page-hero-image img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center; }
.page-hero-image--left img { object-position: 25% center; }

.content { max-width: 820px; }
.content-wide { max-width: 1080px; }
.content h2 { margin: 2.1em 0 .65em; font-size: clamp(2rem, 3.5vw, 3rem); letter-spacing: -.025em; }
.content h2:first-child { margin-top: 0; }
.content h3 { margin: 1.8em 0 .5em; font-size: 1.5rem; }
.content p { margin: 0 0 1.25em; }
.content .lead { font-size: 1.2rem; color: var(--ink-soft); }
.content ul { padding-left: 1.25em; }
.content li + li { margin-top: .45em; }
.split-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr); gap: clamp(42px, 8vw, 100px); align-items: start; }
.portrait-card { position: sticky; top: 110px; padding: 16px; background: var(--surface-raised); border: 1px solid var(--line); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; max-height: 620px; object-fit: cover; object-position: center 20%; }
.portrait-card p { margin: 14px 4px 2px; color: var(--text-soft); font-size: .82rem; }

.credit-section { margin-top: 56px; }
.credit-section h2 { display: flex; align-items: center; gap: 13px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); }
.credit-list { display: grid; grid-template-columns: 1.15fr .8fr 1fr; margin: 0; }
.credit-list dt, .credit-list dd { margin: 0; padding: 11px 12px; border-bottom: 1px solid var(--line); }
.credit-list dt { font-weight: 700; }
.credit-list dd:nth-of-type(2n) { color: var(--text-soft); }

.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 34px 0 52px; }
.gallery figure { margin: 0; overflow: hidden; background: var(--surface-raised); }
.gallery img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.video-list { display: grid; gap: 42px; }
.video-item h2 { margin: 0 0 14px; font-size: 1.65rem; }
.video-fallback { margin-top: 10px; font-size: .9rem; }

.audio-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.audio-item { padding: 22px; background: var(--surface-raised); border: 1px solid var(--line); border-top: 4px solid var(--accent); box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.audio-item h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.audio-item audio { width: 100%; }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.testimonial-card { padding: 28px; background: var(--surface-raised); border: 1px solid var(--line); border-top: 4px solid var(--accent); }
.testimonial-card h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.testimonial-card blockquote { margin: 0; }
.testimonial-card footer { margin-top: 18px; color: var(--text-soft); font-size: .9rem; }
.reference-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr); gap: clamp(45px, 8vw, 95px); align-items: start; }
.contact-form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 14px; color: var(--text); background: var(--surface-raised); border: 1px solid #735464; border-radius: 2px; color-scheme: dark; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 3px solid rgba(122,41,72,.18); border-color: var(--accent); }
.contact-form textarea { min-height: 180px; resize: vertical; }
.required-note, .privacy-note { color: var(--text-soft); font-size: .88rem; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-card { padding: 30px; color: var(--white); background: var(--accent-dark); }
.contact-card h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.contact-card a { color: var(--white); }
altcha-widget { display: block; max-width: 420px; color-scheme: dark; --altcha-color-base: #271c22; --altcha-color-border: #735464; --altcha-color-text: #f4edf0; --altcha-color-border-focus: #d1789a; }

.status-panel { max-width: 690px; padding: 42px; background: var(--surface-raised); border: 1px solid var(--line); box-shadow: var(--shadow); }
.status-panel h1 { margin-top: 0; font-family: Georgia, serif; font-size: 3rem; font-weight: 500; }

.site-footer { padding-block: 52px; color: #cfc4c9; background: #110e10; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; }
.footer-brand { margin: 0 0 8px; color: var(--white); font-family: Georgia, serif; font-size: 1.75rem; }
.footer-copy { max-width: 570px; margin: 0; font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer-links a { color: #e8dfe3; font-size: .82rem; }
.copyright { margin: 26px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

@media (max-width: 940px) {
  :root { --shell: min(100% - 32px, 760px); }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; padding: 18px 16px 26px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav[data-open="true"] { display: block; }
  .site-nav ul { width: var(--shell); margin-inline: auto; display: grid; gap: 6px; }
  .site-nav a { display: block; padding: 11px 0; }
  .hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .hero-copy { padding: 78px max(24px, calc((100vw - min(100% - 32px, 760px)) / 2)); }
  .hero-portrait { min-height: 520px; }
  .hero-portrait img { object-position: 12% center; }
  .reel-grid, .split-content, .contact-layout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-hero-copy { padding-right: 0; }
  .page-hero-image img { min-height: 360px; max-height: 520px; }
  .portrait-card { position: static; max-width: 460px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-inner { min-height: 68px; }
  .site-nav { top: 68px; }
  .hero-copy { padding-top: 62px; padding-bottom: 62px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 5.2rem); }
  .hero-portrait { min-height: 390px; }
  .hero-portrait img { object-position: 6% center; }
  .service-grid, .testimonial-grid, .audio-list, .field-row { grid-template-columns: 1fr; }
  .service-card-title { min-height: 74px; }
  .gallery { grid-template-columns: 1fr; }
  .contact-band-inner, .footer-grid { align-items: flex-start; flex-direction: column; display: flex; }
  .footer-links { justify-content: flex-start; }
  .credit-list { grid-template-columns: 1fr; }
  .credit-list dt { padding-bottom: 2px; border-bottom: 0; }
  .credit-list dd { padding-top: 2px; }
  .credit-list dd:nth-of-type(2n) { padding-bottom: 12px; }
  .status-panel { padding: 28px; }
}

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