@font-face {
  font-family: "Varela Round";
  src: url("assets/varela-round-latin.woff2") format("woff2");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Varela Round";
  src: url("assets/varela-round-latin-ext.woff2") format("woff2");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/montserrat-300-latin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/montserrat-300-latin-ext.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #181a1a;
  --hero-left: #a90000;
  --hero-right: #ff5d4d;
  --accent-left: #ff654e;
  --accent-right: #ee9a82;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: #343434;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  overflow-x: hidden;
}

a { color: inherit; }

button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 10px;
  top: -60px;
  z-index: 1000;
  background: #fff;
  color: #111;
  padding: 10px 16px;
}

.skip-link:focus { top: 10px; }

.site-header {
  height: 60px;
  background: var(--ink);
  color: #fff;
  position: relative;
  z-index: 20;
}

.header-inner {
  width: min(1206px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: block; line-height: 0; }
.brand img { display: block; width: 240px; height: auto; }

.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a { text-decoration: none; font-family: "Varela Round", sans-serif; font-size: 16px; }
.site-nav a:hover { color: #ff796a; }

.menu-toggle {
  width: 35px;
  height: 35px;
  padding: 7px 6px;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span { display: block; height: 2px; width: 100%; background: #fff; }

.hero {
  position: relative;
  height: 780px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(130deg, #8b0000 0%, #ff6347 89%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("assets/BG-HomePage-High.png") center center / cover no-repeat;
  opacity: .15;
  pointer-events: none;
}

.hero-shape { display: none; }

.section-wave {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -1px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.section-wave svg {
  position: relative;
  left: 50%;
  display: block;
  width: calc(260% + 1.3px);
  height: 120px;
  transform: translateX(-50%) rotateY(180deg);
}

.section-wave path { fill: #fff; }

.hero-inner {
  position: relative;
  z-index: 4;
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 116px;
  text-align: center;
}

.hero h1 {
  display: inline-block;
  position: relative;
  margin: 0 0 39px;
  font-size: 45px;
  line-height: 1.2;
  font-family: "Varela Round", sans-serif;
  font-weight: 300;
}

.headline-mark {
  display: inline-block;
  position: relative;
}

.headline-mark svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  overflow: visible;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.headline-mark path {
  fill: none;
  stroke: #ff69b4;
  stroke-width: 9;
  opacity: 0;
  stroke-dasharray: 0 1500;
}

.hero h1.headline-animated .headline-mark path {
  animation: headline-dash 1.2s forwards;
}

@keyframes headline-dash {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
}

.hero p { margin: 0 0 16px; font-size: 17px; }

.video-card {
  width: 671px;
  height: 377.5px;
  max-width: 100%;
  position: relative;
  margin: 35px auto 20px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .38);
  background: #6f4733;
}

.video-card video { width: 100%; height: 100%; object-fit: cover; display: block; }

.video-overlay {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.video-label {
  position: absolute;
  left: 21px;
  top: 0;
  padding: 5px 12px 6px;
  background: #d62828;
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.play-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
}

.play-triangle {
  position: absolute;
  left: 39px;
  top: 29px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid rgba(255, 255, 255, .95);
}

.cta-button,
.locations-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 266px;
  min-height: 49.2px;
  padding: 12px 27px;
  border-radius: 999px;
  background: #fff;
  color: #151515;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 11px 24px rgba(0, 0, 0, .25);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.cta-button:hover,
.cta-button:focus-visible,
.locations-button:hover,
.locations-button:focus-visible { transform: scale(1.1); }
.cta-button span { font-family: Arial, sans-serif; font-size: 23px; line-height: 1; }

.cta-button.button-tada {
  animation: button-tada 1.25s both;
}

@keyframes button-tada {
  0% { transform: scale3d(1, 1, 1); }
  10%, 20% { transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% { transform: scale3d(1, 1, 1); }
}

@media (prefers-reduced-motion: reduce) {
  .cta-button.button-tada { animation: none; }
  .headline-mark path { opacity: 1; stroke-dasharray: 1500 1500; }
}

.benefits {
  position: relative;
  min-height: 926px;
  overflow: hidden;
  background: #fff;
}

.benefits::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6vw;
  left: 0;
  width: 100%;
  height: 675.5px;
  background: url("assets/Bg-Testimonials-2.png") center center / cover no-repeat;
  pointer-events: none;
}

.benefits-blob { display: none; }

.benefits-inner {
  position: relative;
  z-index: 2;
  width: min(1105px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 155px;
}

.benefit-block + .benefit-block { margin-top: 87px; }

.benefit-block h2 {
  margin: 0 0 26px;
  font-size: 45px;
  line-height: 1.2;
  font-family: "Varela Round", sans-serif;
  font-weight: 300;
}

.benefit-block ul { list-style: none; margin: 0; padding: 0; }
.benefit-block li { position: relative; margin: 0 0 20px; padding-left: 23px; line-height: 1.35; }
.benefit-block li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -4px;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.access {
  position: relative;
  height: 512px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #ff6347 0%, #e9967a 100%);
}

.access::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("assets/Shapes-icons.png") right bottom / auto no-repeat;
  opacity: .21;
  filter: saturate(2);
  pointer-events: none;
}

.access-shape { display: none; }

.access-wave {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 45px;
  overflow: hidden;
  line-height: 0;
}

.access-wave svg { display: block; width: 100%; height: 45px; }
.access-wave path { fill: #fff; }

.access-inner {
  position: relative;
  z-index: 4;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}

.access h2 { margin: 0 0 51px; font-family: "Varela Round", sans-serif; font-size: 45px; font-weight: 300; line-height: 1.2; }
.access h3 { margin: 0 0 39px; font-size: 29px; font-weight: 300; line-height: 1.25; }
.access p { margin: 0 auto 22px; font-size: 20px; line-height: 1.35; }
.access .cta-button { margin-top: 20px; }

.footer-gap { height: 72px; background: #fff; }

.site-footer {
  position: relative;
  height: 710px;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.footer-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 91.5px;
  position: relative;
  z-index: 2;
}

.footer-inner > p { margin: 0 0 14px; font-size: 16px; line-height: 1.4; }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 17px;
  width: 96vw;
  margin-left: 50%;
  margin-top: 75px;
  padding: 10px 6px 0;
  border-top: 1px solid rgba(255, 255, 255, .85);
  transform: translateX(-50%);
}

.footer-links a,
.footer-links button {
  position: relative;
  padding: 0 0 0 25px;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-links a::before,
.footer-links button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 4px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.locations-button { display: flex; width: max-content; margin: 65.5px auto 0; min-width: 272px; }
.copyright { margin-top: 50px !important; text-align: center; font-size: 14px !important; line-height: 1.2 !important; }

.footer-wave {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -1px;
  width: calc(104% + 1.3px);
  height: 86px;
  fill: #fff;
  transform: translateX(-50%) rotate(180deg);
}

@media (max-width: 767px) {
  .site-header { height: 50px; }
  .header-inner { width: calc(100% - 40px); }
  .brand img { width: 187px; }
  .menu-toggle { display: flex; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    display: none;
    padding: 15px 20px 21px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: var(--ink);
    box-shadow: 0 8px 12px rgba(0,0,0,.22);
  }
  .site-nav.open { display: flex; }

  .hero { height: 564px; }
  .hero::before { background-position: center right; }
  .hero-inner { width: 100%; padding: 82px 22px 0; }
  .hero h1 { max-width: 310px; margin-bottom: 39px; font-size: 30px; line-height: 1.2; }
  .hero h1 { transform: translateY(1px); }
  .hero p { max-width: 325px; margin-left: auto; margin-right: auto; font-size: 16px; line-height: 1.35; }
  .video-card { width: 343px; height: 193px; margin-top: 29px; margin-bottom: 20px; border-radius: 18px; }
  .video-label { left: 12px; padding: 3px 7px 4px; font-size: 20px; }
  .play-ring { width: 96px; height: 96px; }
  .cta-button { min-width: 255px; min-height: 48px; padding: 11px 24px; }

  .benefits { min-height: 668px; }
  .benefits::before {
    top: 20vw;
    height: 570px;
    background-position: bottom left;
  }
  .benefits-inner { width: 100%; padding: 95px 25px 16px; }
  .benefit-block + .benefit-block { margin-top: 92px; }
  .benefit-block h2 { margin-bottom: 27px; text-align: center; font-size: 30px; line-height: 1.2; }
  .benefit-block li { margin-bottom: 18px; padding-left: 22px; font-size: 15px; line-height: 1.28; }

  .access { height: 452px; }
  .access-inner { width: 100%; padding: 34px 25px 0; }
  .access h2 { margin-bottom: 41px; font-size: 30px; line-height: 1.2; }
  .access h3 { margin-bottom: 28px; font-size: 21px; line-height: 1.25; font-weight: 400; }
  .access p { margin-bottom: 20px; font-size: 16px; line-height: 1.35; }
  .access .cta-button { margin-top: 19px; }
  .footer-gap { height: 97.5px; }

  .site-footer { height: 1008px; }
  .footer-inner { width: calc(100% - 40px); padding-top: 60.5px; }
  .footer-inner > p { margin-bottom: 14px; font-size: 15px; line-height: 1.4; }
  .footer-links {
    width: auto;
    margin-left: 0;
    gap: 10px 13px;
    margin-top: 96px;
    padding: 9px 0 0;
    transform: none;
  }
  .footer-links a,
  .footer-links button { padding-left: 32px; font-size: 15px; text-align: left; }
  .footer-links a::before,
  .footer-links button::before { left: 9px; top: 50%; width: 7px; height: 7px; border-width: 4px; }
  .locations-button { min-width: 259px; min-height: 48px; margin-top: 60px; }
  .copyright { margin-top: 50px !important; }
  .footer-wave { height: 86px; }

}

@media (max-width: 380px) {
  .header-inner { width: calc(100% - 28px); }
  .brand img { width: 178px; }
  .hero-inner { padding-left: 15px; padding-right: 15px; }
  .video-card { width: 100%; }
}
