/* OffTheYardCrew.shop — Cloudflare Pages starter (premium landing + integrations-ready) */
:root{
  --bg:#070a10;
  --panel:#0b0f17;
  --panel2:#0f1623;
  --text:#eaf0ff;
  --muted:#a8b3cf;
  --line:rgba(255,255,255,.10);
  --accent:#4aa3ff;
  --accent2:#7c5cff;
  --good:#3ee07b;
  --warn:#ffcc66;
  --shadow: 0 18px 70px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 24px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family:Inter,system-ui,Segoe UI,Arial; background:var(--bg); color:var(--text); }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.container{ width:min(1160px, calc(100% - 36px)); margin:0 auto; }

.announce{
  position:sticky; top:0; z-index:80;
  background: linear-gradient(90deg, rgba(74,163,255,.22), rgba(124,92,255,.18));
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}
.announce .inner{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:10px 18px;
  font-weight:800;
}
.announce small{ color:rgba(234,240,255,.88); font-weight:700; }
.announce .badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
}
.announce .badge i{ font-style:normal; opacity:.9; }

.topbar{
  position:sticky; top:44px; z-index:70;
  backdrop-filter: blur(12px);
  background: rgba(7,10,16,.55);
  border-bottom:1px solid var(--line);
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 18px;
}
.brand{ display:flex; align-items:center; gap:10px; }
.logo{
  width:40px; height:40px; display:grid; place-items:center;
  border-radius:14px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#0b0f17; font-weight:900; letter-spacing:.5px;
}
.brandText{ display:flex; flex-direction:column; line-height:1; }
.brandText small{ color:var(--muted); font-weight:700; margin-top:3px; }

.nav{ display:flex; gap:16px; align-items:center; }
.nav a{ opacity:.9; font-weight:700; }
.nav a:hover{ opacity:1; }
.nav .active{ opacity:1; }
.menuBtn{ display:none; background:transparent; border:0; color:var(--text); font-size:22px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:999px; font-weight:800;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.btn:hover{ border-color:rgba(255,255,255,.18); }
.btnPrimary{
  border:0;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#070a10;
  box-shadow: 0 12px 45px rgba(74,163,255,.18);
}
.btnPrimary:hover{ filter:brightness(1.06); }
.btnGhost{ background: rgba(255,255,255,.02); }
.btnTiny{ padding:8px 11px; font-size:12px; font-weight:900; }
.btnFull{ width:100%; }

.hero{ position:relative; padding:64px 0 26px; overflow:hidden; }
.heroBg{
  position:absolute; inset:-240px -160px auto -160px; height:650px;
  background:
    radial-gradient(closest-side, rgba(74,163,255,.28), transparent 70%),
    radial-gradient(closest-side, rgba(124,92,255,.22), transparent 70%);
  opacity:.95;
}
.heroGrid{ position:relative; display:grid; grid-template-columns: 1.18fr .82fr; gap:22px; align-items:start; }

.pill{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px; border-radius:999px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:800;
  letter-spacing:.4px;
  font-size:12px;
}
.heroCopy h1{
  font-size: clamp(34px, 4.4vw, 58px);
  margin:16px 0 8px; letter-spacing:-1px;
}
.accent{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.heroCopy p{ color:var(--muted); font-size:16px; line-height:1.65; max-width:60ch; }

.ctaRow{ display:flex; gap:12px; margin:18px 0 14px; flex-wrap:wrap; }
.microRow{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:10px; color:var(--muted); font-weight:700; font-size:13px; }
.dot{ width:6px; height:6px; border-radius:999px; background:rgba(255,255,255,.24); display:inline-block; margin:0 2px; }
.good{ color:rgba(62,224,123,.95); }
.warn{ color:rgba(255,204,102,.95); }

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  padding:14px;
  box-shadow: var(--shadow);
}
.cardTop{ display:flex; align-items:center; justify-content:space-between; padding:6px 2px 10px; }
.cardTop h3{ margin:0; font-size:14px; letter-spacing:.2px; }
.tag{
  font-size:12px; font-weight:900; padding:6px 10px; border-radius:999px;
  background: rgba(74,163,255,.14);
  border:1px solid rgba(74,163,255,.25);
  color: #bfe1ff;
}

.countdown{
  display:flex; flex-wrap:wrap; gap:10px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  border-radius: 16px;
  padding:12px;
  margin-top:10px;
}
.cdBox{
  min-width:92px;
  flex:1;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.20);
  padding:10px;
  text-align:center;
}
.cdBox strong{ display:block; font-size:20px; letter-spacing:.5px; }
.cdBox span{ display:block; font-size:12px; color:var(--muted); font-weight:800; }

