:root {
  --navy-950: #020b16;
  --navy-900: #061526;
  --navy-800: #0b2438;
  --navy-700: #12324c;
  --ice: #d7e7f2;
  --foam: #f3f8fc;
  --muted: #8eabbf;
  --accent: #e07a3a;
  --accent-hot: #f0954f;
  --salmon: #ff7a45;
  --line: rgba(215, 231, 242, 0.12);
  --ok: #3dbe8c;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  --radius: 20px;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--foam);
  background:
    radial-gradient(1100px 560px at 85% -8%, rgba(224, 122, 58, 0.18), transparent 55%),
    radial-gradient(900px 520px at -8% 18%, rgba(61, 140, 190, 0.16), transparent 50%),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 42%, #071a2b);
  line-height: 1.5;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.bg-glow {
  pointer-events: none; position: fixed; inset: 0; z-index: 0; opacity: 0.28;
  background-image:
    linear-gradient(rgba(215, 231, 242, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 231, 242, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 18%, transparent 72%);
}

.bg-orb {
  pointer-events: none; position: fixed; z-index: 0; border-radius: 50%;
  filter: blur(50px); opacity: 0.35;
}
.bg-orb-a {
  width: 340px; height: 340px; top: 12%; left: -80px;
  background: rgba(224, 122, 58, 0.28);
  animation: orb-float 12s ease-in-out infinite alternate;
}
.bg-orb-b {
  width: 420px; height: 420px; right: -120px; bottom: 10%;
  background: rgba(45, 120, 170, 0.22);
  animation: orb-float 15s ease-in-out infinite alternate-reverse;
}

.site-header, main, .site-footer, .float-cart, .cat-nav-wrap { position: relative; z-index: 1; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(2, 11, 22, 0.78);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: 1180px; margin: 0 auto; padding: 0.85rem 1.25rem;
  display: flex; align-items: center; gap: 1rem;
}

.brand { display: flex; align-items: center; gap: 0.7rem; flex-shrink: 0; }

.brand-mark {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 0 0 2px rgba(224, 122, 58, 0.45);
  animation: pulse-ring 3.2s ease-in-out infinite;
}

.brand-text {
  font-family: var(--font-display); font-weight: 700;
  letter-spacing: 0.08em; font-size: 1.15rem; line-height: 1;
}
.brand-text span {
  display: block; font-size: 0.72rem; letter-spacing: 0.28em;
  color: var(--muted); margin-top: 0.2rem;
}

.nav { display: flex; gap: 1.25rem; margin-left: 1rem; flex: 1; }
.nav a {
  color: var(--ice); opacity: 0.82; font-size: 0.95rem; font-weight: 500;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.nav a:hover { opacity: 1; color: var(--accent-hot); }

.header-actions { display: flex; align-items: center; gap: 0.65rem; }

.cat-nav-wrap {
  position: sticky; top: 66px; z-index: 35;
  background: rgba(243, 248, 252, 0.97);
  border-bottom: 1px solid rgba(6, 21, 38, 0.08);
  backdrop-filter: blur(14px);
  transform: translateY(-120%);
  transition: transform 0.28s ease;
}
.cat-nav-wrap.visible { transform: translateY(0); }

.cat-nav {
  max-width: 1180px; margin: 0 auto; padding: 0.55rem 1rem;
  display: flex; align-items: center; gap: 0.55rem;
}
.cat-nav-logo {
  flex-shrink: 0; width: 42px; height: 34px; display: grid; place-items: center;
  color: #0b2438; border-radius: 10px; background: rgba(6, 21, 38, 0.04);
}
.cat-nav-track {
  display: flex; gap: 0.25rem; overflow-x: auto; scrollbar-width: none;
  -webkit-overflow-scrolling: touch; padding: 0.15rem 0;
}
.cat-nav-track::-webkit-scrollbar { display: none; }
.cat-nav-link {
  flex-shrink: 0; border: 0; background: transparent; color: #1c2b3a;
  font-family: var(--font-body); font-weight: 600; font-size: 0.92rem;
  padding: 0.55rem 0.9rem; border-radius: 12px; cursor: pointer; white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.cat-nav-link:hover { background: rgba(6, 21, 38, 0.06); }
.cat-nav-link.active { background: rgba(6, 21, 38, 0.1); color: #061526; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  border: 0; cursor: pointer; border-radius: 999px; padding: 0.85rem 1.35rem;
  font-weight: 700; letter-spacing: 0.01em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--salmon));
  color: #1a0d05; box-shadow: 0 10px 28px rgba(224, 122, 58, 0.35);
}
.btn-accent {
  background: linear-gradient(135deg, #2a8dff, #4aa3ff);
  color: #041018; box-shadow: 0 10px 28px rgba(42, 141, 255, 0.28);
}
.btn-outline {
  background: transparent; border: 1px solid rgba(215, 231, 242, 0.28); color: var(--foam);
}
.btn-outline:hover { border-color: var(--accent-hot); color: var(--accent-hot); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line);
  color: var(--ice); padding: 0.55rem 0.95rem; font-size: 0.9rem;
}
.btn-ghost-light {
  background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); color: var(--foam);
}
.btn-block { width: 100%; }

.cart-btn, .icon-btn {
  position: relative; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line); background: rgba(255, 255, 255, 0.04);
  color: var(--foam); cursor: pointer; display: grid; place-items: center;
}
.cart-count {
  position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px;
  padding: 0 5px; border-radius: 999px; background: var(--accent); color: #1a0d05;
  font-size: 0.72rem; font-weight: 800; display: grid; place-items: center;
}

