/*
Theme Name: Prestige Web Co
Theme URI: https://prestigewebco.com
Author: Prestige Web Co
Author URI: https://prestigewebco.com
Description: Premium web design agency theme for Prestige Web Co
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prestige-webco
Tags: business, portfolio, agency, custom-background, custom-logo, full-width-template
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #0e0d0b;
  --paper: #f5f2ec;
  --gold: #b8975a;
  --gold-light: #d4b47a;
  --gold-pale: #f0e6d0;
  --muted: #7a7670;
  --line: rgba(14,13,11,0.12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

body { cursor: none; }
#cursor {
  position: fixed; width: 10px; height: 10px;
  background: var(--gold); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform .15s, background .2s;
}
#cursor-ring {
  position: fixed; width: 36px; height: 36px;
  border: 1px solid var(--gold); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform .4s cubic-bezier(.23,1,.32,1), opacity .3s;
  opacity: .6;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── NAV ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 48px;
  background: transparent;
  transition: background .3s, padding .3s;
}
.site-header.scrolled {
  background: var(--paper);
  padding: 18px 48px;
  border-bottom: 1px solid var(--line);
}
.site-logo {
  font-family: var(--serif); font-size: 18px; font-weight: 600;
  letter-spacing: .04em; color: var(--ink);
}
.site-logo span { color: var(--gold); }
.nav-menu { display: flex; gap: 36px; }
.nav-menu a {
  font-family: var(--sans); font-size: 12px; font-weight: 400;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink); opacity: .7; transition: opacity .2s;
}
.nav-menu a:hover { opacity: 1; }
.nav-cta {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--paper); background: var(--ink);
  padding: 10px 22px; transition: background .2s;
}
.nav-cta:hover { background: var(--gold); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span {
  display: block; width: 24px; height: 1px; background: var(--ink);
  transition: transform .3s, opacity .3s;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 0 80px 48px; position: relative; z-index: 2;
}
.hero-eyebrow {
  font-family: var(--sans); font-size: 11px; font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px;
  opacity: 0; animation: fadeUp .8s .2s forwards;
}
.hero-headline {
  font-family: var(--serif); font-size: clamp(52px, 6vw, 88px);
  font-weight: 300; line-height: 1.05; color: var(--ink);
  margin-bottom: 32px;
  opacity: 0; animation: fadeUp .9s .35s forwards;
}
.hero-headline em { font-style: italic; color: var(--gold); }
.hero-body {
  font-family: var(--sans); font-size: 15px; font-weight: 300;
  color: var(--muted); max-width: 380px; line-height: 1.75;
  margin-bottom: 48px;
  opacity: 0; animation: fadeUp .9s .5s forwards;
}
.hero-actions {
  display: flex; align-items: center; gap: 32px;
  opacity: 0; animation: fadeUp .9s .65s forwards;
}
.btn-primary {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--paper); background: var(--ink);
  padding: 16px 36px; transition: background .2s, transform .2s; display: inline-block;
}
.btn-primary:hover { background: var(--gold); transform: translateY(-2px); }
.btn-ghost {
  font-family: var(--sans); font-size: 12px; font-weight: 400;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); display: flex; align-items: center; gap: 10px;
  transition: gap .2s;
}
.btn-ghost:hover { gap: 16px; }
.btn-ghost::after { content: '→'; font-size: 14px; }

.hero-right {
  position: relative; overflow: hidden;
  opacity: 0; animation: fadeIn 1.2s .3s forwards;
}
.hero-right::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a1814 0%, #2d2820 50%, #3d3428 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: repeat(6,1fr); grid-template-rows: repeat(8,1fr);
  opacity: .08;
}
.hero-grid span { border: .5px solid var(--ink); }
.hero-num {
  position: absolute; bottom: 80px; left: 48px;
  font-family: var(--serif); font-size: 120px; font-weight: 300;
  color: rgba(255,255,255,.05); line-height: 1; user-select: none;
}
.hero-tag {
  position: absolute; top: 120px; right: 48px;
  font-family: var(--sans); font-size: 11px; letter-spacing: .15em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  writing-mode: vertical-rl;
}
.hero-stat { position: absolute; bottom: 80px; right: 48px; text-align: right; }
.hero-stat-num {
  font-family: var(--serif); font-size: 48px; font-weight: 300;
  color: var(--gold-light); line-height: 1;
}
.hero-stat-label {
  font-family: var(--sans); font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 4px;
}
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 10px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--muted);
  opacity: 0; animation: fadeIn 1s 1.2s forwards; z-index: 2;
}
.scroll-line {
  width: 1px; height: 48px; background: var(--gold);
  animation: scrollDown 1.6s ease-in-out infinite;
}

/* ── MARQUEE ── */
.marquee-section {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 18px 0; overflow: hidden; background: var(--ink);
}
.marquee-track {
  display: flex; white-space: nowrap;
  animation: marquee 22s linear infinite;
}
.marquee-item {
  font-family: var(--serif); font-size: 15px; font-style: italic;
  font-weight: 300; color: var(--gold-light); padding: 0 36px;
  display: flex; align-items: center; gap: 36px;
}
.marquee-item::after { content: '◆'; font-size: 8px; color: var(--gold); }

