:root {
  --ink: #1c1713;
  --muted: #6e6259;
  --paper: #f8f4ee;
  --panel: #fffaf3;
  --line: #e1d7cc;
  --wood: #6d472c;
  --wood-dark: #241710;
  --brass: #b88954;
  --sage: #60705d;
  --cream: #f3e8d8;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(42, 27, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 74px;
  padding: 0 64px;
  color: #fff;
  background: rgba(31, 22, 16, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--wood-dark);
  background: var(--cream);
  border: 1px solid rgba(184, 137, 84, 0.5);
  border-radius: 50%;
}

.brand-mark svg {
  width: 21px;
  height: 21px;
}

.brand strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: #cbb8a4;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: #e8dccd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav a {
  padding: 28px 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  color: #fff;
  border-bottom-color: var(--brass);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
}

.btn,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--brass);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta,
.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #b98752, #7a4f30);
}

.btn.secondary {
  color: var(--wood-dark);
  background: rgba(255, 255, 255, 0.88);
}

.btn.full {
  width: 100%;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.btn svg,
.header-cta svg {
  width: 16px;
  height: 16px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  min-width: 0;
  min-height: 720px;
  color: #fff;
  background: var(--wood-dark);
}

.hero-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(20, 12, 8, 0.18), rgba(20, 12, 8, 0.46));
}

