*,
:after,
:before {
  box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

ol[role=list],
ul[role=list] {
  list-style: none
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizespeed
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

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

button,
input,
select,
textarea {
  font: inherit
}

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

  *,
  :after,
  :before {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important
  }
}

:root {
  --color-primary-text: var(--color-darker-gray);
  --color-secondary-text-dark: rgba(0, 0, 0, .4);
  --color-secondary-text-light: hsla(0, 0%, 100%, .64);
  --color-secondary-text: var(--color-secondary-text-dark);
  --color-white: #fff;
  --color-lighter-gray: #f6f6f6;
  --color-light-gray: #e6e6e6;
  --color-mid-gray: #ccc;
  --color-dark-gray: #444;
  --color-darker-gray: #15171a;
  --color-black: #000;
  --color-border: rgba(0, 0, 0, .08);
  --font-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  --font-serif: Georgia, serif;
  --font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  --gap: clamp(2rem, 1.82vw + 1.27rem, 3.6rem);
  --head-nav-gap: 28px;
  --header-spacing: 80px
}

:root.has-light-text {
  --color-secondary-text: var(--color-secondary-text-light);
  --color-lighter-gray: rgba(0, 0, 0, .1);
  --color-darker-gray: #fff;
  --color-border: hsla(0, 0%, 100%, .2)
}

html {
  font-size: 62.5%
}

body {
  background-color: var(--color-white);
  color: var(--color-primary-text);
  font-family: var(--font-sans);
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  height: auto
}

a {
  color: var(--color-darker-gray);
  text-decoration: none
}

a:hover {
  opacity: .8
}

:is(h1, h2, h3, h4, h5, h6) {
  color: var(--color-darker-gray);
  letter-spacing: -.01em;
  line-height: 1.2
}

.gh-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.gh-main {
  flex-grow: 1
}

.gh-outer {
  padding-left: var(--gap);
  padding-right: var(--gap)
}

.gh-outer .gh-outer {
  padding-left: 0;
  padding-right: 0
}

.gh-inner {
  margin: 0 auto;
  max-width: var(--container-width, 1200px);
  width: 100%
}

.gh-inner .gh-inner {
  margin: unset;
  max-width: unset
}

.gh-canvas,
.kg-width-full.kg-content-wide {
  --main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
  --wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px))/2));
  --full: minmax(var(--gap), 1fr);
  display: grid;
  grid-template-columns: [full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end]
}

.gh-canvas>* {
  grid-column: main
}

.kg-content-wide>div,
.kg-width-wide {
  grid-column: wide
}

.kg-width-full {
  grid-column: full
}

.kg-width-full img {
  width: 100%
}

.gh-btn {
  align-items: center;
  background-color: var(--color-darker-gray);
  border: 0;
  border-radius: 100px;
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: .4em;
  justify-content: center;
  letter-spacing: inherit;
  line-height: 1;
  padding: calc(.75em*var(--multiplier, 1)) calc(1.15em*var(--multiplier, 1))
}

.gh-btn:hover {
  opacity: .95
}

.gh-post-upgrade-cta .gh-btn {
  line-height: inherit
}

.gh-primary-btn {
  background-color: var(--ghost-accent-color)
}

.gh-outline-btn {
  background-color: transparent;
  border: 1px solid var(--color-light-gray);
  color: var(--color-darker-gray);
  text-decoration: none
}

.gh-outline-btn:hover {
  border-color: var(--color-mid-gray);
  opacity: 1
}

.gh-icon-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--color-darker-gray);
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px
}

.gh-icon-btn svg {
  height: 20px;
  width: 20px
}

.gh-text-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--color-darker-gray);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  letter-spacing: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  will-change: opacity
}

.gh-text-btn:hover {
  opacity: .8
}

.pswp {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 3999999;
  -webkit-text-size-adjust: 100%
}

.pswp img {
  max-width: none
}

.pswp--animate_opacity {
  opacity: .001;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  will-change: opacity
}

.pswp--open {
  display: block
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
  cursor: grab
}

.pswp--dragging .pswp__img {
  cursor: grabbing
}

.pswp__bg {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .85);
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  will-change: opacity
}

.pswp__bg,
.pswp__scroll-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.pswp__scroll-wrap {
  overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
  backface-visibility: hidden;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.pswp__zoom-wrap {
  position: absolute;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
  width: 100%
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none
}

.pswp__item {
  bottom: 0;
  overflow: hidden;
  right: 0
}

.pswp__img,
.pswp__item {
  left: 0;
  position: absolute;
  top: 0
}

.pswp__img {
  height: auto;
  width: auto
}

.pswp__img--placeholder {
  backface-visibility: hidden
}

.pswp__img--placeholder--blank {
  background: var(--color-black)
}

.pswp--ie .pswp__img {
  height: auto !important;
  left: 0;
  top: 0;
  width: 100% !important
}

.pswp__error-msg {
  color: var(--color-secondary-text);
  font-size: 14px;
  left: 0;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%
}

.pswp__error-msg a {
  color: var(--color-secondary-text);
  text-decoration: underline
}

.pswp__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 44px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: opacity .2s;
  width: 44px
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1
}

.pswp__button:active {
  opacity: .9;
  outline: none
}

.pswp__button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  height: 44px;
  width: 44px
}

@media (-webkit-min-device-pixel-ratio:1.09375),
(-webkit-min-device-pixel-ratio:1.1),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg)
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none
  }
}

.pswp__button--close {
  background-position: 0 -44px
}

.pswp__button--share {
  background-position: -44px -44px
}

.pswp__button--fs {
  display: none
}

.pswp--supports-fs .pswp__button--fs {
  display: block
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}

.pswp__button--zoom {
  background-position: -88px 0;
  display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 70px
}

.pswp__button--arrow--left {
  left: 0
}

.pswp__button--arrow--right {
  right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  height: 30px;
  position: absolute;
  top: 35px;
  width: 32px
}

.pswp__button--arrow--left:before {
  background-position: -138px -44px;
  left: 6px
}

.pswp__button--arrow--right:before {
  background-position: -94px -44px;
  right: 6px
}

.pswp__counter {
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  left: 0;
  line-height: 44px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.pswp__caption {
  bottom: 0;
  left: 0;
  min-height: 44px;
  position: absolute;
  width: 100%
}

.pswp__caption__center {
  color: var(--color-white);
  font-size: 11px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 420px;
  padding: 25px 15px 30px;
  text-align: center
}

.pswp__caption__center .post-caption-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: uppercase
}

.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before {
  content: "\02022";
  padding: 0 4px
}

.pswp__caption--empty {
  display: none
}

.pswp__caption--fake {
  visibility: hidden
}

.pswp__preloader {
  direction: ltr;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .25s ease-out;
  width: 44px;
  will-change: opacity
}

.pswp__preloader__icn {
  height: 20px;
  margin: 12px;
  width: 20px
}

.pswp__preloader--active {
  opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  height: 14px;
  left: 15px;
  margin: 0;
  opacity: .75;
  position: absolute;
  top: 15px;
  width: 14px
}

.pswp--css_animation .pswp__preloader__cut {
  height: 14px;
  overflow: hidden;
  position: relative;
  width: 7px
}

.pswp--css_animation .pswp__preloader__donut {
  background: none;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50%;
  border-right: 2px solid var(--color-white);
  border-top: 2px solid var(--color-white);
  box-sizing: border-box;
  height: 14px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 14px
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    float: right;
    left: auto;
    margin: 0;
    position: relative;
    top: auto
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(-140deg)
  }

  to {
    transform: rotate(0)
  }
}

.pswp__ui {
  opacity: 1;
  visibility: visible;
  z-index: 1550;
  -webkit-font-smoothing: auto
}

.pswp__top-bar {
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  backface-visibility: hidden;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  will-change: opacity
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none
}

.pswp__element--disabled {
  display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
  background: none
}

.gh-article {
  padding-top: 80px
}

.page-template .gh-article {
  padding-top: 0
}

.page-template .gh-article-header {
  margin-top: var(--header-spacing, 80px)
}

.gh-article-meta {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(1.5rem*var(--font-multiplier, 1));
  gap: 8px
}

.gh-article-meta:not(:empty) {
  margin-bottom: 12px
}

.gh-article-meta>* {
  align-items: center;
  display: flex;
  gap: 8px
}

.gh-article-meta>*+:before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  height: 2px;
  width: 2px
}

.gh-article-title {
  font-size: calc(clamp(3.2rem, 1.59vw + 2.56rem, 4.6rem)*var(--font-multiplier, 1));
  line-height: 1.15
}