/* ── SECTIONS GENERAL ── */
.section-label {
  font-family: var(--sans); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.section-title {
  font-family: var(--serif); font-size: clamp(36px,4vw,54px);
  font-weight: 300; line-height: 1.1;
}
.section-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 72px;
}
.section-link {
  font-family: var(--sans); font-size: 12px; font-weight: 400;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink);
  display: flex; align-items: center; gap: 8px; transition: gap .2s;
}
.section-link:hover { gap: 14px; }
.section-link::after { content: '→'; }

/* ── INTRO ── */
.intro {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 80px; padding: 120px 48px;
  border-bottom: 1px solid var(--line);
}
.intro-label {
  font-family: var(--sans); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); padding-top: 6px;
}
.intro-text {
  font-family: var(--serif); font-size: clamp(28px,3vw,42px);
  font-weight: 300; line-height: 1.35; color: var(--ink);
}
.intro-text em { font-style: italic; color: var(--gold); }
.intro-sub {
  font-family: var(--sans); font-size: 15px; font-weight: 300;
  color: var(--muted); line-height: 1.8; margin-top: 28px; max-width: 560px;
}

/* ── SERVICES ── */
.services { padding: 120px 48px; border-bottom: 1px solid var(--line); }
.services-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 2px;
}
.service-card {
  background: var(--paper); border: 1px solid var(--line);
  padding: 48px 40px; position: relative; overflow: hidden;
  transition: background .3s; cursor: default;
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: var(--ink); transform: scaleY(0); transform-origin: bottom;
  transition: transform .4s cubic-bezier(.23,1,.32,1);
}
.service-card:hover::before { transform: scaleY(1); }
.service-card:hover .service-num,
.service-card:hover .service-name,
.service-card:hover .service-desc { color: rgba(255,255,255,.6); }
.service-card:hover .service-name { color: var(--gold-light); }
.service-num {
  font-family: var(--serif); font-size: 13px; color: var(--gold);
  margin-bottom: 32px; position: relative; transition: color .3s;
}
.service-name {
  font-family: var(--serif); font-size: 26px; font-weight: 300;
  line-height: 1.15; color: var(--ink); margin-bottom: 20px;
  position: relative; transition: color .3s;
}
.service-desc {
  font-family: var(--sans); font-size: 13px; font-weight: 300;
  color: var(--muted); line-height: 1.7; position: relative; transition: color .3s;
}

/* ── TIERS ── */
.tiers { padding: 120px 48px; background: var(--ink); color: var(--paper); }
.tiers .section-label { color: var(--gold); }
.tiers .section-title { color: var(--paper); }
.tiers-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; margin-top: 72px;
  border: 1px solid rgba(255,255,255,.08);
}
.tier-card {
  padding: 48px 36px; border-right: 1px solid rgba(255,255,255,.08);
}
.tier-card:last-child { border-right: none; }
.tier-card.featured { background: rgba(184,151,90,.08); }
.tier-featured-label {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
}
.tier-icon {
  width: 36px; height: 36px; margin-bottom: 28px;
  border: 1px solid rgba(184,151,90,.4);
  display: flex; align-items: center; justify-content: center;
}
.tier-icon svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.tier-name {
  font-family: var(--serif); font-size: 22px; font-weight: 300;
  color: var(--paper); margin-bottom: 12px;
}
.tier-desc {
  font-family: var(--sans); font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,.45); line-height: 1.7; margin-bottom: 32px;
}
.tier-price {
  font-family: var(--serif); font-size: 36px; font-weight: 300; color: var(--gold-light);
}
.tier-price span { font-size: 14px; color: rgba(255,255,255,.3); font-family: var(--sans); }

/* ── PROCESS ── */
.process { padding: 120px 48px; border-bottom: 1px solid var(--line); }
.process-steps {
  display: grid; grid-template-columns: repeat(5,1fr);
  gap: 0; margin-top: 72px; position: relative;
}
.process-steps::before {
  content: ''; position: absolute; top: 20px; left: 10%; right: 10%;
  height: 1px; background: var(--line); z-index: 0;
}
.process-step { padding: 0 24px; position: relative; z-index: 1; }
.step-dot {
  width: 40px; height: 40px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--paper); margin-bottom: 28px;
  font-family: var(--serif); font-size: 14px; font-weight: 300; color: var(--gold);
}
.step-name {
  font-family: var(--serif); font-size: 20px; font-weight: 300;
  color: var(--ink); margin-bottom: 12px;
}
.step-desc {
  font-family: var(--sans); font-size: 13px; font-weight: 300;
  color: var(--muted); line-height: 1.7;
}

