/* =====================================================================
   Brisa Home Care, style.css
   Premium, elegant, conversion-focused. Mobile-first, accessible.
   Palette: White / Off-White / Light Gray / Soft Lavender / Soft Sage
   Type: Fraunces (headings) + Jost (body)
   ===================================================================== */

/* ----------------------------- Tokens ----------------------------- */
:root {
  /* Neutrals */
  --white: #ffffff;
  --offwhite: #faf8f5;
  --offwhite-2: #f4f1ec;
  --light-gray: #e8e6e1;
  --ink: #2a2a2e;       /* primary text */
  --ink-soft: #55545a;  /* secondary text */
  --muted: #8a8a92;     /* tertiary text */

  /* Brand accents */
  --lavender: #b9add9;
  --lavender-soft: #ece8f6;
  --lavender-deep: #6c5da3;   /* CTA / emphasis */
  --lavender-deeper: #574b87;
  --sage: #a9c2a4;
  --sage-soft: #e7efe4;
  --sage-deep: #5f7c58;

  /* UI */
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-sm: 0 4px 16px rgba(42, 42, 46, 0.05);
  --shadow: 0 12px 40px rgba(74, 64, 110, 0.08);
  --shadow-lg: 0 24px 70px rgba(74, 64, 110, 0.14);
  --shadow-cta: 0 10px 28px rgba(108, 93, 163, 0.35);

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
  --section-y: clamp(64px, 9vw, 130px);

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

/* ----------------------------- Reset ----------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: hidden; max-width: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--offwhite);
  line-height: 1.72;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

h1, h2, h3, h4 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.005em;
  color: var(--ink);
}
h2 { font-size: clamp(2.05rem, 4.4vw, 3.25rem); font-weight: 400; }
h3 { font-size: 1.3rem; font-weight: 500; }
em { font-style: italic; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

/* ----------------------------- Layout helpers ----------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--alt { background: var(--offwhite-2); }
.center { text-align: center; }

.eyebrow {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--lavender-deep);
  margin: 0 0 1rem;
}

.section__head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 64px); text-align: center; }
.section__lead { color: var(--ink-soft); font-size: 1.08rem; margin-top: 0.85rem; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--lavender-deep); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* Visible keyboard focus everywhere */
:focus-visible { outline: 2.5px solid var(--lavender-deep); outline-offset: 3px; border-radius: 4px; }

/* ----------------------------- Icons ----------------------------- */
.ic { width: 22px; height: 22px; color: var(--lavender-deep); flex: none; }
.ic--lg { width: 34px; height: 34px; }

/* ----------------------------- Buttons ----------------------------- */
.btn {
  --btn-bg: var(--lavender-deep);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-weight: 600; font-size: 0.98rem; letter-spacing: 0.01em;
  padding: 0.95em 1.7em; border-radius: var(--radius-pill);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s, color .25s;
  will-change: transform; white-space: nowrap; line-height: 1; max-width: 100%;
}
.btn--primary {
  background: linear-gradient(135deg, var(--lavender-deep), var(--lavender-deeper));
  color: #fff; box-shadow: var(--shadow-cta);
}
.btn--primary::after {
  content: ""; width: 1em; height: 1em; margin-left: .1em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M5 12h13M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M5 12h13M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .3s var(--ease);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(108, 93, 163, 0.42); }
.btn--primary:hover::after { transform: translateX(4px); }
.btn--ghost {
  background: var(--white); color: var(--ink); box-shadow: var(--shadow-sm);
  border: 1px solid var(--light-gray);
}
.btn--ghost:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--lavender); }
.btn--link {
  padding: 0.6em 0.2em; color: var(--lavender-deep); font-weight: 600; position: relative;
}
.btn--link::after { content: "›"; font-size: 1.2em; line-height: 0; transition: transform .3s var(--ease); }
.btn--link:hover { color: var(--lavender-deeper); }
.btn--link:hover::after { transform: translateX(4px); }
.btn--sm { padding: 0.78em 1.35em; font-size: 0.9rem; }
.btn--lg { padding: 1.15em 2.5em; font-size: 1.1rem; }

/* ----------------------------- Header ----------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 248, 245, 0.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s, background .3s, border-color .3s;
}
.site-header.is-scrolled {
  box-shadow: 0 6px 26px rgba(42, 42, 46, 0.06);
  border-bottom-color: var(--light-gray);
}
.header__inner { display: flex; align-items: center; gap: 1rem; min-height: 76px; }

.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
/* Logo real da marca (letreiro identico ao das embalagens) */
.brand__logo { height: 38px; width: auto; display: block; max-width: 56vw; object-fit: contain; }
.brand--footer .brand__logo { height: 42px; max-width: 70vw; }
@media (max-width: 720px) { .brand__logo { height: 33px; } }
@media (max-width: 380px) { .brand__logo { height: 29px; } }

