:root {
  --bg: #f7f1e8;
  --surface: rgba(255, 255, 255, 0.9);
  --ink: #1f2633;
  --muted: #636a77;
  --gold: #c8aa6e;
  --gold-deep: #a68448;
  --line: rgba(31, 39, 54, 0.08);
  --shadow: 0 24px 60px rgba(27, 34, 48, 0.12);
  --shadow-soft: 0 16px 34px rgba(27, 34, 48, 0.08);
  --radius-xl: 30px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(200, 170, 110, 0.14), transparent 28%), linear-gradient(180deg, #fbf7f2 0%, #f3ece2 100%);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}
img { max-width: 100%; }
section { padding: 88px 24px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 18px 38px;
  backdrop-filter: blur(18px);
  background: rgba(255, 251, 246, 0.88);
  border-bottom: 1px solid rgba(200, 170, 110, 0.16);
}

.logo { display: flex; align-items: center; gap: 14px; min-width: 0; }
.logo-image {
  width: 82px;
  height: 82px;
  object-fit: contain;
  background: linear-gradient(180deg, #fffdf9, #f7efe2);
  border-radius: 22px;
  padding: 8px;
  border: 1px solid rgba(200, 170, 110, 0.28);
  box-shadow: var(--shadow-soft);
}

.crest {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
}

.logo .logo-image[style*='display: none'] + .crest[hidden] { display: inline-flex !important; }
.logo-copy { display: flex; flex-direction: column; gap: 4px; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 28px; line-height: 1; }
.logo-tagline { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #7b7264; }
.logo .crest[hidden], .footer-brand span[hidden] { display: none; }

.site-nav, .footer-bottom nav { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.site-nav a, .footer-bottom nav a, .site-footer a { text-decoration: none; color: var(--ink); font-weight: 600; display: inline-flex; align-items: center; min-height: 40px; }
.site-nav a:hover, .footer-bottom nav a:hover, .site-footer a:hover { color: var(--gold-deep); }

.nav-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d7ba82 0%, #b48b4b 55%, #9b7338 100%);
  color: #fff !important;
  border: 1px solid rgba(128, 92, 33, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -2px 6px rgba(116, 81, 24, 0.24),
    0 8px 18px rgba(166, 132, 72, 0.24);
}

.nav-contact-pill:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 86px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.84), rgba(249, 242, 231, 0.62)), url('Untitled%20design%20(1).png') center/cover no-repeat;
  opacity: 0.95;
}

.hero-shell {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.human-first-shell { grid-template-columns: 1.05fr 0.95fr; }
.hero-copy, .hero-portrait-card, .service-card, .chat-shell, .contact-card, .review-card {
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.58);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero-copy {
  border-radius: var(--radius-xl);
  padding: 36px;
  display: flex;
  flex-direction: column;
}
.eyebrow, .section-kicker, .panel-kicker, .trust-label, .service-type {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 700;
}

.hero-copy h1 {
  margin: 16px 0 18px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  max-width: 620px;
}

.hero-copy p, .section-heading p, .service-card p, .chat-intro-row p, .contact-card p, .hero-portrait-copy p, .ella-placeholder p, .review-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.hero-actions, .contact-actions, .ella-placeholder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.hero-actions-bottom {
  justify-content: center;
}

.hero-cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 18px;
}

.hero-copy .language-pill {
  margin-top: auto;
  margin-bottom: 54px;
}

.trust-cta {
  justify-self: center;
  min-width: 220px;
}

.primary-btn, .secondary-btn, .card-btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.primary-btn, .card-btn {
  background: linear-gradient(180deg, #d7ba82 0%, #b48b4b 55%, #9b7338 100%);
  color: white;
  border: 1px solid rgba(128, 92, 33, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -2px 6px rgba(116, 81, 24, 0.24),
    0 8px 18px rgba(166, 132, 72, 0.24);
}

.secondary-btn {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(241,233,220,0.94) 100%);
  border: 1px solid rgba(31,39,54,0.12);
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.72),
    inset 0 -2px 6px rgba(31,39,54,0.06),
    0 8px 18px rgba(31,39,54,0.08);
}

.primary-btn:hover, .secondary-btn:hover, .card-btn:hover { transform: translateY(-2px); }
.hero-trust-row { display: grid; gap: 14px; margin-top: 20px; }
.simple-trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.trust-pill {
  width: 100%;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(31,39,54,0.07);
}

.trust-pill-equal {
  min-height: 132px;
}

.trust-pill strong { display: block; margin-bottom: 6px; }
.trust-pill span { font-size: 14px; line-height: 1.5; color: var(--muted); }

.about-copy-block {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(31,39,54,0.08);
}

.about-copy-block h2 {
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}

.about-copy-block p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
}

