:root {
    color-scheme: light;
    --background: #f6f8f7;
    --surface: #ffffff;
    --text: #1c2926;
    --muted: #5f6f6a;
    --border: #d8e0dd;
    --accent: #176b60;
    --accent-strong: #0f5149;
    --header: #173b36;
    --header-text: #f8fbfa;
    --max-width: 860px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}


body {
    margin: 0;
    background: var(--background);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

a {
    color: var(--accent);
}

a:hover,
a:focus-visible {
    color: var(--accent-strong);
}

.site-header {
    background: var(--header);
    color: var(--header-text);
}

.header-inner,
.page-shell,
.footer-inner {
    width: min(calc(100% - 32px), var(--max-width));
    margin: 0 auto;
}

.header-inner {
    padding: 24px 0 20px;
}

.brand {
    color: var(--header-text);
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 14px;
}

.site-nav a {
    color: #d8ebe7;
    font-size: 0.94rem;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page-shell {
    padding: 42px 0 54px;
}

.page-intro {
    border-bottom: 1px solid var(--border);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

h1,
h2,
h3 {
    color: var(--text);
    line-height: 1.25;
}

h1 {
    font-size: clamp(2rem, 5vw, 2.7rem);
    margin: 0 0 8px;
}

h2 {
    font-size: 1.45rem;
    margin: 34px 0 10px;
}

h3 {
    font-size: 1.08rem;
    margin: 22px 0 6px;
}

p,
ul,
ol {
    margin: 10px 0;
}

ul,
ol {
    padding-left: 24px;
}

.meta {
    color: var(--muted);
    font-size: 0.94rem;
    margin: 0;
}

.notice {
    background: #e9f4f1;
    border-left: 4px solid var(--accent);
    margin: 22px 0;
    padding: 14px 16px;
}

.contact-list {
    list-style: none;
    padding-left: 0;
}

.site-footer {
    background: var(--surface);
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: 0.9rem;
}

.footer-inner {
    padding: 22px 0;
}

@media (max-width: 560px) {
    .page-shell {
        padding-top: 30px;
    }

    .site-nav {
        gap: 7px 14px;
    }
}

/* Shared Tarezin branding; policy text and routes stay stable. */
:root { --background: #fafbf7; --text: #18332d; --accent: #14624f; --header: #fafbf7; --header-text: #18332d; }
.site-header { border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1120px; width: min(calc(100% - 48px), 1120px); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.45rem; letter-spacing: -.05em; }
.brand img { border-radius: 13px; }
.site-nav { margin: 0; }
.site-nav a { color: #405a51; font-size: .86rem; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: #14624f; }
a:focus-visible { outline: 3px solid #007ca1; outline-offset: 5px; border-radius: 3px; }
.home-shell { width: min(calc(100% - 48px), 1120px); margin: auto; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 54px; padding: 80px 0 70px; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; font-weight: 750; color: #426555; }
.hero h1 { font-size: clamp(3rem, 6.8vw, 5.5rem); line-height: 1.02; letter-spacing: -.065em; margin: 22px 0; }
.hero h1 span { color: #167052; }
.hero-description { font-size: 1.13rem; max-width: 440px; color: #51665c; }
.button { display: inline-flex; align-items: center; gap: 32px; background: #183f33; color: white; text-decoration: none; border-radius: 100px; padding: 14px 24px; margin-top: 20px; font-weight: 650; }
.button:hover, .button:focus-visible { background: #255b48; color: white; }
.availability { font-size: .79rem; color: #586b61; margin-top: 16px; }
.hero-art { background: #eaf2e1; border-radius: 48px 48px 100px 48px; padding: 26px 26px 20px; transform: rotate(2deg); }
.mascot-card { background: white; border-radius: 30px; overflow: hidden; }
.mascot-card img { display: block; width: 100%; height: auto; }
.art-caption { text-align: center; font-size: .8rem; color: #405d48; margin: 20px 0 0; }
.story-section { padding: 40px 0 64px; border-top: 1px solid var(--border); scroll-margin-top: 24px; }
.story-section h2, .help-section h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.04em; margin: 12px 0 30px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: white; border: 1px solid #dde5d9; border-radius: 22px; padding: 28px; }
.feature:nth-child(2) { background: #f0f8fa; border-color: #d8e9ed; }
.feature:nth-child(3) { background: #f4f7e7; }
.feature-number { color: #50675b; font-size: .68rem; letter-spacing: .11em; font-weight: 700; }
.feature h3 { font-size: 1.3rem; letter-spacing: -.035em; }
.feature p { color: #52655d; font-size: .95rem; }
.testing-panel { background: #173f34; border-radius: 26px; color: #e5efe9; padding: 38px; display: flex; align-items: center; gap: 45px; justify-content: space-between; }
.testing-panel > div { max-width: 650px; }
.testing-panel .eyebrow { color: #bfdaa2; }
.testing-panel h2 { color: white; margin: 8px 0; font-size: 1.9rem; letter-spacing: -.04em; }
.text-link { color: white; text-underline-offset: 5px; }
.text-link:hover, .text-link:focus-visible { color: #d7efa7; }
.help-section { padding: 65px 0 75px; }
.help-section h2 { margin-bottom: 8px; }
.help-section > p { color: var(--muted); }
.help-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; margin-top: 20px; }
.help-links a { display: flex; justify-content: space-between; gap: 12px; text-decoration: none; padding: 18px 0; border-bottom: 1px solid var(--border); font-weight: 550; }
.help-links a:hover { text-decoration: underline; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 24px; max-width: 1120px; width: min(calc(100% - 48px), 1120px); }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 12px 22px; }
@media (max-width: 850px) {
    .header-inner { flex-direction: column; align-items: flex-start; }
    .hero { gap: 26px; padding: 48px 0; }
    .hero-art { padding: 18px; border-radius: 32px; }
    .feature-grid { grid-template-columns: 1fr; }
    .testing-panel { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (max-width: 560px) {
    .hero { grid-template-columns: 1fr; gap: 32px; }
    .hero-art { max-width: 340px; justify-self: center; transform: none; }
    .hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
    .header-inner, .home-shell, .footer-inner { width: calc(100% - 36px); }
    .help-links { grid-template-columns: 1fr; }
    .testing-panel { padding: 26px; }
    .feature { padding: 24px; }
}
