:root {
  --ink: #171916;
  --muted: #666a61;
  --paper: #f5f0e6;
  --paper-light: #fffdf8;
  --line: #d9d3c6;
  --red: #c9272c;
  --red-dark: #8f171d;
  --green: #087a49;
  --green-dark: #075332;
  --gold: #c58a2c;
  --shadow: 0 18px 55px rgba(38, 34, 25, .09);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 300px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(8, 122, 73, .42); outline-offset: 4px; }
[hidden] { display: none !important; }

.site-shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 15px; color: #fff; background: var(--ink); border-radius: 3px; font-weight: 700; }
.skip-link:focus { transform: none; }

.solidarity-stripe { display: grid; grid-template-columns: 2fr 1fr 2fr; height: 5px; background: var(--ink); }
.solidarity-stripe i:first-child { background: var(--red); }
.solidarity-stripe i:last-child { background: var(--green); }

.site-header { position: relative; z-index: 20; background: rgba(245, 240, 230, .94); border-bottom: 1px solid rgba(23, 25, 22, .14); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.wordmark > img { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 50%; object-fit: contain; mix-blend-mode: multiply; }
.wordmark-copy { display: flex; flex-direction: column; }
.wordmark strong { font-family: var(--serif); font-size: 18px; letter-spacing: -.02em; }
.wordmark small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 19px; font-size: 13px; font-weight: 700; }
.nav-search { padding-bottom: 4px; border-bottom: 2px solid var(--green); }
.nav-text { color: var(--muted); transition: color .2s; }
.nav-text:hover { color: var(--ink); }
.nav-button { padding: 0; border: 0; background: none; cursor: pointer; }
.language-switch { display: flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255, 253, 248, .7); }
.language-switch a { min-width: 29px; padding: 6px 7px; border-radius: 99px; color: var(--muted); text-align: center; font-size: 10px; letter-spacing: .05em; }
.language-switch a.active { color: #fff; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 49px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px 13px 2px 13px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button b { font-size: 18px; font-weight: 500; }
.button-dark { color: #fff; background: var(--ink); box-shadow: 6px 6px 0 rgba(8, 122, 73, .18); }
.button-dark:hover { background: var(--green-dark); box-shadow: 6px 6px 0 rgba(201, 39, 44, .18); }
.button-light { color: var(--ink); background: var(--paper-light); }
.button-outline { border-color: var(--line); background: transparent; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }

.home-hero { position: relative; isolation: isolate; padding: 84px 0 96px; background: var(--paper); }
.home-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .28; background-image: linear-gradient(rgba(23,25,22,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(23,25,22,.04) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: 88px; align-items: center; }
.section-kicker { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--green-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker span { display: block; width: 31px; height: 3px; background: linear-gradient(90deg, var(--red) 0 33%, var(--ink) 33% 66%, var(--green) 66%); }
.hero-copy h1 { max-width: 680px; margin: 25px 0 22px; font-family: var(--serif); font-size: clamp(52px, 6.3vw, 88px); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.hero-copy h1 span, .hero-copy h1 em { display: block; }
.hero-copy h1 em { color: var(--red-dark); font-style: italic; }
.hero-lead { max-width: 680px; margin: 0; color: #454940; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.guide-note { position: relative; max-width: 610px; margin-top: 47px; padding: 20px 24px 20px 33px; border-inline-start: 3px solid var(--green); background: rgba(255, 253, 248, .62); }
[dir="rtl"] .guide-note { padding: 20px 33px 20px 24px; }
.guide-note strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 16px; }
.guide-note ul { display: flex; flex-wrap: wrap; gap: 7px 25px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; line-height: 1.6; }
.guide-note li::before { content: "·"; margin-inline-end: 8px; color: var(--red); font-weight: 900; }

.hero-art { position: relative; min-height: 487px; padding: 44px 38px 40px; overflow: hidden; border: 1px solid #c9c1b2; border-radius: 3px 34px 3px 34px; background: var(--paper-light); box-shadow: var(--shadow), 12px 12px 0 rgba(23, 25, 22, .06); transform: rotate(1.3deg); }
.hero-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25; background-image: radial-gradient(#817967 .65px, transparent .65px); background-size: 6px 6px; }
.flag-corner { position: absolute; inset-block-start: 0; inset-inline-start: 0; width: 76px; height: 76px; background: linear-gradient(135deg, var(--red) 0 50%, transparent 51%); }
.sample-label { position: relative; z-index: 1; display: inline-block; margin-inline-start: 37px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.sample-search { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; margin: 45px 0 16px; padding: 17px 19px; border: 1px dashed #ada595; background: #faf7ef; font-size: 12px; }
.sample-search span { color: var(--muted); }
.sample-result { position: relative; z-index: 1; display: flex; align-items: center; gap: 15px; margin-top: 13px; padding: 22px 18px; border-inline-start: 5px solid; }
.sample-result i { display: grid; flex: 0 0 37px; height: 37px; place-items: center; border-radius: 50%; color: #fff; font-style: normal; font-weight: 900; }
.sample-result small, .sample-result strong { display: block; }
.sample-result small { margin-bottom: 5px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sample-result strong { font-family: var(--serif); font-size: 18px; }
.sample-danger { border-color: var(--red); background: #fae9e6; }
.sample-danger i { background: var(--red); }
.sample-safe { border-color: var(--green); background: #e5f2e9; }
.sample-safe i { background: var(--green); }
.hand-note { position: relative; z-index: 1; margin: 37px 4px 0; color: var(--green-dark); font-family: "Segoe Print", "Comic Sans MS", cursive; font-size: 14px; transform: rotate(-2deg); }

.process-section { padding: 102px 0; color: #eee9de; background: var(--ink); }
.process-section .section-kicker { color: #9fcab4; }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.section-heading h2 { max-width: 620px; margin: 18px 0 0; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 61px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: #b9b7ae; line-height: 1.75; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 64px 0 0; padding: 0; border-top: 1px solid #4c4e49; list-style: none; }
.process-list li { display: grid; grid-template-columns: auto 1fr; gap: 20px; min-height: 190px; padding: 31px 28px 26px 0; border-inline-end: 1px solid #4c4e49; }
[dir="rtl"] .process-list li { padding: 31px 0 26px 28px; }
.process-list li + li { padding-inline-start: 28px; }
.process-list li:last-child { border: 0; }
.process-list > li > span { color: #8d9088; font-family: var(--serif); font-size: 14px; font-style: italic; }
.process-list h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.process-list p { margin: 0; color: #aaa9a2; font-size: 13px; line-height: 1.75; }

.manifesto-section { padding: 86px 0 0; }
.manifesto-card { position: relative; display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: 28px; padding: 43px 48px; overflow: hidden; color: #fff; background: var(--green-dark); border-radius: 2px 26px 2px 26px; }
.manifesto-card::after { content: ""; position: absolute; inset-block: 0; inset-inline-end: 0; width: 32%; opacity: .1; background: repeating-linear-gradient(-45deg, transparent 0 13px, #fff 13px 14px); }
.manifesto-symbol { position: relative; width: 65px; height: 65px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.manifesto-symbol::before, .manifesto-symbol::after, .manifesto-symbol span { content: ""; position: absolute; inset-inline-start: 50%; width: 2px; height: 34px; background: #fff; transform-origin: bottom; }
.manifesto-symbol::before { inset-block-start: 4px; transform: rotate(-43deg); }
.manifesto-symbol::after { inset-block-start: 4px; transform: rotate(43deg); }
.manifesto-symbol span { inset-block-start: 12px; }
.manifesto-card p { margin: 0 0 7px; color: #a8d4be; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.manifesto-card h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.manifesto-card > div > span { color: #cfdfd6; font-size: 13px; line-height: 1.6; }
.manifesto-card .button { position: relative; z-index: 1; }
.safety-wrap { padding-block: 44px 85px; }
.safety-note, .medical-warning { display: flex; align-items: flex-start; gap: 18px; padding: 21px 24px; border: 1px solid #ddc698; background: #fbf2d9; }
.safety-note > span, .medical-warning > span { color: var(--gold); font-size: 20px; }
.safety-note h2, .medical-warning h2 { margin: 0 0 5px; font-family: var(--serif); font-size: 18px; }
.safety-note p, .medical-warning p { margin: 0; color: #665b46; font-size: 13px; line-height: 1.65; }

.search-masthead { padding: 74px 0 64px; border-bottom: 1px solid var(--line); background: var(--paper-light); }
.search-heading { max-width: 890px; text-align: center; }
.search-heading .section-kicker { justify-content: center; }
.search-heading h1 { margin: 20px 0 13px; font-family: var(--serif); font-size: clamp(46px, 6vw, 70px); font-weight: 500; letter-spacing: -.045em; }
.search-heading > p { max-width: 670px; margin: 0 auto; color: var(--muted); line-height: 1.7; }
.medicine-search { position: relative; display: flex; max-width: 790px; margin: 37px auto 0; padding: 7px; border: 1px solid #aaa395; background: #fff; box-shadow: 8px 8px 0 rgba(23,25,22,.06); }
.medicine-search input { min-width: 0; flex: 1; height: 52px; padding: 0 16px 0 48px; border: 0; outline: 0; color: var(--ink); background: transparent; }
[dir="rtl"] .medicine-search input { padding: 0 48px 0 16px; }
.medicine-search > button[type="submit"] { min-width: 128px; padding: 0 20px; border: 0; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; }
.medicine-search > button[type="submit"] b { margin-inline-start: 12px; font-size: 17px; }
.search-icon { position: absolute; z-index: 2; inset-block-start: 25px; inset-inline-start: 21px; width: 14px; height: 14px; border: 2px solid #777b73; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 2px; inset-inline-start: 10px; inset-block-start: 11px; background: #777b73; transform: rotate(45deg); }
[dir="rtl"] .search-icon::after { transform: rotate(-45deg); }
.search-help { display: block; margin-top: 15px; color: #797d75; font-size: 11px; }
.suggestions { position: absolute; z-index: 30; inset-inline: 0; inset-block-start: calc(100% + 8px); max-height: min(420px, 55vh); overflow-y: auto; padding: 7px; border: 1px solid #b9b1a3; background: #fff; box-shadow: 8px 10px 0 rgba(23,25,22,.08), 0 20px 45px rgba(23,25,22,.12); color: var(--ink); text-align: start; scrollbar-color: #aaa395 #f4f0e8; }
.suggestion-item { display: flex; width: 100%; min-width: 0; min-height: 55px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 13px; border: 0; border-bottom: 1px solid #ece7dd; color: var(--ink); background: #fff; text-align: start; cursor: pointer; }
.suggestion-item:last-child { border-bottom: 0; }
.suggestion-item:hover, .suggestion-item:focus { background: #f4f0e8; }
.suggestion-item strong, .suggestion-item small { display: block; }
.suggestion-item strong { font-size: 13px; }
.suggestion-item small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.suggestion-badge { flex: 0 0 auto; padding: 5px 8px; border-radius: 20px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.suggestion-badge.alternative { color: var(--green-dark); background: #dceee3; }
.suggestion-badge.boycott { color: var(--red-dark); background: #f6ddda; }

.search-results { max-width: 940px; padding-block: 51px 90px; }
.empty-state { display: flex; align-items: center; justify-content: center; gap: 23px; min-height: 180px; border: 1px dashed #aaa395; background: rgba(255,253,248,.45); }
.empty-state > span { font-family: var(--serif); font-size: 58px; font-weight: 300; }
.empty-state h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.empty-state p { margin: 0; color: var(--muted); }
.inline-warning { padding: 17px 20px; border-inline-start: 4px solid var(--gold); background: #fbf2d9; }
.results-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.results-header h2 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.results-header time { color: var(--muted); font-size: 11px; }
.result-stack { display: grid; gap: 21px; }
.result-card { border: 1px solid var(--line); background: var(--paper-light); box-shadow: 7px 7px 0 rgba(23,25,22,.05); }
.boycott-card { border-color: #dfaaa5; }
.boycott-card > header { display: flex; gap: 18px; align-items: center; padding: 29px 32px; border-bottom: 1px solid #ecc4c0; background: #f8e8e5; }
.result-icon { display: grid; flex: 0 0 47px; width: 47px; height: 47px; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 20px; font-weight: 900; }
.result-card p { margin: 0 0 5px; color: var(--red-dark); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.result-card h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.result-card small { display: block; margin-top: 7px; color: #78504c; font-size: 11px; line-height: 1.6; }
.alternatives-block { padding: 28px 32px 32px; }
.alternatives-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.alternatives-heading h4 { margin: 0; color: var(--green-dark); font-family: var(--serif); font-size: 20px; }
.alternatives-heading p { margin: 5px 0 0; color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.alternatives-heading > span { flex: 0 0 auto; padding: 6px 10px; color: var(--green-dark); background: #dfefe5; border-radius: 20px; font-size: 10px; font-weight: 800; }
.alternative-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; }
.alternative-list li { display: flex; align-items: center; gap: 12px; min-height: 71px; padding: 13px 15px; border: 1px solid #bdddc9; background: #edf7f0; }
.alternative-list i { display: grid; flex: 0 0 29px; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-style: normal; }
.alternative-list strong, .alternative-list small { display: block; }
.alternative-list strong { font-family: var(--serif); font-size: 15px; }
.alternative-list small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.no-alternative { margin: 20px 0 0 !important; padding: 14px; color: var(--muted) !important; background: #f1eee7; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.safe-card { display: flex; align-items: center; gap: 18px; padding: 29px 32px; border-color: #a9d1b8; background: #eaf5ed; }
.safe-card .result-icon { background: var(--green); }
.safe-card p { color: var(--green-dark); }
.safe-card small { max-width: 700px; color: #45604f; }
.unlisted-card { display: flex; align-items: center; gap: 18px; padding: 29px 32px; border-color: #c9c1b4; background: #f2eee6; }
.unlisted-card .result-icon { color: var(--ink); background: #d8d0c3; }
.unlisted-card p { color: #5e584f; }
.unlisted-card small { max-width: 700px; color: #6d665d; }
.medical-warning { margin-top: 30px; }

.legal-page { padding: 86px 0 105px; }
.legal-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.legal-grid > header { position: sticky; top: 40px; }
.legal-grid h1 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 64px); font-weight: 500; line-height: 1; }
.legal-content { border-top: 1px solid var(--line); }
.legal-content section { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content section > span { color: var(--red); font-family: var(--serif); font-size: 13px; font-style: italic; }
.legal-content h2 { margin: 0 0 9px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.legal-content p { margin: 0; color: var(--muted); line-height: 1.75; }

.admin-page { min-height: 62vh; padding: 60px 0 90px; background: #f2eee5; }
.login-card { width: min(460px, calc(100% - 40px)); margin: 0 auto; padding: 38px; border: 1px solid var(--line); border-top: 4px solid var(--ink); background: var(--paper-light); box-shadow: var(--shadow); }
.login-card h1, .admin-header h1, .admin-editor h1 { margin: 9px 0 8px; font-family: var(--serif); font-size: 38px; font-weight: 500; }
.login-card > p, .admin-editor > p, .admin-header span { color: var(--muted); line-height: 1.6; }
.admin-kicker { margin: 0 !important; color: var(--green-dark) !important; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.admin-form { display: grid; gap: 19px; margin-top: 29px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.field input, .field textarea, .admin-search input { width: 100%; border: 1px solid #aaa395; border-radius: 0; color: var(--ink); background: #fff; outline: 0; }
.field input, .admin-search input { height: 48px; padding: 0 13px; }
.field textarea { padding: 13px; resize: vertical; font-family: Consolas, monospace; font-size: 12px; line-height: 1.6; }
.field input:focus, .field textarea:focus, .admin-search input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,122,73,.12); }
.field > span { display: block; margin-top: 5px; color: var(--red); font-size: 11px; }
.validation-summary { padding: 13px; color: var(--red-dark); border: 1px solid #dfaaa5; background: #f8e8e5; font-size: 12px; }
.validation-summary:empty { display: none; }
.validation-summary ul { margin: 0; padding-inline-start: 18px; }
.admin-header { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.success-message { margin-top: 25px; padding: 15px 18px; color: var(--green-dark); border-inline-start: 4px solid var(--green); background: #e4f1e8; }
.admin-search { display: flex; max-width: 570px; margin: 28px 0 20px; }
.admin-search button { padding: 0 23px; border: 0; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--paper-light); }
.admin-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 12px; }
.admin-table th { padding: 14px 17px; color: var(--muted); background: #ece7dc; text-align: start; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.admin-table td { padding: 15px 17px; border-top: 1px solid #e5e0d6; }
.admin-table tbody tr:hover { background: #faf7ef; }
.count-pill { padding: 5px 9px; color: var(--green-dark); background: #e1efe6; border-radius: 20px; font-size: 10px; font-weight: 800; }
.table-actions { display: flex; justify-content: flex-end; gap: 4px; }
.table-actions a, .table-actions button { padding: 7px 9px; border: 0; color: var(--ink); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.table-actions button { color: var(--red-dark); }
.table-actions a:hover, .table-actions button:hover { background: #ece7dc; }
.table-empty { padding: 25px; color: var(--muted); text-align: center; }
.admin-editor { max-width: 850px; }
.back-link { display: inline-block; margin-bottom: 30px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.editor-form { padding: 29px; border: 1px solid var(--line); background: var(--paper-light); box-shadow: 8px 8px 0 rgba(23,25,22,.05); }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; }
.error-page { min-height: 62vh; display: grid; place-items: center; padding: 60px 20px; }
.error-card { width: min(560px, 100%); padding: 42px; border: 1px solid var(--line); border-top: 5px solid var(--red); background: var(--paper-light); box-shadow: var(--shadow); text-align: center; }
.error-card > span { display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: var(--red); font-weight: 900; }
.error-card h1 { margin: 0 0 10px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.error-card p { margin: 0 0 24px; color: var(--muted); }
.error-card small { display: block; margin-top: 22px; color: var(--muted); }

.site-footer { padding: 50px 0; color: #c4c3bc; background: #111310; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.footer-mark { color: #fff; font-family: var(--serif); font-size: 17px; font-weight: 700; }
.site-footer p { max-width: 610px; margin: 13px 0 4px; font-size: 12px; line-height: 1.7; }
.site-footer small { color: #858780; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: 11px; }
.footer-links a:hover { color: #fff; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy h1 { max-width: 780px; }
  .hero-art { width: min(590px, 100%); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, [dir="rtl"] .process-list li { min-height: auto; padding: 26px 0; border-inline-end: 0; border-bottom: 1px solid #4c4e49; }
  .process-list li + li { padding-inline-start: 0; }
  .manifesto-card { grid-template-columns: 65px 1fr; }
  .manifesto-card .button { grid-column: 2; justify-self: start; }
  .legal-grid { grid-template-columns: 1fr; gap: 50px; }
  .legal-grid > header { position: static; }
}

@media (max-width: 640px) {
  .site-shell { width: min(100% - 30px, 1180px); }
  .header-inner { min-height: 74px; }
  .wordmark { gap: 8px; }
  .wordmark > img { width: 44px; height: 44px; flex-basis: 44px; }
  .wordmark strong { font-size: 13px; }
  .wordmark small { display: none; }
  .main-nav { gap: 10px; }
  .nav-search { display: none; }
  .language-switch a { min-width: 27px; padding: 6px 5px; }
  .home-hero { padding: 59px 0 70px; }
  .hero-copy h1 { font-size: clamp(43px, 14vw, 65px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: flex-start; }
  .guide-note ul { display: grid; }
  .hero-art { min-height: 430px; padding: 37px 21px 30px; transform: none; }
  .sample-search { align-items: flex-start; flex-direction: column; margin-top: 39px; }
  .sample-result { padding: 18px 14px; }
  .process-section { padding: 72px 0; }
  .manifesto-section { padding-top: 50px; }
  .manifesto-card { grid-template-columns: 1fr; padding: 31px 25px; }
  .manifesto-symbol { display: none; }
  .manifesto-card .button { grid-column: 1; }
  .safety-wrap { padding-bottom: 60px; }
  .search-masthead { padding: 52px 0 48px; }
  .search-heading h1 { font-size: 43px; }
  .medicine-search { display: grid; grid-template-columns: 1fr; padding: 6px; }
  .medicine-search input { width: 100%; height: 49px; padding-inline: 42px 12px; }
  .medicine-search > button[type="submit"] { min-height: 46px; }
  .search-icon { inset-block-start: 23px; }
  .results-header { align-items: flex-start; flex-direction: column; }
  .boycott-card > header, .alternatives-block, .safe-card, .unlisted-card { padding: 22px 19px; }
  .alternatives-heading { align-items: flex-start; flex-direction: column; }
  .alternative-list { grid-template-columns: 1fr; }
  .result-card h3 { overflow-wrap: anywhere; font-size: 23px; }
  .safe-card, .unlisted-card { align-items: flex-start; }
  .result-icon { flex-basis: 40px; width: 40px; height: 40px; }
  .medical-warning, .safety-note { padding: 18px; }
  .legal-page { padding: 62px 0 75px; }
  .admin-page { padding: 40px 0 65px; }
  .login-card { padding: 27px 21px; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .field-row { grid-template-columns: 1fr; }
  .editor-form { padding: 21px 17px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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