/*
Theme Name: 金厨堡
Theme URI: https://example.com/jinchubao
Author: OpenAI Codex
Author URI: https://openai.com/
Description: 金厨堡刀具厨具与定制刀具品牌商城 WordPress 主题。
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: jinchubao
*/

:root {
  --bg: #0c1510;
  --bg-deep: #08100c;
  --bg-soft: #13201a;
  --panel: rgba(23, 35, 28, 0.82);
  --panel-strong: rgba(19, 29, 23, 0.95);
  --panel-earth: rgba(54, 40, 29, 0.76);
  --text: #f1eadf;
  --muted: #b9b39f;
  --line: rgba(203, 185, 132, 0.1);
  --line-strong: rgba(206, 187, 132, 0.22);
  --line-earth: rgba(101, 82, 51, 0.24);
  --moss: #8fa36d;
  --moss-strong: #adc283;
  --earth: #8a6847;
  --ember: #d0a56b;
  --danger: #d2775e;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --edge-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.055), inset 0 0 0 1px var(--line-earth), 0 26px 70px rgba(0, 0, 0, 0.3);
  --font-body: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "Microsoft YaHei", serif;
  --font-display: "Cormorant Garamond", "Noto Serif SC", "Source Han Serif SC", serif;
  --font-ui: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.72;
  letter-spacing: 0.012em;
  background:
    radial-gradient(circle at 15% 12%, rgba(130, 161, 94, 0.16), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(122, 92, 56, 0.16), transparent 20%),
    linear-gradient(180deg, #16241b 0%, #0f1812 34%, #09100c 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  opacity: 0.18;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(214, 191, 155, 0.08) 45%, transparent 46% 54%, rgba(214, 191, 155, 0.05) 55%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 44px);
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

body::after {
  background:
    radial-gradient(circle at 8% 70%, rgba(140, 164, 110, 0.09), transparent 22%),
    radial-gradient(circle at 90% 76%, rgba(93, 72, 49, 0.12), transparent 18%);
}

body.intro-active {
  overflow: hidden;
}

.intro-scene {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 82%, rgba(227, 122, 47, 0.26), transparent 20%),
    radial-gradient(circle at 50% 62%, rgba(173, 194, 131, 0.18), transparent 34%),
    linear-gradient(180deg, #07100c 0%, #0b1710 48%, #050806 100%);
  transition: opacity 900ms ease, visibility 900ms ease, transform 900ms ease;
}

.intro-scene.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  pointer-events: none;
}

.intro-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  animation: introMist 8s linear infinite;
}

.intro-forest {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 48vh;
  background-repeat: repeat-x;
  background-size: 180px 100%;
  transform-origin: bottom;
}

.intro-forest-back {
  opacity: 0.5;
  bottom: 8vh;
  background-image:
    linear-gradient(62deg, transparent 0 38%, rgba(31, 58, 41, 0.58) 39% 44%, transparent 45%),
    linear-gradient(118deg, transparent 0 42%, rgba(31, 58, 41, 0.58) 43% 48%, transparent 49%),
    linear-gradient(90deg, transparent 0 49%, rgba(20, 42, 30, 0.62) 50% 52%, transparent 53%);
  animation: forestDrift 16s ease-in-out infinite alternate;
}

.intro-forest-front {
  height: 56vh;
  background-image:
    linear-gradient(62deg, transparent 0 36%, rgba(6, 19, 12, 0.94) 37% 45%, transparent 46%),
    linear-gradient(118deg, transparent 0 41%, rgba(6, 19, 12, 0.94) 42% 50%, transparent 51%),
    linear-gradient(90deg, transparent 0 49%, rgba(5, 15, 10, 0.98) 50% 53%, transparent 54%);
  animation: forestRise 1700ms ease-out both;
}

.intro-blade {
  position: absolute;
  width: min(76vw, 880px);
  height: 98px;
  transform: rotate(-12deg) translateX(-8vw);
  animation: bladeEnter 1800ms cubic-bezier(0.16, 1, 0.3, 1) both 280ms, bladeGlow 2400ms ease-in-out infinite 2100ms;
}

.blade-edge {
  position: absolute;
  left: 0;
  top: 16px;
  width: 76%;
  height: 34px;
  clip-path: polygon(0 42%, 88% 0, 100% 46%, 90% 100%, 0 68%);
  background: linear-gradient(90deg, rgba(241, 238, 229, 0.08), #f2ddaa 42%, #9cae8b 68%, rgba(241, 238, 229, 0.06));
  box-shadow: 0 0 32px rgba(208, 165, 107, 0.28);
}

.blade-handle {
  position: absolute;
  right: 0;
  top: 26px;
  width: 30%;
  height: 48px;
  border-radius: 999px 24px 24px 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 8px, transparent 8px 18px),
    linear-gradient(90deg, #332516, #6c4b2e 50%, #1f1711);
  box-shadow: inset 0 0 0 1px rgba(238, 218, 176, 0.14);
}

.intro-fire {
  position: absolute;
  left: 50%;
  bottom: 9vh;
  width: 190px;
  height: 190px;
  transform: translateX(-50%);
  filter: blur(0.2px);
}

.intro-fire span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 76px;
  height: 130px;
  border-radius: 70% 30% 70% 30%;
  background: linear-gradient(180deg, #ffe0a0, #d8682f 58%, rgba(147, 38, 18, 0));
  transform-origin: 50% 100%;
  animation: flame 920ms ease-in-out infinite alternate;
}

.intro-fire span:nth-child(1) {
  transform: translateX(-78%) rotate(-13deg);
}

.intro-fire span:nth-child(2) {
  width: 88px;
  height: 166px;
  transform: translateX(-50%);
  animation-delay: 160ms;
}

.intro-fire span:nth-child(3) {
  transform: translateX(-22%) rotate(14deg);
  animation-delay: 280ms;
}

.intro-embers span {
  position: absolute;
  bottom: 16vh;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #efb15f;
  box-shadow: 0 0 18px #ef8f43;
  animation: emberFloat 3600ms linear infinite;
}

.intro-embers span:nth-child(1) { left: 22%; animation-delay: 0ms; }
.intro-embers span:nth-child(2) { left: 35%; animation-delay: 620ms; }
.intro-embers span:nth-child(3) { left: 49%; animation-delay: 1100ms; }
.intro-embers span:nth-child(4) { left: 58%; animation-delay: 420ms; }
.intro-embers span:nth-child(5) { left: 68%; animation-delay: 1350ms; }
.intro-embers span:nth-child(6) { left: 76%; animation-delay: 220ms; }

.intro-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(760px, calc(100vw - 36px));
  padding-bottom: 0;
  text-align: center;
  transform: translate(-50%, -52%);
  animation: introCopyCenterReveal 1200ms ease-out both 1200ms;
}

.intro-copy p {
  margin: 0;
  color: var(--moss-strong);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.intro-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 7.2rem;
  line-height: 0.88;
  text-align: center;
}

.intro-copy span {
  color: #dfd7c8;
  font-size: 1rem;
}

.intro-skip {
  margin-top: 14px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(222, 194, 137, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
}

@keyframes introMist {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(44px, -44px, 0); }
}

@keyframes forestDrift {
  from { transform: translateX(-18px) scaleY(0.96); }
  to { transform: translateX(18px) scaleY(1); }
}

@keyframes forestRise {
  from { transform: translateY(80px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes bladeEnter {
  from { transform: rotate(-12deg) translateX(-130vw); opacity: 0; }
  to { transform: rotate(-12deg) translateX(-8vw); opacity: 1; }
}

@keyframes bladeGlow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.28); }
}

@keyframes flame {
  from { transform: translateX(-50%) scaleY(0.88) rotate(-4deg); opacity: 0.86; }
  to { transform: translateX(-50%) scaleY(1.08) rotate(5deg); opacity: 1; }
}

@keyframes emberFloat {
  0% { transform: translateY(0) translateX(0) scale(0.7); opacity: 0; }
  14% { opacity: 1; }
  100% { transform: translateY(-68vh) translateX(38px) scale(1.2); opacity: 0; }
}

