
@font-face { font-family: "Manrope RLM"; src: url("../fonts/manrope-variable.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Nimbus Sans RLM"; src: url("../fonts/nimbus-sans-regular.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Nimbus Sans RLM"; src: url("../fonts/nimbus-sans-bold.otf") format("opentype"); font-weight: 700 900; font-display: swap; }
@font-face { font-family: "Nimbus Sans Narrow RLM"; src: url("../fonts/nimbus-sans-narrow-bold.otf") format("opentype"); font-weight: 700 900; font-display: swap; }

:root {
  --blue: #022e7c;
  --navy: #071d49;
  --yellow: #f5cb10;
  --orange: #f65005;
  --ink: #171a1f;
  --muted: #5b6575;
  --line: #dce2eb;
  --paper: #f5f7fa;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 29, 73, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Nimbus Sans RLM", "Helvetica Neue", Arial, sans-serif; line-height: 1.65; overflow-x: clip; }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
h1, h2, h3 { color: var(--navy); font-family: "Nimbus Sans Narrow RLM", "Arial Narrow", sans-serif; font-weight: 800; letter-spacing: -.025em; line-height: 1.02; }
h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 6rem); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); }
h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.8rem); }
p { margin: 0; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(72px, 9vw, 132px); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--yellow); color: var(--navy); padding: 12px 18px; border-radius: 0 0 10px 10px; font-weight: 800; }
.skip-link:focus { top: 0; }
.eyebrow { color: var(--orange); font-size: .76rem; font-weight: 850; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 22px; border: 2px solid var(--blue); border-radius: 999px; background: var(--blue); color: var(--white); font-weight: 800; line-height: 1.1; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(2, 46, 124, .22); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button span { transition: transform .25s; }
.button:hover span { transform: translate(2px, -2px); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .85rem; }
.button-accent { background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
.button-accent:hover { background: var(--orange); border-color: var(--orange); color: white; }
.button-outline { background: transparent; color: var(--blue); }
.button-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.55); color: white; backdrop-filter: blur(8px); }
.button-ghost:hover { background: white; color: var(--navy); border-color: white; }
.button-light { background: white; border-color: white; color: var(--navy); }
.button-light:hover { background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 800; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,29,73,.1); backdrop-filter: blur(16px); }
.header-inner { width: min(1440px, calc(100% - 40px)); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 22px; }
.brand { width: 166px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 1.4vw, 24px); margin-left: auto; }
.desktop-nav a { position: relative; color: #344054; font-size: clamp(.71rem, .75vw, .88rem); font-weight: 750; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--orange); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.desktop-nav a.active { color: var(--blue); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--navy); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; }
.mobile-panel { display: none; }

.home-slider { position: relative; min-height: min(820px, calc(100svh - 82px)); display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.home-slider::before { content: ""; position: absolute; z-index: 3; left: 0; top: 0; width: 8px; height: 42%; background: var(--yellow); }
.slider-images, .slider-overlay { position: absolute; inset: 0; }
.slider-images { left: 41%; background: var(--navy); }
.slider-images img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 6s ease; }
.slider-images img.is-active { opacity: 1; transform: scale(1); }
.slider-images img:nth-child(1) { object-position: center 26%; }
.slider-images img:nth-child(2) { object-position: center 22%; }
.slider-images img:nth-child(3) { object-position: center 20%; }
.slider-overlay { z-index: 1; background: linear-gradient(90deg, rgba(7,29,73,1) 0%, rgba(7,29,73,.98) 40%, rgba(7,29,73,.35) 73%, rgba(7,29,73,.12) 100%); }
.slider-content { position: relative; z-index: 2; }
.slider-copy { max-width: 755px; padding-block: 85px; color: white; }
.slider-copy .eyebrow { color: var(--yellow); }
.slider-copy h1 { max-width: 760px; margin: 23px 0 28px; color: white; font-size: clamp(3.4rem, 6.4vw, 6.4rem); }
.slider-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 34px; color: #dfe8f8; font-size: clamp(1.12rem, 2vw, 1.4rem); }
.slider-controls { position: absolute; z-index: 4; right: clamp(22px, 4vw, 70px); bottom: 28px; display: flex; gap: 7px; }
.slider-controls button { width: 58px; padding: 9px 6px; border: 0; border-bottom: 2px solid rgba(255,255,255,.45); background: transparent; color: white; font-size: .73rem; font-weight: 800; transition: border-color .25s, color .25s; }
.slider-controls button.is-active { border-color: var(--yellow); color: var(--yellow); }

.home-hero { position: relative; min-height: min(820px, calc(100svh - 82px)); display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.home-hero-bg, .hero-overlay { position: absolute; inset: 0; }
.home-hero-bg { left: 42%; }
.home-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 35%; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,29,73,1) 0%, rgba(7,29,73,.96) 39%, rgba(7,29,73,.35) 72%, rgba(7,29,73,.12) 100%); }
.home-hero::before { content: ""; position: absolute; z-index: 1; left: 0; top: 0; width: 9px; height: 38%; background: var(--yellow); }
.home-hero-content { position: relative; z-index: 2; }
.hero-panel { max-width: 750px; color: white; padding-block: 80px; }
.hero-panel .eyebrow { color: var(--yellow); }
.hero-panel h1 { color: white; max-width: 760px; margin-top: 22px; }
.hero-panel > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 34px; font-size: clamp(1.12rem, 2vw, 1.42rem); color: #dfe8f8; }
.hero-index { position: absolute; z-index: 2; right: clamp(24px, 5vw, 76px); bottom: 32px; display: flex; align-items: center; gap: 12px; color: white; font-size: .74rem; font-weight: 800; }
.hero-index div { width: 86px; height: 2px; background: linear-gradient(90deg, var(--yellow) 33%, rgba(255,255,255,.4) 33%); }

