/*
Theme Name: CA6 Zoome (ACF) — Australia
Theme URI: https://example.com/
Author: Your Team
Description: Dark AU landing with hero carousel + slots grid + SEO block. ACF Options-driven. Fast.
Version: 1.0.0
Text Domain: ca6-zoome-au
Requires at least: 6.0
Requires PHP: 8.0
License: GPLv2 or later
*/

:root{
  --bg0:#070611;
  --bg1:#060616;
  --panel:#0c0b1d;
  --panel2:#0a0918;
  --line: rgba(255,255,255,.08);

  --text:#f3f2ff;
  --muted: rgba(243,242,255,.72);

  --yellow:#ffd400;
  --yellow2:#ffea4d;
  --violet:#7c3bff;
  --cyan:#31e1ff;

  --radius: 16px;
  --radius2: 22px;

  --shadow: 0 18px 50px rgba(0,0,0,.48);
  --shadow2: 0 12px 28px rgba(255,212,0,.12);

  --wrap: 1120px;

  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  --display: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(1100px 600px at 70% 10%, rgba(124,59,255,.20), transparent 60%),
    radial-gradient(900px 520px at 25% 20%, rgba(255,212,0,.10), transparent 56%),
    radial-gradient(800px 520px at 55% 90%, rgba(49,225,255,.05), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
}

img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
a:focus-visible, button:focus-visible, input:focus-visible{
  outline: 3px solid rgba(49,225,255,.75);
  outline-offset: 2px;
  border-radius: 12px;
}
.sr-only{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;
}
.wrap{
  max-width: var(--wrap);
  margin:0 auto;
  padding: 0 16px;
}

/* Buttons + link states */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing:.2px;
  border: 1px solid transparent;
  background: transparent;
  cursor:pointer;
  transition: transform .12s ease, filter .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:active{ transform: translateY(1px) scale(.99); }

.btn--ghost{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.10);
  color: rgba(243,242,255,.92);
}
.btn--ghost:hover{ background: rgba(255,255,255,.07); border-color: rgba(255,212,0,.25); }

.btn--yellow{
  background: linear-gradient(180deg, var(--yellow2), var(--yellow));
  color: #0a0c0d;
  box-shadow: var(--shadow2);
}
.btn--yellow:hover{ filter: brightness(1.05); }

.link{
  color: rgba(243,242,255,.92);
  text-decoration: underline;
  text-decoration-color: rgba(255,212,0,.38);
  text-underline-offset: 3px;
}
.link:hover{ text-decoration-color: rgba(255,212,0,.85); }
.link:active{ opacity:.88; }

/* Header */
.site-header{
  position: sticky;
  top:0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(7,6,17,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.hbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 160px;
}
.brand__logo{ height: 30px; width:auto; }
.brand__text{
  font-family: var(--display);
  font-weight: 1000;
  letter-spacing:.6px;
  text-transform: lowercase;
}
.brand__bolt{
  width: 14px;
  height: 18px;
  display:inline-block;
  transform: translateY(1px);
  background: linear-gradient(180deg, var(--yellow2), var(--yellow));
  clip-path: polygon(45% 0, 100% 0, 62% 45%, 90% 45%, 35% 100%, 45% 58%, 15% 58%);
  border-radius: 2px;
}

.hnav{ display:flex; justify-content:center; flex: 1 1 auto; }
.hnav__list{
  list-style:none; margin:0; padding:0;
  display:flex; align-items:center; gap: 8px;
  overflow:auto; scrollbar-width:none;
}
.hnav__list::-webkit-scrollbar{ display:none; }

.navpill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  font-weight: 900;
  font-size: 13px;
  white-space: nowrap;
}
.navpill:hover{
  background: rgba(255,212,0,.08);
  border-color: rgba(255,212,0,.20);
}

.hright{
  display:flex;
  align-items:center;
  gap: 8px;
  min-width: 240px;
  justify-content:flex-end;
}
.locale{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  font-weight: 900;
  font-size: 13px;
  color: rgba(243,242,255,.86);
}
.flag{ display:block; border-radius: 2px; box-shadow: 0 4px 10px rgba(0,0,0,.35); }

