/* ============================================================
   Sevil Vahid — Site web
   Identité visuelle douce, institutionnelle, premium
   ============================================================ */

:root {
  /* Palette — ivoire, bleu pétrole, sauge, terracotta */
  --ivory:        #F7F3EC;
  --ivory-50:     #FBF8F3;
  --ivory-100:    #F3EDE2;
  --sand:         #E8DCC6;
  --sand-soft:    #EFE6D4;
  --teal:         #1F4C50;   /* bleu pétrole principal */
  --teal-700:     #163A3D;
  --teal-500:     #2E6A6F;
  --sage:         #97A98B;
  --sage-soft:    #C7D2BC;
  --sage-bg:      #E6ECDF;
  --terracotta:   #C97B5B;
  --terracotta-700: #B2674A;
  --copper:       #D49474;
  --ink:          #2A2A2A;
  --ink-soft:     #4A4A4A;
  --muted:        #7A7468;
  --line:         #E3DACA;
  --line-soft:    #EBE3D2;
  --white:        #FFFFFF;

  --shadow-sm:    0 1px 2px rgba(31, 76, 80, 0.04), 0 1px 3px rgba(31, 76, 80, 0.05);
  --shadow:       0 4px 14px rgba(31, 76, 80, 0.06), 0 2px 6px rgba(31, 76, 80, 0.04);
  --shadow-lg:    0 18px 40px rgba(31, 76, 80, 0.10), 0 4px 12px rgba(31, 76, 80, 0.05);

  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --serif: "Cormorant Garamond", "Lora", Georgia, serif;
  --sans:  "Inter", "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--teal); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--terracotta); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--teal-700);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 960px; margin: 0 auto; padding: 0 32px; }

section { padding: 96px 0; position: relative; }
section.tight { padding: 72px 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--terracotta);
}

.section-title {
  font-size: 48px;
  margin-top: 18px;
  margin-bottom: 14px;
}
.section-sub {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 640px;
  line-height: 1.6;
}

.section-head { margin-bottom: 56px; max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .section-sub { margin-inline: auto; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.btn-primary {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 2px 8px rgba(201, 123, 91, 0.25);
}
.btn-primary:hover {
  background: var(--terracotta-700);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(201, 123, 91, 0.28);
}

.btn-secondary {
  background: transparent;
  color: var(--teal);
  border-color: var(--teal);
}
.btn-secondary:hover {
  background: var(--teal);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--teal);
  padding: 10px 0;
  border-radius: 0;
}
.btn-ghost:hover { color: var(--terracotta); gap: 14px; }

.btn-dark {
  background: var(--teal);
  color: var(--white);
}
.btn-dark:hover { background: var(--teal-700); color: var(--white); transform: translateY(-1px); }

.btn-sm { padding: 10px 18px; font-size: 13.5px; }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 236, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: 1400px;
  margin: 0 auto;
  gap: 32px;
}
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-mark {
  width: 60px; height: 60px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 38%),
    radial-gradient(circle at 70% 78%, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0) 50%),
    linear-gradient(145deg, #FBF6EA 0%, #EFE6D2 55%, #D9CCB0 100%);
  display: grid; place-items: center;
  color: var(--teal-700);
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  flex-shrink: 0;
  letter-spacing: -0.02em;
  position: relative;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.7),
    inset 0 -1px 2px rgba(31,76,80,0.10),
    0 1px 2px rgba(31,76,80,0.08),
    0 4px 12px rgba(31,76,80,0.08);
  text-shadow: 0 1px 0 rgba(255,255,255,0.55);
}
.logo-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(31, 76, 80, 0.55);
  pointer-events: none;
}
.logo-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 0.5px solid rgba(31, 76, 80, 0.18);
  pointer-events: none;
}
.logo-mark span {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, var(--teal-700) 0%, var(--teal-500) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-text { line-height: 1.1; display: flex; flex-direction: column; gap: 4px; }
.logo-name {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--teal-700);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.logo-sub {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}

.nav { display: flex; align-items: center; gap: 44px; }
.nav a {
  font-size: 16px;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
  font-weight: 400;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--terracotta);
  transition: width .25s ease;
}
.nav a:hover { color: var(--teal); }
.nav a:hover::after { width: 100%; }

