/*
 * Allodial lower-page system
 * Capability bento → national graph → real product captures → two licenses.
 */

[hidden] {
  display: none !important;
}

.capability-section,
.coverage-system,
.product-system,
.license-section {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 78px;
}

.capability-heading,
.license-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(310px, 0.62fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: end;
}

.capability-heading h2,
.coverage-copy h2,
.product-system-heading h2,
.license-heading h2 {
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 300;
  letter-spacing: -0.048em;
  line-height: 0.98;
  text-wrap: balance;
}

.capability-heading > p,
.license-heading > p {
  max-width: 470px;
  color: var(--muted);
  font-size: clamp(16px, 1.24vw, 19px);
  line-height: 1.58;
}

/* Capability bento */

.capability-section {
  padding: clamp(104px, 10vw, 162px) 0;
  overflow: clip;
  background:
    radial-gradient(circle at 80% 18%, rgba(181, 138, 42, 0.1), transparent 23%),
    linear-gradient(180deg, #f8f7f1 0%, #eef2ed 100%);
}

.capability-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.54;
  background-image:
    linear-gradient(rgba(26, 54, 54, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 54, 54, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
  content: "";
}

.capability-bento {
  display: grid;
  margin-top: clamp(54px, 6vw, 84px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.capability-card {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(27px, 3vw, 44px);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(252, 251, 246, 0.94);
  border: 1px solid rgba(154, 159, 145, 0.48);
  box-shadow: 0 26px 75px rgba(24, 51, 45, 0.055), inset 0 1px rgba(255, 255, 255, 0.88);
}

.capability-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.market-territory {
  fill: rgba(101, 135, 111, 0.11);
  stroke: rgba(61, 94, 79, 0.22);
  stroke-width: 1;
}

.market-route {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.3;
}

/* National model map */

.coverage-system {
  padding: clamp(98px, 10vw, 164px) 0;
  overflow: clip;
  color: var(--inverse);
  background:
    radial-gradient(circle at 65% 50%, rgba(87, 137, 116, 0.18), transparent 34%),
    linear-gradient(135deg, #0d2421, #15352f 72%, #1f443b);
}

.coverage-system::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(241, 234, 216, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 234, 216, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 70% 52%, #000, transparent 65%);
  content: "";
}

.coverage-infographic {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
}

.coverage-copy {
  max-width: 510px;
}

.coverage-copy .chapter-label {
  color: #d7bd70;
}

.coverage-copy h2 {
  color: #f0eadb;
}

.coverage-copy > p:not(.chapter-label) {
  margin-top: 25px;
  color: rgba(240, 234, 219, 0.76);
  font-size: clamp(16px, 1.24vw, 19px);
  line-height: 1.65;
}

.coverage-copy small {
  display: block;
  max-width: 410px;
  margin-top: 30px;
  padding-top: 18px;
  color: rgba(240, 234, 219, 0.5);
  border-top: 1px solid rgba(240, 234, 219, 0.14);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.6;
}

.coverage-figure {
  display: grid;
  min-width: 0;
  align-content: center;
}

.coverage-map-frame {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at 52% 44%, rgba(102, 158, 130, 0.12), transparent 55%),
    rgba(4, 20, 18, 0.32);
  border: 1px solid rgba(239, 233, 218, 0.16);
}

.coverage-map-frame img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.2));
}

.coverage-map-key {
  display: flex;
  padding: 12px 14px;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: rgba(239, 233, 218, 0.65);
  background: rgba(4, 20, 18, 0.58);
  border: 1px solid rgba(239, 233, 218, 0.12);
  font-family: var(--font-mono);
  font-size: 10px;
}

.coverage-map-key span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.coverage-map-key i {
  display: inline-block;
  width: 14px;
  height: 9px;
  background: rgba(222, 190, 92, 0.45);
  border: 1px solid rgba(255, 241, 192, 0.38);
}

.coverage-map-key .is-density {
  background: rgba(222, 190, 92, 0.92);
}

.coverage-map-key .is-deep {
  background: transparent;
  border: 2px solid #f0cb67;
}

.coverage-figure dl {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(5, 20, 18, 0.38);
  border: 1px solid rgba(239, 233, 218, 0.13);
  backdrop-filter: blur(12px);
}

.coverage-figure dl > div {
  min-height: 94px;
  padding: 18px;
  border-right: 1px solid rgba(239, 233, 218, 0.12);
}

.coverage-figure dl > div:last-child {
  border-right: 0;
}

.coverage-figure dt {
  color: #f0eadb;
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.coverage-figure dd {
  margin-top: 8px;
  color: rgba(239, 233, 218, 0.62);
  font-size: 11px;
}

.coverage-figure figcaption {
  margin-top: 14px;
  color: rgba(239, 233, 218, 0.48);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.55;
}

/* Actual product capture stage */

.product-system {
  padding: clamp(112px, 11vw, 178px) 0;
  overflow: clip;
  color: #e9e8e0;
  background:
    radial-gradient(circle at 79% 15%, rgba(82, 141, 118, 0.15), transparent 30%),
    #080e0d;
}

.product-system::before {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
  content: "";
}

.product-system-heading {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin-bottom: clamp(72px, 9vw, 130px);
}

.product-system-heading .chapter-label {
  color: #75b79a;
}

.product-system-heading h2 {
  color: #f0eee7;
  font-size: clamp(50px, 6.4vw, 102px);
}

.product-system-heading > p:not(.chapter-label) {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(233, 232, 224, 0.5);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.55;
}

.feature-scroll {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: start;
}

.feature-scroll-rail {
  position: sticky;
  top: 112px;
  display: grid;
  padding-top: 18px;
  gap: 3px;
}

.feature-scroll-rail > p {
  margin-bottom: 17px;
  color: rgba(233, 232, 224, 0.32);
  font-family: var(--font-mono);
  font-size: 10px;
}

.feature-scroll-rail button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 46px;
  padding: 0 8px 0 28px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 4px;
  color: rgba(233, 232, 224, 0.38);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease;
}

.feature-scroll-rail button::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 1px;
  background: rgba(233, 232, 224, 0.2);
  content: "";
  transform: translateY(-50%);
  transition: width 260ms ease, background 220ms ease, box-shadow 220ms ease;
}

