:root {
  --irp-paper: #f2eee4;
  --irp-paper-light: #fbf9f3;
  --irp-ink: #121413;
  --irp-ink-soft: #28312f;
  --irp-mineral-deep: #17384a;
  --irp-mineral: #2b5b6e;
  --irp-mineral-pale: #d8e3e5;
  --irp-amber: #b97627;
  --irp-line: rgba(18, 20, 19, 0.18);
  --irp-paper-line: rgba(251, 249, 243, 0.25);
  --irp-page-pad: clamp(20px, 5.3vw, 82px);
  --irp-content-pad: max(var(--irp-page-pad), calc((100vw - 1360px) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--irp-mineral) var(--irp-paper);
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: var(--irp-paper);
}

::-webkit-scrollbar-thumb {
  border: 3px solid var(--irp-paper);
  background: var(--irp-mineral);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--irp-ink);
  background: var(--irp-paper-light);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--irp-amber);
  outline-offset: 4px;
}

::selection {
  color: var(--irp-paper-light);
  background: var(--irp-amber);
}

[id] {
  scroll-margin-top: 94px;
}

.irp-facets h1,
.irp-facets h2,
.irp-facets h3,
.irp-facets p,
.irp-facets blockquote,
.irp-facets figure {
  margin-top: 0;
}

.irp-facets h1,
.irp-facets h2,
.irp-facets h3,
.irp-facets blockquote {
  font-family: "Bodoni Moda", Didot, serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.irp-facets__skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--irp-paper-light);
  background: var(--irp-ink);
  transform: translateY(-170%);
}

.irp-facets__skip:focus {
  transform: translateY(0);
}

.irp-facets__header {
  position: absolute;
  z-index: 30;
  top: 18px;
  right: var(--irp-page-pad);
  left: var(--irp-page-pad);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 16px;
  border-top: 1px solid var(--irp-line);
  border-bottom: 1px solid var(--irp-line);
  background: rgba(251, 249, 243, 0.96);
}

.irp-facets__brand {
  min-height: 44px;
  display: grid;
  align-content: center;
  width: max-content;
  color: var(--irp-ink);
  line-height: 1;
  text-decoration: none;
}

.irp-facets__brand span,
.irp-facets__brand small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.irp-facets__brand strong {
  margin-top: 3px;
  font-family: "Bodoni Moda", Didot, serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.irp-facets__brand small {
  margin-top: 5px;
  letter-spacing: 0.14em;
}

.irp-facets__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 28px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.irp-facets__nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.irp-facets__nav a:not(.irp-facets__nav-cta):hover {
  color: var(--irp-mineral);
}

.irp-facets__nav-cta {
  padding: 10px 14px;
  color: var(--irp-paper-light);
  background: var(--irp-ink);
}

.irp-facets__menu-button {
  display: none;
}

.irp-facets__button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease-out, background 180ms ease-out;
}

.irp-facets__button--dark {
  color: var(--irp-paper-light);
  background: var(--irp-ink);
}

.irp-facets__button--dark:hover {
  background: var(--irp-mineral-deep);
}

.irp-facets__button--amber {
  color: var(--irp-ink);
  background: var(--irp-amber);
}

.irp-facets__button--amber:hover {
  color: var(--irp-ink);
  background: var(--irp-paper-light);
}

.irp-facets__text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.irp-facets__hero {
  min-height: max(790px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 48fr) minmax(470px, 52fr);
  background: var(--irp-paper-light);
}

.irp-facets__hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  min-width: 0;
  padding: calc(148px + env(safe-area-inset-top, 0px)) clamp(30px, 4.6vw, 76px) clamp(76px, 8vw, 120px) var(--irp-page-pad);
}

