:root {
  color-scheme: dark;
  --ink: #0c1012;
  --white: #f5f6f7;
  --muted: #bac4ce;
  --cyan: #00b9ed;
  --blue: #0079f2;
  --gold: #e5bb4e;
  --body-font: "Barlow", Arial, sans-serif;
  --heading-font: "Oswald", "Arial Narrow", Impact, sans-serif;
  --team-bottom-background: url("team_bottom_bg.png");
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--ink); }
body { margin: 0; color: var(--white); font-family: var(--body-font); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--heading-font); font-weight: 600; }
a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 12px 20px; background: white; color: #101820; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: 90.4%; max-width: 1180px; margin-inline: auto; }
.text-link { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .35px; }
.text-link span { font-family: Arial, sans-serif; font-size: 23px; line-height: 1; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

/* Landing page */
.landing-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at 50% 24%, rgb(0 6 11 / 58%), transparent 65%), linear-gradient(180deg, rgb(2 10 17 / 23%), rgb(0 6 11 / 33%)), url("lander_team_main_bg.png") center center / cover no-repeat;
}
.landing-header { margin: 0 2.4%; border-bottom: 1px solid rgb(218 229 238 / 48%); }
.landing-header nav { min-height: 58px; display: flex; align-items: center; justify-content: flex-end; }
.landing-main { width: 100%; padding: 64px 24px 70px; text-align: center; margin-block: auto; }
.landing-logo { width: 390px; margin: 0 auto 32px; }
.landing-main h1 { font-size: clamp(38px, 4.18vw, 64px); line-height: 1.2; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.landing-subtitle { margin-top: 10px; color: #b4beca; font-size: clamp(22px, 2.1vw, 32px); letter-spacing: .5px; line-height: 1.45; }
.destinations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-inline: auto; }
.landing-destinations { max-width: 1076px; margin-top: 32px; }
.destination-card { --accent: var(--gold); position: relative; min-width: 0; padding: 37px 39px 30px; overflow: hidden; text-align: center; border: 1px solid #414346; border-top: 4px solid var(--accent); border-radius: 5px; background: linear-gradient(120deg, #0b0d0d, #101213 65%, #090b0c); box-shadow: 0 8px 24px rgb(0 0 0 / 25%); }
.destination-card--blue { --accent: var(--blue); }
.brand { display: flex; align-items: center; justify-content: center; height: 81px; width: 100%; }
.brand--suppressor { gap: 20px; }
.suppressor-mark { width: 76px; flex-shrink: 0; color: var(--gold); }
.brand-type { min-width: 0; }
.suppressor-wordmark { font-size: 30px; font-weight: 600; letter-spacing: 4px; white-space: nowrap; line-height: 1.2; }
.suppressor-wordmark span { font-size: .64em; letter-spacing: 1px; }
.brand-byline { font-family: var(--body-font); font-size: 13px; font-weight: 500; letter-spacing: 5px; white-space: nowrap; line-height: 1.3; margin-top: 5px; }
.brand--suppressor .brand-byline { color: var(--gold); }
.brand--onlineguns { flex-direction: column; align-items: flex-end; justify-content: center; }
.onlineguns-wordmark { display: flex; align-items: center; width: 100%; justify-content: center; font-family: Arial, sans-serif; font-size: 43px; white-space: nowrap; font-weight: 400; letter-spacing: -1px; line-height: 1; }
.onlineguns-wordmark strong { color: var(--blue); font-weight: 700; }
.onlineguns-wordmark small { font-size: .55em; font-weight: 600; letter-spacing: 0; }
.crosshair-mark { width: 66px; height: 67px; flex-shrink: 0; fill: none; stroke: var(--white); stroke-width: 3.5; }
.crosshair-center { stroke: var(--blue); }
.brand--onlineguns .brand-byline { margin-top: -7px; margin-right: 9px; }
.card-divider { display: block; height: 1px; width: 40px; margin: 19px auto 12px; background: #a5a8aa; }
.destination-card h2, .destination-card h3 { font-size: 30px; font-weight: 400; line-height: 1.35; white-space: nowrap; }
.destination-tagline { color: #b2bdc7; font-size: 22px; line-height: 1.5; letter-spacing: .6px; margin-top: 2px; }
.destination-button { display: flex; align-items: center; justify-content: center; gap: 13px; width: 100%; min-height: 54px; margin-top: 19px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 3px; background: linear-gradient(115deg, #e7c45c, #cda644); color: #080b0d; font-family: var(--heading-font); font-size: 20px; font-weight: 600; letter-spacing: .6px; transition: filter .2s, transform .2s; }
.destination-card--blue .destination-button { background: linear-gradient(115deg, #007cf4, #006bdd); color: white; }
.destination-button > span[aria-hidden] { font-family: Arial, sans-serif; font-size: 26px; font-weight: 400; line-height: 1; }
.destination-button:hover { filter: brightness(1.12); transform: translateY(-2px); }
.landing-about-link { margin-top: 55px; padding-bottom: 7px; border-bottom: 1px solid var(--white); font-size: 17px; }
.landing-footer { margin: 0 2.4%; padding: 23px 0 32px; border-top: 1px solid rgb(218 229 238 / 65%); color: #d2d7dc; }
.landing-footer small { font-size: 14px; }

/* Team page */
.about-page { background: radial-gradient(ellipse at 50% 45%, #12191d 0%, #0c1114 50%, #090d0f 100%); }
.site-header { border-bottom: 1px solid #62707d; background: linear-gradient(110deg, #0e1720, #080f14); }
.header-inner { min-height: 69px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-logo { display: block; width: 150px; flex-shrink: 0; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; padding: 10px 3px; font-size: 15px; color: #d0d9e3; }
.site-nav a[aria-current="page"] { color: white; }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; bottom: 2px; left: 0; right: 0; height: 1px; background: var(--cyan); }
.site-nav a:hover { color: var(--cyan); }
.about-intro { padding: 30px 0 18px; background: linear-gradient(180deg, rgb(5 12 18 / 20%) 0%, rgb(6 12 16 / 32%) 42%, #0c1012 100%), url("lander_team_main_bg.png") center 75% / cover no-repeat; }
.about-heading { text-align: center; }
.eyebrow { font-family: var(--heading-font); font-size: 13px; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; color: var(--cyan); line-height: 1.5; }
.about-heading h1 { margin-top: 11px; font-size: clamp(40px, 4.7vw, 60px); line-height: 1.02; letter-spacing: .5px; text-transform: uppercase; font-weight: 700; }
.intro-subtitle { margin-top: 10px; font-size: 22px; line-height: 1.5; color: #d5dde8; letter-spacing: .25px; }
.story { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; margin-top: 43px; }
.story-image { aspect-ratio: 1.785; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid #adb4bb; border-radius: 3px; background: linear-gradient(115deg, #d4d7da, #e0e2e5); color: #8e9092; }
.story-image svg { width: 35%; }
.story-image span { font-size: 21px; }
.story-copy h2 { margin-top: 5px; font-size: clamp(34px, 4vw, 48px); line-height: 1.05; font-weight: 700; text-transform: uppercase; }
.story-copy > p:not(.eyebrow) { margin-top: 11px; font-size: 18px; line-height: 1.3; color: #cfdae6; }
.story-rule { display: block; width: 55px; height: 4px; margin-top: 17px; background: var(--cyan); }
.team-section { border-top: 1px solid rgb(255 255 255 / 5%); padding: 17px 0 20px; }
.section-heading { text-align: center; margin-bottom: 12px; }
.section-heading .eyebrow { font-size: 12px; letter-spacing: 3.7px; }
.section-heading h2 { margin-top: 3px; font-size: 42px; line-height: 1.15; font-weight: 700; text-transform: uppercase; }
.section-heading > p:last-child { font-size: 17px; line-height: 1.5; color: #cad6e2; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.team-card { overflow: hidden; border: 1px solid #43484c; border-radius: 3px; background: linear-gradient(115deg, #0d1114, #13191d); }
.team-photo { aspect-ratio: 1.25; overflow: hidden; background: #d9dcdf; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card-copy { padding: 7px 15px 11px; }
.team-card h3 { text-align: center; font-size: 20px; line-height: 1.35; font-weight: 500; }
.team-role { color: var(--cyan); text-align: center; font-family: var(--heading-font); font-size: 16px; line-height: 1.45; }
.team-bio { margin-top: 11px; color: #c7d2dd; font-size: 14px; line-height: 1.35; min-height: 51px; }
.values-section { border-block: 1px solid #2b333a; padding: 12px 0; background: linear-gradient(115deg, #111920, #10161b); }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value { text-align: center; padding: 0 14px; }
.value + .value { border-left: 1px solid #52606d; }
.value svg { display: block; width: 84px; height: 39px; margin: 0 auto; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.value h3 { font-size: 20px; font-weight: 500; line-height: 1.5; }
.value p { font-size: 15px; color: #c9d4df; line-height: 1.35; }
.family-section { padding: 16px 0 28px; background: linear-gradient(rgb(0 10 19 / 25%), rgb(0 8 15 / 28%)), var(--team-bottom-background) center 58% / cover no-repeat; }
.family-section > .container > h2 { text-align: center; font-size: 28px; line-height: 1.4; text-transform: uppercase; font-weight: 600; }
.family-destinations { max-width: 738px; margin-top: 10px; gap: 18px; }
.family-destinations .destination-card { border-top-width: 3px; padding: 15px 24px 18px; border-radius: 4px; }
.family-destinations .brand { height: 52px; }
.family-destinations .brand--suppressor { gap: 12px; }
.family-destinations .suppressor-mark { width: 51px; }
.family-destinations .suppressor-wordmark { font-size: 21px; letter-spacing: 2px; }
.family-destinations .brand-byline { font-size: 9px; letter-spacing: 3.4px; margin-top: 3px; }
.family-destinations .onlineguns-wordmark { font-size: 29px; }
.family-destinations .crosshair-mark { width: 48px; height: 47px; }
.family-destinations .brand--onlineguns .brand-byline { margin-top: -4px; margin-right: 0; }
.family-destinations .card-divider { width: 28px; margin: 9px auto 10px; }
.family-destinations h3 { font-size: 21px; }
.family-destinations .destination-button { min-height: 35px; margin-top: 11px; font-size: 16px; letter-spacing: 0; gap: 8px; }
.family-destinations .destination-button > span[aria-hidden] { font-size: 20px; }
.site-footer { border-top: 1px solid #77818a; padding: 19px 0 23px; background: linear-gradient(110deg, #0b1115, #080d10); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-details { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.footer-details .site-nav a { font-size: 14px; padding-top: 5px; }
.footer-details small { color: #bccbd9; font-size: 13px; }

@media (min-width: 1500px) {
  .landing-main { padding-top: 64px; }
}
@media (max-width: 1150px) {
  .landing-main { padding-block: 48px 56px; }
  .landing-logo { width: 330px; }
  .landing-destinations { max-width: 960px; gap: 24px; }
  .landing-destinations .destination-card { padding: 28px 24px 26px; }
  .landing-destinations .suppressor-wordmark { font-size: 25px; letter-spacing: 2.5px; }
  .landing-destinations .suppressor-mark { width: 65px; }
  .landing-destinations .brand--suppressor { gap: 15px; }
  .landing-destinations .brand-byline { font-size: 11px; letter-spacing: 4px; }
  .landing-destinations .onlineguns-wordmark { font-size: 36px; }
  .landing-destinations .crosshair-mark { width: 56px; height: 60px; }
  .landing-destinations h2 { font-size: 26px; }
}
@media (max-width: 850px) {
  .landing-destinations { max-width: 700px; gap: 18px; }
  .landing-destinations .destination-card { padding: 23px 18px; }
  .landing-destinations .brand { height: 65px; }
  .landing-destinations .suppressor-mark { width: 48px; }
  .landing-destinations .suppressor-wordmark { font-size: 20px; letter-spacing: 1.8px; }
  .landing-destinations .brand--suppressor { gap: 10px; }
  .landing-destinations .brand-byline { font-size: 8px; letter-spacing: 3px; }
  .landing-destinations .onlineguns-wordmark { font-size: 27px; }
  .landing-destinations .crosshair-mark { width: 44px; height: 48px; }
  .landing-destinations .brand--onlineguns .brand-byline { margin-right: 0; margin-top: -5px; }
  .landing-destinations h2 { font-size: 21px; }
  .destination-tagline { font-size: 18px; }
  .destination-button { font-size: 18px; }
  .story { gap: 24px; }
  .story-copy h2 { font-size: 32px; }
  .story-copy > p:not(.eyebrow) { font-size: 16px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .team-card-copy { padding: 12px 18px 18px; }
  .team-bio { min-height: 0; }
  .team-section { padding-block: 26px; }
  .section-heading { margin-bottom: 20px; }
  .family-destinations .destination-card { padding-inline: 16px; }
  .family-destinations .suppressor-wordmark { font-size: 18px; }
  .family-destinations .suppressor-mark { width: 44px; }
  .family-destinations .onlineguns-wordmark { font-size: 25px; }
  .family-destinations .crosshair-mark { width: 40px; }
  .family-destinations .brand-byline { font-size: 8px; letter-spacing: 2.8px; }
  .family-destinations h3 { font-size: 19px; }
}
@media (max-width: 600px) {
  .landing-page { background-position: 48% center; }
  .landing-header { margin-inline: 20px; }
  .landing-header nav { min-height: 54px; }
  .landing-header .text-link { font-size: 14px; }
  .landing-main { padding: 20px 20px 42px; margin-block: 0; }
  .landing-logo { width: 270px; margin-bottom: 26px; }
  .landing-main h1 { font-size: clamp(32px, 8.6vw, 46px); letter-spacing: 1px; max-width: 440px; margin-inline: auto; }
  .landing-subtitle { max-width: 300px; margin: 12px auto 0; font-size: 22px; line-height: 1.3; }
  .destinations { grid-template-columns: minmax(0, 1fr); }
  .landing-destinations { max-width: 410px; gap: 20px; margin-top: 29px; }
  .landing-destinations .destination-card { padding: 23px 24px 24px; }
  .landing-destinations .suppressor-wordmark { font-size: clamp(18px, 5.6vw, 25px); }
  .landing-destinations .suppressor-mark { width: 54px; }
  .landing-destinations .brand-byline { font-size: 9px; letter-spacing: 3px; }
  .landing-destinations .onlineguns-wordmark { font-size: clamp(26px, 7.5vw, 34px); }
  .landing-destinations .crosshair-mark { width: 48px; height: 51px; }
  .landing-destinations h2 { font-size: clamp(21px, 5.9vw, 26px); }
  .landing-destinations .card-divider { margin-top: 15px; }
  .landing-about-link { margin-top: 31px; }
  .landing-footer { margin-inline: 20px; margin-top: auto; padding-block: 20px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 75px; gap: 16px; }
  .site-logo { width: 125px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 13px; padding-inline: 0; }
  .about-intro { padding-top: 33px; background-size: auto 680px; background-position: center top; }
  .eyebrow { font-size: 11px; letter-spacing: 4px; }
  .about-heading h1 { font-size: clamp(33px, 8.5vw, 46px); margin-top: 14px; line-height: 1.1; }
  .intro-subtitle { font-size: 18px; line-height: 1.45; margin-top: 15px; }
  .story { grid-template-columns: minmax(0, 1fr); margin-top: 30px; gap: 25px; }
  .story-image span { font-size: 18px; }
  .story-copy h2 { font-size: 36px; }
  .story-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.45; }
  .story-rule { margin-bottom: 8px; }
  .section-heading h2 { font-size: 38px; margin-top: 7px; }
  .section-heading .eyebrow { font-size: 10px; letter-spacing: 2.6px; }
  .section-heading > p:last-child { font-size: 16px; margin-top: 6px; }
  .team-grid { gap: 14px; }
  .team-card-copy { padding: 10px 11px 15px; }
  .team-card h3 { font-size: 19px; }
  .team-role { font-size: 14px; }
  .team-bio { font-size: 14px; line-height: 1.4; }
  .values-section { padding: 10px 0; }
  .values-grid { grid-template-columns: minmax(0, 1fr); }
  .value { padding: 18px 0; }
  .value + .value { border-left: 0; border-top: 1px solid #34414b; }
  .value h3 { margin-top: 3px; font-size: 22px; }
  .value p { font-size: 16px; }
  .family-section { padding: 27px 0 30px; }
  .family-section > .container > h2 { font-size: 29px; line-height: 1.2; max-width: 330px; margin-inline: auto; }
  .family-destinations { max-width: 390px; margin-top: 22px; gap: 20px; }
  .family-destinations .destination-card { padding: 21px 24px; }
  .family-destinations .suppressor-wordmark { font-size: 21px; }
  .family-destinations .suppressor-mark { width: 51px; }
  .family-destinations .onlineguns-wordmark { font-size: 29px; }
  .family-destinations .crosshair-mark { width: 45px; }
  .family-destinations h3 { font-size: 22px; }
  .family-destinations .destination-button { min-height: 44px; font-size: 18px; }
  .site-footer { padding-block: 25px; }
  .footer-inner { flex-direction: column; gap: 15px; }
  .footer-inner .site-logo { width: 155px; }
  .footer-details { align-items: center; gap: 13px; }
}
@media (max-width: 360px) {
  .header-inner { gap: 10px; }
  .site-logo { width: 105px; }
  .site-nav { gap: 10px; }
  .landing-destinations .destination-card, .family-destinations .destination-card { padding-inline: 16px; }
  .family-destinations .suppressor-wordmark { font-size: 19px; }
  .family-destinations .onlineguns-wordmark { font-size: 26px; }
  .family-destinations h3 { font-size: 20px; }
  .team-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
