/*
Theme Name: Elios Wellness
Theme URI: https://elioswellness.com
Author: Dr. Nicolas Maalouf
Author URI: https://elioswellness.com
Description: Concierge weight-loss telemedicine practice — warm editorial design with Fraunces + Inter typography. Multi-page brochure theme for Elios Wellness.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: All Rights Reserved
Text Domain: elios-wellness
Tags: concierge, healthcare, telemedicine, editorial, responsive
*/

/* =========================================================
   Elios Wellness — Dr. Nicolas Maalouf
   Warm editorial, darker palette
   ========================================================= */

:root {
  /* Color palette */
  --cream: #EDE3D1;
  --cream-light: #F4ECDC;
  --cream-lighter: #F9F3E7;
  --espresso: #141D2A;        /* deep ink-blue charcoal, primary dark */
  --espresso-soft: #1F2A3A;
  --olive: #5D6F7F;            /* muted slate-blue accent */
  --olive-deep: #3F4F5C;
  --clay: #B17355;             /* warm terracotta for accents */
  --sand: #D8CBB2;
  --ink: #1A1E19;
  --ink-soft: #46493F;
  --muted: #7E7566;
  --hairline: rgba(31, 42, 34, 0.14);
  --hairline-light: rgba(237, 227, 209, 0.18);

  /* Typography */
  --font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Spacing */
  --container: 1240px;
  --container-narrow: 880px;

  /* Radius */
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 18px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================================================
   Base / Reset
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s var(--ease), opacity 0.25s var(--ease);
}

a:hover { opacity: 0.72; }

button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--espresso);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.4rem, 5.2vw, 4.4rem); font-weight: 300; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 300; letter-spacing: -0.015em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 400; }
h4 { font-size: 1.1rem; font-weight: 500; font-family: var(--font-body); letter-spacing: 0.02em; }

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

.lead {
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 62ch;
}

.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--olive-deep);
  margin-bottom: 1.25rem;
}

.eyebrow--light { color: var(--sand); }

.hero-copy .eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  margin-bottom: 1.6rem;
}

/* =========================================================
   Layout helpers
   ========================================================= */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

.container--narrow { max-width: var(--container-narrow); }

section { padding: clamp(64px, 8vw, 120px) 0; }

.section-dark {
  background: var(--espresso);
  color: var(--cream-light);
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4 { color: var(--cream-light); }

.section-dark p { color: rgba(237, 227, 209, 0.82); }

.section-cream-deep { background: var(--cream); }
.section-cream-light { background: var(--cream-lighter); }

.divider {
  height: 1px;
  background: var(--hairline);
  border: none;
  margin: 0;
}

/* =========================================================
   Navigation
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(237, 227, 209, 0.88);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--hairline);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  max-width: var(--container);
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-family: var(--font-display);
  color: var(--espresso);
  line-height: 1;
}

.brand-word {
  font-family: var(--font-display);
  font-size: 3.1rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.015em;
  line-height: 1;
}

.brand-sub {
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  color: var(--olive-deep);
  text-transform: uppercase;
  padding-left: 3px;
  margin-top: 5px;
}

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

.nav-links a {
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
  position: relative;
  padding: 6px 0;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--espresso);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--espresso);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.social-icon:hover {
  background: rgba(20, 29, 42, 0.08);
  opacity: 1;
}
.social-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.nav-cta .btn { margin-left: 8px; }

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-sm);
}

.nav-toggle span {
  position: relative;
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
  white-space: nowrap;
}

.btn:hover { opacity: 1; transform: translateY(-1px); }

.btn--primary {
  background: var(--espresso);
  color: var(--cream-light);
}
.btn--primary:hover { background: var(--espresso-soft); }

.btn--light {
  background: var(--cream-light);
  color: var(--espresso);
}
.btn--light:hover { background: #fff; }

.btn--outline {
  background: transparent;
  color: var(--espresso);
  border: 1px solid var(--espresso);
}
.btn--outline:hover { background: var(--espresso); color: var(--cream-light); }

.btn--outline-light {
  background: transparent;
  color: var(--cream-light);
  border: 1px solid rgba(237, 227, 209, 0.55);
}
.btn--outline-light:hover { background: var(--cream-light); color: var(--espresso); }

.btn--sm { padding: 13px 24px; font-size: 0.88rem; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--espresso);
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.link-arrow--light { color: var(--cream-light); }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  padding: clamp(80px, 10vw, 160px) 0 clamp(60px, 7vw, 100px);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 300;
  line-height: 1.02;
}

.hero-copy h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--olive-deep);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, #223349, #141D2A 60%, #0F1822);
  box-shadow: 0 30px 60px -30px rgba(20, 29, 42, 0.45);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(177, 115, 85, 0.22), transparent 60%),
    radial-gradient(circle at 20% 80%, rgba(93, 111, 127, 0.4), transparent 55%);
}

.hero-visual-leaf {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.hero-visual-leaf svg { width: 68%; height: auto; }

.hero-meta {
  position: absolute;
  left: 24px; bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream-light);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-meta::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: clamp(60px, 8vw, 96px);
  padding-top: 40px;
  border-top: 1px solid var(--hairline);
}

.hero-trust-item .num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: var(--espresso);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 300;
}

.hero-trust-item .label {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  display: block;
}

.hero-trust-item .label--note {
  font-size: 0.72rem;
  font-style: italic;
  color: var(--olive-deep);
  margin-top: 4px;
  opacity: 0.85;
}

/* =========================================================
   Feature grid / value props
   ========================================================= */
.section-intro {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}

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

.feature-card {
  padding: 36px 32px;
  background: var(--cream-lighter);
  border-radius: var(--radius-md);
  border: 1px solid var(--hairline);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(31, 42, 34, 0.2);
}

.feature-card .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--espresso);
  color: var(--cream-light);
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}

