:root {
  background: #000000;
  color: #f2f0e9;
  color-scheme: dark;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html,
body {
  background: #000000;
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100svh;
  overflow-x: hidden;
}

.services {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: clamp(2rem, 6vw, 7rem);
}

.services:has(details[open]) {
  align-items: flex-start;
  padding-bottom: 8rem;
}

.service-list {
  display: grid;
  list-style: none;
  margin: 0;
  max-width: 58rem;
  padding: 0;
  width: 100%;
}

.service-list details {
  border-top: 1px solid rgba(242, 240, 233, .28);
}

.service-list details:last-child { border-bottom: 1px solid rgba(242, 240, 233, .28); }

.service-list summary {
  align-items: baseline;
  cursor: pointer;
  display: grid;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 700;
  gap: clamp(.8rem, 1.6vw, 1.5rem);
  grid-template-columns: .8rem 2.2rem minmax(0, 1fr);
  letter-spacing: -.035em;
  line-height: 1.12;
  list-style: none;
  padding: .9rem 0;
}

.service-list summary::-webkit-details-marker { display: none; }
.service-list summary::before { content: "▸"; font-size: .8em; }
.service-list details[open] summary::before { content: "▾"; }
.service-number { color: #f2f0e9; }

.detail-list {
  display: grid;
  gap: .55rem;
  list-style: none;
  margin: 0 0 1.25rem 3rem;
  max-width: 52rem;
  padding: 0;
}

.detail-list li {
  color: rgba(242, 240, 233, .78);
  font-size: clamp(.9rem, 1.15vw, 1.03rem);
  line-height: 1.4;
}

.detail-list li::before { content: "•"; margin-right: .55rem; }

.page-links {
  align-items: baseline;
  bottom: clamp(1.3rem, 3vw, 2.6rem);
  display: flex;
  flex-wrap: wrap;
  gap: .55rem clamp(1.3rem, 2.6vw, 2.5rem);
  left: clamp(2rem, 6vw, 7rem);
  position: fixed;
}

.access {
  color: rgba(242, 240, 233, .7);
  display: inline-block;
  font-size: clamp(1rem, 1.8vw, 1.36rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
}

.access span { color: rgba(242, 240, 233, .3); padding: 0 .3em; }
.access:hover,
.access:focus-visible { color: rgba(242, 240, 233, .98); }
.access:focus-visible { outline: 1px solid rgba(242, 240, 233, .72); outline-offset: .55rem; }

.copyright {
  bottom: clamp(1.3rem, 3vw, 2.6rem);
  color: rgba(242, 240, 233, .72);
  font-size: clamp(.82rem, 1.08vw, 1.18rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0;
  position: fixed;
  right: clamp(1.15rem, 3vw, 2.6rem);
  white-space: nowrap;
  width: max-content;
}

@media (max-width: 640px) {
  .services { padding: 1.15rem 1.15rem 9rem; }
  .service-list summary { grid-template-columns: .7rem 2rem minmax(0, 1fr); }
  .detail-list { margin-left: 2.7rem; }
  .page-links { left: 1.15rem; }
  .copyright {
    bottom: 3.7rem;
    font-size: .78rem;
    left: 1.15rem;
    right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 1ms !important; transition-duration: 1ms !important; }
}
