:root {
  --bg: #f5f1eb;
  --panel: #e6dfd5;
  --panel-dark: #d8d0c5;
  --text: #312b24;
  --muted: #6e675f;
  --soft: #9b9184;
  --line: rgba(72, 62, 52, 0.2);
  --cream: #f8f3ec;
  --accent: #b89e7d;
  --dark: #221e19;
  --dark-2: #2a241f;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}

.error-page {
  min-height: 100vh;
}

.error-shell {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 120px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  min-height: calc(100vh - 92px);
  overflow: hidden;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 132px);
}

.error-copy {
  max-width: 650px;
}

.error-copy h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.86;
  margin: 24px 0 30px;
}

.error-copy p {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
  max-width: 580px;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.error-stone {
  align-items: center;
  color: rgba(49, 43, 36, 0.92);
  display: flex;
  font-family: var(--serif);
  font-size: clamp(160px, 24vw, 420px);
  justify-content: center;
  letter-spacing: -0.12em;
  line-height: 0.7;
  position: relative;
}

.error-stone i {
  background:
    linear-gradient(135deg, rgba(255,255,255,.55), transparent 42%),
    radial-gradient(circle at 30% 25%, #d8cdbf, #8d806f 58%, #463d33);
  border-radius: 48% 52% 46% 54%;
  box-shadow: 0 30px 80px rgba(34, 30, 25, 0.22);
  height: clamp(118px, 17vw, 300px);
  margin: 0 0.1em;
  transform: rotate(-9deg);
  width: clamp(96px, 14vw, 248px);
}

@media (max-width: 820px) {
  .error-shell {
    grid-template-columns: 1fr;
    padding-top: 110px;
  }

  .error-stone {
    order: -1;
  }
}

html.site-intro-running,
html.site-intro-running body {
  overflow: hidden;
}

.site-intro {
  align-items: center;
  animation: mars-intro-exit 620ms cubic-bezier(0.76, 0, 0.24, 1) 2580ms forwards;
  background: #211d1e;
  color: #f8f3ec;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 10000;
}

.site-intro-corner {
  background: #050505;
  height: 12px;
  position: absolute;
  right: clamp(18px, 8vw, 160px);
  top: 16px;
  width: 12px;
}

.site-intro-wordmark {
  font-family: var(--serif);
  line-height: 1;
  position: relative;
  text-align: center;
  transform: translateY(8px);
}

.site-intro-line {
  display: flex;
  justify-content: center;
  line-height: 0.86;
}

.site-intro-main {
  gap: 0.08em;
  font-size: clamp(38px, 4vw, 70px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-intro-sub {
  gap: 0.16em;
  font-size: clamp(13px, 1.15vw, 20px);
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-top: 11px;
  text-transform: uppercase;
}

.site-intro-letter {
  color: rgba(248, 243, 236, 0.28);
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.site-intro-letter > span {
  animation: mars-intro-letter-in 1040ms cubic-bezier(0.22, 1, 0.36, 1) calc(150ms + var(--i) * 68ms) forwards;
  color: #fff;
  display: block;
  filter: blur(7px);
  opacity: 0;
  transform: translateY(112%) scaleY(1.08);
}

.site-intro-tagline {
  color: rgba(248, 243, 236, 0.78);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: clamp(13px, 1.08vw, 18px);
  font-weight: 500;
  gap: 0.42em;
  justify-content: center;
  letter-spacing: 0.02em;
  margin: clamp(24px, 3vw, 46px) 24px 0;
  max-width: min(78vw, 760px);
  text-align: center;
}

.site-intro-tagline > span {
  display: inline-block;
  overflow: hidden;
}

.site-intro-tagline > span > span {
  animation: mars-intro-tagline-in 900ms cubic-bezier(0.22, 1, 0.36, 1) calc(780ms + var(--i) * 86ms) forwards;
  display: block;
  filter: blur(5px);
  opacity: 0;
  transform: translateY(120%);
}

html.site-intro-skip .site-intro {
  display: none;
}

img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(38, 32, 27, 0.48), rgba(38, 32, 27, 0.22));
  border-bottom: 1px solid rgba(248, 243, 236, 0.08);
  color: var(--cream);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(220px, 1fr) auto minmax(90px, 1fr);
  left: 0;
  padding: 36px clamp(34px, 11.5vw, 175px) 36px clamp(34px, 11.5vw, 175px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.brand {
  align-items: center;
  display: inline-flex;
  width: fit-content;
}

.mars-wordmark {
  color: #fff;
  display: inline-block;
  font-family: var(--serif);
  line-height: 1;
  min-width: 132px;
}

.mars-wordmark span {
  display: block;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 0.86;
}

.mars-wordmark small {
  display: block;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 4px;
  padding-right: 6px;
  text-align: right;
}

.mars-wordmark span,
.mars-wordmark small {
  text-transform: uppercase;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(28px, 3.2vw, 52px);
  justify-content: center;
}

.nav-item {
  position: relative;
}

nav a,
.section-heading a,
.feature-copy a,
footer a {
  font-size: 13px;
  font-weight: 500;
}

nav a[aria-current="page"] {
  color: #fff;
}

.product-dropdown {
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(38, 32, 27, 0.72), rgba(38, 32, 27, 0.5));
  border: 1px solid rgba(248, 243, 236, 0.12);
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 0;
  left: 50%;
  min-width: 350px;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 18px);
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-dropdown::before {
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  top: -18px;
}

.product-dropdown a {
  color: rgba(248, 243, 236, 0.86);
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 9px 20px;
  white-space: nowrap;
}

.product-dropdown a:hover,
.product-dropdown a:focus {
  background: rgba(248, 243, 236, 0.08);
  color: #fff;
}

.has-dropdown:hover .product-dropdown,
.has-dropdown:focus-within .product-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.search-button {
  align-items: center;
  background: rgba(248, 243, 236, 0.06);
  border: 1px solid rgba(248, 243, 236, 0.36);
  color: var(--cream);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  padding: 0;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  width: 46px;
}

.search-button:hover {
  background: rgba(248, 243, 236, 0.14);
  border-color: rgba(248, 243, 236, 0.72);
  transform: translateY(-1px);
}

.search-button svg {
  fill: currentColor;
  height: 19px;
  width: 19px;
}

.search-open {
  overflow: hidden;
}

.site-search-overlay {
  align-items: flex-start;
  background: rgba(34, 30, 25, 0.44);
  backdrop-filter: blur(12px);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 118px 24px 40px;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 300;
}

.site-search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.site-search-panel {
  background: var(--bg);
  box-shadow: 0 26px 80px rgba(34, 30, 25, 0.28);
  color: var(--text);
  display: grid;
  gap: 24px;
  max-height: min(760px, calc(100vh - 150px));
  max-width: 880px;
  overflow: auto;
  padding: 38px;
  position: relative;
  width: min(880px, 100%);
}

.site-search-close {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 34px;
  text-transform: uppercase;
  top: 30px;
}

.site-search-head span,
.site-search-field span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-search-head h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 12px 110px 0 0;
}

.site-search-field {
  display: grid;
  gap: 12px;
}

.site-search-field input {
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--text);
  font: 500 18px/1.2 var(--sans);
  height: 62px;
  outline: none;
  padding: 0 20px;
  width: 100%;
}

.site-search-field input:focus {
  border-color: rgba(184, 158, 125, 0.85);
}

.site-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-search-tags button {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  font: 600 12px/1 var(--sans);
  padding: 11px 14px;
  text-transform: uppercase;
}

.site-search-tags button:hover {
  background: var(--panel);
  color: var(--text);
}

.outline-button,
.filled-button {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
}

.outline-button {
  border: 1px solid rgba(248, 243, 236, 0.82);
  color: var(--cream);
  justify-self: end;
  min-width: 210px;
}

.filled-button {
  background: var(--accent);
  color: var(--cream);
}

.floating-contact {
  color: var(--cream);
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
}

.floating-icons {
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(38, 32, 27, 0.58), rgba(38, 32, 27, 0.38));
  border: 1px solid rgba(248, 243, 236, 0.14);
  border-right: 0;
  display: grid;
  position: relative;
  z-index: 2;
}

.floating-icons span {
  align-items: center;
  border-bottom: 1px solid rgba(248, 243, 236, 0.16);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 42px;
}

.floating-icons span:last-child {
  border-bottom: 0;
}

.floating-icons svg,
.floating-panel svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.floating-panel {
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(38, 32, 27, 0.66), rgba(38, 32, 27, 0.54));
  border: 1px solid rgba(248, 243, 236, 0.14);
  color: var(--cream);
  min-width: 244px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 42px;
  top: 0;
  transform: translateX(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-contact:hover .floating-panel,
.floating-contact:focus-within .floating-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.floating-panel a,
.qr-row {
  align-items: flex-start;
  border-bottom: 1px solid rgba(248, 243, 236, 0.16);
  color: var(--cream);
  display: flex;
  gap: 13px;
  margin: 0;
  padding: 11px 14px;
}

.floating-panel a {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.floating-panel a:hover {
  background: rgba(248, 243, 236, 0.06);
}

.mini-icon {
  align-items: center;
  color: var(--cream);
  display: inline-flex;
  flex: 0 0 auto;
  height: 21px;
  justify-content: center;
  width: 21px;
}

.qr-row strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
}

.qr-code {
  display: block;
  height: 74px;
  object-fit: cover;
  width: 74px;
}

.hero {
  background: var(--dark);
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

@supports (height: 100svh) {
  .hero {
    height: 100svh;
    min-height: 100svh;
  }
}

.hero img,
.hero-video {
  filter: saturate(0.88) sepia(0.1);
}

.hero-video {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-video-mobile {
  display: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(26, 22, 18, 0.86) 0%, rgba(39, 32, 26, 0.62) 34%, rgba(39, 32, 26, 0.18) 74%),
    linear-gradient(180deg, rgba(23, 19, 16, 0.42), rgba(23, 19, 16, 0.08));
  inset: 0;
  position: absolute;
}

.hero-content {
  color: var(--cream);
  left: clamp(34px, 11.5vw, 175px);
  max-width: 560px;
  position: absolute;
  top: 50%;
  transform: translateY(-38%);
}

.hero h1,
.feature-copy h2,
.wide-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.hero h1 {
  font-size: clamp(48px, 5vw, 78px);
  text-wrap: balance;
}

.hero p {
  color: rgba(248, 243, 236, 0.86);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
  margin: 40px 0 30px;
  max-width: 440px;
}

.section-shell {
  margin: 0 auto;
  max-width: 1500px;
  padding: clamp(54px, 5.3vw, 88px) clamp(28px, 6.5vw, 100px);
}

.section-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section-heading span,
.label {
  color: #534d46;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-heading a,
.feature-copy a {
  color: var(--muted);
}

.feature-copy > a,
.product-heading-actions > a,
.home-projects-heading > a,
.outline-button.light {
  transform-origin: left center;
  transition: color 180ms ease, transform 180ms ease;
}

.feature-copy > a {
  display: inline-flex;
}

.feature-copy > a:hover,
.feature-copy > a:focus-visible,
.product-heading-actions > a:hover,
.product-heading-actions > a:focus-visible,
.home-projects-heading > a:hover,
.home-projects-heading > a:focus-visible,
.outline-button.light:hover,
.outline-button.light:focus-visible {
  transform: scale(1.03);
}

.product-heading-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.product-carousel {
  align-items: center;
  position: relative;
}

.product-switch-button {
  align-items: center;
  background: rgba(248, 243, 236, 0.86);
  border: 1px solid rgba(72, 62, 52, 0.22);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(48, 42, 35, 0.12);
  color: #675e54;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 48px;
  z-index: 3;
}

.product-switch-button-left {
  left: 16px;
}

.product-switch-button-right {
  right: 16px;
}

.product-switch-button:hover,
.product-switch-button:focus {
  background: #fffaf4;
  border-color: rgba(72, 62, 52, 0.46);
  color: #403930;
  transform: translateY(-50%) scale(1.04);
}

.product-switch-button svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.product-carousel-window {
  overflow: hidden;
  width: 100%;
}

.product-track {
  display: flex;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.product-grid {
  display: grid;
  flex: 0 0 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 100%;
}

.product-card {
  background: #ece6dd;
  min-width: 0;
  overflow: hidden;
}

.product-card img {
  height: clamp(300px, 27vw, 430px);
  transition: transform 520ms ease, filter 520ms ease;
  will-change: transform;
}

.product-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.product-card div {
  background: #ece6dd;
  display: grid;
  gap: 6px 20px;
  grid-template-columns: 1fr auto;
  padding: 24px 28px 28px;
  position: relative;
  z-index: 1;
}

.product-card h2 {
  color: #473f37;
  font-family: var(--serif);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 400;
  grid-column: 1;
  line-height: 1.05;
  margin: 0;
}

.product-card p {
  color: var(--muted);
  font-size: 13px;
  grid-column: 1;
  margin: 0;
}

.product-card span {
  align-self: center;
  color: #675e54;
  font-size: 25px;
  grid-column: 2;
  grid-row: 1 / 3;
}

.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.feature-panel {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(220px, 0.9fr) minmax(240px, 1fr);
  min-height: 450px;
  overflow: hidden;
  padding: clamp(54px, 5.5vw, 88px) clamp(34px, 6.5vw, 100px);
}

.materials-panel {
  background: #e9e3db;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.project-panel {
  background: #d9d1c7;
}

.custom-design-panel {
  background: #d9d1c7;
}

.custom-design-panel .feature-image img {
  object-position: 30% center;
}

.feature-copy h2 {
  color: #4c443b;
  font-size: clamp(36px, 3.4vw, 55px);
  max-width: 370px;
}

.short-line {
  background: #6e675f;
  height: 1px;
  margin: 34px 0;
  opacity: 0.72;
  width: 34px;
}

.feature-copy p {
  color: var(--muted);
  margin: 0 0 36px;
  max-width: 300px;
}

.feature-image {
  height: clamp(300px, 30vw, 410px);
  overflow: hidden;
}

.feature-image img {
  height: clamp(300px, 30vw, 410px);
  transition: transform 520ms ease, filter 520ms ease;
  will-change: transform;
}

.feature-image:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.home-projects {
  background: #f5f1eb;
}

.home-projects-heading {
  align-items: end;
  display: grid;
  gap: clamp(30px, 5vw, 80px);
  grid-template-columns: minmax(320px, 1fr) minmax(240px, 0.52fr) auto;
  margin-bottom: clamp(34px, 4vw, 58px);
}

.home-projects-heading h2 {
  color: #463e36;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 16px 0 0;
}

.home-projects-heading p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  max-width: 390px;
}

.home-projects-heading > a {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.home-projects-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
  grid-template-rows: repeat(2, clamp(230px, 23vw, 350px));
}

.home-project {
  background: #d8d0c5;
  overflow: hidden;
  position: relative;
}

.home-project::after {
  background: linear-gradient(0deg, rgba(27, 23, 20, 0.72), rgba(27, 23, 20, 0.02) 58%);
  content: "";
  inset: 0;
  position: absolute;
}

.home-project-main {
  grid-row: 1 / 3;
}

.home-project-main img {
  object-position: center 62%;
}

.home-project img {
  transition: filter 500ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-project:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.035);
}

.home-project > span {
  bottom: clamp(22px, 3vw, 42px);
  color: var(--cream);
  display: grid;
  left: clamp(22px, 3vw, 42px);
  max-width: calc(100% - 44px);
  position: absolute;
  z-index: 1;
}

.home-project small {
  color: rgba(248, 243, 236, 0.72);
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.home-project strong {
  font-family: var(--serif);
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.05;
}

.home-project:not(.home-project-main) strong {
  font-size: clamp(25px, 2vw, 33px);
}

.process {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: 160px 1fr;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-grid article {
  min-height: 155px;
  padding: 0 clamp(22px, 3vw, 52px);
  position: relative;
}

.process-grid article + article {
  border-left: 1px solid var(--line);
}

.number {
  color: var(--soft);
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.process-icon {
  align-items: center;
  border: 1px solid #9d9184;
  border-radius: 999px;
  color: #877c70;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 17px;
  height: 43px;
  justify-content: center;
  margin-bottom: 16px;
  width: 43px;
}

.process h3 {
  color: #403930;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.process p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
  max-width: 185px;
}

.wide-cta {
  height: clamp(260px, 24vw, 390px);
  overflow: hidden;
  position: relative;
}

.wide-cta::after {
  background: linear-gradient(90deg, rgba(55, 43, 34, 0.7), rgba(74, 55, 42, 0.24) 65%);
  content: "";
  inset: 0;
  position: absolute;
}

.wide-cta div {
  color: var(--cream);
  left: clamp(32px, 9.7vw, 148px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.wide-cta h2 {
  color: var(--cream);
  font-size: clamp(34px, 3.2vw, 52px);
  margin-bottom: 32px;
  max-width: 510px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.outline-button.light {
  justify-self: start;
  min-width: 210px;
}

.material-catalog-page {
  background: var(--bg);
  min-height: 100vh;
  padding: 150px clamp(42px, 3.8vw, 72px) 96px;
}

.material-catalog-layout {
  display: grid;
  gap: clamp(34px, 4vw, 72px);
  grid-template-columns: 154px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1792px;
}

.material-catalog-content {
  min-width: 0;
}

.material-category-nav {
  align-items: flex-start;
  backdrop-filter: blur(12px);
  background: rgba(245, 241, 235, 0.94);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: flex-start;
  margin: 0;
  overflow: visible;
  padding: 6px 28px 6px 0;
  position: sticky;
  scrollbar-width: none;
  top: 104px;
  white-space: nowrap;
  z-index: 60;
}

.material-category-nav::-webkit-scrollbar {
  display: none;
}

.material-category-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.material-category-nav a:hover,
.material-category-nav a:focus-visible {
  color: var(--text);
  transform: scale(1.04);
}

.material-catalog {
  display: grid;
  gap: 34px 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  margin: 0 auto;
  max-width: none;
}

.material-category-section {
  margin: 0 auto clamp(34px, 3.4vw, 56px);
  max-width: none;
}

.material-category-section:last-child {
  margin-bottom: 0;
}

.material-category-heading {
  margin: 0 0 26px;
  text-align: left;
}

.material-category-heading h1 {
  color: #443c34;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.catalog-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 9px 18px rgba(48, 42, 35, 0.08);
  min-width: 0;
  overflow: hidden;
}

.catalog-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.catalog-card img {
  height: auto;
  object-fit: cover;
  transition: filter 360ms ease, transform 520ms ease;
  width: 100%;
}

.catalog-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.055);
}

.catalog-card h2 {
  align-items: center;
  color: #0062a5;
  display: flex;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  min-height: 58px;
  padding: 10px 16px;
}

.material-detail-page {
  background: var(--bg);
  min-height: 100vh;
  padding: 150px clamp(24px, 7vw, 110px) 86px;
}

.material-breadcrumb {
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 10px;
  justify-content: flex-start;
  margin: 0 auto 28px;
  max-width: 1320px;
}

.material-breadcrumb a {
  color: #0062a5;
}

.material-detail-shell {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}

.material-back {
  color: #0062a5;
  font-size: 13px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: -34px;
}

.material-detail-image {
  background: #fff;
  box-shadow: 0 12px 28px rgba(48, 42, 35, 0.08);
  overflow: hidden;
}

.material-detail-image img {
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  width: 100%;
}

.material-detail-copy {
  background: #ece6dd;
  padding: clamp(34px, 4vw, 58px);
}

.material-detail-copy h1 {
  color: #443c34;
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 14px 0 24px;
}

.material-detail-copy p {
  color: var(--muted);
  margin: 0 0 32px;
}

.material-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.material-outline {
  border-color: rgba(72, 62, 52, 0.34);
  color: var(--text);
  min-width: 150px;
}

.materials-hero {
  background: var(--dark);
  height: min(640px, 47vw);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.materials-hero img {
  filter: saturate(0.9) sepia(0.12);
}

.materials-hero-overlay {
  background:
    linear-gradient(90deg, rgba(25, 21, 18, 0.88), rgba(44, 36, 30, 0.52) 48%, rgba(44, 36, 30, 0.2)),
    linear-gradient(180deg, rgba(23, 19, 16, 0.42), rgba(23, 19, 16, 0.1));
  inset: 0;
  position: absolute;
}

.materials-hero-copy {
  color: var(--cream);
  left: clamp(34px, 11.5vw, 175px);
  max-width: 650px;
  position: absolute;
  top: 55%;
  transform: translateY(-38%);
}

.materials-hero-copy .label {
  color: rgba(248, 243, 236, 0.78);
  margin-bottom: 18px;
}

.materials-hero-copy h1,
.materials-intro h2,
.material-family-heading h2,
.material-consult h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.materials-hero-copy h1 {
  font-size: clamp(50px, 5vw, 82px);
  text-wrap: balance;
}

.materials-hero-copy p {
  color: rgba(248, 243, 236, 0.82);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
  margin: 30px 0 0;
  max-width: 560px;
}

.materials-intro {
  align-items: end;
  display: grid;
  gap: clamp(34px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.62fr);
}

.materials-intro h2 {
  color: #463e36;
  font-size: clamp(36px, 3.6vw, 60px);
  margin-top: 18px;
  max-width: 760px;
}

.materials-intro p {
  color: var(--muted);
  margin: 0;
}

.material-family {
  border-top: 1px solid var(--line);
  padding-top: clamp(46px, 4.8vw, 74px);
}

.material-family-muted {
  background: #ebe4dc;
  max-width: none;
  padding-left: clamp(28px, calc((100vw - 1300px) / 2 + 100px), 180px);
  padding-right: clamp(28px, calc((100vw - 1300px) / 2 + 100px), 180px);
}

.material-family-heading {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr minmax(280px, 420px);
  margin-bottom: 34px;
}

.material-family-heading h2 {
  color: #443c34;
  font-size: clamp(42px, 4vw, 68px);
  margin-top: 10px;
}

.material-family-heading p {
  color: var(--muted);
  margin: 0 0 8px;
}

.materials-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.material-card {
  background: #ece6dd;
  min-width: 0;
  overflow: hidden;
}

.material-card img {
  aspect-ratio: 1 / 0.78;
  height: auto;
  transition: filter 420ms ease, transform 520ms ease;
}

.material-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.04);
}

.material-card div {
  border-top: 1px solid rgba(72, 62, 52, 0.12);
  min-height: 152px;
  padding: 24px 26px 28px;
}

.material-card h3 {
  color: #473f37;
  font-family: var(--serif);
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 12px;
}

.material-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.material-card-large {
  grid-column: span 1;
}

.material-consult {
  background: var(--dark);
  color: var(--cream);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  margin-top: clamp(16px, 3vw, 44px);
  min-height: 460px;
}

.material-consult img {
  filter: saturate(0.92) sepia(0.08);
}

.material-consult div {
  align-self: center;
  padding: clamp(54px, 7vw, 110px);
}

.material-consult .label {
  color: rgba(248, 243, 236, 0.68);
  margin-bottom: 18px;
}

.material-consult h2 {
  color: var(--cream);
  font-size: clamp(38px, 3.8vw, 62px);
  max-width: 640px;
}

.material-consult p {
  color: rgba(248, 243, 236, 0.76);
  margin: 28px 0 32px;
  max-width: 520px;
}

.countertop-page {
  background: var(--bg);
  min-height: 100vh;
}

.countertop-intro h1,
.countertop-guide-copy h2,
.countertop-detail-copy h2,
.countertop-faq h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.countertop-intro {
  align-items: end;
  display: grid;
  gap: clamp(34px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.62fr);
  padding-top: 190px;
}

.countertop-intro h1 {
  color: #463e36;
  font-size: clamp(48px, 5vw, 80px);
  margin-top: 18px;
  max-width: 760px;
  text-wrap: balance;
}

.countertop-intro-copy {
  border-left: 1px solid var(--line);
  padding-left: clamp(28px, 4vw, 56px);
}

.countertop-intro-copy p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0;
}

.countertop-intro-copy p + p {
  margin-top: 18px;
}

.countertop-intro-copy .filled-button {
  margin-top: 30px;
}

.countertop-applications {
  padding-top: 0;
}

.countertop-application-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.countertop-application-card {
  background: #ece6dd;
  min-width: 0;
  overflow: hidden;
}

.countertop-application-card.featured {
  grid-column: span 2;
}

.countertop-application-card img {
  aspect-ratio: 1 / 0.72;
  height: auto;
  object-position: center center;
  transition: filter 420ms ease, transform 560ms ease;
}

.countertop-application-card.featured img {
  object-position: center 62%;
}

.countertop-application-card:nth-child(3) img {
  object-position: center 58%;
}

.countertop-application-card:nth-child(4) img {
  object-position: center 48%;
}

.countertop-application-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.04);
}

.countertop-application-card div {
  border-top: 1px solid rgba(72, 62, 52, 0.12);
  min-height: 220px;
  padding: 24px 26px 30px;
}

.countertop-application-card span,
.countertop-process-grid span {
  color: var(--soft);
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.countertop-application-card h2 {
  color: #473f37;
  font-family: var(--serif);
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 14px;
}

.countertop-application-card p,
.countertop-guide-list p,
.countertop-detail-copy p,
.countertop-process-grid p,
.countertop-faq p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.countertop-material-guide {
  background: #d8d0c5;
  display: grid;
  gap: clamp(44px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  padding: clamp(58px, 7vw, 110px) clamp(28px, 9.5vw, 140px);
  position: relative;
}

.countertop-guide-copy h2 {
  color: #463e36;
  font-size: clamp(38px, 3.7vw, 60px);
  margin-top: 18px;
  max-width: 650px;
}

.countertop-guide-copy p {
  color: var(--muted);
  line-height: 1.72;
  margin: 28px 0 0;
  max-width: 520px;
}

.countertop-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.countertop-guide-list article {
  background: #f8f3ec;
  border: 1px solid rgba(72, 62, 52, 0.1);
  min-height: 210px;
  padding: clamp(28px, 3.2vw, 44px);
}

.countertop-guide-list h3,
.countertop-process-grid h3 {
  color: #403930;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.countertop-projects {
  background: #f7f4ee;
  padding: clamp(72px, 8vw, 128px) 0;
}

.countertop-projects-heading {
  padding-bottom: clamp(38px, 4.5vw, 68px);
  padding-top: 0;
  text-align: center;
}

.countertop-projects-heading .label {
  color: #7d6d5e;
  display: block;
  margin-bottom: 18px;
}

.countertop-projects-heading h2 {
  color: #302922;
  font-family: var(--serif);
  font-size: clamp(40px, 4.25vw, 68px);
  font-weight: 400;
  line-height: 1.04;
  margin: 0 auto 18px;
  max-width: 900px;
}

.countertop-projects-heading p {
  color: #6e6257;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 640px;
}

.countertop-project-grid {
  display: grid;
  gap: clamp(14px, 1.6vw, 24px);
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 clamp(22px, 5vw, 76px);
}

.countertop-project-grid figure {
  margin: 0;
}

.countertop-project-grid img {
  display: block;
  height: calc(100% - 28px);
  object-fit: cover;
  transition: transform 480ms ease;
  width: 100%;
}

.countertop-project-grid figure:hover img {
  transform: scale(1.025);
}

.countertop-project-main,
.countertop-project-side,
.countertop-project-bottom-row figure {
  overflow: hidden;
}

.countertop-project-main {
  grid-row: span 2;
}

.countertop-project-main img {
  object-position: center center;
}

.countertop-project-side {
  min-height: 0;
}

.countertop-project-curved img {
  object-position: center 58%;
}

.countertop-project-marble img {
  object-position: center 56%;
}

.fireplace-project-showcase {
  background: #2b251f;
  color: #fffaf1;
  padding: clamp(44px, 6vw, 92px) clamp(22px, 5vw, 76px);
}

.fireplace-project-showcase-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.9fr) 82px;
  margin: 0 auto;
  max-width: 1500px;
  min-height: clamp(600px, 47vw, 760px);
}

.fireplace-project-feature {
  border: 1px solid rgba(255, 250, 241, 0.42);
  margin: 0;
  overflow: hidden;
  padding: clamp(12px, 1.5vw, 22px);
}

.fireplace-project-feature img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transition: opacity 220ms ease;
  width: 100%;
}

.fireplace-project-content {
  align-self: center;
  padding: clamp(42px, 6vw, 94px) clamp(38px, 5.5vw, 88px);
}

.fireplace-project-content .label {
  color: rgba(255, 250, 241, 0.72);
  display: block;
  margin-bottom: 26px;
}

.fireplace-project-content .label::after {
  background: #986069;
  content: "";
  display: block;
  height: 1px;
  margin-top: 18px;
  width: 190px;
}

.fireplace-project-content h2 {
  color: #fffaf1;
  font-family: var(--serif);
  font-size: clamp(46px, 5.15vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  margin: 0;
}

.fireplace-project-content > p {
  color: rgba(255, 250, 241, 0.78);
  font-size: 16px;
  line-height: 1.72;
  margin: 34px 0 42px;
  max-width: 520px;
}

.fireplace-project-thumbnails {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fireplace-project-thumb {
  background: transparent;
  border: 0;
  color: #fffaf1;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.fireplace-project-thumb img {
  aspect-ratio: 0.84 / 1;
  display: block;
  object-fit: cover;
  transition: filter 180ms ease, transform 220ms ease;
  width: 100%;
}

.fireplace-project-thumb:hover img,
.fireplace-project-thumb:focus-visible img {
  filter: brightness(1.12);
  transform: translateY(-4px);
}

.fireplace-project-thumb span {
  color: rgba(255, 250, 241, 0.8);
  display: block;
  font-size: 13px;
  line-height: 1.35;
  padding-top: 12px;
}

.fireplace-project-thumb strong {
  color: #b36f78;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.fireplace-project-navigation {
  border-left: 1px solid rgba(255, 250, 241, 0.32);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 72px) 0 0 24px;
}

.fireplace-project-count {
  color: #fffaf1;
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 26px;
  gap: 10px;
  line-height: 1;
  margin: 0;
}

.fireplace-project-count i {
  color: rgba(255, 250, 241, 0.56);
  font-style: normal;
}

.fireplace-project-count b {
  font-weight: 400;
}

.fireplace-project-navigation > div {
  display: grid;
  gap: 12px;
}

.fireplace-project-arrow {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 250, 241, 0.68);
  color: #fffaf1;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 58px;
  justify-content: center;
  padding: 0;
  transition: background 180ms ease, color 180ms ease;
  width: 58px;
}

.fireplace-project-arrow:hover,
.fireplace-project-arrow:focus-visible {
  background: #fffaf1;
  color: #2b251f;
}

.fireplace-project-compact {
  background: #f4f0e9;
  color: #302922;
  padding: clamp(50px, 5vw, 76px) clamp(22px, 5vw, 82px) clamp(54px, 5vw, 78px);
}

.fireplace-project-compact-heading {
  align-items: end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin: 0 auto clamp(26px, 2.8vw, 40px);
  max-width: 1400px;
}

.fireplace-project-compact-heading .label {
  color: #a58151;
  display: block;
  margin-bottom: 14px;
}

.fireplace-project-compact-heading h2 {
  color: #302922;
  font-family: var(--serif);
  font-size: clamp(38px, 3.85vw, 58px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.fireplace-project-compact-media {
  display: grid;
  gap: clamp(10px, 1vw, 16px);
  grid-template-columns: minmax(0, 1.48fr) minmax(320px, 0.92fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(470px, 43vw, 640px);
  margin: 0 auto;
  max-width: 1400px;
}

.fireplace-project-compact-media figure {
  background: #fffdf9;
  border: 1px solid rgba(91, 75, 59, 0.16);
  display: grid;
  grid-template-rows: minmax(0, 1fr) 68px;
  margin: 0;
  overflow: hidden;
}

.fireplace-project-compact-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.fireplace-project-compact-media figure:hover img {
  transform: scale(1.025);
}

.fireplace-project-compact-main img {
  object-position: center center;
}

.fireplace-project-compact-media figure:nth-child(2) img {
  object-position: center 46%;
}

.fireplace-project-compact-media figure:nth-child(3) img {
  object-position: center 54%;
}

.fireplace-project-compact-main {
  grid-row: 1 / -1;
}

.fireplace-project-compact-media figcaption {
  color: #5f554b;
  align-items: center;
  display: flex;
  font-family: var(--serif);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.3;
  padding: 0 clamp(16px, 2vw, 28px);
}

.fireplace-project-compact-media figcaption span {
  border-right: 1px solid rgba(91, 75, 59, 0.25);
  color: #a58151;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: 18px;
  padding-right: 18px;
}

.countertop-project-grid figcaption {
  color: #5f554b;
  font-size: 13px;
  line-height: 1.3;
  padding-top: 10px;
}

.countertop-project-bottom-row {
  display: grid;
  gap: clamp(14px, 1.6vw, 24px);
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.countertop-project-bottom-row figure {
  aspect-ratio: 1.42 / 1;
}

.countertop-details {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
}

.countertop-detail-image {
  min-height: 500px;
  overflow: hidden;
}

.countertop-detail-image img {
  filter: saturate(0.94) sepia(0.06);
  object-position: center 54%;
  transition: filter 420ms ease, transform 620ms ease;
}

.countertop-detail-image:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.035);
}

.countertop-detail-copy h2 {
  color: #463e36;
  font-size: clamp(38px, 3.7vw, 60px);
  margin: 18px 0 32px;
  max-width: 620px;
}

.countertop-spec-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.countertop-spec-grid article {
  background: #ece6dd;
  min-height: 155px;
  padding: 26px;
}

.countertop-spec-grid strong {
  color: #443c34;
  display: block;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.countertop-process {
  border-top: 1px solid var(--line);
}

.countertop-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.countertop-process-grid article {
  border-left: 1px solid var(--line);
  min-height: 180px;
  padding: 0 clamp(22px, 3vw, 46px);
}

.countertop-process-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.countertop-faq {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  padding-top: 0;
}

.countertop-faq h2 {
  color: #463e36;
  font-size: clamp(38px, 3.7vw, 60px);
  margin-top: 18px;
}

.countertop-faq-list {
  background: #f8f3ec;
  border-top: 1px solid rgba(72, 62, 52, 0.18);
}

.countertop-faq details {
  border-bottom: 1px solid rgba(72, 62, 52, 0.14);
  padding: 24px 28px;
}

.countertop-faq summary {
  color: #443c34;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  list-style: none;
  text-transform: uppercase;
}

.countertop-faq summary::-webkit-details-marker {
  display: none;
}

.countertop-faq summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.countertop-faq details[open] summary::after {
  content: "-";
}

.countertop-faq p {
  margin-top: 16px;
  max-width: 760px;
}

.countertop-page .wide-cta img {
  filter: saturate(0.96) sepia(0.06);
  object-position: center center;
}

.countertop-page .wide-cta::after {
  background: linear-gradient(90deg, rgba(37, 29, 22, 0.74), rgba(64, 48, 36, 0.3) 70%);
}

.fireplace-page .wide-cta img,
.mosaic-page .wide-cta img {
  filter: saturate(0.94) sepia(0.04);
  object-position: center center;
}

main.fireplace-page:not(.skirting-page):not(.shower-tray-page) .wide-cta::after {
  background: linear-gradient(
    90deg,
    rgba(24, 20, 17, 0.94) 0%,
    rgba(24, 20, 17, 0.82) 38%,
    rgba(24, 20, 17, 0.48) 58%,
    rgba(24, 20, 17, 0.12) 100%
  );
}

main.fireplace-page:not(.skirting-page):not(.shower-tray-page) .wide-cta h2 {
  color: #fffaf1;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.72);
}

.skirting-page .wide-cta::after,
.shower-tray-page .wide-cta::after {
  background: linear-gradient(
    90deg,
    rgba(24, 20, 17, 0.92) 0%,
    rgba(24, 20, 17, 0.78) 40%,
    rgba(24, 20, 17, 0.42) 62%,
    rgba(24, 20, 17, 0.1) 100%
  );
}

.skirting-page .wide-cta h2,
.shower-tray-page .wide-cta h2 {
  color: #fffaf1;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.72);
}

main.fireplace-page .wide-cta h2 {
  color: #fffaf1 !important;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.82);
}

.mosaic-page .wide-cta::after {
  background: linear-gradient(
    90deg,
    rgba(28, 24, 20, 0.9) 0%,
    rgba(28, 24, 20, 0.72) 42%,
    rgba(28, 24, 20, 0.28) 72%,
    rgba(28, 24, 20, 0.1) 100%
  );
}

.mosaic-page .wide-cta h2 {
  color: #fffaf1;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.58);
}

.shower-tray-page .wide-cta img {
  object-position: center bottom;
}

.stair-page {
  background: var(--bg);
  min-height: 100vh;
}

.stair-intro {
  align-items: end;
  display: grid;
  gap: clamp(34px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.62fr);
  padding-top: 190px;
}

.stair-intro h1,
.stair-showcase-copy h2,
.stair-guide-copy h2,
.stair-detail-copy h2,
.stair-faq h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.stair-intro h1 {
  color: #463e36;
  font-size: clamp(48px, 5vw, 80px);
  margin-top: 18px;
  max-width: 800px;
  text-wrap: balance;
}

.stair-intro-copy {
  border-left: 1px solid var(--line);
  padding-left: clamp(28px, 4vw, 56px);
}

.stair-intro-copy p,
.stair-showcase-copy p,
.stair-guide-copy p,
.stair-application-card p,
.stair-spec-grid p,
.stair-process-grid p,
.stair-faq p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.stair-intro-copy p + p {
  margin-top: 18px;
}

.stair-intro-copy .filled-button {
  margin-top: 30px;
}

.stair-showcase {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  padding-top: 0;
}

.stair-showcase-image,
.stair-detail-image {
  min-height: 480px;
  overflow: hidden;
}

.stair-showcase-image {
  height: 420px;
  min-height: 0;
}

.stair-showcase-image img,
.stair-detail-image img {
  filter: saturate(0.94) sepia(0.08);
  transition: filter 420ms ease, transform 620ms ease;
}

.stair-page .stair-showcase-image img {
  object-position: center 54%;
}

.stair-showcase-image:hover img,
.stair-detail-image:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.035);
}

.stair-showcase-copy h2,
.stair-guide-copy h2,
.stair-detail-copy h2,
.stair-faq h2 {
  color: #463e36;
  font-size: clamp(38px, 3.7vw, 60px);
  margin: 18px 0 28px;
  max-width: 650px;
}

.stair-applications {
  padding-top: 0;
}

.stair-application-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stair-application-card {
  background: #ece6dd;
  min-width: 0;
  overflow: hidden;
}

.stair-application-card img {
  aspect-ratio: 1 / 0.72;
  height: auto;
  object-position: center center;
  transition: filter 420ms ease, transform 560ms ease;
}

.stair-application-card:nth-child(1) img {
  object-position: center 58%;
}

.stair-application-card:nth-child(2) img {
  object-position: center 44%;
}

.stair-application-card:nth-child(3) img {
  object-position: center 58%;
}

.stair-application-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.04);
}

.stair-application-card div {
  border-top: 1px solid rgba(72, 62, 52, 0.12);
  min-height: 210px;
  padding: 24px 26px 30px;
}

.stair-application-card span,
.stair-process-grid span {
  color: var(--soft);
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.stair-application-card h2 {
  color: #473f37;
  font-family: var(--serif);
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 14px;
}

.tiles-page .stair-applications {
  border-top: 1px solid var(--line);
  padding-bottom: clamp(28px, 3vw, 46px);
  padding-top: clamp(28px, 3vw, 46px);
}

.tiles-page .stair-application-grid {
  gap: 1px;
}

.tiles-page .stair-application-card {
  background: #eee8df;
  border-top: 3px solid rgba(72, 62, 52, 0.18);
}

.tiles-page .stair-application-card div {
  border-top: 0;
  min-height: clamp(220px, 18vw, 280px);
  padding: clamp(30px, 4vw, 52px);
}

.tiles-page .stair-application-card span {
  color: #8f8579;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: clamp(28px, 3.5vw, 52px);
}

.tiles-page .stair-application-card h2 {
  font-size: clamp(34px, 3vw, 48px);
}

.tiles-page .stair-application-card p {
  max-width: 320px;
}

.tile-projects {
  background: #f4f0e9;
  padding: clamp(34px, 3.2vw, 48px) clamp(28px, 6.5vw, 100px) clamp(46px, 4.5vw, 68px);
}

.tile-projects-heading {
  margin: 0 auto clamp(24px, 2.4vw, 36px);
  max-width: 1400px;
}

.tile-projects-heading h2 {
  color: #443c34;
  font-family: var(--serif);
  font-size: clamp(40px, 4.1vw, 64px);
  font-weight: 400;
  line-height: 1.03;
  margin: 18px 0 20px;
  max-width: 700px;
}

.tile-projects-heading p {
  margin: 0;
  max-width: 560px;
}

.tile-project-grid {
  display: grid;
  gap: clamp(10px, 1vw, 16px);
  grid-template-columns: minmax(0, 1.32fr) repeat(2, minmax(180px, 0.76fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(480px, 42vw, 640px);
  margin: 0 auto;
  max-width: 1400px;
}

.tile-project-grid figure {
  background: #fffdf9;
  border: 1px solid rgba(91, 75, 59, 0.16);
  display: grid;
  grid-template-rows: minmax(0, 1fr) 58px;
  margin: 0;
  overflow: hidden;
}

.tile-project-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.tile-project-grid figure:hover img {
  transform: scale(1.025);
}

.tile-project-feature {
  grid-row: 1 / -1;
}

.tile-project-feature img {
  object-position: center center;
}

.tile-project-grid figure:nth-child(2) img {
  object-position: center center;
}

.tile-project-grid figure:nth-child(3) img {
  object-position: center 48%;
}

.tile-project-grid figure:nth-child(4) img {
  object-position: center center;
}

.tile-project-grid figure:nth-child(5) img {
  object-position: center center;
}

.tile-project-grid figcaption {
  align-items: center;
  color: #53483e;
  display: flex;
  font-family: var(--serif);
  font-size: clamp(16px, 1.25vw, 20px);
  padding: 0 clamp(14px, 1.8vw, 24px);
}

.tile-project-grid figcaption span {
  border-right: 1px solid rgba(91, 75, 59, 0.25);
  color: #aa7c3c;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: 14px;
  padding-right: 14px;
}

.tile-cladding-panel {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.55fr) minmax(360px, 1fr);
  padding-top: 0;
}

.tile-cladding-panel h2 {
  font-family: var(--serif);
  font-weight: 400;
  max-width: 620px;
}

.tile-cladding-link {
  color: #5f554b;
  display: inline-flex;
  font-size: 14px;
  gap: 9px;
  margin-top: 28px;
}

.tile-cladding-link span {
  transition: transform 180ms ease;
}

.tile-cladding-link:hover span,
.tile-cladding-link:focus-visible span {
  transform: translateX(4px);
}

.tile-cladding-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tile-cladding-grid article {
  background: #eee8df;
  border-top: 3px solid rgba(72, 62, 52, 0.18);
  min-height: 220px;
  padding: clamp(24px, 2.4vw, 34px);
}

.tile-cladding-grid span {
  color: #8f8579;
  display: block;
  font-size: 13px;
  margin-bottom: 18px;
}

.tile-cladding-grid h3 {
  color: #443c34;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.stair-material-guide {
  background: #d8d0c5;
  display: grid;
  gap: clamp(44px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  padding: clamp(58px, 7vw, 110px) clamp(28px, 9.5vw, 140px);
  position: relative;
}

.stair-guide-copy p {
  max-width: 540px;
}

.stair-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stair-guide-list article {
  background: #f8f3ec;
  border: 1px solid rgba(72, 62, 52, 0.1);
  min-height: 210px;
  padding: clamp(28px, 3.2vw, 44px);
}

.stair-guide-list h3,
.stair-process-grid h3 {
  color: #403930;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.stair-guide-list p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.stair-details {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.85fr);
}

.stair-spec-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stair-spec-grid article {
  background: #ece6dd;
  min-height: 155px;
  padding: 26px;
}

.stair-spec-grid strong {
  color: #443c34;
  display: block;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.stair-process {
  border-top: 1px solid var(--line);
}

.stair-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.stair-process-grid article {
  border-left: 1px solid var(--line);
  min-height: 180px;
  padding: 0 clamp(22px, 3vw, 46px);
}

.stair-process-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.stair-faq {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  padding-top: 0;
}

.stair-faq-list {
  background: #f8f3ec;
  border-top: 1px solid rgba(72, 62, 52, 0.18);
}

.stair-faq details {
  border-bottom: 1px solid rgba(72, 62, 52, 0.14);
  padding: 24px 28px;
}

.stair-faq summary {
  color: #443c34;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  list-style: none;
  text-transform: uppercase;
}

.stair-faq summary::-webkit-details-marker {
  display: none;
}

.stair-faq summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.stair-faq details[open] summary::after {
  content: "-";
}

.stair-faq p {
  margin-top: 16px;
  max-width: 760px;
}

.stair-cta img {
  filter: saturate(0.92) sepia(0.08);
  object-position: center center;
}

.slabs-page .stair-cta img {
  filter: saturate(0.84) brightness(0.84) sepia(0.04);
  object-position: center 48%;
}

.slabs-page .stair-cta::after {
  background: linear-gradient(90deg, rgba(24, 21, 18, 0.88), rgba(24, 21, 18, 0.58) 48%, rgba(24, 21, 18, 0.14));
}

.stair-detail-image img {
  object-position: center 58%;
}

.mosaic-page .stair-showcase-image img,
.mosaic-page .stair-cta img {
  object-position: center center;
}

.mosaic-page .stair-application-card:nth-child(1) img {
  object-position: center 54%;
}

.mosaic-page .stair-application-card:nth-child(2) img {
  object-position: center 50%;
}

.mosaic-page .stair-application-card:nth-child(3) img,
.mosaic-page .stair-detail-image img {
  object-position: center 56%;
}

.fireplace-page .stair-showcase-image img,
.fireplace-page .stair-cta img {
  object-position: center center;
}

.fireplace-page .stair-application-card:nth-child(1) img {
  object-position: center 48%;
}

.fireplace-page .stair-application-card:nth-child(2) img {
  object-position: center center;
}

.fireplace-page .stair-application-card:nth-child(3) img,
.fireplace-page .stair-detail-image img {
  object-position: center 56%;
}

.product-story-page {
  background: var(--bg);
  min-height: 100vh;
}

.product-story-page h1,
.product-story-page h2 {
  color: #463e36;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.product-story-page p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.mosaic-opening {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(310px, 0.58fr) minmax(0, 1fr);
  padding-bottom: clamp(52px, 5vw, 76px);
  padding-top: clamp(74px, 7vw, 120px);
}

.mosaic-opening-copy {
  align-self: center;
  padding: 32px 0;
}

.mosaic-opening h1,
.fireplace-opening h1 {
  font-size: clamp(44px, 4.65vw, 72px);
  margin: 18px 0 28px;
  text-wrap: balance;
}

.mosaic-opening-copy p {
  max-width: 540px;
}

.mosaic-opening .filled-button,
.fireplace-opening .filled-button {
  margin-top: 30px;
}

.mosaic-opening-media {
  display: grid;
  gap: clamp(10px, 1vw, 16px);
  grid-template-columns: minmax(0, 1.55fr) minmax(150px, 0.72fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(440px, 40vw, 590px);
}

.mosaic-opening-media figure {
  margin: 0;
  overflow: hidden;
}

.mosaic-opening-image {
  grid-row: 1 / -1;
}

.mosaic-opening-media img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mosaic-opening-detail-clover img {
  object-position: center center;
}

.mosaic-opening-detail-samples img {
  object-position: center center;
}

.mosaic-overview {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(34px, 5vw, 90px);
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.65fr);
  margin: 0 clamp(28px, 9.5vw, 140px);
  padding: clamp(50px, 6vw, 86px) 0;
}

.mosaic-overview h2 {
  font-size: clamp(38px, 4vw, 64px);
  margin-top: 18px;
  max-width: 740px;
}

.mosaic-overview-notes {
  display: grid;
  gap: 20px;
}

.mosaic-design-board {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.68fr);
}

.mosaic-board-image {
  min-height: 560px;
  overflow: hidden;
}

.mosaic-board-image img {
  filter: saturate(0.95) sepia(0.04);
  object-position: center center;
  transition: filter 420ms ease, transform 620ms ease;
}

.mosaic-board-image:hover img,
.fireplace-detail-image:hover img,
.fireplace-opening-image:hover img {
  filter: saturate(1.03) contrast(1.03);
  transform: scale(1.025);
}

.mosaic-board-panel {
  align-self: center;
  background: #ece6dd;
  padding: clamp(40px, 5vw, 72px);
}

.mosaic-board-panel h2,
.mosaic-process h2,
.fireplace-detail-copy h2,
.fireplace-material-intro h2,
.fireplace-flow h2,
.fireplace-questions h2,
.fireplace-cta h2,
.mosaic-cta h2 {
  font-size: clamp(36px, 3.6vw, 58px);
  margin: 18px 0 28px;
}

.mosaic-checklist {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.mosaic-checklist strong,
.fireplace-spec-list strong,
.fireplace-spec-grid strong {
  color: #443c34;
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.mosaic-format-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 0;
}

.mosaic-format-strip article {
  border-left: 1px solid var(--line);
  min-height: 220px;
  padding: 0 clamp(22px, 3vw, 42px);
}

.mosaic-format-strip article:first-child {
  border-left: 0;
  padding-left: 0;
}

.mosaic-format-strip span,
.fireplace-component-grid span,
.fireplace-flow-grid span {
  color: var(--soft);
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.mosaic-format-strip h3,
.fireplace-component-grid h2,
.fireplace-material-grid h3,
.fireplace-flow-grid h3 {
  color: #443c34;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.mosaic-style-gallery {
  padding-top: 0;
}

.mosaic-style-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mosaic-style-grid article {
  background: #ece6dd;
  overflow: hidden;
}

.mosaic-style-grid img {
  aspect-ratio: 1 / 0.68;
  object-position: center center;
  transition: filter 420ms ease, transform 560ms ease;
}

.mosaic-style-grid article:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.04);
}

.mosaic-style-grid div {
  border-top: 1px solid rgba(72, 62, 52, 0.12);
  min-height: 200px;
  padding: 24px 26px 30px;
}

.mosaic-style-grid span {
  color: var(--soft);
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.mosaic-style-grid h2 {
  color: #473f37;
  font-family: var(--serif);
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 14px;
}

.mosaic-process {
  align-items: start;
  background: #d8d0c5;
  display: grid;
  gap: clamp(34px, 5vw, 80px);
  grid-template-columns: minmax(0, 0.6fr) minmax(360px, 0.9fr);
  margin-bottom: clamp(58px, 7vw, 100px);
  padding-bottom: clamp(58px, 7vw, 100px);
  padding-top: clamp(58px, 7vw, 100px);
}

.mosaic-process ol {
  counter-reset: mosaic-flow;
  display: grid;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mosaic-process li {
  background: #f8f3ec;
  display: grid;
  gap: 10px;
  grid-template-columns: 150px 1fr;
  padding: 24px 28px;
}

.mosaic-process strong {
  color: #403930;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mosaic-process span,
.fireplace-flow-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.mosaic-questions {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.mosaic-questions details {
  background: #ece6dd;
  min-height: 190px;
  padding: 28px;
}

.mosaic-questions summary,
.fireplace-questions summary {
  color: #443c34;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  list-style: none;
  text-transform: uppercase;
}

.mosaic-questions summary::-webkit-details-marker,
.fireplace-questions summary::-webkit-details-marker {
  display: none;
}

.mosaic-questions p,
.fireplace-questions p {
  margin-top: 16px;
}

.mosaic-cta,
.fireplace-cta {
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(30, 27, 23, 0.58), rgba(30, 27, 23, 0.26) 48%, rgba(30, 27, 23, 0.08)),
    url("assets/fireplace-cta-wide-marble.png");
  background-position: center center;
  background-size: cover;
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  gap: 28px;
  min-height: clamp(360px, 32vw, 520px);
  overflow: hidden;
  padding-bottom: clamp(54px, 7vw, 96px);
  padding-top: clamp(54px, 7vw, 96px);
}

.fireplace-cta > div {
  background: rgba(30, 27, 23, 0.68);
  box-shadow: 0 22px 70px rgba(30, 27, 23, 0.28);
  max-width: 780px;
  padding: clamp(30px, 4vw, 54px);
}

.mosaic-cta h2,
.fireplace-cta h2 {
  max-width: 860px;
}

.fireplace-cta h2 {
  color: #fffaf1;
  font-weight: 500;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.36);
}

.fireplace-cta .outline-button {
  border-color: rgba(248, 243, 236, 0.95);
  color: #fffaf1;
  justify-self: flex-start;
}

.skirting-page .fireplace-cta {
  background-image:
    linear-gradient(90deg, rgba(30, 24, 18, 0.68), rgba(30, 24, 18, 0.26) 55%, rgba(30, 24, 18, 0.08)),
    url("assets/skirting-cta-curved-base.png");
  background-position: center center;
}

.shower-tray-page .fireplace-cta {
  background-image:
    linear-gradient(90deg, rgba(23, 36, 46, 0.66), rgba(23, 36, 46, 0.22) 55%, rgba(23, 36, 46, 0.08)),
    url("assets/shower-tray-cta.png");
  background-position: center bottom;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  min-height: clamp(300px, 24vw, 360px);
  padding-bottom: clamp(36px, 4.5vw, 58px);
  padding-left: clamp(28px, 9.5vw, 140px);
  padding-right: clamp(28px, 9.5vw, 140px);
  padding-top: clamp(36px, 4.5vw, 58px);
  width: 100vw;
}

.shower-tray-page .fireplace-cta > div {
  padding: clamp(24px, 3vw, 38px);
}

.shower-tray-page .fireplace-cta h2 {
  font-size: clamp(34px, 3.2vw, 54px);
}

.mosaic-cta {
  border-top: 0;
  color: var(--cream);
  min-height: clamp(340px, 28vw, 460px);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.mosaic-cta::after {
  background:
    linear-gradient(90deg, rgba(30, 27, 23, 0.76), rgba(30, 27, 23, 0.42) 48%, rgba(30, 27, 23, 0.08)),
    linear-gradient(180deg, rgba(30, 27, 23, 0.18), rgba(30, 27, 23, 0.16));
  content: "";
  inset: 0;
  position: absolute;
}

.mosaic-cta img {
  filter: saturate(0.9) sepia(0.08);
  height: 100%;
  inset: 0;
  object-position: center 54%;
  position: absolute;
  width: 100%;
}

.mosaic-cta div {
  margin-left: clamp(34px, 7vw, 108px);
  max-width: 660px;
  position: relative;
  z-index: 1;
}

.mosaic-cta h2 {
  color: var(--cream);
  margin-bottom: 30px;
  max-width: 650px;
}

.fireplace-opening {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  min-height: 620px;
  padding: 86px clamp(28px, 9.5vw, 140px) 0;
}

.fireplace-opening-image {
  min-height: 500px;
  overflow: hidden;
}

.fireplace-opening-image img {
  filter: saturate(0.94) sepia(0.06);
  object-position: center center;
  transition: filter 420ms ease, transform 620ms ease;
}

.fireplace-opening-copy {
  align-self: center;
  background: #ece6dd;
  margin-left: -72px;
  padding: clamp(42px, 5vw, 76px);
  position: relative;
  z-index: 1;
}

.fireplace-hero-intro {
  align-items: start;
  display: grid;
  gap: clamp(40px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  padding-bottom: clamp(42px, 5vw, 70px);
  padding-top: clamp(150px, 13vw, 190px);
}

.fireplace-hero-intro h1 {
  color: #443c34;
  font-size: clamp(56px, 5.4vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  margin: 18px 0 0;
  max-width: 760px;
  text-wrap: balance;
}

.fireplace-hero-copy {
  border-left: 1px solid var(--line);
  margin-top: clamp(52px, 6vw, 88px);
  padding-left: clamp(34px, 4vw, 58px);
}

.fireplace-hero-copy p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0 0 22px;
  max-width: 520px;
}

.fireplace-hero-copy .filled-button {
  margin-top: 6px;
}

.fireplace-showcase {
  align-items: center;
  display: grid;
  gap: clamp(42px, 5vw, 84px);
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.64fr);
  padding-top: 0;
}

.fireplace-showcase-image {
  min-height: 430px;
  overflow: hidden;
}

.fireplace-showcase-image img {
  filter: saturate(0.96) sepia(0.04);
  object-position: center center;
  transition: filter 420ms ease, transform 620ms ease;
}

.fireplace-showcase-image:hover img {
  filter: saturate(1.02) contrast(1.03);
  transform: scale(1.035);
}

.fireplace-showcase-copy h2 {
  color: #443c34;
  font-family: var(--serif);
  font-size: clamp(44px, 4vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  margin: 18px 0 26px;
  text-wrap: balance;
}

.fireplace-showcase-copy p {
  max-width: 540px;
}

.shower-tray-page .fireplace-showcase-image {
  align-self: stretch;
  min-height: 0;
}

.shower-tray-page .fireplace-showcase-image img {
  height: 100%;
  object-position: 54% 86%;
}

.fireplace-components {
  padding-top: clamp(42px, 5vw, 72px);
}

.fireplace-component-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fireplace-component-grid article {
  background: #f8f3ec;
  border-top: 1px solid rgba(72, 62, 52, 0.14);
  min-height: 230px;
  padding: clamp(28px, 3.5vw, 48px);
}

.fireplace-component-grid h2 {
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.08;
  text-transform: none;
}

.fireplace-detail-story {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  padding-top: 0;
}

.fireplace-detail-image {
  min-height: 500px;
  overflow: hidden;
}

.fireplace-detail-image img {
  filter: saturate(0.96) sepia(0.04);
  object-position: center center;
  transition: filter 420ms ease, transform 620ms ease;
}

.fireplace-detail-copy h2 {
  color: #463e36;
  font-size: clamp(38px, 3.7vw, 60px);
  margin: 18px 0 32px;
  max-width: 620px;
}

.fireplace-spec-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  margin-top: 34px;
  padding-top: 28px;
}

.fireplace-spec-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fireplace-spec-grid article {
  background: #ece6dd;
  min-height: 155px;
  padding: 26px;
}

.fireplace-spec-grid strong {
  margin-bottom: 12px;
}

.fireplace-spec-grid p {
  color: var(--muted);
  line-height: 1.64;
  margin: 0;
}

.fireplace-materials {
  background: #d8d0c5;
  display: grid;
  gap: clamp(34px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.65fr) minmax(360px, 1fr);
  padding: clamp(58px, 7vw, 108px) clamp(28px, 9.5vw, 140px);
  position: relative;
}

.fireplace-material-intro p {
  max-width: 560px;
}

.material-direction-link {
  color: var(--muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  position: absolute;
  right: clamp(28px, 9.5vw, 140px);
  top: clamp(22px, 2.2vw, 32px);
  z-index: 1;
}

.material-direction-link:hover {
  color: var(--text);
}

.fireplace-material-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fireplace-material-grid article {
  background: #f8f3ec;
  min-height: 190px;
  padding: clamp(28px, 3.2vw, 44px);
}

.fireplace-flow {
  align-items: end;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
}

.fireplace-flow-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fireplace-flow-grid article {
  border-left: 1px solid var(--line);
  min-height: 160px;
  padding-left: 28px;
}

.fireplace-questions {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  padding-top: 0;
}

.fireplace-questions details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.fireplace-questions details:last-child {
  border-bottom: 1px solid var(--line);
}

.premium-product-page {
  background: var(--bg);
  min-height: 100vh;
}

.premium-product-page h1,
.premium-product-page h2 {
  color: #463e36;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.premium-product-page p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.premium-product-opening {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
  min-height: 780px;
  padding: 94px clamp(28px, 9.5vw, 140px) 0;
}

.premium-product-media {
  background: #d8d0c5;
  min-height: 660px;
  overflow: hidden;
}

.premium-product-media img {
  filter: saturate(0.94) sepia(0.05);
  object-position: center center;
  transition: filter 420ms ease, transform 620ms ease;
}

.premium-product-media:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.025);
}

.premium-product-intro {
  align-self: center;
  background: #ece6dd;
  margin-left: -72px;
  padding: clamp(42px, 5vw, 76px);
  position: relative;
  z-index: 1;
}

.premium-product-intro h1 {
  font-size: clamp(46px, 4.8vw, 78px);
  margin: 18px 0 28px;
  text-wrap: balance;
}

.premium-product-intro .filled-button {
  margin-top: 30px;
}

.premium-product-brief {
  align-items: start;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(34px, 5vw, 88px);
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.58fr);
}

.premium-product-brief h2,
.premium-product-spec h2,
.premium-product-cta h2 {
  font-size: clamp(36px, 3.7vw, 62px);
  margin-top: 18px;
  text-wrap: balance;
}

.premium-product-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.premium-product-grid article {
  background: #f8f3ec;
  border-top: 1px solid rgba(72, 62, 52, 0.14);
  min-height: 250px;
  padding: clamp(28px, 3.5vw, 48px);
}

.premium-product-grid span {
  color: var(--soft);
  display: block;
  font-size: 13px;
  margin-bottom: 14px;
}

.premium-product-grid h3 {
  color: #443c34;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.premium-product-spec {
  align-items: start;
  background: #d8d0c5;
  display: grid;
  gap: clamp(34px, 5vw, 90px);
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.82fr);
  padding-bottom: clamp(58px, 7vw, 106px);
  padding-top: clamp(58px, 7vw, 106px);
}

.premium-spec-list {
  display: grid;
  gap: 1px;
}

.premium-spec-list p {
  background: #f8f3ec;
  padding: 24px 28px;
}

.premium-spec-list strong {
  color: #443c34;
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.premium-product-split {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 86px);
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.9fr);
  padding-bottom: clamp(58px, 7vw, 106px);
  padding-top: clamp(58px, 7vw, 106px);
}

.premium-product-split h2,
.premium-product-process h2,
.premium-product-faq h2 {
  font-size: clamp(36px, 3.7vw, 62px);
  margin-top: 18px;
  text-wrap: balance;
}

.premium-product-note {
  border-left: 1px solid var(--line);
  display: grid;
  gap: 22px;
  padding-left: clamp(28px, 4vw, 56px);
}

.premium-product-note p + p {
  border-top: 1px solid rgba(72, 62, 52, 0.14);
  padding-top: 22px;
}

.premium-product-note strong {
  color: #443c34;
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.premium-product-process {
  background: #f8f3ec;
  padding-bottom: clamp(58px, 7vw, 106px);
  padding-top: clamp(58px, 7vw, 106px);
}

.premium-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(34px, 5vw, 70px);
}

.premium-process-grid article {
  border-left: 1px solid var(--line);
  min-height: 210px;
  padding: 0 clamp(22px, 3vw, 42px);
}

.premium-process-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.premium-process-grid span {
  color: var(--soft);
  display: block;
  font-size: 13px;
  margin-bottom: 18px;
}

.premium-process-grid h3 {
  color: #443c34;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.premium-product-faq {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 86px);
  grid-template-columns: minmax(0, 0.48fr) minmax(360px, 0.98fr);
  padding-bottom: clamp(58px, 7vw, 106px);
  padding-top: 0;
}

.premium-faq-list {
  display: grid;
}

.premium-faq-list details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.premium-faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.premium-faq-list summary {
  color: #443c34;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  list-style: none;
  text-transform: uppercase;
}

.premium-faq-list summary::-webkit-details-marker {
  display: none;
}

.premium-faq-list p {
  margin-top: 16px;
  max-width: 720px;
}

.premium-product-cta {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.premium-product-cta h2 {
  max-width: 860px;
}

.medallion-page .premium-product-media img {
  object-position: center 58%;
}

.claddings-page .premium-product-media img {
  object-position: center center;
}

.claddings-applications {
  padding-top: 0;
}

.claddings-application-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.claddings-application-grid article {
  background: #ece6dd;
  min-width: 0;
  overflow: hidden;
}

.claddings-application-grid img {
  aspect-ratio: 1.24 / 0.9;
  filter: saturate(0.94) sepia(0.05);
  height: auto;
  object-position: center center;
  transition: filter 420ms ease, transform 620ms ease;
}

.claddings-application-grid article:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.025);
}

.claddings-application-grid div {
  min-height: 210px;
  padding: clamp(24px, 3vw, 36px);
}

.claddings-application-grid span {
  color: var(--soft);
  display: block;
  font-size: 13px;
  margin-bottom: 14px;
}

.claddings-application-grid h3 {
  color: #443c34;
  font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 16px;
  text-transform: none;
}

.claddings-application-grid p {
  color: var(--muted);
  line-height: 1.68;
}

.tiles-page .premium-product-media img,
.niche-page .premium-product-media img,
.windowsill-page .premium-product-media img {
  object-position: center center;
}

.niche-page .premium-product-opening {
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  min-height: 0;
  padding-bottom: 48px;
}

.niche-page .premium-product-media {
  height: 440px;
  min-height: 440px;
}

.niche-page .premium-product-media img {
  height: 440px;
}

.niche-page .premium-product-media img {
  object-position: 35% 42%;
}

.niche-page .premium-product-intro {
  margin-left: 0;
  padding: clamp(32px, 4vw, 56px);
}

.niche-page .premium-product-intro h1 {
  font-size: clamp(40px, 4.1vw, 62px);
  margin: 14px 0 22px;
}

.niche-integration {
  align-items: center;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 0.98fr);
}

.niche-integration-image {
  min-height: clamp(420px, 43vw, 620px);
  overflow: hidden;
}

.niche-integration-image img {
  filter: saturate(0.96) sepia(0.04);
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: filter 420ms ease, transform 620ms ease;
  width: 100%;
}

.niche-integration-image:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.025);
}

