/* ============================================================
   L.Z. Design Group — Global Stylesheet
   Clean, quiet, high-end. Minimal hairlines. Real materials.
   ============================================================ */

:root {
  /* ---- Color ---- */
  --bg:                 #F4F5F2;   /* cream paper */
  --bg-low:             #ECEAE3;   /* warm neutral, one step deeper than cream */
  --bg-lowest:          #FFFFFF;
  --ink:                #1C2321;   /* primary text */
  --ink-soft:           #5A5F5C;   /* secondary text */
  --ink-faint:          #8C908D;   /* micro / captions */
  --botanical-deep:     #0E1310;   /* near-black with faint green undertone */
  --botanical-deep-ink: #E8EAE6;   /* text on dark green */
  --botanical-deep-soft:rgba(232,234,230,0.78);
  --rule:               rgba(28, 35, 33, 0.10);
  --rule-strong:        rgba(28, 35, 33, 0.18);
  --rule-dark:          rgba(232, 234, 230, 0.12);
  --gold:               #B5A06A;
  --gold-dark:          #A89262;

  /* ---- Type ---- */
  --font-display:       'Newsreader', Georgia, serif;
  --font-body:          'Manrope', system-ui, sans-serif;

  /* ---- Motion ---- */
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);

  /* ---- Layout ---- */
  --max:                1500px;
  --nav-height:         80px;
  --gutter:             clamp(24px, 5vw, 88px);
  --radius:             6px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: clip; max-width: 100%; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: var(--botanical-deep);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { width: 0; height: 0; display: none; }
body {
  width: 100%;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  display: flex; flex-direction: column;
}
main { flex: 1 0 auto; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .4s var(--ease); }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

/* Global sharp corners */
*:not(.site-nav__cta):not(.m-nav__folio):not(.btn):not(.pp-archive__inner):not(.pp-arrow):not(.pp-stage):not(.pp-dot):not(.vignette__stage):not(.vignette__arrow):not(.vignette__dot):not(img):not(.media):not(.g-hero__media):not(.v-slide):not(.v-slide__frame):not(.g-slide__frame):not(.mega-tile__img):not(.hero__img):not(.ed-feature):not(.studio-contact):not(.studio-contact__form-wrap):not(.studio-form__submit):not(.intro__cta), *::before, *::after { border-radius: 0 !important; }
.site-nav__cta { border-radius: 999px; }
.btn { border-radius: var(--radius); }
.vignette__arrow { border-radius: 999px; }
.ed-feature { border-radius: 14px; }

/* Global image + media radius — uses --radius token */
.media,
.g-hero__media,
.mega-tile__img,
.vignette__stage,
.v-slide,
.v-slide__frame,
.g-slide__frame,
.pp-stage,
img { border-radius: var(--radius); }
.hero__img { border-radius: 0; } /* full-bleed homepage hero stays sharp */

::selection { background: var(--gold); color: #1a1506; }

/* Scrollbar — minimal */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--rule-strong); }

/* ============================================================
   TYPOGRAPHY — Playfair Display (serif) + Manrope (sans) only
   ============================================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.75rem, 6.5vw, 5.75rem);
  line-height: 1.02;
  letter-spacing: -0.022em;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
}
h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.2;
}

em { font-style: italic; color: var(--ink); }
.accent em, h1 em, h2 em { color: var(--gold-dark); }

p { line-height: 1.7; color: var(--ink-soft); }
p.lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.15rem, 1.75vw, 1.45rem);
  line-height: 1.55;
  color: var(--ink);
  max-width: 52ch;
}

/* Oldstyle numerals everywhere by default for display */
.tabular { font-feature-settings: "tnum", "lnum"; font-variant-numeric: tabular-nums; }
.oldstyle { font-feature-settings: "onum"; font-variant-numeric: oldstyle-nums; }

/* Eyebrow / label / track */
.eyebrow, .label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  display: inline-block;
}
.eyebrow { color: var(--gold-dark); margin-bottom: 1.5rem; }
.eyebrow--center { display: block; text-align: center; }

/* ============================================================
   LAYOUT
   ============================================================ */

.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section        { padding-block: clamp(72px, 11vw, 168px); }
.section-tight  { padding-block: clamp(56px, 7vw, 104px); }

.page { padding-top: var(--nav-height); }

/* Tonal backgrounds — used VERY sparingly */
.bg-cream     { background: var(--bg); }
.bg-low       { background: var(--bg-low); }
.bg-dark      { background: var(--botanical-deep); color: var(--botanical-deep-ink); }
.bg-dark h1, .bg-dark h2, .bg-dark h3 { color: #FCFCFA; }
.bg-dark .eyebrow { color: var(--gold); }
.bg-dark em { color: var(--gold); }

/* Hairline (use sparingly) */
hr.rule {
  border: none;
  height: 1px;
  background: var(--rule);
  margin: 0;
}
hr.rule-short { width: 40px; height: 1px; background: var(--gold-dark); margin: 2rem auto; border: none; }

/* ============================================================
   LINKS + BUTTONS
   ============================================================ */

/* Editorial link — arrow indicates affordance */
.link {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s var(--ease);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 6px;
  position: relative;
}
.link::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 10px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 10' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'><path d='M1 5h22M18 1l5 4-5 4'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 10' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'><path d='M1 5h22M18 1l5 4-5 4'/></svg>") center / contain no-repeat;
  transition: transform .4s var(--ease);
}
.link:hover { color: var(--gold-dark); }
.link:hover::after { transform: translateX(4px); }

