@font-face { font-family: Manrope; src: url('./fonts/manrope-latin.woff2') format('woff2'); font-style: normal; font-weight: 400 800; font-display: swap; }
:root { --paper:#f8f7f2; --ink:#192c28; --muted:#57645e; --blue:#1647ed; --orange:#fa613b; --line:#d9ded4; --ease:cubic-bezier(.2,.7,.2,1); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:115px; overflow-wrap:anywhere; }
body { margin:0; background:var(--paper); color:var(--ink); font:1rem/1.75 Manrope,Arial,sans-serif; -webkit-font-smoothing:antialiased; }
::selection { background:#ffb8a4; color:var(--ink); }
a { color:inherit; text-decoration-thickness:1px; text-underline-offset:5px; }
a,button,summary { -webkit-tap-highlight-color:transparent; }
button,input,select,textarea { font:inherit; }
button,summary { cursor:pointer; }
button:disabled { cursor:not-allowed; opacity:.6; }
img { display:block; width:100%; height:auto; }
figure,h1,h2,h3,p { margin:0; }
picture { display:block; }
h1,h2,h3 { font-weight:800; line-height:1.12; letter-spacing:-.055em; }
h2 { font-size:clamp(2rem,3.6vw,3.25rem); }
h3 { font-size:1.5rem; letter-spacing:-.035em; }
ul,ol { margin:0; padding:0; }
:focus-visible { outline:3px solid currentColor; outline-offset:5px; }
[hidden],.honeypot { display:none!important; }
.container { width:min(1280px,calc(100% - 112px)); margin-inline:auto; }
.section-space { padding-block:110px; }
.icon { flex:0 0 auto; width:24px; height:24px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.skip-link { position:fixed; z-index:100; left:16px; top:10px; padding:12px 20px; background:var(--ink); color:white; transform:translateY(-180%); }
.skip-link:focus { transform:translateY(0); }
.preview-bar { font-size:.69rem; letter-spacing:.025em; background:#e9ece4; color:#3b4d44; }
.preview-bar .container { display:flex; align-items:center; gap:9px; min-height:29px; padding-block:5px; }
.preview-dot { width:5px; height:5px; background:#445b4e; border-radius:50%; flex-shrink:0; }
.site-header { position:sticky; top:0; z-index:30; background:rgba(248,247,242,.97); border-bottom:1px solid var(--line); transition:box-shadow .25s; }
.site-header.is-scrolled { box-shadow:0 5px 24px #192c280b; }
.header-inner { min-height:100px; display:flex; justify-content:space-between; align-items:center; gap:28px; }
.wordmark { display:inline-flex; gap:12px; align-items:center; text-decoration:none; font-size:.7rem; font-weight:600; letter-spacing:.02em; line-height:1.3; flex-shrink:0; }
.brand-symbol { display:block; width:46px; height:52px; flex:0 0 auto; color:var(--blue); }
.wordmark-category { display:block; margin-bottom:2px; letter-spacing:.06em; }
.wordmark-place { display:block; font-size:1.65rem; font-weight:800; letter-spacing:-.055em; }
.brand-period { color:var(--orange); }
.desktop-nav ul,.header-actions { display:flex; align-items:center; gap:28px; list-style:none; }
.desktop-nav a { min-height:44px; display:inline-flex; align-items:center; text-decoration:none; font-size:.77rem; font-weight:700; position:relative; }
.desktop-nav a::after { content:''; position:absolute; bottom:7px; width:100%; height:2px; background:var(--blue); transform:scaleX(0); transform-origin:left; transition:transform .3s var(--ease); }
.desktop-nav a:hover::after,.desktop-nav a[aria-current]::after { transform:scaleX(1); }
.header-actions { gap:14px; }
.search-link { display:grid; place-items:center; width:44px; height:44px; text-decoration:none; border-radius:50%; transition:background .2s; }
.search-link:hover { background:#e6eafb; }
.search-link .icon { width:20px; height:20px; }
.header-contact { display:inline-flex; align-items:center; min-height:47px; gap:20px; padding:12px 19px; background:var(--orange); text-decoration:none; font-size:.74rem; font-weight:800; transition:background .25s; }
.header-contact:hover { background:#ff7959; }
.header-contact .icon { width:19px; height:19px; }
.mobile-menu { display:none; }
.hero { display:grid; grid-template-columns:1fr 1.04fr; gap:56px; padding-block:64px 68px; align-items:center; }
.eyebrow,.small-label { font-weight:800; font-size:.65rem; letter-spacing:.14em; line-height:1.7; }
.eyebrow { display:flex; align-items:center; gap:9px; margin-bottom:22px; }
.eyebrow>span { height:6px; width:6px; background:var(--orange); border-radius:50%; }
.hero h1 { font-size:clamp(3rem,5.25vw,5rem); line-height:1.085; letter-spacing:-.065em; }
.text-blue { color:var(--blue); }
.hero-description { max-width:390px; color:var(--muted); line-height:1.85; font-size:.92rem; margin-top:26px; }
.hero-actions { display:flex; align-items:flex-start; flex-direction:column; gap:15px; margin-top:30px; }
.button { display:inline-flex; align-items:center; justify-content:space-between; gap:26px; min-height:55px; padding:15px 23px; border:1px solid transparent; border-radius:2px; font-weight:700; text-decoration:none; font-size:.8rem; line-height:1.5; transition:background .25s,transform .25s var(--ease),box-shadow .25s; }
.button .icon { width:21px; height:21px; transition:transform .25s var(--ease); }
.button:hover .icon { transform:translateX(4px); }
.button:active { transform:translateY(1px); }
.button--primary { color:white; background:var(--blue); }
.button--primary:hover { background:#1238bd; box-shadow:0 6px 14px #1647ed20; }
.button--light,.button--paper { background:var(--paper); color:var(--ink); }
.button--light:hover,.button--paper:hover { background:#e5e8dc; }
.text-link { display:inline-flex; align-items:center; gap:14px; min-height:44px; text-decoration:none; font-size:.8rem; font-weight:800; }
.text-link .icon { width:19px; height:19px; transition:transform .3s var(--ease); }
.text-link:hover .icon { transform:translateX(4px); }
.hero-note { display:flex; align-items:center; gap:13px; margin-top:28px; color:var(--muted); }
.hero-note .icon { color:var(--ink); width:30px; height:30px; }
.hero-note p { font-size:.72rem; line-height:1.65; }
.hero-figure { position:relative; align-self:stretch; min-height:560px; }
.hero-figure picture { height:calc(100% - 25px); }
.hero-figure img { height:100%; object-fit:cover; object-position:59% center; border-radius:140px 3px 3px 3px; }
figcaption { margin-top:9px; font-size:.57rem; color:var(--muted); line-height:1.5; }
.hero-figure figcaption { text-align:right; }
.image-tag { position:absolute; bottom:49px; left:-25px; background:var(--orange); padding:23px 66px 23px 21px; font-size:.62rem; letter-spacing:.05em; font-weight:800; line-height:1.55; transform:rotate(-5deg); box-shadow:0 7px 24px #37251618; }
.image-tag .icon { position:absolute; right:22px; top:28px; }
.audience-strip { background:var(--blue); color:white; padding-block:30px; }
.audience-strip .container { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.audience-strip .container>span { font-size:.6rem; letter-spacing:.13em; max-width:155px; line-height:1.7; }
.audience-strip p { display:flex; align-items:center; justify-content:space-between; gap:45px; font-size:clamp(1.05rem,1.65vw,1.5rem); letter-spacing:-.035em; font-weight:600; }
.audience-strip .icon { color:#a9bdff; width:25px; height:25px; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:50px; margin-bottom:47px; }
.section-heading>p { font-size:.88rem; color:var(--muted); padding-bottom:4px; max-width:340px; }
.service-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.service-image { display:block; position:relative; overflow:hidden; background:#dbd8cf; }
.service-image img { aspect-ratio:1.35; object-fit:cover; transition:transform .75s var(--ease); }
.service-image:hover img { transform:scale(1.045); }
.image-arrow { position:absolute; bottom:16px; right:16px; width:39px; height:39px; display:grid; place-items:center; border-radius:50%; background:var(--paper); }
.image-arrow .icon { width:19px; height:19px; }
.service-card-body { padding-top:24px; }
.card-index { font-size:.61rem; color:var(--muted); letter-spacing:.04em; font-weight:700; margin-bottom:10px; }
.service-card h3 { font-size:clamp(1.3rem,2vw,1.75rem); margin-bottom:11px; }
.service-card h3 a { text-decoration:none; display:inline-flex; align-items:center; min-height:44px; }
.service-card h3 a:hover { color:var(--blue); }
.service-card-body>p:last-child { color:var(--muted); font-size:.83rem; max-width:330px; }
.other-services { display:grid; grid-template-columns:1fr 2.1fr; gap:28px; border-top:1px solid var(--line); margin-top:48px; padding-top:27px; }
.other-services>p { padding-top:12px; font-size:.58rem; }
.other-services ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:3px 26px; list-style:none; }
.other-services a { display:flex; align-items:center; justify-content:space-between; min-height:48px; text-decoration:none; border-bottom:1px solid var(--line); font-weight:600; font-size:.79rem; gap:15px; }
.other-services a:hover { color:var(--blue); }
.other-services .icon { width:17px; height:17px; }
.catalog-note { font-size:.65rem; color:var(--muted); margin-top:26px; }
.security-section { background:var(--blue); color:white; }
.security-inner { display:grid; grid-template-columns:1fr 1fr; gap:75px; padding-block:90px; align-items:center; }
.security-copy h2 { font-size:clamp(2.5rem,4.5vw,4.2rem); }
.security-copy h2>span { color:#ffad83; }
.security-copy>p:not(.eyebrow) { color:#e1e7ff; font-size:.88rem; max-width:380px; margin-top:25px; }
.check-list { list-style:none; margin-block:27px 32px; display:grid; gap:10px; }
.check-list li { display:flex; align-items:center; gap:12px; font-size:.75rem; }
.check-list .icon { width:17px; height:17px; color:#d0e076; }
.security-figure img { aspect-ratio:1; object-fit:cover; }
.security-figure figcaption { color:#d1dbff; }
.process-grid { list-style:none; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:30px; }
.process-grid li { border-top:1px solid var(--line); padding-top:24px; }
.step-number { display:block; font-size:2.5rem; letter-spacing:-.055em; font-weight:500; color:var(--blue); margin-bottom:27px; line-height:1; }
.process-grid h3 { font-size:1.12rem; letter-spacing:-.03em; margin-bottom:14px; }
.process-grid p { font-size:.8rem; color:var(--muted); }
.craft-section { display:grid; grid-template-columns:1.1fr 1fr; align-items:center; gap:90px; padding-block:12px 80px; }
.craft-section img { aspect-ratio:1.12; object-fit:cover; }
.craft-copy h2 { font-size:clamp(2rem,3.3vw,3.15rem); }
.craft-copy>p:not(.eyebrow) { font-size:.86rem; color:var(--muted); margin-block:24px; max-width:400px; }
.home-faq { display:grid; grid-template-columns:1fr 1fr; gap:75px; border-top:1px solid var(--line); }
.home-faq>div>.text-link { margin-top:28px; }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list details:first-child { border-top:1px solid var(--line); }
.faq-list summary { display:flex; justify-content:space-between; align-items:center; gap:20px; list-style:none; padding-block:25px; font-weight:700; font-size:.9rem; line-height:1.6; min-height:60px; }
.faq-list summary::-webkit-details-marker,.mobile-menu summary::-webkit-details-marker { display:none; }
.faq-list summary .icon { width:21px; height:21px; color:var(--blue); transition:transform .3s; }
.faq-list details[open] summary .icon { transform:rotate(45deg); }
.faq-answer { padding:0 35px 27px 0; font-size:.85rem; color:var(--muted); }
.faq-list details[open] .faq-answer { animation:answer-in .3s var(--ease); }
.contact-banner { background:var(--orange); position:relative; overflow:hidden; }
.contact-banner-inner { display:flex; align-items:center; justify-content:space-between; gap:80px; padding-block:75px; position:relative; }
.contact-banner h2 { font-size:clamp(3rem,5.7vw,5.5rem); }
.contact-banner-actions { position:relative; z-index:1; padding-right:110px; }
.contact-banner-actions>p { font-size:.9rem; margin-bottom:21px; }
.contact-banner-actions>span { display:block; font-size:.6rem; margin-top:12px; }
.banner-key { position:absolute; right:-60px; bottom:-45px; width:200px; height:200px; color:#772411; opacity:.18; transform:rotate(-15deg); pointer-events:none; }
.editorial-note { font-size:.58rem; color:var(--muted); padding-block:22px; }
.site-footer { background:#162d27; color:var(--paper); padding-block:70px 26px; }
.footer-top { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:70px; margin-bottom:55px; }
.wordmark--light .brand-symbol { color:var(--paper); }
.footer-top>div>p { margin-top:20px; font-size:.86rem; line-height:1.7; color:#ccd5cf; }
.footer-label { font-size:.58rem; letter-spacing:.14em; color:#c9d4cc; margin-bottom:14px; }
.site-footer nav ul { list-style:none; }
.site-footer nav a { display:inline-flex; align-items:center; min-height:44px; text-decoration:none; font-size:.74rem; }
.site-footer nav a:hover { color:#ffad90; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:30px; border-top:1px solid #40564b; padding-top:20px; }
.footer-bottom>p { color:#c6d1c9; font-size:.59rem; }
.footer-bottom nav ul { display:flex; gap:24px; flex-wrap:wrap; }
.footer-bottom nav a { font-size:.62rem; }
.image-disclosure { font-size:.56rem; color:#bbc8be; margin-top:14px; }
.breadcrumbs { padding-top:27px; }
.breadcrumbs ol { display:flex; flex-wrap:wrap; gap:9px; list-style:none; font-size:.68rem; color:var(--muted); }
.breadcrumbs li { display:inline-flex; align-items:center; gap:9px; }
.breadcrumbs li+li::before { content:'/'; opacity:.6; }
.breadcrumbs a { min-height:44px; display:inline-flex; align-items:center; }
.page-hero { padding-block:45px 60px; }
.page-hero h1 { font-size:clamp(2.5rem,5vw,4.6rem); max-width:850px; }
.page-intro { margin-top:27px; max-width:650px; font-size:1rem; color:var(--muted); }
.page-hero--service { display:grid; grid-template-columns:1fr .87fr; gap:65px; align-items:center; }
.page-hero--service h1 { font-size:clamp(2.4rem,4.5vw,4.1rem); }
.page-hero--service .page-intro { font-size:.9rem; }
.page-hero--service .text-link { color:var(--blue); margin-top:20px; }
.page-hero--service img { aspect-ratio:1.2; object-fit:cover; border-radius:2px 70px 2px 2px; }
.page-body { padding-bottom:70px; }
.page-body--columns { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:100px; }
.page-article { min-width:0; max-width:790px; }
.text-section { padding-block:30px; border-top:1px solid var(--line); }
.text-section h2,.related-block h2,.sources-block h2,.page-contact-block h2 { font-size:1.75rem; letter-spacing:-.04em; margin-bottom:23px; }
.text-section p+p { margin-top:17px; }
.text-section p,.text-section li { font-size:.91rem; color:#4c5f54; }
.text-section strong, .page-article strong, .faq-answer strong, .hero-copy strong, .service-card-body strong, .security-copy strong, .craft-copy strong, .process-grid strong { font-weight:800; color:var(--ink); }
.text-section em, .page-article em, .faq-answer em, .hero-copy em, .service-card-body em, .security-copy em, .craft-copy em, .process-grid em { font-style:italic; color:#233a34; }
.text-section p a, .text-section li a, .page-article p a, .faq-answer p a { color:var(--blue); font-weight:600; text-decoration:underline; text-decoration-color:rgba(22,71,237,.35); text-underline-offset:3px; transition:color .2s, text-decoration-color .2s; }
.text-section p a:hover, .text-section li a:hover, .page-article p a:hover, .faq-answer p a:hover { color:#1032a8; text-decoration-color:var(--blue); }
.text-section ul { padding-left:22px; display:grid; gap:13px; }
.page-faq { margin-block:32px 50px; }
.page-faq>h2 { font-size:1.85rem; margin-bottom:28px; }
.related-block,.sources-block,.page-contact-block { margin-block:32px; border-top:1px solid var(--line); padding-top:32px; }
.related-block ul,.sources-block ul { list-style:none; }
.related-block li>a,.sources-block li>a { display:inline-flex; align-items:center; min-height:44px; font-size:.8rem; }
.related-block a { color:var(--blue); }
.sources-block h2 { font-size:1.2rem; }
.sources-block p { font-size:.65rem; color:var(--muted); margin-top:10px; }
.sources-block li>a { font-size:.69rem; }
.contact-actions a { display:inline-flex; align-items:center; min-height:48px; color:var(--blue); font-weight:700; font-size:.85rem; }
.page-aside { padding-top:30px; }
.aside-card { padding:30px; background:var(--blue); color:white; }
.aside-card>.icon { width:34px; height:34px; margin-bottom:20px; }
.aside-card>.small-label { font-size:.56rem; }
.aside-card h2 { font-size:2.2rem; margin-block:18px; }
.aside-card>p:not(.small-label) { font-size:.8rem; color:#dce4ff; }
.aside-card .button { margin-block:25px 16px; width:100%; }
.aside-card small { display:block; font-size:.6rem; color:#dce4ff; }
.page-aside nav { margin-top:35px; }
.page-aside nav ul { list-style:none; margin-top:15px; }
.page-aside nav a { display:flex; align-items:center; justify-content:space-between; gap:16px; font-size:.74rem; text-decoration:none; padding-block:15px; min-height:44px; border-bottom:1px solid var(--line); }
.page-aside nav .icon { width:17px; height:17px; }
.page--legal .page-body,.page--faq .page-body { max-width:900px; }
.contact-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:75px; }
.contact-data { background:#e9eee6; padding:35px; align-self:start; }
.contact-data h2,.form-panel h2 { font-size:1.7rem; margin-bottom:24px; }
.contact-data dl { margin:0; }
.contact-data dt { font-size:.68rem; font-weight:800; margin-top:25px; }
.contact-data dd { margin:4px 0 0; color:var(--muted); font-size:.82rem; }
.form-panel { padding-bottom:20px; }
#form-help { font-size:.8rem; color:var(--muted); margin-bottom:24px; }
label { display:block; font-weight:700; font-size:.76rem; margin-bottom:9px; margin-top:20px; }
input:not([type=checkbox]),select,textarea { width:100%; min-height:52px; padding:12px 16px; border:1px solid #a2afa3; border-radius:2px; background:#fff; color:var(--ink); font-size:.88rem; }
textarea { min-height:140px; resize:vertical; }
input:focus,select:focus,textarea:focus { outline-color:var(--blue); border-color:var(--blue); }
input[type=checkbox] { width:18px; height:18px; accent-color:var(--blue); vertical-align:middle; margin-right:8px; flex-shrink:0; }
label:has(input[type=checkbox]) { line-height:1.8; padding-block:6px; }
.field-error { color:#a12718; font-size:.72rem; font-weight:700; margin-top:5px; }
.field-error:empty { display:none; }
[aria-invalid=true] { border-color:#a12718!important; }
#message-help,form>p:has(a) { font-size:.69rem; color:var(--muted); margin-top:9px; }
#check-request { background:var(--blue); color:white; border:0; padding:17px 24px; font-size:.82rem; font-weight:700; margin-top:22px; min-height:54px; transition:background .25s; }
#check-request:hover:not(:disabled) { background:#1238bd; }
#form-status:not(:empty) { background:#e6eee4; padding:20px; font-size:.8rem; margin-top:20px; border-left:3px solid var(--blue); }
[data-search-form] { background:#e9eee6; padding:30px; display:grid; grid-template-columns:1fr auto; gap:12px; }
[data-search-form] label { grid-column:1/-1; margin:0; }
[data-search-form] button { background:var(--blue); border:0; color:white; min-height:52px; padding:12px 25px; font-weight:700; }
#search-status { font-size:.8rem; margin-block:24px; }
#search-results { list-style:none; }
#search-results li { border-top:1px solid var(--line); padding-block:23px; }
#search-results h2 { font-size:1.35rem; margin-bottom:10px; }
#search-results h2 a { display:inline-flex; align-items:center; min-height:44px; }
#search-results p { font-size:.85rem; color:var(--muted); }
.error-links { list-style:none; display:flex; gap:25px; flex-wrap:wrap; }
.error-links a { display:inline-flex; align-items:center; min-height:48px; color:var(--blue); }
.back-to-top { position:fixed; right:22px; bottom:22px; z-index:20; width:44px; height:44px; display:grid; place-items:center; background:var(--paper); color:var(--blue); border:1px solid var(--line); border-radius:50%; box-shadow:0 3px 12px #192c2812; }
.back-to-top .icon { transform:rotate(-90deg); width:19px; height:19px; }
.cookie-notice { position:fixed; z-index:60; left:24px; bottom:24px; width:min(432px,calc(100% - 48px)); max-height:calc(100dvh - 48px); overflow:auto; padding:26px 28px 25px; background:var(--paper); border:1px solid var(--line); border-top:4px solid var(--orange); border-radius:4px 4px 18px 4px; box-shadow:0 12px 60px #192c2830; animation:reveal-in .4s var(--ease) both; }
.cookie-heading-row { display:flex; align-items:center; gap:12px; margin-bottom:15px; }
.cookie-brand { width:34px; height:38px; color:var(--blue); flex:0 0 auto; }
.cookie-heading-row .small-label { font-size:.6rem; letter-spacing:.13em; }
.cookie-close { display:grid; place-items:center; margin-left:auto; align-self:flex-start; width:44px; height:44px; flex:0 0 auto; padding:0; border:0; border-radius:50%; color:var(--ink); background:transparent; transition:background .2s; }
.cookie-close:hover { background:#e8ebe2; }
.cookie-close .icon { width:20px; height:20px; }
.cookie-notice h2 { font-size:1.6rem; line-height:1.25; letter-spacing:-.045em; margin-bottom:12px; }
.cookie-notice h2 span { color:var(--orange); }
.cookie-copy { font-size:.81rem; line-height:1.8; color:var(--muted); }
.cookie-notice .cookie-remember { display:flex; align-items:flex-start; gap:9px; margin-block:15px 18px; padding-block:6px; font-size:.69rem; line-height:1.7; font-weight:500; cursor:pointer; }
.cookie-remember input[type=checkbox] { margin:1px 0 0; }
.cookie-actions { display:flex; flex-wrap:wrap; align-items:center; gap:12px 20px; }
.cookie-actions .button { min-height:48px; padding:12px 19px; gap:23px; font-size:.76rem; }
.cookie-actions>a { display:inline-flex; align-items:center; gap:7px; min-height:44px; font-size:.7rem; font-weight:700; }
.cookie-actions>a .icon { width:15px; height:15px; }
.cookie-reopen { display:inline-flex; align-items:center; gap:9px; margin-top:10px; padding:7px 0; border:0; min-height:44px; color:var(--paper); background:transparent; font-size:.65rem; text-decoration:underline; text-underline-offset:4px; }
.cookie-reopen .icon { width:14px; height:14px; }
@media(max-width:480px) { .cookie-notice { left:12px; bottom:12px; width:calc(100% - 24px); max-height:calc(100dvh - 24px); padding:19px 20px 20px; } .cookie-notice h2 { font-size:1.45rem; } .cookie-actions { gap:8px 17px; } }
.will-reveal { opacity:0; transform:translateY(22px); }
.is-revealed { animation:reveal-in .7s var(--ease) both; }
@keyframes reveal-in { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
@keyframes answer-in { from { opacity:0; transform:translateY(-5px); } to { opacity:1; transform:translateY(0); } }
@keyframes hero-in { from { transform:translateY(15px); } to { transform:translateY(0); } }
@keyframes spark-turn { to { transform:rotate(180deg); } }
@media(prefers-reduced-motion:no-preference) { .hero-copy>h1 { animation:hero-in .8s var(--ease) both; } .hero-description { animation:hero-in .85s .08s var(--ease) both; } .image-tag .icon { animation:spark-turn 1.8s var(--ease) both; } }
@media(min-width:1350px) { .hero-actions { flex-direction:row; align-items:center; gap:22px; } .hero .button { padding-inline:20px; gap:19px; } .hero-actions .text-link { font-size:.73rem; } }
@media(max-width:1150px) { .container { width:calc(100% - 72px); } .desktop-nav ul { gap:18px; } .header-contact { display:none; } .hero { gap:40px; } .hero-figure { min-height:550px; } .audience-strip p { gap:25px; } .security-inner,.home-faq { gap:45px; } .craft-section { gap:50px; } .page-body--columns { gap:55px; grid-template-columns:minmax(0,1fr) 265px; } .contact-banner-actions { padding-right:40px; } }
@media(max-width:900px) {
 .container { width:calc(100% - 48px); } .desktop-nav { display:none; } .header-inner { min-height:83px; flex-wrap:wrap; row-gap:8px; padding-block:12px; } .header-actions { margin-left:auto; } .mobile-menu { display:block; }
 .mobile-menu summary { display:grid; place-items:center; list-style:none; min-height:44px; width:44px; } .mobile-menu[open] summary { background:var(--blue); color:white; }
 .mobile-menu nav { position:absolute; top:100%; left:0; right:0; padding:15px 24px 24px; background:var(--paper); border-bottom:1px solid var(--line); box-shadow:0 18px 30px #192c2815; }
 .mobile-menu nav ul { list-style:none; } .mobile-menu nav a { display:flex; align-items:center; text-decoration:none; font-weight:700; font-size:.9rem; min-height:51px; border-bottom:1px solid var(--line); }
 .hero { gap:30px; padding-top:45px; } .hero h1 { font-size:clamp(2.7rem,5.6vw,3.7rem); } .hero-figure { min-height:530px; } .hero-figure img { border-top-left-radius:95px; } .hero-note { margin-top:20px; }
 .audience-strip .container { gap:20px; } .audience-strip p { gap:18px; font-size:1.05rem; } .audience-strip .icon { width:18px; }
 .section-space { padding-block:80px; } .service-grid { gap:18px; } .service-card-body>p:last-child { font-size:.77rem; }
 .security-inner { gap:40px; padding-block:65px; } .security-figure img { aspect-ratio:.8; }
 .process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:35px; } .process-grid h3 { font-size:1.25rem; }
 .craft-section { gap:35px; padding-bottom:65px; } .craft-section img { aspect-ratio:.83; } .footer-top { gap:40px; } .footer-bottom { align-items:flex-start; }
 .page-body--columns { gap:30px; grid-template-columns:minmax(0,1fr) 235px; } .aside-card { padding:25px; } .page-hero--service { gap:30px; }
 .contact-layout { gap:35px; grid-template-columns:.7fr 1fr; } .contact-data { padding:25px; }
}
@media(max-width:760px) {
 .hero { grid-template-columns:1fr; gap:40px; padding-block:43px; } .hero-copy { max-width:550px; } .hero h1 { font-size:clamp(2.8rem,9vw,4.3rem); } .hero-description { max-width:420px; }
 .hero-actions { flex-direction:row; flex-wrap:wrap; align-items:center; gap:12px 22px; } .hero-note { display:none; }
 .hero-figure { min-height:0; height:auto; } .hero-figure picture { height:auto; } .hero-figure img { aspect-ratio:1.2; height:auto; max-height:550px; object-position:55% center; border-radius:90px 2px 2px 2px; }
 .image-tag { left:-9px; bottom:41px; padding:17px 57px 17px 18px; } .image-tag .icon { top:20px; right:18px; }
 .audience-strip .container { flex-direction:column; align-items:flex-start; gap:13px; } .audience-strip .container>span { max-width:none; font-size:.5rem; } .audience-strip p { font-size:clamp(.85rem,2.4vw,1.2rem); justify-content:space-between; width:100%; gap:10px; } .audience-strip .icon { width:17px; height:17px; }
 .section-heading { display:block; margin-bottom:33px; } .section-heading>p { margin-top:20px; }
 .service-grid { grid-template-columns:1fr; gap:36px; } .service-image img { aspect-ratio:1.6; } .service-card h3 { font-size:1.75rem; } .service-card-body { padding-top:18px; } .service-card-body>p:last-child { font-size:.85rem; max-width:450px; }
 .other-services { grid-template-columns:1fr; gap:15px; } .security-inner { grid-template-columns:1fr; gap:38px; } .security-copy h2 { font-size:3.15rem; } .security-figure img { aspect-ratio:1.25; }
 .craft-section { grid-template-columns:1fr; gap:32px; } .craft-section img { aspect-ratio:1.25; } .craft-copy h2 { font-size:2.6rem; }
 .home-faq { grid-template-columns:1fr; gap:35px; } .contact-banner-inner { display:block; padding-block:60px; } .contact-banner h2 { font-size:3.75rem; } .contact-banner-actions { padding:28px 0 0; } .banner-key { right:-100px; width:250px; height:250px; bottom:-65px; }
 .footer-top { grid-template-columns:1fr 1fr; gap:37px 25px; } .footer-top>div { grid-column:1/-1; } .footer-bottom { flex-direction:column; gap:7px; }
 .page-hero { padding-block:25px 40px; } .page-hero--service { grid-template-columns:1fr; } .page-hero--service h1 { font-size:clamp(2.2rem,7.2vw,3.8rem); } .page-hero--service img { aspect-ratio:1.5; }
 .page-body--columns { grid-template-columns:1fr; gap:15px; } .page-aside { padding:0 0 30px; } .aside-card { padding:30px; } .page-aside nav { display:none; }
 .contact-layout { grid-template-columns:1fr; gap:40px; } .contact-data { padding:25px; } .contact-data dl { display:grid; grid-template-columns:1fr 1fr; gap:8px 20px; } .contact-data dt { margin-top:5px; } .contact-data dd { margin:0; }
}
@media(max-width:400px) {
 .container { width:calc(100% - 36px); } .preview-bar { font-size:.58rem; } .brand-symbol { width:39px; height:44px; } .wordmark-place { font-size:1.4rem; } .wordmark { gap:9px; } .header-actions { gap:3px; }
 .hero h1 { font-size:clamp(2.4rem,10.5vw,2.85rem); } .hero .eyebrow { font-size:.57rem; } .hero-description { font-size:.85rem; } .hero-actions { align-items:flex-start; flex-direction:column; gap:6px; } .hero-figure img { border-top-left-radius:66px; aspect-ratio:1; }
 .audience-strip p { gap:8px; font-size:.78rem; } .audience-strip .icon { width:13px; height:13px; } .section-space { padding-block:60px; } .other-services ul { grid-template-columns:1fr; }
 .process-grid { gap:28px 20px; } .process-grid h3 { font-size:1.03rem; } .process-grid p { font-size:.75rem; } .craft-copy h2 { font-size:2.25rem; } .security-copy h2 { font-size:2.65rem; } .contact-banner h2 { font-size:3.2rem; }
 [data-search-form] { padding:22px; grid-template-columns:1fr; } .back-to-top { right:12px; bottom:12px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; } .will-reveal { opacity:1; transform:none; } }

.footer-nap { margin-top:16px; font-style:normal; font-size:.82rem; line-height:1.6; color:#ccd5cf; display:flex; flex-direction:column; }
.footer-nap .nap-name { font-weight:600; color:#ffffff; }
.footer-nap .nap-street, .footer-nap .nap-city { color:#ccd5cf; }
.nap-block { font-style:normal; line-height:1.5; }

/* --- Emergency Top Bar --- */
.emergency-bar { background:#0f201b; color:#d6ded9; font-size:.74rem; padding-block:8px; border-bottom:1px solid #233e36; }
.emergency-bar .container { display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:wrap; text-align:center; }
.emergency-dot { display:inline-block; width:8px; height:8px; border-radius:50%; background:#22c55e; box-shadow:0 0 8px #22c55e; animation:pulse-dot 1.8s infinite; }
.emergency-phone-badge { display:inline-flex; align-items:center; gap:6px; background:#fa613b; color:#ffffff; padding:3px 12px; border-radius:20px; font-weight:600; text-decoration:none; transition:background .2s ease, transform .2s ease; }
.emergency-phone-badge:hover { background:#e24f2b; transform:scale(1.03); color:#ffffff; }

/* --- Header Phone Button --- */
.header-phone-btn { display:inline-flex; align-items:center; gap:8px; background:linear-gradient(135deg, #1b3830, #132822); border:1px solid #36584d; color:#ffffff; padding:8px 16px; border-radius:24px; font-size:.82rem; font-weight:700; text-decoration:none; transition:all .25s ease; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.header-phone-btn svg { color:#fa613b; }
.header-phone-btn:hover { background:#fa613b; border-color:#fa613b; color:#ffffff; transform:translateY(-1px); box-shadow:0 4px 14px rgba(250,97,59,0.3); }
.header-phone-btn:hover svg { color:#ffffff; }

/* --- Mobile Menu Phone --- */
.mobile-phone-item { margin-bottom:12px; padding-bottom:10px; border-bottom:1px solid var(--line); }
.mobile-phone-link { display:flex; align-items:center; gap:8px; font-size:.95rem; font-weight:700; color:var(--orange); text-decoration:none; }

/* --- NAP Phone in Footer --- */
.footer-nap .nap-phone { display:inline-block; margin-top:6px; color:#fa613b; font-size:.88rem; font-weight:600; text-decoration:none; }
.footer-nap .nap-phone:hover { text-decoration:underline; color:#ff9a80; }

/* --- Contact Page Highlights --- */
.phone-highlight-link { color:#fa613b; font-size:1.1rem; font-weight:700; text-decoration:none; }
.phone-highlight-link:hover { text-decoration:underline; }
.whatsapp-highlight-link { color:#25D366; font-weight:700; text-decoration:none; }
.whatsapp-highlight-link:hover { text-decoration:underline; }

/* --- Original & Modern Cookie Notice (Glassmorphism) --- */
.cookie-notice { position:fixed; z-index:99; left:24px; bottom:24px; width:min(460px,calc(100% - 48px)); max-height:calc(100dvh - 48px); overflow:auto; padding:24px 26px; background:rgba(20, 38, 33, 0.94); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); border:1px solid rgba(255,255,255,0.14); border-top:3px solid #fa613b; border-radius:16px; box-shadow:0 18px 50px rgba(0,0,0,0.4); color:#e2ebe5; animation:cookie-fade-in .35s ease both; }
.cookie-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.cookie-badge { display:inline-flex; align-items:center; gap:7px; font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:#fa613b; background:rgba(250,97,59,0.12); padding:4px 10px; border-radius:20px; }
.cookie-close { background:transparent; border:none; color:#a1b5aa; cursor:pointer; padding:4px; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:color .2s ease; }
.cookie-close:hover { color:#ffffff; }
.cookie-notice h2 { font-size:1.25rem; font-weight:700; line-height:1.3; color:#ffffff; margin-bottom:10px; }
.cookie-notice h2 span { color:#fa613b; }
.cookie-copy { font-size:.82rem; line-height:1.6; color:#c6d6cc; margin-bottom:18px; }
.cookie-copy strong { color:#ffffff; }
.cookie-actions { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.cookie-actions .button--outline { background:transparent; border:1px solid rgba(255,255,255,0.25); color:#ffffff; font-size:.78rem; padding:9px 15px; border-radius:8px; cursor:pointer; transition:all .2s ease; }
.cookie-actions .button--outline:hover { background:rgba(255,255,255,0.1); border-color:#ffffff; }
.cookie-actions .button--primary { font-size:.78rem; padding:9px 18px; border-radius:8px; }
.cookie-policy-link { font-size:.75rem; color:#a3b8ad; text-decoration:none; display:inline-flex; align-items:center; gap:4px; margin-left:auto; transition:color .2s ease; }
.cookie-policy-link:hover { color:#fa613b; }

@keyframes cookie-fade-in { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
@keyframes pulse-dot { 0%, 100% { transform:scale(1); opacity:1; } 50% { transform:scale(1.4); opacity:.6; } }

/* --- Floating WhatsApp Widget --- */
.floating-whatsapp { position:fixed; z-index:95; right:24px; bottom:24px; }
.whatsapp-btn { display:flex; align-items:center; gap:11px; background:linear-gradient(135deg, #25D366, #128C7E); color:#ffffff; text-decoration:none; padding:12px 18px 12px 14px; border-radius:36px; box-shadow:0 8px 24px rgba(37,211,102,0.35), 0 2px 6px rgba(0,0,0,0.15); transition:all .3s cubic-bezier(0.25, 0.8, 0.25, 1); position:relative; overflow:hidden; }
.whatsapp-btn:hover { transform:translateY(-3px) scale(1.03); box-shadow:0 12px 30px rgba(37,211,102,0.5); color:#ffffff; }
.whatsapp-icon { flex-shrink:0; }
.whatsapp-label { display:flex; flex-direction:column; line-height:1.2; text-align:left; }
.whatsapp-label strong { font-size:.84rem; font-weight:700; color:#ffffff; }
.whatsapp-label small { font-size:.66rem; opacity:.92; color:#eafcf0; }
.whatsapp-pulse { position:absolute; top:0; left:0; right:0; bottom:0; border-radius:36px; box-shadow:0 0 0 0 rgba(37,211,102,0.7); animation:whatsapp-pulse-anim 2s infinite; pointer-events:none; }

@keyframes whatsapp-pulse-anim {
  0% { transform:scale(0.95); box-shadow:0 0 0 0 rgba(37,211,102,0.7); }
  70% { transform:scale(1); box-shadow:0 0 0 14px rgba(37,211,102,0); }
  100% { transform:scale(0.95); box-shadow:0 0 0 0 rgba(37,211,102,0); }
}

@media(max-width:640px) {
  .floating-whatsapp { right:16px; bottom:16px; }
  .whatsapp-label { display:none; }
  .whatsapp-btn { padding:14px; border-radius:50%; }
  .header-phone-btn span { display:none; }
  .header-phone-btn { padding:8px 10px; }
  .cookie-notice { left:12px; bottom:12px; width:calc(100% - 24px); padding:18px 20px; }
}