@keyframes copyReveal {
  from { transform: translateY(28px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes introCopyCenterReveal {
  from { transform: translate(-50%, calc(-52% + 28px)); opacity: 0; }
  to { transform: translate(-50%, -52%); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .intro-scene,
  .intro-scene *,
  .reveal {
    animation: none !important;
    transition: none !important;
  }
}

button,
input,
textarea,
select {
  font-family: var(--font-ui);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid rgba(181, 173, 133, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 31, 23, 0.92), rgba(33, 24, 17, 0.82));
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(224, 201, 160, 0.34), transparent 24%),
    linear-gradient(145deg, #6f5538, #243224 62%, #0e1410);
  box-shadow: inset 0 0 0 1px rgba(255, 248, 230, 0.08);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: rgba(235, 224, 199, 0.82);
  border-radius: 999px;
}

.brand-mark::before {
  width: 30px;
  height: 2px;
  left: 8px;
  top: 12px;
  transform: rotate(-44deg);
}

.brand-mark::after {
  width: 18px;
  height: 2px;
  left: 15px;
  top: 26px;
  transform: rotate(-44deg);
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.brand-copy small,
.nav a,
.eyebrow,
.hero-metrics span,
.form-note,
.catalog-toolbar span,
.featured-notes small,
.section-copy,
.shop-summary span,
.product-meta,
.product-tags span,
.cart-item-meta,
.cart-empty p {
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav a {
  font-size: 0.96rem;
}

.cart-trigger,
.floating-cart,
.menu-toggle,
.cart-close,
.qty-button,
.filter-chip,
.language-switcher select {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.language-switcher select {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.cart-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  cursor: pointer;
}

.cart-trigger strong,
.floating-cart strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--moss-strong), var(--ember));
  color: #162015;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px auto;
  background: var(--text);
}

.hero,
.showcase-layout,
.custom-layout,
.contact-panel,
.story-layout,
.trust-strip,
.shop-toolbar {
  display: grid;
  gap: 28px;
}

.hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  min-height: calc(100vh - 150px);
  padding: 64px 0 24px;
}

.eyebrow {
  margin: 0 0 14px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero h1,
.section-heading h2,
.contact-copy h2,
.featured-product h3,
.cart-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  max-width: 8.5ch;
}

.hero-text,
.intro-strip p,
.custom-copy p,
.timeline-item p,
.craft-card p,
.case-card p,
.contact-copy p,
.featured-description,
.system-card p,
.story-card p,
.faq-card p,
.wp-page-content p,
.wp-page-content li {
  line-height: 1.85;
  color: #ddd5c9;
}

.hero-actions,
.featured-actions,
.contact-actions,
.cart-actions,
.product-card-footer {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  margin: 28px 0 34px;
}

.button,
.product-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.button:hover,
.product-add-button:hover,
.filter-chip:hover,
.cart-trigger:hover,
.floating-cart:hover {
  transform: translateY(-2px);
}

.button-primary,
.product-add-button {
  background: linear-gradient(135deg, var(--moss-strong), var(--ember));
  color: #162015;
  border-color: transparent;
  font-weight: 700;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-metrics li,
.hero-card,
.trust-strip article,
.timeline-item,
.craft-card,
.case-card,
.contact-panel,
.intro-strip,
.featured-product,
.catalog-panel,
.system-card,
.product-card,
.story-card,
.faq-card,
.cart-drawer {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--edge-shadow);
}

.hero-metrics li {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(36, 49, 39, 0.9), rgba(20, 28, 22, 0.72));
}

.hero-metrics strong,
.featured-price-row strong,
.product-price strong,
.shop-summary strong,
.cart-total strong {
  display: block;
  color: var(--moss-strong);
}

.hero-metrics strong {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-card {
  position: absolute;
  border-radius: var(--radius-xl);
  padding: 30px;
  overflow: hidden;
}

.hero-card-main {
  inset: 0 76px 120px 0;
  background:
    radial-gradient(circle at top right, rgba(170, 190, 123, 0.16), transparent 22%),
    linear-gradient(160deg, rgba(48, 38, 27, 0.82), rgba(17, 23, 18, 0.96));
}

.hero-card-main::before,
.hero-card-main::after {
  content: "";
  position: absolute;
}

.hero-card-main::before {
  inset: auto -8% 96px -8%;
  height: 34px;
  border-radius: 999px;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, rgba(250, 243, 230, 0.04), rgba(214, 188, 141, 0.76), rgba(250, 243, 230, 0.04));
  box-shadow: 0 0 28px rgba(214, 188, 141, 0.16);
}

.hero-card-main::after {
  width: 240px;
  height: 240px;
  right: -56px;
  top: -72px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(205, 182, 138, 0.18) 0 12px, rgba(69, 56, 43, 0.04) 12px 24px);
  opacity: 0.34;
}

.hero-card-main span,
.hero-card-accent span,
.system-card span,
.featured-label,
.featured-kicker,
.catalog-card .catalog-type,
.product-category {
  color: var(--moss-strong);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.hero-card-main h2 {
  position: relative;
  z-index: 1;
  margin: 16px 0 14px;
  max-width: 9ch;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.04;
}

.hero-card-tags,
.product-tags,
.custom-points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-card-tags span,
.custom-points span,
.product-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(174, 181, 134, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.86rem;
}

.hero-card-accent {
  right: 0;
  bottom: 0;
  width: min(330px, 88%);
  background: linear-gradient(180deg, rgba(26, 35, 28, 0.96), rgba(43, 31, 22, 0.94));
}

.hero-card-accent ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card-accent li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.section {
  padding: 58px 0;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.section-copy {
  margin-top: 12px;
  line-height: 1.8;
}

.trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-strip article,
.intro-strip,
.product-card,
.story-card,
.faq-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.trust-strip strong {
  display: block;
  margin-bottom: 10px;
}

.trust-strip p {
  margin: 0;
  color: #ddd5c9;
  line-height: 1.75;
}

.intro-strip {
  background: linear-gradient(135deg, rgba(22, 33, 25, 0.9), rgba(50, 38, 28, 0.72));
}

.intro-strip p {
  margin: 0;
  font-size: 1.08rem;
}

.showcase-layout {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.featured-product,
.catalog-panel,
.product-card,
.story-card,
.faq-card {
  border-radius: var(--radius-xl);
}

.featured-product {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(168, 188, 120, 0.12), transparent 24%),
    linear-gradient(160deg, rgba(31, 45, 34, 0.96), rgba(20, 29, 23, 0.82));
}

.featured-topline,
.catalog-toolbar,
.shop-toolbar,
.product-card-top,
.cart-header,
.cart-total,
.cart-item-top,
.cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.featured-badge {
  padding: 8px 12px;
  border: 1px solid rgba(174, 181, 134, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.82rem;
}

.featured-kicker {
  margin: 24px 0 12px;
}

.featured-product h3 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.featured-description {
  margin: 18px 0 18px;
}

.featured-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.featured-price-row strong {
  font-size: 1.6rem;
}

.featured-price-row span {
  color: var(--muted);
}

.featured-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.spec-item {
  padding: 14px 16px;
  border: 1px solid rgba(205, 185, 132, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.035), inset 0 0 0 1px rgba(78, 65, 43, 0.14);
}

.spec-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.94rem;
}

.spec-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.featured-notes {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.featured-notes p {
  margin: 0 0 14px;
  line-height: 1.8;
}

.catalog-panel {
  padding: 24px;
  background: linear-gradient(180deg, rgba(47, 37, 28, 0.88), rgba(22, 31, 24, 0.94));
}

.catalog-toolbar {
  margin-bottom: 18px;
}

.catalog-toolbar p {
  margin: 0;
  font-size: 1.05rem;
}

.catalog-grid,
.product-system-grid,
.craft-panels,
.case-grid,
.faq-list,
.shop-grid,
.story-layout,
.wp-page-content {
  display: grid;
  gap: 18px;
}

.catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-card {
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(205, 185, 132, 0.09);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(26, 37, 29, 0.88), rgba(56, 42, 30, 0.6));
  color: var(--text);
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.04), inset 0 0 0 1px rgba(88, 72, 45, 0.16);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.catalog-card:hover,
.catalog-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(181, 203, 136, 0.24);
  background: linear-gradient(160deg, rgba(34, 47, 36, 0.96), rgba(76, 56, 39, 0.76));
}

.catalog-card h4 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}

.catalog-card p {
  margin: 0;
  color: #d5cec2;
  line-height: 1.72;
  font-size: 0.94rem;
}

