/* =========================================================
   Caroline Nieuwenhuys — Réflexologie & Auriculothérapie
   Palette : sage & sable · esprit clinique, sobre, structuré
   ========================================================= */

:root {
  --sand:        #F5F3EC;   /* fond doux / sections teintées */
  --paper:       #FCFBF8;   /* fond principal très clair     */
  --white:       #FFFFFF;
  --ink:         #353A31;   /* texte principal               */
  --ink-strong:  #262A22;   /* titres                        */
  --muted:       #6E7468;   /* texte secondaire              */
  --sage:        #8AA081;   /* accent doux                   */
  --eucalyptus:  #5E7059;   /* accent profond / liens        */
  --eucalyptus-d:#4A5A46;
  --clay:        #C0875F;   /* call-to-action                */
  --clay-d:      #A9714B;
  --line:        #E3E0D6;   /* bordures fines                */
  --line-strong: #D2CEBF;

  --radius: 10px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 2px rgba(38,42,34,.04), 0 2px 8px rgba(38,42,34,.04);
  --shadow-md: 0 8px 28px rgba(38,42,34,.08);
  --maxw: 1140px;
  --header-h: 76px;
}

/* ----------------------- Reset / base ----------------------- */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }

body {
  margin: 0;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--eucalyptus); text-decoration: none; }
a:hover { color: var(--eucalyptus-d); }

h1, h2, h3 {
  color: var(--ink-strong);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.012em;
  margin: 0 0 .5em;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1rem; }

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

/* ----------------------- Buttons ----------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: .85em 1.6em;
  border-radius: 8px;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .01em;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .15s ease;
}
.btn-cta {
  background: var(--clay);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-cta:hover { background: var(--clay-d); color: #fff; transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: var(--eucalyptus-d);
  border-color: var(--line-strong);
}
.btn-ghost:hover { border-color: var(--eucalyptus); color: var(--eucalyptus-d); background: rgba(94,112,89,.05); }

/* ----------------------- Header ----------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(252,251,248,.88);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-strong); }
.brand-mark { color: var(--eucalyptus); display: inline-flex; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-weight: 800; font-size: 1.02rem; letter-spacing: -.01em; }
.brand-text em {
  font-style: normal;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: .94rem;
  position: relative;
}
.main-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--eucalyptus);
  transition: width .22s ease;
}
.main-nav a:not(.btn):hover::after { width: 100%; }
.nav-cta { padding: .6em 1.2em; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--ink-strong);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ----------------------- Hero ----------------------- */
.hero {
  position: relative;
  padding: clamp(64px, 11vw, 128px) 0 clamp(56px, 9vw, 104px);
  overflow: hidden;
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 480px at 78% -8%, rgba(138,160,129,.30), transparent 60%),
    radial-gradient(700px 420px at 12% 108%, rgba(94,112,89,.16), transparent 60%),
    linear-gradient(180deg, #EEF0E8 0%, var(--sand) 55%);
}
/* fine clinical grid — evokes a chart / mapping, no floral motifs */
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(94,112,89,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94,112,89,.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(80% 70% at 70% 20%, #000 30%, transparent 80%);
}
.hero-inner { position: relative; max-width: 720px; }
.hero-eyebrow {
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--eucalyptus-d);
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.hero h1 { margin-bottom: .55em; color: var(--ink-strong); }
.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--muted);
  max-width: 600px;
  margin-bottom: 2rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ----------------------- Sections ----------------------- */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-tint { background: var(--sand); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.eyebrow {
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--eucalyptus);
  font-weight: 700;
  margin-bottom: .7rem;
}
.section-head { max-width: 760px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head .eyebrow { color: var(--eucalyptus); }
.section-sub { color: var(--muted); font-size: 1.06rem; margin-bottom: 0; }

/* two-column layout */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

/* centered single-column content */
.content-narrow { max-width: 760px; }

.check-list { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: .7rem;
  color: var(--ink);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: .5em;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(138,160,129,.18);
  border: 1.5px solid var(--sage);
}
.check-list li::after {
  content: "";
  position: absolute;
  left: 6px; top: .72em;
  width: 4px; height: 8px;
  border: solid var(--eucalyptus);
  border-width: 0 2px 2px 0;
  transform: rotate(43deg);
}

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

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card-icon {
  width: 46px; height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(138,160,129,.14);
  color: var(--eucalyptus);
  margin-bottom: 16px;
}
.card-icon svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--muted); margin-bottom: 0; font-size: .96rem; }

