:root {
  --ink: #07060a;
  --paper: #fff2c8;
  --cream: #fff8e5;
  --cyan: #23d7ff;
  --magenta: #ff2b91;
  --orange: #ff7a19;
  --yellow: #ffd13f;
  --line: rgba(255, 248, 229, 0.18);
  --panel: rgba(12, 10, 16, 0.82);
  --speed: 720ms cubic-bezier(0.32, 0.72, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 43, 145, 0.22), transparent 28rem),
    radial-gradient(circle at 17% 22%, rgba(35, 215, 255, 0.18), transparent 26rem),
    linear-gradient(140deg, #08070b 0%, #140815 44%, #050407 100%);
  font-family: "Manrope", system-ui, sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(255, 209, 63, 0.08) 49% 51%, transparent 52%);
  background-size: 10px 10px, 90px 90px;
  opacity: 0.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  opacity: 0.08;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, #fff 0 1px, transparent 1px 3px),
    repeating-linear-gradient(30deg, transparent 0 8px, rgba(255, 255, 255, 0.5) 9px);
  mix-blend-mode: overlay;
}

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.nav-shell {
  position: sticky;
  top: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 10px 10px 10px 16px;
  border: 2px solid rgba(255, 242, 200, 0.24);
  border-radius: 999px;
  background: rgba(7, 6, 10, 0.74);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.stats-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--magenta);
  font-family: "Anton", Impact, sans-serif;
}

.nav-links {
  gap: 22px;
  color: rgba(255, 248, 229, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
}

.nav-links a,
.nav-action {
  transition: transform var(--speed), color var(--speed), background var(--speed);
}

.nav-links a:hover,
.nav-action:hover {
  transform: translateY(-2px);
  color: #fff;
}

.nav-action {
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--cyan);
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: calc(100dvh - 78px);
  padding: 86px 0 56px;
  overflow: hidden;
}

.burst {
  position: absolute;
  inset: -18% -20% auto auto;
  width: 900px;
  aspect-ratio: 1;
  opacity: 0.62;
  background:
    conic-gradient(
      from 12deg,
      transparent 0 5deg,
      rgba(255, 209, 63, 0.72) 5deg 9deg,
      transparent 9deg 18deg,
      rgba(35, 215, 255, 0.38) 18deg 23deg,
      transparent 23deg 36deg
    );
  transform: rotate(-9deg);
  filter: drop-shadow(0 0 50px rgba(255, 43, 145, 0.35));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 38px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 10px 16px;
  border: 2px solid rgba(255, 209, 63, 0.72);
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(255, 209, 63, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(4.2rem, 9vw, 8.8rem);
  line-height: 0.86;
  text-shadow: 6px 6px 0 rgba(255, 43, 145, 0.82), 11px 11px 0 rgba(35, 215, 255, 0.44);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.92;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.hero-lede,
.intro-grid p,
.section-head p,
.booking-panel p {
  max-width: 620px;
  color: rgba(255, 248, 229, 0.79);
  font-size: 1.1rem;
  line-height: 1.68;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 20px 10px 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform var(--speed), box-shadow var(--speed), background var(--speed);
}

.button span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.16);
  transition: transform var(--speed);
}

.button:hover {
  transform: translateY(-3px) scale(1.01);
}

.button:hover span {
  transform: translateX(3px);
}

.button:active {
  transform: scale(0.98);
}

.primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--magenta);
}

.secondary {
  border: 2px solid rgba(255, 248, 229, 0.32);
  background: rgba(255, 248, 229, 0.08);
}

.stats-strip {
  flex-wrap: wrap;
  gap: 10px;
}

.stats-strip span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 248, 229, 0.18);
  border-radius: 999px;
  background: rgba(255, 248, 229, 0.08);
  color: rgba(255, 248, 229, 0.7);
  font-size: 0.82rem;
}

.stats-strip strong {
  color: #fff;
}

.hero-stage {
  position: relative;
  min-height: 670px;
}

.hero-card {
  position: absolute;
  right: 7%;
  top: 2%;
  width: min(430px, 76vw);
  margin: 0;
  border: 8px solid var(--cream);
  border-radius: 18px;
  background: var(--ink);
  box-shadow:
    16px 16px 0 var(--cyan),
    -16px 24px 0 var(--magenta),
    0 40px 110px rgba(0, 0, 0, 0.72);
  transform: rotate(3deg);
  overflow: hidden;
}

