/* Invigorate Media — site styles
   Brand: ink #1f2223 · cream #faf8f5 · blue #004aad · light blue #6f9ee6
   Fonts: Italiana (display), PT Sans (body), Poppins (labels & buttons) */

:root {
  --ink: #1f2223;
  --ink-2: #2c3031;
  --cream: #faf8f5;
  --sand: #f3f0ea;
  --paper-dim: #e9e6e0;
  --blue: #004aad;
  --blue-dark: #003a8a;
  --blue-light: #6f9ee6;
  --gray: #5f6667;
  --gray-2: #4b5152;
  --gray-3: #8b9191;
  --muted-dark: #a9afaf;
  --line: #dcd7ce;
  --line-2: #e6e1d8;
  --line-dark: #3a3f40;
  --display: "Italiana", Georgia, serif;
  --body: "PT Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --label: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --gutter: clamp(20px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open, body.lb-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
a:hover { color: var(--blue); }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 3px; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 300;
  background: var(--blue); color: #fff; padding: 12px 18px;
  font-family: var(--label); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  text-decoration: none;
}
.skip-link:focus { top: 12px; color: #fff; }

.wrap { max-width: 1360px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.dot { color: var(--blue-light); }

/* ---------- Type ---------- */
.display { margin: 0; font-family: var(--display); font-weight: 400; }
.h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(44px, 6vw, 92px); line-height: .95; }
.eyebrow {
  font-family: var(--label); font-size: 11px; font-weight: 600; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gray); margin-bottom: 22px;
}
.eyebrow .num { color: var(--blue); margin-right: .9em; }
.on-dark .eyebrow { color: var(--muted-dark); }
.on-dark .eyebrow .num { color: var(--blue-light); }
.kicker {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--label); font-size: 11px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  margin-bottom: 24px;
}
.kicker::before { content: ""; width: 40px; height: 1px; background: var(--blue-light); flex: none; }

/* ---------- Buttons & links ---------- */
.btn {
  font-family: var(--label); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; padding: 18px 28px; display: inline-flex; gap: 14px; align-items: center;
  border: 1px solid transparent; cursor: pointer; line-height: 1.2;
  transition: background .35s, color .35s, border-color .35s;
}
.btn-blue { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; }
.btn-ghost { color: var(--cream); border-color: rgba(250, 248, 245, .5); }
.btn-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.btn-ink { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-ink:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.link-line {
  font-family: var(--label); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; padding-bottom: 6px; border-bottom: 1px solid var(--blue);
}
.on-dark .link-line { color: var(--cream); border-bottom-color: var(--blue-light); }
.on-dark .link-line:hover { color: var(--blue-light); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  color: var(--cream);
  border-bottom: 1px solid transparent;
  transition: background .5s var(--ease), border-color .5s, color .4s;
}
.site-header .bar {
  max-width: 1360px; margin: 0 auto; padding: 26px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transition: padding .5s var(--ease);
}
.site-header.is-scrolled .bar { padding-top: 14px; padding-bottom: 14px; }
.site-header.is-scrolled:not(.is-open) {
  background: rgba(250, 248, 245, .9); color: var(--ink); border-bottom-color: var(--line);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}

.logo { display: inline-flex; flex-direction: column; gap: 4px; color: inherit; text-decoration: none; }
.logo:hover { color: inherit; }
.logo .rule { height: 1.5px; background: currentColor; }
.logo .word { font-family: var(--label); font-weight: 700; font-size: 18px; letter-spacing: .03em; line-height: 1; }
.logo .word b { font-weight: 700; color: var(--blue-light); transition: color .4s; }
.site-header.is-scrolled:not(.is-open) .logo .word b { color: var(--blue); }
.logo .media { display: flex; justify-content: space-between; font-family: var(--label); font-size: 9px; font-weight: 500; line-height: 1; padding: 1px 1px 0; }

.nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 44px); }
.nav a.nav-link {
  font-family: var(--label); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: inherit; text-decoration: none; padding: 6px 0; border-bottom: 1px solid transparent;
  transition: border-color .4s;
}
.nav a.nav-link:hover { color: inherit; border-bottom-color: var(--blue); }
.nav a.nav-link[aria-current="page"] { border-bottom-color: var(--blue); }
.nav .btn { padding: 13px 22px; gap: 10px; }

