:root {
  color-scheme: light dark;
  --bg: #ffffff;
  --ink: #171717;
  --muted: #595959;
  --line: #d8d8d8;
  --panel: #f4f2ef;
  --panel-ink: #201b18;
  --accent: #8d4b2d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.58 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
.skip-link { position: absolute; left: 15px; top: -60px; z-index: 2; padding: 9px 13px; background: var(--ink); color: var(--bg); }
.skip-link:focus { top: 12px; }
.site-header, .hero, .section-shell, footer { max-width: 1100px; margin: auto; padding-left: 34px; padding-right: 34px; }
.site-header { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { font-size: 25px; font-weight: 750; letter-spacing: -.05em; line-height: 1.1; text-decoration: none; white-space: nowrap; }
.wordmark-dot { color: var(--accent); }
.site-header nav, footer nav { display: flex; flex-wrap: wrap; gap: 27px; }
.site-header nav a, footer nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.site-header nav a:hover, footer nav a:hover { text-decoration: underline; }
.hero { padding-top: clamp(88px, 14vw, 170px); padding-bottom: clamp(100px, 17vw, 190px); }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 13px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(48px, 7.7vw, 94px); line-height: 1.02; font-weight: 700; letter-spacing: -.065em; }
.hero-copy { max-width: 640px; margin-bottom: 29px; color: var(--muted); font-size: clamp(20px, 2.5vw, 26px); line-height: 1.35; letter-spacing: -.025em; }
.text-link { color: var(--accent); font-weight: 700; }
.section-shell { padding-top: 86px; padding-bottom: 96px; border-top: 1px solid var(--line); }
.section-heading { max-width: 680px; }
h2 { margin-bottom: 20px; font-size: clamp(39px, 5vw, 62px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); font-size: 19px; line-height: 1.55; }
.product-panel { display: grid; grid-template-columns: 1fr 1.05fr; margin-top: 45px; border-radius: 24px; background: var(--panel); color: var(--panel-ink); overflow: hidden; }
.product-art { display: flex; justify-content: center; align-items: center; min-height: 390px; padding: 35px; }
.product-art picture, .product-art img { display: block; width: min(100%, 300px); height: auto; }
.product-copy { align-self: center; padding: 50px clamp(36px, 5vw, 65px) 55px 5px; }
.panel-label, .availability { font-size: 14px; font-weight: 700; }
.panel-label { color: var(--accent); }
h3 { margin-bottom: 17px; font-size: clamp(29px, 3vw, 39px); line-height: 1.13; letter-spacing: -.045em; }
.product-copy > p:not(.panel-label) { max-width: 420px; }
.availability { margin-top: 25px; }
.button-link { display: inline-block; margin-top: 9px; padding: 11px 20px; border-radius: 999px; background: var(--ink); color: var(--bg); font-size: 15px; font-weight: 700; text-decoration: none; }
.button-link:hover { opacity: .85; }
.company-details { margin: 37px 0 0; border-top: 1px solid var(--line); }
.company-details div { display: grid; grid-template-columns: 190px 1fr; gap: 25px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.company-details dt { color: var(--muted); font-size: 14px; font-weight: 600; }
.company-details dd { margin: 0; font-weight: 600; }
.contact { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.contact > div { max-width: 570px; }
.contact h2 { margin-bottom: 14px; }
.contact p:last-child { color: var(--muted); }
.contact-link { flex: none; margin-bottom: 14px; color: var(--accent); font-size: clamp(18px, 2.4vw, 26px); font-weight: 700; }
footer { padding-top: 32px; padding-bottom: 40px; border-top: 1px solid var(--line); }
footer strong, footer span, footer small { display: block; }
footer strong { font-size: 17px; }
footer span, footer small { margin-top: 5px; color: var(--muted); font-size: 13px; }
footer nav { margin: 25px 0; }
.site-privacy { max-width: 770px; margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.site-privacy a { color: inherit; }
@media (max-width: 720px) {
  body { font-size: 16px; }
  .site-header, .hero, .section-shell, footer { padding-left: 22px; padding-right: 22px; }
  .site-header { min-height: 82px; align-items: start; flex-direction: column; justify-content: center; gap: 12px; padding-top: 18px; padding-bottom: 17px; }
  .site-header nav { gap: 20px; }
  .hero { padding-top: 76px; padding-bottom: 100px; }
  .section-shell { padding-top: 67px; padding-bottom: 73px; }
  .product-panel { display: block; }
  .product-art { min-height: 0; padding: 30px 35px 0; }
  .product-art picture, .product-art img { width: min(100%, 220px); }
  .product-copy { padding: 15px 30px 36px; }
  .company-details div { display: block; }
  .company-details dd { margin-top: 5px; }
  .contact { display: block; }
  .contact-link { display: inline-block; margin-top: 15px; overflow-wrap: anywhere; }
}
@media (prefers-color-scheme: dark) {
  :root { --bg: #0b0b0b; --ink: #f7f7f7; --muted: #b8b8b8; --line: #444; --panel: #28221e; --panel-ink: #f7f2ed; --accent: #ecaa83; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
