:root {
  --bg: #efeee9;
  --paper: #faf9f5;
  --ink: #2e312f;
  --muted: #72756f;
  --line: #d3d3cc;
  --stone: #c9bda9;
  --oak: #c9ad86;
  --steel: #989d9b;
  --olive: #6f7569;
  --deep: #313633;
  --sand: #ded3c4;
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.label {
  display: inline-block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.label-light { color: #c9d0cb; }

.site-header {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  background: rgba(239,238,233,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.desktop-nav {
  display: flex;
  gap: 22px;
  font-size: 10px;
  font-weight: 700;
}

.header-cta {
  justify-self: end;
  padding: 10px 14px;
  border: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 800;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: var(--deep);
  color: white;
  border: 1px solid var(--deep);
  font-size: 10px;
  font-weight: 800;
}

.button-light {
  background: white;
  color: var(--deep);
  border-color: white;
}

.text-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
}

.material-ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.material-ticker span {
  padding: 10px 18px;
  border-right: 1px solid var(--line);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.monolith-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  background: var(--paper);
}

.hero-copy {
  padding: 90px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1,
.material-system-title h2,
.lane-heading h2,
.architecture-copy h2,
.pairing-title h2,
.room-sections-head h2,
.journal-home h2,
.faq-section h2,
.final-cta h2,
.page-hero h1,
.product-copy h1,
.collection-detail-hero h1,
.room-detail-hero h1,
.about-page h1,
.contact-head h1 {
  margin: 0;
  font-weight: 650;
  line-height: .94;
  letter-spacing: -.05em;
}

.hero-copy h1 {
  margin-top: 14px;
  font-size: clamp(68px, 7vw, 110px);
}

.hero-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 17px;
  margin-top: 24px;
}

.hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 32px;
}

.hero-visual {
  display: grid;
  grid-template-columns: 1fr 92px;
  min-height: 760px;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-index {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  background: var(--deep);
  color: white;
}

.hero-index > * {
  display: grid;
  place-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.hero-index span {
  color: #aeb5b0;
  font-size: 8px;
}

.hero-index strong {
  font-size: 10px;
  letter-spacing: .1em;
}

.material-system {
  padding: 105px 6vw;
}

.material-system-title {
  max-width: 820px;
  margin-bottom: 54px;
}

.material-system-title h2,
.lane-heading h2,
.architecture-copy h2,
.pairing-title h2,
.room-sections-head h2,
.journal-home h2,
.faq-section h2 {
  margin-top: 12px;
  font-size: clamp(48px, 5vw, 74px);
}

.material-system-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.material-system-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.material-system-card > div {
  padding-top: 12px;
}

.material-system-card span {
  color: var(--olive);
  font-size: 8px;
}

.material-system-card h3 {
  margin: 7px 0;
  font-size: 26px;
}

.material-system-card strong,
.material-system-card small {
  display: block;
}

.material-system-card strong {
  color: var(--deep);
}

.material-system-card small {
  color: var(--muted);
}

.mat-1 { grid-column: 1 / span 5; }
.mat-2 { grid-column: 7 / span 6; margin-top: 90px; }
.mat-3 { grid-column: 2 / span 4; margin-top: 40px; }
.mat-4 { grid-column: 8 / span 4; margin-top: 130px; }

.signature-lane {
  background: var(--deep);
  color: white;
  padding: 85px 0 0;
}

.lane-heading {
  max-width: 760px;
  padding: 0 5vw 40px;
}

.lane-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(240px, 1fr));
  overflow-x: auto;
  border-top: 1px solid rgba(255,255,255,.14);
}

.lane-row a {
  min-width: 240px;
  padding: 14px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.lane-row img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.lane-row span {
  display: block;
  margin-top: 12px;
  color: #c7b79f;
  font-size: 8px;
}

.lane-row h3 {
  margin: 7px 0;
  font-size: 22px;
}

.lane-row small {
  color: #b7bdb9;
}

.architecture-band {
  min-height: 680px;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  background: var(--stone);
}

.architecture-copy {
  padding: 78px 5vw;
  align-self: center;
}

.architecture-copy p {
  color: #625e56;
}

.architecture-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pairing-matrix {
  display: grid;
  grid-template-columns: .55fr .95fr .7fr;
  min-height: 700px;
  background: var(--paper);
}

.pairing-title {
  padding: 74px 4vw;
  align-self: center;
}

.pairing-visual {
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.pairing-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pairing-list {
  padding: 52px 28px;
  align-self: center;
}

.pairing-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.pairing-list span {
  color: var(--olive);
  font-size: 8px;
}

.pairing-list p {
  grid-column: 2;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.collection-planes {
  padding: 100px 6vw;
  display: grid;
  gap: 90px;
}

.collection-plane {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 54px;
  align-items: center;
}

.cp-2 {
  grid-template-columns: .85fr 1.15fr;
}

.cp-2 img {
  order: 2;
}

.collection-plane img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.collection-plane span {
  color: var(--olive);
  font-size: 8px;
}

.collection-plane h2 {
  margin: 10px 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.04em;
}

.collection-plane p {
  color: var(--muted);
}

.room-sections {
  background: #d9dcd8;
  padding: 100px 6vw;
}

.room-sections-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.room-section-list {
  border-top: 1px solid var(--ink);
}

.room-row {
  display: grid;
  grid-template-columns: 70px .9fr 1.1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(46,49,47,.16);
}

.room-row > span {
  color: var(--olive);
  font-size: 9px;
}

.room-row small {
  color: var(--muted);
}

.room-row h3 {
  margin: 6px 0;
  font-size: 30px;
}

.room-row p {
  margin: 0;
  color: var(--muted);
}

.room-row img {
  width: 100%;
  aspect-ratio: 16/8;
  object-fit: cover;
}

.principle-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--sand);
}

.principle-strip article {
  min-height: 300px;
  padding: 24px;
  border-right: 1px solid rgba(46,49,47,.14);
}

.principle-strip article:last-child { border-right: 0; }

.principle-strip span {
  color: var(--olive);
  font-size: 9px;
}

.principle-strip h3 {
  margin: 90px 0 8px;
  font-size: 24px;
}

.principle-strip p {
  color: #68645e;
  font-size: 12px;
}

.journal-home {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 54px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
}

.journal-list {
  border-top: 1px solid var(--ink);
}

.journal-list a {
  display: grid;
  grid-template-columns: 110px 1fr 70px;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.journal-list span,
.journal-list small {
  color: var(--muted);
  font-size: 9px;
}

.journal-list strong {
  font-size: 18px;
}

.faq-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  padding: 90px 7vw;
  background: var(--oak);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(46,49,47,.16);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { color: #665744; }

.final-cta {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  padding: 90px 7vw;
  background: var(--deep);
  color: white;
}

.final-cta h2 {
  margin-top: 12px;
  font-size: clamp(50px, 5.6vw, 82px);
}

.final-cta p {
  color: #c7ccc8;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 104px 54px 84px;
}

.page-hero h1 {
  margin-top: 14px;
  max-width: 1080px;
  font-size: clamp(62px, 7vw, 106px);
}

.products-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 18px;
}

.product-card:nth-child(4n+2),
.product-card:nth-child(4n+4) {
  margin-top: 60px;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.product-card span {
  display: block;
  margin-top: 12px;
  color: var(--olive);
  font-size: 8px;
}

.product-card h2 {
  margin: 7px 0;
  font-size: 24px;
}

.product-card p {
  color: var(--muted);
  margin: 0 0 3px;
}

.product-card small { color: var(--muted); }

.product-detail {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}

.product-detail > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.product-copy {
  padding: 82px 6vw;
  align-self: center;
}

.product-copy h1 {
  margin-top: 12px;
  font-size: clamp(64px, 7vw, 106px);
}

.product-copy .price {
  color: var(--olive);
  font-size: 19px;
}

.product-copy > p:not(.price) {
  color: var(--muted);
}

.product-copy blockquote {
  margin: 28px 0;
  padding: 18px 0 18px 18px;
  border-left: 3px solid var(--stone);
  color: #67645f;
  font-size: 17px;
}

.specs {
  margin: 28px 0 20px;
  border-top: 1px solid var(--ink);
}

.specs div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.specs span {
  color: var(--muted);
  font-size: 9px;
}

.product-copy > small {
  display: block;
  color: var(--muted);
  margin-bottom: 24px;
}

.collections-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
}

.cpc-2 { margin-top: 110px; }

.collection-page-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.collection-page-card span {
  display: block;
  margin-top: 12px;
  color: var(--olive);
  font-size: 8px;
}

.collection-page-card h2 {
  margin: 8px 0;
  font-size: 46px;
}

.collection-page-card p {
  color: var(--muted);
}

.collection-detail-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
}

.collection-detail-hero > div {
  padding: 82px 6vw;
  align-self: center;
}

.collection-detail-hero h1 {
  margin-top: 12px;
  font-size: clamp(62px, 7vw, 104px);
}

.collection-detail-hero p { color: var(--muted); }

.collection-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-products {
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 54px 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.collection-products a:nth-child(even) { margin-top: 90px; }

.collection-products img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.collection-products span {
  display: block;
  margin-top: 12px;
  color: var(--olive);
  font-size: 8px;
}

.collection-products h2 {
  margin: 7px 0;
  font-size: 32px;
}

.collection-products p { color: var(--muted); }

.material-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
}

.material-page-card {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 46px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--ink);
}

.mpc-2,
.mpc-4 {
  grid-template-columns: .85fr 1.15fr;
}

.mpc-2 img,
.mpc-4 img {
  order: 2;
}

.material-page-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.material-page-card span {
  color: var(--olive);
  font-size: 8px;
}

.material-page-card h2 {
  margin: 8px 0;
  font-size: 46px;
}

.material-page-card strong,
.material-page-card small {
  display: block;
}

.material-page-card small {
  color: var(--muted);
  margin: 5px 0 12px;
}

.material-page-card p { color: var(--muted); }

.rooms-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
}

.room-page-card {
  display: grid;
  grid-template-columns: 70px 1.15fr .85fr;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--ink);
}

.room-page-card > span {
  color: var(--olive);
  font-size: 9px;
}

.room-page-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.room-page-card h2 {
  margin: 6px 0;
  font-size: 38px;
}

.room-page-card p { color: var(--muted); }

.room-detail-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
}

