/*
Theme Name: SCC Theme
Theme URI: https://santaclausandcompany.com
Description: Custom theme for Santa Claus & Company
Version: 1.0.0
Author: Herbie
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:      #265c38;
  --green-mid:  #2e6642;
  --green-deep: #1e4230;
  --red:        #8b2020;
  --red-bright: #a52828;
  --gold:       #c9a050;
  --gold-light: #e2c07a;
  --parchment:  #f7f1e6;
  --parchment2: #efe8d8;
  --cream:      #fdfaf5;
  --text:       #1a1a1a;
  --muted:      #5a5a5a;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--parchment); overflow-x: hidden; }

/* ── NAV ── */
nav {
  background: var(--green-deep);
  border-bottom: 2px solid var(--gold);
  padding: 0 60px;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
  position: sticky; top: 0; z-index: 100;
}
.logo-wrap {
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none; gap: 1px;
}
.logo-est { font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; color: #fff; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
}
.logo-rule {
  display: flex; align-items: center; gap: 6px;
  color: var(--gold); font-size: 0.6rem; letter-spacing: 0.2em;
}
.logo-rule::before, .logo-rule::after { content: '—'; }
.svc-img { width: 100%; height: 200px; background-size: cover; background-position: center top; }
.svc-body { padding: 24px 28px 28px; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.83rem; font-weight: 500; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta {
  background: var(--red) !important;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 2px;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  font-size: 0.76rem !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--red-bright) !important; }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('https://santaclausandcompany.com/wp-content/uploads/2026/03/santa-jerry-2.jpg') center 20%/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(21,45,31,0.92) 40%, rgba(21,45,31,0.55) 70%, transparent 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
  padding: 100px 80px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(201,160,80,0.5);
  color: var(--gold-light);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 7px 18px; border-radius: 2px;
  margin-bottom: 28px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5.5vw, 4.4rem);
  color: #fff; line-height: 1.1; font-weight: 700;
  margin-bottom: 22px;
}
.hero h1 span { color: var(--gold); }
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-style: italic;
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px; font-weight: 400;
}
.hero-divider { width: 48px; height: 2px; background: var(--gold); margin: 0 0 36px 0; }
.hero-sub {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem; line-height: 1.8;
  margin-bottom: 44px; max-width: 500px; font-weight: 300;
}
.hero-btns { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-red {
  background: var(--red);
  color: #fff;
  text-decoration: none;
  padding: 16px 36px;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-red:hover { background: var(--red-bright); transform: translateY(-1px); }
.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  padding: 15px 30px;
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 2px;
  transition: border-color 0.2s, color 0.2s;
  display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── TRUST STRIP ── */
.trust-strip {
  background: var(--green);
  border-bottom: 1px solid rgba(201,160,80,0.2);
  padding: 22px 60px;
  display: flex; justify-content: center; gap: 60px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.7); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em;
}
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); display: inline-block; }

/* ── SECTION WRAPPER ── */
.section-wrap { max-width: 1160px; margin: 0 auto; }

/* ── SERVICES ── */
.services-section {
  background: var(--parchment);
  padding: 100px 60px;
  text-align: center;
}
.section-eyebrow {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 10px; display: block;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  color: var(--green-deep); font-weight: 700;
  margin-bottom: 12px; line-height: 1.15;
}
.section-ornament {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin: 16px auto 48px;
  color: var(--gold);
}
.section-ornament::before, .section-ornament::after {
  content: ''; display: block; width: 60px; height: 1px; background: var(--gold);
}
.section-ornament span { font-size: 0.7rem; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0;
}
.svc-card {
  border: 1px solid rgba(28,58,40,0.12);
  border-radius: 3px;
  overflow: hidden;
  background: var(--cream);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  text-align: left;
  cursor: pointer;
}
.svc-card:hover {
  box-shadow: 0 8px 32px rgba(28,58,40,0.1);
  transform: translateY(-4px);
  border-color: var(--gold);
}
.svc-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  height: 100%;
}
.svc-link .svc-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.svc-link .svc-body {
  flex: 1;
}
.svc-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem; color: var(--green-deep);
  font-weight: 700; margin-bottom: 10px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.svc-card p { color: var(--muted); font-size: 0.87rem; line-height: 1.7; }

