:root {
  --paper: #f1eadc;
  --ink: #303328;
  --gold: #d6b754;
  --clay: #8d4e3b;
  --moss: #6f795e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #f29d6d;
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: #244d42;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  left: .75rem;
  padding: .8rem 1rem;
  color: var(--paper);
  background: var(--ink);
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform .15s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: .72rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.05rem 1.2rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  color: var(--paper);
  background: var(--clay);
}

.text-link {
  font-size: .72rem;
  font-weight: 700;
  text-underline-offset: .4rem;
}

.site-header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  margin: 0 3.5vw;
  border-bottom: 1px solid rgba(48, 51, 40, .45);
}

.site-mark {
  display: grid;
  grid-template-columns: 43px auto;
  align-items: center;
  column-gap: .7rem;
  text-decoration: none;
}

.site-mark > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.site-mark > span img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-mark b {
  align-self: end;
  font: 700 1.08rem/1 var(--serif);
}

.site-mark small {
  align-self: start;
  margin-top: .25rem;
  font-size: .5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  gap: clamp(1.4rem, 3vw, 3rem);
}

.site-header nav a {
  font-size: .7rem;
  text-decoration: none;
}

.header-cta {
  justify-self: end;
  padding: .85rem 1.15rem;
  color: var(--paper);
  background: var(--ink);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: 700 .7rem/1 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 700px;
  padding: clamp(3rem, 5vw, 5rem) 3.5vw 3.5rem;
  background: radial-gradient(circle at 18% 38%, rgba(214, 183, 84, .18), transparent 28%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  margin-top: clamp(1.5rem, 3vw, 3rem);
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(4.8rem, 8.3vw, 9.5rem)/.84 var(--serif);
  letter-spacing: -.07em;
}

.hero h1 em {
  color: var(--clay);
  font-weight: 400;
}

.hero-welcome {
  max-width: 610px;
  margin: 2.2rem 0 0 18%;
  padding-left: 1.2rem;
  border-left: 3px solid var(--gold);
  font: 400 clamp(1.15rem, 1.6vw, 1.45rem)/1.45 var(--serif);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2.2rem 0 0 18%;
}

.hero-actions .button {
  min-width: 270px;
}

.hero-image {
  position: relative;
  min-width: 0;
  min-height: 540px;
  margin: 1rem 0 0 -2rem;
  border: 12px solid var(--gold);
  transform: rotate(1.2deg);
}

.hero-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.82) contrast(.98);
}

.photo-note {
  position: absolute;
  top: -3rem;
  right: -1.8rem;
  width: 250px;
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--ink);
  transform: rotate(-2deg);
}

.photo-note span {
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.photo-note p {
  margin: .7rem 0 0;
  font: italic .9rem/1.4 var(--serif);
}

.starting-points,
.contact {
  scroll-margin-top: 1rem;
}

.starting-points {
  padding: clamp(3.5rem, 6vw, 6rem) 3.5vw clamp(6rem, 9vw, 9rem);
}

.section-heading {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 3vw;
}

.section-heading h2 {
  max-width: 1050px;
  margin: 0;
  font: 400 clamp(3rem, 5.5vw, 6.3rem)/.92 var(--serif);
  letter-spacing: -.055em;
}

.section-heading h2 em {
  color: var(--clay);
  font-weight: 400;
}

.starting-point-list {
  max-width: 1300px;
  margin: 3rem 0 0 auto;
  border-top: 1px solid var(--ink);
}

.starting-point-list a {
  display: grid;
  grid-template-columns: 75px 1fr auto;
  gap: 2rem;
  align-items: center;
  min-height: 155px;
  padding: 1.7rem 1rem;
  border-bottom: 1px solid rgba(48, 51, 40, .55);
  text-decoration: none;
  transition: padding .25s ease, color .25s ease, background .25s ease;
}

.starting-point-list a:hover,
.starting-point-list a:focus-visible {
  padding-left: 2rem;
  color: var(--paper);
  background: var(--ink);
}

.starting-point-list a > span {
  color: var(--clay);
  font: italic 400 2rem/1 var(--serif);
}

.starting-point-list h3 {
  margin: 0 0 .45rem;
  font: 400 clamp(1.8rem, 3vw, 3.2rem)/1 var(--serif);
}

.starting-point-list p {
  max-width: 650px;
  margin: 0;
  font-size: .8rem;
  line-height: 1.5;
}

.starting-point-list a > b {
  font-size: 1.6rem;
}

.new-to-firearms {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 6vw;
  padding: clamp(6rem, 9vw, 10rem) 3.5vw;
  color: var(--paper);
  background: var(--ink);
}

.new-to-firearms h2 {
  margin: 0;
  font: 400 clamp(3rem, 5vw, 5.8rem)/.92 var(--serif);
  letter-spacing: -.055em;
}

.new-goal-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(241, 234, 220, .45);
}

