.irp-plastica-gengival-v1 {
  --pg-paper: #f2eee4;
  --pg-light: #fbf9f3;
  --pg-ink: #121413;
  --pg-soft: #525b59;
  --pg-mineral: #17384a;
  --pg-mineral-2: #2b5b6e;
  --pg-pale: #d8e3e5;
  --pg-line: #c7cbc7;
  --pg-amber: #b97627;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  color: var(--pg-ink);
  background: var(--pg-paper);
  font-family: "Manrope", Arial, sans-serif;
}

.irp-plastica-gengival-v1,
.irp-plastica-gengival-v1 a,
.irp-plastica-gengival-v1 button { font-family: "Manrope", Arial, sans-serif; }

.irp-plastica-gengival-v1 *,
.irp-plastica-gengival-v1 *::before,
.irp-plastica-gengival-v1 *::after { box-sizing: border-box; }

.irp-plastica-gengival-v1 ::selection { color: var(--pg-light); background: var(--pg-mineral-2); }

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

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

.irp-plastica-gengival-v1 h1,
.irp-plastica-gengival-v1 h2 { letter-spacing: -0.04em; text-wrap: balance; }
.irp-plastica-gengival-v1 h2 { font-size: clamp(48px, 5.6vw, 86px); line-height: 0.96; }
.irp-plastica-gengival-v1 h3 { font-size: clamp(28px, 2.4vw, 42px); line-height: 1.02; }
.irp-plastica-gengival-v1 p,
.irp-plastica-gengival-v1 dd,
.irp-plastica-gengival-v1 li { font-size: 17px; line-height: 1.65; }
.irp-plastica-gengival-v1 p a,
.irp-plastica-gengival-v1 li a { color: var(--pg-mineral-2); font-size: 0.74em; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.pg-index {
  margin-bottom: 46px !important;
  color: var(--pg-amber);
  font-family: "Bodoni Moda", Didot, serif;
  font-size: 50px !important;
  line-height: 1 !important;
}

.pg-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease-out, background 180ms ease-out, transform 180ms ease-out;
}

.pg-action i { position: relative; width: 24px; height: 12px; margin-left: 24px; }
.pg-action i::before,
.pg-action i::after { position: absolute; right: 0; content: ""; }
.pg-action i::before { top: 5px; width: 24px; border-top: 1px solid currentColor; }
.pg-action i::after { top: 2px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.pg-action:hover { transform: translateY(-2px); }
.pg-action:focus-visible { outline: 3px solid var(--pg-amber); outline-offset: 4px; }
.pg-action--light { color: var(--pg-mineral); background: var(--pg-light); }
.pg-action--light:hover { color: var(--pg-ink); background: var(--pg-amber); }
.pg-action--amber { color: var(--pg-ink); background: var(--pg-amber); }
.pg-action--amber:hover { color: var(--pg-mineral); background: var(--pg-light); }

.pg-hero {
  display: grid;
  grid-template-rows: minmax(320px, 42%) minmax(440px, 58%);
  height: max(760px, calc(100svh - 65px));
  min-height: 0;
  color: var(--pg-light);
  background: var(--pg-mineral);
}

.pg-hero__copy {
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
  padding: 42px max(68px, calc((100vw - 1360px) / 2));
}

.pg-hero h1 { max-width: 11.5ch; font-size: clamp(48px, 4vw, 68px); line-height: 0.96; }
.pg-hero__body { display: flex; flex-direction: column; align-items: flex-start; }
.pg-hero__body > p:first-child { max-width: 48ch; color: rgba(251, 249, 243, 0.82); font-size: clamp(17px, 1.12vw, 20px); line-height: 1.58; }
.pg-hero .pg-action { margin-top: 30px; }
.pg-hero__note { max-width: 420px; margin-top: 14px !important; color: rgba(251, 249, 243, 0.82); font-size: 12px !important; line-height: 1.45 !important; }
.pg-hero__note strong { display: block; margin-bottom: 4px; color: var(--pg-amber); font-family: "Bodoni Moda", Didot, serif; font-size: 25px; font-weight: 400; }
.pg-hero__note span { display: block; }

.pg-hero__figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  background: var(--pg-mineral);
}
.pg-hero__figure img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 52% 50%; }
.pg-hero__figure figcaption,
.pg-art figcaption { padding: 11px 18px 12px; font-size: 10px; line-height: 1.4; text-align: right; }
.pg-hero__figure figcaption { color: rgba(251, 249, 243, 0.86); background: var(--pg-mineral); }

.pg-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 22px max(36px, calc((100vw - 1240px) / 2));
  overflow-x: auto;
  color: var(--pg-soft);
  background: var(--pg-light);
  border-bottom: 1px solid var(--pg-line);
  font-size: 11px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}
