/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Raleway", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --radius-sm: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand: #e26a0f;
    --color-brand-dark: #b85309;
    --color-brand-soft: #fdf0e4;
    --color-ink: #14100d;
    --color-ink-soft: #3a302a;
    --color-cream: #fff8f2;
    --ck-quote-width: 880px;
    --color-line: #14100d1f;
    --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
    --radius-card: 16px;
    --radius-pill: 999px;
    --shadow-card: 0 2px 4px #14100d0a, 0 12px 28px -8px #14100d2e;
    --shadow-card-hover: 0 4px 8px #14100d0f, 0 24px 48px -12px #14100d47;
    --shadow-brand: 0 6px 18px -6px #e26a0fa6;
    --spacing-section: clamp(48px, 9vw, 104px);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }

  body {
    background-color: var(--color-cream);
    color: var(--color-ink-soft);
    font-family: var(--font-sans);
    padding-bottom: 76px;
    font-size: 16px;
    line-height: 1.65;
  }

  h1, h2, h3, h4 {
    font-family: var(--font-display);
    color: var(--color-ink);
    letter-spacing: -.015em;
    text-wrap: balance;
    overflow-wrap: break-word;
    line-height: 1.12;
  }

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

  a {
    color: inherit;
    text-decoration: none;
  }

  :focus-visible {
    outline: 3px solid var(--color-brand);
    outline-offset: 3px;
    border-radius: 6px;
  }

  input, select, textarea {
    font-family: var(--font-sans);
    font-size: 16px;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .container {
      max-width: 480px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }

  @media (min-width: 1025px) {
    .container {
      max-width: 1025px;
    }
  }

  @media (min-width: 1280px) {
    .container {
      max-width: 1280px;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .resize {
    resize: both;
  }

  .italic {
    font-style: italic;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

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

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

.ck-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

.ck-section {
  padding-block: var(--spacing-section);
}

.ck-section-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: clamp(26px, 4vw, 44px);
}

.ck-section-title + .ck-rule {
  background: var(--color-brand);
  border-radius: 999px;
  width: 64px;
  height: 3px;
  margin: 0 auto clamp(32px, 4vw, 56px);
}

.ck-btn {
  border-radius: var(--radius-pill);
  min-height: 52px;
  font-family: var(--font-sans);
  letter-spacing: .02em;
  cursor: pointer;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .18s, box-shadow .18s, background-color .18s, border-color .18s;
  display: inline-flex;
}

.ck-btn-primary {
  background: var(--color-brand);
  color: #fff;
  box-shadow: var(--shadow-brand);
}

.ck-btn-primary:hover {
  background: var(--color-brand-dark);
  transform: translateY(-2px);
}

.ck-btn-dark {
  background: var(--color-ink);
  color: #fff;
}

.ck-btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -10px #0000008c;
}

.ck-btn-ghost {
  color: #fff;
  background: none;
  border: 1.5px solid #ffffffbf;
}

.ck-btn-ghost:hover {
  background: #ffffff24;
  border-color: #fff;
}

.ck-btn:active {
  transform: translateY(0);
}

.ck-card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  background: #fff;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

@media (hover: hover) {
  .ck-card:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
  }
}

.ck-card-media {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--color-brand-soft);
  width: 100%;
}

.ck-card-body {
  flex-direction: column;
  flex: 1;
  padding: clamp(18px, 2vw, 26px);
  display: flex;
}

.ck-card-title {
  margin-bottom: 10px;
  font-size: clamp(19px, 1.6vw, 23px);
}

