@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/nunito-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/nunito-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --kjut-color-ink: #141414;
  --kjut-color-muted: #808080;
  --kjut-color-surface: #ffffff;
  --kjut-color-surface-subtle: #f6f6f6;
  --kjut-color-sand: #f1ebe2;
  --kjut-color-sand-light: #f8f3ee;
  --kjut-color-paw: #bfb4aa;
  --kjut-color-card-dark: #252525;
  --kjut-color-text-on-dark: #efefef;
  --kjut-color-border: #f1f0f0;
  --kjut-color-action-primary: #141414;
  --kjut-color-action-on-primary: #ffffff;
  --kjut-color-action-secondary: #ffffff;
  --kjut-color-action-on-secondary: #070707;
  --kjut-color-booking-ink: #26312b;
  --kjut-color-form-surface: #fbfaf7;
  --kjut-color-form-panel: #f8f4ef;
  --kjut-color-form-border: #dcd0c8;
  --kjut-color-form-muted: #666666;
  --kjut-color-form-focus: #26312b;
  --kjut-shadow-form-focus: 0 0 0 3px rgb(38 49 43 / 14%);
  --kjut-color-danger: #d43f2b;
  --kjut-color-danger-surface: #fff2ef;
  --kjut-color-danger-border: #efc7bf;
  --kjut-color-warning: #8a5a00;
  --kjut-color-warning-surface: #fff8e8;
  --kjut-color-warning-border: #ead6a8;
  --kjut-color-success: #2f6b4f;
  --kjut-color-success-surface: #eef7f1;
  --kjut-color-success-border: #c8dfcf;

  --kjut-font-family: "Nunito", sans-serif;
  --kjut-font-family-kicker: "Inter", sans-serif;
  --kjut-font-family-ui: "DM Sans", sans-serif;
  --kjut-font-size-body: 1rem;
  --kjut-font-size-navigation: 1.125rem;
  --kjut-line-height-body: 1.65;
  --kjut-line-height-tight: 1.15;

  --kjut-space-1: 0.25rem;
  --kjut-space-2: 0.5rem;
  --kjut-space-3: 0.75rem;
  --kjut-space-4: 1rem;
  --kjut-space-6: 1.5rem;
  --kjut-space-8: 2rem;
  --kjut-space-12: 3rem;
  --kjut-space-16: 4rem;
  --kjut-space-24: 6rem;

  --kjut-layout-max: 89.25rem;
  --kjut-layout-gutter: clamp(1.25rem, 2.778vw, 2.625rem);
  --kjut-header-height: 5.648rem;
  --kjut-header-logo-width: 5.919rem;
  --kjut-header-logo-height: 3.148rem;
  --kjut-header-nav-gap: 2.875rem;
  --kjut-header-cart-gap: 2.5rem;
  --kjut-radius-card: 1rem;
  --kjut-radius-pill: 999px;
  --kjut-button-height: 3.1875rem;
  --kjut-button-padding-inline: 2rem;
  --kjut-motion-duration-fast: 180ms;
  --kjut-motion-duration-base: 520ms;
  --kjut-motion-duration-slow: 760ms;
  --kjut-motion-duration-carousel: 600ms;
  --kjut-motion-stagger: 85ms;
  --kjut-motion-distance: 1rem;
  --kjut-motion-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --kjut-motion-ease-emphasized: cubic-bezier(0.16, 1, 0.3, 1);
  --kjut-transition-fast: var(--kjut-motion-duration-fast) var(--kjut-motion-ease-standard);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--kjut-color-surface);
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family);
  font-size: var(--kjut-font-size-body);
  line-height: var(--kjut-line-height-body);
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

input:not([type]):focus-visible,
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="url"]:focus-visible,
input[type="search"]:focus-visible,
input[type="password"]:focus-visible,
input[type="date"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="time"]:focus-visible,
input[type="number"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: var(--kjut-color-form-focus);
  outline: 0;
  box-shadow: var(--kjut-shadow-form-focus);
}

.kjut-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--kjut-button-height);
  padding: 0.875rem var(--kjut-button-padding-inline);
  border: 0;
  border-radius: var(--kjut-radius-pill);
  cursor: pointer;
  font-family: var(--kjut-font-family-ui);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4375rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.kjut-button--primary {
  background: var(--kjut-color-action-primary);
  color: var(--kjut-color-action-on-primary);
}

.kjut-button--secondary {
  background: var(--kjut-color-action-secondary);
  color: var(--kjut-color-action-on-secondary);
}

.kjut-button--outline {
  border: 1px solid currentColor;
  background: transparent;
  color: currentColor;
}

.kjut-button--danger-outline {
  border: 1px solid var(--kjut-color-danger);
  background: transparent;
  color: var(--kjut-color-danger);
}

.kjut-button--compact {
  min-width: 9.0625rem;
}

.kjut-button--wide {
  width: 14.5625rem;
  max-width: 100%;
}

.kjut-button:hover {
  opacity: 0.82;
  transform: translateY(-0.125rem);
}

.kjut-button:active {
  transform: translateY(0);
}

.kjut-button[aria-busy="true"],
.kjut-button:disabled,
button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.62;
  pointer-events: none;
  transform: none;
}

.kjut-commerce-is-loading {
  position: relative;
}

.kjut-commerce-is-loading::after {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: grid;
  min-height: 6rem;
  border-radius: var(--kjut-radius-card);
  background: rgb(255 255 255 / 68%);
  color: var(--kjut-color-ink);
  content: "Posodabljam …";
  font: 600 0.875rem/1.4 var(--kjut-font-family-ui);
  place-items: center;
  pointer-events: none;
}

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

.screen-reader-text:focus {
  z-index: 1000;
  top: var(--kjut-space-4);
  left: var(--kjut-space-4);
  width: auto;
  height: auto;
  padding: var(--kjut-space-3) var(--kjut-space-4);
  clip: auto;
  background: var(--kjut-color-surface);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  height: var(--kjut-header-height);
  background: var(--kjut-color-surface);
  isolation: isolate;
}

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

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), var(--kjut-layout-max));
  height: 100%;
  margin-inline: auto;
}

.site-header__brand,
.site-header__logo-link,
.custom-logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-header__logo-link {
  position: relative;
  width: var(--kjut-header-logo-width);
  height: var(--kjut-header-logo-height);
  overflow: visible;
}

.site-header__logo {
  position: absolute;
  top: -20.89%;
  left: -8.889%;
  width: 116.667%;
  max-width: none;
  height: auto;
}

.custom-logo {
  width: var(--kjut-header-logo-width);
  height: auto;
}

.site-header__actions,
.site-navigation__list {
  display: flex;
  align-items: center;
}

.site-header__actions {
  gap: var(--kjut-header-cart-gap);
}

.site-navigation__list {
  gap: var(--kjut-header-nav-gap);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-navigation__link,
.site-navigation .menu-item > a {
  display: inline-flex;
  align-items: center;
  color: var(--kjut-color-ink);
  font-size: var(--kjut-font-size-navigation);
  font-weight: 600;
  line-height: 1.389;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity var(--kjut-transition-fast);
}

.site-navigation__link:hover,
.site-navigation .menu-item > a:hover,
.site-header__cart:hover {
  opacity: 0.58;
}

.site-header__cart {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 1.5rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--kjut-color-ink);
  text-decoration: none;
  transition: opacity var(--kjut-transition-fast);
}

.site-header__cart-indicator {
  position: absolute;
  top: -0.3rem;
  right: -0.35rem;
  width: 0.65rem;
  height: 0.65rem;
  border: 2px solid var(--kjut-color-surface);
  border-radius: 50%;
  background: var(--kjut-color-success);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.45);
  transition: opacity var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.site-header__cart--has-items .site-header__cart-indicator {
  opacity: 1;
  transform: scale(1);
}

.site-header__cart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header__menu-toggle {
  display: none;
  width: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kjut-color-ink);
  cursor: pointer;
}

.site-header__menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-block: 0.34rem;
  background: currentColor;
  transition: transform var(--kjut-transition-fast), opacity var(--kjut-transition-fast);
}

.site-header--menu-open .site-header__menu-toggle span:nth-child(1) {
  transform: translateY(0.68rem) rotate(45deg);
}

.site-header--menu-open .site-header__menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header--menu-open .site-header__menu-toggle span:nth-child(3) {
  transform: translateY(-0.68rem) rotate(-45deg);
}

.site-main {
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), var(--kjut-layout-max));
  margin-inline: auto;
}

.site-footer {
  position: relative;
  z-index: 5;
  padding: 4rem;
  background: var(--kjut-color-sand);
}

.site-footer__inner {
  width: min(100%, 86.5rem);
  margin-inline: auto;
}

.site-footer__logo-link {
  position: relative;
  display: block;
  width: 8.4375rem;
  height: 4.4875rem;
  overflow: visible;
}

.site-footer__logo {
  position: absolute;
  top: -20.89%;
  left: -8.889%;
  width: 116.667%;
  max-width: none;
  height: auto;
}

.site-footer__divider {
  margin-top: 2.25rem;
  border-top: 1px solid rgba(220, 208, 200, 0.5);
}

.site-footer__main {
  display: grid;
  min-height: 20.3125rem;
  margin-top: 2.25rem;
  align-items: center;
  grid-template-columns: minmax(25.125rem, 30.8125rem) minmax(36rem, 42.8125rem);
  justify-content: space-between;
  gap: 3.25rem;
}

.site-footer__newsletter,
.site-footer__contact {
  align-self: stretch;
  min-width: 0;
}

.site-footer__newsletter {
  padding-bottom: 2.5rem;
}

.site-footer__section-heading {
  display: grid;
  gap: 0.75rem;
}

.site-footer__title {
  margin: 0;
  color: var(--kjut-color-ink);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.375;
}

.site-footer__description {
  margin: 0;
  color: var(--kjut-color-ink);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.newsletter-form {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 1.125rem;
  gap: 1.125rem;
}

.newsletter-form__field,
.newsletter-form__input {
  width: 100%;
}

.newsletter-form__input {
  height: 2.875rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid #fbfaf7;
  border-radius: 0.625rem;
  background: #fbfaf7;
  color: var(--kjut-color-ink);
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: border-color var(--kjut-transition-fast), box-shadow var(--kjut-transition-fast);
}

.newsletter-form__input::placeholder {
  color: var(--kjut-color-ink);
  opacity: 1;
}

.newsletter-form__input:focus-visible {
  border-color: var(--kjut-color-form-focus);
  outline: 0;
  box-shadow: var(--kjut-shadow-form-focus);
}

.newsletter-form__trap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newsletter-form__consent {
  display: grid;
  align-items: start;
  width: 100%;
  color: var(--kjut-color-ink);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 300;
  grid-template-columns: 1.125rem minmax(0, 1fr);
  line-height: 1.5;
  gap: 0.5rem;
}

.newsletter-form__checkbox {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.25rem 0 0;
  border: 1px solid #b8a49d;
  accent-color: var(--kjut-color-ink);
}

.newsletter-form__consent a,
.site-footer__contact-link,
.site-footer__social-links a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.newsletter-form__feedback {
  width: 100%;
  padding: 0.625rem 0.75rem;
  margin: -0.25rem 0 0;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.newsletter-form__feedback--success {
  background: rgba(74, 119, 70, 0.12);
  color: #31562e;
}

.newsletter-form__feedback--error {
  background: rgba(156, 54, 54, 0.11);
  color: #792828;
}

.newsletter-form__submit {
  align-self: flex-start;
}

.site-footer__contact-grid {
  display: grid;
  margin-top: 1.125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.125rem;
}

.site-footer__contact-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 11.375rem;
  padding: 2rem;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-sand-light);
  text-align: center;
  gap: 0.5rem;
}

.site-footer__contact-icon {
  width: 2.125rem;
  height: 2.1875rem;
  margin-bottom: 0.75rem;
  overflow: visible;
  fill: none;
  stroke: var(--kjut-color-ink);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__contact-icon-dot {
  fill: var(--kjut-color-ink);
  stroke: none;
}

.site-footer__contact-title {
  margin: 0;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.364;
}

.site-footer__contact-link,
.site-footer__social-links {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
}

.site-footer__legal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 5.5rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(220, 208, 200, 0.5);
  margin-top: 1.25rem;
  gap: 3rem;
}

.site-footer__legal-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
}

.site-footer__legal-list a {
  color: #262626;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.714;
  text-decoration: none;
}

.site-footer__legal-list a:hover,
.site-footer__contact-link:hover,
.site-footer__social-links a:hover {
  opacity: 0.64;
}

.site-footer__copyright {
  margin: 0;
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  text-align: right;
}

.site-main {
  min-height: 60vh;
  padding-block: var(--kjut-space-24);
}

.entry__title {
  max-width: 18ch;
  font-size: clamp(2.25rem, 7vw, 5rem);
  line-height: 1.05;
}

.home-main {
  overflow: clip;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 110vh;
  overflow: hidden;
  place-items: center;
  background: var(--kjut-color-ink);
  color: var(--kjut-color-surface);
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #000000;
  content: "";
  opacity: 0.58;
  pointer-events: none;
}

.hero__slider,
.hero__slide,
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__slider {
  z-index: 0;
  overflow: hidden;
}

.hero__slide {
  z-index: 0;
  padding: 0;
  margin: 0;
  transform: translateX(100%);
  transition: transform var(--kjut-motion-duration-base) var(--kjut-motion-ease-standard);
}

.hero__slide.is-active {
  z-index: 1;
  transform: translateX(0);
}

.hero__slide.is-leaving {
  z-index: 2;
  transform: translateX(-100%);
}

.hero__image {
  object-fit: cover;
  object-position: center;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), 42rem);
  text-align: center;
  transform: translateY(-2.5rem);
}