.irp-facets__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(18, 20, 19, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.irp-facets__breadcrumb a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.irp-facets__hero h1 {
  max-width: 10.3ch;
  margin-bottom: 30px;
  font-size: clamp(3.15rem, 4.7vw, 5.65rem);
  line-height: 0.93;
  text-wrap: balance;
}

.irp-facets__hero-copy > p {
  max-width: 47ch;
  margin-bottom: 31px;
  color: var(--irp-ink-soft);
  font-size: clamp(1.02rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.irp-facets__hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.irp-facets__hero-art {
  position: relative;
  min-width: 0;
  min-height: max(790px, 100svh);
  margin: 0;
  overflow: hidden;
  background: var(--irp-paper-light);
}

.irp-facets__hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 62% center;
}

.js .irp-facets__hero-art img {
  clip-path: inset(0 0 0 5%);
  transform: scale(1.018);
  animation: irp-facets-hero-settle 1000ms cubic-bezier(0.16, 1, 0.3, 1) 150ms both;
}

.irp-facets__hero-measure {
  position: absolute;
  right: 8%;
  bottom: 14%;
  width: 19%;
  height: 1px;
  background: rgba(43, 91, 110, 0.42);
}

.irp-facets__hero-measure::before,
.irp-facets__hero-measure::after {
  position: absolute;
  top: -10px;
  width: 1px;
  height: 21px;
  background: rgba(43, 91, 110, 0.42);
  content: "";
}

.irp-facets__hero-measure::before {
  left: 0;
}

.irp-facets__hero-measure::after {
  right: 0;
}

.irp-facets__hero-measure span {
  position: absolute;
  top: -5px;
  left: 58%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--irp-amber);
}

.irp-facets__hero-measure i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: rgba(43, 91, 110, 0.42);
}

.irp-facets__hero-art figcaption,
.irp-facets__reconstruction-art figcaption {
  position: absolute;
  right: 24px;
  bottom: 16px;
  color: rgba(18, 20, 19, 0.6);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.irp-facets__arrival {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(330px, 0.72fr);
  gap: clamp(54px, 9vw, 150px);
  padding: clamp(94px, 12vw, 182px) var(--irp-content-pad);
  background: var(--irp-paper);
}

.irp-facets__arrival h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(3rem, 5.7vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__arrival > div {
  align-self: end;
  max-width: 62ch;
}

.irp-facets__arrival p {
  margin-bottom: 24px;
  color: rgba(18, 20, 19, 0.74);
  font-size: clamp(1rem, 1.24vw, 1.18rem);
}

.irp-facets__arrival p:last-child {
  margin-bottom: 0;
}

.irp-facets__definition {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
  align-content: space-between;
  gap: 80px;
  overflow: hidden;
  padding: clamp(100px, 13vw, 190px) var(--irp-content-pad);
  color: var(--irp-paper-light);
  background: var(--irp-mineral-deep);
}

.irp-facets__definition-word {
  position: absolute;
  right: -0.08em;
  bottom: 0.02em;
  color: rgba(251, 249, 243, 0.055);
  font-family: "Bodoni Moda", Didot, serif;
  font-size: clamp(8rem, 19vw, 19rem);
  letter-spacing: -0.04em;
  line-height: 0.75;
  white-space: nowrap;
}

.irp-facets__definition-copy {
  position: relative;
  z-index: 1;
}

.irp-facets__definition-copy h2 {
  max-width: 10ch;
  margin-bottom: 36px;
  font-size: clamp(3.1rem, 5.8vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__definition-copy p {
  max-width: 59ch;
  margin-bottom: 0;
  color: rgba(251, 249, 243, 0.74);
}

.irp-facets__definition blockquote {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 12ch;
  margin-bottom: 0;
  padding-top: 26px;
  border-top: 1px solid var(--irp-paper-line);
  font-size: clamp(1.9rem, 3.2vw, 3.5rem);
  line-height: 1.04;
}

.irp-facets__natural {
  padding: clamp(94px, 12vw, 178px) var(--irp-content-pad);
  background: var(--irp-paper-light);
}

.irp-facets__natural header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(44px, 8vw, 132px);
}

.irp-facets__natural h2 {
  max-width: 9ch;
  margin-bottom: 0;
  font-size: clamp(3.1rem, 5.8vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__natural header p {
  max-width: 53ch;
  margin-bottom: 7px;
  color: rgba(18, 20, 19, 0.72);
}

.irp-facets__natural-flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: clamp(10px, 2vw, 28px);
  margin: clamp(72px, 10vw, 132px) 0;
}

.irp-facets__natural-flow span {
  font-family: "Bodoni Moda", Didot, serif;
  font-size: clamp(1.25rem, 2vw, 2.25rem);
  line-height: 1;
}

.irp-facets__natural-flow i {
  position: relative;
  height: 1px;
  background: var(--irp-line);
}

.irp-facets__natural-flow i::after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--irp-amber);
  border-radius: 50%;
  background: var(--irp-paper-light);
  content: "";
}

.irp-facets__natural-close {
  max-width: 24ch;
  margin: 0 auto;
  color: var(--irp-mineral);
  font-family: "Bodoni Moda", Didot, serif;
  font-size: clamp(1.9rem, 3.2vw, 3.5rem);
  line-height: 1.05;
  text-align: center;
}

.irp-facets__reconstruction {
  min-height: 980px;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1fr);
  color: var(--irp-paper-light);
  background: var(--irp-mineral-deep);
}

.irp-facets__reconstruction-copy {
  align-self: center;
  min-width: 0;
  padding: clamp(96px, 11vw, 168px) clamp(40px, 6vw, 100px) clamp(96px, 11vw, 168px) var(--irp-content-pad);
}

.irp-facets__reconstruction-copy h2 {
  max-width: 9.5ch;
  margin-bottom: 32px;
  font-size: clamp(3.1rem, 5.5vw, 5.8rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__reconstruction-copy > p {
  max-width: 48ch;
  margin-bottom: 42px;
  color: rgba(251, 249, 243, 0.74);
}

.irp-facets__reconstruction-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--irp-paper-line);
}

.irp-facets__reconstruction-copy li {
  padding: 15px 0;
  border-bottom: 1px solid var(--irp-paper-line);
  color: rgba(251, 249, 243, 0.72);
  font-size: 13px;
}

.irp-facets__reconstruction-art {
  position: relative;
  min-width: 0;
  min-height: 980px;
  margin: 0;
  overflow: hidden;
}

.irp-facets__reconstruction-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% center;
}

