
:root{--ink:#14100d;--muted:#756b62;--paper:#f7efe4;--paper2:#fffaf3;--gold:#c08d4f;--gold2:#e4bd7c;--coffee:#2b1b16;--cream:#fff7ec;--line:rgba(36,24,19,.14);--shadow:0 28px 80px rgba(35,20,12,.18);--radius:28px;--radius-lg:44px;--container:min(100% - 32px, 1380px);--header-h:74px;--ease:cubic-bezier(.22,1,.36,1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;background:radial-gradient(circle at top left,#fffaf3 0,#f4eadc 38%,#e6d8c7 100%);color:var(--ink);overflow-x:clip;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body::before{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(110deg,rgba(255,255,255,.42),rgba(192,141,79,.08),rgba(43,27,22,.04));pointer-events:none}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}button,input,textarea{font:inherit}button{cursor:pointer}.skip{position:absolute;left:-999px;top:auto}.skip:focus{left:16px;top:16px;z-index:10000;background:#fff;padding:10px 14px;border-radius:999px}.mobile-only{display:block}.desktop-only{display:none}.topline{height:42px;background:linear-gradient(90deg,#a8753c,#d6ad70,#b48146);color:#120b08;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 max(16px,env(safe-area-inset-left));font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.topline span{overflow:hidden;text-overflow:ellipsis}.social-icons{display:flex;align-items:center;gap:9px;flex:0 0 auto}.social-icons a{width:29px;height:29px;border:1px solid rgba(20,12,8,.26);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);transition:transform .28s var(--ease),background .28s var(--ease)}.social-icons svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.social-icons path{fill:currentColor;stroke:none}.social-icons a:hover{transform:translateY(-2px);background:rgba(255,255,255,.32)}.site-header{position:sticky;top:0;z-index:1000;background:rgba(18,13,10,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:var(--header-h);width:var(--container);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:grid;line-height:1}.brand span{font-family:Georgia,serif;font-size:28px;letter-spacing:.16em;color:#fff}.brand small{color:#e7c180;font-size:10px;letter-spacing:.18em;text-transform:uppercase;margin-top:4px}.menu-button{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:12px 16px;font-weight:800}.nav-panel{position:fixed;left:16px;right:16px;top:calc(42px + var(--header-h) + 10px);display:grid;gap:10px;padding:18px;border-radius:26px;background:rgba(25,15,12,.96);box-shadow:var(--shadow);transform:translateY(-18px) scale(.98);opacity:0;pointer-events:none;transition:.32s var(--ease)}.nav.open .nav-panel{transform:none;opacity:1;pointer-events:auto}.nav-panel a,.language-switch a{color:#fff;font-size:14px;font-weight:820;letter-spacing:.08em;text-transform:uppercase;padding:12px 14px;border-radius:999px}.nav-panel a:hover,.language-switch a.active{background:rgba(255,255,255,.1)}.language-switch{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:15px 22px;background:linear-gradient(135deg,#c18c4a,#e5bd79);color:#140d09;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px;box-shadow:0 16px 40px rgba(155,96,41,.24);transition:transform .28s var(--ease),box-shadow .28s var(--ease)}.button:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(155,96,41,.28)}.button.ghost{background:rgba(255,255,255,.1);color:inherit;border:1px solid rgba(20,16,13,.16);box-shadow:none}.site-header .button.ghost,.nav-panel .button{color:#120c09}.button.small{padding:11px 16px;font-size:11px}.section,.hero{width:var(--container);margin-inline:auto}.hero{min-height:calc(100svh - 116px);display:grid;gap:28px;align-items:center;padding:42px 0 58px}.hero-home{position:relative}.hero-home::before{content:"";position:absolute;inset:4% -8%;background:radial-gradient(circle at 78% 20%,rgba(197,145,80,.28),transparent 32%),radial-gradient(circle at 18% 80%,rgba(255,255,255,.5),transparent 36%);z-index:-1}.eyebrow{font-size:12px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin:0 0 14px}.hero h1,.section h2{font-family:Georgia,serif;font-weight:500;letter-spacing:-.06em;line-height:.92}.hero h1{font-size:clamp(48px,14vw,84px);margin:0}.lead{font-size:clamp(18px,4.8vw,24px);line-height:1.45;color:#51463e;max-width:720px}.hero-copy p:not(.eyebrow){max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;margin:24px 0 0;list-style:none}.trust-row li{border:1px solid var(--line);background:rgba(255,255,255,.45);border-radius:999px;padding:11px 12px;font-size:12px;font-weight:850;text-align:center}.hero-media{position:relative;border-radius:var(--radius-lg);padding:10px;background:linear-gradient(145deg,rgba(255,255,255,.6),rgba(192,141,79,.25));box-shadow:var(--shadow);isolation:isolate}.hero-media::before{content:"";position:absolute;inset:28px -14px -16px 38%;border-radius:inherit;background:linear-gradient(135deg,#25120d,#744324);z-index:-1;filter:blur(.2px)}.hero-picture{display:block;aspect-ratio:1/1;border-radius:calc(var(--radius-lg) - 12px);overflow:hidden}.image-note{position:absolute;left:24px;right:24px;bottom:24px;margin:0;padding:10px 14px;border-radius:999px;background:rgba(18,12,9,.72);color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}.section{padding:68px 0}.section-head{margin-bottom:28px;max-width:860px}.section-head.split{display:grid;gap:20px;max-width:none}.section h2{font-size:clamp(38px,10vw,76px);margin:0 0 16px}.section p{font-size:17px;line-height:1.7;color:var(--muted)}.quality-section{display:grid;gap:28px}.quality-copy{background:rgba(255,250,243,.62);border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px;box-shadow:0 18px 60px rgba(35,20,12,.08)}.quality-collage{display:grid;grid-template-columns:1.08fr .78fr;gap:14px;align-items:end}.quality-collage div{overflow:hidden;border-radius:34px;box-shadow:var(--shadow);aspect-ratio:4/5}.quality-collage div:nth-child(2){aspect-ratio:3/4;transform:translateY(28px)}.service-grid{display:grid;gap:16px}.service-card a{display:grid;min-height:100%;background:rgba(255,250,243,.76);border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:0 16px 54px rgba(35,20,12,.08);transition:transform .32s var(--ease),box-shadow .32s var(--ease),background .32s var(--ease)}.service-card a:hover{transform:translateY(-7px);box-shadow:var(--shadow);background:#fffaf3}.service-img{aspect-ratio:4/3;overflow:hidden}.service-copy{padding:24px}.service-copy span{color:var(--gold);font-weight:950;letter-spacing:.18em}.service-copy h3{font-size:28px;line-height:1.02;letter-spacing:-.04em;margin:10px 0 14px}.service-copy p{font-size:16px;margin:0}.portfolio-section{position:relative}.portfolio-grid{display:grid;gap:14px}.portfolio-item{position:relative;overflow:hidden;border-radius:30px;aspect-ratio:4/5;box-shadow:var(--shadow);background:#24140e;margin:0}.portfolio-item.wide{aspect-ratio:1/1}.portfolio-item picture{height:100%}.portfolio-item figcaption{position:absolute;left:12px;right:12px;bottom:12px;border-radius:999px;padding:10px 13px;background:rgba(18,12,9,.68);color:#fff;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}.process-grid{display:grid;gap:14px;counter-reset:step}.process-card{padding:28px;border-radius:30px;background:linear-gradient(160deg,rgba(255,250,243,.72),rgba(235,219,198,.62));border:1px solid var(--line);min-height:220px}.process-card span{font-family:Georgia,serif;font-size:52px;color:rgba(192,141,79,.5)}.process-card h3{font-size:25px;margin:18px 0 12px}.process-card p{margin:0;font-size:16px}.parallax-panel{margin:56px 0;min-height:560px;display:grid;place-items:center;position:relative;isolation:isolate;background-image:linear-gradient(rgba(21,12,9,.42),rgba(21,12,9,.46)),var(--parallax-image);background-size:cover;background-position:center;background-attachment:scroll;overflow:hidden}.parallax-panel::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 0,rgba(0,0,0,.46) 72%);z-index:-1}.parallax-content{width:min(860px,calc(100% - 32px));text-align:center;color:#fff}.parallax-content h2{font-family:Georgia,serif;font-size:clamp(42px,10vw,86px);letter-spacing:-.06em;line-height:.94;margin:0 0 18px}.parallax-content p{color:#f3e6d6;font-size:20px}.aftercare-section{display:grid;gap:26px}.aftercare-media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5}.faq-list{display:grid;gap:10px;margin-top:22px}.faq-item{background:rgba(255,250,243,.7);border:1px solid var(--line);border-radius:20px;padding:17px 18px}.faq-item summary{font-weight:900;cursor:pointer}.faq-item p{margin:10px 0 0;font-size:15px}.search-card{padding:28px;border-radius:34px;background:#1b110e;color:#fff;box-shadow:var(--shadow)}.search-card h2{font-size:38px}.search-card input{width:100%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:18px;padding:17px 18px;outline:none}.search-card input::placeholder{color:rgba(255,255,255,.62)}.search-results{display:grid;gap:10px;margin-top:16px}.search-results a,.search-results p{display:block;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.07);color:#fff}.search-results span{color:#e5d5c4}.contact-section{display:grid;gap:22px}.contact-copy,.contact-panel{background:rgba(255,250,243,.72);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px;box-shadow:0 18px 60px rgba(35,20,12,.08)}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.contact-form{display:grid;gap:14px}.contact-form label{display:grid;gap:7px;font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.contact-form input,.contact-form textarea{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 15px;outline:none}.hp{position:absolute;left:-9999px}.form-status{font-size:13px!important;margin:0}.map-shell{margin-top:18px;border-radius:26px;overflow:hidden;background:#2a1a14;min-height:260px}.map-placeholder,.map-shell iframe{width:100%;height:300px;border:0}.map-placeholder{display:grid;place-items:center;text-align:center;color:#fff;padding:24px}.map-placeholder a{text-decoration:underline;font-weight:900}.footer{background:#130c09;color:#f8ead7;padding:58px 0 calc(88px + env(safe-area-inset-bottom));margin-top:60px}.footer-grid,.footer-bottom{width:var(--container);margin:auto}.footer-grid{display:grid;gap:30px}.footer-brand{font-family:Georgia,serif;font-size:34px;letter-spacing:.18em}.footer p,.footer a{color:#e6d4c2}.footer h2{font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:#d4a46a}.legal-list{display:grid;gap:8px;list-style:none;padding:0;margin:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:18px;display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap;font-size:12px;color:#a99a8b}.mobile-action-bar{position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:900;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;background:rgba(19,12,9,.82);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px;backdrop-filter:blur(18px);box-shadow:0 18px 48px rgba(0,0,0,.25)}.mobile-action-bar a{text-align:center;color:#fff;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;padding:11px 6px;border-radius:999px}.mobile-action-bar a:first-child{background:linear-gradient(135deg,#c18c4a,#e5bd79);color:#120c09}.cookie-banner{position:fixed;left:12px;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));z-index:1100;background:rgba(255,250,243,.95);border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow);display:none;gap:14px}.cookie-banner.show{display:grid}.cookie-banner p{margin:6px 0 0;font-size:13px;line-height:1.45;color:#695f57}.cookie-x{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:23px}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie-actions button,.linklike{border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 12px;font-size:12px;font-weight:850}.cookie-settings{display:none;gap:10px;flex-wrap:wrap;margin-top:12px}.cookie-settings.show{display:flex}.portfolio-modal{border:0;padding:0;background:transparent;width:min(1180px,calc(100vw - 24px));max-height:calc(100vh - 24px)}.portfolio-modal::backdrop{background:rgba(15,8,6,.62);backdrop-filter:blur(12px)}.modal-window{background:#f8efe4;border:1px solid rgba(255,255,255,.38);border-radius:28px;padding:18px;box-shadow:var(--shadow);max-height:calc(100vh - 24px);overflow:auto}.modal-close{position:sticky;top:0;margin-left:auto;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:0;background:#160d0a;color:#fff;font-size:28px;z-index:2}.modal-title{display:grid;gap:4px;margin:0 0 16px}.modal-title span{color:var(--gold);font-size:12px;font-weight:950;letter-spacing:.2em}.modal-title strong{font-family:Georgia,serif;font-size:34px;line-height:1}.modal-grid{display:grid;grid-template-columns:1fr;gap:12px}.modal-grid figure{margin:0;border-radius:20px;overflow:hidden;background:#21130e;position:relative;aspect-ratio:4/5}.modal-grid figcaption{position:absolute;left:8px;right:8px;bottom:8px;background:rgba(20,12,9,.7);color:#fff;border-radius:999px;padding:8px 10px;font-size:11px;text-align:center}.inner-hero{min-height:auto;padding-top:54px}.detail-grid{display:grid;gap:18px}.detail-card{background:rgba(255,250,243,.72);border:1px solid var(--line);border-radius:34px;padding:28px;box-shadow:0 18px 60px rgba(35,20,12,.08)}.detail-card.dark{background:#1a100c;color:#fff}.detail-card.dark p{color:#f0dfcf}.step-list{display:grid;gap:14px;padding:0;list-style:none}.step-list li{display:grid;gap:6px;border-bottom:1px solid var(--line);padding-bottom:14px}.step-list span{color:var(--muted);line-height:1.6}.related-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.pill{padding:10px 13px;background:#fff;border:1px solid var(--line);border-radius:999px;font-weight:850;font-size:12px}.policy-content{max-width:980px}.policy-block{border-bottom:1px solid var(--line);padding:24px 0}.policy-block h2{font-size:34px}.article-body{max-width:900px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in{opacity:1;transform:none}[dir="rtl"] .modal-close{margin-right:auto;margin-left:0}[dir="rtl"] .hero h1,[dir="rtl"] .section h2{letter-spacing:-.03em}[dir="rtl"] .eyebrow{letter-spacing:.06em}[dir="rtl"] .image-note,[dir="rtl"] .portfolio-item figcaption{text-transform:none;letter-spacing:0}
@media (min-width:680px){.service-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.modal-grid{grid-template-columns:repeat(2,1fr)}.contact-section{grid-template-columns:.9fr 1.1fr}.trust-row{grid-template-columns:repeat(4,1fr)}}
@media (min-width:1000px){:root{--container:min(100% - 64px, 1480px)}.mobile-only{display:none!important}.desktop-only{display:block}.topline{justify-content:space-between;padding-inline:max(32px,calc((100vw - 1480px)/2));font-size:12px}.site-header{top:0}.nav-panel{position:static;opacity:1;transform:none;pointer-events:auto;display:flex;align-items:center;gap:6px;padding:0;background:transparent;box-shadow:none}.nav-panel a,.language-switch a{font-size:11px;color:#f9eddd}.hero{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:52px;padding:72px 0 92px;min-height:calc(100vh - 116px)}.hero h1{font-size:clamp(76px,6.5vw,128px)}.lead{font-size:22px}.hero-media{transform:translate3d(var(--tilt-x,0),var(--tilt-y,0),0);transition:transform .18s ease-out}.section{padding:92px 0}.quality-section{grid-template-columns:.9fr 1.1fr;align-items:center}.service-grid{grid-template-columns:repeat(3,1fr);gap:20px}.service-card:nth-child(3n+2){transform:translateY(28px)}.service-card:nth-child(6){background:#140c09}.portfolio-grid{grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:340px}.portfolio-item{aspect-ratio:auto}.portfolio-item.wide{grid-row:span 2}.portfolio-item:first-child{grid-column:span 1;grid-row:span 2}.section-head.split{grid-template-columns:1fr auto;align-items:end}.process-grid{grid-template-columns:repeat(4,1fr)}.parallax-panel{min-height:620px;background-attachment:fixed}.aftercare-section{grid-template-columns:.86fr 1.14fr;align-items:center}.aftercare-media{aspect-ratio:4/5}.search-card{padding:44px}.contact-copy,.contact-panel{padding:40px}.footer{padding-bottom:42px}.footer-grid{grid-template-columns:1.2fr .9fr 1.1fr}.cookie-banner{left:auto;right:24px;bottom:24px;width:min(520px,calc(100vw - 48px))}.modal-grid{grid-template-columns:repeat(4,1fr)}}
@media (min-width:1600px){:root{--container:min(100% - 96px, 1720px)}.hero{grid-template-columns:.82fr 1.18fr}.hero h1{font-size:138px}.portfolio-grid{grid-auto-rows:420px}.section h2{font-size:86px}.topline,.nav{width:var(--container);padding-inline:0}}
@media (max-width:420px){:root{--container:min(100% - 22px, 1380px)}.topline{font-size:10px;gap:8px}.social-icons a{width:25px;height:25px}.brand span{font-size:23px}.hero h1{font-size:44px}.lead{font-size:17px}.hero-actions .button{width:100%}.service-copy h3{font-size:24px}.section{padding:52px 0}.contact-copy,.contact-panel,.quality-copy{padding:22px;border-radius:26px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}.parallax-panel{background-attachment:scroll}}

/* === ZORUMI v3.2.0 refinement: adaptive luxury header, search, Trustpilot, captcha and visual polish === */
:root{--header-h:70px;--container:min(100% - 34px, 1440px)}
.site-header{box-shadow:0 10px 34px rgba(0,0,0,.18)}
.nav{gap:14px;min-width:0}.brand-logo-link{display:flex;align-items:center;min-width:154px;width:clamp(154px,17vw,218px);height:var(--header-h);overflow:hidden}.brand-logo-img{width:100%;height:52px;object-fit:contain;object-position:left center}.world-clocks{align-items:center;gap:6px;margin-left:auto;min-width:0;flex:0 0 auto;padding:6px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px)}.clock-chip{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:5px;padding:5px 7px;border-radius:999px;color:#f8ead7;white-space:nowrap}.clock-chip b{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#e3bd78}.clock-chip time{font-variant-numeric:tabular-nums;font-size:11px;font-weight:850;color:#fff}.nav-search-button{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.065);color:#f9eddd;border-radius:999px;padding:10px 12px;font-size:10.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.nav-search-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.nav-search-button:hover{background:rgba(255,255,255,.14)}
.hero h1{font-size:clamp(46px,10.6vw,78px);line-height:.95;letter-spacing:-.055em}.section h2{font-size:clamp(38px,8vw,68px);line-height:.98}.lead{font-size:clamp(17px,4vw,21px);max-width:650px}.contact-copy h2{font-size:clamp(42px,7.5vw,72px);line-height:.96}.parallax-content h2{font-size:clamp(42px,8vw,78px)}
.search-overlay[hidden]{display:none}.search-overlay{position:fixed;inset:0;z-index:2200;display:grid;place-items:start center;padding:calc(var(--header-h) + 42px) 18px 18px}.search-backdrop{position:absolute;inset:0;border:0;background:rgba(14,8,6,.58);backdrop-filter:blur(18px)}.search-dialog{position:relative;width:min(760px,100%);border:1px solid rgba(255,255,255,.38);border-radius:34px;background:linear-gradient(145deg,rgba(255,250,243,.98),rgba(240,224,203,.96));box-shadow:0 36px 110px rgba(23,13,8,.35);padding:30px;color:var(--ink)}.search-dialog h2{font-family:Georgia,serif;font-size:clamp(32px,6vw,54px);line-height:.98;letter-spacing:-.05em;margin:0 52px 20px 0}.search-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#1a100c;color:#fff;font-size:30px;line-height:1}.search-dialog input{width:100%;border:1px solid rgba(35,24,18,.18);background:#fff;border-radius:18px;padding:16px 18px;font-size:18px;outline:none}.search-dialog input:focus{border-color:rgba(192,141,79,.72);box-shadow:0 0 0 4px rgba(192,141,79,.14)}.search-dialog .search-results a,.search-dialog .search-results p{background:rgba(255,255,255,.72);color:var(--ink);border-color:rgba(35,24,18,.12)}.search-dialog .search-results span{color:var(--muted)}
.trustpilot-section{padding-top:18px;padding-bottom:54px}.trustpilot-card{display:grid;gap:22px;align-items:center;border:1px solid rgba(36,24,19,.12);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(255,250,243,.78),rgba(236,218,193,.72));box-shadow:0 22px 70px rgba(35,20,12,.1);padding:24px}.trustpilot-copy h2{margin:0 0 14px;font-size:clamp(34px,5.6vw,58px)}.trustpilot-copy p{margin:0;max-width:780px}.trustpilot-badge{display:grid;gap:8px;place-items:start;border-radius:30px;background:#101916;color:#fff;padding:22px;box-shadow:0 22px 60px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.12)}.trustpilot-word{font-weight:950;font-size:22px;letter-spacing:.02em}.trust-stars{display:inline-flex;gap:3px;padding:6px 9px;border-radius:999px;background:#00b67a;color:#fff;font-size:17px;letter-spacing:.03em}.trustpilot-badge strong{font-size:24px}.trustpilot-badge small{color:#d7e8df}.trustpilot-badge em{font-style:normal;color:#d7b06e;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:11px}
.process-card{overflow:hidden;padding:0;display:grid;align-content:start}.process-media{display:block;aspect-ratio:4/3;overflow:hidden;border-bottom:1px solid var(--line);background:#e9dccc}.process-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease)}.process-card:hover .process-media img{transform:scale(1.04)}.process-card span,.process-card h3,.process-card p{margin-left:24px;margin-right:24px}.process-card span{margin-top:20px;display:block}.process-card p{margin-bottom:26px}.process-card h3{font-size:24px;line-height:1.06}.process-grid{align-items:stretch}.parallax-panel{min-height:580px;margin:74px 0;background-image:linear-gradient(90deg,rgba(24,13,9,.35),rgba(24,13,9,.18),rgba(24,13,9,.48)),var(--parallax-image);background-size:cover;background-position:center 48%;border-block:1px solid rgba(255,255,255,.16)}.parallax-panel::after{background:radial-gradient(circle at 30% 45%,rgba(255,236,204,.13),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.36));z-index:-1}.parallax-content{padding:26px;border-radius:36px;background:rgba(22,13,9,.2);backdrop-filter:blur(4px)}.parallax-content p{max-width:760px;margin-inline:auto;color:#fff1dd}.service-card a{border-radius:30px;background:rgba(255,250,243,.86)}.service-img{display:block;aspect-ratio:4/3;background:#efe3d3;overflow:hidden}.service-img img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01)}.service-card:nth-child(6) a{background:rgba(255,250,243,.9);border-color:rgba(36,24,19,.12)}.service-card:nth-child(6) .service-img{background:#eee3d4}.captcha-group{border:1px solid var(--line);border-radius:18px;padding:14px;background:rgba(255,255,255,.55);margin:2px 0 0}.captcha-group legend{padding:0 8px;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase;color:var(--ink)}.captcha-row{display:grid;grid-template-columns:auto minmax(96px,160px);gap:10px;align-items:center}.captcha-question{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 14px;border-radius:999px;background:#1b110e;color:#fff;font-weight:900;letter-spacing:.06em}.captcha-row input{min-width:0;text-align:center}.captcha-help{font-size:12px!important;margin:8px 0 0!important;line-height:1.35!important}.consent-check{display:grid!important;grid-template-columns:20px 1fr!important;gap:10px!important;align-items:start!important;font-size:12px!important;letter-spacing:0!important;text-transform:none!important;font-weight:650!important;color:var(--muted)}.consent-check input{width:18px;height:18px;margin-top:1px;padding:0}.consent-check span{line-height:1.45}.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(192,141,79,.78);box-shadow:0 0 0 4px rgba(192,141,79,.13)}
@media (min-width:1000px){:root{--container:min(100% - 70px, 1500px)}.nav-panel{gap:4px;flex:0 1 auto}.nav-panel a,.language-switch a{font-size:10.5px;padding:10px 11px;letter-spacing:.075em}.button.small{padding:10px 14px;font-size:10.5px}.brand-logo-link{width:188px}.hero{grid-template-columns:minmax(0,.94fr) minmax(450px,1.06fr);gap:48px;min-height:calc(100vh - 112px);padding:64px 0 78px}.hero h1{font-size:clamp(70px,5.3vw,104px)}.section{padding:82px 0}.section h2{font-size:clamp(50px,4.8vw,76px)}.contact-copy h2{font-size:clamp(58px,4.8vw,82px)}.trustpilot-card{grid-template-columns:1fr 330px;padding:32px}.process-grid{grid-template-columns:repeat(4,1fr);gap:16px}.process-card{min-height:430px}.process-card:nth-child(2),.process-card:nth-child(4){transform:translateY(22px)}.portfolio-grid{grid-auto-rows:360px}.service-card:nth-child(3n+2){transform:translateY(20px)}}
@media (min-width:1280px){.world-clocks{display:flex!important}.brand-logo-link{width:206px}.clock-chip{padding-inline:8px}.hero h1{font-size:clamp(78px,5.1vw,112px)}.nav{gap:16px}.parallax-panel{min-height:660px}}
@media (min-width:1600px){:root{--container:min(100% - 110px, 1740px)}.hero h1{font-size:118px}.section h2{font-size:82px}.contact-copy h2{font-size:88px}.world-clocks{gap:8px}.clock-chip b{font-size:10px}.clock-chip time{font-size:12px}}
@media (max-width:1180px) and (min-width:1000px){.world-clocks{display:none!important}.brand-logo-link{width:182px}.nav-panel a,.language-switch a{padding-inline:10px}.button.small{padding-inline:12px}}
@media (max-width:999px){.brand-logo-link{height:68px;width:170px;min-width:150px}.brand-logo-img{height:48px}.nav{height:68px}.nav-panel .nav-search-button{justify-content:center;width:100%;padding:13px 14px;font-size:13px}.hero{padding-top:34px}.hero h1{font-size:clamp(44px,11.5vw,68px)}.section h2{font-size:clamp(38px,9.3vw,62px)}.trustpilot-section{padding-top:6px;padding-bottom:36px}.trustpilot-card{padding:18px;border-radius:30px}.trustpilot-badge{border-radius:24px}.process-card{border-radius:28px}.process-media{aspect-ratio:16/10}.parallax-panel{min-height:520px;margin:46px 0;background-attachment:scroll}.parallax-content{width:min(92vw,700px);padding:20px}.captcha-row{grid-template-columns:1fr}.captcha-row input{text-align:left}.contact-copy h2{font-size:clamp(40px,9vw,60px)}}
@media (max-width:420px){.brand-logo-link{width:148px;min-width:138px}.brand-logo-img{height:43px}.hero h1{font-size:42px}.section h2,.contact-copy h2{font-size:37px}.search-dialog{padding:22px;border-radius:26px}.search-dialog h2{font-size:32px}.trustpilot-word{font-size:20px}.trust-stars{font-size:14px}.process-card span{font-size:42px}.process-card span,.process-card h3,.process-card p{margin-left:20px;margin-right:20px}}
[dir="rtl"] .brand-logo-img{object-position:right center}[dir="rtl"] .search-dialog h2{margin:0 0 20px 52px}[dir="rtl"] .search-close{right:auto;left:18px}[dir="rtl"] .clock-chip{direction:ltr}[dir="rtl"] .captcha-row input{text-align:right}


/* === ZORUMI v3.3.1: corrected luxury layout without removing sections === */
:root{
  --container:min(100% - 40px, 1440px);
  --header-h:78px;
  --gold:#c89555;
  --gold2:#e8c47f;
  --paper:#f7efe5;
  --paper2:#fffaf3;
}
html,body{max-width:100%;overflow-x:clip;}
img{max-width:100%;}
picture{display:block;background-size:cover;background-position:center;background-repeat:no-repeat;}
picture>img{display:block;width:100%;height:100%;object-fit:cover;}
.image-shell,.quality-collage picture,.aftercare-media picture{height:100%;min-height:100%;}
.site-header{background:rgba(28,22,18,.88);}
.nav{min-width:0;}
.brand-logo-link{width:clamp(170px,17vw,235px)!important;min-width:160px!important;height:var(--header-h)!important;display:flex!important;align-items:center!important;overflow:visible!important;}
.brand-logo-img{width:100%!important;height:auto!important;max-height:66px!important;object-fit:contain!important;object-position:left center!important;filter:drop-shadow(0 8px 20px rgba(0,0,0,.18));}
.world-clocks{height:46px;max-width:min(480px,34vw);gap:3px!important;padding:5px 8px!important;overflow:hidden;justify-content:center;border-radius:999px;background:rgba(10,7,6,.38)!important;}
.clock-chip{display:flex!important;align-items:center!important;gap:6px!important;padding:5px 6px!important;min-width:0;}
.clock-chip b{font-size:9px!important;letter-spacing:.16em!important;}
.clock-chip time{font-size:14px!important;letter-spacing:.03em!important;}
.nav-panel{min-width:0;}
.nav-panel a,.language-switch a{font-size:10px!important;letter-spacing:.09em!important;padding:9px 9px!important;white-space:nowrap;}
.nav-search-button{padding:9px 10px!important;font-size:10px!important;}
.nav-search-button span{display:none;}
.site-header .button.small{padding:10px 14px!important;font-size:10px!important;}
.hero{min-height:auto!important;padding:58px 0 72px!important;align-items:center!important;}
.hero h1{font-size:clamp(48px,6.4vw,92px)!important;line-height:.96!important;letter-spacing:-.055em!important;max-width:940px;overflow-wrap:normal;}
.lead{font-size:clamp(17px,1.55vw,22px)!important;line-height:1.55!important;}
.hero-media{max-width:680px;margin-inline:auto;}
.hero-picture{aspect-ratio:1/1!important;border-radius:38px!important;background-size:cover!important;background-position:center!important;}
.image-note{bottom:18px!important;left:18px!important;right:18px!important;font-size:10px!important;}
.section{padding:78px 0!important;}
.section h2{font-size:clamp(38px,4.7vw,68px)!important;line-height:.99!important;letter-spacing:-.045em!important;max-width:1050px;}
.eyebrow{font-size:12px!important;letter-spacing:.24em!important;}
.trustpilot-section{padding-top:32px!important;padding-bottom:60px!important;}
.trustpilot-card{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;}
.quality-section{gap:40px!important;}
.quality-collage div{background-size:cover;background-position:center;}
.service-grid{display:grid!important;gap:24px!important;}
.service-card{transform:none!important;background:transparent!important;}
.service-card a{display:flex!important;flex-direction:column!important;height:100%!important;border-radius:34px!important;overflow:hidden!important;background:rgba(255,250,243,.88)!important;border:1px solid rgba(36,24,19,.13)!important;box-shadow:0 18px 54px rgba(35,20,12,.09)!important;}
.service-img{display:block!important;height:238px!important;aspect-ratio:auto!important;flex:0 0 238px!important;background-size:cover!important;background-position:center!important;background-color:#eadccb!important;}
.service-img img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
.service-copy{padding:24px 26px 30px!important;}
.service-copy h3{font-size:clamp(24px,2vw,31px)!important;line-height:1.05!important;}
.service-copy p{font-size:16px!important;line-height:1.55!important;}
.service-card:nth-child(6) a{background:rgba(255,250,243,.92)!important;color:var(--ink)!important;}
.service-card:nth-child(6) .service-img{border-radius:0!important;background-color:#eadccb!important;}
.portfolio-grid{gap:18px!important;}
.portfolio-item{background-size:cover;background-position:center;border-radius:34px!important;}
.portfolio-item picture{height:100%!important;}
.process-grid{gap:24px!important;}
.process-card{display:flex!important;flex-direction:column!important;min-height:0!important;padding:0!important;overflow:hidden!important;border-radius:34px!important;background:rgba(255,250,243,.76)!important;box-shadow:0 18px 54px rgba(35,20,12,.08)!important;transform:none!important;}
.process-media{display:block!important;height:210px!important;aspect-ratio:auto!important;flex:0 0 210px!important;background-size:cover!important;background-position:center!important;background-color:#e5d7c7!important;border-bottom:1px solid rgba(36,24,19,.12)!important;}
.process-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
.process-card span{margin-top:22px!important;font-size:48px!important;line-height:1!important;}
.process-card h3{font-size:25px!important;line-height:1.08!important;margin-top:12px!important;}
.process-card p{font-size:16px!important;line-height:1.6!important;margin-bottom:28px!important;}
.parallax-panel{min-height:620px!important;margin:72px 0!important;background-image:linear-gradient(90deg,rgba(18,10,7,.50),rgba(18,10,7,.18) 48%,rgba(18,10,7,.56)),var(--parallax-image)!important;background-size:cover!important;background-position:center 55%!important;background-attachment:fixed!important;position:relative;}
.parallax-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 28% 50%,rgba(232,196,127,.2),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.24));z-index:-1;}
.parallax-content{background:rgba(18,10,7,.34)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 30px 90px rgba(0,0,0,.24)!important;}
.parallax-content h2{font-size:clamp(44px,5.8vw,82px)!important;line-height:.96!important;}
.parallax-content p{font-size:clamp(17px,1.55vw,22px)!important;}
.aftercare-section{gap:42px!important;}
.aftercare-media{min-height:560px!important;background-image:var(--fallback-image);background-size:cover;background-position:center;border-radius:40px!important;}
.aftercare-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
.contact-copy h2{font-size:clamp(40px,4.3vw,70px)!important;line-height:1!important;}
.contact-form input,.contact-form textarea{font-size:16px!important;background:#fff!important;}
.search-overlay{z-index:5000!important;}
.footer-brand{display:inline-flex;min-height:58px;align-items:center;}
@media (min-width:1000px){
  :root{--container:min(100% - 70px, 1480px);}
  .nav{display:flex!important;gap:14px!important;}
  .nav-panel{display:flex!important;align-items:center!important;gap:4px!important;flex:1 1 auto!important;justify-content:flex-end!important;}
  .world-clocks{display:flex!important;flex:0 1 440px!important;}
  .hero{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;gap:48px!important;}
  .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .portfolio-grid{grid-template-columns:1.05fr .82fr .82fr!important;grid-auto-rows:330px!important;}
  .process-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .aftercare-section{grid-template-columns:.9fr 1.1fr!important;align-items:center!important;}
  .contact-section{grid-template-columns:.92fr 1.08fr!important;align-items:stretch!important;}
}
@media (min-width:1280px) and (max-width:1500px){
  .brand-logo-link{width:185px!important;min-width:176px!important;}
  .world-clocks{flex-basis:390px!important;max-width:390px!important;}
  .clock-chip b{font-size:8px!important;}
  .clock-chip time{font-size:13px!important;}
  .nav-panel a,.language-switch a{font-size:9.4px!important;padding-inline:7px!important;}
  .site-header .button.small{padding-inline:12px!important;}
}
@media (max-width:1279px) and (min-width:1000px){
  .world-clocks{display:none!important;}
}
@media (max-width:999px){
  :root{--container:min(100% - 26px, 1380px);--header-h:68px;}
  .topline{height:38px;font-size:10px;letter-spacing:.11em;justify-content:space-between;}
  .brand-logo-link{width:156px!important;min-width:148px!important;height:68px!important;}
  .brand-logo-img{max-height:54px!important;}
  .hero{padding:36px 0 46px!important;gap:24px!important;}
  .hero h1{font-size:clamp(42px,12vw,62px)!important;}
  .hero-media{max-width:100%!important;}
  .section{padding:52px 0!important;}
  .section h2{font-size:clamp(34px,9.2vw,52px)!important;}
  .service-grid,.process-grid,.portfolio-grid{grid-template-columns:1fr!important;}
  .service-img{height:230px!important;}
  .process-media{height:190px!important;}
  .process-card span{font-size:42px!important;}
  .parallax-panel{min-height:500px!important;background-attachment:scroll!important;margin:48px 0!important;}
  .aftercare-media{min-height:360px!important;}
  .contact-copy,.contact-panel{padding:24px!important;border-radius:32px!important;}
  .contact-copy h2{font-size:clamp(36px,10vw,52px)!important;}
  .trustpilot-card{grid-template-columns:1fr!important;}
}
@media (max-width:430px){
  .hero h1{font-size:40px!important;}
  .lead{font-size:16px!important;}
  .service-img{height:210px!important;}
  .process-media{height:170px!important;}
  .aftercare-media{min-height:300px!important;}
  .parallax-content h2{font-size:38px!important;}
}
[dir="rtl"] .brand-logo-img{object-position:right center!important;}

/* === ZORUMI Serenique-inspired rework: calm spa-luxury system, full content preserved === */
:root{
  --serene-cream:#f7f1e6;
  --serene-cream-2:#fffaf0;
  --serene-brown:#5d421f;
  --serene-brown-2:#2b2116;
  --serene-olive:#75806c;
  --serene-line:rgba(93,66,31,.2);
  --serene-shadow:0 24px 70px rgba(43,33,22,.18);
  --container:min(100% - 48px, 1320px);
  --header-h:66px;
}
*{letter-spacing:0!important}
.skip:not(:focus),
.hp{
  left:0!important;
  top:0!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  clip-path:inset(50%)!important;
  transform:none!important;
}
.hp{position:fixed!important}
.skip:focus{
  transform:none!important;
  opacity:1!important;
  clip-path:none!important;
}
body{
  background:var(--serene-cream)!important;
  color:var(--serene-brown-2)!important;
}
body::before{content:none!important}
main{background:var(--serene-cream)}
.topline{
  height:34px!important;
  background:var(--serene-brown)!important;
  color:#fff7e7!important;
  border-bottom:1px solid rgba(255,255,255,.14);
  text-transform:none!important;
}
.topline .social-icons a{border-color:rgba(255,255,255,.34);color:#fff7e7}
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:1200!important;
  padding:14px 0!important;
  background:rgba(247,241,230,.72)!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:blur(18px)!important;
}
.nav{
  height:var(--header-h)!important;
  width:var(--container)!important;
  padding:0 14px 0 18px!important;
  background:rgba(255,250,240,.96)!important;
  border:1px solid rgba(93,66,31,.18)!important;
  border-radius:999px!important;
  color:var(--serene-brown-2)!important;
  box-shadow:0 14px 44px rgba(43,33,22,.13)!important;
}
.brand-logo-link{height:var(--header-h)!important}
.brand-logo-img{
  filter:none!important;
}
.nav-panel a,
.language-switch a,
.nav-search-button{
  color:var(--serene-brown-2)!important;
  text-transform:none!important;
  font-weight:760!important;
}
.language-switch a[href*="ar/"]{
  direction:rtl;
  font-weight:820!important;
  letter-spacing:0!important;
  unicode-bidi:isolate;
}
.language-switch a[href*="ru/"]{
  letter-spacing:.035em!important;
}
.nav-panel a:hover,
.language-switch a.active,
.nav-search-button:hover{
  background:rgba(93,66,31,.09)!important;
}
.world-clocks{
  background:rgba(93,66,31,.08)!important;
  border-color:rgba(93,66,31,.14)!important;
  max-width:540px!important;
  flex-basis:520px!important;
}
.clock-chip{overflow:visible!important}
.clock-chip b{color:var(--serene-brown)!important}
.clock-chip time{color:var(--serene-brown-2)!important}
.button{
  background:var(--serene-brown)!important;
  color:#fffaf0!important;
  border:1px solid rgba(255,255,255,.25)!important;
  box-shadow:none!important;
  text-transform:none!important;
  min-height:44px;
}
.button::after{
  content:none!important;
  display:none!important;
}
.button.ghost{
  background:rgba(255,250,240,.12)!important;
  color:inherit!important;
  border-color:rgba(255,250,240,.42)!important;
}
.section,.hero{width:var(--container)!important}
.hero h1,
.section h2,
.parallax-content h2,
.modal-title strong{
  font-family:Georgia,"Times New Roman",serif!important;
  letter-spacing:0!important;
}
.hero h1 em,
.section h2 em{
  font-style:italic;
  font-weight:400;
}
.hero-home{
  width:100vw!important;
  margin:0 0 0 calc(50% - 50vw)!important;
  min-height:min(760px, calc(100svh - 132px))!important;
  padding:76px max(24px,calc((100vw - 1320px)/2)) 52px!important;
  display:flex!important;
  align-items:center!important;
  color:#fff!important;
  background:
    linear-gradient(90deg,rgba(22,14,8,.78),rgba(22,14,8,.32) 48%,rgba(22,14,8,.48)),
    url("../img/salon-interior-main-lg.jpg") center 42%/cover no-repeat!important;
}
.hero-home::before{content:none!important}
.hero-home .hero-copy{
  width:var(--container)!important;
  margin:0!important;
  max-width:980px!important;
}
.hero-home .eyebrow{color:#fff4dc!important}
.hero-home h1{
  color:#fff!important;
  font-size:clamp(52px,5.8vw,92px)!important;
  line-height:1.05!important;
  text-shadow:0 18px 42px rgba(0,0,0,.28);
}
.hero-home .lead,
.hero-home p{color:#f8ead3!important}
.hero-home .button.ghost{color:#fffaf0!important}
.hero-home .hero-media{display:none!important}
.trust-row{
  max-width:820px;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.trust-row li{
  border-color:rgba(255,255,255,.32)!important;
  background:rgba(255,250,240,.12)!important;
  color:#fffaf0!important;
  backdrop-filter:blur(10px);
}
.partners-strip{
  padding:42px 0 34px!important;
  border-bottom:2px dotted rgba(93,66,31,.18);
  text-align:center;
}
.partners-strip .eyebrow{color:var(--serene-brown)!important}
.visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.brand-marquee{
  display:grid;
  gap:9px;
  overflow:hidden;
  max-width:100%;
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.brand-marquee-row{
  overflow:hidden;
  white-space:nowrap;
}
.brand-marquee-track{
  display:flex;
  width:max-content;
  gap:clamp(26px,4.6vw,72px);
  align-items:center;
  color:rgba(93,66,31,.48);
  font-size:clamp(19px,1.9vw,29px);
  font-weight:850;
  letter-spacing:.12em;
  line-height:1.1;
  text-transform:uppercase;
  animation:brand-marquee 58s linear infinite;
  will-change:transform;
}
.brand-marquee-row-reverse .brand-marquee-track{
  animation-direction:reverse;
  color:rgba(93,66,31,.36);
}
@keyframes brand-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (prefers-reduced-motion:reduce){
  .brand-marquee-track{animation:none}
}
.section-head.centered{
  max-width:930px!important;
  margin:0 auto 34px!important;
  text-align:center;
}
.legacy-offers-section{
  padding-top:74px!important;
}
.legacy-offer-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.legacy-offer-card{
  position:relative;
  min-height:420px;
  overflow:hidden;
  border-radius:28px;
  margin:0;
  color:#fffaf0;
  background:var(--serene-brown);
  box-shadow:var(--serene-shadow);
}
.legacy-offer-card:first-child{grid-column:span 1;min-height:520px}
.legacy-offer-img{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}
.legacy-offer-img::after,
.service-img::after,
.portfolio-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(26,17,9,.08),rgba(26,17,9,.74));
  pointer-events:none;
}
.legacy-offer-img img{height:100%;object-fit:cover}
.legacy-offer-card>div{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  padding:24px;
}
.legacy-offer-card span,
.service-copy span{
  color:#fff1c9!important;
  font-weight:800!important;
}
.legacy-offer-card h3{
  margin:8px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.08;
}
.legacy-offer-card p{
  margin:0;
  color:#fff4df!important;
  line-height:1.52;
}
.salon-story-section{
  display:grid;
  grid-template-columns:minmax(280px,420px) minmax(0,1fr);
  gap:clamp(28px,4vw,54px);
  align-items:center;
  padding-top:48px!important;
  padding-bottom:48px!important;
}
.story-media{
  min-height:560px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--serene-shadow);
  width:min(420px,100%);
  aspect-ratio:4/5;
  min-height:0!important;
  justify-self:end;
}
.story-media picture{height:100%}
.story-media img{object-position:center 48%}
.story-copy h2{font-size:clamp(36px,4.1vw,60px)!important;line-height:.96!important}
.story-copy p{font-size:18px!important;color:#594b3c!important}
.story-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.story-stats span{
  display:grid;
  gap:6px;
  color:#665744;
}
.story-stats strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3vw,52px);
  font-weight:400;
  color:var(--serene-brown);
}
.story-counters{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}
.story-counter{
  position:relative;
  min-height:118px;
  display:grid;
  align-content:center;
  gap:8px;
  padding:18px 14px;
  overflow:hidden;
  border:1px solid rgba(96,70,48,.16);
  border-radius:22px;
  background:linear-gradient(155deg,rgba(255,250,240,.86),rgba(224,207,185,.54));
  box-shadow:0 16px 42px rgba(57,38,22,.08);
}
.story-counter::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(192,141,79,.18);
  border-radius:16px;
  pointer-events:none;
}
.story-counter strong{
  position:relative;
  z-index:1;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,2.6vw,44px);
  line-height:.92;
  font-weight:400;
  color:var(--serene-brown);
  white-space:nowrap;
}
.story-counter em{
  position:relative;
  z-index:1;
  color:#6b5948;
  font-size:11px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.24;
  text-transform:uppercase;
}
.trustpilot-card,
.quality-copy,
.contact-copy,
.contact-panel,
.detail-card{
  background:rgba(255,250,240,.74)!important;
  border:1px solid var(--serene-line)!important;
  border-radius:28px!important;
  box-shadow:none!important;
}
.trustpilot-card{box-shadow:var(--serene-shadow)!important}
.trustpilot-badge{
  background:var(--serene-brown-2)!important;
  border-radius:24px!important;
}
.trust-stars{background:var(--serene-olive)!important}
.quality-section{
  grid-template-columns:.86fr 1.14fr!important;
}
.quality-copy{
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
.quality-copy h2{font-size:clamp(42px,4.6vw,72px)!important}
.quality-collage div{border-radius:28px!important}
#services{
  padding-top:78px!important;
}
.service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.service-card a{
  position:relative!important;
  min-height:440px!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:28px!important;
  color:#fffaf0!important;
  background:var(--serene-brown)!important;
  border:0!important;
  box-shadow:var(--serene-shadow)!important;
}
.service-img{
  position:absolute!important;
  inset:0!important;
  height:100%!important;
  flex:0 0 auto!important;
}
.service-img img{height:100%!important}
.service-copy{
  position:absolute!important;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  padding:26px!important;
}
.service-copy h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px!important;
  color:#fffaf0!important;
}
.service-copy p{color:#fff4df!important}
.portfolio-grid{gap:14px!important}
.portfolio-item{
  border-radius:26px!important;
  box-shadow:var(--serene-shadow)!important;
}
.portfolio-item figcaption{
  z-index:1;
  border-radius:999px!important;
  background:rgba(255,250,240,.9)!important;
  color:var(--serene-brown-2)!important;
  text-transform:none!important;
}
.process-section{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  padding:92px max(24px,calc((100vw - 1320px)/2)) 108px!important;
  background:var(--serene-brown)!important;
  color:#fffaf0!important;
}
.process-section .section-head{
  width:var(--container);
  margin-inline:auto;
  text-align:center;
}
.process-section .eyebrow,
.process-section p{color:#fff4dc!important}
.process-grid{
  width:var(--container);
  margin-inline:auto;
}
.process-card{
  background:rgba(255,250,240,.08)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#fffaf0!important;
  box-shadow:none!important;
}
.process-card span{color:#fff1c9!important}
.process-card p{color:#fff4dc!important}
.pricing-section{
  padding-top:88px!important;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.pricing-card{
  padding:32px;
  border:1px dotted rgba(93,66,31,.28);
  border-radius:28px;
  background:rgba(255,250,240,.48);
}
.pricing-card.featured{
  background:var(--serene-brown);
  color:#fffaf0;
  border-color:transparent;
}
.pricing-card h3{
  margin:0 0 20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
}
.pricing-card ul{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.pricing-card li{
  position:relative;
  padding-left:24px;
  line-height:1.55;
}
.pricing-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:currentColor;
}
[dir="rtl"] .pricing-card li{padding-left:0;padding-right:24px}
[dir="rtl"] .pricing-card li::before{left:auto;right:0}
.sales-section{
  scroll-margin-top:calc(var(--header-h) + 24px);
}
.sales-layout{
  display:grid;
  gap:28px;
  align-items:start;
}
.sales-copy h2{
  max-width:980px;
}
.sales-copy>p:not(.eyebrow),
.sales-note{
  max-width:820px;
}
.sales-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:28px 0 22px;
}
.sales-product-grid article{
  min-height:188px;
  padding:24px;
  border:1px solid rgba(93,66,31,.18);
  border-radius:26px;
  background:rgba(255,250,240,.68);
  box-shadow:0 14px 42px rgba(35,20,12,.07);
}
.sales-product-grid span{
  color:var(--gold);
  font-size:12px;
  font-weight:950;
  letter-spacing:.18em;
}
.sales-product-grid h3,
.sales-calculator h3{
  margin:10px 0 12px;
  font-size:clamp(24px,2vw,34px);
  line-height:1.05;
  letter-spacing:-.03em;
}
.sales-product-grid p,
.sales-calculator p,
.sales-note{
  margin:0;
  font-size:15px!important;
  line-height:1.62!important;
}
.sales-note{
  margin-bottom:20px!important;
  color:#6e6258!important;
}
.sales-panel{
  display:grid;
  gap:18px;
}
.sales-media{
  display:block;
  min-height:340px;
  border-radius:34px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  box-shadow:var(--shadow);
}
.sales-calculator{
  padding:28px;
  border-radius:30px;
  background:var(--serene-brown);
  color:#fffaf0;
  box-shadow:0 24px 66px rgba(43,33,22,.18);
}
.sales-calculator .eyebrow{
  color:#f0c97f;
}
.sales-calculator p{
  color:#f2e4d2!important;
}
.sales-calc-grid{
  display:grid;
  gap:12px;
  margin:20px 0 18px;
}
.sales-calc-grid label{
  display:grid;
  gap:8px;
  color:#fff8ea;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sales-calc-grid label strong{
  color:#f3cc82;
  font-size:14px;
}
.sales-calc-grid select,
.sales-calc-grid input[type="range"]{
  width:100%;
}
.sales-calc-grid select{
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  background:rgba(255,255,255,.12);
  color:#fffaf0;
  padding:13px 14px;
  outline:none;
}
.sales-calc-grid select option{
  color:#201610;
}
.sales-calc-grid input[type="range"]{
  accent-color:#f1c778;
}
.sales-calculator output{
  display:block;
  margin:0 0 14px;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(255,232,176,.72);
  background:
    linear-gradient(135deg,rgba(255,250,232,.98) 0%,rgba(244,203,126,.98) 58%,rgba(201,150,78,.98) 100%);
  color:#21150d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3.4vw,48px);
  line-height:1.04;
  text-shadow:0 1px 0 rgba(255,255,255,.38);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -10px 22px rgba(97,58,24,.13),
    0 18px 42px rgba(9,6,4,.24),
    0 0 0 5px rgba(244,203,126,.08);
}
[dir="rtl"] .sales-product-grid span,
[dir="rtl"] .sales-calc-grid label{
  letter-spacing:0;
}
@media (min-width:1000px){
  .sales-layout{
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);
    gap:38px;
  }
}
@media (max-width:999px){
  .sales-product-grid{
    grid-template-columns:1fr;
  }
  .sales-media{
    min-height:280px;
  }
}
.parallax-panel{
  background-image:linear-gradient(90deg,rgba(43,33,22,.76),rgba(43,33,22,.24),rgba(43,33,22,.64)),var(--parallax-image)!important;
}
.aftercare-media,
.contact-copy,
.contact-panel{border-radius:28px!important}
.inner-hero{
  padding-top:72px!important;
  padding-bottom:72px!important;
  min-height:auto!important;
}
.inner-hero .hero-picture{border-radius:28px!important}
.policy-content{
  background:rgba(255,250,240,.54);
  border-radius:28px;
  padding:40px!important;
}
.policy-block h2{font-size:clamp(32px,3.5vw,48px)!important}
.footer{
  background:var(--serene-brown-2)!important;
  color:#fff4df!important;
}
.mobile-action-bar{
  background:rgba(43,33,22,.9)!important;
  border-color:rgba(255,255,255,.2)!important;
}
.mobile-action-bar a:first-child{background:var(--serene-brown)!important;color:#fffaf0!important}
.cookie-banner{background:rgba(255,250,240,.97)!important;border-radius:24px!important}

@media (min-width:1000px){
  .nav-panel{background:transparent!important}
  .legacy-offer-card:nth-child(2){transform:translateY(38px)}
  .legacy-offer-card:nth-child(4){transform:translateY(20px)}
  .service-card:nth-child(3n+2){transform:translateY(24px)!important}
}
@media (max-width:1160px){
  .world-clocks{display:none!important}
  .legacy-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .legacy-offer-card:first-child{grid-column:auto;min-height:420px}
  .salon-story-section{grid-template-columns:minmax(250px,380px) minmax(0,1fr);gap:28px}
  .story-media{width:min(360px,100%);aspect-ratio:4/5}
  .pricing-grid{grid-template-columns:1fr}
}
@media (max-width:860px){
  .salon-story-section{grid-template-columns:1fr;gap:24px}
  .story-media{width:min(420px,100%);justify-self:center}
}
@media (max-width:620px){
  .story-media{
    width:100%;
    aspect-ratio:1/1;
    border-radius:24px;
  }
}
@media (max-width:999px){
  :root{--container:min(100% - 28px, 1320px);--header-h:62px}
  .site-header{padding:10px 0!important}
  .nav{padding:0 10px 0 14px!important}
  .menu-button{background:var(--serene-brown)!important;color:#fffaf0!important;border:0!important}
  .nav-panel{
    top:calc(34px + var(--header-h) + 14px)!important;
    background:rgba(43,33,22,.97)!important;
    border-radius:24px!important;
  }
  .nav-panel a,.language-switch a,.nav-search-button{color:#fffaf0!important}
  .nav-panel .button{width:100%}
  .hero-home{
    min-height:620px!important;
    padding:54px 14px 42px!important;
    background-position:center top!important;
  }
  .hero-home h1{font-size:clamp(42px,12vw,68px)!important}
  .trust-row{grid-template-columns:1fr 1fr!important}
  .partners-strip{text-align:left}
  [dir="rtl"] .partners-strip{text-align:right}
  .brand-marquee-track{gap:28px;font-size:18px}
  .legacy-offer-grid,
  .service-grid,
  .pricing-grid{grid-template-columns:1fr!important}
  .legacy-offer-card,
  .service-card a{min-height:390px!important}
  .story-counters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .story-stats{grid-template-columns:1fr}
  .quality-section{grid-template-columns:1fr!important}
  .process-section{padding:62px 14px 76px!important}
  .process-section .section-head,
  .process-grid{width:var(--container)}
  .portfolio-grid{grid-template-columns:1fr!important}
  .policy-content{padding:24px!important}
}
@media (max-width:430px){
  :root{--container:min(100% - 22px, 1320px)}
  .hero-home{min-height:560px!important;padding-top:34px!important;padding-bottom:28px!important}
  .hero-home h1{font-size:38px!important}
  .hero-home .trust-row{display:none!important}
  .trust-row{grid-template-columns:1fr!important}
  .legacy-offer-card,
  .service-card a{min-height:360px!important}
  .legacy-offer-card>div,
  .service-copy{padding:20px!important}
  .legacy-offer-card h3,
  .service-copy h3,
  .pricing-card h3{font-size:26px!important}
}

/* Keep world clocks visible in the desktop header, even on narrower laptop widths. */
@media (min-width:1000px){
  .nav{
    gap:8px!important;
  }
  .brand-logo-link{
    flex:0 0 clamp(142px,14vw,185px)!important;
    width:clamp(142px,14vw,185px)!important;
    min-width:142px!important;
    overflow:hidden!important;
  }
  .brand-logo-img{
    width:auto!important;
    max-width:100%!important;
    height:54px!important;
    max-height:54px!important;
    object-fit:contain!important;
  }
  .world-clocks.desktop-only{
    display:flex!important;
    flex:0 1 340px!important;
    max-width:340px!important;
    height:40px!important;
    margin-left:6px!important;
    margin-right:6px!important;
    padding:4px 8px!important;
    gap:3px!important;
    overflow:visible!important;
  }
  .clock-chip{
    flex:0 1 auto!important;
    gap:4px!important;
    padding:3px 5px!important;
  }
  .clock-chip b{
    font-size:8px!important;
  }
  .clock-chip time{
    font-size:12px!important;
  }
  .nav-panel{
    gap:2px!important;
  }
  .nav-panel a,
  .language-switch a{
    font-size:10px!important;
    padding-inline:7px!important;
  }
}
@media (min-width:1000px) and (max-width:1180px){
  .world-clocks.desktop-only{
    flex:0 0 300px!important;
    max-width:300px!important;
  }
  .clock-chip b{
    font-size:6.5px!important;
  }
  .clock-chip time{
    font-size:10px!important;
  }
  .clock-chip{
    gap:2px!important;
    padding:2px 3px!important;
  }
  .site-header .button.small{
    display:none!important;
  }
}

/* WhatsApp actions should use the recognizable WhatsApp green. */
a.button[href*="wa.me"],
.hero-actions a[href*="wa.me"],
.contact-actions a[href*="wa.me"],
.nav-panel a.button[href*="wa.me"]{
  background:#25d366!important;
  color:#062c18!important;
  border-color:#1db954!important;
  box-shadow:0 16px 42px rgba(37,211,102,.24)!important;
}
a.button[href*="wa.me"]::after,
.hero-actions a[href*="wa.me"]::after,
.contact-actions a[href*="wa.me"]::after,
.nav-panel a.button[href*="wa.me"]::after{
  content:none!important;
  display:none!important;
}
a.button[href*="wa.me"]:hover,
.hero-actions a[href*="wa.me"]:hover,
.contact-actions a[href*="wa.me"]:hover,
.nav-panel a.button[href*="wa.me"]:hover{
  background:#20c45e!important;
  box-shadow:0 20px 52px rgba(37,211,102,.3)!important;
}
.button:hover,
.button:focus-visible,
a.button[href*="wa.me"]:hover,
.hero-actions a[href*="wa.me"]:hover,
.contact-actions a[href*="wa.me"]:hover,
.nav-panel a.button[href*="wa.me"]:hover{
  box-shadow:
    0 0 0 1px rgba(245,243,236,.72),
    0 0 18px rgba(232,230,222,.46),
    0 16px 38px rgba(54,42,30,.18)!important;
}
.social-icons a[href*="wa.me"]{
  background:#25d366!important;
  color:#062c18!important;
  border-color:#25d366!important;
}
.social-icons a[href*="instagram.com"]{
  background:
    radial-gradient(circle at 30% 105%,#fdf497 0 18%,#fd5949 42%,#d6249f 62%,#285aeb 100%)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.42)!important;
}
.social-icons a[href*="facebook.com"]{
  background:#1877f2!important;
  color:#fff!important;
  border-color:#1877f2!important;
}
.social-icons a[href*="instagram.com"] svg,
.social-icons a[href*="facebook.com"] svg,
.social-icons a[href*="wa.me"] svg{
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.2));
}
/* Polished brand social buttons with larger, cleaner glyphs. */
.topline{
  height:44px!important;
}
.social-icons{
  gap:11px!important;
}
.social-icons a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:38px!important;
  height:38px!important;
  border-width:1px!important;
  border-color:rgba(255,255,255,.5)!important;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.42),
    inset 0 -10px 18px rgba(0,0,0,.12),
    0 7px 16px rgba(23,13,8,.2)!important;
  transition:
    transform .24s var(--ease),
    box-shadow .24s var(--ease),
    filter .24s var(--ease)!important;
}
.social-icons a::before{
  content:"";
  position:absolute;
  inset:1px 1px auto 1px;
  height:48%;
  border-radius:999px 999px 42% 42%;
  background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0));
  pointer-events:none;
  z-index:0;
}
.social-icons a::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
  pointer-events:none;
  z-index:2;
}
.social-icons svg{
  position:relative;
  z-index:1;
  width:26px!important;
  height:26px!important;
  stroke-width:2.45!important;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.social-icons a:hover{
  transform:translateY(-2px) scale(1.055)!important;
  filter:saturate(1.06);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.48),
    inset 0 -10px 18px rgba(0,0,0,.12),
    0 0 0 1px rgba(255,255,255,.45),
    0 12px 24px rgba(23,13,8,.28)!important;
}
.social-icons a[href*="instagram.com"]{
  background:
    radial-gradient(circle at 28% 102%,#ffd776 0 21%,#ff5a5f 42%,#c13584 64%,#5851db 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="instagram.com"] svg{
  transform:scale(1.18);
}
.social-icons a[href*="instagram.com"] rect,
.social-icons a[href*="instagram.com"] circle{
  stroke:#fff!important;
}
.social-icons a[href*="facebook.com"]{
  background:linear-gradient(180deg,#2f8fff 0%,#1877f2 58%,#0f5bcc 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="facebook.com"] svg{
  transform:scale(1.22) translateY(1px);
}
.social-icons a[href*="facebook.com"] path{
  fill:#fff!important;
}
.social-icons a[href*="wa.me"]{
  background:linear-gradient(180deg,#3be87f 0%,#25d366 58%,#16aa4d 100%)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.46)!important;
}
.social-icons a[href*="wa.me"] svg{
  transform:scale(1.16);
}
.social-icons a[href*="wa.me"] path{
  fill:#fff!important;
}
.social-icons a[href*="tiktok.com"]{
  background:linear-gradient(180deg,#171717 0%,#070707 62%,#000 100%)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.44)!important;
}
.social-icons a[href*="tiktok.com"] svg{
  transform:scale(1.12);
  filter:
    drop-shadow(1px 0 0 #25f4ee)
    drop-shadow(-1px 0 0 #fe2c55)
    drop-shadow(0 1px 1px rgba(0,0,0,.28));
}
.social-icons a[href*="tiktok.com"] path{
  fill:#fff!important;
}
.social-icons a[href*="youtube.com"]{
  background:linear-gradient(180deg,#ff3030 0%,#ff0000 58%,#c90000 100%)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.46)!important;
}
.social-icons a[href*="youtube.com"] svg{
  transform:scale(1.12);
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.22));
}
.social-icons a[href*="youtube.com"] path{
  fill:#fff!important;
}
.social-icons a[href*="snapchat.com"]{
  background:linear-gradient(180deg,#fff86d 0%,#fffc00 58%,#f2db00 100%)!important;
  color:#111!important;
  border-color:rgba(255,255,255,.5)!important;
}
.social-icons a[href*="snapchat.com"] svg{
  transform:scale(1.08);
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.16));
}
.social-icons a[href*="snapchat.com"] path{
  fill:#111!important;
}
.social-icons a[href*="t.me"]{
  background:linear-gradient(180deg,#3bb7f5 0%,#229ed9 58%,#147eb7 100%)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.46)!important;
}
.social-icons a[href*="t.me"] svg{
  transform:scale(1.08) translateX(-1px);
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.2));
}
.social-icons a[href*="t.me"] path{
  fill:#fff!important;
}
@media (max-width:760px){
  .topline{
    gap:10px!important;
  }
  .topline span{
    min-width:0;
    max-width:calc(100vw - 292px);
  }
  .social-icons{
    gap:8px!important;
  }
  .social-icons a{
    width:34px!important;
    height:34px!important;
  }
  .social-icons svg{
    width:23px!important;
    height:23px!important;
  }
}
@media (max-width:520px){
  .topline{
    justify-content:center!important;
  }
  .topline span{
    display:none;
  }
}
@media (max-width:420px){
  .topline{
    height:42px!important;
    gap:8px!important;
  }
  .social-icons{
    gap:8px!important;
  }
  .social-icons a{
    width:34px!important;
    height:34px!important;
  }
  .social-icons svg{
    width:23px!important;
    height:23px!important;
  }
}
.mobile-action-bar a[href*="wa.me"],
.mobile-action-bar a:first-child[href*="wa.me"]{
  background:#25d366!important;
  color:#062c18!important;
}
.service-copy h3,
.process-card h3,
.legacy-offer-card h3,
.pricing-card h3{
  overflow-wrap:anywhere;
  hyphens:auto;
}

/* Apple-style analog world clocks with day/night color states per timezone. */
.world-clocks{
  gap:6px!important;
}
.clock-chip{
  --clock-face:#fffaf0;
  --clock-hand:#2b2116;
  --clock-minute-hand:#5d421f;
  --clock-tick:rgba(93,66,31,.5);
  --clock-ring:rgba(93,66,31,.2);
  --clock-chip-bg:rgba(255,250,240,.62);
  --clock-label:#5d421f;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-width:0;
  border:1px solid var(--clock-ring);
  background:var(--clock-chip-bg)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}
.clock-chip.is-night{
  --clock-face:#1f2530;
  --clock-hand:#fffaf0;
  --clock-minute-hand:#cfd7e6;
  --clock-tick:rgba(255,250,240,.56);
  --clock-ring:rgba(255,250,240,.22);
  --clock-chip-bg:rgba(31,37,48,.86);
  --clock-label:#fff4dc;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
}
.clock-chip b{
  color:var(--clock-label)!important;
  line-height:1;
}
.clock-chip time[data-tz]{
  position:relative;
  display:block;
  flex:0 0 26px;
  width:26px;
  height:26px;
  border-radius:50%;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  overflow:hidden;
  border:1px solid var(--clock-ring);
  background:
    radial-gradient(circle at 50% 50%, var(--clock-hand) 0 2px, transparent 2.4px),
    linear-gradient(var(--clock-tick),var(--clock-tick)) 50% 3px/1.5px 4px no-repeat,
    linear-gradient(var(--clock-tick),var(--clock-tick)) 50% calc(100% - 3px)/1.5px 4px no-repeat,
    linear-gradient(90deg,var(--clock-tick),var(--clock-tick)) 3px 50%/4px 1.5px no-repeat,
    linear-gradient(90deg,var(--clock-tick),var(--clock-tick)) calc(100% - 3px) 50%/4px 1.5px no-repeat,
    var(--clock-face);
  box-shadow:0 2px 7px rgba(43,33,22,.14);
}
.clock-chip time[data-tz]::before,
.clock-chip time[data-tz]::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:50%;
  border-radius:999px;
  transform-origin:50% 100%;
}
.clock-chip time[data-tz]::before{
  width:2.5px;
  height:7px;
  margin-left:-1.25px;
  background:var(--clock-hand);
  transform:rotate(var(--clock-hour,0deg));
}
.clock-chip time[data-tz]::after{
  width:1.5px;
  height:10px;
  margin-left:-.75px;
  background:var(--clock-minute-hand);
  transform:rotate(var(--clock-minute,0deg));
}
@media (min-width:1000px) and (max-width:1180px){
  .clock-chip{
    gap:4px!important;
    padding:3px 4px!important;
  }
  .clock-chip time[data-tz]{
    flex-basis:22px;
    width:22px;
    height:22px;
  }
  .clock-chip time[data-tz]::before{
    height:6px;
  }
  .clock-chip time[data-tz]::after{
    height:8px;
  }
}

/* Full Apple World Clock treatment: numbered faces, city labels and Dubai-relative offsets. */
@media (min-width:1000px){
  .site-header .nav{
    height:auto!important;
    min-height:var(--header-h)!important;
    flex-wrap:wrap!important;
    align-content:center!important;
    align-items:center!important;
    gap:8px 14px!important;
    padding:6px 0 12px!important;
  }
  .site-header .brand-logo-link{
    order:1;
  }
  .site-header .nav-panel{
    order:2;
    margin-left:auto!important;
  }
  .world-clocks.desktop-only{
    order:3;
    display:flex!important;
    flex:0 0 100%!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:14px 18px 16px!important;
    gap:clamp(12px,2vw,28px)!important;
    justify-content:center!important;
    align-items:flex-start!important;
    overflow:visible!important;
    border-radius:34px!important;
    border:1px solid rgba(220,228,238,.5)!important;
    background:linear-gradient(180deg,#343437 0%,#202124 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.18),
      0 18px 42px rgba(0,0,0,.24)!important;
    backdrop-filter:blur(18px);
  }
  .clock-chip{
    --apple-clock-size:94px;
    --num-distance:-34px;
    --clock-face:#fbfbfb;
    --clock-number:#1f2024;
    --clock-hour-hand:#1d1d1f;
    --clock-minute-hand:#1d1d1f;
    --clock-second-hand:#ff9f0a;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    align-content:start!important;
    gap:8px!important;
    flex:0 1 clamp(92px,8vw,134px)!important;
    width:clamp(92px,8vw,134px)!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#fff!important;
    white-space:normal!important;
  }
  .clock-chip.is-night{
    --clock-face:#37373a;
    --clock-number:#f5f5f7;
    --clock-hour-hand:#f5f5f7;
    --clock-minute-hand:#f5f5f7;
  }
  .clock-face{
    position:relative;
    display:block;
    width:var(--apple-clock-size);
    height:var(--apple-clock-size);
    flex:0 0 var(--apple-clock-size);
    border-radius:50%;
    background:var(--clock-face);
    overflow:hidden;
    box-shadow:
      inset 0 0 0 1px rgba(0,0,0,.06),
      0 12px 24px rgba(0,0,0,.16);
  }
  .clock-number{
    position:absolute;
    left:50%;
    top:50%;
    z-index:2;
    width:1.45em;
    height:1.45em;
    margin:-.725em 0 0 -.725em;
    display:grid;
    place-items:center;
    color:var(--clock-number);
    font-size:clamp(13px,1.22vw,25px);
    font-weight:820;
    letter-spacing:0;
    line-height:1;
    transform:rotate(var(--num-angle)) translateY(var(--num-distance)) rotate(var(--num-back-angle));
  }
  .clock-face time[data-tz]{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    flex:0 0 auto!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    box-shadow:none!important;
    color:transparent!important;
    font-size:0!important;
    line-height:0!important;
    overflow:visible!important;
  }
  .clock-face time[data-tz]::before,
  .clock-face time[data-tz]::after,
  .clock-second{
    content:"";
    position:absolute;
    left:50%;
    bottom:50%;
    z-index:3;
    border-radius:999px;
    transform-origin:50% 100%;
  }
  .clock-face time[data-tz]::before{
    width:5px!important;
    height:29%!important;
    margin-left:-2.5px!important;
    background:var(--clock-hour-hand)!important;
    transform:rotate(var(--clock-hour,0deg))!important;
    box-shadow:0 1px 3px rgba(0,0,0,.22);
  }
  .clock-face time[data-tz]::after{
    width:3px!important;
    height:39%!important;
    margin-left:-1.5px!important;
    background:var(--clock-minute-hand)!important;
    transform:rotate(var(--clock-minute,0deg))!important;
    box-shadow:0 1px 3px rgba(0,0,0,.18);
  }
  .clock-second{
    width:2px;
    height:43%;
    margin-left:-1px;
    background:var(--clock-second-hand);
    transform:rotate(var(--clock-second,0deg));
  }
  .clock-pivot{
    position:absolute;
    left:50%;
    top:50%;
    z-index:4;
    width:clamp(7px,.7vw,11px);
    height:clamp(7px,.7vw,11px);
    border:2px solid var(--clock-second-hand);
    border-radius:50%;
    background:var(--clock-face);
    transform:translate(-50%,-50%);
  }
  .clock-info{
    display:grid;
    justify-items:center;
    gap:3px;
    width:100%;
    min-width:0;
    line-height:1;
  }
  .clock-info b{
    display:block;
    width:100%;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#fff!important;
    font-size:clamp(17px,1.7vw,30px)!important;
    font-weight:900!important;
    letter-spacing:0!important;
    line-height:1.02!important;
    text-align:center;
    text-transform:none!important;
  }
  .clock-day,
  .clock-offset{
    display:block;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    color:rgba(255,255,255,.45);
    font-size:clamp(13px,1.35vw,22px);
    font-weight:900;
    letter-spacing:0;
    line-height:1.08;
    text-align:center;
    white-space:nowrap;
  }
  [dir="rtl"] .clock-info{
    direction:rtl;
  }
}
@media (min-width:1280px){
  .world-clocks.desktop-only{
    padding-block:16px 18px!important;
  }
  .clock-chip{
    --apple-clock-size:110px;
    --num-distance:-40px;
  }
}
@media (min-width:1600px){
  .clock-chip{
    --apple-clock-size:122px;
    --num-distance:-44px;
  }
}
@media (min-width:1000px) and (max-width:1180px){
  .world-clocks.desktop-only{
    padding-inline:12px!important;
    gap:10px!important;
  }
  .clock-chip{
    --apple-clock-size:76px;
    --num-distance:-26px;
    flex-basis:92px!important;
    width:92px!important;
  }
  .clock-info b{
    font-size:16px!important;
  }
  .clock-day,
  .clock-offset{
    font-size:13px!important;
  }
}

/* Compact airport-code analog clocks inside the header row. */
@media (min-width:1000px){
  .site-header .nav{
    height:var(--header-h)!important;
    min-height:var(--header-h)!important;
    flex-wrap:nowrap!important;
    align-content:center!important;
    align-items:center!important;
    gap:clamp(8px,1vw,14px)!important;
    padding:0!important;
  }
  .site-header .brand-logo-link,
  .site-header .nav-panel,
  .world-clocks.desktop-only{
    order:0!important;
  }
  .site-header .brand-logo-link{
    flex-shrink:0!important;
  }
  .site-header .nav-panel{
    flex:0 1 auto!important;
    margin-left:0!important;
  }
  .world-clocks.desktop-only{
    display:flex!important;
    flex:0 1 238px!important;
    width:auto!important;
    max-width:238px!important;
    height:56px!important;
    margin-left:auto!important;
    margin-right:4px!important;
    padding:5px 8px!important;
    gap:7px!important;
    justify-content:center!important;
    align-items:center!important;
    overflow:hidden!important;
    border-radius:999px!important;
    border:1px solid rgba(93,66,31,.13)!important;
    background:rgba(93,66,31,.07)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.58)!important;
    backdrop-filter:blur(12px);
  }
  .clock-chip{
    --apple-clock-size:44px;
    --num-distance:-16px;
    --clock-face:#fffdf8;
    --clock-number:#2b2116;
    --clock-hour-hand:#1e1b17;
    --clock-minute-hand:#1e1b17;
    --clock-second-hand:#ff9f0a;
    display:block!important;
    flex:0 0 var(--apple-clock-size)!important;
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .clock-chip.is-night{
    --clock-face:#303136;
    --clock-number:#f6f3ea;
    --clock-hour-hand:#f6f3ea;
    --clock-minute-hand:#f6f3ea;
  }
  .clock-face{
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
    border-radius:50%!important;
    background:var(--clock-face)!important;
    box-shadow:
      inset 0 0 0 1px rgba(0,0,0,.06),
      0 4px 10px rgba(43,33,22,.16)!important;
  }
  .clock-number{
    font-size:6.5px!important;
    font-weight:860!important;
    color:var(--clock-number)!important;
    letter-spacing:0!important;
  }
  .clock-face time[data-tz]::before{
    width:2.2px!important;
    height:28%!important;
    margin-left:-1.1px!important;
    background:var(--clock-hour-hand)!important;
    transform:rotate(var(--clock-hour,0deg))!important;
  }
  .clock-face time[data-tz]::after{
    width:1.6px!important;
    height:38%!important;
    margin-left:-.8px!important;
    background:var(--clock-minute-hand)!important;
    transform:rotate(var(--clock-minute,0deg))!important;
  }
  .clock-second{
    width:1px!important;
    height:41%!important;
    margin-left:-.5px!important;
    background:var(--clock-second-hand)!important;
    transform:rotate(var(--clock-second,0deg))!important;
  }
  .clock-pivot{
    width:5px!important;
    height:5px!important;
    border:1.4px solid var(--clock-second-hand)!important;
  }
  .clock-code{
    position:absolute;
    left:50%;
    top:62%;
    z-index:5;
    color:var(--clock-number);
    font-size:6.2px;
    font-weight:900;
    letter-spacing:.04em;
    line-height:1;
    transform:translate(-50%,-50%);
    pointer-events:none;
  }
  .clock-info,
  .clock-day,
  .clock-offset{
    display:none!important;
  }
}
@media (min-width:1000px) and (max-width:1180px){
  .world-clocks.desktop-only{
    flex-basis:206px!important;
    max-width:206px!important;
    height:50px!important;
    gap:5px!important;
    padding:5px 7px!important;
  }
  .clock-chip{
    --apple-clock-size:39px;
    --num-distance:-14px;
  }
  .clock-number{
    font-size:5.6px!important;
  }
  .clock-code{
    font-size:5.4px!important;
  }
}
@media (min-width:1600px){
  .world-clocks.desktop-only{
    flex-basis:262px!important;
    max-width:262px!important;
    gap:9px!important;
  }
  .clock-chip{
    --apple-clock-size:48px;
    --num-distance:-17.6px;
  }
  .clock-number{
    font-size:7px!important;
  }
  .clock-code{
    font-size:6.8px!important;
  }
}

/* Floating WhatsApp appears only after the top social bar scrolls away. */
.floating-whatsapp{
  position:fixed;
  right:22px;
  bottom:calc(22px + env(safe-area-inset-bottom));
  z-index:1180;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:50%;
  color:#fff!important;
  background:linear-gradient(180deg,#3be87f 0%,#25d366 58%,#16aa4d 100%)!important;
  border:1px solid rgba(255,255,255,.5);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.42),
    inset 0 -12px 20px rgba(0,0,0,.14),
    0 18px 38px rgba(22,170,77,.28),
    0 8px 18px rgba(23,13,8,.18);
  opacity:0;
  pointer-events:none;
  transform:translate3d(0,18px,0) scale(.88);
  transition:opacity .26s var(--ease),transform .26s var(--ease),box-shadow .26s var(--ease);
}
.floating-whatsapp::before{
  content:"";
  position:absolute;
  inset:2px 2px auto 2px;
  height:48%;
  border-radius:999px 999px 42% 42%;
  background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0));
  pointer-events:none;
}
.floating-whatsapp svg{
  position:relative;
  z-index:1;
  width:39px;
  height:39px;
  transform:scale(1.04);
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.2));
}
.floating-whatsapp path{
  fill:#fff!important;
}
.show-floating-whatsapp .floating-whatsapp{
  opacity:1;
  pointer-events:auto;
  transform:translate3d(0,0,0) scale(1);
}
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible{
  transform:translate3d(0,-3px,0) scale(1.045);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.48),
    inset 0 -12px 20px rgba(0,0,0,.14),
    0 0 0 1px rgba(255,255,255,.42),
    0 22px 44px rgba(22,170,77,.34),
    0 10px 22px rgba(23,13,8,.22);
}
@media (max-width:999px){
  .floating-whatsapp{
    right:18px;
    bottom:calc(92px + env(safe-area-inset-bottom));
    width:54px;
    height:54px;
  }
  .floating-whatsapp svg{
    width:36px;
    height:36px;
  }
}

/* Keep the original logo fully inside the rounded header frame. */
.site-header .nav{
  overflow:hidden!important;
  padding-inline:clamp(16px,2.2vw,24px) 12px!important;
}
.site-header .brand-logo-link{
  flex:0 0 clamp(148px,14vw,180px)!important;
  width:clamp(148px,14vw,180px)!important;
  min-width:148px!important;
  max-width:180px!important;
  height:calc(var(--header-h) - 14px)!important;
  padding:4px 0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
.site-header .brand-logo-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
@media (max-width:999px){
  .site-header .nav{
    padding-inline:16px 10px!important;
  }
  .site-header .brand-logo-link{
    flex-basis:144px!important;
    width:144px!important;
    min-width:144px!important;
    height:52px!important;
  }
}
@media (max-width:430px){
  .site-header .brand-logo-link{
    flex-basis:132px!important;
    width:132px!important;
    min-width:132px!important;
    height:48px!important;
  }
}

/* Refined header clocks: quiet capsule, larger translucent airport codes inside each face. */
@media (min-width:1000px){
  .world-clocks.desktop-only{
    flex:0 0 clamp(318px,31vw,418px)!important;
    max-width:418px!important;
    height:76px!important;
    margin-left:auto!important;
    margin-right:clamp(4px,.7vw,12px)!important;
    padding:8px clamp(14px,1.45vw,22px)!important;
    gap:clamp(13px,1.35vw,21px)!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    border:1px solid rgba(93,66,31,.16)!important;
    border-radius:999px!important;
    background:
      linear-gradient(135deg,rgba(255,252,245,.82),rgba(232,222,204,.54)),
      rgba(255,250,240,.58)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.82),
      inset 0 -18px 34px rgba(93,66,31,.055),
      0 14px 30px rgba(60,43,26,.08)!important;
    backdrop-filter:blur(18px) saturate(1.12);
  }
  .clock-chip{
    --apple-clock-size:58px!important;
    --num-distance:-21.6px!important;
    --clock-face:#fffdfa!important;
    --clock-number:#241c14!important;
    --clock-hour-hand:#1c1712!important;
    --clock-minute-hand:#1c1712!important;
    --clock-second-hand:#f59b0a!important;
    flex:0 0 var(--apple-clock-size)!important;
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
    opacity:.98;
  }
  .clock-chip.is-night{
    --clock-face:#34363c!important;
    --clock-number:#f6f2e9!important;
    --clock-hour-hand:#fffaf2!important;
    --clock-minute-hand:#fffaf2!important;
  }
  .clock-face{
    position:relative!important;
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
    overflow:hidden!important;
    isolation:isolate;
    background:
      radial-gradient(circle at 34% 24%,rgba(255,255,255,.98),rgba(255,253,248,.96) 42%,rgba(240,234,223,.94) 100%),
      var(--clock-face)!important;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.64),
      inset 0 -7px 14px rgba(93,66,31,.06),
      0 8px 18px rgba(55,39,24,.14)!important;
  }
  .clock-chip.is-night .clock-face{
    background:
      radial-gradient(circle at 34% 24%,rgba(87,88,94,.96),rgba(52,54,60,.98) 54%,rgba(35,36,41,.98) 100%)!important;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.06),
      inset 0 -8px 16px rgba(0,0,0,.16),
      0 8px 18px rgba(55,39,24,.16)!important;
  }
  .clock-code{
    position:absolute!important;
    left:50%!important;
    top:57%!important;
    z-index:1!important;
    width:100%!important;
    text-align:center!important;
    color:var(--clock-number)!important;
    opacity:.28!important;
    font-size:15px!important;
    font-weight:950!important;
    letter-spacing:.02em!important;
    line-height:1!important;
    transform:translate(-50%,-50%)!important;
    pointer-events:none!important;
  }
  .clock-chip.is-night .clock-code{
    opacity:.32!important;
  }
  .clock-number{
    z-index:3!important;
    color:var(--clock-number)!important;
    font-size:8.3px!important;
    font-weight:820!important;
    opacity:.94!important;
  }
  .clock-face time[data-tz]::before{
    z-index:5!important;
    width:2.7px!important;
    height:29%!important;
    margin-left:-1.35px!important;
    border-radius:999px!important;
    box-shadow:0 1px 2px rgba(0,0,0,.22)!important;
  }
  .clock-face time[data-tz]::after{
    z-index:5!important;
    width:1.9px!important;
    height:40%!important;
    margin-left:-.95px!important;
    border-radius:999px!important;
    box-shadow:0 1px 2px rgba(0,0,0,.18)!important;
  }
  .clock-second{
    z-index:6!important;
    width:1.25px!important;
    height:42%!important;
    margin-left:-.625px!important;
  }
  .clock-pivot{
    z-index:7!important;
    width:6px!important;
    height:6px!important;
    border-width:1.5px!important;
  }
}
@media (min-width:1000px) and (max-width:1180px){
  .world-clocks.desktop-only{
    flex-basis:340px!important;
    max-width:340px!important;
    height:70px!important;
    padding-inline:14px!important;
    gap:13px!important;
  }
  .clock-chip{
    --apple-clock-size:54px!important;
    --num-distance:-20.2px!important;
  }
  .clock-number{
    font-size:7.8px!important;
  }
  .clock-code{
    font-size:13.6px!important;
  }
}
@media (min-width:1600px){
  .world-clocks.desktop-only{
    flex-basis:444px!important;
    max-width:444px!important;
    height:80px!important;
  }
  .clock-chip{
    --apple-clock-size:62px!important;
    --num-distance:-23px!important;
  }
  .clock-number{
    font-size:8.8px!important;
  }
  .clock-code{
    font-size:14px!important;
  }
}

