/*
Theme Name: Emily Adams Multibrand
Theme URI: https://emilyadams.net/
Author: Emily Adams
Description: An editorial portfolio theme with distinct, selectable brand worlds.
Version: 3.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: emily-adams-multibrand
*/

/*
 * BRAND TOKEN SYSTEM
 *
 * Every branded page receives a body class. Define that brand's visual language
 * in one block, then build page components using the --brand-* variables.
 */
:root,
.brand-emily {
  --brand-bg: #ffffff;
  --brand-surface: #f2f2f0;
  --brand-ink: #080808;
  --brand-muted: #62625d;
  --brand-accent: #ffe500;
  --brand-accent-ink: #080808;
  --brand-line: rgba(8, 8, 8, 0.24);
  --brand-serif: "DM Serif Display", Georgia, serif;
  --brand-sans: "DM Sans", Arial, sans-serif;
  --brand-radius: 0;
}

.brand-absurdly-useful {
  --brand-bg: #eee8da;
  --brand-surface: #f7f2e8;
  --brand-ink: #262822;
  --brand-muted: #60654c;
  --brand-accent: #b76446;
  --brand-accent-ink: #f7f2e8;
  --brand-line: rgba(38, 40, 34, 0.24);
  --brand-serif: "DM Serif Display", Georgia, serif;
  --brand-sans: "DM Sans", Arial, sans-serif;
  --brand-radius: 0;
}

.brand-read-room-again {
  --brand-bg: #eef2ff;
  --brand-surface: #fff8e9;
  --brand-ink: #111b3b;
  --brand-muted: #596474;
  --brand-accent: #ff684d;
  --brand-accent-ink: #111b3b;
  --brand-line: rgba(17, 27, 59, 0.18);
  --brand-serif: "DM Serif Display", Georgia, serif;
  --brand-sans: "DM Sans", Arial, sans-serif;
  --brand-radius: 0;
}

