/* Inter by The Inter Project Authors, SIL Open Font License 1.1.
   Self-hosted and loaded only when the Bundle page title selectors require it. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/InterVariable.woff2") format("woff2");
}

:root {
  --paper: #fff;
  --ink: #101820;
  --muted: #5c6870;
  --cyan: #159fba;
  --line: #dfe5e8;
  --soft: #f4f7f8;
  --shell: min(1280px, calc(100vw - 64px));
  --shadow: 0 2px 3px rgba(13, 25, 32, .18), 0 18px 35px rgba(20, 39, 49, .18), 0 44px 80px rgba(20, 39, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-top: 72px; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
main :where(section[id], article[id], div[id], h2[id], h3[id]) { scroll-margin-top: 116px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { color: #087f98; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #0a96b1; outline-offset: 4px; }
.site-shell { width: var(--shell); margin-inline: auto; }
.section-white { background: #fff; }
.narrow { max-width: 760px; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 22px; color: #69777f; font-size: 12px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid transparent; font-size: 15px; font-weight: 700; letter-spacing: .01em; }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: #26353d; color: #fff; }
.button--light { background: #fff; color: var(--ink); }
.button--light:hover { color: var(--ink); background: #eaf7fa; }
.button--outline { border-color: #aebbc1; background: #fff; color: var(--ink); }
.button--outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.text-link, .read-more { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; }
.text-link span, .read-more span { transition: transform .2s ease; }
.text-link:hover span, .read-more:hover span { transform: translateX(4px); }
.mobile-title-break { display: none; }

header.wp-block-template-part { position: fixed; z-index: 50; inset: 0 0 auto; padding: 0; }
.site-header { position: relative; width: 100%; margin: 0; background: #0d1418; color: #fff; border: 0; border-radius: 0; box-shadow: 0 5px 18px rgba(13, 24, 30, .18); }
.header-inner { width: var(--shell); min-height: 72px; padding-inline: 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 730; letter-spacing: -.02em; }
.site-header .brand, .site-header .brand:hover { color: #fff; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav a { font-size: 14px; font-weight: 610; }
.site-header .primary-nav a { color: #fff; }
.site-header .primary-nav a:hover { color: #92deed; }
.site-header a:focus { outline: 3px solid #92deed; outline-offset: 4px; }
.site-header .primary-nav a[aria-current="page"], .site-header .primary-nav .current-menu-item > a { color: #fff; text-decoration: underline; text-decoration-color: #2bb4ce; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.primary-nav .utility-link { color: #fff; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 0; background: transparent; color: #fff; font-size: 14px; font-weight: 700; }

.hero { padding: 54px 0 48px; overflow: hidden; background: #f3fbfd; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: 52px; align-items: center; }
.hero-layout > * { min-width: 0; }
.hero-copy { max-width: 540px; text-align: left; }
.hero h1 { margin: 0; font-size: clamp(46px, 3.55vw, 52px); font-weight: 610; letter-spacing: -.045em; line-height: .98; }
.hero-intro { max-width: 535px; margin: 25px 0 0; color: var(--muted); font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; justify-content: flex-start; align-items: center; gap: 12px; margin-top: 30px; }
.product-carousel { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; }
.carousel-mobile-title { display: none; }
.carousel-stage { position: relative; width: 100%; max-width: 100%; min-height: 515px; overflow: hidden; }
.carousel-slide { position: absolute; inset: 0; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; display: grid; align-content: center; justify-items: center; opacity: 0; visibility: hidden; transform: translateX(-36px); transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.carousel-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.carousel-slide p { margin: 33px 0 0; font-size: 15px; font-weight: 650; letter-spacing: .02em; }
.carousel-product { display: grid; place-items: center; width: 100%; max-width: 100%; min-width: 0; height: 435px; overflow: hidden; }
.carousel-product img, .product-visual img { filter: none; opacity: 1; transform: none; }
.carousel-product img { box-shadow: var(--shadow); }
.carousel-product img { width: auto; height: auto; max-width: 100%; max-height: 435px; object-fit: contain; }
.carousel-product--eq img { max-width: min(680px, 96%); }
.carousel-product--eq-original img { max-width: min(680px, 96%); }
.carousel-product--makkes img { max-width: min(650px, 94%); }
.carousel-product--verb img { max-width: min(720px, 100%); }
.carousel-product--capture img { max-width: min(720px, 100%); }
.carousel-controls { display: grid; grid-template-columns: 48px auto 48px; justify-content: center; align-items: center; gap: 22px; }
.carousel-controls > button { width: 48px; height: 48px; border: 1px solid #cad3d7; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; }
.carousel-controls > button:hover { border-color: #7f9199; }
.carousel-dots { display: flex; gap: 9px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #bdc7cc; cursor: pointer; }
.carousel-dots button.is-active { background: var(--ink); transform: scale(1.25); }

@media (min-width: 981px) {
  .hero-layout { align-items: start; }
  .hero-copy { margin-top: 11px; }
  .manifesto h2 { white-space: nowrap; }
  .product-story--cv .story-copy h2 { white-space: nowrap; }
  .story-grid,
  .cv-intro-grid,
  .feature-row,
  .technology-pillar { align-items: start; }
}

.manifesto { padding: 58px 0 56px; border-top: 1px solid var(--line); }
.manifesto-grid { display: block; text-align: center; }
.manifesto-grid .eyebrow { margin-bottom: 20px; }
.manifesto h2 { margin: 0 auto; max-width: 1120px; font-size: clamp(36px, 3vw, 42px); font-weight: 590; letter-spacing: -.04em; line-height: 1.08; }
.manifesto-copy { max-width: 860px; margin: 21px auto 0; color: var(--muted); }
.manifesto-copy p { margin: 0; }
.manifesto-copy p + p { margin-top: 12px; }

.product-story { padding: 58px 0; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr); gap: 68px; align-items: center; }
.story-grid--reverse { grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr); }
.story-grid--reverse .product-visual { grid-column: 2; }
.story-grid--reverse .story-copy { grid-column: 1; grid-row: 1; }
.product-visual { margin: 0; display: grid; place-items: center; min-width: 0; }
.product-visual img { box-shadow: var(--shadow); }
.product-visual--eq img { width: 94%; }
.product-visual--makkes img { width: 94%; }
.product-visual--verb img { width: 100%; }
.story-copy { max-width: 540px; }
.product-name { margin: 0 0 15px; font-size: 25px; font-weight: 730; letter-spacing: -.03em; }
.story-copy h2 { margin: 0 0 25px; font-size: clamp(32px, 2.75vw, 40px); font-weight: 570; letter-spacing: -.04em; line-height: 1.04; }
.story-copy > p:not(.product-name):not(.signature) { margin: 0 0 23px; color: #4f5c64; font-size: 17px; line-height: 1.7; }
.signature { margin: 0 0 26px; font-size: 17px; font-weight: 700; line-height: 1.55; }
.product-story--cv { padding-block: 56px; }
.cv-stack { display: grid; gap: 54px; }
.product-visual--capture img { width: 100%; }
.product-visual--cvverb img { width: 92%; }
.product-story--cv .story-grid { display: flex; flex-direction: column; align-items: stretch; gap: 34px; }
.product-story--cv .story-copy { order: 1; width: min(860px, 100%); max-width: none; margin-inline: auto; text-align: center; }
.product-story--cv .story-copy .product-name { margin-bottom: 10px; }
.product-story--cv .story-copy h2 { margin-bottom: 20px; }
.product-story--cv .story-copy > p:not(.product-name):not(.signature) { max-width: 820px; margin: 0 auto 18px; }
.product-story--cv .story-copy .signature { margin-bottom: 22px; }
.product-story--cv .cv-stack { order: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px; width: 100%; }
.product-story--cv .cv-stack,
.product-story--cv .cv-stack .product-visual { grid-column: auto; grid-row: auto; }
.product-story--cv .cv-stack .product-visual { min-height: 330px; }
.product-story--cv .cv-stack img { width: auto; max-width: 100%; max-height: 320px; }

.product-story:not(.product-story--cv) .story-grid { display: flex; flex-direction: column; align-items: stretch; gap: 34px; }
.product-story:not(.product-story--cv) .story-copy { order: 1; width: min(860px, 100%); max-width: none; margin-inline: auto; text-align: center; }
.product-story:not(.product-story--cv) .product-visual { order: 2; width: 100%; grid-column: auto; grid-row: auto; }
.product-story:not(.product-story--cv) .product-visual img { width: auto; max-width: 100%; max-height: 560px; }

@media (min-width: 981px) {
  #analoc-eq .story-grid,
  #analoc-makkes .story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 68px; align-items: start; }
  #analoc-eq .story-copy,
  #analoc-makkes .story-copy { order: initial; width: auto; max-width: none; margin: 0; text-align: left; }
  #analoc-eq .product-visual,
  #analoc-makkes .product-visual { order: initial; width: 100%; }
  #analoc-eq .story-copy { grid-column: 1; grid-row: 1; }
  #analoc-eq .product-visual { grid-column: 2; grid-row: 1; }
  #analoc-makkes .product-visual { grid-column: 1; grid-row: 1; }
  #analoc-makkes .story-copy { grid-column: 2; grid-row: 1; }
}

.technology-invite { margin-top: 40px; padding: 56px 0; background: #fff; color: var(--ink); border-block: 1px solid var(--line); }
.technology-invite .eyebrow { color: #0b7084; }
.tech-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px 80px; align-items: end; }
.tech-grid .eyebrow { grid-column: 1 / -1; }
.tech-grid h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); letter-spacing: -.045em; }
.tech-grid > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.tech-grid .button { justify-self: start; grid-column: 2; }
.homepage-videos { padding: 64px 0 68px; border-top: 1px solid var(--line); background: #fff; }
.homepage-videos h2 { margin: 0 0 30px; text-align: center; font-size: clamp(28px,2.5vw,34px); letter-spacing: -.04em; }
.video-library { width: min(1160px, 94%); margin-inline: auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.video-library--single { width: min(960px, 100%); grid-template-columns: minmax(0,960px); justify-content: center; }
.video-facade,
.video-player { width: 100%; aspect-ratio: 16 / 9; border: 0; background: #111a1f; box-shadow: 0 16px 34px rgba(20,35,43,.14); }
.video-facade { position: relative; overflow: hidden; display: grid; place-items: center; padding: 0; color: #fff; cursor: pointer; }
.video-facade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; transition: transform .25s ease, opacity .25s ease; }
.video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,13,16,.06),rgba(8,13,16,.58)); }
.video-facade:hover img { transform: scale(1.025); opacity: .9; }
.video-facade__play { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; padding-left: 4px; border-radius: 50%; background: rgba(8,17,22,.9); color: #fff; font-size: 21px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.video-facade__title { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 15px; color: #fff; font-size: 15px; font-weight: 700; text-align: left; }
.video-facade:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.closing { padding: 80px 0 86px; text-align: center; }
.closing h2 { margin: 0; font-size: clamp(44px, 4.7vw, 68px); letter-spacing: -.05em; }
.closing > .site-shell > p:not(.eyebrow) { color: var(--muted); margin: 24px auto; }

.site-footer { padding: 76px 0 28px; background: #121b20; color: #d7dfe2; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.brand--footer { color: #fff; font-size: 19px; }
.brand--footer:hover { color: #fff; }
.footer-brand p { max-width: 330px; color: #9fadb3; font-size: 14px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.footer-social a { display: inline-flex; align-items: center; gap: 8px; color: #c5d1d6; font-size: 13px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.footer-social a img { width: 20px; height: 20px; display: block; }
.footer-social a:hover { color: #fff; }
.footer-social a:focus-visible,
.contact-social a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.contact-social { display: flex; flex-wrap: wrap; gap: 16px; margin: 24px 0 36px; }
.contact-social a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); text-decoration: none; font-weight: 700; }
.contact-social a:hover { color: #087aa5; }
.contact-social img { width: 28px; height: 28px; display: block; }
.mixondaw-contact-form { width: min(680px, 100%); }
.mixondaw-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.mixondaw-contact-field { margin: 0; }
.mixondaw-contact-field--full { grid-column: 1 / -1; }
.mixondaw-contact-field label { display: block; margin-bottom: 7px; color: var(--ink); font-weight: 750; }
.mixondaw-contact-field .required { color: #b4382a; }
.mixondaw-contact-field input,
.mixondaw-contact-field textarea { width: 100%; box-sizing: border-box; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); padding: 13px 14px; font: inherit; }
.mixondaw-contact-field input { min-height: 48px; }
.mixondaw-contact-field textarea { resize: vertical; min-height: 150px; }
.mixondaw-contact-field input:focus-visible,
.mixondaw-contact-field textarea:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; border-color: #0b7084; }
.mixondaw-contact-error { display: block; margin-top: 6px; color: #b4382a; font-size: 13px; }
.mixondaw-contact-hp { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.mixondaw-contact-notice { margin: 0 0 18px; padding: 13px 15px; border-radius: 7px; font-weight: 650; }
.mixondaw-contact-notice--success { border: 1px solid #b6d8a6; background: #f1f9ed; color: #28622a; }
.mixondaw-contact-notice--error { border: 1px solid #e8b7b0; background: #fff3f1; color: #8c2f24; }
.mixondaw-contact-submit { margin: 24px 0 0; }
.mixondaw-contact-submit .button { min-width: 180px; min-height: 52px; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid nav h2 { margin: 0 0 10px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid nav a { color: #aeb9be; font-size: 14px; }
.footer-grid nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 22px; border-top: 1px solid #2a363c; color: #7f8d93; font-size: 12px; }
.footer-bottom p { margin: 0; }

.page-main { width: var(--shell); max-width: 100%; min-height: 60vh; margin-inline: auto; padding: 68px 0 80px; }
.page-main > * { max-width: 780px; margin-inline: auto; }
.page-main > .alignwide, .page-main > .wp-block-html { max-width: 1120px; }
.page-main > .entry-content:has(> .product-editorial),
.page-main > .entry-content:has(> .product-catalog),
.page-main > .entry-content:has(> .product-editorial--makkes),
.page-main > .entry-content:has(> .product-editorial--cv),
.page-main > .entry-content:has(> .product-editorial--verb),
.page-main > .entry-content:has(> .technology-editorial),
.page-main > .entry-content:has(> .expansions-landing),
.page-main > .entry-content:has(> .bverb7-page),
.page-main > .entry-content:has(> .mixondaw-bundle-page) { width: 100%; max-width: 1240px; }
.page-hero { margin-bottom: 50px; }
.page-hero h1 { margin: 0; max-width: 920px; font-size: clamp(40px, 3.2vw, 46px); letter-spacing: -.045em; line-height: 1.04; }
.page-hero .lede { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 20px; }
.content-section { margin: 56px 0; }
.content-section h2 { margin: 0 0 22px; font-size: clamp(29px, 2.5vw, 36px); }
.content-section h3 { margin: 36px 0 12px; font-size: 24px; }
.content-section p, .content-section li { color: #46545c; }
.content-section a { text-decoration: underline; }
.product-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { display: flex; min-height: 260px; flex-direction: column; padding: 32px; border: 1px solid var(--line); background: #fff; transition: box-shadow .2s ease, transform .2s ease; }
.product-card:hover { box-shadow: 0 18px 40px rgba(25,45,55,.1); transform: translateY(-3px); color: var(--ink); }
.product-card h2 { margin: 0 0 12px; font-size: 29px; }
.product-card__title-link { color: inherit; }
.product-card p { color: var(--muted); }
.product-card .read-more { margin-top: auto; }
.product-card__visual { min-height: 170px; display: grid; place-items: center; margin: -8px 0 24px; }
.product-card__visual img { width: auto; max-height: 170px; box-shadow: var(--shadow); }
.product-catalog { width: min(1240px, 100%); max-width: none !important; margin-inline: auto; }
.product-catalog .page-hero { max-width: 900px; margin-inline: auto; text-align: center; }
.product-catalog .page-hero .lede { margin-inline: auto; }
.product-catalog .product-index { gap: 44px 36px; }
.product-catalog .product-card { min-height: 530px; align-items: center; padding: 0 8px 30px; border: 0; border-bottom: 1px solid var(--line); text-align: center; }
.product-catalog .product-card:hover { box-shadow: none; transform: translateY(-4px); }
.product-catalog .product-card__visual { min-height: 300px; margin: 0 0 30px; padding: 18px; background: linear-gradient(180deg, #fff 0%, #f7f9fa 100%); }
.product-catalog .product-card__visual img { width: auto; max-width: 100%; max-height: 265px; }
.product-card__category { margin-bottom: 8px; color: #66757d; font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.product-catalog .product-card h2 { margin-bottom: 10px; font-size: 32px; letter-spacing: -.035em; }
.product-catalog .product-card p { max-width: 520px; margin: 0 auto 24px; }
.product-page-visual { margin: 48px 0 58px; display: grid; place-items: center; }
.product-page-visual img { max-height: 680px; width: auto; box-shadow: var(--shadow); }
.product-editorial { max-width: 1120px; margin-inline: auto; }
.product-editorial .content-section { max-width: 780px; margin-inline: auto; }
.product-definition { max-width: 780px; margin: -22px auto 52px; padding: 18px 22px; border-left: 3px solid var(--cyan); background: var(--soft); color: #34434b; font-size: 18px; line-height: 1.65; }
.product-definition strong { color: var(--ink); }
.product-faq .faq-list { margin-top: 6px; }
.editorial-hero { margin: 12px 0 62px; }
.editorial-hero img { width: 100%; box-shadow: var(--shadow); }
.product-editorial--makkes, .product-editorial--cv, .product-editorial--verb { max-width: 1240px; }
.cv-intro-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; margin-bottom: 58px; }
.cv-intro-grid .page-hero { max-width: 820px; margin: 0 auto; text-align: center; }
.cv-intro-copy { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.cv-hero-composition { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; align-items: center; width: min(1080px, 100%); margin: 0 auto; }
.cv-hero-composition figure { margin: 0; min-width: 0; }
.cv-hero-composition img { width: 100%; box-shadow: var(--shadow); }
.cv-pair-caption { max-width: 900px; margin: 0 auto; color: #46545c; text-align: center; }
.cv-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; max-width: 960px; margin: 58px auto; }
.cv-flow__step { min-height: 104px; display: grid; align-content: center; padding: 20px 18px; border: 1px solid var(--line); background: #fff; text-align: center; box-shadow: 0 10px 26px rgba(20,39,49,.07); }
.cv-flow__step small { color: #6a7880; font-size: 11px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.cv-flow__step strong { margin-top: 4px; font-size: 18px; }
.cv-flow__arrow { color: var(--cyan); font-size: 25px; }
.feature-row { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: 52px; align-items: center; margin: 58px 0; }
.feature-row--reverse { grid-template-columns: minmax(0,1.18fr) minmax(300px,.82fr); }
.feature-row--reverse .feature-copy { grid-column: 2; }
.feature-row--reverse .feature-visual { grid-column: 1; grid-row: 1; }
.feature-copy .eyebrow { margin-bottom: 15px; }
.feature-copy h2 { margin: 0 0 20px; font-size: clamp(27px,2.2vw,32px); letter-spacing: -.035em; line-height: 1.08; }
.feature-copy p { color: #46545c; }
.feature-visual { margin: 0; min-width: 0; }
.feature-visual img { width: 100%; box-shadow: var(--shadow); }
.feature-visual--portrait { display: grid; place-items: center; }
.feature-visual--portrait img { width: auto; max-height: 720px; }
.feature-visual figcaption { max-width: 620px; margin-top: 14px; color: #69777f; font-size: 13px; }
.feature-crop { overflow: hidden; background: #10171d; box-shadow: var(--shadow); }
.feature-crop img { box-shadow: none; transform: scale(1.015); }
.feature-crop figcaption { margin: 0; padding: 12px 14px 14px; color: #d6e0e4; }
.product-editorial--cv .feature-row, .product-editorial--verb .feature-row, .product-editorial--makkes .feature-row { grid-template-columns: minmax(320px,.76fr) minmax(0,1.24fr); }
.product-editorial--cv .feature-row--reverse, .product-editorial--verb .feature-row--reverse, .product-editorial--makkes .feature-row--reverse { grid-template-columns: minmax(0,1.24fr) minmax(320px,.76fr); }
.product-editorial--cv .cv-flow { max-width: 1080px; }

.technology-editorial { width: min(1240px, 100%); max-width: none !important; margin-inline: auto; }
.technology-editorial > .page-hero { max-width: 980px; margin: 0 0 70px; }
.technology-pillar { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: 64px; align-items: center; padding: 58px 0; border-top: 1px solid var(--line); }
.technology-pillar--reverse { grid-template-columns: minmax(0,1.18fr) minmax(300px,.82fr); }
.technology-pillar--reverse > div { grid-column: 2; }
.technology-pillar--reverse > figure { grid-column: 1; grid-row: 1; }
.technology-pillar h2 { margin: 0 0 20px; font-size: clamp(30px,2.7vw,40px); letter-spacing: -.04em; line-height: 1.05; }
.technology-pillar > div > p:last-child { margin: 0; color: #46545c; }
.technology-visual { margin: 0; display: grid; place-items: center; min-width: 0; }
.technology-visual img { width: 100%; box-shadow: var(--shadow); }
.technology-visual--pair { gap: 26px; }
.technology-visual--pair img { width: 100%; max-width: 100%; height: auto; object-fit: contain; }
.feature-quote { max-width: 900px; margin: 66px auto; padding: 48px 54px; background: var(--soft); text-align: center; }
.feature-quote p { margin: 0; color: var(--ink); font-size: clamp(28px,3vw,42px); font-weight: 610; letter-spacing: -.04em; line-height: 1.16; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.spec-grid div { position: relative; isolation: isolate; overflow: hidden; min-height: 150px; display: grid; align-content: center; padding: 28px; background: linear-gradient(135deg,rgba(255,255,255,.98),rgba(244,249,250,.94)); }
.spec-grid div::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.spec-grid div:nth-child(1)::before { background: radial-gradient(circle at 90% 18%,rgba(20,159,186,.2),transparent 33%), repeating-linear-gradient(90deg,rgba(17,116,137,.045) 0 1px,transparent 1px 20px); mask-image: linear-gradient(90deg,transparent 42%,#000 100%); }
.spec-grid div:nth-child(2)::before { background: radial-gradient(circle at 88% 22%,rgba(55,183,207,.18),transparent 34%), repeating-linear-gradient(135deg,rgba(35,120,139,.055) 0 1px,transparent 1px 18px); mask-image: linear-gradient(110deg,transparent 35%,#000 100%); }
.spec-grid div:nth-child(3)::before { background: repeating-radial-gradient(circle at 88% 60%,rgba(193,117,64,.14) 0 1px,transparent 2px 20px), radial-gradient(circle at 88% 60%,rgba(25,160,185,.13),transparent 44%); mask-image: linear-gradient(90deg,transparent 38%,#000 100%); }
.spec-grid div:nth-child(4)::before { background: radial-gradient(ellipse at 84% 42%,transparent 0 14%,rgba(28,166,192,.12) 15% 16%,transparent 17% 27%,rgba(28,166,192,.1) 28% 29%,transparent 30%), linear-gradient(120deg,transparent 45%,rgba(200,125,72,.1) 100%); }
.spec-grid div::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 2px; background: linear-gradient(90deg,transparent,rgba(21,159,186,.32),transparent); }
.spec-grid dt { color: #69777f; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.spec-grid dd { margin: 6px 0 0; font-weight: 650; }
.notice { padding: 24px 26px; border-left: 3px solid var(--cyan); background: var(--soft); color: #405058; }
.product-editorial--verb .favorites-section { max-width: 1120px; }
.favorites-section > p { max-width: 940px; }
.favorites-showcase { display: grid; grid-template-columns: 1fr; gap: 42px; margin-top: 38px; }
.favorites-showcase .feature-visual { width: 100%; }
.favorites-showcase .feature-visual img,
.favorites-showcase .feature-visual:first-child img { width: 100%; max-height: none; }
.verb-cv-cta { margin: 72px 0 18px; padding: 58px 64px; background: radial-gradient(circle at 86% 20%,rgba(21,159,186,.13),transparent 34%), linear-gradient(135deg,#f7fbfc,#fff 62%); border: 1px solid var(--line); text-align: center; }
.verb-cv-cta .product-name { margin-bottom: 10px; }
.verb-cv-cta h2 { margin: 0 auto 16px; max-width: 920px; font-size: clamp(30px,3.2vw,44px); letter-spacing: -.045em; line-height: 1.06; }
.verb-cv-cta > p:not(.product-name) { max-width: 760px; margin: 0 auto 28px; color: var(--muted); }

.expansions-landing,
.bverb7-page { width: min(1180px, 100%); max-width: none !important; margin-inline: auto; }
.expansions-landing > .page-hero { max-width: 820px; margin-inline: auto; text-align: center; }
.expansions-landing > .page-hero .lede { margin-inline: auto; }
.expansion-feature { display: grid; grid-template-columns: minmax(340px, .95fr) minmax(340px, 1.05fr); gap: 68px; align-items: center; padding: 42px; border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: 0 24px 60px rgba(22,42,52,.08); transition: transform .2s ease, box-shadow .2s ease; }
.expansion-feature:hover { color: var(--ink); transform: translateY(-3px); box-shadow: 0 30px 72px rgba(22,42,52,.12); }
.expansion-feature__visual { margin: 0; display: grid; place-items: center; }
.expansion-feature__visual img { width: min(100%, 470px); filter: drop-shadow(0 24px 28px rgba(25,38,45,.18)); }
.expansion-feature__copy h2 { margin: 0 0 14px; font-size: clamp(42px,5vw,64px); letter-spacing: -.055em; line-height: 1; }
.expansion-feature__heading { display: flex; align-items: center; gap: 18px; margin: 0 0 20px; }
.expansion-feature__heading h2,
.expansion-feature__heading .expansion-status { margin: 0; }
.expansion-feature__copy h3 { margin: 0 0 20px; font-size: 24px; letter-spacing: -.025em; line-height: 1.18; }
.expansion-feature__copy > p { color: var(--muted); }
.expansion-facts { display: grid; gap: 5px; margin: 28px 0; }
.expansion-facts strong { color: var(--ink); font-size: 18px; }
.expansion-facts span { font-size: 14px; letter-spacing: .025em; }
.expansion-feature .button { justify-self: start; }

.expansion-hero { max-width: 920px; margin-inline: auto; text-align: center; }
.expansion-hero__visual { margin: 0 0 28px; display: grid; place-items: center; }
.expansion-hero__visual img { width: min(100%, 560px); filter: drop-shadow(0 30px 34px rgba(25,38,45,.2)); }
.expansion-hero h1 { margin: 0 0 14px; font-size: clamp(54px,7vw,86px); letter-spacing: -.06em; line-height: .98; }
.expansion-hero__heading { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 0 0 22px; }
.expansion-hero__heading h1,
.expansion-hero__heading .expansion-status { margin: 0; }
.expansion-hero h2 { margin: 0 0 22px; font-size: clamp(27px,3vw,38px); letter-spacing: -.04em; line-height: 1.08; }
.expansion-hero > p:not(.expansion-signature) { max-width: 840px; margin: 0 auto; color: #4b5961; }
.expansion-signature { margin: 24px 0 0; font-size: 19px; font-weight: 750; }
.expansion-compatibility { max-width: 840px; margin: 72px auto; padding: 42px 48px; border: 1px solid var(--line); background: var(--soft); text-align: center; }
.expansion-compatibility h2,
.expansion-availability h2 { margin: 0 0 16px; font-size: 30px; letter-spacing: -.035em; }
.expansion-compatibility p { margin: 0 auto; color: #47565e; }
.expansion-requirement { margin-top: 14px !important; color: var(--ink) !important; font-weight: 750; }
.preset-library { margin-top: 76px; }
.preset-library__intro { max-width: 900px; margin: 0 auto 46px; text-align: center; }
.preset-library__intro h2 { margin: 0 0 14px; font-size: clamp(36px,4vw,50px); letter-spacing: -.05em; }
.preset-library__lede { margin: 0 0 12px; color: var(--ink); font-size: 21px; font-weight: 700; }
.preset-library__intro > p:last-of-type { max-width: 780px; margin-inline: auto; color: var(--muted); }
.preset-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.preset-nav a { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 15px; border: 1px solid #bdc8cd; color: var(--ink); font-size: 14px; font-weight: 700; }
.preset-nav a:hover { border-color: var(--ink); color: var(--ink); }
.preset-categories { border-top: 1px solid var(--line); }
.preset-category { scroll-margin-top: 100px; display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 46px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.preset-category header h3 { margin: 0; font-size: 26px; letter-spacing: -.035em; }
.preset-category header p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.preset-category ul { list-style: none; columns: 3; column-gap: 38px; margin: 0; padding: 0; }
.preset-category li { break-inside: avoid; margin: 0 0 10px; color: #34434b; font-size: 15px; line-height: 1.45; }
.expansion-availability { max-width: 840px; margin: 72px auto 0; text-align: center; }
.expansion-availability .notice { text-align: left; }
.content-section .product-index { grid-auto-rows: 1fr; }
.content-section .product-index .product-card { position: relative; isolation: isolate; min-height: 270px; overflow: hidden; padding: 32px; }
.content-section .product-index .product-card::before { content: ""; position: absolute; z-index: -2; inset: 16px; background-repeat: no-repeat; background-position: center; background-size: contain; opacity: .48; }
.content-section .product-index .product-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.8) 34%, rgba(255,255,255,.3) 62%, rgba(255,255,255,.05) 100%); }
.content-section .product-index .product-card:nth-child(1)::before { background-image: url("../images/mixondaw-analoc-eq-plugin-interface.webp"); }
.content-section .product-index .product-card:nth-child(2)::before { background-image: url("../images/mixondaw-analoc-makkes-plugin-interface.webp"); }
.content-section .product-index .product-card:nth-child(3)::before { background-image: url("../images/mixondaw-analoc-capture-acir-interface.webp"); }
.content-section .product-index .product-card:nth-child(4)::before { background-image: url("../images/mixondaw-analoc-verb-plugin-interface.webp"); }
.content-section .product-index .product-card > * { position: relative; z-index: 1; }
.content-section .product-index .product-card .read-more { align-self: flex-start; }
.faq-list details { padding: 24px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: 19px; font-weight: 700; }
.faq-list details p { margin-bottom: 0; }
.legal-meta { padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.not-found { min-height: 66vh; display: grid; align-items: center; padding: 96px 0; text-align: center; }
.not-found h1 { margin: 0; font-size: clamp(44px, 5vw, 70px); }
.not-found p:not(.eyebrow) { color: var(--muted); }
.search-page .wp-block-search { margin-block: 32px 48px; }
.wp-block-search__input, .woocommerce input.input-text, .woocommerce textarea { min-height: 48px; border: 1px solid #bdc8cd; padding: 10px 14px; }
.wp-element-button, .woocommerce button.button, .woocommerce a.button { border-radius: 0 !important; background: var(--ink) !important; color: #fff !important; }
.woocommerce-account .page-main > .woocommerce { width: min(1040px, 100%); max-width: none; }
.woocommerce-account .page-main > .entry-content { width: 100%; max-width: 1040px; }
.woocommerce-account .woocommerce h2 { margin: 0 0 22px; font-size: 30px; letter-spacing: -.035em; }
.woocommerce-account .woocommerce .u-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.woocommerce-account .woocommerce .u-columns::before, .woocommerce-account .woocommerce .u-columns::after { display: none !important; content: none !important; }
.woocommerce-account .woocommerce .u-column1, .woocommerce-account .woocommerce .u-column2 { width: auto; float: none; padding: 34px; border: 1px solid var(--line); background: #fff; }
.woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.register { min-height: 360px; margin: 0; padding: 0; border: 0; }
.woocommerce-account .woocommerce label { color: #37464e; font-size: 14px; font-weight: 700; }
.woocommerce-account .woocommerce input.input-text { width: 100%; border-color: #afbdc3; background: #fbfcfc; transition: border-color .2s ease, box-shadow .2s ease; }
.woocommerce-account .woocommerce input.input-text:focus { border-color: #0a8ca6; box-shadow: 0 0 0 3px rgba(21,159,186,.12); outline: 0; }
.woocommerce-account .woocommerce-LostPassword { margin-top: 22px; font-size: 14px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message, .wc-block-components-notice-banner { border: 0 !important; border-left: 3px solid var(--cyan) !important; border-radius: 0 !important; background: var(--soft) !important; color: #314149 !important; box-shadow: none !important; }
.woocommerce-cart .wp-site-blocks main, .woocommerce-checkout .wp-site-blocks main { width: min(1120px, calc(100vw - 64px)); margin-inline: auto; padding: 68px 0 80px; }
.woocommerce-cart .wc-block-cart, .woocommerce-checkout .wc-block-checkout { padding: 32px; border: 1px solid var(--line); background: #fff; }
.woocommerce-cart .wc-block-cart__empty-cart__title { margin: 0; font-size: clamp(34px,3.2vw,46px); letter-spacing: -.04em; }
.woocommerce .button, .wc-block-components-button { min-height: 48px; border-radius: 0 !important; font-weight: 700; }

@media (min-width: 981px) {
  .story-grid,
  .cv-intro-grid,
  .feature-row,
  .technology-pillar { align-items: start; }
  .story-grid,
  .story-grid--reverse { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-copy { max-width: none; }
  .product-name { font-size: 32px; }
  .story-copy h2 { font-size: 25px; white-space: nowrap; }
  .feature-row,
  .product-editorial--cv .feature-row,
  .product-editorial--verb .feature-row,
  .product-editorial--makkes .feature-row { grid-template-columns: minmax(0, .46fr) minmax(0, .54fr); }
  .feature-row--reverse,
  .product-editorial--cv .feature-row--reverse,
  .product-editorial--verb .feature-row--reverse,
  .product-editorial--makkes .feature-row--reverse { grid-template-columns: minmax(0, .54fr) minmax(0, .46fr); }
  .feature-copy h2 { font-size: clamp(24px, 1.8vw, 26px); white-space: nowrap; }
  .technology-pillar { grid-template-columns: minmax(0, .43fr) minmax(0, .57fr); }
  .technology-pillar--reverse { grid-template-columns: minmax(0, .57fr) minmax(0, .43fr); }
  .technology-pillar h2 { font-size: 30px; white-space: nowrap; }
  .product-catalog .page-hero h1 { white-space: nowrap; }
  .hero h1,
  .manifesto h2,
  .product-story--cv .story-copy h2,
  .page-hero h1,
  .content-section h2,
  .feature-quote p,
  .closing h2 { white-space: nowrap; }
  .hero h1 { font-size: 32px; line-height: 1.04; }
  .feature-quote p { font-size: 32px; }
  .technology-invite .tech-grid { grid-template-columns: 1fr; justify-items: center; gap: 18px; text-align: center; }
  .technology-invite .tech-grid .eyebrow { margin-bottom: 2px; }
  .technology-invite .tech-grid h2 { max-width: 1120px; font-size: 38px; line-height: 1.08; white-space: nowrap; }
  .technology-invite .tech-grid > p:not(.eyebrow) { max-width: 860px; }
  .technology-invite .tech-grid .button { grid-column: auto; justify-self: center; margin-top: 6px; }
  .technology-editorial > .page-hero { max-width: 100%; }
  .technology-editorial > .page-hero h1 { max-width: none; font-size: 28px; letter-spacing: -.04em; }
  .expansion-hero h1,
  .expansion-hero h2 { white-space: nowrap; }
  .homepage-videos h2 { white-space: nowrap; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .primary-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; max-height: calc(100vh - 104px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 22px; background: #0d1418; border: 1px solid #263239; border-radius: 14px; box-shadow: 0 16px 30px rgba(20,35,43,.2); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 4px; font-size: 16px; }
  body.menu-open { overflow: hidden; }
  .hero { padding-top: 58px; }
  .hero-layout { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 690px; text-align: center; justify-self: center; }
  .hero-intro { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .carousel-stage { min-height: 485px; }
  .carousel-product { min-height: 380px; }
  .manifesto-grid, .story-grid, .story-grid--reverse, .tech-grid { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 28px; }
  .story-grid { gap: 52px; }
  .story-grid--reverse .product-visual, .story-grid--reverse .story-copy, .tech-grid .button { grid-column: auto; grid-row: auto; }
  .story-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1.6fr repeat(2, 1fr); }
  .footer-grid nav:last-child { grid-column: 2; }
  .cv-intro-grid, .cv-hero-composition, .feature-row, .feature-row--reverse, .technology-pillar, .technology-pillar--reverse { grid-template-columns: 1fr; }
  .feature-row--reverse .feature-copy, .feature-row--reverse .feature-visual { grid-column: auto; grid-row: auto; }
  .product-editorial--cv .feature-row, .product-editorial--verb .feature-row, .product-editorial--makkes .feature-row, .product-editorial--cv .feature-row--reverse, .product-editorial--verb .feature-row--reverse, .product-editorial--makkes .feature-row--reverse { grid-template-columns: 1fr; }
  .favorites-showcase { grid-template-columns: 1fr; gap: 30px; }
  .technology-pillar--reverse > div, .technology-pillar--reverse > figure { grid-column: auto; grid-row: auto; }
  .cv-intro-grid { gap: 36px; }
  .cv-flow { grid-template-columns: 1fr; max-width: 520px; }
  .cv-flow__arrow { transform: rotate(90deg); text-align: center; }
  .product-story--cv .story-copy h2 { white-space: normal; }
  .product-story--cv .cv-stack { grid-template-columns: 1fr; gap: 34px; }
  .product-story--cv .cv-stack .product-visual { min-height: 0; }
  .product-story--cv .cv-stack img { width: min(94%, 680px); max-height: none; }
  .expansion-feature { grid-template-columns: 1fr; gap: 30px; padding: 36px; text-align: center; }
  .expansion-feature__heading { justify-content: center; }
  .expansion-feature__visual img { width: min(100%, 430px); }
  .expansion-feature .button { justify-self: center; }
  .preset-category { grid-template-columns: 150px minmax(0,1fr); gap: 30px; }
  .preset-category ul { columns: 2; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 36px); }
  body { padding-top: 62px; font-size: 16px; }
  main :where(section[id], article[id], div[id], h2[id], h3[id]) { scroll-margin-top: 96px; }
  header.wp-block-template-part { padding: 0; }
  .site-header { width: 100%; border-radius: 0; }
  .header-inner { min-height: 62px; padding-inline: 14px 10px; }
  .brand img { width: 30px; height: 30px; }
  .primary-nav { top: calc(100% + 7px); max-height: calc(100vh - 90px); border-radius: 13px; }
  .hero { padding: 32px 0 34px; }
  .hero .eyebrow { margin-bottom: 15px; }
  .hero h1 { font-size: 31px; line-height: 1.04; }
  .hero-intro { margin-top: 14px; font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 10px; margin-top: 18px; }
  .hero-layout { gap: 18px; }
  .product-carousel { width: 100%; }
  .carousel-mobile-title { display: block; margin: 0 0 6px; text-align: center; font-size: 22px; font-weight: 610; letter-spacing: -.025em; line-height: 1.08; }
  .carousel-stage { min-height: 298px; }
  .carousel-product { width: 100%; height: 218px; min-height: 218px; }
  .carousel-product--eq img { width: 92%; }
  .carousel-product--eq-original img { width: 92%; }
  .carousel-product--makkes img { width: 91%; }
  .carousel-product--verb img { width: 94%; }
  .carousel-product--capture img { width: 94%; }
  .carousel-slide p { margin-top: 22px; }
  .carousel-controls { gap: 16px; }
  .carousel-controls > button { width: 44px; height: 44px; }
  .manifesto { padding: 52px 0 50px; }
  .manifesto-grid .eyebrow { margin-bottom: 18px; }
  .manifesto h2 { font-size: 28px; line-height: 1.12; }
  .manifesto-copy { margin-top: 20px; }
  .product-story, .product-story--cv { padding: 38px 0; }
  .story-grid { gap: 38px; }
  .story-copy { max-width: 100%; }
  .product-name { margin-bottom: 11px; font-size: 27px; }
  .story-copy h2 { margin-bottom: 20px; font-size: 25px; }
  .story-copy > p:not(.product-name):not(.signature) { font-size: 14px; line-height: 1.65; }
  .signature { font-size: 16px; }
  .product-visual--eq img { width: 92%; }
  .product-visual--makkes img { width: 92%; }
  .product-visual--verb img { width: 94%; }
  .cv-stack { gap: 34px; }
  .technology-invite { margin-top: 32px; padding: 40px 0; }
  .tech-grid h2 { font-size: 32px; }
  .closing { padding: 76px 0 84px; }
  .closing h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-bottom { gap: 20px; }
  .page-main { padding: 48px 0 62px; }
  .page-hero { margin-bottom: 38px; }
  .page-hero h1 { font-size: 31px; }
  .page-hero .lede { font-size: 17px; }
  .content-section { margin: 40px 0; }
  .content-section h2 { font-size: 27px; }
  .cv-intro-grid { gap: 28px; margin-bottom: 42px; }
  .cv-hero-composition { gap: 22px; margin-bottom: 0; }
  .cv-flow { margin: 40px auto; }
  .feature-row, .feature-row--reverse { gap: 26px; margin: 38px 0; }
  .feature-copy h2 { font-size: 25px; }
  .feature-quote { margin: 46px auto; padding: 36px 22px; }
  .verb-cv-cta { margin-top: 48px; padding: 38px 22px; }
  .verb-cv-cta h2 { font-size: 27px; }
  .product-index, .spec-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 235px; }
  .product-catalog .product-index { gap: 36px; }
  .product-catalog .product-card { min-height: 0; padding: 0 0 28px; }
  .product-catalog .product-card__visual { min-height: 220px; margin-bottom: 24px; padding: 12px; }
  .product-catalog .product-card__visual img { max-height: 205px; }
  .product-catalog .product-card h2 { font-size: 28px; }
  .technology-editorial > .page-hero { margin-bottom: 48px; }
  .technology-pillar { gap: 28px; padding: 38px 0; }
  .technology-pillar h2 { font-size: 28px; }
  .technology-visual--pair img { width: 100%; height: auto; }
  .technology-pillar--reverse > div { order: 1; }
  .technology-pillar--reverse > figure { order: 2; }
  .woocommerce-account .woocommerce .u-columns { grid-template-columns: 1fr; gap: 24px; }
  .woocommerce-account .woocommerce .u-column1, .woocommerce-account .woocommerce .u-column2 { padding: 26px 22px; }
  .woocommerce-cart .wp-site-blocks main, .woocommerce-checkout .wp-site-blocks main { width: calc(100vw - 36px); padding: 48px 0 62px; }
  .woocommerce-cart .wc-block-cart, .woocommerce-checkout .wc-block-checkout { padding: 22px 18px; }
  .expansion-feature { padding: 24px 18px 30px; }
  .expansion-feature__visual img { width: min(100%, 310px); }
  .expansion-feature__copy h2 { font-size: 42px; }
  .expansion-feature__copy h3 { font-size: 21px; }
  .expansion-hero__visual { margin-bottom: 22px; }
  .expansion-hero__visual img { width: min(100%, 330px); }
  .expansion-hero h1 { font-size: 48px; }
  .expansion-hero h2 { font-size: 27px; }
  .expansion-hero > p:not(.expansion-signature) { font-size: 15px; }
  .expansion-compatibility { margin: 48px auto; padding: 30px 20px; }
  .preset-library { margin-top: 52px; }
  .preset-library__intro { margin-bottom: 34px; }
  .preset-library__intro h2 { font-size: 34px; }
  .preset-library__lede { font-size: 18px; }
  .preset-nav { gap: 7px; }
  .preset-nav a { padding-inline: 12px; }
  .preset-category { grid-template-columns: 1fr; gap: 20px; padding: 32px 0; }
  .preset-category ul { columns: 2; column-gap: 18px; }
  .preset-category li { font-size: 15px; }
  .expansion-availability { margin-top: 52px; }
  .homepage-videos { padding: 48px 0 52px; }
  .homepage-videos h2 { margin-bottom: 24px; font-size: 25px; }
  .video-library,
  .video-library--single { width: 100%; grid-template-columns: 1fr; gap: 18px; }
  .video-facade__play { width: 52px; height: 52px; }

  /* Owner mobile compactness gate: image-led, editorial, and tightly grouped. */
  .hero { padding: 20px 0 26px; }
  .hero-layout { gap: 12px; }
  .hero-copy { order: 2; }
  .product-carousel { order: 1; }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero h1 { font-size: 25px; }
  .hero-intro { margin-top: 10px; font-size: 15px; line-height: 1.52; }
  .hero-actions { gap: 8px; margin-top: 14px; }
  .carousel-stage { min-height: 276px; }
  .carousel-product { height: 224px; min-height: 224px; }
  .carousel-slide p { margin-top: 12px; font-size: 11px; }

  .manifesto { padding: 32px 0; }
  .manifesto-grid .eyebrow { margin-bottom: 11px; }
  .manifesto h2 { font-size: 22px; }
  .manifesto-copy { margin-top: 14px; }

  .product-story,
  .product-story--cv { padding: 26px 0; }
  .product-story:not(.product-story--cv) .story-grid,
  .product-story--cv .story-grid { gap: 14px; }
  .product-story:not(.product-story--cv) .product-visual,
  .product-story--cv .cv-stack { order: 1; }
  .product-story:not(.product-story--cv) .story-copy,
  .product-story--cv .story-copy { order: 2; }
  .product-story--cv .cv-stack { gap: 16px; }
  .product-story .story-copy { display: flex; flex-direction: column; align-items: center; }
  .product-story .story-copy .product-name { order: 1; }
  .product-story .story-copy .homepage-product-purchase { order: 2; padding-bottom: 18px; }
  .product-story .story-copy h2 { order: 3; }
  .product-story .story-copy > p:not(.product-name):not(.signature):not(.mixondaw-visible-price) { order: 4; }
  .product-story .story-copy .signature { order: 5; }
  .product-story .story-copy > .button { order: 6; }
  .product-story--bundle .story-copy .signature { order: 2; }
  .product-story--bundle .story-copy .homepage-product-purchase { order: 3; }
  .product-story--bundle .story-copy h2 { order: 4; }
  .product-story--bundle .story-copy > p:not(.product-name):not(.signature):not(.mixondaw-visible-price) { order: 5; }
  .product-name { margin-bottom: 5px; font-size: 21px; }
  .story-copy h2 { margin-bottom: 10px; font-size: 19px; }
  .story-copy > p:not(.product-name):not(.signature) { margin-bottom: 10px; font-size: 14px; line-height: 1.58; }
  .signature { margin-bottom: 12px; font-size: 14px; }
  .product-story .product-visual img,
  .product-story--cv .cv-stack img { width: min(100%, 680px); }

  .technology-invite { margin-top: 18px; padding: 30px 0; }
  .tech-grid { gap: 12px; }
  .tech-grid h2 { font-size: 23px; }
  .technology-invite .tech-grid h2 { text-align: center; }
  .technology-invite .tech-grid .button { justify-self: center; margin-inline: auto; }
  .site-header .primary-nav > a[href="/faq/"],
  .site-header .primary-nav > a[href="/support/"] { display: none; }
  .closing { padding: 34px 0 38px; }
  .closing h2 { width: calc(100vw - 24px); margin-inline: calc((var(--shell) - (100vw - 24px)) / 2); font-size: clamp(13px, 4.1vw, 17px); line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
  .closing > .site-shell > p:not(.eyebrow) { margin: 12px auto; }

  .page-main { padding: 30px 0 42px; }
  .page-hero { margin-bottom: 22px; }
  .page-hero h1 { font-size: 25px; line-height: 1.06; }
  .page-hero .lede { margin-top: 10px; font-size: 15px; line-height: 1.5; }
  .content-section { margin: 28px 0; }
  .content-section h2 { margin-bottom: 10px; font-size: 21px; line-height: 1.1; }
  .content-section h3 { margin: 24px 0 8px; font-size: 18px; }
  .product-definition { margin: -8px auto 24px; padding: 14px 16px; font-size: 15px; line-height: 1.55; }

  .product-editorial:not(.product-editorial--cv) { display: flex; flex-direction: column; }
  .product-editorial:not(.product-editorial--cv) > * { order: 4; }
  .product-editorial:not(.product-editorial--cv) > .editorial-hero { order: 1; }
  .product-editorial:not(.product-editorial--cv) > .page-hero { order: 2; }
  .product-editorial:not(.product-editorial--cv) > .mixondaw-audio-demos { order: 3; }
  .editorial-hero { margin: 0 0 12px; }
  .product-editorial:not(.product-editorial--cv) > .page-hero { margin-bottom: 22px; }
  .product-editorial--cv .cv-intro-grid { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
  .product-editorial--cv .cv-hero-composition { order: 1; }
  .product-editorial--cv .page-hero { order: 2; margin-bottom: 0; }
  .product-editorial--cv .cv-pair-caption { order: 3; }
  .cv-hero-composition { gap: 12px; }
  .cv-pair-caption { font-size: 14px; line-height: 1.55; }
  .feature-row,
  .feature-row--reverse { gap: 12px; margin: 28px 0; }
  .feature-row .feature-visual,
  .feature-row--reverse .feature-visual { order: 1; }
  .feature-row .feature-copy,
  .feature-row--reverse .feature-copy { order: 2; }
  .feature-copy h2 { margin-bottom: 9px; font-size: 20px; }
  .feature-visual figcaption { margin-top: 8px; font-size: 12px; }
  .cv-flow { margin: 26px auto; gap: 8px; }
  .cv-flow__step { min-height: 78px; padding: 13px 14px; }
  .feature-quote { margin: 30px auto; padding: 26px 18px; }
  .verb-cv-cta { margin-top: 30px; padding: 28px 18px; }
  .verb-cv-cta h2 { font-size: 21px; }
  .favorites-showcase { gap: 14px; }

  .product-catalog .page-hero { width: calc(100vw - 20px); margin-bottom: 20px; margin-left: calc((var(--shell) - (100vw - 20px)) / 2); }
  .product-catalog .page-hero h1 { max-width: none; font-size: clamp(15px, calc(3.25vw + 4px), 18px); line-height: 1.1; letter-spacing: -.045em; white-space: nowrap; }
  .product-catalog .page-hero .lede { width: min(100% - 16px, 520px); margin-top: 10px; font-size: 14px; }
  .product-catalog .product-index { gap: 18px; }
  .product-catalog .product-card { display: flex; min-height: 0; padding: 0 0 18px; }
  .product-catalog .product-card__visual { order: 1; min-height: 205px; margin: 0 0 10px; padding: 8px; }
  .product-catalog .product-card__visual img { max-height: 205px; }
  .product-catalog .product-card h2 { order: 2; margin: 0 0 5px; font-size: 21px; }
  .product-catalog .product-card > p:not(.mixondaw-visible-price):not(.product-card__saving) { order: 5; margin: 0 auto 8px; }
  .product-catalog .product-card > .product-card__saving { order: 3; }
  .product-catalog .product-card__purchase { order: 4; }
  .product-catalog .product-card .read-more { order: 6; margin-top: 0; }

  .technology-editorial > .page-hero { margin-bottom: 24px; }
  .technology-pillar { gap: 12px; padding: 26px 0; }
  .technology-pillar h2 { font-size: 21px; }
  .expansions-landing > .page-hero { margin-bottom: 20px; }
  .expansion-feature { gap: 14px; padding: 18px 14px 22px; }
  .expansion-feature__visual img { width: min(100%, 330px); }
  .expansion-feature__copy h2 { margin-bottom: 7px; font-size: 30px; }
  .expansion-feature__heading { gap: 12px; margin-bottom: 9px; }
  .expansion-feature__heading h2,
  .expansion-feature__heading .expansion-status { margin: 0; }
  .expansion-feature__copy h3 { margin-bottom: 9px; font-size: 17px; }
  .expansion-facts { margin: 16px 0; }
  .expansion-hero__visual { margin-bottom: 10px; }
  .expansion-hero__visual img { width: min(100%, 340px); }
  .expansion-hero h1 { margin-bottom: 7px; font-size: 32px; }
  .expansion-hero__heading { gap: 12px; margin-bottom: 10px; }
  .expansion-hero__heading h1,
  .expansion-hero__heading .expansion-status { margin: 0; }
  .expansion-hero h2 { margin-bottom: 10px; font-size: 20px; white-space: normal; }
  .expansion-signature { margin-top: 12px; font-size: 16px; }
  .expansion-status { min-height: 38px; margin: 8px 0 12px; padding: 7px 14px; font-size: 14px; }
  .expansion-compatibility { margin: 28px auto; padding: 22px 16px; }
  .expansion-compatibility h2,
  .expansion-availability h2 { font-size: 21px; }
  .preset-library { margin-top: 30px; }
  .preset-library__intro { margin-bottom: 22px; }
  .preset-library__intro h2 { font-size: 25px; }
  .preset-library__lede { font-size: 16px; }
  .preset-category { gap: 12px; padding: 22px 0; }
  .preset-category header h3 { font-size: 20px; }
  .expansion-availability { margin-top: 30px; }

  .woocommerce-account .woocommerce h2 { margin-bottom: 14px; font-size: 22px; }
  .woocommerce-account .woocommerce .u-columns { gap: 16px; }
  .woocommerce-account .woocommerce .u-column1,
  .woocommerce-account .woocommerce .u-column2 { padding: 20px 16px; }
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register { min-height: 0; }
  .woocommerce-cart .wp-site-blocks main,
  .woocommerce-checkout .wp-site-blocks main { padding: 30px 0 42px; }
  .woocommerce-cart .wc-block-cart,
  .woocommerce-checkout .wc-block-checkout { padding: 16px 12px; }
  .woocommerce-cart .wc-block-cart__empty-cart__title { font-size: 25px; }

  .story-copy > p:not(.product-name):not(.signature):not(.mixondaw-visible-price),
  .manifesto-copy p,
  .content-section > p,
  .feature-copy > p,
  .cv-pair-caption,
  .product-catalog .product-card > p:not(.mixondaw-visible-price),
  .technology-pillar > div > p,
  .expansion-feature__copy > p,
  .expansion-hero > p:not(.expansion-signature),
  .preset-library__intro > p:last-of-type,
  .verb-cv-cta > p:not(.product-name) {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
    word-spacing: .01em;
  }

  .homepage-videos { padding: 30px 0 34px; }
  .homepage-videos h2 { margin-bottom: 16px; font-size: 20px; }
  .mobile-title-break { display: block; }
  .mobile-title-punctuation { display: none; }
}

@media (max-width: 340px) {
  .product-catalog .page-hero h1 { transform: scaleX(.9); transform-origin: center; }
}

.woocommerce-cart table.cart img.mixondaw-cart-thumbnail,
.woocommerce-cart .mixondaw-cart-thumbnail {
  width: 108px !important;
  max-width: 22vw;
  height: auto !important;
  display: block;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.woocommerce-cart .product-thumbnail {
  width: 118px;
  min-width: 74px;
}

.woocommerce-cart table.cart td.product-thumbnail {
  display: table-cell !important;
}

.single-product .bundle-product-hero,
.mixondaw-commerce-panel .bundle-product-hero {
  text-align: center;
  margin: 0 0 34px;
}

.single-product .bundle-product-hero img,
.mixondaw-commerce-panel .bundle-product-hero img {
  display: block;
  width: min(100%, 980px);
  height: auto;
  margin-inline: auto;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}

.single-product .page-main:has(.mixondaw-bundle-page) > .wp-block-post-title {
  max-width: 1120px;
  margin: 0 auto 42px;
  text-align: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 610;
  font-optical-sizing: auto;
  letter-spacing: -.026em;
  line-height: 1.05;
}

.mixondaw-bundle-page {
  width: 100%;
}

.bundle-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  margin: 0 0 82px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.bundle-offer__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 68px);
}