.feature-card .icon svg { width: 20px; height: 20px; }

.feature-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.feature-card p { margin: 0; font-size: 0.97rem; }

/* Four-up feature grid variant */
.feature-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-grid--4 .feature-card { padding: 28px 24px; }

/* =========================================================
   Split / editorial
   ========================================================= */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split--reverse .split-visual { order: 2; }

.split-visual {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #2C3F55, #141D2A);
  position: relative;
  overflow: hidden;
}

.split-visual--cream {
  background: linear-gradient(160deg, var(--sand), var(--cream));
}

.split-visual--cream::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(93, 111, 127, 0.3), transparent 55%),
    radial-gradient(circle at 70% 80%, rgba(177, 115, 85, 0.18), transparent 50%);
}

.split-visual-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-light);
  opacity: 0.8;
}

.split-visual-inner svg { width: 60%; }

.split-visual img,
.split-visual-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.split h2 { margin-bottom: 20px; }

.split-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 36px;
}

.split-list li {
  padding: 16px 0;
  border-top: 1px solid var(--hairline);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: var(--ink);
  font-size: 1rem;
}

.split-list li:last-child { border-bottom: 1px solid var(--hairline); }

.split-list .num {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--olive-deep);
  min-width: 32px;
  padding-top: 2px;
}

/* =========================================================
   Testimonial
   ========================================================= */
.testimonial {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-quote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--cream-light);
  margin-bottom: 32px;
}

.testimonial-quote::before,
.testimonial-quote::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--sand);
  opacity: 0.5;
  margin: 24px auto;
}

.testimonial-author {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sand);
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid var(--hairline);
}
.faq-item:last-child { border-bottom: 1px solid var(--hairline); }

.faq-q {
  width: 100%;
  text-align: left;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  color: var(--espresso);
  font-weight: 400;
}

.faq-q .plus {
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1rem;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}

.faq-item.open .faq-q .plus {
  transform: rotate(45deg);
  background: var(--espresso);
  color: var(--cream-light);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease);
}

.faq-a-inner {
  padding: 0 0 26px;
  color: var(--ink-soft);
  max-width: 64ch;
}

.faq-item.open .faq-a { max-height: 500px; }

/* =========================================================
   CTA banner
   ========================================================= */
.cta-banner {
  background: var(--espresso);
  color: var(--cream-light);
  padding: clamp(64px, 8vw, 120px) 0;
  text-align: center;
}