.nav { display: none; margin-left: auto; gap: 1.7rem; }
.nav a {
  font-size: 0.95rem; font-weight: 500; color: var(--ink-soft); position: relative; padding: 0.3rem 0;
  transition: color .2s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--lavender-deep); border-radius: 2px; transition: width .3s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }

.header__actions { display: flex; align-items: center; gap: 0.85rem; margin-left: auto; }

.lang-toggle { display: flex; align-items: center; gap: 0.35rem; color: var(--muted); font-size: 0.85rem; }
.lang-btn { font-weight: 600; color: var(--muted); padding: 0.2rem 0.15rem; transition: color .2s; }
.lang-btn.is-active { color: var(--lavender-deep); }
.lang-btn:hover { color: var(--ink); }

.header__cta { display: none; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; border-radius: 12px; padding: 11px;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.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); }

/* Mobile nav panel */
@media (max-width: 959px) {
  .nav {
    position: fixed; inset: 76px 0 auto 0; display: flex; flex-direction: column; gap: 0;
    background: var(--offwhite); padding: 0.5rem var(--gutter) 1.5rem;
    box-shadow: var(--shadow-lg); transform: translateY(-130%); transition: transform .4s var(--ease);
    margin: 0; max-height: calc(100vh - 76px); overflow-y: auto;
  }
  .nav.is-open { transform: translateY(0); }
  .nav a { padding: 1rem 0; border-bottom: 1px solid var(--light-gray); font-size: 1.05rem; }
  .nav a::after { display: none; }
}

/* ----------------------------- Media (real photos) ----------------------------- */
.media {
  position: relative; overflow: hidden; border-radius: var(--radius); margin: 0;
  background:
    radial-gradient(120% 120% at 20% 15%, var(--lavender-soft), transparent 60%),
    radial-gradient(120% 120% at 85% 90%, var(--sage-soft), transparent 60%),
    var(--offwhite-2);
  box-shadow: var(--shadow);
}
.media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.1s var(--ease); }
.media--square { aspect-ratio: 1 / 1; }
.media--portrait { aspect-ratio: 4 / 5; }

/* ----------------------------- Illustrative placeholder -----------------------------
   Apenas para os espacos que ainda NAO tem foto. Mostra uma marca d'agua
   diagonal "Imagem ilustrativa / Illustrative image" ate a foto original chegar.
   Uso: <figure class="media media--square is-illustrative"></figure>
*/
.media.is-illustrative { display: grid; place-items: center; box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.6); }
.media.is-illustrative::before {
  content: ""; position: absolute; inset: 0; opacity: .22;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%236c5da3' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='14' rx='3'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3Cpath d='M8 6l1.5-2h5L16 6'/%3E%3C/svg%3E") center/56px no-repeat;
}
.media.is-illustrative::after {
  content: attr(data-watermark); position: absolute; inset: 0; z-index: 1;
  display: grid; place-items: center; transform: rotate(-22deg);
  font-family: "Jost", sans-serif; font-size: clamp(0.8rem, 2.2vw, 1.1rem);
  letter-spacing: 0.34em; text-transform: uppercase; font-weight: 500;
  color: rgba(108, 93, 163, 0.45);
  background: repeating-linear-gradient(135deg, transparent 0 28px, rgba(108,93,163,0.04) 28px 56px);
}

/* ----------------------------- Hero ----------------------------- */
.hero { position: relative; min-height: min(92vh, 820px); display: flex; align-items: center; overflow: hidden; background: var(--offwhite); }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__media::after {
  /* overlay para manter o texto legivel sobre a foto */
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(250,248,245,0.92) 0%, rgba(250,248,245,0.7) 38%, rgba(250,248,245,0.15) 70%, rgba(250,248,245,0) 100%),
    linear-gradient(180deg, rgba(250,248,245,0) 60%, rgba(250,248,245,0.6) 100%);
}
.hero__content { position: relative; z-index: 1; padding-block: clamp(80px, 14vh, 160px); max-width: 660px; }
.hero__title { font-size: clamp(2.7rem, 7.2vw, 4.8rem); font-weight: 400; margin: 0.4rem 0 0; line-height: 1.02; }
.hero__title em { display: block; color: var(--lavender-deep); }
.hero__sub { font-size: clamp(1.05rem, 2.2vw, 1.28rem); color: var(--ink-soft); margin-top: 1.4rem; max-width: 34ch; font-weight: 300; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }

