/* ==========================================================================
   Paired Hospitality Group — paired.group
   Two rooms on Larimer Street. One stylesheet.
   ========================================================================== */

:root {
  /* Palette — drawn from the two houses */
  --night: #0d1726;        /* deep end of Major Tom's navy */
  --navy: #112337;         /* Major Tom */
  --navy-2: #172f4a;
  --paper: #f8f1e4;        /* Beckon */
  --cream: #f2e7d0;        /* Major Tom */
  --cream-2: #e9dcc1;
  --ink: #16202c;
  --muted: #565e68;
  --copper: #b5743f;       /* Beckon's metal — accents, hovers, rules */
  --copper-text: #8a5528;  /* same hue, dark enough for small text on cream (5.7:1) */
  --champagne: #e3c98d;    /* Major Tom's pour */
  --rose: #c950a1;         /* Major Tom's accent, used at a whisper */
  --line: rgba(17, 35, 55, 0.16);
  --line-light: rgba(242, 231, 208, 0.22);

  /* Type */
  --display: "Fraunces", "EB Garamond", Georgia, serif;
  --body: "EB Garamond", Georgia, "Times New Roman", serif;
  --ui: "Work Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Rhythm */
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --measure: 62ch;
  --section: clamp(4.5rem, 10vw, 8.5rem);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.1875rem;
  line-height: 1.55;
  font-feature-settings: "kern", "liga", "onum";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  letter-spacing: -0.005em;
  line-height: 1.05;
  text-wrap: balance;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { text-decoration-color: var(--copper); }

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

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

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: var(--gutter); top: -3rem; z-index: 100;
  padding: 0.5rem 0.9rem; background: var(--copper); color: var(--paper);
  font-family: var(--ui); font-size: 0.8rem; text-decoration: none;
  transition: top 0.15s var(--ease);
}
.skip-link:focus { top: 0.75rem; }

/* Typographic utilities ---------------------------------------------------- */

.eyebrow {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper-text);
}
.eyebrow--light { color: var(--champagne); }

.lede {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  line-height: 1.15;
  font-variation-settings: "SOFT" 100, "opsz" 72;
  letter-spacing: -0.01em;
}

.measure { max-width: var(--measure); }

em, .it { font-style: italic; }

/* Layout ------------------------------------------------------------------- */

.wrap {
  width: min(100% - 2 * var(--gutter), 76rem);
  margin-inline: auto;
}

.section { padding-block: var(--section); }
.section--tight { padding-block: calc(var(--section) * 0.6); }

.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
@media (max-width: 760px) {
  .two-col { grid-template-columns: 1fr; gap: 1.75rem; }
}

/* Header ------------------------------------------------------------------- */

.site-header {
  position: absolute; inset: 0 0 auto 0; z-index: 20;
  padding-block: 1.25rem;
  color: var(--cream);
}
.site-header--solid {
  position: relative;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}

.brand {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--display); font-size: 1.35rem;
  font-variation-settings: "SOFT" 100, "opsz" 36;
  text-decoration: none; letter-spacing: 0.01em;
}
.brand svg { width: 2.1rem; height: auto; }
.brand:hover { text-decoration: none; }

.nav { display: flex; gap: clamp(1rem, 2.5vw, 2.25rem); }
.nav a {
  font-family: var(--ui); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; padding-block: 0.25rem; position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px;
  background: currentColor; transition: right 0.3s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }

@media (max-width: 640px) {
  .nav { gap: 0.9rem; }
  .nav a { font-size: 0.68rem; letter-spacing: 0.08em; }
  .brand span { display: none; }
}

/* Hero — the diptych ------------------------------------------------------- */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
  background: var(--night);
  color: var(--cream);
  overflow: hidden;
}

.house {
  position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(5.5rem, 12vh, 8rem) var(--gutter) clamp(2.5rem, 6vh, 4rem);
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  isolation: isolate;
  transition: background-color 0.6s var(--ease);
}
.house:hover { text-decoration: none; }

.house__atmo {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.8s var(--ease), transform 1.6s var(--ease);
}
.house:hover .house__atmo { opacity: 1; transform: scale(1.02); }