.hero-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 54%, rgba(255, 255, 255, 0.16) 55% 58%, transparent 59%),
    radial-gradient(circle at 60% 28%, rgba(35, 215, 255, 0.18), transparent 28%);
  mix-blend-mode: screen;
}

.hero-card img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: 54% 42%;
  filter: saturate(1.42) contrast(1.24);
}

.hero-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border: 2px solid rgba(255, 248, 229, 0.32);
  border-radius: 14px;
  background: rgba(7, 6, 10, 0.78);
  font-size: 0.84rem;
}

.hero-card figcaption span {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.panel-stack {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 5px solid var(--ink);
  color: var(--ink);
  font-family: "Anton", Impact, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  transform: rotate(-9deg);
}

.panel-a {
  top: 9%;
  left: 3%;
  width: 170px;
  height: 112px;
  clip-path: polygon(8% 12%, 100% 0, 88% 88%, 0 100%);
  background: var(--yellow);
}

.panel-b {
  right: 0;
  bottom: 24%;
  width: 134px;
  height: 96px;
  clip-path: polygon(0 0, 100% 13%, 85% 100%, 14% 82%);
  background: var(--magenta);
}

.transformation-card {
  position: absolute;
  left: 3%;
  bottom: 12%;
  z-index: 3;
  width: 260px;
  padding: 20px;
  border: 4px solid var(--cream);
  border-radius: 18px;
  background: var(--ink);
  box-shadow: 10px 10px 0 var(--orange);
  transform: rotate(-4deg);
}

.transformation-card span {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.transformation-card p {
  margin: 9px 0 0;
  line-height: 1.45;
}

.section {
  padding: 94px 0;
}

.intro-band {
  border-block: 5px solid var(--cream);
  background:
    linear-gradient(90deg, rgba(255, 209, 63, 0.14), rgba(255, 43, 145, 0.12)),
    var(--ink);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.25fr 1fr 0.65fr;
  gap: 36px;
  align-items: start;
}

.section-head {
  margin-bottom: 34px;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.process-step,
.booking-panel {
  border: 3px solid rgba(255, 248, 229, 0.72);
  background: var(--panel);
  box-shadow: 8px 8px 0 rgba(35, 215, 255, 0.84);
}

.service-card,
.process-step {
  min-height: 230px;
  padding: 24px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.service-card:nth-child(even) {
  box-shadow: 8px 8px 0 rgba(255, 43, 145, 0.86);
}

.service-card span,
.process-step span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--yellow);
  font-family: "Anton", Impact, sans-serif;
  font-size: 2.2rem;
}

.service-card p,
.process-step p {
  color: rgba(255, 248, 229, 0.72);
  line-height: 1.58;
}

.gallery-section {
  background:
    linear-gradient(180deg, rgba(255, 248, 229, 0.04), rgba(35, 215, 255, 0.08)),
    #08070b;
}

.gallery-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
}

.gallery-preview-layout {
  grid-template-columns: minmax(280px, 0.48fr) minmax(520px, 1fr);
}

.gallery-cta {
  margin-top: 10px;
}

.featured-gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.mini-cover {
  position: relative;
  min-height: 420px;
  padding: 14px;
  border: 4px solid var(--cream);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--cyan);
  transform: rotate(-2deg);
  overflow: hidden;
}

.mini-cover:nth-child(2) {
  min-height: 500px;
  box-shadow: 8px 8px 0 var(--yellow);
  transform: translateY(-22px) rotate(2deg);
}

.mini-cover:nth-child(3) {
  box-shadow: 8px 8px 0 var(--magenta);
  transform: rotate(3deg);
}

.mini-cover img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.22) contrast(1.12);
}

.mini-cover span,
.role {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-cover span {
  position: absolute;
  left: 24px;
  bottom: 72px;
}

.mini-cover h3 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  margin: 0;
  color: #fff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.78);
}

.gallery-hero {
  position: relative;
  padding: 92px 0 42px;
  overflow: hidden;
}

