:root {
  --surface: #f4f3f1;
  --paper: #fbfaf8;
  --ink: #3d3b39;
  --ink-soft: #6e6a66;
  --muted: #9a958f;
  --tan: #c29a73;
  --tan-deep: #9c7550;
  --tan-light: #e9caa8;
  --tan-wash: #efe5da;
  --stone: #bdb6ae;
  --char: #3a3735;
  --line: rgba(61, 59, 57, 0.13);
  --glass-edge: rgba(255, 255, 255, 0.5);
  --display: "Urbanist", "Helvetica Neue", sans-serif;
  --text: "Instrument Sans", "Helvetica Neue", sans-serif;
  --pad: 20px;
  --round-xl: 30px;
  --round-l: 24px;
  --round-m: 16px;
  --glow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 28px 56px -26px rgba(98, 70, 44, 0.42);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--text);
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--surface);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--tan); outline-offset: 3px; }

.tn { color: var(--tan); }

.topline { position: absolute; top: 20px; left: 20px; right: 20px; z-index: 40; }

.navpill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 7px 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #fff;
}

.navpill-side { display: none; }
.brandmark { display: inline-flex; color: currentColor; }
.brandmark svg { width: 168px; height: auto; }

.navBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-size: 13px;
}

.mobiDrawer {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background: var(--paper);
  border-radius: var(--round-l);
  box-shadow: var(--glow);
}
.mobiDrawer.is-open { display: grid; animation: paneIn 0.35s ease; }
.mobiDrawer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  border-radius: 14px;
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: -0.01em;
}
.mobiDrawer a:hover { background: var(--tan-wash); }
.mobiDrawer a i { color: var(--tan); font-size: 18px; }

.heroFrame {
  position: relative;
  margin: 10px 10px 0;
  min-height: max(640px, 96svh);
  border-radius: 26px;
  color: #fff;
}

.heroFrame-media {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  background: var(--stone);
}
.heroFrame-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  transform: scale(1.06);
  animation: heroSettle 2s cubic-bezier(.2, .7, .2, 1) forwards;
}
.heroFrame-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 35, 33, .55) 0%, rgba(38, 35, 33, .14) 32%, rgba(38, 35, 33, .22) 60%, rgba(189, 182, 174, .82) 91%, var(--stone) 100%);
}

.heroFrame-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 128px 20px 96px;
}

.heroFrame-note { font-size: 12.5px; line-height: 1.45; max-width: 30ch; opacity: .92; }

.heroFrame-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(84px, 25vw, 300px);
  line-height: .8;
  letter-spacing: -0.06em;
}
.ht-line { display: block; overflow: hidden; padding-bottom: .17em; margin-bottom: -.17em; }
.ht-in { display: inline-block; transform: translateY(110%); animation: riseIn 1.15s cubic-bezier(.2, .8, .2, 1) .15s forwards; }
.ht-line + .ht-line { margin-left: .16em; }
.ht-line + .ht-line .ht-in { animation-delay: .34s; }
.ht-sub {
  display: block;
  margin-top: 22px;
  max-width: 30ch;
  font-family: var(--text);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .01em;
  opacity: .94;
}

.heroFrame-star { position: absolute; top: 112px; right: 26px; font-size: 30px; line-height: 1; animation: slowTurn 18s linear infinite; }

.heroFrame-lead { font-size: 12.5px; line-height: 1.5; text-transform: uppercase; letter-spacing: .03em; max-width: 31ch; }
.heroFrame-lead .tn { color: var(--tan-light); }

.heroFrame-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.glassStat {
  padding: 16px 14px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid var(--glass-edge);
  background: linear-gradient(150deg, rgba(126, 108, 92, .58), rgba(64, 57, 52, .32));
  backdrop-filter: blur(9px) saturate(1.2);
  -webkit-backdrop-filter: blur(9px) saturate(1.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 18px 34px -22px rgba(20, 14, 8, .6);
}
.glassStat b { display: block; font-family: var(--display); font-weight: 400; font-size: 40px; line-height: 1; letter-spacing: -.03em; }
.glassStat span { display: block; margin-top: 6px; font-size: 12px; opacity: .92; }

.heroFrame-notch {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  width: min(430px, 84%);
  height: 64px;
  background: var(--stone);
  border-radius: 0 0 30px 30px;
  display: grid;
  place-items: center;
}
.heroFrame-notch::before,
.heroFrame-notch::after { content: ""; position: absolute; top: 0; width: 24px; height: 24px; }
.heroFrame-notch::before { left: -24px; background: radial-gradient(circle at 0 100%, transparent 23.5px, var(--stone) 24px); }
.heroFrame-notch::after { right: -24px; background: radial-gradient(circle at 100% 100%, transparent 23.5px, var(--stone) 24px); }

.notchCta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 6px 6px 6px 26px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transform: translateY(-18px);
  box-shadow: 0 14px 28px -14px rgba(92, 70, 48, .55);
  transition: transform .35s ease, box-shadow .35s ease;
}
.notchCta:hover { transform: translateY(-21px); box-shadow: 0 20px 34px -14px rgba(92, 70, 48, .6); }
.notchCta-ring {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--tan);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px rgba(194, 154, 115, .55);
  transition: transform .45s cubic-bezier(.3, 1.4, .5, 1);
}
.notchCta:hover .notchCta-ring { transform: rotate(45deg); }

