.elementor-5529 .elementor-element.elementor-element-8b6ddc3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-943aed5 */<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ivory: #FAF8F2;
  --black: #0E0C09;
  --charcoal: #1A1814;
  --emerald: #C9A84C;
  --emerald-mid: #E0B84E;
  --emerald-light: #F5E6C0;
  --emerald-pale: #FAF3E0;
  --gold: #C9A84C;
  --gold-light: #F5E6C0;
  --warm-mid: #6B6560;
  --border-soft: rgba(201,168,76,0.2);
  --border-em: rgba(201,168,76,0.2);
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--ivory); color: var(--black); font-size: 16px; line-height: 1.7; overflow-x: hidden; }


/* ---------- HERO ---------- */
.hero {
  min-height: 100vh; padding-top: 68px;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  background: var(--charcoal);
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 70% 50%, rgba(201,168,76,0.12) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(201,168,76,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}
.hero-left { padding: 6rem 3rem 6rem 5vw; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--emerald-light); font-weight: 500; margin-bottom: 1.5rem;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--emerald-mid); }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  color: #fff; line-height: 1.08; font-weight: 400;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.9s ease both;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  color: rgba(255,255,255,0.6); font-size: 17px; font-weight: 300;
  max-width: 480px; margin-bottom: 2.5rem; line-height: 1.8;
  animation: fadeUp 0.9s 0.15s ease both;
}
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; animation: fadeUp 0.9s 0.25s ease both; }
.btn-primary {
  background: var(--gold); color: var(--black); border: none;
  padding: 14px 30px; font-size: 14px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; text-decoration: none; border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: #e0b84e; transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.25); padding: 14px 30px;
  font-size: 14px; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; text-decoration: none; border-radius: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-trust { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.6; animation: fadeUp 0.9s 0.35s ease both; }
.hero-trust strong { color: rgba(255,255,255,0.55); font-weight: 400; }

.hero-right {
  position: relative; height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-photo-wrap {
  width: 100%; height: 100%; position: relative;
}
.hero-photo-wrap img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  filter: brightness(0.85) contrast(1.05);
}
.hero-photo-wrap::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--charcoal) 0%, transparent 30%),
              linear-gradient(to top, rgba(14,12,9,0.6) 0%, transparent 40%);
}
.hero-badge {
  position: absolute; bottom: 2.5rem; left: 2rem; z-index: 2;
  background: rgba(14,12,9,0.85); border: 1px solid var(--gold);
  padding: 1rem 1.25rem; backdrop-filter: blur(8px);
  animation: fadeUp 1s 0.5s ease both;
}
.hero-badge-num { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold); display: block; line-height: 1; }
.hero-badge-label { font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.12em; margin-top: 4px; display: block; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- WHO I HELP ---------- */
.who-section { background: var(--ivory); padding: 90px 5vw; }
.section-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #8C6A1A; font-weight: 600; margin-bottom: 0.75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.15; font-weight: 400; margin-bottom: 1rem; }
.section-title em { font-style: italic; color: var(--gold); }
.who-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px; margin-top: 3rem;
  border: 1px solid var(--border-soft); background: var(--border-soft);
}
.who-item {
  background: var(--ivory); padding: 2rem 1.5rem;
  transition: background 0.25s;
  cursor: default;
}
.who-item:hover { background: var(--gold-light); }
.who-icon { font-size: 1.5rem; margin-bottom: 0.75rem; }
.who-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--black); margin-bottom: 0.4rem; }
.who-desc { font-size: 13px; color: var(--warm-mid); line-height: 1.6; }

/* ---------- POSITIONING / STRATEGY ---------- */
.positioning-section {
  background: var(--charcoal);
  padding: 100px 5vw;
  position: relative; overflow: hidden;
}
.positioning-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(201,168,76,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.pos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1200px; margin: 0 auto; }
.pos-eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); font-weight: 500; margin-bottom: 1rem; }
.pos-headline { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.8vw, 2.8rem); color: #fff; line-height: 1.15; margin-bottom: 1.5rem; font-weight: 400; }
.pos-headline em { font-style: italic; color: var(--gold); }
.pos-body { color: rgba(255,255,255,0.65); font-size: 16px; line-height: 1.85; font-weight: 300; }
.pos-body p { margin-bottom: 1rem; }
.pos-body strong { color: rgba(255,255,255,0.85); font-weight: 500; }
.pos-body .highlight { color: var(--emerald-light); font-style: italic; font-size: 15px; margin-top: 1.25rem; border-left: 2px solid var(--emerald-mid); padding-left: 1rem; }

.stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-card {
  padding: 1.75rem;
  border: 1px solid rgba(201,168,76,0.2);
  position: relative; overflow: hidden;
  transition: border-color 0.3s, transform 0.2s;
}
.stat-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.stat-card:nth-child(1) { background: rgba(201,168,76,0.1); }
.stat-card:nth-child(2) { background: rgba(201,168,76,0.06); }
.stat-card:nth-child(3) { background: rgba(201,168,76,0.06); }
.stat-card:nth-child(4) { background: rgba(201,168,76,0.1); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 0.4rem; }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* ---------- AS SEEN IN ---------- */
.media-section { background: var(--black); padding: 60px 5vw; overflow: hidden; }
.media-label { text-align: center; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 2.5rem; }
.ticker-wrap { overflow: hidden; position: relative; }
.ticker-wrap::before, .ticker-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2;
}
.ticker-wrap::before { left: 0; background: linear-gradient(to right, var(--black), transparent); }
.ticker-wrap::after { right: 0; background: linear-gradient(to left, var(--black), transparent); }
.ticker { display: flex; gap: 3.5rem; animation: scroll 22s linear infinite; white-space: nowrap; }
.ticker-item {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; color: rgba(255,255,255,0.35);
  letter-spacing: 0.02em; flex-shrink: 0;
  transition: color 0.3s; cursor: default;
  display: flex; align-items: center; gap: 3.5rem;
}
.ticker-item:hover { color: var(--gold); }
.ticker-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: 0.4; flex-shrink: 0; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- SERVICES ---------- */
.services-section { background: var(--ivory); padding: 100px 5vw; }
.services-intro { max-width: 640px; margin-bottom: 3.5rem; }
.services-intro p { color: var(--warm-mid); font-size: 17px; font-weight: 300; line-height: 1.8; margin-top: 0.75rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5px; background: var(--border-em); }
.service-card {
  background: var(--ivory); padding: 2.5rem;
  position: relative; overflow: hidden;
  transition: background 0.3s, transform 0.2s;
}
.service-card::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--gold); transform: scaleY(0); transform-origin: bottom;
  transition: transform 0.35s ease;
}
.service-card:hover { background: #fff; transform: translateY(-2px); }
.service-card:hover::before { transform: scaleY(1); }
.service-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--gold-light); font-weight: 700; line-height: 1; margin-bottom: 1rem; }
.service-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--black); margin-bottom: 0.75rem; line-height: 1.3; }
.service-desc { font-size: 14px; color: var(--warm-mid); line-height: 1.75; }
.service-tag { display: inline-block; margin-top: 1.25rem; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #8C6A1A; font-weight: 500; }

/* ---------- THE DIFFERENCE (dark) ---------- */
.difference-section {
  background: var(--charcoal);
  padding: 100px 5vw;
  position: relative; overflow: hidden;
}
.difference-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 70% at 30% 50%, rgba(0,0,0,0.2) 0%, transparent 70%);
}
.diff-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.diff-eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); font-weight: 500; margin-bottom: 1.25rem; }
.diff-headline { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.5rem); color: #fff; line-height: 1.15; font-weight: 400; margin-bottom: 2rem; }
.diff-headline em { font-style: italic; color: var(--gold-light); }
.diff-body { color: rgba(255,255,255,0.75); font-size: 17px; line-height: 1.85; font-weight: 300; max-width: 640px; margin: 0 auto 2.5rem; }
.diff-body p { margin-bottom: 1rem; }
.diff-closer { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.2rem; color: rgba(255,255,255,0.9); }

/* ---------- MEDIA GALLERY ---------- */
.gallery-section { background: var(--black); padding: 100px 5vw; }
.gallery-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.gallery-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); color: #fff; margin-bottom: 3rem; font-weight: 400; }
.gallery-title em { font-style: italic; color: var(--gold); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}
.gallery-item {
  position: relative; overflow: hidden; background: #1a1a18;
  border: 1px solid rgba(255,255,255,0.06);
}
.gallery-item:first-child { grid-column: span 2; }
.gallery-item img { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform 0.5s, filter 0.4s; filter: brightness(0.8) grayscale(0.2); }
.gallery-item:first-child img { height: 400px; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(0.95) grayscale(0); }
.gallery-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.25rem;
  background: linear-gradient(to top, rgba(14,12,9,0.9) 0%, transparent 100%);
  transform: translateY(10px); opacity: 0; transition: opacity 0.3s, transform 0.3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; transform: translateY(0); }