.footer-policy-note{
  display:block!important;
  margin:0 0 12px!important;
  max-width:none!important;
  color:#d8c4ae!important;
  font-size:13px!important;
  line-height:1.4!important;
}
.footer-policy-note span{
  display:block;
}

.footer-logo-link{
  width:min(240px,100%)!important;
  height:80px!important;
  min-height:0!important;
  padding:12px 22px!important;
  margin:0 0 22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  background:rgba(255,250,240,.96)!important;
  border:1px solid rgba(214,188,150,.36)!important;
  border-radius:999px!important;
  box-shadow:0 18px 48px rgba(0,0,0,.18)!important;
}
.footer-logo-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
}
[dir="rtl"] .footer-logo-link{
  justify-content:flex-end!important;
}
[dir="rtl"] .footer-logo-img{
  object-position:right center!important;
}
@media (max-width:520px){
  .footer-logo-link{
    width:210px!important;
    height:72px!important;
    padding:10px 18px!important;
  }
}

/* Final header fit: keep language switching visible on RU/AR and avoid clock overlap. */
.site-header .language-switch{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  flex-wrap:nowrap!important;
  gap:3px!important;
  padding:3px!important;
  border:1px solid rgba(93,66,31,.14)!important;
  border-radius:999px!important;
  background:rgba(255,250,243,.68)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.62)!important;
  white-space:nowrap!important;
}
.site-header .language-switch a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:34px!important;
  height:34px!important;
  padding:0 9px!important;
  color:#2b2116!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  border-radius:999px!important;
  line-height:1!important;
}
.site-header .language-switch a.active{
  background:rgba(93,66,31,.12)!important;
}
@media (min-width:1000px){
  .site-header .nav{
    overflow:visible!important;
    gap:clamp(8px,1vw,14px)!important;
  }
  .site-header .nav-panel{
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:visible!important;
    justify-content:flex-end!important;
    gap:clamp(4px,.55vw,8px)!important;
  }
  .site-header .nav-panel > a:not(.button){
    font-size:clamp(10px,.74vw,12px)!important;
    padding-inline:clamp(5px,.58vw,10px)!important;
    letter-spacing:.055em!important;
  }
  .site-header .nav-search-button{
    flex:0 0 36px!important;
    width:36px!important;
    height:36px!important;
    padding:0!important;
    justify-content:center!important;
  }
  .site-header .nav-search-button span{
    display:none!important;
  }
}
@media (min-width:1000px) and (max-width:1320px){
  .site-header .world-clocks.desktop-only{
    display:none!important;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(146px,15.5vw,180px)!important;
    width:clamp(146px,15.5vw,180px)!important;
    min-width:146px!important;
  }
}
@media (min-width:1321px) and (max-width:1510px){
  .site-header .world-clocks.desktop-only{
    flex-basis:300px!important;
    max-width:300px!important;
    height:66px!important;
    gap:10px!important;
    padding-inline:12px!important;
  }
  .site-header .clock-chip{
    --apple-clock-size:50px!important;
    --num-distance:-18.5px!important;
  }
  .site-header .clock-number{
    font-size:7.2px!important;
  }
  .site-header .clock-code{
    font-size:12px!important;
  }
}

