:root {
  --ntm-black: #030303;
  --ntm-ink: #0a0a0a;
  --ntm-panel: #171717;
  --ntm-panel-soft: #222222;
  --ntm-line: #373737;
  --ntm-red: #df161c;
  --ntm-red-dark: #ad1116;
  --ntm-white: #ffffff;
  --ntm-muted: #cfcfcf;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background: var(--ntm-black);
  color: var(--ntm-white);
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0;
}

p,
li,
.btn,
.nav-link,
.stat-label,
.copyright,
.call-label {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
}

.site-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 60px);
}

.site-header {
  background: #020202;
  border-bottom: 1px solid #141414;
}

.navbar {
  min-height: 98px;
  padding: 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  color: var(--ntm-white);
  text-decoration: none;
}

.brand-logo {
  width: 92px;
  height: 78px;
  object-fit: contain;
}

.header-wordmark {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 3px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.wordmark-top {
  color: var(--ntm-white);
}

.wordmark-bottom {
  color: var(--ntm-red);
  font-size: 27px;
  letter-spacing: 0.2px;
}

.wordmark-tagline {
  margin-top: 8px;
  color: var(--ntm-white);
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 9px;
  text-transform: none;
  white-space: nowrap;
}

.navbar .nav-link {
  position: relative;
  color: #f0f0f0;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 39px 17px;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 21px;
  height: 2px;
  background: var(--ntm-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--ntm-red);
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  min-height: 48px;
  padding: 0.82rem 1.55rem;
  text-transform: uppercase;
}

.btn-lg {
  min-width: 164px;
  min-height: 56px;
}

.btn-red {
  background: var(--ntm-red);
  border: 1px solid var(--ntm-red);
  color: var(--ntm-white);
}

.btn-red:hover,
.btn-red:focus {
  background: var(--ntm-red-dark);
  border-color: var(--ntm-red-dark);
  color: var(--ntm-white);
}

.btn-ghost {
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: var(--ntm-white);
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: var(--ntm-white);
  color: var(--ntm-black);
}

.nav-cta {
  min-width: 236px;
}

.hero-section {
  position: relative;
  min-height: 620px;
  padding-top: 98px;
  overflow: hidden;
  border-bottom: 1px solid var(--ntm-line);
  background:
    url("../images/06.jpg") center 48% / cover no-repeat,
    #080808;
}

.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.78) 26%, rgba(0, 0, 0, 0.23) 58%, rgba(0, 0, 0, 0.05) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 74px;
}

.kicker {
  color: var(--ntm-red);
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 420px;
  font-size: clamp(4.1rem, 7vw, 6.9rem);
  font-weight: 600;
  line-height: 0.86;
  text-transform: uppercase;
}

.inner-hero .hero-title {
  width: 100%;
  max-width: none;
  font-size: clamp(3.485rem, 5.95vw, 5.865rem);
}

.inner-hero {
  min-height: 520px;
}

.inner-hero .hero-content {
  display: grid;
  align-items: center;
  min-height: calc(520px - 98px);
  padding-top: 0;
  padding-bottom: 0;
}

.inner-hero .hero-title-line {
  justify-content: center;
}

.inner-hero .hero-title-sub {
  font-size: clamp(1.1475rem, 1.87vw, 1.87rem);
}

.hero-title-sub {
  display: block;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1;
}

.hero-title-line {
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0 14px;
}

.hero-title-line span {
  width: 82px;
}

.hero-title-line i {
  font-size: 0.85rem;
  line-height: 1;
}

.hero-copy {
  max-width: 360px;
  color: #f2f2f2;
  font-size: 0.98rem;
  line-height: 1.62;
}

.stats-section {
  background: #080808;
  border-bottom: 1px solid #151515;
  padding: 46px 0;
}

.stats-items-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.stat-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 27px;
  min-height: 140px;
  padding-inline: clamp(24px, 3vw, 48px);
  border-right: 1px solid #3a3a3a;
}

.stat-item-last {
  border-right: 0;
}

