/* === MASON JOINERY · STYLE SHEET v4 ===
 * Create Cuts-level structure (11 sections, real depth) with Mason refinement.
 * Forest green accent IS present (CTA fills, accent card moment) but never as block tile fills.
 * Photography-rich, type-driven, multi-column where appropriate.
 * Per BRAND-RULES.md.
 */

:root {
  /* Colour — slightly warmer dark for paper / editorial feel.
   * #0B0A09 has a barely-perceptible olive undertone vs pure #0A0A0A.
   * Photography reads warmer against it. */
  --bg: #0B0A09;
  --bg-soft: #0F0E0C;
  --bg-alt: #141311;
  --bg-card: #16140F;
  --bg-card-hover: #1B1814;

  /* Mason brand green family. Canonical hex extracted from client's logo file (logo-green.png).
   * Primary #B0D048 = HSL(72, 56%, 54%) — bright chartreuse / lime, the actual brand green. */
  --accent: #B0D048;          /* canonical brand green */
  --accent-soft: #C5DD6E;     /* lighter, for hover states */
  --accent-deep: #7A9530;     /* darker, for accent text on light cards */
  --accent-ink: #171C0D;      /* deep olive-black, for text on lime fills */

  /* Cream highlight (used once, on the apart-card) */
  --cream: #F2EFE6;
  --cream-ink: #0E0E0E;

  /* Type colours */
  --text-strong: #F2F0EB;
  --text: #C9C7C0;
  --text-mute: #8A8A85;
  --text-faint: #5C5C58;

  /* Lines */
  --hairline: rgba(255, 255, 255, 0.07);
  --hairline-strong: rgba(255, 255, 255, 0.16);

  /* Layout */
  --max: 1320px;
  --max-readable: 760px;
  --pad: clamp(1.5rem, 5vw, 3rem);
  --section-pad: clamp(5rem, 9vw, 8rem);
  --radius: 2px;

  /* Type families */
  --serif: 'Fraunces', 'Times New Roman', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', sans-serif;
}

/* === RESET === */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--accent-soft); }

::selection { background: var(--accent-deep); color: var(--text-strong); }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
  width: 100%;
}

/* === TYPE === */
h1, h2, h3, h4 {
  font-family: var(--serif);
  margin: 0;
  color: var(--text-strong);
}

h1 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.8rem, 6.5vw, 5.4rem);
  line-height: 1.0;
  letter-spacing: -0.025em;
}
h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent-soft);
}

h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.85rem, 3.6vw, 2.95rem);
  line-height: 1.1;
  letter-spacing: -0.018em;
  max-width: 24ch;
}
h2 em { font-style: italic; font-weight: 300; color: var(--accent-soft); }

h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.005em;
}

p { margin: 0 0 1em; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin: 0 0 1.25rem;
  display: inline-block;
}

.dot {
  display: inline-block;
  color: var(--text-mute);
  margin: 0 0.4em;
  user-select: none;
  opacity: 0.7;
}

/* === LINK ARROW === */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-strong);
  border-bottom: 1px solid var(--hairline-strong);
  padding-bottom: 0.45rem;
  transition: border-color 0.25s ease, color 0.25s ease, gap 0.25s ease;
}
.link-arrow:hover {
  color: var(--accent-soft);
  border-color: var(--accent);
  gap: 0.85em;
}
.link-arrow span { transition: transform 0.25s ease; }
.link-arrow:hover span { transform: translateX(2px); }

/* === HEADER ===
 * The logo leads. Generous vertical room, hairline divider, lightened nav
 * so the lockup reads as the anchor of the page, not a slapped-on graphic. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  border-bottom: 1px solid var(--hairline);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  height: 116px;
}

.brand {
  flex-shrink: 0;
  color: var(--text-strong);
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 2rem 0.25rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  margin-right: 0.5rem;
}
.brand:hover { color: var(--text-strong); }

/* Logo image. Per BRAND-RULES: explicit height (NOT max-height) + width auto.
 * Source PNG has transparent background (white BG stripped from supplied AVIF).
 * Renders the client's true brand green (#B0D048) untouched. No filter, no recolour.
 * 70px header / 88px footer = anchor weight without crowding nav. */