/* No celular: texto em cima (fundo claro) e a foto como painel limpo embaixo. */
@media (max-width: 720px) {
  .hero { flex-direction: column; align-items: stretch; min-height: 0; }
  .hero__content {
    order: 1; max-width: none; width: 100%;
    padding-block: 2rem 1.6rem; text-align: center;
  }
  .hero__sub { max-width: 40ch; margin-inline: auto; }
  .hero__title { font-size: clamp(2.1rem, 9vw, 3rem); overflow-wrap: break-word; }
  /* CTAs empilhados em largura total: limpo e sem risco de estourar a largura. */
  .hero__ctas { flex-direction: column; align-items: stretch; gap: 0.7rem; }
  .hero__ctas .btn { width: 100%; }
  .hero__trust { justify-content: center; gap: 0.6rem 1.4rem; }
  .hero__media {
    order: 2; position: relative; inset: auto; z-index: 0;
    width: 100%; aspect-ratio: 1 / 1; border-radius: var(--radius-lg);
    overflow: hidden; box-shadow: var(--shadow); margin-top: 0.4rem;
  }
  .hero__media img { object-position: center 42%; }
  .hero__media::after { display: none; }
}
.hero__trust {
  display: flex; flex-wrap: wrap; gap: 0.7rem 1.8rem; margin-top: 2.6rem;
  padding-top: 1.6rem; border-top: 1px solid var(--light-gray);
}
.hero__trust li { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); }
.hero__trust .ic { width: 19px; height: 19px; color: var(--sage-deep); }

/* ----------------------------- Brand story ----------------------------- */
.story__grid { display: grid; gap: clamp(36px, 6vw, 72px); align-items: center; }
@media (min-width: 860px) { .story__grid { grid-template-columns: 1.05fr 0.95fr; } }
.story__text p { color: var(--ink-soft); font-size: 1.06rem; }
.story__text h2 { margin-bottom: 1rem; }
.pillars { display: flex; flex-wrap: wrap; gap: 1.6rem 2.2rem; margin-top: 2.2rem; }
.pillar { display: flex; align-items: center; gap: 0.8rem; }
.pillar__media { width: 54px; height: 54px; border-radius: 50%; overflow: hidden; flex: none; box-shadow: var(--shadow-sm); outline: 3px solid var(--white); }
.pillar__media img { width: 100%; height: 100%; object-fit: cover; }
.pillar h3 { font-family: "Jost", sans-serif; font-size: 0.98rem; font-weight: 600; }

