/*
==================================================
  Shared Good Frame Text Wordmark
==================================================
*/

@font-face {
  font-family: 'Ndot 55';
  src: url('../Assets/Ndot-55.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Site-wide desktop wordmark placement and punctuation. */
@media (min-width: 901px) {
  body > .secondary-header.site-navigation > .header-title.header-title--logo {
    position: relative !important;
    transform: translate(-4px, -2px) !important;
  }

  body > .secondary-header.site-navigation > .header-title.header-title--logo::after {
    content: '' !important;
    position: absolute;
    right: 10px;
    bottom: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('../Assets/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Subtle site-wide light bar beneath the main navigation. */
body > .secondary-header.site-navigation {
  position: relative !important;
}

body > .secondary-header.site-navigation::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: rgba(7, 7, 7, 0.1);
}

/* Homepage editorial hero pair. Scoped to the two lead panels only. */
@media (min-width: 901px) {
  body.homepage .editorial-hero-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: calc(100svh - 100px);
    min-height: 680px;
    margin: 0;
    gap: 0;
    overflow: hidden;
  }

  body.homepage .editorial-hero-pair .editorial-hero {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
  }

  body.homepage .editorial-hero--image {
    display: block !important;
    isolation: isolate;
    background: url('../Homepage/assets/another+week+another+frame+(Blog+Banner)+(1).jpg') center center / cover no-repeat !important;
  }

  body.homepage .editorial-hero--image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.17), rgba(7, 7, 7, 0.48));
    pointer-events: none;
  }

  body.homepage .editorial-hero--image > .hero-right {
    display: none !important;
  }

  body.homepage .editorial-hero--image > .hero-left {
    display: grid !important;
    grid-template-rows: 42% auto auto 1fr;
    justify-items: center;
    align-items: start;
    width: 100% !important;
    height: 100% !important;
    padding: clamp(52px, 7vh, 78px) clamp(40px, 5vw, 76px) !important;
    background: transparent !important;
    color: #ffffff !important;
  }

  body.homepage .editorial-hero--image .carousel {
    display: none !important;
  }

  body.homepage .editorial-hero--image h2 {
    grid-row: 1;
    align-self: end;
    order: 0;
    margin: 0 0 clamp(46px, 7vh, 76px) !important;
    color: #ffffff !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.16em !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  body.homepage .editorial-hero--image h1.girthquake-heading {
    grid-row: 2;
    width: min(100%, 600px) !important;
    max-width: 600px !important;
    margin: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: clamp(44px, 3.1vw, 54px) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.96 !important;
    text-align: center !important;
  }

  body.homepage .editorial-hero-pair .hero-button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 132px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 22px !important;
    border: 1px solid #070707 !important;
    border-radius: 999px !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-variant-caps: normal !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
  }

  body.homepage .editorial-hero--image .hero-button {
    grid-row: 3;
    margin: 26px 0 0 !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #070707 !important;
  }

  body.homepage .editorial-hero--image .hero-button:hover {
    background: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
  }

  body.homepage .editorial-hero--feature {
    display: grid !important;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    grid-template-areas: 'copy image';
    align-items: stretch;
    background: #f3efe7 !important;
  }

  body.homepage .editorial-hero--feature > .hero-right.blue-bg {
    grid-area: copy;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-width: 0;
    padding: clamp(52px, 6vw, 92px) clamp(28px, 3.4vw, 60px) !important;
    background: transparent !important;
    color: #070707 !important;
    text-align: left !important;
  }

  body.homepage .editorial-hero--feature > .hero-left.hero-image-alt {
    grid-area: image;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    margin: clamp(50px, 6vh, 72px) clamp(34px, 3vw, 52px) clamp(50px, 6vh, 72px) 0 !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 0 !important;
  }

  body.homepage .editorial-hero--feature h1.girthquake-heading {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 0 60px !important;
    color: #070707 !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: clamp(44px, 3.1vw, 54px) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.96 !important;
    text-align: left !important;
  }

  body.homepage .editorial-hero--feature .hero-subheading {
    order: initial;
    max-width: 360px;
    margin: 0 0 30px !important;
    color: #333027 !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.16em !important;
    line-height: 1.45 !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  body.homepage .editorial-hero--feature .hero-button {
    margin: 0 !important;
    background: #070707 !important;
    color: #ffffff !important;
  }
}

