:root {
  --wine-950: #240914;
  --wine-900: #35101f;
  --wine-800: #4a1429;
  --wine-700: #651a32;
  --wine-600: #7c2340;
  --wine-500: #993454;
  --wine-100: #f4e4e9;
  --wine-50: #fbf5f7;
  --blue-800: #073f73;
  --blue-700: #0b568f;
  --cyan-500: #12b9e8;
  --gold-500: #caa45c;
  --ink: #18131a;
  --muted: #655d67;
  --line: #e7dce0;
  --paper: #fffdfc;
  --cream: #f8f3f1;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(45, 12, 28, .08);
  --shadow-md: 0 24px 70px rgba(45, 12, 28, .16);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 14px; color: var(--white); background: var(--wine-700); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(53,16,31,.96); border-bottom: 1px solid rgba(255,255,255,.12); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 14px 40px rgba(28,5,16,.22); background: rgba(53,16,31,.985); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand-plate { display: flex; align-items: center; width: 210px; min-height: 56px; padding: 7px 11px; background: rgba(255,255,255,.98); border-radius: 14px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); }
.brand-plate img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.88); font-size: .95rem; font-weight: 650; }
.main-nav > a:not(.btn), .nav-dropdown-toggle { position: relative; padding: 28px 0; color: inherit; background: none; border: 0; }
.main-nav > a:not(.btn)::after, .nav-dropdown-toggle::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--cyan-500); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a.is-active::after, .nav-dropdown-toggle:hover::after, .nav-dropdown-toggle.is-active::after { right: 0; }
.main-nav > a:hover, .main-nav > a.is-active, .nav-dropdown-toggle:hover, .nav-dropdown-toggle.is-active { color: #fff; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; }
.nav-dropdown-menu { position: absolute; top: calc(100% - 12px); left: 50%; transform: translate(-50%, 8px); width: 260px; padding: 10px; border-radius: 16px; background: #fff; color: var(--ink); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transition: .2s ease; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dropdown-menu a { display: block; padding: 11px 12px; border-radius: 10px; font-weight: 650; }
.nav-dropdown-menu a:hover { background: var(--wine-50); color: var(--wine-700); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 21px; height: 2px; background: #fff; border-radius: 2px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--wine-600), var(--wine-800)); box-shadow: 0 12px 28px rgba(101,26,50,.24); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(101,26,50,.3); }
.btn-secondary { color: var(--wine-900); background: #fff; border-color: rgba(53,16,31,.13); box-shadow: var(--shadow-sm); }
.btn-ghost { color: var(--wine-800); background: transparent; border-color: rgba(101,26,50,.22); }
.btn-header { min-height: 42px; padding: 10px 16px; color: var(--wine-900); background: #fff; }
.btn-small { min-height: 40px; padding: 9px 15px; font-size: .88rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--wine-700); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.hero { position: relative; min-height: 740px; display: grid; align-items: center; overflow: clip; color: #fff; background: var(--wine-950); }
.hero-media { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(37,6,19,.96) 0%, rgba(53,16,31,.88) 40%, rgba(53,16,31,.44) 72%, rgba(29,5,15,.22) 100%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -40% 35%; z-index: 1; height: 80%; background: radial-gradient(circle, rgba(18,185,232,.17), transparent 62%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 105px 0 115px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--wine-600); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #8ee6ff; }
.hero h1 { margin: 0 0 22px; max-width: 760px; font-size: clamp(2.7rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: #fff; background: linear-gradient(90deg, #fff, #9fe9ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { max-width: 660px; margin: 0 0 31px; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero .btn-primary { color: var(--wine-900); background: linear-gradient(135deg, #fff, var(--wine-100)); box-shadow: 0 12px 32px rgba(0,0,0,.18); }
.hero-actions .btn-secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); box-shadow: none; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); font-size: .93rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(18,185,232,.25); }

.page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--wine-950), var(--wine-700)); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(18,185,232,.25), transparent 68%); }
.page-hero .container { position: relative; z-index: 1; padding: 92px 0 90px; }
.page-hero h1 { max-width: 850px; margin: 0 0 18px; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.045em; }
.page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.16rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: rgba(255,255,255,.67); font-size: .9rem; }
.breadcrumbs a:hover { color: #fff; }

.section { padding: 100px 0; }
.section-sm { padding: 72px 0; }
.section-wine { color: #fff; background: linear-gradient(145deg, var(--wine-950), var(--wine-700)); }
.section-soft { background: var(--cream); }
.section-dark { color: #fff; background: #171217; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head > div { max-width: 720px; }
.section-head h2, .content-block h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.04em; }
.section-head p, .content-block > p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section-wine .section-head p, .section-dark .section-head p { color: rgba(255,255,255,.72); }
.section-wine .eyebrow, .section-dark .eyebrow { color: #8ee6ff; }
.section-wine .detail-card { color: var(--ink); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }

.service-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(101,26,50,.2); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--wine-700), var(--wine-500)); box-shadow: 0 12px 26px rgba(101,26,50,.23); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.service-card h3 { margin: 0 0 12px; font-size: 1.4rem; line-height: 1.2; }
.service-card p { margin: 0 0 22px; color: var(--muted); }
.service-card .text-link { position: absolute; bottom: 28px; left: 30px; }

.feature-panel { overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md); }
.feature-panel .image { min-height: 500px; }
.feature-panel .image img { width: 100%; height: 100%; object-fit: cover; }
.feature-panel .copy { padding: clamp(32px, 6vw, 70px); }
.feature-panel .copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.06; letter-spacing: -.04em; }
.feature-panel .copy p { color: var(--muted); }
.check-list { display: grid; gap: 13px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wine-700); font-size: .8rem; font-weight: 900; }
.section-wine .check-list li::before { color: var(--wine-900); background: #fff; }

.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border-radius: var(--radius); background: rgba(255,255,255,.16); }
.stat { padding: 30px; background: rgba(255,255,255,.06); }
.stat strong { display: block; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1; }
.stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); }

