@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Cabin:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
  --cream: #F7F5F0;
  --navy: #0F1E35;
  --navy-mid: #1B2C4E;
  --gold: #C9A96E;
  --gold-light: #F5EDD8;
  --text: #1A1A1A;
  --text-mid: #4B5563;
  --text-light: #9CA3AF;
  --white: #FFFFFF;
  --border: #E2DDD6;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Cabin', sans-serif; background: var(--cream); color: var(--text); -webkit-font-smoothing: antialiased; }

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream); border-bottom: 1px solid var(--border);
  padding: 0 48px; height: 78px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 600; color: var(--navy); text-decoration: none; letter-spacing: 0.02em; display: flex; align-items: center; gap: 11px; }
.nav-logo img { height: 52px; width: auto; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mid); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-cta { background: var(--navy) !important; color: var(--white) !important; padding: 9px 22px; letter-spacing: 0.12em !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }

/* ── BUTTONS ── */
.btn { display: inline-block; font-family: 'Cabin', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; padding: 13px 28px; transition: all 0.22s; cursor: pointer; border: none; }
.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--gold); color: var(--navy); }
.btn-secondary { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-secondary:hover { background: var(--navy); color: var(--white); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-light:hover { background: var(--gold); color: var(--navy); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--navy); color: var(--white); }

/* ── LAYOUT ── */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 48px; }
.section { padding: 88px 48px; max-width: 1100px; margin: 0 auto; }
.section-sm { padding: 60px 48px; max-width: 1100px; margin: 0 auto; }
.section-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-title { font-family: 'Cardo', serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); color: var(--navy); margin-bottom: 16px; line-height: 1.2; }
.section-sub { font-size: 0.975rem; color: var(--text-mid); max-width: 560px; line-height: 1.75; margin-bottom: 44px; }

/* ── HERO ── */
.hero-bg { position: relative; width: 100%; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero-bg-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,20,40,0.72) 0%, rgba(10,20,40,0.35) 100%); }
.hero-bg-content { position: relative; z-index: 1; padding: 100px 48px 88px; max-width: 760px; }
.hero { padding: 100px 48px 88px; max-width: 1100px; margin: 0 auto; }
.hero-label { font-size: 10px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.hero-title { font-family: 'Cardo', serif; font-size: clamp(2.6rem, 5.5vw, 4rem); color: var(--navy); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 26px; max-width: 800px; }
.hero-title em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 1.05rem; color: var(--text-mid); max-width: 520px; line-height: 1.8; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* ── STATS STRIP ── */
.stats-strip { background: var(--navy); padding: 52px 48px; }
.stats-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,0.08); }
.stat:last-child { border-right: none; }
.stat-number { font-family: 'Cardo', serif; font-size: 2.8rem; color: var(--white); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.38); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.service-card { background: var(--white); padding: 36px 32px; border-top: 3px solid var(--gold); }
.service-num { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.service-title { font-family: 'Cardo', serif; font-size: 1.25rem; color: var(--navy); margin-bottom: 12px; }
.service-text { font-size: 0.85rem; color: var(--text-mid); line-height: 1.75; }

/* ── CLIENTS STRIP ── */
.clients-strip { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 32px 48px; }
.clients-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 56px; }
.clients-label { font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-light); white-space: nowrap; }
.clients-names { display: flex; gap: 52px; align-items: center; flex-wrap: wrap; }
.client-name { font-family: 'Cardo', serif; font-size: 1.05rem; color: var(--navy); opacity: 0.5; font-weight: 700; letter-spacing: 0.03em; }

