:root {
  --marsala: #945353;
  --marsala-dark: #713a3a;
  --rose: #d5a0a0;
  --blush: #f5e1e1;
  --cream: #fcf6f5;
  --paper: #fffdfc;
  --ink: #302728;
  --muted: #736667;
  --line: rgba(148, 83, 83, 0.18);
  --green: #25d366;
  --shadow: 0 24px 65px rgba(103, 54, 54, 0.14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; left: 16px; top: -80px; z-index: 2000; padding: 12px 18px;
  border-radius: 10px; background: var(--ink); color: #fff; transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.topbar { background: var(--marsala-dark); color: #fff; font-size: .79rem; letter-spacing: .02em; }
.topbar__content { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; opacity: .84; }
.topbar a { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; }
.topbar svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(252, 246, 245, .88);
  border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(87, 48, 48, .09); border-color: var(--line); }
.header__content { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }

.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand__name {
  display: grid;
  min-width: 176px;
  justify-items: center;
  color: var(--marsala);
  line-height: .72;
}
.brand__script {
  font-family: "Great Vibes", "Segoe Script", cursive;
  font-size: 2.34rem;
  font-weight: 400;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.brand__script i {
  position: relative;
  top: -2px;
  margin-left: 2px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: .58em;
  font-style: normal;
  font-weight: 700;
}
.brand__serif {
  margin-top: 5px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: 30px; }
.nav > a:not(.button) { position: relative; color: #56494a; font-size: .91rem; font-weight: 650; }
.nav > a:not(.button)::after {
  position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; content: "";
  background: var(--marsala); transition: right .22s ease;
}
.nav > a:not(.button):hover::after, .nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--marsala); transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 25px;
  border: 1px solid var(--marsala); border-radius: 999px; background: var(--marsala); color: #fff;
  font-weight: 800; line-height: 1; box-shadow: 0 12px 28px rgba(148, 83, 83, .23);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--marsala-dark); box-shadow: 0 16px 34px rgba(148, 83, 83, .3); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(148, 83, 83, .28); outline-offset: 3px; }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button--small { min-height: 44px; padding: 0 20px; font-size: .83rem; }
.button--light { background: var(--cream); border-color: var(--cream); color: var(--marsala-dark); box-shadow: none; }
.button--light:hover { color: #fff; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--marsala); font-size: .92rem; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--marsala); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--blush); }

.hero { position: relative; isolation: isolate; min-height: 700px; display: grid; align-items: center; padding: 66px 0 90px; background: linear-gradient(135deg, var(--cream) 0%, #fff8f7 53%, #f4dddd 100%); }
.hero::before, .hero::after { position: absolute; z-index: -1; content: ""; border-radius: 50%; filter: blur(2px); }
.hero::before { width: 420px; height: 420px; top: -230px; left: -200px; border: 1px solid rgba(213, 160, 160, .3); }
.hero::after { width: 110px; height: 110px; bottom: 52px; left: 5%; background: radial-gradient(circle, rgba(213, 160, 160, .25), transparent 68%); }
.hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 62px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1, .section-heading h2, .benefits h2, .contact h2 {
  margin: 19px 0 22px; font-family: Georgia, "Times New Roman", serif; color: var(--ink); font-size: clamp(2.7rem, 5vw, 4.85rem); font-weight: 500; line-height: .98; letter-spacing: -.045em;
}
.hero h1 em, .section-heading h2 em, .benefits h2 em, .contact h2 em { color: var(--marsala); font-weight: 500; }
.hero__copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 1.09rem; }
.hero__actions { display: flex; align-items: center; gap: 25px; margin-top: 33px; }
.hero__benefits { display: flex; flex-wrap: wrap; gap: 19px; margin: 32px 0 0; padding: 0; list-style: none; color: #5e5051; font-size: .82rem; font-weight: 720; }
.hero__benefits li { display: inline-flex; align-items: center; gap: 7px; }
.hero__benefits span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--blush); color: var(--marsala); font-size: .7rem; }

.hero__visual { position: relative; }
.hero__halo { position: absolute; inset: 7% -7% -7% 11%; z-index: -1; border-radius: 50% 50% 28% 45%; background: linear-gradient(140deg, #f1caca, var(--rose)); opacity: .68; transform: rotate(3deg); }
.hero__image { position: relative; overflow: hidden; margin: 0; border: 8px solid rgba(255,255,255,.72); border-radius: 38px 38px 100px 38px; box-shadow: var(--shadow); }
.hero__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 65%, rgba(83, 40, 40, .1)); pointer-events: none; }
.hero__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }
.hero__badge { position: absolute; left: -38px; bottom: 30px; display: flex; align-items: center; gap: 13px; padding: 13px 19px 13px 13px; border: 1px solid rgba(148, 83, 83, .12); border-radius: 18px; background: rgba(255, 253, 252, .94); box-shadow: 0 18px 42px rgba(97, 49, 49, .16); backdrop-filter: blur(12px); }
.hero__badge-icon { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 13px; background: var(--blush); color: var(--marsala); font-size: 1.25rem; }
.hero__badge p { display: grid; margin: 0; line-height: 1.2; }
.hero__badge strong { font-family: Georgia, "Times New Roman", serif; font-size: .99rem; }
.hero__badge small { margin-top: 4px; color: var(--muted); font-size: .72rem; }

