:root {
  --black: #101010;
  --charcoal: #191919;
  --yellow: #ffd21f;
  --yellow-strong: #f2bd00;
  --cream: #fff9df;
  --paper: #f7f7f4;
  --white: #ffffff;
  --muted: #666660;
  --line: #e6e3d8;
  --green: #159453;
  --shadow: 0 18px 48px rgba(16, 16, 16, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--black); background: var(--white); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; line-height: 1.08; }
h1 { font-size: clamp(3rem, 5.7vw, 5.45rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
h3 { font-size: 1.25rem; }
mark { padding: 0; color: var(--yellow); background: transparent; }
:focus-visible { outline: 3px solid #0089c7; outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: var(--black); background: var(--yellow); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 10px; color: #8a6b00; font-size: 0.77rem; font-weight: 900; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
.button, .header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-weight: 900; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.button-primary, .header-cta { color: var(--black); background: var(--yellow); box-shadow: 0 10px 22px rgba(242, 189, 0, 0.22); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.08); }
.button-dark { color: var(--white); background: var(--black); }
.button-outline { color: var(--black); border-color: #cfc8ad; background: var(--white); }
.button-whatsapp { color: var(--white); background: var(--green); }

.site-header { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 78px; padding: 10px max(24px, calc((100vw - 1240px) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; font-size: .94rem; font-weight: 900; }
.brand img { width: 82px; height: 48px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 28px); }
.site-nav a { position: relative; padding: 11px 0; color: #373735; font-size: .9rem; font-weight: 750; }
.site-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--yellow-strong); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { min-height: 44px; padding-inline: 16px; font-size: .85rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--black); transition: transform 180ms ease, opacity 180ms ease; }
.site-header.is-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.is-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 670px; overflow: hidden; color: var(--white); background: var(--black) url("../assets/images/hero-oculos-balcao-vd-amplo.png") center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.98) 0%, rgba(8,8,8,.91) 40%, rgba(8,8,8,.35) 75%, rgba(8,8,8,.15) 100%); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: var(--yellow); content: ""; }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; width: min(1440px, calc(100% - 48px)); min-height: 670px; margin: 0 auto; padding: 54px 0; }
.hero-copy { max-width: 540px; }
.hero h1 { max-width: 540px; font-size: clamp(2.85rem, 5.15vw, 4.95rem); letter-spacing: 0; }
.hero-text { max-width: 540px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-trust { display: grid; grid-template-columns: repeat(4, max-content); gap: 18px; margin-top: 34px; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 750; }
.hero-trust span::before { margin-right: 7px; color: var(--yellow); content: "✓"; font-weight: 900; }
.hero-locations { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hero-locations span { padding: 7px 12px; color: var(--black); background: var(--yellow); border-radius: 999px; font-size: .78rem; font-weight: 900; }

.section { padding: 92px max(24px, calc((100vw - 1240px) / 2)); }
.section-heading { max-width: 1100px; margin: 0 auto 38px; }
.section-heading.centered { max-width: 780px; text-align: center; }
.section-heading p:last-child { margin: 16px auto 0; color: var(--muted); font-size: 1.03rem; }

.products { position: relative; overflow: hidden; padding-top: 68px; padding-bottom: 64px; background: radial-gradient(circle at 50% 5%, rgba(255,219,84,.24), rgba(255,249,223,.52) 21%, transparent 48%), linear-gradient(180deg, #fffdf8 0%, #fffaf0 54%, #fff 100%); }
.products::before, .products::after { position: absolute; top: -180px; width: 360px; height: 360px; border: 1px solid rgba(214,164,0,.16); border-radius: 50%; content: ""; pointer-events: none; }
.products::before { left: -150px; box-shadow: 34px 24px 0 -1px transparent, 34px 24px 0 0 rgba(214,164,0,.1), 70px 50px 0 -1px transparent, 70px 50px 0 0 rgba(214,164,0,.07); }
.products::after { right: -150px; box-shadow: -34px 24px 0 -1px transparent, -34px 24px 0 0 rgba(214,164,0,.1), -70px 50px 0 -1px transparent, -70px 50px 0 0 rgba(214,164,0,.07); }
.product-heading { position: relative; z-index: 1; max-width: 700px; margin-bottom: 24px; }
.product-heading::before, .product-heading::after { display: none; }
.product-heading .eyebrow { display: inline-flex; align-items: center; gap: 24px; margin-bottom: 12px; color: #c89400; font-size: .68rem; letter-spacing: .32em; }
.product-heading .eyebrow::before, .product-heading .eyebrow::after { display: block; width: 46px; height: 1px; background: rgba(200,148,0,.55); content: ""; }
.product-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4vw, 3.15rem); font-weight: 800; line-height: .94; letter-spacing: -.02em; }
.product-heading h2 span { color: #c89400; font-family: "Segoe Script", "Lucida Handwriting", "Brush Script MT", cursive; font-size: .82em; font-weight: 400; letter-spacing: 0; white-space: nowrap; }
.product-heading p:last-child { max-width: 650px; margin-top: 16px; color: #555550; font-size: .82rem; line-height: 1.45; }
.product-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 12px; width: min(100%, 1120px); margin: 0 auto; }
.product-card { display: flex; grid-column: span 3; flex-direction: column; min-width: 0; min-height: 330px; overflow: hidden; background: var(--white); border: 1px solid rgba(16,16,16,.09); border-radius: 12px; box-shadow: 0 14px 34px rgba(16,16,16,.07); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.product-card:nth-child(5) { grid-column: 2 / span 3; }
.product-card:hover { border-color: rgba(200,148,0,.28); box-shadow: 0 18px 38px rgba(16,16,16,.11); transform: translateY(-3px); }
.product-card.featured { border-color: rgba(16,16,16,.09); }
.product-media { display: grid; place-items: center; height: 126px; padding: 18px 20px 8px; background: linear-gradient(180deg, #fff, #fbfaf7); }
.product-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-media-duo { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.product-media-duo img { min-width: 0; }
.product-content { position: relative; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 0 20px 16px; }
.product-icon { display: inline-grid; place-items: center; width: 34px; height: 34px; margin: -12px 0 10px; color: var(--black); background: #ffe680; border: 1px solid rgba(200,148,0,.48); border-radius: 50%; box-shadow: 0 7px 14px rgba(200,148,0,.16); }
.product-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.product-content h3 { font-size: 1.08rem; font-weight: 850; line-height: 1.12; }
.product-content p { min-height: 38px; margin: 7px 0 0; color: #4f4f4b; font-size: .76rem; font-weight: 500; line-height: 1.42; }
.product-content i { display: block; width: 28px; height: 1px; margin: 10px 0 10px; background: #d6a400; }
.product-content small { display: block; min-height: 43px; color: #4f4f4b; font-size: .74rem; font-weight: 500; line-height: 1.42; }
.product-price { display: block; margin: 0 0 15px; color: #c89400; font-size: 1.38rem; line-height: 1; font-weight: 900; }
.product-price.orange, .product-price.green { color: #c89400; }
.product-content button, .product-content .product-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 36px; margin-top: auto; padding: 0 12px 0 18px; color: #b38200; background: var(--white); border: 1px solid rgba(200,148,0,.76); border-radius: 7px; cursor: pointer; font-size: .68rem; font-weight: 900; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.product-card.featured .product-content button { color: var(--white); background: linear-gradient(180deg, #e1b000, #c99500); border-color: transparent; }
.product-content button:hover, .product-content .product-link:hover { background: #fff8da; border-color: #c89400; box-shadow: 0 8px 18px rgba(200,148,0,.17); transform: translateY(-1px); }
.product-card.featured .product-content button:hover { background: linear-gradient(180deg, #edbd07, #c99500); }
.product-content button span, .product-content .product-link span { font-size: 1.25rem; font-weight: 800; line-height: 1; }
.product-card:first-child .product-media,
.product-card:has(.product-media img) .product-media { height: 150px; padding: 20px 22px 10px; }
.product-card:first-child .product-media img,
.product-card:has(.product-media img) .product-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-card:first-child .product-content,
.product-card:has(.product-media img) .product-content { padding-top: 0; }
.product-card:first-child .product-icon,
.product-card:has(.product-media img) .product-icon { margin: -16px 0 12px; }
.product-card:first-child .product-content h3,
.product-card:has(.product-media img) .product-content h3 { position: relative; z-index: 1; }
.product-card:has(.product-media img) .product-media img.product-photo-cover { object-fit: cover; object-position: center 56%; }
.benefit-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); width: min(100%, 1000px); margin: 20px auto 0; overflow: hidden; background: rgba(255,255,255,.92); border: 1px solid rgba(16,16,16,.08); border-radius: 14px; box-shadow: 0 16px 34px rgba(16,16,16,.06); }
.benefit-strip span { display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; min-height: 62px; padding: 11px 16px; color: var(--black); background: rgba(255,255,255,.72); border-right: 1px solid rgba(16,16,16,.12); text-align: left; line-height: 1.13; text-transform: uppercase; }
.benefit-strip span:last-child { border-right: 0; }
.benefit-strip svg { grid-row: 1 / 3; flex: 0 0 auto; width: 28px; height: 28px; color: #d0a000; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-strip strong { display: block; font-size: .67rem; font-weight: 950; }
.benefit-strip small { display: block; margin-top: 2px; color: #696964; font-size: .58rem; font-weight: 650; text-transform: none; }

.promotions { position: relative; min-height: 620px; overflow: hidden; padding-block: clamp(56px, 7vw, 86px); background: linear-gradient(110deg, #fff 0%, #fffdf8 54%, #fff8df 100%); }
.promotions::before, .promotions::after { position: absolute; border: clamp(34px, 6vw, 66px) solid rgba(247,196,0,.16); border-radius: 50%; content: ""; pointer-events: none; }
.promotions::before { bottom: -190px; left: -190px; width: 330px; height: 330px; }
.promotions::after { top: -210px; right: -135px; width: 360px; height: 360px; }
.promotions-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px, .9fr) minmax(330px, 1.1fr); gap: clamp(36px, 7vw, 96px); align-items: center; max-width: 1240px; margin: 0 auto; padding-inline: max(24px, calc((100vw - 1240px) / 2)); }
.promotions-copy { align-self: center; max-width: 440px; }
.promotions-kicker { display: flex; align-items: center; gap: 16px; margin: 0 0 18px; color: #c89500; font-size: .8rem; font-weight: 950; letter-spacing: .36em; text-transform: uppercase; }
.promotions-kicker span { width: 54px; height: 2px; background: #d9a300; }
.promotions-copy h2 { color: #0b0b0b; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.2rem, 9vw, 7.2rem); font-weight: 800; line-height: .86; letter-spacing: 0; text-shadow: 0 8px 18px rgba(0,0,0,.08); }
.promotions-copy p:not(.promotions-kicker) { margin: 16px 0 0; color: #5d5d5d; font-size: clamp(1rem, 1.6vw, 1.2rem); }
.promotions-copy i { display: block; width: 72px; height: 3px; margin-top: 30px; background: #d9a300; }
.promotions-stage { position: relative; display: grid; grid-template-areas: "prev phone next" ". dots ."; grid-template-columns: auto minmax(220px, 320px) auto; gap: 18px; align-items: center; justify-content: center; }
.promotions-phone { grid-area: phone; width: min(320px, 42vw); aspect-ratio: 9 / 16; padding: 12px; overflow: hidden; background: rgba(255,255,255,.72); border: 1px solid rgba(0,0,0,.05); border-radius: 34px; box-shadow: 0 22px 70px rgba(0,0,0,.12); }
.promotions-track { display: flex; width: 100%; height: 100%; overflow: visible; transform: translateX(0); transition: transform 300ms ease; }
.promotions-slide { display: grid; flex: 0 0 100%; width: 100%; min-width: 100%; height: 100%; overflow: hidden; visibility: hidden; place-items: center; pointer-events: none; }
.promotions-slide.is-active { visibility: visible; pointer-events: auto; }
.promotions-media { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #f8f8f8; border-radius: 25px; }
.promotions-placeholder { display: grid; place-items: center; align-content: center; gap: 10px; height: 100%; color: #c1c1c1; text-align: center; background: linear-gradient(145deg, #fff, #f8f8f8); border: 2px dashed #d8d8d8; border-radius: 25px; }
.promotions-play { display: grid; place-items: center; width: 48px; height: 48px; color: #c9c9c9; border: 2px solid #d5d5d5; border-radius: 50%; }
.promotions-play svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.promotions-placeholder strong { font-size: .76rem; font-weight: 800; }
.promotions-placeholder small { font-size: .74rem; }
.promotions-arrow { display: grid; place-items: center; width: 48px; height: 48px; color: #090909; background: #fff; border: 0; border-radius: 999px; box-shadow: 0 16px 34px rgba(213,160,0,.2); cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease; }
.promotions-arrow:hover { box-shadow: 0 18px 38px rgba(213,160,0,.28); transform: translateY(-2px); }
.promotions-arrow svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.promotions-arrow-prev { grid-area: prev; }
.promotions-arrow-next { grid-area: next; }
.promotions-dots { grid-area: dots; display: flex; justify-content: center; gap: 12px; margin-top: 10px; }
.promotions-dots button { width: 13px; height: 13px; padding: 0; background: #d7d7d7; border: 0; border-radius: 50%; cursor: pointer; }
.promotions-dots button.is-active { background: #d9a300; }

.benefits { background: var(--paper); }
.benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.benefit-block { display: grid; grid-template-columns: 1fr 44%; min-height: 330px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 7px; }
.benefit-block > div { padding: 30px; }
.benefit-block > div > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 20px; background: var(--yellow); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.benefit-block h3 { font-size: 1.45rem; }
.benefit-block p { margin: 14px 0 0; color: var(--muted); }
.benefit-block ul { margin: 15px 0 0; padding-left: 18px; color: #41413e; font-size: .9rem; }
.benefit-block li::marker { color: var(--yellow-strong); }
.benefit-block > img { width: 100%; height: 100%; object-fit: cover; }
.benefit-block > img.benefit-image-contain { object-fit: contain; background: var(--white); }
.benefit-block:nth-child(3) > img { object-position: 22% center; }
.work-cta-art { position: relative; align-self: center; justify-self: center; width: min(100%, 560px); }
.work-cta-art img { width: 100%; height: auto; object-fit: contain; }
.work-cta-hotspot { position: absolute; left: 23.04%; top: 68.72%; width: 53.92%; height: 11.76%; min-height: 0; margin: 0; padding: 0; opacity: 1; overflow: hidden; color: transparent; background: transparent; border: 0; border-radius: 14px; box-shadow: none; }
.work-cta-hotspot::before { position: absolute; left: 20%; top: 42%; width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.34); content: ""; transform: scale(1); transition: left 300ms ease, top 300ms ease, width 300ms ease, height 300ms ease, transform 300ms ease, background 300ms ease; }
.work-cta-hotspot-text,
.work-cta-hotspot-hover { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--black); font-size: clamp(.72rem, 1.45vw, 1.12rem); font-weight: 950; white-space: nowrap; transition: opacity 300ms ease, transform 300ms ease; }
.work-cta-hotspot-text { opacity: 0; transform: translateX(0); }
.work-cta-hotspot-hover { opacity: 0; transform: translateX(18%); }
.work-cta-hotspot:hover { color: var(--black); background: rgba(255, 204, 0, .95); box-shadow: 0 10px 24px rgba(0,0,0,.14); transform: none; }
.work-cta-hotspot:hover::before { left: 0; top: 0; width: 100%; height: 100%; background: rgba(255, 218, 32, .98); transform: scale(1.8); }
.work-cta-hotspot:hover .work-cta-hotspot-text { opacity: 0; transform: translateX(45%); }
.work-cta-hotspot:hover .work-cta-hotspot-hover { opacity: 1; transform: translateX(0); }
.work-cta-hotspot:active { transform: scale(.985); }
.work-cta-hotspot b { font-size: 1.2em; line-height: 1; }

.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: minmax(340px, .75fr) minmax(420px, 1fr); gap: clamp(42px, 7vw, 90px); align-items: center; max-width: 1120px; margin: 0 auto; }
.about-image { position: relative; }
.about-image::before { position: absolute; inset: -15px 20% 20px -15px; z-index: 0; background: var(--yellow); content: ""; }
.about-image img { position: relative; z-index: 1; width: 100%; max-height: 600px; object-fit: cover; object-position: center 20%; border-radius: 6px; }
.about-copy p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.about-copy > strong { display: block; margin-top: 25px; font-size: 1.1rem; }
.values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.values span { padding: 8px 11px; background: var(--cream); border: 1px solid #f0df8f; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.work-with-us-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 12px; padding: 0 34px; color: var(--black); background: var(--yellow); border: 0; border-radius: 6px; cursor: pointer; font-size: .83rem; font-weight: 900; box-shadow: 0 10px 22px rgba(242,189,0,.2); transition: transform 180ms ease, box-shadow 180ms ease; }
.work-with-us-button:hover { box-shadow: 0 12px 26px rgba(242,189,0,.25); transform: translateY(-1px); }
.work-cta-hotspot { left: 23.04%; top: 68.72%; width: 53.92%; height: 11.76%; min-height: 0; margin: 0; padding: 0; color: transparent; background: transparent; border-radius: 14px; box-shadow: none; transition: transform 180ms ease, background 300ms ease, box-shadow 300ms ease; }
.work-cta-hotspot:hover { color: var(--black); background: rgba(255, 204, 0, .95); box-shadow: 0 10px 24px rgba(0,0,0,.14); transform: none; }

.work-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 22px; }
.work-modal[hidden] { display: none; }
.work-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.34); backdrop-filter: blur(7px); }
.work-modal-card { position: relative; z-index: 1; width: min(100%, 460px); padding: 34px 34px 28px; color: var(--black); text-align: center; background: var(--white); border-radius: 6px; box-shadow: 0 28px 90px rgba(0,0,0,.34); }
.work-modal-logo { width: 122px; margin: 0 auto 18px; }
.work-modal-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 2.6rem); font-weight: 950; letter-spacing: 0; }
.work-modal-subtitle { margin: 8px 0 0; font-size: 1.35rem; font-weight: 750; }
.work-modal-intro { margin: 28px 0 22px; font-size: 1.1rem; font-weight: 650; }
.work-contact-row { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; align-items: center; margin-top: 14px; text-align: left; }
.work-contact-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--black); background: var(--yellow); border-radius: 50%; }
.work-contact-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.work-contact-icon img { width: 28px; height: 28px; filter: brightness(0); }
.work-contact-box { display: flex; align-items: center; min-height: 52px; min-width: 0; padding: 0 18px; overflow-wrap: anywhere; color: var(--black); background: var(--white); border: 1px solid #d8d8d8; border-radius: 9px; font-size: .98rem; font-weight: 650; box-shadow: inset 0 0 0 1px rgba(0,0,0,.02); }
.work-contact-phone { font-size: 1.16rem; font-weight: 900; }
.work-modal-close { display: inline-flex; align-items: center; justify-content: center; margin-top: 48px; padding: 0; color: var(--black); background: transparent; border: 0; cursor: pointer; font-size: 1.18rem; font-weight: 650; }
body.work-modal-open { overflow: hidden; }
body.work-modal-open .site-header,
body.work-modal-open main,
body.work-modal-open .site-footer { filter: blur(5px); }

.visual-gallery { display: grid; grid-template-columns: .65fr 1.35fr; align-items: stretch; min-height: 560px; color: var(--white); background: var(--black); }
.gallery-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px max(28px, calc((100vw - 1240px) / 2)); padding-right: 46px; }
.gallery-copy h2 { max-width: 440px; }
.gallery-bands { display: grid; place-items: center; min-width: 0; padding: 12px 18px; }
.gallery-bands img { width: min(100%, 1040px); height: 100%; max-height: 540px; object-fit: contain; }

.testimonials { position: relative; overflow: hidden; color: var(--white); background: var(--black); }
.testimonials::before { position: absolute; top: -120px; right: -60px; color: rgba(255,210,31,.06); content: "★"; font-size: 34rem; line-height: 1; }
.testimonials-heading { position: relative; z-index: 1; max-width: 760px; margin: 0 auto 48px; text-align: center; }
.testimonials-heading h2 { font-size: clamp(2.15rem, 4vw, 4.35rem); font-weight: 900; letter-spacing: 0; }
.testimonials-heading > p:last-child { max-width: 620px; margin: 18px auto 0; color: rgba(255,255,255,.7); font-size: 1.04rem; }
.testimonial-marquee { --duration: 52s; --gap: 16px; position: relative; z-index: 1; width: calc(100% + 48px); margin-inline: -24px; overflow: hidden; padding: 8px 0; }
.testimonial-marquee::before, .testimonial-marquee::after { position: absolute; top: 0; bottom: 0; z-index: 2; width: min(13vw, 160px); pointer-events: none; content: ""; }
.testimonial-marquee::before { left: 0; background: linear-gradient(90deg, var(--black), rgba(16,16,16,0)); }
.testimonial-marquee::after { right: 0; background: linear-gradient(270deg, var(--black), rgba(16,16,16,0)); }
.testimonial-marquee-track { display: flex; width: max-content; gap: var(--gap); animation: testimonial-marquee var(--duration) linear infinite; will-change: transform; }
.testimonial-marquee:hover .testimonial-marquee-track { animation-play-state: paused; }
.testimonial-set { display: flex; flex: 0 0 auto; gap: var(--gap); }
.testimonial-card { display: flex; flex: 0 0 320px; flex-direction: column; max-width: 320px; min-height: 230px; padding: 22px; text-align: left; background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.08); border-top-color: rgba(255,210,31,.55); border-radius: 10px; box-shadow: 0 18px 42px rgba(0,0,0,.22); transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.testimonial-card:hover { background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.08)); border-top-color: var(--yellow); transform: translateY(-2px); }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { display: grid; flex: 0 0 48px; place-items: center; width: 48px; height: 48px; color: var(--black); background: var(--yellow); border-radius: 50%; font-size: .88rem; font-weight: 950; }
.testimonial-author h3 { margin: 0; color: var(--white); font-size: 1rem; font-weight: 850; line-height: 1; }
.testimonial-author p { margin: 7px 0 0; color: var(--yellow); font-size: .78rem; font-weight: 900; line-height: 1; letter-spacing: 2px; }
.testimonial-card > p { margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: .96rem; line-height: 1.55; }
@keyframes testimonial-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - (var(--gap) / 2))); } }

.voucher-section { position: relative; overflow: hidden; scroll-margin-top: 78px; background: radial-gradient(circle at 93% 8%, rgba(255,255,255,.72), transparent 26%), radial-gradient(circle at 73% 34%, rgba(255,210,31,.28), transparent 36%), radial-gradient(circle at 0% 0%, rgba(255,255,255,.95), transparent 22%), linear-gradient(105deg, #fffdf5 0%, #fff8e7 46%, #ffe7a8 100%); }
.voucher-section::before { position: absolute; top: -190px; right: 22%; width: 640px; height: 640px; border: 2px solid rgba(224,176,0,.22); border-radius: 50%; content: ""; pointer-events: none; }
.voucher-section::after { position: absolute; right: -108px; bottom: 54px; width: 420px; height: 220px; border-top: 1px solid rgba(224,176,0,.13); border-radius: 50%; box-shadow: -34px -20px 0 -1px transparent, -34px -20px 0 0 rgba(224,176,0,.075), -68px -40px 0 -1px transparent, -68px -40px 0 0 rgba(224,176,0,.055); content: ""; pointer-events: none; transform: rotate(-9deg); }
.voucher-inner { position: relative; display: grid; grid-template-columns: minmax(400px, .86fr) minmax(480px, 1.14fr); align-items: end; max-width: 1240px; min-height: 690px; margin: 0 auto; padding: 58px 42px 0; }
.voucher-content { position: relative; z-index: 2; max-width: 470px; align-self: center; padding: 0 0 64px; }
.voucher-badge { display: inline-flex; align-items: center; gap: 10px; min-height: 34px; margin: 0 0 14px; padding: 0 18px; color: #b88200; background: rgba(255,255,255,.5); border: 1px solid rgba(184,130,0,.45); border-radius: 999px; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.voucher-badge span { font-size: .92rem; }
.voucher-content h2 { color: #075f5c; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 3.6vw, 3.18rem); font-weight: 800; line-height: .94; letter-spacing: -.035em; }
.voucher-content h2::after { display: block; width: 50px; height: 2px; margin-top: 16px; background: #d79a00; content: ""; }
.voucher-content > p:not(.voucher-badge):not(.voucher-privacy) { max-width: 385px; margin: 14px 0 0; color: #46565a; font-size: .95rem; font-weight: 650; line-height: 1.42; }
.voucher-content > p strong { display: block; color: #075f5c; font-weight: 950; }
.voucher-form { display: grid; gap: 9px; margin-top: 24px; }
.field { position: relative; }
.field label { display: block; margin: 0 0 5px; color: #075f5c; font-size: .72rem; font-weight: 850; }
.field-icon { position: absolute; top: 34px; left: 14px; z-index: 1; display: grid; place-items: center; width: 18px; height: 18px; color: #0b7d78; font-size: .92rem; line-height: 1; pointer-events: none; }
.field select, .field input { width: 100%; min-height: 38px; padding: 0 38px; color: #43433f; background: rgba(255,255,255,.86); border: 1px solid rgba(157,146,117,.28); border-radius: 8px; box-shadow: 0 8px 18px rgba(31,27,16,.035); }
.field select:focus, .field input:focus { border-color: rgba(215,154,0,.82); box-shadow: 0 0 0 3px rgba(215,154,0,.12); outline: 0; }
.field small { display: block; min-height: 15px; margin: 3px 0 0 2px; color: #a12417; font-size: .7rem; font-weight: 800; }
.field.has-error input, .field.has-error select { border-color: #b52a1b; box-shadow: 0 0 0 2px rgba(181,42,27,.13); }
.voucher-form > button { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; margin-top: 4px; color: var(--white); background: linear-gradient(90deg, #ff5a00, #ff8b00); border: 0; border-radius: 10px; cursor: pointer; font-size: 1rem; font-weight: 950; box-shadow: 0 14px 26px rgba(255,89,0,.26); transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease; }
.voucher-form > button:hover { filter: saturate(1.08); box-shadow: 0 17px 32px rgba(255,89,0,.3); transform: translateY(-1px); }
.voucher-form > button span { display: grid; place-items: center; width: 28px; height: 28px; color: #ff6800; background: var(--white); border-radius: 50%; font-size: 1.05rem; }
.voucher-privacy { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 12px 0 0; color: #5e6a6d; font-size: .72rem; font-weight: 650; }
.voucher-privacy span { color: #075f5c; font-size: .9rem; }
.voucher-image { position: relative; z-index: 1; align-self: stretch; min-height: 650px; margin-left: 0; width: 100%; }
.voucher-image::before { position: absolute; top: 20px; left: -6%; z-index: 0; width: 640px; height: 640px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: radial-gradient(circle at 58% 44%, rgba(255,255,255,.18), rgba(255,255,255,.05) 58%, transparent 60%); content: ""; pointer-events: none; }
.voucher-image img { position: absolute; left: -18px; bottom: 0; z-index: 1; width: min(142%, 960px); height: min(100%, 690px); max-height: none; object-fit: contain; object-position: left bottom; border-radius: 0; }
.voucher-result { grid-column: 1 / -1; align-self: center; justify-self: center; width: min(100%, 720px); margin: 58px 0; padding: 36px; text-align: center; background: var(--white); border: 3px dashed var(--black); box-shadow: var(--shadow); }
.voucher-result[hidden] { display: none; }
.voucher-result > img { width: 120px; margin: 0 auto 12px; }
.voucher-result > p:first-of-type { margin-bottom: 0; color: #846700; font-weight: 900; text-transform: uppercase; }
.voucher-percent { display: block; color: var(--yellow-strong); font-size: 6rem; line-height: 1; }
.voucher-result > h2 { font-size: 2.2rem; }
.voucher-result > p { max-width: 570px; margin: 14px auto 0; }
.voucher-result dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 26px 0; background: var(--line); border: 1px solid var(--line); }
.voucher-result dl div { padding: 14px; background: var(--paper); }
.voucher-result dt { color: var(--muted); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.voucher-result dd { margin: 5px 0 0; font-weight: 900; }
.voucher-guidance { font-weight: 800; }
.voucher-result > small { display: block; margin-top: 10px; color: var(--muted); }
.voucher-result-actions { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }

.units { background: var(--paper); }
.units-hero { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr); align-items: stretch; width: min(1120px, 100%); min-height: 260px; margin: 0 auto 28px; overflow: hidden; background: var(--white); border: 1px solid #ede7d6; border-radius: 10px; box-shadow: 0 18px 46px rgba(16,16,16,.08); }
.units-hero-copy { display: grid; align-content: center; padding: 36px 40px; }
.units-hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px; color: #c28d00; font-size: .75rem; }
.units-hero-copy .eyebrow::before { width: 8px; height: 8px; content: ""; background: var(--yellow); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.units-hero-copy h2 { max-width: 480px; margin: 0; color: var(--black); font-size: clamp(2rem, 4.2vw, 3.45rem); line-height: .98; letter-spacing: -.02em; }
.units-hero-copy h2 mark { color: #d99600; background: transparent; }
.units-hero-copy p:last-child { margin: 20px 0 0; color: #313131; font-size: 1rem; line-height: 1.65; }
.units-hero-image { position: relative; min-height: 260px; overflow: hidden; background: #111; }
.units-hero-image::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.18) 26%, rgba(255,255,255,0) 46%); pointer-events: none; }
.units-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); }
.units-central { display: grid; grid-template-columns: auto auto 1px 1fr auto; align-items: center; gap: 18px; width: min(980px, 100%); margin: 0 auto 26px; padding: 18px 24px; background: var(--white); border: 1px solid #ebe4d2; border-radius: 9px; box-shadow: 0 16px 40px rgba(16,16,16,.08); }
.central-icon { display: grid; place-items: center; width: 54px; height: 54px; color: #d19600; background: #fff5cc; border: 1px solid #f1d978; border-radius: 50%; font-size: 1.6rem; font-weight: 900; }
.central-copy span, .central-whatsapp strong { display: block; color: #a77a00; font-size: .68rem; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.central-copy strong { display: block; margin-top: 4px; color: var(--black); font-size: 1.32rem; line-height: 1; }
.central-divider { width: 1px; height: 42px; background: #e9dba6; }
.central-whatsapp { display: flex; align-items: center; gap: 12px; min-width: 0; color: var(--black); }
.central-whatsapp img { width: 34px; height: 34px; }
.central-whatsapp small { display: block; margin-top: 3px; color: var(--muted); font-size: .78rem; }
.central-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; color: var(--white); background: var(--green); border-radius: 7px; font-size: .86rem; font-weight: 950; white-space: nowrap; box-shadow: 0 10px 22px rgba(22,163,90,.18); }
.units-layout { display: grid; grid-template-columns: minmax(360px, .72fr) minmax(460px, 1.28fr); gap: 24px; align-items: stretch; }
.unit-column { min-width: 0; }
.unit-column > h3 { margin: 0 0 12px; color: #8a6b00; font-size: .86rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.unit-list { display: grid; grid-template-columns: 1fr; gap: 12px; min-width: 0; }
.unit-card { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr) 116px; align-items: center; gap: 12px; min-height: 112px; padding: 12px; overflow: visible; text-align: left; background: var(--white); border: 1px solid #e7e1d2; border-radius: 8px; cursor: pointer; box-shadow: 0 8px 24px rgba(16,16,16,.055); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.unit-card:hover { border-color: #d7c36e; box-shadow: 0 14px 32px rgba(16,16,16,.09); transform: translateY(-2px); }
.unit-card.is-active { background: #fffbea; border-color: var(--yellow-strong); box-shadow: 0 16px 38px rgba(16,16,16,.12); }
.unit-card-office { border-color: rgba(0,143,168,.28); }
.unit-card-office.is-active { background: #effcff; border-color: #008fa8; box-shadow: 0 16px 38px rgba(0,143,168,.13); }
.unit-pin { position: absolute; top: -8px; left: -8px; width: 26px; height: 26px; background: var(--yellow); border: 2px solid var(--white); border-radius: 50% 50% 50% 0; box-shadow: 0 4px 10px rgba(16,16,16,.13); transform: rotate(-45deg); }
.unit-pin::after { position: absolute; top: 8px; left: 8px; width: 8px; height: 8px; content: ""; background: var(--black); border-radius: 50%; }
.unit-thumb { width: 92px; height: 82px; overflow: hidden; background: #fff6c7; border: 1px solid #f0e4aa; border-radius: 7px; }
.unit-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.unit-card-copy, .unit-card-copy span, .unit-card-copy strong, .unit-card-copy small, .unit-card-copy em { display: block; min-width: 0; }
.unit-card-copy .unit-card-label { margin-bottom: 5px; color: #9a7600; font-size: .67rem; font-weight: 900; line-height: 1.22; text-transform: uppercase; }
.unit-card-copy strong { color: var(--black); font-size: .91rem; line-height: 1.28; }
.unit-card-copy small { margin-top: 5px; color: var(--muted); font-size: .78rem; white-space: nowrap; }
.unit-card-copy em { margin-top: 7px; color: #007c95; font-size: .66rem; font-style: normal; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.unit-card-copy small img { flex: 0 0 auto; width: 16px; height: 16px; }
.unit-card-actions { display: grid; gap: 8px; width: 116px; }
.unit-action { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 36px; padding: 0 9px; border-radius: 7px; font-size: .72rem; font-weight: 900; white-space: nowrap; cursor: pointer; }
.unit-action img { width: 16px; height: 16px; }
.unit-action-whatsapp { color: #126f3b; background: #eaffef; border: 1px solid #d2f4da; }
.unit-action-route { color: var(--black); background: #fff1bf; border: 1px solid #f5de89; }
.unit-action-route span { color: #a87b00; font-size: .78rem; }
.map-column { display: grid; min-width: 0; }
.map-frame-wrap { min-height: 600px; overflow: hidden; background: #ece8da; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(16,16,16,.06); }
#unit-map { width: 100%; height: 600px; z-index: 1; }
.map-frame-wrap noscript { display: grid; place-items: center; min-height: 600px; }
.vd-map-marker-wrap { background: transparent; border: 0; }
.vd-map-marker { position: relative; display: block; width: 36px; height: 44px; background: url("../assets/icons/marker-vd-v.png") center / contain no-repeat; filter: drop-shadow(0 5px 10px rgba(16,16,16,.32)); transition: width 180ms ease, height 180ms ease, filter 180ms ease; }
.vd-map-marker::after { display: none; }
.vd-map-marker.is-active { width: 42px; height: 50px; filter: drop-shadow(0 7px 14px rgba(16,16,16,.4)); }
.vd-map-marker.is-active::before { position: absolute; inset: -7px; content: ""; border: 2px solid rgba(255,194,0,.45); border-radius: 50%; animation: marker-pulse 1.5s ease-out infinite; }
.vd-map-marker.is-office { background-image: url("../assets/icons/marker-vd-v.png"); }
.vd-map-marker.is-office.is-active { filter: drop-shadow(0 7px 14px rgba(16,16,16,.4)); }
.vd-map-marker.is-office.is-active::before { border-color: rgba(255,194,0,.45); }
.office-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 22px; color: var(--black); background: linear-gradient(180deg, #f7fdff, var(--white)); border: 1px solid rgba(0,143,168,.35); border-radius: 10px; box-shadow: 0 14px 34px rgba(0,71,91,.09); cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.office-card:hover { border-color: rgba(0,143,168,.62); box-shadow: 0 18px 42px rgba(0,71,91,.13); transform: translateY(-2px); }
.office-card.is-active { background: #effcff; border-color: #008fa8; box-shadow: 0 18px 42px rgba(0,143,168,.18); }
.office-pin { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; background: #e6fbff; border: 1px solid rgba(0,143,168,.35); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.office-pin::after { width: 10px; height: 10px; background: #008fa8; border-radius: 50%; content: ""; }
.office-kicker { color: #007c95; font-size: .72rem; font-weight: 950; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.office-card h3 { margin: 10px 0 0; font-size: 1.35rem; line-height: 1.12; }
.office-card > strong { display: inline-flex; align-self: flex-start; margin-top: 14px; padding: 6px 9px; color: #006f86; background: #e6fbff; border: 1px solid rgba(0,143,168,.2); border-radius: 999px; font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.office-card p { margin: 18px 0 0; color: #3e4b4f; font-size: .9rem; line-height: 1.48; }
.office-phone { display: block; margin-top: 18px; color: #007c95; font-size: .98rem; font-weight: 900; }
.office-card > small { display: block; margin-top: 12px; color: #617075; font-size: .78rem; font-weight: 750; }
.office-actions { display: grid; gap: 9px; margin-top: auto; padding-top: 22px; }
.office-action { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 14px; border-radius: 7px; font-size: .82rem; font-weight: 950; }
.office-action-whatsapp { color: var(--white); background: var(--green); }
.office-action-route { color: #006f86; background: var(--white); border: 1px solid rgba(0,143,168,.5); }
.leaflet-div-icon { background: transparent; border: 0; }
.leaflet-popup-content-wrapper { border-radius: 6px; box-shadow: 0 8px 24px rgba(16,16,16,.16); }
.leaflet-popup-content { margin: 12px 14px; font-family: inherit; line-height: 1.35; }
.leaflet-popup-content strong { display: block; margin-bottom: 3px; }
.leaflet-control-attribution { font-size: 9px; }
.map-load-error { display: grid; place-items: center; height: 100%; min-height: inherit; margin: 0; padding: 30px; text-align: center; }
@keyframes marker-pulse { from { opacity: .75; transform: scale(.72); } to { opacity: 0; transform: scale(1.28); } }

.social { position: relative; z-index: 4; display: flex; align-items: center; justify-content: center; gap: 24px; width: min(980px, calc(100% - 40px)); margin: -36px auto -34px; padding: 18px 22px; background: var(--white); border: 1px solid rgba(230, 227, 216, .9); border-radius: 10px; box-shadow: 0 18px 42px rgba(16, 16, 16, .12); }
.social > div:first-child { max-width: 300px; }
.social h2 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
.social-links { display: grid; grid-template-columns: repeat(4, minmax(112px, 1fr)); gap: 10px; width: min(100%, 600px); }
.social-links a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 10px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-weight: 850; box-shadow: 0 8px 18px rgba(16, 16, 16, .05); }
.social-links img, .footer-social img { width: 20px; height: 20px; }

.site-footer { display: grid; grid-template-columns: 1.25fr .65fr auto; gap: 36px; padding: 52px max(24px, calc((100vw - 1240px) / 2)) 26px; color: var(--white); background: var(--black); }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-brand img { width: 90px; padding: 5px; background: var(--white); border-radius: 5px; }
.footer-brand p { max-width: 300px; margin: 7px 0 0; color: rgba(255,255,255,.65); }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 7px; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.7); font-size: .9rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--yellow); }
.footer-social { display: flex; gap: 7px; }
.footer-social a { display: grid; place-items: center; width: 42px; height: 42px; background: rgba(255,255,255,.1); border-radius: 5px; }
.footer-social img { filter: brightness(0) invert(1); }
.copyright { grid-column: 1 / -1; margin: 18px 0 0; padding-top: 22px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.14); }


@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 22px; }
  .menu-toggle { display: block; justify-self: end; grid-column: 2; grid-row: 1; }
  .site-nav { position: fixed; top: 78px; right: 18px; left: 18px; display: none; flex-direction: column; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
  .site-header.is-open .site-nav { display: flex; }
  .site-nav a { padding: 12px 9px; }
  .header-cta { grid-column: 3; grid-row: 1; }
  .hero-trust { grid-template-columns: repeat(2, max-content); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 720px); }
  .product-card, .product-card:nth-child(5) { grid-column: auto; }
  .benefit-strip { grid-template-columns: repeat(3, 1fr); }
  .benefit-strip span { border-bottom: 1px solid rgba(16,16,16,.13); }
  .benefit-strip span:nth-child(3n) { border-right: 0; }
  .benefit-strip span:nth-child(n+4) { border-bottom: 0; }
  .units-layout { grid-template-columns: minmax(330px, .78fr) minmax(380px, 1.22fr); gap: 18px; }
  .unit-card { grid-template-columns: 82px minmax(0, 1fr) 108px; }
  .unit-thumb { width: 82px; height: 76px; }
  .unit-card-actions { display: flex; width: 108px; }
  .unit-action { flex: 1; min-width: 0; }
  .map-frame-wrap, #unit-map { min-height: 520px; height: 520px; }
  .site-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding-block: 70px; }
  .hero, .hero-inner { min-height: 720px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,8,8,.96), rgba(8,8,8,.78) 67%, rgba(8,8,8,.55)); }
  .benefits-grid, .about-layout, .visual-gallery, .voucher-inner, .units-layout { grid-template-columns: 1fr; }
  .promotions-inner { grid-template-columns: 1fr; text-align: center; }
  .promotions-copy { margin: 0 auto; }
  .promotions-copy i { margin-inline: auto; }
  .promotions-stage { grid-template-columns: auto minmax(220px, 300px) auto; }
  .promotions-phone { width: min(300px, 58vw); }
  .benefit-block { grid-template-columns: 1fr 42%; }
  .about-layout { max-width: 620px; }
  .visual-gallery { min-height: 0; }
  .gallery-copy { padding: 58px 24px; }
  .gallery-bands { padding: 8px 24px 46px; }
  .gallery-bands img { height: auto; max-height: 360px; }
  .testimonial-marquee { --duration: 46s; width: calc(100% + 36px); margin-inline: -18px; }
  .testimonial-card { flex-basis: 300px; max-width: 300px; }
  .voucher-section::before { top: 36%; right: -160px; width: 420px; height: 420px; }
  .voucher-inner { min-height: 0; padding: 60px 24px 0; }
  .voucher-content { justify-self: center; width: min(100%, 430px); padding-bottom: 30px; }
  .voucher-image { justify-self: center; width: min(100%, 560px); min-height: 470px; margin-left: 0; }
  .voucher-image::before { top: 18px; left: 50%; width: 390px; height: 390px; transform: translateX(-50%); }
  .voucher-image img { left: 50%; width: min(118%, 660px); height: 460px; transform: translateX(-50%); }
  .units-hero { grid-template-columns: 1fr; width: min(100%, 620px); }
  .units-hero-copy { padding: 36px 28px 28px; }
  .units-hero-image { min-height: 250px; }
  .units-hero-image::before { background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0)); }
  .units-central { grid-template-columns: auto 1fr; width: min(100%, 620px); }
  .central-divider { display: none; }
  .central-whatsapp, .central-button { grid-column: 1 / -1; }
  .units-layout { grid-template-columns: 1fr; }
  .unit-list { grid-template-columns: 1fr; }
  .unit-column { order: 1; }
  .map-column { order: 2; }
  .unit-card { grid-template-columns: 88px minmax(0, 1fr); }
  .unit-card-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; width: 100%; }
  .map-frame-wrap, #unit-map { min-height: 430px; height: 430px; }
  .social { display: grid; }
  .social-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 120px; }
  .site-header { grid-template-columns: 1fr auto; gap: 8px; min-height: 70px; padding: 8px 16px; }
  .brand img { width: 68px; height: 40px; }
  .brand span { max-width: 120px; font-size: .82rem; }
  .menu-toggle { grid-column: 2; }
  .header-cta { grid-column: 1 / -1; grid-row: 2; width: 100%; min-height: 40px; }
  .site-nav { top: 118px; }
  .hero { background-position: 62% center; }
  .hero, .hero-inner { min-height: 730px; }
  .hero-inner { width: calc(100% - 36px); padding: 48px 0; }
  .hero h1 { font-size: 2.65rem; }
  .hero-text { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-trust { grid-template-columns: 1fr; gap: 8px; }
  .section { padding: 60px 18px; }
  .units-hero-copy h2 { font-size: 2.15rem; }
  .units-hero-copy p:last-child { font-size: .95rem; }
  .benefits-grid, .unit-list, .social-links { grid-template-columns: 1fr; }
  .promotions { min-height: 0; padding-block: 46px 52px; }
  .promotions-inner { gap: 26px; padding-inline: 18px; }
  .promotions-copy h2 { font-size: 4rem; }
  .promotions-kicker { justify-content: center; gap: 12px; font-size: .68rem; letter-spacing: .24em; }
  .promotions-kicker span { width: 42px; }
  .promotions-stage { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 8px; width: 100%; }
  .promotions-phone { width: min(235px, calc(100vw - 128px)); padding: 9px; border-radius: 28px; }
  .promotions-arrow { width: 42px; height: 42px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: min(100%, 540px); }
  .products { padding-top: 58px; padding-bottom: 56px; }
  .products::before, .products::after { display: none; }
  .product-heading .eyebrow { gap: 14px; }
  .product-heading .eyebrow::before, .product-heading .eyebrow::after { width: 28px; }
  .product-heading h2 { font-size: 2.05rem; line-height: 1; }
  .product-heading h2 span { font-size: .88em; }
  .product-grid { gap: 16px; width: min(100%, 330px); }
  .product-card { min-height: 0; }
  .product-card:has(.product-media img) .product-media { height: 120px; padding: 16px 14px 8px; }
  .product-content { padding: 0 14px 16px; }
  .product-icon { width: 30px; height: 30px; margin-bottom: 10px; }
  .product-icon svg { width: 17px; height: 17px; }
  .product-content h3 { font-size: .96rem; }
  .product-content p { min-height: 50px; font-size: .7rem; }
  .product-content small { min-height: 58px; font-size: .68rem; }
  .product-price { font-size: 1.12rem; }
  .product-content button, .product-content .product-link { min-height: 34px; padding-inline: 10px; font-size: .56rem; }
  .product-content p, .product-content small { min-height: 0; }
  .product-content button, .product-content .product-link { width: 100%; }
  .unit-card { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; min-height: 0; padding: 14px; }
  .unit-thumb { grid-column: 1; grid-row: 1; width: 72px; height: 78px; }
  .unit-card-copy { grid-column: 2; grid-row: 1; }
  .unit-card-copy strong { font-size: .95rem; }
  .unit-card-copy small { white-space: normal; }
  .unit-card-actions { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .unit-action { min-height: 44px; }
  .units-central { padding: 16px; }
  .central-copy strong { font-size: 1.15rem; }
  .benefit-strip { grid-template-columns: 1fr; width: min(100%, 330px); }
  .benefit-strip span { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(16,16,16,.13); }
  .benefit-strip span:last-child { border-bottom: 0; }
  .benefit-block { grid-template-columns: 1fr; }
  .benefit-block > img { height: 230px; }
  .work-cta-art { align-self: stretch; width: 100%; }
  .about-image::before { inset: -10px 16% 15px -10px; }
  .gallery-bands { padding-inline: 18px; }
  .gallery-bands img { max-height: 250px; }
  .testimonials-heading { margin-bottom: 34px; }
  .testimonial-marquee { --gap: 12px; width: calc(100% + 24px); margin-inline: -12px; }
  .testimonial-marquee::before, .testimonial-marquee::after { width: 42px; }
  .testimonial-card { flex-basis: min(82vw, 320px); max-width: min(82vw, 320px); min-height: 220px; padding: 20px; }
  .voucher-section::before, .voucher-section::after { display: none; }
  .voucher-inner { padding: 52px 18px 0; }
  .voucher-content h2 { font-size: 2.55rem; }
  .voucher-content > p:not(.voucher-badge):not(.voucher-privacy) { font-size: .9rem; }
  .field select, .field input { min-height: 42px; }
  .field-icon { top: 36px; }
  .voucher-form > button { width: 100%; min-height: 50px; }
  .voucher-image { min-height: 390px; padding-top: 12px; }
  .voucher-image::before { width: 310px; height: 310px; }
  .voucher-image img { left: 50%; width: min(122%, 470px); height: 360px; transform: translateX(-50%); }
  .voucher-result { margin: 40px 0; padding: 24px 16px; }
  .voucher-percent { font-size: 5rem; }
  .voucher-result dl { grid-template-columns: 1fr; }
  .voucher-result-actions { flex-direction: column; }
  .voucher-result-actions .button { width: 100%; }
  .map-frame-wrap, #unit-map { min-height: 400px; height: 400px; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .testimonial-marquee { width: 100%; margin-inline: 0; }
  .testimonial-marquee-track { width: auto; flex-wrap: wrap; justify-content: center; transform: none; }
  .testimonial-set { flex-wrap: wrap; justify-content: center; }
  .testimonial-set[aria-hidden="true"] { display: none; }
}

@media print {
  body * { visibility: hidden !important; }
  .voucher-result, .voucher-result * { visibility: visible !important; }
  .voucher-result { position: absolute; inset: 0; width: 100%; margin: 0; box-shadow: none; }
  .voucher-result-actions { display: none !important; }
}

.floating-whatsapp { position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px); z-index: 900; display: block; width: min(320px, calc(100vw - 28px)); padding: 0; border: 0; border-radius: 0; background: transparent; line-height: 0; box-shadow: none; transition: transform 180ms ease, filter 180ms ease; }
.floating-whatsapp:hover { filter: drop-shadow(0 12px 22px rgba(0,0,0,.2)); transform: translateY(-2px); }
.floating-whatsapp img { display: block; width: 100%; height: auto; object-fit: contain; }

@media (max-width: 520px) {
  .floating-whatsapp { right: 12px; bottom: 12px; width: min(230px, calc(100vw - 24px)); }
}
