/* ═══════════════════════════════════════════════════════════
   RETREAT GROUP — www.retreatgroup.al
   Stili i përbashkët për të gjitha faqet
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --text-primary: #1a1a1a;
  --text-secondary: #6f6e69;
  --border: rgba(0, 0, 0, 0.12);
  --bg: #ffffff;
  --bg-soft: #f5f4f0;
  --pad-x: clamp(1.25rem, 4vw, 3rem);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: var(--text-primary);
  background: var(--bg);
  padding: 0 var(--pad-x);
  -webkit-font-smoothing: antialiased;
}

.rg { max-width: 960px; margin: 0 auto; }
main.rg { padding-bottom: 3rem; }

.serif { font-family: 'Cormorant Garamond', serif; font-weight: 300; }

/* Fjalët e huaja me mbaresë shqipe (retreat-it, longevity-t) nuk duhet
   të ndahen te viza kur mbyllet rreshti — përndryshe mbetet një "t." i vetmuar. */
.nowrap { white-space: nowrap; }

.overline {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.divider { border: none; border-top: 0.5px solid var(--border); margin: 0; }

a { color: inherit; }

.cta {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 0.5px solid var(--text-primary);
  padding-bottom: 3px;
  cursor: pointer;
  color: var(--text-primary);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.cta:hover { opacity: 0.55; }

.cta-muted {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 0.5px solid #ccc;
  padding-bottom: 3px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.cta-muted:hover { color: var(--text-primary); border-color: var(--text-primary); }

.badge {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--bg-soft);
  border: 0.5px solid #ddd;
  border-radius: 2px;
  padding: 3px 8px;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--bg);
  padding: 0.75rem 1.25rem;
  z-index: 200;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.skip-link:focus { left: 0; }

/* ── FOTO ─────────────────────────────────────────────────
   .photo = kuti me raport fiks + sfond të butë.
   Kur fotoja mungon, <img> hiqet (onerror) dhe mbetet blloku
   elegant beige — kur fotoja shtohet në /assets/images/, del vetë. */
.photo {
  background: var(--bg-soft);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.photo--sq { border-radius: 0; }

/* ── NAV ────────────────────────────────────────────────── */
header { position: relative; }
nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 0 1.5rem;
  border-bottom: 0.5px solid var(--border);
  position: relative;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-primary);
  white-space: nowrap;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
/* Monogrami RTG i logos zyrtare — i përmasuar sa lartësia e shkronjave të emrit,
   që të mos e mbizotërojë shiritin e sipërm. */
.nav-logo img { width: auto; height: 26px; display: block; }

/* Emri i shkruar sipas strukturës së logos: "RETREAT" me shkronjat e faqes,
   "TRAVEL GROUP" poshtë me shkronja të vogla e të hapura. */
.logo-text { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.logo-name { font-size: 18px; letter-spacing: 0.12em; }
.logo-sub {
  font-family: 'Jost', sans-serif;
  font-size: 8px;
  letter-spacing: 0.33em;
  color: var(--text-secondary);
  text-indent: 0.33em;
}

.lang-switch { display: flex; gap: 8px; flex-shrink: 0; }
.lang {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 0.5px solid #ccc;
  border-radius: 2px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lang:hover { color: var(--text-primary); }
.lang.active { color: var(--text-primary); border-color: var(--text-primary); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--text-primary); }

.nav-group { position: relative; }
.nav-group-label {
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}
.nav-group-label::after { content: " ▾"; font-size: 8px; }
.nav-group:hover .nav-group-label,
.nav-group:focus-within .nav-group-label,
.nav-group-label.active { color: var(--text-primary); }
.nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 1rem;
  z-index: 100;
}
.nav-group:hover .nav-sub,
.nav-group:focus-within .nav-sub { display: block; }
.nav-sub-inner {
  background: var(--bg);
  border: 0.5px solid var(--border);
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 140px;
}
.nav-sub a { white-space: nowrap; }

.nav-toggle { display: none; }
.nav-burger {
  display: none;
  cursor: pointer;
  width: 28px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.nav-burger span, .nav-burger span::before, .nav-burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--text-primary);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-burger span { top: 50%; }
.nav-burger span::before { top: -7px; }
.nav-burger span::after { top: 7px; }

/* ── HERO ───────────────────────────────────────────────── */
.hero {
  padding: 7rem 0 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(38px, 6vw, 54px);
  line-height: 1.1;
  margin-bottom: 2rem;
}
.hero--home h1 { font-size: clamp(40px, 6.5vw, 58px); margin-bottom: 2.5rem; }
/* Paragrafi i kryefaqes është më i gjatë se te faqet e tjera — i jepet pak më shumë gjerësi */
.hero--home p { max-width: 400px; }
.hero p {
  font-size: 13px;
  line-height: 2;
  color: var(--text-secondary);
  max-width: 320px;
  margin-bottom: 2.5rem;
}
.hero-photo { aspect-ratio: 2/3; }
/* Girls Trip: fotoja e grupit është horizontale. Hero-i bëhet i stivuar — teksti
   sipër, fotoja poshtë në gjerësi të plotë dhe në raportin e vet origjinal, që të
   shfaqet e tëra pa u prerë as nga anët, as nga lart e poshtë. */
.hero--stacked { grid-template-columns: 1fr; gap: 3.5rem; padding-bottom: 4rem; }
.hero--stacked p { max-width: 520px; }
.hero-photo--wide { aspect-ratio: 4600 / 3343; width: 100%; }

.hero--plain { padding: 7rem 0 5rem; }
.hero--plain h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(38px, 6vw, 54px);
  line-height: 1.1;
  margin-bottom: 2rem;
}
.hero--plain p {
  font-size: 13px;
  line-height: 2;
  color: var(--text-secondary);
  max-width: 500px;
}
/* Kur hero-i i thjeshtë ka buton, paragrafi i lë frymë sa te hero-i me foto */
.hero--plain .cta { margin-top: 2.5rem; }

/* ── SEKSIONE ───────────────────────────────────────────── */
.section { padding: 5rem 0; }

.two-col {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 5rem;
  align-items: start;
  padding: 5rem 0;
}
.two-col h2, .section-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(30px, 4.5vw, 38px);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.two-col p, .lead-p {
  font-size: 13px;
  line-height: 2;
  color: var(--text-secondary);
  max-width: 500px;
  margin-bottom: 1.5rem;
}

.section-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 5rem;
  align-items: start;
  margin-bottom: 3rem;
}
.section-head .overline { padding-top: 6px; }

