:root {
  --ink: #0a0a0a;
  --paper: #f8f8f6;
  --line: #d8d8d3;
  --muted: #676764;
  --display: "Fraunces", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; }
a { color: inherit; }

.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px max(28px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid var(--line); background: #fff; }
.brand img, footer img { display: block; width: 178px; height: auto; }
.header-link, .text-link, .phone { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.header-link { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }

.hero { padding: 92px max(28px, calc((100vw - 1320px) / 2)) 76px; background: #fff; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: end; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 6.2vw, 6.7rem); }
.intro { max-width: 605px; margin: 30px 0 0; color: #30302e; font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.7; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-top: 38px; }
.button { display: inline-block; padding: 15px 20px; border: 1px solid var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #fff; color: var(--ink); }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.hero-image { margin: 0; padding: 18px; border: 1px solid var(--line); background: var(--paper); }
.hero-image img { display: block; width: 100%; aspect-ratio: 1.15 / 1; object-fit: contain; }
figcaption { margin-top: 12px; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts div { min-height: 148px; display: flex; flex-direction: column; justify-content: center; padding: 22px max(24px, calc((100vw - 1320px) / 8)); border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts strong { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.facts span { margin-top: 9px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.statement { max-width: 980px; margin: 0 auto; padding: 140px 28px; text-align: center; }
.statement h2, .details h2, .specifications h2, .contact h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 5rem); }
.statement p:last-child { max-width: 710px; margin: 34px auto 0; color: #3d3d39; font-size: 1.05rem; }

.details { border-top: 1px solid var(--line); padding: 86px max(28px, calc((100vw - 1320px) / 2)); background: #efefec; }
.details-heading { max-width: 770px; }
.details-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 68px; border-top: 1px solid var(--line); }
.details article { padding: 28px 28px 12px 0; border-right: 1px solid var(--line); min-height: 310px; }
.details article:not(:first-child) { padding-left: 28px; }
.details article:last-child { border-right: 0; }
.number { color: var(--muted); font-size: 10px; letter-spacing: .15em; }
h3 { margin: 63px 0 16px; font-size: 1.58rem; }
.details article p { margin: 0; color: #4f4f4b; font-size: .93rem; }

.specifications { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 120px max(28px, calc((100vw - 1320px) / 2)); background: #fff; }
dl { margin: 0; }
dl div { display: flex; justify-content: space-between; gap: 28px; padding: 15px 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); }
dd { margin: 0; font-weight: 500; text-align: right; }

.care-note { padding: 24px max(28px, calc((100vw - 1320px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #efefec; }
.care-note p { max-width: 850px; margin: 0; color: #474743; font-size: .9rem; }

.contact { padding: 130px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: #fff; }
.contact .eyebrow { color: #b6b6ae; }
.contact p:not(.eyebrow) { max-width: 560px; margin: 28px 0 0; color: #d1d1cc; font-size: 1.04rem; }
.button-light { border-color: #fff; color: #fff; }
.button-light:hover { background: #fff; color: var(--ink); }
.phone { color: #fff; border-bottom: 1px solid #fff; padding-bottom: 2px; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 28px max(28px, calc((100vw - 1320px) / 2)); background: #fff; }
footer p, footer a { margin: 0; color: var(--muted); font-size: 11px; }
footer a { text-decoration: none; border-bottom: 1px solid var(--line); justify-self: end; }

@media (max-width: 860px) {
  .site-header { min-height: 66px; padding: 17px 20px; }
  .brand img { width: 140px; }
  .header-link { font-size: 9px; letter-spacing: .1em; }
  .hero { padding: 66px 20px 50px; }
  .hero-grid, .specifications { grid-template-columns: 1fr; gap: 42px; }
  h1 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .intro { font-size: 1rem; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div { min-height: 112px; padding: 18px 20px; }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .statement { padding: 90px 20px; text-align: left; }
  .details { padding: 65px 20px; }
  .details-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .details article, .details article:not(:first-child) { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .details article:last-child { border-bottom: 0; }
  h3 { margin-top: 28px; }
  .specifications { padding: 85px 20px; }
  .care-note { padding: 20px; }
  .contact { padding: 82px 20px; }
  footer { grid-template-columns: 1fr; gap: 16px; padding: 28px 20px; }
  footer a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
