.Billboard {
  background: #ddd;
}

.Billboard img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  /* 	mix-blend-mode: multiply; */
}

.Button {
  all: unset;
  color: var(--text-dark);
}

.Combo {
  display: flex;
}

.Combo.Combo--profile {
  gap: 2rem;
  align-items: center;
}

.Combo-media {
  flex-basis: 35%;
}

.Dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  overflow: auto;
  visibility: hidden;
  white-space: nowrap;
  font-size: 0;
  overflow-x: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Dialog > * {
  font-size: 1rem;
  white-space: normal;
}

.Dialog-window {
  /* animation: slideup .3s cubic-bezier(.4, .9, .7, .95) 1; */
  margin: 5vh 5vw;
  padding: 2rem 3rem;
  background: #7fc6b1;
  transform: translateY(-1rem);
  transition: transform 500ms cubic-bezier(0.19, 0.74, 0.5, 1);
}

.Dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  pointer-events: all;
}

.Dialog--modal {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.75) url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M4.5%2020.5L21%204%22%20stroke%3D%22black%22%20stroke-width%3D%222%22/%3E%0A%3Cpath%20d%3D%22M4.5%204L21%2020.5%22%20stroke%3D%22black%22%20stroke-width%3D%222%22/%3E%0A%3C/svg%3E%0A") calc(100% - 1.5rem) 1.5rem no-repeat;
}

.Dialog.is-visible {
  visibility: visible;
}

.Dialog.is-visible .Dialog-window {
  transform: translateX(0);
}

.Dialog:before {
  content: "";
  width: 2px;
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.Dialog-close:after {
  content: '\00D7';
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
}

/* @media @breakPointNarrow {
	.Dialog {
		.Dialog-close {
			top: -5px;
			right: -5px;
		}
		.Dialog-window {
			width: 85vw;
		}
	}
}
@media @breakPointRegular {
	.Dialog {
		.Dialog-window {
			margin: 50px 0;
			max-width: 900px;
			min-width: 600px;
		}
		.Dialog-box {
			width: 70vw;
			min-height: 80vh;
			left: 15vw; top: 10vh;
		}
	}
	.Dialog.Dialog--narrow {
		.Dialog-window {
			max-width: 600px;
			min-width: 400px;
		}
	}
} */

.Header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: calc(50vw + 30px);
  z-index: 2;
}

.Header-navAlt {
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
}

[aria-hidden=true] .Header-navAlt {
  opacity: 0;
}

.Header-logo {
  width: 75px;
  height: 82px;
  position: fixed;
  left: 1.5rem;
  top: 0.75rem;
  z-index: 3;
}

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

.List-item {
  position: relative;
}

.List.List--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* .List.List--inline .List-item:not(:first-child) {
	padding-left: 1.5rem;
} */

.List.List--inline {
  align-items: center;
}

.List.List--altNav .List-item {
  display: block;
}

.List.List--grid {
  display: flex;
  flex-wrap: wrap;
}

.List.List--grid .List-item {
  flex-basis: 33%;
}

.List.List--overlap .List-item {
  margin-top: -1px;
}

.List.List--checkmarks .List-item {
  position: relative;
  padding-left: 24px;
  line-height: 1.625;
}

.List.List--checkmarks .List-item + .List-item {
  margin-top: 10px;
}

.List.List--checkmarks .List-item::before {
  content: " ";
  background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13%201%205.225%209%201%205%22%20stroke%3D%22%234C4B57%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E%0A") no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 10px;
}

.List.List--separator .List-item:not( :first-child ) {
  border-top: 1px solid var(--border-grey);
}

@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "ss01";
}

@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  font-feature-settings: "ss01";
}

/* Set the global variables for everything. Change these to use your own fonts and colours. */

