/* =========================================================================
   Snitynskyi Photo — main stylesheet (mobile-first)
   Ported from design v4 "Compact Editorial Luxury".
   Base styles target mobile; enhancements at 600 / 900 / 1024 / 1180 px.
   ========================================================================= */

/* ---------- Fonts (self-hosted, GDPR-safe) ---------- */
@font-face {
  font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/cormorant-garamond-v21-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-v21-cyrillic_latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-v21-cyrillic_latin-500italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/cormorant-garamond-v21-cyrillic_latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/hanken-grotesk-v12-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/hanken-grotesk-v12-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/hanken-grotesk-v12-latin-600.woff2") format("woff2");
}
/* Inter: Cyrillic-capable companion — Hanken Grotesk has no basic Cyrillic. */
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/inter-v20-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/inter-v20-cyrillic_latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/inter-v20-cyrillic_latin-600.woff2") format("woff2");
}

/* ---------- Tokens ---------- */
:root {
  --paper:      #f7f3ea;
  --paper-2:    #f1ece1;
  --paper-3:    #ece4d6;
  --ink:        #26231e;
  --ink-soft:   #57514780;
  --ink-soft-s: #575147;
  --ink-mute:   #8a8175;
  --ink-deep:   #1a1814;
  --gold:       #9a7f54;
  --gold-soft:  #c2ad88;
  --line:       rgba(38, 35, 30, 0.16);
  --line-soft:  rgba(38, 35, 30, 0.08);
  --paper-line: rgba(247, 243, 234, 0.16);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", "Inter", "Helvetica Neue", Arial, sans-serif;

  --pad-x: clamp(1.25rem, 4vw, 3.25rem);
  --bay:   clamp(4rem, 8vw, 7rem);
  --maxw:  1280px;
  --hdr-h: 72px;
  --ease:  cubic-bezier(0.22, 1, 0.36, 1);
}
/* Ukrainian pages: Inter carries the Cyrillic sans text. */
:lang(uk) { --sans: "Inter", "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif; }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.6; font-weight: 400;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--gold); color: var(--paper); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}
.skip-link:focus {
  position: fixed; top: 8px; left: 8px; z-index: 200; width: auto; height: auto;
  clip-path: none; background: var(--ink); color: var(--paper); padding: 0.7rem 1.2rem;
  font-size: 0.8rem; letter-spacing: 0.08em;
}

/* ---------- Primitives ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.bay { padding-top: var(--bay); padding-bottom: var(--bay); }
/* Used where the preceding section already supplies the vertical breathing
   room and a second full --bay would read as a gap. */
.bay--flush-top { padding-top: 0; }
.serif { font-family: var(--serif); font-weight: 500; }

.kicker {
  font-family: var(--sans); font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 0.85rem;
}
.kicker::after { content: ""; width: clamp(1.8rem, 4vw, 3.2rem); height: 1px; background: var(--gold-soft); flex-shrink: 0; }
.kicker--center { justify-content: center; align-self: center; width: max-content; max-width: 100%; white-space: nowrap; }
.kicker--center::before { content: ""; width: clamp(1.8rem, 4vw, 3.2rem); height: 1px; background: var(--gold-soft); flex-shrink: 0; }

.h-section {
  font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: -0.015em;
  font-size: clamp(2.1rem, 3.6vw, 3.3rem); text-wrap: balance; margin: 0;
}
.h-section em { font-style: italic; color: var(--gold); }
.lede { font-size: clamp(0.98rem, 1.2vw, 1.08rem); color: var(--ink-soft-s); line-height: 1.65; max-width: 50ch; margin: 0; }

.sec-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1.25rem 2.5rem; margin-bottom: clamp(1.8rem, 3.2vw, 3rem); }
.sec-head__l { display: flex; flex-direction: column; gap: 1.1rem; }

/* ---------- Buttons / links ---------- */
.btn {
  font-family: var(--sans); font-size: 0.76rem; font-weight: 500; letter-spacing: 0.07em;
  padding: 0.95rem 1.75rem; display: inline-flex; align-items: center; gap: 0.65rem; cursor: pointer;
  border: 1px solid var(--ink); background: var(--ink); color: var(--paper);
  transition: background .5s var(--ease), color .5s var(--ease), border-color .5s var(--ease);
  white-space: nowrap;
}
.btn__a { transition: transform .5s var(--ease); }
.btn:hover { background: transparent; color: var(--ink); }
.btn:hover .btn__a { transform: translateX(5px); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--light:hover { background: transparent; color: var(--paper); }
.btn--lightghost { background: transparent; color: var(--paper); border-color: var(--paper-line); }
.btn--lightghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--center { justify-content: center; }

.tlink {
  font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.6rem; position: relative;
}
.tlink__a { transition: transform .5s var(--ease); }
.tlink::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 100%;
  background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.tlink:hover::after { transform: scaleX(1); }
.tlink:hover .tlink__a { transform: translateX(5px); }
.tlink--light { color: rgba(247,243,234,0.62); text-transform: none; letter-spacing: 0.06em; font-weight: 500; }
.tlink--light:hover { color: var(--paper); }

/* ---------- Image slots ---------- */
.img-slot { display: block; background: var(--paper-3); position: relative; overflow: hidden; }
.img-slot img { width: 100%; height: 100%; object-fit: cover; }
.img-slot__ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  padding: 1rem; text-align: center; color: var(--ink-mute);
  font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
}
.media-cap { font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); }

/* =========================================================================
   HEADER
   ========================================================================= */
.hdr {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(16px) saturate(1.1); -webkit-backdrop-filter: blur(16px) saturate(1.1);
  border-bottom: 1px solid transparent; transition: border-color .5s var(--ease);
}
.hdr.scrolled { border-bottom-color: var(--line); }
.hdr__in { display: flex; align-items: center; justify-content: space-between; height: var(--hdr-h); gap: 1.25rem; }
/* The logo is artwork carrying the studio name, so no second text copy
   sits beside it. Height-driven: the SVG keeps its own proportions. */
.brand { display: flex; align-items: center; line-height: 0; flex-shrink: 0; }
.logo { display: block; width: auto; height: auto; }
/* Sized by height with max-width off: capping the width while the height
   is fixed would squash the artwork. */
.brand__logo { height: 30px; max-width: none; }

@media (min-width: 380px) { .brand__logo { height: 34px; } }
@media (min-width: 600px) { .brand__logo { height: 38px; } }
@media (min-width: 1100px) { .brand__logo { height: 40px; } }

.nav { display: none; }
.hdr__cta { display: flex; align-items: center; gap: 1.1rem; }
.hdr__cta .btn { display: none; padding: 0.68rem 1.35rem; }
/* Short CTA that stands in for the full one until the desktop bar fits. */
.hdr__cta .btn.hdr__cta-m { display: inline-flex; }
.btn--mini { padding: 0.6rem 1rem; font-size: 0.66rem; letter-spacing: 0.13em; }
.btn--mini .btn__a { margin-left: 0.4rem; }
.lang-switch--hdr { display: none; }
/* Narrow phones: the brand, the short CTA and the burger have to share
   360px, so tighten everything rather than drop the CTA. */
