*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
img, video { max-width: 100%; display: block; }

:root {
  --white: #ffffff;
  --off:   #f5f5f5;
  --black: #0e0e0e;
  --mid:   #888;
  --light: #ddd;
  --crimson: #b0132f;
  --gap: 10px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--black);
  font-family: 'Inter', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.04em;
  cursor: none;
  overflow-x: hidden;
}

/* CURSOR */
#cur {
  position: fixed;
  width: 7px; height: 7px;
  background: var(--crimson);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .2s ease, height .2s ease, background .2s ease, border-radius .2s ease;
  will-change: left, top;
}
#cur.expand {
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--crimson);
}

/* Touch devices: no fake mouse cursor — it can't track a finger and gets
   stuck mid-gesture, so fall back to normal touch behavior everywhere. */
.touch-device #cur { display: none; }
.touch-device, .touch-device * { cursor: auto !important; }

/* NAV */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 22px 44px;
  pointer-events: none;
}
nav a, nav button { pointer-events: all; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-home {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  opacity: 0.75;
  transition: opacity .2s, color .3s;
  cursor: none;
}
.nav-home:hover { opacity: 1; }

.menu-btn {
  width: 34px; height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: none;
}
.menu-btn span {
  display: block;
  width: 18px; height: 1px;
  background: currentColor;
  transition: transform .25s, opacity .25s;
}
.menu-btn { color: var(--black); }

/* Home / hero page: white nav that blends over the photo */
body.hero-page .nav-home,
body.hero-page .menu-btn { color: var(--white); mix-blend-mode: difference; }
body.hero-page.past-hero .nav-home,
body.hero-page.past-hero .menu-btn { color: var(--black); mix-blend-mode: normal; }

/* Dark pages (e.g. Contact): keep nav legible on a black background */
body.dark-page { background: var(--black); color: var(--white); }
body.dark-page .nav-home,
body.dark-page .menu-btn { color: var(--white); }

/* MENU OVERLAY */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility 0s linear .4s;
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s ease, visibility 0s linear 0s;
}
.menu-close {
  position: absolute;
  top: 26px; right: 40px;
  width: 34px; height: 34px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 16px;
  cursor: none;
  opacity: 0.8;
}
.menu-close:hover { opacity: 1; }
.menu-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  max-height: 84vh;
  overflow-y: auto;
  padding: 40px 20px;
}
.menu-links a {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(16px, 2.6vw, 26px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  opacity: 0.55;
  transition: opacity .2s;
  cursor: none;
}
.menu-links a:hover, .menu-links a.active { opacity: 1; }
.menu-divider {
  width: 40px; height: 1px;
  background: #262626;
  margin: 6px 0;
}

/* HERO */
.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero-img {
  position: absolute;
  inset: 0;
  background: url('../site-images/hero-DSC03459.jpg') center 38%/cover no-repeat;
  transform: scale(1.04);
  transition: transform 1.8s cubic-bezier(.16,1,.3,1);
}
.hero-img.loaded { transform: scale(1); }
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14,14,14,0.18) 0%,
    rgba(14,14,14,0.0) 40%,
    rgba(14,14,14,0.52) 100%
  );
}
.hero-bottom {
  position: absolute;
  bottom: 44px; left: 44px; right: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero-title { color: var(--white); }
.hero-eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 14px;
  display: block;
}
h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(36px, 8.5vw, 116px);
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-transform: uppercase;
}
.hero-meta {
  text-align: right;
  color: rgba(255,255,255,0.45);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 2.4;
}
/* Brand mark — lives inside the hero itself (not the fixed nav), so it
   scrolls away with the photo instead of staying pinned the whole visit. */
.hero-logo {
  position: absolute;
  top: 40px; left: 44px;
  z-index: 5;
}
.hero-logo img {
  height: 76px;
  width: auto;
  display: block;
  mix-blend-mode: difference;
}