/* Button — ghost with gold hairline */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 1.1em 2.2em;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  transition: all .45s var(--ease);
}
.btn:hover { background: var(--ink); color: var(--bg); }

.btn-gold {
  border-color: var(--gold-dark);
  color: var(--gold-dark);
}
.btn-gold:hover { background: var(--gold-dark); color: var(--bg); border-color: var(--gold-dark); }

.btn-dark {
  background: var(--botanical-deep);
  color: var(--botanical-deep-ink);
  border-color: var(--botanical-deep);
}
.btn-dark:hover { background: var(--ink); border-color: var(--ink); }

/* ============================================================
   NAV — translucent cream
   ============================================================ */

.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: var(--botanical-deep);
  color: var(--botanical-deep-ink);
  border-bottom: 1px solid rgba(232, 234, 230, 0.12);
  transition: padding .3s var(--ease);
}
.site-nav .site-nav__brand,
.site-nav .site-nav__link,
.site-nav .site-nav__cta { background: transparent; border-color: var(--botanical-deep-ink); color: var(--botanical-deep-ink); }
.site-nav .site-nav__cta:hover { background: var(--botanical-deep-ink); color: var(--botanical-deep); border-color: var(--botanical-deep-ink); }
.site-nav .site-nav__burger span { background: var(--botanical-deep-ink); }
.site-nav__inner {
  width: 100%;
  height: var(--nav-height);
  padding-inline: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-nav__brand {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  transform: translateY(1px);
}
.site-nav__brand em {
  font-style: normal;
  color: inherit;
  font-weight: 400;
}
.site-nav__links {
  display: none;
  align-items: baseline;
  gap: 3rem;
}
@media (min-width: 860px) {
  .site-nav__links { display: flex; margin-left: auto; margin-right: 2.5rem; }
}
.site-nav__link {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: var(--ink-soft);
  padding: 0;
  border-bottom: none;
  transition: color .4s var(--ease);
}
.site-nav__link:hover { color: var(--gold-dark); }
.site-nav__link.is-active {
  color: var(--gold-dark);
}
.site-nav__cta {
  display: none;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7em 1.4em;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--bg);
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
  transition: all .45s var(--ease);
}
.site-nav__cta:hover {
  background: #000;
  border-color: var(--gold-dark);
  color: var(--gold-dark);
}
.site-nav__cta .folio-lock { width: 12px; height: 14px; color: var(--gold); }
@media (min-width: 1024px) { .site-nav__cta { display: inline-flex; } }

.nav-caret {
  display: none;
}
.site-nav.mega-open .has-mega .nav-caret { transform: rotate(45deg) translate(-1px, 1px); }

/* ---- Mega menu ---- */
.site-nav__mega {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: rgba(249, 250, 247, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid var(--rule);
  box-shadow: 0 40px 60px -20px rgba(28, 35, 33, 0.12);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
  pointer-events: none;
}
.site-nav.mega-open .site-nav__mega { opacity: 1; transform: translateY(0); pointer-events: auto; }
.site-nav__mega[hidden] { display: none; }
.site-nav__mega-inner {
  padding: 1.25rem 30px 1.5rem;
}
.mega-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--rule-dark);
}
.mega-head .eyebrow { color: var(--gold); margin-bottom: 0; }
.mega-head .link { color: var(--botanical-deep-ink); }
.mega-head .link:hover { color: var(--gold); }
.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1rem;
}
@media (min-width: 720px)  { .mega-grid { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 1100px) { .mega-grid { grid-template-columns: repeat(11, 1fr); gap: 1.25rem 0.85rem; } }
.mega-tile {
  display: flex; flex-direction: column; gap: 0.65rem;
  color: var(--ink);
}
.mega-tile__img {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-low);
}
.mega-tile__img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(10%) brightness(0.92);
  transition: filter .9s var(--ease);
}
.mega-tile:hover .mega-tile__img img { filter: grayscale(0) brightness(1); }
.mega-tile__meta { display: flex; flex-direction: column; gap: 2px; }
.mega-tile__loc {
  font-family: var(--font-body);
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.mega-tile__name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.2;
  color: var(--ink);
  transition: color .3s var(--ease);
}
.mega-tile:hover .mega-tile__name { color: var(--gold-dark); }

