/* ==========================================================================
   SHAKA STUDIOS — styles.css
   1. @font-face
   2. :root variables
   3. CSS reset
   4. Global base styles
   5. Typography classes
   6. Layout utilities
   7. Component styles
   8. Page-specific styles
   9. Grain overlay utility
   10. Animation classes
   11. Media queries
   ========================================================================== */

/* 1. @font-face
   ========================================================================== */

@font-face {
  font-family: 'Kaleo';
  src: url('../fonts/kaleo_regular_19_25_02.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* NOTE: the bucket file Akzidenz_Grotesk_Light_Regular.ttf currently contains
   Kaleo, not Akzidenz Light. Weight 300 uses the regular cut until the real
   light file is uploaded — then restore the original src here. */
@font-face {
  font-family: 'Fraunces', Georgia, serif;
  src: url('../fonts/Berthold_Akzidenz_Grotesk_Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraunces', Georgia, serif;
  src: url('../fonts/Berthold_Akzidenz_Grotesk_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraunces', Georgia, serif;
  src: url('../fonts/akzidenz-grotesk-bq-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraunces', Georgia, serif;
  src: url('../fonts/Akzidenz-grotesk-black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 2. :root variables
   ========================================================================== */

:root {
  --cream:        #F2E8D5;
  --charcoal:     #1E1E1E;
  --orange:       #C4531A;
  --orange-hover: #A83D10;
  --tobacco:      #7A4F2E;
  --sand:         #D4B896;
  --fern:         #4A6741;
  --ink:          #1E1E1E;
}

/* 3. CSS reset
   ========================================================================== */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

figure {
  margin: 0;
}

ul[role="list"] {
  list-style: none;
}

button {
  font: inherit;
}

input,
textarea {
  font: inherit;
}

/* 4. Global base styles
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

body {
  background: var(--charcoal);
  color: var(--cream);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 380;
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: inherit;
}

::selection {
  background: var(--orange);
  color: var(--cream);
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--charcoal);
}

::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 0;
}

/* 5. Typography classes
   ========================================================================== */

.display-hero {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(44px, 7.5vw, 104px);
  line-height: 1.0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.display-section {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.display-card {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.display-quote {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.body-large {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.body-default {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.body-small {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.label-section {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--sand);
}

.label-caption {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.label-nav {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.label-subhead {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sand);
}

.label-cta {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* 6. Layout utilities
   ========================================================================== */

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

.hairline {
  border: none;
  height: 1px;
  background: rgba(242,232,213,0.25);
}

/* Full-bleed: stretch an element to the viewport edges from inside a padded section */
.bleed-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}

.text-link {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(196,83,26,0.4);
  transition: border-color 300ms ease;
}

.text-link:hover {
  border-bottom-color: var(--orange);
}

.link-right {
  text-align: right;
}

/* 7. Component styles
   ========================================================================== */

/* Buttons */

.btn-outlined-cream {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid rgba(242,232,213,0.85);
  color: var(--cream);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 150ms ease, opacity 150ms ease;
  cursor: pointer;
  background: transparent;
}

.btn-outlined-cream:hover {
  border-color: var(--cream);
}

.btn-outlined-dark {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid var(--cream);
  color: var(--cream);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 150ms ease;
  cursor: pointer;
  background: transparent;
}

.btn-outlined-dark:hover {
  border-color: var(--orange);
}

.btn-filled-orange {
  display: inline-block;
  padding: 14px 28px;
  background: var(--orange);
  border: none;
  color: var(--cream);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 150ms ease;
  cursor: pointer;
}

.btn-filled-orange:hover {
  background: var(--orange-hover);
}

.btn-filled-orange:disabled {
  opacity: 0.6;
  cursor: default;
}

/* Navigation */

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  transition: background-color 300ms ease, padding 300ms ease;
}

.site-nav.transparent {
  background-color: transparent;
}

.site-nav.solid {
  background-color: var(--cream);
  padding: 16px 60px;
}

.nav-mark {
  height: 30px;
  width: auto;
  display: inline-block;
  vertical-align: -9px;
  margin-right: 10px;
}

.nav-logo {
  font-family: 'Kaleo';
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.05em;
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-link {
  color: rgba(242,232,213,0.85);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 200ms ease-out;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--orange);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--charcoal);
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav-link {
  font-family: 'Kaleo';
  font-size: 40px;
  color: var(--cream);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mobile-nav-contact {
  color: var(--orange);
  border-bottom: none;
}

.mobile-menu-email {
  margin-top: auto;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(242,232,213,0.4);
  letter-spacing: 0.05em;
}

.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 60px;
  background: none;
  border: none;
  font-size: 24px;
  color: rgba(242,232,213,0.5);
  cursor: pointer;
}

/* Footer — a colophon, not a sitemap */

.site-footer {
  background: var(--charcoal);
  padding: 96px 60px 40px;
}

.footer-mark {
  width: 110px;
  height: auto;
  margin-bottom: 32px;
}

.footer-statement {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 84px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 56px;
}

.footer-line {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 36px;
  margin-bottom: 64px;
}

.footer-line a {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242,232,213,0.55);
  text-decoration: none;
  transition: color 150ms ease;
}

.footer-line a:hover {
  color: var(--cream);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-logo {
  font-family: 'Kaleo';
  font-size: 18px;
  color: var(--cream);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.footer-brand p {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 12px;
  color: rgba(242,232,213,0.4);
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.footer-nav .label-caption,
.footer-connect .label-caption {
  color: rgba(242,232,213,0.3);
}

.footer-nav ul,
.footer-connect ul {
  list-style: none;
  margin-top: 16px;
}

.footer-nav a,
.footer-connect a {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(242,232,213,0.5);
  text-decoration: none;
  line-height: 2.2;
  display: block;
  letter-spacing: 0.02em;
  transition: color 150ms ease;
}

.footer-nav a:hover,
.footer-connect a:hover {
  color: var(--cream);
}

.footer-base {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  justify-content: space-between;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 10px;
  color: rgba(242,232,213,0.25);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Photo captions — set below the photograph, like a photo book */

.caption-below {
  display: block;
  margin-top: 12px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sand);
}

.on-dark .caption-below,
.caption-below.on-dark {
  color: rgba(242,232,213,0.45);
}

/* 8. Page-specific styles
   ========================================================================== */

/* ---------- HOME: Hero ---------- */

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--charcoal);
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(30,30,30,0.82) 0%,
    rgba(30,30,30,0.25) 42%,
    rgba(30,30,30,0) 68%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 40px;
}

.hero-location {
  display: inline-block;
  background: var(--orange);
  color: var(--cream);
  font-weight: 500;
  font-size: 11px;
  padding: 8px 16px;
  margin-bottom: 24px;
}

.hero-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 40px;
}

.hero-headline {
  color: var(--cream);
  font-size: clamp(60px, 13vw, 210px);
  line-height: 0.92;
  margin-bottom: -0.06em;
}

.headline-orange {
  color: var(--orange);
}

/* Hero entrance: a longer, deeper rise */
.hero .reveal {
  transform: translateY(48px);
  transition-duration: 1400ms;
}

.hero .reveal.revealed {
  transform: translateY(0);
}

.hero-subline {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 0;
}

/* ---------- HOME: Introduction — a quiet editorial opening ---------- */

.section-intro {
  background: var(--charcoal);
  padding: 140px 60px 120px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 72px;
  align-items: end;
}

.intro-inner {
  max-width: 880px;
  margin-left: 4vw;
}

.intro-figure img {
  width: 100%;
  height: auto;
}

.intro-lead {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 16ch;
  margin-bottom: 48px;
}

.intro-body {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.75;
  max-width: 30em;
  margin-bottom: 28px;
  color: rgba(242,232,213,0.78);
}

.intro-services {
  display: block;
  text-align: right;
  color: rgba(242,232,213,0.55);
  margin-top: 56px;
}

/* ---------- HOME: Work preview — staggered editorial collage ---------- */

.section-work-preview {
  background: var(--charcoal);
  padding: 130px 60px 140px;
}

.collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 48px;
}

.ci-1 { grid-column: 1 / 9; }
.ci-2 { grid-column: 9 / 13; margin-top: 96px; }
.ci-3 { grid-column: 1 / 6; }
.ci-4 { grid-column: 6 / 13; margin-top: 96px; }

.ci-1 .photo-frame { aspect-ratio: 3 / 2; }
.ci-2 .photo-frame { aspect-ratio: 3 / 4; }
.ci-3 .photo-frame { aspect-ratio: 4 / 5; }
.ci-4 .photo-frame { aspect-ratio: 3 / 2; }

.collage .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage img[src*="dolphin-ascending"] { object-position: center 65%; }
.collage img[src*="wedding-confetti"]  { object-position: center 40%; }
.collage img[src*="cornwall-lighthouse"] { object-position: center 35%; }

/* ---------- HOME: Services overview ---------- */

.section-services-home {
  background: var(--charcoal);
  padding: 140px 80px 160px;
}

.services-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.service-card-home:nth-child(2) {
  margin-top: 88px;
}

.service-ghost {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(242,232,213,0.1);
  display: block;
  margin-bottom: 18px;
}

.service-card-home .photo-frame {
  margin-bottom: 28px;
}

.service-card-home .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-title {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}

.service-card-tagline {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(242,232,213,0.7);
  margin-bottom: 20px;
}

.service-card-list {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.9;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242,232,213,0.45);
}

.services-home-cta {
  text-align: center;
  margin-top: 88px;
}

/* ---------- HOME: Featured project ---------- */

.section-featured-home {
  background: var(--charcoal);
  padding: 140px 60px;
}

.featured-project-split {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 80px;
  align-items: center;
}

.featured-media {
  margin-left: -60px;
}

.featured-project-split .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-types {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sand);
  margin: 12px 0 24px;
}

.featured-title {
  margin-bottom: 28px;
  max-width: 12ch;
}

.featured-body {
  margin-bottom: 32px;
  color: rgba(242,232,213,0.72);
  max-width: 32em;
}

/* ---------- HOME: Testimonial ---------- */

.section-testimonial {
  background: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20240%20240%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%20stroke-width%3D%224.4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%3Cpath%20d%3D%22M14%2036%20q16%20-16%2032%200%20t32%200%20t32%200%22%2F%3E%0A%3Ccircle%20cx%3D%22186%22%20cy%3D%2244%22%20r%3D%2213%22%2F%3E%0A%3Cpath%20d%3D%22M186%2022%20v-8%20M186%2066%20v8%20M164%2044%20h-8%20M208%2044%20h8%20M170%2028%20l-6%20-6%20M202%2028%20l6%20-6%20M170%2060%20l-6%206%20M202%2060%20l6%206%22%2F%3E%0A%3Cpath%20d%3D%22M28%20124%20q22%20-18%2048%200%20q-22%2018%20-48%200%20z%20M76%20124%20l18%20-12%20v24%20z%22%2F%3E%0A%3Ccircle%20cx%3D%2242%22%20cy%3D%22120%22%20r%3D%221.6%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3Cpath%20d%3D%22M178%20130%20a7%207%200%201%201%2014%200%20a14%2014%200%201%201%20-28%200%20a21%2021%200%201%201%2042%200%22%2F%3E%0A%3Cpath%20d%3D%22M20%20196%20q16%20-16%2032%200%20t32%200%22%2F%3E%0A%3Cpath%20d%3D%22M140%20200%20q10%20-22%2026%20-8%20q14%2012%2030%20-6%22%2F%3E%0A%3Ccircle%20cx%3D%22120%22%20cy%3D%2270%22%20r%3D%222%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3Ccircle%20cx%3D%22100%22%20cy%3D%22180%22%20r%3D%222%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 300px 300px;
  padding: 150px 24px 160px;
}

.testimonial-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-mark {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: 80px;
  line-height: 0.6;
  text-transform: uppercase;
  color: rgba(122,79,46,0.2);
  display: block;
  margin-bottom: 32px;
}

.testimonial-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: var(--cream);
  margin-bottom: 40px;
}

.testimonial-name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 6px;
}

.testimonial-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(242,232,213,0.5);
}

/* ---------- Closing CTA (orange) ---------- */

.section-cta-orange {
  background: var(--orange);
  min-height: 340px;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cta-headline {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 18px;
}

.cta-headline-medium {
  font-size: clamp(34px, 4vw, 56px);
}

.cta-subline {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(242,232,213,0.8);
  margin-bottom: 36px;
}

.cta-email {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(242,232,213,0.78);
  text-decoration: none;
  margin-top: 28px;
  display: inline-block;
}

/* Charcoal CTA variant — so orange detonates only once per page */
.section-cta-orange.cta-charcoal {
  background: var(--charcoal);
}

.cta-charcoal .cta-headline {
  color: var(--orange);
}

.cta-charcoal .cta-subline {
  color: rgba(242,232,213,0.7);
}

.cta-charcoal .cta-email {
  color: rgba(242,232,213,0.5);
}

/* ---------- WORK page ---------- */

.page-header {
  background: var(--charcoal);
  padding: 200px 60px 56px;
}

.page-header-title {
  color: var(--cream);
  margin-bottom: 32px;
  max-width: 14ch;
}

.page-header-subtitle {
  max-width: 440px;
  color: rgba(242,232,213,0.72);
  margin-left: auto;
  margin-right: 4vw;
}

.page-header .hairline {
  margin-top: 56px;
}

.work-category {
  padding: 104px 60px;
}

.work-category-cream {
  background: var(--charcoal);
}

.work-category-sand {
  background: var(--charcoal);
}

.work-category-dark {
  background: var(--charcoal);
}

.work-category .label-section {
  display: block;
  margin-bottom: 40px;
}

.work-category-dark .label-section {
  color: rgba(196,83,26,0.6);
}

.work-category .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Folio lines — editorial section numbering */

.folio {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-bottom: 36px;
}

.work-category-dark .folio {
  color: var(--orange);
}

/* Featured commercial project */

.case-title {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(40px, 7vw, 110px);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  margin: 16px 0 -0.16em;
  position: relative;
  z-index: 1;
}

.featured-main-shot {
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.featured-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 64px;
}

.featured-pair .photo-frame {
  height: 280px;
}

.featured-meta {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 64px;
}

.featured-meta-title {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.featured-meta-body {
  color: rgba(242,232,213,0.72);
  margin-bottom: 24px;
  max-width: 36em;
}

.deliverables-list {
  list-style: none;
  margin-top: 16px;
}

.deliverables-list li {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1;
  color: rgba(242,232,213,0.72);
  border-bottom: 1px solid rgba(242,232,213,0.15);
}

/* Documentary grid — one image dominates */

.documentary-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

.documentary-tall .photo-frame {
  height: 720px;
}

.documentary-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-end;
  margin-top: 96px;
}

.documentary-side .photo-frame {
  height: 300px;
}

/* Weddings — staggered columns, quiet to loud */

.weddings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.weddings-grid figure:nth-child(3n+2) {
  margin-top: 64px;
}

.weddings-grid .photo-frame {
  height: 340px;
}

/* Wedding photo essay — a story in six frames */
.essay {
  display: flex;
  flex-direction: column;
}

.essay figure {
  margin-bottom: 72px;
}

.essay .photo-frame {
  aspect-ratio: 4 / 5;
  height: auto;
}

.essay .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.essay-left  { width: 52%; align-self: flex-start; }
.essay-right { width: 44%; align-self: flex-end; }
.essay-mid   { width: 64%; align-self: center; }

.essay-wide {
  width: 100%;
}

.essay-wide .photo-frame,
.essay-wide .photo-frame img {
  aspect-ratio: auto;
  height: auto;
}

.essay-beat {
  display: block;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}

/* The section ends on peak joy, full width */
.wed-closer {
  grid-column: 1 / -1;
  margin-top: 32px;
}

.wed-closer .photo-frame,
.wed-closer .photo-frame img {
  height: auto;
}

/* Surf — trio, then the big one */

.surf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.surf-grid figure:nth-child(2) {
  margin-top: 56px;
}

.surf-grid .photo-frame {
  height: 320px;
}

.surf-wide {
  grid-column: 1 / -1;
  margin-top: 48px;
}

.surf-wide .photo-frame {
  height: auto;
}

.surf-wide .photo-frame img {
  height: auto;
}

.surf-full {
  grid-column: 3 / -1;
}

.surf-full .photo-frame {
  height: 360px;
}

/* Wildlife — the dolphin owns the viewport */

.wildlife-hero {
  margin-bottom: 56px;
}

.wildlife-hero .photo-frame {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  height: 82vh;
  min-height: 480px;
}

.wildlife-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.wildlife-row figure:nth-child(2) {
  margin-top: 48px;
}

.wildlife-row .photo-frame {
  height: 300px;
}

.wildlife-full {
  margin-bottom: 56px;
}

.wildlife-full .photo-frame {
  height: 85vh;
  min-height: 480px;
}

.wildlife-pair {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 32px;
}

.wildlife-pair .photo-frame {
  height: 380px;
}

/* Travel — opens edge to edge */

.travel-opener {
  margin-bottom: 56px;
}

.travel-opener .photo-frame {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  height: 72vh;
  min-height: 420px;
}

.travel-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
}

.travel-pair figure:nth-child(2) {
  margin-top: 56px;
}

.travel-pair .photo-frame {
  height: 420px;
}

.travel-closer {
  max-width: 880px;
  margin: 0 auto;
}

.travel-closer .photo-frame {
  height: 500px;
}

/* Work page CTA */

.page-cta-split {
  background: var(--orange);
  padding: 96px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.page-cta-headline {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  max-width: 520px;
}

.page-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.page-cta-email {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(242,232,213,0.85);
  text-decoration: none;
}

/* ---------- SERVICES page ---------- */

.services-header {
  background: var(--charcoal);
  padding: 190px 60px 110px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  flex-wrap: wrap;
}

.chapter-index {
  list-style: none;
  text-align: right;
}

.chapter-index a {
  display: block;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242,232,213,0.6);
  text-decoration: none;
  line-height: 2.4;
  transition: color 150ms ease;
}

.chapter-index a:hover {
  color: var(--orange);
}

.services-poster {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(56px, 10vw, 170px);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
}

.services-poster .poster-orange {
  color: var(--orange);
  display: block;
}

.services-poster span {
  display: block;
}

.services-header-line1 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 20px;
  color: rgba(242,232,213,0.85);
  margin-top: 40px;
}

.services-header-line2 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(242,232,213,0.55);
  margin-top: 8px;
}

/* Services as chapters — full-bleed opener, title cropped onto the image,
   copy follows in a single narrow column */

.service-split-cream {
  background: var(--charcoal);
}

.service-split-dark {
  background: var(--charcoal);
}

.chapter-opener {
  position: relative;
}

.chapter-opener .photo-frame {
  height: 74vh;
  min-height: 440px;
}

.chapter-opener img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapter-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30,30,30,0.6) 0%, rgba(30,30,30,0) 45%);
  z-index: 1;
  pointer-events: none;
}

.chapter-titles {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 36px;
  z-index: 3;
}

.chapter-number {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-bottom: 10px;
}

.chapter-title {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(56px, 9vw, 150px);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
}

.chapter-body {
  max-width: 720px;
  margin-left: 8vw;
  padding: 96px 60px 130px 0;
}

.service-title {
  margin-bottom: 8px;
}

.service-split-dark .service-title {
  color: var(--cream);
}

.service-subtitle {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 28px;
}

.service-split-dark .service-subtitle {
  color: rgba(242,232,213,0.5);
}

.service-description {
  margin-bottom: 8px;
}

.service-split-dark .service-description {
  color: rgba(242,232,213,0.8);
}

.service-philosophy {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.35;
  color: var(--orange);
  margin-bottom: 40px;
}

.service-split-dark .service-philosophy {
  color: rgba(242,232,213,0.6);
}

.service-copy .label-section {
  display: block;
  margin-bottom: 14px;
}

.service-split-dark .label-section {
  color: rgba(242,232,213,0.35);
}

.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 32px;
  list-style: none;
  margin-bottom: 40px;
}

