:root {
  --takai-ink: #171717;
  --takai-muted: #5f615d;
  --takai-soft: #f6f5f1;
  --takai-surface: #ffffff;
  --takai-line: rgba(23, 23, 23, 0.1);
  --takai-header-line: #dedbd2;
  --takai-accent: #9b7a42;
  --takai-accent-dark: #6e552d;
  --takai-radius: 6px;
  --takai-shadow: 0 18px 44px rgba(23, 23, 23, 0.08);
  --takai-motion: 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--takai-soft) !important;
  color: var(--takai-ink);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  color: var(--takai-ink);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.05;
}

p,
li,
dd,
.lead {
  color: inherit;
  letter-spacing: 0;
}

.lead {
  color: var(--takai-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
}

a {
  color: var(--takai-ink);
  text-underline-offset: 0.18em;
}

.tema-page-title-link {
  color: var(--takai-muted);
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
}

.tema-page-title-link:hover,
.tema-page-title-link:focus-visible {
  color: var(--takai-ink);
  text-decoration: underline;
}

.tema-page-title-band--account .container {
  position: relative;
}

.tema-page-title-band--account {
  padding-bottom: 2.1rem !important;
  padding-top: 2.1rem !important;
}

@media (min-width: 1200px) {
  .tema-page-title-band--account {
    padding-bottom: 2.8rem !important;
    padding-top: 2.8rem !important;
  }
}

.tema-page-title-logout {
  margin-top: 0.65rem;
  text-align: center;
}

.tema-page-title-logout .tema-portal-link--logout {
  color: var(--takai-muted);
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
}

.tema-page-title-logout .tema-portal-link--logout:hover,
.tema-page-title-logout .tema-portal-link--logout:focus-visible {
  color: var(--takai-ink);
  text-decoration: underline;
}

.btn,
.tema-button,
button,
input,
select,
textarea,
.form-control,
.form-select {
  border-radius: var(--takai-radius) !important;
}

.btn {
  font-weight: 650;
  letter-spacing: 0;
}

.btn-primary,
.tema-button--primary {
  background: var(--takai-ink) !important;
  border-color: var(--takai-ink) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.tema-button--primary:hover,
.tema-button--primary:focus-visible {
  background: #000 !important;
  border-color: #000 !important;
  transform: translateY(-1px);
}

.btn-outline-secondary {
  border-color: var(--takai-line);
  color: var(--takai-ink);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus-visible {
  background: var(--takai-ink);
  border-color: var(--takai-ink);
  color: #fff;
}

#wrapper-topbar.tema-subheader,
#wrapper-navbar.tema-main-header {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  color: var(--takai-ink) !important;
  isolation: isolate;
  transition:
    background-color var(--takai-motion),
    border-color var(--takai-motion),
    transform var(--takai-motion) !important;
}

#wrapper-topbar.tema-subheader,
.scroll-position-at-top #wrapper-topbar.tema-subheader,
.scroll-position-not-at-top #wrapper-topbar.tema-subheader {
  --bs-bg-opacity: 1 !important;
  background: #f6f5f1 !important;
  background-color: #f6f5f1 !important;
  background-image: none !important;
  overflow: visible !important;
  z-index: 1033 !important;
}

#wrapper-topbar.tema-subheader::before {
  background: #f6f5f1 !important;
  content: "";
  inset: 0 calc(50% - 50vw);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

#wrapper-topbar.tema-subheader > .tema-header-container,
#wrapper-topbar.tema-subheader .tema-header-layout,
#wrapper-topbar.tema-subheader .tema-header-zone {
  background: transparent !important;
  background-color: transparent !important;
}

#wrapper-navbar.tema-main-header,
.scroll-position-at-top #wrapper-navbar.tema-main-header,
.scroll-position-not-at-top #wrapper-navbar.tema-main-header {
  background: var(--takai-soft) !important;
  background-color: var(--takai-soft) !important;
  background-image: none !important;
}

#wrapper-navbar.tema-main-header::before {
  display: none !important;
}

#wrapper-topbar.tema-subheader {
  border-bottom: 1px solid rgba(23, 23, 23, 0.055) !important;
  padding-bottom: 0.35rem !important;
  padding-top: 0.35rem !important;
}

#wrapper-navbar.tema-main-header {
  border-bottom: 1px solid var(--takai-header-line) !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.tema-has-fixed-header-stack::after {
  background: var(--takai-soft);
  content: "";
  height: var(--tema-fixed-header-height, 82px);
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--tema-fixed-base-offset, 0px) + var(--tema-fixed-subheader-height, 45px));
  z-index: 1030;
}

body #wrapper-topbar.tema-subheader.tema-header-section-fixed,
body #wrapper-navbar.tema-main-header.tema-header-section-fixed,
body.scroll-position-at-top #wrapper-topbar.tema-subheader.tema-header-section-fixed,
body.scroll-position-at-top #wrapper-navbar.tema-main-header.tema-header-section-fixed,
body.scroll-position-not-at-top #wrapper-topbar.tema-subheader.tema-header-section-fixed,
body.scroll-position-not-at-top #wrapper-navbar.tema-main-header.tema-header-section-fixed {
  --bs-bg-opacity: 1 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background-image: none !important;
  opacity: 1 !important;
}

body #wrapper-topbar.tema-subheader.tema-header-section-fixed,
body.scroll-position-at-top #wrapper-topbar.tema-subheader.tema-header-section-fixed,
body.scroll-position-not-at-top #wrapper-topbar.tema-subheader.tema-header-section-fixed {
  background: #fff !important;
  background-color: #fff !important;
}

body #wrapper-navbar.tema-main-header.tema-header-section-fixed,
body.scroll-position-at-top #wrapper-navbar.tema-main-header.tema-header-section-fixed,
body.scroll-position-not-at-top #wrapper-navbar.tema-main-header.tema-header-section-fixed {
  background: var(--takai-soft) !important;
  background-color: var(--takai-soft) !important;
}

#wrapper-topbar .tema-header-layout,
#wrapper-navbar .tema-header-layout {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  gap: clamp(1.5rem, 4vw, 4rem) !important;
  padding: 0 !important;
}

#wrapper-topbar .tema-header-layout {
  align-items: center !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

#wrapper-navbar .tema-header-layout {
  align-items: center !important;
  display: grid !important;
  min-height: 76px;
}

#wrapper-navbar .tema-header-layout--2 {
  grid-template-columns: auto minmax(0, 1fr) !important;
}

#wrapper-navbar .tema-header-layout--3 {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}

#wrapper-topbar .tema-header-zone,
#wrapper-navbar .tema-header-zone {
  flex: initial !important;
  min-width: 0;
}

#wrapper-topbar .tema-header-zone--1 {
  justify-content: flex-start !important;
}

#wrapper-topbar .tema-header-zone--2 {
  justify-content: flex-end !important;
}

#wrapper-navbar .tema-header-zone--1 {
  justify-content: flex-start !important;
}

#wrapper-navbar .tema-header-zone--2 {
  justify-content: center !important;
}

#wrapper-navbar .tema-header-zone--3 {
  justify-content: flex-end !important;
}

#wrapper-navbar .tema-logo-link {
  align-items: center;
  display: inline-flex;
  line-height: 0;
  padding: 0;
}

#wrapper-navbar .tema-logo-image {
  max-height: 44px !important;
  width: auto;
}

#wrapper-topbar .tema-menu-list,
#wrapper-navbar .tema-menu-list {
  align-items: center !important;
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrapper-topbar .tema-menu-list {
  gap: clamp(1rem, 2vw, 1.8rem) !important;
}

#wrapper-navbar .tema-menu-list {
  gap: clamp(1.35rem, 3vw, 2.45rem) !important;
  justify-content: center !important;
  white-space: nowrap;
}

#wrapper-topbar .menu-item,
#wrapper-navbar .menu-item {
  margin: 0 !important;
}

#wrapper-topbar .menu-item > a,
#wrapper-navbar .menu-item > a,
#wrapper-navbar .nav-link {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--takai-ink) !important;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0.25rem 0 !important;
  position: relative;
  text-decoration: none !important;
  transform: none !important;
  transition:
    color var(--takai-motion),
    opacity var(--takai-motion),
    transform var(--takai-motion) !important;
}

#wrapper-navbar .menu-item > a::before,
#wrapper-navbar .nav-link::before {
  background: currentColor;
  bottom: -0.42rem;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.45);
  transform-origin: left center;
  transition:
    opacity var(--takai-motion),
    transform var(--takai-motion);
  width: 100%;
}

#wrapper-navbar .menu-item > a:hover,
#wrapper-navbar .menu-item > a:focus-visible,
#wrapper-navbar .menu-item.current-menu-item > a,
#wrapper-navbar .menu-item.current-menu-ancestor > a,
#wrapper-navbar .nav-link:hover,
#wrapper-navbar .nav-link:focus-visible,
#wrapper-navbar .nav-link.active {
  color: #000 !important;
  opacity: 1;
}

#wrapper-navbar .menu-item > a:hover::before,
#wrapper-navbar .menu-item > a:focus-visible::before,
#wrapper-navbar .menu-item.current-menu-item > a::before,
#wrapper-navbar .menu-item.current-menu-ancestor > a::before,
#wrapper-navbar .nav-link:hover::before,
#wrapper-navbar .nav-link:focus-visible::before,
#wrapper-navbar .nav-link.active::before {
  opacity: 1;
  transform: scaleX(1);
}

#wrapper-topbar .menu-item > a {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 440;
  min-height: 1.35rem;
  opacity: 0.86;
}

#wrapper-topbar .menu-item > a::after {
  content: none;
}

#wrapper-topbar .menu-item > a:hover,
#wrapper-topbar .menu-item > a:focus-visible {
  opacity: 1;
}

.tema-header-account-widget {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.tema-header-account-link,
.tema-header-account__link {
  align-items: center;
  border-radius: var(--takai-radius) !important;
  display: inline-flex;
  height: 2.25rem;
  justify-content: center;
  padding: 0 !important;
  text-decoration: none !important;
  width: 2.25rem;
}

.tema-header-account-link::after,
.tema-header-account__link::after {
  content: none;
}

.tema-header-account-link:hover,
.tema-header-account-link:focus-visible,
.tema-header-account__link:hover,
.tema-header-account__link:focus-visible {
  background: rgba(23, 23, 23, 0.06) !important;
  color: #000 !important;
}

.tema-header-account-icon,
.tema-header-account__icon,
.tema-header-account-icon svg,
.tema-header-account__icon svg {
  display: block;
}

.tema-header-account-icon,
.tema-header-account__icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.tema-header-account-icon svg,
.tema-header-account__icon svg {
  height: 1.28rem;
  width: auto;
}

#wrapper-navbar .dropdown-menu {
  background: #fff !important;
  border: 1px solid rgba(23, 23, 23, 0.12) !important;
  border-radius: var(--takai-radius) !important;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.12) !important;
  margin-top: 1rem !important;
  min-width: 14.5rem;
  padding: 0.35rem !important;
}

#wrapper-navbar .dropdown-menu .dropdown-item {
  border-radius: calc(var(--takai-radius) - 2px) !important;
  color: var(--takai-ink) !important;
  font-size: 0.91rem;
  font-weight: 540;
  line-height: 1.2;
  padding: 0.72rem 0.8rem !important;
}

#wrapper-navbar .dropdown-menu .dropdown-item:hover,
#wrapper-navbar .dropdown-menu .dropdown-item:focus-visible,
#wrapper-navbar .dropdown-menu .dropdown-item.active {
  background: #f3f1eb !important;
  color: #000 !important;
}

#wrapper-navbar .tema-support-priority > .dropdown-item {
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  font-weight: 760;
  margin-bottom: 0.25rem;
  padding-bottom: 0.82rem !important;
}

#wrapper-topbar .tema-market-selector {
  position: relative;
  z-index: 1042;
}

#wrapper-topbar .tema-market-selector .tema-market-selector-toggle,
#wrapper-topbar .tema-market-selector .tema-market-selector__toggle {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--takai-ink) !important;
  font-size: 0.82rem;
  font-weight: 440;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 1.35rem;
  padding: 0 !important;
}

@media (max-width: 575.98px) {
  #wrapper-topbar.tema-subheader {
    padding-bottom: 0.32rem !important;
    padding-top: 0.32rem !important;
  }

  #wrapper-topbar .tema-header-layout {
    column-gap: 0.85rem !important;
  }

  #wrapper-topbar .tema-menu-list {
    gap: 0.8rem !important;
  }

  #wrapper-topbar .menu-item > a,
  #wrapper-topbar .tema-market-selector .tema-market-selector-toggle,
  #wrapper-topbar .tema-market-selector .tema-market-selector__toggle {
    font-size: 0.78rem;
  }
}

#wrapper-topbar .tema-market-selector .tema-market-selector-toggle::after,
#wrapper-topbar .tema-market-selector .tema-market-selector__toggle::after {
  border-top-width: 0.32em;
  margin-left: 0.5rem;
}

#wrapper-topbar .tema-market-selector .tema-market-selector__menu,
#wrapper-topbar .tema-market-selector .dropdown-menu {
  background: #fff !important;
  border: 1px solid rgba(23, 23, 23, 0.12) !important;
  border-radius: var(--takai-radius) !important;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.14) !important;
  margin-top: 0.75rem !important;
  min-width: 13.5rem;
  opacity: 1 !important;
  overflow: hidden;
  padding: 0.3rem !important;
}

#wrapper-topbar .tema-market-selector .dropdown-menu li {
  margin: 0;
}

#wrapper-topbar .tema-market-selector .tema-market-selector__item,
#wrapper-topbar .tema-market-selector .dropdown-item {
  background: transparent !important;
  border-radius: calc(var(--takai-radius) - 2px) !important;
  color: var(--takai-ink) !important;
  font-size: 0.94rem;
  font-weight: 560;
  gap: 1rem !important;
  line-height: 1.2;
  min-height: 2.55rem;
  padding: 0.7rem 0.78rem !important;
}

#wrapper-topbar .tema-market-selector .tema-market-selector__item:hover,
#wrapper-topbar .tema-market-selector .tema-market-selector__item:focus-visible,
#wrapper-topbar .tema-market-selector .dropdown-item:hover,
#wrapper-topbar .tema-market-selector .dropdown-item:focus-visible {
  background: #f3f1eb !important;
}

#wrapper-topbar .tema-market-selector .tema-market-selector__item.active,
#wrapper-topbar .tema-market-selector .dropdown-item.active,
#wrapper-topbar .tema-market-selector .dropdown-item:active {
  background: #20201f !important;
  color: #fff !important;
}

#wrapper-topbar .tema-market-selector__status {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  opacity: 0.84;
}

.tema-market-selector-modal {
  z-index: 12010;
}

.tema-market-selector-modal .modal-dialog {
  max-width: min(860px, calc(100vw - 2rem));
}

.tema-market-selector-modal .modal-content {
  background: #f7f5ef;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--takai-radius);
  box-shadow: 0 34px 90px rgba(13, 12, 10, 0.34);
  overflow: hidden;
}

.tema-market-selector-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  min-height: 31rem;
}

.tema-market-selector-modal__intro {
  align-content: end;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.72), rgba(23, 23, 23, 0.94)),
    #171717;
  color: #fff;
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.65rem, 3.2vw, 2.65rem);
}

.tema-market-selector-modal__intro .modal-title {
  color: #fff;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
  font-weight: 730;
  letter-spacing: 0;
  line-height: 0.98;
  max-width: 10ch;
  text-wrap: balance;
}

.tema-market-selector-modal__text {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.55;
  max-width: 25rem;
}

.tema-market-selector-modal__text p {
  margin: 0;
}

.tema-market-selector-modal__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tema-market-selector-modal__signals span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0.52rem 0.64rem;
  text-transform: uppercase;
}

.tema-market-selector-modal__form {
  align-content: center;
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.7rem, 3.8vw, 3rem);
}

.tema-market-selector-modal .form-label {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.tema-market-selector-modal .form-select {
  background-color: #fff;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: var(--takai-radius);
  box-shadow: none;
  color: var(--takai-ink);
  font-size: 1.05rem;
  font-weight: 650;
  min-height: 3.6rem;
  padding: 0.85rem 1rem;
}

.tema-market-selector-modal .form-select:focus,
.tema-market-selector-language-option:focus-within {
  border-color: rgba(23, 23, 23, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(23, 23, 23, 0.08);
  outline: 0;
}

.tema-market-selector-language-group {
  display: grid;
  gap: 0.7rem;
}

.tema-market-selector-language-group__header {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.tema-market-selector-language-group__header span {
  color: var(--takai-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: right;
}

.tema-market-selector-language-options {
  display: grid;
  gap: 0.65rem;
}

.tema-market-selector-language-option {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--takai-radius);
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 4.2rem;
  padding: 0.9rem 1rem;
  transition: background-color var(--takai-motion), border-color var(--takai-motion), transform var(--takai-motion);
}

.tema-market-selector-language-option:hover {
  background: #fbfaf7;
  border-color: rgba(23, 23, 23, 0.2);
}

.tema-market-selector-language-option:active {
  transform: translateY(1px);
}

.tema-market-selector-language-option:has(input:checked) {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.tema-market-selector-language-option__text {
  display: grid;
  gap: 0.22rem;
}

.tema-market-selector-language-option__text strong {
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.1;
}

.tema-market-selector-language-option__text small {
  color: var(--takai-muted);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1;
}

.tema-market-selector-language-option:has(input:checked) small {
  color: rgba(255, 255, 255, 0.62);
}

.tema-market-selector-language-option .form-check-input {
  border-color: rgba(23, 23, 23, 0.22);
  box-shadow: none;
  flex: 0 0 auto;
  height: 1.05rem;
  margin: 0;
  width: 1.05rem;
}

.tema-market-selector-language-option .form-check-input:checked {
  background-color: #fff;
  border-color: #fff;
}

.tema-market-selector-modal #tema-market-selector-confirm {
  align-items: center;
  background: #171717;
  border: 1px solid #171717;
  border-radius: var(--takai-radius);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 760;
  justify-content: center;
  min-height: 3.65rem;
  padding: 0.9rem 1.2rem;
  transition: background-color var(--takai-motion), border-color var(--takai-motion), transform var(--takai-motion);
  width: 100%;
}

.tema-market-selector-modal #tema-market-selector-confirm:hover,
.tema-market-selector-modal #tema-market-selector-confirm:focus-visible {
  background: #2a2927;
  border-color: #2a2927;
}

.tema-market-selector-modal #tema-market-selector-confirm:active {
  transform: translateY(1px);
}

body.tema-market-selector-modal-open > .modal-backdrop,
body.modal-open:has(.tema-market-selector-modal.show) > .modal-backdrop,
.modal-backdrop.tema-market-selector-backdrop {
  background: rgba(13, 12, 10, 0.72);
  opacity: 1 !important;
  z-index: 12000;
}

body.tema-awaiting-country-selection .tema-offer-banner,
body.tema-awaiting-country-selection .tema-product-offer-callout,
body.tema-awaiting-country-selection .tema-badge--offer,
body.tema-awaiting-country-selection .tema-product-service-note,
body.tema-awaiting-country-selection .tema-product-price,
body.tema-awaiting-country-selection .tema-product-price-block,
body.tema-awaiting-country-selection .tema-product-cta-stack {
  pointer-events: none;
  visibility: hidden;
}

body.tema-market-selector-modal-open.tema-has-fixed-header-stack::after,
body.modal-open:has(.tema-market-selector-modal.show).tema-has-fixed-header-stack::after {
  display: none !important;
}

@media (max-width: 767.98px) {
  .tema-market-selector-modal .modal-dialog {
    margin: 1rem;
    max-width: calc(100vw - 2rem);
  }

  .tema-market-selector-modal__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tema-market-selector-modal__intro {
    gap: 1rem;
    padding-bottom: 1.45rem;
  }

  .tema-market-selector-modal__intro .modal-title {
    font-size: clamp(1.85rem, 9.5vw, 2.8rem);
    max-width: 11ch;
  }

  .tema-market-selector-modal__form {
    padding-top: 1.45rem;
  }
}

.card,
.tema-panel,
.tema-product-info-card,
.tema-catalog-product-card,
.tema-catalog-filter-card,
.tema-product-rail,
.tema-page-hero,
.tema-brand-panel,
.tema-brand-bento,
.tema-demo-panel,
.tema-demo-bento {
  border: 1px solid var(--takai-line) !important;
  border-radius: var(--takai-radius) !important;
  box-shadow: none !important;
}

.tema-home-hero {
  min-height: clamp(560px, 76vh, 760px);
  display: grid;
  align-items: end;
  padding: clamp(7rem, 12vw, 11rem) 0 clamp(3.5rem, 6vw, 5rem);
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0.24) 58%, rgba(10, 10, 10, 0.08)),
    var(--takai-ink);
  overflow: hidden;
}

