:root {
  /* Semantic public-site surfaces. Light canvas is supporting material, never the page identity. */
  --surface-ridge: #3e5d6b;
  --surface-ridge-deep: #2e4651;
  --surface-forest: #31483a;
  --surface-forest-deep: #20352b;
  --surface-wood: #5a3d2b;
  --surface-canvas: #eee6d7;
  --surface-canvas-raised: #f4eddf;
  --surface-mist: #c7d0c4;
  --text-on-dark: #f4eddf;
  --text-on-light: #252321;
  --accent-sawdust: #c6a77c;
  --accent-copper: #a86543;
  /* Compatibility aliases for established private/ops components. */
  --cream: var(--surface-canvas);
  --warm-white: var(--surface-canvas-raised);
  --oat: #ddc8a3;
  --sawdust: var(--accent-sawdust);
  --cedar: var(--accent-copper);
  --walnut: var(--surface-wood);
  --charcoal: var(--text-on-light);
  --muted: #665d52;
  --moss: #3d5a4c;
  --pine: #252321;
  --mountain-blue: var(--surface-ridge);
  --mist: var(--surface-mist);
  --fog: #eef3ee;
  --clay: #993d2f;
  --honey: #c58a44;
  --ridge: var(--surface-ridge);
  --line: #e2d4c2;
  --line-strong: #c7aa7c;
  --radius: 10px;
  --space-1: 0.5rem;
  --space-2: 0.85rem;
  --space-3: 1.25rem;
  --space-4: 2rem;
  --shadow: 0 18px 45px rgba(38, 35, 31, 0.12);
  --shadow-soft: 0 12px 30px rgba(38, 35, 31, 0.08);
  --shadow-lift: 0 24px 54px rgba(38, 35, 31, 0.16);
  --space-section: clamp(3.5rem, 7vw, 5.5rem);
  --deep-wood: var(--surface-wood);
  --warm-brown: var(--accent-copper);
  --forest: var(--surface-forest);
}/* Handwritten inventory activation: candidate records remain visibly unverified. */
.candidate-inventory-band {
  background: linear-gradient(135deg, var(--surface-mist), #b8c4b7);
  border-block: 1px solid var(--line-strong);
}.candidate-count {
  width: fit-content;
  margin-top: 1rem;
  padding: 0.45rem 0.75rem;
  color: var(--text-on-dark);
  font-weight: 800;
  background: var(--surface-ridge-deep);
  border-radius: 999px;
}.candidate-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}.candidate-filter-row .filter-button[aria-pressed="true"] {
  color: var(--text-on-dark);
  background: var(--surface-ridge-deep);
  border-color: var(--surface-ridge-deep);
}.inventory-candidate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}.inventory-family-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface-canvas);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}.inventory-family-photo {
  position: relative;
  display: grid;
  min-height: 18rem;
  margin: 0;
  place-items: center;
  background: linear-gradient(145deg, #b8c4b7, #ddc8a3);
  border-bottom: 1px solid var(--line-strong);
}.inventory-family-photo img {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  aspect-ratio: 16 / 11;
  padding: 0.75rem;
  object-fit: contain;
  object-position: center;
}.inventory-family-photo figcaption {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  padding: 0.35rem 0.55rem;
  color: var(--text-on-dark);
  font-size: 0.72rem;
  font-weight: 800;
  background: rgba(37, 35, 33, 0.9);
  border-radius: 999px;
}.inventory-family-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.1rem, 2.4vw, 1.5rem);
}.inventory-family-body h3 {
  margin: 0 0 0.55rem;
}.inventory-family-description {
  margin: 0 0 1rem;
  color: var(--muted);
}.inventory-variant-picker {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}.inventory-variant-picker legend {
  margin-bottom: 0.55rem;
  color: var(--charcoal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.inventory-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}.inventory-variant-button {
  min-height: 2.5rem;
  padding: 0.48rem 0.72rem;
  color: var(--charcoal);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  background: var(--surface-canvas-raised);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}.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-facts {
  width: 100%;
  margin: 0 0 1rem;
}.inventory-family-facts div {
  display: grid;
  grid-template-columns: minmax(5.5rem, 0.45fr) 1fr;
  gap: 0.6rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
}.inventory-family-facts dt {
  font-weight: 800;
}.inventory-family-facts dd {
  margin: 0;
}.inventory-family-sku {
  margin: auto 0 0.5rem;
  color: var(--muted);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}.inventory-family-note {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.82rem;
}.inventory-activation-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--surface-mist);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
}.inventory-activation-callout p {
  margin: 0;
}.inventory-candidate-error {
  grid-column: 1 / -1;
  padding: 1rem;
  background: var(--surface-canvas-raised);
  border: 1px solid var(--clay);
}@media (max-width: 600px) {
.inventory-activation-callout {
    align-items: flex-start;
    flex-direction: column;
  }.inventory-family-facts div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }
}@media (max-width: 800px) {
.inventory-candidate-grid {
    grid-template-columns: 1fr;
  }
}@media (max-width: 430px) {
.inventory-family-photo {
    min-height: 14rem;
  }.inventory-family-photo img {
    max-height: 19rem;
    aspect-ratio: 4 / 3;
    padding: 0.5rem;
  }.inventory-variant-button {
    flex: 1 1 calc(50% - 0.45rem);
  }
}* {
  box-sizing: border-box;
}html {
  scroll-behavior: smooth;
}body {
  position: relative;
  margin: 0;
  color: var(--charcoal);
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(111, 135, 144, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(102, 112, 79, 0.14), transparent 24rem),
    repeating-linear-gradient(90deg, rgba(92, 60, 36, 0.024) 0 1px, transparent 1px 24px),
    linear-gradient(var(--cream), var(--cream));
  line-height: 1.6;
  overflow-x: hidden;
}body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(255, 253, 247, 0.82), transparent 32rem),
    repeating-linear-gradient(135deg, rgba(79, 93, 69, 0.032) 0 2px, transparent 2px 32px),
    repeating-linear-gradient(45deg, rgba(111, 135, 144, 0.028) 0 1px, transparent 1px 28px);
  pointer-events: none;
}body.nav-open {
  overflow: hidden;
}img {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
}.skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--warm-white);
  font-weight: 800;
  text-decoration: none;
  background: var(--charcoal);
  border-radius: 8px;
  transform: translateY(-140%);
}.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--sawdust);
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0.85rem 5vw;
  background: rgba(251, 246, 236, 0.96);
  border-bottom: 1px solid rgba(92, 60, 36, 0.16);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(38, 35, 31, 0.05);
}.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--charcoal);
  font-weight: 800;
  text-decoration: none;
}.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--warm-white);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.25rem;
  overflow: hidden;
  padding: 2px;
  background: var(--warm-white);
  border: 2px solid var(--sawdust);
  border-radius: 50%;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.12);
}.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}.site-nav a {
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  color: var(--charcoal);
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: var(--oat);
  outline: none;
}.site-nav .nav-cta {
  color: var(--warm-white);
  background: var(--charcoal);
  box-shadow: 0 8px 18px rgba(38, 35, 31, 0.16);
}.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: var(--walnut);
}.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm-white);
}.nav-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--charcoal);
}.section-shell,
.section-band {
  padding-right: 5vw;
  padding-left: 5vw;
}.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}.section-band {
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}.section-band > .section-shell {
  padding-top: 0;
  padding-bottom: 0;
}.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(215, 173, 114, 0.28), transparent 18rem),
    linear-gradient(180deg, rgba(223, 232, 226, 0.72), transparent 42%),
    linear-gradient(135deg, rgba(111, 135, 144, 0.18), transparent 48%),
    var(--cream);
  isolation: isolate;
}.hero::before,
.hero::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}.hero::before {
  top: 0;
  height: 62%;
  background:
    linear-gradient(135deg, transparent 50%, rgba(79, 93, 69, 0.1) 50%) 0 100% / 120px 72px repeat-x,
    linear-gradient(45deg, rgba(79, 93, 69, 0.1) 50%, transparent 50%) 60px 100% / 120px 72px repeat-x,
    repeating-linear-gradient(135deg, rgba(79, 93, 69, 0.04) 0 2px, transparent 2px 28px);
  opacity: 0.76;
  z-index: -2;
}.hero::after {
  bottom: -1px;
  height: 90px;
  background:
    linear-gradient(135deg, transparent 50%, rgba(63, 79, 60, 0.2) 50%) 0 100% / 150px 90px repeat-x,
    linear-gradient(45deg, rgba(63, 79, 60, 0.2) 50%, transparent 50%) 75px 100% / 150px 90px repeat-x;
  opacity: 0.48;
  z-index: -1;
}.hero-content,
.hero-photo,
.page-hero,
.home-cta,
.about-copy,
.quote-intro,
.quote-form,
.product-card,
.gallery-item {
  min-width: 0;
}.hero-content,
.hero-photo {
  position: relative;
  z-index: 1;
}.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.hero-logo {
  width: clamp(86px, 12vw, 118px);
  height: auto;
  margin-bottom: 1rem;
  background: var(--warm-white);
  border: 3px solid var(--sawdust);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(38, 35, 31, 0.12);
}h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}.premium-hero h1,
.premium-hero .hero-brand-title,
.premium-hero .hero-brand-line {
  max-width: none;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}h1,
