.irp-cmr-v1 {
  --cmr-paper: #f2eee4;
  --cmr-paper-light: #fbf9f3;
  --cmr-ink: #121413;
  --cmr-ink-soft: #3f4744;
  --cmr-mineral-deep: #17384a;
  --cmr-mineral: #2b5b6e;
  --cmr-mineral-pale: #d8e3e5;
  --cmr-amber: #b97627;
  --cmr-line: rgba(18, 20, 19, 0.18);
  --cmr-page: clamp(20px, 5.3vw, 82px);
  background: var(--cmr-paper);
  color: var(--cmr-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: clip;
  padding: 0;
}

.irp-cmr-v1,
.irp-cmr-v1 * {
  box-sizing: border-box;
}

.irp-cmr-v1 ::selection {
  background: var(--cmr-amber);
  color: var(--cmr-ink);
}

.irp-cmr-v1 h1,
.irp-cmr-v1 h2,
.irp-cmr-v1 h3,
.irp-cmr-v1 p,
.irp-cmr-v1 figure,
.irp-cmr-v1 dl,
.irp-cmr-v1 dd,
.irp-cmr-v1 ol,
.irp-cmr-v1 ul {
  margin: 0;
}

.irp-cmr-v1 h1,
.irp-cmr-v1 h2,
.irp-cmr-v1 h3 {
  font-family: "Bodoni Moda", Didot, serif;
  font-weight: 400;
}

.irp-cmr-v1 a {
  color: inherit;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

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

.cmr-hero {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(620px, 1.4fr);
  min-height: min(780px, calc(100vh - 110px));
  background: var(--cmr-paper-light);
  border-bottom: 1px solid var(--cmr-line);
}

.cmr-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 126px) clamp(40px, 5.3vw, 82px);
  border-right: 1px solid var(--cmr-line);
}