.menu-btn {
  display: none; background: none; border: 0; padding: 10px 0 10px 10px; cursor: pointer;
  align-items: center; gap: 12px; color: inherit;
  font-family: var(--label); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
}
.menu-btn .lines { display: flex; flex-direction: column; gap: 6px; width: 24px; }
.menu-btn .lines span { height: 1.5px; background: currentColor; }
.menu-btn .lines span:last-child { width: 16px; align-self: flex-end; }

.menu-panel {
  display: none; position: fixed; inset: 0; z-index: -1; background: var(--ink);
  flex-direction: column; justify-content: center; gap: 8px;
  padding: 100px clamp(24px, 6vw, 56px) 48px;
}
.site-header.is-open .menu-panel { display: flex; }
.menu-panel .big { font-family: var(--display); font-size: clamp(44px, 12vw, 72px); color: var(--cream); text-decoration: none; line-height: 1.15; }
.menu-panel .big:hover { color: var(--blue-light); }
.menu-panel .btn { margin-top: 32px; align-self: flex-start; padding: 16px 26px; }
.menu-panel .contact { margin-top: 40px; display: flex; flex-direction: column; gap: 6px; font-size: 16px; }
.menu-panel .contact a { color: var(--muted-dark); text-decoration: none; }

@media (max-width: 879px) {
  .nav { display: none; }
  .menu-btn { display: flex; }
}

/* ---------- Heroes ---------- */
.hero {
  position: relative; min-height: max(100svh, 680px); display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--cream); overflow: hidden; background: var(--ink);
}
.hero .bg, .page-hero .bg, .cta .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .bg { animation: heroZoom 14s var(--ease) forwards; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,23,.55) 0%, rgba(20,22,23,0) 28%, rgba(20,22,23,.1) 55%, rgba(20,22,23,.82) 100%); }
.hero .inner { position: relative; width: 100%; padding-top: 160px; }
.hero h1 { font-size: clamp(64px, 11.5vw, 184px); line-height: .88; letter-spacing: -.005em; }
.hero h1 .indent { display: inline-block; padding-left: clamp(0px, 8vw, 150px); }
.hero .lower { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 32px; margin-top: clamp(36px, 5vw, 56px); padding-bottom: 40px; }
.hero .lower p { margin: 0; max-width: 40ch; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: var(--paper-dim); text-wrap: pretty; }
.hero .strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); border-top: 1px solid rgba(250,248,245,.28); }
.hero .strip div { padding: 20px 0 26px; display: flex; gap: 12px; font-family: var(--label); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.hero .strip span { color: var(--blue-light); }
@media (max-width: 700px) {
  .hero .shade { background: linear-gradient(180deg, rgba(20,22,23,.6) 0%, rgba(20,22,23,.4) 30%, rgba(20,22,23,.62) 55%, rgba(20,22,23,.92) 100%); }
}

.page-hero {
  position: relative; min-height: min(72svh, 720px); display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--cream); overflow: hidden; background: var(--ink);
}
.page-hero.short { min-height: min(62svh, 620px); }
.page-hero.plain { min-height: 440px; }
.page-hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,23,.6) 0%, rgba(20,22,23,.3) 40%, rgba(20,22,23,.85) 100%); }
.page-hero .inner {
  position: relative; width: 100%; padding-top: 180px; padding-bottom: clamp(48px, 6vw, 80px);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 32px;
}
.page-hero h1 { font-size: clamp(64px, 10vw, 160px); line-height: .9; }
.page-hero p { margin: 0; max-width: 36ch; font-size: 18px; line-height: 1.6; color: var(--paper-dim); }

/* ---------- Sections ---------- */
.section { padding-top: clamp(96px, 12vw, 160px); padding-bottom: clamp(96px, 12vw, 160px); }
.bg-cream { background: var(--cream); }
.bg-sand { background: var(--sand); }
.bg-ink { background: var(--ink); color: var(--cream); }
.section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(48px, 6vw, 72px); }
.section-head .aside { margin: 0; max-width: 34ch; font-size: 16px; line-height: 1.6; color: var(--gray); }