.is-font-serif .gh-article-title {
  font-family: var(--font-serif)
}

.gh-article-excerpt {
  font-size: calc(1.8rem*var(--font-multiplier, 1));
  margin-top: 24px
}

.is-font-serif .gh-article-excerpt {
  font-family: var(--font-serif)
}

.gh-article-image {
  margin: 64px 0 16px
}

.gh-article-image img {
  width: 100%
}

.gh-article-comments {
  margin-bottom: -24px;
  margin-top: 64px
}

.gh-article-comments-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px
}

.gh-article-comments-title {
  font-size: calc(2.6rem*var(--font-multiplier, 1))
}

.gh-article-comments .gh-article-comments-title {
  margin-bottom: 48px
}

.gh-article-comments-header .gh-article-comments-title {
  margin-bottom: 0
}

.gh-article-comments-count {
  color: var(--color-secondary-text)
}

.gh-content {
  font-size: calc(var(--content-font-size, 1.8rem)*var(--font-multiplier, 1));
  letter-spacing: var(--content-letter-spacing, 0);
  margin-top: 48px;
  word-break: break-word
}

.gh-content>*+* {
  margin-bottom: 0;
  margin-top: calc(1.6em*var(--content-spacing-multiplier, 1))
}

.gh-content>[id] {
  margin: 0
}

.gh-content>.kg-card+[id] {
  margin-top: calc(2em*var(--content-spacing-multiplier, 1)) !important
}

.is-font-serif .gh-content>[id] {
  font-family: var(--font-serif);
  letter-spacing: -.01em
}

.gh-content>[id]:not(:first-child) {
  margin-top: calc(1.6em*var(--content-spacing-multiplier, 1))
}

.gh-content>[id]+* {
  margin-top: calc(1em*var(--content-spacing-multiplier, 1))
}

.gh-content>.kg-product-card,
.gh-content>blockquote,
.gh-content>hr,
.gh-content>iframe {
  margin-top: calc(3.2em*var(--content-spacing-multiplier, 1)) !important;
  position: relative
}

.gh-content>.kg-product-card+*,
.gh-content>blockquote+*,
.gh-content>hr+*,
.gh-content>iframe+* {
  margin-top: calc(3.2em*var(--content-spacing-multiplier, 1)) !important
}

.gh-content h2 {
  font-size: calc(1.8em*var(--font-multiplier, 1))
}

.gh-content h3 {
  font-size: calc(1.2em*var(--font-multiplier, 1))
}

.gh-content a {
  color: var(--ghost-accent-color);
  text-decoration: underline;
  word-break: break-word
}

.gh-content .kg-callout-card .kg-callout-text,
.gh-content .kg-toggle-card .kg-toggle-content>ol,
.gh-content .kg-toggle-card .kg-toggle-content>p,
.gh-content .kg-toggle-card .kg-toggle-content>ul {
  font-size: .95em
}

.is-font-serif .gh-content .kg-callout-text,
.is-font-serif .gh-content .kg-toggle-content>ol,
.is-font-serif .gh-content .kg-toggle-content>p,
.is-font-serif .gh-content .kg-toggle-content>ul,
.is-font-serif .gh-content>blockquote,
.is-font-serif .gh-content>dl,
.is-font-serif .gh-content>ol,
.is-font-serif .gh-content>p,
.is-font-serif .gh-content>ul {
  font-family: var(--font-serif)
}

.gh-content dl,
.gh-content ol,
.gh-content ul {
  padding-left: 2.8rem
}

.gh-content :is(li+li, li :is(ul, ol)) {
  margin-top: .8rem
}

.gh-content ol ol li {
  list-style-type: lower-alpha
}

.gh-content ol ol ol li {
  list-style-type: lower-roman
}

.gh-content hr {
  background-color: var(--color-light-gray);
  border: 0;
  height: 1px;
  width: 100%
}

.gh-content table:not(.gist table) {
  border-collapse: collapse;
  border-spacing: 0;
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 1.6rem;
  max-width: 100%;
  overflow-x: auto;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, .2) 0, transparent 75%) 0, radial-gradient(ellipse at right, rgba(0, 0, 0, .2) 0, transparent 75%) 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
  background-size: 10px 100%, 10px 100%
}

.gh-content table:not(.gist table) td:first-child {
  background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
  background-repeat: no-repeat;
  background-size: 20px 100%
}

.gh-content table:not(.gist table) td:last-child {
  background-image: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 100%
}

.gh-content table:not(.gist table) th {
  background-color: var(--color-white);
  color: var(--color-darkgrey);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .2px;
  text-align: left;
  text-transform: uppercase
}

.gh-content table:not(.gist table) td,
.gh-content table:not(.gist table) th {
  border: 1px solid var(--color-light-gray);
  padding: 6px 12px
}

.page-template .gh-content:only-child {
  margin-top: 0 !important
}

.page-template .gh-content:only-child>:first-child:not(.kg-width-full) {
  margin-top: var(--header-spacing, 80px)
}

.page-template .gh-content>:last-child:not(.kg-width-full) {
  margin-bottom: var(--footer-spacing, 0)
}

@media (max-width:767px) {
  .gh-content {
    font-size: 1.7rem;
    margin-top: 3.2rem
  }
}

.gh-content :not(.kg-card):not(table):not([id])+:is(.kg-card, table) {
  margin-top: calc(2em*var(--content-spacing-multiplier, 1))
}

.gh-content :is(.kg-card, table)+:not(.kg-card):not(table):not([id]) {
  margin-top: calc(2em*var(--content-spacing-multiplier, 1))
}

.gh-content :not(.kg-card):not([id])+.kg-card:is(.kg-width-wide, .kg-width-full) {
  margin-top: calc(4em*var(--content-spacing-multiplier, 1))
}

.gh-content .kg-card:is(.kg-width-wide, .kg-width-full)+:not(.kg-card):not([id]) {
  margin-top: calc(4em*var(--content-spacing-multiplier, 1))
}

.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full) {
  margin-top: 0
}

.kg-image {
  margin-left: auto;
  margin-right: auto
}

.kg-embed-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%
}

.kg-gallery-image,
.kg-image[width][height] {
  cursor: pointer
}

.kg-gallery-image a:hover,
.kg-image-card a:hover {
  opacity: 1 !important
}

.kg-card.kg-toggle-card .kg-toggle-heading-text {
  font-size: 2rem;
  font-weight: 700
}

.has-serif-title .kg-toggle-card .kg-toggle-heading-text {
  font-family: var(--font-serif)
}

.kg-callout-card.kg-card {
  border-radius: .25em
}

.kg-callout-card-accent a {
  text-decoration: underline
}

blockquote:not([class]) {
  border-left: 4px solid var(--ghost-accent-color);
  padding-left: 2rem
}

blockquote.kg-blockquote-alt {
  color: var(--color-secondary-text);
  font-style: normal;
  font-weight: 400
}

.kg-card.kg-button-card .kg-btn {
  font-size: 1em
}

.has-serif-body .kg-header-card h3.kg-header-card-subheader,
.has-serif-title .kg-card.kg-header-card h2.kg-header-card-header {
  font-family: var(--font-serif)
}

.kg-bookmark-card .kg-bookmark-container {
  border-radius: .25em !important
}

.kg-bookmark-card .kg-bookmark-content {
  padding: 1.15em
}

.kg-bookmark-card .kg-bookmark-title {
  font-size: .9em
}

.kg-bookmark-card .kg-bookmark-description {
  font-size: .8em;
  margin-top: .3em;
  max-height: none
}

.kg-bookmark-card .kg-bookmark-metadata {
  font-size: .8em
}

.kg-bookmark-card .kg-bookmark-thumbnail img {
  border-radius: 0 .2em .2em 0
}

.kg-product-card.kg-card .kg-product-card-image {
  margin-bottom: 12px
}

.kg-product-card.kg-card a.kg-product-card-button {
  height: 2.8em;
  margin-top: 12px
}

.is-font-serif .kg-product-card.kg-card .kg-product-card-button,
.is-font-serif .kg-product-card.kg-card .kg-product-card-description :is(p, ul, ol),
.is-font-serif .kg-product-card.kg-card .kg-product-card-title {
  font-family: var(--font-serif)
}

.kg-file-card.kg-card .kg-file-card-container {
  padding: .6em
}

.kg-file-card.kg-card .kg-file-card-contents {
  margin: 4px 8px 6px
}

.kg-file-card.kg-card .kg-file-card-metadata {
  font-size: .9em
}

