/*
Theme Name: FixR-Up
Theme URI: https://fixr-up.com
Author: FixR-Up Home Services
Author URI: https://fixr-up.com
Description: Custom landing page theme for FixR-Up Home Services — CNY repairs, remodels, and home value elevation.
Version: 1.0
License: Proprietary
Text Domain: fixrup
*/

/* ─── TOKENS ────────────────────────────────────────────── */
:root {
  --black:  #0c0c0c;
  --dark:   #121212;
  --card:   #181818;
  --border: #232323;
  --gold:   #c8a97e;
  --gold2:  #dfc08e;
  --white:  #f2efe9;
  --muted:  #6a6a6a;
  --r: 6px;
  --max: 1100px;
}

/* ─── RESET ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold2); }

/* ─── UTILITY ────────────────────────────────────────────── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: block;
  font-family: Arial, sans-serif;
  font-size: .68rem; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.gold  { color: var(--gold); }
.muted { color: var(--muted); }
.bar   { width: 38px; height: 3px; background: var(--gold); margin: 16px 0 24px; }

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn, .wp-block-button__link {
  display: inline-block;
  padding: 15px 32px;
  background: var(--gold); color: var(--black) !important;
  font-family: Arial, sans-serif; font-size: .88rem;
  font-weight: 900; letter-spacing: .07em; text-transform: uppercase;
  border-radius: var(--r); border: none; cursor: pointer;
  transition: background .2s, transform .15s;
  text-decoration: none;
}
.btn:hover { background: var(--gold2); color: var(--black) !important; transform: translateY(-1px); }
.btn-o {
  background: transparent !important;
  border: 2px solid var(--gold) !important;
  color: var(--gold) !important;
}
.btn-o:hover { background: var(--gold) !important; color: var(--black) !important; }
.btn-sm { padding: 11px 22px; font-size: .78rem; }

/* ─── IMAGE PLACEHOLDER (dev only) ─────────────────────── */
.ph {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a1a1a, #211d13, #171717);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 24px; gap: 10px;
  color: var(--muted); font-family: Arial, sans-serif; font-size: .78rem;
}
.ph svg { opacity: .18; }

/* ══════════════════════════════════════════════════════════
   NAV
══════════════════════════════════════════════════════════ */
#site-nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(12,12,12,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav-in {
  max-width: var(--max); margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.site-logo {
  font-family: Arial, sans-serif;
  font-size: 1.2rem; font-weight: 900; letter-spacing: .04em; color: var(--white);
  text-decoration: none;
}
.site-logo span { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-tel {
  font-family: Arial, sans-serif; font-weight: 700;
  font-size: .92rem; color: var(--gold);
}
.nav-tel:hover { color: var(--gold2); }
@media(max-width:580px) { .nav-tel { display: none; } }

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.hero-section {
  max-width: var(--max); margin: 0 auto;
  padding: 88px 24px 80px;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
  min-height: 86vh;
}
.hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.13; font-weight: 400; margin-bottom: 20px;
}
.hero-text h1 strong { display: block; color: var(--gold); font-weight: 700; }
.hero-sub {
  font-size: 1.05rem; color: #bbb;
  max-width: 420px; margin-bottom: 34px;
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 20px;
  padding-top: 24px; border-top: 1px solid var(--border);
}
.ht {
  font-family: Arial, sans-serif; font-size: .72rem;
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted);
}
.ht span { display: block; color: var(--gold); font-size: 1.15rem; font-weight: 900; }
.hero-visual { position: relative; }
.hero-img {
  width: 100%; aspect-ratio: 4/5;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: -16px; left: -16px;
  background: var(--gold); color: var(--black);
  font-family: Arial, sans-serif; font-size: .65rem; font-weight: 900;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 13px 15px; border-radius: var(--r); text-align: center; line-height: 1.4;
  box-shadow: 0 4px 22px rgba(200,169,126,.3);
}
.hero-badge b { font-size: 1.65rem; display: block; line-height: 1; }
@media(max-width:740px) {
  .hero-section { grid-template-columns: 1fr; gap: 32px; min-height: auto; padding: 52px 24px; }
  .hero-visual { order: -1; }
  .hero-img { aspect-ratio: 16/9; }
  .hero-badge { bottom: -12px; left: 12px; }
}

