/* ============================================
   Laurence Gentil – Thérapie
   Design apaisant, moderne, SEO-friendly
   ============================================ */

:root {
  --color-sage: #5c7a6a;
  --color-sage-dark: #3d5248;
  --color-sage-light: #8fa898;
  --color-cream: #f7f4ef;
  --color-warm: #e8ddd0;
  --color-terracotta: #c4846c;
  --color-terracotta-dark: #a66b55;
  --color-text: #2c3330;
  --color-text-muted: #5a6560;
  --color-white: #ffffff;
  --font-display: 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --shadow-sm: 0 2px 8px rgba(44, 51, 48, 0.06);
  --shadow-md: 0 8px 32px rgba(44, 51, 48, 0.1);
  --shadow-lg: 0 16px 48px rgba(44, 51, 48, 0.12);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.3s ease;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: var(--color-sage-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

a:hover {
  color: var(--color-terracotta);
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

.container {
  width: min(1140px, 92vw);
  margin-inline: auto;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: var(--color-sage-dark);
  color: var(--color-white);
  border-radius: var(--radius);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

/* Top bar */
.top-bar {
  background: var(--color-sage-dark);
  color: var(--color-white);
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

.top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.top-bar__address,
.top-bar__phone {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-white);
  text-decoration: none;
}

.top-bar__phone:hover {
  color: var(--color-warm);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 239, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(92, 122, 106, 0.12);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo {
  text-decoration: none;
  color: var(--color-text);
}

.logo__name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.logo__tagline {
  display: block;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--color-text);
}

.nav a:hover {
  color: var(--color-sage);
}

.nav__cta {
  background: var(--color-sage);
  color: var(--color-white) !important;
  padding: 0.55rem 1.25rem;
  border-radius: 50px;
  transition: background var(--transition), transform var(--transition);
}

.nav__cta:hover {
  background: var(--color-sage-dark);
  color: var(--color-white) !important;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  transition: var(--transition);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
}

.btn--primary {
  background: var(--color-terracotta);
  color: var(--color-white);
  border-color: var(--color-terracotta);
}

.btn--primary:hover {
  background: var(--color-terracotta-dark);
  border-color: var(--color-terracotta-dark);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn--outline {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-white);
  border-color: var(--color-white);
}

.btn--full {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  padding: 5rem 0 6rem;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(61, 82, 72, 0.92) 0%, rgba(92, 122, 106, 0.85) 50%, rgba(196, 132, 108, 0.75) 100%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  color: var(--color-white);
}

.hero__eyebrow {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.9;
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.hero__subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  opacity: 0.95;
  margin-bottom: 1.25rem;
}

.hero__tags {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Contact strip */
.contact-strip {
  margin-top: -3rem;
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}

.contact-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
  background: var(--color-white);
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition);
}

.contact-card:hover {
  transform: translateY(-4px);
}

.contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  margin-bottom: 1rem;
  background: var(--color-cream);
  border-radius: 10px;
  color: var(--color-sage);
}

.contact-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: var(--color-sage-dark);
  min-height: 2.5rem;
  display: flex;
  align-items: flex-end;
}

.contact-card__phone {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-terracotta);
  text-decoration: none;
}

.contact-card__phone:hover {
  color: var(--color-terracotta-dark);
}

.contact-card__detail {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.contact-card__body {
  flex: 1;
}

.contact-card__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

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

.section--light {
  background: var(--color-white);
}

.section--accent {
  background: linear-gradient(160deg, var(--color-warm) 0%, var(--color-cream) 100%);
}

.section--contact {
  background: var(--color-sage-dark);
  color: var(--color-white);
}

.section--contact a {
  color: var(--color-warm);
}

.section--contact .section__eyebrow,
.section--contact h2 {
  color: var(--color-white);
}

.section--seo {
  background:
    radial-gradient(ellipse 70% 50% at 80% 10%, rgba(92, 122, 106, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(196, 132, 108, 0.08) 0%, transparent 50%),
    var(--color-cream);
}

.section__header {
  margin-bottom: 3rem;
}

.section__header--center {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 3rem;
}

.section__eyebrow {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-terracotta);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-sage-dark);
}

.section__intro {
  margin-top: 1rem;
  color: var(--color-text-muted);
  font-size: 1.1rem;
}

