/*
Theme Name: Aurum Landing
Theme URI: https://example.com/aurum
Author: Your Name
Author URI: https://example.com
Description: A dark, gold-accented one-page landing theme with a sticky header, hero, feature cards, image gallery, FAQ, and footer. Fill the placeholders with your own content.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aurum
*/

:root {
  --bg-base:    #141414;
  --bg-deep:    #0F0F0F;
  --bg-surface: #1F1F1F;
  --bg-raised:  #262626;
  --gold:       #E6B325;
  --gold-soft:  #F5D06B;
  --red:        #E23B2E;
  --text:       #F5F3EF;
  --text-muted: #9A958C;
  --border:     #333333;
  --radius:     10px;
  --maxw:       1140px;
  --font-head:  'Sora', system-ui, sans-serif;
  --font-body:  'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg-base);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.2; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p  { margin: 0 0 1rem; color: var(--text-muted); }
a  { color: var(--gold); text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: 100%; margin: 0; padding: 0 clamp(20px, 4vw, 64px); }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 600; color: var(--gold); }
.muted { color: var(--text-muted); }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: var(--radius);
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  cursor: pointer; border: none; transition: transform .15s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-primary   { background: var(--gold); color: #1A1A1A; }
.btn-secondary { background: var(--red);  color: #fff; }
.btn-outline   { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); padding: 11.5px 28px; }
.btn-ghost     { background: var(--bg-raised); color: var(--text); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(15,15,15,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--text); }
.brand .brand-mark {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--gold); color: #141414;
  display: grid; place-items: center; font-size: 18px; font-weight: 800;
}
.main-nav ul { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; }
.main-nav a { color: var(--text); font-size: 15px; font-weight: 500; }
.main-nav a:hover { color: var(--gold); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 26px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero { padding: 90px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.hero .stars { color: var(--gold); font-size: 18px; letter-spacing: 3px; margin-bottom: 14px; }
.hero h1 { margin-bottom: 18px; }
.hero .lead { font-size: 1.15rem; max-width: none; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.hero-media {
  aspect-ratio: 4/3; border-radius: 16px; border: 1px solid var(--border);
  background: var(--bg-surface);
  display: grid; place-items: center; color: var(--text-muted);
}
.img-placeholder { display: grid; place-items: center; gap: 8px; text-align: center; color: var(--text-muted); font-size: 14px; }
.img-placeholder .ph-icon { font-size: 34px; opacity: .6; }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section-head { max-width: none; margin: 0 0 46px; text-align: center; }

/* Showcase rows (heading + text + photo, alternating) */
.showcase { display: grid; gap: 64px; }
.showcase-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.showcase-row:nth-child(even) .showcase-media { order: -1; }
.showcase-copy h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.showcase-copy .btn { margin-top: 10px; }
.showcase-media { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); background: var(--bg-surface); display: grid; place-items: center; }
.showcase-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 780px) {
  .showcase-row { grid-template-columns: 1fr; gap: 26px; }
  .showcase-row:nth-child(even) .showcase-media { order: 0; }
}

/* Feature cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: 14px; padding: 30px 26px;
}
.card .icon {
  width: 52px; height: 52px; border-radius: 12px; background: var(--bg-raised);
  display: grid; place-items: center; color: var(--gold); font-size: 26px; margin-bottom: 16px;
}
.card h3 { color: var(--text); }

/* Gallery / image spaces */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }
.gallery .tile { aspect-ratio: 1; border-radius: 12px; background: var(--bg-surface); border: 1px solid var(--border); display: grid; place-items: center; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; text-align: center; }
.stat .num { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; color: var(--gold); }
.stat .label { color: var(--text-muted); font-size: 14px; }

/* FAQ */
.faq { max-width: none; margin: 0; }
.faq details {
  border: 1px solid var(--border); border-radius: 12px; background: var(--bg-surface);
  padding: 4px 22px; margin-bottom: 12px;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 0; font-family: var(--font-head);
  font-weight: 600; color: var(--text); display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--gold); font-size: 24px; font-weight: 400; }
.faq details[open] summary::after { content: '\2013'; }
.faq details p { padding-bottom: 18px; margin: 0; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--bg-surface), var(--bg-deep)); border: 1px solid var(--border); border-radius: 20px; padding: 54px 40px; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-deep); border-top: 1px solid var(--border); padding: 60px 0 30px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 40px; }
.footer-col h4 { color: var(--text); font-size: 15px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--text-muted); font-size: 14px; }
.footer-col a:hover { color: var(--gold); }
.socials { display: flex; gap: 12px; margin-top: 16px; }
.socials span { width: 38px; height: 38px; border-radius: 10px; background: var(--bg-raised); display: grid; place-items: center; color: var(--text-muted); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--text-muted); font-size: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--bg-deep); border-bottom: 1px solid var(--border); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: 10px 20px; }
  .main-nav li { padding: 12px 0; border-bottom: 1px solid var(--border); }
}
@media (max-width: 560px) {
  .header-cta .btn-ghost { display: none; }
}