.nav-toggle{
  display:none;
  width: 44px; height:44px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: var(--text);
}
.nav-toggle__bars{
  display:block;
  width:18px; height:2px;
  background: var(--text);
  margin: 0 auto;
  position:relative;
}
.nav-toggle__bars::before,.nav-toggle__bars::after{
  content:"";
  position:absolute; left:0; right:0;
  height:2px; background: var(--text);
}
.nav-toggle__bars::before{ top:-6px; }
.nav-toggle__bars::after{ top:6px; }

@media (max-width: 980px){
  .nav-toggle{ display:inline-flex; align-items:center; justify-content:center; }
  .hnav{ position: fixed; left: 14px; right: 14px; top: 70px; display:none; }
  .hnav.is-open{ display:block; }
  .hnav__list{
    flex-direction: column;
    background: rgba(7,6,17,.92);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: var(--radius);
    padding: 12px;
    box-shadow: var(--shadow);
    max-height: 70vh;
    overflow:auto;
  }
}

/* Hero */
.hero{ padding: 14px 0 10px; }
.hero__titleTop{
  text-align:center;
  font-family: var(--display);
  font-weight: 1000;
  font-size: clamp(22px, 4.2vw, 44px);
  margin: 14px 0 14px;
  letter-spacing:.2px;
}
.hero-frame{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.carousel{
  position:relative;
}
.cview{
  overflow:auto;
  scroll-snap-type: x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling: touch;
}
.cview::-webkit-scrollbar{ display:none; }
.ctrack{
  display:flex;
  gap: 12px;
  padding: 14px;
}
.slide{
  scroll-snap-align: start;
  flex: 0 0 100%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  overflow:hidden;
  position:relative;
  min-height: 210px;
}
.slide__bg{
  position:absolute; inset:0;
  background-size: cover;
  background-position:center;
  opacity:.92;
  filter: saturate(1.1) contrast(1.05);
}
.slide__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 420px at 30% 30%, rgba(255,212,0,.14), transparent 60%),
    radial-gradient(900px 520px at 80% 20%, rgba(124,59,255,.18), transparent 58%),
    linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.14));
}
.slide__inner{
  position:relative;
  padding: 16px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 980px){
  .slide__inner{
    grid-template-columns: 1.15fr .85fr;
    align-items:center;
    padding: 22px;
    min-height: 250px;
  }
}
.kicker{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,212,0,.25);
  color: rgba(243,242,255,.92);
  font-weight: 950;
  font-size: 12px;
}
.h1{
  margin: 10px 0 10px;
  font-family: var(--display);
  font-weight: 1000;
  letter-spacing:.2px;
  line-height: 1.05;
  font-size: clamp(20px, 3.1vw, 34px);
}
.bonus{
  margin: 0 0 10px;
  font-weight: 1000;
  font-size: 18px;
  color: var(--yellow2);
  text-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.note{
  margin: 0 0 14px;
  color: rgba(243,242,255,.74);
  font-weight: 750;
  line-height: 1.55;
}
.slide__actions{ display:flex; flex-wrap:wrap; gap: 10px; }

.slide__art{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  overflow:hidden;
  min-height: 160px;
}
.slide__art img{ width:100%; height:100%; object-fit: cover; }

.cctrl{
  display:flex;
  justify-content:center;
  gap: 10px;
  padding: 0 14px 14px;
}
.cbtn{
  width: 44px; height:44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(243,242,255,.92);
  font-size: 20px;
  cursor:pointer;
  transition: background .18s ease, transform .12s ease, border-color .18s ease;
}
.cbtn:hover{ background: rgba(255,212,0,.08); border-color: rgba(255,212,0,.20); }
.cbtn:active{ transform: translateY(1px); }

/* Slots grid (CA6 decision) */
.section{ padding: 12px 0; }
.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 0 10px;
}
.section-head__title{
  margin:0;
  font-family: var(--display);
  font-weight: 1000;
  letter-spacing:.25px;
  text-transform: uppercase;
  font-size: 16px;
}
.section-head__more{
  color: rgba(243,242,255,.72);
  font-weight: 900;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,212,0,.25);
}
.section-head__more:hover{ color:#fff; border-bottom-color: rgba(255,212,0,.65); }

.grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
@media (min-width: 720px){
  .grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
}
.scard{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  overflow:hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,.30);
  transition: transform .12s ease, border-color .18s ease, background .18s ease;
}
.scard:hover{ transform: translateY(-1px); border-color: rgba(255,212,0,.22); background: rgba(255,255,255,.04); }
.scard__media{
  aspect-ratio: 4 / 3;
  background: rgba(255,255,255,.02);
  position:relative;
}
.scard__media img{
  width:100%; height:100%;
  object-fit: cover;
}
.sbadge{
  position:absolute;
  top: 10px; left: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,212,0,.16);
  border: 1px solid rgba(255,212,0,.28);
  font-weight: 1000;
  font-size: 12px;
}
.scard__body{
  padding: 12px;
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.scard__title{
  margin:0;
  font-weight: 1000;
  letter-spacing:.2px;
  font-size: 13px;
  line-height: 1.25;
}
.scard__btn{ align-self:flex-start; }

/* SEO box */
.seo{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 380px at 80% 20%, rgba(255,212,0,.10), transparent 60%),
    radial-gradient(900px 380px at 20% 40%, rgba(124,59,255,.14), transparent 60%),
    rgba(255,255,255,.02);
  box-shadow: var(--shadow);
  padding: 16px;
}
@media (min-width: 980px){ .seo{ padding: 22px; } }
.seo__title{
  margin:0 0 10px;
  font-family: var(--display);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing:.25px;
}