@media (max-width: 420px) {
  .hdr__in { gap: 0.6rem; }
  .hdr__cta { gap: 0.4rem; }
  .brand { font-size: 1.02rem; }
  .brand small { letter-spacing: 0.24em; }
  .btn--mini { padding: 0.55rem 0.8rem; font-size: 0.62rem; }
}

.burger { display: flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 1.5px; background: var(--ink); transition: transform .4s var(--ease), opacity .3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mnav {
  position: fixed; inset: 0; z-index: 99; background: var(--paper);
  display: flex; flex-direction: column; justify-content: center; padding: var(--pad-x);
  transform: translateY(-100%); transition: transform .6s var(--ease); pointer-events: none;
  visibility: hidden;
}
.mnav.open { transform: none; pointer-events: auto; visibility: visible; }
.mnav a:not(.btn) { font-family: var(--serif); font-size: clamp(1.8rem, 8vw, 2.6rem); font-weight: 500; padding: 0.3rem 0; border-bottom: 1px solid var(--line-soft); display: block; }
.mnav__foot { margin-top: 2.2rem; display: flex; flex-direction: column; gap: 1rem; }
/* Specificity must beat `.mnav a:not(.btn)`, which would otherwise render
   the language codes as huge serif links with a rule under them. */
.mnav .lang-switch--mnav { justify-content: center; gap: 1.6rem; }
.mnav__msgr { display: flex; justify-content: center; gap: 1.6rem; }
.mnav .mnav__msgr a {
  font-family: var(--sans); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft-s);
  padding: 0.2rem 0; border-bottom: 0; display: inline-block;
}
.mnav .mnav__msgr a:hover { color: var(--ink); }
.mnav .lang-switch--mnav a {
  font-family: var(--sans); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.16em; padding: 0.2rem 0; border-bottom: 0; display: inline-block;
}

/* ---------- Header language dropdown ----------
   Eight nav items leave no room for three inline codes, so the header
   shows only the active one and reveals the rest on demand. */
.lang-drop { display: none; position: relative; }
.lang-drop__btn {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: none; border: 0; padding: 0.35rem 0.2rem; cursor: pointer;
  font-family: var(--sans); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; color: var(--ink-soft-s);
  transition: color .3s var(--ease);
}
.lang-drop__btn:hover, .lang-drop.is-open .lang-drop__btn { color: var(--ink); }
.lang-drop__caret { width: 13px; height: 13px; transition: transform .35s var(--ease); }
.lang-drop.is-open .lang-drop__caret { transform: rotate(180deg); }

.lang-drop__list {
  position: absolute; top: calc(100% + 0.55rem); right: 0; z-index: 5;
  list-style: none; margin: 0; padding: 0.35rem 0; min-width: 9.5rem;
  background: var(--paper); border: 1px solid var(--line);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s var(--ease);
}
.lang-drop.is-open .lang-drop__list { opacity: 1; visibility: visible; transform: none; }
.lang-drop__list a {
  display: flex; align-items: baseline; gap: 0.6rem;
  padding: 0.5rem 0.95rem;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em;
  color: var(--ink-mute); transition: color .25s var(--ease), background .25s var(--ease);
}
.lang-drop__list a:hover { color: var(--ink); background: var(--paper-2); }
.lang-drop__list a.on { color: var(--ink); }
.lang-drop__name {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.02em;
  text-transform: none; color: var(--ink-mute);
}

/* The nav now carries seven items plus the language switcher and the CTA.
   German is the widest ("Hochzeiten", "Termin anfragen") and overflows a
   1024px bar, so the full desktop header starts at 1100px; below that the
   burger takes over. */
@media (min-width: 1100px) {
  .nav { display: flex; align-items: center; gap: 1.05rem; }
  .nav a { font-size: 0.74rem; font-weight: 500; color: var(--ink-soft-s); position: relative; white-space: nowrap; transition: color .4s; }
  .nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 100%; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
  .nav a:hover, .nav a.is-current { color: var(--ink); }
  .nav a:hover::after, .nav a.is-current::after { transform: scaleX(1); }
  .hdr__cta .btn { display: inline-flex; }
  .hdr__cta .btn.hdr__cta-m { display: none; }
  .burger, .mnav { display: none; }

  .lang-drop { display: block; }
}
@media (min-width: 1180px) {
  .hdr__in { gap: 2rem; }
  .nav { gap: 1.5rem; }
  .nav a { font-size: 0.78rem; }
}


/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; border-bottom: 1px solid var(--line); }
.hero__grid { display: grid; grid-template-columns: 1fr; max-width: var(--maxw); margin: 0 auto; }
.hero__right { position: relative; overflow: hidden; order: -1; }
.hero__right .img-slot { width: 100%; aspect-ratio: 4/3; height: auto; }
.hero__right .tag { position: absolute; left: 1.4rem; bottom: 1.4rem; z-index: 2; color: var(--paper); mix-blend-mode: difference; }
.hero__left { display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; padding: clamp(2.2rem, 7vw, 3.5rem) var(--pad-x); position: relative; }
.hero__left h1 { font-family: var(--serif); font-weight: 500; margin: 0; font-size: clamp(2.4rem, 4.4vw, 3.9rem); line-height: 1.0; letter-spacing: -0.018em; text-wrap: balance; }
.hero__left h1 em { font-style: italic; color: var(--gold); }
.hero__sub { font-size: clamp(0.98rem, 1.2vw, 1.1rem); color: var(--ink-soft-s); line-height: 1.62; max-width: 44ch; margin: 0; }
.hero__trust { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-mute); }
.hero__trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.8rem; margin: 0; }
.hero__trust span:not(.d) { white-space: nowrap; }
.hero__trust .d { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-soft); flex-shrink: 0; }
.hero__trust .ic { width: 1.25em; height: 1.25em; flex-shrink: 0; color: var(--gold); margin-right: 0.1rem; }
.hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 0.9rem; margin-top: 0.3rem; }
.hero__actions .btn { justify-content: center; }
.hero__scroll { display: none; }

