:root{
  --ivory:#fbf8f2;
  --porcelain:#fffefa;
  --champagne:#d9bd8a;
  --gold:#b88b4f;
  --gold-dark:#856239;
  --ink:#28221d;
  --muted:#776e66;
  --line:rgba(49,39,31,.11);
  --overlay:.72;
  --shadow:0 35px 110px rgba(76,57,37,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;color:var(--ink);font-family:Arial,sans-serif;overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 8%,rgba(238,218,178,.36),transparent 25%),
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.95),transparent 28%),
    linear-gradient(180deg,#fbf8f2,#f2e9dd 52%,#fbf8f2)
}
a{text-decoration:none;color:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
button{font:inherit}
.page-background{position:fixed;inset:0;z-index:-5;background:center/cover no-repeat;opacity:0}
.page-background.active{opacity:.14}
.page-background:after{content:"";position:absolute;inset:0;background:rgba(251,248,242,var(--overlay))}
.cursor-glow{
  position:fixed;z-index:-2;width:360px;height:360px;border-radius:50%;
  pointer-events:none;background:radial-gradient(circle,rgba(241,212,155,.22),transparent 68%);
  transform:translate(-50%,-50%);filter:blur(10px)
}
.site-header{
  height:94px;padding:0 4.5vw;display:flex;align-items:center;justify-content:space-between;
  position:sticky;top:0;z-index:50;background:rgba(251,248,242,.8);
  backdrop-filter:blur(24px);border-bottom:1px solid var(--line)
}
.brand{display:flex;align-items:center;gap:13px}
.brand-jewel{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  font-family:Georgia,serif;font-size:21px;color:#75552e;
  background:linear-gradient(145deg,#fff,#e8d7b9);border:1px solid rgba(184,139,79,.55);
  box-shadow:inset 0 1px 0 #fff,0 9px 28px rgba(120,87,45,.12)
}
.brand strong,.brand small{display:block;letter-spacing:.16em}
.brand small{font-size:8px;color:var(--muted);margin-top:4px}
nav{display:flex;gap:32px;font-size:12px}
nav a{position:relative;padding:8px 0}
nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:1px;background:var(--gold);transition:.35s}
nav a:hover:after{left:0;right:0}
.header-actions{display:flex;align-items:center;gap:14px}
.admin-link{font-size:11px;color:var(--gold-dark)}
.cart-button{border:1px solid rgba(184,139,79,.35);background:rgba(255,255,255,.55);padding:11px 16px;border-radius:999px}
.menu-button{display:none;background:none;border:0;font-size:22px}

.hero{position:relative;min-height:900px;padding:6vw 5vw 8vw;display:grid;grid-template-columns:.82fr 1.18fr;gap:5vw;align-items:center}
.hero-copy{max-width:710px;position:relative;z-index:3}
.eyebrow{font-size:10px;letter-spacing:.25em;color:var(--gold-dark);font-weight:bold}
h1,h2,h3{font-family:Georgia,serif;font-weight:400;margin:0}
h1{font-size:clamp(58px,6.5vw,112px);line-height:.92;letter-spacing:-.05em;margin-top:22px}
.hero-description{max-width:610px;margin:30px 0 35px;color:var(--muted);font-size:17px;line-height:1.9}
.hero-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.main-button{
  position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;
  min-height:55px;padding:16px 29px;border-radius:999px;
  background:linear-gradient(135deg,#2b241f,#5a4637);color:#fff;
  font-size:10px;letter-spacing:.15em;text-transform:uppercase;box-shadow:0 18px 42px rgba(61,44,32,.18)
}
.main-button:after{
  content:"";position:absolute;top:-60%;left:-60%;width:35%;height:220%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);
  transform:rotate(22deg);animation:buttonSweep 4.6s ease-in-out infinite
}
.ghost-link{font-size:12px;color:#82613d;border-bottom:1px solid rgba(130,97,61,.3);padding-bottom:7px}
.hero-cinema{
  position:relative;min-height:690px;border-radius:240px 24px 24px 24px;
  overflow:hidden;box-shadow:var(--shadow);background:#ddd
}
.cinema-slide{position:absolute;inset:0;opacity:0;transform:scale(1.07);transition:opacity 1.1s ease,transform 6s ease}
.cinema-slide.active{opacity:1;transform:scale(1)}
.cinema-slide img{filter:saturate(.82) brightness(1.03)}
.cinema-shimmer{
  position:absolute;inset:-30%;z-index:3;
  background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.58) 49%,transparent 60%);
  transform:translateX(-55%);animation:cinemaShine 7s ease-in-out infinite
}
.cinema-caption{
  position:absolute;z-index:4;left:34px;bottom:32px;padding:18px 22px;
  background:rgba(255,255,255,.76);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.8)
}
.cinema-caption small,.cinema-caption strong{display:block}
.cinema-caption small{font-size:9px;letter-spacing:.15em;color:#8f6b41}
.cinema-caption strong{font-family:Georgia,serif;font-size:25px;margin-top:7px}
.cinema-dots{position:absolute;right:28px;bottom:30px;z-index:5;display:flex;gap:8px}
.cinema-dots button{width:8px;height:8px;border:0;border-radius:50%;background:rgba(255,255,255,.55);padding:0}
.cinema-dots button.active{width:28px;border-radius:999px;background:white}
.hero-scroll{position:absolute;left:5vw;bottom:30px;font-size:9px;letter-spacing:.18em;color:var(--muted)}
.hero-scroll span{margin-left:9px;color:var(--gold)}

.floating-ribbon{overflow:hidden;padding:21px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.5)}
.ribbon-track{display:flex;align-items:center;gap:34px;width:max-content;white-space:nowrap;animation:ribbon 25s linear infinite}
.ribbon-track span{font-family:Georgia,serif;font-size:20px;letter-spacing:.12em}
.ribbon-track i{font-style:normal;color:var(--gold)}

.collection-section{max-width:1540px;margin:auto;padding:125px 5vw}
.section-header{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:end;margin-bottom:60px}
.section-header h2,.products-top h2,.story-copy h2,.contact-section h2{font-size:clamp(44px,5vw,78px);line-height:1.03}
.section-header>p{color:var(--muted);line-height:1.8}
.kinetic-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:420px 420px;gap:24px}
.kinetic-card{position:relative;overflow:hidden;background:#ddd;box-shadow:var(--shadow)}
.kinetic-card.large{grid-row:1/3;border-radius:190px 18px 18px 18px}
.kinetic-card.tall{border-radius:18px 150px 18px 18px}
.kinetic-card.wide{border-radius:18px 18px 150px 18px}
.kinetic-card img{filter:saturate(.8);transition:transform 1.2s ease}
.kinetic-card:hover img{transform:scale(1.06)}
.card-reflection{
  position:absolute;inset:-50%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.5) 50%,transparent 58%);
  transform:translateX(-70%);transition:transform 1.2s ease
}
.kinetic-card:hover .card-reflection{transform:translateX(65%)}
.kinetic-copy{
  position:absolute;left:20px;right:20px;bottom:20px;padding:25px;
  background:rgba(255,255,255,.72);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.8)
}
.kinetic-copy span{font-size:9px;color:var(--gold-dark)}
.kinetic-copy h3{font-size:34px;margin:8px 0}
.kinetic-copy p{color:var(--muted);line-height:1.7}

.light-wave-section{position:relative;overflow:hidden;padding:140px 8vw;text-align:center;background:#e6d8c2}
.light-wave{position:absolute;left:-10%;right:-10%;top:50%;height:180px;transform:translateY(-50%) rotate(-4deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);filter:blur(28px);animation:waveShift 6s ease-in-out infinite}
.light-wave-section p{position:relative;z-index:2;font-family:Georgia,serif;font-size:clamp(42px,6vw,88px);margin:0}

.products-section{padding:125px 0;background:rgba(255,255,255,.48)}
.products-top{max-width:1450px;margin:auto;padding:0 5vw 50px;display:flex;justify-content:space-between;gap:35px;align-items:end}
.products-top>div:first-child{max-width:900px}
.slider-controls{display:flex;gap:10px}
.slider-controls button{width:52px;height:52px;border-radius:50%;border:1px solid rgba(184,139,79,.55);background:rgba(255,255,255,.8);color:#86623a;transition:.3s}
.slider-controls button:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(85,60,35,.12)}
.product-stage{perspective:1300px;overflow:hidden}
.product-slider{display:flex;gap:26px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;padding:15px max(5vw,calc((100vw - 1450px)/2)) 45px}
.product-slider::-webkit-scrollbar{display:none}
.product-card{
  position:relative;min-width:360px;background:rgba(255,255,255,.82);
  border:1px solid rgba(184,139,79,.2);border-radius:150px 18px 18px 18px;
  overflow:hidden;box-shadow:0 28px 75px rgba(76,55,34,.13);
  transition:transform .55s cubic-bezier(.2,.7,.2,1),box-shadow .55s
}
.product-card:nth-child(even){transform:translateY(36px)}
.product-card:hover{transform:translateY(-7px) rotateY(-3deg);box-shadow:0 42px 100px rgba(76,55,34,.2)}
.product-card:nth-child(even):hover{transform:translateY(20px) rotateY(3deg)}
.product-card img{height:420px;filter:saturate(.82);transition:transform .8s ease}
.product-card:hover img{transform:scale(1.04)}
.product-info{padding:25px}
.product-info small{font-size:9px;letter-spacing:.15em;color:#987044;text-transform:uppercase}
.product-info h3{font-size:29px;margin:10px 0}
.product-info p{min-height:82px;color:var(--muted);line-height:1.7}
.product-meta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:15px}
.product-meta b{color:#805f38}
.product-meta button{width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);background:linear-gradient(145deg,#fff,#eadbc2);color:#805f38}

.story-section{position:relative;max-width:1480px;margin:130px auto;padding:0 5vw;display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:center}
.story-orbit{position:absolute;width:650px;height:650px;border-radius:50%;border:1px solid rgba(184,139,79,.18);left:1%;top:-8%;animation:orbitPulse 7s ease-in-out infinite}
.story-photo{position:relative;min-height:680px;border-radius:18px 220px 18px 18px;overflow:hidden;box-shadow:var(--shadow)}
.story-photo img{filter:saturate(.78)}
.story-shine{position:absolute;inset:-40%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.48) 50%,transparent 58%);animation:storySweep 8s ease-in-out infinite}
.story-copy p{color:var(--muted);line-height:1.9;font-size:16px}

.contact-section{position:relative;overflow:hidden;max-width:1450px;margin:0 auto 90px;padding:95px 6vw;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(231,216,193,.9));border:1px solid rgba(184,139,79,.25);box-shadow:var(--shadow)}
.contact-glare{position:absolute;width:520px;height:170px;right:-120px;top:20px;background:rgba(255,255,255,.75);filter:blur(42px);transform:rotate(-18deg);animation:contactGlow 5s ease-in-out infinite}
.contact-section>div:last-child{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.contact-section p{color:var(--muted);line-height:1.8}

footer{padding:48px 5vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);color:var(--muted)}
footer strong,footer small{display:block}
footer strong{color:var(--ink);letter-spacing:.14em}
footer small{font-size:8px;letter-spacing:.13em;margin-top:5px}

.reveal{opacity:0;transition:opacity .95s ease,transform .95s cubic-bezier(.2,.75,.2,1)}
.rise{transform:translateY(60px)}
.drift-left{transform:translateX(-65px) rotate(-1deg)}
.drift-right{transform:translateX(65px) rotate(1deg)}
.scale-in{transform:scale(.92)}
.reveal.visible{opacity:1;transform:none}

@keyframes ribbon{to{transform:translateX(-50%)}}
@keyframes buttonSweep{0%,55%{left:-60%}78%,100%{left:130%}}
@keyframes cinemaShine{0%,50%{transform:translateX(-65%)}80%,100%{transform:translateX(65%)}}
@keyframes waveShift{0%,100%{transform:translateY(-50%) rotate(-4deg) translateX(-7%)}50%{transform:translateY(-50%) rotate(3deg) translateX(7%)}}
@keyframes orbitPulse{0%,100%{transform:scale(.96);opacity:.55}50%{transform:scale(1.04);opacity:1}}
@keyframes storySweep{0%,55%{transform:translateX(-70%)}85%,100%{transform:translateX(70%)}}
@keyframes contactGlow{0%,100%{opacity:.4;transform:rotate(-18deg) translateX(-20px)}50%{opacity:.9;transform:rotate(-18deg) translateX(45px)}}

