/* ==========================================================================
   Contact Page — Cool Lavender-Slate Edition
   Unique palette: dusty lavender + cool slate — unused across entire site.
   ========================================================================== */
   
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Caveat:wght@500;600;700&display=swap');
   
/* ================================
   FORCE TRUE FULL WIDTH
================================ */

/* Remove theme container width */
.site,
.site-content,
.content-area,
.ast-container,
.container,
.row,
.entry-content,
.page-content,
.elementor-section-wrap,
.elementor-container,
.wp-block-group,
.wp-site-blocks {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove default page spacing */
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Your wrapper */
.ct-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}


:root {
  /* Deep cool darks — slate with a hint of violet */
  --ct-ink: #1e1d2b;
  --ct-deep: #2a2938;
  --ct-slate: #3b3a4d;
  /* Mid tones — cool dusty purples */
  --ct-plum: #5e5b73;
  --ct-dusk: #7d7a92;
  --ct-haze: #9e9bb2;
  /* Light neutrals — lavender tints */
  --ct-mist: #c5c2d4;
  --ct-cloud: #dddbe8;
  --ct-frost: #edecf3;
  --ct-snow: #f6f5fa;
  --ct-white: #ffffff;
  /* Accent — muted rose-mauve */
  --ct-rose: #a3879a;
  --ct-rose-light: #c4a8b9;
  --ct-rose-soft: #f0e7ed;
  /* Borders & shadows */
  --ct-border: #e2e0ec;
  --ct-border-dark: #d0cede;
  --ct-shadow-sm: 0 1px 3px rgba(30,29,43,.06);
  --ct-shadow-md: 0 8px 24px rgba(30,29,43,.08);
  --ct-shadow-lg: 0 20px 50px rgba(30,29,43,.12);
  /* Motion */
  --ct-ease: cubic-bezier(.16, 1, .3, 1);
  --ct-ease-out: cubic-bezier(.22, .61, .36, 1);
  --ct-container: 1200px;
  --ct-radius: 16px;
  --ct-radius-sm: 10px;
}

/* === RESET === */
.ct-page, .ct-page * { margin: 0; padding: 0; box-sizing: border-box }
.ct-page a { text-decoration: none; color: inherit }
.ct-page img { max-width: 100%; display: block }
.ct-page button { font-family: inherit; cursor: pointer }
.entry-content:has(.ct-page), .elementor-widget-container:has(.ct-page) { max-width: 100% !important; padding: 0 !important; width: 100% !important }
.ct-page {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ct-plum);
  background: var(--ct-snow);
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.ct-wrap { max-width: var(--ct-container); margin: 0 auto; padding: 0 40px }
.ct-fw { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw }

/* === REVEAL ANIMATIONS === */
.ct-anim {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .8s var(--ct-ease), transform .8s var(--ct-ease);
}
.ct-anim.vis { opacity: 1; transform: none }
.ct-anim[data-delay="1"] { transition-delay: .1s }
.ct-anim[data-delay="2"] { transition-delay: .2s }
.ct-anim[data-delay="3"] { transition-delay: .3s }
.ct-anim[data-delay="4"] { transition-delay: .4s }

/* Stagger children */
.ct-stagger .ct-anim:nth-child(1) { transition-delay: 0s }
.ct-stagger .ct-anim:nth-child(2) { transition-delay: .1s }
.ct-stagger .ct-anim:nth-child(3) { transition-delay: .15s }
.ct-stagger .ct-anim:nth-child(4) { transition-delay: .2s }

/* ═══════════════════════════════════════════
   1. HERO — TYPOGRAPHIC HERO WITH IMAGE OVERLAY
   ═══════════════════════════════════════════ */
.ct-hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px 40px 100px;

  /* Background image + overlay */
  background:
    linear-gradient(
      160deg,
      rgba(10, 15, 25, 0.78) 0%,
      rgba(18, 25, 38, 0.72) 40%,
      rgba(30, 41, 59, 0.78) 100%
    ),
    url('images/contact-bg.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Grain overlay */
.ct-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

/* Floating deco circles */
.ct-hero__deco {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.04);
  z-index: 0;
}
.ct-hero__deco--1 { width: 500px; height: 500px; top: -120px; right: -100px; animation: ctDrift 18s ease-in-out infinite }
.ct-hero__deco--2 { width: 300px; height: 300px; bottom: -60px; left: -60px; animation: ctDrift 14s ease-in-out infinite reverse }
.ct-hero__deco--3 { width: 180px; height: 180px; top: 35%; left: 12%; border-color: rgba(163,135,154,.08); animation: ctDrift 11s ease-in-out infinite 2s }

.ct-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.ct-hero__handwritten {
  font-family: 'Caveat', cursive;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  color: var(--ct-rose-light);
  margin-bottom: 16px;
  animation: ctUp .7s ease-out .2s both;
}

.ct-hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--ct-white);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 24px;
  animation: ctUp .7s ease-out .35s both;
}
.ct-hero__title em {
  font-style: italic;
  color: var(--ct-mist);
}

