:root {
    --brand-river: #17384f;
    --brand-river-deep: #0c2535;
    --brand-river-soft: #dbe7ed;
    --brand-earth: #8b5138;
    --brand-copper: #b96b49;
    --brand-gold: #d7ad74;
    --brand-sage: #74846a;
    --brand-ink: #232526;
    --brand-muted: #62686b;
    --brand-cream: #fbf8f2;
    --brand-paper: #f5efe5;
    --brand-white: #fff;
    --brand-line: #d9d3ca;
    --brand-shadow: 0 22px 70px rgba(12, 37, 53, .12);
    --brand-display: "Newsreader", Georgia, serif;
    --brand-sans: "Inter", sans-serif;
    --brand-mono: "DM Mono", monospace;
}

.brand-system {
    color: var(--brand-ink);
    background:
        linear-gradient(90deg, rgba(23, 56, 79, .035) 1px, transparent 1px),
        linear-gradient(rgba(23, 56, 79, .035) 1px, transparent 1px),
        var(--brand-cream);
    background-size: 34px 34px;
    font-family: var(--brand-sans);
    font-size: 17px;
    line-height: 1.65;
}

.brand-system--tl {
    background:
        radial-gradient(circle at 84% 10%, rgba(215, 173, 116, .24), transparent 28%),
        linear-gradient(120deg, transparent 0 46%, rgba(139, 81, 56, .035) 46% 47%, transparent 47%),
        var(--brand-paper);
}

.brand-system h1,
.brand-system h2,
.brand-system h3 {
    margin-top: 0;
    color: var(--brand-river-deep);
    font-family: var(--brand-display);
    font-weight: 500;
    line-height: 1.04;
    text-wrap: balance;
}

.brand-system--tl h1,
.brand-system--tl h2,
.brand-system--tl h3 {
    color: #4d2e24;
}

.brand-system h1 {
    margin-bottom: 24px;
    font-size: clamp(3.25rem, 6vw, 5.25rem);
    letter-spacing: -.035em;
}

.brand-system h2 {
    margin-bottom: 20px;
    font-size: clamp(2.35rem, 4.4vw, 3.625rem);
    letter-spacing: -.025em;
}

.brand-system h3 {
    margin-bottom: 10px;
    font-size: 1.55rem;
    line-height: 1.2;
}

.brand-system a {
    text-underline-offset: .18em;
}

.brand-system a:focus-visible,
.brand-system button:focus-visible,
.brand-system input:focus-visible,
.brand-system select:focus-visible,
.brand-system textarea:focus-visible {
    outline: 3px solid var(--brand-gold);
    outline-offset: 3px;
}

.brand-system .container {
    width: min(1180px, calc(100% - 64px));
    max-width: none;
    padding: 0;
}

.brand-system .container--narrow {
    width: min(820px, calc(100% - 64px));
    max-width: none;
}

.brand-system .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    border-bottom: 1px solid rgba(23, 56, 79, .13);
    background: rgba(251, 248, 242, .93);
    box-shadow: none;
    backdrop-filter: blur(14px);
}

.brand-system--tl .site-header {
    border-bottom-color: rgba(139, 81, 56, .16);
    background: rgba(245, 239, 229, .93);
}

.brand-system .header-inner {
    display: flex;
    height: 86px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.brand-system .brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--brand-river-deep);
    font-family: var(--brand-display);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.brand-system--tl .brand {
    color: #5e3528;
}

.brand-system .brand-mark {
    display: grid;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    color: var(--brand-white);
    background: var(--brand-river);
    box-shadow: 0 10px 26px rgba(23, 56, 79, .2);
}

.brand-system--tl .brand-mark {
    background: var(--brand-earth);
    box-shadow: 0 10px 26px rgba(139, 81, 56, .2);
}

.brand-system .brand-mark svg {
    width: 27px;
    height: 27px;
}

.brand-system .main-nav ul {
    display: flex;
    align-items: center;
    gap: 27px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.brand-system .main-nav a {
    padding: 0;
    color: var(--brand-ink);
    font-size: .86rem;
    font-weight: 600;
    text-decoration: none;
}

.brand-system .main-nav a::after {
    display: none;
}

.brand-system .main-nav li:last-child a,
.brand-system .main-nav .nav-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    color: var(--brand-white);
    background: var(--brand-river);
}

.brand-system--tl .main-nav li:last-child a,
.brand-system--tl .main-nav .nav-cta {
    background: var(--brand-earth);
}

.brand-system .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--brand-line);
    border-radius: 50%;
    color: var(--brand-river);
    background: transparent;
}

