/*
Theme Name: Jungske
Theme URI: https://jungske.com
Author: Patrick Dekkers
Author URI: https://jungske.com
Description: Digitale concepten voor de reisbranche - Custom WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: jungske
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --white: #ffffff;
  --snow: #f7f8fc;
  --ice: #eef1f8;
  --mist: #dde3f0;
  --slate: #64748b;
  --ink: #1e293b;
  --deep: #0f172a;
  --ocean: #0ea5e9;
  --ocean-light: #38bdf8;
  --ocean-pale: #e0f2fe;
  --ocean-deep: #0369a1;
  --coral: #f97316;
  --coral-light: #fb923c;
  --coral-pale: #fff7ed;
  --mint: #10b981;
  --mint-pale: #d1fae5;
  --violet: #8b5cf6;
  --violet-pale: #ede9fe;
  --rose: #f43f5e;
  --rose-pale: #ffe4e6;
  --heading: 'Playfair Display', Georgia, serif;
  --body: 'Outfit', system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body { font-family: var(--body); color: var(--ink); background: var(--white); overflow-x: hidden; }

.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; pointer-events: none; z-index: 0; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.2rem 3rem; display: flex; justify-content: space-between; align-items: center; transition: all 0.4s; }
nav.scrolled { background: rgba(255,255,255,0.82); backdrop-filter: blur(20px) saturate(1.8); border-bottom: 1px solid rgba(0,0,0,0.06); padding: 0.8rem 3rem; box-shadow: 0 4px 30px rgba(0,0,0,0.04); }
.nav-logo { font-family: var(--heading); font-size: 1.6rem; font-weight: 700; color: var(--deep); text-decoration: none; letter-spacing: -0.02em; }
.nav-logo span { color: var(--ocean); }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--slate); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.3s; }
.nav-links a:hover { color: var(--ocean); }
.nav-cta-btn { padding: 0.55rem 1.5rem; background: linear-gradient(135deg, var(--ocean), var(--ocean-deep)); color: white !important; border-radius: 100px; font-weight: 600 !important; font-size: 0.85rem !important; box-shadow: 0 4px 15px rgba(14,165,233,0.3); transition: all 0.3s !important; }
.nav-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(14,165,233,0.4) !important; }
.mobile-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.3s; }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 8rem 3rem 5rem; overflow: hidden; background: linear-gradient(165deg, var(--white) 0%, var(--ocean-pale) 35%, var(--snow) 60%, var(--coral-pale) 100%); }
.hero .blob-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(14,165,233,0.15), transparent 70%); top: -10%; right: -5%; }
.hero .blob-2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(249,115,22,0.1), transparent 70%); bottom: -10%; left: -5%; }
.hero .blob-3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(139,92,246,0.1), transparent 70%); top: 40%; left: 30%; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 1rem 0.4rem 0.5rem; background: var(--white); border: 1px solid var(--mist); border-radius: 100px; font-size: 0.78rem; font-weight: 500; color: var(--slate); margin-bottom: 1.8rem; box-shadow: 0 2px 12px rgba(0,0,0,0.04); opacity: 0; animation: fadeUp 0.7s ease 0.2s forwards; }
.hero-badge .dot { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; animation: pulse 2s ease infinite; }
.hero-title { font-family: var(--heading); font-size: clamp(2.8rem, 5.5vw, 4.5rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--deep); margin-bottom: 1.5rem; }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line span { display: inline-block; opacity: 0; transform: translateY(100%); animation: revealLine 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.hero-title .line:nth-child(1) span { animation-delay: 0.4s; }
.hero-title .line:nth-child(2) span { animation-delay: 0.55s; }
.hero-title .line:nth-child(3) span { animation-delay: 0.7s; }
.hero-title .highlight { background: linear-gradient(135deg, var(--ocean), var(--violet)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-desc { font-size: 1.15rem; line-height: 1.75; color: var(--slate); max-width: 520px; margin-bottom: 2.2rem; opacity: 0; animation: fadeUp 0.7s ease 0.9s forwards; }
.hero-actions { display: flex; gap: 1rem; align-items: center; opacity: 0; animation: fadeUp 0.7s ease 1.1s forwards; }
.btn-primary { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.9rem 2rem; background: linear-gradient(135deg, var(--ocean), var(--ocean-deep)); color: white; border: none; border-radius: 12px; font-family: var(--body); font-size: 0.95rem; font-weight: 600; cursor: pointer; text-decoration: none; transition: all 0.3s; box-shadow: 0 4px 20px rgba(14,165,233,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(14,165,233,0.4); }
.btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.8rem; background: var(--white); color: var(--ink); border: 1.5px solid var(--mist); border-radius: 12px; font-family: var(--body); font-size: 0.95rem; font-weight: 500; cursor: pointer; text-decoration: none; transition: all 0.3s; }
.btn-secondary:hover { border-color: var(--ocean); color: var(--ocean); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.06); }

.hero-visual { position: relative; opacity: 0; animation: fadeUp 0.8s ease 0.6s forwards; }
.hero-cards { position: relative; height: 460px; }
.float-card { position: absolute; background: rgba(255,255,255,0.85); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.9); border-radius: 16px; padding: 1.4rem; box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04); transition: transform 0.4s ease; }
.float-card:hover { transform: translateY(-6px) !important; }
.float-card-1 { top: 0; left: 0; width: 280px; animation: floatA 6s ease-in-out infinite; }
.float-card-2 { top: 60px; right: 0; width: 240px; animation: floatB 7s ease-in-out infinite; }
.float-card-3 { bottom: 40px; left: 30px; width: 260px; animation: floatC 5.5s ease-in-out infinite; }
.float-card-4 { bottom: 0; right: 20px; width: 200px; animation: floatA 6.5s ease-in-out 1s infinite; }
.fc-label { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem; }
.fc-logo { width: 22px; height: 22px; border-radius: 5px; object-fit: cover; flex-shrink: 0; }
.fc-label.ocean { color: var(--ocean); }
.fc-label.coral { color: var(--coral); }
.fc-label.mint { color: var(--mint); }
.fc-label.violet { color: var(--violet); }
.fc-pitch { font-size: 1rem; font-weight: 600; color: var(--deep); line-height: 1.35; margin-bottom: 0.4rem; }
.fc-pitch strong { background: linear-gradient(135deg, var(--ocean), var(--violet)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.fc-sub { font-size: 0.72rem; color: var(--slate); line-height: 1.4; }

.stats-bar { background: var(--white); border-top: 1px solid var(--ice); border-bottom: 1px solid var(--ice); padding: 3rem; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-item { text-align: center; }
.stat-number { font-family: var(--heading); font-size: 2.5rem; font-weight: 700; background: linear-gradient(135deg, var(--ocean), var(--ocean-deep)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
.stat-label { font-size: 0.82rem; color: var(--slate); margin-top: 0.3rem; font-weight: 500; }

section { padding: 7rem 3rem; position: relative; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow { font-family: var(--mono); font-size: 0.72rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ocean); margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.6rem; }
.section-eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--ocean); border-radius: 1px; }
.section-heading { font-family: var(--heading); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.2; letter-spacing: -0.02em; color: var(--deep); margin-bottom: 1rem; }
.section-heading em { font-style: italic; background: linear-gradient(135deg, var(--ocean), var(--violet)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-sub { font-size: 1.05rem; color: var(--slate); line-height: 1.7; max-width: 600px; }

.about { background: var(--snow); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 3rem; }
.about-text p { color: var(--slate); line-height: 1.85; margin-bottom: 1.3rem; font-size: 1.02rem; }
.about-text p:first-of-type::first-letter { font-family: var(--heading); font-size: 3.8rem; float: left; background: linear-gradient(135deg, var(--ocean), var(--violet)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-right: 0.5rem; margin-top: 0.1rem; font-weight: 700; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-feature { padding: 1.5rem; background: var(--white); border-radius: 14px; border: 1px solid var(--ice); transition: all 0.3s; }
.about-feature:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); border-color: transparent; }
.af-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 0.8rem; }
.af-icon.ocean { background: var(--ocean-pale); }
.af-icon.coral { background: var(--coral-pale); }
.af-icon.mint { background: var(--mint-pale); }
.af-icon.violet { background: var(--violet-pale); }
.about-feature h3 { font-size: 0.92rem; font-weight: 600; margin-bottom: 0.3rem; }
.about-feature p { font-size: 0.82rem; color: var(--slate); line-height: 1.5; margin: 0; }

.projects { background: var(--white); }
.projects-grid { display: grid; gap: 1.5rem; margin-top: 3rem; }
.project-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: 2.5rem; background: var(--white); border: 1px solid var(--ice); border-radius: 20px; text-decoration: none; color: inherit; overflow: hidden; transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.project-card::before { content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity 0.4s; border-radius: 20px; }
.project-card[data-theme="ocean"]::before { background: linear-gradient(135deg, rgba(14,165,233,0.03), rgba(56,189,248,0.06)); }
.project-card[data-theme="coral"]::before { background: linear-gradient(135deg, rgba(249,115,22,0.03), rgba(251,146,60,0.06)); }
.project-card[data-theme="mint"]::before { background: linear-gradient(135deg, rgba(16,185,129,0.03), rgba(52,211,153,0.06)); }
.project-card[data-theme="violet"]::before { background: linear-gradient(135deg, rgba(139,92,246,0.03), rgba(167,139,250,0.06)); }
.project-card[data-theme="rose"]::before { background: linear-gradient(135deg, rgba(244,63,94,0.03), rgba(251,113,133,0.06)); }
.project-card:hover::before { opacity: 1; }
.project-card:hover { border-color: transparent; box-shadow: 0 12px 50px rgba(0,0,0,0.08); transform: translateY(-4px); }
.project-card:hover .project-arrow-icon { transform: translate(3px, -3px); }
.project-info { position: relative; z-index: 1; }
.project-number { font-family: var(--mono); font-size: 0.68rem; font-weight: 500; color: var(--slate); letter-spacing: 0.05em; margin-bottom: 0.8rem; }
.project-name { font-family: var(--heading); font-size: 1.7rem; font-weight: 700; color: var(--deep); margin-bottom: 0.3rem; display: flex; align-items: center; gap: 0.6rem; }
.project-arrow-icon { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 8px; font-size: 0.85rem; transition: all 0.3s; }
.project-arrow-icon.ocean { background: var(--ocean-pale); color: var(--ocean); }
.project-arrow-icon.coral { background: var(--coral-pale); color: var(--coral); }
.project-arrow-icon.mint { background: var(--mint-pale); color: var(--mint); }
.project-arrow-icon.violet { background: var(--violet-pale); color: var(--violet); }
.project-arrow-icon.rose { background: var(--rose-pale); color: var(--rose); }
.project-url { font-family: var(--mono); font-size: 0.75rem; color: var(--slate); margin-bottom: 1rem; }
.project-desc { color: var(--slate); line-height: 1.7; font-size: 0.95rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }
.tag { font-size: 0.7rem; font-weight: 600; padding: 0.3rem 0.75rem; border-radius: 100px; letter-spacing: 0.02em; }
.tag.ocean { background: var(--ocean-pale); color: var(--ocean-deep); }
.tag.coral { background: var(--coral-pale); color: var(--coral); }
.tag.mint { background: var(--mint-pale); color: var(--mint); }
.tag.violet { background: var(--violet-pale); color: var(--violet); }
.tag.rose { background: var(--rose-pale); color: var(--rose); }

.project-visual { position: relative; z-index: 1; aspect-ratio: 16/10; border-radius: 14px; overflow: hidden; border: 1px solid var(--ice); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.browser-frame { width: 100%; height: 100%; display: flex; flex-direction: column; background: var(--snow); }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: var(--white); border-bottom: 1px solid var(--ice); }
.bdot { width: 8px; height: 8px; border-radius: 50%; }
.bdot:nth-child(1) { background: #ff5f57; }
.bdot:nth-child(2) { background: #febc2e; }
.bdot:nth-child(3) { background: #28c840; }
.burl { font-family: var(--mono); font-size: 0.62rem; color: var(--slate); margin-left: 8px; background: var(--snow); padding: 3px 12px; border-radius: 6px; border: 1px solid var(--ice); }
.browser-body { flex: 1; position: relative; overflow: hidden; }
.browser-screenshot { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.browser-body.ocean-bg { background: linear-gradient(160deg, #e0f2fe 0%, #bae6fd 40%, #f0f9ff 100%); }
.browser-body.coral-bg { background: linear-gradient(160deg, #fff7ed 0%, #fed7aa 40%, #fffbeb 100%); }
.browser-body.mint-bg { background: linear-gradient(160deg, #d1fae5 0%, #a7f3d0 40%, #ecfdf5 100%); }
.browser-body.violet-bg { background: linear-gradient(160deg, #ede9fe 0%, #ddd6fe 40%, #f5f3ff 100%); }
.browser-body.rose-bg { background: linear-gradient(160deg, #ffe4e6 0%, #fecdd3 40%, #fff1f2 100%); }
.mock-layout { padding: 14px; display: flex; flex-direction: column; gap: 8px; height: 100%; }
.mock-block { border-radius: 8px; background: rgba(255,255,255,0.6); backdrop-filter: blur(4px); }
.mock-hero-img { height: 42%; border-radius: 10px; }
.mock-line { height: 8px; width: 55%; border-radius: 4px; }
.mock-line-sm { height: 6px; width: 38%; border-radius: 3px; }
.mock-cards { display: flex; gap: 8px; flex: 1; }
.mock-cards .mock-block { flex: 1; }

.services { background: var(--snow); position: relative; overflow: hidden; }
.services .blob { width: 500px; height: 500px; background: radial-gradient(circle, rgba(14,165,233,0.06), transparent 70%); top: -100px; right: -100px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.service-card { padding: 2rem; background: var(--white); border: 1px solid var(--ice); border-radius: 16px; transition: all 0.4s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 3px 3px 0 0; opacity: 0; transition: opacity 0.3s; }
.service-card:nth-child(1)::before { background: linear-gradient(90deg, var(--ocean-light), var(--ocean)); }
.service-card:nth-child(2)::before { background: linear-gradient(90deg, var(--coral-light), var(--coral)); }
.service-card:nth-child(3)::before { background: linear-gradient(90deg, var(--mint), #34d399); }
.service-card:nth-child(4)::before { background: linear-gradient(90deg, var(--violet), #a78bfa); }
.service-card:nth-child(5)::before { background: linear-gradient(90deg, var(--rose), #fb7185); }
.service-card:nth-child(6)::before { background: linear-gradient(90deg, var(--ocean), var(--mint)); }
.service-card:hover::before { opacity: 1; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); border-color: transparent; }
.svc-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.2rem; }
.svc-icon.ocean { background: var(--ocean-pale); }
.svc-icon.coral { background: var(--coral-pale); }
.svc-icon.mint { background: var(--mint-pale); }
.svc-icon.violet { background: var(--violet-pale); }
.svc-icon.rose { background: var(--rose-pale); }
.svc-icon.mixed { background: linear-gradient(135deg, var(--ocean-pale), var(--mint-pale)); }
.service-card h3 { font-family: var(--heading); font-size: 1.15rem; font-weight: 700; margin-bottom: 0.6rem; }
.service-card p { color: var(--slate); font-size: 0.9rem; line-height: 1.7; }

.coming-soon { background: var(--white); }
.coming-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.coming-card { padding: 2.5rem 2rem; border: 2px dashed var(--mist); border-radius: 16px; text-align: center; transition: all 0.3s; position: relative; background: var(--snow); }
.coming-card:hover { border-color: var(--ocean-light); background: var(--white); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(14,165,233,0.08); }
.coming-icon-wrap { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin: 0 auto 1rem; background: var(--white); border-radius: 14px; border: 1px solid var(--ice); }
.coming-card h3 { font-family: var(--heading); font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.coming-card p { font-size: 0.85rem; color: var(--slate); line-height: 1.6; }
.coming-pill { display: inline-block; font-family: var(--mono); font-size: 0.65rem; font-weight: 500; color: var(--ocean); text-transform: uppercase; letter-spacing: 0.1em; padding: 0.35rem 0.9rem; background: var(--ocean-pale); border-radius: 100px; margin-top: 1rem; }

.contact { background: linear-gradient(180deg, var(--snow) 0%, var(--white) 100%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 3rem; align-items: start; }
.contact-info p { color: var(--slate); line-height: 1.8; font-size: 1.05rem; margin-bottom: 2rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
.ci-icon { width: 44px; height: 44px; background: var(--ocean-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.ci-text { font-size: 0.95rem; color: var(--slate); }
.ci-text strong { display: block; color: var(--deep); font-weight: 600; margin-bottom: 0.1rem; }
.ci-text a { color: var(--ocean); text-decoration: none; font-weight: 500; }
.ci-text a:hover { text-decoration: underline; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.contact-form input, .contact-form textarea { width: 100%; padding: 0.95rem 1.2rem; background: var(--white); border: 1.5px solid var(--mist); border-radius: 12px; color: var(--ink); font-family: var(--body); font-size: 0.95rem; transition: all 0.3s; outline: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--slate); opacity: 0.6; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ocean); box-shadow: 0 0 0 4px rgba(14,165,233,0.08); }
.contact-form textarea { resize: vertical; min-height: 130px; }

footer { padding: 3rem; border-top: 1px solid var(--ice); background: var(--white); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { font-family: var(--heading); font-size: 1.2rem; font-weight: 700; color: var(--deep); }
.footer-brand span { color: var(--ocean); }
.footer-copy { font-size: 0.8rem; color: var(--slate); }
.footer-links { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a { color: var(--slate); text-decoration: none; font-size: 0.82rem; font-weight: 500; transition: color 0.3s; }
.footer-links a:hover { color: var(--ocean); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealLine { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } }
@keyframes floatA { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes floatB { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes floatC { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes barGrow { to { width: var(--fill); } }

.reveal { opacity: 0; transform: translateY(28px); transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

@media (max-width: 968px) {
  nav { padding: 1rem 1.5rem; }
  nav.scrolled { padding: 0.7rem 1.5rem; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; inset: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); justify-content: center; align-items: center; gap: 2rem; z-index: 1000; }
  .nav-links.open a { font-size: 1.3rem; color: var(--deep); }
  .mobile-toggle { display: flex; }
  section { padding: 4.5rem 1.5rem; }
  .hero { padding: 7rem 1.5rem 4rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero-cards { height: 320px; }
  .float-card-2 { right: -10px; }
  .float-card-4 { display: none; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .project-card { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.8rem; }
  .services-grid { grid-template-columns: 1fr; }
  .coming-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 640px) {
  .hero-title { font-size: clamp(2.2rem, 8vw, 3rem); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .float-card { padding: 1rem; }
  .fc-value { font-size: 1.3rem; }
  .stat-number { font-size: 2rem; }
  .project-name { font-size: 1.3rem; }
  .about-features { grid-template-columns: 1fr; }
}
