/* Section 03 — coded reconstruction of the selected white verification-report direction. */

#accuracy.accuracy-b {
  position: relative;
  overflow: hidden;
  padding: 108px 0 112px;
  color: #191713;
  background:
    radial-gradient(circle at 74% 13%, rgba(194, 146, 50, .08), transparent 27rem),
    linear-gradient(180deg, #fffefa 0%, #fbf8f1 100%);
}

#accuracy.accuracy-b::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: radial-gradient(rgba(105, 78, 29, .14) .55px, transparent .55px);
  background-size: 9px 9px;
  mask-image: linear-gradient(to bottom, #000, transparent 45%);
}

#accuracy.accuracy-b > .container {
  position: relative;
  width: min(100% - 64px, 1320px);
}

#accuracy .accuracy-b-heading {
  display: grid;
  grid-template-columns: minmax(40px, 92px) auto minmax(40px, 92px);
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 36px;
}

#accuracy .accuracy-b-heading > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #b47b16);
}

#accuracy .accuracy-b-heading > span:last-child {
  background: linear-gradient(90deg, #b47b16, transparent);
}

#accuracy .accuracy-b-heading .section-label {
  margin: 0;
  color: #a76d0b;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 600;
  letter-spacing: .12em;
}

#accuracy .accuracy-b-heading .section-label::before,
#accuracy .accuracy-b-heading .section-label::after {
  display: none;
}

#accuracy .accuracy-b-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(350px, .66fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  min-height: 340px;
}

#accuracy .accuracy-b-message {
  min-width: 0;
}

#accuracy .accuracy-b-metric {
  display: flex;
  align-items: end;
  gap: clamp(18px, 2.5vw, 34px);
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
}

#accuracy .accuracy-b-start,
#accuracy .accuracy-b-goal {
  display: flex;
  align-items: end;
}

#accuracy .accuracy-b-start {
  flex-direction: column;
  align-items: flex-start;
}

#accuracy .accuracy-b-start small {
  margin: 0 0 7px 8px;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  font-weight: 600;
  letter-spacing: .04em;
}

#accuracy .accuracy-b-metric strong {
  color: transparent;
  background: linear-gradient(150deg, #d5a83f 0%, #a86d0b 48%, #d5a83f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(5.2rem, 8vw, 7.75rem);
  font-weight: 500;
  line-height: .83;
  white-space: nowrap;
}

#accuracy .accuracy-b-metric em {
  margin-left: 4px;
  font-size: .47em;
  font-style: normal;
  letter-spacing: -.08em;
}

#accuracy .accuracy-b-metric strong b {
  font-size: .58em;
  font-weight: 600;
  letter-spacing: -.03em;
}

#accuracy .accuracy-b-arrow {
  position: relative;
  flex: 0 0 clamp(40px, 5vw, 70px);
  width: clamp(40px, 5vw, 70px);
  height: 3px;
  margin-bottom: 42px;
  background: #bd861f;
}

#accuracy .accuracy-b-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #bd861f;
  border-right: 3px solid #bd861f;
  transform: translateY(-50%) rotate(45deg);
}

#accuracy .accuracy-b-arrow small {
  position: absolute;
  top: 14px;
  left: 50%;
  width: max-content;
  color: #6a5a3e;
  font-family: var(--font-jp);
  font-size: .67rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  transform: translateX(-50%);
}

#accuracy .accuracy-b-goal > span {
  padding: 0 0 13px 12px;
  font-size: clamp(1.25rem, 1.85vw, 1.65rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .02em;
  white-space: nowrap;
}

#accuracy .accuracy-b-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #3f3b34;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

#accuracy .accuracy-b-visual {
  position: relative;
  min-width: 0;
}

#accuracy .accuracy-b-visual svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

#accuracy .accuracy-b-orbit {
  fill: none;
  stroke: #bd861f;
  stroke-width: 2;
  marker-end: none;
}

#accuracy .accuracy-b-orbit-dash {
  stroke-dasharray: 6 8;
  opacity: .62;
}

#accuracy .accuracy-b-node circle {
  fill: #f6f0e4;
  stroke: #c7b696;
  stroke-width: 2;
}

#accuracy .accuracy-b-node path,
#accuracy .accuracy-b-node circle + path {
  fill: none;
  stroke: #9a6a18;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#accuracy .accuracy-b-paper-stack rect {
  fill: url(#accuracy-paper);
  stroke: #d1c6b4;
  stroke-width: 1.4;
}

#accuracy .accuracy-b-paper-stack path {
  fill: none;
  stroke: #c5b79e;
  stroke-width: 2;
  stroke-linecap: round;
}

#accuracy .accuracy-b-paper-flow path {
  fill: none;
  stroke: #d0ae64;
  stroke-width: 2.2;
  stroke-dasharray: 8 7;
  opacity: .78;
}

#accuracy .accuracy-b-folder > path:first-child {
  fill: url(#accuracy-gold);
  opacity: .52;
}

