:root {
    --orange: #eb6237;
    --orange-deep: #c94721;
    --orange-soft: #fff0e9;
    --yellow: #f5d21f;
    --yellow-soft: #fff6b8;
    --navy: #18324b;
    --ink: #24282d;
    --muted: #66707a;
    --cream: #fffaf0;
    --surface: #fffdf9;
    --line: #e8e3d9;
    --white: #fff;
    --max: 1180px;
    --radius: 12px;
    --shadow-sm: 0 8px 26px rgba(38, 42, 47, .07);
    --shadow: 0 24px 64px rgba(31, 38, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.9;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 3px;
}
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.narrow { max-width: 830px; }
.center { text-align: center; }
.skip-link {
    position: fixed;
    top: -100px;
    left: 16px;
    z-index: 999;
    padding: 10px 16px;
    background: #fff;
    border: 2px solid var(--orange);
}
.skip-link:focus { top: 16px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .97);
    border-top: 4px solid var(--orange);
    border-bottom: 1px solid rgba(24, 50, 75, .09);
    box-shadow: 0 5px 24px rgba(24, 50, 75, .05);
}
.utility-bar {
    padding: 5px 0;
    color: #5b4b22;
    background: linear-gradient(90deg, var(--yellow-soft), #fff9d8);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}
.header-main {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 28px;
}
.brand {
    display: grid;
    gap: 3px;
    padding-left: 14px;
    border-left: 5px solid var(--orange);
    text-decoration: none;
    white-space: nowrap;
}
.brand strong {
    color: var(--navy);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: .055em;
}
.brand small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .2em;
}
.global-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2px;
}
.global-nav a {
    position: relative;
    padding: 15px 8px;
    color: #33404c;
    font-size: 12.5px;
    font-weight: 750;
    line-height: 1.45;
    text-decoration: none;
}
.global-nav a::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    height: 3px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}
.global-nav a:hover,
.global-nav a[aria-current="page"] { color: var(--orange-deep); }
.global-nav a:hover::after,
.global-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-button { display: none; }

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 42%, rgba(245, 210, 31, .36), transparent 34%),
        linear-gradient(112deg, #fff 0 57%, var(--cream) 57% 100%);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(24, 50, 75, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 50, 75, .025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(90deg, #000, transparent 68%);
}
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% + 22px);
    width: 10px;
    height: 110px;
    background: var(--orange);
}
.hero-grid {
    position: relative;
    min-height: 680px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
}
.hero-copy {
    position: relative;
    z-index: 3;
    padding: 86px 30px 94px 0;
}
.hero-kicker,
.eyebrow {
    margin: 0 0 14px;
    color: var(--orange-deep);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: .17em;
}
.eyebrow::before,
.hero-kicker::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 3px;
    margin: 0 9px 3px 0;
    background: var(--yellow);
}
.hero h1 {
    margin: 0 0 30px;
    color: var(--navy);
    font-size: clamp(44px, 5.3vw, 74px);
    line-height: 1.18;
    font-weight: 850;
    letter-spacing: -.045em;
}
.hero h1 em {
    position: relative;
    z-index: 0;
    font-style: normal;
}
.hero h1 em::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -.04em;
    bottom: .08em;
    left: -.04em;
    height: .3em;
    background: var(--yellow);
    opacity: .65;
}
.hero-lead {
    margin: 0;
    max-width: 620px;
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
}
.hero-actions {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 28px;
}
.button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    color: #fff;
    background: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(201, 71, 33, .2);
    font: inherit;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.button[href]::after {
    content: "→";
    margin-left: 12px;
    font-size: 1.1em;
}
.button:hover {
    background: var(--orange-deep);
    border-color: var(--orange-deep);
    box-shadow: 0 13px 32px rgba(201, 71, 33, .27);
    transform: translateY(-1px);
}
.button-outline {
    color: var(--orange-deep);
    background: #fff;
    border-color: var(--orange);
    box-shadow: none;
}
.button-outline:hover {
    color: #fff;
    background: var(--orange);
    border-color: var(--orange);
}
.button-light {
    color: var(--navy);
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}
.button-light:hover {
    color: var(--navy);
    background: var(--yellow-soft);
    border-color: var(--yellow-soft);
}
.text-link {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
    color: var(--navy);
    border-bottom: 2px solid var(--yellow);
    font-weight: 800;
    line-height: 1.5;
    text-decoration: none;
}
.text-link span {
    margin-left: 8px;
    color: var(--orange);
    transition: transform .2s ease;
}
.text-link:hover span { transform: translateX(4px); }
.hero-visual {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-visual img {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    max-height: 620px;
    object-fit: cover;
    object-position: center 20%;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
    filter: saturate(.94) contrast(1.02);
}
.sun-disc {
    position: absolute;
    top: 112px;
    right: 0;
    width: 455px;
    height: 455px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffe34f, var(--yellow));
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .48);
}
.name-plate {
    position: absolute;
    right: 0;
    bottom: 56px;
    z-index: 3;
    min-width: 265px;
    padding: 15px 24px;
    color: #fff;
    background: var(--navy);
    border-left: 8px solid var(--yellow);
    box-shadow: var(--shadow);
}
.name-plate span,
.name-plate small { display: block; }
.name-plate span {
    color: var(--yellow-soft);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .16em;
}
.name-plate strong {
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: .07em;
}
.name-plate small {
    color: #cbd6e2;
    font-size: 11px;
    line-height: 1.4;
}

