/*
Theme Name: The Lebanese Circle
Theme URI: https://lebanesecircle.info/
Author: The Lebanese Circle
Description: A modern multilingual civic platform theme for The Lebanese Circle, with built-in Circle Pulse voting.
Version: 1.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: lebanese-circle
*/

:root {
  --lc-red: #a41f2b;
  --lc-red-dark: #78141e;
  --lc-green: #176b4a;
  --lc-green-soft: #e8f2ed;
  --lc-navy: #142636;
  --lc-ink: #24313b;
  --lc-muted: #64727d;
  --lc-line: #dfe5e8;
  --lc-cloud: #f4f6f7;
  --lc-white: #fff;
  --lc-gold: #c59b4b;
  --lc-radius: 22px;
  --lc-shadow: 0 18px 55px rgba(20, 38, 54, .09);
  --lc-max: 1240px;
  --lc-serif: "Noto Serif", Georgia, serif;
  --lc-sans: Inter, "Noto Sans Arabic", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lc-ink);
  background: var(--lc-white);
  font-family: var(--lc-sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.rtl { font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
a { color: var(--lc-red); text-decoration: none; }
a:hover { color: var(--lc-red-dark); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.lc-container { width: min(calc(100% - 40px), var(--lc-max)); margin-inline: auto; }
.lc-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.lc-section { padding: 96px 0; }
.lc-section--soft { background: var(--lc-cloud); }
.lc-section--dark { color: var(--lc-white); background: var(--lc-navy); }
.lc-eyebrow {
  display: inline-flex; gap: 8px; align-items: center; margin-bottom: 14px;
  color: var(--lc-red); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.lc-eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.lc-section-title {
  max-width: 760px; margin: 0 0 18px; color: var(--lc-navy);
  font-family: var(--lc-serif); font-size: clamp(36px, 4vw, 58px); line-height: 1.08; letter-spacing: -.035em;
}
.rtl .lc-section-title { letter-spacing: 0; line-height: 1.3; }
.lc-section-intro { max-width: 720px; margin: 0 0 44px; color: var(--lc-muted); font-size: 19px; }
.lc-section--dark .lc-section-title, .lc-section--dark .lc-section-intro { color: var(--lc-white); }
.lc-grid { display: grid; gap: 24px; }
.lc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lc-card {
  position: relative; padding: 30px; overflow: hidden; background: var(--lc-white);
  border: 1px solid var(--lc-line); border-radius: var(--lc-radius); transition: .25s ease;
}
.lc-card:hover { transform: translateY(-4px); border-color: #cbd4d9; box-shadow: var(--lc-shadow); }
.lc-card h3 { margin: 16px 0 8px; color: var(--lc-navy); font-size: 22px; line-height: 1.25; }
.lc-card p { margin: 0; color: var(--lc-muted); }
.lc-icon {
  display: grid; width: 54px; height: 54px; place-items: center; color: var(--lc-red);
  background: #fbebed; border-radius: 15px; font-size: 25px; font-weight: 800;
}
.lc-button {
  display: inline-flex; min-height: 52px; padding: 12px 22px; align-items: center; justify-content: center;
  gap: 9px; color: var(--lc-white); background: var(--lc-red); border: 1px solid var(--lc-red);
  border-radius: 999px; font-size: 15px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: .2s ease;
}
.lc-button:hover { color: var(--lc-white); background: var(--lc-red-dark); border-color: var(--lc-red-dark); transform: translateY(-1px); }
.lc-button--outline { color: var(--lc-navy); background: transparent; border-color: #b8c2c8; }
.lc-button--outline:hover { color: var(--lc-red); background: var(--lc-white); border-color: var(--lc-red); }
.lc-button--light { color: var(--lc-navy); background: var(--lc-white); border-color: var(--lc-white); }
.lc-button--light:hover { color: var(--lc-red); background: #f9f9f9; }
.lc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Header */
.lc-topbar { color: #dce4e9; background: var(--lc-navy); font-size: 13px; }
.lc-topbar__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.lc-topbar a { color: #eef3f5; }
.lc-language { display: flex; gap: 4px; align-items: center; }
.lc-language a, .lc-language span {
  padding: 3px 8px; color: #e7ecef; border-radius: 999px; font-weight: 700;
}
.lc-language .current-lang a, .lc-language .is-active { color: var(--lc-navy); background: var(--lc-white); }
.lc-header {
  position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(223,229,232,.9); backdrop-filter: blur(14px);
}
.admin-bar .lc-header { top: 32px; }
.lc-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.lc-brand { display: flex; min-width: 210px; align-items: center; gap: 12px; color: var(--lc-navy); }
.lc-brand:hover { color: var(--lc-navy); }
.lc-brand__mark {
  display: block; width: 58px; height: 58px; padding: 2px; flex: 0 0 auto;
  overflow: hidden; background: #fff; border-radius: 50%; box-shadow: 0 5px 16px rgba(20,38,54,.13);
}
.lc-brand__mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; transform: scale(1.12); }
.lc-brand__name { display: block; font-family: var(--lc-serif); font-size: 19px; font-weight: 800; line-height: 1.05; }
.lc-brand__tag { display: block; margin-top: 4px; color: var(--lc-muted); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.lc-nav { display: flex; align-items: center; gap: 30px; }
.lc-nav ul { display: flex; margin: 0; padding: 0; align-items: center; gap: 26px; list-style: none; }
.lc-nav a { color: var(--lc-navy); font-size: 14px; font-weight: 750; }
.lc-nav .current-menu-item > a, .lc-nav a:hover { color: var(--lc-red); }
.lc-menu-toggle {
  display: none; width: 44px; height: 44px; padding: 0; color: var(--lc-navy);
  background: var(--lc-cloud); border: 0; border-radius: 12px; cursor: pointer;
}

/* Hero */
.lc-hero {
  position: relative; min-height: 680px; padding: 112px 0 96px; overflow: hidden;
  color: var(--lc-white); background:
    radial-gradient(circle at 78% 20%, rgba(23,107,74,.46), transparent 30%),
    radial-gradient(circle at 72% 85%, rgba(164,31,43,.24), transparent 34%),
    linear-gradient(120deg, #101f2c 0%, #183345 58%, #142f2a 100%);
}
.lc-hero::before {
  position: absolute; inset: 0; content: ""; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000);
}
.lc-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; }
.lc-hero__kicker { color: #dce9e2; }
.lc-hero h1 {
  max-width: 780px; margin: 0; font-family: var(--lc-serif);
  font-size: clamp(52px, 6.5vw, 88px); line-height: .99; letter-spacing: -.055em;
}
.rtl .lc-hero h1 { letter-spacing: 0; line-height: 1.25; }
.lc-hero__lead { max-width: 700px; margin: 26px 0 0; color: #d8e2e6; font-size: clamp(18px, 2vw, 22px); }
.lc-hero__visual { position: relative; min-height: 430px; }
.lc-logo-emboss {
  position: absolute; inset: 50% auto auto 50%; width: min(95%, 470px); aspect-ratio: 1;
  overflow: hidden; border-radius: 50%; transform: translate(-50%, -50%);
  filter: drop-shadow(2px 3px 0 rgba(0,0,0,.22)) drop-shadow(-1px -1px 0 rgba(255,255,255,.08));
}
.lc-logo-emboss::before {
  position: absolute; inset: 7%; content: ""; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, rgba(255,255,255,.075), rgba(255,255,255,.015) 55%, rgba(0,0,0,.09));
  box-shadow: inset 3px 3px 8px rgba(255,255,255,.06), inset -5px -7px 12px rgba(0,0,0,.13);
}
.lc-logo-emboss img {
  position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover;
  border-radius: 50%; opacity: .24; transform: scale(1.08);
  filter: saturate(.9) brightness(1.15) contrast(1.08);
  mix-blend-mode: normal;
}
.lc-stat {
  position: absolute; z-index: 3; width: 170px; padding: 18px 20px; color: var(--lc-navy);
  background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.65); border-radius: 17px;
  box-shadow: 0 16px 40px rgba(0,0,0,.15); backdrop-filter: blur(8px);
}
.lc-stat strong { display: block; color: var(--lc-red); font-family: var(--lc-serif); font-size: 30px; }
.lc-stat span { display: block; font-size: 12px; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.lc-stat--one { top: 8%; left: 0; }
.lc-stat--two { right: 0; bottom: 7%; }

/* Feature layouts */
.lc-split { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.lc-manifesto {
  position: relative; min-height: 440px; overflow: hidden; color: var(--lc-white);
  background: linear-gradient(145deg, var(--lc-red-dark), var(--lc-red)); border-radius: 30px;
}
.lc-manifesto::before {
  position: absolute; width: 410px; height: 410px; top: -160px; right: -120px; content: "";
  border: 70px solid rgba(255,255,255,.08); border-radius: 50%;
}
.lc-manifesto__content { position: absolute; inset: auto 36px 36px; }
.lc-manifesto__quote { margin: 0; font-family: var(--lc-serif); font-size: 31px; line-height: 1.25; }
.lc-manifesto__label { display: block; margin-top: 18px; color: #ffd9de; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lc-principles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lc-principle { min-height: 225px; }
.lc-principle::after {
  position: absolute; width: 88px; height: 88px; right: -33px; bottom: -34px; content: "";
  border: 16px solid var(--lc-green-soft); border-radius: 50%;
}
.rtl .lc-principle::after { right: auto; left: -33px; }
.lc-number { color: var(--lc-red); font-family: var(--lc-serif); font-size: 18px; font-weight: 800; }

/* Pulse */
.lc-pulse-feature {
  display: grid; padding: 0; overflow: hidden; grid-template-columns: .72fr 1.28fr;
  background: var(--lc-white); border: 1px solid var(--lc-line); border-radius: 28px; box-shadow: var(--lc-shadow);
}
.lc-pulse-feature__side {
  display: flex; min-height: 420px; padding: 38px; flex-direction: column; justify-content: space-between;
  color: var(--lc-white); background: linear-gradient(150deg, var(--lc-red), #741621);
}
.lc-pulse-feature__side strong { font-family: var(--lc-serif); font-size: 58px; line-height: 1; }
.lc-pulse-feature__body { padding: 52px; }
.lc-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; color: var(--lc-muted); font-size: 13px; font-weight: 700; }
.lc-pill { display: inline-flex; padding: 6px 11px; color: var(--lc-green); background: var(--lc-green-soft); border-radius: 999px; font-size: 12px; font-weight: 800; }
.lc-pulse-feature h3 { margin: 18px 0 16px; color: var(--lc-navy); font-family: var(--lc-serif); font-size: clamp(30px, 4vw, 48px); line-height: 1.1; }
.lc-position { margin: 24px 0; padding-inline-start: 20px; border-inline-start: 4px solid var(--lc-red); }
.lc-position span { display: block; color: var(--lc-red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.lc-position p { margin: 5px 0 0; color: var(--lc-ink); font-weight: 650; }

/* Articles */
.lc-post-card { padding: 0; }
.lc-post-card__art {
  position: relative; display: flex; min-height: 210px; padding: 24px; align-items: flex-end;
  color: var(--lc-white); background: linear-gradient(140deg, #193448, #176b4a);
}
.lc-post-card:nth-child(2n) .lc-post-card__art { background: linear-gradient(140deg, #7f1721, #b52a37); }
.lc-post-card:nth-child(3n) .lc-post-card__art { background: linear-gradient(140deg, #253f51, #7c6840); }
.lc-post-card__art::after { position: absolute; width: 130px; height: 130px; right: -20px; top: -34px; content: ""; border: 28px solid rgba(255,255,255,.08); border-radius: 50%; }
.lc-post-card__art span { position: relative; z-index: 1; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lc-post-card__body { padding: 27px; }
.lc-post-card h3 { margin: 12px 0 10px; font-family: var(--lc-serif); font-size: 25px; }
.lc-post-card h3 a { color: var(--lc-navy); }
.lc-post-card .lc-more { display: inline-flex; margin-top: 20px; align-items: center; gap: 8px; font-size: 14px; font-weight: 850; }

/* CTA and footer */
.lc-join {
  position: relative; padding: 64px; overflow: hidden; color: var(--lc-white);
  background: linear-gradient(120deg, var(--lc-green), #0f4a34); border-radius: 30px;
}
.lc-join::after { position: absolute; width: 360px; height: 360px; right: -120px; top: -170px; content: ""; border: 72px solid rgba(255,255,255,.08); border-radius: 50%; }
.lc-join__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.lc-join h2 { max-width: 680px; margin: 0; font-family: var(--lc-serif); font-size: clamp(38px, 5vw, 60px); line-height: 1.08; }
.lc-footer { padding: 72px 0 28px; color: #c8d2d8; background: #0e1c27; }
.lc-footer__logo {
  display: block; width: 82px; height: 82px; padding: 3px; flex: 0 0 auto;
  overflow: hidden; background: #fff; border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.28);
}
.lc-footer__logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; transform: scale(1.11); }
.lc-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.1fr; gap: 50px; }
.lc-footer h3 { margin: 0 0 18px; color: var(--lc-white); font-size: 15px; }
.lc-footer p { color: #9fadb6; font-size: 14px; }
.lc-footer ul { margin: 0; padding: 0; list-style: none; }
.lc-footer li { margin: 8px 0; }
.lc-footer a { color: #d5dde2; font-size: 14px; }
.lc-footer a:hover { color: var(--lc-white); }
.lc-social { display: flex; gap: 9px; }
.lc-social a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #344753; border-radius: 50%; font-size: 12px; font-weight: 900; }
.lc-newsletter { display: flex; margin-top: 16px; }
.lc-newsletter input { min-width: 0; flex: 1; padding: 12px 14px; color: var(--lc-white); background: #172b39; border: 1px solid #344753; border-radius: 10px 0 0 10px; outline: none; }
.rtl .lc-newsletter input { border-radius: 0 10px 10px 0; }
.lc-newsletter button { padding: 0 16px; color: var(--lc-white); background: var(--lc-red); border: 0; border-radius: 0 10px 10px 0; cursor: pointer; }
.rtl .lc-newsletter button { border-radius: 10px 0 0 10px; }
.lc-footer__bottom { display: flex; margin-top: 55px; padding-top: 24px; justify-content: space-between; gap: 20px; border-top: 1px solid #273b48; color: #82939e; font-size: 12px; }

/* Internal pages */
.lc-page-hero { padding: 92px 0 78px; color: var(--lc-white); background: linear-gradient(120deg, var(--lc-navy), #1e4551); }
.lc-page-hero h1 { max-width: 850px; margin: 0; font-family: var(--lc-serif); font-size: clamp(48px, 6vw, 78px); line-height: 1.05; }
.lc-page-hero p { max-width: 720px; margin: 20px 0 0; color: #d7e1e5; font-size: 20px; }
.lc-rich h2 { margin: 52px 0 16px; color: var(--lc-navy); font-family: var(--lc-serif); font-size: 38px; line-height: 1.15; }
.lc-rich h3 { color: var(--lc-navy); }
.lc-rich blockquote { margin: 34px 0; padding: 12px 0 12px 25px; color: var(--lc-navy); border-inline-start: 4px solid var(--lc-red); font-family: var(--lc-serif); font-size: 26px; }
.lc-value-list { display: grid; margin-top: 36px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lc-value-item { display: flex; padding: 18px; align-items: center; gap: 13px; background: var(--lc-cloud); border-radius: 14px; font-weight: 750; }
.lc-value-item::before { display: grid; width: 30px; height: 30px; place-items: center; color: var(--lc-white); background: var(--lc-green); border-radius: 50%; content: "✓"; font-size: 14px; }
.lc-initiative-row { display: grid; padding: 42px 0; grid-template-columns: 100px 1fr; gap: 30px; border-bottom: 1px solid var(--lc-line); }
.lc-initiative-row__number { color: var(--lc-red); font-family: var(--lc-serif); font-size: 54px; line-height: 1; }
.lc-initiative-row h2 { margin: 0 0 10px; color: var(--lc-navy); font-family: var(--lc-serif); font-size: 34px; }

/* Blog archive + single */
.lc-archive-head { display: flex; margin-bottom: 42px; align-items: end; justify-content: space-between; gap: 30px; }
.lc-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.lc-filter a { padding: 8px 13px; color: var(--lc-ink); background: var(--lc-cloud); border-radius: 999px; font-size: 13px; font-weight: 800; }
.lc-filter a:hover { color: var(--lc-white); background: var(--lc-red); }
.lc-article { padding: 78px 0; }
.lc-article__head { margin-bottom: 48px; }
.lc-article__head h1 { margin: 16px 0 18px; color: var(--lc-navy); font-family: var(--lc-serif); font-size: clamp(44px, 6vw, 70px); line-height: 1.06; }
.lc-article__summary { color: var(--lc-muted); font-size: 22px; }
.lc-article__body { font-size: 18px; }
.lc-article__body > p:first-child { font-size: 21px; }
.lc-article-section { margin: 46px 0; padding: 34px; background: var(--lc-cloud); border-radius: 20px; }
.lc-article-section--position { background: #fbedef; border-inline-start: 5px solid var(--lc-red); }
.lc-article-section h2 { margin: 0 0 10px; color: var(--lc-navy); font-family: var(--lc-serif); font-size: 30px; }
.lc-charter-link { display: flex; padding: 24px; align-items: center; justify-content: space-between; gap: 20px; color: var(--lc-white); background: var(--lc-green); border-radius: 18px; }
.lc-charter-link:hover { color: var(--lc-white); background: #105b3e; }

/* Voting */
.lc-vote { margin-top: 55px; padding: 38px; color: var(--lc-white); background: var(--lc-navy); border-radius: 24px; }
.lc-vote h2 { margin: 0 0 8px; font-family: var(--lc-serif); font-size: 34px; }
.lc-vote__options { display: grid; margin-top: 24px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
.lc-vote__option {
  display: flex; padding: 14px 16px; align-items: center; gap: 10px; color: #e9eef1;
  background: #1d3445; border: 1px solid #3b5262; border-radius: 12px; cursor: pointer;
}
.lc-vote__option:hover, .lc-vote__option:has(input:checked) { background: #28495f; border-color: #85a1b3; }
.lc-vote__submit { margin-top: 18px; }
.lc-vote__message { margin: 14px 0 0; color: #c9d5dc; font-size: 14px; }
.lc-results { display: none; margin-top: 25px; }
.lc-results.is-visible { display: block; }
.lc-result { margin: 14px 0; }
.lc-result__label { display: flex; margin-bottom: 6px; justify-content: space-between; gap: 16px; font-size: 14px; font-weight: 750; }
.lc-result__track { height: 9px; overflow: hidden; background: #31495a; border-radius: 99px; }
.lc-result__bar { height: 100%; background: var(--lc-red); border-radius: 99px; transition: width .5s ease; }
.lc-share { display: flex; margin-top: 34px; padding-top: 24px; align-items: center; flex-wrap: wrap; gap: 9px; border-top: 1px solid var(--lc-line); }
.lc-share strong { margin-inline-end: 7px; color: var(--lc-navy); font-size: 14px; }
.lc-share a { padding: 8px 12px; color: var(--lc-ink); background: var(--lc-cloud); border-radius: 8px; font-size: 12px; font-weight: 800; }

/* Contact */
.lc-contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; }
.lc-contact-card { padding: 36px; color: var(--lc-white); background: var(--lc-navy); border-radius: 24px; }
.lc-contact-card h2 { margin-top: 0; font-family: var(--lc-serif); font-size: 34px; }
.lc-contact-card a { color: var(--lc-white); }
.lc-contact-form-head { margin-bottom: 30px; }
.lc-contact-form-head h2 { margin: 0 0 10px; color: var(--lc-navy); font-family: var(--lc-serif); font-size: clamp(34px, 4vw, 48px); line-height: 1.12; }
.lc-contact-form-head p { margin: 0; color: var(--lc-muted); }
.lc-form { display: grid; gap: 18px; }
.lc-form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.lc-form label { display: block; margin-bottom: 6px; color: var(--lc-navy); font-size: 13px; font-weight: 800; }
.lc-form input, .lc-form textarea, .lc-form select {
  width: 100%; padding: 13px 15px; color: var(--lc-ink); background: var(--lc-white);
  border: 1px solid #cfd8dd; border-radius: 11px; outline: none;
}
.lc-form input:focus, .lc-form textarea:focus, .lc-form select:focus { border-color: var(--lc-red); box-shadow: 0 0 0 3px rgba(164,31,43,.1); }
.lc-form textarea { min-height: 210px; resize: vertical; }
.lc-contact-form { padding: 34px; background: var(--lc-cloud); border: 1px solid var(--lc-line); border-radius: 22px; }
.lc-form-privacy { margin: -4px 0 0; color: var(--lc-muted); font-size: 12px; }
.lc-form-notice { margin-bottom: 22px; padding: 15px 18px; border-radius: 12px; font-weight: 700; }
.lc-form-notice--success { color: #0d573a; background: #e4f4eb; border: 1px solid #b5dfc7; }
.lc-form-notice--error { color: #78141e; background: #fbedef; border: 1px solid #e7bcc2; }
.lc-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (max-width: 1000px) {
  .lc-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lc-principles { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lc-hero__inner, .lc-split { grid-template-columns: 1fr; }
  .lc-hero__visual { min-height: 370px; }
  .lc-pulse-feature { grid-template-columns: 1fr; }
  .lc-pulse-feature__side { min-height: auto; }
  .lc-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lc-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .admin-bar .lc-header { top: 46px; }
  .lc-topbar__message { display: none; }
  .lc-menu-toggle { display: grid; place-items: center; }
  .lc-nav {
    position: absolute; display: none; inset: 82px 20px auto; padding: 22px; align-items: stretch;
    background: var(--lc-white); border: 1px solid var(--lc-line); border-radius: 18px; box-shadow: var(--lc-shadow);
  }
  .lc-nav.is-open { display: block; }
  .lc-nav ul { flex-direction: column; align-items: stretch; gap: 5px; }
  .lc-nav a { display: block; padding: 10px; }
  .lc-nav .lc-button { margin-top: 10px; }
  .lc-grid--3 { grid-template-columns: 1fr; }
  .lc-hero { padding-top: 82px; }
  .lc-join { padding: 42px 30px; }
  .lc-join__inner { align-items: flex-start; flex-direction: column; }
  .lc-archive-head { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .lc-container, .lc-narrow { width: min(calc(100% - 28px), var(--lc-max)); }
  .lc-section { padding: 68px 0; }
  .lc-grid--2, .lc-grid--4, .lc-principles, .lc-value-list { grid-template-columns: 1fr; }
  .lc-header__inner { min-height: 72px; }
  .lc-brand__tag { display: none; }
  .lc-brand { min-width: 0; }
  .lc-brand__mark { width: 48px; height: 48px; }
  .lc-nav { inset-block-start: 72px; }
  .lc-hero { min-height: auto; padding: 70px 0; }
  .lc-hero h1 { font-size: 48px; }
  .lc-hero__visual { min-height: 330px; }
  .lc-stat { width: 145px; padding: 14px; }
  .lc-logo-emboss { width: min(94%, 350px); }
  .lc-pulse-feature__body { padding: 30px 24px; }
  .lc-pulse-feature__side { padding: 28px 24px; }
  .lc-footer__grid { grid-template-columns: 1fr; }
  .lc-footer__bottom { flex-direction: column; }
  .lc-initiative-row { grid-template-columns: 1fr; gap: 12px; }
  .lc-initiative-row__number { font-size: 36px; }
  .lc-vote { padding: 26px 20px; }
  .lc-vote__options, .lc-form-row { grid-template-columns: 1fr; }
  .lc-join { border-radius: 22px; }
}

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