@media (min-width: 600px) {
  .hero__actions { flex-direction: row; align-items: flex-start; }
  .hero__actions .btn { justify-content: flex-start; }
}
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: min(calc(100svh - var(--hdr-h)), 720px); }
  .hero__right { order: 0; }
  .hero__right .img-slot { aspect-ratio: auto; height: 100%; min-height: 480px; }
  .hero__left { padding: clamp(2rem, 4vw, 3.5rem) clamp(1.8rem, 3.5vw, 3.25rem) clamp(3.2rem, 5vw, 4rem) var(--pad-x); }
  .hero__scroll { position: absolute; left: var(--pad-x); bottom: 1.5rem; display: flex; align-items: center; gap: 0.8rem; font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-mute); z-index: 3; }
  .hero__scroll .ln { width: 42px; height: 1px; background: var(--gold-soft); position: relative; overflow: hidden; }
  .hero__scroll .ln::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); animation: sweep 2.8s var(--ease) infinite; }
}
@keyframes sweep { 0% { transform: translateX(-100%);} 55%,100% { transform: translateX(100%);} }

/* =========================================================================
   INTRO
   ========================================================================= */
.intro { display: grid; grid-template-columns: 1fr; gap: 1.3rem; align-items: start; }
.intro__meta { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); display: flex; flex-direction: column; gap: 0.55rem; padding-top: 0.6rem; }
.intro__big { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2.3rem); line-height: 1.22; letter-spacing: -0.008em; text-wrap: pretty; margin: 0; }
.intro__big em { font-style: italic; color: var(--gold); }
.intro__points { display: flex; flex-wrap: wrap; gap: 0.5rem 2.2rem; margin-top: clamp(1.4rem, 2.5vw, 2rem); padding-top: 1.2rem; border-top: 1px solid var(--line); }
.intro__points span { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft-s); display: inline-flex; align-items: center; gap: 0.65rem; }
.intro__points span::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
/* Caption sits under the frame, never over the photograph. */
.intro__detail { margin: 1.6rem 0 0; max-width: 22rem; }
.intro__detail .img-slot { overflow: hidden; }
.intro__detail .img-slot img { transition: transform 1.4s var(--ease); }
.intro__detail:hover .img-slot img { transform: scale(1.04); }
.intro__detail figcaption { display: block; padding-top: 0.7rem; }

@media (min-width: 900px) {
  .intro { grid-template-columns: 0.38fr 0.62fr; gap: clamp(1.8rem, 4vw, 4.5rem); }
  .intro__points { grid-column: 2; }
}

/* =========================================================================
   SERVICES
   ========================================================================= */
.svc-lead { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center; padding: clamp(1.8rem, 3.2vw, 2.8rem) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.svc-lead__media { overflow: hidden; position: relative; }
.svc-lead__media .img-slot { width: 100%; transition: transform 1.1s var(--ease); }
.svc-lead:hover .svc-lead__media .img-slot { transform: scale(1.03); }
.svc-lead__body { display: flex; flex-direction: column; gap: 1rem; max-width: 42ch; }
.svc-lead__ttl { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: 0.7rem; }
.svc-lead__num { font-family: var(--serif); font-size: 1.5rem; color: var(--gold); line-height: 1; }
.svc-lead h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1; margin: 0; letter-spacing: -0.012em; }
.svc-lead p { margin: 0; color: var(--ink-soft-s); font-size: 0.98rem; line-height: 1.62; }
.svc-lead__loc { font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.svc-lead__flag { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

.svc-rows { border-bottom: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: 116px 1fr; gap: 0.5rem clamp(1.2rem, 3vw, 2.6rem); align-items: center; padding: clamp(1.3rem, 2.2vw, 1.8rem) 0; border-bottom: 1px solid var(--line-soft); }
.svc-row:last-child { border-bottom: 0; }
.svc-row__thumb { overflow: hidden; grid-row: span 3; }
.svc-row__thumb .img-slot { width: 116px; aspect-ratio: 4/5; transition: transform 1s var(--ease); }
.svc-row:hover .svc-row__thumb .img-slot { transform: scale(1.05); }
.svc-row__ttl { display: flex; align-items: baseline; gap: 1rem; }
.svc-row__num { font-family: var(--serif); font-size: 1.1rem; color: var(--gold); line-height: 1; }
.svc-row h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.2vw, 1.95rem); line-height: 1.05; margin: 0; }
.svc-row p { margin: 0; color: var(--ink-soft-s); font-size: 0.92rem; line-height: 1.55; max-width: 44ch; grid-column: 2; }
.svc-row .tlink { grid-column: 2; justify-self: start; margin-top: 0.2rem; white-space: nowrap; }

@media (min-width: 900px) {
  .svc-lead { grid-template-columns: 0.92fr 1.08fr; gap: clamp(1.8rem, 4vw, 4rem); }
  /* Large enough for the photograph to sell the service, small enough
     that the "Main focus" card above still clearly leads. */
  .svc-row { grid-template-columns: 150px minmax(13rem, 0.6fr) 1fr auto; }
  .svc-row__thumb { grid-row: auto; }
  .svc-row__thumb .img-slot { width: 150px; }
  .svc-row p { grid-column: auto; }
  .svc-row .tlink { grid-column: auto; justify-self: auto; margin-top: 0; }
}

/* =========================================================================
   PORTFOLIO WALL
   ========================================================================= */
.folio { background: var(--paper-2); }
.wall { display: grid; grid-template-columns: 1fr; gap: clamp(0.9rem, 1.8vw, 1.6rem); align-items: start; }
.wall__col { display: flex; flex-direction: column; gap: clamp(0.9rem, 1.8vw, 1.6rem); }
.shot { position: relative; overflow: hidden; margin: 0; }
.shot .img-slot { width: 100%; transition: transform 1.2s var(--ease); }
/* Frames carry the photograph's own aspect-ratio, so the whole composition
   shows; `contain` keeps that true even if a stored size rounds off. */
.shot .img-slot img { object-fit: contain; }
.shot:hover .img-slot { transform: scale(1.05); }
.fcap { display: flex; align-items: baseline; gap: 0.6rem; padding-top: 0.55rem; font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); transition: color .4s var(--ease); }
.fcap .n { color: var(--gold); font-variant-numeric: tabular-nums; }
.shot:hover .fcap { color: var(--ink); }
.folio__foot { display: flex; justify-content: center; margin-top: clamp(2.2rem, 4vw, 3.2rem); }

/* ---------- Reflowing wall (portfolio + service pages) ----------
   Multi-column rather than grid: any number of photos flows into a
   masonry that never hides a column, and filtered-out items simply drop
   out while the rest reflow with no gaps left behind. */
.folio-filter { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; margin-bottom: clamp(1.6rem, 3vw, 2.4rem); padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.folio-filter__btn {
  background: none; border: 0; padding: 0.25rem 0; cursor: pointer; position: relative;
  font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-mute); transition: color .35s var(--ease);
}
.folio-filter__btn::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease);
}
.folio-filter__btn:hover { color: var(--ink); }
.folio-filter__btn.is-on { color: var(--ink); }
.folio-filter__btn.is-on::after { transform: scaleX(1); }

