:root {
  --pc-ink: #1d1c1a;
  --pc-muted: #6e6a63;
  --pc-cream: #f7f2e8;
  --pc-paper: #fffdf8;
  --pc-sand: #e9dfcf;
  --pc-orange: #e65d2f;
  --pc-yellow: #f1c44c;
  --pc-green: #5f8f70;
  --pc-blue: #4d79a8;
  --pc-red: #c9463d;
  --pc-radius: 22px;
  --pc-shadow: 0 20px 60px rgba(39, 31, 20, 0.12);
  --pc-container: min(1240px, calc(100vw - 48px));
}

html { scroll-behavior: smooth; }
body.polacat-site {
  margin: 0;
  color: var(--pc-ink);
  background: var(--pc-paper);
  font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.polacat-menu-open { overflow: hidden; }
.polacat-site *, .polacat-site *::before, .polacat-site *::after { box-sizing: border-box; }
.polacat-site img { max-width: 100%; height: auto; }
.polacat-container { width: var(--pc-container); margin-inline: auto; }
.polacat-skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 10000; transform: translateY(-140%);
  padding: 10px 16px; color: #fff; background: var(--pc-ink); border-radius: 8px;
}
.polacat-skip-link:focus { transform: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.polacat-announcement { color: #fff; background: var(--pc-ink); font-size: 12px; letter-spacing: .06em; }
.polacat-announcement .polacat-container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.polacat-announcement-note { color: rgba(255,255,255,.68); }
.polacat-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(29,28,26,.08);
  backdrop-filter: blur(16px); transition: box-shadow .25s ease;
}
.polacat-header.is-scrolled { box-shadow: 0 8px 30px rgba(35,30,22,.08); }
.polacat-header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.polacat-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--pc-ink); text-decoration: none; }
.polacat-brand:hover { color: var(--pc-ink); }
.polacat-brand-word { font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 700; letter-spacing: -.04em; }
.polacat-brand-mark { position: relative; width: 34px; height: 30px; display: inline-grid; place-items: center; background: var(--pc-ink); border-radius: 5px 5px 9px 9px; }
.polacat-brand-mark::before, .polacat-brand-mark::after { content: ""; position: absolute; top: -6px; width: 11px; height: 11px; background: var(--pc-ink); transform: rotate(45deg); border-radius: 2px; }
.polacat-brand-mark::before { left: 3px; }
.polacat-brand-mark::after { right: 3px; }
.polacat-brand-mark span { position: relative; z-index: 1; width: 15px; height: 15px; border: 3px solid var(--pc-paper); border-radius: 50%; }
.polacat-brand-mark span::after { content: ""; position: absolute; right: -7px; top: -7px; width: 4px; height: 4px; background: var(--pc-orange); border-radius: 50%; }
.polacat-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 36px); margin: 0; padding: 0; list-style: none; }
.polacat-menu a { position: relative; display: inline-block; padding: 28px 0 25px; color: #34312d; font-size: 14px; font-weight: 600; text-decoration: none; }
.polacat-menu a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--pc-orange); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.polacat-menu a:hover::after, .polacat-menu .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.polacat-header-actions { display: flex; align-items: center; gap: 7px; }
.polacat-icon-link { position: relative; width: 42px; height: 42px; display: grid; place-items: center; color: var(--pc-ink); border-radius: 50%; text-decoration: none; transition: background .2s ease; }
.polacat-icon-link:hover { color: var(--pc-ink); background: var(--pc-cream); }
.polacat-icon-link svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.polacat-cart-count { position: absolute; top: 1px; right: -2px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; color: #fff; background: var(--pc-orange); border: 2px solid var(--pc-paper); border-radius: 10px; font-size: 10px; font-weight: 700; line-height: 1; }
.polacat-menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 0; }
.polacat-menu-toggle > span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--pc-ink); transition: transform .2s ease; }

