/* Original homepage component styles, scoped to the restored sections. */


@media (hover: none), (pointer: coarse) {
  :where(#field-notes) .about-field-note,
:where(#field-notes) .award-row,
:where(#voices) .testimonial-card,
:where(#voices) .testimonial-photo-tile,
:where(#voices) .testimonial-slide-btn { cursor: auto; }
}
:where(#field-notes) .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
:where(#field-notes) .about-hed {
  font-family: Trail, sans-serif;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 24px;
}
:where(#field-notes) .about-body { font-size: 16px; color: var(--muted); line-height: 1.78; }
:where(#field-notes) .about-body p + p { margin-top: 16px; }
:where(#field-notes) .award-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(240,180,41,0.3);
  background: var(--accent-dim);
  padding: 10px 16px;
  border-radius: 3px;
  margin-top: 24px;
  font-size: 13px;
}
:where(#field-notes) .award-icon { color: var(--accent); font-size: 16px; line-height: 1; }
:where(#field-notes) .award-text { color: var(--text); line-height: 1.4; }
:where(#field-notes) .award-text strong { color: var(--accent); font-weight: 500; }
:where(#field-notes) .award-badge--link { display: inline-flex; cursor: none; transition: border-color 0.2s, background 0.2s; }
:where(#field-notes) .award-badge--link:hover { border-color: rgba(240,180,41,0.6); background: rgba(240,180,41,0.16); }
#voices > .wrap {
  position: relative;
  z-index: 1;
}
:where(#voices) .testimonials-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 36px;
}
:where(#voices) .testimonials-title {
  font-family: Trail, sans-serif;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-top: 14px;
  max-width: 620px;
}
:where(#voices) .testimonials-kicker {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  max-width: 420px;
}
:where(#voices) .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
:where(#voices) .testimonial-card {
  position: relative;
  min-height: 310px;
  border: 1px solid rgba(240, 237, 230, 0.1);
  border-radius: 4px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(420px circle at 18% 0%, rgba(252, 163, 17, 0.065), transparent 42%),
    linear-gradient(145deg, rgba(23, 17, 37, 0.86), rgba(12, 9, 20, 0.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}
:where(#voices) .testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(520px circle at 50% 0%,
      rgba(255, 226, 128, 0.13),
      rgba(252, 163, 17, 0.07) 25%,
      transparent 52%);
  transition: opacity 0.28s ease;
}
:where(#voices) .testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(252, 163, 17, 0.34);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.065);
}
:where(#voices) .testimonial-card:hover::before { opacity: 1; }
:where(#voices) .testimonial-card > * {
  position: relative;
  z-index: 1;
}
:where(#voices) .testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
:where(#voices) .testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #160d04;
  font-family: Trail, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 240, 177, 0.95), transparent 30%),
    linear-gradient(135deg, #f8c04c 0%, var(--accent) 58%, #8950a8 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.1),
    0 10px 34px rgba(252, 163, 17, 0.22);
}
:where(#voices) .testimonial-name {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
:where(#voices) .testimonial-role {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 3px;
}
:where(#voices) .testimonial-quote {
  margin: 0;
  color: rgba(240, 237, 230, 0.84);
  font-family: 'Barlow', sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.42;
}
:where(#voices) .testimonial-quote p { margin: 0; }
:where(#voices) .testimonial-quote::before {
  content: '“';
  display: block;
  height: 24px;
  color: var(--accent);
  font-family: Trail, sans-serif;
  font-size: 44px;
  line-height: 0.8;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  :where(#voices) .testimonials-head {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }
  :where(#voices) .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :where(#voices) .testimonial-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  :where(#field-notes) .about-grid { grid-template-columns: 1fr; gap: 36px; }
  :where(#voices) .testimonials-head { grid-template-columns: 1fr; gap: 18px; }
  :where(#voices) .testimonial-grid { grid-template-columns: 1fr; }
  :where(#voices) .testimonial-card:last-child { grid-column: auto; }
  :where(#voices) .testimonial-card { min-height: auto; padding: 24px; }
}
#voices > .wrap {
  transform: translate3d(0, var(--scene-y), 0);
  transform-origin: center center;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  #voices > .wrap {
    transform: none;
  }
}
:where(#voices) .testimonials-title {
  text-wrap: balance;
}
:where(#voices) .testimonial-kicker {
  text-wrap: pretty;
}
:where(#field-notes) .about-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(44px, 7vw, 96px);
}
:where(#field-notes) .about-hed {
  font-size: clamp(36px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
  max-width: 680px;
}
:where(#field-notes) .about-body {
  --card-x: 50%;
  --card-y: 50%;
  --note-ink: rgba(42,31,22,0.86);
  --note-paper: #eadcc4;
  position: relative;
  display: block;
  padding: clamp(30px, 3.4vw, 48px);
  padding-bottom: clamp(82px, 6.4vw, 108px);
  border: 1px solid rgba(96,65,39,0.38);
  border-radius: 5px 8px 6px 4px;
  color: var(--note-ink);
  background:
    radial-gradient(420px circle at var(--card-x) var(--card-y), rgba(252,163,17,0.14), transparent 58%),
    linear-gradient(90deg, transparent 0 58px, rgba(146,52,28,0.12) 59px 60px, transparent 61px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0) 0 29px, rgba(81,55,32,0.11) 30px 31px),
    radial-gradient(ellipse at 18% 10%, rgba(255,247,214,0.64), transparent 48%),
    linear-gradient(144deg, #f1e2c4 0%, var(--note-paper) 52%, #d8c3a3 100%);
  box-shadow:
    0 34px 90px -48px rgba(0,0,0,0.94),
    0 10px 26px -22px rgba(252,163,17,0.52),
    inset 0 1px 0 rgba(255,255,255,0.58);
  cursor: none;
  isolation: isolate;
  overflow: visible;
  transform-origin: 52% 16%;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.65s ease, opacity 0.65s ease;
}
:where(#field-notes) .about-body::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(88,57,31,0.09) 0 1px, transparent 1.6px),
    radial-gradient(circle at 86% 22%, rgba(88,57,31,0.08) 0 1px, transparent 1.8px),
    radial-gradient(circle at 42% 72%, rgba(88,57,31,0.07) 0 1px, transparent 1.7px),
    repeating-linear-gradient(103deg, transparent 0 14px, rgba(61,39,22,0.025) 15px 16px, transparent 17px 30px);
  background-size: 120px 120px, 160px 160px, 140px 140px, 220px 220px;
  border-radius: inherit;
  mix-blend-mode: multiply;
  opacity: 0.72;
  animation: paper-fiber-drift 8s steps(4, end) infinite;
}
:where(#field-notes) .about-body::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  width: 58px;
  height: 58px;
  background:
    linear-gradient(135deg, rgba(166,132,83,0.34), rgba(255,246,214,0.72) 48%, rgba(83,54,31,0.16) 50%, transparent 51%);
  border-radius: 0 8px 0 5px;
  pointer-events: none;
  z-index: 2;
}
:where(#field-notes) .about-body.reveal {
  transform: translateY(22px) rotate(-0.8deg);
}
:where(#field-notes) .about-body.reveal.on {
  transform: rotate(-0.8deg);
}
:where(#field-notes) .about-body:hover {
  border-color: rgba(252,163,17,0.38);
  box-shadow:
    0 38px 100px -48px rgba(0,0,0,0.96),
    0 12px 32px -22px rgba(252,163,17,0.62),
    inset 0 1px 0 rgba(255,255,255,0.66);
}
:where(#field-notes) .field-note-tape {
  position: absolute;
  left: 50%;
  top: -19px;
  z-index: 3;
  width: 116px;
  height: 34px;
  border: 1px solid rgba(255,226,128,0.16);
  background:
    linear-gradient(90deg, rgba(255,226,128,0.20), rgba(255,247,214,0.38), rgba(255,226,128,0.17)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 3px, transparent 4px 9px);
  box-shadow: 0 10px 26px -18px rgba(0,0,0,0.82);
  opacity: 0.86;
  transform: translateX(-50%) rotate(1.8deg);
  overflow: hidden;
}
:where(#field-notes) .field-note-tape::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 28%, rgba(255,255,255,0.56) 36%, transparent 46% 100%);
  opacity: 0;
  transform: translateX(-100%);
  animation: tape-glint 7s 1.2s ease-in-out infinite;
}
:where(#field-notes) .field-note-copy,
:where(#field-notes) .field-note-photo,
:where(#field-notes) .current-sticker {
  position: relative;
  z-index: 1;
}
:where(#field-notes) .field-note-copy {
  padding-left: 24px;
}
:where(#field-notes) .field-note-copy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 4px;
  width: 1px;
  background: rgba(146,52,28,0.20);
  box-shadow: 6px 0 0 rgba(146,52,28,0.07);
}
:where(#field-notes) .field-note-label {
  margin: 0 0 8px;
  color: #9f520b;
  font-family: 'Barlow', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
:where(#field-notes) .field-note-deck {
  margin: 0 0 20px !important;
  color: rgba(64,42,25,0.92);
  font-family: Trail, sans-serif;
  font-size: clamp(30px, 2.65vw, 38px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.94;
  text-transform: uppercase;
}
:where(#field-notes) .field-note-deck span {
  display: block;
}
:where(#field-notes) .field-note-copy p:not(.field-note-label):not(.field-note-deck) {
  color: rgba(50,36,24,0.78);
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 600;
  line-height: 1.72;
  text-wrap: pretty;
}
:where(#field-notes) .field-note-copy p + p:not(.field-note-deck) {
  margin-top: 14px;
}
:where(#field-notes) .field-note-photo {
  float: right;
  width: clamp(118px, 10vw, 148px);
  margin: 0;
  margin-left: 22px;
  margin-bottom: 14px;
  padding: 8px 8px 28px;
  background: rgba(255,249,229,0.72);
  border: 1px solid rgba(79,53,34,0.18);
  box-shadow: 0 14px 28px -22px rgba(0,0,0,0.68);
  transform: rotate(2.4deg);
  shape-outside: inset(0 0 12px 0 round 4px);
  transition: transform 0.28s cubic-bezier(0.19, 1, 0.22, 1), filter 0.28s ease;
}
:where(#field-notes) .about-body:hover .field-note-photo {
  transform: rotate(1deg) translateY(-2px);
}
:where(#field-notes) .field-note-photo-frame {
  position: relative;
  display: block;
  aspect-ratio: 900 / 901;
  overflow: hidden;
  background: rgba(52,37,24,0.08);
}
:where(#field-notes) .field-note-photo-frame picture {
  display: block;
  height: 100%;
}
:where(#field-notes) .field-note-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: sepia(0.18) saturate(0.86) contrast(1.06);
}
@media (hover: hover) and (pointer: fine) {
  :where(#field-notes) .field-note-photo-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/images/tre-3d.jpg');
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.26s ease, transform 0.34s cubic-bezier(0.19, 1, 0.22, 1);
  }
  :where(#field-notes) .about-body:hover .field-note-photo-frame::after {
    opacity: 1;
    transform: scale(1);
  }
}
:where(#field-notes) .field-note-photo figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  color: rgba(52,37,24,0.58);
  font-family: 'Barlow', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}
:where(#field-notes) .current-sticker {
  position: absolute;
  left: clamp(28px, 3.8vw, 54px);
  bottom: -32px;
  display: grid;
  gap: 3px;
  max-width: min(320px, calc(100% - 56px));
  padding: 16px 18px 15px;
  border: 1px solid rgba(252,163,17,0.46);
  border-radius: 5px;
  color: var(--text);
  background:
    radial-gradient(circle at 92% 16%, rgba(255,226,128,0.20), transparent 34%),
    linear-gradient(145deg, rgba(30,22,17,0.96), rgba(13,10,15,0.94));
  box-shadow:
    0 18px 34px -24px rgba(0,0,0,0.92),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transform: rotate(1.4deg);
}
:where(#field-notes) .current-sticker span:first-child {
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
:where(#field-notes) .current-sticker strong {
  font-size: 14px;
  line-height: 1.28;
}
:where(#field-notes) .current-sticker span:last-child {
  color: rgba(240,237,230,0.58);
  font-size: 13px;
}
:where(#field-notes) .about-awards {
  position: relative;
  display: grid;
  max-width: 560px;
  margin-top: 32px;
  border: 1px solid rgba(255,226,128,0.13);
  border-radius: 7px;
  background:
    radial-gradient(360px circle at 0% 18%, rgba(252,163,17,0.10), transparent 58%),
    linear-gradient(145deg, rgba(255,226,128,0.045), rgba(255,255,255,0.015));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
:where(#field-notes) .award-group-label {
  padding: 14px 18px 10px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
:where(#field-notes) .award-row {
  --card-x: 50%;
  --card-y: 50%;
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 16px 18px;
  color: var(--text);
  text-decoration: none;
  cursor: none;
  overflow: hidden;
  transition: background 0.24s ease, transform 0.24s ease;
}
:where(#field-notes) .award-row + .award-row {
  border-top: 1px solid rgba(255,226,128,0.10);
}
:where(#field-notes) .award-row::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(260px circle at var(--card-x) var(--card-y), rgba(252,163,17,0.16), transparent 58%),
    linear-gradient(110deg, transparent 0 45%, rgba(255,255,255,0.09) 48%, transparent 54% 100%);
  opacity: 0;
  transform: translateX(-12%);
  transition: opacity 0.24s ease, transform 0.52s cubic-bezier(0.19, 1, 0.22, 1);
}
:where(#field-notes) .award-row:hover,
:where(#field-notes) .award-row:focus-visible {
  background: rgba(252,163,17,0.055);
  transform: translateX(4px);
}
:where(#field-notes) .award-row:hover::before,
:where(#field-notes) .award-row:focus-visible::before {
  opacity: 1;
  transform: translateX(0);
}
:where(#field-notes) .award-medal {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(252,163,17,0.86);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,226,128,0.78) 0 3px, rgba(252,163,17,0.24) 4px 10px, transparent 11px);
  box-shadow: 0 0 18px rgba(252,163,17,0.20);
}
:where(#field-notes) .award-medal::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 11px;
  height: 13px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid rgba(252,163,17,0.72);
  transform: translateX(-50%);
}
:where(#field-notes) .award-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
}
:where(#field-notes) .award-copy strong {
  font-size: 14px;
  line-height: 1.32;
}
:where(#field-notes) .award-copy span {
  color: rgba(240,237,230,0.54);
  font-size: 13px;
  line-height: 1.45;
}
:where(#field-notes) .field-notes.traits {
  border-color: rgba(255,226,128,0.11);
  background:
    radial-gradient(760px circle at 6% 20%, rgba(252,163,17,0.08), transparent 56%),
    linear-gradient(135deg, rgba(18,12,24,0.82), rgba(8,7,12,0.74));
}
:where(#field-notes) .field-notes .trait {
  position: relative;
  min-height: 188px;
  border-color: rgba(255,226,128,0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent);
}
:where(#field-notes) .field-notes .trait::after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
  box-shadow: 0 0 14px rgba(252,163,17,0.46);
  transition: opacity 0.2s ease;
}
:where(#field-notes) .field-notes .trait:hover::after {
  opacity: 1;
}
:where(#field-notes) .field-notes .trait-glyph {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(252,163,17,0.34);
}
:where(#field-notes) .field-notes .trait-name {
  color: var(--text);
}
:where(#field-notes) .field-notes .trait-desc {
  color: rgba(240,237,230,0.56);
}
#voices > .wrap {
  position: relative;
  z-index: 3;
}
#voices.is-firefly-active .voice-firefly {
  animation-play-state: running;
}
:where(#voices) .testimonials-title {
  font-size: clamp(38px, 5.2vw, 78px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}
:where(#voices) .testimonials-kicker {
  font-size: clamp(15px, 1.25vw, 18px);
  color: rgba(240,237,230,0.62);
}
:where(#voices) .testimonial-card {
  min-height: 360px;
  padding: 30px;
  cursor: none;
  background:
    radial-gradient(420px circle at var(--card-x) var(--card-y), rgba(252, 163, 17, 0.11), transparent 52%),
    radial-gradient(320px circle at 18% 0%, rgba(169,119,210,0.08), transparent 42%),
    linear-gradient(145deg, rgba(23, 17, 37, 0.88), rgba(12, 9, 20, 0.95));
}
:where(#voices) .testimonial-card::after {
  content: '';
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 20px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(252,163,17,0.42), transparent);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
:where(#voices) .testimonial-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
:where(#voices) .testimonial-proof {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
:where(#voices) .testimonial-person {
  margin-bottom: 24px;
}
:where(#voices) .testimonial-quote {
  font-size: clamp(18px, 1.75vw, 25px);
}
@media (max-width: 768px) {
  :where(#voices) .testimonials-head,
:where(#field-notes) .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  :where(#voices) .testimonial-grid {
    grid-template-columns: 1fr;
  }
  :where(#voices) .testimonial-card {
    min-height: auto;
    padding: 24px;
  }
  :where(#field-notes) .about-body {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
    padding-bottom: 24px;
    border-radius: 6px;
  }
  :where(#field-notes) .about-body.reveal,
:where(#field-notes) .about-body.reveal.on {
    transform: none;
  }
  :where(#field-notes) .field-note-copy {
    padding-left: 18px;
  }
  :where(#field-notes) .field-note-photo {
    float: none;
    width: min(178px, 58vw);
    justify-self: end;
    margin-left: auto;
    margin-bottom: 18px;
    margin-top: -4px;
  }
  :where(#field-notes) .current-sticker {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    transform: rotate(-1deg);
  }
  :where(#field-notes) .award-row {
    grid-template-columns: 30px 1fr;
    min-height: auto;
  }
  :where(#field-notes) .field-notes.traits {
    grid-template-columns: 1fr;
  }
  :where(#field-notes) .field-notes .trait {
    min-height: auto;
    border-right: none;
  }
}
html.is-mobile #voices {
  --scene-y: 0px;
  --scene-scale: 1;
  --scene-shadow-alpha: 0;
  --trail-shift: 0px;
}
:where(#voices) .voices-wrap {
  max-width: 1360px;
}
:where(#voices) .testimonials-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.52fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 3rem;
}
:where(#voices) .testimonials-title {
  max-width: 14ch;
  margin-top: 1rem;
  color: #fff8ee;
  font-size: 6rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}
:where(#voices) .testimonials-copy {
  max-width: 34rem;
  justify-self: end;
}
:where(#voices) .testimonials-kicker {
  max-width: 38ch;
  color: rgba(245, 239, 229, 0.72);
  font-size: 1rem;
  line-height: 1.72;
  text-wrap: pretty;
}
:where(#voices) .testimonial-proofbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.65rem;
  border-top: 1px solid rgba(245, 239, 229, 0.14);
  border-bottom: 1px solid rgba(245, 239, 229, 0.14);
}
:where(#voices) .testimonial-proofbar span {
  padding: 0.85rem 1rem 0.9rem;
  color: rgba(245, 239, 229, 0.58);
  font-size: 0.78rem;
  line-height: 1.25;
}
:where(#voices) .testimonial-proofbar span + span {
  border-left: 1px solid rgba(245, 239, 229, 0.12);
}
:where(#voices) .testimonial-proofbar strong {
  display: block;
  color: var(--accent);
  font-family: Trail, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}
:where(#voices) .testimonial-board-shell {
  position: relative;
  isolation: isolate;
  --board-progress: 0;
}
:where(#voices) .testimonial-board-shell::before {
  content: '';
  position: absolute;
  inset: 2.2rem calc(var(--gutter) * -0.32) 2.8rem;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 32% at 22% 34%, rgba(252, 163, 17, 0.16), transparent 72%),
    radial-gradient(ellipse 36% 34% at 78% 58%, rgba(82, 116, 89, 0.18), transparent 72%),
    linear-gradient(90deg, rgba(255, 238, 198, 0.05), transparent 20%, transparent 80%, rgba(255, 238, 198, 0.04));
  filter: blur(2px);
  opacity: 0.95;
}
:where(#voices) .testimonial-board {
  --board-progress: 0;
  position: relative;
  display: grid;
  grid-auto-flow: column dense;
  grid-auto-columns: minmax(19.5rem, 21rem);
  grid-template-rows: repeat(2, 22rem);
  gap: 1.15rem;
  align-items: stretch;
  min-height: 48.5rem;
  margin-inline: calc(var(--gutter) * -0.42);
  padding: clamp(1.45rem, 2.6vw, 2.8rem) clamp(1.55rem, 3.4vw, 3.6rem) clamp(1.6rem, 2.7vw, 2.8rem);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  border: 0;
  border-radius: 0;
  cursor: grab;
  background: transparent;
  box-shadow: none;
}
:where(#voices) .testimonial-board::-webkit-scrollbar {
  display: none;
}
:where(#voices) .testimonial-board::before {
  content: '';
  position: absolute;
  inset: 1.4rem 2.2rem 2.6rem;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(ellipse 42% 22% at 20% 55%, rgba(255, 248, 218, 0.08), transparent 66%),
    radial-gradient(ellipse 48% 28% at 72% 40%, rgba(252, 163, 17, 0.10), transparent 70%);
  filter: blur(18px);
}
:where(#voices) .testimonial-board::after {
  content: none;
}
:where(#voices) .testimonial-board.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
:where(#voices) .testimonial-board:focus-visible {
  outline: 2px solid rgba(252, 163, 17, 0.82);
  outline-offset: 0.35rem;
}
:where(#voices) .testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0.45rem;
  width: fit-content;
  border: 1px solid rgba(255, 238, 198, 0.16);
  border-radius: 999px;
  background: rgba(16, 10, 6, 0.54);
  box-shadow:
    0 1rem 2.5rem rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 235, 194, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
:where(#voices) .testimonials-copy .testimonial-controls {
  margin-left: auto;
}
:where(#voices) .testimonial-status {
  min-width: 6.5rem;
  padding: 0 0.45rem 0 0.75rem;
  color: rgba(255, 246, 223, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
:where(#voices) .testimonial-slide-btn {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(255, 238, 198, 0.16);
  border-radius: 999px;
  color: #f8edd4;
  font-size: 1.1rem;
  font-weight: 800;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 226, 128, 0.18), transparent 58%),
    rgba(255, 255, 255, 0.06);
  cursor: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}
:where(#voices) .testimonial-slide-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(252, 163, 17, 0.38);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 226, 128, 0.28), transparent 58%),
    rgba(255, 255, 255, 0.09);
}
:where(#voices) .testimonial-slide-btn:active {
  transform: translateY(1px) scale(0.98);
}
:where(#voices) .testimonial-slide-btn:focus-visible {
  outline: 2px solid rgba(252, 163, 17, 0.88);
  outline-offset: 0.22rem;
}
:where(#voices) .testimonial-slide-btn:disabled {
  opacity: 0.38;
  transform: none;
}
:where(#voices) .testimonial-card {
  --card-x: 50%;
  --card-y: 12%;
  --tilt: 0deg;
  --tape-tilt: -1deg;
  --float-y: 0rem;
  --float-speed: 8s;
  --float-delay: 0s;
  --paper: #efe0bd;
  --paper-edge: rgba(87, 59, 35, 0.20);
  --ink: #2b2117;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.95rem;
  min-height: auto;
  min-height: 0;
  padding: 1.35rem;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--paper-edge);
  border-radius: 5px;
  scroll-snap-align: start;
  cursor: none;
  color: var(--ink);
  background:
    radial-gradient(18rem circle at var(--card-x) var(--card-y), rgba(255, 247, 211, 0.42), transparent 58%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 32%),
    repeating-linear-gradient(0deg, rgba(83, 61, 36, 0.028) 0 1px, transparent 1px 7px),
    var(--paper);
  box-shadow:
    0 2rem 4.4rem rgba(0, 0, 0, 0.34),
    0 0.75rem 1.4rem rgba(252, 163, 17, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.42) inset;
  transform: rotate(var(--tilt));
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}
:where(#voices) .testimonial-board > .testimonial-card {
  width: 100%;
}
:where(#voices) .testimonial-card::before {
  content: none;
}
:where(#voices) .testimonial-card::after {
  content: none;
  position: absolute;
  top: 0.62rem;
  left: 50%;
  z-index: 2;
  width: 5.2rem;
  height: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 239, 187, 0.48), rgba(255, 255, 255, 0.12));
  box-shadow: 0 0.5rem 1.3rem rgba(45, 24, 8, 0.18);
  mix-blend-mode: screen;
  transform: translateX(-50%) rotate(var(--tape-tilt));
}
:where(#voices) .testimonial-card:hover,
:where(#voices) .testimonial-card:focus-within {
  transform: translateY(-0.35rem) rotate(calc(var(--tilt) * 0.45));
  border-color: rgba(116, 76, 36, 0.34);
  box-shadow:
    0 2.5rem 5rem rgba(0, 0, 0, 0.42),
    0 0.85rem 1.8rem rgba(252, 163, 17, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.42) inset;
}
:where(#voices) .testimonial-card > * {
  position: relative;
  z-index: 1;
}
:where(#voices) .testimonial-card--lead {
  --tilt: -0.8deg;
  --tape-tilt: 1.5deg;
  --paper: #f1dca9;
  gap: 0.95rem;
  padding: 1.35rem;
  background:
    radial-gradient(24rem circle at var(--card-x) var(--card-y), rgba(255, 247, 211, 0.48), transparent 60%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.20), transparent 34%),
    repeating-linear-gradient(0deg, rgba(83, 61, 36, 0.034) 0 1px, transparent 1px 8px),
    #f1dca9;
}
:where(#voices) .testimonial-card--quiet {
  --paper: #dfd1b5;
  background:
    radial-gradient(18rem circle at var(--card-x) var(--card-y), rgba(255, 247, 211, 0.36), transparent 60%),
    repeating-linear-gradient(0deg, rgba(83, 61, 36, 0.028) 0 1px, transparent 1px 7px),
    #dfd1b5;
}
:where(#voices) .testimonial-board > .testimonial-card:nth-of-type(1) {
  --tilt: 1.1deg;
  --tape-tilt: -1.8deg;
  --float-y: -0.25rem;
  --float-delay: -1.4s;
}
:where(#voices) .testimonial-board > .testimonial-card:nth-of-type(2) {
  --tilt: -0.55deg;
  --tape-tilt: 1.3deg;
  --float-y: 0.15rem;
  --float-delay: -3.1s;
}
:where(#voices) .testimonial-board > .testimonial-card:nth-of-type(3) {
  --tilt: 0.7deg;
  --paper: #efe6cf;
  --float-y: -0.05rem;
  --float-delay: -2.2s;
}
:where(#voices) .testimonial-board > .testimonial-card:nth-of-type(4) {
  --tilt: -1deg;
  --paper: #d8c49b;
  --float-y: 0.28rem;
  --float-delay: -4.6s;
}
:where(#voices) .testimonial-board > .testimonial-card:nth-of-type(5) {
  --tilt: 0.65deg;
  --paper: #d9dfc7;
  --float-y: -0.18rem;
  --float-delay: -0.8s;
}
:where(#voices) .testimonial-board > .testimonial-card:nth-of-type(6) {
  --tilt: -0.7deg;
  --paper: #ead6b8;
  --float-y: 0.12rem;
  --float-delay: -5.2s;
}
:where(#voices) .testimonial-proof {
  margin: 0 1.2rem 0.35rem 0;
  color: #8e4f14;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
:where(#voices) .testimonial-person {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 0.15rem;
}
:where(#voices) .testimonial-photo {
  width: 3.35rem;
  height: 3.95rem;
  object-fit: cover;
  object-position: center;
  border: 0.28rem solid #f8edd4;
  border-radius: 3px;
  background: #f8edd4;
  filter: saturate(0.86) contrast(1.04);
  box-shadow:
    0 0.7rem 1.3rem rgba(55, 31, 10, 0.24),
    0 0 0 1px rgba(78, 47, 21, 0.14);
}
:where(#voices) .testimonial-photo--large {
  width: 3.35rem;
  height: 3.95rem;
}
:where(#voices) .testimonial-name {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0;
}
:where(#voices) .testimonial-role,
:where(#voices) .testimonial-relationship {
  margin: 0.16rem 0 0;
  color: rgba(43, 33, 23, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}
:where(#voices) .testimonial-relationship {
  color: rgba(43, 33, 23, 0.48);
}
:where(#voices) .testimonial-quote {
  margin: 0;
  padding-left: 0.9rem;
  border-left: 2px solid rgba(142, 79, 20, 0.34);
  color: rgba(43, 33, 23, 0.84);
  font-family: 'Barlow', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  text-wrap: pretty;
}
:where(#voices) .testimonial-quote p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
:where(#voices) .testimonial-quote::before {
  content: none;
}
:where(#voices) .testimonial-card--lead .testimonial-quote {
  padding-left: 0.9rem;
  border-left: 2px solid rgba(142, 79, 20, 0.34);
  color: rgba(43, 33, 23, 0.88);
  font-family: 'Barlow', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}
:where(#voices) .testimonial-card--lead .testimonial-quote::before {
  content: none;
}
:where(#voices) .testimonial-card--lead .testimonial-quote p {
  -webkit-line-clamp: 8;
}
:where(#voices) .testimonial-photo-tile {
  --tilt: 0.6deg;
  --tape-tilt: 1deg;
  --float-y: 0rem;
  --float-speed: 8.8s;
  --float-delay: -2s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  min-height: 0;
  border: 1px solid rgba(255, 238, 198, 0.18);
  border-radius: 10px;
  scroll-snap-align: start;
  background: #22160d;
  box-shadow:
    0 2.2rem 5rem rgba(0, 0, 0, 0.38),
    0 0.7rem 1.5rem rgba(252, 163, 17, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
  transform: rotate(var(--tilt));
  transition: transform 260ms ease, box-shadow 260ms ease;
}
:where(#voices) .testimonial-photo-tile:hover {
  transform: translateY(-0.35rem) rotate(calc(var(--tilt) * 0.45));
  box-shadow:
    0 2.8rem 5.4rem rgba(0, 0, 0, 0.48),
    0 0.9rem 1.8rem rgba(252, 163, 17, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.30) inset;
}
:where(#voices) .testimonial-photo-tile::before {
  content: none;
  position: absolute;
  top: 0.55rem;
  left: 50%;
  z-index: 2;
  width: 5.4rem;
  height: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 239, 187, 0.46), rgba(255, 255, 255, 0.16));
  mix-blend-mode: screen;
  transform: translateX(-50%) rotate(var(--tape-tilt));
}
:where(#voices) .testimonial-photo-tile img,
:where(#voices) .testimonial-photo-tile video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.94);
  transform: scale(1.02);
}
:where(#voices) .testimonial-photo-tile figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
:where(#voices) .testimonial-photo-tile b,
:where(#voices) .testimonial-photo-tile span {
  display: block;
}
:where(#voices) .testimonial-photo-tile b {
  font-size: 0.8rem;
  line-height: 1.15;
}
:where(#voices) .testimonial-photo-tile span {
  margin-top: 0.18rem;
  color: rgba(255, 246, 223, 0.68);
  font-size: 0.68rem;
  line-height: 1.25;
}
:where(#voices) .testimonial-photo-tile--wide {
  grid-column: span 2;
}
:where(#voices) .testimonial-photo-tile--tall {
  grid-row: span 2;
}
:where(#voices) .testimonial-photo-tile--team {
  --tilt: -0.65deg;
  --tape-tilt: -1.4deg;
  --float-y: 0.28rem;
  --float-delay: -3.8s;
}
:where(#voices) .testimonial-photo-tile--team img {
  object-position: 50% 45%;
}
:where(#voices) .testimonial-photo-tile--review {
  --tilt: 0.9deg;
  --tape-tilt: 1.8deg;
  --float-y: -0.22rem;
  --float-delay: -1.5s;
}
:where(#voices) .testimonial-photo-tile--review img {
  object-position: 50% 48%;
}
:where(#voices) .testimonial-photo-tile--field {
  --tilt: -0.4deg;
  --float-y: 0.1rem;
  --float-delay: -5.4s;
}
:where(#voices) .testimonial-photo-tile--field img {
  object-position: 52% 54%;
}
:where(#voices) .testimonial-photo-tile--sync {
  --tilt: 0.52deg;
  --float-y: -0.12rem;
  --float-delay: -2.7s;
}
:where(#voices) .testimonial-photo-tile--sync img {
  object-position: 50% 50%;
}
:where(#voices) .testimonial-photo-tile--remote {
  --tilt: -0.72deg;
  --float-y: 0.22rem;
  --float-delay: -4.1s;
}
:where(#voices) .testimonial-photo-tile--remote img {
  object-position: 50% 50%;
}
:where(#voices) .testimonial-photo-tile--office {
  --tilt: 0.46deg;
  --float-y: -0.16rem;
  --float-delay: -1.9s;
}
:where(#voices) .testimonial-photo-tile--office img {
  object-position: 50% 52%;
}
:where(#voices) .testimonial-photo-tile--room {
  --tilt: -0.38deg;
  --float-y: 0.18rem;
  --float-delay: -5.9s;
}
:where(#voices) .testimonial-photo-tile--room img {
  object-position: 50% 54%;
}
@media (prefers-reduced-motion: no-preference) {
  :where(#voices) .testimonial-card,
:where(#voices) .testimonial-photo-tile {
    animation: testimonialFloat var(--float-speed) ease-in-out infinite;
    animation-delay: var(--float-delay);
  }
}
@media (max-width: 1180px) {
  :where(#voices) .testimonials-title {
    font-size: 4.8rem;
  }
  :where(#voices) .testimonial-board {
    grid-auto-columns: minmax(18.5rem, 20.5rem);
    grid-template-rows: repeat(2, 21.75rem);
    min-height: 48rem;
  }
}
@media (max-width: 760px) {
  :where(#voices) .testimonials-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  :where(#voices) .testimonials-title {
    max-width: 11ch;
    font-size: 3.15rem;
  }
  :where(#voices) .testimonials-copy {
    max-width: none;
    justify-self: stretch;
  }
  :where(#voices) .testimonials-kicker {
    max-width: none;
  }
  :where(#voices) .testimonial-proofbar {
    grid-template-columns: 1fr;
  }
  :where(#voices) .testimonial-proofbar span {
    padding: 0.85rem 0;
  }
  :where(#voices) .testimonial-proofbar span + span {
    border-left: 0;
    border-top: 1px solid rgba(245, 239, 229, 0.12);
  }
  :where(#voices) .testimonial-board {
    grid-auto-columns: minmax(18.5rem, 82vw);
    grid-template-rows: repeat(2, 21.75rem);
    min-height: 47rem;
    margin-inline: -1rem;
    padding: 1rem 1rem 2.75rem;
    border-radius: 14px;
  }
  :where(#voices) .testimonial-photo-tile--wide,
:where(#voices) .testimonial-photo-tile--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  :where(#voices) .testimonial-controls {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.9rem;
  }
  :where(#voices) .testimonial-slide-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  :where(#voices) .testimonial-card {
    padding: 1.2rem;
  }
  :where(#voices) .testimonial-card--lead .testimonial-quote {
    font-size: 0.94rem;
    line-height: 1.45;
  }
}/* Keep the prototype's atmospheric section shells, using the homepage interiors. */
.restored-home{--accent:#fca311;--text:#f0ede6;--muted:#a9a2b2;--border:#ffffff12;--gutter:48px}
.restored-home>.wrap{position:relative;z-index:5;max-width:1080px;margin:0 auto;padding:0 48px}
#voices>.voices-wrap{max-width:1400px;padding:0 32px}
.restored-home .reveal{opacity:1;transform:none}
.restored-home .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#voices .testimonial-slide-btn{cursor:pointer}
#voices .testimonial-board{animation:none;transform:none;touch-action:pan-x pan-y}
#voices .testimonial-card,#voices .testimonial-photo-tile{animation:none}
@media(max-width:760px){.restored-home>.wrap,#voices>.voices-wrap{padding:0 8px}.restored-home{--gutter:16px}.restored-home .about-grid{grid-template-columns:1fr;gap:55px}.restored-home .about-hed{font-size:48px}}