.brand-logo {
  display: block;
  height: 70px;
  width: auto;
  transition: opacity 0.25s ease;
}
.brand:hover .brand-logo {
  opacity: 0.92;
}
.brand-logo--footer {
  height: 88px;
  margin-bottom: 1.5rem;
}

@media (max-width: 980px) {
  .header-inner { height: 96px; }
  .brand-logo { height: 54px; }
  .brand { padding-right: 0; border-right: 0; margin-right: 0; }
}
@media (max-width: 540px) {
  .header-inner { height: 80px; }
  .brand-logo { height: 46px; }
}

.nav {
  display: flex;
  gap: 2.5rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav a {
  color: var(--text-mute);
  padding: 0.4rem 0;
  position: relative;
}
.nav a:hover { color: var(--text-strong); }
.nav a.active { color: var(--text-strong); }
.nav a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--accent);
  margin: 0;
  width: auto;
  display: block;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.phone-link {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: var(--text-strong);
  padding-right: 1.75rem;
  border-right: 1px solid var(--hairline);
}
.phone-link:hover { color: var(--accent-soft); }

@media (max-width: 980px) { .nav { display: none; } }
@media (max-width: 640px) { .phone-link { display: none; } }

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 1.85rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn--primary {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 600;
}
.btn--primary:hover {
  background: var(--accent-soft);
  color: var(--accent-ink);
}
.btn--ghost {
  background: transparent;
  color: var(--text-strong);
  border-color: var(--hairline-strong);
}
.btn--ghost:hover {
  background: var(--text-strong);
  color: var(--bg);
  border-color: var(--text-strong);
}
.btn--sm { height: 42px; padding: 0 1.15rem; font-size: 0.78rem; letter-spacing: 0.06em; }
.btn--lg { height: 58px; padding: 0 2.1rem; font-size: 0.92rem; }
.btn--full { width: 100%; }

.btn-group { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.btn-group--center { justify-content: center; }

/* === HERO (asymmetric split: copy 55% + image 45%)
 * Compressed to fit a single viewport without scroll. h1 ceiling 4.4rem,
 * tight padding, dense meta list, min-height accounts for 116px header. */
.hero {
  position: relative;
  background: var(--bg);
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
  padding-top: clamp(2rem, 3.5vw, 3rem);
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
  min-height: calc(100vh - 116px);
}

.hero-copy { max-width: 560px; }

/* Hero h1 override — smaller than the global h1 ceiling so the hero fits
 * in viewport. Sub-pages keep the full h1 size. */
.hero-copy h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.025em;
}

.hero-lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.45;
  color: var(--text-strong);
  margin: 0 0 1.75rem;
  max-width: 540px;
  letter-spacing: -0.005em;
}

.hero-meta {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--hairline);
  font-family: var(--sans);
  font-size: 0.85rem;
  max-width: 460px;
}
.hero-meta li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.25rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--text);
}
.hero-meta span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
  align-self: center;
}

.hero-image {
  margin: 0;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--hairline);
}
.hero-image img {
  width: 100%;
  height: clamp(380px, 65vh, 620px);
  object-fit: cover;
  display: block;
}
.hero-image figcaption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.5rem;
  right: 1.5rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--text-strong);
  background: rgba(10, 10, 10, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.65rem 0.95rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-image figcaption span {
  font-weight: 600;
  color: var(--accent-soft);
  margin-right: 0.4em;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    min-height: auto;
    padding-top: 3rem;
  }
  .hero-image img { height: clamp(340px, 60vh, 520px); }
}

/* === SECTION BASE === */
.section {
  padding: var(--section-pad) 0;
}
.section--alt { background: var(--bg-alt); }

.section-head {
  max-width: var(--max-readable);
  margin-bottom: 4rem;
}
.section-head h2 { margin-bottom: 1rem; }
.section-lede {
  font-family: var(--sans);
  font-size: 1.05rem;
  color: var(--text-mute);
  max-width: 56ch;
  line-height: 1.6;
  margin: 0;
}

/* === INTRO === */
.section--intro { padding: var(--section-pad) 0; }
.intro-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.intro-wrap .eyebrow { display: inline-block; margin-bottom: 1.5rem; }
.intro-headline {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
  line-height: 1.15;
  margin: 0 auto 2rem;
  max-width: 22ch;
}
.intro-headline em { font-style: italic; color: var(--accent-soft); font-weight: 300; }
.intro-body {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.18rem;
  line-height: 1.65;
  color: var(--text);
  max-width: 660px;
  margin: 0 auto;
}

