:root {
  --ink: #12211f;
  --ink-soft: #3d4f4c;
  --teal: #0e5c57;
  --teal-deep: #083f3b;
  --mint: #e7f3f1;
  --gold: #c4a35a;
  --gold-deep: #9a7c38;
  --cream: #f6f3ec;
  --paper: #fffefb;
  --blue: #2f6fed;
  --blue-soft: #e8efff;
  --lilac: #6b4fd3;
  --lilac-soft: #f0eaff;
  --wa: #25d366;
  --line: rgba(18, 33, 31, 0.1);
  --shadow: 0 24px 60px rgba(8, 63, 59, 0.14);
  --radius: 22px;
  --header: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--gold);
  color: var(--ink);
  padding: 8px 12px;
  z-index: 100;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  background: rgba(246, 243, 236, 0.96);
  border-bottom: 1px solid var(--line);
}

body {
  padding-bottom: 12px;
}

.hero,
.vision,
.services,
.why,
.steps,
.faq,
.contact {
  scroll-margin-top: calc(var(--header) + 8px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.brand strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  line-height: 1;
}

.brand small {
  color: var(--ink-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.64rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.84rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--teal);
}

.nav-phone {
  background: linear-gradient(135deg, var(--teal), #14967f);
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
}

.hero {
  padding: 48px 0 56px;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 211, 102, 0.16), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(196, 163, 90, 0.28), transparent 32%),
    radial-gradient(circle at 70% 90%, rgba(47, 111, 237, 0.12), transparent 30%),
    linear-gradient(180deg, #eef8f4, var(--cream) 70%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.hero-photo {
  margin: 0;
  position: relative;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold);
  border-radius: 28px;
  z-index: 0;
}

.hero-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-logo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 63, 59, 0.1);
}

.eyebrow {
  margin: 18px 0 0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--gold-deep);
  font-weight: 700;
}

.hero h1,
.legal h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  line-height: 0.92;
  margin: 8px 0 0;
  font-weight: 600;
}

.tagline {
  margin: 14px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-style: italic;
  color: var(--teal);
}

.lead {
  max-width: 46ch;
  color: var(--ink-soft);
  margin: 18px 0 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}