@media(max-width:980px){
  nav{display:none;position:absolute;top:94px;left:0;right:0;padding:22px;background:#fbf8f2;flex-direction:column;border-bottom:1px solid var(--line)}
  nav.open{display:flex}
  .menu-button{display:block}
  .hero{grid-template-columns:1fr;padding-top:70px}
  .hero-cinema{min-height:650px}
  .section-header{grid-template-columns:1fr}
  .kinetic-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .kinetic-card.large,.kinetic-card.tall,.kinetic-card.wide{grid-row:auto;min-height:560px}
  .story-section,.contact-section{grid-template-columns:1fr}
}
@media(max-width:650px){
  .site-header{padding:0 18px}
  .brand small,.admin-link{display:none}
  .hero{padding:55px 20px 85px}
  h1{font-size:clamp(52px,15vw,76px)}
  .hero-cinema{min-height:520px;border-radius:140px 16px 16px 16px}
  .hero-scroll{display:none}
  .collection-section{padding:85px 20px}
  .kinetic-card.large,.kinetic-card.tall,.kinetic-card.wide{min-height:440px;border-radius:100px 14px 14px 14px}
  .products-section{padding:85px 0}
  .products-top{padding:0 20px 42px;flex-direction:column;align-items:flex-start}
  .product-slider{padding-left:20px;padding-right:20px}
  .product-card{min-width:84vw}
  .product-card:nth-child(even){transform:none}
  .story-section{margin:90px auto;padding:0 20px}
  .story-photo{min-height:520px;border-radius:14px 120px 14px 14px}
  .contact-section{margin:0;padding:78px 20px}
  footer{flex-direction:column;align-items:flex-start;gap:16px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

body.cart-open{overflow:hidden}
.cart-backdrop{
  position:fixed;inset:0;z-index:80;background:rgba(35,27,21,.35);
  backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:.35s
}
.cart-backdrop.open{opacity:1;visibility:visible}
.cart-drawer{
  position:fixed;right:0;top:0;bottom:0;z-index:90;width:min(520px,100%);
  background:rgba(255,253,248,.97);backdrop-filter:blur(24px);
  box-shadow:-30px 0 90px rgba(58,42,28,.22);
  transform:translateX(105%);transition:transform .45s cubic-bezier(.2,.75,.2,1);
  display:flex;flex-direction:column
}
.cart-drawer.open{transform:translateX(0)}
.cart-head{
  display:flex;align-items:flex-start;justify-content:space-between;
  padding:34px 30px 24px;border-bottom:1px solid var(--line)
}
.cart-head h2{font-size:42px;margin-top:8px}
.cart-close{
  width:44px;height:44px;border-radius:50%;border:1px solid rgba(184,139,79,.35);
  background:white;color:var(--ink);font-size:27px;line-height:1
}
.cart-items{
  flex:1;overflow-y:auto;padding:14px 30px 30px
}
.cart-empty{
  min-height:420px;display:flex;flex-direction:column;align-items:center;
  justify-content:center;text-align:center;color:var(--muted)
}
.cart-empty span{font-size:52px;color:var(--gold);margin-bottom:10px}
.cart-empty h3{font-size:30px;color:var(--ink)}
.cart-item{
  display:grid;grid-template-columns:120px 1fr;gap:18px;
  padding:20px 0;border-bottom:1px solid var(--line)
}
.cart-item>img{
  height:145px;border-radius:52px 12px 12px 12px;filter:saturate(.82)
}
.cart-item-info small{
  font-size:9px;letter-spacing:.14em;color:var(--gold-dark);text-transform:uppercase
}
.cart-item-info h3{font-size:23px;margin:8px 0}
.cart-item-info>strong{color:var(--gold-dark)}
.cart-item-controls{
  display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px
}
.quantity-control{
  display:grid;grid-template-columns:34px 38px 34px;align-items:center;
  border:1px solid rgba(184,139,79,.28);border-radius:999px;overflow:hidden
}
.quantity-control button{
  width:34px;height:34px;border:0;background:transparent;color:var(--ink)
}
.quantity-control span{text-align:center;font-size:13px}
.remove-item{
  border:0;background:transparent;color:#956c53;font-size:11px;text-decoration:underline
}
.cart-summary{
  padding:24px 30px 30px;border-top:1px solid var(--line);background:#f5eee4
}
.cart-summary>div{
  display:flex;justify-content:space-between;align-items:center;margin-bottom:18px
}
.cart-summary span{font-size:12px;letter-spacing:.1em;text-transform:uppercase}
.cart-summary strong{font-family:Georgia,serif;font-size:34px;color:var(--gold-dark)}
.checkout-button{
  width:100%;border:0;border-radius:999px;padding:17px 22px;
  background:linear-gradient(135deg,#2b241f,#5a4637);color:white;
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  box-shadow:0 17px 38px rgba(61,44,32,.17)
}
.checkout-message{
  min-height:20px;margin:13px 0 0;color:#78675b;font-size:12px;line-height:1.5
}
@media(max-width:520px){
  .cart-head{padding:25px 20px 20px}
  .cart-items{padding:10px 20px 24px}
  .cart-summary{padding:20px}
  .cart-item{grid-template-columns:90px 1fr}
  .cart-item>img{height:115px}
  .cart-item-info h3{font-size:20px}
  .cart-item-controls{align-items:flex-start;flex-direction:column}
}

.product-open{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.availability-line{min-height:34px;margin:12px 0;color:#886747;font-size:11px}.add-cart:disabled{opacity:.45;cursor:not-allowed}body.modal-open{overflow:hidden}.product-modal-backdrop{position:fixed;inset:0;z-index:95;background:rgba(39,30,24,.48);backdrop-filter:blur(7px);opacity:0;visibility:hidden;transition:.35s}.product-modal-backdrop.open{opacity:1;visibility:visible}.product-modal{position:fixed;z-index:100;left:50%;top:50%;width:min(1180px,94vw);height:min(760px,90vh);transform:translate(-50%,-46%) scale(.96);opacity:0;visibility:hidden;display:grid;grid-template-columns:1.12fr .88fr;background:#fffdfa;box-shadow:0 50px 140px rgba(42,31,23,.32);transition:.4s;overflow:hidden}.product-modal.open{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible}.product-modal-close{position:absolute;right:22px;top:20px;z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid rgba(184,139,79,.35);background:#fff;font-size:28px}.product-modal-gallery{display:grid;grid-template-rows:1fr auto;min-height:0;background:#eee6dc}.modal-main-media{min-height:0;overflow:hidden}.modal-main-media img,.modal-main-media video{width:100%;height:100%;object-fit:cover;display:block}.modal-thumbnails{display:flex;gap:10px;padding:14px;background:#fff;overflow-x:auto}.modal-thumbnails button{width:78px;height:70px;flex:0 0 auto;padding:0;border:1px solid transparent;border-radius:10px;overflow:hidden}.modal-thumbnails button.active{border-color:var(--gold)}.modal-thumbnails img{width:100%;height:100%;object-fit:cover}.video-thumb{display:grid;place-items:center;width:100%;height:100%;font-size:24px}.product-modal-copy{padding:70px 55px 45px;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start}.product-modal-copy h2{font-size:54px;line-height:1.02;margin:12px 0 18px}.modal-short{font-size:17px;line-height:1.75;color:var(--muted)}.modal-availability{margin:18px 0;padding:11px 15px;border-radius:999px;background:#f2e8db;color:#7d5e3d;font-size:12px}.modal-price{font-family:Georgia,serif;font-size:38px;color:var(--gold-dark);margin-bottom:24px}.modal-long{white-space:pre-line;color:var(--muted);line-height:1.85;margin-bottom:30px}@media(max-width:850px){.product-modal{grid-template-columns:1fr;height:92vh;overflow-y:auto}.product-modal-gallery{min-height:520px}.product-modal-copy{padding:45px 24px}}


/* v4.6 — lielāks un ērtāk lasāms produkta detalizētais skats */
.product-modal{
  width:min(1460px,96vw);
  height:min(900px,94vh);
  grid-template-columns:minmax(480px,1.02fr) minmax(500px,.98fr);
  border-radius:24px;
}
.product-modal-gallery{
  min-width:0;
}
.modal-main-media{
  background:#eee6dc;
}
.modal-main-media img,
.modal-main-media video{
  object-fit:contain;
  background:#eee6dc;
}
.modal-thumbnails{
  min-height:98px;
  padding:14px 18px;
}
.modal-thumbnails button{
  width:94px;
  height:78px;
}
.product-modal-copy{
  padding:72px 68px 46px;
  align-items:stretch;
  scrollbar-width:thin;
  scrollbar-color:rgba(184,139,79,.5) transparent;
}
.product-modal-copy::-webkit-scrollbar{
  width:8px;
}
.product-modal-copy::-webkit-scrollbar-thumb{
  background:rgba(184,139,79,.42);
  border-radius:999px;
}
.product-modal-copy h2{
  max-width:720px;
  font-size:clamp(48px,4.1vw,68px);
  line-height:1.02;
}
.modal-short{
  max-width:760px;
  font-size:18px;
  line-height:1.8;
}
.long-description-section{
  width:100%;
  margin:8px 0 34px;
  padding-top:26px;
  border-top:1px solid var(--line);
}
.long-description-section h3{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:27px;
  color:var(--ink);
}
.modal-long{
  max-width:780px;
  margin:0;
  color:#655c55;
  font-size:16.5px;
  line-height:1.95;
  letter-spacing:.005em;
  white-space:pre-line;
}
.product-modal-copy .main-button{
  align-self:flex-start;
  flex:0 0 auto;
  margin-top:auto;
}
.product-modal-close{
  width:50px;
  height:50px;
  right:24px;
  top:22px;
  box-shadow:0 12px 28px rgba(52,38,27,.12);
}

@media(max-width:1050px){
  .product-modal{
    width:96vw;
    grid-template-columns:.95fr 1.05fr;
  }
  .product-modal-copy{
    padding:68px 38px 40px;
  }
}
@media(max-width:850px){
  .product-modal{
    display:block;
    width:96vw;
    height:94vh;
    overflow-y:auto;
    border-radius:20px;
  }
  .product-modal-gallery{
    min-height:58vh;
  }
  .modal-main-media{
    height:calc(58vh - 98px);
  }
  .product-modal-copy{
    overflow:visible;
    padding:46px 26px 52px;
  }
  .modal-long{
    max-width:none;
    font-size:16px;
  }
}
@media(max-width:560px){
  .product-modal{
    width:100vw;
    height:100vh;
    border-radius:0;
  }
  .product-modal-gallery{
    min-height:54vh;
  }
  .modal-main-media{
    height:calc(54vh - 88px);
  }
  .modal-thumbnails{
    min-height:88px;
    padding:10px;
  }
  .modal-thumbnails button{
    width:78px;
    height:66px;
  }
  .product-modal-copy{
    padding:42px 20px 46px;
  }
  .product-modal-copy h2{
    font-size:40px;
  }
  .long-description-section h3{
    font-size:24px;
  }
}


/* v4.7 — gandrīz pilnekrāna produkta skats ar divu kolonnu garo aprakstu */
.product-modal{
  width:98vw;
  height:96vh;
  max-width:1780px;
  max-height:1040px;
  grid-template-columns:minmax(560px,1.05fr) minmax(680px,.95fr);
  border-radius:26px;
}
.product-modal-gallery{
  min-height:0;
}
.modal-main-media{
  min-height:0;
}
.product-modal-copy{
  padding:76px 72px 42px;
}
.product-modal-copy h2{
  max-width:900px;
  font-size:clamp(52px,4.5vw,76px);
}
.modal-short{
  max-width:900px;
  font-size:19px;
  line-height:1.75;
}
.long-description-section{
  margin-top:10px;
  padding-top:28px;
}
.modal-long{
  max-width:none;
  column-count:2;
  column-gap:44px;
  column-rule:1px solid var(--line);
  font-size:16.5px;
  line-height:1.9;
  text-align:left;
}
.modal-long p:first-child{
  margin-top:0;
}
.product-modal-copy .main-button{
  margin-top:26px;
}

@media(max-width:1250px){
  .product-modal{
    width:97vw;
    grid-template-columns:.92fr 1.08fr;
  }
  .product-modal-copy{
    padding:70px 42px 38px;
  }
  .modal-long{
    column-gap:30px;
  }
}

@media(max-width:980px){
  .product-modal{
    display:block;
    width:97vw;
    height:96vh;
    overflow-y:auto;
  }
  .product-modal-gallery{
    min-height:54vh;
  }
  .modal-main-media{
    height:calc(54vh - 98px);
  }
  .product-modal-copy{
    overflow:visible;
    padding:46px 28px 56px;
  }
  .modal-long{
    column-count:1;
    column-rule:0;
  }
}

@media(max-width:560px){
  .product-modal{
    width:100vw;
    height:100vh;
    max-height:none;
    border-radius:0;
  }
  .product-modal-copy{
    padding:42px 20px 48px;
  }
  .modal-short{
    font-size:17px;
  }
  .modal-long{
    font-size:16px;
    line-height:1.85;
  }
}

.seo-product-page{max-width:1500px;margin:auto;padding:45px 5vw 90px}
.seo-back-link{display:inline-block;margin-bottom:35px;color:var(--gold-dark)}
.seo-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}
.seo-product-images{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.seo-product-images img{min-height:360px;max-height:620px;object-fit:cover;border-radius:18px}
.seo-product-images img:first-child{grid-column:1/3;min-height:650px}
.seo-product-copy{position:sticky;top:120px}
.seo-product-copy h1{font-size:clamp(54px,6vw,92px)}
.seo-short{font-size:19px;line-height:1.8;color:var(--muted)}
.seo-price{display:block;font-family:Georgia,serif;font-size:40px;color:var(--gold-dark);margin:24px 0}
.seo-long{font-size:17px;line-height:1.95;color:var(--muted);margin-bottom:30px}
@media(max-width:900px){
  .seo-product-layout{grid-template-columns:1fr}
  .seo-product-copy{position:static}
}


/* v5.0 — atsevišķa veikala lapa */
nav a.current{color:var(--gold-dark)}
nav a.current:after{left:0;right:0}
.shop-page main{max-width:1560px;margin:auto;padding:0 5vw 100px}
.shop-hero{padding:95px 0 55px;max-width:1050px}
.shop-hero h1{font-size:clamp(66px,8vw,128px)}
.shop-hero>p:last-child{max-width:760px;color:var(--muted);font-size:18px;line-height:1.85}
.shop-toolbar{
  position:sticky;top:94px;z-index:20;display:grid;
  grid-template-columns:1fr minmax(250px,360px) minmax(220px,300px);
  gap:18px;align-items:end;padding:20px 0;
  background:rgba(251,248,242,.92);backdrop-filter:blur(20px);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.shop-count{font-family:Georgia,serif;font-size:25px;padding-bottom:13px}
.shop-toolbar label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark)}
.shop-toolbar input,.shop-toolbar select{
  display:block;width:100%;margin-top:7px;padding:13px 15px;
  border:1px solid rgba(184,139,79,.3);border-radius:999px;
  background:rgba(255,255,255,.78);font:inherit;color:var(--ink)
}
.shop-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;margin-top:45px
}
.shop-product-card{
  min-width:0;background:rgba(255,255,255,.82);
  border:1px solid rgba(184,139,79,.2);border-radius:120px 18px 18px 18px;
  overflow:hidden;box-shadow:0 25px 75px rgba(76,55,34,.12);
  transition:transform .45s,box-shadow .45s
}
.shop-product-card:hover{transform:translateY(-8px);box-shadow:0 38px 100px rgba(76,55,34,.18)}
.shop-product-card[hidden]{display:none}
.shop-product-image{position:relative;display:block;height:440px;overflow:hidden}
.shop-product-image img{transition:transform .8s;filter:saturate(.82)}
.shop-product-card:hover .shop-product-image img{transform:scale(1.045)}
.shop-sold-out-ribbon{
  position:absolute;
  left:0;
  right:0;
  bottom:18px;
  padding:10px 14px;
  background:rgba(126, 116, 103, .82);
  color:#fff;
  text-align:center;
  font-size:11px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
  box-shadow:0 10px 26px rgba(46,35,26,.14);
  pointer-events:none;
}
.shop-product-image span{
  position:absolute;right:15px;bottom:15px;padding:8px 12px;
  border-radius:999px;background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);font-size:10px;color:var(--gold-dark)
}
.shop-product-copy{padding:25px}
.shop-product-copy>small{
  font-size:9px;letter-spacing:.15em;color:var(--gold-dark);text-transform:uppercase
}
.shop-product-copy h2{font-size:32px;margin:10px 0}
.shop-product-copy>p{min-height:80px;color:var(--muted);line-height:1.7}
.shop-availability{min-height:34px;margin:12px 0;color:#886747;font-size:11px}
.shop-product-bottom{
  display:flex;justify-content:space-between;align-items:center;
  gap:16px;padding-top:16px;border-top:1px solid var(--line)
}
.shop-product-bottom>strong{font-family:Georgia,serif;font-size:25px;color:var(--gold-dark)}
.shop-product-bottom>div{display:flex;gap:9px;align-items:center}
.shop-details-button{
  padding:11px 15px;border-radius:999px;border:1px solid rgba(184,139,79,.35);
  font-size:10px;letter-spacing:.08em;text-transform:uppercase
}
.shop-add-cart{
  width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);
  background:linear-gradient(145deg,#fff,#eadbc2);color:#805f38
}
.shop-add-cart:disabled{opacity:.45;cursor:not-allowed}
.no-products-message{display:none;text-align:center;padding:90px 20px;color:var(--muted)}
.no-products-message.visible{display:block}
@media(max-width:1100px){
  .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .shop-page main{padding-left:20px;padding-right:20px}
  .shop-toolbar{position:static;grid-template-columns:1fr}
  .shop-grid{grid-template-columns:1fr}
  .shop-product-image{height:420px}
  .shop-sold-out-ribbon{
    bottom:12px;
    padding:8px 10px;
    font-size:10px;
    letter-spacing:.14em;
  }
}

/* v5.4 — noņemti nevajadzīgie mazie teksti */
.hero-copy h1{margin-top:0}
.cinema-caption small{display:none!important}
.cinema-caption strong{margin-top:0}


/* v5.5 — pilnvērtīga veikala lapa ar kreiso kategoriju joslu */
.shop-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:42px;
  align-items:start;
  margin-top:20px
}
.shop-sidebar{
  position:relative;
  min-width:0
}
.shop-sidebar-inner{
  position:sticky;
  top:120px;
  padding:28px;
  border-radius:28px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(20px);
  border:1px solid rgba(184,139,79,.2);
  box-shadow:0 25px 75px rgba(76,55,34,.1)
}
.shop-sidebar h2{
  font-size:42px;
  margin:8px 0 25px
}
.category-button{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 0;
  border:0;
  border-bottom:1px solid var(--line);
  background:transparent;
  color:var(--muted);
  text-align:left;
  cursor:pointer;
  transition:.25s
}
.category-button span{
  font-size:14px
}
.category-button b{
  min-width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f2e7d8;
  color:var(--gold-dark);
  font-size:11px
}
.category-button:hover,
.category-button.active{
  color:var(--ink);
  padding-left:8px
}
.category-button.active span{
  font-weight:700
}
.category-button.active b{
  background:var(--ink);
  color:#fff
}
.sidebar-note{
  margin-top:28px;
  padding:22px;
  border-radius:20px;
  background:linear-gradient(145deg,#e9d8c0,#f8f2ea)
}
.sidebar-note strong{
  font-family:Georgia,serif;
  font-size:20px
}
.sidebar-note p{
  color:var(--muted);
  font-size:13px;
  line-height:1.65
}
.sidebar-note a{
  display:inline-block;
  margin-top:5px;
  color:var(--gold-dark);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  border-bottom:1px solid rgba(184,139,79,.4);
  padding-bottom:4px
}
.shop-content{
  min-width:0
}
.shop-content .shop-toolbar{
  top:94px;
  grid-template-columns:1fr minmax(280px,460px);
  margin-bottom:38px
}
.shop-content .shop-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:0
}
.shop-product-copy>p{
  min-height:105px
}
.shop-details-button{
  white-space:nowrap
}
@media(max-width:1350px){
  .shop-content .shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media(max-width:900px){
  .shop-layout{
    grid-template-columns:1fr;
    gap:28px
  }
  .shop-sidebar-inner{
    position:static
  }
  .shop-content .shop-toolbar{
    position:static
  }
  .shop-sidebar-inner{
    padding:22px
  }
  .category-button{
    padding:12px 0
  }
}
@media(max-width:650px){
  .shop-content .shop-grid{
    grid-template-columns:1fr
  }
  .shop-content .shop-toolbar{
    grid-template-columns:1fr
  }
  .shop-product-copy>p{
    min-height:0
  }
}


/* v5.6 — produkta informācija atveras veikala lapā, nevis citā lapā */
.shop-product-image{
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  text-align:left
}
.shop-title-button{
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font-family:Georgia,serif;
  font-size:inherit;
  text-align:left;
  cursor:pointer
}
.shop-details-button{
  background:transparent;
  color:inherit;
  cursor:pointer
}
.shop-product-modal{
  width:98vw;
  height:96vh;
  max-width:1780px;
  max-height:1040px;
  grid-template-columns:minmax(560px,1.05fr) minmax(680px,.95fr)
}
.shop-product-modal .product-modal-copy{
  padding:76px 72px 42px
}
.shop-product-modal .modal-long{
  column-count:2;
  column-gap:44px;
  column-rule:1px solid var(--line);
  font-size:16.5px;
  line-height:1.9;
  white-space:pre-line
}
.shop-product-modal .modal-main-media img,
.shop-product-modal .modal-main-media video{
  object-fit:contain;
  background:#eee6dc
}
@media(max-width:980px){
  .shop-product-modal{
    display:block;
    width:97vw;
    height:96vh;
    overflow-y:auto
  }
  .shop-product-modal .product-modal-gallery{
    min-height:54vh
  }
  .shop-product-modal .modal-main-media{
    height:calc(54vh - 98px)
  }
  .shop-product-modal .product-modal-copy{
    overflow:visible;
    padding:46px 28px 56px
  }
  .shop-product-modal .modal-long{
    column-count:1;
    column-rule:0
  }
}
@media(max-width:560px){
  .shop-product-modal{
    width:100vw;
    height:100vh;
    max-height:none;
    border-radius:0
  }
  .shop-product-modal .product-modal-copy{
    padding:42px 20px 48px
  }
}

.shop-category-group{
  border-bottom:1px solid var(--line)
}
.shop-category-group .category-button{
  border-bottom:0
}
.subcategory-list{
  padding:0 0 10px 14px
}
.subcategory-button{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 0 10px 12px;
  border:0;
  background:transparent;
  color:#8a7a6d;
  text-align:left;
  cursor:pointer;
  transition:.25s
}
.subcategory-button span{
  font-size:12px
}
.subcategory-button b{
  min-width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f6eee4;
  color:#97764d;
  font-size:10px
}
.subcategory-button:hover,
.subcategory-button.active{
  color:var(--ink);
  padding-left:18px
}
.subcategory-button.active b{
  background:var(--gold);
  color:#fff
}


/* v6.1 — apakškategorijas parādās tikai pēc galvenās kategorijas izvēles */
.subcategory-list{
  display:none!important
}
.subcategory-panel{
  margin:0 0 34px;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(239,227,211,.82));
  border:1px solid rgba(184,139,79,.22);
  box-shadow:0 20px 60px rgba(76,55,34,.09)
}
.subcategory-panel[hidden]{
  display:none
}
.subcategory-panel-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:20px
}
.subcategory-panel-head h2{
  margin:6px 0 0;
  font-size:34px
}
.subcategory-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:11px
}
.subcategory-content-button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 15px;
  border-radius:999px;
  border:1px solid rgba(184,139,79,.3);
  background:rgba(255,255,255,.75);
  color:var(--ink);
  cursor:pointer;
  transition:.25s
}
.subcategory-content-button[hidden]{
  display:none
}
.subcategory-content-button:hover,
.subcategory-content-button.active{
  background:var(--ink);
  color:#fff;
  transform:translateY(-2px)
}
.subcategory-content-button b{
  min-width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#efe2d0;
  color:var(--gold-dark);
  font-size:10px
}
.subcategory-content-button.active b{
  background:rgba(255,255,255,.18);
  color:#fff
}
.clear-subcategory-button{
  border:0;
  background:transparent;
  color:var(--gold-dark);
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(184,139,79,.35);
  padding:0 0 5px;
  cursor:pointer
}
@media(max-width:700px){
  .subcategory-panel-head{
    align-items:flex-start;
    flex-direction:column
  }
}


/* v6.2 — kompaktākas produktu kartītes */

