/* ==========================================================================
   FruitStack — pages.css
   Section layouts. The signature device is the Seed Grid: a dotted-matrix
   rendering of the island chain, echoing the seed ring inside the logo.
   ========================================================================== */

/* --- Seed Grid backdrop -------------------------------------------- */

.seedfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
[data-seedgrid] { line-height: 0; }
[data-seedgrid] svg { width: 100%; height: 100%; }
[data-seedgrid] .seed { fill: var(--purple); opacity: .2; }
[data-seedgrid] .seed--sea { fill: var(--ink); opacity: .05; }
[data-seedgrid] .seed--teal { fill: var(--teal); opacity: .95; }
[data-seedgrid] .seed--orange { fill: var(--orange); opacity: 1; }

.section--ink [data-seedgrid] .seed { fill: #a79cf2; opacity: .26; }
.section--ink [data-seedgrid] .seed--sea { fill: #ffffff; opacity: .07; }
.section--ink [data-seedgrid] .seed--teal { fill: var(--teal); opacity: .95; }
.section--ink [data-seedgrid] .seed--orange { fill: var(--orange); opacity: 1; }

.fsui--dark [data-seedgrid] .seed { fill: #a79cf2; opacity: .26; }
.fsui--dark [data-seedgrid] .seed--sea { fill: #ffffff; opacity: .07; }

.seedrule {
  height: 9px;
  background-image: radial-gradient(circle, var(--purple) 1.4px, transparent 1.6px);
  background-size: 14px 9px;
  opacity: .22;
  margin-block: clamp(40px, 5vw, 72px);
}

/* --- Hero ---------------------------------------------------------------- */

.hero {
  /* --hero-scrim controls how much of the photograph shows through on the
     left, where the headline sits. Lower the first two stops to reveal more
     of the image; raise them if the text starts to struggle. */
  --hero-scrim: rgba(250, 251, 255, .97) 0%, rgba(250, 251, 255, .94) 40%,
                rgba(250, 251, 255, .88) 56%, rgba(250, 251, 255, .34) 82%,
                rgba(250, 251, 255, .18) 100%;
  position: relative;
  padding-block: clamp(52px, 6.5vw, 104px) clamp(64px, 8vw, 124px);
  background:
    radial-gradient(900px 520px at 88% 8%, rgba(241, 237, 255, .8) 0%, transparent 62%),
    radial-gradient(700px 420px at 4% 92%, rgba(238, 251, 249, .8) 0%, transparent 60%),
    linear-gradient(100deg, var(--hero-scrim)),
    url('../images/hero-bg.jpg') center right / cover no-repeat,
    var(--soft);
  overflow: hidden;
}

/* One column below this, so the text sits over the middle of the photograph
   and needs a vertical scrim rather than a horizontal one. */
@media (max-width: 1024px) {
  .hero {
    background:
      radial-gradient(900px 520px at 88% 8%, rgba(241, 237, 255, .7) 0%, transparent 62%),
      linear-gradient(180deg,
        rgba(250, 251, 255, .95) 0%,
        rgba(250, 251, 255, .88) 46%,
        rgba(250, 251, 255, .72) 100%),
      url('../images/hero-bg.jpg') center / cover no-repeat,
      var(--soft);
  }
}

/* If the file is missing the gradients still render, so the hero never breaks. */
.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
}

.hero__title {
  font-size: var(--t-display-xl);
  line-height: 1.04;
  letter-spacing: -.034em;
  margin-bottom: 26px;
  text-wrap: balance;
}
.hero__title em {
  font-style: normal;
  color: var(--purple);
}
.hero__lead { max-width: 46ch; }
.hero__actions { margin-top: 34px; }
.hero__credibility {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  color: var(--gray-600);
  max-width: 44ch;
}
.hero__credibility .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal);
  flex: none;
  box-shadow: 0 0 0 4px rgba(0,209,193,.16);
}

/* Hero composition (right side) */
.hero__stage {
  position: relative;
  min-height: 400px;
}
.hero__map {
  position: absolute;
  inset: -8% -12% -6% -8%;
  z-index: 0;
  /* The archipelago belongs behind the console, not behind the headline.
     Fading it across the copy column keeps the texture without the collision. */
  -webkit-mask-image: linear-gradient(100deg, transparent 26%, rgba(0,0,0,.4) 44%, #000 62%);
  mask-image: linear-gradient(100deg, transparent 26%, rgba(0,0,0,.4) 44%, #000 62%);
}
@media (max-width: 1024px) {
  /* Single column: nothing to mask around, so just calm it down. */
  .hero__map { -webkit-mask-image: none; mask-image: none; opacity: .45; }
}
.hero__console {
  position: relative;
  z-index: 2;
}
.hero__stage .fsui-float { position: absolute; z-index: 4; }
.hero__float-1 { top: -22px; right: -6px; }
.hero__float-3 { bottom: -24px; right: 38px; }
.hero__stat    { position: absolute; z-index: 4; bottom: 26px; left: -52px; }

@media (max-width: 1024px) {
  .hero__stage { min-height: 0; }
  .hero__float-3 { right: 8px; }
  .hero__stat { left: -18px; bottom: 18px; }
}
@media (max-width: 720px) {
  .hero__stat { position: static; width: 100%; margin-top: 18px; box-shadow: var(--sh-3); }
}
@media (max-width: 560px) {
  .hero__float-1 { top: -16px; right: -8px; transform: scale(.9); transform-origin: top right; }
  .hero__float-3 { bottom: -18px; right: auto; left: -8px; transform: scale(.9); transform-origin: bottom left; }
}

/* --- Page hero (interior pages) ------------------------------------------ */

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 7vw, 108px) clamp(48px, 6vw, 84px);
  background:
    radial-gradient(760px 420px at 82% 0%, var(--mist) 0%, transparent 64%),
    var(--soft);
  border-bottom: 1px solid var(--line);
}
.page-hero__inner { position: relative; z-index: 2; }
.page-hero__title { font-size: var(--t-display-l); letter-spacing: -.035em; line-height: 1.02; }
.page-hero__lead { margin-top: 24px; max-width: 58ch; }
.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 1024px) { .page-hero__grid { grid-template-columns: 1fr; } }