.pg-breadcrumb a { color: var(--pg-mineral); text-decoration: none; }

.pg-answer { padding: 120px max(36px, calc((100vw - 1240px) / 2)); background: var(--pg-light); }
.pg-answer > header { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr); column-gap: clamp(64px, 10vw, 150px); }
.pg-answer > header h2 { max-width: 10.5ch; }
.pg-answer > header > p:last-child { align-self: end; max-width: 48ch; color: var(--pg-soft); }
.pg-answer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 104px; border-top: 1px solid var(--pg-line); }
.pg-answer__grid > div { min-width: 0; padding: 30px 34px 0 0; }
.pg-answer__grid > div + div { padding-left: 34px; border-left: 1px solid var(--pg-line); }
.pg-answer__grid dt { color: var(--pg-mineral); font-family: "Bodoni Moda", Didot, serif; font-size: 32px; line-height: 1.05; }
.pg-answer__grid dd { margin-top: 14px; color: var(--pg-soft); }

.pg-contour,
.pg-measure { display: grid; grid-template-columns: minmax(0, 55%) minmax(420px, 45%); min-height: 940px; }
.pg-art { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; overflow: hidden; }
.pg-art img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.pg-art--light { background: var(--pg-paper); }
.pg-art--light figcaption { color: var(--pg-soft); background: var(--pg-paper); }
.pg-art--mineral { background: var(--pg-mineral); }
.pg-art--mineral figcaption { color: rgba(251, 249, 243, 0.82); background: var(--pg-mineral); }
.pg-contour__copy,
.pg-measure__copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 94px clamp(48px, 7vw, 112px); }
.pg-contour__copy { background: var(--pg-paper); }
.pg-contour__copy h2 { max-width: 8ch; }
.pg-contour__copy > p:not(.pg-index) { max-width: 42ch; margin-top: 34px; color: var(--pg-soft); }

.pg-possibilities { padding: 128px max(36px, calc((100vw - 1240px) / 2)); color: var(--pg-light); background: var(--pg-mineral); }
.pg-possibilities > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr); align-items: end; column-gap: clamp(64px, 10vw, 150px); }
.pg-possibilities > header h2 { max-width: 11ch; }
.pg-possibilities__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 100px; border-top: 1px solid rgba(251, 249, 243, 0.28); }
.pg-possibilities__list article { min-width: 0; padding: 34px 34px 0 0; }
.pg-possibilities__list article + article { padding-left: 34px; border-left: 1px solid rgba(251, 249, 243, 0.28); }
.pg-possibilities__list article > span { color: var(--pg-amber); font-family: "Bodoni Moda", Didot, serif; font-size: 44px; }
.pg-possibilities__list h3 { margin-top: 62px; color: var(--pg-light); }
.pg-possibilities__list p { margin-top: 20px; color: rgba(251, 249, 243, 0.74); }
.pg-possibilities__list p a { color: var(--pg-amber); }

.pg-measure { grid-template-columns: minmax(420px, 45%) minmax(0, 55%); }
.pg-measure__copy { color: var(--pg-ink); background: var(--pg-light); }
.pg-measure__copy h2 { max-width: 8.5ch; }
.pg-measure__copy > p:not(.pg-index) { max-width: 44ch; margin-top: 34px; color: var(--pg-soft); }
.pg-measure__copy dl { margin-top: 54px; border-top: 1px solid var(--pg-line); }
.pg-measure__copy dl > div { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--pg-line); }
.pg-measure__copy dt { color: var(--pg-mineral); font-weight: 700; }
.pg-measure__copy dd { color: var(--pg-soft); }

.pg-path { padding: 132px max(36px, calc((100vw - 1160px) / 2)); background: var(--pg-paper); }
.pg-path > header { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.55fr); column-gap: clamp(64px, 10vw, 150px); }
.pg-path > header h2 { max-width: 8.5ch; }
.pg-path > header > p:last-child { align-self: end; max-width: 46ch; color: var(--pg-soft); }
.pg-path__steps { margin-top: 112px; padding: 0; list-style: none; border-top: 1px solid var(--pg-line); }
.pg-path__steps li { display: grid; grid-template-columns: 110px minmax(260px, 0.66fr) minmax(320px, 1fr); align-items: baseline; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--pg-line); }
.pg-path__steps li > span { color: var(--pg-amber); font-family: "Bodoni Moda", Didot, serif; font-size: 42px; }
.pg-path__steps li > div { display: contents; }
.pg-path__steps h3 { color: var(--pg-mineral); }
.pg-path__steps p { max-width: 48ch; color: var(--pg-soft); }