/* ---- Mobile burger + drawer ---- */
.site-nav__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px; height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.site-nav__burger span {
  display: block;
  width: 22px; height: 1px;
  background: var(--ink);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
  transform-origin: center;
}
.site-nav__burger.is-open span:nth-child(1) { transform: translateY(3.25px) rotate(45deg); }
.site-nav__burger.is-open span:nth-child(2) { transform: translateY(-3.25px) rotate(-45deg); }
@media (min-width: 860px) { .site-nav__burger { display: none; } }

.m-nav {
  position: fixed;
  top: var(--nav-height);
  left: 0; right: 0;
  bottom: 0;
  background: rgba(249, 250, 247, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 49;
  overflow: hidden;
  opacity: 0;
  transition: opacity .32s var(--ease);
}
.m-nav.is-open { opacity: 1; }
.m-nav[hidden] { display: none; }
.m-nav__panel {
  position: absolute;
  inset: 0;
  padding: 2.5rem 30px 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  overflow-y: auto;
  transition: transform .32s var(--ease);
}
.m-nav__panel--sub { transform: translateX(100%); background: rgba(249, 250, 247, 0.98); }
.m-nav.show-sub .m-nav__panel:not(.m-nav__panel--sub) { transform: translateX(-30%); opacity: 0; pointer-events: none; }
.m-nav.show-sub .m-nav__panel--sub { transform: translateX(0); }
.m-nav__list { display: flex; flex-direction: column; gap: 1.5rem; }
.m-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--ink);
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.m-nav__chev {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1rem;
  color: var(--ink-faint);
}
.m-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
  background: transparent;
  border: none;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  cursor: pointer;
  align-self: flex-start;
}
.m-nav__sub-list {
  display: flex; flex-direction: column;
  gap: 0.9rem;
  margin-top: 0.5rem;
}
.m-nav__sub-link {
  display: block;
  padding: 0;
  color: var(--ink);
}
.m-nav__sub-link .m-nav__sub-loc { display: none; }
.m-nav__sub-loc {
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.m-nav__sub-name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--ink);
}
.m-nav__folio {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  align-self: flex-start;
  padding: 0.85em 1.6em;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--bg);
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
}
.m-nav__folio .folio-lock { width: 12px; height: 14px; }

/* ============================================================
   FOOTER — dark green, minimal
   ============================================================ */

.site-footer {
  margin-top: auto;
  background: var(--botanical-deep);
  color: var(--botanical-deep-ink);
  padding: clamp(64px, 8vw, 104px) 0 clamp(40px, 5vw, 72px);
  text-align: center;
}
.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.site-footer__brand {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.55vw, 1.375rem);
  color: var(--gold);
  margin-bottom: 2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.site-footer__tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.125rem;
  color: var(--botanical-deep-soft);
  max-width: 36ch;
  margin: 0 auto 3rem;
  line-height: 1.6;
}
.site-footer__contact {
  font-family: var(--font-body);
  font-size: 0.925rem;
  letter-spacing: 0.08em;
  color: var(--botanical-deep-ink);
  margin-bottom: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}
.site-footer__contact a { color: inherit; }
.site-footer__contact a:hover { color: var(--gold); }
.site-footer__address {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--botanical-deep-soft);
  margin-bottom: 3rem;
  font-style: normal;
}
.site-footer__legal {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(232, 234, 230, 0.6);
  margin-top: 2.5rem;
  white-space: nowrap;
}
.site-footer__legal span { margin: 0 0.6rem; }
@media (max-width: 859px) {
  :root { --nav-height: 64px; }
  .site-footer__legal { font-size: 0.62rem; margin-top: 1.75rem; }
  .site-footer__legal span { margin: 0 0.35rem; }
  .site-footer__address { font-size: 0.72rem; white-space: nowrap; margin-bottom: 2rem; }
}

/* ============================================================
   PRIVATE FOLIO MODAL
   ============================================================ */