/* PAGE HEAD (small hero used on every sub-page) */
.page-head {
  padding: 84px 44px 24px;
  border-bottom: 1px solid var(--light);
  scroll-margin-top: 80px;
}
.page-eyebrow {
  font-size: 9.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  margin-bottom: 18px;
}
.page-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(30px, 6vw, 78px);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}
.page-sub {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
  max-width: 460px;
}
body.dark-page .page-head { border-bottom-color: #222; }
body.dark-page .page-sub { color: #777; }
body.dark-page .page-eyebrow { color: #444; }

/* SECTIONS */
.sect { padding: clamp(40px, 6vw, 96px) 44px; }
.sect-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 18px;
  margin-bottom: clamp(40px, 7vw, 88px);
  border-bottom: 1px solid var(--light);
}
.sect-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(24px, 4.5vw, 58px);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 1;
}
.sect-sub {
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
}

/* CATEGORY SUB-HEADS (inside Photography / Commercial) */
.cat-block { margin-bottom: clamp(56px, 8vw, 100px); scroll-margin-top: 90px; }
.cat-block:last-child { margin-bottom: 0; }
.cat-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.cat-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.cat-sub {
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
}

/* PHOTO GRID — asymmetric editorial */
.grid-auto { display: grid; gap: var(--gap); }

.row-a { grid-template-columns: 1.6fr 1fr; }
.row-a .img-wrap:first-child { aspect-ratio: 3/2; }
.row-a .img-wrap:last-child  { aspect-ratio: 2/3; }

.row-b { grid-template-columns: 1fr 1fr 1.6fr; }
.row-b .img-wrap { aspect-ratio: 2/3; }
.row-b .img-wrap:last-child { aspect-ratio: 4/3; align-self: center; }

.row-c { grid-template-columns: 1fr 1fr 1fr; }
.row-c .img-wrap { aspect-ratio: 3/2; }

.row-d { grid-template-columns: 1fr; }
.row-d .img-wrap { aspect-ratio: 21/9; }

.row-e { grid-template-columns: 1fr 1fr; }
.row-e .img-wrap { aspect-ratio: 3/2; }

.row-h { grid-template-columns: 1fr 1fr 1fr; }
.row-h .img-wrap { aspect-ratio: 2/3; }

.row-i { grid-template-columns: repeat(4, 1fr); }
.row-i .img-wrap { aspect-ratio: 4/3; }

.row-k { grid-template-columns: 1fr 1fr; }
.row-k .img-wrap { aspect-ratio: 2/3; }

.row-j { grid-template-columns: repeat(4, 1fr); }
.row-j .img-wrap { aspect-ratio: 2/3; }

/* Row P1: a single portrait, capped and centred so it doesn't stretch full-width */
.row-p1 { grid-template-columns: 1fr; }
.row-p1 .img-wrap { aspect-ratio: 2/3; max-width: 600px; margin: 0 auto; }

.img-wrap { overflow: hidden; position: relative; cursor: none; min-width: 0; }
.img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .85s cubic-bezier(.16,1,.3,1), filter .5s;
  filter: saturate(0.9);
}
.img-wrap:hover img { transform: scale(1.04); filter: saturate(1.05); }
.img-cap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 18px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.5));
  opacity: 0;
  transition: opacity .3s;
  color: white;
}
.img-wrap:hover .img-cap { opacity: 1; }
.img-cap-tag {
  font-size: 8.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 3px;
}
.img-cap-title { font-size: 11px; letter-spacing: 0.05em; }

.rows-gap { display: flex; flex-direction: column; gap: var(--gap); }

/* HOME — teaser grid: a small taste of each section before you click in */
.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(3px, 1vw, 14px);
}
.teaser {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: none;
  display: block;
  text-decoration: none;
  background: #111;
  min-width: 0;
}
.teaser img, .teaser video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(.16,1,.3,1), filter .5s;
  filter: saturate(0.9);
}
.teaser:hover img, .teaser:hover video { transform: scale(1.06); filter: saturate(1.05); }
.teaser-veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.02) 45%, rgba(0,0,0,0.1) 100%);
}
.teaser-label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 16px 18px;
  color: white;
}
.teaser-tag {
  font-size: 8px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 4px;
}
.teaser-name {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(12px, 1.6vw, 16px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.teaser.teaser-wide { grid-column: span 2; }

.util-row { display: flex; flex-direction: column; margin-top: clamp(3px, 1vw, 14px); }
.util-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 4px;
  border-bottom: 1px solid var(--light);
  text-decoration: none;
  color: inherit;
  cursor: none;
  transition: padding-left .25s;
}
.util-link:first-child { border-top: 1px solid var(--light); }
.util-link:hover { padding-left: 10px; }
.util-link .srv-name { font-size: clamp(13px, 1.6vw, 18px); }

/* FILM — masonry grid so portrait & landscape clips both display uncropped,
   and narrow enough columns that a vertical clip still fits on screen */
#film-grid {
  columns: 3;
  column-gap: clamp(12px, 1.6vw, 28px);
}
.film-item {
  position: relative;
  background: #0e0e0e;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: clamp(12px, 1.6vw, 28px);
  min-width: 0;
  max-width: 100%;
}
.film-item video {
  width: 100%;
  max-height: 80vh;
  display: block;
  object-fit: cover;
  background: #000;
  cursor: none;
}
.film-item video.v-land { aspect-ratio: 16/9; }
.film-item video.v-port { aspect-ratio: 9/16; }
.film-mute {
  position: absolute;
  top: 14px; right: 14px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(14,14,14,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-size: 12px;
  pointer-events: none;
  opacity: 0.9;
}
.film-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 2px 0;
}
.film-tag {
  font-size: 8.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mid);
}
.film-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

