/* ============================================================
   Dra. Cristyellen Feksa — Saúde Mental
   Conceito: claro, sereno, editorial. Sidebar vertical fixa.
   Paleta: eucalipto/sálvia + off-white quente + argila.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); background: var(--paper); color: var(--ink); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

:root {
  /* Verde-esmeralda profundo + dourado champagne + marfim — médica chique */
  --sage-900: #143027;   /* esmeralda quase preto */
  --sage-700: #234c3f;
  --sage-500: #3c6655;
  --sage-400: #6d9183;
  --sage-200: #c0d1c8;
  --sage-100: #dde7e1;
  --sage-50:  #eef3f0;
  --clay:     #b6964f;   /* dourado / champagne */
  --clay-dk:  #927636;   /* ouro velho (texto) */
  --clay-pale:#efe7d2;   /* champagne claro */
  --paper:    #fbf8f1;   /* marfim quente */
  --paper-2:  #f2ece0;
  --white:    #ffffff;
  --ink:      #1c2b24;
  --ink-soft: #4a564f;
  --ink-faint:#8b938c;
  --border:   #e9e1d2;
  --sidebar-w: 96px;
  --pad:      clamp(24px, 6vw, 96px);
  --sec-y:    clamp(64px, 10vw, 130px);
  --r-sm: 10px; --r-md: 16px; --r-lg: 24px; --r-xl: 36px; --r-pill: 100px;
  --dur: 0.3s; --ease: cubic-bezier(0.4,0,0.2,1); --spring: cubic-bezier(0.34,1.5,0.64,1);
  --font-sans: 'Jost', sans-serif;
  --font-display: 'Playfair Display', serif;
  --font-script: 'Playfair Display', serif;
}

/* Palavras de destaque em itálico elegante */
.section-title em, .hero__title em, .welcome__text em,
.quote-band__text em, .voices__quote em, .about__copy .section-title em {
  font-family: var(--font-display); font-style: italic;
  font-weight: 400; color: var(--clay-dk);
  display: inline; letter-spacing: -0.01em;
}

/* ---- Progress ---- */
.fp-progress { position: fixed; top: 0; left: 0; height: 3px; z-index: 300;
  background: var(--clay); width: 0; transition: width 0.1s linear; }

/* ---- Reveal ---- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-left { opacity: 0; transform: translateX(-32px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(32px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }

/* ---- Shared ---- */
.eyebrow { display: inline-flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--clay-dk); }
.eyebrow--center { justify-content: center; }
.eyebrow--center::before { display: none; }
.eyebrow--light { color: var(--sage-200); }

.section-title { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.16; color: var(--ink); letter-spacing: -0.01em; }
.section-title em { color: var(--sage-500); }
.section-title--center { text-align: center; }
.section-lead { font-weight: 300; font-size: 1.02rem; line-height: 1.7; color: var(--ink-soft); }

/* ---- Buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-sans); font-weight: 500; font-size: 13px; letter-spacing: 0.04em;
  padding: 14px 28px; border-radius: var(--r-pill); border: 1.5px solid transparent; cursor: pointer;
  transition: all var(--dur) var(--spring); }
.btn:hover { transform: translateY(-2px); }
.btn--lg { padding: 16px 34px; font-size: 14px; }
.btn--block { width: 100%; }
.btn--clay { background: var(--clay); color: #fff; box-shadow: 0 8px 22px rgba(182,150,79,0.34); }
.btn--clay:hover { background: var(--clay-dk); box-shadow: 0 12px 28px rgba(182,150,79,0.44); }
.btn--ink { background: var(--sage-900); color: var(--paper); }
.btn--ink:hover { background: var(--sage-700); }
.btn--quiet { background: transparent; color: var(--sage-700); border-color: var(--sage-200); }
.btn--quiet:hover { background: var(--sage-50); border-color: var(--sage-400); }

/* ============================================================
   SIDEBAR (desktop)
   ============================================================ */
.sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: var(--sidebar-w); z-index: 100;
  background: var(--sage-900); display: flex; flex-direction: column; align-items: center;
  justify-content: space-between; padding: 28px 0; }