.folio-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.folio-modal[hidden] { display: none; }
.folio-modal__scrim {
  position: absolute; inset: 0;
  background: rgba(18, 26, 20, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0; transition: opacity .32s var(--ease);
}
.folio-modal.is-open .folio-modal__scrim { opacity: 1; }
.folio-modal__card {
  position: relative;
  background: var(--bg);
  max-width: 480px; width: 100%;
  padding: 52px 52px 44px;
  box-shadow: 0 40px 80px -20px rgba(10, 15, 12, 0.4);
  border-top: 2px solid var(--gold);
  opacity: 0; transform: translateY(12px);
  transition: opacity .36s var(--ease), transform .36s var(--ease);
}
.folio-modal.is-open .folio-modal__card { opacity: 1; transform: translateY(0); }
.folio-modal__close {
  position: absolute; top: 16px; right: 18px;
  font-size: 22px; color: var(--ink-soft);
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
}
.folio-modal__close:hover { color: var(--ink); }
.folio-modal__mark {
  width: 40px; height: 40px;
  color: var(--gold-dark); margin-bottom: 1.5rem;
}
.folio-modal h3 { font-size: 1.75rem; font-style: italic; margin-bottom: 0.5rem; }
.folio-modal p { font-size: 0.9rem; margin-bottom: 1.5rem; }
.folio-modal input[type="password"] {
  width: 100%; padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule-strong);
  font-family: var(--font-display); font-size: 1.125rem;
  letter-spacing: 0.25em; color: var(--ink);
  outline: none;
}
.folio-modal input[type="password"]:focus { border-bottom-color: var(--gold-dark); }
.folio-modal__msg {
  min-height: 20px; margin-top: 0.75rem;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
}
.folio-modal__msg.is-err { color: #9a3a2f; }
.folio-modal__msg.is-ok { color: var(--gold-dark); }
.folio-modal__actions {
  display: flex; gap: 1rem; justify-content: flex-end; margin-top: 1.75rem;
}

/* ============================================================
   UTILITIES / PRIMITIVES
   ============================================================ */

.fade-up { animation: fadeUp 1s var(--ease) both; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.caption {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.signoff {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

/* Simple media block */
.media {
  overflow: hidden;
  background: var(--bg-low);
}
.media img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ============================================================
   SPINNING SEAL — fixed emblem, lower-right
   ============================================================ */
.site-seal {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 100px;
  height: 100px;
  z-index: 900;
  pointer-events: none;
  mix-blend-mode: difference;
  color: #fff;
}
.site-seal__ring {
  width: 100%;
  height: 100%;
  animation: seal-rotate 24s linear infinite;
}
.site-seal__center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.15;
}
@keyframes seal-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (max-width: 720px) {
  .site-seal { bottom: 1.25rem; right: 1.25rem; width: 64px; height: 64px; }
  .site-seal__center { font-size: 0.48rem; }
}
@media (prefers-reduced-motion: reduce) {
  .site-seal__ring { animation: none; }
}

/* ============================================================
   EDITORIAL PAGE LAYOUT (partners / studio / press)
   ============================================================ */

.editorial {
  padding-top: calc(var(--nav-height) + clamp(2rem, 4vw, 4rem));
  padding-bottom: clamp(5rem, 8vw, 8rem);
}
.ed-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: clamp(30px, 5vw, 80px);
}
.editorial:has(.ed-grid--with-feature) .ed-shell {
  max-width: 1640px;
  padding-inline: clamp(24px, 3.5vw, 56px);
}

/* ---- Hero ---- */
.ed-hero {
  max-width: 60ch;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.ed-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 2rem;
}
.ed-title {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 2rem;
}
.ed-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}
.ed-lede {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0;
}

/* ---- Categories grid ---- */
.ed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3rem, 5vw, 4.5rem) clamp(2.25rem, 4vw, 3.5rem);
}
@media (min-width: 720px) {
  .ed-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ed-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1180px) {
  .ed-grid--with-feature { grid-template-columns: repeat(4, 1fr); }
}
.ed-cat__head {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.4rem, 2vw, 1.65rem);
  letter-spacing: -0.005em;
  color: var(--gold-dark);
  padding-bottom: 1.25rem;
  margin: 0 0 2.5rem;
  border-bottom: 1px solid var(--rule);
}
.ed-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.ed-item {
  display: block;
  cursor: default;
}
.ed-item__row {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0;
}
.ed-item__name {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--ink);
  transition: color .4s var(--ease);
}
.ed-item:hover .ed-item__name { color: var(--gold-dark); }
.ed-item__meta {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  white-space: nowrap;
}
.ed-item__desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 44ch;
  margin: 0;
}
.ed-list__more {
  display: none;
  margin-top: 1.5rem;
  padding: 0;
  background: transparent;
  border: none;
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-dark);
  cursor: pointer;
  transition: color .3s var(--ease);
}
.ed-list__more:hover { color: var(--ink); }
@media (max-width: 719px) {
  .ed-list.is-collapsed > .ed-item:nth-child(n+6) { display: none; }
  .ed-list__more { display: inline-block; }
}

/* ---- Featured highlight (dark) ---- */
.ed-feature {
  margin-top: clamp(6rem, 10vw, 10rem);
  margin-inline: clamp(-64px, -3vw, -20px);
  background: var(--botanical-deep);
  color: var(--botanical-deep-ink);
  padding: clamp(3rem, 6vw, 6rem) clamp(2.5rem, 5.5vw, 5.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3rem, 5vw, 4rem);
  align-items: stretch;
}
@media (min-width: 960px) {
  .ed-feature { grid-template-columns: 5fr 7fr; gap: clamp(4rem, 6vw, 6rem); }
  .ed-feature__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    grid-auto-columns: max-content;
    column-gap: clamp(2rem, 3vw, 3.5rem);
    row-gap: 1.1rem;
    justify-content: center;
    align-content: center;
  }
  .ed-feature__item { text-align: left; }
  .ed-feature__item-name { white-space: nowrap; }
}
.ed-feature__body { max-width: 36ch; }
.ed-feature__body { display: flex; flex-direction: column; gap: 1.5rem; }
.ed-feature__eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}
.ed-feature__title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  line-height: 1.1;
  color: #f9faf7;
  margin: 0;
}
.ed-feature__lede {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(243, 244, 241, 0.78);
  max-width: 52ch;
  margin: 0;
}
.ed-feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.ed-feature__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.25rem;
}
.ed-feature__item-name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: #f9faf7;
  line-height: 1.3;
}
.ed-feature__item-role {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(232, 234, 230, 0.55);
  white-space: nowrap;
}
.ed-feature__item-role--alt { color: var(--gold); }