.new-goal-options article {
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--ink);
}

.new-goal-options article:first-child {
  background: #424a38;
}

.new-goal-options span {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.new-goal-options h3 {
  margin: 2.5rem 0 1rem;
  font: 400 2rem/1.05 var(--serif);
}

.new-goal-options p {
  min-height: 115px;
  font-size: .85rem;
  line-height: 1.6;
}

.new-goal-options a {
  font-size: .68rem;
  font-weight: 700;
  text-underline-offset: .4rem;
  text-transform: uppercase;
}

.courses {
  padding: clamp(7rem, 11vw, 12rem) 3.5vw;
  background: #d8d0c2;
}

.course-panel-introduction {
  max-width: 660px;
  margin: 3rem 0 5rem auto;
  font-size: .86rem;
  line-height: 1.6;
}

.course-panel-stack {
  max-width: 1450px;
  margin: 0 auto;
  padding: 3.5rem 2.5rem 7rem;
  background: #c9bfaf;
  box-shadow: inset 0 0 100px rgba(60, 50, 34, .09);
}

.course-panel {
  position: relative;
  display: block;
  min-height: 430px;
  padding: 1.6rem;
  border: 1px solid rgba(48, 51, 40, .6);
  text-decoration: none;
  box-shadow: 0 24px 38px rgba(55, 45, 30, .16);
  transition: transform .25s ease;
}

.course-panel + .course-panel {
  margin-top: -86px;
}

.course-panel-1 {
  z-index: 1;
  margin-right: 4%;
  background: #eee5d6;
  transform: rotate(-.45deg);
}

.course-panel-2 {
  z-index: 2;
  margin-left: 5%;
  color: var(--ink);
  background: var(--gold);
  transform: rotate(.45deg);
}

.course-panel-3 {
  z-index: 3;
  margin-right: 2%;
  color: var(--paper);
  background: #75483a;
  transform: rotate(-.3deg);
}

.course-panel:hover,
.course-panel:focus-visible {
  z-index: 10;
  transform: translateY(-12px) rotate(0);
}

.course-panel-meta {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  font-size: .62rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.course-panel-meta b {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.course-panel-meta i {
  font-size: 1rem;
  font-style: normal;
}

.course-panel-content {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 4vw;
  padding: 3rem 0 2.5rem;
}

.course-panel-content h3 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(3rem, 5.3vw, 6.2rem)/.9 var(--serif);
  letter-spacing: -.06em;
}

.course-panel-content p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.6;
}

.course-panel dl {
  display: grid;
  grid-template-columns: 1.4fr .5fr .5fr;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
}

.course-panel dt {
  margin-bottom: .4rem;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.course-panel dd {
  margin: 0;
  font-size: .76rem;
  line-height: 1.4;
}

.approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  color: var(--paper);
  background: var(--clay);
}

.approach > div {
  align-self: center;
  padding: clamp(4rem, 7vw, 8rem);
}

.approach > div:first-child {
  color: var(--ink);
  background: var(--gold);
}

.approach h2 {
  margin: 0;
  font: italic 400 clamp(3rem, 5vw, 5.8rem)/.94 var(--serif);
  letter-spacing: -.05em;
}

.approach > div:last-child > p {
  max-width: 630px;
  font-size: 1rem;
  line-height: 1.65;
}

.instructor {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr);
  gap: clamp(3rem, 6vw, 7rem);
  padding: clamp(5rem, 7vw, 7.5rem) 3.5vw;
  background: #e2dacb;
  border-bottom: 1px solid rgba(48, 51, 40, .25);
}

.instructor-heading {
  align-self: start;
}

.instructor h2 {
  max-width: 650px;
  margin: 0;
  color: var(--clay);
  font: italic 400 clamp(4rem, 6vw, 7rem)/.88 var(--serif);
  letter-spacing: -.06em;
}

.instructor-heading blockquote {
  margin: 1.75rem 0 0;
  padding: 1.25rem 0 0 1.5rem;
  border-top: 1px solid rgba(48, 51, 40, .5);
  border-left: 6px solid var(--gold);
  font: italic 400 clamp(1.55rem, 2.2vw, 2.3rem)/1.12 var(--serif);
  letter-spacing: -.025em;
}

