@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@300;400;500;700&display=swap");
:root {
  --green: #65a64d;
  --green-bright: #79ba5e;
  --black: #050705;
  --ink: #111511;
  --cream: #f3f1ea;
  --line: #d8dbd2;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 12px 18px;
  background: #fff;
  color: #000;
  font-weight: 700;
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  padding: 0 clamp(28px, 5vw, 78px);
  background: #000;
  color: #fff;
}

.brand {
  position: absolute;
  top: 0;
  left: clamp(28px, 4.7vw, 72px);
  z-index: 2;
  width: 178px;
}

.brand img {
  width: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3.6vw, 56px);
  margin-left: auto;
  font-size: 16px;
  font-weight: 300;
}

.desktop-nav > a,
.more-menu > summary {
  position: relative;
  padding: 45px 0 43px;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.desktop-nav > a::after,
.more-menu > summary::after {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  height: 1px;
  background: var(--green-bright);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.more-menu > summary:hover::after {
  transform: scaleX(1);
}

.more-menu {
  position: relative;
}

.more-menu summary::-webkit-details-marker {
  display: none;
}

.more-menu-panel {
  position: absolute;
  top: 88px;
  right: -22px;
  display: grid;
  width: 210px;
  padding: 12px;
  background: #111;
  border: 1px solid #2b2b2b;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .35);
}

.more-menu-panel a {
  padding: 10px 12px;
}

.more-menu-panel a:hover,
.more-menu-panel a:focus-visible,
.more-menu-panel a[aria-current="page"] {
  background: var(--green);
  color: #061006;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(830px, 88vh);
  padding: 230px clamp(28px, 8vw, 122px) 80px;
  overflow: hidden;
  background: #0a120c url("/tutorial-hero.png") center 58% / cover no-repeat;
  color: #fff;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .54) 46%, rgba(0, 0, 0, .08) 85%), linear-gradient(0deg, rgba(0, 0, 0, .45), transparent 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  width: min(790px, 72vw);
}

.hero-eyebrow,
.section-kicker,
.footer-kicker,
.video-eyebrow,
.toc-label,
.help-cta > div > p {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  color: #e8f0e5;
}

.hero-eyebrow span {
  width: 42px;
  height: 2px;
  margin-right: 15px;
  background: var(--green-bright);
}

.hero h1,
.section-heading h2,
.help-cta h2,
.site-footer h2 {
  margin: 0;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  line-height: .92;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(76px, 11vw, 160px);
  letter-spacing: .025em;
}

.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.hero-intro {
  width: min(610px, 100%);
  margin: 30px 0 32px;
  color: #d9ded7;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
}

.hero-cta,
.directions-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--green-bright);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
}

.hero-count {
  position: absolute;
  right: clamp(28px, 5vw, 78px);
  bottom: 52px;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-count strong {
  color: var(--green-bright);
  font-family: "Anton", Impact, sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
}

.tutorials-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 88px) clamp(100px, 12vw, 180px);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.55fr .85fr;
  gap: 80px;
  align-items: end;
  padding-bottom: 65px;
  border-bottom: 1px solid var(--line);
}

.section-kicker,
.footer-kicker {
  color: #518d3e;
}

.section-heading h2 {
  max-width: 790px;
  font-size: clamp(48px, 6.7vw, 92px);
}

.section-heading > p {
  margin: 0 0 6px;
  color: #5c625a;
  font-size: 17px;
  font-weight: 300;
}

.tutorial-layout {
  display: grid;
  grid-template-columns: minmax(230px, .34fr) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 116px);
  margin-top: 74px;
}

.toc {
  position: sticky;
  top: 32px;
  align-self: start;
}

.toc-label {
  padding-bottom: 16px;
  border-bottom: 2px solid var(--ink);
}

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

.toc li {
  border-bottom: 1px solid var(--line);
}

.toc a {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 13px;
  padding: 17px 2px;
  color: #464c44;
  font-size: 14px;
  line-height: 1.3;
  transition: color 160ms ease, padding-left 160ms ease;
}

.toc a span {
  color: #6da356;
  font-family: "Anton", Impact, sans-serif;
}

.toc a:hover,
.toc a:focus-visible {
  padding-left: 7px;
  color: #000;
}

.video-list {
  min-width: 0;
}

.tutorial-card {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(390px, 1.28fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  scroll-margin-top: 35px;
}

.tutorial-card + .tutorial-card {
  margin-top: clamp(90px, 10vw, 150px);
  padding-top: clamp(80px, 8vw, 120px);
  border-top: 1px solid var(--line);
}

.video-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #598346;
  letter-spacing: .13em;
}

.video-eyebrow span {
  color: var(--ink);
  font-family: "Anton", Impact, sans-serif;
  font-size: 28px;
  letter-spacing: 0;
}

