:root {
  --ink: #18201f;
  --paper: #f0eee8;
  --slate: #101416;
  --slate-2: #20282a;
  --line: #394646;
  --violet: #8d5a9b;
  --green: #6c936f;
  --muted: #bfc5bf;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--paper);
  background: var(--slate);
  line-height: 1.6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--slate); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: #c9a8cf; }
.skip-link { position: absolute; left: 1rem; top: -3rem; background: var(--paper); color: var(--ink); padding: .65rem 1rem; z-index: 20; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(16,20,22,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { max-width: var(--max); margin: auto; padding: 1rem 1.5rem; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; }
.brand { display: flex; gap: .75rem; align-items: center; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border: 1px solid var(--violet); color: #d1a9d8; font-family: Georgia, serif; font-size: 1.5rem; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1.05rem; }
.brand small { color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.header-contact { display: flex; gap: 1.2rem; align-items: center; font-size: .86rem; }
.header-contact > a:first-child { color: #d3e2cf; font-weight: 700; }
.header-email { text-decoration: underline; text-underline-offset: 4px; }
.site-nav { grid-column: 1 / -1; display: flex; gap: 1.5rem; border-top: 1px solid var(--line); padding-top: .8rem; }
.nav-link { font-size: .77rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); padding: .2rem 0; border-bottom: 1px solid transparent; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--paper); border-color: var(--violet); }
.menu-toggle { display: none; color: var(--paper); border: 1px solid var(--line); background: transparent; padding: .55rem .8rem; font: inherit; }
.mobile-nav { display: none; }
.hero { max-width: var(--max); margin: 0 auto; padding: clamp(2rem,7vw,6rem) 1.5rem 4rem; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: clamp(2rem,6vw,6rem); align-items: end; }
.hero-media { order: 2; min-height: 360px; position: relative; overflow: hidden; background: var(--slate-2); }
.hero-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(240,238,232,.25); pointer-events: none; }
.hero-media img { height: 100%; min-height: 360px; width: 100%; object-fit: cover; }
.hero-copy { order: 1; }
.kicker { margin: 0 0 1rem; color: #a9c4a8; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 700; }
.hero h1, .page-intro h1 { max-width: 11ch; margin: 0 0 1.4rem; font: 400 clamp(3rem,7vw,6.6rem)/.93 Georgia, serif; letter-spacing: -.03em; }
.lede { max-width: 56ch; color: var(--muted); font-size: 1.06rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.85rem; padding: .7rem 1rem; border: 1px solid var(--violet); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.button-primary { background: var(--violet); color: #fff; }
.button-primary:hover { background: #a16caf; color: #fff; }
.button-quiet { border-color: var(--line); color: var(--paper); }
.section-shell { max-width: var(--max); margin: auto; padding: clamp(3.5rem,8vw,7rem) 1.5rem; }
.intro-section, .split-section, .video-section, .contact-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(2rem,8vw,7rem); }
.section-heading h2, .intro-section h2, .service-list h2, .split-section h2, .video-section h2, .contact-strip h2, .contact-details h2, .contact-form h2 { margin: .2rem 0 1.25rem; font: 400 clamp(2rem,4.5vw,4.3rem)/1.02 Georgia, serif; letter-spacing: -.025em; }
.intro-copy { color: var(--muted); max-width: 55ch; }
.text-link { display: inline-block; margin-top: 1.2rem; color: #d1a9d8; text-decoration: underline; text-underline-offset: 5px; }
.service-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem,6vw,5rem); align-items: center; background: var(--paper); color: var(--ink); max-width: none; padding-left: max(1.5rem,calc((100% - var(--max))/2 + 1.5rem)); padding-right: max(1.5rem,calc((100% - var(--max))/2 + 1.5rem)); }
.service-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.service-list h2 { color: var(--ink); }
.service-list .kicker { color: #55775b; }
.service-layout .text-link { color: #5c3f69; }
.plain-list { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; gap: .65rem; }
.plain-list li { padding: .7rem 0; border-bottom: 1px solid currentColor; color: inherit; }
.plain-list li::before { content: ""; display: inline-block; width: .45rem; height: .45rem; margin: 0 .7rem .1rem 0; background: var(--violet); }
.surface-section { border-top: 1px solid var(--line); }
.surface-section .section-heading { max-width: 700px; }
.surface-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px,32%); gap: 1rem; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; padding-bottom: 1rem; scrollbar-color: var(--violet) var(--slate-2); }
.surface-rail figure { margin: 0; scroll-snap-align: start; }
.surface-rail img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.surface-rail figcaption { padding: .7rem 0; color: var(--muted); font-size: .84rem; }
.rail-controls { display: flex; justify-content: flex-end; align-items: center; gap: 1rem; color: var(--muted); font-size: .8rem; }
.rail-controls button { background: transparent; color: var(--paper); border: 1px solid var(--line); padding: .5rem .75rem; }
.rail-controls button:disabled { opacity: .4; }
.video-section { align-items: center; background: #192022; max-width: none; padding-left: max(1.5rem,calc((100% - var(--max))/2 + 1.5rem)); padding-right: max(1.5rem,calc((100% - var(--max))/2 + 1.5rem)); }
.video-frame { aspect-ratio: 16 / 9; background: #0b0d0e; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.dark-band { background: var(--slate-2); border-block: 1px solid var(--line); }
.survey-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; }
.tall-image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.image-pair img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.page-intro { padding-bottom: 2rem; }
.page-intro h1 { max-width: 14ch; }
.page-intro > p:last-child { max-width: 58ch; color: var(--muted); font-size: 1.05rem; }
.faq-list { padding-top: 0; }
.faq-list details { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font: 400 clamp(1.25rem,2.4vw,2rem) Georgia, serif; }
details p { max-width: 65ch; color: var(--muted); margin: 1rem 0 0; }
.review-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; padding-top: 1rem; }
.review-list blockquote { margin: 0; padding: 1.5rem; background: var(--slate-2); border: 1px solid var(--line); color: #e3e5df; }
.review-list blockquote p { margin: 0 0 1.5rem; }
.review-list cite { color: #b9d1b5; font-style: normal; font-size: .82rem; }
.wide-image { width: 100%; max-height: 320px; object-fit: cover; }
.image-note { color: var(--muted); font-size: .8rem; }
.contact-layout { align-items: start; }
.contact-details dl { margin-top: 2rem; }
.contact-details dl div { padding: 1rem 0; border-top: 1px solid var(--line); }
dt { color: #a9c4a8; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
dd { margin: .3rem 0 0; color: var(--muted); }
dd a { text-decoration: underline; text-underline-offset: 4px; }
.contact-form { padding: 1.5rem; background: var(--slate-2); border: 1px solid var(--line); }
label { display: block; margin-top: 1rem; color: var(--muted); font-size: .8rem; }
input, select, textarea { display: block; width: 100%; margin-top: .35rem; padding: .75rem; background: var(--slate); border: 1px solid var(--line); color: var(--paper); font: inherit; border-radius: 0; }
textarea { resize: vertical; }
.contact-form .button { margin-top: 1.3rem; }
.form-feedback { min-height: 1.5rem; color: #c4d9bf; font-size: .85rem; }
.contact-note { border-top: 1px solid var(--line); padding-top: 1.2rem; color: var(--muted); }
.contact-note a { color: var(--paper); text-decoration: underline; }
.contact-strip { max-width: var(--max); margin: 0 auto; padding: 2.5rem 1.5rem 5rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.contact-strip h2 { max-width: 15ch; }
.site-footer { border-top: 1px solid var(--line); background: #0b0e0f; }
.footer-inner { max-width: var(--max); margin: auto; padding: 3rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; color: var(--muted); font-size: .85rem; }
.footer-title { color: var(--paper); font: 400 1.2rem Georgia, serif; margin: 0 0 .6rem; }
.footer-note { max-width: 28ch; }
.footer-contact { display: grid; gap: .4rem; }
.footer-contact a:first-child { color: #d5e5cf; font-weight: 700; }
.site-footer address { font-style: normal; }
.button:focus-visible, .nav-link:focus-visible, .menu-toggle:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid #d4b6db; outline-offset: 3px; }
@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-contact, .site-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { border-top: 1px solid var(--line); padding: 1rem 1.5rem 1.3rem; display: none; }
  .mobile-nav.is-open { display: grid; gap: .7rem; }
  .mobile-nav .nav-link { display: block; padding: .6rem 0; }
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-media { order: 1; min-height: 280px; }
  .hero-media img { min-height: 280px; }
  .hero-copy { order: 2; }
  .intro-section, .split-section, .video-section, .contact-layout, .survey-grid { grid-template-columns: 1fr; }
  .service-layout { grid-template-columns: 1fr; padding-left: 1.5rem; padding-right: 1.5rem; }
  .service-image { max-width: 560px; }
  .review-list { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .contact-strip { align-items: start; flex-direction: column; }
  .image-pair { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .header-inner { padding: .85rem 1rem; }
  .hero, .section-shell, .contact-strip { padding-left: 1rem; padding-right: 1rem; }
  .hero h1, .page-intro h1 { font-size: clamp(2.7rem,14vw,4.2rem); }
  .footer-inner { grid-template-columns: 1fr; }
  .surface-rail { grid-auto-columns: 84%; }
  .button { width: 100%; }
  .actions { width: 100%; }
  .actions .button { flex: 1; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; } }