.bundle-offer__intro .eyebrow {
  margin-bottom: 16px;
  color: #0b7084;
}

.bundle-offer__intro h2 {
  max-width: 720px;
  margin: 0 0 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 590;
  font-optical-sizing: auto;
  letter-spacing: -.026em;
  line-height: 1.08;
}

.bundle-offer__intro > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #46545c;
  font-size: 18px;
  line-height: 1.7;
}

.bundle-offer__purchase {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 52px);
  background: #121b20;
  color: #fff;
}

.bundle-offer__badge {
  align-self: flex-start;
  margin: 0 0 24px;
  padding: 7px 11px;
  border: 1px solid #4dc1d5;
  color: #92deed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bundle-offer__individual {
  margin: 0 0 4px;
  color: #aeb9be;
  font-size: 15px;
}

.bundle-offer__individual s {
  margin-left: 5px;
}

.bundle-offer__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 720;
  letter-spacing: -.055em;
  line-height: 1;
}

.bundle-offer__price .price-decimals {
  font-size: .48em;
  vertical-align: top;
}

.bundle-offer__price small {
  color: #aeb9be;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.bundle-offer__saving {
  margin: 14px 0 26px;
  color: #d7dfe2;
  font-size: 16px;
  font-weight: 650;
}

.bundle-offer__form {
  margin: 0;
}

