/* ========================================
   HOME V6 — CREATIVE, VIBRANT, DIFFERENT
   ======================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;600;700;800;900&display=swap');

:root {
  --red: #E63946;
  --red-neon: #FF4D5E;
  --navy: #1D3557;
  --navy-dark: #0A1929;
  --cream: #FFFDF9;
  --gray: #F3F4F6;
  --border: rgba(29, 53, 87, 0.1);
  --font-main: 'Roboto Condensed', sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-main); color: var(--navy-dark); background: var(--cream); overflow-x: hidden; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* UTILS */
.container { max-width: 1360px; margin: 0 auto; padding: 0 40px; }
.reveal { opacity: 0; transform: translateY(40px); transition: all 1s var(--ease); }
.reveal.show { opacity: 1; transform: translateY(0); }

/* ORBS BACKGROUND */
.orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.5; z-index: -1; animation: drift 20s infinite alternate ease-in-out; }
.orb-1 { width: 60vw; height: 60vw; background: rgba(230,57,70,0.15); top: -20vh; left: -10vw; }
.orb-2 { width: 50vw; height: 50vw; background: rgba(42,157,143,0.12); bottom: -10vh; right: -10vw; animation-delay: -5s; }
@keyframes drift { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(100px, 100px) scale(1.2); } }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 100px; display: flex; align-items: center; padding: 0 40px; transition: all 0.5s var(--ease); }
.navbar.scrolled { height: 70px; background: rgba(255,253,249,0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.nav-brand img { height: 80px; transition: all 0.5s var(--ease); transform-origin: center; }
.navbar.scrolled .nav-brand img { height: 48px; }
.nav-brand:hover img { transform: rotate(180deg) scale(1.1); filter: drop-shadow(0 10px 20px rgba(230,57,70,0.5)); }
.nav-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1400px; margin: 0 auto; }
.nav-menu { display: flex; gap: 40px; list-style: none; }
.nav-menu a { font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--navy); transition: color 0.3s; position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px; background: var(--red); transition: width 0.4s var(--ease); }
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }
.nav-actions { display: flex; gap: 16px; align-items: center; }
.btn-nav { padding: 12px 24px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 100px; transition: all 0.4s var(--ease); border: none; cursor: pointer; }
.btn-outline { border: 1.5px solid var(--navy); background: transparent; color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--cream); }
.btn-solid { background: var(--red); color: var(--cream); box-shadow: 0 10px 20px rgba(230,57,70,0.2); }
.btn-solid:hover { background: var(--red-neon); transform: translateY(-3px); box-shadow: 0 15px 30px rgba(230,57,70,0.4); }

/* HERO CREATIVE */
.hero { min-height: 100vh; position: relative; padding-top: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-badge { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--red); background: rgba(230,57,70,0.1); padding: 8px 24px; border-radius: 50px; margin-bottom: 32px; border: 1px solid rgba(230,57,70,0.2); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100% {transform:translateY(0);} 50% {transform:translateY(-10px);} }
.hero-title { font-size: clamp(40px, 8vw, 120px); font-weight: 900; line-height: 0.95; letter-spacing: -1px; margin-bottom: 24px; text-transform: uppercase; }
.text-gradient { background: linear-gradient(135deg, var(--red) 0%, #FF8C42 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-desc { font-size: clamp(16px, 2vw, 24px); color: rgba(29,53,87,0.7); max-width: 800px; margin: 0 auto 48px; font-weight: 400; }

/* DYNAMIC HERO GALLERY */
.hero-gallery { display: flex; justify-content: center; align-items: center; gap: 24px; width: 100%; padding: 0 20px; margin-top: 20px; }
.hg-item { border-radius: 30px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border: 1px solid rgba(255,255,255,0.5); position: relative; }
.hg-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.hg-item:hover img { transform: scale(1.05); }
.hg-1 { width: 300px; height: 400px; transform: rotate(-4deg) translateY(20px); }
.hg-2 { width: 500px; height: 500px; z-index: 2; border-radius: 40px; }
.hg-3 { width: 300px; height: 400px; transform: rotate(4deg) translateY(20px); }

/* TILTED MARQUEE */
.marquee-wrapper { transform: rotate(-3deg) scale(1.05); margin: 100px 0; background: var(--red); padding: 24px 0; overflow: hidden; box-shadow: 0 20px 40px rgba(230,57,70,0.2); border-top: 2px solid var(--navy-dark); border-bottom: 2px solid var(--navy-dark); z-index: 5; position: relative; }
.marquee-track { display: flex; gap: 60px; animation: marquee 20s linear infinite; align-items: center; }
.marquee-item { font-size: 24px; font-weight: 800; color: var(--cream); text-transform: uppercase; letter-spacing: 2px; white-space: nowrap; display: flex; align-items: center; gap: 40px; }
.marquee-dot { width: 12px; height: 12px; background: var(--navy-dark); border-radius: 50%; }
.marquee-item img { height: 40px; filter: brightness(0) invert(1); }

/* CREATIVE BENTO SERVICES */
.section { padding: 80px 0; position: relative; }
.sec-title { font-size: clamp(36px, 6vw, 80px); font-weight: 900; line-height: 1; text-transform: uppercase; margin-bottom: 20px; }
.sec-title-stroke { -webkit-text-stroke: 1.5px var(--navy); color: transparent; }

.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 60px; }
.bento-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(20px); border: 2px solid var(--white); border-radius: 32px; padding: 40px; box-shadow: 0 10px 40px rgba(0,0,0,0.04); transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); position: relative; overflow: hidden; }
.bento-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
.bento-card h3 { font-size: 28px; font-weight: 800; margin-bottom: 16px; text-transform: uppercase; line-height: 1.1; }
.bento-card p { font-size: 16px; color: rgba(29,53,87,0.7); font-weight: 400; }
.bc-large { grid-column: span 2; grid-row: span 2; background: var(--navy-dark); color: var(--cream); padding: 60px; }
.bc-large p { color: rgba(255,253,249,0.7); font-size: 20px; }
.bc-large h3 { font-size: 48px; color: var(--cream); }
.bc-red { background: var(--red); color: var(--cream); }
.bc-red p { color: rgba(255,255,255,0.9); }
.bc-red h3 { color: var(--white); }
.bc-img { padding: 0; background: none; border: none; box-shadow: none; display: flex; align-items: center; justify-content: center; }
.bc-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; }