/* About */
.about-section {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 10% 20%, rgba(196, 132, 108, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 90% 60%, rgba(92, 122, 106, 0.14) 0%, transparent 55%),
    linear-gradient(180deg, var(--color-white) 0%, var(--color-cream) 100%);
  padding: 5rem 0;
  overflow: hidden;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.about-intro__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-terracotta);
  margin-bottom: 0.75rem;
}

.about-intro h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-sage-dark);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.about-intro__role {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  margin-bottom: 1.25rem;
}

.about-intro__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  background: var(--color-white);
  border: 1px solid rgba(92, 122, 106, 0.15);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-sage-dark);
  box-shadow: var(--shadow-sm);
}

.about-intro__visual {
  position: relative;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}

.about-intro__circle {
  position: absolute;
  border-radius: 50%;
}

.about-intro__circle--1 {
  width: 140px;
  height: 140px;
  background: var(--color-sage-light);
  opacity: 0.35;
  top: 0;
  right: 0;
}

.about-intro__circle--2 {
  width: 100px;
  height: 100px;
  background: var(--color-terracotta);
  opacity: 0.25;
  bottom: 10px;
  left: 0;
}

.about-intro__circle--3 {
  width: 60px;
  height: 60px;
  background: var(--color-sage);
  opacity: 0.2;
  top: 50%;
  left: 40%;
}

/* About story bento */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.about-story__card {
  position: relative;
  padding: 2rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.about-story__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.about-story__card--hero {
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, var(--color-sage-dark) 0%, var(--color-sage) 45%, #7a9e8e 100%);
  color: var(--color-white);
  box-shadow: 0 20px 50px rgba(61, 82, 72, 0.25);
  min-height: 420px;
}

.about-story__glow {
  position: absolute;
  top: -40%;
  right: -30%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(196, 132, 108, 0.45) 0%, transparent 70%);
  pointer-events: none;
}

.about-story__stat {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.about-story__stat-num {
  display: block;
  font-size: clamp(3.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #fff 30%, rgba(232, 221, 208, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-story__stat-label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.85;
  line-height: 1.4;
}

.about-story__bio {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.about-story__bio p {
  font-size: 0.95rem;
  line-height: 1.65;
  opacity: 0.92;
}

.about-story__bio p:first-child {
  font-size: 1.05rem;
}

.about-story__bio strong {
  color: var(--color-warm);
  font-weight: 600;
}

.about-story__card--care {
  grid-column: 2;
  grid-row: 1;
  background: var(--color-white);
  border: 2px solid rgba(196, 132, 108, 0.2);
  box-shadow: var(--shadow-md);
}

.about-story__card--care p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.about-story__card--care strong {
  color: var(--color-sage-dark);
  font-weight: 600;
}

.about-story__card--care em {
  color: var(--color-terracotta);
  font-style: normal;
  font-weight: 500;
}

.about-story__audience {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.about-audience-tag {
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
}

.about-audience-tag--1 {
  background: rgba(92, 122, 106, 0.12);
  color: var(--color-sage-dark);
}

.about-audience-tag--2 {
  background: rgba(196, 132, 108, 0.15);
  color: var(--color-terracotta-dark);
}

.about-audience-tag--3 {
  background: rgba(61, 82, 72, 0.1);
  color: var(--color-sage-dark);
}

.about-story__card--focus {
  grid-column: 2;
  grid-row: 2;
  background: linear-gradient(135deg, rgba(232, 221, 208, 0.6) 0%, var(--color-white) 60%);
  border: 1px solid rgba(196, 132, 108, 0.15);
  box-shadow: var(--shadow-sm);
}

.about-story__focus-intro {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-sage-dark);
  margin-bottom: 1rem;
}

.about-story__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.about-tag {
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
}

.about-tag--terra {
  background: var(--color-terracotta);
  color: var(--color-white);
}

.about-tag--sage {
  background: var(--color-sage);
  color: var(--color-white);
}

.about-tag--warm {
  background: var(--color-sage-dark);
  color: var(--color-white);
}

.about-story__focus-note {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  font-style: italic;
}

/* Modes row */
.about-modes-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.about-mode-pill {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  background: var(--color-white);
  border-radius: var(--radius);
  border: 1px solid rgba(92, 122, 106, 0.1);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}

.about-mode-pill:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.about-mode-pill__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 10px;
  color: var(--color-white);
}

.about-mode-pill__icon--sage { background: var(--color-sage); }
.about-mode-pill__icon--terra { background: var(--color-terracotta); }
.about-mode-pill__icon--warm { background: var(--color-sage-dark); }

.about-mode-pill h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-sage-dark);
  margin-bottom: 0.15rem;
}

