/* WP Shipyard theme. Fonts, tokens, landing, docs, interior. */

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-latin.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Bricolage Fallback";
  src: local("Helvetica Neue"), local("Arial"), local("Liberation Sans");
  size-adjust: 104%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Plex Fallback";
  src: local("Menlo"), local("DejaVu Sans Mono"), local("Consolas");
  size-adjust: 101%;
  ascent-override: 100%;
  descent-override: 26%;
  line-gap-override: 0%;
}

/* Tokens. The yard: pale concrete ground, slate hull, cyan water, chalk-yellow keel blocks. */
:root {
  --bg: #F1F4F6;
  --bg-2: #FFFFFF;
  --bg-3: #E6EBEF;
  --ink: #171C27;
  --ink-2: #4A5464;
  --ink-3: #78828F;
  --rule: #CFD7DE;
  --rule-2: #E1E7EC;
  --water: #1EA6C8;
  --water-ink: #0E7C97;
  --water-soft: #DCF2F8;
  --hull: #2B3541;
  --cabin: #FFFFFF;
  --block: #F0B429;
  --wpbar: #1D2327;
  --wpbar-ink: #F0F0F1;
  --term-bg: #10161D;
  --term-ink: #E4EAF0;
  --term-dim: #7C8896;
  --term-acc: #5CC8E4;
  --shadow: 0 1px 2px rgba(23, 28, 39, .06), 0 14px 34px -18px rgba(23, 28, 39, .28);
  --shadow-lg: 0 2px 4px rgba(23, 28, 39, .06), 0 28px 60px -28px rgba(23, 28, 39, .4);
  --sans: "Bricolage Grotesque", "Bricolage Fallback", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Plex Fallback", ui-monospace, Menlo, monospace;
  --w: 1080px;
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0E1319; --bg-2: #151C24; --bg-3: #0A0E13;
    --ink: #E8EDF2; --ink-2: #AAB5C1; --ink-3: #74808D;
    --rule: #2A3542; --rule-2: #1E2732;
    --water: #3DBFDF; --water-ink: #5CCBE6; --water-soft: #0F2A33;
    --hull: #C9D3DD; --cabin: #151C24; --block: #F0B429;
    --wpbar: #1D2327; --wpbar-ink: #F0F0F1;
    --term-bg: #090D12; --term-ink: #E4EAF0; --term-dim: #6E7A88; --term-acc: #5CC8E4;
    --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 14px 34px -18px rgba(0, 0, 0, .7);
    --shadow-lg: 0 2px 4px rgba(0, 0, 0, .4), 0 28px 60px -28px rgba(0, 0, 0, .85);
  }
}
:root[data-theme="dark"] {
  --bg: #0E1319; --bg-2: #151C24; --bg-3: #0A0E13;
  --ink: #E8EDF2; --ink-2: #AAB5C1; --ink-3: #74808D;
  --rule: #2A3542; --rule-2: #1E2732;
  --water: #3DBFDF; --water-ink: #5CCBE6; --water-soft: #0F2A33;
  --hull: #C9D3DD; --cabin: #151C24; --block: #F0B429;
  --wpbar: #1D2327; --wpbar-ink: #F0F0F1;
  --term-bg: #090D12; --term-ink: #E4EAF0; --term-dim: #6E7A88; --term-acc: #5CC8E4;
  --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 14px 34px -18px rgba(0, 0, 0, .7);
  --shadow-lg: 0 2px 4px rgba(0, 0, 0, .4), 0 28px 60px -28px rgba(0, 0, 0, .85);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 17px; line-height: 1.55; font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--water-ink); text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--water-ink) 35%, transparent); text-underline-offset: 3px; }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--water); outline-offset: 3px; border-radius: 2px; }
code, pre, kbd { font-family: var(--mono); font-variant-ligatures: none; }
code { font-size: .88em; background: var(--water-soft); color: var(--ink); padding: .1em .38em; border-radius: 4px; }
pre { margin: 0; }
h1, h2, h3 { font-weight: 640; line-height: 1.08; margin: 0; letter-spacing: -.02em; }
h1 { font-size: clamp(38px, 6vw, 64px); font-stretch: 92%; letter-spacing: -.03em; }
h2 { font-size: clamp(28px, 3.6vw, 38px); }
h3 { font-size: 21px; letter-spacing: -.01em; }
p { margin: 0; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--bg); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

.wrap { max-width: var(--w); margin: 0 auto; padding-inline: 24px; }
@media (max-width: 480px) { .wrap { padding-inline: 16px; } }