/* --- Editorial statement block ------------------------------------------- */

.statement {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 980px) { .statement { grid-template-columns: 1fr; } }
.statement__title { font-size: var(--t-h1); margin-bottom: 24px; }

/* --- Principles (editorial, not four identical cards) -------------------- */

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (max-width: 760px) { .principles { grid-template-columns: 1fr; } }

.principle {
  padding: clamp(28px, 3vw, 44px) clamp(0px, 3vw, 44px) clamp(28px, 3vw, 44px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.principle:nth-child(odd) { border-right: 1px solid var(--line); padding-right: clamp(24px, 3vw, 56px); }
.principle:nth-child(even) { padding-left: clamp(24px, 3vw, 56px); }
@media (max-width: 760px) {
  .principle:nth-child(odd) { border-right: 0; padding-right: 0; }
  .principle:nth-child(even) { padding-left: 0; }
}
.principle__coord {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--purple);
  opacity: .75;
  margin-bottom: 16px;
  display: block;
}
.principle__title { font-size: var(--t-h3); margin-bottom: 12px; }
.principle__body { color: var(--fg-muted); max-width: 44ch; }

/* --- Product family band ------------------------------------------------- */

.family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}
@media (max-width: 980px) { .family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .family-grid { grid-template-columns: 1fr; } }

.family-group {
  border-top: 2px solid var(--ink);
  padding-top: 26px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.family-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
  margin-bottom: 26px;
}
.family-group__title { font-size: var(--t-h3); }
.family-group__note {
  font-size: .95rem;
  color: var(--fg-muted);
  max-width: 52ch;
}

/* Product pairing rows */
.pairings { display: grid; gap: 12px; }
.pairing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 16px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.pairing__pair {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: -.015em;
  flex: none;
}
.pairing__plus { color: var(--purple); font-weight: 800; }
.pairing__what { color: var(--fg-muted); font-size: .94rem; }
@media (max-width: 620px) { .pairing__what { flex-basis: 100%; } }

/* --- Industries list (alternating editorial rows) ------------------------ */

.industry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
  padding-block: clamp(38px, 4.5vw, 66px);
  border-bottom: 1px solid var(--line);
}
.industry:last-child { border-bottom: 0; }
.industry:nth-child(even) .industry__media { order: -1; }
@media (max-width: 900px) {
  .industry { grid-template-columns: 1fr; gap: 28px; }
  .industry:nth-child(even) .industry__media { order: 0; }
}
.industry__name { font-size: var(--t-h2); margin-bottom: 18px; }
.industry__label {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-500);
  display: block;
  margin: 22px 0 8px;
}
.industry__list { display: grid; gap: 8px; }
.industry__list li {
  position: relative;
  padding-left: 18px;
  font-size: .95rem;
  color: var(--gray-700);
}
.industry__list li::before {
  content: '';
  position: absolute; left: 0; top: .68em;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--purple); opacity: .5;
}

