/*
Theme Name: ONYOURTWELVE Test
Theme URI: https://onyourtwelve.com/
Author: ONYOURTWELVE LLC
Description: A minimal test theme for the ONYOURTWELVE website.
Version: 2.10.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: onyourtwelve-test
*/

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/lato-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/lato-normal-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/lato-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/lato-heavy.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --oyt-black: #111214;
  --oyt-orange: #ff7900;
  --oyt-white: #ffffff;
  --oyt-muted: #62666c;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--oyt-black);
  background: var(--oyt-white);
  font-family: "Lato", "Arial Narrow", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--oyt-white);
  background: var(--oyt-black);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e9eaec;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  position: relative;
  width: min(100% - 3rem, 75rem);
  min-height: 5rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 2rem);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.site-brand__logo {
  display: block;
  width: auto;
  height: 4rem;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.7vw, 1.5rem);
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.7vw, 1.75rem);
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu .menu-item-has-children {
  position: relative;
}

.primary-menu .menu-item-has-children > a {
  padding-right: 1rem;
}

.primary-menu .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.05rem;
  width: 0.36rem;
  height: 0.36rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
}

.primary-menu a {
  position: relative;
  display: block;
  padding: 1.9rem 0 1.75rem;
  color: var(--oyt-black);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  height: 0.18rem;
  border-radius: 999px;
  background: var(--oyt-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current-menu-ancestor > a::after,
.primary-menu .current_page_item > a::after {
  transform: scaleX(1);
}

.primary-menu a:focus-visible,
.site-brand:focus-visible,
.menu-toggle:focus-visible,
.purchase-link:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: 4px;
}

.purchase-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid #dedfe2;
  border-radius: 0.35rem;
  color: var(--oyt-black);
  background: var(--oyt-white);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.purchase-link:hover {
  border-color: #f1641e;
  box-shadow: 0 0.35rem 1rem rgba(17, 18, 20, 0.09);
  transform: translateY(-0.08rem);
}

.purchase-link__etsy {
  color: #f1641e;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 1;
  text-transform: none;
}

.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% - 0.4rem);
  left: 50%;
  z-index: 110;
  min-width: 16.5rem;
  padding: 0.55rem;
  margin: 0;
  border: 1px solid #e2e3e6;
  border-radius: 0.45rem;
  list-style: none;
  background: var(--oyt-white);
  box-shadow: 0 1rem 2.5rem rgba(17, 18, 20, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 0.5rem);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.primary-menu .sub-menu a {
  padding: 0.75rem 0.9rem;
  border-radius: 0.25rem;
  font-size: 0.84rem;
  white-space: nowrap;
}

