/* BAURAN visual system 0.7.1 */
:root {
  --bauran-carbon: #0d0f12;
  --bauran-carbon-soft: #15191e;
  --bauran-steel: #5a5f66;
  --bauran-sand: #c9c2b5;
  --bauran-white: #ffffff;
  --bauran-gold: #d4af37;
  --bauran-ivory: #f2efe8;
  --bauran-paper: #fbfaf7;
  --bauran-ink: #171b20;
  --bauran-muted: #686c70;
  --bauran-border: #d9d4ca;
  --bauran-line: rgba(255, 255, 255, 0.16);
  --bauran-max: 1440px;
}

html {
  scroll-behavior: smooth;
}

/* Mizu ships several large SUIT font files. BAURAN deliberately uses a
   native system stack until the approved brand typeface and its web licence
   are available. This keeps text immediate and removes more than 1 MB from
   the first visit without changing any component behaviour. */
body,
.ui-autocomplete.searchbar-autocomplete button {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

body#index {
  background: var(--bauran-carbon);
  color: var(--bauran-white);
}

body#index #wrapper,
body#index #content-wrapper,
body#index .page-home {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

/* Global BAURAN shell: Mizu remains the component base, while these rules
   make the header, content pages and footer feel like one product system. */
#header {
  background: var(--bauran-carbon);
  color: var(--bauran-white);
  position: relative;
  z-index: 50;
}

#header .bauran-service-bar {
  background: #07090b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bauran-service-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--bauran-max);
  min-height: 34px;
  padding-inline: clamp(1rem, 3vw, 3.5rem);
}

.bauran-service-bar__inner span {
  align-items: center;
  display: inline-flex;
  gap: 0.25rem;
}

.bauran-service-bar__inner span::before {
  background: var(--bauran-gold);
  content: "";
  height: 4px;
  margin-right: 0.45rem;
  width: 4px;
}

.bauran-service-bar__inner strong {
  color: var(--bauran-white);
}

#header .bauran-header {
  background: var(--bauran-carbon);
  border: 0;
  box-shadow: none;
  margin: 0;
  min-height: 88px;
  padding: 0;
}

.bauran-header__desktop {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 2.5vw, 3rem);
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-inline: auto;
  max-width: var(--bauran-max);
  min-height: 88px;
  padding-inline: clamp(1rem, 3vw, 3.5rem);
}

.bauran-header__menu,
.bauran-header__utilities {
  align-items: center;
  display: flex;
}

.bauran-header__menu {
  gap: clamp(1.1rem, 2.4vw, 2.75rem);
  justify-content: center;
}

.bauran-header__utilities {
  border-left: 1px solid var(--bauran-line);
  gap: 1.2rem;
  padding-left: clamp(1rem, 2vw, 2rem);
}

#header .bauran-header a,
#header .bauran-search-button {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding: 0;
  text-transform: uppercase;
  transition: color 160ms ease;
}

#header .bauran-header a:hover,
#header .bauran-header a:focus-visible,
#header .bauran-search-button:hover,
#header .bauran-search-button:focus-visible {
  color: var(--bauran-gold);
}

.bauran-header__logo {
  display: block;
  justify-self: start;
  width: clamp(180px, 15vw, 245px);
}

#header .bauran-header__logo img {
  display: block;
  height: auto;
  max-height: none;
  width: 100%;
}

.bauran-search-button {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.bauran-search-button > span {
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
}

.bauran-search-button > span::after {
  background: currentColor;
  content: "";
  height: 1.5px;
  position: absolute;
  right: -5px;
  top: 10px;
  transform: rotate(45deg);
  width: 6px;
}

.bauran-header__mobile {
  display: none;
}

/* Mizu search layer, recoloured without replacing its behaviour. */
#header #search-block .search-block {
  background: var(--bauran-paper);
  color: var(--bauran-ink);
}

#header #search-block input {
  color: var(--bauran-ink);
}

/* Interior pages: warm working canvas, white functional surfaces, dark brand
   framing. The home intentionally remains the more cinematic experience. */
body:not(#index) {
  background: var(--bauran-ivory);
  color: var(--bauran-ink);
}

body:not(#index) #wrapper {
  background: var(--bauran-ivory);
  min-height: 60vh;
  padding-block: clamp(2.25rem, 5vw, 5rem);
}

body:not(#index) #wrapper > .container {
  max-width: 1280px;
}

body:not(#index) .breadcrumb {
  color: var(--bauran-muted);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  margin-bottom: clamp(1.5rem, 3vw, 2.75rem);
  text-transform: uppercase;
}

body:not(#index) .breadcrumb a {
  color: var(--bauran-ink);
}

