.home-redesign .site-header {
  background: rgba(252, 250, 246, 0.96);
  border-bottom-color: rgba(39, 35, 31, 0.12);
}

.home-redesign .site-header.is-scrolled {
  background: rgba(252, 250, 246, 0.98);
  box-shadow: 0 0.35rem 1.4rem rgba(39, 35, 31, 0.06);
  backdrop-filter: blur(4px);
}

.next-home {
  overflow: clip;
}

.next-hero {
  display: grid;
  grid-template-columns: minmax(21rem, 0.74fr) minmax(0, 1.26fr);
  min-height: min(48rem, calc(100svh - 5.5rem));
  background: var(--next-ivory);
}

.next-hero-copy {
  display: flex;
  min-width: 0;
  justify-content: center;
  flex-direction: column;
  padding: clamp(2.75rem, 4.5vw, 4.75rem) clamp(2rem, 4vw, 4.75rem) clamp(2.75rem, 4.5vw, 4.75rem) var(--next-gutter);
}

.next-hero-copy h1 {
  max-width: 10.5ch;
  margin-top: 1.2rem;
  font-size: clamp(3.25rem, 5vw, 5.65rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.next-hero-location {
  margin: 1.1rem 0 0;
  color: var(--next-walnut);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.next-hero-support {
  max-width: 34rem;
  margin: 1.25rem 0 0;
  color: var(--next-muted);
  font-size: clamp(1rem, 0.94rem + 0.28vw, 1.22rem);
  line-height: 1.6;
}

.next-hero-statement {
  margin: 1.05rem 0 0;
  font-family: var(--next-display);
  font-size: clamp(1.35rem, 1.12rem + 0.8vw, 2rem);
  line-height: 1.2;
}

.next-hero-actions {
  margin-top: clamp(1.5rem, 2.5vw, 2.15rem);
}

.next-hero-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--next-sand);
}

.next-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.next-hero-media figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  max-width: calc(100% - 2.5rem);
  margin: 0;
  padding: 0.55rem 0.75rem;
  background: rgba(31, 29, 26, 0.78);
  color: var(--next-ivory);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.next-categories {
  background: var(--next-cream);
}

.next-category-grid {
  border-top: 1px solid var(--next-rule);
}

.next-category-card {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  min-height: 8.6rem;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  border-bottom: 1px solid var(--next-rule);
  text-decoration: none;
  transition: background-color var(--duration-medium) var(--ease-standard), color var(--duration-medium) var(--ease-standard);
}

.next-card-number {
  color: var(--next-taupe);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.next-category-copy {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(18rem, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 6rem);
}

.next-category-title {
  font-family: var(--next-display);
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1;
}

.next-category-description {
  max-width: 34rem;
  color: var(--next-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.next-card-arrow {
  font-size: 1.4rem;
  transition: transform var(--duration-medium) var(--ease-standard);
}

.next-category-card:hover {
  background: var(--next-sand);
}

.next-category-card:first-child {
  box-shadow: inset 3px 0 0 rgba(170, 141, 94, 0.58);
}

.next-category-card:first-child .next-card-number,
.next-category-card:first-child .next-category-title {
  color: var(--next-walnut);
}

.next-category-card:hover .next-card-arrow {
  transform: translate(0.3rem, -0.3rem);
}

.next-selected-work {
  background: var(--next-ivory);
}

.next-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.75rem, 4vw, 4.5rem) clamp(1.25rem, 2.5vw, 2.5rem);
  align-items: start;
}

.next-project-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto minmax(2.9em, auto);
  margin: 0;
}

.next-project-card--wide {
  grid-column: span 7;
}

.next-project-card--full {
  grid-column: 1 / -1;
}

.next-project-card--portrait {
  grid-column: span 5;
  width: min(100%, 34rem);
  justify-self: end;
}

.next-project-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--next-sand);
}

.next-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms var(--ease-standard);
}

