:root {
  --ink: #050505;
  --plum: #332a3d;
  --gold: #c9b491;
  --sand: #d1b984;
  --paper: #ffffff;
  --edge: clamp(18px, 3vw, 44px);
  --font: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 300;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-150%);
  background: #fff;
  padding: 10px 14px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 50;
  height: 260px;
  padding: 38px var(--edge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.brand { display: block; width: min(322px, 28vw); }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.7vw, 42px); }
.main-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.main-nav a:hover, .main-nav a:focus-visible { opacity: .55; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 29px; height: 2px; margin: 6px 0; background: #111; }

.hero { position: relative; margin: 0 var(--edge); height: 698px; overflow: hidden; }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-copy {
  position: absolute;
  left: clamp(28px, 5.1vw, 74px);
  top: 50%;
  width: min(520px, 44vw);
  min-height: 500px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 65px 55px;
  isolation: isolate;
}
.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255,255,255,.9);
  border-radius: 47% 53% 56% 44% / 43% 49% 51% 57%;
  transform: rotate(-4deg);
}
.hero-copy h1 { margin: 0 0 34px; font-size: clamp(40px, 4vw, 63px); line-height: .98; font-weight: 200; letter-spacing: -.035em; }
.hero-copy h1 span { display: block; }
.button {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  padding: 18px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .02em;
  cursor: pointer;
}
.button:hover, .button:focus-visible { background: #282828; }
.button.light { border-color: #fff; background: #fff; color: #111; }

.story { min-height: 963px; background: var(--plum); color: #fff; padding: 110px var(--edge) 98px; display: grid; place-items: center; }
.story-inner { width: min(1170px, 100%); text-align: center; }
.story h2 { margin: 0 0 58px; color: var(--gold); font-size: clamp(36px, 3.3vw, 48px); line-height: 1.03; font-weight: 200; letter-spacing: -.03em; }
.story-copy { font-size: 12.5px; line-height: 1.55; font-weight: 700; letter-spacing: .012em; text-transform: uppercase; }
.story-copy p { margin: 0 0 18px; }
.story-copy strong { display: block; margin-bottom: 2px; }

.colors { min-height: 1171px; padding: 92px var(--edge) 88px; background: #fff; }
.section-title { margin: 0 auto 65px; text-align: center; font-size: clamp(35px, 3.3vw, 48px); line-height: 1.05; font-weight: 200; letter-spacing: -.03em; }
.colors-grid { width: min(1000px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 31px 43px; }
.swatch { text-decoration: none; min-width: 0; }
.swatch-image { width: 100%; height: 150px; overflow: hidden; background: #ddd; }
.swatch-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.swatch:hover img { transform: scale(1.035); }
.swatch-name { margin: 10px 0 0; text-align: center; font-size: 12px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }

.warranty { position: relative; min-height: 1000px; margin: 0 var(--edge); overflow: hidden; background: #cdb783; }
.warranty > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.warranty::after { content: ""; position: absolute; inset: 0; background: rgba(199,169,109,.22); }
.warranty-card {
  position: absolute;
  z-index: 2;
  right: clamp(35px, 9vw, 130px);
  top: 50%;
  transform: translateY(-50%);
  width: min(500px, 43vw);
  min-height: 570px;
  padding: 92px 70px 70px;
  background: #050505;
  color: #fff;
  border-radius: 80px 15px 82px 18px;
}
.warranty-card .eyebrow { margin: 0 0 8px; color: var(--sand); font-size: 21px; font-weight: 700; text-transform: uppercase; }
.warranty-card h2 { margin: 0 0 42px; color: var(--sand); font-size: clamp(42px, 4.4vw, 66px); line-height: .95; font-weight: 200; letter-spacing: -.04em; }
.haiku { margin: 0 0 48px; font-size: 21px; line-height: 1.7; text-transform: uppercase; }
.haiku span { display: block; }

.distributors { min-height: 619px; padding: 85px var(--edge) 76px; }
.distributors-intro { margin: -42px auto 50px; max-width: 800px; text-align: center; font-size: 14px; line-height: 1.5; font-weight: 700; text-transform: uppercase; }
.distributors-intro a { text-underline-offset: 3px; }
.distributor-columns { width: min(1020px, 100%); margin: 0 auto 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 85px; }
.distributor-heading { display: flex; align-items: center; gap: 14px; margin: 0 0 19px; font-size: 20px; font-weight: 700; text-transform: uppercase; }
.distributor-heading img { width: 29px; height: 29px; object-fit: contain; }
.accordion { border-top: 1px solid #111; }
.accordion-item { border-bottom: 1px solid #111; }
.accordion-trigger { width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; padding: 17px 0; text-align: left; font-size: 14px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.accordion-trigger::after { content: "+"; font-size: 24px; line-height: 1; font-weight: 300; }
.accordion-trigger[aria-expanded="true"]::after { content: "−"; }
.accordion-panel { display: none; padding: 0 0 18px; font-size: 14px; line-height: 1.55; }
.accordion-panel.open { display: block; }
.distributor-cta { text-align: center; }

.contact { min-height: 672px; padding: 88px var(--edge) 35px; background: var(--plum); color: #fff; }
.contact-grid { width: min(1130px, 100%); margin: auto; display: grid; grid-template-columns: minmax(270px, .82fr) minmax(520px, 1.18fr); gap: 90px; }
.contact-address h2, .contact-form h2 { margin: 0 0 31px; font-size: 35px; line-height: 1; font-weight: 200; letter-spacing: -.03em; }
.contact-address p { margin: 0; font-size: 14px; line-height: 1.75; font-weight: 700; text-transform: uppercase; }
.map-card { position: relative; height: 220px; margin-top: 30px; overflow: hidden; background: #d8d4c9; color: #544f49; }
.map-card::before, .map-card::after { content: ""; position: absolute; width: 140%; height: 20px; left: -20%; background: rgba(255,255,255,.8); transform: rotate(-17deg); box-shadow: 0 72px 0 rgba(255,255,255,.7), 0 144px 0 rgba(255,255,255,.75); }
.map-card::after { transform: rotate(20deg); top: 60px; opacity: .7; }
.map-pin { position: absolute; z-index: 3; left: 50%; top: 48%; width: 24px; height: 24px; margin: -12px; border-radius: 50% 50% 50% 0; background: #3b3340; transform: rotate(-45deg); box-shadow: 0 2px 7px #777; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.field small { font-weight: 300; opacity: .8; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.72); background: transparent; color: #fff; padding: 12px; outline: 0; }
.field input:focus, .field textarea:focus { border-color: #fff; box-shadow: 0 0 0 1px #fff; }
.field textarea { min-height: 95px; resize: vertical; }
.check { display: flex; gap: 9px; align-items: center; margin: 4px 0 17px; font-size: 12px; text-transform: uppercase; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: 13px; }
.copyright { margin: 44px auto 0; text-align: center; font-size: 11px; opacity: .65; }

.catalog { padding: 70px var(--edge) 110px; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 18px; }
.catalog-card { position: relative; display: block; height: 447px; overflow: hidden; background: #ddd; text-decoration: none; }
.catalog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.catalog-card:hover img { transform: scale(1.025); }
.catalog-card span { position: absolute; left: 0; bottom: 0; min-width: 42%; padding: 17px 23px; background: rgba(255,255,255,.93); font-size: 19px; font-weight: 300; text-transform: uppercase; }

.product-main { padding: 70px var(--edge) 100px; }
.product-header { width: min(866px, 100%); margin: 0 auto 45px; }
.product-header h1 { margin: 0 0 18px; font-size: clamp(48px, 4.8vw, 68px); line-height: 1.1; font-weight: 200; letter-spacing: -.03em; text-transform: uppercase; }
.product-spec { margin: 0; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.product-image { width: min(866px, 100%); margin: 0 auto; }
.product-image img { width: 100%; height: auto; }
.product-nav { width: min(866px, 100%); margin: 50px auto 0; padding-top: 25px; border-top: 1px solid #aaa; display: flex; justify-content: space-between; gap: 30px; }
.product-nav a { text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.product-nav a:last-child { text-align: right; }
.product-nav small { display: block; margin-bottom: 5px; font-weight: 300; opacity: .65; }

.application { padding: 72px var(--edge) 115px; }
.application-inner { width: min(1040px, 100%); margin: auto; }
.application h1 { margin: 0 0 75px; text-align: center; font-size: clamp(42px, 4.7vw, 68px); line-height: 1; font-weight: 200; letter-spacing: -.035em; text-transform: uppercase; }
.application-form { width: min(920px, 100%); margin: auto; }
.application-form .field { margin-bottom: 27px; }
.application-form .field label { color: #000; font-size: 14px; }
.application-form .field input, .application-form .field textarea { border: 1px solid #b5b5b5; color: #000; padding: 15px; }
.application-form .field textarea { min-height: 180px; }
.application-form .form-status { color: #111; }

@media (max-width: 900px) {
  .site-header { height: 142px; padding-top: 24px; padding-bottom: 24px; }
  .brand { width: 180px; }
  .menu-toggle { display: block; position: relative; z-index: 52; }
  .main-nav { position: fixed; inset: 0; z-index: 51; padding: 155px 35px 50px; display: none; flex-direction: column; align-items: flex-start; gap: 24px; background: rgba(255,255,255,.98); }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 20px; }
  body.menu-open { overflow: hidden; }
  .hero { height: 760px; }
  .hero > img { object-position: 57% 50%; }
  .hero-copy { left: 18px; top: 54%; width: min(360px, calc(100% - 36px)); min-height: 390px; padding: 50px 42px; }
  .hero-copy h1 { font-size: clamp(39px, 10vw, 54px); }
  .story { padding: 80px 28px; }
  .story-copy { font-size: 12px; line-height: 1.62; }
  .colors-grid { grid-template-columns: repeat(3, 1fr); gap: 29px 24px; }
  .warranty-card { right: 7%; width: min(530px, 70vw); }
  .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .contact { padding-top: 70px; }
  .catalog-card { height: 360px; }
}

@media (max-width: 600px) {
  :root { --edge: 13px; }
  .site-header { height: 128px; padding: 18px 20px; }
  .brand { width: 162px; }
  .hero { height: 738px; }
  .hero-copy { left: 8px; width: calc(100% - 16px); min-height: 390px; padding: 48px 33px; }
  .hero-copy h1 { margin-bottom: 28px; font-size: 43px; }
  .story { min-height: 0; padding: 75px 24px 82px; }
  .story h2 { margin-bottom: 50px; font-size: 38px; }
  .story-copy { font-size: 11.5px; line-height: 1.62; }
  .story-copy p { margin-bottom: 22px; }
  .colors { padding: 74px 31px 82px; }
  .section-title { margin-bottom: 51px; font-size: 38px; }
  .colors-grid { grid-template-columns: repeat(2, 1fr); gap: 27px 26px; }
  .swatch-image { height: 190px; }
  .swatch-name { font-size: 11px; }
  .warranty { min-height: 760px; }
  .warranty > img { object-position: 43% 50%; }
  .warranty-card { left: 20px; right: 20px; width: auto; min-height: 500px; padding: 78px 38px 55px; border-radius: 59px 12px 61px 12px; }
  .warranty-card h2 { font-size: 52px; }
  .haiku { font-size: 17px; }
  .distributors { padding: 73px 26px 77px; }
  .distributors-intro { margin-top: -25px; }
  .distributor-columns { grid-template-columns: 1fr; gap: 48px; }
  .contact { padding: 70px 28px 30px; }
  .contact-grid { display: block; }
  .contact-form { margin-top: 58px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .catalog { padding: 35px 13px 75px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 18px; }
  .catalog-card { height: 285px; }
  .product-main { padding: 40px 20px 78px; }
  .product-header { margin-bottom: 30px; }
  .product-header h1 { font-size: 47px; }
  .product-spec { font-size: 15px; }
  .product-nav { align-items: flex-start; }
  .application { padding: 45px 22px 80px; }
  .application h1 { margin-bottom: 55px; font-size: 47px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
