:root {
  --ink: #111111;
  --muted: #666666;
  --soft: #f4f4f1;
  --line: #dddddd;
  --cream: #f1eadc;
  --blue: #e8eff5;
  --charcoal: #333438;
  --max: 900px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  font-weight: 800;
  font-size: 18px;
}

.header-nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.header-cta {
  justify-self: end;
  padding: 12px 18px;
  background: var(--ink);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.page-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  background: #ffffff;
}

.section-pad {
  padding: 92px 46px;
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 42px;
  min-height: calc(100vh - 68px);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 8vw, 88px);
  line-height: 0.95;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero-sub {
  max-width: 360px;
  margin-bottom: 32px;
  color: #303030;
  font-size: 22px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  background: var(--ink);
  color: #ffffff;
  border: 1px solid var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.text-link {
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.hero-visual {
  margin: 0;
  background: linear-gradient(#f1f1ef, #ffffff);
}

.hero-visual img {
  width: 100%;
  height: min(760px, calc(100vh - 150px));
  object-fit: cover;
  object-position: center top;
}

.hero-visual figcaption {
  padding: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.design-note {
  border-top: 1px solid var(--line);
}

.script-label {
  margin-bottom: 28px;
  color: var(--ink);
  font-family: "Brush Script MT", "Segoe Print", cursive;
  font-size: 42px;
  line-height: 1;
}

.note-copy {
  max-width: 740px;
}

.note-copy p {
  color: var(--ink);
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.55;
  font-weight: 700;
}

.product-detail h2,
.info-section h2 {
  font-size: 48px;
  text-transform: uppercase;
}

.color-section {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid var(--line);
}

.color-section h2 {
  margin-bottom: 22px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.color-tile {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: end;
  gap: 14px;
  padding: 14px;
  background: #f8f8f6;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.color-tile strong {
  font-size: 15px;
  line-height: 1;
}

.swatch {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.swatch-cream {
  background: var(--cream);
}

.swatch-black {
  background: #111111;
}

.swatch-charcoal {
  background: var(--charcoal);
}

.tiktok-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.tiktok-section h2 {
  font-size: clamp(38px, 5vw, 60px);
}

.tiktok-cards {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.tiktok-cards article {
  padding: 28px;
  background: #ffffff;
}

.tiktok-cards span,
.detail-grid span,
.fabric-grid span {
  display: block;
  margin-bottom: 14px;
  font-weight: 900;
  font-size: 18px;
}

.tiktok-cards strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.15;
}

.tiktok-cards p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.feature-block {
  position: relative;
}

.feature-block-dark {
  min-height: 820px;
  background: #1b1b1b;
  color: #ffffff;
  overflow: hidden;
}

.feature-block-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.64)),
    linear-gradient(90deg, rgba(17, 17, 17, 0.58), rgba(17, 17, 17, 0.12) 62%);
  pointer-events: none;
}

.feature-block-dark > img {
  width: 100%;
  height: 820px;
  object-fit: cover;
  object-position: center top;
  opacity: 0.72;
}

.feature-copy {
  padding: 88px 46px;
}

.feature-block-dark .feature-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 610px;
}

.feature-block-dark p,
.feature-block-dark h2 {
  color: #ffffff;
}

.feature-number {
  margin-bottom: 14px;
  color: var(--ink);
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
}

.feature-block-dark .feature-number {
  color: #ffffff;
}

.image-callout {
  position: absolute;
  right: 44px;
  bottom: 54px;
  z-index: 1;
  max-width: 300px;
  color: #ffffff;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.35;
}

.callout-light {
  top: 45%;
  bottom: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 300;
  opacity: 0.5;
}

.feature-block-white {
  padding-bottom: 88px;
}

.feature-copy-top {
  max-width: 760px;
}

.split-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 46px;
}

.split-proof figure {
  margin: 0;
}

.split-proof img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.92) contrast(0.98) brightness(1.02);
}

.split-proof figcaption {
  padding-top: 16px;
  color: rgba(17, 17, 17, 0.56);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
}

.split-proof figure:nth-child(2) img {
  object-position: center 18%;
}

.pill-label {
  display: inline-flex;
  margin-bottom: 48px;
  padding: 10px 20px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.detail-grid,
.fabric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.detail-grid article,
.fabric-grid article {
  min-height: 280px;
  padding: 28px;
  background: #ffffff;
}

.detail-grid p,
.fabric-grid p {
  font-size: 16px;
  line-height: 1.65;
}

.style-section {
  background: #f5f7f8;
}

.style-section .section-pad {
  padding-bottom: 36px;
}

.style-section p {
  max-width: 680px;
}

.style-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.style-collage img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center top;
}

