:root {
  --blush: #dca5a3;
  --blush-dark: #aa7474;
  --paper: #fdfafa;
  --ink: #171414;
  --muted: #716a69;
  --line: #ded6d4;
  --max-width: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html {
  background-color: var(--paper); !important;
}
body { background: var(--paper); 
  color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; line-height: 1.45; margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink) !important; font-weight: 500; }
h1, h2 { letter-spacing: -0.04em; }
h1 em, h2 em { color: var(--blush-dark); font-style: italic; font-weight: 400; }
a { color: inherit; }

.container { margin-left: auto; margin-right: auto; max-width: var(--max-width); width: min(calc(100% - 96px), var(--max-width)); }

.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 76px; }
.wordmark { font-size: 28px; letter-spacing: -0.08em; line-height: 1; text-decoration: none; }
.wordmark span { font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: 0; margin-left: 4px; vertical-align: top; }
.desktop-nav { display: flex; gap: 36px; margin-left: 100px; }
.desktop-nav a, .header-link, .text-link { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a { color: var(--muted); transition: color 0.2s ease; }
.desktop-nav a:hover, .header-link:hover, .text-link:hover { color: var(--blush-dark); }
.header-link { color: var(--ink); }
.header-link span, .text-link span { color: var(--blush-dark); font-size: 15px; margin-left: 7px; }

.hero-section { align-items: center; display: grid; gap: 8%; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr); min-height: 500px; padding: 64px 0 54px; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.12em; margin-bottom: 20px; text-transform: uppercase; }
.eyebrow span { background: var(--blush); height: 1px; margin: 0 12px; width: 32px; }
.hero-copy h1 { font-size: clamp(48px, 5.6vw, 78px); line-height: 1.03; margin-bottom: 28px; max-width: 650px; }
.hero-intro { color: var(--muted); font-size: 21px; line-height: 1.4; max-width: 465px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin: 33px 0 23px; }
.button.is-luxury { align-items: center; background: var(--ink); border: 1px solid var(--ink); border-radius: 0; color: #fff; display: inline-flex; font-family: "DM Mono", monospace; font-size: 10px; font-weight: 400; gap: 19px; height: 48px; letter-spacing: 0.08em; padding: 0 19px 0 22px; text-transform: uppercase; transition: background 0.2s ease, color 0.2s ease; }
.button.is-luxury:hover { background: var(--blush); border-color: var(--blush); color: var(--ink); }
.button.is-luxury span { font-size: 15px; }
.card-scene { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 355px; position: relative; }
.card-glow { background: radial-gradient(ellipse, rgba(220, 165, 163, 0.24) 0, rgba(220, 165, 163, 0) 68%); height: 410px; position: absolute; width: 500px; }
.product-card { background: #111; border-radius: 10px; box-shadow: 24px 31px 38px rgba(24, 17, 17, 0.18); color: #e6dddd; height: 225px; padding: 22px 25px; position: relative; transform: rotate(-7deg); width: min(100%, 360px); z-index: 1; }
.card-topline { font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: 0.12em; position: relative; text-transform: uppercase; z-index: 2; }
.card-topline { bottom: 22px; position: absolute; right: 25px; }
.card-topline span:first-child { font-family: "Cormorant Garamond", serif; font-size: 25px; letter-spacing: -0.06em; text-transform: lowercase; }

.principle-number { color: var(--blush-dark); font-family: "DM Mono", monospace; font-size: 10px; font-weight: 400; }

.section { padding-bottom: 80px; padding-top: 88px; }
.protocol-top { align-items: center; display: flex; gap: 8%; }.section-heading { width: 55%; }.section-heading h2, .details-copy h2, .principles-heading h2, .closing-section h2 { font-size: clamp(39px, 4.6vw, 61px); line-height: 1.04; margin-bottom: 0; }
.protocol-intro { display: flex; flex-direction: column; width: 37%; }.protocol-intro p { color: var(--muted); font-size: 18px; line-height: 1.45; margin-bottom: 22px; max-width: 390px; }.section-index { color: var(--blush-dark); font-family: "DM Mono", monospace; font-size: 10px; }
.protocol-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; }.protocol-step { align-items: center; border-right: 1px solid var(--line); display: flex; flex-direction: column; padding: 0 35px; text-align: center; }.protocol-step + .protocol-step { padding-left: 35px; }.protocol-step:last-child { border-right: 0; }.step-number { color: var(--blush-dark); font-size: 31px; font-style: italic; line-height: 1; margin-bottom: 18px; }.protocol-step h3, .principle h3 { font-size: 26px; line-height: 1.08; margin-bottom: 11px; }.protocol-step p, .principle p { color: var(--muted); font-size: 16px; line-height: 1.4; margin-bottom: 20px; }.protocol-step small { color: var(--ink); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }

.details-section { align-items: center; background: #f8f0ef; display: grid; gap: 14%; grid-template-columns: 1fr 1fr; max-width: none; padding-left: max(32px, calc((100vw - var(--max-width)) / 2)); padding-right: max(32px, calc((100vw - var(--max-width)) / 2)); width: 100%; }.details-copy > p:not(.eyebrow) { color: var(--muted); font-size: 19px; line-height: 1.45; margin: 26px 0; max-width: 430px; }.spec-sheet { border-top: 1px solid var(--line); }.spec-row { border-bottom: 1px solid var(--line); display: flex; font-size: 16px; justify-content: space-between; padding: 16px 0; }.spec-row span { color: var(--muted); }.spec-row strong { color: var(--ink); font-weight: 500; text-align: right; }

.principles-section { display: grid; gap: 10%; grid-template-columns: 0.8fr 1.5fr; }.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.principle { border-right: 1px solid var(--line); padding: 0 25px 0 0; }.principle + .principle { padding-left: 25px; }.principle:last-child { border: 0; }.principle h3 { margin-top: 31px; }.principle p { font-size: 15px; }
.closing-section { align-items: end; background: var(--ink); color: #fff; display: grid; gap: 12%; grid-template-columns: 1fr 0.8fr; padding: 66px 48px; }.closing-section h2 { color: #fff !important; }.closing-section .eyebrow { color: #b8adab; }.closing-action p { color: #c8bfbd; font-size: 17px; margin-bottom: 25px; max-width: 300px; }.closing-action .button.is-luxury { background: var(--blush); border-color: var(--blush); color: var(--ink); }.closing-action .button.is-luxury:hover { background: #fff; border-color: #fff; }.site-footer { color: var(--muted); display: flex; font-family: "DM Mono", monospace; font-size: 9px; justify-content: space-between; letter-spacing: 0.08em; padding: 25px 0 33px; text-transform: uppercase; }

.modal { align-items: center; display: flex; height: 100%; justify-content: center; left: 0; opacity: 0; padding: 24px; pointer-events: none; position: fixed; top: 0; transition: opacity 0.28s ease, visibility 0.28s ease; visibility: hidden; width: 100%; z-index: 60; }
.modal.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
.modal-overlay { background: rgba(23, 20, 20, 0.55); height: 100%; left: 0; position: absolute; top: 0; transition: opacity 0.28s ease; width: 100%; }
.modal { background: transparent; }
.modal-panel { background: var(--paper); border: 1px solid var(--line); box-shadow: 0 28px 60px rgba(24, 17, 17, 0.28); max-width: 460px; padding: 44px 40px 40px; position: relative; transform: translateY(12px) scale(0.985); transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1); width: 100%; z-index: 1; }
.modal.is-open .modal-panel { transform: translateY(0) scale(1); }
.modal-close { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 28px; line-height: 1; padding: 0; position: absolute; right: 18px; top: 14px; transition: color 0.2s ease; }
.modal-close:hover { color: var(--blush-dark); }
.modal-panel h2 { font-size: clamp(32px, 5vw, 44px); line-height: 1.05; margin-bottom: 12px; }
.modal-panel h3 { font-size: 30px; line-height: 1.08; margin-bottom: 12px; }
.modal-intro { color: var(--muted); font-size: 17px; line-height: 1.45; margin-bottom: 26px; }
.preorder-field { display: block; margin-bottom: 18px; }
.preorder-field-label { color: var(--muted); display: block; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: 0.08em; margin-bottom: 8px; text-align: left; text-transform: uppercase; }
.modal-panel input { background: #fff; border: 1px solid var(--line); border-radius: 0; color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; padding: 12px 14px; width: 100%; }
.modal-panel input:focus { border-color: var(--blush-dark); outline: 0; }
.turnstile-widget { margin: 4px 0 22px; min-height: 65px; }
.modal-submit { width: 100%; }
.modal-submit[disabled] { opacity: 0.5; cursor: not-allowed; }
.modal-message { color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: 0.04em; line-height: 1.5; margin: 16px 0 0; min-height: 16px; }
.modal-message[data-kind="error"] { color: var(--blush-dark); }
.modal-success { text-align: left; }
.modal-success .eyebrow { margin-bottom: 16px; }

@media (max-width: 760px) {
  .modal { padding: 0; }
  .modal-panel { box-shadow: none; height: 100%; max-width: none; max-height: none; min-height: 100vh; padding: 70px 26px 40px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .site-header { min-height: 67px; }.desktop-nav { display: none; }.header-link { font-size: 9px; }
  .hero-section { display: flex; flex-direction: column; gap: 25px; min-height: 0; padding: 61px 0 48px; }.hero-copy h1 { font-size: clamp(45px, 13vw, 63px); }.hero-intro { font-size: 19px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.card-scene { min-height: 290px; width: 100%; }.product-card { height: 195px; max-width: 320px; }
  .section { padding-bottom: 72px; padding-top: 76px; }.protocol-top { align-items: flex-start; display: block; }.section-heading, .protocol-intro { display: block; margin: 0; width: 100%; }.protocol-intro { margin-top: 28px; padding-bottom: 0; }.protocol-intro p { font-size: 17px; }.protocol-grid { border-left: 1px solid var(--line); gap: 30px; grid-template-columns: 1fr; margin-top: 45px; padding-left: 25px; }.protocol-step, .protocol-step + .protocol-step { border-bottom: 0; border-left: 0; border-right: 0; padding: 0; text-align: left; }.protocol-step:last-child { border-bottom: 0; padding-bottom: 0; }.protocol-step h3 { font-size: 24px; }
  .details-section { display: block; padding-left: 20px; padding-right: 20px; width: 100%; }.details-copy > p:not(.eyebrow) { font-size: 18px; }.spec-sheet { margin-top: 44px; }.spec-row { align-items: flex-start; flex-direction: column; gap: 4px; }.spec-row strong { text-align: left; }
  .principles-section { display: block; }.principles-grid { border-left: 1px solid var(--line); gap: 26px; grid-template-columns: 1fr; margin-top: 38px; padding-left: 25px; }.principle, .principle + .principle { border: 0; padding: 0; }.principle:last-child { padding-bottom: 0; }.principle h3 { margin-top: 22px; }
  .closing-section { display: block; padding: 50px 20px; width: calc(100% - 40px); }.closing-action { margin-top: 35px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 10px; padding-top: 23px; }
}