.section { padding: 104px 0; }
.section-tint { background: var(--cream); }
.section-dark {
    color: #fff;
    background: var(--navy);
}
.statement { position: relative; }
.statement::after {
    content: "";
    display: block;
    width: 68px;
    height: 5px;
    margin: 38px auto 0;
    background: linear-gradient(90deg, var(--orange) 0 58%, var(--yellow) 58% 100%);
}
.statement h2,
.section h2 {
    margin: 0 0 30px;
    color: var(--navy);
    font-size: clamp(30px, 3.5vw, 47px);
    line-height: 1.42;
    font-weight: 850;
    letter-spacing: -.025em;
}
.large-copy {
    margin-bottom: 0;
    font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    font-size: 21px;
    line-height: 2.15;
}
.section-heading {
    margin-bottom: 48px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.section-heading h2 { margin: 0; }
.section-heading.inverse h2 { color: #fff; }

.promise-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
}
.promise-grid > article {
    min-width: 0;
    grid-column: span 2;
}
.promise-grid > article:nth-child(n + 4) { grid-column: span 3; }
.promise-grid article {
    position: relative;
    min-height: 270px;
    padding: 30px 28px 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--orange);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.promise-grid article:nth-child(even) { border-top-color: var(--yellow); }
.promise-grid article:hover {
    border-color: rgba(235, 98, 55, .45);
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}
.promise-card-top {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.promise-grid .promise-number {
    color: var(--orange);
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.055em;
}
.promise-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--orange-deep);
    background: var(--yellow-soft);
    border-radius: 50%;
}
.promise-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.promise-grid h3 {
    margin: 26px 0 14px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.55;
    font-weight: 850;
}
.promise-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 76px;
    align-items: center;
}
.align-start { align-items: start; }
.media-card {
    height: 520px;
    overflow: hidden;
    background: var(--navy);
    border: 10px solid #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: rotate(-.7deg);
}
.media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}
.feature-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .16);
}
.feature-links a {
    min-height: 132px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    align-content: center;
    padding: 30px 27px;
    background: rgba(255, 255, 255, .035);
    text-decoration: none;
    transition: background .2s ease;
}
.feature-links a:hover { background: rgba(255, 255, 255, .09); }
.feature-links small {
    grid-column: 1 / -1;
    color: #b7c6d5;
    font-size: 13px;
}
.feature-links strong { font-size: 20px; }
.feature-links span {
    color: var(--yellow);
    font-size: 24px;
}

