.woocommerce.single-product div.product > .woocommerce-tabs {
  display: none;
}

.sillyon-dossier {
  grid-column: 1 / -1;
  margin-top: clamp(64px, 10vw, 128px);
  border-top: 1px solid var(--stone);
}

.dossier-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(42px, 7vw, 78px) 0;
  align-items: end;
}

.dossier-intro .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.dossier-intro h2 {
  max-width: 760px;
  margin: 0;
}

.dossier-intro p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
}

.dossier-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(26px, 4vw, 54px);
  background: #e3e8dc;
  border: 1px solid #c5cebc;
}

.sillyon-dossier-details > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  background: #e3e8dc;
  border: 1px solid #c5cebc;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.sillyon-dossier-details > summary::-webkit-details-marker {
  display: none;
}

.sillyon-dossier-details > summary span {
  font: 400 1.5rem/1 var(--sans);
  transition: transform .18s ease;
}

.sillyon-dossier-details[open] > summary span {
  transform: rotate(45deg);
}

.sillyon-dossier-details[open] > summary {
  border-bottom: 0;
}

.dossier-notes {
  border-top: 1px solid #b7c0af;
}

.dossier-note {
  display: grid;
  grid-template-columns: 148px minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #b7c0af;
}

.dossier-note span,
.dossier-passport small,
.dossier-passport dt {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dossier-note h3,
.dossier-note p {
  margin: 0;
}

.dossier-note h3 {
  font-size: 1.45rem;
}

.dossier-note p {
  color: #4f554b;
  font-size: .95rem;
}

.dossier-passport {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 46px);
  background: var(--paper);
  border: 1px solid #b6c0ad;
  box-shadow: 9px 9px 0 rgba(102, 112, 90, .18);
}

.dossier-stamp {
  display: inline-block;
  margin-bottom: 56px;
  padding: 8px 11px;
  border: 1px solid var(--clay);
  border-radius: 50%;
  color: var(--clay);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dossier-passport > strong {
  margin: 7px 0 28px;
  color: var(--clay);
  font-size: 1.05rem;
  letter-spacing: .13em;
}

.dossier-passport dl {
  width: 100%;
  margin: 0 0 28px;
  border-top: 1px solid var(--stone);
}

.dossier-passport dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--stone);
}

.dossier-passport dd {
  margin: 0;
  font-weight: 700;
}

.dossier-passport .text-link + .text-link {
  margin-top: 10px;
}

.sillyon-source-pool {
  max-width: 620px;
  margin: 22px 0;
  padding: 18px 20px;
  background: #f1eadb;
  border: 1px solid var(--stone);
}

.source-pool-heading {
  display: grid;
  gap: 5px;
}

.source-pool-heading span,
.dossier-source > small,
.verified-allocation > span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.source-pool-heading strong {
  font-size: 1.05rem;
}

.source-producer-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.source-producer-list li {
  padding: 6px 10px;
  background: var(--paper);
  border: 1px solid var(--stone);
  font-size: .86rem;
  font-weight: 700;
}

.sillyon-source-pool > p,
.source-allocation-note,
.source-context-note {
  color: var(--muted);
  font-size: .88rem;
}

.sillyon-source-pool > p,
.source-allocation-note {
  margin: 0;
}

.dossier-sources .dossier-stamp {
  margin-bottom: 34px;
}

.dossier-source-list {
  width: 100%;
  margin-top: 24px;
  border-top: 1px solid var(--stone);
}

.dossier-source {
  padding: 18px 0;
  border-bottom: 1px solid var(--stone);
}

.dossier-source h3,
.dossier-source p {
  margin: 5px 0;
}

.dossier-source h3 {
  font-size: 1.25rem;
}

.dossier-source p {
  color: var(--muted);
  font-size: .84rem;
}

.dossier-source .text-link {
  display: inline-block;
  margin-top: 8px;
  font-size: .82rem;
}

.verified-allocation {
  display: grid;
  gap: 7px;
  width: min(100%, 520px);
  margin: 24px 0 34px;
  padding: 18px 20px;
  background: #e3e8dc;
  border: 1px solid #b6c0ad;
}

.verified-allocation strong {
  color: var(--olive);
  font-size: 1.35rem;
}

.verified-allocation small {
  color: var(--muted);
}

.field-note-facts a {
  color: inherit;
}

@media (max-width: 820px) {
  .dossier-intro,
  .dossier-layout {
    grid-template-columns: 1fr;
  }

  .dossier-note {
    grid-template-columns: 120px 1fr;
  }

  .dossier-note p {
    grid-column: 2;
  }
}

@media (max-width: 540px) {
  .dossier-layout {
    padding: 22px;
  }

  .dossier-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dossier-note p {
    grid-column: auto;
  }
}