.about-section {
  padding: 5rem 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 5rem;
  align-items: start;
}
.about-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(32px, 5vw, 42px);
  line-height: 1.2;
  margin-bottom: 2rem;
}
.about-section p {
  font-size: 13px;
  line-height: 2;
  color: var(--text-secondary);
  max-width: 500px;
  margin-bottom: 1.5rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem 0;
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 4vw, 42px); font-style: italic; }
.stat-label { margin-top: 0.5rem; }

.philosophy {
  padding: 5rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.philosophy blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(22px, 3vw, 26px);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.philosophy .p-text { font-size: 13px; line-height: 2; color: var(--text-secondary); margin-bottom: 1.5rem; }
.philosophy .p-text:last-child { margin-bottom: 0; }

/* ── GRIDA ──────────────────────────────────────────────── */
.grid-2, .grid-3, .grid-4 {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 0.5px solid var(--border);
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--bg); padding: 2rem 1.5rem; }
.card-soft {
  background: var(--bg-soft);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Kutia e citatit zë gjithë rreshtin e fundit — kështu rrjeti mbyllet pa qeliza bosh
   edhe kur kartat janë tek (6 karta + citati = 3 rreshta të plotë). */
.card-soft--wide {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 2.5rem 2rem;
}
.card-soft--wide blockquote { max-width: 620px; }
.card-soft--wide .cta { flex-shrink: 0; }
.card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.card p { font-size: 11px; line-height: 1.7; color: var(--text-secondary); }
.card .overline { margin-bottom: 0.75rem; }
.num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-style: italic;
  margin-bottom: 1rem;
}
.card-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