.room-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-detail-hero > div {
  padding: 82px 6vw;
  align-self: center;
}

.room-detail-hero h1 {
  margin-top: 12px;
  font-size: clamp(62px, 7vw, 104px);
}

.room-detail-hero p { color: var(--muted); }

.room-products {
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px 54px 110px;
  border-top: 1px solid var(--ink);
}

.room-products a {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.room-products span {
  color: var(--olive);
  font-size: 8px;
}

.room-products small { color: var(--muted); }

.journal-page-list {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 110px;
}

.journal-page-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--ink);
}

.journal-page-list article > span {
  color: var(--olive);
  font-size: 9px;
}

.journal-page-list h2 {
  margin: 8px 0;
  font-size: 34px;
}

.journal-page-list p { color: var(--muted); }

.article-detail {
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 36px 116px;
}

.article-detail h1 {
  margin: 16px 0 24px;
  font-size: clamp(56px, 6.5vw, 92px);
  line-height: .98;
  letter-spacing: -.04em;
}

.article-detail .lead {
  color: var(--muted);
  font-size: 20px;
}

.article-body {
  max-width: 720px;
  margin-top: 60px;
}

.article-body p {
  font-size: 17px;
  margin-bottom: 26px;
}

.about-page {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
}

.about-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page > div {
  padding: 82px 6vw;
  align-self: center;
}