.kg-file-card.kg-card .kg-file-card-filesize:before {
  margin-left: 6px;
  margin-right: 6px
}

.has-light-text .kg-audio-card button {
  color: #fff
}

.has-light-text .kg-audio-card .kg-audio-volume-slider {
  color: hsla(0, 0%, 100%, .3)
}

figcaption {
  font-size: calc(1.4rem*var(--font-multiplier, 1));
  margin-top: 12px;
  text-align: center
}

.kg-card.kg-width-full figcaption {
  padding: 0 16px
}

figcaption a {
  color: var(--ghost-accent-color);
  text-decoration: underline
}

.gh-archive {
  margin-bottom: 80px;
  margin-top: 80px
}

.gh-archive-inner {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr
}

.gh-archive-header {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.gh-archive-title {
  font-size: calc(3.6rem*var(--font-multiplier, 1))
}

.is-font-serif .gh-archive-title {
  font-family: var(--font-serif)
}

.gh-archive-description {
  font-size: calc(1.7rem*var(--font-multiplier, 1))
}

.is-font-serif .gh-archive-description {
  font-family: var(--font-serif)
}

.author-template .gh-archive-image {
  margin-bottom: 8px;
  width: 88px
}

.author-template .gh-archive-image img {
  border-radius: 50%
}

.gh-archive-meta {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  gap: 4px;
  margin-top: 8px
}

.gh-archive-social {
  align-items: center;
  display: flex;
  gap: 8px
}

.gh-archive-social a[href*=facebook],
.gh-archive-social a[href*=twitter] {
  font-size: 0
}

@media (max-width:767px) {
  .gh-archive-inner {
    grid-template-columns: 1fr
  }
}

.gh-head {
  height: 100px
}

.is-font-serif .gh-head {
  font-family: var(--font-serif)
}

.gh-head-inner {
  align-items: center;
  -moz-column-gap: var(--head-nav-gap);
  column-gap: var(--head-nav-gap);
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr auto auto;
  height: 100%
}

.gh-head-brand {
  line-height: 1
}

.gh-head-brand-wrapper {
  align-items: center;
  display: flex
}

.gh-head-logo {
  font-size: calc(2.6rem*var(--font-multiplier, 1));
  font-weight: 700;
  letter-spacing: -.02em;
  position: relative
}

.gh-head-logo img {
  max-height: 40px
}

.gh-head-logo img:nth-child(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.gh-head-link,
.gh-head-menu {
  font-size: calc(1.6rem*var(--font-multiplier, 1));
  font-weight: 500
}

.gh-head-menu {
  display: flex;
  justify-content: center
}

.gh-head .nav,
.gh-head-menu {
  align-items: center;
  gap: var(--head-nav-gap)
}

.gh-head .nav {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.gh-head .nav-more-toggle {
  font-size: inherit;
  margin: 0 -6px;
  position: relative;
  text-transform: inherit
}

.gh-head .nav-more-toggle svg {
  height: 24px;
  width: 24px
}

.gh-head-actions {
  align-items: center;
  display: flex;
  gap: var(--head-nav-gap);
  justify-content: flex-end
}

.gh-head-members {
  align-items: center;
  display: flex;
  gap: 20px;
  white-space: nowrap
}

.gh-head-btn.gh-btn {
  font-family: var(--font-sans);
  font-size: inherit;
  font-weight: 600
}

.gh-head-btn:not(.gh-btn) {
  align-items: center;
  color: var(--ghost-accent-color);
  display: inline-flex
}

.gh-head-btn svg {
  height: 1.3em;
  width: 1.3em
}

.gh-search {
  margin-left: -6px;
  margin-right: -6px
}

.gh-search:hover {
  opacity: .9
}

.gh-head-brand .gh-search {
  margin-right: 8px
}

@media (max-width:767px) {
  .gh-head-members {
    flex-direction: column-reverse;
    gap: 16px;
    width: 100%
  }

  .gh-head-actions .gh-search {
    display: none
  }
}

@media (min-width:768px) {
  .gh-head-brand .gh-search {
    display: none
  }

  .gh-head:not(.is-dropdown-loaded) .gh-head-menu .nav>li {
    opacity: 0
  }
}

.is-head-left-logo .gh-head-inner {
  grid-template-columns: auto 1fr auto
}

@media (min-width:992px) {
  .is-head-left-logo .gh-head-menu {
    margin-left: 16px;
    margin-right: 64px
  }
}

.is-head-middle-logo .gh-head-inner {
  grid-template-columns: 1fr auto 1fr
}

.is-head-middle-logo .gh-head-brand {
  grid-column-start: 2
}

.is-head-middle-logo .gh-head-actions {
  gap: 28px
}

@media (min-width:992px) {
  .is-head-middle-logo .gh-head-menu {
    margin-right: 64px
  }
}

.is-head-stacked.gh-head {
  height: auto;
  position: relative
}

.is-head-stacked .gh-head-inner {
  grid-template-columns: 1fr auto 1fr
}

.is-head-stacked .gh-head-brand {
  display: flex;
  grid-column-start: 2;
  grid-row-start: 1;
  min-height: 80px
}

@media (min-width:992px) {
  .is-head-stacked .gh-head-inner {
    padding: 0
  }

  .is-head-stacked .gh-head-brand {
    align-items: center;
    display: flex;
    height: 80px
  }

  .is-head-stacked .gh-head-menu {
    grid-column: 1/4;
    grid-row-start: 2;
    height: 56px;
    justify-content: center;
    margin: 0 48px
  }

  .is-head-stacked .gh-head-menu:after,
  .is-head-stacked .gh-head-menu:before {
    background-color: var(--color-border);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%
  }

  .is-head-stacked .gh-head-menu:after {
    top: 136px
  }

  .is-head-stacked .gh-head-actions {
    grid-column: 1/4;
    grid-row-start: 1;
    justify-content: space-between
  }
}

.is-head-transparent.gh-head {
  background-color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 90
}

.is-head-transparent .gh-head-description,
.is-head-transparent .gh-head-link,
.is-head-transparent .gh-head-logo,
.is-head-transparent .gh-search,
.is-head-transparent .gh-social,
.is-head-transparent .nav-more-toggle,
.is-head-transparent.gh-head .nav>li a {
  color: var(--color-white)
}

.is-head-transparent .gh-burger:after,
.is-head-transparent .gh-burger:before {
  background-color: var(--color-white)
}

.is-head-transparent .gh-head-btn {
  background-color: #fff;
  color: #15171a
}

.is-head-transparent .gh-head-menu:after,
.is-head-transparent .gh-head-menu:before {
  background-color: hsla(0, 0%, 100%, .2)
}

.is-head-dark:not(.is-head-transparent).gh-head {
  background-color: var(--color-darker-gray)
}

.is-head-dark:not(.is-head-transparent) .gh-head-description,
.is-head-dark:not(.is-head-transparent) .gh-head-link,
.is-head-dark:not(.is-head-transparent) .gh-head-logo,
.is-head-dark:not(.is-head-transparent) .gh-search,
.is-head-dark:not(.is-head-transparent) .gh-social,
.is-head-dark:not(.is-head-transparent) .nav-more-toggle,
.is-head-dark:not(.is-head-transparent).gh-head .nav a {
  color: var(--color-white)
}

.is-head-dark:not(.is-head-transparent) .gh-burger:after,
.is-head-dark:not(.is-head-transparent) .gh-burger:before {
  background-color: var(--color-white)
}

.is-head-dark:not(.is-head-transparent) .gh-head-btn {
  background-color: #fff;
  color: #15171a
}

.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,
.is-head-dark:not(.is-head-transparent) .gh-head-menu:before {
  background-color: hsla(0, 0%, 100%, .2)
}

.is-head-brand:not(.is-head-transparent).gh-head {
  background-color: var(--ghost-accent-color)
}

.is-head-brand:not(.is-head-transparent) .gh-head-description,
.is-head-brand:not(.is-head-transparent) .gh-head-link,
.is-head-brand:not(.is-head-transparent) .gh-head-logo,
.is-head-brand:not(.is-head-transparent) .gh-search,
.is-head-brand:not(.is-head-transparent) .gh-social,
.is-head-brand:not(.is-head-transparent) .nav-more-toggle,
.is-head-brand:not(.is-head-transparent).gh-head .nav a {
  color: var(--color-white)
}

.is-head-brand:not(.is-head-transparent) .gh-burger:after,
.is-head-brand:not(.is-head-transparent) .gh-burger:before {
  background-color: var(--color-white)
}

.is-head-brand:not(.is-head-transparent) .gh-head-btn {
  background-color: #fff;
  color: #15171a
}

.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,
.is-head-brand:not(.is-head-transparent) .gh-head-menu:before {
  background-color: hsla(0, 0%, 100%, .3)
}

.gh-dropdown {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 7px 20px -5px rgba(0, 0, 0, .15);
  margin-top: 24px;
  opacity: 0;
  padding: 12px 0;
  position: absolute;
  right: -16px;
  text-align: left;
  top: 100%;
  transform: translate3d(0, 6px, 0);
  transition: opacity .3s, transform .2s;
  visibility: hidden;
  width: 200px;
  z-index: 90
}

.is-head-middle-logo .gh-dropdown {
  left: -24px;
  right: auto
}

.is-dropdown-mega .gh-dropdown {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  padding: 20px 32px;
  width: auto
}

.is-dropdown-open .gh-dropdown {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

.gh-dropdown li a {
  color: #15171a !important;
  display: block;
  padding: 6px 20px
}

.is-dropdown-mega .gh-dropdown li a {
  padding: 8px 0
}

.gh-burger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 30px;
  margin-right: -3px;
  padding: 0;
  position: relative;
  width: 30px
}

.gh-burger:after,
.gh-burger:before {
  background-color: var(--color-darker-gray);
  content: "";
  height: 1px;
  left: 3px;
  position: absolute;
  transition: all .2s cubic-bezier(.04, .04, .12, .96) .1008s;
  width: 24px
}

.gh-burger:before {
  top: 11px
}

.gh-burger:after {
  bottom: 11px
}

.is-head-open .gh-burger:before {
  top: 15px;
  transform: rotate(45deg)
}

.is-head-open .gh-burger:after {
  bottom: 14px;
  transform: rotate(-45deg)
}

@media (max-width:767px) {
  #gh-head {
    height: 64px
  }

  #gh-head .gh-head-inner {
    gap: 48px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto
  }

  #gh-head .gh-head-brand {
    align-items: center;
    display: grid;
    grid-column-start: 1;
    grid-template-columns: 1fr auto auto;
    height: 64px
  }

  #gh-head .gh-head-logo {
    font-size: 2.2rem
  }

  .gh-burger {
    display: block
  }

  #gh-head .gh-head-actions,
  #gh-head .gh-head-menu {
    justify-content: center;
    opacity: 0;
    position: fixed;
    visibility: hidden
  }

  #gh-head .gh-head-menu {
    transform: translateY(0);
    transition: none
  }

  #gh-head .nav {
    align-items: center;
    gap: 20px;
    line-height: 1.4
  }

  #gh-head .nav a {
    font-size: 2.6rem;
    font-weight: 600;
    text-transform: none
  }

  #gh-head .nav li {
    opacity: 0;
    transform: translateY(-4px)
  }

  #gh-head .gh-head-actions {
    text-align: center
  }

  #gh-head :is(.gh-head-btn, .gh-head-link) {
    opacity: 0;
    transform: translateY(8px)
  }

  #gh-head .gh-head-btn {
    font-size: 1.8rem;
    text-transform: none;
    width: 100%
  }

  #gh-head .gh-head-btn:not(.gh-btn) {
    font-size: 2rem
  }

  #gh-main {
    transition: opacity .4s
  }

  .is-head-open#gh-head {
    height: 100%;
    inset: 0;
    overflow-y: scroll;
    position: fixed;
    z-index: 3999999;
    -webkit-overflow-scrolling: touch
  }

  .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent)#gh-head {
    background-color: var(--color-white)
  }

  .is-head-open.is-head-transparent#gh-head,
  .is-head-open:is(.is-head-transparent, .is-head-brand)#gh-head .gh-head-actions {
    background-color: var(--ghost-accent-color)
  }

  .is-head-open.is-head-dark#gh-head,
  .is-head-open.is-head-dark#gh-head .gh-head-actions {
    background-color: var(--color-darker-gray)
  }

  .is-head-open#gh-head .gh-head-actions,
  .is-head-open#gh-head .gh-head-menu {
    opacity: 1;
    position: static;
    visibility: visible
  }

  .is-head-open#gh-head .nav {
    display: flex;
    flex-direction: column
  }

  .is-head-open#gh-head .nav li {
    opacity: 1;
    transform: translateY(0);
    transition: transform .2s, opacity .2s
  }

  .is-head-open#gh-head .gh-head-actions {
    align-items: center;
    background-color: var(--color-white);
    bottom: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    left: 0;
    padding: var(--gap) 0 calc(var(--gap) + 8px);
    position: sticky;
    right: 0
  }

  .is-head-open#gh-head :is(.gh-head-btn, .gh-head-link) {
    opacity: 1;
    transform: translateY(0);
    transition: transform .4s, opacity .4s;
    transition-delay: .2s
  }

  .is-head-open#gh-head .gh-head-link {
    transition-delay: .4s
  }

  .is-head-open#gh-main {
    opacity: 0
  }
}