:root {
  /* Set sans-serif & mono fonts */
  --sans-font: "Satoshi", -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir,
		"Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica,
		"Helvetica Neue", sans-serif;
  --mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  /* Body font size. By default, effectively 18.4px, based on 16px as 'root em' */
  --base-fontsize: 1.15rem;
  /* Major third scale progression - see https://type-scale.com/ */
  --header-scale: 1.25;
  /* Line height is set to the "Golden ratio" for optimal legibility */
  --line-height: 1.4;
  /* Default (light) theme */
  --bg: #fff;
  --accent-bg: #f5f7ff;
  --text-dark: #000;
  --text: #444;
  --text-light: #585858;
  --border: #d8dae1;
  --accent: #1CBBFF;
  --accent-light: #90caf9;
  --code: #d81b60;
  --preformatted: #444;
  --marked: #ffdd33;
  --disabled: #efefef;
}

/* Dark theme */

/* @media (prefers-color-scheme: dark) {
	:root {
		--bg: #212121;
		--accent-bg: #2b2b2b;
		--text: #dcdcdc;
		--text-light: #ababab;
		--border: #666;
		--accent: #ffb300;
		--accent-light: #ffecb3;
		--code: #f06292;
		--preformatted: #ccc;
		--disabled: #111;
	}

	img,
	video {
		opacity: 0.6;
	}
} */

html {
  /* Set the font globally */
  font-family: var(--sans-font);
}

/* Make the body a nice central block */

body {
  color: var(--text);
  background: var(--bg);
  font-size: var(--base-fontsize);
  line-height: var(--line-height);
  letter-spacing: 0.02rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  flex: 1;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Make the header bg full width, but the content inline with body */

header {
  /* 	background: var(--accent-bg);
	border-bottom: 1px solid var(--border);
	text-align: center;
	padding: 2rem 0.5rem;
	width: 100vw;
	position: relative;
	box-sizing: border-box;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw; */
}

/* Remove margins for header text */

header h1,
header p {
  margin: 0;
}

/* Add a little padding to ensure spacing is correct between content and nav */

/* Fix line height when title wraps */

h1,
h2,
h3 {
  line-height: 1;
  font-weight: 800;
}

h1 {
  letter-spacing: -0.03em;
}

/* Format navigation */

nav {
  font-size: 1.125rem;
  line-height: 2;
  padding: 1rem 0;
}

nav a {
  color: var(--text) !important;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s;
  padding: 1rem;
  position: relative;
  font-weight: 600;
}

nav a::after,
nav .is-active a::after {
  content: " ";
  position: absolute;
  bottom: 0.5rem;
  left: calc(50% - 16.5%);
  width: 0;
  border-bottom: 4px solid #e6c35f;
  transition: width 0.3s ease-out;
}

nav .is-active a::after {
  width: 33%;
}

nav a:hover {
  color: var(--accent) !important;
  border-color: var(--accent);
}

nav a.current:hover {
  text-decoration: none;
}

footer {
  margin-top: 4rem;
  padding: 2rem 1rem calc(1.5rem + env(safe-area-inset-bottom)) 1rem;
  color: var(--text-light);
  font-size: 0.9rem;
  text-align: center;
  border-top: 1px solid var(--border);
}

/* Format headers */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-dark);
  hyphens: auto;
}

h2:first-child,
h3:first-child {
  margin-top: 0;
}

h1 {
  font-size: calc(var(--base-fontsize) * var(--header-scale) * var(--header-scale) * var(--header-scale) * var(--header-scale));
  margin-top: calc(var(--line-height) * 1.5rem);
}

h2 {
  /* 	font-size: calc(
		var(--base-fontsize) * var(--header-scale) * var(--header-scale) *
			var(--header-scale)
	); */
  font-size: calc(var(--base-fontsize));
  margin-top: calc(var(--line-height) * 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h3 {
  font-size: calc(var(--base-fontsize) * var(--header-scale) * var(--header-scale));
  margin-top: calc(var(--line-height) * 1.5rem);
}

h4 {
  font-size: calc(var(--base-fontsize) * var(--header-scale));
  margin-top: calc(var(--line-height) * 1.5rem);
}

h5 {
  font-size: var(--base-fontsize);
  margin-top: calc(var(--line-height) * 1.5rem);
}

h6 {
  font-size: calc(var(--base-fontsize) / var(--header-scale));
  margin-top: calc(var(--line-height) * 1.5rem);
}

/* Format links & buttons */

a,
a:visited {
  color: var(--accent);
}

a:hover {
  text-decoration: none;
}

a button,
button,
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  border-radius: 5px;
  background: var(--accent);
  font-size: 1rem;
  color: var(--bg);
  padding: 0.7rem 0.9rem;
  margin: 0.5rem 0;
  transition: 0.4s;
}

a button[disabled],
button[disabled],
[role="button"][aria-disabled="true"],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][disabled],
select[disabled] {
  cursor: default;
  opacity: 0.5;
  cursor: not-allowed;
}