.irp-facets__reconstruction-track {
  position: absolute;
  top: 10%;
  right: 8%;
  bottom: 10%;
  width: min(175px, 25%);
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  color: var(--irp-paper-light);
}

.irp-facets__track-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 1px;
  background: rgba(251, 249, 243, 0.62);
  transform-origin: top;
}

.js .irp-facets__track-line {
  transform: scaleY(0);
}

.js .irp-facets__reconstruction.is-active .irp-facets__track-line {
  transform: scaleY(1);
  transition: transform 1300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.irp-facets__reconstruction-track div {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.irp-facets__reconstruction-track i {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 2px solid var(--irp-amber);
  border-radius: 50%;
  background: var(--irp-mineral-deep);
}

.irp-facets__reconstruction-track i::after {
  position: absolute;
  top: 7px;
  left: 17px;
  width: 26px;
  height: 1px;
  background: var(--irp-amber);
  content: "";
}

.irp-facets__reconstruction-track strong {
  padding-top: 0;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 500;
}

.irp-facets__reconstruction-art figcaption {
  color: rgba(251, 249, 243, 0.58);
}

.irp-facets__starting-point {
  padding: clamp(94px, 12vw, 180px) var(--irp-content-pad);
  background: var(--irp-paper-light);
}

.irp-facets__starting-point h2 {
  max-width: 10ch;
  margin-bottom: clamp(52px, 8vw, 110px);
  font-size: clamp(3.1rem, 5.8vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__starting-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 110px);
  margin-bottom: clamp(70px, 10vw, 132px);
}

.irp-facets__starting-grid p {
  max-width: 56ch;
  margin-bottom: 0;
  padding-top: 25px;
  border-top: 1px solid var(--irp-line);
  color: rgba(18, 20, 19, 0.72);
}

.irp-facets__scan-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  min-height: 260px;
  border-top: 1px solid var(--irp-line);
  border-bottom: 1px solid var(--irp-line);
}

.irp-facets__scan-map::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--irp-mineral);
  content: "";
}

