@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Schibsted+Grotesk:wght@400;500&display=swap');

/* ─── Tokens ─────────────────────────────────────────────── */
:root {
  --linen:      #F5F1E8;
  --linen-mid:  #EDE7D8;
  --linen-deep: #E3DAC9;
  --ink:        #1A1916;
  --ink-soft:   rgba(26,25,22,.56);
  --ink-faint:  rgba(26,25,22,.32);
  --moss:       #3A4532;
  --brass:      #9B7840;
  --rule:       rgba(26,25,22,.10);

  --fs-hero:    clamp(6rem, 20vw, 18rem);
  --fs-h2:      clamp(2rem, 4vw, 3.4rem);
  --fs-h3:      clamp(1.5rem, 2.4vw, 2.2rem);
  --fs-h4:      clamp(1.1rem, 1.5vw, 1.4rem);
  --fs-body:    clamp(1rem, 1.05vw, 1.1rem);
  --fs-small:   .82rem;
  --fs-eye:     .68rem;

  --space-xs:   .75rem;
  --space-sm:   1.25rem;
  --space-md:   2.5rem;
  --space-lg:   clamp(3rem, 6vw, 5.5rem);
  --space-xl:   clamp(5rem, 11vw, 10rem);

  --ease:       cubic-bezier(.16,.84,.32,1);
  --ease-out:   cubic-bezier(.0,.55,.45,1);
}

/* ─── Reset & Base ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.jh-root {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: var(--fs-body);
  color: var(--ink);
  background: var(--linen);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.jh-root h1, .jh-root h2, .jh-root h3, .jh-root h4, .jh-root .serif {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.08;
}
.jh-root h4 { line-height: 1.25; }
.jh-root p { margin: 0; }
.jh-root a { color: inherit; text-decoration: none; }

.eyebrow {
  display: block;
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--brass);
  font-weight: 500;
}

.jh-wrap { max-width: 1300px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }

.jh-section { padding: var(--space-xl) 0; }
.jh-section + .jh-section { border-top: 1px solid var(--rule); }

.jh-section-head {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: var(--space-lg);
}
.jh-section-head h2 { font-size: var(--fs-h2); }

/* ─── Reveal ──────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
}

/* ─── Image Placeholders ──────────────────────────────────── */
/*
 * Placeholders are reserved space — not simulated photography.
 * Flat warm grounds, a single inset rule, quiet centred typography.
 * The site reads as intentionally curated while the collection is built.
 *
 * IMAGE MANIFEST (drop file into /images/ and the placeholder disappears):
 *   ✓  hero.jpg              — Hero, Honeysuckle House
 *   ·  jh-01-living.jpg     — Honeysuckle House, Living Room   (16:9)
 *   ·  jh-founder.jpg       — Founder Portrait                 (3:4)
 *   ·  jh-01-bedroom.jpg    — Honeysuckle House, Bedroom       (4:5)
 *   ·  jh-01-detail.jpg     — Material Detail, Walnut & Brass  (1:1)
 *   ·  jh-02-suite.jpg      — Cliffmoor, Primary Suite         (3:4)
 *   ·  jh-02-kitchen.jpg    — Cliffmoor, Kitchen               (4:5)
 *   ·  jh-03-wide.jpg       — Project 03, Wide Shot            (21:9)
 *   ·  jh-atelier-desk.jpg  — Atelier, Drawing Table           (4:3)
 *   ·  jh-atelier-mat.jpg   — Material Library                 (1:1)
 *   ·  jh-atelier-ref.jpg   — Design Desk, References          (4:3)
 *   ·  jh-p1-consult.jpg    — Process, Discovery               (3:4)
 *   ·  jh-p2-plans.jpg      — Process, Development             (3:4)
 *   ·  jh-p3-fabric.jpg     — Process, Procurement             (3:4)
 *   ·  jh-p4-install.jpg    — Process, Installation            (3:4)
 *   ·  jh-press-01.jpg      — Press, AD Feature                (3:4)
 *   ·  jh-press-02.jpg      — Press, WoI Feature               (3:4)
 *   ·  jh-press-03.jpg      — Press, H&G Feature               (3:4)
 *   ·  jh-collab-01.jpg     — Mourne Textiles                  (3:2)
 *   ·  jh-collab-02.jpg     — Salvatori                        (3:2)
 *   ·  jh-collab-03.jpg     — Apparatus Studio                 (3:2)
 *   ·  jh-collab-04.jpg     — De La Espada                     (3:2)
 *   ·  jh-collab-05.jpg     — Smallbone of Devizes             (3:2)
 *   ·  jh-collab-06.jpg     — Astier de Villatte               (3:2)
 *   ·  jh-journal-cover.jpg — Journal Vol. I, Cover            (3:4)
 *   ·  jh-journal-open.jpg  — Journal Vol. I, Open Spread      (3:2)
 *   ·  jh-art-01.jpg        — Article: On Light                (3:2)
 *   ·  jh-art-02.jpg        — Article: Brass                   (3:2)
 *   ·  jh-art-03.jpg        — Article: Installation Notes      (3:2)
 */