.tema-home-hero .container {
  position: relative;
  z-index: 2;
}

.tema-home-hero h1,
.tema-home-hero p,
.tema-home-hero .lead {
  color: #fff;
}

.tema-home-hero .lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
}

.tema-home-hero .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.tema-home-hero .btn-outline-light:hover,
.tema-home-hero .btn-outline-light:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--takai-ink);
}

.tema-brand-hero__panel,
.tema-demo-hero__panel {
  max-width: 760px;
}

.tema-brand-kicker,
.tema-demo-kicker,
.tema-eyebrow,
.tema-product-meta,
.tema-result-kicker,
.tema-experience__eyebrow {
  color: var(--takai-accent-dark) !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.tema-home-hero .tema-brand-kicker,
.tema-home-hero .tema-demo-kicker {
  color: rgba(255, 255, 255, 0.72) !important;
}

.tema-brand-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.tema-brand-proof span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  padding: 0.55rem 0.8rem;
}

.tema-brand-section,
.tema-demo-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.tema-brand-grid,
.tema-demo-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.tema-brand-asymmetric,
.tema-demo-asymmetric {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.tema-brand-panel,
.tema-brand-bento,
.tema-demo-panel,
.tema-demo-bento {
  background: var(--takai-surface);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.tema-brand-media,
.tema-demo-media {
  background: #ebe8df;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  min-height: 420px;
  overflow: hidden;
}

.tema-brand-media img,
.tema-demo-media img,
.tema-media-frame img,
.tema-product-gallery img,
.tema-catalog-product-card img {
  display: block;
  object-fit: contain !important;
}

.tema-brand-stat,
.tema-demo-stat {
  border-top: 1px solid var(--takai-line);
  padding-top: 1.25rem;
}

.tema-brand-stat strong,
.tema-demo-stat strong {
  display: block;
  font-size: clamp(1.65rem, 4vw, 3rem);
  font-weight: 650;
  line-height: 1;
}

.tema-brand-link-list,
.tema-demo-link-list {
  display: grid;
  gap: 0.75rem;
}

.tema-brand-link-list a,
.tema-demo-link-list a {
  align-items: center;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  display: flex;
  font-weight: 650;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  text-decoration: none;
  transition: background var(--takai-motion), color var(--takai-motion), transform var(--takai-motion);
}

.tema-brand-link-list a:hover,
.tema-brand-link-list a:focus-visible,
.tema-demo-link-list a:hover,
.tema-demo-link-list a:focus-visible {
  background: var(--takai-ink);
  color: #fff;
  transform: translateY(-1px);
}

.tema-home-v2 {
  background: var(--takai-soft);
  overflow: hidden;
}

.tema-home-v2-section {
  padding: clamp(3.25rem, 5vw, 5rem) 0;
}

.tema-home-v2-section--story {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 245, 241, 0)),
    var(--takai-soft);
}

.tema-home-v2-section--gesture,
.tema-home-v2-section--service {
  background: #fff;
}

.tema-home-v2-section--iconic {
  padding-top: clamp(3.5rem, 5.8vw, 5.75rem);
}

.tema-home-v2-section-head {
  max-width: 760px;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.tema-home-v2-story,
.tema-home-v2-iconic,
.tema-home-v2-service-grid,
.tema-home-v2-choice-hero__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.25rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.tema-home-v2-story {
  align-items: center;
}

.tema-home-v2-story__copy,
.tema-home-v2-iconic__content,
.tema-home-v2-service-copy {
  max-width: 620px;
}

.tema-home-v2-story--craft {
  align-items: stretch;
  gap: clamp(2.4rem, 6vw, 5.25rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
}

.tema-home-v2-craft-copy {
  align-self: center;
  max-width: 760px;
}

.tema-home-v2-craft-copy h2 {
  max-width: 11ch;
  text-wrap: balance;
}

.tema-home-v2-craft-copy .lead {
  max-width: 680px;
}

.tema-home-v2-craft-copy > p:not(.tema-brand-kicker) {
  max-width: 650px;
}

.tema-home-v2-craft-pillars {
  border-bottom: 1px solid var(--takai-line);
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(1.4rem, 3vw, 2rem) 0;
  max-width: 690px;
}

.tema-home-v2-craft-pillars span {
  color: var(--takai-ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding: 1rem 1.1rem;
  text-transform: uppercase;
}

.tema-home-v2-craft-pillars span + span {
  border-left: 1px solid var(--takai-line);
}

.tema-home-v2-craft-panel {
  align-self: stretch;
  background:
    radial-gradient(circle at 84% 12%, rgba(155, 122, 66, 0.22), transparent 34%),
    linear-gradient(145deg, #2a2621, #151413 64%);
  color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.tema-home-v2-craft-panel::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tema-home-v2-craft-panel__head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 1rem;
  padding: clamp(1.7rem, 3.4vw, 2.4rem);
}

.tema-home-v2-craft-panel__head span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tema-home-v2-craft-panel__head strong {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 0.98;
  text-wrap: balance;
}

.tema-home-v2-craft-panel__head p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin: 0;
  max-width: 34rem;
}

.tema-home-v2-craft-proof {
  display: grid;
  margin: 0;
}

.tema-home-v2-craft-proof > div {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1.25rem, 2.7vw, 1.8rem) clamp(1.7rem, 3.4vw, 2.4rem);
}

.tema-home-v2-craft-proof > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tema-home-v2-craft-proof dt {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
}

.tema-home-v2-craft-proof dd {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
  margin: 0;
}

.tema-home-v2-story__media,
.tema-home-v2-iconic__media,
.tema-home-v2-choice-hero__media {
  align-items: center;
  background: #ebe8df;
  border: 1px solid var(--takai-line);
  display: flex;
  justify-content: center;
  min-height: 440px;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3rem);
  position: relative;
}

.tema-home-v2-story__media img,
.tema-home-v2-iconic__media img,
.tema-home-v2-choice-hero__media img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.tema-home-v2-note {
  background: rgba(246, 245, 241, 0.96);
  border-top: 1px solid rgba(23, 23, 23, 0.1);
  bottom: 0;
  display: grid;
  gap: 0.35rem;
  left: 0;
  padding: 1rem 1.2rem;
  position: absolute;
  right: 0;
}

.tema-home-v2-note span,
.tema-home-v2-specs span,
.tema-home-v2-service-list span {
  color: var(--takai-accent-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tema-home-v2-note strong {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.tema-home-v2-gesture-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(1.75rem, 4vw, 2.6rem);
}

.tema-home-v2-gesture-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0)),
    #f7f6f2;
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0.8rem;
  grid-template-rows: auto auto 1fr;
  min-height: 220px;
  padding: clamp(1.5rem, 3vw, 2rem);
  transition: background-color var(--takai-motion), transform var(--takai-motion);
}

.tema-home-v2-gesture-card:hover,
.tema-home-v2-gesture-card:focus-within {
  background-color: #fff;
  transform: translateY(-2px);
}

.tema-home-v2-gesture-card span {
  color: var(--takai-accent-dark);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.tema-home-v2-gesture-card h3 {
  margin-bottom: 0;
  max-width: 14ch;
}

.tema-home-v2-gesture-card p {
  color: var(--takai-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.tema-home-v2-gesture-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.tema-home-v2-text-link {
  color: var(--takai-ink);
  display: inline-flex;
  font-weight: 650;
  text-decoration: none;
}

.tema-home-v2-text-link::after {
  content: "→";
  margin-left: 0.5rem;
  transition: transform var(--takai-motion);
}

.tema-home-v2-text-link:hover::after,
.tema-home-v2-text-link:focus-visible::after {
  transform: translateX(0.18rem);
}

.tema-home-v2-iconic {
  align-items: center;
  margin-bottom: clamp(1.6rem, 4vw, 2.4rem);
}

.tema-home-v2-iconic__media {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 38%),
    #e9e6dd;
  min-height: 520px;
}

.tema-home-v2-iconic__media img {
  width: min(660px, 100%);
}

.tema-home-v2-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tema-home-v2-specs span {
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  padding: 0.55rem 0.7rem;
}

.tema-home-v2-collections-head {
  display: block;
  margin-bottom: 1.15rem;
  max-width: 860px;
}

.tema-home-v2-collections-head .tema-brand-kicker,
.tema-home-v2-collections-head p {
  margin: 0;
}

.tema-home-v2-collections-head .tema-brand-kicker {
  margin-bottom: 0.8rem;
}

.tema-home-v2-collections-head > p:last-child {
  color: var(--takai-muted);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.55;
  max-width: 780px;
}

.tema-home-v2-collections {
  border-bottom: 1px solid var(--takai-line);
  border-top: 1px solid var(--takai-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tema-home-v2-collections a {
  align-content: space-between;
  display: grid;
  gap: 1.15rem;
  min-height: 184px;
  padding: clamp(1.2rem, 3vw, 1.7rem);
  text-decoration: none;
  transition: background var(--takai-motion), transform var(--takai-motion);
}

.tema-home-v2-collections a + a {
  border-left: 1px solid var(--takai-line);
}

.tema-home-v2-collections a:hover,
.tema-home-v2-collections a:focus-visible {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.tema-home-v2-collections span {
  color: var(--takai-accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tema-home-v2-collections strong {
  align-self: end;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 650;
  line-height: 1.22;
  max-width: 15rem;
}

.tema-home-v2-section--action {
  background: var(--takai-ink);
  color: #fff;
}

.tema-home-v2-action {
  align-items: stretch;
  display: grid;
  gap: clamp(2rem, 4vw, 3.2rem);
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.92fr);
}

.tema-home-v2-action h2,
.tema-home-v2-action p,
.tema-home-v2-action .lead {
  color: #fff;
}

.tema-home-v2-action .tema-brand-kicker {
  color: rgba(255, 255, 255, 0.68) !important;
}

.tema-home-v2-action__panel {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.tema-home-v2-action-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--takai-radius);
  color: #fff;
  display: grid;
  gap: 0.85rem;
  min-height: 15rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.tema-home-v2-action-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tema-home-v2-action-card strong {
  color: inherit;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.2;
}

.tema-home-v2-action-card em {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  line-height: 1.5;
}

.tema-home-v2-action-card--primary {
  background: #fff;
  border-color: #fff;
  color: var(--takai-ink);
}

.tema-home-v2-action-card--primary span,
.tema-home-v2-action-card--primary em {
  color: rgba(15, 15, 15, 0.62);
}

.tema-home-v2-action-card:hover,
.tema-home-v2-action-card:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.52);
  color: #fff;
  transform: translateY(-2px);
}

.tema-home-v2-action-card--primary:hover,
.tema-home-v2-action-card--primary:focus-visible {
  background: #f4eee6;
  border-color: #f4eee6;
  color: var(--takai-ink);
}

.tema-home-v2-action-card--primary:hover span,
.tema-home-v2-action-card--primary:focus-visible span,
.tema-home-v2-action-card--primary:hover em,
.tema-home-v2-action-card--primary:focus-visible em {
  color: rgba(15, 15, 15, 0.62);
}

.tema-home-v2-service-grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
}

.tema-home-v2-service-list {
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0;
}

.tema-home-v2-service-list span {
  border-bottom: 1px solid var(--takai-line);
  color: var(--takai-ink);
  font-size: 0.96rem;
  letter-spacing: 0;
  line-height: 1.35;
  padding: 1rem 0;
  text-transform: none;
}

.tema-home-v2-faq {
  background: #f7f6f2;
  border: 1px solid var(--takai-line);
  padding: clamp(1.4rem, 3vw, 2rem);
}

.tema-home-v2-faq details {
  border-top: 1px solid rgba(23, 23, 23, 0.1);
  padding: 1rem 0;
}

.tema-home-v2-faq details:last-of-type {
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}

.tema-home-v2-faq summary {
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}

.tema-home-v2-faq summary::-webkit-details-marker {
  display: none;
}

.tema-home-v2-faq p {
  color: var(--takai-muted);
  line-height: 1.55;
  margin: 0.75rem 0 0;
}

.tema-home-v2-newsletter {
  align-items: center;
  background: #fff;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  padding: clamp(1.65rem, 3.4vw, 2.35rem);
}

.tema-home-v2-section--newsletter {
  padding-bottom: clamp(2rem, 3.2vw, 3rem);
  padding-top: clamp(3.25rem, 5vw, 4.75rem);
}

.tema-home-v2-newsletter__form {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.tema-home-v2-newsletter__form .form-control {
  background: #f7f6f2;
  border-color: rgba(23, 23, 23, 0.12);
}

.tema-home-v2-choice-hero,
.tema-home-v2-choice-body {
  padding: clamp(3.25rem, 6vw, 5.5rem) 0;
}

.tema-home-v2-choice-hero {
  background: #fff;
}

.tema-home-v2-choice-hero__grid {
  align-items: center;
}

.tema-home-v2-choice-hero__media {
  min-height: 340px;
}

.tema-home-v2-choice-body {
  background: var(--takai-soft);
}

.tema-home-v2-choice-body .tema-choice-simulator {
  margin: 0;
}

.tema-page-shell {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.tema-page-hero {
  background: var(--takai-surface);
  padding: clamp(1.6rem, 4vw, 3rem);
}

.tema-page-hero__grid,
.tema-product-hero-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.tema-page-hero__metric {
  align-self: stretch;
  border-left: 1px solid var(--takai-line);
  padding-left: clamp(1.2rem, 3vw, 2rem);
}

.tema-catalog-product-card {
  background: var(--takai-surface);
  height: 100%;
  overflow: hidden;
  transition: transform var(--takai-motion), border-color var(--takai-motion);
}

.tema-catalog-product-card:hover {
  border-color: rgba(23, 23, 23, 0.22) !important;
  transform: translateY(-2px);
}

.tema-media-frame {
  background: #eeece5 !important;
}

.tema-filter-choice {
  background: #fff;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  margin: 0;
}

.tema-catalog-header {
  align-items: end;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.28fr);
  margin-bottom: clamp(1.5rem, 4vw, 2.8rem);
}

.tema-catalog-header h1 {
  font-size: clamp(2.15rem, 5vw, 4.75rem);
  line-height: 0.98;
  margin: 0 0 1rem;
  max-width: 11ch;
  text-wrap: balance;
}

.tema-catalog-header .lead {
  max-width: 680px;
}

.tema-catalog-count {
  background: var(--takai-surface);
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  padding: 1.1rem;
}

.tema-catalog-count span,
.tema-catalog-count small,
.tema-offer-banner__meta span,
.tema-product-reference,
.tema-product-price span {
  color: var(--takai-muted);
  display: block;
  font-size: 0.82rem;
}

.tema-catalog-count strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 650;
  line-height: 0.95;
}

.tema-offer-banner {
  background:
    linear-gradient(135deg, rgba(23, 23, 23, 0.94), rgba(54, 47, 36, 0.9)),
    var(--takai-ink);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--takai-radius);
  color: #fff;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  position: relative;
}

.tema-offer-banner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
}

.tema-offer-banner > * {
  position: relative;
  z-index: 1;
}

.tema-offer-banner__label,
.tema-badge {
  align-items: center;
  border-radius: var(--takai-radius);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.5rem 0.62rem;
  text-transform: uppercase;
}

.tema-offer-banner__label,
.tema-badge--offer {
  background: #d7b46a;
  color: #211b12;
}

.tema-badge--new {
  background: #ebe7dc;
  color: var(--takai-ink);
}

.tema-offer-banner h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  margin: 1rem 0 0.7rem;
  max-width: 720px;
}

.tema-offer-banner p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
}

.tema-offer-banner__actions {
  align-self: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: end;
  padding-left: clamp(1rem, 3vw, 2rem);
}

.tema-offer-banner__actions .btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.tema-offer-banner__actions .btn-outline-secondary:hover,
.tema-offer-banner__actions .btn-outline-secondary:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--takai-ink);
}

.tema-offer-banner__meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 0.2rem;
  margin-bottom: 0.35rem;
  padding-bottom: 0.9rem;
}

.tema-offer-banner__meta span {
  color: rgba(255, 255, 255, 0.72);
}

.tema-mobile-filters {
  background: var(--takai-surface);
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  display: none;
  margin-bottom: 1.25rem;
}

.tema-mobile-filters summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 1rem;
}

.tema-mobile-filters summary::-webkit-details-marker {
  display: none;
}

.tema-mobile-filters form {
  border-top: 1px solid var(--takai-line);
  padding: 1rem;
}

.tema-catalog-layout {
  align-items: start;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  grid-template-columns: minmax(220px, 0.24fr) minmax(0, 1fr);
}

.tema-catalog-sidebar {
  min-width: 0;
}

.tema-catalog-filter-card {
  background: var(--takai-surface);
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  padding: 1rem;
  position: sticky;
  top: calc(var(--tema-fixed-subheader-height, 0px) + var(--tema-fixed-header-height, 0px) + 1.5rem);
}

