:root {
  --ink: #172c2a;
  --forest: #193b37;
  --deep: #0e2422;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --sage: #9fb6aa;
  --gold: #d9a653;
  --gold-light: #f1d49a;
  --cta: #147a58;
  --cta-dark: #0d6045;
  --line: rgba(23, 44, 42, .14);
  --shadow: 0 24px 70px rgba(15, 41, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  height: 82px; padding: 0 clamp(24px, 6vw, 92px); background: var(--deep); color: white;
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand img { width: 164px; height: auto; }
.header-link { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.header-link span { margin-left: 10px; color: var(--gold-light); }

.hero {
  min-height: calc(100vh - 82px); overflow: hidden; position: relative; background: var(--deep); color: white;
  display: grid; grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr); align-items: center;
  padding: 64px clamp(24px, 4.5vw, 72px) 34px; gap: clamp(32px, 3vw, 58px);
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 40%, rgba(125,169,151,.22), transparent 32%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.025)); pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 700; }
.eyebrow.dark { color: #967035; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.025em; }
h1 { max-width: 720px; font-size: clamp(46px, 4.8vw, 70px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 600; }
.hero-title { max-width: 760px; }
.hero-topic { display: block; color: var(--gold-light); font-size: clamp(52px, 5.6vw, 82px); line-height: .95; letter-spacing: -.035em; }
.hero-thesis { display: block; margin-top: 20px; font-size: clamp(36px, 3.7vw, 54px); line-height: 1.08; }
.hero-lead { max-width: 650px; margin: 24px 0 28px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.35vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 15px 24px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button { background: var(--cta) !important; color: white !important; box-shadow: 0 12px 28px rgba(20,122,88,.22); }
.button:hover { transform: translateY(-2px); background: var(--cta-dark) !important; }
.button-primary { background: var(--cta); color: white; }
.text-link { color: white; text-underline-offset: 6px; font-weight: 600; }
.medical-note { margin-top: 24px; color: rgba(255,255,255,.52); font-size: 12px; }
.hero-visual { align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 540px; }
.portrait-wrap { align-self: center; width: 100%; max-width: 720px; overflow: visible; border: 1px solid rgba(241,212,154,.24); box-shadow: 0 30px 60px rgba(0,0,0,.28); }
.portrait-wrap img { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; }
.insight-card { position: absolute; right: -8px; bottom: 68px; width: min(280px, 48%); padding: 20px 22px; background: rgba(245,240,231,.95); color: var(--ink); box-shadow: var(--shadow); }
.insight-card span { display: block; margin-bottom: 6px; color: #8a682f; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.insight-card strong { font-family: "Playfair Display", serif; font-size: 19px; line-height: 1.25; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(241,212,154,.17); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: 7%; top: 10%; }
.orbit-two { width: 720px; height: 720px; right: -4%; top: -3%; }

.section-pad { padding: clamp(78px, 9vw, 132px) clamp(24px, 7vw, 112px); }
.section-kicker { margin-bottom: 40px; color: #967035; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.opening { background: var(--cream); }
.opening-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(44px, 8vw, 130px); align-items: start; }
.opening h2, .section-heading h2, .vip-section h2 { font-size: clamp(38px, 4.5vw, 66px); }
.opening h2 em { color: #967035; }
.opening-grid > div p { margin: 0 0 20px; color: #4e615e; font-size: 18px; }
.topic-row { margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #61726f; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-row i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.lessons { background: #e8eee9; }
.section-heading { margin-bottom: 58px; }
.section-heading.centered { max-width: 800px; margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 650px; margin: 18px auto 0; color: #61726f; font-size: 17px; }
.lesson-card { max-width: 1080px; margin: 0 auto 36px; padding: clamp(20px, 3.5vw, 42px); background: var(--paper); box-shadow: 0 15px 50px rgba(23,44,42,.08); }
.lesson-meta { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.lesson-number { font-family: "Playfair Display", serif; color: var(--gold); font-size: 42px; }
.lesson-meta p { margin: 0 0 3px; color: #7b8c88; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lesson-meta h3 { font-family: "Playfair Display", serif; font-size: clamp(22px, 2.2vw, 32px); }
.video-shell, .testimonial-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #0b1918; }
.video-shell iframe, .testimonial-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.access-note { max-width: 720px; margin: 24px auto 0; padding: 15px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.58); color: #526461; font-size: 14px; line-height: 1.55; }
.access-note strong { color: var(--ink); }
.lesson-locked { background: linear-gradient(135deg, #0b1d1b, #173633); }
.lesson-locked::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%, rgba(217,166,83,.18), transparent 34%), linear-gradient(115deg, rgba(6,25,23,.3), rgba(6,25,23,.9)); }
.lesson-unlock { position: absolute; z-index: 2; inset: 0; width: 100%; border: 0; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; background: transparent; color: white; cursor: pointer; font: inherit; text-align: center; }
.lesson-unlock span { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lesson-unlock strong { font-family: "Playfair Display", serif; font-size: clamp(25px, 3vw, 42px); }
.lesson-unlock small { color: rgba(255,255,255,.65); font-size: 13px; }
.lesson-unlock::after { content: ""; width: 54px; height: 54px; margin-top: 10px; border-radius: 50%; background: var(--cta); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.lesson-unlock::before { content: ""; position: absolute; z-index: 1; left: 50%; top: calc(50% + 71px); margin-left: 2px; border-left: 13px solid white; border-top: 8px solid transparent; border-bottom: 8px solid transparent; transform: translate(-50%,-50%); }
.lesson-ready .lesson-unlock { display: none; }

.formation { background: var(--forest); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(52px, 7vw, 110px); align-items: center; }
.formation-copy h2 { font-size: clamp(40px, 4.4vw, 64px); }
.formation-copy h2 em { color: var(--gold-light); }
.formation-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); font-size: 17px; }
.formation-button { margin-top: 22px; }
.formation-copy small { display: block; max-width: 560px; margin-top: 16px; color: rgba(255,255,255,.5); line-height: 1.5; }
.formation-map { border-top: 1px solid rgba(255,255,255,.16); }
.formation-map article { display: grid; grid-template-columns: 54px 1fr; column-gap: 16px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.formation-map span { grid-row: 1 / 3; color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 25px; }
.formation-map h3 { font-family: "Playfair Display", serif; font-size: 25px; }
.formation-map p { margin: 7px 0 0; color: rgba(255,255,255,.58); }

.authority { background: var(--cream); display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.authority-art { box-shadow: var(--shadow); background: #120b06; }
.authority-art img { width: 100%; height: auto; }
.authority-copy h2 { font-size: clamp(46px, 5vw, 70px); }
.authority-copy p { color: #526461; font-size: 17px; }
.authority-copy .authority-lead { margin-top: 24px; color: var(--ink); font-size: 20px; }
.authority-wide { grid-column: 1 / -1; margin: 22px 0 0; box-shadow: var(--shadow); }
.authority-wide img { width: 100%; height: auto; }

.stories { background: var(--paper); }
.story-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; }
.story-heading > p { margin: 0 0 6px; color: #61726f; }
.message-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.evidence-grid { align-items: stretch; }
.message-card { min-height: 330px; padding: clamp(28px, 4vw, 50px); background: var(--cream); border: 1px solid var(--line); display: flex; flex-direction: column; }
.featured-message { background: var(--forest); color: white; }
.soft-message { background: #e8eee9; }
.message-top { display: flex; align-items: center; gap: 14px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-light); color: var(--ink); font-family: "Playfair Display", serif; font-weight: 700; }
.message-top strong, .message-top small { display: block; }
.message-top small { color: #7a8a87; }
.featured-message .message-top small { color: rgba(255,255,255,.55); }
blockquote { margin: 34px 0 24px; font-family: "Playfair Display", serif; font-size: clamp(24px, 2.25vw, 33px); line-height: 1.35; }
.message-card > p { margin: auto 0 0; color: #778683; font-size: 12px; }
.featured-message > p { color: rgba(255,255,255,.55); }
.print-proof-heading { margin: 24px 0 28px; display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; }
.print-proof-heading h3 { max-width: 760px; font-family: "Playfair Display", serif; font-size: clamp(30px, 3vw, 46px); }
.print-proof-heading > p { margin: 0; color: #61726f; }
.fibro-print-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.fibro-print { margin: 0; padding: 18px; background: #edf1ed; border: 1px solid var(--line); }
.fibro-print.featured-print { background: var(--forest); color: white; }
.fibro-print > span { display: inline-flex; margin-bottom: 14px; padding: 7px 10px; background: var(--cta); color: white; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fibro-print img { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: top; background: white; }
.fibro-print figcaption { padding: 16px 4px 2px; color: #60716e; font-size: 13px; }
.featured-print figcaption { color: rgba(255,255,255,.72); }
.archive-label { margin: 58px 0 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.archive-label strong { font-family: "Playfair Display", serif; font-size: 25px; }
.archive-label span { color: #6c7b78; font-size: 13px; }
.print-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 34vw); gap: 18px; overflow-x: auto; padding: 4px 2px 22px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-color: var(--cta) #dfe6e1; }
.print-gallery figure { height: 560px; margin: 0; padding: 12px; background: #edf1ed; border: 1px solid var(--line); scroll-snap-align: start; }
.print-gallery img { width: 100%; height: 100%; object-fit: contain; object-position: top; background: white; }
.fibro-gallery { grid-auto-columns: minmax(330px, 38vw); align-items: start; }
.fibro-gallery figure { height: auto; min-height: 0; padding: 14px; background: var(--forest); color: white; }
.fibro-gallery img { height: auto; max-height: none; object-fit: contain; }
.fibro-gallery figcaption { padding: 14px 4px 2px; color: rgba(255,255,255,.78); font-size: 13px; }
.video-heading { margin: 72px 0 24px; max-width: 780px; }
.video-heading h3 { font-family: "Playfair Display", serif; font-size: clamp(30px, 3vw, 46px); }
.video-testimonials { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-testimonials article { overflow: hidden; background: #edf1ed; border: 1px solid var(--line); }
.video-testimonials p { margin: 0; padding: 18px 20px 22px; font-weight: 600; }
.featured-videos { grid-template-columns: repeat(4, 1fr); align-items: start; }
.vertical-video { aspect-ratio: 9 / 13; }
.vertical-video video { width: 100%; height: 100%; display: block; object-fit: contain; background: #0b1918; }
.video-archive-label { margin-top: 64px; }
.youtube-cover { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #0b1918; }
.youtube-cover img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.youtube-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(4,15,14,.35)); }
.youtube-cover:hover img { transform: scale(1.025); }
.play-button { position: absolute; z-index: 1; left: 50%; top: 50%; width: 66px; height: 46px; border-radius: 13px; transform: translate(-50%, -50%); background: #d71920; box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.play-button::after { content: ""; position: absolute; left: 27px; top: 13px; border-left: 17px solid white; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }

.paths { background: var(--deep); color: white; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.63); }
.path-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; }
.path-card { position: relative; min-height: 510px; padding: clamp(36px, 5vw, 68px); border: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.accent-card { background: var(--cream); color: var(--ink); }
.path-index { position: absolute; right: 32px; top: 24px; color: rgba(255,255,255,.13); font-family: "Playfair Display", serif; font-size: 70px; }
.accent-card .path-index { color: rgba(23,44,42,.09); }
.path-label { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.accent-card .path-label { color: #967035; }
.path-card h3 { max-width: 380px; margin-top: 34px; font-family: "Playfair Display", serif; font-size: clamp(32px, 3vw, 45px); }
.path-card > p:not(.path-label) { max-width: 430px; color: rgba(255,255,255,.66); }
.accent-card > p:not(.path-label) { color: #60716e; }
.path-card .button { align-self: flex-start; margin-top: auto; }
.button-light { background: var(--cta); color: white; }
.button-gold { background: var(--cta); color: white; }

.vip-section { overflow: hidden; position: relative; background: var(--gold-light); }
.vip-content { position: relative; z-index: 2; max-width: 850px; }
.vip-section h2 { max-width: 790px; }
.vip-section h2 em { color: var(--cta); font-style: normal; }
.vip-section p:not(.eyebrow) { max-width: 680px; font-size: 18px; }
.vip-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button-ink { background: var(--cta); color: white; }
.vip-actions span { font-size: 14px; }
.vip-mark { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.3); font-family: "Playfair Display", serif; font-size: min(19vw, 260px); font-weight: 600; line-height: 1; }

.whatsapp-float { position: fixed; z-index: 20; right: 22px; bottom: 22px; min-height: 54px; padding: 12px 18px 12px 13px; border-radius: 999px; display: flex; align-items: center; gap: 10px; background: var(--cta); color: white; text-decoration: none; box-shadow: 0 14px 36px rgba(3, 44, 31, .3); font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: var(--cta-dark); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }

[hidden] { display: none !important; }
body.gate-open { overflow: hidden; }
.lead-gate { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.lead-gate-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,17,16,.82); backdrop-filter: blur(6px); cursor: pointer; }
.lead-gate-card { position: relative; z-index: 1; width: min(100%, 610px); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(30px, 5vw, 54px); background: var(--paper); box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.lead-gate-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--cta); }
.lead-gate-card h2 { max-width: 500px; margin-top: 10px; font-size: clamp(34px, 5vw, 51px); }
.lead-gate-intro { color: #5e6e6b; font-size: 16px; }
.lead-gate-close { position: absolute; right: 17px; top: 14px; width: 42px; height: 42px; border: 0; background: transparent; color: #536460; cursor: pointer; font: 300 33px/1 sans-serif; }
.lead-gate form { margin-top: 28px; display: grid; gap: 18px; }
.lead-gate form > label:not(.consent-field):not(.website-field) { display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 700; }
.lead-gate input[type="text"], .lead-gate input[type="tel"] { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid #b8c5c1; border-radius: 0; background: white; color: var(--ink); font: 16px "DM Sans", sans-serif; outline: none; }
.lead-gate input:focus { border-color: var(--cta); box-shadow: 0 0 0 3px rgba(18,137,96,.13); }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: #5f6f6c; font-size: 12px; line-height: 1.5; cursor: pointer; }
.consent-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--cta); }
.website-field { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }
.lead-submit { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.lead-submit[disabled] { opacity: .65; cursor: wait; }
.form-feedback { min-height: 20px; margin: -6px 0 0; color: #a63a2e; font-size: 13px; }
.privacy-note { display: block; margin-top: 18px; color: #7b8986; line-height: 1.45; }

footer { padding: 56px clamp(24px, 7vw, 112px); background: #091817; color: rgba(255,255,255,.63); display: grid; grid-template-columns: auto 1fr; gap: 10px 38px; align-items: center; font-size: 12px; }
footer img { grid-row: 1 / 4; width: 140px; height: auto; }
footer p { margin: 0; }
.footer-note { max-width: 760px; }

@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 76px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 430px; }
  .portrait-wrap img { max-height: 500px; }
  .opening-grid, .story-heading, .print-proof-heading { grid-template-columns: 1fr; gap: 28px; }
  .formation { grid-template-columns: 1fr; }
  .authority { grid-template-columns: 1fr; }
  .authority-art { max-width: 760px; margin-inline: auto; }
  .authority-wide { grid-column: auto; }
  .video-testimonials { grid-template-columns: 1fr 1fr; }
  .featured-videos { grid-template-columns: 1fr 1fr; }
  .topic-row { flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .brand img { width: 138px; }
  .header-link { font-size: 10px; }
  .hero { min-height: auto; padding: 56px 20px 0; gap: 30px; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-topic { font-size: clamp(50px, 14vw, 64px); }
  .hero-thesis { margin-top: 16px; font-size: clamp(36px, 10vw, 46px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-visual { min-height: 400px; margin-inline: -20px; }
  .portrait-wrap { width: calc(100% - 40px); max-width: 410px; }
  .portrait-wrap img { height: auto; max-height: none; object-position: center; }
  .insight-card { right: 16px; bottom: 30px; width: 62%; }
  .orbit-one { width: 390px; height: 390px; right: -30%; top: auto; bottom: 1%; }
  .orbit-two { display: none; }
  .section-pad { padding: 74px 20px; }
  .opening h2, .section-heading h2, .vip-section h2 { font-size: 40px; }
  .topic-row i { display: none; }
  .topic-row { gap: 12px; }
  .topic-row span { padding: 7px 10px; background: rgba(255,255,255,.54); }
  .lesson-card { margin-bottom: 20px; padding: 14px; }
  .lesson-meta { padding: 8px 4px 0; }
  .lesson-number { font-size: 32px; }
  .message-gallery, .video-testimonials, .featured-videos, .path-grid, .fibro-print-grid { grid-template-columns: 1fr; }
  .print-proof-heading { margin-top: 58px; }
  .fibro-print { padding: 12px; }
  .fibro-print img { max-height: none; }
  .archive-label { align-items: flex-start; flex-direction: column; gap: 4px; }
  .print-gallery { grid-auto-columns: 86vw; margin-right: -20px; }
  .print-gallery figure { height: 520px; }
  .fibro-gallery figure { height: auto; }
  .vertical-video { aspect-ratio: 9 / 12; }
  .formation-button { width: 100%; }
  .message-card { min-height: 360px; }
  .path-card { min-height: 470px; }
  .path-card .button { width: 100%; }
  .vip-mark { right: -8vw; top: 18%; font-size: 150px; }
  .vip-content { padding-top: 72px; }
  .vip-section h2 em { display: block; font-size: 38px; overflow-wrap: anywhere; }
  .whatsapp-float { right: 14px; bottom: 14px; min-height: 50px; padding: 10px 14px 10px 11px; }
  .whatsapp-float span { display: none; }
  footer { grid-template-columns: 1fr; gap: 14px; }
  footer img { grid-row: auto; margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