.credential {
  display: inline-block;
  margin: 1.75rem 0 0;
  padding: .75rem 1rem;
  border: 1px solid var(--ink);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.instructor-story {
  align-self: start;
  max-width: 790px;
  padding-top: 2rem;
  border-top: 1px solid var(--ink);
}

.instructor-story > p {
  max-width: 720px;
  font-size: .95rem;
  line-height: 1.7;
}

.instructor-story .instructor-lead {
  margin-top: 0;
  font: 400 clamp(1.5rem, 2.2vw, 2.2rem)/1.3 var(--serif);
  letter-spacing: -.02em;
}

.service-photo {
  margin: 2.5rem 0 0;
}

.service-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(.72) contrast(.98);
}

.service-photo figcaption {
  padding: .85rem 0;
  border-bottom: 1px solid rgba(48, 51, 40, .5);
  font-size: .66rem;
  line-height: 1.5;
}

.testimonials {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 6vw;
  padding: clamp(7rem, 11vw, 12rem) 3.5vw;
  color: var(--paper);
  background: #424a38;
}

.testimonials h2 {
  max-width: 700px;
  margin: 0;
  font: 400 clamp(3rem, 5vw, 5.8rem)/.94 var(--serif);
  letter-spacing: -.05em;
}

.testimonial-list {
  align-self: center;
}

.testimonial-list figure {
  margin: 0;
  padding: clamp(2.5rem, 5vw, 5rem);
  color: var(--ink);
  background: var(--gold);
  box-shadow: 18px 18px 0 rgba(241, 234, 220, .16);
}

.testimonial-list figure + figure {
  margin-top: 2rem;
}

.testimonial-list blockquote {
  margin: 0;
  font: italic 400 clamp(2.3rem, 4vw, 4.7rem)/1.06 var(--serif);
  letter-spacing: -.04em;
}

.testimonial-list figcaption {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.testimonial-list > p {
  margin: 2rem 0 0;
  font-size: .68rem;
  line-height: 1.55;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gallery {
  padding: clamp(7rem, 11vw, 12rem) 3.5vw;
  background: #d8d0c2;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(.8rem, 1.5vw, 1.4rem);
  margin-top: 5rem;
}

.gallery figure {
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 0;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.75) contrast(.96);
}

.gallery figcaption {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  min-height: 118px;
  padding: 1.25rem;
  border-top: 4px solid var(--gold);
  font-size: .68rem;
  line-height: 1.45;
}

.gallery figcaption b {
  font-family: var(--serif);
  font-size: .9rem;
}

.gallery figcaption span {
  max-width: 190px;
}

.contact {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 6vw;
  padding: clamp(6rem, 9vw, 9rem) 3.5vw;
  background: var(--gold);
}

.contact h2 {
  max-width: 700px;
  margin: 0;
  font: italic 400 clamp(3.2rem, 5.5vw, 6.2rem)/.92 var(--serif);
  letter-spacing: -.055em;
}

.contact-details {
  align-self: center;
}

.contact-details > p {
  max-width: 760px;
  margin: 0;
  font: 400 clamp(1.25rem, 2vw, 1.8rem)/1.45 var(--serif);
}

.contact-actions {
  display: grid;
  grid-template-columns: minmax(260px, 520px);
  margin-top: 3rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.contact-actions a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  min-height: 145px;
  padding: 1.25rem;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.contact-actions a:hover,
.contact-actions a:focus-visible {
  color: var(--paper);
  background: var(--ink);
}

.contact-actions span {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-actions b {
  font: 400 clamp(.9rem, 1.3vw, 1.15rem)/1.2 var(--serif);
  overflow-wrap: anywhere;
}

.contact-details small {
  display: block;
  max-width: 700px;
  margin-top: 1.25rem;
  font-size: .66rem;
  line-height: 1.55;
}

.upcoming {
  padding: clamp(7rem, 11vw, 12rem) 3.5vw;
}

.upcoming h2 {
  max-width: 1000px;
  margin: 0;
  font: 400 clamp(3.2rem, 6vw, 6.8rem)/.9 var(--serif);
  letter-spacing: -.06em;
}

.event-card {
  display: grid;
  grid-template-columns: .45fr 1.2fr .55fr;
  align-items: stretch;
  margin-top: 4rem;
  border: 1px solid var(--ink);
}

.event-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 1.5rem;
  background: var(--gold);
}

.event-card span {
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.event-card b {
  margin-top: .5rem;
  font: 400 2.2rem/1 var(--serif);
}

.event-card p {
  align-self: center;
  margin: 0;
  padding: 2rem;
  font-size: .86rem;
  line-height: 1.6;
}

.event-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  color: var(--paper);
  background: var(--clay);
  font-size: .68rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 3rem;
  align-items: start;
  padding: 4rem 3.5vw 2rem;
  color: var(--paper);
  background: var(--ink);
  font-size: .72rem;
  line-height: 1.6;
}

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

.footer-brand > span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  background: var(--paper);
  border-radius: 50%;
}

.footer-brand > span img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-legal {
  display: grid;
  grid-template-columns: 82px minmax(0, 250px);
  gap: 1rem;
  align-items: center;
}

.footer-legal img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  align-items: flex-end;
}