.sidebar__mark { width: 62px; height: 62px; border-radius: 50%; background: rgba(255,255,255,0.06);
  border: 1.5px solid var(--clay); box-shadow: inset 0 0 0 4px rgba(182,150,79,0.08);
  display: flex; align-items: center; justify-content: center; transition: transform var(--dur) var(--spring); overflow: hidden; }
.sidebar__mark:hover { transform: scale(1.08); }
.sidebar__mark-initials { font-family: var(--font-script); font-size: 26px; color: var(--clay); line-height: 1; }
.sidebar__mark--logo { border-color: transparent; background: transparent; box-shadow: none; width: 80px; height: 80px; }
.sidebar__logo-wrap { width: 78px; display: flex; align-items: center; justify-content: center; }
.sidebar__logo-img { width: 78px; height: auto; display: block; }
.sidebar__nav { display: flex; flex-direction: column; gap: 22px; align-items: center; }
.sidebar__dot { position: relative; display: flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; }
.sidebar__dot span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.28);
  transition: all var(--dur) var(--ease); }
.sidebar__dot:hover span, .sidebar__dot.active span { background: var(--clay); transform: scale(1.5); }
.sidebar__dot::after { content: attr(data-label); position: absolute; left: 30px; white-space: nowrap;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--paper);
  background: var(--sage-700); padding: 5px 10px; border-radius: var(--r-sm); opacity: 0; pointer-events: none;
  transition: opacity var(--dur) var(--ease); }
.sidebar__dot:hover::after { opacity: 1; }
.sidebar__socials { display: flex; flex-direction: column; gap: 14px; }
.sidebar__socials a { color: rgba(255,255,255,0.5); transition: color var(--dur); }
.sidebar__socials a:hover { color: var(--clay); }

/* ---- Topbar ---- */
.topbar { display: flex; position: sticky; top: 0; z-index: 100; height: 72px; align-items: center;
  justify-content: space-between; padding: 0 32px; background: rgba(250,248,244,0.96);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); gap: 24px; }
.topbar__logo-wrap { display: flex; align-items: center; flex-shrink: 0; }
.topbar__logo-img { height: 52px; width: auto; }
.topbar__nav { display: flex; align-items: center; gap: 28px; flex: 1; justify-content: center; }
.topbar__nav a { font-family: var(--font-sans); font-size: 12.5px; font-weight: 400; letter-spacing: 0.04em;
  color: var(--ink-soft); transition: color var(--dur); white-space: nowrap; }
.topbar__nav a:hover { color: var(--clay); }
.topbar__cta { font-size: 12px !important; padding: 10px 22px !important; flex-shrink: 0; }
.topbar__toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.topbar__toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }
.mob-menu { display: none; position: fixed; inset: 0; z-index: 200; background: var(--sage-900);
  flex-direction: column; align-items: flex-start; gap: 30px; padding: 80px 36px 48px; }
.mob-menu.open { display: flex; animation: fade 0.2s; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.mob-menu nav { display: flex; flex-direction: column; gap: 24px; }
.mob-menu nav a { font-family: var(--font-display); font-size: 1.9rem; color: rgba(255,255,255,0.9); }
.mob-menu nav a:hover { color: var(--clay); }
.mob-menu__close { position: absolute; top: 24px; right: 24px; width: 40px; height: 40px; border: none;
  border-radius: 50%; background: rgba(255,255,255,0.1); color: #fff; font-size: 18px; cursor: pointer; }

/* ============================================================
   MAIN
   ============================================================ */
.main { margin-left: var(--sidebar-w); }
section { scroll-margin-top: 80px; }

/* ---- HERO ---- */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; align-items: stretch; }
.hero__media { background: var(--sage-100); position: relative; overflow: hidden; }
.hero__photo { position: absolute; inset: 0;
  background: linear-gradient(155deg, var(--sage-200), var(--sage-400)); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 14px; color: rgba(255,255,255,0.7); font-size: 13px; letter-spacing: 0.08em; }
.hero__panel { display: flex; flex-direction: column; justify-content: center; gap: 24px;
  padding: var(--sec-y) var(--pad); background: var(--paper); }
.hero__panel-logo { display: flex; justify-content: flex-end; margin-bottom: -8px; }
.hero__panel-logo-img { height: 110px; width: auto; }
.hero__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1.08; letter-spacing: -0.015em; color: var(--ink); }
.hero__title em { color: var(--sage-500); }
.hero__lead { font-weight: 300; font-size: 1.08rem; line-height: 1.75; color: var(--ink-soft); max-width: 460px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__meta { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 6px; padding-top: 22px;
  border-top: 1px solid var(--border); }
.hero__meta span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-soft); }
.hero__meta svg { color: var(--sage-500); }

