:root,
html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #131211;
  --surface: #1b1a17;
  --text: #f2f0e9;
  --text-2: #9c978b;
  --border: #2b2925;
  --border-hover: #56534a;
  --accent: #ff6a33;
  --accent-text: #ff6a33;
  --accent-on-alt: #c53e00;
  --accent-base: #f04e00;
  --brass: #a67c33;
  --brass-text: #8b621f;
  --control-border: #6b675e;
  --alt-bg: #f7f6f2;
  --alt-surface: #fcfbf8;
  --alt-text: #17150f;
  --alt-text-2: #56534a;
  --alt-border: #e4e1d8;
  --focus: #ff8a5f;
  --r: 4px;
}
html[data-theme="light"] {
  color-scheme: light;
  --bg: #f7f6f2;
  --surface: #fcfbf8;
  --text: #17150f;
  --text-2: #56534a;
  --border: #e4e1d8;
  --border-hover: #a8a295;
  --accent: #f04e00;
  --accent-text: #c53e00;
  --accent-on-alt: #ff6a33;
  --accent-base: #f04e00;
  --brass: #c89a4c;
  --brass-text: #c89a4c;
  --control-border: #8f897d;
  --alt-bg: #131211;
  --alt-surface: #1b1a17;
  --alt-text: #f2f0e9;
  --alt-text-2: #9c978b;
  --alt-border: #2b2925;
  --focus: #c53e00;
}
* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; scroll-behavior: smooth; background: var(--bg); }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Archivo, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; transform: translateY(-150%); padding: 10px 14px; border-radius: var(--r); background: var(--text); color: var(--bg); font-size: 13px; font-weight: 600; }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.page-shell { width: min(1240px, 100%); margin-inline: auto; padding-inline: 40px; }

.wire { min-width: 0; display: flex; align-items: center; gap: 24px; padding: 9px 40px; overflow: hidden; border-bottom: 1px solid var(--border); background: var(--surface); font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .06em; white-space: nowrap; }
.wire__label { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; color: var(--accent-text); text-transform: uppercase; }
.live-dot { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: hq-blink 1.1s steps(1) infinite; }
.wire__headline { min-width: 0; flex: 0 1 auto; display: flex; gap: 5px; transition: color 140ms ease; }
.wire__headline-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.wire__time { flex: 0 0 auto; color: var(--text-2); }
.wire__all { flex: 0 0 auto; margin-left: auto; color: var(--accent-text); }

