/*
 * Creations by Hatch — Blue Ridge storefront system
 * Presentation-only layer. Inventory truth remains in data and product-renderer.js.
 * The visual signature is a shop-board composition: hard edges, joinery-like rules,
 * and real photographs carrying the page instead of decorative rustic effects.
 */

:root {
  /* Public visual contract: ridge/forest/wood are identity; canvas is support. */
  --surface-ridge: #3e5d6b;
  --surface-ridge-deep: #2e4651;
  --surface-ridge-muted: #91a6a5;
  --surface-forest: #31483a;
  --surface-forest-deep: #20352b;
  --surface-forest-wash: #a6b5a5;
  --surface-wood: #5a3d2b;
  --surface-wood-wash: #c2a98c;
  --surface-canvas: #eee6d7;
  --surface-canvas-raised: #f4eddf;
  --surface-mist: #c7d0c4;
  --text-on-dark: #f4eddf;
  --text-on-light: #292b27;
  --accent-sawdust: #c6a77c;
  --accent-copper: #a86543;
  --workshop-cream: var(--surface-canvas);
  --workshop-cream-light: var(--surface-canvas-raised);
  --appalachian-fog: var(--surface-mist);
  --ridge-stone: var(--surface-ridge-muted);
  --pine-wash: var(--surface-forest-wash);
  --sage-field: #899d8d;
  --clay-wash: var(--surface-wood-wash);
  --parchment: #ddc8a3;
  --mountain-pine: var(--surface-forest);
  --mountain-pine-deep: var(--surface-forest-deep);
  --sage-meadow: #71806a;
  --moss: #8b9270;
  --walnut-beam: var(--surface-wood);
  --cedar-brown: var(--accent-copper);
  --golden-oak: var(--accent-sawdust);
  --barn-red: #8b4535;
  --haint-blue: #a7c3c7;
  --iron: var(--text-on-light);
  --ink-soft: #545248;
  --surface-field: #ead9c0;
  --line-soft: rgba(41, 43, 39, 0.18);
  --line-strong: rgba(41, 43, 39, 0.42);
  --type-display: "Bitter", Georgia, serif;
  --type-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --content-wide: 1340px;
  --content-main: 1180px;
  --content-reading: 720px;
  --radius-structural: 2px;
  --radius-control: 4px;
  --shadow-edge: 8px 8px 0 rgba(23, 51, 38, 0.18);
  --shadow-photo: 0 18px 34px rgba(23, 33, 27, 0.16);
  --space-section: clamp(4.5rem, 8vw, 8rem);
  --transition-fast: 160ms ease;
}

html {
  background: var(--surface-ridge-deep);
}

body {
  color: var(--iron);
  font-family: var(--type-body);
  font-size: 1.04rem;
  line-height: 1.62;
  background:
    radial-gradient(circle at 82% 12%, rgba(167, 195, 199, 0.12), transparent 25rem),
    repeating-linear-gradient(90deg, rgba(23, 51, 38, 0.035) 0 1px, transparent 1px 31px),
    var(--surface-ridge-muted);
}

body::before {
  display: none;
}

h1,
h2,
h3,
.brand,
.footer-brand p {
  color: var(--mountain-pine-deep);
  font-family: var(--type-display);
  font-weight: 600;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(3rem, 6.8vw, 6.7rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.25rem);
  line-height: 1.02;
}

h3 {
  line-height: 1.16;
}

p {
  max-width: 68ch;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--haint-blue);
  outline-offset: 3px;
}

.skip-link {
  color: var(--mountain-pine-deep);
  background: var(--surface-field);
  border: 2px solid var(--mountain-pine-deep);
  border-radius: 0;
}

.section-shell {
  width: min(calc(100% - clamp(2rem, 8vw, 8rem)), var(--content-main));
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}

/* Full-bleed material fields keep the site grounded in the shop palette. */
#ready-now,
.collection-section,
.home-photo-section,
.studio-note,
.home-cta {
  position: relative;
  isolation: isolate;
  clip-path: inset(0 -100vmax);
}

#ready-now {
  background: var(--surface-forest-wash);
  box-shadow: 0 0 0 100vmax var(--surface-forest-wash);
}

.collection-section {
  background: var(--surface-wood-wash);
  box-shadow: 0 0 0 100vmax var(--surface-wood-wash);
}

.home-photo-section {
  background: var(--surface-ridge-muted);
  box-shadow: 0 0 0 100vmax var(--surface-ridge-muted);
}

.studio-note {
  background: var(--surface-wood-wash);
  box-shadow: 0 0 0 100vmax var(--surface-wood-wash);
}

.home-cta {
  background: var(--surface-ridge-muted);
  box-shadow: 0 0 0 100vmax var(--surface-ridge-muted);
}

.section-band {
  margin: 0;
}

.section-heading {
  margin-bottom: clamp(2.2rem, 4.5vw, 4rem);
}

.section-heading.compact-heading {
  max-width: 860px;
}

.section-heading h2 {
  max-width: 15ch;
  margin: 0.25rem 0 1rem;
}

.section-heading > p:last-child {
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.eyebrow,
.product-category,
.gallery-kicker {
  color: var(--cedar-brown);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  min-height: 76px;
  padding: 0.6rem max(4vw, calc((100vw - var(--content-wide)) / 2));
  color: var(--workshop-cream-light);
  background: linear-gradient(90deg, rgba(32, 53, 43, 0.99), rgba(46, 70, 81, 0.99));
  border-bottom: 1px solid rgba(243, 235, 221, 0.18);
  box-shadow: none;
  backdrop-filter: none;
}

.brand {
  gap: 0.7rem;
  color: var(--workshop-cream-light);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 46px;
  height: 46px;
  padding: 2px;
  background: var(--workshop-cream);
  border: 1px solid rgba(243, 235, 221, 0.4);
  border-radius: 50%;
  box-shadow: none;
}

.site-nav {
  gap: 0.15rem;
}

.site-nav a {
  min-height: 44px;
  padding: 0.65rem 0.82rem;
  color: var(--workshop-cream-light);
  border: 0;
  border-radius: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--golden-oak);
}

