:root {
  --green-900: #074d31;
  --green-800: #0b563d;
  --green-700: #14573a;
  --green-600: #1b8354;
  --green-100: #ecfdf3;
  --green-50: #f3fcf6;
  --ink: #161616;
  --display: #1f2a37;
  --muted: #6c737f;
  --line: #d2d6db;
  --line-soft: #e5e7eb;
  --surface: #f9fafb;
  --surface-strong: #f3f4f6;
  --white: #ffffff;
  --gold: #9a7326;
  --rose: #a81f5d;
  --blue: #0b63b6;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow: 0 18px 55px rgba(7, 77, 49, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "IBM Plex Sans Arabic", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1280px, calc(100% - 10rem)); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 1rem; top: -5rem; z-index: 100; background: var(--white); color: var(--green-900); padding: .75rem 1rem; border-radius: var(--radius-sm); font-weight: 700; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #f6c344; outline-offset: 3px; }

.digital-stamp { min-height: 32px; display: flex; align-items: center; background: var(--surface-strong); color: var(--display); font-size: .875rem; }
.digital-stamp .container { display: flex; align-items: center; gap: .5rem; }
.status-dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 4px rgba(27,131,84,.12); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(12px); }
.site-header__inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; color: var(--ink); }
.brand small { color: var(--muted); font-size: .75rem; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 46px; }
.brand__mark img { width: 38px; height: 42px; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: 1.5rem; }
.header-actions a { text-decoration: none; font-weight: 600; }
.language-toggle { display: inline-flex; align-items: center; gap: .5rem; min-height: 42px; border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: .55rem .85rem; border-radius: var(--radius-sm); cursor: pointer; }
.language-toggle:hover, .language-toggle:focus-visible { background: var(--surface); border-color: var(--green-600); }

.home-hero, .poster-hero { position: relative; overflow: hidden; isolation: isolate; color: var(--white); background: var(--green-900); }
.home-hero { min-height: 491px; display: grid; align-items: center; }
.home-hero__pattern, .poster-hero__pattern { position: absolute; inset: 0; z-index: -1; opacity: .62; background-image: linear-gradient(30deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%, rgba(255,255,255,.035)), linear-gradient(150deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%, rgba(255,255,255,.035)), linear-gradient(30deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%, rgba(255,255,255,.035)), linear-gradient(150deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%, rgba(255,255,255,.035)); background-size: 80px 140px; background-position: 0 0, 0 0, 40px 70px, 40px 70px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
[dir="ltr"] .home-hero__pattern, [dir="ltr"] .poster-hero__pattern { transform: scaleX(-1); }
.home-hero::after, .poster-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; inset-inline-end: -180px; top: -180px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); z-index: -1; }
.home-hero__content { padding-block: 5rem; }
.eyebrow, .section-kicker { margin: 0 0 .75rem; font-weight: 700; letter-spacing: .02em; }
.eyebrow { color: #d7f5e3; }
.home-hero h1, .poster-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.75rem, 5vw, 4rem); line-height: 1.15; letter-spacing: -.035em; }
.hero-lead { max-width: 790px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.86); font-size: 1.25rem; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .65rem 1.1rem; border-radius: var(--radius-sm); text-decoration: none; font-weight: 700; }
.button--light { background: var(--white); color: var(--green-900); }
.button--primary { background: var(--green-600); color: var(--white); }
.button:hover { transform: translateY(-1px); }

.intro-strip { padding-block: 4.5rem; }
.intro-strip__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 7rem; align-items: end; }
.section-kicker { color: var(--green-600); font-size: .875rem; text-transform: uppercase; }
.intro-strip h2, .section-heading h2, .sources-card h2 { margin: 0; color: var(--display); font-size: clamp(1.9rem, 3vw, 2.35rem); line-height: 1.25; }
.intro-strip__grid > p { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }

