/* SETI Power marketing pages — additions to landing.css.
   Only what landing.css does not already provide; every colour comes from the
   existing custom properties so the two halves of the site stay in step. */

.page-hero {
  /* Full-bleed: the max-width that used to live here also clipped the hero's
     background image to 900px, so every inner page had a narrow letterboxed
     header while the homepage ran edge to edge. The measure is held on the
     text below, not on the section. */
  padding: 130px 24px 76px;
  text-align: center;
  width: 100%;
  margin: 0;
}
.page-hero h1,
.page-hero > p,
.page-hero > .section-tag { max-width: 900px; margin-left: auto; margin-right: auto; }
.page-hero > p { max-width: 720px; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.1; margin: 0 0 18px; }
.page-hero p  { color: var(--text-dim); font-size: 1.1rem; line-height: 1.6; margin: 0 auto; max-width: 700px; }

/* Product cards ---------------------------------------------------------- */
.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  margin-top: 36px;
}
.pack-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: border-color .2s, transform .2s;
}
.pack-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.pack-card h3 { margin: 0 0 6px; font-size: 1.25rem; }
.pack-badges { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.pack-badge {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .06em;
  padding: 3px 9px;
  border-radius: var(--radius-sm);
  background: rgba(226,163,54,.1);
  border: 1px solid rgba(226,163,54,.3);
  color: var(--accent);
}
.pack-card > p { color: var(--text-dim); line-height: 1.55; margin: 0 0 18px; }

/* Spec rows -------------------------------------------------------------- */
.spec-list { list-style: none; margin: 0 0 20px; padding: 0; }
.spec-list li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 7px 0; border-bottom: 1px solid var(--border);
  font-size: .9rem;
}
.spec-list li:last-child { border-bottom: 0; }
.spec-list .k { color: var(--text-muted); }
.spec-list .v { color: var(--text); font-family: var(--mono); }
.spec-list .v.tbd { color: var(--text-muted); font-style: italic; font-family: var(--font); }

.pack-apps { margin: 0 0 22px; }
.pack-apps h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); margin: 0 0 8px; }
.pack-apps ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.pack-apps li {
  font-size: .8rem; padding: 3px 9px; border-radius: var(--radius-sm);
  background: var(--bg-elevated); color: var(--text-dim); border: 1px solid var(--border);
}
.pack-card .btn { margin-top: auto; }

/* Two-column prose + media ----------------------------------------------- */
/* Text and image are STACKED, not side by side: a supporting image reads as
   part of the argument when it sits under the copy, and as decoration when it
   is parked in a column beside it. */
.split {
  display: block;
  max-width: 860px;
  margin: 0 auto;
}
.split img {
  width: 100%;
  max-width: 860px;
  margin: 32px auto 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: block;
}
.split p { color: var(--text-dim); line-height: 1.7; }
/* Keep the copy block first even where the markup puts the image first. */
.split > img:first-child { margin: 0 auto 32px; }

/* Checklist -------------------------------------------------------------- */
.check-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 26px; margin: 24px 0 0; padding: 0; list-style: none;
}
.check-grid li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-dim); line-height: 1.5; }
.check-grid i { color: var(--green); margin-top: 3px; flex-shrink: 0; }

/* Footer columns --------------------------------------------------------- */
.footer-cols {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px;
  max-width: 1100px; margin: 0 auto; text-align: left;
}
@media (max-width: 760px) { .footer-cols { grid-template-columns: 1fr; gap: 28px; } }
.footer-cols h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text); margin: 0 0 12px; }
.footer-cols ul { list-style: none; margin: 0; padding: 0; }
.footer-cols li { margin-bottom: 8px; }
.footer-cols a { color: var(--text-dim); text-decoration: none; font-size: .92rem; }
.footer-cols a:hover { color: var(--accent); }

/* Honest-spec note ------------------------------------------------------- */
.spec-note {
  margin-top: 30px; padding: 14px 18px;
  border-left: 3px solid var(--accent);
  background: rgba(226,163,54,.05);
  color: var(--text-dim); font-size: .9rem; line-height: 1.6;
}

/* Layout corrections for the SETI Power pages ---------------------------- */

/* landing.css lays .hero-stats out for its own hero, where it inherits the
   hero's centring. Used standalone in a .section it collapsed to the left. */
.section > .hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}
.section > .hero-stats .stat {
  min-width: 170px;
  padding: 20px 26px;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

/* Four solution cards were wrapping 3 + 1, orphaning SETI Outdoors on a row
   of its own. Give them a track size that fits four across on desktop and
   halves cleanly on tablet. */
.hive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) { .hive-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .hive-grid { grid-template-columns: 1fr; } }

/* The stacked sections had more air between them than the AI pages do. */
.page-hero + .section { padding-top: 24px; }

/* Paragraphs in the stacked sections were running together. */
.split p { margin: 0 0 18px; }
.split h2 { margin-bottom: 14px; }
.split .btn { margin-top: 6px; }

/* Fixed three-across grid. The default features-grid is auto-fit, which
   reflows to four or two depending on viewport width and made the row count
   unpredictable. */
.features-grid.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .features-grid.grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .features-grid.grid-3 { grid-template-columns: 1fr; } }