.site-nav .nav-cta {
  margin-left: 0.65rem;
  color: var(--mountain-pine-deep);
  background: var(--workshop-cream);
  border: 1px solid var(--workshop-cream);
  border-radius: var(--radius-control);
  box-shadow: none;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--mountain-pine-deep);
  background: var(--haint-blue);
  border-color: var(--haint-blue);
  box-shadow: none;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  color: var(--mountain-pine-deep);
  background: var(--workshop-cream);
  border: 0;
  border-radius: var(--radius-control);
}

/* Buttons */
.button,
.form-button {
  min-height: 48px;
  padding: 0.78rem 1.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  border-width: 1px;
  border-radius: var(--radius-control);
  box-shadow: none;
  transition: color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(1px);
}

.button-primary,
.form-button {
  color: var(--workshop-cream-light);
  background: var(--mountain-pine);
  border-color: var(--mountain-pine);
}

.button-primary:hover,
.button-primary:focus-visible,
.form-button:hover,
.form-button:focus-visible {
  color: #fff;
  background: var(--mountain-pine-deep);
  border-color: var(--mountain-pine-deep);
}

.button-secondary {
  color: var(--mountain-pine-deep);
  background: transparent;
  border-color: var(--mountain-pine-deep);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--workshop-cream-light);
  background: var(--mountain-pine-deep);
  border-color: var(--mountain-pine-deep);
}

/* Showroom entrance */
.premium-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(28rem, 1.12fr) minmax(22rem, 0.88fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: min(860px, calc(100vh - 76px));
  padding: clamp(3.2rem, 7vw, 6.4rem) max(4vw, calc((100vw - var(--content-wide)) / 2));
  overflow: hidden;
  color: var(--workshop-cream-light);
  background:
    radial-gradient(circle at 7% 0%, rgba(198, 167, 124, 0.16), transparent 25rem),
    linear-gradient(112deg, var(--surface-ridge-deep), var(--surface-forest) 76%);
}

.premium-hero::before {
  position: absolute;
  right: -8vw;
  bottom: -9rem;
  width: 58vw;
  height: 19rem;
  opacity: 0.22;
  background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 30px, var(--haint-blue) 31px 33px, transparent 34px 54px);
  content: "";
  pointer-events: none;
}

.premium-hero .hero-content,
.premium-hero .hero-photo {
  position: relative;
  z-index: 1;
}

.premium-hero .hero-content {
  max-width: none;
}