.gh-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: clamp(8rem, 13.64vw + 2.55rem, 20rem);
  padding-top: clamp(8rem, 13.64vw + 2.55rem, 20rem)
}

.gh-header:not(.has-background-image):not(.has-background-color) {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  margin: 0 auto 40px;
  max-width: var(--container-width, 1200px)
}

.gh-header-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  word-break: break-word
}

.gh-header-primary {
  font-size: calc(clamp(3rem, 2.05vw + 3rem, 6rem)*var(--font-multiplier, 1));
  line-height: 1.2
}

.is-font-serif .gh-header-primary {
  font-family: var(--font-serif);
  line-height: 1.1
}

.data-share-comment {
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 20px
}

/* .gh-header-secondary {
  font-size: calc(2.4rem*var(--font-multiplier, 1))
} */

.gh-header-secondary {
  font-size: calc(3rem * var(--font-multiplier, 1)); /* Increased from 2.4rem to 3rem */
}

.gh-header-primary+.gh-header-secondary {
  margin-top: 20px
}

.gh-header-action {
  margin-top: 40px
}

.gh-header-button {
  --multiplier: 1.2;
  font-size: 2rem
}

.gh-header-input {
  align-items: center;
  background-color: var(--color-border);
  border: 0;
  border-radius: 48px;
  color: var(--color-secondary-text);
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: space-between;
  max-width: 480px;
  padding: 0 4px 0 20px;
  width: 100%
}

.gh-header-image+.gh-header-content .gh-header-input {
  background-color: #fff;
  color: var(--color-secondary-text-dark)
}

.gh-header-input span {
  align-items: center;
  background-color: var(--ghost-accent-color);
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: calc(100% - 8px);
  justify-content: center;
  padding: 0 24px
}

.gh-header-input[data-ghost-search] span {
  aspect-ratio: 1;
  background-color: transparent;
  color: var(--color-darker-gray);
  padding: 0
}

.gh-header[class*=has-background] {
  margin-bottom: 80px;
  position: relative
}

.gh-header[class*=has-background] .gh-header-content {
  position: relative;
  z-index: 20
}

.gh-header[class*=has-background] :is(.gh-header-primary, .gh-header-secondary) {
  color: #fff
}

.gh-header[class*=has-background] .gh-header-input {
  border: 0
}

.gh-header[class*=has-background] .gh-header-button {
  background-color: #fff;
  color: #15171a
}

