/*
Theme Name: Polish Coffee
Theme URI: https://polishcoffee.com
Author: Polish Coffee
Author URI: https://polishcoffee.com
Description: A cinematic, story-first WooCommerce theme inspired by centuries of Polish coffee culture.
Version: 1.8.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: polish-coffee
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

:root { --ink: #070809; --paper: #f1e6c9; --muted-paper: #cbbd9b; --gold: #d5ae5b; --bright-gold: #f1d58e; --deep-gold: #8f6a2f; --crimson: #8d1e2f; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Georgia, "Times New Roman", serif; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; clip: auto; padding: 14px 18px; background: #fff; color: #000; }
.admin-bar .site-header { top: 32px; }
button, a { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--bright-gold); outline-offset: 5px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; height: 112px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 72px); border-bottom: 1px solid rgba(213,174,91,.18); background: linear-gradient(to bottom, rgba(4,5,6,.96), rgba(4,5,6,.62), transparent); backdrop-filter: blur(7px); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--gold); text-decoration: none; letter-spacing: .18em; }
.brand-logo { display: block; width: 98px; height: 98px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.65)); transition: transform .25s ease, filter .25s ease; }
.brand:hover .brand-logo { transform: scale(1.035); filter: drop-shadow(0 5px 15px rgba(213,174,91,.16)); }
.brand-seal { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; font-size: 11px; letter-spacing: 0; box-shadow: inset 0 0 0 3px rgba(213,174,91,.12); }
.brand b { display: block; font-size: 17px; line-height: 1; }
.brand small { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .45em; }
.brand .custom-logo { display: block; width: auto; max-width: 190px; max-height: 90px; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
nav button, .nav-link { border: 0; background: transparent; cursor: pointer; font: 600 11px/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #eee3c8; text-decoration: none; }
.cart-link { color: #eee3c8; text-decoration: none; font: 600 11px/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.cart-link span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-left: 7px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }

.story-shell { position: relative; min-height: 100svh; overflow: hidden; background: #08090a; }
.story-shell [hidden] { display: none !important; }
/* Compatibility cleanup for story HTML retained by page or optimization caches. */
.knight-note, .wax-mark, .book-transition, .book-leaf, .book-gutter { display: none !important; visibility: hidden !important; pointer-events: none !important; }
.scene { position: relative; min-height: 100svh; display: grid; overflow: hidden; background-image: var(--scene-image), radial-gradient(circle at 65% 45%, #3a2716, #08090a 60%); background-size: cover; background-position: center; }
.scene::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.96) 0%, rgba(5,6,7,.72) 39%, rgba(5,6,7,.2) 72%, rgba(5,6,7,.72) 100%); }
.scene::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 180px #000; pointer-events: none; }
.scene-scrim { position: absolute; inset: 0; background-image: linear-gradient(110deg, transparent 55%, rgba(213,174,91,.04)); mix-blend-mode: soft-light; opacity: .42; }
.scene.scene-entering, .finale-scene.scene-entering { animation: sceneFadeIn .2s ease-out both; }