.hero {
  position: relative; min-height: min(100vh, 880px);
  display: grid; align-items: end; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 35%;
  transform: scale(1.04); animation: hero-drift 14s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(2,11,22,0.9) 0%, rgba(2,11,22,0.55) 42%, rgba(2,11,22,0.28) 70%, rgba(2,11,22,0.6) 100%),
    linear-gradient(180deg, rgba(2,11,22,0.12) 0%, rgba(2,11,22,0.4) 45%, rgba(2,11,22,0.97) 100%);
}
.hero-copy {
  position: relative; z-index: 2; max-width: 1180px; width: 100%;
  margin: 0 auto; padding: 7rem 1.25rem 3.5rem; animation: rise-in 0.9s ease both;
}
.hero-kicker {
  margin: 0 0 0.6rem; color: var(--accent-hot); text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 0.78rem; font-weight: 700;
}
.hero-brand {
  margin: 0; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(3.2rem, 10vw, 6.4rem); letter-spacing: 0.06em; line-height: 0.92;
  text-shadow: 0 10px 40px rgba(0,0,0,0.45);
}
.hero-lead {
  max-width: 36rem; margin: 1rem 0 1.6rem; color: var(--ice); font-size: 1.08rem; opacity: 0.92;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.strip {
  max-width: 1180px; margin: -1.5rem auto 0; padding: 0 1.25rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem;
  position: relative; z-index: 3;
}
.strip-item {
  padding: 1.15rem 1.2rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(11, 36, 56, 0.88); backdrop-filter: blur(10px);
  display: flex; flex-direction: column; gap: 0.2rem; animation: rise-in 0.8s ease both;
}
.strip-item:nth-child(2) { animation-delay: 0.06s; }
.strip-item:nth-child(3) { animation-delay: 0.12s; }
.strip-item:nth-child(4) { animation-delay: 0.18s; }
.strip-item strong {
  font-family: var(--font-display); letter-spacing: 0.04em; font-size: 1.15rem;
}
.strip-item span { color: var(--muted); font-size: 0.92rem; }

.cta-band {
  max-width: 1180px; margin: 2.5rem auto 0; padding: 0 1.25rem;
}
.cta-band-inner {
  border-radius: 28px; border: 1px solid var(--line);
  padding: clamp(1.4rem, 3vw, 2rem);
  background:
    radial-gradient(700px 220px at 90% 0%, rgba(42, 141, 255, 0.18), transparent 55%),
    radial-gradient(500px 180px at 0% 100%, rgba(224, 122, 58, 0.16), transparent 50%),
    rgba(11, 36, 56, 0.72);
  display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.cta-band h2 {
  margin: 0 0 0.4rem; font-family: var(--font-display); letter-spacing: 0.05em;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}
.cta-band p { margin: 0; color: var(--muted); max-width: 34rem; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }

.catalog, .contacts {
  max-width: 1180px; margin: 0 auto; padding: 4.2rem 1.25rem 1rem;
}
.section-head { margin-bottom: 1.5rem; }
.section-head h2, .contacts-panel h2 {
  margin: 0 0 0.45rem; font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem); letter-spacing: 0.05em;
}
.section-head p, .contacts-panel > p { margin: 0; color: var(--muted); max-width: 40rem; }

.catalog-toolbar { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip {
  border: 1px solid var(--line); background: rgba(255,255,255,0.03); color: var(--ice);
  border-radius: 999px; padding: 0.55rem 0.95rem; cursor: pointer; font-weight: 600; font-size: 0.9rem;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.chip:hover, .chip.active {
  background: rgba(224, 122, 58, 0.16); border-color: rgba(224, 122, 58, 0.55); color: var(--accent-hot);
}
.chip-sub { font-size: 0.82rem; padding: 0.45rem 0.8rem; background: rgba(255,255,255,0.02); }

.search input {
  width: 100%; max-width: 360px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255,255,255,0.04); padding: 0.75rem 1.1rem; outline: none;
}
.search input:focus { border-color: rgba(224, 122, 58, 0.55); }

.catalog-block { margin-bottom: 2.2rem; }
.section-label h3 {
  margin: 0 0 1rem; font-family: var(--font-display); letter-spacing: 0.05em;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem); color: var(--ice);
}

.product-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem;
}