#accuracy .accuracy-b-folder > path:nth-child(2) {
  fill: #f8f1df;
  stroke: #ad7c22;
  stroke-width: 1.5;
}

#accuracy .accuracy-b-folder > path:nth-child(3) {
  fill: none;
  stroke: #c1ac84;
  stroke-width: 2;
  stroke-linecap: round;
}

#accuracy .accuracy-b-folder circle {
  fill: url(#accuracy-gold);
  stroke: #fff7e7;
  stroke-width: 3;
}

#accuracy .accuracy-b-folder .accuracy-b-check {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#accuracy .accuracy-b-verification {
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(173, 119, 23, .48);
  border-radius: 14px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 55px rgba(74, 52, 15, .06);
}

#accuracy .accuracy-b-verification-head {
  padding: 24px 28px 20px;
  text-align: center;
}

#accuracy .accuracy-b-verification-head > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #a76d0b;
  font-family: var(--font-serif);
  font-size: clamp(1.12rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: .06em;
}

#accuracy .accuracy-b-verification-head > span::before,
#accuracy .accuracy-b-verification-head > span::after {
  content: "";
  width: min(17vw, 170px);
  height: 1px;
  background: #bd861f;
}

#accuracy .accuracy-b-verification-head h3 {
  margin: 13px 0 8px;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: .04em;
}

#accuracy .accuracy-b-verification-head p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a554d;
  font-size: .87rem;
  line-height: 1.85;
}

#accuracy .accuracy-b-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(173, 119, 23, .26);
}

#accuracy .accuracy-b-checks > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 28px 30px;
}

#accuracy .accuracy-b-checks > div + div {
  border-left: 1px solid rgba(173, 119, 23, .26);
}

#accuracy .accuracy-b-checks > div > span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #d6a63d, #9a6208 72%);
  font-family: var(--font-serif);
  font-size: 1.52rem;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 10px 26px rgba(157, 105, 16, .15);
}

#accuracy .accuracy-b-checks p,
#accuracy .accuracy-b-checks strong,
#accuracy .accuracy-b-checks small {
  display: block;
  margin: 0;
}

#accuracy .accuracy-b-checks strong {
  color: #211d17;
  font-family: var(--font-serif);
  font-size: 1.32rem;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: .025em;
}

#accuracy .accuracy-b-checks small {
  margin-top: 5px;
  color: #4d4840;
  font-size: .84rem;
  font-weight: 500;
  line-height: 1.65;
}

#accuracy .accuracy-b-facts {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  margin-top: 20px;
  border: 1px solid rgba(173, 119, 23, .43);
  border-radius: 13px;
  background: rgba(255, 255, 255, .66);
}

#accuracy .accuracy-b-fact {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 24px 30px;
}

#accuracy .accuracy-b-fact + .accuracy-b-fact {
  border-left: 1px solid rgba(173, 119, 23, .28);
}

#accuracy .accuracy-b-fact-icon {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #f3eadb;
}

#accuracy .accuracy-b-balance::before {
  content: "⚖";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #966113;
  font-size: 1.9rem;
}

#accuracy .accuracy-b-clock::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid #966113;
  border-radius: 50%;
}

#accuracy .accuracy-b-clock::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 30px;
  width: 10px;
  height: 15px;
  border-bottom: 2px solid #966113;
  border-left: 2px solid #966113;
}

#accuracy .accuracy-b-fact small,
#accuracy .accuracy-b-fact strong,
#accuracy .accuracy-b-fact p {
  display: block;
  margin: 0;
}

#accuracy .accuracy-b-fact small {
  margin-bottom: 3px;
  color: #9b6b1d;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
}

#accuracy .accuracy-b-fact strong {
  color: #211d17;
  font-family: var(--font-serif);
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.5;
}

#accuracy .accuracy-b-fact p {
  margin-top: 4px;
  color: #514c44;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.7;
}

#accuracy .accuracy-b-documents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(173, 119, 23, .43);
  border-radius: 13px;
  background: rgba(255, 255, 255, .66);
}

#accuracy .accuracy-b-documents span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 0 clamp(18px, 2.2vw, 31px);
  color: #29251f;
  font-size: .86rem;
  font-weight: 650;
  white-space: nowrap;
}

