/*
Theme Name: Qaras
Theme URI: https://qaras.worldtalenthub.com
Author: Qaras
Description: Editorial WooCommerce theme for Qaras — sustainable Peruvian alpaca knitwear from Berlin. Calm, earth-toned, story-driven. Multilingual via Polylang (EN/DE/ES).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: qaras
Tags: woocommerce, editorial, minimal, sustainable
*/

/* ===========================================================
   Tokens
   =========================================================== */
:root {
  --bg:        #faf7f2;
  --paper:     #f1ece2;
  --paper-2:   #ebe4d4;
  --line:      #e0d8c5;
  --line-soft: #efe7d4;
  --ink:       #1a1a1a;
  --ink-soft:  #4a463e;
  --muted:     #8a8273;

  --terracotta: #c44e3b;
  --terracotta-d: #a4402f;
  --indigo:     #2a4858;
  --sand:       #d4b888;
  --moss:       #5a6e3f;

  --maxw:    1280px;
  --radius:  4px;
  --radius-lg: 14px;

  --display: 'Instrument Serif', Georgia, serif;
  --sans:    'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --mono:    ui-monospace, 'SF Mono', Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

.container { width: min(var(--maxw), 92%); margin: 0 auto; }
.section { padding: clamp(70px, 10vw, 130px) 0; }
.section-light { background: var(--bg); }
.section-paper { background: var(--paper); }
.section-dark  { background: var(--ink); color: #faf7f2; }
.muted { color: var(--muted); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.06;
  margin: 0 0 0.4em;
}
.display     { font-size: clamp(2.6rem, 8vw, 6rem); font-weight: 400; }
.display-md  { font-size: clamp(2rem, 4.4vw, 3.6rem); }
.display-sm  { font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
em, .display em, .display-md em, .display-sm em { font-style: italic; color: var(--terracotta); }
p { margin: 0 0 1em; color: var(--ink-soft); }

.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans);
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--terracotta); font-weight: 500;
  margin-bottom: 18px;
}
.kicker::before {
  content: ""; display: inline-block;
  width: 28px; height: 1px; background: currentColor;
}
.section-dark .kicker { color: var(--sand); }

/* ========== Buttons ========== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: .9rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg  { padding: 18px 32px; font-size: .95rem; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; }
.btn-accent  { background: var(--terracotta); color: #fff; }
.btn-accent:hover { background: var(--terracotta-d); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost   { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-block   { width: 100%; }

/* Read-more arrow link */
.arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: .92rem;
  letter-spacing: .02em;
  color: var(--ink);
  border-bottom: 1px solid var(--terracotta);
  padding-bottom: 3px;
  transition: gap .2s, color .2s;
}
.arrow-link:hover { gap: 12px; color: var(--terracotta); }

/* ========== Top strip ========== */
.top-strip {
  background: var(--ink);
  color: #d8d4cb;
  font-size: .76rem;
  letter-spacing: .04em;
  padding: 9px 0;
  border-bottom: 1px solid #2a2622;
}
.top-strip-row {
  display: flex; justify-content: space-between; align-items: center;
}
.top-strip span { display: inline-flex; align-items: center; gap: 6px; }
.top-strip .ship-icon {
  display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  background: var(--sand);
}