input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  background-color: var(--disabled);
}

input[type="range"] {
  padding: 0;
}

/* Set the cursor to '?' while hovering over an abbreviation */

abbr {
  cursor: help;
}

button:focus,
button:enabled:hover,
[role="button"]:focus,
[role="button"]:not([aria-disabled="true"]):hover,
input[type="submit"]:focus,
input[type="submit"]:enabled:hover,
input[type="reset"]:focus,
input[type="reset"]:enabled:hover,
input[type="button"]:focus,
input[type="button"]:enabled:hover,
input[type="checkbox"]:focus,
input[type="checkbox"]:enabled:hover,
input[type="radio"]:focus,
input[type="radio"]:enabled:hover {
  filter: brightness(1.4);
  cursor: pointer;
}

/* Format the expanding box */

details {
  background: var(--accent-bg);
  border: 1px solid var(--border);
  border-radius: 5px;
  margin-bottom: 1rem;
}

summary {
  cursor: pointer;
  font-weight: bold;
  padding: 0.6rem 1rem;
}

details[open] {
  padding: 0.6rem 1rem 0.75rem 1rem;
}

details[open] summary {
  margin-bottom: 0.5rem;
  padding: 0;
}

details[open] > *:last-child {
  margin-bottom: 0;
}

/* Format tables */

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5rem 0;
}

td,
th {
  border: 1px solid var(--border);
  text-align: left;
  padding: 0.5rem;
}

th {
  background: var(--accent-bg);
  font-weight: bold;
}

tr:nth-child(even) {
  /* Set every other cell slightly darker. Improves readability. */
  background: var(--accent-bg);
}

table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* Lists */

ol,
ul {
  padding-left: 0;
}

/* Format forms */

