:root {
  --bg: #050505;
  --bg-soft: #09090b;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-strong: #101013;
  --surface-dark: #050505;
  --surface-dark-2: #101014;
  --ink-950: #ffffff;
  --ink-800: rgba(255, 255, 255, 0.9);
  --ink-600: rgba(255, 255, 255, 0.72);
  --ink-500: rgba(255, 255, 255, 0.56);
  --line: rgba(255, 255, 255, 0.08);
  --line-light: rgba(255, 255, 255, 0.12);
  --red-800: #7f0f18;
  --red-700: #a91520;
  --red-600: #cb2230;
  --red-500: #e53c49;
  --red-100: #fdebed;
  --gold-500: #ffffff;
  --gold-400: #ffffff;
  --gold-200: #ffffff;
  --green-500: #cb2230;
  --white: #ffffff;
  --shadow-lg: 0 24px 72px rgba(0, 0, 0, 0.34);
  --shadow-md: 0 16px 44px rgba(0, 0, 0, 0.28);
  --shadow-sm: 0 8px 22px rgba(0, 0, 0, 0.22);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shell: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: var(--ink-950);
  background:
    radial-gradient(circle at 20% 0%, rgba(203, 34, 48, 0.13), transparent 24rem),
    radial-gradient(circle at 85% 10%, rgba(203, 34, 48, 0.08), transparent 18rem),
    linear-gradient(180deg, #050505 0%, #070708 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 35%);
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
ul,
figure,
figcaption {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

::selection {
  background: rgba(203, 34, 48, 0.18);
  color: var(--white);
}

[id] {
  scroll-margin-top: 7.5rem;
}

:focus-visible {
  outline: 2px solid var(--red-600);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 300;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--white);
  box-shadow: var(--shadow-sm);
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.section {
  padding: clamp(3.8rem, 7vw, 5.5rem) 0;
}

.section-alt {
  position: relative;
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 1.4rem 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)),
    linear-gradient(120deg, rgba(203, 34, 48, 0.06), rgba(17, 18, 20, 0.04));
  border-block: 1px solid rgba(255, 255, 255, 0.04);
}

.eyebrow,
.service-kicker,
.panel-label,
.hours-kicker,
.location-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red-700);
}

.eyebrow::before,
.service-kicker::before,
.panel-label::before,
.hours-kicker::before,
.location-label::before {
  content: "";
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red-600), var(--surface-dark));
  box-shadow: 0 0 0 0.32rem rgba(182, 31, 37, 0.1);
}

h1,
h2,
h3,
.brand-copy strong,
.fact-card strong,
.stage-card strong,
.hours-header strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.03em;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 4.7rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}

p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.section-copy {
  max-width: 48rem;
  margin-top: 0.8rem;
  font-size: 0.95rem;
}

.centered {
  text-align: center;
}

.desktop-only {
  display: inline-flex;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--red-700), var(--red-500));
  box-shadow: 0 16px 32px rgba(203, 34, 48, 0.24);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(229, 60, 73, 0.36);
  background: linear-gradient(135deg, #111214, #2a1016);
  box-shadow: 0 14px 28px rgba(17, 18, 20, 0.22);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.button-dark {
  color: var(--white);
  background: var(--surface-dark);
}

.button-logo-button {
  gap: 0.65rem;
}

.button-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.15rem;
  height: 2.15rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.button-badge img {
  display: block;
  width: auto;
  height: 1.2rem;
}

.button-badge-ebay {
  min-width: 4rem;
}

.button-badge-ebay img {
  height: 1rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  color: var(--red-500);
}

.text-link::after {
  content: ">";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(16px);
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.98);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.topbar {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.98), rgba(36, 39, 46, 0.98)),
    var(--surface-dark);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
}

.topbar-inner span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.topbar-inner span::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--red-500);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.6rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand img {
  width: 5.2rem;
  height: auto;
  flex-shrink: 0;
}