.premium-hero .eyebrow {
  margin-bottom: 0.45rem;
  color: var(--haint-blue);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.premium-hero h1,
.premium-hero .hero-brand-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.28em;
  row-gap: 0.02em;
  max-width: none;
  margin: 0.15rem 0 0.85rem;
  color: #f6efe2;
  font-family: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(2.85rem, 6.4vw, 5.85rem);
  font-variation-settings: "SOFT" 28, "WONK" 0.6, "opsz" 144;
  line-height: 0.9;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.premium-hero .hero-brand-line {
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.premium-hero .hero-copy {
  max-width: 34rem;
  color: #e9ede6;
  font-size: clamp(0.98rem, 1.35vw, 1.14rem);
  overflow-wrap: break-word;
}

/* Shared product media/content containment. Keep this final so legacy breakpoints cannot reintroduce two-column clipping. */
.catalog-card {
  grid-template-columns: minmax(16rem, 40%) minmax(26rem, 1fr);
}

.catalog-card > .catalog-card-image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  align-self: start;
}

.catalog-card > .catalog-card-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.catalog-card-body,
.catalog-card-body > *,
.catalog-card-body fieldset,
.catalog-card-body .finish-options {
  min-width: 0;
  max-width: 100%;
}

.catalog-card h2,
.catalog-card h3 {
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.catalog-card .finish-options {
  flex-wrap: wrap;
}

.catalog-card .finish-options button {
  flex: 0 1 auto;
  max-width: 100%;
  white-space: normal;
}

@media (min-width: 1081px) {
  .catalog-card .media-orientation-portrait { aspect-ratio: 3 / 4; }
  .catalog-card .media-orientation-square { aspect-ratio: 1 / 1; }
  .catalog-card .media-orientation-landscape { aspect-ratio: 4 / 3; }
}

@media (max-width: 1080px) {
  .catalog-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-card > .catalog-card-image {
    width: 100%;
    aspect-ratio: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .catalog-card > .media-orientation-portrait { height: clamp(22rem, 55vw, 36rem); }
  .catalog-card > .media-orientation-square { height: clamp(20rem, 50vw, 32rem); }
  .catalog-card > .media-orientation-landscape { height: clamp(17rem, 42vw, 28rem); }
}

@media (max-width: 640px) {
  .catalog-card > .media-orientation-portrait { height: clamp(22rem, 105vw, 30rem); }
  .catalog-card > .media-orientation-square { height: clamp(20rem, 92vw, 27rem); }
  .catalog-card > .media-orientation-landscape { height: clamp(17rem, 76vw, 23rem); }
}

/* Built Now families: inventory variants live inside one product card and finish previews remain explicitly labeled. */
.built-now-media {
  position: relative;
  overflow: hidden;
  background: var(--appalachian-fog);
}

.built-now-real-photo-toggle {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  padding: 0.55rem 0.72rem;
  color: var(--text-on-dark);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(46, 70, 81, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  cursor: pointer;
}

.built-now-family-summary {
  color: var(--text-muted);
}

.built-now-variant-picker {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0.35rem;
  font-weight: 800;
}

.built-now-variant-picker span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.built-now-variant-picker select {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 0.68rem 2.6rem 0.68rem 0.75rem;
  color: var(--ink);
  font: inherit;
  background: var(--surface-canvas);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
}

.built-now-preview-disclosure {
  padding: 0.75rem 0.85rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  background: var(--surface-forest-wash);
  border-left: 3px solid var(--haint-blue);
}

.finish-swatches,
.catalog-card .finish-options.finish-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.finish-swatch {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  width: 4.6rem;
  min-height: 0;
  padding: 0.28rem 0.28rem 0.45rem;
  color: var(--ink);
  background: var(--surface-canvas);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
}

.finish-swatch-media {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--appalachian-fog);
  border-radius: 4px;
}

.finish-swatch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.finish-swatch-fallback {
  display: block;
  width: 100%;
  height: 100%;
  background: #c4b29a;
}

.finish-swatch-fallback[data-finish-tone="natural"],
.finish-swatch-fallback[data-finish-tone="natural-oak"],
.finish-swatch-fallback[data-finish-tone="brown"] { background: #c9a36a; }
.finish-swatch-fallback[data-finish-tone="golden-oak"] { background: #d4a017; }
.finish-swatch-fallback[data-finish-tone="dark-walnut"],
.finish-swatch-fallback[data-finish-tone="dark-brown"] { background: #4b2e16; }
.finish-swatch-fallback[data-finish-tone="rustic-brown"] { background: #7a4a28; }
.finish-swatch-fallback[data-finish-tone="weathered-white"],
.finish-swatch-fallback[data-finish-tone="white"] { background: #ece6d8; }
.finish-swatch-fallback[data-finish-tone="gray"],
.finish-swatch-fallback[data-finish-tone="gray-black"] { background: #7d7f83; }
.finish-swatch-fallback[data-finish-tone="sedona-red"],
.finish-swatch-fallback[data-finish-tone="dark-red"],
.finish-swatch-fallback[data-finish-tone="reddish"],
.finish-swatch-fallback[data-finish-tone="red-reddish"] { background: #9b3b2a; }
.finish-swatch-fallback[data-finish-tone="burned"] { background: #2b2118; }

.finish-swatch-label {
  max-width: 100%;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.finish-swatch[aria-pressed="true"] {
  color: var(--ink);
  background: var(--surface-forest-wash);
  border-color: var(--mountain-pine-deep);
  box-shadow: 0 0 0 2px rgba(46, 70, 81, 0.18);
}

.catalog-card .finish-options .finish-swatch,
.catalog-card .finish-options .finish-swatch[aria-pressed="true"] {
  flex: 0 0 auto;
  width: 4.6rem;
  max-width: 4.6rem;
  min-height: 0;
  padding: 0.28rem 0.28rem 0.45rem;
  white-space: normal;
}

.catalog-card .finish-options .finish-swatch[aria-pressed="true"] {
  color: var(--ink);
  background: var(--surface-forest-wash);
  border-color: var(--mountain-pine-deep);
}

.finish-swatch[aria-pressed="true"] .finish-swatch-label {
  color: var(--mountain-pine-deep);
}

@media (max-width: 500px) {
  .built-now-real-photo-toggle {
    font-size: 0.72rem;
  }

  .real-photo-label {
    max-width: calc(100% - 1.5rem);
    font-size: 0.64rem;
  }
}

.premium-hero .hero-deck {
  max-width: 32rem;
  margin: 0 0 0.65rem;
  color: var(--workshop-cream-light);
  font-family: var(--type-display);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.3;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin: 1.15rem 0 1.35rem;
  border: 0;
}

.hero-proof span {
  padding: 0.8rem 0.75rem;
  color: var(--text-on-dark);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  background: var(--surface-forest-deep);
  border: 1px solid rgba(198, 167, 124, 0.72);
  border-radius: 0;
}

.hero-proof span:first-child {
  padding-left: 0.75rem;
}

.hero-proof span:last-child {
  border-right: 1px solid rgba(198, 167, 124, 0.72);
}

.premium-hero .button-primary {
  color: var(--mountain-pine-deep);
  background: var(--workshop-cream);
  border-color: var(--workshop-cream);
}

.premium-hero .button-primary:hover,
.premium-hero .button-primary:focus-visible {
  color: var(--mountain-pine-deep);
  background: var(--haint-blue);
  border-color: var(--haint-blue);
}

.premium-hero .button-secondary {
  color: var(--workshop-cream-light);
  border-color: rgba(243, 235, 221, 0.75);
}

.premium-hero .button-secondary:hover,
.premium-hero .button-secondary:focus-visible {
  color: var(--mountain-pine-deep);
  background: var(--workshop-cream);
}

.premium-hero .tertiary-action a {
  color: #dfe7df;
  text-decoration-color: var(--haint-blue);
}

.premium-hero .hero-photo {
  display: block;
  min-width: 0;
  margin: 0;
  padding: clamp(0.55rem, 1vw, 0.9rem);
  aspect-ratio: 4 / 3;
  background: var(--workshop-cream);
  border: 1px solid rgba(243, 235, 221, 0.38);
  border-radius: 0;
  box-shadow: var(--shadow-edge);
}

.premium-hero .hero-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.premium-hero .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--surface-forest);
  border-radius: 0;
}

.premium-hero .hero-label {
  right: 1.4rem;
  bottom: 1.35rem;
  gap: 0;
  padding: 0;
  color: var(--mountain-pine-deep);
  background: var(--workshop-cream-light);
  border: 0;
  border-radius: 0;
}

.premium-hero .hero-label span {
  padding: 0.42rem 0.62rem;
  border-bottom: 1px solid var(--line-soft);
}

/* Inventory and product merchandising */
.inventory-section {
  max-width: var(--content-main);
}

#ready-now {
  position: relative;
}

#ready-now::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: var(--line-strong);
  transform: translateX(-50%);
  content: "";
}

/* Handwritten candidates share the showroom system without implying verified stock. */
.candidate-inventory-band {
  color: var(--text-on-light);
  background:
    linear-gradient(135deg, rgba(62, 93, 107, 0.12), transparent 38%),
    var(--surface-mist);
  border-color: var(--line-strong);
}

.candidate-count {
  color: var(--text-on-dark);
  background: var(--surface-ridge-deep);
  border-radius: var(--radius-control);
}

.candidate-filter-row .filter-button,
.inventory-variant-button {
  color: var(--text-on-light);
  background: var(--surface-canvas-raised);
  border-color: var(--line-strong);
  border-radius: var(--radius-control);
}

.candidate-filter-row .filter-button[aria-pressed="true"],
.inventory-variant-button:hover,
.inventory-variant-button:focus-visible,
.inventory-variant-button[aria-checked="true"] {
  color: var(--text-on-dark);
  background: var(--surface-ridge-deep);
  border-color: var(--surface-ridge-deep);
}

.inventory-family-card {
  background: var(--surface-canvas);
  border-color: var(--line-strong);
  border-radius: 0;
  box-shadow: none;
}

.inventory-family-photo {
  background:
    linear-gradient(135deg, rgba(62, 93, 107, 0.14), transparent),
    var(--surface-canvas-raised);
  border-color: var(--line-soft);
}

.inventory-family-photo img {
  object-fit: contain;
  object-position: center;
}

.inventory-family-photo figcaption {
  color: var(--text-on-dark);
  background: rgba(46, 70, 81, 0.94);
  border-radius: 0;
}

.inventory-family-description,
.inventory-family-sku,
.inventory-family-note {
  color: var(--ink-soft);
}

.inventory-family-facts div {
  border-color: var(--line-soft);
}

.inventory-activation-callout {
  background: var(--surface-ridge-muted);
  border-color: var(--surface-ridge-deep);
  border-radius: 0;
}

.catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem);
}

.catalog-grid-single {
  grid-template-columns: minmax(0, 760px);
}

.catalog-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(390px, 1.08fr);
  min-width: 0;
  overflow: hidden;
  background: transparent;
  border: 1px solid var(--line-soft);
  border-radius: 0;
  box-shadow: none;
  transition: border-color var(--transition-fast), transform var(--transition-fast);
}

.catalog-card:hover,
.catalog-card:focus-within {
  border-color: var(--mountain-pine);
  transform: translateY(-2px);
  box-shadow: none;
}

.catalog-card .catalog-card-image {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: auto;
  background:
    linear-gradient(135deg, rgba(113, 128, 106, 0.2), transparent),
    var(--appalachian-fog);
  border: 0;
  border-right: 1px solid var(--line-soft);
  border-radius: 0;
}

.catalog-card-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 410px;
  padding: clamp(0.55rem, 1vw, 0.85rem);
  object-fit: contain;
  object-position: center;
  transition: transform 240ms ease;
}

.catalog-card:hover .catalog-card-image img,
.catalog-card:focus-within .catalog-card-image img {
  transform: none;
}

.catalog-card-body {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  background: var(--parchment);
}

.catalog-card h2,
.catalog-card h3 {
  margin: 0.15rem 0 0.7rem;
  color: var(--mountain-pine-deep);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
}

.catalog-card-body > p:not(.product-category) {
  color: var(--ink-soft);
}

.availability-badge,
.inventory-availability-badge {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.28rem 0;
  color: var(--mountain-pine);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--golden-oak);
  border-radius: 0;
}

.status-sold_more_coming,
.status-reserved,
.status-unavailable {
  color: var(--barn-red);
}

.product-photo-note {
  font-style: normal;
}

.product-price {
  margin-top: 1rem;
  color: var(--walnut-beam) !important;
  font-family: var(--type-display);
  font-size: 1.18rem;
  font-weight: 600;
}

.catalog-card .button {
  width: 100%;
  margin-top: auto;
}

.inventory-empty-state {
  grid-column: 1 / -1;
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: var(--workshop-cream-light);
  background:
    linear-gradient(105deg, rgba(167, 195, 199, 0.1), transparent 40%),
    var(--mountain-pine-deep);
  border: 1px solid var(--mountain-pine-deep);
  border-radius: 0;
  box-shadow: var(--shadow-edge);
}

.inventory-empty-state::before {
  display: block;
  width: 72px;
  height: 4px;
  margin-bottom: 1.5rem;
  background: var(--golden-oak);
  content: "";
}

.inventory-empty-state h3 {
  max-width: 22ch;
  margin: 0 0 0.9rem;
  color: var(--workshop-cream-light);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
}

.inventory-empty-state p {
  color: #dfe7df;
}

.inventory-empty-state .button-secondary {
  color: var(--workshop-cream-light);
  border-color: var(--workshop-cream);
}

.inventory-empty-state .button-secondary:hover,
.inventory-empty-state .button-secondary:focus-visible {
  color: var(--mountain-pine-deep);
  background: var(--workshop-cream);
}

.catalog-relocated-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.commerce-deposit-note {
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  font-size: 0.92rem;
  background: #f4efe4;
  border: 1px solid rgba(91, 74, 48, 0.18);
}

.special-order-note,
.contact-direct {
  margin: 0.85rem 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.contact-direct p {
  margin: 0.35rem 0 0;
}

.product-price,
.built-now-facts dd {
  overflow-wrap: anywhere;
}

.quiet-band {
  color: var(--iron);
  background:
    linear-gradient(90deg, rgba(90, 56, 37, 0.035) 1px, transparent 1px),
    var(--surface-mist);
  background-size: 34px 34px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

/* Collection links, not card soup */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: transparent;
  border-top: 1px solid var(--line-strong);
}

.collection-grid a {
  position: relative;
  display: grid;
  gap: 0.2rem;
  min-height: 250px;
  padding: 0 1.2rem 1.35rem 0;
  text-decoration: none;
  background: transparent;
  border-right: 0;
  border-bottom: 1px solid var(--line-soft);
  border-radius: 0;
}

.collection-grid a::after {
  position: absolute;
  top: 1.5rem;
  right: 0.4rem;
  color: var(--cedar-brown);
  font-size: 1.2rem;
  content: "↗";
  transition: transform var(--transition-fast);
}

.collection-grid a:hover,
.collection-grid a:focus-visible {
  color: var(--mountain-pine-deep);
  background: transparent;
  box-shadow: inset 0 -4px 0 var(--mountain-pine);
}

.collection-grid a:hover::after,
.collection-grid a:focus-visible::after {
  transform: translate(2px, -2px);
}

.collection-grid span {
  color: var(--mountain-pine-deep);
  font-family: var(--type-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.collection-grid small {
  color: var(--ink-soft);
}

.collection-grid img {
  width: calc(100% - 1.2rem);
  height: 160px;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: center;
  background: var(--appalachian-fog);
}

/* Next-batch finish previews stay visually separate from physical inventory. */
.next-batch-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  background: var(--surface-canvas);
  border: 1px solid var(--line-strong);
}

.next-batch-feature-media {
  position: relative;
  min-height: 520px;
  background: var(--appalachian-fog);
}

.next-batch-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.real-photo-label,
.finish-concept-preview span {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.45rem 0.62rem;
  color: var(--text-on-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(46, 70, 81, 0.94);
}

.next-batch-feature-copy {
  align-self: center;
}

.next-batch-feature-copy h3 {
  margin: 0.35rem 0 0.8rem;
  color: var(--mountain-pine-deep);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.finish-concept-selector {
  width: 100%;
  margin: 1.1rem 0;
  padding: 0.85rem;
  background: var(--surface-mist);
  border: 1px solid var(--line-soft);
}

.finish-concept-preview {
  position: relative;
  min-height: 310px;
  margin-bottom: 0.85rem;
  background: var(--appalachian-fog);
}

.finish-concept-preview img {
  width: 100%;
  height: 310px;
  object-fit: contain;
}

.finish-concept-kicker,
.finish-concept-current,
.finish-concept-label {
  margin: 0.75rem 0 0.4rem;
  color: var(--mountain-pine-deep);
  font-weight: 700;
}

.finish-concept-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1rem 0;
}

.finish-concept-option {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 0.7rem;
  color: var(--mountain-pine-deep);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  background: var(--workshop-cream-light);
  border: 1px solid var(--line-strong);
  cursor: pointer;
}

.finish-concept-option img {
  width: 38px;
  height: 48px;
  object-fit: contain;
}

.finish-concept-option:hover,
.finish-concept-option:focus-visible,
.finish-concept-option[aria-pressed="true"] {
  color: var(--text-on-dark);
  background: var(--mountain-pine-deep);
  border-color: var(--mountain-pine-deep);
}

.finish-concept-disclosure {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.finish-concept-request {
  margin-bottom: 0.7rem;
}

.collection-grid img {
  width: calc(100% - 1.2rem);
  height: 160px;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: center;
  background: var(--appalachian-fog);
}

/* Next-batch finish previews stay visually separate from physical inventory. */
.next-batch-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  background: var(--surface-canvas);
  border: 1px solid var(--line-strong);
}

.next-batch-feature-media {
  position: relative;
  min-height: 520px;
  background: var(--appalachian-fog);
}

.next-batch-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.real-photo-label,
.finish-concept-preview span {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.45rem 0.62rem;
  color: var(--text-on-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(46, 70, 81, 0.94);
}

.next-batch-feature-copy {
  align-self: center;
}

.next-batch-feature-copy h3 {
  margin: 0.35rem 0 0.8rem;
  color: var(--mountain-pine-deep);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.finish-concept-selector {
  width: 100%;
  margin: 1.1rem 0;
  padding: 0.85rem;
  background: var(--surface-mist);
  border: 1px solid var(--line-soft);
}

.finish-concept-preview {
  position: relative;
  min-height: 310px;
  margin-bottom: 0.85rem;
  background: var(--appalachian-fog);
}

.finish-concept-preview img {
  width: 100%;
  height: 310px;
  object-fit: contain;
}

.finish-concept-kicker,
.finish-concept-current,
.finish-concept-label {
  margin: 0.75rem 0 0.4rem;
  color: var(--mountain-pine-deep);
  font-weight: 700;
}

.finish-concept-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1rem 0;
}

.finish-concept-option {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 0.7rem;
  color: var(--mountain-pine-deep);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  background: var(--workshop-cream-light);
  border: 1px solid var(--line-strong);
  cursor: pointer;
}

.finish-concept-option img {
  width: 38px;
  height: 48px;
  object-fit: contain;
}

.finish-concept-option:hover,
.finish-concept-option:focus-visible,
.finish-concept-option[aria-pressed="true"] {
  color: var(--text-on-dark);
  background: var(--mountain-pine-deep);
  border-color: var(--mountain-pine-deep);
}

.finish-concept-disclosure {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.finish-concept-request {
  margin-bottom: 0.7rem;
}

/* Real-photo showroom wall */
.home-photo-section {
  width: min(calc(100% - clamp(2rem, 6vw, 6rem)), var(--content-wide));
}

.home-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(0.55rem, 1.1vw, 0.9rem);
}

.home-photo-grid a {
  position: relative;
  grid-column: span 3;
  min-height: 270px;
  overflow: hidden;
  background: var(--appalachian-fog);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-photo-grid a:nth-child(1),
.home-photo-grid a:nth-child(6) {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 560px;
}

.home-photo-grid a:nth-child(4),
.home-photo-grid a:nth-child(7) {
  grid-column: span 3;
  min-height: 340px;
}

.home-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(135deg, #c8c7ba, #ece5d7);
  transition: transform 260ms ease, filter 260ms ease;
}

.home-photo-grid a:hover img,
.home-photo-grid a:focus-visible img {
  filter: saturate(1.04) contrast(1.02);
  transform: none;
}

.home-photo-grid span {
  right: auto;
  bottom: 0;
  left: 0;
  padding: 0.55rem 0.75rem;
  color: var(--workshop-cream-light);
  font-weight: 800;
  background: rgba(23, 51, 38, 0.92);
  border-radius: 0;
}

.section-action {
  margin-top: 2rem;
}

/* Finish bench */
.finish-section {
  color: #e8ece5;
  background:
    linear-gradient(118deg, rgba(184, 135, 74, 0.14), transparent 30%),
    var(--walnut-beam);
  border: 0;
}

.finish-section .section-heading h2,
.finish-section h2 {
  color: var(--workshop-cream-light);
}

.finish-section .eyebrow {
  color: #e0b982;
}

.finish-section .section-heading > p:last-child {
  color: #eee2d4;
}

.finish-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(243, 235, 221, 0.28);
  border: 1px solid rgba(243, 235, 221, 0.28);
}

.finish-sample-grid figure {
  margin: 0;
  background: #3f281d;
  border: 0;
  border-radius: 0;
}

.finish-sample-grid img {
  width: 100%;
  height: 300px;
  padding: 0.45rem;
  object-fit: contain;
  object-position: center;
  background: #d3c8b6;
}

.finish-sample-grid figcaption {
  display: grid;
  gap: 0.12rem;
  padding: 0.85rem 1rem 1rem;
  color: #eee2d4;
}

.finish-sample-grid strong {
  color: var(--workshop-cream-light);
  font-family: var(--type-display);
  font-size: 1.05rem;
}

.finish-sample-grid span {
  color: #d3c4b7;
  font-size: 0.82rem;
}

.finish-disclosure {
  color: #e6d7c9;
  border-color: rgba(243, 235, 221, 0.3);
}

/* Workshop story and real sequence */
.studio-note {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}

.studio-note .workshop-photo {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0.65rem;
  background: var(--appalachian-fog);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-edge);
}

.studio-note .workshop-photo img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  background: #c9c6b9;
}

.studio-note .workshop-copy {
  grid-column: 2;
  grid-row: 1;
}

.studio-note h2 {
  max-width: 12ch;
  margin: 0.3rem 0 1.2rem;
}

.shop-process {
  color: var(--workshop-cream-light);
  background: var(--mountain-pine-deep);
}

.shop-process .section-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: start;
}

.shop-process h2 {
  color: var(--workshop-cream-light);
}

.shop-process .eyebrow {
  color: var(--haint-blue);
}

.shop-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(243, 235, 221, 0.3);
}

.shop-process li {
  display: grid;
  grid-template-columns: 82px minmax(150px, 0.7fr) minmax(200px, 1.3fr);
  gap: 1rem;
  align-items: start;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(243, 235, 221, 0.22);
}

.shop-process li > span {
  color: var(--golden-oak);
  font-family: var(--type-display);
  font-size: 1.6rem;
}

.shop-process h3 {
  margin: 0;
  color: var(--workshop-cream-light);
  font-size: 1.25rem;
}

.shop-process li p {
  margin: 0;
  color: #d4ddd5;
}

.limited-custom {
  background: var(--surface-ridge-muted);
}

.split-callout {
  border-color: var(--line-strong);
}

.home-cta {
  max-width: 920px;
  text-align: left;
}

.home-cta h2 {
  max-width: 16ch;
  margin-inline: 0;
}

.home-cta .button-row {
  justify-content: flex-start;
}

/* Inner pages */
.clean-page-hero {
  width: 100%;
  max-width: none;
  padding: clamp(4.2rem, 8vw, 7.5rem) max(5vw, calc((100vw - var(--content-main)) / 2));
  color: var(--workshop-cream-light);
  background:
    radial-gradient(ellipse at 88% 115%, rgba(198, 167, 124, 0.18) 0 18%, transparent 18.5%),
    linear-gradient(112deg, var(--surface-ridge-deep), var(--surface-forest));
  border: 0;
}

.clean-page-hero h1 {
  max-width: min(14ch, 100%);
  color: var(--workshop-cream-light);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  overflow-wrap: anywhere;
}

.clean-page-hero p:not(.eyebrow) {
  max-width: 36rem;
  color: #dce5dd;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  overflow-wrap: anywhere;
}

.clean-page-hero .eyebrow {
  color: var(--haint-blue);
}

.clean-page-hero .button-primary {
  color: var(--surface-ridge-deep);
  background: var(--surface-canvas);
  border-color: var(--surface-canvas);
}

.clean-page-hero .button-primary:hover,
.clean-page-hero .button-primary:focus-visible {
  color: var(--surface-forest-deep);
  background: var(--accent-sawdust);
  border-color: var(--accent-sawdust);
}

.clean-page-hero .button-secondary {
  color: var(--text-on-dark);
  border-color: rgba(244, 237, 223, 0.78);
}

.clean-page-hero .button-secondary:hover,
.clean-page-hero .button-secondary:focus-visible {
  color: var(--surface-ridge-deep);
  background: var(--surface-canvas);
  border-color: var(--surface-canvas);
}

.product-jump-nav,
.gallery-filters {
  gap: 0;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line-strong);
}

.product-jump-nav a,
.gallery-filter {
  min-height: 42px;
  margin: 0;
  padding: 0.55rem 0.8rem;
  color: var(--mountain-pine-deep);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line-soft);
  border-radius: 0;
}

.product-jump-nav a:hover,
.product-jump-nav a:focus-visible,
.gallery-filter:hover,
.gallery-filter:focus-visible,
.gallery-filter[aria-pressed="true"],
.gallery-filter.is-active {
  color: var(--workshop-cream-light);
  background: var(--mountain-pine);
}

.gallery-grid {
  gap: clamp(0.65rem, 1.4vw, 1.1rem);
}

.gallery-item,
.photo-card,
.trust-card,
.service-panel,
.quote-form,
.next-steps-card {
  border-radius: 0;
  box-shadow: none;
}

.gallery-item {
  background: var(--appalachian-fog);
  border: 0;
}

.gallery-item img {
  object-fit: contain;
  background: linear-gradient(135deg, #c9c8bc, #ede5d7);
}

.drive-photo-grid {
  gap: clamp(0.65rem, 1.4vw, 1.1rem);
}

.photo-gallery-card {
  overflow: hidden;
  background: var(--parchment);
  border: 1px solid var(--line-soft);
  border-radius: 0;
  box-shadow: none;
}

.photo-gallery-card > a > img {
  width: 100%;
  padding: 0.3rem;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(135deg, #c9c8bc, #ede5d7);
}

.photo-gallery-card .work-badge {
  border-radius: 0;
}

.trust-grid {
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

.trust-card {
  margin: 0;
  background: var(--parchment);
  border: 0;
}

.trust.section-band {
  background: var(--surface-forest-wash);
}

.process-photo-band {
  color: var(--workshop-cream-light);
  background: var(--walnut-beam);
}

.process-photo-band h2,
.process-photo-band h3 {
  color: var(--workshop-cream-light);
}

.process-photo-band .eyebrow {
  color: #e6bd86;
}

.process-photo-band .section-heading p,
.process-photo-band figcaption {
  color: #f0e7d8;
}

/* Product-photo framing contract: the complete photographed object stays visible. */
.about-hero-image img,
.about-visual-strip img,
.process-photo-grid img,
.catalog-card-image img,
.home-photo-grid img,
.finish-sample-grid img,
.studio-note .workshop-photo img,
.gallery-item img,
.photo-gallery-card > a > img,
.product-image img,
.popular-image img,
.starter-card img,
.portfolio-card img,
.about-image-stack img,
.process-timeline img {
  object-fit: contain !important;
  object-position: center !important;
  background: linear-gradient(135deg, #9fa594, #d2c2a9);
}

.about-hero-image img,
.about-visual-strip img,
.process-photo-grid img {
  padding: clamp(0.35rem, 0.8vw, 0.65rem);
}

.about-lead,
.process-photo-grid,
.about-visual-strip {
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

.quote-form,
.next-steps-card {
  background: var(--surface-field);
  border-color: var(--line-strong);
}

input,
select,
textarea {
  color: var(--iron);
  background: #f3e8d6;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
}

/* Footer */
.site-footer {
  color: #dde4dc;
  background:
    linear-gradient(90deg, rgba(184, 135, 74, 0.08), transparent 35%),
    #10251b;
  border-top: 6px solid var(--walnut-beam);
}

.site-footer .footer-brand p,
.site-footer p,
.site-footer a {
  color: #dde4dc;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  color: #fff;
  text-decoration-color: var(--haint-blue);
}

@media (max-width: 1100px) {
  .premium-hero {
    grid-template-columns: minmax(22rem, 1.05fr) minmax(18rem, 0.95fr);
  }

  .catalog-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .home-photo-grid a {
    grid-column: span 4;
  }

  .home-photo-grid a:nth-child(1),
  .home-photo-grid a:nth-child(6) {
    grid-column: span 8;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 72px;
  }

  .premium-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-inline: 1rem;
  }

  .premium-hero .hero-content {
    max-width: 720px;
  }

  .premium-hero .hero-photo {
    max-width: 760px;
  }

  .finish-sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .next-batch-feature {
    grid-template-columns: 1fr 1fr;
  }

  .studio-note,
  .shop-process .section-shell {
    grid-template-columns: 1fr;
  }

  .studio-note .workshop-photo,
  .studio-note .workshop-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .home-photo-grid a,
  .home-photo-grid a:nth-child(1),
  .home-photo-grid a:nth-child(6) {
    grid-column: span 6;
    grid-row: auto;
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 1rem;
  }

  .site-header {
    padding-inline: 1rem;
  }

  .site-nav {
    top: 72px;
    right: 0;
    left: 0;
    padding: 0.7rem 1rem 1rem;
    background: var(--mountain-pine-deep);
    border-bottom: 1px solid rgba(243, 235, 221, 0.18);
  }

  .site-nav a {
    border-bottom: 1px solid rgba(243, 235, 221, 0.14);
  }

  .site-nav .nav-cta {
    margin: 0.55rem 0 0;
    text-align: center;
  }

  .section-shell {
    width: min(calc(100% - 2rem), var(--content-main));
    padding-top: clamp(3.5rem, 15vw, 5.5rem);
    padding-bottom: clamp(3.5rem, 15vw, 5.5rem);
  }

  .premium-hero {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 1rem 1rem 3.5rem;
  }

  .premium-hero .hero-content {
    order: -1;
  }

  .premium-hero .hero-photo {
    width: 100%;
    padding: 0.45rem;
    aspect-ratio: 16 / 10;
    box-shadow: 6px 6px 0 rgba(10, 28, 20, 0.3);
  }

  .premium-hero h1,
  .premium-hero .hero-brand-title {
    max-width: none;
    font-size: clamp(2.55rem, 11vw, 3.6rem);
  }

  .premium-hero .hero-copy {
    max-width: 100%;
    font-size: 0.98rem;
    overflow-wrap: anywhere;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    margin: 1.35rem 0;
  }

  .premium-hero .button-row,
  .premium-hero .button {
    width: 100%;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .collection-grid a {
    min-height: 0;
  }

  .next-batch-feature {
    grid-template-columns: 1fr;
  }

  .next-batch-feature-media {
    min-height: 430px;
  }

  .catalog-card:has(.finish-concept-selector) {
    grid-template-columns: 1fr;
  }

  .catalog-card:has(.finish-concept-selector) .catalog-card-image {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .catalog-card {
    grid-template-columns: minmax(125px, 0.78fr) minmax(0, 1.22fr);
  }

  .catalog-card-image {
    min-height: 100%;
    border-right: 1px solid var(--line-soft);
    border-bottom: 0;
  }

  .catalog-card-image img {
    height: 100%;
    min-height: 100%;
    padding: 0.35rem;
    aspect-ratio: auto;
  }

  .catalog-card-body {
    padding: 0.9rem;
  }

  .catalog-card h2,
  .catalog-card h3 {
    margin-bottom: 0.4rem;
    font-size: clamp(1.28rem, 6vw, 1.65rem);
  }

  .catalog-card-body > p {
    margin: 0.3rem 0;
    font-size: 1rem;
    line-height: 1.42;
  }

  .catalog-card .product-photo-note {
    display: block;
  }

  .catalog-card .product-category,
  .catalog-card .availability-badge,
  .catalog-card .inventory-availability-badge {
    font-size: 0.65rem;
  }

  .catalog-card .button {
    min-height: 46px;
    padding: 0.58rem 0.65rem;
    font-size: 0.94rem;
  }

  .collection-grid a {
    min-height: 94px;
  }

  .home-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-photo-grid a,
  .home-photo-grid a:nth-child(1),
  .home-photo-grid a:nth-child(4),
  .home-photo-grid a:nth-child(6),
  .home-photo-grid a:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-photo-grid a:nth-child(3n + 2) {
    aspect-ratio: 3 / 4;
  }

  .finish-sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finish-sample-grid img {
    height: min(58vw, 320px);
  }

  .studio-note .workshop-photo img {
    max-height: 430px;
  }

  .shop-process li {
    grid-template-columns: 50px 1fr;
  }

  .shop-process li p {
    grid-column: 2;
  }

  .clean-page-hero {
    width: 100%;
    margin-inline: 0;
    padding: 4rem 1rem;
  }

  .clean-page-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }

  .product-jump-nav,
  .gallery-filters {
    width: calc(100% - 2rem);
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }

  .product-jump-nav a,
  .gallery-filter {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .gallery-grid,
  .drive-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item,
  .gallery-item.is-landscape,
  .gallery-item.is-portrait,
  .gallery-item.is-square {
    grid-column: auto;
  }

  .photo-gallery-copy {
    padding: 0.65rem 0.7rem 0.8rem;
  }

  .photo-gallery-card .photo-gallery-copy h3 {
    font-size: 0.9rem;
  }
}

@media (max-width: 430px) {
  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand {
    font-size: 0.92rem;
  }

  .premium-hero h1,
  .premium-hero .hero-brand-title {
    margin-bottom: 0.75rem;
    max-width: none;
    font-size: clamp(2.35rem, 12vw, 3.1rem);
  }

  .premium-hero {
    gap: 1.25rem;
  }

  .catalog-card {
    grid-template-columns: 1fr;
  }

  .catalog-card-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .catalog-card-image img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .hero-label {
    font-size: 0.68rem;
  }

  .catalog-card-body {
    padding: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Catalog family hierarchy */
.catalog-family-group {
  scroll-margin-top: 7rem;
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  border-top: 1px solid var(--line-strong);
}

.catalog-family-group:first-of-type {
  margin-top: 2rem;
}

.catalog-family-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(18rem, 1.25fr);
  column-gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
}

.catalog-family-heading .eyebrow,
.catalog-family-heading h3 {
  grid-column: 1;
}

.catalog-family-heading h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.catalog-family-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  max-width: 62ch;
}

.photo-coverage-note {
  margin-top: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--surface-forest-wash);
  border-left: 5px solid var(--mountain-pine);
}

.photo-coverage-note h4 {
  margin: 0.2rem 0 0.6rem;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
}

@media (max-width: 760px) {
  .catalog-family-heading {
    display: block;
  }

  .catalog-family-heading > p:last-child {
    margin-top: 0.65rem;
  }

  .catalog-family-group {
    padding-block: 2.25rem;
  }
}

/* Final shared product-layout lock: orientation-aware media and an early stack before content becomes narrow. */
.catalog-card { grid-template-columns: minmax(16rem, 40%) minmax(26rem, 1fr); background: var(--parchment); }
.catalog-card > .catalog-card-image { min-width: 0; min-height: 0; margin: 0; align-self: start; }
.catalog-card > .catalog-card-image img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; }
.catalog-card-body,
.catalog-card-body > *,
.catalog-card-body fieldset,
.catalog-card-body .finish-options { min-width: 0; max-width: 100%; }
.catalog-card h2,
.catalog-card h3 { max-width: 100%; overflow-wrap: break-word; text-wrap: balance; }
.catalog-card .finish-options { flex-wrap: wrap; }
.catalog-card .finish-options button { flex: 0 1 auto; max-width: 100%; white-space: normal; }

@media (min-width: 1241px) {
  .catalog-card .media-orientation-portrait { aspect-ratio: 3 / 4; }
  .catalog-card .media-orientation-square { aspect-ratio: 1 / 1; }
  .catalog-card .media-orientation-landscape { aspect-ratio: 4 / 3; }
}

@media (max-width: 1240px) {
  .catalog-card { grid-template-columns: minmax(0, 1fr); }
  .catalog-card > .catalog-card-image { width: 100%; aspect-ratio: auto; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .catalog-card > .media-orientation-portrait { height: clamp(22rem, 55vw, 36rem); }
  .catalog-card > .media-orientation-square { height: clamp(20rem, 50vw, 32rem); }
  .catalog-card > .media-orientation-landscape { height: clamp(17rem, 42vw, 28rem); }
}

@media (max-width: 640px) {
  .catalog-card > .media-orientation-portrait { height: clamp(22rem, 105vw, 30rem); }
  .catalog-card > .media-orientation-square { height: clamp(20rem, 92vw, 27rem); }
  .catalog-card > .media-orientation-landscape { height: clamp(17rem, 76vw, 23rem); }
}

.piece-details,
.faq-list details {
  margin: 0.85rem 0 0;
  border-top: 1px solid rgba(91, 74, 48, 0.16);
  padding-top: 0.7rem;
}

.piece-details summary,
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 0.45rem 0 0;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 767px) {
  .mobile-sticky-cta:not([hidden]) {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    background: rgba(32, 48, 38, 0.96);
  }

  .mobile-sticky-cta .button {
    flex: 1;
  }

  .sticky-dismiss {
    color: #f4efe4;
    background: transparent;
    border: 0;
    font: inherit;
    text-decoration: underline;
  }
}

:focus-visible {
  outline: 3px solid #c4a35a;
  outline-offset: 3px;
}

/* ------------------------------------------------------------------
   Layout lock (2026-08-15): keep buying info beside a capped image,
   and stop the hero title from breaking mid-word.
   ------------------------------------------------------------------ */

.premium-hero h1,
.premium-hero .hero-brand-title {
  max-width: none;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.premium-hero .hero-deck {
  margin-top: 0;
}

.inventory-section .section-heading.compact-heading {
  margin-bottom: 1.35rem;
}

.catalog-grid {
  gap: 1.35rem 1.15rem;
}

.catalog-card {
  align-items: stretch;
  background: var(--parchment);
}

.catalog-card-body {
  padding: 1.1rem 1.2rem 1.2rem;
  gap: 0.35rem;
}

@media (min-width: 1280px) {
  .premium-hero h1,
  .premium-hero .hero-brand-title {
    font-size: clamp(3.4rem, 5.2vw, 5.85rem);
  }
}

@media (min-width: 721px) {
  .catalog-card {
    grid-template-columns: minmax(11.5rem, 15rem) minmax(0, 1fr);
  }

  .catalog-card > .catalog-card-image,
  .catalog-card .catalog-card-image {
    width: 100%;
    max-width: 15rem;
    height: auto;
    max-height: 17.5rem;
    min-height: 0;
    aspect-ratio: auto;
    align-self: stretch;
  }

  .catalog-card > .media-orientation-portrait,
  .catalog-card > .media-orientation-square,
  .catalog-card > .media-orientation-landscape {
    height: auto;
    max-height: 17.5rem;
  }

  .catalog-card > .catalog-card-image img,
  .catalog-card .catalog-card-image img {
    width: 100%;
    height: auto;
    max-height: 16.5rem;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 720px) {
  .catalog-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-card > .catalog-card-image,
  .catalog-card .catalog-card-image {
    width: 100%;
    max-width: none;
    max-height: 15rem;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .catalog-card > .media-orientation-portrait,
  .catalog-card > .media-orientation-square,
  .catalog-card > .media-orientation-landscape {
    height: auto;
    max-height: 15rem;
  }

  .catalog-card > .catalog-card-image img,
  .catalog-card .catalog-card-image img {
    max-height: 14rem;
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 900px) {
  .premium-hero h1,
  .premium-hero .hero-brand-title {
    max-width: none;
    white-space: normal;
    font-size: clamp(2.7rem, 10.5vw, 4rem);
  }
}

@media (max-width: 430px) {
  .premium-hero h1,
  .premium-hero .hero-brand-title {
    max-width: none;
    letter-spacing: 0.045em;
    font-size: clamp(2.35rem, 13vw, 3rem);
  }
}
