/* mallikaarjunbhupalam.com — shared site styles
   Iter 2 — multi-page architecture, humanized copy
   Source-of-truth: dnapyramindvastu_claude_design/redesign-2026-05-14.html (iter 1 baseline) */

:root {
  --ink: #181613;
  --ink-2: #3b3631;
  --ink-3: #6c655c;
  --paper: #f3ede1;
  --paper-warm: #ede5d2;
  --rule: #cfc6b3;
  --rule-thin: #e1d9c6;
  --rust: #7a3520;
  --rust-soft: #9a4a30;
  --rust-tint: rgba(122, 53, 32, 0.08);
  --indigo: #1c2740;
  --serif: "Source Serif 4", "Source Serif Pro", Georgia, serif;
  --sans: "IBM Plex Sans", -apple-system, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", "Cascadia Mono", Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--paper);
  font-size: 18px;
  line-height: 1.55;
  font-feature-settings: "onum" 1, "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
}

/* TYPOGRAPHIC HELPERS */
.sc {
  font-variant-caps: all-small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1, "kern" 1;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  font-weight: 500;
  font-family: var(--sans);
  font-size: 13px;
}
.mono { font-family: var(--mono); font-feature-settings: "tnum" 1; }
.lining { font-feature-settings: "lnum" 1, "tnum" 1; }

a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--rule); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--rust); color: var(--rust); }

.col { max-width: 1080px; margin: 0 auto; padding: 0 36px; }
.col-narrow { max-width: 720px; margin: 0 auto; padding: 0 36px; }

/* TOP BAR */
.topbar {
  border-bottom: 1px solid var(--rule);
  padding: 14px 0;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-3);
}
.topbar .col { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.topbar .left { display: flex; gap: 18px; flex-wrap: wrap; }
.topbar .left span:not(:last-child)::after { content: "·"; margin-left: 18px; color: var(--rule); }
.topbar a { color: var(--ink-2); text-decoration: none; }

/* MASTHEAD */
.masthead { border-bottom: 1px solid var(--ink); padding: 28px 0 24px; }
.masthead .col { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.nameplate { font-family: var(--serif); font-size: 28px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.1; }
.nameplate a { text-decoration: none; color: var(--ink); }
.nameplate .te { color: var(--ink-3); font-weight: 500; font-size: 22px; margin-left: 8px; }
.nameplate small {
  display: block; font-family: var(--sans); font-size: 13px; font-weight: 500;
  color: var(--ink-3); letter-spacing: 0.01em; margin-top: 4px;
}
.topnav { font-family: var(--sans); font-size: 14px; }
.topnav a { color: var(--ink-2); text-decoration: none; margin-left: 22px; }
.topnav a:hover { color: var(--rust); }
.topnav a.current { color: var(--rust); border-bottom: 1.5px solid var(--rust); padding-bottom: 4px; }

/* HERO */
.hero { padding: 56px 0 48px; border-bottom: 1px solid var(--rule); }
.hero-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 56px; align-items: start; }
.hero h1 {
  font-family: var(--serif); font-weight: 600; font-size: 64px; line-height: 0.98;
  letter-spacing: -0.02em; margin-bottom: 24px; text-wrap: balance;
}
.hero .kicker {
  font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--rust);
  letter-spacing: 0.06em; margin-bottom: 14px; font-variant-caps: all-small-caps;
}
.hero .standfirst { font-size: 21px; line-height: 1.45; color: var(--ink-2); margin-bottom: 24px; max-width: 32em; }
.hero .byline { font-family: var(--sans); font-size: 14px; color: var(--ink-3); line-height: 1.55; }
.hero .byline strong { color: var(--ink); font-weight: 600; }
.portrait img {
  display: block; width: 100%; height: auto;
  filter: grayscale(0.15) contrast(1.02);
}
.portrait .caption { font-family: var(--sans); font-size: 12px; color: var(--ink-3); margin-top: 10px; line-height: 1.4; }

/* BILINGUAL TOGGLE — capability proof */
.lang-toggle {
  font-family: var(--sans); font-size: 12px; color: var(--ink-3);
  display: inline-flex; gap: 4px; margin-bottom: 18px; align-items: center;
}
.lang-toggle button {
  background: transparent; border: 1px solid var(--rule); padding: 4px 10px;
  font-family: var(--sans); font-size: 12px; color: var(--ink-3); cursor: pointer;
  font-variant-caps: all-small-caps; letter-spacing: 0.04em;
}
.lang-toggle button.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.lang-toggle button:hover:not(.active) { color: var(--ink); border-color: var(--ink); }

