/*
Theme Name: Anubiz Starter
Theme URI: https://anubiz.net/
Author: OpenAI for Meicel
Author URI: https://anubiz.net/
Description: A simple, fast and professional starter theme for the Anubiz website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: anubiz-starter
*/

:root {
  --bg: #0b0d10;
  --bg-soft: #12161b;
  --card: #171c22;
  --text: #e8edf3;
  --muted: #a4afbb;
  --line: #252c34;
  --accent: #d8a33c;
  --accent-2: #8bb8ff;
  --success: #8bd3a8;
  --max: 1120px;
  --radius: 18px;
  --shadow: 0 14px 40px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #0b0d10 0%, #0f1318 100%);
  color: var(--text);
  line-height: 1.7;
}
img { max-width: 100%; height: auto; }
a { color: var(--accent-2); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,13,16,.84);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.branding {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(216,163,60,.22), rgba(139,184,255,.22));
  border: 1px solid rgba(255,255,255,.08);
  color: var(--accent);
  font-weight: 800;
  letter-spacing: .06em;
}
.site-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}
.site-title a { color: #fff; text-decoration: none; }
.site-tagline {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.primary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.primary-nav a {
  color: #fff;
  font-weight: 600;
}

.hero {
  padding: 72px 0 36px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: center;
}
.hero-card, .card {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.eyebrow {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(216,163,60,.1);
  color: var(--accent);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero h1,
.page-title,
.entry-title {
  margin: 14px 0 14px;
  line-height: 1.12;
  font-size: clamp(2rem, 5vw, 4rem);
}
.hero p.lead {
  color: #d7dee6;
  font-size: 1.08rem;
  max-width: 62ch;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.button,
.wp-block-button__link,
button,
input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, var(--accent), #f0c368);
  color: #111;
  box-shadow: 0 10px 24px rgba(216,163,60,.22);
}
.button.secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: none;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 18px;
}
.stat {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  padding: 16px;
  border-radius: 14px;
}
.stat strong { display: block; font-size: 1.5rem; }
.stat span { color: var(--muted); font-size: .92rem; }

.section {
  padding: 22px 0 34px;
}
.section-title {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
.section-subtitle {
  margin: -6px 0 24px;
  color: var(--muted);
}

.grid-3, .grid-2 {
  display: grid;
  gap: 18px;
}
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-2 { grid-template-columns: repeat(2,1fr); }

.card h3 { margin-top: 0; }
.card p:last-child,
.entry-content > *:last-child { margin-bottom: 0; }

.entry-wrap,
.archive-grid {
  display: grid;
  gap: 18px;
}
.archive-grid article,
.entry-content,
.comment-respond,
.comments-area {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.entry-meta {
  color: var(--muted);
  font-size: .94rem;
  margin-bottom: 14px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.7em;
}
.entry-content p,
.entry-content ul,
.entry-content ol {
  max-width: 100%;
}
.entry-content ul,
.entry-content ol { padding-left: 1.2rem; }
.entry-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--accent);
  background: rgba(255,255,255,.03);
  border-radius: 0 12px 12px 0;
}

.notice {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 16px;
}
.notice.success {
  background: rgba(139,211,168,.12);
  border: 1px solid rgba(139,211,168,.2);
  color: #dff5e7;
}
.notice.error {
  background: rgba(255,97,97,.1);
  border: 1px solid rgba(255,97,97,.18);
  color: #ffdede;
}

.contact-form {
  display: grid;
  gap: 14px;
  max-width: 760px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  color: #fff;
}
textarea { min-height: 180px; resize: vertical; }

.site-footer {
  padding: 42px 0 56px;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.footer-links a {
  text-decoration: none;
	color: #fff;
}

.menu-toggle {
  display: none;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 900px) {
  .hero-grid,
  .grid-3,
  .grid-2,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu-toggle { display: inline-block; }
  .primary-nav {
    display: none;
    width: 100%;
    padding-bottom: 12px;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul {
    flex-direction: column;
    gap: 12px;
  }
  .header-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 14px 0;
  }
  .stats {
    grid-template-columns: 1fr;
  }
}