/* Inset variant — compact single-column green panel sitting inside .ed-grid */
.ed-feature--inset {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: clamp(1.5rem, 2vw, 2rem) clamp(1.5rem, 2vw, 2rem);
  border-radius: 14px;
  align-self: start;
}
.ed-feature--inset .ed-feature__body { gap: 0.75rem; }
.ed-feature--inset .ed-feature__title {
  font-size: clamp(1.4rem, 1.8vw, 1.65rem);
  line-height: 1.15;
}
.ed-feature--inset .ed-feature__list { gap: 0.75rem; }
.ed-feature--inset .ed-feature__item {
  padding-bottom: 0.75rem;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.ed-feature--inset .ed-feature__item-name {
  font-size: clamp(0.95rem, 1vw, 1.05rem);
}
@media (max-width: 1179px) {
  .ed-grid--with-feature .ed-feature--inset { grid-column: 1 / -1; }
}

/* ============================================================
   PRESS / EDITORIAL SPREAD (shared by press + studio)
   ============================================================ */

body.press-page { background: var(--bg); overflow-x: hidden; }
.press-stage {
  min-height: 100vh;
  padding-top: calc(var(--nav-height) + clamp(3rem, 5vw, 5rem));
  padding-inline: clamp(30px, 5vw, 80px);
  padding-bottom: clamp(3rem, 5vw, 4rem);
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(2rem, 4vw, 3rem);
}
.press-stage--auto { min-height: 0; grid-template-rows: auto auto auto; }

.press-header {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--rule);
}
.press-header__mark {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.press-header__count {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  color: var(--gold-dark);
  letter-spacing: 0.04em;
}

.press-stage__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .press-stage__inner { grid-template-columns: 5fr 7fr; gap: 5rem; }
}

.press-meta {
  display: flex; flex-direction: column; gap: 1.5rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s var(--ease-soft), transform .6s var(--ease-soft);
}
.press-meta.is-in { opacity: 1; transform: translateY(0); }
.press-meta .eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  color: var(--gold-dark);
}
.press-meta .eyebrow::after {
  content: ''; width: 2rem; height: 1px; background: var(--rule-strong);
}
.press-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.5rem, 5.2vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
}
.press-title em {
  display: inline;
  font-style: normal;
  color: inherit;
}
.press-byline {
  display: flex; flex-direction: column; gap: 0.4rem;
  padding-top: 0.75rem;
}
.press-byline__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.15rem;
  color: var(--ink-faint);
}
.press-desc {
  max-width: 52ch;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0;
}

.press-spread { position: relative; }
.press-spread__frame {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--bg-low);
  overflow: hidden;
  margin: 0;
  box-shadow:
    0 2px 6px rgba(0,0,0,0.04),
    0 30px 60px -20px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateX(24px);
  transition: opacity .6s var(--ease-soft), transform .6s var(--ease-soft);
}
.press-spread__frame.is-in { opacity: 1; transform: translateX(0); }
.press-spread__frame[data-dir="-1"]:not(.is-in) { transform: translateX(-24px); }
.press-spread__frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(15%);
  transition: filter .6s var(--ease-soft), transform 10s ease-out;
}
.press-spread__frame:hover img { filter: grayscale(0); }
.press-spread__border {
  position: absolute; inset: 0;
  border: 18px solid rgba(244, 245, 242, 0.08);
  pointer-events: none;
}

.press-control {
  position: absolute;
  right: clamp(-18px, -2vw, -40px);
  bottom: clamp(-22px, -2.5vw, -30px);
  background: var(--botanical-deep);
  color: var(--botanical-deep-ink);
  padding: clamp(1.25rem, 2vw, 1.6rem) clamp(1.5rem, 2.5vw, 2.25rem);
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  z-index: 5;
  box-shadow: 0 24px 40px -18px rgba(0,0,0,0.5);
}
.press-control__count { display: flex; flex-direction: column; gap: 0.3rem; }
.press-control__count-label {
  font-family: var(--font-body);
  font-size: 0.55rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--botanical-deep-soft);
}
.press-control__count-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  letter-spacing: 0.08em;
  color: #f9faf7;
}
.press-control__count-num em { font-style: italic; color: var(--gold); }
.press-control__slash { opacity: 0.4; margin: 0 0.15em; font-style: normal; }
.press-control__btns { display: flex; align-items: center; gap: 1.25rem; }
.press-control__rule { width: 1px; height: 1.5rem; background: rgba(255,255,255,0.12); }
.press-arrow {
  background: transparent;
  border: none;
  color: var(--botanical-deep-ink);
  padding: 0.5rem;
  cursor: pointer;
  transition: color .35s var(--ease);
}
.press-arrow svg { width: 30px; height: 12px; display: block; }
.press-arrow:hover { color: var(--gold); }