.hero__eyebrow {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 16.0625rem;
  height: 1.9375rem;
  padding: 0.5rem 1rem;
  border: 1px solid #f8f4ef;
  border-radius: 1.25rem;
  margin-bottom: 1.5rem;
  background: transparent;
  color: #f8f4ef;
  font-family: var(--kjut-font-family-kicker);
  font-size: 0.78125rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.hero__title {
  margin: 0;
  color: var(--kjut-color-surface);
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.3;
  text-wrap: balance;
}

.hero__cta {
  width: min(100%, 18.6875rem);
  height: 3.0625rem;
  padding: 0.9375rem 2rem;
  border: 1px solid #151415;
  border-radius: var(--kjut-radius-pill);
  margin-top: 1.875rem;
  font-family: var(--kjut-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1875rem;
  white-space: nowrap;
}

.hero__cta:hover {
  transform: translateY(-0.25rem);
}

.site-social {
  position: fixed;
  z-index: 90;
  top: 40%;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.site-social__link {
  display: grid;
  width: 2.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kjut-color-ink);
  color: var(--kjut-color-surface);
  place-items: center;
  transition: transform var(--kjut-transition-fast), opacity var(--kjut-transition-fast);
}

.site-social__link:hover,
.site-social__link:focus-visible {
  transform: scale(1.08);
}

.site-social__link svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: currentColor;
}

.hero__scroll {
  position: absolute;
  z-index: 3;
  bottom: 1.45rem;
  left: 50%;
  width: 1.875rem;
  height: 2.837rem;
  border: 2px solid var(--kjut-color-surface);
  border-radius: 1.875rem;
  transform: translateX(-50%);
}

.hero__scroll span {
  position: absolute;
  top: 0.55rem;
  left: 50%;
  width: 0.125rem;
  height: 0.75rem;
  border-radius: var(--kjut-radius-pill);
  background: var(--kjut-color-surface);
  transform: translateX(-50%);
  animation: hero-scroll-indicator 1.8s ease-in-out infinite;
}

.upcoming-workshops {
  position: relative;
  isolation: isolate;
  scroll-margin-top: var(--kjut-header-height);
  padding: clamp(3rem, 4.5vw, 4rem) var(--kjut-layout-gutter) 7.5rem;
  background: var(--kjut-color-ink);
  color: var(--kjut-color-surface);
}

.upcoming-workshops__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 81.625rem);
  margin-inline: auto;
}

.upcoming-workshops__paws {
  position: absolute;
  z-index: 2;
  top: -6.25rem;
  right: max(0.25rem, calc((100% - 78.5rem) / 2 - 1rem));
  width: clamp(9.5rem, 11vw, 11.5rem);
  color: var(--kjut-color-paw);
  pointer-events: none;
  transform: rotate(7deg);
}

.upcoming-workshops__paw-cluster {
  animation-delay: -2.75s;
  animation-duration: 10s;
}

.section-heading {
  max-width: 42rem;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--inverse {
  color: var(--kjut-color-surface);
}

.section-heading__title {
  margin: 0;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
}

.section-heading__description {
  margin: 0.875rem 0 0;
  color: rgba(20, 20, 20, 0.62);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

.section-heading--inverse .section-heading__description {
  color: rgba(255, 255, 255, 0.68);
}

.section-heading--wide {
  max-width: 56.36rem;
}

.section-heading--large .section-heading__title {
  font-size: clamp(2.25rem, 3.05vw, 2.875rem);
  line-height: 1.37;
}

.workshop-showcase {
  position: relative;
  margin-top: 3rem;
}

.workshop-showcase__viewport {
  min-width: 0;
}

.workshop-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workshop-showcase--single .workshop-grid {
  width: min(100%, 64rem);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
}

.workshop-showcase--single .workshop-card__link {
  aspect-ratio: 3 / 1;
}

.workshop-showcase--double .workshop-grid {
  width: min(100%, 64rem);
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workshop-showcase--double .workshop-card__link {
  aspect-ratio: 1.55;
}

.workshop-showcase--carousel {
  --workshop-carousel-fade: clamp(3rem, 7vw, 7rem);
  width: min(calc(100vw - (2 * var(--kjut-layout-gutter))), 90rem);
  margin-left: 50%;
  transform: translateX(-50%);
}

.workshop-showcase--carousel::before,
.workshop-showcase--carousel::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: var(--workshop-carousel-fade);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--kjut-transition-fast);
}

.workshop-showcase--carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--kjut-color-ink) 0%, rgba(20, 20, 20, 0.92) 18%, transparent 100%);
}

.workshop-showcase--carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--kjut-color-ink) 0%, rgba(20, 20, 20, 0.92) 18%, transparent 100%);
}

.workshop-showcase--carousel.is-enhanced::before,
.workshop-showcase--carousel.is-enhanced::after {
  opacity: 1;
}

.workshop-showcase--carousel.is-enhanced.is-at-start::before,
.workshop-showcase--carousel.is-enhanced.is-at-end::after {
  opacity: 0;
}

.workshop-showcase--carousel .workshop-showcase__viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: inline mandatory;
  -webkit-overflow-scrolling: touch;
}

.workshop-showcase--carousel .workshop-showcase__viewport::-webkit-scrollbar {
  display: none;
}

.workshop-showcase--carousel .workshop-grid {
  display: flex;
  width: max-content;
  min-width: 100%;
  grid-template-columns: none;
}

.workshop-showcase--carousel .workshop-card {
  width: clamp(18rem, 28vw, 25rem);
  flex: 0 0 clamp(18rem, 28vw, 25rem);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.workshop-showcase__controls.kjut-carousel__controls {
  top: -3.75rem;
  right: 0;
}

.workshop-showcase .kjut-carousel__button:disabled {
  opacity: 0.38;
  cursor: default;
  transform: none;
}

.workshop-card {
  min-width: 0;
}

.workshop-card__link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.05;
  border-radius: 0.9375rem;
  background: #252525;
  color: var(--kjut-color-surface);
  isolation: isolate;
  text-decoration: none;
}

.workshop-card__image,
.workshop-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.workshop-card__image {
  z-index: -2;
  object-fit: cover;
  transition: transform var(--kjut-motion-duration-base) var(--kjut-motion-ease-standard);
}

.workshop-card__shade {
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 20%, rgba(0, 0, 0, 0.76) 100%);
}

.workshop-card__status {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: var(--kjut-radius-pill);
  background: rgba(255, 255, 255, 0.88);
  color: var(--kjut-color-ink);
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.45rem;
  line-height: 1;
}

.workshop-card__status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #8fbd3b;
}

.workshop-card--sold_out .workshop-card__status-dot,
.workshop-card--closed .workshop-card__status-dot {
  background: #8a8a8a;
}

.workshop-card--upcoming .workshop-card__status-dot {
  background: #e2a94f;
}

.workshop-card__content {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.workshop-card__eyebrow {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.workshop-card__title {
  margin-top: 0.45rem;
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
}

.workshop-card__date {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.workshop-card__link:hover .workshop-card__image,
.workshop-card__link:focus-visible .workshop-card__image {
  transform: scale(1.035);
}

.workshop-card__link:focus-visible {
  outline: 3px solid var(--kjut-color-surface);
  outline-offset: 4px;
}

.kjut-pill-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.kjut-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8125rem 1.375rem;
  border-radius: var(--kjut-radius-pill);
  background: var(--kjut-color-form-border);
  color: #1a1a1a;
  font-family: var(--kjut-font-family-kicker);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-align: center;
  transition: transform var(--kjut-transition-fast), box-shadow var(--kjut-transition-fast), background-color var(--kjut-transition-fast);
}

.workshop-expectations {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(100%, 78.5rem);
  margin: clamp(4.5rem, 7vw, 7rem) auto 0;
  gap: 2.1875rem;
  text-align: center;
}

.workshop-expectations__title {
  margin: 0;
  color: #f8f4ef;
  font-family: var(--kjut-font-family);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
}

.workshop-expectations__list {
  width: min(100%, 59rem);
  gap: 0.5rem;
}

.workshop-expectations__description {
  width: min(100%, 38.1875rem);
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--kjut-font-family-ui);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  text-wrap: balance;
}

.workshops-empty {
  display: grid;
  align-items: center;
  margin-top: clamp(3.5rem, 6vw, 6rem);
  text-align: left;
  grid-template-columns: minmax(0, 50.6875rem) minmax(20rem, 1fr);
  gap: clamp(3rem, 6.3vw, 6.9375rem);
}

.workshops-empty__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 23rem;
  min-width: 0;
}

.workshops-empty__title {
  width: min(100%, 43.75rem);
  margin: 0;
  color: #f8f4ef;
  font-family: var(--kjut-font-family);
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.5625rem;
}

.workshops-empty__description {
  width: min(100%, 43.75rem);
  margin: 0.625rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--kjut-font-family-ui);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.workshops-empty__media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1.875rem;
  margin: 0;
  background: var(--kjut-color-card-dark);
}

.workshops-empty__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.newsletter-form--dark {
  width: min(100%, 43.75rem);
  min-height: 12.8125rem;
  margin-top: 2.625rem;
  gap: 1.125rem;
}

.newsletter-form--dark .newsletter-form__field {
  height: 2.875rem;
}

.newsletter-form--dark .newsletter-form__input {
  height: 2.875rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.625rem;
  font-family: var(--kjut-font-family-ui);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.newsletter-form--dark .newsletter-form__consent {
  align-items: start;
  min-height: 4.5rem;
  color: #c2c2c2;
  font-family: var(--kjut-font-family-ui);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  grid-template-columns: 1.10125rem minmax(0, 1fr);
  gap: 0.5rem;
}

.newsletter-form--dark .newsletter-form__checkbox {
  display: grid;
  width: 0.85125rem;
  height: 0.85125rem;
  appearance: none;
  border: 0;
  border-radius: 0.25rem;
  margin: 0.3125rem 0.125rem;
  background: #fbfaf7;
  cursor: pointer;
  place-content: center;
}

.newsletter-form--dark .newsletter-form__checkbox::before {
  width: 0.45rem;
  height: 0.25rem;
  border-bottom: 0.125rem solid #070707;
  border-left: 0.125rem solid #070707;
  content: "";
  transform: rotate(-45deg) scale(0);
  transition: transform var(--kjut-transition-fast);
}

.newsletter-form--dark .newsletter-form__checkbox:checked::before {
  transform: rotate(-45deg) scale(1);
}

.newsletter-form--dark .newsletter-form__consent a {
  color: var(--kjut-color-surface);
}

.newsletter-form--dark .newsletter-form__feedback--success {
  background: rgba(168, 218, 153, 0.13);
  color: #d8f4cf;
}

.newsletter-form--dark .newsletter-form__feedback--error {
  background: rgba(255, 153, 153, 0.13);
  color: #ffd2d2;
}

.about-section {
  position: relative;
  isolation: isolate;
  overflow: visible;
  scroll-margin-top: var(--kjut-header-height);
  padding: 8rem var(--kjut-layout-gutter);
  background: var(--kjut-color-sand);
}

.about-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 78.5rem);
  margin-inline: auto;
}

.about-section .section-heading__description {
  margin-top: 1.4375rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.about-highlights {
  width: min(100%, 53rem);
  margin: 2.5rem auto 0;
  gap: 0.75rem;
}

.about-card-grid {
  display: grid;
  margin-top: 3rem;
  gap: 0.75rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.about-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
  min-height: 19.14rem;
  padding: 2rem;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-sand-light);
  gap: 1.25rem;
  grid-column: span 2;
}

.about-card:nth-child(n + 4) {
  grid-column: span 3;
}

.about-card__header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.25rem;
}

.about-card__image {
  width: 7.64rem;
  height: 7.64rem;
  flex: 0 0 7.64rem;
  border-radius: 50%;
  object-fit: cover;
}

.about-card__title {
  margin: 0;
  color: var(--kjut-color-ink);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.32;
  text-wrap: balance;
}

.about-card__text {
  margin: 0;
  color: rgba(20, 20, 20, 0.62);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
}

.about-section__paws {
  position: absolute;
  z-index: 2;
  width: 13rem;
  color: var(--kjut-color-paw);
  pointer-events: none;
}

.paw-cluster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 232 / 228;
  animation: paw-cluster-drift 9s var(--kjut-motion-ease-standard) infinite;
  transform-origin: center;
}

.paw-cluster__step {
  --kjut-paw-rotation: 0deg;
  --kjut-paw-delay: 0ms;
  position: absolute;
  display: block;
  background: currentColor;
  -webkit-mask: url("../images/ui/paw-single.svg") center / contain no-repeat;
  mask: url("../images/ui/paw-single.svg") center / contain no-repeat;
  transform: rotate(var(--kjut-paw-rotation));
  transform-origin: center;
}

.paw-cluster__step--1 {
  top: 12.3%;
  left: 33.6%;
  width: 36.2%;
  height: 37.7%;
  --kjut-paw-rotation: 7deg;
}

.paw-cluster__step--2 {
  top: 56.6%;
  left: 19.4%;
  width: 28.4%;
  height: 29.4%;
  --kjut-paw-delay: var(--kjut-motion-stagger);
  --kjut-paw-rotation: -12deg;
}

.paw-cluster__step--3 {
  top: 50.3%;
  left: 66.8%;
  width: 26.3%;
  height: 27.2%;
  --kjut-paw-delay: calc(var(--kjut-motion-stagger) * 2);
  --kjut-paw-rotation: 10deg;
}

.kjut-motion-ready .paw-cluster:not(.is-in-view) .paw-cluster__step {
  opacity: 0;
  transform: translateY(0.45rem) rotate(var(--kjut-paw-rotation)) scale(0.8);
}

.kjut-motion-ready .paw-cluster.is-in-view .paw-cluster__step {
  animation: paw-step-in var(--kjut-motion-duration-slow) var(--kjut-motion-ease-emphasized) both;
  animation-delay: var(--kjut-paw-delay);
}

.about-section__paws--top {
  top: -6.75rem;
  left: max(-1rem, calc((100% - 78.5rem) / 2 - 1.5rem));
  transform: rotate(-5deg);
}

.about-section__paws--bottom {
  right: max(-4rem, calc((100% - 78.5rem) / 2 - 5rem));
  bottom: 1rem;
  transform: rotate(6deg) scaleX(-1);
}

.about-section__paws--bottom .about-section__paw-cluster {
  animation-delay: -4.5s;
  animation-duration: 11s;
}

.kjut-carousel {
  --kjut-carousel-background: var(--kjut-color-ink);
  --kjut-carousel-peek: clamp(5rem, 7.5vw, 7.5rem);
  --kjut-carousel-fade: clamp(7rem, 12vw, 12rem);
  position: relative;
}

.kjut-carousel__viewport::before,
.kjut-carousel__viewport::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 3.5rem;
  display: none;
  width: var(--kjut-carousel-fade);
  content: "";
  pointer-events: none;
}