/* Shared book-world system. Identity comes from each world's scoped tokens. */
.brand-book-world {
  --bw-display: var(--serif);
  --bw-body: var(--sans);
  --bw-radius: 0;
  --bw-border: 1px solid var(--bw-ink);
  --bw-shadow: 8px 8px 0 var(--bw-accent);
  margin: 0;
  color: var(--bw-ink);
  background: var(--bw-bg);
  font: 400 18px/1.65 var(--bw-body);
}
.brand-book-world * { box-sizing: border-box; }
.brand-book-world h1,
.brand-book-world h2,
.brand-book-world h3,
.brand-book-world p { margin-top: 0; }
.brand-book-world h1,
.brand-book-world h2,
.brand-book-world h3 { font-family: var(--bw-display); font-weight: 400; line-height: .98; }
.brand-book-world h1 { max-width: 980px; margin-bottom: 1.5rem; font-size: clamp(4rem, 10vw, 9rem); letter-spacing: -.065em; }
.brand-book-world h2 { font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -.04em; }
.brand-book-world h3 { font-size: clamp(1.5rem, 2.5vw, 2.3rem); }
.brand-book-world a { color: inherit; }
.brand-book-world button,
.brand-book-world textarea,
.brand-book-world input { font: inherit; }
.bw-header,
.bw-footer,
.bw-section,
.bw-title { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.bw-header {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 20px 0; border-bottom: 2px solid var(--bw-ink);
}
.bw-logo { text-decoration: none; }
.bw-logo span { display: block; font: 400 27px/1 var(--bw-display); }
.bw-logo small { color: var(--bw-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.bw-header nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.bw-header nav a { text-decoration: none; }
.bw-title { padding: clamp(70px, 11vw, 160px) 0 clamp(60px, 9vw, 130px); }
.bw-kicker { color: var(--bw-accent); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bw-lede { max-width: 760px; font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.35; }
.bw-hero-grid,
.bw-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(35px, 7vw, 100px); align-items: start; }
.bw-poster {
  padding: clamp(35px, 6vw, 80px); color: var(--bw-paper); background: var(--bw-ink);
  border-radius: var(--bw-radius); font: 400 clamp(1.8rem, 4vw, 4rem)/1.05 var(--bw-display);
  transform: rotate(2deg);
}
.bw-section { padding: clamp(70px, 10vw, 140px) 0; border-top: 1px solid color-mix(in srgb, var(--bw-ink), transparent 74%); }
.bw-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bw-cards article,
.bw-tool-callout,
.bw-results { padding: clamp(26px, 4vw, 55px); background: var(--bw-paper); border: var(--bw-border); border-radius: var(--bw-radius); box-shadow: var(--bw-shadow); }
.bw-cards span,
.bw-series span,
.bw-tool label > span { color: var(--bw-accent); font-weight: 700; }
.bw-actions { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; margin-top: 28px; }
.bw-button {
  display: inline-block; padding: 13px 19px; color: var(--bw-paper) !important; background: var(--bw-ink);
  border: 2px solid var(--bw-ink); border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer;
}
.bw-button:hover { color: var(--bw-ink) !important; background: var(--bw-accent); }
.bw-text-link { color: var(--bw-accent) !important; font-weight: 700; text-underline-offset: 5px; }
.bw-mini-list,
.bw-list { padding-left: 1.2em; }
.bw-mini-list li,
.bw-list li { margin-bottom: 12px; }
.bw-prose { max-width: 820px; }
.bw-prose h2 { margin-top: 4rem; }
.bw-series article { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 45px 0; border-top: 2px solid var(--bw-ink); }
.bw-series article > span { font: 400 3rem/1 var(--bw-display); }
.bw-tool { display: grid; gap: 28px; max-width: 900px; }
.bw-tool > label { display: grid; grid-template-columns: 50px 1fr; gap: 8px 18px; }
.bw-tool textarea { grid-column: 2; width: 100%; padding: 15px; color: var(--bw-ink); background: var(--bw-paper); border: 1px solid var(--bw-ink); }
.bw-tool fieldset { display: grid; gap: 10px; padding: 25px; border: 1px solid var(--bw-ink); }
.bw-results { max-width: 900px; margin-top: 55px; }
.bw-results article { padding: 22px 0; border-top: 1px solid var(--bw-ink); }
.bw-caveat { color: var(--bw-muted); font-size: 14px; }
.bw-footer {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 45px 0; border-top: 2px solid var(--bw-ink);
  color: var(--bw-muted); font-size: 13px;
}
.bw-footer strong { color: var(--bw-ink); font: 400 28px/1 var(--bw-display); }
@media (max-width: 780px) {
  .bw-header { align-items: flex-start; }
  .bw-header nav { display: grid; gap: 7px; text-align: right; }
  .bw-logo small { display: none; }
  .bw-hero-grid, .bw-split, .bw-cards, .bw-footer { grid-template-columns: 1fr; }
  .bw-poster { margin-top: 35px; }
  .bw-series article { grid-template-columns: 45px 1fr; }
}

.brand-future-starter {
  --brand-bg: #f3f0e8;
  --brand-surface: #ffffff;
  --brand-ink: #171717;
  --brand-muted: #686862;
  --brand-accent: #ffe500;
  --brand-accent-ink: #171717;
  --brand-line: rgba(23, 23, 23, 0.22);
  --brand-serif: "DM Serif Display", Georgia, serif;
  --brand-sans: "DM Sans", Arial, sans-serif;
  --brand-radius: 0;
}

.brand-steady-reply { --bw-bg:#eee9df; --bw-paper:#fbf8f1; --bw-ink:#20251f; --bw-muted:#6a705f; --bw-accent:#a8472e; }
.brand-clear-enough { --bw-bg:#f2f7f5; --bw-paper:#fff; --bw-ink:#102b32; --bw-muted:#547078; --bw-accent:#ff5b3d; }
.brand-feelings-with-jobs { --bw-bg:#f7eef0; --bw-paper:#fffaf8; --bw-ink:#35202c; --bw-muted:#806070; --bw-accent:#d27747; }
.brand-edit-the-autopilot { --bw-bg:#eef3fa; --bw-paper:#fbfdff; --bw-ink:#15233f; --bw-muted:#66738b; --bw-accent:#f2a900; }
.brand-practice-is-the-point { --bw-bg:#fff3d7; --bw-paper:#fffdf7; --bw-ink:#292317; --bw-muted:#75684b; --bw-accent:#e64b32; }
.brand-change-with-footing { --bw-bg:#eaf2ed; --bw-paper:#f9fcfa; --bw-ink:#18372b; --bw-muted:#60786d; --bw-accent:#e07a3f; }
.brand-win-without-the-drama { --bw-bg:#eee8df; --bw-paper:#faf7f0; --bw-ink:#241f1b; --bw-muted:#6e655d; --bw-accent:#b43b2f; }
.brand-money-in-context { --bw-bg:#edf3e8; --bw-paper:#fbfdf8; --bw-ink:#20321e; --bw-muted:#66775f; --bw-accent:#d49a21; }
.brand-wanting-on-purpose { --bw-bg:#f2edfa; --bw-paper:#fcfaff; --bw-ink:#2c2041; --bw-muted:#746887; --bw-accent:#e05d8b; }
.brand-long-game-workshop { --bw-bg:#e9eef3; --bw-paper:#f9fbfd; --bw-ink:#172735; --bw-muted:#607181; --bw-accent:#c8793e; }

/*
 * TEN DISTINCT ART DIRECTIONS
 * Shared semantics, intentionally different visual behavior.
 */

/* 01 / Steady Reply: restrained Roman correspondence and red editorial marks. */
.brand-steady-reply {
  --bw-display: Georgia, "Times New Roman", serif;
  --bw-body: Georgia, "Times New Roman", serif;
  --bw-shadow: none;
  background-image: linear-gradient(90deg, transparent 0 7%, rgba(168,71,46,.18) 7% calc(7% + 1px), transparent calc(7% + 1px));
}
.brand-steady-reply .bw-header { border-block: 1px solid var(--bw-ink); margin-top: 22px; text-transform: uppercase; letter-spacing: .08em; }
.brand-steady-reply .bw-logo span { font-size: 22px; letter-spacing: .16em; text-transform: uppercase; }
.brand-steady-reply .bw-title { padding-left: 8%; }
.brand-steady-reply h1 { max-width: 780px; font-size: clamp(4.2rem, 9vw, 8rem); font-style: italic; font-weight: 400; }
.brand-steady-reply .bw-poster { border-left: 5px double var(--bw-accent); color: var(--bw-ink); background: transparent; transform: none; }
.brand-steady-reply .bw-cards { grid-template-columns: 1fr; max-width: 850px; margin-left: auto; }
.brand-steady-reply .bw-cards article { padding: 28px 0; border: 0; border-bottom: 1px solid var(--bw-ink); background: transparent; }
.brand-steady-reply .bw-button { border-radius: 0; font-style: italic; }

/* 02 / Clear Enough: crisp broadcast explainer with labels and a visible grid. */
.brand-clear-enough {
  --bw-display: Arial, Helvetica, sans-serif;
  --bw-body: Arial, Helvetica, sans-serif;
  --bw-shadow: 10px 10px 0 var(--bw-ink);
  background-image: linear-gradient(rgba(16,43,50,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(16,43,50,.07) 1px, transparent 1px);
  background-size: 32px 32px;
}
.brand-clear-enough .bw-header { width: 100%; padding: 14px 3vw; color: white; background: var(--bw-ink); border: 0; }
.brand-clear-enough .bw-logo span { font-weight: 800; letter-spacing: -.08em; text-transform: uppercase; }
.brand-clear-enough h1 { color: var(--bw-ink); font-size: clamp(4rem, 12vw, 10rem); font-weight: 900; letter-spacing: -.1em; text-transform: uppercase; }
.brand-clear-enough .bw-kicker { display: inline-block; padding: 4px 8px; color: white; background: var(--bw-accent); }
.brand-clear-enough .bw-poster { border: 8px solid var(--bw-ink); border-radius: 0; background: var(--bw-paper); color: var(--bw-ink); box-shadow: 14px 14px 0 var(--bw-accent); transform: none; font-family: Arial, sans-serif; font-weight: 800; }
.brand-clear-enough .bw-cards article { border-width: 4px; }
.brand-clear-enough .bw-button { border-radius: 0; text-transform: uppercase; }

/* 03 / Feelings With Jobs: soft field notes, layered shapes, and rounded cards. */
.brand-feelings-with-jobs {
  --bw-display: Georgia, serif;
  --bw-body: "Trebuchet MS", Arial, sans-serif;
  --bw-radius: 34px;
  --bw-border: 0;
  --bw-shadow: 0 20px 60px rgba(53,32,44,.14);
  background-image: radial-gradient(circle at 15% 8%, rgba(210,119,71,.22), transparent 25%), radial-gradient(circle at 90% 35%, rgba(128,96,112,.18), transparent 27%);
}
.brand-feelings-with-jobs .bw-header { border: 0; }
.brand-feelings-with-jobs .bw-logo span { font-style: italic; }
.brand-feelings-with-jobs h1 { max-width: 860px; font-style: italic; font-weight: 400; }
.brand-feelings-with-jobs .bw-poster { border-radius: 50% 42% 48% 38%; background: var(--bw-accent); transform: rotate(-3deg); }
.brand-feelings-with-jobs .bw-cards { align-items: start; }
.brand-feelings-with-jobs .bw-cards article:nth-child(2) { margin-top: 60px; }
.brand-feelings-with-jobs .bw-cards article:nth-child(3) { margin-top: 20px; }
.brand-feelings-with-jobs .bw-button { border: 0; border-radius: 999px; }
.brand-feelings-with-jobs .bw-series article { border: 0; border-radius: 28px; margin-bottom: 18px; padding: 35px; background: rgba(255,250,248,.75); }

/* 04 / Edit the Autopilot: retro technical console and calibration readouts. */
.brand-edit-the-autopilot {
  --bw-display: "Courier New", monospace;
  --bw-body: "Courier New", monospace;
  --bw-radius: 8px;
  --bw-border: 2px solid var(--bw-ink);
  --bw-shadow: 6px 6px 0 var(--bw-accent);
  background-image: linear-gradient(rgba(21,35,63,.06) 1px, transparent 1px);
  background-size: 100% 24px;
}
.brand-edit-the-autopilot .bw-header { border: 2px solid var(--bw-ink); margin-top: 18px; padding: 14px; background: var(--bw-paper); }
.brand-edit-the-autopilot .bw-logo span::before { content: "[SYS] "; color: var(--bw-accent); }
.brand-edit-the-autopilot h1 { font-weight: 700; letter-spacing: -.09em; text-transform: uppercase; }
.brand-edit-the-autopilot .bw-poster { border: 2px dashed var(--bw-accent); background: var(--bw-ink); transform: none; text-transform: uppercase; }
.brand-edit-the-autopilot .bw-poster::before { content: "CALIBRATION MESSAGE / "; display: block; margin-bottom: 20px; color: var(--bw-accent); font-size: 12px; }
.brand-edit-the-autopilot .bw-cards article { position: relative; }
.brand-edit-the-autopilot .bw-cards article::after { content: "READY"; position: absolute; right: 18px; top: 18px; color: var(--bw-accent); font: 700 11px/1 monospace; }
.brand-edit-the-autopilot .bw-button { border-radius: 4px; text-transform: uppercase; }

/* 05 / Practice Is the Point: athletic practice board with loud coaching marks. */
.brand-practice-is-the-point {
  --bw-display: Impact, "Arial Black", sans-serif;
  --bw-body: Arial, Helvetica, sans-serif;
  --bw-radius: 0;
  --bw-border: 4px solid var(--bw-ink);
  --bw-shadow: 12px 12px 0 var(--bw-accent);
}
.brand-practice-is-the-point .bw-header { border-bottom-width: 7px; }
.brand-practice-is-the-point .bw-logo span { font-family: Impact, sans-serif; font-size: 34px; text-transform: uppercase; }
.brand-practice-is-the-point h1 { font-size: clamp(5rem, 14vw, 12rem); line-height: .76; text-transform: uppercase; transform: skewY(-2deg); }
.brand-practice-is-the-point .bw-poster { color: var(--bw-paper); background: var(--bw-accent); border: 6px solid var(--bw-ink); transform: rotate(3deg); text-transform: uppercase; }
.brand-practice-is-the-point .bw-cards { gap: 0; }
.brand-practice-is-the-point .bw-cards article:nth-child(2) { transform: translateY(35px); }
.brand-practice-is-the-point .bw-series article > span { font-family: Impact, sans-serif; color: var(--bw-accent); font-size: 5rem; }
.brand-practice-is-the-point .bw-button { border-radius: 0; text-transform: uppercase; box-shadow: 5px 5px 0 var(--bw-accent); }

/* 06 / Change With Footing: organic topographic map and flexible stagger. */
.brand-change-with-footing {
  --bw-display: Georgia, serif;
  --bw-body: "Trebuchet MS", sans-serif;
  --bw-radius: 52px 12px 52px 12px;
  --bw-border: 1px solid rgba(24,55,43,.35);
  --bw-shadow: none;
  background-image: repeating-radial-gradient(ellipse at 0 0, transparent 0 34px, rgba(24,55,43,.07) 35px 36px);
}
.brand-change-with-footing .bw-header { border: 0; border-bottom: 1px dashed var(--bw-muted); }
.brand-change-with-footing h1 { max-width: 950px; font-weight: 400; letter-spacing: -.04em; }
.brand-change-with-footing .bw-poster { border-radius: 45% 55% 35% 65%; background: var(--bw-ink); transform: rotate(-2deg); }
.brand-change-with-footing .bw-cards article:nth-child(1) { border-radius: 60px 10px; }
.brand-change-with-footing .bw-cards article:nth-child(2) { border-radius: 10px 60px; transform: translateY(45px); }
.brand-change-with-footing .bw-cards article:nth-child(3) { border-radius: 60px 10px; }
.brand-change-with-footing .bw-series article { border-top: 1px dashed var(--bw-muted); }
.brand-change-with-footing .bw-button { border: 0; border-radius: 60% 40% 55% 45%; }

/* 07 / Win Without the Drama: tactical dossier with map coordinates. */
.brand-win-without-the-drama {
  --bw-display: "Arial Narrow", Arial, sans-serif;
  --bw-body: "Arial Narrow", Arial, sans-serif;
  --bw-radius: 0;
  --bw-border: 1px solid var(--bw-ink);
  --bw-shadow: none;
  background-image: linear-gradient(30deg, rgba(36,31,27,.045) 12%, transparent 12.5%, transparent 87%, rgba(36,31,27,.045) 87.5%), linear-gradient(150deg, rgba(36,31,27,.045) 12%, transparent 12.5%, transparent 87%, rgba(36,31,27,.045) 87.5%);
  background-size: 48px 84px;
}
.brand-win-without-the-drama .bw-header { border: 2px solid var(--bw-ink); margin-top: 18px; padding: 12px; text-transform: uppercase; }
.brand-win-without-the-drama .bw-logo span { font-weight: 900; text-transform: uppercase; }
.brand-win-without-the-drama h1 { max-width: 1100px; font-size: clamp(4rem, 11vw, 9rem); font-weight: 900; text-transform: uppercase; }
.brand-win-without-the-drama .bw-poster { position: relative; color: var(--bw-ink); background: transparent; border: 2px solid var(--bw-ink); transform: none; }
.brand-win-without-the-drama .bw-poster::after { content: "FIELD NOTE"; position: absolute; right: -20px; bottom: -20px; padding: 12px; color: var(--bw-paper); background: var(--bw-accent); font: 700 12px/1 Arial; letter-spacing: .15em; }
.brand-win-without-the-drama .bw-cards article { border-top: 8px solid var(--bw-ink); }
.brand-win-without-the-drama .bw-button { border-radius: 0; letter-spacing: .08em; text-transform: uppercase; }

/* 08 / Money in Context: calm ledger, columns, and compound-interest rhythm. */
.brand-money-in-context {
  --bw-display: Georgia, serif;
  --bw-body: "Courier New", monospace;
  --bw-radius: 0;
  --bw-border: 1px solid rgba(32,50,30,.38);
  --bw-shadow: inset 5px 0 0 var(--bw-accent);
  background-image: repeating-linear-gradient(to bottom, transparent 0 31px, rgba(32,50,30,.08) 32px);
}
.brand-money-in-context .bw-header { border-bottom: 3px double var(--bw-ink); }
.brand-money-in-context .bw-logo span { font-variant: small-caps; letter-spacing: .1em; }
.brand-money-in-context h1 { max-width: 850px; font-size: clamp(4rem, 9vw, 8rem); letter-spacing: -.04em; }
.brand-money-in-context .bw-poster { color: var(--bw-ink); background: var(--bw-paper); border: 3px double var(--bw-ink); transform: none; }
.brand-money-in-context .bw-cards { gap: 0; border: 1px solid var(--bw-ink); }
.brand-money-in-context .bw-cards article { border: 0; border-right: 1px solid var(--bw-ink); box-shadow: none; }
.brand-money-in-context .bw-cards article:last-child { border-right: 0; }
.brand-money-in-context .bw-series article { grid-template-columns: 130px 1fr; border-top: 3px double var(--bw-ink); }
.brand-money-in-context .bw-button { border-radius: 0; }

/* 09 / Wanting on Purpose: high-energy dopamine lab with orbiting circles. */
.brand-wanting-on-purpose {
  --bw-display: "Arial Black", Arial, sans-serif;
  --bw-body: Arial, Helvetica, sans-serif;
  --bw-radius: 999px;
  --bw-border: 0;
  --bw-shadow: 0 0 0 8px rgba(224,93,139,.22);
  background-image: radial-gradient(circle at 15% 18%, rgba(224,93,139,.22) 0 55px, transparent 56px), radial-gradient(circle at 88% 8%, rgba(44,32,65,.12) 0 120px, transparent 121px);
}
.brand-wanting-on-purpose .bw-header { border: 0; }
.brand-wanting-on-purpose .bw-logo span { font-weight: 900; letter-spacing: -.06em; }
.brand-wanting-on-purpose h1 { max-width: 1050px; font-size: clamp(5rem, 13vw, 11rem); line-height: .8; text-transform: lowercase; }
.brand-wanting-on-purpose .bw-poster { border-radius: 50%; aspect-ratio: 1; display: grid; place-items: center; background: var(--bw-accent); transform: rotate(5deg); }
.brand-wanting-on-purpose .bw-cards { grid-template-columns: repeat(3, 1fr); align-items: center; }
.brand-wanting-on-purpose .bw-cards article { aspect-ratio: 1; display: grid; align-content: center; text-align: center; }
.brand-wanting-on-purpose .bw-cards article:nth-child(2) { background: var(--bw-ink); color: var(--bw-paper); transform: scale(.83); }
.brand-wanting-on-purpose .bw-button { border: 0; border-radius: 999px; }

/* 10 / Long Game Workshop: utilitarian craft bench and labeled materials. */
.brand-long-game-workshop {
  --bw-display: "Arial Black", Arial, sans-serif;
  --bw-body: "Trebuchet MS", Arial, sans-serif;
  --bw-radius: 3px;
  --bw-border: 2px solid var(--bw-ink);
  --bw-shadow: 9px 9px 0 rgba(23,39,53,.25);
  background-image: repeating-linear-gradient(90deg, rgba(23,39,53,.045) 0 1px, transparent 1px 80px);
}
.brand-long-game-workshop .bw-header { border: 2px solid var(--bw-ink); margin-top: 18px; padding: 14px; background: var(--bw-paper); }
.brand-long-game-workshop .bw-logo span { font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
.brand-long-game-workshop h1 { max-width: 1000px; font-weight: 900; letter-spacing: -.07em; text-transform: uppercase; }
.brand-long-game-workshop .bw-poster { border: 2px solid var(--bw-ink); border-radius: 2px; background: var(--bw-accent); transform: rotate(1deg); }
.brand-long-game-workshop .bw-poster::before { content: "MATERIAL / TIME / ATTENTION"; display: block; padding-bottom: 18px; font: 700 11px/1 monospace; letter-spacing: .1em; }
.brand-long-game-workshop .bw-cards article { position: relative; padding-top: 70px; }
.brand-long-game-workshop .bw-cards article::before { content: "WORKSHOP NOTE"; position: absolute; top: 0; left: 0; right: 0; padding: 10px 16px; color: var(--bw-paper); background: var(--bw-ink); font: 700 11px/1 monospace; letter-spacing: .12em; }
.brand-long-game-workshop .bw-button { border-radius: 2px; text-transform: uppercase; }

@media (max-width: 780px) {
  .brand-book-world .bw-cards article { margin-top: 0; transform: none; }
  .brand-wanting-on-purpose .bw-cards article { aspect-ratio: auto; text-align: left; }
  .brand-money-in-context .bw-cards article { border-right: 0; border-bottom: 1px solid var(--bw-ink); }
  .brand-steady-reply .bw-title { padding-left: 0; }
  .brand-long-game-workshop h1 { font-size: clamp(3.2rem, 16vw, 5rem); overflow-wrap: anywhere; }
  .brand-long-game-workshop .bw-header { overflow-wrap: anywhere; }
}

/*
 * Copy this block when adding a future brand:
 *
 * .brand-project-name {
 *   --brand-bg: #your-color;
 *   --brand-surface: #your-color;
 *   --brand-ink: #your-color;
 *   --brand-muted: #your-color;
 *   --brand-accent: #your-color;
 *   --brand-accent-ink: #your-color;
 *   --brand-line: rgba(...);
 *   --brand-serif: "DM Serif Display", Georgia, serif;
 *   --brand-sans: "DM Sans", Arial, sans-serif;
 *   --brand-radius: 0;
 * }
 */

:root {
  --parchment: #eee8da;
  --paper: #f7f2e8;
  --charcoal: #262822;
  --ink: #393a32;
  --olive: #60654c;
  --olive-dark: #404534;
  --clay: #b76446;
  --stone: #c9c2b1;
  --line: rgba(38, 40, 34, 0.24);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.admin-bar .site-header {
  top: 32px;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--parchment);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1320px, calc(100% - 64px));
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(238, 232, 218, 0.3);
  color: var(--paper);
  transform: translateX(-50%);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1;
}

.brand-mark {
  width: 36px;
  fill: currentColor;
}

.brand-mark .check,
.sheet-footer .check {
  fill: none;
  stroke: var(--clay);
  stroke-width: 4.5;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-nav a:not(.nav-cta) {
  opacity: 0.75;
  transition: opacity 180ms ease;
}

.site-nav a:not(.nav-cta):hover {
  opacity: 1;
}

.nav-cta {
  padding: 10px 18px;
  border: 1px solid rgba(238, 232, 218, 0.55);
  transition: background 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  color: var(--charcoal);
  background: var(--paper);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--olive-dark);
  color: var(--paper);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px max(48px, calc((100vw - 1180px) / 2)) 100px;
}

.eyebrow,
.section-number,
.card-label,
.sheet-kicker {
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 600;
}

.eyebrow {
  color: #d5cfbf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font: 400 clamp(72px, 8.4vw, 138px) / 0.83 var(--serif);
  letter-spacing: -0.045em;
}

h1 em,
h2 em {
  color: var(--clay);
  font-weight: inherit;
}

.hero-tagline {
  max-width: 500px;
  margin-bottom: 12px;
  font: 400 clamp(22px, 2vw, 30px) / 1.25 var(--serif);
}

.hero-intro {
  color: #c4c3b6;
  font-size: 14px;
}

.button-row {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--charcoal);
  background: var(--paper);
}

.button-primary:hover {
  background: var(--clay);
  color: var(--paper);
}

.button-secondary {
  border-color: rgba(238, 232, 218, 0.45);
}

.button-secondary:hover {
  border-color: var(--paper);
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #d4cdbc;
}

.sun {
  position: absolute;
  top: 16%;
  right: 19%;
  width: 140px;
  aspect-ratio: 1;
  border: 1px solid rgba(38, 40, 34, 0.18);
  border-radius: 50%;
}

.hill-line {
  position: absolute;
  width: 140%;
  height: 2px;
  background: rgba(38, 40, 34, 0.35);
  transform: rotate(-36deg);
  transform-origin: left;
}

.hill-line-one {
  bottom: 5%;
  left: -12%;
}

.hill-line-two {
  bottom: -4%;
  left: -4%;
  opacity: 0.4;
}

.boulder {
  position: absolute;
  z-index: 2;
  left: 15%;
  bottom: 27%;
  width: clamp(230px, 27vw, 390px);
  transform: rotate(-8deg);
}

.boulder path:first-child {
  fill: var(--charcoal);
}

.boulder-check {
  fill: none;
  stroke: var(--clay);
  stroke-width: 15;
  stroke-linecap: square;
}

.visual-note {
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 9px;
  font-weight: 600;
}

.note-one {
  top: 17%;
  left: 12%;
}

.note-two {
  right: 11%;
  bottom: 17%;
  padding-left: 12px;
  border-left: 1px solid var(--charcoal);
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-block: 150px;
}

.section-number {
  margin-bottom: 32px;
  color: var(--clay);
}

h2 {
  max-width: 620px;
  margin-bottom: 0;
  font: 400 clamp(48px, 6vw, 86px) / 0.98 var(--serif);
  letter-spacing: -0.035em;
}

.about-copy {
  padding-top: 44px;
}

.lead {
  color: var(--charcoal);
  font: 400 clamp(22px, 2.5vw, 32px) / 1.3 var(--serif);
}

.about-copy > p:not(.lead),
.series-intro div:last-child > p:last-child,
.audit-heading > p:not(.section-number, .lead) {
  color: #5e6055;
  font-size: 14px;
}

.principles {
  display: grid;
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.principles span {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.series {
  padding-block: 130px;
  color: var(--paper);
  background: var(--charcoal);
}

.series-intro {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 10%;
  margin-bottom: 70px;
}

.series-intro .lead {
  color: var(--paper);
}

.series-intro div:last-child {
  padding-top: 48px;
}

.series-intro div:last-child > p:last-child {
  color: #afb0a5;
}

.card-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(238, 232, 218, 0.18);
}

.series-card {
  min-height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: var(--paper);
  background: var(--charcoal);
  transition: background 200ms ease, transform 200ms ease;
}

.series-card:hover {
  z-index: 1;
  background: #30322b;
  transform: translateY(-7px);
}

.card-featured {
  background: var(--olive);
}

.card-featured:hover {
  background: #6b7155;
}

.card-number {
  font-size: 11px;
  letter-spacing: 0.14em;
  opacity: 0.65;
}

.card-label {
  margin-bottom: 12px;
  color: #bbb9ad;
}

.series-card h3 {
  margin-bottom: 14px;
  font: 400 29px / 1.05 var(--serif);
}

.series-card p:last-child {
  margin-bottom: 0;
  color: #a9aa9f;
  font-size: 12px;
  line-height: 1.65;
}

.card-featured p:last-child {
  color: #e0ddcf;
}

.mini-rock {
  width: 70px;
  height: 66px;
  align-self: center;
  background: var(--charcoal);
  clip-path: polygon(31% 0, 81% 12%, 100% 49%, 79% 92%, 30% 100%, 0 66%, 8% 21%);
}

.audit {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 10%;
  padding-block: 150px;
}

.audit-heading {
  position: sticky;
  top: 40px;
  align-self: start;
}

.audit-heading .lead {
  margin-top: 32px;
}

.text-button {
  margin-top: 16px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--charcoal);
  color: var(--charcoal);
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.text-button span {
  margin-left: 12px;
}

.audit-sheet {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(38, 40, 34, 0.16);
  background: var(--paper);
  box-shadow: 18px 18px 0 rgba(38, 40, 34, 0.07);
}

.sheet-kicker {
  padding-bottom: 18px;
  border-bottom: 2px solid var(--charcoal);
}

.audit-sheet > label,
.audit-sheet fieldset {
  display: block;
  margin: 0;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.audit-sheet label > span,
.audit-sheet legend {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 22px;
}

.audit-sheet b {
  display: inline-block;
  width: 32px;
  color: var(--clay);
  font: 600 10px var(--sans);
  letter-spacing: 0.12em;
  vertical-align: middle;
}

textarea,
input[type="text"],
input[type="email"] {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--charcoal);
  background: transparent;
}

textarea {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(38, 40, 34, 0.25);
  resize: vertical;
}

textarea:focus {
  border-color: var(--clay);
}

::placeholder {
  color: #88887e;
  opacity: 1;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.check-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  cursor: pointer;
}

.check-grid label:has(input:checked) {
  color: var(--paper);
  border-color: var(--olive);
  background: var(--olive);
}

.check-grid label span {
  margin: 0;
  font: 500 12px var(--sans);
}

.check-grid input {
  accent-color: var(--clay);
}

.sheet-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.sheet-footer svg {
  width: 34px;
  fill: var(--charcoal);
}

.newsletter {
  padding-block: 120px;
  color: var(--paper);
  background: var(--olive);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: end;
}

.newsletter .section-number,
.newsletter h2 em {
  color: #df9b7e;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.signup-form label span {
  display: block;
  margin-bottom: 7px;
  color: #dbd8c9;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.signup-form input {
  padding: 10px 0;
  border-bottom: 1px solid rgba(247, 242, 232, 0.4);
  color: var(--paper);
}

.signup-form input:focus {
  border-color: var(--paper);
}

.signup-form input::placeholder {
  color: #c5c5b7;
}

.button-clay {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: var(--paper);
  background: var(--clay);
}

.button-clay:hover {
  background: #a95439;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #d0cfc1;
  font-size: 10px;
  text-align: center;
}

.site-footer {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  font-size: 11px;
}

.footer-brand {
  font-size: 16px;
}

.site-footer > p {
  margin: 0;
  color: #66675d;
}

.site-footer nav {
  display: flex;
  gap: 20px;
}

.site-footer nav a:hover {
  color: var(--clay);
}

.copyright {
  text-align: right;
}

@media (max-width: 1000px) {
  .site-nav {
    gap: 18px;
  }

  .hero {
    grid-template-columns: 1fr 0.75fr;
  }

  .hero-copy {
    padding-left: 36px;
    padding-right: 36px;
  }

  .card-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .series-card:last-child {
    grid-column: span 2;
  }

  .audit {
    gap: 6%;
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .section-wrap {
    width: min(100% - 32px, 560px);
  }

  .site-header {
    width: calc(100% - 32px);
    min-height: 68px;
  }

  .brand-lockup {
    font-size: 17px;
  }

  .brand-mark {
    width: 30px;
  }

  .menu-toggle {
    z-index: 12;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(238, 232, 218, 0.35);
    background: transparent;
  }

  .menu-toggle span:not(.sr-only) {
    width: 17px;
    height: 1px;
    display: block;
    background: var(--paper);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: -16px;
    width: calc(100vw - 32px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 86px 28px 28px;
    color: var(--paper);
    background: var(--charcoal);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .site-nav .nav-cta {
    padding-inline: 16px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    min-height: 660px;
    padding: 120px 22px 60px;
  }

  h1 {
    font-size: clamp(66px, 21vw, 102px);
  }

  .button-row {
    flex-direction: column;
  }

  .hero-visual {
    min-height: 450px;
  }

  .boulder {
    left: 12%;
    bottom: 22%;
    width: 240px;
  }

  .about,
  .series-intro,
  .audit,
  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .about,
  .audit {
    padding-block: 90px;
  }

  .about-copy,
  .series-intro div:last-child {
    padding-top: 28px;
  }

  h2 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .series {
    padding-block: 90px;
  }

  .series-intro {
    margin-bottom: 45px;
  }

  .card-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    background: transparent;
    padding: 0;
    gap: 12px;
    scrollbar-width: none;
  }

  .series-card,
  .series-card:last-child {
    min-width: 78%;
    min-height: 330px;
    border: 1px solid rgba(238, 232, 218, 0.18);
    scroll-snap-align: start;
  }

  .audit-heading {
    position: static;
    margin-bottom: 42px;
  }

  .audit-sheet {
    padding: 24px;
    box-shadow: 8px 8px 0 rgba(38, 40, 34, 0.07);
  }

  .check-grid {
    grid-template-columns: 1fr;
  }

  .newsletter {
    padding-block: 85px;
  }

  .newsletter-inner {
    gap: 48px;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .button-clay,
  .form-note {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-block: 45px;
    gap: 16px;
  }

  .copyright {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Emily Adams portfolio world */
.brand-emily {
  margin: 0;
  color: var(--brand-ink);
  background: var(--brand-bg);
  font-family: var(--brand-sans);
}

.brand-emily.admin-bar .ea-header {
  top: 32px;
}

.ea-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1380px, calc(100% - 64px));
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--brand-line);
  transform: translateX(-50%);
}

.ea-wordmark {
  font: 400 23px/1 var(--brand-serif);
  letter-spacing: -0.025em;
}

.ea-wordmark span,
.ea-header .ea-wordmark span {
  color: var(--brand-accent);
}

.ea-nav {
  display: flex;
  gap: 32px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.ea-nav a {
  padding-block: 8px;
  border-bottom: 2px solid transparent;
}

.ea-nav a:hover {
  border-color: var(--brand-accent);
}

.ea-menu-toggle {
  display: none;
}

.ea-hero {
  min-height: 770px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 190px max(32px, calc((100vw - 1280px) / 2)) 0;
  overflow: hidden;
  color: var(--brand-ink);
  background: var(--brand-bg);
}

.ea-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 10%;
  align-items: end;
}

.ea-kicker {
  margin: 0 0 28px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.ea-hero h1 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(76px, 9.2vw, 150px)/0.84 var(--brand-serif);
  letter-spacing: -0.052em;
}

.ea-hero h1 em,
.ea-section-heading h2 em,
.ea-contact h2 em {
  position: relative;
  z-index: 1;
  color: var(--brand-ink);
  font-weight: inherit;
}

.ea-hero h1 em::after,
.ea-section-heading h2 em::after,
.ea-contact h2 em::after {
  position: absolute;
  z-index: -1;
  right: -0.05em;
  bottom: 0.05em;
  left: -0.04em;
  height: 0.21em;
  content: "";
  background: var(--brand-accent);
}

.ea-hero-side {
  padding-bottom: 14px;
}

.ea-hero-side p {
  margin-bottom: 38px;
  font: 400 26px/1.3 var(--brand-serif);
}

.ea-arrow-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid var(--brand-ink);
  border-bottom: 1px solid var(--brand-ink);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ea-arrow-link span {
  font-size: 20px;
}

.ea-arrow-link:hover {
  padding-inline: 10px;
  background: var(--brand-accent);
}

.ea-marquee {
  width: calc(100% + 80px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 100px -40px 0;
  padding: 15px 40px;
  color: var(--brand-accent-ink);
  background: var(--brand-accent);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transform: rotate(-1.2deg);
}

.ea-work {
  padding: 145px max(32px, calc((100vw - 1280px) / 2));
  color: #fff;
  background: #080808;
}

.ea-section-heading {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  gap: 5%;
  align-items: end;
  margin-bottom: 70px;
}

.ea-section-heading .ea-kicker {
  color: var(--brand-accent);
}

.ea-section-heading h2,
.ea-contact h2 {
  margin: 0;
  font: 400 clamp(52px, 6vw, 90px)/0.95 var(--brand-serif);
  letter-spacing: -0.04em;
}

.ea-work .ea-section-heading h2 em {
  color: #fff;
}

.ea-section-heading > p:last-child {
  margin: 0;
  color: #a6a6a1;
  font-size: 12px;
}

.ea-project-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 16px;
}

.ea-project {
  min-height: 480px;
  position: relative;
  padding: 24px;
  overflow: hidden;
  color: var(--brand-ink);
  background: var(--brand-surface);
  transition: transform 180ms ease;
}

.ea-project:hover {
  transform: translateY(-6px);
}

.ea-project > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ea-project-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ea-project-absurdly {
  grid-row: span 2;
  min-height: 760px;
  color: #f7f2e8;
  background: #404534;
}

.ea-project-art {
  position: relative;
  width: min(72%, 480px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  align-self: center;
}

.ea-project-art::after {
  position: absolute;
  width: 150%;
  height: 1px;
  content: "";
  background: rgba(247, 242, 232, 0.4);
  transform: rotate(-30deg);
}

.ea-project-rock {
  width: 270px;
  aspect-ratio: 1;
  background: #262822;
  clip-path: polygon(31% 0, 81% 12%, 100% 49%, 79% 92%, 30% 100%, 0 66%, 8% 21%);
}

.ea-project-art span {
  position: absolute;
  z-index: 2;
  top: 39%;
  left: 41%;
  color: #b76446;
  font: 400 90px/1 var(--brand-serif);
}

.ea-project-copy {
  position: relative;
  z-index: 2;
}

.ea-project-copy h3 {
  margin: 0 0 8px;
  font: 400 clamp(36px, 5vw, 70px)/1 var(--brand-serif);
  letter-spacing: -0.04em;
}

.ea-project-copy p {
  max-width: 390px;
  margin-bottom: 26px;
  font-size: 13px;
}

.ea-project-open {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ea-project-coming {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--brand-ink);
  background: var(--brand-accent);
}

.ea-project-coming-dark {
  color: #fff;
  background: #282828;
}

.ea-project-rtra {
  color: #fff8e9;
  background: #111b3b;
}
.ea-project-book-world { color: var(--card-ink); background: var(--card-bg); }
.ea-project-book-world .ea-coming-mark { color: var(--card-accent); }

.ea-project-rtra .ea-coming-mark {
  padding: 10px 18px;
  color: #111b3b;
  background: #bfd93b;
  font: 600 25px/1 var(--brand-sans);
  letter-spacing: 0.16em;
  transform: rotate(-3deg);
}

.ea-coming-mark {
  align-self: center;
  font: 400 150px/1 var(--brand-serif);
}

.ea-approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 150px max(32px, calc((100vw - 1280px) / 2));
}

.ea-approach .ea-section-heading {
  display: block;
  margin: 0;
}

.ea-approach .ea-section-heading h2 em {
  color: var(--brand-ink);
}

.ea-method-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--brand-ink);
}

.ea-method-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 5px 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--brand-line);
}

.ea-method-list span {
  grid-row: span 2;
  color: #8b8b85;
  font-size: 9px;
  font-weight: 600;
}

.ea-method-list strong {
  font: 400 25px/1.1 var(--brand-serif);
}

.ea-method-list p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 12px;
}

.ea-contact {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px max(32px, calc((100vw - 1280px) / 2));
  color: var(--brand-ink);
  background: var(--brand-accent);
}

.ea-contact h2 {
  max-width: 900px;
  margin-bottom: 60px;
}

.ea-contact h2 em::after {
  background: #fff;
}

.ea-contact-link {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 2px solid var(--brand-ink);
  border-bottom: 2px solid var(--brand-ink);
  font: 400 clamp(22px, 3vw, 42px)/1 var(--brand-serif);
}

.ea-contact-link:hover {
  padding-inline: 14px;
  color: #fff;
  background: var(--brand-ink);
}

.ea-footer {
  min-height: 160px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 30px max(32px, calc((100vw - 1280px) / 2));
  color: #fff;
  background: #080808;
  font-size: 10px;
}

.ea-footer p {
  margin: 0;
  color: #9b9b96;
}

.ea-header-interior {
  color: var(--brand-ink);
}

.brand-page,
.brand-shell-main {
  min-height: calc(100vh - 160px);
  padding: 180px max(24px, calc((100vw - 900px) / 2)) 100px;
  color: var(--brand-ink);
  background: var(--brand-bg);
}

.brand-page h1,
.brand-shell-main h1 {
  margin: 0 0 50px;
  font: 400 clamp(64px, 9vw, 120px)/0.9 var(--brand-serif);
  letter-spacing: -0.05em;
}

.brand-page-content,
.brand-shell-content {
  max-width: 720px;
  font: 400 19px/1.7 var(--brand-sans);
}

.brand-shell-header {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid var(--brand-line);
  color: var(--brand-ink);
  background: var(--brand-bg);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.brand-shell-kicker {
  color: var(--brand-accent);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* Absurdly Useful editorial subpages */
.au-subpage {
  color: var(--charcoal);
  background: var(--parchment);
}

.au-subpage-header {
  color: var(--paper);
}

.au-page-hero,
.au-notes-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--olive-dark);
}

.au-page-hero-grid,
.au-notes-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10%;
  align-items: end;
  padding-top: 100px;
}

.au-page-hero h1,
.au-notes-hero h1 {
  max-width: 850px;
  margin: 0;
  font: 400 clamp(68px, 9vw, 132px)/0.86 var(--serif);
  letter-spacing: -0.05em;
}

.au-page-hero h1 em,
.au-notes-hero h1 em {
  color: var(--clay);
  font-weight: inherit;
}

.au-hero-aside {
  padding-bottom: 10px;
}

.au-hero-aside .lead,
.au-notes-hero .lead {
  color: var(--paper);
}

.au-hero-aside > p:last-child {
  color: #c4c3b6;
  font-size: 13px;
}

.au-series-hero {
  min-height: 760px;
}

.au-hero-rock {
  position: absolute;
  right: -4vw;
  bottom: -210px;
  width: 430px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  background: var(--charcoal);
  clip-path: polygon(31% 0, 81% 12%, 100% 49%, 79% 92%, 30% 100%, 0 66%, 8% 21%);
  transform: rotate(-12deg);
}

.au-hero-rock span {
  color: var(--clay);
  font: 400 120px/1 var(--serif);
}

.au-prose-grid,
.au-two-column {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 11%;
  padding-block: 140px;
}

.au-prose {
  max-width: 650px;
}

.au-prose p:not(.lead) {
  color: #5e6055;
}

.au-prose p {
  margin-bottom: 24px;
}

.au-dark-section {
  padding-block: 130px;
  color: var(--paper);
  background: var(--charcoal);
}

.au-section-intro {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 7%;
  margin-bottom: 70px;
}

.au-section-intro h2 {
  color: var(--paper);
}

.au-steps,
.au-chapter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(247, 242, 232, 0.3);
}

.au-steps li,
.au-chapter-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 25px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(247, 242, 232, 0.22);
}

.au-steps li > span,
.au-chapter-list article > span {
  color: var(--clay);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.au-steps h3,
.au-chapter-list h3,
.au-topic-list h3,
.au-interpret-grid h3,
.au-note-anatomy h3 {
  margin-bottom: 12px;
  font: 400 clamp(25px, 3vw, 40px)/1.1 var(--serif);
}

.au-steps p,
.au-chapter-list p:not(.card-label) {
  max-width: 700px;
  margin-bottom: 0;
  color: #b9b8ad;
  font-size: 13px;
}

.au-chapter-list article {
  grid-template-columns: 100px 1fr;
  padding-block: 55px;
}

.au-chapter-list strong {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 12px;
  color: var(--charcoal);
  background: var(--clay);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.au-topic-list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--charcoal);
}

.au-topic-list article {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.au-topic-list article > span {
  color: var(--clay);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.au-topic-list h3 {
  margin-top: 10px;
  margin-bottom: 8px;
}

.au-topic-list p {
  margin: 0;
  color: #66675d;
  font-size: 12px;
}

.au-cta-band {
  padding-block: 120px;
  color: var(--paper);
  background: var(--olive);
}

.au-cta-band h2 {
  max-width: 900px;
  margin-bottom: 45px;
  color: var(--paper);
}

.au-audit-layout {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 8%;
  padding-block: 120px;
}

.au-audit-guide {
  position: sticky;
  top: 40px;
  align-self: start;
}

.au-audit-guide h2 {
  font-size: clamp(45px, 5vw, 72px);
}

.au-audit-guide > p:not(.section-number, .au-small-note) {
  margin-top: 28px;
  color: #5e6055;
  font-size: 13px;
}

.au-audit-guide ul {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.au-audit-guide li {
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.au-small-note {
  padding: 13px;
  border-left: 2px solid var(--clay);
  color: #68695f;
  font-size: 10px;
}

.audit-sheet small {
  display: block;
  margin: -6px 0 15px 32px;
  color: #77776e;
  font-size: 10px;
}

.au-audit-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 32px;
}

.au-audit-actions .button {
  width: 100%;
}

.au-audit-actions > p {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: #77776e;
  font-size: 9px;
  text-align: center;
}

.au-pdf-button {
  border-color: var(--charcoal);
  color: var(--charcoal);
  background: transparent;
}

.au-pdf-button:hover:not(:disabled) {
  color: var(--paper);
  background: var(--charcoal);
}

.au-pdf-button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.au-personal-results {
  padding-block: 125px;
  color: var(--charcoal);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.au-personal-results[hidden] {
  display: none;
}

.au-results-heading {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 60px;
}

.au-results-heading > p {
  margin: 0;
  color: #65665c;
  font-size: 12px;
}

.au-result-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-bottom: 60px;
  padding: 1px;
  background: var(--charcoal);
}

.au-result-summary article {
  min-height: 190px;
  padding: 30px;
  background: var(--parchment);
}

.au-result-summary span,
.au-generated-reading article > span,
.au-interpret-grid article > span {
  color: var(--clay);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.au-result-summary p {
  margin: 24px 0 0;
  font: 400 clamp(21px, 2.5vw, 31px)/1.25 var(--serif);
}

.au-generated-reading {
  border-top: 2px solid var(--charcoal);
}

.au-generated-reading article {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr 1fr;
  gap: 35px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.au-generated-reading h3 {
  margin: 0;
  font: 400 clamp(23px, 2.5vw, 35px)/1.12 var(--serif);
}

.au-generated-reading p {
  margin: 0 0 17px;
  color: #626359;
  font-size: 12px;
}

.au-generated-reading strong,
.au-interpret-grid strong {
  display: block;
  color: var(--olive-dark);
  font-size: 10px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.au-results-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 55px;
  padding: 25px 0;
  border-top: 2px solid var(--charcoal);
  border-bottom: 2px solid var(--charcoal);
}

.au-results-footer p {
  max-width: 460px;
  margin: 0;
  font: 400 19px/1.3 var(--serif);
}

.au-interpret-grid,
.au-note-anatomy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(247, 242, 232, 0.2);
}

.au-interpret-grid article,
.au-note-anatomy article {
  padding: 35px;
  background: var(--charcoal);
}

.au-interpret-grid p,
.au-note-anatomy p {
  margin: 0;
  color: #b9b8ad;
  font-size: 12px;
}

.au-interpret-grid strong {
  margin-top: 20px;
  color: var(--clay);
}

.au-notes-hero {
  min-height: 760px;
  background: var(--olive);
}

.au-notes-grid {
  align-items: center;
}

.au-signup-card {
  padding: clamp(28px, 5vw, 60px);
  color: var(--charcoal);
  background: var(--paper);
  box-shadow: 18px 18px 0 rgba(38, 40, 34, 0.18);
}

.au-signup-form {
  display: block;
}

.au-signup-form label {
  display: block;
  margin-bottom: 26px;
}

.au-signup-form label span {
  color: var(--charcoal);
}

.au-signup-form input {
  color: var(--charcoal);
  border-color: var(--line);
}

.au-signup-form input::placeholder {
  color: #88887e;
}

.au-signup-form .button {
  width: 100%;
}

.au-signup-form .form-note {
  margin-top: 14px;
  color: #77776e;
}

.au-note-anatomy {
  grid-template-columns: repeat(3, 1fr);
}

.au-note-anatomy article > span {
  color: var(--clay);
  font-size: 10px;
}

@media (max-width: 760px) {
  .au-page-hero,
  .au-notes-hero,
  .au-series-hero {
    min-height: 690px;
  }

  .au-page-hero-grid,
  .au-notes-grid,
  .au-prose-grid,
  .au-two-column,
  .au-section-intro,
  .au-audit-layout {
    grid-template-columns: 1fr;
  }

  .au-page-hero-grid,
  .au-notes-grid {
    gap: 40px;
    padding-top: 95px;
  }

  .au-page-hero h1,
  .au-notes-hero h1 {
    font-size: clamp(62px, 19vw, 94px);
  }

  .au-prose-grid,
  .au-two-column,
  .au-audit-layout {
    gap: 45px;
    padding-block: 85px;
  }

  .au-dark-section,
  .au-cta-band {
    padding-block: 85px;
  }

  .au-section-intro {
    gap: 20px;
    margin-bottom: 45px;
  }

  .au-steps li,
  .au-chapter-list article {
    grid-template-columns: 45px 1fr;
    gap: 10px;
    padding-block: 35px;
  }

  .au-audit-guide {
    position: static;
  }

  .au-interpret-grid,
  .au-note-anatomy {
    grid-template-columns: 1fr;
  }

  .au-audit-actions,
  .au-results-heading,
  .au-result-summary,
  .au-generated-reading article {
    grid-template-columns: 1fr;
  }

  .au-generated-reading article {
    gap: 15px;
    padding-block: 30px;
  }

  .au-result-summary article {
    min-height: auto;
  }

  .au-results-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .au-results-footer .button {
    width: 100%;
  }

  .au-signup-card {
    box-shadow: 8px 8px 0 rgba(38, 40, 34, 0.18);
  }
}

@media (max-width: 800px) {
  .brand-emily.admin-bar .ea-header {
    top: 46px;
  }

  .ea-header {
    width: calc(100% - 32px);
    min-height: 68px;
  }

  .ea-menu-toggle {
    display: block;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid var(--brand-ink);
    color: var(--brand-ink);
    background: transparent;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
  }

  .ea-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 18px;
    background: var(--brand-accent);
  }

  .ea-nav.open {
    display: flex;
  }

  .ea-hero {
    min-height: 720px;
    padding: 125px 18px 0;
  }

  .ea-hero-grid,
  .ea-section-heading,
  .ea-approach {
    grid-template-columns: 1fr;
  }

  .ea-hero h1 {
    font-size: clamp(68px, 22vw, 100px);
  }

  .ea-hero-side {
    max-width: 420px;
    margin-top: 45px;
  }

  .ea-hero-side p {
    font-size: 21px;
  }

  .ea-marquee {
    width: calc(100% + 36px);
    margin: 70px -18px 0;
    padding-inline: 18px;
    overflow: hidden;
  }

  .ea-marquee span:nth-child(n + 3) {
    display: none;
  }

  .ea-work,
  .ea-approach,
  .ea-contact {
    padding: 85px 18px;
  }

  .ea-section-heading {
    align-items: start;
    gap: 24px;
    margin-bottom: 42px;
  }

  .ea-project-grid {
    grid-template-columns: 1fr;
  }

  .ea-project,
  .ea-project-absurdly {
    min-height: 540px;
    grid-row: auto;
  }

  .ea-project-coming {
    min-height: 370px;
  }

  .ea-project-rock {
    width: 190px;
  }

  .ea-project-art span {
    font-size: 65px;
  }

  .ea-approach {
    gap: 55px;
  }

  .ea-contact {
    min-height: 560px;
  }

  .ea-footer {
    grid-template-columns: 1fr;
    padding-block: 45px;
  }
}


/* READ THE ROOM AGAIN BRAND WORLD */
.brand-read-room-again {
  --hr-bg: #eef2ff;
  --hr-paper: #fff8e9;
  --hr-ink: #111b3b;
  --hr-muted: #5f6b65;
  --hr-accent: #ff684d;
  --hr-accent-dark: #c33f2c;
  --hr-mint: #dce2f2;
  --hr-yellow: #bfd93b;
  --hr-line: rgba(17, 27, 59, .18);
  --hr-shadow: 7px 7px 0 #111b3b;
  background: var(--hr-bg);
  color: var(--hr-ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.brand-read-room-again h1,
.brand-read-room-again h2,
.brand-read-room-again h3,
.brand-read-room-again blockquote {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  margin-top: 0;
}
.brand-read-room-again h1 { font-size: clamp(3.2rem, 9vw, 7.6rem); letter-spacing: -.065em; }
.brand-read-room-again h2 { font-size: clamp(2.1rem, 5vw, 4.4rem); letter-spacing: -.045em; }
.brand-read-room-again h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.brand-read-room-again p { margin: 0 0 1.2rem; }
.brand-read-room-again a { color: inherit; }
.brand-read-room-again button,
.brand-read-room-again input,
.brand-read-room-again textarea,
.brand-read-room-again select { font: inherit; }

.hr-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hr-narrow { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
.hr-section { padding: clamp(4rem, 9vw, 8rem) 0; }
.hr-kicker { margin-bottom: 1rem; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hr-lede { max-width: 760px; font-size: clamp(1.2rem, 2.3vw, 1.65rem); line-height: 1.45; }
.hr-small { color: var(--hr-muted); font-size: .88rem; }
.hr-highlight { background: linear-gradient(transparent 60%, var(--hr-yellow) 60%); }

.hr-site-header { position: relative; z-index: 10; border-bottom: 2px solid var(--hr-ink); background: var(--hr-paper); }
.hr-nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.hr-logo { text-decoration: none; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 700; letter-spacing: -.055em; }
.hr-logo-focus { position: relative; display: inline-block; margin: 0 .08em; }
.hr-logo-focus::before, .hr-logo-focus::after { content: ""; position: absolute; top: -.05em; width: .35em; height: .35em; border-top: 2px solid var(--hr-accent); }
.hr-logo-focus::before { left: -.12em; border-left: 2px solid var(--hr-accent); }
.hr-logo-focus::after { right: -.12em; border-right: 2px solid var(--hr-accent); }
.hr-logo-tag { display: inline-block; margin-left: .25em; padding: .13em .3em; background: var(--hr-yellow); font-family: "Trebuchet MS", Arial, sans-serif; font-size: .42em; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; vertical-align: .45em; transform: rotate(-3deg); }
.hr-nav-links { display: flex; align-items: center; gap: 20px; }
.hr-nav-links a { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hr-nav-links a:hover { text-decoration: underline; text-decoration-thickness: 3px; }

.hr-button {
  display: inline-block;
  border: 2px solid var(--hr-ink);
  border-radius: 0;
  padding: .8rem 1.1rem;
  background: var(--hr-accent);
  color: var(--hr-paper) !important;
  box-shadow: 4px 4px 0 var(--hr-ink);
  cursor: pointer;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .15s, box-shadow .15s;
}
.hr-button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--hr-ink); }
.hr-button--light { background: var(--hr-paper); color: var(--hr-ink) !important; }
.hr-button--quiet { background: transparent; color: var(--hr-ink) !important; box-shadow: none; }
.hr-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; }

.hr-hero { overflow: hidden; padding: clamp(5rem, 11vw, 10rem) 0 5rem; border-bottom: 2px solid var(--hr-ink); }
.hr-hero-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: clamp(40px, 8vw, 100px); align-items: end; }
.hr-hero h1 { max-width: 860px; margin-bottom: 1.6rem; }
.hr-sticker {
  position: relative;
  padding: 2rem;
  border: 2px solid var(--hr-ink);
  background: var(--hr-yellow);
  box-shadow: var(--hr-shadow);
  transform: rotate(2deg);
}
.hr-sticker::before { content: "PRIVATE TRUTH"; display: block; margin-bottom: 2rem; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.hr-sticker p { font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.25; }

.hr-band { padding: 1rem 0; border-bottom: 2px solid var(--hr-ink); background: var(--hr-ink); color: var(--hr-paper); overflow: hidden; }
.hr-band p { margin: 0; text-align: center; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.hr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hr-grid--2 { grid-template-columns: repeat(2, 1fr); }
.hr-card { padding: clamp(1.5rem, 3vw, 2.5rem); border: 2px solid var(--hr-ink); background: var(--hr-paper); }
.hr-card:nth-child(2n) { background: #e1eee6; }
.hr-card:nth-child(3n) { background: #f8e6a9; }
.hr-card-number { display: block; margin-bottom: 2rem; color: var(--hr-accent-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.hr-card h3 { margin-bottom: .8rem; }
.hr-card p:last-child { margin-bottom: 0; }
.hr-link { font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-decoration-thickness: 2px; }

.hr-split { display: grid; grid-template-columns: .85fr 1.25fr; gap: clamp(40px, 9vw, 120px); align-items: start; }
.hr-split + .hr-split { margin-top: 6rem; }
.hr-rule { padding-top: 1.1rem; border-top: 2px solid var(--hr-ink); }
.hr-quote { margin: 0; padding: clamp(2rem, 5vw, 4rem); border: 2px solid var(--hr-ink); background: var(--hr-accent); color: #fff; box-shadow: var(--hr-shadow); font-size: clamp(1.8rem, 4vw, 3.4rem); }
.hr-list { padding: 0; list-style: none; }
.hr-list li { padding: 1rem 0; border-top: 1px solid var(--hr-line); }
.hr-list li::before { content: "→"; margin-right: .7rem; color: var(--hr-accent-dark); font-weight: 900; }

.hr-page-hero { padding: clamp(5rem, 10vw, 9rem) 0 4rem; border-bottom: 2px solid var(--hr-ink); }
.hr-page-hero h1 { max-width: 970px; font-size: clamp(3rem, 8vw, 6.7rem); }
.hr-page-hero .hr-lede { margin-bottom: 0; }
.hr-chapter { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 3rem 0; border-top: 2px solid var(--hr-ink); }
.hr-chapter-number { display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid var(--hr-ink); background: var(--hr-yellow); font-weight: 900; }
.hr-practice { margin-top: 1.5rem; padding: 1.2rem; border-left: 7px solid var(--hr-accent); background: var(--hr-paper); }
.hr-practice strong { display: block; margin-bottom: .35rem; text-transform: uppercase; font-size: .72rem; letter-spacing: .1em; }

.hr-tool-layout { display: grid; grid-template-columns: 1fr 320px; gap: 34px; align-items: start; }
.hr-form-card { margin-bottom: 22px; padding: clamp(1.5rem, 4vw, 2.5rem); border: 2px solid var(--hr-ink); background: var(--hr-paper); }
.hr-form-card label { display: block; margin-bottom: .6rem; font-weight: 800; }
.hr-form-card textarea,
.hr-form-card select,
.hr-form-card input[type="text"] { width: 100%; border: 2px solid var(--hr-ink); padding: .8rem; background: #fff; color: var(--hr-ink); }
.hr-form-card textarea { min-height: 120px; resize: vertical; }
.hr-checks { display: grid; gap: .7rem; margin-top: 1rem; }
.hr-check { display: flex; align-items: flex-start; gap: .7rem; font-weight: 400 !important; }
.hr-check input { margin-top: .35rem; accent-color: var(--hr-accent-dark); }
.hr-tool-aside { position: sticky; top: 24px; padding: 1.5rem; border: 2px solid var(--hr-ink); background: var(--hr-mint); }
.hr-progress { height: 13px; border: 2px solid var(--hr-ink); background: var(--hr-paper); }
.hr-progress span { display: block; width: 0; height: 100%; background: var(--hr-accent); transition: width .2s; }
.hr-results { display: none; margin-top: 3rem; padding: clamp(2rem, 5vw, 4rem); border: 2px solid var(--hr-ink); background: var(--hr-yellow); box-shadow: var(--hr-shadow); }
.hr-results.is-visible { display: block; }
.hr-result-label { display: inline-block; margin-bottom: 1rem; padding: .3rem .6rem; background: var(--hr-ink); color: var(--hr-paper); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hr-status { min-height: 1.5rem; margin-top: .7rem; font-size: .82rem; font-weight: 700; }

.hr-note-example { position: relative; padding: 2.5rem; border: 2px solid var(--hr-ink); background: var(--hr-paper); box-shadow: var(--hr-shadow); }
.hr-note-example::before { content: "EXAMPLE NOTE"; display: inline-block; margin-bottom: 2rem; padding: .3rem .6rem; background: var(--hr-yellow); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.hr-signup { padding: clamp(2rem, 6vw, 5rem); border: 2px solid var(--hr-ink); background: var(--hr-ink); color: var(--hr-paper); }
.hr-signup form { display: flex; gap: 10px; margin-top: 1.5rem; }
.hr-signup input { min-width: 0; flex: 1; border: 2px solid var(--hr-paper); padding: .8rem; background: transparent; color: var(--hr-paper); }

.hr-site-footer { padding: 4rem 0; border-top: 2px solid var(--hr-ink); background: var(--hr-paper); }
.hr-footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.hr-footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.hr-footer-links a { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 840px) {
  .hr-nav-links a:not(.hr-button) { display: none; }
  .hr-hero-grid, .hr-split, .hr-tool-layout, .hr-footer-grid { grid-template-columns: 1fr; }
  .hr-grid, .hr-grid--2 { grid-template-columns: 1fr; }
  .hr-sticker { max-width: 440px; }
  .hr-tool-aside { position: static; }
}
@media (max-width: 560px) {
  .hr-shell, .hr-narrow { width: min(100% - 24px, 1180px); }
  .hr-nav { min-height: 64px; }
  .hr-nav .hr-button { padding: .55rem .7rem; font-size: .66rem; }
  .hr-chapter { grid-template-columns: 1fr; }
  .hr-signup form { display: grid; }
}
