.home-page {
  overflow-x: clip;
}
.home-page main {
  max-width: 1440px;
  margin: auto;
  padding: 0 56px;
}
.slabs-shell .site-header {
  height: 88px;
  padding: 0 max(40px,calc((100% - 1328px)/2));
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb,var(--bg) 90%,transparent);
  backdrop-filter: blur(20px);
}
.home-nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
}
.home-nav a {
  padding: 12px 0;
  transition: color .2s;
}
.home-nav a:hover {
  color: var(--accent);
}
.slabs-shell .header-actions {
  justify-self: end;
  gap: 18px;
}
.slabs-shell .theme-toggle {
  color: var(--muted);
  background: none;
  border: 0;
  padding: 8px;
  font-size: 12px;
}
.slabs-shell .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 15px 22px;
  min-height: 50px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
}
.slabs-shell .button.small {
  padding: 10px 16px;
  min-height: 42px;
  gap: 18px;
}
.slabs-shell .button span,.text-link span {
  transition: transform .3s var(--motion-ease);
}
.slabs-shell .button:hover span,.text-link:hover span {
  transform: translate(3px,-3px);
}
.home-page .text-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-strong);
}
.home-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  min-height: 690px;
  padding: 64px 0 48px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--muted);
}
.signal-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
  box-shadow: 0 0 0 5px color-mix(in srgb,var(--accent) 10%,transparent);
}
.home-page h1 {
  font: 600 clamp(62px,6.25vw,90px)/.99 var(--display);
  letter-spacing: -.067em;
  margin: 25px 0 28px;
}
.home-page h1 em {
  color: var(--accent);
}
.slabs-shell .hero-description {
  max-width: 460px;
  font-size: 17px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 30px 0 23px;
}
.hero-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.sandbox-pill {
  display: inline-flex;
  border: 1px solid var(--line-strong);
  padding: 3px 7px;
  border-radius: 4px;
  font: 10px/1.4 var(--mono);
  letter-spacing: .08em;
  white-space: nowrap;
  color: var(--muted);
}
.hero-stage {
  position: relative;
  height: 560px;
  min-width: 0;
  isolation: isolate;
  border-radius: 24px;
  background: radial-gradient(ellipse at 52% 53%,#c8f35a17,transparent 63%);
}
.stage-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size: 52px 52px;
  opacity: .32;
  mask-image: radial-gradient(ellipse at center,#000 20%,transparent 72%);
}
.stage-orbit {
  position: absolute;
  border: 1px solid color-mix(in srgb,var(--accent) 19%,transparent);
  border-radius: 50%;
  width: 95%;
  height: 48%;
  top: 24%;
  left: 2%;
  transform: rotate(-28deg);
  z-index: -1;
}
.orbit-two {
  width: 70%;
  height: 80%;
  left: 15%;
  top: 7%;
  transform: rotate(36deg);
  border-style: dashed;
  opacity: .55;
}
.stage-topline,.stage-bottomline {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  left: 24px;
  right: 24px;
  font: 10px/1.5 var(--mono);
  color: var(--muted);
  letter-spacing: .08em;
}
.stage-topline {
  top: 12px;
}
.stage-bottomline {
  bottom: 0;
  font-size: 9px;
}
.slab-scene {
  position: absolute;
  inset: 15px 0 55px;
}
.hero-slab {
  position: absolute;
  width: 45%;
  aspect-ratio: .635;
  overflow: hidden;
  border-radius: 14px;
  background: #26292b;
  border: 1px solid #b8c7bd78;
  box-shadow: 8px 26px 50px #0008;
}
.hero-slab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
}
.slab-back {
  top: 55px;
  left: 11%;
  rotate: -15deg;
  animation: float-back 8s ease-in-out infinite;
}
.slab-front {
  top: 30px;
  left: 40%;
  rotate: 10deg;
  animation: float-front 7s ease-in-out infinite;
}
.hero-slab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,transparent 10%,#edffc82b 42%,transparent 65%);
  transform: translateX(-120%);
  animation: foil-drift 9s ease-in-out infinite;
  pointer-events: none;
}
.slab-grade {
  position: absolute;
  top: 85px;
  right: 0;
  font: 600 12px var(--mono);
  background: var(--text);
  color: var(--bg);
  border-radius: 6px;
  padding: 10px 14px;
  box-shadow: 0 10px 25px #0004;
  rotate: 4deg;
}
.slab-grade span {
  display: block;
  font-size: 8px;
  letter-spacing: .12em;
  margin-top: 5px;
}
.floating-quote {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  left: 4%;
  bottom: 46px;
  background: color-mix(in srgb,var(--surface) 94%,transparent);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 17px 22px;
  box-shadow: 0 20px 50px #0004;
  animation: float-quote 7s ease-in-out infinite;
}
.floating-quote>span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.floating-quote small {
  font: 9px var(--mono);
  color: var(--muted);
  letter-spacing: .07em;
}
.floating-quote strong {
  font: 500 29px var(--display);
  letter-spacing: -.04em;
}
.floating-quote span span {
  font-size: 11px;
  color: var(--muted);
}
.quote-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--accent);
  display: grid;
  place-content: center;
  font-size: 23px;
  border-radius: 50%;
  color: var(--accent);
}
.pool-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr .7fr 40px;
  gap: 24px;
  padding: 28px 0;
  border-block: 1px solid var(--line);
  align-items: center;
}
.pool-strip-label {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pool-strip-label strong {
  font: 500 20px var(--display);
}
.pool-strip-label div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.pool-strip-label div>span {
  color: var(--muted);
  font-size: 11px;
  max-width: 200px;
}
.strip-metric {
  border-left: 1px solid var(--line);
  padding-left: 24px;
  min-width: 0;
}
.strip-metric>span {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-bottom: 5px;
}
.strip-metric small {
  font: 8px var(--mono);
  color: var(--accent);
  margin-left: 6px;
}
.strip-metric strong {
  font: 500 clamp(20px,2.25vw,30px) var(--display);
  white-space: nowrap;
  letter-spacing: -.045em;
}
.strip-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-content: center;
}
.slabs-shell .data-disclosure {
  font-size: 11px;
  line-height: 1.7;
  margin: 15px 0 0;
  color: var(--muted);
}
.section-shell {
  padding: 106px 0;
  scroll-margin-top: 70px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading .eyebrow {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
}
.home-page h2 {
  font: 500 clamp(36px,4vw,56px)/1.08 var(--display);
  letter-spacing: -.055em;
}
.section-heading>p,.section-heading>div>p:not(.eyebrow) {
  font-size: 16px;
  max-width: 440px;
}
.section-heading .text-link {
  margin-top: 15px;
}
.borrow-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.borrow-story {
  min-width: 0;
}
.flow-visual {
  display: flex;
  align-items: center;
  padding: 33px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 35px;
  background: var(--surface);
}
.flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 105px;
  text-align: center;
}
.flow-node>span {
  display: grid;
  place-content: center;
  font-size: 25px;
  background: var(--soft);
  border: 1px solid var(--line-strong);
  height: 54px;
  width: 54px;
  border-radius: 12px;
  margin-bottom: 13px;
}
.flow-node strong {
  font: 500 15px var(--display);
}
.flow-node small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.capital-node>span {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--tint);
}
.flow-beam {
  width: 100%;
  min-width: 30px;
  align-self: flex-start;
  margin-top: 13px;
  height: 40px;
  overflow: visible;
}
.flow-beam path {
  fill: none;
  stroke: var(--line-strong);
  stroke-width: 1.5;
}
.flow-beam .beam-travel {
  stroke: var(--accent);
  stroke-width: 3;
  stroke-dasharray: 35 205;
  animation: capital-flow 3s linear infinite;
}
.borrow-steps {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}
.borrow-steps li {
  display: flex;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.borrow-steps li>span {
  font: 12px var(--mono);
  color: var(--accent);
  padding-top: 4px;
}
.borrow-steps h3 {
  font: 500 20px var(--display);
  margin-bottom: 8px;
}
.borrow-steps p {
  font-size: 14px;
}
.loan-calculator {
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--card-shadow);
}
.calculator-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}
.calculator-top h3 {
  font: 500 20px var(--display);
  max-width: 250px;
}
.loan-calculator fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.loan-calculator label {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 9px;
}
.loan-calculator select {
  display: block;
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: var(--field);
  color: var(--text);
  padding: 12px;
  font-size: 14px;
  min-height: 46px;
}
.reference-choice {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
}
.reference-choice img {
  width: 60px;
  height: 77px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
}
.reference-choice div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.reference-choice span {
  font-size: 12px;
  color: var(--muted);
}
.reference-choice strong {
  font: 500 24px var(--display);
}
.reference-choice small {
  color: var(--muted);
  font-size: 10px;
}
.term-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.term-heading>span {
  font: 11px var(--mono);
  color: var(--accent);
}
.loan-output {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 24px;
}
.loan-output>span {
  font-size: 12px;
  color: var(--muted);
}
.loan-output>strong {
  display: block;
  font: 500 58px/1.15 var(--display);
  letter-spacing: -.055em;
  color: var(--accent);
  margin: 7px 0 18px;
}
.loan-output>strong small {
  font-size: 20px;
}
.loan-output dl {
  margin: 0;
}
.loan-output dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 11px 0;
  font-size: 13px;
}
.loan-output dt {
  color: var(--muted);
}
.loan-output dd {
  margin: 0;
  font-weight: 600;
}
.loan-output dl div:nth-child(2) {
  border-block: 1px solid var(--line);
  padding: 12px 0;
}
.loan-calculator>.button {
  width: 100%;
  margin: 14px 0 4px;
}
.slabs-shell .calculator-note {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 10px;
  color: var(--muted);
}
.liquidity-section {
  border-block: 1px solid var(--line);
}
.liquidity-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
}
.tvl-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  background: radial-gradient(ellipse at 10% 0,#d0fa560a,transparent 70%),var(--surface);
}
.panel-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
  font: 10px var(--mono);
  color: var(--muted);
  letter-spacing: .08em;
}
.tvl-panel h3 {
  font-size: 14px;
  font-family: var(--font);
  color: var(--muted);
  font-weight: 500;
}
.tvl-number {
  display: block;
  font: 500 clamp(36px,4.5vw,64px)/1.2 var(--display);
  letter-spacing: -.06em;
  margin: 12px 0 10px;
}
.tvl-panel>p {
  font-size: 12px;
}
.capital-meter {
  display: flex;
  height: 16px;
  gap: 4px;
  margin: 36px 0 20px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--soft);
}
.capital-meter span {
  width: 0;
  transition: width 1s var(--motion-ease);
}
.capital-meter span:first-child {
  background: var(--accent);
}
.capital-meter span:last-child {
  background: #97b4ff;
}
.meter-legend {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.meter-legend>span {
  color: var(--muted);
  font-size: 11px;
}
.meter-legend strong {
  display: block;
  font: 500 19px var(--display);
  color: var(--text);
  margin-top: 7px;
}
.meter-legend i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  background: var(--accent);
}
.meter-legend .lent-key {
  background: #97b4ff;
}
.pool-details {
  padding: 8px 14px 0;
}
.pool-detail {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  font-size: 13px;
}
.pool-detail>span {
  color: var(--muted);
}
.pool-detail strong {
  font: 500 19px var(--display);
}
.pool-details>.button {
  width: 100%;
  margin: 26px 0 14px;
}
.pool-details>p {
  font-size: 12px;
}
.tvl-definition {
  margin-top: 26px;
  max-width: 800px;
}
.tvl-definition summary {
  cursor: pointer;
  color: var(--muted);
  font-size: 13px;
  padding: 10px 0;
}
.tvl-definition p {
  font-size: 13px;
  margin-top: 12px;
}
.home-edition-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.home-edition {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--surface);
  transition: transform .45s var(--motion-ease),border-color .3s;
}
.edition-label {
  display: flex;
  justify-content: space-between;
  padding: 22px 24px 0;
  font: 10px var(--mono);
  letter-spacing: .1em;
  color: var(--muted);
}
.edition-label span:last-child {
  font: 20px var(--font);
  color: var(--text);
}
.edition-image {
  height: 310px;
  padding: 25px;
  position: relative;
  background: radial-gradient(ellipse at center,#7fbaf418,transparent 70%);
}
.home-edition[data-tier="gallery"] .edition-image {
  background: radial-gradient(ellipse at center,#aa92ff1c,transparent 70%);
}
.home-edition[data-tier="grail"] .edition-image {
  background: radial-gradient(ellipse at center,#efca6920,transparent 70%);
}
.edition-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform .6s var(--motion-ease);
  filter: drop-shadow(0 20px 18px #0005);
}
.edition-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 23px;
}
.edition-bottom h3 {
  font: 500 23px var(--display);
}
.edition-bottom p {
  font-size: 12px;
  margin-top: 6px;
}
.edition-bottom>span {
  font: 12px var(--mono);
  white-space: nowrap;
  color: var(--accent);
}
.home-edition:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
}
.home-edition:hover .edition-image img {
  transform: translateY(-8px) rotate(-5deg) scale(1.03);
}
.closing-section {
  padding: 70px 0 90px;
  border-top: 1px solid var(--line);
  position: relative;
}
.closing-section .eyebrow {
  margin-bottom: 22px;
  font-size: 11px;
}
.closing-section h2 {
  font-size: clamp(40px,4.7vw,66px);
}
.closing-section>p:last-child {
  font-size: 12px;
}
.home-footer {
  max-width: 1328px;
  margin: auto;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.home-footer .brand {
  font: 700 36px var(--display);
  letter-spacing: -.07em;
}
.home-footer .brand span {
  font: 9px var(--mono);
  letter-spacing: .1em;
  color: var(--muted);
  margin-left: 18px;
}
.home-footer>div {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  color: var(--muted);
}
@keyframes float-front {
  0%,100% {
    translate: 0 0;
    rotate: 10deg;
  }
  50% {
    translate: 0 -14px;
    rotate: 13deg;
  }
}
@keyframes float-back {
  0%,100% {
    translate: 0 0;
    rotate: -15deg;
  }
  50% {
    translate: 0 10px;
    rotate: -19deg;
  }
}
@keyframes float-quote {
  0%,100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}
@keyframes foil-drift {
  0%,55% {
    transform: translateX(-120%);
  }
  90%,100% {
    transform: translateX(120%);
  }
}
@keyframes capital-flow {
  to {
    stroke-dashoffset: -240;
  }
}
@media(max-width:1200px) {
  .home-page main {
    padding-inline: 36px;
  }
  .slabs-shell .site-header {
    padding-inline: 36px;
    gap: 20px;
  }
  .home-nav {
    gap: 20px;
  }
  .home-hero {
    gap: 12px;
  }
  .home-page h1 {
    font-size: clamp(60px,6.5vw,78px);
  }
  .hero-stage {
    height: 490px;
  }
  .slab-front {
    top: 55px;
  }
  .slab-back {
    top: 75px;
  }
  .slab-grade {
    top: 80px;
  }
  .floating-quote {
    bottom: 45px;
    padding: 15px;
  }
  .stage-bottomline {
    font-size: 8px;
  }
  .section-heading,.borrow-layout {
    gap: 40px;
  }
  .home-footer {
    margin-inline: 36px;
  }
  .edition-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-footer .brand span {
    display: none;
  }
}
@media(max-width:900px) {
  .home-nav {
    gap: 18px;
  }
  .slabs-shell .site-header {
    grid-template-columns: 1fr auto;
    height: auto;
    padding-block: 18px;
  }
  .home-nav {
    grid-row: 2;
    grid-column: 1/-1;
    justify-content: center;
    border-top: 1px solid var(--line);
    padding-top: 12px;
  }
  .home-hero {
    padding-top: 45px;
    min-height: 580px;
  }
  .home-page h1 {
    font-size: 60px;
  }
  .slabs-shell .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-stage {
    height: 460px;
  }
  .hero-slab {
    width: 51%;
  }
  .slab-front {
    left: 37%;
    top: 70px;
  }
  .slab-back {
    top: 100px;
    left: 7%;
  }
  .stage-topline,.stage-bottomline {
    left: 0;
    right: 0;
  }
  .stage-bottomline span:last-child {
    display: none;
  }
  .floating-quote {
    left: 5px;
    right: 0;
    padding: 12px;
    bottom: 40px;
  }
  .floating-quote strong {
    font-size: 25px;
  }
  .floating-quote small {
    font-size: 8px;
  }
  .floating-quote span span {
    font-size: 9px;
  }
  .quote-icon {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .pool-strip {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .pool-strip-label {
    grid-column: 1/-1;
  }
  .pool-strip-label div {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  .strip-metric {
    padding-left: 20px;
  }
  .strip-metric:nth-child(2) {
    border: 0;
    padding: 0;
  }
  .strip-link {
    display: none;
  }
  .section-shell {
    padding-block: 75px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-heading>p,.section-heading>div>p:not(.eyebrow) {
    max-width: 600px;
  }
  .borrow-layout {
    gap: 25px;
  }
  .loan-calculator {
    padding: 24px;
  }
  .flow-visual {
    padding: 25px 12px;
  }
  .flow-node {
    min-width: 85px;
  }
  .flow-node strong {
    font-size: 13px;
  }
  .flow-node small {
    font-size: 9px;
  }
  .liquidity-grid {
    grid-template-columns: 1.1fr 1fr;
  }
  .tvl-panel {
    padding: 24px;
  }
  .tvl-number {
    font-size: 38px;
  }
  .panel-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .pool-detail {
    font-size: 12px;
    flex-wrap: wrap;
    gap: 7px;
  }
  .pool-detail strong {
    font-size: 17px;
  }
  .home-edition-grid {
    gap: 14px;
  }
  .edition-image {
    height: 230px;
    padding: 16px;
  }
  .edition-bottom {
    padding: 18px;
  }
  .edition-bottom h3 {
    font-size: 20px;
  }
  .edition-label {
    padding: 18px 18px 0;
    font-size: 9px;
  }
  .home-footer {
    align-items: flex-start;
  }
  .home-footer>div {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
  }
}
@media(max-width:650px) {
  .home-page main {
    padding-inline: 22px;
  }
  .slabs-shell .site-header {
    padding: 15px 22px 11px;
    gap: 15px;
  }
  .slabs-shell .brand .brand-word {
    font-size: 28px;
  }
  .slabs-shell .brand img {
    width: 29px;
    height: 29px;
  }
  .slabs-shell .header-actions {
    gap: 7px;
  }
  .slabs-shell .button.small {
    font-size: 12px;
    padding: 9px 11px;
    gap: 12px;
  }
  .slabs-shell .theme-toggle {
    font-size: 11px;
  }
  .home-nav {
    font-size: 12px;
    justify-content: space-between;
    gap: 12px;
    padding-top: 5px;
  }
  .home-hero {
    grid-template-columns: 1fr;
    padding: 43px 0 28px;
    gap: 18px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
  }
  .home-page h1 {
    font-size: clamp(54px,12.5vw,76px);
    margin: 24px 0;
  }
  .home-page h1 em br {
    display: none;
  }
  .hero-copy .hero-description {
    font-size: 15px;
    max-width: 480px;
  }
  .hero-actions {
    gap: 20px;
    margin: 26px 0 21px;
  }
  .slabs-shell .button {
    font-size: 13px;
    gap: 20px;
    padding: 13px 17px;
  }
  .hero-note {
    font-size: 10px;
  }
  .hero-stage {
    height: 460px;
    max-width: 440px;
    width: 100%;
    margin: auto;
  }
  .hero-slab {
    width: 43%;
  }
  .slab-front {
    left: 43%;
    top: 45px;
  }
  .slab-back {
    left: 12%;
    top: 65px;
  }
  .floating-quote {
    left: 8%;
    right: auto;
    bottom: 28px;
    padding: 16px 20px;
  }
  .floating-quote strong {
    font-size: 28px;
  }
  .floating-quote small {
    font-size: 9px;
  }
  .floating-quote span span {
    font-size: 10px;
  }
  .stage-bottomline {
    bottom: -5px;
    left: 12px;
    right: 12px;
  }
  .stage-topline {
    left: 12px;
    right: 12px;
  }
  .slab-grade {
    right: 1%;
    top: 50px;
  }
  .quote-icon {
    width: 38px;
    height: 38px;
  }
  .pool-strip {
    gap: 18px 10px;
    padding: 25px 0;
  }
  .pool-strip-label strong {
    font-size: 18px;
  }
  .pool-strip-label div>span {
    font-size: 10px;
  }
  .strip-metric {
    padding-left: 12px;
  }
  .strip-metric>span {
    font-size: 10px;
    min-height: 28px;
  }
  .strip-metric small {
    display: block;
    font-size: 7px;
    margin-left: 0;
    margin-top: 3px;
  }
  .strip-metric strong {
    font-size: 17px;
  }
  .slabs-shell .data-disclosure {
    font-size: 10px;
  }
  .section-shell {
    padding-block: 60px;
  }
  .section-heading {
    margin-bottom: 30px;
    gap: 20px;
  }
  .home-page h2 {
    font-size: clamp(33px,8.5vw,44px);
  }
  .section-heading .eyebrow {
    font-size: 9px;
  }
  .section-heading>p,.section-heading>div>p:not(.eyebrow) {
    font-size: 14px;
  }
  .borrow-layout,.liquidity-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .borrow-story .flow-visual {
    padding: 26px;
  }
  .flow-node {
    min-width: 105px;
  }
  .flow-node strong {
    font-size: 15px;
  }
  .flow-node small {
    font-size: 10px;
  }
  .borrow-steps li {
    gap: 18px;
  }
  .borrow-steps p {
    font-size: 13px;
  }
  .loan-calculator {
    padding: 24px;
  }
  .calculator-top h3 {
    font-size: 21px;
  }
  .tvl-number {
    font-size: 45px;
  }
  .panel-label {
    flex-direction: row;
    align-items: center;
  }
  .pool-details {
    padding-inline: 0;
  }
  .pool-detail {
    font-size: 13px;
  }
  .pool-detail strong {
    font-size: 20px;
  }
  .home-edition-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .edition-image {
    height: 310px;
    padding: 24px;
  }
  .edition-label {
    padding: 23px 24px 0;
    font-size: 11px;
  }
  .edition-bottom {
    padding: 22px 24px;
    flex-direction: row;
    align-items: center;
  }
  .edition-bottom h3 {
    font-size: 24px;
  }
  .home-footer {
    margin-inline: 22px;
    flex-direction: column;
    gap: 20px;
  }
  .home-footer>div {
    justify-content: flex-start;
    gap: 20px;
  }
  .home-footer .brand span {
    display: block;
  }
  .closing-section .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .closing-section>p:last-child {
    font-size: 11px;
  }
}
@media(max-width:360px) {
  .home-page main {
    padding-inline: 18px;
  }
  .home-page h1 {
    font-size: 51px;
  }
  .hero-stage {
    height: 390px;
  }
  .floating-quote {
    left: 0;
    padding: 12px 14px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .strip-metric strong {
    font-size: 14px;
  }
  .strip-metric>span {
    font-size: 9px;
  }
  .loan-calculator {
    padding: 19px;
  }
  .panel-label {
    flex-direction: column;
    align-items: flex-start;
  }
  .tvl-number {
    font-size: 36px;
  }
  .home-footer .brand span {
    font-size: 8px;
  }
  .flow-visual {
    padding-inline: 12px !important;
  }
}
@media(prefers-reduced-motion:reduce) {
  .hero-slab,.floating-quote,.beam-travel,.hero-slab::after {
    animation: none;
  }
  .home-edition:hover,.home-edition:hover .edition-image img {
    transform: none;
  }
}
/* Keep controls and financial information readable at every breakpoint. */
.hero-copy .eyebrow,.section-heading .eyebrow,.closing-section .eyebrow,.stage-topline,.stage-bottomline,.edition-label,.panel-label,.sandbox-pill,.slab-grade span,.floating-quote small,.floating-quote span span,.hero-note,.slabs-shell .data-disclosure,.slabs-shell .calculator-note,.reference-choice small,.reference-choice span,.flow-node small,.pool-strip-label div>span,.strip-metric small,.home-footer .brand span {
  font-size: 12px;
}
.home-nav,.home-page .text-link,.hero-actions .text-link,.loan-calculator label,.loan-calculator select,.term-heading>span,.loan-output>span,.loan-output dl div,.strip-metric>span,.pool-detail,.tvl-definition summary,.meter-legend>span,.edition-bottom>span {
  font-size: 14px;
}
.slabs-shell .hero-description,.section-heading>p,.section-heading>div>p:not(.eyebrow),.borrow-steps p {
  font-size: 16px;
}
.hero-note,.floating-quote small {
  line-height: 1.6;
}
.slab-grade span {
  font-size: 10px;
}
.stage-bottomline {
  font-size: 10px;
}
.stage-topline {
  font-size: 11px;
}
.floating-quote {
  max-width: 100%;
}
.home-hero,.borrow-layout,.liquidity-grid,.section-heading {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
.loan-output>strong {
  font-size: clamp(34px,3.7vw,52px);
  overflow-wrap: anywhere;
}
.hero-copy h1 em br:after {
  content: " ";
}
.home-page .section-heading,.home-page .home-hero {
  min-width: 0;
}
.home-edition,.tvl-panel,.pool-details {
  min-width: 0;
}
.tvl-number {
  overflow-wrap: anywhere;
}
.pool-detail strong {
  overflow-wrap: anywhere;
  text-align: right;
}
.home-nav a {
  white-space: nowrap;
}
.loan-calculator fieldset:disabled {
  opacity: .65;
}
@media(max-width:900px) {
  .section-heading {
    grid-template-columns: 1fr;
  }
  .home-nav {
    font-size: 14px;
  }
  .floating-quote small {
    font-size: 10px;
  }
  .floating-quote span span {
    font-size: 11px;
  }
  .pool-strip-label div {
    flex-wrap: wrap;
  }
  .strip-metric>span {
    font-size: 12px;
  }
  .strip-metric small {
    display: block;
    margin: 3px 0 0;
    font-size: 10px;
  }
  .stage-topline {
    font-size: 10px;
  }
  .flow-node small {
    font-size: 11px;
  }
  .flow-node strong {
    font-size: 14px;
  }
  .edition-label {
    font-size: 11px;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
    letter-spacing: .07em;
  }
}
@media(max-width:650px) {
  .home-hero,.borrow-layout,.liquidity-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .hero-copy .eyebrow {
    font-size: 11px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .pool-strip {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .pool-strip-label {
    grid-column: 1/-1;
  }
  .strip-metric:nth-child(2) {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
  }
  .strip-metric:nth-child(2)>span {
    min-height: 0;
    font-size: 14px;
  }
  .strip-metric:nth-child(2) strong {
    font-size: 30px;
  }
  .strip-metric:nth-child(3) {
    border: 0;
    padding: 0;
  }
  .strip-metric strong {
    font-size: 23px;
  }
  .strip-metric>span {
    font-size: 13px;
    min-height: 0;
  }
  .strip-metric small {
    font-size: 10px;
  }
  .hero-note {
    font-size: 12px;
  }
  .home-footer .brand span {
    font-size: 10px;
  }
  .loan-output>strong {
    font-size: 44px;
  }
  .section-heading .eyebrow,.closing-section .eyebrow {
    font-size: 11px;
  }
  .home-page .text-link {
    font-size: 14px;
  }
  .home-nav {
    gap: 10px;
    font-size: 13px;
  }
  .home-footer>div {
    font-size: 13px;
  }
  .pool-detail {
    font-size: 14px;
  }
  .stage-bottomline {
    font-size: 10px;
  }
  .floating-quote {
    left: 0;
    right: 0;
    width: fit-content;
    max-width: 100%;
    padding: 15px;
  }
  .floating-quote small {
    font-size: 10px;
  }
  .floating-quote span span {
    font-size: 11px;
  }
  .calculator-top h3 {
    font-size: 20px;
  }
  .sandbox-pill {
    font-size: 10px;
  }
  .flow-node small {
    font-size: 11px;
  }
  .panel-label {
    font-size: 11px;
  }
}
@media(max-width:360px) {
  .home-nav {
    font-size: 12px;
  }
  .strip-metric:nth-child(2) strong {
    font-size: 26px;
  }
  .strip-metric strong {
    font-size: 20px;
  }
  .loan-output>strong {
    font-size: 37px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .floating-quote strong {
    font-size: 25px;
  }
  .home-footer .brand span {
    font-size: 9px;
  }
  .flow-node {
    min-width: 95px;
  }
}