#accuracy .accuracy-b-documents span::before {
  content: "";
  width: 20px;
  height: 25px;
  margin-right: 10px;
  border: 1.8px solid #37322a;
  border-radius: 2px;
  background:
    linear-gradient(#37322a, #37322a) 5px 7px / 9px 1.5px no-repeat,
    linear-gradient(#37322a, #37322a) 5px 12px / 9px 1.5px no-repeat,
    linear-gradient(#37322a, #37322a) 5px 17px / 6px 1.5px no-repeat;
}

#accuracy .accuracy-b-documents span + span::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: rgba(173, 119, 23, .52);
}

@media (max-width: 1080px) {
  #accuracy .accuracy-b-hero {
    grid-template-columns: minmax(0, 1.22fr) minmax(310px, .78fr);
  }

  #accuracy .accuracy-b-metric {
    gap: 18px;
  }

  #accuracy .accuracy-b-arrow {
    flex-basis: 42px;
    width: 42px;
  }

  #accuracy .accuracy-b-checks > div {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 24px 20px;
  }

  #accuracy .accuracy-b-checks > div > span {
    width: 58px;
    height: 58px;
    font-size: 1.2rem;
  }

  #accuracy .accuracy-b-checks strong {
    font-size: 1.08rem;
  }

  #accuracy .accuracy-b-documents {
    justify-content: flex-start;
    overflow-x: auto;
  }

  #accuracy .accuracy-b-documents span {
    flex: 0 0 auto;
  }
}

@media (max-width: 760px) {
  #accuracy.accuracy-b {
    padding: 78px 0 82px;
  }

  #accuracy.accuracy-b > .container {
    width: min(100% - 36px, 1320px);
  }

  #accuracy .accuracy-b-heading {
    grid-template-columns: 36px auto 36px;
    gap: 13px;
    margin-bottom: 32px;
  }

  #accuracy .accuracy-b-heading .section-label {
    font-size: 1.34rem;
    letter-spacing: .06em;
  }

  #accuracy .accuracy-b-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
  }

  #accuracy .accuracy-b-metric {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1.06fr);
    align-items: end;
    gap: 10px;
    padding-bottom: 18px;
  }

  #accuracy .accuracy-b-start small {
    margin-left: 2px;
    font-size: .95rem;
  }

  #accuracy .accuracy-b-metric strong {
    font-size: clamp(3.25rem, 16.5vw, 4rem);
  }

  #accuracy .accuracy-b-arrow {
    width: 29px;
    height: 2px;
    margin-bottom: 25px;
  }

  #accuracy .accuracy-b-arrow small {
    top: 13px;
    font-size: .58rem;
  }

  #accuracy .accuracy-b-arrow::after {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  #accuracy .accuracy-b-goal > span {
    padding: 2px 0 0;
    font-size: .76rem;
    line-height: 1.35;
    white-space: normal;
  }

  #accuracy .accuracy-b-goal {
    flex-direction: column;
    align-items: flex-start;
  }

  #accuracy .accuracy-b-lead {
    margin-top: 24px;
    font-size: .91rem;
    line-height: 1.9;
  }

  #accuracy .accuracy-b-visual {
    width: min(100%, 430px);
    margin: -4px auto 0;
  }

  #accuracy .accuracy-b-verification {
    margin-top: 30px;
    border-radius: 12px;
  }

  #accuracy .accuracy-b-verification-head {
    padding: 24px 20px 20px;
  }

  #accuracy .accuracy-b-verification-head > span {
    gap: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }

  #accuracy .accuracy-b-verification-head > span::before,
  #accuracy .accuracy-b-verification-head > span::after {
    width: 20px;
  }

  #accuracy .accuracy-b-verification-head h3 {
    font-size: 1.14rem;
  }

  #accuracy .accuracy-b-verification-head p {
    font-size: .82rem;
    text-align: left;
  }

  #accuracy .accuracy-b-checks {
    grid-template-columns: 1fr;
  }

  #accuracy .accuracy-b-checks > div {
    grid-template-columns: 54px 1fr;
    padding: 20px;
  }

  #accuracy .accuracy-b-checks > div + div {
    border-top: 1px solid rgba(173, 119, 23, .26);
    border-left: 0;
  }

  #accuracy .accuracy-b-checks > div > span {
    width: 54px;
    height: 54px;
  }

  #accuracy .accuracy-b-checks small {
    font-size: .8rem;
  }

  #accuracy .accuracy-b-facts {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  #accuracy .accuracy-b-fact {
    grid-template-columns: 52px 1fr;
    gap: 15px;
    padding: 21px 20px;
  }

  #accuracy .accuracy-b-fact + .accuracy-b-fact {
    border-top: 1px solid rgba(173, 119, 23, .28);
    border-left: 0;
  }

  #accuracy .accuracy-b-fact-icon {
    width: 50px;
    height: 50px;
  }

  #accuracy .accuracy-b-balance::before {
    font-size: 1.5rem;
  }

  #accuracy .accuracy-b-clock::before {
    inset: 11px;
  }

  #accuracy .accuracy-b-clock::after {
    top: 17px;
    left: 24px;
    width: 8px;
    height: 13px;
  }

  #accuracy .accuracy-b-fact strong {
    font-size: 1rem;
  }

  #accuracy .accuracy-b-fact p {
    font-size: .76rem;
  }

  #accuracy .accuracy-b-documents {
    border-radius: 12px;
  }

  #accuracy .accuracy-b-documents span {
    min-height: 64px;
    padding: 0 18px;
    font-size: .82rem;
  }
}