.gallery-hero::before {
  position: absolute;
  inset: 4% -18% auto auto;
  width: 760px;
  aspect-ratio: 1;
  content: "";
  background: conic-gradient(from 20deg, transparent 0 8deg, rgba(255, 209, 63, 0.48) 9deg 13deg, transparent 14deg 28deg);
  opacity: 0.55;
  transform: rotate(-12deg);
}

.gallery-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 36px;
  align-items: end;
}

.alignment-board {
  padding: 24px;
  border: 4px solid var(--cream);
  border-radius: 22px;
  background: rgba(7, 6, 10, 0.84);
  box-shadow: 10px 10px 0 var(--magenta);
}

.alignment-board h2 {
  margin-bottom: 18px;
  font-size: 2.4rem;
}

.alignment-board dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.alignment-board div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 248, 229, 0.16);
}

.alignment-board dt {
  color: rgba(255, 248, 229, 0.72);
  font-weight: 900;
}

.alignment-board dd {
  margin: 0;
  color: var(--yellow);
  font-family: "Anton", Impact, sans-serif;
  font-size: 2rem;
}

.gallery-page-section {
  padding-top: 44px;
}

.filter-bar {
  position: sticky;
  top: 92px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px;
  border: 2px solid rgba(255, 248, 229, 0.18);
  border-radius: 999px;
  background: rgba(7, 6, 10, 0.76);
  backdrop-filter: blur(16px);
}

.filter-button {
  min-height: 42px;
  padding: 8px 15px;
  border: 0;
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 248, 229, 0.1);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform var(--speed), background var(--speed), color var(--speed);
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(-2px);
}

.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gallery-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.88fr) minmax(0, 1fr);
  gap: 20px;
  min-height: 520px;
  padding: 14px;
  border: 4px solid rgba(255, 248, 229, 0.72);
  background: rgba(7, 6, 10, 0.86);
  box-shadow: 8px 8px 0 var(--cyan);
  transition: opacity 360ms cubic-bezier(0.32, 0.72, 0, 1), transform 360ms cubic-bezier(0.32, 0.72, 0, 1);
}

.gallery-card.is-hidden {
  display: none;
}

.gallery-card[data-type="villain"] {
  box-shadow: 8px 8px 0 var(--magenta);
}

.gallery-card[data-type="antihero"] {
  box-shadow: 8px 8px 0 var(--orange);
}

.gallery-image-button {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 490px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-image-button:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

.gallery-image-button img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.16) contrast(1.08);
  transition: transform var(--speed), filter var(--speed);
}

.gallery-image-button:hover img,
.gallery-image-button:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.3) contrast(1.12);
}

.gallery-card div {
  align-self: end;
  padding: 14px 10px 10px 0;
}

.gallery-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.gallery-card p,
.gallery-card li {
  color: rgba(255, 248, 229, 0.76);
  line-height: 1.55;
}

.gallery-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.role.villain {
  background: var(--magenta);
  color: #fff;
}

.role.hero {
  background: var(--cyan);
}

.role.antihero {
  background: var(--orange);
}

.process-clip-section {
  padding-top: 20px;
}

.process-clip-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(280px, 0.42fr);
  gap: 34px;
  align-items: center;
}

.process-video {
  width: 100%;
  max-height: 680px;
  border: 4px solid var(--cream);
  border-radius: 22px;
  background: #000;
  box-shadow: -10px 10px 0 var(--cyan);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 43, 145, 0.24), transparent 28rem),
    rgba(3, 3, 6, 0.94);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  transition: opacity 280ms cubic-bezier(0.32, 0.72, 0, 1), transform 280ms cubic-bezier(0.32, 0.72, 0, 1);
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.lightbox-close {
  justify-self: end;
  min-height: 44px;
  padding: 9px 16px;
  border: 3px solid var(--cream);
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--magenta);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.lightbox figure {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0;
}

.lightbox img {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 112px);
  object-fit: contain;
}

.lightbox figcaption {
  justify-self: center;
  max-width: min(860px, 100%);
  padding: 10px 14px;
  border: 2px solid rgba(255, 248, 229, 0.24);
  border-radius: 999px;
  color: rgba(255, 248, 229, 0.86);
  background: rgba(7, 6, 10, 0.82);
  font-weight: 900;
  text-align: center;
}

