:root {
  --red: #a21d2d;
  --red-dark: #5e0d17;
  --red-black: #21070b;
  --gold: #d9ae58;
  --gold-light: #f0d58d;
  --ink: #151514;
  --parchment: #f4eddd;
  --white: #fffdf8;
  --line: rgba(39, 31, 20, 0.16);
  --shell: min(1120px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(162, 29, 45, .16), transparent 34%),
    linear-gradient(135deg, #2a080d 0%, #151412 46%, #3b1118 100%);
  font-family: "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
address { font-style: normal; }
::selection { background: var(--gold); color: var(--red-black); }

.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: 84px;
  color: var(--white);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark {
  width: 40px;
  height: 45px;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 9px 7px 11px;
  color: var(--gold-light);
  background: var(--red);
  border: 1px solid var(--gold);
  clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.08em;
}
.brand-mark i { font-style: normal; }
.brand-type { display: flex; flex-direction: column; line-height: .95; text-transform: uppercase; }
.brand-type strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; letter-spacing: .12em; }
.brand-type small { margin-top: 5px; color: var(--gold-light); font-size: 8px; letter-spacing: .35em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.desktop-nav a, .header-call {
  padding: 10px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}
.desktop-nav a:hover, .header-call:hover { color: var(--gold-light); }
.header-call {
  padding: 10px 15px;
  border: 1px solid rgba(217,174,88,.42);
  color: var(--gold-light);
}
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary {
  width: 42px;
  height: 42px;
  display: grid;
  place-content: center;
  gap: 4px;
  cursor: pointer;
  list-style: none;
  border: 1px solid rgba(255,255,255,.32);
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 1px; display: block; background: currentColor; }
.mobile-menu nav {
  position: absolute;
  top: 52px;
  right: 0;
  min-width: 220px;
  padding: 12px;
  background: rgba(18,16,14,.96);
  border: 1px solid rgba(217,174,88,.38);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.mobile-menu nav a {
  display: block;
  padding: 13px 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.business-card-stage {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: 112px 0 58px;
  color: var(--white);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("../images/hero-armory.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9,7,6,.87), rgba(9,7,6,.56) 38%, rgba(9,7,6,.25)),
    radial-gradient(circle at 72% 32%, rgba(162,29,45,.35), transparent 30%),
    linear-gradient(0deg, rgba(8,7,6,.82), rgba(8,7,6,.32));
}
.business-card-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .11;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(255,255,255,.08) 5px),
    repeating-linear-gradient(90deg, transparent 0 90px, rgba(217,174,88,.16) 91px);
  mix-blend-mode: soft-light;
}
.card-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(22px, 4vw, 38px);
  align-items: stretch;
}
.contact-card-main,
.info-card,
.card-back-inner,
.legal-grid {
  border: 1px solid rgba(217,174,88,.34);
  background: linear-gradient(135deg, rgba(18,16,14,.86), rgba(30,24,19,.72));
  box-shadow: 0 32px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(13px);
}
.contact-card-main {
  min-height: 520px;
  position: relative;
  display: grid;
  align-content: space-between;
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
}
.contact-card-main::before {
  content: "";
  position: absolute;
  inset: 15px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.1);
}
.card-corner {
  position: absolute;
  width: 72px;
  height: 72px;
  border-color: var(--gold);
  opacity: .72;
}
.card-corner-top { top: 0; right: 0; border-top: 2px solid; border-right: 2px solid; }
.card-corner-bottom { bottom: 0; left: 0; border-bottom: 2px solid; border-left: 2px solid; }
.eyebrow, .section-kicker {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .27em;
  text-transform: uppercase;
}
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.section-kicker { color: var(--red); }
.section-kicker::before { content: "✦"; color: var(--gold); font-size: 11px; }
.info-card .section-kicker { color: var(--gold-light); }
.card-identity { position: relative; z-index: 1; }
.card-identity h1,
.compact-intro h2,
.legal-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
.card-identity h1 { max-width: 710px; font-size: clamp(60px, 8vw, 118px); line-height: .88; }
.card-identity h1 em { color: var(--gold-light); font-style: normal; }
.card-subline {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}
.card-sigil {
  position: absolute;
  right: clamp(24px, 5vw, 70px);
  top: clamp(28px, 5vw, 58px);
  width: 104px;
  height: 116px;
  display: grid;
  place-items: center;
  color: rgba(240,213,141,.35);
  border: 1px solid rgba(240,213,141,.28);
  clip-path: polygon(0 0,100% 0,100% 75%,50% 100%,0 75%);
  font: 400 40px Georgia, serif;
  letter-spacing: -.12em;
}
.specialty-strip { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 52px; }
.specialty-strip span {
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.9);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.card-actions { position: relative; z-index: 1; display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); border-color: var(--red); color: #fff; box-shadow: 0 16px 42px rgba(93,10,22,.34); }
.button-ghost { color: var(--gold-light); border-color: rgba(217,174,88,.48); background: rgba(15,12,10,.2); }
.info-card { padding: 18px; color: var(--white); }
.shop-photo { margin-bottom: 24px; padding: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.shop-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.86) contrast(1.05); }
.info-card h2 { margin: -4px 0 22px; font: 400 32px/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.info-lines { border-top: 1px solid rgba(255,255,255,.13); }
.info-lines p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  line-height: 1.55;
}
.info-lines span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-light);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.micro-note {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.7);
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.micro-note span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #64a66d;
  box-shadow: 0 0 0 4px rgba(100,166,109,.13);
}