.productGrid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px; }
.product{
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  overflow:hidden;
  transition: transform .18s ease, border-color .18s ease;
}
.product:hover{ transform: translateY(-2px); border-color: rgba(255,255,255,.18); }
.ph{
  height:112px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.01)),
    radial-gradient(closest-side, rgba(74,163,255,.18), transparent 65%);
  display:grid; place-items:center;
  color: rgba(255,255,255,.86);
  font-weight:900;
  letter-spacing:.8px;
}
.ph img{ width:100%; height:100%; object-fit:cover; }
.pmeta{ padding:10px 10px 12px; }
.pmeta h4{ margin:0 0 4px; font-size:13px; }
.pmeta p{ margin:0; color:var(--muted); font-size:12px; line-height:1.4; }
.pmeta .priceRow{ margin-top:8px; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.price{ font-weight:900; }
.kicker{ font-size:12px; color:rgba(234,240,255,.85); font-weight:800; opacity:.9; }

.section{ padding:46px 0; }
.sectionHead{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:16px; }
.sectionHead h2{ margin:0; font-size:26px; }
.sectionHead p{ margin:0; color:var(--muted); max-width:64ch; line-height:1.55; }

.grid3{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; }
.panel{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  padding:16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
}
.panel h3{ margin:8px 0 6px; }
.panel p{ margin:0; color:var(--muted); line-height:1.55; }
.icon{
  width:38px; height:38px; border-radius:14px;
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
}

.videoWrap{
  border-radius: calc(var(--radius) + 10px);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  overflow:hidden;
  box-shadow: var(--shadow);
}
.videoWrap iframe{
  width:100%;
  aspect-ratio: 16 / 9;
  border:0;
}

.reviews{
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px;
}
.review{
  border-radius: calc(var(--radius) + 6px);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  padding:14px;
}
.stars{ letter-spacing:2px; font-weight:900; }
.review p{ margin:10px 0 12px; color:var(--muted); line-height:1.55; }
.review .who{ display:flex; justify-content:space-between; gap:10px; color:rgba(234,240,255,.85); font-weight:800; font-size:13px; }

.notify{
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  padding:18px;
  border-radius: calc(var(--radius) + 10px);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.form{ display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
input, textarea{
  border-radius: 16px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.26);
  color:var(--text);
  outline:none;
}
input[type="email"], input[type="text"]{
  width:min(360px, 100%);
  padding:12px 14px;
  border-radius:999px;
}
textarea{ width: min(560px, 100%); min-height:120px; padding:12px 14px; resize:vertical; }
input::placeholder, textarea::placeholder{ color: rgba(168,179,207,.75); font-weight:700; }

.faq details{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: 16px;
  padding:14px 16px;
  margin:10px 0;
}
.faq summary{ cursor:pointer; font-weight:900; }
.faq p{ color:var(--muted); line-height:1.6; margin:10px 0 0; }

.gallery{
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px;
}
.tile{
  border-radius: 20px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  overflow:hidden;
  min-height:220px;
  position:relative;
}
.tile .cap{
  position:absolute; left:12px; right:12px; bottom:12px;
  padding:10px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(7,10,16,.70);
  color:rgba(234,240,255,.92);
  font-weight:900;
}
.tile .cap small{ display:block; color:var(--muted); margin-top:3px; font-weight:800; }
.tile .ph2{
  height:100%;
  background:
    radial-gradient(closest-side, rgba(74,163,255,.18), transparent 70%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  display:grid; place-items:center; font-weight:900; color:rgba(234,240,255,.85);
}

.footer{
  padding:30px 0 48px;
  border-top:1px solid var(--line);
  background: rgba(0,0,0,.12);
}
.footGrid{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.footLinks{ display:flex; gap:14px; flex-wrap:wrap; color:var(--muted); font-weight:800; }
.footLinks a:hover{ color:var(--text); }
.fine{ color:var(--muted); font-size:12px; line-height:1.45; }
.center{ text-align:center; margin-top:12px; }

.toast{
  position:fixed; bottom:18px; right:18px; z-index:100;
  padding:12px 14px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(7,10,16,.92);
  box-shadow: var(--shadow);
  max-width: 360px;
  transform: translateY(20px);
  opacity:0;
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
}
.toast.show{ opacity:1; transform: translateY(0); }
.toast strong{ display:block; font-size:13px; }
.toast span{ display:block; margin-top:4px; color:var(--muted); font-weight:700; font-size:12px; }

@media (max-width: 980px){
  .heroGrid{ grid-template-columns:1fr; }
  .grid3{ grid-template-columns:1fr; }
  .reviews{ grid-template-columns:1fr; }
  .gallery{ grid-template-columns:1fr; }
  .nav{ display:none; }
  .menuBtn{ display:block; }
  .notify{ flex-direction:column; align-items:stretch; }
  .form{ justify-content:stretch; }
  .topbar{ top:44px; }
}

@media (max-width: 430px){
  .announce .inner{ flex-direction:column; align-items:flex-start; }
}
