@font-face { font-family: "Merriweather"; src: url("/public/fonts/merriweather-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Merriweather"; src: url("/public/fonts/merriweather-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Merriweather"; src: url("/public/fonts/merriweather-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Merriweather"; src: url("/public/fonts/merriweather-latin-400-italic.woff2") format("woff2"); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/public/fonts/source-sans-3-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/public/fonts/source-sans-3-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/public/fonts/source-sans-3-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/public/fonts/source-sans-3-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root { --coal: #111111; --paper: #faf8f3; --acid: #d42929; --rust: #d42929; --ink: #111111; --muted: #4f4d49; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Source Sans 3", Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.announcement { background: var(--acid); color: #fff; text-align: center; padding: 8px 20px; font: 700 10px/1.2 "Source Sans 3", Arial; letter-spacing: .16em; text-transform: uppercase; }
.site-header { height: 86px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: var(--paper); border-bottom: 1px solid #c9c5ba; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: clamp(180px, 18vw, 220px); height: auto; mix-blend-mode: multiply; }
.nav { display: flex; gap: clamp(22px, 3vw, 48px); align-items: center; }
.nav a { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--rust); transition: right .2s; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.menu-button { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 10px; }
.menu-button span { display: block; width: 100%; height: 2px; background: var(--coal); margin: 6px 0; }
.hero { height: min(780px, calc(100vh - 116px)); min-height: 620px; position: relative; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url("https://www.memoriachilena.gob.cl/archivos2/thumb750/MC0061475.jpg") 63% 43%/cover no-repeat; filter: grayscale(1) contrast(1.1); transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,10,.94) 0%, rgba(10,12,10,.66) 46%, rgba(10,12,10,.12) 79%), linear-gradient(0deg, rgba(10,12,10,.45), transparent 45%); }
.hero-content { position: absolute; left: clamp(24px, 7vw, 110px); top: 50%; transform: translateY(-50%); max-width: 760px; }
.eyebrow, .section-kicker { margin: 0 0 25px; font: 800 10px/1 "Source Sans 3", Arial; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { color: #dddcd5; }
.eyebrow span { color: #fff; background: var(--acid); padding: 7px 10px; margin-right: 13px; }
.hero h1 { font: 800 clamp(58px, 7.4vw, 112px)/.78 "Merriweather", Georgia, serif; letter-spacing: -.065em; margin: 0; max-width: 850px; }
.hero h1 i { color: var(--acid); font-weight: 400; }
.hero-copy { font: 400 clamp(16px, 1.35vw, 20px)/1.55 "Merriweather", Georgia, serif; max-width: 440px; margin: 38px 0 30px; color: #e1dfd6; }
.primary-button { color: var(--coal); background: var(--paper); border: 0; padding: 17px 21px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s, transform .2s; }
.primary-button span { color: var(--rust); font-size: 18px; margin-left: 30px; }
.primary-button:hover { background: var(--acid); color: #fff; transform: translateY(-2px); }
.hero-caption { position: absolute; right: 4vw; bottom: 35px; text-align: right; font: 700 9px/1.45 "Source Sans 3", Arial; letter-spacing: .09em; text-transform: uppercase; }
.hero-caption span { color: #c3c0b8; font-weight: 400; }
.hero-index { position: absolute; right: 4vw; top: 35px; font: 700 12px/1 "Source Sans 3", Arial; letter-spacing: .15em; }.hero-index span { color: var(--acid); margin: 0 7px; }
.manifesto { padding: 110px 7vw 120px; display: grid; grid-template-columns: 1fr 3fr 1.2fr; gap: 5vw; border-bottom: 1px solid #c9c5ba; }
.section-kicker { color: var(--rust); padding-top: 9px; }
.manifesto-text { margin: 0; font: 400 clamp(34px, 4vw, 61px)/1.1 "Merriweather", Georgia, serif; letter-spacing: -.035em; }.manifesto-text em { color: var(--rust); }
.manifesto-main { display: grid; gap: 24px; }.manifesto-detail { margin: 0; max-width: 850px; font: 18px/1.65 "Merriweather", Georgia, serif; color: var(--muted); }.manifesto-aside { align-self: end; font: 12px/1.65 "Source Sans 3", Arial; color: var(--muted); }.manifesto-aside strong { color: var(--ink); font-size: 14px; }.project-since { margin-top: 25px; color: var(--acid); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.coal-line { display: block; width: 45px; height: 4px; background: var(--acid); margin-bottom: 20px; }
.stories { padding: 105px 7vw 130px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.section-heading h2, .timeline h2 { font: 400 clamp(42px, 5.5vw, 78px)/.95 "Merriweather", Georgia, serif; letter-spacing: -.045em; margin: 0; }
.search-box { border-bottom: 1px solid #8f8d84; display: flex; align-items: center; width: 260px; padding: 9px 2px; gap: 10px; }.search-box span { font-size: 24px; transform: rotate(-15deg); }.search-box input { width: 100%; background: transparent; border: 0; outline: 0; font-size: 12px; }.search-box input::placeholder { color: #77776f; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 48px 0 35px; }.filters button { background: transparent; border: 1px solid #b9b6ac; padding: 10px 15px; cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.filters button.active, .filters button:hover { background: var(--acid); color: white; border-color: var(--acid); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.article-card { background: #fff; border: 1px solid #dedbd4; min-width: 0; }.article-card.featured { grid-column: span 2; grid-row: span 2; }.article-image { height: 250px; background-size: cover; background-position: center; filter: grayscale(1); position: relative; }.featured .article-image { height: 480px; }.article-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.46), transparent 45%); }.article-image span { position: absolute; z-index: 1; left: 18px; bottom: 15px; color: white; font: italic 22px/1 "Merriweather", Georgia; }
.article-body { padding: 25px 25px 28px; }.article-meta { font: 800 9px/1 "Source Sans 3", Arial!important; text-transform: uppercase; letter-spacing: .12em; color: var(--rust)!important; }.article-meta span { color: #99978f; margin: 0 4px; }.article-body h3 { font: 500 29px/1.05 "Merriweather", Georgia, serif; letter-spacing: -.025em; margin: 14px 0 12px; }.featured .article-body h3 { font-size: clamp(36px, 4vw, 58px); }.article-body > p { font: 14px/1.5 "Merriweather", Georgia, serif; color: #63635c; margin: 0; max-width: 550px; }.article-body button { border: 0; padding: 0 0 4px; border-bottom: 1px solid; margin-top: 24px; background: none; font: 800 10px/1 "Source Sans 3", Arial; text-transform: uppercase; letter-spacing: .11em; cursor: pointer; }.article-body button span { color: var(--rust); margin-left: 14px; }.empty-state { padding: 70px 20px; text-align: center; border: 1px solid #c5c1b7; color: var(--muted); font-family: "Merriweather", Georgia, serif; }
.timeline { background: #f0ede6; color: var(--ink); padding: 110px 7vw; display: grid; grid-template-columns: 1fr 1.1fr; gap: 9vw; border-block: 1px solid #d7d3ca; }.section-kicker.light { color: var(--acid); }.timeline h2 i { color: var(--acid); font-weight: 400; }.years { border-top: 1px solid #c7c2b8; }.years button { color: inherit; width: 100%; display: grid; grid-template-columns: 125px 1fr; gap: 20px; text-align: left; padding: 26px 5px; border: 0; border-bottom: 1px solid #c7c2b8; background: none; cursor: pointer; }.years strong { font: 400 34px/1 "Merriweather", Georgia; color: var(--acid); }.years span { font: 13px/1.5 "Source Sans 3", Arial; align-self: center; color: var(--muted); }.years button:hover { background: #fff; }
.voices { text-align: center; padding: 110px 15vw 120px; }.voice-number { font: 110px/.5 "Merriweather", Georgia; color: var(--rust); }.voices blockquote { margin: 30px auto; max-width: 950px; font: italic clamp(31px, 4vw, 57px)/1.15 "Merriweather", Georgia, serif; letter-spacing: -.03em; }.voices p { font: 800 10px/1 "Source Sans 3", Arial; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
footer { background: #f0ede6; border-top: 1px solid #d7d3ca; padding: 65px 7vw; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: end; }.footer-brand { justify-self: start; }.footer-brand img { width: 255px; }footer > p { font: 13px/1.5 "Merriweather", Georgia; color: var(--muted); margin: 0; max-width: 300px; }footer > div { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; font: 800 10px/1 "Source Sans 3", Arial; text-transform: uppercase; letter-spacing: .1em; }.footer-contact > span { color: var(--acid); font-size: 9px; }.social-link { display: inline-flex; align-items: center; gap: 9px; }.social-link i { width: 18px; color: var(--acid); font-size: 17px; text-align: center; }.social-link:hover i { color: var(--ink); }footer a:hover { color: var(--acid); }
@media (max-width: 900px) { .nav { display: none; position: absolute; top: 86px; left: 0; right: 0; background: var(--paper); padding: 25px 6vw; flex-direction: column; align-items: flex-start; box-shadow: 0 10px 20px #0002; }.nav.open { display: flex; }.menu-button { display: block; }.hero { min-height: 610px; }.hero-content { left: 7vw; }.hero h1 { font-size: clamp(55px, 12vw, 88px); }.manifesto { grid-template-columns: 1fr; gap: 26px; padding-block: 80px; }.manifesto-aside { max-width: 420px; }.article-grid { grid-template-columns: 1fr 1fr; }.article-card.featured { grid-column: span 2; }.timeline { grid-template-columns: 1fr; }.timeline h2 { margin-bottom: 40px; }footer { grid-template-columns: 1fr 1fr; }footer > div { grid-column: 2; } }
@media (max-width: 600px) { .announcement { font-size: 8px; }.site-header { height: 72px; }.nav { top: 72px; }.hero { height: 690px; }.hero-content { top: 46%; }.hero h1 { font-size: 58px; }.hero-copy { max-width: 310px; margin-top: 30px; }.hero-caption { display: none; }.section-heading { align-items: start; flex-direction: column; }.search-box { width: 100%; }.article-grid { grid-template-columns: 1fr; }.article-card.featured { grid-column: auto; grid-row: auto; }.featured .article-image, .article-image { height: 290px; }.featured .article-body h3 { font-size: 36px; }.timeline { padding-block: 80px; }.years button { grid-template-columns: 90px 1fr; }.voices { padding-inline: 7vw; }footer { grid-template-columns: 1fr; align-items: start; }footer > div { grid-column: auto; align-items: flex-start; } }