.kjut-carousel.is-enhanced .kjut-carousel__viewport::before,
.kjut-carousel.is-enhanced .kjut-carousel__viewport::after {
  display: block;
}

.kjut-carousel__viewport::before {
  left: 0;
  background: linear-gradient(90deg, var(--kjut-carousel-background) 0%, var(--kjut-carousel-background) 16%, transparent 100%);
}

.kjut-carousel__viewport::after {
  right: 0;
  background: linear-gradient(270deg, var(--kjut-carousel-background) 0%, var(--kjut-carousel-background) 16%, transparent 100%);
}

.kjut-carousel__controls {
  position: absolute;
  z-index: 5;
  top: -3.75rem;
  right: var(--kjut-carousel-peek);
  display: flex;
  gap: 0.5rem;
}

.kjut-carousel__controls[hidden] {
  display: none;
}

.kjut-carousel__button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--kjut-color-surface);
  color: var(--kjut-color-ink);
  cursor: pointer;
  place-items: center;
  transition: opacity var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.kjut-carousel__button:hover {
  opacity: 0.82;
  transform: translateY(-0.125rem);
}

.kjut-carousel__button:active {
  transform: translateY(0);
}

.kjut-carousel__button svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.testimonials {
  position: relative;
  min-height: 46.8125rem;
  scroll-margin-top: var(--kjut-header-height);
  background: var(--kjut-color-ink);
  color: var(--kjut-color-surface);
}

.testimonials__inner {
  position: relative;
  z-index: 1;
  padding-top: 6.625rem;
}

.testimonials__heading {
  text-align: center;
}

.testimonials__title {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.3;
}

.testimonials__subtitle {
  margin: 0.625rem 0 0;
  color: var(--kjut-color-text-on-dark);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.testimonials__carousel {
  --testimonials-gap: 1.875rem;
  --testimonials-visible: 3;
  width: min(100%, 90rem);
  margin: 5rem auto 0;
}

.testimonials__viewport {
  position: relative;
  width: 100%;
  height: 23.125rem;
  padding: 0.9375rem 0 3.5rem;
  margin-inline: auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.testimonials__viewport::-webkit-scrollbar {
  display: none;
}

.testimonials__carousel.is-enhanced .testimonials__viewport {
  overflow: hidden;
  cursor: grab;
  scroll-snap-type: none;
  touch-action: pan-y;
}

.testimonials__carousel.is-dragging .testimonials__viewport {
  cursor: grabbing;
}

.testimonials__track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: var(--testimonials-gap);
  will-change: transform;
}

.testimonial-card {
  display: flex;
  flex: 0 0 calc((100% - (2 * var(--kjut-carousel-peek)) - 3.75rem) / 3);
  align-items: flex-start;
  flex-direction: column;
  height: 18.6875rem;
  padding: 1.875rem;
  border: 1px solid rgba(128, 128, 128, 0.38);
  border-radius: 1.875rem;
  background: var(--kjut-color-card-dark);
  color: var(--kjut-color-surface);
  gap: 1.5625rem;
  scroll-snap-align: center;
  transition: transform var(--kjut-transition-fast), box-shadow var(--kjut-transition-fast);
  user-select: none;
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 1.25rem;
}

.testimonial-card__avatar {
  width: 4.375rem;
  height: 4.375rem;
  flex: 0 0 4.375rem;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card__identity {
  min-width: 0;
}

.testimonial-card__name {
  margin: 0 0 0.625rem;
  color: var(--kjut-color-surface);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.65;
}

.testimonial-card__stars {
  display: block;
  width: 5rem;
  height: 1rem;
  background: var(--kjut-color-surface);
  -webkit-mask: url("../images/ui/star.svg") left center / 1rem 1rem repeat-x;
  mask: url("../images/ui/star.svg") left center / 1rem 1rem repeat-x;
}

.testimonial-card__text {
  margin: 0;
  color: var(--kjut-color-text-on-dark);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.testimonials__pagination {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.testimonials__pagination[hidden] {
  display: none;
}

.testimonials__dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--kjut-color-card-dark);
  cursor: pointer;
  transition: background-color var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.testimonials__dot:hover,
.testimonials__dot:focus-visible {
  transform: scale(1.2);
}

.testimonials__dot.is-active {
  background: var(--kjut-color-text-on-dark);
}

.testimonials__dot:focus-visible {
  outline: 2px solid var(--kjut-color-surface);
  outline-offset: 3px;
}

.testimonials__paws {
  position: absolute;
  z-index: 4;
  right: max(2rem, calc((100% - var(--kjut-layout-max)) / 2 + 2rem));
  bottom: -1.5rem;
  width: 13rem;
  color: var(--kjut-color-surface);
  pointer-events: none;
  transform: rotate(4deg);
}

.testimonials__paw-cluster {
  animation-delay: -2.5s;
  animation-duration: 10s;
}

.workshop-booking {
  min-height: 100vh;
  padding: 4rem var(--kjut-layout-gutter) 6rem;
  background: var(--kjut-color-surface);
}

.workshop-booking__inner {
  display: grid;
  width: min(100%, 78.5rem);
  margin: 0 auto;
  grid-template-columns: minmax(0, 37.25rem) minmax(0, 37.75rem);
  gap: 3.5rem;
  align-items: start;
}

.workshop-summary {
  position: sticky;
  top: calc(var(--kjut-header-height) + 2rem);
  padding: 1.375rem;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
  color: #454545;
}

.workshop-summary__title {
  margin: 0 0 1.0625rem;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.workshop-summary__media {
  aspect-ratio: 552 / 367;
  margin: 0;
  overflow: hidden;
  border-radius: 0.625rem;
  background: var(--kjut-color-sand);
}

.workshop-summary__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workshop-summary__details,
.workshop-summary__prices {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0 0;
  gap: 1.25rem;
}

.workshop-summary__prices {
  margin-top: 1.5rem;
}

.workshop-summary__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.workshop-summary__row dt,
.workshop-summary__row dd {
  margin: 0;
  color: #5e5e5e;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1875rem;
}

.workshop-summary__row dt {
  text-transform: uppercase;
}

.workshop-summary__row dd {
  text-align: right;
}

.workshop-summary__divider {
  height: 1px;
  margin-top: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
}

.workshop-summary__row--total dt,
.workshop-summary__row--total dd {
  color: #454545;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.workshop-summary .woocommerce-Price-amount {
  white-space: nowrap;
}

.workshop-form-panel {
  min-width: 0;
  color: var(--kjut-color-booking-ink);
}

.workshop-form-panel__title {
  margin: 0 0 3.1875rem;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.12;
}

.kjut-system-notices:not(:empty) {
  margin: -1.5rem 0 2rem;
}

.kjut-system-notices:empty {
  display: none;
}

.kjut-system-notices .woocommerce-error,
.kjut-system-notices .woocommerce-message,
.kjut-system-notices .woocommerce-info {
  --kjut-notice-accent: var(--kjut-color-booking-ink);

  position: relative;
  display: flex;
  min-height: 4rem;
  padding: 0.875rem 1rem;
  margin: 0 0 0.75rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--kjut-notice-accent) 22%, transparent);
  border-radius: 0.875rem;
  background: color-mix(in srgb, var(--kjut-notice-accent) 6%, var(--kjut-color-surface));
  box-shadow: 0 0.5rem 1.5rem rgb(20 20 20 / 5%);
  color: var(--kjut-notice-accent);
  font-family: var(--kjut-font-family-ui);
  font-size: 0.875rem;
  line-height: 1.45;
  list-style: none;
}

.kjut-system-notices .woocommerce-error:last-child,
.kjut-system-notices .woocommerce-message:last-child,
.kjut-system-notices .woocommerce-info:last-child {
  margin-bottom: 0;
}

.kjut-system-notices .woocommerce-message {
  --kjut-notice-accent: var(--kjut-color-success);

  border-color: var(--kjut-color-success-border);
  background: var(--kjut-color-success-surface);
}

.kjut-system-notices .woocommerce-error::before,
.kjut-system-notices .woocommerce-message::before,
.kjut-system-notices .woocommerce-info::before {
  position: static;
  inset: auto;
  display: grid;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  flex: 0 0 1.375rem;
  border-radius: 50%;
  background: var(--kjut-notice-accent);
  color: var(--kjut-color-surface);
  content: "i";
  font-family: var(--kjut-font-family-ui);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  place-items: center;
  transform: none;
}

.kjut-system-notices .woocommerce-message::before {
  content: "\2713";
}

.kjut-system-notices .woocommerce-error {
  --kjut-notice-accent: var(--kjut-color-danger);

  background: color-mix(in srgb, var(--kjut-color-danger) 6%, var(--kjut-color-surface));
}

.kjut-system-notices .woocommerce-error::before {
  content: "!";
}

.kjut-system-notices .woocommerce-error::after,
.kjut-system-notices .woocommerce-message::after,
.kjut-system-notices .woocommerce-info::after {
  display: none;
  content: none;
}

.kjut-system-notices ul.woocommerce-error {
  display: grid;
  grid-template-columns: 1.375rem minmax(0, 1fr);
  align-items: center;
}

.kjut-system-notices ul.woocommerce-error > li {
  grid-column: 2;
  margin: 0;
}

.kjut-system-notices .wc-forward {
  float: none !important;
  order: 3;
  display: inline-flex;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kjut-notice-accent) !important;
  border-radius: var(--kjut-radius-pill);
  background: transparent !important;
  box-shadow: none !important;
  color: var(--kjut-notice-accent) !important;
  font-family: var(--kjut-font-family-ui);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color var(--kjut-transition-fast), color var(--kjut-transition-fast);
}

.kjut-system-notices .wc-forward:hover {
  background: var(--kjut-notice-accent) !important;
  color: var(--kjut-color-surface) !important;
}

.kjut-system-notices .wc-forward:focus-visible {
  outline-color: var(--kjut-notice-accent);
  outline-offset: 3px;
}

.voucher-form-panel > .kjut-system-notices:not(:empty) {
  margin-bottom: 0;
}

.workshop-form {
  display: flex;
  flex-direction: column;
  gap: 3.1875rem;
}

.workshop-fieldset,
.workshop-consents {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.workshop-form__label {
  display: block;
  padding: 0;
  margin: 0 0 1rem;
  color: #2e2e2e;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1rem;
  text-transform: uppercase;
}

.workshop-form__label span {
  color: var(--kjut-color-danger);
}

.workshop-session-grid {
  display: grid;
  width: 100%;
  max-width: 38rem;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.625rem;
}

.workshop-session {
  width: min(100%, 18.375rem);
}

.workshop-session--waitlist {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 18.375rem) minmax(0, 1fr);
  gap: 0.75rem;
}

.workshop-session__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.workshop-session__label {
  display: flex;
  min-height: 3.125rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: var(--kjut-radius-pill);
  background: var(--kjut-color-form-surface);
  color: #26392e;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.84375rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
  transition: background var(--kjut-transition-fast), border-color var(--kjut-transition-fast), color var(--kjut-transition-fast);
}

.workshop-session__label small {
  color: inherit;
  font-family: var(--kjut-font-family-kicker);
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  opacity: 0.7;
}

.workshop-session__input:checked + .workshop-session__label {
  border-color: var(--kjut-color-booking-ink);
  background: var(--kjut-color-booking-ink);
  color: var(--kjut-color-surface);
}

.workshop-session__input:focus-visible + .workshop-session__label {
  outline: 3px solid var(--kjut-color-booking-ink);
  outline-offset: 3px;
}

.workshop-session__input:disabled + .workshop-session__label {
  color: #a6a6a6;
  cursor: not-allowed;
  opacity: 0.72;
}

.workshop-session__waitlist-button {
  width: 100%;
  min-width: 0;
  height: 3.125rem;
  padding-inline: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.kjut-flow-state {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.875rem;
  align-items: start;
  margin: 0 0 1.5rem;
  padding: 1rem 1.125rem;
  border: 1px solid;
  border-radius: 0.75rem;
  font-family: var(--kjut-font-family-ui);
}

.kjut-flow-state__icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  place-items: center;
}

.kjut-flow-state p {
  margin: 0;
  line-height: 1.5;
}

.kjut-flow-state--success {
  border-color: var(--kjut-color-success-border);
  background: var(--kjut-color-success-surface);
  color: var(--kjut-color-success);
}

.kjut-flow-state--success .kjut-flow-state__icon {
  background: var(--kjut-color-success);
}

.kjut-flow-state--warning {
  border-color: var(--kjut-color-warning-border);
  background: var(--kjut-color-warning-surface);
  color: var(--kjut-color-warning);
}

.kjut-flow-state--warning .kjut-flow-state__icon {
  background: var(--kjut-color-warning);
}

.kjut-flow-state--error {
  border-color: var(--kjut-color-danger-border);
  background: var(--kjut-color-danger-surface);
  color: var(--kjut-color-danger);
}

.kjut-flow-state--error .kjut-flow-state__icon {
  background: var(--kjut-color-danger);
}

.workshop-waitlist {
  width: min(44rem, calc(100vw - (2 * var(--kjut-layout-gutter))));
  max-width: none;
  max-height: calc(100dvh - (2 * var(--kjut-layout-gutter)));
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: var(--kjut-radius-card);
  background: transparent;
  color: var(--kjut-color-ink);
}

.workshop-waitlist::backdrop {
  background: rgb(20 20 20 / 62%);
  backdrop-filter: blur(0.25rem);
}

.workshop-waitlist__panel {
  position: relative;
  max-height: calc(100dvh - (2 * var(--kjut-layout-gutter)));
  padding: clamp(2rem, 5vw, 4rem);
  overflow: auto;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
  box-shadow: 0 1.5rem 5rem rgb(20 20 20 / 24%);
}

.workshop-waitlist__close {
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  right: 1.25rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--kjut-color-ink);
  cursor: pointer;
  place-items: center;
}

.workshop-waitlist__close:hover {
  background: rgb(20 20 20 / 7%);
}