.gh-header.has-background-image .gh-header-image {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.gh-header.has-background-color {
  background-color: var(--ghost-accent-color)
}

.gh-header.is-side {
  padding-bottom: 120px;
  padding-top: 80px
}

.gh-header.is-side .gh-header-inner {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr
}

.gh-header.is-side .gh-header-image {
  position: static
}

.gh-header.is-side .gh-header-content {
  align-items: flex-start;
  padding-left: 32px;
  text-align: left
}

.gh-list+.gh-list {
  margin-top: clamp(10rem, 11.36vw + 3.45rem, 16rem)
}

.gh-main .gh-list-title {
  color: #000;
  font-size: 24px;
  margin: 20px 0;
  text-align: center
}

.gh-list-inner {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.gh-list-header {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  justify-content: space-between
}

.gh-list-title {
  font-size: calc(2.7rem*var(--font-multiplier, 1))
}

.is-font-serif .gh-list-title {
  font-family: var(--font-serif)
}

.gh-list-item-inner {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.gh-list-item-inner:hover {
  opacity: 1
}

.gh-list-item-title {
  font-size: calc(2rem*var(--font-multiplier, 1));
  font-weight: 700;
  letter-spacing: -.005em;
  line-height: 1.25;
  word-break: break-word
}

.is-font-serif .gh-list-item-title {
  font-family: var(--font-serif)
}

.gh-list-item-excerpt {
  font-size: calc(1.5rem*var(--font-multiplier, 1));
  margin-bottom: 12px;
  margin-top: 16px;
  word-break: break-word
}

.gh-list-item-primary-author,
.gh-list-item-primary-tag,
.gh-list-item-published-at,
.gh-list-item-reading-time {
  display: inline-block;
  font-size: calc(1.35rem*var(--font-multiplier, 1));
  line-height: 1.1
}

.gh-list-item-primary-author,
.gh-list-item-published-at {
  font-weight: 500
}

.gh-list-item-primary-author:before,
.gh-list-item-published-at:before,
.gh-list-item-reading-time:before {
  display: inline-block;
  margin-right: .35em
}

.gh-list-item-primary-tag {
  display: inline-block;
  margin-bottom: 10px
}

.gh-list-item-primary-author:before {
  content: "by";
  font-weight: 300
}

.gh-list-item-published-at:before {
  content: "on";
  font-weight: 300
}

.gh-list-item-primary-author+.gh-list-item-reading-time:before,
.gh-list-item-published-at+.gh-list-item-reading-time:before {
  content: "•"
}

.gh-list-item-image {
  aspect-ratio: 16/10;
  position: relative;
  width: 100%
}

.gh-list-item-image img {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%
}

.gh-list.grid .gh-list-feed {
  display: grid;
  gap: 64px 48px;
  grid-template-columns: repeat(4, 1fr)
}

.gh-list.grid:not(.magazine)[data-column="2"] .gh-list-feed {
  grid-template-columns: repeat(2, 1fr)
}

.gh-list.grid:not(.magazine)[data-column="2"] .gh-list-item-title {
  font-size: 2.6rem
}

.gh-list.grid:not(.magazine)[data-column="3"] .gh-list-feed {
  grid-template-columns: repeat(3, 1fr)
}

.gh-list.grid.magazine .gh-list-item:first-child {
  grid-column: 1/-1
}

.gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-inner {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr
}

.gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-title {
  font-size: calc(clamp(3rem, 1.36vw + 2.45rem, 4.2rem)*var(--font-multiplier, 1));
  line-height: 1.1
}

.gh-list.simple .gh-list-feed {
  display: flex;
  flex-direction: column;
  gap: clamp(3.2rem, 3.64vw + 1.75rem, 6.4rem)
}

.gh-list.simple .gh-list-item-inner {
  align-items: center;
  flex-direction: row;
  gap: 48px
}

.gh-list.simple .gh-list-item-inner>* {
  flex: 1
}

.gh-list.simple .gh-list-item-title {
  font-size: calc(3.2rem*var(--font-multiplier, 1))
}

@media (max-width:767px) {
  .gh-list.grid .gh-list-feed {
    display: flex;
    flex-direction: column
  }

  .gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-inner {
    display: flex
  }

  .gh-list.simple .gh-list-item-inner {
    flex-direction: column
  }
}

@media (min-width:768px) {
  .gh-list.grid .gh-list-feed {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:992px) {
  .gh-list.grid .gh-list-feed {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (min-width:1200px) {
  .gh-list.grid .gh-list-feed {
    grid-template-columns: repeat(4, 1fr)
  }
}

.gh-cta {
  margin-top: clamp(10rem, 11.36vw + 3.45rem, 16rem)
}

.gh-cta-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(4.8rem, 3.64vw + 3.35rem, 8rem);
  padding-top: clamp(4.8rem, 3.64vw + 3.35rem, 8rem);
  text-align: center
}

.gh-cta-title {
  font-size: calc(clamp(2.4rem, 1.36vw + 1.85rem, 3.6rem)*var(--font-multiplier, 1))
}

.is-font-serif .gh-cta-title {
  font-family: var(--font-serif)
}

.gh-cta-input {
  align-items: center;
  background-color: var(--color-border);
  border: 0;
  border-radius: 32px;
  color: var(--color-secondary-text);
  cursor: pointer;
  display: flex;
  height: 52px;
  justify-content: space-between;
  line-height: 1;
  max-width: 480px;
  padding: 0 4px 0 20px;
  width: 100%
}

.gh-cta-title+.gh-cta-input {
  margin-top: 32px
}

.gh-cta-input span {
  align-items: center;
  background-color: var(--ghost-accent-color);
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: calc(100% - 8px);
  justify-content: center;
  line-height: 1;
  padding: 0 16px
}

.gh-foot {
  font-size: calc(1.6rem*var(--font-multiplier, 1));
  padding-bottom: 120px;
  padding-top: 120px;
  text-align: center
}

.is-font-serif .gh-foot {
  font-family: var(--font-serif)
}

.gh-foot-inner {
  display: grid;
  gap: 32px;
  justify-content: center
}

.gh-foot .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.gh-copyright,
.gh-copyright a {
  color: var(--color-secondary-text)
}

.gh-copyright a {
  text-decoration: underline
}

:root {
  --font-serif: EB Garamond, serif;
  --font-sans: Poppins, sans-serif
}

body {
  background-color: var(--background-color)
}

.is-font-serif {
  --font-multiplier: 1.1;
  font-family: var(--font-serif)
}

.is-font-serif .gh-head-btn {
  border-radius: 0;
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 700
}

@media (max-width:767px) {

  #gh-head a:not(.gh-primary-btn),
  #gh-head.is-head-open .gh-search {
    color: var(--color-black)
  }

  #gh-head.is-head-open .gh-burger:after,
  #gh-head.is-head-open .gh-burger:before {
    background-color: var(--color-black)
  }
}

.gh-header {
  border: none !important;
  padding-bottom: clamp(8rem, 13.64vw + 3.6rem, 20rem);
  padding-top: clamp(8rem, 13.64vw + 3.6rem, 20rem)
}

.gh-header.has-background-image {
  padding-bottom: clamp(4rem, 8vw + 1rem, 14rem);
  padding-top: clamp(8rem, 13.64vw + 5rem, 30rem);
  overflow: visible;
  position: relative;
  margin-bottom: 80px;
  z-index: 1000;
}

.gh-header-content {
  max-width: 1080px
}

.gh-header-primary {
  --font-multipler: 1.06
}

.is-font-serif .gh-header-primary {
  font-weight: 500;
  letter-spacing: -.015em
}

.is-font-serif .gh-header-input {
  font-family: var(--font-serif);
  font-size: 2.2rem
}

.is-font-serif .gh-header-input span {
  font-weight: 700
}

.is-font-serif .gh-header-input,
.is-font-serif .gh-header-input span {
  border-radius: 0
}

.gh-main .gh-list:first-child {
  margin-top: 60px
}

.gh-list {
  text-align: center
}

.gh-list-header {
  align-items: center;
  flex-direction: column
}

.gh-list-title {
  color: var(--ghost-accent-color);
  font-size: 3.8rem
}

.gh-list-item-primary-tag {
  color: var(--ghost-accent-color);
  font-weight: 600;
  margin-bottom: 8px
}

.is-font-serif .gh-list-item-primary-tag {
  --font-multiplier: 1.2
}

.gh-list-action {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase
}

.is-font-sans .gh-article-image img,
.is-font-sans .gh-list-item-image img {
  border-radius: 20px
}

.gh-list.grid .no-image .gh-list-item-inner {
  padding: 3vmin 0
}

@media (min-width:768px) {
  .gh-list.grid:not([data-column="3"]) .gh-list-feed {
    grid-template-columns: repeat(2, 1fr)
  }

  .gh-list.grid:not(.magazine)[data-column="3"] .gh-list-feed {
    grid-template-columns: repeat(3, 1fr)
  }

  .gh-list-item.no-image {
    position: relative
  }

  .gh-list-item.no-image .gh-list-item-inner {
    height: 100%
  }

  .gh-list.grid.gh-list.grid.magazine .gh-list-item:first-child.no-image .gh-list-item-inner {
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border)
  }

  .gh-list.grid .gh-list-item.no-image:after,
  .gh-list.grid .gh-list-item:not(.no-image)+.gh-list-item.no-image:before {
    background: var(--color-border);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px
  }

  .gh-list.grid .gh-list-item.no-image:after {
    right: -24px
  }

  .gh-list.grid .gh-list-item.no-image:before {
    left: -24px
  }

  .gh-list.grid.magazine .gh-list-item:first-child:after,
  .gh-list.grid.magazine .gh-list-item:first-child:before,
  .gh-list.grid.magazine .gh-list-item:nth-child(3):after,
  .gh-list.grid.magazine .gh-list-item:nth-child(5):after,
  .gh-list.grid:not(.magazine)[data-column="3"] .gh-list-item:nth-child(3):after,
  .gh-list.grid:not(.magazine)[data-column="4"] .gh-list-item:nth-child(2):after,
  .gh-list.grid:not(.magazine)[data-column="4"] .gh-list-item:nth-child(4):after {
    display: none
  }
}

@media (min-width:1020px) {
  .gh-list.grid:not([data-column="3"]) .gh-list-feed {
    grid-template-columns: repeat(4, 1fr)
  }

  .gh-list.grid:not(.magazine)[data-column="3"] .gh-list-feed {
    grid-template-columns: repeat(3, 1fr)
  }

  .gh-list.grid.magazine .gh-list-item:nth-child(3):after,
  .gh-list.grid:not(.magazine)[data-column="4"] .gh-list-item:nth-child(2):after {
    display: block
  }
}

@media (min-width:1200px) {
  .gh-header-input {
    height: 68px;
    max-width: 560px;
    padding-left: 24px;
    padding-right: 6px
  }

  .gh-header-input span {
    height: calc(100% - 12px)
  }

  .gh-list.grid:not(.magazine)[data-column="3"] .gh-list-feed {
    grid-template-columns: repeat(4, 1fr)
  }

  .gh-list.grid:not(.magazine)[data-column="3"] .gh-list-item:nth-child(4) {
    display: none
  }

  .gh-list.grid:not(.magazine)[data-column="3"] .gh-list-item:nth-child(2) {
    grid-column: span 2
  }

  .gh-list.grid:not(.magazine)[data-column="3"] .gh-list-item:nth-child(2) .gh-list-item-title {
    --font-multiplier: 1.4
  }
}

.gh-list.grid.magazine .gh-list-item:first-child.no-image .gh-list-item-inner {
  grid-template-columns: 1fr
}

.gh-list.grid.magazine .gh-list-item:not(:first-child) .gh-list-item-excerpt {
  display: none
}

.gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-inner {
  align-items: center;
  min-height: 40vmin
}

.gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-content {
  margin: 0 auto;
  max-width: 520px;
  padding: 0 30px
}

.gh-list.grid.magazine .gh-list-item:first-child.no-image .gh-list-item-content {
  max-width: 720px
}

.gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-title {
  --font-multiplier: 1.26;
  line-height: 1.1em
}

.is-font-serif .gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-title {
  font-weight: 500
}

.is-font-serif .gh-list.grid.magazine .gh-list-item:first-child .gh-list-item-excerpt {
  --font-multiplier: 1.25;
  line-height: 1.4
}

.gh-list .gh-list-item-image {
  aspect-ratio: unset
}

.gh-list .gh-list-item-image img {
  height: unset;
  -o-object-fit: unset;
  object-fit: unset;
  position: unset
}

.is-font-sans h1,
.is-font-sans h2,
.is-font-sans h3 {
  letter-spacing: -.025em
}

.gh-article-header {
  text-align: center
}

.gh-article-title {
  --font-multiplier: 1.25;
  word-break: break-word
}

.gh-article-meta {
  justify-content: center
}

.gh-article-meta-tag {
  color: var(--ghost-accent-color);
  font-weight: 600
}

.gh-cta-inner {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border)
}

.is-font-serif .gh-cta-input,
.is-font-serif .gh-cta-input span {
  border-radius: 0
}

.is-font-serif .gh-cta-input {
  font-family: var(--font-serif);
  font-size: 1.9rem
}

.is-font-serif .gh-cta-input span {
  font-weight: 700
}

.is-font-sans .kg-product-card-container,
.is-font-sans.tag-template .gh-archive-image img {
  border-radius: 16px
}

.is-font-serif .kg-product-card-container {
  border-radius: 0
}

.is-font-sans .kg-product-card-image {
  border-radius: 8px
}

.is-font-sans .kg-product-card .kg-product-card-button {
  border-radius: 32px
}

.is-font-serif .kg-product-card .kg-product-card-button {
  border-radius: 0
}

.is-font-sans .kg-image-card img {
  border-radius: 16px
}

.is-font-serif figcaption {
  --font-multiplier: 1.15
}


/*
  Final CSS for GH Insights Section - V6 (Symmetrical 2x2 Grid Layout)
*/

.gh-insights-section {
    background-color: #ffffff;
    padding: 8rem 2rem 1rem;
}

.gh-insights-container {
    max-width: 1320px; /* Optimal width for a 2-column layout */
    margin: 0 auto;
    text-align: center;
}

.gh-insights-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 auto;
}