.feature-scroll-rail button span {
  color: rgba(233, 232, 224, 0.22);
  font-family: var(--font-mono);
  font-size: 10px;
}

.feature-scroll-rail button:hover {
  color: rgba(233, 232, 224, 0.74);
}

.feature-scroll-rail button.is-active,
.feature-scroll-rail button[aria-pressed="true"] {
  color: #8bd0b2;
  background: linear-gradient(90deg, rgba(96, 170, 137, 0.08), transparent 90%);
}

.feature-scroll-rail button.is-active::before,
.feature-scroll-rail button[aria-pressed="true"]::before {
  width: 18px;
  background: #71c09d;
  box-shadow: 0 0 16px rgba(113, 192, 157, 0.42);
}

.feature-scroll-rail button.is-active span,
.feature-scroll-rail button[aria-pressed="true"] span {
  color: #71c09d;
}

.feature-scroll-feed {
  min-width: 0;
}

.feature-scroll-panel {
  position: relative;
  min-height: min(980px, 92vh);
  padding-bottom: clamp(130px, 14vw, 220px);
  scroll-margin-top: 92px;
}

.feature-scroll-panel:last-child {
  min-height: 760px;
  padding-bottom: 40px;
}

.feature-panel-copy {
  max-width: 1040px;
  margin-bottom: clamp(32px, 4vw, 56px);
}

.feature-panel-copy > span {
  display: block;
  margin-bottom: 13px;
  color: #72b99a;
  font-size: 14px;
}

.feature-panel-copy h3 {
  max-width: 960px;
  color: #e8e7e0;
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.feature-panel-copy p {
  max-width: 690px;
  margin-top: 21px;
  color: rgba(233, 232, 224, 0.45);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.product-capture {
  position: relative;
  overflow: hidden;
  background: #0d1614;
  border: 1px solid rgba(181, 200, 188, 0.2);
  box-shadow: 0 50px 140px rgba(0, 0, 0, 0.42), 0 0 100px rgba(70, 136, 109, 0.08);
}

.product-capture::before {
  position: absolute;
  z-index: -1;
  right: 4%;
  bottom: -80px;
  width: 46%;
  height: 180px;
  background: rgba(82, 145, 119, 0.28);
  border-radius: 50%;
  filter: blur(65px);
  content: "";
}

.capture-chrome {
  display: flex;
  height: 41px;
  padding: 0 15px;
  align-items: center;
  gap: 7px;
  background: #111b19;
  border-bottom: 1px solid rgba(181, 200, 188, 0.15);
}

.capture-chrome span {
  width: 6px;
  height: 6px;
  background: rgba(233, 232, 224, 0.23);
  border-radius: 50%;
}

.capture-chrome span:first-child {
  background: #6aac8e;
}

.capture-chrome b {
  margin-left: 8px;
  color: rgba(233, 232, 224, 0.36);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
}

.product-capture-viewport {
  overflow: hidden;
}

.product-capture-viewport:focus-visible {
  box-shadow: inset 0 0 0 2px #71c09d;
  outline: 0;
}

.product-capture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.84) contrast(1.04) brightness(0.9);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
}

