:root {
  --red: #e1251b;
  --ink: #0a0a0b;
  --paper: #fff;
  --fog: #f4f4f2;
  --muted: #666;
  --line: #dededb;
  --radius: 26px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}
.nav {
  height: 64px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffffd9;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #0000000d;
}
.nav a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img {
  display: block;
  width: 142px;
  height: auto;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 750;
  color: var(--red);
}
h1 {
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0;
}
.button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--red);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.section {
  padding: clamp(64px, 8vw, 110px) clamp(22px, 8vw, 120px);
}
.catalog {
  min-height: calc(100vh - 64px);
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.section-head h2,
.waitlist h2 {
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}
.section-head > p {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.6;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.product {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.product-copy {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.product-copy h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
  margin: 0;
}
.product-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
.product-meta strong {
  font-size: 20px;
}
.waitlist {
  background: var(--fog);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 9vw, 140px);
}
.waitlist > div p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 460px;
}
form {
  display: grid;
  gap: 18px;
}
label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
}
label > span { font-weight: 400; color: var(--muted); }
.fulfillment-fieldset,
.shipping-fields {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
.fulfillment-fieldset legend,
.shipping-fields legend {
  margin-bottom: 8px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
}
.fulfillment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.fulfillment-options label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  cursor: pointer;
}
.fulfillment-options input,
.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red);
}
.fulfillment-options strong,
.fulfillment-options small { display: block; }
.fulfillment-options small { margin-top: 3px; color: var(--muted); font-weight: 400; line-height: 1.35; }
.shipping-fields { display: grid; gap: 14px; border-left: 2px solid var(--red); padding-left: 16px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  background: #fff;
  color: inherit;
  font: inherit;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px #e1251b22;
}
.inverse {
  background: var(--red);
  color: #fff;
}
.form-status {
  min-height: 20px;
  font-size: 13px;
  margin: 0;
  color: var(--muted);
}
.website-field {
  position: absolute !important;
  left: -9999px !important;
}
.order {
  background: var(--fog);
}
.order-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
}
.cart-line {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.order input,
.order textarea {
  background: #fff;
  border-color: var(--line);
}
footer {
  padding: 44px clamp(22px, 8vw, 120px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
}
footer p {
  color: var(--muted);
  font-size: 13px;
}
.htp3 {
  text-decoration: none;
  color: #777;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.htp3 span {
  color: #111;
  font-weight: 750;
}
.htp3 img {
  width: 106px;
  height: auto;
}
dialog {
  border: 0;
  padding: 0;
  border-radius: 24px;
  max-width: 600px;
  width: calc(100% - 36px);
  box-shadow: 0 30px 100px #0006;
}
dialog::backdrop {
  background: #000a;
  backdrop-filter: blur(8px);
}
.dialog-card {
  padding: 36px;
  background: #fff;
  color: #111;
}
.dialog-card h2 {
  font-size: 35px;
  letter-spacing: -0.04em;
  margin: 12px 0;
}
.dialog-card p {
  line-height: 1.6;
  color: #555;
}
.check {
  display: flex;
  grid-template-columns: 20px 1fr;
  align-items: start;
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: 14px;
  font-size: 13px;
}
.check input {
  width: 18px;
  height: 18px;
  margin: 0;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}
.text-button {
  border: 0;
  background: transparent;
  padding: 14px 18px;
  cursor: pointer;
}
@media (max-width: 760px) {
  .product-grid,
  .waitlist,
  .order-layout {
    grid-template-columns: 1fr;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 18px;
  }
  .product-grid {
    gap: 16px;
  }
  footer {
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
  .waitlist {
    gap: 46px;
  }
  .fulfillment-options { grid-template-columns: 1fr; }
  .product-copy { padding: 18px; }
}