/* THE "NO BULLSHIT" METRICS SECTION */
.metrics { display: flex; flex-direction: column; gap: 80px; align-items: center; margin-top: 80px; }
.metric-row { display: flex; justify-content: space-between; width: 100%; border-top: 2px solid var(--navy-dark); padding-top: 40px; text-align: center; }
.m-item { flex: 1; }
.m-label { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--red); margin-bottom: 12px; display: block; }
.m-num { font-size: clamp(48px, 8vw, 100px); font-weight: 900; line-height: 0.9; letter-spacing: -2px; }

/* CREATIVE CTA */
.cta-massive { text-align: center; margin-top: 100px; margin-bottom: 60px; }
.cta-massive h2 { font-size: clamp(42px, 9vw, 140px); font-weight: 900; line-height: 0.9; text-transform: uppercase; margin-bottom: 40px; }
.cta-massive .btn-massive { display: inline-flex; align-items: center; justify-content: center; width: 160px; height: 160px; border-radius: 50%; background: var(--red); color: var(--white); font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s var(--ease); box-shadow: 0 20px 40px rgba(230,57,70,0.3); }
.cta-massive .btn-massive:hover { transform: scale(1.1) rotate(10deg); background: var(--navy-dark); box-shadow: 0 30px 60px rgba(10,25,41,0.4); }

/* EXPERT FOOTER */
.foo { background: var(--navy-dark); padding: 80px 40px 40px; color: rgba(255,255,255,0.5); }
.foo-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; max-width: 1400px; margin: 0 auto; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.foo-brand img { height: 60px; filter: brightness(0) invert(1); margin-bottom: 24px; }
.foo-tit { color: var(--white); font-size: 18px; font-weight: 700; text-transform: uppercase; margin-bottom: 24px; letter-spacing: 1px; }
.foo-ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.foo-ul a { font-size: 16px; transition: color 0.3s; }
.foo-ul a:hover { color: var(--red); }
.foo-bot { display: flex; justify-content: space-between; max-width: 1400px; margin: 40px auto 0; font-size: 14px; }

/* MOBILE TOGGLE */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 20px; position: relative; z-index: 1001; }
.nav-toggle span { position: absolute; left: 0; width: 100%; height: 2px; background: var(--navy-dark); transition: 0.3s; }
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 9px; }
.nav-toggle span:nth-child(3) { top: 18px; }

@media(max-width: 1024px) {
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .hg-1, .hg-3 { display: none; }
  .hg-2 { width: 100%; height: 400px; }
}
@media(max-width: 768px) {
  .nav-menu, .nav-actions { display: none; }
  .nav-toggle { display: block; }
  .container { padding: 0 24px; }
  .hero { padding-top: 120px; }
  .bento-grid { grid-template-columns: 1fr; gap: 16px; }
  .bento-card { padding: 24px; border-radius: 20px; }
  .bc-large { grid-column: span 1; grid-row: span 1; padding: 32px 24px; }
  .bc-img img { height: 200px; border-radius: 16px; }
  .metric-row { flex-direction: column; gap: 32px; border-top: none; }
  .m-item { border-top: 1px solid var(--border); padding-top: 24px; }
  .foo-grid { grid-template-columns: 1fr; gap: 40px; }
  .foo-bot { flex-direction: column; text-align: center; gap: 16px; }
}

