/*
Theme Name: Vegamel LLC — Vault
Theme URI: https://vegamelllc.com/
Author: Vegamel LLC
Author URI: https://vegamelllc.com/
Description: Dark premium one-page corporate theme for Vegamel LLC (Vault design). An e-commerce holding company that manages multiple Shopify storefronts, including print-on-demand apparel stores. Built from the approved "03 Vault" preview.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: vegamel-vault
*/

/* ============================================================
   VEGAMEL LLC — Template 3: VAULT
   Direction: Dark premium holding company. Charcoal + gold,
   keyed to the brand's gold/black logo. Quiet luxury.
   ============================================================ */

:root {
  --black: #0b0b0d;
  --charcoal: #131418;
  --charcoal-2: #1b1d23;
  --line: #2a2d36;
  --text: #d7dae0;
  --muted: #8b909c;
  --gold: #c9a24a;
  --gold-2: #e7c878;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --wrap: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--black); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.gold-text { background: linear-gradient(120deg, var(--gold) 0%, var(--gold-2) 50%, var(--gold) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(11,11,13,.82); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 120px; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { height: 104px; width: auto; display: block; transform: translateY(1cm); }
.nav__links { display: flex; gap: 40px; }
.nav__links a { font-size: .9rem; color: var(--muted); letter-spacing: .02em; transition: color .2s; }
.nav__links a:hover { color: var(--gold-2); }
.nav__toggle { display: none; background: none; border: 0; width: 28px; height: 22px; cursor: pointer; }
.nav__toggle span { display: block; height: 1.5px; background: var(--gold); margin: 6px 0; }

/* Buttons */
.btn { display: inline-block; padding: 14px 32px; font-size: .9rem; font-weight: 600; letter-spacing: .03em; border-radius: 2px; transition: all .25s ease; }
.btn--gold { color: var(--black); background: linear-gradient(120deg, var(--gold) 0%, var(--gold-2) 100%); }
.btn--gold:hover { box-shadow: 0 12px 40px rgba(201,162,74,.35); transform: translateY(-2px); }
.btn--line { color: var(--gold-2); border: 1px solid var(--line); }
.btn--line:hover { border-color: var(--gold); }

/* Hero */
.hero { position: relative; padding: 130px 0 120px; overflow: hidden; text-align: center; border-bottom: 1px solid var(--line); }
.hero__glow { position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 760px; height: 600px; background: radial-gradient(circle, rgba(201,162,74,.16) 0%, transparent 65%); pointer-events: none; }
.hero__inner { position: relative; max-width: 800px; margin: 0 auto; }
.eyebrow { font-size: .78rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 28px; }
.hero__title { font-family: var(--serif); font-size: clamp(2.5rem, 5.5vw, 4.4rem); color: #fff; margin-bottom: 26px; }
.hero__title em { font-style: italic; background: linear-gradient(120deg, var(--gold) 0%, var(--gold-2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { font-size: 1.12rem; color: var(--muted); max-width: 600px; margin: 0 auto 40px; }
.hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Sections */
.section { padding: 110px 0; }
.label { font-size: .76rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 18px; }
.head-center { text-align: center; max-width: 560px; margin: 0 auto 64px; }
.head-center h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); color: #fff; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: start; }
.about__head { position: relative; }
.rule { display: block; width: 48px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin-bottom: 24px; }
.about__head h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); color: #fff; }
.about__body p { color: var(--muted); font-size: 1.06rem; margin-bottom: 22px; }

/* Cards */
.portfolio { background: var(--charcoal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--charcoal-2); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; transition: all .3s ease; }
.card:hover { border-color: rgba(201,162,74,.5); transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.5); }
.card__media { height: 170px; background: radial-gradient(circle at 30% 30%, #25262e 0%, #101116 100%); display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.card__media span { font-family: var(--serif); font-size: 2.4rem; letter-spacing: .08em;
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.card__body { padding: 28px 26px 32px; }
.card__cat { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.card__body h3 { font-family: var(--serif); font-size: 1.4rem; color: #fff; margin-bottom: 14px; }
.card__desc { font-size: .95rem; color: var(--muted); margin-bottom: 4px; }
.card__link { font-size: .9rem; font-weight: 600; color: var(--gold-2); display: inline-flex; gap: 8px; align-items: center; }
.card__link span { transition: transform .2s; }
.card__link:hover span { transform: translateX(5px); }

/* Business facts */
.facts { list-style: none; margin: 56px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--charcoal-2); }
.facts li { padding: 26px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.facts li:last-child { border-right: 0; }
.facts li span { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.facts li strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 600;
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Contact */
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.contact__intro h2 { font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; margin-bottom: 18px; }
.contact__intro p { color: var(--muted); }
.contact__card { border: 1px solid var(--line); border-radius: 4px; background: var(--charcoal); }
.contact__row { display: grid; grid-template-columns: 150px 1fr; padding: 24px 28px; border-bottom: 1px solid var(--line); gap: 16px; }
.contact__row:last-child { border-bottom: 0; }
.contact__row span { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-top: 3px; }
.contact__row strong { color: #fff; font-weight: 500; }
.contact__row a:hover { color: var(--gold-2); }

/* Footer */
.footer { background: var(--black); border-top: 1px solid var(--line); padding: 72px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.footer__logo { height: 140px; width: auto; display: block; margin-bottom: 16px; }
.footer__brand p { color: var(--muted); font-size: .92rem; margin-top: 4px; max-width: 290px; }
.footer__col h4 { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer__col address { font-style: normal; color: var(--muted); font-size: .92rem; line-height: 1.85; }
.footer__col p { font-size: .92rem; color: var(--muted); margin-bottom: 8px; }
.footer__col a:hover { color: var(--gold-2); }
.footer__col ul { list-style: none; }
.footer__col li { margin-bottom: 10px; font-size: .92rem; color: var(--muted); }
.footer__bar { padding-top: 26px; font-size: .82rem; color: #5d6270; }

@media (max-width: 900px) {
  .about, .contact__inner { grid-template-columns: 1fr; gap: 40px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts li:nth-child(2) { border-right: 0; }
  .facts li:nth-child(1), .facts li:nth-child(2) { border-bottom: 1px solid var(--line); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav__toggle { display: block; }
  .nav__links { position: absolute; top: 120px; left: 0; right: 0; background: var(--charcoal); flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); max-height: 0; overflow: hidden; transition: max-height .3s; }
  .nav__links.is-open { max-height: 280px; }
  .nav__links a { padding: 16px 32px; border-top: 1px solid var(--line); }
  .cards { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; }
  .facts li { border-right: 0; border-bottom: 1px solid var(--line); }
  .facts li:last-child { border-bottom: 0; }
  .footer__grid { grid-template-columns: 1fr; }
  .contact__row { grid-template-columns: 1fr; gap: 6px; }
  .brand__logo { height: 84px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto; } }
