:root {
  --ink: #161513;
  --coal: #23211e;
  --bone: #f3efe5;
  --paper: #e8e1d3;
  --ember: #d85b31;
  --gold: #d5aa55;
  --steel: #9a9a92;
  --line: rgba(22, 21, 19, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: Inter, sans-serif; }
a { color: inherit; }
.concept-bar { padding: 8px 24px; background: var(--ember); color: #fff; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.concept-bar a { text-underline-offset: 3px; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; background: var(--ink); color: #fff; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--gold); color: var(--gold); font-family: "Barlow Condensed", sans-serif; font-size: 28px; font-weight: 800; }
.brand strong, .brand small { display: block; font-family: "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.brand strong { font-size: 21px; }
.brand small { color: var(--steel); font-size: 10px; margin-top: 2px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.nav-cta { border: 1px solid var(--gold); padding: 13px 17px; color: var(--gold); }
.menu-toggle { display: none; }

.hero { min-height: 760px; position: relative; color: #fff; overflow: hidden; display: grid; align-items: end; }
.hero-photo { position: absolute; inset: 0; background-image: url("https://www.axeonmain.net/Images/Axe_on_Target.webp"); background-size: cover; background-position: center; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,13,11,.92) 0%, rgba(14,13,11,.67) 45%, rgba(14,13,11,.15) 80%), linear-gradient(0deg, rgba(14,13,11,.9), transparent 50%); }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 760px; padding: 9vw 5vw 240px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--ember); font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-size: 13px; }
h1, h2 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .88; letter-spacing: -.02em; margin: 0; }
h1 { font-size: clamp(72px, 10vw, 150px); max-width: 820px; }
h1 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 610px; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; color: rgba(255,255,255,.78); }
.experience-switcher { position: absolute; left: 5vw; right: 5vw; bottom: 0; z-index: 3; display: grid; grid-template-columns: 1fr 1fr; }
.switch-card { min-height: 205px; padding: 32px 36px; display: flex; flex-direction: column; text-decoration: none; transition: transform .2s ease; }
.switch-card:hover { transform: translateY(-8px); }
.switch-card.light { background: var(--bone); color: var(--ink); }
.switch-card.ember { background: var(--ember); color: #fff; }
.switch-label { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.switch-card strong { margin: 12px 0 5px; font-family: "Barlow Condensed", sans-serif; font-size: 35px; text-transform: uppercase; }
.switch-detail { font-size: 13px; opacity: .74; }
.switch-link { margin-top: auto; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.intro-strip { display: flex; justify-content: space-around; padding: 25px 4vw; border-bottom: 1px solid var(--line); font-family: "Barlow Condensed", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.intro-strip span:not(:last-child)::after { content: "✦"; color: var(--ember); margin-left: 5vw; }
.experience-section { padding: 120px 7vw; position: relative; overflow: hidden; min-height: 610px; }
.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; gap: 8vw; position: relative; z-index: 2; }
.section-heading h2, .forge-copy h2, .groups h2, .story h2, .visit h2 { font-size: clamp(62px, 8vw, 112px); }
.section-heading p, .forge-copy > p, .group-panel p, .story-copy > p { font-size: 17px; line-height: 1.7; }
.price-row { display: flex; gap: 36px; margin: 32px 0; }
.price-row div { padding-right: 36px; border-right: 1px solid var(--line); }
.price-row strong, .price-row span { display: block; }
.price-row strong { font-family: "Barlow Condensed", sans-serif; font-size: 48px; }
.price-row span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.text-link { color: var(--ember); font-weight: 700; text-decoration: none; }
.target-art { width: 360px; height: 360px; position: absolute; right: -110px; bottom: -110px; border-radius: 50%; border: 50px solid var(--paper); box-shadow: inset 0 0 0 50px var(--bone), inset 0 0 0 100px var(--paper); }
.target-art span { width: 66px; height: 66px; border-radius: 50%; background: var(--ember); position: absolute; inset: 0; margin: auto; }

.forge-section { background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.forge-image { min-height: 650px; overflow: hidden; }
.forge-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.forge-copy { padding: 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.forge-copy h2 { font-size: clamp(58px, 6vw, 95px); }
.forge-copy > p { color: rgba(255,255,255,.7); }
.project-list { margin: 28px 0 35px; border-top: 1px solid rgba(255,255,255,.18); }
.project-list div { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.project-list span { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.project-list strong { color: var(--gold); }
.button { display: inline-block; width: fit-content; padding: 16px 22px; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.button-light { border: 1px solid var(--gold); color: var(--gold); }
.button-dark { background: var(--ink); color: #fff; }
.button-ember { background: var(--ember); color: #fff; }

.groups { padding: 110px 7vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; background: var(--gold); }
.groups .eyebrow { color: var(--ink); opacity: .65; }
.groups h2 { font-size: clamp(58px, 7vw, 100px); }
.group-panel { align-self: end; padding: 35px; background: rgba(243,239,229,.65); }
.story { padding: 120px 7vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; }
.story h2 { font-size: clamp(58px, 7vw, 100px); }
.story-copy > p { max-width: 760px; }
.tv-credits { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 35px; }
.tv-credits span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.tv-credits strong { border: 1px solid var(--line); padding: 13px 16px; font-family: "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
blockquote { margin: 0; align-self: center; padding-left: 40px; border-left: 5px solid var(--ember); font-family: "Barlow Condensed", sans-serif; font-size: clamp(38px, 4.5vw, 66px); font-weight: 600; line-height: 1.05; text-transform: uppercase; }
.know-before { padding: 90px 7vw; background: var(--paper); }
.know-before h2 { font-size: clamp(48px, 6vw, 78px); margin-bottom: 45px; }
.know-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.know-grid div { padding: 30px 30px 0 0; }
.know-grid div:not(:last-child) { border-right: 1px solid var(--line); margin-right: 30px; }
.know-grid strong { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 22px; }
.know-grid p { font-size: 14px; line-height: 1.6; }
.visit { padding: 120px 7vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; background: var(--coal); color: #fff; }
.visit-title > p:not(.eyebrow) { color: rgba(255,255,255,.7); line-height: 1.6; }
.visit-title a { text-underline-offset: 4px; }
.hours { background: #fff; color: var(--ink); padding: 42px; }
.hours h3 { margin-top: 0; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 30px; }
.hours dl { margin: 0 0 22px; }
.hours dl div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.hours dd { margin: 0; font-weight: 700; }
.hours small { color: #6b665e; line-height: 1.5; }
.final-cta { padding: 80px 7vw; background: var(--ember); color: #fff; display: flex; align-items: center; justify-content: space-between; }
.final-cta p { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: clamp(38px, 5vw, 72px); font-weight: 700; margin: 0; }
.final-cta a { font-weight: 800; text-transform: uppercase; text-decoration: none; letter-spacing: .1em; }
.final-cta a span { margin-left: 18px; font-size: 26px; }
footer { padding: 50px 5vw; background: #0e0d0c; color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.footer-brand { grid-row: span 2; }
footer p { margin: 0; color: var(--steel); font-size: 12px; text-align: right; }
.concept-note a { color: var(--gold); }

@media (max-width: 820px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand-mark { width: 34px; height: 34px; font-size: 23px; }
  .brand strong { font-size: 17px; }
  .menu-toggle { display: block; background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 10px 12px; font-weight: 700; text-transform: uppercase; font-size: 11px; }
  nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--ink); padding: 25px; flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .hero { min-height: 850px; }
  .hero-photo { background-position: 65% center; }
  .hero-copy { padding: 80px 24px 380px; }
  h1 { font-size: clamp(63px, 20vw, 92px); }
  .experience-switcher { left: 18px; right: 18px; grid-template-columns: 1fr; }
  .switch-card { min-height: 160px; padding: 24px; }
  .switch-card strong { font-size: 28px; }
  .intro-strip { overflow-x: auto; justify-content: flex-start; gap: 28px; white-space: nowrap; }
  .intro-strip span:not(:last-child)::after { margin-left: 28px; }
  .experience-section, .forge-copy, .groups, .story, .know-before, .visit { padding: 75px 24px; }
  .section-heading, .forge-section, .groups, .story, .visit { grid-template-columns: 1fr; }
  .section-heading { gap: 35px; }
  .forge-image { min-height: 440px; }
  .groups, .story { gap: 45px; }
  .know-grid { grid-template-columns: 1fr; }
  .know-grid div:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; }
  .final-cta { padding: 55px 24px; align-items: flex-start; flex-direction: column; gap: 28px; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  footer p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .switch-card { transition: none; }
}
