:root {
  --bg: #030203;
  --text: #e7e3e4;
  --muted: #827d80;
  --gold: #e79b13;
  --line: rgba(223, 221, 221, 0.13);
  --line-soft: rgba(223, 221, 221, 0.075);
  --line-gold: rgba(231, 155, 19, 0.46);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(900px 620px at 50% 14%, rgba(88, 10, 8, 0.22), transparent 67%),
    linear-gradient(#030203 0%, #040304 55%, #020202 100%);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  background:
    radial-gradient(at 50% 8%, rgba(145, 39, 24, 0.22), transparent 52%),
    radial-gradient(at 50% 100%, transparent 0, transparent 43%, rgba(118, 34, 24, 0.16) 44%, rgba(118, 34, 24, 0.16) 47%, transparent 48%, transparent 100%) 0 0 / 42px 31px,
    radial-gradient(at 50% 100%, transparent 0, transparent 43%, rgba(165, 55, 34, 0.11) 44%, rgba(165, 55, 34, 0.11) 47%, transparent 48%, transparent 100%) 21px 15px / 42px 31px,
    linear-gradient(140deg, rgba(72, 13, 11, 0.17), rgba(12, 4, 5, 0.06) 68%, transparent);
  border-radius: 48% 52% 46% 54% / 58% 46% 54% 42%;
  content: "";
  filter: blur(0.25px);
  height: min(570px, 43vw);
  mask-image: radial-gradient(#000 0, #000 45%, rgba(0, 0, 0, 0.74) 60%, transparent 78%);
  opacity: 0.48;
  pointer-events: none;
  position: absolute;
  top: 18px;
  width: min(760px, 57vw);
  z-index: 0;
}

body::before { left: -11vw; transform: rotate(17deg); }
body::after { opacity: 0.38; right: -9vw; transform: scaleX(-1) rotate(15deg); }
main, footer { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link {
  background: #f4efe8;
  color: #1a1112;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  transition: transform 0.18s;
  z-index: 10;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.shell { margin: 0 auto; width: min(calc(100% - 48px), var(--max)); }
.hero {
  display: grid;
  min-height: 52svh;
  padding: clamp(48px, 6.6vh, 74px) 0 42px;
  place-items: center;
  text-align: center;
}
.hero-inner { align-items: center; display: flex; flex-direction: column; width: min(100%, 790px); }
.logo {
  display: block;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0 8px 24px);
  height: auto;
  margin: 0 auto 34px;
  object-fit: contain;
  width: clamp(188px, 18vw, 228px);
}
.company {
  color: #f3eeee;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.15vw, 56px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.45) 0 2px 12px;
}
.rule { background: var(--gold); height: 1px; margin: 27px 0 20px; opacity: 0.74; width: 29px; }
.status { color: #e7e3e4; font-size: 10px; font-weight: 700; letter-spacing: 0.27em; margin: 0; text-transform: uppercase; }
.motto, .creative-motto { font-family: Georgia, "Times New Roman", serif; font-style: italic; line-height: 1.5; }
.motto { color: #9a9497; font-size: clamp(14px, 1.3vw, 17px); margin: 18px 0 0; }
.creative-motto { color: #656064; font-size: clamp(11px, 1vw, 13px); margin: 3px 0 0; }

.contact-section { padding: 0 0 clamp(74px, 8vw, 112px); }
.contact-wrap { border-top: 1px solid var(--line); margin: 0 auto; padding-top: clamp(40px, 4.8vw, 54px); width: min(100%, 760px); }
.contact-head { align-items: end; display: grid; gap: 32px; grid-template-columns: 1fr auto; margin-bottom: 29px; }
.eyebrow { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: 0.22em; margin: 0 0 9px; text-transform: uppercase; }
.contact-title, .legal-title { color: #eeeaea; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.022em; line-height: 1.08; margin: 0; }
.contact-title { font-size: clamp(28px, 3.1vw, 38px); }
.contact-copy { color: #817c7f; font-size: 12px; line-height: 1.55; margin: 0 0 1px; max-width: 270px; text-align: right; }
form { display: grid; gap: 17px; }
.two-col { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { color: #c0bbbd; display: block; font-size: 9px; font-weight: 700; letter-spacing: 0.15em; margin-bottom: 7px; text-transform: uppercase; }
input, textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(223, 221, 221, 0.23);
  border-radius: 0;
  color: #f5f1f2;
  outline: 0;
  padding: 8px 0 11px;
  transition: border-color 0.2s;
  width: 100%;
}
textarea { line-height: 1.5; min-height: 92px; resize: vertical; }
input:focus, textarea:focus { border-color: rgba(231, 155, 19, 0.72); }
.form-foot { display: flex; justify-content: flex-end; padding-top: 4px; }
.submit {
  appearance: none;
  background: rgba(3, 2, 3, 0.26);
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  color: #eee9e9;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 11px 18px;
  text-transform: uppercase;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s;
}
.submit:hover, .submit:focus-visible { background: rgba(231, 155, 19, 0.07); border-color: var(--gold); color: #fff; outline: none; transform: translateY(-1px); }
.form-note { color: #666064; font-size: 9px; line-height: 1.55; margin: 10px 0 0 auto; max-width: 520px; text-align: right; }

footer { border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 10px; }
.footer-main { align-items: center; display: flex; gap: 28px; justify-content: space-between; min-height: 92px; padding: 24px 0 20px; }
.footer-brand strong { color: #c9c5c6; display: block; font-family: Georgia, "Times New Roman", serif; font-size: 12px; font-weight: 400; margin-bottom: 5px; }
.footer-brand span { color: #625e60; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 19px; justify-content: flex-end; }
.footer-links a { color: #777275; transition: color 0.2s; }
.footer-links a:hover, .footer-links a:focus-visible, .legal-back:hover, .legal-back:focus-visible { color: #d8d3d5; outline: none; }
.footer-bottom { border-top: 1px solid rgba(223, 221, 221, 0.055); color: #4d494b; display: flex; font-size: 9px; gap: 20px; justify-content: space-between; padding: 13px 0 calc(15px + env(safe-area-inset-bottom)); }

.legal-page { min-height: calc(100vh - 140px); padding: clamp(58px, 8vw, 104px) 0 clamp(76px, 9vw, 120px); }
.legal-shell { margin: 0 auto; width: min(calc(100% - 48px), 820px); }
.legal-back { color: #777275; display: inline-block; font-size: 10px; letter-spacing: 0.13em; margin-bottom: 54px; text-transform: uppercase; transition: color 0.2s; }
.legal-title { font-size: clamp(38px, 5.4vw, 66px); margin-bottom: 20px; }
.legal-updated { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: 0.18em; margin: 0 0 48px; text-transform: uppercase; }
.legal-copy { border-top: 1px solid var(--line); color: #aaa4a7; font-family: Georgia, "Times New Roman", serif; font-size: clamp(16px, 1.55vw, 19px); line-height: 1.72; padding-top: 34px; }
.legal-copy h2 { color: #e7e3e4; font-size: clamp(22px, 2.4vw, 29px); font-weight: 400; line-height: 1.2; margin: 42px 0 12px; }
.legal-copy p, .legal-copy ul { margin: 0 0 20px; }
.legal-copy a { color: #e4a431; text-decoration: underline rgba(228, 164, 49, 0.4); text-underline-offset: 3px; }

.stp-pointer-light {
  --stp-light-x: -300px;
  --stp-light-y: -300px;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgba(255, 239, 199, 0.56) 0, rgba(245, 154, 19, 0.38) 17%, rgba(178, 42, 7, 0.16) 40%, transparent 70%);
  border-radius: 50%;
  filter: blur(6px) saturate(152%);
  left: 0;
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(var(--stp-light-x), var(--stp-light-y), 0) translate(-50%, -50%);
  transition: opacity 180ms, filter 180ms;
  width: clamp(132px, 14vw, 204px);
  will-change: transform, opacity;
  z-index: 5;
}
.stp-pointer-light.is-visible { opacity: 0.72; }
.stp-pointer-light.is-scrolling { filter: blur(4px) saturate(164%); opacity: 0.82; }

@media (max-width: 680px) {
  body::before, body::after { height: 420px; opacity: 0.34; top: 40px; width: 86vw; }
  body::before { left: -42vw; transform: rotate(17deg); }
  body::after { right: -42vw; }
  .shell, .legal-shell { width: min(calc(100% - 30px), var(--max)); }
  .hero { min-height: 58svh; padding: 46px 0 42px; }
  .hero-inner { width: min(100%, 430px); }
  .logo { margin-bottom: 27px; width: clamp(178px, 54vw, 220px); }
  .company { font-size: clamp(31px, 9.8vw, 43px); max-width: 350px; }
  .rule { margin: 23px 0 18px; }
  .motto { font-size: 15px; margin-top: 16px; }
  .creative-motto { font-size: 12px; }
  .contact-wrap { padding-top: 36px; }
  .contact-head { gap: 12px; grid-template-columns: 1fr; margin-bottom: 26px; }
  .contact-copy { max-width: 440px; text-align: left; }
  .two-col { gap: 19px; grid-template-columns: 1fr; }
  textarea { min-height: 105px; }
  .form-foot { justify-content: flex-start; }
  .form-note { margin-left: 0; text-align: left; }
  .footer-main { align-items: flex-start; flex-direction: column; min-height: 0; }
  .footer-links { gap: 10px 18px; justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .legal-page { padding-top: 44px; }
  .legal-back { margin-bottom: 38px; }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .stp-pointer-light { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
