/* Brand guide and current-brand utility pages. Loaded only through explicit front matter. */
.theme-2026.brand-v2.brand-guide-v2 { scroll-behavior: smooth; }
.theme-2026.brand-v2 .guide-hero {
  min-height: 620px;
  display: grid;
  align-items: center;
  color: var(--v2-paper);
  background: var(--v2-band);
}
.theme-2026.brand-v2 .guide-hero__inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  padding-block: 112px;
}
.theme-2026.brand-v2 .guide-hero .home-eyebrow,
.theme-2026.brand-v2 .guide-close .home-eyebrow { color: rgba(255,255,255,.66); }
.theme-2026.brand-v2 .guide-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--v2-paper);
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.055em;
}
.theme-2026.brand-v2 .guide-hero h1 strong { color: #9a94ff; font-weight: 500; }
.theme-2026.brand-v2 .guide-hero__copy > p:not(.home-eyebrow) {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 19px;
  line-height: 1.6;
}
.theme-2026.brand-v2 .guide-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  color: rgba(255,255,255,.62);
  font: 500 10px/1.4 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.theme-2026.brand-v2 .guide-status span { width: 8px; height: 8px; border-radius: 50%; background: #4bb789; }
.theme-2026.brand-v2 .guide-hero__mark {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: 40px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 4px;
  background: rgba(255,255,255,.045);
}
.theme-2026.brand-v2 .guide-hero__mark .t-brand-mark { width: min(180px, 70%); height: auto; }
.theme-2026.brand-v2 .guide-hero__mark > span { color: #fff; font-size: 29px; font-weight: 300; letter-spacing: -.035em; }
.theme-2026.brand-v2 .guide-hero__mark > span > span { font-weight: 500; }

.theme-2026.brand-v2 .guide-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(56px, 8vw, 112px);
  align-items: start;
}
.theme-2026.brand-v2 .guide-rail { position: sticky; top: 112px; padding: 80px 0; }
.theme-2026.brand-v2 .guide-rail > p,
.theme-2026.brand-v2 .guide-kicker,
.theme-2026.brand-v2 .guide-component-label {
  margin: 0;
  color: var(--v2-faint);
  font: 500 10px/1.4 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.theme-2026.brand-v2 .guide-rail nav { display: grid; gap: 2px; margin-top: 16px; }
.theme-2026.brand-v2 .guide-rail a {
  padding: 8px 0;
  color: var(--v2-quiet);
  font-size: 14px;
  transition: color 220ms var(--v2-ease), transform 220ms var(--v2-ease);
}
.theme-2026.brand-v2 .guide-rail a:hover { color: var(--v2-signal); transform: translateX(4px); }
.theme-2026.brand-v2 .guide-content { min-width: 0; }
.theme-2026.brand-v2 .guide-section { padding: 112px 0; border-bottom: 1px solid var(--v2-rule); scroll-margin-top: 96px; }
.theme-2026.brand-v2 .guide-section__head { max-width: 760px; }
.theme-2026.brand-v2 .guide-section__head h2 {
  margin: 18px 0 24px;
  color: var(--v2-ink);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.045em;
}
.theme-2026.brand-v2 .guide-section__head > p:last-child { max-width: 680px; color: var(--v2-quiet); font-size: 17px; line-height: 1.65; }
.theme-2026.brand-v2 .guide-logo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 56px; }
.theme-2026.brand-v2 .guide-logo-card { min-height: 310px; display: grid; place-items: center; margin: 0; padding: 48px; border: 1px solid var(--v2-rule); border-radius: 4px; position: relative; }
.theme-2026.brand-v2 .guide-logo-card img { width: min(310px, 80%); height: auto; }
.theme-2026.brand-v2 .guide-logo-card figcaption { position: absolute; left: 20px; bottom: 16px; color: var(--v2-faint); font: 500 9px/1.4 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.theme-2026.brand-v2 .guide-logo-card--light { background: #fff; }
.theme-2026.brand-v2 .guide-logo-card--dark { background: var(--v2-band); }
.theme-2026.brand-v2 .guide-logo-card--dark figcaption { color: rgba(255,255,255,.5); }
.theme-2026.brand-v2 .guide-rule-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; border: 1px solid var(--v2-rule); }
.theme-2026.brand-v2 .guide-rule-grid article { padding: 24px; border-right: 1px solid var(--v2-rule); }
.theme-2026.brand-v2 .guide-rule-grid article:last-child { border-right: 0; }
.theme-2026.brand-v2 .guide-rule-grid span { color: var(--v2-ink); font: 500 11px/1.4 var(--mono); text-transform: uppercase; }
.theme-2026.brand-v2 .guide-rule-grid p { margin-top: 10px; color: var(--v2-quiet); font-size: 14px; line-height: 1.55; }

.theme-2026.brand-v2 .guide-subsection { margin-top: 72px; }
.theme-2026.brand-v2 .guide-subsection > h3 { margin: 0 0 24px; font-size: 18px; font-weight: 500; }
.theme-2026.brand-v2 .guide-swatches { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.theme-2026.brand-v2 .guide-swatches article { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 12px; }
.theme-2026.brand-v2 .guide-swatches article > span { grid-column: 1 / -1; aspect-ratio: 1.35; border: 1px solid var(--v2-rule); border-radius: 4px; background: var(--swatch); }
.theme-2026.brand-v2 .guide-swatches b { font-size: 13px; font-weight: 500; }
.theme-2026.brand-v2 .guide-swatches code { color: var(--v2-faint); font: 400 10px/1.4 var(--mono); }
.theme-2026.brand-v2 .guide-type { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.theme-2026.brand-v2 .guide-type > h3 { grid-column: 1 / -1; }
.theme-2026.brand-v2 .guide-type > div { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border: 1px solid var(--v2-rule); border-radius: 4px; background: var(--v2-paper); }
.theme-2026.brand-v2 .guide-type span { color: var(--v2-faint); font: 500 10px/1.4 var(--mono); text-transform: uppercase; }
.theme-2026.brand-v2 .guide-type__display p { margin: 0; font-size: clamp(34px, 4vw, 50px); font-weight: 300; line-height: .95; letter-spacing: -.04em; }
.theme-2026.brand-v2 .guide-type__display strong { font-weight: 500; }
.theme-2026.brand-v2 .guide-type__mono p { margin: 0; color: var(--v2-signal); font: 500 13px/1.7 var(--mono); letter-spacing: .04em; }
.theme-2026.brand-v2 .guide-scale { min-height: 120px; display: flex; align-items: end; gap: 16px; padding: 24px; border: 1px solid var(--v2-rule); background: var(--v2-paper); }
.theme-2026.brand-v2 .guide-scale span { width: var(--size); min-width: 4px; height: calc(var(--size) * 1.4); display: flex; align-items: end; justify-content: center; padding-bottom: 3px; color: transparent; background: var(--v2-signal); }
.theme-2026.brand-v2 .guide-note { margin-top: 16px; color: var(--v2-quiet); font-size: 14px; line-height: 1.6; }

.theme-2026.brand-v2 .guide-component-board { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 56px; }
.theme-2026.brand-v2 .guide-component-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border: 1px solid var(--v2-rule); border-radius: 4px; background: var(--v2-paper); }
.theme-2026.brand-v2 .guide-component-card h3 { max-width: 420px; margin: 18px 0 0; font-size: 28px; font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.theme-2026.brand-v2 .guide-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.theme-2026.brand-v2 .guide-component-card .home-eyebrow { margin: auto 0 0; }
.theme-2026.brand-v2 .guide-status-stack { display: grid; gap: 10px; }
.theme-2026.brand-v2 .guide-status-stack span { display: flex; align-items: center; gap: 10px; font: 500 11px/1.4 var(--mono); }
.theme-2026.brand-v2 .guide-status-stack span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--v2-signal); }
.theme-2026.brand-v2 .guide-status-stack .is-complete::before { background: var(--v2-complete); }
.theme-2026.brand-v2 .guide-status-stack .is-handoff::before { background: var(--v2-handoff); }
.theme-2026.brand-v2 .guide-component-card--dark { color: #fff; background: var(--v2-band); }
.theme-2026.brand-v2 .guide-component-card--dark h3 { color: #fff; }
.theme-2026.brand-v2 .guide-component-card--dark a { color: #a9a4ff; font-weight: 500; }

.theme-2026.brand-v2 .guide-voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border: 1px solid var(--v2-rule); }
.theme-2026.brand-v2 .guide-voice-grid article { min-height: 260px; padding: 32px; border-right: 1px solid var(--v2-rule); }
.theme-2026.brand-v2 .guide-voice-grid article:last-child { border-right: 0; }
.theme-2026.brand-v2 .guide-voice-grid span { color: var(--v2-signal); font: 500 10px/1.4 var(--mono); text-transform: uppercase; }
.theme-2026.brand-v2 .guide-voice-grid h3 { margin: 64px 0 16px; font-size: 25px; font-weight: 500; letter-spacing: -.02em; }
.theme-2026.brand-v2 .guide-voice-grid p { color: var(--v2-quiet); font-size: 14px; line-height: 1.55; }
.theme-2026.brand-v2 .guide-do-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.theme-2026.brand-v2 .guide-do { padding: 32px; border: 1px solid var(--v2-rule); border-radius: 4px; background: var(--v2-paper); }
.theme-2026.brand-v2 .guide-do h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 20px; font-weight: 500; }
.theme-2026.brand-v2 .guide-do h3::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--v2-complete); }
.theme-2026.brand-v2 .guide-do--no h3::before { background: var(--v2-handoff); }
.theme-2026.brand-v2 .guide-do ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.theme-2026.brand-v2 .guide-do li { position: relative; padding-left: 20px; color: var(--v2-quiet); font-size: 15px; line-height: 1.55; }
.theme-2026.brand-v2 .guide-do li::before { content: "—"; position: absolute; left: 0; color: var(--v2-faint); }
.theme-2026.brand-v2 .guide-downloads { display: grid; grid-template-columns: 1fr 1fr; margin-top: 48px; border-top: 1px solid var(--v2-rule); }
.theme-2026.brand-v2 .guide-downloads a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--v2-rule); color: var(--v2-ink); transition: color 220ms var(--v2-ease), padding 220ms var(--v2-ease); }
.theme-2026.brand-v2 .guide-downloads a:nth-child(odd) { padding-right: 24px; }
.theme-2026.brand-v2 .guide-downloads a:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--v2-rule); }
.theme-2026.brand-v2 .guide-downloads a:hover { color: var(--v2-signal); }
.theme-2026.brand-v2 .guide-downloads small { color: var(--v2-faint); font: 500 9px/1.4 var(--mono); }

