:root {
  --ivory: #f7f1e9;
  --porcelain: #fffaf3;
  --stone: #dfd2c3;
  --ink: #231a14;
  --muted: #74665a;
  --walnut: #8f4b1c;
  --walnut-dark: #5b2e13;
  --olive: #5d6745;
  --charcoal: #171815;
  --line: rgba(83, 55, 34, 0.16);
  --shadow: 0 28px 80px rgba(49, 31, 19, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 18px 54px rgba(23, 18, 14, 0.16);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, #a86126, #693513);
  font-weight: 700;
}

.brand-logo {
  width: 58px;
  height: 48px;
  object-fit: contain;
  background: transparent;
  border: 0;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  gap: 28px;
  color: #514237;
  font-size: 14px;
  font-weight: 500;
}

.nav-links a:hover {
  color: var(--walnut);
}

.header-cta,
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  padding: 0 22px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.header-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, #a95b22, #7d3c14);
  box-shadow: 0 16px 34px rgba(137, 69, 24, 0.28);
}

.header-cta:hover,
.btn-primary:hover {
  background: linear-gradient(145deg, #bb6829, #733511);
  box-shadow: 0 20px 44px rgba(137, 69, 24, 0.34);
  transform: translateY(-1px);
}

.btn-soft {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.btn,
.header-cta,
.image-tile,
.project-gallery article,
.service-catalog article,
.mini-project-grid a,
.post-card,
.quote-form {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  isolation: isolate;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 700ms ease, transform 9000ms ease;
  transform: scale(1.01);
}

.hero > img.hero-fading {
  opacity: 0;
}

.hero > img.hero-zoom {
  transform: scale(1.055);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(26, 20, 16, 0.82) 0%, rgba(26, 20, 16, 0.62) 33%, rgba(26, 20, 16, 0.2) 70%, rgba(26, 20, 16, 0.06) 100%),
    linear-gradient(0deg, rgba(247, 241, 233, 0.98) 0%, rgba(247, 241, 233, 0) 23%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 164px;
  color: #fff;
}

.kicker {
  margin-bottom: 18px;
  color: var(--walnut);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero .kicker,
.process .kicker {
  color: #e7a66c;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(58px, 6.6vw, 94px);
  line-height: 0.9;
}

h2 {
  max-width: 800px;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.02;
}

/* Final visual and scroll correction pass */
@media (min-width: 1366px) {
  .why-premium .split-title,
  .spaces-heading,
  .before-after-section .section-title.narrow,
  .journey .split-title,
  .testimonials .split-title,
  .thinking-section .split-title,
  .service-showcase .split-title {
    grid-template-columns: clamp(150px, 13vw, 230px) minmax(0, 1fr);
    width: min(1500px, calc(100% - 48px));
  }

  .why-premium .split-title h2,
  .spaces-heading h2,
  .before-after-section h2,
  .thinking-section .split-title h2,
  .service-showcase h2 {
    max-width: none;
    font-size: clamp(48px, 4.15vw, 74px);
    line-height: 0.98;
    white-space: nowrap;
    text-wrap: normal;
  }

  .journey .split-title h2,
  .testimonials .split-title h2 {
    max-width: 1260px;
    font-size: clamp(44px, 3.75vw, 68px);
    line-height: 1;
    text-wrap: balance;
  }

  .service-showcase h2 {
    font-size: clamp(46px, 3.9vw, 70px);
  }

  .inner-hero h1,
  .page-hero h1,
  .project-hero h1 {
    max-width: 1120px;
    text-wrap: balance;
  }

  .inner-editorial h2 {
    max-width: 1080px;
    font-size: clamp(44px, 3.8vw, 68px);
  }
}

.why-premium .split-title h2 em,
.spaces-heading h2 em,
.before-after-section h2 em,
.thinking-section .split-title h2 em,
.service-showcase h2 em {
  color: var(--walnut);
  font-style: italic;
}

html,
body {
  overflow-x: hidden;
}

.why-premium {
  padding-top: clamp(62px, 5vw, 86px);
  padding-bottom: clamp(58px, 5vw, 82px);
}

.principle-row {
  margin-top: clamp(26px, 3vw, 38px);
}

.dual-feature {
  margin-top: 0;
  margin-bottom: 0;
}

.dream-story {
  min-height: 235vh;
}

.story-sticky {
  padding-block: clamp(42px, 5vw, 58px);
  min-height: 100svh;
}

.spaces-shape {
  padding-top: clamp(44px, 4vw, 66px);
  min-height: var(--spaces-height, 210vh);
  overflow: clip;
}

.spaces-heading {
  position: sticky;
  top: 72px;
  z-index: 4;
  padding-top: 0;
  padding-bottom: clamp(12px, 1.8vw, 22px);
  background: linear-gradient(180deg, var(--ivory) 0%, rgba(246, 240, 231, 0.92) 68%, rgba(246, 240, 231, 0) 100%);
}

.spaces-heading h2 {
  max-width: 1320px;
  font-size: clamp(42px, 4.4vw, 78px);
  line-height: 0.98;
}

.spaces-pin {
  top: clamp(178px, 19vh, 230px);
  min-height: min(70svh, 680px);
  margin-top: clamp(4px, 1vw, 12px);
  align-items: center;
}

.spaces-track {
  gap: clamp(16px, 1.4vw, 22px);
  padding-inline: max(28px, calc((100vw - 1460px) / 2));
}

.space-panel,
.space-panel:nth-child(even) {
  flex-basis: clamp(500px, 43vw, 640px);
  height: min(64svh, 600px);
}

.space-panel:nth-child(3n + 2) {
  transform: translateY(18px);
}

.space-panel:nth-child(3n) {
  transform: translateY(-12px);
}

.selected-editorial,
.before-after-section,
.journey,
.testimonials {
  padding-top: clamp(62px, 5vw, 86px);
  padding-bottom: clamp(62px, 5vw, 90px);
}

.before-after-section .section-title.narrow {
  margin-bottom: 0;
}

.transform-tabs {
  margin-top: clamp(20px, 2vw, 28px);
  margin-bottom: clamp(16px, 1.6vw, 22px);
}

.transform-compare,
.transform-compare img {
  min-height: min(68svh, 720px);
}

.journey-line {
  margin-top: clamp(26px, 3vw, 36px);
}

.type-pause {
  min-height: 300px;
  padding: clamp(54px, 5vw, 68px) 28px;
}

.section.inner-editorial,
.statement-pair,
.thinking-section,
.service-worlds,
.service-showcase,
.execution-services,
.project-filter-section {
  padding-top: clamp(58px, 5vw, 86px);
  padding-bottom: clamp(58px, 5vw, 86px);
}

.page-hero.inner-hero {
  min-height: clamp(440px, 50vh, 590px);
  padding-top: clamp(104px, 10vw, 136px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.inner-editorial {
  gap: clamp(28px, 4vw, 62px);
}

.editorial-media {
  min-height: clamp(360px, 42vh, 500px);
}

.statement-pair {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(18px, 2vw, 28px);
}

.thinking-section .split-title,
.service-worlds .split-title,
.service-showcase .split-title {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.thinking-grid article,
.execution-list article {
  min-height: 220px;
}

.project-filter-section {
  padding-top: clamp(48px, 4vw, 72px);
}

.project-gallery {
  gap: clamp(16px, 1.7vw, 24px);
}

/* Image label contrast and How We Work timeline correction */
.feature-panel .kicker,
.mosaic-tile span,
.space-panel span,
.editorial-grid span,
.world-grid span,
.inner-service-grid span,
.project-gallery article.project-item span {
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 10px 5px;
  color: #fff8ee;
  background: rgba(24, 18, 14, 0.58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(16, 11, 8, 0.18);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: none;
  text-transform: uppercase;
}

.feature-panel .kicker {
  margin-bottom: 14px;
}

.mosaic-tile span {
  right: auto;
  bottom: 18px;
  left: 20px;
}

.project-gallery article.project-item span {
  margin-bottom: 10px;
}

.journey {
  position: relative;
  min-height: var(--journey-height, auto);
  padding-top: clamp(62px, 5vw, 84px);
  padding-bottom: clamp(62px, 5vw, 84px);
}

.journey .split-title {
  grid-template-columns: clamp(150px, 13vw, 230px) minmax(0, 1fr);
  margin-bottom: 0;
}

.journey .split-title h2 {
  max-width: 1240px;
  font-size: clamp(42px, 3.9vw, 68px);
  line-height: 1;
  white-space: nowrap;
  text-wrap: normal;
}

.journey-line {
  --journey-progress: 0%;
  position: sticky;
  top: clamp(118px, 16vh, 158px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: min(58svh, 540px);
  margin-top: clamp(30px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(83, 55, 34, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.9), rgba(247, 241, 233, 0.96)),
    repeating-linear-gradient(90deg, rgba(83, 55, 34, 0.06) 0 1px, transparent 1px 18%);
  box-shadow: 0 28px 80px rgba(49, 31, 19, 0.08);
}

.journey-bg {
  display: none !important;
}

.journey-line::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 6%;
  left: 6%;
  z-index: 0;
  height: 1px;
  background: rgba(83, 55, 34, 0.2);
}

.journey-line::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 6%;
  z-index: 1;
  width: min(var(--journey-progress), 88%);
  height: 2px;
  background: linear-gradient(90deg, #7d3e18, #c99a5e);
  box-shadow: 0 0 22px rgba(143, 75, 28, 0.28);
  transition: width 180ms linear;
}

.journey-line article {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(58svh, 540px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 2.4vw, 36px) clamp(20px, 1.8vw, 28px) clamp(34px, 3vw, 46px);
  border-right: 1px solid rgba(83, 55, 34, 0.12);
  opacity: 0.64;
  transform: none;
  transition: opacity 260ms ease, background 260ms ease;
}

.journey-line article:nth-of-type(even) {
  justify-content: flex-start;
  padding-top: clamp(34px, 3vw, 46px);
  padding-bottom: clamp(26px, 2.4vw, 36px);
}

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

.journey-line article::before {
  content: "";
  position: absolute;
  top: calc(48% - 8px);
  left: clamp(20px, 1.8vw, 28px);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(143, 75, 28, 0.46);
  border-radius: 999px;
  background: #fffaf3;
  box-shadow: 0 0 0 8px rgba(143, 75, 28, 0.05);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.journey-line article::after {
  content: "";
  position: absolute;
  right: clamp(18px, 1.8vw, 28px);
  bottom: clamp(116px, 12vh, 148px);
  left: clamp(18px, 1.8vw, 28px);
  z-index: -1;
  height: 26px;
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left center;
  background:
    radial-gradient(ellipse at 8% 56%, rgba(143, 75, 28, 0.2) 0 22%, transparent 24%),
    linear-gradient(92deg, rgba(143, 75, 28, 0), rgba(143, 75, 28, 0.22) 12%, rgba(197, 144, 82, 0.3) 48%, rgba(143, 75, 28, 0.1) 88%, rgba(143, 75, 28, 0));
  filter: blur(0.2px);
  transition: opacity 240ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.journey-line article:nth-of-type(even)::after {
  top: clamp(96px, 11vh, 132px);
  bottom: auto;
}

.journey-line article.is-active,
.journey-line article.is-past {
  opacity: 1;
}

.journey-line article.is-past {
  background: rgba(255, 250, 243, 0.36);
}

.journey-line article.is-active {
  background: rgba(255, 250, 243, 0.78);
}

.journey-line article.is-active::before {
  border-color: #8f4b1c;
  background: #8f4b1c;
  box-shadow: 0 0 0 12px rgba(143, 75, 28, 0.12), 0 0 30px rgba(143, 75, 28, 0.28);
  transform: scale(1.2);
}

.journey-line article.is-past::before {
  border-color: rgba(143, 75, 28, 0.68);
  background: #d4b179;
}

.journey-line article.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.journey-line span {
  margin-bottom: clamp(34px, 4vw, 54px);
  color: rgba(117, 74, 42, 0.7);
  font-family: var(--serif);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 600;
  line-height: 0.9;
  transition: color 260ms ease, transform 260ms ease;
}

.journey-line article.is-active span {
  color: #7d3e18;
  transform: translateY(-2px);
}

.journey-line h3 {
  position: relative;
  color: #211712;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.journey-line p {
  max-width: 260px;
  margin-top: 14px;
  color: rgba(72, 55, 44, 0.78);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
}

.journey-line article.is-active h3,
.journey-line article.is-active p {
  color: #17120e;
}

@media (max-width: 980px) {
  .spaces-shape {
    min-height: auto !important;
    padding-top: clamp(44px, 9vw, 64px);
    padding-bottom: clamp(44px, 9vw, 64px);
  }

  .spaces-heading {
    position: relative;
    top: auto;
    width: calc(100% - 28px);
    padding-bottom: 18px;
    background: transparent;
  }

  .spaces-heading h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1;
  }

  .spaces-pin {
    position: relative;
    top: auto;
    min-height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .spaces-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    transform: none !important;
    padding: 0 14px 14px;
  }

  .spaces-track::-webkit-scrollbar {
    display: none;
  }

  .space-panel,
  .space-panel:nth-child(even),
  .space-panel:nth-child(3n),
  .space-panel:nth-child(3n + 2) {
    flex: 0 0 min(86vw, 430px);
    height: clamp(390px, 68vh, 520px);
    transform: none;
    scroll-snap-align: center;
  }

  .dream-story {
    min-height: 250vh;
  }

  .section.inner-editorial,
  .statement-pair,
  .thinking-section,
  .service-worlds,
  .service-showcase,
  .execution-services,
  .selected-editorial,
  .before-after-section,
  .journey,
  .testimonials {
    padding-top: clamp(46px, 10vw, 66px);
    padding-bottom: clamp(46px, 10vw, 66px);
  }

  .page-hero.inner-hero {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 46px;
  }

  .journey {
    min-height: auto !important;
  }

  .journey .split-title {
    grid-template-columns: 1fr;
  }

  .journey .split-title h2 {
    max-width: 760px;
    font-size: clamp(34px, 9vw, 52px);
    line-height: 1;
    white-space: normal;
    text-wrap: balance;
  }

  .journey-line {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
    border-radius: 8px;
  }

  .journey-line::before {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 2px;
    max-width: none;
    height: var(--journey-progress);
    max-height: calc(100% - 64px);
  }

  .journey-line::after {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 1px;
    height: auto;
  }

  .journey-line article,
  .journey-line article:nth-of-type(even) {
    min-height: 0;
    padding: 28px 26px 28px 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 55, 34, 0.12);
  }

  .journey-line article::before {
    top: 31px;
    left: 20px;
  }

  .journey-line article::after,
  .journey-line article:nth-of-type(even)::after {
    top: 64px;
    right: 26px;
    bottom: auto;
    left: 62px;
    height: 20px;
  }

  .journey-line span {
    margin-bottom: 14px;
    font-size: clamp(34px, 11vw, 50px);
  }

  .journey-line p {
    max-width: 540px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey {
    min-height: auto !important;
  }

  .journey-line {
    position: relative;
    top: auto;
  }

  .journey-line article {
    opacity: 1;
  }

  .journey-line article::after {
    opacity: 0.65;
    transform: scaleX(1);
  }
}

@media (min-width: 981px) {
  .journey-line {
    position: relative;
    top: auto;
    will-change: transform;
  }
}

@media (max-width: 720px) {
  .why-premium {
    width: calc(100% - 28px);
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .why-premium .split-title h2,
  .before-after-section h2,
  .thinking-section .split-title h2,
  .service-showcase h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
  }

  .transform-compare,
  .transform-compare img {
    min-height: 420px;
  }

  .editorial-media {
    min-height: 330px;
  }
}

/* True final lock: image chips + How We Work interaction */
.feature-panel .kicker,
.mosaic-tile span,
.space-panel span,
.editorial-grid span,
.world-grid span,
.inner-service-grid span,
.project-gallery article.project-item span {
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 10px 5px;
  color: #fff8ee !important;
  background: rgba(24, 18, 14, 0.58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(16, 11, 8, 0.18);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: none;
  text-transform: uppercase;
}

.feature-panel .kicker {
  margin-bottom: 14px;
}

.mosaic-tile span {
  right: auto;
  bottom: 18px;
  left: 20px;
}

.journey-bg {
  display: none !important;
}

.journey {
  position: relative;
  min-height: var(--journey-height, auto);
  padding-top: clamp(62px, 5vw, 84px);
  padding-bottom: clamp(62px, 5vw, 84px);
}

.journey .split-title {
  grid-template-columns: clamp(150px, 13vw, 230px) minmax(0, 1fr);
  margin-bottom: 0;
}

.journey .split-title h2 {
  max-width: 1240px;
  font-size: clamp(42px, 3.9vw, 68px);
  line-height: 1;
  white-space: nowrap;
  text-wrap: normal;
}

.journey-line {
  --journey-progress: 0%;
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: min(58svh, 540px);
  margin-top: clamp(30px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(83, 55, 34, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.9), rgba(247, 241, 233, 0.96)), repeating-linear-gradient(90deg, rgba(83, 55, 34, 0.06) 0 1px, transparent 1px 18%);
  box-shadow: 0 28px 80px rgba(49, 31, 19, 0.08);
  will-change: transform;
}

.journey-line::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 6%;
  left: 6%;
  z-index: 0;
  width: auto;
  height: 1px;
  background: rgba(83, 55, 34, 0.2);
}

.journey-line::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 6%;
  z-index: 1;
  width: min(var(--journey-progress), 88%);
  max-width: 88%;
  height: 2px;
  background: linear-gradient(90deg, #7d3e18, #c99a5e);
  box-shadow: 0 0 22px rgba(143, 75, 28, 0.28);
  transition: width 180ms linear;
}

.journey-line article,
.journey-line article:nth-of-type(even) {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(58svh, 540px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 2.4vw, 36px) clamp(20px, 1.8vw, 28px) clamp(34px, 3vw, 46px);
  border-right: 1px solid rgba(83, 55, 34, 0.12);
  opacity: 0.64;
  transform: none;
  transition: opacity 260ms ease, background 260ms ease;
}

.journey-line article:nth-of-type(even) {
  justify-content: flex-start;
  padding-top: clamp(34px, 3vw, 46px);
  padding-bottom: clamp(26px, 2.4vw, 36px);
}

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

.journey-line article::before {
  content: "";
  position: absolute;
  top: calc(48% - 8px);
  left: clamp(20px, 1.8vw, 28px);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(143, 75, 28, 0.46);
  border-radius: 999px;
  background: #fffaf3;
  box-shadow: 0 0 0 8px rgba(143, 75, 28, 0.05);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.journey-line article::after {
  content: "";
  position: absolute;
  right: clamp(18px, 1.8vw, 28px);
  bottom: clamp(116px, 12vh, 148px);
  left: clamp(18px, 1.8vw, 28px);
  z-index: -1;
  height: 26px;
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left center;
  background: radial-gradient(ellipse at 8% 56%, rgba(143, 75, 28, 0.2) 0 22%, transparent 24%), linear-gradient(92deg, rgba(143, 75, 28, 0), rgba(143, 75, 28, 0.22) 12%, rgba(197, 144, 82, 0.3) 48%, rgba(143, 75, 28, 0.1) 88%, rgba(143, 75, 28, 0));
  filter: blur(0.2px);
  transition: opacity 240ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.journey-line article:nth-of-type(even)::after {
  top: clamp(96px, 11vh, 132px);
  bottom: auto;
}

.journey-line article.is-active,
.journey-line article.is-past {
  opacity: 1;
}

.journey-line article.is-past {
  background: rgba(255, 250, 243, 0.36);
}

.journey-line article.is-active {
  background: rgba(255, 250, 243, 0.78);
}

.journey-line article.is-active::before {
  border-color: #8f4b1c;
  background: #8f4b1c;
  box-shadow: 0 0 0 12px rgba(143, 75, 28, 0.12), 0 0 30px rgba(143, 75, 28, 0.28);
  transform: scale(1.2);
}

.journey-line article.is-past::before {
  border-color: rgba(143, 75, 28, 0.68);
  background: #d4b179;
}

.journey-line article.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.journey-line span {
  margin-bottom: clamp(34px, 4vw, 54px);
  color: rgba(117, 74, 42, 0.7);
  font-family: var(--serif);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 600;
  line-height: 0.9;
  transition: color 260ms ease, transform 260ms ease;
}

.journey-line article.is-active span {
  color: #7d3e18;
  transform: translateY(-2px);
}

.journey-line h3 {
  position: relative;
  color: #211712;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.journey-line p {
  max-width: 260px;
  margin-top: 14px;
  color: rgba(72, 55, 44, 0.78);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
}

.journey-line article.is-active h3,
.journey-line article.is-active p {
  color: #17120e;
}

@media (max-width: 980px) {
  .journey {
    min-height: auto !important;
  }

  .journey .split-title {
    grid-template-columns: 1fr;
  }

  .journey .split-title h2 {
    max-width: 760px;
    font-size: clamp(34px, 9vw, 52px);
    line-height: 1;
    white-space: normal;
    text-wrap: balance;
  }

  .journey-line {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
    transform: none !important;
  }

  .journey-line::before {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 2px;
    max-width: none;
    height: var(--journey-progress);
    max-height: calc(100% - 64px);
  }

  .journey-line::after {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 1px;
    height: auto;
  }

  .journey-line article,
  .journey-line article:nth-of-type(even) {
    min-height: 0;
    padding: 28px 26px 28px 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 55, 34, 0.12);
  }

  .journey-line article::before {
    top: 31px;
    left: 20px;
  }

  .journey-line article::after,
  .journey-line article:nth-of-type(even)::after {
    top: 64px;
    right: 26px;
    bottom: auto;
    left: 62px;
    height: 20px;
  }

  .journey-line span {
    margin-bottom: 14px;
    font-size: clamp(34px, 11vw, 50px);
  }

  .journey-line p {
    max-width: 540px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey {
    min-height: auto !important;
  }

  .journey-line {
    position: relative;
    top: auto;
    transform: none !important;
  }

  .journey-line article {
    opacity: 1;
  }

  .journey-line article::after {
    opacity: 0.65;
    transform: scaleX(1);
  }
}

/* True final lock: image chips + How We Work interaction */
.feature-panel .kicker,
.mosaic-tile span,
.space-panel span,
.editorial-grid span,
.world-grid span,
.inner-service-grid span,
.project-gallery article.project-item span {
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 10px 5px;
  color: #fff8ee !important;
  background: rgba(24, 18, 14, 0.58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(16, 11, 8, 0.18);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: none;
  text-transform: uppercase;
}

.feature-panel .kicker {
  margin-bottom: 14px;
}

.mosaic-tile span {
  right: auto;
  bottom: 18px;
  left: 20px;
}

.project-gallery article.project-item span {
  margin-bottom: 10px;
}

.journey-bg {
  display: none !important;
}

.journey {
  position: relative;
  min-height: var(--journey-height, auto);
  padding-top: clamp(62px, 5vw, 84px);
  padding-bottom: clamp(62px, 5vw, 84px);
}

.journey .split-title {
  grid-template-columns: clamp(150px, 13vw, 230px) minmax(0, 1fr);
  margin-bottom: 0;
}

.journey .split-title h2 {
  max-width: 1240px;
  font-size: clamp(42px, 3.9vw, 68px);
  line-height: 1;
  white-space: nowrap;
  text-wrap: normal;
}

.journey-line {
  --journey-progress: 0%;
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: min(58svh, 540px);
  margin-top: clamp(30px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(83, 55, 34, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.9), rgba(247, 241, 233, 0.96)),
    repeating-linear-gradient(90deg, rgba(83, 55, 34, 0.06) 0 1px, transparent 1px 18%);
  box-shadow: 0 28px 80px rgba(49, 31, 19, 0.08);
  will-change: transform;
}

.journey-line::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 6%;
  left: 6%;
  z-index: 0;
  width: auto;
  height: 1px;
  background: rgba(83, 55, 34, 0.2);
}

.journey-line::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 6%;
  z-index: 1;
  width: min(var(--journey-progress), 88%);
  max-width: 88%;
  height: 2px;
  background: linear-gradient(90deg, #7d3e18, #c99a5e);
  box-shadow: 0 0 22px rgba(143, 75, 28, 0.28);
  transition: width 180ms linear;
}

.journey-line article,
.journey-line article:nth-of-type(even) {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(58svh, 540px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 2.4vw, 36px) clamp(20px, 1.8vw, 28px) clamp(34px, 3vw, 46px);
  border-right: 1px solid rgba(83, 55, 34, 0.12);
  opacity: 0.64;
  transform: none;
  transition: opacity 260ms ease, background 260ms ease;
}

.journey-line article:nth-of-type(even) {
  justify-content: flex-start;
  padding-top: clamp(34px, 3vw, 46px);
  padding-bottom: clamp(26px, 2.4vw, 36px);
}

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

.journey-line article::before {
  content: "";
  position: absolute;
  top: calc(48% - 8px);
  left: clamp(20px, 1.8vw, 28px);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(143, 75, 28, 0.46);
  border-radius: 999px;
  background: #fffaf3;
  box-shadow: 0 0 0 8px rgba(143, 75, 28, 0.05);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.journey-line article::after {
  content: "";
  position: absolute;
  right: clamp(18px, 1.8vw, 28px);
  bottom: clamp(116px, 12vh, 148px);
  left: clamp(18px, 1.8vw, 28px);
  z-index: -1;
  height: 26px;
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left center;
  background:
    radial-gradient(ellipse at 8% 56%, rgba(143, 75, 28, 0.2) 0 22%, transparent 24%),
    linear-gradient(92deg, rgba(143, 75, 28, 0), rgba(143, 75, 28, 0.22) 12%, rgba(197, 144, 82, 0.3) 48%, rgba(143, 75, 28, 0.1) 88%, rgba(143, 75, 28, 0));
  filter: blur(0.2px);
  transition: opacity 240ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.journey-line article:nth-of-type(even)::after {
  top: clamp(96px, 11vh, 132px);
  bottom: auto;
}

.journey-line article.is-active,
.journey-line article.is-past {
  opacity: 1;
}

.journey-line article.is-past {
  background: rgba(255, 250, 243, 0.36);
}

.journey-line article.is-active {
  background: rgba(255, 250, 243, 0.78);
}

.journey-line article.is-active::before {
  border-color: #8f4b1c;
  background: #8f4b1c;
  box-shadow: 0 0 0 12px rgba(143, 75, 28, 0.12), 0 0 30px rgba(143, 75, 28, 0.28);
  transform: scale(1.2);
}

.journey-line article.is-past::before {
  border-color: rgba(143, 75, 28, 0.68);
  background: #d4b179;
}

.journey-line article.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.journey-line span {
  margin-bottom: clamp(34px, 4vw, 54px);
  color: rgba(117, 74, 42, 0.7);
  font-family: var(--serif);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 600;
  line-height: 0.9;
  transition: color 260ms ease, transform 260ms ease;
}

.journey-line article.is-active span {
  color: #7d3e18;
  transform: translateY(-2px);
}

.journey-line h3 {
  position: relative;
  color: #211712;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.journey-line p {
  max-width: 260px;
  margin-top: 14px;
  color: rgba(72, 55, 44, 0.78);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
}

.journey-line article.is-active h3,
.journey-line article.is-active p {
  color: #17120e;
}

@media (max-width: 980px) {
  .journey {
    min-height: auto !important;
  }

  .journey .split-title {
    grid-template-columns: 1fr;
  }

  .journey .split-title h2 {
    max-width: 760px;
    font-size: clamp(34px, 9vw, 52px);
    line-height: 1;
    white-space: normal;
    text-wrap: balance;
  }

  .journey-line {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
    transform: none !important;
  }

  .journey-line::before {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 2px;
    max-width: none;
    height: var(--journey-progress);
    max-height: calc(100% - 64px);
  }

  .journey-line::after {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 1px;
    height: auto;
  }

  .journey-line article,
  .journey-line article:nth-of-type(even) {
    min-height: 0;
    padding: 28px 26px 28px 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 55, 34, 0.12);
  }

  .journey-line article::before {
    top: 31px;
    left: 20px;
  }

  .journey-line article::after,
  .journey-line article:nth-of-type(even)::after {
    top: 64px;
    right: 26px;
    bottom: auto;
    left: 62px;
    height: 20px;
  }

  .journey-line span {
    margin-bottom: 14px;
    font-size: clamp(34px, 11vw, 50px);
  }

  .journey-line p {
    max-width: 540px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey {
    min-height: auto !important;
  }

  .journey-line {
    position: relative;
    top: auto;
    transform: none !important;
  }

  .journey-line article {
    opacity: 1;
  }

  .journey-line article::after {
    opacity: 0.65;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey {
    min-height: auto !important;
  }

  .journey-line {
    position: relative;
    top: auto;
  }

  .journey-line article {
    opacity: 1;
  }

  .journey-line article::after {
    opacity: 0.65;
    transform: scaleX(1);
  }
}

/* Final active rule lock: image chips + How We Work */
.feature-panel .kicker,
.mosaic-tile span,
.space-panel span,
.editorial-grid span,
.world-grid span,
.inner-service-grid span,
.project-gallery article.project-item span {
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 10px 5px;
  color: #fff8ee !important;
  background: rgba(24, 18, 14, 0.58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(16, 11, 8, 0.18);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: none;
  text-transform: uppercase;
}

.feature-panel .kicker {
  margin-bottom: 14px;
}

.mosaic-tile span {
  right: auto;
  bottom: 18px;
  left: 20px;
}

.project-gallery article.project-item span {
  margin-bottom: 10px;
}

.journey {
  position: relative;
  min-height: var(--journey-height, auto);
  padding-top: clamp(62px, 5vw, 84px);
  padding-bottom: clamp(62px, 5vw, 84px);
}

.journey .split-title {
  grid-template-columns: clamp(150px, 13vw, 230px) minmax(0, 1fr);
  margin-bottom: 0;
}

.journey .split-title h2 {
  max-width: 1240px;
  font-size: clamp(42px, 3.9vw, 68px);
  line-height: 1;
  white-space: nowrap;
  text-wrap: normal;
}

.journey-line {
  --journey-progress: 0%;
  position: sticky;
  top: clamp(118px, 16vh, 158px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: min(58svh, 540px);
  margin-top: clamp(30px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(83, 55, 34, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.9), rgba(247, 241, 233, 0.96)),
    repeating-linear-gradient(90deg, rgba(83, 55, 34, 0.06) 0 1px, transparent 1px 18%);
  box-shadow: 0 28px 80px rgba(49, 31, 19, 0.08);
}

.journey-bg {
  display: none !important;
}

.journey-line::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 6%;
  left: 6%;
  z-index: 0;
  width: auto;
  height: 1px;
  background: rgba(83, 55, 34, 0.2);
}

.journey-line::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 6%;
  z-index: 1;
  width: min(var(--journey-progress), 88%);
  max-width: 88%;
  height: 2px;
  background: linear-gradient(90deg, #7d3e18, #c99a5e);
  box-shadow: 0 0 22px rgba(143, 75, 28, 0.28);
  transition: width 180ms linear;
}

.journey-line article,
.journey-line article:nth-of-type(even) {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(58svh, 540px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 2.4vw, 36px) clamp(20px, 1.8vw, 28px) clamp(34px, 3vw, 46px);
  border-right: 1px solid rgba(83, 55, 34, 0.12);
  opacity: 0.64;
  transform: none;
  transition: opacity 260ms ease, background 260ms ease;
}

.journey-line article:nth-of-type(even) {
  justify-content: flex-start;
  padding-top: clamp(34px, 3vw, 46px);
  padding-bottom: clamp(26px, 2.4vw, 36px);
}

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

.journey-line article::before {
  content: "";
  position: absolute;
  top: calc(48% - 8px);
  left: clamp(20px, 1.8vw, 28px);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(143, 75, 28, 0.46);
  border-radius: 999px;
  background: #fffaf3;
  box-shadow: 0 0 0 8px rgba(143, 75, 28, 0.05);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.journey-line article::after {
  content: "";
  position: absolute;
  right: clamp(18px, 1.8vw, 28px);
  bottom: clamp(116px, 12vh, 148px);
  left: clamp(18px, 1.8vw, 28px);
  z-index: -1;
  height: 26px;
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left center;
  background:
    radial-gradient(ellipse at 8% 56%, rgba(143, 75, 28, 0.2) 0 22%, transparent 24%),
    linear-gradient(92deg, rgba(143, 75, 28, 0), rgba(143, 75, 28, 0.22) 12%, rgba(197, 144, 82, 0.3) 48%, rgba(143, 75, 28, 0.1) 88%, rgba(143, 75, 28, 0));
  filter: blur(0.2px);
  transition: opacity 240ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.journey-line article:nth-of-type(even)::after {
  top: clamp(96px, 11vh, 132px);
  bottom: auto;
}

.journey-line article.is-active,
.journey-line article.is-past {
  opacity: 1;
}

.journey-line article.is-past {
  background: rgba(255, 250, 243, 0.36);
}

.journey-line article.is-active {
  background: rgba(255, 250, 243, 0.78);
}

.journey-line article.is-active::before {
  border-color: #8f4b1c;
  background: #8f4b1c;
  box-shadow: 0 0 0 12px rgba(143, 75, 28, 0.12), 0 0 30px rgba(143, 75, 28, 0.28);
  transform: scale(1.2);
}

.journey-line article.is-past::before {
  border-color: rgba(143, 75, 28, 0.68);
  background: #d4b179;
}

.journey-line article.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.journey-line span {
  margin-bottom: clamp(34px, 4vw, 54px);
  color: rgba(117, 74, 42, 0.7);
  font-family: var(--serif);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 600;
  line-height: 0.9;
  transition: color 260ms ease, transform 260ms ease;
}

.journey-line article.is-active span {
  color: #7d3e18;
  transform: translateY(-2px);
}

.journey-line h3 {
  position: relative;
  color: #211712;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.journey-line p {
  max-width: 260px;
  margin-top: 14px;
  color: rgba(72, 55, 44, 0.78);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
}

.journey-line article.is-active h3,
.journey-line article.is-active p {
  color: #17120e;
}

@media (max-width: 980px) {
  .journey {
    min-height: auto !important;
  }

  .journey .split-title {
    grid-template-columns: 1fr;
  }

  .journey .split-title h2 {
    max-width: 760px;
    font-size: clamp(34px, 9vw, 52px);
    line-height: 1;
    white-space: normal;
    text-wrap: balance;
  }

  .journey-line {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
  }

  .journey-line::before {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 2px;
    max-width: none;
    height: var(--journey-progress);
    max-height: calc(100% - 64px);
  }

  .journey-line::after {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 1px;
    height: auto;
  }

  .journey-line article,
  .journey-line article:nth-of-type(even) {
    min-height: 0;
    padding: 28px 26px 28px 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 55, 34, 0.12);
  }

  .journey-line article::before {
    top: 31px;
    left: 20px;
  }

  .journey-line article::after,
  .journey-line article:nth-of-type(even)::after {
    top: 64px;
    right: 26px;
    bottom: auto;
    left: 62px;
    height: 20px;
  }

  .journey-line span {
    margin-bottom: 14px;
    font-size: clamp(34px, 11vw, 50px);
  }

  .journey-line p {
    max-width: 540px;
  }
}

h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.hero-copy {
  max-width: 590px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hero-proof span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-metrics {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(960px, calc(100% - 32px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.2), rgba(35, 26, 20, 0.42));
  box-shadow: 0 24px 70px rgba(23, 18, 14, 0.24);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.hero-metrics article {
  display: grid;
  justify-items: center;
  padding: 24px 22px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.hero-metrics article:last-child {
  border-right: 0;
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-metrics span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.promise-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 32px));
  margin: -34px auto 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--porcelain);
  box-shadow: var(--shadow);
}

.promise-strip div {
  padding: 32px;
  border-right: 1px solid var(--line);
}

.promise-strip div:last-child {
  border-right: 0;
}

.promise-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--walnut);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.promise-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
}

.promise-strip p,
.editorial > p,
.section-title p,
.service-list p,
.service-feature p,
.project-row p,
.process-intro p,
.steps p,
.review-grid p,
.quote-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.68;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
}

.section-compact {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 54px;
}

.compact-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.compact-heading h2 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 56px);
}

.visual-services .compact-heading h2 {
  max-width: none;
  white-space: nowrap;
}

.compact-heading a,
.text-link {
  color: var(--walnut-dark);
  font-weight: 700;
}

.section-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.section-action .text-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-bottom: 2px solid rgba(143, 75, 28, 0.28);
  letter-spacing: 0.01em;
}

.business-focus .compact-heading {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  align-items: end;
}

.business-focus .compact-heading h2 {
  max-width: 760px;
}

.home-projects .compact-heading h2 {
  max-width: none;
}

.tile-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 16px;
}

.business-focus {
  padding-bottom: 44px;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.focus-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.focus-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 620ms ease, filter 620ms ease;
}

.focus-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(23, 18, 14, 0.86) 0%, rgba(23, 18, 14, 0.42) 48%, rgba(23, 18, 14, 0.08) 100%),
    linear-gradient(120deg, rgba(143, 75, 28, 0.28), transparent 46%);
}

.focus-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.focus-card div {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  color: #fff;
}

.focus-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.focus-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  line-height: 0.96;
}

.focus-card p {
  max-width: 520px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.64;
}

.image-tile {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(49, 31, 19, 0.1);
}

.image-tile:hover,
.mini-project-grid a:hover,
.project-gallery article:hover,
.service-catalog article:hover {
  box-shadow: 0 24px 58px rgba(49, 31, 19, 0.18);
  transform: translateY(-4px);
}

.image-tile img,
.mini-project-grid img,
.project-gallery img,
.service-catalog img {
  transition: transform 520ms ease, filter 520ms ease;
}

.image-tile:hover img,
.mini-project-grid a:hover img,
.project-gallery article:hover img,
.service-catalog article:hover img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.035);
}

.image-tile.large {
  grid-row: span 2;
  min-height: 496px;
}

.image-tile img,
.mini-project-grid img,
.service-catalog img,
.project-gallery img,
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 18, 14, 0.72), rgba(23, 18, 14, 0.05));
}

