@font-face {
  font-family: "Bricolage";
  src: url("../../references/fonts/bricolage-grotesque-latin-ext-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Bricolage";
  src: url("../../references/fonts/bricolage-grotesque-latin-ext-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Bricolage";
  src: url("../../references/fonts/bricolage-grotesque-latin-ext-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Bricolage";
  src: url("../../references/fonts/bricolage-grotesque-latin-ext-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Instrument";
  src: url("../../references/fonts/instrument-sans-latin-ext-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Instrument";
  src: url("../../references/fonts/instrument-sans-latin-ext-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Instrument";
  src: url("../../references/fonts/instrument-sans-latin-ext-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "InstrumentSerif";
  src: url("../../references/fonts/instrument-serif-latin-ext-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "InstrumentSerif";
  src: url("../../references/fonts/instrument-serif-latin-ext-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

:root {
  --ink: #0e0c0b;
  --ink-2: #1a1613;
  --ink-3: #252019;
  --gold: #c9a15e;
  --gold-light: #e4c68c;
  --gold-deep: #8f6e38;
  --paper: #f5efe6;
  --muted: #a99c8c;
  --muted-2: #6e6459;
  --line: rgba(201, 161, 94, 0.22);
}

html,
body {
  background: var(--ink);
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--paper);
  font-family: "Instrument", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4 {
  font-family: "Bricolage", sans-serif;
  letter-spacing: -0.01em;
}

.accent {
  color: var(--gold-light);
  font-family: "InstrumentSerif", serif;
  font-style: italic;
  font-weight: 400;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 72px;
  border-bottom: 1px solid var(--line);
}

.nav-logo {
  display: flex;
  flex: 0 1 clamp(170px, 17vw, 235px);
  width: clamp(170px, 17vw, 235px);
  align-items: center;
  color: var(--paper);
  text-decoration: none;
}

.nav-logo--image img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav-links a {
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 500;
}

.nav-links a.active {
  color: var(--gold);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--paper);
}

.cart svg {
  width: 22px;
  height: 22px;
}

.cart .count {
  position: absolute;
  top: -8px;
  right: -10px;
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}

.nav .hamburger {
  cursor: pointer;
}

.crumb {
  padding: 22px 72px 0;
  color: var(--muted-2);
  font-size: 12px;
}

.crumb a {
  color: var(--muted);
}

.crumb span {
  color: var(--gold-light);
}

.footer {
  padding: 70px 72px 40px;
  border-top: 1px solid var(--line);
}

.footer-cols {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 50px;
}

.footer-brand {
  max-width: 320px;
}

.footer-brand .nav-logo {
  margin-bottom: 16px;
}

.footer-brand .nav-logo--image {
  width: min(235px, 100%);
}

.footer-brand p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.footer-col .eyebrow {
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 13.5px;
}

.footer-col a.gold {
  color: var(--gold-light);
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
  color: var(--muted);
  font-size: 13.5px;
}

.footer-social-links a,
.footer-social-links > span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.footer-social-links a:hover {
  color: var(--gold-light);
}

.footer-social-separator {
  color: var(--muted-2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.jk-page-shell {
  min-height: 55vh;
  padding-bottom: 100px;
}

.jk-page-hero {
  padding: 52px 72px 34px;
}

.jk-page-hero h1 {
  max-width: 880px;
  margin: 22px 0 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
}

.jk-page-card {
  max-width: 920px;
  margin: 0 72px;
  padding: 38px 40px 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(37, 32, 25, 0.88), rgba(18, 15, 12, 0.96));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.jk-page-card--wide {
  max-width: none;
}

.jk-page-content {
  color: #e7decf;
  font-size: 16px;
  line-height: 1.85;
}

.jk-page-content > *:first-child {
  margin-top: 0;
}

.jk-page-content > *:last-child {
  margin-bottom: 0;
}

.jk-page-content p,
.jk-page-content ul,
.jk-page-content ol {
  margin: 0 0 24px;
}

.jk-page-content h2,
.jk-page-content h3,
.jk-page-content h4 {
  margin: 42px 0 18px;
  color: var(--paper);
}

.jk-page-content h2 {
  font-size: 32px;
}

.jk-page-content h3 {
  font-size: 24px;
}

.jk-page-content a {
  color: var(--gold-light);
}

.jk-page-content ul,
.jk-page-content ol {
  padding-left: 22px;
}

.jk-page-content blockquote {
  margin: 36px 0;
  padding: 8px 0 8px 24px;
  border-left: 2px solid var(--gold);
}

.jk-page-content blockquote p {
  margin: 0;
  color: var(--gold-light);
  font-family: "InstrumentSerif", serif;
  font-size: 24px;
  line-height: 1.55;
}

.jk-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.jk-page-content table {
  width: 100%;
  border-collapse: collapse;
}

.jk-page-content th,
.jk-page-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.jk-page-shell--woo .jk-page-card {
  margin-bottom: 0;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
}

.form-status--success {
  color: var(--paper);
  background: rgba(201, 161, 94, 0.12);
  border-color: rgba(201, 161, 94, 0.4);
}

.form-status--error {
  color: #f7dfd4;
  background: rgba(217, 118, 90, 0.12);
  border-color: rgba(217, 118, 90, 0.4);
}

.consent {
  position: relative;
  cursor: pointer;
}

.consent-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.consent .box {
  position: relative;
  flex-shrink: 0;
}

.consent .box::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  transform: rotate(45deg);
  opacity: 0;
}

.consent-input:checked + .box::after {
  opacity: 1;
}

.consent-input:focus-visible + .box {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}

.jk-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 7, 6, 0.92);
  z-index: 9999;
}

.jk-lightbox.is-open {
  display: flex;
}

.jk-lightbox__dialog {
  position: relative;
  max-width: min(92vw, 1280px);
}

.jk-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.jk-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 239, 230, 0.22);
  border-radius: 999px;
  background: rgba(14, 12, 11, 0.72);
  color: var(--paper);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.jk-lightbox__nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0 0 5px;
  border: 1px solid rgba(245, 239, 230, .28);
  border-radius: 50%;
  background: rgba(14, 12, 11, .72);
  color: var(--gold-light);
  font-family: "Instrument", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.jk-lightbox__nav:hover,
.jk-lightbox__nav:focus-visible {
  border-color: var(--gold-light);
  background: rgba(201, 161, 94, .22);
  color: var(--paper);
}

.jk-lightbox__nav:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.jk-lightbox__nav[hidden] {
  display: none;
}

.jk-lightbox__nav--previous {
  left: 24px;
}

.jk-lightbox__nav--next {
  right: 24px;
}

.play-btn[data-video-url] {
  cursor: pointer;
}

.jk-video-lightbox-open {
  overflow: hidden;
}

.jk-video-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 7, 6, 0.94);
  z-index: 10000;
}

.jk-video-lightbox.is-open {
  display: flex;
}

.jk-video-lightbox__dialog {
  position: relative;
  width: min(92vw, 1120px);
}

.jk-video-lightbox__content {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.jk-video-lightbox__content iframe,
.jk-video-lightbox__content video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.jk-video-lightbox__close {
  position: absolute;
  top: -52px;
  right: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 239, 230, 0.22);
  border-radius: 999px;
  background: rgba(14, 12, 11, 0.72);
  color: var(--paper);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.tile[hidden] {
  display: none !important;
}

.gallery > .grid > .tile .person {
  position: absolute;
  right: 16px;
  bottom: 34px;
  left: 16px;
  z-index: 2;
  color: var(--paper);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  opacity: 0;
  transition: opacity .3s ease;
}

.gallery > .grid > .tile:hover .person,
.gallery > .grid > .tile:focus-visible .person {
  opacity: 1;
}

.gallery > .grid > .tile .cat {
  z-index: 2;
}

.art > *:first-child {
  margin-top: 0;
}

.art h2,
.art .wp-block-heading {
  margin: 44px 0 20px;
}

.art blockquote,
.art .wp-block-quote {
  margin: 44px 0;
  padding: 8px 0 8px 34px;
  border-left: 2px solid var(--gold);
}

.art blockquote p,
.art .wp-block-quote p {
  margin: 0;
  color: var(--gold-light);
  font-family: "InstrumentSerif", serif;
  font-size: 26px;
  line-height: 1.5;
}

.art figure,
.art .wp-block-image {
  margin: 44px 0;
}

.art figure img,
.art .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.art figcaption,
.art .wp-element-caption {
  margin-top: 12px;
  color: var(--muted-2);
  font-size: 12.5px;
  text-align: center;
  letter-spacing: 0.02em;
}

.art ul,
.art ol {
  margin: 0 0 24px 22px;
  color: #e7decf;
  line-height: 1.9;
}

.product .add {
  display: inline-block;
}

.products {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 360px));
  justify-content: start;
}

.products > .product {
  max-width: 360px;
}

.product__media-link,
.product__title-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product__media-link {
  transition: opacity .2s ease;
}

.product__media-link:hover,
.product__media-link:focus-visible {
  opacity: .88;
}

.product__title-link:hover,
.product__title-link:focus-visible {
  color: var(--gold-light);
}

.products > .product .desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.jk-woo-shell .woocommerce,
.jk-woo-shell .woocommerce-page {
  color: #e7decf;
}

.jk-woo-shell .woocommerce a:not(.button):not(.remove):not(.reset_variations) {
  color: var(--gold-light) !important;
}

.jk-woo-shell .woocommerce a:not(.button):not(.remove):not(.reset_variations):hover,
.jk-woo-shell .woocommerce a:not(.button):not(.remove):not(.reset_variations):focus-visible {
  color: var(--paper) !important;
}

.jk-woo-shell .wc-block-components-totals-coupon-link,
.jk-woo-shell .wc-block-components-checkout-step__title,
.jk-woo-shell .wc-block-components-product-name {
  color: var(--gold-light) !important;
}

.jk-woo-shell .wc-block-components-totals-coupon-link:hover,
.jk-woo-shell .wc-block-components-totals-coupon-link:focus-visible,
.jk-woo-shell .wc-block-components-product-name:hover,
.jk-woo-shell .wc-block-components-product-name:focus-visible {
  color: var(--paper) !important;
}

.jk-woo-shell .wc-block-components-button,
.jk-woo-shell .wc-block-cart__submit-button,
.jk-woo-shell .wc-block-components-checkout-place-order-button,
.jk-woo-shell .wc-block-components-button.wp-element-button,
.jk-woo-shell .wc-block-components-checkout-place-order-button.wp-element-button {
  min-height: 54px;
  padding: 14px 24px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--gold-light), var(--gold)) !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

.jk-woo-shell .wc-block-components-button:hover,
.jk-woo-shell .wc-block-cart__submit-button:hover,
.jk-woo-shell .wc-block-components-checkout-place-order-button:hover,
.jk-woo-shell .wc-block-components-button:focus-visible,
.jk-woo-shell .wc-block-cart__submit-button:focus-visible,
.jk-woo-shell .wc-block-components-checkout-place-order-button:focus-visible {
  background: linear-gradient(180deg, var(--gold-light), var(--gold)) !important;
  box-shadow: 0 12px 28px rgba(201, 161, 94, .24) !important;
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.jk-woo-shell .wc-block-components-button:active,
.jk-woo-shell .wc-block-cart__submit-button:active,
.jk-woo-shell .wc-block-components-checkout-place-order-button:active {
  transform: translateY(0) scale(.98);
}

/* WooCommerce blocks and payment plugins need an explicit dark theme reset. */
.jk-woo-shell a:not(.button):not(.wp-element-button):not(.wc-block-components-button):not(.remove),
.jk-woo-shell .wc-block-components-totals-coupon-link,
.jk-woo-shell .wc-block-components-payment-method-label,
.jk-woo-shell .wc-block-components-radio-control__label,
.jk-woo-shell .wc-block-components-product-name,
.jk-woo-shell .wc-block-components-checkout-step__title,
.jk-woo-shell .wc-block-components-checkout-step__description {
  color: var(--gold-light) !important;
}

.jk-woo-shell a:not(.button):not(.wp-element-button):not(.wc-block-components-button):not(.remove):hover,
.jk-woo-shell a:not(.button):not(.wp-element-button):not(.wc-block-components-button):not(.remove):focus-visible,
.jk-woo-shell .wc-block-components-totals-coupon-link:hover,
.jk-woo-shell .wc-block-components-totals-coupon-link:focus-visible,
.jk-woo-shell .wc-block-components-product-name:hover,
.jk-woo-shell .wc-block-components-product-name:focus-visible {
  color: var(--paper) !important;
}

.jk-woo-shell .wc-block-components-text-input input,
.jk-woo-shell .wc-block-components-textarea textarea,
.jk-woo-shell .wc-block-components-combobox .components-combobox-control__input,
.jk-woo-shell .wc-block-components-combobox .wc-block-components-combobox-control__input,
.jk-woo-shell .wc-block-components-address-form input,
.jk-woo-shell .wc-block-components-address-form select,
.jk-woo-shell .wc-block-components-select .wc-block-components-select__select,
.jk-woo-shell .wc-block-components-select select,
.jk-woo-shell .wc-block-components-text-input input:focus,
.jk-woo-shell .wc-block-components-textarea textarea:focus,
.jk-woo-shell .wc-block-components-combobox .components-combobox-control__input:focus,
.jk-woo-shell .wc-block-components-combobox .wc-block-components-combobox-control__input:focus,
.jk-woo-shell .wc-block-components-address-form input:focus,
.jk-woo-shell .wc-block-components-address-form select:focus,
.jk-woo-shell .wc-block-components-select .wc-block-components-select__select:focus,
.jk-woo-shell .wc-block-components-select select:focus {
  min-height: 64px !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: rgba(10, 8, 6, .5) !important;
  box-shadow: none !important;
  color: var(--paper) !important;
}

.jk-woo-shell .wc-block-components-text-input input,
.jk-woo-shell .wc-block-components-textarea textarea,
.jk-woo-shell .wc-block-components-combobox .components-combobox-control__input,
.jk-woo-shell .wc-block-components-combobox .wc-block-components-combobox-control__input,
.jk-woo-shell .wc-block-components-address-form input,
.jk-woo-shell .wc-block-components-address-form select,
.jk-woo-shell .wc-block-components-select .wc-block-components-select__select,
.jk-woo-shell .wc-block-components-select select {
  padding: 16px !important;
}

.jk-woo-shell .wc-block-components-text-input.is-active input,
.jk-woo-shell .wc-block-components-text-input input:-webkit-autofill,
.jk-woo-shell .wc-block-components-combobox.is-active input,
.jk-woo-shell .wc-block-components-combobox .components-combobox-control__input[aria-expanded="true"],
.jk-woo-shell .wc-block-components-combobox .wc-block-components-combobox-control__input[aria-expanded="true"] {
  padding: 24px 16px 8px !important;
}

.jk-woo-shell .wc-block-components-text-input.is-active label,
.jk-woo-shell .wc-block-components-text-input input:-webkit-autofill + label,
.jk-woo-shell .wc-block-components-combobox.is-active label,
.jk-woo-shell .wc-block-components-select-input label,
.jk-woo-shell .wc-block-components-state-input label {
  top: 7px !important;
  transform: scale(.82) !important;
  transform-origin: top left !important;
}

.jk-woo-shell .wc-block-components-text-input input::placeholder,
.jk-woo-shell .wc-block-components-textarea textarea::placeholder,
.jk-woo-shell .wc-block-components-combobox .components-combobox-control__input::placeholder,
.jk-woo-shell .wc-block-components-combobox .wc-block-components-combobox-control__input::placeholder,
.jk-woo-shell .wc-block-components-address-form input::placeholder {
  color: var(--muted) !important;
  opacity: 1 !important;
}

.jk-woo-shell .wc-block-components-text-input label,
.jk-woo-shell .wc-block-components-textarea label,
.jk-woo-shell .wc-block-components-combobox label,
.jk-woo-shell .wc-block-components-select label,
.jk-woo-shell .wc-block-components-address-form label,
.jk-woo-shell .wc-block-components-radio-control__label,
.jk-woo-shell .wc-block-components-checkbox label {
  color: var(--paper) !important;
}

.jk-woo-shell .wc-block-components-radio-control,
.jk-woo-shell .wc-block-components-payment-methods,
.jk-woo-shell .wc-block-components-checkout-payment-methods {
  border-color: var(--line) !important;
  background: rgba(10, 8, 6, .22) !important;
  color: var(--paper) !important;
}

.jk-woo-shell .wc-block-components-radio-control__option,
.jk-woo-shell .wc-block-components-payment-method,
.jk-woo-shell .wc-block-components-checkout-payment-method {
  border-color: var(--line) !important;
  color: var(--paper) !important;
}

.jk-woo-shell #payment,
.jk-woo-shell #payment .payment_methods,
.jk-woo-shell #payment .wc_payment_method,
.jk-woo-shell #payment .payment_box {
  border-color: var(--line) !important;
  background: transparent !important;
  color: var(--paper) !important;
}

.jk-woo-shell #payment .payment_methods li,
.jk-woo-shell #payment .wc_payment_method,
.jk-woo-shell #payment .wc_payment_method label,
.jk-woo-shell #payment .payment_box,
.jk-woo-shell #payment .payment_box p,
.jk-woo-shell #payment .payment_box label {
  color: var(--paper) !important;
}

.jk-woo-shell #payment .wc_payment_method label a,
.jk-woo-shell #payment .payment_box a {
  color: var(--gold-light) !important;
}

.jk-woo-shell #payment .payment_methods img,
.jk-woo-shell .wc-block-components-payment-method img,
.jk-woo-shell .wc-block-components-radio-control__option-checked img {
  filter: brightness(0) invert(1) !important;
  opacity: .92;
}

.jk-woo-shell .wc-block-components-radio-control__option-checked,
.jk-woo-shell #payment .wc_payment_method:has(input:checked) {
  border-color: var(--gold) !important;
  background: rgba(201, 161, 94, .08) !important;
}