h2 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.12;
}h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 5.9rem);
}.hero h1 {
  max-width: 720px;
  font-size: clamp(2.45rem, 4.25vw, 3.65rem);
  line-height: 1.04;
}h2 {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
}h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}.hero-copy,
.hero-support,
.section-heading p,
.quote-intro p,
.about-copy {
  color: var(--muted);
  font-size: 1.08rem;
}.hero-copy {
  max-width: 680px;
  margin: 1.15rem 0 0;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
}.hero-support {
  max-width: 660px;
  margin: 0.8rem 0 0;
  color: var(--walnut);
  font-weight: 800;
}.service-area,
.about-service {
  color: var(--walnut);
  font-weight: 800;
}.service-area {
  max-width: 680px;
  margin: 1rem 0 0;
}.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 680px;
  margin-top: 1.25rem;
}.hero-proof span,
.catalog-status span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.42rem 0.65rem;
  color: var(--walnut);
  font-size: 0.88rem;
  font-weight: 800;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(199, 170, 124, 0.78);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(92, 60, 36, 0.06);
}.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: 3px solid rgba(154, 106, 58, 0.22);
  outline-offset: 2px;
}.button-primary {
  color: var(--warm-white);
  background: var(--charcoal);
  box-shadow: 0 10px 22px rgba(38, 35, 31, 0.18);
}.button-primary:hover,
.button-primary:focus-visible {
  background: var(--walnut);
}.button-secondary {
  color: var(--charcoal);
  background: var(--warm-white);
  border-color: var(--walnut);
}.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--oat);
}.button-small {
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  color: var(--warm-white);
  background: var(--walnut);
}.button-outline {
  color: var(--walnut);
  background: var(--warm-white);
  border-color: var(--walnut);
  box-shadow: none;
}.button-small:hover,
.button-small:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
  background: var(--charcoal);
  color: var(--warm-white);
}.hero-photo {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.13), transparent 28%, rgba(255, 255, 255, 0.16)),
    repeating-linear-gradient(90deg, #8a5a33 0 16%, #a97643 16% 32%, #704723 32% 48%, #bb8958 48% 64%);
  border: 12px solid var(--warm-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
}.hero-photo picture {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ede4d7;
}.hero-photo img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}.hero-photo::before {
  content: "";
  position: absolute;
  inset: 7%;
  z-index: 1;
  border: 2px solid rgba(255, 253, 248, 0.46);
}.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 58%, rgba(38, 35, 31, 0.22)),
    radial-gradient(circle at 18% 18%, rgba(255, 253, 247, 0.24), transparent 18rem);
  pointer-events: none;
}.wood-plank {
  position: absolute;
  right: 9%;
  left: 9%;
  height: 54px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 18%, rgba(0, 0, 0, 0.12) 68%),
    #6f4324;
  border-radius: 8px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}.plank-one {
  bottom: 30%;
}.plank-two {
  bottom: 18%;
  right: 18%;
  left: 18%;
}.plank-three {
  bottom: 43%;
  right: 17%;
  left: 17%;
  background-color: #8f6037;
}.hero-label {
  position: static;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  background: #252321;
}.hero-label span {
  padding: 0.45rem 0.7rem;
  color: var(--charcoal);
  font-weight: 800;
  background: rgba(255, 253, 248, 0.88);
  border-radius: var(--radius);
}.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}.ridge-strip {
  padding-top: 0;
  padding-bottom: 0;
  color: var(--warm-white);
  background:
    linear-gradient(90deg, rgba(38, 35, 31, 0.84), rgba(77, 50, 31, 0.78)),
    repeating-linear-gradient(90deg, #5a3923 0 22px, #7d4c29 22px 44px, #9c6a3f 44px 68px);
  border-top: 1px solid rgba(255, 253, 247, 0.18);
  border-bottom: 1px solid rgba(38, 35, 31, 0.2);
}.ridge-strip-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.ridge-strip p {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  text-align: center;
}.page-hero {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}.page-hero::after {
  content: "";
  position: absolute;
  right: 5vw;
  bottom: 1.25rem;
  width: min(360px, 54vw);
  height: 42px;
  background:
    linear-gradient(135deg, transparent 50%, rgba(111, 135, 144, 0.18) 50%) 0 100% / 84px 42px repeat-x,
    linear-gradient(45deg, rgba(111, 135, 144, 0.18) 50%, transparent 50%) 42px 100% / 84px 42px repeat-x;
  pointer-events: none;
}.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 6.5vw, 5.4rem);
}.page-hero p:not(.eyebrow),
.home-cta p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.14rem;
}.home-cta {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}.final-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(77, 50, 31, 0.94), rgba(63, 79, 60, 0.92)),
    repeating-linear-gradient(90deg, #5a3923 0 24px, #7d4c29 24px 48px);
  color: var(--warm-white);
  border: 1px solid rgba(255, 253, 247, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
}.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 50%, rgba(255, 253, 247, 0.08) 50%) 0 100% / 110px 64px repeat-x,
    linear-gradient(45deg, rgba(255, 253, 247, 0.08) 50%, transparent 50%) 55px 100% / 110px 64px repeat-x;
  pointer-events: none;
}.final-cta > * {
  position: relative;
  z-index: 1;
}.final-cta .eyebrow,
.final-cta p {
  color: rgba(255, 253, 247, 0.86);
}.final-cta .button-secondary {
  border-color: var(--warm-white);
}.mountain-divider {
  position: relative;
}.mountain-divider::before {
  content: "";
  display: block;
  width: min(280px, 62vw);
  height: 42px;
  margin: 0 0 1.5rem;
  background:
    linear-gradient(135deg, transparent 50%, rgba(79, 93, 69, 0.32) 50%) 0 0 / 70px 42px,
    linear-gradient(45deg, rgba(79, 93, 69, 0.32) 50%, transparent 50%) 35px 0 / 70px 42px;
  opacity: 0.85;
}.category-jumps {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}.catalog-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}.jump-links a {
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  color: var(--walnut);
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(92, 60, 36, 0.06);
}.jump-links a:hover,
.jump-links a:focus-visible {
  color: var(--warm-white);
  background: var(--ridge);
  outline: 3px solid rgba(102, 112, 79, 0.22);
  outline-offset: 2px;
}.availability-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background:
    linear-gradient(135deg, rgba(223, 232, 226, 0.9), rgba(255, 253, 247, 0.88)),
    var(--fog);
  border: 1px solid var(--line);
  border-left: 6px solid var(--mountain-blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}.availability-callout p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}.blue-ridge-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(111, 135, 144, 0.16), rgba(255, 253, 247, 0.88)),
    var(--fog);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}.blue-ridge-band::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  background:
    linear-gradient(135deg, transparent 50%, rgba(79, 93, 69, 0.2) 50%) 0 100% / 140px 82px repeat-x,
    linear-gradient(45deg, rgba(79, 93, 69, 0.2) 50%, transparent 50%) 70px 100% / 140px 82px repeat-x;
  opacity: 0.62;
}.blue-ridge-band .section-shell {
  position: relative;
  z-index: 1;
}.section-heading p {
  margin: 1rem 0 0;
}.feature-grid,
.product-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.feature-link {
  display: flex;
  align-items: center;
  min-height: 132px;
  padding: 1.1rem;
  gap: 0.85rem;
  text-decoration: none;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(92, 60, 36, 0.08);
}.feature-link:hover,
.feature-link:focus-visible {
  border-color: var(--cedar);
  outline: none;
}.feature-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  background: var(--oat);
  border: 2px solid var(--sawdust);
  border-radius: 8px;
}.popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}.popular-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.92), rgba(251, 246, 236, 0.96)),
    var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.popular-card:hover {
  border-color: rgba(156, 95, 46, 0.42);
  box-shadow: 0 18px 34px rgba(92, 60, 36, 0.14);
  transform: translateY(-3px);
}.popular-card h3,
.product-card h3 {
  position: relative;
  padding-bottom: 0.55rem;
}.popular-card h3::after,
.product-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 3px;
  background: linear-gradient(90deg, var(--cedar), var(--sawdust));
  border-radius: 999px;
}.popular-image {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 180px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(38, 35, 31, 0.16), rgba(38, 35, 31, 0.3)),
    repeating-linear-gradient(90deg, #7f502a 0 22px, #a06b3a 22px 42px, #6d431f 42px 64px);
}.popular-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.popular-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem;
}.popular-body p {
  margin: 0;
  color: var(--muted);
}.popular-body .button {
  width: 100%;
  margin-top: auto;
}.bench-icon,
.shelf-icon {
  background:
    linear-gradient(var(--walnut), var(--walnut)) 12px 18px / 30px 8px no-repeat,
    linear-gradient(var(--walnut), var(--walnut)) 16px 28px / 4px 14px no-repeat,
    linear-gradient(var(--walnut), var(--walnut)) 34px 28px / 4px 14px no-repeat,
    var(--oat);
}.planter-icon {
  background:
    linear-gradient(var(--moss), var(--moss)) 18px 13px / 18px 13px no-repeat,
    linear-gradient(var(--walnut), var(--walnut)) 12px 27px / 30px 17px no-repeat,
    var(--oat);
}.bar-icon {
  background:
    linear-gradient(var(--walnut), var(--walnut)) 12px 14px / 30px 6px no-repeat,
    repeating-linear-gradient(90deg, var(--cedar) 0 8px, var(--walnut) 8px 13px);
}.products,
.gallery,
.trust {
  background: var(--warm-white);
}.products {
  background:
    linear-gradient(180deg, rgba(238, 243, 238, 0.8), rgba(255, 253, 247, 0.95)),
    var(--warm-white);
}.trust {
  background:
    linear-gradient(180deg, rgba(111, 135, 144, 0.14), rgba(215, 173, 114, 0.16) 42%, rgba(255, 253, 247, 0.94)),
    var(--warm-white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}.trust-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.trust-card {
  min-width: 0;
  padding: 1.25rem;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid var(--line);
  border-top: 5px solid var(--cedar);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}.trust-card p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(251, 246, 236, 0.96)),
    var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.product-card:hover {
  border-color: rgba(156, 95, 46, 0.42);
  box-shadow: 0 18px 34px rgba(92, 60, 36, 0.14);
  transform: translateY(-3px);
}.product-card-wide {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}.product-image {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  place-items: end start;
  padding: 1rem;
  overflow: hidden;
  color: var(--warm-white);
  background:
    linear-gradient(120deg, rgba(38, 35, 31, 0.18), rgba(38, 35, 31, 0.38)),
    repeating-linear-gradient(90deg, #7f502a 0 22px, #a06b3a 22px 42px, #6d431f 42px 64px);
}.product-image img,
.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}.product-image::after,
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 14px);
  pointer-events: none;
}.product-image::before,
.popular-image::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 64px;
  background: linear-gradient(180deg, transparent, rgba(38, 35, 31, 0.32));
  pointer-events: none;
}.product-image span {
  position: relative;
  z-index: 1;
  padding: 0.4rem 0.65rem;
  font-weight: 800;
  background: rgba(38, 35, 31, 0.72);
  border-radius: 8px;
}.placeholder-planter {
  background:
    linear-gradient(120deg, rgba(38, 35, 31, 0.14), rgba(38, 35, 31, 0.36)),
    repeating-linear-gradient(90deg, #80613b 0 20px, #6f7654 20px 36px, #b47a45 36px 58px);
}.placeholder-shelf,
.placeholder-table {
  background:
    linear-gradient(120deg, rgba(38, 35, 31, 0.15), rgba(38, 35, 31, 0.35)),
    repeating-linear-gradient(90deg, #b48456 0 26px, #855b36 26px 48px, #d0a06b 48px 66px);
}.placeholder-feeder {
  background:
    linear-gradient(120deg, rgba(38, 35, 31, 0.13), rgba(38, 35, 31, 0.38)),
    repeating-linear-gradient(90deg, #5d6a4a 0 18px, #946135 18px 40px, #d2b78b 40px 58px);
}.placeholder-bar,
.placeholder-custom {
  background:
    linear-gradient(120deg, rgba(38, 35, 31, 0.16), rgba(38, 35, 31, 0.38)),
    repeating-linear-gradient(90deg, #5a3923 0 16px, #8a5630 16px 36px, #b07b47 36px 52px);
}.product-body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 1.25rem;
}.price-badge {
  width: max-content;
  max-width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.6rem;
  color: var(--walnut);
  font-size: 0.88rem;
  font-weight: 800;
  background: var(--oat);
  border: 1px solid var(--line);
  border-radius: 8px;
}.product-body p {
  margin: 0.65rem 0;
  color: var(--muted);
}.stock-note {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 0.55rem 0.7rem;
  color: var(--walnut);
  font-weight: 800;
  background: rgba(223, 232, 226, 0.84);
  border: 1px solid var(--line);
  border-left: 5px solid var(--ridge);
  border-radius: var(--radius);
}.finish-switcher {
  display: grid;
  gap: 0.55rem;
  margin: 0.75rem 0 0.35rem;
}.finish-switcher p {
  margin: 0;
  color: var(--walnut);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}.finish-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}.finish-options button {
  min-height: 40px;
  padding: 0.5rem 0.65rem;
  color: var(--charcoal);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
  background: var(--warm-white);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  cursor: pointer;
}.finish-options button:hover,
.finish-options button:focus-visible {
  background: var(--oat);
  border-color: var(--walnut);
  outline: 3px solid rgba(154, 106, 58, 0.18);
  outline-offset: 2px;
}.finish-options button[aria-pressed="true"] {
  color: var(--warm-white);
  background: var(--pine);
  border-color: var(--pine);
}.product-meta {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0;
  padding: 0;
}.product-meta div {
  display: grid;
  gap: 0.2rem;
  padding: 0.65rem;
  background: rgba(255, 253, 247, 0.74);
  border: 1px solid rgba(220, 200, 169, 0.84);
  border-radius: var(--radius);
}.product-meta dt {
  color: var(--walnut);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}.product-meta dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.4;
}.product-body .price {
  margin-top: 0.35rem;
  color: var(--walnut);
  font-weight: 800;
}.product-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: auto;
}.about-layout,
.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}.ordering {
  background:
    linear-gradient(180deg, rgba(79, 93, 69, 0.1), transparent 48%),
    repeating-linear-gradient(90deg, rgba(92, 60, 36, 0.026) 0 1px, transparent 1px 28px),
    var(--cream);
}.ordering-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: center;
  margin: -0.5rem 0 1.5rem;
  padding: 0.9rem 1rem;
  color: var(--muted);
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid var(--line);
  border-left: 5px solid var(--cedar);
  border-radius: var(--radius);
}.ordering-note strong {
  color: var(--walnut);
}.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.process-list li {
  min-width: 0;
  padding: 1.15rem;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(92, 60, 36, 0.08);
}.process-list span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 0.85rem;
  place-items: center;
  color: var(--warm-white);
  font-weight: 800;
  background: var(--ridge);
  border-radius: 50%;
}.process-list strong {
  display: block;
  color: var(--charcoal);
  font-size: 1.02rem;
  line-height: 1.25;
}.process-list p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}.about-copy p {
  margin-top: 0;
}.service-panel {
  max-width: 980px;
}.service-panel h2 {
  max-width: 760px;
}.service-panel p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.15rem;
}.availability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}.availability-card {
  min-width: 0;
  padding: 1.25rem;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--moss);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(92, 60, 36, 0.08);
}.availability-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}.policy-content {
  max-width: 900px;
}.policy-content h2 {
  margin-top: 2rem;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}.policy-content h2:first-child {
  margin-top: 0;
}.policy-content p,
.policy-content li {
  color: var(--muted);
  font-size: 1.05rem;
}.policy-content ul {
  padding-left: 1.25rem;
}.testimonials {
  background:
    linear-gradient(180deg, rgba(102, 112, 79, 0.1), rgba(255, 253, 247, 0.86)),
    var(--warm-white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}.testimonial-card {
  min-width: 0;
  margin: 0;
  padding: 1.4rem;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid var(--line);
  border-left: 6px solid var(--moss);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(92, 60, 36, 0.08);
}.testimonial-card blockquote {
  margin: 0;
  color: var(--charcoal);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.55;
}.testimonial-card p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}.testimonial-card figcaption {
  margin-top: 1rem;
  color: var(--walnut);
  font-weight: 800;
}.faq {
  background:
    linear-gradient(180deg, rgba(215, 173, 114, 0.14), rgba(255, 253, 247, 0.9)),
    var(--warm-white);
  border-top: 1px solid var(--line);
}.faq-list {
  display: grid;
  gap: 0.8rem;
}.faq-list details {
  min-width: 0;
  padding: 1rem 1.1rem;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(92, 60, 36, 0.07);
}.faq-list summary {
  color: var(--charcoal);
  font-weight: 800;
  cursor: pointer;
}.faq-list details[open] {
  border-color: rgba(156, 95, 46, 0.4);
}.faq-list p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}.gallery-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.gallery-groups {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}.gallery-group {
  display: grid;
  gap: 1rem;
}.gallery-group-heading {
  max-width: 720px;
}.gallery-group-heading h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}.gallery-group-heading p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}.full-gallery-grid {
  align-items: stretch;
}.gallery-item {
  position: relative;
  display: grid;
  grid-column: span 2;
  aspect-ratio: 1 / 1;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  align-content: space-between;
  padding: 1rem;
  color: var(--warm-white);
  background:
    linear-gradient(140deg, rgba(38, 35, 31, 0.1), rgba(38, 35, 31, 0.42)),
    repeating-linear-gradient(90deg, #7f502a 0 24px, #b7814d 24px 46px);
  border-radius: 8px;
}.gallery-item:nth-child(1),
.gallery-item:nth-child(4) {
  grid-column: span 3;
  aspect-ratio: 4 / 3;
}.gallery-item figcaption {
  position: relative;
  z-index: 1;
}.gallery-item figcaption {
  align-self: end;
  width: max-content;
  max-width: 100%;
  padding: 0.4rem 0.65rem;
  color: var(--warm-white);
  font-weight: 800;
  background: rgba(38, 35, 31, 0.72);
  border-radius: 8px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}.wood-tone-two {
  background:
    linear-gradient(140deg, rgba(38, 35, 31, 0.1), rgba(38, 35, 31, 0.42)),
    repeating-linear-gradient(90deg, #796d4e 0 22px, #a26c3b 22px 48px);
}.wood-tone-three {
  background:
    linear-gradient(140deg, rgba(38, 35, 31, 0.1), rgba(38, 35, 31, 0.42)),
    repeating-linear-gradient(90deg, #ba8957 0 26px, #6d431f 26px 50px);
}.wood-tone-four {
  background:
    linear-gradient(140deg, rgba(38, 35, 31, 0.1), rgba(38, 35, 31, 0.42)),
    repeating-linear-gradient(90deg, #553724 0 19px, #9a6a3a 19px 43px);
}.wood-tone-five {
  background:
    linear-gradient(140deg, rgba(38, 35, 31, 0.1), rgba(38, 35, 31, 0.42)),
    repeating-linear-gradient(90deg, #c49b67 0 28px, #7f502a 28px 52px);
}.wood-tone-six {
  background:
    linear-gradient(140deg, rgba(38, 35, 31, 0.1), rgba(38, 35, 31, 0.42)),
    repeating-linear-gradient(90deg, #697550 0 20px, #8f6037 20px 44px);
}.quote-form {
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(215, 173, 114, 0.14), transparent 36%),
    var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}.success-message {
  display: none;
  margin-top: 1.5rem;
  padding: 1rem;
  color: var(--charcoal);
  background: #f0ead7;
  border: 1px solid var(--line);
  border-left: 5px solid var(--ridge);
  border-radius: 8px;
}.success-message:target {
  display: block;
}.success-message p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}.form-row {
  margin-bottom: 1rem;
}.form-row label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 800;
}.required-mark {
  color: var(--clay);
}.label-note {
  color: var(--muted);
  font-weight: 600;
}input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  color: var(--charcoal);
  font: inherit;
  background: #fff;
  border: 1px solid #cdbb9d;
  border-radius: 8px;
}textarea {
  resize: vertical;
}input:focus,
select:focus,
textarea:focus {
  border-color: var(--walnut);
  outline: 3px solid rgba(154, 106, 58, 0.18);
}.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}.form-button {
  width: 100%;
  border: 0;
}.quote-estimate {
  margin: 0.9rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(70, 105, 79, 0.28);
  border-radius: 8px;
  background: rgba(70, 105, 79, 0.08);
  color: var(--forest);
  font-weight: 800;
}.form-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}.form-note a {
  color: var(--walnut);
  font-weight: 800;
}.contact-box {
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--oat);
  border-left: 5px solid var(--cedar);
  border-radius: 8px;
}.next-steps-card {
  margin-top: 1.5rem;
  padding: 1.15rem;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid var(--line);
  border-left: 5px solid var(--ridge);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(92, 60, 36, 0.08);
}.next-steps-card h3 {
  margin-bottom: 0.75rem;
}.next-steps-card ol {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.25rem;
  color: var(--muted);
}.next-steps-card li::marker {
  color: var(--walnut);
  font-weight: 800;
}.contact-box p {
  margin: 0.25rem 0 0;
  font-size: 1rem;
}.contact-list {
  display: grid;
  gap: 0.35rem;
  margin: 0.75rem 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}.contact-list span {
  color: var(--charcoal);
  font-weight: 800;
}.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  color: var(--charcoal);
  font-weight: 800;
  text-decoration: none;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 8px;
}.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--walnut);
  outline: none;
}.form-future-note {
  padding: 0.85rem 1rem;
  color: var(--walnut);
  background: rgba(223, 232, 226, 0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}.button-compact {
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
}.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.55rem;
  color: var(--walnut);
  font-size: 0.82rem;
  font-weight: 800;
  background: rgba(215, 173, 114, 0.28);
  border: 1px solid rgba(156, 95, 46, 0.32);
  border-radius: 999px;
}.consent-row label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}.consent-row input {
  width: auto;
  margin-top: 0.25rem;
}.site-footer {
  padding: 2rem 5vw;
  color: var(--warm-white);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(79, 93, 69, 0.22), transparent 45%),
    var(--charcoal);
}.site-footer p {
  margin: 0.2rem 0;
}.map-placeholder {
  margin-top: 0.75rem;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.92rem;
}.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 1rem;
}.footer-links a {
  color: var(--warm-white);
  font-weight: 800;
  text-decoration: none;
}.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
  outline: 3px solid rgba(215, 173, 114, 0.36);
  outline-offset: 3px;
}.site-footer p:first-child {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
}.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}.footer-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: var(--warm-white);
  border: 2px solid var(--sawdust);
  border-radius: 50%;
}.footer-brand p {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
}.reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: opacity 420ms ease, transform 420ms ease;
}.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}/* Professional public-site polish */
body {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.82), rgba(247, 241, 231, 0.96)),
    repeating-linear-gradient(90deg, rgba(90, 56, 37, 0.026) 0 1px, transparent 1px 30px),
    var(--cream);
}body::before {
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.74), transparent 34rem),
    repeating-linear-gradient(135deg, rgba(36, 59, 47, 0.026) 0 2px, transparent 2px 34px);
}.site-header {
  color: var(--warm-white);
  background: rgba(36, 59, 47, 0.98);
  border-bottom: 1px solid rgba(255, 250, 242, 0.16);
  box-shadow: 0 14px 32px rgba(37, 33, 29, 0.18);
}.brand,
.site-nav a {
  color: var(--warm-white);
}.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--warm-white);
  background: rgba(255, 250, 242, 0.12);
}.site-nav .nav-cta,
.button-primary {
  color: var(--warm-white);
  background: var(--cedar);
  box-shadow: 0 12px 24px rgba(143, 63, 43, 0.24);
}.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: #743321;
}.button-secondary {
  color: var(--pine);
  background: var(--warm-white);
  border-color: var(--pine);
}.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--warm-white);
  background: var(--pine);
}.hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3.4rem);
  padding-top: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 5vw, 4.5rem);
  background:
    linear-gradient(120deg, rgba(255, 250, 242, 0.95), rgba(239, 225, 202, 0.82)),
    var(--cream);
}.hero::before,
.hero::after {
  opacity: 0.18;
}.hero h1 {
  max-width: 640px;
  color: var(--charcoal);
  font-size: clamp(2.55rem, 5vw, 4.45rem);
  line-height: 1.02;
}.hero-copy {
  max-width: 620px;
  color: var(--walnut);
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  font-weight: 800;
}.hero-support,
.service-area {
  max-width: 620px;
}.hero-proof span,
.catalog-status span {
  background: rgba(255, 250, 242, 0.9);
  border-color: rgba(194, 138, 70, 0.55);
}.hero-photo {
  min-height: clamp(320px, 44vw, 560px);
  border: 10px solid var(--warm-white);
  box-shadow: 0 30px 70px rgba(37, 33, 29, 0.22);
}.hero-photo::before {
  inset: 0.75rem;
}.hero-label span {
  color: var(--warm-white);
  background: rgba(37, 33, 29, 0.76);
}.trust-card,
.availability-card,
.popular-card,
.product-card,
.gallery-item,
.quote-form {
  border-color: rgba(90, 56, 37, 0.18);
  box-shadow: 0 16px 36px rgba(37, 33, 29, 0.1);
}.popular-card,
.product-card {
  background: var(--warm-white);
}.popular-image,
.product-image {
  min-height: 245px;
}.popular-card:hover,
.product-card:hover {
  border-color: rgba(143, 63, 43, 0.36);
  box-shadow: 0 24px 48px rgba(37, 33, 29, 0.16);
}.popular-card h3::after,
.product-card h3::after {
  background: linear-gradient(90deg, var(--cedar), var(--sawdust));
}.price-badge,
.stock-note {
  color: var(--pine);
  background: rgba(239, 225, 202, 0.82);
  border-color: rgba(194, 138, 70, 0.5);
}.finish-options button {
  background: #fff;
}.finish-options button[aria-pressed="true"] {
  background: var(--pine);
  border-color: var(--pine);
}.gallery-groups {
  gap: clamp(2.35rem, 5vw, 4.25rem);
}.gallery-group-heading {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(90, 56, 37, 0.16);
}.gallery-item {
  min-height: 250px;
  box-shadow: 0 18px 38px rgba(37, 33, 29, 0.13);
}.gallery-item figcaption {
  background: rgba(36, 59, 47, 0.82);
}.site-footer {
  background:
    linear-gradient(180deg, rgba(90, 56, 37, 0.12), transparent 48%),
    var(--pine);
}@media (max-width: 980px) {
.hero,
.about-layout,
.quote-layout {
    grid-template-columns: 1fr;
  }.hero {
    min-height: auto;
  }.hero-photo {
    min-height: 420px;
  }.feature-grid,
.popular-grid,
.product-grid,
.gallery-grid,
.trust-grid,
.testimonial-grid,
.availability-grid,
.process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.gallery-item,
.gallery-item:nth-child(1),
.gallery-item:nth-child(4) {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }.product-card-wide {
    grid-column: span 2;
  }.availability-callout {
    grid-template-columns: 1fr;
  }.availability-callout .button {
    width: 100%;
  }
}@media (max-width: 760px) {
.site-header {
    min-height: 68px;
  }.nav-toggle {
    display: block;
  }.site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem 5vw 1rem;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 32px rgba(38, 35, 31, 0.14);
  }.site-nav.is-open {
    display: flex;
  }.site-nav a {
    width: 100%;
  }.section-shell,