.wall--flow { display: block; columns: 1; column-gap: clamp(0.9rem, 1.8vw, 1.6rem); }
.wall--flow .shot { break-inside: avoid; margin-bottom: clamp(0.9rem, 1.8vw, 1.6rem); }
.wall--flow .shot[hidden] { display: none; }
.folio-empty { color: var(--ink-soft-s); font-size: 0.95rem; text-align: center; padding: 2rem 0; }

@media (min-width: 600px) { .wall--flow { columns: 2; } }
@media (min-width: 1024px) { .wall--flow { columns: 3; } }

/* A category may hold two photos or twenty; the column count adapts so the
   wall never leaves an empty third of the row. */
.wall--cols1 { max-width: 520px; margin-inline: auto; }

@media (min-width: 600px) {
  .wall { grid-template-columns: 1fr 1fr; }
  .wall__col--mid { margin-top: clamp(2rem, 5vw, 4rem); }
  .wall__col--right { display: none; }
  .wall--cols1 { grid-template-columns: 1fr; }
}
@media (min-width: 1024px) {
  .wall { grid-template-columns: repeat(3, 1fr); }
  .wall__col--right { display: flex; }
  .wall--cols1 { grid-template-columns: 1fr; }
  .wall--cols2 { grid-template-columns: 1fr 1fr; }
}

/* =========================================================================
   PHILOSOPHY (dark)
   ========================================================================= */
.philos { background: var(--ink-deep); color: var(--paper); }
.philos__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.philos .kicker { color: var(--gold-soft); }
.philos h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem, 3.2vw, 2.9rem); line-height: 1.12; letter-spacing: -0.012em; margin: 1.2rem 0 0; text-wrap: balance; max-width: 24ch; }
.philos h2 em { font-style: italic; color: var(--gold-soft); }
.philos__sign { margin-top: 1.4rem; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247,243,234,0.5); }
.philos__principles { margin-top: clamp(1.8rem, 3vw, 2.6rem); border-top: 1px solid var(--paper-line); }
.philos__pr { display: grid; grid-template-columns: 2.4rem 1fr; gap: 1.1rem; padding: 1.05rem 0; border-bottom: 1px solid var(--paper-line); align-items: baseline; }
.philos__pr .n { font-family: var(--serif); font-size: 1.1rem; color: var(--gold-soft); line-height: 1; }
.philos__pr h4 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.2rem, 1.7vw, 1.45rem); margin: 0; }
.philos__pr p { margin: 0.25rem 0 0; color: rgba(247,243,234,0.6); font-size: 0.88rem; line-height: 1.55; max-width: 48ch; }
.philos__media { position: relative; overflow: hidden; order: -1; max-width: 480px; }
.philos__media .img-slot { width: 100%; aspect-ratio: 4/5; }
.philos__media .tag { position: absolute; left: 1.3rem; bottom: 1.3rem; color: var(--paper); mix-blend-mode: difference; }

@media (min-width: 1024px) {
  .philos__grid { grid-template-columns: 1.12fr 0.88fr; }
  .philos__media { order: 0; max-width: none; }
}

/* =========================================================================
   ABOUT
   ========================================================================= */
.about { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
.about__portrait { position: relative; max-width: 420px; }
.about__portrait .img-slot { width: 100%; aspect-ratio: 4/5; }
.about__stamp { position: absolute; right: 1.1rem; bottom: 1.1rem; background: var(--ink-deep); color: var(--paper); padding: 1.1rem 1.3rem; }
.about__stamp .s { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-soft); display: block; }
.about__stamp .nm { font-family: var(--serif); font-size: 1.4rem; line-height: 1; margin-top: 0.35rem; display: block; }
.about__copy { display: flex; flex-direction: column; gap: 1.2rem; }
.about__copy p { color: var(--ink-soft-s); font-size: 1rem; line-height: 1.68; margin: 0; max-width: 52ch; }
.about__facts { border-top: 1px solid var(--line); margin: 0.2rem 0 0; max-width: 30rem; }
.about__facts .r { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
.about__facts dt { color: var(--ink-mute); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; }
/* "English · German · Ukrainian" is long — let it wrap instead of pushing
   the row wider than the column. */
.about__facts dd { margin: 0; font-family: var(--serif); font-size: 1.08rem; text-align: right; }

@media (min-width: 900px) {
  .about { grid-template-columns: 0.78fr 1.22fr; gap: clamp(2rem, 5vw, 5rem); }
  .about__portrait { max-width: none; }
  .about__stamp { right: -1.1rem; bottom: -1.1rem; }
}

/* =========================================================================
   PROCESS
   ========================================================================= */
.proc-list { border-top: 1px solid var(--line); }
.proc-row { display: grid; grid-template-columns: 48px 1fr; gap: clamp(1.2rem, 3vw, 3rem); align-items: baseline; padding: clamp(1.2rem, 2.2vw, 1.8rem) 0; border-bottom: 1px solid var(--line); transition: padding-left .5s var(--ease); position: relative; }
.proc-row::before { content: "\2192"; position: absolute; left: -0.4rem; top: 50%; transform: translate(-8px, -50%); color: var(--gold); font-size: 0.95rem; opacity: 0; transition: opacity .5s var(--ease), transform .5s var(--ease); }
.proc-row:hover { padding-left: 1.5rem; }
.proc-row:hover::before { opacity: 1; transform: translate(0, -50%); }
.proc-row__pn { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--gold); line-height: 1; }
.proc-row h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem, 1.9vw, 1.7rem); margin: 0 0 0.25rem; }
.proc-row p { margin: 0; color: var(--ink-soft-s); font-size: 0.92rem; max-width: 56ch; line-height: 1.55; }
.proc-row__pm { display: none; color: var(--ink-mute); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; }

@media (min-width: 900px) {
  .proc-row { grid-template-columns: 84px 1fr auto; }
  .proc-row__pm { display: block; }
}

/* ---------- Availability band ---------- */
.avail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.avail__in { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem 2rem; padding: clamp(1.8rem, 3.5vw, 2.8rem) 0; }
.avail__t { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2.3rem); line-height: 1.1; letter-spacing: -0.01em; max-width: 26ch; margin: 0; }
.avail__t em { font-style: italic; color: var(--gold); }
.avail .btn { width: 100%; justify-content: center; }

@media (min-width: 600px) {
  .avail .btn { width: auto; }
}
@media (min-width: 900px) {
  .avail__in { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; }
}

/* =========================================================================
   STORIES
   ========================================================================= */
.stories-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.4rem, 3.5vw, 3rem); align-items: start; }
.story { display: flex; flex-direction: column; gap: 1rem; }
.story__media { overflow: hidden; display: block; }
.story .img-slot { width: 100%; transition: transform 1.1s var(--ease); }
.story:hover .img-slot { transform: scale(1.04); }
.story--lead .img-slot { aspect-ratio: 16/10; }
.story--side { display: grid; grid-template-columns: 1fr; gap: 1.2rem; align-items: center; }
.story--side .img-slot { aspect-ratio: 4/5; }
.story__meta { display: flex; gap: 0.6rem; align-items: center; color: var(--gold); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; padding-top: 0.7rem; border-top: 1px solid var(--line); }
.story h3, .story__title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem, 1.9vw, 1.75rem); line-height: 1.08; margin: 0; }
.story p { margin: 0; color: var(--ink-soft-s); font-size: 0.9rem; line-height: 1.55; }
.side-stack { display: flex; flex-direction: column; gap: clamp(1.3rem, 2.5vw, 2.1rem); }

