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

* {
  box-sizing: border-box;
}

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

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

.page-process .site-header__nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-process .site-header__nav a {
  color: var(--process-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.page-process .site-header__nav a[aria-current="page"] {
  color: var(--process-gold-soft);
}

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

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

.process-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 244px;
  min-height: 40px;
  margin-top: 32px;
  padding: 12px 22px;
  background: linear-gradient(90deg, var(--process-gold-dark), var(--process-gold-light));
  color: #ffffff;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.process-intro {
  display: grid;
  align-items: end;
  align-content: end;
  width: min(1326px, calc(100% - 112px));
  min-height: 848px;
  margin: 0 auto;
  padding: 0 0 84px;
}

.process-intro > * {
  max-width: 921px;
}

.process-intro h1 {
  margin: 38px 0 0;
  background: linear-gradient(90deg, var(--process-purple-dark) 14%, var(--process-purple) 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

.process-subtitle {
  margin: 5px 0 0 1px;
  background: linear-gradient(90deg, var(--process-gold-dark), var(--process-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-style: italic;
  line-height: 1.25;
}

.process-lede {
  max-width: 921px;
  margin: 22px 0 0;
  color: #000000;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.8;
}

.process-intro .process-button {
  justify-self: start;
}

.process-glance {
  background: var(--process-cream);
}

.process-glance__inner {
  width: min(1340px, calc(100% - 100px));
  min-height: 211px;
  margin: 0 auto;
  padding-top: 18px;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 38px;
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
}

.process-timeline li {
  position: relative;
  min-height: 118px;
  text-align: center;
}

.process-timeline li::before {
  position: absolute;
  top: 25px;
  left: calc(50% + 25px);
  width: calc(100% - 12px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--process-gold-soft), #c7c7c7);
}

.process-timeline li:last-child::before {
  display: none;
}

.process-timeline span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--process-gold-dark), var(--process-gold-light));
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.process-timeline li:nth-child(2) span {
  opacity: 0.8;
}

.process-timeline li:nth-child(3) span {
  opacity: 0.6;
}

.process-timeline li:nth-child(4) span {
  opacity: 0.4;
}

.process-timeline li:nth-child(5) span {
  opacity: 0.2;
}

.process-timeline strong,
.process-timeline em {
  display: block;
  color: var(--process-ink);
  font-style: normal;
}

.process-timeline strong {
  margin-top: 7px;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
}

.process-timeline em {
  margin-top: 7px;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.process-step {
  display: grid;
  grid-template-columns: 40.6% 59.4%;
  min-height: 560px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: max(50px, calc((100% - 1340px) / 2));
  padding-right: max(50px, calc((100% - 1340px) / 2));
  background: #ffffff;
}

.process-step:nth-child(even) {
  background: var(--process-cream);
}

.process-step__summary {
  position: relative;
  padding-top: 308px;
}

.process-step__number {
  position: absolute;
  top: -54px;
  left: -11px;
  /* padding-bottom extends the gradient-clip paint area so the italic "5"
     descender isn't cut; the negative margin keeps spacing unchanged. */
  margin: 0 0 -0.24em;
  padding-bottom: 0.24em;
  background: linear-gradient(90deg, var(--process-gold-dark), var(--process-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Playfair Display", "Lora", Georgia, "Times New Roman", serif;
  font-size: 296px;
  font-style: italic;
  line-height: 1;
}

.process-step:first-child .process-step__number {
  top: -37px;
}

.process-step h2 {
  /* padding-bottom extends the gradient-clip paint area so descenders
     aren't cut; the negative margin keeps surrounding spacing unchanged. */
  margin: 18px 0 -0.18em;
  padding-bottom: 0.18em;
  background: linear-gradient(90deg, var(--process-purple-dark) 14%, var(--process-purple) 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.05;
}

.process-step__label {
  margin: 29px 0 0;
  color: var(--process-muted);
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.process-step__duration {
  margin: 8px 0 0;
  color: #5b3d7a;
  font-family: "Canela Deck", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.process-step__details {
  padding-top: 80px;
}

.process-step__copy {
  width: min(660px, 100%);
  margin: 28px 0 0;
  color: var(--process-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.8;
}

.process-step__included-title {
  margin-top: 80px;
}

.process-step ul {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.process-step li {
  position: relative;
  margin-top: 14px;
  padding-left: 24px;
  color: var(--process-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.25;
}

.process-step li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
  color: var(--process-gold-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.process-expectations {
  background: linear-gradient(90deg, var(--process-purple-dark) 14%, var(--process-purple) 93%);
  color: #ffffff;
}

.process-expectations__inner {
  width: min(1200px, calc(100% - 80px));
  min-height: 626px;
  margin: 0 auto;
  padding: 100px 0 80px;
}

.process-expectations h2 {
  margin: 28px 0 0;
  color: #ffffff;
  font-family: "Canela Deck", Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.98;
}

.process-expectations h2 span,
.process-expectations h3 {
  background: linear-gradient(90deg, var(--process-gold-dark), var(--process-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.process-expectations h2 span {
  /* extend the gradient-clip paint area so italic descenders aren't cut */
  padding-bottom: 0.2em;
  font-style: italic;
}

.process-expectations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 144px;
  width: min(1010px, 100%);
  margin-top: 68px;
}

.process-expectations h3 {
  margin: 0;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.process-expectations p:not(.process-eyebrow) {
  margin: 9px 0 0;
  color: #ffffff;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.7;
}

.process-faq {
  background: #ffffff;
}

.process-faq__inner {
  width: min(1200px, calc(100% - 80px));
  min-height: 672px;
  margin: 0 auto;
  padding: 52px 0 26px;
}

.process-faq h2 {
  margin: 27px 0 46px;
  color: var(--process-ink);
  font-family: "Canela Deck", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.process-faq__list article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 540px) minmax(300px, 600px) 24px;
  gap: 20px;
  align-items: start;
  min-height: 88px;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}

.process-faq h3 {
  margin: 0;
  color: var(--process-ink);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.process-faq p {
  margin: 0;
  color: var(--process-muted);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.8;
}

.process-faq span {
  color: var(--process-gold-soft);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

.process-cta {
  background: linear-gradient(90deg, var(--process-purple-dark) 14%, var(--process-purple) 93%);
  color: #ffffff;
}

.process-cta__inner {
  width: min(1200px, calc(100% - 80px));
  min-height: 420px;
  margin: 0 auto;
  padding: 73px 0 80px;
}

.process-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Canela Deck", Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
}

.process-cta h2 span {
  /* extend the gradient-clip paint area so italic descenders aren't cut */
  padding-bottom: 0.2em;
  background: linear-gradient(90deg, var(--process-gold-dark), var(--process-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.process-cta p {
  width: min(399px, 100%);
  margin: 24px 0 0;
  color: #ffffff;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.process-button--large {
  min-width: 300px;
  min-height: 60px;
  margin-top: 31px;
  letter-spacing: 0;
}

.process-image-break {
  height: 564px;
  overflow: hidden;
}

.process-image-break img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

@media (max-width: 1100px) {
  .page-process header {
    padding: 24px 32px;
  }

  .page-process .site-header__nav ul {
    gap: 22px;
  }

  .process-intro {
    width: calc(100% - 64px);
    min-height: 848px;
    padding: 0 0 72px;
  }

  .process-intro h1 {
    font-size: 96px;
  }

  .process-subtitle {
    font-size: 44px;
  }

  .process-glance__inner,
  .process-expectations__inner,
  .process-faq__inner,
  .process-cta__inner {
    width: min(100% - 64px, 1200px);
  }

  .process-timeline {
    gap: 22px;
  }

  .process-timeline strong {
    font-size: 19px;
  }

  .process-step {
    grid-template-columns: 38% 62%;
    padding: 0 64px;
  }

  .process-step__number {
    font-size: 230px;
  }

  .process-step h2 {
    font-size: 52px;
  }

  .process-expectations__grid {
    gap: 34px 80px;
  }

  .process-faq__list article {
    grid-template-columns: minmax(220px, 40%) 1fr 24px;
  }
}

@media (max-width: 760px) {
  .page-process header {
    padding: 20px 24px;
  }

  .page-process .site-header__nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 18px;
  }

  .page-process .site-header__nav a {
    font-size: 11px;
    letter-spacing: 0;
  }

  .process-intro {
    width: calc(100% - 44px);
    min-height: 720px;
    padding: 0 0 60px;
  }

  .process-intro h1 {
    font-size: 64px;
    line-height: 0.95;
  }

  .process-subtitle {
    font-size: 34px;
  }

  .process-lede {
    font-size: 16px;
    line-height: 1.65;
  }

  .process-glance__inner,
  .process-expectations__inner,
  .process-faq__inner,
  .process-cta__inner {
    width: calc(100% - 48px);
  }

  .process-glance__inner {
    padding-bottom: 34px;
  }

  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .process-timeline li {
    text-align: left;
  }

  .process-timeline li::before {
    display: none;
  }

  .process-timeline strong,
  .process-timeline em {
    margin-left: 0;
  }

  .process-step {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 64px 24px;
  }

  .process-step__summary {
    padding-top: 0;
  }

  .process-step__number {
    position: static;
    font-size: 118px;
    line-height: 0.9;
  }

  .process-step h2 {
    font-size: 44px;
  }

  .process-step__details {
    padding-top: 42px;
  }

  .process-step__included-title {
    margin-top: 44px;
  }

  .process-expectations__inner {
    padding: 72px 0;
  }

  .process-expectations h2,
  .process-cta h2 {
    font-size: 42px;
  }

  .process-expectations__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .process-faq__inner {
    padding-top: 48px;
  }

  .process-faq h2 {
    font-size: 40px;
  }

  .process-faq__list article {
    grid-template-columns: 1fr 24px;
    gap: 12px 18px;
  }

  .process-faq p {
    grid-column: 1 / -1;
  }

  .process-faq span {
    grid-column: 2;
    grid-row: 1;
  }

  .process-image-break {
    height: 420px;
  }
}

@media (max-width: 486px) {
  .page-process header {
    padding: 18px 20px;
  }

  .page-process .site-header__nav ul {
    gap: 12px 16px;
  }

  .process-intro {
    width: calc(100% - 44px);
    min-height: 690px;
    padding: 0 0 48px;
  }

  .process-intro h1 {
    margin-top: 32px;
    font-size: 54px;
  }

  .process-subtitle {
    font-size: 28px;
  }

  .process-lede {
    margin-top: 18px;
    font-size: 15px;
  }

  .process-button {
    width: min(100%, 300px);
    min-width: 0;
    letter-spacing: 0;
  }

  .process-glance__inner,
  .process-expectations__inner,
  .process-faq__inner,
  .process-cta__inner {
    width: calc(100% - 32px);
  }

  .process-timeline {
    grid-template-columns: 1fr;
  }

  .process-timeline li {
    display: grid;
    grid-template-columns: 51px 1fr;
    gap: 0 16px;
    min-height: 72px;
  }

  .process-timeline span {
    grid-row: span 2;
  }

  .process-timeline strong {
    margin-top: 2px;
  }

  .process-step {
    padding: 52px 20px;
  }

  .process-step__number {
    font-size: 96px;
  }

  .process-step h2 {
    font-size: 38px;
  }

  .process-step__copy {
    font-size: 15px;
  }

  .process-expectations h2,
  .process-cta h2 {
    font-size: 34px;
  }

  .process-faq h2 {
    font-size: 34px;
  }

  .process-faq h3 {
    font-size: 19px;
  }

  .process-cta__inner {
    min-height: 360px;
    padding: 54px 0 60px;
  }

  .process-button--large {
    min-height: 56px;
  }

  .process-image-break {
    height: 320px;
  }
}

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

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

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

/* CTA — work-cta style (mirrors the project pages) */
.work-cta {
  margin-top: 70px;
  background: linear-gradient(90deg, #120719 14%, #500082 93%);
  color: #ffffff;
}

.work-cta__inner {
  width: min(1200px, calc(100% - 100px));
  min-height: 350px;
  margin: 0 auto;
  padding: 67px 0 76px;
}

.work-eyebrow {
  margin: 0;
  color: #c9a961;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.work-cta .work-eyebrow {
  color: #ecc368;
}

.work-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 15px;
  background: currentColor;
  color: #c9a961;
}

.work-cta h2 {
  max-width: 680px;
  margin: 18px 0 0;
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 48px;
  font-style: italic;
  line-height: 1.1;
}

.work-cta h2 span {
  background: linear-gradient(90deg, #c69a52, #f2ddb4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.work-cta p:not(.work-eyebrow) {
  width: min(430px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.65;
}

.work-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 42px;
  margin-top: 27px;
  padding: 13px 24px;
  background: linear-gradient(90deg, #c69a52, #f2ddb4);
  color: #120719;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .work-cta__inner {
    width: min(920px, calc(100% - 64px));
  }
}

@media (max-width: 760px) {
  .work-cta {
    margin-top: 48px;
  }

  .work-cta__inner {
    width: calc(100vw - 44px);
    max-width: calc(100% - 44px);
    min-height: 320px;
    padding: 54px 0 60px;
  }

  .work-cta h2 {
    max-width: calc(100vw - 44px);
    font-size: 38px;
  }

  .work-cta h2 span {
    display: block;
  }

  .work-cta p:not(.work-eyebrow) {
    max-width: calc(100vw - 44px);
  }
}

@media (max-width: 486px) {
  .work-cta__inner {
    width: calc(100vw - 44px);
    max-width: calc(100% - 44px);
  }

  .work-cta h2 {
    max-width: calc(100vw - 44px);
  }

  .work-cta p:not(.work-eyebrow) {
    width: min(100%, 340px);
    max-width: min(100%, 340px);
  }

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