.irp-facets__scan-map span {
  position: relative;
  z-index: 1;
  min-height: 130px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 12px;
  font-family: "Bodoni Moda", Didot, serif;
  font-size: clamp(1.1rem, 1.6vw, 1.8rem);
  text-align: center;
}

.irp-facets__scan-map span:nth-child(even) {
  align-items: flex-end;
}

.irp-facets__scan-map span::after {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 9px;
  height: 9px;
  border: 2px solid var(--irp-amber);
  border-radius: 50%;
  background: var(--irp-paper-light);
  content: "";
}

.irp-facets__layers {
  position: relative;
  min-height: 1120px;
  color: var(--irp-paper-light);
  background: var(--irp-mineral-deep);
}

.irp-facets__layers-art {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.irp-facets__layers-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(23, 56, 74, 0.34) 65%, var(--irp-mineral-deep) 84%);
  content: "";
  pointer-events: none;
}

.irp-facets__layers-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.irp-facets__layers-labels {
  position: absolute;
  z-index: 2;
  top: 9%;
  right: 8%;
  width: min(210px, 22vw);
  height: 52%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  color: var(--irp-ink);
}

.irp-facets__layers-labels span {
  position: relative;
  align-self: center;
  padding-left: 44px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.irp-facets__layers-labels span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 31px;
  height: 1px;
  background: rgba(18, 20, 19, 0.38);
  content: "";
}

.irp-facets__layers-labels i {
  position: absolute;
  top: calc(50% - 5px);
  left: -1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--irp-amber);
}

.irp-facets__layers-copy {
  position: absolute;
  z-index: 3;
  right: var(--irp-content-pad);
  bottom: clamp(72px, 8vw, 118px);
  left: var(--irp-content-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.62fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
}

.irp-facets__layers-copy h2 {
  max-width: 10ch;
  margin-bottom: 0;
  font-size: clamp(3.1rem, 5.7vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__layers-copy p {
  max-width: 56ch;
  color: rgba(251, 249, 243, 0.76);
}

.irp-facets__layers-copy p:last-child {
  margin-bottom: 0;
}

.irp-facets__craft {
  padding: clamp(96px, 12vw, 182px) var(--irp-content-pad);
  background: var(--irp-paper);
}

.irp-facets__craft-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.58fr);
  align-items: end;
  gap: clamp(48px, 8vw, 132px);
}

.irp-facets__craft-heading h2 {
  max-width: 10ch;
  margin-bottom: 0;
  font-size: clamp(3.1rem, 5.7vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__craft-heading p {
  max-width: 58ch;
  margin-bottom: 6px;
  color: rgba(18, 20, 19, 0.72);
}

.irp-facets__craft-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(72px, 9vw, 130px) 0;
  border-top: 1px solid var(--irp-line);
  border-bottom: 1px solid var(--irp-line);
}

.irp-facets__craft-stage > div {
  position: relative;
  min-height: 330px;
  padding: 34px clamp(18px, 2.5vw, 38px);
  border-right: 1px solid var(--irp-line);
}

.irp-facets__craft-stage > div:last-child {
  border-right: 0;
}

.irp-facets__craft-stage span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 74px;
  border: 1px solid var(--irp-amber);
  border-radius: 50%;
  color: var(--irp-mineral);
  font-size: 11px;
  font-weight: 700;
}

.irp-facets__craft-stage strong {
  display: block;
  margin-bottom: 15px;
  font-family: "Bodoni Moda", Didot, serif;
  font-size: clamp(1.5rem, 2.2vw, 2.35rem);
  font-weight: 400;
  line-height: 1;
}

.irp-facets__craft-stage p {
  max-width: 30ch;
  margin-bottom: 0;
  color: rgba(18, 20, 19, 0.68);
  font-size: 12px;
}

.irp-facets__craft blockquote {
  max-width: 20ch;
  margin: 0 auto;
  color: var(--irp-mineral);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.04;
  text-align: center;
}

.irp-facets__process {
  display: grid;
  grid-template-columns: minmax(330px, 0.64fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 130px);
  padding: clamp(96px, 12vw, 182px) var(--irp-content-pad);
  background: var(--irp-paper-light);
}

.irp-facets__process header {
  position: sticky;
  top: 110px;
  align-self: start;
}

.irp-facets__process h2 {
  max-width: 9ch;
  margin-bottom: 30px;
  font-size: clamp(3rem, 5.3vw, 5.7rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__process header p {
  max-width: 38ch;
  color: rgba(18, 20, 19, 0.7);
}

.irp-facets__process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--irp-line);
}

.irp-facets__process li {
  display: grid;
  grid-template-columns: 56px minmax(190px, 0.72fr) minmax(220px, 1fr);
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--irp-line);
}