.about-mode-pill p {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.about-credentials__header {
  text-align: center;
  margin-bottom: 2rem;
}

.about-credentials__header h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-sage-dark);
  margin-bottom: 0.4rem;
}

.about-credentials__header p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.credential-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(92, 122, 106, 0.1);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}

.credential-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.credential-card__year {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.3rem 0.75rem;
  background: rgba(92, 122, 106, 0.1);
  color: var(--color-sage-dark);
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.credential-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-sage-dark);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.credential-card p {
  flex: 1;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.credentials__note {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

/* Cards grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white);
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(92, 122, 106, 0.08);
  transition: all var(--transition);
}

.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--color-sage-light);
}

.card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-sage-dark);
  margin-bottom: 0.75rem;
  min-height: 2.75rem;
  line-height: 1.3;
}

.card p {
  flex: 1;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Split layout */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.split h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-sage-dark);
  margin-bottom: 1.25rem;
}

.check-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}

.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-sage);
  font-weight: 700;
}

.split__visual {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.7;
}

.art-circle--1 {
  width: 200px;
  height: 200px;
  background: var(--color-sage-light);
  top: 20%;
  left: 10%;
}

.art-circle--2 {
  width: 150px;
  height: 150px;
  background: var(--color-terracotta);
  opacity: 0.5;
  bottom: 15%;
  right: 15%;
}

.art-circle--3 {
  width: 100px;
  height: 100px;
  background: var(--color-sage);
  opacity: 0.4;
  top: 50%;
  left: 45%;
}

/* Two col list */
.two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.two-col-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
  color: var(--color-text-muted);
}

.two-col-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--color-terracotta);
  border-radius: 50%;
}

/* Approaches */
.approaches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.approach-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white);
  padding: 2rem 1.75rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
}

.approach-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.approach-card--featured {
  background: var(--color-sage-dark);
  color: var(--color-white);
}

.approach-card--featured h3 {
  color: var(--color-white);
}

.approach-card--featured .approach-card__number {
  color: rgba(255, 255, 255, 0.2);
}

.approach-card__number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(92, 122, 106, 0.15);
  line-height: 1;
  margin-bottom: 1rem;
}

.approach-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-sage-dark);
  margin-bottom: 0.85rem;
  min-height: 2.5rem;
  line-height: 1.3;
}

.approach-card p {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.65;
}

.approach-card--featured p {
  opacity: 0.9;
}

/* Objectives */
.objectives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.objectives-grid .objective:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1;
  max-width: calc(50% - 0.5rem);
  justify-self: center;
}

.objective {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  background: var(--color-cream);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  border-left: 3px solid var(--color-sage);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* SEO section */
.seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.seo-card {
  padding: 2rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(92, 122, 106, 0.1);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}

.seo-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.seo-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  border-radius: 12px;
  color: var(--color-white);
}

.seo-card--map .seo-card__icon {
  background: var(--color-sage);
}

.seo-card--services .seo-card__icon {
  background: var(--color-terracotta);
}

.seo-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-sage-dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.seo-card p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.seo-card p strong {
  color: var(--color-text);
  font-weight: 600;
}

.seo-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.seo-cities span {
  padding: 0.35rem 0.85rem;
  background: rgba(92, 122, 106, 0.08);
  border: 1px solid rgba(92, 122, 106, 0.12);
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-sage-dark);
  transition: background var(--transition), color var(--transition);
}

.seo-cities span:hover {
  background: var(--color-sage);
  color: var(--color-white);
  border-color: var(--color-sage);
}

.seo-services {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.seo-services li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.seo-services li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--color-terracotta);
  border-radius: 50%;
}

.seo-highlight {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--color-sage-dark) 0%, var(--color-sage) 60%, #6d9484 100%);
  border-radius: var(--radius-lg);
  color: var(--color-white);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(61, 82, 72, 0.2);
}