/* Footer logo: no frame, white logotype with red accent on the dark footer. */
.footer-logo-link{
  width:min(240px,100%)!important;
  height:94px!important;
  min-height:0!important;
  padding:0!important;
  margin:0 0 22px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:inline-flex!important;
}
.footer-logo-img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.18))!important;
}
@media (max-width:520px){
  .footer-logo-link{
    width:min(220px,100%)!important;
    height:86px!important;
    padding:0!important;
  }
  .footer-logo-img{
    width:100%!important;
  }
}

/* Head-wash unit parallax band: reveal more top/bottom of the unit as the page scrolls. */
.parallax-panel[data-visual="head-wash-unit"]{
  --parallax-image:url('../img/head-wash-ritual-xl.jpg')!important;
}
.parallax-panel[data-scroll-parallax]{
  min-height:clamp(560px,68vh,760px)!important;
  background-image:
    linear-gradient(90deg,rgba(18,10,7,.64),rgba(18,10,7,.26) 46%,rgba(18,10,7,.66)),
    var(--parallax-image)!important;
  background-size:cover!important;
  background-position:center var(--parallax-y,52%)!important;
  background-attachment:scroll!important;
  background-repeat:no-repeat!important;
  transition:background-position .08s linear!important;
}
.parallax-panel[data-scroll-parallax]::before{
  background:
    radial-gradient(circle at 72% 30%,rgba(255,230,190,.12),transparent 28%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.34))!important;
}
.parallax-panel[data-scroll-parallax]::after{
  background:
    linear-gradient(180deg,rgba(0,0,0,.12),transparent 28%,rgba(0,0,0,.28)),
    radial-gradient(circle at 52% 55%,transparent 0,rgba(0,0,0,.34) 74%)!important;
}
.parallax-panel[data-scroll-parallax] .parallax-content{
  background:rgba(16,10,7,.34)!important;
  border-color:rgba(255,255,255,.2)!important;
  backdrop-filter:blur(8px)!important;
}
@media (max-width:999px){
  .parallax-panel[data-scroll-parallax]{
    min-height:560px!important;
    background-position:center var(--parallax-y,50%)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .parallax-panel[data-scroll-parallax]{
    transition:none!important;
  }
}

/* Home hero code parallax: lightweight depth and salon-topic light movement. */
.hero-home[data-hero-parallax]{
  --hero-bg-y:0px;
  --hero-layer-x:0px;
  --hero-layer-y:0px;
  --hero-lines-x:0px;
  --hero-lines-y:0px;
  --hero-copy-x:0px;
  --hero-copy-y:0px;
  overflow:hidden!important;
  isolation:isolate!important;
  background-image:
    linear-gradient(90deg,rgba(18,10,7,.82),rgba(18,10,7,.36) 46%,rgba(18,10,7,.52)),
    url("../img/salon-interior-main-lg.jpg")!important;
  background-position:center calc(42% + var(--hero-bg-y))!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.hero-home[data-hero-parallax]::before,
.hero-home[data-hero-parallax]::after{
  content:""!important;
  position:absolute;
  pointer-events:none;
  z-index:0;
  will-change:transform;
}
.hero-home[data-hero-parallax]::before{
  inset:-9% -7%;
  background:
    linear-gradient(90deg,rgba(255,248,229,.1),transparent 38%,rgba(209,156,86,.1)),
    url("../img/hair-wall-bundles-xl.jpg") center/cover no-repeat;
  opacity:.16;
  mix-blend-mode:screen;
  transform:translate3d(var(--hero-layer-x),var(--hero-layer-y),0) scale(1.06);
  transition:transform .12s linear,opacity .28s ease;
}
.hero-home[data-hero-parallax]::after{
  inset:-16% -18%;
  background:
    linear-gradient(107deg,transparent 0 31%,rgba(255,248,232,.16) 43%,transparent 56%),
    repeating-linear-gradient(112deg,transparent 0 25px,rgba(255,240,211,.13) 26px,transparent 28px);
  opacity:.24;
  mix-blend-mode:screen;
  transform:translate3d(var(--hero-lines-x),var(--hero-lines-y),0);
  transition:transform .12s linear,opacity .28s ease;
}
.hero-home[data-hero-parallax] > *{
  position:relative;
  z-index:2;
}
.hero-home[data-hero-parallax] .hero-copy,
.hero-home[data-hero-parallax] .hero-copy.reveal.in{
  transform:translate3d(var(--hero-copy-x),var(--hero-copy-y),0)!important;
  transition:opacity .7s var(--ease),transform .14s linear!important;
  will-change:transform;
}
.hero-home[data-hero-parallax] .hero-copy.reveal:not(.in){
  transform:translate3d(var(--hero-copy-x),calc(var(--hero-copy-y) + 22px),0)!important;
}
@media (max-width:760px){
  .hero-home[data-hero-parallax]::before{
    opacity:.11;
  }
  .hero-home[data-hero-parallax]::after{
    opacity:.18;
  }
}
@media (prefers-reduced-motion:reduce){
  .hero-home[data-hero-parallax]{
    --hero-bg-y:0px!important;
    --hero-layer-x:0px!important;
    --hero-layer-y:0px!important;
    --hero-lines-x:0px!important;
    --hero-lines-y:0px!important;
    --hero-copy-x:0px!important;
    --hero-copy-y:0px!important;
  }
  .hero-home[data-hero-parallax]::before,
  .hero-home[data-hero-parallax]::after,
  .hero-home[data-hero-parallax] .hero-copy{
    transition:none!important;
  }
}

/* Refined social buttons: preserve platform colours, reduce visual weight. */
.topline{
  height:40px!important;
  background:linear-gradient(90deg,rgba(70,63,56,.96),rgba(94,82,70,.96))!important;
  color:#fff4e4!important;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.14)!important;
}
.social-icons{
  gap:8px!important;
}
.social-icons a{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  width:34px!important;
  height:34px!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:50%!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -7px 12px rgba(0,0,0,.1),
    0 5px 12px rgba(20,12,8,.18)!important;
  filter:saturate(.98) contrast(.98)!important;
  transition:
    transform .22s var(--ease),
    box-shadow .22s var(--ease),
    filter .22s var(--ease)!important;
}
.topline .social-icons a{
  width:32px!important;
  height:32px!important;
}
.social-icons a::before{
  content:""!important;
  position:absolute!important;
  inset:1px 1px auto!important;
  height:42%!important;
  border-radius:999px 999px 44% 44%!important;
  background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,0))!important;
  pointer-events:none!important;
  z-index:0!important;
}
.social-icons a::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)!important;
  pointer-events:none!important;
  z-index:2!important;
}
.social-icons svg{
  position:relative!important;
  z-index:1!important;
  width:20px!important;
  height:20px!important;
  stroke-width:2.15!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.16))!important;
}
.topline .social-icons svg{
  width:19px!important;
  height:19px!important;
}
.social-icons a:hover,
.social-icons a:focus-visible{
  transform:translateY(-1px) scale(1.035)!important;
  filter:saturate(1.04) contrast(1)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -7px 12px rgba(0,0,0,.1),
    0 0 0 1px rgba(255,255,255,.3),
    0 8px 18px rgba(20,12,8,.22)!important;
}
.social-icons a[href*="instagram.com"]{
  background:radial-gradient(circle at 30% 102%,#f9d56b 0 19%,#f05b5d 41%,#bd3b8a 66%,#5757d9 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="instagram.com"] rect,
.social-icons a[href*="instagram.com"] circle{
  fill:none!important;
  stroke:#fff!important;
}
.social-icons a[href*="facebook.com"]{
  background:linear-gradient(180deg,#2b85ea 0%,#1877f2 58%,#1165d1 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="facebook.com"] path{
  fill:#fff!important;
}
.social-icons a[href*="youtube.com"]{
  background:linear-gradient(180deg,#f44343 0%,#ff0000 58%,#d40000 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="youtube.com"] path{
  fill:#fff!important;
}
.social-icons a[href*="tiktok.com"]{
  background:linear-gradient(180deg,#1d1d1f 0%,#08080a 62%,#000 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="tiktok.com"] svg{
  filter:
    drop-shadow(.8px 0 0 #25f4ee)
    drop-shadow(-.8px 0 0 #fe2c55)
    drop-shadow(0 1px 1px rgba(0,0,0,.18))!important;
}
.social-icons a[href*="tiktok.com"] path{
  fill:#fff!important;
}
.social-icons a[href*="snapchat.com"]{
  background:linear-gradient(180deg,#fff75a 0%,#fffc00 58%,#efd900 100%)!important;
  color:#111!important;
}
.social-icons a[href*="snapchat.com"] path{
  fill:#111!important;
}
.social-icons a[href*="t.me"]{
  background:linear-gradient(180deg,#36afe8 0%,#229ed9 58%,#187fb6 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="t.me"] path{
  fill:#fff!important;
}
.social-icons a[href*="wa.me"]{
  background:linear-gradient(180deg,#39df78 0%,#25d366 58%,#18aa4f 100%)!important;
  color:#fff!important;
}
.social-icons a[href*="wa.me"] path{
  fill:#fff!important;
}
@media (max-width:760px){
  .topline{
    height:38px!important;
    gap:8px!important;
    padding-inline:10px!important;
  }
  .topline span{
    max-width:calc(100vw - 260px)!important;
  }
  .social-icons{
    gap:6px!important;
  }
  .topline .social-icons a,
  .social-icons a{
    width:30px!important;
    height:30px!important;
  }
  .topline .social-icons svg,
  .social-icons svg{
    width:18px!important;
    height:18px!important;
  }
}

/* Contact section: form removed, map promoted to the main right-side panel. */
.contact-map-panel{
  padding:0!important;
  overflow:hidden!important;
  display:grid!important;
  align-self:stretch!important;
  grid-template-rows:1fr!important;
  min-height:clamp(430px,52vh,620px)!important;
}
.contact-map-shell{
  margin:0!important;
  width:100%!important;
  height:100%!important;
  min-height:clamp(430px,52vh,620px)!important;
  border-radius:inherit!important;
  background:#21130e!important;
  box-shadow:none!important;
}
.contact-map-shell .map-placeholder,
.contact-map-shell iframe{
  width:100%!important;
  height:100%!important;
  min-height:clamp(430px,52vh,620px)!important;
  border:0!important;
}
.contact-map-shell .map-placeholder{
  background:
    linear-gradient(135deg,rgba(33,19,14,.78),rgba(33,19,14,.46)),
    radial-gradient(circle at 22% 18%,rgba(255,238,204,.16),transparent 34%),
    #21130e!important;
  color:#fff6e8!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  padding:32px!important;
}
.contact-map-shell .map-placeholder p{
  color:#fff6e8!important;
  max-width:430px!important;
  margin:0 0 18px!important;
}
.contact-map-shell .map-placeholder a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:12px 18px!important;
  border-radius:999px!important;
  background:#fffaf3!important;
  color:#20120d!important;
  text-decoration:none!important;
  font-weight:900!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18)!important;
}
@media (max-width:679px){
  .contact-map-panel,
  .contact-map-shell,
  .contact-map-shell .map-placeholder,
  .contact-map-shell iframe{
    min-height:380px!important;
  }
}

@media (min-width:680px){
  .contact-section{
    align-items:stretch!important;
  }
  .contact-map-panel{
    min-height:100%!important;
  }
  .contact-map-shell,
  .contact-map-shell .map-placeholder,
  .contact-map-shell iframe{
    min-height:0!important;
  }
}

/* Distinct navigation buttons for the salon route. */
.direction-buttons{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  max-width:470px!important;
  margin-top:14px!important;
  overflow:visible!important;
  isolation:isolate;
}
.direction-button{
  position:relative;
  z-index:0;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  border:1px solid rgba(42,28,19,.14)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  text-align:center!important;
  line-height:1.15!important;
  cursor:zoom-in;
  transform-origin:center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    0 10px 24px rgba(35,20,12,.1)!important;
  transition:transform .22s var(--ease),box-shadow .22s var(--ease),filter .22s var(--ease)!important;
}
.direction-button:hover,
.direction-button:focus-visible{
  z-index:10;
  transform:translateY(-2px) scale(1.15)!important;
  filter:saturate(1.05)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.56),
    0 15px 30px rgba(35,20,12,.16)!important;
}
.direction-google{
  background:linear-gradient(135deg,#4285f4 0%,#4285f4 28%,#34a853 28% 54%,#fbbc05 54% 76%,#ea4335 76% 100%)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.4)!important;
}
.direction-apple{
  background:linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(238,241,245,.98) 24%,rgba(182,190,201,.98) 52%,rgba(247,249,251,.98) 76%,rgba(151,160,174,.98) 100%)!important;
  color:#111820!important;
  border-color:rgba(128,138,152,.78)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.86),
    inset 0 -1px 0 rgba(118,126,138,.3),
    0 12px 26px rgba(65,72,82,.16)!important;
}
.direction-apple:hover,
.direction-apple:focus-visible{
  filter:saturate(1.03) brightness(1.03)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(100,108,120,.34),
    0 16px 34px rgba(65,72,82,.2)!important;
}
.direction-waze{
  background:linear-gradient(180deg,#9ee9ff 0%,#5bcdf2 58%,#2aa4d8 100%)!important;
  color:#092637!important;
}
.direction-yandex{
  background:linear-gradient(180deg,#ffef64 0%,#ffcc1d 48%,#e31b23 49%,#c9131a 100%)!important;
  color:#1a0b08!important;
}
@media (max-width:520px){
  .direction-buttons{
    grid-template-columns:1fr!important;
  }
}

/* Final vertical-rhythm pass: tighter spacing without making the site feel cramped. */
.section{
  padding-top:clamp(46px,5vw,64px)!important;
  padding-bottom:clamp(46px,5vw,64px)!important;
}
.section-head{
  margin-bottom:clamp(18px,2.2vw,24px)!important;
}
.section h2{
  margin-bottom:12px!important;
}
.section p{
  line-height:1.58!important;
}
.hero{
  padding-top:clamp(42px,4.8vw,58px)!important;
  padding-bottom:clamp(46px,5vw,64px)!important;
}
.hero-actions{
  margin:22px 0!important;
}
.trust-row{
  margin-top:18px!important;
}
.partners-strip{
  padding-top:34px!important;
  padding-bottom:28px!important;
}
.legacy-offers-section,
.pricing-section,
.portfolio-section,
.aftercare-section,
.contact-section{
  padding-top:clamp(44px,4.8vw,60px)!important;
  padding-bottom:clamp(44px,4.8vw,60px)!important;
}
.legacy-offer-grid,
.service-grid,
.portfolio-grid,
.process-grid,
.pricing-grid{
  gap:clamp(12px,1.5vw,18px)!important;
}
.legacy-offer-card>div,
.service-copy,
.pricing-card,
.contact-copy,
.contact-panel,
.detail-card{
  padding:clamp(20px,2vw,28px)!important;
}
.legacy-offer-card:first-child{
  min-height:440px!important;
}
.legacy-offer-card h3,
.service-copy h3,
.sales-product-grid h3,
.sales-calculator h3,
.pricing-card h3{
  margin-top:8px!important;
  margin-bottom:10px!important;
}
.quality-section{
  gap:clamp(24px,3vw,34px)!important;
}
.trustpilot-section{
  padding-top:26px!important;
  padding-bottom:42px!important;
}
.trustpilot-card{
  padding:clamp(20px,2vw,28px)!important;
}
.parallax-panel{
  min-height:clamp(460px,56vh,620px)!important;
  margin:clamp(36px,4.4vw,54px) 0!important;
}
.parallax-panel[data-scroll-parallax]{
  min-height:clamp(480px,58vh,640px)!important;
}
.parallax-content{
  padding:clamp(20px,2vw,26px)!important;
}
.process-section{
  padding-top:clamp(52px,5vw,68px)!important;
  padding-bottom:clamp(52px,5vw,68px)!important;
}
.process-card span{
  margin-top:18px!important;
  font-size:42px!important;
}
.process-card h3{
  margin-top:8px!important;
  margin-bottom:10px!important;
}
.process-card p{
  margin-bottom:22px!important;
  line-height:1.48!important;
}
.process-media{
  height:180px!important;
  flex-basis:180px!important;
}
.aftercare-media{
  min-height:440px!important;
}
.faq-list{
  gap:8px!important;
  margin-top:16px!important;
}
.faq-item{
  padding:14px 16px!important;
}
.sales-section{
  padding-top:clamp(46px,4.8vw,62px)!important;
  padding-bottom:clamp(36px,3.6vw,48px)!important;
}
.sales-layout{
  gap:clamp(22px,3vw,32px)!important;
}
.sales-copy>p:not(.eyebrow),
.sales-note{
  max-width:760px!important;
}
.sales-product-grid{
  gap:12px!important;
  margin:20px 0 16px!important;
}
.sales-product-grid article{
  min-height:150px!important;
  padding:20px!important;
  border-radius:22px!important;
}
.sales-product-grid p,
.sales-calculator p,
.sales-note{
  line-height:1.5!important;
}
.sales-note{
  margin-bottom:16px!important;
}
.sales-panel{
  gap:14px!important;
}
.sales-media{
  min-height:260px!important;
  max-height:320px!important;
  border-radius:28px!important;
}
.sales-calculator{
  padding:22px!important;
  border-radius:26px!important;
}
.sales-calc-grid{
  gap:10px!important;
  margin:14px 0 14px!important;
}
.sales-calc-grid label{
  gap:6px!important;
}
.sales-calc-grid select{
  padding:10px 12px!important;
  border-radius:14px!important;
}
.sales-calculator output{
  margin-bottom:12px!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  font-size:clamp(28px,3vw,40px)!important;
}
.portfolio-section{
  padding-top:clamp(42px,4.4vw,58px)!important;
}
.portfolio-item figcaption{
  padding:8px 12px!important;
}
.footer{
  margin-top:34px!important;
}
@media (min-width:1000px){
  .hero{
    gap:38px!important;
  }
  .legacy-offer-card:nth-child(2){
    transform:translateY(14px)!important;
  }
  .legacy-offer-card:nth-child(4){
    transform:translateY(8px)!important;
  }
  .service-card:nth-child(3n+2){
    transform:translateY(10px)!important;
  }
  .portfolio-grid{
    grid-auto-rows:260px!important;
  }
  .process-card{
    min-height:350px!important;
  }
  .sales-layout{
    grid-template-columns:minmax(0,1fr) minmax(340px,.78fr)!important;
    align-items:start!important;
  }
}
@media (min-width:1280px){
  .portfolio-grid{
    grid-auto-rows:290px!important;
  }
}
@media (max-width:999px){
  .section{
    padding-top:42px!important;
    padding-bottom:42px!important;
  }
  .hero-home{
    min-height:560px!important;
    padding-top:36px!important;
    padding-bottom:34px!important;
  }
  .legacy-offer-card,
  .service-card a{
    min-height:340px!important;
  }
  .sales-product-grid article{
    min-height:0!important;
  }
  .sales-media{
    min-height:240px!important;
  }
  .process-section{
    padding-top:48px!important;
    padding-bottom:56px!important;
  }
}
@media (min-width:680px) and (max-width:999px){
  .service-grid,
  .sales-product-grid,
  .portfolio-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .service-card a{
    min-height:0!important;
  }
  .portfolio-item,
  .portfolio-item.wide,
  .portfolio-item:first-child{
    grid-column:auto!important;
    grid-row:auto!important;
    aspect-ratio:4/3!important;
  }
  .sales-copy{
    max-width:760px!important;
  }
  .sales-media{
    min-height:280px!important;
    max-height:340px!important;
  }
  .aftercare-section{
    gap:24px!important;
  }
}
@media (max-width:679px){
  .portfolio-item,
  .portfolio-item.wide,
  .portfolio-item:first-child{
    grid-column:auto!important;
    grid-row:auto!important;
    aspect-ratio:4/3!important;
  }
}

/* Recovery pass: prevent tablet/desktop views from falling into the stretched mobile layout. */
@media (min-width:760px){
  :root{
    --container:min(100% - 64px, 1380px);
    --header-h:78px;
  }
  .mobile-only,
  .menu-button,
  .mobile-action-bar{
    display:none!important;
  }
  .desktop-only{
    display:block!important;
  }
  .site-header{
    padding:10px 0!important;
  }
  .site-header .nav{
    width:var(--container)!important;
    height:var(--header-h)!important;
    min-height:var(--header-h)!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    align-content:center!important;
    gap:clamp(8px,1.1vw,16px)!important;
    padding:0!important;
    overflow:visible!important;
  }
  .site-header .brand-logo-link{
    flex:0 0 clamp(170px,18vw,220px)!important;
    width:clamp(170px,18vw,220px)!important;
    min-width:170px!important;
    height:var(--header-h)!important;
    order:0!important;
  }
  .site-header .brand-logo-img{
    max-height:62px!important;
  }
  .site-header .nav-panel{
    position:static!important;
    inset:auto!important;
    order:0!important;
    display:flex!important;
    flex:1 1 auto!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:clamp(4px,.7vw,10px)!important;
    min-width:0!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
  }
  .site-header .nav-panel > a:not(.button),
  .site-header .language-switch a{
    color:#2b2116!important;
    font-size:clamp(10px,.78vw,12px)!important;
    line-height:1!important;
    letter-spacing:.065em!important;
    padding:10px clamp(6px,.65vw,11px)!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }
  .site-header .nav-search-button{
    flex:0 0 38px!important;
    width:38px!important;
    height:38px!important;
    padding:0!important;
    color:#2b2116!important;
    background:transparent!important;
    border-color:rgba(43,33,22,.16)!important;
    justify-content:center!important;
  }
  .site-header .language-switch{
    flex:0 0 auto!important;
  }
  .site-header .button.small{
    flex:0 0 auto!important;
    padding:12px 16px!important;
    font-size:10px!important;
  }
  .world-clocks.desktop-only{
    flex:0 1 270px!important;
    width:auto!important;
    max-width:270px!important;
    height:58px!important;
    margin:0 4px 0 auto!important;
    padding:5px 8px!important;
    gap:7px!important;
    overflow:hidden!important;
  }
}

@media (min-width:760px) and (max-width:999px){
  :root{
    --container:min(100% - 48px, 1180px);
  }
  .topline{
    display:flex!important;
    justify-content:space-between!important;
    padding-inline:24px!important;
  }
  .world-clocks.desktop-only{
    display:none!important;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(170px,22vw,210px)!important;
    width:clamp(170px,22vw,210px)!important;
  }
  .site-header .nav-panel{
    gap:4px!important;
  }
  .site-header .nav-panel > a:not(.button){
    font-size:10px!important;
    padding-inline:7px!important;
  }
  .site-header .button.small{
    display:none!important;
  }
  .hero-home{
    min-height:auto!important;
    padding-top:42px!important;
    padding-bottom:48px!important;
  }
  .section{
    padding-top:48px!important;
    padding-bottom:48px!important;
  }
  .process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }
  .process-card{
    min-height:0!important;
    border-radius:28px!important;
  }
  .process-media{
    height:150px!important;
    flex-basis:150px!important;
  }
  .process-card span{
    font-size:34px!important;
    margin-top:16px!important;
  }
  .process-card h3{
    font-size:24px!important;
  }
  .process-card p{
    font-size:16px!important;
    line-height:1.45!important;
    margin-bottom:20px!important;
  }
  .legacy-offer-card,
  .service-card a{
    min-height:0!important;
  }
}

@media (max-width:759px){
  .mobile-action-bar{
    display:grid!important;
  }
}

/* Restore compact city clocks in the header after the layout recovery pass. */
@media (min-width:760px){
  .site-header .world-clocks.desktop-only{
    display:flex!important;
    order:0!important;
    flex:0 0 clamp(188px,23vw,292px)!important;
    width:clamp(188px,23vw,292px)!important;
    max-width:clamp(188px,23vw,292px)!important;
    height:58px!important;
    margin:0!important;
    padding:5px 8px!important;
    gap:clamp(5px,.7vw,8px)!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    border-radius:999px!important;
    background:rgba(93,66,31,.07)!important;
    border:1px solid rgba(93,66,31,.13)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.58)!important;
  }
  .site-header .clock-chip{
    --apple-clock-size:clamp(34px,3.7vw,44px);
    --num-distance:calc(var(--apple-clock-size) * -.36);
    flex:0 0 var(--apple-clock-size)!important;
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
  }
  .site-header .clock-face{
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
  }
  .site-header .clock-number{
    font-size:clamp(5px,.52vw,6.2px)!important;
  }
  .site-header .clock-code{
    font-size:clamp(5.2px,.56vw,6.4px)!important;
    letter-spacing:.06em!important;
  }
}

@media (min-width:760px) and (max-width:1320px){
  .site-header .button.small{
    display:none!important;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(146px,17vw,188px)!important;
    width:clamp(146px,17vw,188px)!important;
    min-width:146px!important;
  }
  .site-header .brand-logo-img{
    max-height:58px!important;
  }
  .site-header .nav-panel{
    flex:1 1 0!important;
    gap:clamp(2px,.36vw,5px)!important;
  }
  .site-header .nav-panel > a:not(.button){
    font-size:clamp(8px,.72vw,9.4px)!important;
    padding-inline:clamp(3px,.45vw,6px)!important;
    letter-spacing:.045em!important;
  }
  .site-header .nav-search-button{
    flex-basis:32px!important;
    width:32px!important;
    height:32px!important;
  }
  .site-header .language-switch{
    gap:2px!important;
  }
  .site-header .language-switch a{
    min-width:30px!important;
    height:30px!important;
    padding:0 6px!important;
    font-size:9px!important;
  }
  .site-header .world-clocks.desktop-only{
    flex-basis:clamp(184px,24vw,270px)!important;
    width:clamp(184px,24vw,270px)!important;
    max-width:clamp(184px,24vw,270px)!important;
  }
}

/* Final header logo containment: keep the original mark inside the rounded frame. */
@media (min-width:760px){
  .site-header .brand-logo-link{
    flex:0 0 clamp(146px,15vw,176px)!important;
    width:clamp(146px,15vw,176px)!important;
    min-width:146px!important;
    max-width:176px!important;
    height:calc(var(--header-h) - 18px)!important;
    align-self:center!important;
    padding:5px 0 7px!important;
    overflow:hidden!important;
  }
  .site-header .brand-logo-img{
    width:100%!important;
    height:100%!important;
    max-height:52px!important;
    object-fit:contain!important;
    object-position:left center!important;
    transform:translateY(1px)!important;
    filter:none!important;
  }
}
@media (min-width:760px) and (max-width:1320px){
  .site-header .brand-logo-link{
    flex-basis:clamp(140px,15vw,168px)!important;
    width:clamp(140px,15vw,168px)!important;
    min-width:140px!important;
    max-width:168px!important;
  }
  .site-header .brand-logo-img{
    max-height:50px!important;
  }
}
@media (max-width:759px){
  .site-header .brand-logo-link{
    overflow:hidden!important;
  }
  .site-header .brand-logo-img{
    max-height:46px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
}

/* Sculpted floating header: remove the full-width beige strip and keep only the long oval capsule. */
.site-header{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.site-header .nav{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:
    linear-gradient(145deg,rgba(255,253,247,.98) 0%,rgba(250,244,234,.98) 44%,rgba(232,221,205,.96) 100%)!important;
  border:1px solid rgba(93,66,31,.22)!important;
  border-top-color:rgba(255,255,255,.78)!important;
  border-bottom-color:rgba(93,66,31,.24)!important;
  box-shadow:
    0 22px 46px rgba(35,24,15,.2),
    0 7px 16px rgba(35,24,15,.1),
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 -12px 22px rgba(93,66,31,.11)!important;
}
.site-header .nav::before{
  content:"";
  position:absolute;
  inset:1px 7px auto;
  height:48%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,0));
  pointer-events:none;
  z-index:0;
}
.site-header .nav::after{
  content:"";
  position:absolute;
  inset:auto 9px 4px;
  height:16px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(93,66,31,0),rgba(93,66,31,.08));
  pointer-events:none;
  z-index:0;
}
.site-header .nav > *{
  position:relative!important;
  z-index:1!important;
}
body[data-lang] .hero-home{
  margin-top:calc((var(--header-h) + 20px) * -1)!important;
  padding-top:calc(72px + var(--header-h))!important;
}
@media (min-width:1000px){
  body[data-lang] .hero-home{
    padding-top:calc(64px + var(--header-h))!important;
  }
}
@media (max-width:999px){
  body[data-lang] .hero-home{
    margin-top:0!important;
    padding-top:34px!important;
  }
}

/* Polished desktop navigation typography inside the capsule. */
@media (min-width:1000px){
  .site-header .nav{
    gap:clamp(9px,.8vw,14px)!important;
  }
  .site-header .nav-panel{
    flex:1 1 auto!important;
    min-width:0!important;
    justify-content:flex-end!important;
    gap:clamp(6px,.62vw,10px)!important;
  }
  .site-header .nav-panel > a:not(.button){
    color:#2d2217!important;
    font-size:clamp(12px,.94vw,14px)!important;
    line-height:1!important;
    font-weight:860!important;
    letter-spacing:.018em!important;
    padding:11px clamp(6px,.62vw,10px)!important;
    border:1px solid transparent!important;
    border-radius:999px!important;
    white-space:nowrap!important;
    text-shadow:0 1px 0 rgba(255,255,255,.72)!important;
    transition:background .24s var(--ease),border-color .24s var(--ease),box-shadow .24s var(--ease),transform .24s var(--ease)!important;
  }
  .site-header .nav-panel > a:not(.button):hover,
  .site-header .nav-panel > a:not(.button):focus-visible{
    background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.28))!important;
    border-color:rgba(93,66,31,.14)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(70,48,28,.09)!important;
    transform:translateY(-1px)!important;
  }
  .site-header .nav-search-button{
    flex:0 0 40px!important;
    width:40px!important;
    height:40px!important;
    border-color:rgba(93,66,31,.16)!important;
    background:rgba(255,255,255,.36)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 7px 18px rgba(70,48,28,.08)!important;
  }
  .site-header .nav-search-button svg{
    width:18px!important;
    height:18px!important;
  }
  .site-header .language-switch{
    gap:4px!important;
    padding:3px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.32)!important;
    border:1px solid rgba(93,66,31,.12)!important;
  }
  .site-header .language-switch a{
    min-width:34px!important;
    height:34px!important;
    padding:0 8px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#2d2217!important;
    font-size:11px!important;
    font-weight:880!important;
    letter-spacing:.035em!important;
    border-radius:999px!important;
  }
}
@media (min-width:1000px) and (max-width:1320px){
  .site-header .world-clocks.desktop-only{
    flex-basis:clamp(218px,22vw,258px)!important;
    width:clamp(218px,22vw,258px)!important;
    max-width:clamp(218px,22vw,258px)!important;
  }
  .site-header .clock-chip{
    --apple-clock-size:clamp(33px,3.35vw,41px);
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(138px,14vw,160px)!important;
    width:clamp(138px,14vw,160px)!important;
    min-width:138px!important;
    max-width:160px!important;
  }
  .site-header .nav-panel{
    gap:clamp(4px,.45vw,7px)!important;
  }
  .site-header .nav-panel > a:not(.button){
    font-size:clamp(11px,.92vw,12.4px)!important;
    padding-inline:clamp(5px,.54vw,8px)!important;
  }
}

/* Final scale pass for the desktop menu text. */
@media (min-width:1000px){
  .site-header .nav-panel{
    align-items:center!important;
  }
  .site-header .nav-panel > a:not(.button){
    min-height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(255,255,255,.18)!important;
    border-color:rgba(93,66,31,.08)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.62)!important;
    font-size:13px!important;
    font-weight:880!important;
    letter-spacing:.012em!important;
    padding-inline:10px!important;
  }
}
@media (min-width:1000px) and (max-width:1320px){
  .site-header .nav-panel > a:not(.button){
    font-size:12.7px!important;
    padding-inline:8px!important;
  }
}

/* Final clock treatment: sharp embedded faces, larger city codes, no background capsule behind clocks. */
@media (min-width:1000px){
  .site-header .world-clocks.desktop-only{
    display:flex!important;
    flex:0 0 clamp(248px,24vw,304px)!important;
    width:clamp(248px,24vw,304px)!important;
    max-width:clamp(248px,24vw,304px)!important;
    height:62px!important;
    margin:0!important;
    padding:0 4px!important;
    gap:clamp(8px,.88vw,14px)!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .site-header .clock-chip{
    --apple-clock-size:clamp(46px,4.25vw,54px)!important;
    --num-distance:calc(var(--apple-clock-size) * -.37)!important;
    --clock-face:#fffdfa!important;
    --clock-number:#211911!important;
    --clock-hour-hand:#17130f!important;
    --clock-minute-hand:#17130f!important;
    --clock-second-hand:#f59b0a!important;
    flex:0 0 var(--apple-clock-size)!important;
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
  }
  .site-header .clock-chip.is-night{
    --clock-face:#34363b!important;
    --clock-number:#fff8ee!important;
    --clock-hour-hand:#fff8ee!important;
    --clock-minute-hand:#fff8ee!important;
  }
  .site-header .clock-face{
    width:var(--apple-clock-size)!important;
    height:var(--apple-clock-size)!important;
    border-radius:50%!important;
    background:
      radial-gradient(circle at 34% 24%,rgba(255,255,255,.98),rgba(255,253,248,.98) 44%,rgba(242,237,228,.96) 100%),
      var(--clock-face)!important;
    border:1px solid rgba(93,66,31,.08)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.88),
      inset 0 -5px 9px rgba(93,66,31,.045)!important;
    overflow:hidden!important;
    transform:translateZ(0)!important;
  }
  .site-header .clock-chip.is-night .clock-face{
    background:
      radial-gradient(circle at 34% 24%,rgba(82,84,92,.96),rgba(52,54,60,.98) 54%,rgba(35,36,41,.98) 100%)!important;
    border-color:rgba(255,255,255,.08)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -5px 9px rgba(0,0,0,.16)!important;
  }
  .site-header .clock-number{
    z-index:3!important;
    color:var(--clock-number)!important;
    font-size:clamp(7.3px,.72vw,8.8px)!important;
    font-weight:850!important;
    opacity:.98!important;
    text-rendering:geometricPrecision!important;
    -webkit-font-smoothing:antialiased!important;
  }
  .site-header .clock-code{
    position:absolute!important;
    left:50%!important;
    top:58%!important;
    z-index:1!important;
    width:100%!important;
    text-align:center!important;
    color:var(--clock-number)!important;
    opacity:.39!important;
    font-size:clamp(13px,1.2vw,15px)!important;
    font-weight:950!important;
    letter-spacing:.025em!important;
    line-height:1!important;
    transform:translate(-50%,-50%)!important;
    pointer-events:none!important;
    text-rendering:geometricPrecision!important;
  }
  .site-header .clock-chip.is-night .clock-code{
    opacity:.42!important;
  }
  .site-header .clock-face time[data-tz]::before{
    z-index:5!important;
    width:2.6px!important;
    height:30%!important;
    margin-left:-1.3px!important;
    background:var(--clock-hour-hand)!important;
    box-shadow:0 .5px 1px rgba(0,0,0,.2)!important;
  }
  .site-header .clock-face time[data-tz]::after{
    z-index:5!important;
    width:1.9px!important;
    height:40%!important;
    margin-left:-.95px!important;
    background:var(--clock-minute-hand)!important;
    box-shadow:0 .5px 1px rgba(0,0,0,.16)!important;
  }
  .site-header .clock-second{
    z-index:6!important;
    width:1.2px!important;
    height:42%!important;
    margin-left:-.6px!important;
    background:var(--clock-second-hand)!important;
    box-shadow:none!important;
  }
  .site-header .clock-pivot{
    z-index:7!important;
    width:5.8px!important;
    height:5.8px!important;
    border:1.5px solid var(--clock-second-hand)!important;
    background:var(--clock-face)!important;
  }
}
@media (min-width:1000px) and (max-width:1320px){
  .site-header .world-clocks.desktop-only{
    flex-basis:clamp(254px,24vw,300px)!important;
    width:clamp(254px,24vw,300px)!important;
    max-width:clamp(254px,24vw,300px)!important;
    gap:clamp(8px,.82vw,12px)!important;
  }
  .site-header .clock-chip{
    --apple-clock-size:clamp(48px,4.35vw,54px)!important;
  }
}

/* Compact image-only specialist carousel. */
.specialist-slider-section{
  padding-top:28px!important;
  padding-bottom:54px!important;
}
.specialist-slider-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 18px;
}
.specialist-slider-head .eyebrow{
  margin:0;
  color:var(--serene-brown)!important;
}
.specialist-slider-head h2{
  margin:0!important;
  max-width:760px!important;
  font-size:clamp(32px,3.4vw,52px)!important;
  line-height:1!important;
}
.specialist-slider{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:clamp(230px,26vw,320px);
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:48px 48px 68px;
  margin:-44px -48px -50px;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:48px;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
  mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 42px),transparent);
  -webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 42px),transparent);
}
.specialist-slider::-webkit-scrollbar{
  height:5px;
}
.specialist-slider::-webkit-scrollbar-track{
  background:rgba(93,66,31,.08);
  border-radius:999px;
}
.specialist-slider::-webkit-scrollbar-thumb{
  background:rgba(93,66,31,.34);
  border-radius:999px;
}
.specialist-slide{
  position:relative;
  margin:0;
  aspect-ratio:3/4;
  min-height:280px;
  border-radius:24px;
  overflow:hidden;
  scroll-snap-align:start;
  background:#d9c9b8;
  border:1px solid rgba(93,66,31,.16);
  box-shadow:0 18px 44px rgba(43,33,22,.13);
  transform:translateZ(0);
  transform-origin:center;
  will-change:transform,filter,box-shadow;
}
.specialist-slider.reveal .specialist-slide{
  --specialist-enter-x:0;
  opacity:0;
  filter:blur(12px);
  transform:translate3d(var(--specialist-enter-x),0,0) scale(.96);
  transition:opacity .78s var(--ease),filter .9s var(--ease),transform .9s var(--ease);
}
.specialist-slider.reveal .specialist-slide:nth-child(1){
  --specialist-enter-x:clamp(-180px,-14vw,-90px);
  transform-origin:left center;
}
.specialist-slider.reveal .specialist-slide:nth-child(2){
  --specialist-enter-x:clamp(-120px,-8vw,-58px);
}
.specialist-slider.reveal .specialist-slide:nth-child(3){
  --specialist-enter-x:clamp(58px,8vw,120px);
}
.specialist-slider.reveal .specialist-slide:nth-child(4){
  --specialist-enter-x:clamp(90px,14vw,180px);
  transform-origin:right center;
}
.specialist-slider.reveal.in .specialist-slide{
  opacity:1;
  filter:blur(0);
  transform:translateZ(0) scale(1);
  animation:specialist-card-magnify-sequence 10.4s cubic-bezier(.18,.84,.22,1) 1.12s infinite both;
}
.specialist-slider.reveal.in .specialist-slide:nth-child(2),
.specialist-slider.reveal.in .specialist-slide:nth-child(3){
  transition-delay:.08s;
}
.specialist-slider.reveal.in .specialist-slide:nth-child(2){
  animation-delay:3.72s;
}
.specialist-slider.reveal.in .specialist-slide:nth-child(3){
  animation-delay:6.32s;
}
.specialist-slider.reveal.in .specialist-slide:nth-child(4){
  animation-delay:8.92s;
}
@keyframes specialist-card-magnify-sequence{
  0%{
    z-index:0;
    transform:translateZ(0) scale(1);
    filter:blur(0) saturate(1);
    box-shadow:0 18px 44px rgba(43,33,22,.13);
  }
  2%{
    z-index:8;
    transform:translateZ(0) scale(.9);
    filter:blur(0) saturate(.96);
  }
  11%{
    z-index:10;
    transform:translateZ(0) scale(1.3);
    filter:blur(0) saturate(1.08);
    box-shadow:0 34px 86px rgba(43,33,22,.26),0 0 34px rgba(255,236,202,.26);
  }
  18%{
    z-index:10;
    transform:translateZ(0) scale(1.18);
    filter:blur(0) saturate(1.04);
    box-shadow:0 28px 70px rgba(43,33,22,.22),0 0 20px rgba(255,236,202,.18);
  }
  25%{
    z-index:2;
    transform:translateZ(0) scale(1);
    filter:blur(0) saturate(1);
    box-shadow:0 18px 44px rgba(43,33,22,.13);
  }
  100%{
    z-index:0;
    transform:translateZ(0) scale(1);
    filter:blur(0) saturate(1);
    box-shadow:0 18px 44px rgba(43,33,22,.13);
  }
}
.specialist-slide::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(43,33,22,0) 36%,rgba(43,33,22,.18));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.specialist-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.01);
}
.specialist-slide:nth-child(4) img{
  object-position:center top;
}
@media (min-width:1000px){
  .specialist-slider-section{
    padding-top:38px!important;
    padding-bottom:60px!important;
  }
  .specialist-slider{
    grid-auto-columns:clamp(258px,24vw,330px);
    gap:16px;
  }
  .specialist-slide{
    min-height:306px;
    border-radius:26px;
  }
}
@media (max-width:760px){
  .specialist-slider-section{
    padding-top:20px!important;
    padding-bottom:42px!important;
  }
  .specialist-slider-head{
    display:block;
    margin-bottom:14px;
  }
  .specialist-slider-head .eyebrow{
    margin-bottom:8px;
  }
  .specialist-slider{
    grid-auto-columns:min(68vw,260px);
    gap:12px;
    padding:38px 34px 54px;
    margin:-34px -34px -40px;
    scroll-padding-inline:34px;
    mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent);
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent);
  }
  .specialist-slide{
    min-height:270px;
    border-radius:22px;
  }
}
[dir="rtl"] .specialist-slider{
  direction:rtl;
}
[dir="rtl"] .specialist-slider.reveal .specialist-slide:nth-child(1){
  transform-origin:right center;
}
[dir="rtl"] .specialist-slider.reveal .specialist-slide:nth-child(4){
  transform-origin:left center;
}
@media (prefers-reduced-motion:reduce){
  .specialist-slider.reveal .specialist-slide{
    opacity:1;
    filter:none;
    transform:translateZ(0);
    transition:none;
    animation:none!important;
  }
}