.site-nav { position: sticky; top: 0; z-index: 50; min-height: 73px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 40px; border-bottom: 1px solid var(--border); background: var(--bg); }
.site-logo { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.site-logo__mark { width: 24px; height: 24px; }
.site-logo__mark--light { display: none; }
html[data-theme="light"] .site-logo__mark--dark { display: none; }
html[data-theme="light"] .site-logo__mark--light { display: block; }
.primary-nav, .primary-nav__links { display: flex; align-items: center; }
.primary-nav { gap: 20px; }
.primary-nav__links { gap: 28px; }
.primary-nav__links a { color: var(--text-2); font-size: 14px; font-weight: 500; transition: color 140ms ease; }
.primary-nav__links a.is-current, .mobile-nav a.is-current { color: var(--text); }
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 7px 2px; border: 0; background: transparent; color: var(--text-2); font: 400 10px/1.2 "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.theme-toggle__icon { width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; box-shadow: inset 7px 0 0 currentColor; }
.subscribe-button { padding: 9px 18px; border-radius: var(--r); background: var(--text); color: var(--bg); font-size: 13px; font-weight: 500; transition: background 140ms ease, color 140ms ease; }
.menu-toggle { display: none; width: 34px; height: 34px; padding: 7px; border: 0; background: transparent; color: var(--text); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 4px auto; background: currentColor; }
.mobile-nav { position: fixed; inset: 73px 0 auto; z-index: 49; padding: 12px 20px 22px; border-bottom: 1px solid var(--border); background: var(--bg); }
.mobile-nav a { display: block; padding: 14px 2px; border-bottom: 1px solid var(--border); color: var(--text-2); font-size: 18px; transition: color 140ms ease; }

.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); border-bottom: 1px solid var(--border); }
.hero-feature { min-width: 0; padding: 40px 40px 40px 0; border-right: 1px solid var(--border); }
.hero-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity 140ms ease; }
.story-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.story-kicker span:first-child { color: var(--accent-text); }
.story-kicker span:last-child { color: var(--text-2); }
.hero h1 { max-width: 15ch; margin: 12px 0 0; font-size: clamp(36px, 3.6vw, 46px); font-weight: 400; letter-spacing: -.038em; line-height: 1.06; text-wrap: balance; }
.story-dek { max-width: 590px; margin: 16px 0 0; color: var(--text-2); font: 400 19px/1.55 Newsreader, Georgia, serif; }
.story-byline { margin: 18px 0 0; color: var(--text-2); font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.news-rail { min-width: 0; display: flex; flex-direction: column; padding: 40px 0 40px 40px; }
.news-rail__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.news-rail__header h2 { margin: 0; font: inherit; }
.news-rail__header span { color: var(--text-2); }
.news-item { padding: 18px 0; border-bottom: 1px solid var(--border); }
.news-item > time, .news-meta { margin: 0 0 8px; color: var(--text-2); font: 400 10px/1.3 "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.news-meta { display: flex; align-items: center; gap: 8px; }
.news-meta span:nth-child(2) { color: var(--accent-text); }
.news-meta .live-dot { width: 6px; height: 6px; }
.news-item h3 { margin: 0; font-size: 17px; font-weight: 500; letter-spacing: -.01em; line-height: 1.3; }
.follow-ups { display: grid; gap: 11px; margin-top: 13px; padding-left: 14px; border-left: 2px solid var(--border); }
.follow-ups a { display: grid; gap: 4px; font-size: 14px; font-weight: 500; line-height: 1.35; }
.follow-ups time { color: var(--text-2); font: 400 10px/1.3 "IBM Plex Mono", monospace; text-transform: uppercase; }
.section-link { color: var(--accent-text); font-size: 14px; font-weight: 500; }
.news-rail__more { margin-top: auto; padding-top: 24px; align-self: flex-start; }

.content-section { padding-block: 52px; border-bottom: 1px solid var(--border); scroll-margin-top: 76px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-heading__title { min-width: 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: 14px; }
.section-heading h2 { margin: 0; font-size: 26px; font-weight: 500; letter-spacing: -.025em; line-height: 1.15; }
.section-heading__title > span { color: var(--text-2); font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.tips-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tip-card { min-height: 220px; display: flex; flex-direction: column; gap: 16px; padding: 22px; border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); transition: border-color 140ms ease; }
.tip-card__number { color: var(--accent-text); font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.tip-card p { margin: 0; font-size: 16px; font-weight: 500; letter-spacing: -.01em; line-height: 1.42; }
.tip-card footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.tip-card footer > span, .tip-copy { color: var(--text-2); font: 400 10px/1.2 "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.tip-copy { flex: 0 0 auto; min-height: 32px; padding: 5px 8px; border: 1px solid var(--control-border); border-radius: var(--r); background: transparent; cursor: pointer; transition: color 140ms ease, border-color 140ms ease; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.video-card { min-width: 0; }
.video-card__media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); }
.video-card__media img { width: 100%; height: 100%; object-fit: cover; transition: opacity 140ms ease; }
.video-card__media > span { position: absolute; right: 10px; bottom: 10px; padding: 4px 8px; border-radius: var(--r); background: #131211; color: #f2f0e9; font: 400 11px/1.2 "IBM Plex Mono", monospace; pointer-events: none; }
.video-card h3 { margin: 14px 0 0; font-size: 17px; font-weight: 500; letter-spacing: -.01em; line-height: 1.32; }
.video-card > p { margin: 9px 0 0; color: var(--text-2); font: 400 10px/1.3 "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 0; padding-block: 46px; }
.stats > div { min-width: 0; display: flex; flex-direction: column; gap: 8px; padding-left: 24px; border-left: 1px solid var(--border); }
.stats > div:first-child { padding-left: 0; border-left: 0; }
.stats strong { font-size: 44px; font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.stats span { max-width: 24ch; color: var(--text-2); font: 400 10px/1.4 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

.stacks { padding-block: 64px; scroll-margin-top: 73px; background: var(--alt-bg); color: var(--alt-text); }
.section-heading--alt .section-heading__title > span { color: var(--brass-text); }
.stacks .section-link { color: var(--accent-on-alt); }
.stacks__intro { max-width: 650px; margin: -12px 0 36px; color: var(--alt-text-2); font: 400 17px/1.6 Newsreader, Georgia, serif; }
.stacks-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.stack-card { min-width: 0; padding: 28px; border: 1px solid var(--alt-border); border-radius: var(--r); background: var(--alt-surface); }
.stack-card h3 { margin: 0 0 18px; color: var(--brass-text); font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.stack-card a { display: grid; gap: 6px; padding: 13px 0; border-bottom: 1px solid var(--alt-border); transition: color 140ms ease; }
.stack-card a:last-child { border-bottom: 0; }
.stack-card a > span { font-size: 16px; font-weight: 500; letter-spacing: -.01em; line-height: 1.35; }
.stack-card small { color: var(--alt-text-2); font: 400 10px/1.35 "IBM Plex Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }

.resources { padding-top: 58px; }
.resource-hint { display: none; margin: -12px 0 12px; color: var(--text-2); font: 400 10px/1.4 "IBM Plex Mono", monospace; text-transform: uppercase; }
.resource-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r); scrollbar-color: var(--accent) var(--surface); }
.resource-scroll:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.resource-table { width: 100%; min-width: 620px; border-collapse: collapse; table-layout: fixed; }
.resource-table th, .resource-table td { padding: 16px 24px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }
.resource-table tr:last-child th, .resource-table tr:last-child td { border-bottom: 0; }
.resource-table thead { background: var(--surface); color: var(--text-2); font: 400 10px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.resource-table thead th { padding-block: 14px; font-weight: 400; }
.resource-table th:nth-child(1) { width: 25%; }
.resource-table th:nth-child(2) { width: 43%; }
.resource-table th:nth-child(3) { width: 16%; }
.resource-table th:nth-child(4) { width: 16%; }
.resource-table tbody th { font-size: 15px; font-weight: 500; }
.resource-table tbody td:nth-child(2) { color: var(--text-2); font: 400 15px/1.35 Newsreader, Georgia, serif; }
.resource-table tbody td:nth-child(3) { color: var(--accent-text); font: 400 10px/1.3 "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.resource-table tbody td:nth-child(4) { color: var(--text-2); font: 400 10px/1.3 "IBM Plex Mono", monospace; text-transform: uppercase; }
.resource-table tbody tr { transition: background 140ms ease; }

.caret { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 64px; padding-block: 68px; border-bottom: 1px solid var(--border); scroll-margin-top: 73px; }
.caret__brand { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--accent-text); font: 400 12px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.caret-mark { display: inline-block; width: 7px; height: 14px; border-radius: 1px; background: var(--accent); animation: hq-blink 1.1s steps(1) infinite; }
.caret h2 { max-width: 16ch; margin: 0; font-size: 38px; font-weight: 400; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.caret-form { max-width: 470px; display: flex; gap: 10px; margin-top: 26px; }
.caret-form input { min-width: 0; min-height: 44px; flex: 1 1 auto; padding: 12px 15px; border: 1px solid var(--control-border); border-radius: var(--r); background: var(--surface); color: var(--text); font: 400 13px/1.3 "IBM Plex Mono", monospace; }
.caret-form input::placeholder { color: var(--text-2); }
.caret-form input[aria-invalid="true"] { border-color: var(--accent); }
.caret-form button { flex: 0 0 auto; min-height: 44px; padding: 11px 20px; border: 0; border-radius: var(--r); background: var(--text); color: var(--bg); font-size: 14px; font-weight: 500; cursor: pointer; }
.caret-form button:disabled { cursor: progress; opacity: .65; }
.caret__note, .caret__status { margin: 10px 0 0; color: var(--text-2); font: 400 10px/1.45 "IBM Plex Mono", monospace; }
.caret__status { min-height: 15px; }
.caret__status[data-state="error"] { color: var(--accent-text); }
.caret__status[data-state="success"] { color: var(--text); }
.caret__copy { max-width: 550px; margin: 0; color: var(--text-2); font: 400 18px/1.65 Newsreader, Georgia, serif; }

.homepage .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 0 40px; color: var(--text-2); font: 400 10px/1.5 "IBM Plex Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.homepage .site-footer > div, .homepage .site-footer nav { display: flex; align-items: center; gap: 10px; }
.homepage .site-footer nav { gap: 22px; }
.footer-mark { width: 16px; height: 16px; }
.footer-mark--light { display: none; }
html[data-theme="light"] .footer-mark--dark { display: none; }
html[data-theme="light"] .footer-mark--light { display: block; }

@keyframes hq-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@media (hover: hover) {
  .wire__headline:hover, .primary-nav__links a:hover, .mobile-nav a:hover, .hero h1 a:hover, .news-item a:hover, .follow-ups a:hover, .video-card h3 a:hover, .resource-table a:hover, .homepage .site-footer a:hover { color: var(--accent-text); }
  .stack-card a:hover { color: var(--accent-on-alt); }
  .theme-toggle:hover, .tip-copy:hover { color: var(--text); }
  .tip-card:hover, .tip-copy:hover { border-color: var(--border-hover); }
  .subscribe-button:hover { background: var(--accent-text); color: var(--bg); }
  .hero-media:hover img, .video-card__media:hover img { opacity: .86; }
  .resource-table tbody tr:hover { background: var(--surface); }
}
@media (max-width: 900px) {
  .wire { gap: 14px; padding-inline: 20px; }
  .wire [data-wire-extra] { display: none; }
  .wire__headline { flex: 1 1 auto; }
  .site-nav { min-height: 73px; padding: 14px 20px; }
  .primary-nav { gap: 10px; }
  .primary-nav__links { display: none; }
  .primary-nav > .theme-toggle { display: none; }
  .subscribe-button { min-height: 44px; display: inline-flex; align-items: center; }
  .menu-toggle { display: inline-block; width: 44px; height: 44px; }
  .tip-copy { min-width: 44px; min-height: 44px; }
  .mobile-nav { inset-block-start: 73px; }
  .mobile-nav .theme-toggle--mobile { width: 100%; min-height: 44px; justify-content: space-between; padding: 12px 2px 4px; }
  .menu-open { overflow: hidden; }
  .page-shell { padding-inline: 20px; }
  .hero { grid-template-columns: 1fr; }
  .hero-feature { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .news-rail { padding: 28px 0; }
  .hero h1 { font-size: clamp(36px, 11vw, 46px); }
  .content-section { padding-block: 44px; }
  .tips-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats > div { padding-left: 0; border-left: 0; }
  .stacks { padding-block: 52px; }
  .stacks-grid { grid-template-columns: 1fr; }
  .resource-hint { display: block; }
  .resource-table { min-width: 620px; }
  .caret { grid-template-columns: 1fr; gap: 34px; }
  .homepage .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 430px) {
  .wire { font-size: 10px; }
  .wire__label { gap: 5px; }
  .wire__all { font-size: 0; }
  .wire__all span { font-size: 14px; }
  .site-logo { font-size: 14px; }
  .subscribe-button { padding: 8px 14px; }
  .section-heading { align-items: flex-start; }
  .section-heading__title { display: grid; gap: 7px; }
  .section-heading .section-link { max-width: 90px; text-align: right; }
  .tips-grid, .video-grid, .stats { grid-template-columns: 1fr; }
  .tip-card { min-height: 0; }
  .stats { gap: 28px; }
  .stacks .section-heading { align-items: flex-start; }
  .stacks .section-heading__title { max-width: 210px; }
  .caret { padding-block: 54px; }
  .caret h2 { font-size: 34px; }
  .caret-form { flex-direction: column; }
  .caret-form button { min-height: 44px; }
  .homepage .site-footer nav { flex-wrap: wrap; gap: 14px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .live-dot, .caret-mark { opacity: 1; }
}

/* Existing public brand-kit route */
.brand-kit { background: #f7f6f2; color: #17150f; }
.brand-kit body { background: #f7f6f2; color: #17150f; }
.brand-kit .site-header, .brand-kit .site-footer { min-height: 76px; padding: 20px clamp(20px, 4vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-color: #e4e1d8; font: 400 11px/1.3 "IBM Plex Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.brand-kit .site-header { border-bottom: 1px solid #e4e1d8; }
.brand-kit .site-footer { border-top: 1px solid #e4e1d8; color: #56534a; }
.brand-kit .brand img { display: block; width: 176px; height: auto; }
.brand-kit .utility-link { color: #56534a; }
.kit-wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.kit-hero { padding: clamp(72px, 10vw, 132px) 0 64px; }
.eyebrow { color: #f04e00; font: 600 11px/1.4 "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.kit-hero h1, .kit-section h2 { margin: 16px 0; font-family: Archivo, Arial, sans-serif; font-weight: 400; letter-spacing: -.04em; }
.kit-hero h1 { max-width: 12ch; font-size: clamp(48px, 8vw, 96px); line-height: .92; }
.kit-hero p, .kit-section p { max-width: 62ch; color: #56534a; font: 400 18px/1.65 Newsreader, Georgia, serif; }
.kit-section { padding: 64px 0; border-top: 1px solid #e4e1d8; }
.kit-section h2 { font-size: clamp(30px, 5vw, 52px); }
.logo-grid, .swatch-grid, .asset-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.logo-card { min-height: 220px; display: grid; place-items: center; padding: 34px; border: 1px solid #e4e1d8; background: #fcfbf8; }
.logo-card.dark { background: #131211; border-color: #2b2925; }
.logo-card img { max-width: 86%; max-height: 140px; }
.swatch-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.swatch { min-height: 150px; padding: 16px; display: flex; flex-direction: column; justify-content: flex-end; color: white; font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.swatch.light { color: #17150f; border: 1px solid #e4e1d8; }
.asset { padding: 20px; border: 1px solid #e4e1d8; background: #fcfbf8; }
.asset strong { display: block; margin-bottom: 8px; }
.asset a { color: #17150f; text-decoration: underline; text-underline-offset: 3px; }
.rules { padding-left: 20px; color: #56534a; line-height: 1.8; }
@media (max-width: 720px) {
  .brand-kit .site-footer { align-items: flex-start; flex-direction: column; }
  .logo-grid, .swatch-grid, .asset-grid { grid-template-columns: 1fr; }
  .brand-kit .site-header { min-height: 66px; }
}
