:root {
  --ink: #090909;
  --charcoal: #1a1a1a;
  --paper: #f7f5f1;
  --white: #fff;
  --tan: #cbb89a;
  --line: rgba(9,9,9,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(247,245,241,.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.wordmark {
  width: max-content;
  font-family: "Italiana", serif;
  font-size: 1.7rem;
  letter-spacing: .04em;
}
.wordmark span { font: 500 .64rem "DM Sans", sans-serif; margin-left: .2rem; letter-spacing: .14em; }
nav { display: flex; gap: 2.2rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; }
nav a, .text-link { border-bottom: 1px solid transparent; transition: border-color .2s; }
nav a:hover, .text-link:hover { border-color: currentColor; }
.header-cta { justify-self: end; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; border: 1px solid var(--ink); padding: .7rem 1rem; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span { width: 19px; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}
.hero-copy { padding: 9vw 6vw 7vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .22em; font-size: .74rem; font-weight: 600; }
h1, h2 { font-family: "Italiana", serif; font-weight: 400; line-height: .94; margin: 0; }
h1 { font-size: clamp(4rem, 8vw, 8.5rem); letter-spacing: -.035em; }
h1 em, h2 em { font-weight: 400; color: var(--tan); }
.intro { max-width: 41rem; font-size: clamp(1.08rem, 1.5vw, 1.35rem); margin: 2rem 0 2.3rem; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 1.5rem; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-size: .9rem; padding-bottom: .2rem; }
.hero-brand { background: var(--ink); display: grid; place-items: center; padding: 8vw; position: relative; overflow: hidden; }
.hero-brand::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(203,184,154,.15), transparent 58%); }
.hero-brand img { position: relative; z-index: 1; filter: invert(1); mix-blend-mode: screen; }
.corner { width: 48px; height: 48px; position: absolute; z-index: 2; }
.corner-tl { border-top: 2px solid var(--tan); border-left: 2px solid var(--tan); top: 2.4rem; left: 2.4rem; }
.corner-tr { border-top: 2px solid var(--tan); border-right: 2px solid var(--tan); top: 2.4rem; right: 2.4rem; }
.corner-bl { border-bottom: 2px solid var(--tan); border-left: 2px solid var(--tan); bottom: 2.4rem; left: 2.4rem; }
.corner-br { border-bottom: 2px solid var(--tan); border-right: 2px solid var(--tan); bottom: 2.4rem; right: 2.4rem; }
.marquee { overflow: hidden; white-space: nowrap; background: var(--tan); border-block: 1px solid var(--ink); padding: 1rem 0; }
.marquee div { width: max-content; font-size: .78rem; letter-spacing: .19em; animation: drift 24s linear infinite; }
.marquee span { margin: 0 1.7rem; }
@keyframes drift { from { transform: translateX(4vw); } to { transform: translateX(-30%); } }
.section { padding: 8rem 8vw; }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; margin-bottom: 5rem; }
.section-heading h2, .about-copy h2, .work h2, .closing h2 { font-size: clamp(3rem, 6vw, 6.8rem); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.service-grid article { padding: 2rem 2rem 1rem 0; border-right: 1px solid var(--line); min-height: 280px; }
.service-grid article:not(:first-child) { padding-left: 2rem; }
.service-grid article:last-child { border-right: 0; }
.service-grid h3 { margin-top: 0; }
h3 { font-family: "Italiana", serif; font-size: 1.7rem; font-weight: 400; line-height: 1.1; margin: 3rem 0 1rem; }
.service-grid p, .process-grid p { color: #4a4742; }
.portfolio { background: #e8e4de; }
.portfolio-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 6vw;
  align-items: end;
  margin-bottom: 4rem;
}
.portfolio-heading h2 { font-size: clamp(3rem, 6vw, 6.8rem); }
.portfolio-heading h2 em { color: #8e7657; }
.portfolio-heading > p {
  max-width: 31rem;
  margin: 0 0 .6rem;
  font-size: 1.05rem;
  color: #4a4742;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.15rem;
  align-items: start;
}
.portfolio-item {
  grid-column: span 4;
  margin: 0;
  background: var(--paper);
  overflow: hidden;
}
.portfolio-item.portfolio-wide { grid-column: span 8; }
.portfolio-item img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.02);
  transition: transform .55s ease, filter .55s ease;
}
.portfolio-item.portfolio-tall img { height: 600px; }
.portfolio-item:hover img { transform: scale(1.025); filter: saturate(1.05) contrast(1.02); }
.portfolio-item figcaption {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .85rem 1rem;
  border-top: 1px solid var(--line);
}
.portfolio-item figcaption span { font-family: "Italiana", serif; font-size: 1.1rem; }
.portfolio-item figcaption small { text-transform: uppercase; letter-spacing: .11em; color: #736b60; font-size: .65rem; text-align: right; }
.work { background: var(--ink); color: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; }
.work-intro > p:not(.eyebrow) { color: #c9c5bf; max-width: 35rem; margin: 2rem 0; font-size: 1.05rem; }
.work-list { border-top: 1px solid rgba(255,255,255,.35); }
.work-list div { padding: 1.65rem 0; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; gap: 1rem; }
.work-list span { font-family: "Italiana", serif; font-size: 1.5rem; }
.work-list small { color: #aaa49b; text-align: right; align-self: center; font-size: .76rem; letter-spacing: .08em; }
.about { display: block; }
.about-image { background: #e9e5df; padding: 1rem; box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.about-copy { max-width: 940px; margin-left: auto; padding-left: 8vw; border-left: 1px solid var(--line); }
.about-copy p:not(.eyebrow) { max-width: 37rem; color: #45413c; font-size: 1.05rem; }
.about-copy h2 { margin-bottom: 2rem; }
.about-copy .spanish { font-weight: 600; color: var(--ink); border-left: 3px solid var(--tan); padding-left: 1rem; margin-top: 2rem; }
.process { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.process-grid > div { border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.process-grid h3 { margin: .5rem 0 1rem; font-size: 2rem; }
.testimonials { background: #e8e4de; border-top: 1px solid var(--line); }
.testimonial-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; margin-bottom: 5rem; }
.testimonial-heading h2 { font-size: clamp(3rem, 6vw, 6.8rem); }
.testimonial-heading h2 em { color: #8e7657; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.testimonial-grid figure { margin: 0; padding: 2.2rem 2rem 1.2rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 420px; }
.testimonial-grid figure:first-child { padding-left: 0; }
.testimonial-grid figure:last-child { border-right: 0; padding-right: 0; }
.testimonial-grid blockquote { margin: 0 0 2.5rem; font-family: "Italiana", serif; font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.35; }
.testimonial-grid figcaption { margin-top: auto; display: flex; flex-direction: column; gap: .2rem; }
.testimonial-grid figcaption strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.testimonial-grid figcaption span { color: #6a655e; font-size: .82rem; }
.testimonials-hero {
  min-height: 52vh;
  padding: 8rem 8vw 5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-bottom: 1px solid var(--line);
}
.testimonials-hero h1 { font-size: clamp(4rem, 9vw, 9rem); }
.testimonials-hero > p:last-child { max-width: 38rem; margin: 2rem 0 0; font-size: 1.12rem; }
.testimonials-page .testimonials { border-top: 0; }
.closing { background: var(--charcoal); color: var(--white); text-align: center; padding: 9rem 6vw; }
.closing h2 { max-width: 950px; margin: auto; }
.closing > p:not(.eyebrow) { color: #c9c5bf; max-width: 600px; margin: 2rem auto; font-size: 1.08rem; }
.closing-actions { display: flex; align-items: center; justify-content: center; gap: 1.8rem; flex-wrap: wrap; }
.closing-actions > a:last-child { border-bottom: 1px solid var(--tan); padding-bottom: .2rem; }
footer { display: flex; justify-content: space-between; padding: 1.5rem 4vw; background: #000; color: #aaa; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-hero {
  min-height: 62vh;
  padding: 9rem 8vw 6rem;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.gallery-hero h1 { font-size: clamp(4rem, 9vw, 9rem); }
.gallery-hero > p:last-child { max-width: 38rem; margin: 2rem 0 0; font-size: 1.12rem; }
.album-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--tan);
  border-block: 1px solid var(--ink);
  position: sticky;
  top: 78px;
  z-index: 10;
}
.album-nav a {
  padding: 1rem;
  text-align: center;
  border-right: 1px solid rgba(9,9,9,.35);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.album-nav a:last-child { border-right: 0; }
.album-heading {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: 3.5rem;
}
.album-heading h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.album-heading > p { max-width: 30rem; margin: 0 0 .5rem; color: #4a4742; }
.album-dark { background: var(--ink); color: var(--white); }
.album-dark .album-heading > p { color: #c9c5bf; }
.album-grid { display: grid; gap: 1rem; }
.album-grid figure { margin: 0; overflow: hidden; background: #d8d4ce; }
.album-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.album-grid figure:hover img { transform: scale(1.02); }
.album-grid-three { grid-template-columns: .78fr .78fr 1.44fr; }
.album-grid-three figure { height: 520px; }
.album-grid-two { grid-template-columns: 1.25fr .75fr; }
.album-grid-two figure { height: 620px; }
.album-grid-one { grid-template-columns: minmax(0, 1fr); }
.album-grid-one figure { height: auto; max-width: 1100px; }
.album-grid-one img { aspect-ratio: 3 / 2; }
.album-grid-editorial { grid-template-columns: repeat(12, 1fr); }
.album-grid-editorial figure { grid-column: span 4; height: 520px; }
.album-grid-editorial figure:nth-child(2) { grid-column: span 5; height: 680px; }
.album-grid-editorial figure:nth-child(3) { grid-column: span 3; height: 460px; }
.album-grid-editorial figure:nth-child(4) { grid-column: 4 / span 6; height: 700px; margin-top: -145px; }
.inquiry-layout {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  background: var(--ink);
}
.inquiry-intro {
  color: var(--white);
  padding: 9rem 6vw 7rem 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 78px;
  align-self: start;
  min-height: calc(100vh - 78px);
}
.inquiry-intro h1 { font-size: clamp(3.7rem, 7vw, 7.4rem); }
.inquiry-intro > p:not(.eyebrow) { color: #c9c5bf; max-width: 35rem; font-size: 1.08rem; margin: 2rem 0; }
.direct-contact { border-top: 1px solid rgba(255,255,255,.25); padding-top: 1.5rem; margin-top: 1.5rem; }
.direct-contact p { display: grid; grid-template-columns: 5rem 1fr; margin: .7rem 0; }
.direct-contact span { color: var(--tan); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; }
.direct-contact a { overflow-wrap: anywhere; }
.direct-contact small { display: block; color: #aaa49b; margin-top: 1.4rem; }
.form-panel { background: var(--paper); padding: 7rem 7vw; }
.form-panel form { max-width: 760px; margin: 0 auto; }
.form-panel label {
  display: block;
  margin-bottom: 1.5rem;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  margin-top: .55rem;
  border: 1px solid #b8b1a7;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: 400 1rem "DM Sans", sans-serif;
  padding: .95rem 1rem;
}
.form-panel input, .form-panel select { min-height: 54px; }
.form-panel textarea { resize: vertical; min-height: 150px; line-height: 1.5; }
.form-panel input:focus,
.form-panel select:focus,
.form-panel textarea:focus { outline: 2px solid var(--tan); outline-offset: 2px; border-color: var(--ink); }
.form-submit { border: 0; cursor: pointer; width: 100%; margin-top: .5rem; }
.form-note { color: #6a655e; font-size: .78rem; text-align: center; margin-top: 1rem; }
.form-success { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 2rem; }
.form-success h2 { font-size: 2.2rem; }
.form-success p { color: #4a4742; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: .65rem; }
  .site-header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1.4rem 5vw 1.8rem;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
    flex-direction: column;
    gap: 0;
    box-shadow: 0 18px 30px rgba(0,0,0,.08);
  }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .site-header nav a:last-child { border-bottom: 0; }
  .menu-toggle { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 70vh; padding: 7rem 6vw 5rem; }
  .hero-brand { min-height: 60vw; padding: 14vw; }
  .section { padding: 6rem 6vw; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .testimonial-heading { grid-template-columns: 1fr; gap: 1rem; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid figure,
  .testimonial-grid figure:first-child,
  .testimonial-grid figure:last-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 2rem 0; min-height: 0; }
  .testimonial-grid figure:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-grid article:nth-child(3) { padding-left: 0; }
  .work, .about { grid-template-columns: 1fr; }
  .portfolio-heading { grid-template-columns: 1fr; }
  .portfolio-item, .portfolio-item.portfolio-wide { grid-column: span 6; }
  .portfolio-item img, .portfolio-item.portfolio-tall img { height: 520px; }
  .about-image { order: 2; }
  .about-copy { padding-left: 0; border-left: 0; margin-left: 0; }
  .album-nav { top: 66px; grid-template-columns: repeat(2, 1fr); }
  .album-nav a:nth-child(2) { border-right: 0; }
  .album-nav a:nth-child(-n+2) { border-bottom: 1px solid rgba(9,9,9,.35); }
  .album-heading { grid-template-columns: 1fr; }
  .album-grid-three { grid-template-columns: repeat(2, 1fr); }
  .album-grid-three figure:last-child { grid-column: 1 / -1; }
  .album-grid-two { grid-template-columns: 1fr 1fr; }
  .album-grid-one { grid-template-columns: 1fr; }
  .album-grid-editorial figure,
  .album-grid-editorial figure:nth-child(2),
  .album-grid-editorial figure:nth-child(3),
  .album-grid-editorial figure:nth-child(4) { grid-column: span 6; height: 580px; margin-top: 0; }
  .inquiry-layout { grid-template-columns: 1fr; }
  .inquiry-intro { position: static; min-height: auto; padding: 7rem 6vw 5rem; }
  .form-panel { padding: 5rem 6vw; }
}

@media (max-width: 580px) {
  .site-header { min-height: 66px; padding: 0 5vw; }
  .header-cta { padding: .55rem .7rem; font-size: .68rem; }
  .menu-toggle { width: 40px; height: 40px; }
  h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero-copy { min-height: auto; padding-top: 5rem; }
  .hero-brand { min-height: 80vw; }
  .corner { width: 30px; height: 30px; }
  .corner-tl, .corner-tr { top: 1.4rem; }
  .corner-bl, .corner-br { bottom: 1.4rem; }
  .corner-tl, .corner-bl { left: 1.4rem; }
  .corner-tr, .corner-br { right: 1.4rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:not(:first-child), .service-grid article:nth-child(3) { border-right: 0; border-top: 1px solid var(--line); padding: 1.6rem 0; min-height: 0; }
  .service-grid article:first-child { border-top: 0; }
  .service-grid h3 { margin-top: 0; }
  .work-list div { flex-direction: column; }
  .portfolio-grid { gap: .8rem; }
  .portfolio-item, .portfolio-item.portfolio-wide { grid-column: 1 / -1; }
  .portfolio-item img, .portfolio-item.portfolio-tall img { height: auto; max-height: 680px; object-fit: cover; }
  .work-list small { text-align: left; align-self: auto; }
  .process-grid { grid-template-columns: 1fr; gap: 2rem; }
  .closing { padding: 7rem 6vw; }
  footer { flex-direction: column; gap: .5rem; }
  footer p { margin: 0; }
  .gallery-hero { min-height: 55vh; padding: 7rem 6vw 4rem; }
  .testimonials-hero { min-height: 48vh; padding: 7rem 6vw 4rem; }
  .album-nav { position: static; grid-template-columns: 1fr; }
  .album-nav a { border-right: 0; border-bottom: 1px solid rgba(9,9,9,.35); }
  .album-nav a:last-child { border-bottom: 0; }
  .album-grid-three, .album-grid-two, .album-grid-one, .album-grid-editorial { grid-template-columns: 1fr; }
  .album-grid-three figure,
  .album-grid-three figure:last-child,
  .album-grid-two figure,
  .album-grid-editorial figure,
  .album-grid-editorial figure:nth-child(2),
  .album-grid-editorial figure:nth-child(3),
  .album-grid-editorial figure:nth-child(4) { grid-column: 1; height: auto; margin: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
}

/* Homepage editorial direction */
.home-page { --accent: #ff3b30; }
.home-page .site-header { background: rgba(247,245,241,.97); border-bottom-color: var(--ink); }
.home-page .header-cta { background: var(--ink); color: var(--white); }
.home-page .hero {
  grid-template-columns: 1.28fr .72fr;
  min-height: calc(100vh - 78px);
  border-bottom: 1px solid var(--ink);
}
.home-page .hero-copy { padding: 8vw 4vw 7vw 6vw; }
.home-page .hero h1,
.home-page .section-heading h2,
.home-page .work h2,
.home-page .about-copy h2,
.home-page .testimonial-heading h2,
.home-page .closing h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .92;
  text-transform: uppercase;
}
.home-page .hero h1 { font-size: clamp(4.5rem, 9.2vw, 10rem); }
.home-page .hero h1 em {
  display: inline-block;
  padding: 0 .08em .05em;
  background: var(--accent);
  color: var(--ink);
  font-style: normal;
}
.home-page .hero .intro { max-width: 46rem; font-size: clamp(1.15rem, 1.8vw, 1.6rem); }
.home-page .hero-brand {
  margin: 5vw 5vw 5vw 0;
  min-height: 560px;
  padding: 5vw;
  border: 1px solid var(--ink);
}
.home-page .hero-brand::after {
  inset: auto 0 0;
  height: 25%;
  background: var(--accent);
}
.home-page .corner { display: none; }
.home-page .marquee { background: var(--accent); padding: 1.15rem 0; }
.home-page .eyebrow { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 500; }

.home-page .services { padding-top: 10rem; padding-bottom: 12rem; }
.home-page .section-heading { grid-template-columns: .55fr 1.45fr; margin-bottom: 7rem; }
.home-page .section-heading h2 { max-width: 900px; }
.home-page .service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
  border-top: 0;
}
.home-page .service-grid article,
.home-page .service-grid article:not(:first-child) {
  min-height: 300px;
  padding: 2.5rem;
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-page .service-grid article:nth-child(1) { background: var(--ink); color: var(--white); }
.home-page .service-grid article:nth-child(2) { margin-top: 5rem; background: #fff; }
.home-page .service-grid article:nth-child(3) { margin-top: -3rem; background: var(--accent); }
.home-page .service-grid article:nth-child(4) { margin-top: 2rem; background: #fff; }
.home-page .service-grid article:nth-child(5) { margin-top: -1rem; background: #fff; }
.home-page .service-grid article:nth-child(6) { margin-top: 4rem; background: #fff; }
.home-page .service-grid h3 {
  max-width: 20ch;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -.05em;
}
.home-page .service-grid article:nth-child(1) p { color: #d7d4ce; }
.home-page .service-grid p { max-width: 36rem; }

.home-page .work { display: block; padding-block: 10rem; }
.home-page .work-intro {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  column-gap: 6vw;
  align-items: end;
  margin-bottom: 5rem;
}
.home-page .work-intro .eyebrow { grid-column: 1; }
.home-page .work-intro h2 { grid-column: 1; }
.home-page .work-intro > p:not(.eyebrow),
.home-page .work-intro .button { grid-column: 2; }
.home-page .work-intro > p:not(.eyebrow) { margin-top: 0; font-size: 1.25rem; }
.home-page .work-intro .button { justify-self: start; }
.home-page .work-list { border-top-color: var(--white); }
.home-page .work-list div { padding: 2.3rem 1rem; }
.home-page .work-list div:nth-child(2) { margin-left: 8vw; }
.home-page .work-list div:nth-child(3) { margin-right: 8vw; }
.home-page .work-list span {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -.05em;
}
.home-page .work-list div:nth-child(2) span { color: var(--accent); }

.home-page .about { background: var(--accent); color: var(--ink); padding-block: 10rem; }
.home-page .about-copy {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  column-gap: 7vw;
  max-width: none;
  margin: 0;
  padding: 0;
  border-left: 0;
}
.home-page .about-copy .eyebrow,
.home-page .about-copy h2 { grid-column: 1; }
.home-page .about-copy h2 { grid-row: 2 / span 3; align-self: start; }
.home-page .about-copy > p:not(.eyebrow) { grid-column: 2; max-width: 45rem; color: var(--ink); font-size: 1.2rem; }
.home-page .about-copy .spanish { border-left-color: var(--ink); }

.home-page .process { padding-left: 16vw; background: var(--white); }
.home-page .process > .eyebrow { margin-bottom: 3rem; }
.home-page .process-grid { display: block; }
.home-page .process-grid > div {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 4vw;
  align-items: start;
  padding: 2.4rem 0;
  border-top: 1px solid var(--ink);
}
.home-page .process-grid > div:last-child { border-bottom: 1px solid var(--ink); }
.home-page .process-grid h3 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 500;
  letter-spacing: -.05em;
}
.home-page .process-grid p { max-width: 32rem; margin: .25rem 0 0; font-size: 1.05rem; }

.home-page .testimonials { padding-block: 10rem; background: #e9e7e2; }
.home-page .testimonial-heading { display: block; margin-bottom: 5rem; }
.home-page .testimonial-heading .eyebrow { margin-bottom: 2rem; }
.home-page .testimonial-heading h2 { max-width: 1050px; }
.home-page .testimonial-heading h2 em { color: var(--accent); font-style: normal; }
.home-page .testimonial-grid { grid-template-columns: 1.15fr .85fr; gap: 1.25rem; border-top: 0; }
.home-page .testimonial-grid figure,
.home-page .testimonial-grid figure:first-child,
.home-page .testimonial-grid figure:last-child {
  min-height: 0;
  padding: 2.5rem;
  border: 1px solid var(--ink);
}
.home-page .testimonial-grid figure:first-child { grid-row: span 2; min-height: 610px; background: var(--ink); color: var(--white); }
.home-page .testimonial-grid figure:nth-child(2) { background: var(--accent); }
.home-page .testimonial-grid figure:nth-child(3) { background: var(--white); }
.home-page .testimonial-grid figure:first-child blockquote { font-size: clamp(1.8rem, 3vw, 3.4rem); }
.home-page .testimonial-grid blockquote { font-family: "DM Sans", sans-serif; font-weight: 500; letter-spacing: -.035em; }
.home-page .testimonial-grid figure:first-child figcaption span { color: #bdb9b1; }

.home-page .closing { padding: 10rem 8vw; background: var(--accent); color: var(--ink); text-align: left; }
.home-page .closing h2 { max-width: 1100px; margin: 0; }
.home-page .closing h2 em { color: var(--ink); font-style: normal; }
.home-page .closing > p:not(.eyebrow) { max-width: 650px; margin: 2rem 0; color: var(--ink); font-size: 1.2rem; }
.home-page .closing-actions { justify-content: flex-start; }
.home-page .closing .button-light { background: var(--ink); color: var(--white); }
.home-page .closing-actions > a:last-child { border-bottom-color: var(--ink); }

@media (max-width: 900px) {
  .home-page .hero { grid-template-columns: 1fr; }
  .home-page .hero-brand { min-height: 70vw; margin: 0 6vw 6vw; }
  .home-page .section-heading,
  .home-page .work-intro,
  .home-page .about-copy { grid-template-columns: 1fr; }
  .home-page .work-intro .eyebrow,
  .home-page .work-intro h2,
  .home-page .work-intro > p:not(.eyebrow),
  .home-page .work-intro .button,
  .home-page .about-copy .eyebrow,
  .home-page .about-copy h2,
  .home-page .about-copy > p:not(.eyebrow) { grid-column: 1; grid-row: auto; }
  .home-page .work-intro > p:not(.eyebrow) { margin-top: 2rem; }
  .home-page .testimonial-grid { grid-template-columns: 1fr; }
  .home-page .testimonial-grid figure:first-child { grid-row: auto; min-height: 460px; }
}

@media (max-width: 580px) {
  .home-page .hero-copy { padding: 5rem 6vw 4rem; }
  .home-page .hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .home-page .hero-brand { min-height: 88vw; padding: 12vw; }
  .home-page .services,
  .home-page .work,
  .home-page .about,
  .home-page .testimonials { padding-block: 7rem; }
  .home-page .section-heading { margin-bottom: 4rem; }
  .home-page .service-grid { grid-template-columns: 1fr; gap: 1rem; }
  .home-page .service-grid article,
  .home-page .service-grid article:not(:first-child),
  .home-page .service-grid article:nth-child(2),
  .home-page .service-grid article:nth-child(3),
  .home-page .service-grid article:nth-child(4),
  .home-page .service-grid article:nth-child(5),
  .home-page .service-grid article:nth-child(6) { min-height: 250px; margin-top: 0; padding: 2rem; border: 1px solid var(--ink); }
  .home-page .work-intro { margin-bottom: 4rem; }
  .home-page .work-list div,
  .home-page .work-list div:nth-child(2),
  .home-page .work-list div:nth-child(3) { margin: 0; padding: 1.8rem 0; }
  .home-page .work-list span { font-size: 2.15rem; }
  .home-page .process { padding: 7rem 6vw; }
  .home-page .process-grid > div { grid-template-columns: 1fr; gap: .75rem; }
  .home-page .process-grid p { margin-top: 0; }
  .home-page .testimonial-grid figure,
  .home-page .testimonial-grid figure:first-child,
  .home-page .testimonial-grid figure:last-child { padding: 2rem; }
  .home-page .testimonial-grid figure:first-child { min-height: 480px; }
  .home-page .closing { padding: 7rem 6vw; }
}

/* Shared editorial direction for interior pages */
body:not(.home-page) { --accent: #ff3b30; }
body:not(.home-page) .site-header { background: rgba(247,245,241,.97); border-bottom-color: var(--ink); }
body:not(.home-page) .header-cta { background: var(--ink); color: var(--white); }
body:not(.home-page) .eyebrow { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .875rem; font-weight: 500; }
body:not(.home-page) h1,
body:not(.home-page) h2 { font-family: "DM Sans", sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: -.06em; line-height: .96; }
body:not(.home-page) h1 em,
body:not(.home-page) h2 em { font-style: normal; color: var(--accent); font-weight: 500; }
body:not(.home-page) .closing { padding: 8rem 6vw; background: var(--accent); color: var(--ink); text-align: left; }
body:not(.home-page) .closing h2 { margin: 0; max-width: 1100px; font-size: clamp(2.8rem, 6vw, 6.5rem); }
body:not(.home-page) .closing h2 em { color: var(--ink); }
body:not(.home-page) .closing > p:not(.eyebrow) { margin: 2rem 0; color: var(--ink); }
body:not(.home-page) .closing-actions { justify-content: flex-start; }
body:not(.home-page) .closing .button-light { background: var(--ink); color: var(--white); }
body:not(.home-page) .closing-actions > a:last-child { border-color: var(--ink); }
body:not(.home-page) .button { font-size: .875rem; }
body:not(.home-page) a:focus-visible,
body:not(.home-page) button:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.gallery-page .gallery-hero { padding: 7rem 6vw 5rem; }
.gallery-page .gallery-hero h1 { font-size: clamp(3.5rem, 10vw, 10rem); }
.gallery-page .gallery-hero > p:last-child { margin-left: auto; max-width: 30rem; font-size: 1.25rem; }
.gallery-page .album-nav { background: var(--accent); }
.gallery-page .album-nav a { font-size: .875rem; letter-spacing: .04em; }
.gallery-page .album-nav a:hover { background: var(--ink); color: var(--white); }
.gallery-page .album { padding-block: 7rem; }
.gallery-page .album-heading h2 { font-size: clamp(2.5rem, 5.5vw, 6rem); }
.gallery-page .album-heading .eyebrow { display: none; }
.gallery-page .album-grid-two { grid-template-columns: 1.1fr .9fr; align-items: start; gap: 4vw; }
.gallery-page .album-grid-two figure { height: auto; }
.gallery-page .album-grid-two figure:nth-child(2) { margin-top: 7rem; }
.gallery-page .album-grid-two img { height: auto; }
.gallery-page #live-events .album-grid-one { margin-left: 12vw; }
.gallery-page #studio { background: #fff; }
.gallery-page #studio .album-heading { grid-template-columns: .9fr 1.1fr; }
.gallery-page #studio .album-heading > p { justify-self: end; }
.gallery-page #event-coverage .album-heading h2 { color: var(--accent); }
.testimonials-page .testimonials-hero { padding: 7rem 6vw 5rem; background: var(--ink); color: var(--white); }
.testimonials-page .testimonials-hero h1 { font-size: clamp(2.8rem, 8vw, 8.5rem); }
.testimonials-page .testimonials-hero > p:last-child { max-width: 34rem; margin-left: auto; color: #d7d4ce; }
.testimonials-page .testimonials { background: var(--paper); padding: 6rem 6vw; }
.testimonials-page .testimonial-grid { grid-template-columns: 1fr 1fr; gap: 2rem 4vw; border: 0; align-items: start; }
.testimonials-page .testimonial-grid figure,
.testimonials-page .testimonial-grid figure:first-child,
.testimonials-page .testimonial-grid figure:last-child { min-height: 0; padding: 2.5rem 0; border: 0; border-top: 1px solid var(--ink); }
.testimonials-page .testimonial-grid blockquote { font-family: "DM Sans", sans-serif; font-size: clamp(1.2rem, 1.8vw, 1.65rem); line-height: 1.5; letter-spacing: -.025em; }
.testimonials-page .testimonial-grid figure:first-child { padding: 2.5rem; background: var(--accent); border: 0; }
.testimonials-page .testimonial-grid figure:nth-child(2) { margin-top: 5rem; }
.testimonials-page .testimonial-grid figure:nth-child(4),
.testimonials-page .testimonial-grid figure:nth-child(8) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 2.2fr; gap: 5vw; padding: 3rem 0; }
.testimonials-page .testimonial-grid figure:nth-child(4) blockquote,
.testimonials-page .testimonial-grid figure:nth-child(8) blockquote { grid-column: 2; grid-row: 1; margin: 0; }
.testimonials-page .testimonial-grid figure:nth-child(4) figcaption,
.testimonials-page .testimonial-grid figure:nth-child(8) figcaption { grid-column: 1; grid-row: 1; margin: 0; }
.testimonials-page .testimonial-grid figure:nth-child(7) { background: var(--ink); color: var(--white); padding: 3rem; }
.testimonials-page .testimonial-grid figure:nth-child(7) blockquote { font-size: clamp(1.8rem, 3vw, 3rem); }
.testimonials-page .testimonial-grid figcaption strong { font-size: .875rem; }
.testimonials-page .testimonial-grid figcaption span { font-size: .875rem; color: #4a4742; }
.testimonials-page .testimonial-grid figure:nth-child(7) figcaption span { color: #d7d4ce; }
.inquiry-page .inquiry-layout { grid-template-columns: 1fr 1fr; }
.inquiry-page .inquiry-intro { padding: 6rem 5vw; position: static; background: var(--accent); color: var(--ink); justify-content: flex-start; }
.inquiry-page .inquiry-intro h1 { font-size: clamp(2.6rem, 4.8vw, 5.5rem); }
.inquiry-page .inquiry-intro h1 em { color: var(--ink); }
.inquiry-page .inquiry-intro > p:not(.eyebrow) { color: var(--ink); font-size: 1.2rem; }
.inquiry-page .direct-contact { border-color: var(--ink); margin-top: 3rem; }
.inquiry-page .direct-contact span,
.inquiry-page .direct-contact small { color: var(--ink); font-size: .875rem; }
.inquiry-page .form-panel { padding: 6rem 5vw; background: var(--white); }
.inquiry-page .form-panel label { font-size: .875rem; letter-spacing: .04em; }
.inquiry-page .form-panel input,
.inquiry-page .form-panel select,
.inquiry-page .form-panel textarea { border-color: var(--ink); background: var(--paper); font-size: 1rem; }
.inquiry-page .form-panel :is(input,select,textarea):focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.inquiry-page .form-note { font-size: .875rem; }
@media (max-width: 900px) {
  .inquiry-page .inquiry-layout { grid-template-columns: 1fr; }
  .inquiry-page .inquiry-intro { min-height: 0; padding: 5rem 6vw; }
  .inquiry-page .inquiry-intro h1 { font-size: clamp(2.6rem, 8vw, 5rem); }
  .inquiry-page .form-panel { padding: 4rem 6vw; }
}
@media (max-width: 580px) {
  .gallery-page .gallery-hero, .testimonials-page .testimonials-hero { min-height: 0; padding: 5rem 6vw 3rem; }
  .gallery-page .gallery-hero > p:last-child,
  .testimonials-page .testimonials-hero > p:last-child { margin-left: 0; }
  .gallery-page .album { padding-block: 4rem; }
  .gallery-page .album-grid-two,
  .gallery-page #studio .album-heading { grid-template-columns: 1fr; }
  .gallery-page .album-grid-two figure:nth-child(2) { margin-top: 0; }
  .gallery-page #live-events .album-grid-one { margin-left: 0; }
  .testimonials-page .testimonial-grid { display: block; }
  .testimonials-page .testimonial-grid figure { margin: 0 0 2rem; }
  .testimonials-page .testimonial-grid figure:nth-child(2) { margin-top: 0; }
  .testimonials-page .testimonial-grid figure:nth-child(4),
  .testimonials-page .testimonial-grid figure:nth-child(8) { display: flex; gap: 0; }
  .testimonials-page .testimonial-grid figure:nth-child(4) blockquote,
  .testimonials-page .testimonial-grid figure:nth-child(8) blockquote { margin-bottom: 2rem; }
  .testimonials-page .testimonial-grid figure:first-child,
  .testimonials-page .testimonial-grid figure:nth-child(7) { padding: 2rem; }
  body:not(.home-page) .closing { padding: 5rem 6vw; }
}
