/* pakshiaura.com — recreated pixel-perfect from design SoT v1.0.0.
   Every value below is transcribed from the SoT's inline styles; deviations
   are annex-prescribed only (SITE_COMPLETENESS §2.4/§2.4.1 AA tokens:
   #5f6d2c for all green text/links on light grounds, #756a58 for muted meta;
   LegalBar on all routes per §3). */

/* ---------- fonts (binding constraint 3: self-hosted, font-src 'self') ---------- */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/marcellus-latin-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/inter-var-latin.woff2) format('woff2-variations');
}
@font-face {
  font-family: 'Noto Sans Tamil';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/noto-sans-tamil-var-tamil.woff2) format('woff2-variations');
}

/* ---------- base ---------- */
body {
  margin: 0;
  color: #26221b;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fbf8f1;
}
* { font-optical-sizing: auto; }
a { color: #5f6d2c; text-decoration: none; } /* SoT #6b7a3a fails AA on all light grounds — §2.4.1 remediation token */
a:hover { color: #2a2f14; }
img { max-width: 100%; }
.ta { font-family: 'Noto Sans Tamil', sans-serif; }
.mb0 { margin-bottom: 0 !important; }

h1, h2 {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-weight: 400;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6b7a3a;
  margin-bottom: 12px;
}
.eyebrow--dark { color: #c3cf7e; }

/* ---------- shared: Play CTA ---------- */
.btn-play {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #c3cf7e;
  color: #2a2f14;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
}
.btn-play:hover { color: #2a2f14; }
.btn-play--lg { padding: 14px 26px; }
.play-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #c3cf7e;
  color: #2a2f14;
  padding: 9px 16px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 13px;
}
.play-pill:hover { color: #2a2f14; }
/* Coming-soon CTA state: rendered while tokens.json play_listing_url is null
   (no listing exists — app unreleased). Spans, not anchors: same badge, no action. */
.btn-play--soon, .play-pill--soon { cursor: default; }

/* ---------- SiteHeader module ---------- */
.brand-chip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-chip--dark {
  width: 36px; height: 36px;
  border-radius: 11px;
  background: rgba(195,207,126,.14);
}
.brand-chip--light {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: #eef1e0;
}
.siteheader__brand { display: flex; align-items: center; gap: 10px; }
.siteheader__wordmark { font-family: 'Marcellus', serif; letter-spacing: .045em; }
.siteheader__wordmark--dark { font-size: 20px; color: #f6f0e2; }
.siteheader__wordmark--light { font-size: 18px; color: #26221b; }
.siteheader__nav { display: flex; align-items: center; }

.siteheader--dark {
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.siteheader__nav--dark { gap: 26px; font-size: 13.5px; font-weight: 600; }
.siteheader__nav--dark a { color: #c6ce9e; }
.siteheader__nav--dark a.play-pill { color: #2a2f14; }

.siteheader--light {
  background: #fbf8f1;
  border-bottom: 1px solid rgba(38,34,27,.1);
}
.siteheader--light .siteheader__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.siteheader__nav--light { gap: 24px; font-size: 13px; font-weight: 600; }
.siteheader__nav--light a { color: #6b6252; }
/* active token #5f6d2c (not SoT's #6b7a3a): clears 4.5:1 on every light
   ground, WCAG 1.4.3; underline is the 1.4.1 non-colour cue */
.siteheader__nav--light a.is-active {
  color: #5f6d2c;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- hero ---------- */
.hero {
  background: radial-gradient(120% 120% at 80% -10%, #3a3d28 0%, #2b2f1e 45%, #22241a 100%);
  color: #f6f0e2;
  position: relative;
  overflow: hidden;
}
.hero__rings {
  position: absolute;
  left: -170px;
  bottom: -210px;
  opacity: .08;
}
.hero__grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 40px 80px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 30px;
  background: rgba(195,207,126,.12);
  border: 1px solid rgba(195,207,126,.3);
  font-size: 12px;
  font-weight: 700;
  color: #c3cf7e;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: 58px;
  line-height: 1.05;
  margin: 0 0 20px;
}
.hero__lede {
  font-size: 17px;
  line-height: 1.6;
  color: #c6ce9e;
  margin: 0 0 30px;
  max-width: 480px;
}
.hero__cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 32px; margin-top: 36px; }
.hero__stat-num {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 26px;
  color: #f6f0e2;
}
.hero__stat-label { font-size: 12.5px; color: #a7a890; }
.hero__phone { display: flex; justify-content: center; position: relative; }
.hero__phone img {
  width: 250px;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 40px 70px -30px rgba(0,0,0,.6);
}

/* ---------- tradition strip ---------- */
.tradition { background: #efe8db; }
.tradition__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.tradition__label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  color: #a89f8c;
}
.tradition__tamil { font-size: 15px; color: #5c5445; }

/* ---------- how ---------- */
.how { background: #f4efe6; }
.how__grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.how__wheel { display: flex; justify-content: center; position: relative; }
.how__wheel svg { transform: rotate(-90deg); }
.how__wheel-caption {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 20px;
}
.how__wheel-caption-accent { color: #6b7a3a; }
.how h2 { font-size: 36px; line-height: 1.15; margin: 0 0 18px; }
.how p { font-size: 15.5px; line-height: 1.7; color: #6b6252; margin: 0 0 16px; }
.how strong { color: #26221b; }

/* ---------- features ---------- */
.features { background: #efe8db; padding: 80px 0; }
.features__inner { max-width: 1080px; margin: 0 auto; padding: 0 40px; }
.features__head { text-align: center; max-width: 560px; margin: 0 auto 44px; }
.features__head h2 { font-size: 38px; line-height: 1.1; margin: 0 0 12px; }
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  background: #fbf8f1;
  border: 1px solid rgba(38,34,27,.08);
  border-radius: 18px;
  padding: 26px;
}
.feature-card__chip {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: #eef1e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #6b7a3a;
  font-size: 21px;
}
.feature-card h3 { font-size: 17px; margin: 0 0 7px; }
.feature-card p { font-size: 14px; line-height: 1.55; color: #6b6252; margin: 0; }

/* ---------- five birds ---------- */
.birds { background: #22241a; color: #f6f0e2; padding: 80px 0; }
.birds__inner { max-width: 1080px; margin: 0 auto; padding: 0 40px; }
.birds__head { text-align: center; margin: 0 auto 44px; }
.birds__head h2 { font-size: 38px; line-height: 1.1; margin: 0; }
.birds__head-tamil { text-transform: none; letter-spacing: 0; color: #a7a890; }
.birds__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.bird-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 24px 12px;
  text-align: center;
}
.bird-card--highlight {
  background: rgba(195,207,126,.1);
  border-color: rgba(195,207,126,.35);
}
.bird-card__chip {
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px;
}
.bird-card h3 {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 18px;
  margin: 0 0 2px;
  font-weight: 400;
}
.bird-card__tamil { font-size: 12.5px; color: #a7a890; margin-bottom: 6px; }
.bird-card__element { font-size: 11.5px; font-weight: 700; }

/* ---------- screens gallery ---------- */
.screens { background: #f4efe6; padding: 80px 0; text-align: center; }
.screens__inner { max-width: 1080px; margin: 0 auto; padding: 0 40px; }
.screens h2 { font-size: 38px; line-height: 1.1; margin: 0 0 40px; }
.screens__row {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.screens__row img {
  width: 186px;
  border-radius: 24px;
  box-shadow: 0 24px 44px -26px rgba(38,34,27,.45);
}

/* ---------- bilingual band ---------- */
.bilingual { background: #efe8db; padding: 72px 0; }
.bilingual__grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.bilingual h2 { font-size: 32px; line-height: 1.15; margin: 0 0 14px; }
.bilingual p { font-size: 15.5px; line-height: 1.7; color: #6b6252; margin: 0; }
.bilingual__cards { display: flex; gap: 12px; justify-content: center; }
.term-card {
  background: #fbf8f1;
  border: 1px solid rgba(38,34,27,.1);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: center;
}
.term-card__en {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 20px;
}
.term-card__ta { font-size: 15px; color: #6b7a3a; margin-top: 3px; }

/* ---------- faq ---------- */
.faq { background: #f4efe6; padding: 80px 0; }
.faq__inner { max-width: 720px; margin: 0 auto; padding: 0 40px; }
.faq__head { text-align: center; margin-bottom: 40px; }
.faq__head h2 { font-size: 38px; line-height: 1.1; margin: 0; }
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq-card {
  background: #fbf8f1;
  border: 1px solid rgba(38,34,27,.09);
  border-radius: 15px;
  padding: 20px 22px;
}
.faq-card__q { font-size: 15.5px; font-weight: 700; margin-bottom: 6px; }
.faq-card__a { font-size: 14px; line-height: 1.6; color: #6b6252; }

/* ---------- disclaimer band ---------- */
.disclaimer {
  background: #eef1e0;
  border-top: 1px solid rgba(107,122,58,.15);
  border-bottom: 1px solid rgba(107,122,58,.15);
}
.disclaimer__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 26px 40px;
  text-align: center;
  font-size: 13px;
  line-height: 1.65;
  color: #6b6252;
}

/* ---------- get / cta ---------- */
.cta {
  background: radial-gradient(120% 140% at 20% 0%, #3a3d28 0%, #2b2f1e 50%, #22241a 100%);
  color: #f6f0e2;
}
.cta__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
}
.cta__chip {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: rgba(195,207,126,.14);
  border: 1px solid rgba(195,207,126,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.cta h2 { font-size: 42px; line-height: 1.1; margin: 0 0 14px; }
.cta__lede {
  font-size: 16px;
  line-height: 1.6;
  color: #c6ce9e;
  margin: 0 auto 28px;
  max-width: 420px;
}
.cta__row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- SiteFooter module ---------- */
.sitefooter--compact { background: #1a1912; color: #a7a890; }
.sitefooter--compact .sitefooter__bar {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.sitefooter__wordmark {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 16px;
  color: #e5e2d4;
}
.sitefooter__links { display: flex; gap: 20px; font-size: 12.5px; font-weight: 600; }
.sitefooter__links a { color: #a7a890; }
.sitefooter__heritage { font-size: 12px; }

.sitefooter--full { background: #22241a; color: #a7a890; }
.sitefooter--full .sitefooter__grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 44px;
}
.sitefooter__lockup { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.sitefooter__wordmark--full { font-size: 17px; }
.sitefooter__tagline {
  font-size: 12.5px;
  line-height: 1.6;
  max-width: 340px;
}
.sitefooter__col {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 600;
}
.sitefooter__col a { color: #a7a890; }
/* underline = 1.4.1 non-colour cue, matching header + sidebar active links */
.sitefooter__col a.is-active { color: #e5e2d4; text-decoration: underline; text-underline-offset: 4px; }

/* ---------- LegalBar module ---------- */
.legalbar {
  background: #1a1912;
  font-size: 11.5px;
  color: #8a8672;
}
.legalbar__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
/* the compact footer shares the legal bar's #1a1912 ground — a hairline keeps
   the blocks legible where the full variant separates them by colour change */
.legalbar--compact { border-top: 1px solid rgba(255,255,255,.06); }
.legalbar a { color: #8a8672; }
.legalbar a:hover { color: #e5e2d4; }

/* ================= inner pages (privacy/terms/data-deletion/contact) ========= */

/* ---------- page-title band ---------- */
.pagetitle { background: #f4efe6; border-bottom: 1px solid rgba(38,34,27,.08); }
.pagetitle__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.pagetitle h1 { font-size: 40px; line-height: 1.1; margin: 0 0 6px; }
.pagetitle__sub { font-size: 14px; color: #6b6252; }
/* #756a58, not SoT's #8a7f6c (3.44:1 on #f4efe6) — §2.4.1 */
.breadcrumb { font-size: 12.5px; color: #756a58; padding-bottom: 6px; }
.breadcrumb a { color: #756a58; }
.breadcrumb__sep { opacity: .5; }
.breadcrumb__here { color: #26221b; font-weight: 600; }

/* ---------- document grid ---------- */
.docgrid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 52px 40px 72px;
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 52px;
  align-items: start;
}
.doc__sections { display: flex; flex-direction: column; gap: 32px; }
.doc__sections--tight { gap: 30px; }

.draftpill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 20px;
  background: #f3ead0;
  border: 1px solid #e3d3a4;
  font-size: 11px;
  font-weight: 700;
  color: #7a5f22;
  margin-bottom: 18px;
}
.draftpill__dot { width: 7px; height: 7px; border-radius: 50%; background: #c9a445; }

/* #756a58, not SoT's #8a7f6c (3.71:1 on #fbf8f1) — §2.4.1 */
.docmeta { font-size: 13px; color: #756a58; margin-bottom: 6px; }
.docmeta strong { color: #6b6252; }
.docmeta--last { margin-bottom: 30px; }

.bmark {
  background: #f3ead0;
  color: #7a5f22;
  padding: 0 5px;
  border-radius: 4px;
  font-weight: 600;
}

.summary-card {
  background: #eef1e0;
  border: 1px solid rgba(107,122,58,.2);
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 36px;
}
.summary-card__title {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 19px;
  margin-bottom: 8px;
}
.summary-card p { font-size: 14px; line-height: 1.7; color: #4c4638; margin: 0; }

.sec__head {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(38,34,27,.1);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.sec__head--tight { margin-bottom: 14px; }
.sec__chip {
  width: 36px; height: 36px;
  border-radius: 11px;
  background: #eef1e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7a3a;
  font-size: 17px;
  flex: none;
}
.sec__chip--num { font-size: 14px; font-weight: 700; }
.sec__head h2 { font-size: 23px; margin: 0; }

.doc p { font-size: 14px; line-height: 1.75; color: #4c4638; margin: 0; }
.doc h3 { font-size: 15px; font-weight: 700; margin: 0 0 8px; }
.doc ul, .doc ol { font-size: 14px; line-height: 1.8; color: #4c4638; margin: 0; padding-left: 22px; }
.mb12 { margin-bottom: 12px !important; }
.mb18 { margin-bottom: 18px !important; }

.opnote {
  background: #f3ead0;
  border: 1px solid #e3d3a4;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 12.5px;
  line-height: 1.6;
  color: #7a5f22;
  font-weight: 600;
}

/* ---------- sidebar ---------- */
.sidebar { display: flex; flex-direction: column; gap: 16px; }
.side-card {
  background: #f4efe6;
  border: 1px solid rgba(38,34,27,.08);
  border-radius: 16px;
  padding: 20px 22px;
}
.side-card__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6b7a3a;
  margin-bottom: 12px;
}
.side-legal { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; font-weight: 600; }
.side-legal a { color: #6b6252; }
/* active token #5f6d2c: SoT's #6b7a3a is 4.10:1 on #f4efe6 — §2.4.1 */
.side-legal a.is-active { color: #5f6d2c; text-decoration: underline; text-underline-offset: 4px; }
.side-note {
  background: #eef1e0;
  border: 1px solid rgba(107,122,58,.2);
  border-radius: 16px;
  padding: 20px 22px;
}
.side-note__title {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 17px;
  margin-bottom: 8px;
}
.side-note p { font-size: 13px; line-height: 1.6; color: #4c4638; margin: 0; }

/* ---------- contact page ---------- */
.contact-intro {
  font-size: 14.5px !important;
  margin: 0 0 32px !important;
  max-width: 560px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-card {
  background: #fbf8f1;
  border: 1px solid rgba(38,34,27,.09);
  border-radius: 16px;
  padding: 22px 24px;
}
.contact-card__chip {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: #eef1e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  color: #6b7a3a;
  font-size: 19px;
}
.contact-card__title {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 19px;
  margin-bottom: 6px;
}
.contact-card p { font-size: 13.5px; line-height: 1.6; color: #6b6252; margin: 0; }

.write-card {
  background: #22241a;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
}
.write-card__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #c3cf7e;
  margin-bottom: 10px;
}
.write-card__addr {
  font-family: 'Marcellus', serif;
  letter-spacing: .045em;
  font-size: 16px;
  color: #f6f0e2;
  margin-bottom: 4px;
}
.write-card__addr a { color: #c3cf7e; }
.write-card__note { font-size: 11.5px; color: #a7a890; }

.office p { font-size: 13px; line-height: 1.65; color: #4c4638; margin: 0 0 10px; }
.office__links { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; }

/* ---------- 404 (authored, no SoT counterpart — DEC-P1-12) ---------- */
.notfound {
  max-width: 560px;
  margin: 0 auto;
  padding: 56px 40px 96px;
  text-align: center;
}
.notfound p { font-size: 15px; line-height: 1.7; color: #4c4638; margin: 0 0 26px; }
.notfound__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  font-size: 14px;
  font-weight: 600;
}
/* #5f6d2c, not SoT's #6b7a3a — §2.4.1 universal light-ground token */
.notfound__links a { color: #5f6d2c; }

/* ================= responsive layer (v1.1.0, 2026-08-11) =================
   The design SoT is a 1440px desktop mockup; every rule above recreates it
   pixel-perfect and none of it may change. Mobile was a mockup OMISSION —
   ours to author (DEC-P1-12: an omission is not a ruling). This layer is
   media-query-only, so rendering at >=901px is untouched by construction.
   Zero-JS constraint holds: the small-width header simply wraps — no
   hamburger, no toggle script. */

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; padding: 40px 24px 56px; }
  .hero h1 { font-size: clamp(34px, 9vw, 58px); }
  .hero__phone img { width: min(250px, 62vw); }

  .how__grid { grid-template-columns: 1fr; gap: 40px; padding: 56px 24px; }
  .how__wheel { order: 2; }

  .features__inner, .birds__inner, .screens__inner, .faq__inner,
  .bilingual__grid, .cta__inner, .disclaimer__inner, .tradition__inner,
  .pagetitle__inner, .docgrid, .legalbar__inner,
  .sitefooter--compact .sitefooter__bar, .sitefooter--full .sitefooter__grid,
  .siteheader--dark, .siteheader--light .siteheader__inner {
    padding-left: 24px; padding-right: 24px;
  }

  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .birds__grid { grid-template-columns: repeat(3, 1fr); }
  .bilingual__grid { grid-template-columns: 1fr; gap: 32px; }
  .sitefooter--full .sitefooter__grid { grid-template-columns: 1fr; gap: 28px; }

  .docgrid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 640px) {
  /* header: wrap instead of overflow; both variants */
  .siteheader--dark,
  .siteheader--light .siteheader__inner { flex-wrap: wrap; gap: 10px 14px; padding-top: 14px; padding-bottom: 14px; }
  .siteheader__nav { flex-wrap: wrap; row-gap: 8px; }
  .siteheader__nav--dark { gap: 14px; font-size: 13px; }
  .siteheader__nav--light { gap: 14px; }

  .hero h1 { font-size: clamp(30px, 10.5vw, 42px); }
  .hero__stats { gap: 22px; flex-wrap: wrap; }

  .how h2, .features__head h2, .birds__head h2, .screens h2,
  .faq__head h2, .cta h2 { font-size: clamp(26px, 7.5vw, 34px); }
  .bilingual h2 { font-size: clamp(24px, 7vw, 30px); }
  .pagetitle h1 { font-size: clamp(28px, 8vw, 36px); }

  .features__grid { grid-template-columns: 1fr; }
  .birds__grid { grid-template-columns: repeat(2, 1fr); }
  .screens__row { gap: 14px; }
  .screens__row img { width: min(186px, 43vw); }
  .bilingual__cards { flex-wrap: wrap; }

  .legalbar__inner { justify-content: center; text-align: center; }
}