/* The water lane: the dashed centre line from the yard, used as the only section divider. */
.lane { height: 0; border-top: 3px dashed var(--water); opacity: .9; margin-bottom: 56px; max-width: var(--w); }
.lane.wrap { padding: 0; margin-inline: auto; }
@media (max-width: 1128px) { .lane { margin-inline: 24px; } }
@media (max-width: 480px) { .lane { margin-inline: 16px; } }

/* ---------- nav ---------- */
.nav { display: flex; align-items: center; gap: 28px; padding-block: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 660; font-size: 21px; text-decoration: none; letter-spacing: -.01em; }
.brand svg { width: 48px; height: 36px; }
.nav ul { list-style: none; margin: 0 0 0 auto; padding: 0; display: flex; align-items: center; gap: 22px; font-size: 15px; }
.nav ul li { display: flex; align-items: center; }
.nav ul a { color: var(--ink-2); text-decoration: none; }
.nav ul a:hover { color: var(--ink); }
.gh { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 13px; border: 1px solid var(--rule); border-radius: 8px; color: var(--ink-2); font-size: 14px; font-weight: 600; background: var(--bg-2); }
.gh > svg { width: 15px; height: 15px; }
.gh .stars { display: inline-flex; align-items: center; gap: 4px; }
.gh .star { width: 13px; height: 13px; color: var(--block); }
.theme-wrap { position: relative; }
.theme { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--rule); border-radius: 8px; background: var(--bg-2); color: var(--ink-2); cursor: pointer; padding: 0; }
.theme svg { width: 18px; height: 18px; }
.theme-menu[hidden] { display: none; }
.theme-menu { position: absolute; right: 0; top: 42px; background: var(--bg-2); border: 1px solid var(--rule); border-radius: 8px; box-shadow: var(--shadow); padding: 4px; display: grid; min-width: 120px; z-index: 20; }
.theme-menu button { text-align: left; background: none; border: 0; padding: 7px 10px; border-radius: 5px; color: var(--ink); font: inherit; font-size: 14px; cursor: pointer; }
.theme-menu button:hover, .theme-menu button[aria-checked="true"] { background: var(--water-soft); }
@media (max-width: 640px) { .nav { gap: 16px; } .nav ul { gap: 14px; } .brand span { display: none; } }

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 48px; align-items: center; padding-block: 48px 88px; }
.hero-copy { max-width: 46ch; }
.lede { font-size: 19px; color: var(--ink-2); margin-top: 22px; max-width: 52ch; text-wrap: pretty; }
.cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; height: 48px; padding: 0 22px; border-radius: 10px; background: var(--ink); color: var(--bg); font-weight: 620; text-decoration: none; font-size: 16px; }
.btn:hover { background: var(--water-ink); color: #fff; }
.btn-quiet { color: var(--ink); font-weight: 600; text-decoration: none; padding: 0 6px; }
.btn-quiet:hover { text-decoration: underline; text-underline-offset: 4px; }
.fine { font-size: 14px; color: var(--ink-3); margin-top: 18px; max-width: 46ch; }
@media (max-width: 900px) { .hero { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-block: 24px 64px; } .hero-copy { max-width: none; } }

/* The dock: two browser frames on the same URL. */
.dock { margin: 0; position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: auto; }
.frame { display: flex; flex-direction: column; border-radius: 10px; background: var(--bg-2); border: 1px solid var(--rule); box-shadow: var(--shadow-lg); overflow: hidden; font-family: var(--mono); }
.frame-live { grid-column: 1 / 8; grid-row: 1; margin-bottom: 120px; }
.frame-you { grid-column: 5 / 13; grid-row: 1; margin-top: 120px; z-index: 2; box-shadow: var(--shadow-lg), 0 0 0 4px var(--bg); }
.frame figcaption { font-family: var(--sans); font-size: 14px; color: var(--ink-2); padding: 10px 14px; border-top: 1px solid var(--rule-2); background: var(--bg-2); }
.frame-you figcaption { color: var(--ink); font-weight: 600; }
.frame-live figcaption { order: -1; border-top: 0; border-bottom: 1px solid var(--rule-2); }
.chrome { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: var(--bg-3); border-bottom: 1px solid var(--rule-2); }
.chrome span { width: 9px; height: 9px; border-radius: 50%; background: var(--rule); }
.chrome i { font-style: normal; margin-left: 8px; flex: 1; height: 20px; border-radius: 5px; background: var(--bg-2); border: 1px solid var(--rule-2); font-size: 11px; line-height: 18px; padding-inline: 8px; color: var(--ink-3); white-space: nowrap; overflow: hidden; }
.shot { padding: 16px; display: grid; gap: 12px; min-height: 150px; }
.shot b, .shot s, .shot em, .shot i, .shot u { display: block; border-radius: 3px; text-decoration: none; }
/* live theme: a greyed-out classic layout */
.shot-live b, .shot-live s, .shot-live em { background: var(--rule-2); }
.p-nav { display: flex; align-items: center; justify-content: space-between; }
.p-nav > b { width: 54px; height: 10px; }
.p-nav u { display: flex; gap: 8px; }
.p-nav s { width: 26px; height: 6px; }
.p-hero { display: grid; gap: 7px; padding-block: 8px; }
.p-hero b { width: 62%; height: 16px; }
.p-hero em { width: 88%; height: 6px; }
.p-hero em.short { width: 70%; }
.p-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.p-cols b { height: 44px; }
/* the shipyard theme: a livelier block layout in the water colour */
.shot-you { background: var(--bg-2); }
.shot-you b, .shot-you s, .shot-you i { background: var(--water-soft); }
.shot-you em { background: var(--water); }
.q-head { display: flex; align-items: center; justify-content: space-between; }
.q-head > b { width: 40px; height: 12px; border-radius: 6px; }
.q-head u { display: flex; gap: 8px; }
.q-head s { width: 30px; height: 6px; }
.q-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; align-items: center; padding-block: 8px; }
.q-hero em { grid-column: 1; height: 18px; width: 100%; }
.q-hero em.short { width: 60%; height: 10px; opacity: .55; }
.q-hero i { grid-column: 2; grid-row: 1 / 3; height: 56px; border-radius: 8px; }
.q-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.q-grid b { height: 34px; border-radius: 6px; }
.adminbar { display: flex; align-items: center; gap: 12px; height: 30px; padding: 0 10px; background: var(--wpbar); color: var(--wpbar-ink); font-size: 11px; white-space: nowrap; overflow: hidden; }
.adminbar .wp { display: inline-flex; width: 18px; height: 18px; }
.adminbar .wp svg { width: 18px; height: 18px; }
.adminbar .site { display: none; }
.adminbar .badge { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
.adminbar .badge svg { width: 14px; height: 14px; opacity: .8; }
.adminbar .badge b { font-weight: 600; background: #fff; color: #000; padding: 1px 6px; border-radius: 3px; font-size: 10.5px; }
.adminbar .exit { color: #9EC5E8; }
@media (max-width: 560px) {
  .dock { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
  .frame-live, .frame-you { grid-column: 1; grid-row: auto; margin: 0; }
}

/* ---------- steps ---------- */
.steps-wrap { padding-block: 0 88px; }
.steps { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; counter-reset: step; }
.steps li { counter-increment: step; position: relative; padding-top: 18px; border-top: 3px solid var(--hull); }
.steps li::before { content: counter(step); position: absolute; top: -18px; left: 0; width: 32px; height: 32px; border-radius: 8px; background: var(--block); color: #171C27; font-weight: 700; display: grid; place-items: center; font-size: 15px; }
.steps h3 { margin-top: 18px; }
.steps p { margin-top: 10px; color: var(--ink-2); font-size: 16px; text-wrap: pretty; }
@media (max-width: 800px) { .steps { grid-template-columns: minmax(0, 1fr); gap: 36px; } }

/* ---------- facts band ---------- */
.band { background: var(--bg-2); border-block: 1px solid var(--rule-2); }
.facts { padding-block: 72px; }
.facts h2 { max-width: 20ch; }
.facts dl { margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 40px; }
.facts dt { font-weight: 640; font-size: 19px; letter-spacing: -.01em; }
.facts dd { margin: 8px 0 0; color: var(--ink-2); font-size: 16px; text-wrap: pretty; }
@media (max-width: 800px) { .facts dl { grid-template-columns: minmax(0, 1fr); gap: 28px; } .facts { padding-block: 56px; } }

/* ---------- install ---------- */
.install { padding-block: 72px 88px; }
.install-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
.install ol { margin: 22px 0 0; padding-left: 22px; color: var(--ink-2); display: grid; gap: 10px; }
.install ol li::marker { color: var(--ink); font-weight: 640; }
.term { background: var(--term-bg); color: var(--term-ink); border-radius: 10px; box-shadow: var(--shadow-lg); overflow: hidden; }
.term-bar { display: flex; gap: 6px; padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.term-bar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.14); }
.term code { background: none; padding: 0; font-size: inherit; color: inherit; }
.term pre { padding: 18px 20px; overflow-x: auto; font-size: 13.5px; line-height: 1.6; }
.term .c { color: var(--term-dim); }
.term .p { color: var(--term-acc); }
.term .o { color: var(--term-dim); }
@media (max-width: 900px) { .install-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; } .install { padding-block: 56px 72px; } }

/* ---------- faq ---------- */
.faq { padding-block: 0 96px; max-width: calc(var(--w)); }
.faq details { border-top: 1px solid var(--rule); max-width: 72ch; }
.faq details:last-of-type { border-bottom: 1px solid var(--rule); }
.faq h2 { margin-bottom: 28px; }
details summary { cursor: pointer; padding: 16px 0; font-weight: 620; font-size: 18px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: ""; width: 10px; height: 10px; border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3); transform: rotate(45deg); flex: none; transition: transform .15s ease; margin-right: 4px; }
details[open] summary::after { transform: rotate(-135deg); }
details p { color: var(--ink-2); padding-bottom: 18px; max-width: 64ch; }

/* ---------- footer ---------- */
.foot { padding-block: 0 40px; }
.foot .lane { margin-bottom: 48px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.foot-brand p { color: var(--ink-2); margin-top: 10px; max-width: 30ch; font-size: 15px; }
.foot-col h2 { font-size: 15px; font-weight: 640; letter-spacing: 0; margin-bottom: 10px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; font-size: 15px; }
.foot-col a { color: var(--ink-2); text-decoration: none; }
.foot-col a:hover { color: var(--ink); text-decoration: underline; }
.foot-col .soon { color: var(--ink-3); }
.foot-fine { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--rule-2); font-size: 13px; color: var(--ink-3); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }

/* ---------- interior / docs / changelog ---------- */
.entry { max-width: 72ch; padding-block: 24px 96px; }
.entry h1 { font-size: clamp(34px, 5vw, 52px); }
.entry .lede { margin-top: 16px; }
.entry h2 { font-size: 26px; margin-top: 48px; scroll-margin-top: 24px; }
.entry h3 { margin-top: 28px; }
.entry p, .entry ul, .entry ol { margin-top: 14px; color: var(--ink-2); }
.entry li + li { margin-top: 6px; }
.entry pre { margin-top: 14px; background: var(--term-bg); color: var(--term-ink); padding: 16px 18px; border-radius: 8px; overflow-x: auto; font-size: 14px; }
.entry pre code { background: none; color: inherit; padding: 0; font-size: inherit; }
.entry table { margin-top: 16px; border-collapse: collapse; width: 100%; font-size: 15px; }
.entry th, .entry td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--rule-2); vertical-align: top; color: var(--ink-2); }
.entry th { color: var(--ink); font-weight: 640; }
.entry details { border-top: 1px solid var(--rule); }
.entry details:last-of-type { border-bottom: 1px solid var(--rule); }
.entry details p { margin-top: 0; }
.entry .meta { color: var(--ink-3); font-size: 14px; margin-top: 8px; }
.entry img { max-width: 100%; height: auto; }
.entry .content > * + * { margin-top: 14px; }
.listing { list-style: none; padding: 0; margin-top: 24px; }
.listing li + li { margin-top: 32px; }
.listing h2 { margin-top: 0; font-size: 24px; }
.listing h2 a { color: var(--ink); text-decoration: none; }

