/* Organic Editorial Care / Human-centered editorialism / calma, precisión, crecimiento y conversión con permiso. */

/* ── Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

/* ── Design tokens ── */
:root {
  --background: #fbfaf7;
  --foreground: #17205f;
  --card: #ffffff;
  --primary: #17205f;
  --primary-foreground: #ffffff;
  --border: #e2e4ea;
  --ring: #ef8da6;
  --ink: #17205f;
  --muted: #657084;
  --cream: #fbfaf7;
  --paper: #ffffff;
  --moss: #17205f;
  --petrol: #27376d;
  --terracotta: #e7839e;
  --pollen: #c8d85f;
  --line: #dfe2e9;
  --leaf: #4f8e61;
  --lavender: #b993c4;
  --cloud: #eef0f4;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.55; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--pollen); outline-offset: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Fraunces', serif; font-weight: 500; letter-spacing: -.055em; }
h1 { font-size: clamp(3.5rem, 7.5vw, 7rem); line-height: .91; max-width: 780px; margin-bottom: 2rem; }
h2 { font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .98; margin-bottom: 1.4rem; }
h1 em, h2 em { color: var(--terracotta); font-style: italic; }

/* ── Accessibility ── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 30; left: 1rem; top: -4rem; background: var(--ink); color: white; padding: .7rem 1rem; border-radius: .4rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }

/* ── Header ── */
.site-header { height: 96px; padding: 0 clamp(1.25rem, 5vw, 5.8rem); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 20; background: rgba(251,250,247,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(23,32,95,.1); isolation: isolate; }
.wordmark { display: inline-flex; align-items: center; color: var(--ink); }
.official-logo { display: block; width: 150px; height: 82px; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.8rem); color: #5d6c63; font-size: 1rem; }
.main-nav a { transition: color .2s var(--ease-out); }
.main-nav a:hover { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; gap: .45rem; padding: .72rem 1rem; color: var(--paper) !important; background: var(--moss); border-radius: .25rem; }
.menu-toggle { display: none; background: none; border: 0; color: var(--ink); }

/* ── Language switcher ── */
.language-switcher { display: inline-flex; align-items: center; gap: .28rem; margin-left: .45rem; padding-left: .85rem; border-left: 1px solid var(--line); color: var(--muted); font-size: .68rem; letter-spacing: .12em; }
.language-switcher a { padding: .3rem .12rem; transition: color .2s var(--ease-out), transform .2s var(--ease-out); }
.language-switcher a:hover, .language-switcher a:focus-visible { color: var(--primary); transform: translateY(-1px); }
.language-switcher a.is-active { color: var(--primary); font-weight: 800; }
.language-switcher span { color: var(--terracotta); opacity: .7; }

/* ── Eyebrow / Labels ── */
.eyebrow, .section-label, .section-kicker { margin: 0 0 1.2rem; color: var(--moss); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.eyebrow span, .section-label span { margin-right: .8rem; color: var(--terracotta); }

/* ── Buttons / Links ── */
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 50px; padding: .85rem 1.2rem; border-radius: .22rem; font-size: .82rem; font-weight: 700; transition: transform .16s var(--ease-out), background .2s, color .2s; }
.button:active { transform: scale(.97); }
.button--primary { background: var(--moss); color: var(--paper); }
.button--primary:hover { background: var(--petrol); }
.button--outline { color: var(--moss); border: 1px solid var(--moss); background: transparent; }
.button--outline:hover { background: var(--moss); color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: .48rem; color: var(--moss); font-size: .82rem; font-weight: 700; border-bottom: 1px solid rgba(83,107,89,.45); padding-bottom: .22rem; transition: gap .2s var(--ease-out); }
.text-link:hover { gap: .75rem; }

/* ── Hero ── */
.hero-section { min-height: min(760px, calc(100vh - 114px)); display: grid; grid-template-columns: minmax(310px, .88fr) 1.12fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: clamp(3.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5.8rem) clamp(4rem, 8vw, 7rem); overflow: hidden; }
.hero-copy { max-width: 580px; padding-left: clamp(0rem, 3vw, 3.2rem); position: relative; z-index: 1; }
.hero-lede { max-width: 480px; color: #5d6c63; font-size: 1.05rem; line-height: 1.65; margin-bottom: 2rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.hero-footnote { display: flex; align-items: center; gap: .55rem; margin-top: 4rem; color: #7b867e; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); }
.hero-media { position: relative; height: clamp(480px, 58vw, 690px); margin-right: clamp(-5.8rem, -5vw, -1.25rem); overflow: hidden; border-radius: 52% 0 0 0; background: #eef0f4; box-shadow: 24px 24px 0 #17205F; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); }
.hero-media:hover img { transform: scale(1.025); }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(29,54,47,.1), transparent 45%); pointer-events: none; }
.image-caption { position: absolute; left: 1.5rem; bottom: 1.25rem; z-index: 2; display: flex; gap: .65rem; color: var(--paper); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.image-caption span { padding: .45rem .65rem; border: 1px solid rgba(255,255,255,.58); border-radius: 2rem; background: rgba(23,32,95,.22); backdrop-filter: blur(8px); }

/* ── Reveal animation ── */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.hero-media[data-reveal] { transform: translateX(24px); transition-delay: .12s; }
.hero-media[data-reveal].is-visible { transform: translateX(0); }

/* ── Growth line decoration ── */
.has-growth-line { position: relative; overflow: hidden; }
.has-growth-line::before { content: ''; position: absolute; top: 1.5rem; right: 8%; width: 150px; height: 70px; border-top: 1px solid rgba(83,107,89,.38); border-radius: 50%; transform: rotate(-11deg); pointer-events: none; }
.has-growth-line::after { content: ''; position: absolute; top: 1.85rem; right: 8.3%; width: 8px; height: 8px; border: 1px solid var(--terracotta); border-radius: 50%; background: var(--cream); pointer-events: none; animation: signal-pulse 2.8s ease-in-out infinite; }
.services-section.has-growth-line::before { border-color: rgba(255,255,255,.4); }
.services-section.has-growth-line::after { background: var(--petrol); }
.contact-section.has-growth-line::before { border-color: rgba(83,107,89,.52); }

/* ── Trust strip ── */
.trust-strip { padding: 1.6rem clamp(1.25rem, 5vw, 5.8rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 2rem; background: #f5f4f1; }
.section-kicker { margin: 0; white-space: nowrap; font-size: .85rem; }
.trust-items { display: flex; justify-content: space-between; align-items: center; width: 100%; color: #708077; font-size: .95rem; letter-spacing: .04em; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--terracotta); display: inline-block; }

/* ── Sections ── */
.section-pad { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 8vw, 10rem); }
.section-label { display: flex; align-items: center; gap: .8rem; margin-bottom: 4rem; }
.section-label span { padding-right: .8rem; border-right: 1px solid var(--line); }

/* ── Approach ── */
.approach-intro { display: grid; grid-template-columns: 1.18fr .82fr; gap: 12%; align-items: end; margin-bottom: 4rem; }
.approach-intro h2 { max-width: 780px; }
.approach-body { max-width: 340px; color: var(--muted); font-size: 1rem; }
.approach-body p { margin-bottom: 1.6rem; }
.approach-grid { display: grid; grid-template-columns: minmax(280px, .85fr) 1.15fr; gap: clamp(2rem, 7vw, 9rem); align-items: center; }
.approach-image { overflow: hidden; border-radius: 0 44% 0 0; aspect-ratio: 4 / 3; background: #dce1d9; box-shadow: 24px 24px 0 #17205F; }
.approach-image img { width: 100%; height: 100%; object-fit: cover; }
.steps-list { border-top: 1px solid var(--line); }
.step-row { display: grid; grid-template-columns: 55px 1fr 20px; gap: 1.2rem; align-items: start; padding: 1.35rem 0; border-bottom: 1px solid var(--line); transition: padding-left .25s var(--ease-out), background .25s; }
.step-row:hover { padding-left: .65rem; background: rgba(239,131,158,.06); }
.step-number, .service-number { color: var(--terracotta); font-size: .7rem; letter-spacing: .12em; }
.step-row h3 { margin: 0 0 .2rem; font-family: 'Fraunces', serif; font-size: 1.55rem; font-weight: 500; }
.step-row p { margin: 0; color: var(--muted); font-size: .88rem; }
.step-row > svg { color: var(--moss); margin-top: .4rem; }

/* ── Services ── */
.services-section { background: var(--petrol); color: var(--paper); box-shadow: inset 0 9px 0 rgba(200,216,95,.14); }
.services-section .section-label, .services-section .services-heading p { color: #bdd0c8; }
.services-section .section-label span { color: var(--pollen); border-color: rgba(255,255,255,.2); }
.services-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10%; align-items: end; margin-bottom: 4rem; }
.services-heading h2 { max-width: 650px; }
.services-heading h2 em { color: var(--pollen); }
.services-heading p { max-width: 330px; font-size: .95rem; line-height: 1.65; }
.services-list { border-top: 1px solid rgba(255,255,255,.25); }
.service-row { display: grid; grid-template-columns: 55px 1.1fr 1fr 50px; gap: 1rem; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.25); transition: padding-left .25s var(--ease-out), background .25s; }
.service-row:hover { padding-left: .8rem; background: rgba(200,216,95,.08); }
.service-title span { color: var(--pollen); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.service-title h3 { margin: .3rem 0 0; font-family: 'Fraunces', serif; font-size: clamp(1.4rem, 2vw, 2rem); font-weight: 500; }
.service-row p { margin: 0; max-width: 360px; color: #c5d4cd; font-size: .9rem; }
.round-arrow { width: 46px; height: 46px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: var(--paper); transition: background .2s, transform .2s var(--ease-out); }
.round-arrow:hover { background: var(--terracotta); border-color: var(--terracotta); transform: rotate(9deg); }
.pending-note { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: 1.2rem 0 0; border-top: 1px solid rgba(255,255,255,.25); color: #c5d4cd; font-size: .74rem; }
.pending-note span { color: var(--pollen); text-transform: uppercase; letter-spacing: .1em; }
.pending-note p { margin: 0; max-width: 440px; }

/* ── Journey ── */
.path-section { background: #ebe8de; }
.path-header { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 5rem; }
.path-header h2 { max-width: 550px; }
.path-header h2 em { color: var(--moss); }
.path-header p { max-width: 300px; margin: 0; color: var(--muted); }
.journey-line { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; gap: 2rem; }
.journey-line::before { content: ''; position: absolute; top: 16px; left: 0; right: 0; height: 1px; background: var(--terracotta); opacity: .45; }
.journey-step { position: relative; padding-top: 3rem; }
.journey-step > span { position: absolute; top: 0; left: 0; width: 33px; height: 33px; display: grid; place-content: center; background: var(--terracotta); color: var(--primary); border-radius: 50%; font-size: .66rem; font-weight: 700; }
.journey-step h3 { margin: 0 0 .5rem; font-family: 'Fraunces', serif; font-size: 1.35rem; font-weight: 500; transition: color .2s var(--ease-out), transform .2s var(--ease-out); }
.journey-step:hover h3 { color: var(--terracotta); transform: translateX(4px); }
.journey-step p { margin: 0; max-width: 190px; color: var(--muted); font-size: .82rem; }

/* ── About ── */
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.about-image { overflow: hidden; aspect-ratio: 4 / 5; max-height: 680px; border-radius: 44% 0 0 0; background: #eef0f4; box-shadow: 24px 24px 0 #17205F; }
.about-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); }
.about-image:hover img { transform: scale(1.025); }
.about-copy { max-width: 550px; }
.about-copy > p:not(.eyebrow):not(.muted-copy) { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.muted-copy { margin: 2rem 0; color: #8b968f; font-size: .83rem; border-left: 2px solid var(--pollen); padding-left: 1rem; }

/* ── FAQ ── */
.faq-section { background: #f5f4f1; position: relative; }
.faq-section::after { content: 'QUESTIONS / CLARITY / NEXT'; position: absolute; right: clamp(1.25rem, 4vw, 4rem); bottom: 3rem; color: rgba(23,32,95,.42); font-size: .62rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.faq-layout > div:first-child p { max-width: 320px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; padding: 1.3rem 0; border: 0; background: none; color: var(--ink); text-align: left; font-weight: 600; transition: color .2s var(--ease-out), padding-left .2s var(--ease-out); }
.faq-item button:hover { color: var(--terracotta); padding-left: .45rem; }
.faq-item button svg { transition: transform .2s var(--ease-out); color: var(--terracotta); flex-shrink: 0; }
.faq-item.is-open button svg { transform: rotate(180deg); }
.faq-item p { max-width: 620px; margin: 0 2rem 1.4rem 0; color: var(--muted); font-size: .9rem; }

/* ── Contact ── */
.contact-section { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(2rem, 6vw, 5.5rem); background: var(--moss); color: var(--paper); border-radius: 0 90px 0 0; position: relative; box-shadow: 24px 24px 0 rgba(83,107,89,.12); }
.contact-copy .eyebrow { color: var(--pollen); }
.contact-copy h2 em { color: var(--pollen); }
.contact-copy > p:not(.eyebrow) { max-width: 360px; color: #d1ded5; }
.contact-detail { display: flex; gap: .7rem; align-items: flex-start; margin-top: 4rem; color: #e0e8e1; font-size: .85rem; }
.contact-detail svg { color: var(--pollen); margin-top: .2rem; flex-shrink: 0; }
.contact-detail small { color: #abc0b2; }
.contact-form { display: grid; gap: 1.1rem; padding: 1.5rem 1.7rem; border-left: 1px solid rgba(255,255,255,.22); }
.contact-form label { display: grid; gap: .45rem; color: #e1eae1; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; background: transparent; color: white; padding: .5rem 0 .7rem; outline: 0; font-size: .95rem; letter-spacing: 0; text-transform: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #b6c7bb; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--pollen); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.contact-form .button { justify-self: start; margin-top: 1rem; background: var(--pollen); color: var(--ink); }
.contact-form .button:hover { background: var(--paper); }
.form-note { margin: 0; color: #b6c7bb; font-size: .68rem; }
.form-success { background: rgba(200,216,95,.15); border: 1px solid var(--pollen); border-radius: .4rem; padding: 1rem 1.2rem; color: var(--paper); font-weight: 600; }

/* ── Footer ── */
.site-footer { padding: 4rem clamp(1.25rem, 8vw, 10rem) 1.5rem; background: #f5f3ef; color: var(--ink); border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; margin-bottom: 2rem; }
.site-footer .official-logo { background: #fbfaf7; border-radius: .4rem; padding: .15rem; }
.footer-brand p { margin-top: 1.3rem; color: var(--muted); font-family: 'Fraunces', serif; font-size: 1.3rem; line-height: 1.4; }
.footer-brand .wordmark { color: var(--ink); }
.footer-brand .official-logo { width: 150px; height: 92px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 590px; flex: 1; gap: 2rem; align-self: flex-start; }
.footer-links div { display: grid; align-content: start; gap: .55rem; }
.footer-links p { margin-bottom: .7rem; color: var(--terracotta); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: var(--muted); font-size: .98rem; line-height: 1.45; transition: color .2s; }
.footer-links a:hover { color: var(--primary); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.7rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }

/* ── Social links ── */
.social-links { display: flex; align-items: center; gap: .6rem; margin-top: 1.4rem; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(23,32,95,.18); border-radius: 50%; color: var(--primary); background: rgba(255,255,255,.42); transition: transform .2s var(--ease-out), background .2s var(--ease-out), color .2s var(--ease-out), border-color .2s var(--ease-out); }
.social-links a:hover, .social-links a:focus-visible { transform: translateY(-3px); color: var(--paper); background: var(--primary); border-color: var(--primary); }
.social-links a:first-child:hover, .social-links a:first-child:focus-visible { background: #25d366; border-color: #25d366; }
.social-links svg { width: 17px; height: 17px; fill: currentColor; }

/* ── Responsive: tablet ── */
@media (max-width: 850px) {
  .main-nav { gap: 1rem; }
  .hero-section { gap: 2.5rem; }
  .approach-intro, .services-heading, .faq-layout { gap: 3rem; }
  .section-pad { padding-left: clamp(1.25rem, 5vw, 4rem); padding-right: clamp(1.25rem, 5vw, 4rem); }
}

/* ── Responsive: mobile ── */
@media (max-width: 680px) {
  .site-header { height: 78px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 78px; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1.25rem 1.3rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(23,32,95,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .85rem 0; }
  .nav-cta { justify-content: center; margin-top: .45rem; }
  .language-switcher { justify-content: center; margin: .55rem 0 0; padding: .75rem 0 0; border-left: 0; border-top: 1px solid var(--line); }

  .hero-section { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding-top: 4rem; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(3.45rem, 17vw, 5.5rem); }
  .hero-media { height: 410px; margin: 0 -1.25rem; border-radius: 38% 0 0 0; }
  .hero-footnote { margin-top: 2.5rem; }

  .trust-strip { display: block; overflow: hidden; }
  .trust-items { flex-wrap: wrap; gap: .8rem 1rem; margin-top: 1rem; }
  .trust-items i { display: none; }

  .section-pad { padding-top: 5rem; padding-bottom: 5rem; }
  .section-label { margin-bottom: 2.5rem; }

  .approach-intro, .approach-grid, .services-heading, .about-section, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .approach-intro { gap: 1rem; margin-bottom: 2.5rem; }
  .approach-grid { gap: 2.5rem; }
  .approach-image { aspect-ratio: 1.15 / 1; border-radius: 0 35% 0 0; }

  .services-heading { gap: .5rem; margin-bottom: 2rem; }
  .service-row { grid-template-columns: 35px 1fr 42px; gap: .65rem; }
  .service-row p { grid-column: 2 / 4; margin-top: -.4rem; }
  .round-arrow { width: 39px; height: 39px; }
  .pending-note { display: block; }
  .pending-note p { margin-top: .7rem; }

  .path-header { display: block; margin-bottom: 3rem; }
  .journey-line { display: grid; grid-template-columns: 1fr; gap: 1.8rem; padding-left: 2.5rem; }
  .journey-line::before { top: 0; bottom: 0; left: 16px; width: 1px; height: auto; right: auto; }
  .journey-step { padding-top: 0; }
  .journey-step > span { left: -2.5rem; }
  .journey-step p { max-width: none; }

  .about-image { max-height: 480px; }
  .faq-layout { gap: 2rem; }
  .contact-card { border-radius: 0 50px 0 0; padding: 2rem 1.35rem; gap: 3rem; margin: 0 -1.25rem; }
  .contact-detail { margin-top: 2rem; }

  .footer-links { grid-template-columns: 1fr 1fr; margin: 3rem 0; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .5rem; }
  .social-links { margin-top: 1rem; }
  .footer-brand p { font-size: 1.18rem; }
  .footer-links a { font-size: .92rem; }
  .footer-links p { font-size: .74rem; }
}

/* ── Reduced motion ── */
@keyframes signal-pulse { 0%, 100% { transform: scale(1); opacity: .65; } 50% { transform: scale(1.35); opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], [data-reveal].is-visible { opacity: 1; transform: none; }
}