.trust-bar { position: relative; z-index: 2; margin-top: -28px; }
.trust-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 16px 45px rgba(103, 54, 54, .1); }
.trust-bar article { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 94px; padding: 18px 22px; }
.trust-bar article + article { border-left: 1px solid var(--line); }
.trust-bar strong { color: var(--rose); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 500; }
.trust-bar span { color: #554849; font-size: .9rem; font-weight: 760; }

.section-heading { max-width: 630px; }
.section-heading h2, .benefits h2, .contact h2 { margin-top: 15px; font-size: clamp(2.2rem, 4vw, 3.65rem); line-height: 1.05; }
.section-heading p, .benefits__intro > p, .contact__copy > p { color: var(--muted); }
.section-heading .text-link { margin-top: 17px; }
.section-heading--center { margin: 0 auto 55px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p { max-width: 560px; margin-inline: auto; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 94px; }
.about__panel { position: relative; overflow: hidden; min-height: 430px; padding: 50px; border-radius: var(--radius-lg); background: var(--blush); }
.about__panel::after { position: absolute; width: 270px; height: 270px; right: -85px; top: -90px; content: ""; border: 1px solid rgba(148, 83, 83, .2); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.13), 0 0 0 64px rgba(255,255,255,.09); }
.about__quote { position: relative; z-index: 1; max-width: 400px; }
.about__quote > span { position: absolute; top: -46px; left: -12px; color: rgba(148, 83, 83, .16); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.about__quote p { position: relative; margin: 17px 0 40px; font-family: Georgia, "Times New Roman", serif; color: var(--marsala-dark); font-size: 2.35rem; font-style: italic; line-height: 1.1; }
.about__details { position: relative; z-index: 1; display: grid; gap: 13px; }
.about__details > div { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border: 1px solid rgba(148, 83, 83, .14); border-radius: 16px; background: rgba(255,255,255,.48); }
.about__details svg { width: 33px; flex: 0 0 33px; fill: none; stroke: var(--marsala); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.about__details p { display: grid; margin: 0; line-height: 1.25; }
.about__details strong { color: var(--marsala-dark); font-family: Georgia, serif; font-size: 1.04rem; }
.about__details small { margin-top: 5px; color: var(--muted); font-size: .76rem; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; }
.process article { position: relative; padding: 0 30px; }
.process article:first-child { padding-left: 0; }
.process article:last-child { padding-right: 0; }
.process article + article { border-left: 1px solid var(--line); }
.process span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--marsala); color: #fff; font-family: Georgia, serif; font-size: .9rem; box-shadow: 0 7px 18px rgba(148, 83, 83, .18); }
.process h3 { margin: 17px 0 9px; font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.2; }
.process p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.services { background: linear-gradient(180deg, var(--cream), #fff9f8); }
.services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 390px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(148, 83, 83, .34); box-shadow: var(--shadow); }
.service-card--featured { background: var(--blush); }
.service-card--visual {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) 1.18fr;
  min-height: 480px;
  overflow: hidden;
  padding: 0;
}
.service-card--visual-reverse { grid-template-columns: 1.18fr minmax(360px, .82fr); }
.service-card__media { min-height: 480px; margin: 0; overflow: hidden; background: var(--blush); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card--visual:hover .service-card__media img { transform: scale(1.025); }
.service-card__content { display: flex; flex-direction: column; align-items: flex-start; padding: 44px 50px; }
.service-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 26px; border-radius: 18px; background: var(--blush); color: var(--marsala); }
.service-card--featured .service-card__icon { background: rgba(255,255,255,.58); }
.service-card__icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card > span, .service-card__content > span { color: var(--marsala); font-size: .69rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: 1.62rem; font-weight: 500; line-height: 1.12; }
.service-card p { max-width: 510px; margin: 0; color: var(--muted); font-size: .88rem; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; padding: 0; list-style: none; }
.service-card li { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #67595a; background: rgba(255,255,255,.45); font-size: .7rem; font-weight: 700; }
.service-card > a { position: absolute; left: 38px; bottom: 33px; color: var(--marsala); font-size: .82rem; font-weight: 850; }
.service-card__content > a { margin-top: auto; color: var(--marsala); font-size: .82rem; font-weight: 850; }
.service-card > a span, .service-card__content > a span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.service-card > a:hover span, .service-card__content > a:hover span { transform: translateX(5px); }

.benefits { position: relative; isolation: isolate; overflow: hidden; background: var(--marsala-dark); color: #fff; }
.benefits::before { position: absolute; z-index: -1; width: 650px; height: 650px; left: -350px; bottom: -390px; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.benefits__grid { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: 100px; }
.benefits h2 { color: #fff; }
.benefits h2 em { color: var(--rose); }
.benefits__intro > p { color: rgba(255,255,255,.68); }
.benefits__intro .button { margin-top: 22px; }
.benefits__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.benefit { min-height: 210px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.benefit > span { color: var(--rose); font-family: Georgia, serif; font-size: 1.35rem; }
.benefit h3 { margin: 30px 0 8px; font-family: Georgia, serif; font-size: 1.23rem; font-weight: 500; }
.benefit p { margin: 0; color: rgba(255,255,255,.64); font-size: .8rem; }

.contact { background: var(--blush); }
.contact__grid { display: grid; grid-template-columns: .82fr 1fr; align-items: start; gap: 80px; }
.contact__copy { position: sticky; top: 130px; padding-top: 25px; }
.contact__links { display: grid; gap: 11px; margin-top: 32px; }
.contact__links a { display: flex; align-items: center; gap: 14px; width: fit-content; }
.contact__links svg { width: 25px; fill: none; stroke: var(--marsala); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.contact__links svg .fill, .footer__social svg .fill { fill: currentColor; stroke: none; }
.contact__links span, .contact__area p { display: grid; line-height: 1.2; }
.contact__links small, .contact__area small { color: var(--muted); font-size: .7rem; }
.contact__links strong, .contact__area strong { margin-top: 4px; color: var(--marsala-dark); font-family: Georgia, serif; font-size: .97rem; }
.contact__area { display: flex; align-items: center; gap: 14px; margin-top: 23px; }
.contact__area > span { display: grid; place-items: center; width: 26px; color: var(--marsala); font-size: 1.25rem; }
.contact__area p { margin: 0; }

.quote-form { padding: 42px; border: 1px solid rgba(148, 83, 83, .12); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.form__heading { display: flex; align-items: center; gap: 15px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form__heading > span { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 14px; background: var(--blush); color: var(--marsala); font-size: 1.3rem; }
.form__heading h3 { margin: 0; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.form__heading p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.form__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field label { color: #544748; font-size: .77rem; font-weight: 780; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fffafa; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 49px; padding: 0 14px; }
.field textarea { min-height: 108px; padding: 13px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #aa9a9b; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--marsala); box-shadow: 0 0 0 4px rgba(148, 83, 83, .08); }
.form__submit { width: 100%; margin-top: 4px; border: 0; cursor: pointer; }
.form__note { margin: 12px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }

.footer { background: #2e2324; color: #fff; }
.footer__top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 60px; padding-top: 51px; padding-bottom: 45px; }
.brand--footer .brand__name { color: #f3d2d2; }
.footer__top > p { max-width: 460px; margin: 0; color: rgba(255,255,255,.6); font-size: .8rem; }
.footer__social { display: flex; gap: 9px; }
.footer__social a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #fff; transition: background .2s ease, border-color .2s ease; }
.footer__social a:hover { background: var(--marsala); border-color: var(--marsala); }
.footer__social svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 21px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.48); font-size: .7rem; }
.footer__bottom p { margin: 0; }
.footer__bottom a:hover { color: #fff; }

.whatsapp-float { position: fixed; right: 25px; bottom: 25px; z-index: 900; display: flex; align-items: center; gap: 9px; filter: drop-shadow(0 13px 24px rgba(35, 101, 57, .25)); }
.whatsapp-float__label { padding: 10px 14px; border-radius: 10px; background: #fff; color: #4e4445; font-size: .72rem; font-weight: 800; box-shadow: 0 8px 25px rgba(0,0,0,.12); transition: transform .2s ease; }
.whatsapp-float__icon { display: grid; place-items: center; width: 58px; height: 58px; border: 3px solid #fff; border-radius: 50%; background: var(--green); color: #fff; transition: transform .2s ease; }
.whatsapp-float__icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-float:hover .whatsapp-float__icon { transform: scale(1.06); }
.whatsapp-float:hover .whatsapp-float__label { transform: translateX(-3px); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  .section { padding: 90px 0; }
  .nav { gap: 20px; }
  .nav > a:not(.button) { font-size: .84rem; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero__grid { gap: 38px; }
  .hero h1 { font-size: clamp(2.65rem, 5.6vw, 4.2rem); }
  .hero__benefits { gap: 12px; }
  .about__grid, .contact__grid { gap: 50px; }
  .about__panel { padding: 38px; }
  .process article { padding-inline: 20px; }
  .benefits__grid { gap: 55px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .topbar p { display: none; }
  .topbar__content { justify-content: center; }
  .header__content { min-height: 74px; }
  .menu-toggle { display: block; position: relative; z-index: 5; }
  .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); }
  .nav { position: absolute; top: 74px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 20px 24px; border-bottom: 1px solid var(--line); background: rgba(252,246,245,.98); box-shadow: 0 20px 35px rgba(72, 36, 36, .1); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }
  .nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav > a:not(.button) { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .nav > a:not(.button)::after { display: none; }
  .nav .button { margin-top: 16px; }
  .hero { padding: 60px 0 82px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero__copy > p { margin-inline: auto; }
  .hero__actions, .hero__benefits { justify-content: center; }
  .hero__visual { width: min(680px, 95%); margin: 18px auto 0; }
  .hero__badge { left: 18px; }
  .trust-bar__grid { grid-template-columns: 1fr; }
  .trust-bar article { min-height: 72px; }
  .trust-bar article + article { border-top: 1px solid var(--line); border-left: 0; }
  .about__grid, .benefits__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__grid { gap: 48px; }
  .process { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .process article:nth-child(3) { padding-left: 0; border-left: 0; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card--visual, .service-card--visual-reverse { grid-template-columns: 1fr; min-height: 0; }
  .service-card--visual-reverse .service-card__media { order: -1; }
  .service-card__media { min-height: 0; aspect-ratio: 1 / 1; }
  .service-card__content { min-height: 390px; padding: 36px; }
  .benefits__intro { max-width: 620px; }
  .contact__copy { position: static; padding-top: 0; }
  .footer__top { grid-template-columns: 1fr auto; gap: 24px; }
  .footer__top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .section { padding: 76px 0; }
  .container { width: min(calc(100% - 26px), var(--container)); }
  .brand__name { min-width: 151px; }
  .brand__script { font-size: 2.05rem; }
  .brand__serif { margin-top: 4px; font-size: 1rem; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 2.74rem; }
  .hero__copy > p { font-size: .98rem; }
  .hero__actions { flex-direction: column; gap: 17px; }
  .hero__actions .button { width: 100%; }
  .hero__benefits { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
  .hero__visual { width: 100%; }
  .hero__image { border-width: 5px; border-radius: 26px 26px 62px 26px; }
  .hero__badge { left: 10px; bottom: -22px; }
  .hero__badge strong { font-size: .88rem; }
  .trust-bar { margin-top: 0; padding-top: 20px; background: var(--paper); }
  .section-heading h2, .benefits h2, .contact h2 { font-size: 2.38rem; }
  .about__panel { min-height: auto; padding: 34px 24px 24px; }
  .about__quote p { font-size: 1.95rem; }
  .about__details > div { align-items: flex-start; }
  .process { grid-template-columns: 1fr; margin-top: 60px; }
  .process article, .process article:first-child, .process article:last-child { padding: 0 0 25px; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-card { min-height: 420px; padding: 30px 25px; }
  .service-card--visual { min-height: 0; padding: 0; }
  .service-card__content { min-height: 400px; padding: 30px 25px; }
  .service-card > a { left: 25px; }
  .benefits__cards { grid-template-columns: 1fr; }
  .benefit { min-height: 180px; }
  .quote-form { padding: 28px 20px; border-radius: 22px; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__social { grid-row: auto; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 15px; bottom: 15px; }
  .whatsapp-float__label { display: none; }
  .whatsapp-float__icon { width: 55px; height: 55px; }
}

@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; }
}