.primary-menu .sub-menu a::after {
  display: none;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus-visible,
.primary-menu .sub-menu .current-menu-item > a {
  color: var(--oyt-black);
  background: #f2f3f4;
}

.menu-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0.7rem;
  border: 1px solid #d7d9dc;
  border-radius: 0.35rem;
  color: var(--oyt-black);
  background: var(--oyt-white);
  cursor: pointer;
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle__bars {
  position: relative;
}

.menu-toggle__bars::before,
.menu-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle__bars::before {
  top: -0.45rem;
}

.menu-toggle__bars::after {
  top: 0.45rem;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-stage {
  min-height: calc(100vh - 5rem);
  min-height: calc(100svh - 5rem);
  padding: clamp(2rem, 8vw, 6rem) 1.5rem;
}

.home-content {
  width: min(100%, 75rem);
  margin-inline: auto;
}

.home-intro {
  max-width: 50rem;
  margin: 0 auto;
  color: var(--oyt-black);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.home-intro span {
  display: block;
  margin-top: 0.4rem;
  color: var(--oyt-muted);
  font-size: 0.7em;
}

.product-showcase {
  width: min(100%, 64rem);
  margin: clamp(2rem, 5vw, 3.75rem) auto 0;
}

.product-slideshow {
  overflow: hidden;
  border: 1px solid #27292d;
  border-radius: 0.7rem;
  background: var(--oyt-black);
  box-shadow: 0 1.25rem 3.5rem rgba(17, 18, 20, 0.18);
}

.product-slideshow__viewport {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.product-slide {
  position: absolute;
  inset: 0;
  display: none;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  background: var(--oyt-black);
}

.product-slide.is-active {
  display: grid;
}

.product-slide__media {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #08090a;
}

.product-slide__media:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: -3px;
}

.product-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-slide__caption {
  padding: 1rem 1.25rem;
  color: var(--oyt-white);
  background: var(--oyt-black);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.product-slideshow__controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-top: 1px solid #2e3034;
  color: var(--oyt-white);
  background: #1a1b1e;
}

.product-slideshow.is-ready .product-slideshow__controls {
  display: flex;
}

.product-slideshow__button,
.product-slideshow__toggle {
  display: inline-grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.6rem 0.8rem;
  place-items: center;
  border: 1px solid #4a4d52;
  border-radius: 0.35rem;
  color: var(--oyt-white);
  background: #25272b;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.product-slideshow__button {
  font-size: 1.2rem;
}

.product-slideshow__toggle {
  min-width: 5rem;
}

.product-slideshow__button:hover,
.product-slideshow__toggle:hover {
  border-color: var(--oyt-orange);
  background: #303238;
}

.product-slideshow__button:focus-visible,
.product-slideshow__toggle:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: 2px;
}

.product-slideshow__counter {
  min-width: 4.5rem;
  font-weight: 700;
  text-align: center;
}

.home-purchase {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.home-purchase__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.8rem 1.35rem;
  border-radius: 0.35rem;
  color: var(--oyt-white);
  background: var(--oyt-orange);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-purchase__link:hover {
  background: #df6800;
  box-shadow: 0 0.65rem 1.75rem rgba(17, 18, 20, 0.14);
  transform: translateY(-0.1rem);
}

.home-purchase__link:focus-visible {
  outline: 3px solid var(--oyt-black);
  outline-offset: 4px;
}

.page-shell {
  min-height: calc(100vh - 5rem);
  min-height: calc(100svh - 5rem);
  padding: clamp(4rem, 10vw, 8rem) 1.5rem;
}

.page-content {
  width: min(100%, 75rem);
  margin-inline: auto;
}

.page-title {
  max-width: 16ch;
  margin: 0;
  color: var(--oyt-black);
  font-size: clamp(2.75rem, 7vw, 6.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.page-title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.35rem;
  margin-top: 1.5rem;
  border-radius: 999px;
  background: var(--oyt-orange);
}

.entry-content {
  max-width: 48rem;
  margin-top: 3rem;
  color: var(--oyt-muted);
  font-size: 1.125rem;
  line-height: 1.7;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content a {
  color: #c65400;
  font-weight: 700;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.14em;
}

.entry-content a:hover {
  color: var(--oyt-black);
}

.entry-content a:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: 3px;
}

.entry-content h2 {
  margin: 3rem 0 1rem;
  color: var(--oyt-black);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.1;
}

.entry-content ol,
.entry-content ul {
  padding-left: 1.5rem;
}

.entry-content li + li {
  margin-top: 0.7rem;
}

.entry-content li > ol,
.entry-content li > ul {
  margin-top: 0.65rem;
}

.entry-content code {
  padding: 0.1em 0.3em;
  border-radius: 0.25rem;
  color: var(--oyt-black);
  background: #f0f1f2;
  font-family: Consolas, Monaco, 'Courier New', monospace;
  font-size: 0.9em;
  overflow-wrap: anywhere;
}

.entry-content pre {
  max-width: 100%;
  padding: 1rem;
  overflow-x: auto;
  border: 1px solid #d9dbdf;
  border-radius: 0.4rem;
  background: #f0f1f2;
}

.entry-content pre code {
  padding: 0;
  background: transparent;
}

.support-links {
  max-width: 48rem;
  margin-top: 3rem;
}

.support-link-card {
  position: relative;
  display: grid;
  gap: 0.6rem;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(4rem, 9vw, 6rem) clamp(1.5rem, 4vw, 2.25rem) clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid #e2e3e6;
  border-left: 0.4rem solid var(--oyt-orange);
  border-radius: 0.55rem;
  color: var(--oyt-black);
  background: var(--oyt-white);
  box-shadow: 0 0.65rem 1.75rem rgba(17, 18, 20, 0.07);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.support-link-card:hover,
.support-link-card:focus-visible {
  border-color: #c9cbcf;
  box-shadow: 0 1rem 2.5rem rgba(17, 18, 20, 0.12);
  transform: translateY(-0.2rem);
}

.support-link-card:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: 4px;
}

.support-link-card__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
}

.support-link-card__description {
  color: var(--oyt-muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

.support-link-card__arrow {
  position: absolute;
  top: 50%;
  right: clamp(1.5rem, 4vw, 2.25rem);
  color: var(--oyt-orange);
  font-size: 2rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.pit-gallery-intro {
  margin-bottom: 3rem;
}

.pit-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: 3rem;
}

.pit-gallery-card {
  overflow: hidden;
  border: 1px solid #e2e3e6;
  border-radius: 0.6rem;
  background: var(--oyt-white);
  box-shadow: 0 0.65rem 1.75rem rgba(17, 18, 20, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pit-gallery-card:hover,
.pit-gallery-card:focus-within {
  border-color: #c9cbcf;
  box-shadow: 0 1rem 2.5rem rgba(17, 18, 20, 0.12);
  transform: translateY(-0.2rem);
}

.pit-gallery-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--oyt-black);
  text-decoration: none;
}

.pit-gallery-card__link:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: -3px;
}

.pit-gallery-card__media {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  place-items: center;
  background: #08090a;
}

.pit-gallery-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pit-gallery-card__placeholder {
  color: var(--oyt-white);
  font-size: clamp(1.15rem, 3vw, 1.75rem);
  letter-spacing: -0.04em;
}

.pit-gallery-card__placeholder strong {
  font-weight: 850;
}

.pit-gallery-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.25rem 1.35rem 1.4rem;
}

.pit-gallery-card__title {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 800;
  line-height: 1.1;
}

.pit-gallery-card__excerpt {
  color: var(--oyt-muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.pit-gallery-card__platforms,
.pit-entry__platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pit-gallery-card__platforms {
  margin-top: auto;
  padding-top: 0.2rem;
}

.pit-platform-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  color: #8b3a00;
  background: #fff0e2;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pit-gallery-empty {
  max-width: 48rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  margin-top: 3rem;
  border: 1px solid #e2e3e6;
  border-left: 0.4rem solid var(--oyt-orange);
  border-radius: 0.55rem;
  color: var(--oyt-muted);
  background: var(--oyt-white);
}

.pit-gallery-empty p {
  margin: 0;
}

.pit-gallery-empty a {
  display: inline-block;
  margin-top: 1rem;
  color: #c65400;
  font-weight: 800;
}

.pit-entry__back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: #c65400;
  font-weight: 800;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.14em;
}

.pit-entry__back:hover {
  color: var(--oyt-black);
}

.pit-entry__back:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: 3px;
}

.pit-entry__platforms {
  margin-top: 2rem;
}

.pit-entry__featured {
  max-width: 68rem;
  margin: 3rem 0 0;
}

.pit-entry__featured-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.65rem;
  box-shadow: 0 1rem 3rem rgba(17, 18, 20, 0.14);
}

.pit-entry__content {
  max-width: 68rem;
}

.pit-entry__content .wp-block-image img,
.pit-entry__content .wp-block-gallery img,
.pit-entry__content .wp-block-video video {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.pit-entry__content .wp-block-embed-youtube .wp-block-embed__wrapper,
.pit-entry__content .wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #08090a;
}

.pit-entry__content .wp-block-embed-youtube iframe,
.pit-entry__content .wp-block-embed-vimeo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pit-entry__content .wp-block-embed-instagram,
.pit-entry__content .instagram-media {
  max-width: 40rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 62rem;
  margin-top: 3rem;
}

.product-card {
  overflow: hidden;
  border: 1px solid #e2e3e6;
  border-radius: 0.55rem;
  background: var(--oyt-white);
  box-shadow: 0 0.65rem 1.75rem rgba(17, 18, 20, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.product-card:hover,
.product-card:focus-within {
  border-color: #c9cbcf;
  box-shadow: 0 1rem 2.5rem rgba(17, 18, 20, 0.12);
  transform: translateY(-0.2rem);
}

.product-card__link {
  display: block;
  color: var(--oyt-black);
  text-decoration: none;
}

.product-card__link:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: -3px;
}

.product-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #08090a;
}

.product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__title {
  display: block;
  padding: 1.25rem 1.35rem 1.35rem;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 800;
  line-height: 1.1;
}

.listing-feature {
  max-width: 52rem;
  margin-top: 3rem;
}

.listing-feature__image-link {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #e2e3e6;
  border-radius: 0.55rem;
  background: #08090a;
}

.listing-feature__image-link:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: 4px;
}