.brand-system .brand-eyebrow {
    margin: 0 0 18px;
    color: var(--brand-copper);
    font-family: var(--brand-mono);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.brand-system--tls .brand-eyebrow {
    color: #356d8d;
}

.brand-system .brand-eyebrow--light {
    color: #e1b98a;
}

.brand-lead {
    max-width: 700px;
    color: #425057;
    font-size: 1.2rem;
    line-height: 1.65;
}

.brand-system--tl .brand-lead {
    color: #574a44;
}

.brand-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.brand-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid var(--brand-river);
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
}

.brand-button--primary {
    color: var(--brand-white);
    background: var(--brand-river);
    box-shadow: 0 12px 28px rgba(23, 56, 79, .18);
}

.brand-button--secondary {
    color: var(--brand-river);
    background: transparent;
}

.brand-button--light {
    color: var(--brand-river);
    border-color: var(--brand-white);
    background: var(--brand-white);
}

.brand-system--tl .brand-button {
    border-color: var(--brand-earth);
}

.brand-system--tl .brand-button--primary {
    color: var(--brand-white);
    background: var(--brand-earth);
    box-shadow: 0 12px 28px rgba(139, 81, 56, .17);
}

.brand-system--tl .brand-button--secondary {
    color: var(--brand-earth);
}

.brand-hero {
    position: relative;
    padding: 96px 0 80px;
}

.brand-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    align-items: center;
    gap: 76px;
}

.brand-hero--tls h1 {
    max-width: 790px;
}

.system-map {
    position: relative;
    min-height: 520px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(23, 56, 79, .16);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(240, 246, 248, .94));
    box-shadow: var(--brand-shadow);
}

.system-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(23, 56, 79, .055) 1px, transparent 1px),
        linear-gradient(rgba(23, 56, 79, .055) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.map-kicker,
.map-title,
.map-track {
    position: relative;
    z-index: 2;
}

.map-kicker {
    color: #55717f;
    font-family: var(--brand-mono);
    font-size: .66rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.map-title {
    margin: 8px 0 27px;
    color: var(--brand-river-deep);
    font-family: var(--brand-display);
    font-size: 2rem;
    line-height: 1.1;
}

.map-track {
    display: grid;
    gap: 18px;
}

.map-node {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border: 1px solid rgba(23, 56, 79, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
}

.map-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--brand-white);
    background: var(--brand-river);
    font-family: var(--brand-mono);
    font-size: .78rem;
}

.map-node strong,
.map-node span {
    display: block;
}

.map-node strong {
    margin-bottom: 2px;
    color: var(--brand-river-deep);
    font-size: .9rem;
}

.map-node span {
    color: var(--brand-muted);
    font-size: .72rem;
}

.map-status {
    color: #2d6d5a;
    font-family: var(--brand-mono);
    font-size: .64rem;
    text-transform: uppercase;
}

.map-connector {
    position: absolute;
    z-index: 1;
    top: 169px;
    left: 78px;
    width: 2px;
    height: 205px;
    background: linear-gradient(var(--brand-river), var(--brand-gold));
}

.brand-section {
    padding: 92px 0;
}

.brand-section--soft {
    border-block: 1px solid rgba(23, 56, 79, .1);
    background: rgba(255, 255, 255, .62);
}

.brand-system--tl .brand-section--soft {
    border-block-color: rgba(139, 81, 56, .12);
    background: rgba(255, 253, 248, .62);
}

.brand-section__heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.brand-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.brand-card {
    min-height: 230px;
    padding: 30px;
    border: 1px solid var(--brand-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 28px rgba(35, 37, 38, .045);
}

.brand-card__label {
    margin-bottom: 34px;
    color: var(--brand-copper);
    font-family: var(--brand-mono);
    font-size: .66rem;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.brand-system--tls .brand-card__label {
    color: #356d8d;
}

.brand-card p {
    color: var(--brand-muted);
    font-size: .9rem;
}

.brand-feature-band {
    padding: 44px 0;
    color: var(--brand-white);
    background: var(--brand-river-deep);
}

.brand-system--tl .brand-feature-band {
    background: #4d2e24;
}

.brand-feature-band__inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 50px;
}

.brand-feature-band h2 {
    margin: 0;
    color: var(--brand-white);
    font-size: 2.7rem;
}

.brand-feature-band p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.brand-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--brand-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .75);
}

.brand-trust-item {
    padding: 28px;
    border-right: 1px solid var(--brand-line);
}

.brand-trust-item:last-child {
    border-right: 0;
}

.brand-trust-item strong,
.brand-trust-item span {
    display: block;
}

.brand-trust-item strong {
    margin-bottom: 5px;
    color: var(--brand-river-deep);
    font-family: var(--brand-display);
    font-size: 1.35rem;
}

