:root {
  --service-cream: #fafaf8;
  --service-gold: #ecc368;
  --service-gold-soft: #c9a961;
  --service-gold-dark: #c69a52;
  --service-gold-light: #f2ddb4;
  --service-purple-dark: #120719;
  --service-purple: #500082;
  --service-ink: #2a1a3f;
  --service-text: #1a1a1a;
  --service-muted: #6b6b6b;
  --service-line: #e8e8e8;
}

* {
  box-sizing: border-box;
}

body.page-services {
  margin: 0;
  background: #ffffff;
  color: var(--service-text);
  font-family: Arial, Helvetica, sans-serif;
}

.page-services main {
  overflow: hidden;
}

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

.page-services header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 28px 50px;
}

.page-services header nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-services header nav a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.page-services header nav a[aria-current="page"] {
  color: var(--service-gold);
}

.service-eyebrow {
  margin: 0;
  color: var(--service-gold);
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 15px;
  background: currentColor;
  color: var(--service-gold);
}

.service-button,
.service-text-link,
.service-related a {
  text-decoration: none;
}

.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 13px 24px;
  border: 0;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.service-button--gold {
  min-width: 242px;
  background: linear-gradient(90deg, var(--service-gold-dark), var(--service-gold-light));
  color: #ffffff;
}

.service-button--purple {
  min-width: 178px;
  background: linear-gradient(90deg, var(--service-purple-dark), var(--service-purple));
  color: #ffffff;
}

.service-hero {
  position: relative;
  min-height: 848px;
  overflow: hidden;
  background: var(--service-purple-dark);
}

.service-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.31);
}

.service-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(1326px, calc(100% - 112px));
  min-height: 848px;
  margin: 0 auto;
  padding-bottom: 84px;
  color: #ffffff;
}

.service-hero__content > * {
  max-width: 620px;
}

.service-hero h1 {
  margin: 0;
  padding-bottom: 0.15em;
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0;
}

.service-hero h1 span {
  display: block;
}

.service-hero .service-button {
  align-self: flex-start;
  margin-top: 38px;
}

.service-stats {
  background: #ffffff;
}

.service-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1200px, calc(100% - 100px));
  min-height: 120px;
  margin: 0 auto;
  border-top: 1px solid var(--service-line);
  border-bottom: 1px solid var(--service-line);
}

.service-stats__grid div {
  padding: 34px 40px 26px 40px;
  border-right: 1px solid var(--service-line);
}

.service-stats__grid div:last-child {
  border-right: 0;
}