.image-tile span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: #fff;
}

.image-tile strong,
.image-tile small {
  display: block;
}

.image-tile strong {
  font-size: 20px;
  font-weight: 800;
}

.image-tile small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.why-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 0;
  align-items: center;
}

.why-copy {
  padding-right: 18px;
}

.why-copy h2 {
  font-size: clamp(38px, 4.8vw, 68px);
}

.why-copy p {
  margin: 22px 0;
  color: var(--muted);
  line-height: 1.68;
}

.why-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.why-board article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.78);
}

.why-board span,
.about-values span {
  display: block;
  margin-bottom: 18px;
  color: var(--walnut);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-board p,
.about-values p,
.service-catalog p,
.project-gallery p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.62;
}

.why-photo {
  overflow: hidden;
  padding: 0 !important;
}

.why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: end;
}

.editorial > p {
  max-width: 540px;
  font-size: 18px;
}

.section-title {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
  margin-bottom: 42px;
}

.section-title.narrow {
  display: block;
  max-width: 680px;
}

.section-title.narrow p:last-child {
  margin-top: 18px;
}

.service-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: stretch;
}

.service-feature {
  position: sticky;
  top: 112px;
  align-self: start;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.service-feature img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.service-feature div {
  padding: 28px;
  color: #fff;
}

.service-feature span,
.project-row span {
  display: block;
  margin-bottom: 10px;
  color: #d58c4b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-feature p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.service-list article,
.review-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.75);
}