.process-grid { counter-reset: process; }
.process-card { position: relative; padding: 30px 26px; border-top: 1px solid var(--line); }
.process-card::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 28px; color: var(--wine-500); font-weight: 900; letter-spacing: .08em; }
.process-card h3 { margin: 0 0 9px; font-size: 1.25rem; }
.process-card p { margin: 0; color: var(--muted); }

.project-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.project-card .project-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--wine-100); }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-card .project-copy { padding: 25px; }
.project-card .project-tag { display: inline-flex; margin-bottom: 9px; color: var(--wine-600); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 850; }
.project-card h3 { margin: 0 0 9px; font-size: 1.35rem; }
.project-card p { margin: 0; color: var(--muted); }

.logo-strip { display: grid; grid-template-columns: 1.1fr 1.9fr; align-items: center; gap: 35px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.logo-strip img { max-height: 120px; width: auto; margin: auto; }

.cta-band { position: relative; overflow: hidden; padding: 60px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--wine-950), var(--wine-600)); box-shadow: var(--shadow-md); }
.cta-band::after { content: ""; position: absolute; width: 430px; height: 430px; right: -130px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(18,185,232,.35), transparent 67%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { max-width: 800px; margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.04em; }
.cta-band p { max-width: 700px; margin: 0 0 26px; color: rgba(255,255,255,.78); }
.cta-band .btn-primary { color: var(--wine-900); background: #fff; box-shadow: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.split-media { min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy h2 { margin: 0 0 17px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.04em; }
.split-copy p { color: var(--muted); }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 30px; }
.pill { padding: 9px 13px; border-radius: 999px; color: var(--wine-800); background: var(--wine-50); border: 1px solid var(--wine-100); font-size: .9rem; font-weight: 750; }

.detail-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.detail-card h3 { margin: 0 0 12px; }
.detail-card p { margin: 0; color: var(--muted); }
.icon-number { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 14px; color: #fff; background: var(--wine-700); font-weight: 900; }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 6px 20px rgba(50,15,30,.05); }
.faq summary { padding: 20px 22px; cursor: pointer; list-style: none; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--wine-700); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.75fr); gap: 34px; align-items: start; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .9rem; font-weight: 780; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #d8cbd0; border-radius: 12px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 145px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--wine-500); box-shadow: 0 0 0 4px rgba(153,52,84,.1); }
.form-check { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: .9rem; }
.form-check input { margin-top: 5px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.contact-card { padding: 30px; border-radius: var(--radius); color: #fff; background: linear-gradient(145deg, var(--wine-950), var(--wine-700)); box-shadow: var(--shadow-md); }
.contact-card h2 { margin-top: 0; }
.contact-item { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-item:first-of-type { border-top: 0; }
.contact-item span { display: block; color: rgba(255,255,255,.64); font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-item a, .contact-item strong { display: block; margin-top: 4px; font-size: 1.04rem; }

.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.article-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.article-card .image { aspect-ratio: 16/9; overflow: hidden; }
.article-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.article-card:hover img { transform: scale(1.04); }
.article-card .copy { display: flex; flex-direction: column; flex: 1; padding: 25px; }
.article-card .meta { color: var(--wine-600); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.article-card h2 { margin: 10px 0 12px; font-size: 1.35rem; line-height: 1.2; }
.article-card p { color: var(--muted); }
.article-card .text-link { margin-top: auto; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) minmax(260px,340px); gap: 70px; align-items: start; }
.prose { font-size: 1.04rem; }
.prose h2 { margin: 2.2em 0 .7em; font-size: 2rem; line-height: 1.18; }
.prose h3 { margin: 1.8em 0 .5em; }
.prose p, .prose li { color: #4f4850; }
.prose ul, .prose ol { padding-left: 22px; }
.prose .lead { color: var(--ink); font-size: 1.22rem; }
.article-aside { position: sticky; top: 112px; padding: 26px; border-radius: var(--radius); color: #fff; background: linear-gradient(145deg, var(--wine-950), var(--wine-700)); }
.article-aside h2 { margin-top: 0; font-size: 1.5rem; }

.legal { max-width: 860px; }
.legal h2 { margin-top: 2.3rem; }
.legal p, .legal li { color: #514a52; }
.notice { padding: 18px 20px; border-left: 4px solid var(--wine-600); background: var(--wine-50); border-radius: 0 12px 12px 0; }
.success-box { max-width: 760px; margin: 0 auto; padding: 50px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md); }
.success-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: #fff; background: var(--wine-700); font-size: 2rem; }

.site-footer { padding-top: 70px; color: rgba(255,255,255,.76); background: #1b1118; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 45px; padding-bottom: 55px; }
.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 1rem; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; }
.footer-grid a:hover { color: #fff; }
.footer-brand p { max-width: 390px; }
.footer-logo { width: 220px; padding: 8px 12px; border-radius: 14px; background: #fff; }
.footer-location { color: #fff; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .87rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 800; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25D366; box-shadow: 0 14px 36px rgba(0,0,0,.24); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.cookie-banner { position: fixed; left: 50%; bottom: 20px; z-index: 1200; width: min(calc(100% - 32px), 920px); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: #fff; background: rgba(31,15,24,.97); box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; }
.cookie-banner p { margin: 3px 0 0; color: rgba(255,255,255,.7); font-size: .9rem; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-banner .btn-ghost { color: #fff; border-color: rgba(255,255,255,.25); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; inset: 82px 0 auto 0; max-height: calc(100vh - 82px); overflow-y: auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 22px 24px 34px; color: var(--ink); background: #fff; box-shadow: 0 24px 50px rgba(0,0,0,.16); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.btn), .nav-dropdown-toggle { width: 100%; padding: 14px 0; text-align: left; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.btn)::after, .nav-dropdown-toggle::after { display: none; }
  .nav-dropdown-menu { position: static; width: 100%; display: none; padding: 8px 0 8px 14px; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
  .nav-dropdown.is-open .nav-dropdown-menu { display: block; }
  .btn-header { margin-top: 18px; color: #fff; background: var(--wine-700); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-plate { width: 184px; }
  .hero { min-height: 700px; }
  .hero::before { background: linear-gradient(180deg, rgba(37,6,19,.82), rgba(37,6,19,.93)); }
  .hero-media img { object-position: center; }
  .hero-content { padding: 86px 0 94px; }
  .section, .section-sm { padding: 72px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .grid-2, .grid-3, .article-grid, .split, .contact-layout { grid-template-columns: 1fr; }
  .feature-panel.grid-2 { gap: 0; }
  .feature-panel .image { min-height: 360px; }
  .split-media { min-height: 390px; }
  .stats { grid-template-columns: 1fr; }
  .logo-strip { grid-template-columns: 1fr; }
  .cta-band { padding: 42px 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 560px) {
  .header-inner { min-height: 74px; }
  .brand-plate { width: 158px; min-height: 48px; }
  .main-nav { inset: 74px 0 auto 0; max-height: calc(100vh - 74px); }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero-actions, .form-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .form-actions .btn { width: 100%; }
  .hero-trust { gap: 12px; }
  .page-hero .container { padding: 72px 0 68px; }
  .grid-4, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom, .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .contact-form, .success-box { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}