/* PRESS */
.press-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}
.press-img { overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.3); min-width: 0; }
.press-img img { width: 100%; display: block; }

/* ABOUT */
#about { background: var(--off); padding-top: 84px; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 7vw, 112px);
  align-items: start;
}
.about-img { overflow: hidden; min-width: 0; }
.about-img img {
  width: 100%; display: block;
  filter: saturate(0.88) contrast(1.04);
  transition: transform .9s cubic-bezier(.16,1,.3,1);
}
.about-img:hover img { transform: scale(1.02); }
.about-eyebrow {
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 28px;
  display: block;
}
.about-h {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(20px, 3vw, 38px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.12;
  margin-bottom: 32px;
}
.about-p {
  font-size: 13px;
  line-height: 1.95;
  color: #4a4a4a;
  margin-bottom: 16px;
  max-width: 420px;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid #ddd;
}
.fact-n {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(22px, 2.5vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 7px;
}
.fact-l {
  font-size: 8.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mid);
}

/* SERVICES */
.srv-list { display: flex; flex-direction: column; }
.srv {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--light);
  cursor: none;
  text-decoration: none;
  color: inherit;
  transition: padding-left .25s, background .25s;
}
.srv:first-child { border-top: 1px solid var(--light); }
.srv:hover { padding-left: 10px; }
.srv-dash { color: var(--light); font-size: 12px; }
.srv-name {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(13px, 1.8vw, 20px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.srv-note {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid);
  text-align: right;
}
body.dark-page .srv { border-bottom-color: #222; }
body.dark-page .srv:first-child { border-top-color: #222; }

/* PLANS (Services — what I offer) */
.plans-intro { font-size: 13px; line-height: 1.9; color: #555; max-width: 520px; margin-bottom: clamp(40px, 6vw, 72px); }
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
}
.plan-card {
  border: 1px solid var(--light);
  padding: clamp(28px, 3vw, 40px) clamp(22px, 2.5vw, 30px);
  display: flex;
  flex-direction: column;
}
.plan-name {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.plan-price {
  font-family: 'Unbounded', sans-serif;
  font-weight: 200;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.plan-desc { font-size: 11.5px; line-height: 1.7; color: var(--mid); margin-bottom: 24px; }
.plan-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 30px;
  flex: 1;
  font-size: 12px;
  color: #444;
}
.plan-list li { padding-left: 16px; position: relative; }
.plan-list li::before { content: '—'; position: absolute; left: 0; color: var(--light); }
.plan-cta {
  align-self: flex-start;
  border: 1px solid var(--black);
  padding: 12px 26px;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  cursor: none;
  transition: background .25s, color .25s;
}
.plan-cta:hover { background: var(--black); color: white; }
.plan-note { margin-top: clamp(40px, 6vw, 64px); font-size: 12px; color: var(--mid); max-width: 460px; }

/* CONTACT */
#contact { background: var(--black); color: var(--white); }
#contact .page-head { border-bottom-color: #222; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 120px);
}
.c-intro {
  font-size: 13px;
  line-height: 1.95;
  color: #777;
  max-width: 360px;
  margin-bottom: 48px;
}
.c-links { display: flex; flex-direction: column; }
.c-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid #1e1e1e;
  text-decoration: none;
  cursor: none;
}
.c-link:first-child { border-top: 1px solid #1e1e1e; }
.c-link-label { font-size: 8.5px; letter-spacing: 0.26em; text-transform: uppercase; color: #3a3a3a; }
.c-link-val { font-size: 11.5px; letter-spacing: 0.04em; color: #666; transition: color .2s; }
.c-link:hover .c-link-val { color: white; }

.f-field { border-bottom: 1px solid #1e1e1e; padding: 18px 0; }
.f-field:first-child { border-top: 1px solid #1e1e1e; }
.f-label {
  display: block;
  font-size: 8.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.f-field input,
.f-field textarea,
.f-field select {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
  resize: none;
  cursor: none;
  -webkit-appearance: none;
  appearance: none;
}
.f-field input::placeholder,
.f-field textarea::placeholder { color: #333; }
.f-field select option { background: #0e0e0e; }
.f-field textarea { min-height: 72px; }
.f-send { margin-top: 36px; display: flex; justify-content: flex-end; }
.f-send button {
  background: none;
  border: 1px solid #2a2a2a;
  color: #555;
  padding: 13px 38px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  cursor: none;
  transition: border-color .25s, color .25s;
}
.f-send button:hover { border-color: white; color: white; }

/* FOOTER */
footer {
  background: var(--black);
  border-top: 1px solid #181818;
  padding: 28px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
footer p { font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #ccc; }
.f-soc { display: flex; gap: 28px; }
.f-soc a {
  font-size: 9.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #ccc;
  text-decoration: none; transition: color .2s; cursor: none;
}
.f-soc a:hover { color: white; }

/* LIGHTBOX — click a portfolio photo to view it full-screen */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(14,14,14,0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility 0s linear .3s;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease, visibility 0s linear 0s;
}
.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: auto;
}
.lightbox-close {
  position: absolute;
  top: 26px; right: 40px;
  width: 40px; height: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: none;
  opacity: 0.8;
}
.lightbox-close:hover { opacity: 1; }
@media (max-width: 580px) {
  .lightbox { padding: 16px; }
  .lightbox-close { top: 16px; right: 16px; width: 34px; height: 34px; }
}

/* REVEAL */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .95s cubic-bezier(.16,1,.3,1), transform .95s cubic-bezier(.16,1,.3,1); }
.rv.on { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; }
.rv-d2 { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .hero-img { transition: none; }
}

@media (max-width: 900px) {
  .row-a, .row-b, .row-c, .row-e, .row-h, .row-i, .row-k, .row-j { grid-template-columns: 1fr 1fr; }
  .row-b .img-wrap:last-child { aspect-ratio: 2/3; }
  .row-d .img-wrap { aspect-ratio: 16/9; }
  .row-i .img-wrap { aspect-ratio: 4/3; }
  .row-j .img-wrap { aspect-ratio: 2/3; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; }
  .teaser-grid { grid-template-columns: 1fr 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  #film-grid { columns: 2; }
}
@media (max-width: 640px) {
  #film-grid { columns: 1; }
  .film-item video { max-height: 70vh; }
}
@media (max-width: 580px) {
  nav { padding: 18px 20px; }
  .menu-btn { width: 30px; height: 30px; }
  .sect { padding: 52px 20px; }
  .page-head { padding: 92px 20px 26px; }
  #about { padding-top: 92px; }
  /* Hero: the photo is a wide 3:2 landscape shot — forcing it into a
     100vh-tall box (desktop) makes `cover` zoom in until only a sliver of
     the car is visible. On phones, show it at its own aspect ratio instead
     (no crop), and move the title/meta into a normal block below it rather
     than overlapping text on top of the now much-shorter image. */
  .hero {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .hero-img {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 3 / 2;
  }
  .hero-veil { display: none; }
  .hero-logo { top: 18px; left: 20px; }
  .hero-logo img { height: 46px; }
  .hero-bottom {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    padding: 28px 20px 34px;
    background: var(--black);
  }
  .hero-meta { text-align: left; }
  footer { padding: 24px 20px; }
  .row-a, .row-b, .row-c, .row-d, .row-e, .row-h, .row-i, .row-k, .row-j { grid-template-columns: 1fr; }
  .row-a .img-wrap, .row-b .img-wrap, .row-b .img-wrap:last-child,
  .row-c .img-wrap, .row-d .img-wrap, .row-e .img-wrap,
  .row-h .img-wrap, .row-i .img-wrap, .row-k .img-wrap, .row-j .img-wrap { aspect-ratio: 3/2; }
  h1 { font-size: clamp(32px, 11vw, 64px); }
  .srv { grid-template-columns: 1fr; gap: 6px; }
  .srv-note { text-align: left; }
  .teaser-grid { grid-template-columns: 1fr 1fr; }
  .teaser.teaser-wide { grid-column: span 2; }
}