.services-list li {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(242,232,213,0.72);
}

.service-split-dark .services-list li {
  color: rgba(242,232,213,0.65);
}

.services-closing {
  background: var(--orange);
  padding: 140px 24px;
  text-align: center;
}

.services-closing-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 26px;
  color: var(--cream);
  margin-bottom: 18px;
}

.services-closing-body {
  max-width: 440px;
  margin: 0 auto 40px;
  color: rgba(242,232,213,0.85);
}

/* ---------- ABOUT page ---------- */

/* Full-bleed opener — the most kinetic frame we own */
.about-opener {
  background: var(--charcoal);
  padding-top: 72px;
}

.about-opener .photo-frame {
  height: 86vh;
  min-height: 460px;
}

.about-opener img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-opener .caption-below {
  padding: 0 60px;
}

.about-story {
  background: var(--charcoal);
  padding: 120px 60px 160px;
}

.about-story-copy .story-open::first-letter {
  font-family: 'Kaleo';
  text-transform: uppercase;
  float: left;
  font-size: 4.4em;
  line-height: 0.78;
  padding: 8px 20px 0 0;
  color: var(--orange);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 96px;
  align-items: start;
}

.about-story-headline {
  margin-bottom: 48px;
  max-width: 12ch;
}

.about-story-copy .story-open {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.6;
  color: var(--cream);
  margin-bottom: 36px;
  max-width: 24em;
}