/* Compact industry panels (homepage preview) */
.ind-panels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 1080px) { .ind-panels { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ind-panels { grid-template-columns: 1fr; } }
.ind-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: inherit;
  transition: transform .24s cubic-bezier(.22,.61,.36,1), box-shadow .24s ease, border-color .24s ease;
}
.ind-panel:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--purple-100); color: inherit; }
.ind-panel__name { font-family: var(--f-display); font-weight: 700; font-size: 1.06rem; letter-spacing: -.02em; }
.ind-panel__challenge { font-size: .92rem; color: var(--fg-muted); }
.ind-panel__system {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--purple-700);
}

/* --- Proof statements ---------------------------------------------------- */

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 4vw, 64px);
}
@media (max-width: 760px) { .proof-list { grid-template-columns: 1fr; } }
.proof-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-block: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 1.02rem;
  font-weight: 500;
}
.proof-list li svg { flex: none; margin-top: 3px; color: var(--teal-700); }
.section--ink .proof-list li { border-bottom-color: rgba(255,255,255,.1); }
.section--ink .proof-list li svg { color: var(--teal); }

/* --- Work / conceptual examples ------------------------------------------ */

.concept {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding: clamp(28px, 3.4vw, 46px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-1);
}
.concept + .concept { margin-top: clamp(22px, 2.6vw, 34px); }
.concept:nth-child(even) .concept__media { order: -1; }
@media (max-width: 900px) {
  .concept { grid-template-columns: 1fr; }
  .concept:nth-child(even) .concept__media { order: 0; }
}
.concept__flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: var(--orange-100);
  border: 1px solid #f6dcb2;
  color: var(--orange-700);
  font-family: var(--f-mono);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.concept__title { font-size: var(--t-h2); margin-bottom: 16px; }
.concept__features {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
@media (max-width: 480px) { .concept__features { grid-template-columns: 1fr; } }
.concept__features li {
  position: relative;
  padding-left: 18px;
  font-size: .94rem;
  color: var(--gray-700);
}
.concept__features li::before {
  content: '';
  position: absolute; left: 0; top: .66em;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
}

/* --- Solution detail blocks (Solutions page) ----------------------------- */

.sol-block {
  padding-block: clamp(44px, 5.5vw, 88px);
  border-top: 1px solid var(--line);
}
.sol-block__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(30px, 4.5vw, 72px);
  align-items: start;
}
@media (max-width: 940px) { .sol-block__grid { grid-template-columns: 1fr; } }
.sol-block__num {
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--purple);
  display: block;
  margin-bottom: 16px;
}
.sol-block__title { font-size: var(--t-h2); margin-bottom: 20px; }
.sol-cols {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 32px;
}
@media (max-width: 560px) { .sol-cols { grid-template-columns: 1fr; } }
.sol-cols h3 {
  font-family: var(--f-mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 12px;
}
.sol-cols ul { display: grid; gap: 8px; }
.sol-cols li { font-size: .94rem; color: var(--gray-700); position: relative; padding-left: 16px; }
.sol-cols li::before {
  content: ''; position: absolute; left: 0; top: .66em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--gray-300);
}

/* --- About page ---------------------------------------------------------- */

.think-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.think-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}
.think-list .n {
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  color: var(--purple);
}
.think-list strong { font-family: var(--f-display); font-weight: 700; font-size: 1.12rem; letter-spacing: -.02em; }
.think-list p { color: var(--fg-muted); margin-top: 6px; font-size: .97rem; }
@media (max-width: 560px) { .think-list li { grid-template-columns: 1fr; gap: 6px; } }

.not-list { display: grid; gap: 12px; }
.not-list li {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 16px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-weight: 500;
}
.not-list li svg { flex: none; color: var(--gray-300); }

/* --- Contact page -------------------------------------------------------- */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
  gap: clamp(32px, 4.5vw, 72px);
  align-items: start;
}
@media (max-width: 940px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(24px, 3vw, 44px);
  box-shadow: var(--sh-2);
}
.contact-aside { display: grid; gap: 18px; position: sticky; top: 136px; }
@media (max-width: 940px) { .contact-aside { position: static; } }
.contact-aside__block {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.contact-aside__block h2 {
  font-family: var(--f-mono);
  font-size: var(--t-label);
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 14px;
}
.contact-aside__block a { color: var(--ink); font-weight: 600; text-decoration: none; }
.contact-aside__block a:hover { color: var(--purple); }
.contact-aside address { font-style: normal; line-height: 1.9; }

/* --- Final CTA ----------------------------------------------------------- */

.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  color: #fff;
  padding: clamp(38px, 5vw, 76px);
  /* The bloom is painted onto the panel's own background, centred below the
     panel so only its upper falloff reaches inside. A background gradient is
     clipped to the element's painting area, so unlike a sized pseudo-element
     it cannot expose a rectangular edge. */
  background:
    radial-gradient(820px 500px at 74% 126%, rgba(108, 92, 231, .42), transparent 64%),
    radial-gradient(620px 400px at 98% 104%, rgba(0, 209, 193, .16), transparent 60%),
    var(--ink);
}
.cta-panel__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
}
@media (max-width: 900px) { .cta-panel__inner { grid-template-columns: 1fr; } }
.cta-panel h2 { font-size: var(--t-h1); }
.cta-panel .lead { color: rgba(255,255,255,.72); margin-top: 20px; max-width: 46ch; }
.cta-panel .btn-row { margin-top: 32px; }