.pg-recovery { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.7fr); gap: clamp(70px, 11vw, 170px); padding: 132px max(36px, calc((100vw - 1240px) / 2)); color: var(--pg-light); background: var(--pg-mineral); }
.pg-recovery h2 { max-width: 10.5ch; }
.pg-recovery > div > p:last-child { max-width: 52ch; margin-top: 40px; color: rgba(251, 249, 243, 0.76); }
.pg-recovery ul { align-self: center; padding: 0; list-style: none; border-top: 1px solid rgba(251, 249, 243, 0.28); }
.pg-recovery li { padding: 25px 0; border-bottom: 1px solid rgba(251, 249, 243, 0.28); }
.pg-recovery li strong { display: block; color: var(--pg-amber); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.pg-recovery li span { display: block; margin-top: 9px; color: rgba(251, 249, 243, 0.76); }

.pg-limits { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr); gap: clamp(70px, 11vw, 170px); padding: 132px max(36px, calc((100vw - 1240px) / 2)); background: var(--pg-light); }
.pg-limits h2 { max-width: 11.5ch; }
.pg-limits__copy { align-self: end; }
.pg-limits__copy > p { color: var(--pg-soft); }
.pg-limits blockquote { margin-top: 62px; padding-top: 30px; border-top: 1px solid var(--pg-line); color: var(--pg-mineral); font-size: 33px; line-height: 1.1; }