/* ---- BOAS-VINDAS ---- */
.welcome { background: var(--paper-2); padding: var(--sec-y) var(--pad); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 26px; }
.welcome__text { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.4; color: var(--ink); max-width: 900px; }
.welcome__text em { color: var(--clay-dk); }
.welcome__sign { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--sage-500); }

/* ---- SERVIÇOS ---- */
.services { padding: var(--sec-y) var(--pad); background: var(--paper); }
.services__head { display: flex; flex-direction: column; gap: 16px; max-width: 620px; margin-bottom: 48px; }
.services__list { display: flex; flex-direction: column; }
.serv-row { display: grid; grid-template-columns: 80px 1fr auto; gap: 28px; align-items: center;
  padding: 30px 0; border-top: 1px solid var(--border); cursor: pointer;
  transition: padding-left var(--dur) var(--ease); position: relative; }
.serv-row:last-child { border-bottom: 1px solid var(--border); }
.serv-row::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 0;
  background: var(--sage-50); border-radius: var(--r-md); z-index: 0; transition: width var(--dur) var(--ease); }
.serv-row:hover::before { width: 100%; }
.serv-row:hover { padding-left: 24px; }
.serv-row > * { position: relative; z-index: 1; }
.serv-row__num { font-family: var(--font-display); font-size: 2.4rem; color: var(--sage-200);
  line-height: 1; transition: color var(--dur) var(--ease); }
.serv-row:hover .serv-row__num { color: var(--clay); }
.serv-row__body { display: flex; flex-direction: column; gap: 7px; }
.serv-row__title { display: flex; align-items: center; gap: 12px; font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 400; color: var(--ink); }
.serv-row__title svg { color: var(--sage-500); flex-shrink: 0; }
.serv-row__tag { font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  background: var(--clay-pale); color: var(--clay-dk); padding: 4px 10px; border-radius: var(--r-pill); }
.serv-row__desc { font-size: 14px; line-height: 1.6; color: var(--ink-soft); max-width: 560px; }
.serv-row__arrow { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center; color: var(--sage-500);
  transition: all var(--dur) var(--spring); flex-shrink: 0; }
.serv-row:hover .serv-row__arrow { background: var(--clay); border-color: var(--clay); color: #fff;
  transform: rotate(-45deg); }

/* ---- QUOTE BAND ---- */
.quote-band { background: var(--sage-700); padding: clamp(56px,8vw,96px) var(--pad); }
.quote-band__inner { max-width: 860px; margin: 0 auto; text-align: center; position: relative; }
.quote-band__mark { color: var(--sage-200); margin-bottom: 12px; }
.quote-band__text { font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem); line-height: 1.4; color: var(--paper); }

/* ---- SOBRE ---- */
.about { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px,6vw,80px);
  align-items: center; padding: var(--sec-y) var(--pad); background: var(--paper); }
.about__photo { position: relative; aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden;
  background: linear-gradient(155deg, var(--sage-200), var(--sage-500));
  box-shadow: 0 0 0 1px var(--clay), 0 0 0 8px var(--paper), 0 0 0 9px var(--clay-pale); }