.landing-copy { position: relative; z-index: 2; align-self: center; width: min(700px, 88vw); margin-left: clamp(24px, 8vw, 142px); padding-top: 70px; }
.kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--gold); font: 700 11px/1.3 Arial, sans-serif; letter-spacing: .26em; text-transform: uppercase; }
.kicker span { display: inline-block; width: 48px; height: 1px; background: var(--gold); }
h1, h2 { font-weight: 400; letter-spacing: -.045em; }
.landing-copy h1 { max-width: 690px; margin: 0; font-size: clamp(60px, 7.3vw, 118px); line-height: .85; text-shadow: 0 7px 45px #000; }
h1 em, h2 em { color: var(--bright-gold); font-weight: 400; }
.lede { max-width: 520px; margin: 34px 0 0; color: #d8cbaa; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.65; }
.landing-actions, .chapter-actions, .finale-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.gold-button, .outline-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid var(--gold); background: linear-gradient(135deg, #e3c06d, #a67934); color: #111; font: 700 11px/1 Arial, sans-serif; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; cursor: pointer; box-shadow: 0 10px 45px rgba(213,174,91,.13); transition: .25s ease; }
.gold-button:hover { filter: brightness(1.13); transform: translateY(-2px); }
.gold-button span, .outline-button span { margin-left: 17px; font-size: 17px; }
.text-button { border: 0; border-bottom: 1px solid rgba(241,230,201,.45); padding: 8px 0; background: transparent; color: #e3d8bd; font: 700 10px/1 Arial, sans-serif; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; flex-direction: column; gap: 8px; align-items: center; border: 0; background: transparent; color: #c8b996; text-decoration: none; cursor: pointer; }
.scroll-cue span { font: 700 9px/1 Arial, sans-serif; letter-spacing: .24em; text-transform: uppercase; }
.scroll-cue i { font-style: normal; animation: bob 1.6s infinite; }

.chapter-scene { align-items: center; background-position: center; }
.chapter-scene::before { background: linear-gradient(90deg, rgba(5,6,7,.98) 0%, rgba(5,6,7,.9) 38%, rgba(5,6,7,.15) 78%, rgba(5,6,7,.5) 100%); }
.chapter-card { position: relative; z-index: 3; width: min(650px, 88vw); margin-left: clamp(24px, 8vw, 142px); padding-top: 80px; }
.chapter-label { display: flex; align-items: center; gap: 13px; color: var(--gold); font: 700 10px/1 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.chapter-label span { width: 38px; height: 1px; background: var(--deep-gold); }
.chapter-card h2 { margin: 25px 0; max-width: 610px; font-size: clamp(46px, 5vw, 77px); line-height: .98; }
.chapter-card blockquote { margin: 0; max-width: 565px; padding-left: 24px; border-left: 1px solid var(--gold); color: #efe1c0; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.65; font-style: italic; }
.chapter-detail { max-width: 550px; margin: 23px 0 0; color: #afa58f; font: 400 14px/1.8 Arial, sans-serif; }
.legend-note { width: fit-content; margin: 18px 0 0; padding: 8px 10px; border: 1px solid rgba(213,174,91,.22); color: #d4c49f; font: 600 9px/1.3 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.round-button { display: inline-grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(213,174,91,.42); border-radius: 50%; background: rgba(0,0,0,.25); color: var(--gold); font-size: 18px; text-decoration: none; cursor: pointer; }
.scene-caption { position: absolute; z-index: 2; right: 32px; bottom: 28px; margin: 0; color: rgba(241,230,201,.48); font: 9px/1.4 Arial, sans-serif; letter-spacing: .08em; }

.story-progress { position: fixed; z-index: 45; right: clamp(14px, 2.2vw, 36px); top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; gap: 11px; }
.story-progress::before { content: ""; position: absolute; z-index: -1; top: 14px; bottom: 14px; width: 1px; background: rgba(213,174,91,.25); }
.story-progress a { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: #111; color: #8f846d; text-decoration: none; cursor: pointer; font: 700 9px/1 Arial, sans-serif; }
.story-progress a.active { width: 38px; height: 38px; border-color: var(--gold); color: var(--bright-gold); box-shadow: 0 0 25px rgba(213,174,91,.18); }

.finale-scene { position: relative; min-height: 100svh; padding: 135px clamp(28px, 7vw, 112px) 100px; overflow: hidden; background: radial-gradient(circle at 50% 10%, #281b0f, #0b0b0c 37%, #050607 77%); }
.finale-scene::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at center, transparent 0 4px, #c39b4c 4.5px 5px, transparent 5.5px), linear-gradient(35deg, transparent 49.6%, rgba(213,174,91,.25) 50%, transparent 50.4%); background-size: 92px 92px; mask-image: linear-gradient(to bottom, #000, transparent 62%); }
.finale-intro { position: relative; z-index: 2; max-width: 850px; margin: 0 auto 52px; text-align: center; }
.kicker.centered { justify-content: center; }
.finale-intro h2 { margin: 0; font-size: clamp(44px, 5.6vw, 82px); line-height: 1; }
.finale-intro > p:last-child { max-width: 660px; margin: 26px auto 0; color: #bcb097; font-size: 16px; line-height: 1.75; }
.product-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1320px; margin: 0 auto; }
.product-card { position: relative; min-width: 0; border: 1px solid rgba(213,174,91,.2); background: linear-gradient(155deg, rgba(36,28,19,.9), rgba(10,11,12,.98) 57%); overflow: hidden; }
.product-card:hover { border-color: rgba(213,174,91,.52); }
.product-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 10px; background: var(--crimson); color: #fff2d7; font: 700 8px/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.product-image { display: grid; place-items: center; height: 360px; padding: 24px; overflow: hidden; background: radial-gradient(circle, #31261a, #0b0c0d 70%); }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.bag-art { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 265px; margin: 40px auto 10px; width: 155px; border: 1px solid #9a773c; background: linear-gradient(115deg, #0a0b0c, #26221c 48%, #090a0b 51%, #17130d); box-shadow: 20px 25px 55px #000; clip-path: polygon(4% 5%, 96% 0, 100% 95%, 0 100%); transform: rotate(-2deg); }
.bag-art::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(213,174,91,.25); }
.bag-art b { color: #dfbf74; font-size: 17px; letter-spacing: .15em; }
.bag-art small { margin-top: 5px; color: #c59b4c; font: 700 8px/1 Arial, sans-serif; letter-spacing: .4em; }
.bag-art i { position: absolute; bottom: 20px; color: #8f6a2f; font-size: 12px; font-style: normal; }
.bag-wings { margin-bottom: 23px; color: var(--gold); font-size: 46px; text-shadow: 0 0 25px rgba(213,174,91,.45); }
.product-copy { padding: 21px 24px 24px; border-top: 1px solid rgba(213,174,91,.15); }
.product-copy > p { margin: 0 0 8px; color: #8f856f; font: 700 8px/1 Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.product-copy h3 { margin: 0 0 8px; color: #efe3c8; font-size: 23px; font-weight: 400; }
.product-copy > span { color: #9f957f; font: 12px/1.5 Arial, sans-serif; }
.product-copy > div { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; }
.product-copy strong { color: var(--gold); font-size: 18px; }
.product-copy button { border: 0; padding: 0; background: transparent; color: #ded2b7; font: 700 9px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.product-copy button b { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-left: 8px; border: 1px solid var(--deep-gold); border-radius: 50%; color: var(--gold); }
.add-to-cart-link { color: #ded2b7; text-decoration: none; font: 700 9px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.add-to-cart-link b { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-left: 8px; border: 1px solid var(--deep-gold); border-radius: 50%; color: var(--gold); }
.finale-actions { position: relative; z-index: 2; justify-content: center; }
.outline-button { display: inline-flex; align-items: center; justify-content: center; background: transparent; color: var(--bright-gold); text-decoration: none; }
.preview-note { position: relative; z-index: 2; margin: 24px 0 0; color: #726a59; text-align: center; font: 9px/1.5 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.steam { position: absolute; z-index: 1; width: 220px; height: 500px; border: 2px solid rgba(234,215,170,.08); border-color: rgba(234,215,170,.12) transparent transparent; border-radius: 50%; filter: blur(2px); animation: steam 8s ease-in-out infinite; }
.steam-one { left: 14%; top: 5%; transform: rotate(20deg); }
.steam-two { right: 12%; top: 15%; animation-delay: -3s; transform: rotate(-25deg); }

footer { display: grid; grid-template-columns: .8fr minmax(320px, 2fr) 2.2fr .9fr; gap: clamp(18px, 2vw, 30px); align-items: center; padding: 42px clamp(24px, 5vw, 80px); border-top: 1px solid rgba(213,174,91,.17); background: #050607; color: #807865; font: 11px/1.7 Arial, sans-serif; }
footer b { color: var(--gold); letter-spacing: .17em; }
footer p { margin: 4px 0; }
footer a { color: #b6a77f; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; }
.footer-links a { width: fit-content; text-decoration: none; }
.footer-links a:hover { color: var(--bright-gold); }
.footer-copyright { text-align: right; }

@keyframes sceneFadeIn { from { opacity: .72; } to { opacity: 1; } }
@keyframes bob { 50% { transform: translateY(7px); } }
@keyframes steam { 0%,100% { opacity: .1; transform: translateY(40px) rotate(18deg) scale(.8); } 50% { opacity: .7; transform: translateY(-35px) rotate(-5deg) scale(1.2); } }

@media (max-width: 900px) {
  .site-header { height: 86px; }
  nav { gap: 16px; }
  nav button, .nav-link, .cart-link { display: inline-flex; align-items: center; white-space: nowrap; font-size: 9px; letter-spacing: .1em; }
  .brand-seal { width: 36px; height: 36px; }
  .brand-logo { width: 76px; height: 76px; }
  .brand .custom-logo { max-width: 150px; max-height: 76px; }
  .scene::before { background: linear-gradient(90deg, rgba(5,6,7,.96), rgba(5,6,7,.63) 76%, rgba(5,6,7,.48)); }
  .landing-copy, .chapter-card { margin-left: 7vw; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }
  .story-progress { right: 10px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
  .footer-copyright { text-align: center; }
}

@media (max-width: 600px) {
  .admin-bar .site-header { top: 46px; }
  .brand small { display: none; }
  .brand-logo { width: 64px; height: 64px; }
  .brand .custom-logo { width: 64px; height: 64px; object-fit: contain; }
  .site-header { height: 78px; padding: 0 10px; background: rgba(4,5,6,.96); }
  nav { gap: 7px; }
  nav button, .nav-link, .cart-link { font-size: 7.7px; letter-spacing: .055em; }
  .cart-link span { width: 19px; height: 19px; margin-left: 4px; }
  .story-shell { overflow: visible; }
  .scene { min-height: 100svh; align-items: start; overflow: visible; background-position: 63% center; }
  .landing-copy { align-self: start; width: auto; margin: 0 18px; padding: 122px 0 92px; }
  .kicker { gap: 10px; margin-bottom: 18px; font-size: 8.5px; letter-spacing: .2em; }
  .kicker span { width: 32px; }
  .landing-copy h1 { font-size: clamp(46px, 15vw, 64px); line-height: .9; }
  .lede { margin-top: 22px; font-size: 15px; line-height: 1.48; }
  .landing-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 28px; }
  .scroll-cue { display: none; }
  .chapter-scene { align-items: start; }
  .chapter-card { width: auto; margin: 0 18px; padding: 116px 0 92px; }
  .chapter-label { font-size: 8.5px; letter-spacing: .17em; }
  .chapter-card h2 { margin: 18px 0; font-size: clamp(36px, 11vw, 44px); }
  .chapter-card blockquote { padding-left: 15px; font-size: 16px; line-height: 1.52; }
  .chapter-detail { font-size: 12px; line-height: 1.6; }
  .chapter-actions { margin-top: 22px; gap: 12px; }
  .gold-button { min-height: 49px; padding: 0 17px; font-size: 9px; }
  .round-button { width: 48px; height: 48px; }
  .scene-caption { display: none; }
  .story-progress { right: auto; left: 50%; top: auto; bottom: max(9px, env(safe-area-inset-bottom)); transform: translateX(-50%); flex-direction: row; gap: 3px; padding: 5px; border: 1px solid rgba(213,174,91,.2); background: rgba(5,6,7,.92); backdrop-filter: blur(10px); }
  .story-progress::before { display: none; }
  .story-progress a { width: 28px; height: 28px; background: #0b0c0d; }
  .story-progress a.active { width: 32px; height: 32px; }
  .finale-scene { padding: 118px 18px 82px; overflow: visible; }
  .finale-intro h2 { font-size: 43px; }
  .finale-intro > p:last-child { font-size: 14px; }
  .finale-actions { flex-direction: column; gap: 14px; }
  .product-grid { grid-template-columns: 1fr; max-width: 460px; }
}

@media (max-width: 390px) {
  .site-header { padding: 0 8px; }
  .brand-logo { width: 58px; height: 58px; }
  .brand .custom-logo { width: 58px; height: 58px; }
  nav { gap: 5px; }
  nav button, .nav-link, .cart-link { font-size: 7px; letter-spacing: .025em; }
  .cart-link span { width: 18px; height: 18px; margin-left: 2px; }
  .landing-copy h1 { font-size: clamp(44px, 14vw, 56px); }
  .gold-button { width: 100%; }
}

@media (max-width: 350px) {
  .brand-logo, .brand .custom-logo { width: 52px; height: 52px; }
  nav { gap: 3px; }
  nav button, .nav-link, .cart-link { font-size: 6.4px; letter-spacing: 0; }
  .cart-link span { width: 16px; height: 16px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Standard WordPress and WooCommerce pages */
.regular-content { width: min(1180px, calc(100% - 44px)); min-height: 70vh; margin: 0 auto; padding: 172px 0 90px; }
.regular-content h1 { margin: 0 0 30px; color: var(--bright-gold); font-size: clamp(42px, 6vw, 74px); line-height: 1; }
.regular-content h2, .regular-content h3 { color: #e8d5ab; }
.regular-content p, .regular-content li { color: #bdb19a; font-family: Arial, sans-serif; line-height: 1.8; }
.regular-content a { color: var(--gold); }
.post-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.post-card { padding: 28px; border: 1px solid rgba(213,174,91,.2); background: #101112; }
.post-card h2 { margin-top: 0; }
.post-card a { color: #ecddbd; text-decoration: none; }
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-result-count { color: #968b74; }
.post-type-archive-product .regular-content, .tax-product_cat .regular-content, .tax-product_tag .regular-content { width: min(1420px, calc(100% - 48px)); }
.pc-shop-intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(24px, 5vw, 72px); align-items: center; margin: 0 0 52px; padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(213,174,91,.2); background: radial-gradient(circle at 93% 0, rgba(213,174,91,.13), transparent 33%), linear-gradient(145deg, #17130e, #0b0c0d 68%); box-shadow: 0 24px 70px rgba(0,0,0,.26); }
.pc-shop-intro > div > p { margin: 0 0 12px; color: var(--gold); font: 700 9px/1.3 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.pc-shop-intro h2 { margin: 0; color: #f0e1c2; font-size: clamp(34px, 4vw, 54px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.pc-shop-intro > div > span { display: block; max-width: 700px; margin-top: 20px; color: #aaa08d; font: 14px/1.75 Arial, sans-serif; }
.pc-shop-intro blockquote { margin: 0; padding: 24px 0 24px 28px; border-left: 1px solid var(--gold); }
.pc-shop-intro blockquote p { margin: 0; color: #f0dfb9; font: italic 23px/1.45 Georgia, serif; }
.pc-shop-intro cite { display: block; margin-top: 15px; color: #8f846f; font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.pc-shop-intro blockquote small { display: block; margin-top: 8px; color: #8f8574; font: 11px/1.55 Arial, sans-serif; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 26px; border: 1px solid rgba(213,174,91,.2); background: linear-gradient(155deg, #17140f, #0d0e0f 67%); box-shadow: 0 22px 55px rgba(0,0,0,.2); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: rgba(213,174,91,.48); box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / 1; margin: 0 0 24px; padding: 24px; object-fit: contain; background: radial-gradient(circle, #332718, #090a0b 72%); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 0 10px; font-size: clamp(22px, 2vw, 28px); line-height: 1.12; }
.woocommerce ul.products li.product .price { margin-bottom: 20px; font-size: 19px; }
.woocommerce ul.products li.product .button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; margin-top: 16px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce div.product .product_title { color: #eee0c2; font-family: Georgia, serif; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--gold); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 0; background: linear-gradient(135deg, #e3c06d, #a67934); color: #111; font: 700 10px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--bright-gold); color: #111; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--gold); background: #151412; color: #d8cbaa; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--gold); }
.woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: rgba(213,174,91,.28); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: rgba(213,174,91,.14); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce .quantity .qty { border: 1px solid rgba(213,174,91,.32); border-radius: 0; background: #111; color: #f1e6c9; padding: 12px; }
.woocommerce .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: rgba(213,174,91,.26); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: #111; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #1b1711; color: var(--gold); }

/* Contact and policy hub */
.pc-contact-page { min-height: 80vh; padding: 158px clamp(20px, 6vw, 96px) 100px; background: radial-gradient(circle at 85% 0, rgba(213,174,91,.11), transparent 28%), #08090a; }
.pc-contact-hero { display: grid; grid-template-columns: 180px minmax(0, 900px); gap: clamp(26px, 5vw, 68px); align-items: center; width: min(1220px, 100%); margin: 0 auto 44px; }
.pc-contact-mark { display: grid; place-items: center; width: 180px; aspect-ratio: 1; border: 1px solid rgba(213,174,91,.22); background: #050607; box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.pc-contact-mark img { width: 145px; height: 145px; object-fit: contain; }
.pc-contact-hero > div:last-child > p, .pc-policy-intro > p, .pc-contact-email > div:nth-child(2) > p { margin: 0 0 13px; color: var(--gold); font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .23em; text-transform: uppercase; }
.pc-contact-hero h1 { margin: 0; color: #f2e5c8; font-size: clamp(48px, 6.3vw, 88px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.pc-contact-hero > div:last-child > span { display: block; max-width: 720px; margin-top: 23px; color: #aaa08c; font: 15px/1.75 Arial, sans-serif; }
.pc-contact-email { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 20px; align-items: center; width: min(1220px, 100%); margin: 0 auto 42px; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(213,174,91,.24); background: linear-gradient(145deg, #1b160f, #0c0d0e 72%); }
.pc-contact-email > div:first-child { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--deep-gold); border-radius: 50%; color: var(--gold); font: 26px/1 Georgia, serif; }
.pc-contact-email h2 { margin: 0; font-size: clamp(27px, 3.3vw, 44px); font-weight: 400; }
.pc-contact-email h2 a { color: #f1e1bd; text-decoration: none; }
.pc-contact-email > div:nth-child(2) > span { display: block; margin-top: 9px; color: #918774; font: 12px/1.6 Arial, sans-serif; }
.pc-policy-shell { width: min(1220px, 100%); margin: 0 auto; }
.pc-policy-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 20px 50px; align-items: end; padding: 38px 0 30px; }
.pc-policy-intro > p { grid-column: 1 / -1; margin-bottom: -4px; }
.pc-policy-intro h2 { margin: 0; color: #f0e1c1; font-size: clamp(38px, 5vw, 66px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.pc-policy-intro > span { color: #827968; font: 11px/1.65 Arial, sans-serif; }
.pc-policy-accordion { border-top: 1px solid rgba(213,174,91,.24); }
.pc-policy-accordion details { scroll-margin-top: 130px; border-bottom: 1px solid rgba(213,174,91,.18); background: rgba(13,14,15,.84); }
.pc-policy-accordion details:target { border-right: 1px solid rgba(213,174,91,.3); border-left: 1px solid rgba(213,174,91,.3); }
.pc-policy-accordion details[open] { background: linear-gradient(145deg, rgba(29,23,16,.95), rgba(12,13,14,.98) 65%); }
.pc-policy-accordion summary { display: grid; grid-template-columns: 46px minmax(0, 1fr) 30px; gap: 16px; align-items: center; min-height: 82px; padding: 0 clamp(18px, 3vw, 34px); color: #e8d9b8; cursor: pointer; list-style: none; }
.pc-policy-accordion summary::-webkit-details-marker { display: none; }
.pc-policy-accordion summary > span { color: var(--gold); font: 700 9px/1 Arial, sans-serif; letter-spacing: .1em; }
.pc-policy-accordion summary strong { font-size: clamp(18px, 2vw, 25px); font-weight: 400; }
.pc-policy-accordion summary i { color: var(--gold); text-align: right; font: 300 24px/1 Arial, sans-serif; transition: transform .2s ease; }
.pc-policy-accordion details[open] summary i { transform: rotate(45deg); }
.pc-policy-content { max-width: 930px; padding: 2px clamp(24px, 7vw, 95px) 38px; }
.pc-policy-content h3 { margin: 28px 0 10px; color: #e6d4af; font-size: 24px; font-weight: 400; }
.pc-policy-content p, .pc-policy-content li { color: #a9a08e; font: 13px/1.8 Arial, sans-serif; }
.pc-policy-content ul { display: grid; gap: 8px; padding-left: 20px; }
.pc-policy-content strong { color: #d9c9a8; }

/* Cinematic motion layer — v1.1 */
.story-shell { --pointer-x: 0px; --pointer-y: 0px; }
.scene { z-index: 1; isolation: isolate; background-image: none; }
.scene-art { position: absolute; z-index: -2; inset: -3%; background-image: var(--scene-image), radial-gradient(circle at 65% 45%, #3a2716, #08090a 60%); background-size: cover; background-position: center; will-change: transform; animation: cinematicDrift 18s ease-in-out infinite alternate; }
.scene-scrim { animation: moonWash 10s ease-in-out infinite alternate; }
.ambient-layer { position: absolute; z-index: 3; inset: 0; overflow: hidden; pointer-events: none; }
.mist { position: absolute; width: 80vw; height: 28vh; border-radius: 50%; background: radial-gradient(ellipse, rgba(215,225,225,.12), transparent 68%); filter: blur(28px); opacity: .35; }
.mist-a { left: -24vw; bottom: -8vh; animation: mistTravel 19s ease-in-out infinite alternate; }
.mist-b { right: -26vw; bottom: 9vh; animation: mistTravel 24s ease-in-out -7s infinite alternate-reverse; }
.ember { --left: 50%; --size: 3px; --drift: 20px; position: absolute; left: var(--left); bottom: -12px; width: var(--size); height: var(--size); border-radius: 50%; background: #f1ba58; box-shadow: 0 0 9px #e58728, 0 0 18px rgba(229,135,40,.45); opacity: 0; animation: emberRise var(--speed, 8s) linear var(--delay, 0s) infinite; }
.ember-1 { --left: 56%; --size: 2px; --speed: 7s; --delay: -1s; --drift: 28px; }.ember-2 { --left: 61%; --size: 4px; --speed: 10s; --delay: -6s; --drift: -33px; }.ember-3 { --left: 47%; --size: 3px; --speed: 8s; --delay: -4s; --drift: 18px; }.ember-4 { --left: 72%; --size: 2px; --speed: 12s; --delay: -8s; --drift: -17px; }.ember-5 { --left: 37%; --size: 3px; --speed: 9s; --delay: -2s; --drift: 42px; }.ember-6 { --left: 82%; --size: 2px; --speed: 11s; --delay: -5s; --drift: -28px; }.ember-7 { --left: 25%; --size: 2px; --speed: 13s; --delay: -9s; --drift: 22px; }.ember-8 { --left: 66%; --size: 3px; --speed: 8s; --delay: -7s; --drift: 36px; }.ember-9 { --left: 91%; --size: 2px; --speed: 14s; --delay: -3s; --drift: -31px; }.ember-10 { --left: 15%; --size: 2px; --speed: 12s; --delay: -10s; --drift: 38px; }.ember-11 { --left: 52%; --size: 3px; --speed: 10s; --delay: -3s; --drift: -24px; }.ember-12 { --left: 76%; --size: 4px; --speed: 9s; --delay: -8s; --drift: 15px; }.ember-13 { --left: 43%; --size: 2px; --speed: 15s; --delay: -12s; --drift: -45px; }.ember-14 { --left: 32%; --size: 3px; --speed: 11s; --delay: -6s; --drift: 25px; }.ember-15 { --left: 87%; --size: 3px; --speed: 13s; --delay: -5s; --drift: -19px; }.ember-16 { --left: 69%; --size: 2px; --speed: 9s; --delay: -1s; --drift: 32px; }.ember-17 { --left: 22%; --size: 2px; --speed: 10s; --delay: -8s; --drift: -21px; }.ember-18 { --left: 58%; --size: 3px; --speed: 12s; --delay: -4s; --drift: 48px; }
.landing-copy > *, .chapter-card > * { opacity: 0; transform: translateY(22px); animation: textReveal .8s cubic-bezier(.16,1,.3,1) forwards; }
.landing-copy > *:nth-child(1), .chapter-card > *:nth-child(1) { animation-delay: .12s; }.landing-copy > *:nth-child(2), .chapter-card > *:nth-child(2) { animation-delay: .26s; }.landing-copy > *:nth-child(3), .chapter-card > *:nth-child(3) { animation-delay: .4s; }.landing-copy > *:nth-child(4), .chapter-card > *:nth-child(4) { animation-delay: .54s; }.chapter-card > *:nth-child(5) { animation-delay: .66s; }.chapter-card > *:last-child { animation-delay: .72s; }
.story-progress a.active { animation: progressPulse 2.4s ease-in-out infinite; }
.product-card { transform: translateY(22px); opacity: 0; animation: productArrive .75s cubic-bezier(.16,1,.3,1) forwards; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }.product-card:nth-child(1) { animation-delay: .12s; }.product-card:nth-child(2) { animation-delay: .24s; }.product-card:nth-child(3) { animation-delay: .36s; }.product-card:hover { transform: translateY(-9px) rotateX(2deg); box-shadow: 0 28px 70px rgba(0,0,0,.55); }
.finale-cup { position: absolute; z-index: 0; left: 50%; top: 60px; width: 156px; height: 64px; transform: translateX(-50%); border: 1px solid rgba(213,174,91,.14); border-radius: 0 0 70px 70px; opacity: .23; box-shadow: inset 0 -18px 40px rgba(213,174,91,.1), 0 18px 40px #000; }
.finale-cup span, .finale-cup i, .finale-cup b { position: absolute; bottom: 55px; width: 30px; height: 90px; border: 2px solid rgba(241,230,201,.22); border-color: transparent transparent transparent rgba(241,230,201,.22); border-radius: 50%; filter: blur(1px); animation: cupSteam 4.5s ease-in-out infinite; }.finale-cup span { left: 38px; }.finale-cup i { left: 65px; animation-delay: -1.5s; }.finale-cup b { left: 88px; animation-delay: -3s; }
@keyframes cinematicDrift { from { transform: translate3d(var(--pointer-x), var(--pointer-y), 0) scale(1.03); } to { transform: translate3d(var(--pointer-x), var(--pointer-y), 0) scale(1.095); } }
@keyframes moonWash { from { opacity: .35; } to { opacity: .62; } }
@keyframes mistTravel { from { transform: translate3d(-5vw, 0, 0) scale(.9); } to { transform: translate3d(21vw, -3vh, 0) scale(1.18); } }
@keyframes emberRise { 0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.6); } 12% { opacity: .85; } 70% { opacity: .4; } 100% { opacity: 0; transform: translate3d(var(--drift), -92vh, 0) scale(1.35); } }
@keyframes textReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes progressPulse { 50% { box-shadow: 0 0 34px rgba(213,174,91,.42); } }
@keyframes productArrive { to { opacity: 1; transform: translateY(0); } }
@keyframes cupSteam { 0%,100% { opacity: 0; transform: translateY(25px) rotate(12deg) scale(.8); } 35% { opacity: 1; } 70% { opacity: .25; } 100% { transform: translateY(-50px) rotate(-10deg) scale(1.2); } }

/* Luxury WooCommerce journey — v1.8 */
.pc-commerce-journey { position: relative; z-index: 4; margin-top: 112px; padding: 30px clamp(22px, 5vw, 80px) 48px; overflow: hidden; border-bottom: 1px solid rgba(213,174,91,.2); background: radial-gradient(circle at 82% 8%, rgba(141,30,47,.18), transparent 34%), linear-gradient(135deg, #12100d, #08090a 58%, #0c0b09); }
.pc-commerce-journey::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(120deg, transparent 48%, rgba(213,174,91,.07) 49%, transparent 50%); background-size: 86px 86px; mask-image: linear-gradient(90deg, transparent, #000 55%, transparent); }
.admin-bar .pc-commerce-journey { margin-top: 144px; }
.pc-checkout-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(650px, 100%); margin: 0 auto 38px; }
.pc-checkout-step { position: relative; color: #786f5e; text-align: center; font: 700 9px/1 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.pc-checkout-step:not(:last-child)::after { content: ""; position: absolute; z-index: -1; top: 15px; left: calc(50% + 20px); width: calc(100% - 40px); height: 1px; background: rgba(213,174,91,.18); }
.pc-checkout-step.is-complete:not(:last-child)::after { background: linear-gradient(90deg, var(--gold), rgba(213,174,91,.3)); }
.pc-checkout-step a, .pc-step-label { display: inline-flex; flex-direction: column; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.pc-checkout-step a > span, .pc-step-label > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(213,174,91,.24); border-radius: 50%; background: #0b0b0c; color: #80755f; letter-spacing: 0; transition: .25s ease; }
.pc-checkout-step.is-complete, .pc-checkout-step.is-current { color: #e8d9b8; }
.pc-checkout-step.is-complete a > span { border-color: var(--deep-gold); color: var(--gold); }
.pc-checkout-step.is-complete a > span::before { content: "✓"; }
.pc-checkout-step.is-complete a > span { font-size: 0; }
.pc-checkout-step.is-complete a > span::before { font-size: 11px; }
.pc-checkout-step.is-current .pc-step-label > span { border-color: var(--gold); color: var(--bright-gold); box-shadow: 0 0 0 5px rgba(213,174,91,.08), 0 0 28px rgba(213,174,91,.16); }
.pc-commerce-heading { position: relative; z-index: 1; max-width: 850px; margin: 0 auto; text-align: center; }
.pc-commerce-heading > p { margin: 0 0 13px; color: var(--gold); font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .25em; text-transform: uppercase; }
.pc-commerce-heading h1 { margin: 0; color: #f2e5c8; font-size: clamp(44px, 5.6vw, 78px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.pc-commerce-heading > span { display: block; max-width: 610px; margin: 20px auto 0; color: #aaa08b; font: 14px/1.7 Arial, sans-serif; }
.pc-commerce-heritage { position: relative; z-index: 1; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; align-items: start; width: min(880px, 100%); margin: 30px auto 0; padding: 20px 24px; border: 1px solid rgba(213,174,91,.17); background: rgba(7,8,9,.62); }
.pc-commerce-heritage > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--deep-gold); border-radius: 50%; color: var(--gold); }
.pc-commerce-heritage p { margin: 0 0 8px; color: var(--gold); font: 700 8px/1.3 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.pc-commerce-heritage strong { display: block; color: #eadcbd; font: italic 17px/1.5 Georgia, serif; }
.pc-commerce-heritage small { display: block; margin-top: 7px; color: #8f8574; font: 11px/1.6 Arial, sans-serif; }
.pc-commerce-heritage [data-heritage-credit] { color: #d5ae5b; font-weight: 700; letter-spacing: .04em; }
.pc-commerce-heritage [data-heritage-note] { margin-top: 3px; }

/* Product detail */
.single-product .regular-content { width: min(1320px, calc(100% - 44px)); padding-top: 172px; }
.single-product .woocommerce-breadcrumb { margin-bottom: 30px; font: 600 10px/1.4 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.single-product .woocommerce-breadcrumb a { color: #c3b38f; text-decoration: none; }
.single-product .woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 0 clamp(42px, 6vw, 92px); }
.single-product .woocommerce div.product .woocommerce-product-gallery { grid-column: 1; width: 100%; margin: 0; float: none; }
.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper { border: 1px solid rgba(213,174,91,.2); background: radial-gradient(circle at 50% 45%, #282118, #0c0d0e 74%); box-shadow: 0 35px 95px rgba(0,0,0,.38); }
.single-product .woocommerce div.product .woocommerce-product-gallery__image a { display: block; }
.single-product .woocommerce div.product .woocommerce-product-gallery__image img { width: 100%; }
.single-product .woocommerce div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.single-product .woocommerce div.product .flex-control-thumbs li { width: auto; float: none; border: 1px solid rgba(213,174,91,.17); background: #101112; }
.single-product .woocommerce div.product .flex-control-thumbs img { transition: opacity .2s ease, box-shadow .2s ease; }
.single-product .woocommerce div.product .flex-control-thumbs img.flex-active { opacity: 1; box-shadow: inset 0 0 0 1px var(--gold); }
.single-product .woocommerce div.product span.onsale { top: 18px; left: 18px; min-width: 0; min-height: 0; margin: 0; padding: 10px 13px; border-radius: 0; background: var(--crimson); font: 700 9px/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.single-product .woocommerce div.product .summary { grid-column: 2; align-self: start; width: 100%; margin: 0; padding: clamp(28px, 4vw, 52px); float: none; border: 1px solid rgba(213,174,91,.18); background: linear-gradient(155deg, rgba(30,24,17,.96), rgba(11,12,13,.98) 62%); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.pc-product-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--gold); font: 700 9px/1 Arial, sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.pc-product-eyebrow span:nth-child(2) { color: var(--crimson); }
.single-product .woocommerce div.product .product_title { margin: 0 0 20px; color: #f1e6c9; font-size: clamp(43px, 4.6vw, 69px); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.single-product .woocommerce div.product .woocommerce-product-rating { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.woocommerce .star-rating span::before, .woocommerce p.stars a { color: var(--gold); }
.single-product .woocommerce div.product .woocommerce-review-link { color: #9e927a; font: 11px/1 Arial, sans-serif; }
.single-product .woocommerce div.product p.price { margin: 16px 0 24px; color: var(--bright-gold); font-size: 28px; font-weight: 400; }
.single-product .woocommerce-product-details__short-description { padding: 20px 0; border-top: 1px solid rgba(213,174,91,.14); border-bottom: 1px solid rgba(213,174,91,.14); }
.single-product .woocommerce-product-details__short-description p { margin: 0; color: #c9bea8; font: 15px/1.75 Arial, sans-serif; }
.single-product .woocommerce div.product form.cart { margin: 28px 0 0; }
.single-product .woocommerce div.product form.cart:not(.variations_form):not(.grouped_form) { display: flex; align-items: stretch; gap: 12px; }
.single-product .woocommerce div.product form.cart.variations_form, .single-product .woocommerce div.product form.cart.grouped_form { display: block; }
.single-product .woocommerce div.product form.cart::before, .single-product .woocommerce div.product form.cart::after { display: none; }
.single-product .woocommerce div.product form.cart .button { min-height: 58px; flex: 1; margin: 0; padding: 0 28px; box-shadow: 0 15px 38px rgba(213,174,91,.14); }
.single-product .woocommerce div.product form.cart .variations_button { display: flex; width: 100%; gap: 12px; }
.single-product .woocommerce div.product form.cart .variations { margin-bottom: 16px; }
.single-product .woocommerce div.product form.cart .variations th, .single-product .woocommerce div.product form.cart .variations td { display: block; padding: 0 0 8px; text-align: left; }
.single-product .woocommerce div.product form.cart .variations label { color: #e7d9ba; font: 700 10px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.single-product .woocommerce div.product form.cart .variations select { width: 100%; min-height: 48px; border: 1px solid rgba(213,174,91,.3); border-radius: 0; background: #111; color: #efe3c9; padding: 0 12px; }
.single-product .woocommerce div.product .product_meta { display: grid; gap: 8px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(213,174,91,.14); color: #756d5d; font: 10px/1.6 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.single-product .woocommerce div.product .product_meta a { color: #bdaa82; text-decoration: none; }
.single-product .woocommerce div.product p.stock { color: #a9bf96; font: 700 10px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.pc-product-reassurance { display: grid; gap: 0; margin: 28px 0 0; padding: 0; border: 1px solid rgba(213,174,91,.14); list-style: none; }
.pc-product-reassurance li { position: relative; display: grid; grid-template-columns: 35px 1fr; gap: 3px 12px; padding: 15px 16px; }
.pc-product-reassurance li + li { border-top: 1px solid rgba(213,174,91,.11); }
.pc-product-reassurance li > span { grid-row: 1 / span 2; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(213,174,91,.24); border-radius: 50%; color: var(--gold); font: 11px/1 Arial, sans-serif; }
.pc-product-reassurance strong { color: #e3d5b7; font: 700 10px/1.2 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.pc-product-reassurance small { color: #8f8675; font: 11px/1.5 Arial, sans-serif; }
.pc-product-ritual { grid-column: 1 / -1; margin: 90px 0 55px; padding: clamp(32px, 5vw, 64px); border: 1px solid rgba(213,174,91,.18); background: radial-gradient(circle at 100% 0, rgba(141,30,47,.14), transparent 35%), linear-gradient(145deg, #16130f, #0b0c0d 65%); }
.pc-ritual-intro { max-width: 700px; margin-bottom: 40px; }
.pc-ritual-intro > p { margin: 0 0 11px; color: var(--gold); font: 700 9px/1 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.pc-ritual-intro h2 { margin: 0; color: #f0e1c2; font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; line-height: 1; }
.pc-ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(213,174,91,.14); }
.pc-ritual-grid article { min-width: 0; padding: 30px; background: #0e0f10; }
.pc-ritual-grid article > span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 24px; border: 1px solid var(--deep-gold); border-radius: 50%; color: var(--gold); font: 700 9px/1 Arial, sans-serif; }
.pc-ritual-grid h3 { margin: 0 0 12px; color: #e6d7b8; font-size: 22px; font-weight: 400; }
.pc-ritual-grid p { margin: 0; color: #938a79; font: 13px/1.75 Arial, sans-serif; }
.single-product .woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin: 0; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; margin: 0; padding: 0; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 20px; border: 1px solid rgba(213,174,91,.16); color: #938975; font: 700 9px/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-color: var(--deep-gold); background: #19150f; color: var(--bright-gold); }
.single-product .woocommerce div.product .woocommerce-tabs .panel { margin: 0; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(213,174,91,.16); background: #0e0f10; }
.single-product .woocommerce div.product .woocommerce-tabs .panel h2:first-child { margin-top: 0; font-size: 32px; font-weight: 400; }
.single-product .woocommerce div.product .woocommerce-tabs .panel p { color: #aba18f; font: 14px/1.85 Arial, sans-serif; }
.single-product .woocommerce div.product .related, .single-product .woocommerce div.product .upsells { grid-column: 1 / -1; margin-top: 75px; }
.single-product .related > h2, .single-product .upsells > h2 { margin-bottom: 30px; font-size: clamp(34px, 4vw, 52px); font-weight: 400; }

/* Shared quantity controls and processing feedback */
.woocommerce .quantity.pc-quantity-ready { display: inline-grid; grid-template-columns: 38px 48px 38px; height: 58px; margin: 0; border: 1px solid rgba(213,174,91,.28); background: #0d0e0f; }
.woocommerce .quantity.pc-quantity-ready .qty { width: 48px; height: 56px; padding: 0; border: 0; border-right: 1px solid rgba(213,174,91,.16); border-left: 1px solid rgba(213,174,91,.16); text-align: center; -moz-appearance: textfield; }
.woocommerce .quantity.pc-quantity-ready .qty::-webkit-inner-spin-button, .woocommerce .quantity.pc-quantity-ready .qty::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.pc-qty-button { width: 38px; border: 0; background: transparent; color: var(--gold); cursor: pointer; font: 18px/1 Arial, sans-serif; transition: background .2s ease, color .2s ease; }
.pc-qty-button:hover { background: rgba(213,174,91,.1); color: var(--bright-gold); }
.is-pc-loading { position: relative; pointer-events: none; opacity: .78; }
.is-pc-loading::after { content: ""; display: inline-block; width: 12px; height: 12px; margin-left: 10px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; vertical-align: -2px; animation: pcSpin .7s linear infinite; }
@keyframes pcSpin { to { transform: rotate(360deg); } }

/* Cart */
.woocommerce-cart .regular-content, .woocommerce-checkout .regular-content { width: min(1280px, calc(100% - 44px)); padding: 50px 0 110px; }
.woocommerce-cart .regular-content > article > h1, .woocommerce-checkout .regular-content > article > h1 { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); }
.woocommerce-cart .regular-content > article, .woocommerce-checkout .regular-content > article { margin: 0; }
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .85fr); gap: 30px; align-items: start; }
.woocommerce-cart .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-cart form.woocommerce-cart-form { grid-column: 1; min-width: 0; }
.woocommerce-cart .cart-collaterals { display: contents; }
.woocommerce-cart .cart-collaterals .cart_totals { grid-column: 2; width: 100%; margin: 0; padding: 28px; float: none; border: 1px solid rgba(213,174,91,.2); background: linear-gradient(155deg, #1a160f, #0d0e0f 68%); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.woocommerce-cart .cart-collaterals .cross-sells { grid-column: 1 / -1; width: 100%; margin-top: 55px; float: none; }
.woocommerce-cart table.shop_table { margin: 0; border: 1px solid rgba(213,174,91,.18); border-radius: 0; border-collapse: collapse; background: #0d0e0f; }
.woocommerce-cart table.shop_table thead { background: #15130f; }
.woocommerce-cart table.shop_table th { padding: 16px; color: #968a73; font: 700 9px/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.woocommerce-cart table.shop_table td { padding: 20px 16px; }
.woocommerce-cart table.shop_table .product-thumbnail { width: 105px; }
.woocommerce-cart table.shop_table .product-thumbnail img { width: 86px; border: 1px solid rgba(213,174,91,.16); background: #151515; }
.woocommerce-cart table.shop_table .product-name a { color: #eadcbd; font-size: 18px; text-decoration: none; }
.woocommerce-cart table.shop_table .product-name .variation { color: #817866; font: 11px/1.5 Arial, sans-serif; }
.woocommerce-cart table.shop_table .product-price, .woocommerce-cart table.shop_table .product-subtotal { color: var(--gold); font-size: 15px; }
.woocommerce-cart a.remove { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(141,30,47,.45); border-radius: 50%; color: #c97b85 !important; font: 400 18px/1 Arial, sans-serif; }
.woocommerce-cart a.remove:hover { background: var(--crimson); color: #fff !important; }
.woocommerce-cart table.cart td.actions { padding: 18px; background: #12110e; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 170px; min-height: 46px; margin: 0; border: 1px solid rgba(213,174,91,.25); background: #090a0b; color: #ede0c3; }
.woocommerce-cart table.cart td.actions .button { min-height: 46px; padding: 0 18px; }
.woocommerce-cart .cart_totals h2 { margin: 0 0 22px; font-size: 30px; font-weight: 400; }
.woocommerce-cart .cart_totals table { margin-bottom: 20px; border: 0; background: transparent; }
.woocommerce-cart .cart_totals table th, .woocommerce-cart .cart_totals table td { padding: 14px 0; border-color: rgba(213,174,91,.12); }
.woocommerce-cart .cart_totals table th { color: #928875; font: 700 10px/1.4 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce-cart .cart_totals table td { color: #e7d7b8; text-align: right; }
.woocommerce-cart .cart_totals .order-total td { color: var(--bright-gold); font-size: 23px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 8px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { display: flex; min-height: 58px; align-items: center; justify-content: center; margin: 0; font-size: 10px; }
.pc-cart-reassurance { display: flex; gap: 14px; margin-top: 18px; padding: 16px; border: 1px solid rgba(213,174,91,.13); background: #0b0c0d; }
.pc-cart-reassurance > span { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border: 1px solid var(--deep-gold); border-radius: 50%; color: var(--gold); }
.pc-cart-reassurance strong { color: #ddcfb2; font: 700 10px/1 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.pc-cart-reassurance p { margin: 6px 0 0; color: #887f6e; font: 11px/1.55 Arial, sans-serif; }
.woocommerce-cart .cart-empty { padding: 45px; border: 1px solid rgba(213,174,91,.2); background: #101112; text-align: center; }
.woocommerce-cart .return-to-shop { text-align: center; }

/* Checkout */
.woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-checkout .woocommerce-form-login-toggle { margin-bottom: 14px; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(370px, .85fr); gap: 0 34px; align-items: start; }
.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 2 / span 2; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100%; padding: 30px; float: none; border: 1px solid rgba(213,174,91,.18); background: #0e0f10; }
.woocommerce-checkout #customer_details .col-2 { margin-top: 22px; }
.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 2; margin: 0; padding: 27px 28px 0; border: 1px solid rgba(213,174,91,.2); border-bottom: 0; background: linear-gradient(155deg, #1a160f, #0e0f10 65%); font-size: 28px; font-weight: 400; }
.woocommerce-checkout #order_review { grid-column: 2; grid-row: 3; margin: 0; padding: 20px 28px 28px; border: 1px solid rgba(213,174,91,.2); border-top: 0; background: linear-gradient(155deg, #17140f, #0e0f10 65%); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.woocommerce-checkout .woocommerce-billing-fields > h3, .woocommerce-checkout .woocommerce-additional-fields > h3, .woocommerce-checkout .woocommerce-shipping-fields > h3 { margin: 0 0 25px; font-size: 31px; font-weight: 400; }
.woocommerce form .form-row { margin: 0 0 17px; padding: 0; }
.woocommerce form .form-row label { margin-bottom: 8px; color: #b8aa8d; font: 700 9px/1.3 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce form .form-row .required { color: #c35a69; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 50px; border: 1px solid rgba(213,174,91,.24); background: #090a0b; transition: border-color .2s ease, box-shadow .2s ease; }
.woocommerce form .form-row textarea { min-height: 115px; resize: vertical; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce form .form-row select:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,174,91,.08); }
.woocommerce .select2-container--default .select2-selection--single { height: 50px; border: 1px solid rgba(213,174,91,.24); border-radius: 0; background: #090a0b; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered { color: #eee1c3; line-height: 48px; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; }
.select2-dropdown { border-color: rgba(213,174,91,.3); background: #111; color: #eee1c3; }
.select2-search--dropdown .select2-search__field { border-color: rgba(213,174,91,.3); background: #090a0b; color: #fff; }
.woocommerce-checkout-review-order-table { border: 0 !important; background: transparent; }
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { padding: 14px 0 !important; }
.woocommerce-checkout-review-order-table .product-name { color: #d9ccb0; }
.woocommerce-checkout-review-order-table .product-total { color: var(--gold); text-align: right; }
.woocommerce-checkout-review-order-table tfoot th { color: #928875; font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce-checkout-review-order-table .order-total td { color: var(--bright-gold); font-size: 22px; }
.woocommerce-checkout #payment { border-radius: 0; background: #0a0b0c; }
.woocommerce-checkout #payment ul.payment_methods { border-color: rgba(213,174,91,.16); }
.woocommerce-checkout #payment div.payment_box { background: #17150f; color: #aaa08e; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #17150f; }
.woocommerce-checkout #payment .payment_method_paypal img { max-height: 28px; }
.woocommerce-checkout #payment div.form-row { padding: 18px; }
.woocommerce-checkout #place_order { width: 100%; min-height: 58px; float: none; box-shadow: 0 15px 38px rgba(213,174,91,.14); }
.woocommerce-checkout .woocommerce-privacy-policy-text p { color: #7f7769; font-size: 10px; line-height: 1.6; }
.pc-checkout-reassurance { display: flex; gap: 12px; margin: 0 0 18px; padding: 14px; border: 1px solid rgba(213,174,91,.14); background: #11100d; }
.pc-checkout-reassurance > span { color: var(--gold); }
.pc-checkout-reassurance p { margin: 0; color: #8e8574; font: 11px/1.55 Arial, sans-serif; }
.pc-checkout-reassurance strong { color: #ddcfb1; letter-spacing: .04em; }

/* WooCommerce Cart and Checkout Blocks */
.woocommerce-cart .wc-block-cart, .woocommerce-checkout .wc-block-checkout { color: #d8ccb3; --wp--preset--color--contrast: #f1e6c9; }
.wc-block-components-sidebar-layout { gap: 30px; }
.wc-block-components-sidebar-layout .wc-block-components-main { width: calc(66% - 15px); padding-right: 0; }
.wc-block-components-sidebar { width: calc(34% - 15px); }
.wc-block-cart-items { border: 1px solid rgba(213,174,91,.18) !important; background: #0e0f10; }
.wc-block-cart-items th { padding: 16px !important; color: #9c9078 !important; font: 700 9px/1 Arial, sans-serif !important; letter-spacing: .13em; text-transform: uppercase; }
.wc-block-cart-items td { padding: 20px 16px !important; border-color: rgba(213,174,91,.12) !important; }
.wc-block-cart-item__image img { border: 1px solid rgba(213,174,91,.17); }
.wc-block-components-product-name { color: #eadcbd !important; font-family: Georgia, serif; font-size: 18px !important; text-decoration: none !important; }
.wc-block-components-product-price, .wc-block-components-totals-item__value { color: var(--gold); }
.wc-block-components-quantity-selector { border-color: rgba(213,174,91,.27) !important; border-radius: 0 !important; background: #090a0b; }
.wc-block-cart-item__remove-link { color: #c87c86 !important; text-decoration: none !important; }
.wc-block-components-sidebar .wc-block-cart__totals-title { color: #e6d7b8; font: 400 28px/1 Georgia, serif !important; letter-spacing: -.02em; text-transform: none !important; }
.wc-block-cart__sidebar, .wc-block-checkout__sidebar { padding: 28px !important; border: 1px solid rgba(213,174,91,.2); background: linear-gradient(155deg, #19150f, #0e0f10 65%); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.wc-block-components-totals-wrapper { border-color: rgba(213,174,91,.13) !important; }
.wc-block-components-totals-item__label { color: #a69a82; }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value { color: var(--bright-gold); font-size: 21px; }
.wc-block-components-button:not(.is-link) { min-height: 56px; border: 1px solid var(--gold); border-radius: 0 !important; background: linear-gradient(135deg, #e3c06d, #a67934) !important; color: #111 !important; font: 700 10px/1 Arial, sans-serif !important; letter-spacing: .12em; text-transform: uppercase; }
.wc-block-components-button:not(.is-link):hover { filter: brightness(1.1); }
.wc-block-checkout__main .wc-block-components-checkout-step { margin: 0 0 20px; padding: 28px; border: 1px solid rgba(213,174,91,.18); background: #0e0f10; }
.wc-block-components-checkout-step__heading { margin-bottom: 22px !important; }
.wc-block-components-checkout-step__title { color: #e8d8b9; font: 400 28px/1.1 Georgia, serif !important; }
.wc-block-components-checkout-step__description { color: #8f8574; }
.wc-block-components-text-input input, .wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-components-address-form__address_2-toggle { border-color: rgba(213,174,91,.26) !important; border-radius: 0 !important; background: #090a0b !important; color: #f0e3c5 !important; }
.wc-block-components-text-input label, .wc-blocks-components-select .wc-blocks-components-select__label { color: #a89b83 !important; }
.wc-block-components-text-input input:focus, .wc-blocks-components-select .wc-blocks-components-select__select:focus { box-shadow: 0 0 0 2px rgba(213,174,91,.12) !important; }
.wc-block-components-radio-control__option { border-color: rgba(213,174,91,.14) !important; }
.wc-block-components-radio-control__label, .wc-block-components-checkbox__label { color: #d6c9ae; }
.wc-block-components-validation-error { color: #e08a95; }
.wc-block-components-order-summary .wc-block-components-order-summary-item { border-color: rgba(213,174,91,.13); }
.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__total-price { color: #e0d1b3; }
.wc-block-components-order-summary-item__image img { border: 1px solid rgba(213,174,91,.17); }
.wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-checkout-order-summary-block { color: #d8ccb3; }

/* Notices, validation, and confirmation */
.woocommerce-error { border-top-color: #a83546; background: #1a1012; color: #e5c9cc; }
.woocommerce-error::before { color: #d66574; }
.woocommerce-message, .woocommerce-info, .wc-block-components-notice-banner { border-radius: 0 !important; border-color: rgba(213,174,91,.3) !important; background: #15130f !important; color: #dfd1b4 !important; }
.woocommerce-order-received .woocommerce-order { max-width: 900px; margin: 0 auto; }
.woocommerce-order-received .woocommerce-thankyou-order-received { padding: 24px; border: 1px solid rgba(213,174,91,.22); background: #11120f; color: #e1d4b8; text-align: center; font-size: 18px; }
.woocommerce-order-received ul.order_details { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); margin: 30px 0; padding: 0; border: 1px solid rgba(213,174,91,.18); background: #0e0f10; }
.woocommerce-order-received ul.order_details li { margin: 0; padding: 18px; border-color: rgba(213,174,91,.15); color: #8f8573; font: 700 9px/1.7 Arial, sans-serif; letter-spacing: .1em; }
.woocommerce-order-received ul.order_details li strong { color: #e2d2b4; font-size: 14px; letter-spacing: 0; }

@media (max-width: 980px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-shop-intro { grid-template-columns: 1fr; }
  .pc-shop-intro blockquote { max-width: 680px; }
  .single-product .woocommerce div.product { grid-template-columns: 1fr; }
  .single-product .woocommerce div.product .woocommerce-product-gallery, .single-product .woocommerce div.product .summary { grid-column: 1; }
  .single-product .woocommerce div.product .summary { margin-top: 24px; }
  .pc-ritual-grid { grid-template-columns: 1fr; }
  .woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-cart form.woocommerce-cart-form, .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells { grid-column: 1; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
  .woocommerce-checkout #order_review_heading { margin-top: 24px; }
  .wc-block-components-sidebar-layout { display: block !important; }
  .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar { width: 100% !important; }
  .wc-block-cart__sidebar, .wc-block-checkout__sidebar { margin-top: 24px; }
}

@media (max-width: 600px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .pc-commerce-journey { margin-top: 78px; padding: 24px 18px 34px; }
  .admin-bar .pc-commerce-journey { margin-top: 124px; }
  .pc-checkout-steps { margin-bottom: 30px; }
  .pc-checkout-step { letter-spacing: .1em; }
  .pc-commerce-heading h1 { font-size: 43px; }
  .pc-commerce-heading > span { font-size: 12px; }
  .pc-commerce-heritage { grid-template-columns: 35px minmax(0, 1fr); gap: 12px; padding: 16px; }
  .pc-commerce-heritage > span { width: 35px; height: 35px; }
  .pc-commerce-heritage strong { font-size: 14px; }
  .single-product .regular-content, .woocommerce-cart .regular-content, .woocommerce-checkout .regular-content { width: min(100% - 28px, 1320px); padding-top: 118px; }
  .woocommerce-cart .regular-content, .woocommerce-checkout .regular-content { padding-top: 28px; }
  .single-product .woocommerce-breadcrumb { margin-bottom: 20px; }
  .single-product .woocommerce div.product .summary { padding: 24px 20px; }
  .single-product .woocommerce div.product .product_title { font-size: 43px; }
  .single-product .woocommerce div.product form.cart, .single-product .woocommerce div.product form.cart .variations_button { flex-wrap: wrap; }
  .single-product .woocommerce div.product form.cart .button { flex-basis: 100%; }
  .pc-product-ritual { margin: 55px 0 35px; padding: 26px 18px; }
  .pc-ritual-grid article { padding: 24px 20px; }
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; white-space: nowrap; }
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 15px; }
  .single-product .woocommerce div.product .woocommerce-tabs .panel { padding: 24px 20px; }
  .woocommerce-cart table.shop_table_responsive tr td { padding: 14px !important; }
  .woocommerce-cart table.shop_table .product-thumbnail { display: block; width: 100%; text-align: center !important; }
  .woocommerce-cart table.shop_table .product-thumbnail::before { display: none; }
  .woocommerce-cart table.shop_table .product-thumbnail img { width: 120px; }
  .woocommerce-cart table.cart td.actions .coupon { width: 100%; flex-wrap: wrap; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%; }
  .woocommerce-cart table.cart td.actions .coupon .button, .woocommerce-cart table.cart td.actions > .button { width: 100%; margin-top: 8px; }
  .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2, .woocommerce-checkout #order_review, .wc-block-cart__sidebar, .wc-block-checkout__sidebar { padding: 22px !important; }
  .woocommerce-checkout #order_review_heading { padding: 22px 22px 0; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
  .wc-block-checkout__main .wc-block-components-checkout-step { padding: 22px 18px; }
  .wc-block-cart-items td { padding: 14px 10px !important; }
  .woocommerce-order-received ul.order_details { grid-template-columns: 1fr; }
  .woocommerce-order-received ul.order_details li { border-right: 0; border-bottom: 1px solid rgba(213,174,91,.15); }
  .post-type-archive-product .regular-content, .tax-product_cat .regular-content, .tax-product_tag .regular-content { width: min(100% - 28px, 1420px); padding-top: 118px; }
  .pc-shop-intro { margin-bottom: 34px; padding: 24px 20px; }
  .pc-shop-intro h2 { font-size: 34px; }
  .pc-shop-intro blockquote { padding: 18px 0 18px 19px; }
  .pc-shop-intro blockquote p { font-size: 18px; }
  .pc-contact-page { padding: 112px 14px 70px; }
  .pc-contact-hero { grid-template-columns: 74px minmax(0, 1fr); gap: 16px; margin-bottom: 28px; }
  .pc-contact-mark { width: 74px; }
  .pc-contact-mark img { width: 62px; height: 62px; }
  .pc-contact-hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .pc-contact-hero > div:last-child > p { font-size: 7.5px; letter-spacing: .14em; }
  .pc-contact-hero > div:last-child > span { grid-column: 1 / -1; margin-top: 15px; font-size: 12px; }
  .pc-contact-email { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 20px 16px; }
  .pc-contact-email > div:first-child { width: 42px; height: 42px; font-size: 20px; }
  .pc-contact-email h2 { font-size: 22px; overflow-wrap: anywhere; }
  .pc-contact-email > .gold-button { grid-column: 1 / -1; width: 100%; }
  .pc-policy-intro { grid-template-columns: 1fr; padding-top: 26px; }
  .pc-policy-intro > p { grid-column: 1; }
  .pc-policy-accordion summary { grid-template-columns: 31px minmax(0, 1fr) 20px; gap: 10px; min-height: 72px; padding: 0 14px; }
  .pc-policy-accordion summary strong { font-size: 17px; }
  .pc-policy-content { padding: 1px 18px 28px; }
  .pc-policy-content h3 { font-size: 21px; }
  .pc-policy-content p, .pc-policy-content li { font-size: 12px; }
}