@media (max-width: 900px) {
  body.homepage .mobile-home-hero,
  body.homepage .mobile-only-section {
    display: none !important;
  }

  body.homepage .editorial-hero-pair {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 0;
    overflow: hidden;
  }

  body.homepage .editorial-hero-pair .editorial-hero {
    position: relative;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
  }

  body.homepage .editorial-hero--image {
    min-height: clamp(560px, 155vw, 680px) !important;
    isolation: isolate;
    background: url('../Homepage/assets/another+week+another+frame+(Blog+Banner)+(1).jpg') center center / cover no-repeat !important;
  }

  body.homepage .editorial-hero--image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.5));
  }

  body.homepage .editorial-hero--image > .hero-right,
  body.homepage .editorial-hero--image .carousel {
    display: none !important;
  }

  body.homepage .editorial-hero--image > .hero-left {
    display: grid !important;
    grid-template-rows: 40% auto auto 1fr;
    justify-items: center;
    align-items: start;
    width: 100% !important;
    min-height: inherit;
    padding: 38px 24px !important;
    background: transparent !important;
  }

  body.homepage .editorial-hero--image h2 {
    grid-row: 1;
    align-self: end;
    margin: 0 0 42px !important;
    color: #ffffff !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  body.homepage .editorial-hero--image h1.girthquake-heading {
    grid-row: 2;
    width: min(100%, 390px) !important;
    margin: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: clamp(38px, 11vw, 46px) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  body.homepage .editorial-hero-pair .hero-button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 132px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.03em !important;
    line-height: 1 !important;
    text-transform: none !important;
    white-space: nowrap !important;
  }

  body.homepage .editorial-hero--image .hero-button {
    grid-row: 3;
    margin: 24px 0 0 !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #070707 !important;
  }

  body.homepage .editorial-hero--feature {
    flex-direction: column !important;
    background: #f3efe7 !important;
  }

  body.homepage .editorial-hero--feature > .hero-right.blue-bg {
    order: 1;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 64px 24px 48px !important;
    background: transparent !important;
    text-align: left !important;
  }

  body.homepage .editorial-hero--feature > .hero-left.hero-image-alt {
    order: 2;
    display: block !important;
    width: calc(100% - 40px) !important;
    height: clamp(340px, 105vw, 460px) !important;
    min-height: 0 !important;
    margin: 0 20px 24px !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 0 !important;
  }

  body.homepage .editorial-hero--feature h1.girthquake-heading {
    max-width: 390px !important;
    margin: 0 0 34px !important;
    color: #070707 !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: clamp(38px, 11vw, 46px) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
    text-align: left !important;
  }

  body.homepage .editorial-hero--feature .hero-subheading {
    max-width: 340px;
    margin: 0 0 26px !important;
    color: #333027 !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.5 !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  body.homepage .editorial-hero--feature .hero-button {
    margin: 0 !important;
    background: #070707 !important;
    border: 1px solid #070707 !important;
    color: #ffffff !important;
  }
}

/* Hero 1 display face. */
@media (min-width: 901px) {
  body.homepage .editorial-hero-pair .editorial-hero--image h1.girthquake-heading.hero-one-heading:not(#cropperCancelButton) {
    font-family: 'Girthquake', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }
}