.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: end; }
.intro h2 { margin-top: 16px; }
.intro > p { color: var(--muted); font-size: clamp(1.12rem, 1.6vw, 1.38rem); line-height: 1.8; }
.intro-story { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(46px, 8vw, 110px); align-items: center; }
.intro-story-image { min-height: 550px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.intro-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .6s; }
.intro-story-image:hover img { transform: scale(1.018); }
.intro-story-copy h2 { margin: 17px 0 28px; }
.intro-story-copy > p:not(.eyebrow) { color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.78; }
.intro-story-copy > p + p { margin-top: 18px; }
.families { padding-top: 20px; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 45px; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p { max-width: 440px; color: var(--muted); font-size: 1.05rem; }
.family-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.family-card { border-radius: var(--radius); background: white; overflow: hidden; box-shadow: 0 14px 48px rgba(7,29,73,.1); transition: transform .35s, box-shadow .35s; }
.family-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.family-image { aspect-ratio: 4 / 4.7; overflow: hidden; background: var(--paper); }
.family-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.family-card:nth-child(2) .family-image img { object-position: 50% 22%; }
.family-card:hover .family-image img { transform: scale(1.025); }
.family-content { padding: 25px 26px 29px; }
.family-number { display: block; color: var(--orange); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.family-content h3 { margin: 12px 0; }
.family-content p { color: var(--muted); margin-bottom: 22px; }
.benefits { padding-block: 42px; background: var(--navy); color: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid div { display: flex; align-items: center; gap: 15px; padding: 16px 25px; border-right: 1px solid rgba(255,255,255,.22); }
.benefit-grid div:last-child { border: 0; }
.benefit-grid span { color: var(--yellow); font-size: .73rem; font-weight: 900; }
.benefit-grid strong { font-family: "Nimbus Sans Narrow RLM", sans-serif; font-size: 1.08rem; }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; }
.split-image { border-radius: var(--radius) 0 0 var(--radius); overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.split-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(44px, 7vw, 100px); background: var(--paper); border-radius: 0 var(--radius) var(--radius) 0; }
.split-copy h2 { margin: 18px 0 24px; }
.split-copy > p:not(.eyebrow) { max-width: 580px; margin-bottom: 32px; color: var(--muted); font-size: 1.1rem; }

.breadcrumbs { display: flex; gap: 10px; align-items: center; padding-top: 28px; color: #697386; font-size: .82rem; }
.breadcrumbs a:hover { color: var(--blue); }
.page-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; padding-block: 38px 90px; align-items: stretch; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-right: clamp(40px, 8vw, 110px); }
.page-hero-copy h1 { margin: 20px 0 28px; font-size: clamp(2.7rem, 5.3vw, 5.3rem); }
.page-hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.18rem; margin-bottom: 32px; max-width: 650px; }
.page-hero-media { min-height: 600px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.page-hero-media:hover img { transform: scale(1.015); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-5px); border-color: var(--blue); box-shadow: 0 18px 45px rgba(7,29,73,.1); }
.service-card > span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.service-card h3 { margin: 25px 0 12px; }
.service-card p { color: var(--muted); }
.service-card strong { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: .88rem; }
.service-grid.compact .service-card { min-height: 210px; }
.service-card.gift { background: linear-gradient(145deg, #fff, #f7f9fc); }
.visual-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.visual-service-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 300px; border-radius: var(--radius); overflow: hidden; background: var(--navy); color: white; box-shadow: 0 14px 44px rgba(7,29,73,.13); transition: transform .3s, box-shadow .3s; }
.visual-service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.visual-service-image { min-height: 300px; overflow: hidden; background: #f4f5f7; }
.visual-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.visual-service-card:hover .visual-service-image img { transform: scale(1.025); }
.visual-service-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; }
.visual-service-copy .eyebrow { color: var(--yellow); font-size: .64rem; }
.visual-service-copy h3 { margin: 14px 0 12px; color: white; font-size: clamp(1.35rem, 2vw, 2rem); }
.visual-service-copy > p:not(.eyebrow) { color: #d7e0ee; font-size: .92rem; line-height: 1.55; }
.visual-service-copy .button { margin-top: auto; }
.button-compact { min-height: 42px; padding: 10px 16px; font-size: .82rem; }
.catalog-block { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 650px; margin-bottom: clamp(78px, 10vw, 140px); border-radius: var(--radius); overflow: hidden; background: var(--navy); color: white; }
.catalog-image { min-height: 620px; overflow: hidden; }
.catalog-image img { width: 100%; height: 100%; object-fit: cover; }
.catalog-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(45px, 7vw, 90px); }
.catalog-copy .eyebrow { color: var(--yellow); }
.catalog-copy h2 { color: white; margin: 16px 0 24px; }
.catalog-copy > p:not(.eyebrow) { color: #d9e2f1; font-size: 1.08rem; max-width: 620px; margin-bottom: 30px; }
.catalog-copy .button-outline { color: white; border-color: rgba(255,255,255,.6); }
.catalog-copy .text-link { margin-top: 28px; color: var(--yellow); }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: clamp(78px, 9vw, 125px); padding: clamp(40px, 6vw, 72px); border-radius: var(--radius); background: var(--blue); color: white; }
.cta .eyebrow { color: var(--yellow); }
.cta h2 { color: white; margin: 12px 0 16px; font-size: clamp(2rem, 4vw, 3.8rem); }
.cta p:not(.eyebrow) { color: #dbe6f8; max-width: 760px; }

.editorial-hero { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 700px; padding-block: 38px 92px; }
.editorial-media { border-radius: var(--radius) 0 0 var(--radius); overflow: hidden; }
.editorial-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.editorial-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 7vw, 100px); background: var(--paper); border-radius: 0 var(--radius) var(--radius) 0; }
.editorial-copy h1 { margin: 18px 0 25px; font-size: clamp(3rem, 5vw, 5.2rem); }
.editorial-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.2rem; max-width: 620px; margin-bottom: 32px; }
.narrow-center { max-width: 820px; text-align: center; }
.narrow-center h2 { margin: 16px 0 22px; }
.narrow-center p:last-child { color: var(--muted); font-size: 1.15rem; }
.coming-soon { min-height: 660px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; padding-block: 80px 120px; }
.coming-mark { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; background: var(--navy); color: var(--yellow); font: 900 clamp(4rem, 10vw, 8rem)/1 "Nimbus Sans Narrow RLM", sans-serif; box-shadow: 24px 24px 0 var(--yellow); }
.coming-soon h1 { margin: 18px 0 26px; }
.coming-soon p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; max-width: 650px; margin-bottom: 30px; }