/* Sākumlapas slīdošā produktu kolekcija */
.product-slider{
  gap:18px;
}
.product-card{
  min-width:270px;
  max-width:270px;
  border-radius:95px 14px 14px 14px;
}
.product-card img{
  height:300px;
}
.product-info{
  padding:18px;
}
.product-info h3{
  font-size:23px;
  line-height:1.12;
  margin:8px 0;
}
.product-info p{
  min-height:58px;
  margin:8px 0;
  font-size:13px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.availability-line{
  min-height:24px;
  margin:8px 0;
  font-size:10px;
}
.product-meta{
  padding-top:11px;
}
.product-meta b{
  font-size:18px;
}
.product-meta button{
  width:35px;
  height:35px;
}

/* Atsevišķā veikala lapa */
.shop-content .shop-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.shop-product-card{
  border-radius:78px 14px 14px 14px;
}
.shop-product-image{
  height:285px;
}
.shop-product-copy{
  padding:17px;
}
.shop-product-copy h2{
  font-size:24px;
  line-height:1.12;
  margin:8px 0;
}
.shop-product-copy>p{
  min-height:58px;
  margin:8px 0;
  font-size:13px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.shop-availability{
  min-height:24px;
  margin:8px 0;
  font-size:10px;
}
.shop-product-bottom{
  padding-top:11px;
}
.shop-product-bottom>strong{
  font-size:21px;
}
.shop-details-button{
  padding:9px 11px;
  font-size:9px;
}
.shop-add-cart{
  width:36px;
  height:36px;
}

/* Nedaudz kompaktāks veikala izkārtojums */
.shop-layout{
  grid-template-columns:245px minmax(0,1fr);
  gap:28px;
}
.shop-sidebar-inner{
  padding:22px;
}
.shop-sidebar h2{
  font-size:36px;
  margin-bottom:18px;
}
.category-button{
  padding:11px 0;
}
.sidebar-note{
  margin-top:20px;
  padding:17px;
}
.sidebar-note strong{
  font-size:18px;
}

@media(max-width:1450px){
  .shop-content .shop-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:1100px){
  .shop-content .shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .shop-content .shop-grid{
    grid-template-columns:1fr;
  }
  .shop-product-image{
    height:340px;
  }
  .product-card{
    min-width:78vw;
    max-width:78vw;
  }
}


/* v6.3 — vēl kompaktākas kartītes un salabotas veikala darbības */
.product-card{
  min-width:225px;
  max-width:225px;
  border-radius:72px 12px 12px 12px
}
.product-card img{
  height:235px
}
.product-info{
  padding:14px
}
.product-info h3{
  font-size:19px
}
.product-info p{
  min-height:42px;
  font-size:11.5px;
  -webkit-line-clamp:2
}
.availability-line{
  min-height:19px;
  font-size:9px
}
.product-meta b{
  font-size:16px
}
.product-meta button{
  width:31px;
  height:31px
}

.shop-content .shop-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px
}
.shop-product-card{
  border-radius:58px 11px 11px 11px
}
.shop-product-image{
  height:215px
}
.shop-product-copy{
  padding:13px
}
.shop-product-copy h2{
  font-size:19px
}
.shop-product-copy>p{
  min-height:38px;
  font-size:11.5px;
  -webkit-line-clamp:2
}
.shop-availability{
  min-height:18px;
  font-size:9px
}
.shop-product-bottom>strong{
  font-size:17px
}
.shop-details-button{
  padding:7px 8px;
  font-size:8px
}
.shop-add-cart{
  width:31px;
  height:31px
}

@media(max-width:1550px){
  .shop-content .shop-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
}
@media(max-width:1250px){
  .shop-content .shop-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}
@media(max-width:950px){
  .shop-content .shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media(max-width:620px){
  .shop-content .shop-grid{
    grid-template-columns:1fr
  }
  .shop-product-image{
    height:300px
  }
  .product-card{
    min-width:72vw;
    max-width:72vw
  }
}


/* v6.4 — noņemta slīdošā teksta josla zem galvenā banera */
.floating-ribbon,
.ribbon-track{
  display:none!important;
}

.collection-link-card{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer
}
.collection-link-card:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:5px
}

.statement-link{position:relative;z-index:2;display:block;max-width:1500px;margin:auto;font-family:Georgia,serif;font-size:clamp(42px,6vw,88px);line-height:1.08;color:#3a3029;text-decoration:none}
.statement-link:hover{color:var(--gold-dark)}

.projects-section{
  max-width:1500px;
  margin:130px auto;
  padding:0 5vw
}
.projects-heading{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:60px;
  align-items:end;
  margin-bottom:55px
}
.projects-heading h2{
  font-size:clamp(48px,5vw,82px);
  line-height:1.02
}
.projects-heading>p{
  color:var(--muted);
  line-height:1.85
}
.projects-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px
}
.project-card{
  min-width:0
}
.project-open-button{
  position:relative;
  width:100%;
  min-height:520px;
  padding:0;
  border:0;
  border-radius:120px 18px 18px 18px;
  overflow:hidden;
  background:#ddd;
  cursor:pointer;
  text-align:left;
  box-shadow:var(--shadow)
}
.project-open-button>img{
  transition:transform .8s ease;
  filter:saturate(.82)
}
.project-open-button:hover>img{
  transform:scale(1.05)
}
.project-card-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:24px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.8)
}
.project-card-overlay small{
  font-size:9px;
  letter-spacing:.14em;
  color:var(--gold-dark)
}
.project-card-overlay h3{
  font-size:30px;
  margin:8px 0
}
.project-card-overlay p{
  color:var(--muted);
  line-height:1.65;
  font-size:13px
}
.project-card-overlay span{
  display:inline-block;
  margin-top:10px;
  color:var(--gold-dark);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.1em
}
.project-modal{
  position:fixed;
  z-index:100;
  left:50%;
  top:50%;
  width:min(1500px,96vw);
  height:min(900px,94vh);
  transform:translate(-50%,-46%) scale(.96);
  opacity:0;
  visibility:hidden;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  background:#fffdfa;
  box-shadow:0 50px 140px rgba(42,31,23,.32);
  transition:.4s cubic-bezier(.2,.75,.2,1);
  overflow:hidden
}
.project-modal.open{
  transform:translate(-50%,-50%) scale(1);
  opacity:1;
  visibility:visible
}
.project-modal-gallery{
  display:grid;
  grid-template-rows:1fr auto;
  min-height:0;
  background:#eee6dc
}
.project-main-image{
  min-height:0
}
.project-main-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#eee6dc
}
.project-modal-copy{
  padding:78px 60px 48px;
  overflow-y:auto
}
.project-modal-copy h2{
  font-size:clamp(48px,4.5vw,74px);
  line-height:1.02;
  margin:15px 0 22px
}
.project-modal-copy .modal-long{
  column-count:1;
  font-size:16.5px;
  line-height:1.95;
  white-space:pre-line
}
@media(max-width:1050px){
  .projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .projects-heading{grid-template-columns:1fr}
}
@media(max-width:850px){
  .project-modal{
    display:block;
    width:96vw;
    height:94vh;
    overflow-y:auto
  }
  .project-modal-gallery{
    min-height:55vh
  }
  .project-main-image{
    height:calc(55vh - 98px)
  }
  .project-modal-copy{
    overflow:visible;
    padding:45px 26px 55px
  }
}
@media(max-width:650px){
  .projects-grid{grid-template-columns:1fr}
  .project-open-button{min-height:440px}
}


/* v6.8 — atsevišķa publiskā projektu lapa */
.projects-page-main{
  max-width:1560px;
  margin:auto;
  padding:0 5vw 110px
}
.projects-page-hero{
  max-width:1100px;
  padding:100px 0 65px
}
.projects-page-hero h1{
  font-size:clamp(64px,8vw,126px);
  line-height:.94
}
.projects-page-hero>p:last-child{
  max-width:760px;
  color:var(--muted);
  font-size:18px;
  line-height:1.85
}
.projects-page-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px
}
.projects-page-card{
  min-width:0
}
.projects-page-card .project-open-button{
  min-height:520px
}
@media(max-width:1100px){
  .projects-page-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media(max-width:700px){
  .projects-page-main{
    padding-left:20px;
    padding-right:20px
  }
  .projects-page-grid{
    grid-template-columns:1fr
  }
}


/* v6.9 — projektu kartītēs automātiski mainās galerijas bildes */
.project-card-slides{
  position:absolute;
  inset:0;
  overflow:hidden
}
.project-card-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.04);
  transition:
    opacity 1s ease,
    transform 5.8s ease;
  filter:saturate(.82)
}
.project-card-slide.active{
  opacity:1;
  transform:scale(1)
}
.project-slideshow-card:hover .project-card-slide.active{
  transform:scale(1.035)
}
.project-card-dots{
  position:absolute;
  z-index:3;
  top:20px;
  right:20px;
  display:flex;
  gap:6px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.58);
  backdrop-filter:blur(12px)
}
.project-card-dots span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(64,45,32,.28);
  transition:.3s
}
.project-card-dots span.active{
  width:20px;
  border-radius:999px;
  background:#6f4d35
}
.project-card-overlay{
  z-index:4
}


/* v7.0 — poga uz citiem projektiem detalizētajā skatā */
.other-projects-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin-top:28px;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#2f261f,#5a4435);
  color:#fff;
  text-decoration:none;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 16px 36px rgba(58,42,28,.18);
  transition:transform .25s ease,box-shadow .25s ease
}
.other-projects-button:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 46px rgba(58,42,28,.24)
}


/* v7.1 — sākumlapas projekta logā tikai īsais apraksts */
#projects + #projectsData + #projectModalBackdrop + #projectModal .project-modal-copy .modal-short{
  margin-bottom:24px;
}


/* v7.2 — maināms uzņēmuma logo un nosaukums */
.brand-logo-image{
  width:48px;
  height:48px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:50%;
  border:1px solid rgba(184,139,79,.45);
  background:#fff;
  box-shadow:0 10px 28px rgba(77,54,35,.1)
}
.brand-logo-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:4px
}
.brand>span:last-child{
  min-width:0
}
.brand strong{
  max-width:260px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}


/* v7.3 — logo un nosaukums tiek rādīts no servera iestatījumiem */
.brand-logo-image{
  width:54px;
  height:54px
}
.brand-logo-image img{
  display:block;
  max-width:100%;
  max-height:100%
}
.brand strong{
  display:block
}
.brand small{
  display:block
}


/* =========================================================
   v7.4 — pilna mobilā optimizācija
   ========================================================= */

/* Droša bāze visām ierīcēm */
html{
  overflow-x:hidden;
  scroll-behavior:smooth
}
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden
}
img,video{
  max-width:100%
}
button,input,select,textarea{
  font:inherit
}
button,a{
  -webkit-tap-highlight-color:transparent
}

/* Galvene un mobilā izvēlne */
.site-header{
  width:100%;
  max-width:100vw;
  min-height:88px;
  padding:14px clamp(18px,4vw,54px);
  gap:20px
}
.menu-button{
  display:none;
  width:46px;
  height:46px;
  flex:0 0 auto;
  border:1px solid rgba(184,139,79,.28);
  border-radius:50%;
  background:rgba(255,255,255,.72);
  color:var(--ink);
  font-size:22px;
  cursor:pointer
}
.brand{
  min-width:0;
  max-width:min(360px,55vw)
}
.brand strong{
  max-width:min(280px,38vw)
}
.site-header nav{
  min-width:0
}
.header-actions{
  flex:0 0 auto
}

/* Galvenais baneris */
.hero{
  min-height:auto
}
.hero-inner{
  width:100%;
  max-width:1600px;
  margin:auto
}
.hero-copy{
  min-width:0
}
.hero-copy h1{
  overflow-wrap:anywhere
}
.cinema{
  min-width:0
}
.cinema-slides,
.cinema-slide{
  min-width:0
}
.cinema-slide img{
  width:100%;
  height:100%;
  object-fit:cover
}

/* Universālas sekcijas */
.collection-section,
.products-section,
.projects-section,
.story-section,
.light-wave-section{
  width:100%;
  max-width:100vw
}
.section-header,
.projects-heading{
  min-width:0
}
.section-header h2,
.projects-heading h2,
.shop-hero h1,
.projects-page-hero h1{
  overflow-wrap:anywhere
}

/* Veikals */
.shop-page main,
.projects-page-main{
  width:100%;
  max-width:1560px
}
.shop-layout,
.shop-content,
.shop-grid{
  min-width:0
}
.shop-product-card{
  min-width:0
}
.shop-product-copy{
  min-width:0
}
.shop-product-copy h2,
.shop-product-copy p{
  overflow-wrap:anywhere
}

/* Modālie logi */
.product-modal,
.project-modal,
.shop-product-modal{
  max-width:calc(100vw - 24px);
  max-height:calc(100dvh - 24px)
}
.product-modal-copy,
.project-modal-copy{
  min-width:0
}
.product-modal-copy h2,
.project-modal-copy h2{
  overflow-wrap:anywhere
}
.product-modal-close{
  z-index:20
}

/* Grozs */
.cart-drawer{
  max-width:100vw
}
.cart-item{
  min-width:0
}
.cart-item-info{
  min-width:0
}
.cart-item-info h3{
  overflow-wrap:anywhere
}

/* Mobilie ekrāni */
@media(max-width:900px){
  body{
    font-size:15px
  }

  .site-header{
    position:sticky;
    top:0;
    z-index:80;
    min-height:76px;
    padding:11px 16px;
    background:rgba(251,248,242,.94);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(184,139,79,.16)
  }

  .brand{
    max-width:calc(100vw - 155px);
    gap:10px
  }
  .brand-logo-image,
  .brand-jewel{
    width:44px;
    height:44px;
    flex:0 0 44px
  }
  .brand strong{
    max-width:calc(100vw - 220px);
    font-size:14px;
    letter-spacing:.12em
  }
  .brand small{
    max-width:calc(100vw - 220px);
    font-size:8px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
  }

  .menu-button{
    display:grid;
    place-items:center;
    order:2;
    margin-left:auto
  }

  .site-header nav{
    position:fixed;
    left:14px;
    right:14px;
    top:82px;
    z-index:90;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px;
    border-radius:22px;
    background:rgba(255,253,249,.98);
    box-shadow:0 28px 80px rgba(54,39,27,.2);
    border:1px solid rgba(184,139,79,.22);
    opacity:0;
    visibility:hidden;
    transform:translateY(-12px) scale(.98);
    transition:.25s ease
  }
  .site-header nav.open{
    opacity:1;
    visibility:visible;
    transform:none
  }
  .site-header nav a{
    width:100%;
    padding:15px 16px;
    border-radius:14px;
    font-size:14px;
    border-bottom:1px solid rgba(184,139,79,.12)
  }
  .site-header nav a:last-child{
    border-bottom:0
  }
  .site-header nav a:after{
    display:none
  }

  .header-actions{
    order:3;
    gap:8px
  }
  .admin-link{
    display:none
  }
  .cart-button{
    min-width:48px;
    height:46px;
    padding:0 12px;
    border-radius:999px;
    font-size:0
  }
  .cart-button:before{
    content:"Grozs";
    font-size:11px
  }
  .cart-button b{
    font-size:10px
  }

  /* Hero */
  .hero{
    padding:30px 16px 55px
  }
  .hero-inner{
    display:flex;
    flex-direction:column;
    gap:28px
  }
  .hero-copy{
    width:100%;
    padding:10px 0 0
  }
  .hero-copy h1{
    max-width:none;
    font-size:clamp(46px,14vw,76px);
    line-height:.94;
    margin-bottom:20px
  }
  .hero-copy>p{
    max-width:none;
    font-size:15px;
    line-height:1.75
  }
  .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px
  }
  .main-button,
  .ghost-link{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center
  }
  .cinema{
    width:100%;
    min-height:0;
    aspect-ratio:4/3;
    border-radius:72px 18px 18px 18px
  }
  .cinema-caption{
    left:12px;
    right:12px;
    bottom:12px;
    width:auto;
    padding:15px
  }
  .cinema-caption strong{
    font-size:22px
  }
  .cinema-dots{
    right:16px;
    bottom:16px
  }
  .hero-scroll{
    display:none
  }

  /* Kolekcijas */
  .collection-section{
    padding:70px 16px
  }
  .section-header{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:30px
  }
  .section-header h2{
    font-size:clamp(42px,12vw,66px)
  }
  .kinetic-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px
  }
  .kinetic-card,
  .kinetic-card.large,
  .kinetic-card.tall,
  .kinetic-card.wide{
    grid-column:auto;
    grid-row:auto;
    min-height:430px;
    border-radius:74px 18px 18px 18px
  }
  .kinetic-copy{
    left:12px;
    right:12px;
    bottom:12px;
    padding:18px
  }
  .kinetic-copy h3{
    font-size:29px
  }

  /* Produktu slīdnis */
  .products-section{
    padding:75px 16px
  }
  .products-section .section-header{
    align-items:flex-start
  }
  .slider-controls{
    margin-top:5px
  }
  .product-slider{
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    padding-bottom:12px
  }
  .product-card{
    min-width:min(74vw,260px);
    max-width:min(74vw,260px);
    scroll-snap-align:start
  }

  /* Projekti sākumlapā */
  .projects-section{
    margin:75px auto;
    padding:0 16px
  }
  .projects-heading{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:32px
  }
  .projects-heading h2{
    font-size:clamp(43px,12vw,68px)
  }
  .projects-grid{
    grid-template-columns:1fr;
    gap:18px
  }
  .project-open-button{
    min-height:430px;
    border-radius:74px 18px 18px 18px
  }
  .project-card-overlay{
    left:12px;
    right:12px;
    bottom:12px;
    padding:18px
  }
  .project-card-overlay h3,
  .project-card-overlay h2{
    font-size:27px
  }

  /* Lielais teksta bloks */
  .light-wave-section{
    min-height:280px;
    padding:70px 18px;
    display:flex;
    align-items:center
  }
  .light-wave-section p,
  .statement-link{
    width:100%;
    font-size:clamp(42px,12vw,68px);
    line-height:1.02
  }

  /* Veikala lapa */
  .shop-page main{
    padding:0 16px 70px
  }
  .shop-hero{
    padding:55px 0 28px
  }
  .shop-hero h1{
    font-size:clamp(58px,17vw,90px)
  }
  .shop-layout{
    grid-template-columns:1fr;
    gap:22px
  }
  .shop-sidebar-inner{
    position:static;
    border-radius:22px
  }
  .shop-sidebar h2{
    font-size:34px
  }
  .sidebar-note{
    display:none
  }
  .shop-content .shop-toolbar{
    position:static;
    grid-template-columns:1fr;
    gap:12px;
    padding:14px 0;
    margin-bottom:22px
  }
  .shop-count{
    padding-bottom:0
  }
  .shop-content .shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px
  }
  .shop-product-card{
    border-radius:42px 12px 12px 12px
  }
  .shop-product-image{
    height:190px
  }
  .shop-product-copy{
    padding:12px
  }
  .shop-product-copy h2{
    font-size:17px
  }
  .shop-product-copy>p{
    font-size:11px;
    min-height:34px
  }
  .shop-product-bottom{
    align-items:flex-end;
    gap:8px
  }
  .shop-product-bottom>div{
    gap:6px
  }
  .shop-details-button{
    display:none
  }
  .subcategory-panel{
    padding:18px;
    border-radius:20px
  }
  .subcategory-panel-head{
    align-items:flex-start
  }

  /* Projektu atsevišķā lapa */
  .projects-page-main{
    padding:0 16px 75px
  }
  .projects-page-hero{
    padding:55px 0 35px
  }
  .projects-page-hero h1{
    font-size:clamp(58px,16vw,90px)
  }
  .projects-page-grid{
    grid-template-columns:1fr;
    gap:18px
  }
  .projects-page-card .project-open-button{
    min-height:430px
  }

  /* Modālie logi */
  .product-modal,
  .shop-product-modal,
  .project-modal{
    position:fixed;
    inset:0;
    width:100vw;
    height:100dvh;
    max-width:none;
    max-height:none;
    border-radius:0;
    transform:translateY(24px);
    display:block;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch
  }
  .product-modal.open,
  .shop-product-modal.open,
  .project-modal.open{
    transform:none
  }
  .product-modal-gallery,
  .project-modal-gallery{
    min-height:52dvh;
    grid-template-rows:minmax(0,1fr) auto
  }
  .modal-main-media,
  .project-main-image{
    height:calc(52dvh - 86px)
  }
  .modal-thumbnails{
    min-height:86px;
    padding:10px;
    gap:8px;
    overflow-x:auto
  }
  .modal-thumbnails button{
    width:72px;
    height:62px;
    flex:0 0 72px
  }
  .product-modal-copy,
  .project-modal-copy,
  .shop-product-modal .product-modal-copy{
    padding:42px 20px 60px
  }
  .product-modal-copy h2,
  .project-modal-copy h2{
    font-size:clamp(40px,12vw,60px)
  }
  .modal-short{
    font-size:16px;
    line-height:1.7
  }
  .modal-long,
  .shop-product-modal .modal-long{
    column-count:1;
    column-rule:0;
    font-size:15.5px;
    line-height:1.8
  }
  .product-modal-close{
    position:fixed;
    top:max(12px,env(safe-area-inset-top));
    right:12px;
    width:46px;
    height:46px
  }

  /* Grozs */
  .cart-drawer{
    width:100vw;
    height:100dvh;
    max-width:none;
    border-radius:0
  }
  .cart-head{
    padding:22px 18px
  }
  .cart-items{
    padding:12px 16px
  }
  .cart-item{
    grid-template-columns:82px minmax(0,1fr);
    gap:12px
  }
  .cart-item img{
    width:82px;
    height:92px
  }
  .cart-summary{
    padding:18px 16px calc(18px + env(safe-area-inset-bottom))
  }

  /* Produktu SEO lapa */
  .seo-product-page{
    padding:28px 16px 70px
  }
  .seo-product-layout{
    grid-template-columns:1fr;
    gap:28px
  }
  .seo-product-images{
    grid-template-columns:1fr 1fr;
    gap:8px
  }
  .seo-product-images img{
    min-height:180px;
    border-radius:14px
  }
  .seo-product-images img:first-child{
    min-height:380px
  }
  .seo-product-copy{
    position:static
  }
  .seo-product-copy h1{
    font-size:clamp(44px,13vw,70px)
  }
}