.theme-2026.brand-v2 .guide-close { min-height: 70svh; display: grid; align-items: center; color: #fff; background: var(--v2-band); }
.theme-2026.brand-v2 .guide-close__inner { width: 100%; padding-block: 112px; }
.theme-2026.brand-v2 .guide-close h2 { max-width: 960px; margin: 0 0 48px; color: #fff; font-size: clamp(58px, 7.5vw, 100px); font-weight: 300; line-height: .92; letter-spacing: -.05em; }
.theme-2026.brand-v2 .guide-close h2 strong { color: #9a94ff; font-weight: 500; }

/* Current-brand 404 */
.theme-2026.brand-v2.not-found-v2 .not-found { min-height: calc(100svh - 80px); display: grid; align-items: center; padding: 96px 0; background: var(--v2-ground); }
.theme-2026.brand-v2 .not-found__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: center; gap: 72px; }
.theme-2026.brand-v2 .not-found__code { margin: 0 0 18px; color: var(--v2-signal); font: 500 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.theme-2026.brand-v2 .not-found h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 7vw, 92px); font-weight: 300; line-height: .92; letter-spacing: -.05em; }
.theme-2026.brand-v2 .not-found h1 strong { font-weight: 500; }
.theme-2026.brand-v2 .not-found__copy > p:last-of-type { max-width: 600px; margin: 28px 0 36px; color: var(--v2-quiet); font-size: 18px; line-height: 1.6; }
.theme-2026.brand-v2 .not-found__signal { aspect-ratio: 1; display: grid; place-items: center; border-radius: 4px; background: var(--v2-band); }
.theme-2026.brand-v2 .not-found__signal .t-brand-mark { width: 46%; height: auto; }

@media (max-width: 960px) {
  .theme-2026.brand-v2 .guide-hero__inner { grid-template-columns: 1fr; }
  .theme-2026.brand-v2 .guide-hero__mark { display: none; }
  .theme-2026.brand-v2 .guide-layout { grid-template-columns: 1fr; }
  .theme-2026.brand-v2 .guide-rail { position: static; padding: 32px 0 0; }
  .theme-2026.brand-v2 .guide-rail nav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
  .theme-2026.brand-v2 .guide-rule-grid,
  .theme-2026.brand-v2 .guide-voice-grid { grid-template-columns: 1fr; }
  .theme-2026.brand-v2 .guide-rule-grid article,
  .theme-2026.brand-v2 .guide-voice-grid article { border-right: 0; border-bottom: 1px solid var(--v2-rule); }
  .theme-2026.brand-v2 .guide-rule-grid article:last-child,
  .theme-2026.brand-v2 .guide-voice-grid article:last-child { border-bottom: 0; }
  .theme-2026.brand-v2 .guide-voice-grid article { min-height: 0; }
  .theme-2026.brand-v2 .guide-voice-grid h3 { margin-top: 32px; }
  .theme-2026.brand-v2 .not-found__inner { grid-template-columns: 1fr; }
  .theme-2026.brand-v2 .not-found__signal { max-width: 420px; width: 100%; }
}

@media (max-width: 700px) {
  .theme-2026.brand-v2 .guide-hero { min-height: 520px; }
  .theme-2026.brand-v2 .guide-hero__inner,
  .theme-2026.brand-v2 .guide-close__inner { padding-block: 80px; }
  .theme-2026.brand-v2 .guide-hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .theme-2026.brand-v2 .guide-section { padding: 80px 0; }
  .theme-2026.brand-v2 .guide-logo-grid,
  .theme-2026.brand-v2 .guide-type,
  .theme-2026.brand-v2 .guide-component-board,
  .theme-2026.brand-v2 .guide-do-grid,
  .theme-2026.brand-v2 .guide-downloads { grid-template-columns: 1fr; }
  .theme-2026.brand-v2 .guide-logo-card { min-height: 240px; padding: 32px; }
  .theme-2026.brand-v2 .guide-swatches { grid-template-columns: repeat(2, 1fr); }
  .theme-2026.brand-v2 .guide-downloads a:nth-child(n) { padding-inline: 0; border-left: 0; }
  .theme-2026.brand-v2 .guide-close h2 { font-size: clamp(50px, 14vw, 72px); }
  .theme-2026.brand-v2 .not-found { padding: 72px 0; }
  .theme-2026.brand-v2 .not-found__signal { max-width: 280px; }
}
