/* AuraZ brochure site (auraz.com.au) — hand-rendered from the Claude Design
   handoff (Home.dc.html + Location.dc.html). Static HTML/CSS only, no JS. */

:root {
  --bg: #0B0B0C;
  --card: #121114;
  --ink: #EFE8DA;
  --muted: #BFB49B;
  --gold: #E4B84C;
  --gold-hi: #F6D77B;
  --gold-lo: #C99A2C;
  --gold-soft: #CDB77C;
  --faint: #8D8368;
  --fainter: #6E664F;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body { color: var(--ink); font-family: Montserrat, sans-serif; }
a { text-decoration: none; }
img { max-width: 100%; }

.page { min-height: 100vh; position: relative; overflow: hidden; }

/* Gold halftone dot sprays */
.motif {
  position: absolute; width: 320px; height: 380px;
  background-image: radial-gradient(var(--gold) 1.4px, transparent 1.5px);
  background-size: 13px 13px; opacity: 0.4;
}
.motif--tr { top: -40px; right: -40px;
  -webkit-mask-image: radial-gradient(ellipse at top right, black, transparent 70%);
  mask-image: radial-gradient(ellipse at top right, black, transparent 70%); }
.motif--bl { bottom: -40px; left: -40px;
  -webkit-mask-image: radial-gradient(ellipse at bottom left, black, transparent 70%);
  mask-image: radial-gradient(ellipse at bottom left, black, transparent 70%); }
.motif--tl { top: -40px; left: -40px; width: 300px; height: 360px;
  -webkit-mask-image: radial-gradient(ellipse at top left, black, transparent 70%);
  mask-image: radial-gradient(ellipse at top left, black, transparent 70%); }
.motif--br { bottom: -40px; right: -40px; width: 300px; height: 360px;
  -webkit-mask-image: radial-gradient(ellipse at bottom right, black, transparent 70%);
  mask-image: radial-gradient(ellipse at bottom right, black, transparent 70%); }

.container { position: relative; max-width: 1120px; margin: 0 auto; padding: 56px 32px 64px; }
.container--loc { max-width: 1080px; padding: 28px 32px 64px; }

.script { font-family: 'Great Vibes', cursive; color: var(--gold); }
.gold-text {
  background: linear-gradient(180deg, var(--gold-hi), var(--gold-lo));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold);
}

/* ── Home (directory) ─────────────────────────────────────────────────── */
.home-hero { text-align: center; }
.home-hero .logo { height: 150px; width: auto; mix-blend-mode: screen; }
.home-hero .script { margin-top: 26px; font-size: 36px; }
.home-hero h1 {
  margin: 6px 0 0; font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(38px, 5.5vw, 60px); line-height: 1.1;
}
.home-hero .tagline {
  margin-top: 16px; font-size: 14px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); font-weight: 500;
}