.btn-sage {
  background: #6B7E5A;
  color: var(--ivory);
  padding: 16px 28px;
  font-size: 15px;
  border-radius: 999px;
}
.btn-sage:hover { background: #5A6B4C; color: var(--ivory); transform: translateY(-1px); }

.header-right { display: flex; align-items: center; gap: 18px; }

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 11.5px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.lang-switch .sep { color: var(--line); font-size: 10px; }
.lang-switch button {
  background: none; border: none;
  padding: 4px 6px;
  font: inherit;
  color: var(--muted);
  cursor: pointer;
  transition: color .2s;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.lang-switch button.active { color: var(--teal-700); font-weight: 600; }
.lang-switch button:not(.active):hover { color: var(--teal); }

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
}
.burger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--teal-700);
  position: relative;
}
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0;
  width: 22px; height: 1.5px; background: var(--teal-700);
}
.burger span::before { top: -7px; }
.burger span::after { top: 7px; }

@media (max-width: 1180px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
}
@media (max-width: 640px) {
  .logo-sub { display: none; }
  .header-inner { padding: 14px 20px; gap: 12px; }
  .header-right .btn { padding: 10px 16px; font-size: 13px; }
  .logo-mark { width: 44px; height: 44px; font-size: 15px; }
  .logo-name { font-size: 20px; }
}

/* Mobile nav drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--ivory);
  z-index: 60;
  display: none;
  flex-direction: column;
  padding: 32px;
}
.mobile-nav.open { display: flex; }
.mobile-nav .close {
  align-self: flex-end;
  background: none; border: none;
  font-size: 28px; cursor: pointer;
  color: var(--teal-700);
  width: 44px; height: 44px;
}
.mobile-nav ul {
  list-style: none; padding: 0; margin: 32px 0;
  display: flex; flex-direction: column; gap: 4px;
}
.mobile-nav a {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--teal-700);
  padding: 12px 0;
  display: block;
}
.mobile-nav-footer { margin-top: auto; display: flex; flex-direction: column; gap: 16px; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  padding: 64px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-video-wrap video, .hero-video-wrap img.poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247,243,236,0.96) 0%, rgba(247,243,236,0.78) 45%, rgba(247,243,236,0.40) 75%, rgba(247,243,236,0.20) 100%),
    linear-gradient(180deg, rgba(247,243,236,0.10) 0%, rgba(247,243,236,0.55) 100%);
}
.hero .container { position: relative; z-index: 1; }
@media (max-width: 960px) {
  .hero-video-wrap::after {
    background:
      linear-gradient(180deg, rgba(247,243,236,0.85) 0%, rgba(247,243,236,0.95) 60%, rgba(247,243,236,1) 100%);
  }
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 0;
  align-items: center;
  padding: 56px 0 24px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  font-size: 12.5px;
  color: var(--teal-700);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.badge .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sage);
}

.hero h1 {
  font-size: 76px;
  line-height: 1.02;
  margin-bottom: 14px;
  font-weight: 400;
}
.hero h1 em {
  font-style: italic;
  color: var(--sage);
  font-weight: 400;
}
.hero-role {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--teal-500);
  margin-bottom: 28px;
  line-height: 1.4;
}
.hero p.lead {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 14px;
  max-width: 540px;
}
.hero p.body {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 540px;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }

.hero-trust {
  display: flex;
  gap: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  margin-top: 8px;
  flex-wrap: wrap;
}
.hero-trust-item { display: flex; flex-direction: column; gap: 2px; }
.hero-trust-item .n {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--teal-700);
  line-height: 1;
}
.hero-trust-item .l {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Portrait */
.portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 50% 50% 30% 30% / 38% 38% 8% 8%;
  overflow: hidden;
  background: linear-gradient(160deg, var(--sage-bg) 0%, var(--sand-soft) 100%);
  box-shadow: var(--shadow-lg);
}
.portrait-img {
  position: absolute; inset: 0;
  background-image: url("portrait.jpg");
  background-size: cover;
  background-position: center 20%;
}
.portrait-img.placeholder {
  background:
    radial-gradient(circle at 50% 38%, #d4b4a0 0 14%, transparent 14%),
    radial-gradient(ellipse at 50% 95%, #b88b76 0 35%, transparent 35%),
    linear-gradient(160deg, var(--sage-bg) 0%, var(--sand-soft) 100%);
}
.portrait-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  pointer-events: none;
}
.portrait-blob.b1 {
  width: 340px; height: 340px;
  background: var(--sage-bg);
  top: -100px; right: -80px;
}
.portrait-blob.b2 {
  width: 280px; height: 280px;
  background: var(--sand);
  bottom: -80px; left: -60px;
}
.portrait-wrap { position: relative; }
.portrait-tag {
  position: absolute;
  background: var(--white);
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line-soft);
  z-index: 2;
}
.portrait-tag .ico {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--sage-bg);
  display: grid; place-items: center;
  color: var(--teal);
  flex-shrink: 0;
}
.portrait-tag .ico svg { width: 18px; height: 18px; }
.portrait-tag .t {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--teal-700);
  line-height: 1.2;
}
.portrait-tag .s {
  font-size: 11px;
  color: var(--muted);
}
.portrait-tag.tag-1 { top: 60px; left: -40px; }
.portrait-tag.tag-2 { bottom: 80px; right: -30px; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; padding: 24px 0; }
  .hero h1 { font-size: 54px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 42px; }
  .hero-role { font-size: 18px; }
  section { padding: 64px 0; }
  .section-title { font-size: 34px; }
  .container { padding: 0 20px; }
}