.state-highlight {
  color: #2b4f7c;
  font-weight: 700;
}

.language-pill {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 14px 28px;
  border-radius: 999px;
  background: rgba(37,47,66,0.94);
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}

.hero-portrait-card {
  border-radius: var(--radius-xl);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero-portrait-frame {
  overflow: hidden;
  border-radius: 26px;
  min-height: 500px;
  box-shadow: var(--shadow-soft);
}

.hero-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-portrait-copy h2, .section-heading h2, .service-card h3, .contact-card h2, .chat-header h2, .ella-placeholder h3 {
  margin: 12px 0 14px;
  font-family: 'Playfair Display', serif;
  line-height: 1.12;
}

.hero-portrait-copy h2, .ella-placeholder h3 { font-size: 32px; }
.soft-strip { padding-top: 0; padding-bottom: 20px; }
.trust-strip-inner {
  max-width: 1240px;
  margin: -18px auto 0;
  padding: 26px 30px;
  border-radius: 26px;
  display: grid;
  gap: 22px;
}

.single-tone-strip {
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(31,39,54,0.06);
  box-shadow: var(--shadow-soft);
}

.trust-strip-inner p { margin: 8px 0 0; }
.services-section, .reviews-section, .chat-section, .contact-section { max-width: 1240px; margin: 0 auto; }
.section-heading { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.left-heading, .compact-heading { margin-left: 0; text-align: left; }
.section-heading h2 { font-size: clamp(34px, 4vw, 48px); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: transform 0.2s ease;
}

.service-card:hover, .chat-shell:hover, .contact-card:hover, .hero-portrait-card:hover, .review-card:hover { transform: translateY(-4px); }
.featured-card { background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(249, 243, 232, 0.92)); }
.accent-card { background: linear-gradient(180deg, rgba(247, 240, 226, 0.9), rgba(255,255,255,0.92)); }
.service-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.service-price { font-family: 'Playfair Display', serif; font-size: 28px; color: #233047; }
.service-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }
.service-card .card-btn {
  display: flex;
  width: fit-content;
  margin: 28px auto 0;
}
.service-tags-wrap {
  margin-top: 28px;
  padding: 24px 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(247, 240, 226, 0.9), rgba(255,255,255,0.92));
  border: 1px solid rgba(31,39,54,0.06);
  box-shadow: var(--shadow-soft);
}

.service-tags-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 700;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}


.service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(31,39,54,0.08);
  color: var(--ink);
  font-weight: 600;
}

.service-pill-spotlight {
  background: linear-gradient(180deg, rgba(247, 240, 226, 0.98), rgba(236, 223, 197, 0.94)) !important;
  border: 1px solid rgba(166, 132, 72, 0.18) !important;
  color: var(--gold-deep) !important;
}

.compact-chat-section { padding-top: 52px; }
.compact-chat-shell {
  max-width: 920px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248, 243, 235, 0.9));
}

.compact-chat-header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(31,39,54,0.08);
  display: flex;
  align-items: center;
  gap: 16px;
}

.chat-badge {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: white;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.compact-chat-header h2 { font-size: 28px; margin: 0; }
.compact-chat-header p { margin: 6px 0 0; color: var(--muted); }
.compact-intro-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.slim-support-box {
  min-width: 210px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(37, 47, 66, 0.96);
  color: white;
}

.slim-support-box span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
  margin-bottom: 8px;
}