/* Beckon: a moon low over the counter */
.house--beckon { background: var(--night); }
.house--beckon .house__atmo {
  background:
    radial-gradient(circle at 72% 30%, rgba(227, 201, 141, 0.30) 0, rgba(227, 201, 141, 0.16) 7%, rgba(227, 201, 141, 0.04) 16%, transparent 30%),
    radial-gradient(ellipse at 50% 110%, rgba(181, 116, 63, 0.22) 0, transparent 55%);
}
.house--beckon .house__atmo::before {
  content: ""; position: absolute; left: 72%; top: 30%;
  width: clamp(4.5rem, 7vw, 6.5rem); aspect-ratio: 1; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 40% 38%, #f6ead0 0, #e3c98d 55%, #c9a86a 100%);
  box-shadow: 0 0 60px 10px rgba(227, 201, 141, 0.18);
  opacity: 0.9;
}

/* Major Tom: bubbles rising through a darker, warmer navy */
.house--tom { background: var(--navy); }
.house--tom .house__atmo {
  background:
    radial-gradient(ellipse at 50% 115%, rgba(201, 80, 161, 0.14) 0, transparent 55%),
    radial-gradient(ellipse at 20% 0%, rgba(227, 201, 141, 0.08) 0, transparent 45%);
}
.house--tom .house__atmo::before,
.house--tom .house__atmo::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(227, 201, 141, 0.55) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(227, 201, 141, 0.35) 0 0.9px, transparent 1.5px),
    radial-gradient(circle, rgba(242, 231, 208, 0.5) 0 0.7px, transparent 1.2px);
  background-size: 220px 260px, 140px 180px, 90px 120px;
  background-position: 30px 40px, 80px 10px, 10px 60px;
  animation: rise 28s linear infinite;
  opacity: 0.7;
}
.house--tom .house__atmo::after {
  background-size: 180px 220px, 110px 150px, 70px 100px;
  animation-duration: 40s; animation-direction: reverse; opacity: 0.4;
}
@keyframes rise {
  from { transform: translateY(0); }
  to   { transform: translateY(-260px); }
}

.house__no {
  font-family: var(--ui); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--champagne); margin-bottom: 1rem;
}
.house__name {
  font-size: clamp(3rem, 7.5vw, 6.5rem);
  line-height: 0.95;
  margin-bottom: 1rem;
}
.house__desc {
  max-width: 30ch;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: rgba(242, 231, 208, 0.82);
  margin-bottom: 1.75rem;
}
.house__cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--ui); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream);
}
.house__cta::after {
  content: ""; width: 2.25rem; height: 1px; background: var(--champagne);
  transition: width 0.4s var(--ease);
}
.house:hover .house__cta::after { width: 3.75rem; }

/* The seam and the wordmark that interrupts it */
.spine {
  position: absolute; inset: 0; left: 50%; transform: translateX(-50%);
  width: max-content;
  display: flex; flex-direction: column; align-items: center;
  pointer-events: none; z-index: 5;
}
.spine__line {
  flex: 1 1 0; width: 1px; background: var(--champagne); opacity: 0.55;
  transform-origin: top center;
}
.spine__mark {
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  padding: 1.25rem 2.25rem;
  text-align: center;
  pointer-events: auto;
}
.spine__mark h1 {
  font-size: clamp(3.75rem, 9vw, 8rem);
  line-height: 0.9;
  font-style: italic;
  font-weight: 300;
  font-variation-settings: "SOFT" 100, "opsz" 144, "WONK" 1;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-shadow: 0 0 40px rgba(13, 23, 38, 0.8);
}
.spine__mark p {
  font-family: var(--ui); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--champagne); margin: 0;
}

/* Load sequence */
@media (prefers-reduced-motion: no-preference) {
  .spine__line--top { animation: draw-down 0.9s var(--ease) both; }
  .spine__line--bottom { animation: draw-down 0.9s var(--ease) 1.25s both; }
  .spine__mark { animation: fade-up 0.9s var(--ease) 0.7s both; }
  .house > :not(.house__atmo) { animation: fade-up 0.9s var(--ease) both; }
  .house--beckon > :not(.house__atmo) { animation-delay: 1.3s; }
  .house--tom > :not(.house__atmo) { animation-delay: 1.5s; }
  .house__atmo { animation: fade-in 1.6s var(--ease) 0.4s both; }
}
@keyframes draw-down { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(0.6rem); } to { opacity: 1; transform: none; } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 0.85; } }