/* PROOF RIBBON */
.ribbon {
  background: var(--paper-warm); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 18px 0; font-family: var(--sans); font-size: 14px;
}
.ribbon .col { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; align-items: center; }
.ribbon .item { display: flex; align-items: baseline; gap: 8px; color: var(--ink-2); }
.ribbon .num { font-family: var(--mono); font-size: 17px; font-weight: 500; color: var(--ink); }
.ribbon a { color: var(--ink); text-decoration-color: var(--rust); }

/* SECTIONS */
section.bay { padding: 72px 0; border-bottom: 1px solid var(--rule); }
section.bay.warm { background: var(--paper-warm); }
.bay-head {
  display: grid; grid-template-columns: 200px 1fr; gap: 48px;
  margin-bottom: 36px; align-items: baseline;
}
.bay-head .label {
  font-family: var(--sans); font-variant-caps: all-small-caps; font-size: 14px;
  letter-spacing: 0.06em; color: var(--rust); font-weight: 600;
  border-top: 2px solid var(--ink); padding-top: 8px;
}
h2 {
  font-family: var(--serif); font-weight: 600; font-size: 38px; line-height: 1.08;
  letter-spacing: -0.015em; text-wrap: balance; max-width: 18em;
}
h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.2; margin-bottom: 8px; }
p { color: var(--ink-2); margin-bottom: 16px; max-width: 38em; }
p.lead { font-size: 20px; line-height: 1.5; color: var(--ink-2); margin-bottom: 22px; max-width: 32em; }

/* PULL QUOTE */
.pullquote { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); padding: 32px 0; margin: 0; }
.pullquote blockquote {
  font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.22;
  letter-spacing: -0.01em; color: var(--ink); margin: 0 0 18px; text-wrap: balance;
}
.pullquote .source { font-family: var(--sans); font-size: 14px; color: var(--ink-3); line-height: 1.5; }
.pullquote .source strong { color: var(--ink); font-weight: 600; }
.pullquote .source a { color: var(--ink-3); }

/* TWO-COLUMN PANELS */
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.twocol .panel h3 {
  font-family: var(--sans); font-variant-caps: all-small-caps; letter-spacing: 0.06em;
  font-size: 14px; color: var(--ink-3); border-bottom: 1px solid var(--rule);
  padding-bottom: 8px; margin-bottom: 16px; font-weight: 600;
}
.twocol .panel ul { list-style: none; }
.twocol .panel li { padding: 14px 0; border-bottom: 1px solid var(--rule-thin); font-size: 17px; line-height: 1.4; color: var(--ink-2); }
.twocol .panel li::before { content: "—"; color: var(--rust); margin-right: 10px; font-weight: 500; }
.twocol .panel.no li::before { content: "×"; color: var(--ink-3); }

/* DROP CAP NARRATIVE */
.practice-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: start; }
.narrative p:first-of-type::first-letter {
  font-family: var(--serif); font-weight: 700; font-size: 64px; line-height: 0.85;
  float: left; padding: 6px 10px 0 0; color: var(--ink);
}
.narrative p { font-size: 18px; line-height: 1.6; }

/* DOSSIER TABLE */
table.dossier { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 14px; }
table.dossier tr { border-bottom: 1px solid var(--rule-thin); }
table.dossier tr:first-child { border-top: 1px solid var(--ink); }
table.dossier th {
  text-align: left; padding: 12px 16px 12px 0; color: var(--ink-3);
  font-weight: 500; font-variant-caps: all-small-caps; letter-spacing: 0.04em;
  font-size: 13px; width: 38%; vertical-align: top;
}
table.dossier td { padding: 12px 0; color: var(--ink); vertical-align: top; line-height: 1.45; }
table.dossier td .mono { font-size: 13px; color: var(--ink-2); }

/* REACH */
.reach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.reach-block h3 {
  font-family: var(--sans); font-weight: 600; font-size: 14px;
  font-variant-caps: all-small-caps; letter-spacing: 0.06em; color: var(--rust);
  margin-bottom: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--rule);
}
.reach-block .cities { font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1.35; color: var(--ink); margin-bottom: 8px; }
.reach-block p { font-size: 14px; font-family: var(--sans); color: var(--ink-3); line-height: 1.5; }