/* === FEATURES (4-card pillars) === */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.feature {
  background: var(--bg-card);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 2.25rem 1.85rem 2rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.feature:hover {
  border-color: var(--hairline-strong);
  background: var(--bg-card-hover);
}
.feature__num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.55rem;
  color: var(--accent-soft);
  display: block;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.feature h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0 0 0.65rem;
  color: var(--text-strong);
  letter-spacing: -0.005em;
}
.feature p {
  font-size: 0.95rem;
  color: var(--text-mute);
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 1080px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .features { grid-template-columns: 1fr; } }

/* === APART SECTION (split: copy left + cream accent card right) === */
.apart-section {
  background:
    radial-gradient(ellipse at 80% 30%, rgba(74, 125, 92, 0.10), transparent 55%),
    var(--bg);
}
.apart-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4.5rem;
  align-items: center;
}
.apart-head { max-width: 560px; }
.apart-head h2 { margin-bottom: 1.5rem; }

.apart-card {
  background: var(--cream);
  color: var(--cream-ink);
  padding: 3rem 2.5rem;
  border-radius: var(--radius);
  position: relative;
  transform: rotate(-0.4deg);
  box-shadow:
    0 1px 0 rgba(0,0,0,0.3),
    0 32px 70px -24px rgba(0,0,0,0.5);
}
.apart-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(14, 14, 14, 0.18);
  border-radius: var(--radius);
  pointer-events: none;
}
.apart-card__eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin: 0 0 1.5rem;
}
.apart-card__quote {
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0;
}
.apart-card__quote p {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.45;
  color: var(--cream-ink);
  margin: 0 0 1em;
  letter-spacing: -0.008em;
}
.apart-card__quote p:last-child { margin-bottom: 0; }

/* Prose quote (About page, multi-paragraph director quote) */
.prose-quote {
  margin: 0 0 1em;
  padding: 0;
  border: 0;
}
.prose-quote p {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.4rem, 2.3vw, 1.8rem);
  line-height: 1.42;
  color: var(--text-strong);
  letter-spacing: -0.012em;
  margin: 0 0 0.85em;
}
.prose-quote p:last-child { margin-bottom: 0; }
.apart-card__attr {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin: 0;
}

@media (max-width: 980px) {
  .apart-grid { grid-template-columns: 1fr; gap: 3rem; }
  .apart-card { transform: none; }
}

/* === FULL-BLEED PHOTO BREAK ===
 * Edge-to-edge image, its own moment. ~3rem dark space on each side
 * separates it from neighbouring sections. */
.full-bleed-break {
  margin: 3rem 0;
  width: 100%;
  background: var(--bg);
  overflow: hidden;
}
.full-bleed-break img {
  width: 100%;
  height: clamp(360px, 55vh, 580px);
  object-fit: cover;
  display: block;
}

/* Taller variant for sub-page hero images (About, etc.) */
.full-bleed-break--hero { margin: 0 0 3rem; }
.full-bleed-break--hero img { height: clamp(440px, 70vh, 760px); }

/* When the photo break sits flush against a --alt-coloured section above,
 * remove the top margin so they butt cleanly. Sister rule below trims the
 * preceding section's bottom padding. */
.full-bleed-break.section--alt-bleed { margin-top: 0; }
.section--no-bottom { padding-bottom: 0 !important; }

@media (max-width: 760px) {
  .full-bleed-break { margin: 1.5rem 0; }
  .full-bleed-break img { height: clamp(280px, 50vh, 400px); }
  .full-bleed-break--hero img { height: clamp(320px, 55vh, 480px); }
}

/* === ROOMS (8-row editorial 2-col grid with numerals) === */
.rooms {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.room {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--hairline);
  transition: padding-left 0.3s ease;
}
.room:nth-child(odd)  { padding-right: 2.5rem; }
.room:nth-child(even) { padding-left: 2.5rem; border-left: 1px solid var(--hairline); }
.room:hover { padding-left: calc(2.5rem + 0.5rem); }
.room:nth-child(odd):hover { padding-left: 0.5rem; padding-right: 2rem; }

