: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-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}
}

/* 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
}