.contact-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; padding-block: 80px 50px; }
.contact-head h1 { margin-top: 16px; }
.contact-head > p { max-width: 480px; color: var(--muted); font-size: 1.12rem; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; padding-top: 20px; }
.contact-aside { display: grid; gap: 16px; align-content: start; }
.contact-aside > div { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-aside span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.contact-aside h2 { margin: 13px 0 12px; font-size: 1.55rem; }
.contact-aside a, .contact-aside address { color: var(--muted); font-style: normal; }
.contact-aside a:hover { color: var(--blue); }
.contact-aside .text-link { margin-top: 12px; color: var(--blue); }
.form-card { padding: clamp(34px, 5vw, 60px); border-radius: var(--radius); background: var(--paper); }
.form-card h2 { margin: 12px 0 32px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field.wide, .wide { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .85rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #cbd3df; border-radius: 11px; background: white; color: var(--ink); }
.field textarea { resize: vertical; }
.field input[type="file"] { padding: 11px; }
.acceptance { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: .9rem; }
.acceptance input { width: 19px; height: 19px; margin-top: 3px; flex: 0 0 auto; }
.acceptance a { color: var(--blue); text-decoration: underline; }
.form-success { padding: 40px; border: 2px solid #2c8f62; border-radius: 15px; background: white; }
.form-success strong { color: var(--navy); font-size: 1.5rem; }
.form-success p { margin: 10px 0; color: var(--muted); }
.text-button { border: 0; padding: 0; background: transparent; color: var(--blue); font-weight: 800; text-decoration: underline; }
.map-shell { margin-bottom: 120px; }
.map-shell iframe { width: 100%; height: 460px; border: 0; border-radius: var(--radius); filter: saturate(.8); }

.legal { max-width: 900px; padding-block: 70px 120px; }
.legal h1 { margin: 16px 0 22px; }
.legal-lead { color: var(--muted); font-size: 1.2rem; margin-bottom: 54px; }
.legal h2 { margin: 38px 0 12px; font-size: 1.7rem; }
.legal a { color: var(--blue); text-decoration: underline; }
.legal aside { margin-top: 60px; padding: 24px; border-left: 5px solid var(--yellow); background: var(--paper); }
.legal aside strong { color: var(--navy); }

.site-footer { background: var(--navy); color: #c8d4e8; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 8vw; padding-block: 70px; }
.footer-brand img { width: 210px; height: 100px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 400px; margin-top: 18px; }
.footer-main h2 { color: white; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-main a:hover { color: var(--yellow); }
.footer-main address { margin-top: 8px; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: .83rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 24px; }
.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #063b1b; box-shadow: 0 12px 34px rgba(0,0,0,.25); font-weight: 900; }
.whatsapp-float img { width: 34px; height: 34px; object-fit: contain; }
.whatsapp-float:hover { transform: translateY(-3px); }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .mobile-panel { position: fixed; inset: 82px 0 0; z-index: 99; display: flex; visibility: hidden; opacity: 0; transform: translateY(-10px); flex-direction: column; align-items: stretch; gap: 28px; padding: 32px 24px 60px; background: var(--navy); transition: .25s; pointer-events: none; overflow-y: auto; }
  .mobile-panel.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .mobile-panel nav { display: grid; }
  .mobile-panel nav a { display: flex; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid rgba(255,255,255,.16); color: white; font: 800 1.15rem "Nimbus Sans Narrow RLM", sans-serif; }
  .mobile-panel .button { align-self: flex-start; background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 720px); }
  .home-hero, .home-slider { min-height: 720px; }
  .slider-images { left: 15%; opacity: .6; }
  .slider-overlay { background: linear-gradient(90deg, rgba(7,29,73,.99), rgba(7,29,73,.72)); }
  .home-hero-bg { left: 16%; opacity: .55; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,29,73,.98), rgba(7,29,73,.68)); }
  .intro, .intro-story, .section-heading, .split-feature, .page-hero, .catalog-block, .editorial-hero, .coming-soon, .contact-layout { grid-template-columns: 1fr; }
  .intro { gap: 32px; align-items: start; }
  .intro-story { gap: 40px; }
  .intro-story-image { min-height: 500px; }
  .section-heading, .contact-head { align-items: flex-start; flex-direction: column; gap: 24px; }
  .family-grid, .service-grid, .visual-service-grid { grid-template-columns: 1fr; }
  .family-grid .family-card:last-child { grid-column: 1 / -1; }
  .family-grid .family-card:last-child .family-image { aspect-ratio: 16 / 8; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid div:nth-child(2) { border-right: 0; }
  .split-image { min-height: 480px; border-radius: var(--radius) var(--radius) 0 0; }
  .split-copy { border-radius: 0 0 var(--radius) var(--radius); }
  .page-hero { padding-bottom: 70px; }
  .page-hero-copy { padding: 55px 0 42px; }
  .page-hero-media { min-height: 580px; }
  .catalog-block { display: grid; }
  .catalog-image { min-height: 500px; }
  .editorial-media { min-height: 520px; border-radius: var(--radius) var(--radius) 0 0; }
  .editorial-copy { border-radius: 0 0 var(--radius) var(--radius); }
  .coming-soon { text-align: center; }
  .coming-mark { width: min(370px, 85%); margin: 0 auto; }
  .coming-soon .button { margin-inline: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 520px); }
  .section { padding-block: 74px; }
  .header-inner { width: calc(100% - 24px); min-height: 72px; }
  .brand { width: 132px; }
  .brand img { height: 50px; }
  .header-cta { display: none; }
  .mobile-panel { top: 72px; }
  .home-hero, .home-slider { min-height: calc(100svh - 72px); }
  .slider-copy { padding-block: 60px 105px; }
  .slider-copy h1 { font-size: clamp(3rem, 14.5vw, 4.4rem); }
  .slider-copy .button-row .button { width: 100%; }
  .slider-controls { right: 14px; bottom: 15px; }
  .slider-controls button { width: 46px; }
  .hero-panel { padding-block: 60px 90px; }
  .hero-panel h1 { font-size: clamp(2.75rem, 13.7vw, 4.2rem); }
  .hero-panel .button-row .button { width: 100%; }
  .hero-index { bottom: 18px; right: 18px; }
  .family-grid, .service-grid, .benefit-grid, .contact-form, .footer-main { grid-template-columns: 1fr; }
  .intro-story-image { min-height: 390px; }
  .visual-service-card { grid-template-columns: 1fr; min-height: 0; }
  .visual-service-image { min-height: 250px; }
  .visual-service-copy { min-height: 270px; padding: 24px; }
  .family-grid .family-card:last-child { grid-column: auto; }
  .family-grid .family-card:last-child .family-image { aspect-ratio: 4 / 4.7; }
  .benefit-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .benefit-grid div:last-child { border-bottom: 0; }
  .service-card { min-height: 245px; }
  .page-hero-media { min-height: 480px; }
  .catalog-image { min-height: 420px; }
  .catalog-copy { padding: 38px 24px 44px; }
  .catalog-copy .button-row .button { width: 100%; }
  .cta { align-items: flex-start; flex-direction: column; padding: 36px 24px; }
  .editorial-hero { min-height: 0; }
  .editorial-media { min-height: 430px; }
  .editorial-copy { padding: 40px 24px; }
  .coming-soon { gap: 65px; }
  .contact-head { padding-top: 60px; }
  .contact-layout { gap: 24px; }
  .form-card { padding: 30px 20px; }
  .footer-main { gap: 42px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 50px; height: 50px; right: 14px; bottom: 14px; }
}

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

/* WordPress + FTM 2.5.3 */
.slider-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .75s ease, visibility .75s ease; }
.slider-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.slider-slide .slider-images img { opacity: 1; transform: none; }
.slider-slide .slider-content { position: relative; height: 100%; }
.slider-copy__title,
.slider-copy__title.ftm-tag--h1,
.slider-copy__title.ftm-tag--h2 { max-width: 760px; margin: 24px 0 28px; color: white; font-size: clamp(3rem, 5.7vw, 6rem); line-height: 1.02; }
.slider-copy__text,
.slider-copy__text.ftm-tag--p { max-width: 590px; margin-bottom: 34px; color: #e6edf8; font-size: clamp(1.02rem, 1.6vw, 1.28rem); }
.page-hero-media .ftm-hero-media,
.page-hero-media__asset { position: relative; width: 100%; height: 100%; overflow: hidden; }
.page-hero-media .ftm-hero-media__image,
.page-hero-media .ftm-hero-media__video,
.page-hero-media .ftm-hero-media__mobile-fallback { width: 100%; height: 100%; object-fit: cover; object-position: var(--ftm-hero-position, center center); }
.page-hero-media .ftm-hero-media__video,
.page-hero-media .ftm-hero-media__mobile-fallback { position: absolute; inset: 0; }
.page-hero-media .ftm-hero-media__mobile-fallback { display: none; }
.page-hero-media .ftm-hero-media__overlay { position: absolute; inset: 0; background: rgba(7,29,73,var(--ftm-hero-overlay,0)); pointer-events: none; }
.page-hero__title,
.page-hero__title.ftm-tag--h1 { margin: 20px 0 28px; color: var(--ink); font-size: clamp(3rem, 5vw, 5.6rem); }
.section-heading__title,
.section-heading__title.ftm-tag--h2 { margin-top: 14px; color: var(--ink); }
.visual-service-card__title,
.visual-service-card__title.ftm-tag--h3 { margin: 18px 0; color: var(--ink); font-size: clamp(1.35rem,2vw,2rem); }
.visual-service-card__text,
.visual-service-card__text.ftm-tag--p { color: var(--muted); font-size: .92rem; line-height: 1.55; }
.family-card__title,
.family-card__title.ftm-tag--h3 { margin: 18px 0; color: var(--ink); }
.family-card__text,
.family-card__text.ftm-tag--p { margin-bottom: 22px; color: var(--muted); }
.intro-story__title,
.intro-story__title.ftm-tag--h2 { margin: 22px 0 34px; color: var(--ink); }
.intro-story__body { color: var(--muted); font-size: 1rem; line-height: 1.72; }
.intro-story__body p + p { margin-top: 18px; }
.split-feature__title,
.split-feature__title.ftm-tag--h2 { margin: 18px 0 24px; color: var(--ink); }
.split-feature__text,
.split-feature__text.ftm-tag--p { max-width: 580px; margin-bottom: 32px; color: var(--muted); font-size: 1.1rem; }
.cta__title,
.cta__title.ftm-tag--h2 { max-width: 950px; margin: 12px 0 16px; color: white; font-size: clamp(2rem,4vw,3.8rem); }
.wpcf7-form .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wpcf7-form .contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: .82rem; font-weight: 700; }
.wpcf7-form .contact-form label:nth-of-type(n+5),
.wpcf7-form .contact-form .wpcf7-acceptance,
.wpcf7-form .contact-form .wpcf7-submit { grid-column: 1 / -1; }
.wpcf7-form input:not([type=checkbox]):not([type=submit]),
.wpcf7-form select,
.wpcf7-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #aeb4bb; border-radius: 0; background: transparent; color: var(--ink); }
.wpcf7-form textarea { min-height: 150px; resize: vertical; }
.wpcf7-form input[type=file] { padding: 12px 0; }
.wpcf7-form input[type=submit] { min-height: 58px; padding: 16px 22px; border: 0; background: var(--blue); color: white; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.wpcf7-not-valid-tip { color: #b42318; }
.wpcf7 form .wpcf7-response-output { margin: 24px 0 0; padding: 14px; border: 1px solid var(--blue); }
.form-notice { display: grid; gap: 22px; margin-top: 28px; }
.footer-bottom > span > a:hover { color: var(--yellow); }

@media (max-width: 620px) {
  .wpcf7-form .contact-form { grid-template-columns: 1fr; }
  .wpcf7-form .contact-form label { grid-column: 1; }
  .page-hero-media .ftm-hero-media__mobile-fallback { display: block; }
}

/* Diseño editorial industrial basado en la tercera plantilla de referencia. */
:root {
  --blue: #022e7c;
  --navy: #071d49;
  --yellow: #ffc900;
  --orange: #f65005;
  --ink: #171717;
  --muted: #52575f;
  --line: #dfe3e7;
  --paper: #f5f5f3;
  --radius: 0;
  --shadow: none;
}

body,
body button,
body input,
body select,
body textarea { font-family: "Manrope RLM", "Nimbus Sans RLM", Arial, sans-serif; }

h1, h2, h3,
.benefit-grid strong,
.mobile-panel nav a,
.coming-mark { font-family: "Manrope RLM", "Nimbus Sans RLM", Arial, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }

h1 { font-size: clamp(3rem, 6.8vw, 7rem); }
h2 { font-size: clamp(2.35rem, 4.8vw, 5rem); }
h3 { font-size: clamp(1.35rem, 2.3vw, 2rem); }
.shell { width: min(1400px, calc(100% - 64px)); }
.section { padding-block: clamp(82px, 9vw, 144px); }
.eyebrow { color: var(--orange); font-size: .74rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow > span { display: inline-block; width: 34px; height: 1px; margin-right: 10px; vertical-align: middle; background: currentColor; }

.button { min-height: 58px; padding: 16px 22px; border-width: 0; border-radius: 0; background: var(--blue); text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; box-shadow: inset 0 -1px rgba(255,255,255,.18); }
.button:hover { background: var(--orange); border-color: var(--orange); transform: none; box-shadow: none; }
.button-small { min-height: 50px; padding: 13px 19px; }
.button-accent { background: var(--orange); color: white; }
.button-accent:hover { background: var(--ink); }
.button-outline { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.6); background: transparent; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--orange); color: white; }
.text-link { color: var(--ink); text-transform: uppercase; font-size: .76rem; letter-spacing: .08em; }
.text-link:hover { color: var(--orange); }

.site-header { position: sticky; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(2,46,124,.2); backdrop-filter: blur(14px); }
.header-inner { width: min(1480px, calc(100% - 48px)); min-height: 94px; gap: 30px; }
.brand { width: 150px; }
.brand img { height: 66px; }
.desktop-nav { gap: clamp(15px, 1.55vw, 29px); }
.desktop-nav a { color: var(--ink); font-size: clamp(.68rem, .68vw, .8rem); font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
.desktop-nav a::after { bottom: -15px; height: 2px; background: var(--orange); }
.desktop-nav a.active { color: var(--orange); }
.header-cta { margin-left: 4px; background: var(--orange); }
.menu-toggle { border-radius: 0; background: var(--ink); }

.home-slider { display: block; min-height: 0; overflow: hidden; background: var(--navy); }
.home-slider::before { display: none; }
.slider-stage { position: relative; height: clamp(760px, 78vh, 800px); min-height: 0; overflow: hidden; background: var(--ink); }
.slider-images { position: absolute; inset: 0; left: 0; background: var(--navy); }
.slider-images::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,29,73,.99) 0%, rgba(2,46,124,.92) 31%, rgba(2,46,124,.48) 53%, rgba(7,29,73,.06) 73%, rgba(7,29,73,.12) 100%); pointer-events: none; }
.slider-images img,
.slider-images img:nth-child(1),
.slider-images img:nth-child(2),
.slider-images img:nth-child(3) { object-fit: contain; object-position: right center; transform: none; transition: opacity .75s ease; }
.slider-images img.is-active { transform: none; }
.slider-content { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; min-height: 0; }
.slider-copy { max-width: 760px; padding: 70px 32px; color: white; }
.slider-copy .eyebrow { color: var(--yellow); }
.slider-copy h1 { max-width: 760px; margin: 24px 0 28px; color: white; font-size: clamp(3rem, 5.7vw, 6rem); }
.slider-copy > p:not(.eyebrow) { max-width: 590px; margin-bottom: 34px; color: #e6edf8; font-size: clamp(1.02rem, 1.6vw, 1.28rem); }
.slider-controls { right: 30px; bottom: 24px; }
.slider-controls button { width: 64px; border-bottom-color: rgba(255,255,255,.6); }
.slider-controls button.is-active { border-color: var(--orange); color: var(--orange); }

.intro-story { position: relative; grid-template-columns: 1fr 1fr; gap: 0; padding-block: 0; border-inline: 1px solid var(--line); }
.intro-story-image { min-height: 720px; border-right: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.intro-story-image img { object-position: center 26%; }
.intro-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 105px); }
.intro-story-copy h2 { margin: 22px 0 34px; color: var(--ink); }
.intro-story-copy > p:not(.eyebrow) { max-width: 650px; font-size: 1rem; line-height: 1.72; }