.stat-icon {
  display: block;
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.stat-number {
  font-size: clamp(2rem, 3.21vw, 3rem);
  font-weight: 500;
  line-height: 0.88;
}

.stat-number .counter {
  display: inline-block;
  padding-top: 10px;
}

.stat-word {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
}

.stat-label {
  color: #efefef;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.55;
  margin-top: 16px;
  text-transform: uppercase;
}

.stat-stars {
  color: var(--ntm-red);
  font-size: 1.05rem;
  letter-spacing: 4px;
  margin-top: 10px;
}

.stat-rule {
  width: 32px;
  height: 2px;
  background: var(--ntm-red);
  margin: 14px 0;
}

.section-pad {
  padding: 42px 0 36px;
}

.content-section {
  padding-block: clamp(48px, 6vw, 84px);
}

.content-image {
  width: 100%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-area h3,
.content-area h4 {
  margin-bottom: 1.5rem;
}

.content-area h3 {
  text-transform: uppercase;
}

.content-area ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  color: #ededed;
  font-size: 0.92rem;
  line-height: 1.58;
}

.content-area ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 22px;
}

.content-area ul li::before {
  content: "\f054";
  position: absolute;
  top: 0.35em;
  left: 0;
  color: var(--ntm-red);
  font-family: "Font Awesome 5 Free";
  font-size: 0.65em;
  font-weight: 900;
}

.contact-layout {
  margin-top: clamp(40px, 5vw, 72px);
}

.contact-form-panel h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  text-transform: uppercase;
}

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

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

.contact-field label {
  color: #f2f2f2;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #3a3a3a;
  border-radius: 0;
  background: #050505;
  color: var(--ntm-white);
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-field input,
.contact-field select {
  min-height: 50px;
  padding: 10px 14px;
}

.contact-field select {
  cursor: pointer;
}

.contact-field textarea {
  min-height: 180px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--ntm-red);
  outline: 2px solid rgba(223, 22, 28, 0.25);
  outline-offset: 0;
}

.contact-field [aria-invalid="true"] {
  border-color: var(--ntm-red);
}

.contact-field-error {
  display: block;
  color: #ff7276;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.84rem;
}

.contact-recaptcha {
  display: grid;
  gap: 0.5rem;
  justify-items: start;
}

.contact-alert {
  margin-bottom: 1.5rem;
  padding: 14px 16px;
  border: 1px solid;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
}

.contact-alert-success {
  border-color: #378d50;
  background: rgba(55, 141, 80, 0.14);
  color: #9be4af;
}

.contact-alert-error {
  border-color: var(--ntm-red);
  background: rgba(223, 22, 28, 0.12);
  color: #ff9da0;
}

.contact-info h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  text-transform: uppercase;
}

.contact-info-list {
  display: grid;
  gap: 14px;
}

.contact-info-block {
  display: flex;
  align-items: start;
  gap: 18px;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid #2b2b2b;
  background: linear-gradient(135deg, #101010, #080808);
}

.contact-info-block > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 2px solid var(--ntm-red);
  border-radius: 50%;
  color: var(--ntm-white);
  font-size: 1.15rem;
}

.contact-info-label,
.contact-info-value {
  display: block;
}

.contact-info-label {
  margin-bottom: 2px;
  color: var(--ntm-red);
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-info-value {
  color: var(--ntm-white);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.15;
}

.contact-info-link {
  text-decoration: none;
}

.contact-info-link:hover,
.contact-info-link:focus {
  color: var(--ntm-red);
}

.request-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.request-alert {
  max-width: 720px;
  margin: 32px auto 0;
}

.request-form {
  margin-top: clamp(44px, 5vw, 68px);
}

#request-action {
  color: inherit;
}

.motorcycle-reservation {
  margin-top: clamp(44px, 5vw, 68px);
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 72px);
  border: 1px solid #2b2b2b;
  background:
    radial-gradient(circle at 50% 0, rgba(223, 22, 28, 0.16), transparent 42%),
    linear-gradient(180deg, #171717, #0b0b0b);
  text-align: center;
}

.motorcycle-reservation-icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 24px;
  border: 2px solid var(--ntm-red);
  border-radius: 50%;
  color: var(--ntm-white);
  font-size: 2rem;
}

.motorcycle-reservation .kicker {
  margin-bottom: 8px;
}

.motorcycle-reservation h3 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.motorcycle-reservation-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  color: var(--ntm-white);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.motorcycle-reservation-phone i {
  color: var(--ntm-red);
  font-size: 0.7em;
}

.motorcycle-reservation-phone:hover,
.motorcycle-reservation-phone:focus {
  color: var(--ntm-red);
}

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