/* Section banding -------------------------------------------------------- */
/* An unbroken black page gives the eye nothing to measure progress against.
   Alternate bands lift every second section a step off the base colour. */
.section.band {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section.band .pack-card,
.section.band .feature-card,
.section.band .hive-card {
  background: var(--bg-elevated);
}
.cta-section { background: var(--bg-surface); border-top: 1px solid var(--border); }

/* Card sizing ------------------------------------------------------------ */
/* The pack cards were stretching the full viewport on a desktop monitor, which
   left single cards a metre wide and unreadable. Cap the row and the card. */
.pack-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
  justify-content: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.features-grid, .hive-grid { max-width: 1180px; margin-left: auto; margin-right: auto; }

@media (max-width: 700px) {
  .pack-grid { grid-template-columns: 1fr; }
  .pack-card { padding: 20px; }
  .page-hero { padding: 96px 18px 40px; }
  .section { padding-left: 18px; padding-right: 18px; }
  .spec-list li { font-size: .85rem; }
}

/* landing.css sizes .cta-glow at a fixed 400px, which is wider than a 390px
   phone viewport and pushed the whole page into horizontal scroll. Caught by
   rendering at real device widths, not by reading the media queries. */
.cta-glow { max-width: 100%; }

/* Mobile navigation ------------------------------------------------------ */
/* landing.css hides .nav-links entirely below 768px and offers no replacement.
   That was survivable on the AI page, where the links were same-page anchors.
   Here they are the only route to the product and solution pages, so hiding
   them strands every phone visitor on the homepage. Restore them as a wrapped
   row -- no JavaScript, nothing to break. */
@media (max-width: 768px) {
  .landing-nav {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 14px;
    gap: 10px;
    row-gap: 8px;
    border-radius: 14px;
  }
  .nav-logo { flex: 1 1 auto; }
  .nav-actions { flex: 0 0 auto; gap: 8px; }
  .nav-actions .btn { padding: 7px 12px; font-size: 12px; white-space: nowrap; }

  .nav-links {
    display: flex;
    order: 3;
    flex: 1 0 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 6px;
    margin: 2px 0 0;
    padding: 8px 0 0;
    border-top: 1px solid var(--border);
  }
  .nav-links a { padding: 5px 10px; font-size: 12px; }
}

/* The wrapped mobile nav is roughly twice the height of the desktop bar, so
   the hero needs to start below it or the headline is clipped. */
@media (max-width: 768px) {
  .page-hero { padding-top: 190px; }
  .section > .hero-stats .stat { width: 100%; max-width: 320px; }
}

/* Section headings in caps. Done in CSS with text-transform rather than by
   rewriting the copy, so the markup keeps normal sentence case -- screen
   readers and search results still get "Built for the job in front of it",
   not "BUILT FOR THE JOB IN FRONT OF IT". Slight letter-spacing because caps
   set at display size need the extra air to stay readable. */
.section-header h2,
.split h2 {
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* Hero headlines in caps too, so the top of a page matches the section
   headings below it rather than switching case halfway down. Tighter tracking
   than the h2 rule because these are set much larger. */
.page-hero h1 {
  text-transform: uppercase;
  letter-spacing: .02em;
}

/* Dropdown navigation ---------------------------------------------------- */
/* Two menus collapse what used to be nine top-level items into four, which is
   what let the Power Pack pages and the Seti AI platform share one header.
   CSS only -- :focus-within keeps it keyboard-reachable without script. */
.nav-links .has-drop { position: relative; }
.nav-links .drop-caret { font-size: 9px; margin-left: 4px; opacity: .65; }

.nav-links .drop {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  margin: 6px 0 0;
  padding: 6px;
  list-style: none;
  background: var(--bg-elevated);
  border: 1px solid var(--border-bright);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .15s, transform .15s, visibility .15s;
  z-index: 200;
}
/* A gap between trigger and panel would drop the hover; bridge it. */
.nav-links .has-drop::after {
  content: '';
  position: absolute;
  top: 100%; left: 0; right: 0; height: 10px;
}
.nav-links .has-drop:hover > .drop,
.nav-links .has-drop:focus-within > .drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-links .drop li { display: block; }
.nav-links .drop a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border-radius: var(--radius-sm);
  font-size: 12.5px;
  white-space: nowrap;
  color: var(--text-dim);
}
.nav-links .drop a:hover { background: var(--bg-hover); color: var(--text); }
.nav-links .drop a i { width: 14px; text-align: center; color: var(--accent); font-size: 11px; }

/* On phones the panels open inline instead of floating. */
@media (max-width: 768px) {
  .nav-links .has-drop { position: static; }
  .nav-links .drop {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  .nav-links .drop a { padding: 4px 8px; font-size: 11.5px; }
  .nav-links .drop a i { display: none; }
  .nav-links .drop-caret { display: none; }
}

/* Pricing page ----------------------------------------------------------- */
/* pricing.html predates the shared chrome and carries its own .page layout, so
   the caps + centred treatment used everywhere else never reached it. Match it
   here rather than rewriting the page's own stylesheet. */
.page > .eyebrow { justify-content: center; text-align: center; }
.page > h1 {
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page > .lede {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Photo cards ------------------------------------------------------------ */
/* The original homepage led each solution with a photograph. Restored here --
   the icon-only cards read as a template, the photos read as a product. */
.photo-card {
  display: block;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
}
.photo-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.photo-card img { width: 100%; height: 168px; object-fit: cover; display: block; }
.photo-card .pc-body { padding: 20px; }
.photo-card h3 { margin: 0 0 8px; font-size: 1.1rem; color: var(--text); }
.photo-card p { margin: 0 0 14px; color: var(--text-dim); font-size: .92rem; line-height: 1.55; }
.photo-card .pc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.photo-card .pc-tags span {
  font-size: .72rem; padding: 3px 9px; border-radius: var(--radius-sm);
  background: rgba(226,163,54,.1); border: 1px solid rgba(226,163,54,.3); color: var(--accent);
}

/* Full-bleed hero -------------------------------------------------------- */
/* The text-on-black hero had no presence. This puts the graphene-like macro
   texture behind it full width, with a gradient heavy enough that the headline
   never fights the image for contrast. */
.hero-shot {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 80px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero-shot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('img/resource-database-160aTlUvr-A-unsplash-1-.jpg') center/cover no-repeat;
  opacity: .5;
  transform: scale(1.04);
}
/* Two layers: a vertical fade so the nav and the next section blend into the
   photograph, and a centre vignette so the copy sits on near-solid ground. */
.hero-shot::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(9,9,11,.82) 0%, rgba(9,9,11,.94) 62%, var(--bg-base) 100%),
    linear-gradient(to bottom, var(--bg-base) 0%, rgba(9,9,11,0) 26%, rgba(9,9,11,0) 72%, var(--bg-base) 100%);
}
.hero-shot > .hero-inner { position: relative; z-index: 2; max-width: 900px; }
.hero-shot h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-shadow: 0 2px 40px rgba(0,0,0,.9);
}
.hero-shot .hero-lede {
  color: var(--text-dim);
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
}
.hero-shot .hero-cta { margin-top: 34px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 768px) {
  .hero-shot { min-height: 68vh; padding: 200px 18px 64px; }
  .hero-shot::before { opacity: .42; }
}

/* Centred prose block ---------------------------------------------------- */
/* The .split layout left-aligns its copy inside an 860px column, which read as
   a different template from every other section on the page (all of which are
   centred under a .section-header). This matches them. */
.prose {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.prose p {
  color: var(--text-dim);
  line-height: 1.75;
  margin: 0 0 18px;
}
.prose-cta { margin-top: 26px; }

/* ── Full-width alignment pass ──────────────────────────────────────────── */
/* Several blocks were capped at 760-860px while every grid on the site runs to
   1180px, so those sections read as a narrower, different template. One
   container width everywhere. */

.split {
  max-width: 1180px;
}
.split img { max-width: 1180px; }

.prose {
  max-width: 1180px;
}
/* Prose still needs a comfortable measure, so hold the line length with the
   text rather than the container. */
.prose p {
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
}

.section-header { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-header p { max-width: 78ch; margin-left: auto; margin-right: auto; }

.check-grid { max-width: 1180px; margin-left: auto; margin-right: auto; }

/* The closing call to action was the narrowest block on every page. */
.cta-section { padding-left: 24px; padding-right: 24px; }
.cta-section .section-header { max-width: 1180px; }
.cta-section .section-header h2 { max-width: none; }

.spec-note { max-width: 1180px; margin-left: auto; margin-right: auto; }

/* ── Hero background on every page ──────────────────────────────────────── */
/* The homepage hero got the graphene macro texture; the inner pages were left
   on flat black, which made them look like a different site once you clicked
   through. Same treatment, shorter. */
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('img/resource-database-160aTlUvr-A-unsplash-1-.jpg') center/cover no-repeat;
  opacity: .38;
  transform: scale(1.04);
  z-index: 0;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(9,9,11,.80) 0%, rgba(9,9,11,.93) 62%, var(--bg-base) 100%),
    linear-gradient(to bottom, var(--bg-base) 0%, rgba(9,9,11,0) 30%, rgba(9,9,11,0) 70%, var(--bg-base) 100%);
}
.page-hero > * { position: relative; z-index: 2; }
.page-hero h1 { text-shadow: 0 2px 40px rgba(0,0,0,.9); }
@media (max-width: 768px) { .page-hero::before { opacity: .3; } }

/* landing.css caps .cta-section at max-width:640px, so the closing call to
   action sat in a narrow column AND its banded background only painted across
   that column. Let the section run full width and constrain the copy instead. */
.cta-section {
  max-width: none;
  width: 100%;
  padding: 90px 24px 110px;
}
.cta-section .section-header { max-width: 820px; margin: 0 auto 34px; }
.cta-section h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: .03em; }
.cta-section p { max-width: 68ch; margin-left: auto; margin-right: auto; }
.cta-glow { width: min(620px, 90vw); height: min(620px, 90vw); }