/* Footer policy links should read as one compact inline legal row, not a tall menu. */
.footer-grid > div:last-child{
  grid-column:1 / -1;
}
.footer-policy-note{
  width:100%!important;
}
@media (min-width:720px){
  .footer-policy-note{
    white-space:nowrap!important;
  }
}
.footer .legal-list{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px 0!important;
  list-style:none!important;
  padding:0!important;
  margin:14px 0 0!important;
}
.footer .legal-list li{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
}
.footer .legal-list li:not(:last-child)::after{
  content:"";
  width:3px;
  height:3px;
  margin:0 10px;
  border-radius:50%;
  background:rgba(230,212,194,.52);
  flex:0 0 auto;
}
.footer .legal-list a{
  display:inline-flex!important;
  align-items:center!important;
  padding:2px 0!important;
  color:#e6d4c2!important;
  font-size:clamp(14px,1.8vw,18px)!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}
.footer .legal-list a:hover,
.footer .legal-list a:focus-visible{
  color:#fff4df!important;
  text-decoration:underline;
  text-underline-offset:4px;
}
@media (min-width:1000px){
  .footer-grid > div:last-child{
    grid-column:1 / -1;
  }
  .footer .legal-list a{
    font-size:16px!important;
  }
}
@media (max-width:520px){
  .footer .legal-list{
    gap:7px 0!important;
  }
  .footer .legal-list li:not(:last-child)::after{
    margin-inline:8px;
  }
  .footer .legal-list a{
    font-size:14px!important;
  }
}