.gallery-outlet { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.gallery-cap { font-size: 13px; color: rgba(255,255,255,0.8); }

/* ---------- ABOUT ---------- */
.about-section { background: var(--ivory); padding: 100px 5vw; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; max-width: 1200px; margin: 0 auto; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; display: block; }
.about-img-accent {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  width: 200px; padding: 1.5rem;
  background: var(--black); color: #fff; border: 1px solid var(--gold);
  font-family: 'Playfair Display', serif;
}
.about-img-accent span { font-size: 2rem; display: block; line-height: 1; }
.about-img-accent small { font-size: 12px; opacity: 0.75; font-family: 'DM Sans', sans-serif; letter-spacing: 0.08em; text-transform: uppercase; }
.about-content { padding: 1rem 0; }
.about-content p { color: var(--warm-mid); font-size: 16px; line-height: 1.85; margin-bottom: 1.25rem; font-weight: 300; }
.about-content p strong { color: var(--black); font-weight: 500; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
.about-tag {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 12px; border: 1px solid var(--border-soft);
  color: var(--gold); font-weight: 500;
  transition: background 0.2s;
}
.about-tag:hover { background: var(--gold-light); }

/* ---------- TESTIMONIALS ---------- */
.testimonials-section { background: var(--charcoal); padding: 100px 5vw; }
.test-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.test-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); color: #fff; margin-bottom: 3rem; font-weight: 400; }
.test-title em { font-style: italic; color: var(--gold); }
.testimonials-track { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; -ms-overflow-style: none; scrollbar-width: none; }
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonial-card {
  flex-shrink: 0; width: 360px; scroll-snap-align: start;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  padding: 2rem; position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 4rem; color: var(--gold); opacity: 0.3;
  position: absolute; top: 0.5rem; right: 1.25rem;
  line-height: 1;
}
.test-quote { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: rgba(255,255,255,0.85); line-height: 1.6; font-style: italic; margin-bottom: 1.5rem; }
.test-source { font-size: 12px; color: rgba(255,255,255,0.4); letter-spacing: 0.06em; text-transform: uppercase; }
.test-source strong { color: var(--gold); display: block; font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; margin-bottom: 2px; }
.test-nav { display: flex; gap: 0.75rem; margin-top: 2rem; }
.test-btn {
  width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.15);
  background: transparent; color: rgba(255,255,255,0.5); cursor: pointer;
  font-size: 16px; display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s, color 0.2s;
}
.test-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- CTA ---------- */
.cta-section {
  background: var(--ivory); padding: 120px 5vw;
  text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(201,168,76,0.08) 0%, transparent 65%);
}
.cta-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #8C6A1A; font-weight: 600; margin-bottom: 1rem; }
.cta-headline { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 3.8rem); color: var(--black); line-height: 1.12; margin-bottom: 1.25rem; font-weight: 400; }
.cta-headline em { font-style: italic; color: var(--gold); }
.cta-sub { color: var(--warm-mid); font-size: 17px; font-weight: 300; max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.8; }
.cta-email { font-size: 14px; color: var(--warm-mid); margin-top: 1rem; }
.cta-email a { color: #8C6A1A; text-decoration: none; font-weight: 500; }
.cta-email a:hover { text-decoration: underline; }

/* ---------- FOOTER ---------- */
footer {
  background: var(--black); padding: 3rem 5vw;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.footer-inner {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem;
  margin-bottom: 3rem; align-items: start;
}
.footer-brand .nav-logo { font-size: 20px; }
.footer-bio { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.7; margin-top: 0.75rem; max-width: 280px; }
.footer-head { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.social-links { display: flex; gap: 1rem; margin-top: 1rem; }
.social-links a {
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px;
  transition: border-color 0.2s, color 0.2s;
}
.social-links a:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }

/* ---------- NEWSLETTER ---------- */
.newsletter-form { display: flex; gap: 8px; margin-top: 1rem; }
.newsletter-form input {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  padding: 10px 14px; font-family: 'DM Sans', sans-serif; font-size: 13px;
  color: #fff; outline: none; flex: 1; border-radius: 0;
  transition: border-color 0.2s;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.3); }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button {
  background: var(--gold); color: var(--black); border: none;
  padding: 10px 16px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer;
  transition: background 0.2s;
}
.newsletter-form button:hover { background: #e0b84e; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { height: 50vw; }
  .hero-left { padding: 6rem 2rem 3rem; }
  .pos-grid, .about-grid, .footer-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:first-child { grid-column: span 2; }
  .about-img-accent { display: none; }
  nav { padding: 0 1.25rem; }
  .nav-links { display: none; }
  section { padding: 60px 1.25rem; }
  .hero-left { padding: 80px 1.25rem 2.5rem; }
}
@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item:first-child { grid-column: span 1; }
  .stat-cards { grid-template-columns: 1fr; }
  .hero-stats-row { flex-direction: column; gap: 1rem; }
}
</style>/* End custom CSS */