.elementor-404 .elementor-element.elementor-element-908df59{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7f1eb07 *//* ─── Reset & base ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:        #0F0D0C;
  --champagne:  #E5DED6;
  --cherry:     #C4364A;
  --satin:      #F5F0EB;
  --merlot:     #3A0D17;
  --red-velvet: #7F0F1C;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--ink);
  color: #fff;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
p { line-height: 1.7; }

/* ─── Typography ─────────────────────────────────────────── */
h1, h2, h3, .font-playfair { font-family: 'Playfair Display', serif; }

h1 { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 700; line-height: 1.2; margin-bottom: 1.25rem; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.8rem); font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; }
h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; }

.italic { font-style: italic; }
.font-semibold { font-weight: 600; }
.text-lg { font-size: 1.125rem; }
.text-xs { font-size: 0.75rem; }

/* ─── Colors ─────────────────────────────────────────────── */
.text-cherry      { color: var(--cherry); }
.text-champagne   { color: var(--champagne); }
.text-white       { color: #fff; }
.text-champagne-70 { color: rgba(229,222,214,.7); }
.text-champagne-60 { color: rgba(229,222,214,.6); }
.text-champagne-40 { color: rgba(229,222,214,.4); }
.text-champagne-30 { color: rgba(229,222,214,.3); }
.text-champagne-20 { color: rgba(229,222,214,.2); }
.text-ink-70      { color: rgba(15,13,12,.7); }
.bg-ink           { background: var(--ink); }
.bg-champagne     { background: var(--champagne); }
.bg-satin         { background: var(--satin); }
.bg-merlot        { background: var(--merlot); }
.text-ink         { color: var(--ink); }

/* ─── Layout helpers ─────────────────────────────────────── */
.container    { max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }
.max-w-3xl    { max-width: 48rem; }
.max-w-xl     { max-width: 36rem; }
.mx-auto      { margin-left: auto; margin-right: auto; }
.section-pad  { padding: 5rem 0; }
.mt-10        { margin-top: 2.5rem; }
.mt-8         { margin-top: 2rem; }
.mb-16        { margin-bottom: 4rem; }
.mb-12        { margin-bottom: 3rem; }
.mb-6         { margin-bottom: 1.5rem; }
.mb-2         { margin-bottom: .5rem; }
.mt-3         { margin-top: .75rem; }
.gap-12       { gap: 3rem; }
.text-center  { text-align: center; }
.pos-relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.items-center { align-items: center; }
.w-full       { width: 100%; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.text-col { display: flex; flex-direction: column; gap: 1.25rem; color: rgba(15,13,12,.8); }
.text-col.text-champagne-70 { color: rgba(229,222,214,.7); }

/* ─── Label ──────────────────────────────────────────────── */
.label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}

/* ─── Gradient text ──────────────────────────────────────── */
.gradient-text {
  background: linear-gradient(135deg, #7F0F1C 0%, #c4364a 30%, #f4a0ab 50%, #c4364a 70%, #7F0F1C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── Buttons ────────────────────────────────────────────── */
.btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  padding: .875rem 2rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--champagne);
  border: 1px solid rgba(229,222,214,.6);
  border-radius: 9999px;
  background: rgba(229,222,214,.05);
  transition: all .3s;
}
.btn-outline:hover {
  color: #fff;
  border-color: var(--champagne);
  background: rgba(229,222,214,.1);
  transform: scale(1.05);
}

.btn-cherry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  color: #fff;
  background: var(--cherry);
  border-radius: .25rem;
  transition: background .2s;
}
.btn-cherry:hover { background: rgba(196,54,74,.8); }

.btn-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  color: #fff;
  background: var(--ink);
  border-radius: .25rem;
  transition: background .2s;
}
.btn-ink:hover { background: rgba(15,13,12,.85); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  color: var(--champagne);
  border: 1px solid rgba(229,222,214,.3);
  border-radius: .25rem;
  background: rgba(255,255,255,.1);
  transition: all .2s;
}
.btn-ghost:hover {
  background: rgba(255,255,255,.2);
  border-color: rgba(229,222,214,.5);
}

