:root {
  --ink: #080a0a;
  --ink-soft: #101413;
  --panel: #151a18;
  --line: rgba(239, 214, 160, .16);
  --gold: #c99b4a;
  --gold-light: #efd6a0;
  --jade: #08715d;
  --jade-light: #57b39c;
  --ivory: #f4eee2;
  --muted: #a8aaa4;
  --display: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  --body: Inter, system-ui, -apple-system, sans-serif;
  --container: min(1240px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.kaizora-theme { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--ivory); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.intro-active { overflow: hidden; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; left: 16px; top: -100px; background: var(--ivory); color: var(--ink); padding: 10px 16px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: .68rem; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
h1, h2, h3 { margin-block: 0; color: var(--heading, var(--ivory)); font-family: var(--display); font-weight: 600; }
h2 { font-size: clamp(2.8rem, 6vw, 5.7rem); letter-spacing: -.045em; line-height: .95; }
p { margin-top: 0; }
svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.site-intro { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; background: #050707; transition: opacity .8s var(--ease), visibility .8s; }
.site-intro::before { content: ""; position: absolute; width: 35vw; aspect-ratio: 1; border: 1px solid rgba(201,155,74,.2); border-radius: 50%; box-shadow: 0 0 100px rgba(201,155,74,.09), inset 0 0 100px rgba(8,113,93,.08); animation: introOrbit 1.6s var(--ease) both; }
.site-intro.is-finished { opacity: 0; visibility: hidden; }
.intro-mark { position: relative; display: grid; justify-items: center; gap: 14px; animation: introMark 1.5s var(--ease) both; }
.intro-mark img { width: clamp(130px, 16vw, 220px); filter: drop-shadow(0 12px 45px rgba(201,155,74,.16)); }
.intro-mark span { color: var(--gold-light); font-family: var(--display); font-size: 1.3rem; letter-spacing: .5em; }
@keyframes introOrbit { from { opacity: 0; transform: scale(.6) rotate(-25deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes introMark { 0% { opacity: 0; transform: translateY(18px) scale(.95); } 100% { opacity: 1; transform: translateY(0) scale(1); } }

.announcement { position: relative; z-index: 60; min-height: 33px; display: grid; place-items: center; background: linear-gradient(90deg, #0a3d34, #0b6151 48%, #0a3d34); color: #e9f4ef; }
.announcement p { margin: 0; padding: 7px 48px; font-size: .64rem; font-weight: 600; letter-spacing: .17em; text-align: center; text-transform: uppercase; }
.site-header { position: absolute; z-index: 55; top: 33px; left: 0; right: 0; height: 92px; border-bottom: 1px solid rgba(255,255,255,.1); transition: background .4s, border-color .4s, height .4s, backdrop-filter .4s; }
.kaizora-no-announcement .site-header { top: 0; }
.site-header.is-scrolled { position: fixed; top: 0; height: 74px; background: rgba(7,10,9,.88); border-color: var(--line); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.header-inner { width: var(--container); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand > img, .brand .custom-logo { width: 50px; height: 50px; object-fit: contain; }
.custom-brand-logo, .custom-brand-logo .custom-logo-link { display: flex; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { color: var(--gold-light); font-family: var(--display); font-size: 1.33rem; letter-spacing: .2em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .48rem; letter-spacing: .45em; }
.primary-navigation { justify-self: center; }
.nav-menu { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); margin: 0; padding: 0; list-style: none; }
.nav-menu a { position: relative; color: #e8e4da; font-size: .71rem; letter-spacing: .08em; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .3s; }
.nav-menu a:hover::after, .nav-menu .current-menu-item a::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.language-switcher { color: #ccc8be; font-size: .58rem; letter-spacing: .12em; }
.language-switcher select { max-width: 72px; border: 0; background: transparent; color: var(--ivory); text-transform: uppercase; }
.language-switcher option { color: var(--ink); }
.cart-link { position: relative; display: flex; align-items: center; }
.cart-link span { position: absolute; top: -9px; right: -10px; min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .6rem; font-weight: 700; }
.menu-toggle { display: none; background: none; border: 0; color: var(--ivory); padding: 8px; }

.hero { position: relative; min-height: min(900px, calc(100svh - 33px)); display: grid; align-items: center; overflow: hidden; }
.hero-media, .hero-media::after, .hero-noise { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: heroDrift 18s ease-out both; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(4,7,6,.94) 0%, rgba(4,7,6,.72) 42%, rgba(4,7,6,.18) 78%), linear-gradient(0deg, var(--ink) 0%, transparent 24%); }
.hero-noise { opacity: .07; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
@keyframes heroDrift { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-content { position: relative; z-index: 2; min-width: 0; padding: 145px 0 90px; }
.hero h1 { max-width: 780px; font-size: clamp(3.8rem, 7vw, 7rem); letter-spacing: -.048em; line-height: .86; text-wrap: balance; }
.hero h1 em { display: block; margin-top: .16em; color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 590px; margin: 36px 0 0; color: #c4c3bd; font-size: clamp(.95rem, 1.3vw, 1.08rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: nowrap; gap: 16px; width: max-content; max-width: 100%; margin-top: 38px; }
.hero-actions .button { flex: 0 0 auto; width: auto; min-width: 180px; margin: 0; line-height: 1; white-space: nowrap; }
.hero-actions .button svg { flex: 0 0 22px; }
.button, body.kaizora-theme .woocommerce a.button, body.kaizora-theme .woocommerce button.button, body.kaizora-theme .woocommerce input.button, body.kaizora-theme .woocommerce #respond input#submit { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 26px; border: 1px solid transparent; border-radius: 0; background: transparent; font-family: var(--body); font-size: .69rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.button:hover, body.kaizora-theme .woocommerce a.button:hover, body.kaizora-theme .woocommerce button.button:hover { transform: translateY(-2px); }
.button-gold, body.kaizora-theme .woocommerce a.button.alt, body.kaizora-theme .woocommerce button.button.alt { background: linear-gradient(135deg, #e0b966, #b7822f); color: #151109; }
.button-gold:hover, body.kaizora-theme .woocommerce a.button.alt:hover, body.kaizora-theme .woocommerce button.button.alt:hover { background: var(--gold-light); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.27); color: var(--ivory); }
.button-ghost:hover { border-color: var(--gold); }
.button-jade { background: var(--jade); color: white; }
.button-jade:hover { background: #0a8970; }
.hero-scroll { position: absolute; z-index: 3; right: 42px; bottom: 75px; display: flex; align-items: center; gap: 14px; transform: rotate(90deg); transform-origin: right center; color: #c9c6bc; font-size: .55rem; letter-spacing: .25em; text-transform: uppercase; }
.hero-scroll span { width: 70px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }

.trust-strip { position: relative; z-index: 4; width: var(--container); margin: -28px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(16,20,19,.94); border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(0,0,0,.35); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.trust-strip > div { min-height: 96px; display: grid; align-content: center; justify-items: center; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-strip strong { color: var(--gold-light); font-family: var(--display); font-size: 1.55rem; font-weight: 600; }
.trust-strip span { color: var(--muted); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.section { padding-block: clamp(100px, 12vw, 180px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: .69rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.text-link svg { width: 20px; transition: transform .3s; }
.text-link:hover svg { transform: translateX(5px); }

.home-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; perspective: 1200px; }
.home-product-card { min-width: 0; background: #101413; border: 1px solid var(--line); transition: transform .2s ease, border-color .3s, box-shadow .3s; transform-style: preserve-3d; }
.home-product-card:hover { border-color: rgba(201,155,74,.45); box-shadow: 0 28px 60px rgba(0,0,0,.35); }
.product-image { position: relative; aspect-ratio: .84; display: block; overflow: hidden; background: #1a1f1d; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,10,.65), transparent 45%); opacity: 0; transition: opacity .3s; }
.product-image span { position: absolute; z-index: 2; left: 20px; bottom: 18px; transform: translateY(10px); opacity: 0; color: var(--ivory); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; transition: .35s; }
.home-product-card:hover .product-image img { transform: scale(1.045); }
.home-product-card:hover .product-image::after, .home-product-card:hover .product-image span { opacity: 1; }
.home-product-card:hover .product-image span { transform: translateY(0); }
.product-card-body { padding: 23px 21px 25px; }
.product-category, .product-category a { margin: 0 0 8px; color: var(--jade-light); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.product-card-body h3 { min-height: 48px; font-family: var(--body); font-size: .88rem; font-weight: 500; line-height: 1.5; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.product-meta .price { color: var(--gold-light); font-size: .9rem; font-weight: 600; }
.demo-grid { grid-template-columns: repeat(3, 1fr); }
.admin-hint { margin-top: 24px; padding: 14px 18px; border-left: 2px solid var(--gold); background: rgba(201,155,74,.08); color: #d3cbbd; font-size: .82rem; }

.story-section { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 760px; background: #0d1110; }
.story-image { position: relative; overflow: hidden; }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, #0d1110); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { align-self: center; max-width: 600px; padding: 80px clamp(40px, 8vw, 130px) 80px clamp(45px, 7vw, 110px); }
.story-copy h2 em { display: block; color: var(--gold-light); font-weight: 500; }
.story-copy > p:not(.eyebrow) { margin: 35px 0; color: var(--muted); }
.logistics-story { min-height: 740px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.logistics-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.logistics-visual::before { content: ""; position: absolute; inset: 16%; border-radius: 50%; background: radial-gradient(circle, rgba(8,113,93,.28), transparent 66%); filter: blur(8px); }
.logistics-visual strong { position: relative; color: var(--gold-light); font-family: var(--display); font-size: clamp(7rem, 15vw, 13rem); line-height: 1; text-shadow: 0 0 60px rgba(201,155,74,.18); }
.logistics-visual small { font-size: .18em; letter-spacing: .1em; }
.orbit { position: absolute; inset: 8%; border: 1px solid rgba(201,155,74,.3); border-radius: 50%; animation: orbitSpin 18s linear infinite; }
.orbit::after { content: ""; position: absolute; top: 9%; right: 13%; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 24px var(--gold); }
.orbit-two { inset: 20%; border-color: rgba(87,179,156,.25); animation-direction: reverse; animation-duration: 13s; }
.orbit-two::after { top: auto; right: auto; bottom: 3%; left: 28%; background: var(--jade-light); box-shadow: 0 0 20px var(--jade-light); }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.logistics-copy h2 { max-width: 650px; }
.logistics-copy > p:not(.eyebrow) { max-width: 610px; margin: 30px 0; color: var(--muted); }
.logistics-copy ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.logistics-copy li { display: flex; align-items: center; gap: 14px; color: #d8d4ca; font-size: .82rem; }
.logistics-copy li::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
.heritage-section { position: relative; min-height: 780px; display: grid; place-items: center; overflow: hidden; }
.heritage-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.heritage-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(5,8,7,.55), rgba(5,8,7,.78)), radial-gradient(circle at center, transparent, rgba(5,8,7,.72)); }
.heritage-content { position: relative; max-width: 650px; padding: 50px; text-align: center; }
.heritage-content h2 { color: var(--gold-light); font-family: "Noto Serif JP", serif; font-size: clamp(6rem, 13vw, 11rem); text-shadow: 0 10px 45px rgba(0,0,0,.45); }
.heritage-content > p:last-child { color: #cfcec7; }
.request-section { padding-block: 110px; }
.request-card { position: relative; overflow: hidden; display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: clamp(45px, 7vw, 90px); background: linear-gradient(130deg, rgba(8,113,93,.24), transparent 62%), #121715; border: 1px solid var(--line); }
.request-card::after { content: "海空"; position: absolute; right: 6%; top: -22%; color: rgba(239,214,160,.045); font-family: "Noto Serif JP", serif; font-size: 16rem; }
.request-card > * { position: relative; z-index: 1; }
.request-card h2 { max-width: 720px; font-size: clamp(3rem, 6vw, 5rem); }
.request-card p:not(.eyebrow) { max-width: 680px; margin: 25px 0 0; color: var(--muted); }
.request-card .button { flex: 0 0 auto; white-space: nowrap; }

/* Native Gutenberg home — every section remains visually editable in Pages → Início. */
.kaizora-editable-home { margin: 0; }
.kaizora-editable-home > * { margin-block: 0; }
.kaizora-editable-home .hero.wp-block-cover { min-height: clamp(700px, calc(100svh - 33px), 900px) !important; padding: 0; color: var(--ivory); }
.kaizora-editable-home .hero.wp-block-cover .wp-block-cover__image-background { animation: heroDrift 18s ease-out both; }
.kaizora-editable-home .hero.wp-block-cover .wp-block-cover__background { opacity: 1; background: linear-gradient(90deg, rgba(4,7,6,.94) 0%, rgba(4,7,6,.72) 42%, rgba(4,7,6,.18) 78%), linear-gradient(0deg, var(--ink) 0%, transparent 24%) !important; }
.kaizora-editable-home .hero .wp-block-cover__inner-container { width: 100%; }
.kaizora-editable-home .hero-content.wp-block-group { width: var(--container); max-width: none; margin-inline: auto; }
.kaizora-editable-home .wp-block-button .wp-block-button__link { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 0; font-family: var(--body); font-size: .69rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.kaizora-editable-home .wp-block-button .wp-block-button__link:hover { transform: translateY(-2px); }
.kaizora-editable-home .wp-block-button.button-gold .wp-block-button__link { background: linear-gradient(135deg, #e0b966, #b7822f); color: #151109; }
.kaizora-editable-home .wp-block-button.button-gold .wp-block-button__link:hover { background: var(--gold-light); color: var(--ink); }
.kaizora-editable-home .wp-block-button.button-ghost .wp-block-button__link { border-color: rgba(255,255,255,.27); background: transparent; color: var(--ivory); }
.kaizora-editable-home .wp-block-button.button-ghost .wp-block-button__link:hover { border-color: var(--gold); }
.kaizora-editable-home .wp-block-button.button-jade .wp-block-button__link { background: var(--jade); color: white; }
.kaizora-editable-home .wp-block-button.button-jade .wp-block-button__link:hover { background: #0a8970; }
.kaizora-editable-home .trust-strip.wp-block-columns { gap: 0; }
.kaizora-editable-home .trust-strip .wp-block-column { min-height: 96px; display: grid; align-content: center; justify-items: center; margin: 0; border-right: 1px solid var(--line); }
.kaizora-editable-home .trust-strip .wp-block-column:last-child { border: 0; }
.kaizora-editable-home .trust-strip h3 { margin: 0; color: var(--gold-light); font-family: var(--display); font-size: 1.55rem; font-weight: 600; }
.kaizora-editable-home .trust-strip p { margin: 0; color: var(--muted); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.kaizora-editable-home .products-section.wp-block-group { width: var(--container); max-width: none; margin-inline: auto; }
.kaizora-editable-home .section-heading.wp-block-group { width: 100%; max-width: none; }
.kaizora-editable-home .text-link { margin-bottom: 0; }
.kaizora-editable-home .text-link a { color: var(--gold-light); }
.kaizora-editable-home .products-section .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kaizora-editable-home .story-section.wp-block-media-text { min-height: 760px; background: #0d1110; }
.kaizora-editable-home .story-section .wp-block-media-text__media { position: relative; min-height: 760px; height: 100%; overflow: hidden; background-size: cover; }
.kaizora-editable-home .story-section .wp-block-media-text__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, #0d1110); pointer-events: none; }
.kaizora-editable-home .story-section .wp-block-media-text__media img { width: 100%; height: 100%; object-fit: cover; }
.kaizora-editable-home .story-section .wp-block-media-text__content { padding: 80px clamp(40px, 8vw, 130px) 80px clamp(45px, 7vw, 110px); }
.kaizora-editable-home .story-section h2 em { display: block; color: var(--gold-light); font-weight: 500; }
.kaizora-editable-home .story-section .story-body { margin: 35px 0; color: var(--muted); }
.kaizora-editable-home .logistics-story.wp-block-columns { width: var(--container); max-width: none; margin-inline: auto; }
.kaizora-editable-home .logistics-number { position: relative; z-index: 2; margin: 0; color: var(--gold-light); font-family: var(--display); font-size: clamp(7rem, 15vw, 13rem); line-height: 1; text-align: center; text-shadow: 0 0 60px rgba(201,155,74,.18); }
.kaizora-editable-home .logistics-number small { font-size: .18em; letter-spacing: .1em; }
.kaizora-editable-home .logistics-visual::after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(201,155,74,.3); border-radius: 50%; animation: orbitSpin 18s linear infinite; }
.kaizora-editable-home .logistics-number::before { content: ""; position: absolute; z-index: -1; inset: -34%; border: 1px solid rgba(87,179,156,.25); border-radius: 50%; animation: orbitSpin 13s linear infinite reverse; }
.kaizora-editable-home .heritage-section.wp-block-cover { padding: 0; }
.kaizora-editable-home .heritage-section .wp-block-cover__inner-container { display: grid; place-items: center; }
.kaizora-editable-home .heritage-section .wp-block-cover__background { opacity: 1; background: linear-gradient(rgba(5,8,7,.55), rgba(5,8,7,.78)), radial-gradient(circle at center, transparent, rgba(5,8,7,.72)) !important; }
.kaizora-editable-home .heritage-content.wp-block-group { max-width: 650px; margin-inline: auto; }
.kaizora-editable-home .request-section.wp-block-group { width: var(--container); max-width: none; margin-inline: auto; }
.kaizora-editable-home .request-card.wp-block-group { width: 100%; max-width: none; }
.editor-styles-wrapper .reveal { opacity: 1 !important; transform: none !important; }
.editor-styles-wrapper .hero { min-height: 680px !important; }

.site-footer { position: relative; padding: 90px max(24px, calc((100vw - 1240px) / 2)) 24px; overflow: hidden; background: #060808; border-top: 1px solid var(--line); }
.footer-glow { position: absolute; width: 450px; height: 450px; left: 5%; top: -330px; border-radius: 50%; background: rgba(8,113,93,.15); filter: blur(80px); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.55fr .72fr .92fr 1fr; gap: clamp(28px, 4vw, 70px); padding-bottom: 70px; }
.footer-brand img { width: 86px; float: left; margin-right: 17px; }
.footer-brand > div { min-height: 86px; display: grid; align-content: center; }
.footer-brand strong { color: var(--gold-light); font-family: var(--display); font-size: 1.6rem; letter-spacing: .18em; }
.footer-brand span { color: var(--muted); font-size: .58rem; letter-spacing: .23em; }
.footer-brand p { clear: both; max-width: 420px; padding-top: 20px; color: var(--muted); font-size: .78rem; }
.site-footer h3 { margin-bottom: 22px; color: var(--gold-light); font-family: var(--body); font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer li a { color: var(--muted); font-size: .76rem; }
.site-footer li a:hover { color: var(--gold-light); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid var(--line); color: #777c78; font-size: .64rem; }
.footer-bottom p { margin: 0; }
.social-links { display: flex; gap: 22px; text-transform: uppercase; letter-spacing: .1em; }
.whatsapp-float { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px; border-radius: 100px; background: #118b70; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.35); font-size: .66rem; font-weight: 600; letter-spacing: .04em; transition: transform .3s, background .3s; }
.whatsapp-float:hover { transform: translateY(-3px); background: #16a183; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.kaizora-no-motion .site-intro { display: none; }
.kaizora-no-motion *, .kaizora-no-motion *::before, .kaizora-no-motion *::after { animation: none !important; transition-duration: .01ms !important; }
.kaizora-no-motion .reveal, .kaizora-no-reveal .reveal { opacity: 1; transform: none; }
.kaizora-no-hero-drift .hero-media img { animation: none; transform: none; }
.kaizora-no-orbits .orbit, .kaizora-no-orbits .logistics-visual::after, .kaizora-no-orbits .logistics-number::before { animation: none; }

/* Content and WordPress editor output */
.content-shell, .woo-shell { padding-top: 190px; padding-bottom: 130px; }
.editorial-content { max-width: 860px; margin-inline: auto; }
.editorial-content > header, .archive-heading { margin-bottom: 60px; }
.editorial-content h1, .archive-heading h1, .error-page h1 { font-size: clamp(3.5rem, 7vw, 6rem); line-height: .9; }
.featured-media { margin: 0 -10vw 55px; }
.entry-content { color: #c8c7c0; }
.entry-content h2 { margin: 1em 0 .4em; font-size: clamp(2.4rem, 5vw, 4rem); }
.entry-content h3 { margin: 1.5em 0 .5em; color: var(--gold-light); font-size: 1.9rem; }
.entry-content a { color: var(--gold-light); text-decoration: underline; }
.entry-content blockquote { margin: 40px 0; padding: 24px 35px; border-left: 2px solid var(--gold); background: rgba(201,155,74,.06); font-family: var(--display); font-size: 1.6rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { border: 1px solid var(--line); background: var(--ink-soft); }
.post-card > div { padding: 25px; }
.post-card h2 { font-size: 2rem; }
.post-card p { color: var(--muted); font-size: .82rem; }
.error-page { min-height: 80vh; display: grid; align-content: center; justify-items: start; padding-top: 130px; }
.error-page > p:not(.eyebrow) { max-width: 600px; margin: 30px 0; color: var(--muted); }
.error-page > div { display: flex; gap: 15px; }

/* WooCommerce */
.woocommerce-products-header { margin-bottom: 55px; }
.woocommerce-products-header__title, body.kaizora-theme .woocommerce div.product .product_title, body.kaizora-theme .woocommerce-cart .entry-title, body.kaizora-theme .woocommerce-checkout .entry-title { font-size: clamp(3.2rem, 6vw, 5.5rem); }
body.kaizora-theme .woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
body.kaizora-theme .woocommerce .woocommerce-breadcrumb a { color: var(--gold-light); }
body.kaizora-theme .woocommerce .woocommerce-result-count, body.kaizora-theme .woocommerce .woocommerce-ordering { margin-bottom: 35px; color: var(--muted); font-size: .72rem; }
body.kaizora-theme .woocommerce .woocommerce-ordering select { background: var(--panel); border: 1px solid var(--line); color: var(--ivory); padding: 11px 15px; }
body.kaizora-theme .woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
.products-section .woocommerce ul.products.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.products-section .woocommerce ul.products.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.products-section .woocommerce ul.products.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.kaizora-theme .woocommerce ul.products::before, body.kaizora-theme .woocommerce ul.products::after { display: none; }
body.kaizora-theme .woocommerce ul.products li.product { float: none; width: auto; min-width: 0; height: 100%; margin: 0; padding: 0 0 22px; overflow: hidden; display: flex; flex-direction: column; background: var(--ink-soft); border: 1px solid var(--line); transition: transform .25s, border-color .3s; }
body.kaizora-theme .woocommerce ul.products li.product:hover { border-color: rgba(201,155,74,.45); }
body.kaizora-theme .woocommerce ul.products li.product .woocommerce-LoopProduct-link { min-width: 0; flex: 1; display: block; }
body.kaizora-theme .woocommerce ul.products li.product a img { width: 100%; margin: 0 0 20px; aspect-ratio: 1; object-fit: cover; }
body.kaizora-theme .woocommerce ul.products li.product .woocommerce-loop-product__title, body.kaizora-theme .woocommerce ul.products li.product .price, body.kaizora-theme .woocommerce ul.products li.product .kaizora-product-weight, body.kaizora-theme .woocommerce ul.products li.product .button { margin-left: 21px; margin-right: 21px; }
body.kaizora-theme .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; color: var(--ivory); font-family: var(--body); font-size: .88rem; }
body.kaizora-theme .woocommerce ul.products li.product .price { color: var(--gold-light); font-size: .9rem; }
.kaizora-product-weight { display: block; margin-top: 5px; color: var(--muted); font-size: .67rem; }
body.kaizora-theme .woocommerce ul.products li.product .button { align-self: stretch; width: auto; min-height: 52px; margin: 20px 21px 0; padding: 11px 12px; border: 1px solid rgba(239,214,160,.34); border-radius: 0; background: linear-gradient(135deg, #e0b966, #b7822f); color: #151109; line-height: 1.25; text-align: center; white-space: normal; }
body.kaizora-theme .woocommerce ul.products li.product .button:hover { border-color: var(--gold-light); background: var(--gold-light); color: var(--ink); }
body.kaizora-theme .woocommerce span.onsale { top: 13px; left: 13px; min-width: auto; min-height: auto; margin: 0; padding: 6px 10px; border-radius: 0; background: var(--jade); font-size: .58rem; line-height: 1.3; text-transform: uppercase; }

/* WooCommerce Product Collection block: identical cards and buttons in every row. */
body.kaizora-theme ul.wc-block-product-template,
body.kaizora-theme ul.wp-block-woocommerce-product-template { align-items: stretch; gap: 24px !important; }
body.kaizora-theme li.wc-block-product,
body.kaizora-theme .wc-block-grid__product { position: relative; float: none; width: auto; min-width: 0; height: 100%; margin: 0 !important; padding: 0 !important; overflow: hidden; display: flex !important; flex-direction: column; background: linear-gradient(155deg, rgba(21,26,24,.98), rgba(10,13,12,.98)); border: 1px solid var(--line); transition: transform .25s var(--ease), border-color .3s, box-shadow .3s; }
body.kaizora-theme li.wc-block-product:hover,
body.kaizora-theme .wc-block-grid__product:hover { border-color: rgba(201,155,74,.48); box-shadow: 0 24px 52px rgba(0,0,0,.34); }
body.kaizora-theme li.wc-block-product .wc-block-components-product-image,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-image { width: 100%; margin: 0 0 21px !important; overflow: hidden; }
body.kaizora-theme li.wc-block-product .wc-block-components-product-image img,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-image img { display: block; width: 100%; aspect-ratio: 1; margin: 0 !important; object-fit: cover; transition: transform .7s var(--ease); }
body.kaizora-theme li.wc-block-product:hover .wc-block-components-product-image img,
body.kaizora-theme .wc-block-grid__product:hover .wc-block-grid__product-image img { transform: scale(1.035); }
body.kaizora-theme li.wc-block-product .wp-block-post-title,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-title { min-height: 48px; margin: 0 21px 8px !important; color: var(--ivory); font-family: var(--body); font-size: .88rem !important; font-weight: 500; line-height: 1.5; text-align: left; }
body.kaizora-theme li.wc-block-product .wp-block-post-title a,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-title { color: var(--ivory); }
body.kaizora-theme li.wc-block-product .kaizora-product-weight { margin: 0 21px 5px; color: var(--muted); font-size: .67rem; text-align: left; }
body.kaizora-theme li.wc-block-product .wp-block-woocommerce-product-price,
body.kaizora-theme li.wc-block-product .wc-block-components-product-price,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-price { margin: 0 21px !important; color: var(--gold-light); font-family: var(--body); font-size: .9rem; font-weight: 600; text-align: left; }
body.kaizora-theme li.wc-block-product > .wp-block-button,
body.kaizora-theme li.wc-block-product .wc-block-components-product-button,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-add-to-cart { width: 100%; margin: auto 0 0 !important; padding: 22px 21px 22px; }
body.kaizora-theme li.wc-block-product .wc-block-components-product-button__button,
body.kaizora-theme li.wc-block-product .wp-block-button__link,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link { display: inline-flex !important; align-items: center; justify-content: center; gap: 12px; width: 100% !important; min-height: 52px; margin: 0 !important; padding: 11px 16px !important; border: 1px solid rgba(239,214,160,.34) !important; border-radius: 0 !important; background: linear-gradient(135deg, #e0b966, #b7822f) !important; box-shadow: none !important; color: #151109 !important; font-family: var(--body); font-size: .68rem !important; font-weight: 700; letter-spacing: .11em; line-height: 1.2; text-align: center; text-transform: uppercase; }
body.kaizora-theme li.wc-block-product .wc-block-components-product-button__button::after,
body.kaizora-theme li.wc-block-product .wp-block-button__link::after,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link::after { content: "→"; flex: 0 0 auto; font-size: 1rem; line-height: 1; transition: transform .25s var(--ease); }
body.kaizora-theme li.wc-block-product .wc-block-components-product-button__button:hover,
body.kaizora-theme li.wc-block-product .wp-block-button__link:hover,
body.kaizora-theme .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:hover { border-color: var(--gold-light) !important; background: var(--gold-light) !important; color: var(--ink) !important; transform: translateY(-2px); }
body.kaizora-theme li.wc-block-product .wc-block-components-product-button__button:hover::after,
body.kaizora-theme li.wc-block-product .wp-block-button__link:hover::after { transform: translateX(4px); }
body.kaizora-theme .woocommerce div.product { display: flow-root; }
body.kaizora-theme .woocommerce div.product div.images, body.kaizora-theme .woocommerce div.product div.summary { margin-bottom: 80px; }
body.kaizora-theme .woocommerce div.product .price { color: var(--gold-light); font-size: 1.55rem; }
body.kaizora-theme .woocommerce div.product .woocommerce-product-details__short-description { color: var(--muted); }
body.kaizora-theme .woocommerce div.product form.cart { margin-top: 30px; }
body.kaizora-theme .woocommerce .quantity .qty { min-height: 52px; background: var(--panel); border: 1px solid var(--line); color: var(--ivory); }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 20px; }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--line); }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before { border: 0; }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; border: 0; border-radius: 0; background: transparent; }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::before, body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--muted); }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 1px solid var(--gold); background: transparent; }
body.kaizora-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--gold-light); }
body.kaizora-theme .woocommerce table.shop_table { border-color: var(--line); border-radius: 0; }
body.kaizora-theme .woocommerce table.shop_table th, body.kaizora-theme .woocommerce table.shop_table td { padding: 16px; border-color: var(--line); }
body.kaizora-theme .woocommerce table.shop_table img { width: 70px; }
body.kaizora-theme .woocommerce-cart table.cart td.actions .coupon .input-text { width: 170px; min-height: 44px; }
body.kaizora-theme .woocommerce form .form-row input.input-text, body.kaizora-theme .woocommerce form .form-row textarea, body.kaizora-theme .select2-container--default .select2-selection--single, body.kaizora-theme .woocommerce-cart table.cart td.actions .coupon .input-text { min-height: 48px; background: #111513; border: 1px solid rgba(239,214,160,.22); border-radius: 0; color: var(--ivory); padding: 11px 13px; }
body.kaizora-theme .select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--ivory); line-height: 25px; }
body.kaizora-theme .select2-dropdown { background: var(--panel); color: var(--ivory); border-color: var(--line); }
body.kaizora-theme .woocommerce-info, body.kaizora-theme .woocommerce-message, body.kaizora-theme .woocommerce-error { background: var(--panel); color: var(--ivory); border-top-color: var(--gold); }
body.kaizora-theme .woocommerce-info::before, body.kaizora-theme .woocommerce-message::before { color: var(--gold); }
body.kaizora-theme #add_payment_method #payment, body.kaizora-theme .woocommerce-cart #payment, body.kaizora-theme .woocommerce-checkout #payment { background: var(--panel); border-radius: 0; }
body.kaizora-theme #add_payment_method #payment div.payment_box, body.kaizora-theme .woocommerce-cart #payment div.payment_box, body.kaizora-theme .woocommerce-checkout #payment div.payment_box { background: #202522; color: var(--muted); }
.kaizora-logistics { margin: 0 0 25px; padding: 25px; background: linear-gradient(125deg, rgba(8,113,93,.13), transparent), var(--panel); border: 1px solid rgba(87,179,156,.24); }
.kaizora-logistics .eyebrow { margin-bottom: 15px; }
.kaizora-logistics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kaizora-logistics-grid > div { display: grid; padding: 13px; border: 1px solid var(--line); }
.kaizora-logistics-grid strong { color: var(--gold-light); font-family: var(--display); font-size: 1.55rem; }
.kaizora-logistics-grid span { color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .07em; }
.kaizora-logistics > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: .72rem; }

/* Premium checkout and order confirmation. */
.kaizora-checkout-intro { position: relative; overflow: hidden; margin: 0 0 42px; padding: clamp(28px, 5vw, 54px); background: linear-gradient(125deg, rgba(8,113,93,.2), transparent 58%), var(--panel); border: 1px solid var(--line); }
.kaizora-checkout-intro::after { content: "海空"; position: absolute; right: 3%; top: -40%; color: rgba(239,214,160,.045); font-family: "Noto Serif JP", serif; font-size: clamp(8rem, 18vw, 15rem); }
.kaizora-checkout-intro > * { position: relative; z-index: 1; }
.kaizora-checkout-intro h2 { max-width: 800px; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: .96; }
.kaizora-checkout-intro > p:not(.eyebrow) { max-width: 760px; margin: 22px 0 0; color: var(--muted); }
.kaizora-checkout-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.kaizora-checkout-badges span { padding: 8px 12px; border: 1px solid rgba(239,214,160,.2); color: var(--gold-light); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
body.kaizora-theme .woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; width: 100%; }
body.kaizora-theme .woocommerce-checkout .col2-set::before, body.kaizora-theme .woocommerce-checkout .col2-set::after { display: none; }
body.kaizora-theme .woocommerce-checkout .col2-set .col-1, body.kaizora-theme .woocommerce-checkout .col2-set .col-2 { float: none; width: auto; padding: 28px; background: rgba(21,26,24,.72); border: 1px solid var(--line); }
body.kaizora-theme .woocommerce-checkout h3 { margin: 0 0 22px; font-size: 1.75rem; }
body.kaizora-theme .woocommerce-checkout-review-order { padding: 28px; background: rgba(21,26,24,.6); border: 1px solid var(--line); }
body.kaizora-theme .woocommerce-checkout #payment ul.payment_methods { border-color: var(--line); }
body.kaizora-theme .woocommerce-checkout #payment .payment_method_title, body.kaizora-theme .woocommerce-checkout #payment label { color: var(--ivory); }
body.kaizora-theme .woocommerce-checkout #place_order { width: 100%; min-height: 58px; background: linear-gradient(135deg, #e0b966, #b7822f); color: #151109; }
.wc-block-checkout, .wc-block-cart { color: var(--ivory); }
.wc-block-checkout .wc-block-components-sidebar, .wc-block-cart .wc-block-components-sidebar { padding: 24px; background: rgba(21,26,24,.7); border: 1px solid var(--line); }
.wc-block-checkout .wc-block-components-text-input input, .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { background: #111513; border-color: rgba(239,214,160,.22); border-radius: 0; color: var(--ivory); }
.wc-block-checkout .wc-block-components-checkout-step { margin-bottom: 24px; padding: 24px; background: rgba(21,26,24,.48); border: 1px solid var(--line); }
.wc-block-checkout .wc-block-components-checkout-step__heading h2, .wc-block-checkout .wc-block-components-title { font-family: var(--display); color: var(--heading, var(--ivory)); }
.wc-block-checkout .wc-block-components-radio-control-accordion-option { border-color: var(--line); background: var(--panel); }
.wc-block-checkout .wc-block-components-checkout-place-order-button { min-height: 58px; border: 0; border-radius: 0; background: linear-gradient(135deg, #e0b966, #b7822f); color: #151109; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.kaizora-thankyou { margin: 30px 0; padding: 30px; background: linear-gradient(125deg, rgba(8,113,93,.16), transparent), var(--panel); border: 1px solid var(--line); }
.kaizora-thankyou h2 { margin-bottom: 14px; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.kaizora-thankyou p { margin: 0; color: var(--muted); }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 190px 1fr 170px; }
  .nav-menu { gap: 20px; }
  .home-product-grid { grid-template-columns: repeat(2, 1fr); }
	.kaizora-editable-home .products-section .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.products-section .woocommerce ul.products.columns-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-section { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 32px; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 30px, 680px); }
  body.admin-bar .site-header { top: 46px; }
  .announcement p { padding-inline: 16px; letter-spacing: .08em; }
  .site-header, .site-header.is-scrolled { height: 70px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .brand > img, .brand .custom-logo { width: 42px; height: 42px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { display: none; }
  .menu-toggle { display: block; grid-column: 3; grid-row: 1; cursor: pointer; }
  .header-actions { grid-column: 2; grid-row: 1; gap: 12px; }
  .language-switcher { display: none; }
  .primary-navigation { position: fixed; top: 103px; left: 0; right: 0; max-height: 0; overflow: hidden; background: rgba(7,10,9,.97); transition: max-height .5s var(--ease); }
  .kaizora-no-announcement .primary-navigation { top: 70px; }
  .site-header.is-scrolled .primary-navigation { top: 70px; }
  .primary-navigation.is-open { max-height: calc(100vh - 70px); border-bottom: 1px solid var(--line); }
  .nav-menu { display: grid; gap: 0; padding: 22px 24px 35px; }
  .nav-menu a { display: block; padding: 14px 0; font-family: var(--display); font-size: 1.6rem; }
  .nav-menu a::after { bottom: 8px; }
  .hero { min-height: 760px; }
  .hero-media::after { background: linear-gradient(90deg, rgba(4,7,6,.86), rgba(4,7,6,.25)), linear-gradient(0deg, var(--ink), transparent 35%); }
  .hero-content { padding: 135px 0 75px; }
  .hero h1 { max-width: 11ch; font-size: clamp(3.15rem, 11.5vw, 4.8rem); line-height: .91; }
  .hero-copy { max-width: 92%; }
  .hero-actions { flex-wrap: wrap; width: auto; }
	.kaizora-editable-home .hero.wp-block-cover { min-height: 760px !important; }
	.kaizora-editable-home .hero .wp-block-cover__image-background { object-position: 62% center; }
  .hero-scroll { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: -50px; }
  .trust-strip > div { min-height: 82px; border-bottom: 1px solid var(--line); }
  .section-heading { align-items: start; }
  .home-product-grid, .demo-grid { grid-template-columns: repeat(2, 1fr); }
  .story-section { grid-template-columns: 1fr; }
	.kaizora-editable-home .story-section.wp-block-media-text { grid-template-columns: 1fr !important; }
	.kaizora-editable-home .story-section .wp-block-media-text__media { min-height: 520px; }
  .story-image { min-height: 520px; }
  .story-image::after { background: linear-gradient(0deg, #0d1110, transparent 45%); }
  .story-copy { max-width: none; padding: 70px var(--container); }
  .logistics-story { grid-template-columns: 1fr; gap: 20px; padding-block: 100px; }
  .logistics-visual { max-width: 480px; width: 100%; margin-inline: auto; }
  .request-card { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  body.kaizora-theme .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.kaizora-theme ul.wc-block-product-template, body.kaizora-theme ul.wp-block-woocommerce-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.kaizora-theme .woocommerce-checkout .col2-set { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-media { margin-inline: 0; }
}

@media (max-width: 520px) {
  .announcement p { font-size: .52rem; }
  .hero { min-height: 720px; }
  .hero-content { padding: 125px 0 62px; }
  .hero h1 { max-width: 10.5ch; font-size: clamp(2.9rem, 11.5vw, 3.75rem); line-height: .94; }
  .hero-copy { margin-top: 25px; font-size: .9rem; line-height: 1.55; }
  .hero-actions { display: grid; width: min(100%, 360px); gap: 12px; margin-top: 28px; }
	.hero-actions .wp-block-button, .hero-actions .wp-block-button__link, .hero-actions .button { width: 100%; min-width: 0; }
	.kaizora-editable-home .hero.wp-block-cover { min-height: 720px !important; }
  .trust-strip strong { font-size: 1.3rem; }
  .trust-strip span { font-size: .52rem; }
  .section { padding-block: 100px; }
  .section-heading { display: grid; }
  .home-product-grid, .demo-grid, body.kaizora-theme .woocommerce ul.products, .kaizora-editable-home .products-section .woocommerce ul.products { grid-template-columns: 1fr; }
  body.kaizora-theme ul.wc-block-product-template, body.kaizora-theme ul.wp-block-woocommerce-product-template { grid-template-columns: 1fr !important; }
  .products-section .woocommerce ul.products.columns-2, .products-section .woocommerce ul.products.columns-3, .products-section .woocommerce ul.products.columns-4 { grid-template-columns: 1fr; }
  .story-image { min-height: 420px; }
	.kaizora-editable-home .story-section .wp-block-media-text__media { min-height: 420px; }
  .story-copy { padding: 60px 25px 90px; }
  .heritage-section { min-height: 650px; }
  .heritage-content { padding: 30px 20px; }
  .request-section { padding-block: 70px; }
  .request-card { padding: 35px 25px; }
  .request-card .button { width: 100%; padding-inline: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 50px; padding: 0; justify-content: center; }
  .post-grid { grid-template-columns: 1fr; }
  .content-shell, .woo-shell { padding-top: 150px; }
  .kaizora-logistics-grid { grid-template-columns: 1fr; }
  .error-page > div { align-items: stretch; flex-direction: column; width: 100%; }
}

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

/* =========================================================
   OneJapan · Kaizora cinematic layer
   Ported from the original Netlify storefront experience.
   ========================================================= */
:root{
  --ed-ease:cubic-bezier(.2,.75,.25,1);
  --ed-gold:#d5ad67;
  --ed-cream:#f3ede3;
}
.kaizora-noise{position:fixed;inset:0;pointer-events:none;opacity:.032;z-index:80;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}
.kaizora-cursor-glow{width:420px;height:420px;position:fixed;border-radius:50%;pointer-events:none;z-index:1;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(33,104,82,.09),transparent 65%);mix-blend-mode:screen;transition:opacity .3s}
#kaizoraSakuraCanvas{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.66;filter:drop-shadow(0 0 10px rgba(213,173,103,.08))}

.site-intro{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#020302;transition:opacity 1s var(--ed-ease),visibility 1s;overflow:hidden}
.site-intro::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 43%,rgba(21,95,72,.23),transparent 30%),linear-gradient(90deg,transparent 49.9%,rgba(213,173,103,.08) 50%,transparent 50.1%)}
.site-intro.is-finished{opacity:0;visibility:hidden;pointer-events:none}
.site-intro .intro-logo{width:clamp(170px,25vw,320px);height:auto;filter:drop-shadow(0 0 34px rgba(213,173,103,.18));animation:edIntroFloat 5s ease-in-out infinite;position:relative;z-index:2}
.site-intro .intro-kicker{font-size:9px;letter-spacing:.6em;color:#e8c986;margin-top:-10px;position:relative;z-index:2;text-transform:uppercase}
.site-intro .intro-line{width:min(300px,55vw);height:1px;background:rgba(255,255,255,.08);margin-top:28px;overflow:hidden;position:relative;z-index:2}
.site-intro .intro-line span{display:block;height:100%;background:linear-gradient(90deg,transparent,var(--ed-gold),transparent);animation:edIntroLoad 2.7s var(--ed-ease) forwards}
.site-intro .intro-enter{border:0;background:transparent;color:var(--ed-cream);font-size:10px;text-transform:uppercase;letter-spacing:.32em;margin-top:24px;cursor:pointer;opacity:.68;transition:opacity .3s,color .3s;z-index:2;padding:12px 18px}
.site-intro .intro-enter:hover,.site-intro .intro-enter:focus-visible{opacity:1;color:#e8c986;outline:1px solid rgba(213,173,103,.45);outline-offset:5px}
.site-intro .intro-orbit{position:absolute;width:min(62vw,680px);aspect-ratio:1;border:1px solid rgba(213,173,103,.11);border-radius:50%;animation:edOrbit 28s linear infinite}
.site-intro .intro-orbit::after{content:"";position:absolute;width:5px;aspect-ratio:1;border-radius:50%;background:#e8c986;left:10%;top:20%;box-shadow:0 0 18px var(--ed-gold)}
body.intro-active{overflow:hidden}

@keyframes edIntroFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.012)}}
@keyframes edIntroLoad{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
@keyframes edOrbit{to{transform:rotate(360deg)}}
@keyframes edHeroBreath{0%{transform:scale(1.055)}100%{transform:scale(1.1)}}
@keyframes edGoldSweep{0%{transform:translateX(-130%) skewX(-18deg)}100%{transform:translateX(230%) skewX(-18deg)}}

.hero{isolation:isolate;perspective:1400px}
.hero-media{transform-style:preserve-3d;transition:transform .7s var(--ed-ease);will-change:transform}
.hero-media img{animation:edHeroBreath 14s ease-in-out infinite alternate;will-change:transform}
.hero::after{content:"海空";position:absolute;right:-1.5vw;bottom:-7vw;z-index:1;font-family:"Noto Serif JP",serif;font-size:clamp(150px,28vw,430px);line-height:1;color:rgba(255,255,255,.018);pointer-events:none}
.hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);background-size:12.5vw 100%;-webkit-mask-image:linear-gradient(90deg,#000,transparent 70%);mask-image:linear-gradient(90deg,#000,transparent 70%)}
.hero-content{position:relative;z-index:3}

.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{position:relative;overflow:hidden;isolation:isolate}
.button::after,.wp-element-button::after,.woocommerce a.button::after,.woocommerce button.button::after,.woocommerce input.button::after{content:"";position:absolute;inset:-35% auto -35% -45%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:skewX(-18deg);opacity:0;pointer-events:none}
.button:hover::after,.wp-element-button:hover::after,.woocommerce a.button:hover::after,.woocommerce button.button:hover::after,.woocommerce input.button:hover::after{opacity:1;animation:edGoldSweep .85s var(--ed-ease)}

.home-product-card,.woocommerce ul.products li.product,.wc-block-product,.wc-block-grid__product,.kaizora-category-card{transform-style:preserve-3d;will-change:transform;transition:transform .45s var(--ed-ease),border-color .35s,box-shadow .35s;position:relative}
.home-product-card::after,.woocommerce ul.products li.product::after,.wc-block-product::after,.wc-block-grid__product::after,.kaizora-category-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(213,173,103,.12),transparent 34%);opacity:0;transition:opacity .3s}
.home-product-card:hover::after,.woocommerce ul.products li.product:hover::after,.wc-block-product:hover::after,.wc-block-grid__product:hover::after,.kaizora-category-card:hover::after{opacity:1}
.woocommerce ul.products li.product:hover,.wc-block-product:hover,.wc-block-grid__product:hover{box-shadow:0 28px 65px rgba(0,0,0,.30);border-color:rgba(213,173,103,.25)}
.woocommerce ul.products li.product img,.wc-block-grid__product-image img,.wc-block-components-product-image img{transition:transform .8s var(--ed-ease),filter .5s}
.woocommerce ul.products li.product:hover img,.wc-block-grid__product:hover .wc-block-grid__product-image img,.wc-block-product:hover .wc-block-components-product-image img{transform:scale(1.045) translateY(-4px);filter:saturate(1.05) contrast(1.02)}

/* Source-inspired category orbit cards, rendered natively on the home page. */
.kaizora-category-section{padding-top:clamp(72px,9vw,130px);padding-bottom:clamp(60px,8vw,110px)}
.kaizora-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.kaizora-category-card{min-height:270px;padding:26px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.008));color:var(--ivory);text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
.kaizora-category-card .kaizora-cat-index{position:absolute;left:20px;top:17px;color:rgba(239,214,160,.58);font-size:9px;letter-spacing:.18em}
.kaizora-category-card .kaizora-cat-orb{position:absolute;left:50%;top:44%;width:112px;height:112px;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(213,173,103,.25);box-shadow:0 0 0 18px rgba(213,173,103,.025),0 0 60px rgba(13,113,93,.13);transition:.6s var(--ed-ease)}
.kaizora-category-card .kaizora-cat-orb::before,.kaizora-category-card .kaizora-cat-orb::after{content:"";position:absolute;border-radius:50%;inset:20px;border:1px solid rgba(255,255,255,.10)}
.kaizora-category-card .kaizora-cat-orb::after{inset:38px;background:radial-gradient(circle,#d5ad67 0 13%,#0d6f59 14% 42%,transparent 43%);border:0}
.kaizora-category-card:hover .kaizora-cat-orb{transform:translate(-50%,-50%) rotate(18deg) scale(1.07);box-shadow:0 0 0 24px rgba(213,173,103,.03),0 0 70px rgba(13,113,93,.18)}
.kaizora-category-card h3{position:relative;z-index:2;margin:0;font:500 clamp(23px,2vw,31px)/1.05 "Cormorant Garamond",serif;color:var(--heading)}
.kaizora-category-card p{position:relative;z-index:2;margin:7px 0 0;color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}

/* WooCommerce internal pages receive the same cinematic shell. */
.woocommerce-page .site-main{position:relative;z-index:2;background:radial-gradient(circle at 80% 0,rgba(13,113,93,.09),transparent 25%),var(--ink)}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{max-width:1240px;margin:0 auto;padding:clamp(55px,8vw,110px) clamp(18px,4vw,48px)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input{background:#0c110e!important;color:var(--ivory)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;min-height:50px}
.woocommerce table.shop_table,.woocommerce-checkout-review-order,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{border-color:rgba(255,255,255,.10)!important;background:rgba(255,255,255,.018);backdrop-filter:blur(12px)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#101713;color:var(--ivory);border-color:var(--gold)}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-MyAccount-navigation a{display:block;padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.08);color:var(--ivory)}
.woocommerce-MyAccount-navigation .is-active a{color:var(--gold-light);background:rgba(213,173,103,.06)}

@media(max-width:900px){.kaizora-cursor-glow{display:none}.kaizora-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-media{transform:none!important}}
@media(max-width:600px){.kaizora-category-grid{grid-template-columns:1fr}.kaizora-category-card{min-height:230px}.site-intro .intro-kicker{letter-spacing:.35em;font-size:8px}#kaizoraSakuraCanvas{opacity:.38}}
@media(prefers-reduced-motion:reduce){.site-intro{display:none}.hero-media img,.site-intro .intro-logo,.site-intro .intro-orbit,.site-intro .intro-line span{animation:none!important}.kaizora-cursor-glow,#kaizoraSakuraCanvas{display:none!important}}


/* =========================================================
   OneJapan · Premium depth & golden sakura
   Elevated WordPress/WooCommerce surfaces with cinematic
   gold sakura kept behind the interactive content.
   ========================================================= */
body.kaizora-theme .site-main,
body.kaizora-theme .site-footer{position:relative;z-index:2}
body.kaizora-theme .site-main{background:
  radial-gradient(circle at 8% 28%,rgba(213,173,103,.045),transparent 23%),
  radial-gradient(circle at 92% 58%,rgba(8,113,93,.06),transparent 27%),
  var(--ink)}

/* Elevated premium cards: depth without turning the layout into a dashboard. */
body.kaizora-theme .trust-strip,
body.kaizora-theme .request-card,
body.kaizora-theme .logistics-story,
body.kaizora-theme .story-copy,
body.kaizora-theme .woocommerce-cart-form,
body.kaizora-theme .cart-collaterals .cart_totals,
body.kaizora-theme .woocommerce-checkout-review-order,
body.kaizora-theme .woocommerce-account .woocommerce-MyAccount-navigation,
body.kaizora-theme .woocommerce-account .woocommerce-MyAccount-content{
  border:1px solid rgba(239,214,160,.14);
  box-shadow:
    0 34px 90px rgba(0,0,0,.42),
    0 8px 28px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.035);
}

body.kaizora-theme .trust-strip{
  transform:translateY(-5px);
  background:linear-gradient(145deg,rgba(22,28,25,.94),rgba(8,11,10,.91));
}
body.kaizora-theme .trust-strip>div{position:relative;overflow:hidden}
body.kaizora-theme .trust-strip>div::before{
  content:"";position:absolute;inset:auto 12% 0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(213,173,103,.48),transparent);
  opacity:.55
}

/* True lifted cards with a gold contact shadow and glass edge. */
body.kaizora-theme .home-product-card,
body.kaizora-theme .woocommerce ul.products li.product,
body.kaizora-theme .wc-block-product,
body.kaizora-theme .wc-block-grid__product,
body.kaizora-theme .kaizora-category-card{
  isolation:isolate;
  border-color:rgba(239,214,160,.13);
  background:linear-gradient(150deg,rgba(25,31,28,.96),rgba(9,12,11,.985));
  box-shadow:
    0 24px 58px rgba(0,0,0,.34),
    0 7px 18px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.035);
}
body.kaizora-theme .home-product-card::before,
body.kaizora-theme .woocommerce ul.products li.product::before,
body.kaizora-theme .wc-block-product::before,
body.kaizora-theme .wc-block-grid__product::before,
body.kaizora-theme .kaizora-category-card::before{
  content:"";position:absolute;z-index:-1;left:8%;right:8%;bottom:-16px;height:28px;
  border-radius:50%;background:radial-gradient(ellipse,rgba(201,155,74,.17),rgba(0,0,0,.25) 46%,transparent 72%);
  filter:blur(9px);opacity:.62;transform:translateZ(-30px);transition:opacity .4s,transform .45s var(--ed-ease)
}
body.kaizora-theme .home-product-card:hover,
body.kaizora-theme .woocommerce ul.products li.product:hover,
body.kaizora-theme .wc-block-product:hover,
body.kaizora-theme .wc-block-grid__product:hover,
body.kaizora-theme .kaizora-category-card:hover{
  border-color:rgba(239,214,160,.36);
  box-shadow:
    0 42px 92px rgba(0,0,0,.48),
    0 16px 36px rgba(0,0,0,.34),
    0 0 0 1px rgba(213,173,103,.035),
    inset 0 1px 0 rgba(255,255,255,.055);
}
body.kaizora-theme .home-product-card:hover::before,
body.kaizora-theme .woocommerce ul.products li.product:hover::before,
body.kaizora-theme .wc-block-product:hover::before,
body.kaizora-theme .wc-block-grid__product:hover::before,
body.kaizora-theme .kaizora-category-card:hover::before{opacity:.95;transform:translateY(8px) scale(1.06) translateZ(-30px)}

/* A few sections become premium floating slabs rather than every element. */
body.kaizora-theme .request-card,
body.kaizora-theme .logistics-story{
  border-radius:2px;
  background:
    linear-gradient(130deg,rgba(8,113,93,.17),transparent 46%),
    linear-gradient(155deg,rgba(255,255,255,.024),rgba(255,255,255,.006)),
    #0e1311;
}
body.kaizora-theme .request-card{transform:translateY(-2px)}
body.kaizora-theme .request-card::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(115deg,transparent 18%,rgba(239,214,160,.055) 45%,transparent 72%);
  transform:translateX(-70%);transition:transform 1.1s var(--ed-ease)
}
body.kaizora-theme .request-card:hover::before{transform:translateX(65%)}

/* Decorative golden sakura silhouettes embedded behind selected sections. */
.kaizora-category-section,.products-section,.logistics-story,.request-section{position:relative;isolation:isolate}
.kaizora-category-section::before,
.products-section::before,
.request-section::before{
  content:"✿";position:absolute;z-index:-1;pointer-events:none;
  color:rgba(213,173,103,.055);font-family:Georgia,serif;line-height:1;
  text-shadow:0 0 50px rgba(213,173,103,.09);
  animation:edSakuraGhost 9s ease-in-out infinite alternate
}
.kaizora-category-section::before{font-size:clamp(120px,18vw,290px);left:-8vw;top:8%}
.products-section::before{font-size:clamp(100px,16vw,250px);right:-6vw;top:15%;animation-delay:-3s}
.request-section::before{font-size:clamp(110px,17vw,270px);left:-5vw;bottom:-18%;animation-delay:-6s}
@keyframes edSakuraGhost{
  0%{transform:translate3d(0,0,0) rotate(-7deg) scale(.96);opacity:.5}
  100%{transform:translate3d(18px,-16px,0) rotate(8deg) scale(1.035);opacity:1}
}

/* Higher quality depth on desktop only, preserving touch usability. */
@media (min-width:901px){
  .home-product-grid,
  .kaizora-category-grid,
  body.kaizora-theme .woocommerce ul.products{perspective:1500px;perspective-origin:50% 42%}
}
@media (max-width:900px){
  body.kaizora-theme .trust-strip{transform:none}
  body.kaizora-theme .home-product-card,
  body.kaizora-theme .woocommerce ul.products li.product,
  body.kaizora-theme .wc-block-product,
  body.kaizora-theme .wc-block-grid__product,
  body.kaizora-theme .kaizora-category-card{box-shadow:0 18px 40px rgba(0,0,0,.32)}
}
@media (prefers-reduced-motion:reduce){
  .kaizora-category-section::before,.products-section::before,.request-section::before{animation:none!important}
}


/* =========================================================
   OneJapan · Kaizora VOID ambient effects v2.3
   Adapted from the supplied EDZERA glitch/void prototype,
   recolored to Kaizora gold + jade and kept non-interactive.
   ========================================================= */
#kaizoraVoidCanvas,
#kaizoraSparkCanvas{
  position:fixed;inset:0;width:100vw;height:100vh;pointer-events:none;
  z-index:3;mix-blend-mode:screen
}
#kaizoraVoidCanvas{opacity:.30}
#kaizoraSparkCanvas{opacity:.48;filter:blur(.1px) drop-shadow(0 0 8px rgba(213,173,103,.10))}
.kaizora-void-grid{
  position:fixed;inset:0;z-index:3;pointer-events:none;opacity:.16;
  background:
    radial-gradient(circle at 50% 42%,transparent 0 31%,rgba(213,173,103,.10) 32%,transparent 35%),
    radial-gradient(circle at 50% 50%,rgba(8,113,93,.10),transparent 27%),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:auto,auto,64px 64px,64px 64px;
  -webkit-mask-image:radial-gradient(circle at center,#000 0 66%,transparent 96%);
  mask-image:radial-gradient(circle at center,#000 0 66%,transparent 96%)
}
.kaizora-scan{
  position:fixed;left:0;right:0;top:-34vh;height:25vh;z-index:7;pointer-events:none;
  opacity:.26;mix-blend-mode:screen;
  background:linear-gradient(180deg,transparent,rgba(213,173,103,.10),rgba(8,113,93,.055),transparent);
  animation:oneJapanScan 6.8s linear infinite
}
@keyframes oneJapanScan{to{transform:translateY(145vh)}}

/* Let the ambient layer breathe through the dark shell while preserving contrast. */
body.kaizora-theme .site-main{
  background:
    radial-gradient(circle at 8% 28%,rgba(213,173,103,.045),transparent 23%),
    radial-gradient(circle at 92% 58%,rgba(8,113,93,.06),transparent 27%),
    rgba(8,10,10,.91)
}
body.kaizora-theme.woocommerce-page .site-main{
  background:radial-gradient(circle at 80% 0,rgba(13,113,93,.09),transparent 25%),rgba(8,10,10,.94)
}

/* Source-inspired concentric void portal behind the hero image/content. */
.kaizora-void-rings{
  position:absolute;z-index:2;right:clamp(-130px,-4vw,-20px);top:50%;
  width:min(66vw,820px);aspect-ratio:1;transform:translateY(-50%);
  pointer-events:none;opacity:.62
}
.kaizora-void-rings span{
  position:absolute;border-radius:50%;
  border:1px solid rgba(213,173,103,.23);
  box-shadow:0 0 42px rgba(213,173,103,.075),inset 0 0 48px rgba(8,113,93,.06);
  animation:oneJapanRingPulse 5.8s ease-in-out infinite
}
.kaizora-void-rings span:nth-child(1){inset:4%}
.kaizora-void-rings span:nth-child(2){inset:16%;animation-delay:-1.6s;border-color:rgba(87,179,156,.16)}
.kaizora-void-rings span:nth-child(3){inset:29%;animation-delay:-3.1s;border-color:rgba(239,214,160,.20)}
@keyframes oneJapanRingPulse{
  0%,100%{transform:scale(.94) rotate(-2deg);opacity:.32}
  50%{transform:scale(1.055) rotate(2deg);opacity:.88}
}

/* Micro glitch borrowed from the supplied reference, deliberately restrained. */
.nav-menu a:hover,
.nav-menu .current-menu-item>a{
  text-shadow:-1px 0 rgba(87,179,156,.60),1px 0 rgba(239,214,160,.52);
  animation:oneJapanMicroGlitch .34s steps(2,end) 1
}
.brand:hover strong{
  text-shadow:-1px 0 rgba(87,179,156,.48),1px 0 rgba(239,214,160,.48);
  animation:oneJapanMicroGlitch .34s steps(2,end) 1
}
@keyframes oneJapanMicroGlitch{
  0%,100%{transform:translate(0);filter:none}
  34%{transform:translate(-1px,1px);filter:saturate(1.08)}
  67%{transform:translate(1px,-1px);filter:brightness(1.08)}
}

/* Cinematic blur-entry for reveal elements, matching the source page-in language. */
body.kaizora-theme .reveal{
  filter:blur(8px);transform:translateY(30px) scale(.992);
  transition:opacity .9s var(--ed-ease),transform .9s var(--ed-ease),filter .9s var(--ed-ease)
}
body.kaizora-theme .reveal.is-visible,
body.kaizora-theme .reveal.visible{filter:none;transform:none}

/* Moving glass sheen over premium cards. */
body.kaizora-theme .home-product-card .product-image::before,
body.kaizora-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before,
body.kaizora-theme .kaizora-category-card .kaizora-cat-orb::before{
  transition:transform .9s var(--ed-ease),opacity .5s
}
body.kaizora-theme .home-product-card:hover .product-image::before{
  opacity:.8;transform:translateX(38%) rotate(9deg)
}

@media(max-width:900px){
  #kaizoraVoidCanvas{opacity:.18}
  #kaizoraSparkCanvas{opacity:.30}
  .kaizora-void-grid{opacity:.10}
  .kaizora-scan{opacity:.15}
  .kaizora-void-rings{right:-42vw;width:105vw;opacity:.34}
}
@media(max-width:600px){
  #kaizoraVoidCanvas{opacity:.11}
  #kaizoraSparkCanvas{opacity:.20}
  .kaizora-scan{display:none}
}
@media(prefers-reduced-motion:reduce){
  #kaizoraVoidCanvas,#kaizoraSparkCanvas,.kaizora-scan,.kaizora-void-rings{display:none!important}
  .nav-menu a,.brand strong{animation:none!important;text-shadow:none!important}
  body.kaizora-theme .reveal{filter:none!important;transform:none!important}
}

/* Distinct objects make each Kaizora universe recognizable before its label. */
body.kaizora-theme .kaizora-category-card .kaizora-cat-orb { z-index:0; }
body.kaizora-theme .kaizora-category-card .kaizora-cat-object {
  position:absolute;
  z-index:1;
  left:50%;
  top:44%;
  width:126px;
  height:126px;
  transform:translate(-50%,-50%);
  pointer-events:none;
  animation:kaizoraCategoryFloat 6.6s ease-in-out infinite;
}
body.kaizora-theme .kaizora-category-card .kaizora-cat-object::before,
body.kaizora-theme .kaizora-category-card .kaizora-cat-object::after,
body.kaizora-theme .kaizora-category-card .kaizora-cat-object i,
body.kaizora-theme .kaizora-category-card .kaizora-cat-object b { content:""; position:absolute; display:block; box-sizing:border-box; }
body.kaizora-theme .kaizora-category-card--j-beauty .kaizora-cat-object::before {
  left:44px; top:23px; width:39px; height:70px; border:1px solid rgba(239,214,160,.72); border-radius:20px 20px 26px 26px;
  box-shadow:inset 0 0 22px rgba(213,173,103,.12),0 10px 23px rgba(0,0,0,.24);
}
body.kaizora-theme .kaizora-category-card--j-beauty .kaizora-cat-object::after { left:52px; top:14px; width:23px; height:15px; border:1px solid rgba(239,214,160,.58); border-bottom:0; border-radius:9px 9px 2px 2px; }
body.kaizora-theme .kaizora-category-card--j-beauty .kaizora-cat-object i { left:28px; bottom:22px; width:25px; height:25px; border-radius:70% 0 70% 70%; background:rgba(87,179,156,.72); transform:rotate(45deg); box-shadow:0 0 16px rgba(87,179,156,.30); }
body.kaizora-theme .kaizora-category-card--hair-rituals .kaizora-cat-object { animation-delay:-2.2s; }
body.kaizora-theme .kaizora-category-card--hair-rituals .kaizora-cat-object::before { inset:23px 18px; border:1px solid rgba(239,214,160,.58); border-radius:50%; transform:rotate(-18deg); }
body.kaizora-theme .kaizora-category-card--hair-rituals .kaizora-cat-object::after { inset:32px 27px; border-left:1px solid rgba(87,179,156,.78); border-radius:50%; transform:rotate(38deg); box-shadow:-14px -7px 0 -1px rgba(87,179,156,.46),14px 7px 0 -1px rgba(239,214,160,.38); }
body.kaizora-theme .kaizora-category-card--hair-rituals .kaizora-cat-object i { left:56px; top:51px; width:14px; height:14px; border-radius:50%; background:var(--gold); box-shadow:0 0 18px rgba(213,173,103,.60); }
body.kaizora-theme .kaizora-category-card--wellness .kaizora-cat-object { animation-delay:-4.1s; }
body.kaizora-theme .kaizora-category-card--wellness .kaizora-cat-object::before { left:43px; top:28px; width:41px; height:65px; border:1px solid rgba(239,214,160,.70); border-radius:70% 0 70% 0; transform:rotate(45deg); }
body.kaizora-theme .kaizora-category-card--wellness .kaizora-cat-object::after { left:27px; top:45px; width:41px; height:41px; border:1px solid rgba(87,179,156,.72); border-radius:70% 0 70% 0; transform:rotate(-2deg); }
body.kaizora-theme .kaizora-category-card--wellness .kaizora-cat-object i { right:27px; top:45px; width:41px; height:41px; border:1px solid rgba(87,179,156,.72); border-radius:0 70% 0 70%; transform:rotate(2deg); }
body.kaizora-theme .kaizora-category-card--wellness .kaizora-cat-object b { left:57px; top:58px; width:13px; height:13px; border-radius:50%; background:var(--gold); box-shadow:0 0 16px rgba(213,173,103,.55); }
body.kaizora-theme .kaizora-category-card--japanese-living .kaizora-cat-object { animation-delay:-1.1s; }
body.kaizora-theme .kaizora-category-card--japanese-living .kaizora-cat-object::before { left:24px; top:29px; width:78px; height:44px; border:1px solid rgba(239,214,160,.68); border-bottom:0; border-radius:78px 78px 0 0; }
body.kaizora-theme .kaizora-category-card--japanese-living .kaizora-cat-object::after { left:34px; top:73px; width:59px; height:28px; border:1px solid rgba(239,214,160,.50); border-top:0; border-radius:0 0 9px 9px; }
body.kaizora-theme .kaizora-category-card--japanese-living .kaizora-cat-object i { left:39px; top:38px; width:50px; height:45px; background:repeating-linear-gradient(90deg,rgba(87,179,156,.58) 0 1px,transparent 1px 9px); clip-path:polygon(0 0,100% 0,82% 100%,18% 100%); }
body.kaizora-theme .kaizora-category-card--japanese-living .kaizora-cat-object b { left:58px; top:87px; width:12px; height:12px; border-radius:50%; background:var(--gold); box-shadow:0 0 18px rgba(213,173,103,.6); }
@keyframes kaizoraCategoryFloat { 0%,100% { transform:translate(-50%,-50%) translateY(0) rotate(0); } 50% { transform:translate(-50%,-50%) translateY(-7px) rotate(2deg); } }

/* A very restrained gold current adds life to the cultural scene without changing its image or copy. */
body.kaizora-theme .heritage-section { isolation:isolate; }
body.kaizora-theme .heritage-section > img,
body.kaizora-theme .heritage-section .wp-block-cover__image-background { z-index:0; }
body.kaizora-theme .heritage-section .heritage-overlay,
body.kaizora-theme .heritage-section .wp-block-cover__background { z-index:1; }
body.kaizora-theme .heritage-section::before {
  content:"";
  position:absolute;
  z-index:2;
  inset:-30% -42%;
  pointer-events:none;
  background:linear-gradient(112deg,transparent 43%,rgba(239,214,160,0) 47%,rgba(239,214,160,.18) 50%,rgba(213,173,103,.06) 53%,transparent 57%);
  mix-blend-mode:screen;
  transform:translateX(-24%) rotate(1deg);
  animation:kaizoraGoldCurrent 10s ease-in-out infinite;
}
body.kaizora-theme .heritage-section::after {
  content:"";
  position:absolute;
  z-index:2;
  top:50%; left:50%; width:min(62vw,790px); aspect-ratio:1;
  border:1px solid rgba(239,214,160,.13); border-radius:50%;
  box-shadow:0 0 0 48px rgba(213,173,103,.015),0 0 70px rgba(213,173,103,.09);
  pointer-events:none;
  transform:translate(-50%,-50%) scale(.92);
  animation:kaizoraHeritageHalo 7.5s ease-in-out infinite;
}
body.kaizora-theme .heritage-section .heritage-content,
body.kaizora-theme .heritage-section .wp-block-cover__inner-container { position:relative; z-index:3; }
@keyframes kaizoraGoldCurrent { 0%,100% { transform:translateX(-25%) rotate(1deg); opacity:.22; } 50% { transform:translateX(25%) rotate(1deg); opacity:.80; } }
@keyframes kaizoraHeritageHalo { 0%,100% { transform:translate(-50%,-50%) scale(.91); opacity:.28; } 50% { transform:translate(-50%,-50%) scale(1.035); opacity:.8; } }
@media(max-width:600px) { body.kaizora-theme .heritage-section::after { width:112vw; } }
@media(prefers-reduced-motion:reduce) {
  body.kaizora-theme .kaizora-cat-object,
  body.kaizora-theme .heritage-section::before,
  body.kaizora-theme .heritage-section::after { animation:none !important; }
}
