:root {
  --forest: #404E3B;
  --forest-deep: #263126;
  --sage: #7B9669;
  --slate: #6C8480;
  --mist: #BAC8B1;
  --cloud: #E6E6E6;
  --paper: #F7F8F4;
  --white: #FFFFFF;
  --ink: #1E271F;
  --muted: #667063;
  --line: rgba(64, 78, 59, .16);
  --radius: 22px;
  --shadow: 0 24px 80px rgba(38, 49, 38, .14);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Aptos", "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--white); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(247,248,244,.94); backdrop-filter: blur(16px); border-color: var(--line); box-shadow: 0 8px 28px rgba(38,49,38,.06); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 240px; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 13px; background: white; box-shadow: 0 6px 18px rgba(38,49,38,.10); }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: .98rem; letter-spacing: .17em; color: var(--forest-deep); }
.brand small { margin-top: 5px; color: var(--muted); font-size: .69rem; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 650; }
.primary-nav a { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--forest); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 17px; color: var(--white); background: var(--forest); border-radius: 99px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--forest); border-radius: 99px; transition: transform .25s, opacity .25s; }

.hero { min-height: 780px; padding: 150px 0 88px; position: relative; overflow: hidden; background: linear-gradient(125deg, #F7F8F4 20%, #ECF0E9 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(44px, 7vw, 96px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--sage); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--mist); }
h1, h2 { margin: 0; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
h1 { max-width: 720px; font-size: clamp(3.25rem, 6.1vw, 5.75rem); }
h1 em { color: var(--sage); font-weight: 500; }
h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #5C685B; font-size: 1.08rem; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; font-size: .9rem; font-weight: 760; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: var(--white); box-shadow: 0 12px 26px rgba(64,78,59,.18); }
.button-primary:hover { background: var(--forest-deep); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.56); color: var(--forest); }
.button-ghost:hover { border-color: var(--forest); }
.button-light { background: var(--white); color: var(--forest-deep); border: 0; }
.button.compact { min-height: 42px; padding: 9px 16px; }
.hero-proof { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.hero-proof span { color: var(--muted); font-size: .72rem; }
.hero-visual { position: relative; min-width: 0; }
.hero-image { margin: 0; position: relative; overflow: hidden; border-radius: 180px 180px 26px 26px; box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(38,49,38,.28)); }
.hero-image img { width: 100%; aspect-ratio: .83; object-fit: cover; object-position: 55% center; }
.floating-card { position: absolute; right: -28px; top: 19%; z-index: 3; min-width: 192px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.64); border-radius: 14px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); box-shadow: 0 20px 50px rgba(38,49,38,.18); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--forest-deep); font-size: .86rem; }
.floating-card small { color: var(--muted); font-size: .69rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(123,150,105,.18); }
.hero-caption { position: absolute; left: -35px; bottom: 36px; z-index: 3; padding: 18px 22px; color: white; display: flex; align-items: flex-start; gap: 14px; background: var(--forest); border-radius: 4px 18px 18px 18px; box-shadow: 0 18px 44px rgba(38,49,38,.22); }
.hero-caption span { color: var(--mist); font: 600 .73rem Georgia, serif; }
.hero-caption p { margin: 0; font: 500 1rem/1.35 Georgia, serif; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-orb-one { width: 410px; height: 410px; right: -220px; top: 80px; background: rgba(186,200,177,.5); }
.hero-orb-two { width: 230px; height: 230px; left: -150px; bottom: 20px; border: 1px solid rgba(108,132,128,.35); }

.trust-bar { background: var(--white); border-block: 1px solid var(--line); }
.trust-grid { min-height: 86px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; gap: 24px; }
.trust-grid p { color: var(--muted); font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; }
.trust-grid span { text-align: center; color: var(--forest); font: 500 1rem Georgia, serif; }
.section { padding: 118px 0; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; }
.section-heading h2 { max-width: 650px; }
.about-copy > p { margin: 0 0 18px; color: var(--muted); }
.about-copy .lead-paragraph { color: var(--forest-deep); font: 500 clamp(1.25rem, 2.2vw, 1.65rem)/1.5 Georgia, serif; }
.values-row { margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.values-row span { color: var(--slate); font-size: .68rem; letter-spacing: .12em; }
.values-row strong { margin-top: 12px; display: block; color: var(--forest); }
.values-row p { margin: 7px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.split-heading > p { max-width: 460px; margin: 0 0 5px; color: var(--muted); }

.services { color: white; background: var(--forest-deep); }
.services h2, .legal h2, .contact h2 { color: white; }
.services .split-heading > p { color: rgba(255,255,255,.65); }
.service-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.service-card { min-height: 350px; padding: 34px 30px; position: relative; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s, transform .3s; }
.service-card:hover { background: rgba(123,150,105,.16); transform: translateY(-5px); }
.service-no { color: rgba(255,255,255,.35); font-size: .69rem; letter-spacing: .14em; }
.service-icon { width: 46px; height: 46px; margin-top: 32px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; display: grid; place-items: center; color: var(--mist); font-size: 1.25rem; }
.service-card h3 { margin: 23px 0 10px; font: 500 1.42rem Georgia, serif; }
.service-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; }
.service-card a { position: absolute; left: 30px; bottom: 30px; color: var(--mist); font-size: .78rem; font-weight: 750; }
.service-card a span { margin-left: 8px; }

.publication-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 9vw; }
.publication-art { min-height: 530px; position: relative; display: grid; place-items: center; background: linear-gradient(140deg, #D7E0D2, #A9BDA0); border-radius: 180px 24px 24px 24px; overflow: hidden; }
.journal-window { width: min(80%, 440px); position: relative; z-index: 2; background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 30px 80px rgba(38,49,38,.2); transform: rotate(-2deg); }
.journal-window > img { width: 100%; height: 76px; object-fit: cover; }
.journal-body { padding: 28px 30px 32px; }
.journal-body p { margin: 0; color: var(--sage); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.journal-body strong { margin-top: 12px; display: block; font: 500 3.2rem Georgia, serif; color: var(--forest-deep); }
.journal-body > span { color: var(--muted); }
.issn { margin-top: 26px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--forest); font-weight: 750; font-size: .82rem; }
.issn small { float: right; color: var(--muted); font-weight: 500; }
.publication-mark { position: absolute; right: -10px; bottom: -80px; color: rgba(255,255,255,.24); font: 600 17rem/1 Georgia, serif; }
.publication-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); }
.check-list { margin: 28px 0; padding: 0; list-style: none; }
.check-list li { margin: 12px 0; display: flex; gap: 12px; color: var(--forest); font-weight: 650; }
.check-list span { color: var(--sage); }
.text-link { display: inline-flex; gap: 10px; color: var(--forest); font-weight: 800; font-size: .86rem; border-bottom: 1px solid var(--forest); padding-bottom: 5px; }

.partnership { padding-top: 10px; }
.partnership-card { padding: 52px; display: grid; grid-template-columns: .45fr 1.35fr .5fr; gap: 40px; align-items: center; color: white; background: var(--slate); border-radius: var(--radius); }
.partner-kicker { align-self: start; color: rgba(255,255,255,.68); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.partnership-card h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.partnership-card p { margin: 18px 0 0; color: rgba(255,255,255,.72); }
.partner-period { display: flex; align-items: center; gap: 12px; font: 500 1rem Georgia, serif; }
.partner-period i { height: 1px; flex: 1; background: rgba(255,255,255,.45); }

.gallery { background: #EFF2EC; }
.gallery-grid { margin-top: 52px; display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.gallery-item { height: 470px; padding: 0; border: 0; position: relative; overflow: hidden; background: var(--cloud); border-radius: 15px; cursor: zoom-in; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item.wide img { object-position: center; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(24,33,25,.72)); }
.gallery-item span { position: absolute; z-index: 2; left: 22px; right: 20px; bottom: 20px; color: white; font-weight: 700; display: flex; justify-content: space-between; }
.gallery-item b { font-size: 1.1rem; }

.legal { color: white; background: var(--forest); }
.legal-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.legal-intro p:last-child { max-width: 480px; color: rgba(255,255,255,.64); }
.legal-list { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.legal-list div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 1fr 1.45fr; gap: 22px; }
.legal-list dt { color: rgba(255,255,255,.56); font-size: .78rem; }
.legal-list dd { margin: 0; font-weight: 650; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 22px 0; display: flex; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; color: var(--forest-deep); font-weight: 760; }
summary::-webkit-details-marker { display: none; }
summary span { transition: transform .25s; color: var(--sage); font-size: 1.25rem; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 50px 24px 0; color: var(--muted); font-size: .92rem; }

.contact { color: white; background: linear-gradient(130deg, var(--forest-deep), #334234); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.contact-list { margin-top: 38px; display: grid; gap: 13px; }
.contact-list a { display: flex; align-items: center; gap: 13px; }
.contact-list a > span { width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; color: var(--mist); }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: rgba(255,255,255,.46); font-size: .67rem; }
.contact-list strong { font-size: .88rem; }
.contact-form { padding: 36px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); backdrop-filter: blur(10px); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.76); font-size: .76rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: white; background: rgba(255,255,255,.07); padding: 13px 14px; outline: none; transition: border-color .2s, background .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--mist); background: rgba(255,255,255,.1); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.34); }
.contact-form select option { color: var(--ink); background: white; }
.contact-form textarea { resize: vertical; }
.form-note { margin: 13px 0 0; color: rgba(255,255,255,.42); font-size: .68rem; }

.site-footer { color: rgba(255,255,255,.68); background: #1B231C; }
.footer-main { padding: 70px 0 52px; display: grid; grid-template-columns: 1.65fr .65fr .8fr; gap: 70px; }
.footer-brand { display: flex; align-items: flex-start; gap: 18px; }
.footer-brand img { width: 62px; height: 62px; border-radius: 14px; }
.footer-brand strong { color: white; letter-spacing: .18em; }
.footer-brand p { margin: 10px 0 0; }
.footer-main h3 { margin: 0 0 16px; color: white; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; font-size: .83rem; }
.footer-main p { font-size: .83rem; }
.footer-main a:hover { color: white; }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 28px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; padding: 11px 15px 11px 11px; display: flex; align-items: center; gap: 8px; color: white; background: var(--forest); border: 1px solid rgba(255,255,255,.18); border-radius: 99px; box-shadow: 0 14px 34px rgba(38,49,38,.3); font-size: .78rem; }
.whatsapp-float span { width: 27px; height: 27px; display: grid; place-items: center; background: var(--sage); border-radius: 50%; }
.image-dialog { width: min(900px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 16px; background: #172019; color: white; overflow: hidden; box-shadow: var(--shadow); }
.image-dialog::backdrop { background: rgba(15,21,16,.82); backdrop-filter: blur(8px); }
.image-dialog img { width: 100%; max-height: 76vh; object-fit: contain; }
.image-dialog p { margin: 0; padding: 14px 18px; font-size: .84rem; }
.image-dialog button { position: absolute; right: 12px; top: 12px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: rgba(0,0,0,.58); cursor: pointer; font-size: 1.5rem; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 80; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; padding: 12px 18px; color: white; background: var(--forest-deep); border-radius: 99px; box-shadow: var(--shadow); font-size: .8rem; transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: sticky; background: var(--paper); border-bottom-color: var(--line); }
.policy { max-width: 820px; padding-block: 100px 120px; }
.policy h1 { font-size: clamp(3rem, 7vw, 5rem); }
.policy h2 { margin-top: 44px; font-size: 1.7rem; }
.policy p { color: var(--muted); }
.policy a { color: var(--forest); border-bottom: 1px solid var(--forest); }
.policy-date { margin-bottom: 50px; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 30px; }
.error-page main { max-width: 650px; }
.error-page img { width: 90px; margin: 0 auto 30px; border-radius: 18px; }
.error-page h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.error-page p:not(.eyebrow) { color: var(--muted); margin-bottom: 28px; }
.error-page .eyebrow { justify-content: center; }

@media (max-width: 1000px) {
  .primary-nav { gap: 20px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  .hero-image { border-radius: 130px 130px 22px 22px; }
  .floating-card { right: -10px; }
  .hero-caption { left: -18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1.2fr .8fr; }
  .gallery-item:last-child { display: none; }
  .partnership-card { grid-template-columns: .4fr 1.35fr; }
  .partner-period { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 620px); --radius: 18px; }
  html { scroll-padding-top: 72px; }
  .nav-wrap { height: 70px; }
  .brand { min-width: 0; }
  .brand img { width: 42px; height: 42px; }
  .brand small { display: none; }
  .menu-toggle { display: block; z-index: 52; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; padding: 112px 28px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .primary-nav.open { transform: none; visibility: visible; }
  .primary-nav a { padding: 18px 2px; border-bottom: 1px solid var(--line); font: 500 1.7rem Georgia, serif; }
  .primary-nav .nav-cta { margin-top: 22px; padding: 14px 18px; border: 0; text-align: center; font: 760 .9rem "Segoe UI", sans-serif; }
  .hero { padding: 112px 0 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3rem, 14.5vw, 4.6rem); }
  .hero-lead { font-size: .98rem; }
  .hero-proof { margin-top: 34px; }
  .hero-image { border-radius: 110px 110px 18px 18px; }
  .hero-image img { aspect-ratio: 1 / .92; }
  .floating-card { right: 8px; top: 12%; transform: scale(.88); transform-origin: right; }
  .hero-caption { left: 12px; bottom: 20px; }
  .trust-grid { min-height: auto; padding-block: 24px; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .trust-grid p { grid-column: 1 / -1; text-align: center; margin: 0; }
  .trust-grid span { font-size: .9rem; }
  .section { padding: 82px 0; }
  .about-grid, .publication-grid, .legal-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .values-row { grid-template-columns: 1fr; gap: 22px; }
  .values-row div { display: grid; grid-template-columns: 32px 1fr; }
  .values-row strong { margin: 0; }
  .values-row p { grid-column: 2; }
  .split-heading { display: grid; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .publication-art { min-height: 430px; border-radius: 110px 18px 18px 18px; }
  .journal-window { width: 84%; }
  .partnership-card { padding: 34px 26px; grid-template-columns: 1fr; }
  .partner-period { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gallery-item { height: 340px; }
  .gallery-item.wide { grid-column: 1 / -1; height: 280px; }
  .gallery-item:last-child { display: block; }
  .legal-list div { grid-template-columns: 1fr; gap: 5px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 46px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding: 9px; }
}

@media (max-width: 430px) {
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px; }
  .hero-proof strong { font-size: 1.2rem; }
  .hero-proof span { font-size: .62rem; }
  .gallery-item { height: 280px; }
  .gallery-item.wide { height: 240px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .whatsapp-float, .hero-actions, .contact-form { display: none !important; }
  body { background: white; color: black; }
  .section { padding: 40px 0; }
}