/* ============================================================
   À propos
   ============================================================ */
.about {
  background: var(--ivory-50);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 72px;
  align-items: start;
}
.about-media {
  position: sticky;
  top: 120px;
}
.about-photo-frame {
  position: relative;
  animation: photoFloat 7s ease-in-out infinite;
  will-change: transform;
}
.about-photo-frame::before,
.about-photo-frame::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  pointer-events: none;
  transition: transform .6s ease;
}
.about-photo-frame::before {
  inset: 14px -14px -14px 14px;
  background: var(--sage-bg);
  z-index: 0;
}
.about-photo-frame::after {
  inset: -10px 10px 10px -10px;
  border: 1px solid var(--terracotta);
  opacity: 0.55;
  z-index: 0;
}
.about-photo {
  aspect-ratio: 4/5;
  border-radius: 12px;
  background:
    linear-gradient(180deg, var(--sage-bg) 0%, var(--sand-soft) 100%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  z-index: 1;
}
.about-photo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 40%, #d4b4a0 0 12%, transparent 12%),
    radial-gradient(ellipse at 50% 95%, #a8826e 0 36%, transparent 36%);
}
.about-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.18) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: photoShine 7s ease-in-out infinite;
  z-index: 2;
}
@keyframes photoFloat {
  0%, 100% { transform: translateY(0) rotate(-0.4deg); }
  50%      { transform: translateY(-10px) rotate(0.4deg); }
}
@keyframes photoShine {
  0%, 60% { transform: translateX(-120%); opacity: 0; }
  70%     { opacity: 1; }
  100%    { transform: translateX(120%); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .about-photo-frame { animation: none; }
  .about-photo::before { animation: none; }
}
.about-photo-cite {
  position: absolute;
  bottom: -32px;
  left: -32px;
  background: var(--teal);
  color: var(--ivory);
  padding: 24px 28px;
  border-radius: 12px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  max-width: 280px;
  line-height: 1.35;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.about-photo-cite::before {
  content: """;
  font-size: 64px;
  font-family: var(--serif);
  color: var(--terracotta);
  position: absolute;
  top: -14px; left: 18px;
  line-height: 1;
}
.about-content h2 { font-size: 44px; margin-bottom: 12px; }
.about-name {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--teal-700);
  margin: 28px 0 4px;
}
.about-role {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 24px;
}
.about-content p {
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.about-content p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 64px;
  float: left;
  line-height: 0.85;
  margin: 8px 12px 0 0;
  color: var(--teal);
}
.about-meta {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.about-meta-item .l {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.about-meta-item .v {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--teal-700);
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-media { position: static; max-width: 420px; }
  .about-photo-cite { font-size: 16px; padding: 20px 22px; }
}

/* ============================================================
   Formation & Qualifications
   ============================================================ */
.qual { background: var(--ivory); }
.qual-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0;
}
.qual-tab {
  background: none;
  border: none;
  padding: 14px 22px;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--muted);
  cursor: pointer;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color .2s;
}
.qual-tab:hover { color: var(--teal); }
.qual-tab.active { color: var(--teal-700); }
.qual-tab.active::after {
  content: "";
  position: absolute;
  left: 22px; right: 22px;
  bottom: -1px;
  height: 2px;
  background: var(--terracotta);
}
.qual-panel { display: none; }
.qual-panel.active { display: block; animation: fadeIn .4s ease; }

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

/* Timeline */
.timeline {
  position: relative;
  padding-left: 36px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 11px; top: 6px; bottom: 6px;
  width: 1px;
  background: var(--line);
}
.tl-item {
  position: relative;
  padding-bottom: 36px;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: "";
  position: absolute;
  left: -29px; top: 8px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 5px var(--ivory), 0 0 0 6px var(--line);
}
.tl-year {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--terracotta);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.tl-title {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--teal-700);
  margin-bottom: 4px;
  font-weight: 500;
}
.tl-org {
  font-size: 14.5px;
  color: var(--muted);
}
.qual-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 14px;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.qual-list-item {
  display: flex;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink-soft);
  align-items: flex-start;
  padding: 12px 0;
}
.qual-list-item::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sage);
  margin-top: 9px;
  flex-shrink: 0;
}
.qual-list-title {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--teal-700);
  margin-bottom: 12px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.qual-list-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

/* Certifications */
.cert-feature {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 36px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: start;
}
.cert-feature-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--sage) 100%);
  display: grid; place-items: center;
  color: var(--ivory);
}
.cert-feature-icon svg { width: 28px; height: 28px; }
.cert-feature h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
.cert-feature p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 12px;
}
.cert-feature .formateur {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}
.cert-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 20px 22px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
  transition: all .25s;
  position: relative;
}
.cert-card:hover {
  border-color: var(--sage);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.cert-card .year {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--terracotta);
  margin-bottom: 6px;
}

/* Expérience */
.exp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.exp-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
}
.exp-card .since {
  display: inline-block;
  background: var(--sage-bg);
  color: var(--teal-700);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.exp-card h4 {
  font-size: 19px;
  margin-bottom: 6px;
}
.exp-card .loc {
  font-size: 13.5px;
  color: var(--muted);
}

/* Affiliations */
.affil-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.affil-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.affil-card h4 { font-size: 21px; margin-bottom: 14px; }
.affil-card .reg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 18px;
  background: var(--ivory);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--terracotta);
}
.affil-card .reg .l {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.affil-card .reg .v {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--teal-700);
}
@media (max-width: 700px) { .affil-grid { grid-template-columns: 1fr; } }

/* Diplomas gallery */
.dip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
}
.dip-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
}
.dip-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.dip-img {
  aspect-ratio: 4/3;
  background:
    linear-gradient(135deg, var(--ivory-100), var(--sand-soft)),
    var(--sand);
  position: relative;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line-soft);
}
.dip-img::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.dip-img svg {
  width: 48px; height: 48px;
  color: var(--sage);
  opacity: 0.7;
}
.dip-img .seal {
  position: absolute;
  bottom: 18px; right: 22px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--terracotta);
  opacity: 0.85;
  display: grid;
  place-items: center;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
}
.dip-info {
  padding: 16px 18px;
}
.dip-info .y {
  font-family: var(--serif);
  font-style: italic;
  color: var(--terracotta);
  font-size: 13px;
}
.dip-info .t {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--teal-700);
  margin: 2px 0 4px;
  line-height: 1.25;
}
.dip-info .o {
  font-size: 12.5px;
  color: var(--muted);
}

/* ============================================================
   Services
   ============================================================ */
.services { background: var(--ivory-50); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
.svc-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--sage-soft);
}
.svc-img {
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
}
.svc-img .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(0.95);
  transition: transform .8s ease;
}
.svc-card:hover .svc-img .photo { transform: scale(1.04); }
.svc-img .photo-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(31,76,80,0.42) 0%, rgba(31,76,80,0.10) 50%, rgba(201,123,91,0.28) 100%),
    linear-gradient(180deg, rgba(247,243,236,0) 60%, rgba(31,76,80,0.28) 100%);
  mix-blend-mode: multiply;
}
.svc-img-1, .svc-img-2, .svc-img-3, .svc-img-4,
.svc-img-5, .svc-img-6, .svc-img-7, .svc-img-8 {
  /* gradient fallback if photo fails */
}

.svc-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.svc-body h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.svc-body p.desc {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 18px;
}
.svc-points {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.svc-points li {
  font-size: 13.5px;
  color: var(--ink-soft);
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.svc-points li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 12px; height: 8px;
  border-left: 1.5px solid var(--terracotta);
  border-bottom: 1.5px solid var(--terracotta);
  transform: rotate(-45deg);
}
.svc-actions {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}
.svc-actions .btn { flex: 1; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--ivory); }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.faq-side h2 { font-size: 42px; margin-bottom: 14px; }
.faq-side .help {
  margin-top: 32px;
  padding: 24px;
  background: var(--sage-bg);
  border-radius: var(--radius);
  font-size: 14.5px;
  color: var(--teal-700);
  line-height: 1.6;
}
.faq-side .help strong { display: block; font-family: var(--serif); font-size: 18px; margin-bottom: 6px; }

.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .2s;
}
.faq-item[open] { border-color: var(--sage-soft); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  padding: 22px 26px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 19px;
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--sans);
  font-size: 26px;
  color: var(--terracotta);
  font-weight: 300;
  transition: transform .25s;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer {
  padding: 0 26px 24px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
}

@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ============================================================
   CTA strip
   ============================================================ */
.cta-strip {
  padding: 80px 0;
  background:
    radial-gradient(circle at 10% 20%, var(--sage-bg) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, var(--sand-soft) 0%, transparent 50%),
    var(--teal);
  color: var(--ivory);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip h2 {
  color: var(--ivory);
  font-size: 52px;
  margin-bottom: 16px;
  font-weight: 400;
}
.cta-strip h2 em { color: var(--copper); font-style: italic; }
.cta-strip p {
  font-size: 18px;
  color: rgba(247, 243, 236, 0.85);
  max-width: 620px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.cta-strip .btn-secondary {
  color: var(--ivory);
  border-color: rgba(247, 243, 236, 0.4);
}
.cta-strip .btn-secondary:hover {
  background: var(--ivory);
  color: var(--teal);
}
.cta-strip .cta-buttons { display: inline-flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================================================
   Testimonials
   ============================================================ */
.testim { background: var(--ivory-50); }
.testim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.testim-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.testim-card::before {
  content: """;
  font-family: var(--serif);
  font-size: 90px;
  color: var(--sand);
  position: absolute;
  top: -4px; left: 24px;
  line-height: 1;
  z-index: 0;
}
.testim-card * { position: relative; z-index: 1; }
.testim-stars { color: var(--terracotta); font-size: 14px; letter-spacing: 2px; }
.testim-card p {
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.6;
}
.testim-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  margin-top: auto;
}
.testim-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage) 0%, var(--teal-500) 100%);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
}
.testim-meta .who {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--teal-700);
  line-height: 1.2;
}
.testim-meta .type {
  font-size: 12.5px;
  color: var(--muted);
}
.testim-disclaim {
  text-align: center;
  margin-top: 36px;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  max-width: 640px;
  margin-inline: auto;
}