.join-band {
    padding: 62px 0;
    color: #fff;
    background: linear-gradient(105deg, rgba(201, 71, 33, .98), rgba(235, 98, 55, .96));
    border-top: 8px solid var(--yellow);
}
.join-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}
.join-band .eyebrow { color: #fff; }
.join-band .eyebrow::before { background: var(--yellow); }
.join-band h2 {
    margin: 0 0 10px;
    font-size: 33px;
    line-height: 1.45;
}
.join-band p { margin: 0; }
.site-footer {
    padding: 62px 0 25px;
    color: #d7e0e8;
    background: #101f2e;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.3fr;
    gap: 52px;
}
.footer-grid a {
    display: block;
    margin: 7px 0;
    color: #d7e0e8;
}
.footer-brand {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.footer-heading {
    margin-top: 0;
    color: #fff;
    font-weight: 900;
}
.muted { color: #9badbd; }
.footer-note {
    margin-top: 38px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    color: #97a9b9;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    color: #fff;
    background: linear-gradient(115deg, var(--navy), #244c6d);
    border-bottom: 8px solid var(--yellow);
}
.page-hero::after {
    content: "";
    position: absolute;
    top: -175px;
    right: -45px;
    width: 345px;
    height: 345px;
    border: 68px solid rgba(245, 210, 31, .16);
    border-radius: 50%;
}
.page-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(40px, 5vw, 63px);
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: -.035em;
}
.page-hero p:last-child {
    margin: 0;
    font-size: 18px;
}
.page-hero .eyebrow { color: var(--yellow); }
.page-hero.compact { padding: 56px 0; }
.page-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    align-items: center;
}
.page-hero-grid img {
    position: absolute;
    top: 0;
    right: 7vw;
    width: 350px;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    mask-image: linear-gradient(90deg, transparent, #000 22%);
}
.article-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 74px;
}
.article-layout aside {
    padding-top: 17px;
    color: var(--orange-deep);
    border-top: 4px solid var(--orange);
    font-weight: 900;
}
.prose { max-width: 800px; }
.prose h2 { font-size: 34px; }
.prose h3 {
    color: var(--navy);
    font-size: 22px;
}
.prose p { margin: 0 0 1.6em; }
.prose blockquote {
    margin: 44px 0;
    padding: 26px 34px;
    color: var(--navy);
    background: var(--cream);
    border-left: 6px solid var(--orange);
    font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    font-size: 24px;
    line-height: 1.9;
    font-weight: 700;
}
.callout,
.editorial-note,
.voice-box,
.form-card {
    padding: 32px;
    background: var(--cream);
    border: 1px solid #efdfc4;
    border-radius: var(--radius);
}
.profile-list { margin: 0 0 56px; }
.profile-list div {
    padding: 19px 0;
    display: grid;
    grid-template-columns: 130px 1fr;
    border-top: 1px solid var(--line);
}
.profile-list div:last-child { border-bottom: 1px solid var(--line); }
.profile-list dt {
    color: var(--navy);
    font-weight: 800;
}
.profile-list dd { margin: 0; }
.pending {
    display: inline-block;
    padding: 7px 12px;
    color: #715c38;
    background: #fff5d5;
    border-left: 4px solid var(--yellow);
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.7;
}
.policy-stack {
    display: grid;
    gap: 18px;
}
.policy-stack article {
    position: relative;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 26px;
    padding: 40px 42px;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 6px solid var(--orange);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}
.policy-stack article:nth-child(even) { border-left-color: var(--yellow); }
.policy-stack article > span {
    color: var(--orange);
    font-size: 52px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.05em;
}
.policy-stack h2 {
    margin-bottom: 12px;
    font-size: 28px;
}
.topic-grid {
    margin-top: 38px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.topic-grid article {
    padding: 32px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}
.topic-grid h2 { font-size: 24px; }
.tag {
    display: inline-block;
    margin-top: 0;
    color: var(--orange-deep);
    border-bottom: 3px solid var(--yellow);
    font-size: 12px;
    font-weight: 800;
}
.editorial-note {
    display: flex;
    align-items: center;
    gap: 36px;
}
.editorial-note ol {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
}
.faq-list { max-width: 900px; }
.faq-list details {
    padding: 24px 0;
    border-top: 1px solid var(--line);
}
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
    color: var(--navy);
    font-size: 21px;
    line-height: 1.6;
    font-weight: 800;
    cursor: pointer;
}
.faq-list summary::marker { color: var(--orange); }
.faq-list details p { padding-left: 28px; }
.empty-state {
    padding: 74px 34px;
    text-align: center;
    background: var(--cream);
    border: 1px solid #efdfc4;
    border-radius: var(--radius);
}
.empty-state > span {
    min-width: 84px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    color: var(--navy);
    background: var(--yellow);
    border-radius: 999px;
    font-weight: 900;
}
.empty-state h1,
.empty-state h2 { margin-top: 24px; }
.voice-box { margin-top: 42px; }
.check-list {
    padding: 0;
    list-style: none;
}
.check-list li {
    position: relative;
    padding: 11px 0 11px 32px;
    border-bottom: 1px solid var(--line);
}
.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--orange);
    font-weight: 900;
}
.form-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 74px;
    align-items: start;
}
.contact-form {
    display: grid;
    gap: 22px;
    padding: 38px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 6px solid var(--orange);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--navy);
    font-weight: 800;
}
.contact-form label b {
    width: max-content;
    padding: 2px 8px;
    color: #fff;
    background: var(--orange-deep);
    border-radius: 3px;
    font-size: 11px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #aeb7c1;
    border-radius: 6px;
    font: inherit;
}
.contact-form textarea { min-height: 170px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: 3px solid rgba(245, 210, 31, .5);
    border-color: var(--orange);
}
.checkbox {
    grid-template-columns: auto 1fr !important;
    align-items: center;
}
.checkbox input {
    width: 21px;
    height: 21px;
    min-height: 0;
    accent-color: var(--orange);
}
.hp-field {
    position: absolute !important;
    left: -9999px;
}
.notice {
    padding: 19px;
    border-radius: 6px;
}
.notice.error {
    background: #fff1ee;
    border-left: 5px solid #c43d20;
}
.notice.success {
    background: #eef9ef;
    border-left: 5px solid #2e803a;
}
.note {
    color: var(--muted);
    font-size: 13px;
}