.room__num {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 1.05rem;
  color: var(--accent-soft);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  min-width: 2ch;
  padding-top: 0.25em;
}
.room__copy { flex: 1; }
.room h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  letter-spacing: -0.012em;
  color: var(--text-strong);
  margin: 0 0 0.35rem;
}
.room p {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
  color: var(--text-mute);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .rooms { grid-template-columns: 1fr; }
  .room:nth-child(odd),
  .room:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
  .room:hover { padding-left: 0.4rem; }
}

/* === PROCESS (4-step) === */
.process {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  counter-reset: process;
}
.process-step {
  background: var(--bg-card);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 2.25rem 1.85rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.process-num {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--accent-soft);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.process-step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
  color: var(--text-strong);
}
.process-step p {
  font-size: 0.95rem;
  color: var(--text-mute);
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 1000px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .process { grid-template-columns: 1fr; } }

/* === WORK GRID (2-col with feature large) === */
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.card-work {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--bg-card);
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  border: 1px solid var(--hairline);
  color: inherit;
}
.card-work--lg {
  grid-column: span 2;
  aspect-ratio: 16 / 8;
}
.card-work__img { position: absolute; inset: 0; }
.card-work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.card-work:hover .card-work__img img { transform: scale(1.04); }
.card-work__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.85rem;
  background: linear-gradient(180deg, rgba(10,10,10,0) 35%, rgba(10,10,10,0.88) 100%);
  color: var(--text-strong);
  gap: 0.5rem;
}
.card-work__tag {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
}
.card-work__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.35;
  color: var(--text-strong);
  letter-spacing: -0.005em;
}
.card-work--lg .card-work__title { font-size: 1.4rem; }
.work-foot { margin-top: 2.5rem; }
@media (max-width: 720px) {
  .work-grid { grid-template-columns: 1fr; }
  .card-work--lg { grid-column: span 1; aspect-ratio: 4 / 3; }
}

/* === MAKERS (wordmark row) === */
.section--makers { background: var(--bg); }
.makers-wrap { max-width: 100%; }
.makers-head { max-width: var(--max-readable); margin-bottom: 3.5rem; }
.makers-head .section-lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.12rem;
  color: var(--text);
  line-height: 1.65;
  max-width: 60ch;
  margin-top: 1.25rem;
}

.makers {
  list-style: none;
  padding: 2.5rem 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem 3rem;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.makers li {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  color: var(--text-mute);
  letter-spacing: -0.005em;
  transition: color 0.3s ease;
  flex: 0 0 auto;
}
.makers li:hover { color: var(--accent-soft); }
.makers-note {
  margin: 1.5rem 0 0;
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--text-mute);
  font-style: italic;
}

/* === STATS === */
.section--stats {
  background: var(--bg-alt);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat {
  padding: 1rem 1.5rem;
  border-left: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.stat:first-child { border-left: 0; padding-left: 0; }
.stat__num {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  line-height: 1;
  color: var(--text-strong);
  letter-spacing: -0.02em;
}
.stat__num em { font-style: italic; color: var(--accent-soft); font-weight: 300; }
.stat__label {
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--text-mute);
  line-height: 1.4;
  letter-spacing: 0.005em;
}
@media (max-width: 880px) { .stats { grid-template-columns: repeat(2, 1fr); gap: 2rem 0; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
}
@media (max-width: 480px) { .stats { grid-template-columns: 1fr; }
  .stat { border-left: 0; padding-left: 0; }
}

/* === SHOWROOM === */
.section--showroom {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  background: var(--bg);
}
.showroom-wrap {
  max-width: var(--max-readable);
  margin: 0 auto;
  text-align: center;
}
.showroom-copy h2 { margin: 0 auto 1.25rem; max-width: 18ch; }
.showroom-copy p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.15rem;
  color: var(--text);
  line-height: 1.6;
  max-width: 56ch;
  margin: 0 auto 2rem;
}
.showroom-copy .link-arrow { margin: 0 auto; }

/* === FINAL CTA === */
.section--cta {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(74, 125, 92, 0.12), transparent 60%),
    var(--bg);
  padding: clamp(5rem, 10vw, 8rem) 0;
  text-align: center;
}
.cta-wrap { max-width: 720px; margin: 0 auto; }
.cta-wrap h2 {
  margin: 0 auto 1.5rem;
  max-width: 16ch;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
}
.cta-lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  color: var(--text);
  line-height: 1.55;
  max-width: 50ch;
  margin: 0 auto 2.5rem;
}