/* Internal pages: H1 + breadcrumbs + prose */
.page-head{ padding: 16px 0 8px; }
.page-title{
  margin:0 0 10px;
  font-family: var(--display);
  font-weight: 1000;
  letter-spacing:.25px;
  text-transform: uppercase;
  font-size: clamp(22px, 3.2vw, 34px);
}
.breadcrumbs__list{
  display:flex; flex-wrap:wrap; gap:8px;
  list-style:none; margin:0; padding:0;
  color: rgba(243,242,255,.70);
  font-weight: 850;
  font-size: 13px;
}
.breadcrumbs__item::after{ content:"/"; margin-left:8px; opacity:.45; }
.breadcrumbs__item:last-child::after{ content:""; }
.breadcrumbs__link{
  color: rgba(243,242,255,.82);
  border-bottom: 1px solid rgba(255,212,0,.25);
}
.breadcrumbs__link:hover{ color:#fff; border-bottom-color: rgba(255,212,0,.65); }
.breadcrumbs__current{ color: rgba(243,242,255,.92); }

.prose{
  max-width: 920px;
  color: rgba(243,242,255,.86);
}
.prose h2,.prose h3,.prose h4{
  font-family: var(--display);
  font-weight: 1000;
  letter-spacing:.2px;
  text-transform: uppercase;
  margin: 22px 0 10px;
}
.prose h2{ font-size: 22px; }
.prose h3{ font-size: 18px; }
.prose h4{ font-size: 16px; }
.prose p{ margin: 0 0 12px; line-height: 1.7; color: rgba(243,242,255,.80); }
.prose a{
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,212,0,.42);
  text-underline-offset: 3px;
}
.prose a:hover{ text-decoration-color: rgba(255,212,0,.86); }
.prose a:active{ opacity:.88; }
.prose ul,.prose ol{ margin: 0 0 14px 18px; padding:0; }
.prose li{ margin: 6px 0; }
.prose table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 12px 0 18px;
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.prose th,.prose td{ padding: 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.prose th{ background: rgba(255,212,0,.10); color: rgba(243,242,255,.95); }
.prose tr:last-child td{ border-bottom: none; }

/* Footer */
.site-footer{
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
  padding: 22px 0 30px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 980px){
  .footer-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.fcol__title{
  margin: 0 0 10px;
  font-family: var(--display);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing:.2px;
  font-size: 13px;
}
.flinks{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.flinks__link{
  color: rgba(243,242,255,.72);
  font-weight: 850;
  font-size: 13px;
}
.flinks__link:hover{ color:#fff; text-decoration: underline; text-decoration-color: rgba(255,212,0,.5); }
.footer-note{
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: rgba(243,242,255,.60);
  font-size: 12px;
  line-height: 1.6;
}
.footer-note__copy{ color: rgba(243,242,255,.52); font-weight: 850; }