/* ========== Header ========== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; gap: 20px;
}
.logo {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.logo strong { font-weight: 400; }
.logo em { font-style: italic; color: var(--terracotta); margin-left: 2px; }

.primary-nav { display: flex; gap: 36px; align-items: center; }
.primary-nav a {
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  transition: color .2s;
  position: relative;
  padding: 4px 0;
}
.primary-nav a:hover { color: var(--terracotta); }
.primary-nav a.cart {
  display: inline-flex; align-items: center; gap: 6px;
}
.cart-count {
  background: var(--terracotta); color: #fff;
  font-size: .68rem; padding: 2px 7px;
  border-radius: 999px; font-weight: 600;
  min-width: 20px; text-align: center;
}

.header-right { display: flex; align-items: center; gap: 18px; }

/* ========== Hero ========== */
.hero {
  position: relative;
  min-height: clamp(560px, 70vh, 760px);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
  background: var(--bg);
}
.hero-text {
  padding: clamp(50px, 7vw, 90px) clamp(30px, 5vw, 80px);
  display: flex; flex-direction: column; justify-content: center;
  max-width: 720px;
  margin-left: auto;
  width: 100%;
}
.hero-text h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
}
.hero-lead {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 480px;
  margin: 28px 0 36px;
  line-height: 1.65;
}
.hero-ctas {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 50px;
}
.hero-meta {
  display: flex; gap: 36px; flex-wrap: wrap;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  font-size: .85rem;
  color: var(--ink-soft);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--terracotta);
}
.hero-image {
  position: relative;
  overflow: hidden;
  max-height: 760px;
}
.hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========== Featured products ========== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.product-card {
  display: flex; flex-direction: column;
  background: transparent;
  cursor: pointer;
  transition: transform .3s ease;
}
.product-card:hover { transform: translateY(-4px); }
.product-img-wrap {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper);
  margin-bottom: 18px;
}
.product-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.product-card:hover .product-img-wrap img { transform: scale(1.04); }
.product-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  font-weight: 500;
}
.product-name {
  font-family: var(--display);
  font-size: 1.45rem;
  margin: 0 0 4px;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.product-meta {
  font-size: .82rem;
  color: var(--muted);
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.product-bottom {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.product-price {
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--ink);
}
.product-price .currency { font-size: .85em; color: var(--muted); margin-right: 2px; }
.product-shop {
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 500;
}

/* ========== Story split ========== */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}
.story-image {
  aspect-ratio: 5/6;
  overflow: hidden;
  border-radius: var(--radius-lg);
  max-height: 640px;
}
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-text { padding: 0 clamp(0px, 4vw, 60px) 0 0; }
.story-text p { font-size: 1.05rem; line-height: 1.75; max-width: 580px; }
.story-text .pull {
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--ink);
  font-style: italic;
  border-left: 2px solid var(--terracotta);
  padding-left: 20px;
  margin: 32px 0;
  max-width: 520px;
  line-height: 1.4;
}

/* ========== Pillars (Why us) ========== */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pillar {
  padding: 50px 36px 50px 0;
  border-right: 1px solid var(--line);
}
.pillar:last-child { border-right: 0; padding-right: 0; }
.pillar:nth-child(2) { padding-left: 36px; padding-right: 36px; }
.pillar:nth-child(3) { padding-left: 36px; }
.pillar-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  color: var(--terracotta);
  margin-bottom: 24px;
}
.pillar-icon svg { width: 20px; height: 20px; }
.pillar h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  margin-bottom: 12px;
}
.pillar p {
  font-size: .96rem;
  color: var(--ink-soft);
  margin: 0;
}

/* ========== Editorial split image ========== */
.editorial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: clamp(440px, 60vh, 600px);
}
.editorial-row.reverse { grid-template-columns: 1fr 1fr; }
.editorial-row.reverse .editorial-text { order: 2; }
.editorial-row.reverse .editorial-img  { order: 1; }
.editorial-img {
  overflow: hidden;
  max-height: 600px;
}
.editorial-img img { width: 100%; height: 100%; object-fit: cover; }
.editorial-text {
  padding: clamp(50px, 7vw, 90px) clamp(40px, 6vw, 80px);
  display: flex; flex-direction: column; justify-content: center;
  background: var(--paper);
}
.editorial-text .display-md { max-width: 480px; }
.editorial-text p { max-width: 480px; line-height: 1.7; font-size: 1rem; }

/* ========== FAQ ========== */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 24px 8px;
  transition: background .2s;
}
.faq-list details[open] { background: var(--paper); padding: 28px 8px 24px; }
.faq-list summary {
  list-style: none;
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--ink);
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--terracotta);
  font-weight: 300;
  transition: transform .25s;
  font-family: var(--sans);
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p {
  margin: 14px 0 0;
  font-size: .95rem;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 640px;
}

/* ========== Newsletter ========== */
.newsletter {
  background: var(--paper);
  text-align: center;
  padding: clamp(70px, 10vw, 120px) 0;
}
.newsletter-inner { max-width: 520px; margin: 0 auto; }
.newsletter h2 { margin-bottom: 18px; }
.newsletter p { color: var(--ink-soft); margin-bottom: 28px; }
.newsletter-form {
  display: flex; gap: 8px;
  max-width: 440px; margin: 0 auto;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 8px;
}
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: 0;
  font-family: var(--sans);
  font-size: 1rem;
  padding: 10px 4px;
  color: var(--ink);
}
.newsletter-form input:focus { outline: none; }
.newsletter-form input::placeholder { color: var(--muted); }
.newsletter-form button {
  background: transparent;
  border: 0;
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  padding: 0 12px;
}
.newsletter-form button:hover { color: var(--terracotta); }