/* === CONTACT === */
.section--contact {
  background: var(--bg-alt);
  border-top: 1px solid var(--hairline);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.contact-col h2 { margin-bottom: 1.25rem; }
.contact-lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.12rem;
  line-height: 1.6;
  color: var(--text);
  max-width: 38ch;
  margin: 0 0 2.5rem;
}
.contact-details {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  gap: 0;
  font-family: var(--sans);
  font-size: 0.95rem;
}
.contact-details li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--hairline);
}
.contact-details li:first-child { border-top: 1px solid var(--hairline); }
.contact-details span:first-child {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  align-self: center;
  font-weight: 600;
}
.contact-details a:hover { color: var(--accent-soft); }
.social {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  margin-top: 1.5rem;
}
.social a { color: var(--text-strong); border-bottom: 1px solid var(--hairline-strong); padding-bottom: 0.15rem; }
.social a:hover { color: var(--accent-soft); border-color: var(--accent); }

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 3.5rem; }
}

/* === FORM === */
.contact-form {
  background: var(--bg-card);
  padding: 2.5rem 2.25rem;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  display: grid;
  gap: 1.25rem;
}
.contact-form label { display: grid; gap: 0.5rem; }
.contact-form span {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 600;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: inherit;
  font-size: 1rem;
  color: var(--text-strong);
  background: var(--bg);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--radius);
  padding: 0.95rem 1rem;
  width: 100%;
  height: 56px;
  transition: border-color 0.25s ease;
}
.contact-form textarea { resize: vertical; min-height: 130px; height: auto; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: none; border-color: var(--accent); }
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%234A7D5C' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.contact-form select option { background: var(--bg); color: var(--text-strong); }

/* Chrome autofill (per BRAND-RULES §4) */
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--bg) inset !important;
  -webkit-text-fill-color: var(--text-strong) !important;
  caret-color: var(--text-strong) !important;
  transition: background-color 9999s ease-in-out 0s;
}

.contact-form .btn { margin-top: 0.5rem; }
.form-note {
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--text-mute);
  margin: 0;
  text-align: center;
}

/* === FOOTER === */
.site-footer {
  background: var(--bg);
  padding: clamp(4rem, 7vw, 6rem) 0 2.5rem;
  border-top: 1px solid var(--hairline);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
}
.footer-col {
  font-family: var(--sans);
  font-size: 0.92rem;
}
.footer-col--brand p {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  color: var(--text-mute);
  line-height: 1.6;
  max-width: 36ch;
}
.footer-eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin: 0 0 1.5rem;
  font-weight: 600;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}
.footer-col ul li,
.footer-col ul a {
  color: var(--text-mute);
  font-size: 0.92rem;
  line-height: 1.5;
}
.footer-col ul a:hover { color: var(--text-strong); }

.footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--hairline);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--text-mute);
}
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col--brand { grid-column: span 2; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-col--brand { grid-column: span 1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* === REVEAL ON SCROLL === */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s ease, transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal--stagger-1 { transition-delay: 0.0s; }
.reveal--stagger-2 { transition-delay: 0.08s; }
.reveal--stagger-3 { transition-delay: 0.16s; }
.reveal--stagger-4 { transition-delay: 0.24s; }

.hero-reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: heroReveal 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-reveal--delay-1 { animation-delay: 0.15s; }
.hero-reveal--delay-2 { animation-delay: 0.30s; }
.hero-reveal--delay-3 { animation-delay: 0.45s; }
@keyframes heroReveal { to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .reveal, .hero-reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* === ADDITIONS FOR MULTI-PAGE BUILD === */

/* Active nav state */
.nav a.active { color: var(--text-strong); }
.nav a.active::after {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--accent);
  margin-top: 4px;
}

/* Rooms grid (home page) — editorial asymmetric layout
 * 12-col grid: 1 feature row (12 col) + 3-up row (4 col each) + 4-up row (3 col each).
 * Magazine-style hierarchy. Kitchen leads. */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
.room-tile {
  display: block;
  background: var(--bg-card);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.5s ease;
}
.room-tile:hover {
  border-color: var(--hairline-strong);
  color: inherit;
}

/* Size variants */
.room-tile--feature { grid-column: span 12; }
.room-tile--medium  { grid-column: span 4; }
.room-tile--small   { grid-column: span 3; }

.room-tile__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-soft);
}
.room-tile--feature .room-tile__img { aspect-ratio: 21 / 8; }