.about__photo img { width: 100%; height: 100%; object-fit: cover; }
.about__photo-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 12px; color: rgba(255,255,255,0.7); font-size: 13px; }
.about__photo-tag { position: absolute; bottom: 18px; left: 18px; background: var(--white);
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage-700);
  padding: 8px 14px; border-radius: var(--r-pill); box-shadow: 0 6px 18px rgba(43,58,52,0.15); }
.about__copy { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.about__text { font-weight: 300; font-size: 1rem; line-height: 1.75; color: var(--ink-soft); max-width: 540px; }
.about__tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0; }
.about__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500;
  color: var(--sage-700); background: var(--sage-50); padding: 9px 16px; border-radius: var(--r-pill); }
.about__tag svg { color: var(--clay); }

/* ---- COMO FUNCIONA ---- */
.journey { padding: var(--sec-y) var(--pad); background: var(--paper-2); }
.journey__head { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 56px; }
.journey__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.journey__steps::before { content: ''; position: absolute; top: 34px; left: 16%; right: 16%; height: 1.5px;
  background: repeating-linear-gradient(90deg, var(--sage-200) 0 8px, transparent 8px 16px); }
.jstep { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; position: relative; }
.jstep__badge { width: 68px; height: 68px; border-radius: 50%; background: var(--white);
  border: 1.5px solid var(--sage-200); display: flex; align-items: center; justify-content: center;
  color: var(--sage-500); box-shadow: 0 8px 22px rgba(43,58,52,0.08); transition: all var(--dur) var(--spring); }
.jstep:hover .jstep__badge { background: var(--sage-500); border-color: var(--sage-500); color: #fff; transform: translateY(-4px); }
.jstep__num { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; color: var(--clay-dk); }
.jstep__title { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); }
.jstep__desc { font-size: 14px; line-height: 1.6; color: var(--ink-soft); max-width: 260px; }

/* ---- DEPOIMENTOS ---- */
.voices { background: var(--sage-900); padding: var(--sec-y) var(--pad); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 28px; }
.voices__quote { font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem); line-height: 1.42; color: var(--paper); max-width: 880px;
  transition: opacity 0.4s var(--ease); }
.voices__author { display: flex; flex-direction: column; align-items: center; gap: 4px; transition: opacity 0.4s var(--ease); }
.voices__author-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--clay);
  color: #fff; font-family: var(--font-display); font-size: 22px; display: flex; align-items: center;
  justify-content: center; margin-bottom: 10px; }
.voices__author-name { font-size: 15px; font-weight: 500; color: var(--paper); }
.voices__author-meta { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage-200); }
.voices__author-stars { color: #e8b76a; font-size: 14px; margin-top: 4px; }
.voices__dots { display: flex; gap: 10px; }
.voices__dots button { width: 9px; height: 9px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,0.25); transition: all var(--dur) var(--ease); padding: 0; }
.voices__dots button.active { background: var(--clay); width: 26px; border-radius: var(--r-pill); }

/* ---- CONTATO ---- */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px,6vw,72px);
  padding: var(--sec-y) var(--pad); background: var(--paper); align-items: start; }