/* Studio */
.studio { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 80px); padding-top: clamp(96px, 13vw, 180px); padding-bottom: clamp(96px, 13vw, 180px); }
.studio .label { flex: 1 1 200px; }
.studio .body { flex: 999 1 560px; min-width: 0; max-width: 980px; }
.studio .lead { margin: 0; font-family: var(--display); font-size: clamp(30px, 3.7vw, 56px); line-height: 1.14; text-wrap: pretty; }
.studio .lead em { font-style: normal; color: var(--blue); }
.studio .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(32px, 5vw, 72px); margin-top: clamp(48px, 6vw, 80px); }
.studio .copy { display: flex; flex-direction: column; gap: 18px; font-size: 17px; line-height: 1.75; color: var(--gray-2); }
.studio .copy p { margin: 0; text-wrap: pretty; }
.studio .copy .link-line { align-self: flex-start; margin-top: 8px; }
.stats { border-top: 1px solid var(--ink); }
.stats div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.stats span { font-family: var(--label); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gray); }
.stats strong { font-family: var(--display); font-weight: 400; font-size: 28px; }

/* Services (home) */
.services { display: flex; flex-wrap: wrap; gap: clamp(40px, 5vw, 96px); align-items: flex-start; }
.services .list { border-top: 1px solid var(--line-dark); flex: 1.3 1 380px; min-width: 0; }
.service {
  display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 16px; align-items: baseline;
  padding: 30px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; color: var(--cream);
  opacity: .42; transition: opacity .4s;
}
.service.is-active, .service:hover, .service:focus-visible { opacity: 1; color: var(--cream); }
.service .n { font-family: var(--label); font-size: 12px; letter-spacing: .14em; color: var(--blue-light); }
.service .t { display: flex; flex-direction: column; gap: 10px; }
.service .title { font-family: var(--display); font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.service .desc { font-size: 16px; line-height: 1.6; color: var(--muted-dark); max-width: 42ch; }
.service .from { font-family: var(--label); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-dark); white-space: nowrap; }
.service .from b { font-family: var(--display); font-weight: 400; font-size: 24px; letter-spacing: 0; color: var(--cream); margin-left: 4px; }
.services figure { margin: 0; position: sticky; top: 110px; flex: 1 1 280px; max-width: 560px; min-width: 0; }
.services .frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink-2); }
.services .frame img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.06); transition: opacity .7s var(--ease), transform 1.2s var(--ease);
}
.services .frame img.is-active { opacity: 1; transform: scale(1); }
.services figcaption { display: flex; justify-content: space-between; padding-top: 14px; font-family: var(--label); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-dark); }
@media (max-width: 700px) {
  .service { grid-template-columns: 36px minmax(0, 1fr); opacity: 1; }
  .service .from { grid-column: 2; }
  .services figure { display: none; }
}

/* Recent work (home) */
.work-top { display: flex; flex-wrap: wrap; gap: clamp(20px, 2.4vw, 32px); align-items: flex-end; }
.work-top .a { flex: 2 1 480px; min-width: 0; }
.work-top .b { flex: 1 1 280px; min-width: 0; }
.work-bottom { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(20px, 2.4vw, 32px); margin-top: clamp(32px, 4vw, 56px); align-items: start; }
.work-bottom .shift { margin-top: clamp(0px, 5vw, 80px); }
.fig { display: block; text-decoration: none; color: var(--ink); }
.fig:hover { color: var(--ink); }
.fig .img { overflow: hidden; background: var(--line-2); }
.fig .img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.fig:hover .img img { transform: scale(1.04); }
.fig .r-16-10 { aspect-ratio: 16 / 10; }
.fig .r-4-5 { aspect-ratio: 4 / 5; }
.fig .r-4-3 { aspect-ratio: 4 / 3; }
.cap { display: flex; justify-content: space-between; gap: 12px; padding-top: 14px; font-family: var(--label); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gray); }

/* CTA band */
.cta { position: relative; overflow: hidden; color: var(--cream); background: var(--ink); }
.cta .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,23,.85) 0%, rgba(20,22,23,.45) 60%, rgba(20,22,23,.2) 100%); }
.cta .inner { position: relative; padding-top: clamp(110px, 15vw, 200px); padding-bottom: clamp(110px, 15vw, 200px); }
.cta h2 { font-size: clamp(46px, 6.5vw, 104px); line-height: .95; max-width: 12ch; }
.cta p { margin: 28px 0 40px; max-width: 44ch; font-size: 18px; line-height: 1.65; color: var(--paper-dim); }