@media (prefers-reduced-motion: reduce) {
  .house--tom .house__atmo::before, .house--tom .house__atmo::after { animation: none; }
  html { scroll-behavior: auto; }
}

@media (max-width: 760px) {
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .house { min-height: 62svh; padding-top: 6rem; }
  .house--tom { padding-top: 3.5rem; }
  .spine {
    position: relative; inset: auto; left: auto; transform: none; width: 100%;
    flex-direction: row; background: var(--night); order: 2;
  }
  .house--beckon { order: 1; }
  .house--tom { order: 3; }
  .spine__line { width: auto; height: 1px; transform-origin: left center; }
  .spine__line--top { transform-origin: left center; }
  .spine__line--bottom { transform-origin: right center; }
  .spine__mark { padding: 1.5rem 1.25rem; }
  .spine__mark h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  @keyframes draw-down { from { transform: scaleX(0); } to { transform: scaleX(1); } }
}

/* Page hero for inner pages ------------------------------------------------ */

.page-hero { padding-block: clamp(3.5rem, 8vw, 6.5rem) clamp(2.5rem, 5vw, 4rem); }
.page-hero h1 {
  font-size: clamp(2.75rem, 6.5vw, 5.25rem);
  font-style: italic; font-weight: 300;
  font-variation-settings: "SOFT" 100, "opsz" 144, "WONK" 1;
  margin: 0.5rem 0 1.25rem;
}
.page-hero .measure { font-size: clamp(1.2rem, 1.6vw, 1.4rem); }

/* Tenets ------------------------------------------------------------------- */

.tenets {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3.5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
}
.tenet h3 {
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-style: italic;
  font-variation-settings: "SOFT" 100, "opsz" 48;
  margin-bottom: 0.6rem;
}
.tenet p { color: var(--muted); font-size: 1.05rem; }
@media (max-width: 760px) {
  .tenets { grid-template-columns: 1fr; gap: 1.75rem; }
}

/* The two houses in detail -------------------------------------------------- */

.houses {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.house-card {
  display: flex; flex-direction: column;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.house-card .actions { margin-top: auto; }
.house-card:first-child { padding-right: clamp(1.5rem, 4vw, 4rem); border-right: 1px solid var(--line); }
.house-card:last-child { padding-left: clamp(1.5rem, 4vw, 4rem); }
.house-card h3 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  margin: 0.6rem 0 0.75rem;
}
.house-card__desc { color: var(--muted); max-width: 40ch; }

.facts {
  margin: 1.75rem 0 2rem;
  flex: 1 0 auto; padding: 0; list-style: none;
  border-top: 1px solid var(--line);
}
.facts > div {
  display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem;
  padding: 0.7rem 0; border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
}
.facts dt, .facts .k {
  font-family: var(--ui); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); padding-top: 0.35rem;
}
.facts .v { margin: 0; }
.facts .v small { display: block; color: var(--muted); font-size: 0.95rem; }

.actions { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; align-items: center; }

.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: transparent; cursor: pointer; appearance: none; -webkit-appearance: none;
  padding: 0.85rem 1.4rem;
  border: 1px solid currentColor; border-radius: 999px;
  font-family: var(--ui); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; color: var(--ink);
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.btn:hover { background: var(--navy); border-color: var(--navy); color: var(--cream); text-decoration: none; }
.btn--solid { background: var(--navy); border-color: var(--navy); color: var(--cream); }
.btn--solid:hover { background: var(--copper); border-color: var(--copper); }
.btn--light { color: var(--cream); }
.btn--light:hover { background: var(--cream); border-color: var(--cream); color: var(--navy); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--ui); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none;
}
.link-arrow::after { content: "→"; transition: transform 0.3s var(--ease); }
.link-arrow:hover::after { transform: translateX(0.3rem); }

