@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Playfair+Display:wght@300;400;600;700&family=Cormorant+Garamond:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap";/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}:root{--mobile:320px;--tablet:768px;--desktop:1024px;--large:1200px;--spacing-xs:.125rem;--spacing-sm:.25rem;--spacing-md:.5rem;--spacing-lg:.75rem;--spacing-xl:1rem;--spacing-2xl:1.5rem;--container-mobile:100%;--container-tablet:90%;--container-desktop:1200px;--font-size-xs:.5rem;--font-size-sm:.625rem;--font-size-base:.75rem;--font-size-lg:.875rem;--font-size-xl:1rem;--font-size-2xl:1.125rem;--font-size-3xl:1.25rem;--font-size-4xl:1.5rem;--font-size-5xl:1.75rem}.responsive-container{width:100%;max-width:var(--container-desktop);padding:0 var(--spacing-sm);margin:0 auto}.flex-grid{gap:var(--spacing-md);box-sizing:border-box;flex-wrap:wrap;width:100%;display:flex}.flex-col{box-sizing:border-box;flex:1;min-width:0}.col-1,.col-2,.col-3,.col-4{box-sizing:border-box;flex:0 0 100%;width:100%}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.gap-xs{gap:var(--spacing-xs)}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.gap-xl{gap:var(--spacing-xl)}.section{border:none;outline:none;align-items:center;min-height:100vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.section-content{width:100%;max-width:var(--container-desktop);padding:0 var(--spacing-sm);z-index:2;flex-direction:column;justify-content:center;align-items:center;min-height:auto;margin:0 auto;display:flex;position:relative}.heading-1{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-sm);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;font-weight:300;line-height:1.2}.heading-2{font-size:var(--font-size-xl);margin-bottom:var(--spacing-xs);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;font-weight:300;line-height:1.3}.heading-3{font-size:var(--font-size-lg);margin-bottom:var(--spacing-xs);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;font-weight:400;line-height:1.4}.text-base{font-size:var(--font-size-base);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;line-height:1.6}.text-lg{font-size:var(--font-size-lg);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;line-height:1.6}.btn{padding:var(--spacing-xs)var(--spacing-sm);font-weight:400;font-size:var(--font-size-xs);cursor:pointer;box-sizing:border-box;white-space:nowrap;text-align:center;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:auto;min-width:80px;max-width:100%;min-height:28px;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#000;background:#fff;border-color:#fff}.btn-primary:hover{background:#f0f0f0;transform:translateY(-2px)}.btn-secondary{color:#fff;background:0 0;border-color:#fff}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.btn-full{width:100%}.card{padding:var(--spacing-lg);box-sizing:border-box;text-align:center;width:100%;min-height:auto;margin-bottom:var(--spacing-md);background:#ffffff0d;border:1px solid #fff3;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;transition:all .3s;display:flex}.card:hover{background:#ffffff14;border-color:#fff6;transform:translateY(-4px)}.card h3{margin-bottom:var(--spacing-sm);width:100%}.card p{width:100%;margin-bottom:0;line-height:1.6}.form-group{gap:var(--spacing-sm);margin-bottom:var(--spacing-md);flex-direction:column;display:flex}.form-input{width:100%;padding:var(--spacing-sm);color:#fff;font-size:var(--font-size-base);background:#ffffff0d;border:1px solid #333;border-radius:8px;transition:all .3s}.nav-mobile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;visibility:hidden;background:#000000f2;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.nav-mobile.open{opacity:1;visibility:visible}.nav-list{text-align:center;margin:0;padding:0;list-style:none}.nav-item{margin:var(--spacing-lg)0}.nav-link{color:#ccc;font-size:var(--font-size-xl);padding:var(--spacing-sm);font-weight:300;text-decoration:none;transition:color .3s;display:block}.nav-link:hover,.nav-link.active{color:#fff}@media (min-width:320px){.responsive-container{padding:0 var(--spacing-sm)}.section{padding:var(--spacing-lg)0}.heading-1{font-size:var(--font-size-3xl)}.heading-2{font-size:var(--font-size-2xl)}.btn{padding:var(--spacing-sm)var(--spacing-md);font-size:var(--font-size-sm)}}@media (min-width:480px){.responsive-container{padding:0 var(--spacing-md)}.section{padding:var(--spacing-xl)0}.heading-1{font-size:var(--font-size-4xl)}.heading-2{font-size:var(--font-size-3xl)}.btn{padding:var(--spacing-sm)var(--spacing-lg);font-size:var(--font-size-base)}}@media (min-width:768px){.responsive-container{padding:0 var(--spacing-lg)}.section{padding:var(--spacing-2xl)0}.flex-grid{gap:var(--spacing-lg)}.col-2,.col-3,.col-4{flex:0 0 50%;width:50%}.heading-1{font-size:var(--font-size-5xl)}.heading-2{font-size:var(--font-size-4xl)}.btn{padding:var(--spacing-md)var(--spacing-xl);font-size:var(--font-size-lg)}.nav-link{font-size:var(--font-size-base)}}@media (min-width:1024px){.responsive-container{padding:0 var(--spacing-xl)}.section{padding:var(--spacing-2xl)0}.flex-grid{gap:var(--spacing-xl)}.col-2{flex:0 0 50%;width:50%}.col-3{flex:0 0 33.333%;width:33.333%}.col-4{flex:0 0 25%;width:25%}.heading-1{font-size:var(--font-size-5xl)}.heading-2{font-size:var(--font-size-4xl)}.btn{padding:var(--spacing-md)var(--spacing-xl);font-size:var(--font-size-lg)}}@media (min-width:1200px){.responsive-container{max-width:var(--container-desktop);padding:0 var(--spacing-xl)}.section{padding:var(--spacing-2xl)0}.flex-grid{gap:var(--spacing-xl)}}.hidden-mobile{display:none}.visible-mobile{display:block}@media (min-width:768px){.hidden-mobile{display:block}.visible-mobile{display:none}}.responsive-img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.p-mobile{padding:var(--spacing-sm)}.p-tablet{padding:var(--spacing-md)}.p-desktop{padding:var(--spacing-lg)}.m-mobile{margin:var(--spacing-sm)}.m-tablet{margin:var(--spacing-md)}.m-desktop{margin:var(--spacing-lg)}@media (max-width:767px){.text-center-mobile{text-align:center}}@media (min-width:768px){.text-left-tablet{text-align:left}}@media (max-width:767px){.flex-col-mobile{flex-direction:column}}@media (min-width:768px){.flex-row-tablet{flex-direction:row}}@media (max-width:767px){.gap-mobile-sm{gap:var(--spacing-sm)}}@media (min-width:768px){.gap-tablet-md{gap:var(--spacing-md)}}@media (min-width:1024px){.gap-desktop-lg{gap:var(--spacing-lg)}}:root{--aspect-ratio-hero:16/9;--aspect-ratio-section:4/3;--aspect-ratio-card:1/1;--aspect-ratio-wide:21/9;--image-size-mobile:100vw;--image-size-tablet:100vw;--image-size-desktop:100vw;--image-size-large:100vw;--image-height-mobile:50vh;--image-height-tablet:60vh;--image-height-desktop:70vh;--image-height-large:80vh}.hero-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100%;min-height:100vh;position:relative}.section-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;width:100%;min-height:100vh;position:relative}@media (min-width:320px){.hero-bg{background-position:50%;background-size:cover;background-attachment:scroll;min-height:100vh}.section-bg{background-position:50%;background-size:cover;background-attachment:scroll;min-height:80vh}}@media (min-width:480px){.hero-bg{background-position:50%;background-size:cover;min-height:100vh}.section-bg{background-position:50%;background-size:cover;min-height:85vh}}@media (min-width:768px){.hero-bg{background-position:50%;background-size:cover;background-attachment:fixed;min-height:100vh}.section-bg{background-position:50%;background-size:cover;background-attachment:fixed;min-height:90vh}}@media (min-width:1024px){.hero-bg,.section-bg{background-position:50%;background-size:cover;background-attachment:fixed;min-height:100vh}}@media (min-width:1200px){.hero-bg,.section-bg{background-position:50%;background-size:cover;background-attachment:fixed;min-height:100vh}}.img-container{width:100%;height:auto;display:block;position:relative;overflow:hidden}.responsive-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:auto;transition:transform .3s;display:block}.img-hero{aspect-ratio:var(--aspect-ratio-hero);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:auto}.img-section{aspect-ratio:var(--aspect-ratio-section);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:auto}.img-card{aspect-ratio:var(--aspect-ratio-card);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:auto}.img-wide{aspect-ratio:var(--aspect-ratio-wide);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:auto}@media (max-width:767px){.responsive-img{width:100%;max-width:100%;height:auto}.img-hero{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;height:50vh}.img-section{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;height:40vh}.img-card{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;height:200px}}@media (min-width:768px) and (max-width:1023px){.responsive-img{width:100%;max-width:100%;height:auto}.img-hero{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;height:60vh}.img-section{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;height:50vh}.img-card{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;height:250px}}@media (min-width:1024px){.responsive-img{width:100%;max-width:100%;height:auto}.img-hero{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;height:70vh}.img-section{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;height:60vh}.img-card{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;height:300px}}@media (min-width:1200px){.img-hero{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;height:80vh}.img-section{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;height:70vh}.img-card{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;height:350px}}.responsive-img[loading=lazy]{opacity:0;transition:opacity .3s}.responsive-img[loading=lazy].loaded{opacity:1}.img-container:hover .responsive-img{transform:scale(1.05)}.responsive-img:focus{outline-offset:2px;outline:2px solid #fff}@media (min-resolution:192dpi){.hero-bg,.section-bg{background-position:50%;background-size:cover}}@media (prefers-reduced-motion:reduce){.hero-bg,.section-bg{background-attachment:scroll}.responsive-img{transition:none}.img-container:hover .responsive-img{transform:none}}.img-center{-o-object-position:center;object-position:center}.img-top{-o-object-position:top;object-position:top}.img-bottom{-o-object-position:bottom;object-position:bottom}.img-left{-o-object-position:left;object-position:left}.img-right{-o-object-position:right;object-position:right}.img-cover{-o-object-fit:cover;object-fit:cover}.img-contain{-o-object-fit:contain;object-fit:contain}.img-fill{-o-object-fit:fill;object-fit:fill}.img-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.img-full{width:100%;height:auto}.img-half{width:50%;height:auto}.img-quarter{width:25%;height:auto}.img-grid{gap:1rem;width:100%;display:grid}.img-grid-1{grid-template-columns:1fr}.img-grid-2{grid-template-columns:repeat(2,1fr)}.img-grid-3{grid-template-columns:repeat(3,1fr)}.img-grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:767px){.img-grid-2,.img-grid-3,.img-grid-4{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1023px){.img-grid-3,.img-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.img-grid-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.img-grid-4{grid-template-columns:repeat(4,1fr)}}.img-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.img-error{color:#666;background:#f0f0f0;justify-content:center;align-items:center;font-size:.875rem;display:flex}.img-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.responsive-img:focus-visible{outline-offset:2px;outline:2px solid #fff}:root{--touch-target-min:44px;--touch-target-comfortable:48px;--touch-target-large:56px;--mobile-spacing-xs:.0625rem;--mobile-spacing-sm:.125rem;--mobile-spacing-md:.25rem;--mobile-spacing-lg:.5rem;--mobile-spacing-xl:.75rem;--mobile-font-xs:.5rem;--mobile-font-sm:.625rem;--mobile-font-base:.75rem;--mobile-font-lg:.875rem;--mobile-font-xl:1rem;--mobile-font-2xl:1.125rem;--safe-area-top:env(safe-area-inset-top);--safe-area-bottom:env(safe-area-inset-bottom);--safe-area-left:env(safe-area-inset-left);--safe-area-right:env(safe-area-inset-right)}.touch-button{min-width:28px;min-height:28px;padding:var(--mobile-spacing-xs)var(--mobile-spacing-sm);font-size:var(--mobile-font-xs);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:4px;font-weight:400;transition:all .2s}.touch-button:active{transition:transform .1s;transform:scale(.98)}.touch-button-large{min-width:32px;min-height:32px;padding:var(--mobile-spacing-sm)var(--mobile-spacing-md);font-size:var(--mobile-font-sm)}.mobile-hamburger{top:var(--safe-area-top,1rem);right:var(--safe-area-right,1rem);z-index:1001;width:var(--touch-target-comfortable);height:var(--touch-target-comfortable);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed}.mobile-hamburger:active{transform:scale(.95)}.hamburger-line{transform-origin:50%;background:#fff;width:20px;height:2px;margin:2px 0;transition:all .3s}.hamburger-line.active:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;opacity:0;visibility:hidden;padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom);padding-left:var(--safe-area-left);padding-right:var(--safe-area-right);background:#000000f2;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-nav-list{text-align:center;margin:0;padding:0;list-style:none}.mobile-nav-item{margin:var(--mobile-spacing-lg)0}.mobile-nav-link{color:#fff;font-size:var(--mobile-font-xl);padding:var(--mobile-spacing-md)var(--mobile-spacing-xl);min-height:var(--touch-target-comfortable);border-radius:8px;justify-content:center;align-items:center;font-weight:300;text-decoration:none;transition:all .3s;display:flex}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background:#ffffff1a}.mobile-form{width:100%;max-width:100%}.mobile-form-group{margin-bottom:var(--mobile-spacing-lg)}.mobile-form-label{font-size:var(--mobile-font-base);color:#fff;margin-bottom:var(--mobile-spacing-sm);font-weight:500;display:block}.mobile-form-input{width:100%;min-height:var(--touch-target-comfortable);padding:var(--mobile-spacing-md);font-size:var(--mobile-font-base);color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0d;border:1px solid #ffffff4d;border-radius:8px;transition:all .3s}.mobile-form-input:focus{background:#ffffff14;border-color:#fff9;outline:none;transform:scale(1.02)}.mobile-form-input::-moz-placeholder{color:#ffffff80}.mobile-form-input::placeholder{color:#ffffff80}.smooth-scroll-mobile{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.swipe-container{touch-action:pan-x pan-y;overflow:hidden}.swipe-item{transition:transform .3s}.pull-to-refresh{position:relative;overflow:hidden}.pull-to-refresh-indicator{transition:top .3s;position:absolute;top:-50px;left:50%;transform:translate(-50%)}.mobile-optimized{will-change:transform;backface-visibility:hidden;perspective:1000px;transform:translateZ(0)}.mobile-lazy{opacity:0;transition:opacity .3s}.mobile-lazy.loaded{opacity:1}@media (max-width:767px){.mobile-text-xs{font-size:var(--mobile-font-xs)}.mobile-text-sm{font-size:var(--mobile-font-sm)}.mobile-text-base{font-size:var(--mobile-font-base)}.mobile-text-lg{font-size:var(--mobile-font-lg)}.mobile-text-xl{font-size:var(--mobile-font-xl)}.mobile-text-2xl{font-size:var(--mobile-font-2xl)}.mobile-p-xs{padding:var(--mobile-spacing-xs)}.mobile-p-sm{padding:var(--mobile-spacing-sm)}.mobile-p-md{padding:var(--mobile-spacing-md)}.mobile-p-lg{padding:var(--mobile-spacing-lg)}.mobile-p-xl{padding:var(--mobile-spacing-xl)}.mobile-m-xs{margin:var(--mobile-spacing-xs)}.mobile-m-sm{margin:var(--mobile-spacing-sm)}.mobile-m-md{margin:var(--mobile-spacing-md)}.mobile-m-lg{margin:var(--mobile-spacing-lg)}.mobile-m-xl{margin:var(--mobile-spacing-xl)}.mobile-flex-col{flex-direction:column}.mobile-flex-row{flex-direction:row}.mobile-justify-center{justify-content:center}.mobile-items-center{align-items:center}.mobile-text-center{text-align:center}.mobile-grid-1{grid-template-columns:1fr}.mobile-grid-2{grid-template-columns:repeat(2,1fr)}.mobile-gap-sm{gap:var(--mobile-spacing-sm)}.mobile-gap-md{gap:var(--mobile-spacing-md)}.mobile-gap-lg{gap:var(--mobile-spacing-lg)}}@media (max-width:480px){.mobile-hamburger{top:var(--safe-area-top,.5rem);right:var(--safe-area-right,.5rem);width:var(--touch-target-min);height:var(--touch-target-min)}.mobile-nav-link{font-size:var(--mobile-font-lg);padding:var(--mobile-spacing-sm)var(--mobile-spacing-lg)}.mobile-form-input{min-height:var(--touch-target-min);font-size:var(--mobile-font-sm)}}@media (min-width:481px) and (max-width:767px){.mobile-hamburger{width:var(--touch-target-comfortable);height:var(--touch-target-comfortable)}.mobile-nav-link{font-size:var(--mobile-font-xl);padding:var(--mobile-spacing-md)var(--mobile-spacing-xl)}}@media (prefers-reduced-motion:reduce){.mobile-optimized,.touch-button,.mobile-nav-link,.mobile-form-input{transition:none;animation:none}}@media (prefers-reduced-data:reduce){.mobile-lazy{opacity:1}}.mobile-nav-link:focus-visible,.touch-button:focus-visible,.mobile-form-input:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (prefers-contrast:high){.mobile-nav-link,.touch-button,.mobile-form-input{border:2px solid #fff}}.safe-area-top{padding-top:var(--safe-area-top)}.safe-area-bottom{padding-bottom:var(--safe-area-bottom)}.safe-area-left{padding-left:var(--safe-area-left)}.safe-area-right{padding-right:var(--safe-area-right)}.touch-manipulation{touch-action:manipulation}.touch-pan-x{touch-action:pan-x}.touch-pan-y{touch-action:pan-y}.mobile-viewport-height{height:100dvh}.mobile-viewport-width{width:100dvw}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.focus-visible{outline-offset:2px;outline:2px solid #fff}.btn-primary{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.2rem;font-weight:600;transition:all .3s}.btn-primary:hover:not(:disabled){background:#e0e0e0;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:1px solid #444;border-radius:8px;padding:.8rem 1.2rem;transition:all .3s}.btn-secondary:hover{background:#ffffff1a;border-color:#666}.form-input{color:#fff;background:#ffffff0d;border:1px solid #333;border-radius:8px;padding:.8rem .9rem;font-family:inherit;transition:all .3s}.form-input:focus{background:#ffffff14;border-color:#555;outline:none}.form-input::-moz-placeholder{color:#666}.form-input::placeholder{color:#666}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-overlay{z-index:1;background:#000000b3;position:absolute;inset:0}.fade-in{animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:.3s ease-out slideIn}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width:1024px){.container{padding:0 1.5rem}}@media (max-width:768px){.container{padding:0 1rem}}@media (max-width:480px){.container{padding:0 .5rem}}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.col-1{grid-column:1}.col-2{grid-column:2}.col-3{grid-column:3}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.h-px{height:1px}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.text-center{text-align:center}.italic{font-style:italic}:root{color-scheme:light;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#000;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='6' fill='none' stroke='%23000000' stroke-width='1.5'/%3E%3Ccircle cx='14' cy='14' r='1.5' fill='%23000000'/%3E%3C/svg%3E") 14 14,auto;background-color:#fff;min-width:320px;min-height:100vh;margin:0;font-family:Georgia,Times New Roman,serif}#root{background-color:#fff;min-height:100vh}a{color:#000;text-decoration:none;transition:color .3s}a:hover{color:#333}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .3s}button:focus,button:focus-visible{outline-offset:2px;outline:2px solid #000}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}.app{min-height:100vh;width:100%;overflow-x:hidden;display:flex;flex-direction:column;margin:0;padding:0}.app>section{margin:0!important;padding:0!important;border:none!important;outline:none!important;transition:all .3s ease}.app>section:not(:first-child){position:relative;z-index:1}.app>section+section{margin-top:0!important;padding-top:0!important}.guides-footer-spacer{height:6rem;width:100%;background:#000}body{width:100%;overflow-x:hidden;box-sizing:border-box}section{width:100%;position:relative;min-height:75vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box;margin:0;padding:0}.section-content{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:auto}.heading-1{font-size:1.125rem;font-weight:300;text-align:center;margin-bottom:.75rem;letter-spacing:.25px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);width:100%;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2}.heading-2{font-size:1rem;font-weight:300;text-align:center;margin-bottom:.5rem;letter-spacing:.25px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);width:100%;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3}.heading-3{font-size:.875rem;font-weight:400;margin-bottom:.25rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);width:100%;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}@media (min-width: 320px){.section-content{padding:0 .75rem}.heading-1{font-size:1.125rem}.heading-2{font-size:1rem}.heading-3{font-size:.875rem}}@media (min-width: 480px){.section-content{padding:0 1rem}.heading-1{font-size:1.25rem}.heading-2{font-size:1.125rem}.heading-3{font-size:1rem}}@media (min-width: 768px){.section-content{padding:0 1.5rem}.heading-1{font-size:1.5rem}.heading-2{font-size:1.25rem}.heading-3{font-size:1.125rem}}@media (min-width: 1024px){.section-content{padding:0 2rem}.heading-1{font-size:1.75rem}.heading-2{font-size:1.5rem}.heading-3{font-size:1.25rem}}@media (min-width: 1200px){.section-content{padding:0 2.5rem}.heading-1{font-size:2rem}.heading-2{font-size:1.75rem}.heading-3{font-size:1.5rem}}@media (max-height: 500px) and (orientation: landscape){.section{min-height:80vh}}@media (hover: none) and (pointer: coarse){.btn{min-height:48px;padding:1rem 1.5rem}}@media (prefers-contrast: high){.card,.btn{border:2px solid #ffffff}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}._navbar_14440_4{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;padding:0 2rem}._navBrand_14440_19{flex-shrink:0;margin-right:2rem}._brandButton_14440_24{background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:inherit;transition:opacity .3s ease}._brandButton_14440_24:hover{opacity:.8}._brandContainer_14440_38{display:flex;flex-direction:column;align-items:flex-start}._brandMain_14440_44{color:#000;font-size:1.3rem;font-weight:600;letter-spacing:.5px;text-transform:none;line-height:1.2;font-family:Cormorant Garamond,serif}._brandSub_14440_54{color:#000;font-size:.6rem;font-weight:400;letter-spacing:.3px;text-transform:uppercase;line-height:1.2;font-family:Cormorant Garamond,serif}._navList_14440_64{list-style:none;padding:0;display:flex;justify-content:center;align-items:center;gap:2rem;max-width:1200px;margin:0 auto}._navItem_14440_76{margin:0}._navLink_14440_80{color:#000;text-decoration:none;font-size:1rem;font-weight:300;letter-spacing:.5px;padding:.5rem 1rem;transition:all .3s ease;position:relative;display:block;text-transform:uppercase}._navLink_14440_80:hover{color:#333}._navLink_14440_80._active_14440_97{color:#000;font-weight:500}._navLink_14440_80:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#000;transition:width .3s ease}._navLink_14440_80:hover:after,._navLink_14440_80._active_14440_97:after{width:80%}._signUpButton_14440_119{background:#e4ab25;color:#000;border:none;padding:.5rem 1.5rem;font-size:.8rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px;font-family:Cormorant Garamond,serif}._signUpButton_14440_119:hover{background:#cc9719;transform:translateY(-2px)}._mobileMenuToggle_14440_140{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;justify-content:space-between;width:30px;height:24px}._hamburgerLine_14440_152{display:block;width:100%;height:3px;background:#000;border-radius:2px;transition:all .3s ease}._hamburgerLine_14440_152._active_14440_97:nth-child(1){transform:rotate(45deg) translate(8px,8px)}._hamburgerLine_14440_152._active_14440_97:nth-child(2){opacity:0}._hamburgerLine_14440_152._active_14440_97:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}._mobileMenu_14440_140{display:none;position:fixed;top:70px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease}._mobileMenu_14440_140._open_14440_188{max-height:400px;overflow-y:auto}._mobileNavList_14440_193{list-style:none;padding:1rem 0;margin:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}._mobileNavItem_14440_203{width:100%;text-align:center}._mobileNavLink_14440_208{display:block;color:#000;text-decoration:none;font-size:1rem;font-weight:400;letter-spacing:.5px;padding:1rem;text-transform:uppercase;transition:all .3s ease;border-bottom:1px solid transparent}._mobileNavLink_14440_208:hover,._mobileNavLink_14440_208._active_14440_97{color:#e4ab25;border-bottom-color:#e4ab25}._mobileSignUpButton_14440_227{background:#e4ab25;color:#000;border:none;padding:.75rem 2rem;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px;font-family:Cormorant Garamond,serif;margin:.5rem 1rem}._mobileSignUpButton_14440_227:hover{background:#cc9719;transform:translateY(-2px)}@media (max-width: 1024px){._navbar_14440_4{padding:.875rem 1.5rem}._navList_14440_64{gap:1.5rem}._navLink_14440_80{font-size:.9rem;padding:.5rem .875rem}}@media (max-width: 768px){._navbar_14440_4{padding:.75rem 1rem}._navList_14440_64{gap:1rem}._navLink_14440_80{font-size:.875rem;padding:.5rem .75rem;letter-spacing:.3px}}@media (max-width: 640px){._navbar_14440_4{padding:.625rem .875rem}._navList_14440_64{gap:.75rem}._navLink_14440_80{font-size:.8rem;padding:.45rem .625rem}}@media (max-width: 480px){._navbar_14440_4{padding:.5rem .75rem}._mobileMenuToggle_14440_140{display:flex}._navList_14440_64{display:none}._mobileMenu_14440_140{display:block}._navLink_14440_80{font-size:.7rem;padding:.4rem .5rem;letter-spacing:.2px}}@media (max-width: 640px){._mobileMenuToggle_14440_140{display:flex}._navList_14440_64{display:none}._mobileMenu_14440_140{display:block}._brandMain_14440_44{font-size:1.1rem}._brandSub_14440_54{font-size:.5rem}}@media (max-width: 767px) and (orientation: landscape){._navbar_14440_4{padding:.5rem 1rem}._navList_14440_64{gap:.75rem}._navLink_14440_80{font-size:.75rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){._navbar_14440_4{padding:.75rem 1.5rem}._navList_14440_64{gap:1.5rem}}._home_fkc47_3{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/hero-vineyard.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding:80px 0}._home_fkc47_3:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0000004d,#00000080);z-index:1}._content_fkc47_32{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}._heroContent_fkc47_41{text-align:center;max-width:900px;margin:0 auto;font-family:Cormorant Garamond,serif}._mainTitle_fkc47_48{font-size:1.8rem;font-weight:400;line-height:1.2;margin-bottom:.5rem;color:#fff}._subtitle_fkc47_56{font-size:1.2rem;font-weight:300;line-height:1.3;margin-bottom:2rem;color:#fff;opacity:.9}._description_fkc47_65{font-size:1rem;line-height:1.6;margin-bottom:3rem;color:#fff;opacity:.85;max-width:600px;margin-left:auto;margin-right:auto}._buttonContainer_fkc47_76{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._primaryButton_fkc47_83{background:#e4ab25;color:#000;border:none;padding:.75rem 2rem;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px;font-family:Cormorant Garamond,serif;text-decoration:none;display:inline-block}._primaryButton_fkc47_83:hover{background:#cc9719;transform:translateY(-2px)}._secondaryButton_fkc47_105{background:transparent;color:#fff;border:1px solid #ffffff;padding:.75rem 2rem;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px;font-family:Cormorant Garamond,serif;text-decoration:none;display:inline-block}._secondaryButton_fkc47_105:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width: 1024px){._home_fkc47_3{padding:100px 0 80px}._content_fkc47_32{padding:0 1.5rem}._heroContent_fkc47_41{max-width:800px}._mainTitle_fkc47_48{font-size:1.6rem}._subtitle_fkc47_56{font-size:1.1rem}._description_fkc47_65{font-size:.95rem}}@media (max-width: 768px){._home_fkc47_3{padding:120px 0 60px;min-height:90vh}._content_fkc47_32{padding:0 1rem}._heroContent_fkc47_41{max-width:100%}._mainTitle_fkc47_48{font-size:1.4rem;line-height:1.3}._subtitle_fkc47_56{font-size:1rem;margin-bottom:1.5rem}._description_fkc47_65{font-size:.9rem;margin-bottom:2rem}._buttonContainer_fkc47_76{flex-direction:column;align-items:center;gap:1rem}._primaryButton_fkc47_83,._secondaryButton_fkc47_105{width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:.85rem}}@media (max-width: 480px){._home_fkc47_3{padding:140px 0 40px;min-height:85vh}._content_fkc47_32{padding:0 .75rem}._mainTitle_fkc47_48{font-size:1.2rem;margin-bottom:.75rem}._subtitle_fkc47_56{font-size:.9rem;margin-bottom:1.25rem}._description_fkc47_65{font-size:.85rem;line-height:1.5;margin-bottom:1.75rem}._buttonContainer_fkc47_76{gap:.75rem}._primaryButton_fkc47_83,._secondaryButton_fkc47_105{max-width:250px;padding:.75rem 1.25rem;font-size:.8rem}}@media (max-width: 360px){._home_fkc47_3{padding:160px 0 30px;min-height:80vh}._mainTitle_fkc47_48{font-size:1.1rem}._subtitle_fkc47_56{font-size:.85rem}._description_fkc47_65{font-size:.8rem}._primaryButton_fkc47_83,._secondaryButton_fkc47_105{max-width:220px;padding:.7rem 1rem;font-size:.75rem}}@media (max-width: 767px) and (orientation: landscape){._home_fkc47_3{padding:80px 0 40px;min-height:100vh}._mainTitle_fkc47_48{font-size:1.3rem}._subtitle_fkc47_56{font-size:.95rem}._description_fkc47_65{font-size:.85rem;margin-bottom:1.5rem}._buttonContainer_fkc47_76{flex-direction:row;gap:1rem}._primaryButton_fkc47_83,._secondaryButton_fkc47_105{width:auto;max-width:none}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){._home_fkc47_3{padding:110px 0 70px}._mainTitle_fkc47_48{font-size:1.5rem}._subtitle_fkc47_56{font-size:1.05rem}}._theDifference_o3h3d_3{min-height:100vh;background:#fff;padding:200px 0;position:relative}._content_o3h3d_10{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionTitle_o3h3d_16{font-size:1.5rem;font-weight:600;color:#e4ab25;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;letter-spacing:2px;text-transform:uppercase;text-align:center}._title_o3h3d_27{font-size:3.5rem;font-weight:600;color:#000;margin-bottom:3rem;font-family:Cormorant Garamond,serif;text-align:center}._twoColumnLayout_o3h3d_36{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._imageColumn_o3h3d_43{position:relative}._imageContainer_o3h3d_47{position:relative;width:100%;height:500px;overflow:hidden;border-radius:8px}._journeyImage_o3h3d_55{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}._journeyImage_o3h3d_55:hover{transform:scale(1.05)}._contentColumn_o3h3d_66{display:flex;flex-direction:column;gap:2rem}._features_o3h3d_72{display:flex;flex-direction:column;gap:1.5rem}._feature_o3h3d_72{display:flex;align-items:flex-start;gap:1rem}._featureIcon_o3h3d_84{width:24px;height:24px;background:#e4ab25;border-radius:50%;flex-shrink:0;margin-top:2px}._featureContent_o3h3d_93 h3{font-size:1.3rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._featureContent_o3h3d_93 p{font-size:1rem;line-height:1.6;color:#333;font-family:Cormorant Garamond,serif}@media (max-width: 1024px){._theDifference_o3h3d_3{padding:150px 0 100px}._content_o3h3d_10{padding:0 1.5rem}._title_o3h3d_27{font-size:3rem;margin-bottom:2.5rem}._twoColumnLayout_o3h3d_36{gap:3rem}._imageContainer_o3h3d_47{height:400px}._featureContent_o3h3d_93 h3{font-size:1.2rem}._featureContent_o3h3d_93 p{font-size:.95rem}}@media (max-width: 768px){._theDifference_o3h3d_3{padding:120px 0 80px;min-height:auto}._content_o3h3d_10{padding:0 1rem}._title_o3h3d_27{font-size:2.5rem;margin-bottom:2rem}._twoColumnLayout_o3h3d_36{grid-template-columns:1fr;gap:2rem}._imageContainer_o3h3d_47{height:300px}._contentColumn_o3h3d_66{gap:1.5rem}._features_o3h3d_72{gap:1.25rem}._feature_o3h3d_72{gap:.875rem}._featureIcon_o3h3d_84{width:20px;height:20px}._featureContent_o3h3d_93 h3{font-size:1.1rem}._featureContent_o3h3d_93 p{font-size:.9rem}}@media (max-width: 480px){._theDifference_o3h3d_3{padding:100px 0 60px}._content_o3h3d_10{padding:0 .75rem}._sectionTitle_o3h3d_16{font-size:1.3rem}._title_o3h3d_27{font-size:2rem;margin-bottom:1.5rem}._twoColumnLayout_o3h3d_36{gap:1.5rem}._imageContainer_o3h3d_47{height:250px}._contentColumn_o3h3d_66{gap:1.25rem}._features_o3h3d_72{gap:1rem}._feature_o3h3d_72{flex-direction:column;text-align:center;gap:.75rem}._featureIcon_o3h3d_84{width:24px;height:24px;margin:0 auto}._featureContent_o3h3d_93 h3{font-size:1rem}._featureContent_o3h3d_93 p{font-size:.85rem;line-height:1.5}}@media (max-width: 360px){._theDifference_o3h3d_3{padding:80px 0 50px}._title_o3h3d_27{font-size:1.8rem}._imageContainer_o3h3d_47{height:220px}._featureContent_o3h3d_93 h3{font-size:.95rem}._featureContent_o3h3d_93 p{font-size:.8rem}}@media (max-width: 767px) and (orientation: landscape){._theDifference_o3h3d_3{padding:80px 0 60px}._title_o3h3d_27{font-size:2.2rem}._twoColumnLayout_o3h3d_36{grid-template-columns:1fr 1fr;gap:2rem}._imageContainer_o3h3d_47{height:280px}._feature_o3h3d_72{flex-direction:row;text-align:left;gap:.875rem}._featureIcon_o3h3d_84{margin:2px 0 0}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){._theDifference_o3h3d_3{padding:140px 0 90px}._title_o3h3d_27{font-size:2.8rem}._twoColumnLayout_o3h3d_36{gap:2.5rem}._imageContainer_o3h3d_47{height:350px}}._contentColumn_o3h3d_66{text-align:left}._subtitle_o3h3d_321{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-weight:400}._features_o3h3d_72{display:flex;flex-direction:column;gap:2rem;font-family:Cormorant Garamond,serif}._feature_o3h3d_72{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;border-left:3px solid hsl(42,78%,52%);background:#fffc;border-radius:0 8px 8px 0;transition:transform .3s ease,box-shadow .3s ease}._feature_o3h3d_72:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001a}._featureNumber_o3h3d_353{font-size:2rem;font-weight:700;color:#e4ab25;font-family:Cormorant Garamond,serif;line-height:1;min-width:40px}._featureContent_o3h3d_93{flex:1}._featureTitle_o3h3d_366{font-size:1.3rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._featureDescription_o3h3d_374{font-size:1rem;color:#666;line-height:1.6;font-family:Cormorant Garamond,serif;font-weight:400}@media (max-width: 1024px){._twoColumnLayout_o3h3d_36{grid-template-columns:1fr;gap:3rem;text-align:center}._imageContainer_o3h3d_47{height:400px}._contentColumn_o3h3d_66{text-align:center}._feature_o3h3d_72{flex-direction:column;align-items:center;text-align:center;border-left:none;border-top:3px solid hsl(42,78%,52%);border-radius:8px 8px 0 0;padding:2rem 1.5rem}._feature_o3h3d_72:hover{transform:translateY(-10px)}._featureNumber_o3h3d_353{margin-bottom:1rem}}@media (max-width: 768px){._sectionTitle_o3h3d_16{font-size:1.3rem}._title_o3h3d_27{font-size:2.5rem}._imageContainer_o3h3d_47{height:300px}._subtitle_o3h3d_321{font-size:1rem}._feature_o3h3d_72{padding:1.5rem}._featureNumber_o3h3d_353{font-size:1.5rem}._featureTitle_o3h3d_366{font-size:1.1rem}._featureDescription_o3h3d_374{font-size:.9rem}}._journeys_aw3v7_3{min-height:100vh;background:#fff;padding:100px 0}._content_aw3v7_9{max-width:1200px;margin:0 auto;padding:0 2rem}._header_aw3v7_15{text-align:center;margin-bottom:4rem}._sectionTitle_aw3v7_20{font-size:3rem;font-weight:700;color:#000;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._sectionSubtitle_aw3v7_28{font-size:1.2rem;color:#666;font-family:Cormorant Garamond,serif;font-weight:400}._journeysGrid_aw3v7_35{display:grid;gap:3rem}._featuredJourney_aw3v7_40{margin-bottom:4rem}._journeyCard_aw3v7_44{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._journeyCard_aw3v7_44:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000026}._journeyLayout_aw3v7_57{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}._journeyImage_aw3v7_64{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:12px}._journeyContent_aw3v7_71{padding:2rem}._journeyBadge_aw3v7_75{display:inline-block;background:#e4ab25;color:#000;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._journeyTitle_aw3v7_89{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._journeySubtitle_aw3v7_97{font-size:1.1rem;color:#666;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-style:italic}._journeyDescription_aw3v7_105{font-size:1rem;line-height:1.6;color:#333;margin-bottom:2rem;font-family:Cormorant Garamond,serif}._journeyDuration_aw3v7_113{font-size:.9rem;color:#666;margin-bottom:2rem;font-family:Cormorant Garamond,serif}._itineraryButtons_aw3v7_120{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}._dayButton_aw3v7_127{background:#f8f8f8;border:1px solid #e0e0e0;padding:.75rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Cormorant Garamond,serif;text-transform:uppercase;letter-spacing:.5px}._dayButton_aw3v7_127:hover,._dayButton_aw3v7_127._active_aw3v7_147{background:#e4ab25;color:#000;border-color:#e4ab25}._modal_aw3v7_153{display:none;position:fixed;inset:0;background:#000c;z-index:1000;overflow-y:auto}._modal_aw3v7_153._open_aw3v7_165{display:flex;align-items:center;justify-content:center}._modalContent_aw3v7_171{background:#fff;border-radius:16px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;position:relative;margin:2rem}._modalClose_aw3v7_182{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._modalClose_aw3v7_182:hover{background:#f0f0f0;color:#000}._modalHeader_aw3v7_205{padding:2rem;border-bottom:1px solid #e0e0e0}._modalTitle_aw3v7_210{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._modalSubtitle_aw3v7_218{font-size:1rem;color:#666;font-family:Cormorant Garamond,serif}._modalBody_aw3v7_224{padding:2rem}._modalSection_aw3v7_228 h3{font-size:1.2rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._modalSection_aw3v7_228 p{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._modalSection_aw3v7_228 ul{list-style:none;padding:0;margin:0}._modalSection_aw3v7_228 li{font-size:.95rem;line-height:1.5;color:#333;padding:.5rem 0;border-bottom:1px solid #f0f0f0;font-family:Cormorant Garamond,serif}._modalSection_aw3v7_228 li:last-child{border-bottom:none}@media (max-width: 1024px){._journeys_aw3v7_3{padding:80px 0}._content_aw3v7_9{padding:0 1.5rem}._header_aw3v7_15{margin-bottom:3rem}._sectionTitle_aw3v7_20{font-size:2.5rem}._sectionSubtitle_aw3v7_28{font-size:1.1rem}._journeysGrid_aw3v7_35{gap:2.5rem}._featuredJourney_aw3v7_40{margin-bottom:3rem}._journeyLayout_aw3v7_57{gap:2rem}._journeyImage_aw3v7_64{height:350px}._journeyTitle_aw3v7_89{font-size:2rem}._journeyContent_aw3v7_71{padding:1.5rem}._modalContent_aw3v7_171{width:95%;margin:1rem}}@media (max-width: 768px){._journeys_aw3v7_3{padding:60px 0}._content_aw3v7_9{padding:0 1rem}._header_aw3v7_15{margin-bottom:2.5rem}._sectionTitle_aw3v7_20{font-size:2rem}._sectionSubtitle_aw3v7_28{font-size:1rem}._journeysGrid_aw3v7_35{gap:2rem}._featuredJourney_aw3v7_40{margin-bottom:2.5rem}._journeyLayout_aw3v7_57{grid-template-columns:1fr;gap:1.5rem}._journeyImage_aw3v7_64{height:280px}._journeyContent_aw3v7_71{padding:1.25rem}._journeyTitle_aw3v7_89{font-size:1.8rem}._journeySubtitle_aw3v7_97{font-size:1rem}._journeyDescription_aw3v7_105{font-size:.95rem}._journeyDuration_aw3v7_113{font-size:.85rem}._itineraryButtons_aw3v7_120{gap:.75rem}._dayButton_aw3v7_127{padding:.6rem .875rem;font-size:.8rem}._modalContent_aw3v7_171{width:98%;margin:.5rem;max-height:95vh}._modalHeader_aw3v7_205,._modalBody_aw3v7_224{padding:1.5rem}._modalTitle_aw3v7_210{font-size:1.3rem}._modalSubtitle_aw3v7_218{font-size:.9rem}}@media (max-width: 480px){._journeys_aw3v7_3{padding:40px 0}._content_aw3v7_9{padding:0 .75rem}._header_aw3v7_15{margin-bottom:2rem}._sectionTitle_aw3v7_20{font-size:1.8rem}._sectionSubtitle_aw3v7_28{font-size:.9rem}._journeysGrid_aw3v7_35{gap:1.5rem}._featuredJourney_aw3v7_40{margin-bottom:2rem}._journeyImage_aw3v7_64{height:220px}._journeyContent_aw3v7_71{padding:1rem}._journeyBadge_aw3v7_75{font-size:.75rem;padding:.4rem .875rem}._journeyTitle_aw3v7_89{font-size:1.5rem}._journeySubtitle_aw3v7_97{font-size:.9rem}._journeyDescription_aw3v7_105{font-size:.9rem;line-height:1.5}._journeyDuration_aw3v7_113{font-size:.8rem}._itineraryButtons_aw3v7_120{gap:.5rem}._dayButton_aw3v7_127{padding:.5rem .75rem;font-size:.75rem}._modalContent_aw3v7_171{width:100%;margin:0;border-radius:0;max-height:100vh}._modalHeader_aw3v7_205,._modalBody_aw3v7_224{padding:1rem}._modalTitle_aw3v7_210{font-size:1.2rem}._modalSubtitle_aw3v7_218{font-size:.85rem}._modalClose_aw3v7_182{top:.5rem;right:.5rem;width:35px;height:35px;font-size:1.5rem}}@media (max-width: 360px){._journeys_aw3v7_3{padding:30px 0}._sectionTitle_aw3v7_20{font-size:1.6rem}._journeyImage_aw3v7_64{height:200px}._journeyTitle_aw3v7_89{font-size:1.3rem}._journeyDescription_aw3v7_105{font-size:.85rem}._dayButton_aw3v7_127{padding:.4rem .625rem;font-size:.7rem}}@media (max-width: 767px) and (orientation: landscape){._journeys_aw3v7_3{padding:50px 0}._journeyLayout_aw3v7_57{grid-template-columns:1fr 1fr;gap:1.5rem}._journeyImage_aw3v7_64{height:200px}._journeyContent_aw3v7_71{padding:1rem}._journeyTitle_aw3v7_89{font-size:1.4rem}._modalContent_aw3v7_171{width:95%;margin:1rem auto;border-radius:16px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){._journeys_aw3v7_3{padding:70px 0}._sectionTitle_aw3v7_20{font-size:2.2rem}._journeyLayout_aw3v7_57{gap:1.75rem}._journeyImage_aw3v7_64{height:320px}._journeyTitle_aw3v7_89{font-size:1.9rem}}._journeyCard_aw3v7_44:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}._cardImage_aw3v7_594{position:relative;height:400px;overflow:hidden}._cardImage_aw3v7_594 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}._journeyCard_aw3v7_44:hover ._cardImage_aw3v7_594 img{transform:scale(1.05)}._featuredBadge_aw3v7_611{position:absolute;top:2rem;left:2rem;background:#e4ab25;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-family:Cormorant Garamond,serif}._cardContent_aw3v7_626{padding:2.5rem}._journeyTitle_aw3v7_89{font-size:2rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._journeyRegion_aw3v7_638{font-size:1.1rem;color:#e4ab25;margin-bottom:.5rem;font-weight:600;font-family:Cormorant Garamond,serif}._journeyDuration_aw3v7_113{font-size:1rem;color:#666;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif}._journeyDescription_aw3v7_105{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem;font-family:Cormorant Garamond,serif}._itinerarySection_aw3v7_661{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}._itineraryTitle_aw3v7_667{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._itinerarySubtitle_aw3v7_675{font-size:1rem;color:#666;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-weight:400}._dayButtons_aw3v7_683{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}._dayButton_aw3v7_127{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;border:2px solid hsl(42,78%,52%);background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Cormorant Garamond,serif}._dayButton_aw3v7_127:hover{background:#e4ab25;transform:translateY(-5px);box-shadow:0 10px 30px #00000026}._dayButton_aw3v7_127:hover ._dayNumber_aw3v7_709,._dayButton_aw3v7_127:hover ._dayTitle_aw3v7_710{color:#fff}._dayNumber_aw3v7_709{font-size:1.1rem;font-weight:700;color:#e4ab25;font-family:Cormorant Garamond,serif;transition:color .3s ease}._dayTitle_aw3v7_710{font-size:.9rem;font-weight:600;color:#000;font-family:Cormorant Garamond,serif;text-align:center;transition:color .3s ease}._whatsIncluded_aw3v7_732{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e5e5}._includedTitle_aw3v7_738{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._includedSubtitle_aw3v7_746{font-size:1rem;color:#666;margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-weight:400}._includedList_aw3v7_754{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._includedItem_aw3v7_760{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f9f9f9;border-radius:12px;border-left:3px solid hsl(42,78%,52%);transition:transform .3s ease,box-shadow .3s ease}._includedItem_aw3v7_760:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}._includedIcon_aw3v7_776{font-size:1.8rem;min-width:40px;text-align:center;line-height:1}._includedText_aw3v7_783{font-size:1rem;font-weight:600;color:#000;line-height:1.4;font-family:Cormorant Garamond,serif}._modalOverlay_aw3v7_792{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modalContent_aw3v7_171{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:_modalSlideIn_aw3v7_1 .3s ease}@keyframes _modalSlideIn_aw3v7_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._closeButton_aw3v7_829{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-family:Cormorant Garamond,serif}._closeButton_aw3v7_829:hover{background:#f5f5f5;color:#000}._modalHeader_aw3v7_205{padding:3rem 3rem 2rem;text-align:center;border-bottom:1px solid #e5e5e5}._modalTitle_aw3v7_210{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._modalLocation_aw3v7_867{font-size:1.2rem;color:#e4ab25;font-weight:600;font-family:Cormorant Garamond,serif}._modalBody_aw3v7_224{padding:2rem 3rem}._modalSection_aw3v7_228{margin-bottom:2rem}._modalSectionTitle_aw3v7_882{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif}._modalSectionSubtitle_aw3v7_890{font-size:1rem;color:#666;margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-weight:400}._experienceList_aw3v7_898{display:flex;flex-direction:column;gap:1rem}._experienceItem_aw3v7_904{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:8px;border-left:3px solid hsl(42,78%,52%);transition:transform .3s ease,box-shadow .3s ease}._experienceItem_aw3v7_904:hover{transform:translate(10px);box-shadow:0 5px 20px #0000001a}._experienceNumber_aw3v7_920{font-size:1.2rem;font-weight:700;color:#e4ab25;min-width:30px;font-family:Cormorant Garamond,serif}._experienceName_aw3v7_928{font-size:1.1rem;font-weight:600;color:#000;font-family:Cormorant Garamond,serif}._modalInfo_aw3v7_935{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}._infoItem_aw3v7_942{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9f9f9;border-radius:8px;transition:transform .3s ease}._infoItem_aw3v7_942:hover{transform:translateY(-5px)}._infoIcon_aw3v7_956{font-size:1.5rem;min-width:30px}._infoLabel_aw3v7_961{font-size:.9rem;color:#666;margin-bottom:.25rem;font-family:Cormorant Garamond,serif;font-weight:400}._infoValue_aw3v7_969{font-size:1.1rem;font-weight:600;color:#000;font-family:Cormorant Garamond,serif}._modalFooter_aw3v7_976{display:flex;align-items:center;justify-content:space-between;padding:2rem 3rem;border-top:1px solid #e5e5e5;background:#f9f9f9;border-radius:0 0 16px 16px}._navButton_aw3v7_986{background:#e4ab25;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;font-family:Cormorant Garamond,serif;font-weight:600}._navButton_aw3v7_986:hover{background:#000;transform:translateY(-2px);box-shadow:0 5px 20px #0003}._pagination_aw3v7_1005{font-size:1rem;color:#666;font-weight:600;font-family:Cormorant Garamond,serif}._additionalJourneys_aw3v7_1012{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 1024px){._journeysGrid_aw3v7_35{gap:2rem}._cardImage_aw3v7_594{height:350px}._additionalJourneys_aw3v7_1012{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._dayButtons_aw3v7_683{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}._modalContent_aw3v7_171{max-width:700px}._modalHeader_aw3v7_205{padding:2rem 2rem 1.5rem}._modalBody_aw3v7_224,._modalFooter_aw3v7_976{padding:1.5rem 2rem}._includedList_aw3v7_754{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._includedItem_aw3v7_760{padding:1rem}._includedIcon_aw3v7_776{font-size:1.5rem;min-width:35px}._includedText_aw3v7_783{font-size:.9rem}}@media (max-width: 768px){._journeys_aw3v7_3{padding:60px 0}._content_aw3v7_9{padding:0 1rem}._header_aw3v7_15{margin-bottom:3rem}._sectionTitle_aw3v7_20{font-size:2.5rem}._sectionSubtitle_aw3v7_28{font-size:1rem}._featuredJourney_aw3v7_40{margin-bottom:3rem}._cardImage_aw3v7_594{height:300px}._cardContent_aw3v7_626{padding:2rem}._journeyTitle_aw3v7_89{font-size:1.5rem}._journeyDescription_aw3v7_105{font-size:1rem}._additionalJourneys_aw3v7_1012{grid-template-columns:1fr;gap:2rem}._dayButtons_aw3v7_683{grid-template-columns:repeat(2,1fr);gap:.8rem}._dayButton_aw3v7_127{padding:1rem .8rem}._dayNumber_aw3v7_709{font-size:1rem}._dayTitle_aw3v7_710{font-size:.8rem}._modalOverlay_aw3v7_792{padding:1rem}._modalContent_aw3v7_171{max-width:100%;max-height:95vh}._modalHeader_aw3v7_205{padding:2rem 1.5rem 1.5rem}._modalTitle_aw3v7_210{font-size:2rem}._modalLocation_aw3v7_867{font-size:1rem}._modalBody_aw3v7_224{padding:1.5rem}._modalSectionTitle_aw3v7_882{font-size:1.3rem}._experienceItem_aw3v7_904{padding:.8rem}._experienceNumber_aw3v7_920{font-size:1rem}._experienceName_aw3v7_928{font-size:1.2rem}._modalInfo_aw3v7_935{grid-template-columns:1fr;gap:1rem}._infoItem_aw3v7_942{padding:1rem}._modalFooter_aw3v7_976{padding:1.5rem}._navButton_aw3v7_986{padding:.6rem 1rem;font-size:1rem}._includedList_aw3v7_754{grid-template-columns:1fr;gap:1rem}._includedItem_aw3v7_760{padding:1rem}._includedIcon_aw3v7_776{font-size:1.4rem;min-width:30px}._includedText_aw3v7_783{font-size:.9rem}}._regions_166jv_3{min-height:100vh;background:#fff;padding:100px 0;position:relative}._content_166jv_10{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionTitle_166jv_16{font-size:1.2rem;font-weight:600;color:#e4ab25;margin-bottom:.5rem;text-align:center;font-family:Cormorant Garamond,serif;text-transform:uppercase;letter-spacing:2px}._title_166jv_27{font-size:3.5rem;font-weight:700;color:#000;margin-bottom:1.5rem;text-align:center;font-family:Cormorant Garamond,serif}._subtitle_166jv_36{font-size:1.25rem;color:#333;margin-bottom:4rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;font-family:Cormorant Garamond,serif}._mainBlock_166jv_49{display:flex;gap:4rem;align-items:center;margin-bottom:4rem}._mapColumn_166jv_56{flex:1;position:relative}._mapContainer_166jv_61{position:relative;width:100%;height:500px;background:#f8f8f8;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a}._mapImage_166jv_71{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._mapOverlay_166jv_77{position:absolute;inset:0;background:#0000001a;display:flex;align-items:center;justify-content:center}._mapTitle_166jv_89{font-size:2rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:Cormorant Garamond,serif}._infoColumn_166jv_97{flex:1;display:flex;flex-direction:column;gap:2rem}._infoCard_166jv_104{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}._infoCard_166jv_104:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}._infoCard_166jv_104 h3{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._infoCard_166jv_104 p{font-size:1rem;line-height:1.6;color:#333;font-family:Cormorant Garamond,serif}._regionsGrid_166jv_133{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}._regionCard_166jv_140{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}._regionCard_166jv_140:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}._regionImage_166jv_153{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}._regionContent_166jv_159{padding:1.5rem}._regionName_166jv_163{font-size:1.3rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._regionDescription_166jv_171{font-size:.95rem;line-height:1.5;color:#333;font-family:Cormorant Garamond,serif}@media (max-width: 1024px){._regions_166jv_3{padding:80px 0}._content_166jv_10{padding:0 1.5rem}._title_166jv_27{font-size:3rem}._subtitle_166jv_36{font-size:1.1rem;margin-bottom:3rem}._mainBlock_166jv_49{gap:3rem}._mapContainer_166jv_61{height:400px}._mapTitle_166jv_89{font-size:1.8rem}._infoCard_166jv_104{padding:1.5rem}._infoCard_166jv_104 h3{font-size:1.3rem}._regionsGrid_166jv_133{gap:1.5rem}}@media (max-width: 768px){._regions_166jv_3{padding:60px 0}._content_166jv_10{padding:0 1rem}._title_166jv_27{font-size:2.5rem}._subtitle_166jv_36{font-size:1rem;margin-bottom:2.5rem}._mainBlock_166jv_49{flex-direction:column;gap:2rem}._mapContainer_166jv_61{height:300px}._mapTitle_166jv_89{font-size:1.5rem}._infoCard_166jv_104{padding:1.25rem}._infoCard_166jv_104 h3{font-size:1.2rem}._infoCard_166jv_104 p{font-size:.95rem}._regionsGrid_166jv_133{grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem}._regionImage_166jv_153{height:180px}._regionContent_166jv_159{padding:1.25rem}._regionName_166jv_163{font-size:1.2rem}._regionDescription_166jv_171{font-size:.9rem}}@media (max-width: 480px){._regions_166jv_3{padding:40px 0}._content_166jv_10{padding:0 .75rem}._sectionTitle_166jv_16{font-size:1rem}._title_166jv_27{font-size:2rem}._subtitle_166jv_36{font-size:.9rem;margin-bottom:2rem}._mainBlock_166jv_49{gap:1.5rem}._mapContainer_166jv_61{height:250px}._mapTitle_166jv_89{font-size:1.3rem}._infoCard_166jv_104{padding:1rem}._infoCard_166jv_104 h3{font-size:1.1rem}._infoCard_166jv_104 p{font-size:.85rem}._regionsGrid_166jv_133{gap:1rem;margin-top:2rem}._regionImage_166jv_153{height:150px}._regionContent_166jv_159{padding:1rem}._regionName_166jv_163{font-size:1.1rem}._regionDescription_166jv_171{font-size:.85rem}}@media (max-width: 360px){._regions_166jv_3{padding:30px 0}._title_166jv_27{font-size:1.8rem}._mapContainer_166jv_61{height:220px}._mapTitle_166jv_89{font-size:1.2rem}._infoCard_166jv_104 h3,._regionName_166jv_163{font-size:1rem}}@media (max-width: 767px) and (orientation: landscape){._regions_166jv_3{padding:50px 0}._mainBlock_166jv_49{flex-direction:row;gap:2rem}._mapContainer_166jv_61{height:280px}._mapTitle_166jv_89{font-size:1.4rem}._infoCard_166jv_104{padding:1.25rem}._regionsGrid_166jv_133{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){._regions_166jv_3{padding:70px 0}._title_166jv_27{font-size:2.8rem}._mainBlock_166jv_49{gap:2.5rem}._mapContainer_166jv_61{height:350px}._mapTitle_166jv_89{font-size:1.6rem}}._mapColumn_166jv_56{flex:0 0 60%;background:#fff;position:relative;background-image:radial-gradient(circle,#ddd 1px,transparent 1px);background-size:20px 20px}._mapContainer_166jv_61{width:100%;height:100%;position:relative;padding:2rem}._cataloniaOval_166jv_448{width:80%;height:70%;border:2px dashed #bbb;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffffe6}._mapPoint_166jv_460{position:absolute;width:8px;height:8px;background:#333;border:none;border-radius:50%;cursor:pointer;transform:translate(-50%,-50%);transition:all .3s ease}._mapPoint_166jv_460:hover{transform:translate(-50%,-50%) scale(1.2)}._mapPoint_166jv_460._active_166jv_476{background:#d4622a;width:12px;height:12px;animation:_ping_166jv_1 1.5s infinite}@keyframes _ping_166jv_1{0%{transform:translate(-50%,-50%) scale(1);opacity:1}75%,to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}._pointLabel_166jv_494{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-family:Raleway,sans-serif;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#333;white-space:nowrap;pointer-events:none}._mapPoint_166jv_460._active_166jv_476 ._pointLabel_166jv_494{color:#d4622a;font-weight:600}._barcelonaMarker_166jv_514{position:absolute;bottom:20%;left:45%;display:flex;flex-direction:column;align-items:center}._barcelonaLabel_166jv_523{font-family:Raleway,sans-serif;font-size:10px;color:#666;margin-top:4px}._barcelonaMarker_166jv_514:before{content:"";width:8px;height:8px;background:#666;border-radius:2px}._seaLabel_166jv_538{position:absolute;bottom:10%;left:50%;transform:translate(-50%);font-family:Raleway,sans-serif;font-size:12px;color:#999;font-style:italic}._mapLegend_166jv_549{position:absolute;bottom:2rem;left:2rem;display:flex;flex-direction:column;gap:.5rem}._legendItem_166jv_558{display:flex;align-items:center;gap:.5rem;font-family:Raleway,sans-serif;font-size:12px;color:#333}._legendDot_166jv_567{width:8px;height:8px;border-radius:50%}._legendDot_166jv_567._selected_166jv_573{background:#d4622a}._legendDot_166jv_567._region_166jv_3{background:#333}._infoColumn_166jv_97{flex:0 0 40%;background:#111;display:flex;flex-direction:column}._infoPanel_166jv_589{padding:2rem;height:100%;display:flex;flex-direction:column;gap:1.5rem}._panelLabel_166jv_597{font-family:Raleway,sans-serif;font-size:11px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:4px}._regionTitle_166jv_606{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:#fff;margin:0;line-height:1.1}._divider_166jv_615{height:1px;background:#333;margin:.5rem 0}._descriptionBlock_166jv_621{background:#1c1c1c;padding:1.5rem;border-radius:4px}._descriptionBlock_166jv_621 p{font-family:Raleway,sans-serif;font-size:14px;line-height:1.6;color:#ccc;margin:0}._sectionLabel_166jv_635{font-family:Raleway,sans-serif;font-size:11px;font-weight:500;color:#d4622a;text-transform:uppercase;letter-spacing:4px;margin-bottom:1rem}._featuresList_166jv_645{display:flex;flex-wrap:wrap;gap:.5rem}._featureTag_166jv_651{background:transparent;border:1px solid #444;color:#ddd;padding:.5rem 1rem;border-radius:2px;font-family:Raleway,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:.5px}._producersList_166jv_664{display:flex;flex-direction:column;gap:.75rem}._producerItem_166jv_670{display:flex;align-items:center;gap:1rem}._producerNumber_166jv_676{width:24px;height:24px;background:#333;color:#aaa;display:flex;align-items:center;justify-content:center;border-radius:2px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500}._producerName_166jv_690{font-family:Raleway,sans-serif;font-size:14px;color:#fff;font-weight:400}._tabsBar_166jv_698{display:flex;gap:.5rem;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow-x:auto}._tabButton_166jv_708{background:#fff;border:1px solid #ccc;color:#333;padding:.75rem 1.5rem;border-radius:4px;font-family:Raleway,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._tabButton_166jv_708:hover{background:#f5f5f5}._tabButton_166jv_708._active_166jv_476{background:#111;color:#fff;border-color:#111}@media (max-width: 768px){._sectionTitle_166jv_16{font-size:1rem}._title_166jv_27{font-size:2.5rem}._subtitle_166jv_36{font-size:1.1rem;margin-bottom:3rem}._mainBlock_166jv_49{flex-direction:column;gap:1rem}._mapColumn_166jv_56,._infoColumn_166jv_97{flex:1 1 auto}._mapColumn_166jv_56{min-height:400px}._regionTitle_166jv_606{font-size:32px}._tabsBar_166jv_698{flex-wrap:wrap;justify-content:center}._tabButton_166jv_708{flex:1;min-width:120px;text-align:center}}._theMakers_verdc_3{min-height:100vh;background:#fff;padding:100px 0;position:relative}._content_verdc_10{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionHeader_verdc_17{text-align:center;padding:4rem 0}._sectionLabel_verdc_22{font-family:Cormorant Garamond,serif;font-size:.8rem;font-weight:600;color:#e4ab25;text-transform:uppercase;letter-spacing:4px;margin-bottom:1rem}._sectionTitle_verdc_32{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;line-height:1.1}._italic_verdc_41{font-style:italic;color:#e4ab25}._sectionDescription_verdc_46{font-family:Cormorant Garamond,serif;font-size:1rem;color:#1a1a1a;max-width:600px;margin:0 auto 4rem;line-height:1.6}._makersGrid_verdc_56{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:4rem}._makerCard_verdc_63{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._makerCard_verdc_63:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000026}._makerImage_verdc_76{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;background:#f8f8f8}._makerContent_verdc_83{padding:2rem}._makerName_verdc_87{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._makerRole_verdc_95{font-size:1rem;color:#e4ab25;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-style:italic}._makerBio_verdc_103{font-size:.95rem;line-height:1.6;color:#333;font-family:Cormorant Garamond,serif}._featuresSection_verdc_111{margin-top:4rem;padding:4rem 0;background:#f8f8f8;border-radius:16px}._featuresGrid_verdc_118{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 2rem}._featureCard_verdc_125{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease}._featureCard_verdc_125:hover{transform:translateY(-2px)}._featureIcon_verdc_138{width:60px;height:60px;background:#e4ab25;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000}._featureTitle_verdc_151{font-size:1.2rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._featureDescription_verdc_159{font-size:.9rem;line-height:1.5;color:#333;font-family:Cormorant Garamond,serif}@media (max-width: 1024px){._theMakers_verdc_3{padding:80px 0}._content_verdc_10{padding:0 1.5rem}._sectionTitle_verdc_32{font-size:3rem}._makersGrid_verdc_56{gap:2.5rem}._makerContent_verdc_83{padding:1.5rem}._makerName_verdc_87{font-size:1.3rem}._featuresGrid_verdc_118{gap:1.5rem}}@media (max-width: 768px){._theMakers_verdc_3{padding:60px 0}._content_verdc_10{padding:0 1rem}._sectionHeader_verdc_17{padding:3rem 0}._sectionLabel_verdc_22{font-size:.7rem}._sectionTitle_verdc_32{font-size:2.5rem}._sectionDescription_verdc_46{font-size:.9rem;margin-bottom:3rem}._makersGrid_verdc_56{grid-template-columns:1fr;gap:2rem}._makerImage_verdc_76{height:200px}._makerContent_verdc_83{padding:1.25rem}._makerName_verdc_87{font-size:1.2rem}._makerRole_verdc_95{font-size:.9rem}._makerBio_verdc_103{font-size:.85rem}._featuresSection_verdc_111{margin-top:3rem;padding:3rem 0}._featuresGrid_verdc_118{grid-template-columns:1fr;gap:1.25rem;padding:0 1rem}._featureCard_verdc_125{padding:1.5rem}._featureIcon_verdc_138{width:50px;height:50px;font-size:1.3rem}._featureTitle_verdc_151{font-size:1.1rem}._featureDescription_verdc_159{font-size:.85rem}}@media (max-width: 480px){._theMakers_verdc_3{padding:40px 0}._content_verdc_10{padding:0 .75rem}._sectionHeader_verdc_17{padding:2rem 0}._sectionLabel_verdc_22{font-size:.6rem;letter-spacing:2px}._sectionTitle_verdc_32{font-size:2rem}._sectionDescription_verdc_46{font-size:.85rem;margin-bottom:2rem}._makersGrid_verdc_56{gap:1.5rem}._makerImage_verdc_76{height:180px}._makerContent_verdc_83{padding:1rem}._makerName_verdc_87{font-size:1.1rem}._makerRole_verdc_95{font-size:.85rem}._makerBio_verdc_103{font-size:.8rem}._featuresSection_verdc_111{margin-top:2rem;padding:2rem 0}._featuresGrid_verdc_118{gap:1rem}._featureCard_verdc_125{padding:1.25rem}._featureIcon_verdc_138{width:40px;height:40px;font-size:1.1rem}._featureTitle_verdc_151{font-size:1rem}._featureDescription_verdc_159{font-size:.8rem}}@media (max-width: 360px){._theMakers_verdc_3{padding:30px 0}._sectionTitle_verdc_32{font-size:1.8rem}._makerImage_verdc_76{height:160px}._makerName_verdc_87{font-size:1rem}._featureCard_verdc_125{padding:1rem}._featureTitle_verdc_151{font-size:.95rem}._featureDescription_verdc_159{font-size:.75rem}}@media (max-width: 767px) and (orientation: landscape){._theMakers_verdc_3{padding:50px 0}._sectionHeader_verdc_17{padding:2rem 0}._makersGrid_verdc_56{grid-template-columns:repeat(2,1fr);gap:1.5rem}._makerImage_verdc_76{height:150px}._featuresGrid_verdc_118{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){._theMakers_verdc_3{padding:70px 0}._sectionTitle_verdc_32{font-size:2.8rem}._makersGrid_verdc_56{gap:2rem}._makerImage_verdc_76{height:220px}._featuresGrid_verdc_118{grid-template-columns:repeat(2,1fr)}}._producersGrid_verdc_436{margin-bottom:4rem}._gridContainer_verdc_440{border:1px solid #e0ddd8;background:#fff;overflow:hidden}._producerRow_verdc_446{display:flex;border-bottom:1px solid #e0ddd8}._producerRow_verdc_446:last-child{border-bottom:none}._producerCell_verdc_455{flex:1;padding:24px 28px;border-right:1px solid #e0ddd8;transition:background-color .2s ease}._producerCell_verdc_455:hover{background-color:#fafafa}._producerCell_verdc_455:last-child{border-right:none}._producerContent_verdc_470{display:flex;align-items:center;gap:16px}._avatar_verdc_476{width:52px;height:52px;background:#fff;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:#888;flex-shrink:0}._producerInfo_verdc_491{flex:1}._producerName_verdc_495{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.2}._producerTags_verdc_504{font-family:Raleway,sans-serif;font-size:12px;color:#888;line-height:1.4}._tag_verdc_511{font-size:12px;color:#888}._expandButton_verdc_516{background:none;border:none;color:#888;font-size:18px;font-weight:300;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;flex-shrink:0}._expandButton_verdc_516:hover{background-color:#f0f0f0;color:#1a1a1a}._featuredSection_verdc_535{margin-top:60px}._featuredTitle_verdc_539{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:24px}._featuredGrid_verdc_548{display:flex;gap:12px;justify-content:space-between}._featuredCard_verdc_554{flex:1;border:1px solid #ddd;background:#fff;padding:16px;border-radius:2px;transition:all .2s ease}._featuredCard_verdc_554:hover{border-color:#c9963a;box-shadow:0 2px 8px #0000001a}._featuredName_verdc_568{font-family:Playfair Display,serif;font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}._featuredDesc_verdc_577{font-family:Raleway,sans-serif;font-size:12px;color:#888;margin:0;line-height:1.4;font-style:italic}@media (max-width: 768px){._sectionTitle_verdc_32{font-size:48px}._sectionDescription_verdc_46{font-size:15px}._producerRow_verdc_446{flex-direction:column}._producerCell_verdc_455{border-right:none;border-bottom:1px solid #e0ddd8}._producerCell_verdc_455:last-child{border-bottom:none}._featuredGrid_verdc_548{flex-direction:column;gap:12px}._featuredCard_verdc_554{padding:12px}}@media (max-width: 480px){._sectionTitle_verdc_32{font-size:36px}._producerContent_verdc_470{gap:12px}._avatar_verdc_476{width:44px;height:44px;font-size:16px}._producerName_verdc_495{font-size:18px}._producerTags_verdc_504{font-size:11px}}._whoWeAre_6dsvt_3{min-height:100vh;background:#fff;padding:100px 0;position:relative}._content_6dsvt_10{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionHeader_6dsvt_17{text-align:center;padding:4rem 0}._sectionLabel_6dsvt_22{font-family:Cormorant Garamond,serif;font-size:.8rem;font-weight:600;color:#e4ab25;text-transform:uppercase;letter-spacing:4px;margin-bottom:1rem}._sectionTitle_6dsvt_32{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;line-height:1.1}._italic_6dsvt_41{font-style:italic;color:#e4ab25}._sectionDescription_6dsvt_46{font-family:Cormorant Garamond,serif;font-size:1rem;color:#1a1a1a;max-width:700px;margin:0 auto 4rem;line-height:1.6;text-align:center}._foundersSection_6dsvt_57{margin-bottom:4rem}._foundersGrid_6dsvt_61{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}._founderCard_6dsvt_67{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._founderCard_6dsvt_67:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000026}._founderHeader_6dsvt_80{background:#e4ab25;padding:2rem;text-align:center}._founderInitials_6dsvt_86{width:80px;height:80px;background:#000;color:#e4ab25;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem;font-family:Cormorant Garamond,serif}._founderName_6dsvt_101{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Cormorant Garamond,serif}._founderRole_6dsvt_109{font-size:1rem;color:#000;opacity:.8;font-family:Cormorant Garamond,serif}._founderContent_6dsvt_116{padding:2rem}._founderBio_6dsvt_120{font-size:.95rem;line-height:1.6;color:#333;font-family:Cormorant Garamond,serif}._footerSection_6dsvt_128{margin-top:4rem;padding:3rem 0;background:#f8f8f8;border-radius:16px}._footerContent_6dsvt_135{text-align:center}._footerTitle_6dsvt_139{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Cormorant Garamond,serif}._footerDescription_6dsvt_147{font-size:1rem;line-height:1.6;color:#333;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;font-family:Cormorant Garamond,serif}._footerNav_6dsvt_158{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}._footerNavLink_6dsvt_166{color:#333;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease;font-family:Cormorant Garamond,serif}._footerNavLink_6dsvt_166:hover{color:#e4ab25}._footerBottom_6dsvt_179{text-align:center;padding-top:2rem;border-top:1px solid #e0e0e0}._footerCopyright_6dsvt_185{font-size:.85rem;color:#666;font-family:Cormorant Garamond,serif}@media (max-width: 1024px){._whoWeAre_6dsvt_3{padding:80px 0}._content_6dsvt_10{padding:0 1.5rem}._sectionTitle_6dsvt_32{font-size:3rem}._foundersGrid_6dsvt_61{gap:2.5rem}._founderContent_6dsvt_116{padding:1.5rem}._founderName_6dsvt_101{font-size:1.3rem}._footerNav_6dsvt_158{gap:1.5rem}}@media (max-width: 768px){._whoWeAre_6dsvt_3{padding:60px 0}._content_6dsvt_10{padding:0 1rem}._sectionHeader_6dsvt_17{padding:3rem 0}._sectionLabel_6dsvt_22{font-size:.7rem}._sectionTitle_6dsvt_32{font-size:2.5rem}._sectionDescription_6dsvt_46{font-size:.9rem;margin-bottom:3rem}._foundersGrid_6dsvt_61{grid-template-columns:1fr;gap:2rem}._founderHeader_6dsvt_80{padding:1.5rem}._founderInitials_6dsvt_86{width:60px;height:60px;font-size:1.5rem}._founderName_6dsvt_101{font-size:1.2rem}._founderRole_6dsvt_109{font-size:.9rem}._founderContent_6dsvt_116{padding:1.25rem}._founderBio_6dsvt_120{font-size:.85rem}._footerSection_6dsvt_128{margin-top:3rem;padding:2rem 0}._footerTitle_6dsvt_139{font-size:1.3rem}._footerDescription_6dsvt_147{font-size:.9rem}._footerNav_6dsvt_158{flex-direction:column;gap:1rem}._footerNavLink_6dsvt_166{font-size:.85rem}}@media (max-width: 480px){._whoWeAre_6dsvt_3{padding:40px 0}._content_6dsvt_10{padding:0 .75rem}._sectionHeader_6dsvt_17{padding:2rem 0}._sectionLabel_6dsvt_22{font-size:.6rem;letter-spacing:2px}._sectionTitle_6dsvt_32{font-size:2rem}._sectionDescription_6dsvt_46{font-size:.85rem;margin-bottom:2rem}._foundersGrid_6dsvt_61{gap:1.5rem}._founderHeader_6dsvt_80{padding:1.25rem}._founderInitials_6dsvt_86{width:50px;height:50px;font-size:1.3rem}._founderName_6dsvt_101{font-size:1.1rem}._founderRole_6dsvt_109{font-size:.85rem}._founderContent_6dsvt_116{padding:1rem}._founderBio_6dsvt_120{font-size:.8rem}._footerSection_6dsvt_128{margin-top:2rem;padding:1.5rem 0}._footerTitle_6dsvt_139{font-size:1.2rem}._footerDescription_6dsvt_147{font-size:.85rem}._footerNav_6dsvt_158{gap:.75rem}._footerNavLink_6dsvt_166{font-size:.8rem}}@media (max-width: 360px){._whoWeAre_6dsvt_3{padding:30px 0}._sectionTitle_6dsvt_32{font-size:1.8rem}._founderName_6dsvt_101{font-size:1rem}._footerTitle_6dsvt_139{font-size:1.1rem}._footerDescription_6dsvt_147{font-size:.8rem}}@media (max-width: 767px) and (orientation: landscape){._whoWeAre_6dsvt_3{padding:50px 0}._sectionHeader_6dsvt_17{padding:2rem 0}._foundersGrid_6dsvt_61{grid-template-columns:repeat(2,1fr);gap:1.5rem}._footerNav_6dsvt_158{flex-direction:row;gap:1rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){._whoWeAre_6dsvt_3{padding:70px 0}._sectionTitle_6dsvt_32{font-size:2.8rem}._foundersGrid_6dsvt_61{gap:2rem}._footerNav_6dsvt_158{gap:1.25rem}}._storySection_6dsvt_444{margin-bottom:6rem;text-align:center}._storyContent_6dsvt_449{max-width:800px;margin:0 auto;padding:3rem 2rem;background:#fafafa;border-radius:12px;border:1px solid #e0ddd8}._storyTitle_6dsvt_458{font-family:Playfair Display,serif;font-size:32px;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}._storyText_6dsvt_466{font-family:Raleway,sans-serif;font-size:16px;color:#666;line-height:1.8;margin:0}._foundersSection_6dsvt_57{margin-bottom:6rem}._foundersTitle_6dsvt_479{font-family:Playfair Display,serif;font-size:36px;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:3rem}._foundersGrid_6dsvt_61{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}._founderCard_6dsvt_67{background:#fff;border:1px solid #e0ddd8;border-radius:12px;padding:2.5rem;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}._founderCard_6dsvt_67:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#c9963a}._founderHeader_6dsvt_80{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0ddd8}._founderAvatar_6dsvt_518{width:64px;height:64px;background:#fff;border:2px solid #c9963a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:#c9963a;flex-shrink:0}._founderInfo_6dsvt_534{flex:1}._founderName_6dsvt_101{font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.2}._founderRole_6dsvt_109{display:inline-block;background:#c9963a;color:#fff;padding:.4rem 1rem;border-radius:20px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px}._founderContent_6dsvt_116{display:flex;flex-direction:column;gap:1.5rem}._founderBackground_6dsvt_566,._founderExpertise_6dsvt_567{font-family:Raleway,sans-serif;font-size:15px;color:#666;line-height:1.6;margin:0}._founderExpertise_6dsvt_567 strong{color:#1a1a1a;font-weight:600}._founderSpecialties_6dsvt_580{display:flex;flex-wrap:wrap;gap:.5rem}._specialtyTag_6dsvt_586{background:#f0f0f0;color:#666;padding:.3rem .8rem;border-radius:15px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._valuesSection_6dsvt_599{margin-bottom:6rem}._valuesTitle_6dsvt_603{font-family:Playfair Display,serif;font-size:36px;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:3rem}._valuesGrid_6dsvt_612{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._valueCard_6dsvt_618{background:#fff;border:1px solid #e0ddd8;border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}._valueCard_6dsvt_618:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#c9963a}._valueIcon_6dsvt_634{font-size:48px;margin-bottom:1.5rem;display:block}._valueTitle_6dsvt_640{font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}._valueDescription_6dsvt_650{font-family:Raleway,sans-serif;font-size:15px;color:#666;line-height:1.6;margin:0}._contactSection_6dsvt_659{background:#fafafa;border-radius:12px;padding:4rem 3rem;text-align:center;border:1px solid #e0ddd8}._contactTitle_6dsvt_667{font-family:Playfair Display,serif;font-size:36px;font-weight:600;color:#1a1a1a;margin-bottom:2rem}._contactText_6dsvt_675{font-family:Raleway,sans-serif;font-size:16px;color:#666;line-height:1.8;max-width:700px;margin:0 auto 3rem}._contactInfo_6dsvt_684{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}._contactItem_6dsvt_692{display:flex;flex-direction:column;gap:.5rem}._contactLabel_6dsvt_698{font-family:Raleway,sans-serif;font-size:12px;font-weight:600;color:#c9963a;text-transform:uppercase;letter-spacing:2px}._contactValue_6dsvt_707{font-family:Raleway,sans-serif;font-size:16px;color:#1a1a1a;font-weight:500}._contactButton_6dsvt_714{background:#c9963a;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-family:Raleway,sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #c9963a33}._contactButton_6dsvt_714:hover{background:#b0852f;transform:translateY(-2px);box-shadow:0 8px 16px #c9963a4d}._exclusivitySection_6dsvt_737{margin-bottom:6rem;text-align:center}._exclusivityContent_6dsvt_742{max-width:700px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(135deg,#fff,#fafafa);border-radius:16px;border:2px solid #c9963a;position:relative;overflow:hidden}._exclusivityBadge_6dsvt_753{position:absolute;top:20px;right:20px;background:#c9963a;color:#fff;padding:.5rem 1rem;border-radius:20px;font-family:Raleway,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 12px #c9963a4d}._badgeText_6dsvt_769{display:block}._exclusivityTitle_6dsvt_773{font-family:Playfair Display,serif;font-size:36px;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;margin-top:2rem}._exclusivityDescription_6dsvt_782{font-family:Raleway,sans-serif;font-size:16px;color:#666;line-height:1.8;margin-bottom:2.5rem}._inquireButton_6dsvt_790{background:#1a1a1a;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-family:Raleway,sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1a1a1a33}._inquireButton_6dsvt_790:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 20px #1a1a1a4d}._footer_6dsvt_128{background:#1a1a1a;color:#fff;padding:4rem 0 2rem;margin-top:6rem}._footerContent_6dsvt_135{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:3rem}._footerBrand_6dsvt_830{text-align:center}._footerName_6dsvt_834{font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:#fff;display:block;margin-bottom:.5rem}._footerTagline_6dsvt_843{font-family:Raleway,sans-serif;font-size:14px;color:#c9963a;text-transform:uppercase;letter-spacing:2px;display:block}._footerNav_6dsvt_158{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}._footerLink_6dsvt_859{font-family:Raleway,sans-serif;font-size:14px;color:#fff;text-decoration:none;transition:color .3s ease;text-transform:uppercase;letter-spacing:1px}._footerLink_6dsvt_859:hover{color:#c9963a}._footerCopyright_6dsvt_185{font-family:Raleway,sans-serif;font-size:12px;color:#888;text-align:center;padding-top:2rem;border-top:1px solid #333;width:100%}@media (max-width: 768px){._exclusivityContent_6dsvt_742{padding:2rem 1.5rem}._exclusivityBadge_6dsvt_753{position:static;margin-bottom:1rem;display:inline-block}._exclusivityTitle_6dsvt_773{font-size:28px;margin-top:1rem}._footerNav_6dsvt_158,._footerContent_6dsvt_135{gap:2rem}}@media (max-width: 480px){._exclusivityContent_6dsvt_742{padding:1.5rem 1rem}._exclusivityTitle_6dsvt_773{font-size:24px}._exclusivityDescription_6dsvt_782{font-size:15px}._footerNav_6dsvt_158{flex-direction:column;gap:1rem}._footerName_6dsvt_834{font-size:20px}._inquireButton_6dsvt_790{padding:.8rem 2rem;font-size:14px}}