/* Base placeholder — flat, warm, no effects */
.jh-ph {
  position: relative;
  width: 100%;
  aspect-ratio: var(--ratio, 4/3);
  background: var(--ph-bg, #EAE4D8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  overflow: hidden;
}

/* Single inset rule — the only graphic element */
.jh-ph::after {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(26,25,22,.09);
  pointer-events: none;
}

/* Subtle tonal palette per section — like different paper stocks, not photo effects */
.jh-projects        .jh-ph { --ph-bg: #E2DAC8; }
.jh-studio-section  .jh-ph { --ph-bg: #ECE7DC; }
.jh-process-section .jh-ph { --ph-bg: #E7E1D4; }
.jh-press-section   .jh-ph { --ph-bg: #E3DDD0; }
.jh-collab-section  .jh-ph { --ph-bg: #E9E4D9; }
.jh-journal-section .jh-ph { --ph-bg: #EDE9DF; }

/* Even siblings shift one step lighter — breaks up grids without faking light */
.jh-ph:nth-child(even) { filter: brightness(1.025); }

/* Real image — fills the space, hides the placeholder composition */
.jh-ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.jh-ph:has(img)::after   { display: none; }
.jh-ph:has(img) .ph-name,
.jh-ph:has(img) .ph-ref  { display: none; }

/* Editorial label — centred, two lines, barely present */
.ph-ref {
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: rgba(26,25,22,.28);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  position: relative;
  z-index: 1;
}
.ph-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(.8rem, 1vw, 1rem);
  color: rgba(26,25,22,.22);
  line-height: 1.3;
  pointer-events: none;
  user-select: none;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 80%;
}

/* ─── Links ───────────────────────────────────────────────── */
.jh-text-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: var(--fs-small);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  transition: gap .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.jh-text-link:hover { gap: .9rem; color: var(--brass); border-color: var(--brass); }
.jh-text-link svg { width: 12px; height: 12px; flex-shrink: 0; }

.no-transition, .no-transition * { transition: none !important; }

/* Nav entrance fade — hero pages only */
.jh-nav--entering {
  animation: jh-nav-enter 1.1s 0.15s ease both;
}
@keyframes jh-nav-enter {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ─── Navigation ──────────────────────────────────────────── */
.jh-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem clamp(1.5rem, 5vw, 4rem);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: padding .4s var(--ease), color .4s var(--ease);
}
/* Over the hero — wordmark pure white, links warm linen */
.jh-nav-links a,
.jh-hamburger span {
  color: rgba(245,241,232,.92);
  transition: color .4s var(--ease);
}
.jh-nav-links {
  text-shadow: 0 1px 10px rgba(26,25,22,.5);
}
.jh-hamburger span { background: rgba(245,241,232,.88); }

/* Scrolled — switch back to ink on the linen background */
.jh-nav.is-scrolled {
  background: rgba(245,241,232,.93);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 1.4rem clamp(1.5rem, 5vw, 4rem) 1rem;
  border-bottom-color: var(--rule);
}
.jh-nav.is-scrolled .jh-nav-wordmark,
.jh-nav.is-scrolled .jh-nav-links a {
  color: var(--ink);
  text-shadow: none;
}
.jh-nav.is-scrolled .jh-hamburger span {
  background: var(--ink);
}

.jh-nav .jh-nav-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-style: italic;
  letter-spacing: .04em;
  color: #ffffff;
  text-shadow: 0 1px 12px rgba(26,25,22,.55);
  transition: color .4s var(--ease), text-shadow .4s var(--ease);
}
.jh-nav-links {
  display: flex;
  gap: clamp(1.9rem, 3.5vw, 3.4rem);
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .16em;
}
.jh-nav-links a { transition: color .25s; }
.jh-nav-links a:hover { color: rgba(245,241,232,1); }
.jh-nav.is-scrolled .jh-nav-links a:hover { color: var(--brass); }
@media (max-width: 820px) { .jh-nav-links { display: none; } }

.jh-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 14px;
  position: relative;
  padding: 0;
  display: none;
}
@media (max-width: 820px) { .jh-hamburger { display: block; } }
.jh-hamburger span {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: var(--ink);
  transition: transform .35s var(--ease), opacity .25s;
}
.jh-hamburger span:nth-child(1) { top: 0; }
.jh-hamburger span:nth-child(2) { bottom: 0; }
.jh-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.jh-hamburger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-7px) rotate(-45deg); }

/* Menu */
.jh-menu-backdrop {
  position: fixed; inset: 0; z-index: 54;
  background: rgba(26,25,22,.5);
  opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease), visibility .45s var(--ease);
}
.jh-menu-backdrop.is-open { opacity: 1; visibility: visible; }

.jh-menu {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 55;
  width: min(420px, 88vw);
  background: var(--ink);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .5s var(--ease), visibility .5s var(--ease);
}
.jh-menu.is-open { transform: translateX(0); visibility: visible; }

.jh-menu-inner {
  display: flex; flex-direction: column; justify-content: space-between;
  height: 100%;
  padding: clamp(4rem, 12vh, 7rem) clamp(2rem, 7vw, 3.5rem) clamp(2.5rem, 6vh, 4rem);
}

.jh-menu-list {
  display: flex; flex-direction: column; gap: .25rem;
}
.jh-menu-list a {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 6vw, 2.8rem);
  color: var(--linen);
  display: block;
  padding: .35rem 0;
  border-bottom: 1px solid rgba(245,241,232,.08);
  transition: color .3s var(--ease), padding-left .3s var(--ease);
}
.jh-menu-list a:hover { color: var(--brass); padding-left: .5rem; }