@media(max-width:560px){
  .site-header{
    min-height:70px;
    padding:10px 12px
  }
  .site-header nav{
    left:10px;
    right:10px;
    top:75px
  }
  .brand{
    max-width:calc(100vw - 142px)
  }
  .brand-logo-image,
  .brand-jewel{
    width:40px;
    height:40px;
    flex-basis:40px
  }
  .brand strong{
    max-width:calc(100vw - 195px);
    font-size:12px
  }
  .brand small{
    max-width:calc(100vw - 195px);
    font-size:7px
  }
  .menu-button{
    width:42px;
    height:42px
  }
  .cart-button{
    width:42px;
    min-width:42px;
    height:42px;
    padding:0 8px
  }
  .cart-button:before{
    display:none
  }

  .hero{
    padding:24px 12px 45px
  }
  .hero-copy h1{
    font-size:clamp(42px,15vw,64px)
  }
  .hero-actions{
    flex-direction:column;
    align-items:stretch
  }
  .hero-actions .main-button,
  .hero-actions .ghost-link{
    width:100%
  }
  .cinema{
    aspect-ratio:1/1;
    border-radius:56px 15px 15px 15px
  }

  .collection-section,
  .products-section{
    padding-left:12px;
    padding-right:12px
  }
  .kinetic-card,
  .kinetic-card.large,
  .kinetic-card.tall,
  .kinetic-card.wide{
    min-height:390px
  }

  .shop-page main,
  .projects-page-main{
    padding-left:12px;
    padding-right:12px
  }
  .shop-content .shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px
  }
  .shop-product-image{
    height:160px
  }
  .shop-product-copy{
    padding:10px
  }
  .shop-product-copy h2{
    font-size:15px
  }
  .shop-product-copy>p{
    display:none
  }
  .shop-availability{
    font-size:8px
  }
  .shop-product-bottom>strong{
    font-size:15px
  }
  .shop-add-cart{
    width:30px;
    height:30px
  }

  .project-open-button,
  .projects-page-card .project-open-button{
    min-height:390px
  }
  .project-card-overlay p{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden
  }

  .product-modal-gallery,
  .project-modal-gallery{
    min-height:48dvh
  }
  .modal-main-media,
  .project-main-image{
    height:calc(48dvh - 80px)
  }
  .product-modal-copy,
  .project-modal-copy,
  .shop-product-modal .product-modal-copy{
    padding:36px 16px 55px
  }
  .product-modal-copy h2,
  .project-modal-copy h2{
    font-size:38px
  }
}

@media(max-width:380px){
  .shop-content .shop-grid{
    grid-template-columns:1fr
  }
  .shop-product-image{
    height:260px
  }
  .shop-product-copy>p{
    display:-webkit-box
  }
}


/* v7.5 — salabotas telefona izvēlnes un groza pogas */
@media(max-width:900px){
  .menu-button,
  .cart-button{
    position:relative;
    z-index:102;
    touch-action:manipulation;
    pointer-events:auto!important;
    cursor:pointer
  }

  .menu-button{
    display:grid!important;
    place-items:center;
    line-height:1;
    user-select:none
  }

  .menu-button.active{
    background:#30261f;
    color:#fff;
    border-color:#30261f
  }

  .site-header nav{
    pointer-events:none
  }

  .site-header nav.open{
    pointer-events:auto;
    display:flex!important;
  }

  .cart-button{
    display:flex!important;
    align-items:center;
    justify-content:center
  }

  .cart-drawer,
  .cart-backdrop{
    pointer-events:none
  }

  .cart-drawer.open,
  .cart-backdrop.open{
    pointer-events:auto
  }
}


/* v7.6 — atsevišķa Kolekciju / Iedvesmas stāstu lapa */
.inspirations-main{
  max-width:1560px;
  margin:auto;
  padding:0 5vw 110px
}
.inspirations-hero{
  max-width:1150px;
  padding:100px 0 65px
}
.inspirations-hero h1{
  font-size:clamp(62px,8vw,124px);
  line-height:.94
}
.inspirations-hero>p:last-child{
  max-width:760px;
  color:var(--muted);
  font-size:18px;
  line-height:1.85
}
.inspiration-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px
}
.inspiration-card{
  min-width:0
}
.inspiration-open{
  position:relative;
  width:100%;
  min-height:520px;
  padding:0;
  border:0;
  border-radius:110px 18px 18px 18px;
  overflow:hidden;
  cursor:pointer;
  background:#eee;
  text-align:left;
  box-shadow:var(--shadow)
}
.inspiration-open>img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s ease
}
.inspiration-open:hover>img{
  transform:scale(1.05)
}
.inspiration-open>div{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  padding:24px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px)
}
.inspiration-open small{
  color:var(--gold-dark);
  font-size:9px;
  letter-spacing:.14em
}
.inspiration-open h2{
  margin:8px 0;
  font-size:31px
}
.inspiration-open p{
  color:var(--muted);
  line-height:1.65
}
.inspiration-open span{
  display:inline-block;
  margin-top:10px;
  color:var(--gold-dark);
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase
}
.inspiration-content-block{
  margin-top:30px;
  padding-top:25px;
  border-top:1px solid var(--line)
}
.inspiration-content-block h3{
  font-size:26px;
  margin-bottom:14px
}
.inspiration-content-block .modal-long{
  white-space:pre-line
}
@media(max-width:1050px){
  .inspiration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .inspirations-main{padding:0 16px 75px}
  .inspirations-hero{padding:55px 0 35px}
  .inspirations-hero h1{font-size:clamp(54px,16vw,84px)}
  .inspiration-grid{grid-template-columns:1fr}
  .inspiration-open{min-height:430px;border-radius:72px 16px 16px 16px}
}


/* v7.7 — produktu galerija uzreiz zem galvenā banera */
#home + #products{
  margin-top:0;
  padding-top:70px;
}
@media(max-width:900px){
  #home + #products{
    padding-top:45px;
  }
}


/* v7.8 — sākumlapā tikai 4 jaunākie produkti */
#products .product-slider{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  overflow:visible;
}

#products .product-card{
  min-width:0;
  max-width:none;
  width:100%;
}

.more-products-wrap{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.more-products-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 26px;
  border-radius:999px;
  background:linear-gradient(135deg,#30261f,#5a4435);
  color:#fff;
  text-decoration:none;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 18px 42px rgba(52,38,27,.18);
  transition:transform .25s ease,box-shadow .25s ease;
}

.more-products-button:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 50px rgba(52,38,27,.24);
}

@media(max-width:1100px){
  #products .product-slider{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  #products .product-slider{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  #products .product-card{
    min-width:0;
    max-width:none;
  }

  #products .product-card img{
    height:180px;
  }

  #products .product-info{
    padding:11px;
  }

  #products .product-info h3{
    font-size:16px;
  }

  #products .product-info p{
    display:none;
  }

  .more-products-button{
    width:100%;
  }
}

@media(max-width:380px){
  #products .product-slider{
    grid-template-columns:1fr;
  }

  #products .product-card img{
    height:260px;
  }
}


/* v7.9 — atjaunota sākumlapa pēc produktu sadaļas PHP kļūdas */
#products .product-slider{
  transform:none!important;
}
#products .slider-controls{
  display:none;
}


/* v8.1 — atsevišķa kontaktu lapa */
.contact-main{
  max-width:1560px;
  margin:auto;
  padding:0 5vw 110px
}
.contact-hero{
  max-width:1100px;
  padding:100px 0 65px
}
.contact-hero h1{
  font-size:clamp(64px,8vw,126px);
  line-height:.94
}
.contact-hero>p:last-child{
  max-width:760px;
  color:var(--muted);
  font-size:18px;
  line-height:1.85
}
.contact-message{
  margin-bottom:24px;
  padding:18px 22px;
  border-radius:16px
}
.contact-message.success{
  background:#e8f5ec;
  color:#28633d
}
.contact-message.error{
  background:#fbe9e7;
  color:#a3261d
}
.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:28px;
  align-items:start
}
.contact-form-card,
.contact-info-card,
.about-card,
.company-details-card{
  padding:34px;
  border-radius:28px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(184,139,79,.2);
  box-shadow:0 24px 70px rgba(71,51,35,.1)
}
.contact-form-card h2,
.about-card h2{
  font-size:42px;
  margin-bottom:24px
}
.public-contact-form{
  display:flex;
  flex-direction:column;
  gap:20px
}
.contact-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.public-contact-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:var(--muted);
  font-size:12px
}
.public-contact-form input,
.public-contact-form textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid rgba(184,139,79,.32);
  border-radius:14px;
  background:#fff;
  color:var(--ink)
}
.public-contact-form textarea{
  resize:vertical
}
.public-contact-form button{
  min-height:52px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#30261f,#5a4435);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px
}
.contact-honeypot{
  position:absolute!important;
  left:-10000px!important
}
.contact-side{
  display:flex;
  flex-direction:column;
  gap:20px
}
.contact-info-card a{
  display:block;
  margin:12px 0;
  color:var(--ink);
  font-family:Georgia,serif;
  font-size:28px;
  text-decoration:none
}
.contact-info-card>p:last-child,
.about-card>p:last-child{
  color:var(--muted);
  line-height:1.8
}
.company-details-card dl{
  margin:0
}
.company-details-card dl div{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:18px;
  padding:13px 0;
  border-bottom:1px solid var(--line)
}
.company-details-card dt{
  color:var(--muted)
}
.company-details-card dd{
  margin:0;
  overflow-wrap:anywhere
}
@media(max-width:900px){
  .contact-main{padding:0 16px 75px}
  .contact-hero{padding:55px 0 35px}
  .contact-hero h1{font-size:clamp(58px,16vw,90px)}
  .contact-layout{grid-template-columns:1fr}
}
@media(max-width:560px){
  .contact-main{padding-left:12px;padding-right:12px}
  .contact-form-grid{grid-template-columns:1fr}
  .contact-form-card,
  .contact-info-card,
  .about-card,
  .company-details-card{padding:20px;border-radius:20px}
  .contact-form-card h2,
  .about-card h2{font-size:34px}
  .contact-info-card a{font-size:22px}
  .company-details-card dl div{grid-template-columns:1fr;gap:5px}
}


/* v8.3 — Par mums sadaļa pašā kontaktu lapas apakšā ar fotogrāfiju */
.about-bottom-section{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:28px;
  align-items:stretch;
  margin-top:34px
}
.about-bottom-media,
.about-bottom-copy{
  min-height:520px;
  border-radius:30px;
  overflow:hidden;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(184,139,79,.2);
  box-shadow:0 24px 70px rgba(71,51,35,.1)
}
.about-bottom-media img{
  width:100%;
  height:100%;
  object-fit:cover
}
.about-bottom-placeholder{
  width:100%;
  height:100%;
  min-height:520px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eadbc7,#f8f1e7)
}
.about-bottom-placeholder span{
  width:110px;
  height:110px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(184,139,79,.55);
  font-family:Georgia,serif;
  font-size:48px;
  color:var(--gold-dark)
}
.about-bottom-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:54px
}
.about-bottom-copy h2{
  margin:12px 0 24px;
  font-size:clamp(46px,5vw,76px);
  line-height:1
}
.about-bottom-copy>p:last-child{
  color:var(--muted);
  font-size:17px;
  line-height:1.9
}
@media(max-width:900px){
  .about-bottom-section{
    grid-template-columns:1fr
  }
  .about-bottom-media,
  .about-bottom-copy{
    min-height:auto
  }
  .about-bottom-media{
    height:420px
  }
  .about-bottom-copy{
    padding:34px
  }
}
@media(max-width:560px){
  .about-bottom-section{
    margin-top:20px;
    gap:16px
  }
  .about-bottom-media{
    height:300px;
    border-radius:20px
  }
  .about-bottom-copy{
    padding:24px;
    border-radius:20px
  }
  .about-bottom-copy h2{
    font-size:42px
  }
}


/* v8.5 — produktu kartītēs groza poga vienmēr redzama */
.product-card,
.shop-product-card{
  overflow:hidden;
}

.product-info,
.shop-product-copy{
  min-width:0;
}

.product-meta,
.shop-product-bottom{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  width:100%;
  min-width:0;
}

.product-meta b,
.shop-product-bottom>strong{
  min-width:0;
  white-space:nowrap;
}

.product-meta>div,
.shop-product-bottom>div{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  min-width:0;
}

.product-meta button,
.shop-add-cart{
  flex:0 0 auto;
  position:relative;
  right:auto;
  margin:0;
}

.shop-details-button{
  flex:0 1 auto;
  min-width:0;
  white-space:nowrap;
}

@media(max-width:900px){
  .product-meta,
  .shop-product-bottom{
    gap:7px;
  }

  .product-meta>div,
  .shop-product-bottom>div{
    gap:5px;
  }
}

@media(max-width:620px){
  #products .product-card{
    border-radius:34px 10px 10px 10px;
  }

  #products .product-info{
    padding:10px;
  }

  #products .product-meta{
    grid-template-columns:minmax(0,1fr) 32px;
  }

  #products .product-meta>div{
    width:32px;
  }

  #products .product-meta button{
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
  }

  .shop-product-bottom{
    grid-template-columns:minmax(0,1fr) auto;
  }

  .shop-product-bottom>div{
    display:flex;
  }

  .shop-details-button{
    display:none!important;
  }

  .shop-add-cart{
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
  }
}

@media(max-width:380px){
  #products .product-meta{
    grid-template-columns:minmax(0,1fr) 34px;
  }

  #products .product-meta>div{
    width:34px;
  }
}


/* v8.6 — skaidri atdalīta cena un kartītes pogas */
.product-meta,
.shop-product-bottom{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
}

.product-meta b,
.shop-product-bottom>strong{
  display:block;
  width:100%;
  padding-bottom:10px;
  border-bottom:1px solid rgba(184,139,79,.22);
  font-size:18px;
  line-height:1.2;
}

.product-meta>div,
.shop-product-bottom>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:10px;
}

.product-meta .details-button,
.shop-details-button{
  flex:1 1 auto;
  min-width:0;
  text-align:center;
}

.product-meta button:not(.details-button),
.shop-add-cart{
  flex:0 0 36px;
  width:36px;
  height:36px;
}

@media(max-width:620px){
  #products .product-meta,
  .shop-product-bottom{
    gap:9px;
  }

  #products .product-meta b,
  .shop-product-bottom>strong{
    padding-bottom:8px;
    font-size:16px;
  }

  #products .product-meta>div,
  .shop-product-bottom>div{
    width:100%;
    gap:7px;
  }

  #products .product-meta .details-button,
  .shop-details-button{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:7px 9px;
    font-size:7.5px;
    white-space:nowrap;
  }

  #products .product-meta button:not(.details-button),
  .shop-add-cart{
    flex-basis:32px;
    width:32px;
    height:32px;
  }
}


/* v8.8 — publiskā Iedvesmai/Kolekcijas sadaļa noņemta */
#collections{
  display:none!important;
}


/* v8.9 — sākumlapas Rakstīt mums poga atver kontaktu formu */
a[href="https://test.vvwood.lv/contact.php"].main-button,
a[href="https://test.vvwood.lv/contact.php"].contact-button,
a[href="https://test.vvwood.lv/contact.php"].cta-button{
  cursor:pointer;
}




/* v9.2 — admin ieeja, uzspiežot uz © zīmes pie gada */
.footer-copyright-admin{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  opacity:.72;
  transition:opacity .2s ease;
}
.footer-copyright-admin:hover,
.footer-copyright-admin:focus-visible{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:3px;
}


/* v9.3 — visa © gada zona atver admin paneli */
.footer-copyright-admin{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 8px;
  margin:-6px -8px;
  border-radius:10px;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  pointer-events:auto!important;
  position:relative;
  z-index:10;
  touch-action:manipulation;
}
.footer-copyright-admin:hover,
.footer-copyright-admin:focus-visible{
  background:rgba(255,255,255,.55);
  text-decoration:none;
}


/* v9.4 — publiskais uzraksts "Admin panelis" noņemts */
.admin-panel-label,
.public-admin-label{
  display:none!important;
}

.footer-legal-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:28px;padding-top:22px;border-top:1px solid rgba(184,139,79,.18)}
.footer-legal-links a{color:var(--muted);text-decoration:none;font-size:11px}
.legal-main{max-width:1500px;margin:auto;padding:90px 5vw 110px;display:grid;grid-template-columns:320px minmax(0,1fr);gap:34px}
.legal-sidebar{position:sticky;top:110px;padding:30px;border-radius:28px;background:rgba(255,255,255,.78);box-shadow:0 24px 70px rgba(68,48,34,.1)}
.legal-sidebar h1{font-size:46px}
.legal-nav{display:flex;flex-direction:column}.legal-nav a{padding:15px 0;color:var(--muted);text-decoration:none;border-bottom:1px solid rgba(184,139,79,.14)}
.legal-nav a.current{color:var(--ink);font-weight:700}
.legal-content-card{min-height:620px;padding:58px;border-radius:32px;background:rgba(255,255,255,.86);box-shadow:0 24px 70px rgba(68,48,34,.1)}
.legal-content-card h2{font-size:clamp(48px,5vw,76px)}.legal-copy{color:var(--muted);font-size:16px;line-height:1.95}
@media(max-width:900px){.footer-legal-links{flex-direction:column;gap:0}.footer-legal-links a{padding:10px 0}.legal-main{grid-template-columns:1fr;padding:55px 16px}.legal-sidebar{position:static}.legal-content-card{min-height:0;padding:30px}}


/* v9.7 — rediģējams kājenes uzraksts */
.footer-brand-copy{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.footer-brand-copy strong{
  display:block;
  font-size:16px;
  letter-spacing:.16em;
  overflow-wrap:anywhere;
}
.footer-brand-copy small{
  display:block;
  color:var(--muted);
  font-size:9px;
  letter-spacing:.08em;
  overflow-wrap:anywhere;
}


/* v9.8 — 30 minūšu noliktavas rezervācija */
.checkout-message{
  min-height:22px;
}
.quantity-control button:disabled,
.add-cart:disabled,
.shop-add-cart:disabled{
  opacity:.35;
  cursor:not-allowed;
}


/* v9.9 — rezervācijas laika teksts klientam netiek rādīts */
.checkout-message:empty{
  display:none;
}


/* v10.0 — nepieejamiem produktiem saziņas poga */
.product-contact-button,
.shop-contact-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:9px 14px;
  border:1px solid rgba(165,116,69,.55);
  border-radius:999px;
  color:#765033;
  background:rgba(255,255,255,.78);
  text-decoration:none;
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}

.product-contact-button:hover,
.shop-contact-button:hover{
  background:#4d3729;
  color:#fff;
  transform:translateY(-1px);
}

@media(max-width:620px){
  .product-contact-button,
  .shop-contact-button{
    min-height:32px;
    padding:7px 10px;
    font-size:7.5px;
  }
}


/* v10.5 — salabota produkta noņemšana no groza */
.remove-item{
  pointer-events:auto!important;
  cursor:pointer!important;
  position:relative;
  z-index:3;
}