.pg-related { padding: 116px max(36px, calc((100vw - 1160px) / 2)); background: var(--pg-paper); }
.pg-related > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.55fr); gap: 70px; align-items: end; }
.pg-related h2 { max-width: 9ch; }
.pg-related > header p { max-width: 44ch; color: var(--pg-soft); }
.pg-related nav { margin-top: 76px; border-top: 1px solid var(--pg-line); }
.pg-related nav a { display: flex; align-items: center; justify-content: space-between; min-height: 112px; padding: 22px 0; color: var(--pg-ink); border-bottom: 1px solid var(--pg-line); text-decoration: none; }
.pg-related nav small { display: block; color: var(--pg-soft); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.pg-related nav strong { display: block; margin-top: 6px; font-family: "Bodoni Moda", Didot, serif; font-size: 35px; font-weight: 400; }
.pg-related nav i { position: relative; width: 66px; height: 24px; color: var(--pg-mineral); }
.pg-related nav i::before,
.pg-related nav i::after { position: absolute; right: 0; content: ""; }
.pg-related nav i::before { top: 12px; width: 66px; border-top: 1px solid currentColor; }
.pg-related nav i::after { top: 5px; width: 15px; height: 15px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }

.pg-faq { padding: 126px max(36px, calc((100vw - 1160px) / 2)); background: var(--pg-light); }
.pg-faq h2 { max-width: 8ch; margin-bottom: 74px; }
.pg-faq__list { border-top: 1px solid var(--pg-line); }
.pg-faq details { border-bottom: 1px solid var(--pg-line); }
.pg-faq summary { position: relative; padding: 27px 56px 27px 0; color: var(--pg-ink); cursor: pointer; font-family: "Bodoni Moda", Didot, serif; font-size: clamp(25px, 2.3vw, 36px); line-height: 1.15; list-style: none; }
.pg-faq summary::-webkit-details-marker { display: none; }
.pg-faq summary::before,
.pg-faq summary::after { position: absolute; top: 50%; right: 5px; width: 22px; border-top: 1px solid var(--pg-mineral); content: ""; transition: transform 180ms ease-out; }
.pg-faq summary::after { transform: rotate(90deg); }
.pg-faq details[open] summary::after { transform: rotate(0deg); }
.pg-faq details p { max-width: 68ch; padding: 0 56px 30px 0; color: var(--pg-soft); }

.pg-closing { display: flex; gap: 60px; align-items: flex-end; justify-content: space-between; padding: 110px max(36px, calc((100vw - 1240px) / 2)); color: var(--pg-light); background: var(--pg-mineral); }
.pg-closing h2 { max-width: 12ch; font-size: clamp(46px, 5vw, 76px); }
.pg-closing > div > p:last-child { max-width: 56ch; margin-top: 28px; color: rgba(251, 249, 243, 0.76); }
.pg-closing .pg-action { flex: 0 0 auto; }

.pg-references { padding: 86px max(36px, calc((100vw - 1160px) / 2)); background: #e9e4da; }
.pg-references > header { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.7fr); gap: 70px; align-items: end; }
.pg-references h2 { max-width: 10ch; font-size: clamp(38px, 4vw, 62px); }
.pg-references > header p { color: var(--pg-soft); }
.pg-references__review { margin-top: 48px !important; padding: 20px 0; color: var(--pg-mineral); border-top: 1px solid var(--pg-line); border-bottom: 1px solid var(--pg-line); font-weight: 700; }
.pg-references ol { margin-top: 32px; padding-left: 22px; }
.pg-references li { margin-top: 18px; color: var(--pg-soft); font-size: 13px; line-height: 1.6; }

@media (max-width: 900px) {
  .irp-plastica-gengival-v1 h2 { font-size: clamp(43px, 11vw, 64px); }
  .pg-hero { grid-template-columns: 1fr; grid-template-rows: auto minmax(500px, 67svh); height: auto; min-height: 0; }
  .pg-hero__copy { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; align-items: stretch; padding: 60px 28px 50px; }
  .pg-hero h1 { max-width: 12ch; font-size: clamp(44px, 12.2vw, 62px); }
  .pg-hero__body { display: contents; }
  .pg-hero__body > p:first-child { max-width: 42ch; margin-top: 24px; font-size: 17px; }
  .pg-hero .pg-action { width: 100%; }
  .pg-hero__note { margin-top: 34px !important; }
  .pg-hero__figure { grid-column: 1; grid-row: 2; min-height: 500px; }
  .pg-hero__figure img { object-position: 54% 54%; }
  .pg-breadcrumb { padding: 18px 24px; }

  .pg-answer,
  .pg-possibilities,
  .pg-path,
  .pg-recovery,
  .pg-limits,
  .pg-related,
  .pg-faq { padding: 86px 28px; }
  .pg-answer > header,
  .pg-possibilities > header,
  .pg-path > header,
  .pg-recovery,
  .pg-limits,
  .pg-related > header,
  .pg-references > header { grid-template-columns: 1fr; gap: 34px; }
  .pg-answer > header > p:last-child,
  .pg-path > header > p:last-child { margin-top: 4px; }
  .pg-answer__grid,
  .pg-possibilities__list { grid-template-columns: 1fr; margin-top: 70px; }
  .pg-answer__grid > div,
  .pg-possibilities__list article { padding: 28px 0; }
  .pg-answer__grid > div + div,
  .pg-possibilities__list article + article { padding-left: 0; border-top: 1px solid var(--pg-line); border-left: 0; }
  .pg-possibilities__list article + article { border-top-color: rgba(251, 249, 243, 0.28); }
  .pg-possibilities__list h3 { margin-top: 34px; }

  .pg-contour,
  .pg-measure { grid-template-columns: 1fr; min-height: 0; }
  .pg-contour .pg-art { order: 2; }
  .pg-contour__copy,
  .pg-measure__copy { min-height: 0; padding: 86px 28px; }
  .pg-art { min-height: 660px; }
  .pg-art img { height: auto; min-height: 0; align-self: center; }
  .pg-measure .pg-art { order: 2; }
  .pg-measure__copy dl > div { grid-template-columns: 1fr; gap: 8px; }

  .pg-path__steps { margin-top: 72px; }
  .pg-path__steps li { grid-template-columns: 74px 1fr; gap: 16px 22px; }
  .pg-path__steps li > div { display: block; }
  .pg-path__steps h3 { margin-top: 4px; }
  .pg-path__steps p { margin-top: 12px; }
  .pg-recovery ul { margin-top: 38px; }
  .pg-limits__copy { margin-top: 12px; }
  .pg-limits blockquote { margin-top: 40px; }
  .pg-related nav { margin-top: 54px; }
  .pg-related nav strong { font-size: 30px; }
  .pg-closing { display: block; padding: 86px 28px; }
  .pg-closing .pg-action { width: 100%; margin-top: 46px; }
  .pg-references { padding: 70px 28px; }
}

@media (max-width: 430px) {
  .pg-hero__copy { padding: 50px 20px 44px; }
  .pg-hero h1 { max-width: none; font-size: clamp(40px, 11.8vw, 52px); }
  .pg-hero__figure figcaption,
  .pg-art figcaption { padding: 10px 14px 11px; font-size: 9px; }
  .pg-answer,
  .pg-possibilities,
  .pg-path,
  .pg-recovery,
  .pg-limits,
  .pg-related,
  .pg-faq,
  .pg-contour__copy,
  .pg-measure__copy,
  .pg-closing,
  .pg-references { padding-right: 20px; padding-left: 20px; }
  .pg-art { min-height: 520px; }
  .pg-path__steps li { grid-template-columns: 56px 1fr; }
  .pg-related nav i { width: 38px; }
  .pg-related nav i::before { width: 38px; }
  .pg-related nav strong { max-width: 9.5em; font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .pg-action,
  .pg-faq summary::after { transition: none; }
}