.brand-copy {
  display: grid;
  gap: 0.2rem;
}

.brand-copy strong {
  font-size: 1.75rem;
}

.brand-copy span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.58);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  position: relative;
  font-size: 0.94rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red-600), var(--surface-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.header-actions .button {
  min-height: 2.75rem;
  padding-inline: 0.95rem;
}

.header-actions .button span:last-child {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-sm);
}

.menu-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.24rem auto;
  border-radius: 999px;
  background: var(--white);
}

.hero {
  position: relative;
  padding: clamp(2.6rem, 5vw, 4.2rem) 0 2.4rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 10%, rgba(203, 34, 48, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 60%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
}

.hero-copy {
  color: var(--white);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-copy .eyebrow {
  color: var(--red-700);
}

.hero-copy .eyebrow::before {
  box-shadow: 0 0 0 0.32rem rgba(203, 34, 48, 0.1);
}

.hero-copy h1,
.hero-copy p,
.hero-copy .fact-card p,
.hero-copy .fact-card span {
  color: inherit;
}

.hero-intro {
  max-width: 28rem;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.95rem;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.trust-pills li {
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.fact-card {
  padding: 0.9rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.fact-card span {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.fact-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.25rem;
}

.fact-card p {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.85rem;
}

.hero-stage {
  display: block;
}

.stage-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #0d0d10;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.stage-card img {
  width: 100%;
  object-fit: cover;
}

.stage-main {
  display: grid;
  min-height: 30rem;
}

.stage-main img {
  aspect-ratio: 1.05;
}

.stage-card figcaption {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 1rem 1rem;
}

.stage-card strong {
  font-size: 1.3rem;
  color: var(--white);
}

.tag {
  display: inline-flex;
  align-items: center;
  align-self: start;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff9aa5;
  background: rgba(203, 34, 48, 0.12);
}

.deal-strip {
  padding-bottom: 1rem;
}

.deal-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.deal-strip-inner span {
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.story-grid,
.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.story-panel,
.hours-card,
.form-panel,
.social-card,
.info-card {
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-md);
}

.story-panel {
  border-color: rgba(203, 34, 48, 0.16);
}

.story-panel .panel-label {
  color: var(--red-700);
}

.story-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.25rem;
}

.story-list li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(255, 255, 255, 0.74);
}

.story-list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red-500), var(--surface-dark));
}

.story-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.service-grid,
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.2rem;
}

.service-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-sm);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-copy {
  padding: 1.1rem;
}

.service-copy h3 {
  margin-top: 0.7rem;
}

.service-copy p {
  margin-top: 0.55rem;
  font-size: 0.9rem;
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.service-points li,
.overview-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.catalogue-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.8rem;
  padding: clamp(1.3rem, 2.8vw, 1.9rem);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(229, 60, 73, 0.14);
  background:
    linear-gradient(135deg, rgba(13, 13, 16, 0.98), rgba(42, 12, 18, 0.95)),
    var(--surface-dark);
  box-shadow: var(--shadow-md);
}

.catalogue-copy h3 {
  margin-top: 0.45rem;
}

.catalogue-copy p:not(.panel-label) {
  margin-top: 0.85rem;
}

.catalogue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.catalogue-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.catalogue-thumbs img {
  width: 100%;
  aspect-ratio: 0.88;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.overview-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.ebay-panel {
  border-color: rgba(229, 60, 73, 0.24);
  background:
    linear-gradient(180deg, rgba(18, 18, 22, 0.98), rgba(41, 14, 20, 0.98)),
    var(--surface-dark);
}

.market-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
}

.market-logo {
  display: block;
  width: auto;
  height: 2rem;
}

.ebay-panel h3 {
  margin-top: 1rem;
}

.ebay-panel p:not(.panel-label):not(.market-note) {
  margin-top: 0.75rem;
}

.market-note {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.4rem, 3vw, 2rem);
  align-items: start;
}