/* v10.6 — droša produkta noņemšana no groza */
.remove-item,
button[data-action="remove"]{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:58px;
  min-height:36px;
  padding:8px 10px!important;
  pointer-events:auto!important;
  touch-action:manipulation;
  cursor:pointer!important;
  position:relative;
  z-index:10;
}


/* v10.7 — groza saturs redzams uzreiz pēc pievienošanas */
.cart-drawer.open,
#cartDrawer.open{
  visibility:visible!important;
  opacity:1!important;
  transform:translateX(0)!important;
  pointer-events:auto!important;
}

.cart-items,
#cartItems{
  display:flex!important;
  flex-direction:column;
  min-height:40px;
  visibility:visible!important;
  opacity:1!important;
}

.cart-item{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
}


/* v10.8 — grozs uzreiz atveras pēc produkta pievienošanas */
#cartDrawer,
.cart-drawer{
  z-index:10020!important;
}

#cartBackdrop,
.cart-backdrop{
  z-index:10010!important;
}

#cartDrawer.open,
.cart-drawer.open{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  transform:translateX(0)!important;
  pointer-events:auto!important;
}

html.cart-open,
body.cart-open{
  overflow:hidden!important;
}


/* v10.9 — droša groza atjaunošana */
.add-cart:disabled,
.shop-add-cart:disabled,
#modalAddToCart:disabled,
#shopModalAddToCart:disabled{
  cursor:wait;
}


/* v11.3 — tieša servera pievienošana no produkta loga */
#modalAddToCart,
#shopModalAddToCart{
  pointer-events:auto!important;
  touch-action:manipulation;
  cursor:pointer!important;
  z-index:50!important;
}


/* v11.6 — grozā redzams daudzums, kas jāizgatavo */
.cart-production-notice{
  display:flex;
  flex-direction:column;
  gap:3px;
  width:fit-content;
  margin-top:10px;
  padding:9px 12px;
  border-radius:12px;
  background:#f4e8d7;
  color:#8a5b32;
  font-size:11px;
  line-height:1.4;
}

.cart-production-notice b{
  font-size:11px;
}

.cart-production-notice span{
  display:block;
}

@media(max-width:600px){
  .cart-production-notice{
    font-size:10px;
    padding:8px 10px;
  }
}


/* v11.7 — piegādes termiņš noliktavas precēm */
.cart-delivery-notice{
  display:flex;
  flex-direction:column;
  gap:3px;
  width:fit-content;
  margin-top:10px;
  padding:9px 12px;
  border-radius:12px;
  background:#edf1e7;
  color:#526343;
  font-size:11px;
  line-height:1.4;
}

.cart-delivery-notice b{
  font-size:11px;
}

.cart-delivery-notice span{
  display:block;
}

@media(max-width:600px){
  .cart-delivery-notice{
    font-size:10px;
    padding:8px 10px;
  }
}


/* v11.8 — informatīvs teksts daudzumam virs noliktavas atlikuma */
.cart-production-notice{
  max-width:270px;
}

.cart-production-notice span{
  line-height:1.5;
}


/* v12.0 — tikai uz pasūtījuma produktiem poga Sazināties */
#modalAddToCart[data-contact-mode="1"],
#shopModalAddToCart[data-contact-mode="1"]{
  opacity:1!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}


/* v12.1 — nepieejama produkta poga kļūst par Sazināties */
#modalAddToCart[data-contact-mode="1"],
#shopModalAddToCart[data-contact-mode="1"],
a.main-button[href="contact.php"]{
  opacity:1!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}


/* v12.6 — tukšie tehniskie marķējumi netiek rādīti */
.eyebrow:empty,
.hero-scroll:empty,
.ghost-link:empty{
  display:none!important;
}


/* v12.9 — mobilajā skatā juridiskā informācija vienmēr ir lapas apakšā */
footer,
.site-footer,
.footer,
.legal-links,
.footer-links,
.policy-links,
.legal-navigation{
  position:static!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
  z-index:auto!important;
  width:100%!important;
}

@media(max-width:768px){
  body{
    display:flex;
    min-height:100vh;
    flex-direction:column;
  }

  main,
  .page-main,
  #mainContent{
    flex:1 0 auto;
  }

  footer,
  .site-footer,
  .footer,
  .legal-links,
  .footer-links,
  .policy-links,
  .legal-navigation{
    order:999;
    flex:0 0 auto;
    margin-top:48px!important;
    padding-top:24px!important;
    clear:both!important;
  }

  .hero,
  .hero-inner,
  .hero-copy,
  .hero-cinema{
    position:relative;
    z-index:1;
  }

  .hero .legal-links,
  .hero .footer-links,
  .hero .policy-links,
  .hero .legal-navigation{
    display:none!important;
  }
}


/* v13.0 — juridiskā informācija redzama mobilajā skatā */
.site-footer,
footer{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  margin-top:64px!important;
  padding:42px 24px 28px!important;
  background:#f7f1e8!important;
  color:#3d2f26!important;
  z-index:2!important;
}

.site-footer-inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:28px;
  align-items:start;
}

.site-footer-brand{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.site-footer-brand strong{
  font-size:15px;
  letter-spacing:.16em;
}

.site-footer-brand small{
  font-size:9px;
  letter-spacing:.14em;
  opacity:.65;
}

.footer-legal-links{
  display:flex!important;
  flex-wrap:wrap;
  gap:12px 20px;
  position:static!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
}

.footer-legal-links a{
  display:inline-block!important;
  color:#5f493a!important;
  text-decoration:none!important;
  font-size:12px!important;
  line-height:1.5!important;
  border-bottom:1px solid rgba(95,73,58,.28);
}

.site-footer-copy a{
  color:#5f493a!important;
  text-decoration:none!important;
  font-size:12px;
}

@media(max-width:768px){
  .site-footer,
  footer{
    display:block!important;
    margin-top:48px!important;
    padding:32px 20px 26px!important;
  }

  .site-footer-inner{
    display:flex!important;
    flex-direction:column!important;
    gap:22px!important;
  }

  .footer-legal-links{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    width:100%!important;
    gap:12px!important;
  }

  .footer-legal-links a{
    display:block!important;
    width:100%!important;
    padding:8px 0!important;
    font-size:14px!important;
    visibility:visible!important;
    opacity:1!important;
  }

  .site-footer-copy{
    width:100%;
    padding-top:8px;
  }
}


/* v13.1 — juridiskās saites korekti ielādējas un ir redzamas telefonā */
@media(max-width:768px){
  #siteFooter{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    width:100%!important;
    margin:48px 0 0!important;
    padding:30px 20px!important;
    background:#f7f1e8!important;
    overflow:visible!important;
  }

  #siteFooter .site-footer-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:22px!important;
  }

  #siteFooter .footer-legal-links{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    gap:0!important;
  }

  #siteFooter .footer-legal-links a{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    padding:12px 0!important;
    color:#5f493a!important;
    font-size:14px!important;
    border-bottom:1px solid rgba(95,73,58,.18)!important;
  }
}


/* v13.2 — piegādes un apmaksas lapa */
.delivery-payment-page{
  width:min(1280px,calc(100% - 48px));
  margin:0 auto;
  padding:110px 0 90px;
}

.delivery-payment-hero{
  max-width:900px;
  margin-bottom:56px;
}

.delivery-payment-hero h1{
  margin:0 0 24px;
  font-family:Georgia,serif;
  font-size:clamp(56px,8vw,112px);
  font-weight:400;
  line-height:.95;
  color:#2f251f;
}

.delivery-payment-hero p{
  max-width:720px;
  color:#7d6a5c;
  font-size:18px;
  line-height:1.75;
}

.delivery-payment-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.delivery-payment-card{
  padding:42px;
  border-radius:28px;
  background:rgba(255,255,255,.78);
  box-shadow:0 24px 70px rgba(73,49,32,.10);
}

.delivery-payment-card h2{
  margin:0 0 22px;
  font-family:Georgia,serif;
  font-size:42px;
  font-weight:400;
  color:#33271f;
}

.delivery-payment-card div{
  color:#746154;
  font-size:16px;
  line-height:1.85;
}

@media(max-width:760px){
  .delivery-payment-page{
    width:min(100% - 32px,720px);
    padding:64px 0 60px;
  }

  .delivery-payment-hero h1{
    font-size:52px;
  }

  .delivery-payment-grid{
    grid-template-columns:1fr;
  }

  .delivery-payment-card{
    padding:28px;
  }
}


/* v13.4 — pasūtījuma noformēšana */
.checkout-page{
  min-height:100vh;
  background:#f6f0e7;
}

.checkout-main{
  width:min(1380px,calc(100% - 48px));
  margin:0 auto;
  padding:72px 0 90px;
}

.checkout-heading{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:flex-end;
  margin-bottom:38px;
}

.checkout-heading p{
  margin:0 0 12px;
  color:#9a673c;
  font-size:10px;
  font-weight:700;
  letter-spacing:.24em;
}

.checkout-heading h1,
.checkout-success h1,
.checkout-empty-page h1{
  margin:0;
  color:#30251f;
  font-family:Georgia,serif;
  font-size:clamp(52px,7vw,94px);
  font-weight:400;
  line-height:.95;
}

.checkout-heading > a{
  color:#765039;
  text-decoration:none;
}

.checkout-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:30px;
  align-items:start;
}

.checkout-form{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.checkout-card,
.checkout-summary,
.checkout-success,
.checkout-empty-page{
  border-radius:28px;
  background:rgba(255,255,255,.82);
  box-shadow:0 24px 70px rgba(72,48,32,.10);
}

.checkout-card{
  padding:34px;
}

.checkout-card h2,
.checkout-summary h2{
  margin:0 0 26px;
  color:#33271f;
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:400;
}

.checkout-fields{
  display:grid;
  gap:18px;
}

.checkout-fields.two{
  grid-template-columns:1fr 1fr;
}

.checkout-fields .full{
  grid-column:1/3;
}

.checkout-card label,
.checkout-options legend{
  color:#735b4b;
  font-size:12px;
}

.checkout-card input[type="text"],
.checkout-card input[type="email"],
.checkout-card input[type="tel"],
.checkout-card textarea{
  width:100%;
  margin-top:8px;
  padding:14px 16px;
  border:1px solid #dfcbb6;
  border-radius:13px;
  background:#fffdf9;
  color:#30251f;
  font:inherit;
  box-sizing:border-box;
}

.checkout-options{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:0 0 24px;
  padding:0;
  border:0;
}

.checkout-options legend{
  margin-bottom:10px;
  font-weight:700;
}

.checkout-options label{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border:1px solid #e4d3c0;
  border-radius:15px;
  background:#fffdf9;
  cursor:pointer;
}

.checkout-options input{
  margin-top:3px;
}

.checkout-options span{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.checkout-options b{
  color:#35281f;
}

.checkout-options small{
  color:#887366;
  line-height:1.5;
}

.checkout-consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:22px;
  line-height:1.55;
}

.checkout-consent input{
  margin-top:3px;
}

.checkout-consent a{
  color:#8c603d;
}

.checkout-submit{
  width:100%;
  padding:18px;
  border:0;
  border-radius:999px;
  background:#3e2e24;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
}

.checkout-summary{
  position:sticky;
  top:100px;
  padding:30px;
}

.checkout-summary-items{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.checkout-summary-item{
  display:grid;
  grid-template-columns:74px 1fr auto;
  gap:14px;
  align-items:center;
  padding-bottom:18px;
  border-bottom:1px solid #eadfd3;
}

.checkout-summary-item img{
  width:74px;
  height:82px;
  border-radius:13px;
  object-fit:cover;
}

.checkout-summary-item > div{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.checkout-summary-item strong{
  color:#33271f;
}

.checkout-summary-item span{
  color:#816b5c;
  font-size:12px;
}

.checkout-summary-item small{
  color:#8b623e;
  font-size:10px;
  line-height:1.4;
}

.checkout-summary-item > b{
  color:#8c5e32;
}

.checkout-summary-total{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:20px 0;
  border-bottom:1px solid #eadfd3;
}

.checkout-summary-total.grand{
  border-bottom:0;
  font-size:18px;
}

.checkout-summary-total strong{
  color:#8d6032;
  font-family:Georgia,serif;
  font-size:24px;
}

.checkout-delivery-note{
  margin:16px 0 0;
  color:#806b5d;
  font-size:11px;
  line-height:1.5;
}

.checkout-alert{
  margin-bottom:24px;
  padding:15px 18px;
  border-radius:14px;
}

.checkout-alert.error{
  background:#f9e3df;
  color:#a52c20;
}

.checkout-alert.success{
  background:#e9f1e5;
  color:#48633d;
}

.checkout-success,
.checkout-empty-page{
  max-width:800px;
  margin:70px auto;
  padding:60px;
  text-align:center;
}

.checkout-success > span{
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  margin:0 auto 26px;
  border-radius:50%;
  background:#e4eedf;
  color:#4f6b43;
  font-size:30px;
}

.checkout-success p,
.checkout-empty-page p{
  margin:24px auto;
  color:#786458;
  line-height:1.7;
}

.checkout-success-number{
  margin:24px 0;
  padding:16px;
  border-radius:14px;
  background:#f5ecdf;
}

.checkout-success a,
.checkout-empty-page a{
  display:inline-flex;
  padding:15px 24px;
  border-radius:999px;
  background:#3e2e24;
  color:#fff;
  text-decoration:none;
}

.checkout-honeypot{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
}

@media(max-width:900px){
  .checkout-main{
    width:min(100% - 28px,760px);
    padding-top:42px;
  }

  .checkout-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .checkout-layout{
    grid-template-columns:1fr;
  }

  .checkout-summary{
    position:static;
    order:-1;
  }
}

@media(max-width:600px){
  .checkout-heading h1,
  .checkout-success h1,
  .checkout-empty-page h1{
    font-size:48px;
  }

  .checkout-card,
  .checkout-summary{
    padding:22px;
    border-radius:20px;
  }

  .checkout-fields.two{
    grid-template-columns:1fr;
  }

  .checkout-fields .full{
    grid-column:1;
  }

  .checkout-summary-item{
    grid-template-columns:64px 1fr;
  }

  .checkout-summary-item img{
    width:64px;
    height:72px;
  }

  .checkout-summary-item > b{
    grid-column:2;
  }

  .checkout-success,
  .checkout-empty-page{
    padding:34px 22px;
  }
}


/* v13.5 — bezmaksas pakomāta vai kurjera piegāde */
.checkout-free-delivery{
  display:inline-flex;
  margin:-10px 0 22px;
  padding:9px 13px;
  border-radius:999px;
  background:#e9f1e5;
  color:#4f6845;
  font-size:11px;
  font-weight:700;
}

.checkout-delivery-reason{
  margin-top:18px;
  padding:13px 15px;
  border-radius:14px;
  background:#f5ecdf;
  color:#7b624f;
  font-size:11px;
  line-height:1.55;
}


/* v13.6 — klientam nav jāizvēlas apmaksas veids */
.checkout-options:empty{
  display:none!important;
}


/* v13.9 — fiziska vai juridiska persona */
.checkout-customer-type{
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-bottom:24px;
}

.checkout-company-fields{
  margin-top:26px;
  padding-top:24px;
  border-top:1px solid #eadfd3;
}

.checkout-company-fields[hidden]{
  display:none!important;
}

.checkout-company-fields h3{
  margin:0 0 20px;
  color:#3b2d24;
  font-family:Georgia,serif;
  font-size:26px;
  font-weight:400;
}

@media(max-width:600px){
  .checkout-customer-type{
    grid-template-columns:1fr;
  }
}


/* v14.0 — rēķins ekrānā un drukai */
.invoice-page,
.checkout-page:has(.invoice-document){
  background:#efe8de;
}

.invoice-actions{
  width:min(1100px,calc(100% - 32px));
  margin:24px auto 16px;
  display:flex;
  justify-content:space-between;
  gap:12px;
}

.invoice-actions a,
.invoice-actions button{
  border:0;
  border-radius:999px;
  padding:13px 20px;
  background:#3e2e24;
  color:#fff;
  text-decoration:none;
  cursor:pointer;
}

.invoice-actions-checkout{
  margin-top:26px;
}

.invoice-success-message{
  width:min(1100px,calc(100% - 32px));
  margin:40px auto 18px;
  padding:22px 26px;
  border-radius:20px;
  background:#e8f0e3;
  color:#48633d;
  display:flex;
  align-items:center;
  gap:18px;
}

.invoice-success-message > span{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#fff;
  font-size:24px;
}

.invoice-success-message h1{
  margin:0 0 5px;
  font-family:Georgia,serif;
  font-weight:400;
}

.invoice-success-message p{
  margin:0;
}

.invoice-document{
  width:min(1100px,calc(100% - 32px));
  margin:0 auto 60px;
  padding:46px;
  box-sizing:border-box;
  border-radius:24px;
  background:#fff;
  color:#30251f;
  box-shadow:0 25px 80px rgba(63,42,28,.12);
}

.invoice-top,
.invoice-parties,
.invoice-bottom{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.invoice-title{
  text-align:right;
}

.invoice-title small{
  color:#9a673c;
  font-size:10px;
  font-weight:700;
  letter-spacing:.24em;
}

.invoice-title h1{
  margin:10px 0;
  font-family:Georgia,serif;
  font-size:40px;
  font-weight:400;
}

.invoice-title span,
.invoice-seller span,
.invoice-payment span{
  display:block;
  margin:5px 0;
  color:#755f51;
  font-size:13px;
}

.invoice-seller{
  display:flex;
  flex-direction:column;
}

.invoice-logo-wrap{
  margin:0 0 16px;
}

.invoice-logo{
  display:block;
  max-width:220px;
  max-height:74px;
  width:auto;
  height:auto;
  object-fit:contain;
}

.invoice-seller > strong{
  margin-bottom:8px;
  font-size:20px;
}

.invoice-parties{
  margin:40px 0;
  padding:28px 0;
  border-top:1px solid #e8ddd2;
  border-bottom:1px solid #e8ddd2;
}

.invoice-parties h2,
.invoice-payment h2{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:24px;
  font-weight:400;
}

.invoice-parties dl{
  margin:0;
}

.invoice-parties dl div{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:15px;
  padding:5px 0;
}

.invoice-parties dt{
  color:#8a7567;
  font-size:11px;
}

.invoice-parties dd{
  margin:0;
  font-weight:600;
}

.invoice-items{
  width:100%;
  border-collapse:collapse;
}

.invoice-items th,
.invoice-items td{
  padding:14px 12px;
  border-bottom:1px solid #e8ddd2;
  text-align:left;
  vertical-align:top;
}

.invoice-items th{
  color:#8a6d59;
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.invoice-items th:not(:first-child),
.invoice-items td:not(:first-child){
  text-align:right;
}

.invoice-items td small{
  display:block;
  margin-top:5px;
  color:#956740;
  font-size:10px;
}

.invoice-bottom{
  margin-top:36px;
}

.invoice-payment p{
  max-width:500px;
  color:#806a5c;
  line-height:1.6;
}

.invoice-totals > div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:10px 0;
  border-bottom:1px solid #e8ddd2;
}

.invoice-grand-total{
  margin-top:6px;
  padding-top:18px!important;
  border-top:2px solid #3e2e24;
  border-bottom:0!important;
  font-size:20px;
}

.invoice-grand-total strong{
  color:#8d6032;
  font-family:Georgia,serif;
  font-size:28px;
}

.invoice-footer-line{
  margin-top:36px;
  padding-top:18px;
  border-top:1px solid #e8ddd2;
  color:#897467;
  font-size:11px;
}

@media(max-width:760px){
  .invoice-document{
    padding:24px;
  }
  .invoice-top,
  .invoice-parties,
  .invoice-bottom{
    grid-template-columns:1fr;
    gap:24px;
  }
  .invoice-title{
    text-align:left;
  }
  .invoice-parties dl div{
    grid-template-columns:1fr;
    gap:3px;
  }
  .invoice-items{
    font-size:12px;
  }
  .invoice-items th,
  .invoice-items td{
    padding:10px 6px;
  }
}

@media print{
  body{
    background:#fff!important;
  }
  .site-header,
  .invoice-actions,
  .invoice-success-message{
    display:none!important;
  }
  .checkout-main{
    width:100%!important;
    padding:0!important;
  }
  .invoice-document{
    width:100%!important;
    margin:0!important;
    padding:18mm!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
}


/* v14.5 — piegādes/apmaksas lapas galvene atbilst pārējai mājaslapai */
.delivery-payment-page + .site-footer{
  margin-top:0;
}

.delivery-payment-page{
  position:relative;
  z-index:1;
}

@media(max-width:900px){
  .delivery-payment-page{
    padding-top:58px;
  }
}


/* v14.9 — klienta pasūtījuma progress */
.order-progress-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 10% 5%,rgba(221,188,144,.28),transparent 34%),
    #f4eee5;
  color:#30251f;
}

.order-progress-shell{
  width:min(100% - 30px,900px);
  margin:0 auto;
  padding:54px 0;
}

.order-progress-card{
  padding:48px;
  border-radius:32px;
  background:rgba(255,255,255,.88);
  box-shadow:0 28px 90px rgba(65,43,29,.13);
}

.order-progress-topline{
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#956740;
  font-size:10px;
  font-weight:700;
  letter-spacing:.22em;
}

.order-progress-topline a{
  color:#5d493c;
  text-decoration:none;
}

.order-progress-number{
  margin:28px 0 8px;
  color:#8b735f;
  font-size:13px;
}

.order-progress-card h1{
  max-width:720px;
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(42px,7vw,78px);
  font-weight:400;
  line-height:1;
}

.order-progress-greeting{
  margin:22px 0 0;
  color:#7a6659;
}

.order-progress-percent{
  display:flex;
  align-items:flex-end;
  gap:14px;
  margin-top:42px;
}

.order-progress-percent span{
  color:#8c5f32;
  font-family:Georgia,serif;
  font-size:64px;
  line-height:.9;
}

.order-progress-percent small{
  padding-bottom:8px;
  color:#867264;
}

.order-progress-track{
  height:14px;
  margin-top:18px;
  overflow:hidden;
  border-radius:999px;
  background:#ece2d7;
}

.order-progress-track span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#b98b5c,#543b2c);
}

.order-countdown{
  margin-top:36px;
  padding:28px;
  border-radius:24px;
  background:#f5ecdf;
}

.order-countdown > p{
  margin:0 0 8px;
  color:#93663e;
  font-size:10px;
  font-weight:700;
  letter-spacing:.2em;
}

.order-countdown > strong{
  font-family:Georgia,serif;
  font-size:30px;
  font-weight:400;
}

.order-countdown-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:24px;
}

.order-countdown-grid div{
  padding:18px 10px;
  border-radius:18px;
  background:#fff;
  text-align:center;
}

.order-countdown-grid b{
  display:block;
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:400;
}

.order-countdown-grid span{
  color:#8a7668;
  font-size:10px;
}

.order-progress-message{
  margin-top:34px;
  padding:22px;
  border-radius:20px;
  background:#edf2e9;
  color:#536647;
  line-height:1.7;
}

.order-progress-message.error{
  background:#f6e3df;
  color:#a04739;
}

.order-progress-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:40px;
}