@media (min-width: 600px) {
  .story--side { grid-template-columns: 0.72fr 1fr; }
}
@media (min-width: 900px) {
  .stories-grid { grid-template-columns: 1.25fr 1fr; }
}

/* Archive list of stories */
.stories-list { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3rem); }
@media (min-width: 600px) { .stories-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .stories-list { grid-template-columns: 1fr 1fr 1fr; } }

/* =========================================================================
   TESTIMONIALS
   ========================================================================= */
.testi { background: var(--paper-2); }
/* Objection-closing line above the quotes on service pages. */
.testi__head { font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 2.8vw, 2.4rem); line-height: 1.15; letter-spacing: -0.01em; margin: clamp(0.9rem, 1.8vw, 1.4rem) 0 0; max-width: 24ch; }
.testi__grid { display: grid; grid-template-columns: 1fr; gap: 2.2rem; align-items: start; margin-top: clamp(1.8rem, 3.2vw, 2.8rem); }
.testi__lead blockquote { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2.3rem); line-height: 1.25; margin: 0; letter-spacing: -0.008em; text-wrap: pretty; }
.testi__lead blockquote::before { content: "\201C"; display: block; font-size: 3rem; line-height: 0.6; color: var(--gold); margin-bottom: 1rem; }
.testi__who { display: flex; flex-direction: column; gap: 0.2rem; margin-top: 1.4rem; }
.testi__who .nm { font-weight: 600; letter-spacing: 0.04em; font-size: 0.88rem; }
.testi__who .rl { font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.testi__mini { border-top: 1px solid var(--line); padding: 1.3rem 0; }
.testi__mini:last-child { border-bottom: 1px solid var(--line); }
.testi__mini blockquote { font-family: var(--serif); font-weight: 500; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.4; margin: 0; }
.testi__mini blockquote::before { content: "\201C"; color: var(--gold); margin-right: 0.15em; }
.testi__mini blockquote::after { content: "\201D"; color: var(--gold); margin-left: 0.05em; }
.testi__mini .testi__who { margin-top: 0.8rem; }

@media (min-width: 1024px) {
  .testi__grid { grid-template-columns: 1.25fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); }
}

/* =========================================================================
   SEO TEXT
   ========================================================================= */
.seo-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.8rem, 4vw, 4.5rem); align-items: start; }
.seo-grid__l { display: flex; flex-direction: column; gap: 1.1rem; }
.seo-grid__body p { margin: 0 0 1.15rem; color: var(--ink-soft-s); font-size: 0.94rem; line-height: 1.7; break-inside: avoid; }
.seo-grid__body p:first-child::first-letter { font-family: var(--serif); font-size: 3.2rem; float: left; line-height: 0.78; padding: 0.1rem 0.5rem 0 0; color: var(--gold); }

@media (min-width: 600px) {
  .seo-grid__body { columns: 2; column-gap: clamp(1.8rem, 3vw, 2.8rem); }
}
@media (min-width: 1024px) {
  .seo-grid { grid-template-columns: 0.78fr 1.22fr; }
}

/* =========================================================================
   SERVICE DETAILS
   ========================================================================= */
