@font-face{font-family:"Noto Sans Georgian";src:url("../fonts/NotoSansGeorgian-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Noto Sans Georgian";src:url("../fonts/NotoSansGeorgian-SemiBold.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Noto Sans Georgian";src:url("../fonts/NotoSansGeorgian-SemiBold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:"Noto Sans Georgian";src:url("../fonts/NotoSansGeorgian-SemiBold.woff2") format("woff2");font-style:normal;font-weight:800;font-display:swap}
@font-face{font-family:"Noto Sans Georgian";src:url("../fonts/NotoSansGeorgian-Black.woff2") format("woff2");font-style:normal;font-weight:900;font-display:swap}

:root{
  --navy:#1d3547;
  --navy-deep:#08151e;
  --paper:#f4f1ea;
  --ink:#101820;
  --accent:#d8b56b;
  --accent-2:#efd08c;
  --radius:4px;
  --container:min(1380px,calc(100vw - 96px));
  --header-height:88px;
  --logo-width:184px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--navy-deep)}
body{margin:0;min-width:320px;background:var(--navy-deep);color:#fff;font-family:"Noto Sans Georgian",system-ui,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:var(--accent);color:var(--navy-deep)}
.preserve-lines,.hero-title .line>span,.section-title,.service-row h3,.project-meta h3,.step h3,.proof-item span,.marquee span,.cta-content h2,.desktop-nav a,.header-cta span,.mobile-menu a,.hero-side span,.scroll-cue span,.frame-label,.footer-links a,.lead-form label{white-space:pre-line} .hero-title,.section-title,.cta-content h2,.service-row h3,.project-meta h3,.step h3{overflow-wrap:normal;word-break:keep-all;text-wrap:balance}

.noise{position:fixed;inset:0;pointer-events:none;opacity:.026;z-index:9998;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.cursor{position:fixed;pointer-events:none;z-index:10000;border-radius:50%;transform:translate(-50%,-50%);display:none}
@media(pointer:fine){.cursor{display:block}.cursor-dot{width:6px;height:6px;background:var(--accent)}.cursor-ring{width:38px;height:38px;border:1px solid rgba(255,255,255,.65);transition:width .2s,height .2s,border-color .2s,background .2s}.cursor-ring.active{width:64px;height:64px;border-color:var(--accent);background:color-mix(in srgb,var(--accent) 9%,transparent)}}

.loader{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;align-content:center;gap:30px;background:var(--navy);transition:opacity .7s ease,visibility .7s ease}
.loader.done{opacity:0;visibility:hidden}
.loader img{width:94px;height:94px;object-fit:contain;animation:loaderPulse 1.3s ease-in-out infinite}
.loader-line{width:170px;height:1px;background:rgba(255,255,255,.16);overflow:hidden}
.loader-line span{display:block;width:50%;height:100%;background:var(--accent);animation:loading 1.15s ease-in-out infinite}
@keyframes loading{from{transform:translateX(-110%)}to{transform:translateX(220%)}}
@keyframes loaderPulse{50%{opacity:.48;transform:scale(.96)}}

.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header-height);padding:0 clamp(24px,4vw,64px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid transparent;transition:background .35s,height .35s,border-color .35s,backdrop-filter .35s,box-shadow .35s}
.site-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);opacity:.55}
.site-header.scrolled{height:72px;background:rgba(7,20,29,.88);border-color:rgba(255,255,255,.08);backdrop-filter:blur(18px);box-shadow:0 14px 40px rgba(0,0,0,.18)}
.brand{display:inline-flex;align-items:center;justify-self:start;max-width:var(--logo-width)}
.brand img{width:var(--logo-width);max-height:58px;height:auto;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;align-items:center;gap:38px}
.desktop-nav a{position:relative;font-size:11px;font-weight:800;letter-spacing:.025em;color:rgba(255,255,255,.76)}
.desktop-nav a::after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:right;transition:transform .3s}
.desktop-nav a:hover::after{transform:scaleX(1);transform-origin:left}
.header-cta{justify-self:end;display:flex;align-items:center;gap:16px;min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:11px;font-weight:900;transition:background .25s,color .25s,border-color .25s}
.header-cta:hover{background:var(--accent);color:var(--navy-deep);border-color:var(--accent)}
.menu-toggle{display:none;width:48px;height:48px;border:0;background:transparent;padding:0;position:relative;cursor:pointer}
.menu-toggle span{position:absolute;left:10px;width:28px;height:1px;background:white;transition:transform .3s,top .3s}
.menu-toggle span:first-child{top:19px}.menu-toggle span:last-child{top:28px}.menu-toggle.active span:first-child{top:24px;transform:rotate(45deg)}.menu-toggle.active span:last-child{top:24px;transform:rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:900;background:var(--navy-deep);display:grid;place-items:center;visibility:hidden;opacity:0;transition:.35s}
.mobile-menu.open{visibility:visible;opacity:1}
.mobile-menu nav{display:flex;flex-direction:column;text-align:center;gap:22px}
.mobile-menu a{font-size:clamp(26px,8vw,54px);font-weight:900}

.hero{min-height:max(760px,100svh);position:relative;display:flex;align-items:flex-end;overflow:hidden;background:var(--navy)}
.hero-media{position:absolute;inset:0;transform:scale(1.035);will-change:transform}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.58) contrast(1.08) brightness(.86)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,21,.98) 0%,rgba(9,24,34,.84) 46%,rgba(8,22,32,.30) 82%),linear-gradient(0deg,rgba(5,14,20,.94) 0%,rgba(5,14,20,.18) 55%,rgba(5,14,20,.28) 100%)}
.hero-grid{position:absolute;inset:0;opacity:.10;background-image:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,black,transparent 78%)}
.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.orbit-one{width:720px;height:720px;right:-180px;top:-180px;animation:spin 26s linear infinite}.orbit-two{width:460px;height:460px;right:-40px;top:-50px;border-style:dashed;animation:spin 18s linear infinite reverse}@keyframes spin{to{transform:rotate(360deg)}}
.hero-content{position:relative;z-index:2;width:var(--container);margin:0 auto;padding:160px 0 184px}
.hero-kicker{display:flex;align-items:center;gap:12px;margin-bottom:28px;font-size:10px;font-weight:900;letter-spacing:.06em;color:rgba(255,255,255,.72)}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--accent) 10%,transparent);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 12px transparent}100%{box-shadow:0 0 0 0 transparent}}
.hero-title{margin:0;max-width:1190px;font-size:clamp(60px,7.35vw,124px);line-height:1.02;letter-spacing:0;font-weight:900;font-family:"Noto Sans Georgian",system-ui,sans-serif}
.hero-title .line{display:block;overflow:hidden;padding:.08em .08em .12em 0}
.hero-title .line>span{display:block;white-space:nowrap;transform:translateY(112%);animation:titleIn .95s cubic-bezier(.2,.8,.2,1) forwards}
.hero-title .line:nth-child(1)>span{animation-delay:.42s}.hero-title .line:nth-child(2)>span{animation-delay:.54s}.hero-title .line:nth-child(3)>span{animation-delay:.66s}@keyframes titleIn{to{transform:translateY(0)}}
.hero-title .outline{color:transparent;-webkit-text-stroke:1.25px rgba(255,255,255,.64);text-shadow:0 0 38px rgba(255,255,255,.05)}
.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:48px;margin-top:42px}
.hero-bottom p{max-width:530px;margin:0;color:rgba(255,255,255,.64);font-size:15px;line-height:1.85;white-space:pre-line}
.hero-button{width:222px;min-height:64px;padding:14px 22px;border-radius:999px;background:var(--accent);color:var(--navy-deep);display:flex;justify-content:center;align-items:center;gap:24px;font-weight:900;font-size:11px;line-height:1.35;text-align:center;font-family:"Noto Sans Georgian",system-ui,sans-serif;transition:transform .3s,background .3s,box-shadow .3s;box-shadow:0 18px 42px rgba(0,0,0,.22)}
.hero-button:hover{background:var(--accent-2);box-shadow:0 22px 50px rgba(0,0,0,.30)}.hero-button b{font-size:20px}
.hero-side{position:absolute;z-index:2;right:30px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:18px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.16em;color:rgba(255,255,255,.45)}.hero-side i{height:56px;width:1px;background:rgba(255,255,255,.26)}
.scroll-cue{position:absolute;z-index:3;left:30px;bottom:38px;display:flex;align-items:center;gap:14px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.5)}.scroll-cue i{width:1px;height:48px;background:rgba(255,255,255,.35);position:relative;overflow:hidden}.scroll-cue i::after{content:"";position:absolute;inset:0;background:var(--accent);animation:scrollLine 1.8s ease-in-out infinite}@keyframes scrollLine{from{transform:translateY(-100%)}to{transform:translateY(100%)}}
.hero-proof{position:absolute;z-index:4;left:50%;bottom:25px;width:var(--container);transform:translateX(-50%);display:grid;grid-template-columns:repeat(var(--proof-count,3),minmax(0,1fr));border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(8,21,30,.22),rgba(8,21,30,.52),rgba(8,21,30,.22));backdrop-filter:blur(4px)}
.proof-item{min-height:88px;padding:20px 28px;display:flex;align-items:center;gap:18px;border-right:1px solid rgba(255,255,255,.12)}.proof-item:last-child{border-right:0}.proof-item strong{min-width:54px;color:var(--accent);font-size:25px;line-height:1;letter-spacing:0}.proof-item span{max-width:240px;color:rgba(255,255,255,.62);font-size:9px;line-height:1.55;letter-spacing:.02em}
.hero-proof.reveal{transform:translate(-50%,32px)}.hero-proof.reveal.visible{transform:translate(-50%,0)}