.btn-champagne {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .875rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink);
  background: linear-gradient(to right, var(--champagne), rgba(229,222,214,.9));
  border-radius: .25rem;
  transition: all .2s;
}
.btn-champagne:hover {
  background: linear-gradient(to right, #fff, var(--champagne));
  transform: scale(1.02);
}

/* ─── Nav ────────────────────────────────────────────────── */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(15,13,12,.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.nav-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo { height: 2rem; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links button {
  font-size: .875rem;
  color: rgba(229,222,214,.8);
  transition: color .2s;
}
.nav-links button:hover { color: #fff; }

.menu-toggle {
  display: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(15,13,12,.95);
  border-top: 1px solid rgba(255,255,255,.05);
}
.nav-mobile button {
  text-align: left;
  font-size: 1rem;
  color: rgba(229,222,214,.8);
  transition: color .2s;
}
.nav-mobile button:hover { color: #fff; }
.nav-mobile.open { display: flex; }

/* ─── Hero ───────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 5rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--ink), rgba(15,13,12,.6), var(--ink));
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.hero-logo {
  height: 3.5rem;
  width: auto;
  margin: 0 auto 2.5rem;
  opacity: .9;
}

.hero-content h1 { color: #fff; }

.hero-content p {
  font-size: clamp(.875rem, 2vw, 1.125rem);
  color: rgba(229,222,214,.7);
  max-width: 36rem;
  margin: 0 auto 5rem;
  line-height: 1.7;
}

.hero-scroll-btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(229,222,214,.5);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ─── Section backgrounds ────────────────────────────────── */
.section-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .1;
}

/* ─── Pillars ────────────────────────────────────────────── */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}

.pillar-card {
  background: rgba(58,13,23,.3);
  border: 1px solid rgba(229,222,214,.1);
  border-radius: .5rem;
  padding: 1.25rem;
  text-align: center;
  transition: all .3s;
}
.pillar-card:hover {
  background: rgba(58,13,23,.5);
  border-color: rgba(229,222,214,.25);
}

.pillar-letter {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--champagne);
  margin-bottom: .5rem;
}

.pillar-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: .5rem;
}

.pillar-card p {
  color: rgba(229,222,214,.6);
  font-size: .75rem;
  line-height: 1.6;
}

/* ─── Service Cards ──────────────────────────────────────── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.card {
  border-radius: .75rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,.2); }

.card h3 { margin-bottom: 0; }
.card p  { flex: 1; font-size: .875rem; line-height: 1.7; }

.card-white { background: #fff; color: var(--ink); border: 1px solid rgba(15,13,12,.05); box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.card-satin { background: var(--satin); color: var(--ink); border: 1px solid rgba(196,54,74,.1); box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.card-ink   { background: var(--ink); color: #fff; border: 1px solid rgba(229,222,214,.15); position: relative; overflow: hidden; }
.card-premium { position: relative; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.4); }

.card-accent-corner {
  position: absolute;
  top: 0; right: 0;
  width: 8rem; height: 8rem;
  background: radial-gradient(circle at top right, rgba(196,54,74,.2), transparent 70%);
  border-radius: 0 0 0 100%;
}

.card-premium-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ink), var(--merlot), var(--ink));
  border-radius: .75rem;
}

.card-premium-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.75rem;
}
.card-premium-content h3 { color: #fff; margin-bottom: 0; }
.card-premium-content p  { flex: 1; font-size: .875rem; line-height: 1.7; }

.card-subtitle {
  display: block;
  color: rgba(229,222,214,.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: .25rem;
  font-family: inherit;
}

/* ─── Badges ─────────────────────────────────────────────── */
.badge {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .375rem .75rem;
  border-radius: 9999px;
}

.badge-green    { background: #dcfce7; color: #15803d; }
.badge-cherry   { background: rgba(196,54,74,.1); color: var(--cherry); }
.badge-champagne { background: rgba(229,222,214,.1); color: var(--champagne); border: 1px solid rgba(229,222,214,.2); }
.badge-champagne-subtle { background: rgba(229,222,214,.2); color: var(--champagne); border: 1px solid rgba(229,222,214,.3); }

/* ─── Diamond section ────────────────────────────────────── */
.diamond-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .2;
}

.diamond-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--merlot), rgba(58,13,23,.9), rgba(58,13,23,.7));
}

.diamond-img-wrap { display: flex; justify-content: center; }

.diamond-img {
  width: 16rem;
  height: auto;
  filter: drop-shadow(0 0 40px rgba(229,222,214,.3));
}

/* ─── Audience list ──────────────────────────────────────── */
.audience-list { display: flex; flex-direction: column; gap: 1rem; }

.audience-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border-radius: .5rem;
  padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}
.audience-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.audience-item p { color: rgba(15,13,12,.8); font-size: .9375rem; }

.dot {
  flex-shrink: 0;
  margin-top: .5rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--cherry);
}

/* ─── Founder ────────────────────────────────────────────── */
.founder-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 3rem;
  align-items: center;
}

.founder-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.founder-glow {
  position: absolute;
  inset: -12px;
  background: rgba(229,222,214,.1);
  border-radius: 1rem;
  filter: blur(16px);
}

.founder-img {
  position: relative;
  width: 18rem;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}

.founder-text h2 { color: #fff; }

/* ─── CTA / Contact ──────────────────────────────────────── */
.cta-section { background: var(--red-velvet); }

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--red-velvet), var(--merlot), var(--ink));
  opacity: .9;
}

.diamond-icon {
  display: block;
  margin: 0 auto 1.5rem;
  color: var(--champagne);
}

.contact-form {
  background: rgba(15,13,12,.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  padding: 2.5rem;
  max-width: 32rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-field { display: flex; flex-direction: column; gap: .5rem; }

.form-field label {
  font-size: .875rem;
  color: rgba(229,222,214,.6);
}

.form-field input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(229,222,214,.2);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  padding: .75rem .25rem;
  outline: none;
  transition: border-color .2s;
}
.form-field input::placeholder { color: rgba(229,222,214,.3); }
.form-field input:focus { border-bottom-color: var(--champagne); }

/* ─── Footer ─────────────────────────────────────────────── */
.footer-border { border-top: 1px solid rgba(255,255,255,.05); }
.footer-pad    { padding: 3rem 0; }
.footer-logo   { height: 2.5rem; width: auto; margin: 0 auto 1.5rem; opacity: .7; }
.footer-divider { margin: 2rem auto 1.5rem; border-top: 1px solid rgba(255,255,255,.05); }

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .pillars-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .section-pad { padding: 4rem 0; }

  .nav-links  { display: none; }
  .menu-toggle { display: block; }

  .grid-2       { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-img  { width: 100%; max-width: 18rem; }

  .cards-grid   { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }

  .hero-logo { height: 2.5rem; }

  .diamond-img { width: 12rem; }
}

@media (max-width: 480px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .contact-form { padding: 1.5rem; }
}/* End custom CSS */