@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Montserrat+Alternates:ital,wght@0,100..900;1,100..900&family=Montserrat+Subrayada:wght@400;700&display=swap");

:root {
  --font-sans: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Montserrat Alternates", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-accent: "Montserrat Underline", "Montserrat Subrayada", "Montserrat Alternates", "Montserrat", sans-serif;
  --font-zh: "Sarasa SC", "Sarasa Gothic SC", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.375rem;
  --text-2xl: clamp(1.75rem, 2.4vw, 2.5rem);
  --text-3xl: clamp(2rem, 3.4vw, 3rem);
  --text-hero: clamp(3.5rem, 5.4vw, 5.25rem);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --radius-button: 6px;
  --icon-sm: 16px;
  --icon-md: 20px;
  --icon-lg: 24px;
  --icon-stroke: 1.75;

  --color-bg: #f7f7f3;
  --color-text: #10100f;
  --color-muted: #6c6c68;
  --color-primary: #10100f;
  --color-accent: #fe5f2f;
  --color-border: rgba(16, 16, 15, 0.12);
  --color-surface: #f1f1ed;
  --color-surface-soft: #f7f7f3;
  --color-surface-strong: #efefeb;
  --color-inverse: #10100f;
  --color-inverse-text: #f7f7f3;
  --color-accent-yellow: #f2c849;
  --color-accent-purple: #debdff;
  --color-accent-green: #aaa676;
  --color-link: #10100f;
  --color-button-bg: #10100f;
  --color-button-text: #f7f7f3;
  --color-input-bg: #f1f1ed;
  --color-input-text: #10100f;
  --color-placeholder: #91908c;

  --transition-fast: 160ms ease;
  --transition-base: 240ms ease;
  --transition-slow: 520ms ease;

  --black: var(--color-primary);
  --white: #ffffff;
  --canvas-soft: var(--color-surface);
  --body: var(--color-muted);
  --hairline: var(--color-border);
  --link: #057dbc;
  --max: 1180px;
  --sans: var(--font-sans);
  --font-serif: var(--font-display);
  --serif: Georgia, "Times New Roman", serif;
}

/* Contact inbox submission fields */
body[data-page="home-redesign"] .contact-message-block {
  display: grid;
  font-family: var(--font-sans);
  gap: 10px;
  margin-top: clamp(18px, 3vw, 34px);
  max-width: 760px;
  width: 100%;
}

body[data-page="home-redesign"] .contact-message-block label {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 750;
  letter-spacing: 0.02em;
}

body[data-page="home-redesign"] .contact-message-block textarea {
  background: color-mix(in srgb, var(--color-surface) 88%, transparent);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  color: var(--color-text);
  font: 500 var(--text-base) / 1.55 var(--font-sans);
  min-height: 132px;
  padding: 14px 16px;
  resize: vertical;
  width: 100%;
}

body[data-page="home-redesign"] .contact-message-block textarea:focus {
  border-color: var(--color-text);
  outline: 2px solid color-mix(in srgb, var(--color-accent) 32%, transparent);
  outline-offset: 2px;
}

body[data-page="home-redesign"] .contact-message-block small {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.5;
}

.form-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

body[data-page="home-redesign"] .form-status[data-state="success"] {
  color: #247a49;
}

body[data-page="home-redesign"] .form-status[data-state="error"] {
  color: #b42318;
}

body[data-page="home-redesign"] [data-contact-submit][disabled] {
  cursor: wait;
  opacity: 0.62;
}

html[lang="zh-CN"],
body[data-lang="zh"] {
  font-family: var(--font-zh);
}

body[data-lang="zh"] h1,
body[data-lang="zh"] h2,
body[data-lang="zh"] h3,
body[data-lang="zh"] .home-brand,
body[data-lang="zh"] .header-pill,
body[data-lang="zh"] .btn {
  font-family: var(--font-zh) !important;
}

.language-switch,
.home-language-switch {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-button);
  display: inline-flex;
  gap: 4px;
  padding: 4px;
}

.language-switch button,
.home-language-switch button {
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius-button) - 2px);
  color: var(--color-muted);
  cursor: pointer;
  font: 800 var(--text-xs) / 1 var(--font-sans);
  min-height: 28px;
  padding: 7px 9px;
}

.language-switch button[aria-pressed="true"],
.home-language-switch button[aria-pressed="true"] {
  background: var(--color-button-bg);
  color: var(--color-button-text);
}

/* Grupo Lucrea home redesign: editorial black-and-white agency system. */
body[data-page="home-redesign"] {
  --home-gutter: clamp(18px, 3.4vw, 52px);
  --home-border: rgba(17, 17, 17, 0.18);
  --home-muted: #6f6a61;
  --home-soft: #ebe5da;
  background: #f3efe7;
  color: #111111;
  font-family: var(--sans);
}

body[data-page="home-redesign"] main {
  border-left: 1px solid var(--home-border);
  border-right: 1px solid var(--home-border);
  margin-inline: auto;
  max-width: 1680px;
  width: calc(100% - (var(--home-gutter) * 2));
}

.top-marquee {
  background: var(--black);
  border-bottom: 1px solid var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 40;
}

.top-marquee__track {
  animation: lucrea-marquee 24s linear infinite;
  display: flex;
  width: max-content;
}

.top-marquee__track span {
  display: block;
  padding: 10px 16px;
}

@keyframes lucrea-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333%, 0, 0);
  }
}

.home-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--home-border);
  display: flex;
  height: 58px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1680px;
  padding: 0 var(--home-gutter);
  position: sticky;
  top: 0;
  z-index: 35;
}

.home-brand {
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 800;
  line-height: 1;
}

.home-nav {
  display: flex;
  gap: clamp(18px, 3vw, 46px);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-nav a {
  border-bottom: 1px solid transparent;
  padding: 4px 0 3px;
  transition: border-color 160ms ease, opacity 160ms ease;
}

.home-nav a:hover {
  border-color: var(--black);
  opacity: 0.62;
}

.home-nav-toggle {
  display: none;
}

.home-hero {
  border-bottom: 1px solid var(--home-border);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.28fr);
  min-height: clamp(620px, 82vh, 840px);
  position: relative;
}

.home-hero__grid {
  border-right: 1px solid var(--home-border);
  grid-column: 1;
  grid-row: 1;
  opacity: 0.55;
  pointer-events: none;
  position: relative;
}

.home-hero__grid::before,
.home-hero__grid::after {
  background: var(--home-border);
  content: "";
  position: absolute;
}

.home-hero__grid::before {
  height: 1px;
  left: 0;
  right: 0;
  top: 37%;
}

.home-hero__grid::after {
  bottom: 0;
  left: 32%;
  top: 0;
  width: 1px;
}

.home-hero__content {
  align-content: end;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  padding: clamp(34px, 5vw, 76px);
  position: relative;
  z-index: 2;
}

