/* Vial Construction LLC — style.css
   Fuentes auto-alojadas (DM Sans + Manrope, licencia SIL OFL 1.1). */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/dm-sans-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;src:url(fonts/dm-sans-latin-500-normal.woff2) format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/dm-sans-latin-600-normal.woff2) format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;font-display:swap;src:url(fonts/dm-sans-latin-700-normal.woff2) format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/manrope-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url(fonts/manrope-latin-500-normal.woff2) format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/manrope-latin-600-normal.woff2) format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;src:url(fonts/manrope-latin-800-normal.woff2) format('woff2')}

:root{--ink:#12242b;--text:#25363d;--muted:#627178;--gold:#edbf75;--paper:#fff;--soft:#f2f5f5;--line:#dce2e4;scroll-behavior:smooth;scroll-padding-top:110px;color-scheme:light}
*{box-sizing:border-box}
body{margin:0;color:var(--text);background:white;font:400 1rem/1.65 'DM Sans',sans-serif}
body.modal-open{overflow:hidden}
button,input{font:inherit}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;color:inherit}
a:focus-visible,button:focus-visible{outline:3px solid #c08b36;outline-offset:5px}
img{display:block;max-width:100%}
.wrap{width:100%;max-width:1440px;padding-left:6%;padding-right:6%;margin-inline:auto}
.section-pad{padding-block:100px}
.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px 24px;color:var(--ink)}
.skip-link:focus{top:12px}
.site-header{background:white;color:var(--ink);position:sticky;top:env(safe-area-inset-top,0px);z-index:20;border-bottom:1px solid var(--line)}
.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{flex-shrink:0;display:block}
.brand>img{width:185px;height:85px;object-fit:cover;object-position:center 40%}
.desktop-nav{display:flex;gap:32px;margin-left:auto;margin-right:25px;font-size:14px}
.desktop-nav>a{position:relative;padding-block:10px}
.desktop-nav>a:after{content:'';position:absolute;bottom:4px;left:0;width:0;height:1px;background:#957032;transition:width .2s}
.desktop-nav>a:hover:after{width:100%}
.header-actions{display:flex;gap:25px;align-items:center}
.language-switch{display:flex;align-items:center;gap:3px;font-size:12px;color:#7b878c}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;border:0;background:none;color:#6e7a80;min-height:44px;min-width:30px;padding:0 3px;font-size:12px}
.language-switch a[aria-current=page]{color:var(--ink);font-weight:700}
.button{display:inline-flex;justify-content:space-between;align-items:center;gap:25px;background:var(--ink);color:white;padding:18px 24px;font-size:14px;font-weight:600;line-height:1.4;min-height:54px;transition:background .2s,transform .2s}
.button:hover{background:#294a58;transform:translateY(-2px)}
.icon-arrow{width:18px;height:18px;flex-shrink:0}
.button .icon-arrow{width:18px;height:18px}
.button-small{padding:13px 17px;min-height:46px;font-size:13px;gap:18px}
.button-gold{background:var(--gold);color:var(--ink)}
.button-gold:hover{background:#ffdea8}
.menu-button{display:none;width:44px;height:44px;background:transparent;border:0;padding:10px}
.menu-button span{display:block;background:var(--ink);height:1px;width:24px;margin:6px 0;transition:transform .2s}
.menu-button[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-nav{padding:15px 6% 25px;border-top:1px solid var(--line)}
.mobile-nav:not([hidden]){display:grid;gap:4px}
.mobile-nav a{padding:10px 0}
.hero{background:var(--ink);color:white;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.03fr 1fr;align-items:center;gap:5%;padding-block:48px}
.eyebrow{font-size:12px;line-height:1.5;font-weight:600;letter-spacing:1.5px;margin:0 0 25px;color:var(--muted)}
.hero .eyebrow{color:#c4d0d4;font-size:12px;letter-spacing:1.2px}
.hero .eyebrow:before{content:'';display:block;width:32px;height:2px;background:var(--gold);margin-bottom:23px}
h1,h2,h3{font-family:'Manrope',sans-serif}
h1{font-size:clamp(54px,5.5vw,86px);line-height:1.09;font-weight:500;letter-spacing:-3.7px;margin:0 0 29px}
h1 em,h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-2px}
h1 em{color:var(--gold)}
.hero-description{max-width:375px;color:#bfcbd0;font-size:16px;line-height:1.8;margin:0 0 30px}
.hero-buttons{display:flex;align-items:center;gap:23px;flex-wrap:wrap}
.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;font-weight:500;border-bottom:1px solid #8b979b;padding:8px 0;line-height:1.4;transition:border-color .2s}
.text-link:hover{border-color:currentColor}
.text-link .icon-arrow{width:16px;height:16px}
.hero .text-link{border-color:#ffffff66}
.hero-location{color:#aabdc5;font-size:12px;margin:30px 0 0}
.hero-visual{height:620px;min-width:0;margin:0;position:relative;isolation:isolate;overflow:hidden}
.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center}
.image-shade{position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(10,25,29,.65));pointer-events:none}
.hero-visual figcaption{position:absolute;bottom:34px;left:30px;right:84px;display:flex;flex-direction:column;gap:8px}
.image-label{font-size:12px;letter-spacing:1.3px;font-weight:500}
.image-caption{font-size:12px;color:#e1e7e9}
.hero-image-link{position:absolute;right:27px;bottom:30px;background:white;color:var(--ink);width:48px;height:48px;display:grid;place-items:center}
.hero-image-link .icon-arrow{width:22px;height:22px}
.hero-image-link:hover{background:var(--gold)}
.benefit-band{border-bottom:1px solid var(--line)}
.benefit-inner{min-height:88px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:20px;font-size:13px;font-weight:500;text-align:center}
.benefit-inner>span+span{border-left:1px solid var(--line)}
.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:53px}
.section-header .eyebrow{margin-bottom:19px}
h2{font-size:clamp(36px,3.4vw,51px);font-weight:500;line-height:1.2;letter-spacing:-2px;margin:0}
.section-intro{max-width:350px;margin:0 0 5px;color:var(--muted);font-size:16px;line-height:1.8}
.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 0}
.service-card{border-top:1px solid var(--line);padding:35px 30px 0 0;min-width:0;display:flex;flex-direction:column}
.service-card:nth-child(even){border-left:1px solid var(--line);padding-left:30px}
.service-card:nth-child(even){padding-right:0}
.service-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}
.service-top svg{width:40px;height:40px;color:#52717d}
.service-top>span{font-size:12px;color:var(--muted)}
h3{font-size:22px;font-weight:600;letter-spacing:-.7px;line-height:1.4;margin:0 0 13px}
.service-card p{color:var(--muted);margin:0 0 24px;font-size:16px;line-height:1.75}
.service-link{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:14px;font-weight:500;min-height:44px;margin-top:auto}
.service-link .icon-arrow{width:20px;height:20px;color:#8c621f}
.service-link:hover{color:#8c621f}
.project-section{background:var(--soft)}
.project-section .section-header>.text-link{margin-bottom:6px}
.project-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:25px}
.project-card{min-width:0}
.project-photo-button{border:0;padding:0;width:100%;display:block;position:relative;background:var(--line);overflow:hidden;cursor:zoom-in}
.project-photo-button img{width:100%;height:355px;object-fit:cover;transition:transform .6s}
.project-card:first-child .project-photo-button img{height:425px}
.project-photo-button:hover img{transform:scale(1.04)}
.project-open{position:absolute;bottom:16px;right:16px;width:39px;height:39px;display:grid;place-items:center;background:white;color:var(--ink);box-shadow:0 1px 10px #0002}
.project-open .icon-arrow{width:17px;height:17px}
.project-info{padding-top:20px}
.project-category{font-size:12px;letter-spacing:1px;color:var(--muted);margin:0 0 8px}
.project-info h3{font-weight:500;font-size:21px;letter-spacing:-.5px;line-height:1.4;margin:0 0 8px}
.project-info h3 a{cursor:zoom-in}
.project-info h3 a:hover{text-decoration:underline}
.project-summary{font-size:16px;color:var(--muted);line-height:1.75;margin:0}
.transformation{display:grid;grid-template-columns:.85fr 1.5fr;gap:7%;align-items:center}
.transformation-copy>.eyebrow{font-size:12px;margin-bottom:20px}
.transformation-copy>p:not(.eyebrow){margin:25px 0 20px;color:var(--muted);line-height:1.8;max-width:350px;font-size:16px}
.comparison-pair{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.comparison-pair figure{position:relative;margin:0}
.comparison-pair img{width:100%;height:430px;object-fit:cover}
.comparison-pair figcaption{position:absolute;left:14px;top:14px;background:#fffffff2;color:var(--ink);padding:5px 12px;font-size:12px;min-width:63px;text-align:center}
.comparison-pair figure:last-child figcaption{background:var(--ink);color:white}
.contact{background:var(--ink);color:white;padding:95px 0}
.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:12%;align-items:center}
.contact .eyebrow{color:var(--gold);font-size:12px}
.contact h2{font-size:clamp(39px,4.3vw,64px);line-height:1.14}
.contact h2 em{color:var(--gold)}
.contact-intro{color:#bfcbd0;max-width:425px;margin:27px 0 25px;line-height:1.8;font-size:16px}
.contact-tags{display:flex;gap:9px;flex-wrap:wrap}
.contact-tags>span{border:1px solid #ffffff38;padding:6px 12px;font-size:12px;color:#dce4e7}
.contact-panel{padding:34px;background:#20373f}
.contact-panel>.eyebrow{font-size:12px;margin:0 0 12px;color:#b3c4cb}
.phone{display:flex;gap:16px;justify-content:space-between;font:400 clamp(24px,2.5vw,35px)/1.4 'Manrope',sans-serif;letter-spacing:-1px;margin-bottom:30px;white-space:nowrap}
.phone>span{color:var(--gold)}
.phone .icon-arrow{width:28px;height:28px;color:var(--gold);align-self:center}
.phone:hover{text-decoration:underline}
.contact-row{border-top:1px solid #ffffff28;padding-top:24px;margin-top:24px}
.contact-row>span{display:block;color:#a5bcc5;font-size:12px;margin-bottom:9px}
.contact-row>p{margin:0;color:#e0e7e9;font-size:16px;line-height:1.7}
.contact-row>a{display:flex;justify-content:space-between;gap:12px;font-size:16px}
.contact-row>a:hover{text-decoration:underline}
footer{background:#0e1c21;color:#c2cdd1}
.footer-main{display:flex;gap:30px;align-items:center;justify-content:space-between;padding-top:44px;padding-bottom:35px}
.wordmark{font:800 34px/1 'Manrope',sans-serif;letter-spacing:-1px;color:white;display:flex;flex-direction:column;gap:8px}
.wordmark span{font:500 12px/1 'DM Sans',sans-serif;letter-spacing:2px}
.footer-main>p{font-family:Georgia,serif;font-style:italic;font-size:20px;margin:0}
.back-top{display:flex;gap:12px;align-items:center;font-size:12px}
.back-top .icon-arrow{width:15px;height:15px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff19;padding-top:20px;padding-bottom:23px;font-size:12px;color:#9cafb7}
.footer-bottom>a:hover{text-decoration:underline}
.project-dialog{border:0;padding:0;background:white;color:var(--ink);max-width:1050px;width:calc(100% - 48px);max-height:calc(100svh - 48px);overflow:auto;overscroll-behavior:contain}
.project-dialog[open]{display:grid;grid-template-columns:1.2fr 1fr;align-items:center}
.project-dialog::backdrop{background:#08151bdd;backdrop-filter:blur(5px)}
.project-dialog>img{width:100%;height:590px;object-fit:contain;background:#eef2f2;min-width:0}
.dialog-close{position:absolute;top:13px;right:13px;width:44px;height:44px;border:0;border-radius:50%;background:white;box-shadow:0 1px 8px #0002;z-index:2;display:grid;place-items:center;padding:0}
.dialog-close svg{width:20px;height:20px}
.dialog-copy{padding:48px 35px}
.dialog-copy .eyebrow{font-size:12px;margin-bottom:20px}
.dialog-copy h2{font-size:34px;letter-spacing:-1px}
.dialog-copy>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.8;margin:24px 0}
.dialog-copy .text-link{font-size:14px}
@media(min-width:1600px){.hero-visual{height:670px}
}
@media(max-width:1100px){.header-inner{gap:22px}
.brand>img{width:160px;height:78px}
.desktop-nav{gap:22px;margin-right:5px}
.header-actions{gap:15px}
.hero-grid{gap:5%}
.hero h1{font-size:65px}
.hero-visual{height:610px}
.hero-buttons{gap:17px}
.contact-grid{gap:7%}
.contact-panel{padding:28px}
.project-photo-button img{height:320px}
.project-card:first-child .project-photo-button img{height:390px}
.project-info h3{font-size:20px}
.service-card{padding-right:24px}
.service-card:nth-child(even){padding-left:24px}
.service-card h3{font-size:21px}
.transformation{grid-template-columns:1fr 1.4fr;gap:6%}
.transformation h2{font-size:40px}
}
@media(max-width:850px){.header-inner{min-height:86px}
.header-cta{display:none}
.desktop-nav{margin-left:auto;margin-right:15px}
.header-actions{gap:10px}
.hero-grid{gap:5%;padding-block:40px}
.hero h1{font-size:54px;letter-spacing:-2.4px}
.hero-visual{height:570px}
.hero-visual figcaption{left:20px;bottom:27px}
.image-label{font-size:12px}
.hero-image-link{width:38px;height:38px;bottom:25px;right:20px}
.hero-buttons{gap:14px}
.hero .eyebrow{font-size:12px}
.benefit-inner{gap:14px;font-size:12px}
.section-pad{padding-block:75px}
.section-header{gap:35px;margin-bottom:40px}
.section-intro{font-size:16px;max-width:260px}
h2{font-size:38px;letter-spacing:-1.6px}
.service-grid{gap:20px}
.service-card{padding:26px 0 0!important;border-left:0!important}
.service-card p{font-size:16px}
.service-top{margin-bottom:25px}
.service-card h3{font-size:20px}
.project-grid{gap:20px;grid-template-columns:1fr 1fr}
.project-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:30px;margin-bottom:15px}
.project-card:first-child .project-photo-button img{height:350px}
.project-photo-button img{height:320px}
.project-card:first-child h3{font-size:27px}
.project-card:first-child .project-info{padding:0}
.project-section .section-header{align-items:flex-start}
.project-section .section-header>.text-link{max-width:190px;margin-top:40px}
.transformation{gap:35px;grid-template-columns:1fr}
.transformation-copy{max-width:530px}
.transformation-copy>p:not(.eyebrow){max-width:none}
.comparison-pair{gap:20px}
.comparison-pair img{height:490px}
.contact-grid{gap:6%}
.contact h2{font-size:42px}
.contact .eyebrow{font-size:12px}
.contact-panel{padding:25px}
.phone{font-size:24px}
.project-dialog[open]{grid-template-columns:1fr 1fr}
.project-dialog>img{height:540px}
.dialog-copy{padding:40px 25px}
.dialog-copy h2{font-size:29px}
}
@media(max-width:700px){:root{scroll-padding-top:95px}
.header-inner{min-height:84px;gap:15px}
.brand>img{width:155px;height:76px}
.desktop-nav{display:none}
.header-actions{gap:17px;margin-left:auto}
.menu-button{display:block}
.hero-grid{grid-template-columns:1fr;gap:34px;padding-top:36px;padding-bottom:28px}
.hero .eyebrow{font-size:12px;letter-spacing:1px;margin-bottom:24px}
.hero .eyebrow:before{margin-bottom:19px}
.hero h1{font-size:clamp(49px,11.5vw,78px);letter-spacing:-2.5px;line-height:1.08;margin-bottom:24px}
h1 em{letter-spacing:-2px}
.hero-description{font-size:16px;max-width:480px;line-height:1.75;margin-bottom:25px}
.hero-buttons{gap:22px}
.button{padding:16px 20px;gap:20px;font-size:14px}
.hero-buttons .text-link{font-size:14px;gap:12px}
.hero-location{font-size:12px;margin-top:26px}
.hero-visual{height:490px}
.hero-visual figcaption{bottom:27px;left:24px}
.image-label{font-size:12px}
.hero-image-link{width:44px;height:44px}
.image-caption{font-size:12px}
.benefit-inner{grid-template-columns:1fr 1fr;gap:13px 20px;padding-block:24px;font-size:12px;text-align:center}
.benefit-inner>span+span{border-left:0}
.section-pad{padding-block:60px}
.section-header{display:block;margin-bottom:34px}
.section-header .eyebrow{font-size:12px;margin-bottom:17px}
h2{font-size:39px;letter-spacing:-1.6px}
.section-intro{max-width:none;font-size:16px;line-height:1.75;margin-top:23px}
.service-grid{grid-template-columns:1fr;gap:25px}
.service-card{position:relative;padding-top:26px!important}
.service-top{margin-bottom:17px}
.service-top svg{width:36px;height:36px}
.service-card h3{font-size:24px;margin-bottom:11px}
.service-card p{font-size:16px;line-height:1.75;max-width:470px;margin-bottom:10px}
.service-link{font-size:14px;max-width:470px}
.project-section .section-header>.text-link{max-width:none;margin-top:25px;font-size:14px}
.project-grid{grid-template-columns:1fr;gap:34px}
.project-card:first-child{grid-column:auto;display:block;margin:0}
.project-card:first-child .project-photo-button img,.project-photo-button img{height:420px}
.project-card:first-child .project-info,.project-info{padding-top:18px}
.project-card:first-child h3,.project-info h3{font-size:24px}
.project-summary{font-size:16px}
.project-category{font-size:12px}
.transformation h2{font-size:39px}
.transformation-copy>.eyebrow{font-size:12px}
.transformation-copy>p:not(.eyebrow){font-size:16px;margin-top:23px}
.comparison-pair{gap:10px}
.comparison-pair img{height:320px}
.comparison-pair figcaption{font-size:12px;padding:5px 9px;left:10px;top:10px;min-width:0}
.contact{padding-block:60px}
.contact-grid{grid-template-columns:1fr;gap:36px}
.contact h2{font-size:46px}
.contact-intro{font-size:16px;max-width:none;margin-top:25px}
.contact .eyebrow{font-size:12px;letter-spacing:1.2px}
.contact-panel{padding:28px}
.phone{font-size:clamp(26px,7.3vw,36px)}
.contact-row>p,.contact-row>a{font-size:16px}
.footer-main{padding-block:34px 30px;gap:20px;flex-wrap:wrap}
.footer-main>p{order:3;font-size:20px;flex-basis:100%}
.footer-bottom{flex-direction:column;gap:8px;font-size:12px}
.back-top{font-size:12px;gap:15px}
.project-dialog{width:calc(100% - 24px);max-height:calc(100svh - 24px)}
.project-dialog[open]{display:block}
.project-dialog>img{height:400px;max-height:52svh;object-fit:contain}
.dialog-copy{padding:27px}
.dialog-copy .eyebrow{font-size:12px;margin-bottom:12px}
.dialog-copy h2{font-size:29px}
.dialog-copy>p:not(.eyebrow){font-size:16px;margin:18px 0}
.dialog-close{position:sticky;top:12px;float:right;margin:12px 12px -56px 0}
}
@media(max-width:360px){.brand>img{width:135px;height:68px}
.header-actions{gap:8px}
.hero h1{font-size:46px}
.hero-buttons{gap:12px}
.hero-visual{height:370px}
.contact-panel{padding:21px}
.comparison-pair img{height:260px}
}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}
*,*:before,*:after{animation:none!important;transition:none!important}
}


/* Local business details and verified social channels. */
.hero h1{font-size:clamp(46px,5.1vw,75px);letter-spacing:-2.7px}
:lang(es) .hero h1{font-size:clamp(38px,4.25vw,63px);letter-spacing:-2.2px}
.hero-description{max-width:445px}
.social-links{display:flex;gap:10px;flex-wrap:wrap}
.social-links a{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:10px 15px;border:1px solid currentColor;border-radius:3px;font-size:14px;transition:background .2s,color .2s}
.social-links svg{width:21px;height:21px;flex-shrink:0}
.social-links .icon-arrow{width:14px;height:14px;margin-left:2px;opacity:.8}
.social-links a:hover{background:var(--gold);color:var(--ink);border-color:var(--gold)}
.contact-row .social-links{margin-top:15px}
.about-section{display:grid;grid-template-columns:1fr 1.1fr;gap:10%;border-top:1px solid var(--line)}
.about-copy>p{margin:0 0 22px;color:var(--muted);line-height:1.85}
.about-copy>.eyebrow{margin-top:30px;margin-bottom:16px;color:var(--ink)}
.area-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}
.area-tags span{font-size:12px;border:1px solid var(--line);padding:6px 12px}
.faq-section{background:var(--soft)}
.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%}
.faq-list details{border-top:1px solid #ccd5d9;padding:21px 0}
.faq-list details:last-child{border-bottom:1px solid #ccd5d9}
.faq-list summary{cursor:pointer;font-weight:600;font-size:17px;padding-right:15px;line-height:1.5}
.faq-list summary:focus-visible{outline:3px solid #c08b36;outline-offset:5px}
.faq-list details>p{color:var(--muted);margin:16px 0 0;line-height:1.8}
@media(max-width:850px){.service-grid{gap:30px}.about-section,.faq-grid{gap:7%}}
@media(max-width:700px){.hero h1{font-size:clamp(43px,11.5vw,75px)}:lang(es) .hero h1{font-size:clamp(36px,9.4vw,62px);letter-spacing:-1.8px}.about-section,.faq-grid{grid-template-columns:1fr;gap:30px}.service-grid{grid-template-columns:1fr}}

/* Direct contact and verified socials above the main navigation. */
.topbar{background:var(--ink);color:#e0e7e9}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:46px}
.topbar-call{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:13px}
.topbar-call-label{font-size:10px;letter-spacing:1.1px;color:#b7c7ce}
.phone-icon{width:20px;height:20px;flex-shrink:0}
.topbar-call .phone-icon,.call-heading .phone-icon{color:var(--gold)}
.topbar-call:hover{color:var(--gold)}
.topbar-social{display:flex;align-items:center;gap:4px}
.topbar-social a{display:grid;place-items:center;width:44px;min-height:44px;border-radius:3px;transition:background .2s,color .2s}
.topbar-social svg{width:20px;height:20px}
.topbar-social a:hover{color:var(--gold);background:#ffffff12}
.contact-panel>.call-heading{display:flex;gap:11px;align-items:center}
@media(max-width:480px){.topbar-call-label{display:none}.topbar-call{gap:10px}.topbar-social{gap:0}}

/* 404 */
.notfound-wrap{padding-block:70px 90px;max-width:900px}
.notfound-title{font-size:clamp(40px,6vw,64px)}
.notfound-copy{max-width:520px}

/* Redes sociales en la portada */
.hero-social{margin-top:28px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}
.hero-social-label{font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:#aabdc5;font-weight:500}
.hero .social-links a{border-color:#ffffff4d;color:#fff}
.hero .social-links a:hover{background:var(--gold);color:var(--ink);border-color:var(--gold)}
@media(max-width:700px){.hero-social{margin-top:22px;gap:10px 14px}.hero .social-links a{min-height:44px;padding:8px 13px}}

/* preview only */
.preview-bar{background:#edbf75;color:#12242b;font:600 12px/1.5 'DM Sans',sans-serif;letter-spacing:.6px;text-align:center;padding:9px 16px}
.preview-bar a{border-bottom:1px solid currentColor}