.section-band {
    padding-right: 1rem;
    padding-left: 1rem;
  }.section-shell,
.section-band {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }.page-hero,
.home-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.hero {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.35rem;
    padding-top: 1.25rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }.hero-photo {
    order: -1;
    width: 100%;
    max-width: 100%;
    min-height: 230px;
    border-width: 8px;
  }.hero h1,
.hero-copy,
.hero-support,
.service-area {
    max-width: 100%;
  }.hero-logo {
    display: none;
  }.feature-grid,
.popular-grid,
.product-grid,
.gallery-grid,
.availability-grid,
.testimonial-grid,
.two-column,
.product-card-wide {
    grid-template-columns: 1fr;
  }.product-card-wide {
    grid-column: auto;
    display: flex;
  }.button-row {
    align-items: stretch;
    flex-direction: column;
  }.button-row .button {
    width: 100%;
  }.category-jumps {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.jump-links a {
    flex: 1 1 145px;
    text-align: center;
  }
}@media (max-width: 520px) {
.site-header {
    width: 100%;
    max-width: 100%;
  }.hero,
.hero-content,
.hero-copy,
.hero-support,
.service-area,
.button-row,
.hero-photo,
.page-hero,
.page-hero p:not(.eyebrow),
.section-heading,
.quote-layout,
.quote-intro,
.quote-intro p,
.quote-form,
.availability-callout,
.next-steps-card,
.contact-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }.page-hero h1 {
    font-size: 2.35rem;
  }.section-heading h2 {
    font-size: 2rem;
  }
}@media (max-width: 430px) {
.brand {
    max-width: 245px;
    gap: 0.55rem;
    font-size: 0.95rem;
  }.brand-mark {
    width: 42px;
    height: 42px;
  }h1 {
    font-size: 2.2rem;
  }.hero h1 {
    max-width: 100%;
    font-size: 2.08rem;
  }.hero-label {
    position: static;
    margin-top: 0.65rem;
  }.hero-label span {
    font-size: 0.88rem;
  }.hero-label {
    flex-direction: column;
    align-items: flex-start;
  }.trust-grid,
.process-list {
    grid-template-columns: 1fr;
  }
}@media (max-width: 760px) {
.nav-toggle {
    background: rgba(255, 250, 242, 0.96);
    border-color: rgba(255, 250, 242, 0.42);
  }.site-nav {
    background: var(--pine);
    border-bottom-color: rgba(255, 250, 242, 0.16);
  }.site-nav a {
    color: var(--warm-white);
  }.hero {
    padding-top: 1rem;
  }.hero-photo {
    min-height: 260px;
  }.popular-image,
.product-image {
    min-height: 230px;
  }
}@media (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
  }*,
