:root {
  --ink: #102938;
  --deep: #0d2d3d;
  --teal: #0aa9af;
  --mint: #dbf6ed;
  --green: #159f70;
  --muted: #627784;
  --line: #dfe9eb;
  --canvas: #f6faf9;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.hidden { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); border-bottom: 1px solid #e9eff0; backdrop-filter: blur(18px); }
.header-inner { max-width: 1480px; min-height: 88px; margin: auto; padding: 12px 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-image { width: 58px; height: 58px; flex: none; display: grid; place-items: center; border-radius: 18px; background: #f0f8f8; }
.brand-image img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { min-width: 0; display: grid; gap: 3px; }
.brand-copy strong { font-size: clamp(17px,2vw,24px); font-weight: 900; letter-spacing: -.035em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-copy small { color: #748990; font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.whatsapp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 19px; border: 0; border-radius: 14px; color: white; background: linear-gradient(125deg,#128758,#18b981); box-shadow: 0 12px 25px #16a96d32; font-size: 14px; font-weight: 850; transition: transform .22s, box-shadow .22s, filter .22s; }
.whatsapp-button:not(:disabled):hover { transform: translateY(-3px); box-shadow: 0 17px 30px #16a96d45; filter: saturate(1.14); }
.whatsapp-button:focus-visible, .explore-link:focus-visible, .developer-button:focus-visible, .filters button:focus-visible { outline: 3px solid #4ed6d9; outline-offset: 3px; }
.whatsapp-button:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.whatsapp-symbol { display: block; width: 25px; height: 25px; flex: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#102938 0%,#0d4651 62%,#106d68 100%); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: radial-gradient(#ffffffb0 1px,transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg,transparent 25%,black); }
.hero-inner { position: relative; z-index: 1; max-width: 1480px; min-height: 440px; margin: auto; padding: 70px 52px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: center; gap: 48px; }
.hero-copy { max-width: 670px; animation: rise-in .65s both; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #74c8c455; border-radius: 99px; background: #e5ffff0e; color: #a6f1e9; font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #5bf0bd; box-shadow: 0 0 0 5px #5bf0bd25; }
.hero h1 { max-width: 670px; margin: 22px 0 15px; font-size: clamp(40px,5vw,70px); line-height: 1.02; letter-spacing: -.055em; font-weight: 900; text-wrap: balance; }
.hero p { max-width: 555px; margin: 0; color: #d6eceb; font-size: clamp(15px,1.6vw,18px); line-height: 1.7; }
.explore-link { width: fit-content; display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; padding: 14px 18px; background: white; color: #155267; border-radius: 13px; font-size: 14px; font-weight: 850; box-shadow: 0 12px 30px #031d2b3d; transition: transform .22s; }
.explore-link:hover { transform: translateY(-3px); }
.explore-link span { font-size: 19px; }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; pointer-events: none; filter: blur(20px); opacity: .28; }
.hero-glow-one { right: -90px; top: -170px; background: #32d4b9; }
.hero-glow-two { left: -230px; bottom: -300px; background: #2dbace; }
.hero-art { position: relative; width: min(100%,390px); aspect-ratio: 1; margin: auto; display: grid; place-items: center; animation: rise-in .8s .12s both; }
.hero-logo-card { position: relative; z-index: 2; width: 70%; aspect-ratio: 1; display: grid; place-items: center; padding: 35px; border: 1px solid #ffffffcf; border-radius: 30%; background: linear-gradient(140deg,#fff,#eafafa); box-shadow: 0 32px 75px #0018226b,inset 0 2px 0 #fff; transform: rotate(-8deg); }
.hero-logo-card img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 15px 12px #07243925); }
.hero-orbit { position: absolute; border: 1px solid #8debe15e; border-radius: 50%; }
.hero-orbit-back { width: 95%; aspect-ratio: 1; transform: rotate(18deg) scaleX(.85); }
.hero-orbit-front { width: 80%; aspect-ratio: 1; transform: rotate(-20deg) scaleX(1.15); }
.hero-spark { position: absolute; color: #b9ffe6; font-size: 30px; }
.hero-spark-one { top: 10%; right: 8%; }.hero-spark-two { bottom: 12%; left: 6%; font-size: 18px; }

.catalog { max-width: 1480px; margin: auto; padding: 68px 34px 88px; scroll-margin-top: 90px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-kicker { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.section-heading h2 { margin: 9px 0 5px; font-size: clamp(29px,3.5vw,42px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.result-count { flex: none; padding: 9px 13px; border: 1px solid #d5e9e5; border-radius: 99px; background: white; color: #466770; font-size: 12px; font-weight: 750; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 30px 0 26px; }
.search { min-width: 240px; width: min(100%,480px); min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid #d9e7e8; border-radius: 15px; background: white; box-shadow: 0 6px 18px #0827390a; }
.search:focus-within { border-color: #38b4b6; box-shadow: 0 0 0 4px #0aa9af13; }
.search span { color: #0c929d; font-size: 27px; line-height: 1; }
.search input { width: 100%; height: 50px; border: 0; outline: 0; background: none; color: var(--ink); font-size: 14px; }
.filters { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.filters button { min-height: 39px; padding: 0 15px; border: 1px solid #d9e7e8; border-radius: 99px; background: white; color: #3c5663; font-size: 13px; font-weight: 760; transition: background .2s,color .2s,transform .2s; }
.filters button:hover { transform: translateY(-2px); }
.filters button.active { border-color: #0d9ea5; background: #0d9ea5; color: white; box-shadow: 0 8px 18px #0d9ea52c; }
.grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(245px,1fr)); gap: 20px; }
.card { min-width: 0; overflow: hidden; border: 1px solid #e2ebed; border-radius: 22px; background: white; box-shadow: 0 12px 30px #12384b0c; transition: transform .28s,box-shadow .28s,border-color .28s; }
.card:hover, .card:focus-visible { transform: translateY(-6px); border-color: #c2e9e6; box-shadow: 0 23px 48px #12384b1e; outline: none; }
.image { aspect-ratio: 1.16; overflow: hidden; background: linear-gradient(135deg,#e8f6f2,#dcebf1); }
.image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.card:hover .image img, .card:focus-visible .image img { transform: scale(1.055); }
.placeholder { height: 100%; display: grid; place-items: center; color: #68868d; font-size: 13px; }
.copy { padding: 19px 19px 23px; }
.copy small { color: #0b9da5; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.copy h2 { margin: 8px 0; font-size: 19px; letter-spacing: -.025em; overflow-wrap: anywhere; }
.copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.sentinel { min-height: 80px; display: grid; place-items: center; color: var(--muted); font-size: 13px; text-align: center; }

.site-footer { background: #0b2030; color: #e8f4f5; padding: 40px 34px 18px; }
.footer-inner, .footer-bottom { max-width: 1412px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { display: grid; gap: 8px; }.footer-brand strong { font-size: 25px; letter-spacing: -.04em; }.footer-brand span { color: #a8c1c8; font-size: 13px; }
.footer-credit { display: flex; align-items: center; gap: 13px; color: #a8c1c8; font-size: 12px; }
.developer-button { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #e579bc66; border-radius: 10px; background: linear-gradient(120deg,#6639a0,#c34280); color: white; font-size: 11px; font-weight: 850; box-shadow: 0 7px 18px #b6448228; transition: transform .2s,box-shadow .2s; }
.developer-button:hover { transform: translateY(-1px); box-shadow: 0 10px 22px #b6448238; }
.footer-bottom { margin-top: 34px; padding-top: 15px; border-top: 1px solid #ffffff1d; color: #839ea8; font-size: 11px; }
.restricted { opacity: .65; font-size: 11px; }.restricted:hover { opacity: 1; color: white; }

.whatsapp-modal, .offline { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; background: #061a25bb; backdrop-filter: blur(7px); }
.whatsapp-modal-card, .offline > div { width: min(100%,420px); padding: 34px; border: 1px solid #e5f0f0; border-radius: 25px; background: white; box-shadow: 0 30px 80px #06172260; text-align: center; animation: rise-in .28s both; }
.whatsapp-modal-icon { width: 50px; height: 50px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 16px; background: #e3f8ee; color: #159e6c; font-size: 30px; }
.spinner { display: block; width: 34px; height: 34px; margin: 0 auto 18px; border: 3px solid #d7f0e9; border-top-color: #16a779; border-radius: 50%; animation: spin .8s linear infinite; }
.whatsapp-modal h2 { margin: 0 0 8px; font-size: 22px; }.whatsapp-modal p, .offline p { margin: 0 0 18px; color: var(--muted); line-height: 1.55; }
.whatsapp-modal button, .offline button { padding: 11px 18px; border: 1px solid #d8e8e8; border-radius: 11px; background: white; color: var(--ink); font-weight: 750; }
.offline strong { display: block; margin-bottom: 8px; font-size: 21px; }

@keyframes rise-in { from { opacity: 0; transform: translateY(17px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 850px) {
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding: 62px 34px; text-align: center; gap: 20px; }
  .hero-copy { margin: auto; }.hero p { margin: auto; }.explore-link { margin-inline: auto; }
  .hero-art { width: min(70vw,270px); }
  .catalog-tools { align-items: stretch; flex-direction: column; }.search { width: 100%; max-width: none; }.filters { justify-content: flex-start; }
}
@media (max-width: 580px) {
  .header-inner { min-height: 76px; padding: 11px 18px; }.brand-image { width: 43px; height: 43px; border-radius: 13px; }.brand-image img { width: 38px; height: 38px; }.brand-copy strong { font-size: 16px; }.brand-copy small { font-size: 8px; }
  .whatsapp-button { min-height: 43px; gap: 6px; padding: 0 10px; font-size: 11px; }.whatsapp-symbol { width: 20px; height: 20px; }
  .hero-inner { padding: 56px 22px 42px; }.hero h1 { font-size: clamp(37px,10vw,51px); }.hero-art { width: min(65vw,235px); }
  .catalog { padding: 48px 18px 66px; }.section-heading { align-items: flex-start; flex-direction: column; }.grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }.copy { padding: 13px; }.copy h2 { font-size: 15px; }.copy p { font-size: 12px; }
  .site-footer { padding: 33px 20px 16px; }.footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 380px) { .grid { grid-template-columns: 1fr; }.whatsapp-button { max-width: 144px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
