@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap");
/* Shared styles for every page. */

:root {
  --wine: #6e2a31;
  --wine-2: #7b343b;
  --green: #183d33;
  --green-2: #214f42;
  --beige: #f4efe7;
  --beige-2: #ebe2d4;
  --soft: #f6f6f3;
  --white: #fff;
  --text: #303433;
  --muted: #68706d;
  --line: #dedbd5;
  --wa: #25d366;
  --wa-hover: #1ebe5a;
  --shadow: 0 18px 50px rgba(24, 61, 51, .10);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1200px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; color: var(--green); font-family: Manrope, Inter, sans-serif; line-height: 1.08; letter-spacing: -.03em; font-weight: 600; }
h1 { font-size: clamp(2.1rem, 4vw, 4.25rem); }
h2 { font-size: clamp(1.85rem, 3vw, 3rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.65rem); }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: var(--green); color: #fff; padding: 10px 14px; border-radius: 10px; transition: .2s ease; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 82px 0; }
.section-sm { padding: 54px 0; }
.muted { color: var(--muted); }
.lead { color: #4d5653; font-size: clamp(1rem, 1.2vw, 1.08rem); max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--wine); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.section-head { display: flex; justify-content: space-between; gap: 36px; align-items: flex-end; margin-bottom: 38px; }
.section-head > div:first-child { max-width: 730px; }
.section-head .lead { max-width: 480px; font-size: 1rem; }
.section-head h2, .section-head h1 { margin-top: 12px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-size: .94rem; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 28px rgba(37, 211, 102, .18); }
.btn-wa:hover { background: var(--wa-hover); }
.btn-outline { border-color: rgba(24, 61, 51, .32); color: var(--green); background: transparent; }
.btn-outline:hover { border-color: var(--green); background: rgba(24, 61, 51, .04); }
.wa-icon { width: 20px; height: 20px; flex: 0 0 auto; fill: currentColor; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 1100; display: grid; place-items: center; width: 62px; height: 62px; border: 0; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 14px 30px rgba(37, 211, 102, .3), 0 4px 12px rgba(24, 61, 51, .18); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); background: var(--wa-hover); box-shadow: 0 18px 34px rgba(37, 211, 102, .34), 0 5px 14px rgba(24, 61, 51, .2); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(110, 42, 49, .42); outline-offset: 4px; }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.whatsapp-gate { width: min(92vw, 620px); max-height: min(90vh, 680px); padding: 0; border: 0; border-radius: var(--radius); background: transparent; color: var(--text); overflow: visible; }
.whatsapp-gate::backdrop { background: rgba(13, 34, 29, .72); backdrop-filter: blur(5px); }
.whatsapp-gate-card { position: relative; padding: 42px; border: 1px solid rgba(255, 255, 255, .35); border-radius: var(--radius); background: var(--beige); box-shadow: 0 28px 80px rgba(13, 34, 29, .28); }
.whatsapp-gate-close { position: absolute; top: 15px; right: 17px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .72); color: var(--green); font-size: 1.5rem; line-height: 1; cursor: pointer; }
.whatsapp-gate-close:hover { border-color: var(--green); background: #fff; }
.whatsapp-gate-close:focus-visible, .whatsapp-gate button:focus-visible { outline: 3px solid rgba(110, 42, 49, .3); outline-offset: 3px; }
.whatsapp-gate h2 { max-width: 540px; margin-top: 14px; }
.whatsapp-gate .lead { margin-top: 18px; }
.whatsapp-gate-objectives { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.whatsapp-gate [hidden] { display: none !important; }
.whatsapp-gate-areas { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.whatsapp-gate-area { min-height: 58px; border-radius: 14px; }
.whatsapp-gate-objective { min-height: 58px; border-radius: 14px; text-align: left; }
.whatsapp-gate-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.whatsapp-gate-actions .btn { min-width: 190px; }
.whatsapp-gate-back { margin-top: 18px; padding: 0; border: 0; background: transparent; color: var(--wine); font-size: .86rem; font-weight: 800; cursor: pointer; }
.whatsapp-gate-back:hover { color: var(--green); }

/* Shared header */
.site-header { position: sticky; top: 0; z-index: 1000; min-height: var(--header-h); background: rgba(255, 255, 255, .96); backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid rgba(24, 61, 51, .08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(24, 61, 51, .08); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img, .footer-logo { width: 170px; height: auto; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav > a:not(.btn), .nav-menu > summary { color: #34403c; font-size: .9rem; font-weight: 750; cursor: pointer; }
.nav > a:not(.btn), .nav-menu { position: relative; }
.nav > a:not(.btn)::after, .nav-menu > summary::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--wine); transition: right .18s ease; }
.nav > a:not(.btn):hover::after, .nav-menu:hover > summary::after { right: 0; }
.nav-menu { border: 0; }
.nav-menu > summary { list-style: none; padding-right: 14px; }
.nav-menu > summary::-webkit-details-marker { display: none; }
.nav-menu > summary::before { content: ""; position: absolute; right: 0; top: 50%; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-65%) rotate(45deg); }
.nav-menu > summary::after { right: calc(100% - 14px); }
.nav-menu[open] > summary::before { transform: translateY(-30%) rotate(225deg); }
.dropdown { position: absolute; top: calc(100% + 18px); left: -16px; min-width: 230px; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.dropdown a { display: block; padding: 9px 10px; border-radius: 8px; color: #4f5855; font-size: .84rem; }
.dropdown a:hover { color: var(--wine); background: var(--soft); }
.dropdown--services { min-width: 320px; max-height: calc(100vh - var(--header-h) - 32px); overflow-y: auto; }
.dropdown-overview { border-bottom: 1px solid var(--line); margin-bottom: 8px; color: var(--green) !important; font-weight: 800; }
.dropdown-heading { display: block; padding: 10px 10px 4px; color: var(--wine); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { content: ""; display: block; width: 20px; height: 2px; background: var(--green); position: relative; transition: .2s ease; }
.menu-toggle span::before { position: absolute; top: -6px; }
.menu-toggle span::after { position: absolute; top: 6px; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { transform: rotate(45deg); top: 0; }
.menu-toggle[aria-expanded="true"] span::after { transform: rotate(-45deg); top: 0; }

/* Internal page hero */
.page-hero { background: var(--beige); border-bottom: 1px solid var(--beige-2); }
.page-hero-inner { min-height: 420px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); gap: 56px; align-items: center; padding: 62px 0 68px; }
.page-hero--simple .page-hero-inner { display: block; min-height: 0; max-width: 850px; padding: 62px 0 66px; }
.page-hero h1 { max-width: 780px; margin-top: 14px; }
.page-hero .lead { margin-top: 20px; max-width: 680px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: #56605d; font-size: .9rem; }
.hero-meta span { display: inline-flex; gap: 8px; align-items: center; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--wine); }
.page-hero-media { position: relative; justify-self: end; width: min(100%, 430px); }
.page-hero-media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(110, 42, 49, .26); border-radius: var(--radius); z-index: 0; }
.page-hero-media img { position: relative; z-index: 1; width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.page-hero-media .portrait { height: 460px; object-fit: cover; object-position: center 20%; }
.page-hero-media .team-photo { max-height: 500px; object-fit: contain; background: var(--soft); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: .82rem; margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--wine); }

/* Large local city photography */
.city-parallax { position: relative; min-height: 460px; overflow: hidden; isolation: isolate; background: var(--green); color: #fff; }
.city-parallax-media { position: absolute; z-index: 0; inset: -90px 0; width: 100%; height: calc(100% + 180px); object-fit: cover; object-position: center 52%; will-change: transform; transform: translate3d(0, 0, 0); }
.city-parallax::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(24, 61, 51, .88), rgba(24, 61, 51, .42) 62%, rgba(24, 61, 51, .58)); }
.city-parallax-content { position: relative; z-index: 2; min-height: 460px; display: flex; align-items: flex-end; padding-top: 70px; padding-bottom: 70px; }
.city-parallax-content > div { max-width: 690px; }
.city-parallax .eyebrow { color: #f1d7d9; }
.city-parallax h2 { margin-top: 14px; color: #fff; }
.city-parallax .lead { margin-top: 18px; color: rgba(255, 255, 255, .82); }
.city-parallax .btn-outline { border-color: rgba(255, 255, 255, .58); color: #fff; }
.city-parallax .btn-outline:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }
.payment-section { background: var(--soft); }
.payment-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; align-items: center; }
.payment-media { position: relative; }
.payment-media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(110, 42, 49, .24); border-radius: var(--radius); }
.payment-media img { position: relative; width: 100%; height: 350px; border-radius: var(--radius); object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.payment-copy h2 { margin-top: 14px; max-width: 700px; }
.payment-copy .lead { margin-top: 20px; max-width: 640px; }
.payment-note { margin-top: 12px; color: var(--muted); font-size: .88rem; }
.breadcrumb span { color: #a4aaa7; }

/* Editorial components */
.band-soft { background: var(--soft); }
.band-beige { background: var(--beige); }
.two-col { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.two-col.equal { grid-template-columns: 1fr 1fr; align-items: center; }
.narrow { max-width: 860px; margin-inline: auto; }
.prose { color: #59615f; max-width: 760px; }
.prose p + p { margin-top: 16px; }
.prose h2 { margin: 38px 0 16px; }
.prose h3 { margin: 28px 0 10px; }
.prose ul, .prose ol { margin: 16px 0 0; padding-left: 22px; color: #59615f; }
.prose li + li { margin-top: 8px; }
.rule-list { border-top: 3px solid var(--wine); }
.rule-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.rule-row strong { display: block; color: var(--green); font-size: 1rem; }
.rule-row small { display: block; margin-top: 3px; color: var(--muted); font-size: .86rem; }
.row-index { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--beige); color: var(--wine); font-size: .76rem; font-weight: 900; }
.row-arrow { color: var(--wine); font-size: 1.25rem; }
.answer { padding: 28px 30px; background: var(--soft); border-left: 4px solid var(--wine); }
.answer h2 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
.answer p { margin-top: 12px; color: #59615f; max-width: 730px; }
.callout { padding: 28px 30px; border: 1px solid var(--line); background: #fff; }
.callout h3 { font-size: 1.35rem; }
.callout p { margin-top: 11px; color: #59615f; }
.callout.wine-line { border-top: 3px solid var(--wine); }
.attention { padding: 24px 26px; background: #fbf8f3; border-left: 3px solid var(--wine); }
.attention strong { display: block; color: var(--green); }
.attention p { margin-top: 8px; color: #59615f; }
.plain-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.plain-list > div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.plain-list strong { color: var(--green); }
.plain-list p { margin-top: 4px; color: var(--muted); font-size: .92rem; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.step { padding: 28px; border: 1px solid rgba(24, 61, 51, .1); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .8); }
.step-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; border-radius: 50%; background: var(--wine); color: #fff; font-weight: 900; }
.step p { margin-top: 10px; color: var(--muted); }
.dark-section { background: var(--green); color: #fff; }
.dark-section h2, .dark-section h3 { color: #fff; }
.dark-section .eyebrow { color: #f1d7d9; }
.dark-section p { color: rgba(255, 255, 255, .78); }
.dark-section .two-col { align-items: center; }
.dark-quote { font: 600 clamp(1.55rem, 2.6vw, 2.5rem)/1.18 Manrope, Inter, sans-serif; color: #fff; }
.service-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin-top: 34px; }
.service-links a { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--green); font-weight: 750; }
.service-links a:hover { color: var(--wine); }
.service-links a::after { content: "→"; color: var(--wine); font-size: 1.2rem; }

/* Hub and people */
.hub-group { padding: 34px 0 12px; border-top: 3px solid var(--wine); }
.hub-group + .hub-group { margin-top: 54px; }
.hub-group-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 20px; }
.hub-group-head p { max-width: 480px; color: var(--muted); }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.person { display: grid; grid-template-columns: minmax(190px, .8fr) 1.2fr; gap: 26px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.person img { width: 100%; max-height: 330px; object-fit: contain; object-position: center; background: var(--soft); }
.person h3 { font-size: 1.5rem; }
.person p { margin-top: 11px; color: var(--muted); }
.person small { display: block; margin-top: 14px; color: var(--wine); font-weight: 800; }

/* Testimonials/content/contact/legal */
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testimonial { padding: 28px; border: 1px solid var(--line); background: #fff; }
.testimonial .quote { color: #4d5653; font: 500 1.05rem/1.55 Manrope, Inter, sans-serif; }
.testimonial blockquote.quote { margin: 0; }
.testimonial .quote::before { content: "“"; color: var(--wine); font-size: 2rem; line-height: 0; vertical-align: -.3em; margin-right: 5px; }
.testimonial footer { margin-top: 24px; padding-top: 15px; border-top: 1px solid var(--line); }
.testimonial footer strong { display: block; color: var(--green); }
.testimonial footer span { color: var(--muted); font-size: .84rem; }
.testimonial-carousel { margin-top: 40px; }
.carousel-viewport { overflow: hidden; border-radius: var(--radius-sm); outline: none; touch-action: pan-y; transition: height .35s ease; }
.carousel-viewport:focus-visible { box-shadow: 0 0 0 3px rgba(110, 42, 49, .28); }
.testimonial-carousel .testimonial-grid { display: flex; align-items: flex-start; gap: 20px; margin: 0; transition: transform .45s cubic-bezier(.22, .61, .36, 1); will-change: transform; }
.testimonial-carousel .testimonial { flex: 0 0 calc((100% - 40px) / 3); min-width: 0; }
.carousel-toolbar { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.carousel-button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--green); font-size: 1.25rem; line-height: 1; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.carousel-button:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--green); background: var(--green); color: #fff; }
.carousel-button:focus-visible { outline: 3px solid rgba(110, 42, 49, .28); outline-offset: 2px; }
.carousel-button:disabled { cursor: not-allowed; opacity: .38; }
.carousel-status { min-width: 72px; color: var(--muted); font-size: .86rem; font-weight: 800; text-align: center; }
.carousel-dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #c8d0cc; cursor: pointer; transition: width .2s ease, background .2s ease, transform .2s ease; }
.carousel-dot:hover { transform: scale(1.2); background: var(--wine-2); }
.carousel-dot.is-active { width: 28px; background: var(--wine); }
.carousel-dot:focus-visible { outline: 3px solid rgba(110, 42, 49, .28); outline-offset: 3px; }
.carousel-hint { margin-top: 14px; color: var(--muted); font-size: .82rem; text-align: center; }
.video-testimonials-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.video-testimonial { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: 0 12px 32px rgba(24, 61, 51, .07); }
.testimonial-video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: var(--green); }
.video-testimonial-body { padding: 17px 18px 20px; }
.video-testimonial-body span { color: var(--wine); font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.video-testimonial-body p { margin-top: 7px; color: var(--muted); font-size: .88rem; }
.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; }
@media (max-width: 820px) {
  .testimonial-carousel .testimonial { flex-basis: calc((100% - 20px) / 2); }
  .video-testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .testimonial-carousel .testimonial { flex-basis: 100%; }
  .video-testimonials-grid { grid-template-columns: 1fr; max-width: 390px; margin-inline: auto; }
}
.content-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.content-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 26px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.content-item time { color: var(--wine); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.content-item h3 { font-size: 1.28rem; }
.content-item p { margin-top: 5px; color: var(--muted); }
.content-item .row-arrow { padding-right: 4px; }
.blog-category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.blog-category-nav a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: .84rem; font-weight: 800; }
.blog-category-nav a:hover { border-color: var(--wine); color: var(--wine); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: 0 12px 32px rgba(24, 61, 51, .06); transition: transform .18s ease, box-shadow .18s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-card-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--beige); }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.04); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px 24px 25px; }
.blog-card-category { color: var(--wine); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.blog-card h3 { margin-top: 10px; font-size: 1.32rem; }
.blog-card p { margin-top: 11px; color: var(--muted); font-size: .92rem; }
.blog-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--wine); font-size: .88rem; font-weight: 900; }
.blog-card-link::after { content: "→"; font-size: 1.1rem; }
.blog-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 70px; align-items: start; }
.blog-article { min-width: 0; }
.blog-article-image { width: 100%; max-height: 470px; margin-bottom: 34px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.blog-article .article-intro { color: var(--green); font: 600 1.3rem/1.45 Manrope, Inter, sans-serif; }
.blog-article-aside { position: sticky; top: 106px; padding: 24px; border-top: 3px solid var(--wine); background: var(--soft); }
.blog-article-aside h2 { font-size: 1.35rem; }
.blog-article-aside ul { margin: 18px 0 0; padding-left: 19px; color: var(--muted); }
.blog-article-aside li + li { margin-top: 9px; }
.blog-article-aside a { display: inline-flex; margin-top: 20px; color: var(--wine); font-size: .86rem; font-weight: 900; }
.blog-cta { margin-top: 40px; padding: 29px 30px; border-left: 4px solid var(--wine); background: var(--beige); }
.blog-cta h3 { color: var(--green); font-size: 1.4rem; }
.blog-cta p { margin-top: 9px; color: #59615f; }
.blog-cta .btn { margin-top: 20px; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: start; }
.contact-list { margin-top: 30px; border-top: 1px solid var(--line); }
.contact-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-item strong { display: block; color: var(--green); }
.contact-item a, .contact-item span { display: block; margin-top: 4px; color: var(--muted); }
.contact-item a:hover { color: var(--wine); }
.contact-note { padding: 30px; background: var(--beige); }
.contact-note h2 { font-size: 1.65rem; }
.contact-note p { margin-top: 12px; color: #59615f; }
.legal { max-width: 860px; }
.legal h1 { margin-bottom: 18px; }
.legal .updated { color: var(--muted); font-size: .88rem; margin-bottom: 36px; }
.legal h2 { margin: 38px 0 12px; font-size: 1.55rem; }
.legal h3 { margin: 25px 0 9px; font-size: 1.2rem; }
.legal p, .legal li { color: #59615f; }
.legal p + p { margin-top: 14px; }
.legal ul { margin: 12px 0; padding-left: 22px; }

/* Footer */
.site-footer { padding: 56px 0 28px; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 38px; }
.footer-copy { max-width: 450px; margin-top: 18px; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.site-footer h3 { margin-bottom: 14px; color: var(--green); font: 800 .9rem Manrope, Inter, sans-serif; letter-spacing: .01em; text-transform: uppercase; }
.site-footer .footer-social-title { margin-top: 26px; }
.footer-links { display: grid; gap: 9px; color: #4f5855; font-size: .9rem; }
.footer-links a { transition: color .18s ease; }
.footer-links a:hover { color: var(--wine); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }

/* Home page */
.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(244, 239, 231, .96) 0 56%, rgba(244, 239, 231, .76) 56% 100%), var(--beige); border-bottom: 1px solid var(--beige-2); }
.hero::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(110, 42, 49, .16); border-radius: 50%; right: -120px; top: 60px; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr); gap: 52px; align-items: center; padding: 44px 0 52px; }
.hero-copy, .hero-photo { position: relative; z-index: 1; }
.hero-copy h1 { max-width: 690px; margin-top: 12px; }
.hero-copy .lead { margin-top: 18px; max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 25px; color: #56605d; font-size: .92rem; }
.hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--wine); }
.hero-photo { width: min(100%, 430px); justify-self: end; }
.hero-photo::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(110, 42, 49, .26); border-radius: var(--radius); z-index: -1; }
.hero-photo figure { margin: 0; }
.hero-photo img { width: 100%; height: 500px; object-fit: cover; object-position: center 20%; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-caption { position: absolute; left: -28px; bottom: 22px; max-width: 270px; padding: 14px 16px; background: var(--white); border-left: 4px solid var(--wine); box-shadow: 0 18px 40px rgba(24, 61, 51, .14); }
.hero-caption strong { display: block; color: var(--green); font-size: .95rem; }
.hero-caption span { display: block; margin-top: 3px; color: var(--muted); font-size: .8rem; }
.trust-strip { background: var(--green); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { padding: 22px 24px; border-right: 1px solid rgba(255, 255, 255, .15); font-size: .92rem; text-align: center; }
.trust-item:last-child { border-right: 0; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path-card { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; overflow: hidden; border: 1px solid rgba(24, 61, 51, .08); border-radius: var(--radius); }
.path-card.citizenship { background: var(--beige); }
.path-card.visas { background: var(--soft); }
.path-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -64px; bottom: -64px; border: 26px solid rgba(110, 42, 49, .07); border-radius: 50%; }
.path-card-image { position: relative; z-index: 1; width: 100%; height: 116px; margin: -8px 0 4px; border-radius: 14px; object-fit: cover; object-position: center 52%; filter: saturate(.9); }
.path-number { color: var(--wine); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.path-card h3 { margin-top: 16px; font-size: clamp(1.8rem, 2.6vw, 2.5rem); }
.path-card p { max-width: 520px; margin-top: 16px; color: #59615f; }
.link-arrow { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--green); font-weight: 850; }
.link-arrow::after { content: "→"; font-size: 1.25rem; transition: transform .18s ease; }
.link-arrow:hover::after { transform: translateX(4px); }
.services-wrap { background: #fff; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.service-group { padding-top: 24px; border-top: 3px solid var(--wine); }
.service-group h3 { margin-bottom: 10px; }
.service-group > p { margin-bottom: 24px; color: var(--muted); }
.service-list { display: grid; }
.service-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-index { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--beige); color: var(--wine); font-size: .78rem; font-weight: 900; }
.service-row strong { display: block; color: #273430; font-size: .98rem; }
.service-row small { display: block; margin-top: 2px; color: var(--muted); font-size: .82rem; }
.service-row .arrow { color: var(--wine); font-size: 1.2rem; }
.process { background: var(--beige); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.about-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 66px; align-items: center; }
.about-photo { position: relative; display: flex; align-items: center; justify-content: center; min-height: 420px; padding: 18px; background: var(--soft); border-radius: var(--radius); }
.about-photo img { width: 100%; max-height: 560px; min-height: auto; object-fit: contain; border-radius: calc(var(--radius) - 8px); }
.about-photo::after { content: ""; position: absolute; left: 8%; bottom: -4px; width: 48%; height: 8px; background: var(--wine); border-radius: 999px; }
.about-copy h2 { margin-top: 12px; }
.about-copy .lead { margin-top: 22px; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; margin-top: 28px; }
.about-point { padding-top: 14px; border-top: 1px solid var(--line); }
.about-point strong { display: block; color: var(--green); }
.about-point span { color: var(--muted); font-size: .9rem; }
.principle { position: relative; overflow: hidden; background: var(--green); color: #fff; }
.principle::after { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; top: -120px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.principle-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.principle h2, .principle blockquote { color: #fff; }
.principle blockquote { margin: 0; font: 600 clamp(1.65rem, 3vw, 2.85rem)/1.15 Manrope, Inter, sans-serif; }
.testimonials { background: var(--soft); }
.testimonials .testimonial-grid { grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
.testimonials .testimonial { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-color: #ebe9e4; border-radius: var(--radius-sm); }
.testimonials .testimonial .quote { color: #37413e; font: 500 1.15rem/1.52 Manrope, Inter, sans-serif; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 66px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq-list summary { position: relative; padding: 20px 34px 20px 0; color: var(--green); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 0; color: var(--wine); font-size: 1.5rem; line-height: 1; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 0 20px; color: #5d6563; }
.final-cta { padding: 72px 0; background: var(--wine); color: #fff; }
.final-cta h2 { max-width: 760px; color: #fff; }
.final-cta p { max-width: 720px; margin-top: 12px; color: rgba(255, 255, 255, .78); }
.final-cta .btn-wa { flex: 0 0 auto; }

/* Conversion landing page */
.lp-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.lp-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lp-header-logo { width: 158px; height: auto; }
.lp-header-note { color: var(--muted); font-size: .84rem; font-weight: 700; }
.lp-hero { overflow: hidden; background: var(--green); color: #fff; }
.lp-hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: 68px; align-items: center; padding: 74px 0 82px; }
.lp-hero-copy { max-width: 690px; }
.lp-hero .eyebrow { color: #f1d7d9; }
.lp-hero h1 { margin-top: 16px; color: #fff; font-size: clamp(2.55rem, 5vw, 5rem); }
.lp-hero .lead { max-width: 620px; margin-top: 24px; color: rgba(255, 255, 255, .82); font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.lp-hero .actions { margin-top: 32px; }
.lp-hero .btn-outline { border-color: rgba(255, 255, 255, .55); color: #fff; }
.lp-hero .btn-outline:hover { border-color: #fff; background: rgba(255, 255, 255, .1); }
.lp-hero-media { position: relative; justify-self: end; width: min(100%, 440px); }
.lp-hero-media::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid rgba(241, 215, 217, .4); border-radius: var(--radius); }
.lp-hero-media img { position: relative; width: 100%; height: 510px; border-radius: var(--radius); object-fit: cover; box-shadow: 0 28px 70px rgba(0, 0, 0, .25); }
.lp-proof { position: relative; z-index: 1; margin-top: -1px; background: var(--beige); border-bottom: 1px solid var(--beige-2); }
.lp-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 28px 0; }
.lp-proof-item { display: flex; gap: 12px; align-items: center; color: var(--green); font-size: .9rem; font-weight: 800; }
.lp-proof-item strong { display: block; font-size: 1.2rem; }
.lp-proof-item span { color: var(--muted); font-size: .82rem; font-weight: 600; }
.lp-proof-item::before { content: "✓"; display: grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--wine); color: #fff; font-weight: 900; }
.lp-section-intro { max-width: 760px; margin-bottom: 38px; }
.lp-section-intro .lead { margin-top: 16px; }
.lp-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-benefit { padding: 27px 24px; border-top: 3px solid var(--wine); background: var(--soft); }
.lp-benefit h3 { font-size: 1.25rem; }
.lp-benefit p { margin-top: 10px; color: var(--muted); font-size: .92rem; }
.lp-topics { background: var(--soft); }
.lp-topic-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.lp-topic { display: flex; min-height: 154px; flex-direction: column; justify-content: space-between; padding: 22px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.lp-topic:hover { transform: translateY(-3px); border-color: var(--wine); box-shadow: var(--shadow); }
.lp-topic strong { color: var(--green); font: 700 1.08rem/1.18 Manrope, Inter, sans-serif; }
.lp-topic span { color: var(--wine); font-size: .82rem; font-weight: 900; }
.lp-topic span::after { content: " →"; }
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-step { position: relative; padding: 30px 26px; border: 1px solid var(--line); background: #fff; }
.lp-step-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 50%; background: var(--wine); color: #fff; font-weight: 900; }
.lp-step h3 { font-size: 1.3rem; }
.lp-step p { margin-top: 10px; color: var(--muted); }
.lp-testimonials { background: var(--beige); }
.lp-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-testimonial { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: #fff; }
.lp-testimonial blockquote { margin: 0; color: #4d5653; font: 500 1rem/1.55 Manrope, Inter, sans-serif; }
.lp-testimonial blockquote::before { content: "“"; color: var(--wine); font-size: 2rem; line-height: 0; vertical-align: -.3em; margin-right: 5px; }
.lp-testimonial footer { margin-top: auto; padding-top: 21px; color: var(--muted); font-size: .82rem; }
.lp-testimonial footer strong { display: block; color: var(--green); font-size: .92rem; }
.lp-video-wrap { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); gap: 54px; align-items: center; }
.lp-video-card { overflow: hidden; max-width: 290px; margin-inline: auto; border-radius: var(--radius); background: var(--green); box-shadow: var(--shadow); }
.lp-video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.lp-video-copy h2 { margin-top: 14px; }
.lp-video-copy .lead { margin-top: 18px; }
.lp-authority { background: var(--green); color: #fff; }
.lp-authority h2 { color: #fff; }
.lp-authority .lead { margin-top: 18px; color: rgba(255, 255, 255, .8); }
.lp-authority-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.lp-authority-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-authority-item { padding: 20px; border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .06); }
.lp-authority-item strong { display: block; color: #fff; }
.lp-authority-item p { margin-top: 6px; color: rgba(255, 255, 255, .7); font-size: .9rem; }
.lp-visa-note { padding: 54px 0; background: var(--soft); }
.lp-visa-note-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.lp-visa-note h2 { max-width: 700px; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.lp-visa-note p { margin-top: 10px; color: var(--muted); }
.lp-final { background: var(--wine); color: #fff; }
.lp-final-inner { max-width: 800px; margin-inline: auto; text-align: center; }
.lp-final h2 { color: #fff; }
.lp-final p { margin-top: 16px; color: rgba(255, 255, 255, .8); }
.lp-final .btn { margin-top: 28px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --header-h: 72px; }
  .nav { gap: 15px; }
  .nav > a:not(.btn), .nav-menu > summary { font-size: .84rem; }
  .nav > .btn { display: none; }
  .page-hero-inner { gap: 34px; }
  .two-col { gap: 42px; }
  .lp-topic-grid { grid-template-columns: repeat(3, 1fr); }
  .lp-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .menu-toggle { display: flex; }
  .nav { position: fixed; top: var(--header-h); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(24, 61, 51, .10); }
  .nav.open { display: flex; }
  .nav > a:not(.btn), .nav-menu > summary { padding: 14px 4px; border-bottom: 1px solid #efede8; font-size: .96rem; }
  .nav > a:not(.btn)::after, .nav-menu > summary::after, .nav-menu > summary::before { display: none; }
  .nav-menu > summary { position: relative; }
  .nav-menu > summary::after { content: "+"; display: block; left: auto; right: 4px; bottom: auto; top: 12px; width: auto; height: auto; background: transparent; color: var(--wine); font-size: 1.25rem; }
  .nav-menu[open] > summary::after { content: "–"; }
  .dropdown { position: static; min-width: 0; padding: 3px 0 7px 14px; border: 0; box-shadow: none; }
  .dropdown a { padding: 7px 4px; }
  .nav .btn { display: flex; margin-top: 14px; }
  .page-hero-inner, .page-hero--simple .page-hero-inner { display: block; min-height: 0; padding: 44px 0 50px; }
  .page-hero-media { width: 100%; max-width: 500px; margin: 38px auto 0; }
  .page-hero-media .portrait { height: 430px; }
  .lp-hero-grid { display: block; min-height: 0; padding: 58px 0 68px; }
  .lp-hero-media { width: min(100%, 460px); margin: 48px auto 0; }
  .lp-proof-grid { grid-template-columns: 1fr 1fr; }
  .lp-topic-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-steps, .lp-testimonials-grid { grid-template-columns: 1fr; }
  .lp-video-wrap, .lp-authority-grid { grid-template-columns: 1fr; gap: 38px; }
  .lp-authority-list { grid-template-columns: 1fr 1fr; }
  .lp-visa-note-inner { display: block; }
  .lp-visa-note .btn { margin-top: 24px; }
  .section-head, .hub-group-head { display: block; }
  .section-head .lead, .hub-group-head p { margin-top: 18px; }
  .two-col, .two-col.equal, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .payment-grid { grid-template-columns: 1fr; gap: 42px; }
  .payment-copy { order: 1; }
  .payment-media { order: 2; width: min(100%, 560px); }
  .step-grid { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: 1fr; }
  .person { grid-template-columns: minmax(170px, .7fr) 1.3fr; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-article-layout { grid-template-columns: 1fr; gap: 38px; }
  .blog-article-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  h1 { font-size: 2.3rem; }
  h2 { font-size: 2.2rem; }
  .brand img, .footer-logo { width: 148px; }
  .lp-header-note { display: none; }
  .lp-header-inner { min-height: 68px; }
  .lp-header-logo { width: 142px; }
  .lp-hero h1 { font-size: 2.55rem; }
  .lp-hero-media img { height: 420px; }
  .lp-proof-grid, .lp-benefits-grid, .lp-topic-grid, .lp-authority-list { grid-template-columns: 1fr; }
  .lp-testimonial { padding: 24px; }
  .lp-video-wrap { gap: 26px; }
  .lp-video-card { max-width: 245px; }
  .lp-visa-note .btn { width: 100%; }
  .actions { display: grid; }
  .actions .btn { width: 100%; }
  .page-hero-media .portrait { height: 390px; }
  .rule-row { grid-template-columns: 34px 1fr auto; gap: 10px; }
  .service-links { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .content-item { grid-template-columns: 1fr auto; gap: 5px 16px; }
  .content-item time { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span:last-child { display: block; margin-top: 8px; }
  .whatsapp-gate-card { padding: 38px 24px 28px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
  .whatsapp-float svg { width: 28px; height: 28px; }
  .whatsapp-gate-areas { grid-template-columns: 1fr; }
  .whatsapp-gate-objectives { grid-template-columns: 1fr; }
  .whatsapp-gate-actions { display: grid; }
  .whatsapp-gate-actions .btn { width: 100%; }
  .city-parallax, .city-parallax-content { min-height: 400px; }
  .city-parallax-content { padding-top: 52px; padding-bottom: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
  .city-parallax-media { transform: none !important; }
}

/* Home responsive layout */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr .86fr; gap: 32px; min-height: 560px; }
  .hero-photo img { height: 450px; }
  .hero-caption { left: -20px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .services-grid, .about-grid, .faq-grid { gap: 42px; }
}

@media (max-width: 820px) {
  .hero { background: var(--beige); }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 44px; }
  .hero-photo { width: 100%; justify-self: stretch; }
  .hero-photo img { height: 460px; }
  .hero-caption { left: 16px; bottom: 16px; }
  .path-grid, .services-grid, .process-grid, .about-grid, .principle-grid, .faq-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 360px; padding: 32px; }
  .about-photo { order: 2; }
  .about-copy { order: 1; }
  .principle-grid { gap: 28px; }
  .testimonials .testimonial-grid { grid-template-columns: 1fr; }
  .final-cta-inner { display: block; }
  .final-cta .btn-wa { display: inline-flex; margin-top: 24px; }
  .dropdown--services { max-height: none; }
}

@media (max-width: 560px) {
  .hero-grid { padding-top: 36px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-photo img { height: 390px; }
  .hero-caption { position: relative; left: auto; bottom: auto; width: auto; max-width: none; margin: -44px 16px 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15) !important; }
  .trust-item:last-child { border-bottom: 0 !important; }
  .path-card { min-height: 330px; padding: 26px; }
  .about-points { grid-template-columns: 1fr; }
  .about-photo { min-height: unset; padding: 14px; }
  .about-photo img { max-height: 420px; }
  .final-cta { padding: 58px 0; }
}
