/* ==========================================================================
   YOMI Israel · theme stylesheet (v5 identity)
   Palette: white / ice #EAF5FB / navy #0B1F2E / accent #009ED8 / light #4FC3F7
   Type: Rubik 800 (display) · Heebo (body)
   ========================================================================== */

:root {
  --navy: #0B1F2E;
  --accent: #009ED8;
  --accent-dark: #0E78AA;
  --accent-light: #4FC3F7;
  --ice: #EAF5FB;
  --ice-2: #D6EAF5;
  --line: #E6EEF3;
  --line-2: #C9DCE8;
  --muted: #4A5A68;
  --muted-2: #6B7C8A;
  --paper: #F4F8FB;
  --white: #FFFFFF;
  --radius: 24px;
  --gutter: 64px;
  --max: 1440px;
  --font-body: Heebo, "Segoe UI", Arial, sans-serif;
  --font-display: Rubik, Heebo, "Segoe UI", Arial, sans-serif;
  --shadow-cut: drop-shadow(0 26px 30px rgba(11, 31, 46, 0.22));
}

/* ---- base ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { direction: rtl; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--navy); font-family: var(--font-body); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--accent-dark); text-decoration: none; }
a:hover { color: var(--accent); }
h1, h2, h3, h4, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; }
.display { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; }
.accent { color: var(--accent); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed; inset-inline-start: 16px; top: 16px; width: auto; height: auto; clip: auto; padding: 10px 16px; background: var(--navy); color: #fff; border-radius: 999px; z-index: 1000; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

.studio { background: radial-gradient(120% 90% at 50% 85%, #FFFFFF 0%, #EAF5FB 42%, #D6EAF5 100%); }
.yomi-ice { background: linear-gradient(180deg, #F3F9FD 0%, #E6F2FA 100%); }

.yomi-container { width: min(100% - 2 * var(--gutter), var(--max) - 2 * var(--gutter)); margin-inline: auto; }
.yomi-section { padding-top: 80px; }
.yomi-section:last-child { padding-bottom: 80px; }
.yomi-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.yomi-section-head h2, .yomi-section-head h1 { font-size: 48px; line-height: 1.05; }
.yomi-section-head.is-center { flex-direction: column; align-items: center; text-align: center; gap: 8px; margin-bottom: 32px; }
.yomi-section-head p { margin-top: 6px; }
.yomi-muted { color: var(--muted); font-size: 15px; }
.yomi-muted-sm { color: var(--muted-2); font-size: 12px; }
.yomi-link { font-size: 15px; font-weight: 700; color: var(--accent-dark); white-space: nowrap; }
.yomi-eyebrow { font-size: 14px; font-weight: 700; color: var(--accent-light); letter-spacing: 0.08em; }
.yomi-eyebrow-sm { font-size: 13px; font-weight: 700; color: var(--accent-dark); }
.yomi-lead-text { font-size: 22px; line-height: 1.45; color: var(--muted); max-width: 640px; text-wrap: balance; }
.yomi-fine { font-size: 13px; color: #B7C8D6; }

.yomi-grid { display: grid; gap: 20px; }
.yomi-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yomi-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.yomi-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }

/* ---- buttons / pills --------------------------------------------------- */
.yomi-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 58px; padding: 0 30px; border-radius: 999px; font-weight: 800; font-size: 17px; white-space: nowrap; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.yomi-btn:hover { transform: translateY(-1px); }
.yomi-btn-navy { background: var(--navy); color: #fff; }
.yomi-btn-navy:hover { background: #12314a; color: #fff; }
.yomi-btn-ghost { background: var(--white); border: 1px solid var(--line-2); color: var(--navy); font-weight: 700; padding: 0 24px; }
.yomi-btn-ghost:hover { border-color: var(--accent); color: var(--navy); }
.yomi-btn-white { background: var(--white); color: var(--navy); height: 54px; padding: 0 28px; font-size: 16px; }
.yomi-btn-white:hover { color: var(--navy); box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
.yomi-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--ice-2); color: var(--accent-dark); font-size: 14px; font-weight: 700; padding: 8px 16px; border-radius: 999px; }
.yomi-spinner { width: 16px; height: 16px; border-radius: 999px; border: 3px solid var(--accent); border-top-color: transparent; display: inline-block; }
.yomi-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--white); border: 1px solid var(--line-2); font-size: 14px; font-weight: 700; padding: 10px 18px; border-radius: 999px; color: var(--navy); }
.yomi-chip.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.yomi-count { font-weight: 500; opacity: .7; }
.yomi-tag { position: absolute; top: 14px; inset-inline-start: 14px; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; z-index: 1; }
.yomi-tag-accent { background: var(--accent); color: #fff; }
.yomi-cta-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.yomi-price { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; }
.yomi-price del { opacity: .5; font-weight: 500; margin-inline-end: 6px; }
.yomi-price-tba { font-size: 14px; font-weight: 700; color: var(--muted-2); }

/* ---- strip + header ---------------------------------------------------- */
.yomi-strip { background: var(--navy); color: #fff; height: 40px; overflow: hidden; display: flex; align-items: center; }
.yomi-strip-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.yomi-strip-group { display: flex; gap: 48px; padding: 0 24px; font-size: 13px; font-weight: 500; white-space: nowrap; }
.yomi-dot { color: var(--accent-light); }
@media (prefers-reduced-motion: reduce) { .yomi-strip-track { animation: none; } }

.yomi-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--line); transition: box-shadow .3s ease; }
.yomi-header.is-scrolled { box-shadow: 0 8px 30px rgba(11,31,46,0.06); }
.yomi-header-inner { height: 84px; padding: 0 var(--gutter); max-width: var(--max); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.yomi-logo img { height: 40px; width: auto; }
.yomi-menu { display: flex; gap: 34px; font-size: 16px; font-weight: 500; }
.yomi-actions { display: flex; gap: 22px; align-items: center; }
.yomi-action { display: inline-flex; color: var(--navy); position: relative; }
.yomi-action:hover { color: var(--accent); }
.yomi-cart-count { position: absolute; top: -6px; inset-inline-end: -8px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; width: 16px; height: 16px; border-radius: 999px; display: flex; align-items: center; justify-content: center; }
.yomi-burger { display: none; }
.yomi-burger .yomi-icon-close { display: none; }
.yomi-header.is-open .yomi-burger .yomi-icon-menu { display: none; }
.yomi-header.is-open .yomi-burger .yomi-icon-close { display: block; }

/* ---- hero -------------------------------------------------------------- */
.yomi-hero { position: relative; height: 980px; overflow: hidden; }
.yomi-hero-ring { position: absolute; left: 50%; top: 250px; width: 740px; height: 740px; margin-left: -370px; }
.yomi-hero-ring .yomi-ring { width: 100%; height: 100%; }
.yomi-spin { animation: spin 48s linear infinite; transform-origin: 50% 50%; }
.yomi-arc-anim { animation: arcDraw 2.2s cubic-bezier(.2,.7,.2,1) .8s both; }
.yomi-hero-copy { position: absolute; inset-inline: 0; top: 84px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; padding: 0 24px; z-index: 3; }
.yomi-hero-copy h1 { font-size: 116px; line-height: .96; }
.yomi-hero-floor { position: absolute; inset-inline: 80px; bottom: 78px; height: 40px; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(11,31,46,0.22) 0%, rgba(11,31,46,0) 70%); filter: blur(10px); }
.yomi-lineup { position: absolute; inset-inline: 0; bottom: 34px; max-width: var(--max); margin-inline: auto; display: flex; align-items: flex-end; justify-content: space-between; padding: 0 30px; direction: ltr; }
.yomi-lineup-item { display: flex; flex-direction: column; align-items: center; gap: 20px; direction: rtl; }
.yomi-lineup-item .yomi-cutout { height: var(--h, 380px); width: auto; filter: var(--shadow-cut); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.yomi-lineup-item:hover .yomi-cutout { transform: translateY(-8px); }
.yomi-lineup-item.is-flagship { z-index: 2; }
.yomi-lineup-item.is-flagship .yomi-cutout { filter: drop-shadow(0 30px 36px rgba(11,31,46,0.26)); }
.yomi-lineup-label { background: var(--white); border: 1px solid var(--ice-2); border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.yomi-lineup-item.is-flagship .yomi-lineup-label { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ---- bands ------------------------------------------------------------- */
.yomi-band { position: relative; overflow: hidden; color: #fff; }
.yomi-band-photo { height: 640px; }
.yomi-band-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.yomi-band-shade { position: absolute; inset: 0; background: linear-gradient(to left, rgba(11,31,46,0.82) 0%, rgba(11,31,46,0.45) 40%, rgba(11,31,46,0.05) 75%); }
.yomi-band-copy { position: absolute; inset-inline-start: max(var(--gutter), calc((100% - var(--max)) / 2 + var(--gutter))); top: 50%; transform: translateY(-50%); width: 560px; display: flex; flex-direction: column; gap: 18px; }
.yomi-band-copy h2 { font-size: 60px; line-height: 1; text-wrap: balance; }
.yomi-band-copy p { font-size: 18px; color: #D5E0E9; text-wrap: pretty; }
.yomi-band-copy .yomi-price { font-size: 26px; color: #fff; }
.yomi-band-navy { background: var(--navy); height: 600px; }
.yomi-band-navy .yomi-band-copy { width: 620px; top: 84px; transform: none; gap: 20px; }
.yomi-band-navy h2 { font-size: 64px; }
.yomi-band-navy p { color: #B7C8D6; max-width: 540px; }
.yomi-glow { position: absolute; left: 100px; top: -160px; width: 860px; height: 860px; border-radius: 999px; background: radial-gradient(circle, rgba(0,158,216,0.42) 0%, rgba(0,158,216,0) 65%); filter: blur(20px); }
.yomi-band-ring { position: absolute; left: 170px; top: 30px; width: 540px; height: 540px; }
.yomi-band-product { position: absolute; left: 260px; bottom: 40px; height: 520px; width: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.5)); }
.yomi-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; max-width: 560px; }
.yomi-stats div { border: 1px solid rgba(255,255,255,0.16); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; gap: 2px; }
.yomi-stats .display { font-size: 24px; line-height: 1; }
.yomi-stats span + span { font-size: 12px; color: #B7C8D6; }

/* ---- tiles (three ways) ------------------------------------------------ */
.yomi-tile { position: relative; border-radius: 28px; height: 520px; overflow: hidden; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; color: var(--navy); }
.yomi-tile-ring { position: absolute; left: 50%; top: 24px; transform: translateX(-50%); width: 330px; height: 330px; }
.yomi-tile-img { position: absolute; left: 50%; top: 40px; transform: translateX(-50%); height: 330px; width: auto; filter: drop-shadow(0 24px 28px rgba(11,31,46,0.22)); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.yomi-tile:hover .yomi-tile-img { transform: translateX(-50%) translateY(-10px); }
.yomi-tile-copy { position: relative; display: flex; flex-direction: column; gap: 4px; }
.yomi-tile-title { font-size: 30px; line-height: 1.05; }
.yomi-tile .yomi-chip { position: relative; align-self: flex-start; }

/* ---- product cards ----------------------------------------------------- */
.yomi-collection { background: var(--paper); padding: 72px 0; margin-top: 80px; }
.yomi-card { background: var(--white); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: transform .35s ease, box-shadow .35s ease; }
.yomi-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(11,31,46,0.35); }
.yomi-card.is-flagship { outline: 2px solid var(--accent); outline-offset: -2px; }
.yomi-card-media { position: relative; height: 250px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 14px; }
.yomi-card-img { height: 210px; width: auto; filter: drop-shadow(0 16px 20px rgba(11,31,46,0.2)); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.yomi-card.is-flagship .yomi-card-img { height: 220px; }
.yomi-card:hover .yomi-card-img { transform: scale(1.03); }
.yomi-card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; }
.yomi-card-sku { font-size: 12px; color: var(--muted-2); }
.yomi-card-title { font-size: 15px; font-weight: 800; line-height: 1.3; }
.yomi-card-title a { color: var(--navy); }
.yomi-card-spec { font-size: 12px; color: var(--muted); }
.yomi-card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.yomi-plus { width: 36px; height: 36px; border-radius: 999px; background: var(--navy); display: inline-flex; align-items: center; justify-content: center; transition: background .25s ease; }
.yomi-plus:hover, .yomi-plus.is-accent { background: var(--accent); }

/* ---- photos / ice / guides -------------------------------------------- */
.yomi-photo { position: relative; border-radius: var(--radius); overflow: hidden; height: 420px; display: block; color: #fff; }
.yomi-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.yomi-photo:hover img { transform: scale(1.04); }
.yomi-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,31,46,0.75) 0%, rgba(11,31,46,0) 50%); }
.yomi-photo-cap { position: absolute; bottom: 22px; inset-inline: 22px; display: flex; flex-direction: column; gap: 2px; z-index: 1; }
.yomi-photo-cap .yomi-eyebrow-sm { color: var(--accent-light); font-size: 12px; }
.yomi-photo-cap span + span { font-size: 20px; font-weight: 800; }
.yomi-ice { border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.yomi-badge { width: 52px; height: 52px; border-radius: 999px; border: 4px solid var(--accent); border-top-color: transparent; display: flex; align-items: center; justify-content: center; }
.yomi-ice-title { font-size: 19px; font-weight: 800; line-height: 1.2; }
.yomi-guide { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; color: var(--navy); transition: box-shadow .3s ease; }
.yomi-guide:hover { box-shadow: 0 20px 40px -30px rgba(11,31,46,0.35); color: var(--navy); }
.yomi-guide-media { height: 200px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 14px; }
.yomi-guide-media img { height: 170px; width: auto; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(11,31,46,0.2)); }
.yomi-vesa { width: 180px; height: 110px; align-self: center; margin-bottom: 30px; }
.yomi-guide-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.yomi-guide-title { font-size: 17px; font-weight: 800; line-height: 1.3; }

/* ---- contact ----------------------------------------------------------- */
.yomi-contact-copy { display: flex; flex-direction: column; gap: 10px; }
.yomi-contact-copy h2, .yomi-contact-copy h1 { font-size: 40px; line-height: 1.05; }
.yomi-contact-lines a { color: var(--navy); }
.yomi-contact-lines .accent-link { color: var(--accent-dark); }
.yomi-field input::placeholder { color: var(--muted-2); }
.yomi-field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,158,216,0.15); }
.yomi-field-wide { grid-column: span 2; }
.yomi-hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.yomi-lead-msg { grid-column: span 2; font-size: 14px; font-weight: 700; }
.yomi-lead-msg.is-ok { color: #0E7A4A; }
.yomi-lead-msg.is-err { color: #B4232C; }

/* ---- footer ------------------------------------------------------------ */
.yomi-legal-menu { display: flex; gap: 20px; }
.yomi-legal-menu a { color: var(--muted-2); }

/* ---- shop / archive ---------------------------------------------------- */
.yomi-shop-head { padding: 64px 0 40px; }
.yomi-shop-head h1 { font-size: 64px; line-height: 1; margin: 10px 0 14px; }
.yomi-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-radius: 14px; padding: 14px 18px; background: var(--paper); margin-bottom: 20px; }
.yomi-pagination, .woocommerce-pagination { margin-top: 40px; display: flex; justify-content: center; }
.woocommerce-pagination ul { display: flex; gap: 8px; }
.woocommerce-pagination a, .woocommerce-pagination span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid var(--line-2); color: var(--navy); }
.woocommerce-pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---- single product (Woo hooks, our skin) ----------------------------- */
.yomi-woo .product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: start; padding-top: 64px; }
.yomi-woo .product .woocommerce-product-gallery { position: relative; border-radius: 28px; overflow: hidden; background: radial-gradient(120% 90% at 50% 85%, #FFFFFF 0%, #EAF5FB 42%, #D6EAF5 100%); }
.yomi-woo .product .woocommerce-product-gallery__wrapper { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding: 32px; }
.yomi-woo .product .woocommerce-product-gallery__image { border-radius: 16px; overflow: hidden; }
.yomi-woo .product .woocommerce-product-gallery__image:first-child { grid-column: 1 / -1; display: flex; align-items: flex-end; justify-content: center; min-height: 520px; padding-bottom: 12px; }
.yomi-woo .product .woocommerce-product-gallery__image:first-child img { max-height: 560px; width: auto; object-fit: contain; filter: drop-shadow(0 30px 36px rgba(11,31,46,0.26)); margin: 0 auto; }
.yomi-woo .product .woocommerce-product-gallery__image:not(:first-child) img { width: 100%; height: 120px; object-fit: cover; background: #fff; }
.yomi-woo .product ol, .yomi-woo .product ul { list-style: none; margin: 0; padding: 0; }
.yomi-woo .product .woocommerce-product-gallery__trigger { position: absolute; top: 16px; inset-inline-end: 16px; z-index: 5; width: 40px; height: 40px; border-radius: 999px; background: #fff; display: flex; align-items: center; justify-content: center; }
.yomi-woo .product .flex-control-thumbs { display: flex; gap: 10px; padding: 0 20px 20px; justify-content: center; }
.yomi-woo .product .flex-control-thumbs li { width: 72px; }
.yomi-woo .product .flex-control-thumbs img { border-radius: 12px; background: #fff; padding: 6px; cursor: pointer; opacity: .6; }
.yomi-woo .product .flex-control-thumbs img.flex-active, .yomi-woo .product .flex-control-thumbs img:hover { opacity: 1; }
.yomi-woo .product .summary { display: flex; flex-direction: column; gap: 18px; }
.yomi-woo .product .yomi-sku { font-size: 13px; font-weight: 700; color: var(--accent-dark); letter-spacing: 0.06em; }
.yomi-woo .product .product_title { font-family: var(--font-display); font-weight: 800; font-size: 44px; line-height: 1.05; letter-spacing: -0.025em; }
.yomi-woo .product .price { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -0.02em; }
.yomi-woo .product .price del { opacity: .5; font-weight: 500; font-size: 20px; margin-inline-end: 8px; }
.yomi-woo .product .woocommerce-product-details__short-description { font-size: 17px; color: var(--muted); }
.yomi-woo .product form.cart { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.yomi-woo .product .quantity input { width: 84px; height: 56px; border-radius: 999px; border: 1px solid var(--line-2); text-align: center; font-size: 16px; }
.yomi-woo .product .single_add_to_cart_button, .yomi-woo .button.product_type_simple { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 30px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 800; font-size: 16px; border: 0; cursor: pointer; }
.yomi-woo .product .single_add_to_cart_button:hover { background: var(--accent); }
.yomi-woo .product .product_meta { font-size: 13px; color: var(--muted-2); display: flex; gap: 16px; flex-wrap: wrap; }
.yomi-woo .product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 40px; }
.yomi-product-lead { grid-column: 1 / -1; margin-top: 48px; border-radius: 28px; padding: 40px 48px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.yomi-product-lead h2 { font-size: 36px; line-height: 1.05; }
.yomi-woo .product .wc-tabs { display: flex; gap: 8px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.yomi-woo .product .wc-tabs li a { display: inline-block; padding: 12px 18px; border-radius: 999px 999px 0 0; color: var(--muted); font-weight: 700; }
.yomi-woo .product .wc-tabs li.active a { color: var(--navy); box-shadow: inset 0 -2px 0 var(--accent); }
.yomi-woo .product .woocommerce-Tabs-panel h2 { font-family: var(--font-display); font-size: 28px; margin-bottom: 14px; }
.yomi-woo .product .woocommerce-Tabs-panel p { margin-bottom: 12px; color: var(--muted); }
.yomi-woo .product .woocommerce-product-attributes { width: 100%; border-collapse: collapse; }
.yomi-woo .product .woocommerce-product-attributes th, .yomi-woo .product .woocommerce-product-attributes td { text-align: start; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.yomi-woo .product .woocommerce-product-attributes th { color: var(--muted-2); font-weight: 500; width: 40%; }
.yomi-woo .product .woocommerce-product-attributes td p { margin: 0; }
.yomi-woo .related, .yomi-woo .upsells { grid-column: 1 / -1; padding: 80px 0; }
.yomi-woo .related > h2, .yomi-woo .upsells > h2 { font-family: var(--font-display); font-weight: 800; font-size: 40px; letter-spacing: -0.025em; margin-bottom: 28px; }
.yomi-woo .related .yomi-products, .yomi-woo .upsells .yomi-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.yomi-woo.yomi-main:not(.yomi-container) > .product { width: min(100% - 2 * var(--gutter), var(--max) - 2 * var(--gutter)); margin-inline: auto; }

/* ---- generic pages ----------------------------------------------------- */
.yomi-page .yomi-entry-head { margin-bottom: 32px; }
.yomi-page .yomi-entry-head h1 { font-size: 56px; line-height: 1.05; }
.yomi-entry-narrow { max-width: 760px; margin-inline: auto; }
.yomi-entry-content { font-size: 18px; line-height: 1.7; color: #2A3A48; }
.yomi-entry-content > * + * { margin-top: 1.2em; }
.yomi-entry-content h2 { font-family: var(--font-display); font-size: 32px; letter-spacing: -0.02em; color: var(--navy); }
.yomi-entry-content h3 { font-size: 22px; font-weight: 800; color: var(--navy); }
.yomi-entry-content ul { list-style: disc; padding-inline-start: 1.2em; }
.yomi-entry-media img { border-radius: var(--radius); margin-bottom: 32px; }

/* ---- reveal / motion --------------------------------------------------- */
.fade-1 { animation: fadeUp .9s cubic-bezier(.2,.7,.2,1) .10s both; }
.fade-2 { animation: fadeUp .9s cubic-bezier(.2,.7,.2,1) .30s both; }
.fade-3 { animation: fadeUp .9s cubic-bezier(.2,.7,.2,1) .50s both; }
.rise-1 { animation: rise 1.1s cubic-bezier(.2,.7,.2,1) .40s both; }
.rise-2 { animation: rise 1.1s cubic-bezier(.2,.7,.2,1) .55s both; }
.rise-3 { animation: rise 1.1s cubic-bezier(.2,.7,.2,1) .70s both; }
.rise-4 { animation: rise 1.1s cubic-bezier(.2,.7,.2,1) .85s both; }
.rise-5 { animation: rise 1.1s cubic-bezier(.2,.7,.2,1) 1.00s both; }
.yomi-reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.yomi-reveal.is-in { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rise { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes arcDraw { from { stroke-dasharray: 0 2000; } to { stroke-dasharray: 298 2000; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }
@media (prefers-reduced-motion: reduce) {
  .fade-1, .fade-2, .fade-3, .rise-1, .rise-2, .rise-3, .rise-4, .rise-5, .yomi-spin, .yomi-arc-anim { animation: none; }
  .yomi-reveal { opacity: 1; transform: none; transition: none; }
}

/* ---- responsive -------------------------------------------------------- */
@media (max-width: 1280px) {
  :root { --gutter: 40px; }
  .yomi-hero-copy h1 { font-size: 96px; }
  .yomi-lineup-item .yomi-cutout { height: calc(var(--h, 380px) * .85); }
  .yomi-band-product { left: 120px; height: 460px; }
  .yomi-band-ring { left: 40px; }
  .yomi-glow { left: -40px; }
  .yomi-grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .yomi-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .yomi-menu { display: none; }
  .yomi-burger { display: inline-flex; }
  .yomi-header.is-open .yomi-nav { display: block; position: absolute; inset-inline: 0; top: 100%; background: var(--white); border-bottom: 1px solid var(--line); padding: 16px var(--gutter) 24px; }
  .yomi-header.is-open .yomi-menu { display: flex; flex-direction: column; align-items: stretch; gap: 4px; font-size: 18px; }
  .yomi-hero { height: auto; padding-bottom: 40px; }
  .yomi-hero-copy { position: relative; top: auto; padding-top: 56px; }
  .yomi-hero-copy h1 { font-size: 72px; }
  .yomi-hero-ring { top: 120px; width: 560px; height: 560px; margin-left: -280px; }
  .yomi-hero-floor { display: none; }
  .yomi-lineup { position: relative; bottom: auto; margin-top: 40px; overflow-x: auto; justify-content: flex-start; gap: 24px; padding: 0 var(--gutter) 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .yomi-lineup::-webkit-scrollbar { display: none; }
  .yomi-lineup-item { scroll-snap-align: center; flex: 0 0 auto; }
  .yomi-lineup-item .yomi-cutout { height: calc(var(--h, 380px) * .65); }
  .yomi-band-photo { height: 560px; }
  .yomi-band-copy { width: min(560px, calc(100% - 2 * var(--gutter))); }
  .yomi-band-copy h2 { font-size: 44px; }
  .yomi-band-navy { height: auto; padding: 64px 0; }
  .yomi-band-navy .yomi-band-copy { position: relative; top: auto; inset-inline-start: auto; margin-inline: var(--gutter); width: auto; }
  .yomi-band-navy h2 { font-size: 44px; }
  .yomi-band-product { position: relative; left: auto; bottom: auto; height: 380px; margin: 0 auto 32px; }
  .yomi-band-ring, .yomi-glow { display: none; }
  .yomi-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yomi-contact { grid-template-columns: 1fr; padding: 32px; }
  .yomi-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yomi-woo .product { grid-template-columns: 1fr; gap: 32px; }
  .yomi-product-lead { grid-template-columns: 1fr; padding: 32px; }
  .yomi-woo .related .yomi-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  body { font-size: 16px; }
  .yomi-header-inner { height: 68px; }
  .yomi-logo img { height: 32px; }
  .yomi-actions { gap: 16px; }
  .yomi-hero-copy { gap: 16px; padding-top: 40px; }
  .yomi-hero-copy h1 { font-size: 52px; }
  .yomi-lead-text { font-size: 17px; }
  .yomi-btn { height: 52px; font-size: 15px; padding: 0 22px; }
  .yomi-pill { font-size: 12px; }
  .yomi-hero-ring { top: 90px; width: 380px; height: 380px; margin-left: -190px; }
  .yomi-lineup-item .yomi-cutout { height: calc(var(--h, 380px) * .55); }
  .yomi-section { padding-top: 56px; }
  .yomi-section-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .yomi-section-head h2, .yomi-section-head h1 { font-size: 34px; }
  .yomi-grid-3, .yomi-grid-4, .yomi-grid-5 { grid-template-columns: 1fr; }
  .yomi-grid-5.yomi-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .yomi-card-media { height: 190px; }
  .yomi-card-img, .yomi-card.is-flagship .yomi-card-img { height: 160px; }
  /* phone: image flows above the copy instead of floating behind it */
  .yomi-tile { height: auto; min-height: 0; padding: 20px 24px 24px; gap: 12px; }
  .yomi-tile-img { position: relative; left: auto; top: auto; transform: none; height: 240px; margin: 0 auto 4px; }
  .yomi-tile:hover .yomi-tile-img { transform: translateY(-6px); }
  .yomi-tile-ring { top: 0; width: 250px; height: 250px; }
  .yomi-tile-title { font-size: 26px; }
  .yomi-band-photo { height: 520px; }
  .yomi-band-copy h2, .yomi-band-navy h2 { font-size: 34px; }
  .yomi-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yomi-photo { height: 320px; }
  .yomi-collection { padding: 48px 0; margin-top: 56px; }
  .yomi-contact { padding: 24px; border-radius: 20px; }
  .yomi-contact-copy h2 { font-size: 30px; }
  .yomi-lead { grid-template-columns: 1fr; }
  .yomi-field-wide, .yomi-lead-msg { grid-column: auto; }
  .yomi-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .yomi-shop-head h1 { font-size: 40px; }
  .yomi-woo .product .product_title { font-size: 32px; }
  .yomi-woo .product .woocommerce-product-gallery__wrapper { min-height: 380px; padding: 24px; }
  .yomi-woo .product .woocommerce-product-gallery__image img { max-height: 380px; }
  .yomi-woo .related .yomi-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---- hero carousel (one slide per model) ------------------------------- */
.yomi-hero-c { height: auto; padding: 64px 0 40px; }
.yomi-hero-c .yomi-hero-copy { position: relative; top: auto; gap: 18px; }
.yomi-hero-c .yomi-hero-copy h1 { font-size: 96px; }
.yomi-carousel { position: relative; max-width: var(--max); margin: 28px auto 0; padding: 0 var(--gutter); outline: none; }
.yomi-slides { display: grid; }
.yomi-slide { grid-area: 1 / 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 32px; min-height: 560px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .45s ease, visibility 0s linear .45s; }
.yomi-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; z-index: 1; transition: opacity .45s ease; }
.yomi-slide-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding-inline-start: 56px; }
.yomi-slide-copy .yomi-eyebrow-sm { color: var(--accent-dark); }
.yomi-slide-num { font-family: var(--font-display); font-weight: 800; letter-spacing: .04em; color: var(--navy); }
.yomi-slide-copy h2 { font-size: 50px; line-height: 1.04; }
.yomi-slide-copy p { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 500px; }
.yomi-slide-specs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.yomi-slide-specs li { background: var(--white); border: 1px solid var(--ice-2); border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 700; color: var(--navy); }
.yomi-slide-copy .yomi-cta-row { margin-top: 6px; }
.yomi-slide-media { position: relative; display: flex; align-items: flex-end; justify-content: center; height: 560px; padding-bottom: 20px; }
.yomi-slide-ring { position: absolute; left: 50%; top: 50%; width: 540px; height: 540px; margin: -270px 0 0 -270px; }
.yomi-slide-ring .yomi-ring { width: 100%; height: 100%; }
.yomi-slide-floor { position: absolute; left: 18%; right: 18%; bottom: 6px; height: 36px; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(11,31,46,0.24) 0%, rgba(11,31,46,0) 70%); filter: blur(10px); }
.yomi-slide-media .yomi-cutout { position: relative; height: var(--h, 480px); width: auto; filter: drop-shadow(0 30px 36px rgba(11,31,46,0.26)); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.yomi-slide-media:hover .yomi-cutout { transform: translateY(-8px); }
.yomi-slide.is-active .yomi-slide-copy > * { animation: fadeUp .8s cubic-bezier(.2,.7,.2,1) both; }
.yomi-slide.is-active .yomi-slide-copy > :nth-child(2) { animation-delay: .08s; }
.yomi-slide.is-active .yomi-slide-copy > :nth-child(3) { animation-delay: .16s; }
.yomi-slide.is-active .yomi-slide-copy > :nth-child(4) { animation-delay: .24s; }
.yomi-slide.is-active .yomi-slide-copy > :nth-child(5) { animation-delay: .32s; }
.yomi-slide.is-active .yomi-slide-media .yomi-cutout { animation: rise .9s cubic-bezier(.2,.7,.2,1) .1s both; }
.yomi-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 999px; background: var(--white); border: 1px solid var(--ice-2); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; box-shadow: 0 10px 24px rgba(11,31,46,0.10); transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }
.yomi-arrow:hover { background: var(--navy); color: #fff; box-shadow: 0 14px 28px rgba(11,31,46,0.20); transform: translateY(-50%) scale(1.04); }
.yomi-arrow:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.yomi-arrow-prev { inset-inline-start: 8px; }
.yomi-arrow-next { inset-inline-end: 8px; }
.yomi-arrow-prev svg { transform: rotate(180deg); }
.yomi-carousel-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 24px; }
.yomi-dots { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.yomi-dot { position: relative; overflow: hidden; border-radius: 999px; border: 1px solid var(--ice-2); background: var(--white); padding: 9px 16px; font: inherit; font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--muted); cursor: pointer; transition: color .25s ease, border-color .25s ease; }
.yomi-dot:hover { color: var(--navy); }
.yomi-dot.is-active { color: var(--navy); border-color: var(--navy); }
.yomi-dot::after { content: ""; position: absolute; inset-inline-start: 0; bottom: 0; height: 3px; width: 0; background: var(--accent); }
.yomi-dot.is-active::after { animation: dotFill var(--dur, 6.5s) linear both; }
.yomi-carousel.is-paused .yomi-dot.is-active::after { animation-play-state: paused; }
.yomi-carousel.no-autoplay .yomi-dot::after { display: none; }
@keyframes dotFill { from { width: 0; } to { width: 100%; } }
@media (prefers-reduced-motion: reduce) {
  .yomi-slide, .yomi-slide.is-active { transition: none; }
  .yomi-slide.is-active .yomi-slide-copy > *, .yomi-slide.is-active .yomi-slide-media .yomi-cutout, .yomi-dot.is-active::after { animation: none; }
}
@media (max-width: 1280px) {
  .yomi-slide-copy { padding-inline-start: 40px; }
  .yomi-slide-copy h2 { font-size: 42px; }
  .yomi-slide-media { height: 500px; }
  .yomi-slide-media .yomi-cutout { height: calc(var(--h, 480px) * .88); }
  .yomi-slide-ring { width: 480px; height: 480px; margin: -240px 0 0 -240px; }
}
@media (max-width: 1024px) {
  .yomi-hero-c { padding-top: 48px; }
  .yomi-slide { grid-template-columns: 1fr; gap: 12px; min-height: 0; }
  .yomi-slide-copy { order: 2; padding-inline-start: 0; align-items: center; text-align: center; }
  .yomi-slide-copy p { max-width: 560px; }
  .yomi-slide-specs, .yomi-slide-copy .yomi-cta-row { justify-content: center; }
  .yomi-slide-media { order: 1; height: 420px; padding-bottom: 16px; }
  .yomi-slide-media .yomi-cutout { height: calc(var(--h, 480px) * .74); }
  .yomi-slide-ring { width: 400px; height: 400px; margin: -200px 0 0 -200px; }
  .yomi-arrow { position: static; transform: none; width: 48px; height: 48px; flex: 0 0 auto; }
  .yomi-arrow:hover { transform: none; }
}
@media (max-width: 640px) {
  .yomi-hero-c .yomi-hero-copy h1 { font-size: 52px; }
  .yomi-slide-copy h2 { font-size: 32px; }
  .yomi-slide-copy p { font-size: 16px; }
  .yomi-slide-media { height: 320px; }
  .yomi-slide-media .yomi-cutout { height: calc(var(--h, 480px) * .56); }
  .yomi-slide-ring { width: 300px; height: 300px; margin: -150px 0 0 -150px; }
  .yomi-slide-copy .yomi-cta-row { flex-direction: column; align-items: stretch; width: 100%; }
  .yomi-slide-copy .yomi-btn { width: 100%; }
  .yomi-dots { gap: 6px; }
  .yomi-dot { padding: 8px 10px; font-size: 12px; }
  .yomi-arrow { width: 44px; height: 44px; }
}

/* ---- stage: 3D ring of models in a living room (banner lab) ------------ */
.yomi-stage { position: relative; height: clamp(600px, 85vh, 860px); overflow: hidden; background: #1a1410; color: #fff; isolation: isolate; }
.yomi-stage-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 68%; z-index: 0; }
.yomi-stage-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,8,6,0.62) 0%, rgba(10,8,6,0.22) 24%, rgba(10,8,6,0) 46%, rgba(10,8,6,0.18) 72%, rgba(10,8,6,0.72) 100%); }
.yomi-stage-copy { position: absolute; inset-inline: 0; top: 34px; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding: 0 24px; pointer-events: none; }
.yomi-stage-copy > * { pointer-events: auto; }
.yomi-stage-copy h1 { font-size: 56px; line-height: .98; text-shadow: 0 6px 30px rgba(0,0,0,0.35); }
.yomi-stage-copy h1 .accent { color: #6FD3FF; }
.yomi-pill-dark { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.28); color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.yomi-pill-dark .yomi-spinner { border-color: #6FD3FF; border-top-color: transparent; }

.yomi-ring3d { position: absolute; inset: 0; z-index: 2; }
.yomi-ring3d-track { position: absolute; inset: 0; }
.yomi-ring3d-item { position: absolute; left: 50%; bottom: 13%; height: var(--h, 460px); width: max-content; transform-origin: 50% 100%; transform: translateX(-50%) translateY(0) scale(1); transition: transform .9s cubic-bezier(.2,.7,.2,1), opacity .9s ease, filter .9s ease; will-change: transform; display: block; opacity: 0; }
.yomi-ring3d-item .yomi-cutout { position: relative; height: 100%; width: auto; max-width: none; filter: drop-shadow(0 26px 30px rgba(0,0,0,0.45)); z-index: 1; }
.yomi-ring3d-shadow { position: absolute; left: 8%; right: 8%; bottom: -12px; height: 34px; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 70%); filter: blur(8px); }
/* screen slots: 0 = centre / front, ±1 behind on each side, ±2 far back */
.yomi-ring3d-item.pos-0  { transform: translateX(-50%) translateY(0) scale(1); opacity: 1; z-index: 5; filter: none; }
.yomi-ring3d-item.pos-1  { transform: translateX(calc(-50% + 30vw)) translateY(-11%) scale(.56); opacity: 1; z-index: 4; filter: brightness(.82) saturate(.9); }
.yomi-ring3d-item.pos--1 { transform: translateX(calc(-50% - 30vw)) translateY(-11%) scale(.56); opacity: 1; z-index: 4; filter: brightness(.82) saturate(.9); }
.yomi-ring3d-item.pos-2  { transform: translateX(calc(-50% + 40vw)) translateY(-20%) scale(.30); opacity: 0; z-index: 3; }
.yomi-ring3d-item.pos--2 { transform: translateX(calc(-50% - 40vw)) translateY(-20%) scale(.30); opacity: 0; z-index: 3; }
.yomi-ring3d-item.pos-hide { transform: translateX(-50%) translateY(-26%) scale(.25); opacity: 0; z-index: 1; }
.yomi-ring3d-item:not(.pos-0) { cursor: pointer; }
.yomi-ring3d-item.pos-0:hover .yomi-cutout { transform: translateY(-6px); transition: transform .5s ease; }

/* caption band under the models */
.yomi-stage-captions { position: absolute; inset-inline: 0; bottom: 0; z-index: 6; display: grid; width: 100%; pointer-events: none; }
.yomi-stage-caption { grid-area: 1 / 1; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; padding: 12px 92px; border-radius: 0; background: linear-gradient(180deg, rgba(10,8,6,0.55) 0%, rgba(10,8,6,0.78) 100%); border-top: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; transition: opacity .6s ease; visibility: hidden; pointer-events: none; }
.yomi-stage-caption.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.yomi-caption-text { display: flex; align-items: baseline; gap: 14px; min-width: 0; }
.yomi-caption-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.yomi-stage-caption .yomi-eyebrow-sm { color: #BFE9FF; font-size: 12px; letter-spacing: .06em; }
.yomi-stage-caption .yomi-slide-num { color: #fff; }
.yomi-stage-caption h2 { font-size: 20px; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.yomi-stage-caption .yomi-slide-specs li { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.28); color: #fff; padding: 5px 11px; font-size: 12px; }
.yomi-stage-caption .yomi-cta-row { gap: 12px; }
.yomi-stage-caption .yomi-btn { height: 40px; padding: 0 20px; font-size: 14px; }
.yomi-stage-caption .yomi-price { color: #fff; }
.yomi-stage-caption .yomi-price-tba { color: rgba(255,255,255,0.75); font-size: 14px; }

@media (max-width: 1280px) {
  .yomi-ring3d-item { bottom: 17%; }
  .yomi-ring3d-item.pos-0 { transform: translateX(-50%) scale(.9); }
  .yomi-ring3d-item.pos-1  { transform: translateX(calc(-50% + 29vw)) translateY(-14%) scale(.54); }
  .yomi-ring3d-item.pos--1 { transform: translateX(calc(-50% - 29vw)) translateY(-14%) scale(.54); }
}
@media (prefers-reduced-motion: reduce) {
  .yomi-ring3d-item, .yomi-stage-caption { transition: none; }
}

/* ---- stage FX: arc motion (JS-driven), screens on/off, headline, view transition ---- */
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .32s; }
::view-transition-old(yomi-hero-product), ::view-transition-new(yomi-hero-product) { animation-duration: .75s; animation-timing-function: cubic-bezier(.2,.7,.2,1); }

.yomi-ring3d.is-js .yomi-ring3d-item { transition: none; opacity: 1; }
.yomi-ring3d.is-js .yomi-ring3d-item .yomi-cutout { transition: filter .8s ease; }
.yomi-ring3d.is-js .yomi-ring3d-item.pos-0:hover .yomi-cutout { transform: none; }
.yomi-ring3d-item .yomi-cutout { max-width: none; }
.yomi-ring3d-item.is-on .yomi-cutout { filter: drop-shadow(0 26px 30px rgba(0,0,0,0.45)) drop-shadow(0 0 34px rgba(255,226,190,0.30)); }
/* dark-glass copy sits exactly over the lit cutout and fades away when the model comes to the front */
.yomi-ring3d-item .yomi-off { position: absolute; left: 0; top: 0; height: 100%; width: auto; max-width: none; z-index: 2; opacity: 1; transition: opacity .55s ease .3s; pointer-events: none; }
.yomi-ring3d-item.is-on .yomi-off { opacity: 0; transition: opacity .5s ease .45s; }

.yomi-stage-copy h1 .w { display: inline-block; animation: wordIn 1s cubic-bezier(.2,.7,.2,1) both; }
.yomi-stage-copy h1 .w-1 { animation-delay: .15s; }
.yomi-stage-copy h1 .w-2 { animation-delay: .32s; }
.yomi-stage-copy h1 .w-3 { animation-delay: .48s; }
.yomi-stage-copy h1 .dot { display: inline-block; color: #6FD3FF; animation: dotIn .7s cubic-bezier(.3,1.6,.4,1) 1.05s both; }
@keyframes wordIn { from { opacity: 0; transform: translateY(26px) rotate(1.5deg); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes dotIn { from { opacity: 0; transform: scale(.2); } 70% { transform: scale(1.35); } to { opacity: 1; transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  .yomi-stage-copy h1 .w, .yomi-stage-copy h1 .dot { animation: none; opacity: 1; }
  .yomi-ring3d-item .yomi-off { transition: none; }
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}

/* ---- stage, studio variant: same ring on the current hero's ice-blue backdrop ---- */
.yomi-stage.is-studio { color: var(--navy); background: radial-gradient(120% 90% at 50% 85%, #FFFFFF 0%, #EAF5FB 42%, #D6EAF5 100%); }
.yomi-stage.is-studio .yomi-stage-copy h1 { text-shadow: none; }
.yomi-stage.is-studio .yomi-stage-copy h1 .accent, .yomi-stage.is-studio .yomi-stage-copy h1 .dot { color: var(--accent); }
.yomi-stage-ring { position: absolute; left: 50%; top: 50%; width: 640px; height: 640px; margin: -300px 0 0 -320px; z-index: 0; pointer-events: none; }
.yomi-stage-ring .yomi-ring { width: 100%; height: 100%; }
.yomi-stage-floor { position: absolute; inset-inline: 22%; bottom: 15%; height: 44px; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(11,31,46,0.22) 0%, rgba(11,31,46,0) 70%); filter: blur(12px); z-index: 0; pointer-events: none; }
.yomi-stage.is-studio .yomi-ring3d-item .yomi-cutout { filter: var(--shadow-cut); }
.yomi-stage.is-studio .yomi-ring3d-item.is-on .yomi-cutout { filter: drop-shadow(0 30px 36px rgba(11,31,46,0.26)) drop-shadow(0 0 30px rgba(0,158,216,0.18)); }
.yomi-stage.is-studio .yomi-ring3d-shadow { background: radial-gradient(ellipse at center, rgba(11,31,46,0.30) 0%, rgba(11,31,46,0) 70%); }
.yomi-stage.is-studio .yomi-stage-caption { background: rgba(255,255,255,0.82); border-color: var(--ice-2); box-shadow: none; }
.yomi-stage.is-studio .yomi-stage-caption .yomi-eyebrow-sm { color: var(--accent-dark); }
.yomi-stage.is-studio .yomi-stage-caption .yomi-slide-num { color: var(--navy); }
.yomi-stage.is-studio .yomi-stage-caption h2 { text-shadow: none; }
.yomi-stage.is-studio .yomi-stage-caption .yomi-slide-specs li { background: var(--white); border-color: var(--ice-2); color: var(--navy); }
.yomi-stage.is-studio .yomi-stage-caption .yomi-price { color: var(--navy); }
.yomi-stage.is-studio .yomi-stage-caption .yomi-price-tba { color: var(--muted); }
@media (max-width: 1024px) {
  .yomi-stage-ring { width: 420px; height: 420px; margin: -230px 0 0 -210px; }
  .yomi-stage-floor { display: none; }
}
@media (max-width: 640px) {
  .yomi-stage-ring { width: 300px; height: 300px; margin: -170px 0 0 -150px; }
}

/* ---- stage nav: arrows docked on both ends of the caption band + autoplay progress line ---- */
.yomi-stage-captions .yomi-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; z-index: 7; pointer-events: auto; background: #fff; border: 0; color: var(--navy); box-shadow: 0 8px 22px rgba(0,0,0,0.28); transition: background .25s ease, color .25s ease, transform .25s ease; }
.yomi-stage-captions .yomi-arrow:hover { background: var(--accent); color: #fff; transform: translateY(-50%) scale(1.06); }
.yomi-stage-captions .yomi-arrow:active { transform: translateY(-50%) scale(.96); }
.yomi-stage-captions .yomi-arrow-prev { inset-inline-start: 28px; }
.yomi-stage-captions .yomi-arrow-next { inset-inline-end: 28px; }
.yomi-stage-captions .yomi-arrow-prev svg { transform: rotate(180deg); }
.yomi-progress { position: absolute; left: 0; right: 0; top: -1px; height: 2px; border-radius: 0; overflow: hidden; background: rgba(255,255,255,0.16); z-index: 7; pointer-events: none; }
.yomi-progress span { display: block; height: 100%; width: 0; background: #6FD3FF; border-radius: 999px; }
.yomi-progress span.is-running { animation: barFill var(--dur, 7s) linear both; }
.yomi-stage.is-paused .yomi-progress span { animation-play-state: paused; }
.yomi-stage.no-autoplay .yomi-progress { display: none; }
@keyframes barFill { from { width: 0; } to { width: 100%; } }
.yomi-stage.is-studio .yomi-stage-captions .yomi-arrow { background: var(--navy); color: #fff; box-shadow: 0 10px 24px rgba(11,31,46,0.18); }
.yomi-stage.is-studio .yomi-stage-captions .yomi-arrow:hover { background: var(--accent); }
.yomi-stage.is-studio .yomi-progress { background: rgba(11,31,46,0.10); }
.yomi-stage.is-studio .yomi-progress span { background: var(--accent); }
@media (prefers-reduced-motion: reduce) { .yomi-progress span.is-running { animation: none; width: 0; } }

/* ---- stage on tablet / phone: same overlay bar as desktop, two compact rows ---- */
@media (max-width: 1024px) {
  .yomi-stage { height: clamp(560px, 82vh, 780px); }
  .yomi-stage-bg { object-position: 50% 84%; }
  .yomi-stage-shade { background: linear-gradient(180deg, rgba(10,8,6,0.66) 0%, rgba(10,8,6,0.30) 22%, rgba(10,8,6,0.05) 42%, rgba(10,8,6,0.22) 70%, rgba(10,8,6,0.70) 100%); }
  .yomi-stage-copy { top: 26px; gap: 10px; }
  .yomi-stage-copy h1 { font-size: 46px; }
  .yomi-ring3d-item { bottom: 23%; }
  .yomi-ring3d-item.pos-0 { transform: translateX(-50%) scale(.80); }
  .yomi-ring3d-item.pos-1  { transform: translateX(calc(-50% + 34vw)) translateY(-10%) scale(.44); opacity: 1; }
  .yomi-ring3d-item.pos--1 { transform: translateX(calc(-50% - 34vw)) translateY(-10%) scale(.44); opacity: 1; }
  .yomi-ring3d-item.pos-2, .yomi-ring3d-item.pos--2 { opacity: 0; }
  .yomi-stage-captions { position: absolute; bottom: 0; width: 100%; margin: 0; }
  .yomi-stage-caption { flex-direction: column; align-items: stretch; gap: 10px; min-height: 0; padding: 10px 16px 14px; text-align: center; background: linear-gradient(180deg, rgba(10,8,6,0.62) 0%, rgba(10,8,6,0.86) 100%); }
  .yomi-caption-text { flex-direction: row; justify-content: center; align-items: baseline; gap: 10px; padding: 0 56px; min-height: 38px; }
  .yomi-stage-caption h2 { font-size: 18px; white-space: normal; }
  .yomi-caption-actions { flex-direction: row; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
  .yomi-stage-caption .yomi-slide-specs { justify-content: center; }
  .yomi-stage-caption .yomi-btn { height: 40px; padding: 0 18px; font-size: 14px; }
  .yomi-stage-captions .yomi-arrow { top: 10px; transform: none; width: 38px; height: 38px; }
  .yomi-stage-captions .yomi-arrow:hover { transform: scale(1.06); }
  .yomi-stage-captions .yomi-arrow:active { transform: scale(.96); }
  .yomi-stage-captions .yomi-arrow-prev { inset-inline-start: 14px; }
  .yomi-stage-captions .yomi-arrow-next { inset-inline-end: 14px; }
}
@media (max-width: 640px) {
  .yomi-stage { height: clamp(540px, 80vh, 700px); }
  .yomi-stage-bg { object-position: 50% 90%; }
  .yomi-stage-copy { top: 18px; }
  .yomi-stage-copy h1 { font-size: 40px; }
  .yomi-ring3d-item { bottom: 25%; }
  .yomi-ring3d-item.pos-0 { transform: translateX(-50%) scale(.50); }
  .yomi-ring3d-item.pos-1  { transform: translateX(calc(-50% + 38vw)) translateY(-10%) scale(.28); opacity: 1; }
  .yomi-ring3d-item.pos--1 { transform: translateX(calc(-50% - 38vw)) translateY(-10%) scale(.28); opacity: 1; }
  .yomi-caption-text { flex-direction: column; align-items: center; gap: 0; }
  .yomi-stage-caption h2 { font-size: 17px; }
  .yomi-stage-caption { gap: 6px; padding: 8px 16px 12px; }
  .yomi-caption-actions { flex-direction: column; gap: 8px; }
  /* specs as one quiet text line instead of pills */
  .yomi-stage-caption .yomi-slide-specs { gap: 0; }
  .yomi-stage-caption .yomi-slide-specs li { background: none; border: 0; padding: 0; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.78); }
  .yomi-stage-caption .yomi-slide-specs li + li::before { content: "·"; margin: 0 8px; color: rgba(255,255,255,0.45); }
  .yomi-stage.is-studio .yomi-stage-caption .yomi-slide-specs li { background: none; border: 0; color: var(--muted); }
  .yomi-stage-caption .yomi-cta-row { gap: 12px; }
}

/* ---- contact block + lead form (v6) ------------------------------------ */
.yomi-contact { position: relative; border-radius: 28px; padding: 48px 56px; display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 48px; align-items: center; overflow: hidden; }
.yomi-contact::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 999px; border: 56px solid rgba(255,255,255,0.55); inset-inline-end: -160px; top: -220px; pointer-events: none; }
.yomi-contact > * { position: relative; }
.yomi-contact-copy .yomi-eyebrow-sm { letter-spacing: 0.06em; }
.yomi-contact-copy > .yomi-muted { font-size: 16px; max-width: 460px; text-wrap: pretty; }
.yomi-contact-lines { display: flex; gap: 24px; font-size: 16px; font-weight: 700; margin-top: 6px; flex-wrap: wrap; }
.yomi-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; max-width: 520px; }
.yomi-channels li a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,0.7); border: 1px solid rgba(201,220,232,0.7); color: var(--navy); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.yomi-channels li a:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: 0 14px 30px -18px rgba(11,31,46,0.35); color: var(--navy); }
.yomi-channel-ico { flex: none; width: 40px; height: 40px; border-radius: 999px; background: var(--navy); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.yomi-channel-ico.is-wa { background: #25D366; }
.yomi-channel-txt { display: flex; flex-direction: column; gap: 1px; min-width: 0; line-height: 1.25; }
.yomi-channel-txt small { font-size: 12px; color: var(--muted-2); font-weight: 600; }
.yomi-channel-txt strong { font-size: 15px; font-weight: 800; text-align: start; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.yomi-lead { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; background: var(--white); border-radius: 22px; padding: 28px; box-shadow: 0 30px 60px -30px rgba(11,31,46,0.35), 0 0 0 1px rgba(201,220,232,0.5); }
.yomi-lead-head { grid-column: span 2; display: flex; flex-direction: column; gap: 4px; margin-bottom: 4px; }
.yomi-lead-title { font-size: 26px; line-height: 1.1; }
.yomi-lead-sub { font-size: 14px; color: var(--muted); }
.yomi-field { display: flex; flex-direction: column; gap: 6px; }
.yomi-field-label { font-size: 13px; font-weight: 700; color: var(--navy); }
.yomi-field-label em { font-style: normal; font-weight: 500; color: var(--muted-2); }
.yomi-field input, .yomi-field textarea { width: 100%; background: var(--paper); border: 1px solid var(--line-2); border-radius: 12px; height: 50px; padding: 0 14px; color: var(--navy); font-size: 15px; direction: rtl; text-align: right; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.yomi-field input[type="tel"] { unicode-bidi: plaintext; text-align: right; font-variant-numeric: tabular-nums; }
.yomi-field input:hover { border-color: #AFC6D6; }
.yomi-field input:focus { background: var(--white); }
.yomi-lead .yomi-btn { height: 54px; font-size: 16px; width: 100%; margin-top: 4px; }
.yomi-lead-fine { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted-2); }
.yomi-lead-fine svg { flex: none; }

/* ---- footer (navy) ------------------------------------------------------ */
.yomi-footer { position: relative; background: var(--navy); color: #B7C8D6; padding: 64px 0 28px; margin-top: 16px; overflow: hidden; }
.yomi-footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--accent-light), var(--accent) 50%, var(--navy)); }
.yomi-footer::after { content: ""; position: absolute; width: 640px; height: 640px; border-radius: 999px; border: 72px solid rgba(255,255,255,0.03); inset-inline-start: -260px; bottom: -380px; pointer-events: none; }
.yomi-footer .yomi-container { position: relative; }
.yomi-footer-grid { display: grid; grid-template-columns: 1.6fr 1.1fr 0.9fr 1.1fr; gap: 48px; }
.yomi-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.yomi-footer-logo { display: inline-block; }
.yomi-footer-logo img { height: 34px; width: auto; }
.yomi-footer-tag { font-size: 26px; color: #fff; line-height: 1; }
.yomi-footer-brand p { font-size: 14px; color: #93A7B7; max-width: 380px; text-wrap: pretty; line-height: 1.6; }
.yomi-footer-wa { background: #25D366; color: #fff; height: 48px; font-size: 15px; padding: 0 22px; margin-top: 6px; }
.yomi-footer-wa:hover { background: #1FBF5B; color: #fff; box-shadow: 0 12px 30px -12px rgba(37,211,102,0.6); }
.yomi-footer-col { display: flex; flex-direction: column; gap: 14px; font-size: 14px; }
.yomi-footer-title { font-weight: 800; color: #fff; font-size: 15px; letter-spacing: 0.02em; }
.yomi-footer-menu { display: flex; flex-direction: column; gap: 11px; }
.yomi-footer-menu a, .yomi-footer-menu li { color: #B7C8D6; }
.yomi-footer-menu a { display: inline-block; transition: color .2s ease, transform .2s ease; }
.yomi-footer-menu a b { color: #fff; font-weight: 800; }
.yomi-footer-menu a:hover { color: var(--accent-light); transform: translateX(-2px); }
.yomi-footer-more { font-weight: 700; color: var(--accent-light) !important; }
.yomi-channels.is-footer { grid-template-columns: 1fr; gap: 8px; margin-top: 0; max-width: none; }
.yomi-channels.is-footer li a { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); color: #fff; padding: 9px 10px; }
.yomi-channels.is-footer li a:hover { border-color: var(--accent-light); box-shadow: none; color: #fff; }
.yomi-channels.is-footer .yomi-channel-ico { width: 34px; height: 34px; background: rgba(255,255,255,0.1); }
.yomi-channels.is-footer .yomi-channel-ico.is-wa { background: #25D366; }
.yomi-channels.is-footer .yomi-channel-txt small { color: #8DA3B4; }
.yomi-channels.is-footer .yomi-channel-txt strong { font-size: 14px; }
.yomi-footer-legal { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; color: #8DA3B4; flex-wrap: wrap; }
.yomi-legal-menu { display: flex; gap: 20px; }
.yomi-legal-menu a { color: #8DA3B4; }
.yomi-legal-menu a:hover { color: #fff; }

@media (max-width: 1024px) {
  .yomi-contact { grid-template-columns: 1fr; padding: 36px; }
  .yomi-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
  .yomi-footer-brand { grid-column: span 2; }
}
@media (max-width: 640px) {
  .yomi-grid-why { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .yomi-grid-why .yomi-ice { padding: 18px 16px 20px; gap: 10px; border-radius: 18px; }
  .yomi-grid-why .yomi-badge { width: 42px; height: 42px; border-width: 3px; }
  .yomi-grid-why .yomi-badge svg { width: 18px; height: 18px; }
  .yomi-grid-why .yomi-ice-title { font-size: 15px; }
  .yomi-grid-why .yomi-muted { font-size: 13px; }
  .yomi-contact { padding: 22px 18px; border-radius: 20px; gap: 28px; }
  .yomi-contact::before { display: none; }
  .yomi-channels { grid-template-columns: 1fr; }
  .yomi-lead { grid-template-columns: 1fr; padding: 22px 18px; }
  .yomi-lead-head, .yomi-field-wide, .yomi-lead-msg { grid-column: auto; }
  .yomi-footer { padding-top: 48px; margin-top: 72px; }
  .yomi-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .yomi-footer-brand { grid-column: auto; }
  .yomi-footer-legal { flex-direction: column; gap: 12px; margin-top: 36px; }
}

/* ---- section rhythm (v6): coloured blocks become inset rounded panels, 80px beat between blocks ---- */
.yomi-band-photo, .yomi-band-navy, .yomi-collection { width: min(100% - 2 * var(--gutter), var(--max) - 2 * var(--gutter)); margin: 80px auto 0; border-radius: 36px; }
.yomi-band-copy { inset-inline-start: 64px; }
.yomi-band-navy .yomi-band-copy { inset-inline-start: 64px; }
.yomi-collection { padding: 64px 0; }
.yomi-collection > .yomi-container { width: auto; margin-inline: 56px; }
.yomi-band.yomi-reveal { transform: translateY(32px) scale(.985); }
.yomi-band.yomi-reveal.is-in { transform: none; }
.yomi-footer { border-radius: 36px 36px 0 0; }
.yomi-footer::before { border-radius: 36px 36px 0 0; }
@media (max-width: 1024px) {
  .yomi-band-copy { inset-inline-start: 40px; width: min(560px, calc(100% - 80px)); }
  .yomi-band-navy .yomi-band-copy { inset-inline-start: auto; margin-inline: 40px; width: auto; }
  .yomi-collection > .yomi-container { margin-inline: 40px; }
}
@media (max-width: 640px) {
  .yomi-band-photo, .yomi-band-navy, .yomi-collection { margin-top: 56px; border-radius: 22px; }
  .yomi-band-copy { inset-inline-start: 20px; width: calc(100% - 40px); }
  .yomi-band-navy .yomi-band-copy { margin-inline: 20px; }
  .yomi-collection { padding: 44px 0; }
  .yomi-collection > .yomi-container { margin-inline: 18px; }
  .yomi-footer, .yomi-footer::before { border-radius: 22px 22px 0 0; }
}

/* ---- stage pause button ------------------------------------------------- */
.yomi-stage-pause { position: absolute; top: -52px; inset-inline-end: 24px; z-index: 8; width: 40px; height: 40px; border-radius: 999px; background: rgba(10,8,6,0.55); border: 1px solid rgba(255,255,255,0.28); color: #fff; display: inline-flex; align-items: center; justify-content: center; pointer-events: auto; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background .2s ease; }
.yomi-stage-pause:hover { background: rgba(10,8,6,0.8); }
.yomi-stage-pause .ico-play { display: none; }
.yomi-stage.is-locked .yomi-stage-pause .ico-play { display: block; }
.yomi-stage.is-locked .yomi-stage-pause .ico-pause { display: none; }
.yomi-stage.is-locked .yomi-progress { opacity: 0; }

/* ---- long-form content (guides, legal pages) ---------------------------- */
.yomi-entry-content ol { list-style: decimal; padding-inline-start: 1.4em; }
.yomi-entry-content li + li { margin-top: .4em; }
.yomi-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.yomi-entry-content .yomi-lead-text { font-size: 21px; color: var(--muted); max-width: none; }
.yomi-entry-content table { width: 100%; border-collapse: collapse; font-size: 16px; }
.yomi-entry-content th, .yomi-entry-content td { border: 1px solid var(--line-2); padding: 10px 14px; text-align: start; }
.yomi-entry-content th { background: var(--paper); font-weight: 800; }
.yomi-entry-content strong { color: var(--navy); }
.yomi-page .yomi-entry { max-width: 820px; }
.yomi-page .yomi-entry-head .yomi-eyebrow-sm { display: block; margin-bottom: 10px; }

/* ---- accessibility menu ------------------------------------------------- */
.yomi-a11y { position: fixed; inset-inline-start: 18px; bottom: 18px; z-index: 1200; font-family: var(--font-body); }
.yomi-a11y-btn { width: 52px; height: 52px; border-radius: 999px; background: var(--navy); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px -10px rgba(11,31,46,0.6); transition: transform .2s ease, background .2s ease; }
.yomi-a11y-btn:hover { transform: translateY(-2px); background: var(--accent-dark); }
.yomi-a11y-panel { position: absolute; bottom: 62px; inset-inline-start: 0; width: 250px; background: var(--white); color: var(--navy); border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(11,31,46,0.45), 0 0 0 1px var(--line-2); padding: 12px; display: flex; flex-direction: column; gap: 6px; }
.yomi-a11y-panel[hidden] { display: none; }
.yomi-a11y-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 6px 8px; font-size: 16px; }
.yomi-a11y-close { width: 32px; height: 32px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); }
.yomi-a11y-close:hover { background: var(--paper); color: var(--navy); }
.yomi-a11y-panel [data-a11y] { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; text-align: start; padding: 10px 12px; border-radius: 12px; font-size: 15px; font-weight: 700; background: var(--paper); color: var(--navy); border: 1px solid transparent; }
.yomi-a11y-panel [data-a11y] small { font-size: 12px; color: var(--muted-2); font-weight: 600; }
.yomi-a11y-panel [data-a11y]:hover { border-color: var(--accent); }
.yomi-a11y-panel [data-a11y][aria-pressed="true"] { background: var(--navy); color: #fff; }
.yomi-a11y-panel [data-a11y][aria-pressed="true"] small { color: #BFE9FF; }
.yomi-a11y-reset { background: transparent !important; color: var(--muted) !important; font-weight: 600 !important; }
.yomi-a11y-link { font-size: 13px; font-weight: 700; padding: 6px 12px 2px; }
@media (max-width: 640px) { .yomi-a11y { inset-inline-start: 12px; bottom: 12px; } .yomi-a11y-btn { width: 46px; height: 46px; } .yomi-a11y-panel { width: min(250px, calc(100vw - 24px)); } }

/* accessibility modes (classes on <html>) */
html.a11y-text-1 { font-size: 125%; }
html.a11y-text-2 { font-size: 150%; }
html.a11y-text-1 body, html.a11y-text-2 body { font-size: 1.0625rem; }
html.a11y-text-1 .yomi-header-inner, html.a11y-text-2 .yomi-header-inner { height: auto; min-height: 84px; }
html.a11y-links a { text-decoration: underline !important; text-underline-offset: 3px; }
html.a11y-font body, html.a11y-font .display, html.a11y-font button, html.a11y-font input { font-family: Arial, "Segoe UI", sans-serif !important; letter-spacing: 0 !important; }
html.a11y-motion *, html.a11y-motion *::before, html.a11y-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
html.a11y-motion .yomi-reveal { opacity: 1 !important; transform: none !important; }
html.a11y-contrast body { background: #000; color: #fff; }
html.a11y-contrast .yomi-header, html.a11y-contrast .yomi-header.is-scrolled { background: #000; border-color: #fff; }
html.a11y-contrast .studio, html.a11y-contrast .yomi-ice, html.a11y-contrast .yomi-collection, html.a11y-contrast .yomi-card, html.a11y-contrast .yomi-guide, html.a11y-contrast .yomi-lead, html.a11y-contrast .yomi-contact, html.a11y-contrast .yomi-footer, html.a11y-contrast .yomi-band-navy, html.a11y-contrast .yomi-pcard, html.a11y-contrast .yomi-mega, html.a11y-contrast .yomi-drop, html.a11y-contrast .yomi-a11y-panel, html.a11y-contrast .yomi-channels li a, html.a11y-contrast .yomi-a11y-panel [data-a11y] { background: #000 !important; color: #fff !important; background-image: none !important; box-shadow: none !important; outline: 1px solid #fff; }
html.a11y-contrast .yomi-muted, html.a11y-contrast .yomi-muted-sm, html.a11y-contrast .yomi-muted-2, html.a11y-contrast p, html.a11y-contrast span, html.a11y-contrast small, html.a11y-contrast li, html.a11y-contrast td, html.a11y-contrast th, html.a11y-contrast h1, html.a11y-contrast h2, html.a11y-contrast h3, html.a11y-contrast strong, html.a11y-contrast label { color: #fff !important; }
html.a11y-contrast a, html.a11y-contrast .yomi-link, html.a11y-contrast .yomi-eyebrow-sm, html.a11y-contrast .accent { color: #FFEB3B !important; }
html.a11y-contrast .yomi-btn, html.a11y-contrast .yomi-plus, html.a11y-contrast .yomi-channel-ico, html.a11y-contrast .yomi-a11y-btn { background: #FFEB3B !important; color: #000 !important; border-color: #FFEB3B !important; }
html.a11y-contrast .yomi-btn span, html.a11y-contrast .yomi-btn * { color: #000 !important; }
html.a11y-contrast .yomi-field input, html.a11y-contrast .yomi-field textarea { background: #000 !important; color: #fff !important; border-color: #fff !important; }
html.a11y-contrast .yomi-band-img, html.a11y-contrast .yomi-stage-bg { filter: contrast(1.2); }
html.a11y-contrast .yomi-band-shade, html.a11y-contrast .yomi-stage-shade { background: rgba(0,0,0,0.6); }
html.a11y-contrast .yomi-a11y-panel [data-a11y][aria-pressed="true"] { background: #FFEB3B !important; color: #000 !important; }
html.a11y-contrast :focus-visible { outline: 3px solid #FFEB3B; }
html.a11y-contrast .yomi-menu-link, html.a11y-contrast .yomi-action, html.a11y-contrast button { color: #fff; }
html.a11y-contrast .yomi-menu-link.is-current, html.a11y-contrast .yomi-menu-item.is-current .yomi-menu-link { color: #FFEB3B; }
/* guide hero: cutout on the studio backdrop instead of a stretched photo */
.yomi-entry-media { border-radius: var(--radius); height: 420px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 28px; margin-bottom: 36px; overflow: hidden; }
.yomi-entry-media img { height: 360px; width: auto; margin: 0; border-radius: 0; filter: var(--shadow-cut); }
@media (max-width: 640px) { .yomi-entry-media { height: 300px; } .yomi-entry-media img { height: 250px; } }
.yomi-footer-line { font-size: 14px; color: #B7C8D6; font-weight: 600; margin-top: -4px; }

/* ---- cart drawer: full-screen sheet on phones/tablets, popover under the bag icon on desktop ---- */
.yomi-drawer-backdrop { position: fixed; inset: 0; background: rgba(11,31,46,0.45); z-index: 1100; opacity: 0; transition: opacity .3s ease; }
.yomi-drawer-backdrop[hidden] { display: none; }
.yomi-drawer-backdrop.is-in { opacity: 1; }
.yomi-drawer { position: fixed; z-index: 1101; background: var(--white); display: flex; flex-direction: column; }
.yomi-drawer[hidden] { display: none; }
.yomi-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); flex: none; }
.yomi-drawer-head strong { font-size: 20px; }
.yomi-drawer-close { width: 40px; height: 40px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); }
.yomi-drawer-close:hover { background: var(--paper); color: var(--navy); }
.yomi-drawer .widget_shopping_cart_content { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.yomi-drawer-items { flex: 1; overflow-y: auto; padding: 14px 22px; display: flex; flex-direction: column; gap: 12px; }
.yomi-drawer-item { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.yomi-drawer-thumb { height: 72px; border-radius: 12px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 6px; overflow: hidden; }
.yomi-drawer-thumb img { height: 60px; width: auto; }
.yomi-drawer-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.yomi-drawer-name { font-weight: 800; color: var(--navy); font-size: 15px; line-height: 1.25; }
.yomi-drawer-name:hover { color: var(--accent-dark); }
.yomi-drawer-qty { font-size: 13px; color: var(--muted); }
.yomi-drawer-qty .amount { font-weight: 700; color: var(--navy); }
.yomi-drawer-item .remove { width: 32px; height: 32px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted-2); }
.yomi-drawer-item .remove:hover { background: #FDECEE; color: #B4232C; }
.yomi-drawer-foot { padding: 16px 22px 20px; border-top: 1px solid var(--line); background: var(--paper); flex: none; }
.yomi-drawer-total { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; color: var(--muted); }
.yomi-drawer-total strong { font-family: var(--font-display); font-size: 22px; color: var(--navy); }
.yomi-drawer-fine { font-size: 12px; color: var(--muted-2); margin: 4px 0 12px; }
.yomi-drawer-buttons { display: flex; flex-direction: column; gap: 8px; }
.yomi-drawer-buttons .yomi-btn { width: 100%; height: 50px; }
.yomi-drawer-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; padding: 32px; }
.yomi-drawer-empty strong { font-size: 18px; }
.yomi-drawer-empty .yomi-btn { margin-top: 8px; }

/* phones + tablets: full-screen sheet sliding up */
@media (max-width: 1024px) {
  .yomi-drawer { inset: 0; width: 100vw; height: 100dvh; transform: translateY(100%); transition: transform .38s cubic-bezier(.2,.7,.2,1); }
  .yomi-drawer.is-in { transform: none; }
  .admin-bar .yomi-drawer { top: 46px; height: auto; }
  body.yomi-drawer-open { overflow: hidden; }
  .yomi-drawer-foot { padding-bottom: max(20px, env(safe-area-inset-bottom)); }
}
/* desktop: popover anchored to the bag icon */
@media (min-width: 1025px) {
  .yomi-drawer-backdrop { background: transparent; }
  .yomi-drawer { top: var(--pop-top, 100px); left: var(--pop-left, 64px); width: 400px; max-height: min(680px, calc(100vh - var(--pop-top, 100px) - 24px)); border-radius: 22px; box-shadow: 0 40px 80px -30px rgba(11,31,46,0.45), 0 0 0 1px var(--line); opacity: 0; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease; overflow: hidden; }
  .yomi-drawer.is-in { opacity: 1; transform: none; }
  .yomi-drawer::before { content: ""; position: absolute; top: -8px; left: var(--caret-x, 28px); width: 16px; height: 16px; background: var(--white); border-inline-start: 1px solid var(--line); border-top: 1px solid var(--line); transform: translateX(-50%) rotate(45deg); }
  .yomi-drawer-items { max-height: 360px; }
}