.service-list p {
  margin-top: 12px;
}

.before-after-section {
  padding-top: 86px;
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 0.75fr;
  gap: 32px;
  align-items: center;
  margin-top: 42px;
}

.compare-wide {
  grid-template-columns: 1fr;
}

.before-after {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #ddd;
}

.before-after img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.after-img,
.before-layer {
  position: absolute;
  inset: 0;
}

.before-layer {
  width: 46%;
  overflow: hidden;
  border-right: 3px solid #fff;
}

.before-layer img {
  width: min(1180px, calc(100vw - 32px));
  max-width: none;
}

.renovation-post {
  padding-top: 26px;
}

.post-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--porcelain);
  box-shadow: 0 18px 54px rgba(49, 31, 19, 0.1);
}

.post-card:hover,
.quote-form:hover {
  box-shadow: 0 26px 72px rgba(49, 31, 19, 0.16);
  transform: translateY(-2px);
}

.post-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

.post-card h2 {
  font-size: clamp(38px, 4.4vw, 64px);
}

.post-card p:not(.kicker) {
  margin: 18px 0 24px;
  color: var(--muted);
  line-height: 1.68;
}

.before-after input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.label {
  position: absolute;
  bottom: 18px;
  z-index: 3;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 24, 21, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.label-before {
  left: 18px;
}

.label-after {
  right: 18px;
}

.project-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.project-row article {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--porcelain);
  box-shadow: 0 16px 44px rgba(49, 31, 19, 0.1);
}

.project-row img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.project-row div {
  padding: 24px;
}

.project-row p {
  margin-top: 12px;
}

.process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  width: 100%;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(23, 24, 21, 0.96), rgba(23, 24, 21, 0.88)),
    url("assets/premium-kitchen.webp") center / cover;
}

.process-light {
  padding-top: 82px;
  text-align: center;
}

.process-heading {
  max-width: 760px;
  margin: 0 auto 72px;
}

.process-heading h2 {
  max-width: none;
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.05;
}

.process-heading p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fffaf3, #f1e7da);
  box-shadow: 0 18px 54px rgba(49, 31, 19, 0.1);
}

.process-line::before {
  content: "";
  position: absolute;
  top: 72px;
  right: 9%;
  left: 9%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(143, 75, 28, 0.15), rgba(143, 75, 28, 0.55), rgba(143, 75, 28, 0.15));
}

.process-line article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 18px 14px 12px;
}

.process-line i {
  position: relative;
  z-index: 1;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(143, 75, 28, 0.22);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #b96524, #6e3613);
  box-shadow: 0 12px 28px rgba(143, 75, 28, 0.22);
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
}

.process-line strong {
  font-size: 19px;
}

.process-line p {
  max-width: 190px;
  color: #62708a;
  line-height: 1.55;
}

.home-projects {
  padding-top: 40px;
}

.mini-project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mini-project-grid a {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--porcelain);
  box-shadow: 0 14px 34px rgba(49, 31, 19, 0.09);
}

.mini-project-grid img {
  height: 190px;
}

.mini-project-grid span {
  display: block;
  padding: 16px;
  font-weight: 700;
}