.request-time-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.request-time-selects select {
  flex: 0 0 104px;
  width: 104px;
}

.request-field-full {
  grid-column: 1 / -1;
}

.request-submit {
  margin-top: 28px;
}

.invoice-payment-intro {
  max-width: 720px;
  margin: 0 auto clamp(38px, 5vw, 58px);
}

.invoice-payment-intro > p:last-child {
  max-width: 650px;
  margin: 0 auto;
  color: #d5d5d5;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.45;
}

.invoice-payment-form {
  display: grid;
  gap: 28px;
}

.site-form-panel {
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid #2b2b2b;
  background:
    radial-gradient(circle at 50% 0, rgba(223, 22, 28, 0.1), transparent 32%),
    linear-gradient(180deg, #141414, #090909);
}

.contact-form.site-form-panel {
  gap: 1.5rem;
}

.request-form.site-form-panel .contact-recaptcha {
  margin-top: 28px;
}

.invoice-payment-section {
  min-width: 0;
  margin: 0;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid #292929;
}

.invoice-payment-section legend {
  float: none;
  width: auto;
  margin-bottom: 22px;
  color: var(--ntm-white);
  font-family: "Oswald", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.invoice-payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

.invoice-field-full {
  grid-column: 1 / -1;
}

.invoice-billing-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.invoice-billing-half {
  grid-column: span 3;
}

.invoice-billing-full {
  grid-column: 1 / -1;
}

.invoice-billing-city {
  grid-column: span 3;
}

.invoice-billing-state {
  grid-column: span 1;
}

.invoice-billing-zip {
  grid-column: span 2;
}

.invoice-amount-field {
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid #3a3a3a;
  background: #050505;
}

.invoice-amount-field:focus-within {
  border-color: var(--ntm-red);
  outline: 2px solid rgba(223, 22, 28, 0.25);
}

.invoice-amount-field > span {
  padding-left: 14px;
  color: #bdbdbd;
  font-weight: 700;
}

.contact-field .invoice-amount-field input {
  min-height: 48px;
  border: 0;
  outline: 0;
}

.invoice-collect-field {
  min-height: 50px;
  border: 1px solid #3a3a3a;
  background: #050505;
}

.invoice-collect-field:focus-within {
  border-color: var(--ntm-red);
  outline: 2px solid rgba(223, 22, 28, 0.25);
}

.invoice-security-note,
.invoice-setup-note {
  color: #bdbdbd;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.84rem;
}

.invoice-security-note {
  margin: 18px 0 0;
}

.invoice-security-note i {
  margin-right: 7px;
  color: var(--ntm-red);
}

.invoice-payment-submit {
  justify-self: start;
}

.invoice-payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.invoice-payment-submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.invoice-setup-note {
  margin: -15px 0 0;
}

.payment-complete-panel h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 600;
  text-transform: uppercase;
}

.payment-complete-panel p {
  color: #d5d5d5;
}

.payment-complete-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 24px;
  border: 2px solid #378d50;
  border-radius: 50%;
  color: #9be4af;
  font-size: 2rem;
}

.payment-cancelled-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 24px;
  border: 2px solid var(--ntm-red);
  border-radius: 50%;
  color: #ff9da0;
  font-size: 2rem;
}

.payment-transaction-id {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .request-form-grid {
    grid-template-columns: 1fr;
  }

  .request-field-full {
    grid-column: auto;
  }

  .invoice-payment-grid {
    grid-template-columns: 1fr;
  }

  .invoice-field-full {
    grid-column: auto;
  }

  .invoice-billing-half,
  .invoice-billing-full,
  .invoice-billing-city,
  .invoice-billing-state,
  .invoice-billing-zip {
    grid-column: auto;
  }

  .invoice-payment-submit {
    width: 100%;
  }

  .invoice-payment-actions,
  .invoice-payment-actions .btn {
    width: 100%;
  }
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2,
.gallery-heading h2,
.support-content h2,
.cta-title h2,
.about-copy h2 {
  font-weight: 600;
  line-height: 0.93;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: clamp(2.35rem, 4.3vw, 3.9rem);
}

.section-heading span,
.mission-title {
  color: var(--ntm-red);
}

.star-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 12px;
  color: var(--ntm-red);
}

.star-line span {
  width: 72px;
  height: 2px;
  background: var(--ntm-red);
}

