/* ==========================================================================
   OrganicPeriya — shared stylesheet
   Elegant single-typeface system (Josefin Sans throughout) on a refreshed,
   softer "new-generation" earthy palette: muted sage-forest, warm clay,
   caramel gold and warm cream. Linework illustration instead of photography.
   ========================================================================== */

:root {
  --forest: #1c2b22;
  --forest-dark: #101b13;
  --forest-mid: #4b6350;
  --terracotta: #c17b4f;
  --terracotta-dark: #9c5f38;
  --terracotta-light: #e2a177;
  --gold: #d3a467;
  --gold-light: #ead2a6;
  --cream: #fbf7f0;
  --cream-dark: #f2e9d9;
  --paper: #fffefb;
  --text-dark: #262620;
  --text-muted: #74786c;
  --text-on-dark: #f1ebdd;
  --line: #e7decb;
  --shadow: 0 12px 30px rgba(28, 43, 34, 0.12);
  --radius-lg: 28px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --serif: "Josefin Sans", "Segoe UI", sans-serif;
  --sans: "Josefin Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 300;
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
}

img, svg { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--forest-dark);
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 500; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 500; }
h3 { font-size: 1.35rem; font-weight: 600; }

p { margin: 0 0 1em; color: var(--text-muted); font-weight: 300; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--terracotta);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--terracotta);
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

section { padding: 88px 0; position: relative; }
.section-tight { padding: 56px 0; }

.section-header { max-width: 640px; margin-bottom: 48px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--terracotta); color: #fff; }
.btn-primary:hover { background: var(--terracotta-dark); box-shadow: 0 10px 22px rgba(193, 123, 79, 0.35); }

.btn-outline { background: transparent; border-color: var(--forest-dark); color: var(--forest-dark); }
.btn-outline:hover { background: var(--forest-dark); color: #fff; }

.btn-ghost-light { background: transparent; border-color: rgba(255,255,255,0.55); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,0.15); border-color: #fff; }

.btn-gold { background: var(--gold); color: var(--forest-dark); }
.btn-gold:hover { background: var(--gold-light); }

.btn-block { width: 100%; justify-content: center; }

/* ---------- top banner ---------- */
.top-banner {
  background: var(--forest-dark);
  color: var(--text-on-dark);
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 9px 16px;
}

/* ---------- header / nav ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(251, 247, 240, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--forest-dark);
}
.logo svg { width: 40px; height: 40px; }
.logo span.sub {
  display: block;
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--terracotta);
  margin-top: 1px;
}

/* ---------- brand logo (icon + wordmark lockup) ---------- */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1;
}
.brand-logo .brand-icon { width: 32px; height: 42px; flex-shrink: 0; }
.brand-logo .brand-text { display: flex; flex-direction: column; }
.brand-organic {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 1.18rem;
  letter-spacing: 0.02em;
  color: var(--text-dark);
  margin-bottom: -2px;
}
.brand-periya {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: #6b8a5a;
}
.brand-tagline {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  margin-top: 3px;
}

/* compact = header nav (no tagline, smaller icon) */
.brand-logo--compact .brand-tagline { display: none; }

/* full = footer lockup (bigger, tagline shown) */
.brand-logo--full .brand-icon { width: 48px; height: 62px; }
.brand-logo--full .brand-organic { font-size: 1.5rem; }
.brand-logo--full .brand-periya { font-size: 1.2rem; }
.brand-logo--full .brand-tagline { font-size: 0.92rem; }

/* light = for use on dark backgrounds (footer) */
.brand-logo--light .brand-organic { color: #ffffff; }
.brand-logo--light .brand-periya { color: #b9cfa4; }
.brand-logo--light .brand-tagline { color: rgba(241, 235, 221, 0.75); }

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 34px;
  margin: 0;
  padding: 0;
}
nav.main-nav a {
  font-weight: 500;
  font-size: 0.94rem;
  letter-spacing: 0.03em;
  color: var(--text-dark);
  position: relative;
  padding: 4px 0;
}
nav.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 0; height: 2px;
  background: var(--terracotta);
  transition: width 0.25s ease;
}
nav.main-nav a:hover::after,
nav.main-nav a.active::after { width: 100%; }
nav.main-nav a.active { color: var(--terracotta); }