.jh-menu-foot {
  display: flex; flex-direction: column; gap: .4rem;
  font-size: var(--fs-small);
  color: rgba(245,241,232,.42);
}
.jh-menu-foot a { color: rgba(245,241,232,.65); transition: color .25s; }
.jh-menu-foot a:hover { color: var(--brass); }
.jh-menu-tagline { font-style: italic; }

/* ─── Hero ────────────────────────────────────────────────── */
.jh-hero {
  position: relative;
  height: 85vh;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.jh-hero-img-wrap {
  position: absolute;
  inset: 0;
}
.jh-hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
  transform-origin: center center;
  animation: jh-hero-breathe 20s linear infinite alternate;
  will-change: transform;
}
@keyframes jh-hero-breathe {
  from { transform: scale(1.0); }
  to   { transform: scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .jh-hero-img { animation: none; }
}
.jh-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(26,25,22,.25) 0%,
    rgba(26,25,22,.38) 50%,
    rgba(26,25,22,.55) 100%
  );
}

.jh-hero-body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem clamp(1rem, 3vw, 2.5rem) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.jh-hero-eyebrow {
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .28em;
  color: rgba(245,241,232,.85);
  display: block;
  margin-bottom: clamp(1rem, 2vw, 1.75rem);
}
.jh-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: var(--fs-hero);
  font-weight: 300;
  color: #ffffff;
  line-height: .88;
  letter-spacing: -.03em;
}
.jh-hero-caption {
  font-size: var(--fs-small);
  color: #ffffff;
  margin-top: 1.6rem;
  line-height: 1.8;
  letter-spacing: .06em;
}
.jh-hero-location {
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .2em;
  color: rgba(245,241,232,.5);
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(245,241,232,.18);
  width: 100%;
  text-align: center;
}

.jh-hero-scroll-hint {
  position: absolute;
  bottom: clamp(1.5rem, 4vh, 2.5rem);
  right: clamp(1.5rem, 5vw, 4rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: rgba(245,241,232,.4);
  writing-mode: vertical-rl;
}
.jh-hero-scroll-line {
  width: 1px;
  height: clamp(2.5rem, 5vh, 4rem);
  background: rgba(245,241,232,.25);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .3; }
  50% { opacity: .8; }
}

/* ─── Projects ────────────────────────────────────────────── */
.jh-projects { padding-bottom: 0; }

.jh-project { padding-bottom: var(--space-xl); }
.jh-project + .jh-project { border-top: 1px solid var(--rule); padding-top: var(--space-xl); }