.tema-filter-card-head {
  align-items: baseline;
  border-bottom: 1px solid var(--takai-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
}

.tema-filter-card-head span,
.tema-filter-group legend,
.tema-filter-block .form-label {
  color: var(--takai-ink);
  font-size: 0.86rem;
  font-weight: 750;
}

.tema-filter-card-head small {
  color: var(--takai-muted);
}

.tema-filter-block,
.tema-filter-group {
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
}

.tema-filter-group {
  border-top: 1px solid var(--takai-line);
  padding-top: 1rem;
}

.tema-filter-group legend {
  float: none;
  margin-bottom: 0.7rem;
  width: auto;
}

.tema-filter-choice-list {
  display: grid;
  gap: 0.45rem;
}

.tema-filter-choice {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  padding: 0.7rem 0.75rem;
  transition: background var(--takai-motion), border-color var(--takai-motion), transform var(--takai-motion);
}

.tema-filter-choice:hover,
.tema-filter-choice:focus-within {
  background: #f8f6ef;
  border-color: rgba(23, 23, 23, 0.24);
  transform: translateY(-1px);
}

.tema-filter-choice .form-check-input {
  flex: 0 0 auto;
  margin: 0;
}

.tema-filter-actions {
  display: grid;
  gap: 0.55rem;
}

.tema-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tema-active-filters span {
  background: var(--takai-ink);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 650;
  padding: 0.45rem 0.7rem;
}

.tema-catalog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tema-catalog-product-card {
  background: var(--takai-surface);
  border: 1px solid var(--takai-line) !important;
  border-radius: var(--takai-radius) !important;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
}

.tema-catalog-product-card:hover {
  border-color: rgba(23, 23, 23, 0.28) !important;
}

.tema-catalog-product-card__media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #edeae1;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-catalog-product-card__media img {
  height: 100%;
  object-fit: contain !important;
  padding: clamp(0.8rem, 2vw, 1.4rem);
  transition: transform var(--takai-motion);
  width: 100%;
}

.tema-catalog-product-card:hover .tema-catalog-product-card__media img {
  transform: scale(1.025);
}

.tema-product-image-placeholder {
  background: linear-gradient(135deg, #f8f6ef, #ddd8c9);
  border: 1px solid var(--takai-line);
  display: block;
  height: 42%;
  transform: skewX(-18deg);
  width: 68%;
}

.tema-catalog-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.tema-card-badges,
.tema-product-kicker,
.tema-product-spec-row,
.tema-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tema-card-badges {
  min-height: 1.75rem;
}

.tema-product-kicker {
  color: var(--takai-accent-dark);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  margin: 0.85rem 0 0.45rem;
  text-transform: uppercase;
}

.tema-catalog-product-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.1;
  margin: 0 0 0.45rem;
  text-wrap: balance;
}

.tema-catalog-product-card h2 a {
  color: var(--takai-ink);
  text-decoration: none;
}

.tema-catalog-product-card p {
  color: var(--takai-muted);
  line-height: 1.55;
  margin: 0.85rem 0 1rem;
}

.tema-product-spec-row span {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  border-radius: 999px;
  color: var(--takai-ink);
  font-size: 0.78rem;
  font-weight: 650;
  padding: 0.38rem 0.58rem;
}

.tema-product-points {
  color: var(--takai-muted);
  font-size: 0.9rem;
  margin: 0 0 1.1rem;
  padding-left: 1rem;
}

.tema-product-points li + li {
  margin-top: 0.25rem;
}

.tema-catalog-product-card__footer {
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 1rem;
}

.tema-product-price strong {
  color: var(--takai-ink);
  display: block;
  font-size: 1.05rem;
}

.tema-card-actions .btn {
  flex: 1 1 11rem;
}

.tema-catalog-empty {
  background: var(--takai-surface);
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  padding: clamp(2rem, 5vw, 4rem);
}

.tema-catalog-empty h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 0.7rem;
}

.tema-catalog-empty p {
  color: var(--takai-muted);
  max-width: 560px;
}

.tema-partner-archive[data-offer-id]:not([data-offer-id="0"]) .tema-page-hero,
.tema-partner-archive[data-offer-id]:not([data-offer-id="0"]) .tema-partner-search-card {
  border-color: rgba(155, 122, 66, 0.34) !important;
}

.tema-partner-archive[data-offer-id]:not([data-offer-id="0"]) .tema-partner-card {
  background: #fff;
  border-color: rgba(155, 122, 66, 0.3);
}

.tema-partner-archive[data-offer-id]:not([data-offer-id="0"]) .tema-partner-card::before {
  background: #d7b46a;
  content: "Partenaire participant";
  display: block;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  padding: 0.55rem 1rem;
  text-transform: uppercase;
}

.tema-spec-table th,
.tema-spec-table td {
  border-color: var(--takai-line);
  padding-bottom: 0.95rem;
  padding-top: 0.95rem;
}

.tema-choice-simulator,
.tema-experience,
.tema-portal {
  color: var(--takai-ink);
}

.tema-livecanvas-page--warranty .tema-warranty {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: clamp(1.5rem, 3.5vw, 3.25rem);
}

.tema-choice-simulator__shell,
.tema-choice-simulator__card,
.tema-choice-simulator__result,
.tema-choice-simulator__summary,
.tema-choice-simulator__option,
.tema-warranty-card,
.tema-experience .tema-panel,
.tema-portal .tema-panel {
  background: var(--takai-surface) !important;
  border: 1px solid var(--takai-line) !important;
  border-radius: var(--takai-radius) !important;
  box-shadow: none !important;
}

.tema-choice-simulator__visual {
  background: #eeece5 !important;
  border-radius: 0 !important;
  overflow: hidden;
}

.tema-choice-simulator__entry-visual img,
.tema-choice-simulator__answer-visual img,
.tema-choice-simulator__question-visual img {
  object-fit: cover !important;
  padding: 0 !important;
}

.tema-choice-simulator__result-media .tema-choice-simulator__visual img {
  object-fit: contain !important;
  padding: clamp(1rem, 3vw, 2rem) !important;
}

.tema-warranty-card {
  align-items: stretch !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.tema-warranty-card__media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #f0eee7;
  display: flex;
  justify-content: center;
  min-height: 280px;
  overflow: hidden;
}

.tema-warranty-card__media img {
  height: 100%;
  object-fit: contain;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  width: 100%;
}