.order-progress-steps div{
  display:flex;
  align-items:center;
  gap:10px;
  color:#a08c7e;
  font-size:12px;
}

.order-progress-steps i{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#eee4da;
  font-style:normal;
}

.order-progress-steps .active{
  color:#694b36;
  font-weight:700;
}

.order-progress-steps .active i{
  background:#c99a68;
  color:#fff;
}

.order-progress-steps .complete{
  color:#58704f;
}

.order-progress-steps .complete i{
  background:#dfeadb;
  color:#58704f;
}

.order-progress-footnote{
  margin:34px 0 0;
  color:#9b8779;
  font-size:11px;
  line-height:1.6;
}

@media(max-width:680px){
  .order-progress-shell{
    width:min(100% - 20px,900px);
    padding:20px 0;
  }

  .order-progress-card{
    padding:28px 20px;
    border-radius:24px;
  }

  .order-progress-percent span{
    font-size:52px;
  }

  .order-countdown-grid{
    grid-template-columns:1fr 1fr;
  }

  .order-progress-steps{
    grid-template-columns:1fr 1fr;
  }
}


/* v15.1 — uzņēmuma logo pasūtījuma progresa lapā */
.order-progress-brand{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  min-height:42px;
  color:#5d493c;
  text-decoration:none;
}

.order-progress-brand img{
  display:block;
  width:auto;
  max-width:180px;
  height:42px;
  object-fit:contain;
  object-position:right center;
}

.order-progress-brand strong{
  font-size:14px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

@media(max-width:600px){
  .order-progress-brand img{
    max-width:130px;
    height:36px;
  }
}


/* v15.7 — “Citi skatījās arī” */
.product-related-section{
  margin-top:40px;
  padding-top:30px;
  border-top:1px solid #e8ddd2;
}

.product-related-section[hidden]{display:none!important}

.product-related-heading small{
  color:#9a673c;
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
}

.product-related-heading h3{
  margin:8px 0 18px;
  font-family:Georgia,serif;
  font-size:28px;
  font-weight:400;
}

.product-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.product-related-open{
  display:block;
  width:100%;
  padding:0;
  overflow:hidden;
  border:1px solid #eadfd3;
  border-radius:17px;
  background:#fff;
  text-align:left;
  cursor:pointer;
}

.product-related-image{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#f4ece2;
}

.product-related-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.product-related-copy{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:13px;
}

.product-related-copy small{
  color:#9b6d49;
  font-size:8px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.product-related-copy strong{
  color:#30251f;
  font-family:Georgia,serif;
  font-size:17px;
  font-weight:400;
}

.product-related-copy b{
  color:#8d6032;
  font-size:13px;
}

@media(max-width:760px){
  .product-related-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:480px){
  .product-related-grid{grid-template-columns:1fr}
}


/* v15.8 — projektu lapas attēli ir pilnīgi nekustīgi */
body.projects-page img,
.projects-page img,
.project-card img,
.project-image img,
.project-gallery img,
.project-gallery-item img,
.project-media img,
.projects-grid img,
[data-project-image],
[data-project-image] img{
  transform:none!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  animation:none!important;
  transition:none!important;
  will-change:auto!important;
}

body.projects-page img:hover,
.projects-page img:hover,
.project-card:hover img,
.project-image:hover img,
.project-gallery-item:hover img,
.project-media:hover img,
.projects-grid article:hover img{
  transform:none!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
}

.projects-page .parallax,
.projects-page [data-parallax],
.projects-page .floating-image,
.projects-page .is-moving{
  transform:none!important;
  animation:none!important;
  transition:none!important;
}


/* v15.9 — projektu kartīšu baneros viena statiska bilde */
.projects-page .project-card-slides{
  position:relative;
  overflow:hidden;
}

.projects-page .project-card-slide{
  opacity:0!important;
  visibility:hidden!important;
  transform:none!important;
  animation:none!important;
  transition:none!important;
}

.projects-page .project-card-slide:first-child,
.projects-page .project-card-slide.active:first-child{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.projects-page .project-card-slide:not(:first-child){
  display:none!important;
}

.projects-page .project-slideshow-card:hover .project-card-slide,
.projects-page .project-slideshow-card:hover .project-card-slide.active{
  transform:none!important;
  scale:none!important;
}

.projects-page .project-card-dots{
  display:none!important;
}


/* v16.0 — projektu kartītē redzama tikai titulbilde */
.projects-page .project-card-cover{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
}

.projects-page .project-card-cover .project-card-slide{
  display:block!important;
  width:100%!important;
  height:100%!important;
  opacity:1!important;
  visibility:visible!important;
  object-fit:cover!important;
  transform:none!important;
  animation:none!important;
  transition:none!important;
}


/* v16.1 — titulbilde aizpilda visu projekta kartītes baneri */
.projects-page .projects-page-card .project-open-button{
  position:relative;
  isolation:isolate;
  background:#e5dfd8;
}

.projects-page .project-card-cover{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:auto!important;
  height:auto!important;
  overflow:hidden!important;
}

.projects-page .project-card-cover .project-card-slide{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  opacity:1!important;
  visibility:visible!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:none!important;
}

.projects-page .project-card-overlay{
  position:absolute!important;
  z-index:2!important;
}

.project-cover-admin{
  margin-top:26px;
  padding:22px;
  border-radius:20px;
  background:#f7f1e9;
}

.project-cover-admin-grid{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:22px;
  align-items:center;
  margin-top:16px;
}

.project-cover-preview{
  display:grid;
  place-items:center;
  aspect-ratio:4/3;
  overflow:hidden;
  border:1px solid #e1cfbd;
  border-radius:18px;
  background:#e6ddd3;
  color:#806b5d;
}

.project-cover-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.project-cover-fields{
  display:flex;
  flex-direction:column;
  gap:14px;
}

@media(max-width:720px){
  .project-cover-admin-grid{
    grid-template-columns:1fr;
  }
}


/* v16.7 — progresa lapā nerāda procentus */
.order-progress-percent,
.order-progress-track{
  display:none!important;
}


/* v17.1 — produktu ieteikumi tukšā iepirkumu grozā */
.cart-empty-with-products{
  padding:42px 22px 26px;
  justify-content:flex-start;
  min-height:auto;
}

.cart-empty-with-products > span{
  margin-bottom:6px;
  font-size:34px;
}

.cart-empty-with-products > h3{
  margin:0;
}

.cart-empty-with-products > p{
  margin:8px 0 26px;
}

.cart-product-suggestions{
  width:100%;
  margin-top:4px;
  padding-top:22px;
  border-top:1px solid #e7dbcf;
  text-align:left;
}

.cart-product-suggestions-heading{
  margin-bottom:14px;
}

.cart-product-suggestions-heading small{
  color:#986a43;
  font-size:9px;
  font-weight:700;
  letter-spacing:.18em;
}

.cart-product-suggestions-heading h4{
  margin:5px 0 0;
  color:#30251f;
  font-family:Georgia,serif;
  font-size:24px;
  font-weight:400;
}

.cart-product-suggestions-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.cart-product-suggestion{
  overflow:hidden;
  border:1px solid #e8d9ca;
  border-radius:16px;
  background:#fff;
}

.cart-product-suggestion-open{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
}

.cart-product-suggestion-open img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  background:#eee5da;
}

.cart-product-suggestion-open > span{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:11px 12px 8px;
}

.cart-product-suggestion-open small{
  color:#9a6b45;
  font-size:8px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.cart-product-suggestion-open strong{
  overflow:hidden;
  color:#30251f;
  font-family:Georgia,serif;
  font-size:16px;
  font-weight:400;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.cart-product-suggestion-open b{
  color:#8b5e31;
  font-size:13px;
}

.cart-product-suggestion-add,
.cart-product-suggestion-contact{
  display:block;
  width:calc(100% - 20px);
  margin:2px 10px 10px;
  padding:9px 10px;
  box-sizing:border-box;
  border:0;
  border-radius:999px;
  background:#3e2e24;
  color:#fff;
  font-size:10px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
}

.cart-product-suggestion-add:disabled{
  opacity:.55;
  cursor:wait;
}

@media(max-width:430px){
  .cart-product-suggestions-grid{
    grid-template-columns:1fr;
  }

  .cart-product-suggestion{
    display:grid;
    grid-template-columns:92px 1fr;
    align-items:center;
  }

  .cart-product-suggestion-open{
    display:grid;
    grid-template-columns:92px 1fr;
    grid-column:1/3;
  }

  .cart-product-suggestion-open img{
    width:92px;
    height:92px;
    aspect-ratio:auto;
  }

  .cart-product-suggestion-add,
  .cart-product-suggestion-contact{
    grid-column:1/3;
  }
}


/* v17.2 — lētākie noliktavas produkti checkout lapā */
.checkout-recommendations{
  width:min(100% - 28px,980px);
  margin:28px auto 36px;
  padding:26px;
  box-sizing:border-box;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 60px rgba(65,43,29,.09);
}

.checkout-recommendations-heading{
  margin-bottom:20px;
}

.checkout-recommendations-heading p{
  margin:0;
  color:#9a6b43;
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
}

.checkout-recommendations-heading h2{
  margin:7px 0 0;
  color:#30251f;
  font-family:Georgia,serif;
  font-size:30px;
  font-weight:400;
}

.checkout-recommendations-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.checkout-recommendation-card{
  overflow:hidden;
  border:1px solid #eadfd3;
  border-radius:18px;
  background:#fff;
}

.checkout-recommendation-main{
  display:block;
  color:inherit;
  text-decoration:none;
}

.checkout-recommendation-main img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  background:#f1e8dc;
}

.checkout-recommendation-main > span{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:13px 13px 10px;
}

.checkout-recommendation-main small{
  color:#9b6d49;
  font-size:8px;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.checkout-recommendation-main strong{
  overflow:hidden;
  color:#30251f;
  font-family:Georgia,serif;
  font-size:17px;
  font-weight:400;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.checkout-recommendation-main b{
  color:#8d6032;
  font-size:14px;
}

.checkout-recommendation-main em{
  color:#68765d;
  font-size:10px;
  font-style:normal;
}

.checkout-recommendation-add{
  width:calc(100% - 20px);
  margin:0 10px 11px;
  padding:10px 12px;
  border:0;
  border-radius:999px;
  background:#3e2e24;
  color:#fff;
  font-size:10px;
  font-weight:700;
  cursor:pointer;
}

.checkout-recommendation-add:disabled{
  opacity:.55;
  cursor:wait;
}

@media(max-width:900px){
  .checkout-recommendations-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:520px){
  .checkout-recommendations{
    width:calc(100% - 16px);
    padding:20px 16px;
  }

  .checkout-recommendations-grid{
    grid-template-columns:1fr;
  }

  .checkout-recommendation-card{
    display:grid;
    grid-template-columns:96px 1fr;
    align-items:center;
  }

  .checkout-recommendation-main{
    display:grid;
    grid-template-columns:96px 1fr;
    grid-column:1/3;
  }

  .checkout-recommendation-main img{
    width:96px;
    height:96px;
    aspect-ratio:auto;
  }

  .checkout-recommendation-add{
    grid-column:1/3;
  }
}


/* v17.3 — ieteiktie produkti uzreiz zem “Tavs pasūtījums” */
.checkout-recommendations,
.checkout-recommendations-heading{
  display:none!important;
}

.checkout-inline-recommendations{
  margin:16px 0 20px;
  padding-bottom:18px;
  border-bottom:1px solid #e7d9cb;
}

.checkout-inline-recommendations-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.checkout-inline-recommendation{
  overflow:hidden;
  border:1px solid #eadfd3;
  border-radius:14px;
  background:#fff;
}

.checkout-inline-recommendation-main{
  display:grid;
  grid-template-columns:62px 1fr;
  align-items:center;
  color:inherit;
  text-decoration:none;
}

.checkout-inline-recommendation-main img{
  display:block;
  width:62px;
  height:62px;
  object-fit:cover;
  background:#f0e7dc;
}

.checkout-inline-recommendation-main span{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:4px;
  padding:8px 10px;
}

.checkout-inline-recommendation-main strong{
  overflow:hidden;
  color:#30251f;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.checkout-inline-recommendation-main b{
  color:#8d6032;
  font-size:12px;
}

.checkout-inline-recommendation-add{
  width:calc(100% - 14px);
  margin:0 7px 7px;
  padding:8px 9px;
  border:0;
  border-radius:999px;
  background:#3e2e24;
  color:#fff;
  font-size:9px;
  font-weight:700;
  cursor:pointer;
}

.checkout-inline-recommendation-add:disabled{
  opacity:.55;
  cursor:wait;
}

@media(max-width:520px){
  .checkout-inline-recommendations-grid{
    grid-template-columns:1fr;
  }

  .checkout-inline-recommendation-main{
    grid-template-columns:72px 1fr;
  }

  .checkout-inline-recommendation-main img{
    width:72px;
    height:72px;
  }
}


/* v17.4 — ieteiktie produkti pasūtījuma kartītes apakšā */
.checkout-inline-recommendations{
  margin:22px 0 0;
  padding:20px 0 0;
  border-top:1px solid #e7d9cb;
  border-bottom:0;
}

.checkout-inline-recommendations-grid{
  margin-top:0;
}


/* v17.5 — atsauksmju sadaļa sākumlapā */
.home-reviews-section{
  padding:84px 0 72px;
  background:rgba(255,255,255,.28);
}

.home-reviews-inner{
  width:min(100% - 40px,1240px);
  margin:0 auto;
}

.home-reviews-heading{
  margin-bottom:32px;
}

.home-reviews-heading p{
  margin:0;
  color:#9a6b43;
  font-size:10px;
  font-weight:700;
  letter-spacing:.22em;
}

.home-reviews-heading h2{
  margin:8px 0 0;
  color:#30251f;
  font-family:Georgia,serif;
  font-size:clamp(42px,6vw,72px);
  font-weight:400;
  line-height:1;
}


.home-review-card{
  padding:28px;
  border:1px solid #e6d7c7;
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 50px rgba(74,52,37,.08);
}

.home-review-stars{
  color:#b77b3f;
  font-size:18px;
  letter-spacing:.08em;
}

.home-review-card blockquote{
  margin:22px 0 20px;
  color:#3b2c24;
  font-family:Georgia,serif;
  font-size:24px;
  line-height:1.35;
}

.home-review-card > p{
  margin:0;
  color:#8a7161;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:620px){
  .home-reviews-section{
    padding:56px 0 48px;
  }

  .home-reviews-inner{
    width:min(100% - 24px,1240px);
  }


  .home-review-card blockquote{
    font-size:21px;
  }
}


/* v17.6 — publiskā atsauksmes forma */
.review-page{min-height:100vh;background:#f4eee5;color:#30251f}.review-page-shell{width:min(100% - 24px,760px);margin:0 auto;padding:48px 0}.review-page-card{padding:42px;border-radius:28px;background:#fff;box-shadow:0 25px 80px rgba(65,43,29,.12)}.review-page-kicker{color:#9a673c;font-size:10px;font-weight:700;letter-spacing:.2em}.review-page-card h1{font-family:Georgia,serif;font-size:clamp(42px,7vw,72px);font-weight:400;line-height:1;margin:10px 0 20px}.public-review-form{display:flex;flex-direction:column;gap:16px;margin-top:28px}.public-review-form input,.public-review-form select,.public-review-form textarea{width:100%;box-sizing:border-box;margin-top:7px;padding:13px;border:1px solid #dfcbb8;border-radius:13px;background:#fff}.public-review-form button,.review-page-success a{display:inline-block;padding:14px 22px;border:0;border-radius:999px;background:#3e2e24;color:#fff;text-decoration:none;cursor:pointer}.review-page-error{padding:13px;border-radius:12px;background:#f6dfda;color:#9d3e31}.review-page-success{padding:22px;border-radius:18px;background:#edf2e9}.review-page-success h2{font-family:Georgia,serif;font-size:34px;font-weight:400}@media(max-width:600px){.review-page-card{padding:28px 20px}}


/* v17.9 — PVN atšifrējums rēķinā */
.invoice-items th,
.invoice-items td{
  white-space:normal;
}

.invoice-items th:nth-child(1),
.invoice-items td:nth-child(1){
  width:38%;
}

.invoice-items th:not(:first-child),
.invoice-items td:not(:first-child){
  text-align:right;
}

.invoice-totals{
  min-width:280px;
}

@media(max-width:700px){
  .invoice-items{
    font-size:11px;
  }

  .invoice-items th,
  .invoice-items td{
    padding:8px 5px;
  }

  .invoice-items th:first-child,
  .invoice-items td:first-child{
    width:32%;
  }
}


/* v18.1 — juridiskā kājene tikai sākumlapā un mazāka */
.homepage-only-footer{
  min-height:0!important;
  margin-top:0!important;
  padding:14px 0 10px!important;
}

.homepage-only-footer .site-footer-inner{
  min-height:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  align-items:center!important;
  gap:12px!important;
}

.homepage-only-footer .site-footer-brand strong{
  font-size:11px!important;
  letter-spacing:.15em!important;
}

.homepage-only-footer .site-footer-brand small{
  margin-top:3px!important;
  font-size:7px!important;
}

.homepage-only-footer .footer-legal-links{
  gap:8px 12px!important;
  padding-top:6px!important;
}

.homepage-only-footer .footer-legal-links a{
  font-size:8px!important;
  line-height:1.2!important;
}

.homepage-only-footer .site-footer-copy,
.homepage-only-footer .footer-copyright-admin{
  font-size:8px!important;
}

@media(max-width:700px){
  .homepage-only-footer{
    padding:11px 10px 9px!important;
  }

  .homepage-only-footer .footer-legal-links{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:6px 10px!important;
  }

  .homepage-only-footer .footer-legal-links a{
    font-size:8px!important;
  }
}


/* v18.2 — preču tabulā PVN kolonnas vairs nerāda */
.invoice-items th:nth-child(1),
.invoice-items td:nth-child(1){
  width:55%;
}

.invoice-items th:nth-child(2),
.invoice-items td:nth-child(2){
  width:10%;
  text-align:center;
}

.invoice-items th:nth-child(3),
.invoice-items td:nth-child(3),
.invoice-items th:nth-child(4),
.invoice-items td:nth-child(4){
  width:17.5%;
  text-align:right;
}


/* v18.3 — īpaši kompakta sākumlapas kājene telefonā */
@media(max-width:700px){
  .homepage-only-footer{
    padding:8px 8px 7px!important;
  }

  .homepage-only-footer .site-footer-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    min-height:0!important;
  }

  .homepage-only-footer .site-footer-brand{
    display:none!important;
  }

  .homepage-only-footer .site-footer-copy,
  .homepage-only-footer .footer-copyright-admin{
    order:1!important;
    margin:0!important;
    font-size:7px!important;
    line-height:1!important;
  }

  .homepage-only-footer .footer-legal-links{
    order:2!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:4px 8px!important;
    width:100%!important;
    margin:0!important;
    padding:3px 0 0!important;
    border-top:0!important;
  }

  .homepage-only-footer .footer-legal-links a{
    margin:0!important;
    padding:2px 0!important;
    font-size:7px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }
}

@media(max-width:390px){
  .homepage-only-footer .footer-legal-links{
    gap:3px 6px!important;
  }

  .homepage-only-footer .footer-legal-links a{
    font-size:6.5px!important;
  }
}


/* v18.4 — universālā atsauksmes forma */
.universal-review-page{
  min-height:100vh;
  margin:0;
  background:#f3ece2;
  color:#30251f;
}

.universal-review-shell{
  display:grid;
  place-items:center;
  min-height:100vh;
  padding:24px;
  box-sizing:border-box;
}

.universal-review-card{
  width:min(100%,680px);
  padding:42px;
  box-sizing:border-box;
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 80px rgba(71,48,32,.12);
}

.universal-review-brand{
  display:inline-flex;
  align-items:center;
  margin-bottom:38px;
  color:#30251f;
  text-decoration:none;
}

.universal-review-brand img{
  display:block;
  width:auto;
  max-width:190px;
  height:48px;
  object-fit:contain;
}

.universal-review-brand strong{
  font-size:13px;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.universal-review-kicker{
  margin:0 0 8px;
  color:#9a6b43;
  font-size:10px;
  font-weight:700;
  letter-spacing:.2em;
}

.universal-review-card h1{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:clamp(38px,7vw,62px);
  font-weight:400;
  line-height:1;
}

.universal-review-intro{
  margin-bottom:28px;
  color:#7d695c;
  line-height:1.65;
}

.universal-review-form{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.universal-review-form input[type="text"],
.universal-review-form textarea{
  width:100%;
  box-sizing:border-box;
  margin-top:7px;
  padding:13px 14px;
  border:1px solid #ddc9b6;
  border-radius:13px;
  background:#fff;
  font:inherit;
}

.universal-review-form fieldset{
  margin:0;
  padding:0;
  border:0;
}

.universal-review-rating{
  display:inline-flex;
  flex-direction:row-reverse;
  gap:5px;
  margin-top:8px;
}

.universal-review-rating input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.universal-review-rating label{
  color:#d8cabc;
  font-size:34px;
  cursor:pointer;
}

.universal-review-rating input:checked ~ label,
.universal-review-rating label:hover,
.universal-review-rating label:hover ~ label{
  color:#b9793e;
}

.universal-review-form button,
.universal-review-home{
  display:inline-flex;
  justify-content:center;
  padding:14px 22px;
  border:0;
  border-radius:999px;
  background:#3e2e24;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}

.universal-review-error{
  margin-bottom:20px;
  padding:13px 15px;
  border-radius:13px;
  background:#f7dfda;
  color:#923f32;
}


@media(max-width:600px){
  .universal-review-shell{
    padding:10px;
  }

  .universal-review-card{
    padding:28px 20px;
    border-radius:22px;
  }
}


/* v18.6 — sīkdatņu paziņojums */
.cookie-consent[hidden],
.cookie-settings-button[hidden]{
  display:none!important;
}

.cookie-consent{
  position:fixed;
  z-index:10000;
  right:22px;
  bottom:22px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:end;
  width:min(calc(100% - 44px),760px);
  padding:24px;
  border:1px solid #dfcbb8;
  border-radius:22px;
  background:rgba(255,253,249,.98);
  box-shadow:0 24px 80px rgba(54,38,27,.22);
  backdrop-filter:blur(14px);
}

.cookie-consent-eyebrow{
  margin:0 0 7px!important;
  color:#9a6b43!important;
  font-size:9px!important;
  font-weight:700!important;
  letter-spacing:.2em!important;
}

.cookie-consent h2{
  margin:0 0 9px;
  color:#30251f;
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:400;
  line-height:1.05;
}

.cookie-consent-copy > p:last-child{
  margin:0;
  color:#74665d;
  font-size:12px;
  line-height:1.6;
}

.cookie-consent a{
  color:#714b34;
  text-decoration:underline;
  text-underline-offset:3px;
}

.cookie-consent-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:180px;
}

.cookie-consent-actions button{
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  font:inherit;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}

.cookie-consent-primary{
  border:1px solid #3e2e24;
  background:#3e2e24;
  color:#fff;
}

.cookie-consent-secondary{
  border:1px solid #d8c3b0;
  background:#fff;
  color:#543c2e;
}

.cookie-settings-button{
  position:fixed;
  z-index:9999;
  left:10px;
  bottom:10px;
  padding:7px 10px;
  border:1px solid #ddc9b6;
  border-radius:999px;
  background:rgba(255,253,249,.94);
  color:#72513b;
  font-size:9px;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(54,38,27,.12);
}

@media(max-width:680px){
  .cookie-consent{
    right:8px;
    bottom:8px;
    grid-template-columns:1fr;
    gap:17px;
    width:calc(100% - 16px);
    padding:19px 17px;
    border-radius:18px;
  }

  .cookie-consent h2{
    font-size:23px;
  }

  .cookie-consent-copy > p:last-child{
    font-size:11px;
  }

  .cookie-consent-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-width:0;
  }

  .cookie-consent-actions button{
    padding:9px 8px;
    font-size:10px;
  }

  .cookie-settings-button{
    left:7px;
    bottom:7px;
    padding:6px 8px;
    font-size:8px;
  }
}

@media(max-width:390px){
  .cookie-consent-actions{
    grid-template-columns:1fr;
  }
}


/* v18.7 — sīkdatņu iestatījumu poga netiek rādīta */
.cookie-settings-button,
#cookieSettingsButton{
  display:none!important;
}


/* v18.9 — nepārtraukta atsauksmju slīdēšana */
.home-reviews-slider{
  width:100%;
  overflow:hidden;
  mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%);
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%);
}

.home-reviews-track{
  display:flex;
  align-items:stretch;
  gap:18px;
  width:max-content;
  will-change:transform;
}

.home-reviews-track .home-review-card{
  flex:0 0 calc((min(100vw - 40px,1240px) - 54px) / 4);
  box-sizing:border-box;
}

.home-reviews-slider.is-static .home-reviews-track{
  transform:none!important;
}

.home-reviews-slider.is-static .home-review-card[aria-hidden="true"]{
  display:none;
}

@media(max-width:620px){
  .home-reviews-slider{
    mask-image:none;
    -webkit-mask-image:none;
  }

  .home-reviews-track{
    gap:12px;
  }

  .home-reviews-track .home-review-card{
    flex-basis:calc(100vw - 48px);
  }
}

@media(prefers-reduced-motion:reduce){
  .home-reviews-track{
    transform:none!important;
  }

  .home-reviews-slider{
    overflow-x:auto;
    scrollbar-width:none;
  }

  .home-reviews-slider::-webkit-scrollbar{
    display:none;
  }
}
\n\n/* v19.0 — izgatavoto individuālo pasūtījumu skaitītājs */\n.projects-completed-counter{\n  width:min(100% - 40px,1240px);\n  margin:10px auto 76px;\n}\n\n.projects-completed-counter-inner{\n  position:relative;\n  overflow:hidden;\n  display:grid;\n  grid-template-columns:minmax(0,1fr) auto auto;\n  align-items:end;\n  gap:18px;\n  padding:34px 40px;\n  border:1px solid #e1cfbd;\n  border-radius:28px;\n  background:rgba(255,255,255,.76);\n  box-shadow:0 20px 70px rgba(74,52,37,.09);\n}\n\n.projects-completed-counter-inner::after{\n  content:'';\n  position:absolute;\n  right:-80px;\n  top:-110px;\n  width:260px;\n  height:260px;\n  border-radius:50%;\n  border:1px solid rgba(177,122,67,.18);\n}\n\n.projects-completed-counter p{\n  margin:0;\n  color:#6f5c50;\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.projects-completed-counter strong{\n  position:relative;\n  z-index:1;\n  color:#8b5d31;\n  font-family:Georgia,serif;\n  font-size:clamp(70px,9vw,132px);\n  font-weight:400;\n  line-height:.72;\n  font-variant-numeric:tabular-nums;\n}\n\n.projects-completed-counter span{\n  position:relative;\n  z-index:1;\n  padding-bottom:5px;\n  color:#8c7769;\n  font-size:12px;\n}\n\n@media(max-width:700px){\n  .projects-completed-counter{\n    width:calc(100% - 24px);\n    margin:0 auto 44px;\n  }\n\n  .projects-completed-counter-inner{\n    grid-template-columns:1fr auto;\n    gap:12px;\n    padding:25px 22px;\n  }\n\n  .projects-completed-counter p{\n    grid-column:1/3;\n    font-size:10px;\n  }\n\n  .projects-completed-counter strong{\n    font-size:72px;\n  }\n}\n

/* v19.1 — skaistāks projektu skaitītājs hero blokā */
.projects-page-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,430px);
  align-items:end;
  gap:42px;
  max-width:1240px;
}

.projects-page-hero-copy{
  min-width:0;
}

.projects-completed-counter{
  width:100%;
  margin:0;
}

.projects-completed-counter-inner{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  min-height:100%;
  padding:30px 30px 28px;
  border:1px solid rgba(223,201,182,.95);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(250,244,236,.96) 100%);
  box-shadow:0 22px 60px rgba(68,48,34,.12);
}

.projects-completed-counter-inner::before{
  content:'';
  position:absolute;
  inset:auto -40px -65px auto;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle at center,rgba(191,145,92,.18) 0%,rgba(191,145,92,0) 68%);
}

