.photo-page { background: #f4f2e9; }
.photo-header { position: fixed; width: 100%; color: white; background: rgba(10,10,10,.16); border-color: rgba(255,255,255,.3); }
.photo-header .brand strong { color: #101010; }
.photo-header .nav-cta { border-color: white; }
.photo-header .nav-cta:hover { background: white; color: #101010; }
.photo-header .language-switcher { border-color: rgba(255,255,255,.6); }
.photo-header .language-switcher a:hover,
.photo-header .language-switcher a.is-active { background: var(--yellow); color: #101010; }
.photo-header.is-scrolled { color: #101010; background: rgba(248,248,244,.93); border-color: rgba(16,16,16,.2); }
.photo-header.is-scrolled .nav-cta { border-color: #101010; }
.photo-header.is-scrolled .language-switcher { border-color: rgba(16,16,16,.35); }

.photo-hero { min-height: 100svh; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: white; padding: 140px var(--pad) 34px; }
.photo-hero-media, .photo-hero-overlay { position: absolute; inset: 0; }
.photo-hero-media img { object-position: center 55%; transform: scale(1.03); animation: photo-breathe 13s ease-in-out infinite alternate; }
.photo-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.07) 70%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 55%); }
.photo-hero-copy, .photo-hero-foot { position: relative; z-index: 1; }
.photo-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 48px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.photo-kicker span { width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); }
.photo-hero h1 { max-width: 1200px; margin: 0; font-size: clamp(86px, 13.2vw, 220px); line-height: .72; letter-spacing: -.09em; text-transform: uppercase; }
.photo-hero h1 em { color: var(--yellow); font-family: Georgia,serif; font-weight: 400; text-transform: none; }
.photo-hero-foot { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 60px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.photo-hero-foot a { border-bottom: 1px solid white; padding-bottom: 5px; }
@keyframes photo-breathe { to { transform: scale(1.1); } }

.photo-manifest { min-height: 92vh; display: flex; flex-direction: column; justify-content: center; }
.photo-manifest h2 { max-width: 1350px; margin: 0; font-size: clamp(64px, 9.8vw, 168px); line-height: .83; letter-spacing: -.078em; }
.manifest-note { width: min(540px, 48vw); align-self: flex-end; margin-top: 90px; border-top: 1px solid #101010; padding-top: 18px; }
.manifest-note span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.manifest-note p { margin: 20px 0 0; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.4; }

.photo-collage { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto; gap: clamp(12px, 1.5vw, 26px); padding: 0 var(--pad) clamp(100px, 13vw, 220px); background: #f4f2e9; }
.shot { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.shot img { transform: scale(var(--image-scale, 1.035)); transition: transform .12s linear, filter .5s; }
.shot:hover img { filter: saturate(1.1); }
.shot figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 9px; background: #f2d900; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.shot-a { grid-column: 1 / 8; height: min(69vw, 920px); }
.shot-b { grid-column: 9 / 13; height: min(47vw, 660px); margin-top: 13vw; }
.collage-word { grid-column: 1 / 13; margin: clamp(60px, 10vw, 150px) 0; font-size: clamp(92px, 18vw, 290px); line-height: .67; letter-spacing: -.09em; font-weight: 900; text-align: center; }
.collage-word em { color: var(--yellow); font-family: Georgia,serif; font-weight: 400; }
.shot-c { grid-column: 1 / 5; height: min(61vw, 850px); }
.shot-d { grid-column: 6 / 13; height: min(48vw, 720px); margin-top: 10vw; }
.shot-e { grid-column: 3 / 11; height: min(49vw, 740px); margin-top: 10vw; }

.photo-pause { position: relative; min-height: 100svh; overflow: hidden; display: grid; place-items: center; color: white; }
.photo-pause-image { position: absolute; inset: -5%; }
.photo-pause-image::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.3); }
.photo-pause-image img { transform: scale(var(--image-scale, 1.05)); }
.photo-pause > p { position: relative; z-index: 1; margin: 0; font-size: clamp(78px, 12vw, 190px); line-height: .72; font-weight: 900; letter-spacing: -.08em; text-transform: uppercase; }
.photo-pause > p em { color: var(--yellow); font-family: Georgia,serif; font-weight: 400; text-transform: none; }
.pause-label { position: absolute; z-index: 1; bottom: 30px; left: var(--pad); font-size: 10px; font-weight: 900; letter-spacing: .14em; }

.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #101010; gap: 1px; }
.photo-grid figure { aspect-ratio: 9 / 14; margin: 0; overflow: hidden; }
.photo-grid img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; filter: saturate(.82); }
.photo-grid figure:hover img { transform: scale(1.05); filter: saturate(1.05); }

.photo-formats { background: var(--yellow); }
.formats-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: end; margin-bottom: 90px; }
.formats-head h2 { margin: 0; font-size: clamp(65px, 9vw, 150px); line-height: .82; letter-spacing: -.075em; }
.formats-head p { max-width: 520px; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.45; }
.format-line { min-height: 126px; display: grid; grid-template-columns: 80px 1fr 1fr; align-items: center; border-top: 1px solid #101010; }
.format-line:last-child { border-bottom: 1px solid #101010; }
.format-line span { font-size: 10px; font-weight: 900; }
.format-line strong { font-size: clamp(29px, 4vw, 61px); letter-spacing: -.055em; }
.format-line i { justify-self: end; font-family: Georgia,serif; font-size: clamp(17px, 1.7vw, 26px); font-weight: 400; }

.photo-process { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 90vh; background: #f4f2e9; }
.process-frame { overflow: hidden; }
.process-copy { padding: clamp(80px, 11vw, 170px) var(--pad); align-self: center; }
.process-copy h2 { margin: 0 0 50px; font-size: clamp(74px, 9vw, 145px); line-height: .7; letter-spacing: -.08em; text-transform: uppercase; }
.process-copy h2 em { color: var(--yellow); font-family: Georgia,serif; font-weight: 400; text-transform: none; }
.process-copy > p:last-child { max-width: 610px; font-size: clamp(18px, 1.6vw, 25px); line-height: 1.45; }

.photo-contact { min-height: 96vh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(100px, 11vw, 180px) var(--pad) 28px; background: #101010; color: white; }
.photo-contact-copy > p { font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.photo-contact h2 { max-width: 1350px; margin: 40px 0 90px; font-size: clamp(83px, 13vw, 210px); line-height: .7; letter-spacing: -.085em; text-transform: uppercase; }
.photo-contact h2 em { color: var(--yellow); font-family: Georgia,serif; font-weight: 400; text-transform: none; }
.photo-contact-link { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid white; border-bottom: 1px solid white; padding: 26px 4px; font-size: clamp(25px, 4vw, 58px); font-weight: 900; letter-spacing: -.045em; }
.photo-contact-link i { color: var(--yellow); font-style: normal; }
.photo-footer { margin-top: 100px; padding-top: clamp(42px, 6vw, 76px); }

@media (max-width: 760px) {
  .photo-header { color: #101010; background: rgba(248,248,244,.93); }
  .photo-header .nav-cta { border-color: #101010; }
  .photo-hero { padding-top: 120px; min-height: 90svh; }
  .photo-hero h1 { font-size: clamp(73px, 24vw, 130px); line-height: .75; }
  .photo-hero-foot span { display: none; }
  .photo-hero-foot { justify-content: flex-end; }
  .photo-manifest { min-height: 72vh; }
  .photo-manifest h2 { font-size: clamp(55px, 16vw, 90px); }
  .manifest-note { width: 100%; margin-top: 60px; }
  .shot-a { grid-column: 1 / 10; height: 118vw; }
  .shot-b { grid-column: 5 / 13; height: 108vw; margin-top: -20vw; }
  .collage-word { font-size: 25vw; margin: 90px 0; }
  .shot-c { grid-column: 1 / 9; height: 125vw; }
  .shot-d { grid-column: 4 / 13; height: 88vw; margin-top: -14vw; }
  .shot-e { grid-column: 1 / 13; height: 74vw; }
  .photo-pause > p { font-size: 20vw; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .formats-head { grid-template-columns: 1fr; gap: 40px; }
  .format-line { min-height: 110px; grid-template-columns: 35px 1fr; gap: 10px; }
  .format-line i { grid-column: 2; justify-self: start; margin-top: -20px; font-size: 16px; }
  .photo-process { grid-template-columns: 1fr; }
  .process-frame { min-height: 70vh; }
  .process-copy h2 { font-size: 23vw; }
  .photo-contact h2 { font-size: 21vw; }
  .photo-footer { margin-top: 74px; }
}

@media (prefers-reduced-motion: reduce) { .photo-hero-media img { animation: none; } }