.contact-social-grid {
  grid-column: 1 / -1;
  margin-top: 0;
}

.social-grid-compact {
  margin-top: 0;
}

.social-card {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  border-top: 4px solid var(--red-600);
}

.social-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--white);
  background: linear-gradient(135deg, var(--surface-dark), var(--red-700));
}

.social-badge-brand {
  width: auto;
  min-width: 5.25rem;
  height: auto;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.social-badge-brand img {
  display: block;
  width: auto;
  height: 1rem;
}

.social-badge-ebay-brand img {
  height: 1.5rem;
}

.social-badge-logo {
  width: auto;
  min-width: 3.6rem;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(135deg, #111214, #291117);
}

.social-badge-logo img {
  display: block;
  width: auto;
  height: 1.75rem;
}

.market-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.social-card-ebay {
  border-top-color: rgba(230, 168, 26, 0.72);
}

.info-card h2 {
  margin-top: 0.3rem;
}

.location-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(13, 13, 16, 0.98), rgba(42, 12, 18, 0.96)),
    var(--surface-dark);
}

.location-card strong,
.location-card p,
.location-card .location-label {
  color: var(--white);
}

.hours-card {
  background:
    linear-gradient(180deg, rgba(13, 13, 16, 0.99), rgba(42, 12, 18, 0.97)),
    var(--surface-dark);
  border-color: rgba(229, 60, 73, 0.16);
  color: var(--white);
}

.hours-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.hours-header strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.95rem;
}

.hours-phone {
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  color: var(--white);
  background: linear-gradient(135deg, var(--red-700), var(--red-500));
}

.hours-table {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
}

.hours-row.is-today {
  color: var(--white);
  background: linear-gradient(135deg, var(--red-700), var(--red-500));
  box-shadow: 0 14px 28px rgba(203, 34, 48, 0.18);
}

.section-contact {
  padding-bottom: 6rem;
}

.contact-card h2 {
  margin-top: 0.3rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.contact-list li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-list span {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.contact-list a {
  font-size: 1rem;
  font-weight: 800;
}

.contact-benefits {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.contact-benefits li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(255, 255, 255, 0.74);
}

.contact-benefits li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red-500), var(--surface-dark));
}

.form-intro h3 {
  margin-top: 0.5rem;
}

.form-intro p:not(.panel-label) {
  margin-top: 0.8rem;
}

.contact-form {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.3rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.5rem;
}

.contact-form span {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.95rem 1rem;
  color: var(--white);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(182, 31, 37, 0.36);
  box-shadow: 0 0 0 0.22rem rgba(182, 31, 37, 0.12);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.message-field {
  grid-column: 1 / -1;
}

.message-field textarea {
  resize: vertical;
  min-height: 10rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.form-note {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.62);
}

.form-media-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.form-media-strip img {
  width: 100%;
  aspect-ratio: 1.04;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer {
  position: relative;
  padding: 2.4rem 0 5.2rem;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(13, 13, 16, 0.99), rgba(40, 11, 17, 0.98)),
    var(--surface-dark);
}

.footer-inner,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 4.5rem;
  height: auto;
}

.footer-brand strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.footer-brand p {
  max-width: 24rem;
  color: rgba(255, 255, 255, 0.66);
}

.footer-links,
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: 800;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 140;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.3rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-weight: 900;
  color: var(--white);
  background: linear-gradient(135deg, #111214, #bb1c29);
  box-shadow: 0 18px 34px rgba(187, 28, 41, 0.26);
}

.floating-whatsapp img {
  width: 1.15rem;
  height: 1.15rem;
}

