﻿:root {
  --ink: #11100f;
  --ink-soft: #1a1817;
  --graphite: #2c2927;
  --pearl: #f3f0eb;
  --paper: #faf8f5;
  --silver: #c6c3bf;
  --smoke: #8d8985;
  --rose: #b68f90;
  --rose-light: #dbc6c5;
  --line: rgba(17, 16, 15, .15);
  --display: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }

.icon-image { display: block; flex: 0 0 auto; object-fit: contain; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 3px; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); max-width: 100%; margin-inline: auto; }
.section { padding: 130px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s, color .35s, box-shadow .35s; }
.site-header.scrolled { color: var(--ink); background: rgba(250,248,245,.94); box-shadow: 0 8px 35px rgba(17,16,15,.06); backdrop-filter: blur(18px); border-color: rgba(17,16,15,.09); }
.header-inner { min-width: 0; height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 13px; position: relative; z-index: 3; }
.brand-mark { width: 54px; height: 54px; border-radius: 50%; padding: 3px; background: rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(255,255,255,.3); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.brand-name, .footer-brand span { font-family: var(--display); font-size: 27px; line-height: .85; letter-spacing: .02em; }
.brand-name small, .footer-brand small { display: block; margin: 5px 0 0 2px; font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: .52em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 37px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; color: var(--ink); background: #fff; border: 1px solid #fff; transition: .25s; }
.nav-cta .icon-image { width: 16px; height: 16px; }
.site-header.scrolled .nav-cta .icon-image { filter: invert(1); }
.site-header.scrolled .nav-cta { color: #fff; background: var(--ink); border-color: var(--ink); }
.nav-cta:hover { color: #fff; background: var(--rose); border-color: var(--rose); }
.menu-toggle { display: none; flex: 0 0 auto; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("../images/veraa-hero-v2.png") center center / cover no-repeat; transform: scale(1.02); animation: heroIn 1.5s ease both; }
.hero-shade { background: linear-gradient(90deg, rgba(12,11,10,.95) 0%, rgba(12,11,10,.82) 34%, rgba(12,11,10,.18) 67%, rgba(12,11,10,.12) 100%), linear-gradient(0deg, rgba(12,11,10,.55), transparent 42%); }
.hero-inner { position: relative; z-index: 2; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 690px) 1fr; align-items: center; padding: 155px 0 100px; }
.hero-copy { width: 100%; min-width: 0; max-width: 690px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; font-size: 11px; font-weight: 650; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: var(--rose-light); }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(58px, 6.2vw, 94px); font-weight: 400; line-height: .97; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--rose-light); font-weight: 400; }
.hero-lead { max-width: 570px; margin: 31px 0 38px; color: rgba(255,255,255,.74); font-size: 18px; font-weight: 300; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--rose-light); border-color: var(--rose-light); }
.button-primary:hover { color: #fff; background: var(--rose); border-color: var(--rose); }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, 2px); }
.text-link.dark { border-color: var(--line); }
.hero-note { position: absolute; right: 0; bottom: 12%; width: 315px; display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.35); }
.hero-note-index { color: var(--rose-light); font-family: var(--display); font-size: 26px; }
.hero-note p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.75; }
.hero-scroll { position: absolute; z-index: 2; left: 24px; bottom: 32px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.hero-scroll span { width: 34px; height: 1px; background: currentColor; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 210px minmax(0, 720px) 1fr; gap: 55px; align-items: start; }
.section-label { color: var(--smoke); }
.section-label span { font-family: var(--display); color: var(--rose); font-size: 16px; letter-spacing: 0; }
.section-label.light { color: rgba(255,255,255,.55); }
.section-label.light span { color: var(--rose-light); }
.kicker { margin: 0 0 20px; color: var(--rose); font-size: 11px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.intro-copy h2, .section-heading h2, .experience-panel h2, .contact-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.intro-copy h2 em, .experience-panel h2 em { color: var(--rose); }
.intro-copy > p:last-child { max-width: 620px; margin: 35px 0 0; color: #69635f; font-size: 17px; line-height: 1.9; }
.intro-stamp { justify-self: end; width: 155px; height: 155px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 50%; animation: float 4s ease-in-out infinite; }
.intro-stamp span { color: var(--rose); font-family: var(--display); font-size: 57px; line-height: 1; }
.intro-stamp p { margin: 0; font-size: 9px; font-weight: 700; line-height: 1.65; letter-spacing: .18em; text-transform: uppercase; }

.services { color: #fff; background: var(--ink-soft); }
.section-heading { display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: end; margin-bottom: 72px; }
.section-heading .section-label { margin-bottom: 28px; }
.section-heading h2 em { color: var(--rose-light); }
.section-heading > p { margin: 0 0 4px; color: rgba(255,255,255,.55); line-height: 1.85; }
.service-list { border-top: 1px solid rgba(255,255,255,.17); }
.service-card { min-height: 148px; display: grid; grid-template-columns: 90px minmax(0, 1fr) auto; gap: 28px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .3s, padding .3s; }
.service-card:hover { padding-inline: 22px; background: rgba(255,255,255,.035); }
.service-number { color: var(--rose-light); font-family: var(--display); font-size: 16px; }
.service-card > div { display: grid; grid-template-columns: minmax(230px, 1fr) minmax(280px, 1.3fr); gap: 50px; align-items: center; }
.service-card h3 { margin: 0; font-family: var(--display); font-size: 34px; font-weight: 400; letter-spacing: -.015em; }
.service-card p { margin: 0; color: rgba(255,255,255,.52); font-size: 14px; }
.service-card > a { min-width: 148px; min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; padding: 6px 7px 6px 20px; color: #fff; background: linear-gradient(120deg, rgba(182,143,144,.15), rgba(219,198,197,.04)); border: 1px solid rgba(219,198,197,.48); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: transform .25s, color .25s, background .25s, border-color .25s, box-shadow .25s; }
.service-flower { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--rose-light); border-radius: 50%; transition: transform .35s, background .25s; }
.service-flower .icon-image { width: 17px; height: 17px; }
.service-card > a:hover { color: var(--ink); background: var(--rose-light); border-color: var(--rose-light); box-shadow: 0 10px 26px rgba(182,143,144,.2); transform: translateY(-2px); }
.service-card > a:hover .service-flower { color: #fff; background: var(--rose); transform: rotate(30deg); }
.service-card > a:hover .service-flower .icon-image { filter: invert(1); }
.service-extras { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 38px; }
.service-extras span { padding: 9px 15px; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.16); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.experience { min-height: 810px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--pearl); }
.experience-image { min-height: 720px; background: url("../images/veraa-experience-v5.png") center 48% / cover no-repeat; filter: saturate(.88) contrast(.98); }
.experience-panel { display: flex; flex-direction: column; justify-content: center; padding: 95px max(48px, calc((100vw - 1240px)/2)); padding-left: clamp(55px, 6.5vw, 110px); }
.experience-panel .section-label { margin-bottom: 48px; }
.experience-panel h2 { max-width: 560px; }
.experience-points { margin: 50px 0 42px; border-top: 1px solid var(--line); }
.experience-points > div { display: grid; grid-template-columns: 40px 135px 1fr; gap: 20px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.experience-points span { color: var(--rose); font-family: var(--display); }
.experience-points h3 { margin: 0; font-family: var(--display); font-size: 20px; font-weight: 400; }
.experience-points p { margin: 0; color: #716b67; font-size: 13px; }
.experience-panel .text-link { align-self: flex-start; }

.quote-section { background: var(--paper); }
.quote-inner { max-width: 980px; text-align: center; }
.quote-mark { display: block; color: var(--rose); font-family: Georgia, serif; font-size: 70px; line-height: .75; }
.quote-mark-open { margin-bottom: 26px; }
.quote-mark-close { margin-top: 30px; }
.quote-inner blockquote { margin: 0 auto; font-family: var(--display); font-size: clamp(40px, 5.2vw, 68px); font-weight: 400; line-height: 1.13; letter-spacing: -.035em; }

.contact { color: #fff; background: var(--graphite); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 500px); gap: clamp(65px, 9vw, 140px); align-items: stretch; }
.contact-copy, .appointment-card { min-width: 0; }
.contact-copy h2 em { color: var(--rose-light); }
.contact-copy > p:not(.kicker) { max-width: 610px; margin: 28px 0 48px; color: rgba(255,255,255,.6); line-height: 1.85; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 45px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-map { flex: 1; width: 100%; max-width: 100%; min-height: 260px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); }
.contact-map iframe { display: block; width: 100%; max-width: 100%; height: 100%; min-height: 260px; border: 0; filter: grayscale(.2) contrast(1.05); }
.contact-details a:first-child { grid-column: 1 / -1; white-space: nowrap; }
.contact-details a { font-family: var(--display); font-size: 20px; line-height: 1.45; transition: color .25s; }
.contact-details a:hover { color: var(--rose-light); }
.contact-details small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.45); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.appointment-card { padding: 42px; color: var(--ink); background: var(--paper); }
.form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-head span { font-family: var(--display); font-size: 30px; }
.form-head small { color: var(--smoke); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.appointment-card label { display: block; margin: 18px 0 7px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.appointment-card label small { color: var(--smoke); text-transform: none; }
.appointment-card input, .appointment-card select, .appointment-card textarea { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; transition: border-color .2s; }
.appointment-card textarea { resize: vertical; }
.appointment-card input:focus, .appointment-card select:focus, .appointment-card textarea:focus { border-color: var(--rose); }
.appointment-card .button { width: 100%; margin-top: 29px; }
.button-outline { color: var(--ink); background: transparent; border-color: var(--line); }
.button-outline:hover { color: var(--ink); background: var(--pearl); border-color: var(--ink); }
.slot-info { margin: 10px 0 0; color: var(--smoke); font-size: 10px; letter-spacing: .05em; }
.slot-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.slot-btn { padding: 9px 14px; font-size: 12px; font-weight: 600; letter-spacing: .03em; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 0; cursor: pointer; transition: all .2s; }
.slot-btn:hover { border-color: var(--rose); }
.slot-btn.is-selected { color: #fff; background: var(--rose); border-color: var(--rose); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { margin: 14px 0 0; color: var(--rose); font-size: 11px; font-weight: 600; line-height: 1.5; }
.form-success { padding: 18px 0; }
.form-success strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 24px; }
.form-success p { margin: 0; color: var(--smoke); font-size: 13px; line-height: 1.6; }
.form-note { margin: 14px 0 0; color: var(--smoke); font-size: 10px; line-height: 1.5; }

.site-footer { padding: 75px 0 25px; color: #fff; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 60px; }
.footer-brand { display: inline-flex; align-items: center; gap: 17px; }
.footer-brand img { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; background: #fff; }
.footer-brand span { font-size: 31px; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.48); font-family: var(--display); font-size: 23px; line-height: 1.4; }
.footer-social { justify-self: end; min-width: 220px; }
.footer-social a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .25s; }
.footer-social a:hover { color: var(--rose-light); }
.footer-link-main { display: inline-flex; align-items: center; gap: 10px; }
.footer-link-main .icon-image { width: 14px; height: 14px; filter: invert(1); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .08em; }
.footer-bottom p { margin: 0; }
.footer-bottom strong { color: rgba(255,255,255,.7); }
.footer-bottom a:hover strong { color: var(--rose-light); }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #25d366; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.24); transition: transform .25s, box-shadow .25s, background .25s; }
.floating-whatsapp .icon-image { width: 28px; height: 28px; filter: invert(1); }
.floating-whatsapp:hover { background: #20bd5a; box-shadow: 0 16px 40px rgba(37,211,102,.28); transform: translateY(-3px) scale(1.04); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: .35; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes float { 50% { transform: translateY(-8px) rotate(2deg); } }

@media (max-width: 1050px) {
  .site-nav { gap: 21px; }
  .hero-note { display: none; }
  .intro-grid { grid-template-columns: 170px 1fr; }
  .intro-stamp { display: none; }
  .service-card > div { grid-template-columns: 1fr 1.2fr; gap: 30px; }
  .experience { grid-template-columns: .8fr 1.2fr; }
  .experience-image { background-position: center 46%; }
  .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 430px); gap: 60px; }
}

@media (max-width: 820px) {
  :root { --shell: min(calc(100% - 36px), 680px); }
  .section { padding: 90px 0; }
  .header-inner { height: 74px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-name { font-size: 23px; }
  .menu-toggle { position: relative; z-index: 3; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; color: inherit; border: 0; background: transparent; }
  .menu-toggle span { width: 25px; height: 1px; display: block; background: currentColor; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; width: 100%; height: 100vh; height: 100dvh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; gap: 25px; padding: 90px 25px; overflow-y: auto; overscroll-behavior: contain; color: #fff; background: rgba(17,16,15,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-size: 15px; }
  .site-nav .nav-cta { margin-top: 12px; color: var(--ink); background: var(--rose-light); border-color: var(--rose-light); }
  .site-header.scrolled .site-nav { color: #fff; }
  body.menu-open .site-header.scrolled { color: #fff; background: transparent; border-color: rgba(255,255,255,.14); box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  body.menu-open .site-header.scrolled .menu-toggle { color: #fff; }
  body.menu-open .site-header.scrolled .site-nav .nav-cta { color: var(--ink); background: var(--rose-light); border-color: var(--rose-light); }
  body.menu-open .site-header.scrolled .site-nav .nav-cta .icon-image { filter: none; }
  .hero { min-height: 900px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,11,10,.93), rgba(12,11,10,.58)), linear-gradient(0deg, rgba(12,11,10,.68), transparent 55%); }
  .hero-inner { min-height: 900px; grid-template-columns: 1fr; align-items: end; padding: 135px 0 140px; }
  .hero h1 { font-size: clamp(51px, 12vw, 72px); }
  .hero-scroll { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .section-heading > p { max-width: 600px; }
  .service-card { grid-template-columns: 55px 1fr auto; }
  .service-card > div { display: block; }
  .service-card p { margin-top: 8px; }
  .service-card > a { min-width: 126px; min-height: 48px; padding-left: 16px; }
  .service-flower { width: 34px; height: 34px; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 520px; background-size: cover; background-position: center 43%; }
  .experience-panel { padding: 85px max(18px, calc((100vw - 680px)/2)); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-top > p { display: none; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 76px 0; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; padding-bottom: 100px; }
  .hero h1 { max-width: 100%; font-size: clamp(46px, 13.5vw, 64px); overflow-wrap: break-word; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .intro-copy h2, .section-heading h2, .experience-panel h2, .contact-copy h2 { font-size: 44px; }
  .service-card { grid-template-columns: 36px 1fr auto; gap: 12px; min-height: 130px; }
  .service-card:hover { padding-inline: 8px; }
  .service-card h3 { font-size: 25px; }
  .service-card p { font-size: 12px; line-height: 1.55; }
  .experience-image { min-height: 400px; }
  .experience-panel { padding: 75px 16px; }
  .experience-points > div { grid-template-columns: 30px 1fr; gap: 8px 12px; }
  .experience-points p { grid-column: 2; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details a { min-width: 0; overflow-wrap: anywhere; }
  .contact-details a:first-child { grid-column: 1; white-space: normal; overflow-wrap: break-word; }
  .contact-map, .contact-map iframe { width: 100%; max-width: 100%; }
  .appointment-card { width: 100%; max-width: 100%; padding: 28px 22px; overflow: hidden; }
  .form-head { display: block; }
  .form-head small { display: block; margin-top: 6px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-social { width: 100%; justify-self: stretch; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .service-card > a { min-width: 46px; width: 46px; min-height: 46px; padding: 5px; }
  .service-button-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .service-flower { width: 34px; height: 34px; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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