/* Pricing page container ------------------------------------------------- */
/* pricing.html ships its own .wrap/.page layout capped narrower than the rest
   of the site, and it never got the hero background because it has no
   .page-hero. Bring both in line. */
.wrap { max-width: 1180px !important; margin: 0 auto; }
.page > .eyebrow { max-width: 1180px; margin-left: auto; margin-right: auto; }

body:has(.page) .wrap { position: relative; }
.page > .eyebrow,
.page > h1,
.page > .lede { position: relative; z-index: 2; }
/* The pricing hero sits inside the page's own padded wrapper, so it needs to
   break back out to full width to show the same background as everywhere else. */
.pricing-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 40px 24px 56px;
}
.wrap { padding-top: 0 !important; }

/* The .page-hero h1 rule further up sets `margin: 0 0 18px`, which resets the
   auto side margins and left-aligned the headline once the hero went
   full-bleed. Re-apply the centring after it. */
.page-hero h1 { margin-inline: auto; }
.page-hero > p { margin-inline: auto; }
.page-hero .section-tag { display: block; }

/* Anchor targets must clear the floating nav, or a #solar link lands with the
   section heading hidden behind the header. */
[id="industrial"], [id="solar"], [id="sports"], [id="outdoors"],
[id="power-hive"], [id="capabilities"], [id="how-it-works"] {
  scroll-margin-top: 96px;
}
html { scroll-behavior: smooth; }
@media (max-width: 768px) {
  [id="industrial"], [id="solar"], [id="sports"], [id="outdoors"] { scroll-margin-top: 180px; }
}

