/* ── Myriad Pro ── */
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { font-family: 'Myriad Pro', sans-serif; font-weight: 300; }
::selection { background: #DCD5C6; color: #3F463A; }

.reveal { opacity: 0; transform: translateY(44px); filter: blur(6px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1), filter .9s cubic-bezier(.16,1,.3,1); }
.reveal.vis { opacity: 1; transform: translateY(0); filter: blur(0); }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .18s; }
.d3 { transition-delay: .28s; }
.d4 { transition-delay: .38s; }

.reveal-l { opacity: 0; transform: translateX(-60px); filter: blur(6px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1), filter .9s cubic-bezier(.16,1,.3,1); }
.reveal-r { opacity: 0; transform: translateX(60px); filter: blur(6px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1), filter .9s cubic-bezier(.16,1,.3,1); }
.reveal-z { opacity: 0; transform: scale(.86); filter: blur(6px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1), filter .9s cubic-bezier(.16,1,.3,1); }
.reveal-l.vis, .reveal-r.vis { opacity: 1; transform: translateX(0); filter: blur(0); }
.reveal-z.vis { opacity: 1; transform: scale(1); filter: blur(0); }

/* Load-in hero entrance */
@keyframes heroIn { from { opacity: 0; transform: translateY(34px); filter: blur(8px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
.hero-enter { animation: heroIn .9s cubic-bezier(.16,1,.3,1) both; }
.he1 { animation-delay: .05s; }
.he2 { animation-delay: .22s; }
.he3 { animation-delay: .4s; }
.he4 { animation-delay: .58s; }
.he5 { animation-delay: .76s; }

/* Scroll progress bar */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 80; background: linear-gradient(90deg, #3F463A, #A7AE9A); }

/* Full-screen about sections + prev/next nav */
.about-sec { min-height: 100vh; display: flex; align-items: center; }
.about-sec > div:not(.parallax) { width: 100%; }
.about-nav { position: fixed; right: 1rem; top: 50%; transform: translateY(-50%); z-index: 45; display: flex; flex-direction: column; align-items: center; gap: .7rem; }
.an-prev, .an-next { width: 40px; height: 40px; border-radius: 9999px; background: #fff; border: 1px solid #DCD5C6; color: #3F463A; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(0,0,0,.08); transition: all .2s; cursor: pointer; }
.an-prev:hover, .an-next:hover { background: #3F463A; color: #F6F3EF; }
.an-prev:disabled, .an-next:disabled { opacity: .3; pointer-events: none; }
.an-dots { display: flex; flex-direction: column; gap: .6rem; }
.an-dot { width: 9px; height: 9px; border-radius: 9999px; background: #d4bfb3; opacity: .5; cursor: pointer; transition: all .25s; border: none; padding: 0; }
.an-dot.active { opacity: 1; background: #3F463A; transform: scale(1.45); }
@media (max-width: 768px) {
  .about-nav { right: .6rem; }
  .an-dots { display: none; }
}

.parallax { will-change: transform; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-l, .reveal-r, .reveal-z, .parallax, .hero-enter, .marquee-track { opacity: 1 !important; transform: none !important; filter: none !important; animation: none !important; transition: none !important; }
}

@keyframes fl {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(18px,-12px) scale(1.02); }
  66% { transform: translate(-12px,8px) scale(.98); }
}
.blob { animation: fl 14s ease-in-out infinite; }
.blob-s { animation: fl 20s ease-in-out infinite reverse; }

.ns { background: rgba(246,243,239,.92) !important; backdrop-filter: blur(16px) !important; box-shadow: 0 1px 0 rgba(0,0,0,.04); }

.fb { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.fb.open { max-height: 1200px; }

.mm { clip-path: circle(0% at calc(100% - 36px) 36px); transition: clip-path .45s ease; }
.mm.open { clip-path: circle(150% at calc(100% - 36px) 36px); }

.lt { transition: transform .3s ease, box-shadow .3s ease; }
.lt:hover { transform: translateY(-3px); box-shadow: 0 14px 28px -6px rgba(63,70,58,.10); }

@keyframes gf { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.gf { animation: gf 6s ease-in-out infinite; }

.ltg { cursor: pointer; position: relative; }
.ltg::after { content:''; position:absolute; bottom:-1px; left:50%; transform:translateX(-50%); width:0; height:1.5px; background:#A08C76; border-radius:1px; transition:width .2s; }
.ltg:hover::after { width:60%; }

.faq-list li { list-style: none; position: relative; padding-left: 18px; }
.faq-list li::before { content:''; position:absolute; left:0; top:.62em; width:6px; height:6px; border-radius:9999px; background:#A7AE9A; }

/* ── Floating WhatsApp button ── */
.wa-float { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 9999; width: 60px; height: 60px; border-radius: 9999px; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(0,0,0,.28); transition: transform .25s ease; }
.wa-float:hover { transform: translateY(-3px) scale(1.06); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float::after { content: ''; position: absolute; inset: 0; border-radius: 9999px; border: 2px solid #25D366; animation: wap 1.9s ease-out infinite; }
@keyframes wap { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.8); opacity: 0; } }

/* ── About page interactions ── */
.stat-card { transition: transform .35s ease, box-shadow .35s ease; }
.stat-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px -12px rgba(0,0,0,.28); }

.conv-card { transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.conv-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px -12px rgba(63,70,58,.16); border-color: #A7AE9A; }
.conv-card:hover .conv-ic { transform: rotate(-8deg) scale(1.1); background: #3F463A; color: #F6F3EF; }
.conv-ic { transition: transform .35s ease, background .35s ease, color .35s ease; }

.tilt { will-change: transform; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.tilt:hover { transform: perspective(900px) rotateX(2deg) rotateY(-2deg); }

.float-slow { animation: gf 7s ease-in-out infinite; }
.float-slower { animation: gf 9s ease-in-out infinite reverse; }