/* Kartat e eksperiencave (homepage) */
.exp-card { background: var(--bg); display: flex; flex-direction: column; }
.exp-card-body { padding: 1.5rem 1.5rem 2rem; }
.exp-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 26px;
  font-style: italic;
  margin-bottom: 0.4rem;
}
.exp-card p { font-size: 11px; line-height: 1.7; color: var(--text-secondary); margin-bottom: 1.2rem; }
.exp-num { font-size: 10px; letter-spacing: 0.15em; color: var(--text-secondary); margin-bottom: 1rem; }
.exp-card a.photo-link { display: block; text-decoration: none; }

/* Kartat e programeve (listimi) */
.program-card { background: var(--bg); display: flex; flex-direction: column; }
.program-body { padding: 1.5rem 2rem 2rem; flex: 1; display: flex; flex-direction: column; }
.program-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 26px;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.program-body p { font-size: 11px; line-height: 1.7; color: var(--text-secondary); margin-bottom: 1.5rem; }
.program-body .program-note { font-size: 10px; color: var(--text-secondary); margin-bottom: 0.75rem; }
.program-meta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; gap: 1rem; }
.program-meta .price { font-size: 11px; color: var(--text-secondary); white-space: nowrap; }
.program-card a.photo-link { display: block; text-decoration: none; }

/* Testimonialet */
.testimonial-card { background: var(--bg); padding: 2.5rem 2rem; }
.testimonial-card blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}
.testimonial-dest {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}
.testimonial-init { font-size: 11px; color: var(--text-secondary); }

/* Galeria */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }

/* Journal */
.journal-header { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 3rem; flex-wrap: wrap; }
.journal-header h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 32px; font-style: italic; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.journal-card h4, .journal-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.journal-card .journal-date { font-size: 11px; color: var(--text-secondary); }
.journal-card .overline { display: block; margin-bottom: 0.5rem; }
.journal-card .photo { margin-bottom: 1rem; }

/* ── CITATI ─────────────────────────────────────────────── */
.quote-block {
  padding: 4rem 0;
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
  text-align: center;
  margin-bottom: 5rem;
}
.quote-block blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  /* Citati është i gjatë — shkronja më e vogël dhe kolonë më e gjerë,
     që të mbyllet në 4–5 rreshta dhe të mbetet i hollë, jo i rëndë. */
  font-size: clamp(19px, 2.4vw, 25px);
  font-style: italic;
  line-height: 1.65;
  max-width: 790px;
  margin: 0 auto 1.25rem;
}

/* ── KONTAKT (seksioni fundor i faqeve) ─────────────────── */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-bottom: 3rem;
}
.contact-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(30px, 4.5vw, 38px);
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.contact-section p {
  font-size: 13px;
  line-height: 2;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}
.contact-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 0.5px solid var(--border);
  font-size: 12px;
}
.contact-row:last-child { border-bottom: none; }
.contact-row a { text-decoration: none; color: var(--text-primary); transition: opacity 0.2s ease; }
.contact-row a:hover { opacity: 0.55; }

/* Faqja e kontaktit */
.contact-big-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 0.5px solid var(--border);
  flex-wrap: wrap;
}
.contact-big-item:last-child { border-bottom: none; }
.contact-big-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 3vw, 26px);
  font-style: italic;
  text-decoration: none;
  color: var(--text-primary);
  transition: opacity 0.2s ease;
}
a.contact-big-value:hover { opacity: 0.55; }

input, textarea {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: var(--text-primary);
  background: transparent;
  border: none;
  border-bottom: 0.5px solid var(--border);
  border-radius: 0;
  padding: 1rem 0;
  outline: none;
}
input:focus, textarea:focus { border-bottom-color: var(--text-primary); }
input::placeholder, textarea::placeholder { color: var(--text-secondary); opacity: 0.7; }
textarea { resize: none; min-height: 120px; }
.form-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  display: block;
  margin-bottom: 0.5rem;
}
.form-field { margin-bottom: 2.5rem; }
.form-hint { font-size: 11px; line-height: 1.7; color: var(--text-secondary); margin-top: 0.75rem; }