@media (max-width: 1180px) {
    .header-main { min-height: 82px; }
    .global-nav {
        position: absolute;
        top: 100%;
        right: 24px;
        left: 24px;
        z-index: 20;
        display: none;
        grid-template-columns: 1fr 1fr;
        gap: 2px 18px;
        margin-left: 0;
        padding: 18px;
        background: #fff;
        border-top: 4px solid var(--orange);
        border-radius: 0 0 var(--radius) var(--radius);
        box-shadow: var(--shadow);
    }
    .global-nav.is-open { display: grid; }
    .global-nav a {
        padding: 13px 10px;
        border-bottom: 1px solid var(--line);
    }
    .global-nav a::after { display: none; }
    .menu-button {
        width: 52px;
        height: 52px;
        margin-left: auto;
        padding: 10px;
        display: grid;
        align-content: center;
        gap: 5px;
        color: var(--navy);
        background: var(--cream);
        border: 1px solid var(--line);
        border-radius: 8px;
    }
    .menu-button span {
        height: 2px;
        background: var(--navy);
    }
    .menu-button b {
        color: var(--navy);
        font-size: 9px;
        line-height: 1.2;
    }
    .hero-grid { min-height: 620px; }
    .hero h1 { font-size: 52px; }
    .hero-visual img { max-height: 535px; }
    .sun-disc {
        width: 385px;
        height: 385px;
    }
    .promise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .promise-grid > article,
    .promise-grid > article:nth-child(n + 4) { grid-column: auto; }
    .promise-grid > article:last-child { grid-column: 1 / -1; }
    .feature-links { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    body { font-size: 16px; line-height: 1.85; }
    .container { width: min(calc(100% - 30px), var(--max)); }
    .site-header { border-top-width: 3px; }
    .utility-bar {
        padding: 4px 0;
        text-align: center;
        font-size: 11px;
        letter-spacing: .035em;
    }
    .header-main { min-height: 72px; }
    .brand {
        gap: 2px;
        padding-left: 10px;
        border-left-width: 4px;
    }
    .brand strong {
        font-size: 18px;
        letter-spacing: .035em;
    }
    .brand small {
        font-size: 10px;
        letter-spacing: .16em;
    }
    .menu-button {
        width: 48px;
        height: 48px;
    }
    .global-nav {
        right: 15px;
        left: 15px;
        grid-template-columns: 1fr;
    }
    .hero {
        background:
            radial-gradient(circle at 78% 72%, rgba(245, 210, 31, .42), transparent 34%),
            linear-gradient(180deg, #fff 0 54%, var(--cream) 54% 100%);
    }
    .hero::after {
        top: auto;
        right: 15px;
        bottom: 0;
        left: auto;
        width: 8px;
        height: 76px;
    }
    .hero-grid {
        min-height: 0;
        display: flex;
        flex-direction: column;
    }
    .hero-copy { padding: 58px 0 40px; }
    .hero h1 {
        margin-bottom: 25px;
        font-size: clamp(38px, 11.5vw, 54px);
        line-height: 1.22;
    }
    .hero-lead { font-size: 16px; line-height: 1.9; }
    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 17px;
        margin-top: 30px;
    }
    .hero-actions .button { width: 100%; }
    .hero-actions .text-link { align-self: flex-start; }
    .hero-visual {
        width: 100%;
        height: 445px;
    }
    .hero-visual img {
        width: 100%;
        height: 425px;
        object-fit: cover;
    }
    .sun-disc {
        top: 60px;
        right: -65px;
        width: 325px;
        height: 325px;
    }
    .name-plate {
        right: 0;
        bottom: 22px;
        min-width: 235px;
    }
    .name-plate strong { font-size: 23px; }
    .section { padding: 72px 0; }
    .statement h2,
    .section h2 {
        margin-bottom: 24px;
        font-size: 30px;
    }
    .large-copy { font-size: 18px; line-height: 2; }
    .section-heading,
    .join-band-inner { display: block; }
    .section-heading { margin-bottom: 34px; }
    .section-heading .text-link {
        margin-top: 21px;
        display: inline-flex;
    }
    .promise-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .promise-grid > article,
    .promise-grid > article:nth-child(n + 4),
    .promise-grid > article:last-child { grid-column: auto; }
    .promise-grid article {
        min-height: 0;
        padding: 25px 23px 24px;
    }
    .promise-grid .promise-number { font-size: 42px; }
    .promise-icon {
        width: 50px;
        height: 50px;
    }
    .promise-grid h3 {
        margin: 21px 0 11px;
        font-size: 20px;
    }
    .two-column,
    .article-layout,
    .form-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .media-card {
        height: 430px;
        order: 2;
    }
    .feature-links { grid-template-columns: 1fr; }
    .feature-links a { min-height: 116px; }
    .join-band { padding: 54px 0; }
    .join-band h2 { font-size: 29px; }
    .join-band .button {
        width: 100%;
        margin-top: 27px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }
    .footer-note { display: block; }
    .page-hero { padding: 58px 0; }
    .page-hero-grid { display: block; }
    .page-hero-grid img {
        right: -90px;
        opacity: .18;
    }
    .article-layout aside {
        padding: 0 0 0 13px;
        border-top: 0;
        border-left: 4px solid var(--orange);
    }
    .prose h2 { font-size: 29px; }
    .prose blockquote {
        margin: 32px 0;
        padding: 22px;
        font-size: 20px;
    }
    .profile-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .policy-stack { gap: 15px; }
    .policy-stack article {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 28px 24px;
    }
    .policy-stack article > span { font-size: 42px; }
    .topic-grid { grid-template-columns: 1fr; }
    .editorial-note { display: block; }
    .editorial-note ol {
        display: grid;
        margin-top: 18px;
    }
    .contact-form {
        gap: 20px;
        padding: 28px 21px;
    }
    .contact-form .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