/* Ghost button for in-card links. */
.btn-ghost {
  background: transparent;
  border: 1px solid var(--border-bright);
  color: var(--text-dim);
  padding: 8px 14px;
  font-size: .82rem;
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.feature-card { display: flex; flex-direction: column; }
.feature-card .btn-ghost { margin-top: auto; align-self: flex-start; }

/* ── Container width ────────────────────────────────────────────────────── */
/* 1180px left three-across cards with a ~330px / 45-character measure, which
   is cramped for body copy and was the "text is narrow" complaint. 1360 gives
   each card roughly 430px without the page losing its centre. */
.pack-grid,
.features-grid,
.hive-grid,
.check-grid,
.section-header,
.split,
.prose,
.spec-note,
.footer-cols,
.wrap { max-width: 1360px !important; }

.cta-section .section-header { max-width: 900px !important; }
.section-header p { max-width: 74ch; }
.prose p { max-width: 74ch; }

/* Cards can breathe a little more now that they are wider. */
.feature-card { padding: 26px; }
.feature-card p { font-size: .94rem; line-height: 1.6; }

/* 74ch resolved to ~666px inside a 1360px block, so the prose sections (About
   SETI, The technology, Graphene enhanced power) sat as a narrow column in a
   wide band. Widen the measure and size the text up a little to match, rather
   than letting a long line become hard to track. */
.prose p,
.section-header p {
  max-width: 1040px;
  font-size: 1.02rem;
  line-height: 1.75;
}
.prose p { margin-bottom: 20px; }

/* landing.css gives .section-header a 72px bottom margin, which is right before
   a card grid but reads as a dropped-out blank block when body copy follows it
   directly. Close the gap wherever prose or stats come straight after. */
.section-header + .prose,
.section-header + .hero-stats,
.section-header + .check-grid { margin-top: -34px; }
.section-header:has(+ .prose) { margin-bottom: 40px; }
.prose + .features-grid,
.prose + .hero-stats { margin-top: 40px; }
.prose p:last-child { margin-bottom: 0; }

/* A row of proof points under the hero CTAs — gives the eye a reason to keep
   going down the page instead of stopping at the fold. */
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  color: var(--text-dim);
  font-family: var(--mono);
  letter-spacing: .01em;
}
.hero-proof i { color: var(--accent); font-size: .85rem; }
@media (max-width: 600px) { .hero-proof { gap: 8px 16px; font-size: .8rem; } }

/* Prose blocks -----------------------------------------------------------
   Two corrections. The earlier -34px pull to close the header gap overshot and
   welded the lede to the first paragraph. And multi-paragraph body copy was
   centred, which makes every line start in a different place and is hard to
   track — headings stay centred, the reading text goes left. */
.section-header + .prose { margin-top: 0; }
.section-header:has(+ .prose) { margin-bottom: 44px; }

.prose { text-align: left; }
.prose p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.prose .prose-cta { text-align: center; }

/* The graphene comparison graphic was running the full 1360px container, which
   made it dominate the section it is only meant to support. ~70% of that. */
.split img { max-width: 950px; }

/* Spec list --------------------------------------------------------------
   A definition list instead of another card grid. Three card grids stacked on
   one page all read the same; a two-column list gives the eye a different
   shape to land on and suits label/value content better than a box does. */
.spec-table {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}
.spec-table > div {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
}
.spec-table > div:first-child { border-top: 1px solid var(--border); }
.spec-table dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--text-muted);
}
.spec-table dt i { color: var(--accent); font-size: .9rem; width: 16px; text-align: center; }
.spec-table dd {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.65;
  font-size: 1rem;
}
.spec-table dd strong { color: var(--text); font-weight: 600; }
@media (max-width: 720px) {
  .spec-table > div { grid-template-columns: 1fr; gap: 8px; padding: 16px 2px; }
}

