:root{font-family:Arial,Segoe UI,sans-serif;background:#061321;color:#f1f7fb;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.site{min-height:100vh;background:radial-gradient(circle at 2% 7%,#173d5155,transparent 33%),#071321;overflow:hidden}.site-header{min-height:94px;display:flex;justify-content:space-between;align-items:center;gap:32px;padding:18px max(5vw,24px);border-bottom:1px solid #ffffff16;position:relative;z-index:3}.logo{font-size:clamp(1.4rem,2vw,1.9rem);font-weight:900;letter-spacing:-.05em}.logo span{color:var(--accent);margin-inline-start:8px}.site-header nav{display:flex;gap:34px;flex-wrap:wrap}.site-header nav a{color:#b0c6d3;font-size:.95rem;transition:color .2s}.site-header nav a:hover,.site-header nav a:focus-visible{color:#fff}.header-cta,.primary-button,.small-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:var(--accent);color:#03131c;border:0;border-radius:10px;padding:15px 25px;font-weight:800;box-shadow:0 8px 25px #0003;transition:transform .2s,filter .2s}.header-cta{font-size:.9rem}.primary-button:hover,.small-button:hover,.header-cta:hover{transform:translateY(-2px);filter:brightness(1.12)}.hero{max-width:1380px;margin:0 auto;min-height:640px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:95px 7% 75px;position:relative;isolation:isolate}.hero:before{content:"";position:absolute;top:24px;right:2%;bottom:24px;left:25%;z-index:-2;border-radius:30px;background:radial-gradient(ellipse at 74% 38%,#41e3e455 0,transparent 22%),radial-gradient(ellipse at 70% 55%,#1c7e9e8a,transparent 43%),linear-gradient(135deg,#073552,#061325 69%);border:1px solid #4be5e322;transform:skewY(-2deg)}.hero-glow{position:absolute;z-index:-1;top:12%;right:0;bottom:8%;left:36%;opacity:.95;background:repeating-radial-gradient(ellipse at 70% 55%,transparent 0 45px,#79f4ff13 46px 47px,transparent 48px 86px);-webkit-mask-image:linear-gradient(to left,#000,transparent);mask-image:linear-gradient(to left,#000,transparent)}.eyebrow,.overline{font-size:.76rem;font-weight:800;letter-spacing:.2em;color:var(--accent)}.eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:25px}.pulse{height:7px;width:7px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 7px #19e1db1e}.hero h1{font-size:clamp(3rem,6vw,6.5rem);max-width:780px;line-height:1.07;letter-spacing:-.065em;margin:0 0 30px;text-shadow:0 14px 35px #0006}.hero p{max-width:580px;line-height:1.9;font-size:1.18rem;color:#c5d7e1}.hero-actions{display:flex;gap:15px;margin-top:25px;flex-wrap:wrap}.ghost-button{border:1px solid #ffffff55;padding:15px 25px;border-radius:10px;font-weight:700;background:#061c2caa}.ghost-button:hover{background:#14415a}.hero-foot{position:absolute;bottom:45px;left:7%;right:7%;display:flex;gap:17px;align-items:center;justify-content:space-between;color:#a6bfd0;font-size:.65rem;letter-spacing:.22em}.hero-foot span:nth-child(2){color:var(--accent);font-size:1.5rem}.section{max-width:1380px;margin:0 auto;padding:90px 7%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:38px}.section h1,.section h2,.callout h2{font-size:clamp(2.5rem,4.5vw,4.4rem);letter-spacing:-.045em;margin:15px 0 22px;line-height:1.17}.section-heading h2{margin:12px 0 0}.text-link{color:var(--accent);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px}.product-card,.message-card{border:1px solid #ffffff1b;background:linear-gradient(145deg,#132b3b,#101d2d);border-radius:20px;overflow:hidden}.product-card{padding:17px 17px 23px;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-5px);border-color:#ffffff48}.product-art{height:215px;border-radius:13px;background:radial-gradient(circle at 65% 30%,#44e8e05b,transparent 26%),linear-gradient(145deg,#20576b,#122437 70%);display:flex;align-items:center;justify-content:center}.product-art span{font-size:5.5rem;transform:rotate(-12deg);color:var(--accent);text-shadow:0 0 30px var(--accent)}.product-meta{font-size:.8rem;color:var(--accent);margin-top:24px}.product-card h3{font-size:1.5rem;margin:10px 0}.product-card p{color:#b5c8d5;line-height:1.8;min-height:66px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:23px}.product-bottom strong{font-size:1.4rem}.small-button{padding:11px 14px;font-size:.82rem}.callout{margin:60px auto 100px;max-width:1100px;padding:74px 7%;border:1px solid #42e9dc44;border-radius:28px;text-align:center;background:radial-gradient(circle at 50% 0%,#1b677055,transparent 65%),#10283a}.callout p{color:#b6cdd7;margin-bottom:30px}.page-top{min-height:62vh;padding-top:100px}.lead{max-width:750px;color:#b9cfda;font-size:1.18rem;line-height:2}.filters{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.filters input,.filters select,.contact-form input,.contact-form textarea,.admin-form input{padding:15px 17px;border:1px solid #ffffff33;border-radius:10px;background:#14283a;color:#fff;min-width:180px;outline:none}.filters input:focus,.filters select:focus,.contact-form input:focus,.contact-form textarea:focus,.admin-form input:focus{border-color:var(--accent)}.filters input{flex:1;min-width:240px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;margin-top:40px}.detail-art{aspect-ratio:1.12;display:grid;place-items:center;font-size:11rem;color:var(--accent);border-radius:30px;background:radial-gradient(circle,#176d7775,transparent 55%),linear-gradient(135deg,#15546b,#0c2034)}.detail-price{font-size:2.2rem;font-weight:800}.note{color:#89a7b7;font-size:.9rem;line-height:1.8}.about{max-width:1030px}.about-box{margin:50px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.about-box div{padding:30px 20px;background:#132a3b;border-radius:16px;border:1px solid #ffffff1d;color:var(--accent);font-weight:700}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-form{display:flex;flex-direction:column;gap:21px;background:#102539;border:1px solid #ffffff22;padding:30px;border-radius:22px}.contact-form label,.admin-form label{display:flex;flex-direction:column;gap:8px;font-size:.9rem;font-weight:700}.contact-form input,.contact-form textarea{width:100%}.contact-form button{align-self:flex-start}.success{color:#65eac0}.error{color:#ffa9ae}.site-footer{margin-top:80px;border-top:1px solid #ffffff1b;padding:55px max(7vw,24px);display:flex;flex-direction:column;gap:4px;color:#91aebc}.site-footer .logo{color:#fff}.admin-link{font-size:.8rem;opacity:.7}.admin-form{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin:35px 0}.admin-products{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.admin-products button{border:1px solid #385e6a;border-radius:9px;padding:12px;background:#17384a;color:#fff}.inbox{display:grid;gap:12px}.message-card{padding:20px}.message-card p{white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header nav{gap:15px}.contact-layout,.product-detail{grid-template-columns:1fr}.hero{min-height:590px}.hero:before{top:30px;right:0;bottom:30px;left:15%}}@media(max-width:600px){.site-header{justify-content:center;gap:18px;padding:22px 15px}.site-header nav{width:100%;justify-content:center;gap:18px}.header-cta{display:none}.hero{padding:100px 7% 85px;min-height:590px}.hero:before{top:20px;right:0;bottom:20px;left:0}.hero-foot{font-size:.5rem;bottom:34px}.hero h1{font-size:3.3rem}.section{padding:70px 6%}.product-grid,.about-box{grid-template-columns:1fr}.product-card p{min-height:0}.section-heading{align-items:flex-start;flex-direction:column}.callout{margin:50px 5%;padding:60px 8%}.contact-form{padding:22px}.product-detail{gap:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}:root{font-family:Segoe UI,Arial,sans-serif;--abyss-line: rgba(117, 225, 229, .2)}.site{background:radial-gradient(ellipse at 78% 10%,#0f66743c,transparent 38%),#061321;color:#f1fbff}.site-header{position:sticky;top:0;min-height:82px;background:#061624ed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--abyss-line);box-shadow:0 14px 38px #0004}.site-header nav a{position:relative;color:#c2d8df;padding:8px 0}.site-header nav a:after{content:"";position:absolute;right:0;bottom:0;height:2px;width:0;background:var(--accent);transition:width .2s}.site-header nav a:hover:after,.site-header nav a:focus-visible:after{width:100%}.header-cta,.primary-button,.small-button{border-radius:999px;font-weight:800;box-shadow:0 12px 30px #0004;transition:transform .2s,filter .2s}.header-cta:hover,.primary-button:hover,.small-button:hover{transform:translateY(-3px);filter:brightness(1.1)}.hero{min-height:720px}.hero:before{background:radial-gradient(circle at 70% 30%,#72f9e142,transparent 23%),radial-gradient(circle at 73% 65%,#1aafc64a,transparent 42%),linear-gradient(145deg,#064155,#06172a 80%);border:1px solid #94f5ec3b;box-shadow:0 35px 75px #0005}.hero:after{content:"";position:absolute;z-index:-1;left:9%;top:17%;width:min(38vw,520px);aspect-ratio:1;border:1px solid #99f8eb50;border-radius:50%;background:radial-gradient(circle,transparent 0 27%,#8ce8ec29 27.2% 27.5%,transparent 28% 44%,#8ce8ec22 44.2% 44.5%,transparent 45%),radial-gradient(circle,#24bac326,transparent 70%);box-shadow:0 0 85px #12d5d027;animation:abyss-float 9s ease-in-out infinite;pointer-events:none}.hero h1{max-width:820px;font-weight:900;line-height:1.08;text-wrap:balance;text-shadow:0 15px 38px #0008}.hero p{color:#dfedf2;max-width:600px}.section{padding-top:105px;padding-bottom:100px}.section h1,.section h2,.callout h2{text-wrap:balance}.product-grid{gap:25px}.product-card{background:linear-gradient(150deg,#15374a,#091b2d);border:1px solid var(--abyss-line);border-radius:24px;padding:17px 17px 26px;box-shadow:0 17px 55px #0003;transition:transform .25s,border-color .25s,box-shadow .25s}.product-card:hover{transform:translateY(-9px);border-color:#77ece0b5;box-shadow:0 28px 65px #0007}.product-art,.detail-art{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 50% 36%,#73f5e450,transparent 34%),linear-gradient(145deg,#17516a,#091827 80%)}.product-art:before,.detail-art:before{content:"";position:absolute;z-index:-1;top:18%;right:18%;bottom:18%;left:18%;border:1px solid #adf8e63b;border-radius:50%;box-shadow:0 0 0 28px #adf8e60a,0 0 0 60px #adf8e607}.product-card p{color:#bed0d9}.product-bottom{padding-top:16px;border-top:1px solid var(--abyss-line)}.callout{border-radius:30px;background:radial-gradient(ellipse at 50% 0,#2fd7c62b,transparent 70%),linear-gradient(140deg,#123b4b,#0b1e2c);box-shadow:0 30px 80px #0004}.contact-form{border-radius:25px;border:1px solid var(--abyss-line);background:linear-gradient(140deg,#103449,#091c2b);box-shadow:0 25px 65px #0004}.filters input,.filters select,.contact-form input,.contact-form textarea,.admin-form input{border-radius:12px;background:#061a2a;border:1px solid #afdfeb4a}:where(a,button,input,textarea,select):focus-visible{outline:2px solid var(--accent);outline-offset:3px}@keyframes abyss-float{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-14px) rotate(3deg)}}@media(max-width:900px){.section{padding-top:75px;padding-bottom:75px}.hero:after{opacity:.45;left:2%}}@media(max-width:600px){.site-header{position:relative}.hero{min-height:600px}.hero:after{width:73vw;left:-15%;top:25%;opacity:.28}.hero h1{font-size:clamp(2.7rem,12vw,4rem)}.section{padding-top:65px;padding-bottom:65px}}@media(prefers-reduced-motion:reduce){.hero:after{animation:none}.site-header nav a:after{transition:none}}
