.page-disclaimer {
  --pd-shadow: 8px 8px 0 rgba(10, 18, 32, 0.1);
  --pd-shadow-hover: 12px 12px 0 rgba(10, 18, 32, 0.16);
  background: var(--panel);
}

.pd-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 20px 100px;
  background-color: var(--space);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  color: var(--white);
}

.pd-hero::before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -56px;
  width: 170px;
  height: 170px;
  background: var(--signal);
  opacity: 0.16;
  transform: rotate(12deg);
}

.pd-hero::after {
  content: "/disclaimer/";
  position: absolute;
  top: 84px;
  right: 0;
  font-family: var(--font-mono);
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.045);
  white-space: nowrap;
  pointer-events: none;
}

.pd-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-inline: auto;
}

.page-disclaimer .pd-hero .breadcrumb {
  margin: 0 0 44px;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
}

.page-disclaimer .pd-hero .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-disclaimer .pd-hero .breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
}

.page-disclaimer .pd-hero .breadcrumb li + li::before {
  content: "/";
  color: rgba(255, 255, 255, 0.3);
}

.page-disclaimer .pd-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color var(--ease);
}

.page-disclaimer .pd-hero .breadcrumb a:hover {
  color: var(--signal);
}

.page-disclaimer .pd-hero .breadcrumb li[aria-current="page"] {
  color: var(--white);
}

.pd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--signal);
}

.pd-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--signal);
}

.pd-hero h1 {
  max-width: 15em;
  margin: 0 0 20px;
  font-family: var(--font-sans);
  font-size: clamp(1.8rem, 5.2vw, 3.25rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.pd-lead {
  max-width: 34em;
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}

.pd-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
}

.pd-hero-meta div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pd-hero-meta dt {
  color: var(--muted);
}

.pd-hero-meta dd {
  margin: 0;
  padding: 4px 9px;
  color: var(--white);
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.16);
  letter-spacing: 0.02em;
}

.pd-hero-meta code {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.pd-panel-wrap {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: -56px auto 0;
  padding: 0 16px 64px;
}

.pd-panel {
  padding: 26px 18px 34px;
  background: var(--white);
  border-left: 6px solid var(--signal);
  box-shadow: var(--pd-shadow);
}

.pd-section {
  padding: 38px 0 14px;
  border-bottom: 1px solid rgba(31, 59, 87, 0.16);
}

.pd-section:last-child {
  border-bottom: 0;
}

.pd-section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--line);
}

.pd-section-num {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--signal);
}

.pd-section-head h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.pd-section-body p {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--text);
}

.pd-section-body a {
  color: var(--signal);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--ease);
}

.pd-section-body a:hover {
  color: var(--text);
}

.pd-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
}

.pd-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text);
}

.pd-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--signal);
  transition: box-shadow var(--ease), transform var(--ease);
}

.pd-list li:hover::before {
  box-shadow: 2px 2px 0 rgba(242, 101, 34, 0.35);
  transform: translateX(2px);
}

.pd-callout {
  margin: 24px 0 6px;
  padding: 18px 20px;
  background: var(--panel);
  border: 1px solid rgba(31, 59, 87, 0.16);
  border-left: 4px solid var(--signal);
  box-shadow: 3px 3px 0 rgba(10, 18, 32, 0.06);
}

.pd-callout h3 {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
}

.pd-callout p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--text);
}

.pd-figure {
  margin: 26px 0 10px;
}

.pd-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid var(--line);
  box-shadow: var(--pd-shadow);
  transition: border-color var(--ease), box-shadow var(--ease);
}

.pd-figure--v4:hover img {
  border-color: var(--signal);
  box-shadow: var(--pd-shadow-hover);
}

.pd-figure figcaption {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--muted);
}

.pd-fb-list {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
  background: var(--panel);
  border: 2px solid var(--line);
  box-shadow: var(--pd-shadow);
}