/* Alternating image/text rows -------------------------------------------
   A third layout for a page that already has card grids and spec lists. Each
   application gets a photograph, a short argument and its own proof points,
   flipping side each row so the eye keeps moving down the page. */
.use-rows { max-width: 1360px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; }
.use-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}
.use-row:nth-child(even) .use-media { order: 2; }
.use-media { position: relative; }
.use-media img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: block;
}
.use-volt {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .08em;
  padding: 5px 11px; border-radius: var(--radius-sm);
  background: rgba(9,9,11,.82); border: 1px solid rgba(226,163,54,.45);
  color: var(--accent); backdrop-filter: blur(4px);
}
.use-body h3 { margin: 0 0 8px; font-size: 1.5rem; }
.use-lede { color: var(--accent); font-size: 1rem; margin: 0 0 16px; }
.use-body p { color: var(--text-dim); line-height: 1.7; margin: 0 0 18px; }
.use-points {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px;
}
.use-points li {
  position: relative; padding-left: 20px;
  color: var(--text-dim); font-size: .92rem; line-height: 1.45;
}
.use-points li::before {
  content: ''; position: absolute; left: 0; top: .55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
@media (max-width: 900px) {
  .use-row { grid-template-columns: 1fr; gap: 24px; }
  .use-row:nth-child(even) .use-media { order: 0; }
  .use-media img { height: 240px; }
  .use-points { grid-template-columns: 1fr; }
}

/* ── Extra section treatments ───────────────────────────────────────────── */

/* Scenario: a concrete "here is the job" panel with the numbers beside it. */
.scenario {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  max-width: 1360px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 900px) { .scenario { grid-template-columns: 1fr; gap: 26px; } }
.scenario-quote {
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 24px;
}
.scenario-quote p { color: var(--text); font-size: 1.15rem; line-height: 1.65; margin: 0 0 14px; font-style: italic; }
.scenario-quote cite { color: var(--text-muted); font-size: .86rem; font-style: normal; font-family: var(--mono); }
.scenario-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.scenario-fact {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px;
}
.scenario-fact b { display: block; color: var(--accent); font-family: var(--mono); font-size: 1.4rem; margin-bottom: 4px; }
.scenario-fact span { color: var(--text-dim); font-size: .86rem; line-height: 1.45; }

/* Numbered steps for a sequence. */
.step-list { max-width: 1040px; margin: 0 auto; counter-reset: st; }
.step-list > div {
  display: grid; grid-template-columns: 56px 1fr; gap: 22px;
  padding: 24px 0; border-bottom: 1px solid var(--border);
}
.step-list > div:last-child { border-bottom: 0; }
.step-list .st-num {
  counter-increment: st;
  font-family: var(--mono); font-size: 1.05rem; color: var(--accent);
  border: 1px solid rgba(226,163,54,.35); border-radius: 50%;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
}
.step-list .st-num::before { content: counter(st, decimal-leading-zero); }
.step-list h4 { margin: 0 0 8px; font-size: 1.1rem; color: var(--text); }
.step-list p { margin: 0; color: var(--text-dim); line-height: 1.65; }

/* ── Platform page layouts (not used elsewhere) ─────────────────────────── */

/* Bento: deliberately uneven tiles so a list of deployment scales reads as a
   hierarchy rather than six identical boxes. */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  max-width: 1360px;
  margin: 0 auto;
}
.bento-tile {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.bento-tile:hover { border-color: var(--accent); transform: translateY(-3px); }
.bento-tile.wide { grid-column: span 3; }
.bento-tile.hero-tile { grid-column: span 6; background: var(--bg-elevated); }
.bento-tile i.bt-icon { font-size: 1.3rem; color: var(--accent); margin-bottom: 14px; display: block; }
.bento-tile h3 { margin: 0 0 8px; font-size: 1.12rem; }
.bento-tile p { margin: 0; color: var(--text-dim); line-height: 1.6; font-size: .93rem; }
.bento-tile .bt-scale {
  position: absolute; top: 18px; right: 20px;
  font-family: var(--mono); font-size: .7rem; letter-spacing: .09em;
  color: var(--text-muted);
}
@media (max-width: 1000px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-tile, .bento-tile.wide, .bento-tile.hero-tile { grid-column: span 1; }
}
@media (max-width: 620px) { .bento { grid-template-columns: 1fr; } }

/* Indexed capability grid: a big hairline number per item, no card chrome. */
.index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2px;
  max-width: 1360px;
  margin: 0 auto;
  background: var(--border);
  border: 1px solid var(--border);
}
.index-item {
  background: var(--bg-base);
  padding: 30px 26px;
  counter-increment: idx;
  transition: background .2s;
}
.index-item:hover { background: var(--bg-surface); }
.index-item .ix {
  font-family: var(--mono);
  font-size: .78rem;
  color: var(--accent);
  letter-spacing: .1em;
  display: block;
  margin-bottom: 14px;
}
.index-item .ix::before { content: counter(idx, decimal-leading-zero) ' / '; color: var(--text-muted); }
.index-item h3 { margin: 0 0 10px; font-size: 1.08rem; }
.index-item p { margin: 0; color: var(--text-dim); line-height: 1.62; font-size: .92rem; }
.index-grid { counter-reset: idx; }