/* ----------------------------- Products ----------------------------- */
.product-grid { display: grid; gap: clamp(20px, 3vw, 32px); grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
@media (min-width: 720px) { .product-grid { grid-template-columns: repeat(3, 1fr); max-width: none; } }

.product-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  border: 1px solid rgba(232,230,225,0.6);
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.product-card__media { border-radius: 0; aspect-ratio: 1 / 1; }
.product-card:hover .product-card__media img { transform: scale(1.045); }
.product-card__body { padding: 1.6rem 1.5rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.product-card__body h3 { font-size: 1.2rem; }
.product-card__desc { color: var(--ink-soft); font-size: 0.95rem; margin: 0.6rem 0 1rem; }
.benefits { margin-bottom: 1.3rem; display: grid; gap: 0.5rem; }
.benefits li { position: relative; padding-left: 1.6rem; font-size: 0.9rem; color: var(--ink-soft); }
.benefits li::before {
  content: ""; position: absolute; left: 0; top: 0.35em; width: 14px; height: 14px;
  background: var(--sage-deep);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat;
}
.chip {
  display: inline-block; padding: 0.32em 0.8em; border-radius: var(--radius-pill);
  background: var(--lavender-soft); color: var(--lavender-deeper); font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.02em;
}
.chip--on { background: var(--sage-soft); color: var(--sage-deep); }
.scents { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0 0 1.3rem; }
.product-card__ctas { margin-top: auto; display: flex; flex-direction: column; gap: 0.4rem; align-items: flex-start; }
.product-card__ctas .btn--primary { width: 100%; }

/* ----------------------------- Ritual ----------------------------- */
.ritual-steps { display: grid; gap: clamp(20px, 3vw, 30px); grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 560px) { .ritual-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .ritual-steps { grid-template-columns: repeat(4, 1fr); } }
.ritual-step {
  position: relative; background: var(--white); border-radius: var(--radius); padding: 2.2rem 1.5rem 1.8rem;
  text-align: center; box-shadow: var(--shadow-sm); border: 1px solid rgba(232,230,225,0.7);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.ritual-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.ritual-step__num {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--lavender-deep), var(--lavender-deeper)); color: #fff;
  font-family: "Fraunces", serif; font-weight: 600; box-shadow: var(--shadow-cta);
}
.ritual-step__icon {
  width: 86px; height: 86px; margin: 0.7rem auto 1.1rem; border-radius: 50%; overflow: hidden;
  background: var(--sage-soft); box-shadow: 0 8px 22px rgba(74,64,110,0.14); outline: 4px solid var(--white);
}
.ritual-step__icon img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ritual-step:hover .ritual-step__icon img { transform: scale(1.06); }
.ritual-step h3 { font-family: "Jost", sans-serif; font-size: 1rem; font-weight: 600; }
.ritual .center { margin-top: clamp(36px, 5vw, 56px); }

/* ----------------------------- Why / benefit cards ----------------------------- */
.benefit-grid { display: grid; gap: clamp(16px, 2.4vw, 26px); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .benefit-grid { grid-template-columns: repeat(3, 1fr); } }
.benefit-card {
  background: var(--white); border-radius: var(--radius); padding: 2rem 1.4rem; text-align: center;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(232,230,225,0.6);
  display: flex; flex-direction: column; align-items: center; gap: 0.9rem;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-card__media {
  width: 104px; height: 104px; border-radius: 50%; overflow: hidden;
  box-shadow: 0 8px 22px rgba(74,64,110,0.16); outline: 4px solid var(--white);
}
.benefit-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.benefit-card:hover .benefit-card__media img { transform: scale(1.06); }
.benefit-card h3 { font-family: "Jost", sans-serif; font-size: 1rem; font-weight: 600; }

/* ----------------------------- Amazon trust ----------------------------- */
.amazon-trust { background: linear-gradient(180deg, var(--white), var(--offwhite)); }
.trust-grid { display: grid; gap: clamp(16px, 2.4vw, 24px); grid-template-columns: repeat(2, 1fr); margin-bottom: clamp(36px,5vw,52px); }
@media (min-width: 720px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1040px) { .trust-grid { grid-template-columns: repeat(5, 1fr); } }
.trust-card {
  background: var(--white); border-radius: var(--radius); padding: 1.8rem 1.3rem; text-align: center;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(232,230,225,0.6);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.trust-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.trust-card .ic {
  width: 60px; height: 60px; padding: 15px; border-radius: 50%; margin: 0 auto 0.9rem;
  background: linear-gradient(135deg, var(--lavender-soft), var(--sage-soft)); color: var(--lavender-deep);
}
.trust-card h3 { font-family: "Jost", sans-serif; font-size: 0.98rem; font-weight: 600; margin-bottom: 0.4rem; }
.trust-card p { font-size: 0.85rem; color: var(--muted); }

/* ----------------------------- Reviews ----------------------------- */
.review-grid { display: grid; gap: clamp(20px, 3vw, 30px); grid-template-columns: 1fr; margin-bottom: clamp(30px,4vw,44px); }
@media (min-width: 820px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
  background: var(--white); border-radius: var(--radius); padding: 2rem 1.8rem; margin: 0;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(232,230,225,0.6); position: relative;
}
.review-card::before {
  content: "\201C"; font-family: "Fraunces", serif; font-size: 4rem; line-height: 0.8;
  color: var(--lavender); position: absolute; top: 1.1rem; left: 1.4rem; opacity: 0.5;
}
.review-card blockquote { margin: 1.4rem 0 1.3rem; font-size: 1.04rem; color: var(--ink); font-style: italic; }
.review-card figcaption { display: flex; flex-direction: column; }
.review-card__name { font-weight: 600; }
.review-card__meta { font-size: 0.82rem; color: var(--muted); }

/* ----------------------------- Behind / About ----------------------------- */
.behind__grid, .about__grid { display: grid; gap: clamp(36px, 6vw, 72px); align-items: center; }
@media (min-width: 860px) {
  .behind__grid { grid-template-columns: 0.95fr 1.05fr; }
  .about__grid { grid-template-columns: 1.05fr 0.95fr; }
}
.feature-list { display: grid; gap: 1.4rem; margin-top: 1.8rem; }
.feature-list li { padding-left: 1.6rem; position: relative; }
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: 0.45rem; width: 9px; height: 9px; border-radius: 50%;
  background: var(--lavender-deep);
}
.feature-list h3 { font-family: "Jost", sans-serif; font-size: 1.05rem; font-weight: 600; margin-bottom: 0.2rem; }
.feature-list p { color: var(--ink-soft); font-size: 0.96rem; }

.about__text h3 { font-family: "Jost", sans-serif; font-size: 1.05rem; font-weight: 600; margin: 1.6rem 0 0.3rem; color: var(--lavender-deeper); }
.about__text > h2 { margin-bottom: 1.2rem; }
.about__text p { color: var(--ink-soft); }

/* ----------------------------- Education ----------------------------- */
.edu-grid { display: grid; gap: clamp(18px, 2.6vw, 28px); grid-template-columns: 1fr; }
@media (min-width: 600px) { .edu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .edu-grid { grid-template-columns: repeat(4, 1fr); } }
.edu-card {
  background: var(--white); border-radius: var(--radius); padding: 2rem 1.5rem; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(232,230,225,0.6); transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.edu-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.edu-card__media { display: block; width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 1.1rem; box-shadow: var(--shadow-sm); }
.edu-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.edu-card:hover .edu-card__media img { transform: scale(1.05); }
.edu-card h3 { font-size: 1.12rem; margin-bottom: 0.5rem; }
.edu-card p { font-size: 0.93rem; color: var(--ink-soft); }

/* ----------------------------- Final conversion ----------------------------- */
.conversion {
  background: linear-gradient(135deg, var(--lavender-deep), var(--lavender-deeper));
  color: #fff; position: relative; overflow: hidden;
}
.conversion::before, .conversion::after {
  content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,0.08); pointer-events: none;
}
.conversion::before { width: 380px; height: 380px; top: -140px; right: -90px; }
.conversion::after { width: 300px; height: 300px; bottom: -150px; left: -80px; }
.conversion__inner { position: relative; z-index: 1; max-width: 720px; margin-inline: auto; }
.conversion h2 { color: #fff; font-size: clamp(2.1rem, 4.5vw, 3.2rem); }
.conversion p { color: rgba(255,255,255,0.88); font-size: 1.12rem; margin: 1rem auto 2.2rem; max-width: 48ch; }
.conversion .btn--primary {
  background: #fff; color: var(--lavender-deeper); box-shadow: 0 14px 40px rgba(0,0,0,0.2);
}
.conversion .btn--primary:hover { background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.28); }

/* ----------------------------- Contact ----------------------------- */
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(16px,2.4vw,24px); margin-top: 0.5rem; }
.contact-link {
  background: var(--white); border-radius: var(--radius); padding: 1.8rem 2rem; min-width: 220px;
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(232,230,225,0.6); transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.contact-link:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.contact-link .ic { background: linear-gradient(135deg, var(--lavender-soft), var(--sage-soft)); color: var(--lavender-deep); width: 58px; height: 58px; padding: 13px; border-radius: 50%; margin-bottom: 0.5rem; }
.contact-link__label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); font-weight: 600; }
.contact-link__value { font-weight: 600; color: var(--ink); }