/* --- Prose (privacy) ----------------------------------------------------- */

.prose { max-width: 68ch; }
.prose h2 { font-size: var(--t-h3); margin: 44px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin-bottom: 16px; color: var(--gray-700); }
.prose ul { display: grid; gap: 9px; margin: 0 0 20px; }
.prose ul li { position: relative; padding-left: 18px; color: var(--gray-700); }
.prose ul li::before {
  content: ''; position: absolute; left: 0; top: .68em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--purple); opacity: .5;
}
.prose__meta {
  font-family: var(--f-mono);
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 32px;
}

/* --- 404 ----------------------------------------------------------------- */

.notfound {
  position: relative;
  overflow: hidden;
  min-height: 68vh;
  display: grid;
  align-items: center;
  padding-block: clamp(60px, 8vw, 120px);
  background: radial-gradient(760px 460px at 70% 20%, var(--mist), transparent 62%), var(--soft);
}
.notfound__inner { position: relative; z-index: 2; max-width: 56ch; }
.notfound__code {
  font-family: var(--f-mono);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 20px;
}

/* --- FAQ ------------------------------------------------------------------
   Native <details> accordion: accessible and keyboard-operable with no
   JavaScript. The FAQPage schema carries the full text regardless of state.
   ------------------------------------------------------------------------ */

.faq-group + .faq-group { margin-top: clamp(40px, 5vw, 68px); }
.faq-group__title {
  font-size: var(--t-h3);
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--ink);
}

.faq-list { display: block; }
.faq-item { border-bottom: 1px solid var(--line); }

.faq-item summary {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  letter-spacing: -.018em;
  line-height: 1.35;
  color: var(--ink);
  list-style: none;
  transition: color .18s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--purple-700); }
.faq-item summary:focus-visible { outline: 2px solid var(--purple); outline-offset: 4px; }

/* Plus / minus indicator drawn in CSS so it needs no icon */
.faq-item summary::after {
  content: '';
  margin-left: auto;
  flex: none;
  width: 13px;
  height: 13px;
  align-self: center;
  background:
    linear-gradient(var(--gray-500), var(--gray-500)) center/13px 1.6px no-repeat,
    linear-gradient(var(--gray-500), var(--gray-500)) center/1.6px 13px no-repeat;
  transition: transform .22s ease, background-size .22s ease;
}
.faq-item[open] summary::after {
  background:
    linear-gradient(var(--purple), var(--purple)) center/13px 1.6px no-repeat,
    linear-gradient(var(--purple), var(--purple)) center/1.6px 0 no-repeat;
  transform: rotate(180deg);
}

.faq-item__body {
  padding: 0 0 26px;
  max-width: 66ch;
}
.faq-item__body p {
  color: var(--gray-700);
  font-size: 1rem;
  line-height: 1.7;
}
.faq-item__body p + p { margin-top: 14px; }

/* Cost ladder */
.bands {
  display: grid;
  gap: 0;
  margin: 22px 0 24px;
  border-top: 1px solid var(--line);
}
.band {
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
  gap: 8px 26px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 640px) { .band { grid-template-columns: 1fr; gap: 6px; } }
.band__tier {
  font-family: var(--f-mono);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--purple-700);
  padding-top: 2px;
}
.band__what strong {
  display: block;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -.015em;
  color: var(--ink);
  margin-bottom: 5px;
}
.band__what p { font-size: .95rem; line-height: 1.6; color: var(--gray-600); }

@media (prefers-reduced-motion: reduce) {
  .faq-item summary::after { transition: none; }
}

/* --- Website offer tiers -------------------------------------------------
   Two cards, side by side. The branded tier is emphasised because the
   photography is the part nobody else here includes.
   ------------------------------------------------------------------------ */

.offer-section { background: var(--white); }

.offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}
@media (max-width: 860px) { .offers { grid-template-columns: 1fr; } }