/* Rail timeline: a continuous vertical line so a sequence reads as a journey. */
.rail { max-width: 900px; margin: 0 auto; position: relative; padding-left: 46px; }
.rail::before {
  content: ''; position: absolute; left: 13px; top: 10px; bottom: 10px;
  width: 2px; background: linear-gradient(to bottom, var(--accent), rgba(226,163,54,.15));
}
.rail-step { position: relative; padding-bottom: 46px; }
.rail-step:last-child { padding-bottom: 0; }
.rail-step::before {
  content: ''; position: absolute; left: -39px; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--bg-base); border: 2px solid var(--accent);
}
.rail-step h3 { margin: 0 0 10px; font-size: 1.25rem; }
.rail-step p { margin: 0; color: var(--text-dim); line-height: 1.7; }
.rail-step .rail-tag {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .1em;
  color: var(--text-muted); display: block; margin-bottom: 6px;
}
@media (max-width: 620px) { .rail { padding-left: 34px; } .rail-step::before { left: -27px; } }

/* Nav logo: the same amber glow the auth pages give their logo mark, so the
   bolt reads consistently wherever it appears. Ambient at rest, brighter on
   hover. */
.landing-nav .logo-box {
  box-shadow: 0 0 16px rgba(226,163,54,.20);
  transition: box-shadow .25s ease, transform .25s ease;
}
.landing-nav .nav-logo:hover .logo-box {
  box-shadow: 0 0 26px rgba(226,163,54,.5), 0 0 6px rgba(226,163,54,.35);
  transform: translateY(-1px);
}
.landing-nav .nav-logo { cursor: pointer; }
.landing-nav .nav-logo:hover .logo { color: var(--accent); }
.landing-nav .logo { transition: color .25s ease; }

/* Hero paragraph was capped at 720px under a 900px headline, so it sat visibly
   narrower than the line above it. Match the headline's measure. */
.page-hero > p { max-width: 900px; }

/* ── Latest Research & Insights (migrated from setipower.com) ───────── */
.research-grid {
  max-width: 1360px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px;
}
.research-card {
  position: relative; display: flex; flex-direction: column; gap: 14px;
  padding: 30px 28px 26px; text-align: left; cursor: pointer;
  background: rgba(255,255,255,.028);
  border: 1px solid rgba(255,255,255,.09); border-radius: 18px;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.research-card:hover {
  border-color: var(--accent); transform: translateY(-4px);
  background: rgba(255,255,255,.055);
}
.research-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.research-tag {
  align-self: flex-start; font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; padding: 6px 13px; border-radius: 999px;
  color: var(--accent); background: rgba(226,163,54,.12);
  border: 1px solid rgba(226,163,54,.32);
}
.research-card h3 {
  font-size: 1.13rem; line-height: 1.4; font-weight: 700; color: #fff; margin: 0;
}
.research-card p {
  font-size: .95rem; line-height: 1.65; color: var(--text-dim); margin: 0; flex: 1;
}
.research-more {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .88rem; font-weight: 600; color: var(--accent);
}
.research-card:hover .research-more i { transform: translateX(4px); }
.research-more i { transition: transform .2s ease; }

.dl-head {
  max-width: 1360px; margin: 56px auto 22px; text-align: center;
}
.dl-head h3 {
  font-size: 1.35rem; font-weight: 700; color: #fff; margin: 0 0 8px;
  text-transform: uppercase; letter-spacing: .06em;
}
.dl-head p { color: var(--text-dim); margin: 0; font-size: .97rem; }
.dl-grid {
  max-width: 1360px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px;
}
.dl-tile {
  display: flex; align-items: flex-start; gap: 15px; padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.09); border-radius: 14px;
  background: rgba(255,255,255,.022); text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}