/* Header logo bay: keep the mark seated cleanly inside the floating capsule. */
@media (min-width:760px){
  .site-header .brand-logo-link{
    justify-content:center!important;
    padding:8px 12px 9px 14px!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.64),rgba(255,255,255,.24))!important;
    border:1px solid rgba(93,66,31,.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 8px 18px rgba(70,48,28,.08)!important;
  }
  .site-header .brand-logo-img{
    object-position:center center!important;
    transform:none!important;
  }
}

/* Final comment polish: readable clocks, right footer contact, centered legal row. */
@media (min-width:760px){
  .site-header .world-clocks.desktop-only{
    display:flex!important;
    flex:0 0 clamp(216px,23vw,286px)!important;
    width:clamp(216px,23vw,286px)!important;
    max-width:clamp(216px,23vw,286px)!important;
    height:58px!important;
    margin:0!important;
    padding:6px 8px!important;
    gap:clamp(4px,.6vw,8px)!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    border-radius:999px!important;
    border:1px solid rgba(93,66,31,.13)!important;
    background:linear-gradient(180deg,rgba(255,255,255,.56),rgba(246,237,223,.32))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 8px 18px rgba(70,48,28,.06)!important;
  }
  .site-header .clock-chip{
    flex:0 0 clamp(45px,4.6vw,56px)!important;
    width:clamp(45px,4.6vw,56px)!important;
    height:44px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .site-header .clock-face{
    position:relative!important;
    display:grid!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    justify-items:center!important;
    gap:3px!important;
    width:100%!important;
    height:100%!important;
    padding:6px 4px 5px!important;
    border-radius:16px!important;
    border:1px solid rgba(93,66,31,.12)!important;
    background:linear-gradient(180deg,#fffdf7,#eee3d4)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 5px 12px rgba(61,43,25,.08)!important;
    overflow:hidden!important;
  }
  .site-header .clock-chip.is-night .clock-face{
    border-color:rgba(255,255,255,.08)!important;
    background:linear-gradient(180deg,#343842,#22262e)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 5px 12px rgba(61,43,25,.12)!important;
  }
  .site-header .clock-number,
  .site-header .clock-second,
  .site-header .clock-pivot{
    display:none!important;
  }
  .site-header .clock-code{
    position:static!important;
    width:auto!important;
    transform:none!important;
    color:#7a5428!important;
    opacity:1!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:.08em!important;
    text-align:center!important;
  }
  .site-header .clock-chip.is-night .clock-code{
    color:#f3dba9!important;
  }
  .site-header .clock-face time[data-tz]{
    position:static!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    flex:0 0 auto!important;
    border:0!important;
    border-radius:0!important;
    background:none!important;
    box-shadow:none!important;
    overflow:visible!important;
    color:transparent!important;
    font-size:0!important;
    line-height:0!important;
  }
  .site-header .clock-face time[data-tz]::before{
    content:attr(datetime)!important;
    position:static!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:none!important;
    box-shadow:none!important;
    transform:none!important;
    color:#241a10!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:880!important;
    letter-spacing:.01em!important;
    font-variant-numeric:tabular-nums!important;
  }
  .site-header .clock-chip.is-night .clock-face time[data-tz]::before{
    color:#fff8ed!important;
  }
  .site-header .clock-face time[data-tz]::after{
    content:none!important;
    display:none!important;
  }
}

@media (min-width:900px){
  .footer-grid{
    grid-template-columns:minmax(280px,1fr) minmax(180px,.45fr) minmax(300px,1fr)!important;
    align-items:start!important;
  }
  .footer-grid > div:first-child{
    grid-column:1!important;
  }
  .footer-grid > div:nth-child(2){
    grid-column:3!important;
    justify-self:end!important;
    width:min(360px,100%)!important;
    text-align:left!important;
  }
  .footer-grid > div:last-child{
    grid-column:1 / -1!important;
    justify-self:center!important;
    width:100%!important;
    max-width:1120px!important;
    text-align:center!important;
  }
}

.footer-grid > div:last-child{
  text-align:center!important;
}
.footer-policy-note{
  margin-inline:auto!important;
}
.footer .legal-list{
  justify-content:center!important;
}

.footer-bottom{
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  gap:8px 14px!important;
}
.footer-bottom > span{
  display:inline-block!important;
}
@media (max-width:560px){
  .footer-bottom{
    flex-direction:column!important;
  }
}

@media (max-width:899px){
  .footer-grid > div{
    text-align:center!important;
  }
  .footer-logo-link{
    margin-inline:auto!important;
  }
  .footer .social-icons{
    justify-content:center!important;
  }
}

/* Simple editorial header: closer to the original ZORUMI reference, with larger navigation. */
.topline{
  display:none!important;
}
.site-header{
  --header-h:88px;
  position:sticky!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:1000!important;
  padding:0!important;
  background:rgba(35,27,22,.82)!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(18px)!important;
}
body:has(.hero-home) .site-header{
  position:absolute!important;
  background:linear-gradient(180deg,rgba(20,14,10,.44),rgba(20,14,10,0))!important;
  border-bottom:0!important;
  backdrop-filter:none!important;
}
.site-header .nav{
  width:min(100% - clamp(28px,5vw,96px),1720px)!important;
  height:var(--header-h)!important;
  min-height:var(--header-h)!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:clamp(18px,2.2vw,44px)!important;
  overflow:visible!important;
  isolation:auto!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.site-header .nav::before,
.site-header .nav::after{
  content:none!important;
  display:none!important;
}
.site-header .world-clocks.desktop-only,
.site-header .button.small,
.site-header .nav-search-button{
  display:none!important;
}
.site-header .brand-logo-link{
  flex:0 0 clamp(214px,20vw,334px)!important;
  width:clamp(214px,20vw,334px)!important;
  min-width:clamp(214px,20vw,334px)!important;
  max-width:334px!important;
  height:var(--header-h)!important;
  min-height:var(--header-h)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.site-header .brand-logo-img{
  content:url("../meta/zorumi-logo-footer.svg?v=simple-header-20260603")!important;
  width:100%!important;
  height:auto!important;
  max-height:70px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  transform:none!important;
}
.site-header .nav-panel{
  position:static!important;
  inset:auto!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(16px,1.7vw,34px)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
}
.site-header .nav-panel > a:not(.button){
  position:relative!important;
  min-height:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 0!important;
  color:#fffaf2!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-size:clamp(16px,1.24vw,21px)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  text-shadow:0 8px 24px rgba(0,0,0,.34)!important;
}
.site-header .nav-panel > a:not(.button)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:#fffaf2;
  opacity:0;
  transform:scaleX(.35);
  transform-origin:center;
  transition:opacity .22s var(--ease),transform .22s var(--ease);
}
.site-header .nav-panel > a:not(.button):hover,
.site-header .nav-panel > a:not(.button):focus-visible{
  color:#ffffff!important;
  text-decoration:none!important;
  transform:none!important;
}
.site-header .nav-panel > a:not(.button):hover::after,
.site-header .nav-panel > a:not(.button):focus-visible::after{
  opacity:.9;
  transform:scaleX(1);
}
.site-header .language-switch{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex:0 0 auto!important;
  padding-inline-start:clamp(8px,1vw,18px)!important;
  margin-inline-start:clamp(2px,.6vw,10px)!important;
  border-inline-start:1px solid rgba(255,255,255,.3)!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.site-header .language-switch a{
  min-width:auto!important;
  height:auto!important;
  padding:8px 0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:rgba(255,250,242,.78)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-size:clamp(13px,.92vw,16px)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.site-header .language-switch a.active,
.site-header .language-switch a:hover,
.site-header .language-switch a:focus-visible{
  color:#ffffff!important;
  text-decoration:underline!important;
  text-decoration-thickness:2px!important;
  text-underline-offset:5px!important;
}
body[data-lang] .hero-home{
  width:100%!important;
  margin-inline:0!important;
  margin-top:0!important;
  min-height:min(860px,100svh)!important;
  padding-top:clamp(136px,16vh,184px)!important;
  padding-bottom:clamp(62px,8vh,96px)!important;
  background-image:
    linear-gradient(90deg,rgba(16,10,7,.74),rgba(16,10,7,.28) 48%,rgba(16,10,7,.48)),
    url("../img/salon-interior-main-lg.jpg")!important;
}
.hero-home[data-hero-parallax]::before,
.hero-home[data-hero-parallax]::after{
  opacity:0!important;
}
.hero-home .hero-copy{
  max-width:min(980px,58vw)!important;
}
.hero-home h1{
  font-size:clamp(58px,7.2vw,132px)!important;
  line-height:.94!important;
  letter-spacing:0!important;
}
.hero-home .lead{
  max-width:820px!important;
  font-size:clamp(19px,1.55vw,27px)!important;
}
@media (min-width:900px) and (max-width:1240px){
  .site-header{
    --header-h:82px;
  }
  .site-header .nav{
    width:min(100% - 40px,1180px)!important;
    gap:18px!important;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(178px,18vw,224px)!important;
    width:clamp(178px,18vw,224px)!important;
    min-width:clamp(178px,18vw,224px)!important;
    max-width:224px!important;
  }
  .site-header .brand-logo-img{
    max-height:60px!important;
  }
  .site-header .nav-panel{
    gap:clamp(11px,1.22vw,17px)!important;
  }
  .site-header .nav-panel > a:not(.button){
    font-size:clamp(15px,1.32vw,16.6px)!important;
    letter-spacing:.03em!important;
  }
  .site-header .language-switch{
    gap:8px!important;
    padding-inline-start:10px!important;
    margin-inline-start:2px!important;
  }
  .site-header .language-switch a{
    font-size:12.5px!important;
  }
}
@media (max-width:899px){
  .site-header{
    --header-h:76px;
    position:sticky!important;
    background:rgba(29,21,17,.9)!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    backdrop-filter:blur(16px)!important;
  }
  body:has(.hero-home) .site-header{
    position:sticky!important;
    background:rgba(29,21,17,.9)!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    backdrop-filter:blur(16px)!important;
  }
  .site-header .nav{
    width:min(100% - 28px,820px)!important;
    height:var(--header-h)!important;
    min-height:var(--header-h)!important;
    gap:12px!important;
  }
  .mobile-only,
  .site-header .menu-button{
    display:inline-flex!important;
  }
  .site-header .menu-button{
    align-items:center!important;
    justify-content:center!important;
    min-width:96px!important;
    height:44px!important;
    padding:0 18px!important;
    color:#fffaf2!important;
    background:transparent!important;
    border:1px solid rgba(255,255,255,.38)!important;
    border-radius:0!important;
    font-size:14px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  .site-header .brand-logo-link{
    flex:0 0 clamp(162px,43vw,230px)!important;
    width:clamp(162px,43vw,230px)!important;
    min-width:clamp(162px,43vw,230px)!important;
    max-width:230px!important;
    height:var(--header-h)!important;
    min-height:var(--header-h)!important;
  }
  .site-header .brand-logo-img{
    max-height:56px!important;
  }
  .site-header .nav-panel{
    position:fixed!important;
    left:14px!important;
    right:14px!important;
    top:calc(var(--header-h) + 12px)!important;
    width:auto!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:4px!important;
    padding:16px!important;
    background:rgba(24,17,13,.96)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:0!important;
    box-shadow:0 28px 70px rgba(0,0,0,.32)!important;
    opacity:0!important;
    transform:translateY(-10px)!important;
    pointer-events:none!important;
    transition:opacity .26s var(--ease),transform .26s var(--ease)!important;
  }
  .site-header .nav.open .nav-panel{
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
  }
  .site-header .nav-panel > a:not(.button),
  .site-header .language-switch a{
    justify-content:flex-start!important;
    padding:14px 4px!important;
    color:#fffaf2!important;
    font-size:16px!important;
    line-height:1.1!important;
    letter-spacing:.06em!important;
    text-shadow:none!important;
  }
  .site-header .nav-panel > a:not(.button)::after{
    content:none!important;
  }
  .site-header .language-switch{
    justify-content:flex-start!important;
    gap:14px!important;
    margin:8px 0 0!important;
    padding:12px 0 0!important;
    border-top:1px solid rgba(255,255,255,.18)!important;
    border-inline-start:0!important;
  }
  .site-header .nav-panel .nav-search-button{
    display:flex!important;
    width:100%!important;
    min-height:46px!important;
    margin-top:6px!important;
    color:#fffaf2!important;
    background:transparent!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:0!important;
  }
  .site-header .nav-panel .nav-search-button span{
    display:inline!important;
  }
  .site-header .nav-panel .button.small{
    display:inline-flex!important;
    width:100%!important;
    margin-top:8px!important;
    border-radius:0!important;
    color:#1b120d!important;
  }
  body[data-lang] .hero-home{
    min-height:calc(100svh - var(--header-h))!important;
    padding-top:clamp(46px,9vh,86px)!important;
    padding-bottom:44px!important;
  }
  .hero-home .hero-copy{
    max-width:100%!important;
  }
  .hero-home h1{
    font-size:clamp(42px,12vw,72px)!important;
    line-height:.98!important;
  }
  .hero-home .lead{
    font-size:clamp(17px,4.4vw,21px)!important;
  }
}
@media (max-width:430px){
  .site-header .nav{
    width:min(100% - 20px,420px)!important;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(138px,42vw,170px)!important;
    width:clamp(138px,42vw,170px)!important;
    min-width:clamp(138px,42vw,170px)!important;
  }
  .site-header .brand-logo-img{
    max-height:48px!important;
  }
  .site-header .menu-button{
    min-width:82px!important;
    height:40px!important;
    padding-inline:14px!important;
    font-size:12px!important;
  }
}

#popular-offers .legacy-offer-card{
  --offer-rest-y:0px;
  transform-origin:center bottom;
  will-change:transform,filter,box-shadow;
}
#popular-offers .legacy-offer-grid{
  isolation:isolate;
}
#popular-offers .legacy-offer-card.reveal{
  opacity:0;
  filter:blur(10px);
  transform:translate3d(0,calc(var(--offer-rest-y) + 96px),0) scale(.985)!important;
  transition:opacity .34s var(--ease),filter .42s var(--ease),transform .48s cubic-bezier(.16,1,.3,1)!important;
}
#popular-offers .legacy-offer-card.reveal:nth-child(2){
  transition-delay:.04s!important;
}
#popular-offers .legacy-offer-card.reveal:nth-child(3){
  transition-delay:.08s!important;
}
#popular-offers .legacy-offer-card.reveal:nth-child(4){
  transition-delay:.12s!important;
}
#popular-offers .legacy-offer-card.reveal.in{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,var(--offer-rest-y),0) scale(1)!important;
  animation:offer-card-arrival-glow .74s cubic-bezier(.16,1,.3,1) both;
}
#popular-offers .legacy-offer-card.reveal.in:nth-child(2){
  animation-delay:.04s;
}
#popular-offers .legacy-offer-card.reveal.in:nth-child(3){
  animation-delay:.08s;
}
#popular-offers .legacy-offer-card.reveal.in:nth-child(4){
  animation-delay:.12s;
}
@keyframes offer-card-arrival-glow{
  0%{
    transform:translate3d(0,calc(var(--offer-rest-y) + 72px),0) scale(.965);
    filter:blur(8px) saturate(.96);
    box-shadow:0 12px 32px rgba(30,20,12,.12);
  }
  46%{
    transform:translate3d(0,calc(var(--offer-rest-y) - 8px),0) scale(1.045);
    filter:blur(0) saturate(1.08);
    box-shadow:0 34px 88px rgba(93,66,31,.26),0 0 36px rgba(255,236,202,.32);
  }
  74%{
    transform:translate3d(0,calc(var(--offer-rest-y) + 2px),0) scale(1.018);
    filter:blur(0) saturate(1.04);
    box-shadow:0 26px 68px rgba(93,66,31,.2),0 0 22px rgba(255,236,202,.2);
  }
  100%{
    transform:translate3d(0,var(--offer-rest-y),0) scale(1);
    filter:blur(0) saturate(1);
    box-shadow:var(--serene-shadow);
  }
}
@media (min-width:1000px){
  #popular-offers .legacy-offer-card:nth-child(2){
    --offer-rest-y:14px;
  }
  #popular-offers .legacy-offer-card:nth-child(4){
    --offer-rest-y:8px;
  }
}
@media (prefers-reduced-motion:reduce){
  #popular-offers .legacy-offer-card.reveal{
    opacity:1;
    filter:none;
    transform:translate3d(0,var(--offer-rest-y),0) scale(1)!important;
    transition:none!important;
    animation:none!important;
  }
}

