.home-v2 .experiences{background:var(--deep);padding:80px 60px}.home-v2 .experiences-header{text-align:center;max-width:600px;margin:0 auto 80px}.home-v2 .experiences-header .section-label{color:var(--gold)}.home-v2 .experiences-header .section-title{color:var(--white)}.home-v2 .experiences-header .section-body{color:#fdfaf68c;margin-top:20px}.home-v2 .exp-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:3px;max-width:1340px;margin:0 auto}.home-v2 .exp-card{position:relative;display:block;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit}.home-v2 .exp-card:first-child{grid-column:span 2}.home-v2 .exp-card-img{width:100%;height:420px;background-size:cover;background-position:50%;transition:transform .8s cubic-bezier(.25,.46,.45,.94);display:block}.home-v2 .exp-card:hover .exp-card-img{transform:scale(1.05)}.home-v2 .exp-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#1a2a2ee6 0,#1a2a2e1a 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:36px;transition:background .5s}.home-v2 .exp-card:hover .exp-card-overlay{background:linear-gradient(0deg,#1a2a2ef2 0,#1a2a2e4d 60%)}.home-v2 .exp-tag{font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.home-v2 .exp-name{font-weight:300;font-size:1.9rem;color:var(--white);line-height:1.1;margin:0 0 12px}.home-v2 .exp-desc{font-size:.78rem;line-height:1.7;color:#fdfaf6a6;max-width:380px;max-height:0;overflow:hidden;transition:max-height .5s ease,opacity .4s;opacity:0;margin:0}.home-v2 .exp-card:hover .exp-desc{max-height:100px;opacity:1}.home-v2 .exp-arrow{position:absolute;top:28px;right:28px;width:40px;height:40px;border:1px solid #fdfaf64d;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.1rem;opacity:0;transform:translate(8px,-8px);transition:opacity .4s,transform .4s;pointer-events:none}.home-v2 .exp-card:hover .exp-arrow{opacity:1;transform:translate(0)}@media (max-width:1024px){.home-v2 .experiences{padding:80px 32px}.home-v2 .exp-grid{grid-template-columns:1fr 1fr}.home-v2 .exp-card:first-child{grid-column:span 2}}@media (max-width:640px){.home-v2 .exp-grid{grid-template-columns:1fr}.home-v2 .exp-card:first-child{grid-column:span 1}}.home-v2 .hero{height:100dvh;height:100vh;min-height:500px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding-top:clamp(88px,10vh,120px);box-sizing:border-box}.home-v2 .hero-bg{position:absolute;inset:0;z-index:0}.home-v2 .hero-bg__media,.home-v2 .hero-bg__parallax{position:absolute;inset:0;width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.home-v2 .hero-bg--image .hero-bg__media,.home-v2 .hero-bg--image .hero-bg__parallax{background-size:cover}.home-v2 .hero-bg--video .hero-bg__media,.home-v2 .hero-bg--video .hero-bg__parallax{overflow:hidden}.home-v2 .hero-bg--image{transform:none;animation:none}.home-v2 .hero-bg--video{overflow:hidden}.home-v2 .hero-bg__poster,.home-v2 .hero-bg__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-v2 .hero-bg__poster-img{width:100%;height:100%;object-fit:cover}.home-v2 .hero-bg--video.hero-bg--ken-burns .hero-bg__poster-img,.home-v2 .hero-bg--video.hero-bg--ken-burns .hero-bg__video{transform:scale(1.05);animation:home-v2-hero-zoom 12s ease-out forwards}.home-v2 .hero-bg--video:not(.hero-bg--ken-burns) .hero-bg__media,.home-v2 .hero-bg--video:not(.hero-bg--ken-burns) .hero-bg__parallax{transform:scale(1.03)}.home-v2 .hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#1a2a2e4d 0,#1a2a2e1a 40%,#1a2a2ea6)}@keyframes home-v2-hero-zoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.home-v2 .hero-content{position:relative;z-index:2;width:100%;max-width:780px;padding:0 60px 80px;flex-shrink:0;animation:home-v2-hero-fade-up 1.2s ease .3s both}@keyframes home-v2-hero-fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-v2 .hero-eyebrow{font-size:.68rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;max-width:36rem;line-height:1.6}.home-v2 .hero h1{font-weight:300;font-size:clamp(3.2rem,7vw,5em);line-height:1.05;color:var(--white);margin-bottom:24px}.home-v2 .hero h1 em{font-style:italic;color:var(--lagoon-3)}.home-v2 .hero-sub{font-size:.85rem;line-height:1.8;color:#fdfaf6bf;max-width:460px;margin-bottom:40px;letter-spacing:.04em}.home-v2 .hero-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.home-v2 .hero .btn-primary{display:inline-block;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--deep);background:var(--gold);padding:16px 40px;text-decoration:none;transition:background .3s}.home-v2 .hero .btn-primary:hover{background:var(--white)}.home-v2 .hero .btn-ghost{display:inline-block;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#fdfaf6bf;text-decoration:none;border-bottom:1px solid #fdfaf64d;padding-bottom:3px;transition:color .3s,border-color .3s}.home-v2 .hero .btn-ghost:hover{color:var(--white);border-color:var(--white)}.home-v2 .hero-scroll{position:absolute;bottom:40px;right:60px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#fdfaf680;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;z-index:2;animation:home-v2-scroll-bounce 2s infinite}.home-v2 .scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),#0000)}@keyframes home-v2-scroll-bounce{0%,to{transform:translateX(50%) translateY(0)}50%{transform:translateX(50%) translateY(8px)}}@media (min-width:768px){.home-v2 .hero-scroll{position:fixed;right:calc(3.5rem + 1.5rem);bottom:calc(3.5rem + 3rem + 2.5rem);transform:translateX(50%);z-index:99}}@media (max-width:1024px){.home-v2 .hero{padding-top:clamp(80px,9vh,100px)}.home-v2 .hero-content{padding:0 32px 60px}}@media (max-height:900px){.home-v2 .hero{padding-top:clamp(84px,10vh,108px)}}.home-v2 .philosophy-strip{background:var(--deep);padding:28px 0;overflow:hidden}.home-v2 .philosophy-strip__marquee{display:flex;width:max-content;animation:philosophy-strip-marquee var(--philosophy-marquee-duration,45s) linear infinite}.home-v2 .philosophy-strip:hover .philosophy-strip__marquee{animation-play-state:paused}.home-v2 .philosophy-strip__track{display:flex;align-items:center;gap:clamp(24px,3vw,80px);flex-shrink:0;padding-right:clamp(24px,3vw,80px)}.home-v2 .philosophy-strip .item{display:flex;align-items:center;gap:14px;color:#fdfaf68c;font-size:.68rem;font-weight:300;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;line-height:1;padding:0;margin:0}.home-v2 .philosophy-strip .item .dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}@keyframes philosophy-strip-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1280px){.home-v2 .philosophy-strip{padding:24px 0}}.home-v2 .home-v2-intro{background:#f0ebe3;width:100%}.home-v2 .intro{padding:80px 60px;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;margin:0 auto}.home-v2 .intro-visual{position:relative;height:auto;overflow:visible}.home-v2 .intro-gallery{position:relative;width:100%;display:flex;flex-direction:column;gap:14px}.home-v2 .intro-gallery__stage{position:relative;width:100%;height:640px;clip-path:polygon(0 0,90% 0,100% 10%,100% 100%,0 100%);overflow:hidden}.home-v2 .intro-gallery__arrow{position:absolute;top:50%;z-index:4;width:46px;height:46px;border:none;background:#1a2a2e80;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);transition:background .3s ease}.home-v2 .intro-gallery__arrow:hover{background:#1a2a2ed9}.home-v2 .intro-gallery__arrow-icon{width:22px;height:22px;flex-shrink:0}.home-v2 .intro-gallery__arrow--prev{left:14px}.home-v2 .intro-gallery__arrow--next{right:14px}.home-v2 .intro-gallery__main,.home-v2 .intro-gallery__main .swiper-slide,.home-v2 .intro-gallery__main .swiper-wrapper,.home-v2 .intro-gallery__main.swiper{width:100%;height:100%}.home-v2 .intro-gallery__main .swiper-slide{display:flex;align-items:center;justify-content:center}.home-v2 .intro-gallery .swiper-wrapper{padding-bottom:0}.home-v2 .intro-gallery__main img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.home-v2 .intro-gallery__thumbs{position:relative;width:100%;margin:0}.home-v2 .intro-gallery__thumbs .swiper-slide{height:auto;aspect-ratio:4/3;opacity:.55;cursor:pointer;transition:opacity .3s ease,border-color .3s ease;overflow:hidden;border:2px solid #0000;box-sizing:border-box}.home-v2 .intro-gallery__thumbs .swiper-slide-thumb-active{opacity:1;border-color:var(--gold)}.home-v2 .intro-gallery__thumbs img{width:100%;height:100%;object-fit:cover;display:block}.home-v2 .intro-img-main{position:absolute;inset:-8% 0;height:116%;width:100%;background:50%/cover no-repeat;clip-path:polygon(0 0,90% 0,100% 10%,100% 100%,0 100%)}.home-v2 .intro-badge{position:absolute;top:-20px;left:-20px;width:110px;height:110px;background:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.1rem;color:var(--deep);text-align:center;line-height:1.2}.home-v2 .intro-text{display:flex;flex-direction:column;gap:28px}.home-v2 .intro-text .section-title{margin-bottom:4px}.home-v2 .section-label{font-size:1rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:0}.home-v2 .section-title{font-weight:300;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.1;color:var(--deep)}.home-v2 .section-title em{font-style:italic}.home-v2 .section-body{font-size:.88rem;line-height:1.9;color:var(--text-muted);letter-spacing:.03em;margin:0}.home-v2 .values-list{list-style:none;display:flex;flex-direction:column;gap:22px;margin:0;padding:0}.home-v2 .values-list li{display:flex;align-items:flex-start;gap:14px}.home-v2 .values-list__mark{width:18px;height:1px;background:var(--gold);margin-top:14px;flex-shrink:0}.home-v2 .values-list__content{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.home-v2 .values-list__content strong{display:block;color:var(--deep);font-weight:400;font-size:1rem;font-style:italic;line-height:1.25}.home-v2 .values-list__content p{margin:0;font-size:.83rem;color:var(--deep-2);line-height:1.65;letter-spacing:.02em}.home-v2 .intro .btn-primary{display:inline-block;align-self:flex-start;margin-top:8px;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--deep);background:var(--gold);padding:16px 40px;text-decoration:none;transition:background .3s}.home-v2 .intro .btn-primary:hover{background:var(--white)}@media (max-width:1024px){.home-v2 .intro{grid-template-columns:1fr;gap:60px;padding:80px 32px}.home-v2 .intro-visual{height:auto;min-height:420px}.home-v2 .intro-gallery__stage{height:auto;aspect-ratio:3/4;max-height:700px}.home-v2 .intro-gallery__thumbs{margin-top:6px}}.home-v2 .home-v2-rooms{background:var(--sand);width:100%}.home-v2 .rooms{padding:80px 60px;max-width:1340px;margin:0 auto}.bg-yellow{background:#c9ab82}.home-v2 .rooms-header{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:64px}.home-v2 .rooms-header__intro{flex:1;max-width:52%;min-width:0}.home-v2 .rooms-header__body{margin-top:28px;max-width:100%}.home-v2 .rooms-link{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--deep);text-decoration:none;border-bottom:1px solid var(--deep);padding-bottom:2px;transition:color .3s,border-color .3s;flex-shrink:0;white-space:nowrap;align-self:flex-end}.home-v2 .rooms-link:hover{color:var(--lagoon-1);border-color:var(--lagoon-1)}.home-v2 .rooms-scroll{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-v2 .room-card{display:flex;flex-direction:column;gap:0}.home-v2 .room-expandable{cursor:pointer}.home-v2 .room-img{height:320px;overflow:hidden}.home-v2 .room-img-inner{width:100%;height:100%;background-size:cover;background-position:50%;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.home-v2 .room-card:hover .room-img-inner{transform:scale(1.04)}.home-v2 .room-info{background:var(--white);padding:28px 28px 24px;display:flex;flex-direction:column;gap:8px;flex:1}.home-v2 .room-type{font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold)}.home-v2 .room-name-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.home-v2 .room-name{font-size:1.55rem;font-weight:300;color:var(--deep);line-height:1.15;margin:0}.home-v2 .room-expand-icon{font-size:1.3rem;color:var(--gold);flex-shrink:0;margin-top:4px;transition:transform .35s ease;cursor:pointer;line-height:1}.home-v2 .room-expandable.open .room-expand-icon{transform:rotate(45deg)}.home-v2 .room-expand-content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.25,.46,.45,.94),opacity .4s ease;opacity:0;display:flex;flex-direction:column;gap:10px}.home-v2 .room-expandable.open .room-expand-content{max-height:260px;opacity:1}.home-v2 .room-expand-text{font-size:.74rem;line-height:1.75;color:var(--text-muted);margin:0}.home-v2 .room-expand-exp{font-style:italic;font-size:.88rem;line-height:1.65;color:var(--deep);padding-top:6px;border-top:1px solid var(--sand-deep);margin:0}.home-v2 .room-features{display:flex;gap:16px;margin-top:4px;flex-wrap:wrap;padding:0;list-style:none}.home-v2 .room-feature{font-size:.66rem;letter-spacing:.12em;color:var(--text-muted);display:flex;align-items:center;gap:6px}.home-v2 .room-feature:before{content:"·";color:var(--gold)}.home-v2 .room-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid var(--sand-deep)}.home-v2 .room-price{font-size:1.4rem;color:var(--deep)}.home-v2 .room-price small{font-size:.65rem;color:var(--text-muted);letter-spacing:.1em;display:block;margin-bottom:-2px}.home-v2 .room-btn{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--deep);text-decoration:none;border-bottom:1px solid var(--deep);padding-bottom:2px;transition:color .3s,border-color .3s}.home-v2 .room-btn:hover{color:var(--lagoon-1);border-color:var(--lagoon-1)}@media (max-width:1024px){.home-v2 .rooms{padding:80px 32px}.home-v2 .rooms-scroll{grid-template-columns:1fr 1fr}}@media (max-width:640px){.home-v2 .rooms-scroll{grid-template-columns:1fr}.home-v2 .rooms-header{flex-direction:column;align-items:flex-start;gap:28px}.home-v2 .rooms-header__intro{max-width:100%}.home-v2 .rooms-link{white-space:normal;align-self:flex-start}}.home-v2 .wellness{background:var(--deep-2);padding:0;display:grid;grid-template-columns:1fr 1fr;min-height:720px;overflow:hidden}.home-v2 .wellness-img-wrap{position:relative;min-height:100%;overflow:hidden}.home-v2 .wellness-img{position:absolute;inset:-10% 0;height:120%;width:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.home-v2 .wellness-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#0000 0,#0000 48%,#2432381f 72%,#24323873 90%,var(--deep-2) 100%);pointer-events:none}.home-v2 .wellness-content{padding:88px 72px 88px 56px;justify-content:flex-start;min-height:100%;background:var(--deep-2)}.home-v2 .wellness-content,.home-v2 .wellness-content__head{display:flex;flex-direction:column;gap:28px}.home-v2 .wellness-content .section-label{color:var(--gold);margin:0}.home-v2 .wellness-content .section-title{color:var(--white);margin:0;font-size:clamp(2.4rem,3.8vw,3.6rem);line-height:1.08}.home-v2 .wellness-content .section-title em{font-style:italic}.home-v2 .wellness-body{display:flex;flex-direction:column;gap:18px}.home-v2 .wellness-content .section-body{color:#fdfaf69e;margin:0;font-size:.88rem;line-height:1.85;letter-spacing:.02em}.home-v2 .wellness-body-closing{max-width:520px}.home-v2 .wellness-content .wellness-body-emphasis{color:var(--gold);font-size:1rem;font-style:italic}.home-v2 .wellness-treatments{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:4px}.home-v2 .treatment{padding:22px 20px;min-height:118px;border:1px solid #fdfaf61f;background:#fdfaf608;transition:background .3s,border-color .3s}.home-v2 .treatment:hover{background:#c8a96e0f;border-color:#c8a96e38}.home-v2 .treatment-name{font-size:1.05rem;color:var(--white);margin-bottom:8px;line-height:1.2}.home-v2 .treatment-desc{font-size:.72rem;line-height:1.65;color:#fdfaf67a}.home-v2 .wellness-cta{display:inline-block;align-self:flex-start;margin-top:auto;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--deep);background:var(--gold);padding:16px 40px;text-decoration:none;transition:background .3s}.home-v2 .wellness-cta:hover{background:var(--white)}@media (min-width:1025px){.home-v2 .wellness{align-items:stretch}.home-v2 .wellness-img{height:100%;background-position:78%}.home-v2 .wellness-content{padding:96px 80px 96px 64px}}@media (max-width:1024px){.home-v2 .wellness{grid-template-columns:1fr;min-height:0}.home-v2 .wellness-img{height:360px;min-height:360px;background-position:75%}.home-v2 .wellness-img:after{background:linear-gradient(to top,var(--deep-2) 24%,#0000 100%)}.home-v2 .wellness-content{padding:60px 32px 72px;min-height:0}.home-v2 .wellness-cta{margin-top:12px}}@media (max-width:640px){.home-v2 .wellness-treatments{grid-template-columns:1fr}}.home-v2 .home-v2-lagoon{background:var(--white);width:100%}.home-v2 .lagoon-strip{padding:120px 60px;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;max-width:1340px;margin:0 auto}.home-v2 .lagoon-text{display:flex;flex-direction:column;gap:28px}.home-v2 .lagoon-activities{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.home-v2 .activity-pill{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--lagoon-1);border:1px solid var(--lagoon-3);padding:8px 18px;background:#5bbdcb0f}.home-v2 .lagoon-visual{position:relative;height:520px;overflow:hidden}.home-v2 .lagoon-main{position:absolute;inset:-8% 0;height:116%;width:100%;background:50%/cover no-repeat}.home-v2 .lagoon-colors{position:absolute;bottom:-28px;left:-28px;display:flex;gap:4px}.home-v2 .color-swatch{width:28px;height:80px}@media (max-width:1024px){.home-v2 .lagoon-strip{grid-template-columns:1fr;gap:60px;padding:80px 32px}.home-v2 .lagoon-visual{height:360px}}.home-v2 .offer-banner{background:var(--lagoon-1);padding:60px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.home-v2 .offer-eyebrow{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:#fdfaf6b3;margin:0 0 10px}.home-v2 .offer-title{font-weight:300;font-size:2.4rem;color:var(--white);line-height:1.1;margin:0}.home-v2 .offer-desc{font-size:.82rem;color:#fdfaf6bf;margin:10px 0 0}.home-v2 .offer-btn{display:inline-block;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--lagoon-1);background:var(--white);padding:16px 40px;text-decoration:none;white-space:nowrap;transition:background .3s}.home-v2 .offer-btn:hover{background:var(--sand)}@media (max-width:1024px){.home-v2 .offer-banner{padding:50px 32px}}.home-v2 .testimonials{padding:120px 60px;background:var(--sand);max-width:1340px;margin:0 auto}.home-v2 .testimonials-header{text-align:center;margin-bottom:64px}.home-v2 .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.home-v2 .testi-card{background:var(--white);padding:40px 36px;display:flex;flex-direction:column;gap:20px}.home-v2 .stars{display:flex;gap:4px;color:var(--gold);font-size:.75rem;letter-spacing:4px}.home-v2 .testi-text{font-size:1.15rem;font-style:italic;line-height:1.7;color:var(--deep);margin:0}.home-v2 .testi-author{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-top:auto}@media (max-width:1024px){.home-v2 .testimonials{padding:80px 24px}.home-v2 .testi-grid{grid-template-columns:1fr;gap:20px}}@media (max-width:640px){.home-v2 .testi-grid{gap:16px}}.home-v2 .blog{padding:120px 60px;background:var(--white)}.home-v2 .blog-inner{max-width:1340px;margin:0 auto}.home-v2 .blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px}.home-v2 .blog-link{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--deep);text-decoration:none;border-bottom:1px solid var(--deep);padding-bottom:2px;transition:color .3s,border-color .3s;flex-shrink:0}.home-v2 .blog-link:hover{color:var(--lagoon-1);border-color:var(--lagoon-1)}.home-v2 .blog-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3px;align-items:stretch}.home-v2 .blog-card{position:relative;overflow:hidden;display:flex;flex-direction:column;background:var(--sand);text-decoration:none;color:inherit;min-height:100%}.home-v2 .blog-card-img{height:280px;overflow:hidden;flex-shrink:0}.home-v2 .blog-card-img-inner{width:100%;height:100%;background-size:cover;background-position:50%;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.home-v2 .blog-card:hover .blog-card-img-inner{transform:scale(1.05)}.home-v2 .blog-featured-badge{position:absolute;top:20px;left:20px;background:var(--gold);color:var(--deep);font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;padding:5px 12px;font-weight:400;z-index:2}.home-v2 .blog-card-body{padding:28px 28px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.home-v2 .blog-meta{display:flex;align-items:center;gap:14px}.home-v2 .blog-category{font-size:.58rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);font-weight:400}.home-v2 .blog-date{font-size:.62rem;letter-spacing:.1em;color:var(--text-muted)}.home-v2 .blog-title{font-weight:300;font-size:1.3rem;line-height:1.2;color:var(--deep);transition:color .3s;margin:0}.home-v2 .blog-card:hover .blog-title{color:var(--lagoon-1)}.home-v2 .blog-excerpt{font-size:.76rem;line-height:1.75;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.home-v2 .blog-read{margin-top:auto;padding-top:16px;border-top:1px solid var(--sand-deep);font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;color:var(--deep);display:flex;align-items:center;gap:8px;transition:gap .3s,color .3s}.home-v2 .blog-card:hover .blog-read{gap:14px;color:var(--lagoon-1)}.home-v2 .blog-read-arrow{font-size:.9rem}@media (max-width:1024px){.home-v2 .blog{padding:80px 32px}.home-v2 .blog-grid{grid-template-columns:1fr 1fr}.home-v2 .blog-header{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width:640px){.home-v2 .blog-grid{grid-template-columns:1fr}}.home-v2{--sand:#f0ebe3;--sand-deep:#e2d9cc;--lagoon-1:#3a8fa3;--lagoon-2:#5bbdcb;--lagoon-3:#91d8df;--lagoon-4:#b8ecef;--deep:#1a2a2e;--deep-2:#243238;--gold:#c8a96e;--white:#fdfaf6;--text-muted:#7a8a8d;background:var(--sand);color:var(--deep)}.home-v2-scroll-root--active .reveal{transition:opacity 1.15s cubic-bezier(.22,.61,.36,1),transform 1.15s cubic-bezier(.22,.61,.36,1)}.home-v2 .reveal{opacity:1;transform:translateY(0)}.home-v2 .reveal.reveal-pending,.home-v2-scroll-root--active .reveal.reveal-pending{opacity:0;transform:translateY(56px)}.home-v2 .reveal.visible,.home-v2-scroll-root--active .reveal.visible{opacity:1;transform:translateY(0)}.home-v2 .reveal-delay-1{transition-delay:.1s}.home-v2 .reveal-delay-2{transition-delay:.2s}.home-v2 .reveal-delay-3{transition-delay:.3s}.home-v2 .reveal-delay-4{transition-delay:.4s}@media (max-width:767px){.home-v2 [data-scroll-parallax]{transform:none!important}}.home-v2 [data-scroll-parallax-wrap]{overflow:hidden}.home-v2 [data-scroll-parallax]{will-change:transform}@media (prefers-reduced-motion:reduce){.home-v2 .reveal,.home-v2 .reveal.reveal-pending{opacity:1;transform:none;filter:none;transition:none}.home-v2 [data-scroll-parallax]{transform:none!important}}