/* ══════════════════════════════════════════════════════════
   TRUST BAR
══════════════════════════════════════════════════════════ */
.trust-bar {
  background: var(--card);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 19px 24px;
}
.trust-bar-in {
  max-width: var(--max); margin: 0 auto;
  display: flex; flex-wrap: wrap;
  justify-content: space-between; align-items: center; gap: 14px;
}
.tp {
  display: flex; align-items: center; gap: 8px;
  font-family: Arial, sans-serif; font-size: .73rem;
  font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted);
}
.tp-i {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(200,169,126,.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: .82rem; flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   STORY SECTIONS (split layout — alternating)
══════════════════════════════════════════════════════════ */
.story-section {
  max-width: var(--max); margin: 0 auto;
  padding: 96px 24px;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 72px;
}
.story-section.flip { direction: rtl; }
.story-section.flip > * { direction: ltr; }
.story-img {
  width: 100%; aspect-ratio: 4/3;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
}
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-text h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.18; margin-bottom: 12px;
}
.story-text .copy p { color: #b8b8b8; margin-bottom: 14px; font-size: 1rem; }
.story-text .copy p:last-child { margin-bottom: 26px; }
.story-text .copy em { color: var(--white); font-style: italic; }
@media(max-width:740px) {
  .story-section { grid-template-columns: 1fr; gap: 32px; padding: 64px 24px; }
  .story-section.flip { direction: ltr; }
}

/* ══════════════════════════════════════════════════════════
   SERVICES
══════════════════════════════════════════════════════════ */
.services-section {
  background: var(--dark);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 80px 0;
}
.section-head { text-align: center; max-width: 540px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); margin-bottom: 10px; }
.section-head p { color: #aaa; font-size: .95rem; }
.svc-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px; background: var(--border);
  border-radius: 8px; overflow: hidden;
}
.svc {
  background: var(--card); padding: 28px 22px;
  transition: background .2s;
}
.svc:hover { background: #1d1d1d; }
.svc-icon { font-size: 1.55rem; margin-bottom: 9px; display: block; }
.svc h3 { font-size: .98rem; margin-bottom: 4px; }
.svc p  { font-size: .8rem; color: var(--muted); line-height: 1.55; }
@media(max-width:780px) { .svc-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:480px) { .svc-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════
   PACKAGES
══════════════════════════════════════════════════════════ */
.packages-section { padding: 88px 0; }
.pkg-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; align-items: stretch;
}
.pkg {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 8px; padding: 30px 22px;
  display: flex; flex-direction: column;
  position: relative; transition: border-color .2s;
}
.pkg:hover { border-color: rgba(200,169,126,.4); }
.pkg.featured { border-color: var(--gold); }
.pop-tag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--black);
  font-family: Arial, sans-serif; font-size: .62rem; font-weight: 900;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 13px; border-radius: 20px; white-space: nowrap;
}
.pkg-tier {
  font-family: Arial, sans-serif; font-size: .63rem;
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 7px;
}
.pkg h3 { font-size: 1.2rem; line-height: 1.2; margin-bottom: 5px; }
.pkg-sub { font-family: Arial, sans-serif; font-size: .8rem; color: var(--muted); margin-bottom: 18px; }
.pkg-div { width: 26px; height: 2px; background: var(--border); margin-bottom: 18px; }
.pkg-list { list-style: none; flex: 1; margin-bottom: 22px; }
.pkg-list li {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: .84rem; color: #b8b8b8;
  padding: 5px 0; border-bottom: 1px solid var(--border);
}
.pkg-list li:last-child { border-bottom: none; }
.ck { color: var(--gold); flex-shrink: 0; margin-top: 3px; font-size: .85rem; }
.pkg-fin { font-family: Arial, sans-serif; font-size: .74rem; color: var(--muted); margin-bottom: 13px; }
.pkg-fin strong { color: #ccc; }
@media(max-width:840px) { .pkg-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } }

/* ══════════════════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════════════════ */
.hiw-section {
  background: var(--dark);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 88px 0;
}
.hiw-grid {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: start; gap: 60px;
}
.hiw-grid h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); margin-bottom: 8px; }
.hiw-grid .sub { color: #aaa; font-size: .94rem; margin-bottom: 40px; }
.step {
  display: flex; gap: 15px; align-items: flex-start;
  margin-bottom: 26px; padding-bottom: 26px;
  border-bottom: 1px solid var(--border);
}
.step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.step-n {
  font-family: Arial, sans-serif; font-size: 2.2rem; font-weight: 900;
  color: rgba(200,169,126,.14); line-height: 1;
  flex-shrink: 0; width: 44px; text-align: right;
}
.step h3 { font-size: .97rem; margin-bottom: 4px; }
.step p  { font-size: .83rem; color: #aaa; }
.hiw-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 8px; padding: 30px 26px; margin-bottom: 16px;
}
.hiw-card:last-child { margin-bottom: 0; }
.q-text { font-size: 1rem; font-style: italic; color: var(--white); line-height: 1.75; margin-bottom: 16px; }
.q-attr { font-family: Arial, sans-serif; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.promise { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--border); }
.promise h4 {
  font-family: Arial, sans-serif; font-size: .64rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px;
}
.promise p { font-size: .83rem; color: #aaa; }
@media(max-width:740px) { .hiw-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ══════════════════════════════════════════════════════════
   PROOF / TESTIMONIALS
══════════════════════════════════════════════════════════ */
.proof-section { padding: 88px 0; }
.proof-grid {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 280px 1fr;
  align-items: start; gap: 60px;
}
.proof-l h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); margin-bottom: 10px; }
.proof-l p  { color: #aaa; font-size: .9rem; }
.proof-l .btn { margin-top: 22px; display: inline-block; }
.proof-cards { display: flex; flex-direction: column; gap: 14px; }
.pc {
  background: var(--card);
  border: 1px solid var(--border); border-left: 3px solid var(--gold);
  border-radius: 8px; padding: 22px 20px 20px;
}
.pc-tag {
  font-family: Arial, sans-serif; font-size: .67rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 7px;
}
.pc-text { font-size: .92rem; font-style: italic; color: var(--white); line-height: 1.72; margin-bottom: 10px; }
.pc-attr { font-family: Arial, sans-serif; font-size: .7rem; color: var(--muted); }
@media(max-width:780px) { .proof-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ══════════════════════════════════════════════════════════
   URGENCY
══════════════════════════════════════════════════════════ */
.urgency-section {
  background: linear-gradient(135deg, #160f06, #1a1709);
  border-top: 1px solid rgba(200,169,126,.18);
  border-bottom: 1px solid rgba(200,169,126,.18);
  padding: 72px 24px; text-align: center;
}
.urgency-section h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); max-width: 680px; margin: 0 auto 14px; }
.urgency-section p  { color: #aaa; max-width: 440px; margin: 0 auto 28px; font-size: .95rem; }
.urgency-note {
  margin-top: 18px;
  font-family: Arial, sans-serif; font-size: .68rem;
  font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted);
}

/* ══════════════════════════════════════════════════════════
   FORM SECTION
══════════════════════════════════════════════════════════ */
.form-section { padding: 88px 24px; max-width: 620px; margin: 0 auto; text-align: center; }
.form-section h2 { font-size: clamp(1.8rem, 2.8vw, 2.3rem); margin-bottom: 8px; }
.form-section p  { color: #aaa; margin-bottom: 30px; font-size: .95rem; }
.form-box {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
}
.form-box iframe { width: 100%; min-height: 560px; border: none; display: block; }

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
#site-footer {
  background: var(--dark);
  border-top: 1px solid var(--border);
  padding: 52px 24px 26px;
}
.footer-in {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 36px;
}
.f-brand .site-logo { display: block; margin-bottom: 10px; font-size: 1.2rem; }
.f-brand p { font-size: .82rem; color: var(--muted); line-height: 1.65; }
.f-col h4 {
  font-family: Arial, sans-serif; font-size: .63rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 11px;
}
.f-col a { display: block; font-size: .82rem; color: var(--muted); margin-bottom: 8px; transition: color .2s; }
.f-col a:hover { color: var(--white); }
.footer-bot {
  max-width: var(--max); margin: 0 auto;
  padding-top: 18px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-family: Arial, sans-serif; font-size: .7rem; color: var(--muted);
}
@media(max-width:680px) {
  .footer-in  { grid-template-columns: 1fr; }
  .footer-bot { flex-direction: column; text-align: center; }
}