.poster-directory { padding-block: 5rem; background: var(--surface); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-count { margin: 0; color: var(--muted); }
.section-count span:first-child { color: var(--green-600); font-size: 2rem; font-weight: 700; }
.poster-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.poster-card { --accent: var(--green-600); min-height: 315px; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.poster-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--accent), white 45%); }
.poster-card--gold { --accent: var(--gold); }
.poster-card--green { --accent: var(--green-600); }
.poster-card--rose { --accent: var(--rose); }
.poster-card--blue { --accent: var(--blue); }
.poster-card__top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.poster-card__number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--white); background: var(--accent); font-weight: 700; }
.poster-card__kicker { color: var(--accent); font-size: .875rem; font-weight: 700; }
.poster-card h3 { margin: 0 0 .65rem; font-size: 1.5rem; line-height: 1.3; }
.poster-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.poster-card > a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line-soft); color: var(--accent); font-weight: 700; text-decoration: none; }
.arrow { font-size: 1.4rem; transition: transform .2s ease; }
[dir="ltr"] .arrow { transform: rotate(180deg); }
.poster-card > a:hover .arrow { transform: translateX(-4px); }
[dir="ltr"] .poster-card > a:hover .arrow { transform: rotate(180deg) translateX(-4px); }

.how-it-works { padding-block: 5rem; }
.section-heading--compact { margin-bottom: 2.5rem; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: step; }
.steps li { padding: 1.5rem; border-top: 3px solid var(--green-600); background: var(--green-50); }
.steps li > span { display: block; margin-bottom: 2.5rem; color: var(--green-600); font-weight: 700; }
.steps strong { display: block; font-size: 1.15rem; }
.steps p { margin: .5rem 0 0; color: var(--muted); }

.site-footer { background: var(--green-900); color: var(--white); padding: 4rem 0 1.5rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 5rem; }
.footer-brand { display: flex; align-items: flex-start; gap: 1rem; }
.brand__mark--footer { width: 56px; height: 58px; padding: .4rem; background: var(--white); border-radius: var(--radius-sm); }
.brand__mark--footer img { width: 42px; height: 46px; }
.footer-brand strong { font-size: 1.25rem; }
.footer-brand p { max-width: 420px; margin: .5rem 0 0; color: rgba(255,255,255,.7); }
.site-footer h2 { margin: 0 0 1rem; padding-bottom: .65rem; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 1rem; }
.site-footer__grid > div:not(.footer-brand) a { display: block; width: max-content; margin: .65rem 0; color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.64); font-size: .875rem; }

.poster-hero { min-height: 460px; padding-block: 2rem 4rem; }
.breadcrumb { display: flex; align-items: center; gap: .65rem; margin-bottom: 5rem; color: rgba(255,255,255,.72); font-size: .875rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--white); text-decoration: underline; }
.poster-hero__layout { display: grid; grid-template-columns: 1fr 180px; gap: 5rem; align-items: end; }
.poster-number { justify-self: end; width: 168px; height: 168px; display: grid; align-content: center; justify-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.07); backdrop-filter: blur(7px); }
.poster-number span { color: rgba(255,255,255,.7); }
.poster-number strong { font-size: 3.8rem; line-height: 1; }
.poster-page--gold .poster-number { box-shadow: inset 0 0 0 10px rgba(154,115,38,.22); }
.poster-page--rose .poster-number { box-shadow: inset 0 0 0 10px rgba(168,31,93,.2); }
.poster-page--blue .poster-number { box-shadow: inset 0 0 0 10px rgba(11,99,182,.22); }

