.home-v6 {
  --home-paper: #f3efe7;
  --home-paper-bright: #fbf9f4;
  --home-ink: #191a18;
  --home-muted: #676962;
  --home-line: rgba(25, 26, 24, 0.18);
  --home-red: #a32635;
  --home-red-deep: #751c28;
  --home-night: #151816;
  --home-cream: #e9dfce;
  overflow: clip;
  color: var(--home-ink);
  background: var(--home-paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

.home-v6 *,
.home-v6 *::before,
.home-v6 *::after {
  box-sizing: border-box;
}

.home-v6 h1,
.home-v6 h2,
.home-v6 h3,
.home-v6 strong {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
}

.home-v6 h1,
.home-v6 h2,
.home-v6 h3,
.home-v6 p,
.home-v6 figure,
.home-v6 dl {
  margin: 0;
}

.home-v6 a {
  -webkit-tap-highlight-color: transparent;
}

.home-v6 a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.home-v6-eyebrow {
  color: var(--home-red);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Fluid opening: preserve the simulation, remove the glass card. */
.home-v6 .reactive-hero {
  min-height: 100svh;
  touch-action: pan-y;
  border-bottom: 0;
  background:
    radial-gradient(ellipse at 14% 16%, rgba(158, 17, 27, 0.48), transparent 31rem),
    radial-gradient(ellipse at 88% 18%, rgba(50, 60, 68, 0.52), transparent 32rem),
    radial-gradient(ellipse at 78% 88%, rgba(142, 86, 31, 0.48), transparent 34rem),
    linear-gradient(135deg, #2d1719 0%, #6e111b 34%, #303940 64%, #816129 100%);
}

.home-v6 .reactive-hero::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(10, 12, 12, 0.76) 0%, rgba(10, 12, 12, 0.44) 35%, rgba(10, 12, 12, 0.05) 72%),
    linear-gradient(0deg, rgba(10, 12, 12, 0.62) 0%, transparent 48%);
}

.home-v6 .reactive-hero::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 33.333%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 33.333%);
  background-size: 33.333% 100%, 100% 33.333%;
  opacity: 0.2;
}

.home-v6 .reactive-hero-stage {
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 100%;
  padding: clamp(3rem, 6vw, 6rem) max(1.5rem, calc((100vw - 80rem) / 2 + 2.5rem));
}