.niche-integration-copy h2 {
  font-size: clamp(36px, 3.7vw, 62px);
  margin: 18px 0 36px;
  max-width: 760px;
}

.niche-integration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.niche-integration-grid article {
  background: #ece6dd;
  border-left: 1px solid rgba(72, 62, 52, 0.12);
  border-top: 1px solid rgba(72, 62, 52, 0.12);
  min-height: 160px;
  padding: clamp(24px, 3vw, 38px);
}

.niche-integration-grid article:nth-child(odd) {
  border-left: 0;
}

.niche-integration-grid article:nth-child(-n + 2) {
  border-top: 0;
}

.niche-integration-grid h3 {
  color: #443c34;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.niche-cta {
  border-top: 0;
  color: var(--cream);
  min-height: clamp(360px, 30vw, 500px);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.niche-cta::after {
  background:
    linear-gradient(90deg, rgba(30, 27, 23, 0.72), rgba(30, 27, 23, 0.42) 48%, rgba(30, 27, 23, 0.1)),
    linear-gradient(180deg, rgba(30, 27, 23, 0.16), rgba(30, 27, 23, 0.2));
  content: "";
  inset: 0;
  position: absolute;
}

.niche-cta img {
  filter: saturate(0.92) sepia(0.06);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 48%;
  position: absolute;
  width: 100%;
}

.niche-cta div {
  margin-left: clamp(34px, 7vw, 108px);
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.niche-cta h2 {
  color: var(--cream);
  margin-bottom: 30px;
  max-width: 700px;
}

.slabs-page .premium-product-media img {
  object-position: center 48%;
}

.column-page .premium-product-media img {
  object-position: center 52%;
}

.contact-us-body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.45;
}

.contact-us-page {
  margin: 0 auto;
  max-width: 1500px;
  padding: 150px clamp(28px, 6.5vw, 100px) 96px;
}

.contact-us-page h1 {
  color: #473f37;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.03;
  margin: 0;
  max-width: 640px;
}

.contact-hero {
  background: #e9e3db;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.76fr);
  min-height: 470px;
  overflow: hidden;
}

.contact-hero-copy {
  align-self: center;
  padding: clamp(48px, 6vw, 86px);
}

.contact-hero-copy .label,
.contact-form-panel .label,
.contact-project-panel .label {
  margin-bottom: 16px;
}

.contact-hero-copy p {
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 550px;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.contact-hero-actions .material-outline {
  background: transparent;
  border-color: rgba(72, 62, 52, 0.34);
  color: var(--text);
  justify-self: start;
}

.contact-hero-image {
  min-height: 470px;
  overflow: hidden;
}

.contact-hero-image img {
  filter: saturate(0.9) sepia(0.08);
  object-position: left center;
  transition: filter 420ms ease, transform 620ms ease;
}

.contact-hero:hover .contact-hero-image img {
  filter: saturate(1.02) contrast(1.03);
  transform: scale(1.035);
}

.contact-info-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1px;
}

.contact-info-card {
  align-items: flex-start;
  background: #ded6ca;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  min-height: 178px;
  padding: clamp(28px, 3.2vw, 44px);
  text-align: left;
  transition: background 180ms ease, transform 180ms ease;
}

.contact-info-card:hover {
  background: #d8d0c5;
  transform: translateY(-2px);
}

.contact-icon {
  align-items: center;
  background: rgba(34, 30, 25, 0.92);
  border-radius: 0;
  color: var(--cream);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.contact-icon svg {
  fill: currentColor;
  height: 25px;
  width: 25px;
}

.contact-info-card h2,
.contact-form-panel h2,
.contact-project-panel h2 {
  color: #443c34;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.contact-info-card h2 {
  font-size: clamp(24px, 2vw, 32px);
  grid-column: 2;
  line-height: 1.05;
  margin: 0 0 12px;
}

.contact-info-card p {
  color: var(--muted);
  font-size: 13px;
  grid-column: 2;
  line-height: 1.5;
  margin: 0;
}

.contact-info-card p + p {
  margin-top: 2px;
}

.contact-message-shell {
  background: #e9e3db;
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  margin-top: clamp(54px, 5vw, 78px);
}

.contact-form-panel {
  background: #f8f3ec;
  padding: clamp(42px, 5vw, 72px);
}

.contact-form-panel h2 {
  font-size: clamp(38px, 3.6vw, 58px);
  line-height: 1.03;
  margin-bottom: 22px;
  text-transform: none;
}

.contact-form-panel > p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 30px;
  max-width: 720px;
}

.contact-message-form {
  display: grid;
  gap: 14px;
}

.contact-message-form label {
  display: block;
  position: relative;
}

.contact-message-form input,
.contact-message-form textarea {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(72, 62, 52, 0.18);
  border-radius: 0;
  color: var(--text);
  font-family: var(--sans);
  font-size: 14px;
  outline: none;
  padding: 0 48px 0 16px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.contact-message-form input {
  height: 52px;
}

.contact-message-form textarea {
  height: 156px;
  min-height: 156px;
  padding-top: 16px;
  resize: vertical;
}

.contact-message-form input::placeholder,
.contact-message-form textarea::placeholder {
  color: #8b929c;
  opacity: 1;
}

.contact-message-form input:focus,
.contact-message-form textarea:focus {
  background: #fff;
  border-color: rgba(72, 62, 52, 0.42);
  box-shadow: 0 0 0 3px rgba(184, 158, 125, 0.16);
}

.contact-message-form label svg {
  color: #9c9286;
  fill: currentColor;
  height: 22px;
  pointer-events: none;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 22px;
}

.contact-message-form label:has(textarea) svg {
  top: 10px;
}

.contact-message-form button {
  align-items: center;
  background: var(--dark);
  border: 0;
  border-radius: 0;
  color: var(--cream);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  height: 52px;
  justify-content: center;
  margin-top: 8px;
  padding: 0 28px;
  transition: background 160ms ease, transform 160ms ease;
  width: fit-content;
}

.contact-message-form button:hover,
.contact-message-form button:focus {
  background: #2a2a2a;
  transform: translateY(-1px);
}

.contact-message-form button svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.contact-form-status {
  color: var(--muted);
  margin: 0;
  min-height: 18px;
}

.contact-project-panel {
  background: #d8d0c5;
  border-left: 0;
  padding: clamp(42px, 4.4vw, 68px);
}

.contact-project-panel h2 {
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.05;
  margin-bottom: 32px;
}

.contact-project-panel h3 {
  color: #443c34;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.contact-project-panel p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 24px;
}

.contact-project-panel ul {
  list-style: none;
  margin: -12px 0 38px;
  padding: 0;
}

.contact-project-panel li {
  border-top: 1px solid rgba(72, 62, 52, 0.16);
  color: #443c34;
  font-size: 13px;
  margin: 0;
  padding: 12px 0;
}

.contact-project-panel li::before {
  content: "\2022\00a0";
}

.contact-social-block {
  border-top: 1px solid rgba(72, 62, 52, 0.2);
  margin-top: 28px;
  padding-top: 28px;
}

.contact-socials {
  align-items: center;
  display: flex;
  gap: 9px;
}

.contact-socials a {
  align-items: center;
  border: 1px solid rgba(72, 62, 52, 0.32);
  color: #5f554b;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 31px;
  justify-content: center;
  line-height: 1;
  width: 31px;
}

.contact-socials svg {
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.about-page {
  background: var(--bg);
  min-height: 100vh;
}

.about-intro h1,
.about-story-copy h2,
.about-timeline-copy h2,
.about-wide-feature h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.about-intro {
  align-items: start;
  display: grid;
  gap: clamp(34px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.62fr);
  padding-top: 190px;
}

.about-intro h1 {
  color: #463e36;
  font-size: clamp(48px, 5vw, 78px);
  margin-top: 18px;
  max-width: 780px;
  text-wrap: balance;
}

.about-intro-copy {
  border-left: 1px solid var(--line);
  padding-left: clamp(28px, 4vw, 56px);
}

.about-intro-copy p,
.about-story-copy p,
.about-wide-feature p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0;
}

.about-intro-copy p + p,
.about-story-copy p + p {
  margin-top: 22px;
}

.about-story {
  background: #e9e3db;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 540px;
}

.about-story-image {
  overflow: hidden;
}

.about-story-image img {
  filter: saturate(0.92) sepia(0.08);
  transition: filter 420ms ease, transform 620ms ease;
}

.about-story:hover .about-story-image img {
  filter: saturate(1.02) contrast(1.03);
  transform: scale(1.035);
}

.about-story-copy {
  align-self: center;
  padding: clamp(54px, 7vw, 110px);
}

.about-story-copy .label,
.about-timeline-copy .label,
.about-wide-feature .label {
  margin-bottom: 18px;
}

.about-story-copy h2 {
  color: #463e36;
  font-size: clamp(38px, 3.7vw, 60px);
  margin-bottom: 28px;
  max-width: 650px;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-metrics article {
  border-left: 1px solid var(--line);
  min-height: 150px;
  padding: 0 clamp(22px, 3vw, 46px);
}

.about-metrics article:first-child {
  border-left: 0;
  padding-left: 0;
}

.about-metrics strong {
  color: #443c34;
  display: block;
  font-family: var(--serif);
  font-size: clamp(46px, 4.2vw, 72px);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 18px;
  transform-origin: left bottom;
}

.about-metrics strong.is-counting {
  animation: count-up-pulse 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes count-up-pulse {
  0% {
    opacity: 0.35;
    transform: translateY(12px) scale(0.96);
  }

  58% {
    opacity: 1;
    transform: translateY(-3px) scale(1.025);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.about-metrics span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  max-width: 170px;
  text-transform: uppercase;
}

.about-capabilities {
  background: #ebe4dc;
  max-width: none;
  padding-left: clamp(28px, calc((100vw - 1300px) / 2 + 100px), 180px);
  padding-right: clamp(28px, calc((100vw - 1300px) / 2 + 100px), 180px);
}

.about-capability-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-capability-grid article {
  background: #f8f3ec;
  min-height: 260px;
  padding: clamp(28px, 3.4vw, 46px);
  transition: background 180ms ease, transform 180ms ease;
}

.about-capability-grid article:hover {
  background: #fffaf4;
  transform: translateY(-2px);
}

.about-capability-grid h3 {
  color: #403930;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.about-capability-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.about-timeline {
  align-items: start;
  background: #d8d0c5;
  display: grid;
  gap: clamp(44px, 7vw, 118px);
  grid-template-columns: minmax(0, 0.75fr) minmax(340px, 0.9fr);
  padding: clamp(58px, 7vw, 110px) clamp(28px, 9.5vw, 140px);
}

.about-timeline-copy h2 {
  color: #463e36;
  font-size: clamp(38px, 3.7vw, 60px);
  max-width: 620px;
}

.about-timeline-list {
  display: grid;
  gap: 0;
}

.about-timeline-list article {
  border-top: 1px solid rgba(72, 62, 52, 0.2);
  display: grid;
  gap: 26px;
  grid-template-columns: 84px 1fr;
  padding: 25px 0;
}

.about-timeline-list article:last-child {
  border-bottom: 1px solid rgba(72, 62, 52, 0.2);
}

.about-timeline-list span {
  color: #443c34;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.about-timeline-list p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.about-wide-feature {
  background: var(--dark);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.about-wide-feature img {
  filter: saturate(0.9) sepia(0.08);
  object-position: center 48%;
}

.about-wide-feature div {
  align-self: center;
  padding: clamp(54px, 7vw, 110px);
}

.about-wide-feature .label {
  color: rgba(248, 243, 236, 0.68);
}

.about-wide-feature h2 {
  color: var(--cream);
  font-size: clamp(38px, 3.8vw, 62px);
  max-width: 600px;
}

.about-wide-feature p {
  color: rgba(248, 243, 236, 0.76);
  margin: 28px 0 32px;
  max-width: 540px;
}

.factory-gallery {
  background: #f2eee7;
  overflow: hidden;
  padding: clamp(32px, 3.5vw, 48px) 0 clamp(84px, 10vw, 156px);
}

.factory-gallery-heading {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr);
  margin-bottom: clamp(30px, 3vw, 42px);
  padding-bottom: 0;
  padding-top: 0;
}

.factory-gallery-heading .label {
  color: #7d6d5e;
  display: block;
  margin-bottom: 16px;
}

.factory-gallery-heading h2 {
  color: #302922;
  font-family: var(--serif);
  font-size: clamp(40px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1.04;
  margin: 0;
  max-width: 660px;
}

.factory-gallery-heading p {
  color: #6e6257;
  line-height: 1.75;
  margin: 0 0 4px;
  max-width: 390px;
}

.factory-gallery-stage {
  align-items: center;
  display: grid;
  gap: clamp(12px, 1.8vw, 28px);
  grid-template-columns: minmax(120px, 0.62fr) minmax(360px, 1.28fr) minmax(120px, 0.62fr);
  margin-left: calc((100% - min(100%, 1360px)) / 2 - clamp(26px, 5vw, 76px));
  margin-right: calc((100% - min(100%, 1360px)) / 2 - clamp(26px, 5vw, 76px));
  position: relative;
}

.factory-gallery-stage figure {
  margin: 0;
}

.factory-gallery-preview {
  height: clamp(330px, 33vw, 500px);
  opacity: 0.72;
  overflow: hidden;
  position: relative;
}

.factory-gallery-preview::after {
  background: rgba(35, 29, 24, 0.18);
  content: "";
  inset: 0;
  position: absolute;
}

.factory-gallery-preview img,
.factory-gallery-main img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.factory-gallery-preview-left img {
  object-position: right center;
}

.factory-gallery-preview-right img {
  object-position: left center;
}

.factory-gallery-main {
  background: #2e2721;
  color: var(--cream);
  height: clamp(430px, 39vw, 620px);
  overflow: hidden;
  position: relative;
}

.factory-gallery-main::after {
  background: linear-gradient(180deg, rgba(26, 22, 19, 0.03) 38%, rgba(26, 22, 19, 0.78) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.factory-gallery-main img {
  object-position: center;
  transition: opacity 240ms ease;
}

.factory-gallery-main figcaption {
  align-items: end;
  bottom: 0;
  display: flex;
  gap: clamp(20px, 4vw, 62px);
  justify-content: space-between;
  left: 0;
  padding: clamp(26px, 3vw, 46px);
  position: absolute;
  right: 0;
  z-index: 1;
}

.factory-gallery-index {
  color: rgba(248, 243, 236, 0.78);
  font-size: 11px;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.factory-gallery-main figcaption div {
  max-width: 390px;
}

.factory-gallery-main h3 {
  color: #fffaf1;
  font-family: var(--serif);
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 10px;
}

.factory-gallery-main p {
  color: rgba(255, 250, 241, 0.78);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.factory-gallery-control {
  align-items: center;
  background: #fffaf1;
  border: 1px solid rgba(51, 43, 35, 0.22);
  color: #302922;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 180ms ease, color 180ms ease;
  width: 48px;
  z-index: 3;
}

.factory-gallery-control:hover,
.factory-gallery-control:focus-visible {
  background: #302922;
  color: #fffaf1;
}

.factory-gallery-control-prev {
  left: 24%;
}

.factory-gallery-control-next {
  right: 24%;
}

.projects-page {
  background: var(--bg);
  padding-top: 142px;
}

.projects-hero {
  display: grid;
  gap: 18px;
  padding-bottom: 42px;
  padding-top: 76px;
}

.projects-hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 980px;
}

.projects-hero p {
  color: var(--muted);
  margin: 0;
  max-width: 680px;
}

.project-case-list {
  display: grid;
  gap: 28px;
  padding-bottom: 90px;
  padding-top: 0;
}

.project-case-card {
  align-items: stretch;
  background: #e5e1db;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 380px;
  padding: clamp(24px, 3vw, 42px);
}

.project-case-card.is-reversed {
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
}

.project-case-card.is-reversed .project-case-gallery {
  order: 2;
}

.project-case-card.is-reversed .project-case-copy {
  order: 1;
}

.project-case-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 320px;
}

.project-case-gallery img {
  background: var(--panel-dark);
  min-height: 132px;
  overflow: hidden;
  transition: transform 700ms ease;
}

.project-case-gallery .project-main-image {
  grid-column: 1 / -1;
  min-height: 260px;
}

.project-case-card:hover .project-case-gallery img {
  transform: scale(1.035);
}

.project-case-copy {
  align-content: center;
  display: grid;
  gap: 24px;
}

.project-case-title {
  align-items: center;
  display: flex;
  gap: 14px;
}

.project-location-icon {
  align-items: center;
  background: var(--dark);
  border-radius: 999px 999px 999px 0;
  color: var(--cream);
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 0;
  height: 30px;
  justify-content: center;
  transform: rotate(-45deg);
  width: 30px;
}

.project-location-icon::after {
  background: var(--cream);
  border-radius: 999px;
  content: "";
  height: 10px;
  width: 10px;
}

.project-case-title h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 3.3vw, 54px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.project-case-title h2::after {
  content: " -";
}

.project-case-copy dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.project-case-copy dl div {
  display: grid;
  gap: 6px;
  grid-template-columns: 78px 1fr;
}

.project-case-copy dt,
.project-case-copy dd {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.project-case-copy dt {
  color: var(--text);
  font-weight: 600;
}

.project-more {
  align-items: center;
  background: #4d4a45;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  min-height: 34px;
  padding: 8px 28px;
  width: fit-content;
}

.project-more:hover,
.project-more:focus {
  background: var(--dark);
}

.projects-portfolio-page {
  padding-top: 142px;
}

.projects-portfolio-hero {
  color: var(--cream);
  height: min(78vh, 760px);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.projects-portfolio-hero > img,
.projects-portfolio-hero-overlay {
  inset: 0;
  position: absolute;
}

.projects-portfolio-hero > img {
  object-position: center 48%;
}

.projects-portfolio-hero-overlay {
  background:
    linear-gradient(90deg, rgba(29, 24, 20, 0.84), rgba(29, 24, 20, 0.42) 50%, rgba(29, 24, 20, 0.12)),
    linear-gradient(180deg, rgba(29, 24, 20, 0.26), rgba(29, 24, 20, 0.18) 55%, rgba(29, 24, 20, 0.58));
}

.projects-portfolio-hero-copy {
  bottom: clamp(54px, 8vh, 92px);
  left: clamp(28px, 8.5vw, 138px);
  max-width: 790px;
  position: absolute;
  z-index: 1;
}

.projects-portfolio-hero-copy > span,
.project-showcase-title > span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.projects-portfolio-hero-copy > span {
  color: rgba(248, 243, 236, 0.78);
  margin-bottom: 18px;
}

.projects-portfolio-hero h1 {
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 106px);
  font-weight: 400;
  line-height: 0.9;
  margin: 0;
  text-wrap: balance;
}

.projects-portfolio-hero p {
  color: rgba(248, 243, 236, 0.82);
  font-size: clamp(15px, 1.3vw, 19px);
  margin: 26px 0 0;
  max-width: 650px;
}

.project-year-nav {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-content: stretch;
  padding-bottom: 34px;
  padding-top: 34px;
}

.project-year-nav a {
  align-items: baseline;
  border-left: 1px solid var(--line);
  display: grid;
  gap: 2px 10px;
  grid-template-columns: auto 1fr;
  padding: 4px clamp(18px, 2.5vw, 38px);
}

.project-year-nav a:first-child {
  border-left: 0;
  padding-left: 0;
}

.project-year-nav span {
  color: var(--soft);
  font-size: 11px;
  grid-row: 1 / 3;
}

.project-year-nav strong {
  color: #443c34;
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 0.9;
}

.project-year-nav small {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.project-year-nav a:hover strong,
.project-year-nav a:focus strong {
  color: #8d6e50;
}

.project-showcase {
  background: var(--bg);
  scroll-margin-top: 116px;
}

.project-showcase-muted {
  background: #e9e3da;
}

.project-showcase-head {
  align-items: end;
  display: grid;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  padding-bottom: clamp(42px, 5vw, 72px);
  padding-top: clamp(74px, 8vw, 124px);
}

.project-showcase-title > span {
  color: #8b7e70;
  margin-bottom: 22px;
}

.project-showcase-title h2 {
  color: #3f3831;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.94;
  margin: 0;
  max-width: 720px;
  text-wrap: balance;
}

.project-showcase-meta {
  display: grid;
  gap: 28px;
}

.project-showcase-meta dl {
  border-top: 1px solid var(--line);
  margin: 0;
}

.project-showcase-meta dl > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 90px 1fr;
  padding: 13px 0;
}

.project-showcase-meta dt,
.project-showcase-meta dd {
  font-size: 13px;
  margin: 0;
}

.project-showcase-meta dt {
  color: var(--soft);
  text-transform: uppercase;
}

.project-showcase-meta dd {
  color: #494139;
}

.project-showcase-meta p {
  color: var(--muted);
  margin: 0;
  max-width: 620px;
}

.project-image-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, clamp(210px, 21vw, 325px));
  padding-bottom: clamp(82px, 9vw, 138px);
  padding-top: 0;
}

.project-image-grid figure {
  margin: 0;
  overflow: hidden;
}

.project-image-grid img {
  transition: filter 600ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-image-grid figure:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.025);
}

.project-image-grid .project-image-main {
  grid-column: 1 / 9;
  grid-row: 1 / 3;
}

.project-image-grid figure:nth-child(2) {
  grid-column: 9 / 13;
  grid-row: 1;
}

.project-image-grid figure:nth-child(3) {
  grid-column: 9 / 11;
  grid-row: 2;
}

.project-image-grid figure:nth-child(4) {
  grid-column: 11 / 13;
  grid-row: 2;
}

.project-image-grid-five figure:nth-child(2) {
  grid-column: 9 / 11;
}

.project-image-grid-five figure:nth-child(3) {
  grid-column: 11 / 13;
  grid-row: 1;
}

.project-image-grid-five figure:nth-child(4) {
  grid-column: 9 / 11;
  grid-row: 2;
}

.project-image-grid-five figure:nth-child(5) {
  grid-column: 11 / 13;
  grid-row: 2;
}

.project-image-grid-five .project-image-main img {
  object-position: center 58%;
}

.project-image-grid-six {
  grid-template-rows: repeat(2, clamp(210px, 21vw, 325px));
}

.project-image-grid-six figure:nth-child(2) {
  grid-column: 9 / 11;
}

.project-image-grid-six figure:nth-child(3) {
  grid-column: 11 / 13;
  grid-row: 1;
}

.project-image-grid-six figure:nth-child(4) {
  grid-column: 9 / 11;
  grid-row: 2;
}

.project-image-grid-six figure:nth-child(5) {
  grid-column: 11 / 13;
  grid-row: 2;
}

@media (max-width: 900px) {
  .projects-portfolio-hero {
    height: 70vh;
    min-height: 520px;
  }

  .project-year-nav {
    grid-template-columns: repeat(6, minmax(124px, 1fr));
    justify-content: start;
    overflow-x: auto;
  }

  .project-year-nav a {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-showcase-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .project-image-grid,
  .project-image-grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .project-image-grid figure,
  .project-image-grid-five figure {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 250px;
  }

  .project-image-grid .project-image-main,
  .project-image-grid-five .project-image-main {
    grid-column: 1 / -1 !important;
    height: 430px;
  }
}

@media (max-width: 560px) {
  .projects-portfolio-hero {
    height: 72vh;
    min-height: 500px;
  }

  .projects-portfolio-hero-copy {
    bottom: 40px;
  }

  .projects-portfolio-hero h1 {
    font-size: 56px;
  }

  .project-year-nav {
    padding-left: 22px;
    padding-right: 22px;
  }

  .project-showcase-head,
  .project-image-grid {
    padding-left: 22px;
    padding-right: 22px;
  }

  .project-showcase-meta dl > div {
    grid-template-columns: 74px 1fr;
  }

  .project-image-grid figure,
  .project-image-grid-five figure {
    height: 210px;
  }

  .project-image-grid .project-image-main,
  .project-image-grid-five .project-image-main {
    height: 310px;
  }
}

/* Custom design and fabrication */
.custom-design-page {
  background: var(--bg);
  min-height: 100vh;
}

.custom-design-page h1,
.custom-design-page h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.custom-design-hero {
  color: var(--cream);
  height: min(800px, 92vh);
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.custom-design-hero::after {
  background: linear-gradient(90deg, rgba(24, 21, 18, 0.77) 0%, rgba(24, 21, 18, 0.46) 43%, rgba(24, 21, 18, 0.08) 76%);
  content: "";
  inset: 0;
  position: absolute;
}

.custom-design-hero img {
  object-position: center 46%;
}

.custom-design-hero-copy {
  bottom: clamp(72px, 10vh, 116px);
  left: clamp(34px, 11.5vw, 175px);
  max-width: 690px;
  position: absolute;
  z-index: 1;
}

.custom-design-hero-copy .label {
  color: rgba(248, 243, 236, 0.72);
}

.custom-design-hero h1 {
  font-size: clamp(58px, 6.7vw, 102px);
  margin: 18px 0 24px;
  max-width: 650px;
  text-wrap: balance;
}

.custom-design-hero p {
  color: rgba(248, 243, 236, 0.8);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 580px;
}

.custom-design-intro {
  align-items: start;
  display: grid;
  gap: clamp(48px, 8vw, 130px);
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.68fr);
}

.custom-design-intro h2 {
  color: #463e36;
  font-size: clamp(46px, 4.7vw, 76px);
  margin-top: 18px;
  max-width: 720px;
}

.custom-design-intro-copy {
  border-left: 1px solid var(--line);
  padding-left: clamp(30px, 4.5vw, 66px);
}

.custom-design-intro-copy p,
.custom-design-visual p,
.custom-design-materials p,
.custom-design-workshop p,
.custom-design-cta p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0;
}

.custom-design-intro-copy p + p {
  margin-top: 20px;
}

.custom-design-routes {
  background: #e9e3db;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 clamp(34px, 11.5vw, 175px);
}

.custom-design-routes article {
  min-height: 330px;
  padding: clamp(58px, 7vw, 106px) clamp(0px, 5vw, 74px);
}

.custom-design-routes article + article {
  border-left: 1px solid var(--line);
}

.custom-design-routes article:first-child {
  padding-left: 0;
}

.custom-design-routes article:last-child {
  padding-right: 0;
}

.custom-design-routes article > span,
.custom-design-process-grid article > span {
  color: var(--soft);
  display: block;
  font-size: 12px;
  margin-bottom: 28px;
}

.custom-design-routes h2 {
  color: #463e36;
  font-size: clamp(38px, 3.8vw, 60px);
  margin-bottom: 22px;
}

.custom-design-routes p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}

.custom-design-visual {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 620px;
}

.custom-design-visual > div {
  align-self: center;
  padding: clamp(56px, 8vw, 124px);
}

.custom-design-visual h2,
.custom-design-materials h2,
.custom-design-workshop h2,
.custom-design-cta h2 {
  color: #463e36;
  font-size: clamp(42px, 4.2vw, 68px);
  margin: 18px 0 26px;
}

.custom-design-visual ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.custom-design-visual li {
  border-bottom: 1px solid var(--line);
  color: #4b433a;
  padding: 15px 0;
}

.custom-design-process {
  background: #ebe4dc;
  max-width: none;
  padding-left: clamp(34px, 11.5vw, 175px);
  padding-right: clamp(34px, 11.5vw, 175px);
}

.custom-design-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-design-process-grid article {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 245px;
  padding: clamp(28px, 3.2vw, 46px);
}

.custom-design-process-grid article:nth-child(3n + 1) {
  border-left: 0;
}

.custom-design-process-grid h3 {
  color: #403930;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.custom-design-process-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.custom-design-materials {
  align-items: stretch;
  background: #d8d0c5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 570px;
}

.custom-design-materials-copy {
  align-self: center;
  padding: clamp(58px, 8vw, 124px) clamp(34px, 11.5vw, 175px);
}

.custom-design-materials img {
  object-position: center;
}

.custom-design-materials .text-link {
  display: inline-flex;
  gap: 18px;
  margin-top: 30px;
}

.custom-design-workshop {
  align-items: center;
  background: #ebe4dc;
  border-top: 1px solid rgba(72, 62, 52, 0.18);
  color: var(--text);
  display: grid;
  gap: clamp(54px, 9vw, 150px);
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  min-height: 440px;
  padding: clamp(70px, 8vw, 120px) clamp(34px, 11.5vw, 175px);
}

.custom-design-workshop .label {
  color: rgba(72, 62, 52, 0.62);
}

.custom-design-cta .label {
  color: rgba(248, 243, 236, 0.65);
}

.custom-design-cta h2 {
  color: var(--cream);
}

.custom-design-cta p {
  color: rgba(248, 243, 236, 0.74);
}

.custom-design-workshop h2 {
  color: #463e36;
}

.custom-design-workshop p {
  color: var(--muted);
  max-width: 650px;
}

.custom-design-capabilities {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  margin: 0;
}

.custom-design-capabilities span {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #4b433a;
  display: grid;
  font-size: 13px;
  grid-template-columns: 48px 1fr;
  padding: 14px 0;
  text-transform: uppercase;
}

.custom-design-capabilities b {
  color: var(--soft);
  font-size: 11px;
  font-weight: 400;
}

.custom-design-cta {
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.custom-design-cta::after {
  background: linear-gradient(90deg, rgba(27, 23, 20, 0.86), rgba(27, 23, 20, 0.53) 48%, rgba(27, 23, 20, 0.1));
  content: "";
  inset: 0;
  position: absolute;
}

.custom-design-cta > div {
  left: clamp(34px, 11.5vw, 175px);
  max-width: 680px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.custom-design-cta h2 {
  margin-bottom: 24px;
}

.custom-design-cta p {
  max-width: 570px;
}

.custom-design-cta .filled-button {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .custom-design-hero {
    height: 720px;
    min-height: 0;
  }

  .custom-design-intro,
  .custom-design-visual,
  .custom-design-materials {
    grid-template-columns: 1fr;
  }

  .custom-design-workshop {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .custom-design-intro-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 32px;
  }

  .custom-design-visual > img,
  .custom-design-materials > img {
    height: 480px;
  }

  .custom-design-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-design-process-grid article:nth-child(3n + 1) {
    border-left: 1px solid var(--line);
  }

  .custom-design-process-grid article:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .custom-design-hero {
    height: 660px;
  }

  .custom-design-hero::after {
    background: linear-gradient(0deg, rgba(24, 21, 18, 0.82), rgba(24, 21, 18, 0.15) 78%);
  }

  .custom-design-hero-copy {
    bottom: 44px;
    left: 22px;
    max-width: calc(100% - 44px);
  }

  .custom-design-hero h1 {
    font-size: 50px;
  }

  .custom-design-routes,
  .custom-design-process-grid {
    grid-template-columns: 1fr;
  }

  .custom-design-routes {
    padding: 0 22px;
  }

  .custom-design-routes article {
    min-height: 0;
    padding: 46px 0;
  }

  .custom-design-routes article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .custom-design-visual > img,
  .custom-design-materials > img {
    height: 340px;
  }

  .custom-design-visual > div,
  .custom-design-materials-copy {
    padding: 46px 22px 54px;
  }

  .custom-design-workshop {
    gap: 38px;
    min-height: 0;
    padding: 48px 22px 56px;
  }

  .custom-design-process {
    padding-left: 22px;
    padding-right: 22px;
  }

  .custom-design-process-grid article,
  .custom-design-process-grid article:nth-child(3n + 1) {
    border-left: 0;
    min-height: 0;
    padding: 30px 0;
  }

  .custom-design-cta {
    min-height: 540px;
  }

  .custom-design-cta::after {
    background: linear-gradient(0deg, rgba(27, 23, 20, 0.9), rgba(27, 23, 20, 0.25));
  }

  .custom-design-cta > div {
    bottom: 44px;
    left: 22px;
    max-width: calc(100% - 44px);
    top: auto;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-image-grid img {
    transition: none;
  }
}

/* Shared first-view and scroll motion */
.site-header {
  transition: background-color 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
}

.site-header.is-scrolled {
  background: rgba(34, 30, 25, 0.9);
  border-bottom-color: rgba(248, 243, 236, 0.14);
  box-shadow: 0 10px 30px rgba(22, 18, 15, 0.12);
}

.motion-enabled:not(.motion-reduced) .motion-hero-item {
  opacity: 0;
  transform: translateY(24px);
}

.motion-enabled:not(.motion-reduced) .motion-hero.motion-play .motion-hero-item {
  animation: mars-hero-copy-in 780ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(110ms + var(--motion-order, 0) * 90ms);
}

.motion-enabled:not(.motion-reduced) .motion-hero-visual {
  animation: mars-hero-image-in 1250ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-enabled:not(.motion-reduced) .motion-reveal {
  opacity: 1;
  transform: translateY(28px);
}

.motion-enabled.motion-ready:not(.motion-reduced) .motion-reveal {
  transition: transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-enabled:not(.motion-reduced) .motion-reveal.is-visible {
  transform: translateY(0);
}

.motion-enabled:not(.motion-reduced) .motion-image-soft-reveal {
  opacity: 1;
  clip-path: none;
  transform: scale(1.018);
}

.motion-enabled.motion-ready:not(.motion-reduced) .motion-image-soft-reveal {
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-enabled:not(.motion-reduced) .motion-image-soft-reveal.is-visible {
  transform: scale(1);
}

@keyframes mars-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mars-hero-image-in {
  from {
    filter: saturate(0.78);
    opacity: 0.72;
    transform: scale(1.045);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes mars-intro-exit {
  to {
    opacity: 0;
    transform: translateY(-3%);
    visibility: hidden;
  }
}

@keyframes mars-intro-letter-in {
  0% {
    filter: blur(7px);
    opacity: 0;
    transform: translateY(112%) scaleY(1.08);
  }

  48% {
    filter: blur(2px);
    opacity: 0.62;
  }

  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@keyframes mars-intro-tagline-in {
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .motion-hero-item,
  .motion-hero-visual,
  .motion-reveal,
  .motion-image-soft-reveal,
  .site-intro,
  .site-intro-wordmark,
  .site-intro-letter,
  .site-intro-letter > span,
  .site-intro-tagline > span > span {
    animation: none !important;
    clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-intro {
    display: none;
  }
}

.policy-page {
  background: var(--bg);
  min-height: 100vh;
  padding-top: 150px;
}

.policy-hero {
  margin: 0 auto;
  max-width: 1500px;
  padding: clamp(54px, 5.3vw, 88px) clamp(28px, 6.5vw, 100px) clamp(42px, 4.6vw, 72px);
}

.policy-hero .label {
  margin-bottom: 18px;
}

.policy-hero h1 {
  color: #473f37;
  font-family: var(--serif);
  font-size: clamp(50px, 5vw, 82px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
  max-width: 760px;
  text-wrap: balance;
}

.policy-hero p {
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.72;
  margin: 30px 0 0;
  max-width: 720px;
}

.policy-updated {
  color: var(--soft);
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 30px;
  text-transform: uppercase;
}

.policy-shell {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 clamp(28px, 6.5vw, 100px) clamp(72px, 7vw, 110px);
}

.policy-summary {
  background: #e9e3db;
  border-top: 1px solid rgba(72, 62, 52, 0.18);
  padding: clamp(30px, 3.4vw, 48px);
  position: sticky;
  top: 150px;
}

.policy-summary h2,
.policy-content h2 {
  color: #443c34;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.policy-summary h2 {
  font-size: clamp(30px, 2.8vw, 44px);
}

.policy-summary p {
  color: var(--muted);
  line-height: 1.68;
  margin: 22px 0 30px;
}

.policy-content {
  background: #f8f3ec;
  border-top: 1px solid rgba(72, 62, 52, 0.18);
  padding: clamp(34px, 5vw, 72px);
}

.policy-content article + article {
  border-top: 1px solid rgba(72, 62, 52, 0.14);
  margin-top: 34px;
  padding-top: 34px;
}

.policy-content h2 {
  font-size: clamp(30px, 2.6vw, 42px);
  margin-bottom: 18px;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
  line-height: 1.72;
}

.policy-content p {
  margin: 0;
}

.policy-content p + p {
  margin-top: 18px;
}

.policy-content ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.policy-content a {
  color: #0062a5;
  font-weight: 600;
}

.insights-page {
  background: var(--bg);
  min-height: 100vh;
}

.insights-intro {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(34px, 5vw, 88px);
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.52fr);
  padding-top: clamp(170px, 15vw, 230px);
}

.insights-intro h1,
.insights-feature-copy h2,
.insights-section-head h2,
.insights-cta h2 {
  color: #463e36;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.insights-intro h1 {
  font-size: clamp(58px, 6vw, 106px);
  margin-top: 18px;
  max-width: 900px;
}

.insights-intro p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0;
  max-width: 560px;
}

.insights-feature {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 86px);
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.58fr);
  padding-top: clamp(56px, 7vw, 104px);
}

.insights-feature-image {
  min-height: 480px;
  overflow: hidden;
}

.insights-feature-image img {
  filter: saturate(0.94) sepia(0.05);
  transition: filter 420ms ease, transform 620ms ease;
}

.insights-feature-image:hover img {
  filter: saturate(1.03) contrast(1.03);
  transform: scale(1.025);
}

.insights-feature-copy {
  background: #ece6dd;
  margin-left: -72px;
  padding: clamp(38px, 5vw, 70px);
  position: relative;
  z-index: 1;
}

.insights-meta {
  color: var(--soft);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.insights-feature-copy h2 {
  font-size: clamp(40px, 4vw, 66px);
  margin-bottom: 24px;
}

.insights-feature-copy p,
.insight-card p,
.insight-list-item p,
.insights-cta p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.insights-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
}

.insights-tabs span {
  border: 1px solid var(--line);
  color: var(--muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 11px 14px;
  text-transform: uppercase;
}

.insights-section-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding-bottom: 28px;
  padding-top: 0;
}

.insights-section-head h2 {
  font-size: clamp(38px, 3.8vw, 66px);
  max-width: 760px;
}

.insight-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.insight-card {
  background: #f8f3ec;
  border-top: 1px solid rgba(72, 62, 52, 0.14);
  display: grid;
  grid-template-rows: 260px auto;
}

.insight-card img {
  height: 260px;
}

.insight-card div {
  display: grid;
  min-height: 260px;
  padding: clamp(26px, 3.2vw, 42px);
}

.insight-card h3,
.insight-list-item h3 {
  color: #443c34;
  font-family: var(--serif);
  font-size: clamp(29px, 2.5vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  margin: 12px 0 16px;
}

.insight-list {
  display: grid;
  padding-top: 0;
}

.insight-list-item {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: 170px minmax(0, 1fr) 100px;
  padding: 30px 0;
}

.insight-list-item:last-child {
  border-bottom: 1px solid var(--line);
}

.insight-date {
  color: var(--soft);
  font-family: var(--serif);
  font-size: 44px;
  line-height: 0.92;
}

.insight-date small {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 10px;
  text-transform: uppercase;
}

.insight-arrow {
  color: var(--muted);
  font-size: 28px;
  justify-self: end;
}

.insights-cta {
  align-items: center;
  background: #d8d0c5;
  display: grid;
  gap: clamp(28px, 5vw, 80px);
  grid-template-columns: minmax(0, 0.74fr) minmax(260px, 0.32fr);
  margin-top: clamp(36px, 5vw, 80px);
}

.insights-cta h2 {
  font-size: clamp(40px, 4vw, 68px);
}

.article-list-page,
.article-detail-page {
  background: #f7f7f6;
  min-height: 100vh;
  padding: clamp(132px, 12vw, 170px) clamp(18px, 5vw, 72px) clamp(70px, 8vw, 110px);
}

.article-list-shell,
.article-detail-shell {
  margin: 0 auto;
  max-width: 1540px;
}

.article-list-title {
  color: #1f1d1a;
  font-family: var(--serif);
  font-size: clamp(30px, 2.6vw, 44px);
  font-weight: 500;
  line-height: 1;
  margin: 0 0 22px;
}

.article-list {
  display: grid;
  gap: 34px;
}

.article-list-card {
  background: #fff;
  border: 1px solid rgba(31, 29, 26, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 300px minmax(0, 1fr);
  padding: 26px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.article-list-card:hover {
  border-color: rgba(31, 29, 26, 0.22);
  box-shadow: 0 18px 48px rgba(31, 29, 26, 0.08);
  transform: translateY(-2px);
}

article.article-list-card:hover {
  transform: none;
}

.article-list-card img {
  aspect-ratio: 4 / 2.65;
  height: auto;
}

.article-back-link {
  color: #8a765e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.article-list-card h2 {
  color: #171410;
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.18;
  margin: 0 0 18px;
}

.article-list-card time {
  color: #3f5f82;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.article-list-card p {
  color: #5f5a54;
  line-height: 1.65;
  margin: 0 0 18px;
}

.article-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags strong {
  color: #1f1d1a;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-tags span {
  background: #f1f1ef;
  color: #2d2924;
  font-size: 12px;
  padding: 7px 13px;
}

.article-empty {
  background: #fff;
  border: 1px solid rgba(31, 29, 26, 0.1);
  border-radius: 8px;
  padding: clamp(34px, 5vw, 70px);
}

.article-empty h2 {
  color: #171410;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
  margin: 0 0 14px;
}

.article-empty p {
  color: #5f5a54;
  line-height: 1.7;
  margin: 0;
}

.article-detail-shell {
  background: #fff;
  border: 1px solid rgba(31, 29, 26, 0.1);
  border-radius: 8px;
  display: grid;
  gap: clamp(28px, 4vw, 62px);
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: clamp(28px, 4vw, 64px);
}

.article-detail-main h1 {
  color: #1f1d1a;
  font-family: var(--serif);
  font-size: clamp(42px, 4.8vw, 78px);
  font-weight: 500;
  line-height: 0.98;
  margin: 12px 0 22px;
  max-width: 980px;
}

.article-detail-main > time {
  color: #3f5f82;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-detail-main > img {
  aspect-ratio: 16 / 8.5;
  height: auto;
  margin: 34px 0;
}

.article-detail-main h2 {
  color: #312b24;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.05;
  margin: 38px 0 16px;
}

.article-detail-main h3 {
  color: #312b24;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 28px 0 10px;
  text-transform: uppercase;
}

.article-detail-main p,
.article-detail-main li {
  color: #5f5a54;
  line-height: 1.78;
}

.article-detail-main p {
  margin: 0 0 18px;
}

.article-detail-main ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 20px;
}

.article-sidebar {
  border-left: 1px solid rgba(31, 29, 26, 0.12);
  padding-left: 28px;
}

.article-sidebar h2 {
  color: #312b24;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 18px;
}

.article-sidebar a,
.article-sidebar span {
  border-top: 1px solid rgba(31, 29, 26, 0.1);
  color: #5f5a54;
  display: block;
  font-size: 14px;
  padding: 14px 0;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(90deg, var(--dark), var(--dark-2));
  color: rgba(248, 243, 236, 0.88);
  padding: 58px clamp(28px, 9.5vw, 140px) 34px;
}

.footer-grid {
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: 1.5fr 0.8fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1360px;
}

footer .brand {
  color: var(--cream);
}

.footer-brand p {
  color: rgba(248, 243, 236, 0.76);
  margin: 28px 0 28px;
  max-width: 270px;
}

footer h3 {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 22px;
}

footer a,
footer p {
  color: rgba(248, 243, 236, 0.76);
  display: block;
  margin: 0 0 12px;
}

.socials {
  align-items: center;
  display: flex;
  gap: 18px;
}

.socials a {
  align-items: center;
  color: var(--cream);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin: 0;
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease;
  width: 28px;
}

.socials a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.socials svg {
  display: block;
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.footer-quote {
  color: var(--cream);
  margin-top: 28px;
  width: fit-content;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(248, 243, 236, 0.16);
  display: flex;
  justify-content: space-between;
  margin: 58px auto 0;
  max-width: 1360px;
  padding-top: 28px;
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(248, 243, 236, 0.46);
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 62px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-left: clamp(28px, 6vw, 70px);
    padding-right: clamp(28px, 6vw, 70px);
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .split-feature,
  .feature-panel {
    grid-template-columns: 1fr;
  }

  .materials-panel {
    border-right: 0;
  }

  .home-projects-heading {
    align-items: start;
    grid-template-columns: minmax(300px, 1fr) minmax(220px, 0.65fr);
  }

  .home-projects-heading > a {
    grid-column: 1 / -1;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .project-case-card,
  .project-case-card.is-reversed {
    grid-template-columns: 1fr;
  }

  .project-case-card.is-reversed .project-case-gallery,
  .project-case-card.is-reversed .project-case-copy {
    order: initial;
  }
}

@media (max-width: 820px) {
  .fireplace-spec-grid {
    grid-template-columns: 1fr;
  }

  .fireplace-spec-grid article {
    min-height: 0;
  }

  .fireplace-project-compact {
    padding: 38px 22px 46px;
  }

  .fireplace-project-compact-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .fireplace-project-compact-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .fireplace-project-compact-main {
    grid-row: auto;
  }

  .fireplace-project-compact-media img {
    height: min(94vw, 470px);
  }

  .fireplace-project-showcase {
    padding: 22px;
  }

  .fireplace-project-showcase-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .fireplace-project-feature {
    height: min(118vw, 680px);
  }

  .fireplace-project-content {
    padding: 46px 0 38px;
  }

  .fireplace-project-content h2 {
    font-size: clamp(44px, 10vw, 64px);
  }

  .fireplace-project-navigation {
    align-items: center;
    border-left: 0;
    border-top: 1px solid rgba(255, 250, 241, 0.32);
    flex-direction: row;
    padding: 22px 0 0;
  }

  .fireplace-project-count {
    flex-direction: row;
  }

  .fireplace-project-navigation > div {
    display: flex;
  }

  .countertop-projects {
    padding-bottom: 72px;
    padding-top: 64px;
  }

  .countertop-projects-heading {
    padding-bottom: 32px;
    text-align: left;
  }

  .countertop-projects-heading h2,
  .countertop-projects-heading p {
    margin-left: 0;
    margin-right: 0;
  }

  .countertop-project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .countertop-project-main,
  .countertop-project-side {
    aspect-ratio: 1.16 / 1;
  }

  .countertop-project-main {
    grid-row: auto;
  }

  .countertop-project-bottom-row {
    grid-template-columns: 1fr;
  }

  .countertop-project-bottom-row figure {
    aspect-ratio: 1.32 / 1;
  }

  .factory-gallery-heading {
    align-items: start;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .factory-gallery-stage {
    grid-template-columns: 1fr;
    margin-left: 22px;
    margin-right: 22px;
  }

  .factory-gallery-preview {
    display: none;
  }

  .factory-gallery-main {
    height: min(126vw, 580px);
  }

  .factory-gallery-control-prev {
    left: 16px;
  }

  .factory-gallery-control-next {
    right: 16px;
  }

  .site-header {
    gap: 22px;
    padding: 24px 22px;
  }

  .site-search-overlay {
    padding: 104px 18px 28px;
  }

  .site-search-panel {
    gap: 20px;
    max-height: calc(100vh - 128px);
    padding: 30px 22px;
  }

  .site-search-close {
    right: 22px;
    top: 22px;
  }

  .site-search-head h2 {
    margin-right: 70px;
  }

  nav {
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .product-dropdown {
    grid-template-columns: 1fr;
    left: 0;
    min-width: min(350px, calc(100vw - 44px));
    top: calc(100% + 12px);
    transform: translateY(10px);
  }

  .has-dropdown:hover .product-dropdown,
  .has-dropdown:focus-within .product-dropdown {
    transform: translateY(0);
  }

  .outline-button {
    min-width: 0;
    padding: 0 18px;
  }

  .hero {
    height: 100vh;
    min-height: 100vh;
  }

  @supports (height: 100svh) {
    .hero {
      height: 100svh;
      min-height: 100svh;
    }
  }

  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobile {
    display: block;
  }

  .hero-content {
    left: 24px;
    max-width: calc(100% - 48px);
    top: 56%;
  }

  .product-grid,
  .materials-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-projects-heading,
  .home-projects-grid {
    grid-template-columns: 1fr;
  }

  .home-projects-heading {
    gap: 18px;
  }

  .home-projects-heading > a {
    grid-column: auto;
    margin-top: 4px;
  }

  .home-projects-grid {
    grid-template-rows: 420px 290px 290px;
  }

  .home-project-main {
    grid-row: auto;
  }

  .product-carousel {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .product-carousel-window {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .product-switch-button {
    height: 44px;
    position: relative;
    top: auto;
    transform: none;
    width: 44px;
  }

  .product-switch-button:hover,
  .product-switch-button:focus {
    transform: scale(1.04);
  }

  .product-switch-button-left {
    grid-column: 1;
    grid-row: 2;
    left: auto;
    justify-self: start;
  }

  .product-switch-button-right {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    right: auto;
  }

  .material-catalog-page {
    padding-top: 190px;
  }

  .material-category-nav {
    align-items: center;
    border-bottom: 1px solid var(--line);
    border-right: 0;
    border-top: 1px solid var(--line);
    flex-direction: row;
    margin-bottom: 34px;
    overflow-x: auto;
    padding: 13px 18px;
    top: 154px;
    width: 100%;
  }

  .material-catalog-layout {
    display: block;
  }

  .projects-page {
    padding-top: 180px;
  }

  .projects-hero {
    padding-top: 44px;
  }

  .project-case-list {
    gap: 20px;
  }

  .project-case-card {
    min-height: 0;
  }

  .project-case-gallery {
    min-height: 260px;
  }

  .project-case-gallery .project-main-image {
    min-height: 220px;
  }

  .project-case-gallery img {
    min-height: 110px;
  }

  .project-case-copy dl div {
    grid-template-columns: 1fr;
  }

  .material-catalog {
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .materials-hero {
    height: 680px;
    min-height: 680px;
  }

  .materials-hero-copy {
    left: 24px;
    max-width: calc(100% - 48px);
    top: 56%;
  }

  .materials-intro,
  .insights-intro,
  .insights-feature,
  .insights-cta,
  .countertop-intro,
  .countertop-material-guide,
  .countertop-details,
  .countertop-faq,
  .stair-intro,
  .stair-showcase,
  .stair-material-guide,
  .stair-details,
  .stair-faq,
  .about-intro,
  .material-family-heading,
  .material-consult,
  .material-detail-shell,
  .about-story,
  .about-timeline,
  .about-wide-feature,
  .mosaic-opening,
  .mosaic-overview,
  .mosaic-design-board,
  .mosaic-process,
  .fireplace-opening,
  .fireplace-detail-story,
  .fireplace-materials,
  .fireplace-flow,
  .fireplace-questions,
  .premium-product-opening,
  .premium-product-brief,
  .premium-product-spec,
  .premium-product-split,
  .premium-product-faq {
    grid-template-columns: 1fr;
  }

  .insights-intro {
    padding-top: 190px;
  }

  .insights-feature-copy {
    margin-left: 0;
  }

  .insight-grid,
  .insight-list-item {
    grid-template-columns: 1fr;
  }

  .insight-list-item {
    align-items: start;
    gap: 18px;
  }

  .insight-arrow {
    justify-self: start;
  }

  .article-list-page,
  .article-detail-page {
    padding: 190px 18px 72px;
  }

  .article-list-card,
  .article-detail-shell {
    grid-template-columns: 1fr;
  }

  .article-list-card {
    padding: 22px;
  }

  .article-list-card img {
    aspect-ratio: 4 / 3;
  }

  .article-detail-main > img {
    aspect-ratio: 4 / 3;
  }

  .article-sidebar {
    border-left: 0;
    border-top: 1px solid rgba(31, 29, 26, 0.12);
    padding-left: 0;
    padding-top: 28px;
  }

  .about-intro {
    padding-top: 210px;
  }

  .about-intro-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .about-story-image,
  .about-story-image img,
  .about-wide-feature img {
    height: 340px;
  }

  .about-metrics,
  .about-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-metrics article {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 24px 0;
  }

  .about-metrics article:first-child {
    border-top: 0;
  }

  .about-capabilities {
    padding-left: 22px;
    padding-right: 22px;
  }

  .material-detail-page {
    padding-top: 190px;
  }

  .contact-us-page {
    padding: 190px 22px 72px;
  }

  .policy-page {
    padding-top: 180px;
  }

  .policy-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .policy-shell {
    grid-template-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .policy-summary {
    position: static;
  }

  .contact-hero,
  .contact-message-shell {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy {
    padding: 44px 24px;
  }

  .contact-hero-image,
  .contact-hero-image img {
    min-height: 320px;
  }

  .insights-feature-image,
  .insights-feature-image img,
  .insight-card img {
    min-height: 0;
    height: 320px;
  }

  .insights-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-card {
    grid-template-rows: auto auto;
  }

  .insight-card div {
    min-height: 0;
  }

  .contact-info-grid,
  .contact-message-shell {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    min-height: 0;
  }

  .contact-message-shell {
    margin-top: 28px;
  }

  .contact-project-panel {
    border-left: 0;
  }

  .material-back {
    position: static;
  }

  .material-family-muted {
    padding-left: 22px;
    padding-right: 22px;
  }

  .material-card div {
    min-height: 0;
  }

  .countertop-intro {
    padding-top: 210px;
  }

  .countertop-intro-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .countertop-application-grid,
  .countertop-guide-list,
  .countertop-spec-grid,
  .countertop-process-grid {
    grid-template-columns: 1fr;
  }

  .countertop-application-card.featured {
    grid-column: span 1;
  }

  .countertop-application-card div,
  .countertop-guide-list article {
    min-height: 0;
  }

  .countertop-material-guide {
    padding-left: 22px;
    padding-right: 22px;
  }

  .countertop-detail-image {
    min-height: 320px;
  }

  .countertop-process-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 26px 0;
  }

  .countertop-process-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .stair-intro {
    padding-top: 210px;
  }

  .stair-intro-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .stair-showcase-image,
  .stair-showcase-image img,
  .stair-detail-image,
  .stair-detail-image img {
    min-height: 0;
    height: 340px;
  }

  .stair-showcase-image,
  .stair-showcase-image img {
    height: 300px;
  }

  .stair-application-grid,
  .tile-cladding-grid,
  .stair-guide-list,
  .stair-spec-grid,
  .stair-process-grid {
    grid-template-columns: 1fr;
  }

  .tile-cladding-panel {
    grid-template-columns: 1fr;
  }

  .tile-cladding-grid article {
    min-height: 0;
  }

  .tile-projects {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tile-project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .tile-project-feature {
    grid-row: auto;
  }

  .tile-project-grid img {
    height: min(88vw, 440px);
  }

  .stair-application-card div,
  .stair-guide-list article {
    min-height: 0;
  }

  .stair-material-guide {
    padding-left: 22px;
    padding-right: 22px;
  }

  .stair-process-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 26px 0;
  }

  .stair-process-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .mosaic-opening,
  .fireplace-opening {
    padding-top: 190px;
  }

  .mosaic-opening-copy {
    padding-bottom: 0;
  }

  .mosaic-opening-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .mosaic-opening-image {
    grid-row: auto;
  }

  .mosaic-opening-image,
  .mosaic-opening-image img,
  .mosaic-opening-detail,
  .mosaic-opening-detail img,
  .mosaic-board-image,
  .mosaic-board-image img,
  .fireplace-opening-image,
  .fireplace-opening-image img,
  .fireplace-detail-image,
  .fireplace-detail-image img {
    min-height: 0;
    height: 360px;
  }

  .mosaic-opening-image {
    margin-top: 0;
  }

  .mosaic-overview {
    margin-left: 22px;
    margin-right: 22px;
  }

  .fireplace-hero-intro,
  .fireplace-showcase {
    grid-template-columns: 1fr;
  }

  .fireplace-hero-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    margin-top: 0;
    padding-left: 0;
    padding-top: 28px;
  }

  .fireplace-showcase-image,
  .fireplace-showcase-image img {
    min-height: 0;
    height: 320px;
  }

  .mosaic-board-panel {
    padding: 36px 24px;
  }

  .mosaic-format-strip,
  .mosaic-style-grid,
  .mosaic-questions,
  .fireplace-component-grid,
  .fireplace-material-grid,
  .fireplace-flow-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-style-grid div {
    min-height: 0;
  }

  .mosaic-format-strip article,
  .fireplace-flow-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 24px 0;
  }

  .mosaic-format-strip article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .mosaic-process {
    margin-bottom: 72px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .mosaic-process li {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .mosaic-questions details,
  .fireplace-component-grid article,
  .fireplace-material-grid article {
    min-height: 0;
  }

  .mosaic-cta,
  .fireplace-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .mosaic-cta {
    min-height: 430px;
  }

  .mosaic-cta div {
    margin-left: 0;
    padding: 44px 24px;
  }

  .fireplace-opening {
    min-height: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .fireplace-opening-copy {
    margin-left: 0;
    padding: 36px 24px;
  }

  .fireplace-components,
  .fireplace-detail-story,
  .fireplace-flow,
  .fireplace-questions {
    padding-left: 22px;
    padding-right: 22px;
  }

  .fireplace-materials {
    padding-left: 22px;
    padding-right: 22px;
  }

  .premium-product-opening {
    min-height: 0;
    padding: 190px 22px 0;
  }

  .niche-page .premium-product-opening {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .premium-product-media,
  .premium-product-media img {
    min-height: 0;
    height: 360px;
  }

  .premium-product-intro {
    margin-left: 0;
    padding: 36px 24px;
  }

  .premium-product-brief,
  .premium-product-grid,
  .premium-product-spec,
  .premium-product-split,
  .premium-product-process,
  .premium-product-faq,
  .premium-product-cta {
    padding-left: 22px;
    padding-right: 22px;
  }

  .premium-product-grid,
  .claddings-application-grid,
  .premium-process-grid {
    grid-template-columns: 1fr;
  }

  .premium-product-grid article,
  .premium-process-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 26px 0;
  }

  .claddings-application-grid div {
    min-height: 0;
  }

  .premium-process-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .premium-product-note {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .niche-integration-image,
  .niche-integration-image img {
    min-height: 0;
    height: 360px;
  }

  .niche-integration-grid {
    grid-template-columns: 1fr;
  }

  .niche-integration-grid article {
    border-left: 0;
    border-top: 1px solid rgba(72, 62, 52, 0.12);
    min-height: 0;
  }

  .niche-integration-grid article:first-child {
    border-top: 0;
  }

  .premium-product-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .niche-cta {
    min-height: 430px;
    padding: 0;
  }

  .niche-cta div {
    margin-left: 0;
    padding: 44px 24px;
  }

  .material-consult img {
    height: 320px;
  }

  .material-consult div {
    padding: 44px 24px 54px;
  }

  .process-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 26px 0;
  }

  .process-grid article + article {
    border-left: 0;
  }

  .feature-image,
  .feature-image img {
    height: 340px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .material-direction-link {
    margin-top: 14px;
    position: static;
  }
}

@media (max-width: 560px) {
  .mars-wordmark {
    min-width: 108px;
  }

  .home-projects-heading h2 {
    font-size: 43px;
  }

  .home-projects-grid {
    gap: 12px;
    grid-template-rows: 340px 240px 240px;
  }

  .home-project > span {
    bottom: 20px;
    left: 20px;
  }

  .home-project strong,
  .home-project:not(.home-project-main) strong {
    font-size: 27px;
  }

  .site-search-overlay {
    padding: 92px 14px 22px;
  }

  .site-search-panel {
    max-height: calc(100vh - 108px);
    padding: 28px 18px;
  }

  .site-search-head h2 {
    font-size: 38px;
    margin-right: 58px;
  }

  .site-search-field input {
    font-size: 16px;
    height: 56px;
  }

  .mars-wordmark span {
    font-size: 28px;
  }

  .mars-wordmark small {
    font-size: 10px;
    margin-top: 4px;
  }

  .floating-icons span {
    height: 46px;
    width: 42px;
  }

  .floating-panel {
    min-width: 245px;
    right: 42px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .product-heading-actions {
    justify-content: flex-start;
  }

  .section-shell,
  .feature-panel {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product-card img {
    height: 285px;
  }

  .material-catalog-page {
    padding: 172px 18px 72px;
  }

  .material-category-nav {
    gap: 24px;
    padding: 13px 18px;
    top: 144px;
  }

  .material-catalog {
    gap: 24px;
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .catalog-card h2 {
    min-height: 54px;
  }

  .wide-cta {
    height: 360px;
  }

  .contact-us-page h1 {
    font-size: 45px;
  }

  .about-metrics,
  .about-capability-grid {
    grid-template-columns: 1fr;
  }

  .about-story-copy,
  .about-wide-feature div,
  .about-timeline {
    padding: 44px 22px 54px;
  }

  .about-timeline-list article {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .contact-form-panel {
    padding: 34px 22px;
  }

  .policy-content {
    padding: 34px 22px;
  }

  .policy-hero h1 {
    font-size: 43px;
  }

  .contact-form-panel h2 {
    font-size: 38px;
  }

  .contact-message-form textarea {
    height: 150px;
  }

  .contact-info-card {
    gap: 16px;
    grid-template-columns: 50px 1fr;
    padding: 26px 22px;
  }

  .contact-icon {
    height: 50px;
    width: 50px;
  }

  .contact-project-panel {
    padding: 34px 22px;
  }

  .wide-cta div {
    left: 24px;
    max-width: calc(100% - 48px);
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 12px;
  }
}