.service-stats p,
.service-consultation dt {
  margin: 0 0 8px;
  color: var(--service-gold-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-stats strong {
  display: block;
  color: var(--service-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.service-description,
.service-process,
.service-booking,
.service-related {
  padding-right: 120px;
  padding-left: 120px;
}

.service-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  min-height: 515px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: max(120px, calc((100% - 1200px) / 2));
  padding-right: max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.service-section-heading h2 {
  margin: 28px 0 0;
  padding-bottom: 0.12em;
  color: var(--service-purple-dark);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.service-section-heading h2 span {
  font-style: italic;
}

.service-description__text {
  margin-top: 72px;
}

.service-description__text p {
  max-width: 560px;
  margin: 0;
  color: var(--service-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.8;
}

.service-description__deliverables {
  padding-top: 58px;
  padding-left: 100px;
  border-left: 1px solid var(--service-line);
}

.service-description__deliverables h3 {
  margin: 0;
  padding-bottom: 0.12em;
  background: linear-gradient(90deg, var(--service-gold-dark), var(--service-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.service-description__deliverables ul {
  display: grid;
  gap: 20px;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.service-description__deliverables li {
  position: relative;
  padding-left: 22px;
  color: var(--service-ink);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.3;
}

.service-description__deliverables li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: var(--service-gold-dark);
}

.service-preparation {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 520px;
  background: linear-gradient(90deg, var(--service-purple-dark), var(--service-purple));
  color: #ffffff;
}

.service-preparation__content {
  padding: 80px 70px 72px max(120px, calc((100vw - 1200px) / 2));
}

.service-preparation h2,
.service-booking h2 {
  margin: 28px 0 0;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.service-preparation h2 {
  color: #ffffff;
}

.service-preparation h2 span,
.service-booking h2 span,
.service-process .service-section-heading h2 span {
  background: linear-gradient(90deg, var(--service-gold-dark), var(--service-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

.service-preparation ul {
  display: grid;
  gap: 22px;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

.service-preparation li {
  position: relative;
  padding-left: 28px;
  color: #ffffff;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.25;
}

.service-preparation li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--service-gold-soft);
}

.service-preparation__image {
  min-height: 520px;
  overflow: hidden;
}

.service-preparation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-process {
  min-height: 588px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: max(120px, calc((100% - 1200px) / 2));
  padding-right: max(120px, calc((100% - 1200px) / 2));
  background: var(--service-cream);
}

.service-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  margin-top: 118px;
}

.service-process__steps article {
  min-width: 0;
}

.service-process__steps span,
.service-related article > span {
  display: block;
  color: var(--service-gold);
  font-family: "Playfair Display", "Lora", Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1;
}

.service-process__steps span {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(236, 195, 104, 0.4);
}

.service-process__steps h3 {
  margin: 20px 0 0;
  color: var(--service-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.service-process__steps p {
  margin: 18px 0 0;
  color: var(--service-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.7;
}

.service-booking {
  display: grid;
  grid-template-columns: minmax(320px, 560px) minmax(320px, 500px);
  gap: min(140px, 8vw);
  justify-content: center;
  align-items: start;
  min-height: 584px;
  padding-top: 80px;
  padding-bottom: 64px;
  padding-left: max(120px, calc((100% - 1200px) / 2));
  padding-right: max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.service-booking h2 {
  color: var(--service-purple-dark);
  font-size: 64px;
}

.service-booking__copy > p:not(.service-eyebrow) {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--service-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.8;
}

.service-booking__actions {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 48px;
}

.service-text-link {
  color: var(--service-ink);
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-consultation {
  min-height: 379px;
  padding: 30px;
  border: 1px solid var(--service-gold-soft);
  background: var(--service-cream);
}

.service-consultation h3 {
  margin: 36px 0 0;
  color: var(--service-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.service-consultation > p:not(.service-eyebrow) {
  margin: 26px 0 0;
  color: var(--service-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.7;
}

.service-consultation dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 27px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--service-line);
}

.service-consultation dd {
  margin: 0;
  color: var(--service-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.25;
}

.service-consultation .service-button {
  width: 100%;
  margin-top: 42px;
  color: #ffffff;
}

.service-related {
  min-height: 633px;
  padding-top: 80px;
  padding-bottom: 142px;
  padding-left: max(120px, calc((100% - 1200px) / 2));
  padding-right: max(120px, calc((100% - 1200px) / 2));
  background: var(--service-cream);
}

.service-related .service-section-heading h2 {
  font-size: 36px;
}

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

.service-related article {
  min-height: 140px;
  padding: 20px 24px;
  border: 1px solid var(--service-gold-soft);
  background: #ffffff;
}

.service-related h3 {
  margin: 14px 0 0;
  color: var(--service-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.service-related article p {
  margin: 9px 0 0;
  color: var(--service-muted);
  font-size: 12px;
  line-height: 1.35;
}

.service-related a {
  display: inline-flex;
  margin-top: 13px;
  color: var(--service-ink);
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .page-services header {
    padding: 25px 32px;
  }

  .page-services header nav ul {
    flex-wrap: wrap;
    gap: 22px;
  }

  .service-hero__content {
    width: calc(100% - 64px);
    padding-bottom: 72px;
  }

  .service-stats__grid {
    width: calc(100% - 64px);
  }

  .service-stats__grid div {
    padding-right: 24px;
  }

  .service-description,
  .service-process,
  .service-booking,
  .service-related {
    padding-right: 32px;
    padding-left: 32px;
  }

  .service-description {
    gap: 56px;
  }

  .service-description__deliverables {
    padding-left: 56px;
  }

  .service-preparation__content {
    padding: 64px 40px 56px 48px;
  }

  .service-process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 72px;
  }

  .service-booking {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .service-booking h2 {
    font-size: 48px;
  }

  .service-consultation {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .page-services header {
    padding: 22px;
  }

  .page-services header nav ul {
    justify-content: flex-start;
    gap: 14px 18px;
  }

  .page-services header nav a {
    font-size: 11px;
  }

  .service-hero {
    min-height: 720px;
  }

  .service-hero__content {
    width: calc(100% - 44px);
    min-height: 720px;
    padding-bottom: 60px;
  }

  .service-hero h1 {
    font-size: 64px;
  }

  .service-stats__grid {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 44px);
  }

  .service-stats__grid div {
    padding: 24px 18px 24px 0;
    border-bottom: 1px solid var(--service-line);
  }

  .service-stats__grid div:nth-child(2n) {
    padding-left: 24px;
    border-right: 0;
  }

  .service-description,
  .service-process,
  .service-booking,
  .service-related {
    padding-right: 22px;
    padding-left: 22px;
  }

  .service-description {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-section-heading h2,
  .service-preparation h2 {
    font-size: 40px;
  }

  .service-description__text {
    margin-top: 44px;
  }

  .service-description__deliverables {
    padding-top: 48px;
    padding-left: 0;
    border-top: 1px solid var(--service-line);
    border-left: 0;
  }

  .service-description__deliverables h3 {
    font-size: 40px;
  }

  .service-description__text p {
    font-size: 16px;
    line-height: 1.7;
  }

  .service-preparation {
    grid-template-columns: 1fr;
  }

  .service-preparation__content {
    padding: 62px 22px;
  }

  .service-preparation__image {
    min-height: 320px;
  }

  .service-process {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-process__steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 52px;
  }

  .service-booking {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .service-booking h2 {
    font-size: 46px;
  }

  .service-booking__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .service-consultation {
    padding: 24px;
  }

  .service-consultation dl {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-related {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .service-related__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 44px;
  }
}

@media (max-width: 486px) {
  .page-services header nav ul {
    gap: 12px 14px;
  }

  .service-hero {
    min-height: 690px;
  }

  .service-hero__content {
    min-height: 690px;
    padding-bottom: 48px;
  }

  .service-hero h1 {
    font-size: 54px;
  }

  .service-button {
    width: 100%;
    min-width: 0;
  }

  .service-button--gold {
    width: auto;
    min-width: 242px;
  }

  .service-stats__grid {
    grid-template-columns: 1fr;
  }

  .service-stats__grid div,
  .service-stats__grid div:nth-child(2n) {
    padding-left: 0;
    border-right: 0;
  }

  .service-section-heading h2,
  .service-preparation h2,
  .service-booking h2,
  .service-description__deliverables h3 {
    font-size: 36px;
  }
}

/* Scroll reveal — staggered fade + rise */
@media (prefers-reduced-motion: no-preference) {
  .page-services [data-reveal] > * {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    will-change: opacity, transform;
  }

  .page-services [data-reveal].is-revealed > * {
    opacity: 1;
    transform: none;
  }

  .page-services [data-reveal].is-revealed > *:nth-child(1) { transition-delay: 0s; }
  .page-services [data-reveal].is-revealed > *:nth-child(2) { transition-delay: 0.08s; }
  .page-services [data-reveal].is-revealed > *:nth-child(3) { transition-delay: 0.16s; }
  .page-services [data-reveal].is-revealed > *:nth-child(4) { transition-delay: 0.24s; }
  .page-services [data-reveal].is-revealed > *:nth-child(5) { transition-delay: 0.32s; }
  .page-services [data-reveal].is-revealed > *:nth-child(6) { transition-delay: 0.4s; }
}

/* iPad Mini (768px) & iPad Air (820px) portrait — two columns are too cramped here,
   so stack the description section for this width range only */
@media (min-width: 761px) and (max-width: 820px) {
  .service-description {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-description__deliverables {
    padding-top: 48px;
    padding-left: 0;
    border-top: 1px solid var(--service-line);
    border-left: 0;
  }

  .service-stats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-stats__grid div:nth-child(2n) {
    border-right: 0;
  }

  .service-stats__grid div:nth-child(1),
  .service-stats__grid div:nth-child(2) {
    border-bottom: 1px solid var(--service-line);
  }

  .service-related__grid {
    grid-template-columns: 1fr 1fr;
  }
}