*::before,
*::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }.reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}/* Premium maker studio redesign v1 */
body {
  color: #252321;
  background: #f7f3ec;
}body::before,
.hero::before,
.hero::after,
.page-hero::after,
.mountain-divider::before {
  display: none;
}.site-header {
  background: rgba(247, 243, 236, 0.96);
  border-bottom: 1px solid rgba(37, 35, 33, 0.12);
  box-shadow: 0 10px 28px rgba(20, 19, 18, 0.06);
}.brand,
.site-nav a {
  color: #252321;
}.brand-mark {
  background: #f7f3ec;
  border-color: rgba(37, 35, 33, 0.18);
  box-shadow: none;
}.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #141312;
  background: rgba(105, 116, 93, 0.12);
}.site-nav .nav-cta,
.button-primary {
  color: #fffaf2;
  background: #252321;
  box-shadow: none;
}.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: #8b4a34;
}.button-secondary,
.button-outline {
  color: #252321;
  background: transparent;
  border-color: rgba(37, 35, 33, 0.5);
  box-shadow: none;
}.button-secondary:hover,
.button-secondary:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
  color: #fffaf2;
  background: #69745d;
  border-color: #69745d;
}.button-small {
  color: #fffaf2;
  background: #252321;
  box-shadow: none;
}.premium-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  min-height: auto;
  padding-top: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 5rem);
  background: #f7f3ec;
}.premium-hero .hero-content {
  align-self: center;
}.premium-hero h1 {
  max-width: none;
  color: #141312;
  font-size: clamp(2.45rem, 5.2vw, 5.2rem);
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}.premium-hero .hero-copy {
  max-width: 650px;
  color: #514b45;
  font-weight: 500;
}.hero-proof span,
.catalog-status span,
.category-strip span {
  color: #252321;
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid rgba(37, 35, 33, 0.14);
  box-shadow: none;
}.editorial-photo,
.hero-photo {
  min-height: 0;
  background: #252321;
  border: 0;
  border-radius: 0;
  box-shadow: 0 28px 70px rgba(20, 19, 18, 0.18);
}.editorial-photo img {
  object-position: center;
}.hero-photo::before,
.hero-photo::after {
  display: none;
}.hero-label {
  max-width: none;
  justify-content: space-between;
}.hero-label span {
  color: #252321;
  background: rgba(247, 243, 236, 0.92);
  border-radius: 2px;
}.clean-page-hero {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}.clean-page-hero h1 {
  max-width: 980px;
  color: #141312;
  font-size: clamp(2.45rem, 6vw, 5.4rem);
}.clean-page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #514b45;
}.compact-heading {
  max-width: 820px;
}.compact-heading h2 {
  color: #141312;
  font-size: clamp(2rem, 4vw, 3.4rem);
}.quiet-band,
.products,
.gallery,
.trust {
  background: #fffaf2;
  border-top: 1px solid rgba(37, 35, 33, 0.1);
  border-bottom: 1px solid rgba(37, 35, 33, 0.1);
}.editorial-grid,
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
}.portfolio-card {
  min-width: 0;
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid rgba(37, 35, 33, 0.12);
  border-radius: 0;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
}.portfolio-card:hover,
.portfolio-card:focus-within {
  border-color: rgba(139, 74, 52, 0.45);
  transform: translateY(-2px);
}.portfolio-card.is-preview {
  background: #f8f1e7;
}.portfolio-card[hidden] {
  display: none;
}.portfolio-card a {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}.portfolio-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #ede4d7;
}.portfolio-card h3 {
  padding: 0 1rem;
  margin-top: 0.75rem;
}.portfolio-card h3::after {
  display: none;
}.portfolio-card p {
  margin: 0.4rem 0 1rem;
  padding: 0 1rem;
  color: #8b4a34;
  font-weight: 800;
}.portfolio-meta {
  display: block;
  padding: 1rem 1rem 0;
  color: #69745d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.large-tile {
  grid-column: span 2;
  grid-row: span 2;
}.wide-tile {
  grid-column: span 2;
}.large-tile img {
  aspect-ratio: 1 / 1;
}.wide-tile img {
  aspect-ratio: 16 / 10;
}.portfolio-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  margin-bottom: 2rem;
}.portfolio-toolbar h2 {
  font-size: clamp(2.15rem, 4vw, 3.2rem);
}.portfolio-section-heading {
  max-width: 760px;
  margin: clamp(1.5rem, 4vw, 2.75rem) 0 1rem;
}.portfolio-section-heading h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}.portfolio-section-heading p:not(.eyebrow) {
  margin-top: 0.55rem;
  color: var(--muted);
}.preview-heading {
  padding-top: clamp(0.75rem, 2vw, 1.25rem);
  border-top: 1px solid rgba(37, 35, 33, 0.14);
}.filter-controls,
.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}.filter-controls button {
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  color: #252321;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  background: transparent;
  border: 1px solid rgba(37, 35, 33, 0.18);
  border-radius: 999px;
  cursor: pointer;
}.filter-controls button:hover,
.filter-controls button:focus-visible,
.filter-controls button[aria-pressed="true"] {
  color: #fffaf2;
  background: #252321;
  border-color: #252321;
  outline: none;
}.category-strip span {
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-weight: 800;
}.premium-process,
.process-timeline,
.estimate-scale-list {
  margin: 0;
  padding: 0;
  list-style: none;
}.premium-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(37, 35, 33, 0.12);
  border: 1px solid rgba(37, 35, 33, 0.12);
}.premium-process li {
  padding: 1.35rem;
  background: #fffaf2;
}.premium-process span,
.process-timeline span {
  display: block;
  margin-bottom: 0.8rem;
  color: #8b4a34;
  font-weight: 800;
}.premium-process p,
.process-timeline p,
.studio-note p,
.planning-estimator p {
  color: #514b45;
}.studio-note,
.about-editorial,
.project-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}.studio-note {
  border-top: 1px solid rgba(37, 35, 33, 0.12);
}.about-image-stack {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 0.8rem;
  align-items: end;
}.about-image-stack img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}.about-image-stack img:last-child {
  margin-bottom: 2rem;
}.process-timeline {
  display: grid;
  gap: 1rem;
}.process-timeline li {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: 1rem;
  background: #fffaf2;
  border: 1px solid rgba(37, 35, 33, 0.12);
}.process-timeline img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}.process-editorial-list {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  padding: 0;
  margin: 0;
  list-style: none;
}.process-editorial-row {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(0.85rem, 2vw, 1.2rem);
  background: #fffaf2;
  border: 1px solid rgba(37, 35, 33, 0.12);
}.process-editorial-row:nth-child(even) .editorial-frame {
  order: 2;
}.process-editorial-copy {
  max-width: 560px;
}.process-editorial-copy span {
  display: block;
  margin-bottom: 0.8rem;
  color: #8b4a34;
  font-weight: 800;
}.process-editorial-copy p {
  color: #514b45;
}.editorial-frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(247, 243, 236, 0.96), rgba(229, 219, 204, 0.92)),
    #ede4d7;
  border-radius: 2px;
}.editorial-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}.about-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}.about-copy {
  max-width: 680px;
}.about-hero-image img {
  aspect-ratio: auto;
}.about-service {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(1.5rem, 4vw, 3rem);
  color: var(--muted);
  font-weight: 400;
}.about-service > div {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(37, 35, 33, 0.14);
}.about-service h3 {
  margin-bottom: 0.6rem;
  color: var(--charcoal);
}.about-visual-strip {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  margin-top: clamp(1.5rem, 4vw, 3rem);
}.about-visual-strip img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(247, 243, 236, 0.96), rgba(229, 219, 204, 0.92)),
    #ede4d7;
}.planning-estimator,
.next-steps-card,
.quote-form,
.trust-card {
  background: #fffaf2;
  border: 1px solid rgba(37, 35, 33, 0.12);
  border-radius: 0;
  box-shadow: none;
}.planning-estimator {
  margin-top: 1.5rem;
  padding: 1.25rem;
}.estimate-scale-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}.estimate-scale-list li {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(37, 35, 33, 0.1);
}.estimate-scale-list span,
.estimate-scale-list strong {
  display: block;
}.estimate-scale-list span {
  color: #252321;
  font-weight: 800;
}.estimate-scale-list strong {
  color: #514b45;
  font-weight: 500;
}.quote-form {
  padding: clamp(1rem, 3vw, 1.5rem);
}.quote-estimate {
  color: #252321;
  background: rgba(105, 116, 93, 0.1);
  border-color: rgba(105, 116, 93, 0.25);
}.text-link {
  color: #8b4a34;
  font-weight: 800;
}.site-footer {
  background: #141312;
}@media (max-width: 980px) {
.premium-hero,
.portfolio-toolbar,
.studio-note,
.about-editorial,
.about-lead,
.process-editorial-row,
.project-layout {
    grid-template-columns: 1fr;
  }.process-editorial-row:nth-child(even) .editorial-frame {
    order: 0;
  }.editorial-grid,
.portfolio-grid,
.premium-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 760px) {
.site-nav {
    background: #f7f3ec;
  }.site-nav a {
    color: #252321;
  }.premium-hero {
    min-height: auto;
  }.editorial-photo,
.hero-photo {
    min-height: 0;
  }.editorial-grid,
.portfolio-grid,
.premium-process,
.process-timeline li,
.about-image-stack,
.process-editorial-row,
.about-service,
.about-visual-strip {
    grid-template-columns: 1fr;
  }.process-editorial-row:nth-child(even) .editorial-frame {
    order: 0;
  }.process-editorial-copy {
    max-width: none;
  }.large-tile,
.wide-tile {
    grid-column: auto;
    grid-row: auto;
  }.large-tile img,
.wide-tile img,
.portfolio-card img {
    aspect-ratio: 4 / 3;
  }.about-image-stack img:last-child {
    margin-bottom: 0;
  }
}/* Product photo system hardening */
.hero-photo,
.portfolio-image-frame,
.portfolio-card > a > img,
.product-image,
.editorial-frame,
.about-visual-strip img,
.process-timeline img,
.about-image-stack img {
  background:
    linear-gradient(135deg, rgba(247, 243, 236, 0.96), rgba(229, 219, 204, 0.92)),
    #ede4d7;
}.portfolio-card {
  display: flex;
  flex-direction: column;
}.portfolio-card a {
  flex: 1;
}.portfolio-image-frame {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid rgba(37, 35, 33, 0.1);
}.large-tile .portfolio-image-frame,
.wide-tile .portfolio-image-frame {
  aspect-ratio: 4 / 3;
}.portfolio-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}.portfolio-card > a > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}.portfolio-image-frame span,
.product-image span {
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  bottom: 0.75rem;
  max-width: calc(100% - 1.5rem);
  padding: 0.38rem 0.58rem;
  color: #fffaf2;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  background: rgba(20, 19, 18, 0.78);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 3px;
}.portfolio-image-frame .work-badge {
  top: 0.75rem;
  right: auto;
  bottom: auto;
  left: 0.75rem;
  color: #252321;
  background: rgba(247, 243, 236, 0.94);
  border-color: rgba(37, 35, 33, 0.14);
}.portfolio-card.is-preview .work-badge {
  color: #fffaf2;
  background: rgba(79, 93, 69, 0.9);
}.product-image {
  aspect-ratio: 5 / 4;
  min-height: 0;
  padding: 0;
  place-items: center;
}.product-image img {
  object-fit: contain;
  object-position: center;
  transition: opacity 140ms ease;
}.product-image::after,
.product-image::before,
.gallery-item::after {
  display: none;
}.product-image .variant-type {
  top: 0.75rem;
  bottom: auto;
  left: 0.75rem;
  right: auto;
  color: #252321;
  background: rgba(247, 243, 236, 0.94);
  border-color: rgba(37, 35, 33, 0.14);
}.product-image .variant-type[hidden] {
  display: none;
}[data-product-main-image].is-swapping {
  opacity: 0.42;
}.portfolio-switcher {
  margin: 0;
  padding: 0 1rem 1rem;
}.portfolio-switcher .finish-options button {
  min-height: 34px;
  padding: 0.42rem 0.55rem;
  font-size: 0.78rem;
  border-radius: 999px;
}.finish-options button[data-variant-type="mockup"]::after {
  content: " preview";
  font-weight: 600;
}.image-fit-cover {
  object-fit: cover;
}.image-fit-contain {
  object-fit: contain;
}.object-center {
  object-position: center;
}.object-top {
  object-position: center top;
}.object-bottom {
  object-position: center bottom;
}.object-left {
  object-position: left center;
}.object-right {
  object-position: right center;
}img[src$="bench-natural-grass-01.jpg"] {
  object-position: center 48%;
}img[src$="planter-gray-flower-box-01.jpg"],
img[src$="welcome-planter-flower-box-natural-01.jpg"],
img[src$="welcome-planter-sedona-red-flower-box-01.jpg"],
img[src$="welcome-planter-weathered-gray-flower-box-01.jpg"],
img[src$="welcome-planter-whitewashed-01.jpg"] {
  object-position: center 58%;
}img[src$="planter-gray-flower-box-01-card.jpg"],
img[src$="welcome-planter-natural-card.jpg"],
img[src$="welcome-planter-sedona-red-card.jpg"],
img[src$="welcome-planter-weathered-gray-card.jpg"] {
  object-position: center center;
}img[src$="pallet-bar-white-walnut-01.jpg"],
img[src$="table-natural-farmhouse-01.jpg"] {
  object-position: center 52%;
}img[src$="wall-shelf-gray-black-01.jpg"],
img[src$="wall-shelf-weathered-wood-01.jpg"],
img[src$="wall-shelf-red-stain-02.jpg"] {
  object-position: center 48%;
}@media (min-width: 981px) {
.product-grid {
    align-items: stretch;
  }.product-card:not(.product-card-wide) {
    min-height: 100%;
  }
}@media (max-width: 760px) {
.portfolio-image-frame,
.large-tile .portfolio-image-frame,
.wide-tile .portfolio-image-frame,
.portfolio-card > a > img,
.product-image {
    aspect-ratio: 4 / 3;
  }.portfolio-switcher {
    padding-inline: 0.85rem;
  }
}/* --- Premium storefront + retention polish --- */
.reclaimed-story {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: linear-gradient(135deg, rgba(61, 90, 76, 0.08), rgba(253, 248, 243, 0.95));
  border: 1px solid rgba(92, 64, 51, 0.14);
  border-radius: var(--radius);
}.starter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}.starter-card {
  display: grid;
  grid-template-columns: minmax(10rem, 44%) minmax(0, 56%);
  min-height: 12rem;
  overflow: hidden;
}.starter-card > img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: contain;
  object-position: center;
}.starter-card-body {
  display: grid;
  align-content: center;
  gap: 0.4rem;
  padding: 1rem;
}.starter-card-body p,
.starter-card-body h3 { margin: 0; }@media (max-width: 700px) {
.starter-grid { grid-template-columns: 1fr; }.starter-card { grid-template-columns: minmax(8.5rem, 40%) minmax(0, 60%); min-height: 10.5rem; }.starter-card > img { min-height: 10.5rem; }.starter-card-body { padding: 0.75rem; }
}.reclaimed-story h2 {
  margin: 0 0 0.35rem;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--deep-wood);
}.retention-grid,
.next-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}.retention-grid article,
.next-steps-grid article {
  padding: 1rem 1.05rem;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}.retention-grid article span,
