/*
Theme Name: Yoga Export
Version: 1.0.0
*/

:root{
  --bg:#f5f1ea;
  --surface:#ffffff;
  --ink:#1d2320;
  --muted:#5f6f67;
  --line:#d9d2c7;
  --accent:#2f5d50;
  --accent-2:#b07e3e;
  --soft:#eef4ef;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:var(--bg);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header,.site-footer,.band{width:100%}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(245,241,234,.92);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.header-row,.footer-row{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:18px 0;
}
.brand{display:flex;flex-direction:column;gap:2px;font-weight:700}
.brand span{font-size:12px;color:var(--muted);font-weight:400}
.primary-nav ul,.footer-nav ul{display:flex;gap:18px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.primary-nav a,.footer-nav a{font-size:14px;color:var(--muted)}
.primary-nav a:hover,.footer-nav a:hover{color:var(--accent)}
.hero{
  padding:36px 0 22px;
}
.hero-panel{
  display:grid;grid-template-columns:1.2fr .9fr;gap:24px;align-items:stretch;
}
.hero-copy{
  background:var(--surface);border:1px solid var(--line);padding:34px;border-radius:14px;
  display:flex;flex-direction:column;justify-content:space-between;min-height:520px;
}
.eyebrow{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-weight:700}
.hero h1,.section-title{margin:12px 0 10px;font-size:clamp(34px,4vw,56px);line-height:1.05}
.hero p,.section-copy{font-size:16px;color:var(--muted);max-width:60ch}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 18px;border-radius:999px;border:1px solid var(--accent);
  background:var(--accent);color:#fff;font-weight:700;font-size:14px;
}
.button.secondary{background:transparent;color:var(--accent)}
.hero-visual{
  display:grid;grid-template-columns:1fr 1fr;gap:14px
}
.hero-tile{
  background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;justify-content:space-between
}
.hero-tile .tile-image{aspect-ratio:1/1;background:#fff}
.hero-tile .tile-image img{width:100%;height:100%;object-fit:cover}
.hero-tile .tile-copy{padding:14px}
.band{padding:22px 0}
.band.soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.grid-4,.grid-3,.grid-products,.news-grid,.message-grid{display:grid;gap:16px}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-products{grid-template-columns:repeat(4,minmax(0,1fr))}
.card,.product-card,.news-card,.message-card,.panel{
  background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden
}
.card-copy,.product-copy,.news-copy,.panel-body{padding:16px}
.card h3,.product-card h3,.news-card h3{margin:0 0 6px;font-size:18px;line-height:1.2}
.meta{color:var(--muted);font-size:13px}
.section-head{
  display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap
}
.section-title{font-size:clamp(24px,2.8vw,36px)}
.category-card .thumb{aspect-ratio:4/3;background:#fff}
.category-card .thumb img{width:100%;height:100%;object-fit:cover}
.category-card .card-copy{min-height:100px}
.product-thumb{aspect-ratio:1/1;background:#fff}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-card{
  display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.product-card:hover{transform:translateY(-3px);border-color:#bfd1c6;box-shadow:0 14px 34px rgba(41,54,48,.12)}
.product-thumb-link{display:block}
.product-copy{display:flex;flex-direction:column;gap:8px;min-height:210px}
.product-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.product-code{
  align-self:flex-start;padding:5px 9px;border-radius:999px;background:var(--soft);
  color:var(--accent);font-size:12px;font-weight:700
}
.product-card-foot{
  margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;
  border-top:1px solid var(--line);padding-top:12px
}
.price{display:none !important}
.text-link{color:var(--accent);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.product-archive{padding:28px 0}
.archive-hero{
  display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px;align-items:stretch;
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;margin-bottom:16px
}
.archive-hero p{margin:0;color:var(--muted);max-width:70ch}
.archive-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.archive-metrics div{
  display:flex;flex-direction:column;justify-content:center;gap:4px;
  background:var(--soft);border:1px solid #dce8df;border-radius:12px;padding:16px;text-align:center
}
.archive-metrics strong{font-size:24px;color:var(--accent)}
.archive-metrics span{font-size:12px;color:var(--muted)}
.category-strip{
  display:flex;gap:10px;overflow:auto;padding:4px 2px 16px;margin-bottom:4px
}
.category-pill{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;
  border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 13px;
  color:var(--muted);font-size:13px
}
.category-pill span{
  min-width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  background:var(--soft);color:var(--accent);font-weight:700
}
.category-pill.is-active,.category-pill:hover{border-color:var(--accent);color:var(--accent)}
.archive-layout{
  display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:start
}
.sidebar{
  position:sticky;top:92px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:16px
}
.sidebar-title{font-weight:700;margin-bottom:12px}
.filter-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}
.filter-list a{display:flex;justify-content:space-between;gap:10px;color:var(--muted);padding:8px 0;border-bottom:1px solid #eee8de}
.filter-list a em{font-style:normal;color:var(--accent);font-size:12px}
.filter-list a.is-active,.filter-list a:hover{color:var(--accent);font-weight:700}
.sidebar-note{
  margin-top:18px;padding:14px;border-radius:12px;background:var(--soft);display:flex;flex-direction:column;gap:8px
}
.sidebar-note span{color:var(--muted);font-size:13px}
.catalog-panel{min-width:0}
.catalog-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
  background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin-bottom:16px
}
.catalog-toolbar div{display:flex;flex-direction:column}
.catalog-toolbar span{color:var(--muted);font-size:13px}
.woocommerce .woocommerce-ordering{margin:0}
.woocommerce .woocommerce-ordering select{min-width:190px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none}
.product-shell{padding:28px 0}
.product-breadcrumb{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 14px;color:var(--muted);font-size:13px
}
.product-breadcrumb a{color:var(--accent);font-weight:700}
.product-detail{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:24px;align-items:start
}
.product-media,.product-info{
  background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px
}
.product-media{position:sticky;top:92px}
.product-main-image{border-radius:12px;background:#fff;overflow:hidden;border:1px solid #ece7df}
.product-main-image img{width:100%;height:auto}
.product-media-note{
  margin-top:12px;padding:12px;border-radius:10px;background:var(--soft);color:var(--muted);font-size:13px
}
.product-info h1{margin:0 0 8px;font-size:36px;line-height:1.1}
.product-model{
  display:inline-flex;margin:4px 0 8px;padding:6px 10px;border-radius:999px;background:var(--soft);
  color:var(--accent);font-size:13px;font-weight:700
}
.entry-summary{color:var(--muted);font-size:15px}
.spec-list{border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:16px 0;background:#fff}
.spec-row{display:grid;grid-template-columns:120px minmax(0,1fr);border-bottom:1px solid var(--line)}
.spec-row:last-child{border-bottom:0}
.spec-row span,.spec-row strong{padding:11px 12px;font-size:13px}
.spec-row span{background:#f7f4ef;color:var(--muted);font-weight:400}
.spec-row strong{font-weight:700;color:var(--ink)}
.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}
.product-info form.cart{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:8px}
.product-info form.cart .quantity input{height:42px;border:1px solid var(--line);border-radius:10px;padding:8px}
.woocommerce-product-gallery img{border-radius:12px}
.product-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}
.info-block{
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px
}
.info-block h2{margin:8px 0 10px;font-size:24px}
.info-block p{color:var(--muted);margin:0}
.check-list{margin:0;padding-left:18px;color:var(--muted)}
.check-list li{margin:8px 0}
.related-section{padding:24px 0 0}
.site-footer{border-top:1px solid var(--line);margin-top:24px;background:#ede7de}
.footer-note{color:var(--muted);font-size:13px}
.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.news-card .thumb{aspect-ratio:16/9;background:#fff}
.news-card .thumb img{width:100%;height:100%;object-fit:cover}
.message-form{
  background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px
}
.message-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.message-grid label{display:flex;flex-direction:column;gap:8px;font-size:14px}
.message-grid input,.message-grid textarea,.woocommerce select,.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=tel],.woocommerce textarea{
  width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:inherit
}
.message-wide{grid-column:1/-1}
.message-status{margin:12px 0 0}
.is-success{color:#1c6b3d}
.is-error{color:#b5442e}
.section-spacer{height:8px}
@media (max-width: 980px){
  .hero-panel,.product-detail,.archive-layout,.archive-hero,.product-content-grid{grid-template-columns:1fr}
  .grid-4,.grid-products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .news-grid{grid-template-columns:1fr}
  .product-media{position:static}
}
@media (max-width: 640px){
  .header-row,.footer-row{flex-direction:column;align-items:flex-start}
  .grid-4,.grid-3,.grid-products,.message-grid{grid-template-columns:1fr}
  .hero-copy{min-height:auto}
  .archive-metrics{grid-template-columns:1fr}
  .spec-row{grid-template-columns:1fr}
  .product-info h1{font-size:30px}
}