.product-system-grid,
.craft-panels,
.case-grid,
.faq-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.system-card,
.craft-card,
.case-card,
.timeline-item {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.system-card {
  background: linear-gradient(180deg, rgba(19, 28, 22, 0.92), rgba(45, 35, 26, 0.7));
}

.system-card h3,
.craft-card h3,
.case-card h3,
.story-card h3,
.faq-card h3,
.product-card h3,
.custom-showcase-card h3 {
  margin: 14px 0 12px;
  font-size: 1.28rem;
}

.shop-toolbar {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.filter-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-chip {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.04);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.filter-chip.is-active {
  background: rgba(173, 194, 131, 0.14);
  border-color: rgba(181, 203, 136, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.07), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.shop-summary {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.product-card {
  background:
    radial-gradient(circle at top right, rgba(171, 191, 122, 0.09), transparent 24%),
    linear-gradient(160deg, rgba(25, 37, 29, 0.94), rgba(47, 35, 25, 0.78));
}

.product-visual {
  position: relative;
  height: 220px;
  margin-bottom: 18px;
  border-radius: 24px;
  border: 1px solid rgba(205, 185, 132, 0.08);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(22, 32, 25, 0.86), rgba(72, 55, 39, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.045), inset 0 0 0 1px rgba(65, 53, 34, 0.2);
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
}

.product-visual::before {
  inset: auto -14% 52px -8%;
  height: 28px;
  border-radius: 999px;
  transform: rotate(-14deg);
  background: linear-gradient(90deg, rgba(240, 234, 222, 0.03), rgba(220, 192, 141, 0.8), rgba(240, 234, 222, 0.03));
}

.product-visual::after {
  width: 150px;
  height: 150px;
  right: -24px;
  top: -32px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(173, 194, 131, 0.18), transparent 68%);
}

.product-visual.variant-outdoor {
  background: linear-gradient(145deg, rgba(15, 27, 22, 0.92), rgba(32, 30, 23, 0.84));
}

.product-visual.variant-gift {
  background: linear-gradient(145deg, rgba(34, 27, 21, 0.94), rgba(71, 52, 37, 0.82));
}

.product-visual.variant-custom {
  background: linear-gradient(145deg, rgba(24, 33, 27, 0.9), rgba(44, 37, 31, 0.8));
}

.product-visual.has-image {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(145deg, rgba(45, 18, 14, 0.96), rgba(13, 6, 5, 0.96));
}

.product-visual.has-image::before,
.product-visual.has-image::after {
  display: none;
}

.product-visual.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-top {
  margin-bottom: 10px;
}

.product-price {
  text-align: right;
}

.product-price strong {
  font-size: 1.22rem;
}

.product-meta {
  font-size: 0.92rem;
}

.product-card p {
  margin: 0 0 16px;
}

.product-card-footer {
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.product-card-footer .button,
.product-add-button {
  min-height: 46px;
}

.feature-band,
.service-band {
  position: relative;
}

.service-band::before {
  content: "";
  position: absolute;
  right: 0;
  top: 90px;
  width: min(420px, 42vw);
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 158, 95, 0.16), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.custom-layout {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: 40px;
}

.custom-copy {
  display: grid;
  align-content: start;
  gap: 28px;
}

.custom-copy p {
  margin: 0;
  max-width: 36ch;
}

.custom-copy .button {
  justify-self: start;
  margin-top: 4px;
}

.custom-points {
  gap: 12px;
  margin-top: 2px;
}

.custom-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.custom-showcase-card {
  padding: 18px 16px;
  border: 1px solid rgba(205, 185, 132, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(23, 34, 27, 0.92), rgba(45, 35, 26, 0.66));
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.04), inset 0 0 0 1px rgba(78, 64, 42, 0.16);
}

.custom-showcase-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--moss-strong);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.custom-showcase-card p {
  margin: 0;
  max-width: none;
  color: #d6cec2;
  line-height: 1.72;
  font-size: 0.92rem;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  background: linear-gradient(180deg, rgba(26, 37, 29, 0.92), rgba(51, 38, 28, 0.66));
}

.timeline-item strong {
  color: var(--moss-strong);
}

.story-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
  background: linear-gradient(180deg, rgba(22, 33, 26, 0.94), rgba(50, 39, 29, 0.76));
}

.craft-card {
  background: linear-gradient(180deg, rgba(25, 35, 28, 0.92), rgba(45, 35, 28, 0.72));
}

.case-card {
  background: linear-gradient(180deg, rgba(43, 33, 24, 0.84), rgba(20, 30, 23, 0.88));
}

.faq-card {
  background: linear-gradient(180deg, rgba(27, 38, 30, 0.9), rgba(38, 30, 25, 0.72));
}

.contact-panel {
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  padding: 32px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(160, 183, 116, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(24, 35, 27, 0.96), rgba(46, 33, 23, 0.82));
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form span {
  color: var(--muted);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(192, 178, 140, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #978e81;
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
}

.floating-cart {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(21, 31, 24, 0.95), rgba(42, 31, 22, 0.92));
  box-shadow: var(--shadow);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 45;
  width: min(430px, 100%);
  height: 100vh;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateX(100%);
  transition: transform 260ms ease;
  background: linear-gradient(180deg, rgba(17, 26, 20, 0.98), rgba(41, 31, 23, 0.98));
}

.checkout-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 50;
  width: min(1120px, calc(100% - 32px));
  max-height: calc(100vh - 36px);
  padding: 26px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 26, 20, 0.99), rgba(39, 30, 23, 0.99));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -48%) scale(0.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.checkout-modal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.checkout-header,
.checkout-actions,
.payment-panel,
.summary-row,
.summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.checkout-header {
  align-items: flex-start;
  margin-bottom: 22px;
}

.checkout-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.checkout-panel,
.checkout-summary,
.order-success {
  border: 1px solid rgba(189, 178, 139, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.checkout-panel {
  padding: 22px;
}

.checkout-panel + .checkout-panel {
  margin-top: 18px;
}

.checkout-panel h3,
.checkout-summary h3,
.order-success h3 {
  margin: 0 0 16px;
}

.checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.checkout-fields label {
  display: grid;
  gap: 8px;
}

.checkout-fields span {
  color: var(--muted);
}

.field-full {
  grid-column: 1 / -1;
}

.checkout-fields input,
.checkout-fields textarea,
.checkout-fields select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(192, 178, 140, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.payment-method {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(192, 178, 140, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.payment-method.is-active {
  border-color: rgba(173, 194, 131, 0.42);
  background: rgba(173, 194, 131, 0.14);
  color: var(--moss-strong);
}

.payment-panel {
  justify-content: flex-start;
  padding: 16px;
  border: 1px dashed rgba(189, 178, 139, 0.22);
  border-radius: 18px;
}

.payment-panel p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.qr-placeholder {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  border-radius: 16px;
  color: #162015;
  font-weight: 700;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(0, 0, 0, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, var(--moss-strong), var(--ember));
  background-size: 12px 12px, 12px 12px, auto;
}

.checkout-summary {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 22px;
  position: sticky;
  top: 18px;
}

.checkout-items {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  max-height: 230px;
  overflow: auto;
}

.checkout-item {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.checkout-item strong {
  font-size: 0.96rem;
}

.checkout-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.summary-row,
.summary-total {
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.summary-total strong {
  color: var(--moss-strong);
  font-size: 1.55rem;
}

.payment-note {
  margin: 12px 0 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.order-success {
  margin-top: 18px;
  padding: 22px;
  text-align: center;
  background: rgba(173, 194, 131, 0.08);
}

.order-success span {
  color: var(--moss-strong);
}

.order-success h3 {
  margin-top: 10px;
  font-size: 1.8rem;
}

.order-success p {
  color: var(--muted);
  line-height: 1.7;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.42);
  transition: opacity 260ms ease, visibility 260ms ease;
}

.drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.cart-header {
  align-items: flex-start;
}

.cart-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
}

.cart-body {
  flex: 1;
  overflow: auto;
  padding-right: 4px;
}

.cart-items {
  display: grid;
  gap: 14px;
}

.cart-empty {
  display: none;
  padding: 24px;
  border: 1px dashed var(--line-strong);
  border-radius: 24px;
}

.cart-empty strong {
  display: block;
  margin-bottom: 8px;
}

.cart-item {
  padding: 18px;
  border: 1px solid rgba(189, 178, 139, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.cart-item-name {
  margin: 0;
  font-size: 1rem;
}

.cart-item-meta {
  margin: 6px 0 12px;
  font-size: 0.9rem;
}

.cart-item-bottom {
  align-items: center;
}

.cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qty-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.remove-button {
  border: 0;
  background: transparent;
  color: var(--danger);
  cursor: pointer;
}

.cart-footer {
  display: grid;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.cart-total strong {
  font-size: 1.42rem;
}

.site-main {
  min-height: 60vh;
}

.wp-page-content > * {
  margin: 0;
}

.wp-page-content ul,
.wp-page-content ol {
  padding-left: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .shop-grid,
  .story-layout,
  .trust-strip,
  .faq-list,
  .product-system-grid,
  .craft-panels,
  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .hero,
  .showcase-layout,
  .custom-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-visual {
    min-height: 560px;
  }
}

@media (max-width: 840px) {
  .menu-toggle {
    display: block;
  }

  .nav,
  .cart-trigger {
    display: none;
  }

  .nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(18, 26, 20, 0.96);
  }

  .topbar.menu-open .nav {
    display: flex;
  }

  .hero-metrics,
  .featured-specs,
  .catalog-grid,
  .custom-showcase,
  .checkout-grid,
  .checkout-fields,
  .payment-methods,
  .product-system-grid,
  .craft-panels,
  .case-grid,
  .faq-list,
  .shop-grid,
  .story-layout,
  .trust-strip,
  .shop-toolbar {
    grid-template-columns: 1fr;
  }

  .hero-card-main {
    inset: 0 0 140px 0;
  }

  .hero-card-accent {
    width: 78%;
  }

  .section,
  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .floating-cart {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 20px, 1220px);
  }

  .topbar {
    top: 10px;
    padding: 14px 16px;
    border-radius: 28px;
  }

  .brand-copy strong {
    font-size: 1.45rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .intro-copy h1 {
    font-size: 4.2rem;
  }

  .hero-card,
  .trust-strip article,
  .intro-strip,
  .featured-product,
  .catalog-panel,
  .system-card,
  .timeline-item,
  .craft-card,
  .case-card,
  .product-card,
  .story-card,
  .faq-card,
  .contact-panel,
  .cart-drawer {
    border-radius: 22px;
  }

  .featured-product,
  .catalog-panel,
  .contact-panel,
  .cart-drawer {
    padding: 22px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .cart-drawer {
    width: 100%;
  }

  .checkout-modal {
    width: min(100% - 20px, 1120px);
    padding: 18px;
    border-radius: 22px;
  }

  .checkout-summary {
    grid-column: auto;
    grid-row: auto;
    position: static;
  }

  .checkout-header h2 {
    font-size: 2rem;
  }
}

/* Old money luxury theme override */
:root {
  --bg: #130c0a;
  --bg-deep: #070403;
  --bg-soft: #24110f;
  --panel: rgba(42, 22, 18, 0.86);
  --panel-strong: rgba(31, 14, 12, 0.96);
  --panel-earth: rgba(71, 42, 24, 0.82);
  --text: #fbf3df;
  --muted: #d7c59c;
  --line: rgba(214, 177, 98, 0.2);
  --line-strong: rgba(226, 190, 111, 0.42);
  --line-earth: rgba(135, 91, 43, 0.34);
  --moss: #8d7a48;
  --moss-strong: #d8b766;
  --earth: #6b2b24;
  --ember: #c99b49;
  --danger: #9d3d33;
  --shadow: 0 34px 100px rgba(10, 4, 2, 0.48);
  --edge-shadow: inset 0 1px 0 rgba(255, 245, 214, 0.08), inset 0 0 0 1px rgba(128, 82, 34, 0.22), 0 30px 90px rgba(8, 3, 2, 0.38);
}

body {
  background:
    radial-gradient(circle at 18% 14%, rgba(214, 177, 98, 0.16), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(112, 39, 34, 0.36), transparent 28%),
    linear-gradient(135deg, #25100e 0%, #110807 42%, #050302 100%);
}

body::before {
  opacity: 0.22;
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(255, 229, 166, 0.07) 41%, transparent 43% 58%, rgba(255, 229, 166, 0.045) 59%, transparent 61%),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08), transparent 2px),
    repeating-linear-gradient(90deg, rgba(214, 177, 98, 0.035) 0 1px, transparent 1px 84px);
  background-size: auto, 42px 42px, auto;
}

body::after {
  background:
    radial-gradient(circle at 9% 78%, rgba(214, 177, 98, 0.13), transparent 22%),
    radial-gradient(circle at 88% 70%, rgba(74, 17, 18, 0.34), transparent 24%);
}

.intro-scene {
  background:
    radial-gradient(circle at 50% 72%, rgba(223, 171, 83, 0.28), transparent 22%),
    radial-gradient(circle at 50% 38%, rgba(255, 245, 216, 0.11), transparent 30%),
    linear-gradient(180deg, #260f10 0%, #120707 48%, #040202 100%);
}

.intro-forest {
  opacity: 0.08;
  filter: sepia(1) saturate(0.8);
}

.intro-copy p,
.eyebrow,
.featured-label,
.featured-kicker,
.catalog-card .catalog-type,
.product-category,
.custom-showcase-card span {
  color: var(--moss-strong);
  letter-spacing: 0.24em;
}

.intro-copy h1,
.hero h1,
.section-heading h2,
.contact-copy h2,
.featured-product h3,
.cart-header h2,
.hero-card-main h2,
.checkout-header h2 {
  color: #fff7e8;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.35);
}

.topbar {
  border-color: rgba(221, 184, 103, 0.24);
  background: linear-gradient(135deg, rgba(36, 16, 14, 0.92), rgba(15, 8, 7, 0.82));
  box-shadow: 0 22px 70px rgba(4, 2, 1, 0.34), inset 0 1px 0 rgba(255, 242, 212, 0.08);
}

.brand-mark {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 247, 222, 0.5), transparent 24%),
    linear-gradient(145deg, #f2d990, #9b682c 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 246, 220, 0.18), 0 14px 34px rgba(0, 0, 0, 0.28);
}

.brand-copy strong,
.nav a:hover,
.shop-summary strong,
.featured-price-row strong,
.product-price strong,
.cart-total strong {
  color: var(--moss-strong);
}

.nav a,
.brand-copy small,
.section-copy,
.product-meta,
.cart-item-meta,
.cart-empty p,
.shop-summary span {
  color: #d8caa8;
}

.button,
.product-add-button,
.cart-trigger,
.floating-cart,
.filter-chip,
.language-switcher select,
.intro-skip,
.cart-close,
.qty-button {
  border-color: rgba(221, 184, 103, 0.34);
  color: #fff4d7;
  background: linear-gradient(135deg, rgba(65, 24, 21, 0.92), rgba(20, 10, 8, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.08);
}

.button-primary,
.product-add-button,
.cart-trigger strong,
.floating-cart strong {
  background: linear-gradient(135deg, #fff0b8 0%, #d7ad58 48%, #8b5d25 100%);
  color: #27120b;
  box-shadow: 0 14px 32px rgba(167, 108, 39, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.hero-metrics li,
.hero-card,
.trust-strip article,
.timeline-item,
.craft-card,
.case-card,
.contact-panel,
.intro-strip,
.featured-product,
.catalog-panel,
.system-card,
.product-card,
.story-card,
.faq-card,
.cart-drawer,
.checkout-modal {
  border-color: rgba(221, 184, 103, 0.22);
  background:
    radial-gradient(circle at top right, rgba(255, 231, 166, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(55, 23, 19, 0.95), rgba(18, 9, 7, 0.9));
  box-shadow: var(--edge-shadow);
}

.hero-card-main,
.featured-product,
.product-card {
  background:
    linear-gradient(135deg, rgba(255, 242, 208, 0.045), transparent 34%),
    linear-gradient(145deg, rgba(71, 26, 22, 0.96), rgba(17, 8, 7, 0.92));
}

.catalog-card,
.custom-showcase-card,
.spec-item,
.checkout-panel,
.checkout-summary,
.order-success,
.cart-item {
  border-color: rgba(221, 184, 103, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 241, 206, 0.055), transparent 40%),
    rgba(26, 12, 10, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.06), inset 0 0 0 1px rgba(108, 69, 29, 0.22);
}

.catalog-card:hover,
.catalog-card.is-active,
.filter-chip.is-active {
  border-color: rgba(242, 207, 122, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 238, 188, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(76, 28, 24, 0.96), rgba(32, 13, 11, 0.92));
}

.product-visual {
  border-color: rgba(229, 194, 113, 0.22);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.54), transparent 18%),
    linear-gradient(135deg, rgba(246, 234, 205, 0.96), rgba(202, 172, 110, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 0 0 1px rgba(116, 77, 32, 0.2), 0 18px 36px rgba(0, 0, 0, 0.2);
}

.product-visual::before {
  background: linear-gradient(90deg, rgba(82, 45, 22, 0.08), #fff4c6 34%, #b37b34 62%, rgba(82, 45, 22, 0.06));
  box-shadow: 0 0 22px rgba(183, 126, 51, 0.3);
}

.product-visual::after {
  background: radial-gradient(circle, rgba(72, 22, 19, 0.18), transparent 68%);
}

.product-visual.variant-outdoor,
.product-visual.variant-gift,
.product-visual.variant-custom {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.48), transparent 18%),
    linear-gradient(135deg, rgba(246, 234, 205, 0.96), rgba(184, 143, 73, 0.86));
}

.product-card h3,
.custom-showcase-card h3,
.system-card h3,
.craft-card h3,
.case-card h3,
.story-card h3,
.faq-card h3 {
  color: #fff4dc;
}

.product-card p,
.custom-showcase-card p,
.system-card p,
.craft-card p,
.case-card p,
.story-card p,
.faq-card p,
.featured-description {
  color: #e5d7b9;
}

input,
textarea,
select {
  border-color: rgba(221, 184, 103, 0.24);
  background: rgba(12, 6, 5, 0.62);
  color: #fff4dc;
}

/* Clear remaining green accent colors from cached/plugin rules */
.catalog-card,
.catalog-card:hover,
.catalog-card.is-active,
.filter-chip,
.filter-chip:hover,
.filter-chip.is-active {
  background-color: rgba(26, 12, 10, 0.72) !important;
  border-color: rgba(221, 184, 103, 0.28) !important;
  color: #fff4dc !important;
}

.catalog-card.is-active {
  background-image:
    linear-gradient(135deg, rgba(255, 238, 188, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(76, 28, 24, 0.96), rgba(32, 13, 11, 0.92)) !important;
}

.catalog-card:not(.is-active) {
  background-image:
    linear-gradient(135deg, rgba(255, 241, 206, 0.055), transparent 40%),
    linear-gradient(145deg, rgba(43, 18, 15, 0.94), rgba(18, 9, 7, 0.9)) !important;
}

.catalog-card *,
.filter-chip,
.filter-chip *,
.product-card *,
.custom-showcase-card *,
.featured-product * {
  border-color: rgba(221, 184, 103, 0.24);
}

.catalog-card,
.catalog-card h4,
.catalog-card p,
.catalog-card .catalog-type {
  color: #fff4dc !important;
}

.catalog-card .catalog-type,
.product-category,
.featured-label,
.featured-kicker,
.custom-showcase-card span {
  color: #d8b766 !important;
}

.product-add-button,
.button-primary,
.cart-trigger strong,
.floating-cart strong {
  background-color: #d7ad58 !important;
  border-color: rgba(221, 184, 103, 0.46) !important;
  color: #27120b !important;
}

.button,
.cart-trigger,
.floating-cart,
.language-switcher select,
.intro-skip,
.cart-close,
.qty-button {
  background-color: rgba(26, 12, 10, 0.72) !important;
  border-color: rgba(221, 184, 103, 0.3) !important;
  color: #fff4dc !important;
}

/* Luxury cart and checkout refinement */
.cart-drawer {
  width: min(480px, 100%) !important;
  padding: 28px !important;
  gap: 20px !important;
  border-left: 1px solid rgba(221, 184, 103, 0.28) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 232, 170, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(38, 14, 12, 0.99), rgba(13, 5, 4, 0.99)) !important;
  box-shadow: -34px 0 90px rgba(0, 0, 0, 0.46), inset 1px 0 0 rgba(255, 240, 202, 0.06) !important;
}

.cart-header {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(221, 184, 103, 0.18);
}

.cart-header h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.cart-items {
  gap: 16px;
}

.cart-item {
  padding: 20px !important;
  border-color: rgba(221, 184, 103, 0.24) !important;
  background:
    linear-gradient(135deg, rgba(255, 241, 206, 0.06), transparent 42%),
    rgba(28, 10, 8, 0.76) !important;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.06), 0 18px 42px rgba(0, 0, 0, 0.22);
}

.cart-item-top strong,
.cart-total strong {
  color: #d8b766 !important;
}

.cart-item-meta {
  color: #d8caa8 !important;
}

.cart-item-bottom {
  gap: 16px;
}

.cart-qty {
  display: grid;
  grid-template-columns: 44px minmax(26px, auto) 44px;
  align-items: center;
  gap: 10px;
}

.cart-qty span {
  min-width: 26px;
  color: #fff4dc;
  text-align: center;
  font-weight: 700;
}

.qty-button {
  width: 44px !important;
  height: 40px !important;
  border-radius: 12px !important;
  background:
    linear-gradient(135deg, rgba(55, 21, 17, 0.98), rgba(18, 8, 6, 0.94)) !important;
  color: #f8e6bd !important;
}

.remove-button {
  min-width: 88px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(221, 184, 103, 0.32) !important;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(66, 22, 18, 0.95), rgba(24, 9, 7, 0.9)) !important;
  color: #f4d79a !important;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.08);
}

.cart-footer {
  gap: 18px;
  padding-top: 18px;
  border-top-color: rgba(221, 184, 103, 0.22) !important;
}

.cart-actions {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 12px;
}

.cart-actions .button,
.checkout-actions .button {
  min-height: 58px;
  justify-content: center;
}

.checkout-modal {
  width: min(1180px, calc(100vw - 42px)) !important;
  padding: 30px !important;
  border-color: rgba(221, 184, 103, 0.3) !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 230, 164, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(43, 15, 13, 0.99), rgba(11, 5, 4, 0.99)) !important;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 242, 212, 0.08) !important;
}

.checkout-header {
  padding-bottom: 22px;
  margin-bottom: 24px !important;
  border-bottom: 1px solid rgba(221, 184, 103, 0.18);
}

.checkout-header h2 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 5vw, 4.6rem) !important;
  letter-spacing: 0.01em;
}

.checkout-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr) !important;
  gap: 22px !important;
}

.checkout-panel,
.checkout-summary,
.order-success {
  border-color: rgba(221, 184, 103, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(255, 241, 206, 0.055), transparent 40%),
    rgba(25, 10, 8, 0.7) !important;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.06), 0 18px 48px rgba(0, 0, 0, 0.22);
}

.checkout-panel {
  padding: 26px !important;
}

.checkout-panel h3,
.checkout-summary h3 {
  color: #fff4dc;
  font-size: 1.28rem;
}

.checkout-fields {
  gap: 18px !important;
}

.checkout-fields label {
  gap: 10px !important;
}

.checkout-fields span {
  color: #d8b766 !important;
  font-weight: 700;
}

.checkout-fields input,
.checkout-fields textarea,
.checkout-fields select {
  min-height: 50px;
  border-color: rgba(221, 184, 103, 0.24) !important;
  border-radius: 14px !important;
  background: rgba(6, 3, 2, 0.66) !important;
  color: #fff4dc !important;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.04);
}

.checkout-fields textarea {
  min-height: 96px;
}

.payment-methods {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.payment-method {
  min-height: 58px !important;
  border-color: rgba(221, 184, 103, 0.24) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(49, 19, 16, 0.92), rgba(17, 7, 6, 0.9)) !important;
  color: #fff4dc !important;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.06);
}

.payment-method.is-active {
  border-color: rgba(245, 211, 132, 0.62) !important;
  background:
    linear-gradient(135deg, rgba(255, 238, 185, 0.18), rgba(92, 43, 21, 0.72)),
    linear-gradient(145deg, rgba(54, 20, 16, 0.98), rgba(18, 7, 6, 0.94)) !important;
  color: #f7d98d !important;
}

.payment-panel {
  gap: 18px !important;
  align-items: center !important;
  padding: 20px !important;
  border: 1px solid rgba(221, 184, 103, 0.24) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 241, 206, 0.055), transparent 42%),
    rgba(13, 6, 5, 0.52);
}

