* { box-sizing: border-box; }

:root {
  --ink: #17130f;
  --cream: #f3ede3;
  --cream2: #e8dfd1;
  --oak: #9b6744;
  --oak-dark: #5e3927;
  --gold: #c89c5a;
  --muted: #787066;
  --line: rgba(23,19,15,.15);
  --max: 1500px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
}

a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }

.concept-bar {
  padding: 8px 18px;
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.site-header {
  min-height: 84px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(243,237,227,.95);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border: 1.5px solid var(--ink);
  display: grid;
  place-items: center;
  font-family: "Libre Caslon Display", serif;
  font-size: 23px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-size: 15px;
  letter-spacing: .12em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

nav { display: flex; gap: 28px; }
nav a { font-size: 12px; font-weight: 600; }

.header-call {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.hero {
  max-width: var(--max);
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
}

.hero-copy {
  padding: clamp(72px, 8vw, 120px) clamp(28px, 6vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

h1, h2 {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
}

h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: clamp(58px, 6.3vw, 98px);
  line-height: .91;
  letter-spacing: -.035em;
}

h1 em {
  display: block;
  color: var(--oak);
  font-weight: 400;
}

.hero-text {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

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

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.subtle-link,
.light-link {
  font-size: 12px;
  font-weight: 700;
}

.subtle-link span,
.light-link span { margin-left: 6px; }

.hero-proof {
  margin-top: 56px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.hero-proof div {
  padding-right: 18px;
  display: flex;
  flex-direction: column;
}

.hero-proof strong {
  font-family: "Libre Caslon Display", serif;
  font-size: 30px;
  font-weight: 400;
}

.hero-proof span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.hero-art {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  background: #b58461;
}

.floor {
  position: absolute;
  inset: -20%;
  background:
    repeating-linear-gradient(
      95deg,
      rgba(255,255,255,.03) 0 3px,
      rgba(0,0,0,.08) 3px 5px,
      transparent 5px 94px,
      rgba(25,15,8,.22) 94px 97px
    ),
    linear-gradient(135deg, #b6815e, #8a593b);
}

.floor::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 105px,
      rgba(38,23,13,.28) 105px 108px
    );
}

.floor-back {
  transform: perspective(700px) rotateX(58deg) rotateZ(-8deg) scale(1.35);
  transform-origin: center bottom;
  opacity: .86;
}

.floor-front {
  top: 54%;
  left: -22%;
  right: -22%;
  bottom: -35%;
  transform: rotate(-6deg);
  box-shadow: 0 -24px 80px rgba(0,0,0,.23);
}

.material-tag {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  padding: 18px 20px;
  background: rgba(243,237,227,.96);
  border: 1px solid rgba(23,19,15,.14);
}

.material-tag span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 9px;
}

.material-tag strong {
  letter-spacing: .08em;
  font-size: 13px;
}

.tag-one { left: 8%; top: 13%; }
.tag-two { right: 7%; top: 43%; }
.tag-three { left: 18%; bottom: 11%; }

.material-strip {
  max-width: var(--max);
  min-height: 52px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  overflow: hidden;
  white-space: nowrap;
  background: var(--oak-dark);
  color: var(--cream);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.material-strip i {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: var(--gold);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 8vw, 120px) clamp(24px, 6vw, 92px);
}

.section-heading {
  margin-bottom: 46px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2,
.craft h2,
.review-heading h2,
.cta h2 {
  margin-bottom: 0;
  font-size: clamp(43px, 5vw, 72px);
  line-height: .98;
}

.section-heading > p {
  max-width: 380px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 220px;
  padding: 30px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: end;
  gap: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article > span {
  align-self: start;
  color: var(--muted);
  font-size: 10px;
}

.service-grid h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.service-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.craft {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.craft-copy {
  padding: clamp(48px, 6vw, 82px);
  background: var(--oak-dark);
  color: var(--cream);
}

.light { color: var(--gold); }

.craft-copy .lead {
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.5;
}

.craft-copy > p:not(.eyebrow):not(.lead) {
  color: rgba(243,237,227,.64);
  line-height: 1.7;
}

.light-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
}

.craft-details {
  border: 1px solid var(--line);
  border-left: 0;
}

.craft-details > div {
  min-height: 170px;
  padding: 30px 38px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.craft-details > div:last-child { border-bottom: 0; }

.craft-details > div > span {
  align-self: start;
  color: var(--muted);
  font-size: 10px;
}

.craft-details h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.craft-details p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.compact { margin-bottom: 34px; }

.floor-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.showcase-panel {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  position: relative;
  overflow: hidden;
}

.showcase-panel::before {
  content: "";
  position: absolute;
  inset: -20%;
  opacity: .65;
  background:
    repeating-linear-gradient(
      95deg,
      rgba(255,255,255,.03) 0 2px,
      rgba(0,0,0,.16) 2px 4px,
      transparent 4px 68px,
      rgba(0,0,0,.22) 68px 71px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 82px,
      rgba(0,0,0,.28) 82px 84px
    );
  transform: rotate(-7deg);
}

.dark-oak { background: #503020; }
.natural { background: #aa7955; }
.walnut { background: #2f241f; }

.showcase-panel span,
.showcase-panel strong,
.showcase-panel small { position: relative; z-index: 2; }

.showcase-panel span {
  margin-bottom: auto;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.showcase-panel strong {
  font-family: "Libre Caslon Display", serif;
  font-size: 38px;
  font-weight: 400;
}

.showcase-panel small {
  margin-top: 6px;
  color: rgba(255,255,255,.65);
}

.reviews { background: var(--cream2); }

.review-heading {
  margin-bottom: 36px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.score { text-align: right; }

.score strong {
  display: block;
  font-family: "Libre Caslon Display", serif;
  font-size: 56px;
  font-weight: 400;
}

.score span {
  color: var(--muted);
  font-size: 11px;
}

.review-grid {
  display: grid;
  grid-template-columns: 1.5fr .75fr .75fr;
  gap: 14px;
}

.review-grid article {
  min-height: 270px;
  padding: 30px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.review-grid .featured-review {
  background: var(--oak-dark);
  color: var(--cream);
}

.stars {
  margin-bottom: auto;
  color: var(--gold);
  letter-spacing: .14em;
}

.featured-review p {
  margin-bottom: 14px;
  font-family: "Libre Caslon Display", serif;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.22;
}

.featured-review small { color: rgba(243,237,227,.55); }

.review-grid article:not(.featured-review) strong {
  margin-bottom: auto;
  font-size: 13px;
  letter-spacing: .12em;
}

.review-grid article:not(.featured-review) p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.source-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  background: var(--gold);
}

.cta > div > p:last-child {
  max-width: 560px;
  margin-top: 16px;
  margin-bottom: 0;
}

.cta-actions {
  min-width: 280px;
  display: grid;
  gap: 10px;
}

.light-button {
  background: var(--cream);
  color: var(--ink);
}

.outline-button {
  background: transparent;
  color: var(--ink);
}

footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px clamp(24px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--ink);
  color: var(--cream);
}

.footer-brand .brand-mark {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-brand .brand-copy small { color: rgba(243,237,227,.5); }

footer p {
  margin: 0;
  color: rgba(243,237,227,.5);
  font-size: 10px;
}

.mobile-cta { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 460px; }
  .craft { grid-template-columns: 1fr; }
  .craft-details { border-left: 1px solid var(--line); border-top: 0; }
  .floor-showcase { grid-template-columns: 1fr 1fr; }
  .showcase-panel:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }

  .concept-bar {
    padding: 7px 12px;
    font-size: 8px;
    line-height: 1.4;
  }

  .site-header {
    min-height: 70px;
    padding: 0 18px;
  }

  .header-call { display: none; }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 7px; }

  .hero-copy { padding: 52px 24px 40px; }

  h1 {
    font-size: clamp(51px, 13vw, 62px);
    line-height: .92;
  }

  .hero-text {
    font-size: 17px;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-actions .button { width: 100%; }

  .hero-proof {
    margin-top: 38px;
  }

  .hero-proof strong { font-size: 26px; }
  .hero-proof span { font-size: 9px; }

  .hero-art { min-height: 370px; }

  .material-tag {
    min-width: 0;
    width: 43%;
    padding: 15px;
  }

  .material-tag span { margin-bottom: 13px; }

  .tag-one { left: 5%; top: 10%; }
  .tag-two { right: 5%; top: 41%; }
  .tag-three { left: 12%; bottom: 7%; }

  .material-strip {
    justify-content: flex-start;
    font-size: 10px;
  }

  .section { padding: 56px 24px; }

  .section-heading {
    margin-bottom: 30px;
    display: block;
  }

  .section-heading h2,
  .craft h2,
  .review-heading h2 {
    font-size: clamp(39px, 10.5vw, 50px);
  }

  .section-heading > p {
    margin-top: 18px;
  }

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

  .service-grid article {
    min-height: auto;
    padding: 24px 22px;
    grid-template-columns: 35px 1fr;
    align-items: start;
  }

  .service-grid h3 { font-size: 21px; }

  .craft { padding-top: 0; padding-bottom: 0; }

  .craft-copy { padding: 48px 26px; }

  .craft-copy .lead { font-size: 18px; }

  .craft-details > div {
    min-height: auto;
    padding: 24px 22px;
    grid-template-columns: 35px 1fr;
    align-items: start;
  }

  .floor-showcase { grid-template-columns: 1fr; }

  .showcase-panel:last-child { grid-column: auto; }

  .showcase-panel { min-height: 210px; }

  .review-heading { display: block; }

  .score {
    margin-top: 18px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    text-align: left;
  }

  .score strong { font-size: 44px; }

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

  .review-grid article { min-height: 190px; }

  .featured-review p { font-size: 25px; }

  .cta {
    align-items: stretch;
    flex-direction: column;
    gap: 32px;
  }

  .cta h2 { font-size: clamp(42px, 11vw, 54px); }

  .cta-actions { min-width: 0; width: 100%; }

  footer {
    padding-bottom: 34px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-cta {
    height: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    box-shadow: 0 -8px 24px rgba(0,0,0,.18);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1.5px solid var(--ink);
    background: var(--cream);
    font-size: 11px;
    font-weight: 700;
  }

  .mobile-cta a:last-child {
    border-left: 1.5px solid var(--ink);
    background: var(--gold);
  }

  .mobile-cta small {
    margin-bottom: 3px;
    font-size: 8px;
    letter-spacing: .12em;
  }
}


/* FINAL MOBILE / CARD FIX */
.service-grid article > h3,
.service-grid article > p {
  grid-column: 2;
}

.service-grid article > span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

@media (max-width: 680px) {
  .service-grid article {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .service-grid article > span {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .service-grid article > h3,
  .service-grid article > p {
    grid-column: 2;
  }

  .service-grid article > h3 {
    margin-top: 0;
  }

  .service-grid article > p {
    width: 100%;
    max-width: none;
  }
}