/* soin cards: clean top rule instead of decorative icon */
.card-soin { border-top: 3px solid var(--sage); padding-top: 27px; }

.disclaimer {
  margin: clamp(32px,5vw,48px) auto 0;
  max-width: 760px;
  text-align: center;
  font-size: .86rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

/* ----------------------- Domains ----------------------- */
.domains {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.domain {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--eucalyptus);
  border-radius: var(--radius);
  padding: 26px 24px;
}
.domain h3 { color: var(--eucalyptus-d); margin-bottom: .35em; }
.domain p { color: var(--muted); margin-bottom: 0; font-size: .96rem; }
.domain-cta { background: var(--eucalyptus); border-color: var(--eucalyptus); border-left-color: var(--clay); }
.domain-cta h3, .domain-cta p { color: #fff; }
.domain-cta p { color: rgba(255,255,255,.85); }
.link-arrow { display: inline-block; margin-top: 12px; color: #fff; font-weight: 700; }
.link-arrow:hover { color: #fff; text-decoration: underline; }

/* ----------------------- Booking ----------------------- */
.section-booking { background: var(--sand); border-top: 1px solid var(--line); }
.calendly-inline-widget {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.booking-fallback { text-align: center; margin-top: 18px; font-size: .92rem; color: var(--muted); }

/* ----------------------- Avis Google ----------------------- */
.section-review {
  background: var(--eucalyptus);
  padding: clamp(48px, 7vw, 80px) 0;
  text-align: center;
}
.review-band { max-width: 640px; }
.review-stars {
  display: inline-flex;
  gap: 6px;
  color: #F2C45A;
  margin-bottom: 18px;
}
.review-stars svg { width: 24px; height: 24px; }
.section-review h2 { color: #fff; }
.section-review p { color: rgba(255,255,255,.88); margin-bottom: 1.8rem; }
.btn-review {
  background: #fff;
  color: var(--eucalyptus-d);
  box-shadow: var(--shadow-sm);
}
.btn-review:hover { background: #F3F5EF; color: var(--eucalyptus-d); transform: translateY(-1px); }

/* ----------------------- Contact ----------------------- */
.contact-grid { align-items: stretch; }
.contact-list { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.contact-list li { display: flex; gap: 16px; margin-bottom: 1.2rem; align-items: flex-start; }
.contact-ico {
  flex: 0 0 auto;
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--eucalyptus);
}
.contact-ico svg { width: 20px; height: 20px; }
.contact-list strong { color: var(--ink-strong); }
.map-frame {
  min-height: 340px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.map-frame iframe { width: 100%; height: 100%; min-height: 340px; }

/* ----------------------- Footer ----------------------- */
.site-footer {
  background: var(--ink-strong);
  color: #C9CCC2;
  padding: 48px 0 36px;
}
.footer-inner { display: grid; gap: 22px; }
.footer-brand strong { display: block; color: #fff; font-size: 1.1rem; font-weight: 800; }
.footer-brand span { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #9AA091; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-nav a { color: #C9CCC2; font-weight: 600; font-size: .92rem; }
.footer-nav a:hover { color: #fff; }
.footer-legal { font-size: .8rem; color: #8E9486; margin: 0; line-height: 1.6; }

/* ----------------------- Responsive ----------------------- */
@media (max-width: 920px) {
  .cards, .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .domains { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: var(--header-h); right: 0; left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 8px 24px 22px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
    box-shadow: var(--shadow-md);
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav a:not(.btn)::after { display: none; }
  .nav-cta { margin-top: 14px; border: 0; text-align: center; }

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

@media (max-width: 540px) {
  .cards, .cards-4, .domains { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 auto; }
}

/* ----------------------- Motion preferences ----------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