.jk-woo-shell .woocommerce-form-login,
.jk-woo-shell .woocommerce-form-register {
  margin-top: 0;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #place_order,
.woocommerce .checkout-button,
.woocommerce .single_add_to_cart_button {
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--ink) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #place_order,
.woocommerce .checkout-button,
.woocommerce .single_add_to_cart_button {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #place_order:hover,
.woocommerce .checkout-button:hover,
.woocommerce .single_add_to_cart_button:hover {
  filter: brightness(1.04);
  box-shadow: 0 12px 28px rgba(201, 161, 94, .24);
  transform: translateY(-2px);
}

.woocommerce .button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #place_order:active,
.woocommerce .checkout-button:active,
.woocommerce .single_add_to_cart_button:active {
  transform: translateY(0) scale(.98);
}

.woocommerce a.remove {
  color: #f1d1c4 !important;
}

.woocommerce table.shop_table {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(14, 12, 11, 0.34);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px 18px;
  border-color: var(--line);
}

.woocommerce table.shop_table th {
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-order,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-address-fields,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .cart_totals {
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(14, 12, 11, 0.3);
}

.woocommerce-cart .cart-collaterals {
  margin-top: 28px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce-page input.input-text,
.woocommerce-page textarea,
.woocommerce-page select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: 52px;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: rgba(245, 239, 230, 0.03) !important;
  color: var(--paper) !important;
}

.woocommerce input.input-text,
.woocommerce-page input.input-text,
.woocommerce select,
.woocommerce-page select {
  padding: 0 16px;
}

.woocommerce textarea,
.woocommerce-page textarea {
  min-height: 140px;
  padding: 14px 16px;
}

.woocommerce input.input-text::placeholder,
.woocommerce textarea::placeholder {
  color: var(--muted);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--paper) !important;
  line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}

.select2-dropdown {
  border-color: var(--line) !important;
  border-radius: 12px !important;
  background: var(--ink-2) !important;
  color: var(--paper) !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper > * {
  margin-bottom: 20px !important;
  padding: 16px 18px !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px;
  background: rgba(14, 12, 11, 0.32) !important;
  color: var(--paper) !important;
}

.woocommerce-message {
  border-color: rgba(201, 161, 94, 0.42) !important;
}

.woocommerce-error {
  border-color: rgba(217, 118, 90, 0.48) !important;
  color: #f7dfd4 !important;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  color: var(--gold-light) !important;
}

.woocommerce .quantity .qty {
  min-height: 48px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(245, 239, 230, 0.03);
  color: var(--paper);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--paper);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  border-color: rgba(201, 161, 94, 0.45);
  background: rgba(201, 161, 94, 0.12);
  color: var(--gold-light);
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child,
.woocommerce-account .woocommerce-MyAccount-content form > :first-child {
  margin-top: 0;
}

.woocommerce-account .addresses .title .edit,
.woocommerce a.showcoupon {
  color: var(--gold-light);
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-account .addresses .title h3,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce h2.woocommerce-loop-product__title,
.single-product div.product .product_title {
  color: var(--paper);
}

.woocommerce .cart-empty,
.woocommerce .return-to-shop {
  margin-top: 0;
}

.woocommerce .woocommerce-ordering select {
  min-width: 220px;
}

.single-product div.product .summary,
.single-product div.product .woocommerce-tabs,
.single-product div.product .related {
  color: #e7decf;
}

.single-product .jk-woo-shell--catalog > .woocommerce {
  width: 100%;
}

.single-product .jk-woo-shell--catalog div.product {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 82px);
  width: min(100%, 1180px);
  max-width: none;
  margin: 0 auto;
  float: none;
}

.single-product .jk-woo-shell--catalog div.product::before,
.single-product .jk-woo-shell--catalog div.product::after {
  display: none;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-product-gallery,
.single-product .jk-woo-shell--catalog div.product .summary {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-product-gallery {
  position: relative;
  grid-column: 1;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-product-gallery .onsale {
  top: 18px;
  left: 18px;
  right: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--gold-light);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.single-product .jk-woo-shell--catalog div.product .summary {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.single-product .jk-woo-shell--catalog div.product .product_title {
  margin: 0 0 20px;
  max-width: 18ch;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.08;
}

.single-product .jk-woo-shell--catalog div.product p.price {
  margin: 0 0 22px;
  font-size: 25px;
}

.single-product .jk-woo-shell--catalog div.product p.jk-consultation-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--cream) !important;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.25;
}

.single-product .jk-woo-shell--catalog div.product p.jk-consultation-price del {
  color: var(--muted) !important;
  font-size: .55em;
  font-weight: 400;
  opacity: .9;
}

.single-product .jk-woo-shell--catalog div.product p.jk-consultation-price ins {
  color: var(--cream) !important;
  text-decoration: none;
}

/* The consultation is a simple product, so its price must be visible before purchase. */
.single-product .jk-woo-shell--catalog div.product .summary > p.price.jk-consultation-price {
  display: flex !important;
}

.single-product .jk-woo-shell--catalog div.product p.jk-consultation-price .woocommerce-Price-amount {
  color: inherit !important;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-product-details__short-description {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.single-product .jk-woo-shell--catalog div.product form.cart,
.single-product .jk-woo-shell--catalog div.product form.variations_form {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(245, 239, 230, .03);
}

.single-product .jk-woo-shell--catalog div.product form.cart .variations {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border: 0;
}

.single-product .jk-woo-shell--catalog div.product form.cart .variations tbody {
  display: block;
}

.single-product .jk-woo-shell--catalog div.product form.cart .variations tr {
  display: grid;
  grid-template-columns: minmax(84px, 120px) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.single-product .jk-woo-shell--catalog div.product form.cart .variations td,
.single-product .jk-woo-shell--catalog div.product form.cart .variations th {
  display: block;
  padding: 8px 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.single-product .jk-woo-shell--catalog div.product form.cart .variations select {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(10, 8, 6, .42);
  color: var(--paper);
}

.single-product .jk-woo-shell--catalog div.product form.cart .reset_variations {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
}

.single-product .jk-woo-shell--catalog div.product form.cart .variations label {
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-product .jk-woo-shell--catalog div.product form.cart .quantity {
  margin: 0 !important;
}

.single-product .jk-woo-shell--catalog div.product form.cart .single_variation_wrap {
  margin-top: 8px;
}

.single-product .jk-woo-shell--catalog div.product form.cart .single_variation {
  margin: 0 0 18px;
}

.single-product .jk-woo-shell--catalog div.product form.cart .single_variation .price {
  display: block;
  margin: 0;
  font-size: 25px;
}

.single-product .jk-woo-shell--catalog div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.single-product .jk-woo-shell--catalog div.product form.cart .quantity .qty {
  width: 78px;
  min-height: 52px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(10, 8, 6, .42);
  color: var(--paper);
  text-align: center;
}

.single-product .jk-woo-shell--catalog div.product .product_meta {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-tabs,
.single-product .jk-woo-shell--catalog div.product .related {
  grid-column: 1 / -1;
  width: 100% !important;
  margin: 12px 0 0 !important;
  float: none !important;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-tabs {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-tabs ul.tabs,
.single-product .jk-woo-shell--catalog div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
  display: none;
}

.single-product .jk-woo-shell--catalog div.product .woocommerce-Tabs-panel {
  max-width: 860px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.single-product .jk-woo-shell--catalog div.product .related .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

.single-product .jk-woo-shell--catalog div.product .related li.product {
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  float: none !important;
}

.single-product .jk-woo-shell--catalog div.product .related li.product img {
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  border-radius: 12px;
}

.single-product div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--gold-light);
}

.single-product div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(245, 239, 230, 0.02);
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: rgba(201, 161, 94, 0.12);
}

@media (min-width: 641px) and (max-width: 1100px) {
  .single-product .jk-woo-shell--catalog div.product .related .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .single-product .jk-woo-shell--catalog div.product .product_title {
    max-width: none;
    font-size: clamp(30px, 10vw, 42px);
  }

  .single-product .jk-woo-shell--catalog div.product form.cart .variations tr {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .single-product .jk-woo-shell--catalog div.product form.cart .variations th,
  .single-product .jk-woo-shell--catalog div.product form.cart .variations td {
    padding: 4px 0;
  }

  .single-product .jk-woo-shell--catalog div.product form.cart .woocommerce-variation-add-to-cart {
    align-items: stretch;
  }

  .single-product .jk-woo-shell--catalog div.product form.cart .single_add_to_cart_button {
    flex: 1 1 190px;
  }

  .single-product .jk-woo-shell--catalog div.product .related .products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    position: sticky;
    top: 0;
    z-index: 60;
    padding: 18px 20px;
    background: rgba(14, 12, 11, 0.96);
    backdrop-filter: blur(14px);
  }

  .nav-logo {
    flex: 0 0 150px;
    width: 150px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .single-product .jk-woo-shell--catalog div.product {
    display: block;
    width: 100%;
  }

  .single-product .jk-woo-shell--catalog div.product .summary {
    margin-top: 28px !important;
  }

  .single-product .jk-woo-shell--catalog div.product .woocommerce-tabs,
  .single-product .jk-woo-shell--catalog div.product .related {
    margin-top: 38px !important;
  }

  .nav-right {
    gap: 16px;
  }

  .nav .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 24px;
  }

  .nav .hamburger span {
    display: block;
    height: 2px;
    background: var(--paper);
    border-radius: 2px;
  }

  .nav.is-open .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(26, 22, 19, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  }

  .nav.is-open .nav-links a {
    color: var(--paper);
  }

  .nav-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 14px 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: var(--ink) !important;
    font-size: 13.5px;
    font-weight: 600;
  }

  .crumb {
    padding: 16px 20px 0;
    font-size: 11px;
  }

  .eyebrow {
    font-size: 9.5px;
    letter-spacing: 0.16em;
  }

  .jk-page-hero {
    padding: 28px 20px 24px;
  }

  .jk-page-hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .jk-page-card {
    margin: 0 20px;
    padding: 28px 22px 30px;
  }

  .jk-page-content {
    font-size: 15px;
  }

  .jk-page-content h2 {
    font-size: 25px;
  }

  .jk-page-content h3 {
    font-size: 21px;
  }

  .footer {
    padding: 44px 20px 28px;
  }

  .footer-cols {
    flex-direction: column;
    gap: 30px;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .art blockquote p,
  .art .wp-block-quote p,
  .jk-page-content blockquote p {
    font-size: 21px;
  }

  .woocommerce table.shop_table,
  .woocommerce table.shop_table tbody,
  .woocommerce table.shop_table tfoot,
  .woocommerce table.shop_table tr,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    display: block;
    width: 100%;
  }

  .woocommerce table.shop_table thead {
    display: none;
  }

  .woocommerce table.shop_table td {
    padding: 12px 14px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .woocommerce .col2-set,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}

/* Navigation: one CTA on desktop, one CTA between the logo and burger on mobile. */
.nav-dropdown {
  position: relative;
}

.nav-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13.5px;
  font-weight: 500;
}

.nav-dropdown__toggle.active,
.nav-dropdown__toggle:hover,
.nav-dropdown__toggle:focus-visible {
  color: var(--gold);
}

.nav-dropdown__toggle:focus-visible {
  outline: 1px solid var(--gold-light);
  outline-offset: 6px;
}

.nav-dropdown__chevron {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.nav-dropdown:hover .nav-dropdown__chevron,
.nav-dropdown:focus-within .nav-dropdown__chevron,
.nav-dropdown.is-open .nav-dropdown__chevron {
  transform: rotate(225deg);
  margin-top: 4px;
}

.nav-dropdown__menu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 80;
  display: none;
  min-width: 170px;
  flex-direction: column;
  gap: 0;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(26, 22, 19, .98);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  display: flex;
}

.nav-links .nav-dropdown__menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--paper);
  white-space: nowrap;
}

.nav-links .nav-dropdown__menu a:hover,
.nav-links .nav-dropdown__menu a:focus-visible,
.nav-links .nav-dropdown__menu a.active {
  background: rgba(201, 161, 94, .12);
  color: var(--gold-light);
}

.nav-mobile-cta {
  display: none !important;
}

/* Explicit listing layouts. These rules come after the legacy reference fixes. */
.list-section .grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

/* Keep portfolio and history filters visually identical, including keyboard and active states. */
.filterbar .filter,
.list-section .filters .filter {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: "Instrument", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 11px 22px;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.filterbar .filter:hover,
.filterbar .filter:focus-visible,
.filterbar .filter.on,
.list-section .filters .filter:hover,
.list-section .filters .filter:focus-visible,
.list-section .filters .filter.on {
  color: var(--ink) !important;
  background: var(--gold-light) !important;
  border-color: var(--gold-light) !important;
  outline: none;
}

.filterbar .filter .c {
  opacity: .6;
  margin-left: 6px;
  font-size: 11px;
}

.featured[hidden],
.list-section .card[hidden] {
  display: none !important;
}

.testimonials-featured {
  display: grid !important;
  grid-template-columns: 1.15fr 1fr;
  max-width: 100%;
  min-width: 0;
  margin: 0 72px 80px;
  min-height: 460px;
  aspect-ratio: auto !important;
  border: 1px solid var(--line) !important;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--ink-2);
  background-image: none !important;
}

.testimonials-featured::before {
  display: none !important;
}

.testimonials-featured .img {
  position: relative;
  grid-column: 1;
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  background-color: var(--ink-3);
  background-position: center 20% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.testimonials-featured .img .jk-testimonials-featured-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 20%;
}

.testimonials-featured .body,
.testimonials-featured .inner {
  position: static !important;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none !important;
  min-width: 0;
  padding: 54px 56px;
  background: var(--ink-2);
  text-align: left !important;
  transform: none !important;
}

.testimonials-featured .body p,
.testimonials-featured .inner p {
  color: #f8f1e4;
  font-family: "InstrumentSerif", serif;
  font-style: italic;
  font-size: 25px;
  line-height: 1.45;
}

.testimonials-featured .body .mark,
.testimonials-featured .inner .mark {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-family: "InstrumentSerif", serif;
  font-size: 60px;
  font-style: italic;
  line-height: .5;
}

.testimonials-featured .body .who,
.testimonials-featured .inner .who {
  margin-top: 22px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.testimonials-wall .masonry {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  column-count: initial !important;
  columns: initial !important;
  min-width: 0;
}

.testimonials-wall .masonry .op {
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 640px) {
  .nav {
    display: flex;
  }

  .nav-cta {
    display: inline-flex !important;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 16px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .nav.is-open .nav-links {
    align-items: stretch;
  }

  .nav.is-open .nav-links a {
    display: flex;
    align-items: center;
  }

  .nav.is-open .nav-links .nav-dropdown__toggle {
    display: flex;
    align-items: center;
    color: var(--paper);
    text-align: left;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown__toggle {
    width: 100%;
    justify-content: space-between;
  }

  .nav-dropdown__menu {
    position: static;
    min-width: 0;
    margin-top: 4px;
    padding: 0 0 0 14px;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown__menu a {
    padding: 8px 12px !important;
  }

  .nav-dropdown:hover .nav-dropdown__menu,
  .nav-dropdown:focus-within .nav-dropdown__menu {
    display: none;
  }

  .nav-dropdown.is-open .nav-dropdown__menu {
    display: flex;
  }

  .strip,
  .filterbar,
  .list-section .filters {
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
  }

  .strip::-webkit-scrollbar,
  .filterbar::-webkit-scrollbar,
  .list-section .filters::-webkit-scrollbar {
    display: none;
  }

  .filterbar {
    flex-wrap: nowrap !important;
  }

  .list-section .filters {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .list-section .filters .filter {
    flex: 0 0 auto;
  }

  .list-section .grid {
    grid-template-columns: 1fr !important;
  }

  .testimonials-featured {
    display: flex !important;
    flex-direction: column;
    min-height: 0;
  }

  .testimonials-featured .img {
    flex: 0 0 300px;
    min-height: 300px;
  }

  .testimonials-featured .body,
  .testimonials-featured .inner {
    padding: 30px 24px 34px;
  }

  .testimonials-featured .body p,
  .testimonials-featured .inner p {
    font-size: 19px !important;
  }

  .testimonials-wall .masonry {
    grid-template-columns: 1fr !important;
  }
}

/* Continuous horizontal sliders without snap-to-card jumps. */
.strip {
  display: flex !important;
  overflow-x: auto !important;
  padding-bottom: 8px;
  cursor: grab;
  scroll-snap-type: none;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  user-select: none;
}

.filterbar,
.list-section .filters {
  scroll-snap-type: none;
  scroll-behavior: auto;
  touch-action: pan-x;
}

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

.strip.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.strip-card {
  flex: 0 0 calc((100% - 42px) / 4.35) !important;
}

.jk-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(26, 22, 19, .94);
  color: var(--gold-light);
  font-family: "Instrument", sans-serif;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease,
    background .22s ease, color .22s ease, box-shadow .22s ease;
}

.jk-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.jk-back-to-top:hover,
.jk-back-to-top:focus-visible {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 10px 26px rgba(201, 161, 94, .3);
}

.jk-back-to-top:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

/* CTA interaction states: restrained lift, glow and pressed feedback. */
.btn-primary,
.btn,
.btn-ghost,
.nav-cta,
.nav-right > a:not(.cart),
.submit,
.portfolio-link,
.read,
.more-btn,
.ctaband a {
  transition: color .22s ease, background .22s ease, border-color .22s ease,
    box-shadow .22s ease, transform .22s ease, opacity .22s ease;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn:hover,
.btn:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible,
.nav-right > a:not(.cart):hover,
.nav-right > a:not(.cart):focus-visible,
.submit:hover,
.submit:focus-visible,
.ctaband a:hover,
.ctaband a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(201, 161, 94, .24);
}

.btn-primary:active,
.nav-cta:active,
.nav-right > a:not(.cart):active,
.submit:active,
.ctaband a:active {
  transform: translateY(0) scale(.98);
  box-shadow: 0 5px 14px rgba(201, 161, 94, .18);
}

.btn-ghost:hover,
.btn-ghost:focus-visible,
.portfolio-link:hover,
.portfolio-link:focus-visible,
.read:hover,
.read:focus-visible,
.more-btn:hover,
.more-btn:focus-visible {
  color: var(--gold-light);
  transform: translateX(3px);
}

.btn-primary:focus-visible,
.btn-ghost:focus-visible,
.nav-cta:focus-visible,
.submit:focus-visible,
.portfolio-link:focus-visible,
.read:focus-visible,
.more-btn:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.field select {
  width: 100%;
  appearance: none;
  background-color: rgba(10, 8, 6, .5);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 15px 42px 15px 18px;
  color: var(--paper);
  font-family: "Instrument", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  transition: border-color .2s ease, box-shadow .2s ease;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold-light) 50%),
    linear-gradient(135deg, var(--gold-light) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 161, 94, .12);
}

.field select option {
  background: var(--ink-2);
  color: var(--paper);
}

.jk-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 48px;
  align-items: center;
  margin: 0 72px 92px;
  padding: 48px 52px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(120deg, var(--ink-3), var(--ink-2));
}

.jk-newsletter__copy h2 {
  max-width: 560px;
  margin: 16px 0 14px;
  color: var(--paper);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: .98;
}

.jk-newsletter__copy p {
  max-width: 550px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.jk-newsletter__form {
  display: grid;
  gap: 14px;
}

.jk-newsletter__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.jk-newsletter__fields label {
  display: block;
}

.jk-newsletter__fields input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  background: rgba(10, 8, 6, .5);
  color: var(--paper);
  font-family: "Instrument", sans-serif;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.jk-newsletter__fields input::placeholder {
  color: var(--muted-2);
}

.jk-newsletter__fields input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 161, 94, .12);
}

.jk-newsletter__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.jk-newsletter__consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--gold);
}

.jk-newsletter__consent a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jk-newsletter__submit {
  justify-self: start;
  margin-top: 2px;
  padding: 16px 28px;
  border: 0;
  border-radius: 100px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--ink);
  font-family: "Instrument", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
  cursor: pointer;
}

.jk-newsletter__submit:hover,
.jk-newsletter__submit:focus-visible {
  background: linear-gradient(180deg, #e2c18a, var(--gold-light));
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(201, 161, 94, .28);
}

.jk-newsletter__submit:active {
  transform: translateY(0) scale(.98);
  box-shadow: 0 5px 14px rgba(201, 161, 94, .2);
}

.jk-newsletter__submit:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.jk-newsletter__note {
  margin: -2px 0 0;
  color: var(--muted-2);
  font-size: 11px;
}

.story-media {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 72px 0;
}

.story-media__section + .story-media__section {
  margin-top: 76px;
}

.story-media__section > .eyebrow {
  margin-bottom: 24px;
}

.story-media__videos {
  text-align: center;
}

.story-media__videos > .eyebrow {
  justify-content: center;
}

.story-gallery {
  padding: 0;
}

.story-media .story-gallery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.story-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.story-gallery-grid .tile {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--ink-2);
}

.story-gallery-grid .tile .ph {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  transition: transform .45s ease;
}

.story-gallery-grid .tile:hover .ph {
  transform: scale(1.04);
}

.story-gallery-grid .tile .zoom,
.story-gallery-grid .tile .cat {
  z-index: 2;
}

.story-gallery-grid .tile .cat {
  position: absolute;
  bottom: 14px;
  left: 16px;
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.story-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
}

.story-video-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 9 / 14;
  border-radius: 14px;
  background-color: var(--ink-2);
  background-repeat: no-repeat;
  background-size: cover;
}

.story-video-card__scrim {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 8, 7, .84), rgba(10, 8, 7, .06) 66%);
}

.story-video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1.5px solid var(--gold-light);
  border-radius: 50%;
  background: rgba(14, 12, 11, .35);
  cursor: pointer;
}