.dl-tile:hover { border-color: var(--accent); background: rgba(255,255,255,.05); }
.dl-tile > i {
  font-size: 1.4rem; color: var(--accent); margin-top: 2px; flex: none;
}
.dl-tile strong { display: block; color: #fff; font-size: .97rem; margin-bottom: 5px; }
.dl-tile span { display: block; color: var(--text-dim); font-size: .86rem; line-height: 1.5; }

/* modal */
.rmodal {
  position: fixed; inset: 0; z-index: 9000; display: none;
  align-items: flex-start; justify-content: center;
  padding: 40px 20px; overflow-y: auto;
  background: rgba(4,7,12,.86); backdrop-filter: blur(6px);
}
.rmodal.open { display: flex; }
.rmodal-panel {
  position: relative; width: 100%; max-width: 880px; margin: auto;
  background: #0b1017; border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; padding: 44px 46px 40px;
  box-shadow: 0 30px 90px rgba(0,0,0,.6);
}
.rmodal-close {
  position: absolute; top: 16px; right: 16px; width: 40px; height: 40px;
  display: grid; place-items: center; cursor: pointer; font-size: 1rem;
  color: var(--text-dim); background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1); border-radius: 50%;
}
.rmodal-close:hover { color: #fff; border-color: var(--accent); }
.rmodal-panel h2 {
  font-size: 1.6rem; line-height: 1.32; color: #fff; margin: 0 0 10px; padding-right: 44px;
}
.rmodal-meta {
  font-size: .87rem; color: var(--accent); font-weight: 600;
  margin: 0 0 26px; padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.rmodal-body h3 {
  font-size: 1.13rem; font-weight: 700; color: #fff; margin: 30px 0 10px;
}
.rmodal-body p { color: var(--text-dim); line-height: 1.75; margin: 0 0 14px; font-size: .98rem; }
.rmodal-body ul { margin: 0 0 14px; padding-left: 22px; }
.rmodal-body li { color: var(--text-dim); line-height: 1.75; margin-bottom: 7px; font-size: .98rem; }
.rmodal-body li strong { color: #fff; }
.rmodal-foot {
  margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09);
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}
body.rmodal-lock { overflow: hidden; }

@media (max-width: 640px) {
  .rmodal { padding: 16px 12px; }
  .rmodal-panel { padding: 34px 22px 28px; border-radius: 16px; }
  .rmodal-panel h2 { font-size: 1.28rem; }
  .research-card { padding: 24px 22px; }
}

/* ══ HOMEPAGE-ONLY SECTION STYLES ══════════════════════════════════════
   Distinct from products.html (pack-card/spec-table/scenario) and
   seti-ai.html (bento/rail/index-item). Used only on landing.html. */

/* 1 ── Metric band: big numbers, hairline dividers, no card boxes ───── */
.metric-band {
  max-width: 1360px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.metric-band .mb {
  padding: 40px 34px; border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.metric-band .mb:nth-child(3n) { border-right: none; }
.metric-band .mb:nth-last-child(-n+3) { border-bottom: none; }
.metric-band .mb-fig {
  display: flex; align-items: baseline; gap: 6px;
  font-size: 2.85rem; font-weight: 800; line-height: 1; color: #fff;
  letter-spacing: -.02em; margin-bottom: 4px;
}
.metric-band .mb-fig .u {
  font-size: 1.05rem; font-weight: 700; color: var(--accent); letter-spacing: 0;
}
.metric-band .mb-label {
  font-size: .74rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 12px;
}
.metric-band .mb p {
  font-size: .95rem; line-height: 1.65; color: var(--text-dim); margin: 0;
}

/* 2 ── Stack rows: numbered ledger rows, no boxes ───────────────────── */
.stack-rows { max-width: 1360px; margin: 0 auto; }
.stack-row {
  display: grid; grid-template-columns: 92px 1fr 190px;
  gap: 28px; align-items: start;
  padding: 32px 8px; border-top: 1px solid rgba(255,255,255,.09);
}
.stack-row:last-child { border-bottom: 1px solid rgba(255,255,255,.09); }
.stack-row .sr-n {
  font-size: 2.1rem; font-weight: 800; line-height: 1;
  color: rgba(255,255,255,.16); letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.stack-row:hover .sr-n { color: var(--accent); }
.stack-row .sr-n { transition: color .2s ease; }
.stack-row h3 {
  display: flex; align-items: center; gap: 12px;
  font-size: 1.2rem; font-weight: 700; color: #fff; margin: 0 0 10px;
}
.stack-row h3 i { color: var(--accent); font-size: 1rem; }
.stack-row p {
  font-size: .99rem; line-height: 1.75; color: var(--text-dim);
  margin: 0; max-width: 74ch;
}
.stack-row .sr-link {
  justify-self: end; align-self: center; white-space: nowrap;
  font-size: .9rem; font-weight: 600; color: var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
}
.stack-row .sr-link i { transition: transform .2s ease; }
.stack-row .sr-link:hover i { transform: translateX(4px); }

/* 3 ── Feature split: prose left, fact panel right ──────────────────── */
.feat-split {
  max-width: 1360px; margin: 0 auto; display: grid;
  grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: start;
}
.feat-split .fs-copy p {
  font-size: 1.03rem; line-height: 1.85; color: var(--text-dim); margin: 0 0 20px;
}
.feat-split .fs-copy p:first-child::first-letter {
  float: left; font-size: 3.4rem; line-height: .84; font-weight: 800;
  color: var(--accent); padding: 4px 12px 0 0;
}
.fs-panel {
  padding: 34px 32px; border: 1px solid rgba(255,255,255,.1);
  border-left: 3px solid var(--accent); border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.03);
}
.fs-panel h4 {
  font-size: .74rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent); margin: 0 0 20px;
}
.fs-panel dl { margin: 0; }
.fs-panel dt {
  font-size: .96rem; font-weight: 700; color: #fff; margin-bottom: 4px;
}
.fs-panel dd {
  margin: 0 0 18px; font-size: .92rem; line-height: 1.6; color: var(--text-dim);
}
.fs-panel dd:last-child { margin-bottom: 0; }

/* 4 ── Application chips ────────────────────────────────────────────── */
.app-chips {
  max-width: 1080px; margin: 0 auto; display: flex;
  flex-wrap: wrap; gap: 14px; justify-content: center;
}
.app-chip {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 15px 26px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03);
  color: #fff; font-size: .99rem; font-weight: 600;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.app-chip i { color: var(--accent); font-size: .95rem; }
.app-chip:hover {
  border-color: var(--accent); background: rgba(226,163,54,.09);
  transform: translateY(-2px);
}

/* 5 ── Capability list: two-column inline-icon rows ─────────────────── */
.cap-list {
  max-width: 1360px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(2, 1fr); gap: 0 60px;
}
.cap-item {
  display: grid; grid-template-columns: 46px 1fr; gap: 20px;
  padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.cap-item > i {
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 12px; font-size: 1.02rem; color: var(--accent);
  background: rgba(226,163,54,.1); border: 1px solid rgba(226,163,54,.22);
}
.cap-item h3 { font-size: 1.06rem; font-weight: 700; color: #fff; margin: 0 0 8px; }
.cap-item p {
  font-size: .96rem; line-height: 1.72; color: var(--text-dim); margin: 0;
}

@media (max-width: 1024px) {
  .metric-band { grid-template-columns: repeat(2, 1fr); }
  .metric-band .mb { border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
  .metric-band .mb:nth-child(2n) { border-right: none; }
  .metric-band .mb:nth-last-child(-n+2) { border-bottom: none; }
  .feat-split { grid-template-columns: 1fr; gap: 38px; }
  .cap-list { grid-template-columns: 1fr; gap: 0; }
  .stack-row { grid-template-columns: 66px 1fr; }
  .stack-row .sr-link { grid-column: 2; justify-self: start; margin-top: 14px; }
}
@media (max-width: 640px) {
  .metric-band { grid-template-columns: 1fr; }
  .metric-band .mb { border-right: none; padding: 30px 20px; }
  .metric-band .mb:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .metric-band .mb-fig { font-size: 2.3rem; }
  .stack-row { grid-template-columns: 1fr; gap: 12px; padding: 26px 4px; }
  .stack-row .sr-n { font-size: 1.5rem; }
  .stack-row .sr-link { grid-column: 1; }
  .fs-panel { padding: 26px 22px; border-radius: 0 12px 12px 0; }
  .app-chip { padding: 12px 20px; font-size: .93rem; }
}

/* ── Research section — editorial index, no boxes (scoped to #research) ── */
#research .section-header { text-align: left; max-width: 1360px; margin: 0 auto 10px; }
#research .section-header h2 { margin-bottom: 10px; }
#research .section-header p { margin-left: 0; max-width: 620px; }

#research .research-grid {
  display: block; max-width: 1360px; margin: 0 auto;
  border-top: 1px solid var(--border);
}
#research .research-card {
  display: grid; grid-template-columns: 170px 1fr 150px;
  align-items: start; gap: 0 28px;
  background: none; border: 0; border-bottom: 1px solid var(--border);
  border-radius: 0; padding: 26px 4px; transition: background .18s ease, padding-left .18s ease;
}
#research .research-card:hover {
  background: linear-gradient(90deg, rgba(230,181,102,.06), transparent 60%);
  padding-left: 14px;
}
#research .research-card:hover h3 { color: var(--accent); }
#research .research-tag {
  grid-column: 1; background: none; border: 0; padding: 0; margin: 0;
  color: var(--accent); letter-spacing: .16em; font-size: .7rem; line-height: 1.9;
}
#research .research-card h3 {
  grid-column: 2; margin: 0 0 8px; font-size: 1.22rem; line-height: 1.35;
  transition: color .18s ease;
}
#research .research-card p {
  grid-column: 2; margin: 0; max-width: 780px; color: var(--text-dim); line-height: 1.6;
}
#research .research-more {
  grid-column: 3; grid-row: 1 / span 3; justify-self: end; align-self: center;
  text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; white-space: nowrap;
}