.next-steps-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: rgba(61, 90, 76, 0.12);
  color: var(--forest);
  font-weight: 800;
  font-size: 0.85rem;
}.retention-grid h3,
.next-steps-grid h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-family: "Libre Baskerville", Georgia, serif;
}.care-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}.care-list li {
  padding: 0.9rem 1rem;
  background: var(--warm-white);
  border-left: 3px solid var(--forest);
  border-radius: 0 var(--radius) var(--radius) 0;
}.site-footer .footer-links {
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}.button-primary {
  background: var(--deep-wood);
}.button-primary:hover,
.button-primary:focus-visible {
  background: var(--warm-brown);
}.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}.trust-strip span {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(92, 64, 51, 0.08);
  border: 1px solid rgba(92, 64, 51, 0.12);
  color: var(--deep-wood);
}.seasonal-cta {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: rgba(61, 90, 76, 0.1);
  border: 1px solid rgba(61, 90, 76, 0.2);
}.form-reassure {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: rgba(61, 90, 76, 0.08);
  border: 1px solid rgba(61, 90, 76, 0.16);
  border-radius: var(--radius);
  font-size: 0.95rem;
}@media (max-width: 720px) {
.studio-note,
.about-editorial,
.project-layout {
    grid-template-columns: 1fr;
  }
}/* Lead-gen: Popular Starting Points */
.starter-offers {
  margin-top: 0.5rem;
}.starter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}.starter-card {
  display: flex;
  flex-direction: column;
  background: var(--warm-white, #fffaf2);
  border: 1px solid var(--line, #e2d4c2);
  border-radius: var(--radius, 10px);
  overflow: hidden;
  box-shadow: var(--shadow-soft, 0 12px 30px rgba(38, 35, 31, 0.08));
}.starter-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}.starter-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.95rem 1rem 1.1rem;
  flex: 1;
}.starter-card h3 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.05rem;
  color: var(--deep-wood, #5c4033);
}.starter-card .good-for {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted, #665d52);
}.starter-card .planning-cat {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--forest, #3d5a4c);
}.starter-card .button {
  margin-top: auto;
  text-align: center;
}.local-lead-section {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid rgba(92, 64, 51, 0.12);
  border-radius: var(--radius, 10px);
  background: rgba(253, 248, 243, 0.9);
}.local-lead-section ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
}.local-lead-section li {
  margin: 0.35rem 0;
}.response-expectation {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: var(--muted, #665d52);
}/* Small-batch shop positioning */
.tertiary-action {
  margin: 0.85rem 0 0;
}.inventory-section,
.collection-section,
.finish-guidance,
.purchase-paths,
.limited-custom-process {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.5vw, 1.8rem);
}.catalog-grid-single {
  grid-template-columns: minmax(0, 760px);
}.catalog-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.82fr) minmax(0, 1.18fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(92, 64, 51, 0.14);
  border-radius: 18px;
  background: var(--warm-white, #fffaf2);
  box-shadow: var(--shadow-soft, 0 12px 30px rgba(38, 35, 31, 0.08));
}.catalog-card-image {
  display: block;
  min-height: 0;
  align-self: start;
  overflow: hidden;
  background: #e9e1d5;
}.catalog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position:
    var(--focal-x, 50%)
    var(--focal-y, 50%);
}.media-frame {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(247, 243, 236, 0.98), rgba(229, 219, 204, 0.94)),
    #ede4d7;
}.media-frame--natural img {
  width: 100%;
  height: auto;
}.media-frame--contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.media-frame--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.media-frame.media-orientation-portrait {
  aspect-ratio: 3 / 4;
}.media-frame.media-orientation-landscape {
  aspect-ratio: 4 / 3;
}.media-frame.media-orientation-square {
  aspect-ratio: 1 / 1;
}.catalog-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding: clamp(1.1rem, 2.4vw, 1.65rem);
}.catalog-card-body h2,
.catalog-card-body h3,
.catalog-card-body p {
  margin: 0;
}.catalog-card-body h3 {
  color: var(--deep-wood, #5c4033);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}.product-category {
  color: var(--forest, #3d5a4c);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}.availability-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #e7eee7;
  color: #284337;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}.inventory-availability-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0.45rem 0 0;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(107, 82, 59, 0.3);
  border-radius: 999px;
  background: #f7f1e8;
  color: #5c4635;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}.photo-gallery-inquiry {
  display: block;
  width: fit-content;
  margin-top: 0.65rem;
}.availability-badge.status-ready_now {
  background: #dbead9;
  color: #1f4b2f;
}.availability-badge.status-finishing_now,
.availability-badge.status-next_batch {
  background: #eee2ca;
  color: #654d24;
}.availability-badge.status-sold_more_coming,
.availability-badge.status-reserved,
.availability-badge.status-unavailable {
  background: #ece8e1;
  color: #655f56;
}.availability-badge.status-custom_request {
  background: #e4e1ea;
  color: #50425f;
}.product-detail,
.product-price,
.product-quantity,
.product-photo-note {
  font-size: 0.9rem;
  line-height: 1.45;
}.product-photo-note {
  color: var(--muted, #665d52);
  font-style: italic;
}.product-price {
  color: var(--deep-wood, #5c4033);
  font-size: 1.05rem;
  font-weight: 800;
}.product-price-inquiry {
  font-size: 0.9rem;
}.catalog-card .button {
  margin-top: auto;
}.inventory-empty-state {
  grid-column: 1 / -1;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px dashed rgba(61, 90, 76, 0.35);
  border-radius: 16px;
  background: rgba(255, 250, 242, 0.75);
}.inventory-empty-state h3 {
  margin-top: 0;
}.built-now-card .catalog-card-body { display: flex; flex-direction: column; align-items: flex-start; }.built-now-card > .catalog-card-image { margin: 0; }.built-now-facts { width: 100%; margin: 0.5rem 0 1rem; }.built-now-facts div { display: grid; grid-template-columns: minmax(6rem, 0.42fr) 1fr; gap: 0.75rem; padding: 0.45rem 0; border-bottom: 1px solid var(--line); }.built-now-facts dt { font-weight: 800; }.built-now-facts dd { margin: 0; }.built-now-finish-picker { width: 100%; margin: 0 0 1rem; padding: 0; border: 0; }.built-now-finish-picker legend { margin-bottom: 0.55rem; font-weight: 800; }.built-now-card [data-built-request] { margin-top: auto; }.status-built_now { background: var(--surface-ridge-deep); color: var(--text-on-dark); }.inventory-photo-missing { min-height: 16rem; place-items: center; padding: 2rem; text-align: center; }@media (max-width: 640px) {
.built-now-facts div { grid-template-columns: 1fr; gap: 0.1rem; }
}.section-action {
  margin-top: 1.5rem;
}.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}.collection-grid a {
  display: flex;
  min-height: 125px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.3rem;
  padding: 1rem;
  border: 1px solid rgba(92, 64, 51, 0.14);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(231, 224, 210, 0.85));
  color: var(--deep-wood, #5c4033);
  text-decoration: none;
}.collection-grid span {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
}.collection-grid small {
  color: var(--muted, #665d52);
}.finish-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #2f4036;
  color: #f7f2e9;
}.finish-section h2,
.finish-section .eyebrow {
  color: #fffaf2;
}.finish-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}.finish-sample-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fffaf2;
  color: #332d27;
}.finish-sample-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}.finish-sample-grid figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
}.finish-sample-grid figcaption span,
.finish-disclosure {
  font-size: 0.82rem;
  opacity: 0.82;
}.finish-disclosure {
  margin: 1.2rem 0 0;
}.split-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}.limited-custom {
  padding-block: clamp(3rem, 6vw, 5rem);
}.product-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-top: 1.5rem;
}.product-jump-nav a {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(61, 90, 76, 0.24);
  border-radius: 999px;
  color: var(--forest, #3d5a4c);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}.purchase-path {
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid rgba(92, 64, 51, 0.14);
  border-radius: 18px;
  background: var(--warm-white, #fffaf2);
}.purchase-path ol,
.compact-process {
  padding-left: 1.25rem;
}.purchase-path li,
.compact-process li {
  margin-block: 0.55rem;
}@media (max-width: 1050px) {
.catalog-grid {
    grid-template-columns: minmax(0, 1fr);
  }.collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 900px) {
.site-header {
    min-height: 68px;
  }.nav-toggle {
    display: block;
  }.site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    z-index: 20;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem 5vw 1rem;
    background: #f7f3ec;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 32px rgba(38, 35, 31, 0.14);
  }.site-nav.is-open {
    display: flex;
  }.site-nav a {
    width: 100%;
    color: #252321;
  }
}@media (max-width: 767px) {
.catalog-grid,
.catalog-card,
.finish-sample-grid,
.split-callout,
.path-grid {
    grid-template-columns: minmax(0, 1fr);
  }.catalog-card-image img {
    min-height: 0;
  }
}@media (max-width: 500px) {
.collection-grid {
    grid-template-columns: minmax(0, 1fr);
  }.collection-grid a {
    min-height: 96px;
  }.catalog-card-body {
    padding: 1rem;
  }
}/* 2026 Drive photo refresh */
.home-photo-section,
.drive-gallery-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}.home-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 2vw, 1.25rem);
  align-items: start;
}.home-photo-grid a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: #252321;
  background: #fffaf2;
  border: 1px solid rgba(37, 35, 33, 0.12);
  border-radius: 14px;
  text-decoration: none;
}.home-photo-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  opacity: 1;
  transition: transform 180ms ease, opacity 180ms ease;
}.home-photo-grid a:hover img,
.home-photo-grid a:focus-visible img {
  transform: scale(1.015);
  opacity: 1;
}.home-photo-grid span {
  position: static;
  padding: 0.75rem 0.85rem;
  color: #fffaf2;
  font-weight: 800;
  background: #384236;
}.photo-filter-controls {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}.drive-photo-grid {
  display: block;
  columns: 4 250px;
  column-gap: clamp(0.85rem, 2vw, 1.25rem);
}.drive-photo-grid .photo-gallery-card {
  display: inline-flex;
  width: 100%;
  margin: 0 0 clamp(0.85rem, 2vw, 1.25rem);
  break-inside: avoid;
}.photo-gallery-card > a {
  display: block;
  flex: none;
  height: auto;
  background: #ede4d7;
}.photo-gallery-card > a > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}.photo-gallery-card .work-badge {
  position: static;
  justify-self: start;
  max-width: 100%;
  padding: 0.38rem 0.55rem;
  color: #fffaf2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(37, 35, 33, 0.86);
}.photo-gallery-copy {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 1rem 1rem;
}.photo-gallery-card .photo-gallery-copy h3,
.photo-gallery-card .photo-gallery-copy p {
  margin: 0;
  padding: 0;
}.photo-gallery-card .photo-gallery-copy h3 {
  font-size: 1rem;
}.photo-gallery-card .photo-gallery-copy p {
  color: #69745d;
  font-size: 0.78rem;
  font-weight: 700;
}.process-photo-band {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  color: #fffaf2;
  background: #384236;
}.process-photo-band .eyebrow,
.process-photo-band .section-heading p {
  color: #f2d5aa;
}.process-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 2vw, 1.25rem);
  align-items: start;
}.process-photo-grid figure {
  margin: 0;
  overflow: hidden;
  background: #fffaf2;
  border-radius: 14px;
}.process-photo-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}.process-photo-grid figcaption {
  padding: 0.75rem 0.85rem;
  color: #332d27;
  font-size: 0.84rem;
  font-weight: 800;
}@media (max-width: 980px) {
.home-photo-grid,
.process-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.drive-photo-grid {
    columns: 2 260px;
  }
}@media (max-width: 520px) {
.home-photo-grid,
.process-photo-grid {
    grid-template-columns: minmax(0, 1fr);
  }.photo-filter-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.filter-controls button {
    width: 100%;
  }.drive-photo-grid {
    columns: 1;
  }
}@media (max-width: 760px) {
.hero-photo picture {
    aspect-ratio: 4 / 5;
  }.hero-label {
    margin-top: 0;
  }
}/* Final inventory activation controls intentionally override older generic filters. */
#available-now-candidates {
  scroll-margin-top: 6rem;
}#available-now-candidates .candidate-count {
  color: var(--warm-white) !important;
}#available-now-candidates .candidate-filter-row .filter-button {
  min-height: 2.65rem;
  padding: 0.6rem 0.9rem;
  color: var(--charcoal);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  background: var(--warm-white);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  cursor: pointer;
}#available-now-candidates .candidate-filter-row .filter-button:hover,
#available-now-candidates .candidate-filter-row .filter-button:focus-visible,
#available-now-candidates .candidate-filter-row .filter-button[aria-pressed="true"] {
  color: var(--warm-white);
  background: var(--forest);
  border-color: var(--forest);
}@media (max-width: 520px) {
#available-now-candidates .candidate-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }#available-now-candidates .candidate-filter-row .filter-button {
    width: 100%;
  }
}