.listing-feature__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.listing-feature__button {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.8rem 1.25rem;
  margin-top: 1.25rem;
  border-radius: 0.35rem;
  color: var(--oyt-white);
  background: var(--oyt-orange);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

.listing-feature__button:hover {
  background: #df6800;
  transform: translateY(-0.1rem);
}

.listing-feature__button:focus-visible {
  outline: 3px solid var(--oyt-black);
  outline-offset: 3px;
}

.product-downloads {
  max-width: 52rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  margin-top: 2.5rem;
  border: 1px solid #e2e3e6;
  border-left: 0.4rem solid var(--oyt-orange);
  border-radius: 0.55rem;
  background: var(--oyt-white);
  box-shadow: 0 0.65rem 1.75rem rgba(17, 18, 20, 0.07);
}

.product-downloads__title {
  margin: 0;
  color: var(--oyt-black);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.1;
}

.product-downloads__list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.product-downloads__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.2rem;
  padding: 0.75rem 1rem;
  border: 1px solid #d6d8dc;
  border-radius: 0.35rem;
  color: var(--oyt-black);
  background: #f7f7f8;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.product-downloads__link span {
  display: inline-grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  color: var(--oyt-white);
  background: var(--oyt-orange);
  font-size: 1.15rem;
  line-height: 1;
}

