@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@400;500;600;700&family=Noto+Serif+Georgian:wght@400;500;600;700&display=swap";:root{--white:#fff;--black:#111;--blue:#0b2f5f;--blue-dark:#071f3f;--gray-50:#f7f8fa;--gray-100:#eef1f5;--gray-200:#d8dee8;--gray-500:#667080;--gray-700:#2f3743;--font-body:"Noto Sans Georgian", Arial, sans-serif;--font-heading:"Noto Serif Georgian", Georgia, serif;--container-padding:clamp(24px, 6vw, 112px);--section-padding:clamp(72px, 8vw, 120px) var(--container-padding);--border:1px solid var(--gray-200);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--transition-fast:.18s ease;--transition-normal:.28s ease;--transition-slow:.45s ease}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{background:var(--white);color:var(--black);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;font-weight:400;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--blue);outline-offset:4px}::selection{background:var(--blue);color:var(--white)}.app{background:var(--white);min-height:100vh;overflow:clip}.site-header{z-index:50;min-height:100px;padding:12px var(--container-padding);background:var(--white);border-bottom:var(--border);transition:box-shadow var(--transition-normal), padding var(--transition-normal);justify-content:space-between;align-items:center;gap:clamp(20px,3vw,48px);display:flex;position:sticky;top:0}.header-logo{border-radius:var(--radius-md);width:76px;height:76px;color:var(--white);font-family:var(--font-heading);letter-spacing:.04em;transition:transform var(--transition-normal), border-radius var(--transition-normal);flex:none;justify-content:center;align-items:center;font-size:22px;font-weight:600;display:inline-flex;overflow:hidden}.header-logo:hover{border-radius:var(--radius-lg);transform:translateY(-2px)}.header-logo-image{object-fit:contain;border-radius:inherit;width:100%;height:100%;transition:transform var(--transition-slow);display:block}.header-logo:hover .header-logo-image{transform:scale(1.04)}.header-navigation{color:var(--gray-700);flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(18px,2.2vw,36px);font-size:14px;font-weight:600;line-height:1.5;display:flex}.header-navigation a,.site-footer a{white-space:nowrap;min-height:36px;transition:color var(--transition-fast), transform var(--transition-fast);align-items:center;display:inline-flex;position:relative}.header-navigation a:after,.site-footer a:after{content:"";transform-origin:0;height:1px;transition:transform var(--transition-normal);background:currentColor;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.header-navigation a:hover{color:var(--blue)}.header-navigation a:hover:after,.site-footer a:hover:after{transform:scaleX(1)}.language-switcher{border:var(--border);border-radius:var(--radius-sm);background:var(--white);flex:none;align-items:center;gap:4px;padding:4px;display:flex}.language-switcher button{background:var(--white);min-width:44px;min-height:38px;color:var(--gray-700);cursor:pointer;letter-spacing:.04em;transition:background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);border:0;border-radius:5px;padding:8px 12px;font-size:12px;font-weight:700}.language-switcher button:hover:not(.active){background:var(--gray-100);color:var(--blue)}.language-switcher button.active{background:var(--blue);color:var(--white)}.hero-section{min-height:min(780px,100svh - 100px);padding:clamp(72px, 7vw, 112px) var(--container-padding);border-bottom:var(--border);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(40px,6vw,104px);display:grid}.hero-content{min-width:0;max-width:780px}.hero-eyebrow,.section-eyebrow{color:var(--blue);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.6;display:inline-block}.hero-content h1{max-width:800px;color:var(--black);font-family:var(--font-heading);letter-spacing:-.025em;overflow-wrap:break-word;margin:22px 0 28px;font-size:clamp(40px,4.7vw,72px);font-weight:600;line-height:1.25}.hero-content p{max-width:650px;color:var(--gray-700);margin:0;font-size:clamp(16px,1.35vw,19px);line-height:1.9}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:40px;display:flex}.primary-button,.secondary-button{border:1px solid var(--blue);border-radius:var(--radius-sm);cursor:pointer;min-height:54px;font-family:var(--font-body);text-align:center;transition:background-color var(--transition-normal), color var(--transition-normal), border-color var(--transition-normal), transform var(--transition-normal), box-shadow var(--transition-normal);justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:14px;font-weight:700;line-height:1.4;display:inline-flex;position:relative}.primary-button{background:var(--blue);color:var(--white)}.secondary-button{background:var(--white);color:var(--blue)}.primary-button:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-3px);box-shadow:0 10px 24px #0b2f5f29}.secondary-button:hover{background:var(--gray-50);transform:translateY(-3px);box-shadow:0 8px 20px #0b2f5f14}.primary-button:active,.secondary-button:active{box-shadow:none;transform:translateY(0)}.hero-card{border:var(--border);border-radius:var(--radius-xl);background:var(--white);min-width:0;transition:transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition-normal);padding:12px;overflow:hidden}.hero-card:hover{border-color:var(--blue);transform:translateY(-6px);box-shadow:0 20px 48px #0b2f5f1a}.hero-image{aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:calc(var(--radius-xl) - 10px);width:100%;max-height:620px;transition:transform var(--transition-slow);display:block}.hero-card:hover .hero-image{transform:scale(1.015)}.hero-stat{border-radius:var(--radius-md);background:var(--blue);color:var(--white);justify-content:space-between;align-items:center;gap:24px;margin-top:12px;padding:22px 26px;display:flex}.hero-stat strong{color:var(--white);font-family:var(--font-heading);flex:none;font-size:clamp(30px,3vw,42px);font-weight:600;line-height:1.2}.hero-stat span{max-width:250px;color:var(--white);text-align:right;font-size:14px;line-height:1.65}.page-section{padding:var(--section-padding);border-bottom:var(--border)}.section-header{max-width:880px;margin-bottom:clamp(36px,5vw,64px)}.section-header h2{max-width:800px;color:var(--black);font-family:var(--font-heading);letter-spacing:-.02em;overflow-wrap:break-word;margin:16px 0 22px;font-size:clamp(32px,3.5vw,50px);font-weight:600;line-height:1.35}.section-header p{max-width:760px;color:var(--gray-700);margin:0;font-size:clamp(16px,1.25vw,18px);line-height:1.9}.services-grid,.testimonials-grid,.experience-grid,.gallery-grid{gap:24px;display:grid}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card,.testimonial-card,.experience-card,.contact-card{border:var(--border);border-radius:var(--radius-lg);background:var(--white);min-width:0;transition:transform var(--transition-normal), border-color var(--transition-normal), background-color var(--transition-normal), box-shadow var(--transition-normal)}.service-card{padding:clamp(26px,3vw,42px)}.service-card:hover,.testimonial-card:hover,.experience-card:hover{border-color:var(--blue);transform:translateY(-5px);box-shadow:0 14px 36px #0b2f5f12}.service-card h3{color:var(--black);font-family:var(--font-heading);letter-spacing:-.01em;overflow-wrap:break-word;margin:0 0 22px;font-size:clamp(19px,1.65vw,24px);font-weight:600;line-height:1.5}.service-card h3:before{content:"";background:var(--blue);width:40px;height:3px;transition:width var(--transition-normal);border-radius:3px;margin-bottom:24px;display:block}.service-card:hover h3:before{width:72px}.service-card ul{color:var(--gray-700);gap:12px;margin:0;padding-left:20px;font-size:15px;line-height:1.85;display:grid}.service-card li{padding-left:4px}.service-card li::marker{color:var(--blue)}.about-section,.testimonials-section{background:var(--gray-50)}.about-content{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(36px,5vw,80px);display:grid}.about-image-placeholder{border:var(--border);border-radius:var(--radius-xl);background:var(--white);min-height:480px;color:var(--gray-500);font-family:var(--font-heading);text-align:center;transition:transform var(--transition-normal), border-color var(--transition-normal);place-items:center;padding:32px;font-size:20px;font-weight:500;line-height:1.6;display:grid}.about-image-placeholder:hover{border-color:var(--blue);transform:translateY(-4px)}.about-text{color:var(--gray-700);gap:24px;font-size:clamp(16px,1.25vw,18px);line-height:1.95;display:grid}.about-text p{margin:0}.experience-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.experience-card{flex-direction:column;justify-content:center;min-height:190px;padding:32px;display:flex}.experience-card strong{color:var(--blue);font-family:var(--font-heading);transition:transform var(--transition-normal);margin-bottom:18px;font-size:clamp(34px,3vw,46px);font-weight:600;line-height:1.15;display:block}.experience-card:hover strong{transform:translateY(-3px)}.experience-card span{color:var(--gray-700);font-size:15px;line-height:1.75;display:block}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-item{border:var(--border);border-radius:var(--radius-lg);background:var(--gray-50);min-width:0;min-height:260px;color:var(--gray-500);font-family:var(--font-heading);text-align:center;transition:transform var(--transition-normal), border-color var(--transition-normal), background-color var(--transition-normal), box-shadow var(--transition-normal);place-items:center;padding:24px;font-size:17px;font-weight:500;line-height:1.6;display:grid;overflow:hidden}.gallery-item:hover{border-color:var(--blue);background:var(--white);transform:translateY(-5px);box-shadow:0 12px 30px #0b2f5f12}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);display:block}.gallery-item:hover img{transform:scale(1.04)}.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-card{flex-direction:column;justify-content:space-between;padding:clamp(28px,3vw,44px);display:flex}.testimonial-card p{color:var(--gray-700);font-family:var(--font-heading);margin:0 0 32px;font-size:clamp(17px,1.4vw,20px);font-weight:400;line-height:1.9}.testimonial-card strong{color:var(--blue);font-size:14px;font-weight:700;line-height:1.6;display:block}.contact-card{border-left:4px solid var(--blue);grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:32px;padding:clamp(28px,3vw,44px);display:grid}.contact-card:hover{box-shadow:0 12px 32px #0b2f5f0f}.contact-card span{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-size:14px;font-weight:700;line-height:1.5;display:block}.contact-card a,.contact-card p{color:var(--gray-700);overflow-wrap:anywhere;margin:0;font-size:15px;line-height:1.8}.contact-card a{transition:color var(--transition-fast)}.contact-card a:hover{color:var(--blue);text-underline-offset:4px;text-decoration:underline}.site-footer{padding:42px var(--container-padding);background:var(--black);color:var(--white);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;display:flex}.site-footer strong{color:var(--white);font-family:var(--font-heading);font-size:17px;font-weight:600;line-height:1.5}.site-footer nav{color:var(--white);flex-wrap:wrap;align-items:center;gap:12px 26px;font-size:13px;line-height:1.5;display:flex}.site-footer a:hover{color:var(--white)}.site-footer span{color:var(--white);font-size:13px;line-height:1.6}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow,.hero-content h1,.hero-content p,.hero-actions,.hero-card,.section-header,.service-card,.about-image-placeholder,.about-text,.experience-card,.gallery-item,.testimonial-card,.contact-card{animation:.65s both fadeSlideUp}.hero-eyebrow{animation-delay:50ms}.hero-content h1{animation-delay:.12s}.hero-content p{animation-delay:.2s}.hero-actions{animation-delay:.28s}.hero-card{animation-delay:.2s}.service-card:nth-child(2),.experience-card:nth-child(2),.gallery-item:nth-child(2),.testimonial-card:nth-child(2){animation-delay:80ms}.service-card:nth-child(3),.experience-card:nth-child(3),.gallery-item:nth-child(3){animation-delay:.14s}.service-card:nth-child(4),.experience-card:nth-child(4),.gallery-item:nth-child(4){animation-delay:.2s}@media (width<=1180px){.site-header{gap:20px}.header-navigation{gap:18px;font-size:13px}.hero-section{gap:48px}.services-grid,.experience-grid,.gallery-grid,.contact-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){:root{--container-padding:5%;--section-padding:76px 5%}html{scroll-padding-top:150px}.site-header{flex-wrap:wrap;gap:12px 20px;min-height:auto;padding-top:12px;padding-bottom:12px}.header-logo{width:64px;height:64px}.header-navigation{scrollbar-width:thin;flex-wrap:nowrap;order:3;justify-content:flex-start;gap:24px;width:100%;padding:4px 0 8px;font-size:13px;overflow-x:auto}.header-navigation a{flex:none}.language-switcher{margin-left:auto}.hero-section{min-height:auto;padding:72px var(--container-padding);grid-template-columns:1fr;gap:48px}.hero-content{max-width:760px}.hero-content h1{font-size:clamp(40px,7vw,60px)}.hero-content p{font-size:17px}.hero-card{width:100%;max-width:650px;margin:0 auto}.hero-image{max-height:600px}.about-content{grid-template-columns:1fr;gap:40px}.about-image-placeholder{min-height:380px}}@media (width<=640px){:root{--container-padding:20px;--section-padding:64px 20px}.site-header{gap:10px 16px}.header-logo{border-radius:var(--radius-sm);width:54px;height:54px}.header-navigation{gap:20px;font-size:14px}.language-switcher button{min-width:38px;min-height:34px;padding:7px 10px;font-size:11px}.hero-section{gap:36px;padding-top:56px;padding-bottom:64px}.hero-content h1{margin:18px 0 24px;font-size:clamp(34px,9vw,48px);line-height:1.3}.hero-content p{font-size:16px;line-height:1.85}.hero-actions{flex-direction:column;align-items:stretch;gap:12px;margin-top:32px}.primary-button,.secondary-button{width:100%;min-height:52px}.hero-card{border-radius:var(--radius-lg);padding:8px}.hero-image{aspect-ratio:4/5;border-radius:var(--radius-md)}.hero-stat{border-radius:var(--radius-md);flex-direction:column;align-items:flex-start;gap:12px;padding:20px}.hero-stat strong{font-size:34px}.hero-stat span{text-align:left;max-width:none;font-size:13px}.section-header{margin-bottom:36px}.section-header h2{font-size:clamp(29px,7.5vw,40px);line-height:1.4}.section-header p,.about-text{font-size:16px}.services-grid,.testimonials-grid,.experience-grid,.gallery-grid,.contact-card{grid-template-columns:1fr;gap:16px}.service-card,.testimonial-card,.experience-card,.contact-card{padding:26px}.service-card h3{font-size:21px}.about-image-placeholder{min-height:300px}.experience-card{min-height:150px}.gallery-item{min-height:230px}.contact-card{border-left:var(--border);border-top:4px solid var(--blue);gap:26px}.site-footer{flex-direction:column;align-items:flex-start;gap:24px;padding-top:36px;padding-bottom:36px}.site-footer nav{gap:10px 20px}}@media (hover:none){.hero-card:hover,.service-card:hover,.testimonial-card:hover,.experience-card:hover,.gallery-item:hover,.about-image-placeholder:hover,.primary-button:hover,.secondary-button:hover{box-shadow:none;transform:none}.hero-card:hover .hero-image,.gallery-item:hover img,.header-logo:hover .header-logo-image{transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
