:root {
  color-scheme: dark;
  --ink: #100d08;
  --paper: #eee4cd;
  --muted: #aa9d84;
  --copper: #d87532;
  --moss: #879b62;
  --line: rgba(238, 228, 205, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(216, 117, 50, .16), transparent 29rem),
    linear-gradient(145deg, #171109 0%, #090a07 58%, #11150d 100%);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
.grain {
  position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.topbar, footer {
  min-height: 72px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center;
  justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line);
  font-size: 11px; font-weight: 800; letter-spacing: .13em;
}
.brand { text-decoration: none; font-size: 14px; }
.topbar-actions { display: flex; align-items: center; gap: 18px; }
.status { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--moss); box-shadow: 0 0 18px var(--moss); }
.language-toggle {
  width: 42px; height: 32px; border: 1px solid var(--line); background: transparent; color: var(--paper);
  font: 900 11px/1 Arial, sans-serif; letter-spacing: .1em; cursor: pointer;
}
.language-toggle:hover { border-color: var(--copper); color: var(--copper); }
main { width: min(1280px, 100%); margin: auto; }
.hero { min-height: calc(100svh - 72px); padding: clamp(70px, 10vw, 150px) clamp(20px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .steps header span, .details article > span { color: var(--copper); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
h1 { margin: 22px 0 30px; font: 900 clamp(70px, 14vw, 190px)/.76 Georgia, serif; letter-spacing: -.075em; text-transform: uppercase; }
h1 span { color: var(--copper); font-style: italic; }
.lead { max-width: 760px; margin: 0 0 38px; color: #c9bda6; font-size: clamp(18px, 2vw, 27px); line-height: 1.45; }
.address-card { max-width: 900px; padding: 22px 24px; border: 1px solid var(--line); background: rgba(0,0,0,.28); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.address-card span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.address-card strong { font: 700 clamp(18px, 3vw, 34px)/1.1 monospace; word-break: break-all; }
.address-card button, .button { border: 1px solid var(--line); background: transparent; color: var(--paper); padding: 16px 20px; font-size: 11px; font-weight: 900; letter-spacing: .08em; cursor: pointer; text-decoration: none; }
.address-card button:hover, .button:hover { border-color: var(--copper); color: var(--copper); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.button-primary { background: var(--copper); border-color: var(--copper); color: var(--ink); }
.button-primary:hover { background: #ef9253; color: var(--ink); }
.steps { padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 76px); border-top: 1px solid var(--line); }
.steps header { display: grid; grid-template-columns: .4fr 1fr; gap: 30px; align-items: end; margin-bottom: 54px; }
h2 { margin: 0; font: 700 clamp(38px, 6vw, 80px)/.96 Georgia, serif; letter-spacing: -.045em; }
ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
li { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
li > b { color: var(--copper); font: 700 15px monospace; }
li h3 { margin: 0 0 10px; font-size: clamp(22px, 3vw, 34px); }
li p, .details p { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
code { padding: .14em .35em; background: rgba(216, 117, 50, .12); color: #efb081; font-family: monospace; }
.details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.details article { min-height: 430px; padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 76px); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 32px; }
.details article + article { border-left: 1px solid var(--line); }
.details .official { background: rgba(135, 155, 98, .07); }
.details a { color: var(--copper); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-underline-offset: 5px; }
footer { border-top: 1px solid var(--line); border-bottom: 0; color: var(--muted); }
footer a { color: var(--paper); text-decoration: none; }

@media (max-width: 760px) {
  .topbar { min-height: 62px; }
  .status { display: none; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(58px, 20vw, 96px); }
  .address-card { align-items: stretch; flex-direction: column; }
  .steps header { grid-template-columns: 1fr; }
  li { grid-template-columns: 48px 1fr; }
  .details { grid-template-columns: 1fr; }
  .details article + article { border-left: 0; border-top: 1px solid var(--line); }
  footer { padding-block: 24px; flex-direction: column; align-items: flex-start; }
}
