:root {
  --color-bg: #f4efe6; --color-text: #3a342c; --color-heading: #1c1814;
  --color-muted: #7a7166; --color-accent: #9a7b55; --color-surface: #ebe4d8;
  --color-border: rgba(28,24,20,.1); --nav-fg: #f4efe6; --nav-solid: rgba(244,239,230,.92);
  --nav-solid-fg: #1c1814; --btn-primary-fg: #1c1814; --font-display: 'Playfair Display', 'Cormorant Garamond', serif;
  --font-body: 'Assistant', sans-serif; --footer-bg: #ebe4d8;
}
html:has(body.theme-editorial) { overflow-x: hidden; }
.theme-editorial { overflow-x: hidden; overscroll-behavior-x: none; }
.theme-editorial [data-reveal="left"],
.theme-editorial [data-reveal="right"] { transform: translateY(28px); }
body { font-family: var(--font-body); background: var(--color-bg); color: var(--color-text); }
h1,h2,h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.03em; }
.ed-hero { position: relative; min-height: 100vh; overflow: hidden; isolation: isolate; }
.ed-hero__stage { position: absolute; inset: 0; display: grid; grid-template-columns: 1.4fr .8fr; overflow: hidden; }
.ed-hero__a, .ed-hero__b { overflow: hidden; min-width: 0; background: #cbbba6; }
.ed-marquee figure, .ed-about__img, .ed-belief__img, .ed-list .zoom-img { background: #cbbba6; }
.ed-hero__a img, .ed-hero__b img { width: 100%; height: 100%; object-fit: cover; }
.ed-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,24,20,.55) 0%, rgba(28,24,20,.1) 55%, rgba(28,24,20,.35) 100%); pointer-events: none; }
.ed-hero__copy { position: relative; z-index: 2; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 8rem 8% 6rem; max-width: min(52rem, 94vw); color: #f7f1e8; }
.ed-hero h1 { font-size: clamp(3.2rem, 8vw, 6.5rem); line-height: .95; font-style: italic; }
.ed-hero .lede { white-space: nowrap; font-size: clamp(0.72rem, 2.35vw, 1.2rem); font-weight: 300; margin: 1.2rem 0 1.8rem; max-width: none; letter-spacing: 0; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.ed-stories, .ed-gallery { padding: 14px 0; background: #1c1814; overflow: hidden; }
.ed-marquee { overflow: hidden; width: 100%; direction: ltr; }
.ed-marquee__track { display: flex; width: max-content; animation: ed-roll 48s linear infinite; }
.ed-marquee:hover .ed-marquee__track,
.ed-marquee:focus-within .ed-marquee__track { animation-play-state: paused; }
.ed-marquee__set { display: flex; gap: 12px; padding-inline-end: 12px; flex-shrink: 0; }
.ed-marquee figure { flex: 0 0 380px; margin: 0; }
.ed-marquee img { width: 380px; height: 42vh; max-height: 420px; object-fit: cover; display: block; }
@keyframes ed-roll { to { transform: translate3d(-50%, 0, 0); } }
.ed-gallery .ed-marquee__track { animation-duration: 56s; animation-direction: reverse; }
.ed-about { padding-block: 8rem; overflow: hidden; }
.ed-about__grid { display: grid; gap: 4rem; align-items: center; }
@media (min-width: 880px) { .ed-about__grid { grid-template-columns: 1.1fr .9fr; } }
.ed-about__img { aspect-ratio: 4/5; overflow: hidden; }
.body-lg { font-size: 1.15rem; line-height: 1.85; color: var(--color-muted); }
.ed-stats { display: flex; gap: 2rem; margin-top: 2.5rem; }
.ed-stats b { display: block; font-family: var(--font-display); font-size: 2rem; }
.ed-belief { display: grid; min-height: 70vh; background: #1c1814; color: #f7f1e8; overflow: hidden; }
@media (min-width: 800px) { .ed-belief { grid-template-columns: 1fr 1fr; } }
.ed-belief blockquote { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: clamp(2.5rem, 6vw, 5rem) 10%; margin: 0; }
.ed-belief p { font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 2.05rem); font-style: italic; line-height: 1.55; max-width: 22ch; }
.ed-belief cite { display: block; margin-top: 1.6rem; letter-spacing: .14em; font-size: .78rem; font-style: normal; color: #cbbba6; }
.ed-belief__img { min-height: 48vh; overflow: hidden; }
.ed-belief__img img { width: 100%; height: 100%; object-fit: cover; }
.ed-services { padding-block: 7rem; overflow: hidden; }
.ed-list { display: grid; gap: 2rem; margin-top: 3rem; }
.ed-list li { display: grid; gap: 1.2rem; grid-template-columns: auto 1fr; align-items: center; padding: 1.2rem 0; border-top: 1px solid var(--color-border); }
@media (min-width: 800px) { .ed-list li { grid-template-columns: 4rem 1fr 220px; } }
.ed-list span { font-family: var(--font-display); font-size: 1.4rem; color: var(--color-accent); }
.ed-list img { height: 140px; width: 100%; object-fit: cover; }
@media (max-width: 700px) {
  .ed-hero__stage { grid-template-columns: 1fr; }
  .ed-hero__b { display: none; }
  .ed-marquee figure, .ed-marquee img { flex-basis: 280px; width: 280px; height: 34vh; }
}
@media (prefers-reduced-motion: reduce) {
  .ed-marquee__track { animation: none; }
  .ed-hero__a img { animation: none; }
}
body.a11y-stop-motion .ed-marquee__track { animation: none; }