/* ========== Footer ========== */
.site-footer {
  background: var(--ink);
  color: #c8c4b8;
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 50px;
}
.site-footer .logo { color: #fff; }
.site-footer .logo em { color: var(--sand); }
.site-footer .muted { color: #8b8779; max-width: 320px; margin: 16px 0 0; font-size: .92rem; }
.footer-grid h4 {
  font-family: var(--sans);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 500;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .92rem; }
.footer-grid a:hover { color: var(--sand); }
.footer-bottom {
  border-top: 1px solid #2a2622;
  margin-top: 60px; padding-top: 24px;
  display: flex; justify-content: space-between; gap: 16px;
  color: #6a665a; font-size: .8rem;
  flex-wrap: wrap;
}
.footer-social { display: inline-flex; gap: 14px; }
.footer-social a {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border: 1px solid #2a2622;
  border-radius: 50%;
  transition: border-color .2s, color .2s;
}
.footer-social a:hover { border-color: var(--sand); color: var(--sand); }

/* ========== Language switcher ========== */
.lang-switcher {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--sans);
  font-size: .76rem; letter-spacing: .12em;
  font-weight: 500;
}
.lang-switcher .lang {
  padding: 6px 8px;
  color: var(--muted);
  text-transform: uppercase;
  transition: color .2s;
}
.lang-switcher .lang:hover { color: var(--ink); }
.lang-switcher .lang.active { color: var(--ink); border-bottom: 1px solid var(--terracotta); }
.lang-switcher .sep { color: var(--line); }

/* ========== Mobile menu ========== */
.menu-toggle {
  display: none;
  width: 40px; height: 40px;
  background: transparent; border: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle span {
  position: absolute; left: 8px; right: 8px;
  height: 1.4px; background: var(--ink); border-radius: 1px;
  transition: transform .35s, opacity .2s, top .35s;
}
.menu-toggle span:nth-child(1) { top: 13px; }
.menu-toggle span:nth-child(2) { top: 19px; }
.menu-toggle span:nth-child(3) { top: 25px; }
body.menu-open .menu-toggle span:nth-child(1) { top: 19px; transform: rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed; inset: 0; z-index: 49;
  background: var(--bg);
  padding: 100px 24px 40px;
  opacity: 0; visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .3s, transform .35s, visibility .3s;
  overflow-y: auto;
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
body.menu-open { overflow: hidden; }
.mobile-menu-inner {
  width: 100%; max-width: 480px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 32px;
  min-height: 100%;
}
.mobile-nav { display: flex; flex-direction: column; }
.mobile-nav a {
  font-family: var(--display);
  font-size: 1.7rem;
  color: var(--ink);
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.mobile-nav a span:last-child { color: var(--terracotta); font-size: 1.2rem; }

/* ========== WooCommerce styling ========== */
.woocommerce { font-family: var(--sans); }
.woocommerce .page-title, .woocommerce h1 {
  font-family: var(--display);
}
.woocommerce-products-header { margin-bottom: 40px; padding-top: 60px; }
.woocommerce-product-gallery img { border-radius: var(--radius); }
.woocommerce ul.products li.product .price {
  font-family: var(--display);
  color: var(--ink) !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--display) !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  padding-bottom: 4px !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button {
  background: var(--ink) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 26px !important;
  font-size: .9rem !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  transition: background .2s !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover { background: #000 !important; }
.woocommerce-message, .woocommerce-info {
  border-top-color: var(--terracotta) !important;
  background: var(--paper) !important;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: var(--terracotta) !important;
}

.woo-wrapper { padding: 60px 0 100px; }

/* ========== Page templates ========== */
.page-content { padding: clamp(60px, 9vw, 110px) 0; }
.page-content .container { max-width: 760px; }
.page-content h1 { margin-bottom: 36px; }
.page-content p { font-size: 1.05rem; line-height: 1.7; }

/* ========== Responsive ========== */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 980px) {
  .top-strip-row { font-size: .72rem; }
  .top-strip-row span:nth-child(2) { display: none; }
  .primary-nav .nav-item { display: none; }
  .menu-toggle, .mobile-menu { display: block; }
  .header-right .lang-switcher { display: none; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-text { padding: 70px 24px 50px; }
  .hero-image { aspect-ratio: 1/1; max-height: 70vh; }

  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-image { max-width: 480px; margin: 0 auto; }

  .pillars { grid-template-columns: 1fr; border-top: 0; }
  .pillar { padding: 36px 0; border-right: 0; border-top: 1px solid var(--line); }
  .pillar:nth-child(2) { padding-left: 0; padding-right: 0; }
  .pillar:nth-child(3) { padding-left: 0; }

  .editorial-row, .editorial-row.reverse { grid-template-columns: 1fr; }
  .editorial-row.reverse .editorial-text { order: 1; }
  .editorial-row.reverse .editorial-img  { order: 2; }
  .editorial-img { aspect-ratio: 16/10; }
  .editorial-text { padding: 60px 30px; }

  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 32px); }
  .nav { padding: 14px 0; }
  .logo { font-size: 1.4rem; }
  .hero-text { padding: 60px 20px 40px; }
  .hero-text h1 { font-size: 2.4rem; }
  .hero-ctas .btn { width: 100%; }
  .hero-meta { gap: 20px; }
  .products-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .newsletter-form { flex-direction: column; gap: 14px; border-bottom: 0; }
  .newsletter-form input {
    border-bottom: 1px solid var(--ink); padding-bottom: 10px;
  }
  .newsletter-form button {
    background: var(--ink); color: #fff;
    padding: 14px 26px; border-radius: 999px;
  }
  .editorial-text { padding: 50px 24px; }
}

@media (hover: none) {
  .product-card:hover { transform: none; }
  .product-card:hover .product-img-wrap img { transform: none; }
  .product-card:active { transform: scale(.99); }
}

/* ============================================================
   Single Product Page (Editorial)
   ============================================================ */
.single-product-page { background: var(--bg); }

/* Breadcrumb */
.product-breadcrumb {
  padding: 30px 0 0;
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--muted);
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
}
.product-breadcrumb a:hover { color: var(--terracotta); }
.product-breadcrumb .current { color: var(--ink); }

/* Hero: Galerie + Info */
.product-hero { padding: 40px 0 80px; }
.product-hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
}

/* Galerie: 2-Spalten-Grid mit Hauptbild full-width */
.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.gallery-item {
  margin: 0;
  background: var(--paper);
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4/5;
}
.gallery-item.is-main {
  grid-column: 1 / -1;
  aspect-ratio: 4/5;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
  cursor: zoom-in;
}
.gallery-item:hover img { transform: scale(1.02); }

/* Info-Spalte: sticky */
.product-info { position: sticky; top: 100px; align-self: start; }
.product-info-inner { padding: 0 0 0 12px; }
.product-title { margin: 8px 0 16px; line-height: 1.05; }
.product-info-price {
  font-family: var(--display);
  font-size: 1.7rem;
  color: var(--ink);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.product-info-price del { color: var(--muted); margin-right: 10px; font-size: 1.1rem; }
.product-info-price ins { text-decoration: none; color: var(--terracotta); }
.product-info-price .woocommerce-Price-amount,
.product-info-price bdi {
  font-family: var(--display);
}
.product-short-desc {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 28px;
}
.product-short-desc p:last-child { margin-bottom: 0; }

.product-form-wrap { margin-bottom: 32px; }
.product-form-wrap .variations {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.product-form-wrap .variations th,
.product-form-wrap .variations td {
  padding: 8px 0;
  vertical-align: middle;
  text-align: left;
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  font-family: var(--sans);
}
.product-form-wrap .variations th label {
  font-weight: 500;
}
.product-form-wrap .variations select {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: .95rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a1a1a' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.product-form-wrap .reset_variations {
  font-size: .76rem;
  color: var(--muted);
  margin-left: 12px;
  text-decoration: underline;
}
.product-form-wrap .single_variation_wrap { margin-top: 16px; }
.product-form-wrap .woocommerce-variation-price {
  font-family: var(--display);
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.product-form-wrap .woocommerce-variation-availability {
  font-size: .85rem;
  color: var(--terracotta);
  margin-bottom: 12px;
}
.product-form-wrap .quantity {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}
.product-form-wrap .quantity input {
  width: 64px;
  padding: 14px 10px;
  text-align: center;
  font-family: var(--sans);
  font-size: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.product-form-wrap .single_add_to_cart_button {
  width: 100%;
  margin-top: 14px !important;
  padding: 18px 26px !important;
  font-size: .95rem !important;
  letter-spacing: .12em !important;
}

/* Trust strip */
.product-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: .82rem;
  color: var(--ink-soft);
}
.trust-item svg { color: var(--terracotta); flex-shrink: 0; }

.product-meta-list { display: grid; gap: 6px; }
.meta-row {
  display: flex; justify-content: space-between;
  font-size: .8rem;
  color: var(--muted);
  letter-spacing: .04em;
}
.meta-row span:last-child { color: var(--ink); }

/* Long Description */
.product-description-section {
  padding: clamp(70px, 9vw, 110px) 0;
  background: var(--paper);
}
.product-description-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}
.product-description-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 620px;
}
.product-description-text p:not(:last-child) { margin-bottom: 1.2em; }
.product-description-text strong { color: var(--ink); font-weight: 600; }

/* Details Akkordeon (eigene Sektion) */
.product-details-section {
  padding: clamp(70px, 9vw, 110px) 0;
  background: var(--bg);
}
.product-details-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}
.details-list { display: grid; border-top: 1px solid var(--line); }
.details-list details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.details-list summary {
  list-style: none;
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--ink);
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.details-list summary::-webkit-details-marker { display: none; }
.details-list summary::after {
  content: "+"; font-size: 1.4rem; color: var(--terracotta); font-weight: 300;
  font-family: var(--sans);
}
.details-list details[open] summary::after { content: "−"; }
.details-list details p {
  margin: 14px 0 0;
  font-size: .95rem;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 640px;
}
.details-list details a { color: var(--terracotta); border-bottom: 1px solid currentColor; }

/* Brand strip with bg image */
.brand-strip {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.brand-strip::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.55));
}
.brand-strip-inner { position: relative; max-width: 720px; margin: 0 auto; }
.brand-strip .kicker { color: #fff; }
.brand-strip h2 { color: #fff; }
.brand-strip h2 em { color: var(--sand); }

.btn-outline-light {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px;
  font-weight: 500;
  font-size: .9rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  margin-top: 20px;
  transition: background .2s, color .2s;
}
.btn-outline-light:hover { background: #fff; color: var(--ink); }

/* Related products section already styled via .products-grid */
.related-products { background: var(--bg); }

/* ============================================================
   Shop Archive Page
   ============================================================ */
.woocommerce-page.archive .woo-wrapper { padding: 0; }
.shop-header {
  padding: 60px 0 40px;
  background: var(--bg);
}
.shop-header .container { max-width: 720px; text-align: center; }
.shop-header h1 { margin-bottom: 12px; }
.shop-header p { color: var(--ink-soft); }

/* WooCommerce Shop Loop styling - editorial style */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px !important;
  margin: 40px 0 !important;
  padding: 0 !important;
  list-style: none;
}
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  float: none !important;
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
  border-radius: var(--radius) !important;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 16px 0 4px !important;
}
.woocommerce ul.products li.product .price {
  display: block;
  margin-bottom: 12px !important;
}
.woocommerce ul.products li.product .button {
  width: 100% !important;
  margin-top: 8px !important;
  text-align: center !important;
}

/* WooCommerce Cart / Checkout */
.woocommerce-cart .woo-wrapper,
.woocommerce-checkout .woo-wrapper,
.woocommerce-account .woo-wrapper { padding: 60px 0 100px; }
.woocommerce table.shop_table {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.woocommerce table.shop_table th {
  background: var(--paper);
  font-family: var(--sans);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 980px) {
  .product-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .product-info { position: static; }
  .product-info-inner { padding: 0; }
  .product-description-grid,
  .product-details-grid { grid-template-columns: 1fr; gap: 30px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 24px !important; }
}
@media (max-width: 600px) {
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-item.is-main, .gallery-item { grid-column: auto; }
  .product-trust { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}