.ck-card-text {
  color: var(--color-ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.ck-card-foot {
  margin-top: auto;
  padding-top: 16px;
}

.ck-price {
  color: var(--color-brand);
  font-size: 17px;
  font-weight: 700;
}

.ck-chip {
  border: 1.5px solid var(--color-brand);
  border-radius: var(--radius-pill);
  min-height: 44px;
  color: var(--color-brand);
  white-space: nowrap;
  cursor: pointer;
  background: none;
  align-items: center;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .15s, color .15s;
  display: inline-flex;
}

.ck-chip[aria-pressed="true"] {
  background: var(--color-brand);
  color: #fff;
}

.ck-mobile-bar {
  z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  inset-inline: 0;
  background: #0a0806f0;
  border-top: 1px solid #ffffff1a;
  grid-template-columns: 1fr 1.35fr;
  gap: 10px;
  display: grid;
  position: fixed;
  bottom: 0;
}

.ck-mobile-bar .ck-btn {
  white-space: nowrap;
  min-height: 50px;
  padding-inline: clamp(8px, 3vw, 16px);
  font-size: clamp(13px, 3.9vw, 15px);
}

@media (min-width: 768px) {
  .ck-mobile-bar {
    display: none;
  }

  body {
    padding-bottom: 0;
  }
}

.ck-skip {
  z-index: 100;
  background: var(--color-brand);
  color: #fff;
  border-radius: 0 0 var(--radius-card) 0;
  padding: 12px 20px;
  font-weight: 700;
  position: absolute;
  left: -9999px;
}

.ck-skip:focus {
  top: 0;
  left: 0;
}

.ck-header {
  z-index: 50;
  background: var(--color-ink);
  border-bottom: 1px solid #ffffff14;
  position: sticky;
  top: 0;
}

.ck-header__inner {
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 10px clamp(16px, 4vw, 32px);
  display: flex;
}

.ck-header__logo {
  flex: none;
  line-height: 0;
}

.ck-header__logo img {
  width: auto;
  height: 52px;
}

.ck-nav {
  margin-inline: auto;
  display: none;
}

.ck-nav__list {
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ck-nav__list a {
  color: #fff;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  transition: color .15s;
  display: block;
  position: relative;
}

.ck-nav__list a:hover {
  color: var(--color-brand);
}

.ck-nav__list li + li:before {
  content: "";
  background: var(--color-brand);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 15px;
  margin-left: -16px;
  position: absolute;
}

.ck-nav__list li {
  position: relative;
}

.ck-nav__list a[aria-current="page"] {
  color: #fff;
}

.ck-nav__list a[aria-current="page"]:after {
  content: "";
  background: var(--color-brand);
  border-radius: 2px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ck-header__cta {
  min-height: 44px;
  padding: 11px 24px;
  font-size: 15px;
  display: none;
}

.ck-burger {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 12px;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  display: grid;
}

.ck-burger__icon {
  width: 26px;
  height: 26px;
}

.ck-burger__close, .ck-burger[aria-expanded="true"] .ck-burger__open {
  display: none;
}

.ck-burger[aria-expanded="true"] .ck-burger__close {
  display: block;
}

.ck-mobile-nav {
  background: var(--color-ink);
  border-top: 1px solid #ffffff14;
  padding: 8px clamp(16px, 4vw, 32px) 24px;
}

.ck-mobile-nav[hidden] {
  display: none;
}

.ck-mobile-nav__list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.ck-mobile-nav__list a {
  color: #fff;
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  min-height: 54px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.ck-mobile-nav__list a[aria-current="page"] {
  color: var(--color-brand);
}

.ck-mobile-nav__cta {
  width: 100%;
}

.ck-hero {
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 78svh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.ck-hero__media {
  z-index: -2;
  object-fit: cover;
  object-position: 50% 42%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ck-hero__scrim {
  z-index: -1;
  background: linear-gradient(#0a08066b 0%, #0a080633 45%, #0a08068c 100%);
  position: absolute;
  inset: 0;
}

.ck-hero__content {
  text-align: center;
  padding-block: clamp(64px, 12vh, 120px);
}

.ck-hero__kicker {
  color: var(--color-brand);
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 700;
  display: flex;
}

@media (max-width: 359px) {
  .ck-hero__kicker {
    gap: 8px;
    font-size: 11px;
  }
}

.ck-hero__title {
  color: #fff;
  text-shadow: 0 2px 24px #00000073;
  margin: 0;
}

.ck-hero__title-main, .ck-hero__title-alt {
  display: block;
}

.ck-hero__title-main {
  letter-spacing: -.01em;
  font-size: clamp(26px, 7.4vw, 96px);
}

.ck-hero__title-alt {
  font-size: clamp(26px, 6.2vw, 80px);
  font-weight: 400;
}

.ck-hero__tagline {
  color: #fff;
  font-family: var(--font-display);
  text-shadow: 0 2px 16px #00000080;
  margin: 14px 0 0;
  font-size: clamp(17px, 2.2vw, 30px);
  font-style: italic;
}

.ck-hero__actions {
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
  display: flex;
}

.ck-section--cream {
  background: var(--color-cream);
}

.ck-section--ink {
  background: var(--color-ink);
}

.ck-section-title--light {
  color: #fff;
}

.ck-concepts {
  gap: clamp(18px, 2.4vw, 28px);
  display: grid;
}

.ck-link {
  color: var(--color-brand);
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
}

.ck-link__icon {
  width: 16px;
  height: 16px;
  transition: transform .18s;
}

.ck-link:hover .ck-link__icon {
  transform: translateX(3px);
}

.ck-usps {
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.ck-usp {
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
  padding: 18px 0;
  display: grid;
}

.ck-usp:last-child {
  border-bottom: 0;
}

.ck-usp__icon {
  color: var(--color-brand);
  line-height: 0;
}

.ck-usp__svg {
  stroke-width: 1.5px;
  width: 40px;
  height: 40px;
}

.ck-usp__title {
  color: var(--color-brand);
  margin: 0 0 4px;
  font-size: clamp(17px, 1.5vw, 20px);
}

.ck-usp__text {
  color: #ffffffc7;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.ck-strip {
  background: var(--color-ink);
  position: relative;
}

.ck-strip__track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  grid-auto-columns: 86%;
  grid-auto-flow: column;
  gap: 10px;
  padding: 0 10px;
  display: grid;
  overflow-x: auto;
}

.ck-strip__track::-webkit-scrollbar {
  display: none;
}

.ck-strip__item {
  scroll-snap-align: center;
  margin: 0;
}

.ck-strip__item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-card);
  width: 100%;
  display: block;
}

.ck-strip__dots {
  justify-content: center;
  gap: 8px;
  padding: 16px 0 20px;
  display: flex;
}

.ck-strip__dot {
  cursor: pointer;
  background: #ffffff59;
  border: 0;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: width .2s, background-color .2s;
}

.ck-strip__dot[aria-current="true"] {
  background: var(--color-brand);
  width: 22px;
}

.ck-reviews {
  gap: clamp(16px, 2vw, 24px);
  display: grid;
}

.ck-review {
  text-align: center;
  padding: clamp(20px, 2vw, 28px);
}

.ck-review__stars {
  color: var(--color-brand);
  letter-spacing: 4px;
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1;
}

.ck-review__quote {
  margin: 12px 0 0;
}

.ck-review__quote p {
  color: var(--color-ink-soft);
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.ck-review__name {
  color: var(--color-ink);
  margin-top: 14px;
  font-size: 15px;
  font-weight: 700;
}

.ck-cta-band {
  background: var(--color-brand);
  text-align: center;
  padding-block: clamp(40px, 6vw, 76px);
}

.ck-cta-band__title {
  color: #fff;
  margin: 0;
  font-size: clamp(26px, 3.8vw, 46px);
}

.ck-cta-band__text {
  color: #fffffff2;
  max-width: 620px;
  margin: 10px auto 24px;
  font-size: clamp(15px, 1.3vw, 18px);
}

.ck-cta-band .ck-btn {
  width: 100%;
  max-width: 340px;
}

.ck-footer {
  background: var(--color-ink);
  padding-block: clamp(36px, 5vw, 64px);
}

.ck-footer__inner {
  gap: 28px;
  display: grid;
}

.ck-footer__title {
  color: var(--color-brand);
  margin: 0 0 12px;
  font-size: clamp(18px, 1.8vw, 22px);
}

.ck-footer__list {
  color: #ffffffd9;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
}

.ck-footer__list a {
  color: #ffffffd9;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.ck-footer__list a:hover {
  color: #fff;
}

.ck-footer__list--plain li {
  min-height: 28px;
}

.ck-footer__icon {
  width: 17px;
  height: 17px;
  color: var(--color-brand);
  flex: none;
}

.ck-mobile-bar__icon {
  width: 17px;
  height: 17px;
}

@media (min-width: 768px) {
  .ck-hero__actions {
    flex-direction: row;
    justify-content: center;
  }

  .ck-hero__actions .ck-btn {
    width: auto;
  }

  .ck-concepts, .ck-reviews {
    grid-template-columns: repeat(3, 1fr);
  }

  .ck-footer__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .ck-strip__track {
    scroll-snap-type: none;
    grid-auto-columns: 1fr;
    gap: 0;
    padding: 0;
    overflow-x: visible;
  }

  .ck-strip__item img {
    aspect-ratio: 3 / 2;
    border-radius: 0;
  }

  .ck-strip__dots {
    display: none;
  }

  .ck-usps {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .ck-usp {
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid #ffffff1f;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    padding: 8px clamp(16px, 2.2vw, 30px);
  }

  .ck-usp:last-child {
    border-right: 0;
  }

  .ck-usp__svg {
    stroke-width: 1.25px;
    width: 64px;
    height: 64px;
  }

  .ck-usp__title {
    margin-bottom: 8px;
  }
}

@media (min-width: 1025px) {
  .ck-hero {
    aspect-ratio: 1570 / 1001;
    min-height: 0;
  }

  .ck-usp__svg {
    width: 72px;
    height: 72px;
  }

  .ck-nav {
    display: block;
  }

  .ck-header__cta {
    margin-left: 0;
    display: inline-flex;
  }

  .ck-burger, .ck-mobile-nav {
    display: none;
  }
}

.ck-wa {
  z-index: 70;
  color: #fff;
  font-family: var(--font-sans);
  background: #25d366;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s, transform .18s, box-shadow .18s;
  display: inline-flex;
  position: fixed;
  bottom: clamp(14px, 3vw, 24px);
  right: clamp(14px, 3vw, 24px);
  box-shadow: 0 4px 10px #00000024, 0 12px 28px -8px #25d36699;
}

.ck-wa:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px #00000029, 0 16px 34px -8px #25d366b3;
}

.ck-wa:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #128c7e;
}

.ck-wa__icon {
  place-items: center;
  line-height: 0;
  display: grid;
}

.ck-wa__icon svg {
  width: 30px;
  height: 30px;
}

.ck-wa__label {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .ck-wa {
    bottom: calc(84px + env(safe-area-inset-bottom));
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    right: 16px;
  }

  .ck-wa__label {
    clip-path: inset(50%);
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ck-wa {
    transition: none;
  }

  .ck-wa:hover {
    transform: none;
  }
}

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

.ck-404 {
  min-height: calc(100svh - var(--ck-header-h, 72px));
  isolation: isolate;
  text-align: center;
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.ck-404__media {
  z-index: -2;
  object-fit: cover;
  object-position: 50% 42%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ck-404__scrim {
  z-index: -1;
  background: linear-gradient(#0a0806c7 0%, #0a0806ad 100%);
  position: absolute;
  inset: 0;
}

.ck-404__content {
  padding-block: clamp(48px, 8vw, 96px);
}

.ck-404__code {
  font-family: var(--font-display);
  color: var(--color-brand);
  letter-spacing: -.02em;
  margin: 0;
  font-size: clamp(64px, 14vw, 160px);
  line-height: .95;
}

.ck-404__title {
  color: #fff;
  text-shadow: 0 2px 20px #00000073;
  margin: clamp(10px, 1.6vw, 22px) 0 0;
  font-size: clamp(26px, 4.4vw, 52px);
}

.ck-404__text {
  color: #ffffffe6;
  max-width: 46ch;
  margin: 14px auto 0;
  font-size: clamp(15px, 1.4vw, 18px);
}

.ck-404__actions {
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.ck-404__call {
  color: #ffffffd1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
  font-size: 15px;
  display: flex;
}

.ck-404__call-icon {
  width: 16px;
  height: 16px;
  color: var(--color-brand);
  flex: none;
}

.ck-404__call a {
  color: var(--color-brand);
  font-weight: 700;
}

@media (min-width: 560px) {
  .ck-404__actions {
    flex-direction: row;
    justify-content: center;
  }

  .ck-404__actions .ck-btn {
    width: auto;
  }
}

.ck-page-header {
  isolation: isolate;
  align-items: center;
  min-height: clamp(200px, 30vw, 320px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.ck-page-header__media {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ck-page-header__scrim {
  z-index: -1;
  background: linear-gradient(#0a0806b8 0%, #0a080699 100%);
  position: absolute;
  inset: 0;
}

.ck-page-header__content {
  text-align: center;
  padding-block: clamp(32px, 5vw, 56px);
}

.ck-page-header__title {
  color: #fff;
  text-shadow: 0 2px 20px #00000073;
  margin: 0;
  font-size: clamp(30px, 5.4vw, 60px);
}

.ck-page-header__subtitle {
  color: #ffffffeb;
  max-width: 620px;
  margin: 12px auto 0;
  font-size: clamp(15px, 1.4vw, 18px);
}

.ck-section--tight {
  padding-block: clamp(32px, 5vw, 64px);
}

.ck-filters {
  scrollbar-width: none;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: clamp(24px, 3vw, 40px);
  padding-bottom: 4px;
  display: flex;
  overflow-x: auto;
}

.ck-filters::-webkit-scrollbar {
  display: none;
}

.ck-filters__empty {
  text-align: center;
  color: var(--color-ink-soft);
  margin: 24px 0 0;
}

.ck-concept-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 2vw, 28px);
  display: grid;
}

.ck-concept-card__media {
  line-height: 0;
  display: block;
}

.ck-concept-card .ck-card-title {
  font-size: clamp(16px, 1.5vw, 21px);
}

.ck-concept-card .ck-card-title a {
  color: inherit;
  text-decoration: none;
}

.ck-concept-card__cta {
  white-space: nowrap;
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
  padding-inline: 12px;
  font-size: 15px;
}

@media (max-width: 479px) {
  .ck-cta-word, .ck-concept-card .ck-card-text {
    display: none;
  }

  .ck-concept-card .ck-card-body {
    padding: 14px 12px;
  }

  .ck-concept-card .ck-price {
    font-size: 15px;
  }
}

.ck-card-media--empty {
  aspect-ratio: 4 / 3;
  background: var(--color-brand-soft);
  display: block;
}

.ck-breadcrumb {
  background: var(--color-cream);
  color: var(--color-ink-soft);
  padding-block: 16px;
  font-size: 14px;
}

.ck-breadcrumb a {
  color: var(--color-ink-soft);
  text-decoration: none;
}

.ck-breadcrumb a:hover {
  color: var(--color-brand);
}

.ck-breadcrumb span[aria-hidden] {
  opacity: .5;
  margin-inline: 6px;
}

.ck-breadcrumb [aria-current="page"] {
  color: var(--color-brand);
  font-weight: 600;
}

.ck-product {
  gap: clamp(24px, 3vw, 48px);
  display: grid;
}

.ck-product__image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-card);
  background: var(--color-brand-soft);
  width: 100%;
}

.ck-product__thumbs {
  scrollbar-width: none;
  grid-auto-columns: minmax(72px, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  margin-top: 10px;
  display: grid;
  overflow-x: auto;
}

.ck-product__thumbs::-webkit-scrollbar {
  display: none;
}

.ck-product__thumb {
  border-radius: var(--radius-sm, 10px);
  cursor: pointer;
  background: none;
  border: 2px solid #0000;
  padding: 0;
  line-height: 0;
  transition: border-color .15s;
  overflow: hidden;
}

.ck-product__thumb img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.ck-product__thumb[aria-current="true"] {
  border-color: var(--color-brand);
}

.ck-product__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
}

.ck-product__price {
  color: var(--color-brand);
  margin: 8px 0 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
}

.ck-product__excerpt {
  color: var(--color-ink-soft);
  margin-top: 14px;
}

.ck-product__excerpt p {
  margin: 0 0 10px;
}

.ck-product__points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ck-product__points li {
  color: var(--color-ink-soft);
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  font-size: 15px;
  display: flex;
}

.ck-product__check {
  width: 18px;
  height: 18px;
  color: var(--color-brand);
  flex: none;
}

.ck-product__cta {
  width: 100%;
  max-width: 420px;
  margin-top: 24px;
}

.ck-product__call {
  color: var(--color-ink-soft);
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 15px;
  display: flex;
}

.ck-product__call-icon {
  width: 16px;
  height: 16px;
  color: var(--color-brand);
  flex: none;
}

.ck-product__call a {
  color: var(--color-brand);
  font-weight: 700;
}

.ck-prose {
  max-width: 760px;
  color: var(--color-ink-soft);
}

.ck-prose h2, .ck-prose h3, .ck-prose h4 {
  color: var(--color-ink);
  margin: 1.6em 0 .5em;
}

.ck-prose h2 {
  font-size: clamp(22px, 2.6vw, 30px);
}

.ck-prose h3 {
  font-size: clamp(19px, 2vw, 24px);
}

.ck-prose p {
  margin: 0 0 1em;
}

.ck-prose ul, .ck-prose ol {
  margin: 0 0 1em;
  padding-left: 1.3em;
}

.ck-prose ul {
  list-style: outside;
}

.ck-prose ol {
  list-style: decimal;
}

.ck-prose li {
  margin-bottom: .4em;
}

.ck-prose li::marker {
  color: var(--color-brand);
}

.ck-prose strong {
  color: var(--color-ink);
}

.ck-story {
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  display: grid;
}

.ck-story__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-card);
  width: 100%;
}

.ck-story__title {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.6vw, 42px);
}

.ck-rule--left {
  margin-inline: 0;
  margin-bottom: 20px;
}

.ck-story__body p {
  color: var(--color-ink-soft);
  margin: 0 0 1em;
}

.ck-faq {
  max-width: 780px;
  margin-inline: auto;
}

.ck-faq__item {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

.ck-faq__q {
  cursor: pointer;
  min-height: 56px;
  font-family: var(--font-display);
  color: var(--color-ink);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  font-size: clamp(16px, 1.5vw, 19px);
  list-style: none;
  display: flex;
}

.ck-faq__q::-webkit-details-marker {
  display: none;
}

.ck-faq__chevron {
  width: 20px;
  height: 20px;
  color: var(--color-brand);
  flex: none;
  transition: transform .2s;
}

.ck-faq__item[open] .ck-faq__chevron {
  transform: rotate(180deg);
}

.ck-faq__a {
  color: var(--color-ink-soft);
  padding: 0 20px 18px;
  font-size: 15px;
  line-height: 1.7;
}

.ck-faq__a p {
  margin: 0;
}

.ck-quote {
  max-width: var(--ck-quote-width, 880px);
}

.ck-quote__prefill {
  background: var(--color-brand-soft);
  border-radius: var(--radius-card);
  color: var(--color-ink);
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 14px 18px;
  font-size: 15px;
  display: flex;
}

.ck-quote__prefill-icon {
  width: 18px;
  height: 18px;
  color: var(--color-brand);
  flex: none;
}

.ck-quote__card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  background: #fff;
  padding: clamp(20px, 3vw, 40px);
}

.ck-quote__fallback h2 {
  margin-top: 0;
}

.ck-reassure {
  background: var(--color-brand-soft);
  border-radius: var(--radius-card);
  gap: 4px;
  margin: clamp(20px, 3vw, 32px) 0 0;
  padding: clamp(16px, 2vw, 24px);
  list-style: none;
  display: grid;
}

.ck-reassure__item {
  border-bottom: 1px solid #14100d14;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  display: grid;
}

.ck-reassure__item:last-child {
  border-bottom: 0;
}

.ck-reassure__icon {
  color: var(--color-brand);
  line-height: 0;
}

.ck-reassure__svg {
  stroke-width: 1.5px;
  width: 34px;
  height: 34px;
}

.ck-reassure__title {
  font-family: var(--font-sans);
  color: var(--color-ink);
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.ck-reassure__text {
  color: var(--color-ink-soft);
  margin: 2px 0 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .ck-filters {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .ck-concept-grid, .ck-concept-grid--related {
    grid-template-columns: repeat(3, 1fr);
  }

  .ck-product {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .ck-story {
    grid-template-columns: 1fr 1fr;
  }

  .ck-reassure {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .ck-reassure__item {
    border-bottom: 0;
    border-right: 1px solid #14100d1a;
    padding: 0 20px 0 0;
  }

  .ck-reassure__item:last-child {
    border-right: 0;
  }
}

.ck-product__choose {
  font-family: var(--font-sans);
  color: var(--color-ink);
  margin: 26px 0 12px;
  font-size: 17px;
  font-weight: 700;
}

.ck-menu-pick {
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 12px;
  margin-bottom: 20px;
  display: grid;
}

@media (min-width: 768px) {
  .ck-menu-pick {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ck-menu-pick__option {
  width: 100%;
  height: 100%;
  min-height: 52px;
  font-family: var(--font-sans);
  text-align: left;
  color: var(--color-ink);
  border: 1.5px solid var(--color-line);
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  transition: border-color .15s, background-color .15s, color .15s;
  display: flex;
}

.ck-menu-pick__label {
  flex: 1;
  min-width: 0;
}

.ck-menu-pick__price {
  white-space: nowrap;
  color: var(--color-brand);
  margin-left: auto;
  padding-left: 14px;
  font-weight: 700;
}

.ck-menu-pick__option[aria-checked="true"] .ck-menu-pick__price {
  color: #fff;
}

.ck-menu-pick__option:hover {
  border-color: #e26a0f8c;
}

.ck-menu-pick__option[aria-checked="true"] {
  color: #fff;
  background: var(--color-brand);
  border-color: var(--color-brand);
}

.ck-menu-pick__option:focus-visible {
  outline: 3px solid var(--color-brand);
  outline-offset: 2px;
}

.ck-menu-pick__icon {
  display: none;
}

.ck-panel {
  border: 1px solid var(--color-line);
  border-radius: 0 var(--radius-card) var(--radius-card) var(--radius-card);
  background: #fff;
}

.ck-panel__tab {
  font-family: var(--font-sans);
  color: #fff;
  background: var(--color-brand);
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  margin: -1px 0 0 -1px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.ck-panel__body {
  padding: clamp(16px, 2vw, 24px) clamp(20px, 3vw, 34px) clamp(20px, 3vw, 34px);
}

.ck-panel__body > :first-child {
  margin-top: 0;
}

.ck-panel__body > :last-child {
  margin-bottom: 0;
}

.ck-catalogue-bar {
  border-bottom: 1px solid var(--color-line);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: clamp(18px, 2.4vw, 28px);
  padding-bottom: 16px;
  display: flex;
}

.ck-catalogue-bar__count {
  font-family: var(--font-sans);
  color: var(--color-ink-soft);
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.ck-catalogue-bar__sort {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.ck-catalogue-bar__label {
  font-family: var(--font-sans);
  color: var(--color-ink-soft);
  flex: none;
  font-size: 14px;
  font-weight: 600;
}

.ck-catalogue-bar .ck-select {
  width: auto;
  min-width: 210px;
}

.ck-catalogue-bar .ck-select__button {
  min-height: 46px;
  padding: 11px 16px;
  font-size: 15px;
}

@media (max-width: 479px) {
  .ck-catalogue-bar__sort {
    width: 100%;
  }

  .ck-catalogue-bar .ck-select {
    flex: 1;
    min-width: 0;
  }
}

select.ck-select-native {
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.ck-select {
  width: 100% !important;
  position: relative !important;
}

.ck-select.is-open {
  z-index: 60 !important;
}

.wpforms-container .wpforms-field:has(.ck-select) {
  overflow: visible !important;
}

.ck-select__button {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: border-color .15s, box-shadow .15s;
  width: 100% !important;
  min-height: 52px !important;
  font-family: var(--font-sans) !important;
  text-align: left !important;
  text-transform: none !important;
  color: var(--color-ink) !important;
  border: 1.5px solid var(--color-line) !important;
  border-radius: var(--radius-sm, 10px) !important;
  box-shadow: none !important;
  background: #fff !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  display: flex !important;
}

.ck-select__button:hover {
  border-color: #e26a0f80;
}

.ck-select__button[aria-expanded="true"], .ck-select__button:focus-visible {
  outline: none;
  border-color: var(--color-brand) !important;
  box-shadow: 0 0 0 4px #e26a0f26 !important;
}

.ck-select.is-placeholder .ck-select__value {
  color: #3a302a73;
}

.ck-select__caret {
  color: var(--color-brand);
  flex: none;
  line-height: 0;
  transition: transform .2s;
}

.ck-select .ck-select__caret svg {
  width: 18px;
  height: 18px;
}

.ck-select__button[aria-expanded="true"] .ck-select__caret {
  transform: rotate(180deg);
}

.ck-select .ck-select__list {
  z-index: 40;
  overscroll-behavior: contain;
  background: var(--color-cream);
  scrollbar-width: thin;
  scrollbar-color: #e26a0f66 transparent;
  border: 1.5px solid #e26a0f40;
  border-radius: 14px;
  max-height: 300px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 2px 6px #14100d0d, 0 20px 44px -14px #14100d52;
  padding: 8px 8px 8px 10px !important;
}

.ck-select .ck-select__list[hidden] {
  display: none;
}

.ck-select .ck-select__option {
  min-height: 46px;
  color: var(--color-ink);
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  padding: 12px 40px 12px 16px;
  font-size: 15px;
  transition: background-color .13s, color .13s;
  display: flex;
  position: relative;
}

.ck-select .ck-select__option:hover, .ck-select .ck-select__option.is-active {
  background: var(--color-brand-soft);
  color: var(--color-brand);
}

.ck-select .ck-select__option[aria-selected="true"] {
  color: var(--color-brand);
  font-weight: 700;
}

.ck-select .ck-select__option[aria-selected="true"]:after {
  content: "";
  background: var(--color-brand);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 14px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ck-select .ck-select__option[aria-disabled="true"] {
  opacity: .45;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: no-preference) {
  .ck-anim [data-reveal] {
    opacity: 0;
    transition-property: opacity, translate;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.16, 1, .3, 1);
    transition-delay: calc(var(--reveal-i, 0) * 70ms);
    translate: 0 22px;
  }

  .ck-anim [data-reveal].is-in {
    opacity: 1;
    translate: 0;
  }

  .ck-anim .ck-card[data-reveal] {
    transition-property: opacity, translate, transform, box-shadow;
    transition-duration: .7s, .7s, .2s, .2s;
    transition-delay: calc(var(--reveal-i, 0) * 70ms), calc(var(--reveal-i, 0) * 70ms), 0s, 0s;
  }

  .ck-anim [data-reveal="left"] {
    translate: -28px;
  }

  .ck-anim [data-reveal="right"] {
    translate: 28px;
  }

  .ck-hero__kicker, .ck-hero__title, .ck-hero__tagline, .ck-hero__actions, .ck-page-header__title, .ck-page-header__subtitle {
    animation: .75s cubic-bezier(.16, 1, .3, 1) both ck-rise;
  }

  .ck-hero__kicker {
    animation-delay: 50ms;
  }

  .ck-hero__title {
    animation-delay: .15s;
  }

  .ck-hero__tagline {
    animation-delay: .28s;
  }

  .ck-hero__actions {
    animation-delay: .4s;
  }

  .ck-page-header__title {
    animation-delay: 50ms;
  }

  .ck-page-header__subtitle {
    animation-delay: .18s;
  }

  @keyframes ck-rise {
    from {
      opacity: 0;
      translate: 0 24px;
    }
  }
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