.site-visit-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 96px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(239, 229, 217, 0.86)),
    radial-gradient(circle at 88% 10%, rgba(169, 91, 34, 0.16), transparent 32%);
  box-shadow: var(--shadow);
}

.site-visit-band img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(49, 31, 19, 0.14);
}

.site-visit-band h2 {
  font-size: clamp(38px, 4.4vw, 66px);
}

.site-visit-band ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.site-visit-band li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.62;
}

.site-visit-band li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--walnut);
  box-shadow: 0 0 0 6px rgba(143, 75, 28, 0.12);
}

.page-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 128px 0 46px;
  align-items: center;
}

.page-hero h1 {
  max-width: 640px;
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 1.03;
  text-wrap: balance;
}

.page-hero p:not(.kicker) {
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.page-hero img {
  height: 430px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 26px;
}

.about-values article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--porcelain);
}

.mission-section {
  padding-top: 36px;
}

.mission-grid,
.commitment-grid {
  display: grid;
  gap: 18px;
}

.mission-grid {
  grid-template-columns: repeat(2, 1fr);
}

.mission-grid article,
.commitment-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--porcelain);
  box-shadow: 0 14px 38px rgba(49, 31, 19, 0.07);
}

.mission-grid article {
  padding: 34px;
}

.mission-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--walnut);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mission-grid p,
.commitment-grid p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.62;
}

.commitment-section {
  padding-top: 44px;
}

.commitment-grid {
  grid-template-columns: repeat(3, 1fr);
}

.commitment-grid article {
  padding: 28px;
}

.commitment-grid strong {
  display: block;
  font-size: 19px;
}

.about-split {
  margin-bottom: 96px;
}

.service-catalog,
.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 22px;
}

.project-filter-section {
  padding-top: 18px;
}

.project-filters {
  position: sticky;
  top: 98px;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 16px 40px rgba(49, 31, 19, 0.08);
  backdrop-filter: blur(16px);
}

.filter-btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover {
  color: #fff;
  background: var(--walnut);
}

.project-item[hidden] {
  display: none;
}

.service-catalog article,
.project-gallery article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
  background: var(--porcelain);
  box-shadow: 0 14px 38px rgba(49, 31, 19, 0.09);
}

.service-catalog img,
.project-gallery img {
  height: 250px;
}

.service-catalog h3,
.service-catalog p,
.project-gallery div {
  padding-right: 22px;
  padding-left: 22px;
}

.service-catalog h3 {
  padding-top: 22px;
}

.service-catalog p {
  padding-bottom: 24px;
}

.project-gallery div {
  padding-top: 22px;
  padding-bottom: 24px;
}

.project-gallery span {
  display: block;
  margin-bottom: 9px;
  color: var(--walnut);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-gallery .wide-card {
  grid-column: span 2;
}

.project-gallery article.project-item {
  position: relative;
  min-height: 340px;
  border: 0;
  color: #fff;
  background: var(--ink);
}

.project-gallery article.project-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 18, 14, 0.88), rgba(23, 18, 14, 0.08) 62%);
  pointer-events: none;
}

.project-gallery article.project-item img {
  height: 340px;
}

.project-gallery article.project-item div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 22px;
}

.project-gallery article.project-item span {
  color: #f0c994;
}

.project-gallery article.project-item p {
  color: rgba(255, 255, 255, 0.74);
}

.process-intro p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 7px 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.steps span {
  grid-row: span 2;
  color: #e7a66c;
  font-weight: 700;
}

.steps p {
  color: rgba(255, 255, 255, 0.66);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.stars {
  margin-bottom: 18px;
  color: #b66d2b;
  letter-spacing: 0.08em;
}

.review-grid strong,
.review-grid span {
  display: block;
}

.review-grid strong {
  margin-top: 22px;
  font-weight: 700;
}

.review-grid span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.quote {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 46px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 100px;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
  background:
    linear-gradient(110deg, rgba(255, 250, 243, 0.97), rgba(255, 250, 243, 0.78)),
    url("assets/premium-bedroom.webp") center / cover;
  box-shadow: var(--shadow);
}

.quote-copy p {
  margin-top: 20px;
}

.whatsapp-line {
  display: inline-flex;
  margin-top: 24px;
  color: var(--walnut-dark);
  font-weight: 700;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.88);
  backdrop-filter: blur(10px);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #4f4036;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.wide,
.quote-form small {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(83, 55, 34, 0.22);
  border-radius: var(--radius);
  padding: 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(143, 75, 28, 0.55);
  box-shadow: 0 0 0 4px rgba(143, 75, 28, 0.11);
  outline: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none;
}

.quote-form small {
  color: var(--muted);
  text-align: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 36px max(16px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.78);
  background: #11120f;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  max-width: 520px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
}

.site-footer a {
  display: block;
  margin-bottom: 9px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border-radius: 999px;
  color: #fff;
  background: #168642;
  box-shadow: 0 18px 40px rgba(22, 134, 66, 0.34);
  font-weight: 800;
}

.floating-whatsapp:hover {
  background: #0f7437;
  transform: translateY(-2px);
}

body.reveal-ready main > section:not(.hero) {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 760ms ease, transform 760ms ease;
}

body.reveal-ready main > section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.reveal-ready main > section:not(.hero) {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    border-radius: 18px;
  }

  .nav-links,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--charcoal);
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .site-header.open .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    border-radius: 16px;
    background: var(--porcelain);
    box-shadow: var(--shadow);
  }

  .site-header.open .nav-links a {
    padding: 17px 20px;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: 940px;
  }

  .hero-content {
    padding-top: 150px;
  }

  .hero-metrics {
    left: 50%;
    bottom: 48px;
    grid-template-columns: repeat(2, 1fr);
  }

  .promise-strip,
  .editorial,
  .section-title,
  .service-layout,
  .compare-grid,
  .process,
  .quote,
  .why-section,
  .site-visit-band,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .service-feature {
    position: static;
  }

  .project-row,
  .review-grid,
  .tile-grid,
  .focus-grid,
  .mini-project-grid,
  .about-values,
  .mission-grid,
  .commitment-grid,
  .service-catalog,
  .project-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-tile.large,
  .project-gallery .wide-card {
    grid-column: span 2;
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .process-line::before {
    top: 0;
    bottom: 0;
    left: 47px;
    width: 5px;
    height: auto;
  }

  .process-line article {
    grid-template-columns: 96px 1fr;
    justify-items: start;
    text-align: left;
  }

  .process-line i {
    grid-row: span 3;
  }

  .post-card {
    grid-template-columns: 1fr;
  }

  .site-visit-band {
    margin-bottom: 76px;
  }

  .process {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 900px;
  }

  .hero > img {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-top: 126px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 28px);
    left: 50%;
    bottom: 32px;
  }

  .hero-metrics article {
    padding: 20px 22px 18px;
  }

  .hero-metrics article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .hero-metrics article:nth-child(even) {
    border-right: 0;
  }

  .hero-metrics article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-metrics article:nth-child(n + 3) {
    border-bottom: 0;
  }

  .hero-metrics strong {
    font-size: 38px;
  }

  .hero-metrics span {
    font-size: 10px;
    line-height: 1.35;
  }

  .promise-strip {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .promise-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 76px 0;
  }

  .service-list,
  .quote-form,
  .tile-grid,
  .focus-grid,
  .why-board,
  .mini-project-grid,
  .about-values,
  .mission-grid,
  .commitment-grid,
  .service-catalog,
  .project-gallery {
    grid-template-columns: 1fr;
  }

  .project-filters {
    position: static;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-radius: 16px;
    scrollbar-width: none;
  }

  .project-filters::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    flex: 0 0 auto;
  }

  .compact-heading {
    display: grid;
    align-items: start;
  }

  .business-focus .compact-heading {
    grid-template-columns: 1fr;
  }

  .section-action {
    justify-content: flex-start;
  }

  .image-tile.large,
  .image-tile,
  .project-gallery .wide-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 250px;
  }

  .focus-card,
  .focus-card img {
    min-height: 420px;
  }

  .focus-card div {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .why-section {
    margin-top: 28px;
  }

  .why-copy {
    padding-right: 0;
  }

  .process-light {
    text-align: left;
  }

  .process-heading {
    margin-bottom: 42px;
  }

  .process-line article {
    grid-template-columns: 72px 1fr;
  }

  .process-line::before {
    left: 35px;
  }

  .process-line i {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    font-size: 24px;
  }

  .page-hero {
    padding-top: 126px;
  }

  .page-hero img {
    height: 360px;
  }

  .before-after,
  .before-after img {
    min-height: 480px;
  }

  .visual-services .compact-heading h2 {
    white-space: normal;
  }

  .post-card {
    padding: 18px;
  }

  .post-card img {
    height: 300px;
  }

  .site-visit-band {
    width: calc(100% - 28px);
    margin-bottom: 72px;
    padding: 18px;
  }

  .site-visit-band img {
    height: 300px;
  }

  .quote {
    width: calc(100% - 28px);
    padding: 26px;
  }

  .site-footer {
    display: grid;
  }
}

/* V2 premium homepage */
.site-header {
  background: rgba(255, 250, 243, 0.42);
  box-shadow: none;
  transition: background 260ms ease, box-shadow 260ms ease, border-color 260ms ease, top 260ms ease;
}

.site-header.is-scrolled,
.site-header.open {
  top: 12px;
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 16px 44px rgba(35, 26, 20, 0.13);
}

.hero-v2 {
  min-height: 100vh;
  background: var(--ink);
}

.hero-v2 > img {
  filter: saturate(1.02) contrast(1.02);
  transition: opacity 1400ms ease, transform 9000ms ease;
}

.hero-v2 .hero-shade {
  background:
    linear-gradient(90deg, rgba(23, 18, 14, 0.74) 0%, rgba(23, 18, 14, 0.46) 36%, rgba(23, 18, 14, 0.08) 72%, rgba(23, 18, 14, 0) 100%),
    linear-gradient(0deg, rgba(247, 241, 233, 0.96) 0%, rgba(247, 241, 233, 0) 19%);
}

.hero-v2 .hero-content {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 112px;
  padding-bottom: 192px;
}

.hero-v2 h1 {
  max-width: 700px;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.hero-v2 h1 em,
.quote-v2 h2 em,
.split-title h2 em {
  color: #ddc194;
  font-style: italic;
  font-weight: 500;
}

.hero-v2 .hero-copy {
  max-width: 560px;
  font-size: 19px;
}

.hero-trust {
  position: absolute;
  right: 50%;
  bottom: 34px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 32px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 22px 70px rgba(35, 26, 20, 0.18);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
}

.hero-trust article {
  padding: 22px 24px;
  border-right: 1px solid rgba(83, 55, 34, 0.14);
}

.hero-trust article:last-child {
  border-right: 0;
}

.hero-trust span {
  display: block;
  color: var(--walnut-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-trust p {
  margin-top: 8px;
  color: #6e6258;
  line-height: 1.5;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 154px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 1px;
  height: 44px;
  background: linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  animation: cueDrop 2.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  transform-origin: top;
}

@keyframes cueDrop {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  40% {
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform: scaleY(1) translateY(18px);
  }
}

.reveal-line {
  display: block;
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.58);
  padding: 14px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 38px;
  animation: serviceMarquee 46s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  color: #4d4036;
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(13px, 1.3vw, 16px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee span::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 38px;
  border-radius: 999px;
  background: rgba(143, 75, 28, 0.42);
  font-family: "Exo 2", system-ui, sans-serif;
  font-style: normal;
}

@keyframes serviceMarquee {
  to {
    transform: translateX(-50%);
  }
}

.section-id {
  display: inline-grid;
  grid-template-columns: auto 44px auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--walnut);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-id span {
  color: #a77748;
}

.section-id i {
  display: block;
  height: 1px;
  background: rgba(143, 75, 28, 0.42);
}

.principle-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-row article {
  padding: 34px 32px 38px 0;
  border-right: 1px solid var(--line);
}

.principle-row article + article {
  padding-left: 32px;
}

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

.principle-row span {
  display: block;
  margin-bottom: 34px;
  color: var(--walnut);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.principle-row h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.principle-row p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.68;
}

.split-title {
  grid-template-columns: 240px 1fr;
  align-items: end;
}

.why-premium {
  padding-top: 96px;
}

.selected-projects,
.before-after-section,
.journey,
.testimonials {
  padding-top: 56px;
  padding-bottom: 56px;
}

.selected-projects .split-title,
.before-after-section .section-title,
.journey .split-title,
.testimonials .split-title {
  margin-bottom: 28px;
}

.selected-projects .split-title h2,
.before-after-section h2,
.journey .split-title h2,
.testimonials .split-title h2 {
  max-width: none;
  font-size: clamp(32px, 2.85vw, 44px);
  line-height: 1.04;
  text-wrap: balance;
}

@media (min-width: 980px) {
  .selected-projects .split-title h2,
  .before-after-section h2,
  .journey .split-title h2,
  .testimonials .split-title h2 {
    white-space: nowrap;
  }
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-row article {
  min-height: 280px;
  padding: 32px;
  border: 1px solid rgba(83, 55, 34, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 18px 46px rgba(49, 31, 19, 0.06);
}

.benefit-row i {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  place-items: center;
  border: 1px solid rgba(143, 75, 28, 0.26);
  border-radius: 999px;
  color: var(--walnut);
  font-style: normal;
  font-weight: 800;
}

.benefit-row p,
.journey-line p,
.selected-row p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.64;
}

.dual-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  background: var(--porcelain);
}

.feature-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.feature-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease, filter 900ms ease;
}

.feature-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 18, 14, 0.72), rgba(23, 18, 14, 0.1) 64%);
}

.feature-panel:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.035);
}

.feature-panel div {
  position: absolute;
  right: 8vw;
  bottom: 58px;
  left: 8vw;
  z-index: 1;
  color: #fff;
}

.feature-panel h2 {
  max-width: 520px;
  font-size: clamp(40px, 4.4vw, 64px);
}

.feature-panel span,
.feature-panel strong {
  display: block;
}

.feature-panel span {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 600;
}

.feature-panel strong {
  margin-top: 28px;
  color: #f3d8a8;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-auto-rows: 260px;
  gap: 16px;
}

.mosaic-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 18px 44px rgba(49, 31, 19, 0.08);
}