.workshop-waitlist__close span,
.workshop-waitlist__close span::after {
  display: block;
  width: 1.625rem;
  height: 0.125rem;
  border-radius: var(--kjut-radius-pill);
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.workshop-waitlist__close span::after {
  transform: rotate(90deg);
}

.workshop-waitlist__header {
  max-width: 38rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.workshop-waitlist__eyebrow {
  margin: 0 0 0.5rem;
  color: var(--kjut-color-form-muted);
  font-family: var(--kjut-font-family-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1rem;
  text-transform: uppercase;
}

.workshop-waitlist__title {
  margin: 0;
  font-size: clamp(2.25rem, 4.3vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.workshop-waitlist__description {
  max-width: 41rem;
  margin: 1.25rem auto 0;
  color: var(--kjut-color-muted);
  font-family: var(--kjut-font-family-ui);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.5;
}

.workshop-waitlist__session {
  display: inline-flex;
  min-height: 2rem;
  padding: 0.375rem 1rem;
  margin: 1rem auto 0;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: var(--kjut-radius-pill);
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family-ui);
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
}

.workshop-waitlist__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.workshop-waitlist__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.125rem;
}

.workshop-waitlist__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.5rem;
}

.workshop-waitlist__field > label {
  color: #2e2e2e;
  font-family: var(--kjut-font-family-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1rem;
  text-transform: uppercase;
}

.workshop-waitlist__field > label span {
  color: var(--kjut-color-danger);
}

.workshop-waitlist__field > input {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.875rem 1rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.75rem;
  background: var(--kjut-color-form-surface);
  color: var(--kjut-color-booking-ink);
  font: 500 1rem/1.5 var(--kjut-font-family-ui);
}

.workshop-waitlist__field > input:focus {
  border-color: var(--kjut-color-form-focus);
  outline: 0;
  box-shadow: var(--kjut-shadow-form-focus);
}

.workshop-waitlist__stepper {
  height: 3.5rem;
  background: var(--kjut-color-form-surface);
}

.workshop-waitlist__stepper .workshop-stepper__button,
.workshop-waitlist__stepper .workshop-stepper__input {
  background: var(--kjut-color-form-surface);
}

.workshop-waitlist__consent {
  display: grid;
  color: var(--kjut-color-form-muted);
  cursor: pointer;
  font-family: var(--kjut-font-family-ui);
  font-size: 0.9375rem;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.75rem;
  line-height: 1.55;
}

.workshop-waitlist__consent input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.125rem 0 0;
  accent-color: var(--kjut-color-booking-ink);
}

.workshop-waitlist__consent a {
  text-underline-offset: 0.15em;
}

.workshop-waitlist__feedback {
  padding: 0.875rem 1rem;
  margin: 0;
  border: 1px solid rgb(212 63 43 / 24%);
  border-radius: 0.75rem;
  background: rgb(212 63 43 / 7%);
  color: var(--kjut-color-danger);
  font-family: var(--kjut-font-family-ui);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.workshop-waitlist__submit {
  min-width: 14.5rem;
  margin: 0 auto;
}

.workshop-waitlist__submit[aria-busy="true"] {
  cursor: progress;
  opacity: 0.7;
}

.workshop-waitlist__success {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.workshop-waitlist__success-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: var(--kjut-color-success-surface);
  color: var(--kjut-color-success);
  font-size: 2rem;
  font-weight: 800;
  place-items: center;
}

.workshop-waitlist__success h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.workshop-waitlist__success p {
  margin: 1rem 0 2rem;
  color: var(--kjut-color-form-muted);
  font-family: var(--kjut-font-family-ui);
  font-size: 1rem;
  line-height: 1.6;
}

.workshop-waitlist__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.workshop-quantity-row {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.workshop-stepper {
  display: grid;
  width: 7.25rem;
  height: 2.75rem;
  overflow: hidden;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: var(--kjut-radius-pill);
  background: var(--kjut-color-surface);
  grid-template-columns: 2.375rem 2.5rem 2.375rem;
}

.workshop-stepper__button,
.workshop-stepper__input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--kjut-color-surface);
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family-kicker);
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.workshop-stepper__button {
  cursor: pointer;
}

.workshop-stepper__button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.workshop-stepper__input {
  appearance: textfield;
  background: var(--kjut-color-form-surface);
  font-size: 0.875rem;
}

.workshop-stepper__input::-webkit-inner-spin-button,
.workshop-stepper__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.workshop-availability {
  margin: 0;
  color: #777777;
  font-family: var(--kjut-font-family-ui);
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.workshop-form__input {
  width: 100%;
  height: 2.875rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.625rem;
  background: var(--kjut-color-form-surface);
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family);
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.workshop-form__input::placeholder {
  color: #626262;
  opacity: 1;
}

.workshop-form__input:user-invalid {
  border-color: var(--kjut-color-danger);
}

.workshop-consents {
  display: flex;
  padding: 1.375rem;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
  flex-direction: column;
  gap: 1rem;
}

.workshop-consents .workshop-form__label {
  margin: 0;
}

.workshop-consents__intro {
  margin: 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.125rem;
}

.workshop-consent {
  display: grid;
  color: var(--kjut-color-ink);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.5rem;
  line-height: 1.125rem;
}

.workshop-consent input {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.25rem 0 0;
  border-radius: 0.25rem;
  accent-color: var(--kjut-color-booking-ink);
}

.workshop-consent__optional {
  display: inline-block;
  margin-left: 0.25rem;
  color: var(--kjut-color-form-muted);
  font-size: 0.75rem;
  font-weight: 500;
}

.workshop-form__submit {
  width: 100%;
  height: 3.4375rem;
  font-family: var(--kjut-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

.workshop-form__submit:disabled {
  background: #a4a4a4;
  color: #eaeaea;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.workshop-information {
  margin-top: 3.1875rem;
}

.workshop-information .workshop-form__label {
  margin-bottom: 1rem;
}

.workshop-information__content {
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2857;
}

.workshop-information__content p {
  margin: 0 0 1.125rem;
}

.workshop-information__content p:last-child {
  margin-bottom: 0;
}

.workshop-information__content a {
  text-underline-offset: 0.15em;
}

.workshop-booking__unavailable {
  padding: 2rem;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
}

.workshop-booking__unavailable h3 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
}

.workshop-booking__unavailable p {
  margin: 0 0 1.5rem;
  color: var(--kjut-color-form-muted);
}

.workshop-form__noscript {
  margin: 0;
  color: var(--kjut-color-danger);
}

@keyframes paw-cluster-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.5deg);
  }

  50% {
    transform: translate3d(0, -0.35rem, 0) rotate(0.5deg);
  }
}

@keyframes paw-step-in {
  0% {
    opacity: 0;
    transform: translateY(0.45rem) rotate(var(--kjut-paw-rotation)) scale(0.8);
  }

  62% {
    opacity: 1;
    transform: translateY(-0.08rem) rotate(var(--kjut-paw-rotation)) scale(1.035);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(var(--kjut-paw-rotation)) scale(1);
  }
}

@keyframes hero-scroll-indicator {
  0%,
  100% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  35% {
    opacity: 1;
  }

  70% {
    opacity: 0;
    transform: translate(-50%, 0.6rem);
  }
}

@media (max-width: 59.99rem) {
  :root {
    --kjut-header-height: 5.5rem;
    --kjut-header-logo-width: 6rem;
    --kjut-header-logo-height: 3.231rem;
  }

  .site-header__actions {
    gap: var(--kjut-space-6);
  }

  .site-social {
    display: none;
  }

  .site-header__menu-toggle {
    display: block;
  }

  .site-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: var(--kjut-space-8) var(--kjut-layout-gutter) var(--kjut-space-12);
    border-top: 1px solid var(--kjut-color-border);
    background: var(--kjut-color-surface);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition: opacity var(--kjut-transition-fast), transform var(--kjut-transition-fast);
  }

  .site-header--menu-open .site-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-navigation__list {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--kjut-space-6);
  }

  .site-navigation__link,
  .site-navigation .menu-item > a {
    font-size: 1.25rem;
  }

  .hero {
    min-height: 73vh;
  }

  .hero::before {
    opacity: 0.54;
  }

  .hero__content {
    width: calc(100% - (2 * 1.824rem));
    transform: none;
  }

  .hero__eyebrow {
    max-width: calc(100vw - 3rem);
    width: 16.0625rem;
    height: 1.9375rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.912rem;
    font-size: 0.78125rem;
    line-height: 0.9375rem;
  }

  .hero__title {
    font-size: 1.642rem;
    line-height: 1.3;
  }

  .hero__cta {
    margin-top: 2rem;
  }

  .site-social {
    top: 55%;
    right: 0.9375rem;
  }

  .site-social__link {
    width: 2.25rem;
  }

  .site-social__link svg {
    width: 0.95rem;
    height: 0.95rem;
  }

  .hero__scroll {
    bottom: 1.875rem;
    width: 1.25rem;
    height: 2.1875rem;
  }

  .hero__scroll span {
    top: 0.4rem;
    height: 0.55rem;
  }

  .upcoming-workshops {
    padding-block: 3.5rem 5rem;
  }

  .workshop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workshop-showcase--single .workshop-card__link {
    aspect-ratio: 2.25;
  }

  .workshop-showcase--carousel .workshop-card {
    width: clamp(17rem, 43vw, 25rem);
    flex-basis: clamp(17rem, 43vw, 25rem);
  }

  .workshops-empty {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .workshops-empty__content {
    min-height: 0;
  }

  .workshops-empty__media {
    width: min(100%, 36rem);
  }

  .about-section {
    padding-block: 6rem;
  }

  .about-card-grid {
    margin-top: 3.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-card,
  .about-card:nth-child(n + 4) {
    grid-column: auto;
  }

  .about-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 64rem) {
  .testimonials__carousel {
    --testimonials-visible: 2;
    --kjut-carousel-peek: 4.5rem;
    --kjut-carousel-fade: 8rem;
  }

  .testimonial-card {
    flex-basis: calc((100% - (2 * var(--kjut-carousel-peek)) - var(--testimonials-gap)) / 2);
  }
}

@media (max-width: 47.99rem) {
  .testimonials {
    min-height: 42rem;
  }

  .testimonials__inner {
    padding-top: 5.1875rem;
  }

  .testimonials__title {
    font-size: 1.824rem;
  }

  .testimonials__subtitle {
    font-size: 1.0944rem;
  }

  .testimonials__carousel {
    --testimonials-gap: 1rem;
    --testimonials-visible: 1;
    --kjut-carousel-peek: 3rem;
    --kjut-carousel-fade: 5.5rem;
    margin-top: 4.5rem;
  }

  .testimonials__viewport {
    width: 100%;
    height: 21.4375rem;
  }

  .testimonial-card {
    flex-basis: calc(100% - (2 * var(--kjut-carousel-peek)));
    height: 17rem;
  }

  .kjut-carousel__controls {
    top: -3.25rem;
  }

  .kjut-carousel__button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonial-card__text {
    font-size: 0.875rem;
  }

  .testimonials__paws {
    right: -1rem;
    bottom: -1.25rem;
    width: 10rem;
  }

}

@media (max-width: 74rem) {
  .workshops-empty {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .workshops-empty__media {
    width: min(100%, 36rem);
  }

  .site-footer {
    padding: 3.5rem 2.625rem;
  }

  .site-footer__main {
    min-height: 0;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .site-footer__newsletter {
    width: min(100%, 42.8125rem);
    padding-bottom: 0;
  }

  .site-footer__contact {
    width: 100%;
  }
}

@media (max-width: 47.99rem) {
  .site-footer {
    padding: 3rem 1.5rem;
  }

  .site-footer__logo-link {
    width: 6.875rem;
    height: 3.6575rem;
  }

  .site-footer__divider,
  .site-footer__main {
    margin-top: 2rem;
  }

  .site-footer__main {
    gap: 2.5rem;
  }

  .site-footer__title {
    font-size: 1.75rem;
  }

  .site-footer__contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer__contact-card {
    min-height: 10.5rem;
  }

  .site-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 1.25rem;
  }

  .site-footer__legal-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .site-footer__copyright {
    text-align: left;
  }
}

@media (max-width: 39.99rem) {
  .upcoming-workshops {
    padding: 2rem 1.5rem 4rem;
  }

  .section-heading__title {
    font-size: 1.875rem;
  }

  .section-heading__description {
    font-size: 0.875rem;
  }

  .workshop-showcase {
    margin-top: 2.25rem;
  }

  .workshop-grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .workshop-showcase--single .workshop-card__link,
  .workshop-showcase--double .workshop-card__link {
    aspect-ratio: 1.05;
  }

  .workshop-showcase--carousel {
    --workshop-carousel-fade: 3rem;
  }

  .workshop-showcase--carousel .workshop-card {
    width: 82vw;
    flex-basis: 82vw;
  }

  .workshop-showcase__controls.kjut-carousel__controls {
    top: -3.25rem;
  }

  .workshop-card__status {
    top: 1.5rem;
    left: 1.5rem;
  }

  .workshop-card__content {
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .workshops-empty {
    margin-top: 2.25rem;
    gap: 2.5rem;
  }

  .workshops-empty__title {
    font-size: 2rem;
  }

  .workshops-empty__description {
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .newsletter-form--dark {
    margin-top: 2rem;
    gap: 1.125rem;
  }

  .newsletter-form--dark .newsletter-form__input {
    height: 2.875rem;
  }

  .newsletter-form--dark .newsletter-form__consent {
    font-size: 0.875rem;
  }

  .newsletter-form--dark .newsletter-form__submit {
    width: 100%;
  }

  .workshops-empty__media {
    border-radius: 1.25rem;
  }

  .workshop-expectations__title {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .workshop-expectations__list {
    align-items: center;
    flex-direction: row;
  }

  .workshop-expectations__item {
    min-height: 2.75rem;
    padding: 0.6875rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .workshop-expectations__description {
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-section {
    padding: 4.5rem 1.5rem;
  }

  .about-section .section-heading__description {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-highlights {
    margin-top: 2rem;
    gap: 0.5rem;
  }

  .about-highlights .kjut-pill {
    min-height: 2.75rem;
    padding: 0.6875rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .about-card-grid {
    margin-top: 3rem;
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .about-card,
  .about-card:last-child {
    min-height: 0;
    padding: 1.5rem;
    grid-column: auto;
  }

  .about-card__header {
    gap: 1rem;
  }

  .about-card__image {
    width: 5.75rem;
    height: 5.75rem;
    flex-basis: 5.75rem;
  }

  .about-card__title {
    font-size: 1.125rem;
    line-height: 1.35;
  }

  .about-card__text {
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .about-section__paws--top {
    top: -4.25rem;
    left: -1.5rem;
    transform: scale(0.58) rotate(-5deg);
    transform-origin: left top;
  }

  .about-section__paws--bottom {
    right: -3.5rem;
    bottom: 0.75rem;
    transform: scale(0.64) rotate(6deg);
    transform-origin: right bottom;
  }

  .upcoming-workshops__paws {
    top: -3.75rem;
    right: -2.75rem;
    width: 9rem;
    transform: rotate(7deg) scale(0.82);
    transform-origin: right top;
  }
}

@media (max-width: 74rem) {
  .workshop-booking__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 59.99rem) {
  .workshop-booking {
    padding-top: 3rem;
  }

  .workshop-booking__inner {
    width: min(100%, 44rem);
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .workshop-summary {
    position: static;
  }
}

@media (max-width: 47.99rem) {
  .workshop-booking {
    padding: 2rem var(--kjut-layout-gutter) 4rem;
  }

  .workshop-booking__inner {
    gap: 3rem;
  }

  .workshop-summary {
    padding: 1.125rem;
  }

  .workshop-summary__title {
    font-size: 1.25rem;
  }

  .workshop-form-panel__title {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }

  .kjut-system-notices .wc-forward {
    width: 100%;
    flex-basis: 100%;
    margin: 0.25rem 0 0;
  }

  .workshop-form {
    gap: 2.5rem;
  }

  .workshop-session-grid {
    grid-template-columns: 1fr;
  }

  .workshop-session,
  .workshop-session--waitlist {
    width: 100%;
  }

  .workshop-session--waitlist {
    grid-template-columns: 1fr;
  }

  .workshop-waitlist {
    width: calc(100vw - 1.5rem);
    max-height: calc(100dvh - 1.5rem);
  }

  .workshop-waitlist__panel {
    max-height: calc(100dvh - 1.5rem);
    padding: 4rem 1.25rem 1.5rem;
  }

  .workshop-waitlist__close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .workshop-waitlist__header {
    margin-bottom: 1.75rem;
  }

  .workshop-waitlist__fields {
    grid-template-columns: 1fr;
  }

  .workshop-waitlist__submit {
    width: 100%;
  }

  .workshop-quantity-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .workshop-consents {
    padding: 1.125rem;
  }

  .workshop-consents__intro,
  .workshop-consent,
  .workshop-information__content {
    font-size: 0.8125rem;
  }

  .workshop-form__submit {
    font-size: 1rem;
  }
}

@media (max-width: 48.875rem) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* Cart
--------------------------------------------- */

body.woocommerce-cart {
  background: var(--kjut-color-surface);
}

.woocommerce-cart .site-social {
  display: none;
}

.woocommerce-cart .site-main {
  width: 100%;
  min-height: calc(100vh - var(--kjut-header-height));
  padding: 0;
}

.woocommerce-cart .entry,
.woocommerce-cart .entry__content {
  width: 100%;
}

.woocommerce-cart .entry__header {
  margin: 0;
}

.kjut-cart-nav,
.woocommerce-cart .wp-block-woocommerce-cart {
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), 75rem);
  max-width: none;
  margin-inline: auto !important;
}

.kjut-cart-nav {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1.5rem !important;
}

.kjut-cart-nav__link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--kjut-color-form-muted);
  font-family: var(--kjut-font-family-ui);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.kjut-cart-nav__link:hover {
  color: var(--kjut-color-ink);
  transform: translateX(-0.2rem);
}

.kjut-cart-nav__link svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.woocommerce-cart .wp-block-woocommerce-cart {
  padding: 0 0 clamp(4rem, 8vw, 7rem) !important;
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family-ui);
}

.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
  display: grid !important;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  align-items: start;
  grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 0.82fr);
  gap: clamp(2.5rem, 5vw, 4.75rem);
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-cart .wc-block-cart-items {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
}

.woocommerce-cart .wc-block-cart-items__header {
  display: none;
}

.woocommerce-cart .wc-block-cart-items__row {
  position: relative;
  display: grid !important;
  padding: 1.5rem 0 !important;
  border-bottom: 1px solid var(--kjut-color-form-border) !important;
  align-items: start;
  grid-template-columns: 8rem minmax(0, 1fr) 5.5rem;
  column-gap: 1rem;
}

.woocommerce-cart .wc-block-cart-items__row:first-child {
  padding-top: 0 !important;
}

.woocommerce-cart .wc-block-cart-items td {
  display: block;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
}

.woocommerce-cart .wc-block-cart-item__image {
  grid-column: 1;
}

.woocommerce-cart .wc-block-cart-item__image a,
.woocommerce-cart .wc-block-cart-item__image img {
  display: block;
  width: 8rem !important;
  height: 8rem !important;
  border-radius: 0.5rem;
  object-fit: cover;
}

.woocommerce-cart .wc-block-cart-item__product {
  min-width: 0;
  grid-column: 2;
}

.woocommerce-cart .wc-block-cart-item__wrap {
  position: relative;
  min-height: 8rem;
  padding-right: 6rem;
}

.woocommerce-cart .wc-block-components-product-name {
  display: block;
  margin: 0 0 0.25rem;
  font-family: var(--kjut-font-family);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.woocommerce-cart .wc-block-cart-item__prices {
  display: none !important;
}

.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-components-product-details {
  margin: 0 !important;
  color: var(--kjut-color-form-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.woocommerce-cart .wc-block-components-product-details > span {
  display: block;
}

.woocommerce-cart .wc-block-components-product-details__kupec,
.woocommerce-cart .wc-block-components-product-details__e-po-ta {
  display: none !important;
}

.woocommerce-cart .wc-block-components-product-details__name {
  font-weight: 500;
}

.woocommerce-cart .wc-block-cart-item__quantity {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  width: 7.25rem !important;
  height: 2.75rem !important;
  margin: 0 !important;
  border: 1px solid var(--kjut-color-form-border) !important;
  border-radius: var(--kjut-radius-pill) !important;
  background: var(--kjut-color-form-surface);
}

.woocommerce-cart .wc-block-components-quantity-selector::after {
  display: none !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__input {
  min-width: 2.5rem !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--kjut-color-ink) !important;
  font-family: var(--kjut-font-family-ui) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button {
  min-width: 2.25rem !important;
  color: var(--kjut-color-ink) !important;
  font-size: 1rem !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button:hover:not(:disabled) {
  background: var(--kjut-color-sand) !important;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  position: static !important;
  width: auto !important;
  min-height: 2.75rem;
  margin-left: auto !important;
  padding: 0.5rem !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--kjut-color-form-muted) !important;
  font-size: 0 !important;
  font-weight: 500 !important;
  letter-spacing: 0.035em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart-item__remove-link::after {
  content: "Odstrani";
  font-family: var(--kjut-font-family-ui);
  font-size: 0.75rem;
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: var(--kjut-color-danger) !important;
}

.woocommerce-cart .wc-block-cart-item__total {
  padding-top: 0.125rem !important;
  grid-column: 3;
  text-align: right;
}

.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  justify-content: flex-end !important;
}

.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price {
  color: var(--kjut-color-ink);
  font-size: 0.9375rem;
  font-weight: 600;
}

.woocommerce-cart .wc-block-cart__sidebar {
  position: sticky !important;
  top: calc(var(--kjut-header-height) + 2rem);
  padding: 1.75rem !important;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
}

.admin-bar.woocommerce-cart .wc-block-cart__sidebar {
  top: calc(var(--kjut-header-height) + 4rem);
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  border: 0 !important;
}

.woocommerce-cart .wc-block-cart__totals-title {
  display: block !important;
  padding: 0 0 1.25rem !important;
  margin: 0 !important;
  border: 0 !important;
  font-family: var(--kjut-font-family);
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.015em;
  line-height: 1.25 !important;
  text-align: left !important;
  text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  padding: 1.25rem 0 !important;
  border-color: rgba(220, 208, 200, 0.9) !important;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon {
  margin: 0;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  min-height: 3.25rem;
  padding: 0 1rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.75rem;
  background: var(--kjut-color-surface);
  color: var(--kjut-color-ink);
  font-size: 0.8125rem;
  font-weight: 500;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-text-input input {
  min-height: 3.25rem !important;
  border: 1px solid var(--kjut-color-form-border) !important;
  border-radius: 0.75rem !important;
  background: var(--kjut-color-form-surface) !important;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item {
  color: var(--kjut-color-ink);
  font-size: 0.875rem;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
  font-family: var(--kjut-font-family);
  font-size: 1.125rem;
  font-weight: 800;
}

.woocommerce-cart .wc-block-cart__submit {
  margin-top: 1.25rem !important;
}

.woocommerce-cart .wc-block-cart__submit-button {
  min-height: 3.5rem !important;
  padding: 0.875rem 2rem !important;
  border: 1px solid var(--kjut-color-action-primary) !important;
  border-radius: var(--kjut-radius-pill) !important;
  background: var(--kjut-color-action-primary) !important;
  color: var(--kjut-color-action-on-primary) !important;
  font-family: var(--kjut-font-family-ui) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: opacity var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.woocommerce-cart .wc-block-cart__submit-button:hover {
  opacity: 0.78;
  transform: translateY(-1px);
}

.woocommerce-cart .wc-block-cart__submit-button:focus-visible {
  outline: 3px solid var(--kjut-color-ink) !important;
  outline-offset: 4px !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), 44rem);
  padding: clamp(2rem, 6vw, 4rem);
  margin-inline: auto;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
  text-align: center;
}

.woocommerce-cart .wc-block-cart__empty-cart__title::before,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none !important;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin: 0 0 0.75rem !important;
  font-family: var(--kjut-font-family);
  font-size: clamp(1.5rem, 4vw, 2rem) !important;
  font-weight: 750;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  margin: 0 !important;
  color: var(--kjut-color-form-muted);
  font-family: var(--kjut-font-family-ui);
  font-size: 1rem !important;
  font-weight: 400;
}

@media (max-width: 59.99rem) {
  .woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .woocommerce-cart .wc-block-cart__sidebar {
    position: static !important;
    padding: 1.5rem !important;
  }
}

@media (max-width: 37.49rem) {
  .kjut-cart-nav {
    padding-top: 2rem;
    margin-bottom: 1rem !important;
  }

  .woocommerce-cart .wc-block-cart-items__row {
    grid-template-columns: 5.5rem minmax(0, 1fr) !important;
    row-gap: 0.75rem;
  }

  .woocommerce-cart .wc-block-cart-item__image a,
  .woocommerce-cart .wc-block-cart-item__image img {
    width: 5.5rem !important;
    height: 5.5rem !important;
  }

  .woocommerce-cart .wc-block-cart-item__product {
    grid-column: 2 !important;
  }

  .woocommerce-cart .wc-block-cart-item__wrap {
    min-height: 5.5rem;
    padding-right: 0;
  }

  .woocommerce-cart .wc-block-cart-item__quantity {
    position: static;
    margin-top: 1rem;
    justify-content: space-between;
  }

  .woocommerce-cart .wc-block-cart-item__remove-link {
    position: static !important;
    margin-left: auto !important;
  }

  .woocommerce-cart .wc-block-cart-item__total {
    padding-left: 6.5rem !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    text-align: left;
  }

  .woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    justify-content: flex-start !important;
  }

  .woocommerce-cart .wc-block-cart__sidebar {
    padding: 1.25rem !important;
  }
}

/* Checkout
--------------------------------------------- */

body.woocommerce-checkout {
  background: var(--kjut-color-surface);
}

.woocommerce-checkout .site-header {
  border-bottom: 1px solid var(--kjut-color-border);
  box-shadow: none;
}

.woocommerce-checkout .site-header__inner {
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), 82rem);
}

.woocommerce-checkout .site-navigation,
.woocommerce-checkout .site-header__menu-toggle,
.woocommerce-checkout .site-social,
.woocommerce-checkout .site-footer {
  display: none;
}

.woocommerce-checkout .site-header__actions {
  gap: 0;
}

.woocommerce-checkout .site-main {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: calc(100vh - var(--kjut-header-height));
  padding: 0;
  overflow: clip;
  background: linear-gradient(
    90deg,
    var(--kjut-color-surface) 0 55%,
    var(--kjut-color-form-panel) 55% 100%
  );
}

/* The generic content-page template adds its own centered shell and spacing.
 * Checkout owns the full canvas below the minimal header. */
.woocommerce-checkout .content-page {
  width: 100%;
  min-height: calc(100vh - var(--kjut-header-height));
  padding: 0;
  overflow: clip;
  background: linear-gradient(
    90deg,
    var(--kjut-color-surface) 0 55%,
    var(--kjut-color-form-panel) 55% 100%
  );
}

.woocommerce-checkout .content-page__inner,
.woocommerce-checkout .content-page__article,
.woocommerce-checkout .content-page__body {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.woocommerce-checkout .content-page__header {
  display: none;
}

.woocommerce-checkout .entry,
.woocommerce-checkout .entry__content {
  width: 100%;
}

.woocommerce-checkout .entry__header {
  display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), 82rem);
  max-width: none;
  padding: 0 !important;
  margin: 0 auto !important;
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family-ui);
}

.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
  display: grid !important;
  width: 100%;
  min-height: calc(100vh - var(--kjut-header-height));
  padding: 0 !important;
  margin: 0 !important;
  align-items: start;
  grid-template-columns: minmax(0, 55fr) minmax(24rem, 45fr);
  gap: 0;
}

.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-checkout .wc-block-checkout__main {
  padding: clamp(3.75rem, 6vw, 6.25rem) clamp(2.5rem, 5vw, 5.5rem) 6rem 0 !important;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky !important;
  isolation: isolate;
  top: var(--kjut-header-height);
  align-self: start;
  padding: clamp(3.75rem, 6vw, 6.25rem) 0 6rem clamp(2.5rem, 5vw, 5.5rem) !important;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar::before {
  display: none;
}

.admin-bar.woocommerce-checkout .wc-block-checkout__sidebar {
  top: calc(var(--kjut-header-height) + 2rem);
}

.woocommerce-checkout .wc-block-components-checkout-step {
  padding: 0 !important;
  margin: 0 0 3.25rem !important;
  border: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
  margin: 0 0 1.25rem !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  margin: 0;
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family);
  font-size: clamp(1.4rem, 2vw, 1.65rem);
  font-weight: 750;
  line-height: 1.25;
}

.woocommerce-checkout .wc-block-components-checkout-step__content {
  padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-address-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem 0.75rem;
}

.woocommerce-checkout .wc-block-components-address-form__email,
.woocommerce-checkout .wc-block-components-address-form__country,
.woocommerce-checkout .wc-block-components-address-form__address_1,
.woocommerce-checkout .wc-block-components-address-form__address_2,
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
.woocommerce-checkout .wc-block-components-address-form__address_2-hidden-input {
  grid-column: 1 / -1;
}

.woocommerce-checkout .wc-block-components-text-input,
.woocommerce-checkout .wc-blocks-components-select {
  margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input {
  min-height: 3.75rem !important;
  padding-inline: 1rem !important;
  border: 1px solid var(--kjut-color-form-border) !important;
  border-radius: 0.7rem !important;
  background: var(--kjut-color-surface) !important;
  color: var(--kjut-color-ink) !important;
  font-family: var(--kjut-font-family-ui) !important;
  font-size: 1rem !important;
  box-shadow: none !important;
  transition: border-color var(--kjut-transition-fast), box-shadow var(--kjut-transition-fast);
}

.woocommerce-checkout .wc-block-components-text-input input {
  padding-top: 1.45rem !important;
  padding-bottom: 0.45rem !important;
}

.woocommerce-checkout .wc-blocks-components-select__select {
  padding-top: 1.2rem !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select__label {
  color: var(--kjut-color-form-muted) !important;
  font-family: var(--kjut-font-family-ui) !important;
  font-size: 0.75rem !important;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
  border-color: var(--kjut-color-form-focus) !important;
  outline: 0 !important;
  box-shadow: var(--kjut-shadow-form-focus) !important;
}

.woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
.woocommerce-checkout .wc-block-components-checkout-step__description {
  margin: 0.625rem 0 0;
  color: var(--kjut-color-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.woocommerce-checkout .wc-block-components-checkbox {
  align-items: flex-start;
  gap: 0.625rem;
}

.woocommerce-checkout .wc-block-components-checkbox__input {
  width: 1.125rem !important;
  height: 1.125rem !important;
  margin-top: 0.125rem !important;
  border-color: var(--kjut-color-form-border) !important;
  border-radius: 0.3rem !important;
}

.woocommerce-checkout .wc-block-checkout__add-note {
  padding: 0;
  margin: 0 0 1.75rem;
}

.woocommerce-checkout .wc-block-checkout__terms {
  padding: 1.5rem 0 0 !important;
  margin: 0 0 1.5rem !important;
  border-top: 1px solid var(--kjut-color-border) !important;
  color: var(--kjut-color-form-muted);
  font-size: 0.8125rem;
}

.woocommerce-checkout .wc-block-components-express-payment {
  padding: 0 0 2.5rem !important;
  margin: 0 0 3rem !important;
  border-bottom: 1px solid var(--kjut-color-border) !important;
}

.woocommerce-checkout .wc-block-components-express-payment__title-container {
  margin-bottom: 1rem !important;
}

.woocommerce-checkout .wc-block-components-express-payment__event-buttons {
  gap: 0.75rem !important;
}

.woocommerce-checkout .wc-block-components-express-payment__event-buttons > li,
.woocommerce-checkout .wc-block-components-express-payment__event-buttons .wc-block-components-express-payment__event-button {
  min-height: 3.5rem !important;
  border-radius: 0.7rem !important;
  overflow: hidden;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 3.75rem !important;
  border: 0 !important;
  border-radius: 0.75rem !important;
  background: var(--kjut-color-action-primary) !important;
  color: var(--kjut-color-action-on-primary) !important;
  font-family: var(--kjut-font-family-ui) !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition: opacity var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover:not(:disabled) {
  opacity: 0.78;
  transform: translateY(-1px);
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible {
  outline: 3px solid var(--kjut-color-ink) !important;
  outline-offset: 4px !important;
}

.woocommerce-checkout .wc-block-components-notice-banner {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 1rem !important;
  margin: 0 !important;
  align-items: center;
  border-radius: 0.75rem !important;
  font-size: 0.875rem;
  line-height: 1.4;
}

.woocommerce-checkout .wp-block-woocommerce-checkout > .wc-block-components-notices {
  width: calc(55% - clamp(2.5rem, 5vw, 5.5rem));
  max-width: 42rem;
  margin: 0 0 1.5rem !important;
}

.woocommerce-checkout .wc-block-components-notice-banner > svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
}

.woocommerce-checkout .wc-block-components-notice-banner__content {
  padding-right: 0.75rem;
}

.woocommerce-checkout .wc-block-components-notice-banner__dismiss {
  display: inline-flex !important;
  width: 2rem !important;
  min-width: 2rem !important;
  height: 2rem !important;
  min-height: 2rem !important;
  padding: 0.375rem !important;
  margin-left: auto !important;
  align-items: center;
  flex: 0 0 2rem !important;
  justify-content: center;
  border: 0 !important;
  border-radius: var(--kjut-radius-pill);
  background: transparent !important;
  color: var(--kjut-color-form-muted) !important;
  opacity: 1 !important;
}

.woocommerce-checkout .wc-block-components-notice-banner__dismiss:hover {
  background: rgba(20, 20, 20, 0.06) !important;
  color: var(--kjut-color-ink) !important;
}

.woocommerce-checkout .wc-block-components-notice-banner__dismiss svg {
  width: 1rem !important;
  height: 1rem !important;
  fill: currentColor !important;
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control {
  overflow: hidden;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.7rem;
  background: var(--kjut-color-surface);
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  display: flex;
  min-height: 4rem;
  padding: 1rem 1.25rem 1rem 3.5rem !important;
  align-items: center;
  border-bottom-color: var(--kjut-color-border);
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
  background: color-mix(in srgb, var(--kjut-color-form-panel) 70%, var(--kjut-color-surface));
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__input {
  top: 50% !important;
  left: 1.125rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 !important;
  transform: translateY(-50%);
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label {
  width: 100%;
  min-width: 0;
  align-items: center;
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-payment-method-label {
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family-ui);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
  padding: 0 1.25rem 1.25rem 3.5rem !important;
  background: color-mix(in srgb, var(--kjut-color-form-panel) 70%, var(--kjut-color-surface));
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content > div {
  padding-top: 0.875rem;
  border-top: 1px solid color-mix(in srgb, var(--kjut-color-form-border) 72%, transparent);
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 0 !important;
  background: transparent;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  padding: 0 0 1.75rem !important;
  border: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
  border: 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 1.125rem 0 !important;
  border-color: rgba(220, 208, 200, 0.72) !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 0 0 1.5rem !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 4.5rem !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 4.5rem !important;
  height: 4.5rem !important;
  border-radius: 0.7rem !important;
  object-fit: cover;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  min-width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--kjut-color-form-panel);
  background: var(--kjut-color-ink);
  color: var(--kjut-color-surface);
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.woocommerce-checkout .wc-block-components-product-name {
  margin-bottom: 0.25rem;
  font-family: var(--kjut-font-family);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
  display: none;
}

.woocommerce-checkout .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-product-details {
  color: var(--kjut-color-form-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.woocommerce-checkout .wc-block-components-product-details li,
.woocommerce-checkout .wc-block-components-product-details span {
  line-height: inherit;
}

.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  display: flex;
  min-height: 3rem;
  padding: 0.625rem 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  align-items: center;
  background: transparent !important;
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family-ui);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}

.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:hover {
  color: var(--kjut-color-form-muted);
}

.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:focus-visible {
  border-radius: 0.25rem !important;
  outline: 3px solid var(--kjut-color-ink);
  outline-offset: 3px;
}

.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button-icon {
  order: 2;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0 0 auto;
  fill: currentColor;
}

.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__content {
  padding: 0.375rem 0 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__form {
  display: grid !important;
  margin: 0 !important;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.625rem;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input {
  margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input input {
  min-height: 3.5rem !important;
  padding: 1rem 0.875rem 0.375rem !important;
  border: 1px solid var(--kjut-color-form-border) !important;
  border-radius: 0.7rem !important;
  background: var(--kjut-color-surface) !important;
  color: var(--kjut-color-ink) !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input input:focus {
  border-color: var(--kjut-color-form-focus) !important;
  outline: 0 !important;
  box-shadow: var(--kjut-shadow-form-focus) !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input label {
  color: var(--kjut-color-form-muted) !important;
  font-family: var(--kjut-font-family-ui) !important;
  font-size: 0.75rem !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__button {
  width: auto !important;
  min-width: 6.5rem !important;
  min-height: 3.5rem !important;
  padding: 0.75rem 1.125rem !important;
  border: 1px solid var(--kjut-color-action-primary) !important;
  border-radius: 0.7rem !important;
  background: var(--kjut-color-action-primary) !important;
  color: var(--kjut-color-action-on-primary) !important;
  font-family: var(--kjut-font-family-ui) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__button:disabled,
.woocommerce-checkout .wc-block-components-totals-coupon__button[aria-disabled="true"] {
  opacity: 0.38;
}

.woocommerce-checkout .wc-block-components-totals-item {
  color: var(--kjut-color-ink);
  font-size: 0.9375rem;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
  font-family: var(--kjut-font-family);
  font-size: 1.25rem;
  font-weight: 750;
}

/* Order confirmation
--------------------------------------------- */

.woocommerce-order-received .site-main {
  box-sizing: border-box;
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), 70rem);
  min-height: calc(100vh - var(--kjut-header-height));
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(4rem, 7vw, 6rem);
  margin: 0 auto;
  overflow: visible;
  background: var(--kjut-color-surface);
}

.woocommerce-order-received .entry,
.woocommerce-order-received .entry__content,
.woocommerce-order-received .woocommerce-main {
  width: 100%;
}

.woocommerce-order-received .woocommerce {
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family-ui);
}

.woocommerce-order-received .woocommerce-order {
  display: grid;
  min-width: 0;
  align-items: start;
  grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.8fr);
  gap: 2rem;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: flex;
  min-height: 4.5rem;
  padding: 1rem 1.25rem;
  margin: 0;
  align-items: center;
  grid-column: 1 / -1;
  gap: 0.875rem;
  border: 1px solid var(--kjut-color-success-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-success-surface);
  color: var(--kjut-color-success);
  font-family: var(--kjut-font-family);
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 750;
  line-height: 1.35;
}

.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--kjut-color-success);
  color: var(--kjut-color-surface);
  content: "\2713";
  font-size: 1.1rem;
  line-height: 1;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: flex;
  padding: 1.5rem !important;
  margin: 0 !important;
  grid-column: 1 / -1;
  flex-wrap: nowrap;
  border: 1px solid var(--kjut-color-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
  list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 1.25rem !important;
  margin: 0 !important;
  border-right: 1px solid var(--kjut-color-form-border) !important;
  color: var(--kjut-color-form-muted);
  font-size: 0.75rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-overview li:first-child {
  padding-left: 0 !important;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

.woocommerce-order-received .woocommerce-order-overview strong {
  display: block;
  margin-top: 0.35rem;
  overflow-wrap: anywhere;
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
  text-transform: none;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  margin: 0 !important;
  border: 1px solid var(--kjut-color-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-surface);
}

.woocommerce-order-received .woocommerce-order-details {
  grid-column: 1;
}

.woocommerce-order-received .woocommerce-customer-details {
  grid-column: 2;
  background: var(--kjut-color-form-panel);
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order h2 {
  margin: 0 0 1.25rem;
  color: var(--kjut-color-ink);
  font-family: var(--kjut-font-family);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 750;
  line-height: 1.25;
}

.woocommerce-order-received .shop_table {
  width: 100%;
  table-layout: fixed;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  background: transparent;
}

.woocommerce-order-received .shop_table th,
.woocommerce-order-received .shop_table td {
  padding: 1rem 0.25rem !important;
  border: 0 !important;
  border-bottom: 1px solid var(--kjut-color-border) !important;
  background: transparent !important;
  color: var(--kjut-color-ink);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.woocommerce-order-received .shop_table th:last-child,
.woocommerce-order-received .shop_table td:last-child {
  width: 24%;
  text-align: right;
}

.woocommerce-order-received .shop_table th:first-child,
.woocommerce-order-received .shop_table td:first-child {
  width: 76%;
  overflow-wrap: anywhere;
}

.woocommerce-order-received .shop_table tfoot tr:last-child th,
.woocommerce-order-received .shop_table tfoot tr:last-child td {
  padding-bottom: 0.25rem !important;
  border-bottom: 0 !important;
  font-family: var(--kjut-font-family);
  font-size: 1.1rem;
  font-weight: 750;
}

.woocommerce-order-received .wc-item-meta,
.woocommerce-order-received .woocommerce-order-details .wc-item-meta {
  padding: 0;
  margin: 0.65rem 0 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.8125rem;
  list-style: none;
}

.woocommerce-order-received .wc-item-meta li {
  margin: 0.2rem 0;
}

.woocommerce-order-received .woocommerce-customer-details address {
  padding: 0;
  border: 0;
  color: var(--kjut-color-form-muted);
  font-style: normal;
  line-height: 1.7;
}

.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email {
  margin: 0.75rem 0 0;
  overflow-wrap: anywhere;
  color: var(--kjut-color-ink);
}

.woocommerce-order-received .kjut-thankyou-actions {
  display: flex;
  padding-top: 0.5rem;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* WooCommerce's generic order-page link color is more specific than the
 * shared button component. Keep the primary action legible on its dark fill. */
.woocommerce-order-received .kjut-thankyou-actions .kjut-button--primary {
  color: var(--kjut-color-action-on-primary);
}

@media (max-width: 68.74rem) {
  .woocommerce-checkout .site-main {
    background: var(--kjut-color-surface);
  }

  .woocommerce-checkout .content-page {
    background: var(--kjut-color-surface);
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .woocommerce-checkout .wc-block-checkout__main {
    padding: 0 0 5rem !important;
  }

  .woocommerce-checkout .wc-block-checkout__sidebar {
    position: static !important;
    order: -1;
    padding: clamp(1.5rem, 4vw, 2.25rem) !important;
    margin-top: 3rem !important;
    border: 1px solid var(--kjut-color-form-border);
    border-radius: var(--kjut-radius-card);
    background: var(--kjut-color-form-panel);
  }

  .woocommerce-checkout .wc-block-checkout__sidebar::before {
    display: none;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout > .wc-block-components-notices {
    width: 100%;
    max-width: none;
  }

  .woocommerce-order-received .woocommerce-order {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details {
    grid-column: 1;
  }
}

@media (max-width: 37.49rem) {
  .woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
    padding: 0 !important;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    gap: 2.25rem;
  }

  .woocommerce-checkout .wc-block-checkout__main {
    padding-bottom: 4rem !important;
  }

  .woocommerce-checkout .wc-block-components-address-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-checkout .wc-block-components-address-form > * {
    grid-column: 1 / -1;
  }

  .woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 1.125rem !important;
    margin-top: 1.5rem !important;
  }

  .woocommerce-checkout .wc-block-components-totals-coupon__form {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-checkout .wc-block-components-totals-coupon__button {
    width: 100% !important;
  }

  .woocommerce-checkout .wc-block-components-checkout-step__title,
  .woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 1.25rem;
  }

  .woocommerce-order-received .entry__content {
    padding-top: 2.5rem;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    flex-direction: column;
  }

  .woocommerce-order-received .woocommerce-order-overview li,
  .woocommerce-order-received .woocommerce-order-overview li:first-child,
  .woocommerce-order-received .woocommerce-order-overview li:last-child {
    padding: 0.875rem 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--kjut-color-form-border) !important;
  }

  .woocommerce-order-received .woocommerce-order-overview li:first-child {
    padding-top: 0 !important;
  }

  .woocommerce-order-received .woocommerce-order-overview li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .woocommerce-order-received .kjut-thankyou-actions .kjut-button {
    width: 100%;
  }
}

/* Booking management */
.booking-management {
  min-height: 60vh;
  padding: clamp(3rem, 6vw, 5.5rem) var(--kjut-layout-gutter) clamp(5rem, 8vw, 7.5rem);
  background: var(--kjut-color-surface);
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family-ui);
}

.booking-management__inner {
  width: min(100%, 75rem);
  margin: 0 auto;
}

.booking-management__back {
  margin-bottom: 1.5rem;
}

.booking-management__back a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.booking-management__back a:hover {
  color: var(--kjut-color-ink);
  transform: translateX(-0.2rem);
}

.booking-management__back svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.booking-management__notice {
  display: flex;
  min-height: 3.75rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1.25rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--kjut-color-success-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-success-surface);
  color: var(--kjut-color-success);
}

.booking-management__notice--error {
  border-color: color-mix(in srgb, var(--kjut-color-danger) 28%, white);
  background: color-mix(in srgb, var(--kjut-color-danger) 8%, white);
  color: var(--kjut-color-danger);
}

.booking-management__notice-icon {
  display: inline-grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
  place-items: center;
  border-radius: 50%;
  background: currentColor;
  color: var(--kjut-color-surface);
  font-family: var(--kjut-font-family);
  font-size: 0.875rem;
  font-weight: 800;
}

.booking-management__notice p {
  margin: 0;
  font-weight: 550;
  line-height: 1.45;
}

.booking-management__hero {
  display: grid;
  min-height: 25rem;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
  border: 1px solid var(--kjut-color-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
}

.booking-management__hero-content {
  display: flex;
  min-width: 0;
  padding: clamp(2rem, 4.5vw, 4.5rem);
  flex-direction: column;
  justify-content: center;
}

.booking-management__heading-row {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.booking-management__eyebrow,
.booking-management__section-kicker {
  margin: 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.booking-management__status {
  display: inline-flex;
  min-height: 1.875rem;
  padding: 0.3rem 0.75rem;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--kjut-color-success-border);
  border-radius: var(--kjut-radius-pill);
  background: var(--kjut-color-success-surface);
  color: var(--kjut-color-success);
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.2;
}

.booking-management__status > span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
}

.booking-management__status--cancellation_requested {
  border-color: #ead8ad;
  background: #fff8e8;
  color: #87661e;
}

.booking-management__status--refunded {
  border-color: var(--kjut-color-form-border);
  background: var(--kjut-color-form-surface);
  color: var(--kjut-color-form-muted);
}

.booking-management__status--cancelled {
  border-color: color-mix(in srgb, var(--kjut-color-danger) 25%, white);
  background: color-mix(in srgb, var(--kjut-color-danger) 7%, white);
  color: #8a2420;
}

.booking-management__hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family);
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.booking-management__lead {
  max-width: 36rem;
  margin: 1.25rem 0 0;
  color: var(--kjut-color-form-muted);
  font-size: 1.0625rem;
  line-height: 1.6;
}

.booking-management__reference {
  margin: 1.75rem 0 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.8125rem;
  font-weight: 550;
}

.booking-management__media {
  min-height: 25rem;
  background: var(--kjut-color-sand);
}

.booking-management__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-management__media--placeholder {
  display: grid;
  place-items: center;
}

.booking-management__media--placeholder svg {
  width: min(42%, 9rem);
  fill: var(--kjut-color-paw);
  opacity: 0.72;
}

.booking-management__layout {
  display: grid;
  margin-top: 1.5rem;
  align-items: start;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  gap: 1.5rem;
}

.booking-management__card {
  min-width: 0;
  padding: clamp(1.5rem, 3.2vw, 2.5rem);
  border: 1px solid var(--kjut-color-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-surface);
}

.booking-management__actions {
  position: sticky;
  top: calc(var(--kjut-header-height) + 1.5rem);
  background: var(--kjut-color-form-panel);
}

.admin-bar .booking-management__actions {
  top: calc(var(--kjut-header-height) + 3.5rem);
}

.booking-management__section-heading {
  margin-bottom: 1.75rem;
}

.booking-management__section-heading h2 {
  margin: 0.35rem 0 0;
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.booking-management__detail-grid {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--kjut-color-form-border);
  border-left: 1px solid var(--kjut-color-form-border);
  border-radius: 0.75rem;
  overflow: hidden;
}

.booking-management__detail {
  min-width: 0;
  min-height: 7.5rem;
  padding: 1.25rem;
  border-right: 1px solid var(--kjut-color-form-border);
  border-bottom: 1px solid var(--kjut-color-form-border);
  background: var(--kjut-color-form-surface);
}

.booking-management__detail dt {
  margin-bottom: 0.45rem;
  color: var(--kjut-color-form-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-management__detail dd {
  margin: 0;
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family);
  font-size: 1.125rem;
  font-weight: 750;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.booking-management__instructions {
  display: flex;
  padding: 1.25rem;
  margin-top: 1.25rem;
  gap: 0.875rem;
  border-radius: 0.75rem;
  background: var(--kjut-color-form-panel);
}

.booking-management__instructions-icon {
  flex: 0 0 1.5rem;
  margin-top: 0.1rem;
  color: var(--kjut-color-booking-ink);
}

.booking-management__instructions-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.booking-management__instructions h3,
.booking-management__step h3,
.booking-management__state-card h3 {
  margin: 0;
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family);
  font-size: 1.0625rem;
  font-weight: 750;
  line-height: 1.35;
}

.booking-management__instructions-content,
.booking-management__instructions-content p {
  margin: 0.35rem 0 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.booking-management__actions-intro {
  margin: -0.5rem 0 1.5rem;
  color: var(--kjut-color-form-muted);
  line-height: 1.6;
}

.booking-management__step {
  display: grid;
  padding: 1.35rem 0;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.875rem;
  border-top: 1px solid var(--kjut-color-form-border);
}

.booking-management__step:last-child {
  padding-bottom: 0;
}

.booking-management__step-number {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--kjut-color-booking-ink);
  color: var(--kjut-color-surface);
  font-family: var(--kjut-font-family);
  font-size: 0.875rem;
  font-weight: 750;
}

.booking-management__step-content > p {
  margin: 0.35rem 0 1rem;
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.booking-management__send-code-form {
  margin: 0;
}

.booking-management__send-code-form .kjut-button {
  height: 2.75rem;
  padding-inline: 1.25rem;
  color: var(--kjut-color-booking-ink);
  font-size: 0.9375rem;
}

.booking-management__cancel-form {
  display: grid;
  grid-template-columns: minmax(8rem, 1fr) auto;
  gap: 0.5rem;
}

.booking-management__cancel-form label {
  grid-column: 1 / -1;
  color: var(--kjut-color-booking-ink);
  font-size: 0.8125rem;
  font-weight: 650;
}

.booking-management__cancel-form input {
  width: 100%;
  min-width: 0;
  height: var(--kjut-button-height);
  padding: 0 1rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.75rem;
  background: var(--kjut-color-form-surface);
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family-ui);
  font-size: 1rem;
  letter-spacing: 0.16em;
}

.booking-management__cancel-form input:focus {
  border-color: var(--kjut-color-form-focus);
  outline: 0;
  box-shadow: var(--kjut-shadow-form-focus);
}

.booking-management__cancel-form .kjut-button {
  padding-inline: 1.25rem;
  font-size: 0.9375rem;
}

.booking-management__choice-list {
  display: grid;
  gap: 0.75rem;
}

.booking-management__choice {
  padding: 1.125rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.75rem;
  background: var(--kjut-color-surface);
}

.booking-management__choice--no-refund {
  border-color: color-mix(in srgb, var(--kjut-color-danger) 24%, white);
}

.booking-management__choice h4 {
  margin: 0;
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
}

.booking-management__choice > p {
  margin: 0.35rem 0 1rem;
  color: var(--kjut-color-form-muted);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.booking-management__refund-unavailable {
  display: grid;
  padding: 1rem 1.125rem;
  gap: 0.2rem;
  border: 1px solid #ead8ad;
  border-radius: 0.75rem;
  background: #fff8e8;
  color: #6f5318;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.booking-management__acknowledgement {
  display: grid !important;
  padding: 0.4rem 0 0;
  grid-column: 1 / -1 !important;
  grid-template-columns: 1.125rem minmax(0, 1fr);
  align-items: start;
  gap: 0.55rem;
  color: var(--kjut-color-form-muted) !important;
  cursor: pointer;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.booking-management__acknowledgement input {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  padding: 0;
  margin: 0.1rem 0 0;
  accent-color: var(--kjut-color-danger);
  letter-spacing: normal;
}

.booking-management__cancel-form--no-refund .kjut-button {
  grid-column: 2;
}

.booking-management__state-card {
  display: grid;
  padding: 1.25rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.875rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.75rem;
  background: var(--kjut-color-form-surface);
}

.booking-management__state-card > span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--kjut-color-booking-ink);
  color: var(--kjut-color-surface);
  font-weight: 750;
}

.booking-management__state-card p {
  margin: 0.35rem 0 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.booking-management__state-card--cancellation_requested {
  border-color: #ead8ad;
  background: #fff8e8;
}

.booking-management__state-card--cancellation_requested > span {
  background: #87661e;
}

.booking-management__state-card--refunded {
  border-color: var(--kjut-color-success-border);
  background: var(--kjut-color-success-surface);
}

.booking-management__state-card--refunded > span {
  background: var(--kjut-color-success);
}

.booking-management__state-card--cancelled {
  border-color: color-mix(in srgb, var(--kjut-color-danger) 24%, white);
  background: color-mix(in srgb, var(--kjut-color-danger) 7%, white);
}

.booking-management__state-card--cancelled > span {
  background: #8a2420;
}

.booking-management__contact-button {
  width: 100%;
  margin-top: 1rem;
  color: var(--kjut-color-booking-ink);
}

.booking-management__support-copy {
  margin: 1rem 0 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
}

.booking-management__support-copy a {
  color: var(--kjut-color-booking-ink);
  font-weight: 650;
}

.booking-management--invalid {
  display: grid;
  min-height: min(45rem, 72vh);
  place-items: center;
}

.booking-management__invalid-card {
  width: min(100%, 42rem);
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--kjut-color-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
  text-align: center;
}

.booking-management__invalid-icon {
  display: inline-grid;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--kjut-color-surface);
  color: var(--kjut-color-booking-ink);
}

.booking-management__invalid-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.booking-management__invalid-card .booking-management__eyebrow {
  margin-bottom: 0.65rem;
}

.booking-management__invalid-card h1 {
  margin: 0;
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.booking-management__invalid-card > p:not(.booking-management__eyebrow) {
  max-width: 31rem;
  margin: 1rem auto 0;
  color: var(--kjut-color-form-muted);
  line-height: 1.65;
}

.booking-management__invalid-actions {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.booking-management__invalid-actions .kjut-button--outline {
  color: var(--kjut-color-booking-ink);
}

.kjut-booking-management-fallback {
  width: min(calc(100% - (2 * var(--kjut-layout-gutter))), 48rem);
  padding: 5rem 0;
  margin: 0 auto;
}

@media (max-width: 59.99rem) {
  .booking-management__hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  }

  .booking-management__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-management__actions,
  .admin-bar .booking-management__actions {
    position: static;
  }
}

@media (max-height: 55rem) {
  .booking-management__actions,
  .admin-bar .booking-management__actions {
    position: static;
  }
}

@media (max-width: 47.99rem) {
  .booking-management {
    padding-top: 2.5rem;
  }

  .booking-management__hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-management__hero-content {
    order: 2;
  }

  .booking-management__media {
    min-height: 15rem;
    max-height: 22rem;
    order: 1;
  }

  .booking-management__hero h1 {
    max-width: none;
  }
}

@media (max-width: 37.49rem) {
  .booking-management {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .booking-management__hero-content,
  .booking-management__card {
    padding: 1.25rem;
  }

  .booking-management__detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-management__detail {
    min-height: auto;
  }

  .booking-management__cancel-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-management__cancel-form label {
    grid-column: 1;
  }

  .booking-management__cancel-form .kjut-button,
  .booking-management__invalid-actions .kjut-button {
    width: 100%;
  }

  .booking-management__cancel-form--no-refund .kjut-button {
    grid-column: 1;
  }

  .booking-management__invalid-card {
    padding: 2rem 1.25rem;
  }
}

/* Gift voucher purchase */
.voucher-purchase {
  min-height: calc(100vh - var(--kjut-header-height));
  padding: 4rem var(--kjut-layout-gutter) 6rem;
  background: var(--kjut-color-surface);
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family-ui);
}

.voucher-purchase__inner {
  display: grid;
  grid-template-columns: minmax(0, 37.25rem) minmax(0, 37.75rem);
  align-items: start;
  gap: 3.5rem;
  width: min(100%, 78.5rem);
  margin: 0 auto;
}

.voucher-summary {
  position: sticky;
  top: calc(var(--kjut-header-height) + 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.375rem;
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
}

.admin-bar .voucher-summary {
  top: calc(var(--kjut-header-height) + 4rem);
}

.voucher-summary__title,
.voucher-summary__heading,
.voucher-form-panel__title,
.voucher-form-panel__price,
.voucher-form-panel__description,
.voucher-summary__section p,
.voucher-purchase__additional h3,
.voucher-purchase__additional p,
.voucher-purchase__unavailable h3,
.voucher-purchase__unavailable p {
  margin: 0;
}

.voucher-summary__title {
  color: #444444;
  font-family: var(--kjut-font-family);
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.voucher-summary__media {
  aspect-ratio: 1008 / 714;
  margin: 0;
  overflow: hidden;
  border-radius: 0.625rem;
  background: var(--kjut-color-surface);
}

.voucher-summary__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.voucher-summary__section {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.voucher-summary__heading {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-transform: uppercase;
}

.voucher-summary__section p {
  color: #797979;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.voucher-form-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2.625rem;
  padding-top: 0.25rem;
}

.voucher-form-panel__header {
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
}

.voucher-form-panel__heading-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
}

.voucher-form-panel__title {
  color: var(--kjut-color-booking-ink);
  font-family: var(--kjut-font-family);
  font-size: clamp(2rem, 2.38vw, 2.25rem);
  font-weight: 800;
  line-height: 1.12;
}

.voucher-form-panel__price {
  flex: 0 0 auto;
  color: var(--kjut-color-booking-ink);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.voucher-form-panel__price ins {
  text-decoration: none;
}

.voucher-form-panel__description {
  max-width: 36rem;
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  line-height: 1.3;
}

.voucher-form-panel .kjut-booking-notices:empty {
  display: none;
}

.voucher-form-panel .kjut-booking-notices .woocommerce-message,
.voucher-form-panel .kjut-booking-notices .woocommerce-error,
.voucher-form-panel .kjut-booking-notices .woocommerce-info {
  margin: 0;
}

.voucher-purchase__form,
.kjut-voucher-fields {
  display: flex;
  flex-direction: column;
}

.voucher-purchase__form {
  gap: 2.625rem;
  margin: 0;
}

.kjut-voucher-fields {
  gap: 2.625rem;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.kjut-voucher-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}

.kjut-voucher-field label,
.voucher-purchase__additional h3 {
  color: #303030;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kjut-voucher-field label span {
  color: var(--kjut-color-danger);
}

.kjut-voucher-field input {
  width: 100%;
  min-width: 0;
  height: 2.875rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: 0.625rem;
  background: var(--kjut-color-form-surface);
  color: var(--kjut-color-booking-ink);
  font: 500 0.875rem/1.5rem var(--kjut-font-family-ui);
  transition: border-color var(--kjut-transition-fast), box-shadow var(--kjut-transition-fast), background-color var(--kjut-transition-fast);
}

.kjut-voucher-field input::placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.kjut-voucher-field input:hover {
  border-color: #baa99e;
}

.kjut-voucher-field input:focus-visible {
  border-color: var(--kjut-color-form-focus);
  outline: 0;
  box-shadow: var(--kjut-shadow-form-focus);
}

.kjut-voucher-field input:user-invalid {
  border-color: var(--kjut-color-danger);
}

.kjut-voucher-field__help {
  margin: -0.5rem 0 0;
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  line-height: 1.3;
}

.voucher-purchase__additional {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.625rem;
  border-top: 1px solid var(--kjut-color-form-border);
}

.voucher-purchase__additional p {
  color: var(--kjut-color-form-muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

.voucher-purchase__additional strong {
  color: #4a4a4a;
  font-weight: 600;
}

.voucher-purchase__submit.single_add_to_cart_button {
  display: flex;
  width: 100%;
  min-height: 3.4375rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border: 0;
  border-radius: var(--kjut-radius-pill);
  background: #a9a9a9;
  color: #f2f2f2;
  font: 700 1.125rem/1.5rem var(--kjut-font-family-ui);
  cursor: pointer;
  transition: color var(--kjut-transition-fast), background-color var(--kjut-transition-fast), transform var(--kjut-transition-fast);
}

.voucher-purchase__form.is-ready .voucher-purchase__submit.single_add_to_cart_button {
  background: var(--kjut-color-action-primary);
  color: var(--kjut-color-action-on-primary);
}

.voucher-purchase__form.is-ready .voucher-purchase__submit.single_add_to_cart_button:hover {
  background: #303030;
  transform: translateY(-1px);
}

.voucher-purchase__submit.single_add_to_cart_button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--kjut-color-booking-ink) 30%, transparent);
  outline-offset: 3px;
}

.voucher-purchase__unavailable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--kjut-color-form-border);
  border-radius: var(--kjut-radius-card);
  background: var(--kjut-color-form-panel);
}

.voucher-purchase__unavailable h3 {
  font-size: 1.25rem;
}

.voucher-purchase__unavailable p {
  color: var(--kjut-color-form-muted);
}

@media (max-width: 59.99rem) {
  .voucher-purchase {
    padding-top: 3rem;
  }

  .voucher-purchase__inner {
    grid-template-columns: minmax(0, 42rem);
    justify-content: center;
  }

  .voucher-summary,
  .admin-bar .voucher-summary {
    position: static;
  }
}

@media (max-width: 39.99rem) {
  .voucher-purchase {
    padding: 2rem 1rem 4rem;
  }

  .voucher-purchase__inner {
    gap: 3rem;
  }

  .voucher-summary {
    gap: 1.25rem;
    padding: 1rem;
  }

  .voucher-summary__title {
    font-size: 1.25rem;
  }

  .voucher-summary__section p {
    font-size: 0.9375rem;
  }

  .voucher-form-panel,
  .voucher-form-panel__header,
  .voucher-purchase__form,
  .kjut-voucher-fields {
    gap: 2rem;
  }

  .voucher-form-panel__heading-row {
    align-items: flex-start;
  }

  .voucher-form-panel__title {
    font-size: 2rem;
  }

  .voucher-purchase__additional {
    padding-top: 2rem;
  }

  .voucher-purchase__submit.single_add_to_cart_button {
    padding-inline: 1.25rem;
  }
}

/* Content and legal pages */
.content-page {
  min-height: 70vh;
  padding: clamp(4rem, 8vw, 7.5rem) var(--kjut-layout-gutter);
  background: var(--kjut-color-sand);
}

.content-page__inner {
  width: min(100%, 70rem);
  margin: 0 auto;
}

.content-page__article,
.content-page__empty {
  border: 1px solid rgba(191, 180, 170, 0.34);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: var(--kjut-color-sand-light);
  box-shadow: 0 1.5rem 4rem rgba(20, 20, 20, 0.05);
}

.content-page__header {
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 6vw, 5rem) clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(191, 180, 170, 0.42);
}

.content-page__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--kjut-color-muted);
  font: 700 0.75rem/1.4 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-page__header h1,
.content-page__empty h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--kjut-color-ink);
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.05;
}

.content-page__body {
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 6vw, 5rem);
  color: #4e4c4a;
  font: 400 1rem/1.75 "DM Sans", sans-serif;
}

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

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

.content-page__body h2,
.content-page__body h3,
.content-page__body h4 {
  color: var(--kjut-color-ink);
  line-height: 1.2;
}

.content-page__body h2 {
  margin: 3rem 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.content-page__body h3 {
  margin: 2.25rem 0 0.75rem;
  font-size: 1.25rem;
}

.content-page__body p,
.content-page__body ul,
.content-page__body ol {
  margin: 0 0 1.25rem;
}

.content-page__body ul,
.content-page__body ol {
  padding-left: 1.4rem;
}

.content-page__body li + li {
  margin-top: 0.5rem;
}

.content-page__body a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.content-page__body hr {
  height: 1px;
  margin: 2.5rem 0;
  border: 0;
  background: rgba(191, 180, 170, 0.55);
}

.content-page__body blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 0.25rem solid var(--kjut-color-paw);
  border-radius: 0 0.75rem 0.75rem 0;
  background: #fff;
}

.content-page__body table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}

.content-page__body th,
.content-page__body td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgba(191, 180, 170, 0.35);
  text-align: left;
  vertical-align: top;
}

.content-page__empty {
  display: grid;
  min-height: min(36rem, 62vh);
  place-items: center;
  align-content: center;
  padding: clamp(2rem, 7vw, 6rem);
  text-align: center;
}

.content-page__empty-mark {
  margin-bottom: 1rem;
  color: var(--kjut-color-paw);
  font: 900 clamp(3rem, 10vw, 7rem)/1 Nunito, sans-serif;
}

.content-page__empty h1 {
  max-width: none;
}

.content-page__empty > p:not(.content-page__eyebrow) {
  max-width: 35rem;
  margin: 1.25rem auto 2rem;
  color: var(--kjut-color-muted);
  font: 400 1.05rem/1.6 "DM Sans", sans-serif;
}

@media (max-width: 47.99rem) {
  .site-social {
    display: none;
  }

  .content-page {
    padding: 2rem 1rem 4rem;
  }

  .content-page__article,
  .content-page__empty {
    border-radius: 1rem;
  }

  .content-page__body {
    font-size: 0.95rem;
  }

  .content-page__body table {
    display: block;
    overflow-x: auto;
  }
}

.site-footer__cookie-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.2em;
}

.cookie-consent {
  position: fixed;
  z-index: 10020;
  right: var(--kjut-layout-gutter);
  bottom: var(--kjut-layout-gutter);
  left: var(--kjut-layout-gutter);
  width: min(100% - (2 * var(--kjut-layout-gutter)), 64rem);
  margin-inline: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(191, 180, 170, 0.55);
  border-radius: 1.25rem;
  background: var(--kjut-color-form-panel);
  box-shadow: 0 1.25rem 4rem rgb(20 20 20 / 20%);
}

.cookie-consent[hidden] {
  display: none;
}

html[data-cookie-consent="pending"] .site-social {
  opacity: 0;
  pointer-events: none;
}

.cookie-consent__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.cookie-consent__eyebrow {
  margin: 0 0 0.25rem;
  color: var(--kjut-color-form-muted);
  font: 700 0.75rem/1.4 var(--kjut-font-family-ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-consent h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.2;
}

.cookie-consent p:not(.cookie-consent__eyebrow) {
  max-width: 44rem;
  margin: 0;
  color: var(--kjut-color-form-muted);
  font: 400 0.9375rem/1.55 var(--kjut-font-family-ui);
}

.cookie-consent p a {
  color: var(--kjut-color-ink);
}

.cookie-consent__actions {
  display: flex;
  gap: 0.75rem;
}

.cookie-consent__actions .kjut-button {
  min-width: 9.5rem;
  font-size: 0.9375rem;
}

@media (max-width: 47.99rem) {
  .cookie-consent {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: auto;
  }

  .cookie-consent__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .cookie-consent__actions {
    display: grid;
  }

  .cookie-consent__actions .kjut-button {
    width: 100%;
  }
}

/* Shared motion language: reveal, stagger and quiet component feedback. */
.kjut-motion-ready .kjut-motion-item {
  --kjut-motion-delay: 0ms;
  --kjut-motion-x: 0;
  --kjut-motion-y: var(--kjut-motion-distance);
  --kjut-motion-scale: 0.985;
  opacity: 0;
  filter: blur(0.15rem);
  translate: var(--kjut-motion-x) var(--kjut-motion-y);
  scale: var(--kjut-motion-scale);
  transition:
    opacity var(--kjut-motion-duration-base) var(--kjut-motion-ease-standard) var(--kjut-motion-delay),
    filter var(--kjut-motion-duration-base) var(--kjut-motion-ease-standard) var(--kjut-motion-delay),
    translate var(--kjut-motion-duration-slow) var(--kjut-motion-ease-emphasized) var(--kjut-motion-delay),
    scale var(--kjut-motion-duration-slow) var(--kjut-motion-ease-emphasized) var(--kjut-motion-delay),
    transform var(--kjut-transition-fast),
    box-shadow var(--kjut-transition-fast),
    background-color var(--kjut-transition-fast),
    border-color var(--kjut-transition-fast),
    color var(--kjut-transition-fast);
  will-change: opacity, filter, translate, scale;
}

.kjut-motion-ready .kjut-motion-item--left {
  --kjut-motion-x: calc(var(--kjut-motion-distance) * -1);
  --kjut-motion-y: 0;
}

.kjut-motion-ready .kjut-motion-item--right {
  --kjut-motion-x: var(--kjut-motion-distance);
  --kjut-motion-y: 0;
}

.kjut-motion-ready .kjut-motion-item--scale {
  --kjut-motion-x: 0;
  --kjut-motion-y: 0;
  --kjut-motion-scale: 0.965;
}

.kjut-motion-ready .kjut-motion-item.is-in-view {
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
  scale: 1;
  will-change: auto;
}

@media (hover: hover) and (pointer: fine) {
  .about-card:hover,
  .testimonial-card:hover,
  .site-footer__contact-card:hover,
  .booking-management__card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 1.25rem 2.75rem rgba(7, 7, 7, 0.1);
  }

  .about-card__image,
  .testimonial-card__avatar {
    transition: transform var(--kjut-motion-duration-base) var(--kjut-motion-ease-standard);
  }

  .about-card:hover .about-card__image,
  .testimonial-card:hover .testimonial-card__avatar {
    transform: scale(1.035);
  }

  .kjut-pill:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1rem rgba(7, 7, 7, 0.08);
  }

  .site-social__link:hover {
    transform: scale(1.06);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero__scroll span {
    animation: none;
    opacity: 1;
  }

  .paw-cluster {
    animation: none;
  }

  .paw-cluster__step,
  .kjut-motion-ready .paw-cluster:not(.is-in-view) .paw-cluster__step,
  .kjut-motion-ready .paw-cluster.is-in-view .paw-cluster__step {
    opacity: 1;
    animation: none;
    transform: rotate(var(--kjut-paw-rotation));
  }

  .kjut-motion-ready .kjut-motion-item,
  .kjut-motion-ready .kjut-motion-item.is-in-view {
    opacity: 1;
    filter: none;
    translate: 0 0;
    scale: 1;
    transition: none;
  }
}
