.elementor-387 .elementor-element.elementor-element-f9c4066{--display:flex;}.elementor-387 .elementor-element.elementor-element-4308bf4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4308bf4 */@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500&display=swap');

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

:root {
  --indigo:       #1C1B2E;
  --indigo-mid:   #2D2B45;
  --violet:       #5B4FCF;
  --gold:         #C9956A;
  --ivory:        #F2EDE4;
  --sand:         #E8DDD0;
  --toast:        #BFB49A;
  --text-muted:   #6B6477;
  --border:       rgba(28, 27, 46, 0.1);
  --white:        #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  background: var(--ivory);
  color: var(--indigo);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

/* NAV */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 6vw;
  background: rgba(242, 237, 228, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  color: var(--indigo);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.nav-logo span { color: var(--gold); }

nav ul { list-style: none; display: flex; gap: 2.5rem; align-items: center; }

nav ul a {
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 400;
  transition: color 0.2s;
}

nav ul a:hover { color: var(--gold); }

/* HERO */
.hero {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 7rem 6vw 3rem;
  background: var(--ivory);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,149,106,0.1) 0%, transparent 70%);
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91,79,207,0.06) 0%, transparent 70%);
}

.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 400;
  color: var(--indigo);
  line-height: 1.05;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.hero-tagline {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--indigo-mid);
  margin-bottom: 3rem;
}

.btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.btn-dark {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  background: var(--indigo);
  color: var(--ivory);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  transition: background 0.2s;
}

.btn-dark:hover { background: var(--gold); }

.btn-outline {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border: 1px solid var(--indigo);
  color: var(--indigo);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s;
}

.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* STATS BAR */
.stats-bar {
  background: var(--indigo);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stat-item {
  padding: 2.5rem 3rem;
  border-right: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}

.stat-item:last-child { border-right: none; }

.stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 3rem;
  color: var(--gold);
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 300;
}

/* SECTIONS */
section { padding: 7rem 6vw; }

.section-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 0.8rem;
  text-align: center;
}

.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--indigo);
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.15;
}

/* ABOUT */
.about { background: var(--ivory); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.about-img {
  aspect-ratio: 4/5;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--toast);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-text p {
  color: var(--text-muted);
  margin-bottom: 1.4rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.85;
}

.about-punch {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold);
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.skill-tag {
  padding: 0.4rem 1rem;
  border: 1px solid var(--border);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 400;
  background: var(--white);
}

/* SERVICES */
.services { background: var(--white); }
.services .section-title { color: var(--indigo); }

.services-intro {
  text-align: center;
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 580px;
  margin: -2.5rem auto 4rem;
  line-height: 1.8;
  font-weight: 300;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto 5rem;
}

.service-card {
  border: 1px solid var(--border);
  padding: 2.5rem;
  background: var(--ivory);
  transition: border-color 0.2s;
}

.service-card:hover { border-color: var(--gold); }

.service-icon {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  display: block;
}

.service-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  color: var(--indigo);
  margin-bottom: 0.8rem;
  font-weight: 400;
}

.service-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1.2rem;
}

.service-deliverables {
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--border);
  padding-top: 1.2rem;
}

.service-deliverables li {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 300;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.3rem;
  letter-spacing: 0.02em;
}

.service-deliverables li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.65rem;
}

/* EXPERIENCE */
.experience { background: var(--indigo); }

.experience .section-eyebrow { color: var(--gold); }
.experience .section-title { color: var(--ivory); }

.exp-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 2px;
}

.exp-featured {
  border: 1px solid rgba(201,149,106,0.3);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2px;
  align-items: start;
}

.exp-period {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
  font-weight: 400;
}

.exp-featured h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.5rem;
  color: var(--ivory);
  margin-bottom: 0.4rem;
  font-weight: 400;
}

.exp-company {
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
  font-weight: 400;
}

.exp-desc {
  font-size: 0.88rem;
  color: rgba(242,237,228,0.5);
  font-weight: 300;
  line-height: 1.85;
}

.exp-bullets {
  list-style: none;
  padding: 0;
  margin-top: 0.8rem;
}

.exp-bullets li {
  font-size: 0.85rem;
  color: rgba(242,237,228,0.45);
  font-weight: 300;
  line-height: 1.7;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.exp-bullets li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.7rem;
}

.exp-metrics {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.metric-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
  color: var(--gold);
  line-height: 1;
  display: block;
}

.metric-label {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.3rem;
}

.exp-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.exp-card {
  border: 1px solid rgba(255,255,255,0.06);
  padding: 2.5rem;
}

.exp-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.25rem;
  color: var(--ivory);
  margin-bottom: 0.3rem;
  font-weight: 400;
}

/* PORTFOLIO */
.portfolio { background: var(--sand); }
.portfolio .section-title { color: var(--indigo); }

.portfolio-inner { max-width: 1100px; margin: 0 auto; }

.case-featured {
  background: var(--white);
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}

.case-visual {
  background: var(--indigo);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
}

.case-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 3rem;
  color: rgba(255,255,255,0.1);
  line-height: 1;
}

.case-badge {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.3rem 0.8rem;
}

.case-content { padding: 2rem; }

.case-category {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.case-content h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.25rem;
  color: var(--indigo);
  margin-bottom: 0.8rem;
  line-height: 1.2;
  font-weight: 400;
}

.case-content p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 0.7rem;
}

.case-metrics {
  display: flex;
  gap: 1.8rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  margin-top: 1rem;
}

.case-metric-num {
  font-family: 'DM Serif Display', serif;
  font-size: 1.5rem;
  color: var(--gold);
  display: block;
  line-height: 1;
}

.case-metric-label {
  font-size: 0.6rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.3rem;
}

.brands-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1rem;
  font-weight: 400;
}

.brands-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 300;
  max-width: 560px;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.brand-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.brand-pill {
  padding: 0.9rem 2rem;
  border: 1px solid var(--border);
  font-family: 'DM Serif Display', serif;
  font-size: 1.05rem;
  color: var(--indigo);
  background: var(--white);
  transition: border-color 0.2s, color 0.2s;
  font-weight: 400;
}

.brand-pill:hover { border-color: var(--gold); color: var(--gold); }

/* CONTACT */
.contact {
  background: var(--indigo);
  text-align: center;
}

.btn-ivory {
  display: inline-block;
  padding: 0.85rem 2rem;
  background: var(--ivory);
  color: var(--indigo);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s;
  margin-top: 2.5rem;
  text-align: center;
}

.btn-ivory:hover { background: var(--gold); color: var(--ivory); }

.contact-right { padding: 4rem; }

.contact-item { margin-bottom: 2rem; }

.contact-item-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.contact-item-value {
  font-family: 'DM Serif Display', serif;
  font-size: 1.05rem;
  color: var(--indigo);
  font-weight: 400;
}

.contact-item-value a {
  color: var(--indigo);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}

.contact-item-value a:hover { color: var(--gold); }

footer {
  padding: 1.8rem 6vw;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ivory);
}

footer p { font-size: 0.75rem; color: var(--text-muted); font-weight: 300; }

@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .stats-bar { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .exp-featured { grid-template-columns: 1fr; }
  .exp-cards { grid-template-columns: 1fr; }
  .case-featured { grid-template-columns: 1fr; }
  .contact-box { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  nav ul { display: none; }
}/* End custom CSS */