@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-italic-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #1b1816;
  --paper: #f7f3ed;
  --paper-2: #ebe4da;
  --muted: #625b54;
  --gold: #79581f;
  --gold-light: #d9bc80;
  --line: rgba(27, 24, 22, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --container: min(1240px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 140px) 0; }
.section--compact { padding: clamp(54px, 7vw, 96px) 0; }
.section--ink { background: var(--ink); color: var(--paper); }
.section--soft { background: var(--paper-2); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.section--ink .eyebrow { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; }
h1 { font-size: clamp(52px, 8vw, 112px); letter-spacing: -.035em; }
h2 { font-size: clamp(42px, 6vw, 76px); letter-spacing: -.025em; }
h3 { font-size: clamp(26px, 3vw, 38px); }
.lead {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}
.section--ink .lead { color: rgba(247, 243, 237, .68); }
.muted { color: var(--muted); }
.gold { color: var(--gold); }
.quote {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 72px);
  font-style: italic;
  line-height: 1.04;
}
.victoria-copy h2 { margin-bottom: 22px; line-height: .9; }
.victoria-copy .lead { margin-bottom: 0; line-height: 1.55; }
.victoria-quote { margin: 30px 0 32px; }
.victoria-quote blockquote {
  margin: 0;
  font: italic 400 clamp(34px, 3.65vw, 54px)/1 var(--serif);
  letter-spacing: -.025em;
  white-space: nowrap;
}
.victoria-quote figcaption { margin-top: 11px; color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .25s ease;
}
.btn:hover { background: var(--gold); border-color: var(--gold); }
.btn--light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.btn--light:hover { color: var(--paper); }
.btn--ghost { background: transparent; color: var(--ink); }
.section--ink .btn--ghost { color: var(--paper); border-color: rgba(247, 243, 237, .45); }
.hero .btn--ghost { color: var(--paper); border-color: rgba(247, 243, 237, .45); }
.section--ink .btn--ghost:hover { border-color: var(--gold); background: var(--gold); }
.hero .btn--ghost:hover { border-color: var(--gold); background: var(--gold); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 76px;
  color: var(--paper);
  transition: background .25s, color .25s, box-shadow .25s;
}
.site-header.scrolled, .site-header.solid {
  background: rgba(247, 243, 237, .96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(12px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.desktop-nav a, .header-phone {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.desktop-nav a:hover, .header-phone:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-actions .btn { min-height: 40px; padding: 8px 15px; font-size: 10px; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: currentColor; }
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  padding: 28px 20px;
  background: var(--ink);
  color: var(--paper);
}
.mobile-menu.open { display: flex; flex-direction: column; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-close {
  width: 46px;
  height: 46px;
  border: 0;
  background: none;
  color: inherit;
  font-size: 34px;
  cursor: pointer;
}
.mobile-nav { margin: auto 0; display: grid; gap: 12px; }
.mobile-nav a { font: 400 clamp(34px, 10vw, 58px)/1.08 var(--serif); }
.mobile-menu-foot { display: grid; gap: 10px; color: rgba(247, 243, 237, .7); }

.hero {
  min-height: max(720px, 100svh);
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(27,24,22,.28) 0%, rgba(27,24,22,.1) 42%, transparent 68%),
    linear-gradient(0deg, rgba(27,24,22,.18) 0%, transparent 32%);
}
.hero-content { position: relative; z-index: 1; padding: 150px 0 clamp(70px, 9vw, 130px); }
.hero h1 { max-width: 820px; margin-bottom: 17px; font-size: clamp(58px, 7vw, 104px); line-height: .86; }
.hero h1 em { white-space: nowrap; }
.hero .lead { max-width: 740px; color: rgba(247,243,237,.78); line-height: 1.52; }
.hero .eyebrow { color: var(--gold-light); }
.hero .actions { margin-top: 27px; }
.hero-note {
  margin-top: 24px;
  color: rgba(247, 243, 237, .62);
  font-size: 12px;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 92px;
  background:
    radial-gradient(circle at 82% 12%, rgba(217,188,128,.15), transparent 29%),
    linear-gradient(135deg, #171411, #211b17);
  color: var(--paper);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1020px; margin-bottom: 24px; }
.page-hero .lead { color: rgba(247,243,237,.7); }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.stat { padding: 32px 22px 8px 0; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; padding-left: 28px; }
.stat + .stat { padding-left: 28px; }
.stat strong { display: block; font: 400 clamp(34px, 5vw, 58px)/1 var(--serif); }
.stat strong.hours { font-size: clamp(34px, 4vw, 52px); white-space: nowrap; }
.stat strong sup { position: relative; top: -.55em; margin-left: .01em; font-size: .44em; line-height: 0; vertical-align: baseline; }
.stat span { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; }
.design-intro h2 { margin-bottom: 22px; line-height: .9; }
.design-intro .lead { max-width: 720px; margin-bottom: 0; line-height: 1.55; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.split--top { align-items: start; }
.team-intro { align-items: end; }
.team-intro h2, .team-intro .lead { margin-bottom: 0; }
.image-frame { overflow: hidden; background: #ddd3c7; }
.image-frame img { height: 100%; object-fit: cover; }
.portrait { aspect-ratio: 4/5; }
.landscape { aspect-ratio: 4/3; }
.process { aspect-ratio: 3/4; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 60px; border-top: 1px solid var(--line); }
.service-card { min-height: 190px; padding: 32px 32px 32px 0; border-bottom: 1px solid var(--line); }
.service-card:nth-child(even) { padding-left: 32px; border-left: 1px solid var(--line); }
.service-card h3 { margin-bottom: 12px; font-size: clamp(27px, 3vw, 38px); }
.service-card p { max-width: 530px; margin-bottom: 0; color: var(--muted); }
.service-card a { display: inline-flex; margin-top: 20px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.service-card a::after { content: "→"; margin-left: 8px; }
.service-card a:hover { color: var(--ink); }

.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 50px; }
.work { min-width: 0; }
.work-media { display: block; aspect-ratio: 1; overflow: hidden; background: #d5ccc2; }
.work img { height: 100%; object-fit: cover; object-position: center; transition: transform .6s ease; }
.work:hover img { transform: scale(1.025); }
.work-label {
  display: block;
  padding-top: 15px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.studio-wide-frame { aspect-ratio: 3/2; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 18px; margin-top: 54px; align-items: start; }
.gallery-card { min-width: 0; margin: 0; }
.gallery-card--wide,
.gallery-card--landscape { grid-column: 1 / -1; }
.gallery-media { overflow: hidden; background: #d5ccc2; }
.gallery-card--square .gallery-media { aspect-ratio: 1; }
.gallery-card--wide .gallery-media { aspect-ratio: 16/9; }
.gallery-card--landscape .gallery-media { aspect-ratio: 4/3; }
.gallery figcaption {
  display: grid;
  gap: 7px;
  padding-top: 17px;
}
.gallery figcaption strong { font: 400 clamp(24px, 2.6vw, 34px)/1.05 var(--serif); }
.gallery figcaption span { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.gallery img { height: 100%; object-fit: cover; object-position: center; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.02); }

.values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--line); }
.value { padding: 30px 30px 0 0; border-right: 1px solid var(--line); }
.value + .value { padding-left: 30px; }
.value:last-child { border-right: 0; }
.value-number { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.value h3 { margin: 28px 0 12px; }
.value p { color: var(--muted); }
.team-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid var(--line); }
.team-person { padding: 26px 24px 0 0; border-right: 1px solid var(--line); }
.team-person + .team-person { padding-left: 24px; }
.team-person:last-child { border-right: 0; }
.team-person strong { display: block; font: 400 28px/1.1 var(--serif); }
.team-person span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; }
.studio-address span, .footer-intro span { display: block; }

.steps { margin: 52px 0 0; padding: 0; list-style: none; counter-reset: step; border-top: 1px solid var(--line); }
.steps li { counter-increment: step; display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps li::before { content: "0" counter(step); color: var(--gold); font-size: 12px; letter-spacing: .1em; }
.steps strong { display: block; margin-bottom: 6px; font: 400 25px/1.2 var(--serif); }
.steps span { color: var(--muted); }
.price-note { padding: clamp(34px, 5vw, 64px); background: var(--ink); color: var(--paper); }
.price-note h2 { font-size: clamp(38px, 5vw, 62px); }
.price-note p { color: rgba(247,243,237,.7); }
.price-intro { margin-bottom: clamp(42px, 6vw, 72px); }
.price-intro h2, .price-intro .lead { margin-bottom: 0; }
.price-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.price-group {
  min-width: 0;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--line);
  background: rgba(247, 243, 237, .54);
}
.section:not(.section--soft) .price-group { background: #fbf8f3; }
.price-group--matrix, .price-catalog > :only-child { grid-column: 1 / -1; }
.price-catalog--3 > .price-group:last-child { grid-column: 1 / -1; }
.price-group h3 { margin-bottom: 26px; font-size: clamp(30px, 3.2vw, 43px); }
.price-list { border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.price-row span { color: var(--muted); }
.price-row strong { text-align: right; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-matrix { max-width: 100%; overflow-x: auto; border-top: 1px solid var(--line); scrollbar-width: thin; }
.price-matrix:focus-visible { outline-offset: 3px; }
.price-matrix table { width: 100%; min-width: 650px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.price-matrix th, .price-matrix td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.price-matrix th:first-child, .price-matrix td:first-child { padding-left: 0; text-align: left; }
.price-matrix th:last-child, .price-matrix td:last-child { padding-right: 0; }
.price-matrix thead th { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.price-matrix tbody th { color: var(--muted); font-size: 14px; font-weight: 400; }
.price-matrix td { font-size: 14px; font-weight: 600; }
.price-scroll-hint { display: none; }
.price-footnote { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.price-actions { margin-top: 30px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.tag { padding: 8px 12px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.blog-intro { padding: 38px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.blog-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 7vw, 110px); }
.blog-intro p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; }
.blog-section { background: var(--paper-2); }
.blog-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; }
.blog-filter {
  padding: 10px 15px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font: 600 11px/1 var(--sans);
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}
.blog-filter:hover,
.blog-filter.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 18px; }
.blog-card { min-width: 0; overflow: hidden; background: var(--paper); }
.blog-card[hidden] { display: none; }
.blog-card-link { display: block; height: 100%; }
.blog-card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d5ccc2; }
.blog-card-media img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.025); }
.blog-card-body { display: flex; min-height: 270px; flex-direction: column; padding: 24px 23px 25px; }
.blog-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.blog-card-meta span:first-child { color: var(--gold); }
.blog-card h2 { margin-bottom: 12px; font-size: clamp(27px, 2.5vw, 36px); }
.blog-card-body > p:not(.blog-card-meta) { min-height: 4.5em; color: var(--muted); font-size: 14px; }
.blog-card-status {
  display: inline-block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.blog-card-status::after { content: " →"; color: var(--gold); }
.blog-card--featured { grid-column: span 2; }
.blog-card--featured .blog-card-link { display: grid; grid-template-columns: 1.12fr .88fr; }
.blog-card--featured .blog-card-media { min-height: 520px; aspect-ratio: auto; }
.blog-card--featured .blog-card-body { justify-content: flex-end; min-height: 520px; padding: clamp(32px, 5vw, 58px); background: var(--ink); color: var(--paper); }
.blog-card--featured .blog-card-meta { color: rgba(247, 243, 237, .6); }
.blog-card--featured h2 { font-size: clamp(39px, 4.5vw, 60px); }
.blog-card--featured .blog-card-body > p:not(.blog-card-meta) { min-height: 0; color: rgba(247, 243, 237, .68); font-size: 15px; }
.blog-card--featured .blog-card-status { color: var(--paper); }

.article-hero { padding: 132px 0 70px; background: var(--paper-2); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: clamp(42px, 8vw, 120px); align-items: center; }
.article-hero-copy { padding: 28px 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(52px, 7vw, 96px); color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--gold); }
.article-hero h1 { max-width: 850px; margin-bottom: 27px; font-size: clamp(51px, 6.8vw, 94px); }
.article-hero .lead { max-width: 760px; }
.article-hero-media { aspect-ratio: 1/1; margin: 0; overflow: hidden; background: #d5ccc2; }
.article-hero-media img { height: 100%; object-fit: cover; }
.article-main { padding: clamp(72px, 9vw, 136px) 0; background: var(--paper); }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: clamp(48px, 8vw, 108px); justify-content: center; align-items: start; }
.article-aside { position: sticky; top: 112px; padding-top: 5px; }
.article-aside-title { margin-bottom: 17px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.article-toc { display: grid; border-top: 1px solid var(--line); }
.article-toc a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.45; }
.article-toc a:hover { color: var(--ink); }
.article-service-link { display: inline-flex; margin-top: 25px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.article-service-link::after { content: " →"; margin-left: 7px; }
.article-content { color: #302b27; font-size: 17px; line-height: 1.82; }
.article-content > p:first-child { color: var(--ink); font: 400 clamp(25px, 3vw, 32px)/1.42 var(--serif); }
.article-content h2 { scroll-margin-top: 110px; margin: clamp(54px, 8vw, 82px) 0 23px; color: var(--ink); font-size: clamp(37px, 5vw, 53px); line-height: 1.04; }
.article-content p { margin-bottom: 25px; }
.article-content ul, .article-content ol { margin: 4px 0 30px; padding-left: 1.3em; }
.article-content li { margin: 9px 0; padding-left: 7px; }
.article-content li::marker { color: var(--gold); }
.article-cta { padding: clamp(72px, 9vw, 118px) 0; background: var(--ink); color: var(--paper); }
.article-cta .narrow { width: min(820px, calc(100% - 40px)); }
.article-cta h2 { margin-bottom: 25px; font-size: clamp(44px, 6vw, 72px); }
.article-cta p:not(.eyebrow) { max-width: 670px; color: rgba(247, 243, 237, .7); }
.article-cta .actions { margin-top: 31px; }
.related-section { background: var(--paper-2); }
.related-section > .container > h2 { margin-bottom: 48px; }
.blog-grid--related .blog-card-body { min-height: 260px; }

.faq { margin-top: 44px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 42px 24px 0; cursor: pointer; list-style: none; position: relative; font: 400 clamp(22px, 3vw, 29px)/1.25 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--gold); font: 300 28px/1 var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; padding: 0 42px 25px 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.contact-card { padding: clamp(30px, 5vw, 58px); background: var(--paper-2); }
.contact-line { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-line small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-line strong, .contact-line a { display: block; margin-top: 5px; font: 400 clamp(23px, 3vw, 31px)/1.2 var(--serif); }
.lead-form { display: grid; gap: 14px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field { display: grid; gap: 7px; }
.field label { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255,255,255,.45);
  color: var(--ink);
  padding: 14px 15px;
}
.field textarea { min-height: 110px; resize: vertical; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 12px; }
.consent input { margin: 4px 0 0; accent-color: var(--gold); }
.consent a { color: var(--gold); text-decoration: underline; }
.form-note { margin: 0; color: var(--muted); font-size: 12px; }
.form-note--success { color: #466a4d; }
.form-note--error { color: #9b433b; }
.lead-form .btn:disabled { cursor: wait; opacity: .68; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(27,24,22,.78);
  backdrop-filter: blur(8px);
}
.modal.open { display: grid; }
.modal-panel { position: relative; width: min(520px, 100%); max-height: calc(100svh - 40px); overflow: auto; padding: 36px; background: var(--paper); }
.modal-close { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.modal-panel h2 { padding-right: 34px; font-size: 44px; }

.site-footer { padding: 75px 0 28px; background: var(--ink); color: rgba(247,243,237,.7); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 50px; }
.footer-brand { color: var(--paper); }
.footer-title { color: rgba(247,243,237,.64); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(247,243,237,.12); font-size: 11px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav, .header-phone, .header-actions .btn { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 135px; }
  .hero h1 { font-size: clamp(52px, 11vw, 86px); }
  .hero-media img { object-position: 62% center; }
  .split { grid-template-columns: 1fr; }
  .split .image-frame { max-width: 720px; }
  .team-intro { align-items: start; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .article-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .article-hero h1 { font-size: clamp(48px, 7vw, 70px); }
  .article-layout { grid-template-columns: 190px minmax(0, 680px); gap: 46px; }
  .team-list { grid-template-columns: repeat(2, 1fr); }
  .team-person { border-bottom: 1px solid var(--line); }
  .team-person:nth-child(2) { border-right: 0; }
  .contact-grid, .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 30px, 1240px); }
  .site-header { height: 68px; }
  .brand { font-size: 19px; }
  .hero { min-height: 0; display: block; }
  .hero-media { position: relative; inset: auto; height: 44svh; min-height: 340px; max-height: 430px; }
  .hero-media img { object-position: 74% center; }
  .hero-shade { display: none; }
  .hero-content { padding: 32px 0 58px; }
  .hero h1 { font-size: clamp(44px, 12vw, 58px); }
  .hero .lead { font-size: 16px; }
  .hero-lead-break { display: none; }
  .hero-note { max-width: 350px; line-height: 1.55; }
  .design-intro h2 { line-height: .93; }
  .actions .btn { width: 100%; }
  .page-hero { padding: 130px 0 68px; }
  .page-hero h1 { font-size: clamp(46px, 14vw, 70px); }
  .stats { grid-template-columns: 1fr; }
  .stat, .stat + .stat, .stat:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(even) { min-height: 0; padding: 27px 0; border-left: 0; }
  .work-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-card--wide, .gallery-card--landscape { grid-column: auto; }
  .blog-intro-grid { grid-template-columns: 1fr; gap: 16px; }
  .blog-filters { flex-wrap: nowrap; margin-right: -15px; overflow-x: auto; padding-right: 15px; scrollbar-width: none; }
  .blog-filters::-webkit-scrollbar { display: none; }
  .blog-filter { flex: 0 0 auto; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card--featured { grid-column: auto; }
  .blog-card--featured .blog-card-link { display: block; }
  .blog-card--featured .blog-card-media { min-height: 0; aspect-ratio: 4/3; }
  .blog-card--featured .blog-card-body { min-height: 0; padding: 28px 24px 30px; }
  .blog-card--featured h2 { font-size: clamp(36px, 10vw, 48px); }
  .blog-card-body > p:not(.blog-card-meta) { min-height: 0; }
  .article-hero { padding: 105px 0 46px; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .article-hero-copy { padding: 0; }
  .article-hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .article-hero .lead { font-size: 16px; }
  .article-hero-media { aspect-ratio: 4/3; }
  .breadcrumbs { margin-bottom: 42px; }
  .article-layout { grid-template-columns: 1fr; gap: 52px; }
  .article-aside { position: static; }
  .article-content { font-size: 16px; line-height: 1.78; }
  .article-content > p:first-child { font-size: 25px; }
  .article-content h2 { margin-top: 56px; font-size: clamp(36px, 11vw, 47px); }
  .article-cta .narrow { width: min(100% - 30px, 820px); }
  .values { grid-template-columns: 1fr; }
  .value, .value + .value { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .victoria-copy h2 { font-size: clamp(42px, 12vw, 58px); }
  .victoria-quote blockquote { font-size: clamp(29px, 7.5vw, 38px); }
  .team-intro { gap: 24px; }
  .team-list { grid-template-columns: 1fr; }
  .team-person, .team-person + .team-person { padding: 22px 0; border-right: 0; }
  .price-catalog { grid-template-columns: 1fr; }
  .price-group--matrix { grid-column: auto; }
  .price-catalog--3 > .price-group:last-child { grid-column: auto; }
  .price-group { padding: 24px 20px; }
  .price-row { gap: 14px; }
  .price-row span { font-size: 14px; line-height: 1.45; }
  .price-matrix { margin-right: -20px; padding-right: 20px; }
  .price-scroll-hint { display: block; margin-top: 10px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .steps li { grid-template-columns: 42px 1fr; }
  .modal-panel { padding: 30px 20px 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .design-lead-break { display: none; }
}

.section--ink .muted,
.section--ink .value p,
.section--ink .field label,
.section--ink .consent,
.section--ink .form-note { color: rgba(247,243,237,.76); }
.section--ink .form-note--success { color: #a9cfaf; }
.section--ink .form-note--error { color: #f0aaa2; }
.section--ink .value-number,
.section--ink .consent a { color: var(--gold-light); }
.section--ink .field input,
.section--ink .field textarea { background: rgba(247,243,237,.94); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