.aboutBlock { padding: 112px var(--pad) 72px; }
.aboutBlock-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.aboutBlock-cut { font-family: var(--display); font-size: clamp(76px, 19vw, 262px); height: .74em; overflow: hidden; }
.aboutBlock-cut h2 { font: inherit; font-weight: 400; font-size: 1em; line-height: 1; letter-spacing: -.065em; color: #56524f; white-space: nowrap; }
.aboutBlock-star { font-size: 34px; color: var(--tan); line-height: 1; margin-top: .4em; animation: slowTurn 22s linear infinite reverse; }

.aboutBlock-statement {
  margin: 54px 0 0 auto;
  max-width: 1080px;
  font-family: var(--display);
  font-size: clamp(21px, 2.9vw, 38px);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.pillimg { display: inline-block; width: 2.4em; height: .92em; border-radius: 999px; object-fit: cover; vertical-align: -.1em; margin: 0 .14em; }
.slashes { color: var(--tan); font-weight: 300; margin-left: .45em; letter-spacing: .06em; }

.aboutBlock-row { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.aboutBlock-row img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; border-radius: var(--round-m); }
.aboutBlock-row p { grid-column: 1 / -1; font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); max-width: 42ch; }
.aboutBlock-row a { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: var(--tan-deep); font-weight: 600; border-bottom: 1px solid currentColor; }

.svcIndex { padding: 36px var(--pad) 100px; display: grid; gap: 40px; }
.svcIndex-lead h2,
.costLab-head h2,
.flowRail-head h2,
.roomTabs-copy h2,
.voiceWall h2,
.askDesk-faq h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(42px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.05em;
}
.svcIndex-lead p { margin-top: 18px; max-width: 38ch; color: var(--ink-soft); }
.svcIndex-lead img { margin-top: 28px; width: 100%; aspect-ratio: 4 / 5; max-height: 520px; object-fit: cover; border-radius: var(--round-l); }
.softLink { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-weight: 600; color: var(--tan-deep); }
.softLink i { transition: transform .3s ease; }
.softLink:hover i { transform: translateX(4px); }

.svcRows { border-bottom: 1px solid var(--line); }
.svcRow {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 6px 14px;
  padding: 26px 8px;
  border-top: 1px solid var(--line);
  border-radius: 4px;
  transition: background .4s ease, padding .4s ease;
}
.svcRow-num { font-family: var(--display); color: var(--muted); font-size: 15px; padding-top: 9px; }
.svcRow-body h3 { font-family: var(--display); font-weight: 500; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.03em; line-height: 1.05; }
.svcRow-body p { margin-top: 8px; max-width: 48ch; font-size: 14.5px; color: var(--ink-soft); }
.svcRow-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.svcRow-tags span { font-size: 12px; padding: 4px 11px; border: 1px solid var(--line); border-radius: 999px; }
.svcRow-side { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 12px; }
.svcRow-price { font-family: var(--display); font-size: 20px; color: var(--tan-deep); }
.svcRow-go {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 18px;
  transition: transform .45s cubic-bezier(.3, 1.4, .5, 1), background .3s, color .3s, border-color .3s;
}
.svcRow:hover { background: var(--paper); }
.svcRow:hover .svcRow-go { background: var(--tan); border-color: var(--tan); color: #fff; transform: rotate(45deg); }

.whyStage {
  position: relative;
  margin: 0 10px;
  padding: 78px var(--pad) 50px;
  border-radius: var(--round-xl);
  overflow: hidden;
  background: #cfc9c2;
}
.whyStage-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.whyStage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(244, 243, 241, .95) 0%, rgba(244, 243, 241, .62) 36%, rgba(58, 50, 44, .42) 100%);
}
.whyStage-wrap { position: relative; z-index: 2; }
.whyStage-title { font-family: var(--display); font-weight: 400; font-size: clamp(70px, 14vw, 206px); line-height: .82; letter-spacing: -.065em; color: #4a4745; }
.whyStage-title span { display: block; }
.whyStage-title .off { margin-left: 1.05em; }
.whyStage-intro { margin-top: 26px; max-width: 34ch; font-size: 14.5px; color: var(--ink-soft); }
.whyStage-slash { position: absolute; top: 30px; right: 28px; z-index: 2; color: #fff; font-size: 28px; font-weight: 300; letter-spacing: .06em; }

.whyTiles { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.whyTile {
  min-height: 156px;
  padding: 20px 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid var(--glass-edge);
  background: linear-gradient(160deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .06));
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 22px 40px -26px rgba(40, 30, 20, .5);
}
.whyTile i { font-size: 24px; }
.whyTile--dark { background: linear-gradient(150deg, rgba(58, 52, 48, .74), rgba(132, 118, 106, .3)); }
.whyTile--solid { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.whyTile--solid i { color: var(--tan); }
.whyTiles .whyTile:last-child { grid-column: 1 / -1; }

.whyStage-foot { position: relative; z-index: 2; margin-top: 40px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; color: #fff; font-size: 12.5px; }
.whyStage-foot p { max-width: 32ch; }
.whyStage-foot svg { width: 40px; flex-shrink: 0; }

.costLab { padding: 110px var(--pad); }
.costLab-head p { margin-top: 16px; max-width: 40ch; color: var(--ink-soft); }
.costLab-grid { margin-top: 40px; display: grid; gap: 16px; }

.costForm { display: grid; gap: 30px; padding: 26px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; }
.costForm fieldset { border: 0; min-width: 0; }
.fLabel { display: block; font-family: var(--display); font-size: 20px; font-weight: 500; letter-spacing: -.01em; margin-bottom: 12px; }
.chipset { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.chip span:hover { border-color: var(--tan); }
.chip input:checked + span { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip--box input:checked + span { background: var(--tan-wash); color: var(--tan-deep); border-color: var(--tan); }
.chip input:focus-visible + span { outline: 2px solid var(--tan); outline-offset: 2px; }

.mqRow { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.mqRow .fLabel { margin-bottom: 0; }
.mqRow output { font-family: var(--display); font-size: 34px; letter-spacing: -.03em; color: var(--tan-deep); }
#mq {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tan) var(--fill, 20%), #e3ded8 var(--fill, 20%));
  cursor: pointer;
}
#mq::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); border: 6px solid var(--tan); box-shadow: 0 6px 14px -4px rgba(98, 70, 44, .5); }
#mq::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; background: var(--paper); border: 6px solid var(--tan); box-shadow: 0 6px 14px -4px rgba(98, 70, 44, .5); }
.rangeScale { display: flex; justify-content: space-between; margin-top: 8px; font-size: 12px; color: var(--muted); }

.costCard {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 24px;
  border-radius: 26px;
  color: #f3eee8;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, .025) 0 2px, transparent 2px 7px),
    radial-gradient(120% 90% at 100% 0%, rgba(194, 154, 115, .5), transparent 60%),
    linear-gradient(160deg, #4b4743, #2f2c2a);
}
.costCard-cap { font-size: 13.5px; opacity: .75; }
.costCard-price { font-family: var(--display); font-size: clamp(46px, 6vw, 70px); line-height: 1; letter-spacing: -.04em; }
.costCard-price small { font-size: .36em; letter-spacing: 0; opacity: .7; margin-left: 4px; }
.costCard dl { border-top: 1px solid rgba(255, 255, 255, .14); }
.costCard dl div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: 14px; }
.costCard dt { opacity: .72; }
.costCard dd { font-weight: 600; text-align: right; }
.costCard-note { font-size: 12.5px; line-height: 1.5; opacity: .7; }

.pillBtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-start;
  gap: 18px;
  padding: 6px 6px 6px 24px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  transition: transform .3s ease;
}
.pillBtn-ring { width: 42px; height: 42px; border-radius: 50%; background: var(--tan); color: #fff; display: grid; place-items: center; font-size: 17px; transition: transform .45s cubic-bezier(.3, 1.4, .5, 1); }
.pillBtn:hover { transform: translateY(-2px); }
.pillBtn:hover .pillBtn-ring { transform: rotate(45deg); }

.flowRail { padding: 20px 0 110px; }
.flowRail-head { padding: 0 var(--pad); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 22px; }
.flowRail-head p { margin-top: 16px; max-width: 38ch; color: var(--ink-soft); }
.railNav { display: flex; gap: 8px; }
.railNav button { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 20px; transition: background .25s, color .25s; }
.railNav button:hover { background: var(--ink); color: var(--paper); }
.railTrack {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--pad);
  padding: 0 var(--pad) 40px;
  scrollbar-width: none;
}
.railTrack::-webkit-scrollbar { display: none; }
.railStep {
  flex: 0 0 min(82vw, 340px);
  scroll-snap-align: start;
  min-height: 350px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--round-l);
}
.railStep:nth-child(even) { transform: translateY(28px); }
.railStep-num { font-family: var(--display); font-size: 94px; line-height: .8; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.2px var(--tan); transition: color .4s ease; }
.railStep:hover .railStep-num { color: var(--tan); }
.railStep h3 { margin-top: auto; font-family: var(--display); font-weight: 500; font-size: 24px; line-height: 1.1; letter-spacing: -.02em; }
.railStep p { font-size: 14px; color: var(--ink-soft); }
.railStep-time { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; background: var(--tan-wash); color: var(--tan-deep); font-size: 12.5px; }

.roomTabs { padding: 30px var(--pad) 110px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; }
.roomTabs-copy > p { margin-top: 16px; max-width: 44ch; color: var(--ink-soft); }
.tabBar { margin-top: 26px; display: flex; gap: 4px; padding: 5px; width: max-content; max-width: 100%; overflow-x: auto; border-radius: 999px; background: #e7e3de; scrollbar-width: none; }
.tabBar::-webkit-scrollbar { display: none; }
.tabBar button { padding: 10px 18px; border-radius: 999px; font-size: 14px; white-space: nowrap; color: var(--ink-soft); transition: background .25s, color .25s; }
.tabBar button[aria-selected="true"] { background: var(--paper); color: var(--ink); box-shadow: 0 6px 16px -10px rgba(60, 40, 20, .45); }
.roomPane { margin-top: 24px; animation: paneIn .45s ease; }
.roomPane ul { display: grid; }
.roomPane li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px dashed rgba(61, 59, 57, .22); font-size: 15px; }
.roomPane li i { color: var(--tan); font-size: 18px; margin-top: 2px; }
.roomPane-note { display: flex; gap: 8px; margin-top: 16px; font-size: 13.5px; color: var(--muted); }
.roomTabs-media { position: relative; min-height: 400px; border-radius: 26px; overflow: hidden; }
.roomTabs-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.roomTabs-glass {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  color: #fff;
  border: 1px solid var(--glass-edge);
  background: linear-gradient(150deg, rgba(90, 78, 68, .6), rgba(60, 54, 50, .3));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.roomTabs-glass b { font-family: var(--display); font-weight: 400; font-size: 48px; line-height: 1; letter-spacing: -.03em; }
.roomTabs-glass span { font-size: 13.5px; line-height: 1.4; }

.kitLedger {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  padding: 80px var(--pad);
  display: grid;
  gap: 50px;
  border-radius: var(--round-xl);
  color: #efe9e2;
  background: radial-gradient(90% 70% at 0% 100%, rgba(194, 154, 115, .22), transparent 60%), var(--char);
}
.kitLedger h2 { font-family: var(--display); font-weight: 400; font-size: clamp(42px, 5.6vw, 78px); line-height: .94; letter-spacing: -.05em; color: #f6f1ea; }
.kitLedger-copy > p { margin-top: 16px; max-width: 40ch; opacity: .75; }
.fiberSet { margin-top: 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.fiber { display: flex; flex-direction: column; gap: 10px; }
.fiber-bar {
  height: 170px;
  border-radius: 999px;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .09) 0 2px, transparent 2px 5px), var(--c);
  box-shadow: inset 0 -30px 40px -20px rgba(0, 0, 0, .28), inset 0 2px 0 rgba(255, 255, 255, .25);
  transition: transform .5s cubic-bezier(.3, 1.4, .5, 1);
}
.fiber:hover .fiber-bar { transform: translateY(-8px) rotate(-3deg); }
.fiber b { font-family: var(--display); font-weight: 500; font-size: 17px; }
.fiber span { font-size: 12.5px; line-height: 1.4; opacity: .72; }
.kitLedger-rule { margin-top: 26px; max-width: 42ch; font-size: 14px; opacity: .8; }
.ledgerList li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.ledgerList li:first-child { border-top: 1px solid rgba(255, 255, 255, .12); }
.ledgerList i { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .07); color: var(--tan-light); font-size: 20px; }
.ledgerList h3 { font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.01em; }
.ledgerList p { font-size: 14px; opacity: .7; margin-top: 2px; }

.voiceWall { padding: 120px var(--pad); }
.voiceWall-grid { margin-top: 44px; display: grid; gap: 34px; }
.voiceStage { position: relative; padding-top: 44px; }
.voiceStage::before { content: "\201C"; position: absolute; top: -34px; left: -6px; font-family: var(--display); font-size: 170px; line-height: 1; color: var(--tan); opacity: .35; }
.voiceQuote { animation: paneIn .55s ease; }
.voiceQuote blockquote { font-family: var(--display); font-size: clamp(24px, 3.1vw, 40px); line-height: 1.2; letter-spacing: -.02em; }
.voiceQuote figcaption { margin-top: 26px; display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--ink-soft); }
.voiceQuote figcaption b { display: block; color: var(--ink); font-size: 15px; }
.voiceAvatar { width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; background: var(--tan-wash); color: var(--tan-deep); font-family: var(--display); font-weight: 600; font-size: 17px; }
.voicePicks { display: grid; gap: 8px; align-content: start; }
.voicePick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: background .3s, color .3s, border-color .3s;
}
.voicePick b { display: block; font-size: 15px; font-weight: 600; }
.voicePick small { display: block; font-size: 12.5px; color: var(--muted); }
.voicePick i { font-size: 18px; color: var(--tan); }
.voicePick:hover { border-color: var(--tan); }
.voicePick[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.voicePick[aria-pressed="true"] small { color: rgba(255, 255, 255, .6); }

.askDesk { padding: 20px var(--pad) 120px; display: grid; gap: 44px; }
.faqList { margin-top: 36px; border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.2;
}
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary i { flex: 0 0 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 18px; transition: transform .35s ease, background .3s, color .3s; }
.faqList details[open] summary i { transform: rotate(45deg); background: var(--tan); border-color: var(--tan); color: #fff; }
.faqList details p { padding: 0 54px 24px 0; max-width: 60ch; color: var(--ink-soft); }

.deskCard { position: relative; overflow: hidden; padding: 32px 24px; border-radius: 28px; background: var(--tan-wash); align-self: start; }
.deskCard-star { position: absolute; right: -18px; top: -30px; font-size: 150px; color: var(--tan); opacity: .16; line-height: 1; }
.deskCard h3 { position: relative; font-family: var(--display); font-weight: 500; font-size: clamp(28px, 3vw, 36px); line-height: 1.05; letter-spacing: -.03em; }
.deskCard > p { position: relative; margin-top: 14px; color: var(--ink-soft); max-width: 36ch; }
.deskCard-lines { position: relative; margin-top: 24px; display: grid; gap: 12px; font-size: 14.5px; }
.deskCard-lines li { display: flex; gap: 12px; align-items: flex-start; }
.deskCard-lines i { color: var(--tan-deep); font-size: 18px; margin-top: 1px; }
.deskCard .pillBtn { position: relative; margin-top: 26px; background: var(--ink); color: var(--paper); }

.baseDeck { margin: 0 10px 10px; padding: 60px var(--pad) 0; border-radius: var(--round-xl); background: #e8e4df; overflow: hidden; }
.baseDeck-top { display: grid; gap: 38px; }
.baseDeck-brand svg { width: 212px; height: auto; color: var(--ink); }
.baseDeck-brand p { margin-top: 16px; max-width: 34ch; font-size: 14px; color: var(--ink-soft); }
.baseDeck-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 20px; }
.baseDeck h4 { font-family: var(--display); font-weight: 600; font-size: 17px; margin-bottom: 12px; }
.baseDeck-cols ul { display: grid; gap: 8px; font-size: 14px; }
.baseDeck-cols a { color: var(--ink-soft); transition: color .25s; }
.baseDeck-cols a:hover { color: var(--tan-deep); }
.baseDeck-contact li { display: flex; gap: 10px; color: var(--ink-soft); }
.baseDeck-contact i { color: var(--tan-deep); }
.cookieReopen { font-size: 14px; color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; text-align: left; }
.cookieReopen:hover { color: var(--tan-deep); }
.baseDeck-bottom { margin-top: 44px; padding: 18px 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 13px; color: var(--ink-soft); }
.baseDeck-giant { margin: 8px 0 0 -.04em; height: .64em; overflow: hidden; white-space: nowrap; font-family: var(--display); font-size: 11.6vw; line-height: 1; letter-spacing: -.065em; color: #d4cdc5; user-select: none; }

#consentDock {
  position: fixed;
  z-index: 90;
  left: 12px;
  right: 12px;
  bottom: 12px;
  max-width: 440px;
  padding: 22px;
  border-radius: var(--round-l);
  background: var(--paper);
  box-shadow: var(--glow), 0 0 0 1px var(--line);
  animation: dockIn .55s cubic-bezier(.2, .8, .2, 1);
}
.consentDock-head { display: flex; align-items: center; gap: 12px; }
.consentDock-head i { width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; background: var(--tan-wash); color: var(--tan-deep); font-size: 19px; }
.consentDock-head h2 { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: -.01em; }
#consentDock p { margin-top: 12px; font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); }
#consentDock p a, .consentBox-intro a { color: var(--tan-deep); text-decoration: underline; text-underline-offset: 3px; }
.consentDock-actions { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cBtn { padding: 12px 14px; border-radius: 999px; border: 1px solid var(--ink); font-size: 14px; font-weight: 600; text-align: center; transition: background .25s, color .25s, border-color .25s; }
.cBtn:hover { background: var(--ink); color: var(--paper); }
.cBtn--fill { background: var(--ink); color: var(--paper); }
.cBtn--fill:hover { background: var(--tan-deep); border-color: var(--tan-deep); }
.cBtn--ghost { grid-column: 1 / -1; border-color: var(--line); font-weight: 500; }

#consentPanel { position: fixed; inset: 0; z-index: 100; display: grid; place-items: end center; padding: 12px; background: rgba(40, 36, 33, .5); animation: paneIn .3s ease; }
.consentBox { width: 100%; max-width: 580px; max-height: calc(100svh - 24px); overflow-y: auto; padding: 26px 22px; border-radius: 26px; background: var(--paper); }
.consentBox-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.consentBox-head h2 { font-family: var(--display); font-weight: 600; font-size: 24px; letter-spacing: -.02em; }
.consentBox-close { width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 18px; }
.consentBox-intro { margin-top: 10px; font-size: 13.5px; color: var(--ink-soft); }
.cRow { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cRow label { font-weight: 600; font-size: 15.5px; cursor: pointer; }
.cRow p { grid-column: 1; font-size: 13px; line-height: 1.5; color: var(--ink-soft); }
.cRow .swt { grid-column: 2; grid-row: 1 / span 2; }
.swt {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 50px;
  height: 29px;
  border-radius: 999px;
  background: #d9d4ce;
  cursor: pointer;
  transition: background .3s;
}
.swt::after { content: ""; position: absolute; top: 3px; left: 3px; width: 23px; height: 23px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, .18); transition: transform .3s cubic-bezier(.3, 1.4, .5, 1); }
.swt:checked { background: var(--tan); }
.swt:checked::after { transform: translateX(21px); }
.swt:disabled { opacity: .55; cursor: not-allowed; }
.consentBox-actions { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.consentBox-actions .cBtn:last-child { grid-column: 1 / -1; }

.js [data-rise] { opacity: 0; transform: translateY(26px); transition: opacity .9s ease var(--d, 0s), transform .9s cubic-bezier(.2, .7, .2, 1) var(--d, 0s); }
.js [data-rise].is-in { opacity: 1; transform: none; }

@keyframes riseIn { to { transform: translateY(0); } }
@keyframes heroSettle { to { transform: scale(1); } }
@keyframes slowTurn { to { transform: rotate(360deg); } }
@keyframes paneIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes dockIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }

@media (min-width: 600px) {
  #consentDock { left: 20px; bottom: 20px; right: auto; }
  #consentPanel { place-items: center; }
  .consentBox { padding: 34px; }
  .consentBox-actions { grid-template-columns: 1fr 1fr 1fr; }
  .consentBox-actions .cBtn:last-child { grid-column: auto; }
  .fiber-bar { height: 210px; }
}

@media (min-width: 900px) {
  :root { --pad: 40px; }
  .aboutBlock { padding: 140px var(--pad) 90px; }
  .aboutBlock-statement { text-align: right; }
  .aboutBlock-row { grid-template-columns: 200px 200px 1fr 250px 250px; align-items: end; gap: 22px; }
  .aboutBlock-row p { grid-column: auto; }
  .aboutBlock-row p:first-of-type { grid-column: 4; }
  .svcIndex { grid-template-columns: 5fr 7fr; gap: 70px; padding: 50px var(--pad) 130px; }
  .svcIndex-lead { position: sticky; top: 28px; align-self: start; }
  .svcRow { grid-template-columns: 56px 1fr 190px; padding: 30px 12px; }
  .svcRow:hover { padding-left: 22px; }
  .svcRow-side { grid-column: 3; flex-direction: column; align-items: flex-end; margin-top: 0; }
  .costLab { padding: 130px var(--pad); }
  .costLab-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
  .costLab-grid { grid-template-columns: 7fr 5fr; gap: 20px; }
  .costForm { padding: 40px; }
  .costCard { position: sticky; top: 24px; align-self: start; padding: 40px; }
  .roomTabs { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 64px; padding: 50px var(--pad) 130px; }
  .roomPane ul { grid-template-columns: 1fr 1fr; column-gap: 32px; }
  .kitLedger { margin: 0 12px; padding: 110px 60px; grid-template-columns: 1fr 1fr; gap: 80px; }
  .voiceWall { padding: 140px var(--pad); }
  .voiceWall-grid { grid-template-columns: 1.6fr 1fr; gap: 80px; }
  .askDesk { grid-template-columns: 1.5fr 1fr; gap: 70px; padding: 30px var(--pad) 140px; }
  .deskCard { position: sticky; top: 24px; padding: 40px 36px; }
  .baseDeck { margin: 0 12px 12px; padding-top: 80px; }
  .baseDeck-top { grid-template-columns: 1.1fr 2fr; gap: 60px; }
  .baseDeck-cols { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .topline { top: 26px; left: 40px; right: 40px; }
  .navpill { display: grid; grid-template-columns: 1fr auto 1fr; padding: 10px 28px; }
  .navpill-side { display: flex; justify-content: space-around; gap: 24px; font-size: 11.5px; text-transform: uppercase; letter-spacing: .07em; }
  .navpill-side a { position: relative; opacity: .88; transition: opacity .25s; }
  .navpill-side a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
  .navpill-side a:hover { opacity: 1; }
  .navpill-side a:hover::after { transform: scaleX(1); transform-origin: left; }
  .brandmark { padding: 0 26px; }
  .brandmark svg { width: 194px; }
  .navBtn, .mobiDrawer { display: none !important; }

  .heroFrame { margin: 12px 12px 0; }
  .heroFrame-inner { display: grid; grid-template-columns: minmax(0, 1fr) 232px; grid-template-rows: auto 1fr auto; gap: 0 30px; padding: 150px 44px 112px; }
  .heroFrame-note { grid-column: 2; grid-row: 1; justify-self: end; text-align: right; }
  .heroFrame-title { grid-column: 1; grid-row: 1 / 3; align-self: start; font-size: clamp(140px, 17vw, 290px); }
  .ht-line + .ht-line { margin-left: .62em; }
  .ht-sub { margin-left: 1.05em; font-size: 14px; }
  .heroFrame-star { top: 50%; left: 7.5%; right: auto; font-size: 36px; }
  .heroFrame-lead { grid-column: 1; grid-row: 3; align-self: end; }
  .heroFrame-stats { grid-column: 2; grid-row: 2 / 4; align-self: end; grid-template-columns: 1fr; }
  .glassStat { padding: 22px 18px; }
  .glassStat b { font-size: 46px; }

  .whyStage { margin: 0 12px; padding: 90px 44px 44px; min-height: 980px; }
  .whyStage::before { background: linear-gradient(90deg, rgba(244, 243, 241, .96) 0%, rgba(244, 243, 241, .7) 28%, rgba(244, 243, 241, 0) 56%), linear-gradient(0deg, rgba(40, 34, 30, .4), transparent 32%); }
  .whyStage-wrap { display: grid; grid-template-columns: 1fr 1.25fr; gap: 30px; }
  .whyTiles { margin-top: 0; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(8, 88px); gap: 8px 10px; }
  .whyTile { min-height: 0; }
  .whyTile:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
  .whyTile:nth-child(2) { grid-column: 2; grid-row: 2 / 4; }
  .whyTile:nth-child(3) { grid-column: 2; grid-row: 4 / 6; }
  .whyTile:nth-child(4) { grid-column: 1; grid-row: 6 / 8; }
  .whyTiles .whyTile:nth-child(5) { grid-column: 3; grid-row: 5 / 7; }
  .whyStage-foot { margin-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .ht-in { transform: none; }
  .js [data-rise] { opacity: 1; transform: none; }
}
.topline.is-ink .navpill { color: var(--ink); border-color: rgba(61, 59, 57, .22); }
.topline.is-ink .navBtn { color: var(--ink); background: rgba(61, 59, 57, .05); border-color: rgba(61, 59, 57, .2); }
.navpill-side a[aria-current="page"] { opacity: 1; }
.mobiDrawer a[aria-current="page"] { background: var(--tan-wash); }

.bigHead { font-family: var(--display); font-weight: 400; font-size: clamp(40px, 5.6vw, 80px); line-height: .94; letter-spacing: -.05em; }
.pillBtn--ink { background: var(--ink); color: var(--paper); }
button.pillBtn { cursor: pointer; }

.azHero { position: relative; padding: 128px var(--pad) 90px; display: grid; gap: 50px; }
.azHero-title { font-family: var(--display); font-weight: 400; font-size: clamp(52px, 9vw, 140px); line-height: .9; letter-spacing: -.055em; color: #4d4a47; }
.azHero-copy > p { margin-top: 26px; max-width: 44ch; font-size: 16.5px; color: var(--ink-soft); }
.azHero-facts { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 18px 34px; }
.azHero-facts b { display: block; font-family: var(--display); font-weight: 400; font-size: 38px; line-height: 1; letter-spacing: -.03em; color: var(--tan-deep); }
.azHero-facts span { font-size: 13px; color: var(--ink-soft); }
.azHero-media { position: relative; }
.azHero-media img { width: 100%; aspect-ratio: 4 / 5; max-height: 660px; object-fit: cover; border-radius: 28px; }
.azHero-tag { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px; border-radius: 999px; font-size: 13px; color: #fff; border: 1px solid var(--glass-edge); background: rgba(70, 62, 56, .35); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.azHero-seal { position: absolute; left: -8px; bottom: -34px; width: 128px; height: 128px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--ink); box-shadow: var(--glow); }
.azHero-seal svg { position: absolute; inset: 6px; width: calc(100% - 12px); animation: slowTurn 28s linear infinite; }
.azHero-seal i { font-size: 30px; color: var(--tan); }

.azRoad { padding: 60px var(--pad) 110px; }
.azRoad-line { margin-top: 48px; position: relative; }
.azRoad-line li { display: grid; grid-template-columns: 78px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.azRoad-line b { font-family: var(--display); font-weight: 400; font-size: 30px; line-height: 1; letter-spacing: -.03em; color: var(--tan-deep); }
.azRoad-line h3 { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: -.01em; line-height: 1.15; }
.azRoad-line p { margin-top: 6px; font-size: 14.5px; color: var(--ink-soft); }

.azBento { padding: 0 var(--pad) 110px; }
.azBento-grid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; grid-auto-flow: dense; gap: 10px; }
.azCell { min-height: 172px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); }
.azCell b { font-family: var(--display); font-weight: 400; font-size: clamp(44px, 5vw, 78px); line-height: .9; letter-spacing: -.045em; }
.azCell p { font-size: 13.5px; line-height: 1.45; color: var(--ink-soft); }
.azCell--tan { background: var(--tan); border-color: var(--tan); color: #fff; }
.azCell--tan p { color: rgba(255, 255, 255, .86); }
.azCell--dark { background: var(--char); border-color: var(--char); color: #efe9e2; }
.azCell--dark p { color: rgba(239, 233, 226, .7); }
.azCell--photo { grid-column: 1 / -1; min-height: 230px; padding: 0; overflow: hidden; }
.azCell--photo img { width: 100%; height: 100%; object-fit: cover; }

.azFaces { padding: 0 var(--pad) 110px; }
.azFaces-list { margin-top: 40px; border-top: 1px solid var(--line); }
.azFace { display: grid; grid-template-columns: 52px 1fr; gap: 4px 16px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); transition: padding .4s ease, background .4s ease; }
.azFace-ini { grid-row: 1 / span 3; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--tan-wash); color: var(--tan-deep); font-family: var(--display); font-weight: 600; font-size: 17px; }
.azFace h3 { font-family: var(--display); font-weight: 400; font-size: clamp(28px, 4vw, 54px); line-height: 1; letter-spacing: -.04em; }
.azFace-role { font-size: 13.5px; color: var(--ink-soft); }
.azFace-ask { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--tan-deep); }

.azClose { position: relative; overflow: hidden; margin: 0 10px 10px; padding: 80px var(--pad); display: grid; gap: 30px; align-items: end; border-radius: var(--round-xl); background: var(--char); color: #efe9e2; }
.azClose .bigHead { position: relative; color: #f6f1ea; max-width: 14ch; }
.azClose p { position: relative; max-width: 40ch; margin-bottom: 24px; opacity: .78; }
.azClose-ring { position: absolute; right: -130px; top: -130px; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(194, 154, 115, .35); }
.azClose-ring::after { content: ""; position: absolute; inset: 60px; border-radius: 50%; border: 1px solid rgba(194, 154, 115, .22); }

.svHero { padding: 128px var(--pad) 90px; display: grid; gap: 64px; overflow: hidden; }
.svHero-title { font-family: var(--display); font-weight: 400; font-size: clamp(60px, 11vw, 176px); line-height: .86; letter-spacing: -.06em; color: #4d4a47; }
.svHero-copy > p { margin-top: 26px; max-width: 40ch; font-size: 16.5px; color: var(--ink-soft); }
.svHero-acts { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.svFan { position: relative; justify-self: center; width: 100%; max-width: 520px; height: 400px; }
.svFan a { position: absolute; width: 54%; aspect-ratio: 3 / 4; border-radius: 22px; overflow: hidden; box-shadow: var(--glow); transition: transform .55s cubic-bezier(.3, 1.3, .5, 1); }
.svFan a:nth-child(1) { left: 0; top: 46px; transform: rotate(-9deg); }
.svFan a:nth-child(2) { left: 15%; top: 12px; transform: rotate(-3deg); }
.svFan a:nth-child(3) { left: 31%; top: 22px; transform: rotate(4deg); }
.svFan a:nth-child(4) { left: 46%; top: 54px; transform: rotate(10deg); }
.svFan a:hover, .svFan a:focus-visible { z-index: 5; transform: translateY(-20px) rotate(0); }
.svFan img { width: 100%; height: 100%; object-fit: cover; }
.svFan span { position: absolute; left: 10px; bottom: 10px; padding: 6px 13px; border-radius: 999px; font-size: 13px; color: #fff; border: 1px solid var(--glass-edge); background: rgba(70, 62, 56, .4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

.svMatrix { padding: 10px var(--pad) 110px; }
.svMatrix-scroll { margin-top: 40px; overflow-x: auto; border-radius: var(--round-l); border: 1px solid var(--line); background: var(--paper); }
.svMatrix table { width: 100%; min-width: 780px; border-collapse: collapse; font-size: 14.5px; }
.svMatrix th, .svMatrix td { padding: 17px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.svMatrix thead th { background: #efece8; font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.01em; }
.svMatrix thead a { display: inline-flex; align-items: center; gap: 6px; transition: color .25s; }
.svMatrix thead a:hover { color: var(--tan-deep); }
.svMatrix-blank { font-family: var(--text); font-size: 13px; font-weight: 500; color: var(--muted); }
.svMatrix tbody th { width: 22%; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.svMatrix td .ri-check-line { font-size: 20px; color: var(--tan); }
.svMatrix tbody tr:last-child th, .svMatrix tbody tr:last-child td { border-bottom: 0; }
.svMatrix tbody tr:hover td { background: rgba(194, 154, 115, .07); }

.svPick { margin: 0 10px; padding: 80px var(--pad); display: grid; gap: 36px; border-radius: var(--round-xl); background: var(--tan-wash); }
.svPick-q { margin-top: 32px; display: grid; gap: 26px; }
.svPick-q fieldset { border: 0; min-width: 0; }
.svPick-q .chip span { background: rgba(255, 255, 255, .55); }
.svPick-q .chip input:checked + span { background: var(--ink); }
.svPick-out { align-self: center; display: flex; flex-direction: column; gap: 14px; padding: 32px 26px; border-radius: 26px; background: var(--paper); box-shadow: var(--glow); }
.svPick-out > p:first-child { font-size: 13.5px; color: var(--muted); }
.svPick-out h3 { font-family: var(--display); font-weight: 500; font-size: clamp(30px, 3.4vw, 44px); line-height: 1; letter-spacing: -.035em; }
.svPick-out p { color: var(--ink-soft); max-width: 40ch; }
.svPick-out .pillBtn { margin-top: 8px; }
.svPick-out.is-fresh h3, .svPick-out.is-fresh #svPickText { animation: paneIn .45s ease; }

.svExtras { padding: 110px var(--pad) 120px; }
.svExtras-head p { margin-top: 16px; max-width: 42ch; color: var(--ink-soft); }
.svExtras-menu { margin-top: 44px; display: grid; column-gap: 64px; }
.svExtras-menu li { display: flex; align-items: baseline; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.svX-name { font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.01em; line-height: 1.2; }
.svX-name small { display: block; margin-top: 2px; font-family: var(--text); font-weight: 400; font-size: 12.5px; letter-spacing: 0; color: var(--muted); }
.svX-dots { flex: 1; min-width: 20px; border-bottom: 1px dotted rgba(61, 59, 57, .35); transform: translateY(-6px); }
.svX-price { white-space: nowrap; font-weight: 600; font-size: 15px; color: var(--tan-deep); }
.svExtras-note { margin-top: 26px; display: flex; gap: 8px; font-size: 13.5px; color: var(--muted); max-width: 70ch; }

.dmHero { padding: 124px var(--pad) 90px; display: grid; gap: 52px; }
.dmHero-title { font-family: var(--display); font-weight: 400; font-size: clamp(54px, 8.4vw, 130px); line-height: .9; letter-spacing: -.055em; color: #4d4a47; }
.dmHero-copy > p { margin-top: 24px; max-width: 42ch; font-size: 16.5px; color: var(--ink-soft); }
.dmHero-price { margin-top: 26px; display: inline-flex; align-items: baseline; gap: 8px; padding: 9px 20px; border-radius: 999px; border: 1px solid var(--tan); color: var(--tan-deep); font-size: 14px; }
.dmHero-price b { font-family: var(--display); font-weight: 500; font-size: 26px; letter-spacing: -.02em; }
.dmHero-checks { margin-top: 24px; display: grid; gap: 10px; font-size: 14.5px; }
.dmHero-checks li { display: flex; gap: 10px; }
.dmHero-checks i { color: var(--tan); font-size: 18px; }
.dmHero-copy .pillBtn { margin-top: 30px; }
.dmArch { position: relative; justify-self: center; width: min(100%, 470px); }
.dmArch img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 999px 999px 30px 30px; }
.dmArch-dot { position: absolute; left: -8px; top: 26%; width: 82px; height: 82px; border-radius: 50%; display: grid; place-items: center; background: var(--tan); color: #fff; font-size: 30px; box-shadow: 0 0 0 6px var(--surface); }
.dmArch-dot i { animation: slowTurn 16s linear infinite; }
.dmArch-card { position: absolute; right: -6px; bottom: 38px; max-width: 230px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 18px; background: var(--paper); box-shadow: var(--glow); font-size: 13.5px; line-height: 1.4; }
.dmArch-card i { flex: 0 0 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--tan-wash); color: var(--tan-deep); font-size: 19px; }

.dmLadder { padding: 20px var(--pad) 110px; }
.dmLadder-cols { margin-top: 48px; display: grid; gap: 14px; }
.dmStep { display: flex; flex-direction: column; overflow: hidden; border-radius: 26px; background: var(--paper); border: 1px solid var(--line); }
.dmStep-top { padding: 26px 24px 22px; }
.dmStep h3 { font-family: var(--display); font-weight: 500; font-size: 28px; letter-spacing: -.03em; }
.dmStep-meta { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 13px; color: var(--ink-soft); }
.dmStep-meta span { display: inline-flex; align-items: center; gap: 5px; }
.dmStep-meta i { color: var(--tan); }
.dmStep ul { margin-top: 16px; display: grid; gap: 6px; font-size: 14.5px; }
.dmStep li { padding-left: 18px; position: relative; }
.dmStep li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 1.5px; background: var(--tan); }
.dmStep-bar { margin-top: auto; min-height: 90px; height: var(--h); display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding: 20px 24px; background: linear-gradient(180deg, var(--tan-wash), #e6d5c2); }
.dmStep-bar b { font-family: var(--display); font-weight: 400; font-size: 40px; line-height: 1; letter-spacing: -.035em; color: var(--tan-deep); }
.dmStep-bar span { font-size: 13px; color: var(--ink-soft); }
.dmStep--full .dmStep-bar { background: linear-gradient(180deg, var(--tan), var(--tan-deep)); }
.dmStep--full .dmStep-bar b, .dmStep--full .dmStep-bar span { color: #fff; }

.dmClock { padding: 0 var(--pad) 110px; display: grid; gap: 44px; }
.dmClock-head p { margin-top: 18px; max-width: 40ch; color: var(--ink-soft); }
.dmClock-line { position: relative; }
.dmClock-line::before { content: ""; position: absolute; left: 79px; top: 10px; bottom: 26px; width: 1px; background: var(--line); }
.dmClock-line li { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: 34px; padding-bottom: 30px; }
.dmClock-line li::after { content: ""; position: absolute; left: 74px; top: 9px; width: 11px; height: 11px; border-radius: 50%; background: var(--surface); border: 2px solid var(--tan); transition: background .3s; }
.dmClock-line li:hover::after { background: var(--tan); }
.dmClock-line time { font-family: var(--display); font-size: 24px; line-height: 1.1; letter-spacing: -.02em; color: var(--tan-deep); }
.dmClock-line h3 { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: -.01em; }
.dmClock-line p { margin-top: 4px; font-size: 14.5px; color: var(--ink-soft); }

.dmHonest { margin: 0 10px 10px; padding: 70px var(--pad); display: grid; gap: 40px; border-radius: var(--round-xl); background: var(--paper); border: 1px solid var(--line); }
.dmHonest-col h3 { font-family: var(--display); font-weight: 500; font-size: 30px; letter-spacing: -.03em; }
.dmHonest-col ul { margin-top: 18px; }
.dmHonest-col li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px dashed rgba(61, 59, 57, .22); font-size: 15px; }
.dmHonest-col i { font-size: 19px; color: var(--tan); }
.dmHonest-col--no i { color: var(--muted); }
.dmHonest-cta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding-top: 30px; border-top: 1px solid var(--line); }
.dmHonest-cta p { font-family: var(--display); font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.02em; }

.ufHero { position: relative; overflow: hidden; margin: 10px 10px 0; min-height: max(620px, 90svh); padding: 130px var(--pad) 56px; display: flex; align-items: flex-end; border-radius: 26px; background: var(--char); color: #f3eee8; }
.ufHero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ufHero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(58, 55, 53, .55) 0%, rgba(58, 55, 53, .72) 50%, rgba(58, 55, 53, .95) 100%); }
.ufHero-copy { position: relative; z-index: 2; max-width: 780px; }
.ufHero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(52px, 7.6vw, 118px); line-height: .92; letter-spacing: -.055em; color: #f6f1ea; }
.ufHero-copy > p { margin-top: 24px; max-width: 46ch; opacity: .82; }
.ufHero-facts { margin: 28px 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.ufHero-facts li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; font-size: 13.5px; border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .07); }
.ufHero-facts i { color: var(--tan-light); }

.ufDay { padding: 100px var(--pad) 90px; }
.ufDay-intro { margin-top: 16px; max-width: 44ch; color: var(--ink-soft); }
.ufDay-bar { position: relative; margin-top: 48px; height: 78px; border-radius: 999px; overflow: hidden; background: repeating-linear-gradient(90deg, transparent 0 calc(100% / 24 - 1px), rgba(61, 59, 57, .09) calc(100% / 24 - 1px) calc(100% / 24)), #ebe7e2; }
.ufSeg { position: absolute; top: 8px; bottom: 8px; border-radius: 999px; display: flex; align-items: center; padding: 0 16px; overflow: hidden; white-space: nowrap; font-size: 12.5px; font-weight: 600; }
.ufSeg--you { left: 37.5%; width: 37.5%; background: #d6cfc7; color: var(--ink); }
.ufSeg--am { left: 27.08%; width: 8.33%; background: var(--tan); }
.ufSeg--pm { left: 79.17%; width: 8.33%; background: repeating-linear-gradient(135deg, var(--tan) 0 7px, var(--tan-deep) 7px 14px); }
.ufDay-scale { margin-top: 10px; display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }
.ufDay-legend { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 14px; }
.ufDay-legend span { display: inline-flex; align-items: center; gap: 9px; }
.ufSw { width: 16px; height: 16px; border-radius: 5px; }
.ufSw--am { background: var(--tan); }
.ufSw--pm { background: repeating-linear-gradient(135deg, var(--tan) 0 4px, var(--tan-deep) 4px 8px); }
.ufSw--you { background: #d6cfc7; }

.ufTiers { padding: 10px var(--pad) 110px; }
.ufTiers-row { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ufTier { display: flex; flex-direction: column; gap: 12px; padding: 24px 20px; border-radius: var(--round-l); background: var(--paper); border: 1px solid var(--line); }
.ufTier-sq { position: relative; width: 60px; height: 60px; margin-bottom: 8px; border: 1px dashed rgba(61, 59, 57, .2); border-radius: 8px; }
.ufTier-sq span { position: absolute; left: -1px; bottom: -1px; width: var(--s); height: var(--s); border-radius: 7px; background: var(--tan-wash); border: 1.5px solid var(--tan); }
.ufTier h3 { font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.01em; }
.ufTier b { font-family: var(--display); font-weight: 400; font-size: 36px; line-height: 1; letter-spacing: -.035em; color: var(--tan-deep); }
.ufTier p { font-size: 13.5px; color: var(--ink-soft); }
.ufTier--dark { background: var(--char); border-color: var(--char); color: #efe9e2; }
.ufTier--dark b { color: var(--tan-light); }
.ufTier--dark p { color: rgba(239, 233, 226, .7); }
.ufTier--dark .ufTier-sq { border-color: rgba(255, 255, 255, .2); }
.ufTier--dark .ufTier-sq span { background: rgba(194, 154, 115, .3); }

.ufRules { margin: 0 10px 10px; padding: 80px var(--pad); display: grid; gap: 40px; border-radius: var(--round-xl); background: var(--tan-wash); }
.ufRules-head p { margin: 18px 0 28px; max-width: 38ch; color: var(--ink-soft); }
.ufRules-grid { display: grid; gap: 10px; }
.ufRule { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 24px 22px; border-radius: 22px; background: rgba(255, 255, 255, .62); }
.ufRule > i { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--tan-deep); font-size: 21px; }
.ufRule h3 { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: -.01em; }
.ufRule p { margin-top: 4px; font-size: 14.5px; color: var(--ink-soft); }

.cmHero { position: relative; overflow: hidden; margin: 10px 10px 0; min-height: max(660px, 96svh); display: flex; flex-direction: column; justify-content: flex-end; border-radius: 26px; color: #fff; background: var(--stone); }
.cmHero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cmHero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(38, 35, 33, .5) 0%, rgba(38, 35, 33, .1) 35%, rgba(38, 35, 33, .72) 100%); }
.cmHero-body { position: relative; z-index: 2; padding: 130px var(--pad) 30px; display: grid; gap: 28px; }
.cmHero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(50px, 8.6vw, 144px); line-height: .88; letter-spacing: -.055em; max-width: 13ch; }
.cmHero-side { display: flex; flex-wrap: wrap; gap: 8px; }
.cmHero-side li { padding: 9px 16px; border-radius: 999px; font-size: 13.5px; border: 1px solid var(--glass-edge); background: rgba(255, 255, 255, .14); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.cmHero-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.cmHero-row p { max-width: 42ch; font-size: 14.5px; opacity: .9; }
.cmTicker { position: relative; z-index: 2; overflow: hidden; white-space: nowrap; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .25); }
.cmTicker-run { display: inline-flex; animation: tickRun 34s linear infinite; font-family: var(--display); font-size: 26px; letter-spacing: -.02em; }
.cmTicker-run span { display: inline-flex; align-items: center; gap: 34px; padding-right: 34px; }
.cmTicker-run i { font-size: 18px; color: var(--tan-light); }

.cmSectors { padding: 110px var(--pad); }
.cmSectors-wrap { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.cmSectors-list { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.cmSectors-list::-webkit-scrollbar { display: none; }
.cmSec-btn { flex-shrink: 0; padding: 11px 18px; border-radius: 999px; border: 1px solid var(--line); font-size: 14px; white-space: nowrap; transition: background .25s, color .25s; }
.cmSec-btn[aria-selected="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.cmPanel { padding: 28px 24px; border-radius: 28px; background: var(--paper); border: 1px solid var(--line); animation: paneIn .45s ease; }
.cmPanel h3 { font-family: var(--display); font-weight: 500; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.02; letter-spacing: -.035em; }
.cmPanel > p { margin-top: 12px; max-width: 52ch; color: var(--ink-soft); }
.cmPanel-cols { margin-top: 26px; display: grid; gap: 22px; }
.cmPanel h4 { font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.cmPanel-cols ul { display: grid; gap: 8px; font-size: 14.5px; }
.cmPanel-cols li { padding-left: 18px; position: relative; }
.cmPanel-cols li::before { content: ""; position: absolute; left: 0; top: .6em; width: 7px; height: 7px; border-radius: 50%; border: 1.5px solid var(--tan); }
.cmPanel-cols div:last-child li::before { background: var(--tan); }
.cmPanel-freq { margin-top: 24px; padding-top: 18px; display: flex; gap: 10px; border-top: 1px dashed rgba(61, 59, 57, .22); font-size: 14px; color: var(--tan-deep); }

.cmLog { padding: 0 var(--pad) 120px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 56px; align-items: center; }
.cmLog-copy p { margin-top: 16px; max-width: 44ch; color: var(--ink-soft); }
.cmLog-sheet { position: relative; padding: 26px 22px 34px; border-radius: 10px; transform: rotate(-1.6deg); font-size: 13.5px; background: repeating-linear-gradient(180deg, transparent 0 37px, rgba(194, 154, 115, .16) 37px 38px), #fffdf8; box-shadow: 0 0 0 1px var(--line), 0 34px 60px -30px rgba(98, 70, 44, .45); }
.cmLog-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-bottom: 14px; }
.cmLog-top b { font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -.02em; }
.cmLog-top span { color: var(--ink-soft); }
.cmLog-scroll { overflow-x: auto; }
.cmLog table { width: 100%; min-width: 440px; border-collapse: collapse; }
.cmLog th { padding: 8px 6px; text-align: left; font-size: 12px; font-weight: 600; color: var(--ink-soft); border-bottom: 1.5px solid var(--ink); }
.cmLog td { padding: 10px 6px; border-bottom: 1px dashed rgba(61, 59, 57, .2); }
.cmSig { font-family: var(--display); font-style: italic; font-size: 15px; color: #52627c; }
.cmLog-stamp { position: absolute; right: 16px; bottom: -30px; width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; line-height: 1.4; color: var(--tan-deep); border: 2px solid var(--tan); background: rgba(255, 253, 248, .9); transform: rotate(12deg); }

.cmBand { position: relative; overflow: hidden; margin: 0 10px 10px; padding: 80px var(--pad); border-radius: var(--round-xl); background: var(--tan); color: #fff; }
.cmBand .bigHead { position: relative; max-width: 13ch; }
.cmBand-star { position: absolute; right: -50px; top: -70px; font-size: 300px; line-height: 1; opacity: .16; animation: slowTurn 40s linear infinite; }
.cmBand-row { position: relative; margin-top: 36px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; }
.cmBand-row p { max-width: 44ch; opacity: .92; }
.cmBand .pillBtn-ring { background: var(--char); }

.rcHero { padding: 124px var(--pad) 100px; display: grid; gap: 64px; }
.rcHero-title { font-family: var(--display); font-weight: 400; font-size: clamp(52px, 8vw, 124px); line-height: .9; letter-spacing: -.055em; color: #4d4a47; }
.rcHero-copy > p:not(.rcHero-small) { margin: 24px 0 30px; max-width: 44ch; font-size: 16.5px; color: var(--ink-soft); }
.rcHero-small { margin-top: 20px; display: flex; gap: 8px; font-size: 13.5px; color: var(--ink-soft); }
.rcHero-small i { color: var(--tan); }
.rcCal { position: relative; justify-self: center; width: 100%; max-width: 480px; padding: 24px 20px 30px; border-radius: 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--glow); transform: rotate(1.5deg); }
.rcCal-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.rcCal-top b { font-family: var(--display); font-weight: 500; font-size: 26px; letter-spacing: -.02em; }
.rcCal-top span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--ink-soft); }
.rcCal-key { width: 9px; height: 9px; border-radius: 50%; background: var(--tan); }
.rcCal-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.rcCal-grid span { position: relative; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; font-size: 13.5px; }
.rcCal-grid .dw { aspect-ratio: auto; padding-bottom: 6px; font-size: 11.5px; color: var(--muted); }
.rcCal-grid .we { color: var(--muted); }
.rcCal-grid .on { background: var(--tan-wash); color: var(--tan-deep); font-weight: 600; }
.rcCal-grid .on::after { content: ""; position: absolute; bottom: 5px; left: 50%; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: var(--tan); }
.rcCal-grid .next { background: var(--ink); color: var(--paper); font-weight: 600; }
.rcCal-sticker { position: absolute; left: -10px; bottom: -30px; display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-radius: 18px; font-size: 12.5px; line-height: 1.35; background: var(--char); color: #efe9e2; transform: rotate(-4deg); box-shadow: 0 18px 30px -16px rgba(40, 30, 20, .6); }
.rcCal-sticker i { font-size: 20px; color: var(--tan-light); }
.rcCal-sticker b { font-weight: 600; font-size: 14px; }

.rcPlans { padding: 30px var(--pad) 110px; }
.rcPlans-row { margin-top: 48px; display: grid; gap: 12px; }
.rcPlan { display: flex; flex-direction: column; gap: 16px; padding: 30px 26px; border-radius: 26px; background: var(--paper); border: 1px solid var(--line); }
.rcPlan h3 { font-family: var(--display); font-weight: 500; font-size: 26px; letter-spacing: -.02em; }
.rcPlan-price b { display: block; font-family: var(--display); font-weight: 400; font-size: 54px; line-height: 1; letter-spacing: -.045em; }
.rcPlan-price span { font-size: 13.5px; color: var(--ink-soft); }
.rcPlan ul { display: grid; gap: 9px; font-size: 14.5px; }
.rcPlan li { display: flex; gap: 10px; }
.rcPlan li i { color: var(--tan); }
.rcPlan .softLink { margin-top: auto; padding-top: 10px; }
.rcPlan--dark { background: var(--char); border-color: var(--char); color: #efe9e2; }
.rcPlan--dark .rcPlan-price span { color: rgba(239, 233, 226, .65); }
.rcPlan--dark .softLink { color: var(--tan-light); }
.rcPlan-tip { align-self: flex-start; padding: 5px 12px; border-radius: 999px; font-size: 12.5px; background: var(--tan); color: #fff; }

.rcReport { margin: 0 10px; padding: 80px var(--pad); display: grid; gap: 44px; align-items: center; border-radius: var(--round-xl); background: var(--tan-wash); }
.rcReport-copy p { margin-top: 16px; max-width: 42ch; color: var(--ink-soft); }
.rcSheet { padding: 26px 22px; border-radius: var(--round-l); background: var(--paper); box-shadow: var(--glow); }
.rcSheet-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 6px 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.rcSheet-head b { font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -.02em; }
.rcSheet-head span { font-size: 13px; color: var(--muted); }
.rcSheet-stats { margin: 20px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.rcSheet-stats b { display: block; font-family: var(--display); font-weight: 400; font-size: 36px; line-height: 1; letter-spacing: -.03em; color: var(--tan-deep); }
.rcSheet-stats span { font-size: 12.5px; color: var(--ink-soft); }
.rcSheet-bars { height: 130px; display: flex; align-items: flex-end; gap: 12px; padding-top: 12px; border-bottom: 1px solid var(--line); }
.rcSheet-bars span { flex: 1; height: var(--v); border-radius: 10px 10px 3px 3px; background: linear-gradient(180deg, var(--tan), var(--tan-deep)); }
.rcSheet-weeks { margin-top: 8px; display: flex; gap: 12px; }
.rcSheet-weeks span { flex: 1; text-align: center; font-size: 12px; color: var(--muted); }
.rcSheet-notes { margin-top: 20px; display: grid; gap: 8px; font-size: 13.5px; }
.rcSheet-notes li { display: flex; gap: 9px; }
.rcSheet-notes i { color: var(--tan-deep); font-size: 16px; }

.rcTerms { padding: 110px var(--pad) 120px; }
.rcTerms-grid { margin-top: 44px; display: grid; column-gap: 64px; }
.rcTerm { display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.rcTerm b { font-family: var(--display); font-weight: 300; font-size: 68px; line-height: .82; letter-spacing: -.06em; color: var(--tan); }
.rcTerm h3 { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: -.01em; line-height: 1.15; }
.rcTerm p { margin-top: 6px; font-size: 14.5px; color: var(--ink-soft); }
.rcTerms-end { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.rcTerms-end p { max-width: 44ch; color: var(--ink-soft); }

.ctHero { padding: 124px var(--pad) 100px; display: grid; gap: 48px; }
.ctHero-title { font-family: var(--display); font-weight: 400; font-size: clamp(50px, 7.2vw, 110px); line-height: .92; letter-spacing: -.055em; color: #4d4a47; }
.ctHero-copy > p { margin-top: 24px; max-width: 42ch; font-size: 16.5px; color: var(--ink-soft); }
.ctLines { margin-top: 36px; border-top: 1px solid var(--line); }
.ctLines li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.ctLines i { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--tan-wash); color: var(--tan-deep); font-size: 19px; }
.ctLines small { display: block; font-size: 12.5px; color: var(--muted); }
.ctLines span { font-family: var(--display); font-size: clamp(18px, 1.8vw, 22px); letter-spacing: -.01em; word-break: break-word; }
.ctCard { padding: 28px 22px; border-radius: var(--round-xl); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--glow); }
#ctForm { display: grid; gap: 18px; }
#ctForm h2 { font-family: var(--display); font-weight: 500; font-size: 30px; letter-spacing: -.03em; margin-bottom: 4px; }
.ctPair { display: grid; gap: 18px; }
.ctField label { display: block; margin-bottom: 7px; font-size: 13.5px; font-weight: 600; }
.ctField input:not([type="checkbox"]), .ctField select, .ctField textarea { width: 100%; padding: 13px 16px; font: inherit; font-size: 15px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 14px; transition: border-color .25s, background .25s, box-shadow .25s; }
.ctField textarea { min-height: 130px; resize: vertical; }
.ctField input:focus, .ctField select:focus, .ctField textarea:focus { outline: none; background: #fff; border-color: var(--tan); box-shadow: 0 0 0 4px rgba(194, 154, 115, .18); }
.ctField.is-bad input, .ctField.is-bad textarea { border-color: #b76c5c; }
.ctErr { margin-top: 6px; font-size: 12.5px; color: #a3503f; }
.ctPref { border: 0; min-width: 0; }
.ctPref legend { margin-bottom: 8px; font-size: 13.5px; font-weight: 600; }
.ctConsent { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.ctConsent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--tan); cursor: pointer; }
.ctConsent label { margin: 0; font-weight: 400; font-size: 13.5px; color: var(--ink-soft); }
.ctConsent label a { color: var(--tan-deep); text-decoration: underline; text-underline-offset: 3px; }
.ctConsent .ctErr { grid-column: 2; margin-top: 0; }
.ctSend { justify-self: start; margin-top: 4px; }
.ctDone { padding: 50px 10px; text-align: center; animation: paneIn .5s ease; }
.ctDone > i { font-size: 58px; color: var(--tan); }
.ctDone h2 { margin-top: 10px; font-family: var(--display); font-weight: 500; font-size: 34px; letter-spacing: -.03em; }
.ctDone p { margin: 10px auto 0; max-width: 32ch; color: var(--ink-soft); }

.ctNext { padding: 20px var(--pad) 100px; }
.ctNext-row { position: relative; margin-top: 46px; display: grid; gap: 30px; }
.ctNext-row::before { content: ""; position: absolute; left: 25px; top: 12px; bottom: 12px; width: 1px; background: var(--line); }
.ctNext-row li { position: relative; padding-left: 74px; }
.ctNext-row b { position: absolute; left: 0; top: 0; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 500; font-size: 20px; color: var(--tan-deep); background: var(--surface); border: 1.5px solid var(--tan); }
.ctNext-row h3 { padding-top: 10px; font-family: var(--display); font-weight: 500; font-size: 22px; letter-spacing: -.01em; }
.ctNext-row p { margin-top: 6px; max-width: 36ch; font-size: 14.5px; color: var(--ink-soft); }

.ctMap { margin: 0 10px 10px; overflow: hidden; display: grid; border-radius: var(--round-xl); background: var(--char); color: #efe9e2; }
.ctMap-art { position: relative; min-height: 360px; overflow: hidden; background-color: #d7d0c7; background-image: linear-gradient(90deg, transparent 0 46%, #f4f0ea 46% 50.5%, transparent 50.5%), linear-gradient(0deg, transparent 0 57%, #f4f0ea 57% 60.5%, transparent 60.5%), repeating-linear-gradient(90deg, transparent 0 56px, rgba(255, 255, 255, .55) 56px 61px), repeating-linear-gradient(0deg, transparent 0 56px, rgba(255, 255, 255, .55) 56px 61px); }
.ctMap-sea { position: absolute; left: 0; right: 0; top: 0; height: 17%; display: flex; align-items: center; justify-content: center; font-size: 12.5px; letter-spacing: .08em; color: rgba(255, 255, 255, .92); background: linear-gradient(180deg, #93a6ae, #b4c2c6); }
.ctMap-street { position: absolute; left: 48.2%; top: 22%; transform: translateX(-50%); writing-mode: vertical-rl; font-size: 11.5px; letter-spacing: .12em; color: var(--ink-soft); }
.ctMap-station { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: 12.5px; color: var(--ink); background: rgba(255, 255, 255, .8); }
.ctMap-pin { position: absolute; left: 48.2%; top: 58.8%; transform: translate(-50%, -100%); display: flex; flex-direction: column; align-items: center; }
.ctMap-pin i { font-size: 46px; line-height: 1; color: var(--tan-deep); filter: drop-shadow(0 8px 10px rgba(80, 50, 20, .35)); animation: pinBob 2.6s ease-in-out infinite; }
.ctMap-pin em { order: -1; margin-bottom: 4px; padding: 6px 12px; border-radius: 999px; font-style: normal; font-size: 12.5px; font-weight: 600; white-space: nowrap; color: var(--ink); background: var(--paper); box-shadow: var(--glow); }
.ctMap-text { padding: 50px 26px; }
.ctMap-text .bigHead { color: #f6f1ea; }
.ctMap-text p { margin-top: 16px; max-width: 42ch; opacity: .78; }
.ctMap-lines { margin-top: 28px; display: grid; gap: 12px; font-size: 14.5px; }
.ctMap-lines li { display: flex; gap: 12px; }
.ctMap-lines i { color: var(--tan-light); font-size: 18px; }

@keyframes tickRun { to { transform: translateX(-50%); } }
@keyframes pinBob { 50% { transform: translateY(-6px); } }

@media (min-width: 700px) {
  .ctPair { grid-template-columns: 1fr 1fr; }
  .ufTiers-row { grid-template-columns: repeat(4, 1fr); }
  .svExtras-menu { grid-template-columns: 1fr 1fr; }
  .rcTerms-grid { grid-template-columns: 1fr 1fr; }
  .cmPanel-cols { grid-template-columns: 1fr 1fr; }
  .ufRules-grid { grid-template-columns: 1fr 1fr; }
  .azCell--photo { grid-column: auto; }
  .svFan { height: 470px; }
}

@media (min-width: 900px) {
  .azHero { grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; padding: 170px var(--pad) 120px; }
  .azHero-seal { left: -54px; bottom: 60px; width: 140px; height: 140px; }
  .azRoad-line { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0 20px; }
  .azRoad-line::before { content: ""; position: absolute; left: 0; right: 0; top: 6px; height: 1px; background: var(--line); }
  .azRoad-line li { position: relative; grid-template-columns: 1fr; gap: 12px; padding: 42px 0 0; border-top: 0; }
  .azRoad-line li::before { content: ""; position: absolute; left: 0; top: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--surface); border: 2px solid var(--tan); }
  .azRoad-line li:nth-child(even) { padding-top: 110px; }
  .azRoad-line b { font-size: 46px; }
  .azBento-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; }
  .azCell--photo { grid-column: 2 / 4; grid-row: span 2; }
  .azFace { grid-template-columns: 64px 1.5fr 1fr 1fr; gap: 20px; padding: 26px 0; }
  .azFace-ini { grid-row: auto; width: 64px; height: 64px; }
  .azFace:hover { padding-left: 16px; background: linear-gradient(90deg, var(--tan-wash), transparent 70%); }
  .azClose { margin: 0 12px 12px; grid-template-columns: 1.3fr 1fr; padding: 110px 60px; }

  .svHero { grid-template-columns: 1.1fr .9fr; align-items: center; padding: 170px var(--pad) 110px; }
  .svFan { height: 540px; }
  .svPick { margin: 0 12px; grid-template-columns: 1fr 1fr; gap: 60px; padding: 110px 60px; }
  .svPick-out { padding: 44px 40px; }

  .dmHero { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding: 160px var(--pad) 120px; }
  .dmArch { justify-self: end; }
  .dmArch-dot { left: -40px; }
  .dmArch-card { right: -30px; }
  .dmLadder-cols { grid-template-columns: repeat(3, 1fr); align-items: end; }
  .dmClock { grid-template-columns: .85fr 1.15fr; gap: 80px; }
  .dmClock-head { position: sticky; top: 30px; align-self: start; }
  .dmHonest { margin: 0 12px 12px; grid-template-columns: 1fr 1fr; gap: 50px 70px; padding: 100px 60px; }
  .dmHonest-cta { grid-column: 1 / -1; }

  .ufHero { margin: 12px 12px 0; padding: 170px 60px 80px; }
  .ufHero-img { left: auto; width: 60%; }
  .ufHero::before { background: linear-gradient(90deg, var(--char) 0%, var(--char) 38%, rgba(58, 55, 53, .55) 62%, rgba(58, 55, 53, .1) 100%); }
  .ufRules { margin: 0 12px 12px; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 110px 60px; }

  .cmHero { margin: 12px 12px 0; }
  .cmHero-body { grid-template-columns: 1fr 280px; align-items: end; padding: 160px 44px 34px; }
  .cmHero-side { flex-direction: column; align-items: flex-end; }
  .cmHero-row { grid-column: 1 / -1; }
  .cmSectors-wrap { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 60px; align-items: start; }
  .cmSectors-list { flex-direction: column; gap: 0; overflow: visible; border-top: 1px solid var(--line); }
  .cmSec-btn { display: flex; justify-content: space-between; align-items: center; padding: 18px 4px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; text-align: left; font-family: var(--display); font-size: 26px; letter-spacing: -.02em; color: var(--muted); }
  .cmSec-btn::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: transparent; transition: background .3s; }
  .cmSec-btn:hover { color: var(--ink); }
  .cmSec-btn[aria-selected="true"] { background: none; color: var(--ink); }
  .cmSec-btn[aria-selected="true"]::after { background: var(--tan); }
  .cmPanel { padding: 44px; }
  .cmLog { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 80px; }
  .cmLog-sheet { padding: 34px 32px 40px; }
  .cmBand { margin: 0 12px 12px; padding: 110px 60px; }

  .rcHero { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 160px var(--pad) 130px; }
  .rcCal { padding: 30px 28px 36px; }
  .rcPlans-row { grid-template-columns: repeat(3, 1fr); align-items: start; }
  .rcPlan--dark { transform: translateY(-22px); }
  .rcReport { margin: 0 12px; grid-template-columns: 1fr 1.1fr; gap: 70px; padding: 110px 60px; }
  .rcSheet { padding: 34px 32px; }

  .ctHero { grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; padding: 160px var(--pad) 110px; }
  .ctCard { padding: 40px; }
  .ctNext-row { grid-template-columns: repeat(3, 1fr); gap: 40px; }
  .ctNext-row::before { left: 25px; right: 33%; top: 25px; bottom: auto; width: auto; height: 1px; }
  .ctNext-row li { padding: 74px 0 0; }
  .ctNext-row h3 { padding-top: 0; }
  .ctMap { margin: 0 12px 12px; grid-template-columns: 1.2fr 1fr; }
  .ctMap-art { min-height: 540px; }
  .ctMap-text { padding: 80px 60px; align-self: center; }
}

@media (min-width: 1024px) {
  .navpill-side a[aria-current="page"]::after { transform: scaleX(1); }
}
.legalPage { padding: 132px var(--pad) 110px; }
.legalPage-inner { max-width: 760px; margin: 0 auto; }
.legalPage-title { font-family: var(--display); font-weight: 400; font-size: clamp(48px, 8vw, 110px); line-height: .9; letter-spacing: -.055em; color: #4d4a47; }
.legalPage p.legalPage-lead { max-width: none; margin-top: 26px; padding-bottom: 34px; border-bottom: 1px solid var(--line); font-size: 18px; line-height: 1.55; color: var(--ink-soft); }
.legalPage h2 { margin: 44px 0 12px; font-family: var(--display); font-weight: 500; font-size: clamp(24px, 2.6vw, 30px); line-height: 1.15; letter-spacing: -.025em; }
.legalPage h3 { margin: 22px 0 6px; font-size: 16px; font-weight: 600; }
.legalPage p { margin-bottom: 14px; max-width: 68ch; }
.legalPage-inner > ul, .legalPage-inner > ol { margin: 4px 0 18px; display: grid; gap: 8px; }
.legalPage-inner > ul li { position: relative; padding-left: 22px; max-width: 66ch; }
.legalPage-inner > ul li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 9px; height: 1.5px; background: var(--tan); }
.legalPage-inner a { color: var(--tan-deep); text-decoration: underline; text-underline-offset: 3px; word-break: break-word; }
.legalPage-inner a:hover { color: var(--tan); }
.legalPage-inner .pillBtn { text-decoration: none; }
.legalPage-box { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; border-radius: var(--round-l); background: var(--tan-wash); }
.legalPage-box p { margin: 0; color: var(--ink); }
.legalPage-contact { margin-top: 50px; padding: 26px 24px; border-radius: var(--round-l); background: var(--paper); border: 1px solid var(--line); }
.legalPage-contact h2 { margin-top: 0; }
.legalPage-contact ul { display: grid; gap: 10px; }
.legalPage-contact li { display: flex; gap: 12px; word-break: break-word; }
.legalPage-contact i { color: var(--tan-deep); font-size: 18px; }
.baseDeck-cols a[aria-current="page"] { color: var(--tan-deep); }

@media (min-width: 900px) {
  .legalPage { padding: 170px var(--pad) 140px; }
  .legalPage-contact { padding: 32px 36px; }
}