.docs { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 56px; }
.docs-nav { position: sticky; top: 24px; align-self: start; padding-top: 32px; font-size: 14px; }
.docs-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; border-left: 2px solid var(--rule-2); }
.docs-nav a { color: var(--ink-2); text-decoration: none; padding-left: 14px; margin-left: -2px; border-left: 2px solid transparent; display: block; }
.docs-nav a.is-current, .docs-nav a:hover { color: var(--ink); border-left-color: var(--water); }
@media (max-width: 800px) { .docs { grid-template-columns: minmax(0, 1fr); gap: 0; } .docs-nav { position: static; padding-top: 24px; } .docs-nav ul { display: flex; flex-wrap: wrap; gap: 6px 16px; border: 0; } .docs-nav a { padding: 0; border: 0; margin: 0; } }

.release { margin-top: 40px; padding-top: 24px; border-top: 3px solid var(--hull); }
.release header { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 18px; }
.release header h2 { margin: 0; font-size: 30px; }
.release header time { color: var(--ink-3); font-size: 15px; }
.release header a { font-size: 15px; margin-left: auto; }
.release .kind { font-size: 15px; font-weight: 640; margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; }
.release .kind::before { content: ""; width: 10px; height: 10px; border-radius: 3px; background: var(--water); }
.release .kind-fixed::before { background: var(--block); }
.release .kind-changed::before { background: var(--hull); }
.release ul { margin-top: 8px; }