.detail-grid { display: grid; grid-template-columns: 1fr; gap: 1.8rem; align-items: start; }
.detail-list { border-top: 1px solid var(--line); margin: 0; }
.detail-list .r { display: grid; grid-template-columns: 1fr; gap: 0.3rem; padding: clamp(1rem, 1.8vw, 1.4rem) 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.detail-list dt { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.detail-list dd { margin: 0; color: var(--ink-soft-s); font-size: 0.95rem; line-height: 1.6; max-width: 54ch; }
.detail-list dd strong { color: var(--ink); font-weight: 500; }

@media (min-width: 900px) {
  .detail-grid { grid-template-columns: 0.78fr 1.22fr; gap: clamp(1.8rem, 4vw, 4.5rem); }
  .detail-list .r { grid-template-columns: 200px 1fr; gap: 1.5rem; }
}

/* =========================================================================
   FAQ
   ========================================================================= */
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 1.8rem; align-items: start; }
.faq-grid__l { display: flex; flex-direction: column; gap: 1.1rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(1.1rem, 2vw, 1.5rem) 0; font-family: var(--serif); font-weight: 500; font-size: clamp(1.15rem, 1.7vw, 1.45rem); color: var(--ink); }
.faq-q .pm { flex-shrink: 0; width: 20px; height: 20px; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--gold); transition: transform .45s var(--ease); }
.faq-q .pm::before { left: 0; top: 50%; width: 100%; height: 1.5px; transform: translateY(-50%); }
.faq-q .pm::after { top: 0; left: 50%; height: 100%; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .pm::after { transform: translateX(-50%) scaleY(0); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .55s var(--ease); }
.faq-a__in { padding: 0 0 clamp(1.1rem, 2vw, 1.5rem); color: var(--ink-soft-s); font-size: 0.94rem; line-height: 1.65; max-width: 62ch; }

@media (min-width: 900px) {
  .faq-grid { grid-template-columns: 0.66fr 1.34fr; gap: clamp(1.8rem, 4vw, 4.5rem); }
}

/* =========================================================================
   FORMS
   ========================================================================= */
.field { display: flex; flex-direction: column; gap: 0.55rem; }
.field label { font-size: 0.64rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 0.95rem; color: var(--ink);
  background: transparent; border: 0; border-bottom: 1px solid var(--line);
  padding: 0.65rem 0; outline: none; border-radius: 0; -webkit-appearance: none; appearance: none;
  transition: border-color .4s var(--ease);
}
.field textarea { resize: vertical; min-height: 96px; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-mute); font-size: 0.92rem; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--gold); }
.field select { cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.4rem, 2.5vw, 2rem) clamp(1.5rem, 3vw, 2.5rem); }
.form-note { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.form-msg { padding: 1rem 1.2rem; border: 1px solid var(--gold); background: var(--paper-2); font-size: 0.92rem; }
.form-msg--ok { border-color: var(--gold); }
.form-msg--err { border-color: #a33; }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* Consent: a normal sentence with a checkbox. The selector has to out-rank
   `.field label`, which would otherwise set it in uppercase tracked caps. */
.field--consent { gap: 0; }
.field label.consent {
  display: flex; align-items: flex-start; gap: 0.75rem; cursor: pointer;
  font-family: var(--sans); font-size: 0.82rem; font-weight: 400; line-height: 1.6;
  letter-spacing: 0; text-transform: none; color: var(--ink-soft-s);
}
.consent input {
  flex-shrink: 0; width: 17px; height: 17px; margin-top: 0.15rem;
  accent-color: var(--ink); cursor: pointer;
}
.consent a { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }

@media (min-width: 600px) {
  .form-grid { grid-template-columns: 1fr 1fr; }
  .form-grid .full { grid-column: 1 / -1; }
}

/* Inquire layout */
.inq-hero { border-bottom: 1px solid var(--line); }
.inq-hero__in { display: flex; flex-direction: column; gap: 1.2rem; padding-top: clamp(2.8rem, 5.5vw, 4.5rem); padding-bottom: clamp(2.6rem, 5vw, 4rem); }
.inq-hero__in > * { max-width: 60ch; }
.inq-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }

/* The form sits on white so it reads as the one thing to do on the page,
   rather than dissolving into the cream background with the copy. */
.inq-form {
  display: flex; flex-direction: column; gap: clamp(1.6rem, 3vw, 2.2rem);
  background: #fff; border: 1px solid var(--line);
  padding: clamp(1.6rem, 4vw, 2.8rem);
  box-shadow: 0 1px 2px rgba(28, 25, 21, 0.03), 0 12px 32px -20px rgba(28, 25, 21, 0.18);
}
.inq-form .field input,
.inq-form .field select,
.inq-form .field textarea { border-bottom-color: var(--line-soft); }

.inq-aside { display: flex; flex-direction: column; gap: clamp(1.8rem, 3vw, 2.4rem); border-top: 1px solid var(--line); padding-top: 2rem; }

/* Who you are writing to. */
.inq-aside__who { display: flex; align-items: center; gap: 1rem; }
.inq-aside__who .inq-aside__ph { width: 86px; flex-shrink: 0; border-radius: 50%; overflow: hidden; }
.inq-aside__who .nm { display: block; font-family: var(--serif); font-size: 1.15rem; line-height: 1.2; }
.inq-aside__who .rl { display: block; margin-top: 0.35rem; font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }

.inq-aside__direct { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; margin-top: 0.8rem; }
.inq-aside__direct .channel { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 0.2rem; transition: border-color .4s var(--ease); }
.inq-aside__direct .channel:hover { border-bottom-color: var(--gold); }

/* ---------- Contact channels ----------
   Brand mark, then the name — the icon carries the recognition, the word
   carries the meaning. */
.channel { display: inline-flex; align-items: center; gap: 0.5rem; }
.channel .ic {
  width: 1.15em; height: 1.15em; flex-shrink: 0; color: var(--gold);
  transition: color .3s var(--ease);
}
.channel:hover .ic { color: var(--ink); }
.channel__ext { font-size: 0.7em; color: var(--gold); }

.inq-aside__quote { margin: 0; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.inq-aside__quote blockquote { margin: 0; font-family: var(--serif); font-size: 1.05rem; line-height: 1.5; color: var(--ink); }
.inq-aside__quote figcaption { margin-top: 0.8rem; display: flex; flex-direction: column; gap: 0.25rem; }
.inq-aside__quote .nm { font-size: 0.78rem; font-weight: 600; }
.inq-aside__quote .rl { font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.inq-aside h3 { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; margin: 0 0 0.7rem; }
.inq-aside .facts { border-top: 1px solid var(--line); margin: 0; }
.inq-aside .facts .r { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; border-bottom: 1px solid var(--line); }
.inq-aside .facts dt { color: var(--ink-mute); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; }
.inq-aside .facts dd { margin: 0; font-family: var(--serif); font-size: 1.02rem; }
.inq-aside p { color: var(--ink-soft-s); font-size: 0.92rem; line-height: 1.65; margin: 0; }
.avail-note { border: 1px solid var(--line); padding: 1.3rem 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; background: var(--paper-2); }
.avail-note .s { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.avail-note p { color: var(--ink-soft-s); font-size: 0.88rem; line-height: 1.6; margin: 0; }

.inq-hero__note {
  margin: 0; max-width: 58ch; padding-left: 1rem;
  border-left: 2px solid var(--gold-soft);
  color: var(--ink-soft-s); font-size: 0.94rem; line-height: 1.65;
}

/* Confirmation screen after a successful send. */
.sent-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.sent-steps { display: flex; flex-direction: column; gap: clamp(1.4rem, 3vw, 2.2rem); }
.sent-aside { display: flex; flex-direction: column; gap: clamp(1.8rem, 3vw, 2.4rem); border-top: 1px solid var(--line); padding-top: 2rem; }
.sent-aside h3 { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; margin: 0 0 0.7rem; }
.sent-aside p { color: var(--ink-soft-s); font-size: 0.92rem; line-height: 1.65; margin: 0 0 0.9rem; }
.sent-aside__links { display: flex; flex-direction: column; align-items: flex-start; gap: 0.9rem; }

@media (min-width: 900px) {
  .inq-grid { grid-template-columns: 1.25fr 0.75fr; }
  .inq-aside { border-top: 0; padding-top: 0; border-left: 1px solid var(--line); padding-left: clamp(1.5rem, 3vw, 2.5rem); }
  .sent-grid { grid-template-columns: 1.3fr 0.7fr; }
  .sent-aside { border-top: 0; padding-top: 0; border-left: 1px solid var(--line); padding-left: clamp(1.5rem, 3vw, 2.5rem); }
}

/* =========================================================================
   FINAL CTA
   ========================================================================= */
.final { background: var(--ink-deep); color: var(--paper); text-align: center; }
.final__in { display: flex; flex-direction: column; align-items: center; gap: 1.6rem; }
.final .kicker { color: var(--gold-soft); }
.final h2, .final h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -0.015em; margin: 0; max-width: 18ch; text-wrap: balance; }
.final h2 em, .final h1 em { font-style: italic; color: var(--gold-soft); }
.final p { color: rgba(247,243,234,0.72); font-size: clamp(0.94rem, 1.2vw, 1.05rem); max-width: 46ch; margin: 0; }
.final__stack { display: flex; flex-direction: column; align-items: center; gap: 1.4rem; }
.err404__actions { display: flex; justify-content: center; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.ftr { padding-top: clamp(2.8rem, 5vw, 4.5rem); padding-bottom: 2rem; }
.ftr__top { display: grid; grid-template-columns: 1fr; gap: 2.2rem; }
.ftr__logo { display: inline-block; line-height: 0; max-width: 100%; }
/* Width-driven here, so a narrow footer column scales the logo down whole
   instead of squeezing it. */
.ftr__logo .logo { width: min(100%, 300px); height: auto; }
.ftr__brand p { color: var(--ink-soft-s); font-size: 0.86rem; margin: 0.9rem 0 0; max-width: 28ch; line-height: 1.6; }
.ftr__col h4 { font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); margin: 0 0 1.1rem; font-weight: 600; }
.ftr__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.ftr__col a { font-size: 0.86rem; color: var(--ink-soft-s); transition: color .3s; }
.ftr__col a:hover { color: var(--ink); }
.ftr__ext { font-size: 0.7em; color: var(--gold); }
.ftr__bot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.8rem 2rem; margin-top: clamp(2.4rem, 4.5vw, 3.6rem); padding-top: 1.6rem; border-top: 1px solid var(--line); }
.ftr__c { font-size: 0.74rem; color: var(--ink-mute); letter-spacing: 0.04em; }
.lang-switch { display: flex; align-items: center; gap: 0.9rem; }
.lang-switch a { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); transition: color .3s; }
.lang-switch a:hover, .lang-switch a.on { color: var(--ink); }

@media (min-width: 600px) {
  .ftr__top { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ftr__top { grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr 1fr; gap: clamp(1.6rem, 3vw, 2.4rem); }
}

/* =========================================================================
   GENERIC PAGE HEAD (archives, fallback pages)
   ========================================================================= */
.page-head { border-bottom: 1px solid var(--line); }
.page-head__in { display: flex; flex-direction: column; gap: 1.2rem; padding-top: clamp(2.8rem, 5.5vw, 4.5rem); padding-bottom: clamp(2.6rem, 5vw, 4rem); }

/* Pagination */
.pagination { margin-top: clamp(2.4rem, 4vw, 3.6rem); }
.pagination .nav-links { display: flex; gap: 0.8rem; align-items: center; justify-content: center; flex-wrap: wrap; }
.pagination .page-numbers { font-size: 0.78rem; letter-spacing: 0.1em; padding: 0.55rem 0.95rem; border: 1px solid var(--line); color: var(--ink-soft-s); transition: all .3s var(--ease); }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* =========================================================================
   SINGLE STORY (post content)
   ========================================================================= */
.entry { max-width: 720px; margin: 0 auto; }
.entry-content { font-size: 1.02rem; line-height: 1.75; color: var(--ink-soft-s); }
.entry-content h2, .entry-content h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); line-height: 1.15; margin: 2.2rem 0 0.8rem; }
.entry-content h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.entry-content h3 { font-size: clamp(1.3rem, 1.9vw, 1.6rem); }
.entry-content p { margin: 0 0 1.2rem; }
.entry-content a { color: var(--gold); border-bottom: 1px solid var(--gold-soft); }
.entry-content img { margin: 1.6rem 0; }
.entry-content .wp-block-gallery { margin: 1.6rem 0; }
.entry-content blockquote { font-family: var(--serif); font-size: 1.3rem; line-height: 1.4; color: var(--ink); border-left: 2px solid var(--gold); margin: 1.8rem 0; padding: 0.3rem 0 0.3rem 1.4rem; }
.entry-hero { margin-bottom: clamp(2rem, 4vw, 3rem); }
.entry-hero .img-slot { aspect-ratio: 16/9; }