.product {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 50, 76, 0.55), rgba(6, 21, 38, 0.9));
  overflow: hidden; display: flex; flex-direction: column; min-height: 100%;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.product:hover {
  transform: translateY(-5px); border-color: rgba(224, 122, 58, 0.4); box-shadow: var(--shadow);
}
.product-media {
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 30% 20%, rgba(224,122,58,0.12), transparent 50%), #071523;
  overflow: hidden;
}
.product-media img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease;
}
.product:hover .product-media img { transform: scale(1.06); }
.product-media-empty { background: linear-gradient(135deg, #0b2438, #061526); }
.product-body {
  padding: 1rem 1.05rem 1.1rem; display: flex; flex-direction: column; gap: 0.65rem; flex: 1;
}
.product-top { display: flex; justify-content: space-between; gap: 0.5rem; align-items: flex-start; }
.badge {
  display: inline-flex; align-items: center; border-radius: 999px; padding: 0.2rem 0.55rem;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em;
  background: rgba(224, 122, 58, 0.18); color: var(--accent-hot);
}
.weight { color: var(--muted); font-size: 0.82rem; }
.product h3 { margin: 0; font-size: 1.02rem; line-height: 1.3; font-weight: 700; }
.product p { margin: 0; color: var(--muted); font-size: 0.86rem; flex: 1; }
.price-row { display: flex; align-items: baseline; gap: 0.55rem; flex-wrap: wrap; }
.price {
  font-family: var(--font-display); font-size: 1.35rem; letter-spacing: 0.03em;
}
.price.on-request { font-size: 1.05rem; color: var(--accent-hot); }
.old-price { color: var(--muted); text-decoration: line-through; font-size: 0.95rem; }
.add-btn {
  border-radius: 999px; padding: 0.7rem 1rem; background: rgba(255,255,255,0.06);
  border: 1px solid var(--line); color: var(--foam); font-weight: 700; cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.add-btn:hover {
  background: rgba(224, 122, 58, 0.18); border-color: rgba(224, 122, 58, 0.5); color: var(--accent-hot);
}

.empty-state { text-align: center; color: var(--muted); padding: 2rem 0 1rem; }

.contacts { padding-bottom: 5rem; }
.contacts-panel {
  border: 1px solid var(--line); border-radius: 28px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background:
    radial-gradient(600px 200px at 10% 0%, rgba(224,122,58,0.15), transparent 60%),
    rgba(11, 36, 56, 0.65);
}
.contact-links {
  margin-top: 1.4rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem;
}
.contact-card {
  display: flex; flex-direction: column; gap: 0.25rem; padding: 1.1rem 1.2rem;
  border-radius: 16px; border: 1px solid var(--line); background: rgba(2, 11, 22, 0.35);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.contact-card:hover { border-color: rgba(224, 122, 58, 0.45); transform: translateY(-2px); }
.contact-label { color: var(--muted); font-size: 0.85rem; }
.contact-value { font-weight: 700; font-size: 1.05rem; }

.site-footer {
  max-width: 1180px; margin: 0 auto; padding: 1.5rem 1.25rem 6rem;
  display: flex; align-items: center; gap: 0.85rem; border-top: 1px solid var(--line); color: var(--muted);
}
.site-footer img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.site-footer strong {
  display: block; color: var(--foam); font-family: var(--font-display); letter-spacing: 0.06em;
}
.site-footer > a { margin-left: auto; color: var(--accent-hot); font-weight: 700; }

/* Product modal */
.product-modal {
  position: fixed; inset: 0; z-index: 85; display: grid; place-items: center; padding: 1rem;
}
.product-modal[hidden] { display: none !important; }
.product-sheet {
  position: relative; width: min(980px, 100%); max-height: min(92vh, 900px);
  overflow: auto; border-radius: 28px; border: 1px solid var(--line);
  background: linear-gradient(180deg, #0d2a40, #071624);
  box-shadow: var(--shadow); animation: rise-in 0.35s ease both;
}
.product-sheet-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 0;
}
.product-gallery {
  background: #06111d; border-right: 1px solid var(--line); padding: 1.1rem;
}
.product-gallery-main {
  aspect-ratio: 1 / 1; border-radius: 18px; overflow: hidden; background: #0a1826;
}
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs {
  display: flex; gap: 0.5rem; margin-top: 0.75rem; overflow-x: auto; padding-bottom: 0.2rem;
}
.product-thumbs button {
  flex: 0 0 64px; width: 64px; height: 64px; border-radius: 12px; overflow: hidden;
  border: 2px solid transparent; padding: 0; background: #0a1826; cursor: pointer;
}
.product-thumbs button.active { border-color: var(--accent); }
.product-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding: 1.4rem 1.35rem 1.5rem; }
.product-info-top { display: flex; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.55rem; }
.product-info h3 {
  margin: 0 0 0.55rem; font-family: var(--font-display); letter-spacing: 0.03em;
  font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.15;
}
.product-price-line {
  margin: 0 0 1rem; font-family: var(--font-display); color: var(--accent-hot);
  font-size: 1.35rem; letter-spacing: 0.03em;
}
.product-bullets {
  margin: 0 0 1rem; padding-left: 1.1rem; color: var(--ice); display: grid; gap: 0.35rem;
}
.product-bullets li::marker { color: var(--accent); }
.product-desc { margin: 0 0 1.2rem; color: var(--muted); }
.product-actions { display: flex; gap: 0.7rem; align-items: center; margin-bottom: 0.75rem; }
.product-actions-tg { flex-direction: column; align-items: stretch; }
.qty-box {
  display: inline-flex; align-items: center; border: 1px solid var(--line);
  border-radius: 999px; overflow: hidden; background: rgba(255,255,255,0.04);
}
.qty-box button {
  width: 40px; height: 40px; border: 0; background: transparent; color: var(--foam); cursor: pointer;
}
.qty-box input {
  width: 48px; border: 0; background: transparent; text-align: center; outline: none;
}

.drawer { position: fixed; inset: 0; z-index: 60; pointer-events: none; }
.drawer.open { pointer-events: auto; }
.drawer-backdrop, .modal-backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,0.6); opacity: 0; transition: opacity 0.25s ease;
}
.drawer.open .drawer-backdrop, .modal:not([hidden]) .modal-backdrop { opacity: 1; }
.drawer-panel {
  position: absolute; top: 0; right: 0; width: min(420px, 100%); height: 100%;
  background: var(--navy-900); border-left: 1px solid var(--line);
  display: flex; flex-direction: column; transform: translateX(105%);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); box-shadow: var(--shadow);
}
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head, .cart-foot { padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--line); }
.cart-foot { border-bottom: 0; border-top: 1px solid var(--line); margin-top: auto; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; }
.drawer-head h2 { margin: 0; font-family: var(--font-display); letter-spacing: 0.05em; }
.cart-list {
  flex: 1; overflow: auto; padding: 1rem 1.2rem; display: flex; flex-direction: column; gap: 0.85rem;
}
.cart-item {
  display: grid; grid-template-columns: 56px 1fr auto; gap: 0.55rem 0.75rem;
  align-items: start; padding-bottom: 0.85rem; border-bottom: 1px solid var(--line);
}
.cart-thumb {
  width: 56px; height: 56px; border-radius: 12px; object-fit: cover; background: #071523;
}
.cart-item-main h4 { margin: 0 0 0.2rem; font-size: 0.95rem; }
.cart-item .meta { color: var(--muted); font-size: 0.82rem; margin-bottom: 0.35rem; }
.qty { display: inline-flex; align-items: center; gap: 0.35rem; }
.qty button {
  width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line);
  background: rgba(255,255,255,0.04); cursor: pointer;
}
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.35rem; }
.cart-total strong { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.03em; }
.cart-hint { margin: 0 0 0.9rem; color: var(--muted); font-size: 0.85rem; }
.cart-empty { color: var(--muted); text-align: center; padding: 2rem 0.5rem; }
.order-form { display: grid; gap: 0.7rem; }
.order-form label { display: grid; gap: 0.3rem; font-size: 0.85rem; color: var(--muted); }
.order-form .optional { opacity: 0.7; font-weight: 400; }
.order-form input, .order-form textarea {
  width: 100%; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(255,255,255,0.04); padding: 0.7rem 0.85rem; outline: none; resize: vertical;
}
.order-form input:focus, .order-form textarea:focus { border-color: rgba(224,122,58,0.55); }

