.dr-arbo {
  --arbo-ivory: #eee7d9;
  --arbo-gold: #bd9251;
  --arbo-cold: #87b9c7;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) 0 clamp(78px, 8vw, 132px);
  background:
    radial-gradient(circle at 18% 18%, rgba(73, 117, 127, .16), transparent 29%),
    radial-gradient(circle at 82% 74%, rgba(117, 47, 39, .13), transparent 33%),
    #080806;
  color: var(--arbo-ivory);
}

.dr-arbo::before,
.dr-arbo::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.dr-arbo::before {
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 83%, transparent);
}

.dr-arbo::after {
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--arbo-gold), transparent);
  box-shadow: 0 0 32px rgba(189, 146, 81, .48);
}

.dr-arbo-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.dr-arbo-atmosphere i {
  position: absolute;
  top: -20%;
  width: 1px;
  height: 140%;
  opacity: .24;
  background: linear-gradient(transparent, rgba(180, 220, 228, .76), transparent);
  animation: arbo-rain 5.6s linear infinite;
}

.dr-arbo-atmosphere i:nth-child(1) { left: 12%; animation-delay: -1s; }
.dr-arbo-atmosphere i:nth-child(2) { left: 37%; animation-delay: -4s; }
.dr-arbo-atmosphere i:nth-child(3) { left: 68%; animation-delay: -2.3s; }
.dr-arbo-atmosphere i:nth-child(4) { left: 88%; animation-delay: -5s; }

.dr-arbo-intro,
.dr-arbo-test {
  width: min(1360px, calc(100% - 44px));
  margin-inline: auto;
}

.dr-arbo-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(92px, 12vw, 170px) minmax(280px, .7fr);
  align-items: end;
  gap: clamp(30px, 6vw, 100px);
  margin-bottom: clamp(58px, 7vw, 96px);
}

.dr-arbo-intro span,
.dr-arbo-test-heading span {
  display: block;
  margin-bottom: 18px;
  color: var(--arbo-gold);
  font: 700 10px/1.2 Arial, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.dr-arbo-intro h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font: 400 clamp(3.2rem, 6.4vw, 6.8rem) / .82 Georgia, serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.dr-arbo-life-logo {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  display: block;
  width: clamp(88px, 10vw, 148px);
  height: auto;
  opacity: .82;
  filter: drop-shadow(0 0 18px rgba(75, 157, 185, .22));
  animation: arbo-life-breathe 4.6s ease-in-out infinite;
}

.dr-arbo-intro p {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0 0 .35em;
  padding-left: clamp(20px, 3vw, 46px);
  border-left: 1px solid rgba(189, 146, 81, .58);
  color: #d8d1c5;
  font: 400 clamp(1rem, 1.55vw, 1.55rem) / 1.35 Georgia, serif;
  text-transform: uppercase;
}

.dr-arbo-test-heading {
  width: min(920px, 100%);
  margin: 0 auto clamp(34px, 4vw, 58px);
  text-align: center;
}

.dr-arbo-test-heading h3 {
  margin: 0;
  font: 400 clamp(1.4rem, 2.45vw, 2.65rem) / 1.1 Georgia, serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.dr-arbo-same-face {
  margin: 0 auto clamp(28px, 4vw, 52px);
  padding-block: 14px;
  border-block: 1px solid rgba(189, 146, 81, .28);
  color: rgba(238, 231, 217, .72);
  font: 600 clamp(.68rem, .9vw, .82rem) / 1.4 Arial, sans-serif;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}

.dr-arbo-portraits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 80px);
}

.dr-arbo-portrait {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: none;
}

.dr-arbo-frame {
  position: relative;
  display: block;
  width: min(100%, 520px);
  aspect-ratio: 3 / 4;
  margin-inline: auto;
  padding: clamp(8px, 1vw, 13px);
  border: 1px solid rgba(189, 146, 81, .72);
  background: #050504;
  box-shadow:
    inset 0 0 0 4px #090806,
    inset 0 0 0 5px rgba(189, 146, 81, .35),
    0 30px 70px rgba(0, 0, 0, .46);
  transition: transform .8s cubic-bezier(.2,.8,.2,1), box-shadow .8s ease;
}

.dr-arbo-frame::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  pointer-events: none;
}

.dr-arbo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dr-arbo-portrait-mark {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 8px 15px;
  border: 1px solid rgba(189, 146, 81, .7);
  background: rgba(7, 7, 5, .9);
  color: var(--arbo-gold);
  transform: translate(-50%, 50%);
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dr-arbo-profile {
  display: block;
  width: min(100%, 520px);
  min-height: 300px;
  margin: 34px auto 0;
  padding: clamp(20px, 2.4vw, 30px);
  border-top: 1px solid rgba(189, 146, 81, .4);
  background: linear-gradient(110deg, rgba(255, 255, 255, .035), transparent 70%);
  transition: background .5s ease, border-color .5s ease;
}

.dr-arbo-profile strong {
  display: block;
  margin-bottom: 16px;
  color: var(--arbo-gold);
  font: 400 clamp(1.2rem, 2vw, 1.75rem) / 1 Georgia, serif;
  text-transform: uppercase;
}

.dr-arbo-profile ul {
  columns: 2;
  column-gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dr-arbo-profile li {
  position: relative;
  break-inside: avoid;
  margin: 0 0 7px;
  padding-left: 12px;
  color: rgba(238, 231, 217, .7);
  font: 400 clamp(.7rem, .82vw, .82rem) / 1.35 Arial, sans-serif;
}

.dr-arbo-profile li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--arbo-gold);
}