.feature-scroll-panel.is-active .product-capture img {
  filter: saturate(0.95) contrast(1.04) brightness(0.98);
  transform: scale(1.007);
}

.product-capture figcaption {
  display: flex;
  min-height: 39px;
  padding: 11px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(233, 232, 224, 0.31);
  border-top: 1px solid rgba(181, 200, 188, 0.12);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.5;
}

.product-capture .capture-caption {
  display: block;
}

.product-capture .capture-tools {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.product-capture .capture-tools em {
  display: none;
  color: #71c09d;
  font-style: normal;
}

.product-capture .capture-tools a {
  color: rgba(233, 232, 224, 0.68);
  text-decoration: underline;
  text-decoration-color: rgba(113, 192, 157, 0.55);
  text-underline-offset: 3px;
}

.product-capture .capture-tools a:hover {
  color: #8bd0b2;
}

/* Two-license conversion */

.license-section {
  min-height: 1120px;
  padding: clamp(108px, 11vw, 176px) 0 clamp(180px, 20vw, 320px);
  overflow: hidden;
  background: #a9bfad;
}

.license-landscape {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.license-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(247, 244, 232, 0.88) 0%, rgba(247, 244, 232, 0.44) 48%, rgba(15, 48, 41, 0.05) 76%);
  content: "";
}

.license-content {
  position: relative;
  z-index: 2;
}

.license-heading {
  margin-bottom: clamp(48px, 6vw, 82px);
}

.license-heading h2 {
  max-width: 850px;
}

.license-cards {
  display: grid;
  gap: 10px;
}

.license-card {
  display: grid;
  min-height: 320px;
  grid-template-columns: minmax(265px, 0.92fr) minmax(390px, 1.32fr) minmax(220px, 0.75fr);
  background: rgba(248, 247, 241, 0.95);
  border: 1px solid rgba(44, 82, 70, 0.28);
  box-shadow: 0 28px 90px rgba(28, 64, 53, 0.12);
  backdrop-filter: blur(14px);
}

.license-plan,
.license-card > ul,
.license-card > ol,
.license-action {
  padding: clamp(25px, 3vw, 42px);
}

.license-plan,
.license-card > ul,
.license-card > ol {
  border-right: 1px solid rgba(44, 82, 70, 0.18);
}

.license-mark {
  display: flex;
  margin-bottom: 35px;
  gap: 7px;
}

.license-mark i {
  width: 9px;
  height: 9px;
  background: var(--gold);
}

.license-plan > p {
  margin-bottom: 7px;
  color: var(--gold-dark);
  font-size: 13px;
}