.mockup-frame {
  margin: 0;
  padding: 10px;
  border: 3px solid var(--cream);
  border-radius: 24px;
  background: rgba(255, 248, 229, 0.08);
  box-shadow: -12px 12px 0 var(--magenta), 16px -16px 0 var(--cyan);
  transform: rotate(1deg);
}

.mockup-frame img {
  border-radius: 14px;
}

.process-section {
  background:
    linear-gradient(135deg, rgba(255, 122, 25, 0.15), transparent 42%),
    linear-gradient(315deg, rgba(35, 215, 255, 0.12), transparent 48%);
}

.photographer-tease {
  padding-top: 58px;
  background: linear-gradient(90deg, rgba(255, 43, 145, 0.13), rgba(35, 215, 255, 0.08));
}

.photographer-tease-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 4px solid var(--cream);
  border-radius: 24px;
  background: rgba(7, 6, 10, 0.82);
  box-shadow: 12px 12px 0 var(--magenta);
}

.photographer-tease-grid p {
  max-width: 720px;
  color: rgba(255, 248, 229, 0.78);
  line-height: 1.62;
}

.photographer-tease-grid h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
}

.photographer-hero {
  position: relative;
  padding: 92px 0 76px;
  overflow: hidden;
}

.photographer-hero::before {
  position: absolute;
  inset: 6% -14% auto auto;
  width: 760px;
  aspect-ratio: 1;
  content: "";
  background: conic-gradient(from 20deg, transparent 0 8deg, rgba(255, 209, 63, 0.42) 9deg 13deg, transparent 14deg 28deg);
  opacity: 0.56;
  transform: rotate(-12deg);
}

.photographer-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
  gap: 42px;
  align-items: center;
}

.photographer-copy h1 {
  max-width: 760px;
  font-size: clamp(4rem, 8vw, 8.4rem);
}

.photographer-portrait {
  position: relative;
  height: min(650px, 78dvh);
  margin: 0;
  border: 8px solid var(--cream);
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 16px 16px 0 var(--cyan), -14px 20px 0 var(--magenta);
  overflow: hidden;
  transform: rotate(2deg);
}

.photographer-portrait img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 650px;
  max-width: none;
  transform: translate(-50%, -50%) rotate(90deg) scale(1.08);
  transform-origin: center;
  filter: saturate(1.14) contrast(1.08);
}

.photographer-portrait figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border: 2px solid rgba(255, 248, 229, 0.32);
  border-radius: 14px;
  background: rgba(7, 6, 10, 0.78);
  font-size: 0.84rem;
}

.photographer-portrait figcaption span {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.photographer-proof {
  padding-top: 34px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.booking-section {
  padding-top: 40px;
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: 24px;
  box-shadow: 12px 12px 0 var(--orange);
}

.booking-panel h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.booking-panel p {
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 820ms cubic-bezier(0.32, 0.72, 0, 1), transform 820ms cubic-bezier(0.32, 0.72, 0, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-shell {
    width: min(100% - 28px, 680px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 60px;
  }

  .hero-grid,
  .intro-grid,
  .gallery-layout,
  .gallery-hero-grid,
  .process-clip-grid,
  .photographer-tease-grid,
  .photographer-hero-grid,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 610px;
  }

  .hero-card {
    right: 50%;
    transform: translateX(50%) rotate(2deg);
  }

  .service-grid,
  .process-grid,
  .proof-grid,
  .featured-gallery-strip,
  .full-gallery-grid {
    grid-template-columns: 1fr;
  }

  .photographer-portrait {
    height: 560px;
  }

  .mini-cover,
  .mini-cover:nth-child(2),
  .mini-cover:nth-child(3) {
    min-height: 420px;
    transform: none;
  }

  .gallery-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gallery-image-button,
  .gallery-image-button img {
    height: 520px;
  }

  .booking-panel {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    width: calc(100% - 20px);
  }

  .brand span:last-child {
    max-width: 120px;
    line-height: 1.05;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.2rem);
  }

  .hero-card {
    width: min(360px, 82vw);
  }

  .hero-card img {
    height: 520px;
  }

  .panel-a {
    left: 0;
  }

  .transformation-card {
    left: 0;
    bottom: 6%;
    width: min(260px, 76vw);
  }

  .section {
    padding: 70px 0;
  }
}