#process .process-grid{
  overflow:visible;
  isolation:isolate;
}
#process .process-card{
  position:relative;
  z-index:0;
  cursor:zoom-in;
  transform-origin:center;
  transition:transform .22s var(--ease),box-shadow .22s var(--ease),filter .22s var(--ease)!important;
  will-change:transform;
}
#process .process-card:hover{
  z-index:20;
  filter:saturate(1.04);
  transform:scale(1.15)!important;
  box-shadow:0 30px 90px rgba(12,8,5,.28)!important;
}

.site-header .brand-logo-link{
  flex:0 0 clamp(289px,27vw,451px)!important;
  width:clamp(289px,27vw,451px)!important;
  min-width:clamp(289px,27vw,451px)!important;
  max-width:451px!important;
}
.site-header .brand-logo-img{
  max-height:95px!important;
}
@media (min-width:900px) and (max-width:1240px){
  .site-header .brand-logo-link{
    flex-basis:clamp(240px,24.3vw,302px)!important;
    width:clamp(240px,24.3vw,302px)!important;
    min-width:clamp(240px,24.3vw,302px)!important;
    max-width:302px!important;
  }
  .site-header .brand-logo-img{
    max-height:81px!important;
  }
}
@media (max-width:899px){
  .site-header .brand-logo-link{
    flex-basis:clamp(186px,58vw,311px)!important;
    width:clamp(186px,58vw,311px)!important;
    min-width:clamp(186px,58vw,311px)!important;
    max-width:311px!important;
  }
  .site-header .brand-logo-img{
    max-height:76px!important;
  }
}
@media (max-width:430px){
  .site-header .brand-logo-link{
    flex-basis:clamp(186px,58vw,230px)!important;
    width:clamp(186px,58vw,230px)!important;
    min-width:clamp(186px,58vw,230px)!important;
    max-width:230px!important;
  }
.site-header .brand-logo-img{
  max-height:65px!important;
  }
}