.lightbox {
  width: min(92vw, 960px);
  padding: 1rem;
  border: 0;
  border-radius: 28px;
  background: rgba(12, 14, 18, 0.96);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

.lightbox::backdrop {
  background: rgba(5, 7, 10, 0.76);
  backdrop-filter: blur(6px);
}

.lightbox-close {
  margin-left: auto;
  display: inline-flex;
  padding: 0.65rem 0.9rem;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.lightbox-figure {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.lightbox-figure img {
  max-height: 70vh;
  width: 100%;
  border-radius: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.lightbox-figure figcaption {
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.delay-1 {
  transition-delay: 80ms;
}

.reveal.delay-2 {
  transition-delay: 140ms;
}

.reveal.delay-3 {
  transition-delay: 200ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-404 {
  background:
    radial-gradient(circle at 10% 10%, rgba(203, 34, 48, 0.12), transparent 24rem),
    linear-gradient(180deg, #050505 0%, #080809 100%);
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.error-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 1.4rem;
  align-items: center;
}

.error-copy,
.error-card {
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
}

.error-copy h1 {
  max-width: 9ch;
}

.error-copy p:not(.eyebrow) {
  margin-top: 1rem;
}

.error-card img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  border-radius: 22px;
}

.error-card-copy {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.error-card-copy strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.04em;
}

@media (max-width: 1080px) {
  .hero-grid,
  .story-grid,
  .info-grid,
  .contact-showcase,
  .catalogue-callout,
  .error-shell {
    grid-template-columns: 1fr;
  }

  .hero-facts,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage {
    order: -1;
  }

  .hero::before {
    height: 50rem;
  }

  .footer-inner {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 920px) {
  .desktop-only {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.4rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(10, 10, 12, 0.98);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
  }

  .topbar-inner {
    justify-content: center;
    flex-wrap: wrap;
  }

  .brand-copy strong {
    font-size: 1.45rem;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-showcase {
    grid-template-columns: 1fr;
  }

  .contact-social-grid {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 3.25rem 0;
  }

  .header-inner {
    min-height: 5rem;
  }

  .brand img {
    width: 4.1rem;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero::before {
    inset: 0 0 auto;
    height: 100%;
  }

  .hero-stage,
  .hero-facts,
  .form-grid,
  .service-grid,
  .social-grid,
  .social-grid-compact,
  .catalogue-thumbs,
  .form-media-strip {
    grid-template-columns: 1fr;
  }

  .stage-main {
    min-height: 0;
  }

  .stage-main img {
    aspect-ratio: 0.92;
  }

  .location-card,
  .hours-header,
  .footer-bottom {
    flex-direction: column;
    align-items: start;
  }

  .hero-actions,
  .story-cta,
  .contact-actions,
  .form-actions,
  .catalogue-actions {
    flex-direction: column;
  }

  .hero-links,
  .trust-pills {
    gap: 0.65rem;
  }

  .hero-actions .button,
  .story-cta .button,
  .contact-actions .button,
  .form-actions .button,
  .catalogue-actions .button,
  .location-card .button {
    width: 100%;
  }

  .social-badge-brand {
    min-width: 4.8rem;
    padding: 0.7rem 0.85rem;
  }

  .social-badge-brand img {
    max-width: 100%;
    height: 0.95rem;
  }

  .social-badge-ebay-brand img {
    height: 1.25rem;
  }

  .floating-whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }

  .contact-list li,
  .hours-row {
    padding-inline: 0.95rem;
  }
}

@media (max-width: 480px) {
  .shell {
    width: min(calc(100% - 1.2rem), var(--shell));
  }

  .topbar {
    font-size: 0.75rem;
  }

  .brand-copy strong {
    font-size: 1.3rem;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .hero-intro,
  .section-copy,
  .contact-form input,
  .contact-form textarea {
    font-size: 0.92rem;
  }

  .trust-pills li,
  .service-points li,
  .overview-pills span {
    width: 100%;
    justify-content: center;
  }

  .button,
  .hours-phone {
    min-height: 3.05rem;
  }

  .fact-card,
  .contact-list li,
  .hours-row,
  .service-copy {
    padding: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
