:root {
  --ink: #0f1222;
  --muted: #626a80;
  --line: #e9e7f2;
  --surface: #ffffff;
  --surface-soft: #faf9fe;
  --pink: #ed1878;
  --purple: #7b2ce2;
  --blue: #087eea;
  --gradient: linear-gradient(110deg, var(--pink), var(--purple) 53%, var(--blue));
  --shadow: 0 22px 55px rgba(48, 31, 95, .11);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", system-ui, sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,218,239,.72); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(35,26,74,.08); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 188px; min-width: 188px; min-height: 64px; display: flex; align-items: center; overflow: visible; padding: 6px 0; }
.brand img { width: 100%; max-height: 64px; object-fit: contain; transform: none; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; padding: 28px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 100%; height: 2px; background: var(--gradient); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; font-size: 26px; }

.button { min-height: 50px; padding: 0 22px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gradient { color: #fff; background: var(--gradient); box-shadow: 0 12px 28px rgba(117,44,224,.25); }
.button-gradient:hover { box-shadow: 0 17px 34px rgba(117,44,224,.32); }
.button-outline { color: #5f33ce; border-color: #8a5cf1; background: #fff; }
.button-outline:hover { background: #f7f2ff; }
.button-small { min-height: 44px; padding-inline: 19px; }
.button-white { border: 0; background: #fff; color: #4923a9; width: 100%; box-shadow: 0 12px 30px rgba(20,10,67,.18); }

.hero { position: relative; min-height: 790px; padding: 150px 0 90px; display: flex; align-items: center; background: radial-gradient(circle at 15% 35%, #fff5fb 0, transparent 35%), radial-gradient(circle at 85% 50%, #eef6ff 0, transparent 40%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; width: fit-content; border: 1px solid #d9cff5; background: rgba(255,255,255,.75); color: #6e3bd1; border-radius: 999px; padding: 8px 13px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1, .section-head h2, .about-card h2, .contact-copy h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.045em; }
.hero h1 { margin: 20px 0 22px; font-size: clamp(52px, 6vw, 76px); line-height: .98; }
.hero h1 span, .section-head h2 span, .about-card h2 span { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.hero-points { display: flex; gap: 24px; margin-top: 26px; color: #4d5365; font-size: 13px; font-weight: 700; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points svg { color: var(--purple); }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.dream-stage { position: relative; z-index: 3; width: min(100%, 610px); height: 400px; border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,.85), rgba(237,225,255,.48)); box-shadow: 0 35px 90px rgba(79,42,171,.14), inset 0 1px 0 rgba(255,255,255,.6); overflow: hidden; }
.dream-stage::before { content: ""; position: absolute; inset: 18px; border-radius: 34px; border: 1px solid rgba(255,255,255,.38); background: linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.08)); }
.dream-stage::after { content: ""; position: absolute; inset: -24px; z-index: -1; border-radius: 48px; background: conic-gradient(from 120deg, rgba(239,29,122,.18), rgba(123,44,226,.14), rgba(8,126,234,.18), rgba(239,29,122,.18)); filter: blur(34px); opacity: .9; }
.dream-blob { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .8; }
.dream-blob-one { width: 190px; height: 190px; top: 26px; left: 40px; background: radial-gradient(circle, rgba(8,126,234,.26), transparent 70%); animation: blob-drift-1 8s ease-in-out infinite; }
.dream-blob-two { width: 220px; height: 220px; right: 35px; bottom: 28px; background: radial-gradient(circle, rgba(237,24,120,.22), transparent 72%); animation: blob-drift-2 9s ease-in-out infinite; }
.dream-blob-three { width: 170px; height: 170px; top: 130px; left: 220px; background: radial-gradient(circle, rgba(123,44,226,.18), transparent 72%); animation: blob-drift-3 7.5s ease-in-out infinite; }
.dream-center { position: absolute; inset: 0; z-index: 6; display: grid; place-items: center; pointer-events: none; }
.dream-mark { position: relative; z-index: 2; width: 260px; min-height: 260px; padding: 30px 28px; border-radius: 54% 46% 50% 50% / 44% 57% 43% 56%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(247,240,255,.92) 45%, rgba(235,246,255,.9)); border: 1px solid rgba(255,255,255,.88); box-shadow: inset 0 0 38px rgba(255,255,255,.78), 0 24px 52px rgba(70,41,151,.18); animation: mark-float 7s ease-in-out infinite; }
.dream-mark::before { content: ""; position: absolute; inset: -16px; border-radius: inherit; border: 1px dashed rgba(255,255,255,.45); opacity: .9; animation: spin 22s linear infinite reverse; }
.dream-kicker { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; padding: 7px 12px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #6e3bd1; background: linear-gradient(145deg, #fff3fb, #ece8ff 55%, #e7f4ff); }
.dream-mark h3 { margin: 0 0 12px; max-width: 210px; font-family: "Space Grotesk", sans-serif; font-size: 36px; line-height: .98; letter-spacing: -.05em; color: #17182a; text-shadow: 0 2px 0 rgba(255,255,255,.7); }
.dream-mark h3 span { display: block; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dream-mark p { margin: 0; max-width: 205px; color: #5f6678; font-size: 13px; line-height: 1.55; font-weight: 600; }
.dream-object { position: absolute; z-index: 4; perspective: 700px; }
.dream-card { position: relative; width: 86px; height: 102px; border-radius: 26px; padding: 14px 11px 11px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; color: #fff; box-shadow: 0 18px 40px rgba(54,35,120,.24), inset 0 1px 0 rgba(255,255,255,.28); border: 1px solid rgba(255,255,255,.24); overflow: hidden; backdrop-filter: blur(12px); transform-style: preserve-3d; }
.dream-card-bg { position: absolute; inset: 1px; border-radius: inherit; background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.03)); }
.dream-card svg, .dream-card small { position: relative; z-index: 2; }
.dream-card svg { width: 32px; height: 32px; margin-top: 8px; stroke-width: 1.9; }
.dream-card small { font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.dream-magenta { background: linear-gradient(160deg, #ff5eb9, #7a2ce4); }
.dream-blue { background: linear-gradient(160deg, #19b1ff, #087eea); }
.dream-violet { background: linear-gradient(160deg, #8a44ff, #2aa9ff); }
.dream-orange { background: linear-gradient(160deg, #ffb24a, #ff4f98); }
.dream-cyan { background: linear-gradient(160deg, #24d2c0, #0d91eb); }
.dream-pinkviolet { background: linear-gradient(160deg, #ec4fb6, #6d31ff); }
.dream-object-pencil { top: 26px; left: 30px; animation: object-float-1 7s ease-in-out infinite; }
.dream-object-camera { top: 28px; right: 38px; animation: object-float-2 6.5s ease-in-out infinite; }
.dream-object-video { right: 34px; bottom: 30px; animation: object-float-3 7.2s ease-in-out infinite; }
.dream-object-ui { left: 34px; bottom: 28px; animation: object-float-2 6.8s ease-in-out infinite .3s; }
.dream-object-interior { left: 92px; top: 150px; animation: object-float-3 7.8s ease-in-out infinite .4s; }
.dream-object-brand { right: 96px; top: 154px; animation: object-float-1 7.4s ease-in-out infinite .2s; }
.orbit { position: absolute; border: 1px solid rgba(126,71,219,.17); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; animation: spin 22s linear infinite; }
.orbit-two { width: 440px; height: 440px; border-style: dashed; animation: spin 15s linear infinite reverse; }
.orbit-one::after, .orbit-two::after { content: ""; position: absolute; width: 10px; height: 10px; background: var(--pink); border-radius: 50%; top: 14%; right: 12%; box-shadow: 0 0 22px #ed1878; }
.dot-grid { position: absolute; right: 2%; top: 10%; width: 90px; height: 90px; opacity: .32; background-image: radial-gradient(#8f5cdf 1.5px, transparent 1.5px); background-size: 13px 13px; }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.88); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; padding: 15px 18px; box-shadow: var(--shadow); display: grid; }
.floating-card span { font-family: "Space Grotesk"; font-size: 28px; font-weight: 700; color: var(--purple); }
.floating-card small { color: var(--muted); font-weight: 700; }
.floating-card-top { top: 70px; right: 0; }
.floating-card-bottom { bottom: 35px; left: -5px; }
.floating-card-bottom strong { font-size: 14px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .3; pointer-events: none; }
.hero-glow-one { width: 320px; height: 320px; background: #f9b3dc; left: -170px; top: 120px; }
.hero-glow-two { width: 420px; height: 420px; background: #b8d9ff; right: -270px; bottom: -30px; }

.about { padding-top: 0; }
.about-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; display: grid; grid-template-columns: 76px 260px 1fr; align-items: center; gap: 28px; box-shadow: 0 20px 55px rgba(48,31,95,.06); }
.about-icon { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #ffeaf7, #eae5ff 52%, #e4f3ff); color: var(--purple); font-size: 31px; }
.about-card .section-kicker { border: 0; padding: 0; background: transparent; }
.about-card h2 { margin: 9px 0 0; font-size: 30px; }
.about-card > p { color: var(--muted); line-height: 1.75; margin: 0; }

.services { background: linear-gradient(180deg, #fff 0%, #fbfaff 50%, #fff 100%); }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head .section-kicker { margin-inline: auto; border: 0; background: transparent; padding: 0; }
.section-head h2 { margin: 10px 0 12px; font-size: clamp(38px, 4vw, 52px); }
.section-head p { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { padding: 30px 26px; min-height: 265px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.85); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(123,44,226,.22); }
.service-icon { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; color: var(--purple); background: linear-gradient(145deg, #fff0f8, #eee8ff 55%, #e8f5ff); font-size: 26px; margin-bottom: 24px; }
.service-card h3 { margin: 0 0 12px; font-family: "Space Grotesk"; font-size: 19px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.project-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.project-art { height: 240px; position: relative; overflow: hidden; }
.project-info { padding: 18px; display: flex; align-items: center; justify-content: space-between; }
.project-info h3 { margin: 0 0 4px; font-size: 17px; }
.project-info p { margin: 0; color: var(--muted); font-size: 12px; }
.project-info svg { color: var(--purple); }
.project-brand .project-art { background: linear-gradient(135deg, #08122d, #162d58); }
.brand-sheet { position: absolute; background: linear-gradient(145deg, #fff, #cdd6e6); border-radius: 7px; box-shadow: 0 20px 35px rgba(0,0,0,.3); }
.sheet-one { width: 150px; height: 190px; left: 28px; top: 26px; transform: rotate(-8deg); }
.sheet-two { width: 160px; height: 120px; right: -20px; bottom: 25px; transform: rotate(9deg); }
.brand-mark { position: absolute; z-index: 3; left: 74px; top: 78px; width: 76px; height: 76px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--gradient); font-family: "Space Grotesk"; font-size: 52px; font-weight: 700; }
.interior-scene { background: linear-gradient(180deg, #e5ddd1, #ba8f67); }
.window { position: absolute; width: 115px; height: 130px; right: 25px; top: 20px; background: linear-gradient(#b7dcf7, #edf8ff); border: 10px solid #5b4637; box-shadow: inset 40px 0 rgba(255,255,255,.28); }
.sofa { position: absolute; width: 190px; height: 75px; background: #f1e4d5; border-radius: 24px 24px 12px 12px; left: 28px; bottom: 35px; box-shadow: inset 0 -18px rgba(165,119,83,.15), 0 14px 20px rgba(61,35,20,.25); }
.sofa::before { content: ""; position: absolute; width: 78px; height: 48px; left: 16px; top: -10px; border-radius: 12px; background: #8d5d76; box-shadow: 82px 0 #d9bd9c; }
.table { position: absolute; width: 90px; height: 18px; border-radius: 50%; background: #714936; left: 145px; bottom: 24px; }
.table::after { content: ""; position: absolute; width: 9px; height: 28px; left: 40px; top: 8px; background: #5e3d2c; }
.lamp { position: absolute; width: 54px; height: 36px; border-radius: 50% 50% 10px 10px; background: #f5d9a8; left: 26px; top: 26px; box-shadow: 25px 88px 0 -22px #543d31; }
.plant { position: absolute; width: 55px; height: 80px; right: 8px; bottom: 20px; background: radial-gradient(ellipse at 30% 40%, #517a47 0 25%, transparent 27%), radial-gradient(ellipse at 65% 30%, #5f8c4c 0 27%, transparent 29%), linear-gradient(90deg, transparent 46%, #4d673b 47% 53%, transparent 54%); }
.photo-scene { background: radial-gradient(circle at 40% 45%, #fff8f3, #d7b08f 72%); }
.photo-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); }
.ring-a { width: 250px; height: 250px; left: -40px; top: -50px; }
.ring-b { width: 170px; height: 170px; right: -30px; bottom: -40px; }
.bottle { position: absolute; width: 78px; height: 120px; left: 105px; top: 55px; border-radius: 18px 18px 13px 13px; background: linear-gradient(90deg, rgba(255,255,255,.6), rgba(197,126,107,.55), rgba(255,255,255,.55)); border: 2px solid rgba(255,255,255,.6); box-shadow: 0 22px 30px rgba(103,53,38,.25); }
.bottle::before { content: ""; position: absolute; width: 35px; height: 30px; left: 19px; top: -26px; border-radius: 5px 5px 0 0; background: #d9b9a9; }
.bottle::after { content: "dCore"; position: absolute; inset: 45px 9px auto; padding: 6px 0; background: rgba(255,255,255,.65); color: #73445c; text-align: center; font-size: 10px; font-weight: 800; }
.flower { position: absolute; width: 50px; height: 50px; border-radius: 50%; background: radial-gradient(circle, #f9d05d 0 13%, #f59aaf 14% 33%, transparent 35%), conic-gradient(from 0deg, transparent 0 10%, #f7c2cc 11% 22%, transparent 23% 35%, #f7c2cc 36% 47%, transparent 48% 60%, #f7c2cc 61% 72%, transparent 73% 85%, #f7c2cc 86%); }
.flower-one { left: 35px; bottom: 28px; transform: scale(1.2); }
.flower-two { right: 20px; top: 25px; transform: scale(.8); }
.video-scene { background: linear-gradient(135deg, #18171d, #433b4e); }
.video-camera { position: absolute; width: 150px; height: 90px; left: 55px; top: 80px; border-radius: 15px; background: linear-gradient(145deg, #222, #0d0d0e); box-shadow: 0 25px 35px rgba(0,0,0,.45); }
.video-lens { position: absolute; z-index: 2; width: 76px; height: 76px; border-radius: 50%; left: 95px; top: 87px; border: 10px solid #111; background: radial-gradient(circle, #0c5ea0 0 14%, #152332 15% 36%, #08090b 38% 64%, #24262a 65%); box-shadow: 0 0 0 5px #34363b; }
.video-screen { position: absolute; width: 86px; height: 56px; left: 64px; top: 24px; border: 7px solid #111; background: linear-gradient(145deg, #ee2b7c, #5136cf 55%, #0d94e2); transform: rotate(-4deg); }
.video-light { position: absolute; width: 65px; height: 45px; right: 20px; top: 28px; background: repeating-linear-gradient(90deg, #fff 0 8px, #d3d3d3 8px 10px); box-shadow: 0 0 28px rgba(255,255,255,.55); }

.contact-shell { border-radius: 34px; background: var(--gradient); padding: 58px; color: #fff; display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; box-shadow: 0 35px 80px rgba(86,36,184,.3); position: relative; overflow: hidden; }
.contact-shell::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; right: -230px; top: -220px; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.04); }
.section-kicker.light { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.contact-copy h2 { margin: 18px 0 14px; font-size: 46px; }
.contact-copy > p { color: rgba(255,255,255,.84); line-height: 1.7; }
.contact-list { margin-top: 34px; display: grid; gap: 18px; }
.contact-list > a, .contact-list > div { display: flex; gap: 15px; align-items: flex-start; }
.contact-list > a > span, .contact-list > div > span { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.15); }
.contact-list small { display: block; color: rgba(255,255,255,.7); margin-bottom: 3px; }
.contact-list strong { font-size: 14px; line-height: 1.55; }
.quote-form { position: relative; z-index: 2; padding: 30px; border-radius: 24px; background: rgba(25,12,75,.23); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.18); display: grid; gap: 16px; }
.quote-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.12); border-radius: 10px; outline: none; padding: 13px 14px; transition: border-color .2s, background .2s; }
.quote-form select option { color: #111; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: rgba(255,255,255,.58); }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.17); }
.quote-form textarea { resize: vertical; min-height: 104px; }
.form-note { text-align: center; margin: 0; color: rgba(255,255,255,.7); font-size: 11px; }

.site-footer { padding: 64px 0 24px; background: #faf9fd; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .9fr; gap: 70px; }
.footer-brand img { width: 150px; margin-bottom: 18px; }
.footer-brand p { color: var(--muted); max-width: 390px; line-height: 1.65; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); }
.footer-links h3 { color: var(--ink); margin: 0 0 7px; font-size: 15px; }
.footer-links a:hover { color: var(--purple); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 42px; padding-top: 20px; display: flex; justify-content: space-between; color: #7b8190; font-size: 12px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 60; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; }
.whatsapp-float span { background: #fff; padding: 10px 13px; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.13); font-size: 12px; font-weight: 800; transition: opacity .2s, transform .2s; }
.whatsapp-float svg { width: 56px; height: 56px; padding: 14px; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 15px 30px rgba(37,211,102,.35); stroke-width: 1.65; }
.whatsapp-float:hover span { transform: translateX(-4px); }
.back-to-top { position: fixed; z-index: 55; right: 31px; bottom: 96px; width: 43px; height: 43px; border-radius: 50%; border: 0; display: grid; place-items: center; color: #fff; background: var(--gradient); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s ease; box-shadow: 0 10px 25px rgba(84,42,180,.25); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes blob-drift-1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(18px,-12px) scale(1.06); } }
@keyframes blob-drift-2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-14px,10px) scale(1.08); } }
@keyframes blob-drift-3 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(10px,14px) scale(.96); } }
@keyframes mark-float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(4deg); } }
@keyframes object-float-1 { 0%,100% { transform: translate3d(0,0,0) rotate(-5deg); } 50% { transform: translate3d(8px,-14px,0) rotate(5deg); } }
@keyframes object-float-2 { 0%,100% { transform: translate3d(0,0,0) rotate(4deg); } 50% { transform: translate3d(-7px,12px,0) rotate(-5deg); } }
@keyframes object-float-3 { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(5px,-10px,0) scale(1.05); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1024px) {
  .hero { min-height: auto; }
  .hero-grid { gap: 20px; }
  .hero h1 { font-size: 58px; }
  .services-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .about-card { grid-template-columns: 76px 1fr; }
  .about-card > p { grid-column: 1 / -1; }
  .contact-shell { padding: 44px; gap: 34px; }
}

@media (max-width: 820px) {
  .nav-wrap { min-height: 76px; }
  .brand { width: 154px; min-width: 154px; min-height: 58px; }
  .brand img { max-height: 58px; }
  .menu-button { display: block; position: relative; z-index: 103; }
  .site-nav { position: fixed; inset: 0; background: rgba(255,255,255,.98); flex-direction: column; justify-content: center; gap: 10px; transform: translateX(100%); transition: transform .3s ease; z-index: 102; font-size: 22px; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a:not(.button) { padding: 10px 0; }
  .site-nav > a:not(.button)::after { bottom: 4px; }
  .nav-cta { margin-top: 16px; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 540px; }
  .dream-stage { height: 380px; width: min(100%, 560px); }
  .dream-mark { width: 228px; min-height: 228px; }
  .dream-card { width: 84px; height: 100px; }
  .contact-shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .section { padding: 70px 0; }
  .hero { padding: 108px 0 60px; }
  .hero h1 { font-size: 44px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { flex-direction: column; align-items: center; gap: 8px; }
  .hero-visual { min-height: 430px; }
  .dream-stage { width: 100%; height: 340px; border-radius: 30px; }
  .dream-stage::before { inset: 12px; border-radius: 24px; }
  .dream-mark { width: 190px; min-height: 190px; padding: 20px 18px; }
  .dream-mark h3 { font-size: 27px; max-width: 165px; }
  .dream-mark p { font-size: 12px; }
  .dream-card { width: 60px; height: 76px; border-radius: 20px; padding: 9px 7px; }
  .dream-card svg { width: 24px; height: 24px; }
  .dream-card small { font-size: 10px; }
  .dream-object-pencil { top: 14px; left: 12px; }
  .dream-object-camera { top: 16px; right: 12px; }
  .dream-object-video { right: 14px; bottom: 18px; }
  .dream-object-ui { left: 12px; bottom: 16px; }
  .dream-object-interior { left: 48px; top: 126px; }
  .dream-object-brand { right: 50px; top: 128px; }
  .floating-card-top { top: -6px; right: 6px; }
  .floating-card-bottom { bottom: -8px; left: 8px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 300px; height: 300px; }
  .floating-card-top { top: 22px; right: 4px; }
  .floating-card-bottom { bottom: 10px; left: 3px; }
  .about-card { padding: 26px 22px; grid-template-columns: 60px 1fr; gap: 17px; }
  .about-icon { width: 60px; height: 60px; }
  .about-card h2 { font-size: 25px; }
  .services-grid, .work-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .project-art { height: 280px; }
  .contact-shell { padding: 28px 20px; border-radius: 24px; }
  .contact-copy h2 { font-size: 38px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { right: 16px; bottom: 16px; }
  .whatsapp-float svg { width: 52px; height: 52px; }
  .back-to-top { right: 21px; bottom: 80px; }
}

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