.irp-facets__process li > span {
  color: var(--irp-amber);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.irp-facets__process h3 {
  margin-bottom: 0;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.irp-facets__process li p {
  max-width: 50ch;
  margin-bottom: 0;
  color: rgba(18, 20, 19, 0.68);
  font-size: 13px;
}

.irp-facets__health {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: clamp(58px, 9vw, 150px);
  padding: clamp(96px, 12vw, 182px) var(--irp-content-pad);
  color: var(--irp-paper-light);
  background: var(--irp-mineral);
}

.irp-facets__health h2 {
  max-width: 9ch;
  margin-bottom: 34px;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__health > div p {
  max-width: 56ch;
  color: rgba(251, 249, 243, 0.76);
}

.irp-facets__health aside {
  align-self: end;
}

.irp-facets__health h3 {
  margin-bottom: 25px;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 1;
}

.irp-facets__health ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--irp-paper-line);
}

.irp-facets__health li {
  padding: 15px 0;
  border-bottom: 1px solid var(--irp-paper-line);
  color: rgba(251, 249, 243, 0.76);
  font-size: 13px;
}

.irp-facets__faq {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 150px);
  padding: clamp(96px, 12vw, 182px) var(--irp-content-pad);
  background: var(--irp-paper);
}

.irp-facets__faq h2 {
  max-width: 8ch;
  margin-bottom: 0;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__faq details {
  border-top: 1px solid var(--irp-line);
}

.irp-facets__faq details:last-child {
  border-bottom: 1px solid var(--irp-line);
}

.irp-facets__faq summary {
  position: relative;
  min-height: 75px;
  display: flex;
  align-items: center;
  padding: 18px 50px 18px 0;
  font-family: "Bodoni Moda", Didot, serif;
  font-size: clamp(1.3rem, 2vw, 1.95rem);
  line-height: 1.12;
  cursor: pointer;
  list-style: none;
}

.irp-facets__faq summary::-webkit-details-marker {
  display: none;
}

.irp-facets__faq summary::before,
.irp-facets__faq summary::after {
  position: absolute;
  right: 4px;
  width: 17px;
  height: 1px;
  background: var(--irp-mineral);
  content: "";
  transition: transform 180ms ease-out;
}

.irp-facets__faq summary::after {
  transform: rotate(90deg);
}

.irp-facets__faq details[open] summary::after {
  transform: rotate(0);
}

.irp-facets__faq details p {
  max-width: 68ch;
  margin-bottom: 20px;
  padding-right: 42px;
  color: rgba(18, 20, 19, 0.72);
  font-size: 14px;
}

.irp-facets__closing {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.45fr);
  gap: clamp(50px, 8vw, 132px);
  padding: clamp(96px, 12vw, 182px) var(--irp-content-pad);
  color: var(--irp-paper-light);
  background: var(--irp-ink);
}