.story-counter strong{
  display:inline-block;
  transform-origin:center;
}
.story-counter.is-counting strong{
  animation:counter-fast-roll .24s linear infinite;
}
.story-counter.is-counting{
  box-shadow:0 22px 56px rgba(93,66,31,.16);
}
@keyframes counter-fast-roll{
  0%{transform:perspective(420px) rotateX(0deg) translateY(0)}
  48%{transform:perspective(420px) rotateX(178deg) translateY(-1px)}
  100%{transform:perspective(420px) rotateX(360deg) translateY(0)}
}

body[data-lang] main#main{
  --main-parallax-y:0px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(247,241,230,.9),rgba(247,241,230,.78) 42%,rgba(247,241,230,.92)),
    var(--serene-cream)!important;
}
body[data-lang] main#main::before{
  content:"";
  position:fixed;
  inset:-12vh -8vw;
  z-index:0;
  pointer-events:none;
  opacity:.1;
  background:
    linear-gradient(115deg,rgba(255,250,240,.72),rgba(224,207,185,.08) 42%,rgba(93,66,31,.16)),
    url("../img/blonde-extension-wall-xl.jpg") center calc(48% + var(--main-parallax-y))/cover no-repeat;
  filter:saturate(.88) sepia(.1) contrast(.92);
  mix-blend-mode:multiply;
  transform:translate3d(0,calc(var(--main-parallax-y) * -.35),0) scale(1.04);
  will-change:transform,background-position;
}
body[data-lang] main#main::after{
  content:"";
  position:fixed;
  inset:-10vh -10vw;
  z-index:0;
  pointer-events:none;
  opacity:.08;
  background:
    linear-gradient(112deg,transparent 0 30%,rgba(255,244,219,.7) 42%,transparent 54%),
    repeating-linear-gradient(112deg,transparent 0 34px,rgba(93,66,31,.18) 35px,transparent 37px);
  transform:translate3d(0,calc(var(--main-parallax-y) * -.18),0);
  will-change:transform;
}
body[data-lang] main#main > *{
  position:relative;
  z-index:1;
}
@media (max-width:760px){
  body[data-lang] main#main::before{
    opacity:.075;
    inset:-8vh -28vw;
  }
  body[data-lang] main#main::after{
    opacity:.045;
  }
}
@media (prefers-reduced-motion:reduce){
  body[data-lang] main#main{
    --main-parallax-y:0px!important;
  }
  body[data-lang] main#main::before,
body[data-lang] main#main::after{
  transform:none!important;
  }
}

.quality-section{
  overflow:visible;
}
.quality-collage{
  --quality-swap-x:clamp(220px,28vw,380px);
  --quality-swap-y:28px;
  overflow:visible;
  isolation:isolate;
}
.quality-collage > div{
  position:relative;
  transform-origin:center;
  will-change:transform,filter,box-shadow;
}
.quality-collage.reveal.in > div:first-child{
  animation:quality-swap-primary 15.6s cubic-bezier(.55,0,.2,1) 1.1s infinite both;
}
.quality-collage.reveal.in > div:nth-child(2){
  animation:quality-swap-secondary 15.6s cubic-bezier(.55,0,.2,1) 1.1s infinite both;
}
.quality-collage.reveal.in > div picture,
.quality-collage.reveal.in > div img{
  animation:quality-image-breath 15.6s ease-in-out 1.1s infinite both;
}
.quality-collage.reveal.in > div:nth-child(2) picture,
.quality-collage.reveal.in > div:nth-child(2) img{
  animation-delay:1.1s;
}
@keyframes quality-swap-primary{
  0%,15%{
    z-index:1;
    transform:translate3d(0,0,0) scale(1);
    filter:saturate(1);
    box-shadow:var(--shadow);
  }
  34%,56%{
    z-index:3;
    transform:translate3d(var(--quality-swap-x),var(--quality-swap-y),0) scale(.8);
    filter:saturate(.96) brightness(.98);
    box-shadow:0 18px 46px rgba(35,20,12,.12);
  }
  75%,100%{
    z-index:1;
    transform:translate3d(0,0,0) scale(1);
    filter:saturate(1);
    box-shadow:var(--shadow);
  }
}
@keyframes quality-swap-secondary{
  0%,15%{
    z-index:2;
    transform:translate3d(0,var(--quality-swap-y),0) scale(1);
    filter:saturate(1);
    box-shadow:var(--shadow);
  }
  34%,56%{
    z-index:4;
    transform:translate3d(calc(var(--quality-swap-x) * -1),0,0) scale(1.28);
    filter:saturate(1.08) brightness(1.03);
    box-shadow:0 34px 88px rgba(35,20,12,.24),0 0 34px rgba(255,236,202,.2);
  }
  75%,100%{
    z-index:2;
    transform:translate3d(0,var(--quality-swap-y),0) scale(1);
    filter:saturate(1);
    box-shadow:var(--shadow);
  }
}
@keyframes quality-image-breath{
  0%,100%{transform:scale(1)}
  34%,56%{transform:scale(1.045)}
}
@media (max-width:760px){
  .quality-collage{
    --quality-swap-x:0px;
    --quality-swap-y:clamp(190px,48vw,310px);
  }
  .quality-collage.reveal.in > div:first-child{
    animation:quality-swap-primary-mobile 15.6s cubic-bezier(.55,0,.2,1) 1.1s infinite both;
  }
  .quality-collage.reveal.in > div:nth-child(2){
    animation:quality-swap-secondary-mobile 15.6s cubic-bezier(.55,0,.2,1) 1.1s infinite both;
  }
}
@keyframes quality-swap-primary-mobile{
  0%,15%{z-index:1;transform:translate3d(0,0,0) scale(1);filter:saturate(1);box-shadow:var(--shadow)}
  34%,56%{z-index:3;transform:translate3d(0,calc(var(--quality-swap-y) * .52),0) scale(.86);filter:saturate(.96) brightness(.98);box-shadow:0 18px 46px rgba(35,20,12,.12)}
  75%,100%{z-index:1;transform:translate3d(0,0,0) scale(1);filter:saturate(1);box-shadow:var(--shadow)}
}
@keyframes quality-swap-secondary-mobile{
  0%,15%{z-index:2;transform:translate3d(0,28px,0) scale(1);filter:saturate(1);box-shadow:var(--shadow)}
  34%,56%{z-index:4;transform:translate3d(0,calc(var(--quality-swap-y) * -.5),0) scale(1.18);filter:saturate(1.08) brightness(1.03);box-shadow:0 30px 74px rgba(35,20,12,.22),0 0 28px rgba(255,236,202,.18)}
  75%,100%{z-index:2;transform:translate3d(0,28px,0) scale(1);filter:saturate(1);box-shadow:var(--shadow)}
}
@media (prefers-reduced-motion:reduce){
  .quality-collage.reveal.in > div,
  .quality-collage.reveal.in > div picture,
  .quality-collage.reveal.in > div img{
    animation:none!important;
  }
}