.press-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.press-dots { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.press-dot {
  width: 54px; height: 2px;
  background: var(--rule-strong);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background .4s var(--ease), width .4s var(--ease);
}
.press-dot:hover { background: var(--ink-faint); }
.press-dot.is-active { background: var(--gold-dark); width: 80px; }
.press-next { text-align: right; max-width: 280px; }
.press-next__name {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.15rem;
  color: var(--gold-dark);
  margin-top: 0.35rem;
}
@media (max-width: 859px) {
  .press-foot { flex-direction: column; align-items: flex-start; }
  .press-next { text-align: left; }
  .press-control { right: auto; left: 0; bottom: -24px; }

  .press-stage { min-height: 0; }
  .pp-stage { aspect-ratio: 4/5; padding: 1rem; }
  .pp-stage__overlay { display: none !important; }
  .pp-stage__label, .pp-stage__caption { display: none !important; }
  .pp-controls { margin-top: 0.75rem; gap: 1rem; }
  .pp-dots { display: none !important; }
  .pp-arrow { width: 32px; height: 32px; border-radius: 999px; }

  .ed-hero { margin-bottom: 2.5rem; }

  .press-contact { margin-top: 3rem; }
  .press-contact__head { margin-bottom: 2.5rem; }
  .press-contact__title { margin: 0.75rem 0 1.25rem; }
  .press-contact__card { padding: 1.5rem 0.5rem; gap: 0.5rem; }
  .press-contact__coda { margin-top: 3rem; }
}

/* ============================================================
   PRESS v2 — hero spread + dark archive index
   ============================================================ */

.pp { padding-top: calc(var(--nav-height) + clamp(1.25rem, 2vw, 2rem)); }

.pp-hero {
  padding-inline: clamp(24px, 5vw, 80px);
  margin-bottom: clamp(0.75rem, 1.5vw, 1.5rem);
}
.pp-hero__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: clamp(1rem, 1.75vw, 1.5rem);
  max-width: 1440px;
  margin-inline: auto;
}
@media (min-width: 760px) {
  .pp-hero__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
  }
}
.pp-hero__title-wrap { max-width: 60ch; }
.pp-hero__eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 1.25rem;
}
.pp-hero__title {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  white-space: nowrap;
}
.pp-hero__title em { font-style: normal; font-weight: 300; color: inherit; }
.pp-hero__title-issue {
  display: block;
  color: var(--ink-soft);
  font-style: italic;
  font-size: 0.6em;
  margin-top: 0.4rem;
}
.pp-hero__nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-shrink: 0;
}
.pp-hero__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: none;
  padding: 0.4rem 0;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  transition: color .35s var(--ease);
}
.pp-hero__nav-btn:hover { color: var(--gold-dark); }
.pp-hero__nav-btn svg { width: 18px; height: 10px; display: block; }
.pp-hero__nav-rule { width: 1px; height: 28px; background: var(--rule-strong); }

/* Stage — mirrors vignette__stage for cohesion */
.pp-stage {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #050706;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 3rem);
}
.pp-stage__img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity .55s var(--ease-soft);
}
.pp-stage__img.is-out { opacity: 0; }