.site-footer > small {
  grid-column: 1 / -1;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(241, 234, 220, .35);
}

/* Course pages */
.course-hero {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 5vw;
  padding: clamp(6rem, 10vw, 11rem) 3.5vw;
}

.course-hero h1 {
  max-width: 1100px;
  margin: 0;
  font: 400 clamp(4.2rem, 8vw, 9rem)/.84 var(--serif);
  letter-spacing: -.07em;
}

.current-course-name {
  margin: 1.5rem 0 0;
  font-size: .64rem !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.course-hero > div > p:last-child {
  max-width: 720px;
  margin-top: 2rem;
  font-size: 1.15rem;
  line-height: 1.6;
}

.course-hero dl {
  align-self: end;
  margin: 0;
  border-top: 1px solid var(--ink);
}

.course-hero dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(48, 51, 40, .45);
}

.course-hero dt,
.course-day dt,
.course-policies dt {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.course-hero dd,
.course-day dd,
.course-policies dd {
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
}

.course-fit {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 3vw;
  padding: clamp(5rem, 8vw, 8rem) 3.5vw;
  color: var(--paper);
  background: var(--ink);
}

.course-fit h2,
.course-day h2,
.course-pause h2,
.course-policies h2,
.course-action h2 {
  margin: 0 0 1.5rem;
  font: 400 clamp(3rem, 5.5vw, 6rem)/.92 var(--serif);
  letter-spacing: -.055em;
}

.course-fit p {
  max-width: 740px;
  line-height: 1.6;
}

.course-day {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 5vw;
  padding: clamp(6rem, 10vw, 11rem) 3.5vw;
}

.course-day dl {
  margin: 0;
  border-top: 1px solid var(--ink);
}

.course-day dl div {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(48, 51, 40, .45);
}

.course-day dt {
  margin-bottom: .5rem;
}

.course-day dd {
  font-size: .9rem;
}

.course-process {
  padding: clamp(6rem, 9vw, 10rem) 3.5vw;
  background: #d8d0c2;
}

.course-process ol {
  max-width: 1100px;
  margin: 3rem 0 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.course-process li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  padding: 2rem 0 3rem;
  border-bottom: 1px solid rgba(48, 51, 40, .5);
}

.course-process li > span {
  color: var(--clay);
  font: italic 400 2rem/1 var(--serif);
}

.course-process h3 {
  margin: 0 0 .8rem;
  font: 400 2.3rem/1 var(--serif);
}

.course-process p {
  max-width: 720px;
  margin: 0;
  line-height: 1.6;
}

.course-pause {
  padding: clamp(6rem, 9vw, 10rem) 15vw;
  background: var(--gold);
}

.course-pause > span {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.course-pause p {
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.65;
}

.course-policies {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 5vw;
  padding: clamp(6rem, 9vw, 9rem) 3.5vw;
  color: var(--paper);
  background: #424a38;
}

.course-policies dl {
  margin: 0;
  border-top: 1px solid var(--paper);
}

.course-policies dl div {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(241, 234, 220, .45);
}

.course-policies dt {
  margin-bottom: .6rem;
}

.course-policies dd {
  max-width: 760px;
  font-size: .9rem;
}

.course-action {
  padding: clamp(7rem, 11vw, 12rem) 3.5vw;
}

.course-action > p {
  max-width: 740px;
  font-size: 1rem;
  line-height: 1.6;
}

.course-action .button {
  margin-top: 2rem;
}

.error-message {
  min-height: 65vh;
  padding: clamp(6rem, 10vw, 11rem) 3.5vw;
}

.error-message h1 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(3.8rem, 8vw, 8rem)/.88 var(--serif);
  letter-spacing: -.06em;
}

.error-message p:not(.eyebrow) {
  max-width: 650px;
  margin: 2rem 0;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
  }

  .site-header nav {
    gap: 1.2rem;
  }

  .site-mark small {
    max-width: 210px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: block;
    padding: .8rem;
    cursor: pointer;
  }

  .site-header nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 1rem 3.5vw;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
    box-shadow: 0 18px 30px rgba(48, 51, 40, .12);
  }

  .site-header nav.is-open {
    display: flex;
  }

  .site-header nav a {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(48, 51, 40, .25);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-welcome,
  .hero-actions {
    margin-left: 0;
  }

  .hero-image {
    width: 88%;
    margin: 6rem 0 0 12%;
  }

  .section-heading,
  .new-to-firearms,
  .approach,
  .instructor,
  .testimonials,
  .contact,
  .course-hero,
  .course-fit,
  .course-day,
  .course-policies {
    grid-template-columns: 1fr;
  }

  .new-goal-options {
    margin-top: 2rem;
  }

  .course-panel-content {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 650px) {
  .site-header {
    min-height: 76px;
    margin: 0 1rem;
  }

  .site-mark small {
    display: none;
  }

  .site-mark b {
    align-self: center;
  }

  .header-cta {
    padding: .7rem .8rem;
  }

  .hero {
    min-height: auto;
    padding: 3.25rem 1rem 4rem;
  }

  .hero-copy {
    margin-top: 0;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }

  .hero-welcome {
    font-size: 1.1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    min-width: 0;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-image {
    width: 100%;
    min-height: 440px;
    margin: 5rem 0 0;
    border-width: 8px;
    overflow: hidden;
    transform: none;
  }

  .photo-note {
    top: 1rem;
    right: auto;
    left: 1rem;
    width: 190px;
    transform: rotate(-1deg);
  }

  .starting-points,
  .new-to-firearms,
  .courses,
  .instructor,
  .testimonials,
  .gallery,
  .contact,
  .upcoming,
  .course-hero,
  .course-fit,
  .course-day,
  .course-process,
  .course-pause,
  .course-policies,
  .course-action,
  .error-message {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-heading h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .starting-point-list {
    margin-top: 3rem;
  }

  .starting-point-list a {
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    min-height: 180px;
    padding: 1.5rem 0;
  }

  .starting-point-list a > b {
    grid-column: 2;
  }

  .new-goal-options {
    grid-template-columns: 1fr;
  }

  .new-goal-options p {
    min-height: auto;
  }

  .course-panel-introduction {
    margin: 2rem 0 3rem;
  }

  .course-panel-stack {
    padding: 1rem .5rem 2rem;
  }

  .course-panel {
    min-height: 470px;
    padding: 1rem;
    transform: none;
  }

  .course-panel + .course-panel {
    margin: -18px 0 0;
  }

  .course-panel-1,
  .course-panel-2,
  .course-panel-3 {
    margin-right: 0;
    margin-left: 0;
  }

  .course-panel-meta {
    grid-template-columns: 42px 1fr;
  }

  .course-panel-meta b {
    grid-column: 2;
    margin-top: .7rem;
  }

  .course-panel-content {
    padding: 2rem 0;
  }

  .course-panel-content h3 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .course-panel dl {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .course-panel dl div:first-child {
    grid-column: 1 / -1;
  }

  .approach > div {
    padding: 4rem 1rem;
  }

  .instructor-heading blockquote {
    margin-bottom: 3rem;
    padding-left: 1.25rem;
    border-left-width: 5px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .gallery img {
    aspect-ratio: 4 / 3;
  }

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

  .contact-actions a {
    min-height: 105px;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card > div {
    min-height: 130px;
  }

  .event-card a {
    min-height: 55px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 4rem 1rem 2rem;
  }

  .footer-links {
    align-items: flex-start;
  }

  .site-footer > small {
    grid-column: 1;
  }

  .course-hero h1 {
    font-size: clamp(3.6rem, 16vw, 5.8rem);
  }

  .course-fit h2,
  .course-day h2,
  .course-pause h2,
  .course-policies h2,
  .course-action h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .course-process li {
    grid-template-columns: 48px 1fr;
    gap: 1rem;
  }

  .course-process h3 {
    font-size: 1.8rem;
  }

  .course-pause {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media print {
  .site-header,
  .site-footer,
  .hero-actions,
  .contact,
  .upcoming {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
  }

  * {
    box-shadow: none !important;
  }
}

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