.room-tile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.room-tile:hover .room-tile__img img { transform: scale(1.04); }

.room-tile__copy {
  padding: 1.5rem 1.65rem 1.65rem;
}
.room-tile--feature .room-tile__copy {
  padding: 2rem 2.5rem 2.25rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
}
.room-tile h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.18rem;
  margin: 0 0 0.3rem;
  color: var(--text-strong);
  letter-spacing: -0.005em;
}
.room-tile--feature h3 {
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  margin: 0;
  font-weight: 300;
}
.room-tile p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text-mute);
  margin: 0;
}
.room-tile--feature p {
  font-size: 1.1rem;
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  .rooms-grid { grid-template-columns: repeat(6, 1fr); }
  .room-tile--feature { grid-column: span 6; }
  .room-tile--medium  { grid-column: span 3; }
  .room-tile--small   { grid-column: span 3; }
  .room-tile--feature .room-tile__copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
@media (max-width: 540px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .room-tile--feature, .room-tile--medium, .room-tile--small { grid-column: span 1; }
  .room-tile--feature .room-tile__img { aspect-ratio: 4 / 3; }
}

/* Work cards (home page recent work) — 2-up large editorial cards with captions */
.work-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
.work-card {
  margin: 0;
  display: grid;
  gap: 1.25rem;
}
.work-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--hairline);
}
.work-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.work-card:hover .work-card__img img { transform: scale(1.03); }

.work-card figcaption { padding: 0 0.25rem; }
.work-card__tag {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin: 0 0 0.5rem;
}
.work-card__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.4;
  color: var(--text-strong);
  margin: 0;
  letter-spacing: -0.005em;
  max-width: 32ch;
}
@media (max-width: 760px) {
  .work-cards { grid-template-columns: 1fr; gap: 2.25rem; }
}

/* Page hero (sub-pages: about, services, projects, contact) */
.page-hero {
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
  background: var(--bg);
  border-bottom: 1px solid var(--hairline);
}
.page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.page-hero__title {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  max-width: 22ch;
  color: var(--text-strong);
}
.page-hero__lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.5;
  color: var(--text);
  max-width: 62ch;
  margin: 0;
  letter-spacing: -0.005em;
}
.page-hero--cat {
  padding-top: clamp(3.5rem, 6vw, 5rem);
}

/* Breadcrumb */
.crumb {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 2rem;
}
.crumb a { color: var(--text-mute); border-bottom: 1px solid transparent; padding-bottom: 0.1rem; }
.crumb a:hover { color: var(--text-strong); border-color: var(--hairline-strong); }
.crumb span { color: var(--accent-soft); }

/* Project category tiles (projects landing) */
.project-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.project-cat {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.3s ease;
  background: var(--bg-card);
  border: 1px solid var(--hairline);
}
.project-cat:hover { border-color: var(--hairline-strong); color: inherit; }
.project-cat__img {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-soft);
}
.project-cat__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.project-cat:hover .project-cat__img img { transform: scale(1.04); }
.project-cat__copy { padding: 1.85rem 2rem; }
.project-cat__count {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin: 0 0 0.85rem;
  font-weight: 600;
}
.project-cat h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.015em;
  margin: 0 0 0.4rem;
  color: var(--text-strong);
}
.project-cat__tag {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  color: var(--text-mute);
  margin: 0;
}
@media (max-width: 760px) { .project-cats { grid-template-columns: 1fr; gap: 1.25rem; } }

/* Full-bleed figure (within container) */
.full-bleed-figure {
  margin: 0;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--hairline);
}
.full-bleed-figure img {
  width: 100%;
  height: clamp(360px, 60vh, 640px);
  object-fit: cover;
  display: block;
}