.next-project-card.focal-chair-sculptural-lounge img { object-position: 50% 56%; }
.next-project-card.focal-chair-lounge-ottoman img { object-position: 48% 54%; }

.next-project-card:hover img {
  transform: scale(1.012);
}

.next-project-card figcaption,
.next-production-card figcaption,
.next-trade-media figcaption {
  margin-top: 0.85rem;
  color: var(--next-muted);
  font-size: clamp(0.72rem, 0.69rem + 0.1vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1.5;
  text-transform: uppercase;
}

.next-project-led {
  padding-block: clamp(4rem, 6vw, 6.25rem);
  background: var(--next-sand);
}

.next-project-led .next-editorial-intro {
  gap: clamp(2.5rem, 7vw, 7rem);
}

.next-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2.5rem, 4vw, 4.25rem) 0 0;
  padding: 0;
  border-top: 1px solid var(--next-rule);
  list-style: none;
}

.next-principles li {
  display: flex;
  min-height: 6.75rem;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 1.5rem 1.5rem 0;
  border-right: 1px solid var(--next-rule);
  border-bottom: 1px solid var(--next-rule);
  font-family: var(--next-display);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 1.1;
}

.next-principles li:nth-child(3n) {
  border-right: 0;
}

.next-principles span {
  color: var(--next-taupe);
  font-family: var(--next-sans);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.next-trade {
  background: var(--next-walnut-deep);
  color: var(--next-ivory);
}

.next-trade-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(22rem, 1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}

.next-trade-media {
  margin: 0;
}

.next-trade-media img {
  width: 100%;
  height: auto;
}

.next-trade-media figcaption {
  color: rgba(246, 242, 234, 0.62);
}

.next-trade .next-eyebrow {
  color: #d5bd91;
}

.next-trade-copy h2 {
  max-width: 13ch;
  margin-top: 1.25rem;
  font-size: clamp(2.5rem, 4.25vw, 4.65rem);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.next-trade-copy > p:not(.next-eyebrow):not(.next-trade-statement) {
  max-width: 42rem;
  margin-top: 1.75rem;
  color: rgba(246, 242, 234, 0.75);
}

.next-trade-statement {
  margin: 1.6rem 0 0;
  color: var(--next-ivory);
  font-family: var(--next-display);
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
}

.next-inline-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 2rem 0 2.5rem;
  padding: 0;
  border-top: 1px solid var(--next-rule-light);
  list-style: none;
}

.next-inline-capabilities li {
  padding: 0.75rem 1rem 0.75rem 0;
  margin-right: 1rem;
  border-bottom: 1px solid var(--next-rule-light);
  color: rgba(246, 242, 234, 0.78);
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.next-commercial {
  background: var(--next-cream);
}

.next-commercial-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(17rem, 0.95fr) minmax(20rem, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.75rem);
}

.next-commercial h2 {
  max-width: 9ch;
  margin-top: 1.25rem;
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.next-commercial-visual {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--next-sand);
}

.next-commercial-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.next-commercial-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem 1rem;
  background: rgba(30, 28, 25, 0.88);
  color: var(--next-ivory);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.next-commercial-copy > p {
  margin-top: 0;
  color: var(--next-muted);
  font-size: clamp(1rem, 0.95rem + 0.23vw, 1.16rem);
}

.next-commercial-applications {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0 2.25rem;
  padding: 0;
  border-top: 1px solid var(--next-rule);
  list-style: none;
}

.next-commercial-applications li {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--next-rule);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.next-production {
  background: var(--next-greige);
}

.next-production .next-section-intro {
  color: #554c45;
}

.next-production-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem) clamp(1rem, 2.5vw, 2.5rem);
}

.next-production-card {
  margin: 0;
}

.next-production-card img {
  width: 100%;
  height: auto;
  background: var(--next-stone);
}

.next-process {
  background: var(--next-ivory);
}

.next-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--next-rule);
  list-style: none;
}