/* Full-bleed project */
.jh-project--full .jh-project-img-wrap {
  margin-bottom: var(--space-lg);
}
.jh-project-details {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.jh-project-meta { display: flex; flex-direction: column; gap: 1rem; }
.jh-project-meta .eyebrow { color: var(--ink-faint); }
.jh-project-meta h3 { font-size: var(--fs-h2); margin-top: .25rem; }
.jh-project-desc {
  font-size: var(--fs-body);
  color: var(--ink-soft);
  max-width: 46ch;
  line-height: 1.75;
  margin-top: .5rem;
}
.jh-project-spec {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .4rem 1.5rem;
  margin-top: .75rem;
  font-size: var(--fs-small);
  border-top: 1px solid var(--rule);
  padding-top: 1.2rem;
}
.jh-project-spec dt {
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink-faint);
  padding-top: .1rem;
}
.jh-project-spec dd { color: var(--ink-soft); }
.jh-project-meta .jh-text-link { margin-top: 1rem; }

.jh-project-gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.25rem;
  align-items: end;
}

/* Split project */
.jh-project-split-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.jh-project-split-img {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.jh-img-offset { margin-left: clamp(2rem, 5vw, 5rem); }
.jh-project-split-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.jh-project-split-copy .eyebrow { color: var(--ink-faint); }
.jh-project-split-copy h3 { font-size: var(--fs-h2); }
.jh-project-split-copy .jh-text-link { margin-top: .75rem; }

/* Minimal project */
.jh-project-minimal-inner { display: flex; flex-direction: column; gap: 1.5rem; }
.jh-project-minimal-caption {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  flex-wrap: wrap;
}
.jh-project-minimal-caption .eyebrow { color: var(--ink-faint); }
.jh-project-minimal-caption h3 { font-size: var(--fs-h3); flex: 1; }

/* ─── Studio (editorial redesign) ────────────────────────── */
.jh-studio-masthead {
  padding-top: calc(var(--space-lg) + 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--ink);
  text-align: center;
}
.jh-studio-masthead .eyebrow { margin-bottom: 2rem; display: block; }
.jh-studio-page-title {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1;
  margin-top: .6rem;
}

/* Full-width pullquote — the philosophical anchor */
.jh-studio-quote {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.jh-studio-pullquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.2;
  color: var(--ink);
  max-width: 26ch;
  margin: 0 auto;
  letter-spacing: -.01em;
}

/* Founder row — text left, portrait right (inverted from press/work) */
.jh-studio-founder-row {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-bottom: 1px solid var(--rule);
}
.jh-studio-founder-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.jh-studio-eyebrow {
  color: var(--ink-faint);
  letter-spacing: .22em;
}
.jh-studio-founder-name {
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
}
.jh-studio-lead {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.75;
  color: var(--ink);
  max-width: 52ch;
}
.jh-studio-founder-body p {
  font-size: clamp(.9rem, 1.1vw, 1rem);
  line-height: 1.85;
  color: var(--ink-soft);
  max-width: 52ch;
}

/* Publication credentials */
.jh-studio-credentials {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  margin-top: .25rem;
}
.jh-studio-credentials .eyebrow { color: var(--ink-faint); letter-spacing: .22em; }
.jh-studio-pubs {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--ink-soft);
  flex-wrap: wrap;
}
.jh-studio-dot { color: var(--ink-faint); opacity: .5; }

/* Atelier image strip */
.jh-studio-atelier-wrap { padding-bottom: 0; }
.jh-studio-atelier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1px, .3vw, 3px);
}
.jh-studio-atelier-caption {
  padding: 1.25rem clamp(1.5rem, 5vw, 4rem);
  font-size: var(--fs-eye);
  color: var(--ink-faint);
  font-style: italic;
  text-align: center;
  letter-spacing: .1em;
  border-bottom: 1px solid var(--rule);
}