.compact-assortment { padding: clamp(54px, 7vw, 86px) 0; color: var(--ink); background: var(--parchment); }
.compact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 6vw, 82px); align-items: center; }
.compact-intro h2 { max-width: 570px; font-size: clamp(35px, 4.6vw, 58px); line-height: 1.02; }
.compact-intro p:last-child { max-width: 560px; margin: 22px 0 0; color: #575249; font-size: 16px; line-height: 1.72; }
.quick-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quick-list li { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.quick-list strong { color: var(--red); font: 400 22px Georgia, "Times New Roman", serif; }
.quick-list span { color: #5d574d; font-size: 14px; line-height: 1.65; }

.card-back { padding: 38px 0 46px; background: #181715; color: var(--white); }
.card-back-inner {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(24px, 4vw, 44px);
}
.card-back p { max-width: 710px; margin: 0; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.7; }
.text-link {
  flex: 0 0 auto;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.text-link span { margin-left: 10px; }

.site-footer { padding: 18px 0 22px; color: rgba(255,255,255,.46); background: #10100f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom a:hover { color: var(--gold-light); }

.legal-page {
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 0%, rgba(162,29,45,.15), transparent 34%),
    var(--parchment);
}
.legal-hero {
  min-height: 380px;
  position: relative;
  display: grid;
  align-items: end;
  padding: 145px 0 60px;
  color: var(--white);
  background: linear-gradient(130deg, #171614, #2a2420 52%, #4a121c);
  overflow: hidden;
}
.legal-hero::before {
  content: "RT";
  position: absolute;
  right: 7vw;
  bottom: -48px;
  color: rgba(217,174,88,.07);
  font: 260px Georgia, serif;
  letter-spacing: -.12em;
}
.legal-hero .shell { position: relative; z-index: 1; }
.legal-hero h1 { font-size: clamp(60px, 8vw, 104px); line-height: .9; }
.legal-hero > div > p:last-child { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.65; }
.legal-content { padding: clamp(50px, 7vw, 86px) 0; }
.legal-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
  padding: clamp(24px, 4vw, 44px);
  color: var(--white);
}
.legal-grid aside { position: sticky; top: 30px; padding-top: 4px; }
.legal-grid aside span { color: var(--gold-light); font: 400 20px Georgia, serif; }
.legal-grid aside p { margin: 10px 0 32px; color: rgba(255,255,255,.55); font-size: 12px; }
.legal-grid aside a { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.legal-body article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.legal-number { margin: 4px 0 0; color: var(--gold); font: 13px Georgia, serif; }
.legal-body h2 { margin: 0 0 14px; font: 400 25px Georgia, serif; }
.legal-body article div > p,
.legal-body address { margin: 0 0 14px; max-width: 720px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.legal-body a { color: var(--gold-light); text-decoration: underline; text-decoration-color: rgba(217,174,88,.65); text-underline-offset: 4px; }
.legal-note { padding: 22px 24px; background: rgba(255,255,255,.055); border-left: 3px solid var(--gold); }
.legal-note strong { color: var(--gold-light); font: 400 17px Georgia, serif; }
.legal-note p { margin: 8px 0 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.65; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 720px); }
  .desktop-nav, .header-call { display: none; }
  .mobile-menu { display: block; }
  .card-wrap, .compact-grid, .legal-grid { grid-template-columns: 1fr; }
  .business-card-stage { padding-top: 104px; }
  .contact-card-main { min-height: 470px; }
  .info-card { max-width: 520px; }
  .legal-grid aside { position: static; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { height: 76px; }
  .brand-type strong { font-size: 14px; }
  .brand-type small { font-size: 8px; }
  .business-card-stage { min-height: auto; padding: 96px 0 32px; }
  .hero-media { background-position: 64% center; opacity: .86; }
  .contact-card-main { min-height: 0; padding: 30px 22px; }
  .contact-card-main::before { inset: 10px; }
  .card-sigil { width: 76px; height: 86px; right: 22px; top: 25px; font-size: 30px; opacity: .68; }
  .card-identity h1 { font-size: clamp(48px, 15vw, 68px); }
  .card-subline { font-size: 16px; }
  .specialty-strip { margin-top: 34px; gap: 7px; }
  .specialty-strip span { font-size: 9px; padding: 8px 9px; }
  .card-actions { flex-direction: column; }
  .button { width: 100%; min-height: 47px; }
  .info-card h2 { font-size: 28px; }
  .quick-list li { grid-template-columns: 1fr; gap: 5px; }
  .card-back-inner { flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { min-height: 330px; padding-top: 120px; }
  .legal-body article { grid-template-columns: 34px 1fr; gap: 12px; }
}

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