/* Smarter enlarged header logo with reserved space so it avoids the menu text. */
.site-header{
  --header-h:104px;
}
.site-header .brand-logo-link{
  flex:0 0 clamp(342px,29vw,490px)!important;
  width:clamp(342px,29vw,490px)!important;
  min-width:clamp(342px,29vw,490px)!important;
  max-width:490px!important;
  height:var(--header-h)!important;
  min-height:var(--header-h)!important;
}
.site-header .brand-logo-img{
  max-height:102px!important;
}
@media (min-width:900px) and (max-width:1240px){
  .site-header{
    --header-h:100px;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(320px,31vw,390px)!important;
    width:clamp(320px,31vw,390px)!important;
    min-width:clamp(320px,31vw,390px)!important;
    max-width:390px!important;
  }
  .site-header .brand-logo-img{
    max-height:98px!important;
  }
}
@media (max-width:899px){
  .site-header{
    --header-h:86px;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(196px,50vw,274px)!important;
    width:clamp(196px,50vw,274px)!important;
    min-width:clamp(196px,50vw,274px)!important;
    max-width:274px!important;
  }
  .site-header .brand-logo-img{
    max-height:72px!important;
  }
}
@media (max-width:430px){
  .site-header{
    --header-h:80px;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(196px,54vw,238px)!important;
    width:clamp(196px,54vw,238px)!important;
    min-width:clamp(196px,54vw,238px)!important;
    max-width:238px!important;
  }
  .site-header .brand-logo-img{
    max-height:68px!important;
  }
}

/* Dimensional silver menu lettering for the simple header. */
@media (min-width:900px){
  .site-header #mainMenu{
    gap:clamp(14px,1.45vw,31px)!important;
  }
  .site-header #mainMenu > a:not(.button),
  .site-header #mainMenu .language-switch a{
    color:#f8fbff!important;
    font-size:clamp(18.4px,1.43vw,24.15px)!important;
    font-weight:950!important;
    letter-spacing:.052em!important;
    text-shadow:
      0 1px 0 rgba(255,255,255,.62),
      0 2px 0 rgba(145,154,168,.5),
      0 8px 18px rgba(220,232,248,.32),
      0 15px 30px rgba(0,0,0,.42)!important;
    filter:drop-shadow(0 0 7px rgba(221,232,248,.28));
    transform:translateZ(0);
  }
  .site-header #mainMenu > a:not(.button)::after{
    height:3px!important;
    background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(243,248,255,.96),rgba(159,169,184,.82),rgba(255,255,255,.18))!important;
    box-shadow:0 0 12px rgba(225,237,250,.5)!important;
  }
  .site-header #mainMenu > a:not(.button):hover,
  .site-header #mainMenu > a:not(.button):focus-visible,
  .site-header #mainMenu .language-switch a:hover,
  .site-header #mainMenu .language-switch a:focus-visible,
  .site-header #mainMenu .language-switch a.active{
    color:#ffffff!important;
    text-shadow:
      0 1px 0 rgba(255,255,255,.78),
      0 2px 0 rgba(151,160,174,.58),
      0 0 14px rgba(232,241,252,.58),
      0 16px 32px rgba(0,0,0,.46)!important;
    filter:drop-shadow(0 0 10px rgba(228,238,252,.42));
  }
  .site-header #mainMenu .language-switch{
    gap:12px!important;
    border-inline-start-color:rgba(230,237,248,.42)!important;
  }
}
@media (min-width:900px) and (max-width:1240px){
  .site-header #mainMenu{
    gap:clamp(8px,.92vw,12px)!important;
  }
  .site-header #mainMenu > a:not(.button){
    font-size:clamp(17.2px,1.5vw,19.1px)!important;
    letter-spacing:.034em!important;
  }
  .site-header #mainMenu .language-switch{
    gap:8px!important;
    padding-inline-start:8px!important;
  }
  .site-header #mainMenu .language-switch a{
    font-size:14.4px!important;
  }
}
@media (max-width:899px){
  .site-header #mainMenu > a:not(.button),
  .site-header #mainMenu .language-switch a{
    color:#f8fbff!important;
    font-size:18.4px!important;
    font-weight:950!important;
    text-shadow:
      0 1px 0 rgba(255,255,255,.58),
      0 2px 0 rgba(145,154,168,.42),
      0 0 11px rgba(220,232,248,.34),
      0 12px 24px rgba(0,0,0,.42)!important;
    filter:drop-shadow(0 0 7px rgba(221,232,248,.24));
  }
}

/* Raised 3D contact buttons while preserving each platform colour. */
#contact .contact-actions .button,
#contact .direction-button{
  transform:translateY(0) translateZ(0);
  border-width:1px 1px 2px!important;
  background-clip:padding-box!important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.62),
    inset 0 -8px 13px rgba(0,0,0,.18),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 3px 0 rgba(25,15,10,.18),
    0 18px 34px rgba(35,20,12,.17)!important;
}
#contact .contact-actions .button:hover,
#contact .contact-actions .button:focus-visible{
  transform:translateY(-4px)!important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.68),
    inset 0 -7px 12px rgba(0,0,0,.16),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 4px 0 rgba(25,15,10,.16),
    0 24px 42px rgba(35,20,12,.2)!important;
}
#contact .direction-button:hover,
#contact .direction-button:focus-visible{
  transform:translateY(-4px) scale(1.15)!important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.68),
    inset 0 -7px 12px rgba(0,0,0,.16),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 4px 0 rgba(25,15,10,.16),
    0 24px 42px rgba(35,20,12,.2)!important;
}
#contact .contact-actions .button:active,
#contact .direction-button:active{
  transform:translateY(1px) scale(.99)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.48),
    inset 0 -4px 8px rgba(0,0,0,.2),
    0 1px 0 rgba(25,15,10,.14),
    0 10px 20px rgba(35,20,12,.13)!important;
}

/* Final 3D volume and glow pass for selected interactive and record elements. */
.hero-home .hero-actions{
  isolation:isolate;
}
.hero-home .hero-actions .button,
.portfolio-section .folder-button{
  border-width:1px 1px 3px!important;
  background-clip:padding-box!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
  text-shadow:0 1px 0 rgba(255,255,255,.22),0 -1px 0 rgba(0,0,0,.18)!important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.55),
    inset 0 -9px 15px rgba(0,0,0,.18),
    0 4px 0 rgba(18,10,7,.18),
    0 0 18px rgba(232,241,252,.16),
    0 18px 38px rgba(10,6,4,.24)!important;
}
.hero-home .hero-actions .button.ghost{
  background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.08))!important;
  color:#fffaf2!important;
  border-color:rgba(255,255,255,.44)!important;
}
.hero-home .hero-actions .button:hover,
.hero-home .hero-actions .button:focus-visible,
.portfolio-section .folder-button:hover,
.portfolio-section .folder-button:focus-visible{
  transform:translateY(-4px) scale(1.045)!important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.66),
    inset 0 -8px 14px rgba(0,0,0,.15),
    0 5px 0 rgba(18,10,7,.16),
    0 0 24px rgba(232,241,252,.26),
    0 24px 48px rgba(10,6,4,.28)!important;
}
.hero-home .trust-row{
  overflow:visible!important;
  isolation:isolate;
}
.hero-home .trust-row li{
  position:relative;
  border-width:1px 1px 2px!important;
  border-color:rgba(255,255,255,.42)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,255,255,.08) 45%,rgba(30,22,17,.46))!important;
  color:#fffaf2!important;
  text-shadow:0 1px 0 rgba(0,0,0,.28),0 0 10px rgba(232,241,252,.2)!important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.42),
    inset 0 -9px 16px rgba(0,0,0,.22),
    0 3px 0 rgba(9,5,3,.2),
    0 14px 30px rgba(0,0,0,.22),
    0 0 16px rgba(232,241,252,.13)!important;
  transform:translateZ(0);
}
.hero-home .trust-row li::after{
  content:"";
  position:absolute;
  inset:2px 3px auto;
  height:42%;
  border-radius:999px 999px 38% 38%;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0));
  pointer-events:none;
}
.story-counters{
  perspective:900px;
  overflow:visible!important;
}
.story-counter{
  transform:translateZ(0);
  border-color:rgba(126,99,72,.26)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.86),rgba(229,219,204,.64) 58%,rgba(202,187,167,.52))!important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.82),
    inset 0 -12px 18px rgba(93,66,31,.12),
    0 5px 0 rgba(93,66,31,.1),
    0 24px 48px rgba(57,38,22,.14),
    0 0 22px rgba(255,255,255,.34)!important;
}
.story-counter strong{
  text-shadow:0 1px 0 rgba(255,255,255,.7),0 5px 14px rgba(93,66,31,.18)!important;
}
.story-counter em{
  text-shadow:0 1px 0 rgba(255,255,255,.62)!important;
}

/* Header menu hover: no background panel, just letter perimeter glow and 130% zoom. */
.site-header #mainMenu > a:not(.button),
.site-header #mainMenu .language-switch a{
  background:transparent!important;
  transform-origin:center!important;
  transition:transform .2s var(--ease),filter .2s var(--ease),text-shadow .2s var(--ease),color .2s var(--ease)!important;
}
.site-header #mainMenu > a:not(.button)::after{
  display:none!important;
}
.site-header #mainMenu > a:not(.button):hover,
.site-header #mainMenu > a:not(.button):focus-visible,
.site-header #mainMenu .language-switch a:hover,
.site-header #mainMenu .language-switch a:focus-visible{
  z-index:12;
  background:transparent!important;
  text-decoration:none!important;
  transform:scale(1.3)!important;
  color:#fff!important;
  text-shadow:
    0 0 2px rgba(255,255,255,.95),
    0 0 7px rgba(229,239,252,.75),
    0 0 15px rgba(179,205,235,.48),
    0 13px 24px rgba(0,0,0,.46)!important;
  filter:drop-shadow(0 0 8px rgba(229,239,252,.48))!important;
}
.site-header #mainMenu .language-switch a.active{
  text-decoration:none!important;
}

/* Make the Trustpilot proof quieter and smaller. */
#trustpilot{
  padding-top:clamp(24px,3vw,42px)!important;
  padding-bottom:clamp(24px,3vw,42px)!important;
}
#trustpilot .trustpilot-card{
  max-width:min(100%,1180px);
  margin-inline:auto;
  padding:clamp(18px,2.1vw,26px)!important;
  border-radius:28px!important;
  background:rgba(255,250,243,.54)!important;
  border-color:rgba(36,24,19,.08)!important;
  box-shadow:0 12px 34px rgba(35,20,12,.05)!important;
}
#trustpilot .trustpilot-copy h2{
  max-width:760px;
  font-size:clamp(28px,3.25vw,44px)!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
}
#trustpilot .trustpilot-copy p{
  max-width:700px;
  font-size:15px!important;
  opacity:.82;
}
#trustpilot .trustpilot-badge{
  transform:scale(.88);
  transform-origin:right center;
  padding:18px!important;
  opacity:.88;
  box-shadow:0 14px 34px rgba(0,0,0,.12)!important;
}

/* Contact buttons: sharper text without changing their colours. */
#contact .contact-actions .button,
#contact .direction-button{
  font-weight:950!important;
  letter-spacing:.035em!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:geometricPrecision;
  -webkit-text-stroke:.12px rgba(16,24,36,.28);
}
#contact .contact-actions .button,
#contact .direction-apple,
#contact .direction-waze,
#contact .direction-yandex{
  text-shadow:0 .75px 0 rgba(255,255,255,.62)!important;
}
#contact .direction-google{
  -webkit-text-stroke:.12px rgba(0,0,0,.28);
  text-shadow:0 .85px 0 rgba(0,0,0,.38)!important;
}

/* Map starts zoomed out, then zooms in and reveals salon photos after dwell or hover. */
.contact-map-shell{
  position:relative!important;
  overflow:hidden!important;
}
.contact-map-shell .map-placeholder{
  position:relative!important;
  overflow:hidden!important;
}
.contact-map-shell iframe{
  width:140%!important;
  height:140%!important;
  margin:-20%!important;
  max-width:none!important;
  transform:scale(.72)!important;
  transform-origin:center!important;
  transition:transform 5.2s cubic-bezier(.16,1,.3,1),filter 5.2s ease!important;
  filter:saturate(.92) contrast(.98)!important;
  will-change:transform;
}
.contact-map-shell.map-showcase-active iframe,
.contact-map-shell:hover iframe,
.contact-map-shell:focus-within iframe{
  transform:scale(1.12)!important;
  filter:saturate(1.04) contrast(1.03)!important;
}
.map-photo-reel{
  position:absolute;
  inset:clamp(18px,2.2vw,30px);
  z-index:4;
  pointer-events:none;
  opacity:0;
  transition:opacity .8s ease 4.6s;
}
.contact-map-shell.map-showcase-active .map-photo-reel,
.contact-map-shell:hover .map-photo-reel,
.contact-map-shell:focus-within .map-photo-reel{
  opacity:1;
}
.map-photo-reel img{
  position:absolute;
  right:0;
  bottom:0;
  width:min(46%,230px);
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 22px 48px rgba(9,6,4,.36),0 0 20px rgba(255,255,255,.18);
  opacity:0;
  transform:translate3d(18px,18px,0) scale(.9) rotate(-2deg);
  animation:map-photo-cycle 16s ease-in-out calc(5.3s + var(--map-photo-index,0) * 3.2s) infinite both!important;
}
.map-photo-reel img:nth-child(2n){
  right:auto;
  left:0;
  transform:translate3d(-18px,18px,0) scale(.9) rotate(2deg);
}
@keyframes map-photo-cycle{
  0%,18%,100%{opacity:0;transform:translate3d(18px,18px,0) scale(.9) rotate(-2deg)}
  24%,42%{opacity:1;transform:translate3d(0,0,0) scale(1) rotate(0deg)}
  50%{opacity:0;transform:translate3d(-8px,-8px,0) scale(1.04) rotate(1deg)}
}

.floating-whatsapp{
  animation:floating-whatsapp-pulse 2.15s ease-in-out infinite!important;
  transform-origin:center!important;
  will-change:transform,box-shadow;
}
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible{
  animation:none!important;
  transform:translate3d(0,-7px,0) scale(2)!important;
  box-shadow:
    inset 0 2px 1px rgba(255,255,255,.58),
    inset 0 -14px 22px rgba(0,0,0,.18),
    0 0 0 1px rgba(255,255,255,.55),
    0 0 34px rgba(37,211,102,.58),
    0 28px 62px rgba(22,170,77,.42),
    0 16px 34px rgba(23,13,8,.28)!important;
}
@keyframes floating-whatsapp-pulse{
  0%,100%{
    transform:translate3d(0,0,0) scale(1);
    box-shadow:
      inset 0 1px 1px rgba(255,255,255,.42),
      inset 0 -12px 20px rgba(0,0,0,.14),
      0 0 0 0 rgba(37,211,102,.24),
      0 18px 38px rgba(22,170,77,.28),
      0 8px 18px rgba(23,13,8,.18);
  }
  50%{
    transform:translate3d(0,-2px,0) scale(1.08);
    box-shadow:
      inset 0 1px 1px rgba(255,255,255,.5),
      inset 0 -12px 20px rgba(0,0,0,.14),
      0 0 0 12px rgba(37,211,102,0),
      0 24px 48px rgba(22,170,77,.34),
      0 10px 22px rgba(23,13,8,.22);
  }
}

.sales-calculator output{
  font-size:clamp(23px,2.35vw,36px)!important;
  line-height:1.12!important;
}

/* Final header, calculator navigation and mobile tap refinements. */
.site-header .nav{
  position:relative;
  z-index:1250;
}
.site-header .menu-button{
  position:relative!important;
  z-index:1320!important;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  user-select:none;
}
.site-header .menu-button::before{
  content:"";
  position:absolute;
  inset:-12px;
}
.site-header .nav-panel{
  z-index:1290!important;
}
@media (min-width:900px){
  .site-header #mainMenu{
    gap:clamp(7px,.82vw,14px)!important;
  }
  .site-header #mainMenu > a:not(.button),
  .site-header #mainMenu .language-switch a{
    font-size:clamp(15.5px,1.08vw,20px)!important;
    line-height:1!important;
    padding-inline:clamp(3px,.38vw,8px)!important;
  }
  .site-header .brand-logo-link{
    flex:0 0 clamp(380px,34vw,560px)!important;
    width:clamp(380px,34vw,560px)!important;
    min-width:clamp(380px,34vw,560px)!important;
    max-width:560px!important;
  }
  .site-header .brand-logo-img{
    max-height:122px!important;
    transform:scale(1.12)!important;
    transform-origin:left center!important;
  }
}
@media (min-width:900px) and (max-width:1240px){
  .site-header #mainMenu{
    gap:clamp(5px,.55vw,9px)!important;
  }
  .site-header #mainMenu > a:not(.button){
    font-size:clamp(14.4px,1.16vw,16px)!important;
    letter-spacing:.026em!important;
    padding-inline:2px!important;
  }
  .site-header #mainMenu .language-switch{
    gap:6px!important;
    padding-inline-start:6px!important;
  }
  .site-header #mainMenu .language-switch a{
    font-size:13.4px!important;
    padding-inline:2px!important;
  }
  .site-header .brand-logo-link{
    flex-basis:clamp(330px,31vw,420px)!important;
    width:clamp(330px,31vw,420px)!important;
    min-width:clamp(330px,31vw,420px)!important;
    max-width:420px!important;
  }
  .site-header .brand-logo-img{
    max-height:116px!important;
    transform:scale(1.12)!important;
  }
}
@media (max-width:899px){
  .site-header .menu-button{
    min-width:104px!important;
    min-height:50px!important;
  }
}
@media (max-width:430px){
  .site-header .menu-button{
    min-width:96px!important;
    min-height:48px!important;
  }
}

/* Remove the white hover line from header navigation links. */
.site-header #mainMenu > a:not(.button)::before,
.site-header #mainMenu > a:not(.button)::after,
.site-header #mainMenu .language-switch a::before,
.site-header #mainMenu .language-switch a::after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}
.site-header #mainMenu > a:not(.button),
.site-header #mainMenu .language-switch a,
.site-header #mainMenu > a:not(.button):hover,
.site-header #mainMenu > a:not(.button):focus-visible,
.site-header #mainMenu .language-switch a:hover,
.site-header #mainMenu .language-switch a:focus-visible{
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:none!important;
}

/* Keep the three About facts visually equal and symmetrical. */
.story-stats{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(12px,1.5vw,20px)!important;
  align-items:stretch!important;
}
.story-stats span{
  min-width:0;
  min-height:112px;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  padding:16px 12px;
  border:1px solid rgba(126,99,72,.18);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,250,243,.5),rgba(226,214,196,.24));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.64),0 16px 34px rgba(57,38,22,.08);
}
.story-stats strong{
  min-height:2em;
  width:100%;
  display:flex!important;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:.94!important;
}
@media (max-width:680px){
  .story-stats{
    grid-template-columns:1fr!important;
  }
}

/* Mobile MENU trigger should visually match the desktop silver menu text. */
@media (max-width:899px){
  .site-header .menu-button{
    min-width:96px!important;
    min-height:54px!important;
    padding:0 10px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#f8fbff!important;
    font-size:clamp(18px,2.45vw,22px)!important;
    font-weight:950!important;
    line-height:1!important;
    letter-spacing:.055em!important;
    text-transform:uppercase!important;
    text-shadow:
      0 1px 0 rgba(255,255,255,.72),
      0 2px 0 rgba(145,154,168,.46),
      0 0 12px rgba(220,232,248,.44),
      0 13px 26px rgba(0,0,0,.46)!important;
    filter:drop-shadow(0 0 8px rgba(221,232,248,.32));
    transition:transform .2s var(--ease),filter .2s var(--ease),text-shadow .2s var(--ease)!important;
  }
  .site-header .menu-button:hover,
  .site-header .menu-button:focus-visible,
  .site-header .menu-button[aria-expanded="true"]{
    background:transparent!important;
    box-shadow:none!important;
    outline:0!important;
    transform:scale(1.12)!important;
    color:#fff!important;
    text-shadow:
      0 0 2px rgba(255,255,255,.96),
      0 0 8px rgba(229,239,252,.78),
      0 0 18px rgba(179,205,235,.52),
      0 14px 28px rgba(0,0,0,.5)!important;
    filter:drop-shadow(0 0 10px rgba(229,239,252,.5));
  }
  .site-header .menu-button span{
    display:inline-block;
    pointer-events:none;
  }
}