.polacat-hero { position: relative; overflow: hidden; background: var(--pc-cream); }
.polacat-hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 66px 76px; }
.polacat-kicker, .polacat-eyebrow { margin: 0 0 18px; color: var(--pc-orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.polacat-kicker { display: flex; align-items: center; gap: 12px; }
.polacat-kicker span { width: 30px; height: 2px; background: currentColor; }
.polacat-hero h1 { max-width: 690px; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(52px, 5.9vw, 84px); font-weight: 500; line-height: 1.03; letter-spacing: -.055em; }
.polacat-hero h1 em { display: block; color: var(--pc-orange); font-weight: 500; }
.polacat-hero-lead { max-width: 640px; margin: 28px 0 0; color: #5a554e; font-size: 17px; line-height: 1.9; }
.polacat-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.polacat-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.polacat-button:hover { transform: translateY(-2px); }
.polacat-button--dark { color: #fff; background: var(--pc-ink); }
.polacat-button--dark:hover { color: #fff; background: var(--pc-orange); }
.polacat-button--light { color: var(--pc-ink); background: #fff; }
.polacat-button--light:hover { color: #fff; background: var(--pc-orange); }
.polacat-button--outline { color: var(--pc-ink); border-color: rgba(29,28,26,.28); background: transparent; }
.polacat-button--outline:hover { color: #fff; border-color: var(--pc-ink); background: var(--pc-ink); }
.polacat-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--pc-ink); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(29,28,26,.35); }
.polacat-text-link:hover { color: var(--pc-orange); border-color: var(--pc-orange); }
.polacat-hero-points { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 36px 0 0; padding: 0; list-style: none; color: var(--pc-muted); font-size: 12px; }
.polacat-hero-points li { display: flex; align-items: center; gap: 6px; }
.polacat-hero-points span { color: var(--pc-green); font-weight: 900; }
.polacat-hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.polacat-hero-orbit { position: absolute; inset: 3% 0 0 2%; border: 1px solid rgba(29,28,26,.14); border-radius: 51% 49% 44% 56% / 48% 46% 54% 52%; transform: rotate(-10deg); }
.polacat-hero-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(29,28,26,.13); border-radius: inherit; transform: rotate(17deg); }
.polacat-polaroid-card { position: relative; z-index: 2; width: min(410px, 83%); padding: 20px 20px 34px; background: #fff; box-shadow: 0 28px 70px rgba(57,45,29,.18); transform: rotate(4deg); }
.polacat-polaroid-card img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #ece7de; }
.polacat-polaroid-caption { padding: 18px 7px 0; }
.polacat-polaroid-caption span { display: block; color: var(--pc-orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.polacat-polaroid-caption strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 19px; line-height: 1.25; }
.polacat-hand-note { position: absolute; z-index: 3; right: -13px; top: 20px; max-width: 116px; color: #57514a; font-family: "Segoe Print", "KaiTi", cursive; font-size: 14px; transform: rotate(6deg); }
.polacat-hand-note svg { width: 75px; display: block; margin: 5px 0 0 -10px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.polacat-hero-badge { position: absolute; z-index: 4; bottom: 22px; left: -10px; width: 98px; height: 98px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--pc-orange); border-radius: 50%; box-shadow: 0 13px 35px rgba(176,67,31,.28); transform: rotate(-8deg); }
.polacat-hero-badge strong { font-family: Georgia, serif; font-size: 32px; line-height: 1; }
.polacat-hero-badge span { max-width: 62px; margin-top: 5px; font-size: 9px; line-height: 1.25; }
.polacat-spectrum { position: absolute; right: 0; bottom: 0; left: 0; height: 8px; display: grid; grid-template-columns: repeat(5, 1fr); }
.polacat-spectrum span:nth-child(1) { background: var(--pc-red); }
.polacat-spectrum span:nth-child(2) { background: var(--pc-orange); }
.polacat-spectrum span:nth-child(3) { background: var(--pc-yellow); }
.polacat-spectrum span:nth-child(4) { background: var(--pc-green); }
.polacat-spectrum span:nth-child(5) { background: var(--pc-blue); }

.polacat-section { padding-block: 108px; }
.polacat-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.polacat-section-heading h2, .polacat-story-copy h2, .polacat-diy-copy h2, .polacat-coupon-card h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(34px, 4vw, 54px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.polacat-section-heading .polacat-eyebrow { margin-bottom: 10px; }
.polacat-heading-note { margin: 0; color: var(--pc-muted); font-size: 13px; }
.polacat-category-section { background: var(--pc-paper); }
.polacat-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.polacat-category-card { position: relative; min-height: 420px; display: flex; flex-direction: column; overflow: hidden; color: var(--pc-ink); background: #e9e4da; border-radius: var(--pc-radius); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.polacat-category-card:hover { color: var(--pc-ink); transform: translateY(-7px); box-shadow: var(--pc-shadow); }
.polacat-category-card--vintage-cameras { background: #d8c7aa; }
.polacat-category-card--diy-instant { background: #cad8cb; }
.polacat-category-card--film-paper { background: #d6dce6; }
.polacat-category-index { position: absolute; z-index: 2; top: 22px; left: 22px; width: 38px; height: 38px; display: grid; place-items: center; background: rgba(255,255,255,.72); border-radius: 50%; font-size: 11px; font-weight: 800; backdrop-filter: blur(8px); }
.polacat-category-image { height: 250px; display: grid; place-items: center; padding: 35px 24px 0; }
.polacat-category-image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 15px 18px rgba(31,25,18,.16)); transition: transform .3s ease; }
.polacat-category-card:hover .polacat-category-image img { transform: scale(1.045) rotate(-2deg); }
.polacat-category-shape { width: 130px; height: 145px; position: relative; background: #fff; box-shadow: 0 14px 22px rgba(31,25,18,.12); transform: rotate(-5deg); }
.polacat-category-shape::before { content: ""; position: absolute; inset: 15px 15px 42px; background: #31302e; }
.polacat-category-shape::after { content: ""; position: absolute; right: 18px; bottom: 18px; left: 18px; height: 5px; background: linear-gradient(90deg, var(--pc-red) 20%, var(--pc-orange) 20% 40%, var(--pc-yellow) 40% 60%, var(--pc-green) 60% 80%, var(--pc-blue) 80%); }
.polacat-category-copy { position: relative; flex: 1; padding: 22px 24px 28px; background: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.7); }
.polacat-category-copy h3 { margin: 0 0 7px; font-family: Georgia, "Songti SC", serif; font-size: 24px; }
.polacat-category-copy p { margin: 0; padding-right: 38px; color: #686159; font-size: 12px; line-height: 1.65; }
.polacat-circle-arrow { position: absolute; right: 20px; bottom: 24px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(29,28,26,.25); border-radius: 50%; transition: color .2s ease, background .2s ease; }
.polacat-category-card:hover .polacat-circle-arrow { color: #fff; background: var(--pc-ink); }

.polacat-products-section { background: #f2ece1; }
.polacat-product-grid.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 20px; margin: 0 !important; padding: 0; }
.polacat-product-grid.products::before, .polacat-product-grid.products::after { display: none !important; }
.polacat-site ul.products li.product { position: relative; width: auto !important; float: none !important; margin: 0 !important; padding: 0 0 4px; list-style: none; }
.polacat-site ul.products li.product a { text-decoration: none; }
.polacat-site ul.products li.product .astra-shop-thumbnail-wrap, .polacat-site ul.products li.product > a:first-child { display: block; }
.polacat-site ul.products li.product img { width: 100%; aspect-ratio: 1; margin: 0 0 18px !important; object-fit: contain; background: rgba(255,255,255,.68); border-radius: 18px; transition: transform .3s ease, box-shadow .3s ease; }
.polacat-site ul.products li.product:hover img { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(42,32,21,.11); }
.polacat-site ul.products li.product .woocommerce-loop-product__title, .polacat-site ul.products li.product h2 { min-height: 48px; margin: 0 0 6px; padding: 0 !important; color: var(--pc-ink); font-family: Georgia, "Songti SC", serif; font-size: 17px !important; font-weight: 600; line-height: 1.4; }
.polacat-site ul.products li.product .price { margin: 0 !important; color: var(--pc-orange) !important; font-size: 15px !important; font-weight: 800 !important; }
.polacat-site ul.products li.product .price del { color: var(--pc-muted); font-weight: 400; opacity: .65; }
.polacat-site ul.products li.product .button { position: absolute; right: 10px; bottom: 0; width: 38px; height: 38px; overflow: hidden; padding: 0 !important; color: transparent !important; background: var(--pc-ink) !important; border-radius: 50% !important; font-size: 0 !important; }
.polacat-site ul.products li.product .button::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 21px; font-weight: 400; }
.polacat-site ul.products li.product .button:hover { background: var(--pc-orange) !important; }
.polacat-site ul.products li.product .added_to_cart { display: block; margin-top: 8px; color: var(--pc-ink); font-size: 11px; font-weight: 700; }
.polacat-site .onsale { min-width: auto !important; min-height: auto !important; padding: 7px 11px !important; color: #fff !important; background: var(--pc-orange) !important; border-radius: 999px !important; font-size: 10px !important; font-weight: 800 !important; line-height: 1 !important; text-transform: uppercase; }

.polacat-story-section { padding-block: 120px; color: #fff; background: var(--pc-ink); }
.polacat-story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.polacat-story-visual { position: relative; min-height: 520px; }
.polacat-story-visual::before { content: ""; position: absolute; inset: 40px 9% 30px 13%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.polacat-story-frame { position: absolute; width: 260px; height: 320px; padding: 15px 15px 56px; background: #fff; box-shadow: 0 30px 60px rgba(0,0,0,.28); }
.polacat-story-frame::before { content: ""; display: block; width: 100%; height: 100%; background: radial-gradient(circle at 62% 35%, rgba(244,206,114,.8), transparent 17%), linear-gradient(145deg, #536a68, #c8a177 54%, #5a4133); filter: saturate(.78); }
.polacat-story-frame span { position: absolute; right: 20px; bottom: 16px; color: var(--pc-ink); font-family: "Segoe Print", "KaiTi", cursive; font-size: 14px; }
.polacat-story-frame--one { top: 15px; left: 8%; transform: rotate(-8deg); }
.polacat-story-frame--two { right: 5%; bottom: 5px; transform: rotate(8deg); }
.polacat-story-frame--two::before { background: radial-gradient(circle at 43% 45%, rgba(255,219,134,.7), transparent 18%), linear-gradient(150deg, #223439, #8d6651 56%, #d0b69c); }
.polacat-story-visual > p { position: absolute; z-index: 4; right: -5px; bottom: -8px; max-width: 260px; color: rgba(255,255,255,.58); font-family: "Segoe Print", cursive; font-size: 13px; transform: rotate(-3deg); }
.polacat-story-copy .polacat-eyebrow { color: var(--pc-yellow); }
.polacat-story-copy h2 { color: #fff; font-size: clamp(42px, 5vw, 66px); }
.polacat-story-copy > p:not(.polacat-eyebrow) { margin: 28px 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 2; }
.polacat-story-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 35px 0 42px; padding: 28px 0; border-block: 1px solid rgba(255,255,255,.13); }
.polacat-story-stats strong { display: block; color: var(--pc-yellow); font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.polacat-story-stats span { display: block; margin-top: 8px; color: rgba(255,255,255,.54); font-size: 10px; }
.polacat-story-copy .polacat-button--outline { color: #fff; border-color: rgba(255,255,255,.33); }
.polacat-story-copy .polacat-button--outline:hover { color: var(--pc-ink); background: #fff; border-color: #fff; }

.polacat-diy-section { padding-block: 110px; background: var(--pc-paper); }
.polacat-diy-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; padding: clamp(45px, 6vw, 85px); color: #fff; background: var(--pc-green); border-radius: 30px; }
.polacat-diy-card::before { content: ""; position: absolute; width: 470px; height: 470px; right: -110px; top: -190px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.polacat-diy-copy { position: relative; z-index: 1; }
.polacat-diy-copy .polacat-eyebrow { color: #f1df91; }
.polacat-diy-copy h2 { max-width: 650px; color: #fff; font-size: clamp(38px, 4.7vw, 62px); }
.polacat-diy-copy > p:not(.polacat-eyebrow) { max-width: 650px; margin: 24px 0 32px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.9; }
.polacat-diy-steps { position: relative; z-index: 1; display: grid; align-content: center; gap: 14px; }
.polacat-diy-steps > div { display: grid; grid-template-columns: 50px 85px 1fr; align-items: center; gap: 15px; min-height: 92px; padding: 15px 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; backdrop-filter: blur(8px); }
.polacat-diy-steps span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--pc-green); background: #fff; border-radius: 50%; font-size: 11px; font-weight: 800; }
.polacat-diy-steps strong { font-family: Georgia, "Songti SC", serif; font-size: 22px; }
.polacat-diy-steps small { color: rgba(255,255,255,.66); font-size: 11px; }

.polacat-coupon-section { padding: 0 0 110px; background: var(--pc-paper); }
.polacat-coupon-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 55px 65px; background: var(--pc-yellow); border-radius: 24px; }
.polacat-coupon-card .polacat-eyebrow { color: var(--pc-ink); opacity: .58; }
.polacat-coupon-card h2 { max-width: 780px; font-size: clamp(30px, 3.5vw, 47px); }
.polacat-coupon-card p:not(.polacat-eyebrow) { margin: 12px 0 0; color: rgba(29,28,26,.68); }
.polacat-coupon-code { min-width: 190px; padding: 16px 24px; color: #fff; background: var(--pc-ink); border: 0; border-radius: 14px; cursor: pointer; transform: rotate(2deg); box-shadow: 7px 7px 0 rgba(29,28,26,.15); }
.polacat-coupon-code span, .polacat-coupon-code small { display: block; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; opacity: .6; }
.polacat-coupon-code strong { display: block; margin: 3px 0; font-size: 24px; letter-spacing: .06em; }

.polacat-service-section { padding-block: 68px; background: #eee6d9; border-top: 1px solid rgba(29,28,26,.08); }
.polacat-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.polacat-service-grid > div { position: relative; padding-left: 56px; }
.polacat-service-icon { position: absolute; left: 0; top: 1px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--pc-ink); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.polacat-service-grid h3 { margin: 0 0 5px; font-family: Georgia, "Songti SC", serif; font-size: 17px; }
.polacat-service-grid p { margin: 0; color: var(--pc-muted); font-size: 11px; line-height: 1.65; }

.polacat-footer { padding: 80px 0 25px; color: rgba(255,255,255,.72); background: #171614; }
.polacat-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 65px; padding-bottom: 65px; }
.polacat-brand--light { color: #fff; }
.polacat-brand--light:hover { color: #fff; }
.polacat-brand--light .polacat-brand-mark { background: #fff; }
.polacat-brand--light .polacat-brand-mark::before, .polacat-brand--light .polacat-brand-mark::after { background: #fff; }
.polacat-brand--light .polacat-brand-mark span { border-color: var(--pc-ink); }
.polacat-footer-brand p { max-width: 390px; margin: 22px 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.8; }
.polacat-film-stripe { width: 150px; height: 5px; display: grid; grid-template-columns: repeat(5, 1fr); }
.polacat-film-stripe i:nth-child(1) { background: var(--pc-red); }.polacat-film-stripe i:nth-child(2) { background: var(--pc-orange); }.polacat-film-stripe i:nth-child(3) { background: var(--pc-yellow); }.polacat-film-stripe i:nth-child(4) { background: var(--pc-green); }.polacat-film-stripe i:nth-child(5) { background: var(--pc-blue); }
.polacat-footer h2 { margin: 5px 0 18px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.polacat-footer ul { margin: 0; padding: 0; list-style: none; }
.polacat-footer li { margin-bottom: 9px; }
.polacat-footer a:not(.polacat-brand) { color: rgba(255,255,255,.57); font-size: 12px; text-decoration: none; }
.polacat-footer a:hover { color: #fff; }
.polacat-sandbox-label { display: inline-block; margin-top: 12px; padding: 5px 8px; color: #1b1711; background: var(--pc-yellow); border-radius: 4px; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.polacat-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.polacat-footer-bottom p { margin: 0; color: rgba(255,255,255,.36); font-size: 9px; }

/* WooCommerce interior pages */
.polacat-site .site-content, .polacat-site .ast-container { max-width: 1240px; }
.polacat-site .site-content { min-height: 55vh; padding-block: 58px 90px; }
.polacat-home + .site-content { padding: 0; }
.polacat-site .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--pc-muted); font-size: 11px; }
.polacat-site .woocommerce-breadcrumb a { color: var(--pc-ink); }
.polacat-site .woocommerce-products-header__title, .polacat-site .product_title, .polacat-site .entry-title { font-family: Georgia, "Songti SC", serif; letter-spacing: -.025em; }
.polacat-site .woocommerce-products-header__title { font-size: clamp(38px, 5vw, 60px); }
.polacat-site .woocommerce-result-count, .polacat-site .woocommerce-ordering { color: var(--pc-muted); font-size: 12px; }
.polacat-site .woocommerce-ordering select { padding: 10px 34px 10px 12px; background-color: #fff; border: 1px solid var(--pc-sand); border-radius: 8px; }
.polacat-site .woocommerce div.product div.images img { background: #f4efe6; border-radius: 18px; }
.polacat-site div.product .product_title { font-size: clamp(32px, 4vw, 51px); line-height: 1.12; }
.polacat-site div.product p.price, .polacat-site div.product span.price { color: var(--pc-orange); font-size: 24px; font-weight: 800; }
.polacat-site div.product .woocommerce-product-details__short-description { color: var(--pc-muted); }
.polacat-site .quantity .qty { min-height: 46px; border: 1px solid var(--pc-sand); border-radius: 8px; }
.polacat-site .single_add_to_cart_button, .polacat-site .checkout-button, .polacat-site #place_order, .polacat-site .wc-proceed-to-checkout a { min-height: 48px; padding: 13px 24px !important; color: #fff !important; background: var(--pc-ink) !important; border-radius: 999px !important; font-size: 14px !important; font-weight: 800 !important; }
.polacat-site .single_add_to_cart_button:hover, .polacat-site .checkout-button:hover, .polacat-site #place_order:hover { background: var(--pc-orange) !important; }
.polacat-site .woocommerce-tabs { margin-top: 65px; }
.polacat-site .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--pc-sand); }
.polacat-site .woocommerce-tabs ul.tabs::before { display: none !important; }
.polacat-site .woocommerce-tabs ul.tabs li { margin: 0 22px 0 0 !important; padding: 0 !important; background: none !important; border: 0 !important; }
.polacat-site .woocommerce-tabs ul.tabs li a { padding: 14px 0 !important; }
.polacat-site .woocommerce-tabs ul.tabs li.active a { color: var(--pc-orange) !important; border-bottom: 2px solid var(--pc-orange); }
.polacat-site .woocommerce-message, .polacat-site .woocommerce-info, .polacat-site .woocommerce-error { padding: 18px 22px 18px 50px; background: #f4efe5; border-top-color: var(--pc-green); border-radius: 10px; }
.polacat-site table.shop_table { overflow: hidden; border: 1px solid var(--pc-sand); border-radius: 12px; }
.polacat-site table.shop_table th { background: #f3ede3; }
.polacat-site .woocommerce form .form-row input.input-text, .polacat-site .woocommerce form .form-row textarea, .polacat-site .select2-container--default .select2-selection--single { min-height: 46px; padding: 10px 12px; background: #fff; border: 1px solid #d9d0c3; border-radius: 8px; }
.polacat-site .woocommerce form.checkout_coupon, .polacat-site .woocommerce form.login, .polacat-site .woocommerce form.register { border-color: var(--pc-sand); border-radius: 12px; }
.polacat-source-note { margin-top: 20px; padding: 13px 16px; color: var(--pc-muted); background: #f7f2e8; border-left: 3px solid var(--pc-yellow); font-size: 11px; }
.polacat-source-note a { color: var(--pc-ink); font-weight: 700; }

@media (max-width: 1100px) {
  .polacat-header-inner { grid-template-columns: auto auto 1fr auto; }
  .polacat-menu-toggle { display: block; grid-column: 2; }
  .polacat-nav { position: fixed; top: 112px; right: 0; bottom: 0; left: 0; z-index: 1001; padding: 20px 24px 40px; overflow-y: auto; background: var(--pc-paper); transform: translateX(100%); transition: transform .25s ease; }
  .polacat-nav.is-open { transform: none; }
  .polacat-menu { display: block; }
  .polacat-menu a { width: 100%; padding: 15px 0; font-family: Georgia, "Songti SC", serif; font-size: 24px; border-bottom: 1px solid var(--pc-sand); }
  .polacat-menu a::after { display: none; }
  .polacat-header-actions { grid-column: 4; }
  .polacat-hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .polacat-category-grid { grid-template-columns: repeat(2, 1fr); }
  .polacat-category-card { min-height: 390px; }
  .polacat-product-grid.products { grid-template-columns: repeat(3, 1fr); }
  .polacat-footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .polacat-footer-grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
  :root { --pc-container: min(100% - 32px, 720px); }
  .polacat-announcement .polacat-container { justify-content: center; }
  .polacat-announcement-note { display: none; }
  .polacat-header-inner { min-height: 68px; gap: 10px; }
  .polacat-nav { top: 102px; }
  .polacat-brand-word { font-size: 26px; }
  .polacat-icon-link:first-child { display: none; }
  .polacat-hero-grid { grid-template-columns: 1fr; padding-top: 55px; }
  .polacat-hero-copy { position: relative; z-index: 3; }
  .polacat-hero h1 { font-size: clamp(48px, 12vw, 70px); }
  .polacat-hero-visual { min-height: 500px; }
  .polacat-section { padding-block: 78px; }
  .polacat-section-heading { align-items: start; }
  .polacat-category-grid { gap: 14px; }
  .polacat-product-grid.products { grid-template-columns: repeat(2, 1fr); }
  .polacat-story-grid { grid-template-columns: 1fr; }
  .polacat-story-visual { width: min(100%, 560px); margin-inline: auto; }
  .polacat-diy-card { grid-template-columns: 1fr; }
  .polacat-coupon-card { grid-template-columns: 1fr; padding: 42px; }
  .polacat-coupon-code { width: 210px; }
  .polacat-service-grid { grid-template-columns: repeat(2, 1fr); }
  .polacat-footer-grid { grid-template-columns: 1.7fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 560px) {
  :root { --pc-container: calc(100vw - 28px); }
  .polacat-brand-mark { width: 30px; height: 27px; }
  .polacat-brand-word { font-size: 23px; }
  .polacat-header-actions { gap: 0; }
  .polacat-hero-grid { min-height: auto; padding-bottom: 58px; }
  .polacat-hero h1 { font-size: 46px; }
  .polacat-hero-lead { font-size: 14px; }
  .polacat-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .polacat-hero-points { display: grid; grid-template-columns: 1fr 1fr; }
  .polacat-hero-visual { min-height: 410px; }
  .polacat-polaroid-card { width: 80%; }
  .polacat-hand-note { right: 0; top: -8px; }
  .polacat-hero-badge { left: 0; bottom: 5px; width: 78px; height: 78px; }
  .polacat-section-heading { display: block; }
  .polacat-section-heading > .polacat-text-link, .polacat-heading-note { margin-top: 18px; }
  .polacat-category-grid { grid-template-columns: 1fr; }
  .polacat-category-card { min-height: 380px; }
  .polacat-product-grid.products { gap: 28px 12px; }
  .polacat-site ul.products li.product .woocommerce-loop-product__title, .polacat-site ul.products li.product h2 { min-height: 57px; font-size: 15px !important; }
  .polacat-site ul.products li.product .button { right: 4px; width: 34px; height: 34px; }
  .polacat-story-section { padding-block: 78px; }
  .polacat-story-visual { min-height: 390px; }
  .polacat-story-frame { width: 190px; height: 245px; padding: 11px 11px 44px; }
  .polacat-story-stats { gap: 10px; }
  .polacat-diy-section { padding-block: 70px; }
  .polacat-diy-card { gap: 35px; padding: 38px 25px; border-radius: 22px; }
  .polacat-diy-steps > div { grid-template-columns: 42px 70px 1fr; gap: 8px; padding-inline: 12px; }
  .polacat-diy-steps strong { font-size: 18px; }
  .polacat-coupon-section { padding-bottom: 70px; }
  .polacat-coupon-card { padding: 34px 25px; }
  .polacat-service-grid { grid-template-columns: 1fr; }
  .polacat-footer { padding-top: 58px; }
  .polacat-footer-grid { grid-template-columns: 1fr 1fr; }
  .polacat-footer-brand { grid-column: 1 / -1; }
  .polacat-footer-bottom { display: block; }
  .polacat-footer-bottom p + p { margin-top: 8px; }
}

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