.gh-insights-subtitle {
    font-size: 2rem;
    color: #666;
    max-width: 65ch;
    margin: 1.5rem auto 6rem; /* Slightly less margin for a 2-row layout */
}

.gh-insights-grid {
    display: grid;
    /* KEY CHANGE: Create a 2-column grid */
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem; /* Generous gap between cards */
    align-items: stretch; /* Ensures cards in the same row have equal height */
}

.gh-insight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gh-insight-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gh-insight-icon {
    margin-bottom: 1.5rem;
    color: #e53e3e;
}

.gh-insight-icon svg {
    width: 48px;
    height: 48px;
}

.gh-insight-item-title {
    font-size: 4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
}

.gh-insight-item-description {
    color: #555;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 40ch;
    /* This makes the description take up available space, pushing the list down */
    flex-grow: 1;
}

.gh-insight-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    max-width: 350px; /* Constrains list width for readability */
    font-size: 2rem;
    color: #555;
}

.gh-insight-item-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 1rem;
}

.gh-insight-item-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #28a745;
}

/* --- RESPONSIVE ADJUSTMENTS --- */

@media (max-width: 768px) {
    .gh-insights-grid {
        /* On mobile, stack everything in a single column */
        grid-template-columns: 1fr;
    }

    .gh-insights-section {
        padding: 5rem 1.5rem 5rem;
    }

    .gh-insights-title {
        font-size: 4rem;
    }

    .gh-insights-subtitle {
        font-size: 2rem;
        margin-bottom: 4rem;
    }
}

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

.fixed-share-buttons {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 1000;
}

.fixed-share-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixed-share-buttons li {
  margin-bottom: 10px;
}

.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid; /* Add a border */
}

.social-button.fb {
  border-color: #3b5998;
  background-color: #ffffff;
  color: #3b5998;
}
.social-button.tw {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.social-button.in {
  border-color: #0077b5;
  background-color: #ffffff;
  color: #0077b5;
}
.social-button.copy {
  border-color: #555;
  background-color: #ffffff;
  color: #555;
}

.social-button:hover {
  opacity: 0.8;
}

@media (max-width: 770px) {
  .fixed-share-buttons {
      display: none;
  }
}

.social-button i {
  vertical-align: middle;
}


/* Search CSS*/
/* --------------------------------------------------------- */

/* Main container */
.algolia-search-container {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 40px;
  z-index: 1001; /* Ensure this is higher than the header base */
  left: auto; /* Reset positioning */
  right: auto;
}

/* Search input */
#algolia-search-input {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  box-sizing: border-box;
}

/* Results Dropdown */
#algolia-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 0 0 8px 8px; /* Slightly smoother corners */
  box-shadow: 0 10px 40px rgba(0,0,0,0.15); /* Stronger shadow for depth */
  z-index: 9999; /* Max z-index to float over everything */
  max-height: 400px;
  overflow-y: auto;
  display: none;
  text-align: left; /* Force left alignment */
}

/* Individual Hit */
.algolia-hit {
  padding: 15px 20px; /* More breathing room */
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.algolia-hit:last-child {
  border-bottom: none;
}

.algolia-hit:hover {
  background-color: #f7f9fb;
}

/* Title */
.algolia-hit-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #15171a;
  margin-bottom: 4px;
  line-height: 1.2;
}

.algolia-hit-title a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Snippet */
.algolia-hit-snippet {
  font-size: 1.3rem;
  color: #738a94;
  line-height: 1.4;
}

/* Yellow Highlights (Algolia uses <em> tags by default) */
.algolia-hit em {
  background-color: #ffe100;
  font-style: normal;
  padding: 0 2px;
  color: #000;
}