.poster-introduction { padding-block: 5rem; }
.reading-layout { display: grid; grid-template-columns: 240px minmax(0, 750px); gap: 6rem; justify-content: center; }
.reading-label { padding-top: .35rem; border-top: 3px solid var(--green-600); }
.reading-label span { display: block; color: var(--green-600); font-size: 2rem; font-weight: 700; }
.reading-label p { margin: .35rem 0 0; color: var(--muted); }
.lead-paragraph { margin: 0; color: var(--display); font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.8; }
.poster-tagline { display: inline-flex; margin: 1.35rem 0 0; padding: .55rem 1rem; border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--accent) 10%, white); color: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .01em; }
.facts-section { padding-block: 2rem 5rem; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.fact { min-height: 180px; display: grid; align-content: center; justify-items: center; text-align: center; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.fact strong { color: var(--identity, var(--green-700)); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; }
.fact span { margin-top: .75rem; color: var(--muted); }
.feature-section { padding-block: 5rem; border-block: 1px solid var(--line-soft); background: var(--white); }
.feature-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(280px, 1.2fr); gap: .5rem 5rem; align-items: end; margin-bottom: 2.25rem; }
.feature-heading .section-kicker { grid-column: 1 / -1; color: var(--identity, var(--green-600)); }
.feature-heading h2 { margin: 0; color: var(--display); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.2; }
.feature-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.feature-card { min-height: 210px; display: grid; grid-template-columns: 76px 1fr; gap: 1.1rem; padding: 1.35rem; border: 1px solid var(--line); background: var(--surface); }
.feature-card__visual { position: relative; width: 76px; height: 100%; min-height: 160px; overflow: hidden; display: grid; align-content: space-between; justify-items: center; padding: .75rem .4rem; color: var(--white); background: var(--identity, var(--green-700)); }
.feature-card__visual::before { content: ""; position: absolute; inset: 0; opacity: .2; background: url("identity/hero-pattern.png") left center / auto 100% no-repeat; }
.feature-card__visual span, .feature-card__visual strong { position: relative; z-index: 1; }
.feature-card__visual span { font-size: .72rem; letter-spacing: .12em; }
.feature-card__visual strong { font-size: 2.2rem; line-height: 1; }
.feature-card--portrait { grid-template-columns: 118px 1fr; background: var(--white); }
.feature-card--portrait .feature-card__visual { width: 118px; padding: 0; align-content: stretch; background: #efe8ea; }
.feature-card--portrait .feature-card__visual::before { display: none; }
.feature-card--portrait .feature-card__visual img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; object-position: center top; }
.feature-card--portrait .feature-card__visual span { position: absolute; inset-block-start: .6rem; inset-inline-start: .6rem; display: grid; place-items: center; min-width: 30px; height: 30px; padding-inline: .35rem; background: rgba(6,77,55,.88); border: 1px solid rgba(255,255,255,.7); }
.feature-card h3 { margin: .2rem 0 .65rem; color: var(--display); font-size: 1.15rem; line-height: 1.4; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.feature-card--media { min-height: 0; display: block; padding: 0; overflow: hidden; background: var(--white); }
.feature-card--media .feature-card__visual { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; padding: 0; display: block; background: #dfe8e3; }
.feature-card--media .feature-card__visual::before { display: none; }
.feature-card--media .feature-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.feature-card--media .feature-card__visual span { position: absolute; inset-block-start: .8rem; inset-inline-start: .8rem; display: grid; place-items: center; min-width: 36px; height: 36px; padding-inline: .45rem; background: rgba(5, 65, 48, .9); border: 1px solid rgba(255,255,255,.75); }
.feature-card__copy { padding: 1.45rem; }
.feature-card:not(.feature-card--media) .feature-card__copy { padding: 0; }
.feature-card__status { display: inline-flex; margin-bottom: .65rem; padding: .34rem .68rem; border-radius: 999px; background: color-mix(in srgb, var(--identity), white 88%); color: var(--identity); font-size: .78rem; font-weight: 700; }
.feature-card__meta { margin: -.25rem 0 .65rem !important; color: var(--identity) !important; font-size: .9rem; font-weight: 700; }
.feature-card ul, .story-block ul { margin: 1rem 0 0; padding-inline-start: 1.2rem; color: var(--muted); line-height: 1.75; }
.feature-card li + li, .story-block li + li { margin-top: .35rem; }
.story-block__eyebrow { margin: .75rem 0 0 !important; color: var(--identity) !important; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.story-section { padding-block: 5rem; background: var(--surface); }
.story-grid { max-width: 990px; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.story-block { position: relative; min-height: 330px; padding: 3rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--line-soft); }
.story-block__index { display: block; color: var(--green-600); font-weight: 700; }
.story-block h2 { margin: 2rem 0 1rem; font-size: 1.65rem; }
.story-block p { margin: 0; color: var(--muted); line-height: 1.9; }
.sources-section { padding-block: 5rem; }
.sources-card { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding: 3rem; border-radius: var(--radius-lg); background: var(--green-50); }
.sources-card ul { list-style: none; padding: 0; margin: 0; }
.sources-card li + li { margin-top: .75rem; }
.sources-card a { display: flex; justify-content: space-between; padding: 1rem; background: var(--white); border: 1px solid #abefc6; border-radius: var(--radius-md); color: var(--green-700); font-weight: 700; text-decoration: none; }
.sources-card a:hover { border-color: var(--green-600); }
.poster-navigation { padding-block: 2rem 5rem; }
.poster-navigation__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; }
.poster-navigation a { min-height: 88px; display: grid; align-content: center; padding: 1rem 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-md); text-decoration: none; }
.poster-navigation a:last-child { text-align: end; }
.poster-navigation a span { color: var(--muted); font-size: .875rem; }
.poster-navigation a strong { margin-top: .2rem; }
.poster-navigation a:hover { border-color: var(--green-600); background: var(--green-50); }
.poster-navigation .poster-navigation__all { min-height: 48px; color: var(--green-700); font-weight: 700; }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 2rem; }
.error-page h1 { font-size: 2.5rem; margin: 0; }
.error-page p { color: var(--muted); }
.activity-promo { padding-block: 2rem 6rem; background: var(--surface); }
.activity-promo__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 3rem; border-radius: var(--radius-lg); background: var(--green-800); color: var(--white); }
.activity-promo h2 { margin: .35rem 0 .75rem; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.activity-promo p:not(.section-kicker) { max-width: 680px; margin: 0; color: #d1fadf; line-height: 1.8; }
.activity-promo .section-kicker { color: #75e0a7; }
.activity-promo .button { flex: 0 0 auto; background: var(--white); color: var(--green-800); }
.activity-hero { position: relative; overflow: hidden; padding-block: 2rem 5rem; background: var(--green-800); color: var(--white); }
.activity-hero__pattern { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(30deg, transparent 24%, rgba(255,255,255,.16) 25%, rgba(255,255,255,.16) 26%, transparent 27%, transparent 74%, rgba(255,255,255,.16) 75%, rgba(255,255,255,.16) 76%, transparent 77%); background-size: 72px 126px; }
.activity-hero .container { position: relative; }
.activity-hero .breadcrumb { margin-bottom: 3.5rem; }
.activity-hero h1 { margin: .5rem 0 1rem; font-size: clamp(3rem, 7vw, 5.5rem); }
.activity-hero .hero-lead { max-width: 820px; }
.word-search-section { padding-block: 5rem; background: var(--surface); }
.word-search-layout { display: grid; grid-template-columns: minmax(0, 720px) minmax(240px, 1fr); gap: 3rem; align-items: start; }
.word-grid { direction: ltr; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); width: 100%; aspect-ratio: 1; overflow: hidden; border: 1px solid #a9b7b1; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.word-cell { display: grid; place-items: center; min-width: 0; border: 0; border-inline-end: 1px solid #e4e7ec; border-block-end: 1px solid #e4e7ec; background: transparent; color: var(--ink); font: inherit; font-size: clamp(.72rem, 2.1vw, 1.2rem); font-weight: 700; cursor: pointer; }
.word-cell:hover, .word-cell:focus-visible { background: var(--green-50); outline: 2px solid var(--green-600); outline-offset: -2px; }
.word-cell.is-selected { background: #fef0c7; color: #93370d; }
.word-cell.is-found { background: var(--green-600); color: var(--white); }
.word-status { min-height: 1.75rem; margin: 1rem 0 0; color: var(--green-700); font-weight: 700; }
.word-panel { position: sticky; top: 2rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.word-panel h2 { margin: .4rem 0 1.5rem; }
.word-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.word-list li { padding: .7rem .85rem; border-radius: 999px; background: var(--green-50); color: var(--green-800); font-weight: 700; text-align: center; }
.word-list li.is-found { text-decoration: line-through; opacity: .48; }

/* Saudi National Day identity layer — adapted from the supplied Figma exports. */
.site-header { border-bottom: 0; }
.site-header::after { content: ""; position: absolute; inset-inline: 0; bottom: -4px; height: 4px; background: linear-gradient(90deg, #84c900 0 16.66%, #6f8f64 16.66% 33.32%, #c52265 33.32% 49.98%, #0583c7 49.98% 66.64%, #6a6dd2 66.64% 83.3%, #9a7326 83.3%); }
.brand__identity strong { color: var(--green-900); font-size: 1.05rem; }
.brand__identity small { color: var(--muted); letter-spacing: .025em; }

.home-hero { min-height: 650px; background: #064d37; }
.home-hero::after { display: none; }
.home-hero__pattern, .poster-hero__pattern { opacity: .52; background-image: linear-gradient(90deg, transparent 30%, rgba(5,76,53,.08) 60%, rgba(5,76,53,.75)), url("identity/hero-pattern.png"); background-repeat: no-repeat; background-position: left center; background-size: cover; mask-image: none; }
[dir="ltr"] .home-hero__pattern, [dir="ltr"] .poster-hero__pattern { transform: scaleX(-1); }
.home-hero__layout { min-height: 650px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 4rem; align-items: center; padding-block: 4rem; }
.home-hero__content { padding-block: 0; position: relative; z-index: 1; }
.home-hero h1 { max-width: 680px; font-size: clamp(3.25rem, 5.8vw, 5.75rem); }
.national-day-lockup { width: max-content; display: grid; margin-bottom: 2.25rem; padding: .7rem 1rem .6rem; border: 2px solid #13a36e; background: #053f34; color: var(--white); box-shadow: inset 0 0 0 3px rgba(255,255,255,.04); text-align: center; transform: rotate(-1deg); }
.national-day-lockup strong { font-size: 1.5rem; line-height: 1.05; }
.national-day-lockup span { margin-top: .35rem; font-size: .65rem; letter-spacing: .08em; }
.national-day-lockup--compact { margin-bottom: 1.5rem; transform: none; }
.national-day-lockup--compact strong { font-size: 1.15rem; }
.identity-mosaic { direction: ltr; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; padding: 1rem; background: rgba(0,35,30,.56); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.identity-mosaic::before { content: ""; position: absolute; inset: -1.15rem auto -1.15rem -1.15rem; width: .65rem; background: linear-gradient(180deg, #84c900 0 16.66%, #6f8f64 16.66% 33.32%, #c52265 33.32% 49.98%, #0583c7 49.98% 66.64%, #6a6dd2 66.64% 83.3%, #9a7326 83.3%); }
.identity-tile { margin: 0; overflow: hidden; aspect-ratio: 1; background: #043f35; }
.identity-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.identity-tile:hover img { transform: scale(1.045); }

.intro-strip { position: relative; border-bottom: 1px solid var(--line-soft); }
.intro-strip::before { content: ""; position: absolute; inset: 0 0 auto; height: 10px; background: linear-gradient(90deg, #84c900 0 16.66%, #6f8f64 16.66% 33.32%, #c52265 33.32% 49.98%, #0583c7 49.98% 66.64%, #6a6dd2 66.64% 83.3%, #9a7326 83.3%); }

.poster-grid { gap: 1.35rem; }
.poster-card { --identity: var(--green-600); min-height: 0; display: block; padding: 0; overflow: hidden; border-radius: 0; border: 1px solid color-mix(in srgb, var(--identity), white 54%); box-shadow: 0 10px 30px rgba(7,77,49,.06); }
.poster-card--vision { --identity: #9a7326; }
.poster-card--giving { --identity: #6a6dd2; }
.poster-card--determination { --identity: #c52265; }
.poster-card--generosity { --identity: #0583c7; }
.poster-card--courage { --identity: #6f8f64; }
.poster-card--authenticity { --identity: #72bd00; }
.poster-card--identity { --identity: #0a6b4b; }
.poster-card:hover { border-color: var(--identity); box-shadow: 0 24px 56px color-mix(in srgb, var(--identity), transparent 82%); }
.poster-card__visual { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #033f35; }
.poster-card > .poster-card__visual { display: block; padding: 0; border: 0; color: inherit; }
.poster-card__visual::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(0,31,26,.75)); }
.poster-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.poster-card:hover .poster-card__visual img { transform: scale(1.025); }
.poster-card__number { position: absolute; z-index: 2; inset-block-start: 1rem; inset-inline-start: 1rem; width: 46px; height: 46px; background: rgba(255,255,255,.94); color: var(--identity); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.poster-card__identity { position: absolute; z-index: 2; inset-inline: 1rem; bottom: 1rem; color: var(--white); font-size: 1rem; font-weight: 700; }
.poster-card__body { min-height: 194px; padding: 1.4rem 1.4rem 1rem; }
.poster-card__kicker { display: block; margin-bottom: .65rem; color: var(--identity); }
.poster-card h3 { font-size: 1.65rem; }
.poster-card > .poster-card__link { margin: 0 1.4rem; padding: 1rem 0 1.25rem; border-top: 1px solid var(--line-soft); color: var(--identity); }
.poster-card > a:hover .arrow { transform: translateX(-4px); }

.poster-page { --identity: #0a6b4b; }
.poster-page--vision { --identity: #80601e; }
.poster-page--giving { --identity: #5558b6; }
.poster-page--determination { --identity: #a71850; }
.poster-page--generosity { --identity: #075f98; }
.poster-page--courage { --identity: #54764e; }
.poster-page--authenticity { --identity: #4d8400; }
.poster-page--identity { --identity: #07563e; }
.poster-hero { min-height: 650px; padding-block: 2rem 4.5rem; background: var(--identity); }
.poster-hero::after { content: ""; display: block; position: absolute; z-index: -1; inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(110deg, rgba(0,0,0,.22), transparent 55%); box-shadow: none; }
.poster-hero__pattern { opacity: .18; background-blend-mode: luminosity; }
.poster-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(330px, 460px); gap: 5rem; align-items: center; }
.poster-hero__copy { min-width: 0; }
.poster-hero__visual { position: relative; margin: 0; padding: .65rem; background: rgba(0,39,33,.45); border: 1px solid rgba(255,255,255,.35); box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.poster-hero__visual::before { content: ""; position: absolute; inset: -.65rem; z-index: -1; border: 2px solid rgba(255,255,255,.12); }
.poster-hero__visual img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.poster-hero__visual figcaption { position: absolute; inset-inline: 1.35rem; bottom: 1.35rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .7rem .9rem; background: rgba(3,52,43,.91); border: 1px solid #19a873; color: var(--white); }
.poster-hero__visual figcaption span { font-weight: 700; }
.poster-hero__visual figcaption strong { font-size: .78rem; }
.poster-number { display: none; }

.reading-label { border-top-color: var(--identity, var(--green-600)); }
.site-footer { position: relative; padding-top: 6rem; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 72px; background: linear-gradient(rgba(7,77,49,.82), rgba(7,77,49,.82)), url("identity/hero-pattern.png") left center / cover no-repeat; border-bottom: 1px solid rgba(255,255,255,.16); }
.activity-hero { min-height: 500px; display: grid; align-items: center; background: #064d37; }
.activity-hero__pattern { opacity: .45; background-image: linear-gradient(90deg, rgba(6,77,55,.18), rgba(6,77,55,.82)), url("identity/hero-pattern.png"); background-repeat: no-repeat; background-position: left center; background-size: cover; }
.activity-promo__inner { position: relative; overflow: hidden; border-radius: 0; border-inline-start: 10px solid #84c900; box-shadow: 0 22px 55px rgba(7,77,49,.12); }
.activity-promo__inner::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 42%; opacity: .12; background: url("identity/hero-pattern.png") left center / cover no-repeat; pointer-events: none; }
.poster-card--identity .poster-card__visual img, .poster-page--identity .poster-hero__visual img { object-fit: contain; background: #f3f4f6; }

@media (max-width: 1000px) {
  .container { width: min(100% - 3rem, 860px); }
  .home-hero__layout { min-height: 0; grid-template-columns: 1fr; gap: 3rem; padding-block: 4rem; }
  .identity-mosaic { width: min(100%, 650px); }
  .poster-hero__layout { grid-template-columns: 1fr; gap: 3rem; }
  .poster-hero__visual { width: min(100%, 520px); }
  .poster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-strip__grid { gap: 3rem; }
  .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
  .word-search-layout { grid-template-columns: 1fr; }
  .word-panel { position: static; }
}

@media (max-width: 700px) {
  .container { width: calc(100% - 2rem); }
  .digital-stamp { min-height: 40px; font-size: .75rem; }
  .site-header__inner { height: 72px; }
  .brand small, .header-actions > a { display: none; }
  .brand__mark { width: 34px; height: 40px; transform: scale(.86); }
  .language-toggle { min-height: 40px; padding-inline: .7rem; }
  .home-hero { min-height: 525px; }
  .home-hero__layout { padding-block: 3.5rem; gap: 2.5rem; }
  .home-hero__content { padding-block: 0; }
  .national-day-lockup { margin-bottom: 1.5rem; }
  .identity-mosaic { grid-template-columns: repeat(2, 1fr); padding: .65rem; gap: .4rem; }
  .identity-mosaic::before { inset-block: -.75rem; inset-inline-start: -.75rem; width: .45rem; }
  .home-hero h1, .poster-hero h1 { font-size: clamp(2.4rem, 12vw, 3.25rem); }
  .hero-lead { font-size: 1.05rem; }
  .home-hero__pattern, .poster-hero__pattern { mask-image: linear-gradient(180deg, #000, transparent 85%); }
  .intro-strip { padding-block: 3.5rem; }
  .intro-strip__grid, .sources-card { grid-template-columns: 1fr; gap: 2rem; }
  .poster-directory, .how-it-works { padding-block: 3.5rem; }
  .section-heading { align-items: flex-start; }
  .section-count { display: none; }
  .poster-grid { grid-template-columns: 1fr; }
  .poster-card { min-height: 280px; }
  .poster-card__body { min-height: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 180px; }
  .site-footer { padding-top: 3rem; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-footer__bottom { flex-direction: column; gap: .5rem; margin-top: 3rem; }
  .poster-hero { min-height: 0; padding-block: 1.5rem 3.5rem; }
  .breadcrumb { margin-bottom: 4rem; }
  .poster-hero__layout { grid-template-columns: 1fr; gap: 2rem; }
  .poster-hero__visual { width: 100%; padding: .4rem; }
  .poster-hero__visual figcaption { inset-inline: .9rem; bottom: .9rem; }
  .poster-number { width: 110px; height: 110px; justify-self: start; }
  .poster-number strong { font-size: 2.8rem; }
  .poster-introduction { padding-block: 3.5rem; }
  .reading-layout { grid-template-columns: 1fr; gap: 2rem; }
  .reading-label { width: 150px; }
  .lead-paragraph { font-size: 1.3rem; }
  .facts-section { padding-block: 1rem 3.5rem; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact { min-height: 150px; }
  .feature-section { padding-block: 3.5rem; }
  .feature-heading { grid-template-columns: 1fr; gap: .8rem; }
  .feature-heading .section-kicker { grid-column: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 190px; grid-template-columns: 64px 1fr; padding: 1.1rem; }
  .feature-card--media { min-height: 0; display: block; padding: 0; }
  .feature-card--media .feature-card__visual { width: 100%; min-height: 0; }
  .feature-card__visual { width: 64px; min-height: 150px; }
  .feature-card--portrait { grid-template-columns: 96px 1fr; }
  .feature-card--portrait .feature-card__visual { width: 96px; }
  .story-section, .sources-section { padding-block: 3.5rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-block { min-height: auto; padding: 2rem; }
  .sources-card { padding: 1.5rem; }
  .poster-navigation { padding-bottom: 3.5rem; }
  .poster-navigation__inner { grid-template-columns: 1fr 1fr; }
  .poster-navigation__all { grid-column: 1 / -1; grid-row: 1; text-align: center; }
  .poster-navigation a { min-height: 104px; }
  .activity-promo { padding-block: 1rem 3.5rem; }
  .activity-promo__inner { align-items: flex-start; flex-direction: column; padding: 2rem; }
  .activity-hero { padding-block: 1.5rem 3.5rem; }
  .activity-hero { min-height: 0; }
  .activity-hero .breadcrumb { margin-bottom: 3rem; }
  .word-search-section { padding-block: 3.5rem; }
  .word-search-layout { gap: 2rem; }
  .word-panel { padding: 1.5rem; }
  .site-footer::before { height: 54px; }
}

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