.offercard {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
}
.offercard--feature {
  background: var(--mist);
  border-color: var(--mist-deep);
  box-shadow: var(--sh-2);
}

.offercard__tag {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--purple-700);
  margin-bottom: 14px;
}
.offercard__title {
  font-size: clamp(1.32rem, 1.9vw, 1.62rem);
  letter-spacing: -.026em;
  margin-bottom: 12px;
}
.offercard__blurb {
  color: var(--gray-600);
  font-size: .97rem;
  line-height: 1.6;
  max-width: 42ch;
}

.offercard__price {
  margin: 24px 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.offercard--feature .offercard__price { border-bottom-color: var(--mist-deep); }
.offercard__amount {
  display: block;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 2.7vw, 2.35rem);
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--ink);
}
.offercard__meta {
  display: block;
  margin-top: 8px;
  font-size: .88rem;
  color: var(--gray-600);
}

.offercard__list { display: grid; gap: 11px; }
.offercard__list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: .94rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--gray-700);
}
.offercard__list li svg { flex: none; margin-top: 2px; color: var(--teal-700); }

/* Cards are equal height, so pushing the button to the bottom lines both
   buttons up on the same baseline instead of floating mid-card. */
.offercard__list { margin-bottom: 28px; }
.offercard__cta {
  margin-top: auto;
  align-self: stretch;
  justify-content: center;
}

.offer-note {
  margin-top: 22px;
  font-size: .89rem;
  line-height: 1.6;
  color: var(--gray-600);
  max-width: 68ch;
}

/* Divider between the required fields and the optional detail */
.form-divider {
  grid-column: 1 / -1;
  margin: 8px 0 -4px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-500);
}

/* Procurement credentials list in the contact aside */
.cred { display: grid; gap: 10px; }
.cred li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .92rem;
  line-height: 1.45;
  color: var(--gray-700);
}
.cred li svg { flex: none; margin-top: 3px; color: var(--teal-700); }
.cred__num {
  display: inline-block;
  margin-top: 3px;
  font-family: var(--f-mono);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--ink);
  background: var(--gray-50);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xs);
  padding: 2px 7px;
}

/* --- Websites page -------------------------------------------------------- */

.inc { min-width: 0; }
.inc__title {
  font-size: 1.06rem;
  letter-spacing: -.02em;
  margin-bottom: 10px;
}
.inc__body { color: var(--gray-600); font-size: .95rem; line-height: 1.6; }

.addons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 4vw, 56px);
  border-top: 1px solid var(--line);
}
@media (max-width: 760px) { .addons { grid-template-columns: 1fr; } }
.addon {
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
  gap: 4px 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 520px) { .addon { grid-template-columns: 1fr; } }
.addon__name {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: -.015em;
  color: var(--ink);
}
.addon__what { font-size: .93rem; line-height: 1.55; color: var(--gray-600); }

.prose__address {
  font-style: normal;
  line-height: 1.8;
  color: var(--gray-700);
  margin-bottom: 16px;
}
.prose strong { color: var(--ink); font-weight: 600; }

/* --- Guides ---------------------------------------------------------------- */

.guide-group + .guide-group { margin-top: clamp(38px, 4.5vw, 60px); }
.guide-group__title {
  font-size: var(--t-h3);
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
}

.guide-grid { display: grid; gap: clamp(14px, 1.8vw, 20px); }

.guide-card {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 2.6vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: inherit;
  transition: transform .22s cubic-bezier(.22,.61,.36,1), box-shadow .22s ease, border-color .22s ease;
}
.guide-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-3);
  border-color: var(--purple-100);
  color: inherit;
}
.guide-card__read {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.guide-card__title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.12rem, 1.6vw, 1.32rem);
  letter-spacing: -.022em;
  line-height: 1.25;
  color: var(--ink);
}
.guide-card__blurb { color: var(--gray-600); font-size: .96rem; line-height: 1.6; }
.guide-card__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--purple-700);
}
.guide-card:hover .guide-card__go svg { transform: translateX(3px); }
.guide-card__go svg { transition: transform .2s ease; }

.guide { min-width: 0; }

/* Article */
.guide__crumb {
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 18px;
}
.guide__crumb a { color: var(--purple-700); text-decoration: none; }
.guide__title {
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  letter-spacing: -.032em;
  line-height: 1.08;
  margin-bottom: 30px;
  max-width: 20ch;
}
.guide__body { max-width: 68ch; }
.guide__body .lead { font-size: var(--t-lead); color: var(--gray-700); margin-bottom: 26px; }
.guide__body h2 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  margin: 40px 0 14px;
}