.trust-strip{background:var(--accent);color:var(--navy-deep);overflow:hidden;border-block:1px solid rgba(0,0,0,.14)}
.marquee{padding:16px 0}.marquee-track{width:max-content;display:flex;align-items:center;gap:32px;animation:marquee 26s linear infinite}.marquee span{font-size:11px;font-weight:900;letter-spacing:.025em}.marquee i{font-style:normal;font-size:13px}@keyframes marquee{to{transform:translateX(-50%)}}

.section{padding:clamp(100px,8vw,138px) 0}
.section-index{width:var(--container);margin:0 auto 54px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.16);font-size:9px;font-weight:700;letter-spacing:.16em;color:rgba(255,255,255,.42)}
.eyebrow{margin:0 0 20px;color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.06em;white-space:pre-line}
.section-title{margin:0;font-size:clamp(45px,5.35vw,82px);line-height:1.08;letter-spacing:0;font-weight:900;font-family:"Noto Sans Georgian",system-ui,sans-serif;overflow-wrap:normal;word-break:keep-all;text-wrap:unset;white-space:pre}
.about-copy .section-title{font-size:clamp(30px,3vw,44px)}
.section-title em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.46)}

.about{background:var(--navy-deep)}
.about-grid{width:var(--container);margin:auto;display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(64px,8vw,128px);align-items:center}.lead{max-width:660px;margin:36px 0 0;font-size:17px;line-height:1.95;color:rgba(255,255,255,.60);white-space:pre-line}.text-link{margin-top:38px;display:inline-flex;align-items:center;gap:16px;font-size:10px;font-weight:900;letter-spacing:.02em;border-bottom:1px solid rgba(255,255,255,.38);padding-bottom:8px}.text-link span{color:var(--accent);transition:transform .25s}.text-link:hover span{transform:translateX(5px)}
.about-visual{position:relative}.image-frame{position:relative;height:640px;overflow:hidden;background:var(--navy);border-radius:var(--radius)}.image-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.62) contrast(1.08) brightness(.93);transition:transform 1s cubic-bezier(.2,.8,.2,1)}.image-frame:hover img{transform:scale(1.04)}.image-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,15,22,.65),transparent 50%)}.image-frame::before{content:"";position:absolute;z-index:2;inset:16px;border:1px solid rgba(255,255,255,.18);pointer-events:none}.frame-label{position:absolute;z-index:3;left:32px;bottom:30px;font-size:8px;font-weight:700;letter-spacing:.14em;color:rgba(255,255,255,.68)}