/* Breadcrumb — every page below the front page */
.crumbs {
  display: flex; align-items: center; gap: 0.45rem; flex-wrap: wrap;
  font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-mute);
}
.crumbs a { transition: color .3s var(--ease); }
.crumbs a:hover { color: var(--ink); }
.crumbs__sep { color: var(--gold-soft); }
/* The current page is context, not a destination — keep it quiet. */
.crumbs__here { color: var(--ink-mute); }

/* The service a story belongs to — the bridge from reading to booking */
.entry-service {
  margin-top: clamp(2.2rem, 4vw, 3rem);
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--line); background: var(--paper-2);
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem;
}
.entry-service__k {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
}
.entry-service__t {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.15; margin: 0; color: var(--ink);
}

/* Previous / next story */
.entry-nav {
  display: grid; grid-template-columns: 1fr;
  margin-top: clamp(2.4rem, 4.5vw, 3.5rem);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.entry-nav__link {
  padding: clamp(1.1rem, 2.4vw, 1.6rem) 0;
  display: flex; flex-direction: column; gap: 0.4rem;
  transition: background .35s var(--ease);
}
.entry-nav__link:hover { background: var(--paper-2); }
.entry-nav__k {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
}
.entry-nav__t {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.2; color: var(--ink);
}

@media (min-width: 700px) {
  .entry-nav { grid-template-columns: 1fr 1fr; }
  .entry-nav__link { padding-left: clamp(1rem, 2vw, 1.6rem); padding-right: clamp(1rem, 2vw, 1.6rem); }
  .entry-nav__link--prev { padding-left: 0; }
  .entry-nav__link--next { text-align: right; align-items: flex-end; padding-right: 0; border-left: 1px solid var(--line); }
  /* The first or last story has only one neighbour — let it span the row
     rather than leave an empty half. */
  .entry-nav__link:only-child { grid-column: 1 / -1; border-left: 0; }
}

/* =========================================================================
   CLIENT ALBUM
   ========================================================================= */
.album-gate { min-height: 60vh; display: flex; align-items: center; }
.album-gate__box { max-width: 420px; margin: 0 auto; width: 100%; display: flex; flex-direction: column; gap: 1.6rem; text-align: center; padding: var(--bay) 0; }
.album-gate__logo { height: 74px; margin: 0 auto; }
.album-gate__box h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0; line-height: 1.1; }
.album-gate__box p { color: var(--ink-soft-s); font-size: 0.94rem; margin: 0; }
.album-gate form { display: flex; flex-direction: column; gap: 1.2rem; }
.album-gate input[type="password"], .album-gate input[type="text"] {
  font-family: var(--sans); font-size: 1.05rem; text-align: center; letter-spacing: 0.12em;
  background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 0.75rem 0;
  outline: none; border-radius: 0; transition: border-color .4s var(--ease); color: var(--ink);
}
.album-gate input:focus { border-bottom-color: var(--gold); }
.album-gate .btn { justify-content: center; }

.album-head { border-bottom: 1px solid var(--line); }
.album-head__in { display: flex; flex-direction: column; gap: 1rem; padding-top: clamp(2.4rem, 5vw, 4rem); padding-bottom: clamp(2rem, 4vw, 3rem); }
.album-head h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4vw, 3.2rem); margin: 0; line-height: 1.05; }
.album-head__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 0.6rem; }

.album-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1rem, 2vw, 1.6rem); }
.album-item { position: relative; overflow: hidden; }
.album-item .img-slot { aspect-ratio: 3/2; }
.album-item__bar { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; padding-top: 0.5rem; }
.album-item__num { font-size: 0.6rem; letter-spacing: 0.18em; color: var(--ink-mute); font-variant-numeric: tabular-nums; }
.album-item__dl { font-size: 0.64rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 0.45rem; }
.album-item__dl:hover { color: var(--ink); }
.album-external { text-align: center; display: flex; flex-direction: column; gap: 1.4rem; align-items: center; padding: var(--bay) 0; }