.seo-highlight__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.seo-highlight__circle {
  position: absolute;
  border-radius: 50%;
}

.seo-highlight__circle--1 {
  width: 200px;
  height: 200px;
  background: rgba(196, 132, 108, 0.25);
  top: -60px;
  right: -40px;
}

.seo-highlight__circle--2 {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  bottom: -30px;
  left: 20%;
}

.seo-highlight__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.seo-highlight h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.seo-highlight p {
  font-size: 0.98rem;
  line-height: 1.7;
  opacity: 0.92;
  margin-bottom: 1.25rem;
}

.seo-conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.seo-conditions span {
  padding: 0.4rem 1rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
}

.seo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2rem 2.5rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 2px solid rgba(196, 132, 108, 0.2);
  box-shadow: var(--shadow-md);
}

.seo-cta__text p {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.seo-cta__text p:first-child {
  margin-bottom: 0.25rem;
}

.seo-cta__text strong {
  color: var(--color-sage-dark);
  font-weight: 600;
}

.seo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

.btn--seo-outline {
  background: transparent;
  color: var(--color-sage-dark);
  border: 2px solid var(--color-sage);
}

.btn--seo-outline:hover {
  background: var(--color-sage);
  color: var(--color-white);
  border-color: var(--color-sage);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Contact layout */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: stretch;
}

.contact-info__block {
  margin-bottom: 1.75rem;
}

.contact-info__block h3 {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  opacity: 0.85;
}

.contact-info__block address,
.contact-info__block p {
  line-height: 1.8;
  opacity: 0.95;
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background var(--transition);
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}

.contact-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-map {
  min-height: 420px;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

/* Footer */
.footer {
  background: #1e2824;
  color: rgba(255, 255, 255, 0.75);
  padding: 3rem 0;
  font-size: 0.9rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer__name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0.25rem;
}

.footer address {
  margin-top: 1rem;
  line-height: 1.7;
}

.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer__nav a:hover {
  color: var(--color-white);
}

.footer__legal p {
  margin-bottom: 0.35rem;
}

.footer__legal a {
  color: rgba(255, 255, 255, 0.75);
}

/* Legal page */
.legal-page {
  padding: 4rem 0 6rem;
  background: var(--color-white);
  min-height: 60vh;
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-sage-dark);
  margin-bottom: 2rem;
}

.legal-page h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-sage-dark);
  margin: 2rem 0 1rem;
}

.legal-page p,
.legal-page li {
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
}

.legal-page a {
  color: var(--color-sage);
}

.legal-back {
  display: inline-block;
  margin-bottom: 2rem;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
  .contact-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-grid,
  .approaches-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .objectives-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .objectives-grid .objective:last-child:nth-child(3n + 1) {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  .about-intro {
    grid-template-columns: 1fr;
  }

  .about-intro__visual {
    display: none;
  }

  .about-story__card--hero {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: auto;
  }

  .about-story__card--care,
  .about-story__card--focus {
    grid-column: auto;
    grid-row: auto;
  }

  .about-modes-row {
    grid-template-columns: 1fr;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }

  .credentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .split__visual {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(300px, 85vw);
    height: 100vh;
    background: var(--color-white);
    padding: 5rem 2rem 2rem;
    box-shadow: var(--shadow-lg);
    transition: right var(--transition);
    z-index: 200;
  }

  .nav.is-open {
    right: 0;
  }

  .nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .nav__cta {
    width: 100%;
    text-align: center;
  }

  .hero {
    padding: 3.5rem 0 5rem;
  }

  .contact-strip__grid {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .approaches-grid,
  .two-col-list,
  .objectives-grid,
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .about-story {
    grid-template-columns: 1fr;
  }

  .about-story__bio p {
    font-size: 0.9rem;
  }

  .seo-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .seo-cta__actions {
    width: 100%;
  }

  .seo-cta__actions .btn {
    flex: 1;
    text-align: center;
  }

  .seo-highlight {
    padding: 1.75rem;
  }

  .about-story__stat-num {
    font-size: 3.5rem;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__nav ul {
    align-items: center;
  }

  .contact-map {
    height: 300px;
  }
}
