@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0b0b0b;
  --paper: #f2f1ed;
  --soft: #d8d7d1;
  --line: rgba(11, 11, 11, 0.16);
  --muted: #6d6c67;
  --inverse-muted: #9e9d97;
  --mono: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', 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; }
.page-shell { overflow: hidden; }
.section-pad { padding-left: clamp(24px, 5vw, 80px); padding-right: clamp(24px, 5vw, 80px); }

.site-header { align-items: center; display: flex; justify-content: space-between; max-width: 1600px; margin: 0 auto; padding: 27px clamp(24px, 5vw, 80px); }
.wordmark { align-items: center; display: inline-flex; font-size: 16px; font-weight: 800; letter-spacing: -0.05em; gap: 10px; }
.wordmark-mark { align-items: flex-end; display: inline-flex; gap: 2px; height: 17px; }
.wordmark-mark i { background: var(--ink); display: block; height: 11px; width: 3px; }
.wordmark-mark i:nth-child(2) { height: 15px; }
.wordmark-mark i:nth-child(3) { height: 8px; }
.wordmark-mark i:nth-child(4) { height: 13px; }
.site-nav { align-items: center; display: flex; gap: clamp(18px, 3vw, 46px); font-size: 12px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { color: var(--muted); transition: color 180ms ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.nav-cta span, .button span, .text-link span, .closing-link span { display: inline-block; margin-left: 10px; transition: transform 180ms ease; }
.nav-cta:hover span, .button:hover span, .text-link:hover span, .closing-link:hover span { transform: translate(3px, -3px); }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 0.87fr); gap: clamp(45px, 9vw, 150px); max-width: 1600px; margin: 0 auto; min-height: 715px; padding-top: clamp(70px, 10vw, 145px); padding-bottom: clamp(85px, 10vw, 155px); }
.hero-copy { align-self: center; max-width: 620px; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; line-height: 1.4; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow-dot { background: var(--ink); border-radius: 50%; height: 6px; margin-right: 9px; width: 6px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 700; letter-spacing: -0.08em; }
h1 { font-size: clamp(54px, 7.3vw, 112px); line-height: 0.95; margin: 0 0 34px; max-width: 720px; }
h1 em, h2 em { font-style: normal; font-weight: 400; }
.hero-lede { color: #51504c; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.65; max-width: 450px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 27px; margin-top: 38px; }
.button { align-items: center; display: inline-flex; font-size: 12px; font-weight: 700; justify-content: center; padding: 17px 21px; transition: background 180ms ease, color 180ms ease; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #33322f; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: white; }
.text-link, .closing-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; padding-bottom: 5px; }
.fine-print { color: var(--muted); font-family: var(--mono); font-size: 10px; margin: 33px 0 0; }
.status-dot { background: var(--ink); border-radius: 50%; display: inline-block; height: 5px; margin: 0 7px 1px 0; width: 5px; }

.hero-visual { align-self: center; background: var(--ink); color: var(--paper); height: min(520px, 39vw); min-height: 460px; overflow: hidden; position: relative; }
.visual-topline { display: flex; font-family: var(--mono); font-size: 9px; justify-content: space-between; letter-spacing: .08em; padding: 19px 20px; position: relative; z-index: 2; }
.live-label { align-items: center; display: inline-flex; gap: 7px; }
.live-label b { background: var(--paper); border-radius: 50%; height: 5px; width: 5px; }
.visual-grid { background-image: linear-gradient(rgba(242,241,237,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(242,241,237,.1) 1px, transparent 1px); background-size: 35px 35px; inset: 0; opacity: .6; position: absolute; }
.room-card { background: var(--paper); color: var(--ink); left: 11%; padding: 25px 23px 18px; position: absolute; right: 11%; top: 20%; z-index: 1; box-shadow: 14px 14px 0 rgba(242, 241, 237, .12); }
.room-card-head { align-items: flex-start; display: flex; justify-content: space-between; }
.mini-label { color: var(--muted); display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; margin-bottom: 8px; }
.room-card-head strong { display: block; font-size: 17px; letter-spacing: -.04em; }
.room-menu { font-family: var(--mono); letter-spacing: 2px; }
.room-progress { background: var(--soft); height: 5px; margin-top: 28px; }
.room-progress span { background: var(--ink); display: block; height: 100%; width: 68%; }
.room-metrics { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 16px; padding-bottom: 18px; }
.room-metrics span, .room-metrics strong { display: block; }
.room-metrics span { color: var(--muted); font-family: var(--mono); font-size: 8px; margin-bottom: 6px; }
.room-metrics strong { font-size: 12px; }
.room-metrics i { background: var(--ink); border-radius: 50%; display: inline-block; height: 5px; margin: 0 4px 1px 0; width: 5px; }
.room-log { border-bottom: 1px solid var(--line); padding: 12px 0; }
.room-log > div { align-items: center; display: grid; font-size: 10px; grid-template-columns: 27px 1fr auto; padding: 7px 0; }
.log-index { color: var(--muted); font-family: var(--mono); font-size: 8px; }
.room-log b { font-family: var(--mono); font-size: 8px; font-weight: 400; text-transform: uppercase; }
.room-log .muted-row { color: var(--muted); }
.room-footer { color: var(--muted); display: flex; font-family: var(--mono); font-size: 8px; justify-content: space-between; padding-top: 14px; text-transform: uppercase; }
.visual-stamp { bottom: 13%; color: var(--paper); font-family: var(--mono); font-size: 9px; left: 7%; letter-spacing: .12em; line-height: 1.4; position: absolute; transform: rotate(-90deg); transform-origin: left top; }

.signal-strip { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; gap: 23px; justify-content: space-between; margin: 0 auto; max-width: 1600px; padding-bottom: 22px; padding-top: 22px; }
.signal-strip p { font-size: clamp(11px, 1vw, 14px); font-weight: 600; letter-spacing: -.03em; margin: 0; }
.signal-strip p span { font-style: italic; font-weight: 400; }
.signal-rule { background: var(--line); height: 1px; max-width: 180px; width: 100%; }
.signal-meta { color: var(--muted); font-family: var(--mono); font-size: 9px; }

.benefits { max-width: 1600px; margin: 0 auto; padding-bottom: clamp(110px, 14vw, 220px); padding-top: clamp(110px, 14vw, 220px); }
.section-intro { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 66px; }
.section-intro .eyebrow { align-self: flex-start; }
h2 { font-size: clamp(47px, 6vw, 91px); line-height: .96; margin: 0; }
.section-intro h2 { margin-left: auto; max-width: 610px; width: 52%; }
.benefit-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-card { border-right: 1px solid var(--line); min-height: 326px; padding: 22px 26px 26px 0; position: relative; }
.benefit-card + .benefit-card { padding-left: 26px; }
.benefit-card:last-child { border-right: 0; padding-right: 0; }
.card-number, .step-top { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; }
.benefit-icon { height: 44px; margin: 58px 0 28px; position: relative; width: 44px; }
.icon-burst i { background: var(--ink); height: 5px; left: 19px; position: absolute; top: 19px; transform-origin: 3px 3px; width: 22px; }
.icon-burst i:nth-child(1) { transform: rotate(0); }
.icon-burst i:nth-child(2) { transform: rotate(90deg); }
.icon-burst i:nth-child(3) { transform: rotate(45deg); }
.icon-burst i:nth-child(4) { transform: rotate(-45deg); }
.icon-stack i { border: 1px solid var(--ink); height: 22px; left: 9px; position: absolute; transform: skewY(-28deg); width: 27px; }
.icon-stack i:nth-child(1) { top: 0; }
.icon-stack i:nth-child(2) { left: 5px; top: 10px; }
.icon-stack i:nth-child(3) { left: 1px; top: 20px; }
.icon-pause { display: flex; gap: 6px; padding: 4px 0; }
.icon-pause i { background: var(--ink); height: 36px; width: 10px; }
.benefit-card h3 { font-size: 21px; letter-spacing: -.06em; margin-bottom: 13px; }
.benefit-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; max-width: 280px; }
.card-arrow { bottom: 27px; font-size: 22px; position: absolute; right: 26px; }

.how { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); max-width: 1600px; margin: 0 auto; padding-bottom: clamp(100px, 11vw, 174px); padding-top: clamp(100px, 11vw, 174px); }
.how .eyebrow { color: var(--inverse-muted); }
.how .eyebrow-dot { background: var(--paper); }
.how-header { position: relative; }
.how-header h2 { font-size: clamp(48px, 5.5vw, 84px); }
.how-aside { color: var(--inverse-muted); font-size: 13px; line-height: 1.7; margin: 45px 0 0; max-width: 250px; }
.steps { align-self: end; border-top: 1px solid rgba(242,241,237,.28); }
.step { border-bottom: 1px solid rgba(242,241,237,.28); padding: 21px 0 25px; }
.step-top { color: var(--inverse-muted); display: flex; gap: 16px; }
.step-line { background: rgba(242,241,237,.4); height: 1px; margin-top: 5px; width: 45px; }
.step h3 { font-size: clamp(22px, 2.1vw, 31px); letter-spacing: -.06em; margin: 37px 0 13px; }
.step p { color: var(--inverse-muted); font-size: 13px; line-height: 1.7; margin: 0; max-width: 370px; }

.pricing { max-width: 1600px; margin: 0 auto; padding-bottom: clamp(95px, 12vw, 180px); padding-top: clamp(95px, 12vw, 180px); }
.pricing-card { background: #d4d3cd; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 485px; overflow: hidden; padding: clamp(37px, 5vw, 73px); }
.pricing-copy .eyebrow { color: #5f5e5a; }
.pricing-copy h2 { font-size: clamp(45px, 5.1vw, 76px); }
.pricing-copy > p:not(.eyebrow) { color: #5f5e5a; font-size: 13px; line-height: 1.7; margin: 28px 0 33px; max-width: 350px; }
.pricing-mark { align-items: center; display: flex; justify-content: center; min-height: 300px; position: relative; }
.pricing-mark > span { font-family: var(--mono); font-size: clamp(35px, 4vw, 62px); letter-spacing: -.1em; position: relative; z-index: 2; }
.meter-orbit { border: 1px solid rgba(11,11,11,.4); border-radius: 50%; height: 260px; position: absolute; transform: rotate(-22deg); width: 260px; }
.meter-orbit::after { background: var(--ink); content: ''; height: 8px; left: 22px; position: absolute; top: 41px; width: 8px; }
.orbit-one { border-radius: 46% 54% 53% 47%; height: 270px; transform: rotate(28deg); width: 165px; }
.orbit-one::after { left: 24px; top: 40px; }
.orbit-two { border-radius: 52% 48% 40% 60%; height: 220px; transform: rotate(-37deg); width: 300px; }
.orbit-two::after { bottom: 18px; left: auto; right: 43px; top: auto; }

.closing { border-top: 1px solid var(--line); margin: 0 auto; max-width: 1600px; padding-bottom: clamp(120px, 15vw, 235px); padding-top: clamp(120px, 15vw, 235px); }
.closing h2 { font-size: clamp(62px, 9vw, 135px); margin-bottom: 47px; }
.closing-link { font-size: 14px; }
.site-footer { align-items: center; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 0 auto; max-width: 1600px; padding-bottom: 30px; padding-top: 30px; }
.site-footer p { color: var(--muted); font-family: var(--mono); font-size: 9px; margin: 0; text-transform: uppercase; }
.site-footer p:nth-child(2) { text-align: center; }
.site-footer p:last-child { text-align: right; }

@media (max-width: 850px) {
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 80px; padding-top: 70px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { height: 520px; min-height: 0; width: min(100%, 580px); }
  .section-intro { align-items: flex-start; flex-direction: column; gap: 50px; }
  .section-intro h2 { margin-left: 0; width: 100%; }
  .how { grid-template-columns: 1fr; }
  .how-aside { margin-top: 28px; }
  .pricing-card { grid-template-columns: 1fr; }
  .pricing-mark { min-height: 250px; }
}

@media (max-width: 560px) {
  .site-header { padding-bottom: 20px; padding-top: 20px; }
  .nav-cta { font-size: 10px; }
  h1 { font-size: clamp(49px, 15vw, 75px); }
  .hero-visual { height: 415px; }
  .room-card { left: 7%; padding: 19px 16px 14px; right: 7%; top: 18%; }
  .room-card-head strong { font-size: 14px; }
  .room-log > div { font-size: 9px; grid-template-columns: 23px 1fr auto; }
  .visual-stamp { bottom: 12%; left: 5%; }
  .signal-rule { max-width: 60px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card + .benefit-card, .benefit-card:last-child { border-bottom: 1px solid var(--line); border-right: 0; min-height: 280px; padding: 22px 0 26px; }
  .benefit-card:last-child { border-bottom: 0; }
  .benefit-icon { margin-top: 38px; }
  .pricing-card { min-height: 600px; }
  .pricing-mark { min-height: 220px; }
  .meter-orbit { height: 210px; width: 210px; }
  .orbit-one { height: 220px; width: 140px; }
  .orbit-two { height: 180px; width: 245px; }
  .site-footer { align-items: start; grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .site-footer p:nth-child(2) { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .site-footer p:last-child { text-align: right; }
}