/* Overlay caption — matches vignette__overlay */
.pp-stage__overlay {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex-shrink: 0;
  max-width: 100%;
}
@media (min-width: 760px) {
  .pp-stage__overlay {
    text-align: right;
    align-items: flex-end;
    max-width: 50%;
  }
}
.pp-stage__label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.55rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--ink-faint);
}
.pp-stage__caption {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  line-height: 1.45;
  color: var(--ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* Controls below stage — matches vignette controls */
.pp-controls {
  max-width: 1440px;
  margin: 0.85rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.pp-count {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.72rem, 0.85vw, 0.85rem);
  line-height: 1;
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.pp-count__sep { color: var(--ink-faint); }
.pp-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}
.pp-dot {
  width: 5px; height: 5px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--ink-faint);
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
}
.pp-dot:hover { opacity: 0.75; }
.pp-dot.is-active { background: var(--ink); opacity: 1; transform: scale(1.2); }
.pp-arrows {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pp-arrow {
  width: 36px; height: 36px;
  border: 1px solid var(--rule);
  background: transparent;
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  border-radius: 999px;
  transition: color .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease);
}
.pp-arrow:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.pp-arrow svg { width: 16px; height: 16px; display: block; }

/* Archive index — inset dark card */
.pp-archive {
  margin: clamp(3rem, 5vw, 5rem) auto clamp(4rem, 7vw, 7rem);
  padding-inline: clamp(24px, 5vw, 80px);
  max-width: 1440px;
}
.pp-archive__inner {
  background: var(--botanical-deep);
  color: var(--botanical-deep-ink);
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 6px;
}
.pp-archive__head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.pp-archive__title {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.pp-archive__rule {
  flex: 1;
  height: 1px;
  background: rgba(232, 234, 230, 0.12);
}
.pp-list { display: flex; flex-direction: column; }
.pp-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
  padding: 0.7rem 0.4rem;
  border-bottom: 1px solid rgba(232, 234, 230, 0.08);
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: background .3s var(--ease);
  width: 100%;
}
.pp-row:hover { background: rgba(255,255,255,0.04); }
.pp-row.is-active .pp-row__name { color: var(--gold); }
@media (min-width: 760px) {
  .pp-row {
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
    padding: 0.85rem 0.6rem;
  }
}
.pp-row__idx {
  font-family: var(--font-body);
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  color: rgba(232, 234, 230, 0.4);
}
.pp-row__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  line-height: 1.25;
  color: #e8eae6;
  letter-spacing: -0.005em;
  margin: 0;
  transition: color .3s var(--ease);
}
.pp-row__name em { font-style: italic; }
.pp-row:hover .pp-row__name { color: var(--gold); }
.pp-row__feature, .pp-row__cat {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(232, 234, 230, 0.6);
}
.pp-row__cat { color: rgba(232, 234, 230, 0.4); }
@media (max-width: 1023px) { .pp-row__cat { display: none; } }
.pp-row__arrow {
  color: rgba(232, 234, 230, 0.4);
  transition: transform .4s var(--ease), color .35s var(--ease);
  display: inline-flex;
}
.pp-row:hover .pp-row__arrow { transform: translate(4px, -4px); color: var(--gold); }
.pp-row__arrow svg { width: 18px; height: 18px; display: block; }

.pp-archive__foot {
  margin-top: clamp(3rem, 5vw, 5rem);
  display: flex;
  justify-content: center;
}
.pp-archive__cta {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(232, 234, 230, 0.7);
  background: transparent;
  border: 1px solid rgba(232, 234, 230, 0.3);
  padding: 1.1em 3em;
  cursor: pointer;
  transition: background .5s var(--ease), color .5s var(--ease), border-color .5s var(--ease);
}
.pp-archive__cta:hover {
  background: #fff;
  color: var(--botanical-deep);
  border-color: #fff;
}