/* ── TRUST ── */
.trust { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.trust-left { padding: 120px 48px; border-right: 1px solid var(--line); }
.trust-right { padding: 120px 48px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 56px; }
.stat-num {
  font-family: var(--serif); font-size: 56px; font-weight: 300; color: var(--ink); line-height: 1;
}
.stat-num span { color: var(--gold); }
.stat-label {
  font-family: var(--sans); font-size: 12px; font-weight: 300;
  color: var(--muted); letter-spacing: .06em; margin-top: 8px; line-height: 1.5;
}
.testimonials { display: flex; flex-direction: column; }
.testimonial { padding: 36px 0; border-bottom: 1px solid var(--line); }
.testimonial:last-child { border-bottom: none; }
.testimonial-quote {
  font-family: var(--serif); font-size: 19px; font-style: italic;
  font-weight: 300; color: var(--ink); line-height: 1.5; margin-bottom: 20px;
}
.testimonial-meta {
  font-family: var(--sans); font-size: 12px; font-weight: 300; color: var(--muted);
  display: flex; align-items: center; gap: 12px;
}
.testimonial-meta::before { content: '—'; }

/* ── CTA ── */
.cta-section {
  padding: 160px 48px; background: var(--ink); text-align: center; position: relative; overflow: hidden;
}
.cta-bg-text {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--serif); font-size: 22vw; font-weight: 300;
  color: rgba(255,255,255,.02); white-space: nowrap; user-select: none;
}
.cta-label {
  font-family: var(--sans); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 28px; position: relative;
}
.cta-title {
  font-family: var(--serif); font-size: clamp(42px,6vw,80px);
  font-weight: 300; color: var(--paper); line-height: 1.1;
  margin-bottom: 28px; position: relative;
}
.cta-title em { font-style: italic; color: var(--gold-light); }
.cta-sub {
  font-family: var(--sans); font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,.45); max-width: 480px; margin: 0 auto 56px;
  line-height: 1.7; position: relative;
}
.cta-actions { display: flex; justify-content: center; gap: 24px; position: relative; }
.btn-gold {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink); background: var(--gold);
  padding: 18px 40px; transition: background .2s, transform .2s; display: inline-block;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline {
  font-family: var(--sans); font-size: 12px; font-weight: 400;
  letter-spacing: .1em; text-transform: uppercase; color: var(--paper);
  background: transparent; border: 1px solid rgba(255,255,255,.2);
  padding: 18px 40px; transition: border-color .2s, transform .2s; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); transform: translateY(-2px); }

/* ── FOOTER ── */
.site-footer {
  background: #0a0906; color: rgba(255,255,255,.3);
  padding: 56px 48px 40px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-logo {
  font-family: var(--serif); font-size: 20px; font-weight: 600;
  color: var(--paper); letter-spacing: .04em; margin-bottom: 16px; display: block;
}
.footer-logo span { color: var(--gold); }
.footer-tagline { font-family: var(--sans); font-size: 12px; font-weight: 300; line-height: 1.7; }
.footer-col h4 {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-bottom: 20px;
}
.footer-col a {
  display: block; font-family: var(--sans); font-size: 13px;
  font-weight: 300; color: rgba(255,255,255,.3); margin-bottom: 10px; transition: color .2s;
}
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
  background: #0a0906; padding: 20px 48px;
  display: flex; justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.04);
  font-family: var(--sans); font-size: 11px; color: rgba(255,255,255,.2);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scrollDown {
  0%,100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(.4); opacity: .4; }
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .site-header { padding: 20px 24px; }
  .site-header.scrolled { padding: 14px 24px; }
  .nav-menu, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 120px 24px 80px; }
  .intro { grid-template-columns: 1fr; gap: 24px; padding: 80px 24px; }
  .services { padding: 80px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .tiers { padding: 80px 24px; }
  .tiers-grid { grid-template-columns: 1fr 1fr; }
  .process { padding: 80px 24px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-steps::before { display: none; }
  .trust { grid-template-columns: 1fr; }
  .trust-left { border-right: none; border-bottom: 1px solid var(--line); padding: 80px 24px; }
  .trust-right { padding: 80px 24px; }
  .cta-section { padding: 100px 24px; }
  .cta-actions { flex-direction: column; align-items: center; }
  .site-footer { grid-template-columns: 1fr; padding: 48px 24px 32px; }
  .footer-bottom { padding: 16px 24px; flex-direction: column; gap: 8px; }
  #cursor, #cursor-ring { display: none; }
  body { cursor: auto; }
}
@media (max-width: 560px) {
  .tiers-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ── CONTACT FORM (WP default) ── */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.15); color: var(--paper);
  padding: 14px 18px; font-family: var(--sans); font-size: 14px;
  font-weight: 300; outline: none; transition: border-color .2s; margin-bottom: 16px;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus { border-color: var(--gold); }
.wpcf7-form input[type="submit"] {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink); background: var(--gold); border: none;
  padding: 18px 40px; cursor: pointer; transition: background .2s;
}
.wpcf7-form input[type="submit"]:hover { background: var(--gold-light); }
