:root {
  --ink: #18211d;
  --muted: #68716b;
  --paper: #fbfaf6;
  --linen: #f1eee6;
  --sage: #5b7553;
  --clay: #b6815b;
  --blue: #2c3e50;
  --gold: #c8a45c;
  --line: rgba(31, 37, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

img {
  display: block;
  width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.announcement {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  padding: 9px 18px;
  background: #111513;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  position: fixed;
  z-index: 20;
  inset: 34px 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(20px, 5vw, 72px);
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 24, 22, 0.8), rgba(20, 24, 22, 0.36), rgba(20, 24, 22, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 150px clamp(22px, 6vw, 84px) 160px;
  color: white;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.eyebrow.dark {
  color: var(--blue);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  font-size: clamp(50px, 9vw, 116px);
  line-height: 1;
}

.hero p.lede {
  max-width: 660px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.primary {
  background: white;
  color: var(--ink);
  border-color: white;
}

.dark-button {
  background: var(--ink) !important;
  color: white !important;
  border-color: var(--ink) !important;
}

.hero-stats {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.stat {
  padding: 18px clamp(18px, 4vw, 42px);
  background: rgba(251, 250, 246, 0.94);
}

.stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  padding: 1px;
}

.trust-bar div {
  padding: 24px clamp(20px, 4vw, 46px);
  background: white;
}

.trust-bar strong,
.trust-bar span {
  display: block;
}

.trust-bar strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.trust-bar span {
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: clamp(72px, 9vw, 118px) clamp(22px, 6vw, 84px);
}

.section-head {
  max-width: 920px;
  margin-bottom: 40px;
}

.split-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  max-width: none;
  align-items: end;
}

.section-head h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.06;
}

.section-head p {
  margin: 16px 0 0;
  max-width: 660px;
  color: var(--muted);
  line-height: 1.7;
}

.factory-story {
  background: white;
}

.story-grid,
.keyword-grid,
.category-map,
.faq-grid {
  display: grid;
  gap: 18px;
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid article,
.category-map article,
.faq-grid details {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 26px;
}

.story-grid h3 {
  margin-top: 12px;
  font-size: 26px;
}

.category-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-map h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.category-map p {
  color: var(--muted);
  line-height: 1.7;
}

.keyword-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.keyword-cluster span {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
}

.story-grid p,
.faq-grid p,
.cta-copy,
.material {
  color: var(--muted);
  line-height: 1.7;
}

.seo-copy {
  background: #111513;
  color: white;
}

.verified-profile {
  background: linear-gradient(135deg, #f9f7ef, #ffffff);
}

.profile-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 24px;
  background: var(--line);
}

.profile-metric {
  padding: 20px;
  background: white;
}

.profile-metric span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-metric strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
}

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

.profile-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  background: white;
}

.profile-grid h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

.pill-list,
.category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-list span,
.category-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: 13px;
}

.category-universe {
  background: white;
}

.category-cloud span {
  background: var(--linen);
  color: var(--ink);
}

.seo-copy .section-head p,
.seo-copy .eyebrow.dark {
  color: rgba(255, 255, 255, 0.66);
}

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

.keyword-grid p {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter,
.text-button {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter.active,
.filter:hover {
  background: var(--ink);
  color: white;
}

.collection-showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff, var(--linen));
  padding: 18px;
}

.hot-series-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 24px;
}

.hot-series-strip span {
  background: #111513;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px 13px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-copy {
  padding: clamp(18px, 4vw, 38px);
  display: grid;
  align-content: center;
  gap: 14px;
}

.showcase-copy h3 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.showcase-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.showcase-video {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #111513;
}

.showcase-video video {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 0.84;
  filter: saturate(0.9) contrast(1.08);
}

.showcase-video span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: white;
  background: rgba(17, 21, 19, 0.72);
  backdrop-filter: blur(10px);
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.product-card {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  padding: 0 0 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(24, 33, 29, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(91, 117, 83, 0.38);
  box-shadow: 0 28px 70px rgba(24, 33, 29, 0.13);
}

.product-card figure {
  position: relative;
  margin: 0 0 20px;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: var(--linen);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.45s ease;
}

.product-card .motion-preview {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
}

.product-card:hover img {
  transform: scale(1.06);
}

.product-card:hover .motion-preview {
  opacity: 1;
}

.motion-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.54);
  padding: 8px 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card h3,
