/* Metal Vision site styles. Self-hosted fonts (see /fonts/fonts.css); no scripts, no third-party requests. */
:root {
  --ground: #0E0D0C;
  --tolex: #151412;
  --tolex-edge: #2B2825;
  --piping: #E9DFC8;
  --panel-top: #E8CB72;
  --panel-mid: #C89F3E;
  --panel-bottom: #B88E31;
  --panel-edge: #6E5418;
  --knob: #F1E9D6;
  --knob-inner: #E6DBC2;
  --ink: #141210;
  --grille: #3B2B1C;
  --grille-edge: #1C140C;
  --text: #D9D1C4;
  --text-bright: #F3EEE4;
  --muted: #B8AFA2;
  --footer: #8E857A;
  --gold: #E4C46C;
  --gold-hover: #F6DA8E;
  --plate: #EFE6D0;
  --plate-edge: #B8A47A;
  --plate-text: #2A2418;
  --plate-muted: #5E5437;
  --plate-link: #8F5612;
  --rule: #2B2620;
  --lamp: #E33A2E;
  --display: 'Big Shoulders Display', Impact, 'Arial Narrow', sans-serif;
  --body: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { color-scheme: dark; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
h1, h2, h3 { margin: 0; font-family: var(--display); text-transform: uppercase; line-height: 1; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; }
a { color: var(--gold); }
a:hover { color: var(--gold-hover); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.plate a:focus-visible { outline-color: var(--plate-link); }

.skip { position: absolute; left: -999px; top: 0; background: var(--plate); color: var(--ink); padding: .5rem 1rem; z-index: 10; }
.skip:focus { left: 1rem; top: 1rem; }

/* ---- header ---- */
header.site { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 16px 12px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; font-family: var(--display); font-weight: 900; font-size: 18px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); text-decoration: none; }
.brand:hover { color: var(--gold-hover); }
.nav { display: flex; gap: 14px; font-size: 12px; }
.nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 8px; margin: 0 -8px; color: var(--muted); text-decoration: none; }
.nav a:hover { color: var(--text-bright); }
.nav a[aria-current="page"] { color: var(--text-bright); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 6px; }

/* ---- the amp head ---- */
.amp {
  margin: 0 12px;
  background-color: var(--tolex);
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 0.8px, transparent 0.9px);
  background-size: 4px 4px;
  border: 2px solid var(--tolex-edge);
  box-shadow: inset 0 0 0 1px #0A0908, 0 14px 30px rgba(0, 0, 0, 0.6);
  padding: 8px;
  display: flex; flex-direction: column; gap: 8px;
}
.amp-inner { border: 1.5px solid var(--piping); padding: 7px; display: flex; flex-direction: column; gap: 7px; }
.panel {
  background: linear-gradient(180deg, var(--panel-top) 0%, var(--panel-mid) 48%, #DDB85A 54%, var(--panel-bottom) 100%);
  border: 1px solid var(--panel-edge);
  padding: 10px 12px;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.panel-brand { display: flex; flex-direction: column; gap: 2px; }
.panel-name { font-family: var(--display); font-weight: 900; font-size: 22px; line-height: .9; letter-spacing: .03em; text-transform: uppercase; color: var(--ink); }
.panel-model { display: none; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
.knobs { display: flex; align-items: flex-end; gap: 10px; }
.knob { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.knob svg { width: 34px; height: 34px; display: block; }
.knob span, .lamp-wrap span { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
.knob--gain { display: none; }
.lamp-wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.lamp { width: 12px; height: 12px; border-radius: 50%; background: var(--lamp); box-shadow: 0 0 10px #FF5A4A, inset 0 0 3px rgba(0, 0, 0, 0.4); border: 1px solid #5A1410; margin-bottom: 11px; }

.grille {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background-color: var(--grille);
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.38) 0 3px, transparent 3px 7px), repeating-linear-gradient(-45deg, rgba(255, 214, 140, 0.16) 0 3px, transparent 3px 7px);
  border: 1px solid var(--grille-edge);
  display: flex; flex-direction: column;
  padding: 16px 14px 0;
}
.grille-text { display: flex; flex-direction: column; gap: 5px; }
.eyebrow { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--piping); font-weight: 600; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 6px rgba(0, 0, 0, 0.6); }
.slogan { font-weight: 900; font-size: 42px; line-height: .9; letter-spacing: .01em; color: var(--text-bright); text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5); }
.band { display: block; width: 100%; margin-top: auto; margin-bottom: -4px; pointer-events: none; }
.corners { display: flex; justify-content: space-between; padding: 0 4px; }
.screw { width: 10px; height: 10px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #4A4642, #1A1817); border: 1px solid #0A0908; display: block; }

/* ---- intro + call to action ---- */
.intro { padding: 24px 20px 4px; display: flex; flex-direction: column; gap: 14px; }
.lede { font-size: 17px; line-height: 1.5; color: var(--text); }
.cta { display: flex; flex-direction: column; gap: 10px; }
.button {
  display: flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 22px;
  background: linear-gradient(180deg, var(--panel-top), var(--panel-mid));
  color: var(--ink);
  font-family: var(--display); font-weight: 900; font-size: 22px; letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid var(--panel-edge);
  text-decoration: none;
}
.button:hover { color: var(--ink); background: linear-gradient(180deg, var(--gold-hover), var(--panel-top)); }
.cta-note { font-size: 12px; color: var(--muted); line-height: 1.4; text-align: center; }

/* ---- sections ---- */
.why, .who { padding: 30px 20px 4px; display: flex; flex-direction: column; gap: 14px; }
.why h2, .who h2 { font-weight: 900; font-size: 32px; letter-spacing: .02em; color: var(--gold); }
.benefits { display: flex; flex-direction: column; gap: 12px; }
.benefits li { display: flex; gap: 12px; align-items: flex-start; border-top: 1px solid var(--rule); padding-top: 12px; }
.benefits svg { width: 24px; height: 24px; flex-shrink: 0; margin-top: 3px; }
.benefits h3 { font-weight: 700; font-size: 20px; letter-spacing: .04em; color: var(--text-bright); margin-bottom: 2px; }
.benefits p { font-size: 14px; line-height: 1.5; }
.who-list { display: flex; flex-direction: column; gap: 10px; }
.who-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.who-list li::before { content: ""; width: 9px; height: 9px; background: var(--gold); margin-top: 7px; flex-shrink: 0; }

/* ---- cream plates (house rules, and the whole secondary pages) ---- */
.plate { background: var(--plate); color: var(--ink); border: 2px solid var(--plate-edge); padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; }
.plate-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.screws { display: flex; gap: 6px; margin-top: 4px; }
.screw--plate { width: 9px; height: 9px; background: radial-gradient(circle at 35% 35%, #CFC5A8, #7A6F52); border: 1px solid #5E5437; }
.rules { margin: 26px 20px 0; }
.rules h2 { font-weight: 900; font-size: 20px; letter-spacing: .1em; color: var(--ink); }
.rules p { font-size: 13px; line-height: 1.5; }

/* ---- footer ---- */
footer.site { margin-top: 26px; padding: 26px 20px; border-top: 1px solid var(--rule); display: flex; flex-direction: column; gap: 8px; font-size: 12px; color: var(--footer); }
.footer-left { display: flex; flex-direction: column; gap: 6px; }
.legal { display: flex; flex-wrap: wrap; gap: 4px 12px; }
.legal li + li::before { content: "·"; margin-right: 12px; }
.legal a { display: inline-flex; align-items: center; min-height: 24px; color: var(--footer); text-decoration: underline; text-underline-offset: .15em; }
.legal a:hover { color: var(--text-bright); }
.trademark { line-height: 1.5; }

/* ---- secondary pages ---- */
.page { padding: 0 12px; }
.content { margin: 8px auto 0; max-width: 760px; padding: 24px 20px 28px; gap: 20px; }
.content h1 { font-weight: 900; font-size: 40px; letter-spacing: .02em; line-height: .95; }
.content .meta { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--plate-muted); font-weight: 600; overflow-wrap: anywhere; margin-top: 8px; }
.content h2 { font-weight: 700; font-size: 22px; letter-spacing: .08em; margin-bottom: 6px; }
.content p, .content li { font-size: 15px; line-height: 1.55; color: var(--plate-text); }
.content section { display: flex; flex-direction: column; gap: 6px; }
.content a { color: var(--plate-link); text-decoration: underline; text-underline-offset: .15em; }
.content a:hover { color: var(--ink); }
.plain { display: flex; flex-direction: column; gap: 6px; }
.plain li { display: flex; gap: 10px; }
.plain li::before { content: ""; width: 8px; height: 8px; background: var(--plate-edge); margin-top: 8px; flex-shrink: 0; }
.email-button {
  display: flex; align-self: stretch; justify-content: center; align-items: center;
  min-height: 50px; padding: 12px 18px;
  background: var(--ink); color: var(--gold);
  font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: .06em;
  border: 1px solid var(--panel-edge);
  overflow-wrap: anywhere; text-align: center; text-decoration: none;
}
.content .email-button { color: var(--gold); text-decoration: none; }
.content .email-button:hover { color: var(--gold-hover); }

/* ---- tablet and up ---- */
@media (min-width: 640px) {
  header.site { padding: 20px 36px 16px; }
  .brand { font-size: 20px; }
  .nav { gap: 22px; font-size: 13px; }
  .amp { margin: 0 24px; padding: 12px; gap: 12px; }
  .amp-inner { padding: 10px; gap: 10px; }
  .panel { padding: 14px 18px; gap: 14px; }
  .panel-name { font-size: 34px; }
  .panel-model { display: block; }
  .knobs { gap: 14px; }
  .knob svg { width: 46px; height: 46px; }
  .knob--gain { display: flex; }
  .lamp { width: 16px; height: 16px; margin-bottom: 15px; }
  .grille { min-height: 510px; padding: 22px 22px 0; }
  .grille-text { gap: 6px; }
  .eyebrow { font-size: 11px; letter-spacing: .2em; }
  .slogan { font-size: 56px; }
  .band { width: 97%; align-self: center; }
  .corners { padding: 0 6px; }
  .screw { width: 14px; height: 14px; }
  .intro { padding: 30px 36px 8px; }
  .lede { font-size: 18px; }
  .cta { flex-direction: row; align-items: center; gap: 16px; }
  .button { display: inline-flex; min-height: 48px; font-size: 20px; }
  .cta-note { text-align: left; font-size: 13px; }
  .why, .who { padding: 36px 36px 8px; gap: 18px; }
  .why h2, .who h2 { font-size: 40px; }
  .benefits { gap: 14px; }
  .benefits li { gap: 16px; padding-top: 14px; }
  .benefits svg { width: 28px; height: 28px; margin-top: 4px; }
  .benefits h3 { font-size: 22px; }
  .benefits p { font-size: 15px; }
  .who-list { gap: 12px; }
  .who-list li { gap: 14px; font-size: 16px; }
  .who-list li::before { width: 10px; height: 10px; }
  .plate { padding: 18px 22px; gap: 8px; }
  .screws { gap: 8px; }
  .screw--plate { width: 10px; height: 10px; }
  .rules { margin: 30px 36px 0; }
  .rules h2 { font-size: 22px; }
  .rules p { font-size: 14px; }
  footer.site { margin-top: 30px; padding: 28px 36px 30px; }
  .page { padding: 0 24px; }
  .content { padding: 28px 32px 32px; gap: 22px; }
  .content h1 { font-size: 48px; }
}

/* ---- desktop ---- */
@media (min-width: 1000px) {
  header.site { padding: 24px 64px 20px; }
  .brand { font-size: 22px; }
  .nav { gap: 28px; font-size: 14px; }
  .amp { margin: 0 64px; padding: 16px; gap: 14px; box-shadow: inset 0 0 0 1px #0A0908, 0 24px 60px rgba(0, 0, 0, 0.65); }
  .amp-inner { padding: 12px; gap: 12px; }
  .panel { padding: 18px 28px; gap: 24px; }
  .panel-brand { gap: 4px; }
  .panel-name { font-size: 44px; }
  .panel-model { font-size: 10px; }
  .knobs { gap: 26px; }
  .knob { gap: 6px; }
  .knob svg { width: 58px; height: 58px; }
  .lamp-wrap { gap: 6px; margin-left: 8px; }
  .lamp { width: 20px; height: 20px; margin-bottom: 19px; box-shadow: 0 0 16px #FF5A4A, inset 0 0 5px rgba(0, 0, 0, 0.4); }
  .grille { min-height: 520px; padding: 44px 48px 0; }
  .grille-text { gap: 12px; max-width: 46%; }
  .eyebrow { font-size: 12px; }
  .slogan { font-size: 104px; line-height: .88; text-shadow: 0 4px 0 rgba(0, 0, 0, 0.5); }
  .band { position: absolute; right: 28px; bottom: -6px; width: 50%; margin: 0; }
  .corners { padding: 0 8px; }
  .screw { width: 16px; height: 16px; }
  .intro { padding: 40px 64px 8px; flex-direction: row; align-items: center; justify-content: space-between; gap: 40px; }
  .lede { font-size: 24px; line-height: 1.45; max-width: 620px; }
  .cta { flex-direction: column; align-items: flex-end; gap: 10px; }
  .button { min-height: 56px; padding: 0 30px; font-size: 24px; }
  .cta-note { text-align: right; }
  .why, .who { padding: 44px 64px 8px; gap: 22px; }
  .why h2, .who h2 { font-size: 48px; }
  .benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .benefits li { flex-direction: column; gap: 10px; padding-top: 16px; }
  .benefits svg { width: 30px; height: 30px; margin-top: 0; }
  .benefits h3 { font-size: 26px; }
  .benefits p { font-size: 15px; line-height: 1.55; }
  .who-rules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: start; padding: 0 64px; }
  .who { padding: 44px 0 8px; }
  .who-list li { font-size: 17px; }
  .who-list li::before { margin-top: 8px; }
  .rules { margin: 58px 0 0; padding: 20px 24px; gap: 10px; }
  .rules h2 { font-size: 24px; }
  .rules p { font-size: 15px; line-height: 1.55; }
  footer.site { margin-top: 36px; padding: 36px 64px; flex-direction: row; justify-content: space-between; gap: 40px; }
  .trademark { max-width: 520px; text-align: right; }
  .page { padding: 0 64px; }
}

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