:root {
  --ink: #06100b;
  --forest: #0b1f16;
  --forest-2: #123525;
  --lime: #b9ff66;
  --lime-soft: #d9ffab;
  --sand: #f0eee5;
  --paper: #f8f7f1;
  --muted: #a9b3ac;
  --line: rgba(255, 255, 255, 0.15);
  --shell: min(1240px, calc(100% - 48px));
  --mouse-x: 0;
  --mouse-y: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: #fff; background: var(--ink); font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; border-radius: 8px; background: var(--lime); color: var(--ink); transform: translateY(-160%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }
.page-noise { position: fixed; inset: 0; z-index: 100; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 22px max(24px, calc((100vw - 1240px) / 2)); transition: background .3s, padding .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-header.scrolled { padding-block: 14px; background: rgba(5, 15, 10, .86); border-color: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 185px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 22px; letter-spacing: -.04em; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .22em; color: #c6d1ca; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(9,30,19,.5); }
.brand-mark i { position: absolute; width: 16px; height: 22px; border-radius: 100% 0 100% 0; background: var(--lime); transform: rotate(45deg) translate(-2px, -3px); }
.brand-mark i:last-child { width: 11px; height: 16px; opacity: .55; transform: rotate(225deg) translate(-4px, -2px); }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 650; }
.nav-links > a { color: rgba(255,255,255,.78); transition: color .2s; }
.nav-links > a:hover, .nav-links > a:focus-visible { color: var(--lime); }
.nav-links .nav-cta { display: flex; align-items: center; gap: 22px; padding: 11px 12px 11px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; }
.nav-cta span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--ink); background: var(--lime); }
.menu-toggle { display: none; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; background: #07120d; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 23%; background: linear-gradient(0deg, #07120d 0%, transparent 100%); }
.hero-visual { position: absolute; z-index: -2; inset: 0; transform-style: preserve-3d; perspective: 1100px; overflow: hidden; }
.hero-image { position: absolute; inset: -3%; background-image: linear-gradient(90deg, rgba(4,13,8,.74) 0%, rgba(4,13,8,.28) 39%, rgba(4,13,8,.02) 70%), linear-gradient(0deg, rgba(5,13,8,.52), transparent 38%), url('/assets/meys-3d-hero.webp'); background-size: cover; background-position: center; transform: translate3d(calc(var(--mouse-x) * -9px), calc(var(--mouse-y) * -7px), 0) scale(1.04); transition: transform .22s ease-out; }
.depth-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(185,255,102,.26); box-shadow: inset 0 0 40px rgba(185,255,102,.08), 0 0 40px rgba(185,255,102,.04); backdrop-filter: blur(2px); }
.depth-orb-a { width: 160px; height: 160px; right: 11%; top: 17%; transform: translate3d(calc(var(--mouse-x) * 24px), calc(var(--mouse-y) * 18px), 80px); }
.depth-orb-b { width: 52px; height: 52px; right: 48%; bottom: 18%; background: rgba(185,255,102,.14); transform: translate3d(calc(var(--mouse-x) * 48px), calc(var(--mouse-y) * 30px), 140px); }
.contour { position: absolute; border: 1px solid rgba(210,255,165,.18); border-radius: 50%; transform: rotateX(68deg) rotateZ(-13deg); }
.contour::before, .contour::after { content: ""; position: absolute; inset: 12px; border: inherit; border-radius: inherit; }
.contour::after { inset: 25px; }
.contour-a { width: 430px; height: 260px; right: 21%; bottom: 5%; }
.contour-b { width: 240px; height: 150px; right: 2%; top: 12%; }
.hero-content { position: relative; z-index: 2; padding-top: 105px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; color: var(--lime); }
.eyebrow span { width: 35px; height: 1px; background: var(--lime); }
.eyebrow em { font-style: normal; }
.hero h1 { max-width: 740px; margin: 28px 0 25px; font-size: clamp(54px, 7.3vw, 110px); line-height: .91; font-weight: 600; letter-spacing: -.075em; text-wrap: balance; }
.hero-copy { max-width: 590px; margin: 0; color: #c6d1ca; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.68; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 8px 9px 8px 22px; border-radius: 999px; font-size: 13px; font-weight: 750; border: 1px solid transparent; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 16px; }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary b { background: var(--ink); color: #fff; }
.button-ghost { background: rgba(7,20,13,.32); border-color: rgba(255,255,255,.24); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--lime); }
.button-ghost b { background: rgba(255,255,255,.12); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark b { background: var(--lime); color: var(--ink); }
.hero-meta { display: flex; gap: 52px; margin-top: 60px; }
.hero-meta > div { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 8px; }
.hero-meta b { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.hero-meta small { grid-column: 2; margin-top: 4px; color: #92a199; font-size: 11px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(185,255,102,.6); animation: pulse 2s infinite; }
.scene-label { position: absolute; z-index: 3; width: 190px; padding: 14px; display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(6,17,11,.42); box-shadow: 0 18px 50px rgba(0,0,0,.28); backdrop-filter: blur(12px); transform: perspective(800px) rotateY(-8deg) translate3d(calc(var(--mouse-x) * 10px), calc(var(--mouse-y) * 7px), 0); }
.scene-label > span { grid-row: 1 / 3; color: var(--lime); font-size: 10px; }
.scene-label b { font-size: 12px; }
.scene-label small { margin-top: 4px; color: #a9b3ac; font-size: 9px; }
.scene-label-one { right: 12%; top: 30%; }
.scene-label-two { right: 31%; bottom: 18%; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 30px; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #b7c2bb; writing-mode: vertical-rl; }
.scroll-cue i { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-style: normal; }

.marquee { height: 76px; display: flex; align-items: center; overflow: hidden; background: var(--lime); color: var(--ink); transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; align-items: center; gap: 28px; width: max-content; white-space: nowrap; animation: marquee 32s linear infinite; font-weight: 750; font-size: 18px; text-transform: uppercase; letter-spacing: .06em; }
.marquee-track i { font-style: normal; font-size: 12px; }

.section { padding-block: 150px; }
.section-heading { margin-bottom: 68px; }
.section-heading h2 { margin: 18px 0 0; color: #fff; font-size: clamp(42px, 5.2vw, 76px); line-height: 1; letter-spacing: -.06em; font-weight: 560; }
.section-heading h2 em { color: #72827a; font-style: normal; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.split-heading > p { max-width: 365px; margin: 0 0 8px; color: #87948d; line-height: 1.7; }
.services { background: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; perspective: 1000px; }
.tilt-card { transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transform-style: preserve-3d; transition: transform .16s ease-out, border-color .3s, background .3s; }
.service-card { min-height: 360px; position: relative; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.018)); }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -70px; border: 1px solid rgba(185,255,102,.18); border-radius: 50%; box-shadow: inset 0 0 40px rgba(185,255,102,.06); }
.service-card:hover { border-color: rgba(185,255,102,.5); background: linear-gradient(145deg, rgba(185,255,102,.1), rgba(255,255,255,.02)); }
.service-icon { width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: auto; border-radius: 24px; background: #13291d; box-shadow: inset -10px -10px 24px rgba(0,0,0,.25), inset 8px 8px 20px rgba(185,255,102,.08), 0 20px 45px rgba(0,0,0,.25); transform: translateZ(36px) rotate(-8deg); }
.service-icon span { color: var(--lime); font-size: 26px; }
.service-card > small { position: absolute; right: 25px; top: 25px; color: #55655d; font-size: 10px; }
.service-card h3 { margin: 32px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.service-card p { max-width: 310px; margin: 0; color: #8f9b95; font-size: 14px; line-height: 1.65; }
.service-card > i { position: absolute; right: 25px; bottom: 25px; color: var(--lime); font-style: normal; }

.products { background: #0a1710; overflow: hidden; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-button { padding: 10px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: transparent; color: #89958e; cursor: pointer; font-size: 12px; transition: .2s; }
.filter-button:hover, .filter-button.active { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; perspective: 1200px; }
.product-card { position: relative; min-width: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: #0d2016; overflow: hidden; }
.product-card:hover { border-color: color-mix(in srgb, var(--accent) 70%, transparent); }
.product-open { display: block; width: 100%; padding: 0; border: 0; text-align: left; background: transparent; cursor: pointer; }
.product-image { height: 280px; position: relative; overflow: hidden; background: radial-gradient(circle at 55% 48%, color-mix(in srgb, var(--accent) 32%, transparent), transparent 45%), linear-gradient(145deg, #142d20, #08110c); }
.product-image::before { content: ""; position: absolute; width: 240px; height: 150px; left: 50%; bottom: 22px; transform: translateX(-50%) perspective(300px) rotateX(64deg); border: 1px solid color-mix(in srgb, var(--accent) 46%, transparent); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,255,255,.015), 0 0 0 44px rgba(255,255,255,.012); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-emoji { position: absolute; inset: 0; display: grid; place-items: center; transform-style: preserve-3d; }
.product-emoji i { position: absolute; width: 140px; height: 140px; border-radius: 38% 62% 58% 42%; background: color-mix(in srgb, var(--accent) 18%, #102218); filter: blur(.2px); box-shadow: inset -16px -18px 32px rgba(0,0,0,.25), inset 13px 10px 26px color-mix(in srgb, var(--accent) 25%, transparent), 0 30px 50px rgba(0,0,0,.35); transform: rotate(-14deg) translateZ(30px); }
.product-emoji span { position: relative; z-index: 1; font-size: 72px; filter: drop-shadow(0 18px 16px rgba(0,0,0,.35)); transform: translateZ(60px) rotate(5deg); }
.product-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(4,13,8,.68); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); color: #e2ebe5; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.product-info { padding: 25px; }
.product-info > small { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 800; }
.product-info h3 { margin: 10px 0 8px; font-size: 24px; letter-spacing: -.04em; }
.product-info p { height: 46px; overflow: hidden; margin: 0 0 24px; color: #89968f; font-size: 13px; line-height: 1.7; }
.product-info > div { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); }
.product-info > div b { font-size: 12px; }
.product-info > div span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: var(--ink); }
.empty-state { grid-column: 1 / -1; padding: 60px; border: 1px dashed rgba(255,255,255,.2); border-radius: 20px; text-align: center; color: #8d9992; }

.gallery { background: var(--ink); }
.text-link { display: inline-flex; gap: 12px; color: var(--lime); padding-block: 8px; border-bottom: 1px solid rgba(185,255,102,.4); font-size: 13px; font-weight: 700; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 16px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 22px; background: #13251b; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,10,6,.85), transparent 65%); }
.gallery-item figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; align-items: end; }
.gallery-item figcaption small { color: var(--lime); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.gallery-item figcaption b { font-size: 16px; }
.gallery-placeholder { min-height: 420px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; padding: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: linear-gradient(145deg, #10281b, #08130d); overflow: hidden; }
.mini-scene { height: 320px; position: relative; display: grid; place-items: center; perspective: 700px; }
.mini-scene i { position: absolute; width: 350px; height: 220px; border: 1px solid rgba(185,255,102,.25); border-radius: 50%; transform: rotateX(68deg) rotateZ(-12deg) translateZ(calc(var(--i, 0) * 15px)); }
.mini-scene i:nth-child(2) { width: 260px; height: 160px; }
.mini-scene i:nth-child(3) { width: 160px; height: 90px; background: radial-gradient(circle, rgba(185,255,102,.16), transparent 65%); }
.mini-scene span { position: relative; z-index: 1; font-size: 70px; color: var(--lime); text-shadow: 0 0 60px rgba(185,255,102,.35); }
.gallery-placeholder small { color: var(--lime); font-size: 10px; letter-spacing: .16em; }
.gallery-placeholder h3 { font-size: 36px; line-height: 1.05; letter-spacing: -.05em; margin: 14px 0; }
.gallery-placeholder p { color: #8c9b93; line-height: 1.7; font-size: 14px; }

.about { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; background: var(--lime); color: var(--ink); }
.about-world { position: absolute; width: 58vw; height: 58vw; min-width: 720px; min-height: 720px; right: -12vw; top: 50%; transform: translateY(-50%); }
.planet { width: 100%; height: 100%; position: relative; border-radius: 50%; background: radial-gradient(circle at 35% 27%, #e9ffd1 0 3%, #acd760 4% 12%, #436b32 13% 28%, #122f1e 58%, #07130c 75%); box-shadow: inset -90px -70px 140px rgba(0,0,0,.7), inset 35px 25px 60px rgba(255,255,255,.18), 0 70px 120px rgba(4,17,9,.36); transform: translate3d(calc(var(--mouse-x) * -10px), calc(var(--mouse-y) * -8px), 0); }
.planet::before, .planet::after { content: ""; position: absolute; inset: -5%; border: 1px solid rgba(9,37,19,.28); border-radius: 50%; transform: rotateX(72deg) rotateZ(-12deg); }
.planet::after { inset: -13%; border-color: rgba(9,37,19,.14); }
.planet span { position: absolute; width: 24%; height: 17%; left: 31%; top: 42%; border-radius: 50%; background: #1b4e2f; transform: rotate(18deg); filter: blur(4px); box-shadow: 90px 40px 0 #163f28, -50px -80px 0 #376e37; }
.planet i { position: absolute; width: 45%; height: 15%; right: 5%; top: 26%; border-radius: 50%; border-top: 10px solid rgba(232,255,213,.28); transform: rotate(-17deg); }
.about-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: end; gap: 80px; }
.about-copy { max-width: 620px; }
.about .kicker { color: #143321; }
.about h2 { max-width: 650px; margin: 22px 0 26px; font-size: clamp(48px, 6vw, 84px); line-height: .95; letter-spacing: -.07em; }
.about-copy > p:not(.kicker) { max-width: 570px; margin: 0 0 35px; font-size: 16px; line-height: 1.8; color: rgba(6,16,11,.72); }
.stats-panel { display: grid; overflow: hidden; border: 1px solid rgba(4,15,8,.18); border-radius: 22px; background: rgba(7,28,14,.12); backdrop-filter: blur(10px); }
.stats-panel > div { display: flex; align-items: baseline; justify-content: space-between; padding: 25px; border-bottom: 1px solid rgba(4,15,8,.14); }
.stats-panel > div:last-child { border: 0; }
.stats-panel strong { font-size: 36px; letter-spacing: -.05em; }
.stats-panel span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.contact { background: var(--ink); }
.contact-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; padding: 65px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: radial-gradient(circle at 20% 20%, rgba(185,255,102,.1), transparent 30%), #0b1c13; }
.contact-copy h2 { margin: 16px 0 20px; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.06em; }
.contact-copy h2 em { color: #6d8075; font-style: normal; }
.contact-copy > p:not(.kicker) { max-width: 500px; color: #8e9a93; line-height: 1.7; }
.contact-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.phone-link { display: flex; flex-direction: column; gap: 5px; }
.phone-link span { color: #718078; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.phone-link b { font-size: 14px; }
.location-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; background: #07120d; overflow: hidden; transition: border-color .3s, transform .3s; }
.location-card:hover { border-color: var(--lime); transform: translateY(-5px); }
.map-terrain { height: 250px; position: relative; display: grid; place-items: center; perspective: 700px; }
.map-terrain i { position: absolute; width: 90%; height: 70%; border: 1px solid rgba(185,255,102,.18); border-radius: 49% 51% 60% 40%; transform: rotateX(65deg) rotateZ(-12deg); box-shadow: 0 0 0 18px rgba(185,255,102,.015), 0 0 0 36px rgba(185,255,102,.01); }
.map-terrain i:nth-child(2) { width: 67%; height: 50%; }
.map-terrain i:nth-child(3) { width: 38%; height: 30%; background: rgba(185,255,102,.04); }
.map-terrain span { position: relative; z-index: 1; color: var(--lime); font-size: 32px; text-shadow: 0 0 35px var(--lime); animation: float 3s ease-in-out infinite; }
.location-card > div:last-child { display: grid; }
.location-card small { color: var(--lime); font-size: 9px; letter-spacing: .18em; }
.location-card strong { max-width: 380px; margin: 9px 0 14px; font-size: 18px; line-height: 1.45; }
.location-card b { color: #8c9a92; font-size: 12px; }

.site-footer { padding: 80px 0 25px; border-top: 1px solid rgba(255,255,255,.1); background: #050d09; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; }
.footer-links { display: flex; gap: 30px; color: #8f9b95; font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: #59675f; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.floating-whatsapp { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 7px 14px 7px 7px; border: 1px solid rgba(185,255,102,.5); border-radius: 999px; background: rgba(5,18,10,.85); backdrop-filter: blur(12px); box-shadow: 0 15px 40px rgba(0,0,0,.4); font-size: 11px; }
.floating-whatsapp span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 18px; }

.product-dialog { width: min(980px, calc(100% - 30px)); padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: #0b1d13; color: #fff; box-shadow: 0 40px 120px rgba(0,0,0,.65); }
.product-dialog::backdrop { background: rgba(1,6,3,.76); backdrop-filter: blur(10px); }
.dialog-close { position: absolute; z-index: 5; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(5,15,9,.7); cursor: pointer; font-size: 24px; }
#dialog-content { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 560px; }
.dialog-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; scroll-snap-type: x mandatory; }
.dialog-gallery img { width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; }
.dialog-placeholder { display: grid; place-items: center; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 35%, transparent), transparent 48%), #10251a; }
.dialog-placeholder span { font-size: 130px; filter: drop-shadow(0 30px 30px rgba(0,0,0,.35)); }
.dialog-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 50px; }
.dialog-copy small { color: var(--lime); text-transform: uppercase; letter-spacing: .14em; }
.dialog-copy h2 { margin: 14px 0; font-size: 44px; line-height: 1; letter-spacing: -.05em; }
.dialog-copy p { color: #93a098; line-height: 1.75; }
.dialog-copy > b { margin: 8px 0 30px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease var(--delay, 0ms), transform .75s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(185,255,102,0); } 100% { box-shadow: 0 0 0 0 rgba(185,255,102,0); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes float { 50% { transform: translateY(-9px); } }

@media (max-width: 1050px) {
  .scene-label { display: none; }
  .hero-image { background-position: 57% center; }
  .service-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: 1 / -1; }
  .about-world { right: -35vw; opacity: .75; }
  .contact-card { padding: 40px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 1240px); }
  .site-header { padding: 14px 16px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(5,16,10,.5); }
  .menu-toggle span { width: 18px; height: 1px; background: #fff; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 30px; background: rgba(5,16,10,.98); transform: translateY(-100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); font-size: 28px; }
  .nav-links.open { transform: translateY(0); }
  .nav-links .nav-cta { margin-top: 15px; font-size: 16px; }
  .hero { min-height: 880px; align-items: end; }
  .hero-image { inset: 0; background-image: linear-gradient(0deg, #06100b 8%, rgba(6,16,11,.7) 50%, rgba(6,16,11,.22) 100%), url('/assets/meys-3d-hero.webp'); background-position: 66% top; background-size: auto 58%, cover; background-repeat: no-repeat; }
  .hero-content { padding: 100px 0 110px; }
  .hero h1 { font-size: clamp(50px, 16vw, 70px); margin-top: 20px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 300px; }
  .hero-meta { gap: 24px; margin-top: 38px; }
  .scroll-cue { display: none; }
  .marquee { height: 62px; }
  .marquee-track { font-size: 14px; }
  .section { padding-block: 95px; }
  .section-heading { margin-bottom: 45px; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .service-grid, .product-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .product-image { height: 260px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .gallery-wide { grid-column: auto; }
  .gallery-placeholder { grid-template-columns: 1fr; gap: 20px; padding: 26px; }
  .mini-scene { height: 220px; }
  .mini-scene i { width: 290px; height: 170px; }
  .about { min-height: 900px; }
  .about-world { width: 760px; height: 760px; right: -430px; top: 42%; opacity: .65; }
  .about-layout { grid-template-columns: 1fr; gap: 70px; }
  .about h2 { font-size: 53px; }
  .stats-panel { max-width: 420px; }
  .contact-card { grid-template-columns: 1fr; padding: 24px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .location-card { min-height: 360px; }
  .map-terrain { height: 190px; }
  .footer-top { align-items: flex-start; gap: 40px; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; gap: 12px; flex-direction: column; }
  .floating-whatsapp b { display: none; }
  .floating-whatsapp { padding-right: 7px; }
  #dialog-content { grid-template-columns: 1fr; }
  .dialog-gallery, .dialog-placeholder { min-height: 330px; }
  .dialog-copy { padding: 30px; }
}

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

/* Görselli hizmet kartları */
.service-card { min-height: 530px; display: block; padding: 0; background: #0b1b12; }
.service-card::after, .service-card > small, .service-card > i { display: none; }
.service-media { height: 275px; position: relative; overflow: hidden; background: #10251a; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,15,9,.72), transparent 60%); }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s; }
.service-card:hover .service-media img { transform: scale(1.055); filter: saturate(1.12); }
.service-media > small { position: absolute; z-index: 2; right: 18px; top: 18px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(5,15,9,.62); backdrop-filter: blur(10px); color: var(--lime); font-size: 9px; }
.service-media .service-icon { margin: 88px auto 0; }
.service-body { padding: 24px; }
.service-body > small { color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.service-body h3 { margin: 10px 0 9px; font-size: 22px; letter-spacing: -.04em; }
.service-body p { min-height: 44px; margin: 0 0 21px; color: #85928a; font-size: 12px; line-height: 1.65; }
.service-body a { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; font-weight: 800; }
.service-body a b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }

@media (max-width: 760px) {
  .service-card { min-height: 500px; }
  .service-media { height: 260px; }
}