/* ============================================================
   Booking (4 cards)
   ============================================================ */
.booking { background: var(--ivory); }
.book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.book-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.book-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.book-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.book-card:hover::before { transform: scaleX(1); }
.book-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: var(--sage-bg);
  display: grid;
  place-items: center;
  color: var(--teal-700);
  margin-bottom: 20px;
}
.book-icon svg { width: 24px; height: 24px; }
.book-card h4 { font-size: 22px; margin-bottom: 10px; line-height: 1.2; }
.book-card p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}
.book-card .complem {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.5;
  font-style: italic;
}
.book-card .btn { margin-top: auto; width: 100%; }

/* ============================================================
   Contact
   ============================================================ */
.contact { background: var(--teal-700); color: var(--ivory); position: relative; overflow: hidden; }
.contact::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--teal-500), transparent 70%);
  opacity: 0.4;
}
.contact h2 { color: var(--ivory); }
.contact .eyebrow { color: var(--copper); }
.contact .eyebrow::before { background: var(--copper); }
.contact .section-sub { color: rgba(247,243,236,0.75); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
  position: relative;
}
.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-card {
  background: rgba(247, 243, 236, 0.06);
  border: 1px solid rgba(247, 243, 236, 0.12);
  border-radius: var(--radius);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  transition: all .25s;
}
.contact-card:hover { background: rgba(247, 243, 236, 0.10); }
.contact-card .ico {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--copper);
  display: grid; place-items: center;
  color: var(--teal-700);
}
.contact-card .ico svg { width: 20px; height: 20px; }
.contact-card .l {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 4px;
}
.contact-card .v {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--ivory);
}
.contact-card .v.small { font-size: 16px; }
.contact-card .actions { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.contact-card .actions .pill {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(247,243,236,0.08);
  border: 1px solid rgba(247,243,236,0.15);
  color: var(--ivory);
  cursor: pointer;
  transition: all .2s;
}
.contact-card .actions .pill:hover { background: var(--copper); color: var(--teal-700); border-color: var(--copper); }

.contact-form {
  background: var(--ivory);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
}
.contact-form h3 { font-size: 26px; margin-bottom: 8px; }
.contact-form .form-intro { font-size: 14px; color: var(--muted); margin-bottom: 26px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.field input, .field textarea, .field select {
  font-family: var(--sans);
  font-size: 15px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  outline: none;
  transition: border .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(31, 76, 80, 0.08);
}
.field textarea { resize: vertical; min-height: 120px; }
.consent {
  display: flex;
  gap: 10px;
  font-size: 12.5px;
  color: var(--muted);
  margin: 6px 0 18px;
  line-height: 1.5;
}
.consent input { margin-top: 3px; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.form-reassure {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-reassure svg { width: 14px; height: 14px; color: var(--sage); }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   Blog + Events
   ============================================================ */
.blog { background: var(--ivory-50); }
.blog-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 20px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  transition: all .3s;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-img {
  aspect-ratio: 16/10;
  position: relative;
}
.blog-img-1 { background: linear-gradient(135deg, #a8c4d0 0%, #4a7a8a 100%); }
.blog-img-2 { background: linear-gradient(135deg, #e0c8b8 0%, #9a7a6a 100%); }
.blog-img-3 { background: linear-gradient(135deg, var(--sage-bg), var(--sage) 100%); }
.blog-cat {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(255,255,255,0.94);
  color: var(--teal-700);
  padding: 5px 12px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 999px;
}
.blog-body { padding: 26px 28px; flex: 1; display: flex; flex-direction: column; }
.blog-meta {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  display: flex;
  gap: 14px;
}
.blog-meta span { display: flex; align-items: center; gap: 5px; }
.blog-body h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.25;
}
.blog-body p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 18px;
  flex: 1;
}
.blog-cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.blog-cats .chip {
  padding: 7px 14px;
  font-size: 13px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  transition: all .2s;
}
.blog-cats .chip:hover { color: var(--teal); }
.blog-cats .chip.active { background: var(--teal); color: var(--white); border-color: var(--teal); }

/* Events */
.events { background: var(--ivory); }
.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
}
.event-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 120px 1fr;
  transition: all .3s;
}
.event-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.event-date {
  background: var(--sage-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: var(--teal-700);
  border-right: 1px solid var(--line-soft);
}
.event-date .day {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
}
.event-date .mon {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 6px;
}
.event-date .yr {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.event-body { padding: 22px 26px; }
.event-format {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  background: var(--ivory-100);
  border-radius: 999px;
  font-size: 11.5px;
  color: var(--terracotta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.event-body h4 { font-size: 21px; margin-bottom: 8px; line-height: 1.2; }
.event-info {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.event-info span { display: flex; align-items: center; gap: 5px; }
.event-body p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 16px;
}
.event-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.event-empty {
  text-align: center;
  padding: 64px 32px;
  background: var(--white);
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  color: var(--muted);
}
.event-empty svg { width: 56px; height: 56px; color: var(--sage); margin-bottom: 16px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: #1A2D2F;
  color: rgba(247, 243, 236, 0.75);
  padding: 80px 0 32px;
  font-size: 14px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.foot-brand .logo-name { color: var(--ivory); }
.foot-brand p {
  margin-top: 14px;
  color: rgba(247, 243, 236, 0.65);
  line-height: 1.65;
  font-size: 14px;
}
.foot-brand .social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.foot-brand .social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(247,243,236,0.08);
  display: grid; place-items: center;
  color: var(--ivory);
  transition: all .2s;
}
.foot-brand .social a:hover { background: var(--copper); color: var(--teal-700); }
.foot-brand .social svg { width: 16px; height: 16px; }

.foot-col h5 {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 500;
  margin-bottom: 18px;
}
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { color: rgba(247, 243, 236, 0.75); font-size: 14px; }
.foot-col a:hover { color: var(--copper); }
.foot-col li.with-icon { display: flex; align-items: center; gap: 8px; }
.foot-col svg { width: 14px; height: 14px; color: var(--copper); flex-shrink: 0; }

.foot-bot {
  border-top: 1px solid rgba(247, 243, 236, 0.12);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12.5px;
  color: rgba(247, 243, 236, 0.5);
}
.foot-bot a { color: rgba(247, 243, 236, 0.7); }
.foot-bot a:hover { color: var(--copper); }
.foot-legal { display: flex; gap: 22px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 540px) {
  .foot-grid { grid-template-columns: 1fr; }
}

/* Subtle scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Section break ornament */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 24px;
  color: var(--terracotta);
}
.ornament::before, .ornament::after {
  content: "";
  width: 40px; height: 1px;
  background: var(--terracotta);
  opacity: 0.5;
}
