/*
Theme Name: BeachTowel.ch
Theme URI: https://beachtowel.ch
Author: BeachTowel.ch
Description: Individuelles WooCommerce-Theme für BeachTowel.ch.
Version: 1.1.2
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: beachtowel
*/

:root {
  --bt-ink: #18313b;
  --bt-paper: #f5eedf;
  --bt-coral: #e86f51;
  --bt-sea: #1d7180;
  --bt-saffron: #d9a83f;
  --bt-mint: #a7c8b7;
  --bt-white: #fffdf8;
  --bt-line: rgba(24, 49, 59, .16);
  --bt-shadow: 0 22px 60px rgba(24, 49, 59, .14);
  --bt-shell: min(1420px, 92vw);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bt-paper); color: var(--bt-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
body.admin-bar .bt-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.bt-announcement { min-height: 32px; display: flex; justify-content: center; align-items: center; gap: 18px; padding: 7px 20px; background: var(--bt-ink); color: var(--bt-white); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bt-dot { color: var(--bt-coral); }
.bt-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 78px; padding: 0 4vw; background: rgba(245, 238, 223, .96); border-bottom: 1px solid var(--bt-line); backdrop-filter: blur(14px); }
.bt-brand { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.bt-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 25px; height: 28px; }
.bt-mark i { display: block; width: 5px; border-radius: 4px 4px 0 0; background: var(--bt-ink); }
.bt-mark i:nth-child(1) { height: 22px; }
.bt-mark i:nth-child(2) { height: 28px; background: var(--bt-coral); }
.bt-mark i:nth-child(3) { height: 20px; background: var(--bt-sea); }
.bt-nav { display: flex; align-items: center; gap: 28px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.bt-nav a { position: relative; padding: 30px 0; }
.bt-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--bt-coral); transition: right .2s ease; }
.bt-nav a:hover::after { right: 0; }
.bt-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.bt-account { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bt-cart { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--bt-ink); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bt-cart-count { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 20px; background: var(--bt-coral); color: white; }
.bt-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.bt-menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--bt-ink); }

.bt-shell { width: var(--bt-shell); margin-inline: auto; }
.bt-section { padding: 110px 0; }
.bt-kicker { margin: 0 0 14px; color: var(--bt-coral); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.bt-heading { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 6.5vw, 94px); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.bt-heading em { color: var(--bt-coral); font-weight: 400; }
.bt-button, .button, button.button, input.button, .wp-element-button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 14px 22px; border: 1px solid var(--bt-ink); border-radius: 0 !important; background: var(--bt-ink) !important; color: white !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.bt-button:hover, .button:hover, button.button:hover { transform: translateY(-2px); background: var(--bt-coral) !important; border-color: var(--bt-coral); }
.bt-button--light { border-color: white; background: white !important; color: var(--bt-ink) !important; }
.bt-text-link { display: inline-flex; gap: 8px; align-items: center; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; }

.bt-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; }
.bt-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bt-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,238,223,.98) 0%, rgba(245,238,223,.88) 35%, rgba(245,238,223,.12) 72%); }
.bt-hero__copy { position: relative; z-index: 2; width: min(710px, 55vw); padding-left: 7vw; }
.bt-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(68px, 8vw, 126px); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.bt-hero h1 em { color: var(--bt-coral); font-weight: 400; }
.bt-hero__lead { max-width: 580px; margin: 34px 0 0; font-size: 17px; line-height: 1.65; }
.bt-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.bt-hero__stamp { position: absolute; z-index: 2; top: 65px; right: 6vw; display: grid; place-content: center; width: 112px; height: 112px; border: 1px solid var(--bt-ink); border-radius: 50%; background: var(--bt-saffron); font-family: Georgia, serif; font-size: 26px; line-height: .85; text-align: center; transform: rotate(8deg); }
.bt-hero__stamp small { font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bt-hero__product { position: absolute; z-index: 2; right: 6vw; bottom: 50px; min-width: 230px; padding: 15px 18px; background: rgba(255,253,248,.92); border-left: 4px solid var(--bt-coral); box-shadow: var(--bt-shadow); }
.bt-hero__product span, .bt-hero__product strong { display: block; }
.bt-hero__product span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bt-hero__product strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }

.bt-trust { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--bt-line); border-bottom: 1px solid var(--bt-line); background: var(--bt-white); }
.bt-trust div { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 22px 4vw; border-right: 1px solid var(--bt-line); }
.bt-trust div:last-child { border-right: 0; }
.bt-trust strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.bt-trust span { color: rgba(24,49,59,.62); font-size: 10px; }

.bt-section-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.bt-section-head > p { max-width: 490px; margin: 0; color: rgba(24,49,59,.68); }
.bt-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 34px; }
.bt-filter { padding: 10px 15px; border: 1px solid var(--bt-line); background: transparent; color: var(--bt-ink); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.bt-filter.is-active, .bt-filter:hover { background: var(--bt-ink); color: white; }
.bt-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 18px; }
.bt-product.is-hidden { display: none; }
.bt-product__image { position: relative; display: block; aspect-ratio: .83; overflow: hidden; background: var(--bt-mint); }
.bt-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bt-product:nth-child(4n+2) .bt-product__image img { object-position: 35% center; }
.bt-product:nth-child(4n+3) .bt-product__image img { object-position: 70% center; }
.bt-product:nth-child(4n+4) .bt-product__image img { object-position: 100% center; }
.bt-product:hover .bt-product__image img { transform: scale(1.035); }
.bt-product__badge { position: absolute; top: 10px; left: 10px; padding: 6px 8px; background: var(--bt-coral); color: white; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bt-product__meta { padding-top: 16px; }
.bt-product__category { margin: 0 0 5px; color: rgba(24,49,59,.52); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bt-product__row { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.bt-product h3 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1; }
.bt-product .price { font-size: 12px; font-weight: 800; white-space: nowrap; }
.bt-product__excerpt { min-height: 42px; margin: 12px 0; color: rgba(24,49,59,.68); font-size: 11px; line-height: 1.55; }
.bt-product__link { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid var(--bt-line); border-bottom: 1px solid var(--bt-line); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bt-empty { grid-column: 1 / -1; padding: 50px; border: 1px solid var(--bt-line); text-align: center; }

.bt-guide { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--bt-sea); color: white; }
.bt-guide__image { min-height: 700px; }
.bt-guide__image img { width: 100%; height: 100%; object-fit: cover; }
.bt-guide__copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.bt-guide__copy .bt-kicker { color: var(--bt-saffron); }
.bt-guide__copy h2, .bt-business h2, .bt-story h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 88px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.bt-guide__list { margin: 40px 0; border-top: 1px solid rgba(255,255,255,.25); }
.bt-guide__list div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.bt-guide__list span { color: var(--bt-saffron); font-size: 9px; font-weight: 800; }
.bt-guide__list p { margin: 0; font-size: 12px; }

.bt-uses { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--bt-line); }
.bt-uses article { min-height: 280px; padding: 28px; border-right: 1px solid var(--bt-line); }
.bt-uses article:last-child { border-right: 0; }
.bt-uses article > span { color: var(--bt-coral); font-size: 9px; font-weight: 800; }
.bt-uses h3 { margin: 78px 0 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.bt-uses p { margin: 0; color: rgba(24,49,59,.66); font-size: 12px; }

.bt-business { display: grid; grid-template-columns: 1fr 1fr; background: var(--bt-ink); color: white; }
.bt-business__copy { padding: 8vw; }
.bt-business__copy > p:not(.bt-kicker) { max-width: 600px; margin: 30px 0; color: rgba(255,255,255,.72); }
.bt-business__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.bt-business__facts span { padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.2); font-size: 9px; }
.bt-business__facts span:last-child { border-right: 0; }
.bt-business__facts strong { display: block; color: var(--bt-saffron); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.bt-business__image { min-height: 650px; }
.bt-business__image img { width: 100%; height: 100%; object-fit: cover; }

.bt-story { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; background: var(--bt-saffron); }
.bt-story__number { display: grid; place-items: center; min-height: 560px; border-right: 1px solid rgba(24,49,59,.2); font-family: Georgia, serif; font-size: clamp(100px, 14vw, 220px); letter-spacing: -.09em; }
.bt-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.bt-story__copy p:not(.bt-kicker) { max-width: 620px; margin: 30px 0; }

.bt-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.bt-faq details { border-top: 1px solid var(--bt-line); }
.bt-faq details:last-child { border-bottom: 1px solid var(--bt-line); }
.bt-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: 21px; }
.bt-faq summary::-webkit-details-marker { display: none; }
.bt-faq details p { max-width: 700px; margin: -4px 0 24px; color: rgba(24,49,59,.68); font-size: 13px; }

.bt-footer { padding: 75px 4vw 25px; background: var(--bt-ink); color: white; }
.bt-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.bt-footer .bt-brand { color: white; }
.bt-footer .bt-mark i { background: white; }
.bt-footer .bt-mark i:nth-child(2) { background: var(--bt-coral); }
.bt-footer .bt-mark i:nth-child(3) { background: var(--bt-sea); }
.bt-footer__brand p { color: rgba(255,255,255,.55); }
.bt-footer__col { display: flex; flex-direction: column; gap: 9px; }
.bt-footer__col strong { margin-bottom: 8px; color: var(--bt-saffron); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.bt-footer__col a { color: rgba(255,255,255,.72); font-size: 11px; }
.bt-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: 9px; }

.bt-content { width: min(920px, 90vw); min-height: 55vh; margin-inline: auto; padding: 90px 0; }
.bt-content h1 { font-family: Georgia, serif; font-size: clamp(48px, 7vw, 86px); font-weight: 400; line-height: .95; }
.bt-content h2, .bt-content h3 { font-family: Georgia, serif; font-weight: 400; }
.bt-content a:not(.button) { color: var(--bt-sea); text-decoration: underline; }

/* WooCommerce */
.woocommerce main, .woocommerce-page main { width: var(--bt-shell); margin: 0 auto; padding: 80px 0; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: rgba(24,49,59,.52); font-size: 10px; text-transform: uppercase; }
.woocommerce-products-header__title, .woocommerce div.product .product_title, .woocommerce-cart .entry-title, .woocommerce-checkout .entry-title { font-family: Georgia, serif; font-size: clamp(48px, 6vw, 80px); font-weight: 400; letter-spacing: -.05em; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 45px 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { aspect-ratio: .83; object-fit: cover; margin: 0 0 15px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; font-family: Georgia, serif; font-size: 23px !important; font-weight: 400; }
.woocommerce ul.products li.product .price { color: var(--bt-ink) !important; font-size: 12px !important; font-weight: 800 !important; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 12px !important; }
.woocommerce span.onsale { min-width: 0; min-height: 0; padding: 7px 9px; border-radius: 0; background: var(--bt-coral); font-size: 9px; line-height: 1; }
.single-product .woocommerce main { width: 100%; padding: 0; }
.single-product .woocommerce-breadcrumb { width: var(--bt-shell); margin: 26px auto 0; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(45px, 6vw, 110px); width: var(--bt-shell); margin: 42px auto 0; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images { position: relative; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; background: #eee9df; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { display: block; aspect-ratio: .805; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img { width: 100%; height: 100%; object-fit: cover; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px !important; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; }
.woocommerce div.product div.images .flex-control-thumbs img { aspect-ratio: 1; object-fit: cover; opacity: .6; }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active { opacity: 1; outline: 2px solid var(--bt-ink); outline-offset: -2px; }
.woocommerce div.product div.summary { position: relative; align-self: start; padding: 16px 0 40px; }
.bt-product-eyebrow { margin-bottom: 18px; color: var(--bt-coral); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.bt-product-eyebrow a { color: inherit; }
.woocommerce div.product .product_title { max-width: 700px; margin: 0 0 18px; font-size: clamp(48px, 5vw, 76px); line-height: .91; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 0 0 24px; color: var(--bt-ink); font-family: Georgia, serif; font-size: 25px; }
.woocommerce div.product .woocommerce-product-details__short-description { max-width: 640px; margin: 0 0 25px; color: rgba(24,49,59,.72); font-size: 13px; line-height: 1.65; }
.woocommerce div.product .woocommerce-product-details__short-description h2 { margin: 24px 0 10px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.woocommerce div.product .woocommerce-product-details__short-description h3 { margin: 21px 0 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-product-details__short-description ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; margin: 13px 0 18px; padding: 0; list-style: none; }
.woocommerce div.product .woocommerce-product-details__short-description li { position: relative; padding-left: 17px; }
.woocommerce div.product .woocommerce-product-details__short-description li::before { content: '✓'; position: absolute; left: 0; color: var(--bt-sea); font-size: 10px; font-weight: 800; }
.woocommerce div.product .stock { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 20px; color: #8b3b2d; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce div.product .stock::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin: 10px 0 20px; }
.woocommerce div.product form.cart .button { flex: 1; min-height: 58px; }
.woocommerce div.product form.cart .single_add_to_cart_button.disabled { opacity: .35; pointer-events: none; }
.woocommerce div.product form.cart .quantity .qty { min-height: 58px; }
.woocommerce div.product form.cart.variations_form { display: block; }
.woocommerce div.product form.cart .variations { margin: 0 0 18px; }
.woocommerce div.product form.cart .variations tr { display: block; margin-bottom: 16px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { display: block; padding: 0; text-align: left; }
.woocommerce div.product form.cart .variations label { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce div.product form.cart .variations select { width: 100%; min-height: 54px; padding: 0 44px 0 15px; border: 1px solid var(--bt-ink); border-radius: 0; background: var(--bt-white); color: var(--bt-ink); }
.woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart { display: flex; gap: 10px; }
.bt-product-promises { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0 16px; border: 1px solid var(--bt-line); }
.bt-product-promises > span { position: relative; padding: 15px 14px 14px 39px; }
.bt-product-promises > span + span { border-left: 1px solid var(--bt-line); }
.bt-product-promises i { position: absolute; top: 16px; left: 15px; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--bt-sea); color: white; font-size: 9px; font-style: normal; }
.bt-product-promises strong, .bt-product-promises small { display: block; }
.bt-product-promises strong { font-size: 10px; }
.bt-product-promises small { margin-top: 2px; color: rgba(24,49,59,.58); font-size: 9px; }
.bt-product-accordions { margin-top: 10px; border-top: 1px solid var(--bt-line); }
.bt-product-accordions details { border-bottom: 1px solid var(--bt-line); }
.bt-product-accordions summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 2px; list-style: none; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bt-product-accordions summary::-webkit-details-marker { display: none; }
.bt-product-accordions summary span { position: relative; width: 15px; height: 15px; }
.bt-product-accordions summary span::before, .bt-product-accordions summary span::after { content: ''; position: absolute; top: 7px; left: 1px; width: 13px; height: 1px; background: currentColor; transition: transform .2s ease; }
.bt-product-accordions summary span::after { transform: rotate(90deg); }
.bt-product-accordions details[open] summary span::after { transform: rotate(0); }
.bt-accordion-content { padding: 0 2px 21px; color: rgba(24,49,59,.72); font-size: 12px; line-height: 1.7; }
.bt-accordion-content > :first-child { margin-top: 0; }
.bt-accordion-content > :last-child { margin-bottom: 0; }
.bt-accordion-content h2, .bt-accordion-content h3 { font-family: Georgia, serif; font-weight: 400; }
.bt-specs table { width: 100%; border-collapse: collapse; }
.bt-specs th, .bt-specs td { padding: 9px 0; border-bottom: 1px solid var(--bt-line); text-align: left; }
.bt-specs tr:last-child th, .bt-specs tr:last-child td { border-bottom: 0; }
.bt-specs p { margin: 0; }
.bt-product-story, .bt-related { grid-column: 1 / -1; width: 100vw; margin-left: calc((var(--bt-shell) - 100vw) / 2); }
.bt-product-story { display: grid; grid-template-columns: .34fr .66fr; margin-top: 85px; background: var(--bt-sea); color: white; }
.bt-product-story__label { display: flex; align-items: end; min-height: 500px; padding: 45px 4vw; border-right: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bt-product-story__visual { position: relative; min-height: 500px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.22); background: #d8e4df; }
.bt-product-story__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bt-product-story__visual span { position: absolute; z-index: 1; left: 28px; bottom: 28px; padding: 9px 12px; background: rgba(24,49,59,.84); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bt-product-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw; }
.bt-product-story__copy .bt-kicker { color: var(--bt-saffron); }
.bt-product-story h2 { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 5.5vw, 82px); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.bt-product-story__lead { max-width: 680px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 14px; }
.bt-product-story__facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.bt-product-story__facts span { padding: 17px 16px; border-right: 1px solid rgba(255,255,255,.22); font-size: 9px; text-transform: uppercase; }
.bt-product-story__facts span:last-child { border-right: 0; }
.bt-product-story__facts strong { margin-right: 8px; color: var(--bt-saffron); }
.bt-related { padding: 110px max(4vw, calc((100vw - 1420px) / 2)); background: var(--bt-white); }
.bt-related__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.bt-related__head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.bt-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bt-related-card__image { position: relative; display: block; aspect-ratio: .84; overflow: hidden; background: #eee9df; }
.bt-related-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bt-related-card__image span { position: absolute; right: 12px; bottom: 12px; padding: 9px 12px; background: var(--bt-white); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: .25s ease; }
.bt-related-card:hover .bt-related-card__image img { transform: scale(1.025); }
.bt-related-card:hover .bt-related-card__image span { opacity: 1; transform: none; }
.bt-related-card__info { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--bt-line); }
.bt-related-card__info p { margin: 0 0 5px; color: rgba(24,49,59,.52); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bt-related-card__info h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.05; }
.bt-related-card__price { font-size: 10px; font-weight: 800; white-space: nowrap; }
.bt-related-card__price .price { font: inherit; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--bt-line); background: white; }
.woocommerce table.shop_table { border: 1px solid var(--bt-line); border-radius: 0; background: var(--bt-white); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid var(--bt-line); border-radius: 0; background: white; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--bt-sea); background: var(--bt-white); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--bt-sea); }

@media (max-width: 1100px) {
  .bt-header { grid-template-columns: 1fr auto; }
  .bt-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 4vw; background: var(--bt-paper); border-bottom: 1px solid var(--bt-line); }
  .bt-nav.is-open { display: flex; }
  .bt-nav a { padding: 13px 0; }
  .bt-actions { grid-column: 2; grid-row: 1; }
  .bt-menu-toggle { display: block; }
  .bt-account { display: none; }
  .bt-products, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  body.admin-bar .bt-header { top: 46px; }
  .bt-hero { min-height: 780px; align-items: end; }
  .bt-hero__image { height: 48%; object-position: 62% center; }
  .bt-hero__veil { background: linear-gradient(0deg, var(--bt-paper) 0 50%, transparent 64%); }
  .bt-hero__copy { width: 100%; padding: 400px 7vw 70px; }
  .bt-hero__stamp { top: 30px; }
  .bt-hero__product { top: 330px; bottom: auto; }
  .bt-trust { grid-template-columns: 1fr 1fr; }
  .bt-products, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .bt-guide, .bt-business, .bt-story, .bt-faq, .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product div.summary { position: static; padding-top: 0; }
  .bt-product-story { grid-template-columns: 1fr; }
  .bt-product-story__label { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .bt-product-story__visual { min-height: 440px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .bt-related__grid { grid-template-columns: repeat(2, 1fr); }
  .bt-guide__image, .bt-business__image { min-height: 520px; }
  .bt-story__number { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(24,49,59,.2); }
  .bt-uses { grid-template-columns: 1fr 1fr; }
  .bt-uses article:nth-child(2) { border-right: 0; }
  .bt-uses article:nth-child(-n+2) { border-bottom: 1px solid var(--bt-line); }
  .bt-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 560px) {
  .bt-announcement { gap: 7px; font-size: 8px; }
  .bt-header { min-height: 67px; padding: 0 18px; }
  .bt-brand { font-size: 17px; }
  .bt-nav { top: 67px; }
  .bt-cart { padding: 9px; font-size: 0; }
  .bt-section { padding: 75px 0; }
  .bt-section-head { align-items: start; flex-direction: column; }
  .bt-hero { min-height: 730px; }
  .bt-hero__image { height: 42%; }
  .bt-hero__veil { background: linear-gradient(0deg, var(--bt-paper) 0 57%, transparent 69%); }
  .bt-hero__copy { padding: 330px 22px 55px; }
  .bt-hero h1 { font-size: 17vw; }
  .bt-hero__lead { font-size: 14px; }
  .bt-hero__actions { align-items: start; flex-direction: column; }
  .bt-hero__stamp { width: 80px; height: 80px; right: 20px; font-size: 20px; }
  .bt-hero__product { top: 245px; right: 20px; min-width: 190px; }
  .bt-trust { grid-template-columns: 1fr; }
  .bt-trust div { border-right: 0; border-bottom: 1px solid var(--bt-line); }
  .bt-products, .woocommerce ul.products { gap: 38px 10px; }
  .bt-product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px !important; }
  .bt-product__row { display: block; }
  .bt-product__excerpt { display: none; }
  .bt-guide__copy, .bt-business__copy, .bt-story__copy { padding: 65px 22px; }
  .bt-guide__image, .bt-business__image { min-height: 420px; }
  .bt-uses { grid-template-columns: 1fr; }
  .bt-uses article { border-right: 0; border-bottom: 1px solid var(--bt-line); }
  .bt-business__facts { grid-template-columns: 1fr; }
  .bt-business__facts span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .bt-footer__grid { grid-template-columns: 1fr 1fr; }
  .bt-footer__brand { grid-column: 1 / -1; }
  .bt-footer__bottom { align-items: start; flex-direction: column; }
  .woocommerce main, .woocommerce-page main { padding: 55px 0; }
  .single-product .woocommerce main { padding: 0; }
  .single-product .woocommerce-breadcrumb { margin-top: 18px; }
  .woocommerce div.product { margin-top: 24px; gap: 28px; }
  .woocommerce div.product .product_title { font-size: 14vw; }
  .woocommerce div.product .woocommerce-product-details__short-description ul { grid-template-columns: 1fr; }
  .bt-product-promises { grid-template-columns: 1fr; }
  .bt-product-promises > span + span { border-left: 0; border-top: 1px solid var(--bt-line); }
  .bt-product-story { margin-top: 55px; }
  .bt-product-story__copy { padding: 65px 22px; }
  .bt-product-story__facts { grid-template-columns: 1fr; }
  .bt-product-story__facts span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .bt-product-story__facts span:last-child { border-bottom: 0; }
  .bt-related { padding: 75px 22px; }
  .bt-related__head { align-items: start; flex-direction: column; }
  .bt-related__grid { gap: 34px 10px; }
  .bt-related-card__info { display: block; }
  .bt-related-card__price { margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