/* ---------- Pricing ---------- */
.packages { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pkg { background: #fff; color: var(--ink); padding: clamp(32px, 3vw, 44px) clamp(24px, 2.4vw, 36px); display: flex; flex-direction: column; }
.pkg .top { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 22px; }
.pkg .n { font-family: var(--label); font-size: 12px; letter-spacing: .14em; color: var(--blue); }
.pkg .flag { font-family: var(--label); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); }
.pkg h3 { margin: 28px 0 0; font-family: var(--label); font-size: 13px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.pkg .price { font-family: var(--display); font-size: clamp(64px, 6vw, 84px); line-height: 1; margin: 18px 0 10px; }
.pkg .desc { margin: 0 0 30px; font-size: 15px; line-height: 1.55; color: var(--gray); min-height: 48px; }
.pkg ul { list-style: none; margin: 0 0 36px; padding: 0; border-top: 1px solid var(--line-2); }
.pkg li { padding: 13px 0; border-bottom: 1px solid var(--line-2); font-size: 15px; line-height: 1.45; display: flex; gap: 12px; }
.pkg li::before { content: "—"; color: var(--blue); }
.pkg .book {
  margin-top: auto; font-family: var(--label); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; padding: 17px 20px; display: flex; justify-content: space-between; align-items: center;
  color: var(--ink); border: 1px solid var(--ink); transition: background .35s, color .35s, border-color .35s;
}
.pkg .book:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.pkg.is-featured { background: var(--ink); color: var(--cream); }
.pkg.is-featured .n, .pkg.is-featured .flag, .pkg.is-featured li::before { color: var(--blue-light); }
.pkg.is-featured .desc { color: var(--muted-dark); }
.pkg.is-featured ul, .pkg.is-featured li { border-color: var(--line-dark); }
.pkg.is-featured .book { background: var(--blue); color: #fff; border-color: var(--blue); }
.pkg.is-featured .book:hover { background: var(--blue-dark); border-color: var(--blue-dark); }

.alc { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); column-gap: clamp(40px, 6vw, 96px); row-gap: clamp(56px, 6vw, 80px); }
.alc .group-head { display: flex; align-items: baseline; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
.alc .group-head .n { font-family: var(--label); font-size: 12px; letter-spacing: .14em; color: var(--blue); }
.alc .group-head h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(28px, 2.6vw, 38px); line-height: 1; }
.alc .item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.alc .row { display: flex; align-items: baseline; gap: 12px; }
.alc .name { font-family: var(--label); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.alc .tag { font-family: var(--label); font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--gray); white-space: nowrap; }
.alc .leader { flex: 1; border-bottom: 1px dotted #b9b3a8; transform: translateY(-4px); min-width: 24px; }
.alc .price { font-family: var(--display); font-size: 28px; line-height: 1; white-space: nowrap; }
.alc .item p { margin: 8px 0 0; font-size: 15px; line-height: 1.55; color: var(--gray); max-width: 52ch; text-wrap: pretty; }

.split-cta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 40px; }
.split-cta h2 { max-width: 13ch; }
.split-cta .side { display: flex; flex-direction: column; gap: 22px; max-width: 38ch; }
.split-cta .side p { margin: 0; font-size: 17px; line-height: 1.65; color: var(--gray-2); }
.split-cta .side .btn { align-self: flex-start; }

/* ---------- Portfolio ---------- */
.gallery-section { padding-top: clamp(64px, 8vw, 110px); padding-bottom: clamp(96px, 12vw, 150px); }
.filter-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--ink); margin-bottom: clamp(32px, 4vw, 56px); }
.filters { display: flex; flex-wrap: wrap; gap: clamp(20px, 3vw, 40px); }
.filter {
  background: none; border: 0; border-bottom: 1px solid transparent; padding: 6px 0; cursor: pointer;
  font-family: var(--label); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gray-3); display: flex; gap: 8px; align-items: flex-start; transition: color .3s;
}
.filter:hover { color: var(--ink); }
.filter[aria-pressed="true"] { color: var(--ink); border-bottom-color: var(--blue); }
.filter sup { font-size: 9px; letter-spacing: .06em; color: var(--blue); }
.frame-count { font-family: var(--label); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gray); }
/* Grid reads left to right, top to bottom, in filename-number order */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: clamp(16px, 2vw, 28px); }
.shot { margin: 0; min-width: 0; }
.shot[hidden] { display: none; }
.shot button { display: block; width: 100%; padding: 0; border: 0; background: var(--line-2); cursor: zoom-in; overflow: hidden; aspect-ratio: 4 / 3; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.shot button:hover img { transform: scale(1.04); }
.shot figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 12px; font-family: var(--label); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gray); }
.gallery-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; margin-top: clamp(48px, 6vw, 80px); padding-top: 32px; border-top: 1px solid var(--line); }
.gallery-foot p { margin: 0; font-family: var(--display); font-size: clamp(28px, 3vw, 42px); line-height: 1.1; }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(20,22,23,.97); display: none; flex-direction: column; animation: lbIn .35s ease; }
.lightbox.is-open { display: flex; }
@keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
.lightbox .lb-bar { display: flex; justify-content: space-between; align-items: center; padding: 22px var(--gutter); font-family: var(--label); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-dark); }
.lightbox .lb-bar b { color: var(--cream); font-weight: 400; }
.lightbox .lb-stage { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 0 clamp(20px, 6vw, 96px); }
.lightbox .lb-stage img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox .lb-nav { display: flex; justify-content: space-between; padding: 22px var(--gutter); }
.lightbox button { background: none; border: 0; cursor: pointer; color: var(--cream); font-family: var(--label); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; padding: 8px 0; }
.lightbox button:hover { color: var(--blue-light); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: clamp(56px, 8vw, 120px); align-items: start; padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(80px, 10vw, 140px); }
.contact-grid .h2 { font-size: clamp(44px, 5vw, 76px); line-height: .98; }
.contact-grid .intro { margin: 24px 0 48px; max-width: 42ch; font-size: 17px; line-height: 1.7; color: var(--gray-2); text-wrap: pretty; }
.details { border-top: 1px solid var(--ink); }
.details > * { display: flex; flex-direction: column; gap: 8px; padding: 24px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.details .k { font-family: var(--label); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gray); }
.details .v { font-family: var(--display); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.1; word-break: break-word; }
.details .v.big { font-size: clamp(30px, 3vw, 42px); line-height: 1; }
.socials { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 32px; font-family: var(--label); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.socials a { text-decoration: none; color: var(--ink); }
.socials a:hover { color: var(--blue); }

.form { background: var(--sand); padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; gap: 34px; }
.form .form-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.form .form-head span:first-child { font-family: var(--display); font-size: clamp(28px, 2.6vw, 36px); line-height: 1; }
.form .form-head span:last-child { font-family: var(--label); font-size: 12px; letter-spacing: .14em; color: var(--blue); }
.form .pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 34px 28px; }
.form label { display: flex; flex-direction: column; gap: 10px; }
.form label > span { font-family: var(--label); font-size: 10.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gray); }
.form input, .form textarea {
  border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 6px 0 12px;
  font-family: var(--body); font-size: 18px; color: var(--ink); outline: none; border-radius: 0; width: 100%;
}
.form textarea { line-height: 1.5; resize: vertical; }
.form input:focus, .form textarea:focus { border-bottom-color: var(--blue); }
.form input::placeholder, .form textarea::placeholder { color: #9a9e9e; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form .form-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.form .form-foot a { font-size: 15px; color: var(--gray-2); text-decoration: none; }
.form .form-foot a span { color: var(--blue); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--muted-dark); }
.site-footer .inner { padding-top: clamp(72px, 10vw, 120px); padding-bottom: 32px; }
.site-footer .top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 40px; padding-bottom: clamp(56px, 8vw, 96px); border-bottom: 1px solid var(--line-dark); }
.site-footer .top h2 { font-size: clamp(48px, 7.5vw, 120px); line-height: .95; color: var(--cream); letter-spacing: .01em; max-width: 11ch; }
.site-footer .top .act { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.site-footer .top .phone { font-family: var(--display); font-size: 28px; color: var(--cream); text-decoration: none; letter-spacing: .04em; }
.site-footer .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 40px; padding: 56px 0; }
.site-footer .col { display: flex; flex-direction: column; gap: 12px; font-size: 16px; }
.site-footer .col .h { font-family: var(--label); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--cream); margin-bottom: 6px; }
.site-footer .col p { margin: 0; line-height: 1.6; max-width: 30ch; }
.site-footer .col a { color: var(--muted-dark); text-decoration: none; word-break: break-word; }
.site-footer .col a:hover { color: var(--cream); }
.site-footer .legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; border-top: 1px solid var(--line-dark); font-family: var(--label); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray-3); }

/* ---------- Motion ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

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