/* Gallery (category pages) */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  grid-auto-flow: dense;
}
.gallery-item {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--hairline);
}
.gallery-item--wide {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
@media (max-width: 880px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-item--wide { grid-column: span 2; }
}
@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; }
  .gallery-item--wide { grid-column: span 1; aspect-ratio: 4 / 3; }
}

/* Prose grid (about page) */
.prose-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: start;
}
.prose-col--narrow { padding-top: 0.5rem; }
.prose-col--narrow h2 { margin-top: 0.75rem; }
.prose-col--wide {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--text);
  max-width: 60ch;
}
.prose-col--wide p { margin-bottom: 1.4em; }
.prose-col--wide p:last-child { margin-bottom: 0; }
.prose-lede {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  line-height: 1.4;
  color: var(--text-strong);
  letter-spacing: -0.012em;
  margin-bottom: 1.5em !important;
}
@media (max-width: 880px) {
  .prose-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* Other rooms link cluster (category pages) */
.other-rooms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  margin: 0;
  max-width: 60ch;
}
.other-rooms a {
  color: var(--text-mute);
  border-bottom: 1px solid var(--hairline-strong);
  padding-bottom: 0.15rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.other-rooms a:hover { color: var(--accent-soft); border-color: var(--accent); }

/* Inline link */
.link-inline {
  color: var(--text-strong);
  border-bottom: 1px solid var(--hairline-strong);
  padding-bottom: 0.1rem;
}
.link-inline:hover { color: var(--accent-soft); border-color: var(--accent); }

/* Helpers */
.readable { max-width: var(--max-readable); margin: 0 auto; }
.section--first { padding-top: clamp(3rem, 5vw, 4rem); }

/* Footer eyebrow + brand list link colour fix */
.footer-col ul li a { color: var(--text-mute); }
.footer-col ul li a:hover { color: var(--text-strong); }

/* Prose attribution (under the long director quote on About) */
.prose-attr {
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: -0.5em 0 2.5em !important;
}

/* ============================================
 * PRINT STYLESHEET
 * Drew prints pages and files them. Make sure they print well.
 * Strategy: invert to white BG / dark text, kill chrome, retain photography,
 * give A4-friendly margins, force colour green to render, add URL footer.
 * ============================================ */

@media print {
  @page {
    size: A4;
    margin: 18mm 16mm 22mm 16mm;
  }

  /* Force browsers to print background colours / images for the cream card,
   * eyebrows, accent attribution. Without this, dark themes print as blank. */
  *, *::before, *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  /* Flip the substrate — dark site → white print, dark ink */
  html, body {
    background: #FFFFFF !important;
    color: #1A1A1A !important;
    font-size: 11pt;
    line-height: 1.5;
  }

  /* Headings: keep the serif but in dark ink */
  h1, h2, h3, h4 { color: #0E0E0E !important; }
  h1 em, h2 em, h3 em { color: #5C7E1F !important; } /* darker green for paper contrast */

  /* Eyebrows + accents → dark green for paper readability */
  .eyebrow,
  .feature__num,
  .room__num,
  .process-num,
  .card-work__tag,
  .project-cat__count,
  .footer-eyebrow,
  .prose-attr,
  .apart-card__attr,
  .quote-attr,
  .apart-card__eyebrow {
    color: #5C7E1F !important;
  }

  /* Body copy */
  p, li, .hero-lede, .section-lede, .heritage-body, .intro-body,
  .about-body, .prose-col--wide, .makers-head .section-lede, .room p,
  .feature p, .process-step p, .card-work__title, .project-cat h3,
  .project-cat__tag, .quote p, .prose-quote p, .apart-card__quote p,
  .makers li, .footer-col ul li, .footer-col ul li a, .contact-details li,
  .stat__label {
    color: #1A1A1A !important;
  }

  /* Links: underlined, dark, with URL printed after for offline use */
  a { color: #1A1A1A !important; text-decoration: underline; }
  a[href^="http"]::after,
  a[href^="mailto:"]::after,
  a[href^="tel:"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #5C7E1F;
    font-weight: 400;
    text-decoration: none;
  }
  /* Don't dump URLs after every nav link or button on the same page */
  .nav a::after, .header-cta a::after, .btn::after, .link-arrow::after,
  .footer-col ul a::after, .room h3 a::after, .crumb a::after,
  .other-rooms a::after, .social a::after, .brand::after { content: '' !important; }

  /* Hide chrome: sticky header nav and form CTA buttons aren't useful on paper */
  .site-header, .header-cta, .nav, .phone-link, .btn,
  .btn-group, .work-foot, .link-arrow,
  script, .reveal { display: revert; }
  .site-header { position: static; background: transparent !important;
    border-bottom: 1px solid #DDD; padding: 8mm 0; }
  .nav { display: none; }
  .header-cta { display: none; }

  /* Show the brand mark on every page */
  .brand-logo { filter: none !important; height: 38px; }
  /* Add a print-only print-ready phone strip near top */

  /* Cream card prints as a real cream box with dark text */
  .apart-card {
    background: #F2EFE6 !important;
    color: #1A1A1A !important;
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid #C9C7C0 !important;
    page-break-inside: avoid;
  }
  .apart-card__quote p { color: #1A1A1A !important; }

  /* Hero: kill the dark overlay that crushes text on paper */
  .hero, .hero-image { background: #FFFFFF !important; }
  .hero { min-height: auto !important; padding: 4mm 0 8mm !important; }
  .hero-grid { min-height: auto !important; padding: 0 !important; gap: 6mm !important; }
  .page-hero { padding: 4mm 0 8mm !important; border-bottom: 1px solid #DDD !important; }

  /* Sections: trim padding for paper */
  .section, .section--alt, .section--cta, .section--showroom,
  .section--contact, .section--makers, .section--stats, .section--quote,
  .section--heritage, .section--intro {
    padding: 8mm 0 !important;
    background: #FFFFFF !important;
    border-bottom: 1px solid #DDD !important;
  }

  /* Cards: light surface, hairline border, no glow */
  .feature, .process-step, .room-tile, .project-cat, .gallery-item,
  .card-work, .full-bleed-figure, .hero-image, .contact-form {
    background: #FFFFFF !important;
    border: 1px solid #C9C7C0 !important;
    box-shadow: none !important;
    page-break-inside: avoid;
  }

  /* Card overlays: kill dark gradient, position copy under image */
  .card-work__overlay {
    position: static !important;
    background: transparent !important;
    color: #1A1A1A !important;
    padding: 3mm 4mm !important;
  }
  .card-work__title { color: #1A1A1A !important; }

  /* Images: contain at sensible size, no scale animations */
  img { max-width: 100% !important; height: auto !important; transform: none !important; }
  .feature-project__figure img,
  .full-bleed-figure img,
  .hero-image img { max-height: 90mm !important; object-fit: contain !important; height: auto !important; }
  .gallery-item img, .room-tile__img img,
  .card-work__img img, .project-cat__img img {
    max-height: 60mm !important; height: auto !important; object-fit: contain !important;
  }

  /* Page breaks */
  h1, h2 { page-break-after: avoid; }
  h2 { page-break-before: auto; }
  .section, .feature-project, .project-tile { page-break-inside: avoid; }
  .gallery, .features, .process, .rooms, .work-grid, .project-cats,
  .rooms-grid { page-break-inside: auto; }

  /* Form: simplify */
  .contact-form input, .contact-form select, .contact-form textarea {
    background: #FFFFFF !important; color: #1A1A1A !important;
    border: 1px solid #C9C7C0 !important;
  }
  .form-note { color: #5C7E1F !important; }

  /* Footer: print as a single dark-ink block */
  .site-footer { background: #FFFFFF !important; border-top: 1px solid #C9C7C0 !important;
    padding: 8mm 0 !important; }
  .footer-col, .footer-col p, .footer-col ul li, .footer-col ul li a {
    color: #1A1A1A !important;
  }
  .footer-bottom { border-top: 1px solid #DDD !important; }

  /* Print-only contact strip at top of every page so the phone is right there */
  body::before {
    content: 'Mason Joinery  ·  3/10 Thomas Hanlon Court, Yatala QLD 4207  ·  0438 068 628  ·  admin@masonjoinery.com.au  ·  www.masonjoinery.com.au';
    display: block;
    padding-bottom: 4mm;
    margin-bottom: 6mm;
    border-bottom: 1px solid #C9C7C0;
    font-family: var(--sans);
    font-size: 8.5pt;
    color: #5C5C58;
    letter-spacing: 0.04em;
  }
}