.about-story-copy p {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(242,232,213,0.72);
  margin-bottom: 28px;
  max-width: 36em;
}

.about-story-copy .story-pullquote {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(32px, 4.2vw, 60px);
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--orange);
  margin: 72px 0;
  padding: 44px 0;
  border-top: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
  max-width: none;
}

.about-story-companion {
  position: sticky;
  top: 120px;
  margin-top: 140px;
}

.about-story-companion .photo-frame {
  height: 540px;
}

.about-story-companion .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-companion .caption-below {
  text-align: right;
}

/* Founder sections — names set huge, straddling copy and photograph */

.founder-georgia,
.founder-cuan {
  display: grid;
  background: var(--charcoal);
  align-items: stretch;
  position: relative;
}

.founder-georgia {
  grid-template-columns: 55fr 45fr;
}

.founder-cuan {
  grid-template-columns: 45fr 55fr;
}

.founder-name-big {
  position: absolute;
  top: 56px;
  z-index: 3;
  margin: 0;
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(64px, 11vw, 180px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--orange);
  pointer-events: none;
}

.founder-georgia .founder-name-big {
  left: 6%;
}

.founder-cuan .founder-name-big {
  right: 6%;
  text-align: right;
}

.founder-image {
  position: relative;
  display: flex;
  flex-direction: column;
}