.mosaic-large {
  grid-row: span 2;
}

.mosaic-tile img,
.selected-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.mosaic-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 18, 14, 0.74), rgba(23, 18, 14, 0.08) 62%);
}

.mosaic-tile:hover img,
.selected-row a:hover img {
  filter: saturate(1.07) contrast(1.03);
  transform: scale(1.035);
}

.mosaic-tile span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.dream-story {
  position: relative;
  min-height: 320vh;
  background: var(--ivory);
}

.story-sticky {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(28px, 5vw, 72px);
  width: min(1180px, calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  align-items: center;
}

.story-copy h2 {
  max-width: 620px;
  font-size: clamp(46px, 5vw, 76px);
}

.story-copy p:last-child {
  max-width: 480px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.story-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.story-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 700ms ease, transform 1200ms ease;
}

.story-stage img.is-active:first-child,
.story-stage img:first-child {
  opacity: 1;
}

.story-stage img.is-active {
  opacity: 1;
  transform: scale(1);
}

.story-label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
}

.story-label span {
  display: block;
  color: #f0c994;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.story-label p {
  max-width: 420px;
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

.spaces-shape {
  position: relative;
  min-height: 280vh;
  overflow: clip;
}

.spaces-heading {
  padding-bottom: 28px;
}

.spaces-heading h2 {
  max-width: 760px;
  font-size: clamp(44px, 5vw, 72px);
}

.spaces-pin {
  position: sticky;
  top: 0;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
}

.spaces-track {
  display: flex;
  gap: 28px;
  padding: 0 max(32px, calc((100vw - 1180px) / 2));
  will-change: transform;
}

.space-panel {
  position: relative;
  flex: 0 0 min(74vw, 760px);
  height: min(70vh, 620px);
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
}

.space-panel:nth-child(even) {
  flex-basis: min(58vw, 620px);
  transform: translateY(38px);
}

.space-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease, filter 900ms ease;
}

.space-panel::after,
.editorial-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 18, 14, 0.76), rgba(23, 18, 14, 0.1) 62%);
}

.space-panel:hover img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.025);
}

.space-panel span,
.space-panel strong,
.space-panel em {
  position: absolute;
  z-index: 1;
  left: 28px;
}

.space-panel span {
  top: 28px;
  color: #f0c994;
  font-size: 14px;
  font-weight: 800;
}

.space-panel strong {
  bottom: 76px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
}

.space-panel em {
  bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 700;
}

.selected-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.selected-row a {
  overflow: hidden;
  border-radius: 8px;
  background: var(--porcelain);
  box-shadow: 0 18px 44px rgba(49, 31, 19, 0.08);
}

.selected-row img {
  height: 340px;
}

.selected-row span,
.selected-row h3 {
  display: block;
  padding-inline: 20px;
}

.selected-row span {
  padding-top: 20px;
  color: var(--walnut);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.selected-row h3 {
  padding-top: 8px;
  padding-bottom: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
}

.transform-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px;
}

.transform-tab {
  min-height: 44px;
  border: 1px solid rgba(83, 55, 34, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--muted);
  background: rgba(255, 250, 243, 0.76);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.transform-tab.active,
.transform-tab:hover {
  color: #fff;
  background: var(--walnut-dark);
}

.transform-compare {
  min-height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  transition: opacity 220ms ease;
}

.transform-compare.is-changing {
  opacity: 0.72;
}

.transform-compare img {
  min-height: 470px;
}

.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  z-index: 3;
  width: 3px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(23, 18, 14, 0.18), 0 0 28px rgba(23, 18, 14, 0.2);
  pointer-events: none;
}

.compare-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 14px 36px rgba(23, 18, 14, 0.22);
  transform: translate(-50%, -50%);
}

.journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.journey-line::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 75, 28, 0.22), rgba(143, 75, 28, 0.58), rgba(143, 75, 28, 0.22));
}

.journey-line article {
  position: relative;
  padding: 0 8px;
  text-align: center;
}

.journey-line span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  place-items: center;
  border: 1px solid rgba(143, 75, 28, 0.18);
  border-radius: 8px;
  color: var(--walnut);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 14px 36px rgba(49, 31, 19, 0.08);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.journey-line i {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--walnut-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-line h3 {
  font-size: 20px;
}

.journey-line p {
  max-width: 190px;
  margin-inline: auto;
}

.testimonial-shell {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.testimonial-track {
  display: flex;
  gap: 16px;
  width: max-content;
  overflow-x: visible;
  padding: 6px 4px 18px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  will-change: transform;
}

.testimonial-track.is-marquee {
  animation: testimonial-marquee 46s linear infinite;
}

.testimonial-track.is-marquee:hover,
.testimonial-track.is-marquee:focus-within {
  animation-play-state: paused;
}

@keyframes testimonial-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-track article {
  flex: 0 0 360px;
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(83, 55, 34, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 16px 42px rgba(49, 31, 19, 0.07);
}

.testimonial-track span {
  display: block;
  color: var(--walnut);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.testimonial-track p {
  margin-top: 18px;
  color: #54483f;
  line-height: 1.68;
}

.testimonial-track strong,
.testimonial-track small {
  display: block;
}

.testimonial-track strong {
  margin-top: 22px;
}

.testimonial-track small {
  margin-top: 5px;
  color: var(--muted);
}

.testimonial-control {
  position: absolute;
  top: -86px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(83, 55, 34, 0.16);
  border-radius: 999px;
  color: transparent;
  background: rgba(255, 250, 243, 0.85);
  cursor: pointer;
}

.testimonial-control::after {
  content: ">";
  color: var(--ink);
  font-size: 20px;
}

.testimonial-control.prev {
  right: 58px;
}

.testimonial-control.prev::after {
  content: "<";
}

.testimonial-control.next {
  right: 0;
}

.quote-v2 {
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(255, 250, 243, 0.96), rgba(255, 250, 243, 0.84)),
    url("assets/premium-bedroom.webp") center / cover;
}

.contact-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-choices span,
.contact-choices a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(83, 55, 34, 0.16);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--walnut-dark);
  background: rgba(255, 250, 243, 0.72);
  font-weight: 800;
}

.footer-v2 {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 30px;
}

.footer-v2 img {
  width: 58px;
  height: auto;
  margin-bottom: 10px;
  filter: invert(1) grayscale(1) brightness(2.4);
}

.footer-v2 strong {
  display: block;
  margin-bottom: 14px;
}

.footer-v2 span {
  display: block;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-v2 nav {
  display: none;
}

.footer-v2 div:nth-of-type(2) a:nth-of-type(n + 4) {
  display: none;
}

.site-header.is-hidden {
  top: -112px;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  color: #f7f1e9;
  background: #171815;
  animation: introFailsafe 0.4s linear 3s forwards;
}

.intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(8px);
  animation: introIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.intro-inner img {
  width: 72px;
  height: auto;
  filter: brightness(0) invert(1);
}

.intro-inner strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

.intro-line {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4b179, transparent);
  animation: introLine 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.intro.is-leaving {
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes introIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes introLine {
  to {
    width: 180px;
  }
}

@keyframes introFailsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
}

.cursor-dot {
  width: 7px;
  height: 7px;
  background: #fff;
  transition: opacity 0.25s ease;
}

.cursor-ring {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #fff;
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease, opacity 0.25s ease;
}

.cursor-ring span {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

html.cursor-active .cursor-dot,
html.cursor-active .cursor-ring {
  opacity: 1;
}

html.cursor-hover .cursor-ring {
  width: 64px;
  height: 64px;
}

html.cursor-hover .cursor-dot {
  opacity: 0;
}

html.cursor-label .cursor-ring {
  width: 82px;
  height: 82px;
  background: #fff;
}

html.cursor-label .cursor-ring span {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  html.has-cursor,
  html.has-cursor a,
  html.has-cursor button,
  html.has-cursor input,
  html.has-cursor select,
  html.has-cursor textarea,
  html.has-cursor label,
  html.has-cursor [role="tab"] {
    cursor: none;
  }
}

html.anim-ready .reveal-line > span {
  display: inline-block;
  transform: translateY(115%);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

html.anim-ready .hero-content.hero-in .reveal-line > span {
  transform: none;
}

html.anim-ready .hero-content [data-hero-fade] {
  opacity: 0;
  transform: translateY(18px);
}

html.anim-ready .hero-content.hero-in [data-hero-fade] {
  opacity: 1;
  transform: none;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

html.anim-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
}

html.anim-ready [data-reveal].is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 980px) {
  .hero-v2 .hero-content {
    padding-bottom: 330px;
  }

  .hero-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-trust article:nth-child(2) {
    border-right: 0;
  }

  .hero-trust article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(83, 55, 34, 0.14);
  }

  .split-title,
  .dual-feature,
  .benefit-row,
  .selected-row,
  .journey-line,
  .footer-v2 {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    min-height: 500px;
  }

  .mosaic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mosaic-large {
    grid-column: span 2;
  }

  .journey-line {
    gap: 18px;
  }

  .journey-line::before {
    display: none;
  }

  .journey-line article {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 0 18px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-align: left;
  }

  .journey-line span {
    grid-row: span 3;
    margin: 0;
  }

  .journey-line p {
    margin-inline: 0;
  }

  .testimonial-track {
    display: flex;
  }

  .testimonial-track article {
    flex-basis: 320px;
  }
}

@media (max-width: 640px) {
  .site-header {
    background: rgba(255, 250, 243, 0.88);
  }

  .hero-v2 {
    min-height: 1080px;
  }

  .hero-v2 .hero-content {
    min-height: 1080px;
    padding-top: 118px;
    padding-bottom: 390px;
  }

  .hero-v2 h1 {
    font-size: clamp(48px, 16vw, 66px);
  }

  .scroll-cue {
    display: none;
  }

  .marquee {
    padding: 12px 0;
  }

  .marquee-track {
    gap: 28px;
  }

  .marquee span {
    font-size: 12px;
  }

  .marquee span::after {
    margin-left: 28px;
  }

  .footer-v2 {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 48px 0;
  }

  .selected-projects,
  .before-after-section,
  .journey,
  .testimonials {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .selected-projects .split-title h2,
  .before-after-section h2,
  .journey .split-title h2,
  .testimonials .split-title h2 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.06;
  }

  .hero-trust {
    bottom: 72px;
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }

  .hero-trust article {
    padding: 15px 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 55, 34, 0.12);
  }

  .hero-trust article:last-child {
    border-bottom: 0;
  }

  .benefit-row article {
    min-height: auto;
  }

  .feature-panel {
    min-height: 480px;
  }

  .feature-panel div {
    right: 22px;
    bottom: 32px;
    left: 22px;
  }

  .mosaic-grid,
  .selected-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }

  .mosaic-tile,
  .selected-row a {
    min-width: 82%;
    min-height: 330px;
    scroll-snap-align: start;
  }

  .selected-row img {
    height: 260px;
  }

  .transform-compare,
  .transform-compare img {
    min-height: 340px;
  }

  .testimonial-control {
    display: none;
  }

  .testimonial-track {
    display: flex;
  }

  .testimonial-track article {
    flex-basis: 86%;
  }

  .contact-choices {
    display: grid;
  }

  .floating-whatsapp {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  body.has-scrolled .floating-whatsapp {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro,
  .scroll-cue span,
  .marquee-track,
  .testimonial-track.is-marquee {
    animation: none !important;
  }

  html.anim-ready [data-reveal],
  html.anim-ready .hero-content [data-hero-fade],
  html.anim-ready .reveal-line > span {
    opacity: 1;
    transform: none;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}

/* V3 homepage experience polish */
.hero {
  min-height: 100svh;
}

.hero-content {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(56px, 7.2vw, 112px);
  line-height: 0.88;
}

.hero-copy {
  max-width: 520px;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.58;
}

.header-cta,
.btn-primary {
  background: linear-gradient(145deg, #2b2119, #17120e);
  box-shadow: 0 16px 34px rgba(23, 18, 14, 0.22);
}

.header-cta:hover,
.btn-primary:hover {
  background: linear-gradient(145deg, #8f4b1c, #56280f);
}

.section {
  padding-top: clamp(70px, 9vw, 118px);
  padding-bottom: clamp(70px, 9vw, 118px);
}

.section-title h2,
.split-title h2,
.before-after-section h2,
.journey .split-title h2,
.testimonials .split-title h2 {
  max-width: 780px;
  font-size: clamp(38px, 4.8vw, 74px);
  line-height: 0.98;
}

.section-title.narrow h2 {
  max-width: 900px;
}

.section-id {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #815232;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-id span {
  color: var(--walnut);
}

.section-id i {
  display: block;
  width: 46px;
  height: 1px;
  background: currentColor;
  opacity: 0.36;
}

.principle-row {
  margin-top: 54px;
}

.dream-story {
  min-height: 300vh;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0), rgba(255, 250, 243, 0.72) 45%, rgba(247, 241, 233, 0)),
    var(--ivory);
}

.story-sticky {
  top: 0;
  min-height: 100svh;
  padding-block: 90px;
}

.story-copy h2 {
  max-width: 620px;
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: 0.94;
}

.story-copy h2 em,
.spaces-heading h2 em,
.selected-editorial h2 em,
.type-pause h2 em,
.quote h2 em {
  font-style: italic;
  font-weight: 500;
}

.story-stage {
  min-height: min(70vh, 680px);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.story-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(18, 14, 11, 0.72), rgba(18, 14, 11, 0.02) 56%),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.16), transparent 26%);
  pointer-events: none;
}

.story-label {
  z-index: 2;
}

.spaces-shape {
  min-height: 260vh;
  padding-top: clamp(60px, 7vw, 94px);
}

.spaces-heading {
  padding-top: 0;
  padding-bottom: 0;
}

.spaces-heading h2 {
  max-width: 720px;
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 0.94;
}

.spaces-pin {
  top: 0;
  min-height: 100svh;
  margin-top: -34px;
}

.spaces-track {
  gap: clamp(18px, 2.4vw, 34px);
  padding-inline: max(32px, calc((100vw - 1180px) / 2));
}

.space-panel {
  flex-basis: min(74vw, 780px);
  height: min(72vh, 650px);
  box-shadow: 0 28px 86px rgba(49, 31, 19, 0.18);
}

.space-panel:nth-child(even) {
  flex-basis: min(58vw, 620px);
}

