:root {
  --navy-950: #07131e;
  --navy-900: #0b1c2b;
  --navy-800: #102a3e;
  --cream-50: #fffdf8;
  --cream-100: #faf5ea;
  --cream-200: #efe5d2;
  --burgundy: #8f1f34;
  --burgundy-dark: #711425;
  --gold: #d7ad63;
  --ink: #17232d;
  --muted: #66717b;
  --line: #e2e4e5;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 19, 30, .14);
  --shell: min(1380px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-50); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(7,19,30,.94); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cream-100); font-family: "Playfair Display", serif; font-weight: 700; font-size: 20px; line-height: 1; letter-spacing: .02em; }
.brand-logo { width: 144px; height: 62px; object-fit: contain; opacity: .98; }
.brand-mark { color: var(--gold); font-size: 30px; }
.primary-nav { display: flex; align-items: center; gap: 30px; margin-right: auto; }
.primary-nav a { position: relative; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; }
.primary-nav a:hover { color: var(--white); }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.nav-account-mobile { display: none; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-icon { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 600; }
.header-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-link { position: relative; }
.virgo-cart-count { min-width: 19px; height: 19px; display: inline-grid; place-items: center; border-radius: 99px; background: var(--burgundy); color: #fff; font-size: 11px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 50%; padding: 11px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 4px 0; background: #fff; }

.button { appearance: none; display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--burgundy); color: #fff; box-shadow: 0 10px 24px rgba(143,31,52,.25); }
.button-primary:hover { background: var(--burgundy-dark); }
.button-secondary { border-color: rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.07); }
.button-light { background: var(--cream-50); color: var(--navy-950); }
.eyebrow { display: inline-block; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.eyebrow.dark { color: var(--burgundy); }

.home-hero { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: var(--navy-950); }
.home-hero-backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7,19,30,.98) 0%, rgba(7,19,30,.9) 38%, rgba(7,19,30,.45) 72%, rgba(7,19,30,.7) 100%), var(--hero-image); background-size: cover; background-position: center 28%; filter: saturate(.82); transform: scale(1.03); }
.home-hero-backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 40%, rgba(215,173,99,.16), transparent 35%), linear-gradient(0deg, var(--navy-950), transparent 35%); }
.hero-content { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: center; gap: 80px; padding-block: 84px 110px; }
.hero-copy { max-width: 680px; }
.hero-copy h1, .work-intro h1 { margin: 10px 0 16px; font-family: "Playfair Display", serif; font-size: clamp(54px, 6vw, 88px); line-height: .98; letter-spacing: -.035em; }
.hero-copy p { max-width: 620px; color: rgba(255,255,255,.78); font-size: 17px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.hero-meta span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: rgba(255,255,255,.82); font-size: 12px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-cover { justify-self: end; width: min(320px, 25vw); box-shadow: 0 30px 80px rgba(0,0,0,.55); transform: rotate(2deg); transition: transform .3s ease; }
.hero-cover:hover { transform: rotate(0) translateY(-6px); }
.hero-cover img { width: 100%; aspect-ratio: 4 / 5.5; object-fit: cover; border-radius: 5px; }

.section-block { padding-block: 82px; }
.section-overlap { position: relative; z-index: 5; margin-top: -42px; }
.category-rail { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.category-card { min-height: 124px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px 26px; border: 1px solid var(--cream-200); border-radius: 14px; background: var(--cream-50); box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease; }
.category-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.category-card strong { display: block; font-family: "Playfair Display", serif; font-size: 20px; }
.category-card small { display: block; margin-top: 4px; color: var(--muted); }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-100); color: var(--burgundy); }
.category-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.category-video .category-icon svg path:first-child { fill: currentColor; stroke: none; }
.category-card .arrow { color: var(--burgundy); font-size: 25px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.section-heading h2 { margin: 5px 0 0; font-family: "Playfair Display", serif; font-size: clamp(32px, 4vw, 46px); line-height: 1.12; }
.section-heading > a { color: var(--burgundy); font-weight: 700; }
.section-heading > a span { margin-left: 6px; }
.section-heading.compact { align-items: center; }
.section-heading.compact > p { max-width: 420px; color: var(--muted); text-align: right; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px 22px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 10px 36px rgba(7,19,30,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 58px rgba(7,19,30,.13); }
.product-card-image { position: relative; display: block; overflow: hidden; background: var(--cream-100); aspect-ratio: 1 / 1.08; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-card-image img { transform: scale(1.04); }
.product-card-overlay { position: absolute; inset: auto 14px 14px; display: flex; justify-content: space-between; align-items: center; padding: 11px 14px; border-radius: 8px; background: rgba(7,19,30,.9); color: #fff; font-size: 13px; font-weight: 700; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.product-card:hover .product-card-overlay { opacity: 1; transform: none; }
.product-card-body { padding: 18px; }
.format-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.format-badges span { padding: 3px 7px; border-radius: 4px; background: var(--cream-100); color: var(--burgundy); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.product-card h2 { min-height: 54px; margin: 11px 0 16px; font-family: "Playfair Display", serif; font-size: 20px; line-height: 1.32; }
.product-card h2 a:hover { color: var(--burgundy); }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid var(--line); }
.product-card-footer .price { font-weight: 700; color: var(--navy-900); }
.product-card-footer .price .woocommerce-Price-amount { white-space: nowrap; }
.round-link { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--burgundy); }
.round-link:hover { color: #fff; background: var(--burgundy); border-color: var(--burgundy); }

.library-promo { padding: 74px 0; color: #fff; background: linear-gradient(120deg, var(--burgundy-dark), var(--burgundy)); }
.library-promo-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.library-promo h2 { margin: 8px 0; font-family: "Playfair Display", serif; font-size: 42px; }
.library-promo p { margin: 0; color: rgba(255,255,255,.76); }

.catalog-header { padding: 74px 0 52px; color: #fff; background: radial-gradient(circle at 80% 30%, rgba(215,173,99,.14), transparent 28%), var(--navy-950); }
.catalog-header-inner { display: grid; grid-template-columns: 1fr minmax(320px, 500px); align-items: end; gap: 60px; }
.catalog-header h1 { margin: 7px 0; font-family: "Playfair Display", serif; font-size: 56px; line-height: 1.1; }
.catalog-header p { margin: 0; color: rgba(255,255,255,.68); }
.catalog-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 8px 8px 8px 18px; background: #fff; border-radius: 10px; }
.catalog-search svg { width: 21px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.catalog-search input { min-width: 0; border: 0; outline: 0; }
.catalog-search button { height: 40px; padding: 0 18px; border: 0; border-radius: 7px; background: var(--burgundy); color: #fff; font-weight: 700; cursor: pointer; }
.catalog-layout { padding-block: 34px 90px; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 30px; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-pills a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: var(--muted); font-size: 13px; font-weight: 700; }
.filter-pills a.active, .filter-pills a:hover { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.result-count { color: var(--muted); font-size: 13px; }
.catalog-pagination { margin-top: 42px; }
.catalog-pagination ul { display: flex; justify-content: center; gap: 7px; list-style: none; padding: 0; }
.catalog-pagination a, .catalog-pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.catalog-pagination .current { background: var(--burgundy); border-color: var(--burgundy); color: #fff; }

.work-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy-950); }
.work-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7,19,30,.99) 0%, rgba(7,19,30,.88) 48%, rgba(7,19,30,.62) 100%), var(--work-image); background-size: cover; background-position: center; filter: blur(16px) saturate(.65); transform: scale(1.1); opacity: .78; }
.work-hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(215,173,99,.2), transparent 31%), linear-gradient(0deg, var(--navy-950), transparent 32%); }
.breadcrumbs { position: relative; display: flex; flex-wrap: wrap; gap: 8px; padding-top: 24px; color: rgba(255,255,255,.55); font-size: 12px; }
.breadcrumbs strong { color: rgba(255,255,255,.85); }
.work-hero-inner { position: relative; min-height: 600px; display: grid; grid-template-columns: minmax(240px, 380px) minmax(0, 760px); align-items: center; gap: 76px; padding-block: 58px 86px; }
.work-cover-wrap { align-self: stretch; display: flex; align-items: center; }
.work-cover-gallery { width: 100%; }
.work-cover-trigger { position: relative; display: block; width: 100%; height: 470px; overflow: hidden; border-radius: 3px; background: rgba(255,255,255,.06); box-shadow: 0 30px 38px rgba(0,0,0,.4); cursor: zoom-in; }
.work-cover-stage { position: relative; display: block; width: 100%; height: 100%; }
.work-cover,.work-cover-next { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; }
.work-cover-current { z-index: 0; opacity: 1; transition: opacity .42s ease; }
.work-cover-next { z-index: 1; opacity: 0; transition: opacity .42s ease; }
.work-cover-stage.is-fading .work-cover-current { opacity: .08; }
.work-cover-stage.is-fading .work-cover-next { opacity: 1; }
.work-gallery-rail { display: grid; grid-template-columns: 30px minmax(0,1fr) 30px; align-items: center; gap: 7px; margin-top: 13px; }
.work-gallery-thumbs { display: flex; gap: 8px; min-width: 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.work-gallery-thumbs::-webkit-scrollbar { display: none; }
.work-gallery-thumb { flex: 0 0 62px; width: 62px; height: 62px; padding: 3px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(255,255,255,.08); cursor: pointer; scroll-snap-align: start; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.work-gallery-thumb:hover,.work-gallery-thumb:focus-visible,.work-gallery-thumb.is-active { border-color: var(--gold); background: rgba(217,179,108,.18); outline: none; }
.work-gallery-thumb.is-active { box-shadow: 0 0 0 2px rgba(217,179,108,.28); }
.work-gallery-thumb img { width: 100%; height: 100%; border-radius: 5px; object-fit: cover; }
.work-gallery-rail-arrow { width: 30px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; color: #fff; background: rgba(7,19,30,.5); cursor: pointer; font-size: 23px; }
.work-gallery-rail-arrow:hover,.work-gallery-rail-arrow:focus-visible { color: var(--navy-950); border-color: var(--gold); background: var(--gold); outline: none; }
.work-image-zoom { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; color: #fff; background: rgba(7,19,30,.78); box-shadow: 0 6px 18px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.work-image-zoom svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.work-image-zoom b { font-size: 10px; }
.format-badges.light span { color: var(--cream-100); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); }
.work-intro h1 { font-size: clamp(48px, 6vw, 78px); }
.work-taxonomy { color: var(--gold); font-size: 13px; }
.work-taxonomy a { color: inherit; }
.work-intro > p { max-width: 700px; color: rgba(255,255,255,.73); font-size: 16px; }
.work-price-line { display: flex; flex-direction: column; margin: 22px 0; }
.work-price-line small { color: rgba(255,255,255,.55); }
.work-price-line strong { font-family: "Playfair Display", serif; font-size: 28px; }
.intro-offer-picker { margin-top: 27px; }
.intro-offer-picker > span { display: block; margin-bottom: 11px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.intro-offer-options { display: flex; flex-wrap: wrap; gap: 10px; }
.intro-offer-option { position: relative; width: 54px; height: 54px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.intro-offer-option:hover,.intro-offer-option:focus-visible { color: #fff; border-color: var(--gold); background: rgba(255,255,255,.16); transform: translateY(-2px); outline: none; }
.intro-offer-option::after { content: attr(data-label); position: absolute; z-index: 5; top: calc(100% + 8px); left: 50%; width: max-content; max-width: 170px; padding: 6px 8px; border-radius: 6px; color: var(--navy-950); background: #fff; box-shadow: 0 7px 20px rgba(0,0,0,.2); font-size: 10px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%,-4px); transition: opacity .15s ease,transform .15s ease; }
.intro-offer-option:hover::after,.intro-offer-option:focus-visible::after { opacity: 1; transform: translate(-50%,0); }
.intro-offer-option i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; color: var(--gold); background: rgba(7,19,30,.48); }
.intro-offer-option.is-preview { box-shadow: 0 0 0 2px rgba(217,179,108,.42); }
.intro-offer-option.is-selected { color: #fff; border-color: var(--gold); background: var(--burgundy); }
.offer-icon-check { position: absolute; right: -5px; top: -5px; width: 19px; height: 19px; display: none; place-items: center; border: 2px solid var(--navy-950); border-radius: 50%; color: var(--navy-950); background: var(--gold); font-size: 10px; font-weight: 800; }
.intro-offer-option.is-selected .offer-icon-check { display: grid; }
.intro-offer-options svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.intro-offer-options svg path[d="M8 5v14l11-7z"] { fill: currentColor; stroke: none; }

.purchase-section { scroll-margin-top: 88px; }
.multi-offer-form { margin: 0; }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, 286px); justify-content: start; gap: 18px; }
.offer-grid.single-offer { grid-template-columns: 286px; }
.offer-card { position: relative; scroll-margin-top: 105px; display: flex; flex-direction: column; width: 286px; min-height: 370px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 40px rgba(7,19,30,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.offer-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 24px 60px rgba(7,19,30,.13); }
.offer-card.is-selected { border-color: var(--burgundy); box-shadow: 0 16px 45px rgba(140,39,70,.14); }
.offer-checkbox { position: absolute; opacity: 0; pointer-events: none; }
.offer-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.offer-selected-badge { position: absolute; z-index: 2; top: 18px; right: 18px; display: none; padding: 5px 8px; border-radius: 99px; color: #fff; background: var(--burgundy); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.offer-card.is-selected .offer-selected-badge { display: inline-flex; }
.offer-card.is-selected .offer-kind-badge { margin-top: 33px; }
.offer-kind-badge { max-width: 126px; padding: 5px 8px; border-radius: 99px; color: #416553; background: #e9f3ed; font-size: 9px; font-weight: 700; line-height: 1.2; text-align: center; text-transform: uppercase; letter-spacing: .04em; }
.offer-kind-badge.kind-stage_recording { color: #785522; background: #f6ead4; }
.offer-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--burgundy); background: var(--cream-100); }
.offer-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.offer-icon svg path[d="M8 5v14l11-7z"] { fill: currentColor; stroke: none; }
.offer-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin: 22px 0 17px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.offer-heading span { font-weight: 700; }
.offer-heading strong { color: var(--burgundy); font-family: "Playfair Display", serif; font-size: 26px; white-space: nowrap; }
.offer-card ul { flex: 1; list-style: none; margin: 0 0 24px; padding: 0; }
.offer-card li { display: flex; gap: 9px; margin: 9px 0; color: var(--muted); font-size: 13px; }
.offer-card li span { color: var(--burgundy); }
.offer-purchase-controls { margin-top: auto; }
.offer-quantity { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 10px; color: var(--muted); font-size: 11px; font-weight: 700; }
.offer-quantity input { width: 70px; height: 38px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 7px; text-align: center; }
.offer-digital-quantity { display: block; min-height: 38px; margin-bottom: 10px; color: var(--muted); font-size: 11px; }
.offer-button { width: 100%; color: #fff; background: var(--navy-900); }
.offer-button:hover { background: var(--burgundy); }
.offer-card.is-selected .offer-button { background: var(--burgundy); }
.offer-selection-bar { position: sticky; z-index: 4; bottom: 16px; display: grid; grid-template-columns: minmax(180px,1fr) auto auto; align-items: center; gap: 22px; max-width: 900px; margin-top: 18px; padding: 15px 17px; border: 1px solid #d5d9df; border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 14px 35px rgba(7,19,30,.13); backdrop-filter: blur(10px); }
.offer-selection-bar span > * { display: block; }
.offer-selection-bar span strong { color: var(--navy-950); font-size: 13px; }
.offer-selection-bar span small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.offer-selection-bar > b { color: var(--burgundy); font-family: "Playfair Display",serif; font-size: 23px; white-space: nowrap; }
.offer-selection-bar button:disabled { opacity: .4; cursor: not-allowed; }

/* Paljude müügivormidega teose kompaktsed sisukaardid */
.offer-families.is-condensed { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 16px; }
.offer-family { scroll-margin-top: 95px; }
.offer-family-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 10px 32px rgba(7,19,30,.06); }
.offer-family-header { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 12px; min-height: 102px; padding: 18px; border-bottom: 1px solid var(--line); background: #fcfaf6; }
.offer-family-header > i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; color: var(--burgundy); background: var(--cream-100); }
.offer-family-header svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.offer-family-header span strong,.offer-family-header span small { display: block; }
.offer-family-header span strong { color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 20px; }
.offer-family-header span small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.offer-family-header em { display: none; }
.offer-family-header > b { color: var(--burgundy); font-size: 11px; white-space: nowrap; }
.offer-family-card .offer-grid,.offer-family-card .offer-grid.single-offer { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 12px; }
.offer-family-card .offer-format-chip { display: block; width: auto; min-height: 0; padding: 0; border: 0; border-radius: 10px; background: transparent; box-shadow: none; }
.offer-family-card .offer-format-chip:hover { transform: none; box-shadow: none; }
.offer-format-toggle { width: 100%; min-height: 56px; display: grid; grid-template-columns: 34px minmax(0,1fr) auto 20px; grid-template-rows:auto auto; align-items: center; column-gap: 9px; row-gap: 2px; padding: 9px 10px; border: 1px solid #dfe2e6; border-radius: 9px; color: var(--navy-950); background: #fff; font: inherit; text-align: left; cursor: pointer; transition: border-color .16s ease,background .16s ease,box-shadow .16s ease; }
.offer-format-toggle:hover,.offer-format-toggle:focus-visible { border-color: var(--gold); background: #fffdf8; outline: none; box-shadow: 0 0 0 3px rgba(217,179,108,.18); }
.offer-format-chip.is-selected .offer-format-toggle { border-color: var(--burgundy); background: #fcf5f7; box-shadow: inset 0 0 0 1px var(--burgundy); }
.offer-format-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: var(--burgundy); background: var(--cream-100); }
.offer-format-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.offer-format-icon svg path[d="M8 5v14l11-7z"] { fill: currentColor; stroke: none; }
.offer-format-label { overflow: hidden; font-size: 12px; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; }
.offer-format-details { grid-column:2; grid-row:2; color:var(--muted); font-size:10px; line-height:1.25; }
.offer-format-toggle .offer-format-icon { grid-row:1 / 3; }
.offer-format-toggle strong { grid-column:3; grid-row:1 / 3; color: var(--burgundy); font-family: "Playfair Display",serif; font-size: 17px; white-space: nowrap; }
.offer-format-toggle .offer-format-check { grid-column:4; grid-row:1 / 3; }
.offer-format-check { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid #c9cdd2; border-radius: 50%; color: transparent; background: #fff; font-size: 10px; font-weight: 800; }
.offer-format-chip.is-selected .offer-format-check { color: #fff; border-color: var(--burgundy); background: var(--burgundy); }
.offer-format-chip .offer-quantity { display: none; margin: 7px 4px 0; padding: 5px 7px 5px 11px; border-radius: 8px; background: #f7f4ee; }
.offer-format-chip.is-selected .offer-quantity { display: flex; }
.offer-format-chip .offer-quantity input { height: 34px; }
.offer-family-trigger { width: 100%; height: 100%; display: grid; grid-template-rows: 150px minmax(112px,1fr) auto; padding: 0; overflow: hidden; border: 0; color: var(--navy-950); background: transparent; font: inherit; text-align: left; cursor: pointer; }
.offer-family-image { position: relative; display: block; overflow: hidden; background: var(--cream-100); }
.offer-family-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.offer-family-image > i { position: absolute; left: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--gold); background: rgba(7,19,30,.9); box-shadow: 0 8px 22px rgba(0,0,0,.25); }
.offer-family-image svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.offer-family-copy { display: block; padding: 17px 17px 12px; }
.offer-family-copy > * { display: block; }
.offer-family-copy small { margin-bottom: 4px; color: var(--burgundy); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-family-copy strong { font-family: "Playfair Display",serif; font-size: 22px; }
.offer-family-copy span { display: -webkit-box; margin-top: 6px; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.offer-family-meta { height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 17px; padding: 10px 0 12px; border-top: 1px solid var(--line); box-sizing: border-box; }
.offer-family-default,.offer-family-selected { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.offer-family-default[hidden],.offer-family-selected[hidden] { display: none; }
.offer-family-meta b { color: var(--burgundy); font-size: 11px; }
.offer-family-meta em { color: var(--muted); font-size: 10px; font-style: normal; }
.offer-family-card:hover .offer-family-image img { transform: scale(1.04); }
.offer-family-card.is-active { box-shadow: 0 16px 42px rgba(140,39,70,.14); }
.offer-family-card.has-selection:not(.is-active) { box-shadow: 0 10px 30px rgba(140,39,70,.1); }
.offer-family-card.has-selection .offer-family-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(140,39,70,.035),rgba(140,39,70,.18)); pointer-events: none; }
.offer-family-card.has-selection .offer-family-trigger { background: #fcf4f6; }
.offer-family-card.has-selection .offer-family-copy,.offer-family-card.has-selection .offer-family-meta { background: #fcf4f6; }
.offer-family-card.has-selection .offer-family-copy small { color: var(--burgundy); }
.offer-family-card.has-selection .offer-family-selected { color: var(--burgundy); }
.offer-family-card.has-selection .offer-family-selected b { font-size: 15px; font-weight: 800; line-height: 1.15; }
.offer-family-card.has-selection .offer-family-selected em { color: var(--burgundy); font-family: "Playfair Display",serif; font-size: 18px; font-weight: 800; }
.offer-family-card.is-active .offer-family-meta em { color: var(--burgundy); font-weight: 800; }
.offer-family-trigger:focus-visible { outline: 3px solid rgba(217,179,108,.55); outline-offset: -3px; }
.version-commerce-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(350px,1fr); align-items: start; gap: 22px; }
.version-sidebar { min-width: 0; align-self: stretch; }
.version-sidebar-inner { position: sticky; top: 94px; padding: 1px 1px 4px; }
.version-detail-panels { margin-top: 0; }
.version-detail[hidden] { display: none; }
.version-detail { scroll-margin-top: 95px; display: block; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: #faf8f3; box-shadow: 0 14px 40px rgba(7,19,30,.05); }
.version-detail-intro { min-width: 0; }
.version-detail-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; }
.version-detail-heading > i { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; color: var(--burgundy); background: #f1e5e8; }
.version-detail-heading svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.version-detail-heading h3 { margin: 2px 0 0; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 28px; }
.version-detail-intro .rich-text,.version-detail-intro > p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.version-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.version-facts li { padding: 8px 10px; border-radius: 7px; color: #4e5963; background: #fff; font-size: 10px; }
.version-facts li::before { content: "✓"; margin-right: 6px; color: var(--burgundy); font-weight: 800; }
.version-buy-options { min-width: 0; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.version-buy-label { display: block; margin-bottom: 10px; color: var(--navy-950); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.version-buy-options .offer-grid,.version-buy-options .offer-grid.single-offer { grid-template-columns: 1fr; gap: 8px; }
.version-buy-options .offer-format-chip { width: auto; min-height: 0; padding: 0; border: 0; border-radius: 10px; background: transparent; box-shadow: none; }
.version-buy-options .offer-format-chip:hover { transform: none; box-shadow: none; }
.intro-family-option.is-preview { border-color: var(--gold); background: rgba(255,255,255,.18); box-shadow: 0 0 0 2px rgba(217,179,108,.42); }
.offer-choice-summary { margin-top: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(7,19,30,.06); }
.offer-choice-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.offer-choice-head h3 { margin: 3px 0 0; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 24px; }
.offer-choice-head button { padding: 5px 0; border: 0; color: var(--burgundy); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.offer-choice-head button[hidden] { display: none; }
.offer-choice-actions { display: flex; align-items: center; gap: 12px; }
.offer-choice-actions .selection-drawer-close { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--navy-950); background: #fff; font-size: 24px; font-weight: 400; }
.offer-choice-empty { margin: 14px 0 0; padding: 12px; border-radius: 8px; color: var(--muted); background: #f7f4ee; font-size: 11px; }
.offer-choice-list { display: grid; gap: 7px; max-height: 180px; margin-top: 13px; overflow-y: auto; scrollbar-width: thin; }
.offer-choice-help { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.offer-choice-summary:not(.has-selections) .offer-choice-help { display: none; }
.offer-choice-row { display: grid; grid-template-columns: minmax(0,1fr) auto 26px; align-items: center; gap: 8px; padding: 9px 8px 9px 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.offer-choice-jump { min-width: 0; padding: 0; border: 0; color: var(--navy-950); background: transparent; text-align: left; cursor: pointer; }
.offer-choice-jump strong,.offer-choice-jump small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.offer-choice-jump strong { font-size: 11px; }
.offer-choice-jump small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.offer-choice-price { color: var(--burgundy); font-family: "Playfair Display",serif; font-size: 14px; white-space: nowrap; }
.offer-choice-remove { width: 26px; height: 26px; padding: 0; border: 0; border-radius: 50%; color: #7b5f68; background: #f5edef; cursor: pointer; }
.offer-choice-remove:hover { color: #fff; background: var(--burgundy); }
.offer-selection-sidebar { position: static; grid-template-columns: 1fr auto; max-width: none; margin: 16px 0 0; padding: 14px 0 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; backdrop-filter: none; }
.offer-selection-sidebar button { grid-column: 1 / -1; width: 100%; }
.selection-drawer { position: relative; z-index: 30; }
.selection-drawer-toggle { position: fixed; z-index: 32; right: 0; bottom: 24px; width: 184px; min-height: 72px; display: grid; grid-template-columns: 38px minmax(0,1fr) 18px; align-items: center; gap: 10px; padding: 11px 10px 11px 12px; border: 1px solid #d9c9ce; border-right: 0; border-radius: 14px 0 0 14px; color: #fff; background: var(--navy-900); box-shadow: 0 14px 38px rgba(7,19,30,.24); text-align: left; cursor: pointer; transition: right .24s ease,background .2s ease; }
.selection-drawer-toggle:hover,.selection-drawer-toggle:focus-visible { background: var(--burgundy); outline: 3px solid rgba(217,179,108,.45); outline-offset: -3px; }
.selection-drawer-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: var(--gold); background: rgba(255,255,255,.09); }
.selection-drawer-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.selection-drawer-copy,.selection-drawer-copy > * { min-width: 0; display: block; }
.selection-drawer-copy strong { font-family: "Playfair Display",serif; font-size: 17px; }
.selection-drawer-copy small { display: flex; align-items: center; gap: 4px; margin-top: 3px; color: rgba(255,255,255,.72); font-size: 9px; }
.selection-drawer-copy small b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selection-drawer-copy small i { color: var(--gold); font-style: normal; }
.selection-drawer-arrow { color: var(--gold); font-size: 24px; transition: transform .2s ease; }
.selection-drawer-panel[hidden] { display: none; }
.selection-drawer-panel { position: fixed; z-index: 31; inset: 80px 0 0 auto; width: min(420px,100vw); overflow-y: auto; border-left: 1px solid var(--line); background: #fff; box-shadow: -22px 0 70px rgba(7,19,30,.24); }
.selection-drawer-panel .offer-choice-summary { min-height: 100%; margin: 0; padding: 30px 26px; border: 0; border-radius: 0; box-shadow: none; }
.selection-drawer.is-open .selection-drawer-toggle { right: min(420px,100vw); }
.selection-drawer.is-open .selection-drawer-arrow { transform: rotate(180deg); }
.selection-drawer.has-selections .selection-drawer-toggle { background: var(--burgundy); }
.selection-drawer.just-updated .selection-drawer-toggle { animation: selection-drawer-pulse .9s ease; }
@keyframes selection-drawer-pulse {
  0%,100% { box-shadow: 0 14px 38px rgba(7,19,30,.24); }
  45% { box-shadow: 0 0 0 7px rgba(217,179,108,.28),0 18px 44px rgba(7,19,30,.3); }
}
@media (prefers-reduced-motion: reduce) {
  .selection-drawer.just-updated .selection-drawer-toggle { animation: none; }
}
.component-launch-card { min-height: 238px; border-style: dashed; border-color: #cdbbc0; background: linear-gradient(145deg,#fff 0%,#fbf4f6 100%); }
.component-launch-button { width: 100%; height: 100%; min-height: 238px; display: grid; grid-template-rows: auto 1fr auto auto; justify-items: start; gap: 14px; padding: 23px; border: 0; color: var(--navy-950); background: transparent; font: inherit; text-align: left; cursor: pointer; }
.component-launch-button:hover,.component-launch-button:focus-visible { background: rgba(140,39,70,.035); outline: 3px solid rgba(217,179,108,.36); outline-offset: -3px; }
.component-launch-icons { display: flex; align-items: center; padding-left: 8px; }
.component-launch-icons i { width: 42px; height: 42px; display: grid; place-items: center; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; color: var(--burgundy); background: var(--cream-100); }
.component-launch-icons svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.component-launch-copy > * { display: block; }
.component-launch-copy small { margin-bottom: 4px; color: var(--burgundy); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.component-launch-copy strong { font-family: "Playfair Display",serif; font-size: 25px; }
.component-launch-copy span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.component-launch-meta { height: 34px; display: flex; align-items: center; gap: 9px; }
.component-launch-default,.component-launch-selected { width: 100%; display: flex; align-items: center; gap: 9px; }
.component-launch-default[hidden],.component-launch-selected[hidden] { display: none; }
.component-launch-meta b { padding: 5px 8px; border-radius: 999px; color: var(--burgundy); background: #f1e5e8; font-size: 10px; }
.component-launch-meta em { color: var(--muted); font-size: 11px; font-style: normal; }
.component-launch-card.has-selection { background: linear-gradient(145deg,#fff 0%,#fcf0f3 100%); box-shadow: 0 10px 30px rgba(140,39,70,.1); }
.component-launch-card.has-selection .component-launch-copy,.component-launch-card.has-selection .component-launch-meta { color: var(--burgundy); }
.component-launch-card.has-selection .component-launch-meta b { font-size: 13px; font-weight: 800; }
.component-launch-card.has-selection .component-launch-meta em { color: var(--burgundy); font-family: "Playfair Display",serif; font-size: 17px; font-weight: 800; }
.component-launch-action { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid #dfd5d7; color: var(--burgundy); font-size: 11px; }
.component-launch-action i { font-size: 19px; font-style: normal; transition: transform .2s ease; }
.component-launch-card.is-open .component-launch-action i { transform: rotate(90deg); }

@media(max-width:1000px){
  .offer-families.is-condensed { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .version-commerce-layout { grid-template-columns: 1fr; }
  .version-sidebar-inner { position: static; padding: 0; }
}
@media(max-width:620px){
  .offer-families.is-condensed { grid-template-columns: 1fr; }
  .offer-family-header { min-height: 0; padding: 15px; }
  .offer-family-trigger { grid-template-columns: 94px minmax(0,1fr); grid-template-rows: auto auto; }
  .offer-family-image { grid-row: 1 / 3; min-height: 154px; }
  .offer-family-copy { padding: 15px 14px 8px; }
  .offer-family-meta { height: 58px; margin: 0 14px; padding: 8px 0 10px; }
  .offer-family-meta em { display: none; }
  .offer-family-selected em { display: block; }
  .version-detail { padding: 20px; }
  .version-facts { grid-template-columns: 1fr; }
  .offer-choice-summary { padding: 16px; }
  .selection-drawer-toggle { inset: auto 10px 8px; width: auto; min-height: 62px; grid-template-columns: 38px minmax(0,1fr) 24px; border: 1px solid #d9c9ce; border-radius: 12px; transform: none; }
  .selection-drawer-panel { inset: auto 0 0; width: 100%; max-height: 78vh; border: 1px solid var(--line); border-bottom: 0; border-radius: 18px 18px 0 0; box-shadow: 0 -20px 60px rgba(7,19,30,.27); }
  .selection-drawer-panel .offer-choice-summary { min-height: 0; padding: 24px 18px 18px; }
  .selection-drawer.is-open .selection-drawer-toggle { right: 10px; opacity: 0; pointer-events: none; }
  .component-launch-card,.component-launch-button { min-height: 220px; }
}

/* Laulikute ja albumite alamelemendid */
.component-picker { scroll-margin-top: 95px; margin-top: 54px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #faf8f3; }
.component-picker-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.component-picker-head h2 { margin: 5px 0 7px; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 36px; }
.component-picker-head p { max-width: 660px; margin: 0; color: var(--muted); }
.component-count-badge { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; color: var(--burgundy); background: #f1e5e8; font-size: 11px; font-weight: 700; }
.collection-deal { display: grid; grid-template-columns: 48px minmax(0,1fr) auto auto; align-items: center; gap: 18px; margin-bottom: 22px; padding: 18px 20px; border-radius: 12px; color: #fff; background: linear-gradient(120deg,var(--navy-900),#263d5b); }
.collection-deal-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; color: var(--gold); background: rgba(255,255,255,.09); }
.collection-deal-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.collection-deal div:nth-child(2) > * { display: block; }
.collection-deal small { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.collection-deal strong { margin: 3px 0; font-size: 15px; }
.collection-deal span { color: rgba(255,255,255,.64); font-size: 11px; }
.collection-deal > b { color: #fff; font-family: "Playfair Display",serif; font-size: 23px; }
.woocommerce .collection-deal .button { display: grid; place-items: center; min-height: 42px; padding: 0 16px; border-radius: 7px; color: var(--navy-950); background: var(--gold); font-size: 11px; font-weight: 700; }
.component-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
.component-type-tabs { display: none; }
.component-type-columns { display: grid; grid-template-columns: 1fr; gap: 12px; }
.component-type-columns.has-multiple-types { grid-template-columns: repeat(3,minmax(0,1fr)); }
.component-type-panel { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.component-type-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; min-height: 86px; padding: 15px; border-bottom: 1px solid var(--line); background: #fcfaf6; }
.component-type-panel > header h3 { margin: 0 0 4px; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 18px; }
.component-type-panel > header p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.component-type-panel > header > span { padding: 4px 7px; border-radius: 999px; color: var(--burgundy); background: #f1e5e8; font-size: 9px; font-weight: 800; }
.component-type-panel .component-list { max-height: 520px; overflow-y: auto; border: 0; border-radius: 0; }
.component-type-panel .component-row { grid-template-columns: 22px 28px minmax(0,1fr); min-height: 76px; padding: 10px 12px; }
.component-type-panel .component-row > b { grid-column: 3; margin-top: -8px; }
.component-type-panel .component-title small { white-space: normal; }
.component-toolbar > small { color: var(--muted); }
.component-search { width: min(390px,100%); display: grid; grid-template-columns: 34px 1fr; align-items: center; border: 1px solid #d7dbe0; border-radius: 8px; background: #fff; }
.component-search span { color: var(--burgundy); text-align: center; font-size: 21px; }
.component-search input { min-width: 0; height: 43px; padding: 0 12px 0 0; border: 0; outline: 0; background: transparent; }
.component-list { overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.component-row { display: grid; grid-template-columns: 22px 36px minmax(0,1fr) auto; align-items: center; gap: 12px; min-height: 68px; padding: 10px 17px; border-bottom: 1px solid var(--line); cursor: pointer; transition: background .15s ease; }
.component-row:last-child { border-bottom: 0; }
.component-row:hover { background: #fbf7f0; }
.component-row[hidden] { display: none; }
.component-row input { position: absolute; opacity: 0; pointer-events: none; }
.component-check { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #c8ced5; border-radius: 5px; color: transparent; background: #fff; font-size: 13px; font-weight: 700; }
.component-row input:checked + .component-check { color: #fff; border-color: var(--burgundy); background: var(--burgundy); }
.component-number { color: #a1a8af; font-size: 11px; font-weight: 700; }
.component-title strong,.component-title small { display: block; }
.component-title strong { color: var(--navy-950); font-size: 13px; }
.component-title small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.component-row > b { color: var(--burgundy); font-size: 13px; }
.component-show-all { width: 100%; padding: 13px; border: 0; color: var(--burgundy); background: transparent; cursor: pointer; font-weight: 700; }
.component-selection-bar { position: sticky; z-index: 3; bottom: 16px; display: grid; grid-template-columns: minmax(150px,1fr) auto auto; align-items: center; gap: 22px; margin-top: 14px; padding: 15px 17px; border: 1px solid #d5d9df; border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 14px 35px rgba(7,19,30,.12); backdrop-filter: blur(10px); }
.component-selection-bar span > * { display: block; }
.component-selection-bar span strong { color: var(--navy-950); font-size: 13px; }
.component-selection-bar span small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.component-selection-bar > b { color: var(--burgundy); font-family: "Playfair Display",serif; font-size: 23px; white-space: nowrap; }
.component-selection-bar button:disabled { opacity: .4; cursor: not-allowed; }
.component-demo-note { margin: 13px 0 0; color: #7c6950; font-size: 10px; }

.work-details { padding: 90px 0; background: var(--cream-100); }
.work-details-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 90px; align-items: start; }
.work-details-before-purchase { padding: 62px 0; }
.work-details-grid.work-details-single { grid-template-columns: minmax(0,820px); justify-content: start; }
.work-description h2, .work-gallery h2 { margin: 7px 0 24px; font-family: "Playfair Display", serif; font-size: 40px; line-height: 1.15; }
.rich-text { color: #46535d; }
.rich-text p { margin: 0 0 1.25em; }
.work-gallery { position: sticky; top: 112px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.gallery-grid a { position: relative; overflow: hidden; border-radius: 8px; background: #fff; aspect-ratio: 1; cursor: zoom-in; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery-grid a:hover img { transform: scale(1.04); }
.gallery-zoom-icon { position: absolute; right: 9px; bottom: 9px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(7,19,30,.78); font-size: 18px; }
body.lightbox-open { overflow: hidden; }
.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(3,9,14,.92); backdrop-filter: blur(12px); }
.image-lightbox-panel { position: relative; width: min(1100px,100%); height: min(820px,calc(100vh - 56px)); display: grid; grid-template-columns: 54px minmax(0,1fr) 54px; align-items: center; gap: 15px; }
.image-lightbox figure { min-width: 0; max-height: 100%; display: flex; flex-direction: column; align-items: center; margin: 0; }
.image-lightbox figure img { max-width: 100%; max-height: calc(100vh - 135px); object-fit: contain; border-radius: 5px; box-shadow: 0 28px 90px rgba(0,0,0,.55); }
.image-lightbox figcaption { width: 100%; display: flex; justify-content: space-between; gap: 20px; margin-top: 13px; color: rgba(255,255,255,.78); font-size: 12px; }
.image-lightbox-count { color: var(--gold); white-space: nowrap; }
.image-lightbox button { width: 50px; height: 50px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; font-size: 35px; line-height: 1; }
.image-lightbox button:hover { border-color: var(--gold); background: rgba(255,255,255,.15); }
.image-lightbox-close { position: absolute; z-index: 2; top: 0; right: 0; }

/* Konto */
.account-hero { position: relative; overflow: hidden; padding: 62px 0 132px; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(215,173,99,.2), transparent 28%), linear-gradient(135deg, var(--navy-950), #223654); }
.account-hero::after { content: ""; position: absolute; right: -70px; bottom: -190px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.account-hero.is-logged-in { padding-bottom: 94px; }
.account-hero-inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.account-hero h1 { margin: 8px 0 12px; color: #fff; font-family: "Playfair Display",serif; font-size: clamp(46px,6vw,70px); line-height: 1; }
.account-hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; }
.account-trust-row { display: flex; flex-direction: column; gap: 8px; min-width: 220px; color: rgba(255,255,255,.78); font-size: 12px; }
.account-trust-row span::first-letter { color: var(--gold); }
.account-page-shell { position: relative; z-index: 2; margin-top: -78px; padding-bottom: 100px; }
.account-page-shell.is-logged-in { margin-top: -42px; }
.account-content { max-width: none; }
.account-auth-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 1000px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(7,19,30,.16); }
.account-auth-grid.login-only { grid-template-columns: minmax(320px,620px); max-width: 620px; }
.account-auth-card { min-width: 0; padding: 44px 50px 48px; }
.account-register-card { color: #fff; background: linear-gradient(150deg,#17283f,#263d5b); }
.account-card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 12px; color: var(--burgundy); background: var(--cream-100); }
.account-register-card .account-card-icon { color: var(--gold); background: rgba(255,255,255,.09); }
.account-card-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.account-card-kicker { color: var(--burgundy); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.account-register-card .account-card-kicker { color: var(--gold); }
.account-auth-card h2 { margin: 6px 0 10px; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 34px; }
.account-register-card h2 { color: #fff; }
.account-card-intro { min-height: 46px; margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.account-register-card .account-card-intro { color: rgba(255,255,255,.67); }
.account-auth-card form { margin: 0; }
.account-auth-card .form-row { margin: 0 0 18px; padding: 0; }
.account-auth-card label { display: block; margin-bottom: 7px; color: var(--navy-900); font-size: 12px; font-weight: 700; }
.account-register-card label { color: rgba(255,255,255,.85); }
.account-auth-card .input-text { min-height: 50px !important; padding: 12px 14px !important; border-color: #d8dde4 !important; border-radius: 8px !important; box-shadow: none; }
.account-register-card .input-text { color: #fff; border-color: rgba(255,255,255,.22) !important; background: rgba(255,255,255,.07) !important; }
.account-form-options { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 5px 0 23px; font-size: 12px; }
.account-form-options a { color: var(--burgundy); font-weight: 700; }
.account-check { display: flex !important; align-items: center; gap: 7px; margin: 0 !important; color: var(--muted) !important; font-weight: 500 !important; }
.account-check input { margin: 0; }
.woocommerce .account-submit { width: 100%; min-height: 50px; background: var(--burgundy); }
.woocommerce .account-submit:hover { background: var(--burgundy-dark); }
.woocommerce .account-submit-light { color: var(--navy-950); background: var(--gold); }
.woocommerce .account-submit-light:hover { background: #ebce94; }
.account-email-note { display: flex; gap: 11px; margin: 3px 0 21px; padding: 13px; border-radius: 8px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.07); font-size: 12px; }
.account-email-note p { margin: 0; }
.account-benefits { margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.account-benefits li { position: relative; margin: 8px 0; padding-left: 21px; color: rgba(255,255,255,.7); font-size: 12px; }
.account-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.woocommerce-privacy-policy-text { color: rgba(255,255,255,.58); font-size: 11px; }
.woocommerce-privacy-policy-text a { color: var(--gold); }
.account-recovery-card { max-width: 600px; margin: 0 auto; padding: 44px 50px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(7,19,30,.16); }
.account-recovery-card h2 { margin: 6px 0 8px; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 34px; }
.account-recovery-card > p { margin: 0 0 25px; color: var(--muted); }
.account-recovery-card label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.account-recovery-card .form-row { width: 100% !important; margin-bottom: 20px; }
.account-recovery-card .account-submit { width: 100%; }
.account-back-login { display: block; margin-top: 20px; color: var(--burgundy); text-align: center; font-size: 12px; font-weight: 700; }
.account-recovery-success { text-align: center; }
.account-recovery-success .account-card-icon { margin-inline: auto; font-size: 22px; font-weight: 700; }
.account-recovery-success .account-submit { color: #fff; }

.virgo-account-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 28px; align-items: start; }
.woocommerce-MyAccount-navigation { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 38px rgba(7,19,30,.07); }
.account-nav-heading { padding: 22px 21px; color: #fff; background: var(--navy-900); }
.account-nav-heading span,.account-nav-heading strong { display: block; }
.account-nav-heading span { margin-bottom: 4px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.account-nav-heading strong { overflow: hidden; text-overflow: ellipsis; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 8px; list-style: none; }
.woocommerce-MyAccount-navigation li { margin: 0; }
.woocommerce-MyAccount-navigation a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 11px 10px; border-radius: 7px; color: #4b5966; font-size: 12px; font-weight: 600; }
.woocommerce-MyAccount-navigation a:hover,.woocommerce-MyAccount-navigation .is-active a { color: var(--burgundy); background: var(--cream-100); }
.woocommerce-MyAccount-navigation i { width: 24px; height: 24px; display: grid; place-items: center; }
.woocommerce-MyAccount-navigation svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.woocommerce-MyAccount-navigation a > b { color: #9ca5ae; font-size: 18px; }
.woocommerce-MyAccount-navigation-link--customer-logout { margin-top: 7px !important; padding-top: 7px; border-top: 1px solid var(--line); }
.woocommerce-MyAccount-content { min-width: 0; padding: 35px 38px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 38px rgba(7,19,30,.07); }
.account-dashboard-welcome h2,.account-endpoint-heading h2 { margin: 6px 0 7px; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 38px; }
.account-dashboard-welcome p,.account-endpoint-heading p { margin: 0; color: var(--muted); }
.account-quick-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 28px 0 38px; }
.account-quick-grid > a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; min-height: 92px; padding: 16px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy-900); background: #fff; }
.account-quick-grid > a:hover { border-color: var(--gold); box-shadow: 0 8px 22px rgba(7,19,30,.08); }
.account-quick-grid i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; color: var(--burgundy); background: var(--cream-100); }
.account-quick-grid svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.account-quick-grid span strong,.account-quick-grid span small { display: block; }
.account-quick-grid span small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.account-quick-grid > a > b { color: var(--burgundy); }
.account-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.account-section-heading h3 { margin: 5px 0 0; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 27px; }
.account-section-heading > a { color: var(--burgundy); font-size: 12px; font-weight: 700; }
.account-order-list { border: 1px solid var(--line); border-radius: 10px; }
.account-order-list > a { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 15px 18px; color: var(--navy-900); border-bottom: 1px solid var(--line); }
.account-order-list > a:last-child { border-bottom: 0; }
.account-order-list span strong,.account-order-list span small { display: block; }
.account-order-list span small { color: var(--muted); font-size: 11px; }
.account-order-list em { padding: 4px 8px; border-radius: 99px; color: #416553; background: #e9f3ed; font-size: 10px; font-style: normal; }
.account-empty-state { padding: 50px 30px; border: 1px dashed #ccd2d8; border-radius: 12px; text-align: center; background: #faf9f6; }
.account-empty-state > i { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; color: var(--burgundy); background: var(--cream-100); font-size: 24px; font-style: normal; }
.account-empty-state h3 { margin: 0 0 7px; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 25px; }
.account-empty-state p { max-width: 480px; margin: 0 auto 20px; color: var(--muted); }
.account-library-grid { display: grid; gap: 12px; margin-top: 28px; }
.account-library-grid article { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; }
.account-library-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 10px; color: var(--burgundy); background: var(--cream-100); }
.account-library-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.account-library-grid h3,.account-library-grid p { margin: 0; }
.account-library-grid p { margin-top: 4px; color: var(--muted); font-size: 11px; }
.account-library-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.account-library-actions .button { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.account-library-actions .button-secondary { border: 1px solid var(--navy-900); color: var(--navy-900); background: #fff; }
.account-library-actions .button-secondary:hover { color: #fff; background: var(--navy-900); }
.account-library-empty { margin-top: 28px; }
.account-video-player { margin: 28px 0 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--navy-950); box-shadow: 0 18px 50px rgba(7,19,30,.15); }
.account-video-player > div:first-child { padding: 19px 22px; }
.account-video-player h3 { margin: 4px 0 0; color: #fff; font-family: "Playfair Display",serif; font-size: 24px; }
.account-video-frame { position: relative; aspect-ratio: 16 / 9; background: #05090e; }
.account-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.account-stream-grid { margin-top: 15px; margin-bottom: 34px; }
.account-download-heading { margin-top: 34px; }
.woocommerce-MyAccount-content > h2,.woocommerce-MyAccount-content > h3,.woocommerce-MyAccount-content form h2 { color: var(--navy-950); font-family: "Playfair Display",serif; }
.woocommerce-MyAccount-content fieldset { margin: 28px 0; padding: 20px; border: 1px solid var(--line); border-radius: 10px; }
.woocommerce-MyAccount-content legend { padding: 0 8px; color: var(--burgundy); font-weight: 700; }
.woocommerce-MyAccount-content .form-row-first,.woocommerce-MyAccount-content .form-row-last { width: calc(50% - 7px); }
.woocommerce-MyAccount-content .form-row-first { float: left; }.woocommerce-MyAccount-content .form-row-last { float: right; }
.woocommerce-MyAccount-content .clear { clear: both; }
.woocommerce-Addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.woocommerce-Address { float: none !important; width: auto !important; padding: 20px; border: 1px solid var(--line); border-radius: 10px; }
.woocommerce-Address-title { display: flex; justify-content: space-between; align-items: center; }
.woocommerce-Address address { color: var(--muted); font-style: normal; }

.page-shell { padding-block: 70px 100px; }
.content-page { max-width: 920px; margin-inline: auto; }
.content-page > h1 { font-family: "Playfair Display", serif; font-size: 52px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form select, .woocommerce-Input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { max-width: var(--shell); margin: 22px auto; padding: 16px 18px; border-left: 4px solid var(--burgundy); background: var(--cream-100); list-style: none; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 7px; color: #fff; background: var(--navy-900); font-weight: 700; cursor: pointer; }
.woocommerce-cart .content-page { max-width: 1120px; }
.woocommerce-cart .content-page > h1 { margin-bottom: 32px; }
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(310px,.75fr); align-items: start; gap: 24px; }
.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .woocommerce > .woocommerce-message,.woocommerce-cart .woocommerce > .woocommerce-info { grid-column: 1 / -1; width: 100%; margin: 0; }
.woocommerce-cart-form { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 14px 42px rgba(7,19,30,.07); }
.woocommerce-cart .shop_table { margin: 0; }
.woocommerce-cart .shop_table thead th { padding-block: 12px; color: var(--muted); background: #faf8f3; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce-cart .shop_table td { vertical-align: middle; }
.woocommerce-cart .product-thumbnail { width: 82px; }
.woocommerce-cart .product-thumbnail img { display: block; width: 68px; height: 68px; border-radius: 9px; object-fit: cover; }
.woocommerce-cart .product-name a { color: var(--navy-950); font-weight: 700; }
.woocommerce-cart .product-price,.woocommerce-cart .product-subtotal { color: var(--burgundy); font-weight: 700; white-space: nowrap; }
.woocommerce-cart .quantity input { width: 68px; min-height: 40px; padding: 6px; border: 1px solid var(--line); border-radius: 7px; text-align: center; }
.woocommerce-cart .product-remove { width: 84px; }
.woocommerce-cart a.virgo-cart-remove { width: auto; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border: 1px solid #ead7dc; border-radius: 8px; color: #7f2945 !important; background: #fff7f8; font-size: 10px; font-weight: 800; }
.woocommerce-cart a.virgo-cart-remove:hover,.woocommerce-cart a.virgo-cart-remove:focus-visible { color: #fff !important; background: var(--burgundy); outline: 3px solid rgba(140,39,70,.15); }
.virgo-cart-remove svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.woocommerce-cart td.actions { padding: 18px !important; }
.woocommerce-cart td.actions .coupon { display: flex; gap: 8px; float: left; }
.woocommerce-cart td.actions .coupon input { width: 150px; min-height: 44px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 7px; }
.woocommerce-cart td.actions > button[name="update_cart"] { float: right; }
.woocommerce-cart .cart-collaterals { min-width: 0; }
.woocommerce-cart .cart_totals { position: sticky; top: 100px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 14px 42px rgba(7,19,30,.08); }
.woocommerce-cart .cart_totals h2 { margin: 0; padding: 23px 22px 15px; color: var(--navy-950); font-family: "Playfair Display",serif; font-size: 26px; }
.woocommerce-cart .cart_totals th,.woocommerce-cart .cart_totals td { padding: 13px 22px !important; font-size: 12px; }
.woocommerce-cart .cart_totals td { text-align: right !important; }
.woocommerce-cart .cart_totals .order-total th,.woocommerce-cart .cart_totals .order-total td { padding-block: 18px !important; color: var(--burgundy); font-size: 18px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 18px 22px 22px; }
.woocommerce-cart .checkout-button { width: 100%; display: grid !important; place-items: center; min-height: 52px !important; color: #fff !important; background: var(--burgundy) !important; }
.woocommerce-cart .shipping ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-cart .shipping label { font-weight: 700; }
.empty-state { padding: 100px 20px; text-align: center; }
.empty-state h2 { font-family: "Playfair Display", serif; font-size: 40px; }

.site-footer { padding: 68px 0 24px; color: rgba(255,255,255,.72); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 80px; }
.footer-grid > div:first-child p { max-width: 470px; }
.footer-grid h2 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) a { display: block; margin: 8px 0; font-size: 14px; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand { margin-bottom: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 36px, 960px); }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 12px; }
  .header-icon > span:not(.virgo-cart-count) { display: none; }
  .hero-content { grid-template-columns: 1fr 280px; gap: 40px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .work-hero-inner { grid-template-columns: 300px 1fr; gap: 45px; }
  .work-details-grid { gap: 50px; }
}

@media (min-width: 781px) {
  .work-hero-inner { align-items: stretch; }
  .work-cover-wrap { align-items: flex-end; }
  .work-intro { align-self: stretch; display: flex; flex-direction: column; }
  .work-intro h1 { margin-top: auto; }
  .intro-offer-picker { margin-top: auto; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 680px); }
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 68px; gap: 14px; }
  .brand-logo { width: 116px; height: 48px; }
  .nav-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 18px 22px 24px; background: var(--navy-950); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 7px 0; font-size: 14px; }
  .primary-nav .nav-account-mobile { display: block; margin-top: 7px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.13); color: var(--gold); }
  .header-actions { gap: 12px; }
  .home-hero, .hero-content { min-height: auto; }
  .hero-content { display: block; padding: 76px 0 118px; }
  .hero-copy h1, .work-intro h1 { font-size: 48px; }
  .hero-cover { display: none; }
  .category-rail { grid-template-columns: 1fr; }
  .section-block { padding-block: 60px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 12px; }
  .product-card-body { padding: 14px; }
  .product-card h2 { font-size: 17px; }
  .catalog-header-inner { grid-template-columns: 1fr; gap: 28px; }
  .catalog-header h1 { font-size: 44px; }
  .catalog-toolbar, .section-heading, .library-promo-inner { align-items: flex-start; flex-direction: column; }
  .work-hero-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 40px 65px; }
  .work-cover-wrap { justify-content: center; }
  .work-cover-trigger { width: min(100%,340px); height: 340px; }
  .work-intro { display: flex; flex-direction: column; }
  .work-intro h1 { order: 1; }
  .work-taxonomy { order: 2; }
  .work-price-line { order: 3; margin: 15px 0; }
  .intro-offer-picker { order: 4; margin-top: 5px; }
  .work-intro > p { order: 5; display: -webkit-box; margin-top: 22px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .image-lightbox { padding: 14px; }
  .image-lightbox-panel { height: calc(100vh - 28px); grid-template-columns: 42px minmax(0,1fr) 42px; gap: 5px; }
  .image-lightbox button { width: 40px; height: 40px; font-size: 28px; }
  .image-lightbox figure img { max-height: calc(100vh - 105px); }
  .work-details-grid { grid-template-columns: 1fr; }
  .work-gallery { position: static; }
  .section-heading.compact > p { text-align: left; }
  .component-picker { padding: 25px; }
  .collection-deal { grid-template-columns: 44px 1fr auto; }
  .collection-deal .button { grid-column: 2 / -1; justify-self: start; }
  .account-hero { padding: 48px 0 110px; }
  .account-hero-inner { align-items: flex-start; flex-direction: column; }
  .account-trust-row { display: none; }
  .account-auth-grid { grid-template-columns: 1fr; }
  .account-auth-card { padding: 36px 30px; }
  .virgo-account-layout { grid-template-columns: 1fr; }
  .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; gap: 5px; }
  .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .woocommerce-MyAccount-navigation a { grid-template-columns: 22px auto; white-space: nowrap; }
  .woocommerce-MyAccount-navigation a > b { display: none; }
  .account-nav-heading { display: none; }
  .woocommerce-MyAccount-navigation-link--customer-logout { margin: 0 !important; padding: 0; border: 0; }
  .woocommerce-MyAccount-content { padding: 27px 24px; }
  .woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-cart .cart_totals { position: static; }
  .woocommerce-cart .shop_table thead { display: none; }
  .woocommerce-cart .shop_table tbody,.woocommerce-cart .shop_table tr,.woocommerce-cart .shop_table td { display: block; width: 100%; }
  .woocommerce-cart .shop_table tr.cart_item { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr) auto; gap: 8px 12px; padding: 16px; border-bottom: 1px solid var(--line); }
  .woocommerce-cart .shop_table tr.cart_item td { padding: 0; border: 0; }
  .woocommerce-cart .product-thumbnail { grid-column: 1; grid-row: 1 / 4; }
  .woocommerce-cart .product-name { grid-column: 2 / 4; }
  .woocommerce-cart .product-price { grid-column: 2; }
  .woocommerce-cart .product-quantity { grid-column: 2; }
  .woocommerce-cart .product-subtotal { grid-column: 3; grid-row: 2; text-align: right !important; }
  .woocommerce-cart .product-price::before,.woocommerce-cart .product-subtotal::before,.woocommerce-cart .product-quantity::before { display: block; margin-bottom: 3px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
  .woocommerce-cart .product-price::before { content: "Hind"; }
  .woocommerce-cart .product-subtotal::before { content: "Kokku"; }
  .woocommerce-cart .product-quantity::before { content: "Kogus"; }
  .woocommerce-cart .product-remove { grid-column: 3; grid-row: 3; justify-self: end; }
  .woocommerce-cart td.actions .coupon,.woocommerce-cart td.actions > button[name="update_cart"] { float: none; }
  .woocommerce-cart td.actions { display: grid !important; gap: 10px; }
  .woocommerce-cart td.actions .coupon { display: grid; grid-template-columns: 1fr auto; }
  .woocommerce-cart td.actions .coupon input { width: 100%; }
  .account-quick-grid { grid-template-columns: 1fr; }
  .account-quick-grid > a { min-height: 76px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .header-icon:first-child { display: none; }
  .hero-copy h1, .work-intro h1 { font-size: 41px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .category-card { min-height: 110px; padding: 19px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-image { aspect-ratio: .9; }
  .format-badges span { font-size: 8px; }
  .product-card h2 { min-height: 46px; font-size: 15px; }
  .product-card-footer { align-items: flex-start; flex-direction: column; }
  .round-link { display: none; }
  .catalog-search { grid-template-columns: auto 1fr; }
  .catalog-search button { grid-column: 1 / -1; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { width: 100%; }
  .offer-selection-bar { grid-template-columns: 1fr auto; gap: 10px; bottom: 8px; }
  .offer-selection-bar button { grid-column: 1 / -1; width: 100%; }
  .component-picker { margin-top: 38px; padding: 20px 14px; }
  .component-picker-head,.component-toolbar { flex-direction: column; }
  .component-picker-head { gap: 12px; }
  .component-picker-head h2 { font-size: 31px; }
  .collection-deal { grid-template-columns: 38px 1fr; padding: 15px; }
  .collection-deal-icon { width: 38px; height: 38px; }
  .collection-deal > b { grid-column: 2; }
  .collection-deal .button { grid-column: 2; }
  .component-toolbar { align-items: stretch; gap: 9px; }
  .component-row { grid-template-columns: 22px minmax(0,1fr) auto; gap: 8px; padding-inline: 11px; }
  .component-number { display: none; }
  .component-selection-bar { grid-template-columns: 1fr auto; gap: 10px; bottom: 8px; }
  .component-selection-bar button { grid-column: 1 / -1; width: 100%; }
  .work-description h2, .work-gallery h2 { font-size: 34px; }
  .account-hero h1 { font-size: 42px; }
  .account-page-shell { margin-top: -62px; }
  .account-auth-card { padding: 31px 23px; }
  .account-recovery-card { padding: 32px 23px; }
  .account-form-options { align-items: flex-start; flex-direction: column; }
  .woocommerce-MyAccount-content { padding: 23px 18px; }
  .account-library-grid article { grid-template-columns: 46px minmax(0,1fr); padding: 15px; }
  .account-library-icon { width: 46px; height: 46px; }
  .account-library-actions { grid-column: 1 / -1; justify-content: stretch; }
  .account-library-actions .button { flex: 1; }
  .woocommerce-MyAccount-content .form-row-first,.woocommerce-MyAccount-content .form-row-last { float: none; width: 100%; }
  .woocommerce-Addresses { grid-template-columns: 1fr; }
  .account-order-list > a { grid-template-columns: 1fr auto; }
  .account-order-list > a em { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width:700px) {
  .component-type-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-bottom: 10px; padding: 4px; border-radius: 10px; background: #ebe7df; }
  .component-type-tabs button { display: flex; align-items: center; justify-content: center; gap: 5px; min-width: 0; min-height: 42px; padding: 7px 5px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
  .component-type-tabs button[aria-selected="true"] { color: #fff; background: var(--navy-900); box-shadow: 0 4px 12px rgba(7,19,30,.16); }
  .component-type-tabs small { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: inherit; background: rgba(255,255,255,.16); font-size: 8px; }
  .component-type-columns.has-multiple-types { grid-template-columns: 1fr; }
  .component-type-columns.has-multiple-types .component-type-panel { display: none; }
  .component-type-columns.has-multiple-types .component-type-panel.is-active { display: block; }
  .component-type-panel > header { min-height: 0; }
}