.ct-hero__sub {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(255,255,255,.55);
  max-width: 520px;
  margin: 0 auto 44px;
  line-height: 1.75;
  animation: ctUp .7s ease-out .5s both;
}

.ct-hero__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.15);
  background: none;
  color: rgba(255,255,255,.4);
  animation: ctUp .7s ease-out .65s both, ctBounce 2.5s ease-in-out infinite 1.5s;
  transition: border-color .3s, color .3s;
}
.ct-hero__arrow:hover { border-color: rgba(255,255,255,.35); color: rgba(255,255,255,.7) }
.ct-hero__arrow svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.5; fill: none }

/* ═══════════════════════════════════════════
   2. CONTACT INFO CARDS
   ═══════════════════════════════════════════ */
.ct-info { padding: 100px 0; background: var(--ct-snow) }
.ct-info__header { text-align: center; margin-bottom: 64px }

.ct-tag {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ct-rose);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ct-tag::before, .ct-tag::after {
  content: '';
  width: 28px;
  height: 1.5px;
  background: var(--ct-rose);
  opacity: .4;
}

.ct-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--ct-ink);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -.5px;
}

.ct-p {
  font-size: 1rem;
  color: var(--ct-dusk);
  line-height: 1.8;
  max-width: 540px;
  margin: 0 auto;
}

.ct-info__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ct-info__card {
  background: var(--ct-white);
  border-radius: var(--ct-radius);
  padding: 40px 28px;
  text-align: center;
  border: 1px solid var(--ct-border);
  position: relative;
  overflow: hidden;
  transition: all .5s var(--ct-ease);
}
.ct-info__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ct-rose), var(--ct-mist));
  transform: scaleX(0);
  transition: transform .5s var(--ct-ease);
}
.ct-info__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ct-shadow-lg);
  border-color: var(--ct-border-dark);
}
.ct-info__card:hover::before { transform: scaleX(1) }

.ct-info__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--ct-rose-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--ct-rose);
  transition: all .4s var(--ct-ease);
}
.ct-info__card:hover .ct-info__icon {
  background: var(--ct-slate);
  color: var(--ct-white);
  transform: scale(1.08);
}
.ct-info__icon svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.6; fill: none }

.ct-info__card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ct-ink);
  margin-bottom: 8px;
}
.ct-info__card-text {
  font-size: .9rem;
  color: var(--ct-dusk);
  line-height: 1.7;
}
.ct-info__card-text a {
  color: var(--ct-rose);
  font-weight: 500;
  transition: color .3s;
}
.ct-info__card-text a:hover { color: var(--ct-ink) }

/* ═══════════════════════════════════════════
   3. CONTACT FORM + MAP SPLIT
   ═══════════════════════════════════════════ */
.ct-form-section {
  padding: 100px 0;
  background: var(--ct-frost);
}
.ct-form__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Left — Form */
.ct-form__left .ct-tag { justify-content: flex-start }
.ct-form__left .ct-tag::after { display: none }

.ct-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.ct-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ct-form__group { display: flex; flex-direction: column; gap: 6px }
.ct-form__label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ct-dusk);
}
.ct-form__input,
.ct-form__textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--ct-border);
  border-radius: var(--ct-radius-sm);
  background: var(--ct-white);
  font-family: inherit;
  font-size: .95rem;
  color: var(--ct-ink);
  transition: border-color .3s, box-shadow .3s;
  outline: none;
}
.ct-form__input::placeholder,
.ct-form__textarea::placeholder {
  color: var(--ct-mist);
}
.ct-form__input:focus,
.ct-form__textarea:focus {
  border-color: var(--ct-rose);
  box-shadow: 0 0 0 3px rgba(163,135,154,.12);
}
.ct-form__textarea {
  resize: vertical;
  min-height: 140px;
}

.ct-form__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: var(--ct-ink);
  color: var(--ct-white);
  border: none;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all .4s var(--ct-ease);
  box-shadow: var(--ct-shadow-md);
  align-self: flex-start;
}
.ct-form__btn:hover {
  background: var(--ct-slate);
  transform: translateY(-2px);
  box-shadow: var(--ct-shadow-lg);
}
.ct-form__btn svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; transition: transform .3s }
.ct-form__btn:hover svg { transform: translateX(4px) }

/* Right — Map & Info */
.ct-map-wrapper {
  border-radius: var(--ct-radius);
  overflow: hidden;
  border: 1px solid var(--ct-border);
  box-shadow: var(--ct-shadow-md);
  height: 320px;
  margin-bottom: 28px;
  position: relative;
  background: var(--ct-frost);
}
.ct-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.35) contrast(1.05);
  transition: filter .5s;
}
.ct-map-wrapper:hover iframe { filter: grayscale(0) }

.ct-office-card {
  background: var(--ct-white);
  border-radius: var(--ct-radius);
  padding: 32px;
  border: 1px solid var(--ct-border);
  transition: all .5s var(--ct-ease);
}
.ct-office-card:hover {
  box-shadow: var(--ct-shadow-md);
  transform: translateY(-3px);
}
.ct-office-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ct-ink);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct-office-card__title svg { width: 20px; height: 20px; stroke: var(--ct-rose); stroke-width: 1.6; fill: none }

