:root {
  --ink: #161817;
  --graphite: #242724;
  --paper: #f2efe8;
  --paper-deep: #e5e0d5;
  --copper: #91502f;
  --brass: #b58a4d;
  --line: rgba(22, 24, 23, .18);
  --pad: clamp(1rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.disclosure {
  padding: .58rem var(--pad);
  color: #fff;
  background: var(--copper);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
}
.site-header {
  min-height: 76px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.brand img { width: 112px; height: auto; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
nav a {
  color: #fff;
  font-size: .72rem;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-cta { padding: .75rem 1rem; border: 1px solid var(--copper); }
.hero {
  min-height: calc(100svh - 104px);
  padding: clamp(2.5rem, 6vw, 7rem) var(--pad) 3.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr);
  gap: clamp(2rem, 7vw, 8rem);
  color: #fff;
  background: var(--ink);
}
.hero-copy { align-self: center; }
.eyebrow {
  margin: 0 0 1.5rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.hero .eyebrow { color: #c7a77d; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
h1 { max-width: 840px; font-size: clamp(2.55rem, 6.2vw, 6.9rem); line-height: .93; }
.lede { max-width: 720px; margin: 2rem 0; color: #c8cac7; font-size: clamp(.94rem, 1.25vw, 1.16rem); line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button {
  min-height: 48px;
  padding: .95rem 1.1rem;
  display: inline-flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.button-primary { color: #fff; background: var(--copper); }
.button-secondary { color: #fff; border: 1px solid #5c5f5b; }
.since { margin: 3.5rem 0 0; display: flex; align-items: baseline; gap: .65rem; font-family: Georgia, serif; font-size: 1.55rem; }
.since span { color: #898d88; font: 700 .6rem Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.hero-visual { margin: 0; align-self: stretch; position: relative; min-height: 460px; }
.hero-visual img { width: 100%; height: 100%; max-height: 730px; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); pointer-events: none; }
.hero-visual figcaption {
  position: absolute;
  right: -1px;
  bottom: -1px;
  max-width: 225px;
  padding: 1rem;
  color: var(--ink);
  background: var(--paper);
  font-size: .67rem;
  line-height: 1.45;
}
.intro, .markets, .contact {
  padding: clamp(4rem, 9vw, 9rem) var(--pad);
  display: grid;
  grid-template-columns: minmax(90px, .35fr) 1fr;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.section-index { margin: .4rem 0; color: var(--copper); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.intro h2, .markets h2, .contact h2 { font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .98; }
.intro > div > p { max-width: 590px; margin: 1.8rem 0 0; color: #5c5d58; line-height: 1.7; }
.catalogue { padding: clamp(4rem, 8vw, 8rem) var(--pad); background: var(--paper-deep); }
.section-heading { margin-bottom: 2.5rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.section-heading .eyebrow { margin: 0; color: var(--copper); }
.section-heading h2 { font-size: clamp(2.4rem, 4.5vw, 4.9rem); }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.product-card {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--graphite);
}
.product-card:nth-child(1), .product-card:nth-child(2) { grid-column: span 6; }
.product-card:nth-child(3), .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: span 4; }
.product-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.product-card-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(13,14,13,.94)); }
.card-copy { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 1.5rem; }
.card-copy span { display: block; margin-bottom: .8rem; color: #d0a77e; font-size: .64rem; letter-spacing: .13em; }
.card-copy h3 { max-width: 420px; margin: 0; font: 400 clamp(1.45rem, 2.4vw, 2.4rem)/1.05 Georgia, serif; }
.card-copy p { max-width: 390px; margin: 1rem 0 0; color: #c8c8c3; font-size: .8rem; line-height: 1.55; }
.product-card-metal { color: var(--ink); background: #b78452; }
.product-card-metal .card-copy p, .product-card-metal .card-copy span { color: #2e1c12; }
.metal-swatch { position: absolute; width: 76%; aspect-ratio: 1; top: -12%; right: -20%; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: -32px 28px 0 #93623b, -64px 56px 0 #714a31; }
.line-study { position: absolute; inset: 0; display: flex; justify-content: center; gap: 12%; transform: rotate(22deg) scale(1.4); }
.line-study i { width: 1px; height: 100%; display: block; background: #a96139; box-shadow: 25px 0 rgba(255,255,255,.09); }
.product-card-light { color: var(--ink); background: #dad6cc; }
.product-card-light .card-copy p { color: #5e5b55; }
.surface-study { position: absolute; top: 10%; left: 12%; width: 76%; height: 44%; background: #f5f2eb; box-shadow: 14px 14px 0 #b7b1a6, 28px 28px 0 #8c887f; transform: skewY(-5deg); }
.markets { color: #fff; background: var(--graphite); }
.markets-main .eyebrow { color: #c7a77d; }
.markets-main ol { margin: 3.5rem 0 0; padding: 0; list-style: none; }
.markets-main li { padding: 1.2rem 0; display: flex; gap: 2rem; border-top: 1px solid rgba(255,255,255,.17); font-family: Georgia, serif; font-size: clamp(1.3rem, 2.5vw, 2.5rem); }
.markets-main li span { padding-top: .55rem; color: #b68d66; font: .62rem Arial, sans-serif; }
.logistics {
  padding: clamp(4rem, 8vw, 8rem) var(--pad);
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 4rem;
  align-items: center;
  color: #fff;
  background: #783f27;
}
.logistics h2 { font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .95; }
.logistics-copy > p:not(.eyebrow):not(.source-note) { max-width: 650px; margin: 2rem 0 0; line-height: 1.7; }
.source-note { color: #e0c5b5; font-size: .68rem; }
.logistics-mark { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.logistics-mark span { font: 400 clamp(3rem, 7vw, 8rem)/1 Georgia, serif; }
.logistics-mark small { letter-spacing: .13em; text-transform: uppercase; }
.contact .eyebrow { color: var(--copper); }
.contact-link { min-height: 48px; margin-top: 3rem; padding-bottom: .8rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); font: clamp(1.1rem, 2vw, 2rem) Georgia, serif; text-decoration: none; }
.phones { margin-top: 1.3rem; display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; }
.phones a { min-height: 44px; display: inline-flex; align-items: center; color: #5e5d58; font-size: .78rem; text-decoration: none; }
footer { padding: 2rem var(--pad); display: flex; align-items: center; gap: 2rem; color: #b9bbb7; background: var(--ink); font-size: .68rem; }
footer img { width: 90px; height: auto; }
footer p { margin-right: auto; }
footer a { color: #fff; text-decoration: none; }
a:focus-visible { outline: 3px solid #e4a773; outline-offset: 4px; }
@media (hover: hover) {
  a { transition: opacity .2s ease, background-color .2s ease; }
  a:hover { opacity: .72; }
}
@media (max-width: 760px) {
  .site-header { min-height: 62px; }
  .brand img { width: 88px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: .65rem .7rem; font-size: .6rem; }
  .hero { min-height: auto; padding-top: 3rem; grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .intro, .markets, .contact { grid-template-columns: 1fr; }
  .product-card:nth-child(n) { grid-column: span 12; min-height: 440px; }
  .logistics { grid-template-columns: 1fr; }
  .logistics-mark { max-width: 420px; width: 100%; justify-self: center; }
  footer { align-items: flex-start; flex-wrap: wrap; gap: 1rem; }
  footer p { width: calc(100% - 110px); margin: .5rem 0 0; }
}
@media (max-width: 420px) {
  .disclosure { font-size: .56rem; line-height: 1.35; }
  .hero { padding-top: 2.2rem; gap: 2.8rem; }
  h1 { font-size: clamp(2.45rem, 13.4vw, 3.3rem); }
  .lede { margin: 1.4rem 0; font-size: .88rem; line-height: 1.55; }
  .actions { display: grid; }
  .button { padding: .82rem .9rem; }
  .since { margin-top: 1.6rem; }
  .hero-visual { min-height: 390px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 1rem; }
  .intro, .markets, .contact, .catalogue, .logistics { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  a { transition: none; }
}