.guide__foot {
  margin-top: clamp(44px, 5vw, 68px);
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.guide-next-row { display: grid; gap: 10px; margin-top: 18px; }
@media (min-width: 720px) { .guide-next-row { grid-template-columns: repeat(3, 1fr); } }
.guide-next {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  text-decoration: none;
  transition: border-color .18s ease, transform .2s ease;
}
.guide-next:hover { border-color: var(--purple-300); transform: translateY(-2px); }
.guide-next__title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .96rem;
  letter-spacing: -.015em;
  line-height: 1.3;
  color: var(--ink);
}
.guide-next__read {
  font-family: var(--f-mono);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-500);
}

/* --- Booking landing page -------------------------------------------------- */

.uses { display: grid; gap: 0; border-top: 1px solid var(--line); }
.use {
  padding-block: clamp(26px, 3vw, 40px);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: 10px clamp(28px, 4vw, 64px);
  align-items: start;
}
@media (max-width: 820px) { .use { grid-template-columns: 1fr; gap: 14px; } }
.use__title {
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  letter-spacing: -.024em;
  line-height: 1.25;
  grid-row: 1;
}
.use__body {
  color: var(--gray-600);
  font-size: .98rem;
  line-height: 1.65;
  grid-column: 1;
}
@media (min-width: 821px) {
  .use__title { grid-column: 1; }
  .use .caps { grid-column: 2; grid-row: 1 / span 2; margin-top: 4px; }
}

/* --- Guide article --------------------------------------------------------
   The guides were headings and paragraphs and nothing else. This adds
   structure — a header block, a contents rail, numbered sections, and pulled
   callouts — rather than decoration.
   ------------------------------------------------------------------------ */

.guide-head {
  position: relative;
  overflow: hidden;
  padding-block: clamp(40px, 5vw, 74px) clamp(30px, 3.6vw, 52px);
  background:
    radial-gradient(760px 420px at 84% 0%, var(--mist) 0%, transparent 64%),
    var(--soft);
  border-bottom: 1px solid var(--line);
}
.guide-head__inner { position: relative; z-index: 2; max-width: 46rem; }

.guide__crumb {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 20px;
}
.guide__crumb a { color: var(--purple-700); text-decoration: none; }
.guide__crumb a:hover { text-decoration: underline; }

.guide__title {
  font-size: clamp(1.95rem, 3.6vw, 3rem);
  letter-spacing: -.034em;
  line-height: 1.06;
  max-width: 18ch;
}
.guide__standfirst {
  margin-top: 20px;
  font-size: var(--t-lead);
  line-height: 1.55;
  color: var(--gray-600);
  max-width: 54ch;
}
.guide__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.guide__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 13px;
  border-radius: var(--r-pill);
  background: var(--white);
  border: 1px solid var(--line);
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-600);
}
.guide__pill--plain { background: var(--mist); border-color: var(--mist-deep); color: var(--purple-700); }

/* Layout: contents rail beside the text on wide screens */
.guide__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
}
@media (min-width: 1000px) {
  .guide__layout { grid-template-columns: 210px minmax(0, 1fr); }
}

.guide-toc { align-self: start; }
@media (min-width: 1000px) {
  .guide-toc { position: sticky; top: 132px; }
}
.guide-toc__label {
  font-family: var(--f-mono);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-500);
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}
.guide-toc__list { counter-reset: toc; display: grid; gap: 2px; }
.guide-toc__list li { counter-increment: toc; }
.guide-toc__list a {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  font-size: .86rem;
  line-height: 1.35;
  color: var(--gray-600);
  text-decoration: none;
  transition: color .16s ease;
}
.guide-toc__list a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--f-mono);
  font-size: .68rem;
  color: var(--gray-300);
  padding-top: 2px;
  flex: none;
}
.guide-toc__list a:hover { color: var(--purple-700); }
.guide-toc__list a:hover::before { color: var(--purple); }
@media (max-width: 999px) {
  .guide-toc {
    padding: 20px 22px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
  }
  .guide-toc__list { grid-template-columns: 1fr 1fr; display: grid; }
}
@media (max-width: 620px) { .guide-toc__list { grid-template-columns: 1fr; } }

/* Numbered section headings */
.guide__body { counter-reset: sec; max-width: 40rem; }
.guide__body h2 {
  counter-increment: sec;
  position: relative;
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  letter-spacing: -.024em;
  line-height: 1.25;
  margin: 46px 0 16px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
}
.guide__body h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.guide__body h2::before {
  content: counter(sec, decimal-leading-zero);
  display: block;
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  color: var(--purple);
  margin-bottom: 9px;
}
.guide__body p { font-size: 1.02rem; line-height: 1.75; }
.guide__body .lead {
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  line-height: 1.6;
  color: var(--gray-700);
  margin-bottom: 30px;
}
.guide__body ul { margin: 18px 0 22px; }
.guide__body ul li { line-height: 1.65; }
.guide__body a { font-weight: 500; }

