/* TOTACHI EU PRO 1.0.1 — source-audited product detail system. */

.verified-product h3 a {
  color: inherit;
  text-decoration: none;
}

.verified-product h3 a:focus-visible,
.verified-product h3 a:hover {
  color: var(--totachi-red);
}

.verified-product__media > a {
  display: block;
}

.verified-product__detail-link {
  border-color: rgba(196, 18, 47, 0.45) !important;
  background: rgba(196, 18, 47, 0.11) !important;
}

.verified-product__detail-link:hover,
.verified-product__detail-link:focus-visible {
  color: #fff !important;
  background: var(--totachi-red) !important;
}

.pd-page {
  background: #f5f5f3;
}

.pd-page :where(section, nav) {
  scroll-margin-top: calc(var(--header-height) + 70px);
}

.pd-hero {
  position: relative;
  min-height: 720px;
  padding: calc(var(--header-height) + 64px) 0 72px;
  color: #fff;
  background:
    linear-gradient(118deg, rgba(0, 0, 0, 0.98) 0%, rgba(18, 18, 18, 0.96) 56%, rgba(40, 40, 40, 0.88) 100%);
  overflow: hidden;
}

.pd-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  background: var(--totachi-red);
  content: "";
}

.pd-hero::after {
  position: absolute;
  right: -4vw;
  bottom: -22vw;
  color: rgba(255, 255, 255, 0.025);
  content: "T";
  font: 700 min(68vw, 860px)/0.72 "Normalidad Wide", sans-serif;
  pointer-events: none;
}

.pd-hero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 84%);
  pointer-events: none;
}

.pd-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(46px, 7vw, 120px);
}

.pd-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pd-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.pd-breadcrumbs a:hover,
.pd-breadcrumbs a:focus-visible {
  color: #fff;
}

.pd-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pd-hero__status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #51ba71;
  box-shadow: 0 0 0 5px rgba(81, 186, 113, 0.12);
}