/* ─── Process ─────────────────────────────────────────────── */
.jh-process-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.jh-process-step {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.jh-process-step--reverse { grid-template-columns: 3fr 2fr; }
.jh-process-step--reverse .jh-process-step-img { order: 2; }
.jh-process-step--reverse .jh-process-step-copy { order: 1; }

.jh-process-step-copy {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.jh-process-num {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 300;
  color: var(--ink-faint);
  line-height: 1;
  display: block;
}
.jh-process-step-copy h3 { font-size: var(--fs-h3); }
.jh-process-step-copy p { max-width: 44ch; line-height: 1.8; color: var(--ink-soft); }

/* ─── Work (editorial redesign) ──────────────────────────── */
.jh-work-masthead {
  padding-top: calc(var(--space-lg) + 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--ink);
  text-align: center;
}
.jh-work-masthead .eyebrow { margin-bottom: 2rem; display: block; }
.jh-work-page-title {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1;
  margin-top: .6rem;
}

.jh-work-section { padding-bottom: 0; }

/* Project rows — same grid as press rows */
.jh-work-row {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-bottom: 1px solid var(--rule);
}
.jh-work-row-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.jh-work-num {
  display: block;
  margin-bottom: 1rem;
  letter-spacing: .22em;
  color: var(--ink-faint);
}
.jh-work-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
}
.jh-work-desc {
  font-size: clamp(.88rem, 1.1vw, 1rem);
  line-height: 1.85;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
  max-width: 38ch;
  letter-spacing: .01em;
}

/* Spec list */
.jh-work-spec {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  max-width: 28ch;
  margin: 0 0 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
}
.jh-work-spec li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.jh-work-spec-dt {
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--ink-faint);
}
.jh-work-spec-dd {
  font-size: var(--fs-eye);
  letter-spacing: .08em;
  color: var(--ink-soft);
}

/* Secondary image gallery strip */
.jh-work-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1px, .3vw, 3px);
  border-bottom: 1px solid var(--rule);
}
.jh-work-gallery--single {
  grid-template-columns: 1fr;
}

/* Project 03 — minimal wide */
.jh-work-row--minimal {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-bottom: 1px solid var(--rule);
}
.jh-work-minimal-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-top: 1.75rem;
  flex-wrap: wrap;
}
.jh-work-minimal-caption .jh-work-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 0;
}

/* ─── Press (editorial redesign) ─────────────────────────── */
.jh-press-masthead {
  padding-top: calc(var(--space-lg) + 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--ink);
  text-align: center;
}
.jh-press-masthead .eyebrow { margin-bottom: 2rem; display: block; }
.jh-press-title {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1;
  white-space: nowrap;
  margin-top: .6rem;
}

/* Press feature rows */
.jh-press-section { padding-bottom: 0; }

.jh-press-row {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-bottom: 1px solid var(--rule);
}
.jh-press-row-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.jh-press-pub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--ink);
  white-space: nowrap;
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
}
.jh-press-quote {
  font-size: clamp(.88rem, 1.1vw, 1rem);
  line-height: 1.85;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
  max-width: 40ch;
  font-style: italic;
  letter-spacing: .01em;
}
.jh-press-date {
  color: var(--ink-faint);
  letter-spacing: .22em;
}

/* Logo strip */
.jh-press-logos-strip {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
  margin-top: clamp(3rem, 6vw, 5rem);
}
.jh-press-logos-inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  flex-wrap: wrap;
}
.jh-press-logos-inner .eyebrow {
  color: var(--ink-faint);
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: .22em;
}
.jh-press-logos-list {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  flex-wrap: wrap;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  color: var(--ink-soft);
}
.jh-press-dot { color: var(--ink-faint); opacity: .5; }

/* ─── Collaborations (redesign) ───────────────────────────── */
.jh-collab-section { padding: clamp(4rem, 8vw, 7rem) 0 0; }

.jh-collab-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--rule);
}
.jh-collab-title {
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: .95;
  white-space: nowrap;
}
.jh-collab-desc {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  color: var(--ink-soft);
  line-height: 1.8;
  max-width: 40ch;
  padding-bottom: .2rem;
}

/* 3-col image grid, name centered below */
.jh-collab-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1px, .3vw, 3px);
}
.jh-collab-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.jh-collab-card .jh-ph {
  margin-bottom: 0;
}
.jh-collab-card-caption {
  padding: .85rem .5rem 1.25rem;
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .25rem;
}
.jh-collab-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-style: italic;
  color: var(--ink);
  line-height: 1.1;
}
.jh-collab-card-type {
  color: var(--ink-faint);
  letter-spacing: .16em;
  font-size: .62rem;
}

