:root {
  color-scheme: dark;
  --black: #050505;
  --ink: #0a0a0a;
  --charcoal: #111111;
  --graphite: #1b1b1b;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --white: #f7f3ea;
  --muted: #b8b1a6;
  --soft: #dad3c7;
  --orange: #c67a2d;
  --gold: #d6aa65;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --max: 1180px;
  --header: 76px;
  --display: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 8%, rgba(198, 122, 45, 0.12), transparent 34rem),
    radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.04), transparent 28rem),
    var(--black);
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.6;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.56));
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(198, 122, 45, 0.35);
  color: var(--white);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0.68);
  backdrop-filter: blur(22px);
  transition: border-color 200ms ease, background 200ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(5, 5, 5, 0.88);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), 1280px);
  min-height: var(--header);
  margin: 0 auto;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: fit-content;
  gap: 11px;
}

.brand img {
  width: 34px;
  height: 34px;
}

.brand span {
  display: grid;
  gap: 0;
}

.brand strong {
  font-size: 0.88rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.nav-links a {
  min-height: 42px;
  padding: 12px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
}

.nav-links .nav-cta {
  margin-left: 8px;
  border: 1px solid rgba(214, 170, 101, 0.38);
  color: var(--white);
  background: rgba(198, 122, 45, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(42deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-42deg);
}

.scroll-meter {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), var(--gold), rgba(247, 243, 234, 0.7));
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: calc(var(--header) + 54px) 0 74px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  content: "";
  background: linear-gradient(to bottom, transparent, var(--black));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.84) 35%, rgba(5, 5, 5, 0.28) 72%, rgba(5, 5, 5, 0.66) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.05) 40%, rgba(5, 5, 5, 0.75));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.02);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 330px);
  align-items: end;
  gap: 36px;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  max-width: 940px;
  font-size: clamp(3.7rem, 6.1vw, 5.45rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 6vw, 5.9rem);
}

h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.06rem;
  line-height: 1.22;
}