.slim-support-box a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.ella-placeholder {
  min-height: 260px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244, 237, 226, 0.92));
  border: 1px solid rgba(31,39,54,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 34px 24px;
  gap: 14px;
}

.ella-placeholder-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(37, 47, 66, 0.95);
  color: white;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  border-radius: 22px;
  padding: 22px;
}

.review-stars {
  color: #d4af37;
  letter-spacing: 0.12em;
  font-size: 16px;
  margin-bottom: 12px;
}

.review-card p {
  font-size: 15px;
  line-height: 1.7;
}

.review-card span {
  display: inline-block;
  margin-top: 14px;
  color: var(--gold-deep);
  font-weight: 700;
  font-size: 15px;
}

.contact-card {
  border-radius: var(--radius-xl);
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-email {
  width: 100%;
  color: var(--muted);
  font-size: 16px;
}

.contact-email a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.contact-form {
  width: 100%;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
  color: var(--ink);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(31,39,54,0.12);
  background: rgba(255,255,255,0.92);
  font: inherit;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form .full-width {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 18px;
}

.contact-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 100;
}

.contact-modal.is-open {
  display: flex;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 39, 54, 0.52);
  backdrop-filter: blur(4px);
}

.contact-modal-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  z-index: 1;
}

.contact-modal .contact-card {
  margin: 0;
}

.contact-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(31,39,54,0.08);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.site-footer { padding: 0 24px 34px; }
.footer-top, .footer-bottom { max-width: 1240px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 16px 22px;
  align-items: start;
  border-radius: 26px 26px 0 0;
  background: #243042;
  color: rgba(255,255,255,0.84);
}

.footer-top h3, .footer-top h4 { color: #f3d79d; margin-top: 0; margin-bottom: 8px; }
.footer-top p { margin: 0 0 4px; line-height: 1.35; font-size: 13px; }
.footer-brand-block {
  text-align: center;
}

.footer-credential-line {
  width: 100%;
  text-align: center;
  color: var(--gold-deep);
  font-weight: 700;
  font-size: 13px;
  margin-top: 0;
}
.footer-link-light { color: #f7e0a7 !important; text-decoration: underline; }
.footer-link-light:hover { color: #ffffff !important; }
.footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 20px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(31,39,54,0.06);
  border-top: 3px solid #2b4f7c;
  border-radius: 26px;
}

.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand-image {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
  padding: 6px;
  border: 1px solid rgba(200,170,110,0.24);
  box-shadow: var(--shadow-soft);
}

.footer-brand .footer-brand-image[style*='display: none'] + span[hidden] {
  display: inline-flex !important;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
}

.footer-brand span:last-child {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #243042;
}

.footer-meta { color: var(--muted); font-size: 14px; }

@media (max-width: 1100px) {
  .human-first-shell, .services-grid, .single-tone-strip, .footer-top { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .simple-trust-row { grid-template-columns: 1fr; }
  .compact-intro-row, .contact-card, .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 780px) {
  .site-header {
    padding: 16px 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-image, .crest { width: 70px; height: 70px; }
  .logo-name { font-size: 24px; }
  section { padding: 72px 18px; }
  .hero-copy, .hero-portrait-card, .service-card, .compact-chat-shell, .contact-card, .footer-top, .footer-bottom, .review-card { padding: 24px; }
  .service-tags-wrap { padding: 20px; }
  .hero-copy h1, .section-heading h2, .compact-chat-header h2, .contact-card h2 { font-size: 30px; }
  .hero-portrait-frame { min-height: 420px; }
}

@media (max-width: 520px) {
  .site-nav { gap: 10px 14px; }
  .hero-copy h1 { font-size: 24px; }
  .hero-copy p, .section-heading p, .service-card p, .compact-intro-row p, .hero-portrait-copy p, .ella-placeholder p, .review-card p { font-size: 15px; }
  .footer-brand span:last-child { font-size: 20px; }
}