.tema-warranty-card__media span {
  color: var(--takai-muted);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tema-warranty-card__body {
  align-content: center;
  display: grid;
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
  padding-top: clamp(1.15rem, 2.4vw, 1.9rem);
}

.tema-warranty-card__topline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tema-warranty-status,
.tema-warranty-serial {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  min-height: 2.1rem;
  padding: 0 0.8rem;
  text-transform: uppercase;
}

.tema-warranty-card.is-active .tema-warranty-status {
  background: #e5f2ea;
  color: #1f6d42;
}

.tema-warranty-card.is-expired .tema-warranty-status {
  background: #f8e8df;
  color: #9a3b1f;
}

.tema-warranty-card.is-unknown .tema-warranty-status {
  background: #eceff2;
  color: #59616c;
}

.tema-warranty-serial {
  background: #f3f1eb;
  color: var(--takai-muted);
  font-variant-numeric: tabular-nums;
}

.tema-warranty-card h2 {
  font-size: clamp(2.7rem, 4.6vw, 4.8rem);
  line-height: 0.9;
  margin: 0;
  max-width: 100%;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.tema-warranty-card__body > p {
  color: var(--takai-muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.52;
  margin: 0;
  max-width: 58ch;
}

.tema-warranty-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.tema-warranty-facts div {
  border-top: 1px solid var(--takai-line);
  padding-top: 1rem;
}

.tema-warranty-facts div + div {
  border-left: 1px solid var(--takai-line);
  padding-left: clamp(1rem, 2.8vw, 2.25rem);
}

.tema-warranty-facts dt {
  color: var(--takai-muted);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tema-warranty-facts dd {
  color: var(--takai-ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 820;
  line-height: 1.05;
  margin: 0.45rem 0 0;
}

.tema-warranty-card__cta {
  align-items: center;
  background: var(--takai-ink);
  color: #fff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 820;
  gap: 1rem;
  justify-content: space-between;
  min-height: 3.4rem;
  padding: 0 0.45rem 0 1.15rem;
  text-decoration: none;
  transition: background-color 420ms cubic-bezier(0.32, 0.72, 0, 1), transform 420ms cubic-bezier(0.32, 0.72, 0, 1);
  width: fit-content;
}

.tema-warranty-card__cta:hover,
.tema-warranty-card__cta:focus-visible {
  background: #2b2a27;
  color: #fff;
  transform: translateY(-1px);
}

.tema-warranty-card__cta span[aria-hidden="true"] {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

.tema-warranty-card--unknown {
  display: block;
  justify-self: stretch;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  width: 100%;
}

.tema-warranty-card--unknown .tema-warranty-card__body {
  max-width: 720px;
}

.tema-warranty-card--unknown h2 {
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 0.98;
  max-width: 15ch;
}

.tema-warranty-unknown-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tema-warranty-unknown-actions button,
.tema-warranty-unknown-actions a {
  align-items: center;
  background: transparent;
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 820;
  min-height: 3.2rem;
  padding: 0 1rem;
  text-decoration: none;
  transition: background-color 420ms cubic-bezier(0.32, 0.72, 0, 1), color 420ms cubic-bezier(0.32, 0.72, 0, 1), transform 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.tema-warranty-unknown-actions a {
  background: var(--takai-ink);
  border-color: var(--takai-ink);
  color: #fff;
}

.tema-warranty-unknown-actions button:hover,
.tema-warranty-unknown-actions button:focus-visible,
.tema-warranty-unknown-actions a:hover,
.tema-warranty-unknown-actions a:focus-visible {
  transform: translateY(-1px);
}

.tema-choice-simulator__visual--placeholder,
.tema-choice-simulator__visual--empty {
  min-height: 0;
}

.tema-choice-simulator__visual--placeholder span,
.tema-choice-simulator__visual--placeholder small,
.tema-choice-simulator__visual--empty span,
.tema-choice-simulator__visual--empty small {
  display: none !important;
}

.tema-experience input,
.tema-experience select,
.tema-experience textarea,
.tema-portal input,
.tema-portal select,
.tema-portal textarea {
  background: #fff !important;
  border: 1px solid var(--takai-line) !important;
  color: var(--takai-ink) !important;
}

.tema-sample-serials,
.tema-demo-serials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tema-sample-serials button,
.tema-demo-serials button {
  background: #fff !important;
  border: 1px solid var(--takai-line) !important;
  color: var(--takai-ink) !important;
}

.site-footer,
.tema-site-footer,
.tema-footer-main,
.tema-footer-bottom {
  background: #241f1b !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.tema-site-footer h2,
.tema-site-footer h3,
.tema-site-footer h4,
.tema-footer-main h2,
.tema-footer-main h3,
.tema-footer-main h4,
.tema-footer-bottom h2,
.tema-footer-bottom h3,
.tema-footer-bottom h4 {
  color: #fff !important;
}

.tema-site-footer a,
.tema-footer-main a,
.tema-footer-bottom a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.tema-site-footer .text-muted,
.tema-footer-main .text-muted,
.tema-footer-bottom,
.tema-footer-bottom .text-muted {
  color: rgba(255, 255, 255, 0.62) !important;
}

.tema-takai-footer {
  --takai-footer-bg: #211d1a;
  --takai-footer-bg-deep: #181411;
  --takai-footer-panel: rgba(255, 250, 244, 0.045);
  --takai-footer-line: rgba(255, 250, 244, 0.12);
  --takai-footer-ink: #fffaf5;
  --takai-footer-muted: rgba(255, 250, 244, 0.68);
  --takai-footer-soft: rgba(255, 250, 244, 0.48);
  background:
    radial-gradient(circle at 20% 0%, rgba(166, 122, 82, 0.16), transparent 32rem),
    linear-gradient(180deg, var(--takai-footer-bg), var(--takai-footer-bg-deep));
  color: var(--takai-footer-muted);
}

.tema-takai-footer a {
  color: var(--takai-footer-ink) !important;
  text-decoration: none;
}

.tema-site-footer .tema-takai-footer a {
  color: var(--takai-footer-ink) !important;
}

.tema-takai-footer a:focus-visible {
  outline: 2px solid rgba(255, 250, 244, 0.78);
  outline-offset: 4px;
}

.tema-takai-footer__main,
.tema-takai-footer__ecosystem,
.tema-takai-footer__bottom {
  border-top: 1px solid var(--takai-footer-line);
}

.tema-takai-footer__ecosystem-head h2 {
  color: var(--takai-footer-ink);
  font-size: clamp(2rem, 4vw, 4.2rem);
  letter-spacing: -0.03em;
  line-height: 0.94;
  margin: 0;
  text-wrap: balance;
}

.tema-takai-footer__column summary,
.tema-takai-footer__ecosystem-card > span,
.tema-takai-footer__baseline,
.tema-takai-footer__service-badge {
  color: var(--takai-footer-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tema-takai-footer__brand p,
.tema-takai-footer__column p,
.tema-takai-footer__ecosystem-head p,
.tema-takai-footer__ecosystem-card p,
.tema-takai-footer__bottom p {
  color: var(--takai-footer-muted);
  line-height: 1.55;
  margin: 0;
}

.tema-takai-footer__main {
  padding: clamp(3rem, 5vw, 4.4rem) 0;
}

.tema-takai-footer__main-grid {
  display: grid;
  gap: clamp(3rem, 6vw, 6rem);
  grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 2.4fr);
}

.tema-takai-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 24rem;
}

.tema-takai-footer__brand img {
  display: block;
  height: auto;
  max-width: 9.5rem;
}

.tema-takai-footer__service-badge {
  border-left: 2px solid rgba(209, 36, 30, 0.9);
  margin-top: 0.25rem;
  padding-left: 0.85rem;
}

.tema-takai-footer__service-copy {
  color: var(--takai-footer-soft) !important;
  font-size: 0.92rem;
}

.tema-takai-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.5rem;
}

.tema-takai-footer__socials a {
  border-bottom: 1px solid rgba(255, 250, 244, 0.28);
  color: var(--takai-footer-muted) !important;
  font-weight: 700;
  padding-bottom: 0.2rem;
  transition: border-color 220ms cubic-bezier(0.22, 1, 0.36, 1), color 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tema-takai-footer__socials a:hover,
.tema-takai-footer__socials a:focus-visible {
  border-color: var(--takai-footer-ink);
  color: var(--takai-footer-ink) !important;
}

.tema-takai-footer__nav-grid {
  display: grid;
  gap: clamp(1.35rem, 2.6vw, 2.25rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tema-takai-footer__column {
  min-width: 0;
}

.tema-takai-footer__column summary {
  align-items: flex-start;
  cursor: default;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 1rem;
}

.tema-takai-footer__column summary::-webkit-details-marker {
  display: none;
}

.tema-takai-footer__column summary span:last-child {
  color: var(--takai-footer-soft);
  display: none;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.tema-takai-footer__column p {
  color: var(--takai-footer-soft);
  font-size: 0.84rem;
  line-height: 1.52;
  margin-bottom: 1.15rem;
}

.tema-takai-footer__column ul {
  display: grid;
  gap: 0.62rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tema-takai-footer__column a {
  color: var(--takai-footer-muted) !important;
  font-size: 0.9rem;
  line-height: 1.35;
  transition: color 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tema-takai-footer__column a:hover,
.tema-takai-footer__column a:focus-visible {
  color: var(--takai-footer-ink) !important;
  transform: translateX(2px);
}

.tema-takai-footer__ecosystem {
  padding: clamp(2.2rem, 4vw, 3.4rem) 0;
}

.tema-takai-footer__ecosystem-head {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.45fr);
  margin-bottom: 1.25rem;
}

.tema-takai-footer__ecosystem-head h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.3rem);
  letter-spacing: -0.02em;
  line-height: 1;
  max-width: 15ch;
}

.tema-takai-footer__ecosystem-head p {
  color: var(--takai-footer-soft);
  font-size: 0.86rem;
  justify-self: end;
}

.tema-takai-footer__ecosystem-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--takai-footer-line);
  border: 1px solid var(--takai-footer-line);
}

.tema-takai-footer__ecosystem-card {
  background: rgba(255, 250, 244, 0.028);
  display: grid;
  gap: 0.65rem;
  min-height: 8.4rem;
  padding: 1.15rem 1.25rem;
  transition: background-color 240ms cubic-bezier(0.22, 1, 0.36, 1), transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tema-takai-footer__ecosystem-card:hover,
.tema-takai-footer__ecosystem-card:focus-visible {
  background: rgba(255, 250, 244, 0.07);
  transform: translateY(-2px);
}

.tema-takai-footer__ecosystem-card p {
  font-size: 0.84rem;
  line-height: 1.48;
}

.tema-takai-footer__ecosystem-card strong {
  align-self: end;
  color: var(--takai-footer-ink);
  font-size: 0.78rem;
}

.tema-takai-footer__bottom {
  padding: 1.2rem 0;
}

.tema-takai-footer__bottom-grid {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.tema-takai-footer__bottom p,
.tema-takai-footer__bottom a {
  color: var(--takai-footer-soft) !important;
  font-size: 0.82rem;
}

.tema-takai-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: end;
}

.tema-takai-footer__market {
  justify-self: center;
}

@media (min-width: 768px) {
  .tema-takai-footer__column > p {
    display: block !important;
  }

  .tema-takai-footer__column > ul {
    display: grid !important;
  }
}

@media (min-width: 992px) {
  .tema-takai-footer__column summary {
    min-height: 2.3rem;
  }

  .tema-takai-footer__column > p {
    min-height: 4.8rem;
  }
}

@media (max-width: 991.98px) {
  #wrapper-navbar .tema-header-layout {
    gap: 0.8rem !important;
    grid-template-columns: 1fr !important;
    min-height: auto;
    padding: 0.85rem 0 0.75rem !important;
  }

  #wrapper-navbar .tema-header-zone--1,
  #wrapper-navbar .tema-header-zone--2,
  #wrapper-navbar .tema-header-zone--3 {
    justify-content: center !important;
  }

  #wrapper-navbar .tema-menu-widget {
    overflow-x: auto;
    width: 100%;
  }

  #wrapper-navbar .tema-menu-list {
    flex-wrap: nowrap !important;
    gap: 1.2rem !important;
    justify-content: flex-start !important;
    margin: 0 auto;
    max-width: max-content;
    padding: 0.15rem 0.2rem 0.45rem !important;
  }

  #wrapper-topbar .tema-header-layout {
    gap: 1rem !important;
  }

  #wrapper-topbar .tema-menu-widget {
    min-width: max-content;
  }

  .tema-brand-grid,
  .tema-demo-grid,
  .tema-brand-asymmetric,
  .tema-demo-asymmetric,
  .tema-home-v2-story,
  .tema-home-v2-iconic,
  .tema-home-v2-action,
  .tema-home-v2-service-grid,
  .tema-home-v2-newsletter,
  .tema-home-v2-collections-head,
  .tema-home-v2-choice-hero__grid,
  .tema-page-hero__grid,
  .tema-product-hero-grid {
    grid-template-columns: 1fr;
  }

  .tema-home-v2-gesture-grid,
  .tema-home-v2-collections {
    grid-template-columns: 1fr;
  }

  .tema-home-v2-collections a + a {
    border-left: 0;
    border-top: 1px solid var(--takai-line);
  }

  .tema-home-v2-action__panel {
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .tema-home-v2-action-card {
    min-height: auto;
  }

  .tema-takai-footer__main-grid,
  .tema-takai-footer__ecosystem-head,
  .tema-takai-footer__bottom-grid {
    grid-template-columns: 1fr;
  }

  .tema-takai-footer__ecosystem-grid {
    grid-template-columns: 1fr;
  }

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

  .tema-takai-footer__market,
  .tema-takai-footer__bottom nav {
    justify-self: start;
    justify-content: start;
  }

  .tema-home-v2-newsletter__form {
    grid-template-columns: 1fr;
  }

  .tema-page-hero__metric {
    border-left: 0;
    border-top: 1px solid var(--takai-line);
    padding-left: 0;
    padding-top: 1.25rem;
  }

  .tema-catalog-header,
  .tema-offer-banner,
  .tema-catalog-layout {
    grid-template-columns: 1fr;
  }

  .tema-catalog-sidebar {
    display: none;
  }

  .tema-mobile-filters {
    display: block;
  }

  .tema-offer-banner__actions {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 0;
    padding-top: 1rem;
  }

  .tema-catalog-grid {
    grid-template-columns: 1fr;
  }

  .tema-home-hero {
    min-height: 620px;
  }
}

@media (max-width: 767.98px) {
  .tema-home-v2-craft-pillars {
    grid-template-columns: 1fr;
  }

  .tema-home-v2-craft-pillars span + span {
    border-left: 0;
    border-top: 1px solid var(--takai-line);
  }

  .tema-takai-footer__nav-grid {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .tema-takai-footer__column {
    border-top: 1px solid var(--takai-footer-line);
  }

  .tema-takai-footer__column:last-child {
    border-bottom: 1px solid var(--takai-footer-line);
  }

  .tema-takai-footer__column summary {
    cursor: pointer;
    margin: 0;
    padding: 1.05rem 0;
  }

  .tema-takai-footer__column summary span:last-child {
    display: block;
  }

  .tema-takai-footer__column:not([open]) > p,
  .tema-takai-footer__column:not([open]) > ul {
    display: none;
  }

  .tema-takai-footer__column[open] > p {
    display: block;
  }

  .tema-takai-footer__column[open] > ul {
    display: grid;
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .tema-home-hero {
    background-position: center, center 0 !important;
    background-size: cover, 360px auto !important;
    min-height: 590px;
    padding-top: 6rem;
  }

  .tema-brand-section,
  .tema-demo-section,
  .tema-home-v2-section,
  .tema-home-v2-choice-hero,
  .tema-home-v2-choice-body {
    padding: 3.5rem 0;
  }

  .tema-home-v2-story__media,
  .tema-home-v2-iconic__media,
  .tema-home-v2-choice-hero__media {
    align-items: stretch;
    flex-direction: column;
    min-height: 280px;
    padding: 1.25rem;
  }

  .tema-home-v2-story__media img,
  .tema-home-v2-iconic__media img,
  .tema-home-v2-choice-hero__media img {
    align-self: center;
  }

  .tema-home-v2-note {
    position: static;
    width: 100%;
  }

  .tema-home-v2-gesture-card,
  .tema-home-v2-collections a {
    min-height: auto;
  }

  .tema-home-v2-craft-panel__head,
  .tema-home-v2-craft-proof > div {
    padding: 1.25rem;
  }

  .tema-takai-footer__main,
  .tema-takai-footer__ecosystem {
    padding: 2.6rem 0;
  }

  .tema-takai-footer__ecosystem-head h2 {
    font-size: clamp(1.6rem, 8vw, 2.15rem);
  }

  .tema-takai-footer__nav-grid {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .tema-takai-footer__column {
    border-top: 1px solid var(--takai-footer-line);
  }

  .tema-takai-footer__column:last-child {
    border-bottom: 1px solid var(--takai-footer-line);
  }

  .tema-takai-footer__column summary {
    cursor: pointer;
    margin: 0;
    padding: 1.05rem 0;
  }

  .tema-takai-footer__column summary span:last-child {
    display: block;
  }

  .tema-takai-footer__column:not([open]) > p,
  .tema-takai-footer__column:not([open]) > ul {
    display: none;
  }

  .tema-takai-footer__column[open] > p {
    display: block;
  }

  .tema-takai-footer__column[open] > ul {
    display: grid;
    padding-bottom: 1.2rem;
  }

  .tema-takai-footer__ecosystem-card {
    min-height: auto;
    padding: 1.2rem;
  }

  .tema-home-v2-gesture-card span {
    margin-bottom: 0.35rem;
  }

  .tema-home-hero .tema-brand-proof {
    display: none;
  }
}

/* Catalogue Takai - commerce editorial */
.tema-catalog-shell {
  --tema-catalog-sticky-top: calc(var(--tema-fixed-subheader-height, 0px) + var(--tema-fixed-header-height, 0px));
  background: var(--takai-soft);
}

.tema-catalog-archive {
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(1.25rem, 2.6vw, 2.65rem);
}

.tema-catalog-header {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: clamp(1.45rem, 3vw, 2.2rem);
}

.tema-catalog-breadcrumb {
  align-items: center;
  color: var(--takai-muted);
  display: flex;
  font-size: 0.82rem;
  gap: 0.55rem;
  grid-column: 1 / -1;
}

.tema-catalog-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.tema-catalog-breadcrumb a:hover,
.tema-catalog-breadcrumb a:focus-visible {
  color: var(--takai-ink);
}

.tema-catalog-breadcrumb span::before {
  content: "/";
  margin-right: 0.55rem;
  opacity: 0.45;
}

.tema-catalog-header h1 {
  font-size: clamp(2.6rem, 6vw, 6.05rem);
  line-height: 1.01;
  margin: 0;
  max-width: 960px;
  text-wrap: balance;
}

.tema-offer-banner {
  background: #171614;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #fff;
  display: grid;
  gap: clamp(1.3rem, 3vw, 2.25rem);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.3fr);
  margin-bottom: clamp(1rem, 2.4vw, 1.8rem);
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
}

.tema-offer-banner::before {
  background: radial-gradient(circle at 82% 12%, rgba(215, 180, 106, 0.18), transparent 28rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.tema-offer-banner > * {
  position: relative;
  z-index: 1;
}

.tema-offer-banner__label,
.tema-badge {
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.45rem 0.52rem;
  text-transform: uppercase;
}

.tema-offer-banner__label,
.tema-badge--offer {
  background: #d7b46a;
  color: #211b12;
}

.tema-badge--new,
.tema-badge--personalizable,
.tema-badge--lefty {
  background: #ece8de;
  color: var(--takai-ink);
}

.tema-offer-banner h2 {
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 1.02;
  margin: 0.85rem 0 0.55rem;
  max-width: 780px;
}

.tema-offer-banner p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.tema-offer-banner__actions {
  align-self: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  justify-content: end;
  padding-left: clamp(1rem, 2.4vw, 1.6rem);
}

.tema-offer-banner__actions .btn {
  justify-content: center;
  white-space: nowrap;
  width: 100%;
}

.tema-offer-banner__actions .btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.tema-offer-banner__actions .btn-outline-secondary:hover,
.tema-offer-banner__actions .btn-outline-secondary:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--takai-ink);
}

.tema-catalog-toolbar {
  align-items: center;
  background: var(--takai-soft);
  border-bottom: 1px solid var(--takai-line);
  border-top: 1px solid var(--takai-header-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.15rem;
  padding: 0.8rem 0;
  position: sticky;
  top: var(--tema-catalog-sticky-top);
  z-index: 15;
}

.tema-catalog-toolbar__main,
.tema-catalog-toolbar__actions,
.tema-catalog-sort-form,
.tema-active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tema-catalog-toolbar__main {
  flex: 1 1 auto;
}

.tema-catalog-toolbar__actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.tema-catalog-result-count {
  align-items: baseline;
  display: flex;
  gap: 0.35rem;
  margin: 0;
  white-space: nowrap;
}

.tema-catalog-result-count strong {
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.tema-catalog-result-count span,
.tema-catalog-result-count small,
.tema-catalog-reset {
  color: var(--takai-muted);
  font-size: 0.88rem;
}

.tema-catalog-result-count small {
  border-left: 1px solid var(--takai-line);
  font-size: 0.8rem;
  margin-left: 0.25rem;
  padding-left: 0.6rem;
}

.tema-active-filters {
  margin: 0;
}

.tema-active-filters a {
  background: var(--takai-ink);
  border: 1px solid var(--takai-ink);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 650;
  padding: 0.42rem 0.68rem;
  text-decoration: none;
}

.tema-active-filters a span {
  margin-left: 0.3rem;
  opacity: 0.68;
}

.tema-catalog-reset {
  text-decoration: none;
}

.tema-catalog-filter-toggle {
  background: #fff;
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  font-size: 0.86rem;
  font-weight: 650;
  padding: 0.56rem 0.75rem;
}

.tema-catalog-filter-toggle__mobile {
  display: none;
}

.tema-catalog-sort-form .form-select {
  min-width: 12.5rem;
}

.tema-catalog-sort-form .btn {
  display: none;
}

.tema-mobile-filters {
  background: #fff;
  border: 1px solid var(--takai-line);
  border-radius: 4px;
  display: none;
  margin-bottom: 1rem;
}

.tema-mobile-filters summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  padding: 1rem;
}

.tema-mobile-filters summary::-webkit-details-marker {
  display: none;
}

.tema-mobile-filters summary span {
  color: var(--takai-accent-dark);
  font-variant-numeric: tabular-nums;
}

.tema-mobile-filters form {
  border-top: 1px solid var(--takai-line);
  padding: 1rem;
}

.tema-catalog-layout {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: minmax(245px, 280px) minmax(0, 1fr);
}

.tema-catalog-layout--filters-hidden {
  grid-template-columns: minmax(0, 1fr);
}

.tema-catalog-layout--filters-hidden .tema-catalog-sidebar {
  display: none;
}

.tema-catalog-filter-card {
  background: #fff;
  border: 1px solid var(--takai-line) !important;
  border-radius: 4px !important;
  padding: 1rem;
  position: sticky;
  top: calc(var(--tema-catalog-sticky-top) + 5rem);
}

.tema-filter-card-head {
  align-items: baseline;
  border-bottom: 1px solid var(--takai-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
}

.tema-filter-card-head span,
.tema-filter-group legend,
.tema-filter-block .form-label {
  color: var(--takai-ink);
  font-size: 0.82rem;
  font-weight: 760;
}

.tema-filter-card-head small {
  color: var(--takai-muted);
  font-size: 0.78rem;
}

.tema-filter-block,
.tema-filter-group {
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
}

.tema-filter-group {
  border-top: 1px solid var(--takai-line);
  padding-top: 0.95rem;
}

.tema-filter-group legend {
  float: none;
  letter-spacing: 0;
  margin-bottom: 0.65rem;
  width: auto;
}

.tema-filter-choice-list,
.tema-filter-chip-list {
  display: grid;
  gap: 0.44rem;
}

.tema-filter-chip-list,
.tema-filter-group--chips .tema-filter-choice-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tema-filter-choice,
.tema-filter-chip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--takai-line);
  border-radius: 4px;
  color: var(--takai-ink);
  cursor: pointer;
  display: flex;
  gap: 0.55rem;
  line-height: 1.25;
  margin: 0;
  min-height: 2.55rem;
  padding: 0.64rem 0.68rem;
  position: relative;
  transition:
    background-color var(--takai-motion),
    border-color var(--takai-motion),
    color var(--takai-motion),
    transform var(--takai-motion);
}

.tema-filter-chip input {
  inset: 0;
  opacity: 0;
  position: absolute;
}

.tema-filter-choice:hover,
.tema-filter-choice:focus-within,
.tema-filter-chip:hover,
.tema-filter-chip:focus-within {
  border-color: rgba(23, 23, 23, 0.28);
  transform: translateY(-1px);
}

.tema-filter-choice:has(input:checked),
.tema-filter-chip:has(input:checked) {
  background: var(--takai-ink);
  border-color: var(--takai-ink);
  color: #fff;
}

.tema-filter-choice .form-check-input {
  flex: 0 0 auto;
  margin: 0;
}

.tema-filter-chip span,
.tema-filter-choice span {
  font-size: 0.84rem;
  font-weight: 620;
}

.tema-filter-advanced {
  border-top: 1px solid var(--takai-line);
  margin-top: 0.9rem;
  padding-top: 0.85rem;
}

.tema-filter-advanced summary {
  color: var(--takai-muted);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 680;
  list-style: none;
}

.tema-filter-advanced summary::-webkit-details-marker {
  display: none;
}

.tema-filter-advanced summary::after {
  content: "+";
  float: right;
}

.tema-filter-advanced[open] summary::after {
  content: "–";
}

.tema-filter-advanced .tema-filter-group:first-of-type {
  margin-top: 0.72rem;
}

.tema-filter-advanced .tema-filter-group {
  border-top: 0;
  padding-top: 0;
}

.tema-filter-actions {
  display: grid;
  gap: 0.55rem;
}

.tema-catalog-grid-region {
  min-height: 18rem;
  position: relative;
}

.tema-catalog-shell.is-catalog-loading .tema-catalog-grid-region {
  opacity: 0.52;
  pointer-events: none;
}

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

.tema-catalog-layout--filters-hidden .tema-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tema-catalog-product-card {
  background: #fff;
  border: 1px solid var(--takai-line) !important;
  border-radius: 4px !important;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  transition:
    border-color var(--takai-motion),
    transform var(--takai-motion);
}

.tema-catalog-product-card:hover {
  border-color: rgba(23, 23, 23, 0.26) !important;
  transform: translateY(-2px);
}

.tema-catalog-product-card__media {
  align-items: center;
  aspect-ratio: 1.12 / 1;
  background: #ece9df;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-catalog-product-card__media img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain !important;
  padding: clamp(0.85rem, 2vw, 1.35rem);
  transition: transform var(--takai-motion);
  width: 100%;
}

.tema-catalog-product-card:hover .tema-catalog-product-card__media img {
  transform: scale(1.025);
}

.tema-product-image-placeholder {
  background: linear-gradient(135deg, #f8f6ef, #ddd8c9);
  border: 1px solid var(--takai-line);
  display: block;
  height: 38%;
  transform: skewX(-18deg);
  width: 68%;
}

.tema-catalog-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.tema-card-badges,
.tema-product-kicker,
.tema-product-spec-row,
.tema-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.tema-card-badges {
  margin-bottom: 0.75rem;
  min-height: 0;
}

.tema-product-kicker {
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin: 0 0 0.48rem;
  text-transform: uppercase;
}

.tema-catalog-product-card h2 {
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  line-height: 1.08;
  margin: 0 0 0.52rem;
  text-wrap: balance;
}

.tema-catalog-product-card h2 a {
  color: var(--takai-ink);
  text-decoration: none;
}

.tema-catalog-product-card p {
  color: var(--takai-muted);
  font-size: 0.94rem;
  line-height: 1.52;
  margin: 0.35rem 0 0.95rem;
}

.tema-product-spec-row {
  margin-bottom: 0.9rem;
}

.tema-product-spec-row span {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  border-radius: 2px;
  color: var(--takai-ink);
  font-size: 0.72rem;
  font-weight: 680;
  padding: 0.35rem 0.48rem;
}

.tema-product-points {
  color: var(--takai-muted);
  font-size: 0.88rem;
  margin: 0 0 1.05rem;
  padding-left: 1rem;
}

.tema-product-points li + li {
  margin-top: 0.25rem;
}

.tema-catalog-product-card__footer {
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 0.95rem;
}

.tema-product-price span {
  color: var(--takai-muted);
  display: block;
  font-size: 0.78rem;
}

.tema-product-price strong {
  color: var(--takai-ink);
  display: block;
  font-size: 1rem;
}

.tema-card-actions .btn {
  justify-content: center;
  width: 100%;
}

.tema-service-promise {
  color: var(--takai-ink);
}

.tema-service-promise--micro {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  min-height: 2rem;
}

.tema-service-promise--micro .tema-service-promise__count {
  align-items: center;
  background: var(--takai-ink);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 780;
  height: 1.75rem;
  justify-content: center;
  line-height: 1;
  min-width: 1.75rem;
}

.tema-service-promise--micro span:last-child {
  color: var(--takai-muted);
  font-size: 0.82rem;
  font-weight: 680;
  line-height: 1.2;
}

.tema-service-promise--compact {
  background: #f0eee7;
  display: block;
  padding: 0.95rem 1.05rem;
}

.tema-service-promise--compact strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
}

.tema-service-promise--compact p {
  color: var(--takai-muted);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0.35rem 0 0;
}

.tema-service-promise--compact a {
  color: var(--takai-ink);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  margin-top: 0.5rem;
  text-decoration: none;
}

.tema-service-promise--compact a::after {
  content: "→";
  margin-left: 0.4rem;
}

.tema-catalog-empty {
  background: #fff;
  border: 1px solid var(--takai-line);
  border-radius: 4px;
  padding: clamp(2rem, 5vw, 4rem);
}

.tema-catalog-empty h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin-bottom: 0.7rem;
}

.tema-catalog-empty p {
  color: var(--takai-muted);
  max-width: 560px;
}

.tema-catalog-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.tema-catalog-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.tema-catalog-page-links {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.tema-catalog-page-links a {
  align-items: center;
  border: 1px solid var(--takai-line);
  border-radius: 2px;
  display: inline-flex;
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  height: 2.35rem;
  justify-content: center;
  min-width: 2.35rem;
  text-decoration: none;
}

.tema-catalog-page-links a.is-current {
  background: var(--takai-ink);
  border-color: var(--takai-ink);
  color: #fff;
}

.tema-catalog-guidance {
  align-items: start;
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: clamp(2rem, 4.5vw, 4.25rem);
  grid-template-columns: minmax(540px, 0.48fr) minmax(0, 1fr);
  margin-top: clamp(2.4rem, 4.8vw, 4rem);
  padding-top: clamp(1.65rem, 3.2vw, 2.6rem);
}

.tema-catalog-guidance__intro {
  padding-top: 0.15rem;
}

.tema-catalog-guidance h2 {
  font-size: clamp(1.85rem, 3vw, 3.05rem);
  line-height: 1.02;
  margin: 0 0 0.9rem;
  max-width: 18ch;
  text-wrap: balance;
}

.tema-catalog-guidance p:not(.tema-brand-kicker) {
  color: var(--takai-muted);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.56;
  margin: 0;
}

.tema-catalog-guidance__actions {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, 1fr));
}

.tema-catalog-guidance-card {
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.08);
  color: var(--takai-ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(7.5rem, 10vw, 8.75rem);
  padding: clamp(1.05rem, 1.8vw, 1.38rem);
  text-decoration: none;
  transition:
    background-color var(--takai-motion),
    border-color var(--takai-motion),
    color var(--takai-motion),
    transform var(--takai-motion);
}

.tema-catalog-guidance-card span {
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin-bottom: clamp(0.9rem, 2vw, 1.55rem);
  text-transform: uppercase;
}

.tema-catalog-guidance-card strong {
  display: block;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.12;
  margin-bottom: 0.55rem;
  text-wrap: balance;
}

.tema-catalog-guidance-card em {
  color: var(--takai-muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.45;
}

.tema-catalog-guidance-card:hover,
.tema-catalog-guidance-card:focus-visible {
  background: #fff;
  border-color: rgba(23, 23, 23, 0.18);
  transform: translateY(-2px);
}

@media (max-width: 1399.98px) {
  .tema-catalog-layout--filters-hidden .tema-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .tema-catalog-grid,
  .tema-catalog-layout--filters-hidden .tema-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .tema-catalog-header,
  .tema-offer-banner,
  .tema-catalog-layout,
  .tema-catalog-guidance {
    grid-template-columns: 1fr;
  }

  .tema-offer-banner__actions {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 0;
    padding-top: 1rem;
  }

  .tema-catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
    top: var(--tema-catalog-sticky-top);
  }

  .tema-catalog-toolbar__actions,
  .tema-catalog-sort-form {
    justify-content: stretch;
    width: 100%;
  }

  .tema-catalog-filter-toggle,
  .tema-catalog-sort-form .form-select {
    flex: 1 1 0;
    min-width: 0;
  }

  .tema-catalog-filter-toggle__desktop {
    display: none;
  }

  .tema-catalog-filter-toggle__mobile {
    display: inline;
  }

  .tema-catalog-sidebar {
    display: none;
  }

  .tema-mobile-filters {
    display: block;
  }

  .tema-catalog-guidance h2,
  .tema-catalog-guidance p:not(.tema-brand-kicker) {
    max-width: none;
  }

  .tema-catalog-guidance__actions {
    grid-template-columns: 1fr;
  }

  .tema-catalog-guidance-card {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .tema-catalog-archive {
    padding-top: 1.25rem;
  }

  .tema-catalog-header h1 {
    font-size: clamp(2.15rem, 13vw, 3.35rem);
    line-height: 1.04;
  }

  .tema-catalog-grid,
  .tema-catalog-layout--filters-hidden .tema-catalog-grid,
  .tema-filter-chip-list,
  .tema-filter-group--chips .tema-filter-choice-list {
    grid-template-columns: 1fr;
  }

  .tema-catalog-toolbar {
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }

  .tema-catalog-toolbar__main,
  .tema-catalog-toolbar__actions {
    align-items: stretch;
  }

  .tema-catalog-sort-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tema-catalog-filter-toggle {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  #wrapper-topbar .tema-header-layout {
    grid-template-columns: 1fr !important;
    row-gap: 0.34rem !important;
  }

  #wrapper-topbar .tema-header-zone--2 {
    justify-content: flex-start !important;
    max-width: 100%;
    overflow: hidden;
  }

  #wrapper-topbar .tema-menu-list {
    flex-wrap: nowrap !important;
    gap: 0.95rem !important;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  #wrapper-topbar .menu-item,
  #wrapper-navbar .menu-item {
    flex: 0 0 auto;
  }

  #wrapper-topbar .tema-menu-list::-webkit-scrollbar {
    display: none;
  }

  #wrapper-topbar .menu-item > a,
  #wrapper-topbar .tema-market-selector .tema-market-selector-toggle,
  #wrapper-topbar .tema-market-selector .tema-market-selector__toggle {
    font-size: 0.75rem;
  }

  #wrapper-navbar .tema-header-layout--3 {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 0;
    padding: 0.78rem 0 0.7rem !important;
    row-gap: 0.74rem !important;
  }

  #wrapper-navbar .tema-header-zone--1 {
    justify-content: center !important;
    min-width: 0;
  }

  #wrapper-navbar .tema-header-zone--2 {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start !important;
    max-width: 100%;
    overflow: hidden;
  }

  #wrapper-navbar .tema-header-zone--3 {
    grid-column: 2;
    grid-row: 1;
  }

  #wrapper-navbar .tema-logo-image {
    max-height: 36px !important;
  }

  #wrapper-navbar .tema-menu-list {
    flex-wrap: nowrap !important;
    gap: 0.55rem !important;
    justify-content: flex-start !important;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 0.15rem 0.15rem !important;
    scrollbar-width: none;
  }

  #wrapper-navbar .tema-menu-list::-webkit-scrollbar {
    display: none;
  }

  #wrapper-navbar .menu-item > a,
  #wrapper-navbar .nav-link {
    font-size: 0.82rem;
  }
}