.about-page h1 {
  margin-top: 12px;
  font-size: clamp(62px, 7vw, 104px);
}

.about-page p { color: var(--muted); }

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

.about-principles article {
  min-height: 300px;
  padding: 24px;
  background: var(--paper);
  border-right: 1px solid var(--line);
}

.about-principles article:last-child { border-right: 0; }

.about-principles span {
  color: var(--olive);
  font-size: 9px;
}

.about-principles h2 {
  margin: 80px 0 8px;
  font-size: 24px;
}

.about-principles p { color: var(--muted); }

.contact-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 54px;
}

.contact-head {
  max-width: 920px;
}

.contact-head h1 {
  margin-top: 12px;
  font-size: clamp(64px, 7vw, 108px);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
}

.contact-grid article {
  min-height: 200px;
  padding: 20px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-grid span {
  color: var(--olive);
  font-size: 9px;
}

.contact-grid strong {
  display: block;
  margin-top: 80px;
}

.contact-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 32px;
}

.contact-bottom p { color: var(--muted); }

.footer {
  background: var(--deep);
  color: white;
  padding: 58px 5vw 20px;
}

.footer-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.footer-title > span {
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 650;
  letter-spacing: -.05em;
}

.footer-title p {
  max-width: 420px;
  color: #c3cac5;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  padding-top: 28px;
}

.footer p { color: #c3cac5; }

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
  color: #e0e3e1;
  font-size: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #7d847f;
  font-size: 8px;
}

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }

  .monolith-hero,
  .architecture-band,
  .pairing-matrix,
  .collection-plane,
  .cp-2,
  .journal-home,
  .faq-section,
  .final-cta,
  .product-detail,
  .collection-detail-hero,
  .room-detail-hero,
  .about-page {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .hero-index {
    display: none;
  }

  .material-system-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .material-system-card:nth-child(n) {
    grid-column: auto;
    margin-top: 0;
  }

  .cp-2 img { order: 0; }

  .room-row {
    grid-template-columns: 60px 1fr;
  }

  .room-row img {
    grid-column: 2;
  }

  .principle-strip,
  .about-principles,
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-page {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:nth-child(n) { margin-top: 0; }

  .collections-page,
  .collection-products {
    grid-template-columns: 1fr;
  }

  .cpc-2,
  .collection-products a:nth-child(even) {
    margin-top: 0;
  }

  .material-page-card,
  .mpc-2,
  .mpc-4,
  .room-page-card {
    grid-template-columns: 1fr;
  }

  .mpc-2 img,
  .mpc-4 img {
    order: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .brand span { display: none; }
  .header-cta { font-size: 8px; }

  .material-ticker {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-copy {
    padding: 68px 22px;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .material-system,
  .collection-planes,
  .room-sections,
  .journal-home,
  .page-hero,
  .products-page,
  .collections-page,
  .collection-products,
  .material-page,
  .rooms-page,
  .room-products,
  .journal-page-list,
  .contact-page {
    padding-left: 22px;
    padding-right: 22px;
  }

  .material-system-grid,
  .products-page,
  .principle-strip,
  .about-principles,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .room-row {
    grid-template-columns: 1fr;
  }

  .room-row img {
    grid-column: auto;
  }

  .contact-bottom,
  .footer-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-detail {
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