@media (max-width: 760px) {
  .houses { grid-template-columns: 1fr; }
  .house-card:first-child { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .house-card:last-child { padding-left: 0; }
  .facts li { grid-template-columns: 6.5rem 1fr; }
}

/* Dark band: press & contact ----------------------------------------------- */

.band {
  background: var(--navy);
  color: var(--cream);
  position: relative; overflow: hidden;
}
.band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 85% 20%, rgba(227, 201, 141, 0.10) 0, transparent 50%);
}
.band .wrap { position: relative; }
.band a:hover { text-decoration-color: var(--champagne); }

.contacts {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
}
.contact h3 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  margin: 0.6rem 0 0.75rem;
}
.contact p { color: rgba(242, 231, 208, 0.78); max-width: 38ch; }
.contact .email {
  display: inline-block; margin: 1.25rem 0 0.4rem;
  font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-variation-settings: "SOFT" 100, "opsz" 48;
  color: var(--paper); text-decoration: none;
  border-bottom: 1px solid var(--champagne);
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
  overflow-wrap: anywhere;
}
.contact .email:hover { color: var(--champagne); text-decoration: none; }
.contact .hint {
  font-family: var(--ui); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--champagne); margin: 0;
}
.band .aside {
  margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
  color: rgba(242, 231, 208, 0.7); font-size: 1.05rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; justify-content: space-between;
}
@media (max-width: 760px) {
  .contacts { grid-template-columns: 1fr; }
}

/* Careers teaser ----------------------------------------------------------- */

.teaser { text-align: left; }
.teaser .lede { max-width: 22ch; margin: 0.6rem 0 1.5rem; }

/* Careers page ------------------------------------------------------------- */

.roles {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
.role-group h3 {
  font-size: 1.6rem; font-style: italic;
  font-variation-settings: "SOFT" 100, "opsz" 48;
  padding-bottom: 0.6rem; border-bottom: 1px solid var(--line); margin-bottom: 0.75rem;
}
.role-group ul { margin: 0; padding: 0; list-style: none; }
.role-group li { padding: 0.35rem 0; font-size: 1.05rem; }
.role-group li small { color: var(--muted); }
@media (max-width: 760px) { .roles { grid-template-columns: 1fr; } }

.values { counter-reset: none; margin: 0; padding: 0; list-style: none; }
.values li {
  padding: 1.25rem 0; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: 1rem 2rem;
}
.values li:last-child { border-bottom: 1px solid var(--line); }
.values h3 { font-size: 1.5rem; font-style: italic; font-variation-settings: "SOFT" 100, "opsz" 48; }
.values p { color: var(--muted); font-size: 1.05rem; }
@media (max-width: 640px) { .values li { grid-template-columns: 1fr; gap: 0.35rem; } }

/* Form (careers application, opens the visitor's email app) --------------- */

.form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 1.5rem;
  margin-top: 2rem;
}
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: var(--ui); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink);
  background: transparent; border: 0; border-bottom: 1px solid var(--line);
  padding: 0.55rem 0; border-radius: 0;
  transition: border-color 0.2s var(--ease);
}
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-bottom-color: var(--copper);
}
.field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 12px) 55%, calc(100% - 7px) 55%;
  background-size: 5px 5px; background-repeat: no-repeat; padding-right: 1.5rem; }
.form__foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; margin-top: 0.5rem; }
.form__foot .note { color: var(--muted); font-size: 1rem; margin: 0; max-width: 42ch; }
.form__foot .note a { color: var(--ink); }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; } }

/* Form inside the dark band */
.band .field label { color: rgba(242, 231, 208, 0.78); }
.band .field input, .band .field select, .band .field textarea {
  color: var(--paper); border-bottom-color: var(--line-light);
}
.band .field input::placeholder, .band .field textarea::placeholder { color: rgba(242, 231, 208, 0.6); }
.band .field input:focus, .band .field select:focus, .band .field textarea:focus { border-bottom-color: var(--champagne); }
.band .field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--champagne) 50%), linear-gradient(135deg, var(--champagne) 50%, transparent 50%);
}
.band .field select option, .band .field select optgroup { color: var(--ink); background: var(--paper); }
.band .field [aria-invalid="true"] { border-bottom-color: var(--rose); }
.band .form__foot .note { color: rgba(242, 231, 208, 0.78); }
.band :focus-visible { outline-color: var(--champagne); }