.contact__info { display: flex; flex-direction: column; gap: 18px; }
.contact__lead { font-weight: 300; font-size: 1rem; line-height: 1.7; color: var(--ink-soft); max-width: 420px; }
.contact__items { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.contact__item { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border-radius: var(--r-md);
  background: var(--paper-2); font-size: 14px; color: var(--ink-soft); transition: all var(--dur) var(--ease); }
.contact__item:hover { background: var(--sage-50); transform: translateX(4px); }
.contact__item-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--white); color: var(--sage-500);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact__form { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: clamp(28px,4vw,44px); display: flex; flex-direction: column; gap: 18px;
  box-shadow: 0 20px 50px rgba(43,58,52,0.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field span { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.field input, .field textarea { font-family: var(--font-sans); font-size: 14.5px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--border); border-radius: var(--r-sm);
  padding: 13px 15px; outline: none; transition: all var(--dur) var(--ease); resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--sage-400); background: #fff;
  box-shadow: 0 0 0 3px rgba(122,154,138,0.18); }

/* ---- MAPA ---- */
.map-section { padding: var(--sec-y) var(--pad); background: var(--paper-2); border-top: 1px solid var(--border); }
.map-section__head { text-align: center; margin-bottom: 32px; }
.map-section__embed { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(20,48,39,0.08); }
.map-section__embed iframe { display: block; }
@media (max-width: 560px) { .map-section__embed iframe { height: 280px; } }

/* ---- FOOTER ---- */
.footer { background: var(--sage-900); color: rgba(250,248,244,0.7); padding: clamp(48px,7vw,72px) var(--pad) 28px; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__brand { font-family: var(--font-display); font-size: 1.5rem; color: var(--paper); margin-bottom: 12px; }
.footer__brand strong { font-weight: 500; }
.footer__logo-wrap { display: flex; align-items: center; margin-bottom: 12px; }
.footer__logo-img { height: 80px; width: auto; filter: brightness(0) invert(1) opacity(0.85); }
.footer__tag { font-weight: 300; font-size: 14px; line-height: 1.65; color: rgba(250,248,244,0.5); max-width: 320px; }
.footer__contact { display: flex; flex-direction: column; gap: 12px; }
.footer__contact a, .footer__contact span { display: flex; align-items: center; gap: 11px; font-size: 14px;
  color: rgba(250,248,244,0.7); }
.footer__contact svg { color: var(--clay); flex-shrink: 0; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px;
  font-size: 12px; color: rgba(250,248,244,0.4); flex-wrap: wrap; gap: 12px; }

/* ---- ANSIEDADE ---- */
.anx { padding: var(--sec-y) var(--pad); background: var(--paper-2); }
.anx__head { text-align: center; margin-bottom: clamp(36px,6vw,64px); }
.anx__head .section-lead { margin-top: 12px; }
.anx__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.anx-card { background: var(--paper); border: 1px solid var(--border); border-radius: var(--r-md);
  padding: 28px 24px; transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease); }
.anx-card:hover { box-shadow: 0 8px 28px rgba(20,48,39,0.08); transform: translateY(-3px); }
.anx-card__ic { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: var(--r-sm); background: rgba(182,150,79,0.1); color: var(--clay); margin-bottom: 16px; }
.anx-card__ic svg { stroke: var(--clay); }
.anx-card__title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.anx-card__desc { font-size: 0.9rem; font-weight: 300; color: var(--ink-soft); line-height: 1.65; }
.anx__cta { margin-top: clamp(40px,6vw,64px); text-align: center; padding: 40px; background: var(--sage-900);
  border-radius: var(--r-lg); display: flex; flex-direction: column; align-items: center; gap: 20px; }
.anx__cta-text { font-family: var(--font-display); font-size: 1.4rem; color: var(--clay-pale); line-height: 1.4; max-width: 700px; }

/* ---- GALERIA ---- */
.gallery { padding: var(--sec-y) var(--pad); background: var(--paper); border-top: 1px solid var(--border); }
.gallery__head { text-align: center; margin-bottom: 36px; }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 200px;
  gap: 12px;
}
.gallery__item--wide { grid-column: 1 / 3; }
.gallery__item { border-radius: var(--r-md); overflow: hidden; }
.gallery__ph {
  width: 100%; height: 100%;
  background: var(--paper-2);
  border: 1.5px dashed var(--border);
  border-radius: var(--r-md);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: var(--ink-faint); font-size: 11px; font-family: var(--font-sans); letter-spacing: 0.06em;
  text-transform: uppercase; cursor: pointer; transition: background var(--dur);
  min-height: 100%;
}
.gallery__ph:hover { background: var(--clay-pale); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--r-md); }
@media (max-width: 900px) {
  .gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery__item--wide { grid-column: 1 / 3; height: 200px; }
  .gallery__item { height: 160px; }
}
@media (max-width: 560px) {
  .gallery__grid { grid-template-columns: 1fr; }
  .gallery__item--wide { grid-column: 1; height: 180px; }
  .gallery__item { height: 140px; }
}

