:root {
    --site-blue: #062d5c;
    --site-green: #006b28;
    --site-green-dark: #00491d;
    --site-yellow: #f8c900;
    --site-cream: #f8f3e4;
    --site-ink: #102d4f;
    --site-muted: #546273;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.public-site { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--site-ink); background: var(--site-cream); }
.public-site main { padding-top: 86px; }
.public-site a { color: inherit; text-decoration: none; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-container { width: min(820px, 100%); }
.site-header { height: 86px; background: #001f49; color: #fff; position: fixed; inset: 0 0 auto; z-index: 1000; box-shadow: 0 8px 24px rgba(0, 20, 48, .2); }
.site-header::before,
.site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background:
        linear-gradient(to bottom, #efbd00 0 4px, transparent 4px),
        repeating-linear-gradient(90deg, #efbd00 0 48px, #155e0e 48px 96px, #001a3e 96px 120px);
}
.site-header::before { top: 0; }
.site-header::after { bottom: 0; }
.site-nav { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 5px; padding-bottom: 5px; }
.site-brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; }
.site-brand-mark { display: grid; place-items: center; width: 40px; height: 40px; background: var(--site-yellow); color: var(--site-blue); font: 700 16px Oswald, sans-serif; }
.site-brand strong { display: block; font: 400 17px/1 Anton, Oswald, sans-serif; text-transform: uppercase; letter-spacing: .025em; }
.site-brand small { display: block; margin-top: 4px; color: var(--site-yellow); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.site-menu { display: flex; align-items: center; gap: 1.5rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.site-menu a:hover { color: var(--site-yellow); }
.site-nav-cta { background: var(--site-yellow); color: var(--site-blue) !important; padding: .82rem 1.15rem; box-shadow: none; }
.site-menu-toggle { display: none; border: 0; color: var(--site-blue); background: var(--site-yellow); width: 42px; height: 42px; font-size: 1.3rem; }

.hero-section { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 30%, #16843b 0, transparent 28%), linear-gradient(120deg, #003f1a, #006b28 62%, #00491d); color: #fff; padding: 74px 0 64px; }
.hero-section::before, .benefits-section::before, .signup-section::before { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: radial-gradient(circle at 20% 30%, #fff 0 1px, transparent 1.5px); background-size: 14px 14px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; background: var(--site-yellow); color: var(--site-blue); padding: .48rem 1.2rem; font: 400 12px Anton, sans-serif; text-transform: uppercase; letter-spacing: .035em; clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%); }
.eyebrow::before { content: "✉"; font: 700 11px Inter, sans-serif; }
.hero-copy h1, .section-heading h2, .about-channel h2, .profile-copy h2 { font-family: Anton, Oswald, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: -.018em; }
.hero-copy h1 { margin: 25px 0 18px; font-size: clamp(3.2rem, 5.5vw, 5.65rem); line-height: .89; max-width: 650px; color: #fff9e9; }
.hero-copy h1 em, .section-heading h2 em { color: var(--site-yellow); font-style: normal; }
.hero-copy p { max-width: 580px; line-height: 1.72; color: rgba(255,255,255,.85); font-size: .98rem; }
.site-button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 1rem 1.35rem; border: 0; font-weight: 900; text-transform: uppercase; font-size: .8rem; cursor: pointer; box-shadow: 6px 6px 0 rgba(0,0,0,.25); }
.site-button-yellow { margin-top: 15px; background: var(--site-yellow); color: var(--site-blue); }
.site-button-green { width: 100%; background: var(--site-green); color: #fff; }
.hero-copy > small { display: block; margin-top: 15px; opacity: .72; font-size: .7rem; }
.hero-photo-wrap { position: relative; min-height: 600px; display: flex; align-items: flex-end; justify-content: center; border: 5px solid var(--site-yellow); background: linear-gradient(150deg, #ffb63b, #f49a27); transform: rotate(1.5deg); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: -22px 15px 22px -15px; border: 1px solid rgba(255,255,255,.32); z-index: -1; }
.hero-shape { position: absolute; width: 65%; height: 64%; background: rgba(237, 94, 60, .2); border-radius: 45% 45% 5% 5%; top: 16%; }
.hero-photo { position: relative; width: 100%; max-height: 650px; object-fit: contain; align-self: end; z-index: 2; }
.photo-caption { position: absolute; z-index: 4; left: 20px; bottom: -5px; padding: .6rem .8rem; background: var(--site-blue); border: 3px solid var(--site-yellow); font: 700 17px Oswald, sans-serif; text-transform: uppercase; }
.photo-caption small { display: block; color: var(--site-yellow); font-size: 8px; letter-spacing: .1em; }
.values-strip { background: #086e28; color: #fff; padding: 18px 0; text-transform: uppercase; font: 400 14px Anton, sans-serif; letter-spacing: .105em; }
.values-strip .site-container { display: flex; justify-content: space-around; gap: 1rem; }
.values-strip span::before { content: "SG"; color: var(--site-yellow); margin-right: .65rem; font: 700 8px Inter, sans-serif; }

.light-section { padding: 90px 0; background: var(--site-cream); }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { max-width: 900px; margin: 20px auto 0; font-size: clamp(2.45rem, 4.3vw, 4rem); line-height: 1.06; color: var(--site-blue); }
.section-heading h2 em { color: var(--site-green); }
.section-heading p { color: rgba(255,255,255,.8); }
.video-frame { padding: 8px; border: 4px solid var(--site-yellow); box-shadow: 10px 10px 0 rgba(6,45,92,.12); background: #111; }
.video-frame video { display: block; width: 100%; aspect-ratio: 16/9; background: #111; }
.about-channel { padding: 64px 14px 0; }
.about-channel h2 { font-size: 3rem; text-align: center; margin: 0 0 38px; color: var(--site-blue); }
.about-channel h2 em { color: var(--site-green); font-style: normal; }
.about-channel h2::after { content: ""; display: block; width: 95px; height: 5px; margin: 14px auto 0; background: var(--site-yellow); }
.about-channel p { color: var(--site-muted); line-height: 1.75; }
.about-channel > strong { display: block; margin-top: 25px; font: 700 1.15rem/1.35 Oswald, sans-serif; text-transform: uppercase; }
.highlight-box { margin: 25px 0; padding: 24px; background: #f2ecdc; border-left: 5px solid var(--site-yellow); font-weight: 700; line-height: 1.6; }

.benefits-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #00491d, #006b28); color: #fff; padding: 90px 0 100px; }
.benefits-section .site-container { position: relative; z-index: 1; }
.light-heading h2 { color: #fff9e9; }
.light-heading h2 em { color: var(--site-yellow); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-grid article { position: relative; min-height: 255px; padding: 30px 24px; border: 1px solid var(--site-yellow); background: rgba(0,50,18,.34); }
.benefit-grid article > span { display: block; color: rgba(248,201,0,.35); font: 700 4rem/1 Oswald, sans-serif; }
.benefit-grid small { position: absolute; top: -13px; left: 15px; background: var(--site-yellow); color: var(--site-blue); padding: .35rem .6rem; font: 700 10px Oswald, sans-serif; }
.benefit-grid h3 { margin: 14px 0 8px; font: 700 1.25rem/1.15 Oswald, sans-serif; text-transform: uppercase; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .83rem; line-height: 1.6; }

.profile-section { padding: 80px 0; background: #faf7eb; background-image: repeating-linear-gradient(45deg, rgba(6,45,92,.025) 0 3px, transparent 3px 12px); }
.profile-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: center; }
.profile-photo { background: var(--site-green); border: 5px solid var(--site-yellow); box-shadow: -14px 14px 0 var(--site-green); }
.profile-photo img { display: block; width: 100%; }
.profile-copy h2 { font-size: clamp(2.5rem, 4.3vw, 3.8rem); line-height: 1.03; margin: 22px 0; color: var(--site-blue); }
.profile-copy h2 em { position: relative; color: var(--site-green); font-style: normal; }
.profile-copy h2 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 5px; background: var(--site-yellow); }
.profile-copy p { color: var(--site-muted); line-height: 1.7; }
.profile-points { display: grid; gap: 10px; padding: 20px; background: var(--site-green-dark); color: #fff; font-size: .84rem; }
.profile-points strong { text-transform: uppercase; font-family: Oswald, sans-serif; }
.profile-points i { color: var(--site-yellow); margin-right: .4rem; }

.signup-section { position: relative; overflow: hidden; background: linear-gradient(140deg, #006b28, #07561f); padding: 90px 0; }
.signup-wrap { position: relative; z-index: 1; width: min(760px, calc(100% - 40px)); }
.signup-form { background: var(--site-cream); border: 4px solid var(--site-yellow); padding: 34px; box-shadow: 12px 12px 0 rgba(0,0,0,.18); }
.signup-form label { display: block; margin-bottom: 18px; color: var(--site-blue); text-transform: uppercase; font: 700 11px Oswald, sans-serif; letter-spacing: .03em; }
.signup-form input:not([type=checkbox]), .signup-form select, .signup-form textarea { display: block; width: 100%; margin-top: 7px; padding: .95rem 1rem; border: 1px solid #c5c3b9; background: #faf8ef; color: #26374b; font: 400 .9rem Inter, sans-serif; outline: 0; }
.signup-form input:focus, .signup-form select:focus, .signup-form textarea:focus { border-color: var(--site-green); box-shadow: 0 0 0 3px rgba(0,107,40,.12); }
.signup-form textarea { min-height: 125px; resize: vertical; }
.signup-form .consent-check { display: flex; align-items: flex-start; gap: 12px; text-transform: none; font: 400 .72rem/1.55 Inter, sans-serif; color: var(--site-muted); }
.consent-check input { margin-top: 4px; accent-color: var(--site-green); }
.form-note { display: block; text-align: center; margin-top: 15px; color: #88909a; font-size: .68rem; text-transform: uppercase; }
.site-alert { padding: 14px 18px; margin: 0 0 20px; color: #fff; font-weight: 700; }
.site-alert-success { background: #064e3b; }
.site-alert-error { background: #a51d2a; }

.site-footer { padding: 48px 0 22px; background: var(--site-blue); color: #fff; border-top: 4px solid var(--site-yellow); }
.site-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.site-footer-grid p { color: rgba(255,255,255,.64); font-size: .75rem; line-height: 1.7; }
.site-footer-bottom { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .7rem; }

.transparency-hero { padding: 90px 0 75px; color: #fff; background: linear-gradient(135deg, var(--site-blue), #0b4d87); }
.transparency-hero h1 { max-width: 850px; margin: 22px 0 15px; font: 700 clamp(3rem, 6vw, 5.5rem)/.98 Oswald, sans-serif; text-transform: uppercase; }
.transparency-hero p { max-width: 760px; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.7; }
.transparency-content { padding: 55px 0 90px; background: #f4f5f1; }
.transparency-notice { margin-bottom: 22px; padding: 18px; background: #fff3cd; border-left: 5px solid var(--site-yellow); color: #664d03; font-weight: 700; }
.transparency-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.transparency-stats article { padding: 22px; color: #fff; background: linear-gradient(145deg, var(--site-green-dark), var(--site-green)); }
.transparency-stats small, .amendment-values small { display: block; margin-bottom: 8px; opacity: .72; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.transparency-stats strong { font: 700 1.45rem Oswald, sans-serif; }
.transparency-filters { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr) auto; gap: 12px; align-items: end; padding: 22px; margin-bottom: 30px; background: #fff; box-shadow: 0 10px 30px rgba(6,45,92,.08); }
.transparency-filters label { color: var(--site-blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.transparency-filters input, .transparency-filters select { display: block; width: 100%; margin-top: 7px; padding: .82rem; border: 1px solid #d1d5db; background: #fff; font: inherit; }
.transparency-filters .site-button { padding: .9rem 1rem; box-shadow: none; }
.amendment-public-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.amendment-public-card { display: flex; flex-direction: column; min-height: 360px; padding: 28px; background: #fff; border-top: 5px solid var(--site-yellow); box-shadow: 0 12px 35px rgba(6,45,92,.08); }
.amendment-card-top { display: flex; justify-content: space-between; gap: 12px; color: var(--site-green); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.amendment-card-top small { color: var(--site-muted); }
.amendment-public-card h2 { margin: 20px 0; font: 700 1.4rem/1.25 Oswald, sans-serif; text-transform: uppercase; }
.amendment-meta { display: grid; gap: 8px; color: var(--site-muted); font-size: .82rem; }
.amendment-meta i { color: var(--site-green); margin-right: 5px; }
.amendment-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: auto; padding-top: 25px; }
.amendment-values span { padding: 12px; background: #f4f7f3; }
.amendment-values strong { font: 700 1rem Oswald, sans-serif; color: var(--site-blue); }
.official-source { margin-top: 18px; color: var(--site-green) !important; font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.transparency-empty { grid-column: 1/-1; padding: 70px 20px; background: #fff; text-align: center; color: var(--site-muted); }
.transparency-empty i { font-size: 2.5rem; color: var(--site-green); }
.transparency-empty h2 { color: var(--site-blue); font-family: Oswald, sans-serif; text-transform: uppercase; }
.public-pagination { display: flex; gap: 7px; margin-top: 28px; }
.public-pagination a { display: grid; place-items: center; width: 38px; height: 38px; background: #fff; color: var(--site-blue); font-weight: 800; }
.public-pagination a.active { background: var(--site-green); color: #fff; }
.transparency-source-note { margin: 35px 0 0; color: var(--site-muted); font-size: .72rem; text-align: center; }

@media (max-width: 900px) {
    .site-menu-toggle { display: grid; place-items: center; }
    .site-menu { display: none; position: absolute; top: 86px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; background: #001f49; box-shadow: 0 16px 30px rgba(0,0,0,.25); }
    .site-menu.is-open { display: flex; }
    .site-menu a { padding: .7rem; }
    .hero-grid, .profile-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy p { margin-inline: auto; }
    .hero-photo-wrap { min-height: 520px; width: min(560px, 92%); margin: 25px auto 0; }
    .benefit-grid { grid-template-columns: 1fr; gap: 28px; }
    .transparency-stats { grid-template-columns: repeat(2, 1fr); }
    .transparency-filters { grid-template-columns: repeat(2, 1fr); }
    .amendment-public-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .site-container { width: min(100% - 28px, 1180px); }
    .site-header, .site-nav { height: 76px; }
    .public-site main { padding-top: 76px; }
    .site-menu { top: 76px; }
    .site-brand strong { font-size: 13px; }
    .site-brand small { font-size: 7px; }
    .hero-section { padding-top: 55px; }
    .hero-copy h1 { font-size: 3.25rem; }
    .hero-photo-wrap { min-height: 390px; }
    .values-strip .site-container { overflow-x: auto; justify-content: flex-start; }
    .values-strip span { white-space: nowrap; }
    .light-section, .benefits-section, .profile-section, .signup-section { padding: 65px 0; }
    .about-channel { padding-inline: 0; }
    .about-channel h2 { font-size: 2.2rem; }
    .signup-form { padding: 23px 18px; }
    .site-footer-grid { grid-template-columns: 1fr; }
    .site-footer-bottom { gap: 20px; flex-direction: column; }
    .transparency-stats, .transparency-filters { grid-template-columns: 1fr; }
    .amendment-values { grid-template-columns: 1fr; }
}
