/* ALMA - The School of Life
   Palette and type taken from the original prototype (see prototype-extract/theme/tokens.css). */

:root {
  --coral: #E97449;
  --apricot: #F4A871;
  --teal: #1D3A49;
  --navy: #132839;
  --sage: #8CB5AA;
  --sage-soft: #DCE9E5;
  --peach: #F5C5A3;
  --peach-soft: #FCEBDD;
  --cream: #FAF4EB;
  --bg: #FAF8F5;
  --card: #FFFFFF;
  --muted: #F1ECE4;
  --text: #1D3A49;
  --text-soft: #52707F;
  --border: #E8E2D9;

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 0.75rem;
  --radius-lg: 1.5rem;
  --shadow-sm: 0 1px 2px rgb(29 58 73 / .06), 0 2px 8px rgb(29 58 73 / .04);
  --shadow-md: 0 10px 30px -12px rgb(29 58 73 / .18);
  --shadow-lg: 0 24px 48px -20px rgb(29 58 73 / .28);
  --gradient: linear-gradient(135deg, var(--coral), var(--apricot));

  --container: 1180px;
  --gutter: clamp(1rem, 4vw, 2rem);
  --section: clamp(4rem, 9vw, 6.5rem);
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.15; margin: 0; color: var(--teal); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--teal); color: #fff; padding: .6rem 1rem; border-radius: var(--radius); }
.skip-link:focus { top: 1rem; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.icon { width: 1.25em; height: 1.25em; flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .75rem 1.6rem;
  font: 700 .875rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; border-radius: 999px; border: 2px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--gradient); color: #fff; box-shadow: 0 8px 20px -8px rgb(233 116 73 / .6); }
.btn-primary:hover { box-shadow: 0 12px 26px -8px rgb(233 116 73 / .7); }
.btn-outline-light { color: #fff; border-color: rgb(255 255 255 / .7); }
.btn-outline-light:hover { background: #fff; color: var(--teal); }
.btn-light { background: #fff; color: var(--coral); }
.btn-light:hover { background: var(--cream); }
.btn-dark { background: var(--teal); color: #fff; }
.btn-dark:hover { background: var(--navy); }
.btn-outline { color: var(--teal); border-color: var(--teal); }
.btn-outline:hover { background: var(--teal); color: #fff; }
.btn-sm { min-height: 40px; padding: .6rem 1.2rem; font-size: .8rem; }

/* ---------- Top bar + header ---------- */
.topbar { background: var(--teal); color: var(--cream); font-size: .8125rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 1rem; padding-block: .5rem; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; opacity: .9; }
.topbar a:hover { opacity: 1; }
.topbar .icon { width: 14px; height: 14px; color: var(--peach); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgb(250 248 245 / .92); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s;
}
.site-header.scrolled { border-color: var(--border); box-shadow: var(--shadow-sm); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 54px; height: 54px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; letter-spacing: .06em; }
.brand-text small { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--coral); font-weight: 700; }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav-links { display: flex; gap: 1.75rem; }
.nav-links a {
  position: relative; text-decoration: none; font-size: .8125rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; padding-block: .4rem;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--coral);
  transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links a[aria-current="page"] { color: var(--coral); }
.nav-actions { display: flex; align-items: center; gap: 1.25rem; }
.nav-phone { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; font-weight: 600; font-size: .9rem; white-space: nowrap; }
.nav-phone .icon { color: var(--coral); width: 16px; height: 16px; }
.menu-toggle { display: none; background: none; border: 0; padding: .5rem; color: var(--teal); cursor: pointer; }
.menu-toggle .icon { width: 28px; height: 28px; }

@media (max-width: 960px) {
  .menu-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; z-index: 49;
    flex-direction: column; align-items: stretch; gap: 1.5rem;
    padding: 1.5rem var(--gutter) 2rem; background: var(--bg); border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s;
  }
  .nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links { flex-direction: column; gap: 0; }
  .nav-links a { padding: .9rem 0; border-bottom: 1px solid var(--border); font-size: .9rem; }
  .nav-links a::after { display: none; }
  .nav-actions { flex-direction: column; align-items: stretch; }
  .nav-phone { justify-content: center; }
}
@media (max-width: 600px) {
  .topbar .container { justify-content: center; }
  .topbar .hide-sm { display: none; }
  .brand img { width: 46px; height: 46px; }
}

/* ---------- Sections ---------- */
.section { padding-block: var(--section); }
.section-muted { background: var(--muted); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(2.5rem, 5vw, 3.5rem); }
.eyebrow {
  display: inline-block; font-family: var(--font-body); font-size: .8rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; color: var(--coral); margin-bottom: .9rem;
}
.h2 { font-size: clamp(2rem, 4.2vw, 2.9rem); }
.h2 em { font-style: italic; color: var(--coral); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--text-soft); margin-top: 1rem; }
.prose p + p { margin-top: 1.1rem; }
.prose p { color: var(--text-soft); }
.prose strong { color: var(--teal); }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; min-height: min(88vh, 820px); display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero picture img { object-position: 62% center; } /* keeps the children in frame on narrow screens */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgb(29 58 73 / .92) 0%, rgb(29 58 73 / .7) 45%, rgb(29 58 73 / .15) 100%);
}
.hero .container { padding-block: 5rem; }
.hero-content { max-width: 620px; }
.hero h1 { color: #fff; font-size: clamp(2.75rem, 6.5vw, 4.75rem); font-weight: 500; }
.hero h1 span { display: block; color: var(--peach); font-style: italic; }
.hero p { margin-top: 1.5rem; font-size: clamp(1.05rem, 1.8vw, 1.25rem); color: rgb(255 255 255 / .9); max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin-top: 2.5rem; font-size: .9rem; color: rgb(255 255 255 / .85); }
.hero-badges li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-badges .icon { color: var(--peach); width: 18px; height: 18px; }
@media (max-width: 700px) {
  .hero::before { background: linear-gradient(180deg, rgb(29 58 73 / .55) 0%, rgb(29 58 73 / .9) 70%); }
  .hero { align-items: end; }
}

/* ---------- Split (text + image) ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.split.reverse > :first-child { order: 2; }
.split .h2 + .prose, .split .h2 + .lead { margin-top: 1.25rem; }
.split .btn { margin-top: 2rem; }
.framed { position: relative; }
.framed::before {
  content: ""; position: absolute; inset: 1.25rem -1.25rem -1.25rem 1.25rem; z-index: -1;
  border-radius: var(--radius-lg); background: var(--peach-soft);
}
.framed img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.framed.wide img { aspect-ratio: 16 / 9; }
.framed.tall img { aspect-ratio: 5 / 6; object-position: center top; max-height: 640px; }
.split.reverse .framed::before { inset: 1.25rem 1.25rem -1.25rem -1.25rem; background: var(--sage-soft); }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .framed { margin-right: 1.25rem; }
  .split.reverse .framed { margin: 0 0 0 1.25rem; }
}

/* ---------- Values ---------- */
.values { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.value {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem 1.4rem; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.icon-badge {
  display: inline-grid; place-items: center; width: 60px; height: 60px; border-radius: 50%;
  background: var(--peach-soft); color: var(--coral); margin-bottom: 1.1rem;
}
.icon-badge .icon { width: 26px; height: 26px; }
.value h3 { font-size: 1.2rem; margin-bottom: .6rem; }
.value p { font-size: .95rem; color: var(--text-soft); line-height: 1.6; }
@media (max-width: 1080px) { .values { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .values { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .values { grid-template-columns: 1fr; } }

/* ---------- Philosophy ---------- */
.philosophy {
  position: relative; overflow: hidden; max-width: 860px; margin-inline: auto; text-align: center;
  background: var(--cream); border-radius: 2rem; padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 6vw, 5rem);
}
.philosophy::before, .philosophy::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; }
.philosophy::before { top: -60px; left: -60px; background: var(--sage-soft); }
.philosophy::after { bottom: -60px; right: -60px; background: var(--peach-soft); }
.philosophy > * { position: relative; }
.philosophy p { margin-top: 1.25rem; font-size: clamp(1.05rem, 1.7vw, 1.2rem); color: var(--text-soft); }
.pillars { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 2rem; }
.pillars li { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: .4rem 1rem; font-size: .85rem; font-weight: 700; color: var(--teal); }

/* ---------- Theme cards (teaser) ---------- */
.themes-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.theme-card {
  display: flex; flex-direction: column; gap: .75rem; text-decoration: none;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.75rem 1.4rem; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s, border-color .25s;
}
.theme-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--peach); }
.theme-card .icon-badge { margin: 0; width: 48px; height: 48px; }
.theme-card .icon-badge .icon { width: 22px; height: 22px; }
.theme-card h3 { font-size: 1.15rem; }
.theme-card p { font-size: .93rem; color: var(--text-soft); line-height: 1.6; flex: 1; }
.theme-card .more { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--coral); }
.theme-card .more .icon { width: 14px; height: 14px; transition: transform .2s; }
.theme-card:hover .more .icon { transform: translateX(3px); }
.tone-sage .icon-badge { background: var(--sage-soft); color: #4F8577; }
.center-cta { text-align: center; margin-top: 2.75rem; }
@media (max-width: 1080px) { .themes-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .themes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .themes-grid { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.cta-band { background: var(--gradient); color: #fff; text-align: center; position: relative; overflow: hidden; isolation: isolate; }
.cta-band::before {
  content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; border-radius: 50%;
  background: rgb(255 255 255 / .09); top: -260px; right: -120px;
}
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.75rem); max-width: 760px; margin-inline: auto; }
.cta-band p { margin: 1.25rem auto 0; max-width: 620px; color: rgb(255 255 255 / .92); font-size: 1.1rem; }
.cta-band .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2.25rem; }

/* ---------- Page header ---------- */
.page-header { background: var(--teal); color: var(--cream); text-align: center; padding-block: clamp(3.5rem, 8vw, 5.5rem); position: relative; overflow: hidden; isolation: isolate; }
.page-header::before, .page-header::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.page-header::before { width: 320px; height: 320px; background: rgb(140 181 170 / .14); left: -110px; bottom: -170px; }
.page-header::after { width: 220px; height: 220px; background: rgb(233 116 73 / .16); right: -60px; top: -90px; }
.page-header h1 { color: var(--cream); font-size: clamp(2.4rem, 5.5vw, 3.6rem); }
.page-header p { margin-top: .75rem; color: rgb(250 244 235 / .75); }
.breadcrumb { display: flex; justify-content: center; gap: .5rem; margin-top: .9rem; font-size: .9rem; color: rgb(250 244 235 / .7); }
.breadcrumb a { text-decoration: none; color: var(--peach); }

/* ---------- Founder quote ---------- */
.founder { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.founder-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px var(--peach-soft); }
.founder-mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--gradient); color: #fff; font-family: var(--font-display); font-size: 1.3rem; }
.founder strong { display: block; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.founder span { font-size: .9rem; color: var(--text-soft); }

.mission-block { text-align: center; max-width: 820px; margin-inline: auto; }
.mission-block .quote { font-family: var(--font-display); font-style: italic; font-size: clamp(1.6rem, 3.2vw, 2.2rem); color: var(--coral); margin-top: .75rem; }
.mission-block p:not(.quote) { margin-top: 1.5rem; font-size: 1.15rem; color: var(--text-soft); }

/* ---------- Themes detail ---------- */
.theme-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 2rem; }
.theme-nav a { text-decoration: none; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: .5rem 1.1rem; font-size: .88rem; font-weight: 700; transition: border-color .2s, color .2s; }
.theme-nav a:hover { border-color: var(--coral); color: var(--coral); }
.theme-list { display: grid; gap: 1.75rem; }
.theme-detail {
  display: grid; grid-template-columns: auto 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.75rem); box-shadow: var(--shadow-sm); scroll-margin-top: calc(var(--header-h) + 1.5rem);
}
.theme-detail .num { font-family: var(--font-display); font-size: 3.25rem; line-height: 1; color: var(--peach); font-style: italic; }
.theme-detail .icon-badge { margin-bottom: 1rem; }
.theme-detail h2 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); }
.theme-detail .desc { margin-top: .9rem; color: var(--text-soft); }
.theme-detail h3 { font-family: var(--font-body); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--coral); margin-bottom: 1rem; }
.checklist li { display: flex; gap: .7rem; padding: .55rem 0; border-bottom: 1px dashed var(--border); font-weight: 600; }
.checklist li:last-child { border-bottom: 0; }
.checklist .icon { color: #4F8577; width: 18px; height: 18px; margin-top: .3rem; }
.theme-detail .btn { margin-top: 1.5rem; }
.theme-detail:nth-child(even) .icon-badge { background: var(--sage-soft); color: #4F8577; }
@media (max-width: 860px) {
  .theme-detail { grid-template-columns: 1fr; }
  .theme-detail .num { font-size: 2.5rem; }
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.75rem); box-shadow: var(--shadow-md); }
.form-card h2 { font-size: clamp(1.6rem, 3vw, 2rem); }
.form-card > p { margin-top: .5rem; color: var(--text-soft); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; margin-top: 1.75rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 700; }
.field label .req { color: var(--coral); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; color: var(--text); width: 100%;
  background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: .8rem 1rem; transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231D3A49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.75rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); background: #fff; box-shadow: 0 0 0 4px rgb(233 116 73 / .15); }
.field input:user-invalid, .field select:user-invalid { border-color: #C2410C; }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 1rem; margin-top: .5rem; }
.form-status { grid-column: 1 / -1; display: none; padding: 1rem 1.2rem; border-radius: var(--radius); font-weight: 600; }
.form-status.ok { display: block; background: var(--sage-soft); color: #2F5E52; }
.form-status.err { display: block; background: #FDECE6; color: #9A3412; }
.hp { position: absolute; left: -9999px; }
@media (max-width: 600px) { .form { grid-template-columns: 1fr; } }

.info-card { background: var(--teal); color: var(--cream); border-radius: var(--radius-lg); padding: clamp(1.75rem, 4vw, 2.5rem); position: relative; overflow: hidden; isolation: isolate; }
.info-card::after { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; border-radius: 50%; background: rgb(233 116 73 / .18); right: -90px; bottom: -110px; }
.info-card h2 { color: var(--cream); font-size: 1.75rem; }
.info-list { margin-top: 1.75rem; display: grid; gap: 1.5rem; }
.info-list li { display: flex; gap: 1rem; align-items: flex-start; }
.info-list .icon-badge { margin: 0; width: 48px; height: 48px; background: rgb(255 255 255 / .1); color: var(--peach); }
.info-list .icon-badge .icon { width: 20px; height: 20px; }
.info-list small { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgb(250 244 235 / .6); }
.info-list a, .info-list span { color: var(--cream); text-decoration: none; font-weight: 600; word-break: break-word; }
.info-list a:hover { color: var(--peach); }
.info-card .btn { margin-top: 2rem; width: 100%; }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1EBE5A; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: linear-gradient(180deg, var(--teal), var(--navy)); color: rgb(250 244 235 / .8); padding-top: clamp(3.5rem, 7vw, 5rem); font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand img { width: 84px; height: 84px; }
.footer-brand p { margin-top: 1rem; max-width: 300px; }
.footer-contact { margin-top: 1.25rem; display: grid; gap: .6rem; }
.footer-contact li, .footer-contact a { display: flex; align-items: center; gap: .6rem; text-decoration: none; }
.footer-contact .icon { width: 16px; height: 16px; color: var(--peach); }
.site-footer h4 { color: var(--cream); font-size: 1.15rem; margin-bottom: 1.1rem; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a { text-decoration: none; }
.site-footer a:hover { color: var(--peach); }
.socials { display: flex; gap: .75rem; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--coral); color: #fff; transition: transform .2s, background-color .2s; }
.socials a:hover { transform: translateY(-2px); background: var(--apricot); color: #fff; }
.socials .icon { width: 20px; height: 20px; }
.footer-bottom { margin-top: 3.5rem; border-top: 1px solid rgb(250 244 235 / .12); padding-block: 1.5rem; text-align: center; font-size: .85rem; color: rgb(250 244 235 / .55); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 460px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 40;
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff; box-shadow: 0 10px 25px -8px rgb(0 0 0 / .35); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.07); }
.wa-float .icon { width: 30px; height: 30px; }

/* ---------- 404 ---------- */
.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.notfound .big { font-family: var(--font-display); font-size: clamp(5rem, 14vw, 9rem); color: var(--peach); font-style: italic; line-height: 1; }
.notfound p { margin: 1rem 0 2rem; color: var(--text-soft); }

/* ---------- Reveal on scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