/* Contact page ------------------------------------------------------------- */

.contact-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.contact-cell {
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.25rem, 2.5vw, 2.25rem) clamp(1.75rem, 3vw, 2.5rem) 0;
  border-bottom: 1px solid var(--line);
}
.contact-cell + .contact-cell { padding-left: clamp(1.25rem, 2.5vw, 2.25rem); border-left: 1px solid var(--line); }
.contact-cell h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  margin: 0.5rem 0 0.75rem;
}
.contact-cell p { color: var(--muted); font-size: 1.05rem; }
.contact-cell .email {
  display: inline-block; margin-top: 1rem;
  font-family: var(--display); font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-variation-settings: "SOFT" 100, "opsz" 48;
  color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--copper);
  overflow-wrap: anywhere;
}
.contact-cell .email:hover { color: var(--copper-text); }
.contact-cell .hint {
  display: block; margin-top: 0.4rem;
  font-family: var(--ui); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--copper-text);
}
.contact-cell ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.contact-cell li { padding: 0.5rem 0; border-top: 1px solid var(--line); font-size: 1.05rem; }
.contact-cell li strong { font-weight: 500; font-family: var(--display); font-size: 1.2rem; display: block; }
.contact-cell li a { color: var(--ink); }
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-cell, .contact-cell + .contact-cell { padding-left: 0; padding-right: 0; border-left: 0; }
}

.addresses {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.address { font-style: normal; }
.address strong { display: block; font-family: var(--display); font-weight: 400; font-size: 1.6rem; margin: 0.4rem 0 0.4rem; }
.address .muted { color: var(--muted); }
@media (max-width: 640px) { .addresses { grid-template-columns: 1fr; } }

/* Footer ------------------------------------------------------------------- */

.site-footer {
  background: var(--night); color: rgba(242, 231, 208, 0.75);
  padding-block: clamp(3rem, 6vw, 5rem) 2rem;
  font-size: 1rem;
}
.site-footer .brand { color: var(--cream); font-size: 1.6rem; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem; border-bottom: 1px solid var(--line-light);
}
.footer-grid h3 {
  font-family: var(--ui); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--champagne); margin-bottom: 0.8rem;
}
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { padding: 0.2rem 0; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--cream); text-decoration: underline; text-decoration-color: var(--champagne); }
.footer-grid .tag { margin-top: 0.9rem; max-width: 30ch; }
.site-footer address { font-style: normal; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 2rem;
  padding-top: 1.25rem;
  font-family: var(--ui); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(242, 231, 208, 0.72);
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

/* 404 ---------------------------------------------------------------------- */

.lost { min-height: 70svh; display: grid; place-items: center; text-align: center; }
.lost h1 { font-size: clamp(3rem, 9vw, 7rem); font-style: italic; font-weight: 300; font-variation-settings: "SOFT" 100, "opsz" 144, "WONK" 1; }

/* Selection */
::selection { background: var(--champagne); color: var(--navy); }

/* Eyebrows must win over container paragraph rules (.contact p, .contact-cell p, …) */
p.eyebrow, .eyebrow {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper-text);
  max-width: none;
}
p.eyebrow--light, .eyebrow--light { color: var(--champagne); }

/* ==========================================================================
   Additions: Holm, real forms (Turnstile), hero "next" strip
   ========================================================================== */

/* Strip under the hero pointing at what's next */
.next-strip {
  display: flex; align-items: center; gap: 1rem 1.75rem; flex-wrap: wrap;
  padding: 1.1rem var(--gutter);
  background: var(--navy-2); color: var(--cream);
  border-top: 1px solid var(--line-light);
  text-decoration: none;
  font-size: 1.05rem;
}
.next-strip:hover { text-decoration: none; background: #1b3654; }
.next-strip .next-strip__label {
  font-family: var(--ui); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--champagne);
  padding-right: 1rem; border-right: 1px solid var(--line-light);
}
.next-strip .next-strip__text { flex: 1 1 22rem; }
.next-strip .next-strip__text strong { font-family: var(--display); font-weight: 400; font-size: 1.25rem; font-variation-settings: "SOFT" 100, "opsz" 36; margin-right: 0.35rem; }
.next-strip .link-arrow { color: var(--champagne); }
.next-strip:hover .link-arrow::after { transform: translateX(0.3rem); }