/* ─── Journal ─────────────────────────────────────────────── */
.jh-journal-header {
  max-width: 62ch;
  margin-bottom: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.jh-journal-header h2 { font-size: var(--fs-h2); }
.jh-journal-header p { color: var(--ink-soft); line-height: 1.8; }

.jh-journal-feature {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 0;
  margin-bottom: var(--space-lg);
}
.jh-journal-cover { position: relative; z-index: 1; }
.jh-journal-spread { margin-left: -2rem; margin-top: clamp(2rem, 5vw, 4rem); }

.jh-journal-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: var(--space-md);
}
.jh-journal-article {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.jh-journal-article h4 { font-size: var(--fs-h4); margin-top: .25rem; }
.jh-journal-article p { font-size: var(--fs-small); color: var(--ink-soft); line-height: 1.75; }

.jh-journal-cta { padding: 1.5rem 0; border-top: 1px solid var(--rule); text-align: center; }

/* ─── Inquiry ─────────────────────────────────────────────── */
.jh-inquiry-masthead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: stretch;
  padding-top: calc(var(--space-lg) + 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--ink);
}
.jh-inquiry-masthead-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.jh-inquiry-masthead-left h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 1;
  margin-top: 0;
}
.jh-inquiry-masthead-left .eyebrow {
  margin-top: 1.5rem;
  text-align: center;
}
.jh-inquiry-intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: var(--space-lg) 0;
  max-width: 38ch;
  border-bottom: 1px solid var(--rule);
  margin-bottom: var(--space-lg);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.jh-inquiry-intro > p { line-height: 1.85; color: var(--ink-soft); font-size: var(--fs-body); }

.jh-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jh-contact-item {
  padding: clamp(1.1rem, 2vw, 1.6rem) 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.jh-contact-item:first-child { border-top: 1px solid var(--rule); }
.jh-contact-item dt {
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--ink-faint);
  flex-shrink: 0;
}
.jh-contact-item dd {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  text-align: right;
}
.jh-contact-item dd a {
  border-bottom: 1px solid transparent;
  transition: color .25s, border-color .25s;
}
.jh-contact-item dd a:hover { color: var(--brass); border-color: var(--brass); }

/* Inquiry featured works */
.jh-inquiry-works {
  margin-bottom: var(--space-xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--rule);
}

/* Inquiry form */
.jh-inquiry-form-wrap {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
  border-top: 1px solid var(--rule);
}
.jh-inquiry-form-header {
  margin-bottom: 2.5rem;
}
.jh-inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.jh-inquiry-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.jh-inquiry-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.jh-inquiry-field label {
  font-size: var(--fs-caption);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.jh-optional {
  font-size: 0.75em;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
  opacity: 0.6;
}
.jh-inquiry-field input,
.jh-inquiry-field textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--ink);
  padding: 0.6rem 0;
  font-family: inherit;
  font-size: var(--fs-body);
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}
.jh-inquiry-field input::placeholder,
.jh-inquiry-field textarea::placeholder {
  color: var(--ink-soft);
  opacity: 0.5;
}
.jh-inquiry-field input:focus,
.jh-inquiry-field textarea:focus {
  border-bottom-color: var(--gold);
}
.jh-inquiry-form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.jh-inquiry-reply {
  font-size: var(--fs-caption);
  color: var(--ink-soft);
  opacity: 0.7;
}
.jh-inquiry-submit {
  background: var(--ink);
  color: var(--linen);
  border: none;
  padding: 0.85rem 2.25rem;
  font-family: inherit;
  font-size: var(--fs-caption);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
.jh-inquiry-submit:hover { opacity: 0.75; }
@media (max-width: 600px) {
  .jh-inquiry-form-row { grid-template-columns: 1fr; }
  .jh-inquiry-form-foot { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
.jh-inquiry-works-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.jh-inquiry-works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(.75rem, 1.5vw, 1.25rem);
}
@media (max-width: 860px) {
  .jh-inquiry-works-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Newsletter */
.jh-footer-newsletter {
  border-bottom: 1px solid var(--rule);
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  margin-bottom: var(--space-lg);
}
.jh-newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 4rem);
  flex-wrap: wrap;
}
.jh-newsletter-heading {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  margin-top: .3rem;
}
.jh-newsletter-form {
  display: flex;
  gap: 0;
  flex: 1;
  max-width: 460px;
  min-width: 260px;
}
.jh-newsletter-form input {
  flex: 1;
  background: transparent;
  border: 1px solid var(--ink);
  border-right: none;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: var(--fs-small);
  padding: .85rem 1rem;
  color: var(--ink);
  border-radius: 0;
}
.jh-newsletter-form input::placeholder { color: var(--ink-faint); }
.jh-newsletter-form input:focus { outline: none; }
.jh-newsletter-form button {
  background: var(--ink);
  color: var(--linen);
  border: 1px solid var(--ink);
  padding: .85rem 1.6rem;
  font-size: var(--fs-eye);
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: background .3s var(--ease);
  white-space: nowrap;
}
.jh-newsletter-form button:hover { background: var(--moss); border-color: var(--moss); }

/* ─── Footer ──────────────────────────────────────────────── */
.jh-footer {
  padding: 0 0 var(--space-md);
  border-top: 1px solid var(--rule);
  margin-top: var(--space-xl);
}
.jh-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: var(--space-lg);
}
.jh-footer-wordmark {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.jh-footer-wordmark .serif {
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: .02em;
}
.jh-footer-wordmark span:last-child {
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--ink-faint);
}
.jh-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink-soft);
}
.jh-footer-nav a { transition: color .25s; }
.jh-footer-nav a:hover { color: var(--brass); }