.families { padding-top: clamp(92px, 10vw, 150px); }
.section-heading { position: relative; align-items: start; margin-bottom: 0; padding: 0 0 60px; border-bottom: 1px solid var(--line); }
.section-heading h2 { max-width: 820px; color: var(--ink); }
.section-heading > p { max-width: 410px; padding-top: 35px; }
.family-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border-inline: 1px solid var(--line); }
.family-card { position: relative; border-right: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.family-card:last-child { border-right: 0; }
.family-card:hover { transform: none; box-shadow: none; }
.family-image { aspect-ratio: 1 / 1.03; background: #eee; }
.family-image img { filter: saturate(.9); }
.family-card:hover .family-image img { transform: scale(1.035); }
.family-content { min-height: 310px; padding: 34px 30px 38px; border-top: 8px solid var(--blue); transition: background .3s, color .3s, border-color .3s; }
.family-card:hover .family-content { background: var(--orange); color: white; border-color: var(--orange); }
.family-number { color: var(--orange); }
.family-card:hover .family-number,
.family-card:hover .family-content h3,
.family-card:hover .family-content p,
.family-card:hover .text-link { color: white; }
.family-content h3 { margin: 18px 0; color: var(--ink); }
.family-content p { color: var(--muted); }

.benefits { padding: 0; background: white; color: var(--ink); }
.benefit-grid { border-inline: 1px solid var(--line); }
.benefit-grid div { min-height: 205px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px 30px; border-right-color: var(--line); }
.benefit-grid span { color: var(--blue); }
.benefit-grid strong { color: var(--ink); font-size: clamp(1.3rem, 2vw, 2.15rem); }

.split-feature { grid-template-columns: minmax(310px, .72fr) 1.28fr; min-height: 520px; padding-block: 0; border-inline: 1px solid rgba(2,46,124,.18); }
.split-image { border-radius: 0; }
.split-image img { object-position: center 27%; }
.split-copy { padding: clamp(48px, 5vw, 80px) 42px; border-left: 1px solid var(--line); border-radius: 0; background: white; }
.split-copy h2 { color: var(--ink); }

.breadcrumbs { padding: 24px 30px; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: .68rem; letter-spacing: .08em; }
.page-hero { grid-template-columns: 1fr 1fr; min-height: 710px; padding-block: 0; border-inline: 1px solid var(--line); }
.page-hero-copy { padding: clamp(55px, 6vw, 95px) clamp(38px, 5vw, 78px); border-right: 1px solid var(--line); }
.page-hero-copy h1 { color: var(--ink); font-size: clamp(3rem, 5vw, 5.6rem); }
.page-hero-media { min-height: 710px; border-radius: 0; box-shadow: none; }
.page-hero-media img { filter: saturate(.92); }

.visual-service-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-bottom: 0; }
.visual-service-card { display: flex; flex-direction: column; min-height: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); box-shadow: none; }
.visual-service-card:nth-child(3n) { border-right: 0; }
.visual-service-card:hover { transform: none; box-shadow: none; }
.visual-service-image { min-height: 335px; aspect-ratio: 1.12 / 1; }
.visual-service-copy { flex: 1; min-height: 330px; padding: 30px; border-top: 8px solid var(--blue); background: white; transition: background .3s, color .3s, border-color .3s; }
.visual-service-copy .eyebrow { color: var(--orange); }
.visual-service-copy h3 { margin: 18px 0; color: var(--ink); text-transform: uppercase; }
.visual-service-copy > p:not(.eyebrow) { color: var(--muted); }
.visual-service-copy .button { width: 100%; margin-top: auto; background: var(--blue); color: white; }
.visual-service-card:hover .visual-service-copy { background: var(--orange); color: white; border-color: var(--orange); }
.visual-service-card:hover .visual-service-copy .eyebrow,
.visual-service-card:hover .visual-service-copy h3,
.visual-service-card:hover .visual-service-copy > p:not(.eyebrow) { color: white; }