.interest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 0.5px solid var(--border);
  margin-top: 0.75rem;
}
.interest-card {
  background: var(--bg);
  padding: 1rem 1.2rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
  text-align: left;
  transition: background 0.2s ease;
}
.interest-card p, .interest-card span {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.interest-card:hover { background: var(--bg-soft); }
.interest-card.selected { background: var(--text-primary); }
.interest-card.selected p, .interest-card.selected span { color: #fff; }

.submit-btn {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  border-bottom: 0.5px solid var(--text-primary);
  padding: 0 0 3px;
  cursor: pointer;
  color: var(--text-primary);
  background: none;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  margin-top: 1rem;
  transition: opacity 0.2s ease;
}
.submit-btn:hover { opacity: 0.55; }

/* ── FOOTER ─────────────────────────────────────────────── */
footer {
  border-top: 0.5px solid var(--border);
  margin-top: 3rem;
}
.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 0 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.footer-logo img { width: auto; height: 24px; display: block; }
.footer-logo .logo-name { font-size: 17px; }
.footer-logo .logo-sub { font-size: 7.5px; }
.footer-tag { font-size: 11px; line-height: 1.9; color: var(--text-secondary); max-width: 240px; }
.footer-col .overline { display: block; margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.75rem; }
.footer-col a {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--text-primary); }
.footer-bottom {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  border-top: 0.5px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-secondary);
}

/* ── WHATSAPP ───────────────────────────────────────────── */
.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--bg);
  border: 0.5px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 150;
  transition: transform 0.2s ease;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 24px; height: 24px; fill: var(--text-primary); }

/* ── 404 ────────────────────────────────────────────────── */
.page-404 { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; padding: 5rem 0; }
.page-404 h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(40px, 7vw, 64px); font-style: italic; margin-bottom: 1.5rem; }
.page-404 p { font-size: 13px; line-height: 2; color: var(--text-secondary); max-width: 420px; margin-bottom: 2.5rem; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; gap: 3rem; padding: 4.5rem 0 4rem; }
  /* Të gjitha fotot e hero-t janë 2:3 — korniza e ruan të njëjtin raport edhe
     në celular, që asnjë foto të mos pritet (as koka lart, as këmbët poshtë). */
  .hero-photo { max-width: 480px; }
  .hero p { max-width: 460px; }
  .hero--plain { padding: 4.5rem 0 4rem; }
  .philosophy { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 0; }
  .two-col, .about-section, .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .two-col, .about-section { padding: 4rem 0; }
  .section { padding: 4rem 0; }
  .contact-section { grid-template-columns: 1fr; gap: 3rem; }
  .grid-3, .journal-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }

  /* Nav mobile */
  .nav-burger { display: block; order: 10; }
  .nav-logo img { height: 24px; }
  .nav-logo { gap: 0.55rem; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: calc(-1 * var(--pad-x));
    right: calc(-1 * var(--pad-x));
    background: var(--bg);
    border-bottom: 0.5px solid var(--border);
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
    padding: 2rem var(--pad-x) 2.5rem;
    z-index: 120;
  }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .nav-toggle:checked ~ .nav-burger span { transform: rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span::before { transform: rotate(-90deg) translateX(-7px); }
  .nav-toggle:checked ~ .nav-burger span::after { opacity: 0; }
  .nav-group-label { display: block; font-size: 9px; color: var(--text-secondary); cursor: default; margin-bottom: -0.2rem; }
  .nav-group-label::after { content: ""; }
  .nav-sub { display: block; position: static; transform: none; padding-top: 0.9rem; }
  .nav-sub-inner { border: none; padding: 0 0 0 1rem; gap: 1.2rem; }
  .nav-group:hover .nav-sub, .nav-group:focus-within .nav-sub { position: static; }
}

@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4, .journal-grid, .gallery-grid, .interest-grid { grid-template-columns: 1fr; }
  .card-soft--wide { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .stats { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .journal-grid { gap: 2.5rem; }
  .quote-block { padding: 3rem 0; margin-bottom: 3.5rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 2.25rem; padding: 3rem 0 2rem; }
  .program-body { padding: 1.5rem 1.25rem 2rem; }
  .testimonial-card { padding: 2rem 1.5rem; }
}