/* downloads — plain text index, no tiles */
#research .dl-head { text-align: left; max-width: 1360px; margin: 44px auto 6px; }
#research .dl-head h3 { font-size: .74rem; letter-spacing: .22em; color: var(--accent); }
#research .dl-head p { font-size: .9rem; }
#research .dl-grid {
  display: block; max-width: 1360px; margin: 0 auto; gap: 0;
}
#research .dl-tile {
  display: flex; align-items: baseline; gap: 12px;
  background: none; border: 0; border-bottom: 1px solid var(--border);
  border-radius: 0; padding: 14px 4px; transition: padding-left .18s ease, color .18s ease;
}
#research .dl-tile:hover { padding-left: 12px; background: none; }
#research .dl-tile:hover strong { color: var(--accent); }
#research .dl-tile > i { color: var(--accent); font-size: 1rem; }
#research .dl-tile > span { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; }
#research .dl-tile strong { margin: 0; font-size: .98rem; transition: color .18s ease; }
#research .dl-tile span span { font-size: .86rem; }

@media (max-width: 900px) {
  #research .research-card { grid-template-columns: 1fr; gap: 6px; }
  #research .research-tag, #research .research-card h3,
  #research .research-card p, #research .research-more { grid-column: 1; }
  #research .research-more { grid-row: auto; justify-self: start; margin-top: 8px; }
}
