:root {
  --ink: #07111f;
  --muted: #59676f;
  --bg: #fbfaf6;
  --soft: #f2eee6;
  --panel: #ffffff;
  --line: #e1ddd4;
  --accent: #0f4f43;
  --accent-2: #c8a968;
  --button: #0f4f43;
  --button-text: #ffffff;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.13);
  --font-body: "Inter", "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Aptos Display", "Segoe UI Variable Display", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.site-najiza {
  --ink: #061f27;
  --muted: #587075;
  --bg: #f7f4ec;
  --soft: #e9f2ef;
  --accent: #0b5b58;
  --accent-2: #d8aa73;
  --button: #0b5b58;
}

.site-jordan {
  --ink: #07182c;
  --muted: #536677;
  --bg: #f6f9fd;
  --soft: #e7f1fb;
  --accent: #164a7d;
  --accent-2: #6fb3ff;
  --button: #164a7d;
}

.site-masivia {
  --ink: #0b1d18;
  --muted: #536a60;
  --bg: #f8fbf4;
  --soft: #e9f3de;
  --accent: #1f6442;
  --accent-2: #9ccf6d;
  --button: #1f6442;
}

.site-pauline {
  --ink: #171421;
  --muted: #6a5f67;
  --bg: #fbf7f3;
  --soft: #f0e5df;
  --accent: #493044;
  --accent-2: #d6a793;
  --button: #493044;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font-body);
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 16px clamp(20px, 5vw, 76px);
  background: color-mix(in srgb, var(--bg) 92%, white 8%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand img {
  width: 280px;
  max-width: 48vw;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 14px;
  font-weight: 720;
}

.section-pad {
  padding: clamp(72px, 9vw, 126px) clamp(20px, 5vw, 76px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 96px);
  min-height: min(920px, calc(100vh - 76px));
  background: linear-gradient(120deg, var(--bg) 0%, var(--bg) 55%, var(--soft) 55%, var(--soft) 100%);
}

.site-jordan .hero {
  background:
    linear-gradient(rgba(22, 74, 125, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 74, 125, .07) 1px, transparent 1px),
    var(--bg);
  background-size: 34px 34px;
}

.site-masivia .hero {
  background: radial-gradient(circle at 82% 20%, rgba(156, 207, 109, .45), transparent 28%), var(--bg);
}

.site-pauline .hero {
  background: linear-gradient(180deg, var(--bg) 0%, var(--soft) 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 24px;
  font-size: clamp(43px, 5.4vw, 78px);
  line-height: 1.02;
  font-weight: 790;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 3.4vw, 50px);
  line-height: 1.08;
  font-weight: 760;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 760;
}

.lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 780;
}

.button-primary {
  color: var(--button-text);
  background: var(--button);
}

.button-secondary {
  color: var(--accent);
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-stats span {
  padding: 8px 12px;
  color: var(--accent);
  background: color-mix(in srgb, var(--soft) 70%, white 30%);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 720;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 4.65;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.site-najiza .hero-media img {
  aspect-ratio: 4.6 / 3.7;
  border-radius: 28px 6px 28px 6px;
}

.site-jordan .hero-media img {
  aspect-ratio: 4 / 5;
  border-radius: 0;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.site-masivia .hero-media img {
  border-radius: 50% 50% 10px 10px;
}

.site-pauline .hero-media img {
  aspect-ratio: 1 / 1;
  border-radius: 50% 2px 50% 2px;
}

.floating-note {
  position: absolute;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  max-width: 280px;
  padding: 18px;
  background: rgba(255, 255, 255, .94);
  border-left: 5px solid var(--accent-2);
  box-shadow: 0 18px 45px rgba(7, 17, 31, .16);
}

.floating-note span,
.testimonial-grid span,
.site-footer span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.floating-note strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.28;
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 46px;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.section-heading.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.services,
.process,
.testimonials {
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1220px;
  margin: 0 auto;
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 245px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid span,
.timeline span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 820;
}

.service-grid p,
.feature-copy p,
.package-card p,
.testimonial-grid p,
.timeline p {
  color: var(--muted);
}

.feature {
  display: grid;
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 7vw, 90px);
}

.site-jordan .feature,
.site-pauline .feature {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .95fr);
}

.site-jordan .feature-image,
.site-pauline .feature-image {
  order: 2;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 5 / 3.7;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.feature-copy {
  max-width: 620px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-weight: 650;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1220px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.timeline article {
  padding: 34px 32px 10px;
  border-right: 1px solid var(--line);
}

.timeline article:last-child {
  border-right: 0;
}

.pricing {
  background: var(--soft);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1220px;
  margin: 0 auto;
}

.package-card {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid color-mix(in srgb, var(--line) 82%, var(--accent) 18%);
  box-shadow: 0 18px 45px rgba(7, 17, 31, .08);
}

.package-card.featured {
  transform: translateY(-18px);
}

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

.package-card div {
  display: grid;
  gap: 12px;
  padding: 26px;
}

.package-card strong {
  color: var(--accent);
  font-size: 25px;
  font-weight: 850;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.testimonial-grid article {
  min-height: 280px;
  padding: 34px;
  background: var(--bg);
  border: 1px solid var(--line);
}

.stars::before {
  content: "\2605\2605\2605\2605\2605";
  color: var(--accent);
  font-size: 18px;
  letter-spacing: 3px;
}

.testimonial-grid strong {
  display: block;
  margin-top: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  padding: 48px clamp(20px, 5vw, 76px);
  color: var(--ink);
  background: var(--bg);
  border-top: 1px solid var(--line);
}

.site-footer strong {
  display: block;
  font-size: 24px;
  line-height: 1.15;
}

.site-footer address {
  color: var(--muted);
  font-style: normal;
}

.contact-lines {
  font-weight: 760;
}

@media (max-width: 980px) {
  .site-header,
  .nav-links {
    align-items: flex-start;
  }

  .site-header {
    flex-direction: column;
  }

  .brand img {
    max-width: min(360px, 92vw);
  }

  .hero,
  .feature,
  .site-jordan .feature,
  .site-pauline .feature {
    grid-template-columns: 1fr;
  }

  .site-jordan .feature-image,
  .site-pauline .feature-image {
    order: 0;
  }

  .service-grid,
  .timeline,
  .package-grid,
  .testimonial-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .timeline article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .package-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .nav-links {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  h1 {
    max-width: 310px;
    font-size: clamp(29px, 8vw, 32px);
    line-height: 1.1;
    word-break: normal;
    overflow-wrap: normal;
  }

  .section-pad {
    padding: 58px 18px;
  }

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-copy,
  .hero-media,
  .section-heading,
  .feature-copy {
    min-width: 0;
    max-width: calc(100vw - 56px);
  }

  .hero-copy,
  .section-heading,
  .feature-copy {
    width: 100%;
  }

  .lead {
    max-width: 310px;
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    width: 100%;
  }

  .floating-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }
}