.langs {
  margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--rule);
  display: flex; flex-wrap: wrap; gap: 0 36px; align-items: baseline;
}
.langs .label-inline {
  font-family: var(--sans); font-variant-caps: all-small-caps; font-size: 13px;
  letter-spacing: 0.06em; color: var(--ink-3); font-weight: 600; margin-right: 8px;
}
.langs span.script { font-family: var(--serif); font-size: 24px; color: var(--ink); font-weight: 500; }

/* PYRAMID */
.pyramid-narrative p { font-size: 18px; line-height: 1.6; }
.pyramid-when {
  margin-top: 32px; padding: 24px 28px; border-left: 3px solid var(--rust); background: var(--paper-warm);
}
.pyramid-when h3 {
  font-family: var(--sans); font-variant-caps: all-small-caps; letter-spacing: 0.06em;
  font-size: 13px; color: var(--ink-3); margin-bottom: 12px; font-weight: 600;
}
.pyramid-when ul { list-style: none; }
.pyramid-when li { padding: 8px 0; font-size: 16px; color: var(--ink-2); border-bottom: 1px dotted var(--rule); }
.pyramid-when li:last-child { border: none; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.pricing-block { border-top: 2px solid var(--ink); padding-top: 16px; }
.pricing-block .scope {
  font-family: var(--sans); font-variant-caps: all-small-caps; letter-spacing: 0.06em;
  font-size: 13px; color: var(--ink-3); font-weight: 600; margin-bottom: 6px;
}
.pricing-block .range {
  font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1.1;
  color: var(--ink); margin-bottom: 8px; font-feature-settings: "lnum" 1, "tnum" 1;
}
.pricing-block .note { font-family: var(--sans); font-size: 13px; color: var(--ink-3); line-height: 1.5; }

/* PROCESS FLOW */
.process-flow { counter-reset: flow; }
.process-flow .step {
  display: grid; grid-template-columns: 64px 1fr; padding: 24px 0;
  border-bottom: 1px solid var(--rule-thin); align-items: baseline;
}
.process-flow .step:first-child { border-top: 1px solid var(--ink); }
.process-flow .step::before {
  counter-increment: flow; content: counter(flow, decimal-leading-zero);
  font-family: var(--mono); font-size: 13px; color: var(--rust);
  letter-spacing: 0.04em; padding-top: 4px; font-feature-settings: "lnum" 1;
}
.process-flow .body h3 { margin-bottom: 4px; }
.process-flow .body p { font-size: 16px; max-width: 36em; margin-bottom: 0; color: var(--ink-2); }
.process-flow .body .duration {
  font-family: var(--sans); font-size: 12px; color: var(--ink-3);
  font-variant-caps: all-small-caps; letter-spacing: 0.06em;
  display: inline-block; margin-left: 12px; padding: 1px 8px; border: 1px solid var(--rule);
}

/* FAQ */
.faq-list { max-width: 740px; }
details.q { border-bottom: 1px solid var(--rule); padding: 20px 0; }
details.q:first-of-type { border-top: 1px solid var(--ink); }
details.q summary {
  cursor: pointer; font-family: var(--serif); font-size: 21px; font-weight: 600;
  line-height: 1.3; color: var(--ink); list-style: none; padding-right: 28px; position: relative;
}
details.q summary::-webkit-details-marker { display: none; }
details.q summary::after {
  content: "▸"; position: absolute; right: 0; top: 2px; color: var(--rust);
  font-size: 16px; transition: transform 0.15s;
}
details.q[open] summary::after { transform: rotate(90deg); }
details.q .answer { margin-top: 12px; font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 36em; }
details.q .answer p { margin-bottom: 12px; }
details.q .answer p:last-child { margin-bottom: 0; }

.faq-section-label {
  font-family: var(--sans); font-variant-caps: all-small-caps; font-size: 13px;
  letter-spacing: 0.06em; color: var(--rust); font-weight: 600;
  margin-top: 36px; margin-bottom: 14px; padding-bottom: 6px; border-bottom: 1px solid var(--rule);
}
.faq-section-label:first-of-type { margin-top: 0; }

/* EVIDENCE GALLERY */
.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.evidence figure { margin: 0; }
.evidence img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  filter: grayscale(0.2) contrast(1.02); border: 1px solid var(--rule);
}
.evidence figcaption { font-family: var(--sans); font-size: 13px; color: var(--ink-3); margin-top: 8px; line-height: 1.45; }
.evidence figcaption strong { color: var(--ink); font-weight: 600; }