.tema-product-page {
  background: var(--takai-soft);
}

.tema-product-container {
  padding-bottom: clamp(3rem, 7vw, 6.5rem);
  padding-top: clamp(1.5rem, 4vw, 3rem);
}

.tema-product-breadcrumb {
  align-items: center;
  color: var(--takai-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  gap: 0.55rem;
  margin-bottom: clamp(1.1rem, 2.4vw, 1.8rem);
}

.tema-product-breadcrumb a {
  color: var(--takai-muted);
  text-decoration: none;
}

.tema-product-breadcrumb a:hover,
.tema-product-breadcrumb a:focus-visible {
  color: var(--takai-ink);
  text-decoration: underline;
}

.tema-product-breadcrumb a::after {
  color: rgba(23, 23, 23, 0.28);
  content: "/";
  margin-left: 0.55rem;
}

.tema-product-detail {
  display: grid;
  gap: clamp(2rem, 5vw, 4.8rem);
}

.tema-product-hero-detail {
  align-items: stretch;
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr) minmax(330px, 0.54fr);
}

.tema-product-media {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.tema-product-media__main {
  align-items: center;
  aspect-ratio: 1.08 / 1;
  background: #ece9df;
  border: 1px solid var(--takai-line);
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.tema-product-media__main img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: clamp(1rem, 2.6vw, 2.25rem);
  width: 100%;
}

.tema-product-media__thumbs {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tema-product-media__thumbs a {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #ece9df;
  border: 1px solid var(--takai-line);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-product-media__thumbs img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 0.55rem;
  width: 100%;
}

.tema-product-summary,
.tema-product-buybox,
.tema-product-panel,
.tema-product-section {
  background: #fff;
  border: 1px solid var(--takai-line);
}

.tema-product-summary {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.5rem, 3.2vw, 2.4rem);
}

.tema-product-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-bottom: clamp(1.2rem, 2vw, 1.7rem);
}

.tema-product-badge-row span {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  color: var(--takai-accent-dark);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  padding: 0.34rem 0.5rem;
  text-transform: uppercase;
}

.tema-product-summary h1 {
  font-size: clamp(3rem, 6vw, 6.25rem);
  line-height: 0.96;
  margin: 0 0 0.8rem;
  text-wrap: balance;
}

.tema-product-reference {
  color: var(--takai-muted);
  font-size: 0.95rem;
  margin: 0 0 clamp(1.1rem, 2vw, 1.65rem);
}

.tema-product-excerpt {
  color: var(--takai-ink);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.28;
  margin: 0 0 1rem;
  max-width: 32rem;
  text-wrap: balance;
}

.tema-product-reason {
  color: var(--takai-muted);
  font-size: 1rem;
  line-height: 1.58;
  margin: 0;
  max-width: 34rem;
}