.pd-hero h1 {
  max-width: 850px;
  margin: 15px 0 22px;
  color: #fff;
  font-size: clamp(2.8rem, 5.3vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.pd-hero h1 span,
.pd-hero h1 em {
  display: block;
}

.pd-hero h1 span {
  margin-bottom: 12px;
  color: var(--totachi-red);
  font-size: 0.24em;
  letter-spacing: 0.2em;
}

.pd-hero h1 em {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.48em;
  font-style: normal;
  letter-spacing: -0.02em;
}

.pd-hero__summary {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.72;
}

.pd-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  margin: 38px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.pd-hero__facts div {
  min-height: 80px;
  padding: 18px 20px 16px 0;
}

.pd-hero__facts div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.pd-hero__facts dt,
.pd-hero__facts dd {
  margin: 0;
}

.pd-hero__facts dt {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pd-hero__facts dd {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pd-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.pd-back span {
  color: var(--totachi-red);
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.pd-back:hover span,
.pd-back:focus-visible span {
  transform: translateX(-4px);
}

.pd-hero__product {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
  padding: 58px 42px 54px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    #171717;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.pd-hero__product::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 6px;
  background: var(--totachi-red);
  content: "";
}

.pd-hero__product img {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 25px rgba(0, 0, 0, 0.42));
}

.pd-hero__product figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.55rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.pd-hero__figure-code {
  position: absolute;
  top: 24px;
  left: 26px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.pd-hero__fallback {
  color: rgba(255, 255, 255, 0.08);
  font-size: 16rem;
  font-weight: 700;
}

.pd-nav {
  position: sticky;
  z-index: 20;
  top: var(--header-height);
  border-bottom: 1px solid #dededb;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.pd-nav__inner {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.pd-nav__inner > span {
  color: var(--totachi-red);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pd-nav__inner > div {
  display: flex;
  min-width: 0;
  align-items: stretch;
  gap: 28px;
}

.pd-nav a {
  display: flex;
  min-height: 62px;
  align-items: center;
  color: #393939;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.pd-nav a:hover,
.pd-nav a:focus-visible {
  color: var(--totachi-red);
}

.pd-overview__grid,
.pd-specs__grid,
.pd-technical__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(42px, 8vw, 132px);
}

.pd-section-heading h2,
.pd-application h2,
.pd-shop h2 {
  max-width: 800px;
  margin: 14px 0 0;
  font-size: clamp(2rem, 3.7vw, 4.25rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.pd-section-heading > p:last-child {
  max-width: 500px;
  margin-top: 24px;
  color: #6d6d69;
  line-height: 1.7;
}

.pd-section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}

.pd-section-heading--row h2 {
  max-width: 900px;
  margin: 0;
}

.pd-source-language {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 600;
}

.pd-source-language span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--totachi-red);
  font-size: 0.58rem;
}

.pd-manufacturer-copy {
  max-width: 880px;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.82;
}

.pd-manufacturer-copy > p {
  margin: 0 0 18px;
}

.pd-canonical-note {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 16px;
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 4px solid var(--totachi-red);
  background: #f1f1ee;
}

.pd-canonical-note span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #c9c9c4;
  border-radius: 50%;
  color: var(--totachi-red);
  font-size: 0.72rem;
  font-weight: 700;
}

.pd-canonical-note p {
  margin: 2px 0 0;
  color: #5c5c58;
  font-size: 0.78rem;
  line-height: 1.6;
}

.pd-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pd-benefit {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border: 1px solid #deded9;
  background: #fff;
}

.pd-benefit > span {
  color: var(--totachi-red);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.pd-benefit h3 {
  margin: 48px 0 14px;
  font-size: 1.05rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.pd-benefit p {
  margin: 0;
  color: #666661;
  font-size: 0.82rem;
  line-height: 1.7;
}

.pd-specs {
  color: #fff;
}

.pd-application > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.73);
  line-height: 1.78;
}

.pd-application h2 {
  margin-bottom: 30px;
  color: #fff;
}

.pd-warranty {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pd-warranty summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pd-warranty p {
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.65;
}

.pd-spec-list {
  align-self: start;
  padding: 34px;
  color: #111;
  background: #fff;
}

.pd-spec-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdb;
}

.pd-spec-list__head span {
  color: var(--totachi-red);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.pd-spec-list__head strong {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pd-spec-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-spec-list li {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 56px;
  border-bottom: 1px solid #ecece8;
}

.pd-spec-list li i {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--totachi-red);
}

.pd-spec-list li strong {
  font-size: 0.8rem;
  line-height: 1.35;
}

.pd-technical__data {
  max-height: 560px;
  padding: 32px;
  border: 1px solid #deded9;
  background: #f4f4f1;
  overflow: auto;
}

.pd-technical__data pre {
  margin: 0;
  color: #2c2c2a;
  font: 600 0.78rem/1.75 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: pre-wrap;
}

.pd-packaging__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pd-pack {
  display: grid;
  min-height: 152px;
  align-content: space-between;
  padding: 23px;
  border: 1px solid #dcdcd7;
  background: #fff;
}

.pd-pack > span {
  color: var(--totachi-red);
  font-size: 0.6rem;
  font-weight: 700;
}

.pd-pack strong {
  margin-top: 28px;
  font-size: 1.5rem;
}

.pd-pack small {
  margin-top: 6px;
  color: #777772;
  font-size: 0.64rem;
}

.pd-documents__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pd-document {
  display: grid;
  min-height: 164px;
  grid-template-columns: 44px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 22px;
  border: 1px solid #dcdcd8;
  color: #111;
  background: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.pd-document:hover,
.pd-document:focus-visible {
  border-color: var(--totachi-red);
  transform: translateY(-4px);
}

.pd-document > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: var(--totachi-red);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pd-document strong {
  min-width: 0;
  font-size: 0.82rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.pd-document small {
  display: block;
  margin-top: 8px;
  color: #777772;
  font-size: 0.58rem;
  font-weight: 500;
  overflow-wrap: anywhere;
  text-transform: none;
}

.pd-document > i {
  color: var(--totachi-red);
  font-style: normal;
}

.pd-source-alert {
  display: grid;
  grid-template-columns: minmax(180px, 0.25fr) 1fr;
  gap: 28px;
  margin-bottom: 24px;
  padding: 22px 24px;
  border-left: 5px solid #d89116;
  background: #fff8e9;
}

.pd-source-alert strong {
  color: #8a5909;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pd-source-alert p {
  margin: 0;
  color: #5e5140;
  font-size: 0.8rem;
  line-height: 1.6;
}

.pd-shop {
  padding: clamp(68px, 9vw, 126px) 0;
  color: #fff;
  background: var(--totachi-red);
}

.pd-shop__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  align-items: end;
  gap: 60px;
}

.pd-shop h2 {
  color: #fff;
}

.pd-shop p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.pd-shop__actions {
  display: grid;
  gap: 14px;
}

.pd-shop__actions .button {
  justify-content: space-between;
}

.pd-shop__actions > a:not(.button) {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.pd-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pd-related-card {
  display: grid;
  min-height: 174px;
  grid-template-columns: 1fr 24px;
  align-content: space-between;
  gap: 15px;
  padding: 26px;
  border: 1px solid #dbdbd6;
  color: #111;
  background: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.pd-related-card:hover,
.pd-related-card:focus-visible {
  border-color: var(--totachi-red);
  transform: translateY(-4px);
}

.pd-related-card > span {
  grid-column: 1 / -1;
  color: var(--totachi-red);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pd-related-card strong {
  align-self: end;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.pd-related-card em {
  display: block;
  margin-top: 7px;
  color: #767672;
  font-size: 0.76rem;
  font-style: normal;
}

.pd-related-card > i {
  align-self: end;
  color: var(--totachi-red);
  font-style: normal;
}

@media (max-width: 1120px) {
  .pd-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
    gap: 44px;
  }

  .pd-hero__product {
    min-height: 460px;
  }

  .pd-benefits__grid,
  .pd-documents__grid,
  .pd-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-packaging__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pd-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 42px);
  }

  .pd-hero__grid,
  .pd-overview__grid,
  .pd-specs__grid,
  .pd-technical__grid,
  .pd-shop__grid {
    grid-template-columns: 1fr;
  }

  .pd-hero__copy {
    order: 1;
  }

  .pd-hero__product {
    min-height: 420px;
    order: 2;
  }

  .pd-nav__inner {
    align-items: stretch;
    overflow-x: auto;
  }

  .pd-nav__inner > span {
    display: none;
  }

  .pd-nav__inner > div {
    gap: 24px;
  }

  .pd-nav a {
    white-space: nowrap;
  }

  .pd-shop__actions {
    max-width: 440px;
  }
}

@media (max-width: 620px) {
  .pd-hero {
    padding-bottom: 38px;
  }

  .pd-breadcrumbs {
    margin-bottom: 26px;
    font-size: 0.58rem;
  }

  .pd-hero h1 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .pd-hero__summary {
    font-size: 0.94rem;
  }

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

  .pd-hero__facts div,
  .pd-hero__facts div + div {
    min-height: auto;
    padding: 14px 0;
    border-left: 0;
  }

  .pd-hero__facts div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .pd-hero__product {
    min-height: 350px;
    padding: 48px 20px;
  }

  .pd-hero__product img {
    max-height: 270px;
  }

  .pd-nav {
    top: var(--header-height);
  }

  .pd-nav__inner > div {
    gap: 20px;
  }

  .pd-nav a {
    min-height: 54px;
    font-size: 0.57rem;
  }

  .pd-section-heading--row {
    display: block;
    margin-bottom: 28px;
  }

  .pd-section-heading--row .eyebrow {
    margin-bottom: 12px;
  }

  .pd-benefits__grid,
  .pd-documents__grid,
  .pd-related__grid,
  .pd-packaging__grid {
    grid-template-columns: 1fr;
  }

  .pd-benefit {
    min-height: 210px;
  }

  .pd-spec-list,
  .pd-technical__data {
    padding: 23px 20px;
  }

  .pd-technical__data pre {
    font-size: 0.68rem;
  }

  .pd-source-alert {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pd-document {
    min-height: 138px;
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pd-document,
  .pd-related-card,
  .pd-back span {
    transition: none;
  }
}