.projects-completed-counter-inner::after{
  content:'';
  position:absolute;
  right:22px;
  top:22px;
  width:54px;
  height:54px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(111,72,42,.16),rgba(201,164,119,.08));
  border:1px solid rgba(177,122,67,.18);
}

.projects-completed-counter-kicker{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#f4eadf;
  color:#8b684d;
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.projects-completed-counter p{
  position:relative;
  z-index:1;
  margin:0;
  color:#4b3628;
  font-size:clamp(24px,3vw,34px);
  font-weight:400;
  font-family:Georgia,serif;
  line-height:1.12;
  letter-spacing:0;
  text-transform:none;
}

.projects-completed-counter-value{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  gap:14px;
}

.projects-completed-counter strong{
  color:#8b5d31;
  font-family:Georgia,serif;
  font-size:clamp(64px,7vw,108px);
  font-weight:400;
  line-height:.85;
  font-variant-numeric:tabular-nums;
}

.projects-completed-counter span{
  padding:0 0 12px;
  color:#7c6657;
  font-size:15px;
}

.projects-completed-counter-note{
  position:relative;
  z-index:1;
  font-style:normal;
  color:#8b7768;
  font-size:13px;
  line-height:1.65;
}

@media(max-width:900px){
  .projects-page-hero{
    grid-template-columns:1fr;
    gap:22px;
    padding-bottom:28px;
  }

  .projects-completed-counter-inner{
    padding:24px 22px;
    border-radius:24px;
  }

  .projects-completed-counter p{
    font-size:26px;
  }

  .projects-completed-counter strong{
    font-size:74px;
  }

  .projects-completed-counter span{
    padding-bottom:9px;
    font-size:13px;
  }
}

@media(max-width:700px){
  .projects-completed-counter{
    width:100%;
  }

  .projects-completed-counter-value{
    gap:12px;
  }
}


/* v19.2 — kompaktāks projektu skaitītājs bez papildu uzrakstiem */
.projects-page-hero{
  display:block;
  max-width:1240px;
}

.projects-page-hero-copy{
  max-width:920px;
}

.projects-completed-counter{
  display:block;
  width:fit-content;
  max-width:100%;
  margin:28px 0 0;
}

.projects-completed-counter-inner{
  display:flex;
  align-items:center;
  gap:18px;
  padding:16px 18px 16px 20px;
  min-height:auto;
  border-radius:22px;
  border:1px solid rgba(222,203,184,.96);
  background:linear-gradient(135deg,rgba(255,255,255,.92) 0%,rgba(248,241,233,.98) 100%);
  box-shadow:0 14px 34px rgba(68,48,34,.10);
}

.projects-completed-counter-inner::before{
  width:110px;
  height:110px;
  inset:auto -32px -40px auto;
  opacity:.8;
}

.projects-completed-counter-inner::after{
  display:none;
}

.projects-completed-counter-kicker,
.projects-completed-counter-note{
  display:none!important;
}

.projects-completed-counter p{
  margin:0;
  color:#7d6550;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:1.3;
  max-width:180px;
}

.projects-completed-counter-value{
  display:flex;
  align-items:flex-end;
  gap:10px;
  white-space:nowrap;
}

.projects-completed-counter strong{
  font-size:clamp(42px,5vw,64px);
  line-height:.82;
}

.projects-completed-counter span{
  padding:0 0 8px;
  color:#8b7466;
  font-size:13px;
}

@media(max-width:900px){
  .projects-completed-counter{
    margin-top:22px;
  }

  .projects-completed-counter-inner{
    gap:14px;
    padding:14px 16px;
    border-radius:18px;
  }
}

@media(max-width:700px){
  .projects-page-hero-copy{
    max-width:100%;
  }

  .projects-completed-counter{
    width:100%;
  }

  .projects-completed-counter-inner{
    justify-content:space-between;
    gap:10px;
    padding:13px 15px;
  }

  .projects-completed-counter p{
    max-width:130px;
    font-size:10px;
    letter-spacing:.1em;
  }

  .projects-completed-counter strong{
    font-size:38px;
  }

  .projects-completed-counter span{
    padding-bottom:5px;
    font-size:11px;
  }
}


/* v19.3 — pilna platuma, šaurs projektu skaitītājs */
.projects-page-hero{
  display:block;
  max-width:1240px;
}

.projects-page-hero-copy{
  max-width:920px;
}

.projects-completed-counter{
  display:block;
  width:100%;
  max-width:none;
  margin:28px 0 0;
}

.projects-completed-counter-inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:100%;
  padding:12px 24px;
  min-height:auto;
  border-radius:999px;
  border:1px solid rgba(224,206,188,.96);
  background:linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(248,241,233,.98) 100%);
  box-shadow:0 12px 26px rgba(68,48,34,.08);
  overflow:hidden;
}

.projects-completed-counter-inner::before,
.projects-completed-counter-inner::after{
  display:none;
}

.projects-completed-counter p{
  margin:0;
  color:#7d6550;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:1.3;
  max-width:none;
}

.projects-completed-counter-value{
  display:flex;
  align-items:flex-end;
  gap:10px;
  flex-shrink:0;
  white-space:nowrap;
}

.projects-completed-counter strong{
  font-size:clamp(34px,4.2vw,52px);
  line-height:.86;
}

.projects-completed-counter span{
  padding:0 0 6px;
  color:#8b7466;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

@media(max-width:900px){
  .projects-completed-counter-inner{
    gap:16px;
    padding:11px 18px;
  }

  .projects-completed-counter p{
    font-size:11px;
  }
}

@media(max-width:700px){
  .projects-completed-counter{
    margin-top:20px;
  }

  .projects-completed-counter-inner{
    gap:12px;
    padding:10px 14px;
  }

  .projects-completed-counter p{
    max-width:135px;
    font-size:10px;
    letter-spacing:.1em;
  }

  .projects-completed-counter strong{
    font-size:30px;
  }

  .projects-completed-counter span{
    padding-bottom:4px;
    font-size:10px;
  }
}


/* v19.4 — skaitītājā redzams tikai skaits */
.projects-completed-counter-inner{
  justify-content:center;
  padding:9px 20px;
}

.projects-completed-counter p,
.projects-completed-counter span,
.projects-completed-counter-value{
  display:none!important;
}

.projects-completed-counter strong{
  display:block;
  margin:0;
  padding:0;
  text-align:center;
  font-size:clamp(34px,4.2vw,52px);
  line-height:1;
}

@media(max-width:700px){
  .projects-completed-counter-inner{
    padding:8px 14px;
  }

  .projects-completed-counter strong{
    font-size:30px;
  }
}


/* v19.5 — skaitītājam atpakaļ paskaidrojošs uzraksts */
.projects-completed-counter-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:10px 22px;
}

.projects-completed-counter-label,
.projects-completed-counter p.projects-completed-counter-label{
  display:block !important;
  margin:0;
  color:#8b7466;
  font-size:12px;
  font-weight:600;
  letter-spacing:.03em;
  text-transform:none;
  line-height:1.35;
}

.projects-completed-counter strong{
  flex-shrink:0;
}

@media(max-width:700px){
  .projects-completed-counter-inner{
    gap:10px;
    padding:8px 14px;
  }

  .projects-completed-counter-label,
  .projects-completed-counter p.projects-completed-counter-label{
    font-size:10px;
    line-height:1.3;
  }
}


/* v19.6 — tukšā grozā nerāda kopsummu un pasūtījuma pogu */
.cart-summary[hidden]{
  display:none!important;
}