.product-card p,
.product-card .product-meta-row,
.product-card .product-tags,
.product-card .product-actions {
  margin-left: 20px;
  margin-right: 20px;
}

.product-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}

.tag {
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-top: 8px;
  font-size: 24px;
}

.product-card p {
  color: var(--muted);
  line-height: 1.55;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.product-tags span {
  color: var(--blue);
  background: var(--linen);
  padding: 7px 9px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  color: var(--ink) !important;
  font-weight: 700;
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.product-actions .button {
  padding: 12px 14px;
  font-size: 12px;
}

.material {
  font-size: 14px;
}

.text-button {
  width: 100%;
  margin-top: 6px;
}

.rooms,
.quote-section {
  background: var(--linen);
}

.room-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: stretch;
}

.room-main,
.room-list {
  min-height: 420px;
}

.room-main {
  overflow: hidden;
}

.room-main img {
  height: 100%;
  object-fit: cover;
}

.room-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.room-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  background: var(--paper);
}

.room-item p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.capability {
  background: linear-gradient(135deg, #ffffff, #f4f1e8);
}

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

.process-card {
  padding: 30px;
  background: white;
}

.process-card span {
  color: var(--clay);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.process-card h3 {
  margin-top: 24px;
  font-size: 24px;
}

.process-card p {
  color: var(--muted);
  line-height: 1.65;
}

.quote-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.quote-card,
.quote-result {
  background: white;
  border: 1px solid var(--line);
  padding: 26px;
}

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

.quote-card label,
.inquiry-form {
  display: grid;
  gap: 8px;
}

.quote-card label {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-card input,
.quote-card select,
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  min-height: 48px;
  padding: 0 14px;
}

.inquiry-form textarea {
  min-height: 110px;
  padding-top: 14px;
  resize: vertical;
}

.quote-result strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 500;
}

.quote-lines {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  color: var(--muted);
}

.cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--ink);
  color: white;
}

.cta img {
  height: 100%;
  object-fit: cover;
}

.cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 84px);
}

.cta-content h2 {
  font-size: clamp(36px, 5vw, 68px);
  margin-bottom: 24px;
}

.form-status {
  min-height: 18px;
  color: #cfe6c2;
}

.faq-section {
  background: white;
}

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

.faq-grid summary {
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.faq-grid details[open] {
  background: var(--linen);
}

.product-modal {
  width: min(960px, 92vw);
  border: 0;
  padding: 0;
  background: white;
  color: var(--ink);
}

.product-modal::backdrop {
  background: rgba(0, 0, 0, 0.54);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--ink);
  color: white;
  font-size: 26px;
  cursor: pointer;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.modal-media {
  display: grid;
  grid-template-rows: 1.2fr 0.8fr;
  min-height: 520px;
  background: var(--linen);
}

.modal-media video,
.modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--linen);
}

.modal-media img {
  border-top: 1px solid var(--line);
}

.modal-grid > div {
  padding: 44px;
}

.modal-grid h2 {
  font-size: clamp(34px, 5vw, 54px);
}

.modal-grid p,
.modal-grid dd {
  color: var(--muted);
  line-height: 1.7;
}

.modal-grid dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  margin: 24px 0;
}

.modal-grid dt {
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.modal-grid dd {
  margin: 0;
}

.footer {
  padding: 34px clamp(22px, 6vw, 84px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #111513;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-stats,
  .trust-bar,
  .product-grid,
  .collection-showcase,
  .story-grid,
  .keyword-grid,
  .category-map,
  .faq-grid,
  .profile-metrics,
  .profile-grid,
  .capability-grid,
  .process-grid,
  .room-grid,
  .quote-grid,
  .cta,
  .split-head,
  .modal-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-bottom: 300px;
  }

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

  .quote-card {
    grid-template-columns: 1fr;
  }

  .modal-media {
    min-height: 280px;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .announcement {
    position: static;
  }

  .nav {
    position: absolute;
    inset: 0 0 auto;
  }

  .hero-stats {
    position: static;
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}