.star-line-left {
  justify-content: flex-start;
}

.photo-placeholder {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(223, 22, 28, 0.12), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.16), transparent 23%),
    linear-gradient(120deg, #1d1d1d, #3a3a3a 48%, #111);
  border: 1px solid #282828;
}

.real-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.photo-placeholder.real-photo::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.42));
  opacity: 1;
}

.photo-placeholder.real-photo::after {
  display: none;
}

.img-hero {
  background-image: url("../images/06.jpg");
  background-position: center 48%;
}

.img-funeral,
.img-about {
  background-image: url("../images/08.jpg");
  background-position: center 42%;
}

.img-motorcade {
  background-image: url("../images/05.jpg");
  background-position: center 46%;
}

.img-community {
  background-image: url("../images/03.jpg");
  background-position: center 46%;
}

.img-rider {
  background-image: url("../images/01.jpg");
  background-position: center 34%;
}

.img-rain {
  background-image: url("../images/04.jpg");
  background-position: center 42%;
}

.img-honor-panel {
  background-image: url("../images/06.jpg");
  background-position: center 48%;
}

.img-events-panel {
  background-image: url("../images/05.jpg");
  background-position: center 50%;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 90px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 76px);
  opacity: 0.42;
}

.photo-placeholder::after {
  content: "\f03e  Image Placeholder";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.38);
  font-family: "Font Awesome 5 Free", "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.photo-guard {
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.1), rgba(223, 22, 28, 0.14)),
    linear-gradient(150deg, #d6d6d6 0 18%, #222 18% 44%, #7c7c7c 44% 58%, #191919 58% 100%);
}

.photo-motorcade {
  background:
    radial-gradient(circle at 45% 50%, rgba(255, 255, 255, 0.28), transparent 16%),
    linear-gradient(130deg, #1a1a1a 0 36%, #5b5b5b 36% 50%, #121212 50% 100%);
}

.photo-ride {
  background:
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(223, 22, 28, 0.28) 47px 53px),
    linear-gradient(150deg, #28401f, #202020 44%, #515151);
}

.photo-about {
  background:
    linear-gradient(90deg, rgba(218, 218, 218, 0.35) 0 35%, rgba(5, 5, 5, 0.75) 35% 100%),
    linear-gradient(135deg, #777, #1d1d1d);
}

.photo-flag {
  background:
    radial-gradient(circle at 77% 35%, rgba(223, 22, 28, 0.75), transparent 19%),
    linear-gradient(120deg, #080808, #242424 48%, #040404);
}

.photo-road {
  background:
    linear-gradient(180deg, rgba(10, 21, 27, 0.8), rgba(3, 3, 3, 0.86)),
    linear-gradient(90deg, #151515, #3c3c3c, #151515);
}

.photo-rider {
  background:
    radial-gradient(circle at 55% 30%, rgba(255, 255, 255, 0.55), transparent 13%),
    linear-gradient(130deg, #343434, #151515);
}

.services-section {
  background: var(--ntm-black);
}

.service-card {
  height: 100%;
  background: linear-gradient(180deg, #202020, #151515);
  border: 1px solid #1e1e1e;
}

.service-photo {
  aspect-ratio: 1.55 / 1;
  border: 0;
  border-bottom: 1px solid #262626;
}

.service-photo.real-photo::before,
.gallery-strip .real-photo::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
}

.service-body {
  position: relative;
  min-height: 274px;
  padding: 34px 34px 34px 60px;
}

.service-icon {
  position: absolute;
  top: -44px;
  left: 12px;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 50%;
  color: var(--ntm-white);
}

.service-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid var(--ntm-red);
  border-radius: 50%;
}

.service-icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.service-card h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 0.9;
  margin-bottom: 26px;
  padding-left: 60px;
}

.service-card p,
.check-list {
  color: #ededed;
  font-size: 0.92rem;
  line-height: 1.58;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 22px;
}

.check-list li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid var(--ntm-red);
  border-radius: 50%;
  color: var(--ntm-red);
  font-family: "Font Awesome 5 Free";
  font-size: 0.48rem;
  font-weight: 900;
}

.about-section {
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
}

.about-photo {
  height: 100%;
  min-height: 390px;
  border-left: 0;
}

@media (min-width: 992px) {
  .about-photo {
    border-right: 0;
  }
}

.about-photo.real-photo::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.58));
}