.founder-image .photo-frame {
  flex: 1;
  min-height: 680px;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-image .caption-below {
  padding: 0 24px;
}

.founder-georgia .founder-image .caption-below {
  text-align: right;
}

.founder-copy {
  padding: 300px 96px 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-copy .label-section {
  display: block;
  margin-bottom: 16px;
}

.founder-name {
  margin-bottom: 12px;
}

.founder-role {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 36px;
}

.founder-copy p {
  color: rgba(242,232,213,0.72);
  margin-bottom: 22px;
  max-width: 34em;
}

.founder-philosophy {
  font-family: 'Fraunces', Georgia, serif !important;
  font-style: italic;
  font-size: 21px !important;
  line-height: 1.45 !important;
  color: var(--orange) !important;
  border-top: 1px solid rgba(242,232,213,0.2);
  padding-top: 24px;
  margin-top: 16px;
}

/* Approach section */

.section-approach {
  background: var(--charcoal);
  padding: 180px 24px;
  text-align: center;
}

.approach-inner {
  max-width: 620px;
  margin: 0 auto;
}

.approach-mark {
  width: 64px;
  height: auto;
  margin: 0 auto 36px;
}

.approach-label {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242,232,213,0.3);
  display: block;
  margin-bottom: 56px;
}

.approach-statement {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 28px;
}

.approach-statement-orange {
  color: var(--orange);
  margin-bottom: 56px;
}

.approach-body {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(242,232,213,0.5);
}

/* ---------- CONTACT page ---------- */

.contact-main {
  background: var(--cream);
  min-height: 100vh;
  padding-top: 80px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.contact-form-col {
  padding: 120px 80px 100px 60px;
}

.contact-info-col {
  padding: 120px 60px 100px;
  border-left: 1px solid rgba(242,232,213,0.2);
  display: flex;
  flex-direction: column;
}

.contact-headline {
  margin: 14px 0 24px;
}

.contact-intro {
  max-width: 480px;
  color: rgba(242,232,213,0.72);
  margin-bottom: 56px;
}

.form-field {
  margin-bottom: 44px;
}

.form-label {
  display: block;
  margin-bottom: 12px;
  color: var(--sand);
}

.form-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(242,232,213,0.4);
  padding-bottom: 12px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 15px;
  color: var(--cream);
  outline: none;
  transition: border-color 150ms ease;
}

.form-input:focus {
  border-bottom-color: var(--orange);
}

.form-textarea {
  width: 100%;
  background: rgba(242,232,213,0.08);
  border: 1px solid rgba(242,232,213,0.35);
  padding: 16px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 15px;
  color: var(--cream);
  outline: none;
  resize: vertical;
  min-height: 120px;
  transition: border-color 150ms ease;
}

.form-textarea:focus {
  border-color: var(--orange);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(242,232,213,0.5);
}

.form-error {
  display: none;
  margin-top: 20px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: var(--orange);
}

.form-error.visible {
  display: block;
}

.form-error a {
  color: var(--orange);
}

.form-success {
  display: none;
}

.form-success.visible {
  display: block;
}

.form-success-icon {
  width: 64px;
  height: 64px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.form-success-headline {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.form-success-body {
  color: rgba(242,232,213,0.72);
  max-width: 380px;
}

.contact-info-label {
  display: block;
  color: var(--sand);
  margin-bottom: 10px;
}

.contact-email-link {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(196,83,26,0.4);
  padding-bottom: 2px;
  transition: border-color 150ms ease;
}

.contact-email-link:hover {
  border-bottom-color: var(--orange);
}

.contact-divider {
  width: 40px;
  height: 1px;
  background: rgba(242,232,213,0.3);
  border: none;
  margin: 36px 0;
}

.contact-locations p {
  color: rgba(242,232,213,0.72);
  line-height: 2;
}

.contact-locations .location-remote {
  font-size: 13px;
  color: rgba(242,232,213,0.5);
}

.contact-response {
  color: rgba(242,232,213,0.72);
  max-width: 300px;
}

.contact-mark {
  width: 64px;
  height: auto;
  margin-top: 48px;
}

.contact-atmosphere {
  height: 240px;
  margin-top: 32px;
}

.contact-atmosphere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Editorial copy blocks ---------- */

/* Home intro stanza — a place, a person, a moment */
.intro-stanza {
  list-style: none;
  margin: 0 0 56px 12%;
}

.intro-stanza li {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.55;
  color: var(--orange);
}

/* Signature interlude — one sentence owns the viewport */
.section-interlude {
  background: var(--charcoal);
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 120px 60px;
}

.interlude-couplet {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(40px, 6.5vw, 104px);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  margin-left: 6vw;
  max-width: 14ch;
}

.couplet-orange {
  color: var(--orange);
  display: block;
}

/* Home featured work header */
.wp-head {
  max-width: 600px;
  margin-bottom: 80px;
}

.wp-head .label-section {
  display: block;
  margin-bottom: 24px;
}

.wp-head-line {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.wp-head-body {
  color: rgba(242,232,213,0.72);
  max-width: 32em;
  margin-bottom: 16px;
}

.wp-attention {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  color: var(--orange);
}

/* Testimonial framing */
.testimonial-label {
  display: block;
  margin-bottom: 24px;
}

.testimonial-intro {
  color: rgba(242,232,213,0.75);
  max-width: 440px;
  margin: 0 auto 56px;
}

/* Home about teaser — the one orange environment */
.section-about-teaser {
  background: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20240%20240%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%20stroke-width%3D%224.4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%3Cpath%20d%3D%22M14%2036%20q16%20-16%2032%200%20t32%200%20t32%200%22%2F%3E%0A%3Ccircle%20cx%3D%22186%22%20cy%3D%2244%22%20r%3D%2213%22%2F%3E%0A%3Cpath%20d%3D%22M186%2022%20v-8%20M186%2066%20v8%20M164%2044%20h-8%20M208%2044%20h8%20M170%2028%20l-6%20-6%20M202%2028%20l6%20-6%20M170%2060%20l-6%206%20M202%2060%20l6%206%22%2F%3E%0A%3Cpath%20d%3D%22M28%20124%20q22%20-18%2048%200%20q-22%2018%20-48%200%20z%20M76%20124%20l18%20-12%20v24%20z%22%2F%3E%0A%3Ccircle%20cx%3D%2242%22%20cy%3D%22120%22%20r%3D%221.6%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3Cpath%20d%3D%22M178%20130%20a7%207%200%201%201%2014%200%20a14%2014%200%201%201%20-28%200%20a21%2021%200%201%201%2042%200%22%2F%3E%0A%3Cpath%20d%3D%22M20%20196%20q16%20-16%2032%200%20t32%200%22%2F%3E%0A%3Cpath%20d%3D%22M140%20200%20q10%20-22%2026%20-8%20q14%2012%2030%20-6%22%2F%3E%0A%3Ccircle%20cx%3D%22120%22%20cy%3D%2270%22%20r%3D%222%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3Ccircle%20cx%3D%22100%22%20cy%3D%22180%22%20r%3D%222%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 300px 300px;
  padding: 170px 60px;
}

.about-teaser-inner {
  max-width: 760px;
  margin-left: 8vw;
}

.about-teaser-statement {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.4;
  color: rgba(242,232,213,0.9);
}

.about-teaser-discovered {
  color: var(--cream);
  display: block;
}

.about-teaser-body {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(242,232,213,0.85);
  max-width: 34em;
  margin: 36px 0 44px;
}

/* Work category intros */
.category-intro {
  max-width: 460px;
  margin: -16px 0 56px;
}

.category-intro p {
  color: rgba(242,232,213,0.72);
  margin-bottom: 12px;
}

.work-category-dark .category-intro p {
  color: rgba(242,232,213,0.55);
}

.category-stanza {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  margin: -16px 0 28px;
  max-width: 14ch;
}

/* Work page header belief line */
.page-header-belief {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--orange);
  max-width: 440px;
  margin-left: auto;
  margin-right: 4vw;
  margin-top: 24px;
}

/* Surf school case study */
.case-study-intro {
  max-width: 38em;
  color: rgba(242,232,213,0.72);
  margin-bottom: 56px;
}

.case-study-intro p {
  margin-bottom: 12px;
}

.case-study-links {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

/* About tools stanza */
.story-stanza {
  margin-top: 64px;
  border-top: 1px solid rgba(242,232,213,0.2);
  padding-top: 44px;
}

.about-story-copy .stanza-tools {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 18px;
}

.about-story-copy .stanza-line {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: 4px;
  max-width: none;
}

.about-story-copy .stanza-line-orange {
  color: var(--orange);
}

/* Services context paragraph */
.service-context {
  margin-bottom: 36px;
  color: rgba(242,232,213,0.72);
  max-width: 34em;
}

.service-split-dark .service-context {
  color: rgba(242,232,213,0.65);
}

.services-closing-location {
  display: block;
  margin-top: 48px;
  color: rgba(242,232,213,0.7);
}

/* Contact — the orange destination */

.page-contact .contact-main {
  background: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20240%20240%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%20stroke-width%3D%224.4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%3Cpath%20d%3D%22M14%2036%20q16%20-16%2032%200%20t32%200%20t32%200%22%2F%3E%0A%3Ccircle%20cx%3D%22186%22%20cy%3D%2244%22%20r%3D%2213%22%2F%3E%0A%3Cpath%20d%3D%22M186%2022%20v-8%20M186%2066%20v8%20M164%2044%20h-8%20M208%2044%20h8%20M170%2028%20l-6%20-6%20M202%2028%20l6%20-6%20M170%2060%20l-6%206%20M202%2060%20l6%206%22%2F%3E%0A%3Cpath%20d%3D%22M28%20124%20q22%20-18%2048%200%20q-22%2018%20-48%200%20z%20M76%20124%20l18%20-12%20v24%20z%22%2F%3E%0A%3Ccircle%20cx%3D%2242%22%20cy%3D%22120%22%20r%3D%221.6%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3Cpath%20d%3D%22M178%20130%20a7%207%200%201%201%2014%200%20a14%2014%200%201%201%20-28%200%20a21%2021%200%201%201%2042%200%22%2F%3E%0A%3Cpath%20d%3D%22M20%20196%20q16%20-16%2032%200%20t32%200%22%2F%3E%0A%3Cpath%20d%3D%22M140%20200%20q10%20-22%2026%20-8%20q14%2012%2030%20-6%22%2F%3E%0A%3Ccircle%20cx%3D%22120%22%20cy%3D%2270%22%20r%3D%222%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3Ccircle%20cx%3D%22100%22%20cy%3D%22180%22%20r%3D%222%22%20fill%3D%22rgba%28242%2C232%2C213%2C0.45%29%22%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 300px 300px;
}

.page-contact .contact-headline,
.page-contact .contact-intro,
.page-contact .form-label,
.page-contact .contact-info-label,
.page-contact .contact-locations p,
.page-contact .contact-response,
.page-contact .form-success-headline,
.page-contact .form-success-body {
  color: var(--cream);
}

.page-contact .contact-intro,
.page-contact .contact-response {
  color: rgba(242,232,213,0.85);
}

.page-contact .contact-locations .location-remote {
  color: rgba(242,232,213,0.6);
}

.page-contact .form-input {
  border-bottom-color: rgba(242,232,213,0.45);
  color: var(--cream);
}

.page-contact .form-input:focus {
  border-bottom-color: var(--cream);
}

.page-contact .form-textarea {
  background: rgba(242,232,213,0.1);
  border-color: rgba(242,232,213,0.35);
  color: var(--cream);
}

.page-contact .form-textarea:focus {
  border-color: var(--cream);
}

.page-contact .form-input::placeholder,
.page-contact .form-textarea::placeholder {
  color: rgba(242,232,213,0.55);
}

.page-contact .btn-filled-orange {
  background: var(--charcoal);
  color: var(--cream);
}

.page-contact .btn-filled-orange:hover {
  background: var(--ink);
  opacity: 0.9;
}

.page-contact .form-error {
  color: var(--cream);
}

.page-contact .form-error a {
  color: var(--cream);
}

.page-contact .contact-email-link {
  color: var(--cream);
  border-bottom-color: rgba(242,232,213,0.5);
}

.page-contact .contact-email-link:hover {
  border-bottom-color: var(--cream);
}

.page-contact .contact-divider {
  background: rgba(242,232,213,0.3);
}

.page-contact .contact-info-col {
  border-left-color: rgba(242,232,213,0.3);
}

.page-contact .form-success-icon {
  border-color: var(--cream);
}

/* Marquee band — Wild-style looping statement */
.marquee {
  background: var(--charcoal);
  overflow: hidden;
  padding: 28px 0;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  animation: marquee-scroll 28s linear infinite;
}

.marquee-track span {
  font-family: 'Kaleo';
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 48px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--cream);
  padding-right: 56px;
}

.marquee-track span:nth-child(even) {
  color: var(--orange);
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* Trusted-by strip — names, not logos */
.trusted-strip {
  background: var(--charcoal);
  padding: 56px 60px;
  text-align: center;
}

.trusted-label {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  color: var(--sand);
  display: block;
  margin-bottom: 18px;
}

.trusted-names {
  font-family: 'Courier Prime', 'Courier New', monospace;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242,232,213,0.72);
}

/* Vintage paste-up: photographs as printed stickers */
.collage .photo-frame,
.essay .photo-frame,
.surf-grid .photo-frame,
.documentary-grid .photo-frame,
.featured-pair .photo-frame,
.featured-main-shot,
.travel-pair .photo-frame,
.intro-figure .photo-frame,
.service-card-home .photo-frame {
  border: 2px solid var(--cream);
  box-shadow: 8px 8px 0 var(--orange);
}

.wildlife-hero .photo-frame,
.travel-opener .photo-frame {
  border: none;
  box-shadow: none;
}

.ci-2 { transform: rotate(1.2deg); }
.ci-3 { transform: rotate(-1.4deg); }
.essay-left { transform: rotate(-1deg); }
.essay-right { transform: rotate(1.1deg); }
.intro-figure { transform: rotate(1.5deg); }

/* Checkerboard bands — racing-flag dividers */
.checker {
  height: 32px;
  background-image: conic-gradient(var(--charcoal) 90deg, var(--cream) 90deg 180deg, var(--charcoal) 180deg 270deg, var(--cream) 270deg);
  background-size: 32px 32px;
}

.checker-orange {
  background-image: conic-gradient(var(--orange) 90deg, var(--cream) 90deg 180deg, var(--orange) 180deg 270deg, var(--cream) 270deg);
}

/* Hand marks in the marquee and stamped on the hero */
.marquee-hand {
  height: 1em;
  width: auto;
  display: inline-block;
  vertical-align: -0.12em;
  margin-right: 56px;
}

.hero-sticker {
  position: absolute;
  top: 110px;
  right: 56px;
  width: clamp(80px, 9vw, 140px);
  height: auto;
  transform: rotate(-12deg);
  z-index: 2;
  pointer-events: none;
}

/* Cinema mode — full-bleed panels with burned-in captions */
.cinema-seq {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cinema-panel {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}

.cinema-panel .photo-frame {
  height: 88vh;
  min-height: 440px;
  border: none !important;
  box-shadow: none !important;
}

.cinema-panel .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-caption {
  position: absolute;
  left: 60px;
  bottom: 28px;
  z-index: 3;
  font-family: 'Courier Prime', 'Courier New', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(30,30,30,0.55);
  padding: 8px 14px;
}

/* Filmstrip — gapless contact-sheet strips */
.filmstrip-3,
.filmstrip-2 {
  display: grid;
  gap: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}

.filmstrip-3 { grid-template-columns: repeat(3, 1fr); }
.filmstrip-2 { grid-template-columns: repeat(2, 1fr); }

.filmstrip-3 figure,
.filmstrip-2 figure {
  margin: 0;
  position: relative;
}

.filmstrip-3 .photo-frame,
.filmstrip-2 .photo-frame {
  height: 64vh;
  min-height: 340px;
  aspect-ratio: auto;
  border: none !important;
  box-shadow: none !important;
}

.filmstrip-2 .photo-frame {
  height: 76vh;
}

.filmstrip-3 .photo-frame img,
.filmstrip-2 .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filmstrip-3 .caption-below,
.filmstrip-2 .caption-below {
  position: absolute;
  left: 16px;
  bottom: 14px;
  margin: 0;
  z-index: 3;
  color: var(--cream);
  background: rgba(30,30,30,0.55);
  padding: 6px 10px;
}

/* Sticker hover — the page is tactile */
.photo-frame {
  transition: transform 300ms ease, box-shadow 300ms ease;
}

figure:hover > .photo-frame,
.collage figure:hover .photo-frame {
  transform: translate(-3px, -3px);
}

/* Hero: film vignette */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 200px rgba(30,30,30,0.6);
  pointer-events: none;
  z-index: 1;
}

/* Marquee pauses for the curious */
.marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* The hand is the cursor */
html, body {
  cursor: url('../assets/cursor-hand.png') 6 6, auto;
}

a, button, .btn-filled-orange, .btn-outlined-cream, .btn-outlined-dark {
  cursor: url('../assets/cursor-hand.png') 6 6, pointer;
}

/* 9. Grain overlay utility
   ========================================================================== */

.photo-frame {
  position: relative;
  overflow: hidden;
}

.photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.09'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}

/* Texture varies — UI screenshots stay crisp */
.photo-frame.grain-soft::after {
  opacity: 0.4;
}

/* Controlled editorial frames: deliberate ratios, subjects preserved.
   Screenshots and closers stay at natural ratio (never crop UI). */
.featured-pair .photo-frame,
.featured-pair .photo-frame img,
.featured-main-shot,
.featured-main-shot img,
.surf-wide .photo-frame,
.surf-wide .photo-frame img,
.wed-closer .photo-frame,
.wed-closer .photo-frame img,
.travel-closer .photo-frame,
.travel-closer .photo-frame img,
.intro-figure .photo-frame,
.intro-figure .photo-frame img {
  height: auto;
}

.weddings-grid .photo-frame,
.surf-grid figure:not(.surf-wide) .photo-frame,
.wildlife-row .photo-frame,
.wildlife-pair .photo-frame,
.documentary-side .photo-frame {
  aspect-ratio: 4 / 5;
  height: auto;
}

.travel-pair .photo-frame {
  aspect-ratio: 3 / 2;
  height: auto;
}

.documentary-tall .photo-frame {
  aspect-ratio: 3 / 4;
  height: auto;
}

.weddings-grid .photo-frame img,
.surf-grid .photo-frame img,
.wildlife-row .photo-frame img,
.wildlife-pair .photo-frame img,
.travel-pair .photo-frame img,
.documentary-tall .photo-frame img,
.documentary-side .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Subject-aware positions, set after reviewing every photograph */
img[src*="portrait-bw-woman"]   { object-position: center 28%; }
img[src*="groom-children-bw"]   { object-position: center 45%; }
img[src*="silhouette-window"]   { object-position: center 40%; }
img[src*="staircase-colour"]    { object-position: 70% 40%; }
img[src*="confetti-bw-motion"]  { object-position: center 40%; }
img[src*="young-surfer-spray"]  { object-position: center 45%; }
img[src*="yellow-wall-rinse"]   { object-position: 20% center; }
img[src*="foil-surfer-atlantic"]{ object-position: 40% center; }
img[src*="penguins-rocks"]      { object-position: 25% 65%; }
img[src*="elephant-closeup"]    { object-position: center 40%; }
img[src*="kelp-fish"]           { object-position: center center; }
img[src*="rockhopper-penguin"]  { object-position: center 45%; }
img[src*="dog-cornish-cliff"]   { object-position: center 70%; }
img[src*="trevose-lighthouse"]  { object-position: center 35%; }
img[src*="newquay-cliff-figure"]{ object-position: 65% 45%; }
img[src*="cafe-candid"]         { object-position: center 55%; }
img[src*="concert.jpg"]         { object-position: center 40%; }

/* Full-bleed crops tuned to each photograph's focal point */
.about-opener img { object-position: center 42%; }
.founder-georgia .founder-image img { object-position: center 68%; }
.founder-cuan .founder-image img { object-position: center 45%; }
.wildlife-hero img { object-position: center 68%; }
.travel-opener img { object-position: center 45%; }
.wildlife-full img { object-position: center 58%; }
.chapter-opener img[src*="capture-full"] { object-position: center 55%; }
.chapter-opener img[src*="connect-full"] { object-position: center 45%; }
.chapter-opener img[src*="create-full"] { object-position: center 38%; }

/* 10. Animation classes
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 120ms; }
.reveal-delay-2 { transition-delay: 240ms; }
.reveal-delay-3 { transition-delay: 360ms; }

/* Gentle fade between pages (added by main.js on internal navigation) */
body {
  transition: opacity 350ms ease;
}

body.page-leaving {
  opacity: 0;
}

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

  body,
  body.page-leaving {
    transition: none;
    opacity: 1;
  }

  html {
    scroll-behavior: auto;
  }
}

/* 11. Media queries
   ========================================================================== */

@media (max-width: 1023px) {
  .section-intro {
    padding: 120px 48px 100px;
  }

  .intro-inner {
    margin-left: 0;
  }

  .intro-stanza {
    margin-left: 8%;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .intro-figure {
    max-width: 420px;
  }

  .about-teaser-inner {
    margin-left: 0;
  }

  .section-about-teaser {
    padding: 120px 48px;
  }

  .collage {
    gap: 24px;
  }

  .ci-1 { grid-column: 1 / 10; }
  .ci-2 { grid-column: 5 / 13; margin-top: 48px; }
  .ci-3 { grid-column: 1 / 7; margin-top: 48px; }
  .ci-4 { grid-column: 4 / 13; margin-top: 24px; }

  .section-services-home {
    padding: 100px 48px;
  }

  .services-grid-home {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .service-card-home:nth-child(2) {
    margin-top: 0;
  }

  .featured-project-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .featured-media {
    margin-left: -48px;
    margin-right: -48px;
  }

  .section-featured-home {
    padding: 100px 48px;
  }

  .service-split-left,
  .service-split-right {
    grid-template-columns: 1fr;
  }

  .service-split-right .service-copy {
    order: -1;
  }

  .service-image {
    min-height: 60vh;
  }

  .founder-georgia,
  .founder-cuan {
    grid-template-columns: 1fr;
  }

  .founder-name-big {
    position: static;
    font-size: clamp(56px, 12vw, 110px);
    padding: 56px 48px 0;
    text-align: left;
  }

  .founder-cuan .founder-name-big {
    text-align: left;
  }

  .founder-copy {
    padding: 48px;
  }

  .founder-cuan {
    display: flex;
    flex-direction: column;
  }

  .founder-cuan .founder-name-big {
    order: -1;
  }

  .chapter-titles {
    left: 48px;
    right: 48px;
  }

  .chapter-body {
    margin-left: 0;
    padding: 72px 48px 96px;
  }

  .about-story {
    padding: 100px 48px;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-companion {
    display: none;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-col {
    border-left: none;
    border-top: 1px solid rgba(242,232,213,0.2);
  }

  .page-cta-split {
    flex-direction: column;
    align-items: flex-start;
  }

  .documentary-grid {
    gap: 24px;
  }

  .documentary-tall .photo-frame {
    height: auto;
  }

  .documentary-side {
    margin-top: 48px;
  }

  .work-category {
    padding: 80px 48px;
  }

  .page-header {
    padding: 160px 48px 48px;
  }
}

@media (max-width: 767px) {
  .site-nav {
    padding: 16px 24px;
  }

  .site-nav.solid {
    padding: 16px 24px;
  }

  .nav-links {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }

  .section-interlude {
    min-height: 70vh;
    padding: 96px 24px;
  }

  .interlude-couplet {
    margin-left: 0;
  }

  .footer-mark {
  width: 110px;
  height: auto;
  margin-bottom: 32px;
}

.footer-statement {
    margin-bottom: 36px;
  }

  .footer-line {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
  }

  .founder-name-big {
    padding: 48px 24px 0;
  }

  .founder-copy {
    padding: 40px 24px 56px;
  }

  .chapter-titles {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .chapter-body {
    padding: 56px 24px 80px;
  }

  .chapter-opener .photo-frame {
    height: 56vh;
    min-height: 340px;
  }

  .about-opener .photo-frame {
    height: 56vh;
    min-height: 320px;
  }

  .about-opener .caption-below {
    padding: 0 24px;
  }

  .case-title {
    margin-bottom: 12px;
  }

  .wildlife-full .photo-frame {
    height: 50vh;
    min-height: 300px;
  }

  .body-large {
    font-size: 17px;
  }

  .container {
    padding: 0 24px;
  }

  .section-intro {
    padding: 96px 24px 80px;
  }

  .intro-lead {
    margin-bottom: 36px;
  }

  .intro-body {
    font-size: 17px;
  }

  .intro-services {
    margin-top: 36px;
  }

  .section-work-preview {
    padding: 0 24px 80px;
  }

  .collage {
    display: block;
  }

  .collage figure {
    margin: 0 0 40px;
  }

  .ci-2, .ci-3, .ci-4 {
    margin-top: 0;
  }

  .section-services-home {
    padding: 80px 24px;
  }

  .section-featured-home {
    padding: 80px 24px;
  }

  .featured-media {
    margin-left: -24px;
    margin-right: -24px;
  }

  .featured-project-split {
    gap: 40px;
  }

  .service-copy {
    padding: 56px 24px;
  }

  .service-image {
    min-height: 50vh;
  }

  .founder-copy {
    padding: 64px 24px;
  }

  .founder-image .photo-frame {
    min-height: 56vh;
  }

  .about-story {
    padding: 120px 24px 80px;
  }

  .story-pullquote {
    margin: 40px 0;
  }

  .services-header {
    padding: 140px 24px 80px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .services-closing {
    padding: 80px 24px;
  }

  .contact-form-col {
    padding: 80px 24px 64px;
  }

  .contact-info-col {
    padding: 56px 24px;
  }

  .contact-atmosphere {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .site-footer {
    padding: 48px 24px 32px;
  }

  .footer-base {
    flex-direction: column;
    gap: 6px;
  }

  .section-cta-orange {
    padding: 72px 24px;
  }

  .collage .photo-frame,
  .essay .photo-frame,
  .surf-grid .photo-frame,
  .documentary-grid .photo-frame,
  .featured-pair .photo-frame,
  .featured-main-shot,
  .travel-pair .photo-frame,
  .intro-figure .photo-frame,
  .service-card-home .photo-frame {
    box-shadow: 5px 5px 0 var(--orange);
  }

  .hero-sticker {
    top: 86px;
    right: 20px;
  }

  .checker {
    height: 22px;
    background-size: 22px 22px;
  }

  .cinema-panel .photo-frame {
    height: 58vh;
    min-height: 300px;
  }

  .cinema-caption {
    left: 16px;
    bottom: 14px;
  }

  .filmstrip-3 {
    grid-template-columns: 1fr;
  }

  .filmstrip-3 .photo-frame,
  .filmstrip-2 .photo-frame {
    height: 44vh;
    min-height: 260px;
  }

  .filmstrip-2 {
    grid-template-columns: 1fr;
  }

  .section-testimonial {
    padding: 80px 24px;
  }

  .work-category {
    padding: 72px 24px;
  }

  .page-header {
    padding: 130px 24px 40px;
  }

  .page-header-subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .page-header-belief {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-stanza {
    margin-left: 0;
  }

  .section-about-teaser {
    padding: 80px 24px;
  }

  .wp-head {
    margin-bottom: 48px;
  }

  .featured-meta {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  

  .featured-pair {
    grid-template-columns: 1fr;
  }

  .documentary-grid {
    grid-template-columns: 1fr;
  }

  .documentary-tall .photo-frame {
    height: auto;
  }

  .documentary-side {
    margin-top: 0;
  }

  .weddings-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .weddings-grid figure:nth-child(3n+2) {
    margin-top: 0;
  }

  .weddings-grid .photo-frame {
    height: auto;
  }

  .surf-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .surf-grid figure:nth-child(2) {
    margin-top: 0;
  }

  .surf-full {
    grid-column: auto;
  }

  .wildlife-hero .photo-frame {
    height: 56vh;
    min-height: 320px;
  }

  .wildlife-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wildlife-row figure:nth-child(2) {
    margin-top: 0;
  }

  .wildlife-full .photo-frame {
    height: 50vh;
    min-height: 300px;
  }

  .wildlife-pair {
    grid-template-columns: 1fr;
  }

  .travel-opener .photo-frame {
    height: 52vh;
    min-height: 300px;
  }

  .travel-pair {
    grid-template-columns: 1fr;
  }

  .travel-pair figure:nth-child(2) {
    margin-top: 0;
  }

  .travel-pair .photo-frame {
    height: auto;
  }

  .travel-closer .photo-frame {
    height: auto;
  }

  .page-cta-split {
    padding: 64px 24px;
  }

  .section-approach {
    padding: 100px 24px;
  }
}