.fabric-section {
  border-bottom: 1px solid var(--line);
}

.product-detail {
  text-align: center;
}

.detail-spec {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 44px;
  text-align: left;
}

.product-card {
  background: #f5f5f3;
}

.product-card img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center top;
}

.spec-list dl {
  margin: 0;
}

.spec-list div {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.info-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 46px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.model-info p {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.45;
}

.model-info strong {
  display: block;
  margin-top: 22px;
  font-size: 22px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}

th,
td {
  padding: 18px 12px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

th {
  color: var(--muted);
  font-weight: 800;
}

.fine-print {
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.6;
}

.reserve-section {
  background: var(--ink);
  color: #ffffff;
}

.reserve-section h2,
.reserve-section p,
.reserve-section .eyebrow {
  color: #ffffff;
}

.reserve-section > p {
  max-width: 620px;
}

.reserve-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.reserve-form label {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.reserve-form input,
.reserve-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  font-size: 16px;
  text-transform: none;
}

.reserve-form input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.reserve-form select option {
  color: var(--ink);
}

.form-button {
  grid-column: 1 / -1;
  margin-top: 12px;
  background: #ffffff;
  color: var(--ink);
  border-color: #ffffff;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
}

.reserve-button {
  margin-top: 28px;
}

body.modal-open {
  overflow: hidden;
}

.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.cart-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.58);
  backdrop-filter: blur(10px);
}

.cart-dialog {
  position: relative;
  width: min(100%, 460px);
  padding: 38px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.cart-dialog .eyebrow {
  margin-bottom: 12px;
}

.cart-dialog h2 {
  margin-bottom: 16px;
  font-size: 42px;
}

.cart-dialog p {
  font-size: 16px;
  line-height: 1.6;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.modal-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.modal-form label {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.modal-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  text-transform: none;
}

.modal-form input::placeholder {
  color: rgba(17, 17, 17, 0.35);
}

.modal-form .form-button {
  margin-top: 2px;
}

.modal-form .form-status {
  color: var(--muted);
}

.sticky-reserve {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 28px), 540px);
  min-height: 64px;
  padding: 12px 14px 12px 18px;
  background: rgba(17, 17, 17, 0.92);
  color: #ffffff;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-reserve.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.sticky-reserve div {
  display: grid;
  gap: 2px;
}

.sticky-reserve strong {
  font-size: 14px;
}

.sticky-reserve span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.sticky-reserve a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  background: #ffffff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

@media (min-width: 761px) {
  .sticky-reserve {
    left: auto;
    right: max(28px, calc((100vw - var(--max)) / 2 + 22px));
    width: 330px;
    transform: translateY(10px);
  }

  .sticky-reserve.is-visible {
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 60px;
    padding: 0 16px;
  }

  .header-nav {
    display: none;
  }

  .header-cta {
    max-width: 132px;
    padding: 10px 12px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section-pad {
    padding: 68px 22px;
  }

  h1 {
    font-size: clamp(38px, 10.8vw, 42px);
    line-height: 1.04;
  }

  .hero,
  .tiktok-section,
  .detail-spec,
  .info-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 30px;
    min-height: 0;
  }

  .hero-visual img {
    height: 560px;
  }

  .detail-grid,
  .fabric-grid,
  .reserve-form {
    grid-template-columns: 1fr;
  }

  .split-proof,
  .style-collage {
    grid-template-columns: 1fr;
  }

  .color-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .color-section h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .color-tile {
    min-height: 88px;
    gap: 10px;
    padding: 10px;
  }

  .color-tile strong {
    font-size: 13px;
  }

  .swatch {
    height: 38px;
  }

  .style-collage img {
    height: 560px;
  }

  .feature-block-dark,
  .feature-block-dark > img {
    min-height: 760px;
    height: 760px;
  }

  .feature-copy {
    padding: 48px 22px;
  }

  .feature-block-dark .feature-copy {
    position: absolute;
    right: 0;
    max-width: none;
  }

  .image-callout {
    right: 22px;
    bottom: 28px;
    max-width: 250px;
    font-size: 18px;
  }

  .split-proof {
    padding: 0 22px;
  }

  .product-card img {
    height: 560px;
  }

  .sticky-reserve {
    bottom: 12px;
  }

  .cart-dialog {
    padding: 32px 22px;
  }

  .cart-dialog h2 {
    font-size: 34px;
  }
}