textarea,
select,
input {
  font-size: inherit;
  font-family: inherit;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  width: 60%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Add arrow to  */

select {
  background-image: linear-gradient(45deg, transparent 49%, var(--text) 51%), linear-gradient(135deg, var(--text) 51%, transparent 49%);
  background-position: calc(100% - 20px), calc(100% - 15px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

select[multiple] {
  background-image: none !important;
}

/* checkbox and radio button style */

input[type="checkbox"],
input[type="radio"] {
  vertical-align: bottom;
  position: relative;
}

input[type="radio"] {
  border-radius: 100%;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background: var(--accent);
}

input[type="checkbox"]:checked::after {
  /* Creates a rectangle with colored right and bottom borders which is rotated to look like a check mark */
  content: " ";
  width: 0.1em;
  height: 0.25em;
  border-radius: 0;
  position: absolute;
  top: 0.05em;
  left: 0.18em;
  background: transparent;
  border-right: solid var(--bg) 0.08em;
  border-bottom: solid var(--bg) 0.08em;
  font-size: 1.8em;
  transform: rotate(45deg);
}

input[type="radio"]:checked::after {
  /* creates a colored circle for the checked radio button  */
  content: " ";
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  position: absolute;
  top: 0.125em;
  background: var(--bg);
  left: 0.125em;
  font-size: 32px;
}

/* Make the textarea wider than other inputs */

textarea {
  width: 80%;
}

/* Makes input fields wider on smaller screens */

/* Ensures the checkbox and radio inputs do not have a set width like other input fields */

input[type="checkbox"],
input[type="radio"] {
  width: auto;
}

/* do not show border around file selector button */

input[type="file"] {
  border: 0;
}

/* Without this any HTML using <fieldset> shows ugly borders and has additional padding/margin. (Issue #3) */

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* Misc body elements */

hr {
  color: var(--border);
  border-top: 1px;
  margin: 2rem auto;
}

mark {
  padding: 2px 5px;
  border-radius: 4px;
  background: var(--marked);
}

img,
video {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.9rem;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 1rem;
}

blockquote {
  margin: 2rem 0 2rem 2rem;
  padding: 0.4rem 0.8rem;
  border-left: 0.35rem solid var(--accent);
  opacity: 0.8;
  font-style: italic;
}

cite {
  font-size: 0.9rem;
  color: var(--text-light);
  font-style: normal;
}

/* Use mono font for code like elements */

code,
pre,
pre span,
kbd,
samp {
  font-size: 1.075rem;
  font-family: var(--mono-font);
  color: var(--code);
}

kbd {
  color: var(--preformatted);
  border: 1px solid var(--preformatted);
  border-bottom: 3px solid var(--preformatted);
  border-radius: 5px;
  padding: 0.1rem;
}

pre {
  padding: 1rem 1.4rem;
  max-width: 100%;
  overflow: auto;
  overflow-x: auto;
  color: var(--preformatted);
  background: var(--accent-bg);
  border: 1px solid var(--border);
  border-radius: 5px;
}

/* Fix embedded code within pre */

pre code {
  color: var(--preformatted);
  background: none;
  margin: 0;
  padding: 0;
}

@keyframes softSlideUp {
  0% {
    transform: translate3d(0, 1rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes putInCart {
  100% {
    left: 100vw;
    top: 0;
    transform: scale(0.5) translatex(-100%);
  }
}

.u-center {
  text-align: center;
  justify-content: center;
}

.u-right {
  text-align: right;
  justify-content: end;
}

.u-logo {
  max-width: 200px;
  max-height: 60px;
}

.u-cols {
  column-count: 2;
}

.u-altNav,
.u-altNav:visited {
  color: #222;
  font-size: 2rem;
  text-decoration: none;
}

.u-icon,
.u-label {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 720px) {
  .Billboard {
    background: #E8E4DF;
    background-image: var(--image);
    background-size: cover;
    height: 100vh;
    width: 50vw;
    position: fixed;
    left: 70%;
    top: 0;
    z-index: -1;
    object-position: left top;
  }

  .Header-nav {
    right: calc(30vw + 30px);
  }

  .Header-navAlt {
    display: none;
  }

  body {
    margin: 0 30vw 0 0;
  }

  main {
    padding: 15% 10% 20%;
    min-height: 70vh;
  }

  .u-hsuper {
    font-size: 6vw;
    width: 80vw;
    line-height: 1;
  }
}

@media all and (min-width: 56em) {
  .List.List--checkmarks .List-item {
    font-size: 0.8888rem;
  }
}

@media only screen and (min-width: 1200px) {
  .Billboard {
    left: 50%;
  }

  .Header-nav {
    right: calc(50vw + 30px);
  }

  body {
    margin: 0 50vw 0 0;
  }
}

@media all and (max-width: 56em) {
  .List-item.u-cardStyle2 {
    border-left: 0;
    border-right: 0;
  }
}

@media only screen and (max-width: 720px) {
  .Billboard {
    min-height: 100vw;
  }

  .Combo.Combo--profile {
    gap: 1.5rem;
    align-items: start;
  }

  .Combo-media {
    flex-basis: 20%;
  }

  .Header-nav {
    display: none;
  }

  textarea,
  select,
  input {
    width: 100%;
  }
}

@media only screen and (max-width: 719px) {
  ul:not([class]),
  ol:not([class]),
  ul[class=u-cols],
  ul[class=u-cols] {
    padding-left: 1rem;
  }

  .u-textContent {
    padding: 0 7vw;
  }
}

@media only screen and (min-width: 720px) and (max-width: 900px) {
  .List.List--inline {
    gap: 0;
  }
}