:root {
  --home-cream: #fafaf8;
  --home-warm: #f3eee7;
  --home-gold: #ecc368;
  --home-gold-dark: #c69a52;
  --home-gold-light: #f2ddb4;
  --home-purple-dark: #120719;
  --home-purple: #500082;
  --home-purple-soft: #2b1038;
  --home-ink: #26152f;
  --home-muted: #6d6470;
}

* {
  box-sizing: border-box;
}

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

.page-home main {
  overflow: hidden;
}

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

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

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

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

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

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

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

.home-button,
.home-text-link,
.home-inline-link,
.home-curated__link,
.home-luxury__bar a {
  text-decoration: none;
}

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

.home-button--gold {
  min-width: 214px;
  background: linear-gradient(90deg, var(--home-gold-dark), var(--home-gold-light));
  color: var(--home-purple-dark);
}

.home-button--purple {
  min-width: 242px;
  background: linear-gradient(90deg, var(--home-purple-dark), var(--home-purple));
}

.home-text-link,
.home-inline-link,
.home-curated__link,
.home-luxury__bar a {
  color: currentColor;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

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

.home-hero > picture {
  display: contents;
}

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

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

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

.home-hero__content > * {
  max-width: 960px;
}

.home-hero__eyebrow {
  color: var(--home-gold);
}

.home-hero__rule {
  color: var(--home-gold);
}

.home-hero h1 {
  margin: 18px 0 0;
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.5px;
}

.home-hero h1 span {
  font-style: italic;
}

.home-hero__content > p:not(.home-eyebrow) {
  max-width: 566px;
  margin: 28px 0 0;
  color: #ffffff;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
}

.home-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.home-text-link {
  color: #ffffff;
}

.home-studio {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 524px;
  gap: 88px;
  align-items: center;
  width: min(1200px, calc(100% - 100px));
  margin: 0 auto;
  padding: 132px 0 118px;
}

.home-studio h2,
.home-section-heading h2,
.home-process h2,
.home-cta h2 {
  margin: 34px 0 0;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home-studio h2,
.home-section-heading h2 {
  background: linear-gradient(90deg, var(--home-purple-dark), var(--home-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 80px;
  font-style: italic;
  line-height: 1.03;
}

.home-studio h2 {
  font-size: 68px;
}

@media (max-width: 1280px) {
  .home-studio {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
  }

  .home-studio h2 {
    font-size: 56px;
  }
}

.home-studio__content > p:not(.home-eyebrow) {
  max-width: 594px;
  margin: 30px 0 0;
  color: #1d1d1d;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.75;
}

.home-inline-link {
  display: inline-flex;
  margin-top: 31px;
  color: var(--home-purple);
}

.home-studio__image {
  border: 1px solid rgba(198, 154, 82, 0.55);
  padding: 12px;
}

.home-studio__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

/* ===== Selected works + curated selection ===== */
.home-works {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 104px 0 0;
}

.home-section-heading,
.home-works__grid {
  width: min(1200px, calc(100% - 100px));
  margin: 0 auto;
}

.home-section-heading {
  margin-bottom: 40px;
}

/* --- works grid --- */
.home-works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 540px 332px;
  gap: 26px;
  margin-bottom: 92px;
}

.home-project {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(198, 154, 82, 0.45);
  background: var(--home-purple-dark);
  color: #ffffff;
  text-decoration: none;
}

.home-project--villa { grid-column: 1 / 3; grid-row: 1; }
.home-project--sofia { grid-column: 3 / 4; grid-row: 1; }
.home-project--interior { grid-column: 1 / 2; grid-row: 2; }
.home-project--living { grid-column: 2 / 4; grid-row: 2; }

.home-project img {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  object-fit: cover;
}

.home-project__caption {
  flex: none;
  padding: 19px 32px 22px;
  background: linear-gradient(115deg, var(--home-purple-dark), var(--home-purple));
}

.home-project__caption h3 {
  margin: 0;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
}

.home-project__caption p {
  margin: 7px 0 0;
  color: var(--home-gold-light);
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* --- curated selection band --- */
.home-curated {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 452px;
}

.home-curated__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-curated__panel {
  display: flex;
  flex-direction: column;
  padding: 52px 44px 46px;
  background: linear-gradient(165deg, var(--home-purple) 0%, var(--home-purple-dark) 100%);
  color: #ffffff;
}

.home-curated__title {
  margin: 0;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-curated__sub {
  margin: 15px 0 0;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-curated__link {
  margin-top: auto;
  padding-top: 40px;
  color: var(--home-gold);
}

/* --- dark luxury bar --- */
.home-luxury__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 22px 50px;
  background: linear-gradient(90deg, var(--home-purple-dark), var(--home-purple));
  color: #ffffff;
}

.home-luxury__bar h2 {
  margin: 0;
  max-width: 330px;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-luxury__bar a {
  flex: none;
  color: var(--home-gold);
}

.home-services-preview {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.home-marquee {
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 4;
  height: 60px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  color: var(--home-gold);
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
}

.home-marquee span {
  display: inline-block;
  flex-shrink: 0;
  min-width: max-content;
  padding-right: 60px;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: home-marquee-scroll 30s linear infinite;
  will-change: transform;
}

@keyframes home-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.home-services-preview__inner {
  position: relative;
  height: 950px;
  min-height: 950px;
  padding: 0;
}

.home-services-preview__eyebrow {
  position: absolute;
  top: 197px;
  left: 50%;
  z-index: 4;
  width: 267px;
  margin: 0;
  transform: translateX(-50%);
  color: #2a1a3f;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  text-align: center;
  text-transform: uppercase;
}

.home-services-preview__image {
  position: absolute;
  top: 302px;
  left: 50%;
  z-index: 2;
  width: 524px;
  height: 524px;
  overflow: hidden;
  transform: translateX(-50%);
  border: 1px solid #c9a961;
  padding: 0;
}

.home-services-preview__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.025);
  transition: opacity 520ms ease, transform 720ms ease;
}

.home-services-preview__image img.is-active {
  opacity: 0.8;
  transform: scale(1);
}

.home-services-preview__list {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  margin: 0;
  pointer-events: none;
}

.home-services-preview__list p {
  position: absolute;
  display: block;
  height: 128px;
  margin: 0;
  background: none;
  color: rgba(70, 1, 114, 0.2);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 100;
  line-height: 128px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 520ms ease;
}

.home-services-preview__list p.is-active {
  color: #460172;
}

.home-services-preview__list p:nth-child(1) {
  top: 272px;
  left: calc(50% - 607px);
}

.home-services-preview__list p:nth-child(2) {
  top: 403px;
  left: calc(50% - 345.5px);
}

.home-services-preview__list p:nth-child(3) {
  top: 534px;
  left: calc(50% - 489px);
}

.home-services-preview__list p:nth-child(4) {
  top: 665px;
  left: calc(50% - 186px);
}

.home-services-preview__list p:nth-child(5) {
  top: 800px;
  left: calc(50% - 345.5px);
}

.home-services-preview__list span {
  position: absolute;
  top: 15px;
  min-width: 0;
  color: #2a1a3f;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.home-services-preview__list p:nth-child(1) span {
  left: -52px;
}

.home-services-preview__list p:nth-child(2) span,
.home-services-preview__list p:nth-child(5) span {
  left: -93.5px;
}

.home-services-preview__list p:nth-child(3) span {
  left: -67px;
}

.home-services-preview__list p:nth-child(4) span {
  left: -106.5px;
}

.home-services-preview__inner > .home-inline-link {
  display: none;
}

.home-process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 48%);
  gap: 60px;
  align-items: center;
  padding: 108px max(50px, calc((100% - 1200px) / 2)) 110px;
  background: linear-gradient(110deg, var(--home-purple-dark), var(--home-purple));
  color: #ffffff;
}

.home-process .home-rule {
  color: var(--home-gold);
}

.home-process h2 {
  max-width: 690px;
  color: #ffffff;
  font-size: 64px;
  font-style: italic;
  line-height: 1.05;
}

.home-process__steps {
  display: grid;
  gap: 24px;
  max-width: 620px;
  margin-top: 38px;
}

.home-process__steps article {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(236, 195, 104, 0.35);
}

.home-process__steps h3,
.home-process__steps p {
  margin: 0;
}

.home-process__steps h3 {
  color: var(--home-gold);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-process__steps p {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.5;
}

.home-process__image {
  justify-self: end;
  width: min(610px, 100%);
}

.home-process__image img {
  width: 100%;
  object-fit: contain;
}

.home-process .home-button {
  margin-top: 38px;
}

.home-cta {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 48px;
  align-items: end;
  padding: 96px 50px 88px;
  background: linear-gradient(90deg, var(--home-gold-dark), var(--home-gold-light));
  color: var(--home-purple-dark);
}

.home-cta h2 {
  max-width: 780px;
  color: var(--home-purple-dark);
  font-size: 72px;
  font-style: italic;
  line-height: 1.02;
}

.home-cta h2 span {
  background: linear-gradient(90deg, var(--home-purple-dark), var(--home-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-cta p:not(.home-eyebrow) {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(18, 7, 25, 0.82);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

.home-cta .home-eyebrow {
  color: var(--home-purple-dark);
}

.home-image-break {
  height: 746px;
  background: var(--home-purple-dark);
}

.home-image-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

  .home-hero__content {
    width: calc(100% - 64px);
    min-height: 760px;
    padding-bottom: 72px;
  }

  .home-hero h1 {
    font-size: 82px;
  }

  .home-studio,
  .home-section-heading,
  .home-works__grid {
    width: min(920px, calc(100% - 64px));
  }

  .home-studio {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    padding: 104px 0 96px;
  }

  .home-studio__image {
    width: 100%;
  }

  .home-studio h2 {
    font-size: 48px;
  }

  .home-works__grid {
    grid-template-rows: 412px 264px;
    gap: 20px;
    margin-bottom: 72px;
  }

  .home-curated {
    grid-auto-rows: 360px;
  }

  .home-curated__panel {
    padding: 40px 30px 36px;
  }

  .home-curated__title {
    font-size: 36px;
  }

  .home-luxury__bar {
    padding: 22px 32px;
  }

  .home-services-preview {
    min-height: 820px;
  }

  .home-marquee {
    top: 58px;
    height: 46px;
  }

  .home-marquee span {
    left: calc(50% - 930px);
    font-size: 40px;
    line-height: 40px;
  }

  .home-services-preview__inner {
    height: 820px;
    min-height: 820px;
    padding: 0;
  }

  .home-services-preview__eyebrow {
    top: 145px;
    font-size: 12px;
    line-height: 15px;
  }

  .home-services-preview__image {
    position: absolute;
    top: 230px;
    left: 50%;
    width: 400px;
    height: 400px;
    margin: 0;
    transform: translateX(-50%);
  }

  .home-services-preview__list p {
    height: 92px;
    font-size: 92px;
    line-height: 92px;
  }

  .home-services-preview__list p:nth-child(1) {
    top: 210px;
    left: calc(50% - 455px);
  }

  .home-services-preview__list p:nth-child(2) {
    top: 315px;
    left: calc(50% - 270px);
  }

  .home-services-preview__list p:nth-child(3) {
    top: 418px;
    left: calc(50% - 365px);
  }

  .home-services-preview__list p:nth-child(4) {
    top: 520px;
    left: calc(50% - 140px);
  }

  .home-services-preview__list p:nth-child(5) {
    top: 625px;
    left: calc(50% - 270px);
  }

  .home-services-preview__list span {
    top: 11px;
    font-size: 16px;
    line-height: 16px;
  }

  .home-services-preview__list p:nth-child(1) span {
    left: -40px;
  }

  .home-services-preview__list p:nth-child(2) span,
  .home-services-preview__list p:nth-child(5) span {
    left: -72px;
  }

  .home-services-preview__list p:nth-child(3) span {
    left: -52px;
  }

  .home-services-preview__list p:nth-child(4) span {
    left: -82px;
  }

  .home-process {
    padding: 88px 32px;
  }

  .home-cta {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 78px 32px;
  }
}

/* Below iPad Pro — stack the process section */
@media (max-width: 833px) {
  .home-process {
    grid-template-columns: 1fr;
  }

  .home-process__image {
    justify-self: start;
    width: min(560px, 100%);
  }
}

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

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

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

  .home-hero {
    min-height: 760px;
  }

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

  .home-hero h1 {
    font-size: 58px;
  }

  .home-hero__content > p:not(.home-eyebrow) {
    font-size: 17px;
  }

  .home-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .home-studio,
  .home-section-heading,
  .home-works__grid {
    width: calc(100% - 44px);
  }

  .home-studio {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 78px 0;
  }

  .home-studio__image {
    width: min(524px, 100%);
  }

  .home-studio h2,
  .home-section-heading h2,
  .home-process h2,
  .home-cta h2 {
    font-size: 46px;
    line-height: 1.08;
  }

  .home-studio__content > p:not(.home-eyebrow),
  .home-cta p:not(.home-eyebrow) {
    font-size: 17px;
    line-height: 1.65;
  }

  .home-works {
    padding: 72px 0 0;
  }

  .home-section-heading {
    margin-bottom: 24px;
    order: 1;
  }

  /* dissolve the inner grids so the curated panel can sit above the cards */
  .home-works__grid,
  .home-curated {
    display: contents;
  }

  .home-curated__panel { order: 2; }
  .home-project--villa { order: 3; }
  .home-project--sofia { order: 4; }
  .home-curated__img { order: 7; }
  .home-luxury__bar { order: 8; }

  /* hide the captionless decorative work images on mobile */
  .home-project--interior,
  .home-project--living {
    display: none;
  }

  .home-project {
    grid-column: auto;
    grid-row: auto;
    border: 0;
  }

  .home-project img {
    flex: none;
    height: 256px;
  }

  .home-project__caption {
    padding: 20px 24px 24px;
  }

  .home-project__caption h3 {
    font-size: 27px;
  }

  .home-curated__img {
    height: 256px;
  }

  .home-curated__panel {
    min-height: 430px;
    padding: 48px 28px 40px;
  }

  .home-curated__title {
    font-size: 40px;
  }

  .home-luxury__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 24px;
  }

  .home-luxury__bar h2 {
    max-width: none;
  }

  .home-marquee span {
    left: calc(50% - 700px);
    padding-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .home-services-preview {
    min-height: 700px;
  }

  .home-marquee {
    top: 34px;
    height: 38px;
  }

  .home-services-preview__inner {
    position: relative;
    display: block;
    height: 700px;
    min-height: 700px;
    overflow: hidden;
    padding: 0;
  }

  .home-services-preview__eyebrow {
    position: absolute;
    top: 118px;
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
    font-size: 11px;
    line-height: 14px;
  }

  .home-services-preview__image {
    position: absolute;
    top: 224px;
    left: 50%;
    width: min(330px, calc(100% - 60px));
    height: auto;
    aspect-ratio: 1;
    transform: translateX(-50%);
  }

  .home-services-preview__list {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    pointer-events: none;
  }

  .home-services-preview__list p {
    position: absolute;
    display: block;
    height: clamp(44px, 7.6vw, 58px);
    font-size: clamp(44px, 7.6vw, 58px);
    line-height: clamp(44px, 7.6vw, 58px);
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .home-services-preview__list p:nth-child(1) {
    top: 205px;
    left: max(18px, calc(50% - 260px));
  }

  .home-services-preview__list p:nth-child(2) {
    top: 282px;
    left: calc(50% - 162px);
  }

  .home-services-preview__list p:nth-child(3) {
    top: 360px;
    left: max(24px, calc(50% - 225px));
  }

  .home-services-preview__list p:nth-child(4) {
    top: 438px;
    left: calc(50% - 62px);
  }

  .home-services-preview__list p:nth-child(5) {
    top: 535px;
    left: calc(50% - 162px);
  }

  .home-services-preview__list span {
    position: absolute;
    top: 7px;
    left: -40px;
    font-size: 12px;
    line-height: 12px;
  }

  .home-services-preview__list p:nth-child(1) span {
    left: -30px;
  }

  .home-services-preview__list p:nth-child(2) span,
  .home-services-preview__list p:nth-child(5) span {
    left: -52px;
  }

  .home-services-preview__list p:nth-child(3) span {
    left: -40px;
  }

  .home-services-preview__list p:nth-child(4) span {
    left: -62px;
  }

  .home-process {
    padding: 68px 22px;
  }

  .home-process__steps article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-cta {
    padding: 62px 22px;
  }

  .home-image-break {
    height: 520px;
  }
}

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

  .home-curated__img {
    display: none;
  }

  .home-hero {
    min-height: 700px;
  }

  .home-hero__content {
    min-height: 660px;
    padding-bottom: 48px;
  }

  .home-hero h1 {
    font-size: 48px;
  }

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

  .home-studio h2,
  .home-section-heading h2,
  .home-process h2,
  .home-cta h2 {
    font-size: 38px;
  }

  .home-project img,
  .home-curated__img {
    height: 212px;
  }

  .home-curated__title {
    font-size: 34px;
  }

  .home-curated__panel {
    min-height: 380px;
  }

  .home-marquee {
    top: 30px;
    height: 32px;
  }

  .home-marquee span {
    left: calc(50% - 610px);
    font-size: 26px;
    line-height: 26px;
  }

  .home-services-preview {
    min-height: 600px;
  }

  .home-services-preview__inner {
    height: 600px;
    min-height: 600px;
  }

  .home-services-preview__eyebrow {
    top: 100px;
    width: 260px;
  }

  .home-services-preview__image {
    top: 198px;
    width: min(290px, calc(100% - 68px));
  }

  .home-services-preview__list p {
    height: clamp(31px, 8vw, 34px);
    font-size: clamp(31px, 8vw, 34px);
    line-height: clamp(31px, 8vw, 34px);
  }

  .home-services-preview__list p:nth-child(1) {
    top: 190px;
    left: max(24px, calc(50% - 158px));
  }

  .home-services-preview__list p:nth-child(2) {
    top: 255px;
    left: calc(50% - 105px);
  }

  .home-services-preview__list p:nth-child(3) {
    top: 322px;
    left: max(22px, calc(50% - 128px));
  }

  .home-services-preview__list p:nth-child(4) {
    top: 390px;
    left: calc(50% - 34px);
  }

  .home-services-preview__list p:nth-child(5) {
    top: 466px;
    left: calc(50% - 105px);
  }

  .home-services-preview__list span {
    top: 5px;
    font-size: 11px;
    line-height: 11px;
  }

  .home-services-preview__list p:nth-child(1) span {
    left: -24px;
  }

  .home-services-preview__list p:nth-child(2) span,
  .home-services-preview__list p:nth-child(5) span {
    left: -42px;
  }

  .home-services-preview__list p:nth-child(3) span {
    left: -32px;
  }

  .home-services-preview__list p:nth-child(4) span {
    left: -50px;
  }

  .home-image-break {
    height: 410px;
  }
}

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

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

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

  /* cards and images carry borders / are single visuals —
     animate the whole element so the border fades in with the image */
  .page-home .home-studio__image[data-reveal],
  .page-home .home-project[data-reveal],
  .page-home .home-curated__img[data-reveal],
  .page-home .home-process__image[data-reveal],
  .page-home .home-image-break[data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    will-change: opacity, transform;
  }

  .page-home .home-studio__image[data-reveal].is-revealed,
  .page-home .home-project[data-reveal].is-revealed,
  .page-home .home-curated__img[data-reveal].is-revealed,
  .page-home .home-process__image[data-reveal].is-revealed,
  .page-home .home-image-break[data-reveal].is-revealed {
    opacity: 1;
    transform: none;
  }

  .page-home .home-studio__image[data-reveal] > *,
  .page-home .home-project[data-reveal] > *,
  .page-home .home-process__image[data-reveal] > *,
  .page-home .home-image-break[data-reveal] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* CTA — work-cta style, gold background */
.work-cta {
  margin-top: 0;
  background: linear-gradient(90deg, #c69a52, #f2ddb4);
  color: #120719;
}

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

.work-eyebrow {
  margin: 0;
  color: #500082;
  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-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 15px;
  background: currentColor;
  color: #500082;
}

.work-cta h2 {
  max-width: 680px;
  margin: 18px 0 0;
  color: #120719;
  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, #500082, #120719);
  -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(18, 7, 25, 0.78);
  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, #120719, #500082);
  color: #ffffff;
  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: 0;
  }

  .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;
  }
}
