.home-hero{position:relative;height:100vh;min-height:620px;overflow:hidden}.carousel-slides{position:absolute;top:0;right:0;bottom:0;left:0}.carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.4s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.carousel-slide.active{opacity:1}.carousel-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0b1c2e7a,#0b1c2e47 45%,#0b1c2eb8)}.home-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 24px}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.68rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:22px;animation:heroFadeUp .9s ease both;animation-delay:.2s}.home-hero__eyebrow:before,.home-hero__eyebrow:after{content:"";display:block;width:28px;height:1px;background:var(--gold);opacity:.7}.home-hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,7vw,5.2rem);color:var(--white);line-height:1.1;margin-bottom:24px;letter-spacing:-.01em;max-width:860px;animation:heroFadeUp .9s ease both;animation-delay:.35s}.home-hero__title em{font-style:italic;color:#e8c96b}.home-hero__sub{font-size:clamp(.95rem,2vw,1.1rem);color:#ffffffc7;max-width:500px;margin:0 auto 40px;line-height:1.7;animation:heroFadeUp .9s ease both;animation-delay:.5s}.home-hero__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;animation:heroFadeUp .9s ease both;animation-delay:.65s}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.home-hero__content.transitioning .home-hero__eyebrow,.home-hero__content.transitioning .home-hero__title,.home-hero__content.transitioning .home-hero__sub,.home-hero__content.transitioning .home-hero__actions{animation:none;opacity:0;transform:translateY(14px)}.home-hero__content.animating .home-hero__eyebrow{animation:heroFadeUp .8s ease both .1s}.home-hero__content.animating .home-hero__title{animation:heroFadeUp .8s ease both .22s}.home-hero__content.animating .home-hero__sub{animation:heroFadeUp .8s ease both .38s}.home-hero__content.animating .home-hero__actions{animation:heroFadeUp .8s ease both .5s}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#0b1c2e59;border:1px solid rgba(255,255,255,.25);color:var(--white);width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background var(--transition),border-color var(--transition),transform var(--transition)}.carousel-arrow:hover{background:#cba1358c;border-color:var(--gold);transform:translateY(-50%) scale(1.08)}.carousel-arrow svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.carousel-arrow--prev{left:28px}.carousel-arrow--next{right:28px}.carousel-dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:10px}.carousel-dot{width:28px;height:3px;border-radius:2px;background:#ffffff59;cursor:pointer;transition:background .35s ease,width .35s ease;border:none}.carousel-dot.active{background:var(--gold);width:44px}.home-hero__scroll{position:absolute;bottom:32px;right:40px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:6px;color:#ffffff80;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;animation:scrollBounce 2.4s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.trust-bar{background:var(--navy);padding:22px 0;border-bottom:1px solid rgba(255,255,255,.06)}.trust-bar__inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:10px;color:#ffffffad;font-size:.82rem;padding:6px 32px;position:relative}.trust-bar__item+.trust-bar__item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:28px;background:#cba13540}.trust-bar__item svg{color:var(--gold);flex-shrink:0}.trust-bar__item strong{color:#ffffffeb;font-weight:600}.section-ornament{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}.section-ornament__line{display:block;width:36px;height:1px;background:var(--gold);opacity:.6}.section-ornament__label{font-size:.68rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:2/3;cursor:pointer;box-shadow:var(--shadow-lg)}.feature-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .7s cubic-bezier(.4,0,.2,1);will-change:transform}.feature-card:hover .feature-card__bg{transform:scale(1.06)}.feature-card__bg img{width:100%;height:100%;object-fit:cover;display:block}.feature-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0b1c2ef2,#0b1c2e80 45%,#0b1c2e14 80%);transition:background .5s ease}.feature-card:hover .feature-card__overlay{background:linear-gradient(to top,#0b1c2ef7,#0b1c2e9e 55%,#0b1c2e26 85%)}.feature-card:after{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;background:var(--gold-gradient);border-radius:0 2px 2px 0;transform:scaleY(0);transform-origin:center;transition:transform .4s cubic-bezier(.34,1.56,.64,1);z-index:3}.feature-card:hover:after{transform:scaleY(1)}.feature-card__body{position:absolute;bottom:0;left:0;right:0;padding:28px 26px 32px;z-index:2;transform:translateY(4px);transition:transform .4s ease}.feature-card:hover .feature-card__body{transform:translateY(0)}.feature-card__label{font-size:.78rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:6px;display:block;height:1.17rem;overflow:hidden}.feature-card__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,2.5vw,2rem);color:var(--white);margin-bottom:10px;line-height:1.25;height:5rem;overflow:hidden}.feature-card__desc{font-size:.83rem;color:#ffffffb8;line-height:1.6;margin-bottom:40px;opacity:0;transform:translateY(10px);transition:opacity .4s ease .06s,transform .4s ease .06s;height:4.8rem;overflow:hidden}.feature-card:hover .feature-card__desc{opacity:1;transform:translateY(0)}.feature-card .btn{opacity:0;transform:translateY(10px);transition:opacity .4s ease .12s,transform .4s ease .12s,box-shadow var(--transition),background var(--transition)}.feature-card:hover .btn{opacity:1;transform:translateY(0)}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.split-section__img{border-radius:var(--radius-md);aspect-ratio:4/5;position:relative;box-shadow:var(--shadow-lg),14px 14px #cba13538}.split-section__img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius-md);overflow:hidden;transition:transform .7s ease}.split-section__img:hover img{transform:scale(1.03)}.split-section__label{font-size:.68rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:block}.split-section__title{font-size:clamp(1.6rem,3.2vw,2.4rem);margin-bottom:18px;line-height:1.18;letter-spacing:-.01em}.split-section__body{font-size:.96rem;color:var(--gray-text);line-height:1.8;margin-bottom:28px}.split-check-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}.split-check-list li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:var(--gray-text)}.split-check-list li:before{content:"✦";color:var(--gold);font-size:.6rem;flex-shrink:0;margin-top:4px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.steps-grid:before{content:"";position:absolute;top:27px;left:14%;right:14%;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:.35}.step-item{text-align:center;position:relative;z-index:1}.step-item__num{width:54px;height:54px;border-radius:50%;background:var(--gold-gradient);color:var(--white);font-size:1rem;font-weight:700;font-family:Playfair Display,serif;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 6px 20px #cba13559;transition:transform var(--transition),box-shadow var(--transition)}.step-item:hover .step-item__num{transform:scale(1.1);box-shadow:0 10px 28px #cba13573}.step-item h3{font-size:.95rem;margin-bottom:8px;color:var(--white)}.step-item p{font-size:.83rem;color:#ffffff85;margin:0;line-height:1.6}.gallery-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-strip__item{aspect-ratio:1;border-radius:12px;overflow:hidden}.gallery-strip__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.gallery-strip__item:hover img{transform:scale(1.06)}.cta-banner{background:var(--navy);padding:88px 0;text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(203,161,53,.06) 0%,transparent 50%),linear-gradient(-45deg,rgba(203,161,53,.04) 0%,transparent 50%);pointer-events:none}.cta-banner__content{position:relative;z-index:1}.cta-banner__eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;font-size:.68rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.cta-banner__eyebrow:before,.cta-banner__eyebrow:after{content:"";display:block;width:40px;height:1px;background:var(--gold);opacity:.5}.cta-banner__title{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--white);margin-bottom:18px;letter-spacing:-.01em}.cta-banner__sub{color:#ffffff9e;font-size:1rem;max-width:460px;margin:0 auto 40px;line-height:1.75}.cta-banner__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.reveal-up{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal-up.visible{opacity:1;transform:translateY(0)}.reveal-up:nth-child(2){transition-delay:.1s}.reveal-up:nth-child(3){transition-delay:.2s}.reveal-up:nth-child(4){transition-delay:.3s}.section-heading{text-align:center;margin-bottom:56px}.section-heading h2{font-size:clamp(1.7rem,3.2vw,2.4rem);margin-bottom:14px;letter-spacing:-.015em}.section-heading p{color:var(--gray-text);max-width:500px;margin:0 auto;font-size:.96rem;line-height:1.75}@media (max-width: 1024px){.feature-grid{grid-template-columns:1fr 1fr}.feature-card{aspect-ratio:3/4}.split-section{gap:48px}}@media (max-width: 960px){.split-section{grid-template-columns:1fr;gap:36px}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}.trust-bar__item:before{display:none}.trust-bar__inner{gap:20px}.trust-bar__item{padding:8px 20px}.gallery-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.feature-grid{grid-template-columns:1fr}.feature-card{aspect-ratio:4/3}.feature-card__label,.feature-card__title{height:auto;overflow:visible}.feature-card__desc{opacity:1;transform:none;height:auto;overflow:visible}.feature-card .btn{opacity:1;transform:none}.steps-grid{grid-template-columns:1fr}.carousel-arrow,.home-hero__scroll,.gallery-strip{display:none}}@media (prefers-reduced-motion: reduce){.carousel-slide{transition:none}.home-hero__title,.home-hero__eyebrow,.home-hero__sub,.home-hero__actions{animation:none!important;opacity:1!important;transform:none!important}.reveal-up{opacity:1;transform:none;transition:none}.feature-card__bg{transition:none}}