.pd-fb-item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(31, 59, 87, 0.16);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text);
  transition: background var(--ease), box-shadow var(--ease), transform var(--ease);
}

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

.pd-fb-index {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--muted);
}

.pd-fb-item--current {
  background: var(--white);
  border-left: 4px solid var(--signal);
  font-weight: 700;
}

.pd-fb-item--current .pd-fb-index {
  color: var(--signal);
}

.pd-fb-badge {
  display: inline-block;
  padding: 3px 8px;
  background: var(--signal);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
}

.pd-fb-list:hover .pd-fb-item--current {
  box-shadow: var(--pd-shadow-hover);
  transform: translateY(-2px);
}

.pd-figure--v4:hover + .pd-fb-list .pd-fb-item--current {
  background: var(--signal-soft);
  box-shadow: var(--pd-shadow-hover);
}

.pd-quote {
  margin: 26px 0 12px;
  padding: 20px 22px;
  background: var(--signal-soft);
  border-left: 4px solid var(--signal);
  box-shadow: 3px 3px 0 rgba(10, 18, 32, 0.07);
}

.pd-quote p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--text);
}

.pd-contact-grid {
  display: grid;
  gap: 1px;
  margin: 24px 0 8px;
  background: rgba(31, 59, 87, 0.22);
  border: 2px solid var(--line);
  box-shadow: var(--pd-shadow);
}

.pd-contact-item {
  padding: 16px 18px;
  background: var(--white);
  transition: background var(--ease), box-shadow var(--ease);
}

.pd-contact-item:hover {
  background: var(--panel);
  box-shadow: inset 0 0 0 2px rgba(242, 101, 34, 0.22);
}

.pd-contact-item dt {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
}

.pd-contact-item dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.55;
  color: var(--text);
  word-break: break-word;
}

.pd-contact-item .pd-contact-note {
  display: block;
  margin-top: 6px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--muted);
}

.pd-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.pd-related-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 16px 72px;
}

.pd-related-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
}

.pd-related-head::before {
  content: "";
  flex: none;
  width: 24px;
  height: 4px;
  background: var(--signal);
}

.pd-related-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-related-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: var(--white);
  border: 2px solid var(--line);
  box-shadow: var(--pd-shadow);
  color: var(--text);
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color var(--ease), box-shadow var(--ease), color var(--ease), transform var(--ease);
}

.pd-related-list a:hover {
  border-color: var(--signal);
  box-shadow: var(--pd-shadow-hover);
  color: var(--signal);
  transform: translateX(3px);
}

.pd-rel-title {
  display: block;
}

.pd-rel-note {
  display: block;
  margin-top: 5px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--muted);
}

.pd-rel-arrow {
  flex: none;
  font-family: var(--font-mono);
  font-size: 1.125rem;
  line-height: 1;
  color: var(--signal);
}

@media (min-width: 640px) {
  .pd-panel-wrap {
    padding-inline: 24px;
  }

  .pd-related-inner {
    padding-inline: 24px;
  }

  .pd-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .pd-hero {
    padding: 64px 32px 120px;
  }

  .pd-hero h1 {
    font-size: clamp(2.1rem, 5vw, 3.25rem);
  }

  .pd-panel-wrap {
    padding-inline: 32px;
  }

  .pd-panel {
    padding: 52px 44px 60px;
  }

  .pd-section-head {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 26px;
    padding-bottom: 16px;
  }

  .pd-section-num {
    text-align: right;
    font-size: 0.9375rem;
  }

  .pd-section-body {
    margin-left: 112px;
  }

  .pd-related-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  .pd-panel-wrap {
    margin-top: -84px;
    padding-bottom: 96px;
  }

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

  .pd-fb-item {
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 10px;
    border-bottom: 0;
    border-right: 1px solid rgba(31, 59, 87, 0.16);
    padding: 20px 18px;
  }

  .pd-fb-item:last-child {
    border-right: 0;
  }
}
