:root {
  color-scheme: light;
  --ink: #111;
  --paper: #f4f2ed;
  --white: #fff;
  --muted: #77746e;
  --line: #d9d6d0;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: Manrope, 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.topbar { height: 88px; padding: 0 7.2%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 264px; height: auto; mix-blend-mode: multiply; }
.topbar nav { display: flex; align-items: center; gap: 40px; font-size: 12px; font-weight: 600; }
.nav-contact { border: 1px solid var(--ink); padding: 12px 17px; }
.nav-contact span { margin-left: 12px; }
.hero { position: relative; min-height: 660px; padding: 94px 7.2% 70px; display: grid; grid-template-columns: 1fr 1.04fr; align-items: center; column-gap: 8%; overflow: hidden; }
.hero-copy { padding-bottom: 24px; position: relative; z-index: 1; }
.eyebrow { font-size: 9px; letter-spacing: 1.8px; font-weight: 700; margin: 0 0 20px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero-copy .eyebrow span { width: 22px; height: 1px; background: #111; }
.hero h1 { font: 500 clamp(55px, 6.5vw, 92px)/.99 var(--display); letter-spacing: -6px; margin: 0 0 25px; }
.hero h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -4px; }
.intro { font-size: 14px; color: #64615d; line-height: 1.75; max-width: 370px; margin: 0 0 28px; }
.button { display: inline-flex; align-items: center; gap: 48px; padding: 16px 19px; font-size: 11px; font-weight: 700; }
.button-dark { background: #111; color: #fff; }
.button span { font-size: 16px; }
.hero-art { height: 445px; position: relative; background: #111; overflow: hidden; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.art-label { position: absolute; left: 0; right: 0; bottom: 0; color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; background: linear-gradient(0deg, #000b, #0000); font-size: 9px; letter-spacing: 1.4px; }
.art-label span + span { opacity: .8; font-size: 8px; }
.hero-foot { position: absolute; bottom: 24px; left: 7.2%; right: 7.2%; display: flex; justify-content: space-between; color: #78756f; font-size: 8px; letter-spacing: 1.6px; }
.section { padding: 126px 7.2%; }
.products { background: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.section-head .eyebrow { color: #76736d; }
.section-head h2, .statement h2 { font: 500 clamp(42px, 5vw, 67px)/1.04 var(--display); letter-spacing: -3.5px; margin: 0; }
.section-head h2 em, .statement h2 em { letter-spacing: -3px; }
.section-note { font-size: 12px; line-height: 1.8; color: #777; max-width: 290px; margin: 0 1% 6px 30px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px 22px; align-items: start; }
.product-card { min-width: 0; }
.product-visual { height: 310px; position: relative; overflow: hidden; background: #e9e6e0; }
.product-photo { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 23px 18px 16px; color: #fff; font-size: 8px; font-weight: 600; letter-spacing: 1.3px; background: linear-gradient(0deg, #000a, transparent); }
.product-info { position: relative; padding: 21px 2px 0; display: grid; grid-template-columns: 1fr auto; align-items: start; }
.product-info .eyebrow { font-size: 8px; color: #888; margin: 0 0 10px; }
.product-info h3 { font: 600 22px var(--display); letter-spacing: -.7px; margin: 0; }
.product-info > p { grid-column: 1/-1; color: #777; font-size: 11px; line-height: 1.8; max-width: 355px; margin: 14px 0 0; }
.kit-items { list-style: none; padding: 20px 0 0; margin: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; row-gap: 0; }
.kit-items li { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-bottom: 1px solid #e9e7e3; font-size: 12px; font-weight: 600; }
.kit-items li span { color: #999; font: 9px var(--sans); letter-spacing: .7px; }
.kit-price { margin: 20px 0 0; padding: 14px 16px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; align-items: center; background: var(--paper); font-size: 11px; color: #555; }
.kit-price strong { color: var(--ink); font-size: 12px; }
.statement { padding: 117px 24px 122px; text-align: center; }
.statement-mark { margin: 0 auto 28px; width: 158px; }
.statement-mark img { width: 100%; height: auto; display: block; mix-blend-mode: multiply; }
.statement .eyebrow { font-size: 8px; color: #7a7771; margin-bottom: 22px; }
.statement h2 { font-size: clamp(43px, 5.6vw, 70px); }
.statement-copy { max-width: 445px; margin: 23px auto; color: #777; font-size: 12px; line-height: 1.85; }
.text-link { display: inline-flex; gap: 18px; font-size: 10px; font-weight: 700; margin-top: 10px; border-bottom: 1px solid #777; padding-bottom: 7px; }
.contact { padding: 95px 10%; background: #111; color: #fff; display: grid; grid-template-columns: 1.15fr .85fr; gap: 12%; }
.contact-main .eyebrow, .contact-side .eyebrow { color: #aaa; }
.contact h2 { font: 500 clamp(52px, 6vw, 78px)/1 var(--display); letter-spacing: -4px; margin: 0 0 22px; }
.contact-main > p:not(.eyebrow) { color: #aaa; font-size: 12px; line-height: 1.8; max-width: 345px; margin: 0 0 24px; }
.button-light { background: #f4f2ed; color: #111; gap: 80px; }
.contact-side { padding-top: 8px; }
.contact-no { font-size: 8px; letter-spacing: 1.5px; color: #888; }
.contact-rule { height: 1px; background: #484848; margin: 21px 0 32px; }
.contact-side .eyebrow { font-size: 8px; margin-bottom: 14px; }
.contact-side address { font-style: normal; font-size: 12px; line-height: 1.9; color: #ddd; }
footer { min-height: 94px; background: #fff; color: #777; border-top: 1px solid var(--line); padding: 20px 7.2%; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 8px; letter-spacing: 1.1px; }
footer .brand img { width: 190px; }
@media (max-width: 760px) {
  .topbar { height: 72px; padding: 0 6%; }
  .brand img { width: 200px; }
  .topbar nav { gap: 17px; font-size: 10px; }
  .topbar nav > a:first-child, .topbar nav > a:nth-child(2) { display: none; }
  .nav-contact { padding: 11px 12px; }
  .hero { padding: 62px 6% 75px; display: flex; flex-direction: column; align-items: stretch; gap: 32px; }
  .hero h1 { font-size: clamp(58px, 13vw, 82px); letter-spacing: -4px; }
  .intro { font-size: 13px; }
  .hero-art { height: 330px; }
  .hero-foot { left: 6%; right: 6%; font-size: 7px; }
  .section { padding: 82px 6%; }
  .section-head { display: block; margin-bottom: 37px; }
  .section-head h2 { font-size: 49px; }
  .section-note { margin: 19px 0 0; }
  .product-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-visual { height: 290px; }
  .product-info h3 { font-size: 20px; }
  .statement { padding: 82px 7% 90px; }
  .statement h2 { font-size: 47px; letter-spacing: -2.8px; }
  .contact { padding: 75px 8%; grid-template-columns: 1fr; gap: 52px; }
  .contact h2 { font-size: 64px; }
  footer { padding: 22px 6%; gap: 15px; flex-wrap: wrap; }
  footer > span:nth-child(2) { display: none; }
}
@media (max-width: 420px) {
  .brand img { width: 165px; }
  .nav-contact { padding: 10px; }
  .art-label { align-items: flex-start; flex-direction: column; gap: 5px; }
  .kit-items { grid-template-columns: 1fr; }
  .product-visual { height: 250px; }
  footer .brand img { width: 155px; }
}
@media (min-width: 761px) and (max-width: 1050px) {
  .hero { column-gap: 5%; padding-left: 6%; padding-right: 6%; }
  .hero-art { height: 380px; }
  .hero h1 { font-size: 67px; }
  .section, .topbar, footer { padding-left: 6%; padding-right: 6%; }
  .product-visual { height: 260px; }
}