/* ---------- Review request under a delivered album ----------
   A framed aside rather than a full section: the gallery stays the point
   of the page, and the ask reads as a quiet favour, not a demand. */
.rev {
  display: grid; grid-template-columns: 1fr; gap: clamp(1.6rem, 3vw, 2.6rem);
  border: 1px solid var(--line); background: var(--paper-2);
  padding: clamp(1.6rem, 4vw, 2.8rem);
}
.rev__intro h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.15; margin: 0.7rem 0 0.8rem; }
.rev__intro p { margin: 0; color: var(--ink-soft-s); font-size: 0.94rem; line-height: 1.65; max-width: 42ch; }
.rev__form { display: flex; flex-direction: column; gap: clamp(1.3rem, 2.5vw, 1.8rem); }
.rev__form .field input,
.rev__form .field textarea { border-bottom-color: var(--line); }
.rev__form textarea { min-height: 120px; }
.rev--done { display: block; }
.rev__thanks { margin: 0; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.4; color: var(--ink); }

@media (min-width: 900px) {
  .rev { grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
}

@media (min-width: 600px) { .album-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .album-grid { grid-template-columns: 1fr 1fr 1fr; } }

/* =========================================================================
   LIGHTBOX
   ========================================================================= */
.shot__btn {
  display: block; width: 100%; padding: 0; margin: 0; border: 0;
  background: none; cursor: zoom-in; color: inherit; font: inherit;
}
.shot__btn:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }

.lb {
  position: fixed; inset: 0; z-index: 200;
  display: grid; align-items: center; justify-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  /* An explicit 1fr row is what makes the height definite all the way down
     to the image, so `max-height: 100%` can actually constrain a tall
     portrait instead of letting it overflow. */
  grid-template-rows: minmax(0, 1fr);
  gap: clamp(0.5rem, 2vw, 1.5rem);
  padding: clamp(3.5rem, 8vw, 4.75rem) clamp(1rem, 4vw, 3rem) clamp(1.75rem, 4vw, 2.75rem);
  /* Plain rgba rather than color-mix: some rasterisers drop the mixed
     colour and leave the backdrop see-through. */
  background: rgba(26, 24, 20, 0.97);
  opacity: 0; transition: opacity .35s var(--ease);
}
/* Logged in, the admin bar would sit over the close button. */
.admin-bar .lb { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .lb { top: 46px; } }
.lb[hidden] { display: none; }
.lb.is-open { opacity: 1; }

.lb__bar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(0.75rem, 2.5vw, 1.4rem) clamp(0.9rem, 3vw, 2.5rem);
}
.lb__count {
  font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.2em;
  color: rgba(247, 243, 234, 0.55); font-variant-numeric: tabular-nums;
}
.lb__close, .lb__nav {
  background: none; border: 0; padding: 0; cursor: pointer;
  color: rgba(247, 243, 234, 0.65);
  display: flex; align-items: center; justify-content: center;
  transition: color .3s var(--ease), transform .4s var(--ease), opacity .3s var(--ease);
}
.lb__close { width: 40px; height: 40px; }
.lb__close svg { width: 22px; height: 22px; }
.lb__close:hover, .lb__nav:hover:not(:disabled) { color: var(--paper); }
.lb__nav { width: 44px; height: 44px; grid-row: 1; }
.lb__nav svg { width: 26px; height: 26px; }
.lb__nav--prev { grid-column: 1; }
.lb__nav--next { grid-column: 3; }
.lb__nav:hover:not(:disabled).lb__nav--prev { transform: translateX(-4px); }
.lb__nav:hover:not(:disabled).lb__nav--next { transform: translateX(4px); }
.lb__nav:disabled { opacity: 0.2; cursor: default; }
.lb__close:focus-visible, .lb__nav:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }

.lb__figure {
  grid-column: 2; grid-row: 1; margin: 0;
  align-self: stretch; /* Inherit the row's definite height. */
  width: 100%; min-height: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(0.9rem, 2.2vw, 1.4rem);
}
.lb__stage {
  flex: 1 1 auto; min-height: 0; width: 100%;
  display: flex; align-items: center; justify-content: center;
}
.lb__img {
  /* Never crop: the photo shrinks to fit whichever edge it meets first,
     keeping its own proportions. */
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; opacity: 0; transition: opacity .3s var(--ease);
}
.lb__img.is-ready { opacity: 1; }
.lb__cap {
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  text-align: center; max-width: 62ch; flex: 0 0 auto;
}
.lb__title {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.2; color: var(--paper);
}
.lb__title:empty { display: none; }
.lb__desc { font-size: 0.86rem; line-height: 1.55; color: rgba(247, 243, 234, 0.6); }
.lb__desc:empty { display: none; }

/* On phones the side arrows would crowd the photo — move them under it. */
@media (max-width: 599px) {
  .lb {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 3.5rem 1rem 1rem;
  }
  .lb__figure { grid-column: 1; grid-row: 1; }
  .lb__nav { grid-row: 2; grid-column: 1; width: 56px; height: 48px; }
  .lb__nav--prev { justify-self: start; }
  .lb__nav--next { justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  .lb, .lb__img { transition: none; }
  .lb__nav:hover { transform: none; }
}

/* =========================================================================
   BACK TO TOP
   ========================================================================= */
.to-top {
  position: fixed; right: var(--pad-x); bottom: var(--pad-x); z-index: 90;
  width: 48px; height: 48px; padding: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--ink); background: var(--ink); color: var(--paper);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .45s var(--ease), transform .45s var(--ease),
              visibility .45s var(--ease), background .5s var(--ease), color .5s var(--ease);
}
.to-top.is-on { opacity: 1; visibility: visible; transform: none; }
.to-top__a { font-size: 1rem; line-height: 1; transition: transform .5s var(--ease); }
.to-top:hover { background: transparent; color: var(--ink); }
.to-top:hover .to-top__a { transform: translateY(-5px); }

@media (min-width: 900px) {
  .to-top { width: 52px; height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  .to-top, .to-top__a { transition: opacity .2s, visibility .2s; }
  .to-top:hover .to-top__a { transform: none; }
}

/* =========================================================================
   REVEAL
   ========================================================================= */
@media (prefers-reduced-motion: no-preference) {
  html.pre-anim .reveal { opacity: 0; transform: translateY(24px); }
  html.pre-anim .reveal.in { opacity: 1; transform: none; transition: opacity 1s var(--ease), transform 1s var(--ease); }
  html.pre-anim .reveal.in.d1 { transition-delay: .09s; }
  html.pre-anim .reveal.in.d2 { transition-delay: .18s; }
  html.pre-anim .reveal.in.d3 { transition-delay: .27s; }
}

/* Print: hide chrome, show content */
@media print {
  .hdr, .mnav, .ftr, .avail, .final { display: none !important; }
}