/* Pulled callout for the line that matters most */
.callout {
  margin: 28px 0;
  padding: 22px 24px 22px 26px;
  background: var(--mist);
  border-left: 3px solid var(--purple);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.callout p {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem) !important;
  letter-spacing: -.018em;
  line-height: 1.45 !important;
  color: var(--ink);
}

.guide__foot {
  margin-top: clamp(48px, 5.5vw, 76px);
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

/* --- Guide rail promo -----------------------------------------------------
   Restates the logo's stacked layers: a purple card sitting on teal and
   amber. Sticky with the contents rail on desktop.
   ------------------------------------------------------------------------ */

.guide-rail { align-self: start; display: grid; gap: 26px; }
@media (min-width: 1000px) { .guide-rail { position: sticky; top: 132px; } }

/* the rail owns stickiness now, not the toc */
@media (min-width: 1000px) { .guide-toc { position: static; } }

.promo { position: relative; }
.promo__stack { position: absolute; inset: auto 0 0 0; }
.promo__stack i {
  position: absolute;
  left: 7px;
  right: 7px;
  height: 22px;
  border-radius: 0 0 16px 16px;
  display: block;
}
.promo__stack i:first-child { bottom: -9px;  background: var(--teal); }
.promo__stack i:last-child  { bottom: -17px; left: 14px; right: 14px; background: var(--orange); }

.promo__card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 22px 22px 24px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(220px 160px at 88% 8%, rgba(255,255,255,.18), transparent 70%),
    linear-gradient(158deg, var(--purple) 0%, var(--purple-700) 100%);
  box-shadow: 0 4px 12px rgba(74, 58, 184, .2), 0 16px 34px rgba(74, 58, 184, .22);
}
/* seed dots, echoing the archipelago device */
.promo__card::after {
  content: '';
  position: absolute;
  inset: auto -10px -14px auto;
  width: 116px; height: 78px;
  background-image: radial-gradient(circle, rgba(255,255,255,.5) 1.5px, transparent 1.6px);
  background-size: 13px 13px;
  opacity: .35;
  pointer-events: none;
}

.promo__eyebrow {
  display: block;
  font-family: var(--f-mono);
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 12px;
}
.promo__title {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 1.14rem;
  letter-spacing: -.024em;
  line-height: 1.22;
  margin-bottom: 8px;
}
.promo__body {
  font-size: .86rem;
  line-height: 1.5;
  color: rgba(255,255,255,.82);
}
.promo__price {
  display: block;
  margin: 16px 0 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.22);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -.035em;
}
.promo__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  background: #fff;
  color: var(--purple-700);
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .2s ease;
}
.promo__cta:hover {
  color: var(--purple-700);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}
.promo__cta svg { transition: transform .2s ease; }
.promo__cta:hover svg { transform: translateX(3px); }

@media (max-width: 999px) {
  .guide-rail { gap: 32px; }
  .promo { max-width: 340px; }
}
@media (prefers-reduced-motion: reduce) {
  .promo__cta, .promo__cta svg { transition: none; }
  .promo__cta:hover { transform: none; }
}

/* --- Airport catchments (Puerto Rico) -------------------------------------
   Each entry is a different operation, so the card leads with the code the
   trade actually uses rather than the full airport name.
   ------------------------------------------------------------------------ */