.irp-facets__closing h2 {
  max-width: 10ch;
  margin-bottom: 30px;
  font-size: clamp(3.1rem, 5.8vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.irp-facets__closing > div > p {
  max-width: 50ch;
  margin-bottom: 34px;
  color: rgba(251, 249, 243, 0.76);
}

.irp-facets__closing aside {
  align-self: end;
  padding: 24px 0;
  border-top: 1px solid var(--irp-paper-line);
  border-bottom: 1px solid var(--irp-paper-line);
}

.irp-facets__closing aside p {
  margin-bottom: 9px;
  color: var(--irp-mineral-pale);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.irp-facets__closing aside strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Bodoni Moda", Didot, serif;
  font-size: 27px;
  font-weight: 400;
}

.irp-facets__closing aside span {
  display: block;
  margin-bottom: 20px;
  color: rgba(251, 249, 243, 0.7);
  font-size: 12px;
}

.irp-facets__closing aside a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.irp-facets__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 35px var(--irp-page-pad);
  color: var(--irp-paper-light);
  background: var(--irp-mineral-deep);
}

.irp-facets__footer .irp-facets__brand {
  color: var(--irp-paper-light);
}

.irp-facets__footer p {
  max-width: 62ch;
  margin: 0;
  color: rgba(251, 249, 243, 0.72);
  font-size: 11px;
}

@keyframes irp-facets-hero-settle {
  from {
    clip-path: inset(0 0 0 20%);
    transform: scale(1.035);
  }

  to {
    clip-path: inset(0 0 0 0);
    transform: scale(1.018);
  }
}

@media (max-width: 1120px) {
  .irp-facets__nav {
    gap: 13px;
  }

  .irp-facets__process li {
    grid-template-columns: 44px minmax(170px, 0.72fr) minmax(180px, 1fr);
    gap: 20px;
  }
}

@media (max-width: 980px) {
  .irp-facets__header {
    min-height: 66px;
  }

  .irp-facets__menu-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0;
    border: 0;
    color: var(--irp-ink);
    background: transparent;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .irp-facets__menu-button i,
  .irp-facets__menu-button i::before,
  .irp-facets__menu-button i::after {
    width: 15px;
    height: 1px;
    display: block;
    background: currentColor;
    content: "";
    transition: transform 180ms ease-out;
  }

  .irp-facets__menu-button i {
    position: relative;
  }

  .irp-facets__menu-button i::before,
  .irp-facets__menu-button i::after {
    position: absolute;
    left: 0;
  }

  .irp-facets__menu-button i::before {
    top: -5px;
  }

  .irp-facets__menu-button i::after {
    top: 5px;
  }

  .irp-facets__header.is-menu-open .irp-facets__menu-button i {
    background: transparent;
  }

  .irp-facets__header.is-menu-open .irp-facets__menu-button i::before {
    top: 0;
    transform: rotate(45deg);
  }

  .irp-facets__header.is-menu-open .irp-facets__menu-button i::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .irp-facets__nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 7px 16px 16px;
    border-bottom: 1px solid var(--irp-line);
    background: var(--irp-paper-light);
  }

  .irp-facets__header.is-menu-open .irp-facets__nav {
    display: grid;
  }

  .irp-facets__nav a {
    min-height: 46px;
    border-bottom: 1px solid rgba(18, 20, 19, 0.1);
  }

  .irp-facets__nav-cta {
    justify-content: center;
    margin-top: 11px;
    border-bottom: 0 !important;
  }

  .irp-facets__hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .irp-facets__hero-copy {
    padding-right: var(--irp-page-pad);
    padding-bottom: 76px;
  }

  .irp-facets__hero h1 {
    max-width: 11.6ch;
  }

  .irp-facets__hero-art {
    min-height: min(120vw, 760px);
  }

  .irp-facets__hero-art img {
    object-position: 55% center;
  }

  .irp-facets__arrival,
  .irp-facets__definition,
  .irp-facets__natural header,
  .irp-facets__reconstruction,
  .irp-facets__layers-copy,
  .irp-facets__craft-heading,
  .irp-facets__process,
  .irp-facets__health,
  .irp-facets__faq,
  .irp-facets__closing {
    grid-template-columns: 1fr;
  }

  .irp-facets__definition {
    min-height: 820px;
    gap: 110px;
  }

  .irp-facets__definition blockquote {
    justify-self: end;
  }

  .irp-facets__natural header,
  .irp-facets__craft-heading {
    gap: 32px;
  }

  .irp-facets__reconstruction {
    min-height: 0;
  }

  .irp-facets__reconstruction-copy {
    padding-right: var(--irp-page-pad);
    padding-left: var(--irp-page-pad);
  }

  .irp-facets__reconstruction-art {
    min-height: min(125vw, 820px);
  }

  .irp-facets__layers {
    min-height: 1080px;
  }

  .irp-facets__layers-copy {
    gap: 28px;
  }

  .irp-facets__craft-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .irp-facets__craft-stage > div:nth-child(2) {
    border-right: 0;
  }

  .irp-facets__craft-stage > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--irp-line);
  }

  .irp-facets__process header {
    position: static;
  }

  .irp-facets__process ol {
    margin-top: 30px;
  }

  .irp-facets__health,
  .irp-facets__faq,
  .irp-facets__closing {
    gap: 70px;
  }
}

