:root {
  --primary: #7b184c;
  --primary-dark: #64113d;
  --accent: #d5a33d;
  --soft-bg: #f6f1f4;
  --text: #6b6267;
  --heading: #6a6166;
  --pink-text: #b14572;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.96), rgba(255,255,255,.9) 28%, rgba(246,241,244,.96) 62%),
    linear-gradient(180deg, #faf7f8 0%, #f4eef1 100%);
}

a {
  color: var(--pink-text);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

/* header */
.sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.985);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 10px 26px rgba(93,62,78,.06);
}

.site-branding-wrapper {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.custom-logo-link img {
  width: 118px;
  height: auto;
  object-fit: contain;
}

.main-navigation {
  position: relative;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  color: #655d62;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: color .18s ease, transform .18s ease, opacity .18s ease;
}

.main-navigation a:hover,
.main-navigation a.active {
  color: var(--primary);
  text-decoration: none;
}

.main-navigation a:hover {
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  color: #5f555b;
  font-size: 14px;
}

.lang-item a {
  font-size: 16px;
}

/* hero */
.hero-home {
  position: relative;
  overflow: hidden;
}

.hero-home img {
  width: 100%;
  min-height: 520px;
  max-height: 820px;
  object-fit: cover;
  object-position: center;
}

/* floating decorations */
.mandala-decor {
  position: fixed;
  width: 180px;
  opacity: .14;
  pointer-events: none;
  z-index: 0;
}

.mandala-left {
  left: 0;
  top: 72px;
}

.mandala-right {
  right: 0;
  bottom: 0;
}

.page-wrap {
  position: relative;
  z-index: 1;
}

.home-section {
  padding: 34px 0 20px;
}

.page-section {
  padding: 72px 0;
}

/* homepage blocks */
.home-stack {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.home-avatar {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  margin: 0 auto 40px;
  border: 7px solid rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(94,64,79,.14);
}

.home-stack h1,
.home-stack h2 {
  color: var(--heading);
  font-style: italic;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1.28;
}

.home-stack h1 {
  font-size: clamp(40px, 4vw, 62px);
}

.home-stack h2 {
  font-size: clamp(34px, 3vw, 50px);
}

.content-html {
  font-size: 19px;
  color: var(--text);
}

.content-html p {
  margin: 0 0 18px;
}

.content-html strong {
  color: var(--pink-text);
}

.content-html .lead-pink,
.content-html h3 {
  color: var(--pink-text);
  font-weight: 700;
}

.simple-list {
  margin: 34px 0;
  padding: 0;
  list-style: none;
  font-size: 19px;
}

.simple-list li {
  margin: 14px 0;
}

.simple-list strong {
  color: var(--pink-text);
}

/* buttons */
.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(180deg, #8e2f5a 0%, #791f49 100%);
  color: #fff;
  border: 1px solid rgba(93,22,55,.85);
  box-shadow: 0 12px 28px rgba(121,31,73,.2);
}

.btn-outline,
.btn-linklike {
  background: rgba(255,255,255,.94);
  color: #62585e;
  border: 1px solid rgba(213,163,61,.48);
  box-shadow: 0 10px 24px rgba(111,70,93,.05);
}

/* testimonials preview on homepage */
.newsletter-wrap {
  margin: 32px 0 10px;
}

.testimonials-title {
  margin-top: 38px;
  margin-bottom: 32px;
}

.quote-list {
  max-width: 920px;
  margin: 0 auto;
}

.quote-item {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 28px;
  text-align: center;
}

.quote-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: linear-gradient(180deg, #9c3f69 0%, #cc8ba8 100%);
  border-radius: 999px;
}

.quote-item blockquote {
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color: #6e666b;
  line-height: 1.85;
}

.quote-item footer {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #9a9197;
}

.small-separator {
  width: 44px;
  height: 2px;
  margin: 24px auto 0;
  background: #d59ab4;
  border-radius: 999px;
}

/* contact blocks */
.contact-photo {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  margin: 52px auto 28px;
  border: 7px solid rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(94,64,79,.14);
}

.contact-block {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.contact-block p {
  font-size: 19px;
  line-height: 1.85;
}

.contact-strong {
  font-weight: 700;
  color: var(--pink-text);
}

/* generic content pages */
.card-clean {
  max-width: 980px;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

.card-clean h1 {
  color: var(--heading);
  font-style: italic;
  margin-bottom: 28px;
  font-size: clamp(36px, 3vw, 54px);
  line-height: 1.28;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 30px;
  margin-top: 30px;
}

.service-card,
.quote-card-grid {
  background: linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(246,242,243,.96) 100%);
  border: 1px solid rgba(140,90,116,.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(99,65,82,.08);
  backdrop-filter: blur(3px);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.service-card .pad,
.quote-card-grid .pad {
  padding: 28px;
}

.quote-card-grid blockquote {
  margin: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 1.85;
}

.quote-card-grid footer {
  margin-top: 12px;
  color: #8d8389;
  font-size: 16px;
  font-weight: 700;
}

/* footer */
.footer {
  background: linear-gradient(180deg, #8a2750 0%, #731a43 100%);
  color: #fff;
  padding: 34px 0 36px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.footer a {
  color: #fff;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.social-icons img {
  width: 30px;
  height: 30px;
}

.footer p {
  margin: 8px 0;
  font-size: 15px;
  text-align: center;
  opacity: .96;
}

/* floating CTA */
.book-session-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  background: linear-gradient(180deg, #d5ab44 0%, #be942b 100%);
  color: #fff;
  border-radius: 999px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(173,129,22,.24);
}

.book-session-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* gdpr */
#gdpr-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 100;
  background: #fff;
  color: #5f555b;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
  display: none;
  font-size: 14px;
  line-height: 1.6;
}

#gdpr-banner a {
  color: var(--primary);
}

.accept-btn {
  margin-left: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 13px;
}

/* inline style overrides from page html */
h1[style*="font-size:24px"],
h1[style*="font-size:23px"],
h1[style*="font-size:26px"],
h1[style*="font-size:30px"] {
  font-size: 44px !important;
  line-height: 1.28 !important;
}

h2[style*="font-size:17px"],
h3[style*="font-size:18px"] {
  font-size: 28px !important;
  line-height: 1.45 !important;
}

div[style*="font-size:13px"],
p[style*="font-size:13px"],
p[style*="font-size:12px"],
p[style*="font-size:14px"],
div[style*="font-size:14px"] {
  font-size: 18px !important;
  line-height: 1.9 !important;
}

img[style*="width: 118px"] {
  width: 178px !important;
  height: 178px !important;
  border: 7px solid rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(94,64,79,.14);
}

img[style*="width:170px"] {
  width: 190px !important;
  height: 190px !important;
}

img[style*="width:320px"] {
  width: 540px !important;
  max-width: 100% !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 42px rgba(90,60,75,.12);
}

img[style*="width:420px"] {
  width: 620px !important;
  max-width: 100% !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 42px rgba(90,60,75,.12);
}

a[style*="min-width:230px"],
a[style*="min-width:290px"],
button[style*="min-width:318px"] {
  min-width: 360px !important;
}

/* softer highlighted boxes from inline html */
div[style*="background:#eddde2"],
div[style*="background: #f0dfe4"],
div[style*="background:#f0dfe4"],
div[style*="background:#f7f5f6"],
div[style*="background: #f7f5f6"],
div[style*="background:#f6f2f3"] {
  box-shadow: 0 12px 30px rgba(111,70,93,.06);
}

/* responsive */
@media (max-width: 1100px) {
  .container {
    width: min(100%, calc(100% - 40px));
  }

  .main-navigation ul {
    gap: 20px;
  }

  .hero-home img {
    min-height: 420px;
    max-height: 680px;
  }

  .home-stack h1,
  .home-stack h2,
  .card-clean h1 {
    font-size: 36px !important;
  }

  .content-html,
  .quote-item blockquote,
  .service-card p,
  .service-card li,
  .contact-block p,
  .simple-list li {
    font-size: 17px !important;
  }
}

@media (max-width: 920px) {
  .menu-toggle {
    display: inline-block;
  }

  .main-navigation ul {
    display: none;
    position: absolute;
    top: 76px;
    right: 12px;
    left: 12px;
    background: rgba(255,255,255,.985);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 20px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 12px 28px rgba(0,0,0,.10);
  }

  .main-navigation ul.show {
    display: flex;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .site-branding-wrapper {
    min-height: 84px;
  }

  .custom-logo-link img {
    width: 92px;
  }

  .hero-home img {
    min-height: 320px;
    max-height: 520px;
  }

  .home-avatar,
  .contact-photo {
    width: 150px;
    height: 150px;
  }

  .home-stack h1,
  .home-stack h2,
  .card-clean h1 {
    font-size: 32px !important;
  }

  .content-html,
  .quote-item blockquote,
  .service-card p,
  .service-card li,
  .contact-block p,
  .simple-list li {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  img[style*="width:320px"] {
    width: 440px !important;
  }

  img[style*="width:420px"] {
    width: 470px !important;
  }

  a[style*="min-width:230px"],
  a[style*="min-width:290px"],
  button[style*="min-width:318px"] {
    min-width: 300px !important;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .custom-logo-link img {
    width: 78px;
  }

  .main-navigation a {
    font-size: 15px;
  }

  .hero-home img {
    min-height: 240px;
    max-height: 360px;
  }

  .home-avatar,
  .contact-photo {
    width: 126px;
    height: 126px;
  }

  .home-stack h1,
  .home-stack h2,
  .card-clean h1 {
    font-size: 27px !important;
    line-height: 1.3 !important;
  }

  .page-section {
    padding: 40px 0 !important;
  }

  .service-card .pad,
  .quote-card-grid .pad {
    padding: 20px !important;
  }

  .quote-item blockquote,
  .content-html p,
  .service-card p,
  .service-card li,
  .contact-block p,
  .simple-list li {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .btn,
  .book-session-btn {
    font-size: 13px !important;
  }

  .footer p {
    font-size: 13px !important;
    line-height: 1.6;
  }

  img[style*="width: 118px"] {
    width: 134px !important;
    height: 134px !important;
  }

  img[style*="width:170px"] {
    width: 140px !important;
    height: 140px !important;
  }

  img[style*="width:320px"],
  img[style*="width:420px"] {
    width: 100% !important;
  }

  a[style*="min-width:230px"],
  a[style*="min-width:290px"],
  button[style*="min-width:318px"] {
    min-width: 100% !important;
  }

  .mandala-left,
  .mandala-right {
    width: 110px;
    opacity: .12;
  }
}

@media (max-width: 480px) {
  .book-session-btn {
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
    border-radius: 999px;
  }

  #gdpr-banner {
    font-size: 12px;
  }

  .accept-btn {
    display: inline-block;
    margin-top: 8px;
    margin-left: 0;
  }
}

/* ===== FIX SERVICE CARD BUTTONS ===== */
.cards-grid {
  align-items: stretch !important;
}

.service-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.service-card .pad {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.service-card .pad > p:last-child,
.service-card .pad > div:last-child,
.service-card .pad > button:last-child,
.service-card .pad > a:last-child {
  margin-top: auto !important;
}

.service-card .btn,
.service-card button,
.service-card a.btn {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.45 !important;
  padding: 14px 18px !important;
}

a[style*="min-width:230px"],
a[style*="min-width:290px"],
button[style*="min-width:318px"] {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.service-card h3 {
  min-height: 3.2em;
}

@media (max-width: 920px) {
  .service-card h3 {
    min-height: auto;
  }
}

/* ===== MOBILE HERO + MENU FIX ===== */

/* safer mobile nav */
@media (max-width: 920px) {
  .sticky-wrapper {
    overflow: visible !important;
  }

  .site-branding-wrapper {
    position: relative !important;
    min-height: 78px !important;
    gap: 16px !important;
  }

  .main-navigation {
    position: static !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 72px !important;
    height: 40px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid rgba(123,24,76,.14) !important;
    box-shadow: 0 8px 20px rgba(90,60,75,.08) !important;
    z-index: 120 !important;
    position: relative !important;
  }

  .main-navigation ul {
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(280px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 16px 16px !important;
    gap: 0 !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.99) !important;
    box-shadow: 0 16px 34px rgba(60,35,48,.16) !important;
    z-index: 140 !important;
  }

  .main-navigation ul li {
    width: 100% !important;
  }

  .main-navigation ul a {
    display: block !important;
    width: 100% !important;
    padding: 11px 4px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .lang-item a {
    font-size: 18px !important;
  }
}

/* hero image better on phone */
@media (max-width: 700px) {
  .hero-home {
    overflow: hidden !important;
  }

  .hero-home img {
    min-height: 185px !important;
    max-height: 240px !important;
    height: 44vw !important;
    object-fit: cover !important;
    object-position: center 34% !important;
  }

  /* old screenshots looked better with slightly less huge avatar */
  .home-avatar {
    width: 132px !important;
    height: 132px !important;
    margin-top: 8px !important;
    margin-bottom: 26px !important;
  }

  .home-stack {
    max-width: 100% !important;
  }

  .home-stack h1,
  .home-stack h2 {
    font-size: 22px !important;
    line-height: 1.28 !important;
    margin-bottom: 20px !important;
  }

  .content-html,
  .content-html p,
  .simple-list,
  .simple-list li,
  .quote-item blockquote,
  .quote-item footer,
  .contact-block p {
    font-size: 14px !important;
    line-height: 1.72 !important;
  }

  .quote-item {
    padding-left: 18px !important;
  }

  .btn,
  .btn-primary,
  .btn-outline,
  .btn-linklike {
    font-size: 13px !important;
    padding: 12px 18px !important;
  }

  .contact-photo {
    width: 132px !important;
    height: 132px !important;
  }

  img[style*="width:170px"] {
    width: 132px !important;
    height: 132px !important;
  }

  img[style*="width:180px"] {
    width: 132px !important;
    height: 132px !important;
  }

  .page-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 20px) !important;
  }

  .custom-logo-link img {
    width: 70px !important;
  }

  .site-branding-wrapper {
    min-height: 74px !important;
  }

  .main-navigation ul {
    width: min(260px, calc(100vw - 20px)) !important;
  }

  .hero-home img {
    min-height: 170px !important;
    max-height: 210px !important;
    height: 42vw !important;
    object-position: center 36% !important;
  }

  .home-stack h1,
  .home-stack h2,
  .card-clean h1 {
    font-size: 20px !important;
  }

  .book-session-btn {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    text-align: center !important;
  }
}

/* ===== BETTER MOBILE HEADER + LANGUAGE BUTTON ON RIGHT ===== */
@media (max-width: 920px) {
  .site-branding-wrapper {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    column-gap: 10px !important;
    min-height: 78px !important;
  }

  .site-branding {
    grid-column: 1 !important;
  }

  .main-navigation {
    grid-column: 3 !important;
    justify-self: end !important;
    position: relative !important;
  }

  .main-navigation .lang-item {
    display: none !important;
  }

  .site-branding-wrapper::after {
    content: "";
    grid-column: 2;
  }

  .menu-toggle {
    min-width: 74px !important;
    height: 40px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(123,24,76,.12) !important;
    box-shadow: 0 8px 20px rgba(90,60,75,.08) !important;
  }

  .mobile-lang-btn {
    grid-column: 4 !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(123,24,76,.12) !important;
    box-shadow: 0 8px 20px rgba(90,60,75,.08) !important;
    font-size: 18px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    color: inherit !important;
  }

  .main-navigation ul {
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(270px, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
  }
}

@media (min-width: 921px) {
  .mobile-lang-btn {
    display: none !important;
  }
}

/* ===== MOBILE HERO IMAGE FULL FIT ===== */
@media (max-width: 700px) {
  .hero-home {
    background: #e7c79e !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-home img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 480px) {
  .hero-home {
    background: #e6c392 !important;
  }

  .hero-home img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}
