:root {
  --ink: #111110;
  --charcoal: #1a1a19;
  --steel: #6f716f;
  --paper: #f7f5f1;
  --white: #ffffff;
  --gold: #b99b69;
  --line: rgba(17, 17, 16, 0.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--white); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.is-solid { position: relative; background: var(--ink); }
.nav-wrap, .container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--white); text-decoration: none; letter-spacing: .18em; font-weight: 750; }
.brand img { width: 35px; height: 49px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 1.7rem; }
.site-nav a { color: var(--white); font-size: .82rem; font-weight: 650; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: #dbc9aa; }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.5); background: transparent; color: var(--white); padding: .55rem .75rem; font: inherit; }
.hero { min-height: 760px; display: grid; align-items: end; position: relative; overflow: hidden; color: var(--white); background: #161616; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.86) 0%, rgba(8,8,8,.58) 43%, rgba(8,8,8,.12) 74%), linear-gradient(0deg, rgba(8,8,8,.42), transparent 48%); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-content { position: relative; z-index: 2; width: min(720px, 100%); padding: 190px 0 110px; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .76rem; font-weight: 750; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 1.25rem; font-size: clamp(3.4rem, 8vw, 7.4rem); line-height: .89; letter-spacing: -.055em; text-transform: uppercase; }
.hero-tagline { margin-bottom: .65rem; font-size: clamp(1.25rem, 2.4vw, 2rem); font-weight: 650; }
.hero-copy { max-width: 580px; margin-bottom: 2rem; color: rgba(255,255,255,.78); font-size: 1.06rem; }
.button { display: inline-flex; align-items: center; min-height: 48px; padding: .8rem 1.25rem; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.button:hover, .button:focus-visible { background: #d1b98f; }
.section { padding: 110px 0; }
.section-dark { background: var(--charcoal); color: var(--white); }
.section-white { background: var(--white); }
.section-heading { display: grid; grid-template-columns: .8fr 1.4fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .page-intro h1 { margin-bottom: 0; font-size: clamp(2.2rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading p { max-width: 620px; margin-bottom: 0; color: #62645f; font-size: 1.05rem; }
.section-dark .section-heading p { color: rgba(255,255,255,.65); }
.product-feature { display: grid; grid-template-columns: 1.35fr .65fr; background: var(--white); border: 1px solid var(--line); }
.product-feature img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center; }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4rem); }
.product-copy h3 { margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1; letter-spacing: -.035em; }
.product-copy p { color: #676963; }
.category-grid, .value-grid, .market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.category-grid { grid-template-columns: repeat(5, 1fr); margin-top: 1px; }
.category, .value, .market { min-height: 185px; padding: 2rem; background: var(--paper); }
.category span, .value span, .market span { display: block; margin-bottom: 2.8rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.category h3, .value h3, .market h3 { margin-bottom: 0; font-size: 1.15rem; line-height: 1.25; }
.section-dark .value, .section-dark .market { background: var(--charcoal); }
.about-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.about-split h2 { position: sticky; top: 2rem; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.about-copy p { color: #555751; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.about-copy img { width: 100%; margin-top: 2.5rem; aspect-ratio: 16 / 10; object-fit: cover; }
.contact-band { padding: 90px 0; color: var(--white); background: var(--ink); }
.contact-band .container { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.contact-band h2 { max-width: 760px; margin-bottom: .7rem; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.04em; }
.contact-band p { color: rgba(255,255,255,.65); margin-bottom: 0; }
.page-intro { padding: 110px 0 80px; background: var(--ink); color: var(--white); }
.page-intro .eyebrow { margin-bottom: 1.2rem; }
.page-intro h1 { max-width: 900px; }
.page-intro p { max-width: 680px; margin-top: 1.5rem; color: rgba(255,255,255,.7); }
.prose { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 90px 0 120px; }
.prose h2 { margin-top: 3rem; margin-bottom: .75rem; font-size: 1.5rem; line-height: 1.25; }
.prose p, .prose li { color: #4f514d; }
.prose ul { padding-left: 1.2rem; }
.updated { font-size: .86rem; color: #777973; }
.contact-card { padding: clamp(2rem, 6vw, 4rem); background: var(--white); border: 1px solid var(--line); }
.site-footer { padding: 60px 0 32px; color: rgba(255,255,255,.68); background: #0a0a0a; }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding-bottom: 55px; }
.footer-brand { color: var(--white); font-size: 1.5rem; font-weight: 800; letter-spacing: .16em; }
.footer-tagline { margin-top: .55rem; margin-bottom: 0; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--white); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 1.5rem 20px 2rem; flex-direction: column; align-items: flex-start; background: rgba(10,10,10,.98); }
  .site-nav[data-open="true"] { display: flex; }
  .section-heading, .product-feature, .about-split { grid-template-columns: 1fr; }
  .about-split h2 { position: static; }
  .category-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .product-feature img { min-height: 360px; }
}
@media (max-width: 640px) {
  .nav-wrap, .container, .prose { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: 690px; }
  .hero::after { background: linear-gradient(0deg, rgba(8,8,8,.93) 0%, rgba(8,8,8,.56) 70%, rgba(8,8,8,.22)); }
  .hero-content { padding: 160px 0 70px; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .section { padding: 78px 0; }
  .section-heading { gap: 1.4rem; margin-bottom: 2.5rem; }
  .category-grid, .value-grid, .market-grid { grid-template-columns: 1fr; }
  .category, .value, .market { min-height: 135px; }
  .category span, .value span, .market span { margin-bottom: 1.7rem; }
  .product-feature img { min-height: 280px; }
  .contact-band .container, .footer-main { display: grid; grid-template-columns: 1fr; align-items: start; }
  .page-intro { padding: 80px 0 58px; }
  .prose { padding: 65px 0 90px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
