:root {
  --green: #233327;
  --paper: #f5f2eb;
  --beige: #d7d0c3;
  --terra: #b46643;
  --blue: #1d3a4a;
  --ink: #2b2b2b;
  --muted: #686b60;
  --line: rgba(35, 51, 39, 0.19);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", sans-serif;
  --ease: cubic-bezier(0.22, 0.68, 0, 1.01);
  --nav-layer: 20;
  --overlay-layer: 30;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--green);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
::selection {
  color: var(--paper);
  background: var(--green);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  display: block;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(46px, 4.7vw, 76px);
}
h2 em,
h1 em {
  font-weight: 400;
}
h3 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
p {
  max-width: 65ch;
}
strong {
  font-weight: 500;
}
button {
  border: 0;
  background: none;
}
button i {
  font-style: normal;
}
a,
button {
  touch-action: manipulation;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: calc(100% - 128px);
  max-width: 1400px;
  margin-inline: auto;
}
.section {
  padding-block: 120px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 30px;
}
.tiny-line {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--terra);
  vertical-align: middle;
  margin-right: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--green);
  color: var(--paper);
  border-radius: 100px;
  padding: 9px 9px 9px 25px;
  font-size: 13px;
  font-weight: 400;
  min-height: 54px;
  transition:
    transform 0.5s var(--ease),
    background 0.5s var(--ease);
}
.button:hover {
  background: #364c38;
}
.button:active {
  transform: scale(0.97);
}
.button-icon {
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(245, 242, 235, 0.13);
  font-size: 21px;
  transition: transform 0.5s var(--ease);
}
.button:hover .button-icon {
  transform: rotate(45deg);
}
.button-small {
  font-size: 12px;
  min-height: 46px;
  padding-left: 20px;
  gap: 17px;
}
.button-small .button-icon {
  width: 30px;
  height: 30px;
}
.button-paper {
  background: var(--paper);
  color: var(--green);
}
.button-paper:hover {
  background: var(--beige);
}
.button-paper .button-icon {
  background: rgba(35, 51, 39, 0.09);
}
.text-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  padding-block: 9px;
  border-bottom: 1px solid var(--green);
  width: fit-content;
  transition: opacity 0.4s var(--ease);
}
.text-link:hover {
  opacity: 0.65;
}
.text-link span {
  font-size: 21px;
  transition: transform 0.4s var(--ease);
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.light {
  border-color: var(--beige);
}
.small-note {
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
}
.circle-button,
.circle-outline {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 23px;
  transition:
    transform 0.5s var(--ease),
    background 0.5s var(--ease);
}
.circle-button:hover {
  transform: rotate(12deg);
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  z-index: 40;
  background: var(--paper);
  padding: 12px 20px;
}
.skip-link:focus {
  transform: none;
}
.top-note {
  display: flex;
  justify-content: space-between;
  margin: 0 40px;
  padding: 11px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 0.065em;
  color: var(--muted);
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  width: calc(100% - 128px);
  max-width: 1400px;
  height: 108px;
}
.brand {
  flex-shrink: 0;
}
.brand img {
  width: 185px;
  height: auto;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}
.desktop-nav a {
  position: relative;
  padding-block: 10px;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.desktop-nav a:hover::after {
  transform: scaleX(1);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
}
.menu-toggle span {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 17px;
  height: 1px;
  background: var(--green);
  transition: transform 0.5s var(--ease);
}
.menu-toggle span + span {
  top: 25px;
}
.menu-toggle[aria-expanded="true"] span {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span + span {
  transform: translateY(-4px) rotate(-45deg);
}
.menu-dialog {
  position: fixed;
  inset: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100dvh;
  border: 0;
  background: var(--green);
  color: var(--paper);
  padding: 45px 7vw;
  z-index: var(--overlay-layer);
}
.menu-dialog::backdrop {
  background: var(--green);
}
.menu-close {
  position: absolute;
  right: 25px;
  top: 28px;
}
.menu-brand {
  margin-bottom: 45px;
}
.menu-dialog nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.menu-dialog nav a {
  font: clamp(25px, 4.5vh, 42px)/1.35 var(--serif);
}
.menu-dialog[open] nav a {
  animation: menu-entry 0.8s var(--ease) both;
}
.menu-dialog[open] nav a:nth-child(2) {
  animation-delay: 50ms;
}
.menu-dialog[open] nav a:nth-child(3) {
  animation-delay: 100ms;
}
.menu-dialog[open] nav a:nth-child(4) {
  animation-delay: 150ms;
}
.menu-dialog[open] nav a:nth-child(5) {
  animation-delay: 200ms;
}
.menu-contact {
  display: inline-block;
  margin-top: 40px;
  font-size: 12px;
  border-bottom: 1px solid var(--beige);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 14px 40px 0 64px;
  max-width: 1480px;
  gap: 36px;
  min-height: 685px;
}
.hero-copy {
  padding-top: 45px;
  position: relative;
}
.hero-copy .eyebrow {
  margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(90px, 8.1vw, 132px);
  line-height: 0.92;
  position: relative;
  width: fit-content;
  letter-spacing: -0.065em;
}
.hero h1 em {
  color: var(--terra);
}
.hero-star {
  position: absolute;
  color: var(--terra);
  font-family: var(--sans);
  font-size: 53px;
  right: -94px;
  bottom: 19px;
  font-weight: 300;
}
.hero-description {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 27px;
}
.hero-actions .small-note {
  font-size: 10px;
}
.explore-link {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-block: 40px 24px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.explore-link .circle-outline {
  width: 33px;
  height: 33px;
  font-size: 17px;
  border-color: var(--line);
}
.hero-visual {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.hero-photo {
  height: 100%;
  min-height: 640px;
  border-radius: 190px 3px 3px 3px;
  overflow: hidden;
  background: var(--beige);
}
.hero-photo img {
  object-position: 48% center;
}
.parallax-frame {
  position: relative;
  overflow: hidden;
}
.parallax-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual > figcaption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 9px;
  padding-top: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.hero-visual > figcaption span:last-child {
  font-size: 8px;
}
.hero-photo-tag {
  position: absolute;
  right: 20px;
  top: 30px;
  writing-mode: vertical-rl;
  color: var(--paper);
  font-size: 8px;
  letter-spacing: 0.17em;
  text-shadow: 0 1px 5px #233327;
}
.hero-enter {
  animation: entry 1s var(--ease) both;
}
.hero-enter:nth-child(2) {
  animation-delay: 0.1s;
}
.hero-enter:nth-child(3) {
  animation-delay: 0.2s;
}
.hero-enter:nth-child(4) {
  animation-delay: 0.3s;
}
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding-block: 28px;
  border-block: 1px solid var(--line);
  font-size: 12px;
}
.trust-strip span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-strip strong {
  font-size: 15px;
}
.trust-strip img {
  margin-right: 6px;
}
.essence {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 60px;
}
.essence-symbol {
  margin-top: 65px;
  width: 95px;
  opacity: 0.85;
}
.statement {
  font-size: clamp(45px, 4.7vw, 74px);
  line-height: 1.07;
}
.statement em {
  color: var(--terra);
}
.essence-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 40px 0 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.environments {
  padding-top: 30px;
  background: #eeebe3;
  padding-bottom: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 66px;
}
.section-heading .text-link {
  margin-bottom: 8px;
}
.room-tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.room-tabs button {
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
  padding: 15px 0 20px;
  position: relative;
}
.room-tabs sup {
  font-size: 9px;
  margin-left: 8px;
  color: var(--muted);
}
.room-tabs button::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.room-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}
.room-tabs button[aria-selected="false"] {
  color: var(--muted);
}
.room-feature {
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  gap: 65px;
  padding-top: 36px;
  align-items: center;
}
.room-image {
  height: 480px;
  border-radius: 3px 3px 75px 3px;
}
.room-image img {
  object-position: center;
  transition: opacity 0.35s var(--ease);
}
.room-image figcaption,
.look-visual figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 9px;
  color: var(--paper);
  background: rgba(35, 51, 39, 0.84);
  padding: 5px 10px;
  border-radius: 2px;
}
.image-link {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--paper);
  border-radius: 50%;
  font-size: 25px;
  transition: transform 0.5s var(--ease);
}
.image-link:hover {
  transform: rotate(45deg);
}
.room-number {
  font-size: 10px;
  color: var(--terra);
  letter-spacing: 0.1em;
}
.room-description h3 {
  font-size: 43px;
  margin-block: 22px;
}
.room-description > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.detail-list {
  padding: 0;
  list-style: none;
  margin: 25px 0;
  font-size: 11px;
}
.detail-list li {
  padding-block: 7px;
  border-bottom: 1px solid var(--line);
}
.detail-list li::before {
  content: "↳";
  margin-right: 11px;
  color: var(--terra);
}
.room-description .text-link {
  font-size: 12px;
}
.materials {
  background: var(--green);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.material-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 100px;
}
.materials .eyebrow {
  color: var(--beige);
}
.material-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--beige);
  margin-top: 30px;
  max-width: 340px;
  line-height: 1.85;
}
.material-copy h2 em {
  color: #c7bd9e;
}
.duratex-sign {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 35px 0;
}
.duratex-sign > strong {
  font-family: var(--sans);
  font-size: 32px;
  line-height: 0.95;
  letter-spacing: -0.03em;
}
.duratex-sign strong span {
  font-size: 18px;
  letter-spacing: 0.035em;
}
.duratex-sign p {
  font-size: 11px;
  color: var(--beige);
  line-height: 1.7;
  border-left: 1px solid #68715f;
  padding-left: 28px;
}
.sample-stage {
  height: 370px;
  position: relative;
  perspective: 1000px;
  margin-bottom: 30px;
}
.sample-slab {
  position: absolute;
  top: 22px;
  left: 18%;
  height: 290px;
  width: 240px;
  border-radius: 2px;
  box-shadow:
    6px 8px 0 #463c2c,
    18px 28px 35px rgba(0, 0, 0, 0.13);
  transition:
    transform 1.1s var(--ease),
    background 0.7s var(--ease);
  transform-style: preserve-3d;
}
.slab-back {
  background: #a6aa96;
  transform: translate(66px, 13px) rotate(18deg);
}
.slab-middle {
  background: #e4d9c5;
  transform: translate(-55px, 12px) rotate(-15deg);
}
.slab-front {
  background: #ad7954;
  transform: rotate(-3deg);
  color: #233327;
  overflow: hidden;
}
.sample-stage:hover .slab-front {
  transform: translateY(-12px) rotate(0);
}
.sample-stage:hover .slab-back {
  transform: translate(90px, 12px) rotate(23deg);
}
.sample-stage:hover .slab-middle {
  transform: translate(-75px, 12px) rotate(-21deg);
}
.sample-corner {
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: 18px;
  opacity: 0.6;
}
.sample-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0.6;
}
.sample-slab-label {
  position: absolute;
  bottom: 21px;
  left: 22px;
  font-size: 8px;
  letter-spacing: 0.17em;
  line-height: 1.6;
}
.slab-front > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sample-stage-note {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: italic 21px var(--serif);
  color: var(--beige);
}
.sample-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(215, 208, 195, 0.3);
  padding-top: 23px;
}
.sample-info .eyebrow {
  font-size: 8px;
  margin-bottom: 6px;
}
.sample-info h3 {
  font-size: 34px;
}
.save-sample {
  border-color: rgba(215, 208, 195, 0.5);
  width: 38px;
  height: 38px;
}
.save-sample[aria-pressed="true"] {
  background: var(--beige);
  color: var(--green);
}
.sample-placeholder {
  font-size: 10px;
  color: #c5c9bd;
  margin-top: 7px;
}
.swatches {
  display: flex;
  gap: 13px;
  padding: 24px 0 20px;
}
.swatch {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 4px;
  border: 1px solid transparent;
  transition: transform 0.4s var(--ease);
  position: relative;
}
.swatch::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: var(--swatch);
  border-radius: 50%;
  border: 1px solid rgba(245, 242, 235, 0.25);
}
.swatch[aria-pressed="true"] {
  border-color: var(--beige);
}
.swatch:hover {
  transform: translateY(-4px);
}
.selection-tray {
  min-height: 70px;
}
.selection-tray p {
  font-size: 10px;
  color: var(--beige);
}
.selection-tray .text-link {
  font-size: 11px;
  margin-top: 8px;
}
.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 65px;
  border-top: 1px solid rgba(215, 208, 195, 0.3);
  padding-top: 34px;
}
.quality-grid article > span {
  font-size: 10px;
  color: #bdb59e;
}
.quality-grid h3 {
  font-size: 27px;
  margin: 19px 0 13px;
}
.quality-grid p {
  color: var(--beige);
  font-size: 12px;
  line-height: 1.8;
}
.architect-look {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.look-visual {
  position: relative;
  padding: 0 30px 30px 0;
}
.look-visual figure {
  height: 650px;
  border-radius: 3px 160px 3px 3px;
}
.look-visual figure img {
  object-position: 65% center;
}
.look-seal {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--beige);
  border: 7px solid var(--paper);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  font: 20px/1.1 var(--serif);
}
.look-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-block: 30px;
}
.look-item {
  display: flex;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.look-item > span {
  font-size: 9px;
  color: var(--terra);
  margin-top: 5px;
}
.look-item h3 {
  font: 400 14px var(--sans);
  letter-spacing: 0;
}
.look-item p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.65;
}
.look-copy > .text-link {
  margin-top: 25px;
}
.brand-interlude {
  overflow: hidden;
  padding: 27px 0;
  border-block: 1px solid var(--line);
}
.brand-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
  white-space: nowrap;
}
.brand-flow span {
  font-family: var(--serif);
  font-size: clamp(60px, 8.2vw, 128px);
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.brand-flow img {
  width: 45px;
  height: 45px;
  opacity: 0.75;
}
.brand-flow em {
  color: var(--terra);
}
.process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.process-intro > p:not(.eyebrow):not(.footnote) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 30px;
  max-width: 320px;
}
.process-numbers {
  display: flex;
  gap: 55px;
  margin-top: 32px;
}
.process-numbers strong {
  font: 53px var(--serif);
  letter-spacing: -0.045em;
}
.process-numbers span {
  font-size: 10px;
  color: var(--muted);
  display: block;
}
.footnote {
  font-size: 9px;
  color: var(--muted);
  max-width: 350px;
  margin-top: 24px;
}
.step {
  border-bottom: 1px solid var(--line);
}
.step:first-child {
  border-top: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
.step summary {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 27px 0;
}
.step summary > span {
  font-size: 10px;
  color: var(--terra);
}
.step h3 {
  font-size: 28px;
}
.step i,
.faq-list i {
  margin-left: auto;
  font: 300 24px var(--sans);
  transition: transform 0.5s var(--ease);
}
details[open] > summary i {
  transform: rotate(45deg);
}
.step-content {
  padding: 0 30px 28px 42px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
details[open] .step-content,
details[open] > p {
  animation: entry 0.5s var(--ease);
}
.partner-banner {
  background: var(--blue);
  color: var(--paper);
  padding-block: 75px;
  position: relative;
  overflow: hidden;
}
.partner-banner::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  background: url("../assets/brand/symbol-light.svg") center/contain no-repeat;
  opacity: 0.035;
  right: 24%;
  top: -50px;
  pointer-events: none;
}
.partner-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.4fr;
  gap: 30px;
  align-items: center;
}
.partner-inner > .eyebrow {
  align-self: start;
  margin-top: 13px;
  max-width: 130px;
  color: var(--beige);
  font-size: 9px;
}
.partner-inner h2 {
  font-size: 60px;
}
.partner-inner > div > p {
  font-size: 13px;
  color: var(--beige);
  margin-bottom: 25px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 110px;
}
.faq > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-block: 25px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 23px 0;
  font-size: 14px;
  font-weight: 400;
}
.faq-list i {
  flex-shrink: 0;
}
.faq-list details > p {
  padding: 0 28px 24px 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.contact-section {
  background: var(--beige);
  position: relative;
  overflow: hidden;
}
.contact-pattern {
  position: absolute;
  inset: 0 0 0 55%;
  background: url("../assets/brand/pattern.svg") center/cover;
  opacity: 0.45;
  mix-blend-mode: multiply;
  transform: rotate(-8deg) scale(1.2);
}
.contact-inner {
  padding-block: 96px;
  position: relative;
}
.contact-inner h2 {
  font-size: clamp(60px, 6.8vw, 105px);
  margin-bottom: 35px;
}
.contact-inner > .small-note {
  margin-top: 18px;
}
.contact-inner > .eyebrow {
  font-size: 9px;
}
.site-footer {
  padding-block: 50px 20px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 40px;
}
.footer-top > p {
  font-size: 12px;
  color: var(--muted);
}
.footer-top .text-link {
  font-size: 13px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: var(--muted);
}
.footer-bottom nav {
  display: flex;
  gap: 23px;
}
.noscript-note {
  padding: 15px;
  text-align: center;
  background: var(--beige);
  font-size: 12px;
}
.noscript-note a {
  text-decoration: underline;
}
.reveal.is-pending {
  opacity: 0;
  transform: translateY(27px);
}
.reveal {
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease);
}
/* Interior pages share the same material, spacing and interaction language. */
.page-hero {
  padding-block: 65px 80px;
}
.page-hero h1 {
  font-size: clamp(64px, 7vw, 110px);
  max-width: 1000px;
}
.page-hero h1 em {
  color: var(--terra);
}
.page-hero > p:not(.eyebrow) {
  margin-top: 30px;
  color: var(--muted);
  max-width: 560px;
}
.breadcrumb {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 40px;
  display: flex;
  gap: 15px;
}
.gallery-filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-block: 0 35px;
}
.filter-button {
  border: 1px solid var(--line);
  padding: 9px 20px;
  border-radius: 40px;
  font-size: 12px;
  transition:
    background 0.4s var(--ease),
    color 0.4s var(--ease);
}
.filter-button[aria-pressed="true"] {
  background: var(--green);
  color: var(--paper);
  border-color: var(--green);
}
.gallery-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 10px;
  color: var(--muted);
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 35px;
  padding-bottom: 100px;
}
.gallery-card:nth-child(even) {
  padding-top: 75px;
}
.gallery-card[hidden] + .gallery-card {
  padding-top: 0;
}
.gallery-open {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
}
.gallery-card-image {
  height: 430px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  background: var(--beige);
}
.gallery-card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.gallery-open:hover .gallery-card-image > img {
  transform: scale(1.04);
}
.gallery-card:nth-child(3n + 1) .gallery-card-image {
  border-top-right-radius: 100px;
}
.gallery-card .image-link {
  top: auto;
  bottom: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  font-size: 20px;
}
.gallery-card-text {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 19px;
}
.gallery-card h2 {
  font: 30px/1.1 var(--serif);
  letter-spacing: -0.03em;
}
.gallery-card p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 7px;
}
.gallery-card-text > span {
  font-size: 10px;
  margin-top: 6px;
  color: var(--terra);
}
.lightbox {
  padding: 0;
  background: var(--paper);
  color: var(--green);
  border: 0;
  width: min(1120px, 92vw);
  max-width: 92vw;
  max-height: 92dvh;
  border-radius: 5px;
}
.lightbox::backdrop {
  background: rgba(20, 29, 22, 0.87);
  backdrop-filter: blur(8px);
}
.lightbox-inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  min-height: 500px;
}
.lightbox-image {
  width: 100%;
  height: 100%;
  max-height: 80dvh;
  object-fit: contain;
  background: #e6e1d6;
}
.lightbox-copy {
  padding: 75px 32px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox-copy h2 {
  font-size: 42px;
}
.lightbox-copy p {
  font-size: 13px;
  color: var(--muted);
  margin-block: 23px;
}
.lightbox-copy .eyebrow {
  font-size: 9px;
}
.lightbox-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--paper);
  width: 38px;
  height: 38px;
  font-size: 25px;
}
.lightbox-controls {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}
.lightbox-controls span {
  font-size: 10px;
  margin-left: auto;
}
.lightbox-controls button {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.gallery-samples {
  background: var(--green);
  color: var(--paper);
  padding-block: 90px;
}
.gallery-samples .section-heading {
  padding-top: 0;
  margin-bottom: 35px;
}
.gallery-samples .section-heading p:not(.eyebrow) {
  font-size: 13px;
  max-width: 320px;
  color: var(--beige);
}
.materials-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.material-card-surface {
  aspect-ratio: 1.35;
  display: grid;
  place-items: center;
  position: relative;
  background: var(--swatch);
  border-radius: 2px;
  overflow: hidden;
}
.material-card-surface > img {
  max-width: 60px;
  opacity: 0.55;
}
.material-card-surface > img.actual-texture {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 1;
}
.material-card-surface > span {
  position: absolute;
  bottom: 13px;
  left: 16px;
  font-size: 8px;
  color: var(--green);
  background: var(--paper);
  padding: 3px 7px;
}
.material-card h3 {
  margin-top: 15px;
  font-size: 26px;
}
.material-card p {
  font-size: 11px;
  color: var(--beige);
  margin-top: 6px;
}
.material-card a {
  font-size: 11px;
}
.architect-page .page-hero {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 75px;
  align-items: center;
}
.architect-page .page-hero h1 {
  font-size: clamp(65px, 6.5vw, 103px);
}
.architect-page .page-hero .intro-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-block: 27px;
  max-width: 500px;
}
.architect-hero-art {
  position: relative;
  background: var(--blue);
  color: var(--paper);
  min-height: 480px;
  border-radius: 180px 180px 3px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.architect-hero-art > img {
  width: 180px;
  opacity: 0.8;
  position: relative;
}
.blueprint-grid {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0 39px,
      rgba(215, 208, 195, 0.09) 39px 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 39px,
      rgba(215, 208, 195, 0.09) 39px 40px
    );
}
.architect-hero-art > span {
  position: absolute;
  bottom: 40px;
  left: 35px;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.architect-benefits {
  background: #eeebe3;
}
.benefits-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
}
.benefits-layout > div:first-child {
  position: sticky;
  top: 40px;
  align-self: start;
}
.benefit {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
}
.benefit > span {
  font-size: 10px;
  color: var(--terra);
}
.benefit h3 {
  font-size: 30px;
}
.benefit p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 18px;
}
.architect-process .section-heading {
  padding-top: 0;
}
.partner-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 55px;
}
.partner-steps article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.partner-steps span {
  font-size: 10px;
  color: var(--terra);
}
.partner-steps h3 {
  font-size: 25px;
  margin-block: 20px;
}
.partner-steps p {
  font-size: 12px;
  color: var(--muted);
}
.partner-form-section {
  background: var(--blue);
  color: var(--paper);
}
.partner-form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.partner-form-layout > div > p:not(.eyebrow) {
  color: var(--beige);
  margin-top: 27px;
  font-size: 14px;
}
.partner-form {
  display: grid;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.partner-form label {
  display: grid;
  gap: 8px;
  font-size: 11px;
}
.partner-form input,
.partner-form select,
.partner-form textarea {
  color: var(--paper);
  background: rgba(245, 242, 235, 0.045);
  border: 1px solid rgba(215, 208, 195, 0.35);
  border-radius: 2px;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  outline-offset: 3px;
}
.partner-form option {
  background: var(--blue);
}
.partner-form textarea {
  resize: vertical;
  min-height: 90px;
}
.partner-form .small-note {
  color: var(--beige);
}
.partner-form .button {
  width: fit-content;
}
.form-status {
  font-size: 12px;
  color: var(--beige);
}
.room-number,
.look-item > span,
.step summary > span,
.gallery-card-text > span,
.benefit > span,
.partner-steps article > span {
  color: var(--green);
}
.sample-slab-label {
  background: var(--paper);
  color: var(--green);
  padding: 6px 9px;
  border-radius: 1px;
}
.contact-inner > .small-note {
  color: var(--green);
}
@keyframes entry {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menu-entry {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .parallax-frame {
      view-timeline-name: --photo;
      view-timeline-axis: block;
    }
    .parallax-image {
      animation: photo-parallax 1s both;
      animation-timing-function: cubic-bezier(0.3, 0.3, 0.7, 0.7);
      animation-timeline: --photo;
      animation-range: entry 0% exit 100%;
    }
    .hero-photo .parallax-image {
      animation-name: hero-parallax;
    }
    .brand-flow {
      animation: word-drift 1s both;
      animation-timing-function: cubic-bezier(0.3, 0.3, 0.7, 0.7);
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }
  }
}
@keyframes photo-parallax {
  from {
    transform: scale(1.14) translateY(-4%);
  }
  to {
    transform: scale(1.14) translateY(4%);
  }
}
@keyframes hero-parallax {
  from {
    transform: scale(1.13) translateY(-3%);
  }
  to {
    transform: scale(1.13) translateY(5%);
  }
}
@keyframes word-drift {
  from {
    transform: translateX(5%);
  }
  to {
    transform: translateX(-5%);
  }
}
@media (min-width: 1600px) {
  .hero {
    margin-inline: auto;
  }
  .hero-copy {
    padding-left: 16px;
  }
  .hero-visual {
    margin-right: 0;
  }
  .hero-photo {
    min-height: 740px;
  }
  .hero {
    min-height: 760px;
  }
  .hero h1 {
    font-size: 135px;
  }
  .hero-description {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .wrap,
  .site-header {
    width: calc(100% - 80px);
  }
  .site-header {
    gap: 20px;
  }
  .desktop-nav {
    gap: 19px;
    font-size: 11px;
  }
  .brand img {
    width: 160px;
  }
  .header-cta {
    font-size: 11px;
    gap: 10px;
  }
  .hero {
    margin-left: 40px;
    margin-right: 24px;
    gap: 24px;
    min-height: 625px;
  }
  .hero h1 {
    font-size: 100px;
  }
  .hero-star {
    right: -65px;
    font-size: 40px;
  }
  .hero-photo {
    min-height: 610px;
  }
  .hero-copy {
    padding-top: 28px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-actions .small-note {
    display: none;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-visual > figcaption {
    flex-direction: column;
    gap: 0;
  }
  .section {
    padding-block: 95px;
  }
  .room-feature {
    gap: 40px;
  }
  .material-layout,
  .architect-look,
  .process {
    gap: 65px;
  }
  .sample-stage {
    height: 340px;
  }
  .sample-slab {
    width: 200px;
    height: 260px;
    left: 18%;
  }
  .room-image {
    height: 440px;
  }
  .look-visual figure {
    height: 620px;
  }
  .look-copy h2 {
    font-size: 51px;
  }
  .partner-inner {
    grid-template-columns: 0.8fr 1.2fr 1.4fr;
  }
  .partner-inner h2 {
    font-size: 54px;
  }
  .faq {
    gap: 65px;
  }
  .footer-bottom nav {
    gap: 12px;
  }
  .top-note {
    margin: 0 24px;
    padding-inline: 16px;
  }
  .gallery-card-image {
    height: 350px;
  }
}
@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: block;
  }
  .hero h1 {
    font-size: 85px;
  }
  .hero-star {
    right: -55px;
    font-size: 35px;
  }
  .hero {
    min-height: 590px;
  }
  .hero-photo {
    min-height: 560px;
  }
  .hero-description br {
    display: none;
  }
  .hero-description {
    max-width: 310px;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 18px;
  }
  .hero-copy .eyebrow {
    max-width: 220px;
  }
  .room-tabs {
    gap: 22px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .room-feature {
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
  }
  .room-description h3 {
    font-size: 35px;
  }
  .room-image {
    height: 460px;
  }
  .material-layout {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .sample-slab {
    left: 15%;
    width: 170px;
    height: 230px;
  }
  .sample-stage {
    height: 310px;
  }
  .slab-back {
    transform: translate(44px, 13px) rotate(15deg);
  }
  .slab-middle {
    transform: translate(-35px, 12px) rotate(-15deg);
  }
  .sample-stage:hover .slab-back {
    transform: translate(55px, 12px) rotate(18deg);
  }
  .sample-stage:hover .slab-middle {
    transform: translate(-45px, 12px) rotate(-18deg);
  }
  .architect-look {
    gap: 35px;
  }
  .look-visual {
    padding-right: 15px;
  }
  .look-visual figure {
    height: 670px;
  }
  .look-copy h2 {
    font-size: 43px;
  }
  .look-seal {
    padding: 17px;
  }
  .partner-inner {
    grid-template-columns: 1fr 1.2fr;
  }
  .partner-inner > .eyebrow {
    grid-column: 1/-1;
    max-width: none;
    margin: 0;
  }
  .faq {
    gap: 40px;
    grid-template-columns: 1fr 1.4fr;
  }
  .process {
    gap: 45px;
  }
  .step h3 {
    font-size: 24px;
  }
  .step summary {
    gap: 18px;
  }
  .trust-strip {
    gap: 16px;
    font-size: 10px;
  }
  .trust-strip strong {
    font-size: 13px;
  }
  .trust-strip img {
    display: none;
  }
  .essence {
    gap: 30px;
    grid-template-columns: 0.8fr 3fr;
  }
  .essence-columns {
    gap: 30px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .architect-page .page-hero {
    gap: 35px;
    grid-template-columns: 1.3fr 1fr;
  }
  .architect-hero-art {
    min-height: 440px;
  }
  .architect-hero-art > img {
    width: 140px;
  }
  .benefits-layout {
    gap: 45px;
  }
  .partner-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-form-layout {
    gap: 45px;
  }
  .gallery-card-image {
    height: 300px;
  }
  .materials-list {
    gap: 24px;
  }
  .lightbox-inner {
    grid-template-columns: 1.4fr 1fr;
  }
  .lightbox-copy {
    padding-inline: 24px;
  }
  .lightbox-copy h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wrap,
  .site-header {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 72px;
  }
  .top-note {
    margin: 0 20px;
    padding: 9px 0;
    font-size: 8px;
  }
  .top-note > span:nth-child(2) {
    display: none;
  }
  .site-header {
    height: 86px;
    gap: 12px;
  }
  .brand img {
    width: 156px;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 10px 20px 0;
    min-height: 0;
  }
  .hero-copy {
    padding-top: 18px;
  }
  .hero-copy .eyebrow {
    max-width: none;
    font-size: 8px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(79px, 16vw, 112px);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }
  .hero h1 br:nth-child(2) {
    display: initial;
  }
  .hero h1 em {
    display: inline;
  }
  .hero-star {
    right: -50px;
    bottom: 13px;
    font-size: 34px;
  }
  .hero-description {
    font-size: 14px;
    margin-top: 26px;
    max-width: 355px;
  }
  .hero-actions {
    margin-top: 25px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 51px;
    gap: 30px;
  }
  .hero-actions .small-note {
    display: block;
    font-size: 9px;
  }
  .explore-link {
    display: none;
  }
  .hero-visual {
    height: 450px;
    margin-top: 4px;
  }
  .hero-photo {
    min-height: 0;
    height: 100%;
    border-radius: 120px 3px 3px 3px;
  }
  .hero-photo img {
    object-position: 46% center;
  }
  .hero-visual > figcaption {
    flex-direction: row;
    align-items: baseline;
    font-size: 8px;
    gap: 12px;
    line-height: 1.5;
  }
  .hero-visual > figcaption span:last-child {
    font-size: 7px;
    max-width: 175px;
    text-align: right;
  }
  .hero-photo-tag {
    font-size: 7px;
    right: 14px;
  }
  .trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    margin-top: 35px;
    padding-block: 23px;
    font-size: 10px;
  }
  .trust-strip strong {
    font-size: 13px;
  }
  .trust-strip span:last-child {
    font-size: 11px;
  }
  .essence {
    display: block;
  }
  .section-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .section-side .eyebrow {
    margin: 0;
  }
  .essence-symbol {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .statement {
    font-size: clamp(40px, 8.6vw, 58px);
    line-height: 1.04;
  }
  .essence-columns {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 28px 0 22px;
    font-size: 13px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 22px;
  }
  h2 {
    font-size: 48px;
  }
  .section-heading {
    display: block;
    padding-top: 0;
  }
  .section-heading .text-link {
    margin-top: 24px;
  }
  .room-tabs {
    margin-top: 25px;
    width: calc(100% - 20px);
    margin-left: 20px;
    padding-right: 20px;
    gap: 25px;
  }
  .room-tabs button {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .room-tabs sup {
    font-size: 8px;
    margin-left: 5px;
  }
  .room-feature {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 25px;
  }
  .room-image {
    height: 350px;
    border-bottom-right-radius: 60px;
  }
  .room-description {
    padding-inline: 3px;
  }
  .room-description h3 {
    font-size: 36px;
    margin: 12px 0 17px;
  }
  .room-description h3 br {
    display: none;
  }
  .room-description > p {
    font-size: 13px;
    max-width: 500px;
  }
  .detail-list {
    margin: 18px 0;
  }
  .room-description .text-link {
    margin-top: 0;
  }
  .material-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .material-copy h2 {
    font-size: 57px;
  }
  .material-copy > p:not(.eyebrow) {
    max-width: 440px;
    font-size: 13px;
  }
  .duratex-sign {
    margin-block: 27px;
  }
  .sample-studio {
    max-width: 440px;
    width: 100%;
    margin: auto;
  }
  .sample-stage {
    height: 345px;
    margin-bottom: 25px;
  }
  .sample-slab {
    width: 200px;
    height: 255px;
    left: calc(50% - 100px);
  }
  .slab-back {
    transform: translate(50px, 13px) rotate(18deg);
  }
  .slab-middle {
    transform: translate(-45px, 12px) rotate(-15deg);
  }
  .sample-info h3 {
    font-size: 31px;
  }
  .swatches {
    gap: 14px;
  }
  .swatch {
    width: 37px;
    height: 37px;
  }
  .quality-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 35px;
    padding-top: 30px;
  }
  .quality-grid article {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 0 15px;
  }
  .quality-grid article > span {
    grid-row: 1/3;
    padding-top: 4px;
  }
  .quality-grid h3 {
    margin: 0 0 12px;
    font-size: 25px;
  }
  .quality-grid p {
    grid-column: 2;
    max-width: 450px;
  }
  .architect-look {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .look-visual {
    padding: 0 20px 23px 0;
  }
  .look-visual figure {
    height: 470px;
    border-top-right-radius: 130px;
  }
  .look-seal {
    padding: 18px;
    font-size: 20px;
  }
  .look-copy h2 {
    font-size: 48px;
  }
  .look-copy > p:not(.eyebrow) {
    font-size: 13px;
    margin-block: 25px;
  }
  .brand-interlude {
    padding-block: 22px;
  }
  .brand-flow {
    gap: 27px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .brand-flow span {
    font-size: 65px;
  }
  .brand-flow img {
    width: 28px;
    height: 28px;
  }
  .process {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .process-intro h2 {
    font-size: 47px;
  }
  .process-numbers {
    gap: 45px;
  }
  .process-numbers strong {
    font-size: 49px;
  }
  .footnote {
    max-width: 420px;
  }
  .step h3 {
    font-size: 27px;
  }
  .step summary {
    padding-block: 24px;
  }
  .step-content {
    padding-left: 35px;
    font-size: 12px;
  }
  .partner-banner {
    padding-block: 60px;
  }
  .partner-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .partner-inner h2 {
    font-size: 59px;
  }
  .partner-inner > div > p {
    font-size: 13px;
  }
  .partner-inner > .eyebrow {
    margin-bottom: 0;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 21px;
  }
  .faq-list details > p {
    font-size: 12px;
  }
  .contact-inner {
    padding-block: 70px;
  }
  .contact-inner h2 {
    font-size: 61px;
  }
  .contact-pattern {
    inset: 0 0 0 64%;
    opacity: 0.3;
  }
  .contact-inner > .eyebrow {
    max-width: 240px;
    font-size: 8px;
  }
  .contact-inner .small-note {
    font-size: 10px;
  }
  .site-footer {
    padding-top: 36px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-bottom: 30px;
  }
  .footer-top img {
    width: 180px;
  }
  .footer-top p {
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 13px;
    font-size: 9px;
  }
  .footer-bottom nav {
    gap: 25px;
  }
  .page-hero {
    padding-block: 40px 50px;
  }
  .page-hero h1 {
    font-size: 61px;
  }
  .page-hero > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 25px;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
  .gallery-filters {
    gap: 8px;
  }
  .filter-button {
    padding: 8px 14px;
    font-size: 11px;
  }
  .gallery-meta {
    font-size: 9px;
  }
  .gallery-meta > span:last-child {
    max-width: 175px;
    text-align: right;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 70px;
  }
  .gallery-card:nth-child(even) {
    padding-top: 0;
  }
  .gallery-card-image {
    height: 360px;
  }
  .gallery-card h2 {
    font-size: 29px;
  }
  .gallery-card p {
    font-size: 10px;
  }
  .gallery-card:nth-child(3n + 1) .gallery-card-image {
    border-top-right-radius: 80px;
  }
  .lightbox {
    width: 94vw;
    max-width: 94vw;
    max-height: 93dvh;
  }
  .lightbox-inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .lightbox-image {
    height: 38dvh;
    max-height: none;
    object-fit: contain;
  }
  .lightbox-copy {
    padding: 24px;
  }
  .lightbox-copy h2 {
    font-size: 34px;
  }
  .lightbox-copy .eyebrow {
    margin-bottom: 14px;
  }
  .lightbox-copy p {
    font-size: 12px;
    margin-block: 17px;
  }
  .lightbox-controls {
    margin-top: 20px;
  }
  .lightbox-close {
    border: 0;
    box-shadow: 0 0 0 1px var(--line);
  }
  .gallery-samples {
    padding-block: 70px;
  }
  .gallery-samples .section-heading > p {
    margin-top: 25px;
  }
  .materials-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
  .material-card h3 {
    font-size: 24px;
  }
  .material-card-surface {
    aspect-ratio: 0.9;
  }
  .material-card-surface > span {
    font-size: 7px;
    left: 8px;
    bottom: 8px;
  }
  .material-card p {
    font-size: 9px;
  }
  .material-card a {
    font-size: 10px;
  }
  .architect-page .page-hero {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .architect-page .page-hero h1 {
    font-size: 65px;
  }
  .architect-page .page-hero .intro-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .architect-hero-art {
    min-height: 340px;
    border-radius: 150px 150px 3px 3px;
  }
  .architect-hero-art > img {
    width: 145px;
  }
  .architect-hero-art > span {
    font-size: 8px;
  }
  .benefits-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .benefits-layout > div:first-child {
    position: static;
  }
  .benefit {
    gap: 12px;
  }
  .benefit h3 {
    font-size: 28px;
  }
  .benefit p {
    font-size: 13px;
  }
  .partner-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 35px;
  }
  .partner-steps article {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 0 12px;
    padding-top: 20px;
  }
  .partner-steps h3 {
    margin: 0 0 15px;
  }
  .partner-steps p {
    grid-column: 2;
  }
  .partner-form-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .partner-form-layout > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .partner-form input,
  .partner-form select,
  .partner-form textarea {
    font-size: 16px;
  }
  .menu-dialog {
    padding-top: 35px;
  }
  .menu-brand {
    width: 175px;
    margin-top: 10px;
  }
  .menu-contact {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .hero h1 {
    font-size: 75px;
  }
  .hero-star {
    right: 0;
    font-size: 27px;
  }
  .hero-actions .small-note {
    display: none;
  }
  .hero-visual {
    height: 390px;
  }
  .hero-description {
    font-size: 13px;
  }
  .sample-slab {
    width: 180px;
    height: 240px;
    left: calc(50% - 90px);
  }
  .swatches {
    gap: 9px;
  }
  .contact-inner h2 {
    font-size: 53px;
  }
  .gallery-card-image {
    height: 310px;
  }
  .menu-contact {
    max-width: 250px;
  }
  .trust-strip {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal.is-pending {
    opacity: 1;
    transform: none;
  }
  .parallax-image,
  .brand-flow {
    transform: none !important;
  }
  .sample-stage:hover .slab-front {
    transform: rotate(-3deg);
  }
  .sample-stage:hover .slab-back {
    transform: translate(44px, 13px) rotate(15deg);
  }
  .sample-stage:hover .slab-middle {
    transform: translate(-35px, 12px) rotate(-15deg);
  }
}
@media print {
  .site-header,
  .top-note,
  .menu-dialog,
  .button,
  .gallery-filters,
  .contact-section,
  .partner-form-section {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .section {
    padding-block: 30px;
  }
  .hero {
    margin: 0;
    min-height: 0;
  }
  .reveal.is-pending {
    opacity: 1;
    transform: none;
  }
  .materials,
  .partner-banner {
    background: white;
    color: black;
  }
  .materials p,
  .materials .eyebrow {
    color: black;
  }
  .parallax-image {
    animation: none !important;
    transform: none !important;
  }
}
