:root {
  --bg: #080a09;
  --bg-2: #0d100f;
  --surface: #111513;
  --surface-2: #161b18;
  --text: #f4f7f5;
  --muted: #a8b0ab;
  --line: rgba(255,255,255,.12);
  --green: #39d675;
  --green-2: #1fb85b;
  --max: 1180px;
  --radius: 22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.eyebrow{display:inline-block;color:#89efa8;font-size:.72rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase;margin-bottom:12px}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.04;letter-spacing:-.035em}
h2{font-size:clamp(2rem,4vw,3.35rem);margin-bottom:12px}
p{color:var(--muted)}
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid transparent;border-radius:999px;font-weight:750;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}
.btn-wa{background:linear-gradient(180deg,var(--green),var(--green-2));color:#031109;box-shadow:0 12px 30px rgba(31,184,91,.18)}
.btn-secondary{border-color:rgba(255,255,255,.28);background:rgba(8,10,9,.38);backdrop-filter:blur(8px);color:#fff}
.btn-compact{min-height:42px;padding-inline:17px;font-size:.88rem}
@media (hover:hover) and (pointer:fine){.btn:hover{transform:translateY(-2px)}.btn-secondary:hover{border-color:rgba(57,214,117,.65)}.text-link:hover span{transform:translateX(4px)}.catalog-card:hover{transform:translateY(-5px);border-color:rgba(57,214,117,.45)}.catalog-card:hover .catalog-media img,.product-card:hover img{transform:scale(1.025)}}
.site-header{position:fixed;z-index:30;inset:0 0 auto;height:74px;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease}
.site-header.is-scrolled{background:rgba(7,9,8,.82);border-color:rgba(255,255,255,.08);backdrop-filter:blur(16px)}
.header-inner{height:100%;display:flex;align-items:center;gap:30px}
.brand{font-size:1rem;font-weight:950;font-style:italic;letter-spacing:-.03em;white-space:nowrap}.brand span{font-weight:500}
.desktop-nav{margin-left:auto;display:flex;gap:28px;font-size:.9rem;color:#d8dedb}
.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:var(--green);transition:right .2s ease}.desktop-nav a.is-active::after{right:0}
.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;background:#050706}
.hero-image{position:absolute;inset:-2%;width:104%;height:104%;object-fit:cover;object-position:center center;transform:scale(1.035);will-change:transform}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,4,.94) 0%,rgba(3,5,4,.76) 34%,rgba(3,5,4,.18) 67%,rgba(3,5,4,.48) 100%),linear-gradient(0deg,#080a09 0%,transparent 25%,rgba(0,0,0,.15) 100%)}
.mist{position:absolute;width:52%;height:35%;filter:blur(36px);opacity:.12;background:radial-gradient(ellipse at center,rgba(230,240,234,.58),transparent 70%);pointer-events:none;animation:mistDrift 16s ease-in-out infinite alternate}.mist-one{top:8%;right:4%}.mist-two{bottom:18%;left:35%;animation-duration:22s;animation-direction:alternate-reverse}
@keyframes mistDrift{to{transform:translate3d(22px,8px,0);opacity:.19}}
.hero-content{position:relative;z-index:2;padding-top:140px;padding-bottom:44px;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end}
.hero-copy{max-width:650px;margin-bottom:auto;padding-top:15vh}
.hero-copy h1{font-size:clamp(3rem,7vw,6.15rem);margin-bottom:22px}.hero-copy h1 span{color:#73df91}.hero-copy>p{font-size:clamp(1rem,1.6vw,1.22rem);max-width:540px;color:#d8dedb}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.hero-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:780px;border-top:1px solid rgba(255,255,255,.16);padding-top:22px;margin-top:54px;gap:26px}.hero-benefits div{display:flex;flex-direction:column}.hero-benefits b{font-size:.93rem}.hero-benefits small{color:#aab3ae;margin-top:3px}
.section{padding:96px 0;position:relative}.section-dark{background:linear-gradient(180deg,#0b0e0c,#080a09)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-heading p{max-width:680px;margin-bottom:0}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.catalog-card{min-width:0;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,border-color .2s ease}.catalog-media{aspect-ratio:4/3;overflow:hidden;background:#090b0a}.catalog-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.catalog-card-body{padding:22px}.catalog-card h3{font-size:1.25rem;margin-bottom:8px}.catalog-card p{font-size:.93rem;min-height:68px}.text-link{display:inline-flex;gap:12px;align-items:center;color:#b6f7c8;font-weight:750}.text-link span{transition:transform .2s ease}
.digital-section{background:radial-gradient(circle at 8% 40%,rgba(49,97,67,.15),transparent 35%),#0c0f0d}.split-row{display:grid;grid-template-columns:1.05fr 2fr auto;gap:28px;align-items:center}.split-row h2{font-size:clamp(2rem,3.7vw,3.1rem)}.split-row p{max-width:420px;margin-bottom:0}.digital-icons{display:grid;grid-template-columns:repeat(5,minmax(95px,1fr));gap:10px}.digital-icons div{min-height:100px;border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:.82rem;gap:7px;background:rgba(255,255,255,.018)}.digital-icons span{font-size:1.55rem;color:#e7ece9}.wide-cta{max-width:250px;text-align:center}
.service-section{background:#0a0d0b}.service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.service-grid div{min-height:130px;border-top:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:12px}.service-grid span{font-size:2rem;color:#e8efeb}.service-grid b{font-size:.9rem}.mobile-only{display:none}
.location-section{background:linear-gradient(180deg,#080a09,#0b0e0c)}.location-grid{display:grid;grid-template-columns:.8fr 1.5fr;gap:48px;align-items:center}.location-grid h3{color:#88e9a3;letter-spacing:.02em}.location-grid p{color:#d4dbd7;line-height:1.75}.map-wrap{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-height:380px;background:#111}.map-wrap iframe{display:block;width:100%;height:380px;border:0;filter:saturate(.78) contrast(.96)}
.cta-section{padding:0 0 72px;background:#0b0e0c}.cta-panel{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:26px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(100deg,rgba(8,12,9,.9),rgba(15,30,20,.84)),url('/images/shinestar-720.webp') center/cover}.cta-panel h2{font-size:clamp(1.7rem,3vw,2.7rem);margin-bottom:8px}.cta-panel p{margin-bottom:0}
.site-footer{border-top:1px solid var(--line);padding:38px 0 48px;background:#070907}.footer-grid{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px}.footer-brand{font-size:1.3rem}.site-footer p{font-size:.85rem;margin:8px 0 0}.site-footer p span{color:#78df96;margin:0 8px}.copyright{white-space:nowrap}.socials{display:flex;gap:8px}.socials button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent;color:#7f8782;cursor:not-allowed}
.floating-wa{position:fixed;right:18px;bottom:18px;z-index:22;width:54px;height:54px;border-radius:50%;background:linear-gradient(180deg,var(--green),var(--green-2));display:flex;align-items:center;justify-content:center;color:#041109;font-weight:950;box-shadow:0 12px 30px rgba(0,0,0,.35);opacity:0;transform:translateY(16px) scale(.95);pointer-events:none;transition:.2s ease}.floating-wa.is-visible{opacity:1;transform:none;pointer-events:auto}
[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s cubic-bezier(.2,.65,.3,1)}[data-reveal].is-visible{opacity:1;transform:none}
.catalog-page{padding-top:74px}.catalog-page-head{padding:76px 0 38px;background:radial-gradient(circle at 75% 0,rgba(57,214,117,.08),transparent 28%),#0b0e0c}.catalog-page-head h1{font-size:clamp(2.7rem,7vw,5rem);margin-bottom:16px}.catalog-page-head p{max-width:720px}.back-link{display:inline-block;color:#b7c0bb;margin-bottom:28px}.filter-row{display:flex;gap:9px;overflow-x:auto;padding:10px 0 8px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:#111513;color:#dbe2de;padding:10px 15px;cursor:pointer}.filter-chip.active{border-color:rgba(57,214,117,.7);background:rgba(57,214,117,.1);color:#aaf4bd}.filter-chip:disabled{opacity:.55;cursor:default}.catalog-products{min-height:54vh;padding:42px 0 90px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{border:1px solid var(--line);border-radius:18px;padding:0;overflow:hidden;background:#101412;color:var(--text);text-align:left;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.product-card[hidden]{display:none}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease}.product-meta{padding:16px;display:flex;flex-direction:column;gap:3px}.product-meta small{color:#88e9a3}.lightbox{width:min(920px,calc(100% - 28px));padding:0;border:1px solid rgba(255,255,255,.17);border-radius:24px;background:#0b0e0c;color:var(--text);overflow:hidden}.lightbox::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(6px)}.lightbox>img{width:100%;max-height:68vh;object-fit:contain;background:#050706}.lightbox-copy{padding:22px}.lightbox-copy h2{font-size:1.7rem;margin-bottom:6px}.lightbox-close{position:absolute;top:12px;right:12px;width:44px;height:44px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(0,0,0,.6);color:#fff;font-size:1.5rem;cursor:pointer}.empty-state{min-height:300px;display:grid;place-items:center;text-align:center}.empty-state p{max-width:560px}
@media(max-width:1000px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.split-row{grid-template-columns:1fr}.digital-icons{grid-template-columns:repeat(5,1fr)}.wide-cta{max-width:none;width:max-content}.location-grid{grid-template-columns:1fr 1.4fr}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.site-header{height:66px}.desktop-nav{display:none}.header-inner{gap:12px}.header-inner .btn{margin-left:auto}.btn-compact{font-size:0;width:44px;padding:0}.btn-compact::after{content:"WA";font-size:.82rem}.hero{min-height:760px}.hero-content{min-height:760px;padding-top:110px;padding-bottom:28px}.hero-image{object-position:58% center}.hero-shade{background:linear-gradient(0deg,#080a09 0%,rgba(3,5,4,.86) 19%,rgba(3,5,4,.35) 58%,rgba(3,5,4,.35) 100%)}.hero-copy{padding-top:0;margin-top:auto;margin-bottom:0}.hero-copy h1{font-size:clamp(2.85rem,13.4vw,4.4rem)}.hero-copy>p{max-width:390px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .btn{padding-inline:12px}.hero-benefits{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:34px}.hero-benefits small{display:none}.hero-benefits b{font-size:.74rem}.mist{animation:none;opacity:.08}.section{padding:68px 0}.section-heading{align-items:start}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-card-body{padding:16px}.catalog-card h3{font-size:1rem}.catalog-card p{font-size:.82rem;min-height:0}.catalog-media{aspect-ratio:1/1}.digital-icons{grid-template-columns:repeat(2,1fr)}.digital-icons div:last-child{grid-column:1/-1}.wide-cta{width:100%;max-width:none}.service-grid{grid-template-columns:repeat(2,1fr)}.service-grid div:last-child{grid-column:1/-1}.desktop-only{display:none}.mobile-only{display:flex}.service-mobile-cta{margin-top:24px;width:100%}.location-grid{grid-template-columns:1fr;gap:26px}.map-wrap,.map-wrap iframe{min-height:310px;height:310px}.cta-panel{padding:26px;display:grid}.cta-panel .btn{width:100%}.footer-grid{grid-template-columns:1fr;gap:18px}.copyright{white-space:normal}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.catalog-page{padding-top:66px}.catalog-page-head{padding-top:54px}.lightbox>img{max-height:58vh}}
@media(max-width:390px){.catalog-grid{grid-template-columns:1fr}.hero-actions{grid-template-columns:1fr}.hero-benefits{grid-template-columns:1fr 1fr}.hero-benefits div:last-child{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.mist{animation:none}[data-reveal]{opacity:1;transform:none;transition:none}.btn,.catalog-card,.catalog-media img,.product-card img,.floating-wa{transition:none}.hero-image{transform:none!important}}