/* Holm — the third room */
.holm {
  background: var(--cream-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.holm .two-col { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); }
.holm h2 {
  font-size: clamp(4rem, 9vw, 7.5rem);
  line-height: 0.9;
  margin: 0.5rem 0 1rem;
}
.holm .sub {
  font-family: var(--display); font-style: italic;
  font-variation-settings: "SOFT" 100, "opsz" 48;
  font-size: clamp(1.35rem, 2vw, 1.7rem); color: var(--muted); max-width: 18ch;
}
.holm .facts { margin-top: 1.5rem; }
.holm .facts > div { border-color: rgba(17, 35, 55, 0.2); }
.holm .facts { border-top-color: rgba(17, 35, 55, 0.2); }
.holm .actions { margin-top: 1.75rem; }
.holm .source { margin-top: 1.5rem; color: var(--muted); font-size: 1rem; }
@media (max-width: 760px) { .holm .two-col { grid-template-columns: 1fr; } }

/* Forms, continued */
.form--light .field input, .form--light .field select, .form--light .field textarea { color: var(--ink); }
.field input[type="file"] { padding: 0.55rem 0; font-family: var(--ui); font-size: 0.85rem; color: var(--muted); border-bottom: 0; }
.field input[type="file"]::file-selector-button {
  font: inherit; font-family: var(--ui); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.5rem 0.9rem; margin-right: 0.8rem; border-radius: 999px; cursor: pointer;
  background: transparent; color: inherit; border: 1px solid currentColor;
}
.band .field input[type="file"] { color: rgba(242, 231, 208, 0.85); }
.field .help { font-size: 0.95rem; color: var(--muted); margin: 0; }
.band .field .help { color: rgba(242, 231, 208, 0.75); }

.field--turnstile { min-height: 65px; }
.cf-turnstile { margin-top: 0.25rem; }

.hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.form__status {
  grid-column: 1 / -1; margin: 0;
  font-size: 1.05rem; padding: 0.75rem 0;
  border-top: 1px solid var(--line);
}
.form__status--error { color: #9a3c2d; }
.band .form__status--error { color: #f0a58f; border-top-color: var(--line-light); }
.form__status--ok { color: var(--copper-text); }
.band .form__status--ok { color: var(--champagne); }

.form__done { grid-column: 1 / -1; outline: none; }
.form__done h3 {
  font-size: clamp(2rem, 3.5vw, 2.75rem); font-style: italic;
  font-variation-settings: "SOFT" 100, "opsz" 72; margin-bottom: 0.75rem;
}
.form__done p { color: var(--muted); max-width: 40ch; }
.band .form__done p { color: rgba(242, 231, 208, 0.78); }

.btn[disabled] { opacity: 0.6; cursor: progress; }

/* Contact page write-to-us section */
.write { padding-block: clamp(3rem, 6vw, 5rem); }
.write .two-col { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); }
@media (max-width: 760px) { .write .two-col { grid-template-columns: 1fr; } }

/* Press coverage list */
.coverage { margin: 1.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.coverage li { padding: 0.75rem 0; border-bottom: 1px solid var(--line-light); display: flex; flex-wrap: wrap; gap: 0.25rem 1rem; align-items: baseline; }
.coverage .outlet { font-family: var(--ui); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--champagne); min-width: 6rem; }
.coverage a { color: var(--paper); }
.coverage time { color: rgba(242, 231, 208, 0.55); font-size: 0.95rem; }

.contact .hint { max-width: none; }

/* Accessibility extras */
@media (forced-colors: active) {
  .btn, .house__cta::after, .spine__line { forced-color-adjust: none; border-color: ButtonText; background: ButtonFace; color: ButtonText; }
  .spine__line { background: ButtonText; }
}
.house:focus-visible { outline: 3px solid var(--champagne); outline-offset: -6px; }
.hp input { pointer-events: none; }