.nav-right { display: flex; align-items: center; gap: 22px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 26px; height: 2px; background: var(--forest-dark); border-radius: 2px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(16,27,19,0.72) 0%, rgba(16,27,19,0.5) 45%, rgba(16,27,19,0.78) 100%),
    url('https://images.unsplash.com/photo-1742106856193-5cc3424ac450?fm=jpg&q=80&w=2400&auto=format&fit=crop');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
  color: var(--text-on-dark);
  padding: 110px 0 60px;
}
.hero-mountains { display: none; }
.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 3;
}
.hero-copy .eyebrow { color: var(--gold-light); }
.hero-copy .eyebrow::before { background: var(--gold-light); }
.hero h1 { color: #fff; font-weight: 500; }
.hero-copy p.lead { color: rgba(241,235,221,0.85); font-size: 1.12rem; font-weight: 300; max-width: 480px; }
.hero-actions { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }

.hero-art { position: relative; }
.hero-mountains {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.mist-layer {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(251,247,240,0) 0%, rgba(251,247,240,0.9) 100%);
  z-index: 2;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.18);
  position: relative;
  z-index: 3;
}
.hero-stats .stat b { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.7rem; color: var(--gold-light); }
.hero-stats .stat span { font-size: 0.8rem; color: rgba(241,235,221,0.75); }

/* ---------- feature strip ---------- */
.feature-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.feature-strip .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 46px;
  padding-bottom: 46px;
}
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-item .icon-badge { flex-shrink: 0; }
.feature-item h4 { margin: 0 0 4px; font-size: 1.02rem; }
.feature-item p { margin: 0; font-size: 0.92rem; }