.float-cart {
  position: fixed; left: 50%; bottom: 1.1rem; transform: translateX(-50%) translateY(120%);
  z-index: 45; border: 0; border-radius: 999px; padding: 0.85rem 1.35rem;
  background: linear-gradient(135deg, var(--accent), var(--salmon)); color: #1a0d05;
  font-weight: 800; box-shadow: 0 14px 40px rgba(224,122,58,0.4); cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.float-cart.show { transform: translateX(-50%) translateY(0); }

.modal[hidden] { display: none !important; }
.modal {
  position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 1rem;
}
.modal-panel {
  position: relative; width: min(520px, 100%); border-radius: 22px; border: 1px solid var(--line);
  background: var(--navy-800); padding: 1.4rem 1.3rem 1.3rem; box-shadow: var(--shadow);
  animation: rise-in 0.35s ease both;
}
.modal-panel h3 {
  margin: 0 0 0.4rem; font-family: var(--font-display); letter-spacing: 0.04em; font-size: 1.6rem;
}
.modal-panel > p { margin: 0 0 0.9rem; color: var(--muted); }
.order-preview {
  margin: 0 0 1rem; max-height: 220px; overflow: auto; padding: 0.9rem; border-radius: 12px;
  background: rgba(0,0,0,0.28); border: 1px solid var(--line); white-space: pre-wrap;
  font-size: 0.85rem; line-height: 1.45;
}
.modal-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.modal-x { position: absolute; top: 0.7rem; right: 0.7rem; z-index: 2; }

@keyframes hero-drift {
  from { transform: scale(1.04) translate3d(0,0,0); }
  to { transform: scale(1.08) translate3d(0,-1.5%,0); }
}
@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 2px rgba(224,122,58,0.35); }
  50% { box-shadow: 0 0 0 5px rgba(224,122,58,0.18); }
}
@keyframes orb-float {
  from { transform: translateY(0) translateX(0); }
  to { transform: translateY(-24px) translateX(18px); }
}

@media (max-width: 900px) {
  .product-sheet-grid { grid-template-columns: 1fr; }
  .product-gallery { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 860px) {
  .nav { display: none; }
  .strip { grid-template-columns: 1fr 1fr; margin-top: 1rem; }
  .cat-nav-wrap { top: 60px; }
  .hero { min-height: 92vh; }
  .hero-copy { padding-top: 6rem; }
  .contact-links { grid-template-columns: 1fr; }
  .site-footer { flex-wrap: wrap; }
  .site-footer > a { margin-left: 0; }
}

@media (max-width: 560px) {
  .strip { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
}