/* ── SPLIT ABOUT ── */
.about-section {
  display: grid; grid-template-columns: 1fr 1fr;
}
.about-photo-side {
  position: relative; overflow: hidden; min-height: 600px;
}
.about-photo-bg {
  position: absolute; inset: 0;
  background: url('https://santaclausandcompany.com/wp-content/uploads/2026/03/santa-jerry.jpg') center center/cover no-repeat;
}
.about-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--parchment2));
}
.about-stamp {
  position: absolute; bottom: 48px; left: 48px;
  background: var(--green-deep);
  border: 1px solid var(--gold);
  padding: 20px 28px;
  text-align: center;
}
.stamp-year { font-family: 'Playfair Display', serif; font-size: 2.6rem; color: var(--gold); line-height: 1; display: block; }
.stamp-text { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 6px; display: block; }
.about-text-side {
  background: var(--parchment2);
  padding: 90px 64px; display: flex; flex-direction: column; justify-content: center;
}
.about-text-side p {
  color: var(--muted); font-size: 0.93rem; line-height: 1.85;
  margin-bottom: 18px;
}
.about-text-side p:last-of-type { margin-bottom: 32px; }
.about-stats { display: flex; gap: 36px; margin: 28px 0 32px; }
.stat { text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: var(--red); line-height: 1; }
.stat-lbl { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; font-weight: 600; }
.hs-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(28,58,40,0.07); border-radius: 2px;
  padding: 10px 16px; font-size: 0.8rem; color: var(--muted);
  border-left: 3px solid var(--green);
}
.hs-badge a { color: var(--green); font-weight: 600; text-decoration: none; }
.hs-badge a:hover { text-decoration: underline; }

