@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap";.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0;transition:all .5s cubic-bezier(.23,1,.32,1);border-bottom:1px solid transparent}.site-header--scrolled{background:rgba(249,249,247,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:#0d0d0d14;box-shadow:0 4px 32px #0000000f}.header-inner{max-width:1400px;margin:0 auto;padding:1.5rem 4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media (max-width: 1024px){.header-inner{padding:1.25rem 2rem}}@media (max-width: 480px){.header-inner{padding:.75rem 1.25rem}}.logo{display:flex;align-items:center;flex-shrink:0}.logo__img{height:48px;width:auto;display:block;transition:transform .3s ease}.logo:hover .logo__img{transform:scale(1.02)}@media (max-width: 768px){.logo__img{height:40px}}.desktop-nav{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}.desktop-nav__link{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--ink-50);padding:.6rem 1.25rem;border-radius:100px;transition:all .3s}.site-header:not(.site-header--scrolled) .desktop-nav__link{color:#fff9}.desktop-nav__link:hover{background:var(--ink-05);color:var(--ink)}.site-header:not(.site-header--scrolled) .desktop-nav__link:hover{background:var(--white-10);color:var(--white)}.header-actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.header-phone{align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;color:var(--ink-50);display:flex;transition:color .3s}.site-header:not(.site-header--scrolled) .header-phone{color:#fff9}.header-phone:hover{color:var(--ink)}.site-header:not(.site-header--scrolled) .header-phone:hover{color:var(--white)}.hamburger{color:var(--ink);padding:.25rem;display:flex;align-items:center;justify-content:center}.site-header:not(.site-header--scrolled) .hamburger{color:var(--white)}.mobile-menu{position:fixed;inset:0;z-index:99;background:rgba(13,13,13,.95);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;padding:8rem 2rem 4rem}.mobile-nav{display:flex;flex-direction:column;gap:0;flex:1}.mobile-nav__link{display:flex;align-items:center;gap:1.5rem;font-size:2rem;font-family:Playfair Display,serif;font-weight:700;color:#fffc;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.07);transition:color .3s}.mobile-nav__link:hover{color:var(--white)}.mobile-nav__num{font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;color:var(--gold);letter-spacing:.1em}.mobile-nav__footer{margin-top:auto;padding-top:2rem}@media (min-width: 768px){.desktop-nav{display:flex}.hamburger,.mobile-menu{display:none}}.hero{position:relative;width:100%;height:100vh;height:100dvh;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;padding:0 4rem}@media (max-width: 1024px){.hero{padding:0 2rem}}@media (max-width: 640px){.hero{padding:0 1.25rem;justify-content:center}}.hero__bg,.hero__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(13,13,13,.5) 0%,rgba(13,13,13,.25) 50%,rgba(13,13,13,.7) 100%)}.hero__content{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem 10rem;display:flex;flex-direction:column;justify-content:flex-end;min-height:80vh}@media (max-width: 1024px){.hero__content{padding:0 2rem 9rem}}@media (max-width: 640px){.hero__content{padding:120px 1.25rem 4rem;min-height:100dvh;justify-content:center}}.hero__eyebrow{display:block;margin-bottom:1.25rem;color:var(--gold-light)}.hero__title{font-size:clamp(2rem,12vw,4.5rem);color:var(--white);margin-bottom:2rem;max-width:800px}.hero__title em{font-style:italic;color:var(--gold-light)}.hero__desc{color:#ffffffa6;font-size:1.1rem;line-height:1.75;max-width:520px;margin-bottom:2.75rem;font-weight:400}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero__watermark{position:absolute;bottom:-2rem;right:-2rem;font-family:Playfair Display,serif;font-size:clamp(6rem,18vw,22rem);font-weight:900;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.06);user-select:none;pointer-events:none;letter-spacing:-.04em;line-height:1;z-index:2}.hero__stats{position:absolute;bottom:0;left:0;right:0;z-index:20;display:flex;align-items:stretch;border-radius:0;border-left:none;border-right:none;border-bottom:none}.hero__stat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding:1.75rem 1rem;border-right:1px solid rgba(255,255,255,.1)}.hero__stat:last-child{border-right:none}.hero__stat-value{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--white);line-height:1}.hero__stat-label{color:#ffffff73;text-align:center}.hero__scroll{position:absolute;bottom:6rem;right:4rem;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff;z-index:20;transition:background .3s}.hero__scroll:hover{background:rgba(255,255,255,.2)}@media (max-width: 640px){.hero__stats{display:none}.hero__scroll{bottom:2rem;right:1.25rem}.hero__title{font-size:clamp(1.75rem,10vw,2.5rem);margin-bottom:1.25rem}.hero__title br{display:none}.hero__desc{font-size:1rem;margin-bottom:2rem;line-height:1.6;max-width:100%}.hero__eyebrow{margin-bottom:.75rem}}.services{background:var(--smoke);position:relative;overflow:hidden}.services__orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px);animation:orb-float 8s ease-in-out infinite}.services__orb--1{width:420px;height:420px;background:radial-gradient(circle,rgba(192,155,91,.18) 0%,transparent 70%);top:-80px;right:-120px;animation-delay:0s}.services__orb--2{width:340px;height:340px;background:radial-gradient(circle,rgba(192,155,91,.12) 0%,transparent 70%);bottom:-60px;left:-100px;animation-delay:-3s}.services__orb--3{width:260px;height:260px;background:radial-gradient(circle,rgba(192,155,91,.1) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-5s;animation-duration:11s}@keyframes orb-float{0%,to{transform:translateY(0) scale(1)}33%{transform:translateY(-18px) scale(1.04)}66%{transform:translateY(10px) scale(.97)}}.services__orb--3{animation-name:orb-float-center}@keyframes orb-float-center{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-54%) scale(1.06)}}.services__header{max-width:640px}.services__title{font-size:clamp(2.25rem,3.5vw,3rem)}.services__lead{margin-top:1rem}.services__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.svc-card{background:var(--white);border-radius:var(--radius-card);padding:2.5rem;border:1px solid var(--ink-05);transition:all .45s ease;cursor:default}.svc-card:hover{border-color:var(--gold);box-shadow:0 20px 60px #c09b5b1a;transform:translateY(-4px)}.svc-card__icon{width:56px;height:56px;border-radius:14px;background:rgba(192,155,91,.08);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:1.75rem;transition:background .3s}.svc-card:hover .svc-card__icon{background:var(--gold);color:var(--white)}.svc-card__title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--ink);margin-bottom:.75rem;letter-spacing:-.02em}.svc-card__desc{font-size:.9rem;color:var(--ink-50);line-height:1.7}.about{background:var(--white)}.about__container{display:grid;grid-template-columns:1fr;gap:5rem;align-items:center}@media (min-width: 900px){.about__container{grid-template-columns:1fr 1fr}}.about__visual{position:relative}.about__img-wrap{position:relative;aspect-ratio:4/5;border-radius:var(--radius-section);overflow:hidden}@media (max-width: 900px){.about__img-wrap{aspect-ratio:16/9}}.about__img{width:100%;height:100%;object-fit:cover}.about__float{position:absolute;bottom:-2rem;right:-2rem;border-radius:1.5rem;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:.5rem;min-width:200px}@media (max-width: 640px){.about__float{right:1rem;bottom:1rem;padding:1.25rem 1.5rem;min-width:160px}}.about__float-num{font-family:Playfair Display,serif;font-size:3rem;font-weight:900;color:var(--white);line-height:1}.about__float-num small{font-size:1.5rem;font-weight:700;color:var(--gold-light)}.about__float-label{color:#ffffff80}.about__float-bar{width:100%;height:3px;background:rgba(255,255,255,.15);border-radius:100px;overflow:hidden;margin-top:.5rem}.about__float-bar span{display:block;height:100%;width:var(--w, 80%);background:var(--gold);border-radius:100px}.about__title{font-size:clamp(2rem,3.5vw,3rem);margin:1.25rem 0;color:var(--ink)}.about__title em{font-style:italic;color:var(--gold)}.about__text{margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.about__text strong{color:var(--ink);font-weight:700}.about__pillars{display:flex;flex-direction:column;gap:.875rem;margin-bottom:3rem;list-style:none}.about__pillar{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--ink);font-weight:500}.about__check{color:var(--gold);flex-shrink:0;margin-top:1px}.about__metrics{display:flex;gap:3rem;padding:2rem 0;border-top:1px solid var(--ink-05);border-bottom:1px solid var(--ink-05);margin-bottom:3rem}.about__metric{display:flex;flex-direction:column;gap:.25rem}.about__metric strong{font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;color:var(--ink);letter-spacing:-.03em;line-height:1}.about__metric span{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-50)}.featured{background:var(--white)}.featured__header{display:flex;flex-direction:column;gap:2rem;max-width:800px}@media (min-width: 768px){.featured__header{flex-direction:row;align-items:flex-end;justify-content:space-between;max-width:100%}}.featured__title{font-size:clamp(2.25rem,4vw,3.5rem);color:var(--ink)}.featured__lead{max-width:400px;flex-shrink:0}.featured__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.featured__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.featured__grid{grid-template-columns:repeat(3,1fr)}}.prop-card{background:var(--smoke);border-radius:var(--radius-card);overflow:hidden;transition:box-shadow .5s ease,transform .5s ease;display:flex;flex-direction:column}.prop-card:hover{box-shadow:0 32px 80px #0000001f;transform:translateY(-6px)}.prop-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;flex-shrink:0}.prop-card__img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.prop-card:hover .prop-card__img{transform:scale(1.05)}.prop-card__img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,13,13,.4),transparent 60%)}.prop-card__tag{position:absolute;top:1.25rem;left:1.25rem}.prop-card__body{padding:2rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.prop-card__location{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-50)}.prop-card__name{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.2}.prop-card__price{display:flex;align-items:baseline;gap:.4rem;margin-top:.25rem}.prop-card__price strong{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--gold);letter-spacing:-.03em}.prop-card__price span{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-50)}.prop-card__meta{display:flex;gap:1.25rem;padding:1rem 0;border-top:1px solid var(--ink-05);border-bottom:1px solid var(--ink-05);margin:.5rem 0}.prop-card__meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--ink-50)}.prop-card__cta{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-top:auto;transition:gap .3s}.prop-card__cta:hover{gap:.75rem}.featured__footer{display:flex;justify-content:center;margin-top:5rem}.testimonials{position:relative;overflow:hidden;padding:var(--space-2xl) 0}.testimonials__bg,.testimonials__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.testimonials__bg-overlay{position:absolute;inset:0;background:rgba(10,10,10,.82);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.testimonials__header{max-width:600px}.testimonials__title{font-size:clamp(2.25rem,3.5vw,3rem);color:var(--white)}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testi-card{border-radius:var(--radius-card);padding:3rem;display:flex;flex-direction:column;gap:1.5rem;transition:transform .4s ease}.testi-card:hover{transform:translateY(-4px)}.testi-card__stars{display:flex;gap:.25rem}.testi-card__text{font-size:1rem;line-height:1.8;color:#fffc;flex:1;font-style:italic}.testi-card__author{display:flex;flex-direction:column;gap:.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.testi-card__name{font-size:.9rem;font-weight:700;color:var(--white)}.testi-card__role{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-light)}.contact{background:var(--smoke)}.contact__layout{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media (min-width: 900px){.contact__layout{grid-template-columns:1fr 1.3fr;gap:6rem}}.contact__title{font-size:clamp(2rem,3vw,3rem);margin:1.25rem 0}.contact__title em{font-style:italic;color:var(--gold)}.contact__lead{margin-bottom:3rem}.contact__details{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact__detail{display:flex;align-items:flex-start;gap:1.25rem}.contact__detail-icon{width:44px;height:44px;border-radius:12px;background:rgba(192,155,91,.1);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.contact__detail-label{display:block;color:var(--ink-50);margin-bottom:.25rem}.contact__detail-val{font-size:.95rem;font-weight:600;color:var(--ink);line-height:1.6}.contact__detail-link:hover{color:var(--gold)}.contact__wa{margin-top:.5rem}.contact__form-wrap{border-radius:var(--radius-section);padding:3rem;box-shadow:0 24px 80px #0000000f}@media (max-width: 640px){.contact__form-wrap{padding:2rem 1.5rem}}.contact__form-title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--ink);margin-bottom:2rem;letter-spacing:-.02em}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 600px){.contact__row{grid-template-columns:1fr 1fr}}.contact__field{display:flex;flex-direction:column;gap:.5rem}.contact__label{color:var(--ink-50)}.contact__input{width:100%;background:var(--white);border:1.5px solid var(--ink-05);border-radius:12px;padding:1rem 1.25rem;font-size:.95rem;font-family:Inter,sans-serif;color:var(--ink);transition:border-color .3s;outline:none;-webkit-appearance:none;appearance:none}.contact__input::placeholder{color:#0d0d0d4d}.contact__input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c09b5b1f}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{width:100%;justify-content:center;margin-top:.5rem}.contact__map-wrap{margin-top:4rem;border-radius:var(--radius-section);overflow:hidden;box-shadow:0 24px 80px #0000001a;border:1.5px solid var(--ink-05);position:relative}.contact__map-wrap:before{content:"";position:absolute;inset:0;border-radius:var(--radius-section);pointer-events:none;z-index:1;border:1.5px solid rgba(192,155,91,.18)}.contact__map{width:100%;height:420px;border:none;display:block;filter:grayscale(20%) contrast(1.05);transition:filter .4s ease}.contact__map-wrap:hover .contact__map{filter:grayscale(0%) contrast(1)}@media (max-width: 640px){.contact__map{height:280px}.contact__map-wrap{margin-top:3rem}}.footer{background:var(--ink);color:#ffffff8c;padding-top:2rem}.footer__inner{display:grid;grid-template-columns:1fr;gap:4rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}@media (min-width: 640px){.footer__inner{grid-template-columns:2fr 1fr 1fr}}.footer__logo{margin-bottom:2rem}.footer__logo-img{height:52px;width:auto;display:block}.footer__tagline{font-size:.875rem;line-height:1.7;max-width:280px;margin-bottom:2rem}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:38px;height:38px;border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff6;transition:all .3s}.footer__social-link:hover{border-color:var(--gold);color:var(--gold)}.footer__nav-title{color:#ffffff4d;margin-bottom:1.5rem}.footer__nav-list,.footer__contact-list{display:flex;flex-direction:column;gap:.875rem}.footer__nav-link{font-size:.9rem;font-weight:500;color:#ffffff8c;transition:color .3s}.footer__nav-link:hover{color:var(--gold)}.footer__address{font-size:.875rem;line-height:1.6;color:#fff6}.footer__bottom{padding:1.75rem 0}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer__copy{font-size:.8rem}.footer__top-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff6;transition:all .35s;flex-shrink:0}.footer__top-btn:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}:root{--gold: #C09B5B;--gold-light: #D4B578;--gold-dark: #9E7D3F;--ink: #0D0D0D;--ink-80: rgba(13, 13, 13, .8);--ink-50: rgba(13, 13, 13, .5);--ink-20: rgba(13, 13, 13, .2);--ink-05: rgba(13, 13, 13, .05);--smoke: #F9F9F7;--white: #FFFFFF;--white-90: rgba(255,255,255,.9);--white-20: rgba(255,255,255,.2);--white-10: rgba(255,255,255,.1);--white-05: rgba(255,255,255,.05);--blur-sm: blur(8px);--blur-md: blur(16px);--blur-lg: blur(32px);--ease-smooth: cubic-bezier(.23, 1, .32, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--radius-card: 2rem;--radius-section: 3rem;--radius-pill: 100px;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--space-2xl: 14rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;background:var(--smoke);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1400px;margin:0 auto;padding:0 4rem}@media (max-width: 1024px){.container{padding:0 2rem}}@media (max-width: 640px){.container{padding:0 1.25rem}}.glass-white{background:rgba(255,255,255,.08);backdrop-filter:var(--blur-md);-webkit-backdrop-filter:var(--blur-md);border:1px solid rgba(255,255,255,.15)}.glass-dark{background:rgba(13,13,13,.6);backdrop-filter:var(--blur-md);-webkit-backdrop-filter:var(--blur-md);border:1px solid rgba(255,255,255,.08)}.glass-smoke{background:rgba(249,249,247,.85);backdrop-filter:var(--blur-md);-webkit-backdrop-filter:var(--blur-md);border:1px solid rgba(13,13,13,.06)}.display{font-family:Syne,sans-serif;font-weight:800;line-height:1;letter-spacing:-.04em}.heading{font-family:Syne,sans-serif;font-weight:700;line-height:1.1;letter-spacing:-.03em}.label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em}.body-lg{font-size:1.125rem;line-height:1.7;color:var(--ink-50)}.body-sm{font-size:.875rem;line-height:1.6;color:var(--ink-50)}.btn{display:inline-flex;align-items:center;gap:.75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;padding:1.1rem 2.5rem;border-radius:var(--radius-pill);transition:all .4s var(--ease-smooth);cursor:pointer;white-space:nowrap}.btn:hover{transform:translateY(-3px)}.btn-gold{background:var(--gold);color:var(--white);box-shadow:0 8px 24px #c09b5b59}.btn-gold:hover{background:var(--gold-dark);box-shadow:0 16px 40px #c09b5b66}.btn-outline-white{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.4)}.btn-outline-white:hover{background:var(--white-20);border-color:var(--white)}.btn-outline-dark{background:transparent;color:var(--ink);border:1.5px solid var(--ink-20)}.btn-outline-dark:hover{background:var(--ink);color:var(--white);border-color:var(--ink)}.btn-white{background:var(--white);color:var(--ink);box-shadow:0 8px 32px #0000001f}.btn-white:hover{background:var(--ink);color:var(--white);box-shadow:0 16px 48px #0003}.tag{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:var(--radius-pill);font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.section{padding:var(--space-2xl) 0;position:relative}.section-sm{padding:var(--space-xl) 0}.section-header{margin-bottom:var(--space-lg)}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.gap-6{gap:3rem}.gap-8{gap:4rem}.gap-12{gap:6rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.screen-h{height:100vh}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover;object-position:center}.select-none{user-select:none}.pointer-events-none{pointer-events:none}.text-white{color:var(--white)}.text-gold{color:var(--gold)}.text-ink{color:var(--ink)}.text-muted{color:var(--ink-50)}.hidden{display:none!important}@media (min-width: 768px){.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:grid-3{grid-template-columns:repeat(3,1fr)!important}}.divider{width:40px;height:2px;background:var(--gold);margin:1.5rem 0}