.airports {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
@media (max-width: 980px) { .airports { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .airports { grid-template-columns: 1fr; } }

.airport {
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: border-color .2s ease, transform .2s cubic-bezier(.22,.61,.36,1), box-shadow .2s ease;
}
.airport:hover {
  border-color: var(--purple-100);
  transform: translateY(-3px);
  box-shadow: var(--sh-3);
}
.airport__head { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.airport__code {
  flex: none;
  padding: 7px 11px;
  border-radius: var(--r-sm);
  background: var(--mist);
  font-family: var(--f-mono);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--purple-700);
}
.airport__where { display: grid; gap: 2px; min-width: 0; }
.airport__name {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: -.018em;
  line-height: 1.2;
  color: var(--ink);
}
.airport__city {
  font-family: var(--f-mono);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.airport__note {
  font-size: .93rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
}
.airport__need { font-size: .93rem; line-height: 1.6; color: var(--gray-600); }

@media (prefers-reduced-motion: reduce) {
  .airport { transition: none; }
  .airport:hover { transform: none; }
}

/* Expectation checklist (Puerto Rico page) */
.expect {
  padding: clamp(26px, 3vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-2);
}
.expect__label {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-500);
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.expect__list { display: grid; gap: 13px; }
.expect__list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: .97rem;
  line-height: 1.5;
  color: var(--gray-700);
}
.expect__list li svg { flex: none; margin-top: 3px; color: var(--teal-700); }
.expect__foot {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  font-size: .9rem;
  line-height: 1.6;
  color: var(--gray-600);
}

/* --- Person card ----------------------------------------------------------
   Sits inside the expectation card. The photo carries a soft brand-gradient
   ring so it reads as a person rather than an avatar in a list.
   ------------------------------------------------------------------------ */

.person {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
@media (max-width: 420px) { .person { flex-direction: column; gap: 14px; } }

.person__photo {
  position: relative;
  flex: none;
  width: 132px;
  height: 132px;
  padding: 4px;
  border-radius: 50%;
  background: conic-gradient(from 140deg,
              var(--purple) 0deg, var(--teal) 130deg,
              var(--orange) 240deg, var(--purple) 360deg);
}
.person__photo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  border: 4px solid var(--white);
  background: var(--mist);
}

.person__text { display: grid; gap: 3px; min-width: 0; }
.person__name {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 1.06rem;
  letter-spacing: -.022em;
  color: var(--ink);
}
.person__role {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--purple-700);
  margin-bottom: 7px;
}
.person__bio {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--gray-600);
  margin-bottom: 10px;
}
.person__mail {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--purple-700);
  text-decoration: none;
  word-break: break-word;
}
.person__mail:hover { text-decoration: underline; }
.person__mail svg { flex: none; transition: transform .2s ease; }
.person__mail:hover svg { transform: translateX(3px); }

@media (prefers-reduced-motion: reduce) {
  .person__mail svg { transition: none; }
  .person__mail:hover svg { transform: none; }
}

/* Trademark symbol: small and unobtrusive, so it marks the name without
   competing with it in a large heading. */
.tm {
  font-size: .42em;
  vertical-align: super;
  letter-spacing: 0;
  font-weight: 600;
  opacity: .55;
  margin-left: .05em;
}

/* --- Perspectives table ---------------------------------------------------
   Five people, one system. A table rather than cards because the whole point
   is that the rows are parallel, and cards made the copy ragged.
   ------------------------------------------------------------------------ */

.views__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.views__table th,
.views__table td {
  text-align: left;
  vertical-align: top;
  padding: 18px 22px 18px 0;
  border-bottom: 1px solid var(--line);
}
.views__table thead th {
  padding-top: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--f-mono);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.views__table tbody tr:last-child th,
.views__table tbody tr:last-child td { border-bottom: 0; }

.views__table tbody th {
  width: 24%;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -.02em;
  color: var(--ink);
}
.views__table td { font-size: .97rem; line-height: 1.55; color: var(--gray-600); }
/* The third column is what the system has to deliver, so it carries weight */
.views__table td:last-child { color: var(--gray-700); font-weight: 500; }

.views__foot {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  letter-spacing: -.02em;
  line-height: 1.4;
  color: var(--ink);
  max-width: 56ch;
}

/* Stacked on narrow screens, with the column names as labels */
@media (max-width: 720px) {
  .views__table, .views__table tbody, .views__table tr,
  .views__table th, .views__table td { display: block; width: auto; }
  .views__table thead { display: none; }
  .views__table tbody tr {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }
  .views__table tbody tr:last-child { border-bottom: 0; }
  .views__table th, .views__table td { padding: 0; border: 0; }
  .views__table tbody th { margin-bottom: 8px; }
  .views__table td { position: relative; padding-left: 0; margin-top: 8px; }
  .views__table td::before {
    content: attr(data-label);
    display: block;
    font-family: var(--f-mono);
    font-size: .62rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--gray-500);
    margin-bottom: 3px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --- Listener types -------------------------------------------------------
   Three parallel cards. Each carries the same two labelled lines, so they
   stay even without depending on the copy running to the same length.
   ------------------------------------------------------------------------ */

.ltypes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
@media (max-width: 860px) { .ltypes { grid-template-columns: 1fr; } }

.ltype {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.ltype__name {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -.022em;
  color: var(--ink);
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.ltype__needs,
.ltype__fails { font-size: .94rem; line-height: 1.55; color: var(--gray-600); }
.ltype__needs { margin-bottom: 16px; }
.ltype__needs span,
.ltype__fails span {
  display: block;
  font-family: var(--f-mono);
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ltype__needs span { color: var(--teal-700); }
.ltype__fails span { color: var(--orange-700); }
.ltype__fails { margin-top: auto; }