.cta { margin-bottom: 0; padding: clamp(65px, 8vw, 120px); border-radius: 0; background: var(--blue); }
.cta h2 { max-width: 950px; }
.catalog-block,
.editorial-hero { border-radius: 0; }
.catalog-image,
.editorial-media,
.editorial-copy { border-radius: 0; }
.editorial-hero { padding-block: 0; border-inline: 1px solid var(--line); }
.coming-soon { border-inline: 1px solid var(--line); }
.coming-logo { display: grid; place-items: center; aspect-ratio: 1; padding: clamp(34px, 5vw, 70px); border: 1px solid rgba(2,46,124,.2); background: white; box-shadow: 18px 18px 0 var(--blue); }
.coming-logo img { width: 100%; max-width: 430px; height: auto; object-fit: contain; }

.contact-head { padding: clamp(70px, 9vw, 135px) 30px 62px; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-head h1 { color: var(--ink); }
.contact-layout { gap: 0; padding-top: 0; border-inline: 1px solid var(--line); }
.contact-aside { gap: 0; }
.contact-aside > div { padding: 34px 30px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.contact-aside span { color: var(--orange); }
.form-card { padding: clamp(42px, 6vw, 82px); border-left: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.field input, .field select, .field textarea { border-width: 0 0 1px; border-color: #aeb4bb; border-radius: 0; background: transparent; }
.map-shell { width: 100%; max-width: none; margin-bottom: 0; }
.map-shell iframe { height: 560px; border-radius: 0; }

.site-footer { background: var(--navy); }
.footer-main { padding-block: 82px; }
.footer-main h2 { color: var(--orange); }
.footer-bottom { border-top-color: rgba(255,255,255,.18); }
.whatsapp-float { border: 2px solid white; }

@media (max-width: 1100px) {
  .visual-service-grid { grid-template-columns: repeat(2, 1fr); }
  .visual-service-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .visual-service-card:nth-child(2n) { border-right: 0; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 760px); }
  .slider-stage { height: 680px; }
  .slider-content { height: 100%; }
  .slider-images img,
  .slider-images img:nth-child(1),
  .slider-images img:nth-child(2),
  .slider-images img:nth-child(3) { object-position: right center; }
  .slider-images::after { background: linear-gradient(90deg, rgba(7,29,73,.99), rgba(2,46,124,.84) 56%, rgba(7,29,73,.2)); }
  .slider-controls { right: 22px; bottom: 22px; }
  .intro-story { grid-template-columns: 1fr; }
  .intro-story-image { min-height: 620px; border-right: 0; border-bottom: 1px solid var(--line); }
  .family-grid { grid-template-columns: 1fr; }
  .family-card { display: grid; grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .family-image { aspect-ratio: auto; }
  .family-content { min-height: 330px; border-top: 0; border-left: 8px solid var(--ink); }
  .family-grid .family-card:last-child .family-image { aspect-ratio: auto; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .split-feature { grid-template-columns: 1fr; }
  .split-image { min-height: 410px; }
  .split-copy { border-left: 0; border-top: 1px solid var(--line); }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .page-hero-media { min-height: 620px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 20px, 540px); }
  .header-inner { min-height: 76px; }
  .brand { width: 122px; }
  .mobile-panel { top: 76px; }
  .slider-stage { height: 720px; }
  .slider-content { height: 100%; align-items: flex-end; }
  .slider-copy { padding: 56px 12px 105px; }
  .slider-copy h1 { font-size: clamp(2.55rem, 12.5vw, 4rem); }
  .slider-copy .button-row .button { width: 100%; }
  .slider-images img,
  .slider-images img:nth-child(1),
  .slider-images img:nth-child(2),
  .slider-images img:nth-child(3) { object-position: center top; }
  .slider-images::after { background: linear-gradient(0deg, rgba(7,29,73,.99) 0%, rgba(2,46,124,.82) 48%, rgba(7,29,73,.12) 82%); }
  .slider-controls { right: 14px; bottom: 16px; }
  .intro-story-image { min-height: 430px; }
  .intro-story-copy { padding: 52px 24px; }
  .section-heading { gap: 20px; }
  .family-card { grid-template-columns: 1fr; }
  .family-image { aspect-ratio: 1 / .88; }
  .family-grid .family-card:last-child .family-image { aspect-ratio: 1 / .88; }
  .family-content { min-height: 300px; border-top: 8px solid var(--ink); border-left: 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid div { min-height: 145px; }
  .visual-service-grid { grid-template-columns: 1fr; }
  .visual-service-card,
  .visual-service-card:nth-child(2n),
  .visual-service-card:nth-child(3n) { border-right: 0; }
  .visual-service-image { min-height: 290px; }
  .visual-service-copy { min-height: 300px; }
  .page-hero-copy { padding: 52px 24px; }
  .page-hero-media { min-height: 500px; }
  .contact-head { padding-inline: 24px; }
  .form-card { border-left: 0; border-top: 1px solid var(--line); }
  .cta { padding: 52px 24px; }
  .coming-logo { width: min(390px, 88%); margin: 0 auto; box-shadow: 12px 12px 0 var(--blue); }
}