.story-video-card .play-btn::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--gold-light);
}

.story-video-card__caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.story-video-card__caption span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.story-video-card__caption strong {
  color: var(--paper);
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 641px) and (max-width: 1100px) {
  .strip-card {
    flex-basis: 42% !important;
  }
}

@media (max-width: 640px) {
  .jk-newsletter {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 0 20px 56px;
    padding: 32px 22px;
  }

  .jk-newsletter__copy h2 {
    font-size: 35px;
  }

  .jk-newsletter__fields {
    grid-template-columns: 1fr;
  }

  .jk-newsletter__submit {
    width: 100%;
    justify-self: stretch;
  }

  .testimonials-featured {
    margin: 0 20px 56px;
  }

  .strip-card {
    flex-basis: 72% !important;
  }

  .jk-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }

  .story-media {
    padding: 12px 20px 0;
  }

  .story-media__section + .story-media__section {
    margin-top: 52px;
  }

  .story-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .story-video-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 14px;
  }

  .jk-lightbox__nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .jk-lightbox__nav--previous {
    left: 10px;
  }

  .jk-lightbox__nav--next {
    right: 10px;
  }

.story-video-card {
  max-width: 360px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
}

/* Product purchase controls: option and quantity above a full-width CTA. */
.single-product .jk-woo-shell--catalog div.product form.variations_form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 66px;
  column-gap: 14px;
  align-items: end;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .variations {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .single_variation_wrap {
  display: contents !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .single_variation {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 18px 0 0;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .woocommerce-variation-add-to-cart {
  display: contents !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .quantity {
  grid-column: 2;
  grid-row: 1;
  width: 66px;
  margin: 0 !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .quantity .qty {
  box-sizing: border-box;
  width: 66px;
  height: 52px;
  min-height: 52px;
  padding: 8px;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .single_add_to_cart_button {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  margin-top: 14px;
}

@media (max-width: 640px) {
  .single-product .jk-woo-shell--catalog div.product form.variations_form {
    grid-template-columns: minmax(0, 1fr) 62px;
    column-gap: 12px;
  }

  .single-product .jk-woo-shell--catalog div.product form.variations_form .quantity,
  .single-product .jk-woo-shell--catalog div.product form.variations_form .quantity .qty {
    width: 62px;
  }
}

/* Product pages show the amount only after a variation is selected. */
.single-product .jk-woo-shell--catalog div.product .summary > p.price,
.single-product .jk-woo-shell--catalog div.product .summary > .price {
  display: none !important;
}

.jk-hide-product-installment {
  display: none !important;
}

/* Keep the Woo product page aligned with the main shop listing. */
.jk-page-shell--woo > .jk-page-card--wide {
  margin-top: 32px;
}

.shop {
  padding: 0 72px 60px;
}

.shop .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.shop .product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color .2s ease;
}

.shop .product:hover {
  border-color: var(--gold-deep);
}

.shop .product .media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 10 / 7;
  background-position: center;
  background-size: cover;
}

.shop .product .media.voucher {
  background: radial-gradient(circle at 50% 40%, rgba(201, 161, 94, .22), transparent 60%), linear-gradient(160deg, #241d15, #100d0a);
}

.shop .product .media .vcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76%;
  aspect-ratio: 16 / 9;
  gap: 8px;
  background: linear-gradient(150deg, rgba(37, 32, 25, .6), rgba(16, 13, 10, .6));
  border: 1px solid rgba(228, 198, 140, .5);
  border-radius: 8px;
}

.shop .product .media .vcard .jk {
  color: var(--gold-light);
  font-family: 'Bricolage', sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.shop .product .media .vcard small {
  color: var(--muted);
  font-size: 8.5px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.shop .product .badge-top {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  color: var(--ink);
  background: var(--gold-light);
  border-radius: 100px;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.shop .product .body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 26px 28px;
}

.shop .product .cat {
  color: var(--gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.shop .product h3 {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.shop .product .desc {
  flex: 1;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.shop .product .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
}

.shop .product .price .amount {
  color: var(--paper);
  font-family: 'Bricolage', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.shop .product .price--sale .amount {
  color: var(--paper);
  font-size: 30px;
}

.shop .product .price .from {
  color: var(--muted-2);
  font-size: 12px;
}

.shop .product .add {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  border: 0;
  border-radius: 100px;
  font-family: 'Instrument', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
}

.shop .product .add.ghost {
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line);
}

/* Similar products use the same proportions and CTA treatment as .shop .product. */
.single-product .jk-woo-shell--catalog div.product .related > h2 {
  margin: 0 0 26px;
  color: var(--paper);
  font-family: 'Bricolage', sans-serif;
  font-size: 32px;
  line-height: 1.15;
}

.single-product .jk-woo-shell--catalog div.product .related .products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

.single-product .jk-woo-shell--catalog div.product .related .products::before,
.single-product .jk-woo-shell--catalog div.product .related .products::after {
  display: none !important;
}

.single-product .jk-woo-shell--catalog div.product .related li.product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color .2s ease;
}

.single-product .jk-woo-shell--catalog div.product .related li.product:hover {
  border-color: var(--gold-deep);
}

.single-product .jk-woo-shell--catalog div.product .related li.product > .woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.single-product .jk-woo-shell--catalog div.product .related li.product img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 7;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .woocommerce-loop-product__title {
  margin: 26px 26px 0 !important;
  padding: 0 !important;
  color: var(--paper);
  font-family: 'Bricolage', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 26px 0 !important;
  color: var(--paper) !important;
  font-family: 'Bricolage', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .price del {
  color: var(--muted-2);
  font-size: 16px;
  font-weight: 400;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .price ins {
  color: var(--paper);
  text-decoration: none;
}

.single-product .jk-woo-shell--catalog div.product .related li.product > .button,
.single-product .jk-woo-shell--catalog div.product .related li.product > .added_to_cart {
  display: block;
  width: auto;
  margin: 20px 26px 28px !important;
  padding: 14px !important;
  color: var(--ink) !important;
  background: linear-gradient(180deg, var(--gold-light), var(--gold)) !important;
  border: 0 !important;
  border-radius: 100px !important;
  font-family: 'Instrument', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

/* The option select and quantity control share one baseline and a 10 px gap. */
.single-product .jk-woo-shell--catalog div.product form.variations_form {
  grid-template-columns: minmax(0, 1fr) 56px !important;
  column-gap: 10px !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .variations tr {
  display: grid !important;
  grid-template-columns: minmax(84px, 100px) minmax(0, 1fr) !important;
  align-items: center;
  gap: 10px !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .variations th,
.single-product .jk-woo-shell--catalog div.product form.variations_form .variations td {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .variations select {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  min-height: 52px;
  margin: 0;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .reset_variations {
  display: none !important;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .quantity,
.single-product .jk-woo-shell--catalog div.product form.variations_form .quantity .qty {
  width: 56px !important;
  min-width: 56px;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .quantity .qty {
  box-sizing: border-box;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}

.single-product .jk-woo-shell--catalog div.product form.variations_form .single_add_to_cart_button {
  margin-top: 10px !important;
}

@media (min-width: 641px) and (max-width: 1100px) {
  .shop .products,
  .single-product .jk-woo-shell--catalog div.product .related .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .jk-page-shell--woo > .jk-page-card--wide {
    margin-top: 22px;
  }

  .shop {
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .shop .products {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    justify-content: center;
  }

  .shop .product {
    width: 100%;
    max-width: 360px;
    min-width: 0;
  }

  .shop .product .body,
  .shop .product h3,
  .shop .product .desc {
    min-width: 0;
  }

  .shop .products,
  .single-product .jk-woo-shell--catalog div.product .related .products {
    grid-template-columns: 1fr !important;
  }

  .single-product .jk-woo-shell--catalog div.product form.variations_form {
    grid-template-columns: minmax(0, 1fr) 56px !important;
  }

  .single-product .jk-woo-shell--catalog div.product form.variations_form .variations tr {
    grid-template-columns: minmax(68px, 84px) minmax(0, 1fr) !important;
    gap: 8px !important;
  }
}

/* Keep related products visually identical to the main shop cards. */
.single-product .jk-woo-shell--catalog div.product .related .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 26px !important;
  margin: 0 !important;
}

.single-product .jk-woo-shell--catalog div.product .related li.product {
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: var(--ink-2) !important;
  border: 1px solid var(--line) !important;
  border-radius: 14px !important;
  float: none !important;
}

.single-product .jk-woo-shell--catalog div.product .related li.product:hover {
  border-color: var(--gold-deep) !important;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .product__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 10 / 7;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  border-radius: 0 !important;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .media.voucher {
  background: radial-gradient(circle at 50% 40%, rgba(201, 161, 94, .22), transparent 60%), linear-gradient(160deg, #241d15, #100d0a);
}

.single-product .jk-woo-shell--catalog div.product .related li.product .body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 26px 26px 28px;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .cat {
  color: var(--gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.single-product .jk-woo-shell--catalog div.product .related li.product h3 {
  min-width: 0;
  margin: 10px 0 0;
  color: var(--paper);
  font-family: 'Bricolage', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.single-product .jk-woo-shell--catalog div.product .related li.product h3 a {
  color: inherit !important;
  text-decoration: none;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .desc {
  display: -webkit-box;
  flex: 1;
  min-width: 0;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0 0 !important;
  color: var(--paper) !important;
  font-family: 'Bricolage', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .price del {
  color: var(--muted-2) !important;
  font-size: 16px;
  font-weight: 400;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .price ins {
  color: var(--paper) !important;
  text-decoration: none;
}

.single-product .jk-woo-shell--catalog div.product .related li.product .add {
  display: block;
  width: 100%;
  margin: 20px 0 0 !important;
  padding: 14px !important;
  box-sizing: border-box;
  color: var(--ink) !important;
  background: linear-gradient(180deg, var(--gold-light), var(--gold)) !important;
  border: 0 !important;
  border-radius: 100px !important;
  font-family: 'Instrument', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

@media (min-width: 641px) and (max-width: 1100px) {
  .shop .products,
  .single-product .jk-woo-shell--catalog div.product .related .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .shop .products,
  .single-product .jk-woo-shell--catalog div.product .related .products {
    grid-template-columns: 1fr !important;
  }

  .single-product .jk-woo-shell--catalog div.product .related li.product {
    width: 100% !important;
  }
}

/* Keep the Woo notice icon and cart action inside their own space. */
.jk-woo-shell .woocommerce-notices-wrapper {
  position: relative;
  z-index: 1;
  clear: both;
}

.jk-woo-shell .woocommerce-notices-wrapper .woocommerce-message {
  position: relative;
  min-height: 52px;
  box-sizing: border-box;
  padding: 16px 180px 16px 50px !important;
}

.jk-woo-shell .woocommerce-notices-wrapper .woocommerce-message::before {
  position: absolute !important;
  top: 50%;
  left: 18px;
  margin: 0 !important;
  transform: translateY(-50%);
}

.jk-woo-shell .woocommerce-notices-wrapper .woocommerce-message .button {
  position: absolute;
  top: 50%;
  right: 18px;
  margin: 0 !important;
  white-space: nowrap;
  transform: translateY(-50%);
}

/* Product sale badges use the same gold pill as the shop listing badge. */
.single-product .jk-woo-shell--catalog div.product .woocommerce-product-gallery span.onsale,
.single-product .jk-woo-shell--catalog div.product span.onsale {
  top: 18px !important;
  right: auto !important;
  left: 18px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  color: var(--ink) !important;
  background: var(--gold-light) !important;
  border-radius: 999px !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  transform: none !important;
}

/* Simple products keep the quantity square and the CTA at least 30 px away. */
.single-product .jk-woo-shell--catalog div.product form.cart:not(.variations_form) {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}

.single-product .jk-woo-shell--catalog div.product form.cart:not(.variations_form) .quantity {
  flex: 0 0 52px;
  width: 52px !important;
  margin: 0 !important;
}

.single-product .jk-woo-shell--catalog div.product form.cart:not(.variations_form) .quantity .qty {
  box-sizing: border-box;
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}

.single-product .jk-woo-shell--catalog div.product form.cart:not(.variations_form) .single_add_to_cart_button {
  min-height: 52px;
  margin: 0 !important;
}

/* Consultation video and purchase are a deliberate decision point, not a modal. */
.consultation-video-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  gap: 36px 56px;
  align-items: center;
  margin: 72px 72px 100px;
  padding: 58px 60px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(120deg, var(--ink-3), var(--ink-2));
}

.consultation-video__copy h2 {
  max-width: 550px;
  margin-top: 18px;
  font-size: 36px;
  line-height: 1.2;
}

.consultation-video__copy p {
  max-width: 520px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.consultation-video__media {
  justify-self: center;
  width: min(100%, 320px);
}

.consultation-video__poster {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background-image: linear-gradient(180deg, rgba(14, 12, 11, .08), rgba(14, 12, 11, .68)), url("../../references/photos/strip2.jpg");
  background-color: var(--ink);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.consultation-video__poster--portrait {
  width: 100%;
  min-height: 0;
  aspect-ratio: 9 / 14;
}

.consultation-video__poster--landscape {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.consultation-video__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 12, 11, .1), rgba(14, 12, 11, .72));
}

.consultation-video__play.play-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 1.5px solid var(--gold-light);
  border-radius: 50%;
  background: rgba(14, 12, 11, .38);
}

.consultation-video__play.play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--gold-light);
}

.consultation-video__play.play-btn:not([disabled]) {
  cursor: pointer;
}

.consultation-video__play.play-btn[disabled] {
  opacity: .45;
}

.consultation-video__label {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.consultation-video__actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 24px;
  padding-top: 4px;
}

.consultation-video__actions .btn-ghost {
  padding: 17px 0;
}

/* The featured review image must keep its own visible mobile area. */
@media (max-width: 640px) {
  .testimonials-featured .img {
    display: block !important;
    width: 100% !important;
    flex: 0 0 300px !important;
    min-height: 300px !important;
    background-position: center 20% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .consultation-video-section {
    display: block;
    margin: 56px 20px 56px;
    padding: 34px 24px;
  }

  .consultation-video__copy h2 {
    font-size: 28px;
  }

  .consultation-video__media {
    margin-top: 28px;
  }

  .consultation-video__poster {
    min-height: 320px;
  }

  .consultation-video__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 28px;
  }

  .consultation-video__actions .btn-ghost,
  .consultation-video__actions .btn-primary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Portrait tablets use the stable mobile navigation and a two-column-to-one reading flow. */
@media (min-width: 641px) and (max-width: 1100px) and (orientation: portrait) {
  .nav {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 18px 28px;
  }

  .nav-logo--image {
    flex: 0 0 170px;
    width: 170px;
  }

  .nav-links {
    display: none !important;
  }

  .nav-cta {
    display: inline-flex !important;
    margin-left: auto;
    margin-right: 18px;
    padding: 11px 16px;
    font-size: 12px;
  }

  .nav .hamburger {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    width: 26px;
  }

  .nav .hamburger span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: var(--paper);
  }

  .nav.is-open .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 18px 28px 26px;
    border-bottom: 1px solid var(--line);
    background: var(--ink);
  }

  .nav.is-open .nav-links > a,
  .nav.is-open .nav-dropdown__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    color: var(--paper);
    font-size: 15px;
    text-align: left;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown__menu {
    position: static;
    display: none;
    min-width: 0;
    margin: 2px 0 0 12px;
    padding: 0 0 0 14px;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown:hover .nav-dropdown__menu,
  .nav-dropdown:focus-within .nav-dropdown__menu {
    display: none;
  }

  .nav-dropdown.is-open .nav-dropdown__menu {
    display: flex;
  }

  .nav-dropdown__menu a {
    padding: 10px 0 !important;
  }

  .hero,
  .contact,
  .story {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .hero-visual,
  .formwrap {
    width: 100%;
  }

  .hero-ctas,
  .hero-actions {
    flex-wrap: wrap;
  }

  .ctaband {
    margin-right: 40px !important;
    margin-left: 40px !important;
    padding: 42px 44px !important;
  }

  .consultation-video-section {
    grid-template-columns: 1fr;
    margin-right: 40px;
    margin-left: 40px;
    padding: 44px;
  }

  .consultation-video__actions {
    grid-column: auto;
  }

  .testimonials-featured {
    grid-template-columns: 1fr !important;
    margin-right: 40px;
    margin-left: 40px;
  }

  .testimonials-featured .img {
    min-height: 380px;
  }

  .testimonials-featured .body,
  .testimonials-featured .inner {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .jk-woo-shell .woocommerce-notices-wrapper .woocommerce-message {
    padding: 16px 18px 16px 50px !important;
  }

  .jk-woo-shell .woocommerce-notices-wrapper .woocommerce-message .button {
    position: static;
    display: block;
    width: 100%;
    margin: 14px 0 0 !important;
    transform: none;
  }

  .single-product .jk-woo-shell--catalog div.product form.cart:not(.variations_form) {
    gap: 30px;
  }
}

/* Desktop-mode iPads do not expose their CSS width reliably. The JS class keeps
   portrait tablets on the mobile navigation and a readable single-column flow. */
.jk-tablet-portrait {
  --jk-tablet-gutter: 32px;
}

.jk-tablet-portrait body {
  overflow-x: hidden;
}

.jk-tablet-portrait .nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 74px;
  padding: 16px var(--jk-tablet-gutter);
}

.jk-tablet-portrait .nav-logo,
.jk-tablet-portrait .nav-logo--image {
  flex: 0 0 188px;
  width: 188px;
  max-width: 42vw;
}

.jk-tablet-portrait .nav-links {
  display: none !important;
}

.jk-tablet-portrait .nav-cta,
.jk-tablet-portrait .nav-right > a:not(.cart) {
  display: inline-flex !important;
  flex-shrink: 0;
  margin-left: auto;
  padding: 11px 17px;
  font-size: 12px;
  white-space: nowrap;
}

.jk-tablet-portrait .nav-right {
  gap: 18px;
}

.jk-tablet-portrait .nav .hamburger {
  display: flex !important;
  flex: 0 0 28px;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px 0;
}

.jk-tablet-portrait .nav .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--paper);
}

.jk-tablet-portrait .nav.is-open .nav-links {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 16px var(--jk-tablet-gutter) 22px;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}

.jk-tablet-portrait .nav.is-open .nav-links > a,
.jk-tablet-portrait .nav.is-open .nav-dropdown__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  color: var(--paper);
  font-size: 15px;
  text-align: left;
}

.jk-tablet-portrait .nav-dropdown {
  width: 100%;
}

.jk-tablet-portrait .nav-dropdown__menu {
  position: static;
  display: none;
  min-width: 0;
  margin: 2px 0 0 12px;
  padding: 0 0 0 14px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jk-tablet-portrait .nav-dropdown:hover .nav-dropdown__menu,
.jk-tablet-portrait .nav-dropdown:focus-within .nav-dropdown__menu {
  display: none;
}

.jk-tablet-portrait .nav-dropdown.is-open .nav-dropdown__menu {
  display: flex;
}

.jk-tablet-portrait .nav-dropdown__menu a {
  padding: 10px 0 !important;
}

.jk-tablet-portrait main > section,
.jk-tablet-portrait .hero,
.jk-tablet-portrait .contact,
.jk-tablet-portrait .story,
.jk-tablet-portrait .process,
.jk-tablet-portrait .flow,
.jk-tablet-portrait .why,
.jk-tablet-portrait .prep,
.jk-tablet-portrait .values,
.jk-tablet-portrait .team,
.jk-tablet-portrait .reassure,
.jk-tablet-portrait .info {
  max-width: none !important;
}

.jk-tablet-portrait .hero,
.jk-tablet-portrait .contact,
.jk-tablet-portrait .story,
.jk-tablet-portrait .process,
.jk-tablet-portrait .flow,
.jk-tablet-portrait .why-grid,
.jk-tablet-portrait .prep-grid,
.jk-tablet-portrait .team-cards,
.jk-tablet-portrait .hero-grid {
  grid-template-columns: 1fr !important;
  gap: 34px !important;
}

.jk-tablet-portrait .hero,
.jk-tablet-portrait .contact,
.jk-tablet-portrait .story,
.jk-tablet-portrait .process,
.jk-tablet-portrait .flow,
.jk-tablet-portrait .why,
.jk-tablet-portrait .prep,
.jk-tablet-portrait .values,
.jk-tablet-portrait .team,
.jk-tablet-portrait .reassure,
.jk-tablet-portrait .info,
.jk-tablet-portrait .shop,
.jk-tablet-portrait .gallery,
.jk-tablet-portrait .list-section,
.jk-tablet-portrait .wall {
  padding-right: var(--jk-tablet-gutter) !important;
  padding-left: var(--jk-tablet-gutter) !important;
}

.jk-tablet-portrait .hero-top,
.jk-tablet-portrait .section-head,
.jk-tablet-portrait .list-head,
.jk-tablet-portrait .wall-head,
.jk-tablet-portrait .insta-head,
.jk-tablet-portrait .scenes-head,
.jk-tablet-portrait .vhead,
.jk-tablet-portrait .next-head {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 18px !important;
}

.jk-tablet-portrait .hero-top h1,
.jk-tablet-portrait .hero-copy h1,
.jk-tablet-portrait .hero h1,
.jk-tablet-portrait .left h1,
.jk-tablet-portrait .art-head h1 {
  max-width: 100% !important;
  font-size: clamp(38px, 6vw, 58px) !important;
  line-height: 1.08 !important;
}

.jk-tablet-portrait .hero-top p,
.jk-tablet-portrait .hero-lede,
.jk-tablet-portrait .hero-copy .lede,
.jk-tablet-portrait .hero .lede,
.jk-tablet-portrait .left .lede,
.jk-tablet-portrait .hero-sub,
.jk-tablet-portrait .section-head p {
  max-width: 100% !important;
  padding-bottom: 0 !important;
}

.jk-tablet-portrait .hero-visual,
.jk-tablet-portrait .hero-portrait,
.jk-tablet-portrait .hero-img,
.jk-tablet-portrait .formwrap,
.jk-tablet-portrait .hero-video {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0;
}

.jk-tablet-portrait .hero-actions,
.jk-tablet-portrait .hero-ctas,
.jk-tablet-portrait .hero-cta-row,
.jk-tablet-portrait .consultation-video__actions,
.jk-tablet-portrait .ctaband,
.jk-tablet-portrait .contact-actions {
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.jk-tablet-portrait .ctaband {
  margin-right: var(--jk-tablet-gutter) !important;
  margin-left: var(--jk-tablet-gutter) !important;
  padding: 38px 40px !important;
}

.jk-tablet-portrait .ctaband h3 {
  max-width: 100% !important;
  font-size: 24px !important;
}

.jk-tablet-portrait .consultation-video-section {
  grid-template-columns: 1fr !important;
  margin-right: var(--jk-tablet-gutter) !important;
  margin-left: var(--jk-tablet-gutter) !important;
  padding: 40px !important;
}

.jk-tablet-portrait .consultation-video__actions {
  grid-column: auto !important;
}

.jk-tablet-portrait .filterbar,
.jk-tablet-portrait .list-section .filters {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding: 18px var(--jk-tablet-gutter) 28px !important;
  overflow: visible !important;
}

.jk-tablet-portrait .filterbar .filter,
.jk-tablet-portrait .list-section .filters .filter {
  min-height: 42px;
  padding: 10px 18px;
  white-space: nowrap;
}

.jk-tablet-portrait .gallery .grid,
.jk-tablet-portrait .list-section .grid,
.jk-tablet-portrait .testimonials-wall .masonry {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.jk-tablet-portrait .testimonials-featured {
  grid-template-columns: 1fr !important;
  margin-right: var(--jk-tablet-gutter) !important;
  margin-left: var(--jk-tablet-gutter) !important;
}

.jk-tablet-portrait .testimonials-featured .img {
  min-height: 420px;
}

.jk-tablet-portrait .testimonials-featured .body,
.jk-tablet-portrait .testimonials-featured .inner {
  grid-column: 1;
  padding: 42px 40px !important;
}

.jk-tablet-portrait .form-grid,
.jk-tablet-portrait .contact-form .fields,
.jk-tablet-portrait .jk-newsletter__fields {
  grid-template-columns: 1fr !important;
}

.jk-tablet-portrait .formwrap,
.jk-tablet-portrait .jk-newsletter {
  width: auto !important;
  margin-right: var(--jk-tablet-gutter) !important;
  margin-left: var(--jk-tablet-gutter) !important;
}

.jk-tablet-portrait .btn,
.jk-tablet-portrait .btn-primary,
.jk-tablet-portrait .btn-ghost,
.jk-tablet-portrait .submit,
.jk-tablet-portrait .jk-newsletter__submit,
.jk-tablet-portrait .ctaband a {
  min-height: 48px;
  max-width: 100%;
  white-space: normal;
}

.jk-tablet-portrait .story-gallery-grid,
.jk-tablet-portrait .story-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.jk-tablet-portrait .footer {
  padding-right: var(--jk-tablet-gutter) !important;
  padding-left: var(--jk-tablet-gutter) !important;
}

.jk-tablet-portrait .footer-cols {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