/* Styling for the Excerpt (Date/Location) */
.algolia-hit-meta {
    font-size: 1.3rem; /* Slightly smaller than title */
    color: #15171a;    /* Darker than the grey snippet text for readability */
    font-weight: 500;  /* Medium weight to stand out */
    margin-bottom: 6px;
    line-height: 1.4;

    /* Optional: Limit to 2 lines if excerpts are very long */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Adjust the existing Snippet style to be more subtle */
.algolia-hit-snippet {
    font-size: 1.2rem;
    color: #738a94; /* Lighter grey */
    font-style: italic; /* Optional: separates context from facts */
}

/* Optional: Add spacing between items */
.algolia-hit-title {
    margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .algolia-search-container {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

/* --- ALGOLIA HIT STYLING UPDATE --- */

/* 1. Meta Row (Date + Tags) */
.algolia-hit-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 1.1rem;
    color: #999;
}


/* 2. Tag Pills */
.hit-tags-container {
    display: flex;
    gap: 6px;
}

.hit-tag {
    background-color: #f0f0f0;
    color: #666;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 3. Excerpt Bar (The Auction Info) */
.algolia-hit-excerpt-bar {
    background-color: #fff9db; /* Very light yellow background to highlight it */
    color: #15171a;
    padding: 4px 8px;
    border-left: 3px solid var(--ghost-accent-color); /* Your gold accent */
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 8px;
    border-radius: 0 4px 4px 0;
}

/* 4. Snippet (Context) */
.algolia-hit-snippet {
    font-size: 1.2rem;
    color: #738a94;
    line-height: 1.4;
    font-style: italic;

    /* Limit to 2 lines */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Ensure highlights are visible in all sections */
.algolia-hit em {
    background-color: #ffe100;
    font-style: normal;
    padding: 0 2px;
    color: #000;
}

/* Navbar styling for dasboard */


/* Existing styles */

/* Mobile specific styles */
@media (max-width: 767px) {
  .gh-head-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      opacity: 0;
      visibility: hidden;
  }
  .gh-head-menu a,
  .gh-head-menu button {
      font-size: 2.6rem;
      font-weight: 600;
      text-transform: none;
      opacity: 0;
      transform: translateY(8px);
  }
  .is-head-open .gh-head-menu {
      opacity: 1;
      visibility: visible;
  }
  .is-head-open .gh-head-menu a,
  .is-head-open .gh-head-menu button {
      opacity: 1;
      transform: translateY(0);
      transition: transform 0.4s, opacity 0.4s;
      transition-delay: 0.2s;
  }
  .is-head-open .gh-head-menu .gh-head-link {
      transition-delay: 0.4s;
  }

  .is-head-open#gh-head .gh-head-actions .gh-head-btn.gh-btn[data-portal="signin"] {
    color: var(--color-white) !important;
    /* Optional: If the background isn't dark, ensure it is */
    /* background-color: var(--color-darker-gray) !important; */
  }

  .gh-header-action.gh-header-input {
    font-size: 1.4rem; /* Adjust this value - try 1.3rem or 1.5rem if needed */
    /* Optional: You might need to adjust height/padding slightly too */
    /* height: 50px; */
    /* padding-left: 15px; */
  }

}

/* social icons footer */

.gh-foot .gh-social-icons {
  text-align: center;
  margin-bottom: 5px; /* Adjusted margin */
}

.gh-foot .gh-social-icons .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px; /* Increased gap between icons */
}

.gh-foot .gh-social-icons .nav-instagram a,
.gh-foot .gh-social-icons .nav-x a,
.gh-foot .gh-social-icons .nav-youtube a,
.gh-foot .gh-social-icons .nav-linkedin a,
.gh-foot .gh-social-icons .nav-tiktok a {
  font-size: 0 !important;
}

.gh-foot .gh-social-icons .nav-instagram a::before,
.gh-foot .gh-social-icons .nav-x a::before,
.gh-foot .gh-social-icons .nav-youtube a::before,
.gh-foot .gh-social-icons .nav-linkedin a::before,
.gh-foot .gh-social-icons .nav-tiktok a::before {
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.gh-foot .gh-social-icons .nav-instagram a::before {content: "\f16d"}
.gh-foot .gh-social-icons .nav-x a::before {content: "\e61b"}
.gh-foot .gh-social-icons .nav-youtube a::before {content: "\f167"}
.gh-foot .gh-social-icons .nav-linkedin a::before {content: "\f08c"}
.gh-foot .gh-social-icons .nav-tiktok a::before {content: "\e07b"}

.gh-foot-menu {
  margin-bottom: 10px; /* Reduced padding between terms and conditions row */
}

/* FAQ Section Styles */
.gh-faq-section {
  padding: 2rem 0;
  margin-top: 10rem;
}

.gh-faq-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.faq-container {
  max-width: 800px;
  margin: 5rem auto;
  padding: 0 1rem;
}

.kg-card {
  margin-bottom: 1rem;
}

.kg-toggle-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kg-toggle-heading-text {
  flex-grow: 1;
  margin: 0;
}

.kg-toggle-card-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.kg-toggle-card-icon svg {
  width: 24px;
  height: 24px;
}

.kg-toggle-content p {
  /* white-space: pre-wrap; */
  margin: 0; /* Removed margin to fix indentation issue */
  text-align: left; /* Ensures text is not indented */
}


/* dashboard styling */

/* #dashboard-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
iframe {
  width: 100%;
  height: 100vh;
  border: none;
} */

#dashboard-iframe {
    width: 100%;
    border: none;

    /*
     * For desktop screens:
     * Calculates the height by taking the full viewport height (100vh)
     * and subtracting the height of your desktop navbar (100px).
     * We also subtract 1px extra for a small visual buffer.
     */
    height: calc(100vh - 101px);
}

/*
 * On mobile devices, the navbar has a different height (64px).
 * This media query adjusts the calculation for smaller screens.
 */
@media (max-width: 767px) {
    #dashboard-iframe {
        /*
         * For mobile screens:
         * Calculates height using the mobile navbar height (64px).
         */
        height: calc(100vh - 65px);
    }
}



/* dropdown styling */
.dropdown:hover .gh-dropdown,
.dropdown .gh-dropdown:hover {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.gh-head-menu .dropdown .gh-dropdown {
  left: 0;
  right: auto;
  top: 100%;
}

.gh-dropdown {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 7px 20px -5px rgba(0, 0, 0, .15);
  margin-top: 0; /* Align dropdown with the link */
  opacity: 0;
  padding: 12px 0;
  position: absolute;
  text-align: left;
  transform: translateY(10px);
  transition: opacity .3s, transform .2s;
  visibility: hidden;
  width: auto; /* Set width to auto */
  min-width: 120px; /* Set a minimum width if needed */
  z-index: 90;
}

.gh-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gh-dropdown li {
  padding: 0;
}

.gh-dropdown li a {
  color: #15171a !important;
  display: block;
  padding: 6px 20px;
  text-decoration: none;
  white-space: nowrap; /* Ensure text does not wrap */
}


/* video iframe */

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin-bottom: 20px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Target the specific button using its classes */
.gh-header-action.gh-header-input {
  /* Add a transition for smooth animation effects */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  /* Ensure transform happens from the center */
  transform-origin: center;
}

/* Define the style changes on hover */
.gh-header-action.gh-header-input:hover {
  /* Scale the button up slightly */
  transform: scale(1.03);
  /* Optional: Add a subtle shadow for depth */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


/* Add a subtle press effect on active (click) */
.gh-header-action.gh-header-input:active {
 transform: scale(0.98); /* Scale down slightly when clicked */
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Reduce shadow */
 transition-duration: 0.1s; /* Make the press effect faster */
}

/* Style the new overlay div */
.gh-header.has-background-image .gh-header-overlay {
  background-color: #0a0c0e;
  opacity: 0.7;
  position: absolute;
  inset: 0;
  z-index: 10;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  will-change: transform, opacity;
}

/* Ensure image and overlay stack correctly */
.gh-header.has-background-image .gh-header-image {
  position: absolute;
  height: 100%;
  inset: 0;
  object-fit: cover;
  width: 100%;
  z-index: 5; /* Below overlay but above background */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  will-change: transform, opacity;
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .gh-header.has-background-image .gh-header-image,
  .gh-header.has-background-image .gh-header-overlay {
    transition: none;
  }
}

/* shortened hero */
.gh-main .gh-header.has-background-image {
  padding-top: clamp(4rem, 6.82vw + 2.5rem, 12rem);
  padding-bottom: clamp(4rem, 6.82vw + 2.5rem, 12rem);
}

/* Override background for .gh-header-action.gh-header-input */
.gh-header-action.gh-header-input {
  background-color: #fff; /* Override var(--color-border) */
}

/* Ensure consistency even with conditional rules */
.gh-header[class*=has-background] .gh-header-action.gh-header-input {
  background-color: #fff; /* Reinforce white background in has-background context */
}

/* === KPI WRAPPER & TITLE ====================================== */
.aciq-kpi-wrapper {
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 4rem; /* extra breathing room below the entire strip */

  /* Add these two lines: */
  position: relative;
  z-index: 1;
}

.kpi-strip-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  max-width: 40ch;
  margin: 0 auto 1rem; /* space below the heading */
}

.kpi-strip-sub {
  display: block;
  font-size: 1.4rem;
  color: var(--color-secondary-text);
  margin-bottom: 3rem; /* space above the grid */
}


/* === KPI GRID LAYOUT ========================================== */
.aciq-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  padding-bottom: 4rem;
  padding-top: 1rem;
}