.payment-panel strong {
  color: #fff4dc;
}

.qr-placeholder {
  width: 88px !important;
  height: 88px !important;
  color: #3b1b10 !important;
  background:
    linear-gradient(90deg, rgba(70, 39, 15, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(70, 39, 15, 0.16) 1px, transparent 1px),
    linear-gradient(135deg, #fff0b8, #c99743) !important;
  background-size: 12px 12px, 12px 12px, auto !important;
}

.checkout-summary {
  padding: 26px !important;
  border-radius: 26px !important;
}

.checkout-items {
  max-height: 260px !important;
}

.checkout-item {
  padding: 16px !important;
  border: 1px solid rgba(221, 184, 103, 0.14);
  border-radius: 18px !important;
  background: rgba(255, 241, 206, 0.045) !important;
}

.summary-row,
.summary-total {
  border-top-color: rgba(221, 184, 103, 0.2) !important;
}

.summary-total strong {
  color: #d8b766 !important;
  font-size: 1.9rem !important;
}

.payment-note {
  padding: 16px;
  border: 1px solid rgba(221, 184, 103, 0.16);
  border-radius: 18px;
  background: rgba(255, 241, 206, 0.04);
}

@media (max-width: 900px) {
  .checkout-modal {
    width: min(100vw - 22px, 760px) !important;
    padding: 20px !important;
  }

  .checkout-grid {
    grid-template-columns: 1fr !important;
  }

  .checkout-summary {
    grid-column: auto !important;
    grid-row: auto !important;
    position: static !important;
  }

  .payment-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.button.button-primary,
button.button-primary,
.checkout-actions .button-primary,
.cart-actions .button-primary,
.product-add-button {
  background:
    linear-gradient(135deg, #fff0b8 0%, #d7ad58 48%, #8b5d25 100%) !important;
  background-color: #d7ad58 !important;
  border-color: rgba(245, 211, 132, 0.58) !important;
  color: #27120b !important;
  font-weight: 800;
}

/* Keep paired CTA buttons visually consistent */
.featured-actions .button,
.cart-actions .button,
.checkout-actions .button,
.product-card-footer .button,
.product-add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 148px !important;
  min-height: 58px !important;
  padding: 0 26px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-align: center !important;
  letter-spacing: 0.03em;
  font-weight: 800 !important;
}

.featured-actions .button-secondary,
.cart-actions .button-secondary,
.checkout-actions .button-secondary {
  background:
    linear-gradient(135deg, rgba(65, 24, 21, 0.92), rgba(20, 10, 8, 0.78)) !important;
  background-color: rgba(26, 12, 10, 0.72) !important;
  border-color: rgba(221, 184, 103, 0.36) !important;
  color: #fff4dc !important;
}

.language-switcher {
  align-items: center !important;
}

.language-switcher select {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 34px 0 18px !important;
  border-radius: 999px !important;
  line-height: 44px !important;
  text-align: center !important;
  text-align-last: center !important;
  font-weight: 800 !important;
}

.topbar .cart-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border-color: rgba(221, 184, 103, 0.36) !important;
  background:
    linear-gradient(135deg, rgba(65, 24, 21, 0.92), rgba(20, 10, 8, 0.78)) !important;
  background-color: rgba(26, 12, 10, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.08) !important;
}

.topbar .cart-trigger span {
  color: #fff4dc !important;
  font-weight: 800;
  line-height: 1;
}

.topbar .cart-trigger strong {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 0.92rem;
  line-height: 28px !important;
}

/* Luxury native dropdown menu colors */
select,
.checkout-fields select,
.language-switcher select {
  color-scheme: dark !important;
}

select option,
.checkout-fields select option,
.language-switcher select option {
  background-color: #1b0b09 !important;
  color: #fff4dc !important;
  font-weight: 700;
}

select option:checked,
select option:hover,
.checkout-fields select option:checked,
.checkout-fields select option:hover,
.language-switcher select option:checked,
.language-switcher select option:hover {
  background:
    linear-gradient(135deg, #5a241d, #2a0f0c) !important;
  background-color: #5a241d !important;
  color: #f7d98d !important;
}

select:focus,
.checkout-fields select:focus,
.language-switcher select:focus {
  outline: 0 !important;
  border-color: rgba(245, 211, 132, 0.62) !important;
  box-shadow:
    0 0 0 3px rgba(216, 183, 102, 0.12),
    inset 0 1px 0 rgba(255, 246, 220, 0.07) !important;
}

/* Cart quantity controls alignment */
.cart-item-bottom {
  display: grid !important;
  grid-template-columns: auto minmax(92px, max-content) !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.cart-qty {
  display: inline-grid !important;
  grid-template-columns: 46px 34px 46px !important;
  align-items: center !important;
  gap: 0 !important;
  overflow: hidden;
  min-height: 44px;
  border: 1px solid rgba(221, 184, 103, 0.3);
  border-radius: 999px;
  background: rgba(10, 4, 3, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.045);
}

.cart-qty span {
  display: grid !important;
  place-items: center !important;
  min-width: 34px !important;
  height: 44px;
  color: #fff4dc !important;
  text-align: center !important;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.cart-qty .qty-button {
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f4d79a !important;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1 !important;
  box-shadow: none !important;
}

.cart-qty .qty-button:first-child {
  border-right: 1px solid rgba(221, 184, 103, 0.18) !important;
}

.cart-qty .qty-button:last-child {
  border-left: 1px solid rgba(221, 184, 103, 0.18) !important;
}

.remove-button {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 102px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  line-height: 1 !important;
}

/* Force all cart symbols to sit optically centered */
.cart-close,
.cart-qty .qty-button,
.remove-button {
  appearance: none;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-family: var(--font-ui) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.cart-close {
  flex: 0 0 46px !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 0 3px !important;
  border-radius: 12px !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
}

.cart-qty .qty-button {
  padding: 0 0 3px !important;
  font-size: 1.15rem !important;
}

.cart-qty .qty-button[data-qty-action="increase"] {
  padding-bottom: 2px !important;
}

.cart-qty span {
  padding-bottom: 1px !important;
}

.remove-button {
  padding: 0 20px 2px !important;
}

/* Draw close and +/- symbols with CSS lines instead of font glyphs */
.cart-close,
.cart-qty .qty-button {
  position: relative !important;
  color: transparent !important;
  font-size: 0 !important;
}

.cart-close::before,
.cart-close::after,
.cart-qty .qty-button::before,
.cart-qty .qty-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #f4d79a;
  transform-origin: center;
}

.cart-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cart-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cart-qty .qty-button::before {
  width: 12px;
  transform: translate(-50%, -50%);
}

.cart-qty .qty-button::after {
  display: none;
  width: 12px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.cart-qty .qty-button[data-qty-action="increase"]::after {
  display: block;
}

/* Refined luxury typography scale */
.hero h1,
.section-heading h2,
.contact-copy h2,
.featured-product h3,
.hero-card-main h2,
.checkout-header h2 {
  max-width: 11.5ch !important;
  font-size: clamp(2.35rem, 4.25vw, 4.75rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance;
}

.hero h1 {
  max-width: 9.5ch !important;
  font-size: clamp(2.65rem, 5vw, 5.35rem) !important;
}

.section-heading {
  max-width: min(860px, 86vw) !important;
  margin-bottom: 34px !important;
}

.section-heading h2 {
  max-width: 13ch !important;
}

.contact-copy h2,
.checkout-header h2 {
  max-width: 12ch !important;
}

.section-copy,
.hero-text,
.contact-copy p,
.featured-description {
  max-width: 58ch;
}

.eyebrow {
  margin-bottom: 16px !important;
}

.hero {
  padding-top: clamp(70px, 8vw, 120px);
}

.hero-layout {
  align-items: center !important;
  gap: clamp(34px, 5vw, 76px) !important;
}

@media (max-width: 900px) {
  .hero h1,
  .section-heading h2,
  .contact-copy h2,
  .featured-product h3,
  .hero-card-main h2,
  .checkout-header h2 {
    max-width: 100% !important;
    font-size: clamp(2.05rem, 8vw, 3.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  .section-heading {
    max-width: 100% !important;
  }
}

/* Final restrained heading pass for Chinese luxury layout */
.section-heading h2,
.contact-copy h2,
.featured-product h3,
.hero-card-main h2,
.checkout-header h2 {
  font-size: clamp(2rem, 3.25vw, 3.25rem) !important;
  line-height: 1.14 !important;
  max-width: 14ch !important;
  letter-spacing: -0.035em !important;
}

.hero h1 {
  font-size: clamp(2.45rem, 4vw, 4rem) !important;
  line-height: 1.12 !important;
  max-width: 10.5ch !important;
}

@media (max-width: 900px) {
  .section-heading h2,
  .contact-copy h2,
  .featured-product h3,
  .hero-card-main h2,
  .checkout-header h2 {
    font-size: clamp(1.85rem, 7vw, 2.75rem) !important;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 8vw, 3.2rem) !important;
  }
}

/* Fully custom luxury dropdowns, replacing native blue option popups */
.luxury-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.language-switcher,
.checkout-fields label {
  position: relative;
}

.luxury-select {
  position: relative;
  z-index: 20;
  width: 100%;
}

.language-switcher .luxury-select {
  width: 132px;
}

.luxury-select-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 18px;
  border: 1px solid rgba(221, 184, 103, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(65, 24, 21, 0.94), rgba(14, 6, 5, 0.92));
  color: #fff4dc;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.08);
}

.language-switcher .luxury-select-trigger {
  min-height: 44px;
}

.luxury-select-trigger::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #f4d79a;
  border-bottom: 2px solid #f4d79a;
  transform: translateY(-62%) rotate(45deg);
  transition: transform 180ms ease;
}

.luxury-select.is-open .luxury-select-trigger::after {
  transform: translateY(-25%) rotate(225deg);
}

.luxury-select-menu {
  position: absolute;
  left: 50%;
  right: auto;
  top: calc(100% + 8px);
  width: max-content;
  min-width: 100%;
  transform: translateX(-50%);
  z-index: 80;
  display: none;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(221, 184, 103, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 230, 164, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(43, 15, 13, 0.99), rgba(11, 5, 4, 0.99));
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 242, 212, 0.08);
}

.luxury-select.is-open .luxury-select-menu {
  display: grid;
  gap: 4px;
}

.language-switcher .luxury-select-menu {
  width: 132px;
  min-width: 132px;
}

.language-switcher .luxury-select-option {
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.luxury-select-option {
  display: flex;
  align-items: center;
  min-height: 42px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #fff4dc;
  cursor: pointer;
  font-family: var(--font-ui);
  font-weight: 700;
  text-align: left;
}

.luxury-select-option:hover,
.luxury-select-option.is-selected {
  border-color: rgba(245, 211, 132, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 238, 185, 0.14), rgba(92, 43, 21, 0.68)),
    linear-gradient(145deg, rgba(54, 20, 16, 0.98), rgba(18, 7, 6, 0.94));
  color: #f7d98d;
}

.luxury-select .luxury-select-option {
  border-color: transparent !important;
  background:
    linear-gradient(145deg, rgba(38, 14, 12, 0.98), rgba(12, 5, 4, 0.96)) !important;
  background-color: rgba(20, 8, 7, 0.98) !important;
  color: #fff4dc !important;
}

.luxury-select .luxury-select-option:hover,
.luxury-select .luxury-select-option.is-selected {
  border-color: rgba(245, 211, 132, 0.46) !important;
  background:
    linear-gradient(135deg, rgba(255, 238, 185, 0.14), rgba(92, 43, 21, 0.72)),
    linear-gradient(145deg, rgba(54, 20, 16, 0.98), rgba(18, 7, 6, 0.94)) !important;
  background-color: rgba(54, 20, 16, 0.98) !important;
  color: #f7d98d !important;
}

/* Balanced page rhythm: denser than empty luxury spacing, without becoming crowded */
.main-shell {
  padding-bottom: clamp(42px, 5vw, 64px) !important;
}

.hero {
  min-height: auto !important;
  gap: clamp(24px, 4vw, 42px) !important;
  padding: clamp(44px, 6vw, 78px) 0 clamp(28px, 4vw, 42px) !important;
}

.hero-actions {
  margin: 24px 0 26px !important;
}

.hero-metrics {
  gap: clamp(12px, 1.6vw, 18px) !important;
}

.hero-metrics li,
.trust-strip article,
.system-card,
.craft-card,
.case-card,
.story-card,
.faq-card {
  padding: clamp(20px, 2.2vw, 26px) !important;
}

.hero-visual {
  min-height: clamp(430px, 45vw, 540px) !important;
}

.hero-card {
  padding: clamp(24px, 3vw, 30px) !important;
}

.hero-card-main {
  inset: 0 58px 92px 0 !important;
}

.hero-card-accent {
  width: min(318px, 86%) !important;
}

.section {
  padding: clamp(36px, 4.8vw, 56px) 0 !important;
}

.trust-strip.section {
  padding-top: clamp(20px, 3vw, 34px) !important;
  padding-bottom: clamp(34px, 4vw, 48px) !important;
}

.intro-strip.section {
  padding-top: clamp(28px, 3.6vw, 42px) !important;
  padding-bottom: clamp(28px, 3.6vw, 42px) !important;
}

.section-heading {
  margin-bottom: clamp(24px, 3vw, 34px) !important;
}

.showcase-layout,
.custom-layout,
.contact-panel,
.story-layout,
.trust-strip,
.shop-toolbar {
  gap: clamp(20px, 3vw, 34px) !important;
}

.catalog-grid,
.product-system-grid,
.craft-panels,
.case-grid,
.faq-list,
.shop-grid,
.story-layout,
.wp-page-content {
  gap: clamp(16px, 2vw, 22px) !important;
}

.product-system-grid,
.craft-panels,
.case-grid,
.faq-list,
.shop-grid {
  margin-top: clamp(18px, 2.4vw, 28px) !important;
}

.featured-product,
.catalog-panel,
.contact-panel {
  padding: clamp(24px, 3vw, 32px) !important;
}

.product-card {
  padding: clamp(22px, 2.5vw, 26px) !important;
}

.product-visual {
  height: clamp(190px, 18vw, 220px) !important;
  margin-bottom: 16px !important;
}

.custom-copy {
  gap: clamp(20px, 2.5vw, 28px) !important;
}

.custom-showcase,
.timeline {
  gap: clamp(14px, 1.8vw, 18px) !important;
}

@media (max-width: 900px) {
  .hero {
    padding: 34px 0 28px !important;
  }

  .hero-visual {
    min-height: 420px !important;
  }

  .section {
    padding: 34px 0 !important;
  }

  .trust-strip.section {
    padding-top: 22px !important;
  }
}

@media (max-width: 640px) {
  .hero-visual {
    min-height: 360px !important;
  }

  .hero-card-main {
    inset: 0 28px 78px 0 !important;
  }

  .hero-card-accent {
    width: min(290px, 92%) !important;
  }
}

/* Mobile and tablet menu button must follow the luxury palette */
.topbar .menu-toggle,
.topbar .menu-toggle:hover,
.topbar .menu-toggle:focus,
.topbar .menu-toggle:focus-visible {
  display: none;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 4px !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  padding: 0 !important;
  border: 1px solid rgba(221, 184, 103, 0.4) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(135deg, rgba(65, 24, 21, 0.96), rgba(14, 6, 5, 0.94)) !important;
  background-color: rgba(30, 10, 8, 0.98) !important;
  color: #f7d98d !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 220, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.22) !important;
}

.topbar .menu-toggle::before,
.topbar .menu-toggle span {
  content: "";
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: #f4d79a !important;
}

@media (max-width: 840px) {
  .topbar .menu-toggle {
    display: inline-flex !important;
  }

  .topbar .nav {
    display: flex !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    max-height: 0 !important;
    transform: translateY(-12px) scale(0.98) !important;
    transform-origin: top center !important;
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      max-height 260ms ease,
      visibility 0s linear 260ms !important;
    border-color: rgba(221, 184, 103, 0.28) !important;
    background:
      radial-gradient(circle at 16% 0%, rgba(255, 230, 164, 0.08), transparent 28%),
      linear-gradient(145deg, rgba(43, 15, 13, 0.98), rgba(11, 5, 4, 0.98)) !important;
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 242, 212, 0.08) !important;
  }

  .topbar.menu-open .nav {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    max-height: 420px !important;
    transform: translateY(0) scale(1) !important;
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      max-height 260ms ease,
      visibility 0s linear 0s !important;
  }

  .topbar .nav a {
    width: 100%;
    padding: 10px 4px;
    border-bottom: 1px solid rgba(221, 184, 103, 0.12);
  }

  .topbar .nav a:last-child {
    border-bottom: 0;
  }
}

/* Replace external green focus rings with antique-gold luxury focus states */
.luxury-select-trigger:focus,
.luxury-select-trigger:focus-visible,
.language-switcher .luxury-select-trigger:focus,
.language-switcher .luxury-select-trigger:focus-visible,
.checkout-fields .luxury-select-trigger:focus,
.checkout-fields .luxury-select-trigger:focus-visible,
.button:focus,
.button:focus-visible,
.product-add-button:focus,
.product-add-button:focus-visible,
.filter-chip:focus,
.filter-chip:focus-visible,
.cart-trigger:focus,
.cart-trigger:focus-visible,
.floating-cart:focus,
.floating-cart:focus-visible,
.payment-method:focus,
.payment-method:focus-visible,
.qty-button:focus,
.qty-button:focus-visible,
.cart-close:focus,
.cart-close:focus-visible,
.remove-button:focus,
.remove-button:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: 0 !important;
  border-color: rgba(245, 211, 132, 0.6) !important;
  box-shadow:
    0 0 0 3px rgba(216, 183, 102, 0.16),
    inset 0 1px 0 rgba(255, 246, 220, 0.08) !important;
}

.luxury-select-trigger,
.language-switcher .luxury-select-trigger,
.checkout-fields .luxury-select-trigger {
  border-color: rgba(221, 184, 103, 0.38) !important;
  border-radius: 999px !important;
  color: #fff4dc !important;
  background:
    linear-gradient(135deg, rgba(65, 24, 21, 0.94), rgba(14, 6, 5, 0.92)) !important;
}

.luxury-select-trigger:hover,
.language-switcher .luxury-select-trigger:hover,
.checkout-fields .luxury-select-trigger:hover {
  color: #f7d98d !important;
}

/* Checkout dropdowns must stack independently, so shipping never hides behind invoice. */
.checkout-modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.checkout-panel,
.checkout-fields {
  overflow: visible !important;
}

.checkout-fields label {
  position: relative;
  z-index: 1;
}

.checkout-fields .luxury-select {
  z-index: 30 !important;
}

.checkout-fields .luxury-select.is-open {
  z-index: 900 !important;
}

.checkout-fields .luxury-select.is-open .luxury-select-menu {
  z-index: 901 !important;
}

.checkout-fields label:has(.luxury-select.is-open) {
  z-index: 900 !important;
}

/* Luxury cart icon: replace text labels with a compact gold basket symbol */
.cart-trigger,
.floating-cart {
  position: relative;
}

.cart-trigger > span,
.floating-cart > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.cart-trigger::before,
.floating-cart::before {
  content: "";
  display: block;
  width: 23px;
  height: 17px;
  border: 2px solid #f4d79a;
  border-top: 0;
  border-radius: 3px 3px 8px 8px;
  background:
    linear-gradient(90deg, transparent 30%, rgba(244, 215, 154, 0.75) 30% 38%, transparent 38% 62%, rgba(244, 215, 154, 0.75) 62% 70%, transparent 70%);
  box-shadow: inset 0 1px 0 rgba(255, 246, 220, 0.12), 0 0 14px rgba(216, 183, 102, 0.18);
}

.cart-trigger::after,
.floating-cart::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 17px;
  height: 10px;
  border: 2px solid #f4d79a;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  pointer-events: none;
}

.floating-cart::after {
  left: 20px;
  top: 14px;
}

/* Mobile and tablet layout refinement: keep the luxury tone without crowding narrow screens */
#products,
#shop,
#custom,
#story,
#contact {
  scroll-margin-top: 150px;
}

@media (max-width: 900px) {
  .site-shell {
    width: min(100% - 24px, 1220px) !important;
    padding-top: 12px !important;
  }

  .topbar {
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 24px !important;
  }

  .brand {
    min-width: 0;
    gap: 10px !important;
  }

  .brand-mark {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    flex: 0 0 42px;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: clamp(1.25rem, 4.8vw, 1.55rem) !important;
    letter-spacing: 0.04em !important;
  }

  .brand-copy small {
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
  }

  .language-switcher {
    gap: 0 !important;
  }

  .language-switcher > span {
    display: none !important;
  }

  .language-switcher .luxury-select {
    width: clamp(86px, 24vw, 112px) !important;
  }

  .language-switcher .luxury-select-trigger {
    min-height: 46px !important;
    padding: 0 32px 0 12px !important;
    font-size: 0.86rem !important;
  }

  .language-switcher .luxury-select-menu {
    width: clamp(96px, 28vw, 122px) !important;
    min-width: clamp(96px, 28vw, 122px) !important;
  }

  .section {
    padding: clamp(30px, 7vw, 44px) 0 !important;
  }

  .section-heading {
    margin-bottom: clamp(18px, 5vw, 26px) !important;
  }

  .section-heading h2,
  .contact-copy h2,
  .featured-product h3,
  .hero-card-main h2,
  .checkout-header h2 {
    max-width: 100% !important;
    font-size: clamp(1.85rem, 6.2vw, 2.55rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
    text-wrap: balance;
  }

  .section-copy,
  .featured-description,
  .product-card p,
  .custom-copy p,
  .story-card p,
  .faq-card p {
    font-size: 0.98rem !important;
    line-height: 1.75 !important;
  }

  .showcase-layout,
  .custom-layout,
  .contact-panel,
  .story-layout,
  .shop-toolbar {
    gap: clamp(16px, 4vw, 24px) !important;
  }

  .featured-product,
  .catalog-panel,
  .contact-panel {
    padding: clamp(20px, 4.8vw, 28px) !important;
    border-radius: 26px !important;
  }

  .featured-topline,
  .catalog-toolbar,
  .shop-toolbar,
  .product-card-top,
  .featured-price-row {
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .featured-topline,
  .catalog-toolbar,
  .shop-toolbar {
    flex-wrap: wrap !important;
  }

  .featured-kicker {
    margin: 20px 0 10px !important;
  }

  .featured-product h3 {
    margin-bottom: 0 !important;
  }

  .featured-description {
    margin: 14px 0 16px !important;
  }

  .featured-price-row {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    margin-bottom: 16px !important;
  }

  .featured-price-row strong {
    font-size: clamp(1.32rem, 5vw, 1.65rem) !important;
  }

  .featured-specs {
    gap: 10px !important;
  }

  .spec-item,
  .catalog-card,
  .product-card,
  .system-card,
  .craft-card,
  .case-card,
  .story-card,
  .faq-card {
    border-radius: 20px !important;
  }

  .spec-item {
    padding: 13px 14px !important;
  }

  .catalog-panel {
    overflow: hidden;
  }

  .catalog-grid,
  .product-system-grid,
  .craft-panels,
  .case-grid,
  .faq-list,
  .shop-grid,
  .story-layout {
    gap: 14px !important;
  }

  .catalog-card {
    padding: 16px !important;
  }

  .catalog-card h4,
  .product-card h3,
  .custom-showcase-card h3,
  .system-card h3,
  .craft-card h3,
  .case-card h3,
  .story-card h3,
  .faq-card h3 {
    font-size: 1.12rem !important;
    line-height: 1.35 !important;
  }

  .hero-visual {
    min-height: 390px !important;
  }

  .hero-card {
    position: relative !important;
    inset: auto !important;
  }

  .hero-card-main,
  .hero-card-accent {
    width: 100% !important;
  }

  .hero-card-main {
    min-height: auto !important;
    padding: 24px !important;
  }

  .hero-card-main::after {
    width: 150px !important;
    height: 150px !important;
    right: -42px !important;
    top: -42px !important;
    opacity: 0.18 !important;
  }

  .hero-card-main::before {
    opacity: 0.45 !important;
  }

  .hero-card-accent {
    margin-top: 14px !important;
  }
}

@media (max-width: 640px) {
  .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px 70px !important;
    align-items: center !important;
  }

  .brand {
    overflow: hidden !important;
  }

  .brand-copy strong {
    display: inline-block !important;
    width: 64px !important;
    max-width: 64px !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .brand-copy strong::after {
    content: "\91d1\53a8\5821" !important;
    display: inline-block !important;
    font-size: 1.08rem !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
  }

  .language-switcher .luxury-select {
    width: 70px !important;
  }

  .language-switcher .luxury-select-trigger {
    min-height: 48px !important;
    padding: 0 25px 0 10px !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.02em !important;
  }

  .language-switcher .luxury-select-menu {
    width: 76px !important;
    min-width: 76px !important;
  }

  .language-switcher .luxury-select-option {
    min-height: 38px !important;
    padding: 0 8px !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.06em !important;
  }

  #products,
  #shop,
  #custom,
  #story,
  #contact {
    scroll-margin-top: 128px;
  }

  .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
  }

  .brand-copy small {
    display: none !important;
  }

  .topbar .cart-trigger {
    display: none !important;
  }

  .brand {
    flex: 1 1 auto;
    overflow: hidden;
  }

  .brand-copy strong {
    display: inline-block;
    width: 64px;
    max-width: 4.8em;
    overflow: hidden;
    font-size: 0 !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .brand-copy strong::after {
    content: "金厨堡";
    display: inline-block;
    font-size: 1.18rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .language-switcher {
    justify-self: end;
  }

  .language-switcher .luxury-select {
    width: 92px !important;
  }

  .language-switcher .luxury-select-trigger {
    min-height: 48px !important;
    padding: 0 28px 0 12px !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.02em !important;
  }

  .topbar .menu-toggle,
  .topbar .menu-toggle:hover,
  .topbar .menu-toggle:focus,
  .topbar .menu-toggle:focus-visible {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 15px !important;
  }

  .section-heading h2,
  .contact-copy h2,
  .featured-product h3,
  .hero-card-main h2,
  .checkout-header h2 {
    font-size: clamp(1.78rem, 7.4vw, 2.18rem) !important;
    line-height: 1.2 !important;
  }

  .section-copy {
    margin-top: 10px !important;
  }

  .featured-product,
  .catalog-panel,
  .contact-panel {
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .featured-specs,
  .catalog-grid,
  .product-system-grid,
  .craft-panels,
  .case-grid,
  .faq-list,
  .shop-grid,
  .story-layout,
  .custom-showcase {
    grid-template-columns: 1fr !important;
  }

  .featured-topline {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
  }

  .featured-badge {
    white-space: nowrap;
  }

  .featured-price-row {
    grid-template-columns: 1fr !important;
    gap: 2px !important;
  }

  .catalog-toolbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .catalog-toolbar p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .product-visual {
    height: 176px !important;
    border-radius: 20px !important;
  }

  .product-card-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .product-price {
    text-align: left !important;
  }

  .product-card-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .product-card-footer .button,
  .product-add-button {
    width: 100% !important;
  }

  .floating-cart {
    position: fixed !important;
    right: 12px !important;
    bottom: 12px !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    border-radius: 18px !important;
  }
}
