/*
Theme Name: Lumex Digital
Theme URI: https://lumexdigital.com/
Author: Lumex Digital
Description: A fast, conversion-focused custom theme for Lumex Digital.
Version: 1.0.0
Text Domain: lumex
*/

:root {
  --ink: #111027;
  --navy: #09091e;
  --violet: #7257ff;
  --coral: #ff6658;
  --lime: #d7f33d;
  --cream: #f6f1e9;
  --white: #fff;
  --muted: #6f6d7d;
  --line: rgba(17,16,39,.12);
  --radius: 28px;
  --shadow: 0 25px 70px rgba(23, 18, 69, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; font-size: 12px; line-height: 1; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 12px 0 0 var(--lime); margin-right: 12px; }
.display { margin: 0; font-size: clamp(42px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; font-weight: 800; }
.section-title { margin: 0; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.02; letter-spacing: -.045em; }
.lede { font-size: 18px; line-height: 1.7; color: var(--muted); }
.marker { position: relative; display: inline-block; z-index: 0; }
.marker::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: .05em; height: .22em; border-radius: 20px; background: var(--lime); z-index: -1; transform: rotate(-1.5deg); }
.btn { min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: var(--navy); background: var(--lime); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-light { color: var(--ink); background: #fff; }
.btn-arrow::after { content: "↗"; font-size: 18px; }

.announcement { padding: 9px 20px; color: #fff; background: var(--violet); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(9,9,30,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: #fff; display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: var(--navy); background: var(--lime); font-size: 20px; transform: rotate(-7deg); }
.brand em { color: var(--lime); font-style: normal; }
.custom-brand-logo { width: auto; max-width: 190px; height: 46px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; font-size: 20px; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 26% 38%, rgba(114,87,255,.32), transparent 35%); }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .9; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; min-height: 670px; }
.hero-copy { max-width: 660px; padding: 70px 0; }
.hero .eyebrow { color: var(--lime); }
.hero p { max-width: 590px; margin: 28px 0 32px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 38px; color: rgba(255,255,255,.72); font-size: 13px; }
.avatars { display: flex; }
.avatars span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--navy); border-radius: 50%; margin-left: -8px; color: var(--navy); background: var(--cream); font-size: 11px; font-weight: 800; }
.avatars span:first-child { margin-left: 0; background: var(--coral); }
.hero-stamp { position: absolute; z-index: 3; right: 5%; bottom: 34px; width: 120px; height: 120px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: var(--lime); font-size: 13px; font-weight: 800; text-align: center; transform: rotate(8deg); box-shadow: 0 20px 50px rgba(215,243,61,.2); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.trust-inner > span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.trust-list { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 25px; font-size: 15px; font-weight: 800; }
.trust-list b::before { content: "✦"; margin-right: 10px; color: var(--violet); }

.services { background: #fff; }
.section-head { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 60px; margin-bottom: 56px; }
.section-head .lede { margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card:nth-child(2), .service-card:nth-child(5) { background: var(--cream); }
.service-card.featured { color: #fff; background: var(--violet); }
.service-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--lime); color: var(--navy); font-size: 26px; transform: rotate(-4deg); }
.service-card h3 { margin: 54px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.service-card.featured p { color: rgba(255,255,255,.72); }
.service-link { position: absolute; right: 28px; bottom: 26px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; }

.why { overflow: hidden; background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.art-panel { position: relative; min-height: 560px; border-radius: 42px; background: var(--ink); overflow: hidden; box-shadow: var(--shadow); }
.art-shape { position: absolute; border-radius: 999px; }
.shape-one { width: 340px; height: 340px; top: 80px; left: 70px; border: 45px solid var(--violet); transform: rotate(25deg); }
.shape-two { width: 190px; height: 190px; right: 45px; bottom: 55px; background: var(--coral); }
.shape-three { width: 260px; height: 80px; left: 55px; bottom: 95px; background: var(--lime); transform: rotate(-18deg); }
.art-card { position: absolute; z-index: 2; top: 48%; left: 50%; width: 240px; padding: 24px; border-radius: 24px; background: rgba(255,255,255,.92); transform: translate(-50%,-50%) rotate(-5deg); backdrop-filter: blur(10px); }
.art-card small { color: var(--muted); font-weight: 700; }
.art-card strong { display: block; margin-top: 8px; font-size: 26px; line-height: 1.1; }
.feature-list { display: grid; gap: 12px; margin-top: 38px; }
.feature { padding: 20px 0; display: grid; grid-template-columns: 52px 1fr; gap: 16px; border-top: 1px solid var(--line); }
.feature span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 800; }
.feature h3 { margin: 0 0 5px; font-size: 18px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.portfolio { color: #fff; background: var(--navy); }
.portfolio .section-head .lede { color: rgba(255,255,255,.62); }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 310px 310px; gap: 18px; }
.work-card { position: relative; overflow: hidden; border-radius: var(--radius); padding: 28px; background: var(--violet); }
.work-card:first-child { grid-row: 1 / 3; background: var(--coral); }
.work-card:nth-child(3) { color: var(--ink); background: var(--lime); }
.work-visual { position: absolute; inset: 20% 8% -15%; border-radius: 50% 50% 20% 20%; background: rgba(255,255,255,.85); transform: rotate(-12deg); }
.work-card:first-child .work-visual { inset: 28% 15% -5%; border-radius: 40px; background: var(--cream); transform: rotate(8deg); box-shadow: -30px -30px 0 rgba(114,87,255,.8); }
.work-card:nth-child(2) .work-visual { inset: 33% -3% -48% 30%; border: 35px solid var(--lime); background: transparent; }
.work-card:nth-child(3) .work-visual { inset: 37% 20% -38%; border-radius: 50%; background: var(--navy); }
.work-tag { position: relative; z-index: 2; font-size: 11px; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }
.work-card h3 { position: relative; z-index: 2; margin: 10px 0; font-size: 28px; letter-spacing: -.04em; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 54px; }
.step { padding: 28px; border-top: 2px solid var(--ink); }
.step-no { display: block; margin-bottom: 70px; color: var(--violet); font-size: 13px; font-weight: 800; }
.step h3 { margin: 0 0 10px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.testimonial { padding: 100px 0; color: #fff; background: var(--violet); }
.quote { max-width: 950px; margin: auto; text-align: center; }
.stars { color: var(--lime); font-size: 20px; letter-spacing: 5px; }
.quote blockquote { margin: 30px 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.15; letter-spacing: -.04em; font-weight: 700; }
.quote cite { font-style: normal; font-size: 14px; color: rgba(255,255,255,.72); }

.faq-grid { display: grid; grid-template-columns: .65fr 1.15fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 0; border: 0; display: flex; justify-content: space-between; gap: 20px; color: var(--ink); background: transparent; text-align: left; font-size: 18px; font-weight: 800; cursor: pointer; }
.faq-question::after { content: "+"; font-size: 26px; font-weight: 400; transition: transform .2s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); line-height: 1.7; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 0 24px; }

.cta { padding: 30px 0 0; }
.cta-box { position: relative; overflow: hidden; padding: 80px; border-radius: 40px; color: #fff; background: var(--ink); }
.cta-box::after { content: ""; position: absolute; width: 340px; height: 340px; right: -70px; top: -120px; border: 60px solid var(--violet); border-radius: 50%; }
.cta-box .section-title { max-width: 720px; position: relative; z-index: 2; }
.cta-box p { position: relative; z-index: 2; max-width: 580px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.7; }
.cta-box .btn { position: relative; z-index: 2; margin-top: 16px; }

.site-footer { padding: 80px 0 28px; color: #fff; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.55fr); gap: 60px; }
.footer-about p { max-width: 350px; color: rgba(255,255,255,.55); line-height: 1.7; }
.footer-col h4 { margin: 4px 0 20px; color: var(--lime); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; margin: 12px 0; color: rgba(255,255,255,.7); font-size: 14px; }
.footer-bottom { padding-top: 36px; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 12px; }

@media (max-width: 960px) {
  .section { padding: 82px 0; }
  .nav, .header-actions .btn { display: none; }
  .menu-toggle { display: block; }
  .nav.open { position: fixed; display: flex; flex-direction: column; align-items: flex-start; inset: 111px 0 0; padding: 38px 24px; color: #fff; background: var(--navy); font-size: 22px; }
  .hero { min-height: 680px; }
  .hero-art { opacity: .48; object-position: 62% center; }
  .hero-grid { grid-template-columns: 1fr; min-height: 580px; }
  .hero-copy { max-width: 700px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid, .faq-grid { grid-template-columns: 1fr; }
  .art-panel { min-height: 480px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.1fr repeat(2,.7fr); }
  .footer-col:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .announcement { font-size: 10px; }
  .header-inner { min-height: 68px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav.open { top: 101px; }
  .hero { min-height: 680px; }
  .hero-copy { padding: 55px 0 90px; }
  .hero p { font-size: 16px; }
  .hero-art { object-position: 70% center; opacity: .33; }
  .hero-stamp { width: 90px; height: 90px; right: 20px; bottom: 18px; font-size: 10px; }
  .btn { min-height: 50px; padding: 0 19px; }
  .trust-inner { padding: 25px 0; display: block; }
  .trust-list { margin-top: 18px; overflow-x: auto; justify-content: flex-start; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .art-panel { min-height: 390px; }
  .shape-one { width: 270px; height: 270px; left: 25px; }
  .shape-two { width: 135px; height: 135px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 330px); }
  .work-card:first-child { grid-row: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .step-no { margin-bottom: 35px; }
  .faq-grid { gap: 35px; }
  .cta-box { padding: 55px 28px; border-radius: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-about { grid-column: 1/-1; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { display: block; line-height: 1.8; }
}

/* Dark creative direction */
body { color: #f7f4ff; background: #080817; }
.section { position: relative; background: #0d0c20; }
.section:nth-of-type(even) { background: #111027; }
.lede, .service-card p, .feature p, .step p, .faq-answer, .footer-about p { color: #aaa6bc; }
.marker::after { opacity: .9; }
.services { color: #f7f4ff; background: #0d0c20; }
.service-card,
.service-card:nth-child(2),
.service-card:nth-child(5) {
  color: #f7f4ff;
  border-color: rgba(255,255,255,.1);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.service-card.featured { background: linear-gradient(145deg, #7d5cff, #5337dd); }
.service-card:hover { border-color: rgba(215,243,61,.45); box-shadow: 0 25px 70px rgba(0,0,0,.35), 0 0 0 1px rgba(215,243,61,.12); }
.why { color: #f7f4ff; background: #080817; }
.feature, .faq-list, .faq-item { border-color: rgba(255,255,255,.1); }
.faq-question { color: #f7f4ff; }
.process-grid .step { border-color: rgba(255,255,255,.22); }
.trust-strip { color: #f7f4ff; border-color: rgba(255,255,255,.08); background: #12102a; }
.trust-inner > span { color: #aaa6bc; }
.cta { background: #080817; }
.cta-box { border: 1px solid rgba(255,255,255,.09); background: linear-gradient(135deg, #171432, #0d0c20); }

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(9,9,30,.98) 0%, rgba(9,9,30,.9) 35%, rgba(9,9,30,.16) 72%), linear-gradient(0deg, #09091e 0%, transparent 24%);
}
.hero-art { opacity: .52; filter: saturate(1.25) contrast(1.07); animation: heroZoom 16s ease-in-out infinite alternate; }
.hero-grid { z-index: 4; }
.hero-gallery { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.floating-art {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 22px;
  background: #16142f;
  box-shadow: 0 28px 70px rgba(0,0,0,.5), 0 0 50px rgba(114,87,255,.2);
}
.floating-art img { width: 100%; height: 100%; object-fit: cover; }
.art-a { width: 235px; height: 280px; right: 11%; top: 13%; transform: rotate(7deg); animation: floatA 7s ease-in-out infinite; }
.art-b { width: 190px; height: 145px; right: 31%; bottom: 9%; transform: rotate(-8deg); animation: floatB 8s ease-in-out infinite; }
.art-c { width: 270px; height: 108px; right: 5%; bottom: 12%; transform: rotate(4deg); animation: floatC 6s ease-in-out infinite; }
.hero-stamp { z-index: 5; animation: stampSpin 16s linear infinite; }

.creative-marquee { overflow: hidden; padding: 17px 0; color: #09091e; background: var(--lime); transform: rotate(-1deg) scale(1.02); }
.marquee-track { width: max-content; display: flex; animation: marquee 24s linear infinite; }
.marquee-track span { padding-right: 46px; font-size: 13px; font-weight: 900; letter-spacing: .12em; }

.artwork-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 235px; gap: 18px; }
.artwork-card {
  position: relative;
  grid-column: span 4;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: #191630;
  transform-style: preserve-3d;
  transition: transform .18s ease, border-color .3s, box-shadow .3s;
}
.artwork-card:hover { z-index: 2; border-color: var(--lime); box-shadow: 0 28px 70px rgba(0,0,0,.55), 0 0 35px rgba(114,87,255,.18); }
.artwork-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1), filter .4s; }
.artwork-card:hover img { transform: scale(1.08); filter: saturate(1.15); }
.artwork-wide { grid-column: span 8; }
.artwork-tall { grid-column: span 4; grid-row: span 2; }
.artwork-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 22px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(transparent, rgba(5,5,18,.92));
}
.artwork-card figcaption span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.artwork-card figcaption strong { font-size: 16px; }
.showreel {
  min-height: 440px;
  margin-top: 22px;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: linear-gradient(135deg, #1b1738, #0d0c20);
}
.showreel-copy { padding: 50px; align-self: center; }
.showreel-copy h3 { margin: 0 0 14px; font-size: clamp(36px, 4vw, 58px); letter-spacing: -.05em; }
.showreel-copy > p:last-child { color: #aaa6bc; line-height: 1.65; }
.showreel video { width: 100%; height: 100%; max-height: 600px; object-fit: cover; background: #05050d; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.services-grid .reveal:nth-child(2), .process-grid .reveal:nth-child(2) { transition-delay: .08s; }
.services-grid .reveal:nth-child(3), .process-grid .reveal:nth-child(3) { transition-delay: .16s; }
.services-grid .reveal:nth-child(4), .process-grid .reveal:nth-child(4) { transition-delay: .24s; }

@keyframes heroZoom { to { transform: scale(1.06); } }
@keyframes floatA { 0%,100% { transform: translateY(0) rotate(7deg); } 50% { transform: translateY(-18px) rotate(4deg); } }
@keyframes floatB { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(15px) rotate(-4deg); } }
@keyframes floatC { 0%,100% { transform: translateY(0) rotate(4deg); } 50% { transform: translateY(-12px) rotate(7deg); } }
@keyframes stampSpin { to { transform: rotate(368deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 960px) {
  .hero-gallery { opacity: .68; }
  .art-a { right: 4%; }
  .art-b { right: 20%; }
  .art-c { display: none; }
  .artwork-card, .artwork-wide { grid-column: span 6; }
  .artwork-tall { grid-row: span 2; }
  .showreel { grid-template-columns: 1fr; }
  .showreel video { height: 430px; }
}

@media (max-width: 680px) {
  .hero::after { background: linear-gradient(90deg, rgba(9,9,30,.97), rgba(9,9,30,.62)), linear-gradient(0deg, #09091e, transparent 35%); }
  .hero-gallery { opacity: .34; }
  .art-a { width: 180px; height: 220px; right: -28px; top: 16%; }
  .art-b { width: 145px; height: 110px; right: 12%; bottom: 13%; }
  .artwork-grid { grid-auto-rows: 300px; }
  .artwork-card, .artwork-wide, .artwork-tall { grid-column: 1/-1; grid-row: auto; }
  .showreel-copy { padding: 36px 26px; }
  .showreel video { height: 360px; }
}

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

/* Inner and policy pages */
.page-hero { position: relative; min-height: 430px; padding: 120px 0 80px; display: flex; align-items: flex-end; overflow: hidden; background: #09091e; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to bottom, #000, transparent); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero .display { max-width: 920px; }
.page-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 260px; height: 260px; right: 10%; top: 25px; border: 50px solid var(--violet); animation: floatA 8s ease-in-out infinite; }
.orb-two { width: 95px; height: 95px; right: 30%; bottom: 40px; background: var(--lime); animation: floatB 6s ease-in-out infinite; }
.policy-date { margin: 22px 0 0; color: #aaa6bc; }
.page-content { min-height: 500px; background: #0d0c20; }
.content-shell { max-width: 900px; }
.content-shell.content-wide { max-width: 1120px; }
.content-shell h2 { margin: 56px 0 16px; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.035em; }
.content-shell h2:first-child { margin-top: 0; }
.content-shell h3 { margin: 35px 0 12px; color: var(--lime); font-size: 20px; }
.content-shell p, .content-shell li { color: #b8b5c8; font-size: 16px; line-height: 1.8; }
.content-shell a { color: var(--lime); text-decoration: underline; text-underline-offset: 4px; }
.content-shell ul { padding-left: 22px; }
.content-shell strong { color: #fff; }
.content-shell .policy-notice { margin: 0 0 42px; padding: 24px 28px; border: 1px solid rgba(215,243,61,.25); border-radius: 18px; color: #d9d6e4; background: rgba(215,243,61,.06); }
.about-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.about-intro h2 { margin-top: 0; }
.about-art { position: relative; min-height: 480px; overflow: hidden; border-radius: 32px; background: var(--violet); }
.about-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 70px; }
.about-value, .contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.035); }
.about-value h3 { margin-top: 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.contact-stack { display: grid; gap: 18px; }
.contact-card h3 { margin-top: 0; }
.contact-form { padding: 36px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: #15132d; }
.contact-form label { display: block; margin-bottom: 18px; color: #fff; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 8px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; outline: none; color: #fff; background: #0c0b1c; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--lime); }
.contact-form textarea { min-height: 150px; resize: vertical; }
.footer-legal-links { padding-top: 30px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 12px 25px; }
.footer-legal-links a { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-legal-links a:hover { color: var(--lime); }

@media (max-width: 800px) {
  .about-intro, .contact-grid { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .page-hero { min-height: 350px; padding: 90px 0 55px; }
  .about-art { min-height: 380px; }
}