.space-panel strong {
  max-width: 86%;
  bottom: 82px;
  font-size: clamp(42px, 5.5vw, 84px);
  line-height: 0.9;
}

.space-panel em {
  bottom: 36px;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.selected-editorial {
  position: relative;
  overflow: hidden;
  padding-block: clamp(84px, 10vw, 130px);
  color: #fffaf3;
  background: #11110f;
}

.selected-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.05), transparent 28%),
    radial-gradient(circle at 18% 8%, rgba(143, 75, 28, 0.26), transparent 28%);
  pointer-events: none;
}

.selected-editorial .section {
  position: relative;
  z-index: 1;
  padding-block: 0;
}

.selected-editorial .section-id {
  color: #d7b180;
}

.journey .split-title h2,
.testimonials .split-title h2 {
  max-width: 860px;
  white-space: normal;
}

.testimonials .split-title h2 {
  max-width: 820px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: 250px;
  gap: 18px;
  margin-top: clamp(36px, 5vw, 62px);
}

.editorial-grid a {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #1b1712;
  isolation: isolate;
}

.editorial-grid a::after {
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(12, 9, 7, 0.88), rgba(12, 9, 7, 0.08) 68%),
    linear-gradient(90deg, rgba(12, 9, 7, 0.5), transparent 58%);
}

.editorial-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease, filter 900ms ease;
}

.editorial-grid span,
.editorial-grid h3,
.editorial-grid small {
  position: absolute;
  right: 24px;
  left: 24px;
  z-index: 2;
}

.editorial-grid span {
  bottom: 92px;
  color: #e6bd86;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-grid h3 {
  bottom: 42px;
  max-width: 560px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 600;
  line-height: 0.96;
}

.editorial-grid small {
  bottom: 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.editorial-grid a:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.editorial-grid a:hover small,
.editorial-grid a:focus-visible small {
  opacity: 1;
  transform: none;
}

.work-large {
  grid-row: span 2;
}

.work-wide {
  grid-column: span 2;
}

.before-after-section {
  padding-top: clamp(76px, 9vw, 116px);
  padding-bottom: clamp(76px, 9vw, 116px);
}

.before-after-section .section-title {
  margin-bottom: 24px;
}

.transform-compare {
  min-height: min(68vh, 650px);
  box-shadow: 0 28px 86px rgba(49, 31, 19, 0.14);
}

.transform-compare img {
  min-height: min(68vh, 650px);
}

.compare-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-top: 2px solid #5b2e13;
  border-left: 2px solid #5b2e13;
  transform: translate(-76%, -50%) rotate(-45deg);
}

.compare-handle::after {
  box-shadow: 0 18px 44px rgba(23, 18, 14, 0.24);
}

.type-pause {
  overflow: hidden;
  padding-block: clamp(82px, 12vw, 160px);
  color: #fffaf3;
  background: #171815;
}

.type-pause > div {
  display: flex;
  width: max-content;
  gap: clamp(42px, 6vw, 90px);
  color: rgba(255, 250, 243, 0.12);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(78px, 15vw, 230px);
  line-height: 0.8;
  white-space: nowrap;
  animation: word-drift 28s linear infinite;
}

.type-pause span:nth-child(2) {
  color: rgba(231, 166, 108, 0.28);
}

.type-pause span:nth-child(3) {
  color: rgba(255, 250, 243, 0.18);
}

.type-pause h2 {
  width: min(1080px, calc(100% - 32px));
  max-width: 880px;
  margin: 38px auto 0;
  font-size: clamp(38px, 5.4vw, 86px);
  line-height: 0.95;
}

@keyframes word-drift {
  to {
    transform: translateX(-36%);
  }
}

.journey {
  padding-top: clamp(76px, 9vw, 118px);
}

.journey-line {
  --journey-progress: 0%;
  gap: 0;
  margin-top: 54px;
  border-top: 1px solid rgba(83, 55, 34, 0.16);
  border-bottom: 1px solid rgba(83, 55, 34, 0.16);
}

.journey-line::before {
  top: -1px;
  right: auto;
  left: 0;
  width: var(--journey-progress);
  height: 2px;
  background: linear-gradient(90deg, #8f4b1c, #d4b179);
  transition: width 160ms linear;
}

.journey-line article {
  min-height: 260px;
  padding: 34px 28px;
  border-right: 1px solid rgba(83, 55, 34, 0.16);
  text-align: left;
}

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

.journey-line span {
  width: auto;
  height: auto;
  margin: 0 0 70px;
  display: block;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--walnut);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 500;
}

.journey-line h3 {
  font-size: clamp(18px, 1.5vw, 24px);
}

.journey-line p {
  max-width: 250px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.testimonials {
  overflow: hidden;
  padding-top: clamp(76px, 9vw, 112px);
}

.testimonial-shell {
  margin-top: 42px;
}

.testimonial-track {
  gap: 18px;
  padding-block: 8px 16px;
}

.testimonial-track + .testimonial-track {
  margin-top: 16px;
}

.testimonial-track.is-marquee {
  animation-duration: 52s;
}

.testimonial-track-reverse.is-marquee {
  animation-direction: reverse;
  animation-duration: 64s;
}

.testimonial-track article {
  flex-basis: 390px;
  min-height: 236px;
  border-color: rgba(83, 55, 34, 0.1);
  background: rgba(255, 250, 243, 0.86);
}

.quote-v2 {
  min-height: auto;
  margin-top: 0;
  padding-top: clamp(76px, 9vw, 112px);
  padding-bottom: clamp(76px, 9vw, 112px);
}

.footer-v2 {
  align-items: start;
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 24px;
}

.footer-v2 p,
.footer-v2 a,
.footer-v2 span {
  font-size: 15px;
  line-height: 1.6;
}

.footer-legal {
  padding-top: 12px;
}

/* Inner page consistency refinement */
.inner-hero {
  width: min(1460px, calc(100% - 48px));
  min-height: clamp(520px, 62vh, 700px);
  padding: 128px 0 58px;
  gap: clamp(30px, 4vw, 72px);
}

.inner-hero h1,
.inner-editorial h2,
.statement-pair h2,
.service-worlds h2,
.service-showcase h2,
.execution-services h2,
.project-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 5.2vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.inner-hero h1 em,
.inner-editorial h2 em,
.statement-pair h2 em,
.service-worlds h2 em,
.service-showcase h2 em,
.execution-services h2 em,
.project-hero h1 em {
  font-style: italic;
  font-weight: 500;
}

.inner-hero p:not(.kicker) {
  max-width: 680px;
  font-size: 18px;
}

.inner-hero img {
  height: clamp(390px, 48vh, 560px);
  border-radius: 10px;
  box-shadow: none;
}

.section.inner-editorial,
.statement-pair,
.thinking-section,
.service-worlds,
.service-showcase,
.execution-services,
.project-filter-section {
  width: min(1460px, calc(100% - 48px));
  padding-top: clamp(78px, 7vw, 112px);
  padding-bottom: clamp(78px, 7vw, 112px);
}

.inner-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 5vw, 84px);
}

.inner-editorial-reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.editorial-media {
  overflow: hidden;
  min-height: 520px;
  border-radius: 10px;
}

.editorial-media img,
.world-grid img,
.inner-service-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-copy p:not(.kicker),
.statement-pair p,
.execution-services p,
.thinking-grid p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.editorial-copy .btn,
.editorial-copy .text-link {
  margin-top: 22px;
}

.statement-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding-top: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement-pair article {
  padding: clamp(28px, 4vw, 58px);
}

.statement-pair article + article {
  border-left: 1px solid var(--line);
}

.statement-pair h2 {
  max-width: 650px;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.02;
}

.thinking-section .split-title,
.service-worlds .split-title,
.service-showcase .split-title {
  margin-bottom: clamp(32px, 4vw, 52px);
}

.thinking-grid,
.execution-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.thinking-grid article,
.execution-list article {
  min-height: 260px;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
}

.thinking-grid article:last-child,
.execution-list article:last-child {
  border-right: 0;
}

.thinking-grid span,
.execution-list span {
  display: block;
  margin-bottom: 62px;
  color: var(--walnut);
  font-family: var(--serif);
  font-size: 46px;
  line-height: 1;
}

.world-grid,
.inner-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.world-grid article,
.inner-service-grid a {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
}

.world-grid article::after,
.inner-service-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 14, 10, 0.84), rgba(20, 14, 10, 0.05) 62%);
}

.world-grid div,
.inner-service-grid a span,
.inner-service-grid a h3 {
  position: relative;
  z-index: 1;
}

.world-grid div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.world-grid span,
.inner-service-grid span {
  display: block;
  margin-bottom: 10px;
  color: #f0c994;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-grid h3,
.inner-service-grid h3 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.05;
}

.world-grid p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}

.inner-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inner-service-grid a {
  min-height: 430px;
}

.inner-service-grid a span,
.inner-service-grid a h3 {
  position: absolute;
  right: 22px;
  left: 22px;
}

.inner-service-grid a span {
  bottom: 86px;
}

.inner-service-grid a h3 {
  bottom: 24px;
  font-size: 23px;
}

.execution-services {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
}

.execution-services h2 {
  font-size: clamp(46px, 4.4vw, 78px);
}

.project-filter-section {
  padding-top: 34px;
}

.project-filters {
  position: sticky;
  top: 88px;
  z-index: 8;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 34px;
  padding: 7px;
  border: 1px solid rgba(83, 55, 34, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 14px 42px rgba(49, 31, 19, 0.08);
  backdrop-filter: blur(18px);
}

.project-filters .filter-btn {
  padding: 12px 19px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  padding-top: 0;
}

.project-gallery article.project-item {
  min-height: 420px;
  border-radius: 10px;
  box-shadow: none;
}

.project-gallery article.project-item img {
  height: 100%;
}

.project-gallery article.project-item:nth-child(8n + 1),
.project-gallery article.project-item:nth-child(8n + 6) {
  grid-column: span 2;
  min-height: 520px;
}

.project-gallery article.project-item:nth-child(10n + 4) {
  min-height: 500px;
}

.project-gallery article.project-item div {
  padding: 24px;
}

.project-gallery article.project-item h3 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(22px, 1.8vw, 32px);
  line-height: 1.05;
}

.project-gallery article.project-item p {
  max-width: 560px;
  font-size: 15px;
}

.project-gallery article.support-work {
  opacity: 0.9;
}

.footer-v2 {
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 0.8fr));
  gap: clamp(26px, 4vw, 58px);
  padding: 32px max(24px, calc((100vw - 1460px) / 2)) 24px;
}

.footer-v2 nav {
  display: block;
}

.footer-v2 div:nth-of-type(2) a:nth-of-type(n + 4) {
  display: block;
}

.footer-v2 img {
  width: 62px;
}

.footer-v2 p,
.footer-v2 a,
.footer-v2 span {
  font-size: 14px;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.success-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(244, 236, 224, 0.84), rgba(255, 250, 243, 0.92)),
    url("assets/premium-hero.webp") center / cover;
}