/* Gravity Forms and block fallbacks for editor-driven pages */
.entry .gform_wrapper input[type="text"], .entry .gform_wrapper input[type="email"], .entry .gform_wrapper textarea { width: 100%; border: 1px solid var(--rule); border-radius: 6px; padding: 10px 12px; background: var(--bg-2); color: var(--ink); font: inherit; }
.entry .gform_wrapper input[type="submit"], .entry .wp-block-button__link { background: var(--ink); color: var(--bg); border: 0; border-radius: 8px; padding: 12px 18px; font: inherit; font-weight: 620; text-decoration: none; cursor: pointer; }

/* ---------- brand page ---------- */
.brandkit .brand-intro { padding-bottom: 8px; }
.brand-section { padding-block: 40px 8px; }
.brand-section h2 { font-size: 30px; }
.brand-section h3 { margin-top: 28px; font-size: 18px; }
.brand-note { margin-top: 12px; color: var(--ink-2); max-width: 64ch; text-wrap: pretty; }
.brand-head-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.stage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.stage { display: grid; place-items: center; min-height: 200px; padding: 32px; border-radius: 12px; border: 1px solid var(--rule-2); box-shadow: var(--shadow); }
.stage-light { background: #FFFFFF; }
.stage-slate { background: #2B3541; border-color: #2B3541; }
.stage-lockup { width: min(100%, 360px); height: auto; }
.stage-mark { width: 128px; height: auto; }
.stage-tile { width: 128px; height: 128px; border-radius: 28px; }
.dl-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.dl-card { border: 1px solid var(--rule-2); border-radius: 12px; background: var(--bg-2); box-shadow: var(--shadow); overflow: hidden; }
.dl-preview { display: grid; place-items: center; height: 150px; background: #FFFFFF; border-bottom: 1px solid var(--rule-2); padding: 24px; }
.dl-preview img { max-width: 240px; max-height: 100px; width: auto; height: auto; }
.dl-preview-slate { background: #2B3541; }
.dl-card h3 { margin: 18px 20px 0; font-size: 18px; }
.dl-card > p { margin: 6px 20px 0; color: var(--ink-2); font-size: 15px; }
.dl-files { list-style: none; margin: 14px 0 0; padding: 0 8px 12px; }
.dl-files a { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 7px 12px; border-radius: 6px; text-decoration: none; color: var(--ink); font-size: 14px; }
.dl-files a:hover { background: var(--water-soft); }
.dl-name { font-family: var(--mono); font-size: 13px; overflow-wrap: anywhere; }
.dl-kind { color: var(--ink-3); white-space: nowrap; font-size: 13px; }
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 16px; margin-top: 14px; }
.swatch { display: grid; gap: 4px; font-size: 14px; }
.swatch-chip { display: block; height: 56px; border-radius: 8px; border: 1px solid var(--rule-2); }
.swatch-name { font-weight: 640; margin-top: 4px; }
.swatch-hex { font-family: var(--mono); font-size: 12.5px; color: var(--ink-2); }
.swatch-use { color: var(--ink-3); font-size: 13px; }
.type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.specimen { padding: 24px; border: 1px solid var(--rule-2); border-radius: 12px; background: var(--bg-2); box-shadow: var(--shadow); }
.specimen-sample { font-size: 30px; font-weight: 640; line-height: 1.1; letter-spacing: -.02em; text-wrap: balance; }
.specimen-mono .specimen-sample { font-family: var(--mono); font-size: 18px; font-weight: 600; letter-spacing: 0; overflow-wrap: anywhere; }
.specimen-name { margin-top: 18px; font-weight: 640; }
.specimen-meta { margin-top: 4px; color: var(--ink-2); font-size: 14px; }
.specimen-weights { display: flex; gap: 16px; margin-top: 14px; font-size: 22px; color: var(--ink-2); }
.specimen-mono .specimen-weights { font-family: var(--mono); }
.usage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; padding-bottom: 48px; }
.usage { padding: 22px 24px; border-radius: 12px; border: 1px solid var(--rule-2); background: var(--bg-2); box-shadow: var(--shadow); }
.usage h3 { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.usage h3::before { content: ""; width: 10px; height: 10px; border-radius: 3px; }
.usage-do h3::before { background: var(--water); }
.usage-dont h3::before { background: var(--block); }
.usage ul { margin: 12px 0 0; padding-left: 20px; color: var(--ink-2); display: grid; gap: 8px; font-size: 15px; }
@media (max-width: 760px) { .stage-grid, .dl-grid, .type-grid, .usage-grid { grid-template-columns: minmax(0, 1fr); } .stage { min-height: 150px; padding: 24px; } }