.services{background:var(--paper);color:var(--ink)}.services .section-index,.contact .section-index{color:color-mix(in srgb,var(--ink) 45%,transparent);border-color:color-mix(in srgb,var(--ink) 16%,transparent)}.services .eyebrow,.contact .eyebrow{color:#916a1e}.services .section-title em,.contact .section-title em{-webkit-text-stroke:1px color-mix(in srgb,var(--ink) 48%,transparent)}
.services-head,.projects-head,.contact-head{width:var(--container);margin:auto;display:flex;justify-content:space-between;align-items:end;gap:70px}.services-head>div,.projects-head>div,.process-top>div,.contact-head>div{min-width:0;flex:1 1 auto}.services-intro,.projects-note,.contact-intro{max-width:460px;flex:0 1 460px;min-width:0;margin:0;color:color-mix(in srgb,var(--ink) 58%,transparent);font-size:13px;line-height:1.85;white-space:pre-line}
.service-list{width:var(--container);margin:76px auto 0;border-top:1px solid color-mix(in srgb,var(--ink) 22%,transparent)}.service-row{position:relative;display:grid;grid-template-columns:66px minmax(270px,1fr) minmax(300px,.78fr) 44px;align-items:center;gap:24px;min-height:94px;padding:26px 12px;border-bottom:1px solid color-mix(in srgb,var(--ink) 18%,transparent);overflow:hidden;transition:color .35s}.service-row::before{content:"";position:absolute;inset:0;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .46s cubic-bezier(.2,.8,.2,1)}.service-row>*{position:relative;z-index:1}.service-row:hover::before{transform:scaleX(1)}.service-row:hover{color:#fff}.service-row>span{font-size:9px;font-weight:800;letter-spacing:.06em;color:#91723d}.service-row h3{margin:0;font-size:clamp(18px,1.75vw,26px);line-height:1.3;letter-spacing:0;font-weight:900;transition:transform .35s}.service-row:hover h3{transform:translateX(8px)}.service-row p{margin:0;color:color-mix(in srgb,var(--ink) 55%,transparent);font-size:12px;line-height:1.7;transition:color .35s;white-space:pre-line}.service-row:hover p{color:rgba(255,255,255,.62)}.service-row b{justify-self:end;width:34px;height:34px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--ink) 18%,transparent);border-radius:50%;font-size:16px;color:#91723d;transition:transform .3s,color .3s,border-color .3s}.service-row:hover b{transform:rotate(45deg);color:var(--accent);border-color:rgba(255,255,255,.30)}

.projects{background:var(--navy)}.projects-note{color:rgba(255,255,255,.52)}.project-grid{width:var(--container);margin:76px auto 0;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:390px 390px;gap:14px}.project-card{position:relative;overflow:hidden;background:#152735;border-radius:var(--radius)}.project-card--wide{grid-row:1/3}.project-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.60) contrast(1.06) brightness(.88);transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .6s}.project-card:hover img{transform:scale(1.045);filter:saturate(1)}.project-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,13,20,.88),rgba(4,13,20,0) 64%)}.project-card::after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.16);pointer-events:none;opacity:.65;transition:opacity .3s}.project-card:hover::after{opacity:1}.project-meta{position:absolute;z-index:2;left:34px;right:80px;bottom:32px}.project-meta span{font-size:8px;font-weight:800;color:var(--accent);letter-spacing:.09em}.project-meta h3{margin:7px 0 5px;font-size:24px;line-height:1.28;letter-spacing:0;font-weight:900}.project-meta p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.55;white-space:pre-line}.project-card>b{position:absolute;z-index:3;right:28px;top:28px;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-size:18px;transition:background .3s,color .3s,transform .3s}.project-card:hover>b{background:var(--accent);color:var(--navy-deep);border-color:var(--accent);transform:rotate(45deg)}

.process{background:var(--navy-deep)}.process-top{width:var(--container);margin:auto;display:flex;justify-content:space-between;align-items:flex-end;gap:32px}.process-top .section-index{width:auto;margin:0 0 54px}.process-mark{width:180px;opacity:.12;margin-right:4vw}.process-steps{width:var(--container);margin:76px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.16)}.step{position:relative;min-height:270px;padding:34px 30px 30px 0;border-right:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column;justify-content:space-between}.step:not(:first-child){padding-left:30px}.step:last-child{border-right:0}.step::after{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 7px color-mix(in srgb,var(--accent) 9%,transparent)}.step:not(:first-child)::after{left:30px}.step>span{font-size:9px;font-weight:800;color:var(--accent)}.step h3{margin:0 0 12px;font-size:21px;line-height:1.3;letter-spacing:0;font-weight:900}.step p{margin:0;color:rgba(255,255,255,.54);line-height:1.8;font-size:12px;white-space:pre-line}

.contact{background:var(--paper);color:var(--ink)}.contact-head{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center}.contact-head>div{display:grid;justify-items:center}.contact-head .section-title{max-width:none;white-space:nowrap}.contact-intro{max-width:720px;color:color-mix(in srgb,var(--ink) 60%,transparent);text-align:center}.lead-form{width:min(1100px,var(--container));margin:72px auto 0;display:grid;gap:22px}.lead-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.lead-form label{display:grid;gap:9px;color:var(--ink);font-size:.82rem;font-weight:800}.lead-form input,.lead-form select,.lead-form textarea{width:100%;background:#fff;border:1px solid rgba(16,24,32,.18);color:var(--ink);padding:15px 16px;border-radius:var(--radius);outline:none;transition:border-color .2s,box-shadow .2s}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px color-mix(in srgb,var(--navy) 10%,transparent)}.lead-form textarea{resize:vertical;min-height:155px}.lead-form select option{color:#111}.lead-form .hero-button{border:0;cursor:pointer;margin-top:4px}.form-status{width:min(1100px,var(--container));margin:36px auto -40px;padding:14px 16px;border-radius:var(--radius);font-size:13px}.form-status.success{background:#eaf7ee;color:#235c35;border:1px solid #aed5b9}.form-status.error{background:#fff0f0;color:#7b2626;border:1px solid #e4aaaa}

.final-cta{position:relative;min-height:760px;display:grid;place-items:center;overflow:hidden;text-align:center}.cta-bg{position:absolute;inset:0;background-position:center;background-size:cover;transform:scale(1.02)}.cta-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(5,16,24,.72),rgba(5,16,24,.94)),radial-gradient(circle at center,color-mix(in srgb,var(--accent) 12%,transparent),transparent 46%)}.cta-content{position:relative;z-index:1;width:min(1160px,calc(100% - 44px));min-width:0}.cta-mark{width:88px;margin:0 auto 34px;opacity:.82}.cta-content h2{margin:0 auto;max-width:none;font-size:clamp(52px,6vw,94px);line-height:1.05;letter-spacing:0;font-weight:900;font-family:"Noto Sans Georgian",system-ui,sans-serif;white-space:pre;text-wrap:unset}.cta-content h2 em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.54)}.cta-button{margin:48px auto 0;width:min(330px,90vw);min-height:70px;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;background:var(--accent);color:var(--navy-deep);border-radius:999px;font-size:10px;line-height:1.4;font-weight:900;font-family:"Noto Sans Georgian",system-ui,sans-serif;box-shadow:0 20px 50px rgba(0,0,0,.24)}.cta-button b{font-size:22px}