.bundle-offer__cart {
  width: 100%;
  min-height: 56px;
  border: 2px solid #fff;
  background: #fff;
  color: #101821;
  cursor: pointer;
  text-transform: none;
}

.bundle-offer__cart:hover,
.bundle-offer__cart:focus-visible {
  border-color: #92deed;
  background: #eaf7fa;
  color: #101821;
}

.bundle-offer__note {
  margin: 15px 0 0;
  color: #9fadb3;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.bundle-includes {
  margin: 0 0 22px;
}

.bundle-includes__heading {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

.bundle-includes__heading .eyebrow {
  margin-bottom: 14px;
}

.bundle-includes__heading h2 {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(37px, 4.1vw, 54px);
  font-weight: 590;
  font-optical-sizing: auto;
  letter-spacing: -.026em;
  line-height: 1.08;
}

.bundle-includes__list {
  border-top: 1px solid var(--line);
}

.bundle-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  gap: 40px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.bundle-product__label {
  margin: 0 0 6px !important;
  color: #0b7084 !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bundle-product h3 {
  margin: 0 0 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(27px, 2.6vw, 36px);
  font-optical-sizing: auto;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.bundle-product > div > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.bundle-product__meta {
  min-width: 220px;
  text-align: right;
}

.bundle-product__meta > p {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
}

.bundle-product__meta > p .bundle-product__price-label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bundle-product__meta .text-link {
  justify-content: flex-end;
  font-size: 14px;
}

@media (max-width: 768px) {
  .woocommerce-cart table.cart td.product-thumbnail {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px;
  }

  .woocommerce-cart table.cart td.product-thumbnail img.mixondaw-cart-thumbnail {
    width: 96px !important;
    max-width: 28vw;
  }

  .single-product .bundle-product-hero,
  .mixondaw-commerce-panel .bundle-product-hero {
    margin-bottom: 24px;
  }

  .single-product .page-main:has(.mixondaw-bundle-page) > .wp-block-post-title {
    margin-bottom: 26px;
    font-size: clamp(36px, 10.5vw, 50px);
  }

  .bundle-offer {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .bundle-offer__intro,
  .bundle-offer__purchase {
    padding: 30px 24px;
  }

  .bundle-offer__intro h2 {
    font-size: clamp(33px, 9.5vw, 45px);
  }

  .bundle-offer__intro > p:last-child {
    font-size: 16px;
  }

  .bundle-includes__heading {
    margin-bottom: 24px;
  }

  .bundle-includes__heading h2 {
    font-size: clamp(32px, 9vw, 43px);
  }

  .bundle-product {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .bundle-product__meta {
    min-width: 0;
    text-align: left;
  }

  .bundle-product__meta .text-link {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .mixondaw-contact-grid { grid-template-columns: 1fr; }
  .contact-social { gap: 12px; }
  .footer-social { gap: 10px; }
  .footer-location { display: none; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 10px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav { min-width: 0; gap: 7px; }
  .footer-grid nav h2 { margin-bottom: 6px; font-size: 11px; letter-spacing: .06em; }
  .footer-grid nav a { font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
}

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


/* AnaloC-CV featured catalog and integrated Verb details */
.product-catalog .product-card--cv-featured {
  grid-column: 1 / -1;
  width: min(100%, 1080px);
  justify-self: center;
}

.cv-verb-details {
  margin: 76px 0 18px;
  padding: 64px clamp(24px, 5vw, 72px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 8%, rgba(21,159,186,.14), transparent 31%),
    linear-gradient(145deg, #f7fbfc 0%, #fff 58%);
}

.cv-verb-details__intro {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.cv-verb-details__intro h2 {
  margin: 0 auto 16px;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -.045em;
  line-height: 1.05;
}

.cv-verb-details__intro > p:last-child {
  color: var(--muted);
}

.cv-verb-details .feature-row,
.cv-verb-details .content-section {
  max-width: 1080px;
  margin-inline: auto;
}

.cv-verb-details__expansion-link {
  margin: 44px 0 0;
  text-align: center;
}

@media (max-width: 760px) {
  .product-catalog .product-card--cv-featured {
    width: 100%;
  }

  .cv-verb-details {
    margin-top: 42px;
    padding: 38px 18px;
  }

  .cv-verb-details__intro {
    margin-bottom: 30px;
  }

  .cv-verb-details__intro h2 {
    font-size: 27px;
  }
}

/* AnaloC-CV paired catalog images */
.product-catalog .product-card__visual--cv-pair {
  grid-template-columns: repeat(2, 460px);
  justify-content: center;
  align-items: center;
  gap: 36px;
  width: 100%;
  min-height: 315px;
  padding: 18px 24px;
}

.product-catalog .product-card__visual--cv-pair img {
  display: block;
  width: 460px;
  height: 265px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  justify-self: center;
}

.product-catalog .product-card__visual--cv-pair img:first-child {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1050px) and (min-width: 521px) {
  .product-catalog .product-card__visual--cv-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .product-catalog .product-card__visual--cv-pair img {
    width: 100%;
    height: 240px;
    max-width: 460px;
  }
}

@media (max-width: 520px) {
  .product-catalog .product-card__visual--cv-pair {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 8px;
  }

  .product-catalog .product-card__visual--cv-pair img {
    width: min(100%, 420px);
    height: 205px;
    max-width: 420px;
  }
}

/* Equal AnaloC-CV detail hero images */
.product-editorial--cv .cv-hero-composition img {
  display: block;
  width: 100%;
  height: 306px;
  object-fit: contain;
  object-position: center;
}

.product-editorial--cv .cv-hero-composition figure:first-child img {
  object-fit: cover;
}

@media (max-width: 860px) {
  .product-editorial--cv .cv-hero-composition img {
    height: min(56vw, 306px);
  }
}

/* Product artwork links and Complete Bundle features */
.product-image-link {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.product-image-link:focus-visible,
.product-card__visual:focus-visible {
  outline: 3px solid var(--ink, #111820);
  outline-offset: 6px;
  border-radius: 3px;
}

.product-visual--bundle img {
  width: 100%;
  max-width: 760px;
}

.product-catalog .product-card--bundle-featured {
  grid-column: 1 / -1;
}

.product-catalog .product-card__visual--bundle {
  min-height: 340px;
}

.product-catalog .product-card__visual--bundle img {
  width: min(100%, 920px);
  max-height: 330px;
}

/* Match the Complete Bundle detail hierarchy to the standard product pages. */
.single-product .page-main:has(.mixondaw-bundle-page) > .wp-block-post-title {
  font-size: clamp(40px, 3.2vw, 46px);
}

.bundle-offer__intro h2,
.bundle-includes__heading h2 {
  font-size: clamp(29px, 2.5vw, 36px);
}

.bundle-product h3 {
  font-size: 24px;
}

@media (max-width: 760px) {
  .product-catalog .product-card--bundle-featured {
    grid-column: auto;
    order: 99;
  }

  .product-catalog .product-card__visual--bundle {
    min-height: 190px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    touch-action: manipulation;
  }

  .product-catalog .product-card__visual--bundle img {
    max-height: 205px;
  }

  .single-product .page-main:has(.mixondaw-bundle-page) > .wp-block-post-title {
    font-size: 25px;
  }

  .bundle-offer__intro h2,
  .bundle-includes__heading h2 {
    font-size: 21px;
  }

  .bundle-product h3 {
    font-size: 18px;
  }
}