.brand-system--tl .brand-trust-item strong {
    color: #4d2e24;
}

.brand-trust-item span {
    color: var(--brand-muted);
    font-size: .78rem;
}

.brand-hero--literary {
    padding-top: 84px;
}

.brand-hero--literary .brand-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}

.craft-orbit {
    position: relative;
    min-height: 540px;
    border-radius: 50% 50% 42% 58% / 55% 48% 52% 45%;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 252, 244, .98) 0 28%, transparent 29%),
        radial-gradient(circle at 50% 50%, transparent 0 47%, rgba(139, 81, 56, .17) 48% 48.6%, transparent 49%),
        linear-gradient(135deg, rgba(215, 173, 116, .45), rgba(139, 81, 56, .12));
    box-shadow: var(--brand-shadow);
}

.orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190px;
    transform: translate(-50%, -50%);
    color: #4d2e24;
    text-align: center;
}

.orbit-center small {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-earth);
    font-family: var(--brand-mono);
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.orbit-center strong {
    font-family: var(--brand-display);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
}

.orbit-word {
    position: absolute;
    display: grid;
    width: 122px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(139, 81, 56, .2);
    border-radius: 999px;
    color: #5c372a;
    background: rgba(255, 253, 248, .92);
    box-shadow: 0 8px 20px rgba(76, 46, 36, .09);
    font-family: var(--brand-display);
    font-size: 1rem;
    font-weight: 500;
}

.orbit-word:nth-of-type(1) { top: 8%; left: 39%; }
.orbit-word:nth-of-type(2) { top: 26%; right: 2%; }
.orbit-word:nth-of-type(3) { right: 8%; bottom: 17%; }
.orbit-word:nth-of-type(4) { bottom: 5%; left: 34%; }
.orbit-word:nth-of-type(5) { bottom: 20%; left: 2%; }
.orbit-word:nth-of-type(6) { top: 25%; left: -2%; }

.program-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .78);
    font-family: var(--brand-mono);
    font-size: .68rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.program-line span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.program-line span::after {
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, .32);
    content: "";
}

.program-line span:last-child::after {
    display: none;
}

.founder-note {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 26px;
    margin-top: 38px;
    padding: 26px;
    border-left: 4px solid var(--brand-earth);
    background: rgba(255, 255, 255, .63);
}

.founder-monogram {
    display: grid;
    width: 104px;
    height: 104px;
    place-items: center;
    border: 1px solid rgba(139, 81, 56, .25);
    border-radius: 50%;
    color: var(--brand-earth);
    background: var(--brand-paper);
    font-family: var(--brand-display);
    font-size: 2.1rem;
}

.founder-note p {
    margin: 0;
    color: #594c46;
    font-size: .9rem;
}

.brand-page-hero {
    padding: 74px 0 58px;
    border-bottom: 1px solid var(--brand-line);
}

.brand-page-hero h1 {
    max-width: 980px;
    font-size: clamp(3.35rem, 6vw, 4.875rem);
}

.offer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.meta-chip {
    padding: 9px 13px;
    border: 1px solid rgba(23, 56, 79, .18);
    border-radius: 999px;
    color: #4f6875;
    background: rgba(255, 255, 255, .7);
    font-family: var(--brand-mono);
    font-size: .66rem;
    text-transform: uppercase;
}

.brand-system--tl .meta-chip {
    color: #6c493c;
    border-color: rgba(139, 81, 56, .18);
}

.offer-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 70px;
    padding: 72px 0 94px;
}

.offer-aside {
    position: sticky;
    top: 112px;
    align-self: start;
    padding: 27px;
    border: 1px solid var(--brand-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .78);
}

.offer-aside h2 {
    font-size: 1.4rem;
}

.offer-aside ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.offer-aside li {
    padding: 12px 0;
    border-top: 1px solid var(--brand-line);
    color: var(--brand-muted);
    font-size: .78rem;
}

.offer-content > section {
    padding-bottom: 60px;
}

.offer-content h2 {
    font-size: 2.8rem;
}

.deliverable-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.deliverable {
    padding: 24px;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .7);
}

.deliverable h3 {
    display: block;
    margin-top: 0;
    margin-bottom: 7px;
    color: var(--brand-river-deep);
    font-family: var(--brand-display);
    font-size: 1.4rem;
    font-weight: 500;
}

.brand-system--tl .deliverable h3 {
    color: #4d2e24;
}

.deliverable p {
    margin: 0;
    color: var(--brand-muted);
    font-size: .82rem;
}

.steps {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    counter-reset: step;
    list-style: none;
}

