:root {
  --teal-900: #0b3d3a;
  --teal-700: #0f766e;
  --teal-600: #14958a;
  --teal-500: #1aab9e;
  --teal-100: #e3f5f2;
  --cream: #fdfaf5;
  --cream-dark: #f5efe4;
  --coral: #f2765e;
  --coral-dark: #e2603f;
  --ink: #1e2a28;
  --ink-soft: #4b5b58;
  --white: #ffffff;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow: 0 20px 45px -20px rgba(11, 61, 58, 0.25);
  --shadow-sm: 0 8px 20px -10px rgba(11, 61, 58, 0.2);
  --max-width: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--teal-900);
  margin: 0 0 0.5em;
  line-height: 1.2;
}

p { margin: 0 0 1em; color: var(--ink-soft); }

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

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

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-700);
  font-weight: 700;
  margin-bottom: 12px;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--coral);
  display: inline-block;
}

.section {
  padding: 88px 0;
}

.section-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-alt { background: var(--cream-dark); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px 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(--coral);
  color: var(--white);
  box-shadow: 0 12px 24px -10px rgba(242, 118, 94, 0.55);
}

.btn-primary:hover { background: var(--coral-dark); }

.btn-outline {
  background: transparent;
  border-color: var(--teal-700);
  color: var(--teal-700);
}

.btn-outline:hover { background: var(--teal-700); color: var(--white); }

.btn-light {
  background: var(--white);
  color: var(--teal-700);
}

/* ---------- Header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 250, 245, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(11, 61, 58, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-shrink: 1;
  font-family: "Georgia", serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--teal-900);
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-600), var(--teal-900));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}

.brand-text { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.brand-name, .brand-sub { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand-name { font-size: 1.1rem; }
.brand-sub {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
  text-transform: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.nav-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-links a:hover { color: var(--teal-700); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--teal-900);
  margin: 5px 0;
  transition: 0.25s ease;
}

/* ---------- Hero ---------- */
.hero {
  padding: 64px 0 96px;
  position: relative;
  overflow: hidden;
}

.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.35;
  z-index: 0;
}

.blob-1 { width: 320px; height: 320px; background: var(--teal-100); top: -80px; right: 8%; }
.blob-2 { width: 200px; height: 200px; background: #fde3dc; bottom: -60px; left: 2%; }

.hero-content { position: relative; z-index: 1; }

.hero h1 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-bottom: 14px;
}

.hero .credentials {
  font-size: 1.05rem;
  color: var(--teal-700);
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.hero .credentials span.dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--coral); display: inline-block;
}

.hero p.lead {
  font-size: 1.08rem;
  max-width: 520px;
}

.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 28px;
  margin-top: 44px;
}

.hero-stats .stat-num {
  font-family: "Georgia", serif;
  font-size: 1.8rem;
  color: var(--teal-900);
  font-weight: 700;
}

.hero-stats .stat-label {
  font-size: 0.8rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-portrait {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.portrait-card {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--teal-700), var(--teal-900));
  box-shadow: var(--shadow);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.portrait-avatar {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portrait-avatar svg { width: 78%; height: 78%; }

.portrait-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.portrait-caption {
  position: relative;
  width: 100%;
  padding: 22px 24px;
  background: rgba(11, 61, 58, 0.55);
  backdrop-filter: blur(6px);
  color: var(--white);
}

.portrait-caption strong { display: block; font-size: 1rem; }
.portrait-caption span { font-size: 0.82rem; opacity: 0.85; }

.floating-chip {
  position: absolute;
  z-index: 3;
  white-space: nowrap;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--teal-900);
}

.chip-top { top: 6%; left: 6%; }
.chip-bottom { bottom: 22%; right: 6%; }

.floating-chip .chip-icon {
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--teal-100);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-700);
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.about-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 32px;
}

.about-photo-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 20px 22px;
  background: linear-gradient(0deg, rgba(11,61,58,0.75), rgba(11,61,58,0));
  color: var(--white);
}

.about-photo-caption strong { display: block; font-size: 1rem; }
.about-photo-caption span { font-size: 0.8rem; opacity: 0.85; }

.about-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.icon-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius-sm);
  background: var(--teal-100);
}

.icon-tile .tile-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-700);
  flex-shrink: 0;
}

.icon-tile span { font-size: 0.85rem; font-weight: 600; color: var(--teal-900); }

/* ---------- Specialties ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.spec-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid transparent;
}

.spec-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--teal-100);
}

.spec-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  margin-bottom: 20px;
}

.spec-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.spec-card p { font-size: 0.92rem; margin-bottom: 0; }

/* ---------- Case highlight ---------- */
.case-highlight {
  margin-top: 48px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}

.case-highlight-text { padding: 40px 44px; }
.case-highlight-text h3 { font-size: 1.4rem; }
.case-highlight-text p { margin-bottom: 0; }

.case-highlight-image { height: 100%; max-height: 420px; }
.case-highlight-image img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  padding: 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.service-item .tick {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--teal-100);
  color: var(--teal-700);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.service-item h4 { margin: 0 0 4px; font-size: 0.98rem; color: var(--teal-900); }
.service-item p { margin: 0; font-size: 0.85rem; }

/* ---------- Experience timeline ---------- */
.timeline {
  position: relative;
  margin-top: 20px;
  padding-left: 32px;
  border-left: 2px solid var(--teal-100);
}

.timeline-item { position: relative; padding-bottom: 36px; }
.timeline-item:last-child { padding-bottom: 0; }