.about-photo-fade {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  pointer-events: none;
}

.about-copy {
  height: 100%;
  min-height: 390px;
  padding: 36px clamp(24px, 6vw, 74px);
  background: linear-gradient(90deg, rgba(3, 3, 3, 0.72), #080808);
}

.about-copy h2 {
  font-size: clamp(3.1rem, 5.2vw, 5rem);
  margin-bottom: 16px;
}

.about-copy p {
  max-width: 680px;
  color: #f1f1f1;
  font-size: 0.98rem;
  line-height: 1.6;
}

.mission-title {
  margin-top: 26px;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
}

blockquote {
  max-width: 620px;
  margin: 18px 0 18px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  line-height: 0.98;
}

.gallery-section {
  background: #080808;
  padding: 22px 0 34px;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.gallery-heading h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  margin: 0;
}

.gallery-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 22, 28, 0.85));
}

.gallery-heading span:last-child {
  background: linear-gradient(90deg, rgba(223, 22, 28, 0.85), transparent);
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.gallery-strip .photo-placeholder,
.gallery-thumb-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.56 / 1;
}

.gallery-thumb-image {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.gallery-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 5 / 3;
  padding: 0;
  border: 1px solid transparent;
  background: none;
  color: inherit;
  cursor: zoom-in;
}

.gallery-thumb:focus-visible {
  border-color: var(--ntm-red);
  outline: 2px solid var(--ntm-red);
  outline-offset: 3px;
}

.inner-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 40px;
}

.inner-gallery-grid .gallery-thumb {
  aspect-ratio: 1;
}

@media (min-width: 576px) {
  .inner-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .inner-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 992px) {
  .inner-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 26px;
  }
}

.gallery-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 64px);
  background: rgba(0, 0, 0, 0.80);
}

.gallery-lightbox.is-open {
  display: flex;
}

.lightbox-image {
  display: block;
  max-width: min(1400px, calc(100vw - 120px));
  max-height: calc(100vh - 80px);
  object-fit: contain;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  color: var(--ntm-red);
  outline: none;
}

.lightbox-close {
  top: 18px;
  right: 18px;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

body.lightbox-open {
  overflow: hidden;
}

.support-section {
  padding: 0 0 8px;
  background: #050505;
}

.support-section .site-container {
  max-width: none;
  padding-inline: 1rem;
}

.support-section .row > [class*="col-"] {
  display: flex;
}

.support-panel {
  display: flex;
  width: 100%;
  min-height: 308px;
  border-color: #343434;
}

.support-panel::after {
  display: none;
}

.support-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52));
}

.support-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  padding: 44px 44px 34px 44px;
}

.support-section .col-lg-6:first-child .support-content {
  text-align: right;
}

.support-section .col-lg-6:first-child .star-line-left {
  justify-content: flex-end;
}

.support-section .col-lg-6:first-child .check-list li {
  padding-right: 22px;
  padding-left: 0;
}

.support-section .col-lg-6:first-child .check-list li::before {
  right: 0;
  left: auto;
}

.support-section .col-lg-6:nth-child(2) .support-content {
  margin-right: auto;
  margin-left: 0;
}

.support-section .col-lg-6:nth-child(2) .star-line + .row {
  margin-top: 20px;
}

.support-list-pair {
  display: flex;
  gap: 5rem;
}

.support-section .col-lg-6:first-child .support-list-pair {
  justify-content: flex-end;
}

.support-section .col-lg-6:nth-child(2) .support-list-pair {
  justify-content: flex-start;
}

.support-content h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.support-content p {
  color: #eeeeee;
  margin: 20px 0 14px;
}

.cta-section {
  background: #080808;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  padding: 34px 0;
}

.cta-title {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cta-title > i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  border: 4px solid var(--ntm-red);
  border-radius: 50%;
  color: var(--ntm-white);
  font-size: 1.8rem;
}

.cta-title h2 {
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  margin: 0 0 4px;
}

.cta-title p {
  color: #f2f2f2;
  margin: 0;
}

.call-label {
  display: block;
  color: #e5e5e5;
  font-weight: 800;
  margin-bottom: 3px;
}