.home-section-label {
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.home-hero h1 {
  font-family: var(--sans);
  font-size: clamp(56px, 7vw, 118px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: clamp(18px, 3vw, 34px) 0 0;
  max-width: 1180px;
  text-transform: none;
}

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

.home-hero__note {
  align-self: end;
  border-left: 1px solid var(--home-border);
  color: var(--black);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.24;
  margin: 0;
  padding: clamp(24px, 4vw, 52px);
}

.home-section {
  border-bottom: 1px solid var(--home-border);
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
}

.home-section__intro {
  border-right: 1px solid var(--home-border);
  padding: clamp(24px, 4vw, 52px);
}

.home-section__intro h2 {
  font-family: var(--sans);
  font-size: clamp(28px, 3.8vw, 66px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin: clamp(16px, 2.2vw, 28px) 0 0;
  max-width: 12ch;
}

.offering-list {
  display: grid;
}

.offering-item {
  align-items: start;
  border-bottom: 1px solid var(--home-border);
  display: grid;
  gap: clamp(18px, 3vw, 42px);
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 154px;
  padding: clamp(22px, 3.4vw, 48px);
  transition: background 180ms ease;
}

.offering-item:last-child {
  border-bottom: 0;
}

.item-number,
.approach-grid article span {
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 800;
}

.offering-item h3,
.approach-grid h3,
.featured-case h3 {
  font-family: var(--sans);
  font-size: clamp(28px, 4.8vw, 76px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
}

.offering-item p,
.approach-grid p,
.featured-case p {
  color: var(--home-muted);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.45;
  margin: 14px 0 0;
  max-width: 720px;
}

.offering-item div {
  transform: translateX(0);
  transition: transform 180ms ease;
}

.offering-item:hover {
  background: var(--home-soft);
}

.offering-item:hover div {
  transform: translateX(10px);
}

.offering-item:hover h3 {
  font-weight: 900;
}

.work-index {
  display: block;
}

.work-index .home-section__intro {
  border-bottom: 1px solid var(--home-border);
  border-right: 0;
  display: grid;
  gap: clamp(24px, 6vw, 120px);
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
}

.work-index .home-section__intro h2 {
  max-width: 16ch;
}

.work-table {
  width: 100%;
}

.work-row {
  align-items: center;
  background: var(--white);
  border: 0;
  border-bottom: 1px solid var(--home-border);
  color: var(--black);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 14px;
  grid-template-columns: 0.45fr 2fr 0.85fr 0.9fr 0.72fr;
  min-height: 58px;
  padding: 0 clamp(18px, 3vw, 52px);
  position: relative;
  text-align: left;
  transition: background 160ms ease;
  width: 100%;
}

.work-row--head {
  color: var(--home-muted);
  cursor: default;
  font-size: 11px;
  font-weight: 800;
  min-height: 42px;
  text-transform: uppercase;
}

.work-row:not(.work-row--head)::after {
  content: "Open";
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  position: absolute;
  right: clamp(18px, 3vw, 52px);
  text-transform: uppercase;
  transition: opacity 160ms ease, transform 160ms ease;
}

.work-row:not(.work-row--head):hover,
.work-row.is-active {
  background: var(--home-soft);
}

.work-row:not(.work-row--head):hover::after,
.work-row.is-active::after {
  opacity: 1;
  transform: translateX(4px);
}

.featured-case {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  min-height: 520px;
}

.featured-case__copy {
  align-content: end;
  border-right: 1px solid var(--home-border);
  display: grid;
  padding: clamp(24px, 4vw, 52px);
}

.featured-case__copy h3 {
  margin-top: clamp(16px, 2vw, 28px);
  max-width: 9.5ch;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.case-tags span {
  border: 1px solid var(--home-border);
  font-size: 11px;
  font-weight: 800;
  padding: 8px 10px;
  text-transform: uppercase;
}

.featured-case__media {
  min-height: 420px;
  opacity: 1;
  position: relative;
  transition: opacity 220ms ease, transform 220ms ease;
}

.featured-case__media.is-switching {
  opacity: 0;
  transform: translateY(10px);
}

.featured-case__media::before,
.featured-case__media::after {
  content: "";
  position: absolute;
}

.featured-case__media::before {
  border: 1px solid var(--home-border);
  inset: clamp(22px, 4vw, 56px);
}

.featured-case__media::after {
  background: var(--home-border);
  bottom: clamp(48px, 7vw, 108px);
  height: 1px;
  left: clamp(34px, 5vw, 86px);
  right: clamp(34px, 5vw, 86px);
}

.case-visual--film {
  background:
    linear-gradient(90deg, transparent 0 23%, var(--home-border) 23% calc(23% + 1px), transparent calc(23% + 1px) 100%),
    linear-gradient(0deg, transparent 0 58%, var(--home-border) 58% calc(58% + 1px), transparent calc(58% + 1px) 100%),
    #f7f7f7;
}

.case-visual--event {
  background:
    linear-gradient(90deg, transparent 0 50%, var(--home-border) 50% calc(50% + 1px), transparent calc(50% + 1px) 100%),
    repeating-linear-gradient(0deg, #ffffff 0 18px, #f1f1f1 18px 19px);
}

.case-visual--brand {
  background:
    linear-gradient(0deg, transparent 0 50%, var(--home-border) 50% calc(50% + 1px), transparent calc(50% + 1px) 100%),
    repeating-linear-gradient(90deg, #ffffff 0 42px, #eeeeee 42px 43px);
}

.case-visual--culture {
  background:
    linear-gradient(90deg, transparent 0 66%, var(--home-border) 66% calc(66% + 1px), transparent calc(66% + 1px) 100%),
    repeating-linear-gradient(45deg, #ffffff 0 18px, #eeeeee 18px 19px);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.approach-grid article {
  border-right: 1px solid var(--home-border);
  min-height: 430px;
  padding: clamp(24px, 3.4vw, 48px);
}

.approach-grid article:last-child {
  border-right: 0;
}

.approach-grid h3 {
  font-size: clamp(28px, 3.2vw, 52px);
  margin-top: clamp(48px, 8vw, 128px);
}

.contact-panel {
  min-height: 660px;
}

.natural-form {
  align-content: center;
  display: grid;
  padding: clamp(26px, 5vw, 76px);
}

.natural-form p {
  color: var(--black);
  font-size: clamp(30px, 4.8vw, 76px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 10px;
}

.natural-form input,
.natural-form select {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--home-border);
  border-radius: 0;
  color: var(--black);
  font: inherit;
  line-height: 1.05;
  max-width: min(100%, 11ch);
  min-width: 4ch;
  outline: 0;
  padding: 0 4px 4px;
  transition: border-color 160ms ease, background 160ms ease;
}

.natural-form select {
  max-width: min(100%, 15ch);
}

.natural-form input::placeholder {
  color: #9a9a9a;
}

.natural-form input:focus,
.natural-form select:focus {
  background: var(--home-soft);
  border-bottom-color: var(--home-muted);
}

.home-button {
  align-items: center;
  background: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  margin-top: clamp(24px, 4vw, 48px);
  min-height: 52px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
  width: fit-content;
}

.home-button:hover {
  background: var(--white);
  color: var(--black);
}

.form-status {
  color: var(--home-muted) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-top: 14px !important;
  text-transform: uppercase;
}

.clients {
  display: block;
}

.clients .home-section__intro {
  border-bottom: 1px solid var(--home-border);
  border-right: 0;
  display: grid;
  gap: clamp(24px, 6vw, 120px);
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.client-grid div {
  align-items: center;
  aspect-ratio: 1.65 / 1;
  border-bottom: 1px solid var(--home-border);
  border-right: 1px solid var(--home-border);
  display: flex;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 800;
  justify-content: center;
  line-height: 1.15;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: background 160ms ease, opacity 160ms ease;
}

.client-grid div:nth-child(5n) {
  border-right: 0;
}

.client-grid div:nth-last-child(-n + 5) {
  border-bottom: 0;
}

.client-grid div:hover {
  background: var(--black);
  color: var(--white);
}

.home-footer {
  background: var(--bg, #f3efe7);
  border-top: 1px solid var(--line, rgba(17, 16, 14, 0.16));
  color: var(--text, #11100e);
  display: grid;
  font-family: var(--sans);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.35;
  margin-inline: auto;
  min-height: 320px;
  padding: 56px clamp(20px, 4vw, 64px) 36px;
}

.home-footer__top,
.home-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-footer__top {
  align-items: start;
}

.home-footer__bottom {
  align-items: end;
  margin-top: auto;
}

.home-footer__contact {
  display: grid;
  gap: clamp(28px, 7vw, 96px);
  grid-template-columns: repeat(2, minmax(0, 240px));
  max-width: 680px;
}

.home-footer__contact-item {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.home-footer__label {
  font: inherit;
}

.home-footer a {
  color: inherit;
  overflow-wrap: anywhere;
  transition: opacity 160ms ease, background 160ms ease, color 160ms ease;
}

.home-footer__contact a,
.home-footer__nav a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.home-footer__contact a:hover,
.home-footer__nav a:hover {
  opacity: 0.65;
}

.home-footer__nav {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
  justify-content: end;
}

.home-footer__bottom p {
  margin: 0;
}

.home-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

.home-footer__social a {
  align-items: center;
  background: var(--bg-soft, #ebe5da);
  border: 0;
  border-radius: 999px;
  color: var(--text, #11100e);
  display: inline-flex;
  gap: 8px;
  line-height: 1;
  padding: 18px 28px;
  text-decoration: none;
}

.home-footer__social a:hover {
  background: var(--text, #11100e);
  color: var(--bg, #f3efe7);
  opacity: 1;
}

.reveal-section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .top-marquee__track {
    animation: none;
  }

  .reveal-section,
  .featured-case__media,
  .offering-item div {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] main {
    width: calc(100% - 28px);
  }

  .home-section,
  .home-hero,
  .featured-case {
    grid-template-columns: 1fr;
  }

  .home-hero__grid,
  .home-hero__note,
  .home-section__intro,
  .featured-case__copy {
    border-right: 0;
  }

  .home-hero__note,
  .home-section__intro,
  .featured-case__copy {
    border-top: 1px solid var(--home-border);
  }

  .work-index .home-section__intro,
  .clients .home-section__intro {
    grid-template-columns: 1fr;
  }

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

  .approach-grid article:nth-child(2n) {
    border-right: 0;
  }

  .approach-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--home-border);
  }

  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .client-grid div:nth-child(5n) {
    border-right: 1px solid var(--home-border);
  }

  .client-grid div:nth-child(3n) {
    border-right: 0;
  }

  .client-grid div:nth-last-child(-n + 5) {
    border-bottom: 1px solid var(--home-border);
  }

  .client-grid div:nth-last-child(-n + 1) {
    border-bottom: 0;
  }
}

/* Final Hero readability controls. */
body[data-page="home-redesign"] .home-hero .hero-highlight,
body[data-page="home-redesign"] .home-hero .hero-highlight:nth-of-type(2),
body[data-page="home-redesign"] .home-hero .hero-highlight:nth-of-type(3) {
  opacity: var(--hero-highlight-opacity, 1) !important;
}

body[data-page="home-redesign"] .home-hero.hero-text-shadow .home-section-label,
body[data-page="home-redesign"] .home-hero.hero-text-shadow h1,
body[data-page="home-redesign"] .home-hero.hero-text-shadow .home-hero__note {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.18) !important;
}

/* Final Hero background media rendering. */
body[data-page="home-redesign"] .home-hero {
  overflow: hidden !important;
  position: relative !important;
}

body[data-page="home-redesign"] .home-hero__media {
  display: none;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0 !important;
}

body[data-page="home-redesign"] .home-hero.has-hero-media .home-hero__media {
  display: block;
}

body[data-page="home-redesign"] .home-hero__media[hidden] {
  display: none !important;
}

body[data-page="home-redesign"] .hero-media-image,
body[data-page="home-redesign"] .hero-media-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body[data-page="home-redesign"] .home-hero::after {
  z-index: 1 !important;
}

body[data-page="home-redesign"] .home-hero__grid {
  position: relative;
  z-index: 1 !important;
}

body[data-page="home-redesign"] .home-hero__content,
body[data-page="home-redesign"] .home-hero__note,
body[data-page="home-redesign"] .home-hero .hero-inner {
  position: relative;
  z-index: 2 !important;
}

body[data-page="home-redesign"] .home-hero:not(.has-hero-media)::after,
body[data-page="home-redesign"] .home-hero.hero-overlay--none::after {
  opacity: 0 !important;
}

body[data-page="home-redesign"] .home-hero.hero-text--light {
  --hero-current-text-color: #ffffff;
  --hero-current-muted-color: rgba(255, 255, 255, 0.82);
  --hero-highlight-bg: rgba(255, 255, 255, 0.18);
}

body[data-page="home-redesign"] .home-hero.hero-text--dark {
  --hero-current-text-color: #111111;
  --hero-current-muted-color: rgba(17, 17, 17, 0.78);
  --hero-highlight-bg: rgba(254, 95, 47, 0.24);
}

body[data-page="home-redesign"] .home-hero.hero-text--custom {
  --hero-current-text-color: var(--hero-text-color);
  --hero-current-muted-color: var(--hero-text-color);
  --hero-highlight-bg: color-mix(in srgb, var(--hero-text-color) 18%, transparent);
}

body[data-page="home-redesign"] .home-hero.hero-text--light .home-section-label,
body[data-page="home-redesign"] .home-hero.hero-text--light h1,
body[data-page="home-redesign"] .home-hero.hero-text--light .home-hero__note,
body[data-page="home-redesign"] .home-hero.hero-text--custom .home-section-label,
body[data-page="home-redesign"] .home-hero.hero-text--custom h1,
body[data-page="home-redesign"] .home-hero.hero-text--custom .home-hero__note {
  color: var(--hero-current-text-color) !important;
}

body[data-page="home-redesign"] .home-hero.hero-text--light .home-section-label,
body[data-page="home-redesign"] .home-hero.hero-text--custom .home-section-label {
  color: var(--hero-current-muted-color) !important;
}

body[data-page="home-redesign"] .home-hero.hero-text--light .hero-highlight,
body[data-page="home-redesign"] .home-hero.hero-text--custom .hero-highlight {
  background: var(--hero-highlight-bg) !important;
  color: var(--hero-current-text-color) !important;
}

body[data-page="home-redesign"] .home-hero.hero-text-shadow .home-section-label,
body[data-page="home-redesign"] .home-hero.hero-text-shadow h1,
body[data-page="home-redesign"] .home-hero.hero-text-shadow .home-hero__note {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.18);
}

body[data-page="home-redesign"] .home-hero .hero-highlight {
  opacity: var(--hero-highlight-opacity, 1);
}

/* Work detail page. */
body[data-page="work-detail"] {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  min-height: 100vh;
}

body[data-page="work-detail"][data-theme="dark"] {
  --color-bg: #10100f;
  --color-text: #f7f7f3;
  --color-muted: #b9b6ad;
  --color-border: rgba(247, 247, 243, 0.18);
  --color-surface: #1c1c1a;
  --color-surface-soft: #151513;
  --color-button-bg: #f7f7f3;
  --color-button-text: #10100f;
  background: var(--color-bg);
  color: var(--color-text);
}

.work-detail-page {
  margin-inline: auto;
  max-width: 1500px;
  min-height: 100vh;
  padding: clamp(18px, 3vw, 48px);
}

.work-detail-page__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(40px, 7vw, 96px);
}

.work-detail-page__actions {
  align-items: center;
  display: flex;
  gap: var(--space-2);
}

.work-detail-page__share-trigger {
  min-width: 84px;
}

.work-detail-page__back,
.work-detail-page__pdf {
  color: var(--color-text);
  font-family: var(--font-accent);
  font-weight: 700;
  text-decoration: none;
}

.work-detail-page__state {
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: var(--text-lg);
  padding-top: var(--space-6);
}

.work-detail-page__hero {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: clamp(28px, 5vw, 72px);
}

.work-detail-page__hero h1 {
  font-family: var(--font-sans);
  font-size: clamp(36px, 5.4vw, 78px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: var(--space-4) 0 var(--space-6);
  max-width: 15ch;
  overflow-wrap: anywhere;
}

.work-detail-page__subtitle,
.work-detail-page__intro {
  color: var(--color-muted);
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.45;
  margin: 0 0 var(--space-5);
  max-width: 760px;
}

.work-detail-page__meta {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  max-width: 980px;
}

.work-detail-page__meta div {
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-3);
}

.work-detail-page__meta dt {
  color: var(--color-muted);
  font-size: var(--text-xs);
  font-weight: 800;
  margin-bottom: var(--space-2);
  text-transform: uppercase;
}

.work-detail-page__meta dd {
  align-items: center;
  display: flex;
  gap: var(--space-2);
  margin: 0;
}

.work-detail-page__marker {
  background: var(--service-marker-color, var(--color-accent));
  border-radius: 999px;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.work-detail-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-5);
}

.work-detail-page__tags span {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  color: var(--color-muted);
  font-size: var(--text-xs);
  font-weight: 800;
  padding: 6px 10px;
  text-transform: uppercase;
}

.work-detail-page__grid {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  padding-top: clamp(28px, 5vw, 72px);
}

.work-detail-page__content[data-detail-layout="visual"] .work-detail-page__grid {
  grid-template-columns: 1fr;
}

.work-detail-page__content[data-detail-layout="visual"] .work-detail-page__media {
  order: -1;
}

.work-detail-page__content[data-detail-layout="split"] .work-detail-page__grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
}

.work-detail-page__body p {
  color: var(--color-muted);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
  margin: 0 0 var(--space-5);
}

.work-detail-page__section {
  border-top: 1px solid var(--color-border);
  margin-top: clamp(32px, 6vw, 88px);
  padding-top: clamp(24px, 4vw, 56px);
}

.work-detail-page__section h2 {
  font-size: clamp(26px, 3vw, 48px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 var(--space-5);
}

.work-detail-page__section p,
.work-detail-page__caption {
  color: var(--color-muted);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.55;
  margin: 0 0 var(--space-4);
}

.work-detail-page__section--text-image {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
}

.work-detail-page__section--text-image[data-layout="image-left-text-right"] > div:first-child {
  order: 2;
}

.work-detail-page__media,
.work-detail-page__media-group,
.work-detail-page__images {
  display: grid;
  gap: var(--space-4);
}

.work-detail-page__images[data-layout="poster-gallery"] {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
}

.work-detail-page__images[data-layout="poster-gallery"] figure:first-child,
.work-detail-page__images[data-layout="poster-gallery"] figure:nth-child(2) {
  aspect-ratio: 16 / 9;
}

.work-detail-page__images[data-layout="dual-gallery"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-detail-page__images[data-layout="dual-gallery"] figure {
  aspect-ratio: 4 / 5;
}

.work-detail-page__images[data-layout="single-hero"] figure:first-child {
  aspect-ratio: 16 / 10;
}

.work-detail-page__images figure {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.work-detail-page__images img,
.work-detail-page__media video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.work-detail-page__media video {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  max-height: 620px;
}

.work-detail-page__empty-media {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-muted);
  display: flex;
  justify-content: center;
}

.work-detail-page__pdf {
  border: 1px solid var(--color-border);
  padding: var(--space-3) var(--space-4);
  width: fit-content;
}

.is-share-modal-open {
  overflow: hidden;
}

.share-modal[hidden] {
  display: none;
}

.share-modal {
  inset: 0;
  position: fixed;
  z-index: 120;
}

.share-modal__overlay {
  background: rgba(16, 16, 15, 0.58);
  inset: 0;
  position: absolute;
}

.share-modal__panel {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  left: 50%;
  max-height: min(88vh, 920px);
  max-width: 1040px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100vw - 32px), 1040px);
}

.share-modal__header {
  align-items: start;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  gap: var(--space-4);
  justify-content: space-between;
  padding: clamp(20px, 3vw, 32px);
}

.share-modal__header h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  margin: var(--space-2) 0 0;
}

.share-modal__body {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  min-height: 0;
  overflow: auto;
}

.share-modal__section {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  min-width: 0;
  padding: clamp(20px, 3vw, 32px);
}

.share-modal__section + .share-modal__section {
  border-left: 1px solid var(--color-border);
}

.share-modal__section h3 {
  font-size: var(--text-xl);
  line-height: 1.15;
  margin: 0;
}

.share-modal__url {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: var(--text-sm);
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
  padding: var(--space-4);
}

.share-modal__button-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.share-modal__feedback {
  color: var(--color-muted);
  font-size: var(--text-sm);
  line-height: 1.35;
  margin: 0;
  min-height: 1.35em;
}

.share-modal__feedback[data-state="error"] {
  color: #b13a18;
}

.share-modal__poster-preview {
  align-items: center;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(254, 95, 47, 0.16), rgba(222, 189, 255, 0.2)),
    var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-muted);
  display: flex;
  justify-content: center;
  max-height: min(54vh, 560px);
  min-height: 260px;
  overflow: hidden;
  text-align: center;
}

.share-modal__poster-preview span {
  font-size: var(--text-sm);
  line-height: 1.4;
  max-width: 220px;
}

.share-modal__poster-preview img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 760px) {
  .work-detail-page {
    padding: var(--space-4);
  }

  .work-detail-page__meta,
  .work-detail-page__grid,
  .work-detail-page__content[data-detail-layout="split"] .work-detail-page__grid,
  .work-detail-page__section--text-image,
  .work-detail-page__images,
  .work-detail-page__images[data-layout="poster-gallery"],
  .work-detail-page__images[data-layout="dual-gallery"] {
    grid-template-columns: 1fr;
  }

  .work-detail-page__hero h1 {
    font-size: clamp(32px, 9.8vw, 48px);
    line-height: 1.12;
  }

  .work-detail-page__top {
    align-items: start;
    gap: var(--space-3);
  }

  .work-detail-page__actions {
    flex-shrink: 0;
  }

  .work-detail-page__share-trigger {
    min-width: 72px;
  }

  .share-modal__panel {
    max-height: calc(100dvh - 24px);
    width: calc(100vw - 20px);
  }

  .share-modal__header {
    padding: var(--space-4);
  }

  .share-modal__body {
    grid-template-columns: 1fr;
  }

  .share-modal__section {
    padding: var(--space-4);
  }

  .share-modal__section + .share-modal__section {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }

  .share-modal__poster-preview {
    max-height: 52vh;
    min-height: 240px;
  }
}

/* Admin Work detail editor. */
.admin-work-fieldset {
  border: 1px solid var(--admin-border, var(--color-border));
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
}

.admin-work-fieldset legend {
  font-size: 13px;
  font-weight: 800;
  padding: 0 8px;
}

.admin-actions--wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.admin-detail-preview-card {
  background: var(--admin-surface, var(--color-surface));
  border: 1px solid var(--admin-border, var(--color-border));
  border-radius: 8px;
  color: var(--admin-text, var(--color-text));
  display: grid;
  gap: 18px;
  padding: 20px;
}

.admin-detail-preview-card[data-detail-layout="visual"] .admin-detail-preview__hero {
  order: -1;
}

.admin-detail-preview-card[data-detail-layout="split"] {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
}

.admin-detail-preview-card[data-detail-layout="split"] header,
.admin-detail-preview-card[data-detail-layout="split"] .admin-detail-preview__body,
.admin-detail-preview-card[data-detail-layout="split"] .admin-detail-preview__section {
  grid-column: 1;
}

.admin-detail-preview-card[data-detail-layout="split"] .admin-detail-preview__hero {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.admin-detail-preview-card h3 {
  font-size: clamp(28px, 4vw, 58px);
  line-height: 0.95;
  margin: 8px 0 12px;
}

.admin-detail-preview__subtitle,
.admin-detail-preview-card p {
  color: var(--admin-muted, var(--color-muted));
  line-height: 1.5;
}

.admin-detail-preview-card figure {
  background: var(--admin-bg, var(--color-bg));
  border: 1px solid var(--admin-border, var(--color-border));
  margin: 0;
  overflow: hidden;
}

.admin-detail-preview-card img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.admin-detail-preview-card figcaption {
  color: var(--admin-muted, var(--color-muted));
  font-size: 12px;
  padding: 8px;
}

.admin-detail-preview__placeholder {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: var(--admin-bg, var(--color-surface));
  border: 1px solid var(--admin-border, var(--color-border));
  color: var(--admin-muted, var(--color-muted));
  display: flex;
  justify-content: center;
}

.admin-detail-preview__section {
  border-top: 1px solid var(--admin-border, var(--color-border));
  padding-top: 16px;
}

.admin-detail-preview__section h4 {
  margin: 0 0 10px;
}

.admin-detail-preview__section[data-section-type="text-image"] {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.admin-detail-preview__gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .admin-detail-preview-card[data-detail-layout="split"],
  .admin-detail-preview__section[data-section-type="text-image"] {
    grid-template-columns: 1fr;
  }

  .admin-detail-preview-card[data-detail-layout="split"] header,
  .admin-detail-preview-card[data-detail-layout="split"] .admin-detail-preview__body,
  .admin-detail-preview-card[data-detail-layout="split"] .admin-detail-preview__section,
  .admin-detail-preview-card[data-detail-layout="split"] .admin-detail-preview__hero {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] {
    --home-gutter: 14px;
  }

  .top-marquee {
    font-size: 11px;
  }

  .home-header {
    height: 56px;
  }

  .home-nav-toggle {
    display: block;
    position: relative;
    z-index: 45;
  }

  .home-nav {
    align-items: stretch;
    background: var(--white);
    border-bottom: 1px solid var(--home-border);
    border-top: 1px solid var(--home-border);
    flex-direction: column;
    font-size: 28px;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 0 var(--home-gutter);
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 88px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .home-nav a {
    border-bottom: 1px solid var(--home-border);
    padding: 18px 0;
  }

  .home-nav a:last-child {
    border-bottom: 0;
  }

  body.nav-open .home-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .home-hero {
    min-height: 78vh;
  }

  .home-hero__content,
  .home-hero__note,
  .home-section__intro,
  .offering-item,
  .featured-case__copy,
  .natural-form,
  .approach-grid article {
    padding: 22px;
  }

  .home-hero h1 {
    font-size: clamp(48px, 16vw, 82px);
    line-height: 0.86;
    max-width: 8.5ch;
  }

  .home-section__intro h2 {
    font-size: clamp(30px, 10vw, 48px);
    max-width: 11ch;
  }

  .offering-item {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 0;
  }

  .offering-item h3,
  .featured-case h3 {
    font-size: clamp(34px, 12vw, 56px);
  }

  .work-row--head {
    display: none;
  }

  .work-row {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px 22px;
  }

  .work-row span {
    display: grid;
    gap: 8px;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .work-row span::before {
    color: var(--home-muted);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .work-row:not(.work-row--head)::after {
    bottom: 18px;
    right: 22px;
  }

  .featured-case {
    min-height: 0;
  }

  .featured-case__media {
    border-top: 1px solid var(--home-border);
    min-height: 300px;
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }

  .approach-grid article,
  .approach-grid article:nth-child(2n) {
    border-right: 0;
  }

  .approach-grid article + article {
    border-top: 1px solid var(--home-border);
  }

  .approach-grid h3 {
    margin-top: 58px;
  }

  .natural-form p {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.18;
  }

  .natural-form input,
  .natural-form select {
    max-width: min(100%, 9.5ch);
  }

  .natural-form select {
    max-width: min(100%, 12ch);
  }

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

  .client-grid div,
  .client-grid div:nth-child(3n),
  .client-grid div:nth-child(5n) {
    border-right: 1px solid var(--home-border);
  }

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

  .client-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

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

  .home-footer__top,
  .home-footer__bottom {
    grid-template-columns: 1fr;
  }

  .home-footer__contact {
    grid-template-columns: 1fr;
  }

  .home-footer__nav,
  .home-footer__social {
    justify-content: start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--sans);
  line-height: 1.45;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

.u-container {
  margin-inline: auto;
  max-width: var(--max);
  width: min(calc(100% - 40px), var(--max));
}

.u-stack > * + * {
  margin-top: var(--stack-gap, 18px);
}

.u-muted {
  color: var(--body);
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--hairline);
  color: var(--black);
  display: flex;
  height: 86px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: height 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: var(--white);
  height: 74px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-logo {
  display: block;
  height: 66px;
  max-width: min(360px, 56vw);
  object-fit: contain;
  width: auto;
}

.site-header.is-scrolled .brand-logo {
  height: 58px;
}

.brand-mark {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: inline-flex;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.brand-text {
  font-size: 14px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a {
  border-bottom: 1px solid transparent;
  padding: 4px 0;
  transition: border-color 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: var(--black);
}

.language-switch {
  align-items: center;
  border-left: 1px solid var(--hairline);
  display: inline-flex;
  gap: 2px;
  margin-left: clamp(2px, 1vw, 10px);
  padding-left: clamp(12px, 2vw, 22px);
}

.language-switch button {
  background: var(--white);
  border: 1px solid transparent;
  color: var(--body);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  min-height: 30px;
  padding: 5px 8px;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease;
}

.language-switch button:hover,
.language-switch button[aria-pressed="true"] {
  border-color: var(--black);
  color: var(--black);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 38px;
  padding: 0;
  width: 38px;
}

.nav-toggle span {
  background: var(--black);
  display: block;
  height: 2px;
  margin: 8px 0;
  width: 28px;
}

.hero {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--hairline);
  color: var(--black);
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: 0;
  overflow: visible;
  padding: clamp(108px, 13vw, 152px) 0 clamp(34px, 6vw, 58px);
  position: relative;
  width: min(calc(100% - 40px), var(--max));
}

.hero-media {
  border: 1px solid var(--hairline);
  grid-column: 2;
  min-width: 0;
  min-height: 500px;
  order: 2;
  position: relative;
}

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

.hero-overlay {
  display: none;
}

.home-hero {
  position: relative;
}

.home-hero::after {
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.home-hero[style*="background-image"]::after {
  opacity: 1;
}

.home-hero.hero-overlay--none::after {
  opacity: 0;
}

.home-hero.hero-overlay--soft-dark::after {
  background: rgba(0, 0, 0, 0.28);
}

.home-hero.hero-overlay--strong-dark::after {
  background: rgba(0, 0, 0, 0.48);
}

.home-hero.hero-overlay--warm-tint::after {
  background: rgba(254, 95, 47, 0.18);
}

.home-hero.hero-overlay--brand-gradient::after {
  background: linear-gradient(135deg, rgba(254, 95, 47, 0.32), rgba(16, 16, 15, 0.36));
}

.home-hero.hero-overlay--bottom-fade::after {
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.45) 100%);
}

.home-hero > * {
  position: relative;
  z-index: 1;
}

.hero-content {
  grid-column: 1;
  max-width: 680px;
  min-width: 0;
  order: 1;
  padding-bottom: clamp(0px, 3vw, 28px);
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(42px, 6.2vw, 82px);
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 800px;
}

.hero-content h1 {
  font-size: clamp(52px, 7.2vw, 94px);
  line-height: 0.94;
  margin-bottom: 20px;
  max-width: 680px;
  text-wrap: balance;
}

.hero-title-word {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
}

.hero-title-word.is-revealing {
  animation: hero-title-word-reveal 720ms cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
  animation-delay: calc(120ms + (var(--word-index) * 95ms));
  opacity: 0;
  transform: translateY(18px);
}

@keyframes hero-title-word-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h2 {
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.05;
  margin-bottom: 0;
}

h3 {
  font-size: 28px;
  line-height: 1.12;
  margin-bottom: 14px;
}

.hero-copy {
  color: var(--body);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
  max-width: 520px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-title-word.is-revealing,
  [data-reveal] {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid var(--black);
  display: inline-flex;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 13px 20px;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.button-primary {
  background: var(--black);
  color: var(--white);
}

.button-primary:hover {
  background: var(--white);
  color: var(--black);
}

.button-ghost {
  background: var(--white);
  color: var(--black);
}

.button-ghost:hover {
  background: var(--black);
  color: var(--white);
}

.section-button {
  flex-shrink: 0;
}

.section-heading.compact .section-button {
  margin-top: 28px;
}

.hero-index {
  display: grid;
  gap: clamp(18px, 4vw, 44px);
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  order: 3;
  position: static;
  z-index: 2;
}

.brand-logo-slot {
  align-items: center;
  color: var(--body);
  display: flex;
  justify-content: center;
  min-height: 118px;
  padding: 18px 0;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.brand-logo-slot span {
  align-items: center;
  color: var(--body);
  display: flex;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  height: 72px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.brand-logo-slot:hover {
  color: var(--black);
  opacity: 0.78;
  transform: translateY(-2px);
}

.brand-logo-slot:hover span {
  color: var(--black);
}

.brand-logo-slot img {
  display: block;
  max-height: 72px;
  max-width: 72%;
  object-fit: contain;
}

.section-grid,
.band,
.contact-cta,
.site-footer {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.page-shell {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(116px, 14vw, 166px) clamp(20px, 5vw, 72px) clamp(56px, 8vw, 96px);
}

.page-hero {
  border-bottom: 1px solid var(--hairline);
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding-bottom: clamp(34px, 6vw, 72px);
}

.page-hero h1 {
  font-size: clamp(48px, 8vw, 98px);
  line-height: 0.94;
  margin-bottom: 0;
  text-wrap: balance;
}

.page-hero p:not(.section-kicker) {
  color: var(--body);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.46;
  margin-bottom: 0;
  max-width: 660px;
}

.services-page {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.services-page > * {
  margin-inline: auto;
  max-width: var(--max);
  width: min(calc(100% - 40px), var(--max));
}

.services-hero {
  align-items: end;
}

.services-hero-copy {
  display: grid;
  gap: 28px;
  justify-items: start;
}

.service-feature {
  align-items: stretch;
  border-bottom: 1px solid var(--hairline);
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  padding-bottom: clamp(42px, 7vw, 86px);
}

.service-feature img {
  aspect-ratio: 16 / 11;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-feature > div {
  align-self: center;
}

.service-feature p:not(.section-kicker) {
  color: var(--body);
  font-size: 18px;
  line-height: 1.7;
  margin-top: 24px;
}

.service-grid-expanded {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.service-grid-expanded .service-card {
  border-bottom: 0;
  min-height: 310px;
}

.service-grid-expanded .service-card:nth-child(3n) {
  border-right: 1px solid var(--hairline);
}

.service-card-large {
  background: var(--black);
  color: var(--white);
  grid-column: span 2;
}

.service-card-large span,
.service-card-large p {
  color: rgba(255, 255, 255, 0.72);
}

.service-process {
  align-items: start;
  border-top: 1px solid var(--hairline);
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  padding-bottom: clamp(42px, 7vw, 86px);
}

.service-process ol {
  counter-reset: service-step;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-process li {
  border-top: 1px solid var(--hairline);
  counter-increment: service-step;
  display: grid;
  gap: 18px;
  grid-template-columns: 74px minmax(120px, 0.4fr) minmax(0, 0.6fr);
  padding: 22px 0;
}

.service-process li::before {
  color: var(--body);
  content: counter(service-step, decimal-leading-zero);
  font-size: 12px;
  font-weight: 800;
}

.service-process strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.service-process span {
  color: var(--body);
}

.service-cta {
  align-items: end;
  background: var(--canvas-soft);
  border: 1px solid var(--hairline);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: clamp(28px, 5vw, 52px);
}

.service-cta h2 {
  max-width: 760px;
}

.content-section {
  padding-top: clamp(36px, 6vw, 72px);
}

.featured-story {
  border-bottom: 1px solid var(--hairline);
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  padding-bottom: clamp(36px, 6vw, 72px);
}

.featured-story img,
.editorial-card img,
.detail-cover,
.gallery-grid img {
  background: var(--canvas-soft);
  object-fit: cover;
  width: 100%;
}

.featured-story img {
  aspect-ratio: 16 / 10;
  height: 100%;
}

.featured-story h2 {
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 0.98;
  margin-bottom: 20px;
}

.featured-story p {
  color: var(--body);
  font-size: 18px;
  margin-bottom: 24px;
}

.editorial-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.editorial-card {
  border-bottom: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
  padding: 28px 28px 32px 0;
}

.editorial-card:nth-child(3n) {
  border-right: 0;
  padding-left: 28px;
}

.editorial-card:nth-child(3n + 2) {
  padding-left: 28px;
}

.editorial-card img {
  aspect-ratio: 4 / 3;
  margin-bottom: 24px;
}

.editorial-card h3 {
  font-size: clamp(26px, 2.8vw, 34px);
}

.editorial-card a img,
.featured-story a img {
  transition: opacity 180ms ease, transform 220ms ease;
}

.editorial-card a:hover img,
.featured-story a:hover img {
  opacity: 0.86;
  transform: translateY(-2px);
}

.editorial-card p {
  color: var(--body);
}

.meta-line,
.tag-list {
  color: var(--black);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tag-list span,
.meta-line span {
  border: 1px solid var(--hairline);
  padding: 6px 8px;
}

.detail-article {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(112px, 14vw, 160px) clamp(20px, 5vw, 72px) clamp(56px, 8vw, 96px);
}

.detail-header {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  padding-bottom: clamp(36px, 6vw, 72px);
}

.case-detail-header {
  border-bottom: 1px solid var(--hairline);
  margin-bottom: clamp(28px, 5vw, 54px);
}

.case-detail-title .tag-list {
  margin-bottom: 0;
  margin-top: 26px;
}

.case-detail-brief {
  align-self: end;
}

.case-quick-facts {
  border-top: 1px solid var(--hairline);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 34px 0 0;
}

.case-quick-facts div {
  border-right: 1px solid var(--hairline);
  padding: 18px 18px 0 0;
}

.case-quick-facts div:last-child {
  border-right: 0;
  padding-left: 18px;
}

.case-quick-facts dt {
  color: var(--body);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.case-quick-facts dd {
  font-family: var(--serif);
  font-size: 26px;
  margin: 0;
}

.case-cover-frame {
  background: var(--black);
  margin-bottom: clamp(34px, 6vw, 72px);
  padding: clamp(10px, 2vw, 18px);
}

.detail-header h1 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.95;
  margin-bottom: 22px;
  text-wrap: balance;
}

.detail-summary {
  color: var(--body);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.42;
}

.detail-cover {
  aspect-ratio: 16 / 9;
}

.case-cover-frame .detail-cover {
  margin: 0;
}

.detail-body {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
}

.metadata-list {
  border-top: 1px solid var(--hairline);
  font-family: var(--sans);
}

.metadata-list div {
  border-bottom: 1px solid var(--hairline);
  padding: 16px 0;
}

.metadata-list dt {
  color: var(--body);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.metadata-list dd {
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.rich-text {
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.42;
}

.rich-text p {
  margin-bottom: 1em;
}

.rich-text h2,
.rich-text h3 {
  margin-bottom: 0.45em;
  margin-top: 1.15em;
}

.rich-text figure {
  margin: clamp(28px, 5vw, 56px) 0;
}

.rich-text figure img,
.rich-text > img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.rich-text figcaption {
  color: var(--body);
  font-family: var(--sans);
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
}

.case-gallery {
  margin-top: clamp(42px, 7vw, 86px);
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(32px, 5vw, 64px);
}

.gallery-grid img {
  aspect-ratio: 4 / 3;
}

.gallery-grid img:first-child:nth-last-child(odd) {
  grid-column: span 2;
}

.contact-form {
  border: 1px solid var(--hairline);
  display: grid;
  gap: 18px;
  padding: 22px;
}

.contact-form label {
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--hairline);
  font: inherit;
  min-height: 44px;
  padding: 12px;
  resize: vertical;
}

.status-message {
  border-top: 1px solid var(--hairline);
  color: var(--body);
  padding-top: 28px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-grid {
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  margin: 0 auto;
  max-width: var(--max);
  padding-bottom: clamp(70px, 9vw, 118px);
  padding-top: clamp(70px, 9vw, 118px);
}

.section-grid > *,
.section-heading,
.case-card > *,
.news-card,
.service-card {
  min-width: 0;
}

.intro {
  border-bottom: 1px solid var(--hairline);
}

.intro-copy {
  color: var(--body);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
}

.metrics {
  border-top: 1px solid var(--hairline);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.metrics div {
  border-right: 1px solid var(--hairline);
  padding: 22px 18px 0 0;
}

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

.metrics strong {
  color: var(--black);
  display: block;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.metrics span {
  color: var(--body);
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  margin-top: 10px;
  text-transform: uppercase;
}

.band {
  background: var(--white);
  border-bottom: 1px solid var(--hairline);
  color: var(--black);
  padding-bottom: clamp(70px, 9vw, 118px);
  padding-top: clamp(70px, 9vw, 118px);
}

.services {
  background: var(--canvas-soft);
}

.section-heading {
  margin: 0 auto clamp(34px, 5vw, 62px);
  max-width: var(--max);
}

.section-heading h2 {
  max-width: 840px;
}

.section-heading.compact {
  margin: 0;
}

.section-heading.row {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.service-grid,
.news-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.service-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-right: 0;
  min-height: 280px;
  padding: 28px;
}

.service-card:last-child {
  border-right: 1px solid var(--hairline);
}

.service-card span,
.case-card p,
.news-card time {
  color: var(--black);
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.service-card p,
.news-card p {
  color: var(--body);
}

.service-grid-expanded .service-card-large {
  background: var(--black);
  color: var(--white);
}

.service-grid-expanded .service-card-large span,
.service-grid-expanded .service-card-large p {
  color: rgba(255, 255, 255, 0.72);
}

.text-link {
  color: var(--link);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-top: 28px;
  text-transform: uppercase;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-link.light {
  color: var(--link);
  margin-top: 0;
}

.case-list {
  border-top: 1px solid var(--hairline);
  display: grid;
  gap: 0;
}

.case-card {
  background: var(--white);
  border-bottom: 1px solid var(--hairline);
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  min-height: 250px;
  padding: 24px 0;
}

.case-card > a,
.case-card > img {
  align-self: start;
}

.case-card > a {
  min-height: 100%;
}

.case-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.case-card div {
  padding: 4px clamp(24px, 4vw, 42px);
}

.case-card p {
  margin-bottom: 18px;
}

.case-card span {
  color: var(--body);
}

.news {
  background: var(--white);
}

.news-grid {
  border-top: 1px solid var(--hairline);
  grid-template-columns: repeat(3, 1fr);
}

.news-card {
  border-bottom: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
  min-height: 260px;
  padding: 28px 28px 28px 0;
}

.news-card + .news-card {
  padding-left: 28px;
}

.news-card:last-child {
  border-right: 0;
}

.news-card h3 {
  font-size: 30px;
}

.about-contact {
  align-items: stretch;
  border-bottom: 1px solid var(--hairline);
}

.portrait-panel img {
  border: 1px solid var(--hairline);
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}

.about-panel {
  align-self: center;
}

.about-panel p:not(.section-kicker) {
  color: var(--body);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.56;
  margin: 28px 0 34px;
}

.contact-cta {
  background: var(--canvas-soft);
  border-bottom: 1px solid var(--hairline);
  color: var(--black);
  padding-bottom: clamp(70px, 9vw, 112px);
  padding-top: clamp(70px, 9vw, 112px);
}

.contact-cta h2 {
  max-width: 880px;
}

.contact-cta .button {
  margin-top: 32px;
}

.site-footer {
  align-items: end;
  background: var(--black);
  color: var(--white);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding-bottom: 44px;
  padding-top: 44px;
}

.site-footer .brand-mark {
  background: var(--white);
  color: var(--black);
}

.footer-brand {
  margin-bottom: 0;
}

.footer-brand .brand-logo {
  height: 88px;
  max-width: min(460px, 78vw);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 420px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .featured-story,
  .detail-header,
  .detail-body,
  .service-feature,
  .service-process {
    grid-template-columns: 1fr;
  }

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

  .service-card-large {
    grid-column: span 1;
  }

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

  .editorial-card:nth-child(3n),
  .editorial-card:nth-child(3n + 2) {
    padding-left: 0;
  }

  .editorial-card:nth-child(2n) {
    border-right: 0;
    padding-left: 28px;
  }

  .editorial-card:nth-child(2n + 1) {
    border-right: 1px solid var(--hairline);
    padding-right: 28px;
  }

  .hero-content,
  .hero-media,
  .hero-index {
    grid-column: 1;
  }

  .hero-media {
    min-height: 420px;
    order: 2;
  }

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

  .service-card:nth-child(2n) {
    border-right: 1px solid var(--hairline);
  }

  .section-grid,
  .case-card {
    grid-template-columns: 1fr;
  }

  .section-heading.row {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }

  .portrait-panel img {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 64px;
  }

  .brand-logo,
  .site-header.is-scrolled .brand-logo {
    height: 54px;
    max-width: min(260px, 64vw);
  }

  .brand-text {
    font-size: 13px;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 25;
  }

  .site-nav {
    align-items: start;
    background: var(--white);
    border-top: 1px solid var(--hairline);
    flex-direction: column;
    font-size: 28px;
    gap: 24px;
    inset: 64px 0 0;
    justify-content: start;
    opacity: 0;
    padding: 48px 28px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .language-switch {
    border-left: 0;
    border-top: 1px solid var(--hairline);
    gap: 8px;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    padding-top: 26px;
  }

  .language-switch button {
    font-size: 13px;
    min-height: 36px;
    padding: 7px 10px;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  h1 {
    font-size: clamp(34px, 9vw, 36px);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(28px, 7.2vw, 31px);
  }

  h3,
  .news-card h3 {
    font-size: 26px;
  }

  .hero {
    gap: 28px;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 104px;
    width: 100%;
  }

  .hero-content {
    max-width: 100%;
    width: min(560px, calc(100vw - 40px));
  }

  .hero-content h1,
  .hero-copy {
    max-width: min(560px, calc(100vw - 40px));
  }

  .hero-content h1 {
    font-size: clamp(42px, 11vw, 52px);
    line-height: 0.98;
  }

  .section-grid h2,
  .intro-copy,
  .about-panel p:not(.section-kicker),
  .contact-cta h2 {
    max-width: min(320px, calc(100vw - 40px));
  }

  .section-grid,
  .section-heading {
    max-width: none;
    width: 100%;
  }

  .section-grid > * {
    max-width: min(320px, calc(100vw - 56px));
    width: min(320px, calc(100vw - 56px));
  }

  .intro-copy,
  .about-panel p:not(.section-kicker) {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: min(320px, calc(100vw - 40px));
  }

  .page-shell,
  .detail-article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-page {
    padding-left: 0;
    padding-right: 0;
  }

  .page-hero h1,
  .detail-header h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .editorial-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img:first-child:nth-last-child(odd) {
    grid-column: span 1;
  }

  .editorial-card,
  .editorial-card:nth-child(2n),
  .editorial-card:nth-child(2n + 1),
  .editorial-card:nth-child(3n),
  .editorial-card:nth-child(3n + 2) {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-media {
    min-height: 300px;
  }

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

  .brand-logo-slot {
    min-height: 112px;
    padding: 16px;
  }

  .brand-logo-slot span {
    height: 64px;
  }

  .service-grid,
  .news-grid,
  .metrics {
    grid-template-columns: 1fr;
  }

  .service-process li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .service-process li span {
    grid-column: 2;
  }

  .service-cta {
    align-items: start;
    flex-direction: column;
  }

  .case-quick-facts {
    grid-template-columns: 1fr;
  }

  .case-quick-facts div,
  .case-quick-facts div:last-child {
    border-right: 0;
    padding-left: 0;
  }

  .service-card,
  .service-card:nth-child(2n) {
    border-right: 1px solid var(--hairline);
    min-height: auto;
  }

  .news-card,
  .news-card + .news-card {
    border-right: 0;
    min-height: auto;
    padding: 24px 0;
  }

  .metrics div {
    border-right: 0;
  }

  .case-card {
    min-height: 0;
    padding: 24px 0;
  }

  .case-card div {
    padding: 24px 0 0;
  }

  .case-card img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-nav.site-nav {
    align-items: stretch;
    background: var(--white);
    border-bottom: 1px solid var(--home-border);
    border-top: 1px solid var(--home-border);
    flex-direction: column;
    font-size: 28px;
    gap: 0;
    inset: auto;
    left: 0;
    opacity: 0;
    padding: 0 var(--home-gutter);
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 88px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body[data-page="home-redesign"].nav-open .home-nav.site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body[data-page="home-redesign"] .home-nav.site-nav a {
    border-bottom: 1px solid var(--home-border);
    padding: 18px 0;
  }

  body[data-page="home-redesign"] .home-nav.site-nav a:last-child {
    border-bottom: 0;
  }

  body[data-page="home-redesign"] .home-nav-toggle.nav-toggle {
    display: block;
  }
}

/* Final home polish pass: warmer September Works-inspired editorial palette and calmer type scale. */
body[data-page="home-redesign"] {
  --bg: #f3efe7;
  --text: #11100e;
  --muted: #706a60;
  --line: rgba(17, 16, 14, 0.16);
  --surface: #ebe5da;
  --inverse: #11100e;
  --inverse-text: #f3efe7;
  --home-gutter: clamp(20px, 4vw, 64px);
  --home-border: var(--line);
  --home-muted: var(--muted);
  --home-soft: var(--surface);
  background: var(--bg);
  color: var(--text);
}

body[data-page="home-redesign"] main {
  background: var(--bg);
  border-color: var(--line);
  max-width: 1440px;
}

body[data-page="home-redesign"] .top-marquee {
  background: var(--inverse);
  border-color: var(--line);
  color: var(--inverse-text);
  font-size: 12px;
  letter-spacing: 0.08em;
}

body[data-page="home-redesign"] .top-marquee__track span {
  padding: 10px 18px;
}

body[data-page="home-redesign"] .home-header {
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  border-color: var(--line);
  color: var(--text);
  max-width: 1440px;
}

body[data-page="home-redesign"] .home-brand,
body[data-page="home-redesign"] .home-nav {
  letter-spacing: 0.02em;
}

body[data-page="home-redesign"] .home-nav a:hover,
body[data-page="home-redesign"] .home-footer a:hover {
  border-color: var(--text);
}

body[data-page="home-redesign"] .home-hero {
  border-color: var(--line);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.24fr);
  min-height: clamp(620px, 82vh, 840px);
}

body[data-page="home-redesign"] .home-hero__content {
  padding: clamp(64px, 9vw, 128px) clamp(20px, 4vw, 64px);
}

body[data-page="home-redesign"] .home-hero__grid,
body[data-page="home-redesign"] .home-hero__note,
body[data-page="home-redesign"] .home-section__intro,
body[data-page="home-redesign"] .featured-case__copy,
body[data-page="home-redesign"] .approach-grid article,
body[data-page="home-redesign"] .client-grid div {
  border-color: var(--line);
}

body[data-page="home-redesign"] .home-hero__grid::before,
body[data-page="home-redesign"] .home-hero__grid::after,
body[data-page="home-redesign"] .featured-case__media::after {
  background: var(--line);
}

body[data-page="home-redesign"] .home-hero h1 {
  color: var(--text);
  font-size: clamp(56px, 7vw, 118px);
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin-top: clamp(22px, 3vw, 42px);
  max-width: 1180px;
}

body[data-page="home-redesign"] .desktop-break {
  display: block;
}

body[data-page="home-redesign"] .mobile-break {
  display: none;
}

body[data-page="home-redesign"] .home-hero__note {
  border-color: var(--line);
  color: var(--text);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.35;
  padding: clamp(28px, 4vw, 56px);
}

body[data-page="home-redesign"] .home-section {
  background: var(--bg);
  border-color: var(--line);
  grid-template-columns: minmax(220px, 0.22fr) minmax(0, 0.78fr);
}

body[data-page="home-redesign"] .home-section__intro {
  padding: clamp(64px, 9vw, 128px) clamp(20px, 4vw, 64px);
}

body[data-page="home-redesign"] .home-section-label {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

body[data-page="home-redesign"] .home-section__intro h2 {
  color: var(--text);
  font-size: clamp(36px, 5vw, 76px);
  letter-spacing: -0.045em;
  line-height: 1;
  max-width: 1100px;
}

body[data-page="home-redesign"] .offerings .home-section__intro h2,
body[data-page="home-redesign"] .approach .home-section__intro h2,
body[data-page="home-redesign"] .contact-panel .home-section__intro h2 {
  max-width: 900px;
}

body[data-page="home-redesign"] .work-index .home-section__intro,
body[data-page="home-redesign"] .clients .home-section__intro {
  border-color: var(--line);
  gap: clamp(24px, 5vw, 88px);
  grid-template-columns: minmax(180px, 0.2fr) minmax(0, 0.8fr);
  padding: clamp(64px, 9vw, 128px) clamp(20px, 4vw, 64px);
}

body[data-page="home-redesign"] .work-index .home-section__intro h2,
body[data-page="home-redesign"] .clients .home-section__intro h2 {
  max-width: 1180px;
}

body[data-page="home-redesign"] .offering-item,
body[data-page="home-redesign"] .work-row,
body[data-page="home-redesign"] .case-tags span,
body[data-page="home-redesign"] .featured-case__media::before {
  border-color: var(--line);
}

body[data-page="home-redesign"] .offering-item,
body[data-page="home-redesign"] .work-row {
  background: var(--bg);
}

body[data-page="home-redesign"] .offering-item {
  padding: clamp(34px, 5vw, 72px) clamp(20px, 4vw, 64px);
}

body[data-page="home-redesign"] .offering-item:hover,
body[data-page="home-redesign"] .work-row:not(.work-row--head):hover,
body[data-page="home-redesign"] .work-row.is-active {
  background: var(--surface);
}

body[data-page="home-redesign"] .offering-item h3 {
  font-size: clamp(34px, 4.4vw, 68px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  max-width: 1100px;
}

body[data-page="home-redesign"] .offering-item p,
body[data-page="home-redesign"] .approach-grid p,
body[data-page="home-redesign"] .featured-case p {
  color: var(--muted);
}

body[data-page="home-redesign"] .work-row {
  color: var(--text);
  grid-template-columns: 0.42fr minmax(240px, 2.1fr) 0.78fr 0.84fr 0.68fr;
  min-height: 60px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

body[data-page="home-redesign"] .work-row--head,
body[data-page="home-redesign"] .item-number,
body[data-page="home-redesign"] .approach-grid article span {
  color: var(--muted);
  letter-spacing: 0.08em;
}

body[data-page="home-redesign"] .featured-case {
  min-height: clamp(460px, 56vw, 640px);
}

body[data-page="home-redesign"] .featured-case__copy {
  padding: clamp(64px, 9vw, 128px) clamp(20px, 4vw, 64px);
}

body[data-page="home-redesign"] .featured-case h3 {
  font-size: clamp(32px, 4vw, 64px);
  letter-spacing: -0.04em;
  line-height: 1;
  max-width: 760px;
}

body[data-page="home-redesign"] .featured-case__copy h3 {
  max-width: 760px;
}

body[data-page="home-redesign"] .featured-case__media,
body[data-page="home-redesign"] .case-visual--film,
body[data-page="home-redesign"] .case-visual--event,
body[data-page="home-redesign"] .case-visual--brand,
body[data-page="home-redesign"] .case-visual--culture {
  background-color: var(--surface);
}

body[data-page="home-redesign"] .case-visual--film {
  background:
    linear-gradient(90deg, transparent 0 23%, var(--line) 23% calc(23% + 1px), transparent calc(23% + 1px) 100%),
    linear-gradient(0deg, transparent 0 58%, var(--line) 58% calc(58% + 1px), transparent calc(58% + 1px) 100%),
    var(--surface);
}

body[data-page="home-redesign"] .case-visual--event {
  background:
    linear-gradient(90deg, transparent 0 50%, var(--line) 50% calc(50% + 1px), transparent calc(50% + 1px) 100%),
    repeating-linear-gradient(0deg, var(--bg) 0 18px, var(--surface) 18px 19px);
}

body[data-page="home-redesign"] .case-visual--brand {
  background:
    linear-gradient(0deg, transparent 0 50%, var(--line) 50% calc(50% + 1px), transparent calc(50% + 1px) 100%),
    repeating-linear-gradient(90deg, var(--bg) 0 42px, var(--surface) 42px 43px);
}

body[data-page="home-redesign"] .case-visual--culture {
  background:
    linear-gradient(90deg, transparent 0 66%, var(--line) 66% calc(66% + 1px), transparent calc(66% + 1px) 100%),
    repeating-linear-gradient(45deg, var(--bg) 0 18px, var(--surface) 18px 19px);
}

body[data-page="home-redesign"] .approach-grid h3 {
  font-size: clamp(30px, 3.3vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1;
}

body[data-page="home-redesign"] .approach-grid article {
  padding: clamp(44px, 5vw, 72px) clamp(20px, 3vw, 44px);
}

body[data-page="home-redesign"] .contact-panel {
  min-height: auto;
}

body[data-page="home-redesign"] .natural-form {
  padding: clamp(64px, 9vw, 128px) clamp(20px, 4vw, 64px);
}

body[data-page="home-redesign"] .natural-form p {
  color: var(--text);
  font-size: clamp(34px, 4.7vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1.08;
}

body[data-page="home-redesign"] .natural-form input,
body[data-page="home-redesign"] .natural-form select {
  border-bottom-color: var(--text);
  color: var(--text);
}

body[data-page="home-redesign"] .natural-form input::placeholder {
  color: color-mix(in srgb, var(--muted) 72%, transparent);
}

body[data-page="home-redesign"] .natural-form input:focus,
body[data-page="home-redesign"] .natural-form select:focus {
  background: var(--surface);
  border-bottom-color: var(--muted);
}

body[data-page="home-redesign"] .home-button {
  background: var(--inverse);
  border-color: var(--inverse);
  color: var(--inverse-text);
}

body[data-page="home-redesign"] .home-button:hover {
  background: var(--bg);
  color: var(--text);
}

body[data-page="home-redesign"] .client-grid div:hover {
  background: var(--inverse);
  color: var(--inverse-text);
}

body[data-page="home-redesign"] .home-footer {
  background: var(--bg);
  border-color: var(--line);
  color: var(--text);
  max-width: 1440px;
}

@media (min-width: 1101px) {
  body[data-page="home-redesign"] .offerings,
  body[data-page="home-redesign"] .approach,
  body[data-page="home-redesign"] .contact-panel {
    grid-template-columns: minmax(280px, 0.28fr) minmax(0, 0.72fr);
  }
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] main {
    width: calc(100% - 28px);
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: clamp(560px, 80vh, 760px);
  }

  body[data-page="home-redesign"] .home-section,
  body[data-page="home-redesign"] .home-hero,
  body[data-page="home-redesign"] .featured-case {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .home-section__intro,
  body[data-page="home-redesign"] .work-index .home-section__intro,
  body[data-page="home-redesign"] .clients .home-section__intro,
  body[data-page="home-redesign"] .featured-case__copy {
    border-right: 0;
    grid-template-columns: 1fr;
    padding: clamp(52px, 8vw, 92px) clamp(20px, 5vw, 52px);
  }

  body[data-page="home-redesign"] .home-section__intro h2 {
    max-width: 980px;
  }

  body[data-page="home-redesign"] .featured-case__copy h3 {
    max-width: 900px;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] {
    --home-gutter: 14px;
  }

  body[data-page="home-redesign"] main {
    width: calc(100% - 20px);
  }

  body[data-page="home-redesign"] .top-marquee {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  body[data-page="home-redesign"] .top-marquee__track span {
    padding: 9px 12px;
  }

  body[data-page="home-redesign"] .home-header {
    height: 56px;
    padding: 0 14px;
  }

  body[data-page="home-redesign"] .home-brand {
    font-size: 16px;
  }

  body[data-page="home-redesign"] .home-nav.site-nav {
    background: var(--bg);
    border-color: var(--line);
    font-size: 26px;
    top: 86px;
  }

  body[data-page="home-redesign"] .home-nav.site-nav a {
    border-color: var(--line);
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: 78vh;
  }

  body[data-page="home-redesign"] .home-hero__content,
  body[data-page="home-redesign"] .home-hero__note,
  body[data-page="home-redesign"] .home-section__intro,
  body[data-page="home-redesign"] .work-index .home-section__intro,
  body[data-page="home-redesign"] .clients .home-section__intro,
  body[data-page="home-redesign"] .offering-item,
  body[data-page="home-redesign"] .featured-case__copy,
  body[data-page="home-redesign"] .natural-form,
  body[data-page="home-redesign"] .approach-grid article {
    padding: 28px 20px;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(42px, 14vw, 72px);
    letter-spacing: -0.055em;
    line-height: 0.94;
    max-width: 8.8ch;
  }

  body[data-page="home-redesign"] .desktop-break {
    display: none;
  }

  body[data-page="home-redesign"] .mobile-break {
    display: block;
  }

  body[data-page="home-redesign"] .home-section__intro h2 {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1.02;
    max-width: 100%;
  }

  body[data-page="home-redesign"] .offering-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  body[data-page="home-redesign"] .offering-item h3,
  body[data-page="home-redesign"] .featured-case h3 {
    font-size: clamp(32px, 10vw, 52px);
    line-height: 1;
    max-width: 100%;
  }

  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }

  body[data-page="home-redesign"] .work-row span {
    grid-template-columns: 74px minmax(0, 1fr);
    min-width: 0;
  }

  body[data-page="home-redesign"] .approach-grid h3 {
    margin-top: 52px;
  }

  body[data-page="home-redesign"] .natural-form p {
    font-size: clamp(30px, 9vw, 42px);
    letter-spacing: -0.045em;
    line-height: 1.16;
  }

  body[data-page="home-redesign"] .natural-form input,
  body[data-page="home-redesign"] .natural-form select {
    max-width: min(100%, 10ch);
  }

  body[data-page="home-redesign"] .natural-form select {
    max-width: min(100%, 13ch);
  }

  body[data-page="home-redesign"] .client-grid div {
    min-width: 0;
    padding: 14px 10px;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* Archive-first homepage refinement: flatter lists, safer wrapping, image toggle mode. */
body[data-page="home-redesign"] {
  --bg: #f3efe7;
  --bg-soft: #ebe5da;
  --text: #11100e;
  --muted: #706a60;
  --line: rgba(17, 16, 14, 0.16);
  --line-strong: rgba(17, 16, 14, 0.32);
  --inverse: #11100e;
  --inverse-text: #f3efe7;
  --surface: var(--bg-soft);
  --home-border: var(--line);
  --home-muted: var(--muted);
  --home-soft: var(--bg-soft);
  background: var(--bg);
  color: var(--text);
}

body[data-page="home-redesign"],
body[data-page="home-redesign"] * {
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  overflow-wrap: anywhere;
}

body[data-page="home-redesign"] h1,
body[data-page="home-redesign"] h2,
body[data-page="home-redesign"] h3,
body[data-page="home-redesign"] .work-project,
body[data-page="home-redesign"] .home-brand,
body[data-page="home-redesign"] .home-nav a {
  overflow-wrap: normal;
  text-wrap: balance;
}

body[data-page="home-redesign"] main,
body[data-page="home-redesign"] .home-header,
body[data-page="home-redesign"] .home-footer {
  background: var(--bg);
  border-color: var(--line);
  max-width: 1440px;
}

body[data-page="home-redesign"] main {
  border-left: 0;
  border-right: 0;
  width: min(100%, 1440px);
}

body[data-page="home-redesign"] .top-marquee {
  background: var(--inverse);
  border-color: var(--line-strong);
  color: var(--inverse-text);
  overflow: hidden;
}

body[data-page="home-redesign"] .home-header {
  border-bottom-color: var(--line);
}

body[data-page="home-redesign"] .home-nav {
  white-space: nowrap;
}

body[data-page="home-redesign"] .home-section,
body[data-page="home-redesign"] .home-hero,
body[data-page="home-redesign"] .home-footer {
  border-color: var(--line);
}

body[data-page="home-redesign"] .home-section__intro {
  border-right-color: var(--line);
}

body[data-page="home-redesign"] .home-section-label,
body[data-page="home-redesign"] .work-row--head,
body[data-page="home-redesign"] .mode-button,
body[data-page="home-redesign"] .case-tags span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .home-hero {
  grid-template-columns: 1fr minmax(190px, 0.22fr);
  min-height: clamp(560px, 78vh, 760px);
}

body[data-page="home-redesign"] .home-hero__grid {
  border-right-color: var(--line);
}

body[data-page="home-redesign"] .home-hero__grid::before,
body[data-page="home-redesign"] .home-hero__grid::after,
body[data-page="home-redesign"] .featured-case__media::after {
  background: var(--line);
}

body[data-page="home-redesign"] .home-hero h1 {
  font-size: clamp(52px, 6.6vw, 108px);
  letter-spacing: -0.052em;
  line-height: 0.94;
  max-width: 1120px;
}

body[data-page="home-redesign"] .home-section {
  grid-template-columns: minmax(180px, 260px) 1fr;
}

body[data-page="home-redesign"] .home-section__intro,
body[data-page="home-redesign"] .work-index .home-section__intro,
body[data-page="home-redesign"] .clients .home-section__intro {
  padding: clamp(54px, 7vw, 104px) clamp(20px, 4vw, 58px);
}

body[data-page="home-redesign"] .home-section__intro h2 {
  font-size: clamp(34px, 4.6vw, 68px);
  letter-spacing: -0.044em;
  line-height: 1.02;
  max-width: 1040px;
}

body[data-page="home-redesign"] .offering-item {
  border-bottom-color: var(--line);
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 0;
  padding: clamp(28px, 4vw, 56px) clamp(20px, 4vw, 58px);
}

body[data-page="home-redesign"] .offering-item h3 {
  font-size: clamp(30px, 3.9vw, 58px);
  line-height: 1.02;
}

body[data-page="home-redesign"] .offering-item:hover div {
  transform: translateX(6px);
}

body[data-page="home-redesign"] .work-index {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
}

body[data-page="home-redesign"] .work-index .home-section__intro {
  align-content: start;
  border-bottom: 0;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

body[data-page="home-redesign"] .work-index .home-section__intro h2 {
  font-size: clamp(24px, 2.7vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  max-width: 360px;
}

body[data-page="home-redesign"] .work-index__content {
  min-width: 0;
  padding: clamp(34px, 5vw, 72px) clamp(20px, 4vw, 58px) clamp(48px, 7vw, 96px);
}

body[data-page="home-redesign"] .work-index__tools {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: clamp(26px, 4vw, 48px);
}

body[data-page="home-redesign"] .mode-button,
body[data-page="home-redesign"] .home-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 36px;
  padding: 0 12px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, opacity 180ms ease;
}

body[data-page="home-redesign"] .mode-button:hover,
body[data-page="home-redesign"] .home-button:hover {
  opacity: 0.72;
}

body[data-page="home-redesign"] .mode-button.is-active,
body[data-page="home-redesign"] .home-button {
  background: var(--text);
  border-color: var(--text);
  color: var(--bg);
}

body[data-page="home-redesign"] .mode-button:focus-visible,
body[data-page="home-redesign"] .home-button:focus-visible,
body[data-page="home-redesign"] .work-row:focus-visible,
body[data-page="home-redesign"] .home-nav a:focus-visible,
body[data-page="home-redesign"] .natural-form input:focus-visible,
body[data-page="home-redesign"] .natural-form select:focus-visible {
  outline: 1px solid var(--line-strong);
  outline-offset: 3px;
}

body[data-page="home-redesign"] .work-table {
  border-top: 1px solid var(--line);
  min-width: 0;
}

body[data-page="home-redesign"] .work-row {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  display: grid;
  font-size: clamp(14px, 1.05vw, 16px);
  gap: 0;
  grid-template-columns: 64px 90px minmax(320px, 1fr) minmax(140px, 180px) minmax(100px, 140px);
  line-height: 1.2;
  min-height: 52px;
  padding: 0;
  width: 100%;
}

body[data-page="home-redesign"] .work-row > span:not(.work-row__mobile-preview) {
  min-width: 0;
  padding: 14px 12px 13px 0;
}

body[data-page="home-redesign"] .work-row--head {
  color: var(--muted);
  cursor: default;
  font-size: 11px;
  min-height: 34px;
}

body[data-page="home-redesign"] .work-row--head span {
  padding-top: 10px;
  padding-bottom: 9px;
}

body[data-page="home-redesign"] .work-row:not(.work-row--head)::after {
  display: none;
}

body[data-page="home-redesign"] .work-row:not(.work-row--head):hover,
body[data-page="home-redesign"] .work-row.is-active {
  background: color-mix(in srgb, var(--bg-soft) 76%, transparent);
}

body[data-page="home-redesign"] .work-project {
  display: -webkit-box;
  font-weight: 800;
  line-height: 1.16;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateX(0);
  transition: transform 180ms ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="home-redesign"] .work-row:not(.work-row--head):hover .work-project {
  transform: translateX(6px);
}

body[data-page="home-redesign"] .work-row.is-active {
  background: color-mix(in srgb, var(--bg-soft) 82%, transparent);
}

body[data-page="home-redesign"] .work-row.is-active .work-project {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body[data-page="home-redesign"] .work-row__mobile-preview {
  display: none;
}

body[data-page="home-redesign"] .featured-case {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  margin-top: clamp(30px, 4vw, 54px);
  min-height: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
}

body[data-page="home-redesign"].is-image-mode .featured-case:not([hidden]) {
  opacity: 1;
  transform: translateY(0);
}

body[data-page="home-redesign"] .featured-case[hidden] {
  display: none;
}

body[data-page="home-redesign"] .featured-case:not(.has-image) {
  grid-template-columns: 1fr;
}

body[data-page="home-redesign"] .featured-case:not(.has-image) .featured-case__media {
  display: none;
}

body[data-page="home-redesign"] .featured-case__media {
  min-height: clamp(300px, 35vw, 480px);
  order: 1;
}

body[data-page="home-redesign"] .featured-case__media::before {
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  inset: clamp(28px, 4vw, 48px) 0;
}

body[data-page="home-redesign"] .featured-case__copy {
  align-content: start;
  border-right: 0;
  order: 2;
  padding: clamp(28px, 4vw, 48px) 0 clamp(28px, 4vw, 48px) clamp(22px, 3vw, 42px);
}

body[data-page="home-redesign"] .featured-case h3 {
  font-size: clamp(28px, 3.4vw, 54px);
  line-height: 1.02;
}

body[data-page="home-redesign"] .case-tags span {
  border-color: var(--line-strong);
  padding: 7px 9px;
}

body[data-page="home-redesign"] .project-link {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--text);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 28px;
  min-height: 42px;
  padding: 0 16px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
  width: fit-content;
}

body[data-page="home-redesign"] .project-link:hover {
  background: var(--text);
  color: var(--bg);
}

body[data-page="home-redesign"] .approach-grid article {
  border-color: var(--line);
  min-height: 0;
  padding: clamp(34px, 4.8vw, 64px) clamp(20px, 3vw, 42px);
}

body[data-page="home-redesign"] .approach-grid h3 {
  margin-top: clamp(54px, 7vw, 96px);
}

body[data-page="home-redesign"] .natural-form input,
body[data-page="home-redesign"] .natural-form select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--text);
  min-width: 0;
}

body[data-page="home-redesign"] .client-grid {
  border-top: 1px solid var(--line);
}

body[data-page="home-redesign"] .client-grid div {
  border-color: var(--line);
  border-left: 0;
  border-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home-redesign"] .featured-case,
  body[data-page="home-redesign"] .work-project,
  body[data-page="home-redesign"] .offering-item div {
    transform: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .home-section,
  body[data-page="home-redesign"] .work-index {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .work-index .home-section__intro {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  body[data-page="home-redesign"] .work-index .home-section__intro h2 {
    max-width: 880px;
  }

  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 56px 76px minmax(220px, 1fr) minmax(120px, 150px) minmax(88px, 110px);
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] main {
    width: 100%;
  }

  body[data-page="home-redesign"] .top-marquee {
    font-size: 10px;
  }

  body[data-page="home-redesign"] .home-header {
    max-width: 100%;
  }

  body[data-page="home-redesign"] .home-nav.site-nav {
    background: var(--bg);
    border-color: var(--line);
    max-width: 100vw;
    overflow-x: hidden;
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: 78vh;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(40px, 13vw, 68px);
    max-width: 9.4ch;
  }

  body[data-page="home-redesign"] .home-section__intro,
  body[data-page="home-redesign"] .work-index .home-section__intro,
  body[data-page="home-redesign"] .clients .home-section__intro,
  body[data-page="home-redesign"] .work-index__content {
    padding: 28px 18px;
  }

  body[data-page="home-redesign"] .home-section__intro h2,
  body[data-page="home-redesign"] .work-index .home-section__intro h2 {
    font-size: clamp(30px, 9vw, 46px);
    max-width: 100%;
  }

  body[data-page="home-redesign"] .work-index__tools {
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  body[data-page="home-redesign"] .mode-button {
    min-height: 34px;
    padding: 0 10px;
  }

  body[data-page="home-redesign"] .work-row--head {
    display: none;
  }

  body[data-page="home-redesign"] .work-row {
    align-items: start;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 0;
    padding: 16px 0;
  }

  body[data-page="home-redesign"] .work-row > span:not(.work-row__mobile-preview) {
    padding: 0;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(1) {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    grid-column: 1;
    grid-row: 1 / span 4;
    letter-spacing: 0.08em;
    padding-top: 3px;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2),
  body[data-page="home-redesign"] .work-row > span:nth-child(4),
  body[data-page="home-redesign"] .work-row > span:nth-child(5) {
    color: var(--muted);
    display: inline;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2)::after,
  body[data-page="home-redesign"] .work-row > span:nth-child(4)::after {
    content: " · ";
  }

  body[data-page="home-redesign"] .work-project {
    display: block;
    font-size: 18px;
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 8px;
    max-width: 100%;
    -webkit-line-clamp: unset;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(4),
  body[data-page="home-redesign"] .work-row > span:nth-child(5) {
    grid-column: 2;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(4) {
    grid-row: 3;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(5) {
    grid-row: 4;
  }

  body[data-page="home-redesign"] .work-row span::before {
    content: none;
  }

  body[data-page="home-redesign"] .work-row__mobile-preview {
    grid-column: 2;
    grid-row: 5;
    height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: opacity 240ms ease, transform 240ms ease, height 240ms ease, margin 240ms ease;
  }

  body[data-page="home-redesign"].is-image-mode .work-row.is-active .work-row__mobile-preview {
    display: block;
    height: 210px;
    margin-top: 16px;
    opacity: 1;
    transform: translateY(0);
  }

  body[data-page="home-redesign"] .featured-case {
    display: none !important;
  }

  body[data-page="home-redesign"] .approach-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Screenshot-matched refinement: serif hero/contact, pill header, softer offerings, archive table rhythm. */
body[data-page="home-redesign"] {
  --bg: #f7f6f2;
  --bg-soft: #f0efea;
  --text: #151412;
  --muted: #75736c;
  --line: rgba(21, 20, 18, 0.1);
  --line-strong: rgba(21, 20, 18, 0.24);
  --inverse: #1d1b19;
  --inverse-text: #f7f6f2;
  --serif-display: Georgia, "Times New Roman", Times, serif;
}

body[data-page="home-redesign"] .top-marquee {
  display: none;
}

body[data-page="home-redesign"] .home-header {
  align-items: flex-start;
  border-bottom: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
  height: auto;
  left: 0;
  max-width: none;
  padding: 28px clamp(24px, 3vw, 52px) 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

body[data-page="home-redesign"] .home-brand {
  color: var(--text);
  font-family: var(--serif-display);
  font-size: clamp(26px, 2.2vw, 42px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

body[data-page="home-redesign"] .home-nav {
  align-self: start;
  background: color-mix(in srgb, var(--bg-soft) 84%, transparent);
  border-radius: 22px;
  display: none;
  filter: blur(0);
  gap: 20px;
  justify-self: center;
  opacity: 0.62;
  padding: 13px 18px;
}

body[data-page="home-redesign"] .home-nav a {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: none;
}

body[data-page="home-redesign"] .home-header__actions {
  align-items: center;
  display: flex;
  gap: 10px;
  grid-column: 2;
  justify-self: end;
}

body[data-page="home-redesign"] .home-nav-toggle {
  display: none !important;
}

body[data-page="home-redesign"] .header-pill {
  align-items: center;
  background: var(--bg-soft);
  border: 0;
  border-radius: 18px;
  color: var(--text);
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  line-height: 1;
  min-height: 52px;
  padding: 0 18px;
  white-space: nowrap;
}

body[data-page="home-redesign"] .header-pill--icon {
  justify-content: center;
  padding: 0;
  width: 58px;
}

body[data-page="home-redesign"] .header-pill--icon span {
  border: 3px solid var(--text);
  border-left-color: transparent;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}

body[data-page="home-redesign"] .header-pill--status > .status-dot {
  background: #ff4d44;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

body[data-page="home-redesign"] .header-pill--connect {
  background: var(--inverse);
  color: var(--inverse-text);
  padding-inline: 28px;
}

body[data-page="home-redesign"] main {
  max-width: none;
  width: 100%;
}

body[data-page="home-redesign"] .home-hero {
  display: block;
  min-height: 100vh;
  padding: clamp(160px, 17vh, 230px) clamp(24px, 3vw, 52px) 12vh;
}

body[data-page="home-redesign"] .home-hero__grid,
body[data-page="home-redesign"] .home-hero__note,
body[data-page="home-redesign"] .home-section-label {
  display: none;
}

body[data-page="home-redesign"] .home-hero__content {
  display: block;
  padding: 0;
}

body[data-page="home-redesign"] .home-hero h1 {
  color: var(--text);
  font-family: var(--serif-display);
  font-size: clamp(74px, 7.55vw, 154px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 1.02;
  max-width: 1280px;
}

body[data-page="home-redesign"] .desktop-break {
  display: none;
}

body[data-page="home-redesign"] .hero-highlight {
  background: var(--bg-soft);
  border-radius: 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 0.08em 0.03em;
}

body[data-page="home-redesign"] .home-section {
  border-bottom: 0;
  display: block;
  padding: clamp(34px, 4vw, 58px) clamp(24px, 3vw, 52px);
}

body[data-page="home-redesign"] .home-section__intro {
  border: 0;
  display: block;
  padding: 0 0 clamp(24px, 4vw, 48px);
}

body[data-page="home-redesign"] .home-section__intro .home-section-label {
  color: var(--text);
  display: block;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: none;
}

body[data-page="home-redesign"] .home-section__intro h2 {
  font-family: var(--serif-display);
  font-size: clamp(42px, 5.4vw, 104px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin-top: 26px;
  max-width: 1160px;
}

body[data-page="home-redesign"] .offerings {
  padding-top: clamp(48px, 7vw, 112px);
}

body[data-page="home-redesign"] .offerings .home-section__intro {
  display: none;
}

body[data-page="home-redesign"] .offering-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="home-redesign"] .offering-item {
  background: var(--bg-soft);
  border: 0;
  border-radius: 18px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  min-height: 430px;
  padding: 28px 26px;
}

body[data-page="home-redesign"] .offering-item .item-number {
  align-self: start;
  background: #ff6544;
  border-radius: 999px;
  color: transparent;
  display: block;
  height: 64px;
  overflow: hidden;
  width: 10px;
}

body[data-page="home-redesign"] .offering-item:nth-child(2) .item-number {
  background: #f1c84f;
}

body[data-page="home-redesign"] .offering-item:nth-child(3) .item-number {
  background: #d6adff;
}

body[data-page="home-redesign"] .offering-item:nth-child(4) .item-number {
  background: #aaa674;
}

body[data-page="home-redesign"] .offering-item h3 {
  font-family: var(--sans);
  font-size: clamp(23px, 1.9vw, 32px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

body[data-page="home-redesign"] .offering-item p {
  color: var(--muted);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 800;
  line-height: 1.13;
  margin-top: clamp(24px, 8vw, 120px);
}

body[data-page="home-redesign"] .work-index {
  display: block;
  min-height: 100vh;
  padding-top: clamp(140px, 18vh, 230px);
}

body[data-page="home-redesign"] .work-index .home-section__intro {
  display: none;
}

body[data-page="home-redesign"] .work-index__content {
  padding: 0;
}

body[data-page="home-redesign"] .work-index__tools {
  background: var(--bg-soft);
  border-radius: 14px;
  display: flex;
  gap: 0;
  justify-content: center;
  margin: 0 auto clamp(70px, 8vw, 110px);
  overflow: hidden;
  padding: 0;
  width: fit-content;
}

body[data-page="home-redesign"] .mode-button {
  border: 0;
  border-radius: 0;
  color: var(--muted);
  font-size: 16px;
  letter-spacing: -0.02em;
  min-height: 52px;
  padding: 0 28px;
  text-transform: none;
}

body[data-page="home-redesign"] .mode-button.is-active {
  background: var(--inverse);
  color: var(--inverse-text);
}

body[data-page="home-redesign"] .work-table {
  border-top: 1px solid var(--line);
}

body[data-page="home-redesign"] .work-row {
  border-bottom: 1px solid var(--line);
  font-size: clamp(15px, 1vw, 18px);
  grid-template-columns: 86px minmax(130px, 0.55fr) minmax(420px, 2fr) 130px minmax(130px, 0.5fr);
  min-height: 76px;
}

body[data-page="home-redesign"] .work-row > span:not(.work-row__mobile-preview) {
  padding: 19px 20px 18px 0;
}

body[data-page="home-redesign"] .work-row__icon {
  align-items: center;
  background: var(--bg-soft);
  border-radius: 12px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin: 11px 0;
  padding: 0 !important;
  width: 52px;
}

body[data-page="home-redesign"] .work-row__icon svg {
  display: block;
  height: 22px;
  width: 22px;
}

body[data-page="home-redesign"] .work-row__icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body[data-page="home-redesign"] .work-row--head .work-row__icon {
  background: transparent;
  color: var(--muted);
  height: auto;
  margin: 0;
}

body[data-page="home-redesign"] .work-project {
  font-weight: 800;
}

body[data-page="home-redesign"] .featured-case {
  border-top: 0;
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
}

body[data-page="home-redesign"] .contact-panel {
  min-height: 100vh;
  padding-top: clamp(130px, 17vh, 220px);
}

body[data-page="home-redesign"] .contact-panel .home-section__intro {
  padding-bottom: 36px;
}

body[data-page="home-redesign"] .contact-panel .home-section__intro .home-section-label {
  display: block;
}

body[data-page="home-redesign"] .contact-panel .home-section__intro h2 {
  display: none;
}

body[data-page="home-redesign"] .natural-form {
  display: block;
  padding: 0;
  text-align: left;
}

body[data-page="home-redesign"] .natural-form p {
  color: var(--text);
  font-family: var(--serif-display);
  font-size: clamp(54px, 6.2vw, 128px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 1.12;
  margin: 0;
}

body[data-page="home-redesign"] .natural-form input,
body[data-page="home-redesign"] .natural-form select {
  background: var(--bg-soft);
  border: 0;
  border-radius: 12px;
  color: var(--text);
  font-family: var(--serif-display);
  min-height: 0.92em;
  padding: 0.04em 0.2em 0.07em;
  vertical-align: baseline;
}

body[data-page="home-redesign"] .natural-form input {
  min-width: min(42vw, 520px);
}

body[data-page="home-redesign"] .natural-form select {
  min-width: min(40vw, 480px);
}

body[data-page="home-redesign"] .home-button {
  border-radius: 16px;
  display: flex;
  margin: clamp(54px, 7vw, 92px) auto 0;
  min-height: 64px;
  padding: 0 42px;
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .home-header {
    grid-template-columns: 1fr auto;
  }

  body[data-page="home-redesign"] .home-nav {
    display: none;
  }

  body[data-page="home-redesign"] .offering-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 70px minmax(110px, 0.6fr) minmax(260px, 1.6fr) 100px minmax(100px, 0.55fr);
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-header {
    align-items: start;
    grid-template-columns: 1fr auto;
    padding: 22px 18px 0;
  }

  body[data-page="home-redesign"] .home-brand {
    font-size: 30px;
  }

  body[data-page="home-redesign"] .home-header__actions {
    gap: 6px;
  }

  body[data-page="home-redesign"] .header-pill--status {
    display: none;
  }

  body[data-page="home-redesign"] .header-pill {
    min-height: 42px;
  }

  body[data-page="home-redesign"] .header-pill--icon {
    width: 46px;
  }

  body[data-page="home-redesign"] .header-pill--connect {
    padding-inline: 16px;
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: 86vh;
    padding: 132px 18px 72px;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(52px, 17vw, 86px);
    line-height: 1.02;
    max-width: 100%;
  }

  body[data-page="home-redesign"] .mobile-break {
    display: none;
  }

  body[data-page="home-redesign"] .home-section {
    padding: 48px 18px;
  }

  body[data-page="home-redesign"] .offering-list {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .offering-item {
    min-height: 300px;
  }

  body[data-page="home-redesign"] .work-index {
    min-height: 0;
    padding-top: 100px;
  }

  body[data-page="home-redesign"] .work-index__tools {
    margin-bottom: 42px;
  }

  body[data-page="home-redesign"] .mode-button {
    font-size: 14px;
    min-height: 46px;
    padding: 0 18px;
  }

  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  body[data-page="home-redesign"] .work-row__icon {
    height: 42px;
    width: 42px;
  }

  body[data-page="home-redesign"] .contact-panel {
    min-height: 86vh;
    padding-top: 96px;
  }

  body[data-page="home-redesign"] .natural-form p {
    font-size: clamp(44px, 13vw, 72px);
    line-height: 1.12;
  }

  body[data-page="home-redesign"] .natural-form input,
  body[data-page="home-redesign"] .natural-form select {
    min-width: min(100%, 320px);
  }
}

/* Dark mode and closer September Works-style index table. */
body[data-page="home-redesign"][data-theme="dark"] {
  --bg: #151412;
  --bg-soft: #211f1c;
  --text: #f2eee6;
  --muted: #aaa49a;
  --line: rgba(242, 238, 230, 0.12);
  --line-strong: rgba(242, 238, 230, 0.28);
  --inverse: #f2eee6;
  --inverse-text: #151412;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon span {
  background: var(--text);
  border-color: var(--text);
  box-shadow: inset 8px 0 0 var(--bg-soft);
}

body[data-page="home-redesign"][data-theme="dark"] .hero-highlight,
body[data-page="home-redesign"][data-theme="dark"] .natural-form input,
body[data-page="home-redesign"][data-theme="dark"] .natural-form select,
body[data-page="home-redesign"][data-theme="dark"] .offering-item,
body[data-page="home-redesign"][data-theme="dark"] .work-row__icon,
body[data-page="home-redesign"][data-theme="dark"] .mode-button,
body[data-page="home-redesign"][data-theme="dark"] .home-nav,
body[data-page="home-redesign"][data-theme="dark"] .header-pill {
  background: var(--bg-soft);
}

body[data-page="home-redesign"] .work-row {
  grid-template-columns: 86px minmax(130px, 0.5fr) minmax(360px, 1.55fr) 120px minmax(190px, 0.82fr) minmax(130px, 0.46fr);
}

body[data-page="home-redesign"] .work-offering {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
}

body[data-page="home-redesign"] .work-offering::before {
  background: #ff6544;
  border-radius: 999px;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 28px;
  width: 6px;
}

body[data-page="home-redesign"] .work-offering--event::before {
  background: #f1c84f;
}

body[data-page="home-redesign"] .work-offering--brand::before {
  background: #d6adff;
}

body[data-page="home-redesign"] .work-offering--culture::before {
  background: #aaa674;
}

body[data-page="home-redesign"] .work-row:not(.work-row--head):hover .work-row__icon,
body[data-page="home-redesign"] .work-row.is-active .work-row__icon {
  background: var(--inverse);
  color: var(--inverse-text);
}

body[data-page="home-redesign"] .featured-case {
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
}

body[data-page="home-redesign"] .featured-case:not([hidden]) {
  opacity: 1;
  transform: translateY(0);
}

body[data-page="home-redesign"] .featured-case__copy {
  max-width: 920px;
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 70px minmax(100px, 0.5fr) minmax(220px, 1.2fr) 82px minmax(155px, 0.72fr) minmax(90px, 0.42fr);
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 5;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2),
  body[data-page="home-redesign"] .work-row > span:nth-child(4),
  body[data-page="home-redesign"] .work-row > span:nth-child(5),
  body[data-page="home-redesign"] .work-row > span:nth-child(6) {
    color: var(--muted);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    grid-column: 2;
    letter-spacing: 0.04em;
    padding: 0;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2) {
    grid-row: 2;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(4) {
    grid-row: 3;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(5) {
    grid-row: 4;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(6) {
    grid-row: 5;
  }

  body[data-page="home-redesign"] .work-offering {
    gap: 7px;
  }

  body[data-page="home-redesign"] .work-offering::before {
    height: 16px;
    width: 4px;
  }

  body[data-page="home-redesign"] .work-row__mobile-preview {
    grid-row: 6;
  }

  body[data-page="home-redesign"] .featured-case {
    display: grid !important;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  body[data-page="home-redesign"] .featured-case__copy {
    padding: 20px 0 0 52px;
  }

  body[data-page="home-redesign"] .featured-case h3 {
    font-size: clamp(28px, 9vw, 42px);
  }
}

/* Contact fit, hero reveal animation, and business-status marquee. */
body[data-page="home-redesign"] .header-pill--status {
  max-width: min(42vw, 440px);
  overflow: hidden;
  padding-right: 18px;
  width: clamp(310px, 25vw, 440px);
}

body[data-page="home-redesign"] .header-pill--status .status-dot {
  background: #2ea85f;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

body[data-page="home-redesign"] .header-pill--status[data-status="rest"] .status-dot,
body[data-page="home-redesign"] .header-pill--status[data-status="closed"] .status-dot {
  background: #ff4d44;
}

body[data-page="home-redesign"] .status-marquee {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

body[data-page="home-redesign"] .status-marquee__track {
  animation: business-status-scroll 12s linear infinite;
  display: flex;
  gap: 28px;
  width: max-content;
}

body[data-page="home-redesign"] .status-marquee__track span {
  background: transparent;
  border-radius: 0;
  flex: 0 0 auto;
  height: auto;
  width: auto;
}

@keyframes business-status-scroll {
  from {
    transform: translateX(0);
  }

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

body[data-page="home-redesign"] .home-hero h1 {
  animation: hero-type-reveal 1100ms steps(42, end) 180ms both;
  clip-path: inset(0 100% 0 0);
  max-width: 1280px;
  overflow: visible;
  white-space: normal;
  will-change: clip-path;
}

body[data-page="home-redesign"] .hero-highlight {
  background:
    linear-gradient(90deg, var(--bg-soft) 0 50%, transparent 50% 100%)
      100% 0 / 200% 100% no-repeat;
  animation: highlight-sweep 760ms ease forwards;
  animation-delay: 950ms;
}

body[data-page="home-redesign"] .hero-highlight:nth-of-type(2) {
  animation-delay: 1160ms;
}

body[data-page="home-redesign"] .hero-highlight:nth-of-type(3) {
  animation-delay: 1370ms;
}

@keyframes hero-type-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes highlight-sweep {
  to {
    background-position: 0 0;
  }
}

body[data-page="home-redesign"] .contact-panel {
  padding-left: clamp(42px, 7vw, 138px);
  padding-right: clamp(42px, 7vw, 138px);
}

body[data-page="home-redesign"] .natural-form {
  max-width: 1680px;
  width: 100%;
}

body[data-page="home-redesign"] .natural-form p {
  font-size: clamp(38px, 3.8vw, 74px);
  letter-spacing: -0.058em;
  line-height: 1.16;
  width: 100%;
}

body[data-page="home-redesign"] .natural-form label {
  display: inline;
}

body[data-page="home-redesign"] .natural-form input,
body[data-page="home-redesign"] .natural-form select {
  min-width: 0;
}

body[data-page="home-redesign"] .natural-form input[name="name"],
body[data-page="home-redesign"] .natural-form input[name="email"] {
  width: clamp(320px, 40vw, 820px);
}

body[data-page="home-redesign"] .natural-form input[name="company"] {
  width: clamp(280px, 32vw, 620px);
}

body[data-page="home-redesign"] .natural-form select[name="service"] {
  box-sizing: content-box;
  min-width: 22ch;
  padding-left: 0.24em;
  padding-right: 0.78em;
  width: max-content;
}

@supports not (width: max-content) {
  body[data-page="home-redesign"] .natural-form select[name="service"] {
    width: 24ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home-redesign"] .home-hero h1 {
    animation: none;
    clip-path: none;
    white-space: normal;
  }

  body[data-page="home-redesign"] .hero-highlight,
  body[data-page="home-redesign"] .status-marquee__track {
    animation: none;
  }
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .home-hero h1 {
    animation: none;
    clip-path: none;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
  }

  body[data-page="home-redesign"] .contact-panel {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .header-pill--status {
    display: none;
  }

  body[data-page="home-redesign"] .contact-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  body[data-page="home-redesign"] .natural-form p {
    font-size: clamp(28px, 8.4vw, 46px);
    letter-spacing: -0.045em;
    line-height: 1.18;
  }

  body[data-page="home-redesign"] .natural-form label,
  body[data-page="home-redesign"] .natural-form input,
  body[data-page="home-redesign"] .natural-form select {
    display: block;
    width: 100% !important;
  }
}

/* Final Work Index field model: visibility / category / solution / year / offering / segment. */
body[data-page="home-redesign"] .work-row {
  grid-template-columns: 86px minmax(140px, 0.42fr) minmax(420px, 1.3fr) 120px minmax(240px, 0.62fr) minmax(130px, 0.34fr);
  min-height: 78px;
}

body[data-page="home-redesign"] .offering-item {
  align-content: start;
  display: grid;
  grid-template-rows: 72px minmax(74px, auto) 1fr;
  min-height: 430px;
  padding: 30px 26px 34px;
}

body[data-page="home-redesign"] .offering-item > div {
  display: grid;
  grid-template-rows: minmax(74px, auto) 1fr;
  min-height: 0;
}

body[data-page="home-redesign"] .offering-item .item-number {
  grid-row: 1;
  margin: 0;
}

body[data-page="home-redesign"] .offering-item h3 {
  align-self: start;
  margin: 0;
  max-width: 11ch;
  min-height: 2.08em;
}

body[data-page="home-redesign"] .offering-item p {
  align-self: end;
  margin: clamp(42px, 7vw, 92px) 0 0;
  max-width: 22ch;
}

body[data-page="home-redesign"] .work-row > span:not(.work-row__mobile-preview) {
  min-width: 0;
}

body[data-page="home-redesign"] .work-row__icon {
  border-radius: 14px;
}

body[data-page="home-redesign"] .work-row--head .work-row__icon {
  justify-self: start;
  width: 52px;
}

body[data-page="home-redesign"] .work-offering::before {
  display: inline-block;
}

body[data-page="home-redesign"] .featured-case {
  background: transparent;
  border-top: 1px solid var(--line);
  box-shadow: none;
  margin-bottom: clamp(34px, 5vw, 72px);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    margin 260ms ease;
  will-change: opacity, transform;
}

body[data-page="home-redesign"] .featured-case.is-entering {
  opacity: 0;
  transform: translateY(10px);
}

body[data-page="home-redesign"] .featured-case.is-updating .featured-case__copy,
body[data-page="home-redesign"] .featured-case.is-updating .featured-case__media,
body[data-page="home-redesign"] .featured-case.is-updating .featured-case__screen {
  opacity: 0;
  transform: translateY(6px);
}

body[data-page="home-redesign"] .featured-case.has-image {
  align-items: start;
  column-gap: clamp(36px, 5.2vw, 84px);
  grid-template-columns: minmax(230px, 0.25fr) minmax(360px, 0.39fr) minmax(360px, 0.36fr);
  padding-top: clamp(38px, 4.8vw, 68px);
}

body[data-page="home-redesign"] .featured-case.has-image .featured-case__copy {
  order: 1;
  padding: 0;
}

body[data-page="home-redesign"] .featured-case__copy {
  align-content: start;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 300px;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  will-change: opacity, transform;
}

body[data-page="home-redesign"] .featured-case__copy h3 {
  font-size: clamp(28px, 2.3vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0;
  min-height: 2.08em;
}

body[data-page="home-redesign"] .featured-case__copy p[data-case-description] {
  color: var(--muted);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.42;
  margin: 24px 0 0;
  min-height: 8.52em;
  max-width: 34ch;
}

body[data-page="home-redesign"] .featured-case__copy .home-section-label {
  margin: 0 0 28px;
}

body[data-page="home-redesign"] .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  max-width: 34ch;
}

body[data-page="home-redesign"] .case-tags span {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--text);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 28px;
  padding: 0 9px;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .featured-case.has-image .featured-case__media {
  aspect-ratio: 0.78;
  border-radius: 18px;
  min-height: 0;
  order: 2;
  overflow: hidden;
  transition:
    opacity 260ms ease 40ms,
    transform 260ms ease 40ms;
  will-change: opacity, transform;
}

body[data-page="home-redesign"] .featured-case:not(.has-image) {
  grid-template-columns: minmax(260px, 760px);
  padding: clamp(30px, 4vw, 54px) 0 0 86px;
}

body[data-page="home-redesign"] .featured-case:not(.has-image) .featured-case__copy {
  padding: 0;
}

body[data-page="home-redesign"] .featured-case.has-image .featured-case__media::before {
  border: 0;
  inset: 0;
}

body[data-page="home-redesign"] .featured-case.has-image .featured-case__media::after {
  align-items: center;
  color: rgba(17, 16, 14, 0.58);
  content: attr(data-case-logo);
  display: flex;
  font-family: var(--serif-display);
  font-size: clamp(48px, 5vw, 92px);
  inset: 0;
  justify-content: center;
  letter-spacing: -0.05em;
}

body[data-page="home-redesign"] .featured-case__screen {
  background:
    linear-gradient(var(--line) 1px, transparent 1px) 0 72px / 100% 58px,
    linear-gradient(90deg, transparent 0 18%, var(--line) 18% 18.2%, transparent 18.2% 100%),
    var(--bg);
  border: 1px solid var(--line-strong);
  display: none;
  min-height: clamp(260px, 28vw, 440px);
  order: 3;
  overflow: hidden;
  position: relative;
  transition:
    opacity 260ms ease 80ms,
    transform 260ms ease 80ms;
  will-change: opacity, transform;
}

body[data-page="home-redesign"] .featured-case__screen::before,
body[data-page="home-redesign"] .featured-case__screen::after {
  content: "";
  position: absolute;
}

body[data-page="home-redesign"] .featured-case__screen::before {
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.42), transparent 20%) 0 34px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(17, 16, 14, 0.18), transparent 60%) 0 102px / 100% 1px no-repeat,
    linear-gradient(90deg, transparent 0 20%, rgba(17, 16, 14, 0.16) 20% 20.2%, transparent 20.2% 38%, rgba(17, 16, 14, 0.16) 38% 38.2%, transparent 38.2% 58%, rgba(17, 16, 14, 0.16) 58% 58.2%, transparent 58.2% 78%, rgba(17, 16, 14, 0.16) 78% 78.2%, transparent 78.2%);
  inset: 0;
}

body[data-page="home-redesign"] .featured-case__screen::after {
  background:
    linear-gradient(90deg, #d8c8f0, #f3efe7) 25% 34% / 34% 52px no-repeat,
    linear-gradient(90deg, #bee6d0, #d8c8f0) 56% 56% / 38% 52px no-repeat,
    linear-gradient(90deg, #c6dcec, #f3efe7) 68% 72% / 45% 52px no-repeat,
    radial-gradient(circle at 24% 36%, #f3efe7 0 13px, rgba(17, 16, 14, 0.38) 14px 15px, transparent 16px),
    radial-gradient(circle at 52% 58%, #f3efe7 0 13px, rgba(17, 16, 14, 0.38) 14px 15px, transparent 16px);
  border-radius: 999px;
  inset: 54px -42px 26px 38px;
}

body[data-page="home-redesign"] .featured-case.has-image .featured-case__screen {
  display: block;
}

body[data-page="home-redesign"] .featured-case:not(.has-image) .featured-case__screen {
  display: none;
}

body[data-page="home-redesign"] .project-link {
  align-items: center;
  align-self: flex-start;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: var(--text);
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 24px 0 0;
  min-height: 0;
  padding: 0 0 2px;
  text-transform: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

body[data-page="home-redesign"] .project-link:hover {
  background: transparent;
  color: var(--text);
  opacity: 0.62;
  transform: translateX(4px);
}

body[data-page="home-redesign"] .work-row.is-locked {
  cursor: default;
}

body[data-page="home-redesign"] .work-row.is-locked .work-project {
  color: var(--muted);
}

body[data-page="home-redesign"] .work-row.is-locked:hover {
  background: transparent;
}

body[data-page="home-redesign"] .work-row.is-locked:hover .work-project {
  transform: none;
}

body[data-page="home-redesign"] .work-row.is-locked:hover .work-row__icon {
  background: var(--bg-soft);
  color: var(--muted);
}

body[data-page="home-redesign"] .work-pagination {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding-top: 18px;
}

body[data-page="home-redesign"] .work-pagination[hidden] {
  display: none;
}

body[data-page="home-redesign"] .work-page-button {
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 36px;
  min-width: 42px;
}

body[data-page="home-redesign"] .work-page-button.is-active,
body[data-page="home-redesign"] .work-page-button:hover {
  background: var(--text);
  color: var(--bg);
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 66px minmax(108px, 0.42fr) minmax(260px, 1fr) 88px minmax(170px, 0.62fr) minmax(100px, 0.34fr);
  }

  body[data-page="home-redesign"] .featured-case.has-image {
    grid-template-columns: minmax(200px, 0.3fr) minmax(280px, 0.38fr) minmax(260px, 0.32fr);
  }

  body[data-page="home-redesign"] .featured-case__screen {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .offering-item,
  body[data-page="home-redesign"] .offering-item > div {
    grid-template-rows: auto;
  }

  body[data-page="home-redesign"] .offering-item h3 {
    min-height: 0;
  }

  body[data-page="home-redesign"] .offering-item p {
    align-self: start;
    margin-top: 42px;
    max-width: 28ch;
  }

  body[data-page="home-redesign"] .work-row,
  body[data-page="home-redesign"] .work-row.work-row--head {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  body[data-page="home-redesign"] .work-row--head {
    display: none;
  }

  body[data-page="home-redesign"] .work-row {
    min-height: 122px;
    row-gap: 6px;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2),
  body[data-page="home-redesign"] .work-row > span:nth-child(4),
  body[data-page="home-redesign"] .work-row > span:nth-child(5),
  body[data-page="home-redesign"] .work-row > span:nth-child(6) {
    color: var(--muted);
    display: inline;
    font-size: 12px;
    font-weight: 800;
    grid-column: 2;
    grid-row: 2;
    letter-spacing: 0.04em;
    padding: 0;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2)::after,
  body[data-page="home-redesign"] .work-row > span:nth-child(4)::after,
  body[data-page="home-redesign"] .work-row > span:nth-child(5)::after {
    content: " · ";
  }

  body[data-page="home-redesign"] .work-project {
    grid-column: 2;
    grid-row: 1;
    line-height: 1.08;
    padding: 0;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(2) {
    justify-self: start;
    margin-left: 0;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(4) {
    margin-left: 56px;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(5) {
    margin-left: 106px;
  }

  body[data-page="home-redesign"] .work-row > span:nth-child(6) {
    margin-left: 212px;
  }

  body[data-page="home-redesign"] .work-row__mobile-preview {
    color: inherit;
    display: none;
    grid-column: 2;
    grid-row: 4;
    padding: 0;
  }

  body[data-page="home-redesign"] .featured-case__copy {
    padding-left: 52px;
    min-height: 0;
  }

  body[data-page="home-redesign"] .featured-case__copy h3,
  body[data-page="home-redesign"] .featured-case__copy p[data-case-description] {
    min-height: 0;
  }

  body[data-page="home-redesign"] .featured-case__copy .home-section-label {
    margin-bottom: 18px;
  }

  body[data-page="home-redesign"] .featured-case__copy p[data-case-description],
  body[data-page="home-redesign"] .case-tags {
    max-width: 100%;
  }

  body[data-page="home-redesign"] .case-tags {
    margin-top: 20px;
  }

  body[data-page="home-redesign"] .project-link {
    margin-top: 20px;
  }

  body[data-page="home-redesign"] .featured-case:not(.has-image) {
    grid-template-columns: 1fr;
    padding: 22px 0 0 0;
  }

  body[data-page="home-redesign"] .featured-case.has-image {
    column-gap: 0;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  body[data-page="home-redesign"] .featured-case.has-image .featured-case__copy {
    padding-left: 52px;
  }

  body[data-page="home-redesign"] .featured-case.has-image .featured-case__media {
    aspect-ratio: 1.15;
    border-radius: 14px;
    grid-column: 1;
    margin-left: 52px;
    margin-top: 22px;
    width: calc(100% - 52px);
  }

  body[data-page="home-redesign"] .featured-case.has-image .featured-case__screen {
    display: none;
  }

  body[data-page="home-redesign"] .work-pagination {
    justify-content: flex-start;
  }
}

/* Header Glass System and borderless client marks. */
body[data-page="home-redesign"] {
  --header-height: 76px;
  --header-bg: rgba(243, 239, 231, 0);
  --header-fade: rgba(243, 239, 231, 0);
}

body[data-page="home-redesign"][data-theme="dark"] {
  --header-bg: rgba(21, 20, 18, 0);
  --header-fade: rgba(21, 20, 18, 0);
}

body[data-page="home-redesign"] .home-header {
  --header-content-max: 1440px;
  align-items: center;
  background: var(--header-bg);
  border: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  height: var(--header-height);
  left: 0;
  margin: 0 auto;
  max-width: none;
  padding: 0 max(clamp(20px, 4vw, 64px), calc((100vw - var(--header-content-max)) / 2 + 20px));
  position: fixed;
  right: 0;
  top: 0;
  transition:
    background 300ms ease,
    box-shadow 300ms ease,
    backdrop-filter 300ms ease,
    -webkit-backdrop-filter 300ms ease;
  z-index: 50;
  -webkit-backdrop-filter: blur(0) saturate(100%);
  backdrop-filter: blur(0) saturate(100%);
}

body[data-page="home-redesign"] .home-header::after {
  background: linear-gradient(to bottom, var(--header-fade), rgba(243, 239, 231, 0));
  bottom: -24px;
  content: "";
  height: 24px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: background 300ms ease;
}

body[data-page="home-redesign"][data-theme="dark"] .home-header::after {
  background: linear-gradient(to bottom, var(--header-fade), rgba(21, 20, 18, 0));
}

body[data-page="home-redesign"] .home-header.is-scrolled {
  --header-bg: rgba(243, 239, 231, 0.82);
  --header-fade: rgba(243, 239, 231, 0.30);
  box-shadow: 0 1px 0 rgba(17, 16, 14, 0.04);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

body[data-page="home-redesign"][data-theme="dark"] .home-header.is-scrolled {
  --header-bg: rgba(21, 20, 18, 0.78);
  --header-fade: rgba(21, 20, 18, 0.34);
  box-shadow: 0 1px 0 rgba(242, 238, 230, 0.04);
}

body[data-page="home-redesign"] .home-brand,
body[data-page="home-redesign"] .home-header__actions {
  position: relative;
  z-index: 2;
}

body[data-page="home-redesign"] .home-brand {
  align-self: center;
  font-family: var(--sans);
  font-size: clamp(15px, 1.1vw, 16px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

body[data-page="home-redesign"] .home-header__actions {
  align-self: center;
  grid-column: 2;
  justify-self: end;
}

body[data-page="home-redesign"] .home-hero {
  background: var(--bg);
  padding-top: calc(var(--header-height) + 84px);
}

body[data-page="home-redesign"] .client-grid {
  border: 0;
  gap: 0;
}

body[data-page="home-redesign"] .client-grid div {
  border: 0;
  opacity: 0.74;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

body[data-page="home-redesign"] .client-grid div:hover {
  opacity: 1;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] {
    --header-height: 70px;
  }

  body[data-page="home-redesign"] .home-header {
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
    -webkit-backdrop-filter: blur(0) saturate(100%);
    backdrop-filter: blur(0) saturate(100%);
  }

  body[data-page="home-redesign"] .home-header.is-scrolled {
    -webkit-backdrop-filter: blur(10px) saturate(115%);
    backdrop-filter: blur(10px) saturate(115%);
  }

  body[data-page="home-redesign"] .home-brand {
    font-size: 15px;
  }

  body[data-page="home-redesign"] .home-hero {
    padding-top: calc(var(--header-height) + 62px);
  }
}

/* Dark-mode contrast fixes and September Works-style contact form. */
body[data-page="home-redesign"][data-theme="dark"] .header-pill--connect,
body[data-page="home-redesign"][data-theme="dark"] .mode-button.is-active,
body[data-page="home-redesign"][data-theme="dark"] .home-button,
body[data-page="home-redesign"][data-theme="dark"] .work-page-button.is-active,
body[data-page="home-redesign"][data-theme="dark"] .work-page-button:hover {
  background: var(--inverse);
  border-color: var(--inverse);
  color: var(--inverse-text);
}

body[data-page="home-redesign"][data-theme="dark"] .mode-button:not(.is-active),
body[data-page="home-redesign"][data-theme="dark"] .work-page-button {
  background: var(--bg-soft);
  border-color: var(--line-strong);
  color: var(--muted);
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--status,
body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon {
  background: var(--bg-soft);
  color: var(--text);
}

body[data-page="home-redesign"] .contact-panel {
  --contact-bg: #f3f1ec;
  --contact-text: #11100e;
  --contact-label: #1f1e1b;
  --contact-field-bg: #eeece7;
  --contact-field-text: #11100e;
  --contact-field-focus: #e8e5de;
  --contact-placeholder: rgba(17, 16, 14, 0.3);
  --contact-icon-bg: #ffffff;
  --contact-icon-text: #11100e;
  background: var(--contact-bg);
  color: var(--contact-text);
  min-height: 100vh;
  overflow: visible;
  padding: clamp(90px, 12vw, 150px) clamp(24px, 3vw, 52px) clamp(70px, 9vw, 120px);
}

body[data-page="home-redesign"][data-theme="dark"] .contact-panel {
  --contact-bg: #11110f;
  --contact-text: rgba(243, 239, 231, 0.22);
  --contact-label: #f3efe7;
  --contact-field-bg: #2a2a29;
  --contact-field-text: #f3efe7;
  --contact-field-focus: #333331;
  --contact-placeholder: rgba(243, 239, 231, 0.38);
  --contact-icon-bg: #f3efe7;
  --contact-icon-text: #11110f;
}

body[data-page="home-redesign"] .contact-panel.has-open-select {
  overflow: visible;
  z-index: 20;
}

body[data-page="home-redesign"] .contact-kicker {
  color: var(--contact-label);
  font-family: var(--sans);
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0 0 clamp(54px, 6vw, 92px);
}

body[data-page="home-redesign"] .natural-form {
  display: block;
  max-width: 100%;
  position: relative;
}

body[data-page="home-redesign"] .natural-form p {
  --contact-field-height: 0.82em;
  color: var(--contact-text);
  display: block;
  font-family: var(--font-serif, Georgia, "Times New Roman", serif);
  font-size: clamp(48px, 5.8vw, 96px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 1.08;
  margin: 0;
  min-width: 0;
  overflow-wrap: normal;
  position: relative;
}

body[data-page="home-redesign"] .contact-flow > span {
  display: block;
}

body[data-page="home-redesign"] .contact-flow__intro {
  display: block !important;
  margin-bottom: 0.5em;
}

body[data-page="home-redesign"] .contact-flow__line {
  max-width: 100%;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}

body[data-page="home-redesign"] .contact-flow__line.is-select-open,
body[data-page="home-redesign"] .contact-flow__line:has(.sentence-select.is-open) {
  z-index: 9999;
}

body[data-page="home-redesign"] .contact-flow__line + .contact-flow__line {
  margin-top: 0.12em;
}

body[data-page="home-redesign"] .natural-form label {
  display: inline-flex;
  align-items: baseline;
  margin: 0 0 0 0.04em;
  min-width: 0;
  position: relative;
  transform: none;
  vertical-align: baseline;
  width: auto;
}

body[data-page="home-redesign"] .form-dot {
  display: inline;
  margin-left: 0.04em;
  margin-right: 0.12em;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button {
  appearance: none;
  -webkit-appearance: none;
  background: var(--contact-field-bg);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: none;
  color: var(--contact-field-text);
  font-family: var(--font-serif, Georgia, "Times New Roman", serif);
  font-size: inherit;
  font-weight: inherit;
  height: var(--contact-field-height);
  letter-spacing: inherit;
  line-height: inherit;
  max-height: 106px;
  min-height: 72px;
  min-width: 0;
  padding: 0 0.18em;
  width: 100%;
}

body[data-page="home-redesign"] .sentence-field--name input {
  width: clamp(280px, 30vw, 520px);
}

body[data-page="home-redesign"] .sentence-field--email input {
  width: clamp(420px, 50vw, 820px);
}

body[data-page="home-redesign"] .sentence-field input::placeholder {
  color: var(--contact-placeholder);
}

body[data-page="home-redesign"] .sentence-field input:hover,
body[data-page="home-redesign"] .sentence-field input:focus,
body[data-page="home-redesign"] .sentence-select__button:hover,
body[data-page="home-redesign"] .sentence-select.is-open .sentence-select__button {
  background: var(--contact-field-focus);
}

body[data-page="home-redesign"] .sentence-field input:focus,
body[data-page="home-redesign"] .sentence-select__button:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--contact-field-text) 18%, transparent);
  outline-offset: 0;
}

body[data-page="home-redesign"] .sentence-select {
  display: inline-flex;
  align-items: baseline;
  margin-left: 0.04em;
  position: relative;
  transform: none;
  vertical-align: baseline;
  z-index: 20;
}

body[data-page="home-redesign"] .sentence-select--company {
  width: clamp(280px, 31vw, 540px);
}

body[data-page="home-redesign"] .sentence-select--service {
  margin-left: 0;
  width: clamp(420px, 46vw, 760px);
}

body[data-page="home-redesign"] .sentence-select__button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.16em;
  letter-spacing: inherit;
  text-align: left;
  text-transform: none;
}

body[data-page="home-redesign"] .sentence-select__value {
  color: var(--contact-field-text);
  display: block;
  font-family: var(--font-serif, Georgia, "Times New Roman", serif);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  min-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="home-redesign"] .sentence-select__chevron {
  align-items: center;
  align-self: center;
  background: var(--contact-icon-bg);
  border-radius: 8px;
  color: var(--contact-icon-text);
  display: flex;
  flex: 0 0 clamp(38px, 2.4vw, 44px);
  height: clamp(38px, 2.4vw, 44px);
  justify-content: center;
  margin-left: auto;
  pointer-events: none;
  position: relative;
  width: clamp(38px, 2.4vw, 44px);
}

body[data-page="home-redesign"] .sentence-select__chevron::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 9px;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
  width: 9px;
}

body[data-page="home-redesign"] .sentence-select.is-open .sentence-select__chevron::before {
  transform: translateY(2px) rotate(225deg);
}

body[data-page="home-redesign"] .sentence-select__menu {
  border-radius: 10px;
  box-shadow: none;
  display: grid;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 100%;
  z-index: 99999;
}

body[data-page="home-redesign"] .sentence-select.is-open {
  z-index: 99999;
}

body[data-page="home-redesign"] .sentence-select__menu[hidden] {
  display: none;
}

body[data-page="home-redesign"] .sentence-select.is-open .sentence-select__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body[data-page="home-redesign"] .sentence-select__menu button {
  border: 0;
  border-radius: 0;
  color: rgba(17, 16, 14, 0.62);
  cursor: pointer;
  font-family: var(--font-serif, Georgia, "Times New Roman", serif);
  font-size: clamp(38px, 4.2vw, 72px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.95;
  min-height: auto;
  padding: 0.18em 0.24em;
  text-align: left;
  text-transform: none;
  transition: filter 180ms ease, opacity 180ms ease;
}

body[data-page="home-redesign"] .sentence-select__menu button:hover,
body[data-page="home-redesign"] .sentence-select__menu button:focus-visible {
  filter: brightness(0.96);
  outline: none;
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="concept"] {
  background: #ff5a32;
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="brand"] {
  background: #f2cc45;
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="product"] {
  background: #d7b7f4;
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="custom"] {
  background: #b5b186;
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="neutral"] {
  background: #eeece7;
}

body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu [data-tone="neutral"] {
  background: #d8d2c7;
}

body[data-page="home-redesign"] .home-button {
  background: var(--contact-field-text);
  border: 0;
  border-radius: 14px;
  color: var(--contact-bg);
  margin-top: clamp(46px, 6vw, 86px);
}

body[data-page="home-redesign"] .form-status {
  color: color-mix(in srgb, var(--contact-field-text) 54%, transparent);
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 18px;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .contact-panel {
    padding: 82px 18px 64px;
  }

  body[data-page="home-redesign"] .natural-form p {
    --contact-field-height: 0.95em;
    font-size: clamp(42px, 12vw, 70px);
    line-height: 1.1;
  }

  body[data-page="home-redesign"] .contact-flow__line + .contact-flow__line {
    margin-top: 0.16em;
  }

  body[data-page="home-redesign"] .contact-flow__line {
    white-space: normal;
  }

  body[data-page="home-redesign"] .form-dot {
    margin-left: 0.04em;
    margin-right: 0.12em;
  }

  body[data-page="home-redesign"] .natural-form label,
  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select,
  body[data-page="home-redesign"] .sentence-select__button {
    display: block;
    max-width: 100%;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select__button {
    height: var(--contact-field-height);
    margin: 8px 0;
  }

  body[data-page="home-redesign"] .sentence-select {
    margin: 8px 0;
    transform: none;
  }

  body[data-page="home-redesign"] .sentence-select__menu {
    top: calc(100% + 6px);
  }

  body[data-page="home-redesign"] .sentence-select__menu button {
    font-size: clamp(34px, 11vw, 56px);
  }

}

@media (max-width: 1180px) {
  body[data-page="home-redesign"] .contact-flow__line {
    white-space: normal;
  }
}

/* September Works-style footer: minimal contact/nav plus social pills. */
body[data-page="home-redesign"] .home-footer {
  --bg: #f3efe7;
  --bg-soft: #ebe5da;
  --text: #11100e;
  --line: rgba(17, 16, 14, 0.16);
  background: var(--bg, #f3efe7);
  border-top: 1px solid var(--line, rgba(17, 16, 14, 0.16));
  box-shadow: none;
  color: var(--text, #11100e);
  font-family: var(--sans);
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.35;
  min-height: 320px;
  padding: 56px clamp(20px, 4vw, 64px) 36px;
  text-transform: none;
}

body[data-page="home-redesign"] .home-footer__top {
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
}

body[data-page="home-redesign"] .home-footer__contact {
  grid-template-columns: repeat(2, minmax(0, 260px));
}

body[data-page="home-redesign"] .home-footer__label {
  font-family: var(--sans);
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-transform: none;
}

body[data-page="home-redesign"] .home-footer a {
  border: 0;
  color: var(--text);
  font-weight: 400;
  letter-spacing: 0;
}

body[data-page="home-redesign"] .home-footer__contact a,
body[data-page="home-redesign"] .home-footer__nav a {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

body[data-page="home-redesign"] .home-footer__contact a:hover,
body[data-page="home-redesign"] .home-footer__nav a:hover {
  border-color: transparent;
  opacity: 0.65;
}

body[data-page="home-redesign"] .home-footer__social a {
  background: var(--bg-soft, #ebe5da);
  color: var(--text, #11100e);
  text-decoration: none;
}

body[data-page="home-redesign"] .home-footer__social a:hover {
  background: var(--text, #11100e);
  color: var(--bg, #f3efe7);
}

body[data-page="home-redesign"][data-theme="dark"] .home-footer {
  --bg: #11110f;
  --bg-soft: #2a2a29;
  --text: #f3efe7;
  --line: rgba(243, 239, 231, 0.16);
  background: var(--bg);
  border-top-color: var(--line);
  color: var(--text);
}

body[data-page="home-redesign"][data-theme="dark"] .home-footer__social a {
  background: #2a2a29;
  color: #f3efe7;
}

body[data-page="home-redesign"][data-theme="dark"] .home-footer__social a:hover {
  background: #f3efe7;
  color: #11110f;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-footer {
    margin-top: 72px;
    min-height: 320px;
    padding: 48px 20px 32px;
  }

  body[data-page="home-redesign"] .home-footer__top,
  body[data-page="home-redesign"] .home-footer__bottom {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .home-footer__bottom {
    gap: 28px;
  }

  body[data-page="home-redesign"] .home-footer__contact {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .home-footer__nav {
    gap: 20px;
    justify-content: start;
    margin-top: 56px;
  }

  body[data-page="home-redesign"] .home-footer__social {
    justify-content: start;
  }

  body[data-page="home-redesign"] .home-footer__social a {
    max-width: 100%;
    padding: 16px 22px;
  }
}

/* Logo and theme toggle refinement. */
body[data-page="home-redesign"] .home-brand {
  align-items: center;
  background: url("../Lucrea.png?v=20260618") no-repeat left center / contain;
  color: transparent;
  display: inline-flex;
  font-size: 0;
  height: clamp(34px, 4vw, 52px);
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  text-indent: -9999px;
  width: min(42vw, 216px);
}

body[data-page="home-redesign"] .header-pill--icon {
  background: #f3f1ec;
  border-radius: 28px;
  color: #11100e;
  height: 40px !important;
  min-height: 52px;
  padding: 0;
  width: 78px;
}

body[data-page="home-redesign"] .header-pill--icon span {
  background: #f3f1ec;
  border: 3px solid #11100e;
  border-left-color: #11100e;
  border-radius: 999px;
  box-shadow: none;
  display: block;
  height: 24px;
  overflow: hidden;
  position: relative;
  width: 24px;
}

body[data-page="home-redesign"] .header-pill--icon span::after {
  background: #11100e;
  bottom: -1px;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 52%;
}

body[data-page="home-redesign"] .header-pill--icon:hover {
  background: #ebe8e2;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon {
  background: #2a2a29;
  color: #f3efe7;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon span {
  background: #11110f;
  border-color: #f3efe7;
  box-shadow: none;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon span::after {
  background: #f3efe7;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon:hover {
  background: #343432;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-brand {
    height: 34px;
    width: 150px;
  }

  body[data-page="home-redesign"] .header-pill--icon {
    height: 44px;
    min-height: 44px;
    width: 66px;
  }

  body[data-page="home-redesign"] .header-pill--icon span {
    border-width: 3px;
    height: 21px;
    width: 21px;
  }
}

/* Homepage layout alignment system: unified container, spacing, and wide-screen behavior. */
body[data-page="home-redesign"] {
  --page-shell-inline: clamp(40px, 8vw, 128px);
  --section-spacing: clamp(72px, 8vw, 120px);
  --contact-section-spacing: clamp(84px, 9vw, 136px);
}

body[data-page="home-redesign"] .page-shell {
  width: min(100% - var(--page-shell-inline, clamp(40px, 8vw, 128px)), 1680px);
  margin-inline: auto;
}

body[data-page="home-redesign"] .section-inner,
body[data-page="home-redesign"] .footer-inner {
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
}

body[data-page="home-redesign"] main,
body[data-page="home-redesign"] .home-header {
  max-width: none;
  width: 100%;
}

body[data-page="home-redesign"] .home-hero,
body[data-page="home-redesign"] .home-section,
body[data-page="home-redesign"] .home-footer {
  padding-left: 0;
  padding-right: 0;
}

body[data-page="home-redesign"] .home-hero {
  display: flex;
  align-items: center;
  min-height: clamp(560px, 78vh, 860px);
  padding-top: calc(var(--header-height, 80px) + 32px);
  padding-bottom: clamp(48px, 6vw, 88px);
}

body[data-page="home-redesign"] .home-hero__grid {
  inset: 0;
  position: absolute;
}

body[data-page="home-redesign"] .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.26fr);
  gap: clamp(28px, 4vw, 64px);
  position: relative;
  width: min(100%, 1680px);
  z-index: 1;
}

body[data-page="home-redesign"] .home-hero__content,
body[data-page="home-redesign"] .home-hero__note {
  border: 0;
  padding: 0;
}

body[data-page="home-redesign"] .home-hero__content {
  align-content: center;
  justify-items: start;
}

body[data-page="home-redesign"] .home-hero h1 {
  animation: none;
  clip-path: none;
  font-size: clamp(54px, 6.5vw, 116px);
  line-height: 1.02;
  margin-top: clamp(18px, 2.6vw, 34px);
  max-width: min(1280px, 88vw);
  overflow: visible;
  text-wrap: balance;
  white-space: normal;
  will-change: auto;
}

body[data-page="home-redesign"] .home-hero__note {
  align-self: end;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.42;
  max-width: 24ch;
}

body[data-page="home-redesign"] .home-section {
  display: block;
  padding-block: var(--section-spacing);
}

body[data-page="home-redesign"] .services,
body[data-page="home-redesign"] .offerings {
  padding-top: clamp(56px, 6vw, 88px);
}

body[data-page="home-redesign"] .home-section > .section-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.24fr) minmax(0, 0.76fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

body[data-page="home-redesign"] .home-section__intro,
body[data-page="home-redesign"] .work-index .home-section__intro,
body[data-page="home-redesign"] .clients .home-section__intro,
body[data-page="home-redesign"] .featured-case__copy,
body[data-page="home-redesign"] .offering-item,
body[data-page="home-redesign"] .work-index__content,
body[data-page="home-redesign"] .natural-form,
body[data-page="home-redesign"] .approach-grid article {
  border: 0;
  padding: 0;
}

body[data-page="home-redesign"] .home-section__intro {
  align-content: start;
}

body[data-page="home-redesign"] .home-section__intro h2 {
  line-height: 1.02;
  margin-top: clamp(14px, 2vw, 24px);
  max-width: min(1100px, 100%);
}

body[data-page="home-redesign"] .offerings .home-section__intro h2,
body[data-page="home-redesign"] .approach .home-section__intro h2 {
  max-width: min(900px, 100%);
}

body[data-page="home-redesign"] .clients > .section-inner {
  gap: clamp(48px, 6vw, 112px);
}

body[data-page="home-redesign"] .clients .home-section__intro h2 {
  font-size: clamp(34px, 3.4vw, 60px);
  line-height: 1.02;
  max-width: 7ch;
}

body[data-page="home-redesign"] .offering-list,
body[data-page="home-redesign"] .work-index__content,
body[data-page="home-redesign"] .approach-grid,
body[data-page="home-redesign"] .client-grid {
  min-width: 0;
  width: 100%;
}

body[data-page="home-redesign"] .offerings .home-section__intro,
body[data-page="home-redesign"] .work-index .home-section__intro,
body[data-page="home-redesign"] .clients .home-section__intro {
  display: grid !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro,
body[data-page="home-redesign"] .work-index .home-section__intro {
  align-content: start;
}

body[data-page="home-redesign"] .offerings .offering-list {
  align-self: start;
  display: grid;
  gap: clamp(14px, 1.2vw, 22px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="home-redesign"] .offerings .offering-item {
  min-height: clamp(320px, 28vw, 430px);
}

body[data-page="home-redesign"] .offerings .offering-item p {
  margin-top: clamp(22px, 3vw, 42px);
}

body[data-page="home-redesign"] .work-index .home-section__intro h2 {
  font-size: clamp(32px, 3.2vw, 56px);
  line-height: 1.04;
  max-width: min(18ch, 100%);
}

body[data-page="home-redesign"] .offering-item {
  padding: clamp(28px, 3vw, 40px) 0;
}

body[data-page="home-redesign"] .work-index {
  min-height: 0;
  padding-top: 0;
}

body[data-page="home-redesign"] .work-index__content {
  padding-top: clamp(8px, 1vw, 12px);
  width: 100%;
}

body[data-page="home-redesign"] .work-index__tools {
  justify-content: center;
  margin-bottom: clamp(28px, 4vw, 48px);
}

body[data-page="home-redesign"] .work-row {
  padding-left: 0;
  padding-right: 0;
}

body[data-page="home-redesign"] .client-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body[data-page="home-redesign"] .client-grid div {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 132px;
  padding: 18px;
  text-align: center;
}

body[data-page="home-redesign"] .approach-grid article,
body[data-page="home-redesign"] .approach-item {
  min-height: 0;
  padding: clamp(28px, 3vw, 40px) clamp(16px, 1.4vw, 24px);
  transition:
    background-color 220ms ease,
    transform 220ms ease,
    color 220ms ease;
}

body[data-page="home-redesign"] .approach-item:hover {
  background-color: rgba(17, 16, 14, 0.045);
  transform: translateY(-3px);
}

body[data-page="home-redesign"][data-theme="dark"] .approach-item:hover {
  background-color: rgba(243, 239, 231, 0.06);
}

body[data-page="home-redesign"] .contact-panel {
  min-height: 0;
  overflow: visible;
  padding-block: var(--contact-section-spacing);
  padding-inline: 0;
}

body[data-page="home-redesign"] .contact-panel > .contact-inner {
  display: block;
  width: min(100%, 1680px);
}

body[data-page="home-redesign"] .contact-kicker {
  margin: 0 0 clamp(28px, 4vw, 52px);
}

body[data-page="home-redesign"] .natural-form {
  width: 100%;
}

body[data-page="home-redesign"] .natural-form p {
  font-size: clamp(34px, 3.3vw, 58px);
  line-height: 1.06;
}

body[data-page="home-redesign"] .contact-sentence {
  line-height: 1.04;
  margin-inline: auto;
  max-width: min(1440px, 100%);
  overflow: visible;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button,
body[data-page="home-redesign"] .sentence-select__value,
body[data-page="home-redesign"] .contact-flow__line,
body[data-page="home-redesign"] .sentence-select__menu {
  overflow: visible;
}

body[data-page="home-redesign"] .contact-flow__line {
  display: block;
  white-space: nowrap;
}

body[data-page="home-redesign"] .natural-form label,
body[data-page="home-redesign"] .sentence-select {
  margin-left: 0.04em;
}

body[data-page="home-redesign"] .sentence-field--name input {
  width: clamp(180px, 12vw, 260px);
}

body[data-page="home-redesign"] .sentence-field--email input {
  width: clamp(220px, 16vw, 340px);
}

body[data-page="home-redesign"] .sentence-select--company {
  width: clamp(180px, 12vw, 240px);
}

body[data-page="home-redesign"] .sentence-select--service {
  width: clamp(240px, 18vw, 360px);
}

body[data-page="home-redesign"] .home-button {
  margin-left: 0;
  margin-right: 0;
}

body[data-page="home-redesign"] .clients {
  padding-bottom: clamp(64px, 7vw, 104px);
}

body[data-page="home-redesign"] .site-footer,
body[data-page="home-redesign"] .home-footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
  margin: 0;
  max-width: none;
  min-height: 0;
  width: 100%;
}

body[data-page="home-redesign"] .home-footer__inner {
  display: grid;
  gap: clamp(40px, 5vw, 72px);
  padding-top: clamp(48px, 6vw, 64px);
  padding-bottom: clamp(32px, 4vw, 40px);
}

body[data-page="home-redesign"] .home-footer__top,
body[data-page="home-redesign"] .home-footer__bottom {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: minmax(0, 1fr) auto;
}

body[data-page="home-redesign"] .home-footer__bottom {
  align-items: end;
}

@media (max-width: 1180px) {
  body[data-page="home-redesign"] .hero-inner,
  body[data-page="home-redesign"] .home-section > .section-inner {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .home-hero__note {
    max-width: 42rem;
  }

  body[data-page="home-redesign"] .offerings .offering-list,
  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] {
    --page-shell-inline: 32px;
  }

  body[data-page="home-redesign"] .reveal-section {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body[data-page="home-redesign"] .page-shell {
    width: min(100% - 32px, 1680px);
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: clamp(520px, 74vh, 720px);
    padding-top: calc(var(--header-height, 80px) + 20px);
    padding-bottom: 48px;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(42px, 13vw, 72px);
    line-height: 1.04;
    max-width: 100%;
  }

  body[data-page="home-redesign"] .home-section {
    padding-block: clamp(72px, 14vw, 96px);
  }

  body[data-page="home-redesign"] .contact-panel {
    padding-block: clamp(84px, 16vw, 112px);
  }

  body[data-page="home-redesign"] .contact-sentence {
    margin-inline: 0;
    max-width: 100%;
  }

  body[data-page="home-redesign"] .offerings .offering-list,
  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .home-footer__top,
  body[data-page="home-redesign"] .home-footer__bottom {
    grid-template-columns: 1fr;
  }
}

/* Screenshot comparison pass against September Works: editorial spacing and flat components. */
body[data-page="home-redesign"] {
  --bg: #f3f1ec;
  --bg-soft: #eeece7;
  --text: #11100e;
  --muted: #6f6a61;
  --line: rgba(17, 16, 14, 0.14);
  --line-strong: rgba(17, 16, 14, 0.26);
  --page-shell-inline: clamp(40px, 8vw, 128px);
  background: var(--bg);
}

body[data-page="home-redesign"] main {
  background: var(--bg);
}

body[data-page="home-redesign"] .page-shell {
  width: min(100% - var(--page-shell-inline), 1680px);
}

body[data-page="home-redesign"] .home-hero {
  border-bottom: 1px solid var(--line);
  min-height: clamp(540px, 72vh, 780px);
  padding-bottom: clamp(54px, 7vw, 96px);
}

body[data-page="home-redesign"] .hero-inner {
  display: block;
}

body[data-page="home-redesign"] .home-hero__content {
  margin-inline: auto;
  max-width: min(980px, 72vw);
}

body[data-page="home-redesign"] .home-hero h1 {
  font-size: clamp(58px, 5.8vw, 104px);
  line-height: 1.02;
  max-width: 11.5ch;
  overflow: visible;
}

body[data-page="home-redesign"] .home-hero__note {
  display: none;
}

body[data-page="home-redesign"] .home-section {
  border-bottom: 0;
  padding-block: clamp(88px, 9vw, 150px);
}

body[data-page="home-redesign"] .home-section > .section-inner {
  grid-template-columns: minmax(220px, 0.26fr) minmax(0, 0.74fr);
  gap: clamp(36px, 5vw, 92px);
}

body[data-page="home-redesign"] .home-section-label {
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body[data-page="home-redesign"] .home-section__intro h2 {
  color: var(--text);
  font-family: var(--font-serif, Georgia, "Times New Roman", serif);
  font-size: clamp(42px, 4vw, 74px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 8.5ch;
}

body[data-page="home-redesign"] .offering-list,
body[data-page="home-redesign"] .focus-grid,
body[data-page="home-redesign"] .approach-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="home-redesign"] .offering-item,
body[data-page="home-redesign"] .focus-item,
body[data-page="home-redesign"] .approach-item {
  background: transparent;
  border-right: 1px solid var(--line);
  border-radius: 0;
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  min-height: 0;
  padding: clamp(28px, 3vw, 46px) clamp(18px, 2vw, 30px);
}

body[data-page="home-redesign"] .offering-item:last-child,
body[data-page="home-redesign"] .focus-item:last-child,
body[data-page="home-redesign"] .approach-item:last-child {
  border-right: 0;
}

body[data-page="home-redesign"] .offering-item:hover,
body[data-page="home-redesign"] .focus-item:hover,
body[data-page="home-redesign"] .approach-item:hover {
  background: rgba(17, 16, 14, 0.035);
  transform: translateY(-3px);
}

body[data-page="home-redesign"] .offering-item .item-number,
body[data-page="home-redesign"] .focus-item span,
body[data-page="home-redesign"] .approach-item span {
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  height: auto;
  width: auto;
}

body[data-page="home-redesign"] .offering-item .item-number {
  border-left: 8px solid #ff5a32;
  padding-left: 10px;
}

body[data-page="home-redesign"] .offering-item:nth-child(2) .item-number {
  border-left-color: #f2cc45;
}

body[data-page="home-redesign"] .offering-item:nth-child(3) .item-number {
  border-left-color: #d7b7f4;
}

body[data-page="home-redesign"] .offering-item:nth-child(4) .item-number {
  border-left-color: #b5b186;
}

body[data-page="home-redesign"] .offering-item h3,
body[data-page="home-redesign"] .focus-item h3,
body[data-page="home-redesign"] .approach-grid h3 {
  color: var(--text);
  font-family: var(--sans);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0;
  max-width: 11ch;
}

body[data-page="home-redesign"] .offering-item p,
body[data-page="home-redesign"] .focus-item p,
body[data-page="home-redesign"] .approach-grid p {
  color: var(--muted);
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 700;
  line-height: 1.28;
  margin: 0;
  max-width: 24ch;
}

body[data-page="home-redesign"] .offering-deliverables {
  border-top: 1px solid var(--line);
  color: var(--text);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  list-style: none;
  margin: clamp(24px, 3vw, 42px) 0 0;
  padding: 14px 0 0;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .focus-section {
  padding-top: clamp(56px, 6vw, 96px);
}

body[data-page="home-redesign"] .work-row {
  grid-template-columns: 86px minmax(120px, 0.45fr) minmax(360px, 1.45fr) 120px minmax(180px, 0.62fr) minmax(120px, 0.38fr);
}

body[data-page="home-redesign"] .work-row--head {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .work-row:not(.work-row--head):hover {
  background: rgba(17, 16, 14, 0.035);
}

body[data-page="home-redesign"] .project-detail {
  border-top: 1px solid var(--line);
  margin-top: clamp(32px, 4vw, 60px);
  padding-top: clamp(28px, 4vw, 52px);
}

body[data-page="home-redesign"] .project-detail.has-image {
  display: grid;
  gap: clamp(24px, 3vw, 48px);
  grid-template-columns: minmax(360px, 1.15fr) minmax(220px, 0.58fr) minmax(320px, 0.9fr);
  align-items: start;
}

body[data-page="home-redesign"] .project-detail:not(.has-image) {
  display: block;
  max-width: 780px;
}

body[data-page="home-redesign"] .project-detail:not(.has-image) .featured-case__media,
body[data-page="home-redesign"] .project-detail:not(.has-image) .featured-case__screen {
  display: none;
}

body[data-page="home-redesign"] .featured-case.has-image .featured-case__media {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 0;
  min-height: 0;
  order: 1;
  overflow: hidden;
}

body[data-page="home-redesign"] .featured-case.has-image .featured-case__screen {
  aspect-ratio: 2 / 3;
  border: 1px solid var(--line);
  max-height: clamp(360px, 46vw, 620px);
  order: 2;
  width: min(100%, 320px);
}

body[data-page="home-redesign"] .featured-case__copy {
  min-height: 0;
  order: 3;
}

body[data-page="home-redesign"] .featured-case__copy h3 {
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.02;
  margin-top: 18px;
  min-height: 0;
}

body[data-page="home-redesign"] .project-detail__meta {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 0;
}

body[data-page="home-redesign"] .project-detail__meta div {
  border-bottom: 1px solid var(--line);
  padding: 12px 14px 12px 0;
}

body[data-page="home-redesign"] .project-detail__meta dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .project-detail__meta dd {
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

body[data-page="home-redesign"] .project-detail__nav {
  background: rgba(243, 241, 236, 0.86);
  border: 1px solid var(--line);
  bottom: 14px;
  color: var(--text);
  font: 800 11px/1 var(--sans);
  min-height: 34px;
  padding: 0 12px;
  position: absolute;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .project-detail__nav--prev {
  left: 14px;
}

body[data-page="home-redesign"] .project-detail__nav--next {
  left: 78px;
}

body[data-page="home-redesign"] .contact-panel {
  background: #f3f1ec;
}

body[data-page="home-redesign"] .contact-inner {
  max-width: 1500px;
}

body[data-page="home-redesign"] .natural-form p.contact-sentence {
  --contact-field-height: 0.88em;
  color: var(--contact-text, #11100e);
  font-size: clamp(52px, 4.8vw, 86px);
  line-height: 1.08;
  margin: 0;
  max-width: min(1320px, 100%);
}

body[data-page="home-redesign"] .contact-flow__line {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

body[data-page="home-redesign"] .contact-flow__line + .contact-flow__line {
  margin-top: 0.1em;
}

body[data-page="home-redesign"] .sentence-field,
body[data-page="home-redesign"] .sentence-select {
  display: inline-flex;
  vertical-align: baseline;
  width: auto;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button {
  background: var(--contact-field-bg, #eeece7);
  border: 0;
  border-radius: 8px;
  color: var(--contact-field-text, #11100e);
  font: inherit;
  height: var(--contact-field-height);
  line-height: inherit;
  min-height: 58px;
  padding: 0 0.18em;
}

body[data-page="home-redesign"] .sentence-field--name input,
body[data-page="home-redesign"] .sentence-field--email input,
body[data-page="home-redesign"] .sentence-select--company,
body[data-page="home-redesign"] .sentence-select--service {
  width: auto;
}

body[data-page="home-redesign"] .sentence-field--name input {
  inline-size: clamp(260px, 24vw, 430px);
}

body[data-page="home-redesign"] .sentence-field--email input {
  inline-size: clamp(360px, 30vw, 560px);
}

body[data-page="home-redesign"] .sentence-select--company .sentence-select__button {
  inline-size: clamp(300px, 24vw, 440px);
}

body[data-page="home-redesign"] .sentence-select--service .sentence-select__button {
  inline-size: clamp(420px, 34vw, 660px);
}

body[data-page="home-redesign"] .sentence-select__value {
  font: inherit;
  line-height: inherit;
}

body[data-page="home-redesign"] .form-dot {
  margin-left: 0.04em;
  margin-right: 0.05em;
}

body[data-page="home-redesign"] .client-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body[data-page="home-redesign"] .client-grid div {
  border-bottom: 1px solid var(--line);
  color: var(--text);
  min-height: 112px;
  opacity: 0.7;
}

@media (max-width: 1180px) {
  body[data-page="home-redesign"] .offering-list,
  body[data-page="home-redesign"] .focus-grid,
  body[data-page="home-redesign"] .approach-grid,
  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home-redesign"] .project-detail.has-image {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] {
    --page-shell-inline: 32px;
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: 520px;
  }

  body[data-page="home-redesign"] .home-hero__content {
    max-width: 100%;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  body[data-page="home-redesign"] .home-section > .section-inner,
  body[data-page="home-redesign"] .offering-list,
  body[data-page="home-redesign"] .focus-grid,
  body[data-page="home-redesign"] .approach-grid,
  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .offering-item,
  body[data-page="home-redesign"] .focus-item,
  body[data-page="home-redesign"] .approach-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body[data-page="home-redesign"] .natural-form p.contact-sentence {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.1;
  }

  body[data-page="home-redesign"] .contact-flow__line {
    width: 100%;
    white-space: normal;
  }

  body[data-page="home-redesign"] .sentence-field,
  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select,
  body[data-page="home-redesign"] .sentence-select__button {
    display: block;
    inline-size: 100% !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select__button {
    margin: 8px 0;
    min-height: 64px;
  }

  body[data-page="home-redesign"] .client-grid div {
    min-height: 84px;
  }
}

/* Final contact sentence flow fix: explicit tokens prevent legacy inline rules from spacing text apart. */
body[data-page="home-redesign"] .natural-form p.contact-sentence {
  --contact-field-height: 0.9em;
  display: block;
  font-size: clamp(50px, 4.55vw, 82px);
  line-height: 1.1;
  margin-inline: auto;
  max-width: min(1500px, 100%);
  overflow: visible;
}

body[data-page="home-redesign"] .contact-flow__intro {
  display: block !important;
  margin-bottom: 0.46em;
}

body[data-page="home-redesign"] .contact-flow__line {
  align-items: baseline;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 0 0.12em;
  justify-content: flex-start;
  margin-inline: 0;
  overflow: visible;
  position: relative;
  white-space: nowrap;
  width: 100% !important;
}

body[data-page="home-redesign"] .contact-flow__line + .contact-flow__line {
  margin-top: 0.14em;
}

body[data-page="home-redesign"] .contact-token,
body[data-page="home-redesign"] .form-dot {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 0;
}

body[data-page="home-redesign"] .form-dot {
  margin: 0 -0.02em 0 0;
}

body[data-page="home-redesign"] .sentence-field,
body[data-page="home-redesign"] .sentence-select {
  align-items: baseline;
  display: inline-flex !important;
  flex: 0 0 auto;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  position: relative;
  vertical-align: baseline;
  width: auto;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  font: inherit;
  height: var(--contact-field-height);
  line-height: inherit;
  max-height: none;
  min-height: 58px;
  overflow: visible;
  padding: 0 0.18em;
}

body[data-page="home-redesign"] .sentence-field--name input {
  inline-size: clamp(250px, 22vw, 410px);
}

body[data-page="home-redesign"] .sentence-field--email input {
  inline-size: clamp(340px, 29vw, 540px);
}

body[data-page="home-redesign"] .sentence-select--company .sentence-select__button {
  inline-size: clamp(270px, 22vw, 410px);
}

body[data-page="home-redesign"] .sentence-select--service .sentence-select__button {
  inline-size: clamp(390px, 31vw, 610px);
}

body[data-page="home-redesign"] .sentence-field--name,
body[data-page="home-redesign"] .sentence-field--name input {
  inline-size: clamp(220px, 20vw, 360px) !important;
  width: clamp(220px, 20vw, 360px) !important;
}

body[data-page="home-redesign"] .sentence-field--email,
body[data-page="home-redesign"] .sentence-field--email input {
  inline-size: clamp(260px, 24vw, 420px) !important;
  width: clamp(260px, 24vw, 420px) !important;
}

body[data-page="home-redesign"] .sentence-select--company,
body[data-page="home-redesign"] .sentence-select--company .sentence-select__button {
  inline-size: clamp(260px, 22vw, 380px) !important;
  width: clamp(260px, 22vw, 380px) !important;
}

body[data-page="home-redesign"] .sentence-select--service,
body[data-page="home-redesign"] .sentence-select--service .sentence-select__button {
  inline-size: clamp(340px, 29vw, 500px) !important;
  width: clamp(340px, 29vw, 500px) !important;
}

body[data-page="home-redesign"] .sentence-select__value {
  font: inherit;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="home-redesign"] .sentence-select__menu {
  overflow: hidden;
}

@media (max-width: 1180px) {
  body[data-page="home-redesign"] .contact-flow__line {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .natural-form p.contact-sentence {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.12;
    margin-inline: 0;
    max-width: 100%;
  }

  body[data-page="home-redesign"] .contact-flow__line {
    display: block !important;
    white-space: normal;
  }

  body[data-page="home-redesign"] .contact-token,
  body[data-page="home-redesign"] .form-dot {
    display: inline;
  }

  body[data-page="home-redesign"] .sentence-field,
  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select,
  body[data-page="home-redesign"] .sentence-select__button {
    display: block !important;
    inline-size: 100% !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select__button {
    margin: 8px 0;
    min-height: 64px;
  }
}

/* September Works reference-informed Lucrea homepage rebuild.
   Uses Lucrea structure/classes and original content; does not copy reference assets or copy. */
body[data-page="home-redesign"] {
  --sw-ink: #f7f7f3;
  --sw-bg: #10100f;
  --sw-bg-soft: #1e1d1c;
  --sw-panel: #2a2a2a;
  --sw-muted: #91908c;
  --sw-muted-2: #6c6c68;
  --sw-line: rgba(145, 144, 140, 0.22);
  --sw-line-strong: rgba(247, 247, 243, 0.3);
  --sw-orange: #fe5f2f;
  --sw-yellow: #f2c849;
  --sw-purple: #debdff;
  --sw-green: #aaa676;
  --sw-page: min(100% - clamp(40px, 5vw, 96px), 1920px);
  --sw-serif: "Nib Pro", Georgia, "Times New Roman", serif;
  --sw-sans: "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif;
  background: var(--sw-bg);
  color: var(--sw-ink);
  font-family: var(--sw-sans);
  font-size: 16px;
  font-weight: 450;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body[data-page="home-redesign"][data-theme="light"] {
  --sw-ink: #10100f;
  --sw-bg: #f7f7f3;
  --sw-bg-soft: #ffffff;
  --sw-panel: #f0f0ea;
  --sw-muted: #6c6c68;
  --sw-muted-2: #91908c;
  --sw-line: rgba(16, 16, 15, 0.16);
  --sw-line-strong: rgba(16, 16, 15, 0.3);
}

body[data-page="home-redesign"] main,
body[data-page="home-redesign"] .home-section,
body[data-page="home-redesign"] .home-hero {
  background: var(--sw-bg);
  color: var(--sw-ink);
}

body[data-page="home-redesign"] a {
  color: var(--sw-ink);
  text-decoration: none;
}

body[data-page="home-redesign"] a:hover {
  color: var(--sw-muted);
  text-decoration: underline;
}

body[data-page="home-redesign"] .page-shell,
body[data-page="home-redesign"] .section-inner,
body[data-page="home-redesign"] .hero-inner,
body[data-page="home-redesign"] .footer-inner {
  max-width: none;
  width: var(--sw-page);
  margin-inline: auto;
}

body[data-page="home-redesign"] .top-marquee {
  background: var(--sw-bg);
  border-bottom: 1px solid var(--sw-line);
  color: var(--sw-muted);
  display: block;
  font-size: clamp(11px, 0.75vw, 13px);
  font-weight: 500;
  height: 28px;
  letter-spacing: 0.02em;
  line-height: 28px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 12;
}

body[data-page="home-redesign"] .top-marquee__track {
  animation: lucrea-marquee 24s linear infinite;
  display: flex;
  gap: 0.75rem;
  white-space: nowrap;
  width: max-content;
}

body[data-page="home-redesign"] .home-header {
  align-items: flex-start;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: color-mix(in srgb, var(--sw-bg) 80%, transparent);
  border: 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: 0;
  padding: clamp(18px, 1.7vw, 28px) clamp(20px, 3vw, 48px);
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

body[data-page="home-redesign"] .home-brand {
  background-image: url("../Lucrea.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: none;
  height: clamp(42px, 4vw, 72px);
  width: clamp(112px, 12vw, 190px);
}

body[data-page="home-redesign"] .home-header__actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

body[data-page="home-redesign"] .header-pill {
  align-items: center;
  background: var(--sw-panel);
  border: 0;
  border-radius: 18px;
  color: var(--sw-ink);
  display: inline-flex;
  font: 500 clamp(12px, 0.9vw, 16px) / 1 var(--sw-sans);
  height: clamp(42px, 3.35vw, 54px);
  justify-content: center;
  min-width: 0;
  padding: 0 clamp(18px, 1.8vw, 30px);
  text-decoration: none;
  transition: background-color 260ms ease, color 260ms ease;
}

body[data-page="home-redesign"] .header-pill:hover {
  background: var(--sw-ink);
  color: var(--sw-bg);
  text-decoration: none;
}

body[data-page="home-redesign"] .header-pill--icon {
  border-radius: 50%;
  padding: 0;
  width: clamp(42px, 3.35vw, 54px);
}

body[data-page="home-redesign"] .header-pill--icon span {
  background: linear-gradient(90deg, var(--sw-ink) 0 50%, transparent 50% 100%);
  border: 2px solid var(--sw-ink);
  border-radius: 50%;
  display: block;
  height: 22px;
  width: 22px;
}

body[data-page="home-redesign"] .header-pill--status {
  justify-content: flex-start;
  max-width: min(36vw, 360px);
  overflow: hidden;
}

body[data-page="home-redesign"] .status-dot {
  background: #9ec600;
  border-radius: 999px;
  flex: 0 0 10px;
  height: 10px;
  margin-right: 12px;
  width: 10px;
}

body[data-page="home-redesign"] .status-marquee {
  overflow: hidden;
  white-space: nowrap;
}

body[data-page="home-redesign"] .status-marquee__track {
  animation: lucrea-marquee 12s linear infinite;
  display: flex;
  gap: 18px;
  width: max-content;
}

body[data-page="home-redesign"] .home-hero {
  border-bottom: 1px solid var(--sw-line);
  display: flex;
  min-height: clamp(520px, 72vh, 860px);
  overflow: visible;
  padding: clamp(42px, 4vw, 72px) 0 clamp(72px, 7vw, 132px);
}

body[data-page="home-redesign"] .home-hero__grid,
body[data-page="home-redesign"] .home-hero__note {
  display: none !important;
}

body[data-page="home-redesign"] .hero-inner {
  align-items: center;
  display: flex;
}

body[data-page="home-redesign"] .home-hero__content {
  margin-inline: auto;
  max-width: min(1040px, 70vw);
  overflow: visible;
  width: 100%;
}

body[data-page="home-redesign"] .home-section-label,
body[data-page="home-redesign"] .contact-kicker {
  color: var(--sw-muted);
  font: 500 clamp(12px, 0.85vw, 16px) / 1.4 var(--sw-sans);
  letter-spacing: 0.01em;
  margin: 0;
  text-transform: none;
}

body[data-page="home-redesign"] .home-hero .home-section-label {
  color: var(--sw-muted);
  margin-bottom: clamp(18px, 2vw, 32px);
}

body[data-page="home-redesign"] .home-hero h1 {
  color: var(--sw-ink);
  font-family: var(--sw-serif);
  font-size: clamp(58px, 6.35vw, 122px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0;
  max-width: 11.25ch;
  overflow: visible;
  text-wrap: balance;
}

body[data-page="home-redesign"] .hero-highlight {
  background: transparent !important;
  color: inherit;
  padding: 0 !important;
}

body[data-page="home-redesign"] .home-section {
  border: 0;
  overflow: visible;
  padding-block: clamp(96px, 9.5vw, 180px);
}

body[data-page="home-redesign"] .home-section > .section-inner {
  display: grid;
  gap: clamp(42px, 5vw, 96px);
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
}

body[data-page="home-redesign"] .home-section__intro {
  align-content: start;
  display: grid !important;
  gap: clamp(16px, 2vw, 28px);
}

body[data-page="home-redesign"] .home-section__intro h2 {
  color: var(--sw-ink);
  font-family: var(--sw-serif);
  font-size: clamp(42px, 4.2vw, 92px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.06;
  margin: 0;
  max-width: 8ch;
  text-wrap: balance;
}

body[data-page="home-redesign"] .offering-list,
body[data-page="home-redesign"] .focus-grid,
body[data-page="home-redesign"] .approach-grid,
body[data-page="home-redesign"] .client-grid {
  border-top: 1px solid var(--sw-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

body[data-page="home-redesign"] .offering-item,
body[data-page="home-redesign"] .focus-item,
body[data-page="home-redesign"] .approach-item {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--sw-line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: clamp(20px, 2vw, 34px);
  min-height: clamp(280px, 24vw, 430px);
  padding: clamp(24px, 2.6vw, 48px) clamp(18px, 2vw, 34px);
  transform: none;
  transition: background-color 220ms ease, transform 220ms ease, color 220ms ease;
}

body[data-page="home-redesign"] .offering-item:last-child,
body[data-page="home-redesign"] .focus-item:last-child,
body[data-page="home-redesign"] .approach-item:last-child {
  border-right: 0;
}

body[data-page="home-redesign"] .offering-item:hover,
body[data-page="home-redesign"] .focus-item:hover,
body[data-page="home-redesign"] .approach-item:hover {
  background: color-mix(in srgb, var(--sw-ink) 6%, transparent);
  transform: translateY(-3px);
}

body[data-page="home-redesign"] .item-number,
body[data-page="home-redesign"] .focus-item > span,
body[data-page="home-redesign"] .approach-item > span {
  background: transparent !important;
  border: 0;
  color: var(--sw-muted);
  display: block;
  font: 500 12px / 1 var(--sw-sans);
  height: auto;
  padding: 0;
  width: auto;
}

body[data-page="home-redesign"] .offering-item:nth-child(1) .item-number {
  color: var(--sw-orange);
}

body[data-page="home-redesign"] .offering-item:nth-child(2) .item-number {
  color: var(--sw-yellow);
}

body[data-page="home-redesign"] .offering-item:nth-child(3) .item-number {
  color: var(--sw-purple);
}

body[data-page="home-redesign"] .offering-item:nth-child(4) .item-number {
  color: var(--sw-green);
}

body[data-page="home-redesign"] .offering-item h3,
body[data-page="home-redesign"] .focus-item h3,
body[data-page="home-redesign"] .approach-item h3 {
  color: var(--sw-ink);
  font: 500 clamp(20px, 1.35vw, 28px) / 1.12 var(--sw-sans);
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 11ch;
}

body[data-page="home-redesign"] .offering-item p,
body[data-page="home-redesign"] .focus-item p,
body[data-page="home-redesign"] .approach-item p {
  color: var(--sw-muted);
  font: 450 clamp(15px, 1vw, 20px) / 1.33 var(--sw-sans);
  margin: 0;
  max-width: 26ch;
}

body[data-page="home-redesign"] .offering-deliverables {
  align-self: end;
  border-top: 1px solid var(--sw-line);
  color: var(--sw-ink);
  display: grid;
  font: 500 clamp(10px, 0.72vw, 12px) / 1.45 var(--sw-sans);
  gap: 6px;
  letter-spacing: 0.02em;
  list-style: none;
  margin: clamp(22px, 2.3vw, 38px) 0 0;
  padding: 14px 0 0;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .work-index__content {
  min-width: 0;
  width: 100%;
}

body[data-page="home-redesign"] .work-index__tools {
  display: flex;
  justify-content: center;
  margin: 0 0 clamp(28px, 3vw, 52px);
}

body[data-page="home-redesign"] .mode-button {
  background: var(--sw-panel);
  border: 0;
  color: var(--sw-muted);
  font: 500 clamp(12px, 0.85vw, 14px) / 1 var(--sw-sans);
  height: 48px;
  min-width: 148px;
  padding: 0 18px;
  transition: background-color 220ms ease, color 220ms ease;
}

body[data-page="home-redesign"] .mode-button:first-child {
  border-radius: 12px 0 0 12px;
}

body[data-page="home-redesign"] .mode-button:last-child {
  border-radius: 0 12px 12px 0;
}

body[data-page="home-redesign"] .mode-button.is-active {
  background: var(--sw-ink);
  color: var(--sw-bg);
}

body[data-page="home-redesign"] .work-table {
  border-top: 1px solid var(--sw-line);
  display: block;
  width: 100%;
}

body[data-page="home-redesign"] .work-row {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--sw-line);
  border-radius: 0;
  color: var(--sw-ink);
  display: grid;
  font: 450 clamp(12px, 0.86vw, 15px) / 1.2 var(--sw-sans);
  gap: 18px;
  grid-template-columns: 58px minmax(110px, 0.65fr) minmax(280px, 1.55fr) 86px minmax(150px, 0.72fr) minmax(100px, 0.5fr);
  min-height: 58px;
  padding: 0;
  text-align: left;
  width: 100%;
}

body[data-page="home-redesign"] .work-row--head {
  color: var(--sw-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  min-height: 48px;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .work-row:not(.work-row--head):hover,
body[data-page="home-redesign"] .work-row.is-active {
  background: color-mix(in srgb, var(--sw-ink) 6%, transparent);
}

body[data-page="home-redesign"] .work-row__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

body[data-page="home-redesign"] .work-row__icon svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 18px;
}

body[data-page="home-redesign"] .work-project,
body[data-page="home-redesign"] .work-offering {
  color: var(--sw-ink);
  font-weight: 500;
}

body[data-page="home-redesign"] .work-offering {
  border-left: 5px solid var(--sw-orange);
  padding-left: 8px;
}

body[data-page="home-redesign"] .work-offering--event {
  border-left-color: var(--sw-yellow);
}

body[data-page="home-redesign"] .work-offering--brand {
  border-left-color: var(--sw-purple);
}

body[data-page="home-redesign"] .work-offering--culture {
  border-left-color: var(--sw-green);
}

body[data-page="home-redesign"] .work-pagination {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 16px;
}

body[data-page="home-redesign"] .work-page-button {
  background: var(--sw-panel);
  border: 0;
  border-radius: 3px;
  color: var(--sw-muted);
  font: 500 11px / 1 var(--sw-sans);
  height: 28px;
  width: 32px;
}

body[data-page="home-redesign"] .work-page-button.is-active {
  background: var(--sw-ink);
  color: var(--sw-bg);
}

body[data-page="home-redesign"] .project-detail {
  border-top: 1px solid var(--sw-line);
  margin: clamp(46px, 5vw, 86px) 0 0;
  padding-top: clamp(34px, 4vw, 68px);
}

body[data-page="home-redesign"] .project-detail.has-image {
  align-items: start;
  display: grid;
  gap: clamp(24px, 3vw, 52px);
  grid-template-columns: minmax(360px, 1.15fr) minmax(220px, 0.58fr) minmax(320px, 0.9fr);
}

body[data-page="home-redesign"] .project-detail:not(.has-image) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

body[data-page="home-redesign"] .project-detail:not(.has-image) .featured-case__media,
body[data-page="home-redesign"] .project-detail:not(.has-image) .featured-case__screen {
  display: none !important;
}

body[data-page="home-redesign"] .featured-case__media,
body[data-page="home-redesign"] .featured-case__screen {
  background:
    radial-gradient(circle at 30% 25%, color-mix(in srgb, currentColor 30%, transparent), transparent 34%),
    linear-gradient(135deg, var(--sw-panel), color-mix(in srgb, var(--sw-panel) 55%, #000));
  border: 1px solid var(--sw-line);
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

body[data-page="home-redesign"] .featured-case__media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

body[data-page="home-redesign"] .featured-case__screen {
  aspect-ratio: 2 / 3;
  max-height: 620px;
  width: min(100%, 320px);
}

body[data-page="home-redesign"] .featured-case__media::after,
body[data-page="home-redesign"] .featured-case__screen::after {
  color: var(--sw-ink);
  content: attr(data-case-logo);
  font: 500 clamp(14px, 1.2vw, 20px) / 1 var(--sw-sans);
  left: 18px;
  opacity: 0.54;
  position: absolute;
  top: 18px;
}

body[data-page="home-redesign"] .featured-case__copy h3 {
  color: var(--sw-ink);
  font: 500 clamp(34px, 3vw, 58px) / 1.03 var(--sw-sans);
  letter-spacing: -0.04em;
  margin: 18px 0 0;
}

body[data-page="home-redesign"] .featured-case__copy p {
  color: var(--sw-muted);
  font: 450 clamp(16px, 1.05vw, 20px) / 1.38 var(--sw-sans);
  max-width: 42ch;
}

body[data-page="home-redesign"] .project-detail__meta {
  border-top: 1px solid var(--sw-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0;
}

body[data-page="home-redesign"] .project-detail__meta div {
  border-bottom: 1px solid var(--sw-line);
  padding: 13px 14px 13px 0;
}

body[data-page="home-redesign"] .project-detail__meta dt {
  color: var(--sw-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .project-detail__meta dd {
  color: var(--sw-ink);
  font-weight: 500;
  margin: 0;
}

body[data-page="home-redesign"] .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body[data-page="home-redesign"] .case-tags span {
  border: 1px solid var(--sw-line);
  color: var(--sw-ink);
  font: 500 10px / 1 var(--sw-sans);
  padding: 7px 9px;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .project-link {
  color: var(--sw-ink);
  display: inline-block;
  font-weight: 500;
  margin-top: 18px;
  text-decoration: underline;
}

body[data-page="home-redesign"] .project-detail__nav {
  background: color-mix(in srgb, var(--sw-bg) 82%, transparent);
  border: 1px solid var(--sw-line);
  bottom: 14px;
  color: var(--sw-ink);
  font: 500 11px / 1 var(--sw-sans);
  height: 34px;
  padding: 0 12px;
  position: absolute;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .contact-panel {
  --contact-bg: var(--sw-bg);
  --contact-text: var(--sw-ink);
  --contact-field-bg: var(--sw-panel);
  --contact-field-text: var(--sw-ink);
  --contact-placeholder: var(--sw-muted);
  --contact-icon-bg: var(--sw-bg-soft);
  --contact-icon-text: var(--sw-ink);
  background: var(--contact-bg);
  color: var(--contact-text);
  padding-block: clamp(112px, 12vw, 240px);
}

body[data-page="home-redesign"][data-theme="light"] .contact-panel {
  --contact-bg: #f7f7f3;
  --contact-text: #10100f;
  --contact-field-bg: #ffffff;
  --contact-field-text: #10100f;
  --contact-placeholder: #91908c;
  --contact-icon-bg: #f0f0ea;
  --contact-icon-text: #10100f;
}

body[data-page="home-redesign"] .contact-panel > .contact-inner {
  display: block;
}

body[data-page="home-redesign"] .natural-form {
  display: block;
  padding: 0;
}

body[data-page="home-redesign"] .natural-form p.contact-sentence {
  --contact-field-height: 0.86em;
  color: color-mix(in srgb, var(--contact-text) 82%, transparent) !important;
  font-family: var(--sw-serif);
  font-size: clamp(52px, 5vw, 100px);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.18;
  margin: 0;
  max-width: min(1500px, 100%);
  overflow: visible;
}

body[data-page="home-redesign"][data-theme="light"] .natural-form p.contact-sentence {
  color: var(--contact-text) !important;
}

body[data-page="home-redesign"] .contact-flow__intro {
  display: block !important;
  margin-bottom: 0.42em;
}

body[data-page="home-redesign"] .contact-flow__line {
  align-items: baseline;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 0 0.12em;
  justify-content: flex-start;
  overflow: visible;
  white-space: nowrap;
  width: fit-content !important;
}

body[data-page="home-redesign"] .contact-flow__line + .contact-flow__line {
  margin-top: 0.02em;
}

body[data-page="home-redesign"] .contact-token,
body[data-page="home-redesign"] .form-dot {
  display: inline-block;
  flex: 0 0 auto;
}

body[data-page="home-redesign"] .form-dot {
  margin: 0 0 0 0.03em;
}

body[data-page="home-redesign"] .sentence-field,
body[data-page="home-redesign"] .sentence-select {
  display: inline-flex !important;
  flex: 0 0 auto;
  margin: 0;
  max-width: 100%;
  overflow: visible;
  position: relative;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button {
  appearance: none;
  align-items: center;
  background: var(--contact-field-bg);
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--contact-field-text) !important;
  display: inline-flex;
  font: inherit;
  height: var(--contact-field-height);
  line-height: inherit;
  min-height: 54px;
  overflow: visible;
  padding: 0 0.18em;
}

body[data-page="home-redesign"] .sentence-field input::placeholder {
  color: var(--contact-placeholder);
}

body[data-page="home-redesign"] .sentence-field--name,
body[data-page="home-redesign"] .sentence-field--name input {
  inline-size: clamp(250px, 22vw, 430px) !important;
  width: clamp(250px, 22vw, 430px) !important;
}

body[data-page="home-redesign"] .sentence-field--email,
body[data-page="home-redesign"] .sentence-field--email input {
  inline-size: clamp(330px, 30vw, 580px) !important;
  width: clamp(330px, 30vw, 580px) !important;
}

body[data-page="home-redesign"] .sentence-select--company,
body[data-page="home-redesign"] .sentence-select--company .sentence-select__button {
  inline-size: clamp(310px, 27vw, 520px) !important;
  width: clamp(310px, 27vw, 520px) !important;
}

body[data-page="home-redesign"] .sentence-select--service,
body[data-page="home-redesign"] .sentence-select--service .sentence-select__button {
  inline-size: clamp(420px, 38vw, 740px) !important;
  width: clamp(420px, 38vw, 740px) !important;
}

body[data-page="home-redesign"] .sentence-select__button {
  cursor: pointer;
  gap: 0.16em;
  justify-content: space-between;
  text-align: left;
}

body[data-page="home-redesign"] .sentence-select__value {
  color: var(--contact-field-text) !important;
  display: block;
  font: inherit;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="home-redesign"] .sentence-select__chevron {
  align-items: center;
  align-self: center;
  background: var(--contact-icon-bg);
  border-radius: 8px;
  color: var(--contact-icon-text);
  display: flex;
  flex: 0 0 clamp(34px, 2.4vw, 48px);
  height: clamp(34px, 2.4vw, 48px);
  justify-content: center;
  margin-left: auto;
  width: clamp(34px, 2.4vw, 48px);
}

body[data-page="home-redesign"] .sentence-select__chevron::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 9px;
  transform: translateY(-2px) rotate(45deg);
  width: 9px;
}

body[data-page="home-redesign"] .sentence-select.is-open .sentence-select__chevron::before {
  transform: translateY(2px) rotate(225deg);
}

body[data-page="home-redesign"] .sentence-select__menu {
  border-radius: 12px;
  box-shadow: none;
  display: grid;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  z-index: 50;
}

body[data-page="home-redesign"] .sentence-select__menu[hidden] {
  display: none;
}

body[data-page="home-redesign"] .sentence-select__menu button {
  border: 0;
  border-radius: 0;
  color: rgba(16, 16, 15, 0.72);
  cursor: pointer;
  font-family: var(--sw-serif);
  font-size: clamp(36px, 4.2vw, 76px);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.05;
  min-height: auto;
  padding: 0.2em 0.26em;
  text-align: left;
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="concept"] {
  background: var(--sw-orange);
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="brand"] {
  background: var(--sw-yellow);
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="product"] {
  background: var(--sw-purple);
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="custom"] {
  background: var(--sw-green);
}

body[data-page="home-redesign"] .sentence-select__menu [data-tone="neutral"] {
  background: #f7f7f3;
}

body[data-page="home-redesign"] .home-button {
  background: var(--sw-ink);
  border: 0;
  border-radius: 18px;
  color: var(--sw-bg);
  font: 500 14px / 1 var(--sw-sans);
  height: 54px;
  margin-top: clamp(42px, 5vw, 84px);
  padding: 0 34px;
  text-transform: none;
}

body[data-page="home-redesign"] .home-button:hover {
  background: var(--sw-panel);
  color: var(--sw-ink);
}

body[data-page="home-redesign"] .client-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body[data-page="home-redesign"] .client-grid div {
  align-items: center;
  border-bottom: 1px solid var(--sw-line);
  color: var(--sw-muted);
  display: flex;
  font: 500 clamp(12px, 0.85vw, 14px) / 1.25 var(--sw-sans);
  justify-content: center;
  min-height: 124px;
  opacity: 1;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .site-footer,
body[data-page="home-redesign"] .home-footer {
  background: var(--sw-bg);
  border-top: 2px solid var(--sw-line);
  color: var(--sw-ink);
  margin: 0;
  max-width: none;
  width: 100%;
}

body[data-page="home-redesign"] .home-footer__inner {
  display: grid;
  gap: clamp(52px, 6vw, 118px);
  padding-block: clamp(44px, 5vw, 72px);
}

body[data-page="home-redesign"] .home-footer__top,
body[data-page="home-redesign"] .home-footer__bottom {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
}

body[data-page="home-redesign"] .home-footer__contact {
  color: var(--sw-ink);
  display: flex;
  gap: clamp(56px, 7vw, 126px);
  font: 450 16px / 1.5 var(--sw-sans);
}

body[data-page="home-redesign"] .home-footer__label {
  color: var(--sw-muted);
  display: block;
  margin-bottom: 8px;
}

body[data-page="home-redesign"] .home-footer__nav {
  display: flex;
  gap: 38px;
}

body[data-page="home-redesign"] .home-footer__nav a {
  color: var(--sw-muted);
  text-decoration: underline;
}

body[data-page="home-redesign"] .home-footer__bottom {
  align-items: end;
}

body[data-page="home-redesign"] .home-footer__bottom p {
  color: var(--sw-muted);
  font: 450 16px / 1.5 var(--sw-sans);
}

body[data-page="home-redesign"] .home-footer__social {
  display: flex;
  gap: 8px;
}

body[data-page="home-redesign"] .home-footer__social a {
  align-items: center;
  background: var(--sw-panel);
  border-radius: 0;
  color: var(--sw-ink);
  display: inline-flex;
  font: 500 14px / 1 var(--sw-sans);
  height: 48px;
  padding: 0 24px;
  text-decoration: none;
}

body[data-page="home-redesign"] .home-footer__social a:first-child {
  border-radius: 12px 2px 2px 12px;
}

body[data-page="home-redesign"] .home-footer__social a:last-child {
  border-radius: 2px 12px 12px 2px;
}

body[data-page="home-redesign"] .home-footer__social a:hover {
  background: var(--sw-ink);
  color: var(--sw-bg);
}

@media (max-width: 1180px) {
  body[data-page="home-redesign"] {
    --sw-page: min(100% - 48px, 1920px);
  }

  body[data-page="home-redesign"] .home-section > .section-inner {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .offering-list,
  body[data-page="home-redesign"] .focus-grid,
  body[data-page="home-redesign"] .approach-grid,
  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home-redesign"] .project-detail.has-image {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .featured-case__screen {
    width: min(100%, 360px);
  }

  body[data-page="home-redesign"] .contact-flow__line {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] {
    --sw-page: min(100% - 32px, 1920px);
  }

  body[data-page="home-redesign"] .top-marquee {
    height: 24px;
    line-height: 24px;
  }

  body[data-page="home-redesign"] .home-header {
    padding: 12px 16px;
  }

  body[data-page="home-redesign"] .home-brand {
    height: 28px;
    width: 82px;
  }

  body[data-page="home-redesign"] .header-pill--status {
    display: none;
  }

  body[data-page="home-redesign"] .header-pill {
    height: 32px;
    padding: 0 12px;
  }

  body[data-page="home-redesign"] .header-pill--icon {
    width: 32px;
  }

  body[data-page="home-redesign"] .header-pill--icon span {
    height: 16px;
    width: 16px;
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: clamp(420px, 62vh, 560px);
    padding-block: 46px 64px;
  }

  body[data-page="home-redesign"] .home-hero__content {
    max-width: 100%;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.06;
    max-width: 10.5ch;
  }

  body[data-page="home-redesign"] .home-section {
    padding-block: 72px;
  }

  body[data-page="home-redesign"] .home-section__intro h2 {
    font-size: clamp(34px, 10vw, 52px);
    max-width: 9ch;
  }

  body[data-page="home-redesign"] .offering-list,
  body[data-page="home-redesign"] .focus-grid,
  body[data-page="home-redesign"] .approach-grid,
  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .offering-item,
  body[data-page="home-redesign"] .focus-item,
  body[data-page="home-redesign"] .approach-item {
    border-bottom: 1px solid var(--sw-line);
    border-right: 0;
    min-height: 0;
  }

  body[data-page="home-redesign"] .work-index__tools {
    justify-content: flex-start;
  }

  body[data-page="home-redesign"] .mode-button {
    height: 40px;
    min-width: 118px;
  }

  body[data-page="home-redesign"] .work-row,
  body[data-page="home-redesign"] .work-row--head {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    min-height: 72px;
    padding-block: 10px;
  }

  body[data-page="home-redesign"] .work-row--head span:not(.work-row__icon),
  body[data-page="home-redesign"] .work-row span[role="cell"]:not(.work-row__icon):not(.work-project),
  body[data-page="home-redesign"] .work-offering {
    display: none;
  }

  body[data-page="home-redesign"] .work-project {
    display: block;
    font-size: 15px;
    grid-column: 2;
  }

  body[data-page="home-redesign"] .project-detail:not(.has-image),
  body[data-page="home-redesign"] .project-detail.has-image {
    margin-left: 0;
    max-width: 100%;
  }

  body[data-page="home-redesign"] .natural-form p.contact-sentence {
    --contact-field-height: 1em;
    font-size: clamp(36px, 10.7vw, 52px);
    line-height: 1.15;
  }

  body[data-page="home-redesign"] .contact-flow__line {
    display: block !important;
    white-space: normal;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .sentence-field,
  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select,
  body[data-page="home-redesign"] .sentence-select__button {
    display: block !important;
    inline-size: 100% !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .sentence-field input,
  body[data-page="home-redesign"] .sentence-select__button {
    margin: 8px 0;
    min-height: 56px;
  }

  body[data-page="home-redesign"] .sentence-select__menu button {
    font-size: clamp(34px, 10vw, 52px);
  }

  body[data-page="home-redesign"] .client-grid div {
    min-height: 84px;
  }

  body[data-page="home-redesign"] .home-footer__top,
  body[data-page="home-redesign"] .home-footer__bottom,
  body[data-page="home-redesign"] .home-footer__contact {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page="home-redesign"] .home-footer__nav,
  body[data-page="home-redesign"] .home-footer__social {
    justify-content: space-between;
  }
}

body[data-page="home-redesign"][data-theme="dark"] .contact-panel {
  --contact-bg: #10100f !important;
  --contact-text: #f7f7f3 !important;
  --contact-field-bg: #2a2a2a !important;
  --contact-field-text: #f7f7f3 !important;
  --contact-placeholder: #91908c !important;
  --contact-icon-bg: #f7f7f3 !important;
  --contact-icon-text: #10100f !important;
  color: #f7f7f3 !important;
}

body[data-page="home-redesign"][data-theme="dark"] .natural-form p.contact-sentence {
  color: rgba(247, 247, 243, 0.82) !important;
}

/* Strict light-layout pass from the supplied September full-page screenshot. */
body[data-page="home-redesign"] {
  --shot-bg: var(--color-bg);
  --shot-panel: var(--color-surface);
  --shot-panel-2: var(--color-surface-strong);
  --shot-text: var(--color-text);
  --shot-muted: var(--color-muted);
  --shot-faint: #91908c;
  --shot-line: var(--color-border);
  --shot-orange: var(--color-accent);
  --shot-yellow: var(--color-accent-yellow);
  --shot-purple: var(--color-accent-purple);
  --shot-green: var(--color-accent-green);
  --shot-shell: min(100% - clamp(40px, 4.2vw, 64px), 1440px);
  background: var(--shot-bg) !important;
  color: var(--shot-text) !important;
}

body[data-page="home-redesign"] .top-marquee {
  display: none !important;
}

body[data-page="home-redesign"] main,
body[data-page="home-redesign"] .home-section,
body[data-page="home-redesign"] .home-hero,
body[data-page="home-redesign"] .site-footer,
body[data-page="home-redesign"] .home-footer {
  background: var(--shot-bg) !important;
  color: var(--shot-text) !important;
}

body[data-page="home-redesign"] .page-shell,
body[data-page="home-redesign"] .section-inner,
body[data-page="home-redesign"] .hero-inner,
body[data-page="home-redesign"] .footer-inner {
  width: var(--shot-shell) !important;
}

body[data-page="home-redesign"] .home-header {
  background: color-mix(in srgb, var(--shot-bg) 82%, transparent) !important;
  padding: 18px clamp(24px, 4vw, 64px) 8px !important;
  position: sticky;
  top: 0;
}

body[data-page="home-redesign"] .home-brand {
  height: 36px !important;
  width: 96px !important;
}

body[data-page="home-redesign"] .header-pill {
  background: #10100f !important;
  border-radius: 14px !important;
  color: #f7f7f3 !important;
  font-size: 12px !important;
  height: 28px !important;
  padding: 0 14px !important;
}

body[data-page="home-redesign"] .header-pill--icon {
  background: #ffffff !important;
  color: #10100f !important;
  width: 28px !important;
}

body[data-page="home-redesign"] .header-pill--icon span {
  border-color: #10100f !important;
  height: 14px !important;
  width: 14px !important;
}

body[data-page="home-redesign"] .header-pill--status {
  background: #ffffff !important;
  color: #10100f !important;
  max-width: 230px !important;
}

body[data-page="home-redesign"] .header-pill--connect {
  background: #10100f !important;
  color: #f7f7f3 !important;
}

body[data-page="home-redesign"] .home-hero {
  border-bottom: 0 !important;
  min-height: clamp(390px, 47vh, 540px) !important;
  padding: 24px 0 64px !important;
}

body[data-page="home-redesign"] .hero-inner {
  align-items: flex-start !important;
  display: block !important;
}

body[data-page="home-redesign"] .home-hero__content {
  margin: 0 !important;
  max-width: min(900px, 74vw) !important;
}

body[data-page="home-redesign"] .home-hero .home-section-label {
  display: none !important;
}

body[data-page="home-redesign"] .home-hero h1 {
  color: var(--shot-text) !important;
  font-family: "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(54px, 5.1vw, 86px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.065em !important;
  line-height: 1.03 !important;
  margin: 0 !important;
  max-width: 13.4ch !important;
}

body[data-page="home-redesign"] .hero-highlight {
  background: transparent !important;
}

body[data-page="home-redesign"] .home-section {
  padding-block: clamp(42px, 5.6vw, 84px) !important;
}

body[data-page="home-redesign"] .home-section > .section-inner {
  display: block !important;
}

body[data-page="home-redesign"] .home-section__intro {
  display: block !important;
  margin-bottom: 28px !important;
  max-width: 420px !important;
}

body[data-page="home-redesign"] .home-section-label,
body[data-page="home-redesign"] .contact-kicker {
  color: var(--shot-text) !important;
  font: 500 12px / 1.3 "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  margin-bottom: 14px !important;
}

body[data-page="home-redesign"] .home-section__intro h2 {
  color: var(--shot-text) !important;
  font-family: "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  max-width: 300px !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro h2 {
  display: none !important;
}

body[data-page="home-redesign"] .offering-list {
  border: 0 !important;
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body[data-page="home-redesign"] .offering-item {
  background: var(--shot-panel) !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  min-height: clamp(430px, 32vw, 560px) !important;
  padding: 18px 18px 16px !important;
  transform: none !important;
}

body[data-page="home-redesign"] .offering-item:hover {
  background: var(--shot-panel-2) !important;
  transform: none !important;
}

body[data-page="home-redesign"] .item-number {
  border-left: 5px solid currentColor !important;
  color: var(--shot-orange) !important;
  font-size: 11px !important;
  margin-bottom: 12px !important;
  padding-left: 8px !important;
}

body[data-page="home-redesign"] .offering-item:nth-child(2) .item-number {
  color: var(--shot-yellow) !important;
}

body[data-page="home-redesign"] .offering-item:nth-child(3) .item-number {
  color: var(--shot-purple) !important;
}

body[data-page="home-redesign"] .offering-item:nth-child(4) .item-number {
  color: var(--shot-green) !important;
}

body[data-page="home-redesign"] .offering-item h3 {
  color: var(--shot-text) !important;
  font: 600 15px / 1.05 "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 20px !important;
  max-width: 12ch !important;
}

body[data-page="home-redesign"] .offering-item p {
  color: var(--shot-muted) !important;
  font: 400 12px / 1.35 "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  max-width: 28ch !important;
}

body[data-page="home-redesign"] .offering-deliverables {
  align-self: end !important;
  border: 0 !important;
  color: var(--shot-text) !important;
  font: 500 10px / 1.45 "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .offering-deliverables li {
  background: #ffffff !important;
  border-radius: 999px !important;
  justify-self: start !important;
  padding: 5px 9px !important;
}

body[data-page="home-redesign"] .clients {
  padding-top: 24px !important;
}

body[data-page="home-redesign"] .clients .home-section__intro {
  margin-bottom: 36px !important;
}

body[data-page="home-redesign"] .client-grid {
  border: 0 !important;
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body[data-page="home-redesign"] .client-grid div {
  background: var(--shot-panel) !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: var(--shot-muted) !important;
  aspect-ratio: auto !important;
  font: 500 clamp(18px, 1.8vw, 28px) / 1 "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  min-height: clamp(260px, 27vw, 410px) !important;
  text-transform: none !important;
}

body[data-page="home-redesign"] .focus-section {
  padding-top: 34px !important;
}

body[data-page="home-redesign"] .focus-grid,
body[data-page="home-redesign"] .approach-grid {
  border-top: 1px solid var(--shot-line) !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body[data-page="home-redesign"] .focus-item,
body[data-page="home-redesign"] .approach-item {
  background: transparent !important;
  border: 0 !important;
  border-right: 1px dotted var(--shot-line) !important;
  min-height: 0 !important;
  padding: 18px 18px 24px 0 !important;
}

body[data-page="home-redesign"] .focus-item h3,
body[data-page="home-redesign"] .approach-item h3 {
  color: var(--shot-text) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-bottom: 18px !important;
}

body[data-page="home-redesign"] .focus-item p,
body[data-page="home-redesign"] .approach-item p {
  color: var(--shot-muted) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

body[data-page="home-redesign"] .work-index {
  padding-top: 16px !important;
}

body[data-page="home-redesign"] .work-index .home-section__intro {
  display: none !important;
}

body[data-page="home-redesign"] .work-index__tools {
  justify-content: center !important;
  margin: 0 0 12px !important;
}

body[data-page="home-redesign"] .mode-button {
  background: #ffffff !important;
  color: var(--shot-muted) !important;
  font-size: 10px !important;
  height: 28px !important;
  min-width: 86px !important;
}

body[data-page="home-redesign"] .mode-button.is-active {
  background: #10100f !important;
  color: #f7f7f3 !important;
}

body[data-page="home-redesign"] .work-row {
  border-bottom: 1px solid var(--shot-line) !important;
  color: var(--shot-text) !important;
  font-size: 10px !important;
  grid-template-columns: 44px minmax(90px, 0.5fr) minmax(260px, 1.7fr) 80px minmax(130px, 0.65fr) minmax(90px, 0.5fr) !important;
  min-height: 34px !important;
}

body[data-page="home-redesign"] .work-row--head {
  color: var(--shot-faint) !important;
  font-size: 9px !important;
  min-height: 30px !important;
}

body[data-page="home-redesign"] .work-row:not(.work-row--head):hover,
body[data-page="home-redesign"] .work-row.is-active {
  background: #ffffff !important;
}

body[data-page="home-redesign"] .work-project,
body[data-page="home-redesign"] .work-offering {
  color: var(--shot-text) !important;
}

body[data-page="home-redesign"] .project-detail {
  margin-top: 28px !important;
  padding-top: 24px !important;
}

body[data-page="home-redesign"] .project-detail:not(.has-image) {
  max-width: 520px !important;
}

body[data-page="home-redesign"] .featured-case__copy h3 {
  color: var(--shot-text) !important;
  font: 500 20px / 1.05 "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
}

body[data-page="home-redesign"] .featured-case__copy p,
body[data-page="home-redesign"] .project-detail__meta dt,
body[data-page="home-redesign"] .project-detail__meta dd {
  color: var(--shot-muted) !important;
  font-size: 10px !important;
}

body[data-page="home-redesign"] .approach {
  padding-block: 32px !important;
}

body[data-page="home-redesign"] .contact-panel {
  --contact-bg: var(--shot-bg) !important;
  --contact-text: var(--shot-text) !important;
  --contact-field-bg: var(--shot-panel) !important;
  --contact-field-text: var(--shot-text) !important;
  --contact-placeholder: var(--shot-muted) !important;
  --contact-icon-bg: #ffffff !important;
  --contact-icon-text: var(--shot-text) !important;
  padding-block: clamp(86px, 9vw, 136px) !important;
}

body[data-page="home-redesign"] .natural-form p.contact-sentence {
  color: var(--shot-text) !important;
  font-family: "Suisse Int'l Book", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(48px, 4.7vw, 76px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.065em !important;
  line-height: 1.08 !important;
  max-width: 1220px !important;
}

body[data-page="home-redesign"] .contact-flow__line {
  width: fit-content !important;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button {
  background: var(--shot-panel) !important;
  border-radius: 0 !important;
  color: var(--shot-text) !important;
  min-height: 42px !important;
}

body[data-page="home-redesign"] .sentence-field--name,
body[data-page="home-redesign"] .sentence-field--name input {
  inline-size: clamp(260px, 23vw, 430px) !important;
  width: clamp(260px, 23vw, 430px) !important;
}

body[data-page="home-redesign"] .sentence-field--email,
body[data-page="home-redesign"] .sentence-field--email input {
  inline-size: clamp(380px, 36vw, 660px) !important;
  width: clamp(380px, 36vw, 660px) !important;
}

body[data-page="home-redesign"] .sentence-select--company,
body[data-page="home-redesign"] .sentence-select--company .sentence-select__button {
  inline-size: clamp(300px, 28vw, 520px) !important;
  width: clamp(300px, 28vw, 520px) !important;
}

body[data-page="home-redesign"] .sentence-select--service,
body[data-page="home-redesign"] .sentence-select--service .sentence-select__button {
  inline-size: clamp(420px, 36vw, 660px) !important;
  width: clamp(420px, 36vw, 660px) !important;
}

body[data-page="home-redesign"] .home-button {
  background: #10100f !important;
  border-radius: 12px !important;
  color: #f7f7f3 !important;
  display: block !important;
  height: 28px !important;
  margin: 38px auto 0 !important;
  padding: 0 18px !important;
}

body[data-page="home-redesign"] .site-footer,
body[data-page="home-redesign"] .home-footer {
  border-top: 1px solid var(--shot-line) !important;
}

body[data-page="home-redesign"] .home-footer__inner {
  gap: 56px !important;
  padding-block: 42px 34px !important;
}

body[data-page="home-redesign"] .home-footer__top,
body[data-page="home-redesign"] .home-footer__bottom {
  grid-template-columns: 1fr auto !important;
}

body[data-page="home-redesign"] .home-footer__contact,
body[data-page="home-redesign"] .home-footer__bottom p,
body[data-page="home-redesign"] .home-footer__nav a {
  color: var(--shot-muted) !important;
  font-size: 11px !important;
}

body[data-page="home-redesign"] .home-footer__social a {
  background: var(--shot-panel) !important;
  color: var(--shot-text) !important;
  height: 30px !important;
}

body[data-page="home-redesign"] .home-header,
body[data-page="home-redesign"] .header-pill--status,
body[data-page="home-redesign"] .status-marquee {
  overflow: hidden !important;
}

body[data-page="home-redesign"] .status-marquee__track {
  animation: lucrea-status-ticker 18s linear infinite !important;
  display: inline-flex !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  width: max-content !important;
}

body[data-page="home-redesign"] .status-marquee__track span:not(:first-child) {
  display: inline-block !important;
}

body[data-page="home-redesign"] .home-section > .section-inner,
body[data-page="home-redesign"] .home-section__intro,
body[data-page="home-redesign"] .offering-list,
body[data-page="home-redesign"] .client-grid,
body[data-page="home-redesign"] .focus-grid,
body[data-page="home-redesign"] .work-index__content,
body[data-page="home-redesign"] .approach-grid,
body[data-page="home-redesign"] .natural-form {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible;
  width: 100% !important;
}

body[data-page="home-redesign"] .client-grid > div {
  aspect-ratio: auto !important;
  grid-column: auto / span 1 !important;
  grid-row: auto / span 1 !important;
  inline-size: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] {
    --shot-shell: min(100% - 32px, 1440px);
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: 300px !important;
    padding-top: 18px !important;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(32px, 9.6vw, 46px) !important;
  }

  body[data-page="home-redesign"] .offering-list,
  body[data-page="home-redesign"] .client-grid,
  body[data-page="home-redesign"] .focus-grid,
  body[data-page="home-redesign"] .approach-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-redesign"] .offering-item,
  body[data-page="home-redesign"] .client-grid div {
    min-height: 260px !important;
  }

  body[data-page="home-redesign"] .work-row {
    grid-template-columns: 34px minmax(0, 1fr) !important;
  }

  body[data-page="home-redesign"] .natural-form p.contact-sentence {
    --contact-field-height: 0.86em;
    font-size: clamp(30px, 8.7vw, 38px) !important;
    line-height: 1.06 !important;
  }

  body[data-page="home-redesign"] .contact-flow__line {
    align-items: baseline !important;
    column-gap: 0.08em !important;
    display: flex !important;
    flex-wrap: wrap !important;
    row-gap: 0.08em !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .contact-token {
    flex: 0 0 100% !important;
  }

  body[data-page="home-redesign"] .sentence-field,
  body[data-page="home-redesign"] .sentence-select {
    display: inline-flex !important;
    flex: 0 1 auto !important;
  }

  body[data-page="home-redesign"] .sentence-field--name,
  body[data-page="home-redesign"] .sentence-field--name input {
    flex-basis: clamp(168px, 50vw, 220px) !important;
    inline-size: clamp(168px, 50vw, 220px) !important;
    max-inline-size: clamp(168px, 50vw, 220px) !important;
    width: clamp(168px, 50vw, 220px) !important;
  }

  body[data-page="home-redesign"] .sentence-select--company,
  body[data-page="home-redesign"] .sentence-select--company .sentence-select__button {
    flex-basis: clamp(190px, 56vw, 250px) !important;
    inline-size: clamp(190px, 56vw, 250px) !important;
    max-inline-size: clamp(190px, 56vw, 250px) !important;
    width: clamp(190px, 56vw, 250px) !important;
  }

  body[data-page="home-redesign"] .sentence-select--service,
  body[data-page="home-redesign"] .sentence-select--service .sentence-select__button {
    flex-basis: clamp(220px, 62vw, 280px) !important;
    inline-size: clamp(220px, 62vw, 280px) !important;
    max-inline-size: clamp(220px, 62vw, 280px) !important;
    width: clamp(220px, 62vw, 280px) !important;
  }

  body[data-page="home-redesign"] .sentence-field--email,
  body[data-page="home-redesign"] .sentence-field--email input {
    flex-basis: clamp(196px, 58vw, 250px) !important;
    inline-size: clamp(196px, 58vw, 250px) !important;
    max-inline-size: clamp(196px, 58vw, 250px) !important;
    width: clamp(196px, 58vw, 250px) !important;
  }
}

/* Final UI optimization layer: keep layout/colors, enforce Montserrat tokens and restrained motion. */
html {
  font-family: var(--font-sans);
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.home-hero h1,
.home-section__intro h2,
.featured-case__copy h3,
.natural-form p.contact-sentence {
  font-family: var(--font-display) !important;
}

.home-section-label,
.section-kicker,
.item-number,
.case-tags span,
.mode-button,
.home-button,
.project-link,
.header-pill {
  font-family: var(--font-sans) !important;
}

.hero-highlight,
.contact-token,
.work-offering {
  font-family: var(--font-accent) !important;
}

body[data-page="home-redesign"] {
  --bg: var(--color-bg);
  --bg-soft: var(--color-surface);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --line: var(--color-border);
  --line-strong: color-mix(in srgb, var(--color-border) 62%, var(--color-text));
  --inverse: var(--color-inverse);
  --inverse-text: var(--color-inverse-text);
  --surface: var(--color-surface);
  --home-border: var(--color-border);
  --home-muted: var(--color-muted);
  --home-soft: var(--color-surface);
  font-family: var(--font-sans) !important;
}

body[data-page="home-redesign"] .home-hero h1 {
  animation: lucrea-text-enter var(--transition-slow) both;
  font-family: var(--font-display) !important;
}

body[data-page="home-redesign"] .hero-highlight {
  animation: lucrea-highlight-enter 720ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--color-accent) 18%, transparent),
      color-mix(in srgb, var(--color-accent-yellow) 22%, transparent)
    ) !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: inherit !important;
  display: inline !important;
  padding-inline: 0.08em;
}

body[data-page="home-redesign"] .hero-highlight:nth-of-type(2) {
  animation-delay: 120ms;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--color-accent-purple) 28%, transparent),
      color-mix(in srgb, var(--color-accent) 12%, transparent)
    ) !important;
}

body[data-page="home-redesign"] .hero-highlight:nth-of-type(3) {
  animation-delay: 220ms;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--color-accent-green) 30%, transparent),
      color-mix(in srgb, var(--color-accent-yellow) 18%, transparent)
    ) !important;
}

body[data-page="home-redesign"] .home-brand,
.brand,
.footer-brand {
  transition:
    opacity var(--transition-fast),
    transform var(--transition-base),
    filter var(--transition-base);
}

body[data-page="home-redesign"] .home-brand:hover,
.brand:hover,
.footer-brand:hover {
  opacity: 0.82;
  transform: translateY(-1px) scale(1.015);
}

body[data-page="home-redesign"] .offering-item,
body[data-page="home-redesign"] .client-grid div,
body[data-page="home-redesign"] .focus-item,
body[data-page="home-redesign"] .approach-item,
.editorial-card,
.featured-story,
.case-card,
.news-card {
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    box-shadow var(--transition-base),
    color var(--transition-base),
    opacity var(--transition-base),
    transform var(--transition-base);
}

body[data-page="home-redesign"] .offering-item:hover,
body[data-page="home-redesign"] .client-grid div:hover,
body[data-page="home-redesign"] .focus-item:hover,
body[data-page="home-redesign"] .approach-item:hover,
.editorial-card:hover,
.featured-story:hover,
.case-card:hover,
.news-card:hover {
  border-color: color-mix(in srgb, var(--color-border) 52%, var(--color-text)) !important;
  box-shadow: 0 10px 28px rgba(16, 16, 15, 0.06) !important;
  transform: translateY(-3px) !important;
}

body[data-page="home-redesign"] .header-pill,
body[data-page="home-redesign"] .mode-button,
body[data-page="home-redesign"] .home-button,
body[data-page="home-redesign"] .project-link,
.button {
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base),
    opacity var(--transition-fast),
    transform var(--transition-base);
}

body[data-page="home-redesign"] .header-pill:hover,
body[data-page="home-redesign"] .mode-button:hover,
body[data-page="home-redesign"] .home-button:hover,
body[data-page="home-redesign"] .project-link:hover,
.button:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px);
}

@keyframes lucrea-text-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lucrea-highlight-enter {
  from {
    background-size: 0 100%;
    opacity: 0;
    transform: translateY(0.08em);
  }

  to {
    background-size: 100% 100%;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* Final module refinement: Header, Hero, Offerings. */
body[data-page="home-redesign"] .home-header {
  align-items: center !important;
  gap: var(--space-5) !important;
  min-height: clamp(84px, 7.4vw, 112px) !important;
  padding: var(--space-4) var(--home-gutter) !important;
}

body[data-page="home-redesign"] .home-brand {
  background-position: left center !important;
  background-size: contain !important;
  flex: 0 0 auto !important;
  height: clamp(64px, 5.2vw, 88px) !important;
  max-width: 38vw !important;
  width: clamp(176px, 15vw, 256px) !important;
}

body[data-page="home-redesign"] .home-header__actions {
  align-items: center !important;
  display: flex !important;
  gap: var(--space-2) !important;
  min-width: 0 !important;
}

body[data-page="home-redesign"] .header-pill {
  border-radius: var(--radius-button) !important;
  min-height: 40px !important;
}

body[data-page="home-redesign"] .header-pill--icon {
  border-radius: var(--radius-button) !important;
  height: 40px !important;
  min-height: 40px !important;
  min-width: 44px !important;
  width: 44px !important;
}

body[data-page="home-redesign"] .header-pill--icon .icon {
  height: var(--icon-md) !important;
  width: var(--icon-md) !important;
}

body[data-page="home-redesign"] .header-pill--status {
  cursor: default !important;
  flex: 0 1 clamp(220px, 26vw, 360px) !important;
  justify-content: flex-start !important;
  max-width: clamp(220px, 26vw, 360px) !important;
  overflow: hidden !important;
  padding-inline: var(--space-3) !important;
  pointer-events: auto !important;
  text-decoration: none !important;
}

body[data-page="home-redesign"] .status-marquee {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .status-marquee__track {
  animation: lucrea-status-ticker 22s linear infinite !important;
  display: inline-flex !important;
  gap: var(--space-6) !important;
  max-width: none !important;
  min-width: max-content !important;
  overflow: visible !important;
  text-overflow: clip !important;
  transform: translate3d(0, 0, 0);
  white-space: nowrap !important;
  width: max-content !important;
}

body[data-page="home-redesign"] .status-marquee__track span {
  display: inline-block !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .header-pill--status:hover .status-marquee__track {
  animation-play-state: paused !important;
}

body[data-page="home-redesign"] .home-hero h1 {
  line-height: 1.08 !important;
}

body[data-page="home-redesign"] .hero-highlight {
  animation: lucrea-highlight-enter 720ms cubic-bezier(0.2, 0.72, 0.18, 1) both !important;
  background-position: 0 58% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 0.78em !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline-block !important;
  line-height: 0.9 !important;
  padding-block: 0 !important;
  padding-inline: 0.08em !important;
  vertical-align: baseline !important;
}

body[data-page="home-redesign"] .offerings > .section-inner {
  display: grid !important;
  gap: var(--space-6) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 780px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro h2 {
  display: block !important;
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  line-height: 1.12 !important;
  margin: var(--space-3) 0 0 !important;
  max-width: 16ch !important;
}

body[data-page="home-redesign"] .offerings .offering-list {
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .offering-item {
  align-content: start !important;
  background: var(--color-surface) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: 1fr !important;
  min-height: clamp(300px, 24vw, 390px) !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .offerings .offering-item > div {
  display: grid !important;
  gap: var(--space-3) !important;
  min-width: 0 !important;
}

body[data-page="home-redesign"] .offerings .offering-item h3 {
  font-size: clamp(1.125rem, 1.35vw, 1.375rem) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  max-width: 16ch !important;
}

body[data-page="home-redesign"] .offerings .offering-item p {
  font-size: clamp(0.875rem, 0.95vw, 1rem) !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: 34ch !important;
}

body[data-page="home-redesign"] .offerings .offering-deliverables {
  align-self: end !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--space-2) !important;
  margin: var(--space-3) 0 0 !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .offerings .offering-deliverables li {
  background: color-mix(in srgb, var(--color-bg) 82%, #ffffff) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  font-size: var(--text-xs) !important;
  line-height: 1.25 !important;
  padding: 0.48em 0.68em !important;
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base);
}

body[data-page="home-redesign"] .offerings .offering-deliverables li:hover {
  background: var(--color-bg) !important;
  border-color: color-mix(in srgb, var(--color-border) 50%, var(--color-text)) !important;
}

@keyframes lucrea-status-ticker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes lucrea-highlight-enter {
  from {
    background-size: 0 0.78em;
    opacity: 0;
    transform: translateY(0.05em);
  }

  to {
    background-size: 100% 0.78em;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .offerings .offering-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-header {
    gap: var(--space-3) !important;
    min-height: 72px !important;
    padding: var(--space-3) var(--space-4) !important;
  }

  body[data-page="home-redesign"] .home-brand {
    height: clamp(44px, 12vw, 56px) !important;
    max-width: 42vw !important;
    width: clamp(126px, 36vw, 168px) !important;
  }

  body[data-page="home-redesign"] .home-header__actions {
    gap: var(--space-2) !important;
  }

  body[data-page="home-redesign"] .header-pill--status {
    display: none !important;
  }

  body[data-page="home-redesign"] .header-pill--icon {
    height: 38px !important;
    min-height: 38px !important;
    min-width: 40px !important;
    width: 40px !important;
  }

  body[data-page="home-redesign"] .hero-highlight {
    background-size: 100% 0.74em !important;
    line-height: 0.92 !important;
    padding-inline: 0.06em !important;
  }

  body[data-page="home-redesign"] .offerings > .section-inner {
    gap: var(--space-5) !important;
  }

  body[data-page="home-redesign"] .offerings .home-section__intro h2 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
  }

  body[data-page="home-redesign"] .offerings .offering-list {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-redesign"] .offerings .offering-item {
    min-height: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* Module refinement: Header, Hero, Offerings. */
body[data-page="home-redesign"] .home-header {
  align-items: center !important;
  gap: var(--space-5) !important;
  min-height: clamp(84px, 7.4vw, 112px) !important;
  padding: var(--space-4) var(--home-gutter) !important;
}

body[data-page="home-redesign"] .home-brand {
  background-position: left center !important;
  background-size: contain !important;
  flex: 0 0 auto !important;
  height: clamp(64px, 5.2vw, 88px) !important;
  max-width: 38vw !important;
  width: clamp(176px, 15vw, 256px) !important;
}

body[data-page="home-redesign"] .home-header__actions {
  align-items: center !important;
  display: flex !important;
  gap: var(--space-2) !important;
  min-width: 0 !important;
}

body[data-page="home-redesign"] .header-pill {
  border-radius: var(--radius-button) !important;
  min-height: 40px !important;
}

body[data-page="home-redesign"] .header-pill--icon {
  border-radius: var(--radius-button) !important;
  height: 40px !important;
  min-height: 40px !important;
  min-width: 44px !important;
  width: 44px !important;
}

body[data-page="home-redesign"] .header-pill--icon .icon {
  height: var(--icon-md) !important;
  width: var(--icon-md) !important;
}

body[data-page="home-redesign"] .header-pill--status {
  cursor: default !important;
  flex: 0 1 clamp(220px, 26vw, 360px) !important;
  justify-content: flex-start !important;
  max-width: clamp(220px, 26vw, 360px) !important;
  overflow: hidden !important;
  padding-inline: var(--space-3) !important;
  pointer-events: auto !important;
  text-decoration: none !important;
}

body[data-page="home-redesign"] .status-marquee {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .status-marquee__track {
  animation: lucrea-status-ticker 22s linear infinite !important;
  display: inline-flex !important;
  gap: var(--space-6) !important;
  max-width: none !important;
  min-width: max-content !important;
  overflow: visible !important;
  text-overflow: clip !important;
  transform: translate3d(0, 0, 0);
  white-space: nowrap !important;
  width: max-content !important;
}

body[data-page="home-redesign"] .status-marquee__track span {
  display: inline-block !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .header-pill--status:hover .status-marquee__track {
  animation-play-state: paused !important;
}

body[data-page="home-redesign"] .home-hero h1 {
  line-height: 1.08 !important;
}

body[data-page="home-redesign"] .hero-highlight {
  animation: lucrea-highlight-enter 720ms cubic-bezier(0.2, 0.72, 0.18, 1) both !important;
  background-position: 0 58% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 0.78em !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: inherit !important;
  padding-block: 0 !important;
  padding-inline: 0.08em !important;
}

body[data-page="home-redesign"] .offerings > .section-inner {
  display: grid !important;
  gap: var(--space-6) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 780px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro h2 {
  display: block !important;
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  line-height: 1.12 !important;
  margin: var(--space-3) 0 0 !important;
  max-width: 16ch !important;
}

body[data-page="home-redesign"] .offerings .offering-list {
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .offering-item {
  align-content: start !important;
  background: var(--color-surface) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: 1fr !important;
  min-height: clamp(300px, 24vw, 390px) !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .offerings .offering-item > div {
  display: grid !important;
  gap: var(--space-3) !important;
  min-width: 0 !important;
}

body[data-page="home-redesign"] .offerings .offering-item h3 {
  font-size: clamp(1.125rem, 1.35vw, 1.375rem) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  max-width: 16ch !important;
}

body[data-page="home-redesign"] .offerings .offering-item p {
  font-size: clamp(0.875rem, 0.95vw, 1rem) !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: 34ch !important;
}

body[data-page="home-redesign"] .offerings .offering-deliverables {
  align-self: end !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--space-2) !important;
  margin: var(--space-3) 0 0 !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .offerings .offering-deliverables li {
  background: color-mix(in srgb, var(--color-bg) 82%, #ffffff) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  font-size: var(--text-xs) !important;
  line-height: 1.25 !important;
  padding: 0.48em 0.68em !important;
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base);
}

body[data-page="home-redesign"] .offerings .offering-deliverables li:hover {
  background: var(--color-bg) !important;
  border-color: color-mix(in srgb, var(--color-border) 50%, var(--color-text)) !important;
}

@keyframes lucrea-status-ticker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes lucrea-highlight-enter {
  from {
    background-size: 0 0.78em;
    opacity: 0;
    transform: translateY(0.05em);
  }

  to {
    background-size: 100% 0.78em;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .offerings .offering-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-header {
    gap: var(--space-3) !important;
    min-height: 72px !important;
    padding: var(--space-3) var(--space-4) !important;
  }

  body[data-page="home-redesign"] .home-brand {
    height: clamp(44px, 12vw, 56px) !important;
    max-width: 42vw !important;
    width: clamp(126px, 36vw, 168px) !important;
  }

  body[data-page="home-redesign"] .home-header__actions {
    gap: var(--space-2) !important;
  }

  body[data-page="home-redesign"] .header-pill--status {
    display: none !important;
  }

  body[data-page="home-redesign"] .header-pill--icon {
    height: 38px !important;
    min-height: 38px !important;
    min-width: 40px !important;
    width: 40px !important;
  }

  body[data-page="home-redesign"] .hero-highlight {
    background-size: 100% 0.74em !important;
    padding-inline: 0.06em !important;
  }

  body[data-page="home-redesign"] .offerings > .section-inner {
    gap: var(--space-5) !important;
  }

  body[data-page="home-redesign"] .offerings .home-section__intro h2 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
  }

  body[data-page="home-redesign"] .offerings .offering-list {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-redesign"] .offerings .offering-item {
    min-height: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* Typography and spacing refinement pass. */
body {
  font-size: var(--text-base);
  letter-spacing: 0;
  line-height: 1.58;
}

body[data-page="home-redesign"] {
  --home-gutter: clamp(var(--space-5), 4vw, var(--space-8));
  font-size: var(--text-base) !important;
  line-height: 1.58;
}

p,
li,
dd,
.rich-text,
.offering-item p,
.focus-item p,
.approach-item p,
.case-card span,
.news-card p,
.editorial-card p,
.featured-story p {
  font-size: var(--text-base) !important;
  letter-spacing: 0 !important;
  line-height: 1.56 !important;
}

small,
.meta-line,
.metadata-list,
.case-tags span,
.offering-deliverables,
.home-footer__bottom,
.home-footer__nav,
.footer-links {
  font-size: var(--text-sm) !important;
  line-height: 1.4 !important;
}

body[data-page="home-redesign"] .home-header {
  gap: var(--space-4) !important;
  min-height: 56px !important;
  padding: var(--space-3) var(--home-gutter) !important;
}

body[data-page="home-redesign"] .home-nav,
body[data-page="home-redesign"] .header-pill,
body[data-page="home-redesign"] .mode-button,
body[data-page="home-redesign"] .home-button,
body[data-page="home-redesign"] .project-link,
.button,
.btn {
  font-size: var(--text-sm) !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2 !important;
}

body[data-page="home-redesign"] .home-section-label,
.section-kicker,
.item-number,
.home-footer__label,
.contact-kicker {
  display: inline-block !important;
  font-family: var(--font-sans) !important;
  font-size: var(--text-xs) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  max-width: none !important;
  overflow-wrap: normal !important;
  text-wrap: nowrap !important;
  text-transform: uppercase;
  white-space: nowrap !important;
  word-break: normal !important;
}

body[data-page="home-redesign"] .home-hero {
  min-height: clamp(500px, 66vh, 680px) !important;
  padding: var(--space-8) 0 var(--space-8) !important;
}

body[data-page="home-redesign"] .hero-inner {
  align-items: end !important;
  display: grid !important;
  gap: var(--space-6) !important;
}

body[data-page="home-redesign"] .home-hero__content {
  max-width: min(940px, 78vw) !important;
}

body[data-page="home-redesign"] .home-hero .home-section-label {
  display: inline-block !important;
  margin: 0 0 var(--space-4) !important;
}

body[data-page="home-redesign"] .home-hero h1 {
  font-size: var(--text-hero) !important;
  letter-spacing: -0.018em !important;
  line-height: 1.02 !important;
  margin: 0 !important;
  max-width: 15.5ch !important;
}

body[data-page="home-redesign"] .home-hero__note {
  font-size: var(--text-md) !important;
  line-height: 1.45 !important;
  max-width: 24ch !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .home-section {
  padding-block: var(--space-8) !important;
}

body[data-page="home-redesign"] .home-section > .section-inner {
  display: grid !important;
  gap: var(--space-6) !important;
}

body[data-page="home-redesign"] .home-section__intro {
  display: block !important;
  margin-bottom: var(--space-5) !important;
  max-width: 760px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .home-section__intro h2,
body[data-page="home-redesign"] .offerings .home-section__intro h2,
body[data-page="home-redesign"] .focus-section .home-section__intro h2,
body[data-page="home-redesign"] .clients .home-section__intro h2,
body[data-page="home-redesign"] .work-index .home-section__intro h2,
body[data-page="home-redesign"] .approach .home-section__intro h2 {
  color: var(--color-text) !important;
  display: block !important;
  font-family: var(--font-display) !important;
  font-size: var(--text-3xl) !important;
  font-weight: 650 !important;
  letter-spacing: -0.012em !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: 13ch !important;
  text-wrap: balance !important;
}

body[data-page="home-redesign"] .home-section__intro .home-section-label,
body[data-page="home-redesign"] .home-section__intro .section-kicker {
  margin-bottom: var(--space-3) !important;
}

body[data-page="home-redesign"] .clients .home-section__intro h2,
body[data-page="home-redesign"] .work-index .home-section__intro h2 {
  max-width: 18ch !important;
}

body[data-page="home-redesign"] .clients .home-section__intro,
body[data-page="home-redesign"] .offerings .home-section__intro,
body[data-page="home-redesign"] .focus-section .home-section__intro,
body[data-page="home-redesign"] .approach .home-section__intro {
  display: block !important;
  grid-template-columns: none !important;
}

body[data-page="home-redesign"] .work-index > .section-inner {
  grid-template-columns: 1fr !important;
}

body[data-page="home-redesign"] .work-index .home-section__intro {
  display: block !important;
  max-width: 760px !important;
}

body[data-page="home-redesign"] .offering-list,
body[data-page="home-redesign"] .client-grid {
  gap: var(--space-3) !important;
}

body[data-page="home-redesign"] .offering-item {
  gap: var(--space-4) !important;
  min-height: clamp(300px, 26vw, 420px) !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .offering-item h3,
body[data-page="home-redesign"] .focus-item h3,
body[data-page="home-redesign"] .approach-item h3,
.case-card h3,
.news-card h3,
.editorial-card h3 {
  font-family: var(--font-display) !important;
  font-size: var(--text-xl) !important;
  font-weight: 650 !important;
  letter-spacing: -0.006em !important;
  line-height: 1.16 !important;
  margin: 0 0 var(--space-3) !important;
  max-width: 18ch !important;
}

body[data-page="home-redesign"] .offering-item p,
body[data-page="home-redesign"] .focus-item p,
body[data-page="home-redesign"] .approach-item p {
  max-width: 34ch !important;
}

body[data-page="home-redesign"] .offering-deliverables {
  gap: var(--space-2) !important;
  line-height: 1.35 !important;
}

body[data-page="home-redesign"] .focus-grid,
body[data-page="home-redesign"] .approach-grid {
  gap: var(--space-5) !important;
}

body[data-page="home-redesign"] .focus-item,
body[data-page="home-redesign"] .approach-item {
  min-height: 0 !important;
  padding: var(--space-5) var(--space-5) var(--space-5) 0 !important;
}

body[data-page="home-redesign"] .clients .home-section__intro {
  margin-bottom: var(--space-5) !important;
}

body[data-page="home-redesign"] .client-grid div {
  font-family: var(--font-display) !important;
  font-size: clamp(1.125rem, 1.55vw, 1.75rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em !important;
  line-height: 1.12 !important;
  min-height: clamp(180px, 18vw, 280px) !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .work-index__content {
  padding: var(--space-7) var(--home-gutter) var(--space-8) !important;
  min-width: 0 !important;
  overflow-x: clip !important;
}

body[data-page="home-redesign"] .work-index__tools {
  gap: var(--space-2) !important;
  margin-bottom: var(--space-5) !important;
}

body[data-page="home-redesign"] .work-row {
  font-size: var(--text-sm) !important;
  gap: var(--space-3) !important;
  grid-template-columns: 34px minmax(72px, 0.55fr) minmax(0, 1.35fr) 58px minmax(94px, 0.7fr) minmax(72px, 0.55fr) !important;
  line-height: 1.35 !important;
  min-height: 42px !important;
  min-width: 0 !important;
  padding-block: var(--space-2) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .work-row--head {
  font-size: var(--text-xs) !important;
  letter-spacing: 0.08em !important;
  line-height: 1.3 !important;
}

body[data-page="home-redesign"] .work-project {
  font-size: var(--text-base) !important;
  line-height: 1.3 !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

body[data-page="home-redesign"] .project-detail {
  margin-top: var(--space-6) !important;
  padding-top: var(--space-5) !important;
}

body[data-page="home-redesign"] .featured-case__copy h3 {
  font-size: var(--text-2xl) !important;
  line-height: 1.12 !important;
}

body[data-page="home-redesign"] .natural-form p.contact-sentence {
  font-size: clamp(2.25rem, 4.2vw, 4.25rem) !important;
  letter-spacing: -0.018em !important;
  line-height: 1.12 !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
}

body[data-page="home-redesign"] .contact-flow__line {
  align-items: baseline !important;
  display: flex !important;
  flex-wrap: wrap !important;
  max-width: 100% !important;
  width: 100% !important;
  row-gap: var(--space-2) !important;
}

body[data-page="home-redesign"] .sentence-field,
body[data-page="home-redesign"] .sentence-select {
  max-width: 100% !important;
  min-width: 0 !important;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body[data-page="home-redesign"] .sentence-field--email,
body[data-page="home-redesign"] .sentence-field--email input,
body[data-page="home-redesign"] .sentence-select--service,
body[data-page="home-redesign"] .sentence-select--service .sentence-select__button {
  flex-basis: clamp(260px, 30vw, 460px) !important;
  inline-size: clamp(260px, 30vw, 460px) !important;
  max-inline-size: 100% !important;
  width: clamp(260px, 30vw, 460px) !important;
}

body[data-page="home-redesign"] .sentence-select--company,
body[data-page="home-redesign"] .sentence-select--company .sentence-select__button,
body[data-page="home-redesign"] .sentence-field--name,
body[data-page="home-redesign"] .sentence-field--name input {
  flex-basis: clamp(220px, 24vw, 360px) !important;
  inline-size: clamp(220px, 24vw, 360px) !important;
  max-inline-size: 100% !important;
  width: clamp(220px, 24vw, 360px) !important;
}

body[data-page="home-redesign"] .work-index,
body[data-page="home-redesign"] .work-table,
body[data-page="home-redesign"] .work-index__content {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .work-row > * {
  min-width: 0 !important;
}

body[data-page="home-redesign"] .home-button {
  margin-top: var(--space-5) !important;
}

body[data-page="home-redesign"] .site-footer,
body[data-page="home-redesign"] .home-footer {
  font-size: var(--text-sm) !important;
  line-height: 1.45 !important;
}

body[data-page="home-redesign"] .home-footer__inner {
  gap: var(--space-7) !important;
  padding-block: var(--space-7) var(--space-6) !important;
}

body[data-page="home-redesign"] .home-footer__top,
body[data-page="home-redesign"] .home-footer__bottom,
body[data-page="home-redesign"] .home-footer__contact {
  gap: var(--space-5) !important;
}

body[data-page="home-redesign"] .home-footer__nav,
body[data-page="home-redesign"] .home-footer__social {
  gap: var(--space-3) !important;
}

@media (max-width: 760px) {
  :root {
    --text-xs: 0.75rem;
    --text-sm: 0.8125rem;
    --text-base: 0.9375rem;
    --text-md: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: clamp(1.5rem, 6vw, 2rem);
    --text-3xl: clamp(2rem, 8vw, 3rem);
    --text-hero: clamp(2.375rem, 10vw, 3.25rem);
  }

  body[data-page="home-redesign"] .home-section-label,
  .section-kicker,
  .item-number,
  .home-footer__label,
  .contact-kicker {
    text-wrap: normal !important;
    white-space: normal !important;
  }

  body[data-page="home-redesign"] .home-header {
    padding: var(--space-3) var(--space-4) !important;
  }

  body[data-page="home-redesign"] .home-hero {
    min-height: 380px !important;
    padding-block: var(--space-7) !important;
  }

  body[data-page="home-redesign"] .home-hero__content {
    max-width: 100% !important;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: var(--text-hero) !important;
    letter-spacing: -0.012em !important;
    line-height: 1.06 !important;
    max-width: 13ch !important;
  }

  body[data-page="home-redesign"] .home-hero__note {
    font-size: var(--text-base) !important;
    max-width: 100% !important;
  }

  body[data-page="home-redesign"] .home-section {
    padding-block: var(--space-7) !important;
  }

  body[data-page="home-redesign"] .home-section > .section-inner {
    gap: var(--space-5) !important;
  }

  body[data-page="home-redesign"] .home-section__intro h2,
  body[data-page="home-redesign"] .offerings .home-section__intro h2,
  body[data-page="home-redesign"] .focus-section .home-section__intro h2,
  body[data-page="home-redesign"] .clients .home-section__intro h2,
  body[data-page="home-redesign"] .work-index .home-section__intro h2,
  body[data-page="home-redesign"] .approach .home-section__intro h2 {
    font-size: var(--text-3xl) !important;
    max-width: 12ch !important;
  }

  body[data-page="home-redesign"] .offering-item,
  body[data-page="home-redesign"] .client-grid div,
  body[data-page="home-redesign"] .focus-item,
  body[data-page="home-redesign"] .approach-item {
    min-height: 0 !important;
    padding: var(--space-5) !important;
  }

  body[data-page="home-redesign"] .work-index__content {
    padding: var(--space-6) var(--space-4) var(--space-7) !important;
  }

  body[data-page="home-redesign"] .work-row {
    gap: var(--space-2) !important;
  }

  body[data-page="home-redesign"] .natural-form p.contact-sentence {
    font-size: clamp(1.875rem, 8vw, 2.5rem) !important;
    line-height: 1.12 !important;
  }
}

/* Type, button and icon system pass. */
body {
  font-size: var(--text-base);
  line-height: 1.55;
}

body[data-page="home-redesign"] .top-marquee,
body[data-page="home-redesign"] .home-section-label,
.section-kicker,
.meta-line,
.item-number,
.case-tags span,
.work-row--head,
.footer-links,
.home-footer__nav,
.home-footer__bottom,
.site-footer {
  font-size: var(--text-sm) !important;
}

body[data-page="home-redesign"] .home-nav,
body[data-page="home-redesign"] .header-pill,
body[data-page="home-redesign"] .mode-button,
body[data-page="home-redesign"] .home-button,
body[data-page="home-redesign"] .project-link,
.button,
.btn {
  font-size: var(--text-sm) !important;
}

p,
li,
dd,
input,
select,
textarea,
.rich-text,
.offering-item p,
.focus-item p,
.approach-item p,
.news-card p,
.case-card span {
  font-size: var(--text-base);
}

body[data-page="home-redesign"] .home-hero__note,
.featured-story p,
.editorial-card p,
.detail-summary,
.metadata-list {
  font-size: var(--text-md) !important;
}

body[data-page="home-redesign"] .offering-item h3,
body[data-page="home-redesign"] .focus-item h3,
body[data-page="home-redesign"] .approach-item h3,
.news-card h3,
.case-card h3,
.editorial-card h3 {
  font-size: var(--text-xl) !important;
  line-height: 1.12 !important;
}

body[data-page="home-redesign"] .client-grid div,
.featured-story h2,
.detail-header h1 {
  font-size: var(--text-2xl) !important;
  line-height: 1.08 !important;
}

body[data-page="home-redesign"] .home-section__intro h2,
.page-hero h1,
.section-heading h2 {
  font-size: var(--text-3xl) !important;
  line-height: 1.04 !important;
}

body[data-page="home-redesign"] .home-hero h1 {
  font-size: var(--text-hero) !important;
  line-height: 1.03 !important;
  max-width: 14.5ch !important;
}

body[data-page="home-redesign"] .work-row {
  font-size: var(--text-sm) !important;
  line-height: 1.25 !important;
}

body[data-page="home-redesign"] .natural-form p.contact-sentence {
  font-size: clamp(2.375rem, 5vw, 4.75rem) !important;
  line-height: 1.08 !important;
}

.btn,
.button,
.home-button,
.mode-button,
.project-link,
.header-pill,
.project-detail__nav,
.sentence-select__button,
.language-switch button,
[data-logout] {
  align-items: center;
  border-radius: var(--radius-button) !important;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-sans) !important;
  font-weight: 700;
  gap: 0.45em;
  justify-content: center;
  min-height: 36px;
  padding: 0.68em 0.95em;
  text-decoration: none;
  text-transform: none;
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base),
    opacity var(--transition-fast),
    transform var(--transition-base);
}

.btn-primary,
.button-primary,
.home-button,
.mode-button.is-active,
.header-pill--connect {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-inverse-text) !important;
}

.btn-secondary,
.button-secondary,
.header-pill--status,
.sentence-select__button {
  background: var(--color-surface) !important;
  border: 1px solid var(--color-border) !important;
  color: var(--color-text) !important;
}

.btn-ghost,
.button-ghost,
.mode-button,
.project-detail__nav,
.language-switch button {
  background: transparent !important;
  border: 1px solid var(--color-border) !important;
  color: var(--color-text) !important;
}

.btn-text,
.project-link {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--color-text) !important;
  font-family: var(--font-accent) !important;
  padding-inline: 0 !important;
}

.btn:hover,
.button:hover,
.home-button:hover,
.mode-button:hover,
.project-link:hover,
.header-pill:hover,
.project-detail__nav:hover,
.sentence-select__button:hover,
.language-switch button:hover {
  opacity: 0.92 !important;
  transform: translateY(-1px);
}

.btn:active,
.button:active,
.home-button:active,
.mode-button:active,
.project-link:active,
.header-pill:active,
.project-detail__nav:active,
.sentence-select__button:active,
.language-switch button:active {
  opacity: 1 !important;
  transform: translateY(0);
}

.btn:focus-visible,
.button:focus-visible,
.home-button:focus-visible,
.mode-button:focus-visible,
.project-link:focus-visible,
.header-pill:focus-visible,
.project-detail__nav:focus-visible,
.sentence-select__button:focus-visible,
.language-switch button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-accent) 72%, var(--color-text));
  outline-offset: 3px;
}

.btn-icon,
.project-detail__nav,
.header-pill--icon {
  aspect-ratio: 1;
  min-height: 36px;
  min-width: 36px;
  padding: 0 !important;
  width: 36px;
}

.icon,
svg.icon,
.work-row__icon svg,
.work-row--head svg {
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  height: var(--icon-md);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: var(--icon-stroke);
  width: var(--icon-md);
}

.icon-sm {
  height: var(--icon-sm);
  width: var(--icon-sm);
}

.icon-md {
  height: var(--icon-md);
  width: var(--icon-md);
}

.icon-lg {
  height: var(--icon-lg);
  width: var(--icon-lg);
}

.work-row--head svg,
.work-row__icon svg {
  height: var(--icon-sm);
  width: var(--icon-sm);
}

body[data-page="home-redesign"] .header-pill--icon span,
body[data-page="home-redesign"] .header-pill--icon span::after {
  display: none !important;
}

@media (max-width: 760px) {
  :root {
    --text-xs: 0.625rem;
    --text-sm: 0.6875rem;
    --text-base: 0.8125rem;
    --text-md: 0.9375rem;
    --text-lg: 1.0625rem;
    --text-xl: 1.25rem;
    --text-2xl: clamp(1.5rem, 6vw, 2rem);
    --text-3xl: clamp(1.875rem, 9vw, 3rem);
    --text-hero: clamp(2.25rem, 11vw, 3.625rem);
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: var(--text-hero) !important;
    max-width: 12.5ch !important;
  }

  body[data-page="home-redesign"] .home-nav.site-nav {
    font-size: var(--text-xl) !important;
  }

  body[data-page="home-redesign"] .client-grid div,
  body[data-page="home-redesign"] .offering-item h3,
  body[data-page="home-redesign"] .focus-item h3,
  body[data-page="home-redesign"] .approach-item h3 {
    font-size: var(--text-lg) !important;
  }

  body[data-page="home-redesign"] .natural-form p.contact-sentence {
    font-size: clamp(1.875rem, 8.7vw, 2.5rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* EOF module override: Header, Hero, Offerings only. */
body[data-page="home-redesign"] .home-header {
  align-items: center !important;
  gap: var(--space-5) !important;
  height: auto !important;
  min-height: clamp(92px, 8vw, 120px) !important;
  padding: var(--space-4) var(--home-gutter) !important;
}

body[data-page="home-redesign"] .home-brand {
  height: clamp(72px, 5.6vw, 96px) !important;
  max-width: 38vw !important;
  width: clamp(192px, 16vw, 280px) !important;
}

body[data-page="home-redesign"] .header-pill,
body[data-page="home-redesign"] .header-pill--icon,
body[data-page="home-redesign"] .header-pill--status {
  border-radius: var(--radius-button) !important;
}

body[data-page="home-redesign"] .header-pill--icon {
  height: 42px !important;
  min-height: 42px !important;
  min-width: 46px !important;
  width: 46px !important;
}

body[data-page="home-redesign"] .header-pill--status {
  cursor: default !important;
  flex: 0 1 clamp(240px, 28vw, 390px) !important;
  max-width: clamp(240px, 28vw, 390px) !important;
  overflow: hidden !important;
}

body[data-page="home-redesign"] .status-marquee__track {
  animation: lucrea-status-ticker 22s linear infinite !important;
  display: inline-flex !important;
  gap: var(--space-6) !important;
  max-width: none !important;
  min-width: max-content !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  width: max-content !important;
}

body[data-page="home-redesign"] .status-marquee__track span {
  display: inline-block !important;
  flex: 0 0 auto !important;
}

body[data-page="home-redesign"] .header-pill--status:hover .status-marquee__track {
  animation-play-state: paused !important;
}

body[data-page="home-redesign"] .hero-inner {
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="home-redesign"] .home-hero__content {
  max-width: min(100%, 1240px) !important;
  width: min(100%, 1240px) !important;
}

body[data-page="home-redesign"] .home-hero h1 {
  font-size: clamp(3.55rem, 4.8vw, 4.75rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  max-width: min(100%, 1160px) !important;
  text-wrap: pretty;
  width: min(100%, 1160px) !important;
}

body[data-page="home-redesign"] .desktop-break,
body[data-page="home-redesign"] .mobile-break {
  display: none !important;
}

body[data-page="home-redesign"] .hero-highlight,
body[data-page="home-redesign"] .hero-highlight:nth-of-type(2),
body[data-page="home-redesign"] .hero-highlight:nth-of-type(3) {
  animation: lucrea-highlight-enter 720ms cubic-bezier(0.2, 0.72, 0.18, 1) both !important;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--color-accent) 20%, transparent),
      color-mix(in srgb, var(--color-accent-yellow) 24%, transparent)
    ) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  border-radius: var(--radius-button) !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: inherit !important;
  display: inline-block !important;
  line-height: 0.9 !important;
  margin-inline: 0.02em !important;
  padding: 0.035em 0.12em 0.055em !important;
  vertical-align: 0.01em !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .hero-highlight:nth-of-type(2) {
  animation-delay: 120ms !important;
}

body[data-page="home-redesign"] .hero-highlight:nth-of-type(3) {
  animation-delay: 220ms !important;
}

body[data-page="home-redesign"] .offerings > .section-inner {
  display: grid !important;
  gap: var(--space-6) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 780px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .home-section__intro h2 {
  display: block !important;
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  line-height: 1.12 !important;
  margin: var(--space-3) 0 0 !important;
  max-width: 16ch !important;
}

body[data-page="home-redesign"] .offerings .offering-list {
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .offering-item {
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  grid-template-columns: 1fr !important;
  min-height: clamp(300px, 24vw, 390px) !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .offerings .offering-item h3 {
  font-size: clamp(1.125rem, 1.35vw, 1.375rem) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
}

body[data-page="home-redesign"] .offerings .offering-item p {
  font-size: clamp(0.875rem, 0.95vw, 1rem) !important;
  line-height: 1.58 !important;
  margin: 0 !important;
}

body[data-page="home-redesign"] .offerings .offering-deliverables {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--space-2) !important;
  margin: var(--space-3) 0 0 !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .offerings .offering-deliverables li {
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  font-size: var(--text-xs) !important;
  line-height: 1.25 !important;
  padding: 0.48em 0.68em !important;
}

body[data-page="home-redesign"] .focus-section > .section-inner {
  display: grid !important;
  gap: var(--space-6) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="home-redesign"] .focus-section .home-section__intro {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 780px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .focus-section .home-section-label {
  display: inline-block !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .focus-section .home-section__intro h2 {
  display: block !important;
  font-family: var(--font-display) !important;
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  line-height: 1.12 !important;
  margin: var(--space-3) 0 0 !important;
  max-width: 16ch !important;
}

body[data-page="home-redesign"] .focus-grid {
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .focus-item {
  align-content: start !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: 1fr !important;
  min-height: clamp(240px, 20vw, 320px) !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .focus-item .item-number {
  border: 0 !important;
  border-left: 5px solid currentColor !important;
  border-radius: 0 !important;
  color: var(--shot-orange) !important;
  display: inline-block !important;
  font-family: var(--font-sans) !important;
  font-size: var(--text-xs) !important;
  font-weight: 700 !important;
  justify-self: start !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  padding: 0 0 0 8px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: auto !important;
}

body[data-page="home-redesign"] .focus-item:nth-child(2) .item-number {
  color: var(--shot-yellow) !important;
}

body[data-page="home-redesign"] .focus-item:nth-child(3) .item-number {
  color: var(--shot-purple) !important;
}

body[data-page="home-redesign"] .focus-item:nth-child(4) .item-number {
  color: var(--shot-green) !important;
}

body[data-page="home-redesign"] .focus-item h3 {
  font-size: clamp(1.125rem, 1.35vw, 1.375rem) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .focus-item p {
  font-size: clamp(0.875rem, 0.95vw, 1rem) !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .approach > .section-inner {
  display: grid !important;
  gap: var(--space-6) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="home-redesign"] .approach .home-section__intro {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 780px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .approach .home-section-label {
  display: inline-block !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .approach .home-section__intro h2 {
  display: block !important;
  font-family: var(--font-display) !important;
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  line-height: 1.12 !important;
  margin: var(--space-3) 0 0 !important;
  max-width: 15.25ch !important;
}

body[data-page="home-redesign"] .approach-grid {
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .approach-item {
  align-content: start !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: 1fr !important;
  min-height: clamp(240px, 20vw, 320px) !important;
  padding: var(--space-5) !important;
}

body[data-page="home-redesign"] .approach-item .item-number {
  border: 0 !important;
  border-left: 5px solid currentColor !important;
  border-radius: 0 !important;
  color: var(--shot-orange) !important;
  display: inline-block !important;
  font-family: var(--font-sans) !important;
  font-size: var(--text-xs) !important;
  font-weight: 700 !important;
  justify-self: start !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  padding: 0 0 0 8px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: auto !important;
}

body[data-page="home-redesign"] .approach-item:nth-child(2) .item-number {
  color: var(--shot-yellow) !important;
}

body[data-page="home-redesign"] .approach-item:nth-child(3) .item-number {
  color: var(--shot-purple) !important;
}

body[data-page="home-redesign"] .approach-item:nth-child(4) .item-number {
  color: var(--shot-green) !important;
}

body[data-page="home-redesign"] .approach-item h3 {
  font-size: clamp(1.125rem, 1.35vw, 1.375rem) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .approach-item p {
  font-size: clamp(0.875rem, 0.95vw, 1rem) !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .home-hero h1 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .offerings .offering-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="home-redesign"] .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="home-redesign"] .approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-header {
    min-height: 74px !important;
    padding: var(--space-3) var(--space-4) !important;
  }

  body[data-page="home-redesign"] .home-brand {
    height: clamp(46px, 12vw, 58px) !important;
    max-width: 42vw !important;
    width: clamp(132px, 36vw, 172px) !important;
  }

  body[data-page="home-redesign"] .header-pill--status {
    display: none !important;
  }

  body[data-page="home-redesign"] .header-pill--icon {
    height: 38px !important;
    min-height: 38px !important;
    min-width: 40px !important;
    width: 40px !important;
  }

  body[data-page="home-redesign"] .home-hero h1 {
    font-size: clamp(2.35rem, 10.2vw, 3.15rem) !important;
    line-height: 1.06 !important;
    max-width: 100% !important;
    text-wrap: pretty;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .hero-highlight,
  body[data-page="home-redesign"] .hero-highlight:nth-of-type(2),
  body[data-page="home-redesign"] .hero-highlight:nth-of-type(3) {
    background-size: 100% 100% !important;
    line-height: 0.92 !important;
    padding: 0.035em 0.11em 0.055em !important;
  }

  body[data-page="home-redesign"] .offerings .offering-list {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-redesign"] .offerings .offering-item {
    min-height: 0 !important;
  }

  body[data-page="home-redesign"] .focus-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-redesign"] .focus-item {
    min-height: 0 !important;
  }

  body[data-page="home-redesign"] .approach .home-section__intro h2 {
    max-width: 100% !important;
  }

  body[data-page="home-redesign"] .approach-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-redesign"] .approach-item {
    min-height: 0 !important;
  }
}

/* Final Work Index module override. */
body[data-page="home-redesign"] {
  --work-columns: minmax(52px, 0.34fr) minmax(86px, 0.55fr) minmax(280px, 1.85fr) minmax(64px, 0.42fr) minmax(150px, 0.86fr) minmax(92px, 0.58fr);
  --work-detail-height: clamp(460px, 34vw, 540px);
  --work-detail-gap: var(--space-5);
  --work-detail-media-offset: calc(1.72rem + var(--space-4));
  --work-spring: cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="home-redesign"] .work-index__content {
  overflow-x: auto !important;
  padding: var(--space-7) var(--home-gutter) var(--space-8) !important;
}

body[data-page="home-redesign"] .work-index__tools {
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto var(--space-5) !important;
}

body[data-page="home-redesign"] .work-mode-toggle {
  background: var(--color-surface) !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  isolation: isolate;
  min-width: min(100%, 300px);
  overflow: visible !important;
  padding: 3px !important;
  position: relative;
}

body[data-page="home-redesign"] .work-mode-toggle::before {
  background: var(--color-primary);
  border-radius: calc(var(--radius-button) - 2px);
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  top: 3px;
  transform: translateX(0);
  transition: transform 420ms var(--work-spring);
  will-change: transform;
  width: calc((100% - 6px) / 2);
  z-index: 0;
}

body[data-page="home-redesign"] .work-mode-toggle[data-active-mode="index"]::before {
  transform: translateX(100%);
}

body[data-page="home-redesign"] .work-mode-toggle .mode-button {
  background: transparent !important;
  border: 0 !important;
  border-radius: calc(var(--radius-button) - 2px) !important;
  color: var(--color-text) !important;
  min-height: 34px !important;
  padding: 0.62em 0.9em !important;
  position: relative;
  transition:
    color var(--transition-base),
    opacity var(--transition-fast),
    transform var(--transition-base) !important;
  z-index: 1;
}

body[data-page="home-redesign"] .work-mode-toggle .mode-button.is-active {
  color: var(--color-inverse-text) !important;
}

body[data-page="home-redesign"] .work-table {
  min-width: 960px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .work-row,
body[data-page="home-redesign"] .work-row.work-row--head {
  align-items: center !important;
  display: grid !important;
  font-family: var(--font-sans) !important;
  gap: var(--space-3) !important;
  grid-template-columns: var(--work-columns) !important;
  min-width: 960px !important;
  transition:
    background-color var(--transition-base),
    color var(--transition-base),
    opacity var(--transition-fast),
    transform 420ms var(--work-spring) !important;
}

body[data-page="home-redesign"] .work-row--head {
  min-height: 40px !important;
}

body[data-page="home-redesign"] .work-row--head span,
body[data-page="home-redesign"] .work-row > span:not(.work-row__mobile-preview) {
  font-family: var(--font-sans) !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .work-row--head span {
  font-size: var(--text-xs) !important;
  letter-spacing: 0.08em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body[data-page="home-redesign"] .work-offering {
  align-items: center !important;
  border-left: 0 !important;
  display: inline-flex !important;
  font-family: var(--font-sans) !important;
  gap: var(--space-2) !important;
  padding-left: 0 !important;
}

body[data-page="home-redesign"] .work-offering::before,
body[data-page="home-redesign"] .work-offering::after {
  content: none !important;
  display: none !important;
}

body[data-page="home-redesign"] .work-service-marker {
  align-self: stretch;
  background: var(--service-marker-color, var(--color-accent));
  display: inline-block;
  flex: 0 0 5px;
  min-height: 1.35em;
  width: 5px;
}

body[data-page="home-redesign"] .featured-case {
  align-items: start !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
  display: grid !important;
  gap: var(--work-detail-gap) !important;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.28fr) minmax(0, 0.34fr) !important;
  height: var(--work-detail-height) !important;
  margin: var(--space-3) 0 var(--space-4) !important;
  max-height: var(--work-detail-height) !important;
  opacity: 1;
  overflow: hidden !important;
  padding: var(--space-5) !important;
  transform: translateY(0);
  transition:
    opacity 320ms var(--work-spring),
    transform 420ms var(--work-spring),
    max-height 460ms var(--work-spring) !important;
}

body[data-page="home-redesign"] .featured-case[hidden] {
  display: none !important;
}

body[data-page="home-redesign"] .featured-case.is-entering,
body[data-page="home-redesign"] .featured-case.is-updating {
  opacity: 0;
  transform: translateY(12px);
}

body[data-page="home-redesign"] .featured-case__copy,
body[data-page="home-redesign"] .featured-case__screen,
body[data-page="home-redesign"] .featured-case__media {
  justify-self: stretch !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .featured-case__copy {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body[data-page="home-redesign"] .featured-case__screen {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body[data-page="home-redesign"] .featured-case__media {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

body[data-page="home-redesign"] .featured-case__copy {
  align-content: start !important;
  display: grid !important;
  gap: var(--space-4) !important;
  overflow: auto !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .featured-case__copy h3 {
  font-size: clamp(1.5rem, 2.2vw, 2rem) !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: none !important;
}

body[data-page="home-redesign"] .featured-case__copy p[data-case-description] {
  font-size: var(--text-base) !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: none !important;
}

body[data-page="home-redesign"] .project-detail__meta {
  align-items: center !important;
  color: var(--color-muted) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--space-2) var(--space-3) !important;
  grid-template-columns: none !important;
  margin: 0 !important;
}

body[data-page="home-redesign"] .project-detail__meta div {
  align-items: baseline !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  gap: 0.35em !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .project-detail__meta div:not(:last-child)::after {
  color: var(--color-muted) !important;
  content: "·";
  margin-left: var(--space-3);
}

body[data-page="home-redesign"] .case-tags span {
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-button) !important;
  padding: 0.52em 0.68em !important;
}

body[data-page="home-redesign"] .project-detail__meta dt,
body[data-page="home-redesign"] .project-detail__meta dd {
  margin: 0 !important;
}

body[data-page="home-redesign"] .project-detail__meta dt {
  color: var(--color-muted) !important;
  font-size: var(--text-xs) !important;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .project-detail__meta dd {
  font-size: var(--text-sm) !important;
  line-height: 1.3 !important;
}

body[data-page="home-redesign"] .case-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--space-2) !important;
}

body[data-page="home-redesign"] .case-tags span {
  font-size: var(--text-xs) !important;
  line-height: 1.25 !important;
}

body[data-page="home-redesign"] .project-link,
body[data-page="home-redesign"] .featured-case .project-link {
  border: 0 !important;
  font-family: var(--font-accent) !important;
  justify-self: start;
  padding: 0 !important;
  text-decoration: none !important;
}

body[data-page="home-redesign"] .project-link:hover {
  opacity: 0.72 !important;
  transform: translateY(-1px);
}

body[data-page="home-redesign"] .featured-case__screen,
body[data-page="home-redesign"] .featured-case__media {
  align-items: center !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  display: grid !important;
  justify-items: center !important;
  justify-self: stretch !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}

body[data-page="home-redesign"] .featured-case__screen {
  align-items: stretch !important;
  display: grid !important;
  gap: var(--work-detail-gap) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  height: calc(100% - var(--work-detail-media-offset)) !important;
  margin-top: var(--work-detail-media-offset) !important;
}

body[data-page="home-redesign"] .featured-case__screen::before,
body[data-page="home-redesign"] .featured-case__screen::after {
  align-items: center;
  background: color-mix(in srgb, var(--color-surface) 82%, var(--color-text));
  border: 0 !important;
  border-radius: var(--radius-button);
  color: var(--color-muted);
  display: grid;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  justify-items: center;
  letter-spacing: 0.08em;
  min-height: 0;
  text-transform: uppercase;
}

body[data-page="home-redesign"] .featured-case__screen::before {
  content: "Landscape 01";
}

body[data-page="home-redesign"] .featured-case__screen::after {
  content: "Landscape 02";
}

body[data-page="home-redesign"] .featured-case__media {
  background: color-mix(in srgb, var(--color-surface) 82%, var(--color-text));
  height: calc(100% - var(--work-detail-media-offset)) !important;
  margin-top: var(--work-detail-media-offset) !important;
}

body[data-page="home-redesign"] .featured-case__media::before {
  content: attr(data-case-logo);
}

body[data-page="home-redesign"] .featured-case__media::after {
  content: "Image slot";
}

body[data-page="home-redesign"] .project-detail__nav {
  display: none !important;
}

body[data-page="home-redesign"]:not(.is-image-mode) .featured-case:not([hidden]) {
  display: grid !important;
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .featured-case {
    grid-template-columns: 1fr !important;
    height: auto !important;
    max-height: none !important;
  }

  body[data-page="home-redesign"] .featured-case__copy,
  body[data-page="home-redesign"] .featured-case__screen,
  body[data-page="home-redesign"] .featured-case__media {
    grid-column: 1 !important;
  }

  body[data-page="home-redesign"] .featured-case__copy {
    grid-row: 1 !important;
  }

  body[data-page="home-redesign"] .featured-case__screen {
    grid-row: 2 !important;
  }

  body[data-page="home-redesign"] .featured-case__media {
    grid-row: 3 !important;
  }

  body[data-page="home-redesign"] .featured-case__screen,
  body[data-page="home-redesign"] .featured-case__media {
    min-height: 220px !important;
    margin-top: 0 !important;
  }

  body[data-page="home-redesign"] .featured-case__screen {
    min-height: 320px !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .work-index__content {
    overflow-x: auto !important;
  }

  body[data-page="home-redesign"] .work-mode-toggle {
    min-width: min(100%, 280px);
  }

  body[data-page="home-redesign"] .work-row,
  body[data-page="home-redesign"] .work-row.work-row--head {
    grid-template-columns: var(--work-columns) !important;
    min-height: 48px !important;
    min-width: 960px !important;
  }

  body[data-page="home-redesign"] .work-row--head span:not(.work-row__icon),
  body[data-page="home-redesign"] .work-row span[role="cell"]:not(.work-row__icon):not(.work-project),
  body[data-page="home-redesign"] .work-offering {
    display: inline-flex !important;
  }

  body[data-page="home-redesign"] .work-row--head span,
  body[data-page="home-redesign"] .work-row > span:not(.work-row__mobile-preview) {
    grid-column: auto !important;
    grid-row: auto !important;
    margin-left: 0 !important;
  }

  body[data-page="home-redesign"] .work-row > span::after {
    content: none !important;
  }

  body[data-page="home-redesign"] .featured-case {
    margin-right: auto !important;
    min-width: 0 !important;
    width: calc(100vw - 88px) !important;
  }

  body[data-page="home-redesign"] .featured-case__copy,
  body[data-page="home-redesign"] .featured-case__screen,
  body[data-page="home-redesign"] .featured-case__media {
    justify-self: stretch !important;
    margin: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .featured-case__screen,
  body[data-page="home-redesign"] .featured-case__media {
    height: auto !important;
  }
}

/* EOF module override: Work Index pagination, Clients, Contact only. */
body[data-page="home-redesign"] .work-pagination {
  border-top: 0 !important;
  box-shadow: none !important;
  margin-top: var(--space-4) !important;
  padding-top: 0 !important;
}

body[data-page="home-redesign"] .work-pagination::before,
body[data-page="home-redesign"] .work-pagination::after {
  content: none !important;
  display: none !important;
}

body[data-page="home-redesign"] .work-row.is-page-last {
  border-bottom: 0 !important;
}

body[data-page="home-redesign"] .clients > .section-inner,
body[data-page="home-redesign"] .contact-panel > .contact-inner {
  display: grid !important;
  gap: var(--space-6) !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .clients .home-section__intro,
body[data-page="home-redesign"] .contact-panel .home-section__intro {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 780px !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .clients .home-section-label,
body[data-page="home-redesign"] .contact-panel .home-section-label {
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .clients .home-section__intro h2,
body[data-page="home-redesign"] .contact-panel .home-section__intro h2 {
  display: block !important;
  font-family: var(--font-display) !important;
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  margin: var(--space-3) 0 0 !important;
  max-width: 17ch !important;
}

body[data-page="home-redesign"] .contact-panel .home-section__description {
  color: var(--color-muted) !important;
  font-family: var(--font-sans) !important;
  font-size: var(--text-base) !important;
  line-height: 1.58 !important;
  margin: var(--space-3) 0 0 !important;
  max-width: 58ch !important;
}

body[data-page="home-redesign"] .client-grid {
  display: grid !important;
  gap: var(--space-4) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .client-grid div,
body[data-page="home-redesign"] .client-grid a,
body[data-page="home-redesign"] .client-grid div:nth-child(3n),
body[data-page="home-redesign"] .client-grid div:nth-child(5n),
body[data-page="home-redesign"] .client-grid div:nth-last-child(-n + 5),
body[data-page="home-redesign"] .client-grid div:nth-last-child(-n + 2) {
  align-items: center !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  display: flex !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.125rem, 1.35vw, 1.375rem) !important;
  justify-content: flex-start !important;
  line-height: 1.18 !important;
  min-height: clamp(96px, 10vw, 132px) !important;
  padding: var(--space-5) !important;
  transition: opacity var(--transition-base), transform var(--transition-base), background-color var(--transition-base) !important;
}

body[data-page="home-redesign"] .client-grid a {
  color: inherit !important;
  text-decoration: none !important;
}

body[data-page="home-redesign"] .client-grid div:hover,
body[data-page="home-redesign"] .client-grid a:hover {
  opacity: 0.78 !important;
  transform: translateY(-2px) !important;
}

body[data-page="home-redesign"] .contact-panel > .contact-inner {
  align-items: stretch !important;
}

body[data-page="home-redesign"] .natural-form {
  border-radius: var(--radius-button) !important;
  box-sizing: border-box !important;
  display: grid !important;
  gap: var(--space-5) !important;
  margin: 0 !important;
  max-width: none !important;
  padding: clamp(32px, 5vw, 72px) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .natural-form p.contact-sentence {
  font-family: var(--font-display) !important;
  font-size: clamp(2.25rem, 4.4vw, 4.75rem) !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: min(100%, 1180px) !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .contact-flow__intro {
  font-family: var(--font-display) !important;
}

body[data-page="home-redesign"] .contact-flow__line {
  line-height: inherit !important;
  margin-block: 0.08em !important;
}

body[data-page="home-redesign"] .contact-token {
  font-family: var(--font-display) !important;
}

body[data-page="home-redesign"] .sentence-field,
body[data-page="home-redesign"] .sentence-select {
  margin-inline: 0.08em !important;
}

body[data-page="home-redesign"] .sentence-field input,
body[data-page="home-redesign"] .sentence-select__button {
  border-radius: var(--radius-button) !important;
  min-height: 1.12em !important;
  padding: 0.08em 0.22em !important;
}

body[data-page="home-redesign"] .natural-form .button {
  justify-self: start !important;
  margin-top: var(--space-3) !important;
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .clients > .section-inner,
  body[data-page="home-redesign"] .contact-panel > .contact-inner {
    gap: var(--space-5) !important;
  }

  body[data-page="home-redesign"] .client-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-page="home-redesign"] .clients .home-section__intro h2,
  body[data-page="home-redesign"] .contact-panel .home-section__intro h2 {
    font-size: clamp(1.875rem, 8vw, 2.625rem) !important;
    max-width: 100% !important;
  }

  body[data-page="home-redesign"] .natural-form {
    padding: var(--space-5) !important;
  }

  body[data-page="home-redesign"] .natural-form p.contact-sentence {
    font-size: clamp(1.875rem, 8.4vw, 2.75rem) !important;
    line-height: 1.16 !important;
  }
}

/* EOF module override: Contact natural-language select details only. */
body[data-page="home-redesign"] .contact-panel .sentence-select,
body[data-page="home-redesign"] .contact-panel .sentence-select--company,
body[data-page="home-redesign"] .contact-panel .sentence-select--service {
  border: 0 !important;
  box-shadow: none !important;
  flex: 0 1 auto !important;
  flex-basis: auto !important;
  inline-size: max-content !important;
  margin-inline: 0.08em !important;
  max-inline-size: 100% !important;
  min-inline-size: max-content !important;
  min-width: max-content !important;
  width: auto !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__button,
body[data-page="home-redesign"] .contact-panel .sentence-select--company .sentence-select__button,
body[data-page="home-redesign"] .contact-panel .sentence-select--service .sentence-select__button {
  border: 0 !important;
  box-shadow: none !important;
  flex: 0 1 auto !important;
  flex-basis: auto !important;
  gap: 0.16em !important;
  inline-size: max-content !important;
  justify-content: flex-start !important;
  max-inline-size: 100% !important;
  min-inline-size: max-content !important;
  min-width: max-content !important;
  overflow: visible !important;
  text-overflow: clip !important;
  width: auto !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__value {
  flex: 0 0 auto !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__chevron {
  flex: 0 0 auto !important;
}

body[data-page="home-redesign"] .contact-panel .contact-token--email {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__menu {
  background: var(--color-surface) !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--color-text) 12%, transparent) !important;
  gap: 0 !important;
  inline-size: max(100%, 220px) !important;
  min-inline-size: max-content !important;
  overflow: hidden !important;
  padding: var(--space-1) !important;
  width: max(100%, 220px) !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__menu button,
body[data-page="home-redesign"] .contact-panel .sentence-select__menu [data-tone] {
  background: transparent !important;
  border: 0 !important;
  border-radius: calc(var(--radius-button) - 2px) !important;
  box-shadow: none !important;
  color: var(--color-text) !important;
  filter: none !important;
  font-family: var(--font-sans) !important;
  font-size: var(--text-base) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  min-height: 0 !important;
  padding: 0.72em 0.8em !important;
  text-align: left !important;
  transition:
    background-color var(--transition-fast),
    color var(--transition-fast),
    opacity var(--transition-fast) !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__menu button::before,
body[data-page="home-redesign"] .contact-panel .sentence-select__menu button::after {
  content: none !important;
  display: none !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__menu button:hover {
  background: color-mix(in srgb, var(--color-accent) 18%, var(--color-surface)) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__menu button:focus-visible {
  background: color-mix(in srgb, var(--color-accent) 22%, var(--color-surface)) !important;
  color: var(--color-text) !important;
  outline: 2px solid color-mix(in srgb, var(--color-accent) 62%, var(--color-text)) !important;
  outline-offset: -2px !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__menu button[aria-selected="true"] {
  background: var(--color-primary) !important;
  color: var(--color-inverse-text) !important;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .contact-panel .sentence-select,
  body[data-page="home-redesign"] .contact-panel .sentence-select__button {
    max-inline-size: calc(100vw - (var(--space-5) * 2) - (var(--home-gutter) * 2)) !important;
  }

  body[data-page="home-redesign"] .contact-panel .sentence-select__menu {
    inline-size: min(100vw - (var(--space-5) * 2), max(100%, 220px)) !important;
    width: min(100vw - (var(--space-5) * 2), max(100%, 220px)) !important;
  }
}

/* EOF module override: Contact labels and full-width Footer only. */
body[data-page="home-redesign"] .contact-panel {
  --contact-field-min-width: clamp(220px, 24vw, 360px);
}

body[data-page="home-redesign"] .contact-panel .contact-token--nowrap,
body[data-page="home-redesign"] .contact-panel .contact-token--email {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

body[data-page="home-redesign"] .contact-panel .contact-flow__line {
  column-gap: 0.16em !important;
  flex-wrap: wrap !important;
  row-gap: var(--space-2) !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select,
body[data-page="home-redesign"] .contact-panel .sentence-select--company,
body[data-page="home-redesign"] .contact-panel .sentence-select--service,
body[data-page="home-redesign"] .contact-panel .sentence-select__button,
body[data-page="home-redesign"] .contact-panel .sentence-select--company .sentence-select__button,
body[data-page="home-redesign"] .contact-panel .sentence-select--service .sentence-select__button {
  inline-size: max-content !important;
  min-inline-size: var(--contact-field-min-width) !important;
  min-width: var(--contact-field-min-width) !important;
  transition:
    background-color var(--transition-base),
    color var(--transition-base),
    opacity var(--transition-fast),
    transform var(--transition-base),
    min-width var(--transition-base) !important;
  width: auto !important;
}

body[data-page="home-redesign"] .contact-panel .sentence-select__value {
  min-inline-size: 0 !important;
}

body[data-page="home-redesign"] .site-footer.home-footer {
  box-sizing: border-box !important;
  margin: 0 !important;
  max-width: none !important;
  overflow-x: clip !important;
  padding: 0 !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .home-footer__inner.footer-inner,
body[data-page="home-redesign"] .home-footer__inner.footer-inner.page-shell {
  box-sizing: border-box !important;
  display: grid !important;
  gap: var(--space-7) !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.7fr) minmax(0, 1.1fr) !important;
  margin: 0 auto !important;
  max-width: 1440px !important;
  padding: var(--space-8) var(--home-gutter) !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .home-footer__brand,
body[data-page="home-redesign"] .home-footer__meta,
body[data-page="home-redesign"] .home-footer__contact {
  align-content: start !important;
  display: grid !important;
  gap: var(--space-4) !important;
  min-width: 0 !important;
}

body[data-page="home-redesign"] .home-footer__brand p,
body[data-page="home-redesign"] .home-footer__copyright {
  color: inherit !important;
  font-family: var(--font-sans) !important;
  font-size: var(--text-sm) !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  max-width: 34ch !important;
}

body[data-page="home-redesign"] .home-footer__nav {
  align-content: start !important;
  display: grid !important;
  gap: var(--space-2) !important;
  justify-content: start !important;
}

body[data-page="home-redesign"] .home-footer__nav a,
body[data-page="home-redesign"] .home-footer__social a {
  width: fit-content !important;
}

body[data-page="home-redesign"] .home-footer__meta {
  justify-items: start !important;
}

body[data-page="home-redesign"] .home-footer__social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--space-2) !important;
  justify-content: flex-start !important;
}

body[data-page="home-redesign"] .home-footer__contact-item {
  display: grid !important;
  gap: var(--space-1) !important;
  min-width: 0 !important;
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .home-footer__inner.footer-inner,
  body[data-page="home-redesign"] .home-footer__inner.footer-inner.page-shell {
    gap: var(--space-6) !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  body[data-page="home-redesign"] .home-footer__meta {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .contact-panel {
    --contact-field-min-width: min(220px, calc(100vw - (var(--space-5) * 2) - (var(--home-gutter) * 2)));
  }

  body[data-page="home-redesign"] .contact-panel .sentence-select,
  body[data-page="home-redesign"] .contact-panel .sentence-select__button {
    min-inline-size: var(--contact-field-min-width) !important;
    min-width: var(--contact-field-min-width) !important;
  }

  body[data-page="home-redesign"] .home-footer__inner.footer-inner,
  body[data-page="home-redesign"] .home-footer__inner.footer-inner.page-shell {
    gap: var(--space-5) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding-block: var(--space-7) !important;
  }

  body[data-page="home-redesign"] .home-footer__meta {
    grid-column: auto !important;
  }
}

/* EOF module override: Contact Hero-style sentence flow only. */
body[data-page="home-redesign"] .contact-panel {
  --contact-field-min-width: clamp(190px, 18vw, 320px);
  --contact-select-min-width: clamp(190px, 18vw, 320px);
  --contact-email-min-width: clamp(210px, 20vw, 340px);
}

body[data-page="home-redesign"] .natural-form.contact-sentence-form {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  font-family: var(--font-display) !important;
  font-size: clamp(2.25rem, 4.4vw, 4.75rem) !important;
  gap: 0.18em !important;
  line-height: 1.12 !important;
}

body[data-page="home-redesign"] .contact-sentence-form .contact-sentence {
  align-items: baseline !important;
  column-gap: 0.28em !important;
  display: flex !important;
  flex: 0 1 auto !important;
  flex-basis: auto !important;
  flex-wrap: nowrap !important;
  grid-column: auto !important;
  line-height: inherit !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  row-gap: 0 !important;
  width: fit-content !important;
}

body[data-page="home-redesign"] .contact-sentence-form .contact-label,
body[data-page="home-redesign"] .contact-sentence-form .contact-punctuation {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  line-height: inherit !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

body[data-page="home-redesign"] .contact-sentence-form .contact-field-wrap,
body[data-page="home-redesign"] .contact-sentence-form .sentence-field,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select,
body[data-page="home-redesign"] .contact-sentence-form .contact-field {
  border: 0 !important;
  box-shadow: none !important;
  clear: none !important;
  display: inline-flex !important;
  flex: 0 1 auto !important;
  flex-basis: auto !important;
  grid-column: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: relative !important;
  width: auto !important;
}

body[data-page="home-redesign"] .contact-sentence-form .contact-field-name,
body[data-page="home-redesign"] .contact-sentence-form .sentence-field--name input {
  inline-size: var(--contact-field-min-width) !important;
  min-inline-size: var(--contact-field-min-width) !important;
  width: var(--contact-field-min-width) !important;
}

body[data-page="home-redesign"] .contact-sentence-form .contact-field-email,
body[data-page="home-redesign"] .contact-sentence-form .sentence-field--email input {
  inline-size: var(--contact-email-min-width) !important;
  min-inline-size: min(10ch, var(--contact-email-min-width)) !important;
  width: var(--contact-email-min-width) !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-select,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select--company,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select--service,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select__button,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select--company .sentence-select__button,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select--service .sentence-select__button {
  inline-size: max-content !important;
  min-inline-size: var(--contact-select-min-width) !important;
  min-width: var(--contact-select-min-width) !important;
  width: auto !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-field input,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select__button {
  align-items: baseline !important;
  background: var(--contact-field-bg) !important;
  border: 0 !important;
  border-radius: var(--radius-button) !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: var(--contact-field-text) !important;
  display: inline-flex !important;
  font-family: var(--font-sans) !important;
  font-size: inherit !important;
  height: auto !important;
  justify-content: flex-start !important;
  line-height: inherit !important;
  min-height: 1.12em !important;
  overflow: visible !important;
  padding: 0.08em 0.22em !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-select__value {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-select__menu {
  font-family: var(--font-sans) !important;
  font-size: var(--text-base) !important;
  line-height: 1.45 !important;
}

body[data-page="home-redesign"] .contact-sentence-form .form-status {
  font-family: var(--font-sans) !important;
  font-size: var(--text-sm) !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .natural-form.contact-sentence-form {
    font-size: clamp(1.5rem, 5.2vw, 2.75rem) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .contact-panel {
    --contact-field-min-width: 130px;
    --contact-select-min-width: min(190px, calc(100vw - (var(--space-5) * 2) - (var(--home-gutter) * 2)));
    --contact-email-min-width: 120px;
  }

  body[data-page="home-redesign"] .natural-form.contact-sentence-form {
    font-size: clamp(0.9375rem, 4.1vw, 1rem) !important;
    gap: 0.32em !important;
  }

  body[data-page="home-redesign"] .contact-sentence-form .contact-sentence {
    max-width: 100% !important;
  }
}

/* EOF module override: Contact sentence tokens and placeholder states only. */
body[data-page="home-redesign"] .contact-panel {
  --sentence-font-family: var(--font-display);
  --sentence-font-size: clamp(2rem, 3.7vw, 3.75rem);
  --sentence-line-height: 1.04;
  --sentence-letter-spacing: 0;
  --sentence-gap: 0.22em;
  --sentence-row-gap: 0.2em;
  --contact-placeholder-color: color-mix(in srgb, var(--color-muted) 72%, transparent);
  --contact-field-background: color-mix(in srgb, var(--color-surface) 86%, transparent);
  --contact-field-padding-block: 0.07em;
  --contact-field-padding-inline: 0.2em;
}

body[data-page="home-redesign"] .natural-form.contact-sentence-form {
  font-family: var(--sentence-font-family) !important;
  font-size: var(--sentence-font-size) !important;
  gap: var(--sentence-row-gap) !important;
  letter-spacing: var(--sentence-letter-spacing) !important;
  line-height: var(--sentence-line-height) !important;
}

body[data-page="home-redesign"] .contact-sentence-form .contact-sentence {
  align-items: baseline !important;
  column-gap: var(--sentence-gap) !important;
  line-height: var(--sentence-line-height) !important;
}

body[data-page="home-redesign"] .contact-sentence-form .contact-label,
body[data-page="home-redesign"] .contact-sentence-form .contact-punctuation {
  font-family: var(--sentence-font-family) !important;
  letter-spacing: var(--sentence-letter-spacing) !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-field input,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select__button {
  background: var(--contact-field-background) !important;
  color: var(--color-text) !important;
  font-family: var(--sentence-font-family) !important;
  font-size: inherit !important;
  letter-spacing: var(--sentence-letter-spacing) !important;
  line-height: inherit !important;
  padding: var(--contact-field-padding-block) var(--contact-field-padding-inline) !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-field input::placeholder {
  color: var(--contact-placeholder-color) !important;
  opacity: 1 !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-select:not(.has-value) .sentence-select__value,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select__button[data-state="placeholder"] .sentence-select__value {
  color: var(--contact-placeholder-color) !important;
  opacity: 1 !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-select.has-value .sentence-select__value,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select__button[data-state="selected"] .sentence-select__value {
  color: var(--color-text) !important;
  opacity: 1 !important;
}

body[data-page="home-redesign"] .contact-sentence-form .sentence-select__menu,
body[data-page="home-redesign"] .contact-sentence-form .sentence-select__menu button {
  font-family: var(--font-sans) !important;
  font-size: var(--text-base) !important;
  line-height: 1.45 !important;
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .contact-panel {
    --sentence-font-size: clamp(1.5rem, 4.8vw, 2.625rem);
    --sentence-line-height: 1.08;
    --sentence-row-gap: 0.24em;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .contact-panel {
    --sentence-font-size: clamp(0.9375rem, 4.1vw, 1rem);
    --sentence-line-height: 1.16;
    --sentence-gap: 0.24em;
    --sentence-row-gap: 0.32em;
  }
}

/* EOF module override: Contact sentence left alignment only. */
body[data-page="home-redesign"] .natural-form.contact-sentence-form {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(1269px, calc(100% - (var(--home-gutter) * 2))) !important;
  padding-left: 0 !important;
  transform: translateX(-3px) !important;
  width: 100% !important;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .natural-form.contact-sentence-form {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100% - (var(--home-gutter) * 2)) !important;
    padding-left: 0 !important;
    transform: none !important;
    width: 100% !important;
  }
}

/* EOF module override: Footer copyright and social alignment only. */
body[data-page="home-redesign"] .home-footer__brand {
  align-self: stretch !important;
  grid-template-rows: auto auto 1fr auto !important;
}

body[data-page="home-redesign"] .home-footer__brand .home-footer__copyright {
  align-self: end !important;
  margin-top: var(--space-7) !important;
}

body[data-page="home-redesign"] .home-footer__meta {
  justify-items: stretch !important;
}

body[data-page="home-redesign"] .home-footer__social {
  justify-content: flex-end !important;
  justify-self: stretch !important;
  width: 100% !important;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-footer__brand {
    grid-template-rows: auto !important;
  }

  body[data-page="home-redesign"] .home-footer__brand .home-footer__copyright {
    margin-top: var(--space-4) !important;
  }

  body[data-page="home-redesign"] .home-footer__social {
    justify-content: flex-start !important;
  }
}

/* EOF module override: Work Index Project Detail More+ visibility only. */
body[data-page="home-redesign"] .work-index .featured-case {
  overflow: visible !important;
}

body[data-page="home-redesign"] .work-index .featured-case__copy {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

body[data-page="home-redesign"] .work-index .featured-case__copy > * {
  flex-shrink: 0 !important;
}

body[data-page="home-redesign"] .work-index .project-link,
body[data-page="home-redesign"] .work-index .featured-case .project-link {
  display: inline-flex !important;
  flex-shrink: 0 !important;
  margin-top: auto !important;
  position: relative !important;
  white-space: nowrap !important;
  width: fit-content !important;
  z-index: 2 !important;
}

body[data-page="home-redesign"] .work-index .featured-case__screen,
body[data-page="home-redesign"] .work-index .featured-case__media {
  overflow: hidden !important;
  position: relative !important;
  z-index: 0 !important;
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .work-index .featured-case {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    max-height: none !important;
    min-height: var(--work-detail-height) !important;
    overflow: visible !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case__copy,
  body[data-page="home-redesign"] .work-index .featured-case__screen,
  body[data-page="home-redesign"] .work-index .featured-case__media {
    grid-column: 1 !important;
    justify-self: stretch !important;
    margin: 0 !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case__copy {
    grid-row: 1 !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case__screen {
    grid-row: 2 !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case__media {
    grid-row: 3 !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case__screen,
  body[data-page="home-redesign"] .work-index .featured-case__media {
    height: auto !important;
    margin-top: 0 !important;
    min-height: 220px !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case__screen {
    min-height: 320px !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .work-index .featured-case {
    min-height: 0 !important;
    overflow: visible !important;
  }
}

/* EOF module override: Dark mode tokens and contrast only. */
body[data-page="home-redesign"][data-theme="dark"] {
  --color-bg: #10100f;
  --color-surface: #1b1b19;
  --color-surface-soft: #24231f;
  --color-surface-strong: #2c2b27;
  --color-text: #f7f4ed;
  --color-muted: #b8b2a8;
  --color-border: rgba(247, 244, 237, 0.18);
  --color-primary: #f7f4ed;
  --color-accent: #ff7a45;
  --color-link: #f7f4ed;
  --color-button-bg: #f7f4ed;
  --color-button-text: #10100f;
  --color-input-bg: #24231f;
  --color-input-text: #f7f4ed;
  --color-placeholder: #9f998f;
  --color-inverse: #f7f4ed;
  --color-inverse-text: #10100f;
  --color-accent-yellow: #f4cf5e;
  --color-accent-purple: #d9b7ff;
  --color-accent-green: #b8b383;
  --bg: var(--color-bg);
  --bg-soft: var(--color-surface);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --line: var(--color-border);
  --line-strong: rgba(247, 244, 237, 0.34);
  --inverse: var(--color-inverse);
  --inverse-text: var(--color-inverse-text);
  --sw-ink: var(--color-text);
  --sw-bg: var(--color-bg);
  --sw-bg-soft: var(--color-surface-soft);
  --sw-panel: var(--color-surface);
  --sw-muted: var(--color-muted);
  --sw-muted-2: var(--color-placeholder);
  --sw-line: var(--color-border);
  --sw-line-strong: rgba(247, 244, 237, 0.34);
  --shot-bg: var(--color-bg);
  --shot-panel: var(--color-surface);
  --shot-panel-2: var(--color-surface-soft);
  --shot-text: var(--color-text);
  --shot-muted: var(--color-muted);
  --shot-line: var(--color-border);
  --home-border: var(--color-border);
  --focus-divider-color-dark: var(--color-bg);
  --home-muted: var(--color-muted);
  --home-soft: var(--color-surface);
  --contact-bg: var(--color-bg);
  --contact-text: var(--color-text);
  --contact-label: var(--color-text);
  --contact-field-bg: var(--color-input-bg);
  --contact-field-text: var(--color-input-text);
  --contact-field-focus: var(--color-surface-strong);
  --contact-placeholder: var(--color-placeholder);
  --contact-placeholder-color: var(--color-placeholder);
  --contact-field-background: var(--color-input-bg);
  --contact-icon-bg: var(--color-button-bg);
  --contact-icon-text: var(--color-button-text);
  background: var(--color-bg) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"],
body[data-page="home-redesign"][data-theme="dark"] main,
body[data-page="home-redesign"][data-theme="dark"] .home-section,
body[data-page="home-redesign"][data-theme="dark"] .home-hero,
body[data-page="home-redesign"][data-theme="dark"] .contact-panel,
body[data-page="home-redesign"][data-theme="dark"] .home-footer {
  background: var(--color-bg) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .home-section-label,
body[data-page="home-redesign"][data-theme="dark"] .home-section__description,
body[data-page="home-redesign"][data-theme="dark"] p,
body[data-page="home-redesign"][data-theme="dark"] .project-detail__meta,
body[data-page="home-redesign"][data-theme="dark"] .home-footer__label,
body[data-page="home-redesign"][data-theme="dark"] .home-footer__brand p,
body[data-page="home-redesign"][data-theme="dark"] .home-footer__copyright {
  color: var(--color-muted) !important;
}

body[data-page="home-redesign"][data-theme="dark"] h1,
body[data-page="home-redesign"][data-theme="dark"] h2,
body[data-page="home-redesign"][data-theme="dark"] h3,
body[data-page="home-redesign"][data-theme="dark"] .contact-label,
body[data-page="home-redesign"][data-theme="dark"] .contact-punctuation,
body[data-page="home-redesign"][data-theme="dark"] .contact-flow__intro,
body[data-page="home-redesign"][data-theme="dark"] .client-grid div,
body[data-page="home-redesign"][data-theme="dark"] .client-grid a {
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] a {
  color: var(--color-link) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .home-header.is-scrolled {
  --header-bg: color-mix(in srgb, var(--color-bg) 84%, transparent);
  --header-fade: color-mix(in srgb, var(--color-bg) 38%, transparent);
  box-shadow: 0 1px 0 var(--color-border) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill,
body[data-page="home-redesign"][data-theme="dark"] .header-pill--status,
body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon,
body[data-page="home-redesign"][data-theme="dark"] .mode-button,
body[data-page="home-redesign"][data-theme="dark"] .work-page-button {
  background: var(--color-surface) !important;
  border-color: var(--color-border) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--connect,
body[data-page="home-redesign"][data-theme="dark"] .home-button,
body[data-page="home-redesign"][data-theme="dark"] .mode-button.is-active,
body[data-page="home-redesign"][data-theme="dark"] .work-mode-toggle .mode-button.is-active,
body[data-page="home-redesign"][data-theme="dark"] .work-page-button.is-active {
  background: var(--color-button-bg) !important;
  border-color: var(--color-button-bg) !important;
  color: var(--color-button-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill--icon svg,
body[data-page="home-redesign"][data-theme="dark"] .icon {
  color: currentColor;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: var(--icon-stroke);
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill:hover,
body[data-page="home-redesign"][data-theme="dark"] .home-button:hover,
body[data-page="home-redesign"][data-theme="dark"] .project-link:hover,
body[data-page="home-redesign"][data-theme="dark"] .home-footer__social a:hover {
  opacity: 0.82 !important;
}

body[data-page="home-redesign"][data-theme="dark"] .header-pill:focus-visible,
body[data-page="home-redesign"][data-theme="dark"] .home-button:focus-visible,
body[data-page="home-redesign"][data-theme="dark"] .mode-button:focus-visible,
body[data-page="home-redesign"][data-theme="dark"] .work-row:focus-visible,
body[data-page="home-redesign"][data-theme="dark"] .project-link:focus-visible,
body[data-page="home-redesign"][data-theme="dark"] input:focus-visible,
body[data-page="home-redesign"][data-theme="dark"] .sentence-select__button:focus-visible,
body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-accent) 78%, var(--color-text)) !important;
  outline-offset: 3px !important;
}

body[data-page="home-redesign"][data-theme="dark"] .hero-highlight,
body[data-page="home-redesign"][data-theme="dark"] .hero-highlight:nth-of-type(2),
body[data-page="home-redesign"][data-theme="dark"] .hero-highlight:nth-of-type(3) {
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--color-accent) 44%, transparent),
      color-mix(in srgb, var(--color-accent-yellow) 36%, transparent)
    ) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .offering-item,
body[data-page="home-redesign"][data-theme="dark"] .focus-item,
body[data-page="home-redesign"][data-theme="dark"] .approach-item,
body[data-page="home-redesign"][data-theme="dark"] .client-grid div,
body[data-page="home-redesign"][data-theme="dark"] .client-grid a,
body[data-page="home-redesign"][data-theme="dark"] .featured-case,
body[data-page="home-redesign"][data-theme="dark"] .work-mode-toggle,
body[data-page="home-redesign"][data-theme="dark"] .natural-form,
body[data-page="home-redesign"][data-theme="dark"] .home-footer__social a {
  background: var(--color-surface) !important;
  border-color: var(--color-border) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .focus-section .focus-grid {
  border-top-color: var(--focus-divider-color-dark) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .item-number,
body[data-page="home-redesign"][data-theme="dark"] .case-tags span,
body[data-page="home-redesign"][data-theme="dark"] .offering-deliverables li {
  background: var(--color-surface-soft) !important;
  border-color: var(--color-border) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-table {
  border-color: var(--color-border) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-row {
  border-color: var(--color-border) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-row:hover,
body[data-page="home-redesign"][data-theme="dark"] .work-row.is-active {
  background: color-mix(in srgb, var(--color-surface) 78%, var(--color-text)) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-row--head span,
body[data-page="home-redesign"][data-theme="dark"] .work-row span,
body[data-page="home-redesign"][data-theme="dark"] .project-detail__meta dt,
body[data-page="home-redesign"][data-theme="dark"] .project-detail__meta dd {
  color: var(--color-muted) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-row:hover span,
body[data-page="home-redesign"][data-theme="dark"] .work-row.is-active span {
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .featured-case__screen::before,
body[data-page="home-redesign"][data-theme="dark"] .featured-case__screen::after,
body[data-page="home-redesign"][data-theme="dark"] .featured-case__media {
  background: var(--color-surface-soft) !important;
  color: var(--color-muted) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .project-link,
body[data-page="home-redesign"][data-theme="dark"] .featured-case .project-link {
  color: var(--color-link) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .sentence-field input,
body[data-page="home-redesign"][data-theme="dark"] .sentence-select__button,
body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-field input,
body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-select__button {
  background: var(--color-input-bg) !important;
  color: var(--color-input-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .sentence-field input::placeholder,
body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-field input::placeholder,
body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-select:not(.has-value) .sentence-select__value,
body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-select__button[data-state="placeholder"] .sentence-select__value {
  color: var(--contact-placeholder-color) !important;
  opacity: 1 !important;
}

body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-select.has-value .sentence-select__value,
body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-select__button[data-state="selected"] .sentence-select__value {
  color: var(--color-input-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu {
  background: var(--color-surface-soft) !important;
  border-color: var(--color-border) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu button,
body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu [data-tone] {
  background: transparent !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu button:hover,
body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu button:focus-visible {
  background: color-mix(in srgb, var(--color-accent) 28%, var(--color-surface-soft)) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .sentence-select__menu button[aria-selected="true"] {
  background: var(--color-button-bg) !important;
  color: var(--color-button-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .home-footer {
  border-color: var(--color-border) !important;
}

/* EOF module override: Dark Contact form background only. */
body[data-page="home-redesign"][data-theme="dark"] .contact-panel {
  --contact-field-bg: #191917;
  --contact-field-background: #191917;
  --contact-field-focus: #20201d;
}

body[data-page="home-redesign"][data-theme="dark"] .natural-form.contact-sentence-form {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-field input,
body[data-page="home-redesign"][data-theme="dark"] .contact-sentence-form .sentence-select__button {
  background: var(--contact-field-background) !important;
}

/* EOF module override: Dark Work Index segmented contrast only. */
body[data-page="home-redesign"][data-theme="dark"] .work-mode-toggle {
  background: var(--color-surface) !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-mode-toggle::before {
  background: var(--color-button-bg) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-mode-toggle .mode-button {
  background: transparent !important;
  color: var(--color-text) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-mode-toggle .mode-button.is-active {
  color: var(--color-button-text) !important;
}

/* EOF module override: Work Index status icon and border system only. */
body[data-page="home-redesign"] .work-index .work-table {
  border-top: 1px solid var(--color-border) !important;
  border-bottom: 1px solid var(--color-border) !important;
}

body[data-page="home-redesign"] .work-index .work-row {
  border-top: 0 !important;
  border-bottom: 1px solid var(--color-border) !important;
}

body[data-page="home-redesign"] .work-index .work-row.is-page-hidden,
body[data-page="home-redesign"] .work-index .work-row[hidden] {
  display: none !important;
}

body[data-page="home-redesign"] .work-index .work-row.is-page-last {
  border-bottom: 0 !important;
}

body[data-page="home-redesign"] .work-index .work-row.is-page-last + .work-row:not(.is-page-hidden) {
  border-top: 1px solid var(--color-border) !important;
}

body[data-page="home-redesign"] .work-index .work-row.is-active {
  border-bottom-color: var(--color-border) !important;
}

body[data-page="home-redesign"] .work-index .featured-case {
  border-top: 0 !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-index .work-table,
body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row,
body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row.is-active {
  border-color: var(--color-border) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row__icon {
  background: var(--color-button-bg) !important;
  color: var(--color-bg) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row:not(.work-row--head):hover .work-row__icon,
body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row.is-active .work-row__icon,
body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row.is-locked:hover .work-row__icon {
  background: var(--color-button-bg) !important;
  color: var(--color-bg) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row--head .work-row__icon {
  background: transparent !important;
  color: var(--color-muted) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row__icon svg,
body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row__icon svg *,
body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row__icon path {
  stroke: var(--color-bg) !important;
}

body[data-page="home-redesign"][data-theme="dark"] .work-index .work-row__icon svg [fill]:not([fill="none"]) {
  fill: var(--color-bg) !important;
}

body[data-page="home-redesign"] .header-pill--status .status-dot,
body[data-page="home-redesign"] .status-dot {
  background: var(--ticker-dot-color, #9ec600) !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="poster-gallery"] {
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.28fr) minmax(0, 0.34fr) !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="dual-gallery"] {
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.31fr) minmax(0, 0.31fr) !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="single-hero"] {
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr) !important;
}

body[data-page="home-redesign"] .featured-case__screen.has-media-slots::before,
body[data-page="home-redesign"] .featured-case__screen.has-media-slots::after,
body[data-page="home-redesign"] .featured-case__media.has-media-slots::before,
body[data-page="home-redesign"] .featured-case__media.has-media-slots::after {
  content: none !important;
  display: none !important;
}

body[data-page="home-redesign"] .work-detail-media-slot {
  align-items: center;
  background: transparent;
  border-radius: var(--radius-button);
  color: var(--color-muted);
  display: grid;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  height: 100%;
  justify-items: center;
  letter-spacing: 0.08em;
  min-height: 0;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
}

body[data-page="home-redesign"] .work-detail-media-slot.is-placeholder {
  background: color-mix(in srgb, var(--color-surface) 82%, var(--color-text));
}

body[data-page="home-redesign"] .work-detail-media-slot img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body[data-page="home-redesign"] .work-detail-media-slot span {
  padding: var(--space-3);
  text-align: center;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="poster-gallery"] .featured-case__screen {
  background: transparent !important;
  display: grid !important;
  gap: var(--work-detail-gap) !important;
  grid-column: 2 !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="poster-gallery"] .featured-case__media {
  background: transparent !important;
  grid-column: 3 !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="dual-gallery"] .featured-case__screen,
body[data-page="home-redesign"] .work-index .featured-case[data-layout="dual-gallery"] .featured-case__media {
  background: transparent !important;
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  max-height: calc(100% - var(--work-detail-media-offset)) !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="dual-gallery"] .featured-case__screen {
  grid-column: 2 !important;
  grid-template-rows: minmax(0, 1fr) !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="dual-gallery"] .featured-case__media {
  grid-column: 3 !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="single-hero"] .featured-case__screen {
  display: none !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="single-hero"] .featured-case__media {
  aspect-ratio: auto !important;
  background: transparent !important;
  grid-column: 2 !important;
  height: calc(100% - var(--work-detail-media-offset)) !important;
  max-height: calc(100% - var(--work-detail-media-offset)) !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body[data-page="home-redesign"] .work-index .featured-case[data-layout="single-hero"] .featured-case__media .work-detail-media-slot {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body[data-page="home-redesign"] .offerings .offering-list {
  align-items: stretch !important;
}

body[data-page="home-redesign"] .offerings .offering-item {
  align-content: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

body[data-page="home-redesign"] .offerings .offering-item > div {
  align-items: flex-start !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: var(--space-3) !important;
  min-height: 0 !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .offering-item h3 {
  align-self: stretch !important;
  margin-left: 0 !important;
  min-height: calc(2 * 1.18em) !important;
  padding-left: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .offering-item p {
  align-self: stretch !important;
  margin-left: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  text-align: left !important;
  text-indent: 0 !important;
  width: 100% !important;
}

body[data-page="home-redesign"] .offerings .offering-deliverables {
  align-content: start !important;
  align-self: stretch !important;
  margin-top: auto !important;
  min-height: 126px !important;
  padding-top: var(--space-5) !important;
  width: 100% !important;
}

@media (max-width: 900px) {
  body[data-page="home-redesign"] .offerings .offering-deliverables {
    min-height: 96px !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .offerings .offering-deliverables {
    min-height: 0 !important;
  }

  body[data-page="home-redesign"] .offerings .offering-item h3 {
    min-height: 0 !important;
  }
}

@media (max-width: 1100px) {
  body[data-page="home-redesign"] .work-index .featured-case[data-layout] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case[data-layout] .featured-case__screen,
  body[data-page="home-redesign"] .work-index .featured-case[data-layout] .featured-case__media {
    grid-column: 1 !important;
  }

  body[data-page="home-redesign"] .work-index .featured-case[data-layout="single-hero"] .featured-case__media {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-height: none !important;
    min-height: 220px !important;
  }
}

/* Final bilingual home refinements. Keep these after the legacy home overrides. */
body[data-page="home-redesign"] .home-language-switch,
body[data-page="work-detail"] .language-switch,
.site-nav .language-switch {
  background: color-mix(in srgb, var(--color-surface, #fff) 86%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--color-border, #d8d2c8) 72%, transparent) !important;
  border-left: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 0 !important;
  padding: 2px !important;
}

body[data-page="home-redesign"] .home-language-switch button,
body[data-page="work-detail"] .language-switch button,
.site-nav .language-switch button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--color-text, #151515) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  min-height: 30px !important;
  min-width: 44px;
  padding: 7px 10px !important;
  text-transform: none !important;
  transform: none !important;
}

body[data-page="home-redesign"] .home-language-switch button[hidden],
body[data-page="work-detail"] .language-switch button[hidden],
.site-nav .language-switch button[hidden] {
  display: none !important;
}

body[data-page="home-redesign"] .home-language-switch button:hover,
body[data-page="work-detail"] .language-switch button:hover,
.site-nav .language-switch button:hover {
  background: color-mix(in srgb, var(--color-text, #151515) 8%, transparent) !important;
  opacity: 1 !important;
}

body[data-page="home-redesign"] .home-hero h1 .hero-highlight,
body[data-page="home-redesign"] .home-hero h1 .hero-highlight:nth-of-type(2),
body[data-page="home-redesign"] .home-hero h1 .hero-highlight:nth-of-type(3) {
  background: color-mix(in srgb, currentColor 10%, transparent) !important;
  border-radius: 0.18em !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: inherit !important;
  display: inline;
  font-weight: 800;
  line-height: inherit;
  opacity: var(--hero-highlight-opacity, 1) !important;
  padding: 0 0.08em;
  white-space: normal;
}

body[data-page="home-redesign"][data-lang="zh"] .home-hero h1 .hero-highlight {
  font-weight: 900;
}

body[data-page="home-redesign"] .home-hero.hero-text--light h1 .hero-highlight,
body[data-page="home-redesign"] .home-hero.hero-text--custom h1 .hero-highlight,
body[data-page="home-redesign"][data-theme="dark"] .home-hero h1 .hero-highlight {
  background: color-mix(in srgb, currentColor 16%, transparent) !important;
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-header__actions {
    gap: 8px !important;
  }

  body[data-page="home-redesign"] .home-language-switch button {
    min-width: 40px;
    padding-inline: 9px !important;
  }
}

/* Final Hero highlight color treatment. Must remain at EOF to beat historical overrides. */
body[data-page="home-redesign"] .home-hero h1 .hero-highlight,
body[data-page="home-redesign"] .home-hero h1 .hero-highlight:nth-of-type(2),
body[data-page="home-redesign"] .home-hero h1 .hero-highlight:nth-of-type(3) {
  background: none !important;
  border-radius: 0 !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: var(--color-primary, #fe5f2f) !important;
  display: inline !important;
  filter: none !important;
  font-weight: 850;
  line-height: inherit !important;
  mix-blend-mode: normal !important;
  opacity: var(--hero-highlight-opacity, 1) !important;
  padding: 0 !important;
  text-shadow: none;
  white-space: normal !important;
}

body[data-page="home-redesign"][data-lang="zh"] .home-hero h1 .hero-highlight {
  font-weight: 900;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  body[data-page="home-redesign"] .home-hero h1 .hero-highlight,
  body[data-page="home-redesign"] .home-hero h1 .hero-highlight:nth-of-type(2),
  body[data-page="home-redesign"] .home-hero h1 .hero-highlight:nth-of-type(3) {
    background: linear-gradient(100deg, #fe5f2f 0%, #d13f7a 42%, #7b5cff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }

  body[data-page="home-redesign"] .home-hero.hero-text--light h1 .hero-highlight,
  body[data-page="home-redesign"] .home-hero.hero-text--custom h1 .hero-highlight,
  body[data-page="home-redesign"][data-theme="dark"] .home-hero h1 .hero-highlight {
    background: linear-gradient(100deg, #ffb199 0%, #ff6f91 45%, #c6b7ff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }
}

/* Final homepage header and Spanish section-title fixes. Keep at EOF. */
body[data-page="home-redesign"] .header-pill--status {
  flex: 0 1 clamp(240px, 28vw, 390px) !important;
  overflow: hidden !important;
}

body[data-page="home-redesign"] .status-marquee {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .status-marquee__track {
  --status-ticker-gap: clamp(2rem, 3vw, 3.5rem);
  animation: lucrea-status-loop var(--ticker-duration, 18s) linear infinite !important;
  display: inline-flex !important;
  gap: var(--status-ticker-gap) !important;
  max-width: none !important;
  min-width: max-content !important;
  overflow: visible !important;
  white-space: nowrap !important;
  will-change: transform;
}

body[data-page="home-redesign"] .status-marquee__group {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  gap: var(--status-ticker-gap) !important;
  white-space: nowrap !important;
}

body[data-page="home-redesign"] .status-marquee__group > span {
  display: inline-block !important;
  flex: 0 0 auto !important;
}

body[data-page="home-redesign"] .status-marquee__separator {
  display: inline !important;
  opacity: 0.65;
}

body[data-page="home-redesign"] .header-pill--status:hover .status-marquee__track {
  animation-play-state: running !important;
}

@media (min-width: 900px) {
  body[data-page="home-redesign"][data-lang="es"] .work-index .home-section__intro h2 {
    max-width: 24ch !important;
  }

  body[data-page="home-redesign"][data-lang="es"] .approach .home-section__intro h2 {
    max-width: 21ch !important;
  }
}

@keyframes lucrea-status-loop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--ticker-distance, 50%)), 0, 0);
  }
}

/* Work detail header uses the same header system as the home page. */
body[data-page="work-detail"] {
  --bg: var(--color-bg, #f7f7f3);
  --bg-soft: var(--color-surface-soft, #eee8de);
  --inverse: var(--color-button-bg, #10100f);
  --inverse-text: var(--color-button-text, #f7f7f3);
  --line: var(--color-border, rgba(17, 17, 17, 0.18));
  --text: var(--color-text, #10100f);
  --muted: var(--color-muted, #6f6a60);
  --header-height: 76px;
}

body[data-page="work-detail"] .home-header {
  --header-content-max: 1440px;
  align-items: center;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  border: 0;
  box-shadow: none;
  display: flex;
  gap: var(--space-5);
  height: auto;
  justify-content: space-between;
  margin: 0 auto;
  max-width: none;
  min-height: clamp(92px, 8vw, 120px);
  overflow: visible !important;
  padding: var(--space-4) var(--home-gutter);
  position: sticky;
  top: 0;
  z-index: 50;
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

body[data-page="work-detail"] .home-brand {
  align-self: center;
  background: url("../Lucrea.png?v=20260618") no-repeat left center / contain;
  color: var(--text);
  flex: 0 0 auto;
  font-family: var(--sans, var(--font-sans));
  font-size: 0;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  height: clamp(72px, 5.6vw, 96px);
  max-width: 38vw;
  min-width: 0;
  text-decoration: none;
  width: clamp(192px, 16vw, 280px);
}

body[data-page="work-detail"] .home-brand::before {
  content: "";
}

body[data-page="work-detail"] .home-header__actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-self: end;
  overflow: visible !important;
}

body[data-page="work-detail"] .header-pill {
  align-items: center;
  background: var(--bg-soft);
  border: 0;
  border-radius: 6px;
  color: var(--text);
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

body[data-page="work-detail"] .header-pill--icon {
  height: 42px;
  min-height: 42px;
  min-width: 46px;
  padding: 0;
  width: 46px;
}

body[data-page="work-detail"] .header-pill--icon svg,
body[data-page="work-detail"] .header-pill--icon .icon {
  height: 22px;
  width: 22px;
}

body[data-page="work-detail"] .header-pill--connect,
body[data-page="work-detail"] .work-detail-header__share {
  background: var(--inverse);
  color: var(--inverse-text);
}

body[data-page="work-detail"] .header-pill--status {
  flex: 0 1 clamp(240px, 28vw, 390px);
  overflow: hidden !important;
}

body[data-page="work-detail"] .header-pill--status .status-dot {
  background: var(--ticker-dot-color, #9ec600);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

body[data-page="work-detail"] .status-marquee {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

body[data-page="work-detail"] .status-marquee__track {
  animation: none;
  display: inline-flex;
  min-width: max-content;
  white-space: nowrap;
}

body[data-page="work-detail"] .work-detail-page {
  padding-top: calc(var(--header-height) + clamp(44px, 6vw, 86px));
}

@media (max-width: 760px) {
  body[data-page="work-detail"] {
    --header-height: 70px;
  }

  body[data-page="work-detail"] .home-header {
    min-height: 74px;
    padding: var(--space-3) var(--space-4);
  }

  body[data-page="work-detail"] .home-brand {
    height: clamp(46px, 12vw, 58px);
    max-width: 42vw;
    width: clamp(132px, 36vw, 172px);
  }

  body[data-page="work-detail"] .header-pill--status,
  body[data-page="work-detail"] .work-detail-header__share {
    display: none !important;
  }

  body[data-page="work-detail"] .header-pill--icon {
    height: 38px;
    min-height: 38px;
    min-width: 40px;
    width: 40px;
  }

  body[data-page="work-detail"] .work-detail-header__back {
    padding-inline: 14px;
  }
}

/* Final scoped language switch button treatment. */
.language-switch:has(.language-switch-button),
.home-language-switch:has(.language-switch-button) {
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

body[data-page="home-redesign"] .home-language-switch:has(.language-switch-button),
body[data-page="home-redesign"] .home-language-switch:has(.language-switch-button):hover,
body[data-page="home-redesign"] .home-language-switch:has(.language-switch-button):focus-within,
body[data-page="work-detail"] .language-switch:has(.language-switch-button),
body[data-page="work-detail"] .language-switch:has(.language-switch-button):hover,
body[data-page="work-detail"] .language-switch:has(.language-switch-button):focus-within,
.site-nav .language-switch:has(.language-switch-button),
.site-nav .language-switch:has(.language-switch-button):hover,
.site-nav .language-switch:has(.language-switch-button):focus-within {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.home-header,
.home-header__actions,
.site-header,
.site-nav {
  overflow: visible !important;
}

body[data-page="home-redesign"] .home-header,
body[data-page="home-redesign"] .home-header__actions,
body[data-page="work-detail"] .site-header,
body[data-page="work-detail"] .site-nav {
  overflow: visible !important;
}

body[data-page="home-redesign"] .work-row--empty {
  color: var(--home-muted, var(--color-muted));
  cursor: default;
  grid-template-columns: 1fr !important;
  min-height: 112px;
  pointer-events: none;
}

body[data-page="home-redesign"] .work-row--empty > span {
  align-items: center;
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  text-align: center;
}

body[data-page="home-redesign"] .work-row--empty::after {
  display: none !important;
}

body[data-page="home-redesign"] .client-grid > div,
body[data-page="home-redesign"] .client-grid > a {
  justify-content: center !important;
  overflow: hidden;
  text-align: center !important;
}

body[data-page="home-redesign"] .client-logo {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 68px;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

body[data-page="home-redesign"] .client-logo img {
  display: block;
  height: 60px;
  max-width: 112px;
  object-fit: contain;
  object-position: center;
  width: min(112px, 74%);
}

body[data-page="home-redesign"] .client-logo--wide img {
  height: 50px;
  max-width: 126px;
  width: min(126px, 78%);
}

body[data-page="home-redesign"] .client-logo--panoramic img {
  height: 46px;
  max-width: 190px;
  width: min(190px, 88%);
}

body[data-page="home-redesign"] .client-logo--ultra-wide img {
  height: 44px;
  max-width: 250px;
  width: min(250px, 94%);
}

body[data-page="home-redesign"] .client-logo--tall img {
  height: 64px;
  max-width: 72px;
  width: min(72px, 60%);
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .client-logo {
    height: 62px;
  }

  body[data-page="home-redesign"] .client-logo--ultra-wide img {
    max-width: 240px;
    width: min(240px, 92%);
  }
}

body[data-page="home-redesign"] .home-language-switch .language-switch-button,
body[data-page="work-detail"] .language-switch .language-switch-button,
.site-nav .language-switch .language-switch-button,
.language-switch-button {
  align-items: center !important;
  background-color: var(--inverse, #171717) !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: none;
  color: var(--inverse-text, #fff) !important;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  height: 40px !important;
  justify-content: center;
  line-height: 1 !important;
  min-height: 40px !important;
  min-width: 54px !important;
  padding: 0 18px !important;
  text-transform: none !important;
  transition: all 0.4s;
  white-space: nowrap;
}

body[data-page="home-redesign"] .home-language-switch .language-switch-button[hidden],
body[data-page="work-detail"] .language-switch .language-switch-button[hidden],
.site-nav .language-switch .language-switch-button[hidden],
.language-switch-button[hidden] {
  display: none !important;
}

body[data-page="home-redesign"] .home-language-switch .language-switch-button:hover,
body[data-page="work-detail"] .language-switch .language-switch-button:hover,
.site-nav .language-switch .language-switch-button:hover,
.language-switch-button:hover {
  background-color: var(--inverse, #171717) !important;
  border: 0 !important;
  border-radius: 6px !important;
  outline: 0 !important;
  box-shadow:
    0 7px 0 -2px #f85959,
    0 15px 0 -4px #39a2db,
    0 16px 10px -3px #39a2db !important;
  transform: translateY(-10px) !important;
}

body[data-page="home-redesign"] .home-language-switch .language-switch-button:active,
body[data-page="work-detail"] .language-switch .language-switch-button:active,
.site-nav .language-switch .language-switch-button:active,
.language-switch-button:active {
  box-shadow:
    0 2px 0 -2px #f85959,
    0 8px 0 -4px #39a2db,
    0 12px 10px -3px #39a2db !important;
  transform: translateY(-5px) !important;
  transition: all 0.2s;
}

body[data-page="home-redesign"] .home-language-switch .language-switch-button:focus-visible,
body[data-page="work-detail"] .language-switch .language-switch-button:focus-visible,
.site-nav .language-switch .language-switch-button:focus-visible,
.language-switch-button:focus-visible {
  outline: 3px solid color-mix(in srgb, #39a2db 72%, #fff);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  body[data-page="work-detail"] {
    overflow-x: clip;
  }

  body[data-page="home-redesign"] .home-language-switch,
  body[data-page="work-detail"] .language-switch {
    bottom: auto !important;
    filter: none !important;
    position: fixed !important;
    right: 0 !important;
    top: calc(var(--header-height, 70px) + 18px) !important;
    transform: translateX(calc(100% - 18px));
    transition: transform 0.32s ease;
    z-index: 80;
  }

  body[data-page="home-redesign"] .home-language-switch:hover,
  body[data-page="home-redesign"] .home-language-switch:focus-within,
  body[data-page="work-detail"] .language-switch:hover,
  body[data-page="work-detail"] .language-switch:focus-within {
    transform: translateX(0);
  }

  body[data-page="home-redesign"] .home-language-switch,
  body[data-page="home-redesign"] .home-language-switch:hover,
  body[data-page="home-redesign"] .home-language-switch:focus-within,
  body[data-page="work-detail"] .language-switch,
  body[data-page="work-detail"] .language-switch:hover,
  body[data-page="work-detail"] .language-switch:focus-within {
    right: 12px !important;
    transform: translateX(0);
  }

  body[data-page="home-redesign"] .home-language-switch .language-switch-button,
  body[data-page="work-detail"] .language-switch .language-switch-button,
  .site-nav .language-switch .language-switch-button,
  .language-switch-button {
    border-radius: 6px 0 0 6px !important;
    height: 44px;
    min-height: 44px !important;
    min-width: 62px !important;
    padding-inline: 17px 18px !important;
  }

  body[data-page="home-redesign"] .home-language-switch .language-switch-button:hover,
  body[data-page="work-detail"] .language-switch .language-switch-button:hover,
  .site-nav .language-switch .language-switch-button:hover,
  .language-switch-button:hover {
    border-radius: 6px 0 0 6px !important;
    box-shadow:
      0 5px 0 -2px #f85959,
      0 10px 0 -4px #39a2db,
      0 12px 9px -3px #39a2db !important;
    transform: translateY(-4px) !important;
  }

  body[data-page="home-redesign"] .home-language-switch .language-switch-button:active,
  body[data-page="work-detail"] .language-switch .language-switch-button:active,
  .site-nav .language-switch .language-switch-button:active,
  .language-switch-button:active {
    transform: translateY(-3px) !important;
  }
}

/* Navigation alignment and compact mobile action rows. Keep at EOF. */
body[data-page="work-detail"] {
  --home-gutter: clamp(16px, 4vw, 64px);
}

body[data-page="work-detail"] .home-header {
  box-sizing: border-box;
  padding-left: var(--home-gutter);
  padding-right: var(--home-gutter);
}

@media (max-width: 1100px) and (min-width: 761px) {
  body[data-page="work-detail"] .header-pill--status {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home-redesign"] .home-header,
  body[data-page="work-detail"] .home-header {
    gap: 8px !important;
    min-height: 72px !important;
    padding: 12px 14px !important;
  }

  body[data-page="home-redesign"] .home-brand,
  body[data-page="work-detail"] .home-brand {
    flex: 0 1 auto !important;
    height: 46px !important;
    max-width: none !important;
    min-width: 104px !important;
    width: clamp(104px, 32vw, 136px) !important;
  }

  body[data-page="home-redesign"] .home-header__actions,
  body[data-page="work-detail"] .home-header__actions {
    align-items: center !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  body[data-page="home-redesign"] .header-pill,
  body[data-page="work-detail"] .header-pill {
    flex: 0 0 auto !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  body[data-page="home-redesign"] .header-pill--icon,
  body[data-page="work-detail"] .header-pill--icon {
    height: 36px !important;
    min-height: 36px !important;
    min-width: 36px !important;
    width: 36px !important;
  }

  body[data-page="home-redesign"] .header-pill--icon svg,
  body[data-page="work-detail"] .header-pill--icon svg {
    height: 19px !important;
    width: 19px !important;
  }

  body[data-page="home-redesign"] .header-pill--connect {
    font-size: 11.5px !important;
    max-width: 74px !important;
    overflow: hidden;
    padding: 0 10px !important;
    text-overflow: ellipsis;
  }

  body[data-page="home-redesign"] .home-language-switch,
  body[data-page="work-detail"] .home-language-switch {
    align-self: center !important;
    bottom: auto !important;
    filter: none !important;
    height: 36px !important;
    inset: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    transition: none !important;
    width: 44px !important;
    z-index: auto !important;
  }

  body[data-page="home-redesign"] .home-language-switch:hover,
  body[data-page="home-redesign"] .home-language-switch:focus-within,
  body[data-page="work-detail"] .home-language-switch:hover,
  body[data-page="work-detail"] .home-language-switch:focus-within {
    transform: none !important;
  }

  body[data-page="home-redesign"] .home-language-switch .language-switch-button,
  body[data-page="work-detail"] .home-language-switch .language-switch-button {
    border-radius: 6px !important;
    font-size: 13px !important;
    height: 36px !important;
    min-height: 36px !important;
    min-width: 44px !important;
    padding: 0 8px !important;
    width: 44px !important;
  }

  body[data-page="home-redesign"] .home-language-switch .language-switch-button:hover,
  body[data-page="work-detail"] .home-language-switch .language-switch-button:hover {
    border-radius: 6px !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body[data-page="work-detail"] .header-pill--status {
    display: none !important;
  }

  body[data-page="work-detail"] .work-detail-header__back,
  body[data-page="work-detail"] .work-detail-header__share {
    display: inline-flex !important;
    font-size: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    min-width: 36px !important;
    overflow: hidden;
    padding: 0 !important;
    width: 36px !important;
  }

  body[data-page="work-detail"] .work-detail-header__back::before,
  body[data-page="work-detail"] .work-detail-header__share::before {
    font-family: var(--font-sans, sans-serif);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
  }

  body[data-page="work-detail"] .work-detail-header__back::before {
    content: "←";
  }

  body[data-page="work-detail"] .work-detail-header__share::before {
    content: "↗";
  }

  body[data-page="work-detail"] .work-detail-header__share[hidden] {
    display: none !important;
  }
}

/* Mobile Work index: stacked information rows without horizontal table overflow. */
@media (max-width: 760px) {
  body[data-page="home-redesign"] .work-index__content {
    overflow-x: clip !important;
  }

  body[data-page="home-redesign"] .work-index .work-table {
    min-width: 0 !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .work-index .work-row--head {
    display: none !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] {
    align-items: start !important;
    box-sizing: border-box;
    column-gap: 12px !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    grid-template-rows: repeat(4, auto) !important;
    min-height: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 15px 0 !important;
    row-gap: 6px !important;
    width: 100% !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] > span {
    box-sizing: border-box;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] .work-row__icon {
    align-items: center !important;
    align-self: start !important;
    display: grid !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    height: 40px !important;
    justify-content: center !important;
    justify-self: start !important;
    margin: 1px 0 0 !important;
    min-height: 40px !important;
    padding: 0 !important;
    place-items: center !important;
    position: static !important;
    width: 40px !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] .work-row__icon svg,
  body[data-page="home-redesign"] .work-index .work-row[data-case-index] .work-row__icon .icon {
    display: block !important;
    height: 18px !important;
    inset: auto !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
    width: 18px !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] .work-project {
    display: -webkit-box !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    grid-column: 2 / 4 !important;
    grid-row: 1 !important;
    line-height: 1.28 !important;
    max-height: 2.56em;
    overflow: hidden !important;
    text-align: left;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] > span:nth-child(2) {
    align-self: center;
    color: var(--color-muted) !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    letter-spacing: 0.02em;
    line-height: 1.3 !important;
    text-align: left;
    white-space: nowrap !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] > span:nth-child(4) {
    align-self: center;
    color: var(--color-muted) !important;
    display: block !important;
    font-size: 11px !important;
    font-variant-numeric: tabular-nums;
    font-weight: 650 !important;
    grid-column: 3 !important;
    grid-row: 2 !important;
    justify-self: end;
    line-height: 1.3 !important;
    text-align: right;
    white-space: nowrap !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] .work-offering {
    align-items: center !important;
    color: var(--color-text) !important;
    display: flex !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    gap: 7px !important;
    grid-column: 2 / 4 !important;
    grid-row: 3 !important;
    line-height: 1.35 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] .work-service-marker {
    align-self: center !important;
    border-radius: 999px;
    flex: 0 0 5px !important;
    height: 5px !important;
    min-height: 5px !important;
    width: 5px !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] > span:nth-child(6) {
    color: var(--color-muted) !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    grid-column: 2 / 4 !important;
    grid-row: 4 !important;
    line-height: 1.35 !important;
    text-align: left;
    white-space: nowrap !important;
  }

  body[data-page="home-redesign"] .work-index .work-row[data-case-index] .work-row__mobile-preview {
    display: none !important;
  }
}
