:root {
  --background: #050606;
  --foreground: #f5f7f7;
  --muted: #aeb5b5;
  --line: rgb(255 255 255 / 14%);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--background); }
body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 50% -14rem, rgb(62 70 70 / 48%), transparent 38rem), linear-gradient(180deg, #202323 0%, #090a0a 70%, #030404 100%);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.site-shell { min-height: 100vh; padding: 8px 20px 42px; }
.profile { width: min(568px, 100%); margin: 0 auto; }
.image-link { display: block; overflow: hidden; transition: transform 180ms ease, filter 180ms ease; }
.image-link:hover { transform: translateY(-2px); filter: brightness(1.04); }
.image-link:focus-visible, .legal-nav a:focus-visible, .back-link:focus-visible { outline: 3px solid #58d760; outline-offset: 4px; }
.image-link img { display: block; width: 100%; height: auto; }
.hero-image { border-radius: 16px; }
.order-image { width: min(542px, calc(100% - 26px)); margin: 30px auto 0; border-radius: 24px; }
.service-copy { width: min(568px, 100%); margin: 24px auto 0; color: #fff; font-size: 16px; line-height: 1.65; }
.legal-nav { display: flex; width: min(568px, 100%); flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 24px auto 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.legal-nav a:hover { color: #fff; }
.legal-page { width: min(760px, 100%); margin: 0 auto; padding: 42px 22px 64px; }
.back-link { display: inline-flex; align-items: center; margin-bottom: 28px; color: #b7eab9; font-weight: 600; text-decoration: none; }
.legal-card { border: 1px solid var(--line); border-radius: 20px; background: rgb(14 16 16 / 88%); padding: clamp(24px, 5vw, 46px); box-shadow: 0 20px 70px rgb(0 0 0 / 26%); }
.legal-card h1 { margin: 0 0 8px; font-size: clamp(2rem, 6vw, 3rem); line-height: 1.12; letter-spacing: -0.035em; }
.legal-card h2 { margin: 30px 0 8px; font-size: 1.2rem; line-height: 1.35; }
.legal-card p, .legal-card li { color: #d3d8d8; }
.legal-card a { color: #7ee584; }
.updated { margin: 0 0 26px; color: var(--muted) !important; font-size: 14px; }
@media (max-width: 620px) { .site-shell { padding-inline: 12px; } .order-image { margin: 20px 8px 0; border-radius: 18px; } .service-copy { margin-top: 20px; } }
@media (prefers-reduced-motion: reduce) { .image-link { transition: none; } }
