*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:#1a2744; --navy-dark:#0f1829; --navy-mid:#243260; --gold:#c9a96e; --gold-light:#e8d5b0;
  --gold-pale:#f7f0e3; --cream:#FAFAF7; --warm:#f5f0e8; --text:#1a2744; --muted:#6b7a99;
  --border:#e2ddd5; --white:#ffffff; --sale:#c0392b; --success:#2d6a4f; --shadow:0 4px 24px rgba(26,39,68,.10); --shadow-lg:0 12px 48px rgba(26,39,68,.18);
}
html { scroll-behavior:smooth; }
body { font-family:var(--font-body); background:var(--cream); color:var(--text); direction:ltr; }
a { text-decoration:none; color:inherit; }
img { display:block; max-width:100%; }
ul { list-style:none; }
.container { max-width:1340px; margin:0 auto; padding:0 24px; }

/* ── Announce Bar ── */
.announce { background:var(--gold); color:var(--navy-dark); text-align:center; padding:10px; font-size:13px; font-weight:700; font-family:var(--font-body); }
.announce a { color:var(--navy-dark); text-decoration:underline; margin-inline-start:8px; }

/* ── Top Bar ── */
.topbar { background:var(--navy-dark); color:rgba(255,255,255,.75); font-size:13px; padding:8px 0; font-family:var(--font-body); }
.topbar-inner { max-width:1340px; margin:0 auto; padding:0 24px; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.topbar-links { display:flex; gap:24px; flex-wrap:wrap; }
.topbar-links li { list-style:none; }
.topbar-links a { color:rgba(255,255,255,.7); transition:color .2s; }
.topbar-links a:hover { color:var(--gold); }
.topbar-promo { color:var(--gold-light); font-weight:600; }

/* ── Site Header ── */
.site-header { background:var(--white); border-bottom:1px solid var(--border); position:sticky; top:0; z-index:100; box-shadow:0 2px 16px rgba(26,39,68,.07); }
.header-inner { max-width:1340px; margin:0 auto; padding:0 24px; display:flex; align-items:center; gap:32px; min-height:72px; }
.site-logo { display:flex; align-items:center; gap:12px; flex-shrink:0; }
.logo-mark { width:44px; height:44px; background:var(--navy); border-radius:10px; display:flex; align-items:center; justify-content:center; color:var(--gold); font-size:18px; font-weight:900; font-family:var(--font-heading); }
.logo-text { line-height:1.1; }
.logo-text .name { font-size:20px; font-weight:700; color:var(--navy); letter-spacing:-.3px; font-family:var(--font-heading); }
.logo-text .sub { font-size:11px; color:var(--muted); font-weight:400; font-family:var(--font-body); letter-spacing:.5px; text-transform:uppercase; }
.custom-logo-link { display:inline-flex; align-items:center; }
.site-logo img.custom-logo { max-height:58px; width:auto; }

/* ── Navigation ── */
.site-nav { display:flex; gap:4px; flex:1; }
.site-nav .orchestra-primary-menu { display:flex; gap:4px; margin:0; padding:0; }
.site-nav .menu-item a { padding:8px 14px; font-size:14px; font-weight:600; color:var(--text); border-radius:8px; transition:all .2s; white-space:nowrap; display:inline-block; font-family:var(--font-body); }
.site-nav .menu-item a:hover, .site-nav .current-menu-item>a, .site-nav .current_page_item>a { background:var(--gold-pale); color:var(--navy); }

/* ── Header Actions ── */
.header-actions { display:flex; align-items:center; gap:8px; margin-left:auto; }
.header-search { display:flex; align-items:center; background:var(--warm); border-radius:40px; padding:8px 18px; gap:10px; min-width:220px; }
.header-search input { border:none; background:none; font-family:var(--font-body); font-size:14px; color:var(--text); direction:ltr; width:100%; }
.header-search input:focus { outline:none; }
.header-search input::placeholder { color:var(--muted); }
.header-search svg { color:var(--muted); flex-shrink:0; }

.icon-btn { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:transparent; border:none; cursor:pointer; color:var(--navy); transition:background .2s; position:relative; }
.icon-btn:hover { background:var(--warm); }
.icon-btn .badge { position:absolute; top:6px; right:6px; background:var(--gold); color:var(--navy-dark); font-size:10px; font-weight:700; width:16px; height:16px; border-radius:50%; display:flex; align-items:center; justify-content:center; }

/* ── Mobile Toggle ── */
.orchestra-mobile-toggle { display:none; width:44px; height:44px; border:1px solid var(--border); border-radius:12px; background:var(--white); color:var(--navy); align-items:center; justify-content:center; flex-direction:column; gap:5px; cursor:pointer; }
.orchestra-mobile-toggle span { width:18px; height:2px; background:var(--navy); border-radius:999px; display:block; }
.orchestra-mobile-panel { display:none; border-top:1px solid var(--border); background:var(--white); box-shadow:0 10px 30px rgba(26,39,68,.08); }
.orchestra-mobile-panel[hidden] { display:none !important; }
.orchestra-mobile-panel-inner { max-width:1340px; margin:0 auto; padding:18px 24px 22px; }
.orchestra-mobile-search { display:flex; gap:10px; margin-bottom:18px; }
.orchestra-mobile-search input { flex:1; min-height:44px; border:1px solid var(--border); border-radius:999px; padding:0 16px; font-family:var(--font-body); }
.orchestra-mobile-search button { min-height:44px; padding:0 18px; border-radius:999px; border:0; background:var(--navy); color:var(--white); font-family:var(--font-body); font-weight:700; }
.orchestra-mobile-menu, .orchestra-mobile-menu li { list-style:none; margin:0; padding:0; }
.orchestra-mobile-menu { display:grid; gap:8px; }
.orchestra-mobile-menu a { display:block; padding:12px 14px; border-radius:12px; background:var(--cream); color:var(--navy); font-weight:700; font-family:var(--font-body); }
.orchestra-mobile-links { display:flex; gap:10px; margin-top:16px; flex-wrap:wrap; }
.orchestra-mobile-links a { min-height:42px; padding:0 16px; border-radius:999px; border:1px solid var(--border); background:var(--warm); color:var(--navy); display:inline-flex; align-items:center; justify-content:center; font-weight:700; font-family:var(--font-body); }

/* ── Hero ── */
.hero { background:var(--navy); position:relative; overflow:hidden; min-height:88vh; display:flex; align-items:center; }
.hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 70% 60% at 80% 50%, rgba(201,169,110,.12) 0%, transparent 60%), radial-gradient(ellipse 50% 80% at 20% 30%, rgba(201,169,110,.07) 0%, transparent 50%); }
.hero-pattern { position:absolute; inset:0; opacity:.04; background-image:repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255,255,255,1) 40px, rgba(255,255,255,1) 41px), repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255,255,255,1) 40px, rgba(255,255,255,1) 41px); }
.hero-inner { max-width:1340px; margin:0 auto; padding:80px 24px; display:grid; grid-template-columns:1fr 480px; gap:80px; align-items:center; position:relative; z-index:1; }
.hero-label { display:inline-flex; align-items:center; gap:8px; background:rgba(201,169,110,.15); border:1px solid rgba(201,169,110,.3); color:var(--gold); padding:6px 16px; border-radius:40px; font-size:12px; font-weight:700; letter-spacing:1px; margin-bottom:24px; font-family:var(--font-body); text-transform:uppercase; }
.hero-title { font-size:clamp(36px,5vw,64px); font-weight:700; color:var(--white); line-height:1.1; margin-bottom:20px; font-family:var(--font-heading); }
.hero-title em { color:var(--gold); font-style:italic; }
.hero-subtitle { font-size:17px; color:rgba(255,255,255,.65); line-height:1.8; margin-bottom:40px; max-width:520px; font-family:var(--font-body); font-weight:300; }
.hero-actions { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:56px; }
.btn-primary { background:var(--gold); color:var(--navy-dark); padding:14px 32px; border-radius:50px; font-family:var(--font-body); font-size:15px; font-weight:700; border:none; cursor:pointer; transition:all .25s; display:inline-flex; align-items:center; gap:8px; }
.btn-primary:hover { background:#dbbe83; transform:translateY(-2px); box-shadow:0 8px 24px rgba(201,169,110,.4); }
.btn-outline-light { background:transparent; color:var(--white); padding:14px 32px; border-radius:50px; font-family:var(--font-body); font-size:15px; font-weight:600; border:1px solid rgba(255,255,255,.3); cursor:pointer; transition:all .25s; }
.btn-outline-light:hover { border-color:var(--gold); color:var(--gold); }

/* ── Hero Stats ── */
.hero-stats { display:flex; gap:40px; }
.stat-num { font-size:28px; font-weight:700; color:var(--gold); display:block; line-height:1; font-family:var(--font-heading); }
.stat-lbl { font-size:12px; color:rgba(255,255,255,.5); margin-top:4px; font-family:var(--font-body); letter-spacing:.3px; }

/* ── Hero Visual ── */
.hero-visual { display:grid; grid-template-columns:repeat(3,1fr); grid-template-rows:auto auto; gap:12px; align-items:end; }
.hero-book { border-radius:8px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.5); transition:transform .4s; }
.hero-book:hover { transform:translateY(-8px) rotate(1deg); }
.hero-book:nth-child(2) { transform:translateY(-24px); }
.hero-book:nth-child(2):hover { transform:translateY(-32px); }
.hero-book-cover { width:100%; aspect-ratio:2/3; display:flex; align-items:flex-end; padding:14px 12px; position:relative; overflow:hidden; background-size:cover; background-position:center; }
.hero-book-cover::after { content:''; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 60%); }
.hero-book-cover span { position:relative; z-index:1; font-size:11px; color:rgba(255,255,255,.85); font-weight:600; line-height:1.3; font-family:var(--font-heading); }
.book-c1 { background:linear-gradient(135deg, #2d1b4e 0%, #5e2d8e 100%); }
.book-c2 { background:linear-gradient(135deg, #1a3a2a 0%, #2d6a4f 100%); }
.book-c3 { background:linear-gradient(135deg, #4a1c1c 0%, #8b3a3a 100%); }
.book-c4 { background:linear-gradient(135deg, #1c2d4a 0%, #2d5a8b 100%); }
.book-c5 { background:linear-gradient(135deg, #3a2d1c 0%, #8b6a2d 100%); }
.book-c6 { background:linear-gradient(135deg, #1c3a3a 0%, #2d7a7a 100%); }

/* ── Sections ── */
.section { padding:80px 0; }
.section-head, .tabs-header { display:flex; justify-content:space-between; align-items:flex-end; gap:16px; margin-bottom:36px; }
.section-label { font-size:11px; font-weight:700; letter-spacing:2px; color:var(--gold); text-transform:uppercase; margin-bottom:8px; display:flex; align-items:center; gap:8px; font-family:var(--font-body); }
.section-label::before { content:''; width:24px; height:2px; background:var(--gold); }
.section-title { font-size:clamp(22px,3vw,32px); font-weight:700; color:var(--navy); line-height:1.2; font-family:var(--font-heading); }
.view-all { font-size:13px; font-weight:600; color:var(--gold); display:flex; align-items:center; gap:6px; transition:gap .2s; white-space:nowrap; font-family:var(--font-body); }
.view-all:hover { gap:10px; }

/* ── Categories ── */
.categories-section { background:var(--white); }
.cats-grid { display:grid; grid-template-columns:repeat(8,1fr); gap:16px; }
.cat-card { border-radius:16px; padding:24px 16px; text-align:center; transition:transform .25s, box-shadow .25s; }
.cat-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-lg); }
.cat-icon { font-size:32px; margin-bottom:10px; display:block; }
.cat-name { font-size:13px; font-weight:700; line-height:1.3; font-family:var(--font-body); }
.cat-count { font-size:11px; opacity:.7; margin-top:4px; font-family:var(--font-body); }
.cat-card:nth-child(1){background:#fef3e2;color:#92400e}.cat-card:nth-child(2){background:#ede9fe;color:#5b21b6}.cat-card:nth-child(3){background:#dcfce7;color:#14532d}.cat-card:nth-child(4){background:#fee2e2;color:#7f1d1d}.cat-card:nth-child(5){background:#dbeafe;color:#1e3a8a}.cat-card:nth-child(6){background:#fce7f3;color:#831843}.cat-card:nth-child(7){background:#f0fdf4;color:#166534}.cat-card:nth-child(8){background:#f0f9ff;color:#0c4a6e}

/* ── Tabs ── */
.tabs-nav { display:flex; gap:4px; background:var(--warm); padding:4px; border-radius:12px; }
.tab-btn { padding:9px 20px; font-family:var(--font-body); font-size:13px; font-weight:600; border:none; background:transparent; cursor:pointer; border-radius:8px; color:var(--muted); transition:all .2s; }
.tab-btn.active { background:white; color:var(--navy); box-shadow:0 2px 8px rgba(0,0,0,.08); }

/* ── Books Grid ── */
.books-grid, .woocommerce ul.products { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:28px; }
.book-card { background:var(--white); border-radius:16px; overflow:hidden; transition:transform .3s, box-shadow .3s; border:1px solid var(--border); }
.book-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.book-cover { aspect-ratio:2/3; position:relative; overflow:hidden; background:var(--warm); }
.book-img { width:100%; height:100%; object-fit:cover; display:block; }
.book-cover-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
.book-badge { position:absolute; top:10px; left:10px; padding:4px 10px; border-radius:20px; font-size:11px; font-weight:700; z-index:2; font-family:var(--font-body); }
.badge-new { background:var(--navy); color:var(--gold); }
.badge-sale { background:var(--sale); color:white; }
.badge-feat { background:var(--gold); color:var(--navy-dark); }
.book-actions { position:absolute; bottom:0; left:0; right:0; background:linear-gradient(to top, rgba(26,39,68,.95) 0%, transparent 100%); padding:32px 12px 12px; display:flex; gap:8px; justify-content:center; transform:translateY(100%); transition:transform .3s; z-index:3; }
.book-card:hover .book-actions { transform:translateY(0); }
.action-btn { width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.15); backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,.25); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all .2s; color:white; }
.action-btn:hover { background:var(--gold); border-color:var(--gold); color:var(--navy-dark); }
.book-info { padding:14px 14px 16px; }
.book-title { font-size:15px; font-weight:700; line-height:1.4; margin-bottom:4px; color:var(--navy); font-family:var(--font-heading); }
.book-title a:hover { color:var(--gold); }
.book-author { font-size:12px; color:var(--muted); margin-bottom:10px; font-family:var(--font-body); }
.book-footer { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.book-price { font-size:15px; font-weight:800; color:var(--navy); font-family:var(--font-body); }
.book-price del { opacity:.5; margin-inline-end:6px; font-size:12px; font-weight:400; }
.book-price ins { text-decoration:none; }
.book-stars { display:flex; gap:2px; margin-bottom:8px; }
.star { font-size:11px; color:var(--gold); }
.star.empty { color:var(--border); }
.cart-btn { width:32px; height:32px; border-radius:50%; background:var(--navy); color:var(--white); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.cart-btn:hover { background:var(--gold); color:var(--navy-dark); }

/* ── Editorial ── */
.editorial-section { background:var(--navy); padding:80px 0; }
.editorial-grid { display:grid; grid-template-columns:2fr 1fr 1fr; grid-template-rows:auto auto; gap:24px; }
.editorial-main { grid-row:1 / 3; border-radius:20px; overflow:hidden; position:relative; background:linear-gradient(135deg, #2d3f6e 0%, #1a2744 100%); min-height:500px; display:flex; flex-direction:column; justify-content:flex-end; padding:32px; }
.editorial-main::before { content:"Editor's Pick"; position:absolute; top:20px; left:20px; background:var(--gold); color:var(--navy-dark); font-size:11px; font-weight:700; padding:6px 14px; border-radius:20px; z-index:2; font-family:var(--font-body); text-transform:uppercase; letter-spacing:.5px; }
.editorial-main-cat { font-size:12px; color:var(--gold); font-weight:600; margin-bottom:10px; font-family:var(--font-body); text-transform:uppercase; letter-spacing:1px; }
.editorial-main-title { font-size:26px; font-weight:700; color:white; line-height:1.3; margin-bottom:8px; font-family:var(--font-heading); }
.editorial-main-author { font-size:14px; color:rgba(255,255,255,.65); margin-bottom:20px; font-family:var(--font-body); }
.editorial-main-price { font-size:20px; font-weight:800; color:var(--gold); font-family:var(--font-body); }
.editorial-item { border-radius:16px; overflow:hidden; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); padding:16px; display:flex; gap:14px; }
.editorial-item-cover { width:64px; height:96px; border-radius:6px; flex-shrink:0; overflow:hidden; }
.editorial-item-info { flex:1; display:flex; flex-direction:column; justify-content:center; }
.editorial-item-title { font-size:14px; font-weight:700; color:white; margin-bottom:4px; line-height:1.3; font-family:var(--font-heading); }
.editorial-item-author { font-size:12px; color:rgba(255,255,255,.5); margin-bottom:8px; font-family:var(--font-body); }
.editorial-item-price { font-size:14px; font-weight:800; color:var(--gold); font-family:var(--font-body); }

/* ── Events ── */
.events-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.event-card { border-radius:20px; overflow:hidden; border:1px solid var(--border); transition:box-shadow .3s, transform .3s; background:var(--white); }
.event-card:hover { box-shadow:var(--shadow-lg); transform:translateY(-4px); }
.event-cover { height:200px; position:relative; overflow:hidden; }
.event-cover-bg { width:100%; height:100%; }
.event-type { position:absolute; top:14px; left:14px; background:var(--navy); color:var(--gold); font-size:11px; font-weight:700; padding:5px 12px; border-radius:20px; font-family:var(--font-body); text-transform:uppercase; }
.event-date-badge { position:absolute; bottom:14px; left:14px; background:var(--white); border-radius:12px; width:52px; height:52px; display:flex; flex-direction:column; align-items:center; justify-content:center; box-shadow:var(--shadow); }
.event-day { font-size:20px; font-weight:900; color:var(--navy); line-height:1; font-family:var(--font-heading); }
.event-month { font-size:10px; color:var(--muted); font-weight:600; font-family:var(--font-body); text-transform:uppercase; }
.event-body { padding:20px; }
.event-title { font-size:16px; font-weight:700; color:var(--navy); margin-bottom:8px; line-height:1.4; font-family:var(--font-heading); }
.event-meta { display:flex; gap:16px; margin-bottom:14px; flex-wrap:wrap; }
.event-meta-item { font-size:12px; color:var(--muted); font-family:var(--font-body); }
.event-excerpt { font-size:13px; color:var(--muted); line-height:1.7; margin-bottom:16px; font-family:var(--font-body); }
.btn-event { font-size:13px; font-weight:600; color:var(--navy); border:1.5px solid var(--border); border-radius:8px; padding:8px 18px; display:inline-block; transition:all .2s; font-family:var(--font-body); }
.btn-event:hover { border-color:var(--navy); background:var(--navy); color:white; }

/* ── About / Studio Section (replaces Cafe) ── */
.cafe-section { background:var(--navy-dark); padding:100px 0; position:relative; overflow:hidden; }
.cafe-layout { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.cafe-label { font-size:11px; font-weight:700; letter-spacing:2px; color:var(--gold); margin-bottom:16px; display:flex; align-items:center; gap:8px; font-family:var(--font-body); text-transform:uppercase; }
.cafe-label::before { content:''; width:24px; height:2px; background:var(--gold); }
.cafe-title { font-size:42px; font-weight:700; color:white; line-height:1.1; margin-bottom:8px; font-family:var(--font-heading); }
.cafe-subtitle { font-size:18px; color:var(--gold); font-weight:500; margin-bottom:20px; font-family:var(--font-heading); font-style:italic; }
.cafe-desc { font-size:15px; color:rgba(255,255,255,.6); line-height:1.9; margin-bottom:32px; font-family:var(--font-body); }
.cafe-features { display:flex; flex-direction:column; gap:14px; margin-bottom:36px; }
.cafe-feat { display:flex; align-items:center; gap:14px; color:rgba(255,255,255,.75); font-size:14px; font-family:var(--font-body); }
.cafe-feat-icon { width:36px; height:36px; background:rgba(201,169,110,.15); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--gold); flex-shrink:0; }
.btn-cafe { background:var(--gold); color:var(--navy-dark); padding:14px 32px; border-radius:50px; font-family:var(--font-body); font-size:15px; font-weight:700; display:inline-block; }
.cafe-gallery { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; gap:12px; }
.cafe-photo { border-radius:16px; overflow:hidden; }
.cafe-photo:first-child { grid-row:1/3; }
.cafe-photo-inner { width:100%; height:100%; min-height:180px; display:flex; align-items:center; justify-content:center; font-size:32px; opacity:.5; }
.cp1 { background:linear-gradient(135deg, #2d3a1a 0%, #4a6b2a 100%); }
.cp2 { background:linear-gradient(135deg, #3a2d1a 0%, #6b4a2a 100%); }
.cp3 { background:linear-gradient(135deg, #1a2d3a 0%, #2a4a6b 100%); }
.cp4 { background:linear-gradient(135deg, #3a1a2d 0%, #6b2a4a 100%); }

/* ── Newsletter ── */
.newsletter-section { background:var(--gold-pale); border-top:1px solid var(--gold-light); border-bottom:1px solid var(--gold-light); padding:64px 0; }
.newsletter-wrap { display:flex; align-items:center; gap:60px; }
.newsletter-icon { width:72px; height:72px; background:var(--navy); border-radius:20px; display:flex; align-items:center; justify-content:center; color:var(--gold); flex-shrink:0; font-size:28px; }
.newsletter-content { flex:1; }
.newsletter-title { font-size:26px; font-weight:700; color:var(--navy); margin-bottom:6px; font-family:var(--font-heading); }
.newsletter-sub { font-size:14px; color:var(--muted); font-family:var(--font-body); }
.newsletter-form { display:flex; gap:12px; min-width:380px; }
.newsletter-input { flex:1; padding:14px 20px; border:1.5px solid var(--gold-light); border-radius:50px; font-family:var(--font-body); font-size:14px; background:white; color:var(--text); direction:ltr; }
.newsletter-btn { background:var(--navy); color:white; padding:14px 28px; border-radius:50px; font-family:var(--font-body); font-size:14px; font-weight:700; border:none; cursor:pointer; }

/* ── Footer ── */
.site-footer { background:var(--navy-dark); color:rgba(255,255,255,.65); }
.footer-top { padding:64px 0 48px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr 1fr; gap:32px; }
.footer-brand .logo-wrap { display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.footer-brand .logo-name { font-size:20px; font-weight:700; color:white; font-family:var(--font-heading); }
.footer-brand p { font-size:14px; line-height:1.8; margin-bottom:24px; font-family:var(--font-body); }
.footer-socials { display:flex; gap:10px; }
.social-btn { width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition:all .2s; color:rgba(255,255,255,.6); font-size:12px; font-weight:700; font-family:var(--font-body); }
.social-btn:hover { background:var(--gold); color:var(--navy-dark); }
.footer-col h4, .footer-widget-title { font-size:13px; font-weight:700; color:white; margin-bottom:18px; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,.1); font-family:var(--font-body); text-transform:uppercase; letter-spacing:.5px; }
.footer-links, .footer-col .menu, .footer-col .sub-menu { display:grid; gap:10px; margin:0; padding:0; }
.footer-links a, .footer-col .menu a, .footer-col .sub-menu a { font-size:13px; color:rgba(255,255,255,.55); transition:color .2s; font-family:var(--font-body); }
.footer-links a:hover, .footer-col .menu a:hover, .footer-col .sub-menu a:hover, .footer-widget a:hover { color:var(--gold); }
.footer-widget, .footer-widget * { color:rgba(255,255,255,.78); }
.footer-widget ul, .footer-widget ol { list-style:none; margin:0; padding:0; }
.footer-widget li { margin-bottom:10px; }
.footer-widget p, .footer-widget .textwidget { line-height:1.9; font-family:var(--font-body); }
.footer-widget input, .footer-widget textarea, .footer-widget select { width:100%; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.06); color:#fff; border-radius:10px; padding:12px 14px; font-family:var(--font-body); }
.footer-widget input::placeholder, .footer-widget textarea::placeholder { color:rgba(255,255,255,.45); }
.footer-widget button, .footer-widget input[type="submit"] { min-height:42px; padding:0 18px; border-radius:999px; border:0; background:var(--gold); color:var(--navy-dark); font-family:var(--font-body); font-weight:700; cursor:pointer; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); padding:20px 0; display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; }
.footer-bottom-text, .footer-bottom-links a { font-size:12px; color:rgba(255,255,255,.4); font-family:var(--font-body); }
.footer-bottom-links { display:flex; gap:16px; }

/* ── WooCommerce Pages ── */
.orchestra-woo-main, .orchestra-search-page, .orchestra-archive-page, .orchestra-single-post-page, .orchestra-404-page, .orchestra-page-default, .comments-area { padding:34px 0 60px; }

.orchestra-shop-header { padding:24px 0 36px; }
.orchestra-shop-header-inner { display:flex; justify-content:space-between; align-items:flex-end; gap:24px; border-bottom:1px solid var(--border); padding-bottom:24px; }
.orchestra-shop-description { margin-top:12px; color:var(--muted); max-width:760px; line-height:1.9; font-family:var(--font-body); }
.orchestra-shop-toolbar { display:flex; justify-content:space-between; align-items:center; gap:20px; margin:26px 0 30px; padding:14px 18px; background:var(--white); border:1px solid var(--border); border-radius:14px; }
.orchestra-shop-toolbar .woocommerce-result-count { margin:0; color:var(--muted); font-size:14px; font-family:var(--font-body); }
.orchestra-shop-toolbar .woocommerce-ordering { margin:0; }
.orchestra-shop-toolbar select.orderby { min-width:220px; border:1px solid var(--border); background:var(--warm); border-radius:10px; padding:10px 14px; font-family:var(--font-body); color:var(--text); }

.woocommerce ul.products { list-style:none; margin:0; padding:0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { content:none !important; }
.woocommerce ul.products li.product.orchestra-shop-card { width:auto !important; float:none !important; margin:0 !important; }
.orchestra-card-meta { margin-bottom:10px; }
.orchestra-stock { display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:700; padding:5px 10px; border-radius:20px; font-family:var(--font-body); }
.orchestra-stock.in-stock { background:rgba(45,106,79,.1); color:var(--success); }
.orchestra-stock.out-of-stock { background:rgba(192,57,43,.08); color:var(--sale); }
.orchestra-pagination-wrap { margin-top:36px; }
.woocommerce nav.woocommerce-pagination ul, .orchestra-pagination-wrap .nav-links { border:0; display:flex; gap:8px; justify-content:center; flex-wrap:wrap; }
.woocommerce nav.woocommerce-pagination ul li { border:0; }
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .orchestra-pagination-wrap .page-numbers { border:1px solid var(--border); background:var(--white); color:var(--navy); min-width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center; border-radius:10px; padding:0 12px; font-family:var(--font-body); }
.woocommerce nav.woocommerce-pagination ul li span.current, .orchestra-pagination-wrap .page-numbers.current { background:var(--navy); color:var(--gold); border-color:var(--navy); }
.orchestra-no-products { padding:60px 0; text-align:center; }

/* ── Book Actions / YITH ── */
.book-actions .yith-wcwl-add-to-wishlist, .book-actions .compare, .book-actions .yith-compare-btn, .book-actions .yith-wcqv-button, .book-actions .button, .book-actions a { margin:0 !important; }
.book-actions .yith-wcwl-add-to-wishlist a, .book-actions .compare, .book-actions .yith-compare-btn, .book-actions .yith-wcqv-button, .book-actions a.button, .book-actions>a, .book-actions>button { width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.15); backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,.25); display:inline-flex; align-items:center; justify-content:center; cursor:pointer; transition:all .2s; color:white !important; text-indent:-9999px; overflow:hidden; position:relative; }
.book-actions .yith-wcwl-add-to-wishlist a::before { content:"♡"; text-indent:0; position:absolute; font-size:16px; line-height:1; }
.book-actions .compare::before, .book-actions .yith-compare-btn::before { content:"◉"; text-indent:0; position:absolute; font-size:14px; line-height:1; }
.book-actions .yith-wcqv-button::before { content:"👁"; text-indent:0; position:absolute; font-size:14px; line-height:1; }
.book-actions .yith-wcwl-add-to-wishlist a:hover, .book-actions .compare:hover, .book-actions .yith-compare-btn:hover, .book-actions .yith-wcqv-button:hover, .book-actions a.button:hover, .book-actions>a:hover, .book-actions>button:hover { background:var(--gold); border-color:var(--gold); color:var(--navy-dark) !important; }

/* ── Single Product ── */
.single-product .orchestra-woo-main { padding-top:34px; padding-bottom:60px; }
.orchestra-single-top { display:grid; grid-template-columns:minmax(320px, 520px) 1fr; gap:48px; align-items:start; margin-bottom:48px; }
.orchestra-single-gallery, .orchestra-single-summary, .woocommerce div.product .woocommerce-tabs, .orchestra-single-post, .comments-area, .orchestra-search-card, .orchestra-post-card, .orchestra-empty-state { background:var(--white); border:1px solid var(--border); border-radius:20px; box-shadow:var(--shadow); }
.orchestra-single-gallery { padding:18px; }
.orchestra-single-gallery .woocommerce-product-gallery__wrapper { border-radius:16px; overflow:hidden; }
.orchestra-single-gallery .woocommerce-product-gallery__image img { width:100%; border-radius:14px; }
.orchestra-single-summary { padding:28px; }
.orchestra-single-breadcrumbs { margin-bottom:14px; }
.orchestra-single-breadcrumbs .woocommerce-breadcrumb { margin:0; font-size:13px; color:var(--muted); font-family:var(--font-body); }
.orchestra-single-title { font-size:clamp(24px, 3vw, 38px); line-height:1.3; color:var(--navy); margin-bottom:16px; font-weight:700; font-family:var(--font-heading); }
.orchestra-single-price { margin-bottom:14px; }
.orchestra-single-price .price { font-size:24px; font-weight:800; color:var(--navy); font-family:var(--font-body); }
.orchestra-single-price .price del { opacity:.5; margin-inline-end:8px; font-size:18px; }
.orchestra-single-price .price ins { text-decoration:none; }
.orchestra-single-short-description { color:var(--muted); line-height:1.95; margin-bottom:24px; font-size:15px; font-family:var(--font-body); }
.orchestra-single-attributes-card { background:var(--cream); border:1px solid var(--border); border-radius:18px; padding:20px; margin-bottom:24px; }
.orchestra-attr-title { margin:0 0 16px; font-size:18px; font-weight:700; color:var(--navy); font-family:var(--font-heading); }
.orchestra-attributes-grid { display:grid; gap:10px; }
.orchestra-attr-row { display:grid; grid-template-columns:180px 1fr; gap:16px; align-items:start; padding:10px 0; border-bottom:1px dashed var(--border); }
.orchestra-attr-row:last-child { border-bottom:0; padding-bottom:0; }
.orchestra-attr-label { font-size:13px; font-weight:700; color:var(--navy); font-family:var(--font-body); }
.orchestra-attr-value { font-size:14px; color:var(--text); line-height:1.8; font-family:var(--font-body); }
.orchestra-single-cart-box { margin-bottom:18px; }
.orchestra-single-cart-box input.qty { min-height:48px; border:1px solid var(--border); border-radius:10px; background:var(--white); font-family:var(--font-body); }
.orchestra-single-cart-box .single_add_to_cart_button { min-height:48px; border-radius:999px !important; background:var(--navy) !important; color:var(--white) !important; border:0 !important; padding:0 28px !important; font-family:var(--font-body) !important; font-weight:700 !important; }
.orchestra-single-cart-box .single_add_to_cart_button:hover { background:var(--gold) !important; color:var(--navy-dark) !important; }
.orchestra-single-extra-actions { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:22px; }
.orchestra-single-extra-actions .yith-wcwl-add-to-wishlist a, .orchestra-single-extra-actions .compare, .orchestra-single-extra-actions .yith-compare-btn, .orchestra-single-extra-actions a.button, .orchestra-single-extra-actions>a { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 18px; border-radius:999px; border:1px solid var(--border); background:var(--warm); color:var(--navy) !important; text-decoration:none; font-size:13px; font-weight:700; text-indent:0 !important; overflow:visible !important; font-family:var(--font-body); }
.orchestra-single-meta { border-top:1px solid var(--border); padding-top:18px; color:var(--muted); font-size:13px; font-family:var(--font-body); }
.orchestra-single-tabs-wrap { margin-top:28px; }
.woocommerce div.product .woocommerce-tabs { padding:24px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding:0; margin:0 0 24px; border-bottom:1px solid var(--border); display:flex; gap:10px; flex-wrap:wrap; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display:none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border:0 !important; background:transparent !important; margin:0 !important; padding:0 !important; border-radius:0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 18px; border-radius:999px; border:1px solid var(--border); background:var(--warm); color:var(--navy) !important; font-size:13px; font-weight:700; font-family:var(--font-body); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background:var(--navy); color:var(--gold) !important; border-color:var(--navy); }
.woocommerce table.shop_attributes { border:1px solid var(--border); border-radius:14px; overflow:hidden; margin:0; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding:12px 16px; border-bottom:1px solid var(--border); font-size:14px; font-family:var(--font-body); }
.woocommerce table.shop_attributes th { background:var(--warm); color:var(--navy); font-weight:700; width:220px; }
.woocommerce table.shop_attributes td { background:var(--white); color:var(--text); }
.related.products, .up-sells.upsells, .orchestra-same-author-wrap { margin-top:42px; }
.related.products>h2, .up-sells.upsells>h2, .orchestra-related-heading { font-size:26px; color:var(--navy); margin-bottom:22px; font-weight:700; position:relative; padding-bottom:10px; font-family:var(--font-heading); }
.related.products>h2::after, .up-sells.upsells>h2::after, .orchestra-related-heading::after { content:""; width:72px; height:3px; background:var(--gold); border-radius:999px; position:absolute; bottom:0; left:0; }
.single-product .related.products ul.products, .single-product .up-sells.upsells ul.products, .single-product .orchestra-same-author-wrap ul.products { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:28px; }

/* ── Pages / Search / Archive ── */
.orchestra-page-hero { padding:24px 0 30px; border-bottom:1px solid var(--border); margin-bottom:28px; }
.orchestra-page-subtitle { margin-top:12px; color:var(--muted); line-height:1.9; font-family:var(--font-body); }
.orchestra-search-form-wrap { margin-bottom:28px; }
.orchestra-search-form-large { display:flex; gap:12px; background:var(--white); border:1px solid var(--border); border-radius:18px; padding:14px; box-shadow:var(--shadow); }
.orchestra-search-form-large input { flex:1; min-height:48px; border:1px solid var(--border); border-radius:999px; padding:0 18px; font-family:var(--font-body); }
.orchestra-search-form-large button { min-height:48px; padding:0 22px; border-radius:999px; border:0; background:var(--navy); color:var(--white); font-family:var(--font-body); font-weight:700; }
.orchestra-search-results { display:grid; gap:22px; }
.orchestra-search-card-inner { display:grid; grid-template-columns:220px 1fr; gap:22px; align-items:stretch; }
.orchestra-search-thumb a { display:block; height:100%; }
.orchestra-search-thumb img, .orchestra-search-placeholder, .orchestra-post-thumb img, .orchestra-post-placeholder { width:100%; height:100%; min-height:220px; object-fit:cover; }
.orchestra-search-placeholder, .orchestra-post-placeholder { display:flex; align-items:center; justify-content:center; background:var(--warm); font-size:48px; }
.orchestra-search-content { padding:22px 0 22px 22px; }
.orchestra-search-type { display:inline-flex; align-items:center; min-height:28px; padding:0 12px; border-radius:999px; background:var(--gold-pale); color:var(--navy); font-size:12px; font-weight:700; margin-bottom:12px; font-family:var(--font-body); }
.orchestra-search-title, .orchestra-post-title { font-size:24px; line-height:1.4; margin-bottom:8px; color:var(--navy); font-family:var(--font-heading); }
.orchestra-search-title a:hover, .orchestra-post-title a:hover { color:var(--gold); }
.orchestra-search-meta, .orchestra-post-meta { color:var(--muted); margin-bottom:12px; font-size:14px; font-family:var(--font-body); }
.orchestra-search-excerpt, .orchestra-post-excerpt { color:var(--text); line-height:1.9; margin-bottom:18px; font-family:var(--font-body); }
.orchestra-post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.orchestra-post-thumb { display:block; }
.orchestra-post-thumb img, .orchestra-post-placeholder { height:240px; }
.orchestra-post-content { padding:20px; }

/* ── Single Post ── */
.orchestra-single-post { padding:26px; border-radius:24px; }
.orchestra-single-post-thumb { margin-bottom:24px; border-radius:18px; overflow:hidden; }
.orchestra-single-post-content { color:var(--text); line-height:2; font-size:16px; font-family:var(--font-body); }
.orchestra-single-post-content h2, .orchestra-single-post-content h3, .orchestra-single-post-content h4 { color:var(--navy); margin:28px 0 12px; font-family:var(--font-heading); }
.orchestra-single-post-content p, .orchestra-single-post-content ul, .orchestra-single-post-content ol, .orchestra-single-post-content blockquote { margin-bottom:16px; }
.orchestra-single-post-content blockquote { border-left:4px solid var(--gold); background:var(--gold-pale); padding:16px 18px; border-radius:14px; }

/* ── Empty States / 404 ── */
.orchestra-empty-state { text-align:center; padding:42px 26px; border-radius:24px; }
.orchestra-empty-icon { font-size:54px; margin-bottom:14px; }
.orchestra-empty-state h1, .orchestra-empty-state h2 { color:var(--navy); margin-bottom:12px; font-family:var(--font-heading); }
.orchestra-empty-state p { color:var(--muted); line-height:1.9; max-width:720px; margin:0 auto 18px; font-family:var(--font-body); }
.orchestra-404-box h1 { font-size:64px; line-height:1; font-family:var(--font-heading); }
.orchestra-404-actions { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ── Comments ── */
.comments-area .comment-list { margin:18px 0; padding:0; list-style:none; }
.comments-area .comment-list li { margin-bottom:18px; padding-bottom:18px; border-bottom:1px solid var(--border); }
.comments-area .comment-respond { margin-top:24px; padding-top:18px; border-top:1px solid var(--border); }
.comments-area input, .comments-area textarea { width:100%; border:1px solid var(--border); border-radius:10px; padding:12px 14px; font-family:var(--font-body); background:var(--white); }
.comments-area input[type="submit"], .comments-area button { min-height:44px; padding:0 22px; border-radius:999px; background:var(--navy); color:var(--white); border:0; font-family:var(--font-body); font-weight:700; }

/* ── Elementor ── */
.elementor-page .site-main, .page-template-elementor_canvas .site-main, .page-template-elementor_header_footer .site-main, .orchestra-elementor-layout .site-main { padding-top:0; padding-bottom:0; }
.page-template-elementor_canvas .announce, .page-template-elementor_canvas .topbar, .page-template-elementor_canvas .site-header, .page-template-elementor_canvas .site-footer { display:none !important; }
.page-template-elementor_canvas #page { margin:0; padding:0; }

/* ── Scroll To Top ── */
.scroll-top { position:fixed; bottom:32px; right:32px; width:44px; height:44px; border-radius:12px; background:var(--navy); color:var(--gold); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-lg); z-index:99; opacity:0; transform:translateY(10px); transition:all .3s; pointer-events:none; font-size:18px; }
.scroll-top.visible { opacity:1; transform:translateY(0); pointer-events:all; }

.screen-reader-text { position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }

/* ── Responsive ── */
@media (max-width:1200px) {
  .hero-inner, .cafe-layout, .footer-grid { grid-template-columns:1fr; }
  .cats-grid { grid-template-columns:repeat(4,1fr); }
  .books-grid, .woocommerce ul.products, .single-product .related.products ul.products, .single-product .up-sells.upsells ul.products, .single-product .orchestra-same-author-wrap ul.products { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .events-grid { grid-template-columns:1fr; }
  .editorial-grid { grid-template-columns:1fr 1fr; }
  .newsletter-wrap { flex-direction:column; align-items:stretch; }
  .newsletter-form { min-width:auto; }
}

@media (max-width:980px) {
  .orchestra-mobile-toggle { display:inline-flex; }
  .site-nav { display:none; }
  .header-actions .header-search { display:none; }
  .orchestra-mobile-panel:not([hidden]) { display:block; }
  .header-inner { flex-wrap:wrap; padding-top:16px; padding-bottom:16px; }
  .topbar-inner, .orchestra-shop-header-inner, .orchestra-shop-toolbar, .tabs-header { flex-direction:column; align-items:flex-start; }
  .hero-inner, .orchestra-single-top { grid-template-columns:1fr; gap:48px; }
  .books-grid, .woocommerce ul.products, .single-product .related.products ul.products, .single-product .up-sells.upsells ul.products, .single-product .orchestra-same-author-wrap ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .cats-grid { grid-template-columns:repeat(2,1fr); }
  .editorial-grid { grid-template-columns:1fr; }
  .orchestra-search-card-inner { grid-template-columns:1fr; }
  .orchestra-search-content { padding:0 18px 18px; }
  .orchestra-post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .orchestra-attr-row { grid-template-columns:1fr; gap:6px; }
}

@media (max-width:640px) {
  .hero-title { font-size:34px; }
  .hero-stats { flex-wrap:wrap; gap:20px; }
  .orchestra-search-form-large, .newsletter-form { flex-direction:column; }
  .books-grid, .woocommerce ul.products, .orchestra-post-grid, .single-product .related.products ul.products, .single-product .up-sells.upsells ul.products, .single-product .orchestra-same-author-wrap ul.products { grid-template-columns:1fr; }
  .orchestra-single-summary, .orchestra-single-gallery, .woocommerce div.product .woocommerce-tabs, .orchestra-single-post { padding:18px; }
  .orchestra-single-title { font-size:28px; }
  .orchestra-single-extra-actions { flex-direction:column; align-items:stretch; }
}


/* ========================================
   Theme refinement patch v1.1
======================================== */
:root {
  --font-body:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading:'Cormorant Garamond', Georgia, serif;
  --content-measure: 68ch;
}

html { -webkit-text-size-adjust:100%; }
body { font-family:var(--font-body); line-height:1.7; }
h1, h2, h3, h4, h5, h6,
.hero-title,
.logo-mark,
.logo-text .name,
.section-title,
.orchestra-single-title,
.orchestra-related-heading,
.book-title,
.orchestra-single-post-content h2,
.orchestra-single-post-content h3,
.orchestra-single-post-content h4 { font-family:var(--font-heading); }

p,
li,
.orchestra-single-short-description,
.orchestra-single-post-content,
.woocommerce-product-details__short-description,
.woocommerce-tabs .panel,
.entry-content,
.editor-styles-wrapper { line-height:1.95; }

.orchestra-single-short-description,
.orchestra-single-description-content,
.orchestra-single-post-content,
.woocommerce-tabs .panel,
.entry-content { max-width:var(--content-measure); }

.orchestra-single-short-description p,
.orchestra-single-description-content p,
.orchestra-single-post-content p,
.entry-content p { margin:0 0 1rem; }

.orchestra-single-short-description > *:last-child,
.orchestra-single-description-content > *:last-child,
.orchestra-single-post-content > *:last-child,
.entry-content > *:last-child { margin-bottom:0; }

.orchestra-single-description-card,
.orchestra-single-attributes-card {
  background:var(--cream);
  border:1px solid var(--border);
  border-radius:18px;
  padding:20px;
  margin-bottom:24px;
}

.orchestra-single-description-content,
.orchestra-attr-value { color:var(--text); }

.single-product .product .woocommerce-product-attributes,
.single-product .product .woocommerce-tabs,
.single-product .product .woocommerce-Reviews,
.single-product .product .woocommerce-Tabs-panel--additional_information,
.single-product .product .woocommerce-Tabs-panel--description { display:none !important; }

.single-product .related.products {
  margin-top:34px;
  padding:24px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:20px;
  box-shadow:var(--shadow);
}

@media (max-width:980px) {
  .books-grid,
  .woocommerce ul.products,
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .single-product .orchestra-same-author-wrap ul.products {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:768px) {
  .books-grid,
  .woocommerce ul.products,
  .orchestra-post-grid,
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .single-product .orchestra-same-author-wrap ul.products {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .book-title { font-size:20px; line-height:1.35; }
  .book-info { padding:16px; }
}

@media (max-width:420px) {
  .books-grid,
  .woocommerce ul.products,
  .orchestra-post-grid,
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .single-product .orchestra-same-author-wrap ul.products {
    grid-template-columns:1fr;
  }
}


/* ===============================
   Refinements v1.2.0
================================ */
.orchestra-single-author {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: -4px;
}
.orchestra-single-author strong {
  color: var(--text);
  margin-right: 6px;
}
.woocommerce-product-details__short-description,
.orchestra-single-short-description,
.orchestra-single-description-content,
.entry-content,
.woocommerce-tabs .panel {
  line-height: 1.95;
}
.woocommerce-product-details__short-description p,
.orchestra-single-short-description p,
.orchestra-single-description-content p,
.entry-content p,
.woocommerce-tabs .panel p {
  margin: 0 0 1rem;
}
.orchestra-single-short-description > *:last-child,
.orchestra-single-description-content > *:last-child,
.entry-content > *:last-child,
.woocommerce-tabs .panel > *:last-child {
  margin-bottom: 0;
}
.woocommerce ul.products,
.books-grid {
  display: grid;
}
.woocommerce ul.products li.product,
.woocommerce ul.products li.product.orchestra-shop-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}
.woocommerce ul.products li.product.orchestra-shop-card .book-info {
  display: flex;
  flex-direction: column;
  min-height: 170px;
}
.woocommerce ul.products li.product.orchestra-shop-card .book-footer {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .books-grid,
  .woocommerce ul.products,
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .single-product .orchestra-same-author-wrap ul.products {
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
  }
}
@media (max-width: 980px) {
  .books-grid,
  .woocommerce ul.products,
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .single-product .orchestra-same-author-wrap ul.products {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .books-grid,
  .woocommerce ul.products,
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .single-product .orchestra-same-author-wrap ul.products {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
  }
  .woocommerce ul.products li.product.orchestra-shop-card .book-info {
    min-height: 160px;
  }
}
@media (max-width: 420px) {
  .books-grid,
  .woocommerce ul.products,
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .single-product .orchestra-same-author-wrap ul.products {
    grid-template-columns: 1fr;
  }
}


/* =============================
   Luxury UI refresh v1.3.0
============================= */
:root {
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --surface-2:#f8f5ef;
  --surface-3:#efe7d8;
}
body {
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top right, rgba(201,169,110,.06), transparent 30%),
    linear-gradient(180deg, #fcfbf8 0%, #f7f3ec 100%);
}
h1,h2,h3,h4,h5,h6,.logo-text .name,.logo-mark,.hero-title,.section-title,.book-title,.orchestra-single-title,.orchestra-attr-title,.orchestra-related-heading { font-family:var(--font-heading); }
p, li, input, select, textarea, button, .site-nav .menu-item a, .topbar, .announce { font-family:var(--font-body); }

.site-header {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(201,169,110,.22);
  box-shadow: 0 8px 28px rgba(20,27,45,.08);
}
.header-inner { min-height: 86px; gap: 28px; }
.header-search {
  min-width: 300px;
  background: linear-gradient(180deg, #faf7f1, #f2ece2);
  border: 1px solid rgba(201,169,110,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.header-search:focus-within { border-color: rgba(201,169,110,.55); box-shadow: 0 0 0 4px rgba(201,169,110,.12); }
.icon-btn { border: 1px solid transparent; }
.icon-btn:hover { background:#f7f1e6; border-color:rgba(201,169,110,.25); }
.site-nav .menu-item a { font-size: 14px; font-weight: 700; }
.site-nav .menu-item a:hover,
.site-nav .current-menu-item>a,
.site-nav .current_page_item>a {
  background: linear-gradient(180deg, #f7f0e3, #efe4cf);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.header-subnav {
  border-top: 1px solid rgba(201,169,110,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,244,236,.9));
}
.header-subnav-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 12px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.header-highlights, .header-subnav-links { display:flex; flex-wrap:wrap; gap:12px; }
.header-highlights span,
.header-subnav-links a {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(201,169,110,.20);
  color:var(--navy);
  font-size:12px;
  font-weight:700;
}
.header-highlights span::before { content:'•'; color:var(--gold); font-size:16px; line-height:1; }

.orchestra-lux-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,169,110,.20);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(201,169,110,.12), transparent 28%),
    linear-gradient(135deg, #fffaf1 0%, #f6efe1 100%);
  box-shadow: 0 20px 60px rgba(19,26,46,.08);
  margin-bottom: 26px;
}
.orchestra-lux-hero::before {
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(255,255,255,.15), transparent 40%);
  pointer-events:none;
}
.orchestra-shop-header-inner { position:relative; z-index:1; padding: 48px 48px; gap: 40px; }
.orchestra-shop-breadcrumbs { margin-bottom: 16px; }
.orchestra-shop-breadcrumbs nav,
.orchestra-single-breadcrumbs nav { font-size: 13px; color: var(--muted); }
.orchestra-shop-breadcrumbs .woocommerce-breadcrumb a,
.orchestra-single-breadcrumbs .woocommerce-breadcrumb a { color: var(--muted); }
.orchestra-shop-intro {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.9;
  color: #46526f;
  margin: 12px 0 0;
}
.orchestra-shop-trust { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.orchestra-shop-trust span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(201,169,110,.22);
  font-size: 12px;
  font-weight: 700;
}
.orchestra-collection-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(201,169,110,.24);
  box-shadow: 0 16px 34px rgba(25,34,58,.08);
  min-width: 280px;
}
.orchestra-collection-kicker {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  font-weight: 800;
}
.orchestra-collection-links { display:grid; gap:10px; }
.orchestra-collection-links a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--surface-2);
  border: 1px solid rgba(201,169,110,.16);
  font-weight: 700;
}
.orchestra-collection-links a::after { content:'→'; color:var(--gold); }

.orchestra-shop-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin: 20px 0 28px;
  padding: 16px 18px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(201,169,110,.18);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(25,34,58,.05);
}
.orchestra-shop-toolbar .woocommerce-result-count,
.orchestra-shop-toolbar select { font-family: var(--font-body); }
.orchestra-shop-toolbar select {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(201,169,110,.26);
  background: #fff;
  padding: 0 16px;
}

.woocommerce ul.products { gap: 30px 22px; }
.book-card {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(201,169,110,.18);
  box-shadow: 0 16px 40px rgba(18,26,45,.06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.book-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 56px rgba(18,26,45,.12);
  border-color: rgba(201,169,110,.34);
}
.book-cover { position:relative; padding: 16px 16px 0; background: linear-gradient(180deg, #f8f4ec 0%, #f2eadc 100%); }
.orchestra-product-cover-link {
  display:block;
  overflow:hidden;
  border-radius: 18px;
  background:#fff;
  box-shadow: 0 14px 34px rgba(26,39,68,.12);
}
.book-img { width:100%; aspect-ratio: 0.72; object-fit: cover; transition: transform .4s ease; }
.book-card:hover .book-img { transform: scale(1.05); }
.book-info { padding: 18px 18px 20px; }
.orchestra-card-topline { margin-bottom: 8px; }
.orchestra-card-kicker {
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gold-pale);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.book-title { font-size: 28px; line-height: 1.08; margin: 8px 0 6px; }
.book-title a { color: var(--navy); }
.book-author { font-size: 13px; color: var(--muted); min-height: 1.4em; margin-bottom: 12px; }
.book-price { font-size: 18px; font-weight: 800; color: var(--navy); }
.book-footer { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top: 14px; }
.cart-btn {
  min-width: 44px;
  height: 44px;
  border-radius: 999px !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  background: linear-gradient(180deg, var(--navy) 0%, #111b30 100%) !important;
  color:#fff !important;
  box-shadow: 0 10px 22px rgba(18,26,45,.16);
}
.book-actions { top: 28px; right: 26px; }
.action-btn, .book-actions .yith-wcwl-add-to-wishlist a, .book-actions .compare, .book-actions .button {
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(201,169,110,.22);
  box-shadow: 0 10px 24px rgba(18,26,45,.10);
}

.orchestra-single-wrap { padding-top: 8px; }
.orchestra-single-breadcrumbs { margin: 0 0 18px; }
.orchestra-single-grid {
  align-items: start;
  gap: 36px;
}
.orchestra-single-gallery,
.orchestra-single-summary {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(201,169,110,.18);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(18,26,45,.06);
}
.orchestra-single-gallery { padding: 20px; position: sticky; top: 120px; }
.orchestra-single-summary { padding: 28px; gap: 16px !important; }
.orchestra-single-kickers { display:flex; flex-wrap:wrap; gap:10px; margin-bottom: 4px; }
.orchestra-single-kickers span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gold-pale);
  border: 1px solid rgba(201,169,110,.18);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.orchestra-single-title { font-size: clamp(34px, 4vw, 54px); line-height: 1.02; }
.orchestra-single-author {
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #faf6ee, #f4ecdf);
  border: 1px solid rgba(201,169,110,.20);
}
.orchestra-single-price .price,
.orchestra-single-price { font-size: 26px; font-weight: 800; color: var(--navy); }
.orchestra-stock { display:inline-flex; padding: 8px 12px; border-radius:999px; font-weight:800; }
.orchestra-stock.in-stock { background:#edf7ef; color:#295d46; }
.orchestra-stock.out-of-stock { background:#fbe9e7; color:#9f2d20; }
.orchestra-single-short-description,
.orchestra-single-description-content,
.entry-content,
.woocommerce-tabs .panel { line-height: 1.95; color:#44506a; }
.orchestra-single-short-description p,
.orchestra-single-description-content p,
.entry-content p,
.woocommerce-tabs .panel p { margin: 0 0 1rem; }
.orchestra-single-description-card,
.orchestra-single-attributes-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffaf3, #f6efe4);
  border: 1px solid rgba(201,169,110,.18);
}
.orchestra-attributes-grid { gap: 10px; }
.orchestra-attr-row {
  display:grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(201,169,110,.14);
}
.orchestra-attr-row:last-child { border-bottom: 0; }
.orchestra-attr-label { color: var(--muted); font-weight:700; }
.orchestra-attr-value { color: var(--navy); font-weight:600; }
.orchestra-single-cart-box {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(201,169,110,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.single-product .quantity .qty {
  min-height: 48px;
  border-radius: 999px;
  border:1px solid rgba(201,169,110,.22);
}
.single-product button.single_add_to_cart_button {
  min-height: 52px;
  border-radius: 999px !important;
  padding: 0 26px !important;
  background: linear-gradient(180deg, var(--navy) 0%, #111b30 100%) !important;
  box-shadow: 0 16px 36px rgba(18,26,45,.16);
}
.orchestra-single-reassurance {
  display:grid;
  gap:10px;
  margin-top: 6px;
}
.orchestra-single-reassurance li {
  position:relative;
  padding-left: 18px;
  color: #53607c;
  font-size: 14px;
}
.orchestra-single-reassurance li::before {
  content:'•';
  position:absolute;
  left:0;
  top:0;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}
.orchestra-single-extra-actions,
.orchestra-single-meta { padding-top: 4px; }
.orchestra-related-heading { font-size: 38px; margin: 42px 0 18px; }
.orchestra-same-author-wrap { margin-top: 36px; }

.site-footer {
  margin-top: 56px;
  border-top: 1px solid rgba(201,169,110,.18);
  background: linear-gradient(180deg, #141d32 0%, #0d1324 100%);
}

@media (max-width: 1200px) {
  .header-search { min-width: 220px; }
  .orchestra-shop-header-inner { padding: 40px 32px; }
}
@media (max-width: 980px) {
  .site-nav, .header-subnav { display:none; }
  .header-search { display:none; }
  .orchestra-mobile-toggle { display:flex; }
  .orchestra-mobile-panel:not([hidden]) { display:block; }
  .header-inner { min-height: 76px; }
  .orchestra-shop-header-inner { grid-template-columns: 1fr; }
  .orchestra-single-grid { grid-template-columns: 1fr; }
  .orchestra-single-gallery { position: static; }
}
@media (max-width: 768px) {
  .header-inner { padding: 0 16px; gap: 14px; }
  .topbar-inner, .header-subnav-inner, .orchestra-mobile-panel-inner { padding-left:16px; padding-right:16px; }
  .orchestra-shop-header-inner { padding: 28px 20px; }
  .orchestra-shop-intro { font-size: 15px; }
  .book-title { font-size: 22px; }
  .orchestra-single-summary, .orchestra-single-gallery { padding: 18px; border-radius: 22px; }
  .orchestra-single-title { font-size: 32px; }
  .orchestra-attr-row { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 480px) {
  .announce { font-size: 12px; padding: 8px 10px; }
  .site-logo img.custom-logo { max-height: 44px; }
  .logo-text .name { font-size: 18px; }
  .orchestra-shop-toolbar { flex-direction: column; align-items: stretch; }
  .orchestra-single-kickers span, .orchestra-shop-trust span { width: 100%; justify-content: center; }
}