/* small tablets → 2 columns */
@media (max-width: 1024px) {
  .aciq-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

/* phones → 1 column */
@media (max-width: 600px) {
  .aciq-kpi-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}


/* === KPI CELLS =============================================== */
.aciq-kpi-grid .kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* the big numbers */
.aciq-kpi-grid .kpi-number {
  font-weight: 700;
  line-height: 1;
  /* responsive sizing between 3rem and 4.4rem */
  font-size: clamp(6rem, 7vw, 4.4rem);
  color: var(--ghost-accent-color);
}

/* the labels underneath */
.aciq-kpi-grid .kpi-label {
  margin-top: 0.25rem;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  opacity: 0.8;
  letter-spacing: 0.02em;
}

/* ========================================= */
/* FIX NAVBAR DROPDOWN Z-INDEX               */
/* ========================================= */

/* 1. Raise the main navigation bar above the Hero (1000) and Search (1001) */
.gh-head {
    position: relative;
    z-index: 2000 !important;
}

/* 2. Ensure transparent header variant also stays on top */
.is-head-transparent.gh-head {
    z-index: 2000 !important;
}

/* 3. Ensure the dropdown itself is the highest element */
.gh-dropdown {
    z-index: 2001 !important;
}


/* --- PREMIUM UI OVERRIDES --- */
/* --- PRODUCT TOUR STYLES --- */

/* Wrapper to hold everything */
.product-tour-wrapper {
    width: 100%;
    overflow-x: hidden;
}

/* Base Container Layout */
.product-preview-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem; /* Large gap for premium feel */
    align-items: center;
    padding: 0 2rem;
}

/* SECTION 1: DARK MODE HERO */
.product-preview-section.dark-mode {
    padding: 10rem 0;
    background: #0a0c0e;
    background-image: radial-gradient(circle at 70% 50%, rgba(197, 160, 89, 0.15), transparent 50%);
    color: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* SECTION 2-4: LIGHT MODE DEEP DIVES */
.product-deep-dive {
    padding: 10rem 0;
    background-color: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Optional: Subtle grey background for the middle section to create rhythm */
.product-deep-dive.bg-offset {
    background-color: #fafafa;
}

/* TYPOGRAPHY */
.product-text h2 {
    font-family: var(--font-sans); /* Poppins */
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 2rem;
    line-height: 1.15;
}

/* Dark Mode Text */
.dark-mode .product-text h2 { color: #fff; }
.dark-mode .product-text p { color: rgba(255,255,255,0.8); }
.dark-mode .product-text strong { color: #fff; }

/* Light Mode Text */
.text-dark h2 { color: #15171a; }
.text-dark p { color: #555; margin-bottom: 2rem; font-size: 1.8rem; line-height: 1.6; }
.text-dark strong { color: #15171a; }

/* Feature List (Bullet Points) */
.product-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    color: rgba(255,255,255,0.9);
}
.product-feature-list li { margin-bottom: 1rem; }

/* BUTTONS */
.white-outline-btn {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    margin-top: 1rem;
    transition: all 0.3s ease;
}
.white-outline-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

/* IMAGES */
.product-image-wrapper {
    position: relative;
    z-index: 1;
}

.product-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Shadow logic for Light Mode images to make them pop */
.shadow-lift img {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12); /* Soft, luxurious shadow */
    border: 1px solid rgba(0,0,0,0.05);
}

/* RESPONSIVE LOGIC */
@media (max-width: 900px) {
    .product-preview-container {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }

    /* On mobile, we usually want image first, then text?
       Or Text first, then image.
       Let's keep the HTML order (Image Top for deep dives) */

    .reverse-layout {
        display: flex;
        flex-direction: column;
    }

    .product-text h2 { font-size: 3.2rem; }
}

/* Prevent horizontal scrolling globally */
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.gh-site {
    overflow-x: hidden;
}

/* --- SAAS PRICING TABLE STYLES --- */

.gh-pricing-section {
    padding: 8rem 2rem;
    background-color: #fafafa; /* Light gray background to separate sections */
}

.gh-pricing-container {
    max-width: 1240px;
    margin: 0 auto;
}

.gh-pricing-header {
    text-align: center;
    margin-bottom: 6rem;
}

.gh-pricing-header h2 {
    font-size: 4rem;
    font-family: var(--font-sans);
    margin-bottom: 1rem;
}

.gh-pricing-header p {
    font-size: 1.8rem;
    color: #666;
}

.gh-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    align-items: stretch;
}

.gh-pricing-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Specific styling for Premium Plus to make it pop */
.gh-pricing-card.recommended-card {
    border-color: #a80000; /* Subtle red border */
    box-shadow: 0 10px 30px rgba(168, 0, 0, 0.05);
    z-index: 1;
}

.gh-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.gh-pricing-card-top {
    margin-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 2rem;
}

.plan-name {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #15171a;
}

.plan-name.text-red {
    color: #a80000; /* Match the red from screenshot */
}

.price-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.plan-price {
    font-size: 3.6rem;
    font-weight: 700;
    color: #15171a;
    line-height: 1;
}

.plan-price .period {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    margin-left: 2px;
}

.badge-trial {
    background-color: #fcebeb; /* Light red bg */
    color: #a80000;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.plan-desc {
    font-size: 1.5rem;
    color: #555;
    line-height: 1.5;
    min-height: 65px; /* Aligns the lists vertically */
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1; /* Pushes button to bottom */
    margin-bottom: 3rem;
}

.plan-features li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    color: #444;
    line-height: 1.4;
}

/* Checkmark styling */
.plan-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #15171a;
    font-weight: 700;
}

/* The Red Button */
.gh-btn-red {
    background-color: #a80000; /* Deep Red */
    color: #fff;
    width: 100%;
    border: none;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 600;
}

.gh-btn-red:hover {
    background-color: #8a0000;
    opacity: 1;
}

/* Responsive */
@media (max-width: 900px) {
    .gh-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .plan-desc {
        min-height: auto;
    }
}

/* --- FIX CTA SPACING ON HOMEPAGE --- */

/* 1. Remove the huge top margin from the CTA on the homepage */
.home-template .gh-cta {
    margin-top: 0 !important;
}

/* 2. (Optional) If it is still too wide, reduce the bottom of the pricing section */
.gh-pricing-section {
    padding-bottom: 4rem; /* Reduced from original 8rem */
}

/* --- FORCE PURE WHITE BACKGROUNDS --- */

/* 1. Global Body */
body,
.gh-site,
.gh-main {
    background-color: #ffffff !important;
}

/* 2. KPI Strip (was #f9f9f9) */
.aciq-kpi-wrapper {
    background-color: #ffffff !important;
    /* Optional: Keep the border so it doesn't look invisible */
    border-bottom: none !important;
}

/* 3. Pricing Section (was #fafafa) */
.gh-pricing-section {
    background-color: #ffffff !important;
}

/* 4. Product Deep Dive Offset (was #fafafa) */
.product-deep-dive.bg-offset {
    background-color: #ffffff !important;
}

/* --- PRODUCT TOUR FOOTER (Upsell) --- */
.product-tour-footer {
    background-color: #ffffff;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;

    /* Flexbox for perfect vertical centering */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    min-height: 350px;       /* Sets the total height of the section */
    padding: 2rem;           /* Safety padding for mobile */
}

/* Style the H2 inside the footer */
.product-tour-footer h2 {
    font-family: var(--font-sans);
    font-size: 4rem;
    font-weight: 700;
    color: #15171a;
    line-height: 1.2;
    margin: 0; /* Important: removes default margin to center perfectly */
}
