/* Shared studio foundation and home: charcoal, warm ivory, and archive green. */
:root {
  --paper: #101310;
  --ink: #e9e5dc;
  --muted: #b0b2a7;
  --accent: #c7b68d;
  --line: #343a32;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
  --gutter: clamp(24px, 5vw, 88px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; width: 100%; height: auto; }
figure, blockquote, h1, h2, h3, p { margin: 0; }
/* No stray last word on its own line, on any heading or paragraph, anywhere. */
h1, h2, h3, h4, blockquote { text-wrap: balance; }
p, li, dd, figcaption { text-wrap: pretty; }
::selection { color: var(--paper); background: #786649; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.page-width { width: min(1320px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section-space { padding-block: clamp(80px, 9vw, 144px); }
.eyebrow { font-size: 10px; font-weight: 500; line-height: 1.6; letter-spacing: .19em; text-transform: uppercase; }
.chapter { color: var(--accent); }
h2 { font: 400 clamp(40px, 4.4vw, 66px)/1.05 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
h2 em { font-weight: 400; }
p { font-size: 14px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 44px; padding-block: 10px; border-bottom: 1px solid #a59c89; font-size: 11px; line-height: 1.6; }
.text-link span { font-size: 19px; transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link:hover { color: var(--accent); }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 2000; background: var(--paper); color: var(--ink); padding: 15px 22px; }
.skip-link:focus { top: 16px; }
/* An uninterrupted film canvas, from the top edge to the colophon. */
.hero { position: relative; isolation: isolate; min-height: 760px; min-height: max(700px, 100svh); display: grid; grid-template-rows: 1fr auto; color: #faf7ef; background: #27261f; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-video { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(180deg, rgba(13, 14, 11, .42), rgba(13, 14, 11, .32) 26%, rgba(13, 14, 11, .38) 55%, rgba(13, 14, 11, .76)); }
.hero-composition { align-self: center; justify-self: center; width: 100%; padding: 156px var(--gutter) 75px; text-align: center; }
.hero-composition .eyebrow { margin-bottom: 30px; color: #eee8dc; font-size: 10px; letter-spacing: .26em; }
h1 { font: 400 clamp(66px, 7.6vw, 120px)/.99 var(--serif); letter-spacing: -.045em; text-shadow: 0 2px 35px #19191133; }
h1 em { font-weight: 400; color: #e7dbc3; }
.hero-description { margin-top: 30px; font-size: 13px; line-height: 1.8; color: #eee9df; }
.hero-cta { display: inline-flex; min-height: 48px; align-items: center; gap: 36px; margin-top: 26px; padding: 7px 0; border-bottom: 1px solid #f4ebd5a6; font-size: 11px; letter-spacing: .04em; }
.hero-cta span { font-size: 20px; transition: transform .2s; }
.hero-cta:hover span { transform: translate(3px, -3px); }
.hero-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-bottom: 32px; gap: 24px; }
.hero-footer p { font-size: 10px; line-height: 1.8; letter-spacing: .045em; }
.hero-footer p span { display: block; font-size: 9px; color: #d2ccbf; }
.discover-link { display: flex; align-items: center; justify-self: center; gap: 28px; min-height: 44px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.discover-link span { font-size: 19px; }
.film-toggle { justify-self: end; display: flex; align-items: center; gap: 10px; border: 0; padding: 10px 0 10px 10px; min-height: 44px; background: transparent; color: #eee9df; font-size: 9px; letter-spacing: .06em; }
.film-icon { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #f4ebd559; border-radius: 50%; font-size: 10px; }
/* An offset photograph and generous space for the story. */
.introduction { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 128px); align-items: center; }
.intro-copy .eyebrow { margin-bottom: 30px; }
.intro-copy h2 { margin-bottom: 28px; }
.intro-copy > p:not(.eyebrow) { max-width: 43ch; margin-top: 16px; color: var(--muted); }
.intro-copy .text-link { margin-top: 22px; }
/* Alternating grounds give the scroll a rhythm: ink, deep green, warm umber, green. */
.process { background: linear-gradient(180deg, #1e251f 0%, #182019 100%); border-top: 1px solid #c7b68d2e; }
.process-inner { padding-top: clamp(56px, 6vw, 88px); }
.process-list li { border-color: #ffffff1c; }
.section-topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-topline .text-link { padding: 0; border: 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; margin-top: 42px; align-items: end; }
.section-heading > p { max-width: 33ch; justify-self: end; color: var(--muted); padding-bottom: 5px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 80px); padding: 0; margin: 65px 0 0; list-style: none; }
.process-list li { border-top: 1px solid var(--line); padding-top: 24px; display: flex; flex-direction: column; align-items: start; }
.step-number { color: var(--accent); font: italic 27px/1 var(--serif); margin-bottom: 36px; }
.process-list h3 { font: 500 clamp(25px, 2.2vw, 32px)/1.15 var(--serif); letter-spacing: -.02em; margin-bottom: 18px; }
.process-list p { color: var(--muted); font-size: 14px; line-height: 1.9; margin-bottom: 22px; }
.process-list .text-link { margin-top: auto; font-size: 10px; border-bottom: 0; padding-bottom: 0; }
/* A typographic catalogue card stands in for photography: the archive itself. */
.intro-ledger { position: relative; padding: clamp(30px, 3.4vw, 50px); background: linear-gradient(160deg, #181c17 0%, #121512 70%); border: 1px solid var(--line); }
.intro-ledger::before, .intro-ledger::after { content: ""; position: absolute; width: 18px; height: 18px; border-color: var(--accent); border-style: solid; opacity: .8; }
.intro-ledger::before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.intro-ledger::after { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }
.ledger-head, .ledger-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 15px; }
.ledger-head { padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; color: var(--muted); }
.ledger-head span:first-child { color: var(--accent); }
.ledger-list { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.ledger-list li { display: grid; grid-template-columns: 44px 1fr auto; align-items: baseline; gap: 14px; padding: 20px 0; border-bottom: 1px solid #ffffff12; transition: padding-left .3s ease; }
.ledger-list li:hover { padding-left: 8px; }
.ledger-no { font: italic 20px/1 var(--serif); color: var(--accent); }
.ledger-name { font: 400 clamp(24px, 2.2vw, 32px)/1.15 var(--serif); letter-spacing: -.02em; }
.ledger-note { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); text-align: right; }
.ledger-foot { margin-top: 26px; align-items: center; font-size: 8px; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.ledger-foot span:first-child { font: italic 19px/1.3 var(--serif); letter-spacing: 0; text-transform: none; color: var(--ink); }
.testimonials { position: relative; overflow: hidden; background: radial-gradient(ellipse 70% 90% at 50% 0%, #c7b68d1a 0%, #c7b68d00 70%), #1c1914; border-top: 1px solid #c7b68d2e; }
.testimonials::before { content: "\201C"; position: absolute; top: clamp(-40px, -2vw, -10px); left: 50%; transform: translateX(-50%); font: 400 clamp(220px, 24vw, 360px)/1 var(--serif); color: #c7b68d14; pointer-events: none; }
.testimonials-inner { position: relative; padding-block: clamp(90px, 9vw, 140px); }
.testimonials .quotes figcaption span { color: #b9ad94; }
.quotes blockquote { color: #efe9dc; }
.testimonials h2 { text-align: center; }
.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 144px); margin-top: 48px; }
.quotes blockquote { font: 400 clamp(27px, 2.4vw, 35px)/1.35 var(--serif); letter-spacing: -.02em; }
.quotes figcaption { margin-top: 28px; font-size: 10px; line-height: 1.8; }
.quotes figcaption span { display: block; color: var(--muted); font-size: 9px; }
/* A personal invitation, followed by a compact local colophon. */
.consultation { background: #101310; border-top: 1px solid #c7b68d2e; }
.consultation-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.consult-copy .chapter { margin-bottom: 30px; }
.consult-copy h2 { font-size: clamp(48px, 5.5vw, 80px); }
.consult-copy > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); }
.consult-copy .text-link { margin-top: 17px; border-bottom: 0; }
.form-heading { font: 500 26px/1.3 var(--serif); margin-bottom: 30px; }
.consult-form { display: grid; }
.consult-form label { font-size: 12px; font-weight: 500; margin-bottom: 4px; }
.consult-form input { border: 0; border-radius: 0; border-bottom: 1px solid #62685d; background: transparent; width: 100%; min-width: 0; padding: 14px 0; min-height: 50px; font-size: 16px; color: var(--ink); margin-bottom: 26px; }
.consult-form input::placeholder { color: #a0a497; opacity: 1; }
.consult-form input:focus { outline-offset: 5px; }
.submit-button { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #303b31; color: #f6f2e9; border: 1px solid #303b31; padding: 16px 22px; font-size: 11px; min-height: 54px; transition: background .2s; }
.submit-button span { font-size: 19px; }
.submit-button:hover { background: #445044; }
.submit-button:disabled { opacity: .6; cursor: wait; }
.form-note { margin-top: 14px; color: var(--muted); font-size: 9px; }
.consult-msg:empty { display: none; }
.consult-msg { margin-top: 15px; font-size: 12px; }
.consult-msg.error { color: #efaca0; }
.consult-msg.success { color: #c0d3ad; }
.coverage { border-top: 1px solid #3e483d; padding-block: 28px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.coverage > p:not(.eyebrow) { font-size: 11px; text-align: center; }
.coverage > p span { padding-inline: 10px; color: var(--accent); }
.coverage .eyebrow { font-size: 8px; color: var(--muted); }
.coverage .text-link { border: 0; font-size: 10px; }
.site-footer { background: #252a25; color: #eeeadf; }
.footer-main { padding-block: 60px; display: grid; grid-template-columns: 1.3fr 1fr .6fr 1fr; align-items: start; gap: 32px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 45px; height: 45px; }
.footer-brand > span { font: 500 20px/1.2 var(--serif); white-space: nowrap; }
.footer-brand small { display: block; margin-top: 7px; font: 400 7px/1.4 var(--sans); letter-spacing: .19em; text-transform: uppercase; color: #c7b68d; }
.footer-promise { font: 400 21px/1.35 var(--serif); }
.footer-promise em { color: #c9c7b8; }
.footer-main nav, .footer-contact { display: grid; justify-items: start; gap: 12px; font-size: 10px; line-height: 1.5; }
.footer-contact > span { color: #b4b8ac; font-size: 9px; }
.footer-main a:hover, .footer-bottom a:hover { color: #d7c297; }
.footer-bottom { border-top: 1px solid #ffffff21; display: flex; justify-content: space-between; gap: 24px; padding-block: 24px; color: #b4b8ac; font-size: 9px; line-height: 1.7; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 10px 24px; }
@media (min-width: 1600px) { .hero-composition { padding-bottom: 90px; } }
@media (max-width: 1000px) {
  :root { --gutter: 36px; }
  .introduction { gap: 45px; }
  .section-heading { gap: 45px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-promise { display: none; }
  .coverage { flex-wrap: wrap; }
  .coverage > p:not(.eyebrow) { text-align: left; }
}
@media (max-width: 700px) {
  :root { --gutter: 24px; }
  .section-space { padding-block: 72px; }
  .hero { min-height: max(700px, 100svh); }
  .hero-composition { padding: 132px 18px 64px; }
  .hero-composition .eyebrow { font-size: 8px; letter-spacing: .2em; margin-bottom: 27px; }
  h1 { font-size: clamp(34px, 9.2vw, 46px); line-height: 1.14; letter-spacing: -.03em; }
  .hero-description { margin-top: 26px; font-size: 12px; }
  .hero-cta { margin-top: 25px; }
  .hero-footer { grid-template-columns: 1fr auto; padding-bottom: 24px; gap: 10px; }
  .hero-footer p { font-size: 9px; }
  .hero-footer p span { font-size: 8px; }
  .discover-link { display: none; }
  .introduction, .consultation-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy h2 { font-size: clamp(39px, 8vw, 54px); }
  .intro-copy > p:not(.eyebrow) { max-width: 48ch; font-size: 14px; }
  .intro-copy .eyebrow { margin-bottom: 22px; }
  .section-topline { align-items: start; flex-direction: column; gap: 6px; }
  .section-topline .text-link { min-height: 34px; }
  .section-heading { grid-template-columns: 1fr; gap: 23px; margin-top: 28px; }
  .section-heading > p { justify-self: start; max-width: 36ch; font-size: 13px; }
  .process-list { grid-template-columns: 1fr; gap: 0; margin-top: 38px; }
  .process-list h3 { font-size: 26px; margin-bottom: 12px; }
  .process-list p { font-size: 14px; margin-bottom: 18px; max-width: 45ch; }
  .process-list .text-link { justify-self: start; }
  .intro-ledger { padding: 26px 22px; }
  .ledger-list li { grid-template-columns: 30px 1fr; row-gap: 4px; padding: 17px 0; }
  .ledger-note { grid-column: 2; text-align: left; font-size: 9px; }
  .ledger-name { font-size: 25px; }
  .ledger-foot span:first-child { font-size: 17px; }
  .quotes { grid-template-columns: 1fr; gap: 40px; margin-top: 36px; }
  .quotes figure { padding-left: 18px; border-left: 2px solid #c7b68d66; }
  .quotes blockquote { font-size: 26px; }
  .quotes figure + figure { margin-top: 4px; }
  .quotes figcaption { margin-top: 20px; }
  .consult-copy h2 { font-size: clamp(40px, 9.6vw, 56px); line-height: 1.1; }
  .consult-right { position: relative; padding: 30px 22px 32px; border: 1px solid var(--line); background: linear-gradient(160deg, #181c17 0%, #121512 70%); }
  .consult-right::before, .consult-right::after { content: ""; position: absolute; width: 16px; height: 16px; border-color: var(--accent); border-style: solid; opacity: .8; }
  .consult-right::before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
  .consult-right::after { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }
  .form-heading { font-size: 23px; margin-bottom: 24px; }
  .consult-form input { min-height: 46px; }
  .submit-button { min-height: 52px; }
  .consultation-grid { gap: 52px; }
  .coverage { display: block; padding-block: 25px; }
  .coverage > p:not(.eyebrow) { margin-top: 12px; font-size: 10px; line-height: 2; }
  .coverage > p span { padding-inline: 4px; }
  .coverage .text-link { margin-top: 6px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding-block: 43px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main nav { gap: 0; }
  .footer-main nav a { display: flex; align-items: center; min-height: 36px; }
  .footer-contact { padding-top: 10px; gap: 16px; }
  .footer-bottom { flex-direction: column; gap: 12px; font-size: 8px; }
  .footer-bottom a { display: inline-block; padding-block: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* The section sequence now begins directly with its content.  Eyebrows were
   useful for the earlier editorial treatment, but made every section feel
   over-labelled. Keep only form/contact descriptors, where they identify a
   specific action rather than decorate a heading. */
.eyebrow,
.chapter,
.step-number,
.faq-group > h2 > span {
  display: none !important;
}

.contact-direct .eyebrow {
  display: block !important;
}

.intro-copy h2,
.consult-copy h2,
.contact-next-grid h2 {
  margin-top: 0;
}

.process .section-topline {
  justify-content: flex-end;
}

.catalogue-caption {
  justify-content: flex-end;
  margin-bottom: 12px;
}

@media (max-width: 700px) {
  .principles article,
  .process-list li {
    display: block;
  }

  .principles h3 {
    margin-bottom: 12px;
  }

  .process-list h3,
  .process-list p,
  .process-list .text-link {
    grid-column: auto;
  }

  /* The process section on mobile: the "explore" link moves to a closing
     position, and the archive-ledger's numeral language carries over to
     give each step a small, tactile index mark. */
  .process-inner { display: flex; flex-direction: column; }
  .process-inner .section-heading { order: 1; }
  .process-inner .process-list { order: 2; }
  .process-inner .section-topline {
    order: 3;
    display: block;
    margin-top: 44px;
  }
  .process .section-topline {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .process-list li {
    position: relative;
    padding: 28px 0 28px 46px;
    border-top: 1px solid #ffffff1c;
  }
  .process-list li:last-child { padding-bottom: 6px; }
  .process-list .step-number {
    display: block !important;
    position: absolute;
    top: 30px;
    left: 0;
    font: italic 19px/1 var(--serif);
    color: var(--accent);
  }
}