/* v19.7 — sākumlapas produkti: 4 uz desktop, 1 uz telefona, automātiski slīd */
#products .products-top{
  max-width:1450px;
}
#products .product-stage{
  max-width:1450px;
  margin:0 auto;
  padding:0 5vw;
  overflow:hidden;
}
#products .product-slider{
  display:flex !important;
  grid-template-columns:none !important;
  gap:24px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:14px 0 34px;
  transform:none !important;
}
#products .product-slider::-webkit-scrollbar{
  display:none;
}
#products .product-card{
  flex:0 0 calc((100% - 72px) / 4);
  min-width:calc((100% - 72px) / 4);
  max-width:calc((100% - 72px) / 4);
  width:calc((100% - 72px) / 4);
  scroll-snap-align:start;
}
#products .product-card:nth-child(even){
  transform:none;
}
#products .product-card:hover,
#products .product-card:nth-child(even):hover{
  transform:translateY(-6px);
}
#products .slider-controls{
  display:flex;
}
@media (max-width: 1024px){
  #products .product-card{
    flex:0 0 calc((100% - 24px) / 2);
    min-width:calc((100% - 24px) / 2);
    max-width:calc((100% - 24px) / 2);
    width:calc((100% - 24px) / 2);
  }
}
@media (max-width: 640px){
  #products .products-top{
    padding:0 20px 28px;
  }
  #products .product-stage{
    padding:0 20px;
  }
  #products .product-slider{
    gap:16px;
    padding:8px 0 24px;
  }
  #products .product-card{
    flex:0 0 100%;
    min-width:100%;
    max-width:100%;
    width:100%;
  }
  #products .product-card img{
    height:280px;
  }
  #products .slider-controls{
    display:none;
  }
}


/* v19.9 — produktu slaideris piegādes un apmaksas lapā */
.delivery-payment-products{
  margin-top:64px;
  padding:34px 0 0;
}

.delivery-payment-products-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:24px;
}

.delivery-payment-products-head p{
  margin:0 0 8px;
  color:#9c7146;
  font-size:10px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.delivery-payment-products-head h2{
  margin:0;
  color:#32271f;
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,56px);
  font-weight:400;
  line-height:1;
}

.delivery-payment-products-controls{
  display:flex;
  gap:10px;
}

.delivery-payment-products-controls button{
  width:48px;
  height:48px;
  border:1px solid rgba(184,139,79,.45);
  border-radius:50%;
  background:rgba(255,255,255,.86);
  color:#86623a;
  font-size:18px;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.delivery-payment-products-controls button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(73,49,32,.12);
  background:#fff;
}

.delivery-payment-products-slider{
  display:flex;
  gap:20px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:6px 2px 16px;
}

.delivery-payment-products-slider::-webkit-scrollbar{
  display:none;
}

.delivery-payment-product-card{
  flex:0 0 calc((100% - 60px) / 4);
  min-width:calc((100% - 60px) / 4);
  scroll-snap-align:start;
  border:1px solid rgba(184,139,79,.18);
  border-radius:32px;
  overflow:hidden;
  background:rgba(255,255,255,.86);
  box-shadow:0 22px 55px rgba(73,49,32,.08);
}

.delivery-payment-product-image{
  display:block;
  aspect-ratio:4 / 4.25;
  overflow:hidden;
  background:#efe4d6;
}

.delivery-payment-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease;
}

.delivery-payment-product-card:hover .delivery-payment-product-image img{
  transform:scale(1.04);
}

.delivery-payment-product-copy{
  padding:18px 18px 20px;
}

.delivery-payment-product-copy small{
  display:block;
  color:#987044;
  font-size:9px;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.delivery-payment-product-copy h3{
  margin:8px 0 10px;
  font-size:24px;
  font-family:Georgia,serif;
  font-weight:400;
  line-height:1.15;
}

.delivery-payment-product-copy h3 a{
  color:#2f251f;
  text-decoration:none;
}

.delivery-payment-product-copy p{
  margin:0 0 12px;
  color:#756254;
  font-size:14px;
  line-height:1.6;
  min-height:45px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.delivery-payment-product-stock{
  display:block;
  margin-bottom:14px;
  color:#9a6f43;
  font-size:12px;
}

.delivery-payment-product-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-top:14px;
  border-top:1px solid rgba(184,139,79,.18);
}

.delivery-payment-product-meta b{
  color:#805f38;
  font-size:24px;
  font-weight:700;
}

.delivery-payment-product-meta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  min-height:40px;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#30261f,#5a4435);
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-decoration:none;
  text-transform:uppercase;
}

@media(max-width:1080px){
  .delivery-payment-product-card{
    flex-basis:calc((100% - 20px) / 2);
    min-width:calc((100% - 20px) / 2);
  }
}

@media(max-width:680px){
  .delivery-payment-products{
    margin-top:44px;
  }

  .delivery-payment-products-head{
    align-items:flex-start;
  }

  .delivery-payment-products-head h2{
    font-size:30px;
  }

  .delivery-payment-products-controls{
    display:none;
  }

  .delivery-payment-product-card{
    flex-basis:100%;
    min-width:100%;
  }

  .delivery-payment-product-copy{
    padding:16px 16px 18px;
  }

  .delivery-payment-product-copy h3{
    font-size:22px;
  }

  .delivery-payment-product-meta b{
    font-size:22px;
  }
}


/* v20.1 — fona spilgtums darbojas reālajā mājaslapā */
.page-background{
  z-index:-2;
  opacity:0;
}
.page-background.active{
  opacity:1;
}
.page-background::after{
  background:rgba(251,248,242,var(--overlay));
}
body{
  background:
    radial-gradient(circle at 8% 8%,rgba(238,218,178,.22),transparent 25%),
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.68),transparent 28%),
    linear-gradient(180deg,rgba(251,248,242,.72),rgba(242,233,221,.72) 52%,rgba(251,248,242,.72));
}


/* v20.2 — publiskajās lapās noņemti tehniskie sadaļu marķējumi */
body:not(.admin-page) .eyebrow,
.home-reviews-heading > p,
.delivery-payment-products-head > div > p,
.universal-review-kicker,
.cookie-consent-eyebrow,
.project-modal-copy > .eyebrow,
.product-modal-copy > .eyebrow,
.shop-category-panel > .eyebrow,
.shop-subcategories > .eyebrow,
.cart-panel .eyebrow{
  display:none!important;
}


/* v20.3 — noņemti attēlu skaita un veikala tehniskie virsraksti */
.project-card-overlay > small,
.shop-product-image > span,
.shop-sidebar-inner > h2{
  display:none!important;
}


/* v20.4 — veikala lapa sākas uzreiz ar kategorijām un produktiem */
.shop-page main{
  padding-top:28px!important;
}

.shop-page .shop-layout{
  margin-top:0!important;
}

@media(max-width:700px){
  .shop-page main{
    padding-top:16px!important;
  }
}


/* Homepage projects: show 3 newest on desktop, 1 sliding card on mobile */
.projects-carousel-viewport{
  width:100%;
}

@media (max-width: 767px){
  .projects-carousel-viewport{
    overflow:hidden;
  }

  .projects-mobile-slider{
    display:flex;
    gap:18px;
    grid-template-columns:none !important;
    transition:transform .75s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
  }

  .projects-mobile-slider > .project-card{
    flex:0 0 100%;
    max-width:100%;
  }
}

/* Telefonā projektu kartīšu teksti nav zilā krāsā */
@media (max-width: 767px){
  .projects-section .project-open-button,
  .projects-section .project-open-button:visited,
  .projects-section .project-card-overlay,
  .projects-section .project-card-overlay h3,
  .projects-section .project-card-overlay p,
  .projects-section .project-card-overlay span{
    color:#33271f !important;
    text-decoration:none !important;
  }

  .projects-section .project-card-overlay span{
    color:#8a5b31 !important;
  }
}


/* Projects page: show six projects at first and reveal more in batches */
.projects-page-card[hidden]{
  display:none !important;
}

.projects-load-more-wrap{
  display:flex;
  justify-content:center;
  margin:42px 0 10px;
}

.projects-load-more{
  appearance:none;
  border:1px solid rgba(126,86,48,.32);
  border-radius:999px;
  padding:15px 30px;
  background:#fffaf4;
  color:#654426;
  font:600 13px/1.2 Arial,sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 14px 36px rgba(70,44,24,.10);
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.projects-load-more:hover{
  transform:translateY(-2px);
  background:#fff;
  box-shadow:0 18px 42px rgba(70,44,24,.15);
}

.projects-load-more[hidden]{
  display:none !important;
}

@media(max-width:767px){
  .projects-page .project-open-button,
  .projects-page .project-card-overlay,
  .projects-page .project-card-overlay h2,
  .projects-page .project-card-overlay p,
  .projects-page .project-card-overlay span{
    color:#30251f !important;
    -webkit-text-fill-color:#30251f !important;
  }

  .projects-page .project-card-overlay span{
    color:#8d6032 !important;
    -webkit-text-fill-color:#8d6032 !important;
  }

  .projects-load-more{
    color:#654426 !important;
    -webkit-text-fill-color:#654426 !important;
  }
}


/* Mobile fix: larger and reliable “Rādīt visu kategoriju” control */
@media(max-width:700px){
  .clear-subcategory-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 14px;
    border:1px solid rgba(184,139,79,.35);
    border-radius:999px;
    background:rgba(255,255,255,.8);
    color:var(--gold-dark) !important;
    -webkit-text-fill-color:var(--gold-dark) !important;
    touch-action:manipulation;
    position:relative;
    z-index:5;
  }
}


/* Sākumlapas elegantā poga uz visu projektu lapu */
.homepage-all-projects-wrap{
  display:flex;
  justify-content:center;
  margin-top:42px;
}

.homepage-all-projects-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-width:250px;
  padding:17px 28px;
  border:1px solid rgba(111,77,53,.28);
  border-radius:999px;
  background:rgba(255,250,244,.82);
  backdrop-filter:blur(14px);
  color:#4b3527;
  text-decoration:none;
  font-size:11px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
  box-shadow:0 18px 44px rgba(65,43,27,.12);
  transition:transform .3s ease,box-shadow .3s ease,background .3s ease;
}

.homepage-all-projects-button span{
  font-size:18px;
  line-height:1;
  transition:transform .3s ease;
}

.homepage-all-projects-button:hover{
  transform:translateY(-3px);
  background:#fff;
  box-shadow:0 24px 52px rgba(65,43,27,.18);
}

.homepage-all-projects-button:hover span{
  transform:translateX(5px);
}

@media(max-width:767px){
  .homepage-all-projects-wrap{
    margin-top:28px;
  }

  .homepage-all-projects-button,
  .homepage-all-projects-button:visited{
    width:100%;
    min-width:0;
    box-sizing:border-box;
    color:#4b3527 !important;
    -webkit-text-fill-color:#4b3527 !important;
  }
}


/* Projekta loga darbību pogas */
.project-modal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:28px;
}

.project-modal-actions .other-projects-button{
  margin-top:0;
}

.individual-project-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border:1px solid rgba(111,77,53,.30);
  border-radius:999px;
  background:#fffaf4;
  color:#5a3f2d;
  text-decoration:none;
  font-size:10px;
  font-weight:600;
  letter-spacing:.10em;
  text-transform:uppercase;
  box-shadow:0 12px 28px rgba(58,42,28,.10);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}

.individual-project-button:hover{
  transform:translateY(-2px);
  background:#fff;
  box-shadow:0 18px 38px rgba(58,42,28,.16);
}

@media(max-width:767px){
  .project-modal-actions{
    align-items:stretch;
  }

  .project-modal-actions a,
  .individual-project-button,
  .individual-project-button:visited{
    width:100%;
    box-sizing:border-box;
    color:#5a3f2d !important;
    -webkit-text-fill-color:#5a3f2d !important;
  }

  .project-modal-actions .other-projects-button,
  .project-modal-actions .other-projects-button:visited{
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
  }
}


/* Veikala filtri un produktu ielāde pa daļām */
.shop-content .shop-toolbar{
  grid-template-columns:minmax(120px,.55fr) minmax(220px,1.4fr) minmax(190px,1fr) minmax(190px,1fr);
  align-items:end;
}

.shop-load-more-wrap{
  display:flex;
  justify-content:center;
  margin:38px 0 12px;
}

.shop-load-more{
  appearance:none;
  min-width:210px;
  padding:15px 28px;
  border:1px solid rgba(126,86,48,.34);
  border-radius:999px;
  background:#4b3527;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 16px 38px rgba(65,43,27,.16);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}

.shop-load-more:hover{
  transform:translateY(-2px);
  background:#654833;
  box-shadow:0 20px 44px rgba(65,43,27,.22);
}

.shop-load-more[hidden]{
  display:none !important;
}

@media(max-width:1180px){
  .shop-content .shop-toolbar{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:650px){
  .shop-content .shop-toolbar{
    grid-template-columns:1fr;
  }

  .shop-load-more{
    width:100%;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
  }
}

/* Mobilais veikala skats — kompaktākas kategorijas un filtri */
@media(max-width:650px){
  .shop-page main{
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .shop-layout{
    gap:12px!important;
  }

  .shop-sidebar-inner{
    padding:10px 12px!important;
    border-radius:16px!important;
  }

  .shop-sidebar-inner{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px 8px;
  }

  .shop-category-group{
    min-width:0;
  }

  .category-button{
    min-height:34px;
    padding:6px 4px!important;
    border:1px solid rgba(184,139,79,.16)!important;
    border-radius:10px;
  }

  .category-button:hover,
  .category-button.active{
    padding-left:7px!important;
  }

  .category-button span{
    overflow:hidden;
    font-size:11px!important;
    line-height:1.15;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .category-button b{
    min-width:22px!important;
    width:22px;
    height:22px!important;
    font-size:9px!important;
  }

  .sidebar-note{
    display:none!important;
  }

  .shop-content .shop-toolbar{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    padding:8px 0 10px!important;
    margin-bottom:12px!important;
  }

  .shop-count{
    grid-column:1/-1;
    font-size:20px!important;
    line-height:1;
    padding:0 0 2px!important;
  }

  .shop-toolbar label{
    min-width:0;
    font-size:8px!important;
    letter-spacing:.09em!important;
  }

  .shop-toolbar label:first-of-type{
    grid-column:1/-1;
  }

  .shop-toolbar input,
  .shop-toolbar select{
    min-height:34px;
    margin-top:4px!important;
    padding:7px 10px!important;
    border-radius:12px!important;
    font-size:10px!important;
  }

  .subcategory-panel{
    margin-bottom:12px!important;
    padding:10px!important;
    border-radius:14px!important;
  }

  .subcategory-panel-head{
    gap:8px!important;
  }

  .subcategory-panel-head h2{
    font-size:18px!important;
  }

  .clear-subcategory-button{
    min-height:34px!important;
    padding:7px 10px!important;
    font-size:9px!important;
  }
}


/* Īpaši kompakts veikala augšējais bloks telefonā */
@media(max-width:700px){
  .shop-page .shop-layout{
    gap:8px !important;
  }

  .shop-page .shop-sidebar{
    padding:6px 8px !important;
    border-radius:12px !important;
    overflow:hidden;
  }

  .shop-page .category-list,
  .shop-page .shop-categories,
  .shop-page [data-category-list]{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:6px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding:2px 0 5px !important;
    margin:0 !important;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .shop-page .category-list::-webkit-scrollbar,
  .shop-page .shop-categories::-webkit-scrollbar,
  .shop-page [data-category-list]::-webkit-scrollbar{
    display:none;
  }

  .shop-page .category-list > *,
  .shop-page .shop-categories > *,
  .shop-page [data-category-list] > *{
    flex:0 0 auto !important;
    min-width:auto !important;
    width:auto !important;
    scroll-snap-align:start;
  }

  .shop-page .category-list button,
  .shop-page .category-list a,
  .shop-page .shop-categories button,
  .shop-page .shop-categories a,
  .shop-page [data-category-list] button,
  .shop-page [data-category-list] a{
    display:inline-flex !important;
    align-items:center !important;
    gap:6px !important;
    min-height:30px !important;
    padding:5px 9px !important;
    border-radius:999px !important;
    white-space:nowrap !important;
    font-size:10px !important;
    line-height:1 !important;
  }

  .shop-page .category-list .count,
  .shop-page .shop-categories .count,
  .shop-page [data-category-list] .count{
    min-width:18px !important;
    height:18px !important;
    padding:0 5px !important;
    font-size:9px !important;
  }

  .shop-page .shop-main,
  .shop-page .shop-content{
    padding-top:0 !important;
  }

  .shop-page .shop-toolbar,
  .shop-page .shop-controls{
    gap:5px !important;
    margin:0 0 8px !important;
    padding:6px 8px !important;
    border-radius:12px !important;
  }

  .shop-page .shop-toolbar h1,
  .shop-page .shop-toolbar h2,
  .shop-page .shop-controls h1,
  .shop-page .shop-controls h2{
    margin:0 0 4px !important;
    font-size:18px !important;
    line-height:1 !important;
  }

  .shop-page .shop-search,
  .shop-page .shop-filter,
  .shop-page .shop-sort,
  .shop-page .filter-group{
    margin:0 !important;
  }

  .shop-page .shop-toolbar label,
  .shop-page .shop-controls label,
  .shop-page .filter-group label{
    margin:0 0 2px !important;
    font-size:8px !important;
    line-height:1 !important;
    letter-spacing:.08em !important;
  }

  .shop-page .shop-toolbar input,
  .shop-page .shop-toolbar select,
  .shop-page .shop-controls input,
  .shop-page .shop-controls select,
  .shop-page .filter-group input,
  .shop-page .filter-group select{
    min-height:30px !important;
    height:30px !important;
    padding:4px 9px !important;
    border-radius:999px !important;
    font-size:10px !important;
  }

  .shop-page .shop-filter-row,
  .shop-page .shop-controls-row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:5px !important;
  }

  .shop-page .product-grid{
    margin-top:4px !important;
  }
}

/* Neliels slīdošais paziņojuma baneris lapas augšā */
.announcement-banner{
  position:relative;
  z-index:80;
  width:100%;
  overflow:hidden;
  border-bottom:1px solid rgba(111,77,53,.14);
  background:#4b3427;
  color:#fffaf4;
}

.announcement-banner-track{
  display:flex;
  width:max-content;
  min-width:200%;
  align-items:center;
  animation:announcementBannerMove 34s linear infinite;
  will-change:transform;
}

.announcement-banner-track span{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 54px;
  white-space:nowrap;
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.announcement-banner-track span::before{
  content:'•';
  margin-right:20px;
  color:#d7ae7d;
}

@keyframes announcementBannerMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.announcement-banner:hover .announcement-banner-track{
  animation-play-state:paused;
}

@media(max-width:700px){
  .announcement-banner-track{
    animation-duration:28s;
  }

  .announcement-banner-track span{
    min-height:25px;
    padding:0 34px;
    font-size:9px;
    letter-spacing:.11em;
  }
}

@media(prefers-reduced-motion:reduce){
  .announcement-banner-track{
    animation:none;
  }
}

.shop-product-image .shop-sold-out-ribbon{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}


/* Konkrētā produkta kopīgošanas saite */
.seo-product-top-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
}
.seo-copy-product-link{
  border:1px solid rgba(145,98,58,.30);
  border-radius:999px;
  padding:11px 17px;
  background:#fffaf4;
  color:#5a3e2b;
  font-size:10px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
@media(max-width:700px){
  .seo-product-top-actions{align-items:stretch;flex-direction:column}
  .seo-copy-product-link{width:100%}
}
