/* Clarity layer (2026-09-15). The company, its three products and which one leads,
   stated in plain words before the atmosphere. Shared by the home page, the three
   product pages and /overview. Visual identity stays with each page's own stylesheet. */

/* ── Home: hero ──────────────────────────────────────────────────────────── */
.home-hero--clarity .hero-copy { max-width: 44rem; }
.home-hero--clarity .hero-copy h1 { font-size: clamp(2.5rem, 4.6vw, 4.9rem); line-height: 1.03; letter-spacing: -.045em; }
.home-hero--clarity .hero-copy h1 i { display: inline; }
.hero-lead-line { max-width: 34rem; margin: 0; font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.5; color: #33494b; }
.hero-lead-line strong { color: var(--ink, #11252a); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.4rem; margin-top: 2rem; }
.hero-actions .button-primary { display: inline-flex; align-items: center; gap: .7rem; padding: .9rem 1.2rem; border-radius: 2rem; background: var(--ink, #11252a); color: #fff; font-size: .86rem; font-weight: 700; text-decoration: none; }
.hero-actions .button-primary:hover, .hero-actions .button-primary:focus-visible { background: var(--teal, #1f6d69); }
.hero-actions .text-link { margin-top: 0; }

/* ── Home: three products, three markets ─────────────────────────────────── */
.markets { padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 8vw, 9rem); background: #fbfbf8; color: var(--ink, #11252a); border-top: 1px solid rgba(17,37,42,.1); }
.markets-head { display: grid; gap: .8rem; max-width: 46rem; margin-bottom: clamp(2.2rem, 4vw, 3.5rem); }
.markets-head h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: 1.02; letter-spacing: -.05em; font-weight: 580; }
.markets-head h2 i { font-family: Georgia, serif; font-weight: 400; color: var(--teal, #1f6d69); }
.markets-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); align-items: stretch; }
.market { display: flex; flex-direction: column; gap: 1.1rem; padding: clamp(1.4rem, 2.4vw, 2rem); background: #fff; border: 1px solid rgba(17,37,42,.12); border-top: 3px solid #b9c6c2; }
.market--lead { border-top-color: var(--orange, #d36f44); box-shadow: 0 22px 50px rgba(17,37,42,.08); }
.market-top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .4rem 1rem; }
.market h3 { margin: 0; font: 2rem/1 Georgia, serif; letter-spacing: -.02em; }
.market-badge { margin: 0; padding: .3rem .6rem; border-radius: 999px; background: #fbe7dd; color: #9a4721; font-size: .62rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.market dl { display: grid; gap: 1rem; margin: 0; }
.market dt { color: var(--teal, #1f6d69); font-size: .62rem; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.market dd { margin: .3rem 0 0; font-size: .95rem; line-height: 1.55; color: #2f4446; }
.market .platform-links { margin-top: .6rem; }
.market .platform-link { min-height: 2.3rem; padding: .4rem .65rem; color: var(--ink, #11252a); border-color: rgba(17,37,42,.18); font-size: .7rem; }
.market .platform-link:hover, .market .platform-link:focus-visible { background: #eef3f1; border-color: var(--teal, #1f6d69); }
.market-note { margin: 0; color: #62716f; font-size: .78rem; line-height: 1.5; }
.market-next { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; margin: auto 0 0; padding-top: 1rem; border-top: 1px solid rgba(17,37,42,.1); }
.market-next a { color: var(--ink, #11252a); font-size: .84rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.market-next a:hover, .market-next a:focus-visible { color: var(--teal, #1f6d69); }
.one-standard { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(1.5rem, 5vw, 6rem); align-items: end; margin-top: clamp(2.5rem, 5vw, 4.5rem); padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid rgba(17,37,42,.14); }
.one-standard h3 { margin: 0; font-size: clamp(1.7rem, 2.8vw, 2.8rem); line-height: 1.1; letter-spacing: -.035em; font-weight: 580; }
.one-standard h3 i { font-family: Georgia, serif; font-weight: 400; color: var(--teal, #1f6d69); }
.one-standard p { margin: 0; max-width: 32rem; color: #4f6365; line-height: 1.6; }

/* ── Home: paths ─────────────────────────────────────────────────────────── */
.close-paths { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.6rem; margin-top: 1.6rem; }
.close-paths a { color: #eff4ed; font-size: .9rem; text-decoration: none; border-bottom: 1px solid rgba(239,244,237,.55); padding-bottom: 2px; }
.close-paths a:hover, .close-paths a:focus-visible { color: #a9cec0; border-color: #a9cec0; }

/* ── Product pages: at a glance ──────────────────────────────────────────── */
.entry-facts { position: relative; z-index: 2; padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 8vw, 9rem); background: var(--facts-ground, #fbfaf6); color: var(--facts-ink, #12242a); border-top: 1px solid var(--facts-line, rgba(18,36,42,.12)); border-bottom: 1px solid var(--facts-line, rgba(18,36,42,.12)); }
.entry-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem clamp(2rem, 5vw, 5rem); margin: 0; }
.entry-facts dl > div { min-width: 0; }
.entry-facts dt { color: var(--facts-accent, #1e8179); font-size: .64rem; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.entry-facts dd { margin: .45rem 0 0; max-width: 36rem; font-size: 1.02rem; line-height: 1.6; }
.entry-facts .facts-wide { grid-column: 1 / -1; }
.entry-facts .facts-wide dd { max-width: 52rem; font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
.entry-next { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; margin-top: .45rem; }
.entry-next a { color: inherit; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.entry-next a:hover, .entry-next a:focus-visible { color: var(--facts-accent, #1e8179); }
.entry-facts--orchestrate { --facts-ground: #fbf9f3; --facts-ink: #12242a; --facts-accent: #1e8179; }
.entry-facts--aura { --facts-ground: #eef1f8; --facts-ink: #10151f; --facts-accent: #0f766e; --facts-line: rgba(16,21,31,.12); }
.entry-facts--colophon { --facts-ground: #fbf8f2; --facts-ink: #182226; --facts-accent: #247b74; --facts-line: #d9d1c3; font-family: 'DM Sans', system-ui, sans-serif; }
.hero-h1--plain { font-size: clamp(2.6rem, 4.8vw, 5.2rem) !important; line-height: 1.04 !important; letter-spacing: -.045em !important; }

/* ── /overview: six-part company orientation ─────────────────────────────── */
.overview-page { background: #f3f4ef; color: #11252a; }
.overview-page main { display: block; padding-top: 5rem; }
.ov-slide { display: grid; align-content: center; gap: clamp(1.4rem, 3vw, 2.4rem); min-height: min(44rem, 100svh); padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 8vw, 9rem); border-bottom: 1px solid rgba(17,37,42,.12); }
.ov-slide:nth-of-type(even) { background: #fbfbf8; }
.ov-slide--lead { background: #122c30 !important; color: #eff4ed; }
.ov-num { margin: 0; color: #1f6d69; font-size: .66rem; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
.ov-slide--lead .ov-num { color: #a9cec0; }
.ov-slide h1, .ov-slide h2 { margin: 0; max-width: 58rem; font-size: clamp(2.2rem, 4.4vw, 4.5rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 580; }
.ov-slide h1 i, .ov-slide h2 i { font-family: Georgia, serif; font-weight: 400; color: #1f6d69; }
.ov-slide--lead h2 i { color: #a9cec0; }
.ov-lede { margin: 0; max-width: 46rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; color: #3d5254; }
.ov-slide--lead .ov-lede { color: #c3d4ce; }
.ov-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: clamp(1.2rem, 3vw, 2.4rem); }
.ov-col { min-width: 0; padding-top: 1rem; border-top: 1px solid rgba(17,37,42,.18); }
.ov-slide--lead .ov-col { border-color: rgba(169,206,192,.3); }
.ov-col h3 { margin: 0 0 .6rem; font: 1.45rem/1.1 Georgia, serif; }
.ov-col p, .ov-col li { margin: 0; font-size: .97rem; line-height: 1.6; }
.ov-col ul { display: grid; gap: .5rem; margin: 0; padding-left: 1.1rem; }
.ov-col dl { display: grid; gap: .75rem; margin: 0; }
.ov-col dt { color: #1f6d69; font-size: .6rem; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.ov-slide--lead .ov-col dt { color: #a9cec0; }
.ov-col dd { margin: .2rem 0 0; font-size: .95rem; line-height: 1.55; }
.ov-badge { display: inline-block; margin-bottom: .6rem; padding: .25rem .55rem; border-radius: 999px; background: #fbe7dd; color: #9a4721; font-size: .6rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.ov-links { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; }
.ov-links a { color: inherit; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.ov-links a:hover, .ov-links a:focus-visible { color: #1f6d69; }
.ov-slide--lead .ov-links a:hover { color: #a9cec0; }
.ov-source { margin: 0; color: #62716f; font-size: .75rem; }
.ov-slide--lead .ov-source { color: #9fb5ae; }

@media (max-width: 800px) {
  .markets-grid { grid-template-columns: minmax(0, 1fr); }
  .one-standard { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .entry-facts dl { grid-template-columns: minmax(0, 1fr); }
  .home-hero--clarity .hero-copy h1 { font-size: clamp(2.1rem, 8.6vw, 3rem); line-height: 1.08; }
  .home-hero--clarity .hero-copy h1 i { display: inline; }
  .hero-h1--plain { font-size: clamp(2.1rem, 9vw, 3rem) !important; }
  .ov-slide { min-height: auto; }
}
@media print {
  .company-header, .company-menu-panel, .estate-closing, .company-skip { display: none !important; }
  .overview-page main { padding-top: 0; }
  .ov-slide { min-height: auto; page-break-after: always; break-after: page; background: #fff !important; color: #11252a !important; }
  .ov-slide--lead h2 i, .ov-slide--lead .ov-num, .ov-slide--lead .ov-col dt { color: #1f6d69 !important; }
  .ov-slide--lead .ov-lede, .ov-slide--lead .ov-source { color: #3d5254 !important; }
}