.btn-gold {
  background: linear-gradient(135deg, #e0be6c, var(--gold));
  color: var(--ink);
}

.btn-wa {
  background: var(--wa);
  color: #fff;
}

.btn-ghost {
  border-color: var(--teal);
  color: var(--teal);
  background: #fff;
}

.stats {
  padding: 0 0 28px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat-card {
  border-radius: 18px;
  padding: 18px 16px;
  color: #fff;
}

.stat-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
}

.stat-card p {
  margin: 4px 0 0;
  font-size: 0.88rem;
  opacity: 0.92;
}

.stat-teal { background: linear-gradient(135deg, #0e5c57, #17a085); }
.stat-gold { background: linear-gradient(135deg, #b8882e, #e0be6c); color: #1f1608; }
.stat-blue { background: linear-gradient(135deg, #1f4fd6, #5b8cff); }
.stat-lilac { background: linear-gradient(135deg, #5a3ec4, #9b7dff); }

.vision {
  background:
    radial-gradient(circle at 80% 20%, rgba(224, 190, 108, 0.18), transparent 28%),
    linear-gradient(160deg, #083f3b, #0e6a62);
  color: #f4efe4;
  padding: 88px 0;
}

.vision-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
}

.vision-kicker span,
.section-head span,
.contact-info span {
  display: block;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: var(--gold);
  font-weight: 700;
}

.vision h2,
.section-head h2,
.contact h2,
.legal h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 8px 0 0;
  font-weight: 600;
  line-height: 1.1;
}

.vision-quote {
  margin: 0;
}

.vision-quote p {
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.88);
}

.vision-quote footer {
  margin-top: 28px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-style: italic;
}

.services,
.why,
.faq {
  padding: 88px 0;
}

.section-head {
  max-width: 620px;
  margin-bottom: 40px;
}

.section-head p {
  color: var(--ink-soft);
}

.service-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.service-card,
.why-card {
  border-radius: var(--radius);
  padding: 28px;
  min-height: 220px;
  border: 1px solid transparent;
}

.service-card:hover,
.why-card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

.card-teal { background: #e6f7f2; color: #0b4a45; }
.card-blue { background: var(--blue-soft); color: #173a8a; }
.card-gold { background: #fff3d8; color: #6d4c12; }
.card-lilac { background: var(--lilac-soft); color: #3d2a86; }

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.service-card h3,
.why-card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.service-card p,
.why-card p {
  margin: 0;
}

.why {
  background: #fff;
}

.why-card {
  background: var(--paper);
  border-color: var(--line);
  min-height: 0;
}

.why-dot {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.why-dot.teal { background: var(--teal); }
.why-dot.gold { background: var(--gold-deep); }
.why-dot.blue { background: var(--blue); }
.why-dot.lilac { background: var(--lilac); }

.steps {
  padding: 88px 0;
  background: linear-gradient(135deg, #0e5c57, #1f4fd6);
  color: #fff;
}

.section-head.light p {
  color: rgba(255, 255, 255, 0.82);
}

.section-head.light span {
  color: #f0d48a;
}

.step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}

.step-list li {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 22px;
}

.step-list li::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  color: #f0d48a;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.step-list strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.step-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.faq-list details {
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 10px;
  border: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.contact {
  padding: 0 0 100px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.contact-info {
  background: linear-gradient(180deg, #fff, #eef8f4);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
}

.contact-lead {
  color: var(--ink-soft);
}

.phone-block {
  display: block;
  margin: 24px 0 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d9f6ec, #cfe3ff);
}

.phone-block small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--teal);
  font-weight: 700;
}

.phone-block strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
}

.wa-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--wa);
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.location-badge {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.location-badge svg {
  width: 28px;
  height: 28px;
  color: var(--gold-deep);
  flex-shrink: 0;
}

.location-badge strong {
  display: block;
}

.location-badge p {
  margin: 0;
  color: var(--ink-soft);
}

.map-note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.map-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.map-wrap {
  min-height: 420px;
  flex: 1;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.map-caption {
  margin: 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--teal-deep);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0 22px;
  background: #17332f;
  color: #e8efe9;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 24px;
  padding-bottom: 28px;
}

.footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  margin: 0 0 8px;
}

.footer-title {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #e0be6c;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.86);
}

.footer-copy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.86rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-copy a {
  font-weight: 700;
  color: #fff;
}

.legal {
  padding: 48px 0 80px;
}

.legal-wrap {
  max-width: 760px;
}

.legal h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}

.legal section {
  margin-top: 32px;
}

.legal h2 {
  font-size: 1.7rem;
}

.legal-back {
  margin-top: 40px;
  font-weight: 700;
}

.float-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.fab svg {
  width: 26px;
  height: 26px;
}

.fab-phone {
  background: linear-gradient(135deg, #0e5c57, #1aa58a);
}

.fab-wa {
  background: var(--wa);
}

@media (max-width: 980px) {
  .stats-grid,
  .step-list,
  .footer-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .vision-grid,
  .contact-grid,
  .service-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 28px;
    justify-items: center;
    text-align: center;
  }

  .hero-copy {
    order: 1;
  }

  .hero-photo {
    order: 2;
    width: 200px;
    height: 200px;
    max-width: 200px;
    margin: 0 auto;
  }

  .hero-photo::before {
    display: none;
  }

  .hero-photo img {
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 18%;
    box-shadow: 0 16px 36px rgba(8, 63, 59, 0.18);
  }

  .hero-logo {
    display: none;
  }

  .eyebrow {
    margin-top: 0;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
  }

  .lead {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px 24px;
    background: #f6f3ec;
    border-bottom: 1px solid var(--line);
    gap: 14px;
    text-align: left;
  }

  .site-nav.open {
    display: flex;
  }
}

@media (max-width: 600px) {
  :root {
    --header: 64px;
  }

  .container {
    width: min(1120px, calc(100% - 24px));
  }

  .hero {
    padding: 18px 0 36px;
  }

  .hero-grid {
    gap: 22px;
  }

  .hero-photo {
    width: 156px;
    height: 156px;
    max-width: 156px;
  }

  .hero-photo img {
    width: 156px;
    height: 156px;
  }

  .tagline {
    font-size: 1.25rem;
  }

  .lead {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1 1 calc(50% - 8px);
    min-height: 44px;
    padding: 0 14px;
  }

  .stats-grid,
  .step-list,
  .footer-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .phone-block strong {
    font-size: 1.45rem;
  }

  .legal h1 {
    font-size: 2.2rem;
  }

  .float-actions {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .fab {
    width: 50px;
    height: 50px;
  }

  .vision,
  .services,
  .why,
  .steps,
  .faq {
    padding: 56px 0;
  }

  .contact {
    padding-bottom: 88px;
  }
}