.jh-social-row { display: flex; gap: .75rem; }
.jh-social-badge {
  width: 36px; height: 36px;
  border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .25s, color .25s;
}
.jh-social-badge:hover { border-color: var(--brass); color: var(--brass); }
.jh-social-badge svg { width: 15px; height: 15px; }

.jh-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
  border-top: 1px solid var(--rule);
  padding-top: 1.25rem;
  font-size: var(--fs-eye);
  color: var(--ink-faint);
  letter-spacing: .06em;
}

/* ─── Inner page header ───────────────────────────────────── */
.jh-page-header {
  padding: calc(var(--space-lg) + 3.5rem) 0 var(--space-lg);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0;
}
.jh-page-header .eyebrow { margin-bottom: .85rem; }
.jh-page-header h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  max-width: 18ch;
}
.jh-page-header p {
  margin-top: 1.25rem;
  max-width: 52ch;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: var(--fs-body);
}

/* Active nav link */
.jh-nav-links a.is-active { color: var(--brass); }

/* ─── Homepage: work teaser ───────────────────────────────── */
.jh-home-work { padding: var(--space-xl) 0; }

.jh-home-work-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: var(--space-lg);
  flex-wrap: wrap;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1.25rem;
}
.jh-home-work-head h2 { font-size: var(--fs-h2); }

/* Featured layout: large lead left, two secondary stacked right */
.jh-home-work-grid {
  display: grid;
  grid-template-columns: 11fr 7fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
.jh-home-project-pair {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.jh-home-project {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
}
.jh-home-project:hover .jh-home-project-img img {
  transform: scale(1.02);
}
.jh-home-project-img {
  overflow: hidden;
}
.jh-home-project-img img {
  transition: transform .8s var(--ease);
}

/* Info block beneath each image */
.jh-home-project-info {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding-top: 1rem;
  margin-top: .1rem;
}

/* Lead project — larger name, richer spacing */
.jh-home-project--lead .jh-home-project-info {
  border-top: 1px solid var(--ink);
}
.jh-home-project--lead .jh-home-project-name {
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

/* Secondary projects */
.jh-home-project--secondary .jh-home-project-info {
  border-top: 1px solid var(--rule);
}
.jh-home-project--secondary .jh-home-project-name {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.jh-home-project-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: .01em;
}
.jh-home-project-meta {
  font-size: var(--fs-eye);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: .35rem;
  line-height: 1.7;
}

/* "View All Work" link beneath grid, right-aligned */
.jh-home-work-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
}

/* ─── Homepage: studio teaser ─────────────────────────────── */
.jh-home-studio {
  padding: var(--space-xl) 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.jh-home-studio-img { position: relative; }
.jh-home-studio-copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.jh-home-studio-copy blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.25;
  color: var(--moss);
}
.jh-home-studio-copy p {
  max-width: 44ch;
  color: var(--ink-soft);
  line-height: 1.8;
}

/* ─── Homepage: press strip ───────────────────────────────── */
.jh-home-press {
  border-top: 1px solid var(--rule);
  padding: var(--space-lg) 0;
}
.jh-home-press-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.jh-home-press-label {
  font-size: var(--fs-eye);
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}
.jh-home-press-logos {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  flex-wrap: wrap;
}
.jh-home-press-logos .ph-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--ink);
  font-weight: 600;
  opacity: 1;
  position: static;
  max-width: none;
  transition: color .35s ease, letter-spacing .35s ease;
}
.jh-home-press-logos .ph-name:hover {
  color: var(--brass);
  letter-spacing: .04em;
}

/* ─── Homepage: journal teaser ────────────────────────────── */
.jh-home-journal {
  padding: var(--space-xl) 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}