.phone-link {
  color: var(--ntm-white);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1.65rem, 2.7vw, 3rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.phone-link i {
  font-size: 1.5rem;
}

.phone-link:hover,
.phone-link:focus {
  color: var(--ntm-red);
}

.footer {
  background: #030303;
  padding: 28px 0 36px;
}

.footer a {
  display: block;
  color: #e6e6e6;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer a:hover,
.footer a:focus {
  color: var(--ntm-red);
}

.footer .footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px 30px;
}

.footer .footer-nav a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.footer .footer-facebook {
  font-size: 1.6rem;
}

.social-link {
  display: grid !important;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-left: 42px;
  background: #fff;
  border-radius: 50%;
  color: #1b64ac !important;
  font-size: 1rem !important;
}

.copyright {
  color: #bfbfbf;
  font-size: 0.78rem;
  margin-top: 50px;
}

@media (max-width: 1199.98px) {
  .navbar .nav-link {
    padding-inline: 10px;
  }

  .nav-cta {
    min-width: 190px;
  }

  .service-body {
    padding-right: 24px;
  }
}

@media (max-width: 991.98px) {
  .inner-hero .hero-content {
    min-height: 340px;
  }

  .stats-items-row {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar {
    min-height: 82px;
    padding: 9px 0;
  }

  .navbar-collapse {
    border-top: 1px solid #202020;
    margin-top: 10px;
    padding-bottom: 18px;
  }

  .navbar .nav-link {
    padding: 12px 0;
  }

  .footer .footer-nav {
    justify-content: flex-start;
  }

  .navbar .nav-link::after {
    left: 0;
    right: auto;
    bottom: 6px;
    width: 36px;
  }

  .brand-logo {
    width: 68px;
    height: 62px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 82px;
  }

  .hero-shade {
    inset: 0;
  }

  .hero-content {
    padding-top: 52px;
  }

  .stat-item {
    justify-content: flex-start;
    padding: 20px;
    border-bottom: 1px solid #2a2a2a;
  }

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

  .support-content {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .support-section .col-lg-6:first-child .support-content {
    text-align: left;
  }

  .support-section .col-lg-6:first-child .star-line-left {
    justify-content: flex-start;
  }

  .support-section .col-lg-6:first-child .check-list li {
    padding-right: 0;
    padding-left: 22px;
  }

  .support-section .col-lg-6:first-child .check-list li::before {
    right: auto;
    left: 0;
  }

  .support-section .col-lg-6:nth-child(2) .support-content {
    margin-right: 0;
  }

  .support-list-pair,
  .support-section .col-lg-6:first-child .support-list-pair,
  .support-section .col-lg-6:nth-child(2) .support-list-pair {
    justify-content: flex-start;
  }

  .about-photo {
    height: 320px;
    min-height: 320px;
  }

  .about-photo-fade {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 40px;
  }

  .content-image {
    margin-bottom: 2rem;
  }

  .hero-title {
    font-size: clamp(3.25rem, 15vw, 4.6rem);
  }

  .stats-section {
    padding: 24px 0;
  }

  .stat-item {
    align-items: flex-start;
    gap: 14px;
    min-height: 150px;
  }

  .stat-icon {
    width: 85px;
    height: 60px;
  }

  .service-body {
    min-height: auto;
    padding: 34px 26px 28px;
  }

  .service-icon {
    top: -35px;
    left: 8px;
    width: 70px;
    height: 70px;
  }

  .service-icon img {
    width: 28px;
    height: 28px;
  }

  .service-card h3 {
    padding-left: 64px;
  }

  .about-copy {
    padding: 34px 24px;
  }

  .gallery-heading {
    gap: 16px;
  }

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

  .support-content {
    padding: 28px 22px;
  }

  .support-list-pair {
    flex-direction: column;
    gap: 0;
  }

  .cta-title {
    align-items: flex-start;
  }

}

@media (max-width: 575.98px) {
  .lightbox-image {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 112px);
  }

  .lightbox-nav {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .nav-cta,
  .btn-lg {
    min-width: 0;
    width: 100%;
  }

  .hero-copy {
    max-width: none;
  }

  .stat-item {
    border-right: 0;
  }

  .stat-number {
    font-size: 2.1rem;
  }

  .stat-word {
    font-size: 1.25rem;
  }

  .section-heading h2 {
    font-size: 2.3rem;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .phone-link {
    font-size: 1.7rem;
  }
}