.step {
    position: relative;
    padding: 25px 25px 25px 78px;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
    counter-increment: step;
}

.step::before {
    position: absolute;
    top: 23px;
    left: 23px;
    color: var(--brand-copper);
    content: "0" counter(step);
    font-family: var(--brand-mono);
    font-size: .78rem;
}

.step h3 {
    display: block;
    margin: 0;
    color: var(--brand-river-deep);
    font-size: .95rem;
}

.brand-system--tl .step h3 {
    color: #4d2e24;
}

.step p {
    margin: 4px 0 0;
    color: var(--brand-muted);
    font-size: .82rem;
}

.boundary {
    padding: 28px;
    border: 1px solid rgba(139, 81, 56, .24);
    border-radius: 20px;
    background: rgba(215, 173, 116, .15);
}

.boundary h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
    color: #5e3528;
    font-family: var(--brand-display);
    font-size: 1.4rem;
    font-weight: 500;
}

.boundary--compact {
    margin-top: 32px;
    padding: 22px;
}

.boundary--compact p {
    margin: 0;
    color: #67564f;
    font-size: .8rem;
}

.craft-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin: 34px 0;
}

.craft-rail span {
    display: grid;
    min-height: 76px;
    place-items: center;
    padding: 10px;
    border: 1px solid rgba(139, 81, 56, .18);
    border-radius: 16px;
    color: #5c372a;
    background: rgba(255, 255, 255, .67);
    font-family: var(--brand-display);
    font-size: 1rem;
    text-align: center;
}

.inquiry-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: start;
    padding: 74px 0 84px;
}

.inquiry-intro {
    position: sticky;
    top: 112px;
}

.inquiry-intro h1 {
    font-size: clamp(3.25rem, 5.5vw, 4.5rem);
}

.trust-strip--stacked {
    grid-template-columns: 1fr;
    margin-top: 34px;
}

.inquiry-email {
    margin-top: 24px;
    font-size: .84rem;
}

.form-panel {
    padding: 38px;
    border: 1px solid var(--brand-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, .84);
    box-shadow: var(--brand-shadow);
}

.form-panel h2 {
    margin-bottom: 8px;
    font-size: 2.2rem;
}

.form-panel .form-note {
    margin-bottom: 28px;
    color: var(--brand-muted);
    font-size: .82rem;
}

.form-panel .field-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-panel p {
    margin-bottom: 18px;
}

.form-panel label,
.form-panel legend {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-river-deep);
    font-size: .78rem;
    font-weight: 700;
}

.brand-system--tl .form-panel label,
.brand-system--tl .form-panel legend {
    color: #4d2e24;
}

.form-panel input:not([type="checkbox"]):not([type="radio"]),
.form-panel select,
.form-panel textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    border: 1px solid #cfc8be;
    border-radius: 12px;
    color: var(--brand-ink);
    background: rgba(255, 255, 255, .92);
    font: inherit;
    font-size: .84rem;
}

.form-panel textarea {
    min-height: 122px;
    resize: vertical;
}

.form-panel fieldset {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}

.form-panel .wpcf7-list-item {
    display: block;
    margin: 8px 0;
}

.form-panel .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    padding: 12px;
    border: 1px solid #d6d0c7;
    border-radius: 12px;
    color: var(--brand-muted);
    background: rgba(255, 255, 255, .72);
    font-weight: 500;
}

.form-panel input[type="checkbox"],
.form-panel input[type="radio"] {
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 2px 0 0;
}

.form-panel input[type="submit"] {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    color: var(--brand-white);
    background: var(--brand-river);
    font: inherit;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
}

.brand-system--tl .form-panel input[type="submit"] {
    background: var(--brand-earth);
}

.form-panel .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: .82rem;
}

.brand-system .site-footer {
    padding: 50px 0 26px;
    color: rgba(255, 255, 255, .8);
    background: var(--brand-river-deep);
}

.brand-system--tl .site-footer {
    background: #3d261f;
}

.brand-system .footer__content {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 42px;
    margin: 0;
    padding-bottom: 34px;
}

.brand-system .footer__brand {
    color: var(--brand-white);
    font-family: var(--brand-display);
    font-size: 1.45rem;
}

.brand-system .footer__tagline {
    color: rgba(255, 255, 255, .76);
    font-family: var(--brand-sans);
    font-size: .85rem;
    font-style: normal;
}

.brand-system .footer__about p {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
}

.brand-system .footer__nav-title {
    margin-bottom: 12px;
    color: var(--brand-white);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-system .footer__nav a {
    display: block;
    margin: 8px 0;
    color: rgba(255, 255, 255, .76);
    font-size: .78rem;
    text-decoration: underline;
}

.brand-system .footer__bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .64);
    font-size: .72rem;
    opacity: 1;
}

