:root{--ink:#101827;--blue:#dfeeff;--sky:#b9d9f5;--paper:#f7f8fa;--white:#fff;--muted:#69717d;--line:#e2e5e9;--radius:24px;--max:1260px;--ease:cubic-bezier(.22,.61,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}button{font:inherit}
.topbar{max-width:1160px;height:66px;margin:20px auto 0;background:#fff;border:1px solid #e7e9ed;border-radius:18px;padding:0 16px 0 22px;display:flex;align-items:center;gap:28px;position:relative;z-index:10;box-shadow:0 8px 30px rgba(21,31,45,.05)}.brand{width:104px;height:32px}.brand img{object-fit:contain;object-position:left}.topbar nav{display:flex;gap:29px;margin:auto;font-size:11px;color:#4e5662}.topbar nav a:hover{color:#111}.nav-cta,.primary{background:var(--ink);color:#fff;padding:12px 16px;border-radius:12px;font-size:11px;font-weight:700}.nav-cta span,.primary span,.secondary span{margin-left:18px}.menu{display:none;border:0;background:none}
.mobile-nav{display:none}
.hero-wrap{max-width:1160px;margin:14px auto 0}.hero{min-height:590px;background:linear-gradient(135deg,#edf4fb 0%,#dcecff 100%);border-radius:28px;display:grid;grid-template-columns:46% 54%;overflow:hidden;position:relative}.hero-copy{padding:78px 30px 60px 58px;align-self:center}.eyebrow,.tag{font-size:9px;font-weight:700;letter-spacing:.15em;color:#65707d}.eyebrow{display:flex;align-items:center;gap:8px}.dot{width:6px;height:6px;background:#1a7cf3;border-radius:50%}.hero h1{font-size:clamp(55px,6vw,82px);line-height:.9;letter-spacing:-.065em;margin:26px 0 25px}.hero h1 span,h2 span{font-weight:400}.hero-copy>p{font-size:14px;color:#5f6873;line-height:1.6;max-width:430px}.hero-buttons{display:flex;gap:25px;align-items:center;margin-top:28px}.primary{display:inline-flex;justify-content:space-between;align-items:center;padding:15px 18px}.secondary{font-size:11px;font-weight:700;border-bottom:1px solid #aab0b7;padding-bottom:4px}.trust{display:flex;align-items:center;gap:11px;margin-top:42px;color:#777;font-size:9px}.avatars{display:flex}.avatars b{width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid #dbe8f6;margin-left:-5px}.avatars b:first-child{margin-left:0;background:#f1a88f}.avatars b:nth-child(2){background:#7689b7}.avatars b:nth-child(3){background:#e8cf9a}
.hero-image{margin:16px 16px 16px 0;border-radius:21px;overflow:hidden;position:relative;min-height:550px}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.42),transparent 48%)}.hero-image>img{transition:transform 1.2s var(--ease)}.hero:hover .hero-image>img{transform:scale(1.035)}.hero-label{position:absolute;z-index:2;left:28px;bottom:29px;color:#fff}.hero-label small,.hero-mini small{display:block;font-size:8px;letter-spacing:.15em;opacity:.75}.hero-label strong{display:block;font-size:29px;letter-spacing:-.04em;margin-top:3px}.hero-mini{position:absolute;z-index:3;right:22px;bottom:22px;background:#fff;border-radius:14px;padding:8px;display:flex;align-items:center;gap:10px;width:245px;box-shadow:0 15px 40px rgba(0,0,0,.16)}.hero-mini img{width:48px;height:48px;border-radius:9px}.hero-mini div{font-size:9px}.hero-mini small{color:#888;letter-spacing:.03em}.hero-mini strong{display:block;margin-top:3px;font-size:9px}
.hero-strip{height:56px;background:#fff;border:1px solid #e6e8eb;border-top:0;border-radius:0 0 20px 20px;display:flex;align-items:center;justify-content:center;gap:25px;color:#707780;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.hero-strip i{font-style:normal;color:#2381ee}
.section{max-width:1160px;margin:auto;padding:115px 38px}.about{padding-bottom:70px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw;margin-top:28px}.about h2,.section-head h2,.gallery h2,.faq h2{font-size:clamp(43px,5vw,65px);line-height:.94;letter-spacing:-.065em;margin:0}.about p{font-size:13px;color:#717984;max-width:470px;line-height:1.7}.about p.big{font-size:19px;line-height:1.45;color:#222b38;margin-top:0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.section-head>p{max-width:350px;color:#737b85;font-size:12px;line-height:1.65;margin:0}.compact{align-items:center}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature{min-height:360px;border-radius:var(--radius);overflow:hidden;position:relative;padding:31px}.feature.dark{background:#101827;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.feature.light{background:#e9eef4}.feature small,.image-copy small{font-size:8px;letter-spacing:.14em;opacity:.65}.feature h3{font-size:37px;line-height:.98;letter-spacing:-.055em;margin:22px 0 13px}.feature p{font-size:12px;line-height:1.6;max-width:280px;opacity:.65}.share-pills{display:flex;gap:6px;flex-wrap:wrap}.share-pills span{font-size:9px;border:1px solid #344052;padding:8px 10px;border-radius:100px;color:#c8d0dc}.feature.image{padding:0}.feature.image:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.65))}.feature.image img{transition:transform .9s var(--ease)}.feature.image:hover img{transform:scale(1.05)}.image-copy{position:absolute;z-index:2;left:30px;bottom:27px;color:#fff}.image-copy h3{margin:8px 0 0}.feature-count{display:flex;align-items:end;gap:12px;margin-top:45px}.feature-count strong{font-size:68px;line-height:.8;letter-spacing:-.08em}.feature-count span{font-size:10px;color:#7b8490}
.events{padding-top:70px}.event-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.event-cards article{height:350px;border-radius:20px;overflow:hidden;position:relative}.event-cards article:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.7))}.event-cards img{transition:transform .8s var(--ease)}.event-cards article:hover img{transform:scale(1.06)}.event-cards article div{position:absolute;z-index:2;left:20px;bottom:20px;color:#fff}.event-cards small{display:block;font-size:8px;opacity:.7}.event-cards strong{font-size:20px;display:block;margin-top:4px;letter-spacing:-.03em}
.plans{padding-top:70px}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.plan{background:#fff;border:1px solid #e4e7eb;border-radius:22px;padding:28px;min-height:465px;display:flex;flex-direction:column;position:relative}.plan.selected{background:#e8f2ff;border-color:#c4dcf8}.popular{position:absolute;top:0;right:0;background:#111827;color:#fff;border-radius:0 22px 0 12px;padding:9px 12px;font-size:8px;letter-spacing:.1em}.plan-top{display:flex;justify-content:space-between;color:#89919c;font-size:9px}.plan-top small{font-size:8px;letter-spacing:.12em}.plan h3{font-size:34px;letter-spacing:-.05em;margin:48px 0 4px}.plan>p{font-size:11px;color:#737b85;margin:0}.plan-name{font-size:13px;font-weight:700;margin:27px 0 8px;padding-bottom:16px;border-bottom:1px solid #dfe3e8}.plan ul{list-style:none;padding:0;margin:0;color:#68717c;font-size:10px}.plan li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}.plan li:before{content:"✓";color:#111;margin-right:8px}.plan>a{margin-top:auto;background:#111827;color:#fff;padding:14px;border-radius:11px;font-size:10px;font-weight:700;display:flex;justify-content:space-between}.plan>a span{margin-left:auto}
.gallery{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;align-items:start}.gallery-intro{padding-top:20px}.gallery-intro h2{margin:22px 0}.gallery-intro p{font-size:12px;color:#727b85;max-width:330px}.gallery-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:245px 245px;gap:10px}.gallery-grid img{border-radius:18px}.gallery-grid .g1{grid-row:span 2}.gallery-grid .g3{grid-column:2}
.faq{border-top:1px solid var(--line)}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw;margin-top:30px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;font-size:13px;font-weight:700;display:flex;justify-content:space-between}summary:after{content:"+";font-size:18px;font-weight:400}details[open] summary:after{content:"−"}.faq details p{font-size:11px;color:#777;max-width:600px;margin:12px 0 0;line-height:1.6}
.cta{max-width:1160px;margin:0 auto 35px;border-radius:26px;background:#101827;color:#fff;overflow:hidden}.cta-inner{padding:90px 65px;background:radial-gradient(circle at 80% 20%,#254c77 0,transparent 36%)}.cta h2{font-size:clamp(53px,6vw,80px);line-height:.9;letter-spacing:-.065em;margin:22px 0}.cta h2 span{font-weight:400}.cta p{font-size:13px;color:#aab4c2;margin-bottom:30px}.primary.light{background:#fff;color:#101827}
footer{max-width:1160px;margin:0 auto;padding:25px 38px 45px}.footer-main{border-top:1px solid #ddd;padding-top:25px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;font-size:10px}.footer-main img{width:100px;height:30px;object-fit:contain;object-position:left}.footer-main p{text-align:center;color:#7c838c}.footer-main>a{text-align:right}.footer-bottom{display:flex;justify-content:space-between;margin-top:50px;color:#8b929b;font-size:9px}.footer-bottom a{color:#222}
.hero-wrap,.section,.cta{opacity:0;transform:translateY(20px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.hero-wrap.show,.section.show,.cta.show{opacity:1;transform:none}
@media(max-width:850px){
 .topbar{margin:10px 12px 0;height:60px}.topbar nav,.nav-cta{display:none}.menu{display:flex;margin-left:auto;flex-direction:column;gap:6px}.menu i{width:23px;height:1px;background:#111}.mobile-nav{position:fixed;z-index:20;left:12px;right:12px;top:78px;background:#fff;border:1px solid #e4e6e9;border-radius:16px;padding:20px;display:none;box-shadow:0 20px 50px rgba(0,0,0,.12)}.mobile-nav.open{display:grid;gap:15px}.mobile-nav a{font-size:17px}.hero-wrap{margin:12px 12px 0}.hero{display:flex;flex-direction:column;border-radius:22px}.hero-copy{padding:55px 28px 35px}.hero h1{font-size:57px}.hero-image{margin:0 12px 12px;min-height:430px}.hero-strip{gap:13px;overflow:hidden;justify-content:flex-start;padding:0 18px;white-space:nowrap}.section{padding:85px 25px}.about-grid,.gallery,.faq-grid{grid-template-columns:1fr;gap:35px}.section-head{display:block}.section-head>p{margin-top:20px}.feature-grid{grid-template-columns:1fr}.feature{min-height:320px}.event-cards{grid-template-columns:1fr 1fr}.event-cards article{height:280px}.plans-grid{grid-template-columns:1fr}.cta{margin:0 12px 20px}.cta-inner{padding:70px 28px}.footer-main{grid-template-columns:1fr;gap:15px}.footer-main p,.footer-main>a{text-align:left}.footer-bottom{display:grid;gap:12px}
}
@media(max-width:520px){
 .hero h1{font-size:48px}.hero-image{min-height:350px}.hero-mini{width:215px;right:12px}.hero-label strong{font-size:24px}.event-cards{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-template-rows:260px 200px 200px}.gallery-grid .g1{grid-row:auto}.gallery-grid .g3{grid-column:auto}.about h2,.section-head h2,.gallery h2,.faq h2{font-size:47px}.feature h3{font-size:34px}
}
.video-play{width:34px;height:34px}.video-placeholder strong{font-size:9px}}
.event-cards{grid-template-columns:repeat(5,1fr)}
@media(max-width:850px){.event-cards{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.event-cards{grid-template-columns:1fr}}

/* Final hero: contained cinematic video with all typography layered over the media. */
.hero-wrap{opacity:1!important;transform:none!important;max-width:1260px;margin:28px auto 0;padding:0 18px}
.hero-video-hero{height:min(690px,72vh);min-height:570px;display:block!important;border-radius:30px!important;position:relative;overflow:hidden;background:#17202d!important}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-video-fallback{position:absolute;inset:0;background-image:url('assets/pablo-lancaster-jones-j9blCRSZ_Q4-unsplash.jpeg');background-size:cover;background-position:center;z-index:0}
.hero-video:has(source){background:transparent}
.hero-video-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,12,22,.72) 0%,rgba(5,12,22,.35) 45%,rgba(5,12,22,.10) 100%),linear-gradient(0deg,rgba(5,12,22,.5),transparent 45%)}
.hero-content-overlay{position:absolute;z-index:3;left:7%;top:50%;transform:translateY(-50%);width:min(600px,52%);color:#fff}
.hero-content-overlay .eyebrow{color:rgba(255,255,255,.78)}
.hero-content-overlay .dot{background:#fff}
.hero-content-overlay h1{font-size:clamp(58px,7vw,94px);line-height:.88;letter-spacing:-.07em;margin:24px 0 25px;text-wrap:balance}
.hero-content-overlay h1 span{font-weight:400}
.hero-content-overlay>p{max-width:460px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.6}
.hero-content-overlay .primary{background:#fff;color:#101827}.light-link{color:#fff;border-color:rgba(255,255,255,.6)}
.hero-corner-note{position:absolute;z-index:3;left:7%;bottom:38px;color:#fff;border-top:1px solid rgba(255,255,255,.35);padding-top:10px;min-width:150px}.hero-corner-note span{display:block;font-size:8px;letter-spacing:.14em;opacity:.7}.hero-corner-note strong{font-size:19px;letter-spacing:-.03em;display:block;margin-top:3px}
.hero-video-status{position:absolute;z-index:3;right:32px;bottom:32px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-radius:14px;padding:9px 13px;display:flex;align-items:center;gap:9px;box-shadow:0 12px 35px rgba(0,0,0,.15)}.hero-video-status small{display:block;font-size:7px;letter-spacing:.13em;color:#888}.hero-video-status strong{display:block;font-size:10px;margin-top:2px;color:#111827}.video-pulse{width:8px;height:8px;background:#e65f4a;border-radius:50%;box-shadow:0 0 0 5px rgba(230,95,74,.12);animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 9px rgba(230,95,74,0)}}
.hero-scroll{position:absolute;z-index:3;right:7%;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center;color:rgba(255,255,255,.75);font-size:8px;letter-spacing:.16em}.hero-scroll span{margin-left:12px;font-size:13px}
.hero-strip{border-radius:0 0 22px 22px}
@media(max-width:850px){.hero-wrap{margin:12px 0 0;padding:0 12px}.hero-video-hero{height:680px;min-height:620px;border-radius:23px!important}.hero-content-overlay{left:28px;right:28px;width:auto;top:46%;transform:translateY(-50%)}.hero-content-overlay h1{font-size:clamp(50px,12vw,68px)}.hero-scroll{display:none}.hero-corner-note{left:28px;bottom:28px}.hero-video-status{right:18px;bottom:18px}.hero-strip{margin:0}}
@media(max-width:520px){.hero-video-hero{height:650px;min-height:610px}.hero-content-overlay{top:43%}.hero-content-overlay h1{font-size:49px}.hero-content-overlay>p{font-size:12px}.hero-buttons{gap:18px;flex-wrap:wrap}.hero-video-status{display:none}.hero-corner-note{bottom:25px}.hero-strip{height:50px}}

/* FINAL TYPOGRAPHY SCALE — larger, clearer, still premium */
body{font-size:16px}
.topbar nav{font-size:13px}
.nav-cta,.primary{font-size:13px}
.hero h1{font-size:clamp(64px,7vw,96px)}
.hero-copy>p{font-size:16px;max-width:500px}
.hero-buttons .secondary{font-size:13px}
.trust{font-size:11px}
.eyebrow,.tag{font-size:11px}
.hero-label small,.hero-mini small{font-size:10px}
.hero-label strong{font-size:34px}
.hero-mini{width:285px}
.hero-mini strong{font-size:11px}
.hero-mini div{font-size:11px}

.about h2,.section-head h2,.gallery h2,.faq h2{font-size:clamp(50px,5.5vw,76px)}
.about p{font-size:15px}
.about p.big{font-size:22px}
.section-head>p{font-size:14px}

.feature h3{font-size:44px}
.feature p{font-size:14px}
.feature small,.image-copy small{font-size:10px}
.share-pills span{font-size:11px}
.feature-count span{font-size:12px}

.event-cards strong{font-size:23px}
.event-cards small{font-size:10px}

.plan h3{font-size:40px}
.plan>p{font-size:13px}
.plan-name{font-size:15px}
.plan ul{font-size:12px}
.plan li{padding:10px 0}
.plan>a{font-size:12px}

.gallery-intro p{font-size:14px}
.faq summary{font-size:15px}
.faq details p{font-size:13px}

.cta h2{font-size:clamp(60px,7vw,94px)}
.cta p{font-size:15px}
.footer-main,.footer-bottom{font-size:11px}

/* Booking page */
.booking-panel{font-size:14px}
.panel-head h2{font-size:clamp(46px,4.8vw,64px)}
.panel-head p{font-size:13px;max-width:440px}
.step{font-size:10px}
.booking-modern-page .region-card strong{font-size:12px}
.booking-modern-page .region-card small{font-size:10px}
.booking-modern-page form label{font-size:10px}
.booking-modern-page input,.booking-modern-page select,.booking-modern-page textarea{font-size:13px;padding:12px 13px}
.booking-modern-page .whatsapp-button{font-size:13px;padding:15px}
.secure-note{font-size:10px!important}
.email-line{font-size:10px}
.visual-copy small{font-size:10px}
.visual-copy h1{font-size:clamp(48px,5vw,68px)}
.visual-copy p{font-size:13px}
.visual-bottom{font-size:10px}
.visual-bottom strong{font-size:11px}
.booking-info strong{font-size:15px}
.booking-info p{font-size:11px}
.booking-info small{font-size:10px}

@media(max-width:850px){
  .hero h1{font-size:clamp(55px,10vw,76px)}
  .about h2,.section-head h2,.gallery h2,.faq h2{font-size:52px}
  .feature h3{font-size:40px}
  .cta h2{font-size:60px}
}
@media(max-width:520px){
  .hero h1{font-size:52px}
  .hero-copy>p{font-size:14px}
  .hero-label strong{font-size:27px}
  .about h2,.section-head h2,.gallery h2,.faq h2{font-size:47px}
  .about p.big{font-size:19px}
  .feature h3{font-size:36px}
  .cta h2{font-size:50px}
  .visual-copy h1{font-size:47px}
}

/* FINAL GLOBAL TYPE SCALE */
body{font-size:16px}
.topbar nav{font-size:13px}
.nav-cta,.primary{font-size:13px}
.section .tag,.eyebrow{font-size:11px}
.hero h1{font-size:clamp(64px,7vw,96px)}
.hero-copy>p{font-size:16px}
.about h2,.section-head h2,.gallery h2,.faq h2{font-size:clamp(50px,5.5vw,76px)}
.feature h3{font-size:44px}
.feature p,.section-head>p{font-size:14px}
.event-cards strong{font-size:23px}
.plan h3{font-size:40px}
.plan>p{font-size:13px}
.plan-name{font-size:15px}
.plan ul{font-size:12px}
.faq summary{font-size:15px}
.faq details p{font-size:13px}
.cta h2{font-size:clamp(60px,7vw,94px)}
.cta p{font-size:15px}
@media(max-width:850px){
  .hero h1{font-size:clamp(55px,10vw,76px)}
  .about h2,.section-head h2,.gallery h2,.faq h2{font-size:52px}
}
@media(max-width:520px){
  .hero h1{font-size:52px}
  .about h2,.section-head h2,.gallery h2,.faq h2{font-size:47px}
}

/* =========================
   EVEBON MOTION SYSTEM
   Premium, subtle, conversion-focused
   ========================= */
:root{
  --motion:cubic-bezier(.22,.61,.36,1);
}
@keyframes evebonFadeUp{
  from{opacity:0;transform:translate3d(0,34px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes evebonFadeIn{
  from{opacity:0}
  to{opacity:1}
}
@keyframes evebonFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}
@keyframes evebonPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(35,129,238,0)}
  50%{box-shadow:0 0 0 8px rgba(35,129,238,.08)}
}
@keyframes evebonShimmer{
  0%{transform:translateX(-110%)}
  100%{transform:translateX(130%)}
}
@keyframes evebonReveal{
  from{opacity:0;clip-path:inset(0 0 100% 0)}
  to{opacity:1;clip-path:inset(0 0 0 0)}
}
@keyframes evebonScale{
  from{opacity:0;transform:scale(.96)}
  to{opacity:1;transform:scale(1)}
}

/* Hero entrance */
.hero-copy .eyebrow{animation:evebonFadeUp .8s var(--motion) .05s both}
.hero-copy h1{animation:evebonFadeUp .9s var(--motion) .14s both}
.hero-copy>p{animation:evebonFadeUp .8s var(--motion) .25s both}
.hero-buttons{animation:evebonFadeUp .8s var(--motion) .34s both}
.hero .trust{animation:evebonFadeUp .8s var(--motion) .43s both}
.hero-image{animation:evebonScale 1.1s var(--motion) .08s both}
.hero-image>img{transition:transform 1.2s var(--motion),filter .7s ease}
.hero:hover .hero-image>img{transform:scale(1.035);filter:saturate(1.04)}
.hero-strip{animation:evebonFadeIn .8s ease .65s both}

/* Gentle moving light on hero CTA */
.hero-buttons .primary,.cta .primary,.nav-cta{
  position:relative;overflow:hidden;
}
.hero-buttons .primary:after,.cta .primary:after,.nav-cta:after{
  content:"";position:absolute;inset:0;width:38%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.14),transparent);
  transform:translateX(-130%);pointer-events:none;
}
.hero-buttons .primary:hover:after,.cta .primary:hover:after,.nav-cta:hover:after{
  animation:evebonShimmer .75s ease;
}

/* Scroll-reveal utility */
.reveal,.reveal-left,.reveal-right,.reveal-scale{
  opacity:0;
  will-change:transform,opacity;
  transition:opacity .8s var(--motion),transform .8s var(--motion),clip-path .8s var(--motion);
}
.reveal{transform:translateY(35px)}
.reveal-left{transform:translateX(-35px)}
.reveal-right{transform:translateX(35px)}
.reveal-scale{transform:scale(.94)}
.reveal.show,.reveal-left.show,.reveal-right.show,.reveal-scale.show{
  opacity:1;transform:none;
}

/* Cards lift slightly on hover */
.feature,.plan,.event-cards article,.belief-grid article,.founder,.booking-info>div{
  transition:transform .45s var(--motion),box-shadow .45s var(--motion),border-color .45s ease;
}
.feature:hover,.plan:hover,.event-cards article:hover,.belief-grid article:hover,.founder:hover,.booking-info>div:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(17,24,39,.09);
}

/* Image zoom */
.event-cards article img,.gallery-grid img{
  transition:transform .9s var(--motion);
}
.event-cards article:hover img,.gallery-grid img:hover{
  transform:scale(1.045);
}

/* Floating decorative trust avatars */
.avatars b{animation:evebonFloat 3.2s ease-in-out infinite}
.avatars b:nth-child(2){animation-delay:.25s}
.avatars b:nth-child(3){animation-delay:.5s}

/* Section heading marker */
.section .tag,.tag{
  position:relative;
  transition:letter-spacing .35s ease;
}
.section:hover .tag{letter-spacing:.18em}

/* Pricing featured card */
.plan.selected{
  animation:evebonPulse 3.5s ease-in-out infinite;
}

/* Better details motion */
.faq details p{
  animation:evebonFadeUp .45s var(--motion);
}

/* Reduced motion accessibility */
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
}

/* ==========================================
   EVEBON FINAL BRAND SYSTEM
   About-page visual language applied globally
   ========================================== */
body{
  font-size:17px;
  letter-spacing:-.005em;
}
.topbar{
  height:70px;
  border-radius:20px;
  box-shadow:0 10px 36px rgba(16,24,39,.055);
}
.topbar nav{font-size:14px;gap:32px}
.nav-cta,.primary{font-size:14px;padding:14px 18px;border-radius:12px}

.hero h1{
  font-size:clamp(68px,7.2vw,100px);
  line-height:.88;
  letter-spacing:-.075em;
}
.hero-copy>p{font-size:17px;line-height:1.6}
.eyebrow,.tag{font-size:11px;letter-spacing:.16em}
.hero-buttons .secondary{font-size:13px}
.trust{font-size:12px}

.about h2,.section-head h2,.gallery h2,.faq h2{
  font-size:clamp(55px,5.8vw,80px);
  line-height:.92;
}
.about p{font-size:16px}
.about p.big{font-size:23px}
.section-head>p{font-size:15px}

.feature h3{font-size:46px}
.feature p{font-size:14px}
.feature small,.image-copy small{font-size:10px}
.share-pills span{font-size:11px}

.event-cards strong{font-size:24px}
.event-cards small{font-size:10px}

.plan h3{font-size:42px}
.plan>p{font-size:14px}
.plan-name{font-size:16px}
.plan ul{font-size:13px}
.plan li{padding:10px 0}
.plan>a{font-size:13px}

.gallery-intro p{font-size:15px}
.faq summary{font-size:16px}
.faq details p{font-size:14px}

.cta h2{
  font-size:clamp(65px,7.4vw,100px);
  line-height:.88;
}
.cta p{font-size:16px}

.footer-main{font-size:12px}
.footer-bottom{font-size:11px}

/* Stronger, smooth scroll reveal */
.motion-reveal{
  opacity:0;
  transform:translateY(42px);
  transition:
    opacity .9s cubic-bezier(.22,.61,.36,1),
    transform .9s cubic-bezier(.22,.61,.36,1);
}
.motion-reveal.motion-visible{
  opacity:1;
  transform:none;
}
.motion-left{
  opacity:0;
  transform:translateX(-38px);
  transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1);
}
.motion-left.motion-visible{opacity:1;transform:none}
.motion-right{
  opacity:0;
  transform:translateX(38px);
  transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1);
}
.motion-right.motion-visible{opacity:1;transform:none}
.motion-scale{
  opacity:0;
  transform:scale(.95);
  transition:opacity 1s cubic-bezier(.22,.61,.36,1),transform 1s cubic-bezier(.22,.61,.36,1);
}
.motion-scale.motion-visible{opacity:1;transform:scale(1)}

.feature,.plan,.event-cards article,.belief-grid article,.founder,.booking-info>div{
  transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease;
}
.feature:hover,.plan:hover,.event-cards article:hover,.belief-grid article:hover,.founder:hover,.booking-info>div:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 55px rgba(16,24,39,.10);
}
.event-cards article img,.gallery-grid img{
  transition:transform 1s cubic-bezier(.22,.61,.36,1);
}
.event-cards article:hover img,.gallery-grid img:hover{transform:scale(1.055)}

@media(max-width:850px){
  body{font-size:16px}
  .topbar nav{font-size:13px}
  .hero h1{font-size:clamp(58px,10vw,80px)}
  .hero-copy>p{font-size:15px}
  .about h2,.section-head h2,.gallery h2,.faq h2{font-size:55px}
  .feature h3{font-size:41px}
  .cta h2{font-size:64px}
}
@media(max-width:520px){
  .hero h1{font-size:54px}
  .hero-copy>p{font-size:14px}
  .about h2,.section-head h2,.gallery h2,.faq h2{font-size:49px}
  .about p.big{font-size:20px}
  .feature h3{font-size:37px}
  .cta h2{font-size:52px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
}

.home-founders{padding-top:65px}
.home-founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:42px}
.home-founder-grid article{
  background:#fff;border:1px solid #e3e6ea;border-radius:22px;padding:32px;min-height:310px;
  display:flex;flex-direction:column;
  transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease;
}
.home-founder-grid article:last-child{background:#101827;color:#fff;border-color:#101827}
.home-founder-grid article:hover{transform:translateY(-8px);box-shadow:0 22px 55px rgba(16,24,39,.10)}
.home-founder-grid article>span{font-size:11px;color:#8b939c}
.home-founder-grid article h3{
  font-size:51px;line-height:.88;letter-spacing:-.065em;margin:auto 0 9px
}
.home-founder-grid article h3 em{font-style:normal;font-weight:400}
.home-founder-grid article strong{font-size:13px}
.home-founder-grid article p{font-size:13px;color:#78818b;max-width:390px;margin:10px 0 0}
.home-founder-grid article:last-child p{color:#aab4c1}
@media(max-width:850px){
 .home-founder-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
 .home-founder-grid article h3{font-size:44px}
}

/* CTA visibility safeguard: the final CTA must never leave an empty page area. */
.no-js .cta, .cta.force-visible { opacity:1; transform:none; }