.home-v6 .reactive-hero-panel {
  position: relative;
  width: min(70rem, 100%);
  max-width: none;
  padding: 0;
  overflow: visible;
  color: white;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-v6 .reactive-hero-panel::before,
.home-v6 .reactive-hero-panel::after {
  display: none;
}

.home-v6 .reactive-hero-panel:hover {
  border: 0;
  box-shadow: none;
}

.home-v6 .reactive-hero-eyebrow {
  display: inline-flex;
  justify-content: flex-start;
  gap: 0.9rem;
  margin: 0 0 1.3rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-v6 .reactive-hero-eyebrow > span {
  width: 3.2rem;
  background: #e88593;
}

.home-v6 .reactive-hero-title {
  max-width: min(100%, 13ch);
  margin: 0;
  color: white;
  font-size: clamp(3.7rem, 7vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.home-v6 .reactive-hero-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.04em;
  white-space: normal;
}

.home-v6 .reactive-hero-word-frame {
  min-width: 8.4em;
  min-height: 1.14em;
  padding: 0 0.02em 0.18em;
  margin: 0 0 -0.18em;
  color: var(--color-uniform-red-light);
  line-height: 1.04;
}

.home-v6 .reactive-hero-word {
  padding-bottom: 0.08em;
  line-height: 1.04;
}

.home-v6 .reactive-hero-subheading {
  max-width: 36rem;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.65;
}

.home-v6 .reactive-hero-actions {
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 2rem;
}

.home-v6 .reactive-hero-actions .btn {
  min-width: 0;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 0;
  background: transparent;
  color: white;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.home-v6 .reactive-hero-actions .btn-primary {
  border-color: white;
  background: white;
  color: var(--home-ink);
}

.home-v6 .reactive-hero-actions .btn:hover,
.home-v6 .reactive-hero-actions .btn:focus-visible,
.home-v6 .reactive-hero-actions .btn:active {
  border-color: var(--home-red);
  background: var(--home-red);
  color: white;
}

/* Shared editorial section heads. */
.home-v6-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem clamp(2rem, 6vw, 7rem);
  align-items: start;
}

.home-v6-section-head > div {
  min-width: 0;
}

.home-v6-section-head h2,
.home-v6-sustainability h2,
.home-v6-insights h2,
.home-v6-close h2 {
  color: var(--home-ink);
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.home-v6-section-head > div > p,
.home-v6-sustainability-copy > p,
.home-v6-close-layout > div > p {
  color: var(--home-muted);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.home-v6-section-head > div > p {
  max-width: 38rem;
  margin-top: 1.75rem;
}

/* Application-to-chemistry pathway: one technical relationship field, not a card grid. */
.home-v6-manufacturing {
  position: relative;
  padding: clamp(6rem, 10vw, 10rem) 0;
  overflow: hidden;
  color: #f6f1e8;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 25%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 25%),
    #1a1d1b;
  background-size: 25% 100%, 100% 25%;
}

.home-v6-manufacturing::before {
  position: absolute;
  top: 0;
  left: max(1.25rem, calc((100vw - 80rem) / 2));
  width: min(8rem, 16vw);
  height: 0.32rem;
  background: var(--home-red);
  content: "";
}

.home-v6-manufacturing-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding-bottom: clamp(3rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-v6-manufacturing .home-v6-eyebrow {
  margin-bottom: 1.5rem;
  color: #e88593;
}

.home-v6-manufacturing h2 {
  max-width: 10ch;
  color: #f6f1e8;
  font-size: clamp(3.2rem, 6.5vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.94;
}

.home-v6-manufacturing-intro {
  align-self: end;
  max-width: 40rem;
}

.home-v6-manufacturing-intro > p {
  color: rgba(246, 241, 232, 0.77);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.home-v6-manufacturing-intro > small {
  display: block;
  max-width: 32rem;
  margin-top: 1.45rem;
  color: rgba(246, 241, 232, 0.45);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.home-v6-pathway-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(6rem, 0.36fr) minmax(36rem, 1.6fr);
  gap: clamp(1rem, 2.8vw, 3.25rem);
  min-height: 40rem;
  padding-top: clamp(3.5rem, 5vw, 5rem);
}

.home-v6-pathway-applications,
.home-v6-pathway-families {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.home-v6-pathway-applications {
  grid-column: 1;
}

.home-v6-pathway-families {
  grid-column: 3;
}

.home-v6-pathway-kicker {
  color: rgba(246, 241, 232, 0.46);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-v6-pathway-tabs {
  margin-top: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v6-pathway-tab {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  min-height: 4.25rem;
  padding: 0;
  color: rgba(246, 241, 232, 0.43);
  text-align: left;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  cursor: pointer;
  transition: color 260ms ease, padding 260ms ease;
}

.home-v6-pathway-tab > span {
  color: rgba(246, 241, 232, 0.32);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-v6-pathway-tab > strong {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.home-v6-pathway-tab > i {
  color: #e88593;
  font-size: 0.85rem;
  font-style: normal;
  opacity: 0;
  transform: translate(-0.25rem, 0.25rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

.home-v6-pathway-tab:hover,
.home-v6-pathway-tab:focus-visible,
.home-v6-pathway-tab.is-active {
  color: #fffaf1;
}

.home-v6-pathway-tab.is-active {
  padding-left: 0.6rem;
}

.home-v6-pathway-tab.is-active > i {
  opacity: 1;
  transform: translate(0, 0);
}

.home-v6-pathway-tab:focus-visible {
  outline: 2px solid #e88593;
  outline-offset: 3px;
}

.home-v6-pathway-panels {
  min-height: 10.75rem;
  padding-top: 2rem;
}

.home-v6-pathway-panel[hidden] {
  display: none;
}

.home-v6-pathway-panel.is-active {
  animation: home-v6-pathway-copy-in 420ms cubic-bezier(0.2, 0.7, 0.25, 1) both;
}

.home-v6-pathway-panel h3 {
  color: #fffaf1;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.home-v6-pathway-panel p {
  max-width: 32rem;
  margin-top: 0.85rem;
  color: rgba(246, 241, 232, 0.58);
  font-size: 0.91rem;
  line-height: 1.7;
}

.home-v6-pathway-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.home-v6-pathway-line {
  fill: none;
  stroke: rgba(232, 133, 147, 0.68);
  stroke-linecap: round;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  animation: home-v6-pathway-line-in 560ms cubic-bezier(0.2, 0.7, 0.25, 1) both;
}

.home-v6-pathway-terminal,
.home-v6-pathway-origin {
  fill: #e88593;
  vector-effect: non-scaling-stroke;
}

.home-v6-pathway-origin {
  stroke: rgba(232, 133, 147, 0.3);
  stroke-width: 8;
}

.home-v6-pathway-family-head {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.home-v6-pathway-family-head > a {
  display: inline-flex;
  gap: 1.1rem;
  align-items: center;
  color: #e88593;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6-pathway-family-head > a i {
  font-size: 0.95rem;
  font-style: normal;
  transition: transform 220ms ease;
}

.home-v6-pathway-family-head > a:hover i,
.home-v6-pathway-family-head > a:focus-visible i {
  transform: translateX(0.3rem);
}

.home-v6-pathway-family-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem;
  margin-top: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v6-pathway-family {
  position: relative;
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.15rem 0.75rem;
  align-content: center;
  min-height: 5rem;
  color: #fffaf1;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: color 260ms ease, opacity 260ms ease, transform 260ms ease;
}

.home-v6-pathway-family > span {
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(246, 241, 232, 0.28);
  font-size: 0.63rem;
  font-weight: 700;
}

.home-v6-pathway-family > strong {
  align-self: end;
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.home-v6-pathway-family > small {
  align-self: start;
  color: rgba(246, 241, 232, 0.42);
  font-size: 0.65rem;
  line-height: 1.35;
}

.home-v6-pathway-family > i {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  color: #e88593;
  font-size: 0.9rem;
  font-style: normal;
  opacity: 0;
  transform: translateX(-0.3rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

.home-v6-pathway-family.is-priority > strong::after {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.5rem;
  vertical-align: 0.16em;
  border-radius: 50%;
  background: var(--home-red);
  content: "";
}

.home-v6-pathway-family.is-muted {
  opacity: 0.28;
}

.home-v6-pathway-family.is-active,
.home-v6-pathway-family:hover,
.home-v6-pathway-family:focus-visible {
  opacity: 1;
  transform: translateX(0.25rem);
}

.home-v6-pathway-family.is-active > i,
.home-v6-pathway-family:hover > i,
.home-v6-pathway-family:focus-visible > i {
  opacity: 1;
  transform: translateX(0);
}

@keyframes home-v6-pathway-copy-in {
  from { opacity: 0; transform: translateY(0.45rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes home-v6-pathway-line-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Light editorial application index. The former pathway diagram is no longer rendered. */
.home-v7-application-index {
  position: relative;
  padding: clamp(6.5rem, 10vw, 10rem) 0;
  color: var(--home-ink);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: var(--home-paper-bright);
}

.home-v7-application-index::before {
  position: absolute;
  top: 0;
  left: max(1.25rem, calc((100vw - 80rem) / 2));
  width: min(7rem, 18vw);
  height: 0.28rem;
  background: var(--home-red);
  content: "";
}

.home-v7-application-header {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(24rem, 1.06fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.home-v7-application-header .home-v6-eyebrow {
  margin-bottom: 1.35rem;
}

.home-v7-application-header h2 {
  max-width: 11ch;
  color: var(--home-ink);
  font-size: clamp(3.1rem, 5.8vw, 6.15rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.home-v7-application-intro {
  align-self: end;
  max-width: 41rem;
  padding-bottom: 0.4rem;
}

.home-v7-application-intro > p {
  color: #4f514c;
  font-size: clamp(1.04rem, 1.28vw, 1.2rem);
  line-height: 1.72;
}

.home-v7-application-intro > a,
.home-v7-about-link {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding: 0 0 0.6rem;
  color: var(--home-red);
  border-bottom: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v7-application-intro > a i,
.home-v7-about-link i {
  font-size: 1rem;
  font-style: normal;
  transition: transform 220ms ease;
}

.home-v7-application-intro > a:hover i,
.home-v7-application-intro > a:focus-visible i,
.home-v7-about-link:hover i,
.home-v7-about-link:focus-visible i {
  transform: translateX(0.3rem);
}

.home-v7-application-list {
  margin-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid rgba(25, 26, 24, 0.42);
}

.home-v7-application-row {
  border-bottom: 1px solid rgba(25, 26, 24, 0.3);
}

.home-v7-application-row h3 {
  margin: 0;
}

.home-v7-application-row h3 > button {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: clamp(6rem, 8.5vw, 8.25rem);
  padding: 0;
  color: var(--home-ink);
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 220ms ease;
}

.home-v7-application-row h3 > button > span:first-child {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 3.9vw, 4.15rem);
  font-weight: 510;
  letter-spacing: -0.055em;
  line-height: 1;
}

.home-v7-application-row h3 > button:hover,
.home-v7-application-row h3 > button:focus-visible,
.home-v7-application-row.is-open h3 > button {
  color: var(--home-red-deep);
}

.home-v7-application-row h3 > button:focus-visible {
  outline: 2px solid var(--home-red);
  outline-offset: 5px;
}

.home-v7-application-toggle {
  position: relative;
  flex: 0 0 1.45rem;
  width: 1.45rem;
  height: 1.45rem;
}

.home-v7-application-toggle i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  transition: transform 260ms ease, opacity 220ms ease;
}

.home-v7-application-toggle i:last-child {
  transform: translateY(-50%) rotate(90deg);
}

.home-v7-application-row.is-open .home-v7-application-toggle i:last-child {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.home-v7-application-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition:
    grid-template-rows 520ms cubic-bezier(0.2, 0.74, 0.2, 1),
    opacity 320ms ease,
    visibility 0ms linear 520ms;
}

.home-v7-application-row.is-open .home-v7-application-panel {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transition:
    grid-template-rows 560ms cubic-bezier(0.2, 0.74, 0.2, 1),
    opacity 420ms ease 90ms,
    visibility 0ms linear;
}

.home-v7-application-panel-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  min-height: 0;
  padding: 0 0 clamp(3.25rem, 5vw, 5rem);
  overflow: hidden;
}

.home-v7-application-panel figure {
  min-height: clamp(22rem, 34vw, 31rem);
  overflow: hidden;
  background: #ded8cc;
}

.home-v7-application-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.03);
  transform: scale(1.025);
  transition: transform 760ms cubic-bezier(0.2, 0.74, 0.2, 1), filter 420ms ease;
}

.home-v7-application-row.is-open .home-v7-application-panel figure img {
  filter: saturate(0.94) contrast(1.03);
  transform: scale(1);
}

.home-v7-application-copy {
  align-self: center;
  padding: 1rem 0;
}

.home-v7-application-description {
  max-width: 35rem;
  color: #40423e;
  font-size: clamp(1.05rem, 1.42vw, 1.3rem);
  line-height: 1.65;
}

.home-v7-application-families {
  margin-top: clamp(2rem, 3vw, 3rem);
}

.home-v7-application-families > p,
.home-v7-application-terms > span {
  color: var(--home-red);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-v7-application-families ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem;
  margin: 0.85rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(25, 26, 24, 0.28);
  list-style: none;
}

.home-v7-application-families li {
  border-bottom: 1px solid rgba(25, 26, 24, 0.22);
}

.home-v7-application-families a {
  display: block;
  padding: 0.88rem 0;
  color: var(--home-ink);
  font-size: 0.95rem;
  font-weight: 610;
  line-height: 1.35;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.home-v7-application-families a:hover,
.home-v7-application-families a:focus-visible {
  color: var(--home-red-deep);
  text-decoration-color: currentColor;
}

.home-v7-application-terms {
  max-width: 36rem;
  margin-top: 2rem;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.home-v7-application-terms > span {
  display: block;
  margin-bottom: 0.5rem;
}

/* Compact editorial application index. One preview, six visible routes, no default expansion. */
.home-v8-applications {
  position: relative;
  padding: clamp(3.5rem, 4.5vw, 4.75rem) 0;
  color: var(--home-ink);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: #f7f4ed;
}

.home-v8-applications::before {
  position: absolute;
  top: 0;
  left: max(1.25rem, calc((100vw - 80rem) / 2));
  width: min(5.5rem, 16vw);
  height: 0.24rem;
  background: var(--home-red);
  content: "";
}

.home-v8-applications-header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1.08fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.home-v8-applications-header .home-v6-eyebrow {
  margin-bottom: 1rem;
}

.home-v8-applications-header h2 {
  max-width: 14ch;
  color: var(--home-ink);
  font-size: clamp(2.65rem, 3.9vw, 4.35rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.home-v8-applications-intro {
  max-width: 42rem;
  padding-bottom: 0.3rem;
  color: #50524d;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.68;
}

.home-v8-applications-layout {
  display: grid;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(30rem, 1.18fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
  margin-top: clamp(2.25rem, 3vw, 3rem);
}

.home-v8-application-index {
  border-top: 1px solid rgba(25, 26, 24, 0.48);
}

.home-v8-application-row {
  border-bottom: 1px solid rgba(25, 26, 24, 0.25);
}

.home-v8-application-row h3 {
  margin: 0;
}

.home-v8-application-row h3 > button {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: clamp(3.9rem, 4.7vw, 4.25rem);
  padding: 0;
  color: var(--home-ink);
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, padding-left 220ms ease;
}

.home-v8-application-row h3 > button > span:first-child {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.home-v8-application-row h3 > button:hover,
.home-v8-application-row h3 > button:focus-visible,
.home-v8-application-row.is-active h3 > button {
  padding-left: 0.35rem;
  color: var(--home-red-deep);
}

.home-v8-application-row h3 > button:focus-visible {
  outline: 2px solid var(--home-red);
  outline-offset: 4px;
}

.home-v8-application-toggle {
  position: relative;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
}

.home-v8-application-toggle i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 220ms ease;
}

.home-v8-application-toggle i:last-child {
  transform: translateY(-50%) rotate(90deg);
}

.home-v8-application-row.is-active .home-v8-application-toggle i:last-child {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.home-v8-application-preview {
  display: grid;
  grid-template-rows: 10rem minmax(0, 1fr);
  height: 26rem;
  overflow: hidden;
  border-top: 1px solid rgba(25, 26, 24, 0.48);
  border-bottom: 1px solid rgba(25, 26, 24, 0.3);
  background: #e9e3d8;
}

.home-v8-application-media {
  position: relative;
  overflow: hidden;
  background: #d7d0c5;
}

.home-v8-application-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 28, 26, 0.22), transparent 64%);
  content: "";
  pointer-events: none;
}

.home-v8-application-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
  transition: opacity 180ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-v8-application-media img.is-changing {
  opacity: 0.68;
  transform: scale(1.015);
}

.home-v8-application-preview-content {
  min-height: 0;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  overflow: hidden;
}

.home-v8-application-neutral[hidden] {
  display: none;
}

.home-v8-application-neutral,
.home-v8-application-preview-content > .home-v8-application-panel {
  animation: home-v8-preview-in 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-v8-application-neutral h3 {
  color: var(--home-ink);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.home-v8-application-neutral p {
  max-width: 33rem;
  margin-top: 0.8rem;
  color: var(--home-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.home-v8-application-neutral > a {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.35rem;
  padding-bottom: 0.35rem;
  color: var(--home-red-deep);
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v8-application-neutral > a i {
  font-style: normal;
}

.home-v8-application-panel-inner {
  min-height: 0;
}

.home-v8-application-description {
  max-width: 37rem;
  color: #383a36;
  font-size: clamp(0.95rem, 1.12vw, 1.06rem);
  line-height: 1.55;
}

.home-v8-application-families {
  margin-top: 1.25rem;
}

.home-v8-application-families > p {
  color: var(--home-red-deep);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-v8-application-families ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.25rem;
  margin: 0.65rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(25, 26, 24, 0.2);
  list-style: none;
}

.home-v8-application-families li {
  min-width: 0;
  border-bottom: 1px solid rgba(25, 26, 24, 0.16);
}

.home-v8-application-families a {
  display: block;
  padding: 0.48rem 0;
  overflow: hidden;
  color: var(--home-ink);
  font-size: 0.79rem;
  font-weight: 620;
  line-height: 1.3;
  text-decoration-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.home-v8-application-families a:hover,
.home-v8-application-families a:focus-visible {
  color: var(--home-red-deep);
  text-decoration-color: currentColor;
}

@keyframes home-v8-preview-in {
  from { opacity: 0; transform: translateY(0.35rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 861px) {
  .home-v8-application-row > .home-v8-application-panel {
    display: none;
  }

  .home-v8-application-preview-content > .home-v8-application-panel {
    display: block;
  }
}

@media (max-width: 980px) {
  .home-v8-applications-header {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .home-v8-applications-intro {
    max-width: 46rem;
  }

  .home-v8-applications-layout {
    grid-template-columns: minmax(17rem, 0.8fr) minmax(27rem, 1.2fr);
    gap: 2.5rem;
  }
}

@media (max-width: 860px) {
  .home-v8-applications {
    padding: 3.5rem 0;
  }

  .home-v8-applications-header {
    gap: 1rem;
  }

  .home-v8-applications-header h2 {
    max-width: 100%;
    font-size: clamp(2.55rem, 11vw, 4rem);
  }

  .home-v8-applications-layout {
    display: block;
    margin-top: 2rem;
  }

  .home-v8-application-preview {
    display: none;
  }

  .home-v8-application-row h3 > button {
    min-height: 4.1rem;
  }

  .home-v8-application-row h3 > button > span:first-child {
    font-size: clamp(1.2rem, 5.8vw, 1.65rem);
  }

  .home-v8-application-panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    transition:
      grid-template-rows 360ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease,
      visibility 0ms linear 360ms;
  }

  .home-v8-application-row.is-active .home-v8-application-panel {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    transition:
      grid-template-rows 380ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 240ms ease 60ms,
      visibility 0ms linear;
  }

  .home-v8-application-panel-inner {
    min-height: 0;
    overflow: hidden;
  }

  .home-v8-application-row.is-active .home-v8-application-panel-inner {
    padding: 0.25rem 0 1.6rem;
  }

  .home-v8-application-panel-inner > .home-v8-application-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 1.25rem;
  }

  .home-v8-application-description {
    font-size: 0.94rem;
  }

  .home-v8-application-families ul {
    grid-template-columns: 1fr;
  }

  .home-v8-application-families a {
    padding: 0.58rem 0;
    font-size: 0.84rem;
    white-space: normal;
  }
}

@supports (content-visibility: auto) {
  .home-v7-about,
  .home-v8-applications,
  .home-v6 .global-reach-section,
  .home-v6-sustainability,
  .home-v6-insights,
  .home-v6-close {
    content-visibility: auto;
  }

  .home-v7-about { contain-intrinsic-block-size: auto 68rem; }
  .home-v8-applications { contain-intrinsic-block-size: auto 50rem; }
  .home-v6 .global-reach-section { contain-intrinsic-block-size: auto 58rem; }
  .home-v6-sustainability { contain-intrinsic-block-size: auto 58rem; }
  .home-v6-insights { contain-intrinsic-block-size: auto 54rem; }
  .home-v6-close { contain-intrinsic-block-size: auto 42rem; }
}

/* Image-led portfolio gallery. */
.home-v6-portfolio {
  padding: clamp(6.5rem, 11vw, 11rem) 0 0;
  background: var(--home-paper-bright);
}

.home-v6-portfolio-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.home-v6-portfolio-all {
  display: inline-flex;
  gap: 2.5rem;
  align-items: center;
  justify-self: end;
  padding: 0.9rem 0;
  color: var(--home-red);
  border-bottom: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6-portfolio-all i,
.home-v6-product-slide-copy > a i {
  font-size: 1.05rem;
  font-style: normal;
  transition: transform 220ms ease;
}

.home-v6-portfolio-all:hover i,
.home-v6-portfolio-all:focus-visible i,
.home-v6-product-slide-copy > a:hover i,
.home-v6-product-slide-copy > a:focus-visible i {
  transform: translateX(0.3rem);
}

.home-v6-product-gallery {
  position: relative;
  margin-top: clamp(3.5rem, 6vw, 6rem);
  border-block: 1px solid var(--home-line);
  background: var(--home-paper-bright);
}

.home-v6-product-stage {
  position: relative;
  display: grid;
  overflow: hidden;
  isolation: isolate;
}

.home-v6-product-slide {
  position: relative;
  z-index: 0;
  grid-area: 1 / 1;
  display: grid;
  min-height: clamp(34rem, 54vw, 46rem);
  color: white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.01);
  transition: opacity 650ms ease, transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1), visibility 0ms linear 650ms;
}

.home-v6-product-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition: opacity 650ms ease, transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1), visibility 0ms linear;
}

.home-v6-product-slide > figure,
.home-v6-product-slide > figure::after,
.home-v6-product-slide > figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-v6-product-slide > figure {
  overflow: hidden;
  background: #332f2b;
}

.home-v6-product-slide > figure::after {
  background:
    linear-gradient(90deg, rgba(12, 13, 12, 0.64) 0%, rgba(12, 13, 12, 0.34) 42%, rgba(12, 13, 12, 0.02) 74%),
    linear-gradient(0deg, rgba(12, 13, 12, 0.48) 0%, transparent 60%);
  content: "";
}

.home-v6-product-slide > figure img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.065);
  transition: transform 6.2s cubic-bezier(0.2, 0.64, 0.24, 1), filter 650ms ease;
}

.home-v6-product-slide.is-active > figure img {
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1);
}

.home-v6-product-slide-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 56rem;
  padding: clamp(2.25rem, 5vw, 5rem);
}

.home-v6-product-slide-copy h3 {
  max-width: 15ch;
  margin-top: 0;
  color: white;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.home-v6-product-slide-brands {
  margin-top: 1.25rem;
  color: #f1a6b0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-v6-product-slide-summary {
  max-width: 42rem;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.62;
}

.home-v6-product-slide-copy > a {
  display: inline-flex;
  gap: 2.4rem;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 0.6rem;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6-product-controls {
  position: absolute;
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  z-index: 4;
  display: flex;
  gap: 0.65rem;
  align-items: center;
  color: white;
}

.home-v6-product-arrow {
  display: grid;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  padding: 0;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(12, 13, 12, 0.22);
  backdrop-filter: blur(8px);
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-v6-product-arrow:hover,
.home-v6-product-arrow:focus-visible {
  color: white;
  border-color: var(--home-red);
  outline: 0;
  background: var(--home-red);
}

.home-v6-product-control-centre {
  display: block;
}

.home-v6-product-tabs {
  display: flex;
  width: clamp(8rem, 14vw, 12rem);
  gap: 0.35rem;
  align-items: center;
  margin-right: 0.35rem;
}

.home-v6-product-tab {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 1.5rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-v6-product-tab::before,
.home-v6-product-tab i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
}

.home-v6-product-tab::before {
  background: rgba(255, 255, 255, 0.34);
}

.home-v6-product-tab i {
  background: #f1a6b0;
  transform: scaleX(0);
  transform-origin: left;
}

.home-v6-product-tab.is-active i {
  animation: home-v6-product-progress 6.2s linear forwards;
}

.home-v6-product-gallery.is-paused .home-v6-product-tab.is-active i {
  animation-play-state: paused;
}

.home-v6-product-tab:hover,
.home-v6-product-tab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 1px;
}

@keyframes home-v6-product-progress {
  to { transform: scaleX(1); }
}

/* Company context: history, scale and responsible manufacturing only. */
.home-v6-selection {
  padding: clamp(6rem, 10vw, 9.5rem) 0;
  color: var(--home-ink);
  border-top: 1px solid var(--home-line);
  background: var(--home-cream);
}

.home-v6-about-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.88fr) minmax(25rem, 1.12fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.home-v6-about-header .home-v6-eyebrow {
  margin-bottom: 1.35rem;
}

.home-v6-about-header h2 {
  max-width: 8ch;
  color: var(--home-ink);
  font-size: clamp(3.2rem, 5.8vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.94;
}

.home-v6-about-lead {
  max-width: 35rem;
  margin-top: 1.8rem;
  color: var(--home-muted);
  font-size: clamp(1.03rem, 1.3vw, 1.2rem);
  line-height: 1.7;
}

.home-v6-about-body {
  display: grid;
  gap: 1.25rem;
}

.home-v6-about-body > p {
  max-width: 48rem;
  color: var(--home-muted);
  font-size: clamp(0.96rem, 1.08vw, 1.05rem);
  line-height: 1.72;
}

.home-v6-about-locations {
  display: grid;
  grid-template-columns: minmax(9rem, auto) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(25, 26, 24, 0.3);
  border-bottom: 1px solid rgba(25, 26, 24, 0.3);
}

.home-v6-about-locations > span {
  color: var(--home-red);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-v6-about-locations > p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  align-items: center;
}

.home-v6-about-locations strong {
  font-size: 0.9rem;
  font-weight: 650;
}

.home-v6-about-locations i {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--home-red);
}

.home-v6-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2.25rem;
}

.home-v6-about-actions a {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  padding-bottom: 0.55rem;
  color: var(--home-red);
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6-about-actions a i {
  font-style: normal;
  transition: transform 240ms ease;
}

.home-v6-about-actions a:hover i,
.home-v6-about-actions a:focus-visible i {
  transform: translateX(0.3rem);
}

.home-v6-about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(3.5rem, 6vw, 6rem);
  border-top: 1px solid rgba(25, 26, 24, 0.35);
  border-bottom: 1px solid rgba(25, 26, 24, 0.35);
}

.home-v6-about-stats > div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 10rem;
  padding: 1.5rem;
}

.home-v6-about-stats > div + div {
  border-left: 1px solid rgba(25, 26, 24, 0.25);
}

.home-v6-about-stats dt {
  max-width: 15rem;
  color: var(--home-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-v6-about-stats dd {
  max-width: 12ch;
  margin: 0;
  color: var(--home-ink);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 3.1rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 1;
}

/* Image-led company profile. Company facts stay in the prose instead of metric cards. */
.home-v7-about {
  padding: clamp(5.5rem, 9vw, 9rem) 0;
  color: var(--home-ink);
  border-top: 1px solid var(--home-line);
  background: var(--home-cream);
}

.home-v7-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(25rem, 0.88fr);
  gap: clamp(3.5rem, 7vw, 8rem);
  align-items: stretch;
}

.home-v7-about-layout > figure {
  position: relative;
  min-height: clamp(35rem, 49vw, 48rem);
  overflow: hidden;
  background: #cfc8bb;
}

.home-v7-about-layout > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(0.86) contrast(1.04);
}

.home-v7-about-layout > figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(0deg, rgba(18, 19, 18, 0.42), transparent);
  content: "";
  pointer-events: none;
}

.home-v7-about-layout figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  z-index: 1;
  color: white;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.home-v7-about-copy {
  align-self: center;
  padding: 2rem 0;
}

.home-v7-about-copy .home-v6-eyebrow {
  margin-bottom: 1.4rem;
}

.home-v7-about-copy h2 {
  max-width: 12ch;
  color: var(--home-ink);
  font-size: clamp(2.85rem, 4.45vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.home-v7-about-prose {
  display: grid;
  gap: 1.2rem;
  max-width: 37rem;
  margin-top: clamp(2rem, 3.5vw, 3.25rem);
}

.home-v7-about-prose p {
  color: #4f514c;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.72;
}

.home-v7-about-prose p:first-child {
  color: #333530;
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
}

.home-v6-sustainability-copy > a,
.home-v6-insights-head > a {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  padding-bottom: 0.65rem;
  color: inherit;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6-sustainability-copy > a i,
.home-v6-insights-head > a i {
  font-size: 1.1rem;
  font-style: normal;
  transition: transform 240ms ease;
}

.home-v6-sustainability-copy > a:hover i,
.home-v6-sustainability-copy > a:focus-visible i,
.home-v6-insights-head > a:hover i,
.home-v6-insights-head > a:focus-visible i {
  transform: translateX(0.35rem);
}

/* Export theatre. The globe implementation and route data are unchanged. */
.home-v6 .global-reach-section {
  --global-reach-surface: #751c28;
  --global-reach-word: #f8f4ec;
  overflow: hidden;
  color: #f8f4ec;
  border: 0;
  background: var(--global-reach-surface);
}

.home-v6 .global-reach-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(30rem, 1.22fr);
  gap: clamp(2.5rem, 4vw, 5rem);
  max-width: 90rem;
  min-height: min(62rem, 96svh);
  padding: clamp(5.5rem, 8vw, 8rem) max(1.5rem, calc((100vw - 84rem) / 2 + 2.5rem));
}

.home-v6 .global-reach-copy {
  max-width: 34rem;
}

.home-v6 .global-reach-eyebrow {
  margin-bottom: 1.5rem;
  color: rgba(248, 244, 236, 0.68);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-v6 .global-reach-eyebrow span {
  background: rgba(248, 244, 236, 0.48);
}

.home-v6 .global-reach-title {
  max-width: 10ch;
  color: #f8f4ec;
  font-size: clamp(3.5rem, 5.75vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.home-v6 .global-reach-typed {
  width: 7.5ch;
  min-width: 7.5ch;
  color: var(--global-reach-word);
  font-family: "Manrope", "Noto Sans Devanagari", "Noto Sans JP", "Noto Sans KR", "Segoe UI", Arial, sans-serif;
  font-weight: 390;
  letter-spacing: -0.075em;
}

.home-v6 .global-reach-word-shell {
  min-width: 0;
}

.home-v6 .global-reach-period {
  color: #f8f4ec;
}

.home-v6 .global-reach-caret {
  opacity: 0.52;
  background: rgba(248, 244, 236, 0.56);
  animation: none;
}

.home-v6 .global-reach-section[data-global-word-phase="hold"] .global-reach-caret {
  animation: globalReachCaret 1.15s steps(2, start) infinite;
}

.home-v6 .global-reach-section[data-global-word-phase="paused"] .global-reach-caret {
  opacity: 0.28;
}

.home-v6 .global-reach-section[data-global-word-phase="static"] .global-reach-caret {
  display: none;
}

.home-v6 .global-reach-intro {
  max-width: 33rem;
  margin-top: 1.75rem;
  color: rgba(248, 244, 236, 0.72);
  font-size: 0.96rem;
  line-height: 1.65;
}

.home-v6 .global-reach-fact {
  display: grid;
  gap: 0.5rem;
  max-width: 25rem;
  margin: 2rem 0 0;
}

.home-v6 .global-reach-fact strong {
  color: #f8f4ec;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.35rem, 3.8vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.home-v6 .global-reach-fact span {
  color: rgba(248, 244, 236, 0.56);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-v6 .global-reach-support {
  max-width: 33rem;
  margin-top: 2rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-v6 .global-reach-support h3 {
  max-width: 28rem;
  color: #f8f4ec;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.home-v6 .global-reach-support p {
  max-width: 34rem;
  margin-top: 0.65rem;
  color: rgba(248, 244, 236, 0.58);
  font-size: 0.86rem;
  line-height: 1.62;
}

.home-v6 .global-reach-cta {
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 1.6rem;
  padding-bottom: 0.42rem;
  color: #f8f4ec;
  border-bottom: 1px solid rgba(248, 244, 236, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6 .global-reach-cta i {
  font-size: 1rem;
  font-style: normal;
  transition: transform 220ms ease;
}

.home-v6 .global-reach-cta:hover i,
.home-v6 .global-reach-cta:focus-visible i {
  transform: translateX(0.3rem);
}

.home-v6 .global-reach-metrics {
  margin-top: 3.5rem;
  padding-top: 1.4rem;
  border-color: rgba(255, 255, 255, 0.16);
}

.home-v6 .global-reach-metrics div + div {
  border-color: rgba(255, 255, 255, 0.16);
}

.home-v6 .global-reach-metrics dt {
  color: #f8f4ec;
  font-size: clamp(1.5rem, 2.4vw, 2.7rem);
}

.home-v6 .global-reach-metrics dd {
  color: rgba(248, 244, 236, 0.48);
}

.home-v6 .global-reach-visual {
  min-height: 40rem;
}

.home-v6 .global-reach-globe {
  width: min(100%, 44rem);
}

.home-v6 .global-reach-globe::before {
  background:
    radial-gradient(circle at 58% 38%, rgba(163, 38, 53, 0.25), transparent 30%),
    radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 66%);
  opacity: 1;
}

.home-v6 .global-reach-chart {
  min-height: 440px;
}

.home-v6 .global-reach-caption {
  width: min(80%, 27rem);
  margin-top: 0.65rem;
  padding-top: 0.85rem;
  color: rgba(248, 244, 236, 0.48);
  border-color: rgba(255, 255, 255, 0.16);
  font-size: 0.66rem;
  letter-spacing: 0.075em;
}

@media (prefers-reduced-motion: reduce) {
  .home-v6 .global-reach-caret {
    display: none;
  }
}

/* Sustainability material story. */
.home-v6-sustainability {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(30rem, 1.05fr);
  min-height: 54rem;
  background: var(--home-paper-bright);
}

.home-v6-sustainability > figure {
  position: relative;
  min-height: clamp(42rem, 62vw, 58rem);
  overflow: hidden;
  background: #d9c8ae;
}

.home-v6-sustainability > figure::after {
  position: absolute;
  inset: 62% 0 0;
  background: linear-gradient(0deg, rgba(16, 14, 12, 0.62), transparent);
  content: "";
}

.home-v6-sustainability > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82);
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.home-v6-sustainability:hover > figure img {
  transform: scale(1.035);
}

.home-v6-sustainability figcaption {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-v6-sustainability-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(3.75rem, 6vw, 6.5rem);
}

.home-v6-sustainability h2 {
  max-width: 9ch;
  margin-top: 0;
  font-size: clamp(3.25rem, 5.4vw, 6rem);
}

.home-v6-sustainability-copy > .home-v6-sustainability-eyebrow {
  max-width: none;
  margin: 0 0 1.5rem;
  color: var(--home-red);
  font-size: 0.68rem;
  line-height: 1.4;
}

.home-v6-sustainability-copy > .home-v6-sustainability-lead {
  max-width: 40rem;
  margin-top: 1.6rem;
}

.home-v6-sustainability-register {
  width: 100%;
  margin: clamp(2.25rem, 3.5vw, 3.25rem) 0 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.home-v6-sustainability-register li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--home-line);
}

.home-v6-sustainability-register li > span {
  padding-top: 0.2rem;
  color: var(--home-red);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.home-v6-sustainability-register h3 {
  color: var(--home-ink);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.home-v6-sustainability-register p {
  max-width: 43rem;
  margin: 0.5rem 0 0;
  color: var(--home-muted);
  font-size: clamp(0.82rem, 0.9vw, 0.92rem);
  line-height: 1.58;
}

.home-v6-sustainability-copy > a {
  margin-top: 2.25rem;
  color: var(--home-ink);
}

/* Compact editorial carousel for technical articles. */
.home-v6-insights {
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 8rem);
  color: var(--home-ink);
  background: #e9dfce;
}

.home-v6-insights-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  padding-bottom: clamp(2rem, 4vw, 3.25rem);
}

.home-v6-insights h2 {
  max-width: none;
  margin-top: 0;
  color: var(--home-ink);
  font-size: clamp(2.8rem, 4.6vw, 5rem);
}

.home-v6-insights-head > a {
  flex: 0 0 auto;
  color: var(--home-red);
}

.home-v6-insight-carousel {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: var(--home-paper);
}

.home-v6-insight-stage {
  display: grid;
  overflow: hidden;
}

.home-v6-insight-slide {
  z-index: 0;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(20rem, 0.92fr) minmax(24rem, 1.08fr);
  min-height: 31rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1), visibility 0ms linear;
}

.home-v6-insight-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1), visibility 0ms linear;
}

.home-v6-insight-slide > figure {
  min-width: 0;
  min-height: 31rem;
  overflow: hidden;
  background: #d8d1c7;
}

.home-v6-insight-slide > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.02);
  transform: scale(1.025);
  transition: transform 6.5s cubic-bezier(0.2, 0.65, 0.25, 1), filter 520ms ease;
}

.home-v6-insight-slide.is-active > figure img {
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1);
}

.home-v6-insight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(2.5rem, 5vw, 5rem) clamp(6rem, 8vw, 7rem);
}

.home-v6-insight-copy small {
  color: var(--home-red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-v6-insight-copy h3 {
  max-width: 17ch;
  margin-top: 1rem;
  font-size: clamp(2.25rem, 3.8vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.home-v6-insight-copy h3 a {
  color: var(--home-ink);
  text-decoration: none;
}

.home-v6-insight-copy > p {
  max-width: 34rem;
  margin-top: 1.35rem;
  color: var(--home-muted);
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.62;
}

.home-v6-insight-read {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 0.6rem;
  color: var(--home-red);
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6-insight-read i {
  font-size: 1.05rem;
  font-style: normal;
  transition: transform 240ms ease;
}

.home-v6-insight-read:hover i,
.home-v6-insight-read:focus-visible i {
  transform: translateX(0.35rem);
}

.home-v6-insight-controls {
  position: absolute;
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  z-index: 4;
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.home-v6-insight-arrow {
  display: grid;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  padding: 0;
  place-items: center;
  color: var(--home-ink);
  border: 1px solid rgba(25, 26, 24, 0.32);
  border-radius: 50%;
  background: rgba(247, 244, 238, 0.74);
  backdrop-filter: blur(8px);
  font-size: 1.05rem;
  cursor: pointer;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease;
}

.home-v6-insight-arrow:hover,
.home-v6-insight-arrow:focus-visible {
  color: white;
  border-color: var(--home-red);
  outline: 0;
  background: var(--home-red);
}

.home-v6-insight-tabs {
  display: flex;
  width: clamp(7rem, 10vw, 10rem);
  gap: 0.35rem;
  align-items: center;
  margin-right: 0.35rem;
}

.home-v6-insight-tab {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 1.5rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-v6-insight-tab i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--home-red);
  transform: scaleX(0);
  transform-origin: left;
}

.home-v6-insight-tab::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(25, 26, 24, 0.2);
  content: "";
}

.home-v6-insight-tab.is-active i {
  animation: home-v6-insight-progress 6.5s linear forwards;
}

.home-v6-insights.is-paused .home-v6-insight-tab.is-active i {
  animation-play-state: paused;
}

.home-v6-insight-tab:hover,
.home-v6-insight-tab:focus-visible {
  outline: 2px solid var(--home-red);
  outline-offset: 2px;
}

@keyframes home-v6-insight-progress {
  to { transform: scaleX(1); }
}

.home-v6-insights-empty {
  padding-bottom: clamp(5rem, 8vw, 7rem);
}

/* Final enquiry. */
.home-v6-close {
  padding: clamp(6.5rem, 11vw, 11rem) 0;
  color: #f8f4ec;
  background: var(--home-red-deep);
}

.home-v6-close-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem clamp(2rem, 6vw, 7rem);
  align-items: start;
}

.home-v6-close .home-v6-eyebrow {
  color: #e9a4ae;
}

.home-v6 .home-v6-close h2 {
  max-width: 13ch;
  color: #f8f4ec;
}

.home-v6-close-layout > div > p {
  max-width: 38rem;
  margin-top: 2rem;
  color: rgba(248, 244, 236, 0.66);
}

.home-v6-close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-top: 3rem;
}

.home-v6-close-actions a {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  min-width: 14rem;
  padding: 1rem 0;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-v6-close-actions a i {
  margin-left: auto;
  font-size: 1.05rem;
  font-style: normal;
  transition: transform 240ms ease;
}

.home-v6-close-actions a:hover i,
.home-v6-close-actions a:focus-visible i {
  transform: translateX(0.35rem);
}

@media (max-width: 1120px) {
  .home-v6-pathway-stage {
    grid-template-columns: minmax(14rem, 0.68fr) minmax(4rem, 0.28fr) minmax(31rem, 1.5fr);
    gap: 1.5rem;
  }

  .home-v6-pathway-family-list {
    gap: 0 0.85rem;
  }

  .home-v6 .global-reach-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
    gap: 2.5rem;
  }

  .home-v6 .global-reach-globe {
    width: min(100%, 38rem);
  }
}

@media (max-width: 980px) {
  .home-v6 .reactive-hero-title {
    font-size: clamp(4rem, 10vw, 6.8rem);
  }

  .home-v7-application-header {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .home-v7-application-intro {
    max-width: 48rem;
  }

  .home-v7-about-layout {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }

  .home-v7-about-layout > figure {
    min-height: clamp(31rem, 68vw, 43rem);
  }

  .home-v7-about-copy {
    max-width: 46rem;
    padding: 0 0 0.5rem;
  }

  .home-v6-manufacturing-head {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .home-v6-manufacturing-intro {
    max-width: 44rem;
  }

  .home-v6-sustainability {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .home-v6-sustainability-copy {
    padding: clamp(3rem, 5vw, 4.5rem);
  }
}

@media (max-width: 860px) {
  .home-v7-application-panel-inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .home-v7-application-panel figure {
    min-height: clamp(22rem, 62vw, 33rem);
  }

  .home-v7-application-copy {
    max-width: 46rem;
    padding: 0;
  }

  .home-v6-pathway-stage {
    display: block;
    min-height: 0;
  }

  .home-v6-pathway-lines {
    display: none;
  }

  .home-v6-pathway-tabs {
    display: grid;
    grid-auto-columns: minmax(13rem, 44vw);
    grid-auto-flow: column;
    gap: 0.8rem;
    padding-bottom: 0.65rem;
    overflow-x: auto;
    border-bottom: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .home-v6-pathway-tab {
    min-height: 4rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    scroll-snap-align: start;
  }

  .home-v6-pathway-tab.is-active {
    padding-left: 0.85rem;
    border-color: #e88593;
  }

  .home-v6-pathway-panels {
    min-height: 9.5rem;
    padding: 1.5rem 0 0;
  }

  .home-v6-pathway-families {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-v6-pathway-family.is-muted {
    opacity: 0.48;
  }

  .home-v6-about-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .home-v6-about-header h2 {
    max-width: 11ch;
  }

  .home-v6-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v6-about-stats > div:nth-child(3) {
    border-left: 0;
  }

  .home-v6-about-stats > div:nth-child(n + 3) {
    border-top: 1px solid rgba(25, 26, 24, 0.25);
  }
}

@media (max-width: 820px) {
  .home-v6 .global-reach-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .home-v6 .global-reach-title {
    max-width: 9ch;
  }

  .home-v6 .global-reach-copy {
    max-width: 38rem;
  }

  .home-v6 .global-reach-visual {
    min-height: 0;
  }

  .home-v6 .global-reach-globe {
    width: min(100%, 37rem);
  }
}

@media (max-width: 760px) {
  .home-v7-application-index {
    padding: 5.5rem 0;
  }

  .home-v7-application-header h2,
  .home-v7-about-copy h2 {
    max-width: 100%;
    font-size: clamp(2.65rem, 12.5vw, 4.25rem);
  }

  .home-v7-about-copy h2 {
    font-size: clamp(2.45rem, 11.3vw, 3.85rem);
  }

  .home-v7-application-intro > p {
    font-size: 0.98rem;
  }

  .home-v7-application-list {
    margin-top: 3.75rem;
  }

  .home-v7-application-row h3 > button {
    min-height: 5.25rem;
  }

  .home-v7-application-row h3 > button > span:first-child {
    font-size: clamp(1.75rem, 8.5vw, 2.75rem);
  }

  .home-v7-application-toggle {
    flex-basis: 1.15rem;
    width: 1.15rem;
    height: 1.15rem;
  }

  .home-v7-application-panel-inner {
    gap: 1.75rem;
    padding-bottom: 3rem;
  }

  .home-v7-application-panel figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-v7-application-description {
    font-size: 1rem;
  }

  .home-v7-about {
    padding: 4.75rem 0 5.5rem;
  }

  .home-v7-about-layout {
    gap: 3rem;
  }

  .home-v7-about-layout > figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-v7-about-layout figcaption {
    right: 1rem;
    bottom: 1rem;
  }

  .home-v7-about-prose {
    margin-top: 2rem;
  }

  .home-v6 .reactive-hero {
    min-height: 100svh;
  }

  .home-v6 .reactive-hero-stage {
    padding: 3.25rem 1.25rem;
  }

  .home-v6 .reactive-hero-title {
    max-width: 100%;
    font-size: clamp(2.75rem, 12.5vw, 4.4rem);
    line-height: 0.96;
  }

  .home-v6 .reactive-hero-line {
    display: block;
    white-space: normal;
  }

  .home-v6 .reactive-hero-word-frame {
    display: inline-grid;
    min-width: 100%;
  }

  .home-v6 .reactive-hero-subheading {
    max-width: 30rem;
    font-size: 0.9rem;
  }

  .home-v6 .reactive-hero-actions {
    gap: 0.75rem;
  }

  .home-v6 .reactive-hero-actions .btn {
    width: auto;
  }

  .home-v6-section-head,
  .home-v6-close-layout {
    grid-template-columns: 1fr;
  }

  .home-v6-section-head {
    gap: 2rem;
  }

  .home-v6-portfolio-head {
    grid-template-columns: 1fr;
  }

  .home-v6-portfolio-all {
    justify-self: start;
  }

  .home-v6-product-slide {
    min-height: clamp(34rem, 125vw, 43rem);
  }

  .home-v6-product-slide > figure::after {
    background:
      linear-gradient(90deg, rgba(12, 13, 12, 0.58) 0%, rgba(12, 13, 12, 0.1) 100%),
      linear-gradient(0deg, rgba(12, 13, 12, 0.72) 0%, rgba(12, 13, 12, 0.22) 64%, transparent 100%);
  }

  .home-v6-product-slide-copy {
    padding: 2rem 1.5rem 6.25rem;
  }

  .home-v6-product-slide-copy h3 {
    max-width: 13ch;
    font-size: clamp(2.7rem, 12vw, 4.8rem);
  }

  .home-v6-product-slide-summary {
    max-width: 34rem;
    font-size: 0.92rem;
  }

  .home-v6-product-controls {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    justify-content: flex-end;
  }

  .home-v6-product-control-centre {
    margin-right: auto;
  }

  .home-v6-product-tabs {
    width: min(11rem, 45vw);
    gap: 0.35rem;
    margin-right: 0;
  }

  .home-v6 .global-reach-grid {
    gap: 3rem;
    padding: 5rem 1.25rem 5.5rem;
  }

  .home-v6 .global-reach-title {
    max-width: 100%;
    font-size: clamp(2.9rem, 12.5vw, 4.25rem);
  }

  .home-v6 .global-reach-intro {
    margin-top: 1.6rem;
  }

  .home-v6 .global-reach-fact {
    margin-top: 1.8rem;
  }

  .home-v6 .global-reach-fact strong {
    font-size: clamp(2.55rem, 12vw, 3.6rem);
  }

  .home-v6 .global-reach-support {
    margin-top: 1.8rem;
  }

  .home-v6 .global-reach-globe {
    width: min(100%, 21rem);
  }

  .home-v6 .global-reach-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-v6 .global-reach-metrics div,
  .home-v6 .global-reach-metrics div + div {
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .home-v6 .global-reach-metrics div:first-child {
    border-top: 0;
  }

  .home-v6 .global-reach-chart {
    min-height: 280px;
  }

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

  .home-v6-sustainability > figure {
    min-height: min(108vw, 36rem);
  }

  .home-v6-sustainability-copy {
    padding: 4.5rem 1.25rem 5.5rem;
  }

  .home-v6-sustainability-register li {
    grid-template-columns: 2.15rem minmax(0, 1fr);
    gap: 0.75rem;
  }

  .home-v6-insight-slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-v6-insight-slide > figure {
    min-height: clamp(13rem, 56vw, 19rem);
  }

  .home-v6-insight-copy {
    min-height: 22rem;
    padding: 2.25rem 1.5rem 6.25rem;
  }

  .home-v6-insight-copy h3 {
    max-width: 16ch;
    font-size: clamp(2rem, 9vw, 3.4rem);
  }

  .home-v6-insight-controls {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    justify-content: flex-end;
  }

  .home-v6-insight-tabs {
    width: min(10rem, 42vw);
    margin-right: auto;
  }

  .home-v6-close-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-v6-close-actions a {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .home-v7-application-families ul {
    grid-template-columns: 1fr;
  }

  .home-v6 .reactive-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-v6 .reactive-hero-actions .btn {
    width: 100%;
  }

  .home-v6-pathway-family-list {
    grid-template-columns: 1fr;
  }

  .home-v6-pathway-family-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-v6-about-locations {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .home-v6-about-stats {
    grid-template-columns: 1fr;
  }

  .home-v6-about-stats > div + div {
    border-top: 1px solid rgba(25, 26, 24, 0.25);
    border-left: 0;
  }

  .home-v6-about-stats > div {
    min-height: 8.5rem;
  }

  .home-v6-insights-head {
    display: block;
  }

  .home-v6-insights-head > a {
    margin-top: 1.75rem;
  }

  .home-v6-insight-copy > p {
    max-width: 29rem;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v6 *,
  .home-v6 *::before,
  .home-v6 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}