.brand-system .page-header {
    padding: 64px 0 44px;
    border-bottom: 1px solid var(--brand-line);
    background: transparent;
}

.brand-system .page-header__title {
    font-size: clamp(3rem, 5vw, 4.5rem);
}

.brand-system .page-content {
    padding: 68px 0 88px;
}

.brand-system .entry-content a:not(.brand-button) {
    text-decoration: underline;
}

@media (max-width: 860px) {
    .brand-system .container,
    .brand-system .container--narrow {
        width: min(100% - 36px, 680px);
    }

    .brand-system .header-inner {
        height: 74px;
    }

    .brand-system .brand {
        font-size: 1.15rem;
    }

    .brand-system .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .brand-system .mobile-menu-toggle {
        display: block;
    }

    .brand-system .main-nav {
        display: none;
    }

    .brand-system .main-nav.is-open {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: block;
        padding: 22px;
        border-top: 1px solid var(--brand-line);
        background: var(--brand-cream);
        box-shadow: 0 18px 35px rgba(12, 37, 53, .13);
    }

    .brand-system--tl .main-nav.is-open {
        background: var(--brand-paper);
    }

    .brand-system .main-nav.is-open ul {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .brand-system .main-nav.is-open li:last-child a {
        justify-content: center;
    }

    .brand-hero,
    .brand-hero--literary {
        padding: 62px 0 54px;
    }

    .brand-hero__grid,
    .brand-hero--literary .brand-hero__grid,
    .brand-feature-band__inner,
    .offer-layout,
    .inquiry-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .brand-system h1 {
        font-size: 3.25rem;
    }

    .brand-system h2 {
        font-size: 2.5rem;
    }

    .brand-lead {
        font-size: 1.06rem;
    }

    .system-map {
        min-height: 455px;
        padding: 25px;
        border-radius: 26px;
    }

    .map-connector {
        top: 160px;
        left: 68px;
    }

    .craft-orbit {
        min-height: 430px;
    }

    .orbit-word {
        width: 96px;
        height: 46px;
        font-size: .82rem;
    }

    .orbit-center {
        width: 150px;
    }

    .orbit-center strong {
        font-size: 1.6rem;
    }

    .brand-cards,
    .brand-trust-strip,
    .deliverable-grid,
    .craft-rail {
        grid-template-columns: 1fr;
    }

    .brand-trust-item {
        border-right: 0;
        border-bottom: 1px solid var(--brand-line);
    }

    .brand-trust-item:last-child {
        border-bottom: 0;
    }

    .brand-section {
        padding: 66px 0;
    }

    .brand-page-hero {
        padding: 54px 0 44px;
    }

    .brand-page-hero h1 {
        font-size: 3.2rem;
    }

    .offer-layout,
    .inquiry-layout {
        padding: 54px 0 70px;
    }

    .offer-aside,
    .inquiry-intro {
        position: static;
    }

    .founder-note {
        grid-template-columns: 72px 1fr;
        gap: 18px;
    }

    .founder-monogram {
        width: 68px;
        height: 68px;
        font-size: 1.55rem;
    }

    .form-panel {
        padding: 25px;
        border-radius: 22px;
    }

    .form-panel .field-row {
        grid-template-columns: 1fr;
    }

    .brand-system .footer__content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 440px) {
    .brand-system {
        font-size: 16px;
    }

    .brand-system .container,
    .brand-system .container--narrow {
        width: calc(100% - 30px);
    }

    .brand-system .brand span:last-child {
        max-width: 218px;
        white-space: normal;
    }

    .brand-system h1,
    .brand-page-hero h1 {
        font-size: 2.68rem;
    }

    .brand-system h2,
    .offer-content h2 {
        font-size: 2.1rem;
    }

    .system-map {
        min-height: 440px;
    }

    .map-node {
        grid-template-columns: 44px 1fr;
    }

    .map-status {
        display: none;
    }

    .map-connector {
        left: 62px;
    }

    .craft-orbit {
        min-height: 370px;
    }

    .orbit-word {
        width: 82px;
        height: 42px;
        font-size: .76rem;
    }

    .orbit-word:nth-of-type(2) {
        right: -1%;
        width: 92px;
        font-size: .66rem;
        white-space: nowrap;
    }

    .orbit-center {
        width: 122px;
    }

    .orbit-center strong {
        font-size: 1.4rem;
    }

    .brand-system .footer__content {
        grid-template-columns: 1fr;
    }

    .brand-button {
        width: 100%;
    }
}