/* ---- Press / Studio contact rail ---- */
.press-contact {
  max-width: 1080px;
  margin: clamp(6rem, 10vw, 10rem) auto 0;
  padding-inline: clamp(30px, 5vw, 80px);
}
.press-contact__head { text-align: center; max-width: 780px; margin: 0 auto 5rem; }
.press-contact__title {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 1rem 0 2rem;
  color: var(--ink);
}
.press-contact__title em { font-style: italic; color: var(--gold-dark); }
.press-contact__lede {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 auto;
}
.press-contact__rail {
  display: grid; grid-template-columns: 1fr;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.press-contact__card {
  padding: 3rem 0.5rem;
  border-bottom: 1px solid var(--rule);
  display: grid; gap: 0.85rem;
  text-align: center;
}
.press-contact__card:last-child { border-bottom: none; }
.press-contact__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold-dark);
  letter-spacing: 0.04em;
}
.press-contact__card .label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.press-contact__value {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.3;
  color: var(--ink);
  text-decoration: none;
  display: block;
}
a.press-contact__value { transition: color .4s var(--ease); }
a.press-contact__value:hover { color: var(--gold-dark); }
.press-contact__note {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.92rem;
  color: var(--ink-faint);
}
.press-contact__coda { margin: 6rem auto 0; max-width: 680px; text-align: center; }
.press-contact__coda blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.55;
  color: var(--ink);
}
.press-contact__coda blockquote em { color: var(--gold-dark); }
.press-contact__rule {
  width: 40px; height: 1px; background: var(--gold-dark);
  margin: 2.25rem auto 1.25rem; opacity: 0.6;
}
.press-contact__sign {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
@media (min-width: 760px) {
  .press-contact__rail { grid-template-columns: repeat(3, 1fr); }
  .press-contact__card {
    padding: 3.5rem 2rem;
    border-bottom: none;
    border-right: 1px solid var(--rule);
    text-align: left;
    justify-items: start;
  }
  .press-contact__card:last-child { border-right: none; }
}

/* ============================================================
   Global mobile tightening — typography + spacing
   ============================================================ */
@media (max-width: 859px) {
  body { font-size: 15px; line-height: 1.55; }
  p { line-height: 1.6; }
  p.lede { line-height: 1.45; }

  h1 { font-size: clamp(2rem, 8vw, 2.6rem); line-height: 1.05; }
  h2 { font-size: clamp(1.65rem, 6vw, 2.1rem); line-height: 1.1; }

  .section       { padding-block: clamp(44px, 10vw, 64px); }
  .section-tight { padding-block: clamp(36px, 8vw, 52px); }

  .eyebrow { margin-bottom: 0.9rem; font-size: 0.62rem; }

  /* ---- Studio page ---- */
  .studio-page  { padding-top: 1.5rem; }
  .studio-bio   { padding: 1.5rem var(--gutter) 2rem; gap: 1.5rem; }
  .studio-bio__text { gap: 0.6rem !important; }
  .studio-bio__title { font-size: clamp(1.75rem, 7vw, 2.1rem) !important; line-height: 1.12 !important; margin: 0 !important; }
  .studio-bio__title em { display: inline !important; }
  .studio-bio__prose { gap: 0.75rem; }
  .studio-bio__prose p { line-height: 1.55 !important; font-size: 0.95rem !important; }
  .studio-bio__lede  { line-height: 1.45 !important; font-size: 1rem !important; }
  .studio-bio__meta  { gap: 0.85rem; padding-top: 1rem; }
  .studio-bio__meta .label { margin-bottom: 0.2rem; }
  .studio-bio__meta-value { font-size: 1.05rem; }

  .studio-contact { padding: 2rem 1.25rem !important; margin: 0 var(--gutter) 2rem !important; border-radius: 16px; }
  .studio-contact__inner { gap: 1.75rem !important; }
  .studio-contact__info  { gap: 1.25rem !important; }
  .studio-contact__title { font-size: clamp(1.7rem, 7vw, 2.1rem) !important; line-height: 1.05 !important; margin: 0.4rem 0 0 !important; }
  .studio-contact__items { gap: 1rem !important; padding-top: 1rem !important; }
  .studio-contact__item  { gap: 0.25rem !important; }
  .studio-contact__value { font-size: clamp(1rem, 4.5vw, 1.2rem) !important; line-height: 1.2 !important; }
  .studio-contact__note  { font-size: 0.72rem !important; }
  .studio-contact__form-wrap { padding: 1.25rem !important; border-radius: 12px; }
  .studio-form { gap: 0.9rem !important; }
  .studio-form__field { gap: 0.25rem !important; }
  .studio-form input, .studio-form select, .studio-form textarea { padding: 0.5rem 0 !important; font-size: 0.95rem !important; }
  .studio-form textarea { min-height: 70px !important; }
  .studio-form__submit { margin-top: 0.25rem !important; padding: 0.9rem 1.25rem !important; }

  /* ---- Homepage ---- */
  .section-head { margin-bottom: 2rem; }
  .intro  { gap: 1.5rem; }
  .dist   { gap: 2rem; }
  .dist__item { font-size: 1.1rem !important; line-height: 1.35 !important; margin-bottom: 0.7rem !important; }
  .collab-row { gap: 1rem 1.5rem; margin-top: 1.25rem; }

  /* ---- Editorial pages (partners / press hero / studio header) ---- */
  .editorial { padding-top: calc(var(--nav-height) + 1.5rem); padding-bottom: 3rem; }
  .ed-hero   { margin-bottom: 2rem; }
  .ed-title  { font-size: clamp(2.1rem, 8.5vw, 2.75rem); margin: 0 0 1rem; line-height: 1.05; }
  .ed-lede   { font-size: 0.95rem; line-height: 1.6; }
  .ed-eyebrow { margin-bottom: 1rem; }
  .ed-grid   { gap: 2rem; }
  .ed-cat__head { margin: 0 0 1.25rem; padding-bottom: 0.75rem; font-size: 1.2rem; }
  .ed-list   { gap: 0.6rem; }
  .ed-item__name { font-size: 0.95rem; }
  .ed-feature__item-name { font-size: 0.82rem; line-height: 1.3; }
  .ed-feature__list { gap: 1rem; padding-top: 2.25rem; margin-top: 1rem; border-top: 1px solid rgba(232, 234, 230, 0.12); }
  .ed-feature__item { gap: 0.75rem; }
  .ed-feature { margin-top: 2.5rem; padding: 1.75rem 1.25rem; gap: 1.25rem; }
  .ed-feature__body { gap: 0.75rem; }
  .ed-feature__eyebrow { font-size: 0.62rem; letter-spacing: 0.24em; }
  .ed-feature__title { font-size: 1.6rem; line-height: 1.15; }
  .ed-feature__lede { font-size: 0.9rem; line-height: 1.55; }

  /* ---- Press v2 hero ---- */
  .pp { padding-top: calc(var(--nav-height) + 1.25rem); }
  .pp-hero { margin-bottom: 1.25rem; }
  .pp-hero__head { gap: 1rem; margin-bottom: 1.25rem; }
  .pp-hero__title { font-size: clamp(1.5rem, 6.5vw, 2rem); white-space: normal; }
  .pp-hero__eyebrow { margin-bottom: 0.75rem; }
}