footer{background:#071118;padding:64px clamp(24px,4vw,64px) 26px;display:grid;grid-template-columns:1fr auto;gap:56px}.footer-brand img{width:min(var(--logo-width),220px);max-height:72px;object-fit:contain;object-position:left center}.footer-brand p{max-width:560px;color:rgba(255,255,255,.42);font-size:9px;line-height:1.8;letter-spacing:.02em;margin:20px 0 0;white-space:pre-line}.footer-links{display:flex;gap:28px;align-items:flex-start;font-size:9px;font-weight:800;color:rgba(255,255,255,.62)}.footer-links a:hover{color:var(--accent)}.footer-bottom{grid-column:1/-1;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:rgba(255,255,255,.35);font-size:10px;letter-spacing:.02em}
.floating-facebook{position:fixed;right:24px;bottom:24px;z-index:800;height:52px;padding:0 18px;display:flex;align-items:center;gap:10px;border-radius:30px;background:var(--accent);color:var(--navy-deep);box-shadow:0 16px 35px rgba(0,0,0,.3);font-size:12px;font-weight:900;transition:transform .25s}.floating-facebook:hover{transform:translateY(-4px)}.floating-facebook svg{width:22px;height:22px;fill:currentColor}

.reveal{opacity:0;transform:translateY(32px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}

@media(max-width:1100px){
  :root{--container:min(calc(100% - 56px),1100px)}
  .site-header{padding:0 28px;grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block;justify-self:end}.hero-side,.scroll-cue{display:none}.hero-content{padding-bottom:176px}.hero-proof .proof-item{padding-inline:20px}.proof-item span{font-size:8px}.about-grid{gap:70px}.services-head,.projects-head{display:block}.services-intro,.projects-note{margin-top:28px;max-width:680px}.process-mark{width:120px;margin-right:0}.service-row{grid-template-columns:50px 1fr 1fr 30px}.process-steps{grid-template-columns:repeat(2,1fr)}.step:nth-child(2){border-right:0}.step:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}
}

@media(max-width:900px){
  .about-grid{grid-template-columns:1fr}.about-copy .section-title{font-size:clamp(34px,6vw,48px)}
}
@media(max-width:760px){
  :root{--container:calc(100% - 36px);--logo-width:150px;--header-height:72px}
  .site-header{height:72px;padding-inline:18px}.brand img{max-height:50px}.hero{min-height:720px}.hero-content{padding:122px 0 64px}.hero-title{font-size:clamp(42px,13.2vw,68px);line-height:1.02;letter-spacing:0}.hero-title .outline{-webkit-text-stroke:1px rgba(255,255,255,.70)}.hero-bottom{flex-direction:column;align-items:flex-start;margin-top:30px;gap:28px}.hero-bottom p{font-size:14px;line-height:1.7}.hero-button{width:190px;min-height:58px}.hero-grid{background-size:44px 44px}.orbit-one{width:460px;height:460px;right:-260px}.orbit-two{display:none}.hero-proof{display:none}
  .section{padding:88px 0}.section-index{margin-bottom:40px}.section-title{font-size:clamp(38px,11.5vw,58px);line-height:1.1;white-space:pre-line;text-wrap:balance}.about-copy .section-title{font-size:clamp(36px,10.5vw,52px)}.about-grid{grid-template-columns:1fr;gap:58px}.lead{font-size:15px;line-height:1.8}.image-frame{height:500px}
  .services-head,.projects-head{display:block}.contact-head{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center}.contact-head .section-title{white-space:normal}.services-intro,.projects-note,.contact-intro{margin-top:28px}.service-list{margin-top:50px}.service-row{grid-template-columns:32px 1fr 32px;min-height:82px;padding:22px 4px;gap:12px}.service-row p{display:none}.service-row h3{font-size:16px;line-height:1.4}.service-row:hover h3{transform:none}
  .project-grid{margin-top:50px;grid-template-columns:1fr;grid-template-rows:none}.project-card,.project-card--wide{height:430px;grid-row:auto}.project-card:not(.project-card--wide){height:340px}.project-card::after{inset:8px}.project-meta{left:24px;right:66px;bottom:24px}.project-meta h3{font-size:20px}
  .process-top{align-items:flex-start;gap:12px}.process-mark{width:70px;flex:0 0 70px;margin-right:0}.process-steps{grid-template-columns:1fr;margin-top:50px}.step,.step:not(:first-child){min-height:200px;padding:26px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.step:not(:first-child)::after{left:0}.step:last-child{border-bottom:0}
  .lead-form{margin-top:48px}.lead-form-grid{grid-template-columns:1fr}.final-cta{min-height:640px}.cta-mark{width:72px}.cta-content{width:calc(100% - 36px);max-width:calc(100% - 36px)}.cta-content h2{font-size:clamp(36px,10.7vw,54px);line-height:1.08;white-space:pre-line;text-wrap:balance}.cta-button{width:min(330px,100%)}
  footer{padding:52px 18px 24px;grid-template-columns:1fr;gap:34px}.footer-links{flex-wrap:wrap}.footer-bottom{display:block;line-height:2.2}.footer-bottom a{display:block}.floating-facebook{right:14px;bottom:14px;width:52px;padding:0;justify-content:center}.floating-facebook span{display:none}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* ORVEX v5 — visual polish + deterministic Mtavruli display */
html,body{font-synthesis:none}
.desktop-nav a,.header-cta,.mobile-menu a,.hero-kicker,.hero-title,.hero-button,.proof-item span,.marquee span,.eyebrow,.section-title,.text-link,.service-row h3,.project-meta h3,.step h3,.lead-form label,.cta-content h2,.cta-button,.footer-links,.footer-bottom a,.floating-facebook{font-family:"Noto Sans Georgian",system-ui,sans-serif}

/* Header: stronger presence and one visual container rhythm */
.site-header{padding-inline:clamp(32px,5vw,82px)}
.brand{max-width:max(var(--logo-width),190px)}
.brand img{width:max(var(--logo-width),190px);max-height:64px}
.desktop-nav{gap:42px}
.desktop-nav a{font-size:12px;font-weight:900;color:rgba(255,255,255,.82)}
.header-cta{min-height:48px;padding-inline:21px;font-size:12px}

/* Hero: stop long Georgian display lines from touching/cropping the edges */
.hero-content{padding-top:168px;padding-bottom:190px}
.hero-title{max-width:min(1160px,100%);font-size:clamp(58px,6.35vw,108px);line-height:1.035}
.hero-title .line{padding-right:.12em}
.hero-title .line>span{max-width:100%;white-space:nowrap}
.hero-bottom{margin-top:36px}
.hero-bottom p{font-size:15.5px;color:rgba(255,255,255,.70)}
.hero-proof{bottom:24px}
.proof-item{justify-content:flex-start;min-height:92px}
.proof-item span{font-size:10px;color:rgba(255,255,255,.72)}

/* Desktop admin line breaks stay exact. Mobile is allowed to reflow safely. */
.section-title{white-space:pre}

/* About: explicitly restore a real two-column layout and full-width image card */
.about.section{padding-top:116px;padding-bottom:116px}
.about-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:clamp(44px,6vw,90px);align-items:center}
.about-copy,.about-visual{min-width:0;width:100%}
.about-copy .section-title{max-width:100%;font-size:clamp(40px,3.7vw,58px);line-height:1.13}
.about-copy .lead{margin-top:30px;font-size:16px;color:rgba(255,255,255,.70)}
.about-visual{justify-self:stretch}
.image-frame{width:100%;height:clamp(470px,40vw,590px)}
.image-frame img{width:100%;height:100%;object-fit:cover;object-position:center 48%}

/* Services: improve readability without making the section heavy */
.services-intro{font-size:14px;line-height:1.8;color:color-mix(in srgb,var(--ink) 72%,transparent)}
.service-list{margin-top:64px}
.service-row{min-height:92px;padding-block:24px}
.service-row h3{font-size:clamp(19px,1.72vw,27px)}
.service-row p{font-size:13px;line-height:1.65;color:color-mix(in srgb,var(--ink) 68%,transparent)}
.service-row b{width:36px;height:36px;border-color:color-mix(in srgb,var(--ink) 28%,transparent)}

/* Projects: stronger card readability */
.projects-note{font-size:14px;color:rgba(255,255,255,.66)}
.project-overlay{background:linear-gradient(0deg,rgba(4,13,20,.94),rgba(4,13,20,.08) 68%)}
.project-meta h3{font-size:25px}
.project-meta p{font-size:13px;color:rgba(255,255,255,.72)}

/* Process: less empty dead-space, larger descriptions */
.process-steps{margin-top:62px}
.step{min-height:224px;padding-top:32px;padding-bottom:28px}
.step h3{font-size:22px}
.step p{font-size:13px;line-height:1.72;color:rgba(255,255,255,.68)}

/* Contact: tighter vertical rhythm and a more intentional form */
.contact.section{padding-top:104px;padding-bottom:108px}
.contact-head .section-title{font-size:clamp(42px,4.6vw,70px)}
.contact-intro{margin-top:18px!important;font-size:14px;line-height:1.75;color:color-mix(in srgb,var(--ink) 67%,transparent)}
.lead-form{margin-top:48px;gap:24px}
.lead-form-grid{gap:20px 22px}
.lead-form label{gap:10px;font-size:.84rem;font-weight:900}
.lead-form input,.lead-form select,.lead-form textarea{min-height:54px;padding:16px 17px;border-color:rgba(16,24,32,.20);border-radius:max(var(--radius),8px);box-shadow:0 7px 22px rgba(16,24,32,.025)}
.lead-form textarea{min-height:172px}
.lead-form .hero-button{width:248px;min-height:62px;margin-top:2px}

/* Final CTA: exactly one admin-entered line per visual line on desktop */
.final-cta{min-height:690px}
.cta-content{width:min(1280px,calc(100% - 64px))}
.cta-mark{width:78px;margin-bottom:28px}
.cta-content h2{font-size:clamp(48px,5.15vw,82px);line-height:1.08;white-space:normal}
.cta-content h2 .cta-line{display:block;white-space:nowrap}
.cta-button{margin-top:42px;min-height:66px;font-size:11px}

/* Footer: compact the dead space while keeping clear separation */
footer{padding-top:48px;gap:34px}
.footer-brand{max-width:520px}
.footer-brand p{font-size:10px;color:rgba(255,255,255,.50)}
.footer-links{gap:24px;font-size:10px}
.footer-bottom{padding-top:20px;font-size:10px}
.floating-facebook{right:28px;bottom:28px}

@media(max-width:1100px){
  .site-header{padding-inline:28px}
  .brand,.brand img{max-width:var(--logo-width);width:var(--logo-width)}
  .about-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:48px}
  .about-copy .section-title{font-size:clamp(36px,4.3vw,50px)}
  .image-frame{height:520px}
}

@media(max-width:900px){
  .section-title{white-space:pre-line}
  .about-grid{grid-template-columns:1fr;gap:50px}
  .about-copy .section-title{font-size:clamp(38px,7vw,54px);white-space:pre-line}
  .about-visual{max-width:760px}
  .image-frame{height:min(72vw,620px)}
}

@media(max-width:760px){
  .hero-content{padding-top:126px;padding-bottom:72px}
  .hero-title{font-size:clamp(39px,11.5vw,61px)}
  .hero-title .line>span{white-space:normal}
  .about.section,.contact.section{padding-top:82px;padding-bottom:84px}
  .services-intro,.projects-note,.contact-intro{font-size:13.5px}
  .service-row h3{font-size:17px}
  .process-steps{margin-top:46px}
  .step,.step:not(:first-child){min-height:176px}
  .step p{font-size:12.5px}
  .lead-form{margin-top:38px}
  .lead-form .hero-button{width:min(240px,100%)}
  .final-cta{min-height:590px}
  .cta-content{width:calc(100% - 28px)}
  .cta-content h2{font-size:clamp(25px,7.6vw,40px);line-height:1.12}
  .cta-content h2 .cta-line{white-space:nowrap}
  .cta-button{margin-top:34px}
  footer{padding-top:42px;gap:28px}
  .floating-facebook{right:16px;bottom:16px}
}


/* ORVEX v6 — final desktop alignment pass */
@media(min-width:1101px){
  .about-grid{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:clamp(42px,5vw,76px)}
  .about-copy .section-title{font-size:clamp(34px,2.55vw,47px);line-height:1.18;max-width:100%;white-space:pre;overflow:visible}
  .image-frame{height:clamp(450px,36vw,555px)}
}
.service-row{margin:0!important;height:auto!important;min-height:90px!important;padding-top:22px!important;padding-bottom:22px!important}
.service-row + .service-row{margin-top:0!important}
.contact .lead-form{width:min(1180px,var(--container))}
.contact .lead-form input,.contact .lead-form select{min-height:56px}
.contact .lead-form textarea{min-height:180px}
.footer-brand p{font-size:10.5px!important;line-height:1.75}
.footer-links{font-size:10.5px!important}
@media(min-width:1101px){
  .desktop-nav a{font-size:12.5px}
  .header-cta{font-size:12px;min-height:48px}
}

/* ORVEX v8 — process spacing: keep the logo visually separate from the headline */
@media(min-width:1101px){
  .process-top{
    display:grid;
    grid-template-columns:minmax(0,980px) 170px;
    justify-content:space-between;
    align-items:center;
    gap:clamp(90px,8vw,150px);
  }
  .process-top>div{min-width:0;max-width:980px}
  .process-top .section-title{max-width:930px;font-size:clamp(42px,3.85vw,64px);line-height:1.12}
  .process-mark{width:150px;max-width:150px;margin:0;justify-self:end;opacity:.68}
}