.cards {
  margin-top: 56px; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px;
}
.card {
  display: flex; flex-direction: column;
  border: 1px solid rgba(228, 184, 76, 0.28); border-radius: 12px;
  padding: 28px 26px; background: var(--card);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.card:hover { border-color: var(--gold); transform: translateY(-2px); }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.card-suburb { font-family: 'Playfair Display', serif; font-size: 27px; font-weight: 600; }
.badge {
  font-size: 10px; letter-spacing: 0.18em; font-weight: 600;
  padding: 5px 11px; border-radius: 999px; white-space: nowrap;
}
.badge--open { border: 1px solid rgba(228, 184, 76, 0.5); color: var(--gold-hi); }
.badge--soon { border: 1px solid rgba(255, 255, 255, 0.25); color: #B9B2A0; }
.card-kind {
  margin-top: 6px; font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: #FFFFFF; font-weight: 500;
}
.card-address { margin-top: 14px; font-size: 13px; color: var(--muted); line-height: 1.7; flex: 1; }
.card-phone { margin-top: 8px; font-size: 13px; color: var(--gold-soft); }
.card-cta {
  margin-top: 18px; color: var(--gold-hi); font-weight: 600; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* ── Hiring banner (home) ─────────────────────────────────────────────── */
.hiring {
  margin-top: 72px; border: 1px solid rgba(228, 184, 76, 0.28); border-radius: 14px;
  overflow: hidden; display: grid; grid-template-columns: 1fr 1fr;
  min-height: 380px; background: var(--card);
}
@media (max-width: 700px) {
  .hiring { grid-template-columns: 1fr; }
  .hiring img { min-height: 260px; }
}
.hiring img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hiring-copy { padding: 44px 38px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.hiring-copy .script { font-size: 32px; }
.hiring-copy h2 {
  margin: 0; font-family: 'Playfair Display', serif; font-size: 30px;
  color: #FFFFFF; line-height: 1.25; font-weight: 600;
}
.hiring-copy p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.8; }
.hiring-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.hiring-ctas .btn-book, .hiring-ctas .btn-outline { padding: 15px 26px; font-size: 12px; }

/* ── Location pages ───────────────────────────────────────────────────── */
.loc-nav { display: flex; justify-content: space-between; align-items: center; }
.loc-nav .logo-link { display: flex; align-items: center; gap: 12px; }
.loc-nav .logo { height: 60px; width: auto; mix-blend-mode: screen; }
.loc-nav .all-link {
  color: var(--gold); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 600;
}
.loc-nav .all-link:hover { color: var(--gold-hi); }

.loc-hero { text-align: center; padding: 68px 0 6px; }
.loc-hero .script { font-size: 34px; }
.loc-hero h1 {
  margin: 8px 0 0; font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(44px, 7vw, 76px); line-height: 1.05;
}
.loc-hero .kind {
  margin-top: 12px; font-size: 13px; letter-spacing: 0.28em;
  text-transform: uppercase; color: #FFFFFF; font-weight: 500;
}
.loc-hero .address {
  margin-top: 20px; font-size: 15px; color: var(--muted); line-height: 1.7;
  max-width: 560px; margin-left: auto; margin-right: auto;
}

.cta-row {
  display: flex; justify-content: center; align-items: center;
  gap: 14px; flex-wrap: wrap; padding: 28px 0 8px;
}
.btn-book {
  background: linear-gradient(180deg, var(--gold-hi), var(--gold-lo));
  color: #141005; font-weight: 700; font-size: 13px; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 17px 34px; border-radius: 6px;
}
.btn-book:hover { filter: brightness(1.08); }
.btn-outline {
  border: 1px solid rgba(228, 184, 76, 0.55); color: var(--gold-hi);
  font-weight: 600; font-size: 13px; letter-spacing: 0.1em;
  padding: 16px 28px; border-radius: 6px;
}
.btn-outline:hover { background: rgba(228, 184, 76, 0.1); }

.coming-soon { text-align: center; padding: 14px 0 6px; }
.coming-soon .opening {
  font-family: 'Playfair Display', serif; font-size: clamp(38px, 5vw, 54px);
  color: #FFFFFF; letter-spacing: 0.08em;
}
.coming-soon .opening .script { font-size: inherit; color: var(--gold-hi); }
.offers { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 22px; }
.offer { border: 1.5px solid var(--gold); border-radius: 10px; padding: 18px 30px; min-width: 200px; }
.offer-big { font-family: 'Playfair Display', serif; font-size: 27px; color: #FFFFFF; }
.offer-small {
  margin-top: 5px; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); font-weight: 600;
}
.coming-soon .stay-tuned { margin-top: 28px; font-size: 38px; color: #FFFFFF; }

.hero-shot { margin-top: 56px; }
.hero-shot img {
  width: 100%; display: block; border-radius: 14px;
  border: 1px solid rgba(228, 184, 76, 0.25);
}

/* ── Footer (shared) ──────────────────────────────────────────────────── */
.footer {
  margin-top: 84px; border-top: 1px solid rgba(228, 184, 76, 0.2);
  padding-top: 36px; text-align: center;
}
.footer .script { font-size: 34px; }
.footer .strapline {
  margin-top: 14px; font-size: 11px; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--faint);
}
.footer .copyright { margin-top: 10px; font-size: 12px; color: var(--fainter); }