/* ── RESULTS ── */
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.result-card { background: var(--white); padding: 32px 36px; }
.result-client { font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.result-headline { font-family: 'Cardo', serif; font-size: 2.2rem; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.result-sub { font-size: 0.8rem; color: var(--text-light); margin-bottom: 20px; }
.result-list { list-style: none; }
.result-list li { font-size: 0.83rem; color: var(--text-mid); padding: 6px 0; border-bottom: 1px solid var(--border); line-height: 1.5; }
.result-list li:last-child { border-bottom: none; }
.result-list li::before { content: '— '; color: var(--gold); font-weight: 700; }

/* ── PROCESS STRIP ── */
.process-strip { background: var(--navy-mid); padding: 88px 48px; }
.process-strip .section-title { color: var(--white); }
.process-strip .section-sub { color: rgba(255,255,255,0.45); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 40px; }
.process-step { padding: 28px 24px; border-top: 2px solid rgba(201,169,110,0.25); }
.process-step-num { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 14px; }
.process-step-title { font-family: 'Cardo', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 10px; }
.process-step-text { font-size: 0.8rem; color: rgba(255,255,255,0.42); line-height: 1.75; }
.process-cta { margin-top: 44px; }

/* ── TESTIMONIAL ── */
.testimonial-block { max-width: 780px; margin: 0 auto; text-align: center; }
.testimonial-mark { font-family: 'Cardo', serif; font-size: 4rem; color: var(--gold); line-height: 0.6; margin-bottom: 24px; display: block; }
.testimonial-quote { font-family: 'Cardo', serif; font-size: 1.35rem; font-style: italic; color: var(--navy); line-height: 1.6; margin-bottom: 24px; }
.testimonial-author { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); }

/* ── TESTIMONIAL CARDS (testimonials page) ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-bottom: 2px; }
.testimonial-card { background: var(--white); padding: 36px; }
.testimonial-card .testimonial-quote { font-size: 1.05rem; text-align: left; margin-bottom: 20px; }
.testimonial-card .testimonial-author { text-align: left; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.video-placeholder { background: var(--navy); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; }
.video-placeholder-icon { width: 56px; height: 56px; border: 2px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.video-placeholder-label { font-size: 0.72rem; color: rgba(255,255,255,0.3); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 14px; }

/* ── CTA BANNER ── */
.cta-banner { background: var(--gold-light); padding: 88px 48px; text-align: center; border-top: 1px solid var(--border); }
.cta-banner .section-title { max-width: 600px; margin: 0 auto 16px; }
.cta-banner .section-sub { margin: 0 auto 36px; }

/* ── PAGE HERO ── */
.page-hero { background: var(--navy); padding: 80px 48px 72px; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-hero-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.page-hero-title { font-family: 'Cardo', serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--white); line-height: 1.15; margin-bottom: 14px; }
.page-hero-sub { font-size: 0.975rem; color: rgba(255,255,255,0.48); max-width: 520px; line-height: 1.75; }

/* ── PROCESS PAGE STEPS ── */
.process-full { display: flex; flex-direction: column; gap: 2px; }
.process-full-step { background: var(--white); padding: 40px 44px; display: grid; grid-template-columns: 180px 1fr; gap: 40px; align-items: start; }
.process-full-step-num { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.process-full-step-title { font-family: 'Cardo', serif; font-size: 1.3rem; color: var(--navy); margin-bottom: 0; }
.process-full-step-body { font-size: 0.875rem; color: var(--text-mid); line-height: 1.8; }
.process-full-step-list { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.process-full-step-list li { font-size: 0.83rem; color: var(--text-mid); padding-left: 16px; position: relative; line-height: 1.6; }
.process-full-step-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ── ABOUT PAGE ── */
.about-grid { display: grid; grid-template-columns: 480px 1fr; gap: 56px; align-items: start; margin-left: -60px; }
.about-photo { width: 100%; aspect-ratio: 4/5; background: var(--navy-mid); overflow: hidden; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-body p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 20px; }
.about-body p:last-child { margin-bottom: 0; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 2px; }
.about-value { background: var(--white); padding: 28px 30px; border-top: 3px solid var(--gold); }
.about-value-title { font-family: 'Cardo', serif; font-size: 1.05rem; color: var(--navy); margin-bottom: 8px; }
.about-value-text { font-size: 0.82rem; color: var(--text-mid); line-height: 1.7; }

/* ── CONTACT PAGE ── */
.contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; }
.contact-form-wrap { background: var(--white); padding: 44px; }
.contact-info { padding: 8px 0; }
.contact-info-item { margin-bottom: 36px; }
.contact-info-label { font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.contact-info-value { font-family: 'Cardo', serif; font-size: 1.1rem; color: var(--navy); }
.contact-info-sub { font-size: 0.82rem; color: var(--text-mid); margin-top: 4px; line-height: 1.6; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-field label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); }
.form-field input, .form-field select, .form-field textarea { padding: 11px 14px; border: 1px solid var(--border); background: var(--cream); font-family: 'Cabin', sans-serif; font-size: 0.875rem; color: var(--text); outline: none; transition: border-color 0.2s; -webkit-appearance: none; border-radius: 0; width: 100%; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--navy); background: var(--white); }
.form-field textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit { width: 100%; padding: 14px; background: var(--navy); color: var(--white); font-family: 'Cabin', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.22s; border-radius: 0; margin-top: 6px; }
.form-submit:hover { background: var(--gold); color: var(--navy); }

/* ── RESULTS PAGE ── */
.campaign-block { background: var(--white); padding: 40px 44px; margin-bottom: 2px; }
.campaign-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 20px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.campaign-client { font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.campaign-title { font-family: 'Cardo', serif; font-size: 1.5rem; color: var(--navy); }
.campaign-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.campaign-stat-value { font-family: 'Cardo', serif; font-size: 2rem; color: var(--navy); line-height: 1; }
.campaign-stat-label { font-size: 0.7rem; color: var(--text-light); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }
.campaign-body { font-size: 0.875rem; color: var(--text-mid); line-height: 1.8; }
.campaign-img-placeholder { background: var(--cream); border: 1px solid var(--border); height: 200px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: var(--text-light); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 24px; }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 52px 48px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: center; }
.footer-logo { font-family: 'Cardo', serif; font-size: 1.1rem; color: var(--white); font-weight: 700; }
.footer-tagline { font-size: 0.75rem; color: rgba(255,255,255,0.28); margin-top: 4px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 0.72rem; color: rgba(255,255,255,0.38); text-decoration: none; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: 0.7rem; color: rgba(255,255,255,0.2); }

/* ── DIVIDER ── */
.rule { height: 1px; background: var(--border); }
.rule-wrap { max-width: 1100px; margin: 0 auto; padding: 0 48px; }

/* ── HAMBURGER ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.nav-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--navy);
  border-radius: 1px;
  transition: all 0.25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 78px;
  left: 0; right: 0;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 16px 24px 24px;
  z-index: 99;
  flex-direction: column;
  gap: 4px;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu a.nav-cta {
  background: var(--navy);
  color: var(--white) !important;
  text-align: center;
  padding: 13px;
  margin-top: 8px;
  letter-spacing: 0.12em;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav { padding: 0 24px; }
  .nav-hamburger { display: flex; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-links .nav-cta { display: none; }
  .hero, .section, .section-sm { padding-left: 24px; padding-right: 24px; }
  .stats-strip, .clients-strip, .process-strip, .cta-banner, .page-hero, .wrap { padding-left: 24px; padding-right: 24px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .stat { border-right: none; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .stat:nth-child(3), .stat:last-child { border-bottom: none; }
  .services-grid { grid-template-columns: 1fr; gap: 2px; }
  .results-grid { grid-template-columns: 1fr; gap: 2px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .clients-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .about-grid { grid-template-columns: 1fr; margin-left: 0; }
  .about-photo { aspect-ratio: 4/3; }
  .contact-grid { grid-template-columns: 1fr; }
  .process-full-step { grid-template-columns: 1fr; gap: 8px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { flex-wrap: wrap; gap: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .campaign-header { flex-direction: column; }
  .about-values { grid-template-columns: 1fr; }
}