.hero-lede {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease, color 170ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  border-color: rgba(214, 170, 101, 0.56);
  background: linear-gradient(135deg, #f0c987, #b96925);
  color: #111;
  box-shadow: 0 14px 45px rgba(198, 122, 45, 0.22);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.hero-metrics span,
.industry-cloud span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  backdrop-filter: blur(16px);
}

.hero-metrics span {
  padding: 8px 12px;
  font-size: 0.78rem;
}

.hero-panel {
  position: relative;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(22, 22, 22, 0.82), rgba(5, 5, 5, 0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(214, 170, 101, 0.16), transparent 44%);
  opacity: 0.8;
  pointer-events: none;
}

.panel-orbit {
  width: 68px;
  height: 68px;
  margin-bottom: 42px;
  border: 1px solid rgba(214, 170, 101, 0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(214, 170, 101, 0.82) 0 3px, transparent 4px),
    conic-gradient(from 120deg, transparent, rgba(214, 170, 101, 0.5), transparent 74%);
  animation: turn 7s linear infinite;
}

.hero-panel p {
  position: relative;
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-panel h2 {
  position: relative;
  max-width: none;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.55;
}

.hero-panel dl {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 28px 0 0;
}

.hero-panel div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.hero-panel dt {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-panel dd {
  margin: 4px 0 0;
  color: var(--white);
  font-size: 0.82rem;
}

.marquee-band {
  border-block: 1px solid var(--line);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 48px;
  padding: 17px 0;
  animation: marquee 32s linear infinite;
}

.marquee-track span {
  color: rgba(247, 243, 234, 0.55);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.5vw, 2.2rem);
  white-space: nowrap;
}

.section {
  padding: 112px 0;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 80px;
  align-items: start;
}

.section-heading {
  display: grid;
  gap: 20px;
  max-width: 860px;
  margin-bottom: 44px;
}

.section-heading p:not(.eyebrow),
.section-body p,
.contact-copy p,
.legal-content p {
  color: var(--soft);
  font-size: 1.03rem;
}

.section-body p {
  margin: 0 0 22px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.service-card,
.case-card,
.model-card,
.process-list li,
.consultation-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.service-card {
  min-height: 260px;
  padding: 22px;
}

.service-card span,
.process-list span,
.model-label {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.service-card h3 {
  margin-top: 52px;
}

.service-card p,
.case-card p,
.model-card p,
.process-list p,
.faq-list p {
  color: var(--muted);
}

.process-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}

.process-list li {
  position: relative;
  min-height: 300px;
  padding: 24px;
  overflow: hidden;
}

.process-list li::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(214, 170, 101, 0.8));
}

.process-list h3 {
  margin-top: 86px;
}

.industry-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.industry-cloud span {
  padding: 13px 16px;
  font-size: 0.92rem;
}

.use-cases {
  background:
    linear-gradient(rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
    var(--black);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.case-card {
  min-height: 230px;
  padding: 28px;
}

.case-card h3 {
  margin-bottom: 50px;
  font-family: var(--display);
  font-size: 1.58rem;
}

.models-section {
  position: relative;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.model-card {
  display: flex;
  min-height: 520px;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
}

.model-card.featured {
  border-color: rgba(214, 170, 101, 0.42);
  background:
    linear-gradient(160deg, rgba(198, 122, 45, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 70px rgba(198, 122, 45, 0.14);
}

.model-card h3 {
  margin: 12px 0 20px;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3vw, 2.9rem);
}

.model-price {
  margin: 0;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.model-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.model-card li {
  position: relative;
  padding-left: 20px;
  color: var(--soft);
}

.model-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 20px 22px;
  color: var(--white);
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: 20px;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  color: var(--gold);
  line-height: 20px;
  text-align: center;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.contact-section {
  padding-bottom: 128px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 72px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-note {
  display: grid;
  gap: 6px;
  margin-top: 32px;
  padding: 18px;
  border: 1px solid rgba(214, 170, 101, 0.26);
  border-radius: 8px;
  background: rgba(198, 122, 45, 0.08);
  color: var(--muted);
}

.contact-note strong {
  color: var(--white);
}

.contact-note code {
  color: var(--gold);
}

.consultation-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(5, 5, 5, 0.62);
}

.form-status {
  display: none;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--soft);
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border-color: rgba(93, 180, 125, 0.45);
  background: rgba(93, 180, 125, 0.08);
}

.form-status.is-error {
  border-color: rgba(229, 104, 91, 0.45);
  background: rgba(229, 104, 91, 0.08);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  color: var(--soft);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

label span {
  color: var(--muted);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--white);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input,
select {
  min-height: 52px;
  padding: 0 15px;
}

textarea {
  resize: vertical;
  min-height: 122px;
  padding: 13px 15px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(214, 170, 101, 0.58);
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 0 4px rgba(198, 122, 45, 0.09);
}

select option {
  background: #101010;
  color: var(--white);
}

.form-button {
  width: 100%;
  margin-top: 4px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #030303;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  padding: 52px 0 36px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-grid p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px 28px;
}

.footer-links a,
.footer-bottom a {
  color: var(--muted);
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 243, 234, 0.52);
  font-size: 0.86rem;
}

.legal-page {
  background: var(--black);
}

.legal-nav {
  display: flex;
}

.legal-main {
  padding-top: var(--header);
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  max-width: none;
  margin-bottom: 16px;
  font-size: clamp(3.2rem, 8vw, 7rem);
}

.legal-content h2 {
  max-width: none;
  margin: 44px 0 12px;
  font-family: var(--sans);
  font-size: 1.15rem;
  line-height: 1.2;
}

.legal-date {
  margin-bottom: 42px;
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes turn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1120px) {
  .nav-links a {
    padding-inline: 9px;
    font-size: 0.7rem;
  }

  .hero-grid,
  .split-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .contact-copy {
    position: static;
  }

  .hero-panel {
    max-width: 520px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list,
  .case-grid,
  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --header: 70px;
  }

  .section-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav-shell {
    width: min(calc(100% - 24px), 1280px);
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: calc(var(--header) + 8px);
    right: 12px;
    left: 12px;
    display: grid;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 7, 7, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 170ms ease, transform 170ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    min-height: 48px;
    padding: 14px 12px;
  }

  .nav-links .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .legal-nav {
    position: static;
    display: flex;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .legal-nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 70px;
  }

  .hero-media::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.58)),
      linear-gradient(0deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.2) 48%, rgba(5, 5, 5, 0.88));
  }

  h1 {
    max-width: 10.8ch;
    font-size: clamp(3.05rem, 13.2vw, 3.55rem);
  }

  h2 {
    max-width: 11.2ch;
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .section {
    padding: 82px 0;
  }

  .hero-lede {
    margin-top: 20px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .split-layout,
  .contact-grid {
    gap: 34px;
  }

  .service-grid,
  .process-list,
  .case-grid,
  .model-grid,
  .two-up,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-list li,
  .case-card,
  .model-card {
    min-height: auto;
  }

  .service-card h3,
  .process-list h3,
  .case-card h3 {
    margin-top: 34px;
    margin-bottom: 16px;
  }

  .consultation-form {
    padding: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand strong {
    font-size: 0.78rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .hero-actions,
  .hero-metrics {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-panel dl {
    grid-template-columns: 1fr;
  }

  summary {
    align-items: flex-start;
    padding: 18px;
  }

  details p {
    padding: 0 18px 18px;
  }
}
