/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.heading-big {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.125rem;
}

.heading-small {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.364375rem;
}

.paragraph {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.03125rem;
}

.carousel-slide-link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.78125rem;
}

@media screen and (min-width: 48rem) {
  .heading-big {
    font-size: 3rem;
    line-height: 90%;
  }
}

@media screen and (min-width: 48rem) {
  .heading-small {
    font-size: 1rem;
  }
}

.carousel-slide-link {
  text-transform: uppercase;
}

.carousel-command-left, .carousel-command-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 3.5rem;
  aspect-ratio: 1;
  background-color: black;
}

.mobile-nav-toggle {
  border: 0;
  margin: 0;
  padding: 0;
  background-image: url("../images/icon-hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
}

header {
  grid-column: 1/3;
  grid-row: 1/2;
  margin: 3rem 8.67% auto;
  z-index: 1000;
  position: relative;
}
@media screen and (min-width: 31.25rem) {
  header {
    margin-left: 8.33%;
    margin-right: 8.33%;
  }
}
@media screen and (min-width: 75rem) {
  header {
    grid-column: 1/16;
    grid-row: 1/-1;
    display: flex;
    gap: 3.5rem;
    align-items: center;
  }
}

.home-page-title {
  margin: 0 auto;
  width: fit-content;
}
@media screen and (min-width: 75rem) {
  .home-page-title {
    margin: 0;
  }
}

.mobile-nav-toggle {
  width: 1.25rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (min-width: 75rem) {
  .mobile-nav-toggle {
    display: none;
  }
}

.primary-navigation:has([data-visible=true]) .mobile-nav-toggle {
  background-image: url("../images/icon-close.svg");
}

.menu-container::before {
  content: "";
  position: fixed;
  inset: auto;
  z-index: 5000;
  background-color: black;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu-container:has([data-visible=true])::before {
  inset: 0;
  opacity: 0.5;
}
@media screen and (min-width: 75rem) {
  .menu-container::before {
    content: none;
    position: static;
  }
}

.primary-menu {
  position: fixed;
  inset: 0;
  bottom: auto;
  z-index: 6000;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  height: 7.5rem;
  padding: 0 8.67%;
  background-color: white;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.primary-menu[data-visible=true] {
  transform: translateY(0);
}
.primary-menu a {
  position: relative;
  display: block;
}
.primary-menu a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.125rem;
  background-color: black;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  margin: auto;
  transition: width 0.3s;
}
.primary-menu a:hover::after {
  width: 1rem;
}
@media screen and (min-width: 31.25rem) {
  .primary-menu {
    padding: 0 8.33%;
  }
}
@media screen and (min-width: 75rem) {
  .primary-menu {
    height: auto;
    position: static;
    padding: 0;
    gap: 2rem;
    transform: translateY(0%);
    background-color: transparent;
    color: white;
  }
  .primary-menu a::after {
    background-color: white;
  }
}

.home-footer {
  position: relative;
}
@media screen and (min-width: 75rem) {
  .home-footer {
    grid-column: 1/-1;
    grid-row: 3/-1;
    grid-template-columns: subgrid;
    display: grid;
    grid-template-rows: min-content;
  }
}

.footer-text-content {
  padding: 3rem 8.67%;
}
@media screen and (min-width: 31.25rem) {
  .footer-text-content {
    padding: 4rem 8.33%;
  }
}
@media screen and (min-width: 75rem) {
  .footer-text-content {
    grid-column: 9/-9;
    padding-top: 10.5%;
    padding-bottom: 10.5%;
  }
}

.footer-visual {
  width: 100%;
}
@media screen and (min-width: 31.25rem) {
  .footer-visual {
    object-fit: cover;
  }
  .footer-visual:nth-of-type(1) {
    height: 18.75rem;
  }
  .footer-visual:nth-of-type(2) {
    height: 15.1875rem;
  }
}
@media screen and (min-width: 75rem) {
  .footer-visual:nth-of-type(1) {
    height: 100%;
    grid-column: 1/9;
  }
  .footer-visual:nth-of-type(2) {
    height: 100%;
    grid-column: -1/-9;
  }
}

.footer-heading {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-paragraph {
  color: hsl(0, 0%, 63%);
}

.attribution {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  color: hsl(0, 0%, 27%);
}

@media screen and (min-width: 75rem) {
  .body-container {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
    grid-template-rows: repeat(3, 1fr);
    max-height: 50rem;
    max-width: 90rem;
    margin: auto;
  }
}

.super-main {
  display: grid;
  grid-template-rows: 22.5rem 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 48rem) {
  .super-main {
    grid-template-rows: 25rem 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .super-main {
    grid-column: 1/-1;
    grid-row: 1/3;
    grid-template-columns: subgrid;
    grid-template-rows: 1fr;
  }
}

.carousel {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 100%);
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.carousel-slide {
  display: grid;
  grid-template-rows: 22.5rem 1fr;
  scroll-snap-align: start;
}
@media screen and (min-width: 48rem) {
  .carousel-slide {
    grid-template-rows: 25rem 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .carousel-slide {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
    grid-template-rows: 1fr;
  }
}
.carousel-slide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 75rem) {
  .carousel-slide-visual img {
    object-position: unset;
  }
}
@media screen and (min-width: 75rem) {
  .carousel-slide-visual {
    grid-column: 1/16;
    grid-row: 1/-1;
  }
}
.carousel-slide-message {
  padding: 4rem 8.67%;
  align-content: baseline;
}
@media screen and (min-width: 31.25rem) {
  .carousel-slide-message {
    padding: 4rem 8.33%;
  }
}
@media screen and (min-width: 75rem) {
  .carousel-slide-message {
    grid-column: 16/-1;
    grid-row: 1/-1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16.67%;
  }
}
.carousel-slide-heading {
  margin-bottom: 1rem;
}
.carousel-slide-paragraph {
  margin-bottom: 2rem;
  color: hsl(0, 0%, 63%);
}
.carousel-slide-link {
  display: flex;
  justify-content: space-between;
  color: black;
  opacity: 1;
  transition: opacity 0.3s;
}
.carousel-slide-link:hover {
  opacity: 0.4;
}
@media screen and (min-width: 31.25rem) {
  .carousel-slide-link {
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .carousel-slide {
    scrollbar-width: none;
  }
}
.carousel-command {
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 100;
  margin: auto 0 0 auto;
  display: flex;
  width: fit-content;
}
.carousel-command button {
  transition: background-color 0.3s;
}
.carousel-command button:hover, .carousel-command button:focus {
  background-color: hsl(0, 0%, 27%);
}
@media screen and (min-width: 75rem) {
  .carousel-command button {
    width: 50%;
  }
}
@media screen and (min-width: 75rem) {
  .carousel-command {
    grid-row: 1/-1;
    grid-column: 16/19;
    margin: auto 0 0;
    width: 100%;
  }
}

body {
  align-content: center;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
body:has([data-visible=true]) {
  overflow: hidden;
}

h1, h2, ul, p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