.icon-badge {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-badge svg { width: 26px; height: 26px; }

/* ---------- collections ---------- */
.collections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.collection-card {
  border-radius: var(--radius-lg);
  padding: 46px 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
}
.collection-card.tea { background: linear-gradient(150deg, #4b6350 0%, #1c2b22 100%); }
.collection-card.coffee { background: linear-gradient(150deg, #7a5236 0%, #3c2415 100%); }
.collection-card .card-icon { position: absolute; top: 32px; right: 32px; opacity: 0.9; width: 60px; height: 60px; }
.collection-card h3 { color: #fff; font-size: 1.7rem; font-weight: 500; }
.collection-card p { color: rgba(255,255,255,0.78); }
.collection-card .btn { margin-top: 12px; align-self: flex-start; }

/* ---------- story split ---------- */
.story-split {
  background: var(--cream-dark);
}
.story-split .container {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.story-art {
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 30px;
}

/* ---------- product grid ---------- */
.filter-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.filter-tab {
  padding: 10px 24px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--paper);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: var(--text-dark);
  transition: all 0.2s ease;
}
.filter-tab.active, .filter-tab:hover {
  background: var(--forest-dark);
  border-color: var(--forest-dark);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card .tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  width: fit-content;
}
.product-card .tag.tea { background: #e7ece0; color: var(--forest-mid); }
.product-card .tag.coffee { background: #f1e4d3; color: var(--terracotta-dark); }
.product-card .icon-badge { margin-bottom: 18px; }
.product-card .notes { font-size: 0.85rem; color: var(--text-muted); font-style: italic; margin: 10px 0 18px; }
.product-card .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed var(--line);
  padding-top: 16px;
  margin-top: auto;
}
.product-card .origin { font-size: 0.78rem; color: var(--text-muted); }
.product-card .enquire-btn {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--terracotta);
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.product-card .enquire-btn:hover { text-decoration: underline; }

/* ---------- stats band ---------- */
.stats-band {
  background: var(--forest-dark);
  color: var(--text-on-dark);
}
.stats-band .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.stats-band .stat b {
  display: block;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--gold-light);
}
.stats-band .stat span { font-size: 0.86rem; color: rgba(241,235,221,0.75); }

/* ---------- testimonials ---------- */
.testimonial-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.testimonial-slide { display: none; }
.testimonial-slide.active { display: block; animation: fadeIn 0.5s ease; }
.testimonial-slide blockquote {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--forest-dark);
  margin: 0 0 20px;
  line-height: 1.5;
}
.testimonial-slide cite {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  color: var(--terracotta);
}
.testimonial-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.testimonial-dots button {
  width: 10px; height: 10px; border-radius: 50%;
  border: none; background: var(--line); cursor: pointer; padding: 0;
}
.testimonial-dots button.active { background: var(--terracotta); }

@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- newsletter ---------- */
.newsletter {
  background: linear-gradient(120deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.newsletter h3 { color: #fff; font-weight: 500; margin-bottom: 6px; }
.newsletter p { color: rgba(255,255,255,0.85); margin: 0; }
.newsletter form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter input[type="email"] {
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  min-width: 260px;
  font-family: var(--sans);
  font-size: 0.95rem;
}
.newsletter .form-msg { width: 100%; font-size: 0.85rem; margin-top: 8px; color: var(--gold-light); }

/* ---------- footer ---------- */
footer.site-footer {
  background: var(--forest-dark);
  color: rgba(241,235,221,0.8);
  padding-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-grid h4 { color: #fff; font-family: var(--sans); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a:hover { color: #fff; }
.footer-brand .logo { color: #fff; }
.footer-brand p { color: rgba(241,235,221,0.7); max-width: 300px; margin-top: 14px; }
.social-row { display: flex; gap: 12px; margin-top: 18px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease;
}
.social-row a:hover { background: var(--terracotta); }
.social-row svg { width: 17px; height: 17px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(160deg, var(--forest-dark), var(--forest-mid));
  color: #fff;
  padding: 90px 0 70px;
  text-align: center;
}
.page-hero h1 { color: #fff; font-weight: 500; }
.page-hero p { color: rgba(241,235,221,0.85); max-width: 600px; margin: 0 auto; }
.breadcrumb { font-size: 0.8rem; letter-spacing: 0.08em; color: var(--gold-light); margin-bottom: 14px; text-transform: uppercase; }

/* ---------- timeline (about page) ---------- */
.timeline { position: relative; padding-left: 40px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 9px; top: 6px; bottom: 6px;
  width: 2px;
  background: var(--line);
}
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -40px; top: 4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--terracotta);
  border: 4px solid var(--cream);
}
.timeline-item b { display: block; color: var(--terracotta); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.06em; margin-bottom: 4px; }

/* ---------- values grid ---------- */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  text-align: center;
}
.value-card .icon-badge { margin: 0 auto 18px; }

/* ---------- sustainability page ---------- */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.impact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 34px;
  display: flex;
  gap: 20px;
}
.impact-card .icon-badge { flex-shrink: 0; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.leaf-divider {
  display: flex;
  justify-content: center;
  padding: 10px 0 40px;
}
.leaf-divider svg { width: 60px; height: 24px; opacity: 0.6; }

/* ---------- contact page ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
}
.contact-info-card {
  background: var(--forest-dark);
  color: var(--text-on-dark);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.contact-info-card h3 { color: #fff; font-weight: 500; }
.info-row { display: flex; gap: 16px; margin-bottom: 26px; align-items: flex-start; }
.info-row .icon-badge { background: rgba(255,255,255,0.1); flex-shrink: 0; }
.info-row b { display: block; color: #fff; font-weight: 500; font-size: 0.95rem; }
.info-row span { font-size: 0.88rem; color: rgba(241,235,221,0.75); }

.contact-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; color: var(--text-dark); }
.form-group input, .form-group select, .form-group textarea {
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.95rem;
  background: var(--cream);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--terracotta);
}
.form-success {
  display: none;
  background: #e7ece0;
  color: var(--forest-mid);
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  margin-bottom: 18px;
}
.form-success.show { display: block; }

.map-placeholder {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  margin-top: 30px;
  height: 260px;
  position: relative;
  background: repeating-linear-gradient(135deg, var(--cream-dark) 0 22px, var(--paper) 22px 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.map-placeholder b { color: var(--forest-dark); font-weight: 500; }
.map-placeholder span { font-size: 0.82rem; color: var(--text-muted); }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero .container, .story-split .container, .two-col, .contact-grid { grid-template-columns: 1fr; }
  .collections-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-grid { grid-template-columns: 1fr; }
  .stats-band .container { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .feature-strip .container { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  nav.main-nav, .nav-right .btn { display: none; }
  .nav-toggle { display: flex; }
  header.site-header.nav-open nav.main-nav {
    display: block;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 20px 28px;
  }
  header.site-header.nav-open nav.main-nav ul { flex-direction: column; gap: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .newsletter { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
