:root{--color-primary: #d4a574;--color-primary-dark: #b8956a;--color-secondary: #8b6f47;--color-background: #0a0a0a;--color-surface: #1a1a1a;--color-text: #f5f5f5;--color-text-secondary: #cccccc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--color-text);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-background)}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--color-text)}p{line-height:1.7}::selection{background-color:var(--color-primary);color:var(--color-background)}::-moz-selection{background-color:var(--color-primary);color:var(--color-background)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}button{font-family:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#1a1a1a,#2d1810);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(139,79,57,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(45,90,74,.1) 0%,transparent 50%);pointer-events:none}.hero-content{text-align:center;z-index:1;max-width:90%}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.georgian{font-size:clamp(3rem,12vw,8rem);font-weight:700;letter-spacing:.02em;background:linear-gradient(135deg,#d4a574,#8b6f47);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;font-family:Georgia,serif}.english{font-size:clamp(1.5rem,5vw,3rem);font-weight:300;letter-spacing:.3em;color:#b8956a;text-transform:uppercase}.hero-subtitle{font-size:clamp(1rem,3vw,1.5rem);color:#d4a574;font-weight:300;margin-bottom:3rem;letter-spacing:.05em;line-height:1.6}.hero-brand{margin-bottom:4rem}.brand-name{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:#f5f5f5;margin-bottom:.5rem;letter-spacing:.05em}.brand-tagline{font-size:clamp(.875rem,2vw,1.125rem);color:#b8956a;font-weight:300;font-style:italic}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#8b6f47;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase}.scroll-arrow{font-size:2rem;line-height:1}.experience-card{width:60vw;flex-shrink:0;height:70vh;perspective:2000px}.experience-link{display:block;height:100%;text-decoration:none;color:inherit}.experience-content{padding:3rem;border-radius:1.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;cursor:pointer;height:100%;transform-style:preserve-3d;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0d inset;transition:box-shadow .6s cubic-bezier(.22,1,.36,1)}.experience-content:hover{box-shadow:0 30px 80px #00000080,0 0 0 1px #ffffff26 inset}.card-gradient-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none;opacity:0;transition:opacity .6s cubic-bezier(.22,1,.36,1)}.experience-content:hover .card-gradient-overlay{opacity:1}.experience-number{font-size:clamp(3rem,10vw,8rem);font-weight:900;color:#ffffff14;line-height:1;margin-bottom:1rem;font-family:Georgia,serif;position:relative;z-index:2;transition:all .6s cubic-bezier(.22,1,.36,1)}.experience-title-geo{font-size:clamp(2rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1.1;font-family:Georgia,serif;text-shadow:0 4px 20px rgba(0,0,0,.3);position:relative;z-index:2;letter-spacing:-.02em;transition:all .4s cubic-bezier(.22,1,.36,1)}.experience-title-eng{font-size:clamp(1rem,3vw,2rem);font-weight:300;color:#ffffffe6;margin-bottom:2rem;letter-spacing:.1em;text-transform:uppercase;position:relative;z-index:2;transition:all .4s cubic-bezier(.22,1,.36,1)}.experience-description{font-size:clamp(.9rem,2vw,1.1rem);line-height:1.8;color:#ffffffd9;margin-bottom:2rem;max-width:600px;font-weight:300;position:relative;z-index:2;text-shadow:0 2px 10px rgba(0,0,0,.2);transition:color .4s cubic-bezier(.22,1,.36,1)}.experience-content:hover .experience-description{color:#fffffff2}.experience-cta{font-size:clamp(.9rem,2vw,1rem);color:#fff;font-weight:500;letter-spacing:.1em;position:relative;z-index:2;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:2px solid rgba(255,255,255,.3);transition:border-color .4s cubic-bezier(.22,1,.36,1)}.experience-content:hover .experience-cta{border-bottom-color:#ffffffb3}.cta-arrow{font-size:1.2em;transition:transform .4s cubic-bezier(.22,1,.36,1)}*{margin:0;padding:0;box-sizing:border-box}.voyage-container{width:100%;background:#0a0a0a;color:#f5f5f5}.intro-section{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#0f0f0f}.intro-content{max-width:800px;text-align:center}.intro-content h2{font-size:clamp(2rem,6vw,3.5rem);margin-bottom:2rem;color:#d4a574;font-weight:400;line-height:1.2}.intro-text{font-size:clamp(1rem,2.5vw,1.375rem);line-height:1.8;color:#ccc;margin-bottom:2rem;font-weight:300}.intro-signature{font-size:clamp(1rem,2.5vw,1.25rem);color:#b8956a;font-style:italic;font-weight:400}.experiences-container{position:relative;height:400vh}.sticky-container{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.experiences{display:flex;gap:2rem;padding:4rem}.testimonial-section{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a1a,#0f0f0f)}.testimonial{max-width:900px;text-align:center;position:relative;padding:2rem}.quote-mark{font-size:clamp(6rem,15vw,12rem);color:#d4a57433;line-height:1;font-family:Georgia,serif}.testimonial-text{font-size:clamp(1.25rem,3vw,2rem);line-height:1.6;color:#e5e5e5;margin-bottom:2rem;font-weight:300;font-style:italic}.testimonial-author{font-size:clamp(1rem,2.5vw,1.25rem);color:#b8956a;font-weight:400}.journey-section{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#0a0a0a}.journey-content{max-width:700px;text-align:center}.journey-title{font-size:clamp(2.5rem,7vw,4rem);color:#d4a574;margin-bottom:2rem;font-weight:400;line-height:1.2}.journey-text{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.8;color:#ccc;margin-bottom:3rem;font-weight:300}.cta-button{padding:1.25rem 3rem;font-size:clamp(1rem,2.5vw,1.125rem);font-weight:600;color:#0a0a0a;background:linear-gradient(135deg,#d4a574,#b8956a);border:none;border-radius:3rem;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2rem;transition:all .3s ease;box-shadow:0 8px 24px #d4a5744d}.cta-button:hover{box-shadow:0 12px 32px #d4a57466;transform:translateY(-2px)}.contact-info{font-size:clamp(.875rem,2vw,1rem);color:#fff9}.contact-info p{margin:0}.footer{padding:4rem 2rem;background:linear-gradient(135deg,#0f0f0f,#1a1a1a);text-align:center;border-top:1px solid rgba(212,165,116,.1)}.footer-content{max-width:800px;margin:0 auto}.footer-brand{font-size:clamp(1.5rem,4vw,2rem);color:#d4a574;margin-bottom:1rem;font-weight:600;letter-spacing:.05em}.footer-tagline{font-size:clamp(.875rem,2vw,1rem);color:#ffffff80;margin-bottom:2rem;font-weight:300}.footer-georgian{font-size:clamp(1.25rem,3vw,1.75rem);color:#b8956a;font-family:Georgia,serif;font-style:italic}.experience-page-container{position:relative;width:100%;min-height:100vh;color:#fff;overflow-x:hidden}.experience-page-background{position:fixed;top:0;left:0;width:40%;height:100vh;z-index:0;will-change:transform;overflow:hidden}.bg-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.3),transparent);top:20%;left:30%}.orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(0,0,0,.2),transparent);bottom:10%;right:20%}.close-button{position:fixed;top:2rem;right:2rem;z-index:100;width:50px;height:50px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.22,1,.36,1)}.close-button:hover{background:#fff3;border-color:#fff6}.experience-split-layout{display:flex;min-height:100vh;gap:0}.experience-hero{position:sticky;top:0;width:40%;height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem;z-index:1}.experience-number-display{font-size:clamp(6rem,12vw,10rem);font-weight:900;color:#ffffff1a;line-height:1;margin-bottom:-1rem;font-family:Georgia,serif}.experience-hero h1{font-size:clamp(4rem,8vw,7rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:.95;font-family:Georgia,serif;letter-spacing:-.03em}.experience-hero h2{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;color:#ffffffd9;letter-spacing:.15em;text-transform:uppercase}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase}.scroll-indicator div{font-size:1.5rem}.experience-content-panel{width:60%;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh}.content-inner{padding:8rem 4rem 4rem;max-width:700px}.content-section{margin-bottom:4rem}.content-section h3{font-size:clamp(.875rem,2vw,1rem);font-weight:500;color:#ffffff80;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem}.lead-text{font-size:clamp(1.25rem,2.5vw,1.75rem);line-height:1.6;color:#fffffff2;font-weight:300}.content-section p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:#fffc;margin-bottom:1.5rem;font-weight:300}.content-section p:last-child{margin-bottom:0}.highlights ul{list-style:none;padding:0}.highlights li{font-size:clamp(1rem,2vw,1.125rem);color:#ffffffd9;padding:.75rem 0 .75rem 2rem;position:relative;font-weight:300}.highlights li:before{content:"→";position:absolute;left:0;color:#fff6;font-weight:400}.cta-section{margin-top:5rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.book-button{width:100%;padding:1.5rem 2rem;font-size:clamp(1rem,2vw,1.125rem);font-weight:500;letter-spacing:.05em;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:100px;cursor:pointer;transition:all .4s cubic-bezier(.22,1,.36,1);margin-bottom:2rem}.book-button:hover{background:#fff3;border-color:#fff6}.contact-text{text-align:center;font-size:clamp(.875rem,1.5vw,1rem);color:#fff9}.contact-text a{color:#ffffffe6;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);transition:all .3s ease}.contact-text a:hover{color:#fff;border-bottom-color:#fff9}.experience-navigation{display:flex;gap:2rem;padding:2rem 4rem;background:#0a0a0a;width:60%;margin-left:auto;contain:layout}.nav-card{flex:1;padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;text-decoration:none;color:#fff;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;will-change:border-color,background-color}.nav-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .4s ease}.nav-card:hover:before{opacity:1}.nav-card:hover{border-color:#ffffff4d;background:#ffffff14}.nav-label{font-size:.875rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem}.nav-title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:500;color:#fffffff2}@media(max-width:1024px){.experience-split-layout{flex-direction:column}.experience-hero,.experience-content-panel{width:100%}.experience-page-background{width:100%;height:50vh;position:absolute;top:0}.experience-hero{position:relative;min-height:50vh;height:auto;padding:3rem 2rem;z-index:1}.experience-content-panel{position:relative;z-index:1}.experience-number-display{font-size:clamp(4rem,15vw,6rem)}.experience-hero h1{font-size:clamp(2.5rem,10vw,4rem)}.experience-hero h2{font-size:clamp(1rem,4vw,1.5rem)}.scroll-indicator{display:none}.content-inner{padding:3rem 2rem 2rem}.experience-navigation{width:100%;margin-left:0;padding:2rem;flex-direction:column;gap:1rem}.close-button{top:1rem;right:1rem;width:44px;height:44px}}@media(max-width:640px){.experience-page-background{height:40vh}.experience-hero{min-height:40vh;padding:2rem 1.5rem}.content-inner{padding:2rem 1.5rem}.experience-navigation{padding:1.5rem}.content-section{margin-bottom:2.5rem}.cta-section{margin-top:2.5rem;padding-top:2rem}.nav-card{padding:1.5rem}}