.success-panel {
  width: min(760px, 100%);
  padding: clamp(34px, 6vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.success-panel img {
  width: 72px;
  height: auto;
  margin-bottom: 22px;
}

.success-panel h1 {
  margin: 0 auto;
  max-width: 620px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.94;
}

.success-panel h1 em {
  font-style: italic;
  font-weight: 500;
}

.success-panel p:not(.kicker) {
  max-width: 560px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.success-actions .btn-soft {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 250, 243, 0.72);
}

@media (max-width: 1180px) {
  .inner-service-grid,
  .project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .execution-services,
  .inner-editorial,
  .inner-editorial-reverse {
    grid-template-columns: 1fr;
  }

  .editorial-media {
    min-height: 460px;
  }

  .thinking-grid,
  .execution-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thinking-grid article:nth-child(2),
  .execution-list article:nth-child(2) {
    border-right: 0;
  }

  .footer-v2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .inner-hero,
  .section.inner-editorial,
  .statement-pair,
  .thinking-section,
  .service-worlds,
  .service-showcase,
  .execution-services,
  .project-filter-section {
    width: calc(100% - 28px);
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .inner-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .inner-hero h1,
  .inner-editorial h2,
  .service-worlds h2,
  .service-showcase h2,
  .execution-services h2,
  .project-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
    line-height: 0.98;
  }

  .inner-hero img,
  .editorial-media {
    height: 390px;
    min-height: 390px;
  }

  .statement-pair,
  .world-grid,
  .inner-service-grid,
  .thinking-grid,
  .execution-list,
  .project-gallery,
  .footer-v2 {
    grid-template-columns: 1fr;
  }

  .statement-pair article + article,
  .thinking-grid article,
  .execution-list article {
    border-left: 0;
    border-right: 0;
  }

  .statement-pair article + article,
  .thinking-grid article + article,
  .execution-list article + article {
    border-top: 1px solid var(--line);
  }

  .world-grid article,
  .inner-service-grid a {
    min-height: 390px;
  }

  .project-filters {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .project-filters::-webkit-scrollbar {
    display: none;
  }

  .project-gallery article.project-item,
  .project-gallery article.project-item:nth-child(8n + 1),
  .project-gallery article.project-item:nth-child(8n + 6),
  .project-gallery article.project-item:nth-child(10n + 4) {
    grid-column: auto;
    min-height: 390px;
  }
}

@media (max-width: 980px) {
  .hero-content {
    justify-content: flex-end;
    padding-top: 128px;
    padding-bottom: 118px;
  }

  .hero h1,
  .section-title h2,
  .split-title h2,
  .before-after-section h2,
  .journey .split-title h2,
  .testimonials .split-title h2 {
    max-width: 680px;
    line-height: 0.98;
  }

  .dream-story {
    min-height: auto;
    padding: 76px 0;
  }

  .story-sticky {
    position: relative;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 0;
  }

  .story-stage {
    min-height: 520px;
  }

  .spaces-shape {
    min-height: auto;
    padding-block: 76px;
  }

  .spaces-pin {
    position: relative;
    min-height: auto;
    margin-top: 28px;
    overflow: visible;
  }

  .spaces-track {
    overflow-x: auto;
    padding-inline: 16px;
    scroll-snap-type: x mandatory;
    transform: none !important;
  }

  .space-panel,
  .space-panel:nth-child(even) {
    flex: 0 0 min(82vw, 560px);
    height: 520px;
    transform: none;
    scroll-snap-align: center;
  }

  .editorial-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
  }

  .work-large,
  .work-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .journey-line {
    border: 0;
  }

  .journey-line article {
    min-height: auto;
    border-right: 0;
  }

  .journey-line span {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 100svh;
  }

  .hero-content {
    min-height: 100svh;
    padding-top: 112px;
    padding-bottom: 96px;
  }

  .hero h1 {
    font-size: clamp(46px, 16vw, 68px);
  }

  .hero-actions {
    align-items: stretch;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-title h2,
  .split-title h2,
  .before-after-section h2,
  .journey .split-title h2,
  .testimonials .split-title h2,
  .story-copy h2,
  .spaces-heading h2 {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.02;
  }

  .section-id {
    font-size: 10px;
    gap: 10px;
  }

  .section-id i {
    width: 28px;
  }

  .story-stage {
    min-height: 410px;
  }

  .space-panel,
  .space-panel:nth-child(even) {
    flex-basis: 86vw;
    height: 430px;
  }

  .space-panel strong {
    font-size: clamp(36px, 13vw, 56px);
  }

  .selected-editorial {
    padding-block: 60px;
  }

  .editorial-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    margin-inline: -16px;
    padding-inline: 16px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .editorial-grid a {
    flex: 0 0 84vw;
    height: 390px;
    scroll-snap-align: start;
  }

  .editorial-grid h3 {
    font-size: 34px;
  }

  .transform-compare,
  .transform-compare img {
    min-height: 360px;
  }

  .type-pause {
    padding-block: 70px;
  }

  .type-pause h2 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .journey-line article {
    grid-template-columns: 70px 1fr;
    padding: 18px;
  }

  .journey-line span {
    font-size: 38px;
  }

  .testimonial-track article {
    flex-basis: 82vw;
    min-height: 244px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .type-pause > div,
  .testimonial-track.is-marquee {
    animation: none !important;
  }

  .story-stage img,
  .space-panel img,
  .editorial-grid img {
    transition: none;
  }

  .spaces-track {
    transform: none !important;
  }
}

/* V3.1 motion and composition refinement */
main > .section,
.hero-content,
.story-sticky,
.selected-editorial .section,
.quote-v2 {
  width: min(1460px, calc(100% - 56px));
}

.hero {
  min-height: 100svh;
}

.hero-content {
  min-height: 100svh;
  padding-top: 104px;
  padding-bottom: 82px;
}

.hero .kicker {
  overflow: hidden;
}

.hero .reveal-line {
  display: block;
  overflow: hidden;
}

.hero .reveal-line:nth-child(2) > span {
  transition-delay: 180ms;
}

.hero-copy,
.hero-actions {
  transition-delay: 520ms !important;
}

.hero-trust {
  display: none !important;
}

.marquee {
  border-top: 1px solid rgba(83, 55, 34, 0.12);
  border-bottom: 1px solid rgba(83, 55, 34, 0.12);
  overflow: hidden;
}

.why-premium {
  width: min(1460px, calc(100% - 56px));
  padding-top: clamp(76px, 7vw, 108px);
  padding-bottom: clamp(70px, 7vw, 100px);
}

.why-premium .split-title {
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
}

.why-premium .split-title h2 {
  max-width: 1220px;
  font-size: clamp(46px, 4.6vw, 76px);
  line-height: 0.96;
}

.principle-row {
  margin-top: 44px;
}

.principle-row article {
  min-height: 210px;
}

.dual-feature {
  width: min(1460px, calc(100% - 56px));
  margin: 0 auto;
}

.dream-story {
  min-height: 270vh;
}

.story-sticky {
  grid-template-columns: minmax(390px, 0.42fr) minmax(620px, 0.58fr);
  gap: clamp(34px, 4.5vw, 76px);
  padding-block: 62px;
}

.story-copy h2 {
  max-width: 660px;
  font-size: clamp(46px, 4.1vw, 68px);
  line-height: 0.98;
}

.story-copy p:last-child {
  max-width: 520px;
}

.story-stage {
  min-height: min(78vh, 780px);
  border-radius: 8px;
}

.story-stage img {
  filter: saturate(0.98) contrast(1);
}

.story-stage img.is-active {
  filter: saturate(1.07) contrast(1.04);
}

.story-stage img.is-active::after {
  opacity: 1;
}

.spaces-shape {
  min-height: 215vh;
  padding-top: clamp(66px, 6vw, 92px);
}

.spaces-heading {
  width: min(1460px, calc(100% - 56px));
}

.spaces-heading h2 {
  max-width: 940px;
  font-size: clamp(52px, 5.5vw, 92px);
  line-height: 0.92;
}

.spaces-pin {
  margin-top: -12px;
}

.spaces-track {
  padding-inline: max(28px, calc((100vw - 1460px) / 2));
}

.space-panel,
.space-panel:nth-child(even) {
  flex-basis: clamp(500px, 44vw, 620px);
  height: min(72vh, 660px);
}

.space-panel:nth-child(3n + 2) {
  transform: translateY(34px);
}

.space-panel:nth-child(3n) {
  transform: translateY(-18px);
}

.space-panel strong {
  font-size: clamp(44px, 4vw, 66px);
}

.selected-editorial {
  padding-block: clamp(76px, 8vw, 118px);
}

.selected-editorial .split-title {
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: end;
}

.selected-editorial .split-title h2 {
  max-width: 900px;
  font-size: clamp(48px, 5vw, 86px);
}

.editorial-grid {
  grid-template-columns: 1.15fr 0.85fr 0.85fr 0.9fr;
  grid-auto-rows: minmax(220px, 26vh);
  width: 100%;
  gap: 18px;
}

.editorial-grid span {
  top: 22px;
  bottom: auto;
}

.editorial-grid h3 {
  bottom: 42px;
  font-size: clamp(28px, 2.55vw, 42px);
}

.editorial-grid a:nth-child(6),
.editorial-grid a:nth-child(7) {
  min-height: 280px;
}

.work-large {
  grid-column: span 2;
  grid-row: span 2;
}

.work-wide {
  grid-column: span 2;
  grid-row: span 1;
}

.before-after-section {
  width: min(1460px, calc(100% - 56px));
}

.before-after-section .section-title.narrow {
  max-width: 1180px;
}

.before-after-section h2 {
  max-width: 1120px;
  font-size: clamp(46px, 5.2vw, 86px);
  line-height: 0.96;
}

.transform-tabs {
  margin-top: 30px;
  margin-bottom: 22px;
}

.transform-compare {
  min-height: min(74vh, 790px);
  width: min(1420px, 100%);
  margin-inline: auto;
}

.transform-compare img {
  min-height: min(74vh, 790px);
}

.type-pause {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 72px 28px;
  text-align: center;
}

.type-pause > div,
.type-pause .type-words {
  display: flex;
  width: auto;
  max-width: 100%;
  justify-content: center;
  gap: clamp(22px, 5vw, 84px);
  color: #fffaf3;
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(26px, 4.8vw, 78px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: none;
}

.type-pause .type-words span {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateY(18px);
  animation: typeReveal 4.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.type-pause .type-words span:nth-child(2) {
  color: #d7b180;
  animation-delay: 0.32s;
}

.type-pause .type-words span:nth-child(3) {
  animation-delay: 0.64s;
}

.type-pause h2 {
  max-width: 1320px;
  margin-top: 34px;
  font-size: clamp(34px, 3.45vw, 56px);
  line-height: 1;
}

@keyframes typeReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateY(18px);
  }

  16%,
  78% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }

  100% {
    opacity: 0.35;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

.journey {
  width: min(1460px, calc(100% - 56px));
  padding-top: clamp(76px, 7vw, 104px);
}

.journey .split-title {
  grid-template-columns: 230px minmax(0, 1fr);
}

.journey .split-title h2 {
  max-width: 900px;
  font-size: clamp(44px, 4.8vw, 78px);
  white-space: normal;
}

.journey-line {
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: 520px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(83, 55, 34, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.74), rgba(247, 241, 233, 0.92)),
    repeating-linear-gradient(90deg, rgba(83, 55, 34, 0.06) 0 1px, transparent 1px 18%);
}

.journey-line::before {
  top: 50%;
  left: 6%;
  z-index: 1;
  width: var(--journey-progress);
  max-width: 88%;
  height: 2px;
  background: linear-gradient(90deg, #8f4b1c, #d4b179);
  box-shadow: 0 0 24px rgba(143, 75, 28, 0.3);
}

.journey-line::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 6%;
  left: 6%;
  z-index: 0;
  height: 1px;
  background: rgba(83, 55, 34, 0.18);
}

.journey-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.journey-bg span {
  position: absolute;
  top: 38px;
  left: 7%;
  color: rgba(35, 26, 20, 0.035);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(76px, 10vw, 170px);
  font-weight: 600;
  line-height: 0.8;
  opacity: 0;
  transition: opacity 380ms ease, transform 520ms ease;
  transform: translateY(20px);
}

.journey-line[data-active-step="0"] .journey-bg span:nth-child(1),
.journey-line[data-active-step="1"] .journey-bg span:nth-child(2),
.journey-line[data-active-step="2"] .journey-bg span:nth-child(3),
.journey-line[data-active-step="3"] .journey-bg span:nth-child(4),
.journey-line[data-active-step="4"] .journey-bg span:nth-child(5) {
  opacity: 1;
  transform: none;
}

.journey-line article {
  z-index: 2;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 28px 42px;
  border-right: 1px solid rgba(83, 55, 34, 0.12);
  opacity: 0.62;
  transition: opacity 300ms ease, background 300ms ease, transform 300ms ease;
}

.journey-line article:nth-of-type(even) {
  justify-content: flex-start;
  padding-top: 42px;
  padding-bottom: 34px;
}

.journey-line article::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(143, 75, 28, 0.45);
  border-radius: 999px;
  background: var(--ivory);
  box-shadow: 0 0 0 8px rgba(143, 75, 28, 0.05);
  transition: transform 300ms ease, background 300ms ease, box-shadow 300ms ease;
}

.journey-line article.is-active,
.journey-line article.is-past {
  opacity: 1;
}

.journey-line article.is-active {
  background: rgba(255, 250, 243, 0.7);
  transform: translateY(-6px);
}

.journey-line article.is-active::before {
  background: #8f4b1c;
  box-shadow: 0 0 0 12px rgba(143, 75, 28, 0.12), 0 0 32px rgba(143, 75, 28, 0.28);
  transform: scale(1.22);
}

.journey-line span {
  margin-bottom: 42px;
  color: rgba(143, 75, 28, 0.72);
  font-size: clamp(42px, 4vw, 70px);
  transition: transform 300ms ease, color 300ms ease;
}

.journey-line article.is-active span {
  color: #8f4b1c;
  transform: scale(1.08);
  transform-origin: left bottom;
}

.journey-line h3 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.journey-line p {
  font-size: 15px;
}

@media (max-width: 980px) {
  main > .section,
  .hero-content,
  .story-sticky,
  .selected-editorial .section,
  .quote-v2,
  .why-premium,
  .dual-feature,
  .spaces-heading,
  .before-after-section,
  .journey {
    width: min(100% - 32px, 760px);
  }

  .why-premium .split-title,
  .selected-editorial .split-title,
  .journey .split-title,
  .story-sticky {
    grid-template-columns: 1fr;
  }

  .dream-story,
  .spaces-shape {
    min-height: auto;
  }

  .story-stage {
    min-height: 560px;
  }

  .spaces-track {
    padding-inline: calc((100vw - min(100% - 32px, 760px)) / 2);
  }

  .spaces-pin {
    overflow: hidden;
  }

  .space-panel,
  .space-panel:nth-child(even),
  .space-panel:nth-child(3n),
  .space-panel:nth-child(3n + 2) {
    flex-basis: min(76vw, 560px);
    height: 560px;
    transform: none;
  }

  .editorial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-large,
  .work-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .journey-line {
    display: block;
    min-height: auto;
  }

  .journey-line::before,
  .journey-line::after,
  .journey-bg {
    display: none;
  }

  .journey-line article,
  .journey-line article:nth-of-type(even) {
    display: grid;
    min-height: auto;
    grid-template-columns: 84px 1fr;
    gap: 0 18px;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 55, 34, 0.12);
    opacity: 1;
    transform: none;
  }

  .journey-line article:last-child {
    border-bottom: 0;
  }

  .journey-line article::before {
    display: none;
  }

  .journey-line span {
    grid-row: span 2;
    margin: 0;
  }

  .principle-row {
    grid-template-columns: 1fr;
  }

  .principle-row article {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .hero.hero-v2,
  .hero-v2 .hero-content {
    min-height: 100svh;
  }

  .hero-v2 .hero-content {
    padding-top: 112px;
    padding-bottom: 96px;
  }

  main > .section,
  .hero-content,
  .story-sticky,
  .selected-editorial .section,
  .quote-v2,
  .why-premium,
  .dual-feature,
  .spaces-heading,
  .before-after-section,
  .journey {
    width: calc(100% - 28px);
  }

  .why-premium {
    padding-top: 58px;
    padding-bottom: 56px;
  }

  .why-premium .split-title h2,
  .selected-editorial .split-title h2,
  .before-after-section h2,
  .journey .split-title h2 {
    font-size: clamp(34px, 10.6vw, 48px);
    line-height: 1.02;
  }

  .story-stage {
    min-height: 420px;
  }

  .space-panel,
  .space-panel:nth-child(even),
  .space-panel:nth-child(3n),
  .space-panel:nth-child(3n + 2) {
    flex-basis: 84vw;
    height: 430px;
  }

  .type-pause {
    min-height: 330px;
    padding: 62px 14px;
  }

  .type-pause .type-words {
    gap: 14px;
    font-size: clamp(20px, 7.2vw, 32px);
    letter-spacing: 0.05em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .type-pause .type-words span {
    opacity: 1;
    clip-path: none;
    transform: none;
  }

  .journey-line article {
    opacity: 1;
    transform: none;
  }
}

/* Final inner-page typography and spacing lock */
.inner-hero h1,
.project-hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 4.2vw, 74px);
  line-height: 0.98;
}

.spaces-shape,
.spaces-pin {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.inner-editorial h2,
.service-worlds h2,
.service-showcase h2,
.execution-services h2,
.thinking-section .split-title h2 {
  max-width: 980px;
  font-size: clamp(42px, 4vw, 70px);
  line-height: 0.98;
}

.why-premium .split-title h2,
.selected-editorial .split-title h2,
.before-after-section h2,
.journey .split-title h2,
.spaces-heading h2 {
  line-height: 0.98;
}

.inner-hero {
  min-height: clamp(500px, 58vh, 650px);
}

@media (max-width: 720px) {
  .inner-hero h1,
  .project-hero h1,
  .inner-editorial h2,
  .service-worlds h2,
  .service-showcase h2,
  .execution-services h2,
  .thinking-section .split-title h2 {
    font-size: clamp(36px, 10.6vw, 50px);
    line-height: 1;
  }

  .footer-v2 {
    grid-template-columns: 1fr 1fr;
    gap: 18px 22px;
    padding: 24px 20px 20px;
  }

  .footer-brand,
  .footer-legal {
    grid-column: 1 / -1;
  }

  .footer-v2 img {
    width: 52px;
    margin-bottom: 8px;
  }

  .footer-v2 strong {
    margin-bottom: 8px;
  }

  .footer-v2 p,
  .footer-v2 a,
  .footer-v2 span {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.45;
  }

  .footer-legal {
    gap: 10px;
    padding-top: 10px;
  }
}

/* Live steering pass: scroll timing, spacing, collage and UX refinements */
.spaces-shape {
  padding-top: clamp(54px, 5vw, 76px);
  min-height: var(--spaces-height, 240vh);
}

.spaces-heading {
  padding-bottom: 18px;
}

.spaces-heading h2 {
  max-width: 1180px;
  line-height: 0.98;
}

.spaces-pin {
  margin-top: 0;
}

.spaces-track {
  gap: 18px;
  padding-inline: max(56px, calc((100vw - 1460px) / 2));
}

.selected-editorial {
  padding-block: clamp(70px, 6vw, 96px);
}

.selected-editorial .split-title {
  grid-template-columns: 210px minmax(0, 1fr);
  margin-bottom: 34px;
}

.selected-editorial .split-title h2 {
  max-width: 1280px;
  font-size: clamp(46px, 4.2vw, 72px);
  white-space: nowrap;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  grid-template-rows: 250px 250px 300px;
  grid-template-areas:
    "living kitchen bedroom"
    "living office meeting"
    "coffee coffee showroom";
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #17120e;
}

.editorial-grid a {
  min-height: 0;
  height: auto;
  border-radius: 7px;
}

.editorial-grid .work-large {
  grid-area: living;
}

.work-kitchen {
  grid-area: kitchen;
}

.work-bedroom {
  grid-area: bedroom;
}

.work-office {
  grid-area: office;
}

.work-meeting {
  grid-area: meeting;
}

.work-coffee {
  grid-area: coffee;
}

.work-showroom {
  grid-area: showroom;
}

.editorial-grid h3 {
  bottom: 34px;
  max-width: 92%;
  font-size: clamp(24px, 2vw, 38px);
}

.editorial-grid small {
  bottom: 16px;
}

.editorial-grid span,
.world-grid span,
.inner-service-grid span,
.project-gallery article.project-item span {
  color: #f5cf97;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.journey {
  padding-top: clamp(70px, 6vw, 90px);
  padding-bottom: clamp(70px, 6vw, 90px);
}

.journey .split-title {
  margin-bottom: 0;
}

.journey .split-title h2 {
  max-width: 1280px;
  font-size: clamp(42px, 4vw, 68px);
  white-space: nowrap;
}

.journey-line {
  margin-top: 38px;
}

.testimonials {
  width: min(1460px, calc(100% - 56px));
  padding-top: clamp(56px, 5vw, 78px);
  padding-bottom: clamp(62px, 5vw, 84px);
}

.testimonials .split-title {
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: end;
  margin-bottom: 24px;
}

.testimonials .split-title h2 {
  max-width: 1180px;
  font-size: clamp(42px, 4.6vw, 76px);
  line-height: 0.98;
}

.testimonial-shell {
  margin-top: 0;
}

.testimonial-track {
  gap: 14px;
  padding-bottom: 12px;
}

.testimonial-track + .testimonial-track {
  margin-top: 8px;
}

.section.inner-editorial,
.statement-pair,
.thinking-section,
.service-worlds,
.service-showcase,
.execution-services {
  padding-top: clamp(70px, 6vw, 96px);
  padding-bottom: clamp(70px, 6vw, 96px);
}

.statement-pair {
  padding-top: 26px;
  padding-bottom: 26px;
}

.thinking-section .split-title,
.service-worlds .split-title,
.service-showcase .split-title {
  margin-bottom: 34px;
}

.editorial-media {
  min-height: 460px;
}

.execution-statement {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}

.one-team-statement > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "number team"
    "number accountable"
    "number delivery";
  gap: 0 22px;
  align-items: end;
  margin-top: 16px;
}

.one-team-statement {
  padding-left: clamp(28px, 3.5vw, 58px);
}

.statement-number {
  grid-area: number;
  color: var(--walnut);
  font-family: var(--serif);
  font-size: clamp(150px, 18vw, 280px);
  font-weight: 600;
  line-height: 0.72;
}

.statement-team {
  grid-area: team;
  color: var(--ink);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(42px, 5.2vw, 88px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.statement-support {
  grid-area: accountable;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 70px);
  font-style: italic;
  line-height: 0.95;
}

.statement-delivery {
  grid-area: delivery;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(46px, 5.6vw, 96px);
  font-weight: 600;
  line-height: 0.9;
}

.execution-statement .execution-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.execution-statement .execution-list article {
  min-height: 220px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 88px;
  z-index: 80;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 250, 243, 0.72);
  border-radius: 999px;
  color: #fffaf3;
  background: rgba(28, 20, 15, 0.82);
  box-shadow: 0 16px 34px rgba(20, 14, 10, 0.18);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #8f4b1c;
}

@media (max-width: 1180px) {
  .selected-editorial .split-title h2,
  .journey .split-title h2 {
    white-space: normal;
  }

  .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, 280px);
    grid-template-areas:
      "living living"
      "kitchen bedroom"
      "office meeting"
      "coffee showroom";
  }
}