/* ----------------------------- Footer ----------------------------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.7); padding-top: clamp(48px,7vw,80px); }
.footer__grid { display: grid; gap: 2.4rem; grid-template-columns: 1fr; padding-bottom: 2.6rem; }
@media (min-width: 720px) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr; } }
.brand--footer { color: #fff; }
.brand--footer .brand__mark { background: rgba(255,255,255,0.1); color: #fff; }
.brand--footer .brand__name-light { color: rgba(255,255,255,0.55); }
.footer__tagline { margin-top: 1rem; max-width: 32ch; color: rgba(255,255,255,0.6); font-size: 0.95rem; }
.footer__nav, .footer__contact { display: flex; flex-direction: column; gap: 0.7rem; }
.site-footer h4 { color: #fff; font-family: "Jost", sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 0.4rem; font-weight: 600; }
.footer__nav a, .footer__contact a { color: rgba(255,255,255,0.7); font-size: 0.95rem; transition: color .2s; width: fit-content; }
.footer__nav a:hover, .footer__contact a:hover { color: #fff; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding-block: 1.6rem 2rem;
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; justify-content: space-between; align-items: center;
}
.footer__disclaimer { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; max-width: 60ch; }
.footer__copy { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; }

/* ----------------------------- Scroll reveal ----------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
/* Stagger children of a grid a touch */
.reveal.is-visible { transition-delay: var(--reveal-delay, 0s); }

/* ----------------------------- Desktop nav switch ----------------------------- */
@media (min-width: 960px) {
  .nav { display: flex; }
  .nav-toggle { display: none; }
  .header__cta { display: inline-flex; }
  .nav ~ .header__actions { margin-left: 1.5rem; }
}