@media (max-width: 700px) {
  :root {
    --irp-page-pad: 20px;
  }

  body {
    font-size: 15px;
  }

  .irp-facets__header {
    top: 10px;
    padding: 9px 12px;
  }

  .irp-facets__brand strong {
    font-size: 19px;
  }

  .irp-facets__hero-copy {
    padding-top: 124px;
    padding-bottom: 58px;
  }

  .irp-facets__breadcrumb {
    margin-bottom: 23px;
  }

  .irp-facets__hero h1 {
    max-width: none;
    margin-bottom: 24px;
    font-size: clamp(2.74rem, 12.2vw, 3.8rem);
    line-height: 0.96;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .irp-facets__hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .irp-facets__button {
    width: 100%;
  }

  .irp-facets__text-link {
    justify-content: center;
  }

  .irp-facets__hero-art {
    min-height: 126vw;
  }

  .irp-facets__hero-art img {
    object-position: 58% center;
  }

  .irp-facets__hero-art figcaption,
  .irp-facets__reconstruction-art figcaption {
    right: 16px;
    bottom: 12px;
    max-width: 28ch;
    font-size: 8px;
    text-align: right;
  }

  .irp-facets__arrival {
    gap: 46px;
    padding-top: 90px;
    padding-bottom: 96px;
  }

  .irp-facets__arrival h2,
  .irp-facets__definition-copy h2,
  .irp-facets__natural h2,
  .irp-facets__reconstruction-copy h2,
  .irp-facets__starting-point h2,
  .irp-facets__layers-copy h2,
  .irp-facets__craft-heading h2,
  .irp-facets__process h2,
  .irp-facets__health h2,
  .irp-facets__faq h2,
  .irp-facets__closing h2 {
    max-width: none;
    font-size: clamp(2.5rem, 10.8vw, 3.35rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .irp-facets__definition {
    min-height: 790px;
    gap: 84px;
    padding-top: 94px;
    padding-bottom: 90px;
  }

  .irp-facets__definition-word {
    right: -0.08em;
    font-size: 32vw;
    writing-mode: vertical-rl;
  }

  .irp-facets__definition blockquote {
    max-width: 10ch;
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .irp-facets__natural {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .irp-facets__natural-flow {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 62px 0;
  }

  .irp-facets__natural-flow span {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    text-align: center;
  }

  .irp-facets__natural-flow i {
    width: 1px;
    height: 34px;
    justify-self: center;
  }

  .irp-facets__natural-flow i::after {
    top: auto;
    right: -5px;
    bottom: 0;
  }

  .irp-facets__natural-close {
    max-width: 14ch;
    font-size: clamp(1.85rem, 8.4vw, 2.7rem);
  }

  .irp-facets__reconstruction-copy {
    padding-top: 92px;
    padding-bottom: 86px;
  }

  .irp-facets__reconstruction-art {
    min-height: 142vw;
  }

  .irp-facets__reconstruction-art img {
    object-position: 43% center;
  }

  .irp-facets__reconstruction-track {
    top: 8%;
    right: 18px;
    bottom: 9%;
    width: 118px;
  }

  .irp-facets__reconstruction-track strong {
    font-size: 11px;
  }

  .irp-facets__starting-point {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .irp-facets__starting-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 64px;
  }

  .irp-facets__scan-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    border-bottom: 0;
  }

  .irp-facets__scan-map::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: auto;
  }

  .irp-facets__scan-map span,
  .irp-facets__scan-map span:nth-child(even) {
    min-height: 84px;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 24px;
    border-bottom: 1px solid var(--irp-line);
    font-size: clamp(1.05rem, 5.4vw, 1.45rem);
    text-align: left;
  }

  .irp-facets__scan-map span:nth-child(odd) {
    justify-content: flex-end;
    text-align: right;
  }

  .irp-facets__scan-map span::after {
    top: calc(50% - 6px);
  }

  .irp-facets__scan-map span:nth-child(odd)::after {
    right: -6px;
    left: auto;
  }

  .irp-facets__scan-map span:nth-child(even)::after {
    left: -6px;
  }

  .irp-facets__layers {
    min-height: 1000px;
  }

  .irp-facets__layers-art img {
    object-position: 46% center;
  }

  .irp-facets__layers-art::after {
    background: linear-gradient(180deg, transparent 47%, rgba(23, 56, 74, 0.62) 59%, var(--irp-mineral-deep) 72%);
  }

  .irp-facets__layers-labels {
    top: 7%;
    right: 16px;
    width: 116px;
    height: 46%;
  }

  .irp-facets__layers-labels span {
    padding-left: 35px;
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .irp-facets__layers-labels span::before {
    width: 24px;
  }

  .irp-facets__layers-copy {
    right: var(--irp-page-pad);
    bottom: 72px;
    left: var(--irp-page-pad);
    gap: 28px;
  }

  .irp-facets__layers-copy p {
    font-size: 13px;
  }

  .irp-facets__craft {
    padding-top: 94px;
    padding-bottom: 96px;
  }

  .irp-facets__craft-stage {
    grid-template-columns: 1fr;
    margin: 62px 0;
  }

  .irp-facets__craft-stage > div,
  .irp-facets__craft-stage > div:nth-child(2) {
    min-height: 0;
    display: grid;
    grid-template-columns: 48px minmax(100px, 0.58fr) minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--irp-line);
  }

  .irp-facets__craft-stage > div:last-child {
    border-bottom: 0;
  }

  .irp-facets__craft-stage span {
    margin-bottom: 0;
  }

  .irp-facets__craft-stage strong,
  .irp-facets__craft-stage p {
    margin-bottom: 0;
  }

  .irp-facets__craft-stage strong {
    font-size: clamp(1.3rem, 6.3vw, 1.8rem);
  }

  .irp-facets__craft-stage p {
    font-size: 11px;
  }

  .irp-facets__craft blockquote {
    max-width: 13ch;
    font-size: clamp(1.9rem, 8.5vw, 2.75rem);
  }

  .irp-facets__process {
    gap: 38px;
    padding-top: 94px;
    padding-bottom: 96px;
  }

  .irp-facets__process li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 27px 0;
  }

  .irp-facets__process li p {
    grid-column: 2;
  }

  .irp-facets__health,
  .irp-facets__faq,
  .irp-facets__closing {
    gap: 58px;
    padding-top: 94px;
    padding-bottom: 96px;
  }

  .irp-facets__faq details p {
    padding-right: 0;
  }

  .irp-facets__faq summary {
    min-height: 70px;
    font-size: clamp(1.25rem, 5.8vw, 1.62rem);
  }

  .irp-facets__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  :root {
    --irp-page-pad: 18px;
  }

  .irp-facets__hero h1,
  .irp-facets__arrival h2,
  .irp-facets__definition-copy h2,
  .irp-facets__natural h2,
  .irp-facets__reconstruction-copy h2,
  .irp-facets__starting-point h2,
  .irp-facets__layers-copy h2,
  .irp-facets__craft-heading h2,
  .irp-facets__process h2,
  .irp-facets__health h2,
  .irp-facets__faq h2,
  .irp-facets__closing h2 {
    min-width: 0;
    font-size: clamp(2.28rem, 10.7vw, 2.7rem);
  }

  .irp-facets__layers-labels {
    right: 10px;
  }

  .irp-facets__craft-stage > div,
  .irp-facets__craft-stage > div:nth-child(2) {
    grid-template-columns: 42px minmax(86px, 0.52fr) minmax(0, 1fr);
    gap: 11px;
  }
}

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

  .js .irp-facets__hero-art img {
    clip-path: none;
    transform: none;
  }

  .js .irp-facets__track-line {
    transform: none;
  }
}