.ct-office-card__detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ct-border);
  font-size: .9rem;
  color: var(--ct-plum);
}
.ct-office-card__detail:last-child { border-bottom: none }
.ct-office-card__detail svg {
  width: 18px; height: 18px;
  stroke: var(--ct-dusk);
  stroke-width: 1.5; fill: none;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ═══════════════════════════════════════════
   4. FAQ ACCORDION
   ═══════════════════════════════════════════ */
.ct-faq { padding: 100px 0; background: var(--ct-snow) }
.ct-faq__header { text-align: center; margin-bottom: 56px }

.ct-accordion { max-width: 780px; margin: 0 auto }
.ct-acc { border-bottom: 1px solid var(--ct-border) }
.ct-acc:first-child { border-top: 1px solid var(--ct-border) }

.ct-acc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  transition: all .3s;
  gap: 16px;
}
.ct-acc__head:hover { padding-left: 6px }

.ct-acc__left { display: flex; align-items: center; gap: 16px }
.ct-acc__num {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ct-mist);
  min-width: 28px;
}
.ct-acc__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ct-ink);
}

.ct-acc__toggle {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--ct-border-dark);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all .4s;
  background: none;
}
.ct-acc__toggle svg { width: 14px; height: 14px; stroke: var(--ct-dusk); stroke-width: 2; fill: none; transition: transform .4s }

.ct-acc__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s var(--ct-ease), padding .5s var(--ct-ease);
}
.ct-acc__text {
  font-size: .95rem;
  color: var(--ct-dusk);
  line-height: 1.8;
  padding: 0 0 0 44px;
}

.ct-acc.open .ct-acc__body { max-height: 250px; padding-bottom: 24px }
.ct-acc.open .ct-acc__toggle { background: var(--ct-ink); border-color: var(--ct-ink) }
.ct-acc.open .ct-acc__toggle svg { stroke: var(--ct-white); transform: rotate(45deg) }

/* ═══════════════════════════════════════════
   5. SOCIAL LINKS STRIP
   ═══════════════════════════════════════════ */
.ct-social-strip {
  padding: 80px 0;
  background: var(--ct-frost);
  text-align: center;
}
.ct-social-strip__title {
  font-family: 'Caveat', cursive;
  font-size: 1.5rem;
  color: var(--ct-rose);
  margin-bottom: 28px;
}
.ct-social__row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ct-social__link {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--ct-white);
  border: 1.5px solid var(--ct-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ct-plum);
  transition: all .4s var(--ct-ease);
}
.ct-social__link:hover {
  background: var(--ct-ink);
  border-color: var(--ct-ink);
  color: var(--ct-white);
  transform: translateY(-4px);
  box-shadow: var(--ct-shadow-md);
}
.ct-social__link svg { width: 22px; height: 22px; fill: currentColor }

/* ═══════════════════════════════════════════
   6. CTA BANNER
   ═══════════════════════════════════════════ */
.ct-cta {
  background: linear-gradient(160deg, var(--ct-ink) 0%, var(--ct-deep) 50%, var(--ct-slate) 100%);
  padding: 100px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ct-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(163,135,154,.08), transparent 60%);
}
.ct-cta__inner { position: relative; z-index: 1 }
.ct-cta__hand {
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  color: var(--ct-rose-light);
  margin-bottom: 10px;
  opacity: .8;
}
.ct-cta__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: var(--ct-white);
  margin-bottom: 14px;
  font-weight: 600;
}
.ct-cta__sub {
  font-size: 1rem;
  color: rgba(255,255,255,.5);
  margin-bottom: 40px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.ct-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: var(--ct-white);
  color: var(--ct-ink);
  border-radius: 50px;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all .4s;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  border: none;
}
.ct-cta__btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,.3) }
.ct-cta__btn svg { width: 16px; height: 16px; transition: transform .3s }
.ct-cta__btn:hover svg { transform: translateX(4px) }

/* ═══════════════════════════════════════════
   KEYFRAMES
   ═══════════════════════════════════════════ */
@keyframes ctUp { from { opacity: 0; transform: translateY(28px) } to { opacity: 1; transform: none } }
@keyframes ctDrift { 0%,100% { transform: translate(0,0) } 50% { transform: translate(12px,-12px) } }
@keyframes ctBounce { 0%,100% { transform: translateY(0) } 50% { transform: translateY(7px) } }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ct-info__grid { grid-template-columns: repeat(2, 1fr) }
  .ct-form__split { grid-template-columns: 1fr; gap: 48px }
}
@media (max-width: 640px) {
  .ct-wrap { padding: 0 20px }
  .ct-hero { padding: 80px 24px 60px; min-height: 70vh }
  .ct-info__grid { grid-template-columns: 1fr }
  .ct-form__row { grid-template-columns: 1fr }
  .ct-info, .ct-form-section, .ct-faq { padding: 70px 0 }
  .ct-acc__text { padding-left: 0 }
}
