/* Guide page layout and sections. */

:root {
  --gutter: clamp(16px, 4vw, 40px);
  --topbar-h: 64px;
  --line: rgba(65, 74, 80, 0.1);
}

/* Top bar */
.topbar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; gap: 14px;
  height: var(--topbar-h);
  padding-inline: var(--gutter);
  background: color-mix(in srgb, var(--c-bone) 97%, transparent);
  border-bottom: 1px solid var(--line);
}
.topbar__brand { display: flex; align-items: center; gap: 14px; color: inherit; text-decoration: none; }
.topbar__logo { width: 84px; }
.topbar__title {
  padding-left: 14px;
  border-left: 1px solid rgba(65, 74, 80, 0.2);
  font-family: var(--font-heading); font-size: 15px; font-weight: 500;
  color: var(--c-stone);
}
.badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--c-gold) 28%, white);
  color: #6A5212;
  font-size: 12px; font-weight: 600;
}
.topbar__pdf { margin-left: auto; }

/* Page layout */
.layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  max-width: 1360px;
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.sidenav { position: sticky; top: var(--topbar-h); align-self: start; padding-block: 40px; }
.sidenav ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.sidenav a {
  display: block;
  padding: 8px 12px;
  border-radius: var(--radius);
  color: var(--c-stone);
  font-size: 15px; font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.sidenav a:hover { color: var(--c-slate); background: rgba(65, 74, 80, 0.05); }
.sidenav a.is-active { color: var(--c-slate); background: var(--c-white); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

main { min-width: 0; padding-bottom: 64px; }

.section { padding-block: 72px; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--topbar-h) + 8px); }
.section:first-child { border-top: 0; }
.section__head { max-width: 700px; margin-bottom: 40px; }
.section__head h2 {
  font-size: var(--step-h1); line-height: var(--lh-h1); font-weight: var(--wt-h1); letter-spacing: var(--tr-h1);
  margin-bottom: 16px;
}
.lede { font-size: var(--step-body-lg); line-height: var(--lh-body-lg); color: var(--c-slate); }
.block { margin-top: 56px; }
.sub { font-size: var(--step-h3); line-height: var(--lh-h3); font-weight: var(--wt-h3); margin-bottom: 8px; }
.sub-lede { max-width: 620px; margin-bottom: 20px; color: var(--c-stone); }
.note { margin-top: 16px; font-size: 15px; color: var(--c-stone); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.dl { display: flex; flex-wrap: wrap; gap: 8px; }

@media (max-width: 999px) {
  .layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .sidenav {
    top: var(--topbar-h); z-index: 20;
    margin-inline: calc(var(--gutter) * -1);
    padding: 8px var(--gutter);
    background: color-mix(in srgb, var(--c-bone) 97%, transparent);
    border-bottom: 1px solid var(--line);
    overflow-x: auto; scrollbar-width: none;
  }
  .sidenav::-webkit-scrollbar { display: none; }
  .sidenav ol { display: flex; width: max-content; }
  .sidenav a { white-space: nowrap; padding: 6px 12px; font-size: 14px; }
  .section { scroll-margin-top: calc(var(--topbar-h) + 60px); padding-block: 56px; }
  .two-col { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
  .topbar__title, .badge { display: none; }
  .topbar__pdf span { font-size: 14px; }
}

/* Start here */
.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-top: 56px;
}
.intro__text { max-width: 640px; }
.display {
  font-size: clamp(44px, 7vw, var(--step-display));
  font-family: var(--font-display, var(--font-heading));
  line-height: var(--lh-display); font-weight: var(--wt-display); letter-spacing: var(--tr-display);
  margin-bottom: 20px;
}
.intro__mark { justify-self: end; width: min(100%, 380px); }
.intro__mark axis-logo { width: 100%; }
.quick {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
  margin-top: 32px;
}
@media (min-width: 1400px) { .quick { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 480px) { .quick { grid-template-columns: minmax(0, 1fr); } }
.qd { display: flex; flex-direction: column; gap: 6px; padding: 20px; }
.qd h3 { font-size: 18px; font-weight: 600; }
.qd p { flex: 1; font-size: 15px; color: var(--c-stone); margin-bottom: 10px; }
.qd__pending { font-size: 14px; color: var(--c-stone); font-style: italic; }
@media (max-width: 720px) {
  .intro { grid-template-columns: minmax(0, 1fr); }
  .intro__mark { display: none; }
}

/* Logo cards */
.logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.logo-card__stage { display: grid; place-items: center; aspect-ratio: 16 / 10; }
.logo-card__stage axis-logo[mark="wordmark"] { width: 52%; }
.logo-card__stage axis-logo[mark="emblem"] { width: 36%; }
.bg-light { background: var(--c-white); border-bottom: 1px solid var(--line); }
.bg-dark { background: var(--c-slate); }
.logo-card__body { padding: 18px 20px 20px; }
.logo-card__body h3 { font-size: 18px; font-weight: 600; margin-bottom: 2px; }
.logo-card__body > p { font-size: 15px; margin-bottom: 14px; }
.more { margin-top: 12px; font-size: 14px; }
.more summary { cursor: pointer; color: var(--c-stone); font-weight: 500; }
.more ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 4px; }
.more li { display: flex; justify-content: space-between; gap: 12px; }
.more li span { color: var(--c-stone); }

/* Logo tester */
.tester { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
.tester__stage { display: grid; place-items: center; min-height: 340px; transition: background 0.35s; }
.tester__stage axis-logo[mark="wordmark"] { width: min(46%, 300px); }
.tester__stage axis-logo[mark="emblem"] { width: min(32%, 200px); }
.tester__controls { display: grid; align-content: start; gap: 22px; padding: 24px; border-left: 1px solid var(--line); }
.seg--swatches label { display: inline-flex; align-items: center; gap: 8px; }
.seg--swatches label i { width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }
.verdict { display: grid; gap: 2px; margin: 0; padding: 12px 14px; border-radius: var(--radius); font-size: 15px; line-height: 1.45; }
.verdict--good { background: #E6F4EE; color: #1E5B45; }
.verdict--ok { background: #FBF3DE; color: #6A5212; }
.verdict--avoid { background: #FBE8E6; color: #8A2A22; }
@media (max-width: 860px) {
  .tester { grid-template-columns: minmax(0, 1fr); }
  .tester__stage { min-height: 240px; }
  .tester__controls { border-left: 0; border-top: 1px solid var(--line); }
}

/* Clear space and minimum size */
.clearspace { display: grid; place-items: center; padding: 40px 24px; background-image: repeating-linear-gradient(45deg, rgba(72, 156, 214, 0.06) 0 8px, transparent 8px 16px); }
.clearspace__zone {
  --cs: 34px;
  padding: var(--cs);
  background: var(--c-white);
  outline: 1px dashed rgba(31, 101, 148, 0.55);
  outline-offset: 0;
  position: relative;
}
.clearspace__zone axis-logo { width: 180px; outline: 1px solid rgba(31, 101, 148, 0.35); }
.minsize { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-end; padding: 32px 28px; }
.minsize figure { margin: 0; display: grid; gap: 12px; }
.minsize__stage { display: flex; align-items: flex-end; min-height: 64px; }
.minsize figcaption { font-size: 14px; color: var(--c-stone); }
.minsize figcaption strong { color: var(--c-slate); }

/* Misuse */
.misuse { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.misuse__item { margin: 0; }
.misuse__stage {
  position: relative;
  display: grid; place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--c-white);
  box-shadow: var(--shadow);
}
.misuse__stage::after {
  content: '';
  position: absolute; top: 10px; right: 10px;
  width: 22px; height: 22px; border-radius: 50%;
  background: #C8463B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7 7 17'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.misuse__stage axis-logo { width: 46%; }
.misuse__stage--busy { background: repeating-linear-gradient(115deg, #D86B4E 0 14px, #F2C94C 14px 28px, #5B8C6E 28px 42px); }
.misuse__stage--dark { background: var(--c-slate); }
.misuse__item figcaption { margin-top: 8px; font-size: 15px; }

/* Swoosh */
.swoosh-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 14px; }
.swoosh-hero__stage { display: grid; place-items: center; min-height: 320px; border-radius: var(--radius); }
.swoosh-hero__stage--light { background: var(--c-white); box-shadow: var(--shadow); }
.swoosh-hero__stage--light axis-logo { width: 46%; }
.swoosh-hero__stage--dark { background: var(--c-slate); }
.swoosh-hero__stage--dark axis-logo { width: 46%; }
.swoosh-hero__replay { position: absolute; left: 14px; bottom: 14px; }
@media (max-width: 720px) {
  .swoosh-hero { grid-template-columns: minmax(0, 1fr); }
  .swoosh-hero__stage { min-height: 240px; }
}
.spec { display: flex; flex-wrap: wrap; gap: 1px; margin: 20px 0 0; background: var(--line); box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; }
.spec div { flex: 1 1 220px; padding: 16px 18px; background: var(--c-white); }
.spec dt { font-size: 13px; font-weight: 600; color: var(--c-stone); margin-bottom: 6px; }
.spec dd { margin: 0; font-size: 15px; }

.devices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 640px) {
  .devices { grid-template-columns: minmax(0, 1fr); }
  .device__stage { aspect-ratio: 4 / 3; }
}
.device { margin: 0; }
.device figcaption { margin-top: 8px; font-size: 15px; }
.device__stage { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; container-type: inline-size; }
.device__swoosh { position: absolute; }
.device__swoosh svg { width: 100%; height: auto; display: block; }
.device__stage--corner { background: var(--c-mist); }
.device__stage--corner .device__swoosh { width: 125%; left: -30%; bottom: -22%; }
.device__stage--photo .device__swoosh { width: 120%; left: -12%; bottom: 6%; opacity: 0.92; }
.device__stage--bg { background: var(--c-white); box-shadow: var(--shadow); }
.device__stage--bg .device__swoosh { width: 210%; left: -55%; top: -10%; opacity: 0.1; }
.device__copy { position: absolute; left: 9cqw; right: 9cqw; top: 10cqw; display: grid; gap: 3cqw; }
.device__eyebrow { font-size: 4.2cqw; font-weight: 600; color: var(--c-stone); }
.device__title { font-family: var(--font-display, var(--font-heading)); font-size: 10cqw; line-height: 1.05; font-weight: var(--wt-display); letter-spacing: var(--tr-display); }
.device__stage--bg .device__copy { top: auto; bottom: 10cqw; }

.dodont { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.dodont__col { padding: 22px 24px; border-radius: var(--radius); background: var(--c-white); box-shadow: var(--shadow); }
.dodont__col ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.dodont__col li { position: relative; padding-left: 28px; }
.dodont__col li::before { position: absolute; left: 0; top: 0.1em; font-weight: 700; }
.dodont__col--do li::before { content: '✓'; color: #2E8A63; }
.dodont__col--dont li::before { content: '✕'; color: #C8463B; }
@media (max-width: 640px) { .dodont { grid-template-columns: minmax(0, 1fr); } }

/* Color */
.gradient-card { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); margin-bottom: 18px; }
.gradient-card__swatch { min-height: 180px; background: var(--gradient-swoosh); }
.gradient-card__body { display: grid; align-content: center; gap: 10px; padding: 24px; }
.gradient-card__body h3 { font-size: 20px; font-weight: 600; }
.gradient-card__body p { font-size: 15px; color: var(--c-stone); margin: 0; }
@media (max-width: 720px) { .gradient-card { grid-template-columns: minmax(0, 1fr); } .gradient-card__swatch { min-height: 120px; } }

.swatch-group { margin-top: 28px; }
.swatch-group > h3 { margin-bottom: 12px; font-size: 13px; font-weight: 600; color: var(--c-stone); font-family: var(--font-body); }
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.swatch__block { display: flex; align-items: flex-end; height: 128px; padding: 14px 16px; font-weight: 600; }
.swatch__block--light { box-shadow: inset 0 -1px 0 var(--line); }
.swatch__body { padding: 14px 16px 16px; }
.swatch__role { font-size: 14px; color: var(--c-stone); margin-bottom: 12px; min-height: 2.8em; }
.swatch__vals { display: grid; gap: 4px; margin: 0; }
.swatch__vals div { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; }
.swatch__vals dt { font-size: 11px; font-weight: 600; color: var(--c-stone); }
.swatch__vals dd { margin: 0; }

.proportion { display: flex; height: 88px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.proportion__bar { display: flex; align-items: flex-end; min-width: 0; padding: 10px; font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; }
.proportion-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 12px 0 0; padding: 0; list-style: none; font-size: 14px; color: var(--c-stone); }
.proportion-legend li { display: inline-flex; align-items: center; gap: 8px; }
.proportion-legend i { width: 12px; height: 12px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12); }

/* Print-only pieces are hidden on screen */
.print-only, .print-toc { display: none; }

.table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--c-white); }
.contrast { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 14px; }
.contrast th { padding: 12px; text-align: left; font-weight: 600; color: var(--c-stone); white-space: nowrap; }
.contrast thead th { border-bottom: 1px solid var(--line); }
.contrast td { padding: 8px; }
.contrast tbody th { border-right: 1px solid var(--line); }
.pairbox { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border-radius: var(--radius); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06); }
.pairbox__aa { font-family: var(--font-heading); font-size: 20px; font-weight: 600; }
.pairbox__ratio { font-size: 12px; font-weight: 600; opacity: 0.85; }
.rating { display: inline-block; margin-top: 6px; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.rating--AAA, .rating--AA { background: #E6F4EE; color: #1E5B45; }
.rating--AA-Large { background: #FBF3DE; color: #6A5212; }
.rating--Fail { background: #FBE8E6; color: #8A2A22; }

/* Type */
.specimens { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.specimen { display: grid; grid-template-rows: auto 1fr; }
.specimen__aa { padding: 28px 24px 8px; font-size: clamp(88px, 12vw, 148px); line-height: 1; letter-spacing: -0.03em; background: var(--c-mist); }
.specimen__body { display: grid; gap: 14px; align-content: start; padding: 20px 24px 24px; }
.specimen__body h3 { font-size: 28px; font-weight: 500; }
.specimen__glyphs { margin: 0; font-size: 18px; line-height: 1.5; overflow-wrap: anywhere; }
.weights { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 0; padding: 0; list-style: none; }
.weights li { display: grid; font-size: 26px; line-height: 1.1; }
.weights small { font-family: var(--font-body); font-size: 11px; font-weight: 600; color: var(--c-stone); font-style: normal; }
@media (max-width: 860px) { .specimens { grid-template-columns: minmax(0, 1fr); } }

.type-tester__controls { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.range { display: grid; gap: 4px; font-size: 13px; font-weight: 600; color: var(--c-stone); }
.range output { color: var(--c-slate); }
.range input { width: 160px; accent-color: var(--c-slate); }
.check { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; }
.check input { accent-color: var(--c-slate); width: 18px; height: 18px; }
.type-tester__text { min-height: 180px; padding: 28px 24px 36px; outline: none; line-height: 1.1; overflow-wrap: anywhere; }

.scale { display: grid; }
.scale__row { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); }
.scale__meta { display: grid; gap: 2px; font-size: 13px; color: var(--c-stone); }
.scale__meta strong { color: var(--c-slate); font-size: 14px; }
.scale__sample { overflow-wrap: anywhere; }
@media (max-width: 720px) { .scale__row { grid-template-columns: minmax(0, 1fr); gap: 8px; } }

.together { max-width: 560px; padding: 32px; }
.together__label { font-size: var(--step-label); letter-spacing: var(--tr-label); font-weight: var(--wt-label); color: var(--c-deep-teal); margin-bottom: 10px; }
.together__title { font-size: var(--step-h2); line-height: var(--lh-h2); font-weight: var(--wt-h2); letter-spacing: var(--tr-h2); margin-bottom: 12px; }
.together__body { margin-bottom: 20px; }
.together__btn { display: inline-flex; padding: 12px 22px; border-radius: 999px; background: var(--gradient-button); color: var(--button-ink); font-weight: 700; font-size: 19px; }

/* Photography and voice */
.principles { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.principle { padding: 20px 22px; border-radius: var(--radius); background: var(--c-white); box-shadow: var(--shadow); }
.principle h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.principle p { font-size: 15px; color: var(--c-stone); }
.pairs { display: grid; gap: 14px; margin-top: 28px; }
.pair-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.shot { margin: 0; }
.shot__img { aspect-ratio: 3 / 2; border-radius: var(--radius); }
.shot--dont .shot__img { filter: saturate(0.3); }
.shot figcaption { margin-top: 8px; font-size: 15px; }
.shot figcaption strong { display: inline-block; margin-right: 6px; padding: 1px 8px; border-radius: 999px; font-size: 12px; }
.shot--do strong { background: #E6F4EE; color: #1E5B45; }
.shot--dont strong { background: #FBE8E6; color: #8A2A22; }

.words { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.tags li { padding: 6px 14px; border-radius: 999px; font-size: 15px; }
.tags--use li { background: var(--c-mist); color: var(--c-deep-teal); }
.tags--avoid li { background: #F3ECEA; color: #8A2A22; text-decoration: line-through; text-decoration-thickness: 1px; }
.before-after { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ba { padding: 24px; border-radius: var(--radius); }
.ba--before { background: #F3ECEA; }
.ba--after { background: var(--c-white); box-shadow: var(--shadow); }
.ba__text { font-family: var(--font-heading); font-size: 22px; line-height: 1.3; font-weight: 500; }
.ba--before .ba__text { color: #8C7E78; }
@media (max-width: 720px) {
  .pair-row, .words, .before-after { grid-template-columns: minmax(0, 1fr); }
}

/* In use mockups. Sizes are relative to each frame so they scale like the real thing. */
.mocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.mock { margin: 0; }
.mock figcaption { margin-top: 8px; font-size: 15px; }
.mock__frame { position: relative; overflow: hidden; border-radius: var(--radius); container-type: inline-size; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 32px -18px rgba(0, 0, 0, 0.25); }
@media (max-width: 720px) { .mocks { grid-template-columns: minmax(0, 1fr); } }

.mock__frame--post { aspect-ratio: 1 / 1; }
.post__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 28, 32, 0.25) 0%, transparent 35%, transparent 50%, rgba(20, 28, 32, 0.55) 100%); }
.post__logo { position: absolute; left: 7cqw; top: 7cqw; width: 22cqw; }
.post__title { position: absolute; left: 7cqw; right: 7cqw; bottom: 7cqw; margin: 0; font-family: var(--font-display, var(--font-heading)); font-size: 9cqw; line-height: 1.02; font-weight: var(--wt-display); letter-spacing: var(--tr-display); color: #fff; }

.mock__frame--story { aspect-ratio: 9 / 16; max-height: 640px; margin-inline: auto; background: var(--c-bone); }
.story__swoosh { position: absolute; width: 150%; left: -34%; bottom: -8%; }
.story__swoosh svg { width: 100%; height: auto; display: block; }
.story__logo { position: absolute; left: 8cqw; top: 9cqw; width: 16cqw; }
.story__copy { position: absolute; left: 8cqw; right: 8cqw; top: 30cqw; display: grid; gap: 4cqw; }
.story__label { margin: 0; font-size: 4.2cqw; font-weight: 600; color: var(--c-deep-teal); }
.story__title { margin: 0; font-family: var(--font-display, var(--font-heading)); font-size: 11cqw; line-height: 1.02; font-weight: var(--wt-display); letter-spacing: var(--tr-display); }
.story__body { margin: 0; font-size: 5cqw; line-height: 1.4; }
.story__btn { justify-self: start; margin-top: 2cqw; padding: 3cqw 6cqw; border-radius: 999px; background: var(--gradient-button); color: var(--button-ink); font-size: 4.4cqw; font-weight: 600; }

.mock__frame--email { display: grid; place-items: center start; padding: 7cqw 6cqw; background: var(--c-white); }
.sig { display: flex; align-items: center; gap: 4cqw; padding-left: 4cqw; border-left: 3px solid; border-image: var(--gradient-swoosh) 1; }
.sig__logo { width: 13cqw; }
.sig__text p { margin: 0; }
.sig__name { font-family: var(--font-heading); font-size: 4.6cqw; font-weight: 600; }
.sig__role { font-size: 3.3cqw; color: var(--c-stone); }
.sig__meta { margin-top: 1.4cqw !important; font-size: 3.1cqw; }
.sig__meta a { color: var(--c-deep-teal); }


/* CRO Goat banner and footer */
.cg-banner {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 40px;
  padding-inline: var(--gutter);
  background: #2C65F5;
  color: #FFFFFF;
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
}
.cg-banner:hover { background: #1F4FD1; }
.cg-banner__logo { display: block; line-height: 0; }
.cg-banner__logo svg { height: 14px; width: auto; display: block; }

.footer { padding-top: 40px; border-top: 1px solid var(--line); font-size: 14px; color: var(--c-stone); }
.footer p { margin: 0 0 6px; }
.footer__logo { display: inline-block; margin-bottom: 18px; color: #2C65F5; line-height: 0; }
.footer__logo svg { height: 22px; width: auto; display: block; }
.footer__legal { margin-top: 14px !important; font-size: 12px; color: #8A9399; }

/* Atmosphere gradients */
.atmos { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; margin-bottom: 28px; }
.atmo__swatch { display: flex; align-items: flex-end; aspect-ratio: 4 / 3; padding: 16px 18px; }
.atmo__name { font-family: var(--font-heading); font-size: 22px; font-weight: var(--wt-h1); letter-spacing: var(--tr-h1); }
.atmo__body { display: grid; gap: 12px; padding: 14px 18px 18px; }
.atmo__body p { margin: 0; font-size: 14px; color: var(--c-stone); }

/* Gradient-first surfaces */
.specimen__aa { background: var(--atmo-swoosh); }
.device__stage--corner { background: var(--atmo-morning); }
.mock__frame--story { background: var(--atmo-swoosh); }

/* Class schedule post */
.mock__frame--schedule { display: flex; flex-direction: column; aspect-ratio: 4 / 5; padding: 8cqw 8cqw 7cqw; background: var(--atmo-swoosh); }
.week__head { position: relative; margin-bottom: 6cqw; }
.week__logo { position: absolute; top: 0; right: 0; width: 17cqw; }
.week__label { margin: 0 0 2cqw; font-size: 3.4cqw; font-weight: 500; color: var(--c-deep-teal); }
.week__title { margin: 0; font-family: var(--font-display, var(--font-heading)); font-size: 10.5cqw; line-height: 1; font-weight: var(--wt-display); letter-spacing: var(--tr-display); }
.week__rule { width: 22cqw; height: 0.8cqw; margin-top: 5cqw; border-radius: 999px; background: var(--gradient-swoosh); }
.week__list { display: grid; flex: 1; align-content: start; margin: 0; padding: 0; list-style: none; }
.week__list li { display: grid; grid-template-columns: 11cqw 17cqw minmax(0, 1fr) auto; align-items: baseline; gap: 2cqw; padding: 2.7cqw 0; border-top: 1px solid rgba(65, 74, 80, 0.14); font-size: 3.5cqw; }
.week__day { font-weight: 600; }
.week__time { color: var(--c-stone); font-variant-numeric: tabular-nums; }
.week__class { font-family: var(--font-heading); font-size: 4.2cqw; font-weight: 500; }
.week__level { font-size: 3cqw; color: var(--c-stone); }
.week__foot { margin: 0; padding-top: 3.4cqw; border-top: 1px solid rgba(65, 74, 80, 0.14); font-size: 3.4cqw; font-weight: 500; }

/* Three motions */
.motion-set { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.motion-card { margin: 0; }
.motion-card__stage { display: grid; place-items: center; aspect-ratio: 4 / 3; border-radius: var(--radius); background: var(--c-white); box-shadow: var(--shadow); }
.motion-card__stage axis-logo { width: 42%; }
.motion-card figcaption { display: flex; gap: 8px; margin-top: 10px; font-size: 15px; }
.motion-card figcaption span { color: var(--c-stone); }
@media (max-width: 640px) { .motion-set { grid-template-columns: minmax(0, 1fr); } }

/* Button gradient card */
.gradient-card__swatch--button { display: grid; place-items: center; background: var(--atmo-morning); }
.atmo__swatch { position: relative; }
.atmo__badge { position: absolute; top: 14px; right: 14px; }

/* Solid button options */
.solids { display: flex; flex-wrap: wrap; gap: 14px 18px; margin-top: 8px; }
.solid { display: grid; gap: 6px; justify-items: start; }
.btn-solid { padding: 9px 18px; border-radius: 999px; font-size: 15px; font-weight: 600; }
.solid .rating { margin-top: 0; }