.next-process-grid li {
  min-height: 14rem;
  padding: 1.35rem clamp(1.5rem, 3vw, 3rem) 1.75rem 0;
  border-right: 1px solid var(--next-rule);
  border-bottom: 1px solid var(--next-rule);
}

.next-process-grid li:nth-child(3n) {
  border-right: 0;
  padding-left: clamp(1.5rem, 3vw, 3rem);
}

.next-process-grid li:nth-child(3n + 2) {
  padding-left: clamp(1.5rem, 3vw, 3rem);
}

.next-process-number {
  display: block;
  margin-bottom: clamp(2rem, 3.5vw, 3.25rem);
  color: var(--next-taupe);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.next-process-grid h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1;
}

.next-process-grid p {
  max-width: 25rem;
  margin: 1.15rem 0 0;
  color: var(--next-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.next-service-area {
  padding-block: clamp(3.25rem, 5vw, 5rem);
  background: var(--next-sand);
  border-top: 1px solid var(--next-rule);
}

.next-service-area-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: end;
}

.next-service-area h2 {
  max-width: 14ch;
  margin-top: 1rem;
  font-size: clamp(2.5rem, 4.4vw, 4.75rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.next-service-area-grid > div:last-child p {
  margin: 0;
  color: var(--next-muted);
}

.next-service-area-grid > div:last-child p + p {
  margin-top: 1rem;
}

.next-service-area-primary {
  color: var(--next-ink) !important;
  font-family: var(--next-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.25;
}

.next-final-cta {
  padding-block: clamp(4.25rem, 7vw, 7rem);
  background: var(--next-charcoal);
  color: var(--next-ivory);
  text-align: center;
}

.next-final-cta-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.next-final-cta .next-eyebrow {
  color: #d5bd91;
}

.next-final-cta h2 {
  max-width: 13ch;
  margin-top: 1.3rem;
  font-size: clamp(3rem, 6.5vw, 7rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.next-final-cta p:not(.next-eyebrow) {
  margin: 1.5rem 0 2.25rem;
  color: rgba(246, 242, 234, 0.72);
  font-family: var(--next-display);
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.home-redesign .site-footer {
  background: #181715;
  border-top: 1px solid rgba(213, 189, 145, 0.22);
}

@media (max-width: 68rem) {
  .next-hero {
    grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1.18fr);
    min-height: auto;
  }

  .next-hero-copy h1 {
    font-size: clamp(3.05rem, 5.7vw, 4.5rem);
  }

  .next-category-copy {
    grid-template-columns: minmax(12rem, 0.7fr) minmax(14rem, 1fr);
  }

  .next-project-grid {
    gap-block: 3rem;
  }

  .next-trade-grid {
    gap: 3.5rem;
  }

  .next-commercial-grid {
    grid-template-columns: minmax(16rem, 0.8fr) minmax(22rem, 1.2fr);
  }

  .next-commercial-visual { grid-column: 1; }

  .next-commercial-copy {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 52rem) {
  .next-hero {
    grid-template-columns: 1fr;
  }

  .next-hero-copy {
    padding: clamp(2.75rem, 8vw, 4.25rem) var(--next-gutter);
  }

  .next-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(3rem, 10vw, 4.6rem);
  }

  .next-hero-media {
    aspect-ratio: 4 / 3;
  }

  .next-category-card {
    grid-template-columns: 2rem minmax(0, 1fr) auto;
    min-height: 9rem;
  }

  .next-category-copy {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .next-category-description {
    max-width: 30rem;
  }

  .next-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.75rem 1.25rem;
  }

  .next-project-card,
  .next-project-card--wide,
  .next-project-card--portrait {
    width: auto;
    grid-column: span 1;
  }

  .next-project-card--full {
    grid-column: 1 / -1;
  }

  .next-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .next-principles li,
  .next-principles li:nth-child(3n) {
    border-right: 1px solid var(--next-rule);
  }

  .next-principles li:nth-child(2n) {
    border-right: 0;
    padding-left: 1.25rem;
  }

  .next-trade-grid,
  .next-commercial-grid,
  .next-service-area-grid {
    grid-template-columns: 1fr;
  }

  .next-commercial-visual,
  .next-commercial-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .next-trade-media {
    width: min(100%, 34rem);
  }

  .next-commercial h2 {
    max-width: 10ch;
  }

  .next-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .next-process-grid li,
  .next-process-grid li:nth-child(3n),
  .next-process-grid li:nth-child(3n + 2) {
    min-height: 13.5rem;
    padding: 1.35rem 1.5rem 1.75rem 0;
    border-right: 1px solid var(--next-rule);
  }

  .next-process-grid li:nth-child(2n) {
    padding-left: 1.5rem;
    border-right: 0;
  }
}

@media (max-width: 31rem) {
  .next-section {
    padding-block: clamp(3.5rem, 14vw, 4.6rem);
  }

  .next-hero-copy {
    padding-block: 2.65rem 2.85rem;
  }

  .next-hero-copy h1 {
    margin-top: 1rem;
    font-size: clamp(2.75rem, 12.5vw, 3.65rem);
    line-height: 0.94;
  }

  .next-hero-location {
    margin-top: 0.85rem;
  }

  .next-hero-support {
    margin-top: 1rem;
    line-height: 1.55;
  }

  .next-hero-statement {
    margin-top: 0.9rem;
  }

  .next-hero-actions {
    margin-top: 1.35rem;
  }

  .next-hero-media {
    aspect-ratio: auto;
  }

  .next-hero-media img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .next-hero-media figcaption {
    position: static;
    max-width: none;
    background: var(--next-charcoal);
  }

  .next-category-card {
    grid-template-columns: 1.5rem minmax(0, 1fr) auto;
    gap: 0.75rem;
  }

  .next-category-title {
    font-size: 1.65rem;
  }

  .next-process-grid,
  .next-commercial-applications {
    grid-template-columns: 1fr;
  }

  .next-project-grid { grid-template-columns: 1fr; row-gap: 2.5rem; }

  .next-project-card.focal-chair-sculptural-lounge img { object-position: 50% 59%; }
  .next-project-card.focal-chair-lounge-ottoman img { object-position: 47% 56%; }

  .next-production-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 0.75rem; }

  .next-production-grid {
    row-gap: 1.75rem;
  }

  .next-project-card figcaption,
  .next-production-card figcaption {
    margin-top: 0.65rem;
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .next-principles {
    grid-template-columns: 1fr;
  }

  .next-principles li,
  .next-principles li:nth-child(2n),
  .next-principles li:nth-child(3n) {
    min-height: 5.4rem;
    padding: 0.85rem 0 1rem;
    border-right: 0;
  }

  .next-process-grid li,
  .next-process-grid li:nth-child(2n),
  .next-process-grid li:nth-child(3n),
  .next-process-grid li:nth-child(3n + 2) {
    min-height: 0;
    padding: 1rem 0 1.35rem;
    border-right: 0;
  }

  .next-process-number {
    margin-bottom: 1.25rem;
  }

  .next-process-grid p {
    margin-top: 0.8rem;
    line-height: 1.55;
  }

  .next-trade-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  .next-project-led {
    padding-block: 3.5rem;
  }

  .next-principles {
    margin-top: 2.25rem;
  }

  .next-service-area {
    padding-block: 3.2rem;
  }

  .next-final-cta {
    padding-block: 4rem;
  }

  .next-final-cta h2 {
    font-size: clamp(2.75rem, 12.5vw, 3.65rem);
  }

  .next-commercial-applications li {
    padding-block: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .next-category-card,
  .next-card-arrow,
  .next-project-card img {
    transition: none;
  }

  .next-project-card:hover img,
  .next-category-card:hover .next-card-arrow {
    transform: none;
  }
}