.tema-product-primary-specs {
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: auto 0 0;
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.tema-product-primary-specs div {
  border-bottom: 1px solid var(--takai-line);
  min-width: 0;
  padding: 0.85rem 0.9rem 0.85rem 0;
}

.tema-product-primary-specs dt,
.tema-product-selected span,
.tema-product-price-block span {
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tema-product-primary-specs dd {
  color: var(--takai-ink);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.25;
  margin: 0.2rem 0 0;
}

.tema-product-buybox {
  align-self: start;
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  position: sticky;
  top: calc(var(--tema-fixed-subheader-height, 0px) + var(--tema-fixed-header-height, 0px) + 1.2rem);
}

.tema-product-service-note {
  background: #fff8df;
  border: 1px solid rgba(155, 122, 66, 0.28);
  color: #6e552d;
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 0.8rem;
}

.tema-product-selected {
  background: #faf8f2;
  border: 1px solid var(--takai-line);
  padding: 1rem;
}

.tema-product-selected strong {
  display: block;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 1;
  margin-top: 0.45rem;
}

.tema-product-selected p {
  color: var(--takai-muted);
  margin: 0.35rem 0 0;
}

.tema-product-price-block {
  border-bottom: 1px solid var(--takai-line);
  padding-bottom: 1rem;
}

.tema-product-price-block strong {
  display: block;
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  line-height: 1;
  margin-top: 0.35rem;
}

.tema-product-engraving-note {
  color: var(--takai-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.tema-product-cta-stack {
  display: grid;
  gap: 0.55rem;
}

.tema-product-cta-stack .btn {
  justify-content: center;
  min-height: 3.05rem;
  width: 100%;
}

.tema-product-cta-primary {
  font-size: 0.94rem;
  line-height: 1.18;
}

.tema-product-cta-engraving {
  background: #fff !important;
  border-color: rgba(23, 23, 23, 0.34) !important;
}

.tema-product-buybox__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.tema-product-buybox__links a {
  color: var(--takai-muted);
  font-size: 0.88rem;
  text-decoration: underline;
}

.tema-product-offer-mini {
  background: var(--takai-ink);
  color: #fff;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  text-decoration: none;
}

.tema-product-offer-mini:hover,
.tema-product-offer-mini:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.tema-product-offer-mini span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tema-product-offer-mini strong {
  color: #fff;
  line-height: 1.15;
}

.tema-product-content-grid {
  align-items: start;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
}

.tema-product-main-column,
.tema-product-side-column {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.tema-product-side-column {
  position: sticky;
  top: calc(var(--tema-fixed-subheader-height, 0px) + var(--tema-fixed-header-height, 0px) + 1.2rem);
}

.tema-product-section,
.tema-product-panel {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.tema-product-section h2,
.tema-product-panel h2,
.tema-product-related h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  text-wrap: balance;
}

.tema-product-section p:not(.tema-brand-kicker) {
  color: var(--takai-muted);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.62;
  margin: 0;
  max-width: 46rem;
}

.tema-product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.tema-product-benefits span {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.45rem 0.58rem;
}

.tema-product-feature-list {
  column-gap: clamp(1rem, 3vw, 2rem);
  columns: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tema-product-feature-list li {
  border-top: 1px solid var(--takai-line);
  break-inside: avoid;
  color: var(--takai-ink);
  font-size: 1.02rem;
  font-weight: 620;
  line-height: 1.35;
  padding: 0.9rem 0;
}

.tema-product-description .content {
  color: var(--takai-muted);
  max-width: 50rem;
}

.tema-product-description .content > * {
  line-height: 1.7;
}

.tema-product-spec-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.tema-product-spec-grid div {
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem 0.9rem 0;
}

.tema-product-spec-grid dt {
  color: var(--takai-muted);
  font-size: 0.78rem;
  font-weight: 680;
}

.tema-product-spec-grid dd {
  color: var(--takai-ink);
  font-size: 0.98rem;
  font-weight: 620;
  margin: 0;
}

.tema-product-panel__head {
  align-items: baseline;
  border-bottom: 1px solid var(--takai-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}

.tema-product-panel__head h2 {
  font-size: 1.25rem;
  margin: 0;
}

.tema-product-panel__head span {
  color: var(--takai-muted);
  font-size: 0.82rem;
}

.tema-product-variant-list,
.tema-product-resource-list {
  display: grid;
  gap: 0.55rem;
}

.tema-product-variant-card {
  background: #fff;
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  display: grid;
  gap: 0.24rem;
  padding: 0.85rem;
  position: relative;
  text-decoration: none;
  transition:
    border-color var(--takai-motion),
    transform var(--takai-motion);
}

.tema-product-variant-card:hover,
.tema-product-variant-card:focus-visible {
  border-color: rgba(23, 23, 23, 0.28);
  transform: translateY(-1px);
}

.tema-product-variant-card.is-active {
  border-color: var(--takai-ink);
}

.tema-product-variant-card span,
.tema-product-variant-card strong {
  font-weight: 720;
}

.tema-product-variant-card small {
  color: var(--takai-muted);
}

.tema-product-variant-card em {
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tema-product-resource-list a {
  border-bottom: 1px solid var(--takai-line);
  color: var(--takai-ink);
  font-weight: 620;
  padding: 0.65rem 0;
  text-decoration: none;
}

.tema-product-resource-list a:hover,
.tema-product-resource-list a:focus-visible {
  text-decoration: underline;
}

.tema-product-related {
  border-top: 1px solid var(--takai-line);
  padding-top: clamp(1.6rem, 3.4vw, 2.6rem);
}

.tema-product-related__head {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1rem;
}

.tema-product-related__head .tema-brand-kicker {
  grid-column: 1 / -1;
  margin-bottom: -0.45rem;
}

.tema-product-related__head h2 {
  margin: 0;
  max-width: 14ch;
}

.tema-product-related__head a {
  color: var(--takai-ink);
  font-weight: 700;
}

.tema-product-related__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tema-related-product-card {
  background: #fff;
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  text-decoration: none;
  transition:
    border-color var(--takai-motion),
    transform var(--takai-motion);
}

.tema-related-product-card:hover,
.tema-related-product-card:focus-visible {
  border-color: rgba(23, 23, 23, 0.28);
  transform: translateY(-2px);
}

.tema-related-product-card__media {
  align-items: center;
  aspect-ratio: 1.18 / 1;
  background: #ece9df;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-related-product-card__media img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

.tema-related-product-card__body {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.tema-related-product-card__body small {
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tema-related-product-card__body strong {
  font-size: 1.18rem;
  line-height: 1.08;
}

.tema-related-product-card__body em {
  color: var(--takai-muted);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.4;
}

.tema-related-product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.2rem;
}

.tema-related-product-card__specs span {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  font-size: 0.72rem;
  font-weight: 680;
  padding: 0.32rem 0.42rem;
}

@media (max-width: 1199.98px) {
  .tema-product-hero-detail {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  }

  .tema-product-buybox {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  .tema-product-cta-stack,
  .tema-product-buybox__links,
  .tema-product-offer-mini {
    grid-column: 1 / -1;
  }

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

@media (max-width: 991.98px) {
  .tema-product-hero-detail,
  .tema-product-content-grid {
    grid-template-columns: 1fr;
  }

  .tema-product-side-column {
    position: static;
  }

  .tema-product-summary h1 {
    font-size: clamp(2.6rem, 13vw, 4.3rem);
  }

  .tema-product-media__main {
    aspect-ratio: 1.18 / 1;
  }
}

@media (max-width: 767.98px) {
  .tema-product-container {
    padding-top: 1.2rem;
  }

  .tema-product-breadcrumb {
    font-size: 0.85rem;
  }

  .tema-product-summary,
  .tema-product-buybox,
  .tema-product-section,
  .tema-product-panel {
    padding: 1rem;
  }

  .tema-product-buybox {
    grid-template-columns: 1fr;
  }

  .tema-product-primary-specs,
  .tema-product-spec-grid {
    grid-template-columns: 1fr;
  }

  .tema-product-feature-list {
    columns: 1;
  }

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

  .tema-product-related__grid {
    grid-template-columns: 1fr;
  }
}

/* Store locator */
.tema-partner-locator,
.tema-partner-single {
  color: var(--takai-ink);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.tema-page-shell.tema-partner-locator,
.tema-page-shell.tema-partner-single {
  padding-top: clamp(0.75rem, 1.6vw, 1.5rem);
}

.tema-partner-locator__hero,
.tema-partner-single__hero {
  align-items: end;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.34fr);
  padding: clamp(0.9rem, 1.9vw, 1.8rem) 0 clamp(2rem, 5vw, 4rem);
}

.tema-partner-locator__hero-copy h1,
.tema-partner-single__hero h1 {
  font-size: clamp(3rem, 6.8vw, 6.25rem);
  line-height: 0.96;
  margin: 0;
  max-width: 13ch;
  text-wrap: balance;
}

.tema-partner-locator__hero-copy p,
.tema-partner-single__hero > div > p {
  color: var(--takai-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
  margin: 1.25rem 0 0;
  max-width: 58ch;
}

.tema-partner-locator__assurance,
.tema-partner-single__hero aside {
  background: #fffaf5;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  color: var(--takai-muted);
  line-height: 1.55;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.tema-partner-single__hero aside {
  display: grid;
  gap: 0.75rem;
}

.tema-partner-single__hero aside span {
  color: var(--takai-accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tema-partner-single__hero aside strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.tema-partner-single__hero aside button,
.tema-partner-card__primary,
.tema-partner-empty__actions button,
.tema-partner-load-more,
.tema-partner-lead-form button[type="submit"] {
  align-items: center;
  background: var(--takai-ink);
  border: 1px solid var(--takai-ink);
  border-radius: var(--takai-radius);
  color: #fffaf5;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.72rem 1rem;
  text-decoration: none;
  transition:
    background var(--takai-motion),
    border-color var(--takai-motion),
    color var(--takai-motion),
    transform var(--takai-motion);
  white-space: nowrap;
}

.tema-partner-single__hero aside button:hover,
.tema-partner-card__primary:hover,
.tema-partner-empty__actions button:hover,
.tema-partner-load-more:hover,
.tema-partner-lead-form button[type="submit"]:hover {
  background: var(--takai-accent-dark);
  border-color: var(--takai-accent-dark);
  color: #fffaf5;
  transform: translateY(-1px);
}

.tema-partner-context-card,
.tema-partner-search-card,
.tema-partner-seo,
.tema-partner-single-card {
  background: #fffaf5;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
}

.tema-partner-context-card {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: clamp(1rem, 2.5vw, 1.75rem);
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.tema-partner-context-card--focused {
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
  padding-block: clamp(1.1rem, 2.2vw, 1.65rem);
}

.tema-partner-context-card__copy {
  min-width: 0;
}

.tema-partner-context-card--focused .tema-partner-context-card__copy {
  max-width: 76ch;
}

.tema-partner-context-card--personalization h2 {
  text-wrap: balance;
}

.tema-partner-context-card img {
  aspect-ratio: 4 / 3;
  background: #ece9df;
  display: block;
  height: clamp(5rem, 9vw, 7rem);
  object-fit: contain;
  padding: 0.65rem;
  width: clamp(6rem, 12vw, 9rem);
}

.tema-partner-context-card h2,
.tema-partner-single-card h2 {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  margin: 0;
}

.tema-partner-context-card .tema-eyebrow {
  margin: 0 0 clamp(0.7rem, 1.1vw, 0.9rem);
}

.tema-partner-context-card p {
  color: var(--takai-muted);
  margin: 0.45rem 0 0;
}

.tema-partner-context-card__meta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin-top: 0.55rem;
}

.tema-partner-context-card small,
.tema-partner-context-card__inline-action {
  color: var(--takai-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.tema-partner-context-card small {
  display: inline;
  font-weight: 650;
}

.tema-partner-context-card__inline-action {
  appearance: none;
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(105, 105, 99, 0.34);
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 650;
  justify-content: flex-start;
  line-height: 1.35;
  min-height: 0;
  min-width: 8.8rem;
  padding: 0 0 0.08rem;
  text-decoration: none;
  transition:
    border-color var(--takai-motion),
    color var(--takai-motion);
}

.tema-partner-context-card__inline-action:hover,
.tema-partner-context-card__inline-action:focus-visible {
  border-color: var(--takai-accent-dark);
  color: var(--takai-accent-dark);
}

.tema-partner-context-card__inline-action:focus-visible {
  outline: 2px solid rgba(122, 97, 58, 0.28);
  outline-offset: 3px;
}

.tema-partner-context-card__action {
  background: #f4f2ec;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  color: var(--takai-ink);
  font-weight: 800;
  padding: 0.72rem 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}

.tema-partner-search-card {
  --tema-partner-search-gap: 0.75rem;
  margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.tema-partner-search-card form {
  display: grid;
  gap: 0.95rem;
}

.tema-partner-search-card__main {
  align-items: end;
  display: grid;
  gap: var(--tema-partner-search-gap);
  grid-template-columns: minmax(22rem, 1fr) max-content;
}

.tema-partner-search-card__field,
.tema-partner-radius {
  display: grid;
  grid-template-rows: auto 3.28rem;
}

.tema-partner-search-card__field label,
.tema-partner-radius span,
.tema-partner-lead-form label > span {
  color: var(--takai-ink);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.tema-partner-search-card__field small {
  color: var(--takai-muted);
  display: block;
  font-size: 0.86rem;
  margin-top: 0.55rem;
}

.tema-partner-search-card__query {
  align-self: end;
  display: grid;
  gap: var(--tema-partner-search-gap);
  grid-template-columns: minmax(0, 1fr) max-content;
  height: 3.28rem;
}

.tema-partner-search-card__query input,
.tema-partner-radius select,
.tema-partner-lead-form input,
.tema-partner-lead-form textarea {
  background: #fff;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  color: var(--takai-ink);
  font-size: 1rem;
  height: 3.28rem;
  min-height: 3.28rem;
  padding: 0.75rem 0.9rem;
  width: 100%;
}

.tema-partner-search-card__query button,
.tema-partner-geolocate {
  border-radius: var(--takai-radius);
  font-weight: 800;
  height: 3.28rem;
  min-height: 3.28rem;
  padding: 0.75rem 1.15rem;
}

.tema-partner-search-card__query button {
  background: var(--takai-ink);
  border: 1px solid var(--takai-ink);
  color: #fffaf5;
  min-width: 9.4rem;
}

.tema-partner-search-card__controls {
  align-items: end;
  display: grid;
  gap: var(--tema-partner-search-gap);
  grid-template-columns: max-content minmax(7rem, 8.6rem);
}

.tema-partner-geolocate {
  align-self: end;
  background: #f4f2ec;
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  white-space: nowrap;
}

.tema-partner-radius {
  align-self: stretch;
}

.tema-partner-radius select {
  appearance: none;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(23, 23, 23, 0.54) 50%),
    linear-gradient(135deg, rgba(23, 23, 23, 0.54) 50%, transparent 50%);
  background-position:
    calc(100% - 1.1rem) 50%,
    calc(100% - 0.78rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.34rem 0.34rem, 0.34rem 0.34rem;
  padding-right: 2.4rem;
}

.tema-partner-radius select:disabled {
  background-color: #f4f2ec;
  color: rgba(23, 23, 23, 0.4);
  cursor: not-allowed;
  opacity: 1;
}

.tema-partner-service-chips {
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-top: 0.9rem;
}

.tema-partner-service-chip {
  cursor: pointer;
  display: inline-flex;
}

.tema-partner-service-chip input {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.tema-partner-service-chip span,
.tema-partner-service-chip--context {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  border-radius: 999px;
  color: var(--takai-ink);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  min-height: 2.35rem;
  align-items: center;
  padding: 0.55rem 0.78rem;
}

.tema-partner-service-chip.is-active span,
.tema-partner-service-chip input:checked + span,
.tema-partner-service-chip--context {
  background: var(--takai-ink);
  border-color: var(--takai-ink);
  color: #fffaf5;
}

.tema-partner-reset-link {
  color: var(--takai-muted);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.tema-partner-locator__body,
.tema-partner-single__layout {
  align-items: start;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 0.88fr) minmax(24rem, 1.12fr);
}

.tema-partner-results {
  display: grid;
  gap: 1rem;
}

.tema-partner-results__head {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.tema-partner-results__head p,
.tema-partner-results__head small {
  color: var(--takai-muted);
  margin: 0;
}

.tema-partner-results__list {
  display: grid;
  gap: 0.8rem;
}

.tema-partner-card {
  background: #fffaf5;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  transition:
    background var(--takai-motion),
    border-color var(--takai-motion),
    transform var(--takai-motion);
}

.tema-partner-locator .tema-partner-card::before {
  content: none !important;
  display: none !important;
}

.tema-partner-card:hover,
.tema-partner-card.is-active {
  background: #fff;
  border-color: rgba(23, 23, 23, 0.24);
  transform: translateY(-1px);
}

.tema-partner-card__topline {
  align-items: center;
  color: var(--takai-muted);
  display: flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 0.65rem;
  justify-content: space-between;
}

.tema-partner-card__topline em {
  color: var(--takai-accent-dark);
  font-style: normal;
  font-weight: 800;
}

.tema-partner-card h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.tema-partner-card p {
  color: var(--takai-muted);
  line-height: 1.5;
  margin: 0;
}

.tema-partner-card__badges,
.tema-partner-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tema-partner-card__badges span,
.tema-partner-service-list span {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  border-radius: 999px;
  color: var(--takai-ink);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.35rem 0.55rem;
}

.tema-partner-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.2rem;
}

.tema-partner-card__actions a:not(.tema-partner-card__primary) {
  color: var(--takai-muted);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.tema-partner-card__actions button {
  font-family: inherit;
}

.tema-partner-map-panel {
  background: #fffaf5;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
  position: sticky;
  top: 8.5rem;
}

.tema-partner-map-panel__map {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.9), rgba(234, 231, 222, 0.9)),
    #e9e7df;
  display: flex;
  justify-content: center;
  min-height: clamp(30rem, 56vw, 42rem);
}

.tema-partner-map-panel--single .tema-partner-map-panel__map {
  min-height: clamp(28rem, 42vw, 36rem);
}

.tema-partner-map-panel__fallback {
  color: var(--takai-muted);
  max-width: 26rem;
  padding: 2rem;
  text-align: center;
}

.tema-partner-empty,
.tema-partner-seo {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.tema-partner-empty {
  background: #fffaf5;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
}

.tema-partner-empty h2,
.tema-partner-seo h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
  margin: 0 0 0.75rem;
  max-width: 12ch;
}

.tema-partner-empty p,
.tema-partner-seo p {
  color: var(--takai-muted);
  line-height: 1.65;
  margin: 0;
  max-width: 64ch;
}

.tema-partner-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.tema-partner-empty__actions a {
  align-items: center;
  background: #f4f2ec;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  display: inline-flex;
  font-weight: 800;
  padding: 0.72rem 1rem;
  text-decoration: none;
}

.tema-partner-load-more {
  justify-self: start;
  margin-top: 0.5rem;
}

.tema-partner-seo {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.tema-partner-lead-drawer[hidden] {
  display: none;
}

.tema-partner-lead-drawer {
  inset: 0;
  position: fixed;
  z-index: 1000010;
}

.tema-partner-lead-drawer__backdrop {
  background: rgba(23, 23, 23, 0.42);
  inset: 0;
  position: absolute;
}

.tema-partner-lead-drawer__panel {
  background: #fffaf5;
  border-left: 1px solid var(--takai-line);
  bottom: 0;
  box-shadow: -24px 0 70px rgba(23, 23, 23, 0.14);
  display: grid;
  gap: 0.8rem;
  max-width: 34rem;
  overflow-y: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 34rem);
}

.tema-partner-lead-drawer__close {
  align-items: center;
  background: #f4f2ec;
  border: 1px solid var(--takai-line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 1.4rem;
  height: 2.3rem;
  justify-content: center;
  justify-self: end;
  line-height: 1;
  width: 2.3rem;
}

.tema-partner-lead-drawer__panel h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 0;
}

.tema-partner-lead-drawer__panel > p:not(.tema-eyebrow) {
  color: var(--takai-muted);
  line-height: 1.55;
  margin: 0 0 0.5rem;
}

.tema-partner-lead-form {
  display: grid;
  gap: 0.8rem;
  transition: opacity var(--takai-motion);
}

.tema-partner-lead-form.is-loading {
  opacity: 0.56;
  pointer-events: none;
}

.tema-partner-lead-form.is-loading button[type="submit"] {
  cursor: wait;
}

.tema-partner-lead-form label {
  display: grid;
  gap: 0.35rem;
}

.tema-partner-lead-form small {
  color: var(--takai-muted);
  font-weight: 650;
}

.tema-partner-lead-form__consent {
  align-items: start;
  display: grid !important;
  gap: 0.65rem !important;
  grid-template-columns: auto minmax(0, 1fr);
}

.tema-partner-lead-form__consent input {
  margin-top: 0.22rem;
  min-height: auto;
  width: auto;
}

.tema-partner-lead-form__consent span {
  color: var(--takai-muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.tema-partner-lead-form__status {
  color: var(--takai-muted);
  min-height: 1.35rem;
}

.tema-partner-lead-form__status.is-success {
  color: #246b3d;
  font-weight: 750;
}

.tema-partner-lead-form__status.is-error {
  color: #9b2f2f;
  font-weight: 750;
}

body.tema-partner-drawer-open {
  overflow: hidden;
}

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

.tema-partner-single__main,
.tema-partner-single__side {
  display: grid;
  gap: 1rem;
}

.tema-partner-single__side {
  position: sticky;
  top: 8.5rem;
}

.tema-partner-single-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.tema-partner-single-card--presentation {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.tema-partner-single-card__head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.tema-partner-single-card__head a {
  font-weight: 800;
  text-decoration: none;
}

.tema-partner-address-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tema-partner-address-grid article {
  background: #f7f5ef;
  border: 1px solid var(--takai-line);
  border-radius: var(--takai-radius);
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
}

.tema-partner-address-grid p,
.tema-partner-single-note p,
.tema-partner-single-card .content {
  color: var(--takai-muted);
  line-height: 1.6;
  margin: 0;
}

.tema-partner-address-grid a {
  font-weight: 800;
  text-decoration: none;
}

.tema-partner-single-note {
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0.35rem;
  padding-top: 1rem;
}

.tema-partner-map-panel .gm-style .gm-style-iw-c,
.tema-partner-single .gm-style .gm-style-iw-c {
  border-radius: calc(var(--takai-radius) * 0.82);
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.16);
  padding: 0 !important;
}

.tema-partner-map-panel .gm-style .gm-style-iw-d,
.tema-partner-single .gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.tema-partner-map-panel .gm-style .gm-ui-hover-effect,
.tema-partner-single .gm-style .gm-ui-hover-effect {
  height: 2rem !important;
  opacity: 0.62;
  right: 0.25rem !important;
  top: 0.25rem !important;
  width: 2rem !important;
}

.tema-partner-info-window {
  color: #171717;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  max-width: 18rem;
  min-width: 15.5rem;
  padding: 1rem;
}

.tema-partner-info-window__eyebrow {
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 1.75rem 0.5rem 0;
  text-transform: uppercase;
}

.tema-partner-info-window__title {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 1.75rem 0.48rem 0;
}

.tema-partner-info-window__address {
  color: #5f615d;
  font-size: 0.9rem;
  line-height: 1.42;
  margin: 0 0 0.7rem;
}

.tema-partner-info-window__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.82rem;
}

.tema-partner-info-window__badges span {
  background: #f4f2ec;
  border: 1px solid rgba(23, 23, 23, 0.09);
  border-radius: calc(var(--takai-radius) * 0.54);
  color: var(--takai-ink);
  font-size: 0.72rem;
  font-weight: 780;
  line-height: 1.1;
  padding: 0.34rem 0.46rem;
}

.tema-partner-info-window__actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.tema-partner-info-window__link,
.tema-partner-info-window__route {
  align-items: center;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.tema-partner-info-window__link {
  background: var(--takai-ink);
  border-radius: calc(var(--takai-radius) * 0.58);
  color: #fffaf5;
  min-height: 2.25rem;
  padding: 0.55rem 0.7rem;
}

.tema-partner-info-window__route {
  color: var(--takai-muted);
}

@media (max-width: 991.98px) {
  .tema-partner-locator__hero,
  .tema-partner-single__hero,
  .tema-partner-search-card__main,
  .tema-partner-locator__body,
  .tema-partner-single__layout,
  .tema-partner-context-card {
    grid-template-columns: 1fr;
  }

  .tema-partner-map-panel,
  .tema-partner-single__side {
    position: static;
  }

  .tema-partner-map-panel__map {
    min-height: 22rem;
  }
}

@media (max-width: 767.98px) {
  .tema-partner-locator__hero,
  .tema-partner-single__hero {
    padding-top: 1rem;
  }

  .tema-partner-locator__hero-copy h1,
  .tema-partner-single__hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .tema-partner-search-card__query,
  .tema-partner-search-card__controls,
  .tema-partner-address-grid {
    grid-template-columns: 1fr;
  }

  .tema-partner-search-card__field,
  .tema-partner-search-card__query {
    height: auto;
  }

  .tema-partner-search-card__field {
    grid-template-rows: auto auto;
  }

  .tema-partner-search-card__controls {
    align-items: stretch;
  }

  .tema-partner-search-card__query input,
  .tema-partner-search-card__query button {
    border-radius: var(--takai-radius);
    border: 1px solid var(--takai-line);
  }

  .tema-partner-search-card__query button {
    border-color: var(--takai-ink);
  }

  .tema-partner-service-chips {
    flex-wrap: nowrap;
    margin-inline: -1rem;
    overflow-x: auto;
    padding-inline: 1rem;
  }

  .tema-partner-results__head {
    align-items: start;
    display: grid;
    gap: 0.25rem;
  }

  .tema-partner-card__primary,
  .tema-partner-single__hero aside button,
  .tema-partner-lead-form button[type="submit"] {
    width: 100%;
  }

  .tema-partner-lead-drawer__panel {
    border-left: 0;
    border-top: 1px solid var(--takai-line);
    box-shadow: 0 -24px 70px rgba(23, 23, 23, 0.16);
    max-height: 88dvh;
    top: auto;
    width: 100%;
  }
}

.tema-product-personalization-entry {
  align-items: center;
  background: #f0eee7;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.9rem 1rem;
}

.tema-product-personalization-entry span {
  color: var(--takai-accent-dark);
  display: block;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  margin-bottom: 0.28rem;
  text-transform: uppercase;
}

.tema-product-personalization-entry p {
  color: var(--takai-muted);
  font-size: 0.9rem;
  line-height: 1.42;
  margin: 0;
}

.tema-product-personalization-entry__cta {
  align-items: center;
  background: var(--takai-ink);
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 820;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.05rem;
  text-decoration: none;
  transition: background-color 420ms cubic-bezier(0.32, 0.72, 0, 1), transform 420ms cubic-bezier(0.32, 0.72, 0, 1);
  white-space: nowrap;
}

.tema-product-personalization-entry__cta:hover,
.tema-product-personalization-entry__cta:focus-visible {
  background: #2b2a27;
  color: #fff;
  transform: translateY(-1px);
}

.tema-livecanvas-page--personalization > section:first-child {
  padding-top: clamp(1rem, 2vw, 2rem) !important;
}

.tema-livecanvas-page--personalization section.py-5.py-lg-6 {
  padding-top: 0 !important;
}

.tema-livecanvas-page--personalization .lc-block > .tema-engraving {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}

.tema-engraving {
  --tema-ink: var(--takai-ink, #171717);
  --tema-muted: var(--takai-muted, #696963);
  --tema-line: var(--takai-line, rgba(22, 20, 17, 0.12));
  --tema-soft: #f4f1ea;
  max-width: 1360px;
  padding-top: clamp(1.25rem, 3vw, 3rem);
}

.tema-engraving.tema-engraving--modal {
  max-width: none;
  padding: 0;
}

.tema-engraving .tema-experience__intro {
  max-width: 820px;
}

.tema-engraving.tema-engraving--modal .tema-experience__intro {
  margin-bottom: 1.35rem;
  max-width: 680px;
}

.tema-engraving.tema-engraving--modal .tema-experience__intro h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.tema-engraving.tema-engraving--modal .tema-experience__intro p {
  font-size: 1rem;
  max-width: 56ch;
}

.tema-engraving .tema-panel {
  background: #fff;
  border-color: var(--takai-line);
  border-radius: 0;
  box-shadow: none;
}

.tema-engraving__grid {
  gap: clamp(1rem, 2vw, 1.65rem);
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
}

.tema-engraving__controls {
  align-content: start;
}

.tema-engraving__preview-panel {
  background: #e9e5dc !important;
  position: sticky;
  top: 1.5rem;
}

.tema-engraving__preview-head h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.92;
  text-wrap: balance;
}

.tema-engraving__preview-head > span {
  border-radius: 0;
}

.tema-engraving__preview-shell {
  background: #f3eee6;
  border-radius: 0;
}

.tema-engraving .tema-field.is-hidden {
  display: none;
}

.tema-engraving .tema-choice input[name="font_key"] + span {
  text-transform: none;
}

.tema-engraving__locked-context {
  background: #171717;
  color: #fff;
  padding: 1rem;
}

.tema-engraving__locked-context span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.tema-engraving__locked-context strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 0.96;
}

.tema-engraving__locked-context p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
  margin-top: 0.55rem;
}

.tema-engraving__result {
  border-top: 1px solid var(--takai-line);
  margin-top: 0.2rem;
  padding-top: 1rem;
}

.tema-engraving__result--preview {
  background: #fff;
  border: 1px solid var(--takai-line);
  margin-top: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.tema-engraving__result--preview[hidden] {
  display: none;
}

.tema-engraving__result--preview .tema-result-kicker {
  margin-bottom: 0.65rem;
}

.tema-engraving__result--preview .tema-result-reference {
  font-size: clamp(1.15rem, 2.2vw, 1.9rem);
}

.tema-engraving__result--preview .tema-result-helper {
  font-size: 0.9rem;
  margin-top: 0.55rem;
  max-width: none;
}

.tema-engraving__result--preview .tema-result-list {
  gap: 0.55rem 1rem;
  margin-top: 0.85rem;
}

.tema-engraving__result--preview .tema-result-list div {
  padding-top: 0.7rem;
}

.tema-engraving__result--preview .tema-result-actions {
  margin-top: 0.8rem;
}

.tema-result-reference {
  font-variant-numeric: tabular-nums;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.tema-result-helper {
  color: var(--takai-muted);
  font-size: 0.95rem;
  line-height: 1.52;
  margin: 0.75rem 0 0;
  max-width: 58ch;
}

.tema-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.tema-result-actions button,
.tema-result-actions a {
  align-items: center;
  background: #171717;
  border: 1px solid #171717;
  color: #fff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 780;
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  text-decoration: none;
}

.tema-result-actions a {
  background: transparent;
  color: #171717;
}

.tema-personalization-modal .modal-dialog {
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: min(1280px, calc(100vw - 2rem));
  min-height: calc(100dvh - 2rem);
}

body.modal-open #wrapper-topbar.tema-subheader,
body.modal-open #wrapper-navbar.tema-main-header,
body.modal-open.tema-has-fixed-header-stack::after {
  z-index: 1030 !important;
}

body.modal-open > .modal-backdrop {
  z-index: 12000;
}

.tema-personalization-modal {
  z-index: 12010;
}

.tema-personalization-modal .modal-content {
  background: #f7f5ef;
  border: 0;
  border-radius: 0;
  box-shadow: 0 30px 90px rgba(13, 12, 10, 0.32);
  max-height: calc(100dvh - 2rem);
}

.tema-personalization-modal .modal-body {
  padding: clamp(1.15rem, 2.4vw, 2.4rem);
}

.tema-personalization-modal__close {
  align-items: center;
  background: #171717;
  border: 0;
  color: #fff;
  display: inline-flex;
  height: 2.55rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.55rem;
  z-index: 2;
}

.tema-personalization-modal__close::before,
.tema-personalization-modal__close::after {
  background: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  width: 1rem;
}

.tema-personalization-modal__close::before {
  transform: rotate(45deg);
}

.tema-personalization-modal__close::after {
  transform: rotate(-45deg);
}

.tema-personalization-modal .tema-engraving__grid {
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
}

@media (max-width: 991.98px) {
  .tema-engraving__grid,
  .tema-personalization-modal .tema-engraving__grid {
    grid-template-columns: 1fr;
  }

  .tema-engraving__preview-panel {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .tema-product-personalization-entry {
    grid-template-columns: 1fr;
  }

  .tema-warranty-card {
    grid-template-columns: 1fr;
  }

  .tema-warranty-card__media {
    min-height: auto;
  }

  .tema-warranty-card h2 {
    max-width: none;
  }

  .tema-warranty-facts {
    grid-template-columns: 1fr;
  }

  .tema-warranty-facts div + div {
    border-left: 0;
    padding-left: 0;
  }

  .tema-warranty-card__cta {
    width: 100%;
  }

  .tema-warranty-unknown-actions {
    display: grid;
  }

  .tema-warranty-unknown-actions button,
  .tema-warranty-unknown-actions a {
    justify-content: center;
    width: 100%;
  }

  .tema-product-personalization-entry__cta {
    width: 100%;
  }

  .tema-personalization-modal .modal-dialog {
    margin: 0;
    max-width: 100vw;
  }

  .tema-personalization-modal .modal-content {
    min-height: 100dvh;
  }

  .tema-personalization-modal__close {
    right: 0.75rem;
    top: 0.75rem;
  }
}

.tema-product-page {
  background: #f6f5f1;
}

.tema-product-container {
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
  padding-top: clamp(1.35rem, 3vw, 2.4rem);
}

.tema-product-breadcrumb {
  font-size: 0.86rem;
  margin-bottom: clamp(1.2rem, 2.4vw, 2.1rem);
}

.tema-product-detail {
  gap: clamp(2.1rem, 4vw, 4rem);
}

.tema-product-hero-detail {
  align-items: start;
  display: grid;
  gap: clamp(1.6rem, 4vw, 4.5rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr);
}

.tema-product-hero-detail__media,
.tema-product-hero-detail__content {
  min-width: 0;
}

.tema-product-hero-detail__content {
  display: grid;
  gap: clamp(1rem, 2vw, 1.55rem);
  padding-top: 0;
}

.tema-product-media {
  gap: 1rem;
}

.tema-product-media__main {
  aspect-ratio: 1.12 / 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 34%),
    #e9e6dc;
  border: 0;
}

.tema-product-media__main img {
  padding: clamp(1.25rem, 4.2vw, 4rem);
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tema-product-media__main:hover img {
  transform: scale(1.018);
}

.tema-product-media__thumbs {
  display: grid;
  gap: clamp(0.75rem, 1.3vw, 1rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  padding-bottom: 0;
}

.tema-product-media__thumbs a {
  aspect-ratio: 1.34 / 1;
  background: #ebe8df;
  border: 0;
  opacity: 0.72;
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tema-product-media__thumbs a:hover,
.tema-product-media__thumbs a:focus-visible,
.tema-product-media__thumbs a[aria-current="true"] {
  opacity: 1;
  transform: translateY(-1px);
}

.tema-product-summary,
.tema-product-buybox,
.tema-product-panel,
.tema-product-section {
  background: transparent;
  border: 0;
}

.tema-product-summary {
  padding: 0;
}

.tema-product-offer-callout {
  align-items: center;
  background: var(--takai-ink);
  color: #fff;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
  max-width: min(100%, 31rem);
  padding: 0.66rem 0.86rem;
  text-decoration: none;
}

.tema-product-offer-callout:hover,
.tema-product-offer-callout:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.tema-product-offer-callout span {
  color: rgba(255, 255, 255, 0.64);
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tema-product-offer-callout strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.12;
  text-align: right;
}

.tema-product-badge-row {
  gap: 0.5rem;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.tema-product-badge-row span {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(122, 97, 58, 0.32);
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 0 0 0.18rem;
}

.tema-product-summary h1 {
  font-size: clamp(3.5rem, 7.2vw, 7.35rem);
  letter-spacing: 0;
  line-height: 0.88;
  margin-bottom: 0.65rem;
  max-width: 9ch;
  hyphens: manual;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.tema-product-reference {
  color: var(--takai-muted);
  margin-bottom: clamp(1.2rem, 2vw, 1.8rem);
}

.tema-product-excerpt {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
  margin-bottom: 0.7rem;
  max-width: none;
  width: 100%;
}

.tema-product-reason {
  border-left: 2px solid rgba(122, 97, 58, 0.42);
  color: var(--takai-muted);
  font-size: 0.98rem;
  line-height: 1.48;
  max-width: 34rem;
  padding-left: 1rem;
}

.tema-product-primary-specs {
  border-top: 1px solid var(--takai-line);
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(0.8rem, 2vw, 1.2rem) 0 0;
  padding-top: 0;
}

.tema-product-primary-specs div {
  border-bottom: 1px solid var(--takai-line);
  padding: 0.62rem 0.9rem 0.58rem 0;
}

.tema-product-buybox {
  border-top: 0;
  display: grid;
  gap: 0.72rem;
  padding: 0;
  position: static;
}

.tema-product-purchase-row {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.tema-product-selected,
.tema-product-price-block {
  background: transparent;
  border: 0;
  padding: 0;
}

.tema-product-selected strong,
.tema-product-price-block strong {
  display: block;
  font-size: clamp(1.75rem, 2.75vw, 2.55rem);
  line-height: 0.98;
  margin-top: 0.35rem;
}

.tema-product-price-block {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: right;
}

.tema-product-price-block strong {
  white-space: nowrap;
}

.tema-product-variant-select {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tema-product-variant-chip {
  align-items: center;
  background: #fff;
  color: var(--takai-ink);
  display: inline-flex;
  gap: 0.38rem;
  min-height: 2.72rem;
  padding: 0.55rem 0.82rem;
  text-decoration: none;
  transition:
    background-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tema-product-variant-chip:hover,
.tema-product-variant-chip:focus-visible {
  background: #f0eee7;
  color: var(--takai-ink);
  transform: translateY(-1px);
}

.tema-product-variant-chip.is-active {
  background: var(--takai-ink);
  color: #fff;
}

.tema-product-variant-chip span {
  font-weight: 760;
}

.tema-product-variant-chip i,
.tema-product-variant-chip em {
  color: currentColor;
  font-style: normal;
}

.tema-product-variant-chip i {
  opacity: 0.46;
}

.tema-product-variant-chip em {
  font-size: 0.76rem;
  font-weight: 760;
}

.tema-product-engraving-note,
.tema-product-service-note {
  background: #f0eee7;
  border: 0;
  color: var(--takai-muted);
  padding: 0.62rem 0.8rem;
}

.tema-product-cta-stack {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.tema-product-cta-stack .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1.05;
  min-height: 3.35rem;
  padding-bottom: 0.9rem;
  padding-top: 0.9rem;
  text-align: center;
  width: 100%;
}

.tema-product-cta-primary {
  font-size: 1rem;
}

.tema-product-cta-engraving {
  grid-column: 1 / -1;
}

.tema-product-buybox__links {
  border-top: 1px solid var(--takai-line);
  gap: 0.75rem 1.2rem;
  padding-top: 0.9rem;
}

.tema-product-buybox__links a {
  color: var(--takai-muted);
  font-size: 0.9rem;
}

.tema-product-offer-mini {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.1rem;
}

.tema-product-content-grid {
  border-top: 1px solid var(--takai-line);
  gap: clamp(1.8rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  padding-top: clamp(2rem, 5vw, 4.5rem);
}

.tema-product-content-grid--full {
  grid-template-columns: 1fr;
}

.tema-product-main-column {
  gap: 0;
}

.tema-product-side-column {
  gap: clamp(1rem, 2vw, 1.5rem);
  position: static;
}

.tema-product-section,
.tema-product-panel {
  border-bottom: 1px solid var(--takai-line);
  padding: clamp(1.7rem, 4vw, 3rem) 0;
}

.tema-product-section:first-child,
.tema-product-panel:first-child {
  padding-top: 0;
}

.tema-product-section h2,
.tema-product-panel h2,
.tema-product-related h2 {
  font-size: clamp(1.95rem, 3.35vw, 3.85rem);
  letter-spacing: 0;
  line-height: 0.95;
  max-width: 13ch;
}

.tema-product-section p:not(.tema-brand-kicker) {
  max-width: 42rem;
}

.tema-product-section--why {
  display: grid;
  gap: 1rem clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.tema-product-description {
  display: grid;
  gap: 1rem clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.tema-product-content-grid--full .tema-product-section--why {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.tema-product-content-grid--full .tema-product-description {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.tema-product-section--why .tema-brand-kicker,
.tema-product-section--why h2 {
  grid-column: 1;
}

.tema-product-description .tema-brand-kicker,
.tema-product-description h2 {
  grid-column: 1;
}

.tema-product-section--why h2 {
  max-width: none;
  white-space: nowrap;
}

.tema-product-description h2 {
  max-width: none;
}

.tema-product-section--why p:not(.tema-brand-kicker),
.tema-product-section--why .tema-product-benefits {
  grid-column: 2;
}

.tema-product-description .content {
  grid-column: 2;
}

.tema-product-section--service {
  padding: clamp(1.7rem, 4vw, 3rem) 0;
}

.tema-service-promise--full {
  display: grid;
  gap: 1rem clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.tema-service-promise--full .tema-service-promise__heading {
  grid-column: 1;
}

.tema-service-promise--full .tema-service-promise__heading h2 {
  max-width: none;
}

.tema-service-promise--full .tema-service-promise__body {
  grid-column: 2;
}

.tema-service-promise--full .tema-service-promise__body > p {
  color: var(--takai-muted);
  line-height: 1.58;
  margin: 0;
  max-width: 44rem;
}

.tema-service-promise__items {
  border-bottom: 1px solid var(--takai-line);
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
}

.tema-service-promise__items li {
  color: var(--takai-ink);
  display: grid;
  gap: 0.25rem;
  line-height: 1.25;
  padding: 0.9rem 0;
}

.tema-service-promise__items li + li {
  border-top: 1px solid var(--takai-line);
}

.tema-service-promise__items strong {
  font-size: 1rem;
  font-weight: 680;
}

.tema-service-promise__items span {
  color: var(--takai-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.tema-service-promise__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.tema-service-promise__actions a {
  color: var(--takai-ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.tema-product-benefits {
  align-content: flex-start;
  align-items: flex-start;
}

.tema-product-benefits span,
.tema-related-product-card__specs span {
  align-items: center;
  background: #fff;
  border: 0;
  display: inline-flex;
  line-height: 1.12;
  min-height: 2.15rem;
}

.tema-product-benefits span {
  padding: 0.48rem 0.68rem;
}

.tema-product-feature-list {
  column-gap: clamp(2rem, 5vw, 5rem);
}

.tema-product-feature-list li {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  padding: 1.05rem 0;
}

.tema-product-spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tema-product-spec-grid div {
  padding: 1rem 1.5rem 1rem 0;
}

.tema-product-section--specs {
  border-bottom: 0;
  padding-bottom: clamp(0.5rem, 1.4vw, 1rem);
}

.tema-product-panel__head {
  border-bottom: 0;
  display: block;
  margin-bottom: 0.7rem;
  padding-bottom: 0;
}

.tema-product-resource-list a {
  font-size: 0.95rem;
}

.tema-product-related {
  border-top: 0;
  padding-top: 0;
}

.tema-product-related__head {
  border-top: 1px solid var(--takai-line);
  margin-bottom: 1.4rem;
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.tema-product-related__head h2 {
  max-width: 12ch;
}

.tema-product-related__grid {
  gap: 1.15rem;
}

.tema-related-product-card {
  background: transparent;
  border: 0;
}

.tema-related-product-card__media {
  background: #e9e6dc;
}

.tema-related-product-card__body {
  background: #fff;
  padding: 1.05rem;
}

@media (max-width: 1199.98px) {
  .tema-product-hero-detail,
  .tema-product-content-grid {
    grid-template-columns: 1fr;
  }

  .tema-product-hero-detail__content {
    padding-top: 0;
  }

  .tema-product-summary h1 {
    max-width: 11ch;
  }

  .tema-product-content-grid {
    padding-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .tema-product-container {
    padding-top: 1rem;
  }

  .tema-product-hero-detail {
    gap: 1.4rem;
  }

  .tema-product-media__main {
    aspect-ratio: 1 / 0.84;
  }

  .tema-product-media__main img {
    padding: 1.15rem;
  }

  .tema-product-summary h1 {
    font-size: clamp(3.2rem, 17vw, 4.6rem);
    max-width: 100%;
  }

  .tema-product-excerpt {
    max-width: 20ch;
  }

  .tema-product-primary-specs,
  .tema-product-purchase-row,
  .tema-product-section--why,
  .tema-product-content-grid--full .tema-product-section--why,
  .tema-product-description,
  .tema-product-content-grid--full .tema-product-description,
  .tema-service-promise--full,
  .tema-product-spec-grid,
  .tema-product-cta-stack {
    grid-template-columns: 1fr;
  }

  .tema-product-section--why .tema-brand-kicker,
  .tema-product-section--why h2,
  .tema-product-section--why p:not(.tema-brand-kicker),
  .tema-product-section--why .tema-product-benefits,
  .tema-product-description .tema-brand-kicker,
  .tema-product-description h2,
  .tema-product-description .content,
  .tema-service-promise--full .tema-service-promise__heading,
  .tema-service-promise--full .tema-service-promise__body {
    grid-column: auto;
  }

  .tema-product-section--why h2 {
    white-space: normal;
  }

  .tema-product-price-block {
    text-align: left;
  }

  .tema-product-variant-chip {
    flex: 1 1 calc(50% - 0.55rem);
    justify-content: center;
  }

  .tema-product-section h2,
  .tema-product-panel h2,
  .tema-product-related h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .tema-product-related__head {
    grid-template-columns: 1fr;
  }

  .tema-product-related__grid {
    grid-template-columns: 1fr;
  }
}

body.tema-awaiting-country-selection .tema-offers-page {
  opacity: 0;
  pointer-events: none;
}

.tema-offers-page {
  background: var(--takai-soft);
}

.tema-offers-page .tema-page-shell {
  padding-top: clamp(1.2rem, 3vw, 2.5rem);
}

.tema-offers-page .btn,
.tema-offers-page .tema-link-cta {
  align-items: center;
  display: inline-flex;
  min-height: 3.15rem;
  text-decoration: none;
  white-space: nowrap;
}

.tema-offers-page .btn {
  justify-content: center;
  padding-inline: clamp(1.15rem, 2vw, 1.6rem);
}

.tema-link-cta {
  color: var(--takai-ink);
  font-weight: 750;
  gap: 0.45rem;
}

.tema-link-cta::after {
  content: "→";
  font-weight: 650;
  transform: translateY(-1px);
  transition: transform var(--takai-motion);
}

.tema-link-cta:hover::after,
.tema-link-cta:focus-visible::after {
  transform: translate(0.18rem, -1px);
}

.tema-offers-breadcrumb {
  align-items: center;
  color: var(--takai-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 0.5rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
}

.tema-offers-breadcrumb a {
  color: var(--takai-muted);
  text-decoration: none;
}

.tema-offers-breadcrumb a:hover,
.tema-offers-breadcrumb a:focus-visible {
  color: var(--takai-ink);
  text-decoration: underline;
}

.tema-offers-breadcrumb a::after {
  color: rgba(23, 23, 23, 0.28);
  content: "/";
  margin-left: 0.5rem;
}

.tema-offers-hero,
.tema-offer-detail-hero {
  align-items: end;
  border-bottom: 1px solid var(--takai-line);
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.58fr);
  padding-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

.tema-offers-hero h1,
.tema-offer-detail-hero h1,
.tema-offer-ended h1,
.tema-offers-empty h1 {
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: 0.92;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}

.tema-offers-hero__copy {
  align-self: end;
  padding-bottom: clamp(0.15rem, 0.35vw, 0.32rem);
}

.tema-offers-hero__copy > p,
.tema-offer-detail-hero__copy > p,
.tema-offer-ended__copy > p,
.tema-offers-empty > p {
  color: var(--takai-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.58;
  margin: 0;
  max-width: 690px;
}

.tema-offer-featured {
  border-bottom: 1px solid var(--takai-line);
  display: grid;
  gap: clamp(2rem, 5vw, 5.5rem);
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  padding: clamp(2.3rem, 5vw, 4.6rem) 0;
}

.tema-offer-visual {
  align-items: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(155, 122, 66, 0.14), transparent 34%),
    #ebe8df;
  border: 1px solid var(--takai-line);
  display: grid;
  min-height: clamp(280px, 34vw, 500px);
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2.4rem);
  place-items: center;
  position: relative;
}

.tema-offer-visual img {
  grid-area: 1 / 1;
  mix-blend-mode: multiply;
  max-height: 86%;
  max-width: 94%;
  object-fit: contain;
  position: relative;
}

.tema-offer-visual img + img {
  max-height: 58%;
  opacity: 0.68;
  transform: translate(14%, 18%) scale(0.82);
}

.tema-offer-visual span {
  color: rgba(23, 23, 23, 0.12);
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}

.tema-offer-featured__content,
.tema-offer-detail-hero__copy,
.tema-offer-ended__copy {
  align-self: center;
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.5rem);
}

.tema-offer-featured__meta,
.tema-offer-detail-hero__meta {
  align-items: center;
  color: var(--takai-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.tema-offer-status {
  background: #e7dfcf;
  color: var(--takai-accent-dark);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
  padding: 0.55rem 0.68rem;
  text-transform: uppercase;
}

.tema-offer-status--ending_soon {
  background: #171717;
  color: #fff;
}

.tema-offer-status--expired,
.tema-offer-status--unavailable_country,
.tema-offer-status--scheduled_hidden {
  background: #e3e1dc;
  color: var(--takai-muted);
}

.tema-offer-featured h2,
.tema-offers-section-head h2,
.tema-offer-products h2,
.tema-offer-steps h2 {
  font-size: clamp(2.1rem, 4.5vw, 4.6rem);
  line-height: 0.96;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}

.tema-offer-featured h2 {
  line-height: 1.04;
  max-width: 13ch;
}

.tema-offer-featured p {
  color: var(--takai-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.58;
  margin: 0;
  max-width: 650px;
}

.tema-offer-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin-top: clamp(0.4rem, 1vw, 0.8rem);
}

.tema-offers-secondary,
.tema-offer-products,
.tema-offer-steps,
.tema-offers-past,
.tema-offer-conditions {
  border-bottom: 1px solid var(--takai-line);
  padding: clamp(2.4rem, 5vw, 4.5rem) 0;
}

.tema-offers-section-head {
  display: grid;
  gap: 0.7rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.tema-offers-section-head > p:not(.tema-brand-kicker) {
  color: var(--takai-muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.55;
  margin: 0;
  max-width: 640px;
}

.tema-offers-secondary__grid,
.tema-offer-products__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tema-offer-products__grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  max-width: 980px;
}

.tema-offer-mini-card,
.tema-offer-product-card {
  background: #fff;
  border: 1px solid var(--takai-line);
  display: grid;
}

.tema-offer-mini-card {
  align-content: start;
  gap: 1rem;
  padding: clamp(1.35rem, 2.4vw, 2rem);
}

.tema-offer-mini-card h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.02;
  margin: 0;
}

.tema-offer-mini-card p {
  color: var(--takai-muted);
  margin: 0;
}

.tema-offers-empty,
.tema-offer-ended {
  border-bottom: 1px solid var(--takai-line);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2.6rem, 6vw, 5.5rem) 0;
}

.tema-offer-ended {
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.56fr);
}

.tema-offer-detail-hero {
  align-items: stretch;
  padding-top: clamp(0.4rem, 1vw, 0.8rem);
}

.tema-offer-facts {
  border-bottom: 1px solid var(--takai-line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tema-offer-facts div {
  align-content: start;
  background: rgba(255, 255, 255, 0.44);
  border-left: 1px solid var(--takai-line);
  display: grid;
  gap: 0.75rem;
  min-height: 7.4rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.tema-offer-facts div:first-child {
  border-left: 0;
}

.tema-offer-facts span,
.tema-offer-product-card__kicker {
  color: var(--takai-accent-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tema-offer-product-card__kicker {
  display: block;
  margin: 0 0 0.48rem;
}

.tema-offer-facts strong {
  align-self: start;
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.16;
}

.tema-offer-steps {
  display: grid;
  gap: clamp(1.8rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
}

.tema-offer-steps__intro p {
  color: var(--takai-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.58;
  margin: 0;
}

.tema-offer-product-card {
  border-radius: 4px;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  transition:
    border-color var(--takai-motion),
    transform var(--takai-motion);
}

.tema-offer-product-card:hover {
  border-color: rgba(23, 23, 23, 0.26);
  transform: translateY(-2px);
}

.tema-offer-product-card__media {
  align-items: center;
  aspect-ratio: 1.12 / 1;
  background: #ece9df;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-offer-product-card__media img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: clamp(0.85rem, 2vw, 1.35rem);
  transform: scale(1);
  transition: transform var(--takai-motion);
  width: 100%;
}

.tema-offer-product-card:hover .tema-offer-product-card__media img,
.tema-offer-product-card:focus-within .tema-offer-product-card__media img {
  transform: scale(1.035);
}

.tema-offer-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.tema-offer-product-card h3 {
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  line-height: 1.08;
  margin: 0 0 0.52rem;
  text-wrap: balance;
}

.tema-offer-product-card h3 a {
  text-decoration: none;
}

.tema-offer-product-card p {
  color: var(--takai-muted);
  font-size: 0.94rem;
  line-height: 1.52;
  margin: 0.35rem 0 0.95rem;
}

.tema-offer-product-card__meta {
  align-items: flex-start;
  border-top: 1px solid var(--takai-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.95rem;
}

.tema-offer-product-card__meta span {
  color: var(--takai-muted);
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
}

.tema-offer-product-card__price {
  display: grid;
  gap: 0.12rem;
  justify-items: end;
  min-width: 7.5rem;
  text-align: right;
}

.tema-offer-product-card__price span {
  color: var(--takai-accent-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.tema-offer-product-card__price strong {
  color: var(--takai-ink);
  font-size: 1rem;
  white-space: nowrap;
}

.tema-offer-product-card__price em {
  color: var(--takai-muted);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1;
  text-decoration: line-through;
}

.tema-offer-product-card__body > .tema-link-cta {
  font-size: 0.92rem;
  margin-top: 0.95rem;
}

.tema-offer-steps__intro {
  display: grid;
  gap: 0.75rem;
}

.tema-offer-steps__list {
  border-top: 1px solid var(--takai-line);
  counter-reset: offer-steps;
  display: grid;
  grid-column: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tema-offer-steps__list li {
  align-items: center;
  border-bottom: 1px solid var(--takai-line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  padding: 1.05rem 0;
}

.tema-offer-steps__list span {
  color: var(--takai-accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tema-offer-steps__list strong {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.2;
}

.tema-offer-steps > .btn {
  grid-column: 2;
  justify-self: start;
}

.tema-offer-conditions summary,
.tema-offers-past summary {
  cursor: pointer;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 750;
  list-style: none;
}

.tema-offer-conditions summary::-webkit-details-marker,
.tema-offers-past summary::-webkit-details-marker {
  display: none;
}

.tema-offer-conditions summary::after,
.tema-offers-past summary::after {
  content: "+";
  float: right;
}

.tema-offer-conditions[open] summary::after,
.tema-offers-past[open] summary::after {
  content: "−";
}

.tema-offer-conditions__content {
  color: var(--takai-muted);
  max-width: 780px;
  padding-top: 1.35rem;
}

.tema-offer-conditions__content p:last-child {
  margin-bottom: 0;
}

.tema-offers-past__list {
  border-top: 1px solid var(--takai-line);
  display: grid;
  margin-top: 1.2rem;
}

.tema-offers-past__list a {
  align-items: center;
  border-bottom: 1px solid var(--takai-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
  text-decoration: none;
}

.tema-offers-past__list span {
  color: var(--takai-muted);
}

@media (max-width: 991.98px) {
  .tema-offers-hero,
  .tema-offer-detail-hero,
  .tema-offer-featured,
  .tema-offer-ended,
  .tema-offer-steps {
    grid-template-columns: 1fr;
  }

  .tema-offer-steps__list,
  .tema-offer-steps > .btn {
    grid-column: auto;
  }

  .tema-offer-facts,
  .tema-offers-secondary__grid,
  .tema-offer-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .tema-offers-page .tema-page-shell {
    padding-top: 1rem;
  }

  .tema-offers-hero h1,
  .tema-offer-detail-hero h1,
  .tema-offer-ended h1,
  .tema-offers-empty h1 {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .tema-offer-facts,
  .tema-offers-secondary__grid,
  .tema-offer-products__grid {
    grid-template-columns: 1fr;
  }

  .tema-offer-facts div {
    border-left: 0;
  }

  .tema-offer-visual {
    min-height: 250px;
  }

  .tema-offer-actions,
  .tema-offers-past__list a,
  .tema-offer-product-card__meta {
    align-items: stretch;
    flex-direction: column;
  }

  .tema-offer-product-card__price {
    justify-items: start;
    text-align: left;
  }

  .tema-offers-page .btn,
  .tema-offers-page .tema-link-cta {
    justify-content: center;
    width: 100%;
  }
}

/* Takai guides */
.tema-guides-index,
.tema-guide-page {
  background: var(--takai-soft);
}

.tema-guides-container,
.tema-guide-container {
  padding-bottom: clamp(4rem, 7vw, 7rem);
  padding-top: clamp(1.2rem, 2.6vw, 2.4rem);
}

.tema-guides-breadcrumb,
.tema-guide-breadcrumb {
  align-items: center;
  color: var(--takai-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  gap: 0.5rem;
  margin-bottom: clamp(2.8rem, 5vw, 5rem);
}

.tema-guides-breadcrumb a,
.tema-guide-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.tema-guides-breadcrumb a::after,
.tema-guide-breadcrumb a::after {
  content: "/";
  margin-left: 0.5rem;
}

.tema-guides-hero,
.tema-guide-hero {
  border-bottom: 1px solid var(--takai-line);
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
  padding-bottom: clamp(2.2rem, 4vw, 4rem);
}

.tema-guides-hero {
  grid-template-columns: minmax(0, 1fr);
}

.tema-guides-hero__copy,
.tema-guide-hero__copy {
  max-width: 900px;
}

.tema-guides-hero h1,
.tema-guide-hero h1 {
  font-size: clamp(3.4rem, 7.2vw, 8.6rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0 0 clamp(1.25rem, 2.2vw, 2rem);
  text-wrap: balance;
}

.tema-guides-hero h1 {
  font-size: clamp(1.7rem, 3.6vw, 4.3rem);
  line-height: 0.98;
  max-width: 880px;
}

.tema-guide-hero h1 {
  font-size: clamp(1.9rem, 3.8vw, 4.3rem);
  line-height: 0.98;
  max-width: 860px;
}

.tema-guides-hero p:not(.tema-brand-kicker),
.tema-guide-hero p:not(.tema-brand-kicker) {
  color: var(--takai-muted);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.tema-guides-proofline {
  align-self: end;
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tema-guides-proofline li {
  border-bottom: 1px solid var(--takai-line);
  color: var(--takai-ink);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 650;
  line-height: 1.25;
  padding: 1.05rem 0;
}

.tema-guide-meta {
  align-self: start;
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tema-guide-meta li {
  border-bottom: 1px solid var(--takai-line);
  color: var(--takai-muted);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.25;
  padding: 0.92rem 0;
}

.tema-guides-start,
.tema-guides-featured,
.tema-guides-list,
.tema-guide-layout,
.tema-guide-related {
  margin-top: clamp(3rem, 6vw, 6rem);
}

.tema-guide-overview {
  border-bottom: 1px solid var(--takai-line);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(220px, 3fr) minmax(0, 9fr);
  margin-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(1.6rem, 3vw, 2.6rem);
}

.tema-guide-overview + .tema-guide-layout {
  margin-top: clamp(2rem, 4vw, 4rem);
}

.tema-guides-section-head,
.tema-guides-list__head,
.tema-guide-related__head {
  display: grid;
  gap: 0.8rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
}

.tema-guides-section-head h2,
.tema-guides-list__head h2,
.tema-guide-related__head h2 {
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.tema-guides-theme-grid {
  border-bottom: 1px solid var(--takai-line);
  border-top: 1px solid var(--takai-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tema-guides-theme-grid a {
  display: grid;
  gap: 1rem;
  min-height: 210px;
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
  text-decoration: none;
  transition: background var(--takai-motion), color var(--takai-motion);
}

.tema-guides-theme-grid a + a {
  border-left: 1px solid var(--takai-line);
}

.tema-guides-theme-grid a:hover,
.tema-guides-theme-grid a:focus-visible {
  background: var(--takai-ink);
  color: #fff;
  outline: 0;
}

.tema-guides-theme-grid strong {
  align-self: end;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
}

.tema-guides-theme-grid span {
  color: var(--takai-muted);
  line-height: 1.45;
}

.tema-guides-theme-grid a:hover span,
.tema-guides-theme-grid a:focus-visible span {
  color: rgba(255, 255, 255, 0.72);
}

.tema-guides-featured {
  background: #f0eee8;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(320px, 7fr);
  min-height: 360px;
}

.tema-guides-featured__media {
  align-items: center;
  background: #e7e4dc;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-guides-featured__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tema-guides-featured__media span,
.tema-guide-hero__media span {
  color: rgba(23, 23, 23, 0.13);
  font-size: clamp(3rem, 8vw, 9rem);
  font-weight: 750;
  letter-spacing: 0;
}

.tema-guides-featured__copy {
  align-content: center;
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.75rem, 3vw, 3.2rem);
}

.tema-guides-featured__copy h2 {
  font-size: clamp(2.2rem, 3.8vw, 4.6rem);
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}

.tema-guides-featured__copy p:not(.tema-brand-kicker) {
  color: var(--takai-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.55;
  max-width: 640px;
}

.tema-guides-featured__copy a,
.tema-guide-final-actions__links a:not(.btn),
.tema-guides-final-cta__actions a:not(.btn) {
  font-weight: 750;
  justify-self: start;
  text-decoration: none;
}

.tema-guides-featured__copy a::after,
.tema-guide-final-actions__links a:not(.btn)::after,
.tema-guides-final-cta__actions a:not(.btn)::after {
  content: " →";
}

.tema-guides-list__head {
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}

.tema-guides-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-start;
  width: 100%;
}

.tema-guides-filter a {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--takai-line);
  color: var(--takai-ink);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1;
  padding: 0.8rem 0.95rem;
  text-decoration: none;
  transition: background var(--takai-motion), border-color var(--takai-motion), color var(--takai-motion);
}

.tema-guides-filter a:hover,
.tema-guides-filter a:focus-visible,
.tema-guides-filter a.is-active {
  background: var(--takai-ink);
  border-color: var(--takai-ink);
  color: #fff;
  outline: 0;
}

.tema-guides-list {
  transition: opacity var(--takai-motion), transform var(--takai-motion);
}

.tema-guides-index.is-filtering .tema-guides-list {
  opacity: 0.52;
  pointer-events: none;
  transform: translateY(0.35rem);
}

.tema-guides-grid,
.tema-guide-related-guides {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tema-guide-card,
.tema-guide-related-guides a {
  background: var(--takai-surface);
  min-height: 100%;
}

.tema-guide-card > a,
.tema-guide-related-guides a {
  color: inherit;
  display: grid;
  min-height: 100%;
  text-decoration: none;
}

.tema-guide-card__media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #edeae3;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-guide-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform var(--takai-motion);
  width: 100%;
}

.tema-guide-card:hover img,
.tema-guide-card:focus-within img {
  transform: scale(1.035);
}

.tema-guide-card__fallback {
  color: rgba(23, 23, 23, 0.14);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 750;
}

.tema-guide-card__body {
  align-content: start;
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.25rem, 2.1vw, 1.8rem);
}

.tema-guide-card__tag,
.tema-guide-related-guides span {
  color: var(--takai-accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tema-guide-card strong,
.tema-guide-related-guides strong {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1.04;
  text-wrap: balance;
}

.tema-guide-card em,
.tema-guide-related-guides em {
  color: var(--takai-muted);
  font-style: normal;
  line-height: 1.5;
}

.tema-guide-card small {
  color: var(--takai-muted);
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.tema-guides-empty,
.tema-guides-final-cta,
.tema-guide-final-actions {
  border-bottom: 1px solid var(--takai-line);
  border-top: 1px solid var(--takai-line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr);
  padding: clamp(2rem, 4vw, 3.4rem) 0;
}

.tema-guides-empty strong,
.tema-guides-final-cta h2,
.tema-guide-final-actions h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
  margin: 0;
}

.tema-guides-final-cta p:not(.tema-brand-kicker),
.tema-guide-final-actions p:not(.tema-brand-kicker) {
  color: var(--takai-muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  max-width: 740px;
}

.tema-guides-final-cta__actions,
.tema-guide-final-actions__links {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.tema-guide-hero__media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #edeae3;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tema-guide-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tema-guide-takeaways {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tema-guide-takeaways p {
  background: var(--takai-surface);
  color: var(--takai-ink);
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  font-weight: 650;
  line-height: 1.28;
  margin: 0;
  min-height: 100%;
  padding: clamp(1.1rem, 1.8vw, 1.6rem);
  text-wrap: balance;
}

.tema-guide-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(220px, 3fr) minmax(0, 9fr);
}

.tema-guide-sidebar {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 150px;
}

.tema-guide-anchor-nav,
.tema-guide-sidebar-cta {
  background: var(--takai-surface);
  border: 1px solid var(--takai-line);
  display: grid;
  padding: 1.1rem;
}

.tema-guide-anchor-nav span,
.tema-guide-sidebar-cta span {
  color: var(--takai-accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.tema-guide-anchor-nav a,
.tema-guide-sidebar-cta a {
  border-top: 1px solid var(--takai-line);
  color: var(--takai-ink);
  font-weight: 650;
  line-height: 1.25;
  padding: 0.9rem 0;
  text-decoration: none;
}

.tema-guide-content {
  display: grid;
  gap: clamp(1.8rem, 3vw, 3rem);
}

.tema-guide-intro,
.tema-guide-chapter,
.tema-guide-faq {
  max-width: 850px;
}

.tema-guide-intro p,
.tema-guide-chapter .content,
.tema-guide-faq details div {
  color: var(--takai-muted);
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  line-height: 1.72;
}

.tema-guide-chapter {
  border-top: 1px solid var(--takai-line);
  padding-top: clamp(1.6rem, 3vw, 2.6rem);
}

.tema-guide-chapter h2,
.tema-guide-faq h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  margin: 0 0 1.2rem;
  text-wrap: balance;
}

.tema-guide-advice {
  background: var(--takai-ink);
  color: #fff;
  max-width: 900px;
  padding: clamp(1.6rem, 3vw, 2.6rem);
}

.tema-guide-advice .tema-brand-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.tema-guide-advice p:not(.tema-brand-kicker) {
  color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 2.4rem);
  font-weight: 650;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

.tema-guide-faq details {
  border-top: 1px solid var(--takai-line);
}

.tema-guide-faq details:last-child {
  border-bottom: 0;
}

.tema-guide-faq summary {
  cursor: pointer;
  display: flex;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 750;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding: 1.25rem 0;
}

.tema-guide-faq summary::-webkit-details-marker {
  display: none;
}

.tema-guide-faq summary::after {
  content: "+";
}

.tema-guide-faq details[open] summary::after {
  content: "−";
}

.tema-guide-faq details div {
  max-width: 720px;
  padding-bottom: 1.4rem;
}

.tema-guide-faq + .tema-guide-final-actions {
  border-top: 0;
  margin-top: 0;
  padding-top: clamp(1.2rem, 2vw, 2rem);
}

.tema-guide-related {
  border-top: 1px solid var(--takai-line);
  padding-top: clamp(2rem, 4vw, 4rem);
}

.tema-guide-related-guides a {
  gap: 0.75rem;
  padding: clamp(1.25rem, 2vw, 1.8rem);
}

@media (max-width: 1199.98px) {
  .tema-guides-theme-grid,
  .tema-guides-grid,
  .tema-guide-related-guides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tema-guides-theme-grid a:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  .tema-guides-hero,
  .tema-guide-hero,
  .tema-guides-featured,
  .tema-guides-list__head,
  .tema-guides-final-cta,
  .tema-guide-final-actions,
  .tema-guide-overview,
  .tema-guide-layout {
    grid-template-columns: 1fr;
  }

  .tema-guides-proofline {
    align-self: start;
  }

  .tema-guides-filter,
  .tema-guides-final-cta__actions,
  .tema-guide-final-actions__links {
    justify-content: flex-start;
  }

  .tema-guide-sidebar {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .tema-guides-container,
  .tema-guide-container {
    padding-top: 1rem;
  }

  .tema-guides-hero h1,
  .tema-guide-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .tema-guides-theme-grid,
  .tema-guides-grid,
  .tema-guide-takeaways,
  .tema-guide-related-guides {
    grid-template-columns: 1fr;
  }

  .tema-guides-theme-grid a,
  .tema-guide-takeaways p {
    border-left: 0 !important;
  }

  .tema-guides-theme-grid a + a {
    border-left: 0;
    border-top: 1px solid var(--takai-line);
  }

  .tema-guides-featured,
  .tema-guides-final-cta,
  .tema-guide-final-actions {
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }

  .tema-guides-filter {
    flex-wrap: nowrap;
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    overflow-x: auto;
    padding: 0 calc(var(--bs-gutter-x, 1.5rem) * 0.5) 0.35rem;
  }

  .tema-guides-filter a {
    white-space: nowrap;
  }
}