/* ---- BLOG ---- */
.blog { padding: var(--sec-y) var(--pad); background: var(--paper); }
.blog__head { text-align: center; margin-bottom: clamp(36px,6vw,64px); }
.blog__head .section-lead { margin-top: 12px; }
.blog__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.blog-card { display: flex; flex-direction: column; gap: 12px; background: var(--paper);
  border: 1px solid var(--border); border-radius: var(--r-md); padding: 28px 24px;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease); color: var(--ink); }
.blog-card:hover { box-shadow: 0 10px 32px rgba(20,48,39,0.1); transform: translateY(-4px); }
.blog-card__top { display: flex; align-items: center; justify-content: space-between; }
.blog-card__tag { font-size: 10px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--clay-dk); background: rgba(182,150,79,0.1); border: 1px solid rgba(182,150,79,0.25);
  padding: 3px 9px; border-radius: var(--r-pill); }
.blog-card__date { font-size: 11px; color: var(--ink-faint); font-weight: 300; }
.blog-card__title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; line-height: 1.3; color: var(--ink); }
.blog-card__desc { font-size: 0.88rem; font-weight: 300; color: var(--ink-soft); line-height: 1.65; flex: 1; }
.blog-card__more { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em; color: var(--clay); margin-top: 4px; }
.blog-card:hover .blog-card__more { gap: 10px; }
.blog-card__more svg { transition: transform var(--dur) var(--ease); }
.blog-card:hover .blog-card__more svg { transform: translateX(4px); }

/* ---- FAB ---- */
.fab { position: fixed; right: 26px; bottom: 26px; z-index: 90; width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(37,211,102,0.42); transition: transform 0.25s var(--spring); }
.fab:hover { transform: scale(1.1); }
.fab::before { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 2px solid #25d366;
  animation: waPulse 2.4s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(0.95); opacity: 0.7; } 70% { transform: scale(1.3); opacity: 0; } 100% { opacity: 0; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .sidebar { display: none; }
  .main { margin-left: 0; }
  .topbar__nav { display: none; }
  .topbar__cta { display: none; }
  .topbar__toggle { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__media { aspect-ratio: 4/3; min-height: 260px; }
  .hero__photo { position: relative; }
  .hero__panel { padding: 40px 28px; gap: 18px; }
  .hero__title { font-size: clamp(2rem, 7vw, 3rem); }
  .about { grid-template-columns: 1fr; text-align: center; }
  .about__photo { max-width: 320px; margin: 0 auto 28px; }
  .about__tags { justify-content: center; }
  .about__copy { display: flex; flex-direction: column; align-items: center; }
  .contact { grid-template-columns: 1fr; }
  .journey__steps { grid-template-columns: 1fr; gap: 20px; }
  .journey__steps::before { display: none; }
  .footer__top { grid-template-columns: 1fr; gap: 24px; }
  .anx__grid { grid-template-columns: 1fr 1fr; }
  .blog__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --pad: 20px; --sec-y: 48px; }
  .hero__media { aspect-ratio: 3/2; min-height: 220px; }
  .hero__panel { padding: 32px 20px; }
  .hero__title { font-size: clamp(1.7rem, 8vw, 2.4rem); }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .hero__meta { flex-wrap: wrap; gap: 10px; font-size: 11px; }
  .serv-row { gap: 12px; }
  .serv-row__arrow { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .anx__grid { grid-template-columns: 1fr; }
  .blog__grid { grid-template-columns: 1fr; }
  .journey__steps { grid-template-columns: 1fr; }
  .section-title { font-size: clamp(1.6rem, 8vw, 2.4rem); }
  .welcome__text { font-size: clamp(1.1rem, 5vw, 1.5rem); }
  .quote-band__text { font-size: clamp(1rem, 4.5vw, 1.4rem); }
  .voices__quote { font-size: clamp(1rem, 4.5vw, 1.4rem); }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
  .mob-menu nav a { font-size: 1.5rem; }
  .anx__cta { padding: 28px 20px; }
  .anx__cta-text { font-size: 1.1rem; }
  .topbar__logo-img { height: 40px; }
}