@media (max-width: 720px) {
  .spaces-shape {
    min-height: auto !important;
    padding-top: 58px;
  }

  .selected-editorial,
  .testimonials,
  .journey {
    width: calc(100% - 28px);
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .selected-editorial .section {
    width: 100%;
  }

  .selected-editorial .split-title,
  .testimonials .split-title,
  .journey .split-title {
    grid-template-columns: 1fr;
  }

  .selected-editorial .split-title h2,
  .testimonials .split-title h2,
  .journey .split-title h2 {
    font-size: clamp(34px, 10vw, 48px);
    white-space: normal;
  }

  .editorial-grid {
    display: flex;
    gap: 12px;
    margin-inline: -14px;
    padding: 0 14px 10px;
    overflow-x: auto;
    background: transparent;
  }

  .editorial-grid a,
  .editorial-grid .work-large {
    flex: 0 0 82vw;
    height: 390px;
  }

  .execution-statement {
    grid-template-columns: 1fr;
  }

  .execution-statement .execution-list {
    grid-template-columns: 1fr;
  }

  .one-team-statement > div {
    gap: 0 14px;
  }

  .statement-number {
    font-size: clamp(120px, 36vw, 180px);
  }

  .statement-team {
    font-size: clamp(38px, 14vw, 62px);
  }

  .statement-support {
    font-size: clamp(30px, 10vw, 48px);
  }

  .statement-delivery {
    font-size: clamp(42px, 13vw, 66px);
  }

  .back-to-top {
    right: 18px;
    bottom: 82px;
    width: 40px;
    height: 40px;
  }
}

/* Final visual and scroll correction pass - cascade lock */
@media (min-width: 1366px) {
  .why-premium .split-title,
  .spaces-heading,
  .before-after-section .section-title.narrow,
  .journey .split-title,
  .testimonials .split-title,
  .thinking-section .split-title,
  .service-showcase .split-title {
    grid-template-columns: clamp(150px, 13vw, 230px) minmax(0, 1fr);
    width: min(1500px, calc(100% - 48px));
  }

  .why-premium .split-title h2,
  .spaces-heading h2,
  .before-after-section h2,
  .thinking-section .split-title h2,
  .service-showcase h2 {
    max-width: none;
    font-size: clamp(48px, 4.15vw, 74px);
    line-height: 0.98;
    white-space: nowrap;
    text-wrap: normal;
  }

  .journey .split-title h2,
  .testimonials .split-title h2 {
    max-width: 1260px;
    font-size: clamp(44px, 3.75vw, 68px);
    line-height: 1;
    text-wrap: balance;
  }

  .service-showcase h2 {
    font-size: clamp(46px, 3.9vw, 70px);
  }

  .inner-hero h1,
  .page-hero h1,
  .project-hero h1 {
    max-width: 1120px;
    text-wrap: balance;
  }

  .inner-editorial h2 {
    max-width: 1080px;
    font-size: clamp(44px, 3.8vw, 68px);
  }
}

.why-premium .split-title h2 em,
.spaces-heading h2 em,
.before-after-section h2 em,
.thinking-section .split-title h2 em,
.service-showcase h2 em {
  color: var(--walnut);
  font-style: italic;
}

.why-premium {
  padding-top: clamp(62px, 5vw, 86px);
  padding-bottom: clamp(58px, 5vw, 82px);
}

.principle-row {
  margin-top: clamp(26px, 3vw, 38px);
}

.dual-feature {
  margin-top: 0;
  margin-bottom: 0;
}

.dream-story {
  min-height: 235vh;
}

.story-sticky {
  padding-block: clamp(42px, 5vw, 58px);
  min-height: 100svh;
}

.spaces-shape {
  padding-top: clamp(44px, 4vw, 66px);
  min-height: var(--spaces-height, 210vh);
  overflow: clip;
}

.spaces-heading {
  position: sticky;
  top: 72px;
  z-index: 4;
  padding-top: 0;
  padding-bottom: clamp(12px, 1.8vw, 22px);
  background: linear-gradient(180deg, var(--ivory) 0%, rgba(246, 240, 231, 0.92) 68%, rgba(246, 240, 231, 0) 100%);
}

.spaces-heading h2 {
  max-width: 1320px;
  font-size: clamp(42px, 4.4vw, 78px);
  line-height: 0.98;
}

.spaces-pin {
  top: clamp(178px, 19vh, 230px);
  min-height: min(70svh, 680px);
  margin-top: clamp(4px, 1vw, 12px);
  align-items: center;
}

.spaces-track {
  gap: clamp(16px, 1.4vw, 22px);
  padding-inline: max(28px, calc((100vw - 1460px) / 2));
}

.space-panel,
.space-panel:nth-child(even) {
  flex-basis: clamp(500px, 43vw, 640px);
  height: min(64svh, 600px);
}

.space-panel:nth-child(3n + 2) {
  transform: translateY(18px);
}

.space-panel:nth-child(3n) {
  transform: translateY(-12px);
}

.selected-editorial,
.before-after-section,
.journey,
.testimonials {
  padding-top: clamp(62px, 5vw, 86px);
  padding-bottom: clamp(62px, 5vw, 90px);
}

.before-after-section .section-title.narrow {
  margin-bottom: 0;
}

.transform-tabs {
  margin-top: clamp(20px, 2vw, 28px);
  margin-bottom: clamp(16px, 1.6vw, 22px);
}

.transform-compare,
.transform-compare img {
  min-height: min(68svh, 720px);
}

.journey-line {
  margin-top: clamp(26px, 3vw, 36px);
}

.type-pause {
  min-height: 300px;
  padding: clamp(54px, 5vw, 68px) 28px;
}

.section.inner-editorial,
.statement-pair,
.thinking-section,
.service-worlds,
.service-showcase,
.execution-services,
.project-filter-section {
  padding-top: clamp(58px, 5vw, 86px);
  padding-bottom: clamp(58px, 5vw, 86px);
}

.page-hero.inner-hero {
  min-height: clamp(440px, 50vh, 590px);
  padding-top: clamp(104px, 10vw, 136px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.inner-editorial {
  gap: clamp(28px, 4vw, 62px);
}

.editorial-media {
  min-height: clamp(360px, 42vh, 500px);
}

.statement-pair {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(18px, 2vw, 28px);
}

.thinking-section .split-title,
.service-worlds .split-title,
.service-showcase .split-title {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.thinking-grid article,
.execution-list article {
  min-height: 220px;
}

.project-filter-section {
  padding-top: clamp(48px, 4vw, 72px);
}

.project-gallery {
  gap: clamp(16px, 1.7vw, 24px);
}

@media (max-width: 980px) {
  .spaces-shape {
    min-height: auto !important;
    padding-top: clamp(44px, 9vw, 64px);
    padding-bottom: clamp(44px, 9vw, 64px);
  }

  .spaces-heading {
    position: relative;
    top: auto;
    width: calc(100% - 28px);
    padding-bottom: 18px;
    background: transparent;
  }

  .spaces-heading h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1;
  }

  .spaces-pin {
    position: relative;
    top: auto;
    min-height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .spaces-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    transform: none !important;
    padding: 0 14px 14px;
  }

  .spaces-track::-webkit-scrollbar {
    display: none;
  }

  .space-panel,
  .space-panel:nth-child(even),
  .space-panel:nth-child(3n),
  .space-panel:nth-child(3n + 2) {
    flex: 0 0 min(86vw, 430px);
    height: clamp(390px, 68vh, 520px);
    transform: none;
    scroll-snap-align: center;
  }

  .dream-story {
    min-height: 250vh;
  }

  .section.inner-editorial,
  .statement-pair,
  .thinking-section,
  .service-worlds,
  .service-showcase,
  .execution-services,
  .selected-editorial,
  .before-after-section,
  .journey,
  .testimonials {
    padding-top: clamp(46px, 10vw, 66px);
    padding-bottom: clamp(46px, 10vw, 66px);
  }

  .page-hero.inner-hero {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 46px;
  }
}

@media (max-width: 720px) {
  .why-premium {
    width: calc(100% - 28px);
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .why-premium .split-title h2,
  .before-after-section h2,
  .thinking-section .split-title h2,
  .service-showcase h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
  }

  .transform-compare,
  .transform-compare img {
    min-height: 420px;
  }

  .editorial-media {
    min-height: 330px;
  }
}