/* ── HOW IT WORKS ── */
.how-section {
  background: var(--green);
  padding: 100px 60px;
}
.how-section .section-eyebrow { color: var(--gold-light); }
.how-section .section-title { color: #fff; }
.how-section .section-ornament { color: var(--gold); }
.how-section .section-ornament::before,
.how-section .section-ornament::after { background: rgba(201,160,80,0.4); }
.how-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: rgba(255,255,255,0.06);
  margin-top: 56px;
}
.how-step {
  background: var(--green);
  padding: 48px 36px;
  text-align: center;
  transition: background 0.2s;
}
.how-step:hover { background: var(--green-mid); }
.how-num {
  width: 52px; height: 52px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; color: var(--gold);
}
.how-step h3 { color: #fff; font-size: 0.95rem; font-weight: 600; margin-bottom: 12px; letter-spacing: 0.03em; }
.how-step p { color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.7; }

/* ── TESTIMONIALS ── */
.testimonials-section {
  background: var(--parchment);
  padding: 100px 60px;
}
.t-layout {
  display: grid; grid-template-columns: 1fr 1.1fr 1fr;
  gap: 36px; align-items: center;
  margin-top: 56px;
}
.t-card {
  background: var(--cream);
  border: 1px solid rgba(28,58,40,0.1);
  border-radius: 3px;
  padding: 40px 32px;
}
.t-open-quote {
  font-family: 'Playfair Display', serif;
  font-size: 4rem; color: var(--gold);
  line-height: 0.6; margin-bottom: 20px; display: block;
}
.t-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: var(--text);
  line-height: 1.7; font-style: italic;
  margin-bottom: 20px;
}
.t-author { font-size: 0.8rem; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; }
.t-author span { display: block; font-weight: 400; color: #999; margin-top: 2px; }
.t-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 3px; margin-bottom: 16px; }
.t-center-photo {
  border-radius: 3px; overflow: hidden;
  aspect-ratio: 3/4;
  background: url('https://santaclausandcompany.com/wp-content/uploads/2026/03/santa-jerry-2.jpg') center 20%/cover no-repeat;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* ── PHOTO GALLERY ── */
.gallery-section {
  background: var(--green-deep);
  padding: 80px 60px;
}
.gallery-section .section-eyebrow { color: var(--gold-light); }
.gallery-section .section-title { color: #fff; text-align: center; }
.gallery-ornament { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 16px auto 48px; color: var(--gold); }
.gallery-ornament::before, .gallery-ornament::after { content: ''; display: block; width: 60px; height: 1px; background: rgba(201,160,80,0.4); }
.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 10px;
}
.gallery-item {
  background-size: cover;
  background-position: center top;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(21,45,31,0.7) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover::after { opacity: 1; }

/* ── LEAD FORM ── */
.form-section {
  background: var(--green-deep);
  padding: 100px 60px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
  max-width: 100%;
}
.form-copy .section-eyebrow { color: var(--gold-light); }
.form-copy .section-title { color: #fff; font-size: 2.2rem; text-align: left; }
.form-copy .section-ornament { justify-content: flex-start; margin-left: 0; }
.form-copy .section-ornament::before { display: none; }
.form-copy p { color: rgba(255,255,255,0.55); font-size: 0.93rem; line-height: 1.8; margin-bottom: 32px; }
.form-trust { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.form-trust li { display: flex; align-items: center; gap: 12px; font-size: 0.87rem; color: rgba(255,255,255,0.65); }
.form-trust li::before {
  content: '✓';
  width: 20px; height: 20px; min-width: 20px;
  background: var(--gold); color: var(--green-deep);
  border-radius: 50%; font-size: 0.65rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.form-box {
  background: var(--parchment);
  border-radius: 3px;
  padding: 48px 44px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}
.form-box-header {
  text-align: center; margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(28,58,40,0.12);
}
.form-box-header .eyebrow { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 8px; display: block; }
.form-box-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem; color: var(--green-deep); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.2;
}
.fg { margin-bottom: 16px; }
.fg label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.fg input, .fg select, .fg textarea {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid rgba(28,58,40,0.15);
  border-radius: 2px;
  font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--text);
  background: var(--cream); transition: border-color 0.2s;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { outline: none; border-color: var(--green); }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit {
  width: 100%; padding: 15px;
  background: var(--red); color: #fff; border: none;
  border-radius: 2px; font-family: 'Inter', sans-serif;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; margin-top: 8px; transition: background 0.2s;
}
.form-submit:hover { background: var(--red-bright); }
.form-footnote { text-align: center; font-size: 0.73rem; color: #aaa; margin-top: 10px; }

/* ── PAGE CONTENT ── */
.page-content {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-content h1, .page-content h2, .page-content h3 {
  font-family: 'Playfair Display', serif;
  color: var(--green-deep);
}
.page-content p { line-height: 1.8; margin-bottom: 1rem; color: var(--muted); }

/* ── FOOTER ── */
footer {
  background: var(--green-deep);
  padding: 72px 60px 32px;
  border-top: 3px solid var(--gold);
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 56px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  color: #fff; font-size: 1.15rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.footer-brand-sub { font-size: 0.65rem; color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; }
.footer-brand-rule { width: 40px; height: 1px; background: var(--gold); margin-bottom: 16px; }
.footer-brand p { font-size: 0.83rem; color: rgba(255,255,255,0.35); line-height: 1.75; max-width: 260px; }
.footer-contact { margin-top: 20px; }
.footer-contact a { display: block; color: rgba(255,255,255,0.4); font-size: 0.82rem; text-decoration: none; margin-bottom: 7px; transition: color 0.2s; }
.footer-contact a:hover { color: var(--gold); }
.fc h4 { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 20px; font-weight: 700; }
.fc ul { list-style: none; }
.fc ul li { margin-bottom: 11px; }
.fc ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.fc ul li a:hover { color: var(--gold-light); }
.footer-est {
  text-align: center;
}
.footer-est-ornament { color: var(--gold); font-size: 0.7rem; display: block; letter-spacing: 0.1em; margin-bottom: 6px; }
.footer-est-year {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; color: #fff;
  line-height: 1; border: 1px solid rgba(201,160,80,0.3);
  padding: 16px 24px; display: inline-block;
}
.footer-est-label { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 8px; display: block; }
.footer-bottom {
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.77rem; color: rgba(255,255,255,0.2); flex-wrap: wrap; gap: 10px;
}
.footer-family a { color: rgba(255,255,255,0.3); text-decoration: none; }
.footer-family a:hover { color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links li:not(:last-child) { display: none; }
  .hero-content { padding: 80px 24px; }
  .trust-strip { padding: 16px 24px; gap: 20px; }
  .services-section, .how-section, .testimonials-section { padding: 72px 24px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .about-section { grid-template-columns: 1fr; }
  .about-photo-side { min-height: 320px; }
  .about-text-side { padding: 56px 28px; }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .t-layout { grid-template-columns: 1fr; }
  .t-center-photo { aspect-ratio: 16/9; max-height: 300px; }
  .form-section { grid-template-columns: 1fr; padding: 72px 24px; gap: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  footer { padding: 48px 24px 24px; }
  .page-content {
    padding: 0;
  }
}