.cmr-hero__copy h1 {
  max-width: 10ch;
  color: var(--cmr-mineral-deep);
  font-size: clamp(3.6rem, 5vw, 5.3rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.cmr-hero__copy > p:not(.cmr-hero__note) {
  max-width: 35rem;
  margin-top: 34px;
  color: var(--cmr-ink-soft);
  font-size: clamp(1.02rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.cmr-hero__copy > p a,
.cmr-readings a,
.cmr-plan a,
.cmr-attention a,
.cmr-ages a,
.cmr-faq a {
  color: var(--cmr-mineral-deep);
  font-weight: 700;
  white-space: nowrap;
}

.cmr-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 52px;
  width: fit-content;
  margin-top: 34px;
  padding: 14px 18px;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.cmr-action i {
  position: relative;
  display: block;
  width: 36px;
  height: 1px;
  background: currentColor;
}

.cmr-action i::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.cmr-action--primary {
  background: var(--cmr-mineral-deep);
  color: var(--cmr-paper-light) !important;
}

.cmr-action--primary:hover {
  background: var(--cmr-ink);
}

.cmr-hero__note {
  max-width: 30rem;
  margin-top: 30px !important;
  padding-top: 18px;
  border-top: 1px solid var(--cmr-line);
  color: #69716e;
  font-size: 0.78rem;
  letter-spacing: 0.035em;
}

.cmr-hero__figure {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 0;
  background: var(--cmr-paper-light);
}

.cmr-hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: contain;
  object-position: center;
}

.cmr-hero__figure figcaption {
  position: absolute;
  right: 24px;
  bottom: 18px;
  max-width: 34rem;
  padding: 8px 10px;
  background: rgba(251, 249, 243, 0.9);
  color: #5d6462;
  font-size: 0.72rem;
  line-height: 1.35;
}

.cmr-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 24px var(--cmr-page);
  background: var(--cmr-paper);
  border-bottom: 1px solid var(--cmr-line);
  color: #727875;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.cmr-breadcrumb a {
  text-decoration: none;
}

.cmr-breadcrumb a:hover {
  color: var(--cmr-mineral-deep);
}

.cmr-readings {
  padding: clamp(92px, 11vw, 160px) var(--cmr-page);
  background: var(--cmr-paper-light);
}

.cmr-readings__intro {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
  max-width: 1260px;
  margin: 0 auto clamp(52px, 6vw, 88px);
}

.cmr-readings__intro h2,
.cmr-section-heading h2,
.cmr-attention h2,
.cmr-ages h2,
.cmr-faq h2,
.cmr-closing h2 {
  font-size: clamp(3.2rem, 5.8vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.cmr-readings__intro p,
.cmr-section-heading p {
  max-width: 42rem;
  color: var(--cmr-ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.cmr-readings__board {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(480px, 1.12fr);
  max-width: 1260px;
  min-height: 680px;
  margin: 0 auto;
  border-top: 1px solid var(--cmr-line);
  border-bottom: 1px solid var(--cmr-line);
}

.cmr-readings__image {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-right: clamp(28px, 4vw, 64px);
  border-right: 1px solid var(--cmr-line);
}

.cmr-readings__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cmr-readings__list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  min-height: 226px;
  padding: clamp(28px, 3.6vw, 50px);
  border-bottom: 1px solid var(--cmr-line);
}

.cmr-readings__list article:last-child {
  border-bottom: 0;
}

.cmr-readings__list h3 {
  margin-bottom: 8px;
  color: var(--cmr-mineral-deep);
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.cmr-readings__list p {
  max-width: 48rem;
  color: var(--cmr-ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.cmr-reading-mark {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 4px;
  border: 1px solid var(--cmr-mineral);
  border-radius: 50%;
}

.cmr-reading-mark--surface {
  border-style: dotted;
  box-shadow: inset 0 0 0 8px var(--cmr-paper-light), inset 0 0 0 9px var(--cmr-mineral);
}

.cmr-reading-mark--color {
  background: radial-gradient(circle, rgba(185, 118, 39, 0.24) 0 28%, transparent 30%);
}

.cmr-reading-mark--structure {
  position: relative;
}

.cmr-reading-mark--structure::after {
  position: absolute;
  top: 4px;
  left: 14px;
  width: 1px;
  height: 21px;
  background: var(--cmr-mineral);
  content: "";
  transform: rotate(17deg);
}

.cmr-investigation {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(460px, 0.92fr);
  align-items: center;
  gap: clamp(50px, 8vw, 124px);
  padding: clamp(90px, 10vw, 150px) var(--cmr-page);
  background: var(--cmr-mineral-deep);
  color: var(--cmr-paper-light);
}

.cmr-investigation__diagram {
  position: relative;
  max-width: 620px;
  margin-inline: auto;
  overflow: hidden;
}

.cmr-investigation__diagram::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 45%, rgba(216, 227, 229, 0.12) 50%, transparent 55%);
  content: "";
  opacity: 0;
  transform: translateX(-70%);
}

.cmr-investigation--active .cmr-investigation__diagram::after {
  animation: cmr-scan 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes cmr-scan {
  0% { opacity: 0; transform: translateX(-70%); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translateX(70%); }
}

.cmr-investigation svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: rgba(216, 227, 229, 0.64);
  stroke-width: 1.2;
}

.cmr-investigation svg circle:nth-of-type(1) {
  stroke-dasharray: 3 6;
}

.cmr-investigation svg circle:nth-of-type(2) {
  stroke-dasharray: 10 8;
}

.cmr-investigation .cmr-tooth-outline {
  stroke: var(--cmr-paper-light);
  stroke-width: 2;
}

.cmr-investigation .cmr-amber-dot {
  fill: var(--cmr-amber);
  stroke: var(--cmr-amber);
}

.cmr-investigation__copy {
  max-width: 660px;
}

.cmr-investigation__copy h2 {
  max-width: 8ch;
  font-size: clamp(3.5rem, 6vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.cmr-investigation__copy dl {
  margin-top: 54px;
  border-top: 1px solid rgba(251, 249, 243, 0.28);
}

.cmr-investigation__copy dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 26px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(251, 249, 243, 0.28);
}

.cmr-investigation dt {
  color: var(--cmr-amber);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.cmr-investigation dd {
  color: var(--cmr-mineral-pale);
  font-size: 1rem;
}

.cmr-plan {
  padding: clamp(100px, 12vw, 180px) var(--cmr-page);
  background: var(--cmr-paper);
}

.cmr-section-heading {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
  max-width: 1260px;
  margin: 0 auto clamp(64px, 8vw, 110px);
}

.cmr-section-heading h2 {
  max-width: 10ch;
}

.cmr-plan__path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1260px;
  margin: 0 auto;
  border-top: 1px solid var(--cmr-line);
  border-bottom: 1px solid var(--cmr-line);
}

.cmr-plan__path article {
  min-height: 310px;
  padding: 30px 28px 42px;
  border-right: 1px solid var(--cmr-line);
}

.cmr-plan__path article:last-child {
  border-right: 0;
}

.cmr-plan__path span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--cmr-mineral);
  border-radius: 50%;
  color: var(--cmr-mineral-deep);
  font-size: 0.72rem;
  font-weight: 700;
}

.cmr-plan__path h3 {
  margin-top: 52px;
  font-size: clamp(1.65rem, 2.2vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.cmr-plan__path p {
  margin-top: 16px;
  color: var(--cmr-ink-soft);
  font-size: 0.94rem;
  line-height: 1.62;
}

.cmr-attention {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(60px, 10vw, 160px);
  padding: clamp(96px, 11vw, 170px) var(--cmr-page);
  background: var(--cmr-ink);
  color: var(--cmr-paper-light);
}

.cmr-attention__copy {
  max-width: 740px;
}

.cmr-attention h2 {
  max-width: 10ch;
}

.cmr-attention__copy p {
  max-width: 62ch;
  margin-top: 34px;
  color: #cbd2cf;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.cmr-attention__copy a {
  color: var(--cmr-amber);
}

.cmr-attention__signals {
  align-self: end;
  padding: 0;
  border-top: 1px solid rgba(251, 249, 243, 0.28);
  list-style: none;
}

.cmr-attention__signals li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(251, 249, 243, 0.28);
  color: #e4e8e6;
}

.cmr-attention__signals span {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  background: var(--cmr-amber);
  border-radius: 50%;
}

.cmr-ages {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(60px, 10vw, 160px);
  padding: clamp(104px, 12vw, 190px) var(--cmr-page);
  background: var(--cmr-paper-light);
}

.cmr-ages h2 {
  max-width: 11ch;
  color: var(--cmr-mineral-deep);
}

.cmr-ages__copy {
  align-self: end;
  max-width: 620px;
  padding-top: 38px;
  border-top: 1px solid var(--cmr-line);
}

.cmr-ages__copy p {
  color: var(--cmr-ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}

.cmr-ages__copy p + p {
  margin-top: 22px;
}

.cmr-faq {
  display: grid;
  grid-template-columns: minmax(330px, 0.7fr) minmax(520px, 1.3fr);
  gap: clamp(60px, 10vw, 150px);
  padding: clamp(100px, 12vw, 180px) var(--cmr-page);
  background: var(--cmr-paper);
}

.cmr-faq > header {
  align-self: start;
}

.cmr-faq h2 {
  max-width: 8ch;
}

.cmr-faq > header p {
  max-width: 34rem;
  margin-top: 28px;
  color: var(--cmr-ink-soft);
}

.cmr-faq__items {
  border-top: 1px solid var(--cmr-line);
}

.cmr-faq details {
  border-bottom: 1px solid var(--cmr-line);
}

.cmr-faq summary {
  position: relative;
  padding: 24px 58px 24px 0;
  color: var(--cmr-mineral-deep);
  cursor: pointer;
  font-family: "Bodoni Moda", Didot, serif;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.18;
  list-style: none;
}

.cmr-faq summary::-webkit-details-marker {
  display: none;
}

.cmr-faq summary::before,
.cmr-faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 22px;
  height: 1px;
  background: var(--cmr-mineral);
  content: "";
  transition: transform 180ms ease;
}

.cmr-faq summary::after {
  transform: rotate(90deg);
}

.cmr-faq details[open] summary::after {
  transform: rotate(0deg);
}

.cmr-faq details p {
  max-width: 68ch;
  padding: 0 60px 26px 0;
  color: var(--cmr-ink-soft);
}

.cmr-closing {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(60px, 10vw, 160px);
  padding: clamp(96px, 10vw, 154px) var(--cmr-page);
  background: var(--cmr-mineral-deep);
  color: var(--cmr-paper-light);
}

.cmr-closing h2 {
  max-width: 9ch;
}

.cmr-closing > div:last-child {
  align-self: end;
  max-width: 610px;
}

.cmr-closing p {
  color: var(--cmr-mineral-pale);
  font-size: clamp(1.06rem, 1.5vw, 1.3rem);
}

.cmr-action--light {
  color: var(--cmr-paper-light) !important;
}

.cmr-action--light:hover {
  background: var(--cmr-paper-light);
  color: var(--cmr-mineral-deep) !important;
}

.cmr-references {
  padding: clamp(84px, 9vw, 130px) var(--cmr-page);
  background: var(--cmr-paper-light);
}

.cmr-references > * {
  max-width: 1040px;
  margin-inline: auto;
}

.cmr-references h2 {
  color: var(--cmr-mineral-deep);
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
}

.cmr-references > p {
  margin-top: 18px;
  color: var(--cmr-ink-soft);
}

.cmr-references .cmr-review {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 1px solid var(--cmr-amber);
  background: var(--cmr-paper);
  color: var(--cmr-ink);
}

.cmr-review strong {
  color: var(--cmr-mineral-deep);
}

.cmr-references ol {
  margin-top: 38px;
  padding-left: 22px;
  color: var(--cmr-ink-soft);
}

.cmr-references li {
  padding: 14px 0 14px 10px;
  border-top: 1px solid var(--cmr-line);
  line-height: 1.65;
}

.cmr-references li:last-child {
  border-bottom: 1px solid var(--cmr-line);
}

.cmr-references a {
  color: var(--cmr-mineral-deep);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .cmr-hero {
    grid-template-columns: minmax(320px, 0.78fr) minmax(500px, 1.22fr);
  }

  .cmr-hero__copy h1 {
    font-size: clamp(4rem, 7vw, 5.8rem);
  }

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

  .cmr-plan__path article:nth-child(3) {
    border-right: 0;
  }

  .cmr-plan__path article:nth-child(n + 4) {
    border-top: 1px solid var(--cmr-line);
  }
}

@media (max-width: 900px) {
  .cmr-hero,
  .cmr-readings__intro,
  .cmr-readings__board,
  .cmr-investigation,
  .cmr-section-heading,
  .cmr-attention,
  .cmr-ages,
  .cmr-faq,
  .cmr-closing {
    grid-template-columns: 1fr;
  }

  .cmr-hero {
    min-height: 0;
  }

  .cmr-hero__copy {
    order: 1;
    padding: 74px var(--cmr-page) 62px;
    border-right: 0;
    border-bottom: 1px solid var(--cmr-line);
  }

  .cmr-hero__figure {
    order: 2;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .cmr-hero__figure img {
    min-height: 0;
  }

  .cmr-readings__intro,
  .cmr-section-heading {
    align-items: start;
  }

  .cmr-readings__board {
    min-height: 0;
  }

  .cmr-readings__image {
    padding: 0 0 40px;
    border-right: 0;
    border-bottom: 1px solid var(--cmr-line);
  }

  .cmr-investigation__copy h2 {
    max-width: 10ch;
  }

  .cmr-attention__signals,
  .cmr-ages__copy,
  .cmr-faq__items,
  .cmr-closing > div:last-child {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .irp-cmr-v1 {
    --cmr-page: 20px;
  }

  .cmr-hero__copy {
    padding-top: 62px;
    padding-bottom: 48px;
  }

  .cmr-hero__copy h1 {
    max-width: 8ch;
    font-size: clamp(3.55rem, 17vw, 4.7rem);
    line-height: 0.94;
  }

  .cmr-hero__copy > p:not(.cmr-hero__note) {
    margin-top: 26px;
    font-size: 1rem;
  }

  .cmr-action {
    width: 100%;
    min-height: 56px;
  }

  .cmr-hero__figure {
    aspect-ratio: 1 / 1;
  }

  .cmr-hero__figure figcaption {
    right: 12px;
    bottom: 10px;
    left: 12px;
    max-width: none;
    font-size: 0.75rem;
    text-align: center;
  }

  .cmr-breadcrumb {
    align-items: flex-start;
    gap: 8px;
    padding-block: 18px;
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .cmr-breadcrumb span[aria-current="page"] {
    flex-basis: 100%;
  }

  .cmr-readings,
  .cmr-plan,
  .cmr-attention,
  .cmr-ages,
  .cmr-faq,
  .cmr-closing,
  .cmr-references {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cmr-readings__intro h2,
  .cmr-section-heading h2,
  .cmr-attention h2,
  .cmr-ages h2,
  .cmr-faq h2,
  .cmr-closing h2,
  .cmr-investigation__copy h2 {
    font-size: clamp(3rem, 15vw, 4.35rem);
    line-height: 0.95;
  }

  .cmr-readings__intro {
    gap: 28px;
    margin-bottom: 48px;
  }

  .cmr-readings__image {
    padding-bottom: 24px;
  }

  .cmr-readings__list article {
    grid-template-columns: 38px 1fr;
    gap: 16px;
    min-height: 0;
    padding: 28px 0;
  }

  .cmr-readings__list h3 {
    font-size: 2.35rem;
  }

  .cmr-reading-mark {
    width: 28px;
    height: 28px;
  }

  .cmr-investigation {
    gap: 50px;
    padding: 88px var(--cmr-page);
  }

  .cmr-investigation__diagram {
    width: min(100%, 390px);
  }

  .cmr-investigation__copy dl {
    margin-top: 38px;
  }

  .cmr-investigation__copy dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cmr-plan__path {
    grid-template-columns: 1fr;
  }

  .cmr-plan__path article,
  .cmr-plan__path article:nth-child(3),
  .cmr-plan__path article:nth-child(n + 4) {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0 18px;
    min-height: 0;
    padding: 28px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--cmr-line);
  }

  .cmr-plan__path article:last-child {
    border-bottom: 0;
  }

  .cmr-plan__path h3 {
    margin-top: 0;
    font-size: 2rem;
  }

  .cmr-plan__path p {
    grid-column: 2;
  }

  .cmr-attention,
  .cmr-ages,
  .cmr-faq,
  .cmr-closing {
    gap: 48px;
  }

  .cmr-attention__copy p,
  .cmr-ages__copy {
    margin-top: 0;
  }

  .cmr-faq summary {
    padding-right: 46px;
    font-size: 1.5rem;
  }

  .cmr-faq details p {
    padding-right: 0;
  }

  .cmr-references ol {
    padding-left: 20px;
  }

  .cmr-references li {
    padding-left: 4px;
    overflow-wrap: anywhere;
  }
}

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