.dr-arbo-profile-thought {
  display: block;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(189, 146, 81, .24);
  color: rgba(238, 231, 217, .72);
  font: 400 clamp(.7rem, .82vw, .82rem) / 1.4 Arial, sans-serif;
}

.dr-arbo-profile-thought b {
  display: block;
  margin-top: 6px;
  color: var(--arbo-ivory);
  font-family: Georgia, serif;
  font-size: 1.12em;
  font-weight: 400;
  font-style: italic;
}

.dr-arbo-portrait:hover .dr-arbo-frame,
.dr-arbo-portrait:focus-visible .dr-arbo-frame,
.dr-arbo-portrait[aria-pressed="true"] .dr-arbo-frame {
  transform: translateY(-10px) scale(1.015);
  box-shadow:
    inset 0 0 0 4px #090806,
    inset 0 0 0 5px rgba(189, 146, 81, .55),
    0 38px 90px rgba(0, 0, 0, .6),
    0 0 48px rgba(135, 185, 199, .14);
}

.dr-arbo-portrait:focus-visible { outline: 1px solid var(--arbo-cold); outline-offset: 12px; }
.dr-arbo-portrait[aria-pressed="true"] .dr-arbo-profile { border-color: var(--arbo-cold); background: rgba(135, 185, 199, .06); }

.dr-arbo-verdict {
  margin: clamp(48px, 6vw, 78px) auto clamp(64px, 7vw, 104px);
  font: 400 clamp(1.25rem, 2.35vw, 2.6rem) / 1.05 Georgia, serif;
  text-align: center;
  text-transform: uppercase;
}

.dr-arbo-cases {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-block: 20px;
}

.dr-arbo-case-track {
  display: flex;
  width: max-content;
  gap: clamp(12px, 1.4vw, 24px);
  animation: arbo-case-drift 44s linear infinite;
  will-change: transform;
}

.dr-arbo-case-track figure {
  position: relative;
  width: clamp(380px, 48vw, 720px);
  aspect-ratio: 16 / 9;
  flex: none;
  margin: 0;
  overflow: hidden;
  border-block: 1px solid rgba(189, 146, 81, .45);
  background: #050504;
}

.dr-arbo-case-track img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.75,.2,1);
}

.dr-arbo-case-track figure:hover img { transform: scale(1.045); }

.dr-arbo-case-track figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 22px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .88));
  color: rgba(255, 255, 255, .82);
  font: 700 10px/1.2 Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.dr-arbo-final-statement {
  position: relative;
  z-index: 2;
  width: min(1050px, calc(100% - 44px));
  margin: clamp(48px, 6vw, 82px) auto 0;
  color: var(--arbo-ivory);
  font: 400 clamp(1.35rem, 2.55vw, 2.8rem) / 1.08 Georgia, serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.dr-arbo:not(.is-visible) .dr-arbo-intro,
.dr-arbo:not(.is-visible) .dr-arbo-test { opacity: 0; transform: translateY(45px); }
.dr-arbo-intro,
.dr-arbo-test { transition: opacity 1.2s ease, transform 1.2s cubic-bezier(.2,.8,.2,1); }
.dr-arbo-test { transition-delay: .18s; }

@keyframes arbo-rain {
  from { transform: translateY(-12%); }
  to { transform: translateY(22%); }
}

@keyframes arbo-case-drift {
  to { transform: translateX(calc(-50% - 6px)); }
}

@keyframes arbo-life-breathe {
  0%, 100% { transform: scale(.96); opacity: .68; }
  50% { transform: scale(1.04); opacity: .9; }
}

@media (max-width: 760px) {
  .dr-arbo { padding-top: 68px; }
  .dr-arbo-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 64px; }
  .dr-arbo-intro h2 { grid-row: auto; font-size: clamp(3.15rem, 15vw, 5.4rem); }
  .dr-arbo-intro p { grid-column: auto; grid-row: auto; font-size: 1.1rem; }
  .dr-arbo-life-logo { grid-column: auto; grid-row: auto; justify-self: start; width: 104px; }
  .dr-arbo-portraits { gap: 14px; }
  .dr-arbo-profile { min-height: 390px; padding: 19px 12px; }
  .dr-arbo-profile strong { font-size: 1rem; }
  .dr-arbo-profile li,
  .dr-arbo-profile-thought { font-size: .65rem; }
  .dr-arbo-case-track figure { width: 82vw; }
}

@media (max-width: 480px) {
  .dr-arbo-intro,
  .dr-arbo-test { width: min(100% - 26px, 1360px); }
  .dr-arbo-same-face { font-size: .58rem; }
  .dr-arbo-portraits { grid-template-columns: 1fr; gap: 58px; }
  .dr-arbo-profile { min-height: 0; }
  .dr-arbo-profile ul { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .dr-arbo-atmosphere i,
  .dr-arbo-case-track,
  .dr-arbo-life-logo { animation: none; }
  .dr-arbo:not(.is-visible) .dr-arbo-intro,
  .dr-arbo:not(.is-visible) .dr-arbo-test { opacity: 1; transform: none; }
}