.cta-banner h2 {
  color: var(--cream-light);
  max-width: 18ch;
  margin: 0 auto 18px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.cta-banner p {
  max-width: 56ch;
  margin: 0 auto 36px;
  color: rgba(237, 227, 209, 0.82);
  font-size: 1.1rem;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: var(--espresso);
  color: var(--cream-light);
  padding: 80px 0 40px;
  border-top: 1px solid rgba(237, 227, 209, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}

.site-footer h4 {
  color: var(--sand);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer ul a {
  color: rgba(237, 227, 209, 0.72);
  font-size: 0.95rem;
}
.site-footer ul a:hover { color: var(--cream-light); opacity: 1; }

.site-footer .brand { color: var(--cream-light); }
.site-footer .brand .brand-word { color: var(--cream-light); }
.site-footer .brand .brand-sub { color: rgba(237, 227, 209, 0.55); }
.site-footer .social-icon { color: var(--cream-light); }
.site-footer .social-icon:hover { background: rgba(237, 227, 209, 0.12); }

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(237, 227, 209, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: rgba(237, 227, 209, 0.55);
}

/* =========================================================
   Page header (sub-pages)
   ========================================================= */
.page-header {
  padding: clamp(80px, 10vw, 140px) 0 clamp(50px, 6vw, 80px);
  background: var(--cream);
  border-bottom: 1px solid var(--hairline);
}

.page-header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
}

.page-header h1 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 300;
}

/* =========================================================
   Services / pricing cards
   ========================================================= */
.plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.plan {
  background: var(--cream-lighter);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  border: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
}

.plan--dark {
  background: var(--espresso);
  color: var(--cream-light);
  border-color: var(--espresso);
}
.plan--dark h3, .plan--dark .plan-price { color: var(--cream-light); }
.plan--dark p, .plan--dark li { color: rgba(237, 227, 209, 0.82); }
.plan--dark .plan-divider { background: rgba(237, 227, 209, 0.15); }

.plan-badge {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--clay);
  color: var(--cream-lighter);
  margin-bottom: 18px;
  align-self: flex-start;
}

.plan h3 { font-size: 1.8rem; margin-bottom: 6px; }
.plan-sub { font-size: 0.95rem; color: var(--muted); margin-bottom: 24px; }
.plan--dark .plan-sub { color: rgba(237, 227, 209, 0.65); }

.plan-price {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
  color: var(--espresso);
}
.plan-price .unit {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 6px;
  color: var(--muted);
}
.plan--dark .plan-price .unit { color: rgba(237, 227, 209, 0.6); }

.plan-divider {
  height: 1px;
  background: var(--hairline);
  margin: 28px 0;
  border: none;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.97rem;
  color: var(--ink);
}
.plan--dark ul li { color: rgba(237, 227, 209, 0.85); }

.plan ul li::before {
  content: "";
  flex-shrink: 0;
  width: 16px; height: 16px;
  border-radius: 50%;
  margin-top: 4px;
  background: var(--olive) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='1.5'><polyline points='2.5,6 5,8.5 9.5,3.5'/></svg>") center/10px no-repeat;
}

.plan .btn { margin-top: auto; }

/* =========================================================
   Contact form
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-info-list dt {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.contact-info-list dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--espresso);
  font-weight: 400;
}

form.inquiry {
  background: var(--cream-lighter);
  padding: 44px 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--hairline);
}

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

form.inquiry label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

form.inquiry input,
form.inquiry textarea,
form.inquiry select {
  width: 100%;
  padding: 14px 16px;
  background: var(--cream-lighter);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

form.inquiry input:focus,
form.inquiry textarea:focus,
form.inquiry select:focus {
  outline: none;
  border-color: var(--espresso);
  background: #fff;
}

form.inquiry .field { margin-bottom: 20px; }
form.inquiry textarea { resize: vertical; min-height: 140px; }

form.inquiry .btn { width: 100%; margin-top: 8px; }

/* =========================================================
   Misc
   ========================================================= */
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-top: 40px;
  align-items: center;
  opacity: 0.8;
}

.badge-row span {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.process-step {
  padding: 28px 4px 0;
  border-top: 2px solid var(--espresso);
}

.process-step .n {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  color: var(--olive-deep);
  margin-bottom: 14px;
  display: block;
  text-transform: uppercase;
}

.process-step h3 { font-size: 1.3rem; margin-bottom: 10px; }
.process-step p { font-size: 0.97rem; margin: 0; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { aspect-ratio: 4 / 3; max-height: 420px; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .feature-grid, .feature-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split--reverse .split-visual { order: 0; }
  .page-header-grid { grid-template-columns: 1fr; gap: 24px; }
  .plans { grid-template-columns: 1fr; }
  .plan { padding: 44px 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--hairline);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px;
    gap: 18px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-cta .btn { display: none; }
  .nav-cta { gap: 2px; }
  .brand-word { font-size: 2.3rem; }
  .brand-sub { font-size: 0.72rem; letter-spacing: 0.3em; }
  .feature-grid, .feature-grid--4 { grid-template-columns: 1fr; }
  form.inquiry { padding: 32px 24px; }
  form.inquiry .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
}
