:root {
  --bg: #0b0c0d;
  --bg-deep: #070809;
  --surface: #121416;
  --surface-2: #181b1d;
  --paper: #ecebe7;
  --paper-2: #d8d7d1;
  --ink: #111314;
  --text: #f1f1ee;
  --muted: #92979a;
  --muted-dark: #686e71;
  --line: rgba(241, 241, 238, 0.16);
  --line-dark: rgba(17, 19, 20, 0.16);
  --red: #d72931;
  --red-bright: #f03a40;
  --max: 1380px;
  --ease: cubic-bezier(.22, .75, .22, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
body.is-loading { overflow: hidden; }
body.theme-light {
  --bg: #f0efeb;
  --bg-deep: #e7e5df;
  --surface: #faf9f6;
  --surface-2: #e0dfd9;
  --paper: #fbfaf7;
  --paper-2: #e1dfd8;
  --ink: #17191a;
  --text: #17191a;
  --muted: #6c7172;
  --muted-dark: #858987;
  --line: rgba(17, 19, 20, .15);
  --line-dark: rgba(17, 19, 20, .18);
}
body.theme-light .site-header { background: rgba(250,249,246,.82); border-color: rgba(17,19,20,.13); }
body.theme-light .site-header .brand__logo { filter: brightness(0) saturate(100%); }
body.theme-light .main-nav a { color: #696e6f; }
body.theme-light .main-nav a:hover, body.theme-light .main-nav a.is-active { color: var(--ink); }
body.theme-light .main-nav .nav-cta { color: var(--ink); }
body.theme-light .hero__shade { background: linear-gradient(90deg, rgba(6,7,8,.88), rgba(6,7,8,.42) 48%, rgba(6,7,8,.2) 100%), linear-gradient(0deg, rgba(6,7,8,.78), transparent 50%); }
body.theme-light .site-footer { background: #dedcd5; border-color: rgba(17,19,20,.15); color: var(--ink); }
body.theme-light .footer-contact, body.theme-light .footer-socials { color: #626765; }
body.theme-light .footer-bottom { border-color: rgba(17,19,20,.15); color: #777c79; }
body.theme-light .footer__logo { filter: brightness(0) saturate(100%); }
img { display: block; max-width: 100%; }
.site-loader { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; background: #070809; opacity: 1; transition: opacity .6s ease, visibility .6s ease; }
.site-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.site-loader__inner { display: flex; flex-direction: column; align-items: center; width: min(300px, 72vw); text-align: center; }
.site-loader__inner img { width: 100%; opacity: 0; transform: translateY(8px); animation: loaderLogo .75s .12s var(--ease) forwards; }
.site-loader__line { width: 100%; height: 1px; margin-top: 22px; background: linear-gradient(90deg, transparent, var(--red), transparent); transform: scaleX(0); transform-origin: center; animation: loaderLine 1s .35s var(--ease) forwards; }
.site-loader__inner small { margin-top: 12px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; opacity: 0; animation: loaderText .6s .6s ease forwards; }
@keyframes loaderLogo { to { opacity: 1; transform: none; } }
@keyframes loaderLine { to { transform: scaleX(1); } }
@keyframes loaderText { to { opacity: 1; } }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

/* Header */
.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 78px;
  background: rgba(7, 8, 9, .72);
  border-bottom: 1px solid rgba(241, 241, 238, .12);
  backdrop-filter: blur(15px);
}
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand__mark {
  display: grid; place-items: center;
  width: 34px; height: 34px;
  border: 1px solid var(--red);
  color: var(--red-bright);
  font-size: 11px; font-weight: 700; letter-spacing: .08em;
}
.brand__name { font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.brand__logo { display: block; width: 170px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a { color: var(--muted); transition: color .25s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--text); }
.main-nav a.is-active::after { content: ''; display: block; height: 2px; width: 20px; background: var(--red); margin-top: 6px; }
.main-nav .nav-cta { color: var(--text); border: 1px solid var(--line); padding: 10px 14px; }
.main-nav .nav-cta span { color: var(--red-bright); margin-left: 6px; }
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 9px 10px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease, border-color .25s ease, background .25s ease; }
.theme-toggle:hover { color: var(--text); border-color: var(--red); background: rgba(215,41,49,.08); }
.theme-toggle__icon { color: var(--red-bright); font-size: 14px; line-height: 1; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px 0 8px 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 28px; height: 1px; background: var(--text); transition: transform .25s ease; }
.menu-toggle span + span { margin-top: 7px; }
.menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* Common type */
.eyebrow { color: var(--red-bright); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: #ff676b; }
.section { padding: 128px 0; }
.section--paper { color: var(--ink); background: var(--paper); }
.section--red { background: var(--red); color: white; }
.section-index { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.section-index span { color: currentColor; opacity: .4; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.section-head--compact { margin-bottom: 34px; }
.section-head h2, .section h2 { margin: 12px 0 0; font-size: clamp(42px, 6vw, 90px); line-height: .92; letter-spacing: -.065em; font-weight: 800; }
.section-head h2 em, .section h2 em { font-family: Georgia, serif; font-size: .9em; font-weight: 400; letter-spacing: -.08em; }
.section-count { color: var(--muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.section--paper .section-count { color: #777976; }
.lead { max-width: 760px; margin: 0; font-size: clamp(24px, 3.2vw, 43px); line-height: 1.08; letter-spacing: -.045em; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 18px; transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.red-line { display: block; width: 42px; height: 3px; margin-bottom: 18px; background: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 20px; border: 1px solid var(--red); background: var(--red); color: white; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { background: var(--red-bright); border-color: var(--red-bright); transform: translateY(-2px); }
.button span { font-size: 17px; font-weight: 400; }
.button--outline { background: transparent; border-color: var(--line); color: var(--text); }
.button--outline:hover { border-color: var(--text); background: transparent; }
.button--dark { background: var(--ink); border-color: var(--ink); }
.button--dark:hover { background: #27292b; border-color: #27292b; }
.button--light { background: white; border-color: white; color: var(--red); }
.button--light:hover { background: #f4f4f0; border-color: #f4f4f0; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: end; padding: 170px 0 58px; isolation: isolate; overflow: hidden; }
.hero__media, .hero__shade { position: absolute; z-index: -2; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.18) contrast(1.08) brightness(.52); transform: scale(1.02); }
.hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(6, 7, 8, .94) 0%, rgba(6, 7, 8, .56) 48%, rgba(6, 7, 8, .25) 100%), linear-gradient(0deg, rgba(6, 7, 8, .82), transparent 50%); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .17; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 75px 75px; mix-blend-mode: overlay; }
.hero__content { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero__signature { width: min(240px, 38vw); margin-bottom: 31px; opacity: .92; }
.hero__signature img { width: 100%; height: auto; }
.hero__meta { display: flex; align-items: center; gap: 18px; margin-bottom: 25px; color: #b8babc; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero__meta::before { content: ''; width: 42px; height: 2px; background: var(--red); }
.hero h1 { max-width: 880px; margin: 0; font-size: clamp(54px, 9.4vw, 148px); line-height: .83; letter-spacing: -.085em; font-weight: 800; }
.hero h1 em { display: block; color: #f0f0ed; font-family: Georgia, serif; font-size: .78em; font-weight: 400; letter-spacing: -.1em; }
.hero__bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 36px; }
.hero__description { max-width: 440px; margin: 0; color: #c7c8c6; font-size: 15px; line-height: 1.55; }
.hero__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__scroll { display: flex; align-items: center; gap: 12px; position: absolute; right: 24px; bottom: 61px; color: #aeb1b2; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero__scroll::before { content: ''; width: 1px; height: 54px; background: var(--red); }
.hero__stamp { position: absolute; top: 50%; right: 6vw; width: 92px; height: 92px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #d2d3d0; font-size: 8px; text-align: center; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; transform: rotate(12deg); opacity: .8; }
.hero__stamp::before { content: '•'; position: absolute; top: 8px; color: var(--red-bright); }

/* Intro */
.intro { background: var(--surface); }
.intro__grid { display: grid; grid-template-columns: 120px minmax(0, 1fr) minmax(220px, 310px); gap: 42px; align-items: start; }
.intro__aside { color: var(--muted); font-size: 13px; }
.intro__aside p { margin: 0 0 18px; }
.intro__aside .red-line { margin-top: 4px; }

/* Featured */
.featured { padding-bottom: 144px; }
.featured__intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 52px; }
.featured__intro p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; }
.projects-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 46px 22px; }
.projects-grid .project-card:nth-child(1) { grid-column: span 7; }
.projects-grid .project-card:nth-child(2) { grid-column: span 5; margin-top: 92px; }
.projects-grid .project-card:nth-child(3) { grid-column: 2 / span 5; }
.projects-grid .project-card:nth-child(4) { grid-column: 7 / span 6; margin-top: 78px; }
.project-card__media { position: relative; display: block; min-height: 230px; overflow: hidden; background: var(--surface-2); }
.project-card__image-link { position: relative; z-index: 3; display: block; height: 100%; }
.project-card__media img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .8s var(--ease), filter .5s ease; }
.project-card__image-link::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.62)); opacity: .7; pointer-events: none; transition: opacity .4s ease; }
.project-card__image-link:focus-visible, .video-trigger:focus-visible { outline: 2px solid var(--red-bright); outline-offset: -3px; }
.video-trigger { cursor: pointer; }
.projects-grid .project-card:nth-child(1) .project-card__media img { aspect-ratio: 1.34 / 1; }
.projects-grid .project-card:nth-child(2) .project-card__media img { aspect-ratio: .9 / 1; }
.projects-grid .project-card:nth-child(3) .project-card__media img { aspect-ratio: 1 / 1.12; }
.projects-grid .project-card:nth-child(4) .project-card__media img { aspect-ratio: 1.4 / 1; }
.project-card__media::after { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.62)); opacity: .7; pointer-events: none; transition: opacity .4s ease; }
.project-card:hover .project-card__media img { transform: scale(1.06); filter: grayscale(.2); }
.project-card:hover .project-card__media::after, .project-card:hover .project-card__image-link::after { opacity: .48; }
.project-card__index, .project-card__arrow { position: absolute; z-index: 2; top: 18px; color: white; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.project-card__index { left: 18px; }
.project-card__arrow { right: 18px; font-size: 21px; font-weight: 400; opacity: .78; transition: transform .3s ease, color .3s ease; }
.project-card:hover .project-card__arrow { color: var(--red-bright); transform: translate(4px, -4px); }
.play-badge { position: absolute; z-index: 4; left: 50%; top: 50%; display: grid; place-items: center; width: 52px; height: 52px; padding: 0 0 0 3px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.18); color: white; cursor: pointer; font-size: 14px; transform: translate(-50%, -50%); transition: background .3s ease, border-color .3s ease, transform .3s ease; }
.project-card:hover .play-badge { background: var(--red); border-color: var(--red); }
.project-card__info { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding-top: 17px; }
.project-card__info h3 { margin: 5px 0 0; font-size: clamp(22px, 2.4vw, 34px); line-height: .98; letter-spacing: -.055em; }
.project-card__info h3 a:hover { color: var(--red-bright); }
.project-card__type { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

/* Split info blocks */
.split-block { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); min-height: 620px; }
.split-block__media { min-height: 520px; background: var(--surface-2); overflow: hidden; }
.split-block__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.06); }
.split-block__content { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(28px, 7vw, 110px); background: var(--paper); color: var(--ink); }
.split-block__content h2 { max-width: 560px; margin-bottom: 32px; }
.split-block__content p { max-width: 470px; color: #5d5f5e; font-size: 16px; }
.split-block__content .button { align-self: flex-start; margin-top: 20px; }

.service-lines { border-top: 1px solid var(--line); }
.service-line { display: grid; grid-template-columns: 100px 1fr 280px 26px; gap: 24px; align-items: center; min-height: 100px; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }
.service-line:hover { padding-inline: 15px; background: rgba(255,255,255,.035); }
.service-line__number { color: var(--red-bright); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.service-line h3 { margin: 0; font-size: clamp(22px, 3vw, 38px); letter-spacing: -.06em; }
.service-line p { margin: 0; color: var(--muted); font-size: 13px; }
.service-line__arrow { color: var(--red-bright); font-size: 22px; text-align: right; }

.video-strip { padding: 102px 0; background: var(--surface-2); overflow: hidden; }
.video-strip__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.video-strip__head p { max-width: 340px; margin: 0; color: var(--muted); font-size: 13px; }
.video-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.video-tile { position: relative; aspect-ratio: 1.08 / 1; overflow: hidden; background: #0a0a0a; }
.video-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .4s ease; }
.video-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(0,0,0,.82)); }
.video-tile:hover img { transform: scale(1.07); filter: saturate(1.12); }
.video-tile__label { position: absolute; z-index: 1; left: 16px; right: 16px; bottom: 15px; color: white; font-size: 12px; font-weight: 700; line-height: 1.1; }
.video-tile__label small { display: block; margin-top: 5px; color: #b6b8b7; font-size: 9px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; }
.video-tile__play { position: absolute; z-index: 2; top: 17px; right: 17px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 10px; padding-left: 2px; }

.quote-band { padding: 130px 0; background: var(--paper); color: var(--ink); }
.quote-band__inner { display: grid; grid-template-columns: 120px 1fr; gap: 50px; }
.quote-band blockquote { max-width: 930px; margin: 0; font-size: clamp(32px, 5vw, 76px); line-height: .98; letter-spacing: -.08em; }
.quote-band blockquote em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.09em; }
.quote-band cite { display: block; margin-top: 28px; color: var(--red); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.reviews { background: var(--surface); }
.reviews__grid { display: grid; grid-template-columns: 120px minmax(0, .8fr) minmax(330px, 1.2fr); gap: 42px; align-items: start; }
.reviews__grid h2 { margin-top: 10px; }
.review-card { position: relative; padding: 32px 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-card__mark { position: absolute; top: 16px; right: 0; color: var(--red); font-family: Georgia, serif; font-size: 82px; line-height: 1; }
.review-card blockquote { position: relative; z-index: 1; margin: 15px 0 32px; font-size: clamp(30px, 4vw, 56px); font-weight: 700; line-height: .98; letter-spacing: -.07em; }
.review-card__author { margin-bottom: 20px; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.review-card__author span { color: var(--red-bright); }
.review-note { align-self: end; color: var(--muted); font-size: 13px; }
.review-note p { max-width: 260px; margin: 0; }

.faq { background: var(--paper); color: var(--ink); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-size: clamp(19px, 2.6vw, 31px); font-weight: 700; letter-spacing: -.05em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b { color: var(--red); font-size: 27px; font-weight: 300; transition: transform .25s ease; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item p { max-width: 660px; margin: -5px 45px 25px 0; color: #686b68; font-size: 14px; }

.booking-intro { background: var(--surface-2); }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.booking-step { min-height: 190px; padding: 23px 24px 20px 0; border-right: 1px solid var(--line); }
.booking-step + .booking-step { padding-left: 24px; }
.booking-step:last-child { border-right: 0; }
.booking-step > span { color: var(--red-bright); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.booking-step h3 { margin: 42px 0 9px; font-size: 29px; letter-spacing: -.06em; }
.booking-step p { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; }

.home-cta { padding: 136px 0; background: var(--bg-deep); }
.home-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.home-cta h2 { max-width: 790px; margin: 11px 0 0; font-size: clamp(44px, 7vw, 102px); line-height: .88; letter-spacing: -.08em; }
.home-cta h2 em { font-family: Georgia, serif; font-weight: 400; }
.home-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; min-width: 200px; }
.home-cta__actions a:not(.button) { color: var(--muted); font-size: 12px; }
.home-cta__actions a:hover { color: var(--text); }

/* Portfolio */
.page-hero { padding: 190px 0 85px; background: var(--bg-deep); }
.page-hero__top { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.page-hero h1 { max-width: 950px; margin: 12px 0 0; font-size: clamp(58px, 10vw, 150px); line-height: .82; letter-spacing: -.09em; }
.page-hero h1 em { display: block; font-family: Georgia, serif; font-size: .72em; font-weight: 400; letter-spacing: -.1em; }
.page-hero__text { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.filter-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 35px 0 55px; }
.filter-button { padding: 10px 13px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.filter-button:hover, .filter-button.is-active { background: var(--red); border-color: var(--red); color: white; }
.portfolio-area { padding-bottom: 150px; }
.portfolio-area .projects-grid { row-gap: 76px; }
.portfolio-area .projects-grid .project-card:nth-child(3n + 1) { grid-column: span 7; }
.portfolio-area .projects-grid .project-card:nth-child(3n + 2) { grid-column: span 5; margin-top: 60px; }
.portfolio-area .projects-grid .project-card:nth-child(3n + 3) { grid-column: 2 / span 5; }

/* Photo archive */
.photos-page-hero { padding: 190px 0 105px; background: var(--paper); color: var(--ink); }
.photos-page-hero__grid { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 46px; }
.photos-page-hero h1 { margin: 13px 0 0; font-size: clamp(60px, 11vw, 160px); line-height: .78; letter-spacing: -.1em; }
.photos-page-hero h1 em { display: block; font-family: Georgia, serif; font-size: .71em; font-weight: 400; letter-spacing: -.1em; }
.photos-page-hero p { max-width: 390px; margin: 44px 0 0 auto; color: #656865; font-size: 14px; }
.photo-archive { background: var(--surface); }
.photo-archive__toolbar { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.photo-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.photo-archive-grid { columns: 4 220px; column-gap: 14px; }
.photo-archive-card { position: relative; display: block; width: 100%; margin: 0 0 14px; padding: 0; overflow: hidden; border: 0; background: var(--surface-2); break-inside: avoid; cursor: zoom-in; text-align: left; }
.photo-archive-card img { display: block; width: 100%; height: auto; filter: grayscale(.12) contrast(1.04); transition: transform .65s var(--ease), filter .4s ease; }
.photo-archive-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.72)); opacity: .2; transition: opacity .35s ease; }
.photo-archive-card:hover img { transform: scale(1.04); filter: grayscale(0) contrast(1.04); }
.photo-archive-card:hover .photo-archive-card__shade { opacity: .85; }
.photo-archive-card__index { position: absolute; top: 12px; left: 12px; color: white; font-size: 9px; font-weight: 700; letter-spacing: .14em; opacity: .8; }
.photo-archive-card__caption { position: absolute; right: 12px; bottom: 11px; left: 12px; color: white; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transition: opacity .3s ease; }
.photo-archive-card__caption b { float: right; color: var(--red-bright); font-size: 16px; font-weight: 400; }
.photo-archive-card:hover .photo-archive-card__caption { opacity: 1; }
.archive-source-note { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 12px; }
.archive-error { color: #ff7d80; }

/* Video archive */
.video-page-hero { position: relative; padding: 190px 0 95px; overflow: hidden; background: var(--bg-deep); }
.video-page-hero__line { position: absolute; top: 0; bottom: 0; left: 17%; width: 1px; background: var(--line); }
.video-page-hero h1 { position: relative; max-width: 1050px; margin: 14px 0 0; font-size: clamp(58px, 11vw, 166px); line-height: .79; letter-spacing: -.1em; }
.video-page-hero h1 em { display: block; font-family: Georgia, serif; font-size: .7em; font-weight: 400; letter-spacing: -.1em; }
.video-page-hero__bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 58px; }
.video-page-hero__bottom p { max-width: 420px; margin: 0 0 3px; color: var(--muted); font-size: 14px; }
.video-page-hero__mark { display: grid; place-items: center; width: 90px; height: 90px; border: 1px solid var(--red); color: var(--red-bright); font-size: 25px; font-weight: 800; line-height: .75; text-align: center; letter-spacing: -.05em; }
.video-page-hero__mark small { color: var(--muted); font-size: 8px; font-weight: 700; line-height: 1.1; letter-spacing: .1em; text-transform: uppercase; }
.video-archive { background: var(--surface); }
.video-archive-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 54px 20px; }
.video-archive-card { grid-column: span 6; }
.video-archive-card:nth-child(3n + 2) { margin-top: 88px; }
.video-archive-card__media { position: relative; display: block; width: 100%; aspect-ratio: 1.5 / 1; padding: 0; overflow: hidden; border: 0; background: var(--bg-deep); cursor: pointer; text-align: left; }
.video-archive-card:nth-child(3n + 3) { grid-column: 2 / span 5; }
.video-archive-card:nth-child(3n + 3) .video-archive-card__media { aspect-ratio: 1 / 1.04; }
.video-archive-card__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18) contrast(1.08); transition: transform .8s var(--ease), filter .5s ease; }
.video-archive-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.82)); transition: opacity .4s ease; }
.video-archive-card__media:hover img { transform: scale(1.06); filter: grayscale(0) contrast(1.05); }
.video-archive-card__media:hover .video-archive-card__shade { opacity: .7; }
.video-archive-card__number { position: absolute; top: 18px; left: 18px; color: white; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.video-archive-card__play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; color: white; font-size: 15px; padding-left: 3px; transform: translate(-50%, -50%); transition: background .3s ease, border-color .3s ease, transform .3s ease; }
.video-archive-card__media:hover .video-archive-card__play { background: var(--red); border-color: var(--red); transform: translate(-50%, -50%) scale(1.06); }
.video-archive-card__watch { position: absolute; right: 18px; bottom: 16px; color: white; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.video-archive-card__watch b { color: var(--red-bright); font-size: 16px; font-weight: 400; }
.video-archive-card__info { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-top: 16px; }
.video-archive-card__info h3 { margin: 6px 0 0; font-size: clamp(23px, 3vw, 39px); line-height: .95; letter-spacing: -.07em; }
.video-archive-card__info > a { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.video-archive-card__info > a span { color: var(--red-bright); font-size: 16px; margin-left: 5px; }
.video-archive-card__info > a:hover { color: var(--text); }
.video-page-note__grid { display: grid; grid-template-columns: 120px minmax(0, 1fr) minmax(260px, .6fr); gap: 45px; align-items: start; }
.video-page-note__grid h2 { margin-top: 10px; }
.video-page-note__grid p { margin: 0 0 24px; color: #676a67; font-size: 14px; }

/* Project */
.project-hero { position: relative; min-height: 90svh; display: flex; align-items: end; overflow: hidden; isolation: isolate; }
.project-hero__image, .project-hero__shade { position: absolute; inset: 0; z-index: -2; }
.project-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.07) brightness(.52); }
.project-hero__shade { z-index: -1; background: linear-gradient(0deg, rgba(6,7,8,.92), rgba(6,7,8,.08) 68%); }
.project-hero__content { padding: 125px 0 60px; }
.back-link { display: inline-flex; align-items: center; gap: 10px; color: #c1c3c1; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.back-link:hover { color: white; }
.project-hero__bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 40vh; }
.project-hero h1 { max-width: 800px; margin: 12px 0 0; font-size: clamp(54px, 9vw, 130px); line-height: .84; letter-spacing: -.09em; }
.project-hero__meta { display: flex; flex-direction: column; gap: 5px; padding-bottom: 4px; color: #caccc9; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-align: right; text-transform: uppercase; }
.project-intro__grid { display: grid; grid-template-columns: 120px minmax(0, 1.35fr) minmax(220px, .65fr); gap: 42px; }
.project-intro__note { align-self: end; color: #666966; font-size: 14px; }
.project-intro__note p { max-width: 310px; margin: 0 0 24px; }
.project-gallery { background: var(--bg); }
.project-player { background: var(--bg); }
.video-player-frame { position: relative; width: min(100%, 1120px); margin: 0 auto; aspect-ratio: 16 / 9; overflow: hidden; background: #050607; border: 1px solid rgba(241, 241, 238, .18); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.video-player-frame::before { content: ''; position: absolute; z-index: 1; inset: 14px; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.video-player-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-player-note { display: flex; align-items: center; gap: 16px; width: min(100%, 1120px); margin: 18px auto 0; color: var(--muted); font-size: 12px; }
.video-player-note > span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--red); border-radius: 50%; color: var(--red-bright); font-size: 10px; padding-left: 2px; }
.video-player-note p { margin: 0 auto 0 0; }
.video-player-note .text-link { white-space: nowrap; }
.project-gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.project-gallery__grid.is-single { grid-template-columns: minmax(0, 800px); }
.gallery-item { position: relative; padding: 0; border: 0; background: var(--surface); cursor: zoom-in; overflow: hidden; text-align: left; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; transition: transform .7s var(--ease), filter .4s ease; }
.gallery-item--wide img { aspect-ratio: 1.8 / 1; }
.gallery-item:not(.gallery-item--wide) img { aspect-ratio: .95 / 1; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.72); }
.gallery-item > span { position: absolute; right: 17px; bottom: 15px; z-index: 1; color: white; font-size: 9px; font-weight: 700; letter-spacing: .14em; opacity: 0; text-transform: uppercase; transition: opacity .3s ease; }
.gallery-item:hover > span { opacity: 1; }
.gallery-item > span b { color: var(--red-bright); font-size: 16px; font-weight: 400; }
.gallery-item .gallery-watermark { right: auto; left: 16px; bottom: 14px; opacity: .42; color: rgba(255,255,255,.78); font-size: 8px; letter-spacing: .18em; pointer-events: none; }
.gallery-item:hover .gallery-watermark { opacity: .62; }
.project-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.project-cta h2 { margin-top: 10px; font-size: clamp(42px, 6vw, 86px); line-height: .88; letter-spacing: -.08em; }
.project-cta h2 em { font-family: Georgia, serif; font-weight: 400; }
.next-project__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.next-project__link { display: flex; flex-direction: column; gap: 9px; color: #686b68; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.next-project__link span { color: var(--ink); font-size: clamp(22px, 3vw, 38px); letter-spacing: -.06em; text-transform: none; }
.next-project__link:hover, .next-project__link:hover span { color: var(--red); }
.next-project__link--right { align-items: end; text-align: right; }

/* Lightbox */
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 26px; background: rgba(5,6,7,.96); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox__frame { position: relative; display: flex; align-items: center; justify-content: center; width: min(1240px, 96vw); max-height: 91vh; padding: 0 62px 48px; }
.lightbox img { display: block; max-width: 100%; max-height: 80vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 28px 100px rgba(0,0,0,.38); }
.lightbox__bar { position: absolute; right: 62px; bottom: 0; left: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lightbox p { overflow: hidden; margin: 0; color: #b5b8b6; font-size: 10px; letter-spacing: .12em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.lightbox__counter { color: var(--red-bright); font-size: 10px; font-weight: 700; letter-spacing: .14em; white-space: nowrap; }
.lightbox__close { position: absolute; z-index: 3; top: 14px; right: 23px; border: 0; background: transparent; color: white; cursor: pointer; font-size: 40px; font-weight: 200; line-height: 1; }
.lightbox__nav { position: absolute; z-index: 3; top: 50%; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(0,0,0,.2); color: white; cursor: pointer; font-size: 22px; line-height: 1; transform: translateY(-50%); transition: background .25s ease, border-color .25s ease, color .25s ease; }
.lightbox__nav:hover { border-color: var(--red); background: var(--red); color: white; }
.lightbox__prev { left: 0; }
.lightbox__next { right: 0; }
.lightbox__nav.is-hidden { display: none; }

.video-modal { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(4,5,6,.96); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.video-modal.is-open { opacity: 1; pointer-events: auto; }
.video-modal__content { width: min(1180px, 94vw); }
.video-modal__frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #050607; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.video-modal__frame::before { content: ''; position: absolute; z-index: 1; inset: 14px; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.video-modal__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-modal__close { position: absolute; z-index: 2; top: 20px; right: 28px; border: 0; background: transparent; color: white; cursor: pointer; font-size: 42px; font-weight: 200; line-height: 1; }
.video-modal__meta { display: flex; align-items: end; justify-content: space-between; gap: 22px; padding-top: 18px; }
.video-modal__meta p { margin: 5px 0 0; color: white; font-size: clamp(22px, 3vw, 34px); font-weight: 700; letter-spacing: -.05em; }
.video-modal__meta .text-link { color: white; }
.video-modal__meta .text-link span { color: var(--red-bright); }

/* About */
.about-hero { padding: 185px 0 110px; background: var(--paper); color: var(--ink); }
.about-hero__grid { display: grid; grid-template-columns: minmax(235px, .82fr) minmax(420px, 1fr) minmax(240px, .62fr); gap: 40px; align-items: center; }
.about-hero__headline { grid-column: 1; grid-row: 1; align-self: center; padding: 0; }
.about-hero h1 { max-width: 100%; margin: 10px 0 0; font-size: clamp(54px, 7.5vw, 126px); line-height: .8; letter-spacing: -.1em; }
.about-hero h1 em { display: block; font-family: Georgia, serif; font-size: .75em; font-weight: 400; letter-spacing: -.1em; }
.about-brand-card.about-photo-frame { position: relative; z-index: 1; grid-column: 2; grid-row: 1; width: 100%; min-height: 0; margin: 0; padding: 12px 12px 66px; overflow: hidden; background: #090a0b; border: 1px solid rgba(17, 19, 20, .25); box-shadow: 0 24px 54px rgba(10, 10, 10, .16); }
.about-photo-frame::before { content: ''; position: absolute; z-index: 2; inset: 23px 23px 77px; border: 1px solid rgba(255,255,255,.6); pointer-events: none; }
.about-photo-frame::after { content: 'AK / 2012 — NOW'; position: absolute; right: 26px; bottom: 20px; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.about-photo-frame img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; object-position: center; filter: contrast(1.04) saturate(.9); }
.about-photo-frame__caption { position: absolute; z-index: 3; right: 27px; bottom: 38px; left: 27px; display: flex; justify-content: space-between; gap: 14px; color: #e7e7e4; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.about-photo-frame__caption strong { color: #a9acad; font-size: 8px; }
.about-hero__copy { grid-column: 3; grid-row: 1; padding-bottom: 5px; color: #626562; font-size: 15px; }
.about-hero__copy p { max-width: 390px; margin: 0 0 17px; }
.about-hero__copy .red-line { margin-top: 20px; }
.about-story { background: var(--surface); }
.about-story__grid { display: grid; grid-template-columns: 120px minmax(0, 1fr) minmax(240px, .68fr); gap: 46px; }
.about-story__text { max-width: 720px; }
.about-story__text p { margin: 0 0 24px; color: #c0c3c0; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.about-story__aside { align-self: end; color: var(--muted); font-size: 14px; }
.about-story__aside strong { display: block; margin-bottom: 9px; color: var(--text); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.about-facts { background: var(--paper); color: var(--ink); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.fact { min-height: 180px; padding: 24px 20px 22px 0; border-right: 1px solid var(--line-dark); }
.fact + .fact { padding-left: 25px; }
.fact:last-child { border-right: 0; }
.fact__number { margin-bottom: 24px; color: var(--red); font-size: 28px; font-weight: 800; letter-spacing: -.07em; }
.fact p { max-width: 180px; margin: 0; color: #686b68; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.about-quote { padding: 120px 0; background: var(--red); }
.about-quote blockquote { max-width: 1050px; margin: 0 auto; color: white; font-family: Georgia, serif; font-size: clamp(32px, 5vw, 70px); line-height: .99; text-align: center; letter-spacing: -.06em; }
.about-quote cite { display: block; margin-top: 28px; color: rgba(255,255,255,.7); font-family: Arial, sans-serif; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .16em; text-align: center; text-transform: uppercase; }

/* Services */
.services-hero { padding: 190px 0 95px; background: var(--bg-deep); }
.services-hero h1 { max-width: 1000px; margin: 12px 0 0; font-size: clamp(58px, 10vw, 145px); line-height: .82; letter-spacing: -.1em; }
.services-hero h1 em { display: block; font-family: Georgia, serif; font-size: .72em; font-weight: 400; }
.services-hero__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; }
.services-hero__bottom p { max-width: 400px; margin: 0; color: var(--muted); font-size: 14px; }
.service-catalog { padding-top: 20px; }
.service-catalog__item { display: grid; grid-template-columns: 90px minmax(240px, .9fr) minmax(300px, 1.1fr) 22px; align-items: center; gap: 30px; min-height: 210px; border-bottom: 1px solid var(--line); }
.service-catalog__number { color: var(--red-bright); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.service-catalog__item h2 { margin: 0; font-size: clamp(30px, 4.5vw, 65px); letter-spacing: -.08em; }
.service-catalog__item p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; }
.service-catalog__arrow { color: var(--red-bright); font-size: 24px; }
.process { background: var(--paper); color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.process-step { min-height: 230px; padding: 25px 25px 20px 0; border-right: 1px solid var(--line-dark); }
.process-step + .process-step { padding-left: 24px; }
.process-step:last-child { border-right: 0; }
.process-step__number { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.process-step h3 { margin: 48px 0 12px; font-size: 26px; letter-spacing: -.055em; }
.process-step p { margin: 0; color: #6c6e6b; font-size: 13px; }

/* Contact */
.contact-hero { padding: 190px 0 115px; background: var(--paper); color: var(--ink); }
.contact-hero__grid { display: grid; grid-template-columns: 120px 1fr; gap: 48px; }
.contact-hero h1 { max-width: 1050px; margin: 10px 0 0; font-size: clamp(58px, 10vw, 148px); line-height: .8; letter-spacing: -.1em; }
.contact-hero h1 em { display: block; font-family: Georgia, serif; font-size: .72em; font-weight: 400; }
.contact-hero__intro { max-width: 520px; margin: 48px 0 0 auto; color: #6a6c69; font-size: 15px; }
.contact-area { background: var(--surface); }
.contact-area__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); gap: 90px; }
.contact-form { max-width: 720px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { position: relative; margin-bottom: 16px; }
.form-field label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--text); padding: 13px 14px; font-size: 15px; transition: border-color .25s ease, background .25s ease; }
.form-field select option { color: var(--ink); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--red); background: rgba(255,255,255,.035); }
.form-field textarea { min-height: 145px; resize: vertical; }
.form-field input:invalid:not(:placeholder-shown), .form-field textarea:invalid:not(:placeholder-shown) { border-color: #8b3338; }
.form-check { display: flex; align-items: start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: 11px; }
.form-check input { margin-top: 3px; accent-color: var(--red); }
.form-check a { text-decoration: underline; }
.form-status { min-height: 21px; margin-top: 18px; color: var(--muted); font-size: 12px; }
.form-status a { color: var(--red-bright); text-decoration: underline; }
.form-status.is-error { color: #ff797d; }
.form-status.is-success { color: #b9d9bc; }
.contact-links { padding-top: 37px; }
.contact-links__title { margin-bottom: 21px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0; border-top: 1px solid var(--line); font-size: 15px; }
.contact-link:last-child { border-bottom: 1px solid var(--line); }
.contact-link span { color: var(--red-bright); font-size: 20px; }
.contact-link:hover { color: var(--red-bright); }
.contact-note { margin-top: 28px; color: var(--muted); font-size: 13px; }
.contact-note strong { display: block; color: var(--text); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

/* Legal */
.legal-page__content { max-width: 820px; }
.legal-updated { margin: 0 0 50px; color: #777a77; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.legal-page h2 { margin: 42px 0 12px; color: var(--ink); font-size: 25px; letter-spacing: -.045em; }
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page p { max-width: 720px; margin: 0 0 14px; color: #626562; font-size: 15px; }
.legal-page a { color: var(--red); text-decoration: underline; }
.legal-note { margin-top: 52px; padding: 22px; border-left: 3px solid var(--red); background: rgba(215,41,49,.08); }
.legal-note strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.legal-note p { margin: 0; font-size: 13px; }

/* Live widgets */
.site-status { position: fixed; z-index: 30; left: 20px; bottom: 20px; width: 210px; color: white; }
.site-status__summary { display: flex; align-items: center; gap: 8px; width: 100%; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); background: rgba(7,8,9,.78); color: #e8e8e5; backdrop-filter: blur(16px); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.site-status__summary:hover { border-color: var(--red); }
.site-status__place { color: var(--red-bright); }
.site-status__dot { color: #777; }
.site-status__time { font-style: normal; }
.site-status__weather { margin-left: auto; color: #c9cbc7; }
.site-status__details { display: grid; grid-template-columns: 28px 1fr; gap: 2px 9px; max-height: 0; overflow: hidden; padding: 0 12px; border: 1px solid transparent; border-top: 0; background: rgba(7,8,9,.86); opacity: 0; transition: max-height .3s ease, opacity .3s ease, padding .3s ease; }
.site-status.is-open .site-status__details { max-height: 90px; padding: 12px; border-color: rgba(255,255,255,.2); opacity: 1; }
.site-status__weather-icon { grid-row: span 2; color: var(--red-bright); font-size: 22px; }
.site-status__weather-text { font-size: 11px; }
.site-status__details small { color: #8f9493; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
body.theme-light .site-status__summary, body.theme-light .site-status__details { background: rgba(250,249,246,.88); border-color: rgba(17,19,20,.16); color: var(--ink); }
body.theme-light .site-status__details small { color: #777c79; }

.assistant-widget { position: fixed; z-index: 35; right: 22px; bottom: 20px; color: white; }
.assistant-toggle { position: relative; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--red); border-radius: 50%; background: #0b0c0d; color: white; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .06em; box-shadow: 0 12px 35px rgba(0,0,0,.35); transition: transform .25s ease, background .25s ease; }
.assistant-toggle:hover { background: var(--red); transform: translateY(-3px); }
.assistant-toggle i { position: absolute; right: 3px; top: 3px; width: 8px; height: 8px; border: 2px solid #0b0c0d; border-radius: 50%; background: #51c878; }
.assistant-panel { position: absolute; right: 0; bottom: 66px; display: flex; flex-direction: column; width: min(360px, calc(100vw - 28px)); height: 470px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: rgba(10,11,12,.96); box-shadow: 0 24px 70px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transform: translateY(12px) scale(.98); transform-origin: bottom right; transition: opacity .25s ease, transform .25s ease; }
.assistant-widget.is-open .assistant-panel { opacity: 1; pointer-events: auto; transform: none; }
.assistant-panel__head { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 18px 18px 15px; border-bottom: 1px solid var(--line); }
.assistant-panel__head strong { display: block; margin-top: 6px; color: white; font-size: 20px; letter-spacing: -.05em; }
.assistant-close { border: 0; background: transparent; color: #a9acad; cursor: pointer; font-size: 27px; line-height: 1; }
.assistant-messages { display: flex; flex: 1; flex-direction: column; gap: 9px; overflow-y: auto; padding: 15px; }
.assistant-message { max-width: 87%; padding: 10px 12px; font-size: 12px; line-height: 1.35; }
.assistant-message--bot { align-self: start; border: 1px solid rgba(255,255,255,.14); background: #17191a; color: #d7d9d6; }
.assistant-message--user { align-self: end; background: var(--red); color: white; }
.assistant-quick { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 15px 12px; }
.assistant-quick button { padding: 7px 8px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #b8bcba; cursor: pointer; font-size: 9px; letter-spacing: .04em; }
.assistant-quick button:hover { border-color: var(--red); color: white; }
.assistant-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.assistant-form input { min-width: 0; flex: 1; border: 1px solid rgba(255,255,255,.18); outline: 0; background: transparent; color: white; padding: 10px; font-size: 12px; }
.assistant-form input:focus { border-color: var(--red); }
.assistant-form button { width: 38px; border: 0; background: var(--red); color: white; cursor: pointer; font-size: 17px; }
body.theme-light .assistant-toggle { background: var(--ink); }
body.theme-light .assistant-panel { border-color: rgba(17,19,20,.16); background: rgba(250,249,246,.98); color: var(--ink); }
body.theme-light .assistant-panel__head { border-color: rgba(17,19,20,.14); }
body.theme-light .assistant-panel__head strong { color: var(--ink); }
body.theme-light .assistant-message--bot { border-color: rgba(17,19,20,.13); background: #e7e5df; color: #404544; }
body.theme-light .assistant-quick button { border-color: rgba(17,19,20,.16); color: #5c6160; }
body.theme-light .assistant-form { border-color: rgba(17,19,20,.14); }
body.theme-light .assistant-form input { border-color: rgba(17,19,20,.16); color: var(--ink); }

/* Footer */
.site-footer { padding: 82px 0 24px; background: var(--bg-deep); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; padding-bottom: 72px; }
.footer-kicker { color: var(--red-bright); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.footer-title { margin-top: 18px; font-size: clamp(42px, 6vw, 78px); font-weight: 800; line-height: .78; letter-spacing: -.09em; }
.footer-title em { font-family: Georgia, serif; font-size: .85em; font-weight: 400; }
.footer__logo { display: block; width: min(290px, 100%); margin-top: 19px; }
.footer-contact, .footer-socials { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding-top: 4px; color: var(--muted); font-size: 12px; }
.footer-contact p { margin: 0 0 11px; line-height: 1.4; }
.footer-contact a:hover, .footer-socials a:hover { color: var(--text); }
.footer-socials a span { color: var(--red-bright); margin-left: 6px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted-dark); font-size: 9px; font-weight: 700; letter-spacing: .13em; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .site-header { height: 68px; }
  .brand__name { font-size: 10px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 18px; background: rgba(7,8,9,.98); transform: translateX(100%); transition: transform .35s var(--ease); }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .main-nav a.is-active::after { display: none; }
  .main-nav .nav-cta { margin-top: 22px; padding: 16px; text-align: center; }
  .hero { padding-bottom: 45px; }
  .hero__bottom { display: block; }
  .hero__actions { margin-top: 24px; }
  .hero__stamp { display: none; }
  .hero__scroll { right: 18px; bottom: 48px; }
  .intro__grid, .project-intro__grid, .about-story__grid { grid-template-columns: 1fr; gap: 25px; }
  .intro__aside { display: flex; justify-content: space-between; gap: 20px; }
  .featured__intro { display: block; }
  .featured__intro p { margin-top: 20px; }
  .split-block { display: block; }
  .split-block__media { min-height: 430px; max-height: 580px; }
  .split-block__content { padding: 70px 36px; }
  .service-line { grid-template-columns: 55px 1fr 28px; }
  .service-line p { display: none; }
  .video-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .quote-band__inner { grid-template-columns: 1fr; gap: 25px; }
  .reviews__grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .reviews__grid > :first-child { grid-column: 1 / -1; }
  .booking-steps { grid-template-columns: repeat(3, 1fr); }
  .page-hero__top { display: block; }
  .page-hero__text { margin-top: 25px; }
  .photos-page-hero__grid { grid-template-columns: 1fr; gap: 22px; }
  .photos-page-hero p { margin: 30px 0 0; }
  .video-page-hero__bottom { display: block; margin-top: 35px; }
  .video-page-hero__mark { margin-top: 28px; }
  .video-archive-card:nth-child(3n + 2) { margin-top: 50px; }
  .video-page-note__grid { grid-template-columns: 1fr; gap: 25px; }
  .project-hero__bottom { margin-top: 36vh; }
  .project-intro__note { margin-top: 10px; }
  .about-hero__grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .about-hero__headline { grid-column: 1 / -1; grid-row: auto; padding: 0; }
  .about-brand-card.about-photo-frame { grid-column: 1; grid-row: auto; width: 100%; margin-left: 0; }
  .about-hero__copy { grid-column: 2; grid-row: auto; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(3), .fact:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .service-catalog__item { grid-template-columns: 55px 1fr 22px; }
  .service-catalog__item p { display: none; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(3), .process-step:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .contact-area__grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-links { padding-top: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 82px 0; }
  .site-header__inner { gap: 10px; }
  .brand__mark { width: 30px; height: 30px; font-size: 10px; }
  .brand__name { letter-spacing: .1em; }
  .brand__logo { width: 142px; }
  .hero { min-height: 760px; padding-top: 130px; }
  .hero__media img { object-position: 61% center; }
  .hero__signature { width: 205px; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(51px, 16vw, 84px); }
  .hero__description { max-width: 310px; font-size: 13px; }
  .hero__actions .button { flex: 1 1 auto; }
  .hero__scroll { display: none; }
  .intro__aside { display: block; }
  .intro__aside p { max-width: 280px; }
  .projects-grid { display: block; }
  .projects-grid .project-card, .portfolio-area .projects-grid .project-card { margin: 0 0 48px; }
  .project-card__media img, .projects-grid .project-card:nth-child(n) .project-card__media img { aspect-ratio: 1.12 / 1; min-height: 250px; }
  .project-card__info h3 { font-size: 27px; }
  .split-block__media { min-height: 310px; }
  .split-block__content { padding: 55px 28px; }
  .service-line { min-height: 84px; gap: 12px; }
  .service-line h3 { font-size: 23px; }
  .video-strip__grid { gap: 7px; }
  .video-tile { aspect-ratio: .9 / 1; }
  .video-tile__label { left: 10px; right: 10px; bottom: 10px; font-size: 10px; }
  .quote-band__inner { gap: 18px; }
  .quote-band blockquote { font-size: 39px; }
  .reviews__grid { display: block; }
  .review-card { margin-top: 28px; }
  .review-note { margin-top: 28px; }
  .booking-steps { display: block; }
  .booking-step, .booking-step + .booking-step { min-height: 160px; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-step:last-child { border-bottom: 0; }
  .booking-step h3 { margin-top: 28px; }
  .home-cta__inner, .project-cta__inner { display: block; }
  .home-cta__actions, .project-cta__inner .button { margin-top: 32px; }
  .page-hero { padding: 142px 0 65px; }
  .page-hero h1 { font-size: 70px; }
  .photos-page-hero { padding: 142px 0 72px; }
  .photos-page-hero h1 { font-size: 70px; }
  .photo-archive__toolbar { display: block; }
  .photo-archive__toolbar .section-count { display: block; margin-top: 18px; }
  .photo-archive-grid { columns: 2; column-gap: 8px; }
  .photo-archive-card { margin-bottom: 8px; }
  .video-page-hero { padding: 142px 0 72px; }
  .video-page-hero__line { left: 9%; }
  .video-page-hero h1 { font-size: 70px; }
  .video-page-hero__mark { width: 76px; height: 76px; }
  .video-archive-grid { display: block; }
  .video-archive-card, .video-archive-card:nth-child(3n + 2), .video-archive-card:nth-child(3n + 3) { margin: 0 0 48px; }
  .video-archive-card__media, .video-archive-card:nth-child(3n + 3) .video-archive-card__media { aspect-ratio: 1.16 / 1; }
  .video-page-note__grid { display: block; }
  .video-page-note__grid > :not(.section-index) { margin-top: 28px; }
  .lightbox { padding: 14px; }
  .lightbox__frame { width: 100%; max-height: 88vh; padding: 0 42px 48px; }
  .lightbox img { max-width: 100%; max-height: 74vh; }
  .lightbox__bar { right: 42px; bottom: 3px; left: 42px; }
  .lightbox p { max-width: calc(100% - 80px); font-size: 8px; }
  .lightbox__nav { width: 36px; height: 36px; font-size: 18px; }
  .lightbox__close { top: 9px; right: 13px; font-size: 34px; }
  .filter-bar { margin-bottom: 38px; }
  .filter-button { font-size: 9px; padding: 9px 10px; }
  .project-hero { min-height: 720px; }
  .project-hero__content { padding-bottom: 38px; }
  .project-hero__bottom { display: block; margin-top: 38vh; }
  .project-hero__meta { flex-direction: row; flex-wrap: wrap; margin-top: 18px; text-align: left; }
  .project-gallery__grid { display: block; }
  .gallery-item, .gallery-item--wide { display: block; width: 100%; margin-bottom: 12px; }
  .gallery-item img, .gallery-item--wide img, .gallery-item:not(.gallery-item--wide) img { aspect-ratio: 1 / 1.12; min-height: 0; }
  .gallery-item > span { opacity: 1; }
  .video-player-frame { aspect-ratio: 16 / 10; }
  .video-player-frame::before { inset: 8px; }
  .video-player-note { align-items: flex-start; flex-wrap: wrap; }
  .video-player-note p { flex: 1 1 calc(100% - 52px); }
  .video-player-note .text-link { margin-left: 50px; }
  .video-modal { padding: 14px; }
  .video-modal__content { width: 100%; }
  .video-modal__frame { aspect-ratio: 16 / 10; }
  .video-modal__frame::before { inset: 8px; }
  .video-modal__meta { display: block; }
  .video-modal__meta .text-link { margin-top: 18px; }
  .video-modal__close { top: 12px; right: 17px; font-size: 34px; }
  .next-project__grid { grid-template-columns: 1fr; gap: 40px; }
  .next-project__link--right { align-items: start; text-align: left; }
  .about-hero { padding: 142px 0 80px; }
  .about-hero__grid { display: block; }
  .about-hero__headline { padding: 0; }
  .about-brand-card.about-photo-frame { width: 100%; margin: 38px 0 0; }
  .about-hero__copy { padding-top: 25px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 150px; padding-right: 12px; }
  .fact + .fact { padding-left: 14px; }
  .fact__number { margin-bottom: 18px; font-size: 23px; }
  .fact p { font-size: 9px; }
  .services-hero { padding: 142px 0 75px; }
  .services-hero h1 { font-size: 70px; }
  .services-hero__bottom { display: block; margin-top: 30px; }
  .services-hero__bottom .button { margin-top: 25px; }
  .service-catalog__item { min-height: 125px; gap: 10px; }
  .service-catalog__item h2 { font-size: 31px; }
  .process-grid { display: block; }
  .process-step, .process-step + .process-step { min-height: 180px; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin: 28px 0 8px; }
  .contact-hero { padding: 142px 0 75px; }
  .contact-hero__grid { display: block; }
  .contact-hero__intro { margin-top: 30px; }
  .form-row { display: block; }
  .form-field { margin-bottom: 15px; }
  .site-status { left: 10px; bottom: 10px; width: 190px; }
  .assistant-widget { right: 10px; bottom: 10px; }
  .assistant-toggle { width: 48px; height: 48px; }
  .assistant-panel { right: -2px; bottom: 60px; height: min(470px, calc(100vh - 110px)); }
  .footer-main { display: block; padding-bottom: 48px; }
  .footer-contact, .footer-socials { margin-top: 30px; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom span { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