.hero-panel {
  display: grid;
  align-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 74px 64px;
  background: linear-gradient(180deg, #271a12, #1b120d);
}

.hero-panel > * {
  min-width: 0;
}

.eyebrow {
  color: var(--brass);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  width: 100%;
  max-width: min(610px, 100%);
  margin: 18px 0 18px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.98;
}

.hero-panel p {
  width: 100%;
  max-width: min(570px, 100%);
  color: #d8c7b5;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  min-width: 0;
  margin: 26px 0 30px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.hero-proof span {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 14px 12px;
  color: #eadfd3;
  font-size: 12px;
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-proof span:last-child {
  border-right: 0;
}

.hero-proof svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  color: var(--brass);
}

section {
  min-width: 0;
  padding: 78px 64px;
}

.assurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.assurance article {
  padding: 18px 26px;
  border-right: 1px solid var(--line);
}

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

.assurance svg {
  width: 24px;
  height: 24px;
  color: var(--wood);
}

.assurance h2 {
  margin: 14px 0 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.materials h2,
.inquiry h2,
.process h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
}

.section-heading p,
.materials p,
.inquiry-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.collections {
  background: var(--paper);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.product-card > div {
  padding: 22px;
}

.product-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--brass);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
}

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

.product-card button,
.product-card a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  color: var(--wood);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.product-card button svg,
.product-card a svg {
  width: 15px;
  height: 15px;
}

.product-card-text {
  display: grid;
  min-height: 100%;
  color: #fff;
  background: linear-gradient(135deg, #2a1b12, #6d472c);
  border-color: transparent;
}

.product-card-text p {
  color: #ebdccb;
}

.product-card-text a,
.product-card-text span {
  color: #f4d8b4;
}

.materials {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #22150f, #0f0b08);
}

.materials p {
  color: #d8c9bb;
}

.materials ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.materials li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #f1e4d5;
}

.materials li svg {
  width: 18px;
  height: 18px;
  color: var(--brass);
}

.material-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.material-board span {
  min-height: 150px;
  display: grid;
  align-content: end;
  padding: 14px;
  color: #fff;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34)),
    var(--swatch);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trade {
  background: #fff;
}

.trade-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.trade-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trade-grid svg {
  width: 26px;
  height: 26px;
  color: var(--wood);
}

.trade-grid h3 {
  margin: 18px 0 10px;
  font-size: 20px;
}

.trade-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.process {
  background: var(--paper);
  text-align: center;
}

.process h2 {
  margin: 10px auto 34px;
  max-width: 760px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.process-steps article {
  padding: 28px 20px;
  background: var(--panel);
}

.process-steps b {
  color: var(--brass);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
}

.process-steps h3 {
  margin: 12px 0 8px;
}

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

.inquiry {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(440px, 1fr);
  gap: 52px;
  align-items: start;
  color: #fff;
  background: #16100c;
}

.inquiry-copy p {
  color: #d8c9bb;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-cards a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 12px;
  align-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.contact-cards svg {
  grid-row: span 2;
  width: 20px;
  height: 20px;
  color: var(--brass);
}

.contact-cards span {
  color: #bfae9d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-cards strong {
  color: #fff;
  overflow-wrap: anywhere;
}

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #3a2b22;
  font-size: 12px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  outline: 0;
}

textarea {
  min-height: 110px;
  padding-top: 10px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(184, 137, 84, 0.18);
}

.inquiry-form small {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
}

.inquiry-form small svg {
  width: 15px;
  height: 15px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.btn.is-sending,
.btn:disabled {
  cursor: progress;
  opacity: .72;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
  padding: 46px 64px;
  color: #e5d8c7;
  background: #0e0a07;
}

.footer .brand {
  margin-bottom: 16px;
}

.footer h3 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 10px;
  color: #c8b7a4;
  font-size: 13px;
  line-height: 1.55;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(14, 10, 7, 0.72);
}

.modal.open {
  display: grid;
}

.modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: 28px;
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 20px;
  background: var(--panel);
  border-radius: var(--radius);
}

.modal-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 6px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.modal-panel h2 {
  margin: 12px 0;
  font-size: 40px;
}

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

.modal-panel dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 24px;
}

.modal-panel dl div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.modal-panel dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modal-panel dd {
  margin: 6px 0 0;
  font-weight: 800;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  transform: translateY(120px);
  padding: 14px 18px;
  color: #fff;
  background: var(--sage);
  border-radius: 6px;
  box-shadow: var(--shadow);
  font-weight: 800;
  transition: transform 200ms ease;
}

.toast.show {
  transform: translateY(0);
}

.thank-you-page {
  min-height: 100vh;
  background: var(--paper);
}

.thank-you {
  display: grid;
  min-height: 100vh;
  align-content: center;
  gap: 42px;
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 24px;
}

.thank-you h1 {
  margin: 14px 0 16px;
  font-size: clamp(36px, 6vw, 66px);
  line-height: 1;
}

.thank-you p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
    padding: 0 28px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav {
    position: fixed;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 14px 28px 28px;
    background: rgba(31, 22, 16, 0.98);
  }

  body.nav-open .nav {
    display: flex;
  }

  .nav a {
    padding: 14px 0;
  }

  .header-cta {
    justify-self: end;
  }

  .hero,
  .materials,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    order: -1;
  }

  .assurance,
  .collection-grid,
  .trade-grid,
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .assurance article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding: 0 18px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 16px;
    line-height: 1.1;
  }

  .nav {
    top: 68px;
  }

  section {
    padding: 52px 18px;
  }

  .hero {
    min-height: 0;
  }

  .hero-panel {
    padding: 54px 18px 34px;
  }

  h1 {
    max-width: calc(100vw - 36px);
    font-size: 40px;
    overflow-wrap: break-word;
  }

  .hero-panel p {
    max-width: 100%;
    font-size: 15px;
  }

  .hero-actions,
  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    max-width: calc(100vw - 36px);
    width: 100%;
  }

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

  .hero-proof span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-proof span:last-child {
    border-bottom: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

  .assurance,
  .collection-grid,
  .trade-grid,
  .process-steps,
  .material-board,
  .footer,
  .field-row,
  .modal-panel {
    grid-template-columns: 1fr;
  }

  .assurance article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .footer {
    padding: 42px 22px;
  }

  .modal-panel img {
    min-height: 260px;
  }

  .toast {
    right: 14px;
    left: 14px;
    bottom: 14px;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 36px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .btn {
    padding: 0 14px;
  }
}