.timeline-item::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--coral);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--teal-100);
}

.timeline-item h4 { margin: 0 0 6px; color: var(--teal-900); }
.timeline-item p { margin: 0; }

/* ---------- Gallery / Welfare work ---------- */
.welfare-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.welfare-tile {
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding: 16px;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.welfare-tile svg { width: 40%; height: 40%; margin-bottom: 8px; }

.wt-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.wt-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11,61,58,0.75), rgba(11,61,58,0.05));
  z-index: 1;
}

.tile-body-photo {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  width: 100%;
  text-align: left;
  padding-top: 40px;
}

.wt-1 { background: linear-gradient(135deg, #14958a, #0b3d3a); }
.wt-2 { background: linear-gradient(135deg, #f2765e, #c14a34); }
.wt-3 { background: linear-gradient(135deg, #1aab9e, #106f65); }
.wt-4 { background: linear-gradient(135deg, #f6a35a, #e2603f); }

.welfare-tile .tile-body { display: flex; flex-direction: column; align-items: center; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.gallery-item.tall { grid-row: span 2; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img { transform: scale(1.06); }

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11,61,58,0.78) 0%, rgba(11,61,58,0.05) 55%, rgba(11,61,58,0) 100%);
}

.gallery-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 16px;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
}

/* ---------- Testimonials ---------- */
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: var(--shadow-sm);
  margin: 0 auto 40px;
  font-size: 0.9rem;
  color: var(--teal-900);
  font-weight: 700;
}

.rating-badge .stars { color: #f2a93a; letter-spacing: 2px; }
.rating-badge a { color: var(--teal-700); text-decoration: underline; font-weight: 700; }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-card .stars { color: #f2a93a; font-size: 0.9rem; letter-spacing: 2px; }

.testimonial-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink);
  flex-grow: 1;
}

.testimonial-who {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--teal-100);
  color: var(--teal-700);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: Georgia, serif;
  flex-shrink: 0;
}

.testimonial-who strong { display: block; font-size: 0.88rem; color: var(--teal-900); }
.testimonial-who span { font-size: 0.76rem; color: var(--ink-soft); }

/* ---------- Testimonial / quote ---------- */
.quote-block {
  background: linear-gradient(135deg, var(--teal-700), var(--teal-900));
  border-radius: var(--radius-lg);
  color: var(--white);
  padding: 56px;
  text-align: center;
  position: relative;
}

.quote-block .quote-mark {
  font-family: Georgia, serif;
  font-size: 4rem;
  color: rgba(255,255,255,0.35);
  line-height: 1;
}

.quote-block p {
  color: rgba(255,255,255,0.92);
  font-size: 1.3rem;
  max-width: 720px;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-style: italic;
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 36px;
}

.contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.contact-row:last-child { margin-bottom: 0; }

.contact-row .c-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--teal-100);
  color: var(--teal-700);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.contact-row h4 { margin: 0 0 4px; font-size: 0.95rem; color: var(--teal-900); }
.contact-row p { margin: 0; font-size: 0.9rem; }

.form-grid {
  display: grid;
  gap: 16px;
}

.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal-900);
  margin-bottom: 6px;
  display: block;
}

input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1.5px solid #e2ddd0;
  background: var(--cream);
  font-family: inherit;
  font-size: 0.92rem;
  color: var(--ink);
  transition: border-color 0.2s ease;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--teal-600);
}

textarea { resize: vertical; min-height: 96px; }

.form-note {
  font-size: 0.78rem;
  color: var(--ink-soft);
  margin-top: 6px;
}

#form-status {
  display: none;
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: var(--teal-100);
  color: var(--teal-900);
  font-size: 0.88rem;
  font-weight: 600;
}

/* ---------- Footer ---------- */
footer {
  background: var(--teal-900);
  color: rgba(255,255,255,0.85);
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--white); font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; }
.footer-brand .brand-sub { color: rgba(255,255,255,0.65); }

.footer-grid h5 { color: var(--white); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; font-family: inherit; }

.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 10px; font-size: 0.88rem; }
.footer-grid a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}

.social-icons { display: flex; gap: 10px; }
.social-icons a {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  transition: background 0.2s ease;
}
.social-icons a:hover { background: var(--coral); }

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--teal-900);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 90;
}

.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-portrait { order: -1; }
  .about-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .welfare-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .case-highlight { grid-template-columns: 1fr; }
  .case-highlight-image { max-height: 280px; order: -1; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; }
  .gallery-item.tall { grid-row: span 1; }
}

@media (max-width: 1250px) {
  .nav-links, .nav-actions .btn-outline { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--white);
    padding: 20px 24px;
    box-shadow: var(--shadow-sm);
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .nav .brand-sub { display: none; }
  .nav .brand-mark { width: 30px; height: 30px; }
  .nav .brand-mark svg { width: 16px; height: 16px; }
  .nav .brand-name { font-size: 0.88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand { flex: 1 1 auto; min-width: 0; gap: 6px; }
  .brand-text { min-width: 0; }
  .nav { padding: 14px 16px; gap: 8px; }
  .nav-actions { flex-shrink: 0; gap: 6px; }
  .nav-actions .btn-primary { padding: 9px 12px; font-size: 0.78rem; }
  .section { padding: 64px 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .welfare-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .quote-block { padding: 36px 24px; }
  .quote-block p { font-size: 1.05rem; }
  .hero-stats { grid-template-columns: repeat(3, auto); gap: 18px; }
}