.product-downloads__link:hover {
  border-color: var(--oyt-orange);
  background: #fff8f1;
  transform: translateY(-0.1rem);
}

.product-downloads__link:focus-visible {
  outline: 3px solid var(--oyt-orange);
  outline-offset: 3px;
}

@media (max-width: 480px) {
  .site-stage {
    padding-inline: 1rem;
  }

  .product-slideshow__viewport {
    aspect-ratio: 1 / 1;
  }

  .product-slideshow__controls {
    gap: 0.5rem;
    padding-inline: 0.65rem;
  }

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

@media (max-width: 1000px) {
  .pit-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header__inner {
    width: min(100% - 2rem, 75rem);
    min-height: 4.5rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-brand__logo {
    height: 3.25rem;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    right: -1rem;
    left: -1rem;
    display: none;
    padding: 0.5rem 1rem 1rem;
    border-bottom: 1px solid #e9eaec;
    background: var(--oyt-white);
    box-shadow: 0 1rem 2rem rgba(17, 18, 20, 0.08);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-menu {
    display: block;
  }

  .primary-menu a {
    padding: 0.95rem 0.5rem;
  }

  .primary-menu a::after {
    right: auto;
    bottom: 0.55rem;
    left: 0.5rem;
    width: 2rem;
  }

  .primary-menu .menu-item-has-children > a {
    padding-right: 1.75rem;
  }

  .primary-menu .menu-item-has-children > a::before {
    right: 0.65rem;
  }

  .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0.5rem 1rem;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .primary-menu li:hover > .sub-menu,
  .primary-menu li:focus-within > .sub-menu {
    transform: none;
  }

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

  .primary-menu .sub-menu a {
    padding: 0.7rem 0.5rem;
    color: var(--oyt-muted);
    font-size: 0.82rem;
  }

  .purchase-link {
    width: 100%;
    min-height: 3rem;
    margin-top: 0.4rem;
  }

  .site-stage {
    min-height: calc(100vh - 4.5rem);
    min-height: calc(100svh - 4.5rem);
  }

  .page-shell {
    min-height: calc(100vh - 4.5rem);
    min-height: calc(100svh - 4.5rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .brand {
    animation: oyt-arrive 500ms ease-out both;
  }

  @keyframes oyt-arrive {
    from {
      opacity: 0;
      transform: translateY(0.75rem);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