body:not(#index) .page-header h1,
body:not(#index) #main h1,
body:not(#index) #main .h1 {
  color: var(--bauran-ink);
  font-size: clamp(2rem, 3.2vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: none;
}

body:not(#index) .card,
body:not(#index) .page-content,
body:not(#index) #content.page-content,
body:not(#index) .cart-grid-body,
body:not(#index) .cart-grid-right .card {
  background: var(--bauran-paper);
  border: 1px solid var(--bauran-border);
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(23, 27, 32, 0.06);
}

body#authentication #content,
body#password #content,
body#registration #content {
  background: var(--bauran-paper);
  border: 1px solid var(--bauran-border);
  box-shadow: 0 22px 64px rgba(23, 27, 32, 0.08);
  margin-inline: auto;
  max-width: 760px;
  padding: clamp(2rem, 5vw, 4.5rem);
}

body#contact #content {
  background: var(--bauran-paper);
  border: 1px solid var(--bauran-border);
  box-shadow: 0 22px 64px rgba(23, 27, 32, 0.07);
  padding: clamp(1.75rem, 4vw, 3.5rem);
}

body:not(#index) .form-control,
body:not(#index) .form-control-select,
body:not(#index) textarea {
  background: #fff;
  border-color: #bdb8ae;
  color: var(--bauran-ink);
}

body:not(#index) .form-control:focus,
body:not(#index) textarea:focus {
  border-color: var(--bauran-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

body:not(#index) .btn-primary,
body:not(#index) button.btn-primary,
body:not(#index) input.btn-primary {
  background: var(--bauran-ink);
  border-color: var(--bauran-ink);
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.08em;
  min-height: 50px;
  text-transform: uppercase;
}

body:not(#index) .btn-primary:hover,
body:not(#index) .btn-primary:focus-visible {
  background: var(--bauran-gold);
  border-color: var(--bauran-gold);
  color: var(--bauran-carbon);
}

body:not(#index) a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

body:not(#index) .alert {
  border-radius: 0;
}

.bauran-home,
.bauran-home * {
  box-sizing: border-box;
}

.bauran-sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.bauran-shell {
  margin-inline: auto;
  max-width: var(--bauran-max);
  padding-inline: clamp(1.25rem, 4vw, 4.5rem);
  width: 100%;
}

.bauran-eyebrow {
  color: var(--bauran-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.bauran-hero {
  align-items: center;
  display: flex;
  min-height: clamp(620px, 76vh, 840px);
  overflow: hidden;
  position: relative;
}

.bauran-hero__media,
.bauran-hero__shade {
  inset: 0;
  position: absolute;
}

.bauran-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  width: 100%;
}

.bauran-hero__shade {
  background: linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.82) 32%, rgba(5, 7, 10, 0.28) 62%, rgba(5, 7, 10, 0.08) 100%);
}

.bauran-hero__content {
  padding-block: 5.5rem 9rem;
  position: relative;
  z-index: 1;
}

.bauran-hero h1 {
  color: var(--bauran-white);
  font-size: clamp(3rem, 5vw, 5.9rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0;
  max-width: 14ch;
  text-transform: uppercase;
}

.bauran-hero h1 span {
  display: block;
  white-space: nowrap;
}

.bauran-hero__index {
  align-items: center;
  bottom: 2.25rem;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  font-size: 0.66rem;
  font-weight: 700;
  gap: 0.8rem;
  left: clamp(1.25rem, 4vw, 4.5rem);
  letter-spacing: 0.18em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.bauran-hero__index span:first-child {
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.7);
  color: var(--bauran-gold);
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.bauran-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.55;
  margin: 1.75rem 0 0;
  max-width: 38rem;
}

.bauran-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.25rem;
}

.bauran-button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 0.9rem 1.55rem;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bauran-button:hover,
.bauran-button:focus-visible {
  transform: translateY(-2px);
}

.bauran-button:focus-visible {
  outline: 3px solid var(--bauran-white);
  outline-offset: 3px;
}

.bauran-button--gold {
  background: var(--bauran-gold);
  color: var(--bauran-carbon);
}

.bauran-button--gold:hover,
.bauran-button--gold:focus-visible {
  background: #e3c25c;
  color: var(--bauran-carbon);
}

.bauran-button--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--bauran-white);
}

.bauran-button--ghost:hover,
.bauran-button--ghost:focus-visible {
  background: var(--bauran-white);
  color: var(--bauran-carbon);
}

.bauran-pathways {
  background: var(--bauran-carbon);
  border-bottom: 1px solid var(--bauran-line);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.bauran-pathways__grid {
  display: grid;
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -5.25rem;
  position: relative;
  z-index: 2;
}

.bauran-pathway {
  background: #10151b;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--bauran-white);
  display: block;
  min-height: 270px;
  overflow: hidden;
  position: relative;
}

.bauran-pathway:hover,
.bauran-pathway:focus-visible {
  border-color: var(--bauran-gold);
  color: var(--bauran-white);
}

.bauran-pathway:focus-visible {
  outline: 3px solid var(--bauran-gold);
  outline-offset: 3px;
}

.bauran-pathway > img,
.bauran-pathway__shade,
.bauran-pathway__drawing,
.bauran-pathway__monogram {
  inset: 0;
  position: absolute;
}

.bauran-pathway > img {
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  transition: transform 500ms ease;
  width: 100%;
}

.bauran-pathway:hover > img {
  transform: scale(1.035);
}

.bauran-pathway__shade {
  background: linear-gradient(90deg, rgba(5, 8, 12, 0.95) 0%, rgba(5, 8, 12, 0.62) 58%, rgba(5, 8, 12, 0.18) 100%);
}

.bauran-pathway__content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  max-width: 29rem;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  position: absolute;
  right: 0;
  z-index: 2;
}

.bauran-pathway__meta {
  color: var(--bauran-gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.bauran-pathway__content strong {
  color: var(--bauran-white);
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.bauran-pathway__content > span:not(.bauran-pathway__meta, .bauran-pathway__arrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 27ch;
}

.bauran-pathway__arrow {
  color: var(--bauran-gold);
  font-size: 1.35rem;
  margin-top: 1.2rem;
  transition: transform 180ms ease;
}

.bauran-pathway:hover .bauran-pathway__arrow {
  transform: translateX(0.35rem);
}

.bauran-pathway--technical {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #11171d;
  background-size: 32px 32px;
}

.bauran-pathway__drawing span {
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  left: 66%;
  position: absolute;
  top: 31%;
  transform: translate(-50%, -50%);
}

.bauran-pathway__drawing span:nth-child(1) { height: 165px; width: 165px; }
.bauran-pathway__drawing span:nth-child(2) { height: 104px; width: 104px; }
.bauran-pathway__drawing span:nth-child(3) { background: var(--bauran-gold); height: 18px; width: 18px; }

.bauran-pathway--system {
  background: radial-gradient(circle at 74% 26%, rgba(212, 175, 55, 0.18), transparent 30%), #0b1015;
}

.bauran-pathway__monogram {
  color: rgba(255, 255, 255, 0.055);
  font-size: 15rem;
  font-style: italic;
  font-weight: 900;
  left: auto;
  line-height: 0.8;
  right: -1rem;
  text-align: right;
  top: -1rem;
}

.bauran-proof {
  background: var(--bauran-carbon);
  border-bottom: 1px solid var(--bauran-line);
  border-top: 1px solid var(--bauran-line);
  padding-block: clamp(2.75rem, 4.5vw, 4.5rem);
}

.bauran-proof__intro {
  align-items: baseline;
  border-bottom: 1px solid var(--bauran-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 1.35rem;
}

.bauran-proof__intro .bauran-eyebrow {
  margin: 0;
}

.bauran-proof__intro h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.bauran-section-heading {
  color: var(--bauran-carbon);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  max-width: 54rem;
}

.bauran-section-heading--light {
  color: var(--bauran-white);
}

.bauran-section-heading h2,
.bauran-system h2,
.bauran-final-cta h2 {
  color: inherit;
  font-size: clamp(2.25rem, 4.2vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.bauran-section-heading > p:last-child,
.bauran-system__content > p {
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 1.4rem 0 0;
  max-width: 46rem;
  opacity: 0.74;
}

.bauran-proof__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.bauran-proof__item {
  border-left: 1px solid var(--bauran-line);
  min-height: 180px;
  padding: 1.8rem clamp(1.5rem, 3vw, 3rem) 1.5rem;
}

.bauran-proof__item:last-child {
  border-right: 1px solid var(--bauran-line);
}

.bauran-proof__number {
  color: var(--bauran-gold);
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  margin-bottom: 3.2rem;
}

.bauran-proof__icon {
  color: var(--bauran-white);
  display: block;
  height: 3rem;
  margin-bottom: 1.5rem;
  width: 3rem;
}

.bauran-proof__icon svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 100%;
}

.bauran-proof__item h3 {
  color: var(--bauran-white);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.bauran-proof__item p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  margin: 0;
}

.bauran-products {
  background: #090d11;
  border-bottom: 1px solid var(--bauran-line);
  color: var(--bauran-white);
  padding-block: clamp(5rem, 9vw, 9rem);
}

.bauran-products .bauran-section-heading {
  color: var(--bauran-white);
}

.bauran-products .products.product-list-grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.bauran-products .products.product-list-grid > * {
  max-width: none;
  padding: 0;
  width: 100%;
}

.bauran-products .product-miniature {
  background: #11171d;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
}

.bauran-products .thumbnail-container,
.bauran-products .thumbnail-details {
  background: transparent;
}

.bauran-products .thumbnail-details {
  padding: 1.25rem 1.35rem 1.5rem;
}

.bauran-products .product-title,
.bauran-products .product-title a {
  color: var(--bauran-white);
}

.bauran-products .product-price-and-shipping,
.bauran-products .product-price-and-shipping .price {
  color: var(--bauran-gold);
}

.bauran-products .product-img {
  transition: transform 450ms ease;
}

.bauran-products .product-miniature:hover .product-img {
  transform: scale(1.025);
}

/* Product-card system
   One card language is shared by home, category, search and recommendations so
   publishing the first products does not reveal the parent theme underneath. */
.bauran-product-card-item {
  list-style: none;
  min-width: 0;
}

.bauran-product-card.product-miniature {
  background: #f5f3ed;
  border: 1px solid var(--bauran-border);
  box-shadow: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  width: 100%;
}

.bauran-product-card .thumbnail-container.bauran-product-card__frame {
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100%;
}

.bauran-product-card .thumbnail-top.bauran-product-card__media {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(13, 15, 18, 0.025), rgba(13, 15, 18, 0.08)),
    #e7e3da;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bauran-product-card__image-link,
.bauran-product-card__image-link picture {
  display: block;
  height: 100%;
  width: 100%;
}

.bauran-product-card .product-img.bauran-product-card__image {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.bauran-product-card__index {
  bottom: 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
}

.bauran-product-card .product-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  left: 1rem;
  margin: 0;
  max-width: calc(100% - 4.5rem);
  padding: 0;
  position: absolute;
  top: 1rem;
  z-index: 2;
}

.bauran-product-card .product-flags li,
.bauran-product-card .product-flag {
  background: var(--bauran-carbon);
  border: 0;
  color: var(--bauran-white);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  margin: 0;
  padding: 0.58rem 0.68rem;
  position: static;
  text-transform: uppercase;
}

.bauran-product-card .thumbnail-details.bauran-product-card__body {
  background: transparent;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  text-align: left;
}

.bauran-product-card__meta {
  align-items: center;
  color: #7a7469;
  display: flex;
  font-size: 0.58rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.12em;
  margin-bottom: 1.05rem;
  min-height: 0.8rem;
  text-transform: uppercase;
}

.bauran-product-card__meta span:last-child:not(:first-child) {
  color: #9a9489;
  font-weight: 500;
}

.bauran-product-card .product-title.bauran-product-card__title {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
  min-height: 2.2em;
  text-transform: none;
}

.bauran-product-card .product-title.bauran-product-card__title a {
  color: var(--bauran-ink);
  text-decoration: none;
}

.bauran-product-card__commercial {
  align-items: end;
  border-top: 1px solid var(--bauran-border);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
  padding-top: 1.15rem;
}

.bauran-product-card .product-price-and-shipping.bauran-product-card__price {
  align-items: baseline;
  color: var(--bauran-ink);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  margin: 0;
  text-align: left;
}

.bauran-product-card__price .price {
  color: var(--bauran-ink);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bauran-product-card__price .regular-price {
  color: #807a70;
  font-size: 0.75rem;
  text-decoration: line-through;
}

.bauran-product-card__price .discount-product {
  background: rgba(212, 175, 55, 0.17);
  color: #6e5610;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.4rem;
}

.bauran-product-card__cta {
  align-items: center;
  color: var(--bauran-ink);
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 700;
  gap: 0.65rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bauran-product-card__cta span:last-child {
  color: var(--bauran-gold);
  font-size: 0.9rem;
  transition: transform 180ms ease;
}

.bauran-product-card__commercial > .bauran-product-card__cta:only-child {
  grid-column: 1 / -1;
  justify-content: space-between;
}

.bauran-product-card__image-link:focus-visible,
.bauran-product-card__cta:focus-visible,
.bauran-product-card .product-title a:focus-visible {
  outline: 2px solid var(--bauran-gold);
  outline-offset: 4px;
}

.bauran-product-card:hover,
.bauran-product-card:focus-within {
  border-color: rgba(13, 15, 18, 0.3);
  box-shadow: 0 20px 46px rgba(13, 15, 18, 0.1);
  transform: translateY(-3px);
}

.bauran-product-card:hover .bauran-product-card__image,
.bauran-product-card:focus-within .bauran-product-card__image {
  transform: scale(1.025);
}

.bauran-product-card__cta:hover,
.bauran-product-card__cta:focus-visible,
.bauran-product-card .product-title a:hover,
.bauran-product-card .product-title a:focus-visible {
  color: #745b13;
}

.bauran-product-card__cta:hover span:last-child,
.bauran-product-card__cta:focus-visible span:last-child {
  transform: translate(2px, -2px);
}

.bauran-products .bauran-product-card.product-miniature {
  background: #11171d;
  border-color: rgba(255, 255, 255, 0.15);
}

.bauran-products .bauran-product-card__body {
  color: var(--bauran-white);
}

.bauran-products .bauran-product-card__meta {
  color: rgba(255, 255, 255, 0.52);
}

.bauran-products .bauran-product-card__meta span:last-child:not(:first-child) {
  color: rgba(255, 255, 255, 0.38);
}

.bauran-products .bauran-product-card .product-title a,
.bauran-products .bauran-product-card__price .price,
.bauran-products .bauran-product-card__cta {
  color: var(--bauran-white);
}

.bauran-products .bauran-product-card__commercial {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.bauran-products .bauran-product-card__price .regular-price {
  color: rgba(255, 255, 255, 0.48);
}

body#category #products .products.product-list-grid,
body#search #products .products.product-list-grid {
  display: grid;
  gap: clamp(1rem, 2.3vw, 2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

body#category #products .products.product-list-grid > .bauran-product-card-item,
body#search #products .products.product-list-grid > .bauran-product-card-item {
  flex: none;
  max-width: none;
  padding: 0;
  width: auto;
}

.bauran-product-grid__more {
  margin: 2.5rem 0 0;
  text-align: right;
}

.bauran-product-grid__more a {
  border-bottom: 1px solid currentColor;
  color: var(--bauran-white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}

.bauran-products-empty {
  background:
    radial-gradient(circle at 85% 12%, rgba(212, 175, 55, 0.11), transparent 35%),
    #11171d;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  min-height: 410px;
  overflow: hidden;
}

.bauran-products-empty__content {
  align-self: center;
  padding: clamp(2.25rem, 5vw, 5rem);
}

.bauran-products-empty__label {
  color: var(--bauran-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

.bauran-products-empty h3 {
  color: var(--bauran-white);
  font-size: clamp(2rem, 4.2vw, 4.25rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.bauran-products-empty__content > p:not(.bauran-products-empty__label) {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  margin: 1.6rem 0 0;
  max-width: 650px;
}

.bauran-products-empty__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.bauran-products-empty__link {
  border-bottom: 1px solid currentColor;
  color: var(--bauran-white);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}

.bauran-products-empty__link:hover,
.bauran-products-empty__link:focus-visible {
  color: var(--bauran-gold);
}

.bauran-products-empty__visual {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #0b1015;
  background-size: 42px 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 410px;
  overflow: hidden;
  position: relative;
}

.bauran-products-empty__ring,
.bauran-products-empty__axis {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bauran-products-empty__ring {
  border: 1px solid rgba(212, 175, 55, 0.48);
  border-radius: 50%;
}

.bauran-products-empty__ring--outer { height: 74%; width: min(74%, 330px); }
.bauran-products-empty__ring--inner { height: 42%; width: min(42%, 188px); }

.bauran-products-empty__axis {
  background: rgba(255, 255, 255, 0.16);
}

.bauran-products-empty__axis--horizontal { height: 1px; width: 100%; }
.bauran-products-empty__axis--vertical { height: 100%; width: 1px; }

.bauran-products-empty__number {
  color: var(--bauran-gold);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 300;
  left: 50%;
  letter-spacing: -0.08em;
  line-height: 1;
  position: absolute;
  top: 48%;
  transform: translate(-53%, -50%);
}

.bauran-products-empty__edition {
  bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.62rem;
  left: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  position: absolute;
  text-transform: uppercase;
}

.bauran-system {
  background: #f0eee8;
  color: var(--bauran-carbon);
  padding-block: clamp(5rem, 9vw, 9rem);
}

.bauran-system__grid {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
}

.bauran-system__visual {
  aspect-ratio: 1;
  background: var(--bauran-carbon);
  overflow: hidden;
  position: relative;
}

.bauran-system__ring,
.bauran-system__axis {
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bauran-system__ring--outer { height: 76%; width: 76%; }
.bauran-system__ring--middle { height: 50%; width: 50%; }
.bauran-system__ring--inner { background: var(--bauran-gold); height: 14%; width: 14%; }
.bauran-system__axis { border-color: rgba(255, 255, 255, 0.38); height: 105%; width: 1px; }

.bauran-checklist {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.bauran-checklist li {
  border-top: 1px solid rgba(13, 15, 18, 0.14);
  font-weight: 600;
  padding: 1rem 0 1rem 2rem;
  position: relative;
}

.bauran-checklist li::before {
  color: var(--bauran-gold);
  content: "\2192";
  left: 0;
  position: absolute;
}

.bauran-final-cta {
  background: var(--bauran-carbon-soft);
  border-top: 1px solid var(--bauran-line);
  padding-block: clamp(4rem, 7vw, 7rem);
}

.bauran-final-cta__inner {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.bauran-final-cta h2 {
  color: var(--bauran-white);
  max-width: 18ch;
}

/* Curated footer: removes the demo catalogue links inherited from the base
   theme and keeps only useful BAURAN routes. */
#footer {
  background: #080b0e;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
  padding: 0;
}

.bauran-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bauran-footer__inner,
.bauran-footer__bottom {
  margin-inline: auto;
  max-width: var(--bauran-max);
  padding-inline: clamp(1.25rem, 4vw, 4.5rem);
}

.bauran-footer__inner {
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(260px, 0.75fr) minmax(520px, 1.25fr);
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.bauran-footer__brand img {
  height: auto;
  max-width: 270px;
  width: 100%;
}

.bauran-footer__brand p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 1.5rem 0 0;
  max-width: 32rem;
}

.bauran-footer__nav {
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bauran-footer__nav > div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.bauran-footer__nav h2 {
  color: var(--bauran-white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

#footer .bauran-footer__nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.4;
}

#footer .bauran-footer__nav a:hover,
#footer .bauran-footer__nav a:focus-visible {
  color: var(--bauran-gold);
}

.bauran-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  font-size: 0.67rem;
  justify-content: space-between;
  letter-spacing: 0.075em;
  min-height: 58px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

#footer .bauran-footer__bottom p {
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
}

@media (max-width: 991.98px) {
  body#category #products .products.product-list-grid,
  body#search #products .products.product-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bauran-products-empty {
    grid-template-columns: 1fr;
  }

  .bauran-products-empty__visual {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 260px;
  }

  .bauran-products-empty__ring--outer { height: 78%; width: 204px; }
  .bauran-products-empty__ring--inner { height: 45%; width: 118px; }

  .bauran-service-bar__inner span:nth-child(n+2) {
    display: none;
  }

  .bauran-service-bar__inner {
    justify-content: center;
  }

  .bauran-header__desktop {
    display: none;
  }

  .bauran-header__mobile {
    align-items: center;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-inline: auto;
    max-width: var(--bauran-max);
    min-height: 72px;
    padding-inline: 1rem;
    position: relative;
  }

  .bauran-mobile-menu {
    position: static;
  }

  .bauran-mobile-menu summary {
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.65rem;
    letter-spacing: 0.09em;
    list-style: none;
    text-transform: uppercase;
  }

  .bauran-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .bauran-mobile-menu__icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 18px;
  }

  .bauran-mobile-menu__icon i {
    background: currentColor;
    display: block;
    height: 1px;
    width: 100%;
  }

  .bauran-mobile-menu__panel {
    background: #0b0e12;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 0.75rem 1rem 1.25rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 40;
  }

  .bauran-mobile-menu[open] .bauran-mobile-menu__panel {
    display: flex;
  }

  #header .bauran-mobile-menu__panel a {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 0.76rem;
    padding: 1rem 0;
  }

  .bauran-header__mobile-actions {
    align-items: center;
    display: flex;
    gap: 1.1rem;
    justify-self: end;
    margin-right: 0;
  }

  .bauran-header__mobile-actions .bauran-search-button {
    font-size: 0;
  }

  .bauran-mobile-cart {
    display: block;
    height: 20px;
    position: relative;
    width: 19px;
  }

  .bauran-mobile-cart > span {
    border: 1.5px solid currentColor;
    bottom: 0;
    height: 14px;
    left: 1px;
    position: absolute;
    width: 16px;
  }

  .bauran-mobile-cart > span::before {
    border: 1.5px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    content: "";
    height: 6px;
    left: 3px;
    position: absolute;
    top: -6px;
    width: 8px;
  }

  #header .bauran-header__mobile .bauran-header__logo {
    justify-self: center;
    width: clamp(145px, 26vw, 205px);
  }

  .bauran-hero { min-height: 690px; }

  .bauran-hero h1 span { white-space: normal; }

  .bauran-hero__media img {
    object-position: 70% center;
  }

  .bauran-hero__shade {
    background: linear-gradient(180deg, rgba(5, 7, 10, 0.35) 0%, rgba(5, 7, 10, 0.86) 64%, rgba(5, 7, 10, 0.98) 100%);
  }

  .bauran-hero__content {
    align-self: flex-end;
    padding-bottom: 7rem;
  }

  .bauran-pathways__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -4rem;
  }

  .bauran-pathway:first-child {
    grid-column: 1 / -1;
  }

  .bauran-proof__grid {
    grid-template-columns: 1fr;
  }

  .bauran-proof__item,
  .bauran-proof__item:last-child {
    border: 0;
    border-top: 1px solid var(--bauran-line);
    min-height: 0;
    padding: 2rem 0;
  }

  .bauran-proof__number {
    margin-bottom: 1.5rem;
  }

  .bauran-proof__intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .bauran-system__grid {
    grid-template-columns: 1fr;
  }

  .bauran-system__visual {
    max-width: 560px;
  }

  .bauran-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  body#category #products .products.product-list-grid,
  body#search #products .products.product-list-grid {
    grid-template-columns: 1fr;
  }

  .bauran-product-card .product-title.bauran-product-card__title {
    min-height: 0;
  }

  .bauran-product-card__commercial {
    align-items: center;
  }

  .bauran-products-empty {
    min-height: 0;
  }

  .bauran-products-empty__content {
    padding: 2rem 1.5rem 2.25rem;
  }

  .bauran-products-empty h3 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .bauran-products-empty__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bauran-products-empty__actions .bauran-button {
    text-align: center;
  }

  .bauran-products-empty__link {
    align-self: flex-start;
  }

  .bauran-products-empty__visual {
    min-height: 220px;
  }

  .bauran-hero {
    min-height: 680px;
  }

  .bauran-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .bauran-hero__index {
    display: none;
  }

  .bauran-actions,
  .bauran-actions .bauran-button {
    width: 100%;
  }

  .bauran-pathways__grid {
    grid-template-columns: 1fr;
    margin-top: -3rem;
  }

  .bauran-pathway:first-child {
    grid-column: auto;
  }

  .bauran-pathway {
    min-height: 285px;
  }

  .bauran-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .bauran-service-bar__inner {
    min-height: 30px;
  }

  .bauran-service-bar__inner span {
    font-size: 0.61rem;
  }

  .bauran-header__mobile {
    grid-template-columns: auto 1fr auto;
  }

  .bauran-header__mobile-actions {
    justify-self: end;
    margin-right: 0;
  }

  #header .bauran-header__mobile .bauran-header__logo {
    width: 132px;
  }

  body:not(#index) #wrapper {
    padding-block: 1.5rem 2.75rem;
  }

  body#authentication #content,
  body#password #content,
  body#registration #content,
  body#contact #content {
    padding: 1.5rem;
  }

  .bauran-footer__nav {
    grid-template-columns: 1fr 1fr;
  }

  .bauran-footer__nav > div:last-child {
    grid-column: 1 / -1;
  }

  .bauran-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
    justify-content: center;
    padding-block: 1.2rem;
  }
}

/* Storefront completion: product, search, contact, account, checkout and error
   states follow the same BAURAN system instead of falling back to Mizu demos. */
.bauran-button--dark {
  background: var(--bauran-carbon);
  border-color: var(--bauran-carbon);
  color: var(--bauran-white);
}

.bauran-button--dark:hover,
.bauran-button--dark:focus-visible {
  background: #24292f;
  border-color: #24292f;
  color: var(--bauran-white);
}

/* Product detail */
body#product #wrapper,
body#product #content-wrapper,
body#product #main {
  background: var(--bauran-ivory);
}

body#product #wrapper > .container {
  max-width: none;
  padding: 0;
}

body#product .product-container {
  background: #e4e1d9;
  margin: 0;
}

body#product .product-container > .page-content {
  background: #e4e1d9;
}

body#product .bauran-product-info {
  background: var(--bauran-carbon);
  color: var(--bauran-white);
  min-height: 720px;
}

body#product .bauran-product-info .product-details {
  margin-inline: auto;
  max-width: 760px;
  padding: clamp(2.5rem, 6vw, 7rem) clamp(1.5rem, 5vw, 6rem);
}

body#product .bauran-product-info .product-heading h1,
body#product .bauran-product-info h1 {
  color: var(--bauran-white) !important;
  font-size: clamp(2.8rem, 5.5vw, 6.5rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
  margin: 0 0 2rem;
}

.bauran-product-reference {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.67rem;
  letter-spacing: 0.13em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

body#product .bauran-product-info .current-price,
body#product .bauran-product-info .current-price-value,
body#product .bauran-product-info .product-price {
  color: var(--bauran-white);
}

body#product .bauran-product-info .product-prices {
  border-bottom: 1px solid var(--bauran-line);
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
}

body#product .bauran-product-info .product-description-short,
body#product .bauran-product-info .product-description-short p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.72;
}

body#product .bauran-product-info .product-variants,
body#product .bauran-product-info .product-add-to-cart {
  border-top: 1px solid var(--bauran-line);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}

body#product .bauran-product-info .control-label,
body#product .bauran-product-info .product-variants-item > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body#product .bauran-product-info select,
body#product .bauran-product-info .form-control-select,
body#product .bauran-product-info #quantity_wanted {
  background-color: #1a1e23;
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--bauran-white);
}

body#product .bauran-product-info .add-to-cart {
  background: var(--bauran-gold);
  border-color: var(--bauran-gold);
  color: #0b0d0f;
  min-height: 54px;
}

body#product .bauran-product-info .add-to-cart:hover,
body#product .bauran-product-info .add-to-cart:focus-visible {
  background: #e2c45f;
  border-color: #e2c45f;
}

.bauran-product-assurances {
  border-bottom: 1px solid var(--bauran-line);
  border-top: 1px solid var(--bauran-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem 0;
}

.bauran-product-assurances > div {
  padding: 1rem 0.8rem;
}

.bauran-product-assurances > div + div {
  border-left: 1px solid var(--bauran-line);
}

.bauran-product-assurances strong,
.bauran-product-assurances span {
  display: block;
}

.bauran-product-assurances strong {
  color: var(--bauran-white);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.bauran-product-assurances span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  line-height: 1.45;
}

.bauran-product-accordion .card {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bauran-line) !important;
  color: var(--bauran-white);
  padding: 0 !important;
}

.bauran-product-accordion .card-header {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bauran-white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.bauran-product-accordion .card-header .label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bauran-product-accordion .card-body {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
  padding: 0 0 1.8rem;
}

.bauran-product-accordion .card-body p,
.bauran-product-accordion .card-body li,
.bauran-product-accordion .card-body dt,
.bauran-product-accordion .card-body dd {
  color: rgba(255, 255, 255, 0.68);
}

.bauran-product-accordion .card-body a {
  color: var(--bauran-gold);
}

.bauran-product-support {
  background: var(--bauran-ivory);
  color: var(--bauran-ink);
  padding: clamp(5rem, 10vw, 10rem) 0;
}

.bauran-product-support__heading {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.bauran-product-support h2 {
  font-size: clamp(2.6rem, 6vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0;
  max-width: 950px;
}

.bauran-product-support__grid {
  border-left: 1px solid var(--bauran-border);
  border-top: 1px solid var(--bauran-border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bauran-product-support__grid article {
  border-bottom: 1px solid var(--bauran-border);
  border-right: 1px solid var(--bauran-border);
  min-height: 260px;
  padding: clamp(1.5rem, 3vw, 2.8rem);
}

.bauran-product-support__grid article > span {
  color: var(--bauran-gold);
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  margin-bottom: 3rem;
}

.bauran-product-support__grid h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  margin-bottom: 0.8rem;
}

.bauran-product-support__grid p {
  color: var(--bauran-muted);
  line-height: 1.65;
}

.bauran-product-support__grid a {
  color: var(--bauran-ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Search */
body#search #wrapper {
  padding-inline: 0;
}

.bauran-search-hero {
  background: var(--bauran-carbon);
  color: var(--bauran-white);
  margin: 0 0 clamp(3rem, 7vw, 7rem);
  width: 100%;
}

.bauran-search-hero__inner {
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(4rem, 8vw, 7rem);
}

.bauran-search-hero h1 {
  color: var(--bauran-white) !important;
  font-size: clamp(3rem, 7vw, 7rem) !important;
  letter-spacing: -0.05em;
  line-height: 0.92 !important;
  margin: 0 0 2rem !important;
}

.bauran-search-hero__form {
  max-width: 760px;
}

.bauran-search-hero__form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--bauran-white);
  min-height: 58px;
}

.bauran-search-count {
  color: var(--bauran-muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bauran-search-empty {
  background: var(--bauran-paper);
  border: 1px solid var(--bauran-border);
  margin: 0 auto clamp(4rem, 8vw, 8rem);
  max-width: 1000px;
  padding: clamp(2rem, 7vw, 7rem);
}

.bauran-search-empty__index {
  color: var(--bauran-gold);
  display: block;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 300;
  line-height: 1;
}

.bauran-search-empty h2 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
  margin: 1rem 0;
}

.bauran-search-empty > p {
  color: var(--bauran-muted);
  max-width: 650px;
}

/* Contact */
.bauran-contact-page {
  background: var(--bauran-ivory);
  color: var(--bauran-ink);
}

.bauran-contact-hero {
  background: var(--bauran-carbon);
  color: var(--bauran-white);
}

.bauran-contact-hero__grid {
  align-items: end;
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  padding-bottom: clamp(4rem, 9vw, 9rem);
  padding-top: clamp(4rem, 8vw, 7rem);
}

.bauran-contact-hero h1 {
  color: var(--bauran-white);
  font-size: clamp(3rem, 8vw, 8.5rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 0;
}

.bauran-contact-hero__copy p {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.bauran-contact-hero__copy a {
  color: var(--bauran-gold);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.bauran-contact-content {
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  padding-bottom: clamp(5rem, 10vw, 10rem);
  padding-top: clamp(4rem, 8vw, 8rem);
}

.bauran-contact-steps {
  border-top: 2px solid var(--bauran-gold);
  padding-top: 1.5rem;
}

.bauran-contact-steps__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bauran-contact-steps ol {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.bauran-contact-steps li {
  border-top: 1px solid var(--bauran-border);
  color: var(--bauran-muted);
  display: grid;
  font-size: 0.9rem;
  gap: 1rem;
  grid-template-columns: 34px 1fr;
  line-height: 1.55;
  padding: 1.2rem 0;
}

.bauran-contact-steps li span {
  color: var(--bauran-gold);
  font-size: 0.68rem;
}

.bauran-contact-form-wrap > h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  margin: 0 0 2.5rem;
}

.bauran-contact-form-wrap .contact-page-center,
.bauran-contact-form-wrap .contact-page-block,
.bauran-contact-form-wrap .contact-form {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.bauran-contact-form-wrap .contact-page-block > .bauran-eyebrow,
.bauran-contact-form-wrap .contact-title,
.bauran-contact-form-wrap .contact-store-info {
  display: none;
}

/* Customer account */
.bauran-account-entry {
  background: var(--bauran-ivory);
  color: var(--bauran-ink);
}

.bauran-account-entry__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  min-height: 720px;
}

.bauran-account-entry__intro {
  align-self: stretch;
  background: var(--bauran-carbon);
  color: var(--bauran-white);
  margin-left: calc((var(--bauran-max) - 100vw) / 2);
  padding: clamp(4rem, 9vw, 9rem) clamp(2rem, 8vw, 8rem) clamp(4rem, 9vw, 9rem) max(2rem, calc((100vw - var(--bauran-max)) / 2 + 3.5rem));
}

.bauran-account-entry__intro h1 {
  color: var(--bauran-white) !important;
  font-size: clamp(3rem, 7vw, 7rem) !important;
  letter-spacing: -0.05em;
  line-height: 0.9 !important;
  margin: 0 0 2rem !important;
}

.bauran-account-entry__intro > p:not(.bauran-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 580px;
}

.bauran-account-entry__intro ul {
  border-top: 1px solid var(--bauran-line);
  list-style: none;
  margin: 3rem 0 0;
  max-width: 580px;
  padding: 0;
}

.bauran-account-entry__intro li {
  border-bottom: 1px solid var(--bauran-line);
  color: rgba(255, 255, 255, 0.7);
  padding: 1rem 0;
}

.bauran-account-entry__form {
  align-self: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.bauran-account-entry__form h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 2rem;
}

.bauran-account-entry__register {
  border-top: 1px solid var(--bauran-border);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.bauran-account-entry__register p,
.bauran-account-entry__privacy {
  color: var(--bauran-muted);
  font-size: 0.82rem;
}

.bauran-account-heading {
  padding-bottom: 2rem;
}

.bauran-account-heading h1 {
  font-size: clamp(2.8rem, 6vw, 6rem) !important;
  letter-spacing: -0.05em;
  line-height: 0.92 !important;
  margin: 0 0 1rem !important;
}

.bauran-account-heading > p:last-child {
  color: var(--bauran-muted);
}

.bauran-account-links {
  border-left: 1px solid var(--bauran-border);
  border-top: 1px solid var(--bauran-border);
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bauran-account-links > a {
  border-bottom: 1px solid var(--bauran-border);
  border-right: 1px solid var(--bauran-border);
  color: var(--bauran-ink) !important;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 220px;
  padding: 2rem;
  text-decoration: none;
}

.bauran-account-links__number {
  color: var(--bauran-gold);
  font-size: 0.68rem;
  grid-column: 1 / -1;
  letter-spacing: 0.13em;
  margin-bottom: 2.5rem;
}

.bauran-account-links strong {
  font-size: 1.35rem;
}

.bauran-account-links p {
  color: var(--bauran-muted);
  grid-column: 1 / -1;
  margin: 0.7rem 0 0;
}

.bauran-account-signout {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  text-transform: uppercase;
}

/* Checkout */
.bauran-checkout-header {
  background: var(--bauran-carbon);
  border-bottom: 1px solid var(--bauran-line);
  color: var(--bauran-white);
}

.bauran-checkout-header__inner {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto 1fr;
  margin-inline: auto;
  max-width: var(--bauran-max);
  min-height: 92px;
  padding-inline: clamp(1rem, 3vw, 3.5rem);
}

.bauran-checkout-header__logo img {
  height: auto;
  max-width: 170px;
}

.bauran-checkout-header__status {
  align-items: center;
  display: grid;
  gap: 0.15rem 0.6rem;
  grid-template-columns: auto 1fr;
}

.bauran-checkout-header__status strong {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bauran-checkout-header__status > span:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  grid-column: 2;
}

.bauran-checkout-header__lock {
  border: 1px solid var(--bauran-gold);
  border-radius: 2px;
  grid-row: 1 / 3;
  height: 14px;
  position: relative;
  width: 14px;
}

.bauran-checkout-header__lock::before {
  border: 1px solid var(--bauran-gold);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: -7px;
  width: 8px;
}

.bauran-checkout-header__help {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  justify-self: end;
  text-align: right;
}

.bauran-checkout-header__help strong {
  color: var(--bauran-white);
  display: block;
  font-size: 0.72rem;
  margin-top: 0.2rem;
}

body#checkout #wrapper {
  background: var(--bauran-ivory);
}

body#checkout .checkout-content {
  margin-inline: auto;
  max-width: var(--bauran-max);
  padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 3vw, 3.5rem);
}

body#checkout .checkout-step,
body#checkout .cart-summary {
  background: var(--bauran-paper);
  border: 1px solid var(--bauran-border);
  box-shadow: none;
}

.bauran-checkout-footer {
  background: #090b0d;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.bauran-checkout-footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--bauran-max);
  min-height: 90px;
  padding-inline: clamp(1rem, 3vw, 3.5rem);
}

.bauran-checkout-footer__inner p {
  margin: 0;
}

.bauran-checkout-footer nav {
  display: flex;
  gap: 1.2rem;
}

.bauran-checkout-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.bauran-checkout-footer__terms {
  margin-inline: auto;
  max-width: var(--bauran-max);
  padding: 0 clamp(1rem, 3vw, 3.5rem) 1.5rem;
}

/* Error pages */
.bauran-error-page {
  background: var(--bauran-carbon);
  color: var(--bauran-white);
}

.bauran-error-page__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 7vw, 8rem);
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  min-height: 72vh;
  padding-bottom: clamp(4rem, 8vw, 8rem);
  padding-top: clamp(4rem, 8vw, 8rem);
}

.bauran-error-page__code {
  color: rgba(255, 255, 255, 0.06);
  font-size: clamp(9rem, 25vw, 24rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.bauran-error-page h1 {
  color: var(--bauran-white) !important;
  font-size: clamp(3rem, 7vw, 7rem) !important;
  letter-spacing: -0.055em;
  line-height: 0.9 !important;
  margin: 0 0 1.5rem !important;
}

.bauran-error-page__content > p:not(.bauran-eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.05rem;
}

.bauran-error-page__search {
  margin-top: 2.5rem;
  max-width: 640px;
}

@media (max-width: 991.98px) {
  .bauran-product-assurances,
  .bauran-product-support__grid,
  .bauran-contact-hero__grid,
  .bauran-contact-content,
  .bauran-account-entry__grid,
  .bauran-error-page__grid {
    grid-template-columns: 1fr;
  }

  .bauran-product-assurances > div + div {
    border-left: 0;
    border-top: 1px solid var(--bauran-line);
  }

  .bauran-account-entry__intro {
    margin-left: 0;
    padding-left: clamp(1.5rem, 7vw, 4rem);
  }

  .bauran-checkout-header__inner {
    grid-template-columns: 1fr auto;
  }

  .bauran-checkout-header__status {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .bauran-account-links {
    grid-template-columns: 1fr;
  }

  .bauran-checkout-header__help {
    display: none;
  }

  .bauran-checkout-header__inner {
    grid-template-columns: 1fr;
    min-height: 76px;
  }

  .bauran-checkout-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    padding-block: 1.5rem;
  }

  .bauran-checkout-footer nav {
    flex-wrap: wrap;
  }

  .bauran-error-page__code {
    font-size: 9rem;
  }
}

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

  .bauran-button {
    transition: none;
  }

  .bauran-product-card,
  .bauran-product-card__image,
  .bauran-product-card__cta span:last-child {
    transition: none;
  }

  .bauran-product-card:hover,
  .bauran-product-card:focus-within,
  .bauran-product-card:hover .bauran-product-card__image,
  .bauran-product-card:focus-within .bauran-product-card__image {
    transform: none;
  }
}

/* Cart */
body#cart #wrapper {
  padding-top: clamp(3.5rem, 7vw, 7rem);
}

.bauran-cart__title {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.bauran-cart__title h1 {
  margin: 0;
}

.bauran-cart-empty {
  align-items: center;
  background: var(--bauran-paper, #fff);
  border: 1px solid var(--bauran-line);
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(90px, 0.28fr) 1fr;
  min-height: 330px;
  padding: clamp(2rem, 5vw, 5rem);
}

.bauran-cart-empty__index {
  color: var(--bauran-gold);
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 300;
  line-height: 1;
}

.bauran-cart-empty h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  margin: 0 0 1rem;
}

.bauran-cart-empty p {
  max-width: 650px;
}

.bauran-cart-empty .bauran-button {
  margin-top: 1.35rem;
}

.bauran-cart-assurances {
  border-bottom: 1px solid var(--bauran-line);
  border-top: 1px solid var(--bauran-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 6rem);
}

.bauran-cart-assurances > div {
  min-height: 190px;
  padding: 2rem;
}

.bauran-cart-assurances > div + div {
  border-left: 1px solid var(--bauran-line);
}

.bauran-cart-assurances span {
  color: var(--bauran-gold);
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  margin-bottom: 2.2rem;
}

.bauran-cart-assurances strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.bauran-cart-assurances p {
  font-size: 0.88rem;
  margin: 0;
  max-width: 290px;
}

@media (max-width: 767.98px) {
  .bauran-cart-empty {
    grid-template-columns: 1fr;
  }

  .bauran-cart-assurances {
    grid-template-columns: 1fr;
  }

  .bauran-cart-assurances > div {
    min-height: 0;
  }

  .bauran-cart-assurances > div + div {
    border-left: 0;
    border-top: 1px solid var(--bauran-line);
  }
}

/* Content foundation 0.6.0: scalable catalogue navigation, editorial pages
   and legal content without introducing a page-builder dependency. */
.bauran-category-grid {
  border: 1px solid var(--bauran-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.bauran-category-card {
  background: rgba(255, 255, 255, 0.025);
  color: var(--bauran-white);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: auto 1fr auto;
  min-height: 250px;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.bauran-category-card + .bauran-category-card {
  border-left: 1px solid var(--bauran-line);
}

.bauran-category-card:hover,
.bauran-category-card:focus-visible {
  background: var(--bauran-gold);
  color: #0b0d0f;
  text-decoration: none;
}

.bauran-category-card__number {
  color: var(--bauran-gold);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.bauran-category-card:hover .bauran-category-card__number,
.bauran-category-card:focus-visible .bauran-category-card__number {
  color: #0b0d0f;
}

.bauran-category-card__content {
  align-self: end;
  display: block;
}

.bauran-category-card__content strong {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.08;
  margin-bottom: 0.85rem;
}

.bauran-category-card__content > span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 0.88rem;
  line-height: 1.6;
}

.bauran-category-card:hover .bauran-category-card__content > span,
.bauran-category-card:focus-visible .bauran-category-card__content > span {
  color: rgba(11, 13, 15, 0.76);
}

.bauran-category-card__arrow {
  font-size: 1.1rem;
}

.bauran-guides {
  background: var(--bauran-ivory);
  color: var(--bauran-ink);
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.bauran-guides .bauran-eyebrow {
  color: #6f5b18;
}

.bauran-guides__heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.bauran-guides h2 {
  font-size: clamp(2.25rem, 5vw, 5rem);
  line-height: 0.96;
  margin: 0;
  max-width: 850px;
}

.bauran-text-link {
  color: inherit;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 650;
  gap: 0.55rem;
  letter-spacing: 0.11em;
  padding-bottom: 0.45rem;
  text-decoration: none;
  text-transform: uppercase;
}

.bauran-text-link::after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.bauran-text-link {
  position: relative;
}

.bauran-text-link:hover::after,
.bauran-text-link:focus-visible::after {
  transform: scaleX(1);
}

.bauran-guide-grid {
  border: 1px solid var(--bauran-border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bauran-guide-card + .bauran-guide-card {
  border-left: 1px solid var(--bauran-border);
}

.bauran-guide-card a {
  color: var(--bauran-ink);
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  text-decoration: none;
  transition: background 180ms ease;
}

.bauran-guide-card a:hover,
.bauran-guide-card a:focus-visible {
  background: var(--bauran-paper);
  text-decoration: none;
}

.bauran-guide-card__meta {
  color: var(--bauran-muted);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  margin-bottom: 4.5rem;
  text-transform: uppercase;
}

.bauran-guide-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.13;
  margin: 0 0 1.1rem;
}

.bauran-guide-card p {
  color: var(--bauran-muted);
  line-height: 1.7;
  margin: 0;
}

.bauran-guide-card__link {
  color: var(--bauran-ink);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  margin-top: auto;
  padding-top: 2rem;
  text-transform: uppercase;
}

.bauran-promise {
  background: #0a0c0f;
  border-top: 1px solid var(--bauran-line);
  padding: clamp(5rem, 10vw, 10rem) 0;
}

.bauran-promise__grid {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
}

.bauran-promise h2 {
  font-size: clamp(3rem, 7vw, 7.5rem);
  letter-spacing: -0.045em;
  line-height: 0.88;
  margin: 0;
}

.bauran-promise__copy {
  padding-top: 2.5rem;
}

.bauran-promise__copy p {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.75;
  margin: 0 0 2rem;
}

/* Product category landing pages */
body#category #wrapper,
body#category #content-wrapper {
  background: var(--bauran-ivory);
}

body#category #wrapper {
  padding-inline: 0;
}

.bauran-category-hero {
  background: var(--bauran-carbon);
  color: var(--bauran-white);
  margin: 0 0 clamp(3rem, 7vw, 7rem);
  overflow: hidden;
  width: 100%;
}

.bauran-category-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: clamp(390px, 48vw, 650px);
}

.bauran-category-hero__copy {
  align-self: center;
  padding-block: clamp(4rem, 9vw, 8rem);
  padding-right: clamp(2rem, 7vw, 8rem);
}

body#category #main .bauran-category-hero h1 {
  color: var(--bauran-white);
  font-size: clamp(3.2rem, 7vw, 7.8rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 0 0 1.7rem;
  max-width: 950px;
}

.bauran-category-hero__description,
.bauran-category-hero__description p {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
  margin: 0;
  max-width: 670px;
}

body#category #main .bauran-category-hero__description,
body#category #main .bauran-category-hero__description p {
  color: rgba(255, 255, 255, 0.76);
}

.bauran-category-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 2.5rem;
}

.bauran-category-hero__assurances span {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bauran-category-hero__assurances span::before {
  background: var(--bauran-gold);
  content: "";
  height: 5px;
  margin-right: 0.55rem;
  width: 5px;
}

.bauran-category-hero__visual {
  background: #11151a;
  border-left: 1px solid var(--bauran-line);
  overflow: hidden;
  position: relative;
}

.bauran-category-hero__number {
  color: rgba(255, 255, 255, 0.07);
  font-size: clamp(9rem, 22vw, 22rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -0.06em;
  top: 0.03em;
}

.bauran-category-hero__ring {
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%);
}

.bauran-category-hero__ring--one {
  height: 230px;
  width: 230px;
}

.bauran-category-hero__ring--two {
  height: 100px;
  width: 100px;
}

.bauran-category-hero__axis {
  background: var(--bauran-gold);
  height: 1px;
  left: 12%;
  position: absolute;
  top: 58%;
  width: 76%;
}

body#category .category-additional-description {
  background: var(--bauran-paper);
  border: 1px solid var(--bauran-border);
  color: var(--bauran-ink);
  margin: clamp(3rem, 6vw, 6rem) auto;
  max-width: 900px;
  padding: clamp(2rem, 5vw, 4.5rem);
}

body#category .category-additional-description h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.bauran-category-empty {
  background: var(--bauran-paper);
  border: 1px solid var(--bauran-border);
  margin: 0 auto clamp(4rem, 9vw, 9rem);
  max-width: 960px;
  padding: clamp(2.25rem, 6vw, 5.5rem);
  position: relative;
}

.bauran-category-empty::before {
  background: var(--bauran-gold);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: clamp(100px, 18vw, 220px);
}

body#category #main .bauran-category-empty h2 {
  color: var(--bauran-ink);
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 1rem 0 1.5rem;
  max-width: 760px;
}

.bauran-category-empty > p:not(.bauran-eyebrow) {
  color: var(--bauran-muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
}

.bauran-category-empty .bauran-actions {
  margin-top: 2.25rem;
}

#search_filter_controls .bauran-filter-title {
  color: var(--bauran-ink);
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.025em;
  margin: 0;
}

/* CMS guides and legal pages */
.bauran-cms-page,
.bauran-cms-index {
  background: var(--bauran-ivory);
  color: var(--bauran-ink);
  min-height: 70vh;
}

.bauran-cms-hero {
  background:
    radial-gradient(circle at 82% 46%, rgba(212, 175, 55, 0.08), transparent 24%),
    var(--bauran-carbon);
  color: var(--bauran-white);
  overflow: hidden;
  position: relative;
}

.bauran-cms-hero::before {
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 clamp(38px, 5vw, 82px) rgba(212, 175, 55, 0.07),
    0 0 0 clamp(86px, 10vw, 164px) rgba(212, 175, 55, 0.035);
  content: "";
  height: clamp(150px, 19vw, 290px);
  position: absolute;
  right: clamp(4rem, 12vw, 13rem);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(150px, 19vw, 290px);
}

.bauran-cms-hero::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  inset: 0 0 0 58%;
  pointer-events: none;
  position: absolute;
}

.bauran-cms-hero__inner {
  padding-bottom: clamp(4rem, 9vw, 8rem);
  padding-top: clamp(4rem, 8vw, 7rem);
  position: relative;
  z-index: 1;
}

/* The general interior-page rule targets #main h1 with higher specificity.
   Keep this selector stronger so CMS headings stay legible on the dark hero. */
body:not(#index) #main .bauran-cms-hero h1 {
  color: var(--bauran-white);
  font-size: clamp(2.8rem, 7vw, 7.2rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
  margin: 0;
  max-width: min(920px, 72%);
}

.bauran-cms-hero__description,
.bauran-cms-hero__description p {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.65;
  margin: 1.5rem 0 0;
  max-width: 720px;
}

.bauran-cms-layout {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  padding-bottom: clamp(5rem, 10vw, 10rem);
  padding-top: clamp(4rem, 8vw, 8rem);
}

.bauran-cms-content {
  min-width: 0;
}

.bauran-prose {
  font-size: 1.02rem;
  line-height: 1.82;
  max-width: 850px;
}

.bauran-prose__lead {
  color: var(--bauran-ink);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.55;
  margin-bottom: 3rem;
}

.bauran-prose h2 {
  color: var(--bauran-ink);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.13;
  margin: 3.2rem 0 1rem;
}

.bauran-prose h2:first-child {
  margin-top: 0;
}

.bauran-prose p,
.bauran-prose li {
  color: #44494e;
}

.bauran-prose a {
  color: #3a3219;
  text-decoration-color: var(--bauran-gold);
  text-underline-offset: 0.2em;
}

.bauran-prose code {
  background: #e7e2d8;
  border-radius: 2px;
  color: var(--bauran-ink);
  padding: 0.12rem 0.3rem;
}

.bauran-note {
  background: var(--bauran-paper);
  border-left: 3px solid var(--bauran-gold);
  color: #44494e;
  margin-top: 3rem;
  padding: 1.5rem 1.8rem;
}

.bauran-cms-aside {
  border-top: 2px solid var(--bauran-gold);
  color: var(--bauran-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  padding-top: 1.5rem;
  position: sticky;
  top: 2rem;
}

.bauran-cms-aside__label {
  color: var(--bauran-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bauran-cms-index__body {
  padding-bottom: clamp(5rem, 10vw, 10rem);
  padding-top: clamp(3rem, 7vw, 6rem);
}

.bauran-cms-index__subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 2.5rem;
}

.bauran-cms-index__subcategories a {
  border: 1px solid var(--bauran-border);
  color: var(--bauran-ink);
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.bauran-cms-card-grid {
  border-left: 1px solid var(--bauran-border);
  border-top: 1px solid var(--bauran-border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bauran-cms-card {
  border-bottom: 1px solid var(--bauran-border);
  border-right: 1px solid var(--bauran-border);
}

.bauran-cms-card a {
  color: var(--bauran-ink);
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  text-decoration: none;
  transition: background 180ms ease;
}

.bauran-cms-card a:hover,
.bauran-cms-card a:focus-visible {
  background: var(--bauran-paper);
  text-decoration: none;
}

.bauran-cms-card__number {
  color: var(--bauran-gold);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  margin-bottom: 3.5rem;
}

.bauran-cms-card h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.15;
  margin: 0;
}

.bauran-cms-card__link {
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  margin-top: auto;
  padding-top: 2rem;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .bauran-cms-hero::before {
    opacity: 0.65;
    right: -3rem;
  }

  .bauran-cms-hero::after {
    inset: 0 0 0 48%;
  }

  body:not(#index) #main .bauran-cms-hero h1 {
    max-width: 82%;
  }

  .bauran-category-grid,
  .bauran-guide-grid,
  .bauran-cms-card-grid {
    grid-template-columns: 1fr;
  }

  .bauran-category-card + .bauran-category-card,
  .bauran-guide-card + .bauran-guide-card {
    border-left: 0;
    border-top: 1px solid var(--bauran-border);
  }

  .bauran-category-card + .bauran-category-card {
    border-top-color: var(--bauran-line);
  }

  .bauran-category-card,
  .bauran-guide-card a {
    min-height: 230px;
  }

  .bauran-guide-card__meta {
    margin-bottom: 2.5rem;
  }

  .bauran-promise__grid,
  .bauran-category-hero__grid,
  .bauran-cms-layout {
    grid-template-columns: 1fr;
  }

  .bauran-category-hero__visual {
    border-left: 0;
    border-top: 1px solid var(--bauran-line);
    min-height: 280px;
  }

  .bauran-cms-aside {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .bauran-cms-hero::before {
    bottom: -5rem;
    height: 180px;
    opacity: 0.42;
    right: -4.5rem;
    top: auto;
    transform: none;
    width: 180px;
  }

  .bauran-cms-hero::after {
    inset: 0 0 0 68%;
  }

  body:not(#index) #main .bauran-cms-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
    max-width: 100%;
  }

  .bauran-guides__heading {
    align-items: start;
    flex-direction: column;
  }

  .bauran-category-card {
    grid-template-columns: auto 1fr;
  }

  .bauran-category-card__arrow {
    display: none;
  }

  .bauran-promise__grid {
    gap: 1.5rem;
  }

  .bauran-category-hero__copy {
    padding-right: 0;
  }

  .bauran-category-hero__visual {
    min-height: 220px;
  }
}