.license-plan h3 {
  font-size: clamp(39px, 4vw, 61px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.license-plan strong {
  display: block;
  margin-top: 24px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
}

.license-plan small,
.license-action small {
  display: block;
  margin-top: 11px;
  color: var(--subtle);
  font-size: 11px;
  line-height: 1.55;
}

.license-card > ul {
  display: grid;
  align-content: center;
  gap: 0;
}

.license-card > ul li {
  position: relative;
  min-height: 56px;
  padding: 16px 0 16px 30px;
  color: var(--ink-2);
  border-bottom: 1px solid rgba(44, 82, 70, 0.13);
  font-size: 14px;
}

.license-card > ul li:last-child {
  border-bottom: 0;
}

.license-card > ul li::before {
  position: absolute;
  top: 22px;
  left: 1px;
  width: 8px;
  height: 8px;
  background: #668e7a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(102, 142, 122, 0.09);
  content: "";
}

.license-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.license-action a {
  display: flex;
  min-height: 49px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  color: #f2eddf;
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 13px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.license-action a:hover {
  color: var(--ink);
  background: transparent;
  transform: translateY(-2px);
}

.license-own {
  color: #f0eadb;
  background: rgba(22, 57, 49, 0.96);
  border-color: rgba(239, 233, 218, 0.22);
}

.license-own .license-plan,
.license-own .license-fees {
  border-color: rgba(239, 233, 218, 0.14);
}

.license-own .license-plan > p {
  color: #d9bd66;
}

.license-own .license-plan strong {
  color: rgba(240, 234, 219, 0.84);
}

.license-own .license-plan small,
.license-own .license-action small {
  color: rgba(240, 234, 219, 0.48);
}

.license-own .license-action a {
  color: #153a31;
  background: #d9bd66;
  border-color: #d9bd66;
}

.license-own .license-action a:hover {
  color: #f0eadb;
  background: transparent;
}

.license-fees {
  display: grid;
  align-content: center;
}

.license-fees li {
  display: grid;
  min-height: 60px;
  padding: 13px 0;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  color: rgba(240, 234, 219, 0.62);
  border-bottom: 1px solid rgba(239, 233, 218, 0.11);
  font-size: 13px;
  line-height: 1.45;
}

.license-fees li:last-child {
  border-bottom: 0;
}

.license-fees li > span {
  color: #d9bd66;
  font-family: var(--font-mono);
  font-size: 10px;
}

.license-fees b {
  color: #f0eadb;
  font-weight: 500;
}

.counsel-gate {
  display: grid;
  margin-top: 10px;
  padding: 24px clamp(24px, 3vw, 42px);
  grid-template-columns: 180px 1fr;
  gap: 22px;
  color: rgba(240, 234, 219, 0.64);
  background: rgba(12, 41, 35, 0.9);
  border: 1px solid rgba(239, 233, 218, 0.2);
  backdrop-filter: blur(14px);
}

.counsel-gate > span {
  color: #d9bd66;
  font-size: 13px;
}

.counsel-gate p {
  max-width: 910px;
  font-size: 12px;
  line-height: 1.65;
}

.counsel-gate strong {
  color: #f0eadb;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .capability-bento {
    grid-template-columns: 1fr 1fr;
  }

  .coverage-infographic {
    grid-template-columns: 0.78fr 1.22fr;
    gap: 36px;
  }

  .feature-scroll {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 42px;
  }

  .license-card {
    grid-template-columns: minmax(230px, 0.8fr) minmax(350px, 1.2fr);
  }

  .license-action {
    min-height: 132px;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(44, 82, 70, 0.18);
  }

  .license-own .license-action {
    border-color: rgba(239, 233, 218, 0.14);
  }
}

@media (max-width: 860px) {
  .capability-heading,
  .license-heading,
  .coverage-infographic {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .capability-heading,
  .license-heading {
    gap: 25px;
  }

  .capability-heading > p,
  .license-heading > p {
    max-width: 650px;
  }

  .capability-bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .capability-card {
    min-height: 390px;
  }

  .coverage-infographic {
    min-height: auto;
    gap: 24px;
  }

  .coverage-copy {
    max-width: 690px;
  }

  .coverage-figure {
    min-height: 0;
  }

  .feature-scroll {
    display: block;
  }

  .feature-scroll-rail {
    z-index: 7;
    top: 72px;
    display: grid;
    margin: 0 calc(-1 * var(--gutter)) 55px;
    padding: 8px var(--gutter);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow-x: auto;
    background: rgba(8, 14, 13, 0.86);
    border-top: 1px solid rgba(233, 232, 224, 0.1);
    border-bottom: 1px solid rgba(233, 232, 224, 0.1);
    backdrop-filter: blur(18px);
  }

  .feature-scroll-rail > p {
    display: none;
  }

  .feature-scroll-rail button {
    min-width: 150px;
  }

  .feature-scroll-panel {
    min-height: auto;
    padding-bottom: 150px;
  }

  .feature-scroll-panel:last-child {
    min-height: auto;
  }

  .license-card {
    grid-template-columns: 1fr;
  }

  .license-plan,
  .license-card > ul,
  .license-card > ol {
    border-right: 0;
    border-bottom: 1px solid rgba(44, 82, 70, 0.18);
  }

  .license-own .license-plan,
  .license-own .license-fees {
    border-color: rgba(239, 233, 218, 0.14);
  }

  .license-action {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .capability-section,
  .coverage-system,
  .product-system,
  .license-section {
    padding-top: 88px;
  }

  .capability-heading h2,
  .coverage-copy h2,
  .license-heading h2 {
    font-size: clamp(38px, 11.6vw, 52px);
  }

  .product-system-heading h2 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .capability-card {
    min-height: 370px;
    padding: 25px;
  }

  .coverage-figure {
    min-height: 0;
  }

  .coverage-map-frame {
    margin: 0 calc(-0.5 * var(--gutter));
    padding: 10px 8px 12px;
  }

  .coverage-map-key {
    padding: 10px;
    gap: 7px 12px;
    font-size: 10px;
  }

  .coverage-figure dl > div {
    min-height: 82px;
    padding: 13px 10px;
  }

  .coverage-figure dt {
    font-size: 23px;
  }

  .coverage-figure dd {
    font-size: 10px;
    line-height: 1.25;
  }

  .feature-scroll-rail {
    top: 64px;
    grid-template-columns: repeat(3, 146px);
  }

  .feature-scroll-rail button {
    min-width: 146px;
    padding-left: 23px;
    font-size: 12px;
  }

  .feature-panel-copy h3 {
    font-size: clamp(41px, 13vw, 58px);
  }

  .product-capture {
    margin-right: calc(-0.45 * var(--gutter));
    margin-left: calc(-0.45 * var(--gutter));
  }

  .product-capture-viewport {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: rgba(113, 192, 157, 0.55) #111b19;
    scrollbar-width: thin;
  }

  .product-capture img {
    width: 760px;
    max-width: none;
    aspect-ratio: auto;
    object-fit: initial;
    transform: none !important;
  }

  .product-capture figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .product-capture .capture-tools {
    width: 100%;
    justify-content: space-between;
  }

  .product-capture .capture-tools em {
    display: inline;
  }

  .license-section {
    min-height: 1380px;
    padding-bottom: 210px;
  }

  .license-plan,
  .license-card > ul,
  .license-card > ol,
  .license-action {
    padding: 25px;
  }

  .license-card {
    min-height: 0;
  }

  .license-mark {
    margin-bottom: 23px;
  }

  .license-plan h3 {
    font-size: 46px;
  }

  .counsel-gate {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-capture img,
  .feature-scroll-rail button,
  .license-action a {
    transition: none;
  }
}

/* Coverage tally, iconified ----------------------------------------------
 *
 * Three counts that previously read as bare numerals over a caption. The icon
 * says what kind of record is being counted before the label is read: a filed
 * route between two endpoints, a county fabric, a condemnor. The number stays
 * the headline; the icon is the smallest thing in the cell.
 */

.coverage-figure dl.coverage-tally > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  align-items: center;
  gap: 4px 10px;
}

.coverage-figure .record-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: rgba(216, 177, 79, 0.12);
  border: 1px solid rgba(216, 177, 79, 0.34);
  border-radius: 3px;
}

.coverage-figure .record-icon svg {
  width: 15px;
  height: 15px;
}

.coverage-figure dl.coverage-tally dt {
  grid-column: 2;
}

/* The label spans both columns so a two-line phrase wraps under the icon
   rather than being squeezed into the remaining sliver beside it. */
.coverage-figure dl.coverage-tally dd {
  grid-column: 1 / -1;
  margin-top: 6px;
  line-height: 1.35;
}

/* Object cards --------------------------------------------------------------
 *
 * The bento's second rebuild, and this time it is the reference's grammar
 * verbatim (Jettison ED v3, page 01, the four market-object cards): a mono
 * micro-label, the surface's name with its count set large in gold at the
 * right, one sentence of value, then THREE REAL ROWS — a named thing on the
 * left, a monospace fact on the right — and a gold takeaway line. The rows are
 * the point: the featureset is shown as things it holds, not described.
 */

.object-card {
  justify-content: flex-start;
  gap: 0;
}

.object-head > span {
  color: var(--subtle);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.object-head > div {
  display: flex;
  margin-top: 14px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.object-head h3 {
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

/* The count. Display-weight gold, its unit in mono caps beneath — the
   reference's 54 PROGRAMS / 553 PROJECTS treatment. */
.object-head b {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  color: var(--gold-dark);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.object-head b i {
  margin-top: 6px;
  color: var(--subtle);
  font-family: var(--font-mono);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.object-card > p {
  max-width: 480px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.object-rows {
  display: grid;
  margin-top: 22px;
  gap: 7px;
}

.object-rows li {
  display: flex;
  min-height: 46px;
  padding: 11px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(48, 75, 70, 0.13);
  border-radius: 2px;
}

.object-rows span {
  min-width: 0;
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 500;
}

.object-rows b {
  flex: 0 0 auto;
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* The takeaway. One gold line, same seat as the reference's footer sentence
   ("Buy, monitor or grant exclusivity at the level the market recognizes"). */
.object-note {
  margin-top: 18px;
  padding-top: 14px;
  color: var(--gold-dark);
  border-top: 1px solid rgba(48, 75, 70, 0.12);
  font-size: 12.5px;
}

@media (max-width: 900px) {
  .capability-bento {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* The purchase panel --------------------------------------------------------
 *
 * The answer to "what does buying one Project look like." The page toured
 * everything; this shows the one transaction: a windowed composite view of
 * Project 57115 (the reference grammar's composite-view + parcel-drawer,
 * ED v3 page 01), then the three steps of the purchase. Every number is the
 * page's own verified read — 494 CAD parcels, 412 owners, 49.06 filed miles —
 * and the drawer shows a real Bexar record, not an invented one.
 */

.purchase-panel {
  position: relative;
  z-index: 2;
  margin-top: clamp(40px, 4.5vw, 62px);
  overflow: hidden;
  background: rgba(252, 251, 246, 0.97);
  border: 1px solid rgba(154, 159, 145, 0.55);
  box-shadow: 0 30px 80px rgba(24, 51, 45, 0.09);
}

.purchase-chrome {
  display: flex;
  height: 40px;
  padding: 0 16px;
  align-items: center;
  gap: 7px;
  background: #14302b;
  border-bottom: 1px solid rgba(239, 233, 218, 0.12);
}

.purchase-chrome span {
  width: 6px;
  height: 6px;
  background: rgba(233, 232, 224, 0.25);
  border-radius: 50%;
}

.purchase-chrome b {
  margin-left: 8px;
  color: rgba(233, 232, 224, 0.62);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.purchase-chrome i {
  margin-left: auto;
  color: #d8b14f;
  font-family: var(--font-mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* The breadcrumb: Project -> name -> county, the spine the reader will
   actually buy. Mono, quiet, with the voltage fact pushed to the far end. */
.purchase-crumb {
  display: flex;
  padding: 13px clamp(18px, 2.4vw, 34px);
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.purchase-crumb span { color: var(--ink-2); }
.purchase-crumb em { color: var(--subtle); font-style: normal; }
.purchase-crumb b {
  margin-left: auto;
  color: var(--gold-dark);
  font-weight: 400;
}

.purchase-body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(26px, 3vw, 42px) clamp(18px, 2.4vw, 34px);
}

.purchase-holdings h3 {
  max-width: 480px;
  font-size: clamp(24px, 2.2vw, 33px);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 1.06;
}

/* Holding rows: the thing held on the left, its count display-weight on the
   right. The 0 row is deliberate — exclusivity stated as a count like the
   others, because that is the fact being bought. */
.purchase-holdings ul {
  display: grid;
  margin-top: 22px;
  gap: 7px;
}

.purchase-holdings li {
  display: flex;
  min-height: 52px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(48, 75, 70, 0.13);
  border-radius: 2px;
}

.purchase-holdings li span {
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 500;
}

.purchase-holdings li b {
  flex: 0 0 auto;
  color: var(--gold-dark);
  font-size: clamp(22px, 1.9vw, 29px);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.purchase-holdings > p {
  max-width: 470px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

/* The drawer. One real parcel, label -> value rows, exactly the reference's
   Parcel I2513AC_4 card. */
.purchase-drawer-label {
  color: var(--subtle);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.purchase-parcel {
  margin-top: 12px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--gold);
  border-radius: 3px;
  box-shadow: 0 16px 44px rgba(24, 51, 45, 0.08);
}

.purchase-parcel header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.purchase-parcel header span {
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
}

.purchase-parcel header b {
  color: var(--gold-dark);
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.purchase-parcel > p {
  margin-top: 3px;
  color: var(--subtle);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.purchase-parcel dl {
  display: grid;
  margin-top: 15px;
  gap: 0;
}

.purchase-parcel dl > div {
  display: flex;
  padding: 9px 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(48, 75, 70, 0.1);
}

.purchase-parcel dt {
  flex: 0 0 auto;
  color: var(--subtle);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.purchase-parcel dd {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

.purchase-drawer small {
  display: block;
  margin-top: 12px;
  color: var(--subtle);
  font-size: 11px;
  line-height: 1.5;
}

/* The three purchase steps, riding the panel's bottom edge. */
.purchase-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.purchase-steps li {
  display: flex;
  padding: 20px clamp(18px, 2.4vw, 34px);
  gap: 14px;
  border-right: 1px solid var(--line);
}

.purchase-steps li:last-child { border-right: 0; }

.purchase-steps li > span {
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 11px;
}

.purchase-steps b {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.purchase-steps p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .purchase-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .purchase-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .purchase-steps li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .purchase-steps li:last-child { border-bottom: 0; }
}