@font-face {
  font-family: 'Girthquake';
  src: url('../Assets/12 Font Bundle/The Fonts/Girthquake/Girthquake-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gloock';
  src: url('../Assets/Gloock-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Potatoe Pie';
  src: url('../Assets/PotatoPie-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NType82';
  src: url('../Assets/NType82-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NType82 Headline';
  src: url('../Assets/NType82-Headline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gf-font-body: 'NType82', 'Helvetica Neue', Arial, sans-serif;
  --gf-font-heading: 'Gloock', 'Times New Roman', serif;
}

html,
body {
  font-family: var(--gf-font-body) !important;
  letter-spacing: 0 !important;
}

body > header {
  margin: 0 !important;
  background: #070707 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body *:not(.header-title):not(.legacy-header-title):not(.remove-item):not(.close-cart):not(#cropperCancelButton) {
  font-family: var(--gf-font-body) !important;
  letter-spacing: 0 !important;
  font-variant-caps: normal !important;
}

body :is(h1, h2, h3, h4, h5, h6, [class*="title"], [class*="heading"], [class*="headline"]):not(.header-title):not(.legacy-header-title):not(#cropperCancelButton) {
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body .girthquake-heading {
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.header-title,
.legacy-header-title,
.secondary-header .header-title,
.legacy-secondary-header .legacy-header-title {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  color: #070707 !important;
  background: none !important;
  font-family: 'Girthquake', 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  margin-left: 18px !important;
  -webkit-text-stroke: 0;
  text-shadow: none !important;
  -webkit-text-fill-color: #070707 !important;
  transform: translateY(0) scaleY(0.92);
  transform-origin: center;
  transition: opacity 0.2s ease !important;
}

.header-title::before,
.legacy-header-title::before {
  content: none !important;
}

@media (min-width: 901px) {
  .header-title,
  .legacy-header-title,
  .secondary-header .header-title,
  .legacy-secondary-header .legacy-header-title {
    font-size: 32px !important;
  }
}

.top-banner,
.legacy-top-banner {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
  background: #070707 !important;
  background-color: #070707 !important;
  color: #f9f2e6 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  font-family: var(--gf-font-body) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

.secondary-header .nav a,
.legacy-secondary-header .legacy-nav a,
.nav a,
.legacy-nav a,
.mobile-nav a {
  font-family: var(--gf-font-body) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  transform: scaleY(0.92);
  transform-origin: center;
  display: inline-block;
}

button:not(.remove-item):not(.close-cart):not(#cropperCancelButton):not(.cart-button):not(.checkout-button):not(.continue-shopping):not(.success-button):not(.primary-button):not(.secondary-button):not(#addToCartButton):not(#saveCropButton):not(#reopenCropperButton),
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.btn,
a.button,
a.btn,
.hero-button,
.mobile-section-button,
.frame-option-button,
.frame-guide-btn,
.frame-guide-section .hero-button,
.nav-btn {
  font-family: var(--gf-font-body) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.cart-button,
.checkout-button,
.continue-shopping,
.success-button,
.primary-button,
.secondary-button,
#addToCartButton,
#saveCropButton,
#reopenCropperButton {
  font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-variant-caps: normal !important;
}

.header-title:hover,
.legacy-header-title:hover {
  color: #070707 !important;
  background: none !important;
  opacity: 0.7;
  -webkit-text-fill-color: #070707 !important;
}

/* Supplied Good Frame wordmark. The SVG view box trims the PNG's transparent canvas. */
.header-title.header-title--logo,
.secondary-header .header-title.header-title--logo {
  display: inline-flex !important;
  align-items: center !important;
  width: 190px !important;
  height: auto !important;
  overflow: visible !important;
  transform: none !important;
}

.header-title--logo .header-logo {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

@media (max-width: 900px) {
  .secondary-header,
  .legacy-secondary-header {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    align-items: center !important;
  }

  .secondary-header .cart-nav,
  .legacy-secondary-header .legacy-cart-nav {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    transform: none !important;
  }

  .secondary-header .header-title,
  .secondary-header .legacy-header-title,
  .legacy-secondary-header .legacy-header-title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    height: 100% !important;
    font-size: 1.55rem !important;
    letter-spacing: 0 !important;
    margin-left: 0 !important;
    transform: scaleY(0.92) !important;
    transform-origin: center !important;
  }

  .secondary-header .burger-menu,
  .legacy-secondary-header .legacy-burger-menu {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    margin: 0 !important;
    transform: none !important;
  }

  .secondary-header .burger-line,
  .legacy-secondary-header .legacy-burger-line {
    display: block !important;
    background-color: #070707 !important;
  }

  .secondary-header .header-title.header-title--logo {
    width: 170px !important;
    height: auto !important;
    margin-left: 0 !important;
    transform: none !important;
  }
}

/*
 * Compact desktop scale
 *
 * The desktop artwork was originally composed at a larger visual scale. These
 * explicit component dimensions reproduce the supplied 75% reference at a
 * normal browser zoom without scaling the document. Keep this block desktop
 * only so the existing tablet and mobile layouts remain unchanged.
 */
@media (min-width: 1024px) {
  .top-banner,
  .legacy-top-banner {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 16px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .secondary-header,
  .legacy-secondary-header {
    height: 66px !important;
    min-height: 66px !important;
    padding: 0 30px !important;
  }

  .header-title.header-title--logo,
  .secondary-header .header-title.header-title--logo {
    width: 170px !important;
  }

  .nav,
  .legacy-nav {
    gap: 30px !important;
  }

  .secondary-header .nav a,
  .legacy-secondary-header .legacy-nav a,
  .nav a,
  .legacy-nav a {
    padding: 6px 3px !important;
    font-size: 13px !important;
  }

  .cart-nav,
  .legacy-cart-nav {
    gap: 4px !important;
  }

  .cart-nav svg,
  .legacy-cart-nav svg {
    width: 18px !important;
    height: 18px !important;
  }

  .cart-count,
  .cart-nav .cart-count,
  .legacy-cart-nav .cart-count {
    font-size: 11px !important;
  }

  body.homepage .desktop-home-hero {
    height: 640px !important;
    min-height: 640px !important;
  }

  body.homepage .desktop-home-hero > .hero-left,
  body.homepage .desktop-home-hero > .hero-right {
    flex: 0 0 50% !important;
    width: 50% !important;
    min-width: 0 !important;
  }

  body.homepage .desktop-home-hero .hero-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 42px 48px !important;
  }

  body.homepage .desktop-home-hero .carousel {
    margin-bottom: 18px !important;
  }

  body.homepage .desktop-home-hero .carousel-text {
    font-size: 12px !important;
  }

  body.homepage .desktop-home-hero h1.girthquake-heading {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 0 26.94px !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: 54px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.94 !important;
  }

  body.homepage .desktop-home-hero h2 {
    margin: 0 0 20px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
  }

  body.homepage .desktop-home-hero .hero-button,
  body.homepage .hero-section.reverse .hero-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 45px !important;
    padding: 0 26px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
  }

  body.homepage .desktop-home-hero .hero-button {
    width: 136.047px !important;
    height: 45px !important;
    min-width: 136.047px !important;
    margin: 0 !important;
    padding: 0 26px !important;
    border-radius: 5px !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-variant-caps: normal !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important;
  }

  body.homepage .hero-section.reverse .hero-button {
    margin: 6px 0 0 !important;
  }

  body.homepage .container > .hero-button {
    margin-top: 10px !important;
    padding: 11px 24px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
  }

  body.homepage .info-bar {
    min-height: 68px !important;
    padding: 0 28px !important;
    font-size: 13px !important;
  }

  body.homepage .info-bar-carousel {
    width: 100% !important;
  }

  body.homepage .info-bar-item {
    padding: 0 28px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body.homepage .hero-section.reverse {
    height: 640px !important;
  }

  body.homepage .hero-section.reverse .hero-right {
    padding: 36px 48px !important;
  }

  body.homepage .hero-section.reverse .hero-right h1 {
    margin-bottom: 12px !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: 54px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }

  body.homepage .hero-section.reverse .hero-right .hero-subheading {
    margin-bottom: 14px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  body.homepage .container {
    max-width: 960px !important;
    padding: 68px 0 44px !important;
  }

  body.homepage .frame-options-row {
    gap: 24px !important;
  }

  .pricing-container,
  .about-desktop-editorial,
  .faq-section {
    max-width: 780px !important;
  }

  .pricing-container {
    gap: 66px !important;
  }

  .pricing-page main,
  .pricing-main,
  .about-desktop-editorial,
  .faq-section {
    padding-top: 36px !important;
    padding-bottom: 48px !important;
  }

  .about-desktop-editorial .editorial-feature {
    gap: 33px !important;
  }

  .about-desktop-editorial .editorial-collage {
    min-height: 540px !important;
  }

  .about-desktop-editorial .editorial-copy {
    gap: 22px !important;
    padding-top: 81px !important;
  }

  .faq-section .faq-nav {
    margin: 24px 0 !important;
    gap: 8px !important;
  }

  .faq-section .nav-btn {
    padding: 8px 15px !important;
    font-size: 12px !important;
  }

  footer.footer,
  .footer {
    padding: 30px 21px !important;
    font-size: 12px !important;
  }

  footer.footer .footer-content,
  .footer .footer-content {
    max-width: 735px !important;
    gap: 24px 54px !important;
  }

  footer.footer .footer-col,
  .footer .footer-col {
    gap: 10px !important;
  }

  footer.footer .footer-col h3,
  footer.footer .footer-title,
  .footer .footer-col h3,
  .footer .footer-title {
    font-size: 14px !important;
  }

  footer.footer .footer-col ul,
  .footer .footer-col ul {
    gap: 8px !important;
  }

  footer.footer a,
  footer.footer p,
  footer.footer li,
  .footer a,
  .footer p,
  .footer li {
    font-size: 12px !important;
  }
}

@media (max-width: 380px) {
  .secondary-header .header-title,
  .secondary-header .legacy-header-title,
  .legacy-secondary-header .legacy-header-title {
    font-size: 1.3rem !important;
  }

  .secondary-header .header-title.header-title--logo {
    width: 150px !important;
  }
}

body .hero-section h1.girthquake-heading:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton),
body .hero-section.reverse .hero-right h1.girthquake-heading:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton),
body .frame-guide-section h2.frame-guide-title.girthquake-heading:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton) {
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .hero-left a.hero-button,
body .hero-section.reverse .hero-right a.hero-button,
body .container > a.hero-button,
body .mobile-section-content a.mobile-section-button,
body .frame-options-row .frame-option a.frame-option-button,
body .frame-guide-section a.hero-button {
  font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-variant-caps: normal !important;
}

body .pricing-container h2.pricing-girthquake:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton),
body .pricing-container h3.pricing-girthquake:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton) {
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .pricing-container .bold-dollar {
  display: inline-block;
  margin-right: 0;
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: inherit;
}

body .about-desktop-editorial .about-girthquake:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton),
body .about-page .about-girthquake:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton) {
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body footer.footer .footer-title,
body footer.footer .footer-col > h3,
body .footer .footer-title,
body .footer .footer-col > h3 {
  font-family: 'Girthquake', 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .faq-section h1.faq-girthquake:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton) {
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .success-title:not(.header-title):not(.legacy-header-title):not(#cropperCancelButton) {
  font-family: var(--gf-font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .faq-section .faq-nav .nav-btn {
  text-transform: none !important;
  font-variant-caps: normal !important;
}

@media (max-width: 900px) {
  footer.footer,
  .footer {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 34px 20px 38px !important;
    background: #070707 !important;
    color: #f9f2e6 !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  footer.footer *,
  .footer * {
    color: #f9f2e6 !important;
  }

  footer.footer .footer-content,
  .footer .footer-content {
    box-sizing: border-box !important;
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
  }

  footer.footer .footer-col,
  .footer .footer-col,
  footer.footer .footer-content .footer-col,
  .footer .footer-content .footer-col {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 340px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    text-align: center !important;
  }

  footer.footer .footer-title,
  footer.footer .footer-col > h3,
  footer.footer .footer-col h3,
  .footer .footer-title,
  .footer .footer-col > h3,
  .footer .footer-col h3 {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Girthquake', 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
  }

  footer.footer ul,
  footer.footer .footer-col ul,
  .footer ul,
  .footer .footer-col ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: center !important;
  }

  footer.footer li,
  .footer li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  footer.footer a,
  footer.footer p,
  footer.footer .footer-col a,
  footer.footer .footer-col p,
  .footer a,
  .footer p,
  .footer .footer-col a,
  .footer .footer-col p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
  }

  footer.footer a,
  .footer a {
    display: inline-block !important;
  }

  footer.footer p,
  .footer p {
    display: block !important;
    width: 100% !important;
  }

  footer.footer .footer-dropdown-header,
  footer.footer .footer-dropdown-content,
  footer.footer .footer-dropdown-arrow,
  .footer .footer-dropdown-header,
  .footer .footer-dropdown-content,
  .footer .footer-dropdown-arrow {
    display: none !important;
  }
}

@media (max-width: 900px) {
  footer.footer .footer-content .footer-col,
  footer.footer .footer-content .footer-col:first-child,
  footer.footer .footer-content .footer-col:nth-child(2),
  footer.footer .footer-content .footer-col:nth-child(3),
  footer.footer .footer-content .footer-col:last-child,
  .footer .footer-content .footer-col,
  .footer .footer-content .footer-col:first-child,
  .footer .footer-content .footer-col:nth-child(2),
  .footer .footer-content .footer-col:nth-child(3),
  .footer .footer-content .footer-col:last-child {
    align-items: center !important;
    text-align: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
  }

  footer.footer .footer-content .footer-col > h3,
  footer.footer .footer-content .footer-col h3,
  footer.footer .footer-content .footer-title,
  .footer .footer-content .footer-col > h3,
  .footer .footer-content .footer-col h3,
  .footer .footer-content .footer-title {
    text-align: center !important;
    width: 100% !important;
  }

  footer.footer .footer-content .footer-col > ul,
  footer.footer .footer-content .footer-col ul,
  .footer .footer-content .footer-col > ul,
  .footer .footer-content .footer-col ul {
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  footer.footer .footer-content .footer-col ul li,
  footer.footer .footer-content .footer-col li,
  .footer .footer-content .footer-col ul li,
  .footer .footer-content .footer-col li {
    text-align: center !important;
    width: 100% !important;
  }

  footer.footer .footer-content .footer-col > p,
  footer.footer .footer-content .footer-col p,
  footer.footer .footer-content .footer-col a,
  footer.footer .footer-content .footer-col p a,
  .footer .footer-content .footer-col > p,
  .footer .footer-content .footer-col p,
  .footer .footer-content .footer-col a,
  .footer .footer-content .footer-col p a {
    text-align: center !important;
    letter-spacing: 0 !important;
  }
}

/* Final cascade lock for the isolated homepage editorial heroes. */
body.homepage .editorial-hero-pair {
  box-sizing: border-box !important;
  border-top: 1px solid #e8e6e1 !important;
}

@media (min-width: 901px) {
  body.homepage .editorial-hero-pair {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 100% !important;
    height: clamp(650px, 75vh, 760px) !important;
    min-height: 0 !important;
    gap: 0 !important;
    background: #ffffff !important;
  }

  body.homepage .editorial-hero-pair > .editorial-hero {
    align-self: stretch !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image > .hero-left {
    display: flex !important;
    flex-direction: column !important;
    flex: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: clamp(52px, 7vh, 78px) clamp(40px, 5vw, 76px) !important;
    text-align: center !important;
  }

  body.homepage .editorial-hero-pair .hero-left::before,
  body.homepage .editorial-hero-pair .hero-left::after {
    content: none !important;
    display: none !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image h2 {
    order: 1 !important;
    align-self: auto !important;
    margin: 0 0 20px !important;
    color: #ffffff !important;
    font-size: 11px !important;
    letter-spacing: 0.16em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image h1.girthquake-heading {
    order: 2 !important;
    width: min(100%, 600px) !important;
    max-width: 600px !important;
    margin: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(36px, 2.6vw, 46px) !important;
    line-height: 1.15 !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image .hero-button {
    order: 3 !important;
    width: auto !important;
    min-width: 132px !important;
    height: 42px !important;
    margin: 24px 0 0 !important;
    padding: 0 22px !important;
    border-radius: 8px !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    place-items: stretch !important;
    height: 100% !important;
    min-height: 100% !important;
    padding: clamp(48px, 3vw, 64px) !important;
    background: #ffffff !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature > .hero-feature-visual {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    place-items: center !important;
    width: clamp(246px, 16.8vw, 336px) !important;
    aspect-ratio: 2 / 3 !important;
    min-width: 0 !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature > .hero-right.blue-bg {
    grid-area: 1 / 1 !important;
    display: flex !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    align-self: end !important;
    justify-self: start !important;
    min-width: 0 !important;
    width: min(380px, 42%) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-feature-visual > .hero-left.hero-image-alt {
    grid-area: 1 / 1 !important;
    display: block !important;
    flex: none !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 2 / 3 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature h1.girthquake-heading {
    grid-area: 1 / 1 !important;
    position: relative !important;
    z-index: 1 !important;
    align-self: start !important;
    justify-self: center !important;
    width: min(600px, calc(50vw - 128px)) !important;
    max-width: 600px !important;
    margin: -44px 0 0 !important;
    color: #070707 !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: clamp(46px, 2.5vw, 50px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.96 !important;
    text-align: center !important;
    text-transform: none !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-heading-line {
    display: block !important;
    white-space: nowrap !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-heading-line--italic {
    font-style: normal !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-subheading {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-button {
    width: auto !important;
    min-width: 132px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 900px) {
  body.homepage .editorial-hero-pair,
  body.homepage .editorial-hero-pair .editorial-hero--feature {
    background: #ffffff !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero.editorial-hero--image {
    min-height: clamp(560px, 155vw, 680px) !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image > .hero-left {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 100% !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: inherit !important;
    margin: 0 !important;
    padding: 38px 24px !important;
    text-align: center !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image .carousel {
    display: none !important;
  }

  body.homepage .editorial-hero-pair .hero-left::before,
  body.homepage .editorial-hero-pair .hero-left::after {
    content: none !important;
    display: none !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image h2 {
    order: 1 !important;
    align-self: auto !important;
    margin: 0 0 20px !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image h1.girthquake-heading {
    order: 2 !important;
    width: 100% !important;
    max-width: calc(100vw - 48px) !important;
    margin: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(34px, 9.5vw, 40px) !important;
    line-height: 0.98 !important;
    white-space: normal !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--image .hero-button {
    order: 3 !important;
    margin: 24px 0 0 !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature > .hero-right.blue-bg {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 48px 24px 64px !important;
    background: transparent !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature h1.girthquake-heading {
    width: calc(100% - 48px) !important;
    max-width: 440px !important;
    margin: 56px auto 32px !important;
    font-family: 'Gloock', 'Times New Roman', serif !important;
    font-size: clamp(34px, 9.5vw, 40px) !important;
    font-style: normal !important;
    line-height: 0.98 !important;
    text-align: center !important;
    text-transform: none !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-heading-line {
    display: block !important;
    white-space: normal !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-heading-line--italic {
    font-style: normal !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-subheading {
    margin: 0 0 24px !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature > .hero-feature-visual {
    order: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  body.homepage .editorial-hero-pair .editorial-hero--feature .hero-feature-visual > .hero-left.hero-image-alt {
    display: block !important;
    flex: 0 0 auto !important;
    width: calc(100% - 40px) !important;
    max-width: none !important;
    height: clamp(340px, 105vw, 460px) !important;
    min-height: 340px !important;
    margin: 0 20px 24px !important;
    background: url('../Homepage/assets/diogo-lemos-c8r5SVWKaGk-unsplash.jpg') center center / cover no-repeat !important;
  }

  body.homepage .editorial-hero-pair .hero-button {
    width: auto !important;
    min-width: 132px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    margin-top: 0 !important;
  }
}

/* Matched homepage framing CTAs across desktop and mobile. */
body.homepage .editorial-hero-pair .editorial-hero--image a.hero-button,
body.homepage .frame-guide-section a.hero-button,
body.homepage .container > a.hero-button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex: 0 0 108px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body.homepage .frame-guide-section a.hero-button,
body.homepage .container > a.hero-button {
  background: #070707 !important;
  border: 1px solid #070707 !important;
  color: #ffffff !important;
}

body.homepage .editorial-hero-pair .editorial-hero--image .hero-button__hover-arrow,
body.homepage .frame-guide-section .hero-button__hover-arrow,
body.homepage .container > .hero-button .hero-button__hover-arrow {
  display: none;
  font-size: 18px;
  line-height: 1;
}

body.homepage .editorial-hero-pair .editorial-hero--image a.hero-button:hover .hero-button__label,
body.homepage .editorial-hero-pair .editorial-hero--image a.hero-button:focus-visible .hero-button__label,
body.homepage .frame-guide-section a.hero-button:hover .hero-button__label,
body.homepage .frame-guide-section a.hero-button:focus-visible .hero-button__label,
body.homepage .container > a.hero-button:hover .hero-button__label,
body.homepage .container > a.hero-button:focus-visible .hero-button__label {
  display: none;
}

body.homepage .editorial-hero-pair .editorial-hero--image a.hero-button:hover .hero-button__hover-arrow,
body.homepage .editorial-hero-pair .editorial-hero--image a.hero-button:focus-visible .hero-button__hover-arrow,
body.homepage .frame-guide-section a.hero-button:hover .hero-button__hover-arrow,
body.homepage .frame-guide-section a.hero-button:focus-visible .hero-button__hover-arrow,
body.homepage .container > a.hero-button:hover .hero-button__hover-arrow,
body.homepage .container > a.hero-button:focus-visible .hero-button__hover-arrow {
  display: inline-block;
}

body.homepage .frame-guide-section h2.frame-guide-title.girthquake-heading,
body.homepage .frame-guide-section .frame-guide-subtitle {
  font-family: 'NType82', sans-serif !important;
  font-weight: 400 !important;
  font-synthesis: none;
}

/* Pure-white text on every established black surface. Colour only. */
body :is(
  .top-banner,
  .legacy-top-banner,
  .info-bar,
  footer.footer,
  .footer,
  .product-info-section,
  .add-cart-toast,
  .primary-button,
  .checkout-button,
  .nav-btn.active,
  #addToCartButton,
  #reopenCropperButton,
  #saveCropButton,
  #cropperOverlay #saveCropButton,
  .editorial-hero--feature .hero-button,
  .frame-guide-section > .hero-button,
  .container > .hero-button,
  .mobile-home-hero__primary,
  .mobile-section-button,
  .frame-option-button
) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body :is(
  .top-banner,
  .legacy-top-banner,
  .info-bar,
  footer.footer,
  .footer,
  .product-info-section,
  .add-cart-toast,
  .primary-button,
  .checkout-button,
  .nav-btn.active,
  #addToCartButton,
  #reopenCropperButton,
  #saveCropButton,
  #cropperOverlay #saveCropButton,
  .editorial-hero--feature .hero-button,
  .frame-guide-section > .hero-button,
  .container > .hero-button,
  .mobile-home-hero__primary,
  .mobile-section-button,
  .frame-option-button
) * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body :is(
  .top-banner,
  .legacy-top-banner,
  .info-bar,
  footer.footer,
  .footer,
  .product-info-section,
  .add-cart-toast,
  .primary-button,
  .checkout-button,
  .nav-btn.active,
  #addToCartButton,
  #reopenCropperButton,
  #saveCropButton,
  #cropperOverlay #saveCropButton,
  .editorial-hero--feature .hero-button,
  .frame-guide-section > .hero-button,
  .container > .hero-button,
  .mobile-home-hero__primary,
  .mobile-section-button,
  .frame-option-button
) a:is(:link, :visited, :hover, :active, :focus, :focus-visible),
body a:is(
  .primary-button,
  .checkout-button,
  .nav-btn.active,
  .mobile-home-hero__primary,
  .mobile-section-button,
  .frame-option-button
):is(:link, :visited, :hover, :active, :focus, :focus-visible),
body :is(.editorial-hero--feature, .frame-guide-section, .container) a.hero-button:is(:link, :visited, :hover, :active, :focus, :focus-visible) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 900px) {
  body > .secondary-header.site-navigation,
  body > .secondary-header.site-navigation * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  body > .secondary-header.site-navigation a:is(:link, :visited, :hover, :active, :focus, :focus-visible) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
}

/* Increase the hero CTA gap without shifting the centred heading. */
body.homepage .editorial-hero-pair .editorial-hero--image > .hero-left::before {
  content: '' !important;
  display: block !important;
  flex: 0 0 clamp(50px, 6vw, 60px) !important;
  order: 1 !important;
  width: 1px !important;
  pointer-events: none;
}

body.homepage .editorial-hero-pair .editorial-hero--image .hero-button {
  margin-top: calc(24px + clamp(50px, 6vw, 60px)) !important;
}

body .pricing-container .intro h2.pricing-girthquake,
body .faq-section h1.faq-girthquake {
  font-variant-caps: normal !important;
  text-transform: none !important;
}

.header-wordmark {
  display: none;
}

/* Refined, consistently centred desktop site header. */
@media (min-width: 901px) {
  .top-banner,
  .legacy-top-banner {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: #ffffff !important;
    font-family: 'NType82', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    line-height: 1 !important;
  }

  body > .secondary-header.site-navigation {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    width: 100% !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    margin: 0 !important;
    padding-block: 0 !important;
    padding-inline: clamp(24px, 3vw, 32px) !important;
    background: #ffffff !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    position: relative !important;
  }

  body > .secondary-header.site-navigation::after {
    content: '' !important;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(7, 7, 7, 0.08);
    pointer-events: none;
  }

  body > .secondary-header.site-navigation > .header-title.header-title--logo {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    width: 190px !important;
    height: auto !important;
    margin: 0 !important;
    margin-inline: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    transform: none !important;
  }

  body > .secondary-header.site-navigation > .header-title.header-title--logo::after {
    content: none !important;
    display: none !important;
  }

  body > .secondary-header.site-navigation > .header-title--logo .header-logo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  body > .secondary-header.site-navigation > .header-title--logo .header-wordmark {
    display: none !important;
  }

  body > .secondary-header.site-navigation > .nav {
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
    width: max-content !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    white-space: nowrap !important;
  }

  body > .secondary-header.site-navigation > .nav a {
    padding: 5px 2px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  body > .secondary-header.site-navigation > .cart-nav {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    margin-inline: 0 !important;
    padding: 0 !important;
    color: #070707 !important;
    line-height: 1 !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
  }

  body > .secondary-header.site-navigation > .cart-nav svg {
    display: block;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px;
    stroke: currentColor !important;
  }

  body > .secondary-header.site-navigation > .cart-nav .cart-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #070707 !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1024px) {
  body > .secondary-header.site-navigation > .header-title.header-title--logo {
    width: 170px !important;
  }
}

/* Slightly smaller wordmark, desktop only (~13% narrower than the
   values above). Tablet's own reduction lives in mobile-header.css;
   mobile (<=768px) is untouched. */
@media (min-width: 901px) and (max-width: 1023px) {
  body > .secondary-header.site-navigation > .header-title.header-title--logo {
    width: 165px !important;
  }
}

@media (min-width: 1024px) {
  body > .secondary-header.site-navigation > .header-title.header-title--logo {
    width: 150px !important;
  }
}

body.homepage .editorial-hero-pair {
  border-top: 0 !important;
  box-shadow: none !important;
}

/* One exact NType Headline face for the homepage hero at every breakpoint. */
@font-face {
  font-family: 'NType Headline';
  src: url('../Assets/NType82-Headline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

#homepage-root#homepage-root .hero-heading-unified {
  font-family: 'NType Headline', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-synthesis: none !important;
  letter-spacing: normal !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}