.jh-home-journal-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: var(--space-sm);
}
.jh-home-journal-copy h2 { font-size: var(--fs-h2); margin-top: .5rem; }
.jh-home-journal-copy p {
  max-width: 42ch;
  color: var(--ink-soft);
  line-height: 1.8;
}
.jh-home-journal-articles {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.jh-home-journal-article {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  transition: color .25s;
}
.jh-home-journal-article:first-child { border-top: 1px solid var(--rule); }
.jh-home-journal-article:hover { color: var(--brass); }
.jh-home-journal-article .eyebrow { flex-shrink: 0; color: var(--ink-faint); }
.jh-home-journal-article h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 400;
  line-height: 1.3;
  flex: 1;
}

/* ─── Homepage: inquiry CTA ───────────────────────────────── */
.jh-home-cta {
  border-top: 1px solid var(--rule);
  padding: var(--space-xl) 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(2rem, 6vw, 5rem);
  flex-wrap: wrap;
}
.jh-home-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  max-width: 18ch;
}
.jh-home-cta-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 38ch;
}
.jh-home-cta-right p { color: var(--ink-soft); line-height: 1.8; }

/* ─── Focus ───────────────────────────────────────────────── */
.jh-root a:focus-visible,
.jh-root button:focus-visible,
.jh-root input:focus-visible {
  outline: 1px solid var(--brass);
  outline-offset: 3px;
}

/* ─── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .jh-press-row { grid-template-columns: 1fr 1fr; }
  .jh-work-row { grid-template-columns: 1fr 1fr; }
  .jh-collab-grid-new { grid-template-columns: repeat(2, 1fr); }
  .jh-journal-articles { grid-template-columns: 1fr 1fr; }
  .jh-journal-articles .jh-journal-article:last-child { display: none; }
}

@media (max-width: 860px) {
  .jh-home-work-grid { grid-template-columns: 1fr; }
  .jh-home-project--lead .jh-home-project-name { font-size: clamp(1.4rem, 5vw, 1.9rem); }
  .jh-home-studio { grid-template-columns: 1fr; }
  .jh-home-journal { grid-template-columns: 1fr; }
  .jh-home-cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .jh-home-project-pair { gap: 1.5rem; }
}

@media (max-width: 860px) {
  .jh-project-details { grid-template-columns: 1fr; }
  .jh-project-gallery { grid-template-columns: 1fr 1fr; }
  .jh-project-split-inner { grid-template-columns: 1fr; }
  .jh-project-split-img { display: grid; grid-template-columns: 1fr 1fr; }
  .jh-img-offset { margin-left: 0; }
  .jh-studio-founder-row { grid-template-columns: 1fr; }
  .jh-studio-founder-img { order: -1; }
  .jh-studio-atelier-grid { grid-template-columns: 1fr 1fr; }
  .jh-studio-atelier-grid > :last-child { display: none; }
  .jh-process-step { grid-template-columns: 1fr; gap: 2rem; }
  .jh-process-step--reverse .jh-process-step-img { order: unset; }
  .jh-process-step--reverse .jh-process-step-copy { order: unset; }
  .jh-press-row { grid-template-columns: 1fr; }
  .jh-work-row { grid-template-columns: 1fr; }
  .jh-work-gallery { grid-template-columns: 1fr 1fr; }
  .jh-work-minimal-caption { gap: 1rem; }
  .jh-collab-header { grid-template-columns: 1fr; gap: 1rem; }
  .jh-collab-grid-new { grid-template-columns: repeat(2, 1fr); }
  .jh-journal-feature { grid-template-columns: 1fr; }
  .jh-journal-spread { margin-left: 0; margin-top: 1rem; }
  .jh-journal-articles { grid-template-columns: 1fr; }
  .jh-journal-articles .jh-journal-article:not(:first-child) { display: none; }
  .jh-inquiry-masthead { grid-template-columns: 1fr; }
  .jh-contact-item { flex-direction: column; align-items: flex-start; gap: .4rem; }
  .jh-contact-item dd { text-align: left; }
}

@media (max-width: 560px) {
  .jh-hero-title { font-size: clamp(5rem, 22vw, 8rem); }
  .jh-project-gallery { grid-template-columns: 1fr; }
  .jh-studio-atelier-grid { grid-template-columns: 1fr; }
  .jh-studio-atelier-grid > :not(:first-child) { display: none; }
  .jh-press-logos-list { gap: .6rem; }
  .jh-press-logos-inner { gap: 1rem; }
  .jh-footer-newsletter .jh-newsletter-inner { flex-direction: column; align-items: flex-start; }
  .jh-footer-top { flex-direction: column; }
}