.video-copy h3 {
  margin: 0 0 20px;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

.video-copy > p:not(.video-eyebrow) {
  margin: 0 0 24px;
  color: #5c625a;
  font-weight: 300;
}

.video-copy > a {
  display: inline-flex;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 16px 16px 0 #dce6d6;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.help-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(60px, 7vw, 100px) clamp(28px, 9vw, 140px);
  background: var(--green);
  color: #081107;
}

.help-cta > div > p {
  margin-bottom: 15px;
}

.help-cta h2 {
  font-size: clamp(45px, 5.5vw, 78px);
}

.help-cta > a,
.booking-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 220px;
  padding: 18px 22px;
  background: #071007;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.03fr 1fr 1fr;
}

.footer-column {
  min-height: 600px;
  padding: 90px clamp(32px, 5vw, 74px) 70px;
}

.footer-column + .footer-column {
  border-left: 1px solid #dedede;
}

.visit-column {
  background: #f7f7f7;
}

.site-footer h2 {
  margin-bottom: 48px;
  font-size: clamp(44px, 4vw, 62px);
}

.site-footer h2 span {
  color: var(--green);
}

.footer-column > p:not(.footer-kicker) {
  max-width: 360px;
  color: #5e625e;
  font-size: 14px;
  font-weight: 300;
}

.footer-contact-list {
  margin-top: 30px;
}

.footer-contact-list p {
  margin: 0 0 13px;
  font-size: 14px;
}

.footer-contact-list p span {
  display: block;
  color: #777;
  font-size: 12px;
}

.footer-contact-list a,
.legal-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-links {
  margin-top: 36px;
}

.address-block {
  margin-bottom: 30px;
}

.address-block h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.address-block p {
  margin: 0;
  color: #515650;
  font-size: 15px;
  font-weight: 300;
}

.directions-link {
  margin-top: 15px;
  border-color: var(--green);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.social-links a {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  background: #111;
  transition: background 160ms ease, transform 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: var(--green);
  transform: translateY(-2px);
}

.social-links img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.booking-button {
  width: min(100%, 280px);
  margin-top: 45px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px clamp(28px, 5vw, 76px);
  background: #050705;
  color: #b6bdb3;
  font-size: 12px;
}

.footer-bottom img {
  width: 54px;
}

@media (max-width: 1050px) {
  .site-header {
    min-height: 100px;
  }

  .brand {
    width: 148px;
  }

  .desktop-nav {
    gap: 25px;
    font-size: 14px;
  }

  .desktop-nav > a,
  .more-menu > summary {
    padding: 38px 0 35px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading > p {
    max-width: 700px;
  }

  .tutorial-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 45px;
  }

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

  .video-frame {
    grid-row: 1;
  }

  .footer-column {
    padding: 70px 34px 55px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 28px;
  }

  .site-header {
    min-height: 84px;
    padding: 0 21px;
  }

  .brand {
    left: 17px;
    width: 118px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .mobile-menu > summary {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 11px 8px;
    align-content: space-between;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu > summary span {
    display: block;
    height: 2px;
    background: #fff;
  }

  .mobile-menu nav {
    position: absolute;
    top: 55px;
    right: 0;
    display: grid;
    width: min(310px, calc(100vw - 42px));
    padding: 13px;
    background: #0b0d0b;
    border: 1px solid #282d28;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
  }

  .mobile-menu nav a {
    padding: 12px 13px;
    border-bottom: 1px solid #242724;
    font-size: 14px;
  }

  .mobile-menu nav a[aria-current="page"] {
    color: var(--green-bright);
  }

  .hero {
    min-height: 700px;
    padding: 160px 24px 62px;
    background-position: 58% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .26)), linear-gradient(0deg, rgba(0, 0, 0, .6), transparent 60%);
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(65px, 22vw, 104px);
  }

  .hero h1 span {
    -webkit-text-stroke-width: 1px;
  }

  .hero-count {
    display: none;
  }

  .tutorials-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .section-heading {
    padding-bottom: 43px;
  }

  .section-heading h2 {
    font-size: clamp(45px, 14vw, 67px);
  }

  .tutorial-layout {
    display: block;
    margin-top: 48px;
  }

  .toc {
    position: static;
    margin-bottom: 70px;
  }

  .toc a {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tutorial-card {
    gap: 31px;
  }

  .tutorial-card + .tutorial-card {
    margin-top: 80px;
    padding-top: 70px;
  }

  .video-frame {
    box-shadow: 9px 9px 0 #dce6d6;
  }

  .help-cta {
    display: block;
    padding: 62px 24px;
  }

  .help-cta > a {
    width: 100%;
    margin-top: 35px;
  }

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

  .footer-column {
    min-height: 0;
    padding: 66px 28px;
  }

  .footer-column + .footer-column {
    border-top: 1px solid #dedede;
    border-left: 0;
  }

  .site-footer h2 {
    margin-bottom: 35px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
