:root {
  --navy-950: #06152b;
  --navy-900: #071b38;
  --navy-800: #0b2b54;
  --navy-700: #123b6d;
  --blue-600: #135eae;
  --blue-500: #109fd3;
  --cyan-400: #25c6ea;
  --ice-100: #edf8fc;
  --ice-50: #f5fbfd;
  --white: #ffffff;
  --ink: #0b1e35;
  --muted: #647386;
  --line: #dce7ee;
  --surface: #f7fafc;
  --shadow-sm: 0 12px 30px rgba(5, 27, 56, .08);
  --shadow-lg: 0 28px 80px rgba(5, 27, 56, .18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: min(1180px, calc(100% - 40px));
  --transition: 260ms cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  cursor: auto;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
p { margin: 0; line-height: 1.75; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 10px; background: var(--white); color: var(--navy-900); box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 14px 0;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), padding var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.site-header.is-scrolled, .site-header.is-solid { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-color: rgba(7,27,56,.08); box-shadow: 0 10px 40px rgba(7,27,56,.06); }
.site-header.is-scrolled { padding: 8px 0; }
.header-inner { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 58px; height: 46px; overflow: hidden; border-radius: 13px; background: var(--white); box-shadow: 0 8px 22px rgba(7,27,56,.12); }
.brand-mark img { width: 64px; height: 50px; object-fit: cover; object-position: center; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: -.025em; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; padding: 11px 0; color: #3d4d60; font-size: 14px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--blue-500); transition: right var(--transition); }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav a.is-active { color: var(--navy-900); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; border-radius: 12px; background: var(--ice-100); padding: 12px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy-900); transition: transform var(--transition), opacity var(--transition); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition); }
.button:hover { transform: translateY(-2px); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.icon { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-fill { fill: currentColor; stroke: none; }
.icon-sm { width: 15px; height: 15px; }
.button .icon { width: 19px; height: 19px; transition: transform var(--transition); }
.button:hover .icon-arrow { transform: translate(2px,-2px); }
.button-sm { min-height: 44px; padding-inline: 18px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue-600), var(--blue-500)); box-shadow: 0 12px 30px rgba(16, 117, 183, .25); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(16,117,183,.34); }
.button-ghost { color: var(--navy-900); border-color: rgba(7,27,56,.18); background: rgba(255,255,255,.5); }
.button-ghost:hover { border-color: var(--blue-500); background: var(--white); }
.button-light { color: var(--navy-900); background: var(--white); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.button-outline { color: var(--blue-600); border-color: rgba(19,94,174,.32); background: var(--white); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.eyebrow-light { color: rgba(255,255,255,.72); }
.hero { position: relative; overflow: hidden; min-height: 100vh; padding: 145px 0 0; background: linear-gradient(145deg, #fafdff 0%, #eef8fc 60%, #e4f6fb 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(rgba(7,27,56,.25) .8px, transparent .8px); background-size: 25px 25px; mask-image: linear-gradient(to right, black, transparent 55%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -120px; top: 30px; background: rgba(37,198,234,.18); }
.hero-glow-two { width: 300px; height: 300px; left: 35%; bottom: 20px; background: rgba(87,114,218,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 66px; min-height: 640px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 50px; }
.hero-copy h1 { max-width: 670px; font-size: clamp(52px, 6vw, 86px); }
.hero-copy h1 em, .catalog-hero h1 em { color: var(--blue-500); font-weight: 400; }
.hero-copy > p { max-width: 590px; margin-top: 26px; color: #516274; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 38px; }
.proof-stars, .stars { color: #f2b23c; letter-spacing: .08em; }
.hero-proof > div:not(.proof-stars):not(.proof-divider) { display: grid; gap: 2px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: var(--muted); font-size: 11px; }
.proof-divider { width: 1px; height: 34px; background: rgba(7,27,56,.15); }
.hero-visual { position: relative; min-height: 610px; }
.hero-card { position: absolute; overflow: hidden; border: 7px solid rgba(255,255,255,.85); background: var(--white); box-shadow: var(--shadow-lg); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { width: 72%; height: 480px; right: 4%; top: 38px; border-radius: 130px 28px 130px 28px; }
.hero-card-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,20,43,.74), transparent 42%); }
.hero-card-caption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: grid; gap: 5px; color: var(--white); }
.hero-card-caption span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; opacity: .75; }
.hero-card-caption strong { max-width: 300px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.25; }
.hero-card-small { width: 195px; height: 160px; border-radius: 26px; }
.hero-card-top { left: 0; top: 6px; transform: rotate(-4deg); }
.hero-card-bottom { left: 3%; bottom: 28px; transform: rotate(4deg); }
.floating-badge { position: absolute; right: 0; bottom: 45px; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 14px 17px; border-radius: 17px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); }
.badge-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.5); border-radius: 11px; color: var(--white); background: linear-gradient(145deg, var(--cyan-400), var(--blue-600)); box-shadow: 0 7px 18px rgba(16,159,211,.28); }
.badge-icon .icon { width: 18px; height: 18px; stroke-width: 2; }
.floating-badge > span:last-child { display: grid; gap: 1px; }
.floating-badge small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.floating-badge strong { font-size: 12px; }
.trust-bar { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 28px 28px 0 0; background: var(--white); box-shadow: 0 -16px 48px rgba(7,27,56,.08); }
.trust-item { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid rgba(16,159,211,.22); border-radius: 13px; color: var(--blue-600); background: linear-gradient(145deg, #fff, var(--ice-100)); box-shadow: inset 0 1px 0 #fff, 0 7px 16px rgba(7,27,56,.06); }
.trust-icon .icon { width: 21px; height: 21px; stroke-width: 1.75; }
.trust-item p { display: grid; gap: 4px; line-height: 1.2; }
.trust-item strong { font-size: 13px; }
.trust-item small { color: var(--muted); font-size: 11px; }

.section-heading h2 { max-width: 720px; font-size: clamp(38px, 4.5vw, 64px); }
.split-heading { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading > div:last-child { display: grid; gap: 18px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; color: var(--blue-600); font-size: 13px; font-weight: 800; }
.text-link span { transition: transform var(--transition); }
.text-link:hover span { transform: translate(3px, -3px); }
.collection-section { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 24px; }
.product-card { min-width: 0; }
.product-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 22px; background: var(--surface); }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,23,47,.2), transparent 40%); opacity: 0; transition: opacity var(--transition); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-card:hover .product-image::after { opacity: 1; }
.product-tag { position: absolute; z-index: 2; left: 15px; top: 15px; padding: 8px 12px; border-radius: 999px; color: var(--navy-900); background: rgba(255,255,255,.88); backdrop-filter: blur(12px); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-arrow { position: absolute; z-index: 2; right: 15px; bottom: 15px; display: grid; place-items: center; width: 41px; height: 41px; border-radius: 50%; color: var(--navy-900); background: var(--white); opacity: 0; transform: translateY(8px); transition: opacity var(--transition), transform var(--transition); }
.product-card:hover .product-arrow { opacity: 1; transform: none; }
.product-info { display: flex; justify-content: space-between; gap: 12px; padding: 17px 4px 0; }
.product-info h3 { font-size: 22px; }
.product-info p { margin-top: 5px; color: var(--muted); font-size: 12px; }
.product-info > span { color: #a9b9c8; font-size: 11px; font-weight: 700; }

.experience-section { overflow: hidden; background: var(--navy-900); color: var(--white); }
.experience-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.experience-media { position: relative; min-height: 570px; }
.experience-image { overflow: hidden; width: 88%; height: 550px; border-radius: 28px 150px 28px 28px; background: var(--white); }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-stat { position: absolute; right: 0; bottom: 38px; display: flex; align-items: center; gap: 14px; width: 190px; padding: 20px; border-radius: 20px; color: var(--navy-900); background: var(--white); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.experience-stat strong { color: var(--blue-500); font-family: Georgia, "Times New Roman", serif; font-size: 44px; line-height: 1; }
.experience-stat span { font-size: 11px; line-height: 1.35; }
.experience-copy h2 { max-width: 650px; font-size: clamp(40px, 4.5vw, 64px); }
.experience-copy .lead { max-width: 660px; margin-top: 24px; color: rgba(255,255,255,.68); font-size: 16px; }
.feature-list { margin: 38px 0 34px; border-top: 1px solid rgba(255,255,255,.13); }
.feature-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.feature-list article > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(37,198,234,.22); border-radius: 13px; color: var(--cyan-400); background: rgba(37,198,234,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.feature-list h3 { font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0; }
.feature-list p { margin-top: 6px; color: rgba(255,255,255,.58); font-size: 13px; }
.centered-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.centered-heading h2 { margin-inline: auto; }
.centered-heading > p { max-width: 640px; margin: 20px auto 0; color: var(--muted); }
.style-guide-section { background: var(--ice-50); }
.style-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.style-card { padding: 34px 28px; border: 1px solid rgba(7,27,56,.08); border-radius: 20px; background: rgba(255,255,255,.72); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.style-card:hover { transform: translateY(-5px); border-color: rgba(16,159,211,.28); box-shadow: var(--shadow-sm); }
.style-card h3 { margin-top: 26px; font-size: 24px; }
.style-card p { margin-top: 10px; color: var(--muted); font-size: 13px; }
.frame-icon-wrap {
  display: grid;
  place-items: center;
  width: 82px;
  height: 58px;
  border: 1px solid rgba(16,159,211,.12);
  border-radius: 17px;
  color: var(--blue-500);
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(221,245,252,.72));
  box-shadow: 0 10px 24px rgba(7,27,56,.06), inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.frame-icon {
  display: block;
  width: 68px;
  height: 38px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.frame-icon .frame-bridge { stroke-width: 2.7; }
.frame-icon .frame-temple { stroke-width: 2.5; opacity: .72; }
.frame-icon .frame-accent { stroke: var(--cyan-400); stroke-width: 2; opacity: .85; }
.style-card:hover .frame-icon-wrap {
  color: var(--navy-900);
  border-color: rgba(16,159,211,.28);
  transform: translateY(-2px) rotate(-1deg);
  box-shadow: 0 14px 30px rgba(7,27,56,.1), inset 0 1px 0 rgba(255,255,255,.98);
}
.reviews-section { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.reviews-heading h2 { max-width: 510px; font-size: clamp(40px, 4.2vw, 62px); }
.rating-card { display: flex; align-items: center; gap: 18px; margin-top: 35px; }
.rating-card > strong { font-family: Georgia, "Times New Roman", serif; font-size: 62px; line-height: 1; }
.rating-card div { display: grid; gap: 5px; }
.rating-card p { color: var(--muted); font-size: 11px; }
.review-list { display: grid; gap: 16px; }
.review-card { position: relative; margin: 0; padding: 36px 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.quote-mark { position: absolute; right: 26px; top: 16px; color: rgba(16,159,211,.15); font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.review-card > p { position: relative; max-width: 650px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.5; }
.review-card footer { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--white); background: var(--navy-900); font-size: 11px; font-weight: 800; }
.review-card footer div { display: grid; gap: 2px; }
.review-card footer strong { font-size: 12px; }
.review-card footer small { color: var(--muted); font-size: 10px; }
.units-section { background: var(--ice-50); }
.units-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.unit-card { position: relative; overflow: hidden; min-height: 430px; padding: 44px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.unit-card-featured { color: var(--white); border-color: var(--navy-900); background: linear-gradient(145deg, var(--navy-900), var(--navy-700)); }
.unit-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; top: -110px; border: 1px solid rgba(16,159,211,.2); border-radius: 50%; box-shadow: 0 0 0 35px rgba(16,159,211,.05), 0 0 0 70px rgba(16,159,211,.035); }
.unit-number { position: absolute; right: 30px; top: 26px; color: rgba(7,27,56,.08); font-family: Georgia, serif; font-size: 78px; }
.unit-card-featured .unit-number { color: rgba(255,255,255,.08); }
.unit-label { color: var(--blue-500); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.unit-card-featured .unit-label { color: var(--cyan-400); }
.unit-card h3 { margin-top: 24px; font-size: 38px; }
.unit-card p { margin-top: 18px; color: var(--muted); }
.unit-card-featured p { color: rgba(255,255,255,.66); }
.unit-phone { display: inline-block; margin-top: 25px; font-family: Georgia, serif; font-size: 25px; }
.unit-actions { position: absolute; left: 44px; right: 44px; bottom: 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.unit-card-featured .text-link { color: var(--white); }
.instagram-section { padding: 80px 0; color: var(--white); background: linear-gradient(135deg, var(--blue-600), #6233a2); }
.instagram-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.instagram-inner h2 { max-width: 680px; font-size: clamp(36px,4vw,56px); }
.instagram-handle { display: flex; align-items: center; gap: 14px; min-width: 310px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); transition: background var(--transition), transform var(--transition); }
.instagram-handle:hover { transform: translateY(-3px); background: rgba(255,255,255,.16); }
.instagram-logo-wrap { display: grid; place-items: center; flex: 0 0 auto; width: 50px; height: 50px; border-radius: 15px; background: rgba(255,255,255,.14); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.instagram-logo { display: block; width: 31px; height: 31px; object-fit: contain; }
.instagram-handle > .icon { width: 32px; height: 32px; stroke-width: 1.65; }
.instagram-handle .icon-dot { fill: currentColor; stroke: none; }
.instagram-handle b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(255,255,255,.12); }
.instagram-handle b .icon { width: 18px; height: 18px; }
.instagram-handle > span { display: grid; gap: 2px; }
.instagram-handle small { opacity: .65; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.instagram-handle strong { font-size: 15px; }
.instagram-handle b { margin-left: auto; font-size: 20px; }
.site-footer { padding: 76px 0 22px; color: rgba(255,255,255,.74); background: #041126; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr 1fr; gap: 60px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { box-shadow: none; }
.footer-brand > p { max-width: 330px; margin-top: 20px; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid h3 { margin-bottom: 8px; color: var(--white); font-family: "Segoe UI", Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { font-size: 12px; }
.footer-grid a:hover { color: var(--cyan-400); }
.text-link-light { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 18px; border-radius: 999px; color: var(--white); background: #25d366; box-shadow: 0 16px 35px rgba(13,115,56,.27); font-size: 12px; font-weight: 800; transition: transform var(--transition), box-shadow var(--transition); }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(13,115,56,.34); }
.whatsapp-float .icon { width: 25px; height: 25px; }

/* Catálogo */
.catalog-page { background: var(--surface); }
.catalog-hero { position: relative; overflow: hidden; padding: 178px 0 96px; color: var(--white); background: linear-gradient(140deg, var(--navy-950), var(--navy-700)); }
.catalog-pattern { position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.7) .7px, transparent .7px); background-size: 24px 24px; mask-image: linear-gradient(100deg, transparent 30%, black); }
.catalog-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -80px; top: -180px; border-radius: 50%; background: rgba(37,198,234,.13); filter: blur(5px); }
.catalog-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.back-link:hover { color: var(--white); }
.catalog-hero h1 { max-width: 850px; font-size: clamp(50px, 6vw, 82px); }
.catalog-hero p { max-width: 680px; margin-top: 26px; color: rgba(255,255,255,.64); font-size: 16px; }
.catalog-hero-count { display: flex; align-items: end; gap: 13px; padding-bottom: 10px; }
.catalog-hero-count strong { color: var(--cyan-400); font-family: Georgia, serif; font-size: 94px; line-height: .8; }
.catalog-hero-count span { color: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; line-height: 1.5; }
.catalog-main { padding-top: 74px; }
.catalog-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.catalog-overline { display: block; margin-bottom: 13px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: #536375; background: var(--white); font-size: 12px; font-weight: 700; transition: all var(--transition); }
.filter-button span { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; background: var(--surface); font-size: 9px; }
.filter-button:hover, .filter-button.is-active { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.filter-button.is-active span { color: var(--navy-900); background: var(--white); }
.catalog-result { display: flex; align-items: flex-end; gap: 9px; min-width: max-content; }
.catalog-result strong { color: var(--blue-500); font-family: Georgia, serif; font-size: 45px; line-height: .9; }
.catalog-result span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 18px; }
.catalog-card { min-width: 0; animation: cardIn 450ms both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.catalog-card[hidden] { display: none; }
.catalog-card .product-image { border-radius: 18px; }
.catalog-card .product-info h3 { font-size: 19px; }
.catalog-card-actions { display: flex; gap: 7px; margin-top: 13px; padding: 0 3px; }
.card-action { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 39px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: #46596e; background: var(--white); font-size: 10px; font-weight: 800; transition: all var(--transition); }
.card-action:hover { color: var(--white); border-color: var(--blue-600); background: var(--blue-600); }
.card-action-primary { flex: 1; color: var(--white); border-color: var(--blue-600); background: var(--blue-600); }
.catalog-note { display: flex; align-items: flex-start; gap: 15px; margin-top: 54px; padding: 21px 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.catalog-note > span { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 11px; color: var(--white); background: linear-gradient(145deg, var(--cyan-400), var(--blue-600)); box-shadow: 0 7px 16px rgba(16,159,211,.2); }
.catalog-note > span .icon { width: 17px; height: 17px; stroke-width: 2; }
.catalog-note p { color: var(--muted); font-size: 12px; }
.catalog-note strong { color: var(--ink); }
.catalog-cta { padding: 74px 0; color: var(--white); background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); }
.catalog-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.catalog-cta h2 { max-width: 780px; font-size: clamp(36px,4.4vw,58px); }
.catalog-footer { padding-top: 70px; }
.product-modal[hidden] { display: none; }
.product-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(1,11,25,.72); backdrop-filter: blur(9px); }
.modal-panel { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; width: min(920px, 100%); max-height: min(680px, calc(100vh - 44px)); border-radius: 26px; background: var(--white); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.modal-image { min-height: 500px; background: var(--surface); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { align-self: center; padding: 46px; }
.modal-category { color: var(--blue-500); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.modal-content h2 { margin-top: 13px; font-size: 43px; }
.modal-content > p { margin-top: 17px; color: var(--muted); font-size: 14px; }
.modal-content ul { display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; }
.modal-content li { position: relative; padding-left: 22px; color: #4f6073; font-size: 12px; }
.modal-content li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-500); font-weight: 900; }
.modal-close { position: absolute; z-index: 4; right: 14px; top: 14px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--navy-900); background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); font-size: 27px; line-height: 1; }
.modal-close .icon { width: 20px; height: 20px; stroke-width: 2; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 720ms cubic-bezier(.2,.7,.2,1), transform 720ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay, .reveal-delay-1 { transition-delay: 110ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 290ms; }

@media (max-width: 1060px) {
  .main-nav { gap: 19px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-card-main { width: 78%; }
  .hero-card-small { width: 165px; height: 135px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { gap: 50px; }
  .style-cards { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .catalog-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 680px); }
  .section { padding: 80px 0; }
  .site-header { padding: 9px 0; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom-color: rgba(7,27,56,.08); }
  .brand-mark { width: 50px; height: 42px; }
  .brand-mark img { width: 56px; height: 46px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 69px; display: grid; gap: 0; margin: 0; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity var(--transition), visibility var(--transition), transform var(--transition); }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 13px 12px; border-radius: 10px; }
  .main-nav a::after { display: none; }
  .main-nav a:hover, .main-nav a.is-active { background: var(--ice-100); }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 12px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-copy h1 { font-size: clamp(50px, 13vw, 72px); }
  .hero-visual { min-height: 510px; }
  .hero-card-main { width: 76%; height: 400px; right: 2%; top: 54px; }
  .hero-card-small { width: 160px; height: 125px; }
  .hero-card-bottom { bottom: 18px; }
  .floating-badge { bottom: 28px; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); border-radius: 24px 24px 0 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-media { min-height: 500px; }
  .experience-image { height: 480px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 42px; }
  .units-grid { grid-template-columns: 1fr; }
  .instagram-inner, .catalog-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .catalog-hero { padding-top: 140px; }
  .catalog-hero-grid { grid-template-columns: 1fr; }
  .catalog-hero-count { display: none; }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .modal-panel { grid-template-columns: 1fr; overflow-y: auto; }
  .modal-image { min-height: 310px; height: 310px; }
  .modal-content { padding: 31px; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 22px); }
  .section { padding: 68px 0; }
  .brand-copy strong { font-size: 16px; }
  .hero-copy h1 { font-size: 47px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: flex-start; flex-wrap: wrap; }
  .proof-divider { display: none; }
  .hero-visual { min-height: 410px; }
  .hero-card-main { width: 78%; height: 315px; right: 0; border-width: 5px; border-radius: 85px 20px 85px 20px; }
  .hero-card-small { width: 120px; height: 96px; border-width: 4px; border-radius: 17px; }
  .hero-card-bottom { left: 0; bottom: 4px; }
  .hero-card-caption { left: 20px; right: 20px; bottom: 20px; }
  .hero-card-caption strong { font-size: 16px; }
  .floating-badge { right: 0; bottom: 8px; padding: 11px 13px; }
  .trust-bar { width: 100%; grid-template-columns: 1fr; }
  .trust-item { min-height: 88px; padding: 18px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading h2, .experience-copy h2, .reviews-heading h2 { font-size: 39px; }
  .product-grid { grid-template-columns: 1fr; }
  .home-products .product-card:nth-child(n+5) { display: none; }
  .experience-media { min-height: 400px; }
  .experience-image { width: 94%; height: 380px; border-radius: 24px 90px 24px 24px; }
  .experience-stat { right: 0; bottom: 0; width: 170px; }
  .style-cards { grid-template-columns: 1fr; }
  .review-card { padding: 29px 25px; }
  .review-card > p { font-size: 18px; }
  .unit-card { min-height: 420px; padding: 32px 26px; }
  .unit-actions { left: 26px; right: 26px; bottom: 28px; align-items: flex-start; flex-direction: column; }
  .unit-actions .button { width: 100%; }
  .instagram-handle { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; min-height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .catalog-hero h1 { font-size: 46px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-result { display: none; }
  .filter-group { gap: 6px; }
  .filter-button { padding-inline: 12px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card .product-image { aspect-ratio: 4/3; }
  .modal-image { min-height: 240px; height: 240px; }
  .modal-content { padding: 26px 22px 28px; }
  .modal-content h2 { font-size: 36px; }
}

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

.text-link { display: inline-flex; align-items: center; gap: 7px; }
.text-link .icon { width: 16px; height: 16px; transition: transform var(--transition); }
.text-link:hover .icon-arrow { transform: translate(2px,-2px); }

.product-arrow .icon { width: 18px; height: 18px; }
.product-image:hover .product-arrow .icon { transform: translate(1px,-1px); }

.feature-list article > span .icon { width: 22px; height: 22px; stroke-width: 1.7; }

.unit-phone { display: inline-flex; align-items: center; gap: 10px; }
.unit-phone .icon { width: 21px; height: 21px; color: var(--blue-500); }
.unit-card-featured .unit-phone .icon { color: var(--cyan-400); }

.back-link .icon { width: 17px; height: 17px; transition: transform var(--transition); }
.back-link:hover .icon { transform: translateX(-3px); }

.card-action .icon { width: 15px; height: 15px; }

/* Logo do WhatsApp enviada pelo cliente, com fundo removido */
.whatsapp-logo {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.header-cta .whatsapp-logo { width: 20px; height: 20px; }
.whatsapp-float .whatsapp-logo { width: 25px; height: 25px; }