/* CONTACT */
.contact-block { border-top: 2px solid var(--ink); padding-top: 32px; margin-top: 16px; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 24px; }
.contact-row dl { margin: 0; font-family: var(--sans); }
.contact-row dt {
  font-variant-caps: all-small-caps; font-size: 13px; letter-spacing: 0.06em;
  color: var(--ink-3); font-weight: 600; margin-bottom: 4px;
}
.contact-row dd { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--ink); margin: 0 0 20px; line-height: 1.3; }
.contact-row dd a { text-decoration-color: var(--rust); }
.contact-row dd .ph {
  font-family: var(--mono); font-size: 18px; color: var(--rust);
  background: var(--rust-tint); padding: 1px 6px;
}

/* FOOTER */
footer { background: var(--ink); color: #c9c0ad; padding: 56px 0 32px; font-family: var(--sans); font-size: 14px; line-height: 1.65; }
footer .foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 36px; }
footer h4 {
  font-variant-caps: all-small-caps; font-size: 13px; letter-spacing: 0.06em;
  color: #d8b29c; font-weight: 600; margin-bottom: 14px;
}
footer a { color: #e3dccb; text-decoration-color: #6c5d4b; }
footer a:hover { color: #f5e8d8; text-decoration-color: #d8b29c; }
footer .registry { font-family: var(--mono); font-size: 12px; color: #a89c87; line-height: 1.7; }
footer .ph { font-family: var(--mono); color: #f5e8d8; }
footer .foot-bottom {
  padding-top: 24px; border-top: 1px solid #2e2823;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 12px; color: #8a7f6c;
}

/* ============= REVIEWS CAROUSEL ============= */
.reviews-section { padding: 72px 0; border-bottom: 1px solid var(--rule); background: var(--paper); }
.carousel {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 60px;
}
.carousel-track-wrap { overflow: hidden; }
.carousel-track {
  display: flex;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.review-card {
  flex: 0 0 100%;
  padding: 8px 12px;
  box-sizing: border-box;
}
.review-card .review-inner {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
  min-height: 280px;
}
.review-card .stars {
  font-family: var(--sans); color: var(--rust);
  font-size: 16px; letter-spacing: 1px; margin-bottom: 8px;
}
.review-card .review-text {
  font-family: var(--serif); font-size: 20px; line-height: 1.5;
  color: var(--ink); margin-bottom: 18px; text-wrap: balance;
}
.review-card .review-meta {
  font-family: var(--sans); font-size: 13px; color: var(--ink-3);
  display: flex; gap: 8px; flex-wrap: wrap; align-items: baseline;
}
.review-card .review-meta strong { color: var(--ink); font-weight: 600; }
.review-card .review-meta span:not(:last-child)::after { content: "·"; margin-left: 8px; color: var(--rule); }
.review-card .response {
  margin-top: 16px;
  padding: 14px 18px;
  background: var(--paper-warm);
  border-left: 2px solid var(--ink-3);
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.review-card .response::before {
  content: "Practitioner's reply";
  display: block;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 6px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid var(--rule);
  width: 44px; height: 44px;
  font-family: var(--sans); font-size: 20px; color: var(--ink-2);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
}
.carousel-btn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.carousel-btn.prev { left: 0; }
.carousel-btn.next { right: 0; }
.carousel-btn:disabled { opacity: 0.25; cursor: not-allowed; }

.carousel-meta {
  display: flex; justify-content: space-between; align-items: center;
  max-width: 920px; margin: 24px auto 0; padding: 0 60px;
  font-family: var(--sans); font-size: 13px; color: var(--ink-3);
}
.carousel-meta a { color: var(--ink-2); text-decoration-color: var(--rust); }
.carousel-counter { font-family: var(--mono); }

/* REVIEWS PAGE — full grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 24px;
}
.reviews-grid .review-card { padding: 0; }
.reviews-grid .review-card .review-inner { min-height: 0; }
.reviews-grid .review-card .review-text { font-size: 17px; }

.reviews-filter {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
  font-family: var(--sans); font-size: 13px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.reviews-filter label {
  font-variant-caps: all-small-caps; letter-spacing: 0.06em;
  color: var(--ink-3); font-weight: 600;
}
.reviews-filter input[type="search"] {
  font-family: var(--sans); font-size: 14px; padding: 6px 10px;
  border: 1px solid var(--rule); background: var(--paper);
  color: var(--ink); width: 240px;
}
.reviews-filter input[type="search"]:focus { outline: none; border-color: var(--rust); }
.reviews-filter .count { color: var(--ink-3); margin-left: auto; font-family: var(--mono); }

/* CALENDAR / SCARCITY */
.upcoming-visits {
  font-family: var(--sans); font-size: 14px;
  border-top: 1px solid var(--rule);
  padding-top: 16px;
  margin-top: 24px;
}
.upcoming-visits dt {
  font-variant-caps: all-small-caps; letter-spacing: 0.06em;
  color: var(--ink-3); font-weight: 600; font-size: 13px;
  display: inline-block; min-width: 140px;
}
.upcoming-visits dd { display: inline; color: var(--ink); margin: 0 0 0 8px; font-family: var(--mono); font-size: 13px; }
.upcoming-visits .row { padding: 6px 0; border-bottom: 1px dotted var(--rule); }
.upcoming-visits .row:last-child { border-bottom: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  body { font-size: 17px; }
  .hero h1 { font-size: 42px; }
  .hero-grid, .practice-grid { grid-template-columns: 1fr; gap: 36px; }
  .bay-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  h2 { font-size: 30px; }
  .twocol, .reach-grid, .pricing-grid, .evidence-grid, .contact-row, .foot-grid, .reviews-grid {
    grid-template-columns: 1fr; gap: 32px;
  }
  .col, .col-narrow { padding: 0 22px; }
  section.bay { padding: 48px 0; }
  .topnav a { margin-left: 12px; }
  .topnav a:nth-child(n+5) { display: none; }
  .pullquote blockquote { font-size: 24px; }
  .carousel { padding: 0 44px; }
  .carousel-btn { width: 36px; height: 36px; }
  .carousel-meta { padding: 0 44px; }
  .review-card .review-text { font-size: 18px; }
  table.dossier th { width: auto; }
}

/* SMALL MOBILE (≤540px) */
@media (max-width: 540px) {
  body { font-size: 16px; }
  .col, .col-narrow { padding: 0 18px; }
  .topbar { padding: 10px 0; font-size: 12px; }
  .topbar .col { gap: 12px; }
  .topbar .left { gap: 10px; }
  .topbar .left span:not(:last-child)::after { margin-left: 10px; }
  .masthead { padding: 20px 0 18px; }
  .masthead .col { gap: 16px; }
  .nameplate { font-size: 22px; }
  .nameplate .te { font-size: 17px; margin-left: 4px; display: block; margin-top: 2px; }
  .nameplate small { font-size: 12px; margin-top: 6px; }
  .topnav { font-size: 13px; width: 100%; display: flex; flex-wrap: wrap; gap: 4px 14px; }
  .topnav a { margin-left: 0; }
  .topnav a:nth-child(n+5) { display: inline; }
  .hero { padding: 36px 0 32px; }
  .hero h1 { font-size: 32px; line-height: 1.05; letter-spacing: -0.015em; }
  .hero .standfirst { font-size: 17px; }
  h2 { font-size: 24px; line-height: 1.15; }
  .pullquote blockquote { font-size: 20px; line-height: 1.3; }
  section.bay { padding: 36px 0; }
  .bay-head { margin-bottom: 22px; }
  .ribbon { padding: 14px 0; }
  .ribbon .col { gap: 10px 18px; }
  .ribbon .item { font-size: 13px; }
  .ribbon .num { font-size: 15px; }
  .pricing-block .range { font-size: 24px; }
  .reach-block .cities { font-size: 17px; }
  .review-card .review-text { font-size: 16px; }
  .review-card .review-inner { min-height: 0; }
  .carousel { padding: 0 36px; }
  .carousel-btn { width: 32px; height: 32px; font-size: 18px; }
  .carousel-meta { padding: 0 36px; flex-direction: column; gap: 8px; align-items: flex-start; }
  .upcoming-visits dt { display: block; min-width: 0; margin-bottom: 2px; }
  .upcoming-visits dd { display: block; margin-left: 0; }
  .langs { gap: 0 22px; }
  .langs span.script { font-size: 20px; }
  table.dossier th, table.dossier td { display: block; padding: 6px 0; }
  table.dossier th { padding-top: 12px; }
  table.dossier td { padding-bottom: 12px; }
  .pricing-block .note { font-size: 13px; }
  .reach-block p { font-size: 13px; }
  .footer .foot-bottom { flex-direction: column; gap: 8px; }
}
