:root {
  --nuva-black: #090908;
  --nuva-black-soft: #151411;
  --nuva-ivory: #f6f1e8;
  --nuva-paper: #fffdf8;
  --nuva-gold: #c9a45a;
  --nuva-gold-dark: #9f7a35;
  --nuva-taupe: #8c8172;
  --nuva-text: #201e1a;
  --nuva-border: rgba(32, 30, 26, .14);
  --nuva-shadow: 0 24px 70px rgba(24, 20, 15, .14);
  --nuva-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --nuva-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nuva-radius: 3px;
  --nuva-container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--nuva-text); background: var(--nuva-paper); font-family: var(--nuva-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--nuva-black); background: var(--nuva-gold); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; top: 12px; left: 12px; z-index: 99999; padding: 12px 18px; color: #000; background: #fff; }
.nuva-container { width: min(calc(100% - 48px), var(--nuva-container)); margin-inline: auto; }
.nuva-section { padding: clamp(84px, 9vw, 150px) 0; }
.nuva-eyebrow { margin: 0 0 18px; color: var(--nuva-gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; font-family: var(--nuva-serif); font-weight: 500; line-height: 1.03; letter-spacing: -.025em; }
h1 { font-size: clamp(52px, 7.4vw, 112px); }
h2 { font-size: clamp(42px, 5.4vw, 78px); }
h3 { font-size: clamp(24px, 2vw, 32px); }
p { margin: 0 0 1.25em; }

.nuva-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .wc-block-components-button {
  display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid var(--nuva-gold); border-radius: 0; color: #0b0a08 !important; background: var(--nuva-gold) !important; font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.nuva-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); background: #ddbd79 !important; border-color: #ddbd79; }
.nuva-button--ghost { color: #fff !important; background: transparent !important; border-color: rgba(255,255,255,.62); }
.nuva-button--ghost:hover { color: var(--nuva-black) !important; background: #fff !important; border-color: #fff; }
.nuva-button--dark { color: #fff !important; background: var(--nuva-black) !important; border-color: var(--nuva-black); }
.nuva-text-link { color: var(--nuva-gold-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.nuva-announcement { position: relative; z-index: 50; color: #e8dcc6; background: #050504; font-size: 12px; letter-spacing: .06em; }
.nuva-announcement .nuva-container { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; }
.nuva-announcement a { color: var(--nuva-gold); }
.nuva-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(255,255,255,.11); color: #fff; background: rgba(9,9,8,.96); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.nuva-header.is-scrolled { box-shadow: 0 16px 40px rgba(0,0,0,.24); }
.nuva-header__inner { display: grid; min-height: 86px; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.nuva-header__brand img { width: auto; max-width: 190px; max-height: 58px; object-fit: contain; }
.nuva-logo-fallback { display: inline-flex; align-items: center; }
.nuva-navigation { justify-self: center; }
.nuva-menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.nuva-menu a { position: relative; color: #eee9df; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nuva-menu a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--nuva-gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nuva-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.nuva-header__actions { display: flex; align-items: center; gap: 12px; }
.nuva-header-cta { display: inline-flex; min-height: 43px; align-items: center; padding: 0 18px; border: 1px solid var(--nuva-gold); color: var(--nuva-gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nuva-menu-toggle { display: none; width: 46px; height: 46px; border: 0; color: #fff; background: transparent; }
.nuva-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 1px; margin: 5px auto; background: currentColor; }

.nuva-hero { position: relative; display: grid; min-height: min(900px, calc(100vh - 122px)); align-items: center; overflow: hidden; color: #fff; background: #080807; }
.nuva-hero__video, .nuva-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.nuva-hero__video { object-fit: cover; object-position: center 45%; }
.nuva-hero__overlay { background: linear-gradient(90deg, rgba(3,3,3,.86) 0%, rgba(3,3,3,.55) 45%, rgba(3,3,3,.2) 75%, rgba(3,3,3,.35) 100%), linear-gradient(0deg, rgba(5,5,4,.58), transparent 52%); }
.nuva-hero__content { position: relative; z-index: 2; max-width: 930px; padding-top: 74px; padding-bottom: 90px; }
.nuva-hero .nuva-eyebrow { color: #e2c98e; }
.nuva-hero h1 { max-width: 850px; text-wrap: balance; }
.nuva-hero__text { max-width: 720px; margin: 30px 0 34px; color: rgba(255,255,255,.82); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; }
.nuva-hero__buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.nuva-hero__proof { display: flex; align-items: center; gap: 14px; margin-top: 34px; color: rgba(255,255,255,.76); font-size: 13px; }
.nuva-stars { display: inline-flex; gap: 2px; color: var(--nuva-gold); letter-spacing: .04em; }
.nuva-scroll-cue { position: absolute; z-index: 3; right: 4vw; bottom: 34px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; }

.nuva-trust-strip { border-bottom: 1px solid var(--nuva-border); background: var(--nuva-ivory); }
.nuva-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.nuva-trust-strip__grid > div { display: flex; min-height: 104px; flex-direction: column; justify-content: center; padding: 20px 30px; border-right: 1px solid var(--nuva-border); }
.nuva-trust-strip__grid > div:first-child { border-left: 1px solid var(--nuva-border); }
.nuva-trust-strip strong { font-family: var(--nuva-serif); font-size: 21px; font-weight: 600; }
.nuva-trust-strip span { color: #756d62; font-size: 12px; }

.nuva-intro { overflow: hidden; background: var(--nuva-paper); }
.nuva-intro__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(48px, 8vw, 130px); }
.nuva-intro__copy p:not(.nuva-eyebrow) { max-width: 630px; margin-top: 32px; color: #6c645a; font-size: 18px; }
.nuva-intro__image-wrap { position: relative; }
.nuva-intro__image-wrap > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--nuva-shadow); }
.nuva-floating-card { position: absolute; right: -24px; bottom: -24px; display: flex; min-width: 260px; flex-direction: column; padding: 23px 26px; color: #fff; background: var(--nuva-black); box-shadow: var(--nuva-shadow); }
.nuva-floating-card strong { color: var(--nuva-gold); font-family: var(--nuva-serif); font-size: 22px; font-weight: 500; }
.nuva-floating-card span { font-size: 12px; }

.nuva-categories { color: #fff; background: var(--nuva-black); }
.nuva-section-heading { max-width: 820px; margin-bottom: 52px; }
.nuva-section-heading > p:not(.nuva-eyebrow) { max-width: 690px; margin: 24px 0 0; color: #756d62; font-size: 18px; }
.nuva-section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.nuva-section-heading--center > p:not(.nuva-eyebrow) { margin-right: auto; margin-left: auto; }
.nuva-categories .nuva-section-heading > p:not(.nuva-eyebrow), .nuva-how .nuva-section-heading > p:not(.nuva-eyebrow) { color: rgba(255,255,255,.62); }
.nuva-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nuva-category-card { position: relative; min-height: 430px; overflow: hidden; background: #151512; }
.nuva-category-card img, .nuva-category-card__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.nuva-category-card img { object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.nuva-category-card__veil { background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,.06) 68%); }
.nuva-category-card__content { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.nuva-category-card small { color: rgba(255,255,255,.7); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nuva-category-card strong { margin: 4px 0 14px; font-family: var(--nuva-serif); font-size: clamp(38px, 4vw, 58px); font-weight: 500; line-height: 1; }
.nuva-category-card em { color: var(--nuva-gold); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nuva-category-card:hover img { transform: scale(1.045); }

.nuva-how { color: #fff; background: #12110f; }
.nuva-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.nuva-step { min-height: 300px; padding: 34px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.nuva-step > span { display: inline-grid; width: 46px; height: 46px; place-items: center; margin-bottom: 55px; border: 1px solid rgba(201,164,90,.7); border-radius: 50%; color: var(--nuva-gold); font-size: 11px; font-weight: 800; }
.nuva-step h3 { margin-bottom: 16px; font-size: 28px; }
.nuva-step p { color: rgba(255,255,255,.6); font-size: 14px; }
.nuva-steps--compact { margin-top: 46px; color: #fff; background: var(--nuva-black); }

.nuva-products-section { background: var(--nuva-paper); }
.nuva-section-heading--split { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 40px; }
.nuva-section-heading--split > div { max-width: 850px; }
.nuva-empty-products { padding: 70px; border: 1px solid var(--nuva-border); text-align: center; background: var(--nuva-ivory); }

.nuva-story { display: grid; min-height: 760px; grid-template-columns: 1.12fr .88fr; color: #fff; background: var(--nuva-black); }
.nuva-story__media { min-height: 620px; overflow: hidden; }
.nuva-story__media video { width: 100%; height: 100%; object-fit: cover; }
.nuva-story__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.nuva-story__copy h2 { max-width: 660px; }
.nuva-story__copy > p:not(.nuva-eyebrow) { margin-top: 28px; color: rgba(255,255,255,.68); font-size: 18px; }
.nuva-story__copy ul, .nuva-product-value-list { margin: 10px 0 34px; padding: 0; list-style: none; }
.nuva-story__copy li, .nuva-product-value-list li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.nuva-story__copy li::before, .nuva-product-value-list li::before { position: absolute; top: 11px; left: 0; color: var(--nuva-gold); content: "◆"; font-size: 9px; }
.nuva-story__copy .nuva-button { align-self: flex-start; }

.nuva-reviews { background: var(--nuva-ivory); }
.nuva-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nuva-review-card { display: flex; min-height: 310px; flex-direction: column; padding: 34px; border: 1px solid var(--nuva-border); background: var(--nuva-paper); }
.nuva-review-card blockquote { flex: 1; margin: 28px 0; font-family: var(--nuva-serif); font-size: 24px; line-height: 1.35; }
.nuva-review-card blockquote p { margin: 0; }
.nuva-review-card footer { display: flex; flex-direction: column; padding-top: 20px; border-top: 1px solid var(--nuva-border); }
.nuva-review-card footer span { color: #82786b; font-size: 11px; }
.nuva-review-summary { display: flex; align-items: center; justify-content: center; gap: 48px; margin-top: 38px; }
.nuva-review-summary > div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 4px 12px; }
.nuva-review-summary strong { grid-row: span 2; font-family: var(--nuva-serif); font-size: 40px; font-weight: 500; }
.nuva-review-summary span { color: #746b60; font-size: 12px; }

.nuva-print-section { background: var(--nuva-paper); }
.nuva-print-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.nuva-print-copy > p:not(.nuva-eyebrow) { margin-top: 28px; color: #70675c; font-size: 18px; }
.nuva-file-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.nuva-file-badges span { padding: 8px 12px; border: 1px solid var(--nuva-border); color: #5d554b; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.nuva-print-images { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 18px; }
.nuva-print-images img { width: 100%; min-height: 400px; object-fit: cover; box-shadow: var(--nuva-shadow); }
.nuva-print-images img:last-child { min-height: 520px; }

.nuva-faq { color: #fff; background: var(--nuva-black); }
.nuva-faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 160px); }
.nuva-faq__heading { position: sticky; top: 150px; align-self: start; }
.nuva-faq__heading > p:not(.nuva-eyebrow) { margin-top: 28px; color: rgba(255,255,255,.62); }
.nuva-faq__heading a { color: var(--nuva-gold); text-decoration: underline; }
.nuva-accordion__item { border-bottom: 1px solid rgba(255,255,255,.18); }
.nuva-accordion__item summary { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--nuva-serif); font-size: 24px; }
.nuva-accordion__item summary::-webkit-details-marker { display: none; }
.nuva-accordion__item summary span { color: var(--nuva-gold); font-family: var(--nuva-sans); font-size: 22px; transition: transform .2s ease; }
.nuva-accordion__item[open] summary span { transform: rotate(45deg); }
.nuva-accordion__item > div { max-width: 680px; padding: 0 50px 28px 0; color: rgba(255,255,255,.62); }

.nuva-final-cta { position: relative; display: grid; min-height: 690px; place-items: center; overflow: hidden; color: #fff; text-align: center; background: #000; }
.nuva-final-cta__backdrop, .nuva-final-cta__overlay { position: absolute; inset: 0; }
.nuva-final-cta__backdrop { background-position: center; background-size: cover; transform: scale(1.02); }
.nuva-final-cta__overlay { background: rgba(0,0,0,.68); }
.nuva-final-cta__content { position: relative; z-index: 2; max-width: 920px; }
.nuva-final-cta__content .nuva-eyebrow { color: #efd79d; }
.nuva-final-cta__content p:not(.nuva-eyebrow) { max-width: 680px; margin: 28px auto 34px; color: rgba(255,255,255,.76); font-size: 18px; }

.nuva-footer { color: rgba(255,255,255,.72); background: #050504; }
.nuva-footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr .9fr; gap: 70px; padding-top: 82px; padding-bottom: 72px; }
.nuva-footer__brand img { width: auto; max-width: 220px; max-height: 78px; }
.nuva-footer__brand p { max-width: 390px; margin-top: 24px; font-size: 14px; }
.nuva-footer h2 { margin-bottom: 22px; color: #fff; font-family: var(--nuva-sans); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nuva-footer ul { margin: 0; padding: 0; list-style: none; }
.nuva-footer li { margin: 8px 0; }
.nuva-footer a:hover { color: var(--nuva-gold); }
.nuva-email-link { display: inline-block; margin-top: 18px; color: var(--nuva-gold); }
.nuva-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.nuva-footer__bottom .nuva-container { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; }

.nuva-content-main, .nuva-shop-main { min-height: 65vh; padding: 90px 0; }
.nuva-prose { max-width: 980px; }
.nuva-prose h1 { margin-bottom: 40px; font-size: clamp(42px, 6vw, 74px); }
.nuva-prose h2 { margin: 1.2em 0 .5em; font-size: clamp(32px, 4vw, 52px); }
.nuva-prose a { color: var(--nuva-gold-dark); text-decoration: underline; }
.nuva-empty-state { display: grid; min-height: 65vh; place-items: center; padding: 80px 0; text-align: center; }
.nuva-empty-state h1 { max-width: 900px; margin: 0 auto 24px; font-size: clamp(44px, 6vw, 80px); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 40px; color: #877e72; font-size: 12px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 35px; }
.woocommerce .woocommerce-ordering select { min-height: 46px; padding: 0 38px 0 14px; border: 1px solid var(--nuva-border); background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 20px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { position: relative; float: none !important; width: auto !important; margin: 0 !important; padding-bottom: 18px; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1/1; margin: 0 0 18px; object-fit: cover; background: #111; transition: transform .35s ease, opacity .35s ease; }
.woocommerce ul.products li.product:hover a img { opacity: .94; transform: translateY(-4px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--nuva-text); font-family: var(--nuva-serif); font-size: 23px; font-weight: 500; line-height: 1.2; }
.woocommerce ul.products li.product .price { margin-top: 8px; color: var(--nuva-gold-dark); font-size: 16px; font-weight: 800; }
.woocommerce ul.products li.product .button { display: none; }
.nuva-product-count, .nuva-product-featured { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 7px 10px; color: #fff; background: rgba(0,0,0,.72); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nuva-product-featured { right: 14px; left: auto; color: #120f08; background: var(--nuva-gold); }
.nuva-card-note { margin: 9px 0 0; color: #8a8175; font-size: 11px; line-height: 1.45; }
.woocommerce span.onsale { min-width: auto; min-height: auto; top: 14px; right: 14px; left: auto; padding: 7px 10px; border-radius: 0; line-height: 1.2; background: var(--nuva-gold); }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: clamp(44px, 7vw, 110px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.summary { position: sticky; top: 135px; align-self: start; }
.woocommerce div.product .product_title { font-size: clamp(42px, 5vw, 72px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 24px 0; color: var(--nuva-gold-dark); font-size: 28px; font-weight: 700; }
.woocommerce div.product .woocommerce-product-details__short-description { color: #6f675d; font-size: 17px; }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin: 28px 0 18px; }
.woocommerce div.product form.cart .quantity { display: none; }
.woocommerce div.product form.cart .single_add_to_cart_button { width: 100%; min-height: 62px; }
.woocommerce div.product .product_meta { color: #81786c; font-size: 12px; }
.woocommerce div.product .woocommerce-product-gallery__image { background: #0b0b0a; }
.woocommerce div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px !important; }
.woocommerce div.product .flex-control-thumbs li { float: none; width: auto; }
.nuva-product-value-list { margin-top: 28px; padding: 20px 24px; border: 1px solid var(--nuva-border); background: var(--nuva-ivory); }
.nuva-product-value-list li { border-bottom-color: var(--nuva-border); font-size: 13px; }
.nuva-single-process { grid-column: 1 / -1; margin-top: 90px; }
.nuva-single-process .nuva-section-heading { color: var(--nuva-text); }
.nuva-single-process .nuva-steps { background: var(--nuva-black); }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; width: 100%; }
.woocommerce div.product .woocommerce-tabs { margin-top: 70px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--nuva-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 24px 0 0; padding: 0; border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 16px 0; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 900px; }
.woocommerce .related.products > h2 { margin: 90px 0 36px; font-size: clamp(38px, 4vw, 58px); }

.woocommerce-checkout .nuva-shop-main, .woocommerce-cart .nuva-shop-main { background: var(--nuva-ivory); }
.woocommerce form.checkout { display: grid; grid-template-columns: 1fr .82fr; gap: 60px; }
.woocommerce form.checkout #customer_details, .woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { float: none; width: auto; }
.woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { grid-column: 2; }
.woocommerce form.checkout #customer_details { grid-row: 1 / span 2; }
.woocommerce form .form-row { margin: 0 0 18px; padding: 0; }
.woocommerce form .form-row label { margin-bottom: 6px; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection--single { min-height: 54px; padding: 0 15px; border: 1px solid var(--nuva-border); border-radius: 0; background: #fff; }
.select2-container .select2-selection--single .select2-selection__rendered { line-height: 52px; }
.select2-container .select2-selection--single .select2-selection__arrow { height: 52px; }
.woocommerce-checkout-review-order { padding: 28px; border: 1px solid var(--nuva-border); background: #fff; }
.woocommerce-checkout-payment { background: var(--nuva-paper) !important; }
.woocommerce-checkout-payment .place-order { padding: 24px 0 0 !important; }
.woocommerce-checkout-payment #place_order { width: 100%; min-height: 62px; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--nuva-gold); background: #fff; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--nuva-gold-dark); }

.nuva-currency { position: relative; }
.nuva-currency select { min-height: 42px; padding: 0 28px 0 10px; border: 1px solid rgba(255,255,255,.22); color: #fff; background: #0b0b09; font-size: 11px; font-weight: 700; }

@media (max-width: 1180px) {
  .nuva-header__inner { grid-template-columns: 180px auto 1fr; }
  .nuva-menu-toggle { display: block; justify-self: end; order: 3; }
  .nuva-navigation { position: fixed; top: 122px; right: 0; bottom: 0; left: 0; display: none; padding: 40px 24px; background: rgba(5,5,4,.99); }
  .nuva-navigation.is-open { display: block; }
  .nuva-menu { flex-direction: column; align-items: flex-start; gap: 0; }
  .nuva-menu li { width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nuva-menu a { display: block; padding: 15px 0; font-family: var(--nuva-serif); font-size: 28px; font-weight: 500; text-transform: none; }
  .nuva-header__actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .nuva-header-cta { display: none; }
  .nuva-category-card { min-height: 360px; }
  .nuva-steps { grid-template-columns: repeat(2, 1fr); }
  .nuva-story { grid-template-columns: 1fr; }
  .nuva-story__media { min-height: 600px; }
  .nuva-story__copy { padding: 80px 7vw; }
  .nuva-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .nuva-footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nuva-container { width: min(calc(100% - 32px), var(--nuva-container)); }
  .nuva-announcement .nuva-container { justify-content: center; text-align: center; }
  .nuva-announcement a { display: none; }
  .nuva-header__inner { min-height: 76px; grid-template-columns: 150px 1fr auto; gap: 12px; }
  .nuva-navigation { top: 112px; }
  .nuva-header__actions { justify-self: end; }
  .nuva-currency select { width: 62px; }
  .nuva-hero { min-height: 760px; }
  .nuva-hero__overlay { background: linear-gradient(90deg, rgba(3,3,3,.85), rgba(3,3,3,.42)), linear-gradient(0deg, rgba(3,3,3,.8), transparent 65%); }
  .nuva-trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .nuva-trust-strip__grid > div:nth-child(3) { border-left: 1px solid var(--nuva-border); }
  .nuva-intro__grid, .nuva-print-grid, .nuva-faq__grid { grid-template-columns: 1fr; }
  .nuva-intro__copy { order: 2; }
  .nuva-category-grid { grid-template-columns: 1fr 1fr; }
  .nuva-review-grid { grid-template-columns: 1fr 1fr; }
  .nuva-review-summary { flex-wrap: wrap; }
  .nuva-faq__heading { position: static; }
  .nuva-footer__grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .nuva-footer__brand, .nuva-footer__grid > div:last-child { grid-column: 1 / -1; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product div.summary { position: static; }
  .woocommerce form.checkout { grid-template-columns: 1fr; gap: 30px; }
  .woocommerce form.checkout #customer_details, .woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { grid-column: 1; grid-row: auto; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .nuva-section { padding: 78px 0; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: clamp(39px, 12vw, 56px); }
  .nuva-header__brand img { max-width: 140px; max-height: 48px; }
  .nuva-header__actions { display: none; }
  .nuva-header__inner { grid-template-columns: 1fr auto; }
  .nuva-menu-toggle { grid-column: 2; }
  .nuva-navigation { top: 112px; }
  .nuva-hero { min-height: 720px; }
  .nuva-hero__content { padding-top: 80px; padding-bottom: 80px; }
  .nuva-hero__text { font-size: 17px; }
  .nuva-hero__buttons { flex-direction: column; align-items: stretch; }
  .nuva-hero__proof { align-items: flex-start; flex-direction: column; gap: 5px; }
  .nuva-scroll-cue { display: none; }
  .nuva-trust-strip__grid { grid-template-columns: 1fr; }
  .nuva-trust-strip__grid > div { min-height: 82px; border-left: 1px solid var(--nuva-border); }
  .nuva-category-grid { grid-template-columns: 1fr; }
  .nuva-category-card { min-height: 420px; }
  .nuva-steps { grid-template-columns: 1fr; }
  .nuva-step { min-height: auto; }
  .nuva-step > span { margin-bottom: 28px; }
  .nuva-section-heading--split { align-items: flex-start; flex-direction: column; }
  .nuva-story__media { min-height: 430px; }
  .nuva-story__copy { padding: 70px 24px; }
  .nuva-review-grid { grid-template-columns: 1fr; }
  .nuva-review-summary { align-items: flex-start; flex-direction: column; gap: 20px; }
  .nuva-print-images { grid-template-columns: 1fr; }
  .nuva-print-images img, .nuva-print-images img:last-child { min-height: 380px; }
  .nuva-floating-card { right: 12px; bottom: -24px; }
  .nuva-final-cta { min-height: 620px; }
  .nuva-footer__grid { grid-template-columns: 1fr; }
  .nuva-footer__brand, .nuva-footer__grid > div:last-child { grid-column: auto; }
  .nuva-footer__bottom .nuva-container { align-items: flex-start; flex-direction: column; justify-content: center; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 32px 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px; }
  .nuva-card-note { display: none; }
  .woocommerce div.product .product_title { font-size: 44px; }
  .woocommerce div.product .flex-control-thumbs { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .nuva-hero video, .nuva-story video { display: none; }
  .nuva-hero { background: #080807 url('../images/hero-poster.webp') center/cover no-repeat; }
  .nuva-story__media { background: #080807 url('../images/story-poster.webp') center/cover no-repeat; }
}

/* ============================================================
   NUVA IRIS 1.1 — premium commerce experience
   Product cards, single artwork page and minimal checkout
   ============================================================ */

/* Product collections */
.woocommerce ul.products,
ul.products.nuva-featured-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 38px);
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products li.product.nuva-product-card,
ul.products li.product.nuva-product-card {
  position: relative;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(33, 29, 23, .12);
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 17, 12, .02);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, border-color .45s ease;
}
.woocommerce ul.products li.product.nuva-product-card::marker,
ul.products li.product.nuva-product-card::marker { content: ""; }
.woocommerce ul.products li.product.nuva-product-card:hover,
ul.products li.product.nuva-product-card:hover {
  z-index: 2;
  border-color: rgba(159, 122, 53, .42);
  box-shadow: 0 30px 80px rgba(26, 21, 14, .14);
  transform: translateY(-8px);
}
.nuva-product-card__link { display: flex; height: 100%; flex-direction: column; color: inherit; }
.nuva-product-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  background: #070706;
}
.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media img,
ul.products li.product.nuva-product-card .nuva-product-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: clamp(8px, 1.2vw, 18px);
  object-fit: contain;
  background: #070706;
  transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}
.nuva-product-card:hover .nuva-product-card__media img { filter: saturate(1.06) contrast(1.02); transform: scale(1.035); }
.nuva-product-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.62) 100%);
  opacity: .18;
  transition: opacity .35s ease;
}
.nuva-product-card:hover .nuva-product-card__shade { opacity: .72; }
.nuva-product-card__view {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease;
}
.nuva-product-card__view b { color: var(--nuva-gold); font-size: 18px; font-weight: 400; }
.nuva-product-card:hover .nuva-product-card__view { opacity: 1; transform: translateY(0); }
.nuva-product-card__featured {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  color: #161208;
  background: var(--nuva-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.nuva-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px 24px 22px; }
.nuva-product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 13px; color: #8a7e6d; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nuva-product-card__meta span:first-child { color: var(--nuva-gold-dark); }
.woocommerce ul.products li.product .nuva-product-card__title,
ul.products li.product .nuva-product-card__title {
  margin: 0;
  padding: 0;
  color: #161410;
  font-family: var(--nuva-serif);
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.nuva-product-card__copy { margin: 14px 0 23px; color: #776e63; font-size: 13px; line-height: 1.65; }
.nuva-product-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(32,30,26,.11); }
.woocommerce ul.products li.product .nuva-product-card__price,
ul.products li.product .nuva-product-card__price { color: #161410; font-family: var(--nuva-serif); font-size: 23px; font-weight: 600; line-height: 1; }
.nuva-product-card__cta { color: var(--nuva-gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nuva-product-card__cta b { margin-left: 5px; transition: transform .25s ease; }
.nuva-product-card:hover .nuva-product-card__cta b { display: inline-block; transform: translateX(4px); }
.nuva-product-card .button,
.nuva-product-count,
.nuva-product-featured,
.nuva-card-note { display: none !important; }

/* The home page stays composed even while only a few designs are uploaded. */
.nuva-featured-products--count-1 { grid-template-columns: minmax(300px, 430px) !important; justify-content: center; }
.nuva-featured-products--count-2 { grid-template-columns: repeat(2, minmax(280px, 430px)) !important; justify-content: center; }
.nuva-featured-products--count-3 { grid-template-columns: repeat(3, minmax(260px, 1fr)) !important; }
.nuva-products-section .nuva-section-heading--split { margin-bottom: clamp(40px, 5vw, 68px); }

/* Shop/archive polish */
.post-type-archive-product .nuva-shop-main,
.tax-product_cat .nuva-shop-main { background: linear-gradient(180deg, #f5efe5 0, #fffdf8 320px); }
.woocommerce-products-header { max-width: 900px; margin: 0 0 58px; }
.woocommerce-products-header__title.page-title { font-size: clamp(48px, 6vw, 84px); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 26px; color: #8c806f; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce .woocommerce-result-count { color: #7c7265; font-size: 12px; }
.woocommerce .woocommerce-ordering select { min-width: 230px; border-color: rgba(33,29,23,.16); background: #fff; }

/* Single product */
.nuva-single-product { width: 100%; }
.nuva-single-product__hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(46px, 7vw, 110px); align-items: start; }
.nuva-single-product__gallery { position: relative; min-width: 0; }
.nuva-single-product__gallery-label { display: inline-flex; align-items: center; min-height: 34px; margin-bottom: 14px; padding: 0 13px; color: #e5cf9e; background: #0b0a09; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nuva-single-product__gallery .woocommerce-product-gallery { float: none !important; width: 100% !important; margin: 0 !important; }
.nuva-single-product__gallery .woocommerce-product-gallery__wrapper { background: #050505; }
.nuva-single-product__gallery .woocommerce-product-gallery__image { display: grid !important; min-height: min(700px, 65vw); place-items: center; background: #050505; }
.nuva-single-product__gallery .woocommerce-product-gallery__image a { display: grid; width: 100%; height: 100%; place-items: center; }
.nuva-single-product__gallery .woocommerce-product-gallery__image img { width: 100%; max-height: 760px; object-fit: contain; }
.nuva-single-product__gallery .flex-control-thumbs { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 12px 0 0 !important; padding: 0; }
.nuva-single-product__gallery .flex-control-thumbs li { float: none !important; width: auto !important; overflow: hidden; border: 1px solid rgba(33,29,23,.13); background: #090909; }
.nuva-single-product__gallery .flex-control-thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; opacity: .7; transition: opacity .2s ease, border-color .2s ease; }
.nuva-single-product__gallery .flex-control-thumbs img.flex-active,
.nuva-single-product__gallery .flex-control-thumbs img:hover { opacity: 1; }
.nuva-single-product__summary { position: sticky; top: 142px; align-self: start; padding: clamp(34px, 4vw, 58px); border: 1px solid rgba(33,29,23,.13); background: #fff; box-shadow: 0 30px 80px rgba(29,24,17,.1); }
.nuva-single-product__summary .nuva-eyebrow { margin-bottom: 16px; }
.nuva-single-product__summary .product_title { margin: 0; color: #15130f; font-size: clamp(44px, 4.8vw, 72px); line-height: .98; }
.nuva-single-product__lead { max-width: 560px; margin: 24px 0 0; color: #71685c; font-size: 16px; line-height: 1.7; }
.nuva-single-product__price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 28px 0 22px; padding: 22px 0; border-top: 1px solid rgba(33,29,23,.11); border-bottom: 1px solid rgba(33,29,23,.11); }
.nuva-single-product__price-row .price { margin: 0 !important; color: #15130f !important; font-family: var(--nuva-serif); font-size: 34px !important; font-weight: 600 !important; }
.nuva-single-product__price-row > span { color: #897e6e; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nuva-single-product__excerpt { margin-bottom: 24px; color: #70675b; font-size: 15px; }
.nuva-single-product__format-row { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 26px; border: 1px solid rgba(33,29,23,.12); }
.nuva-single-product__format-row > span { display: flex; min-height: 72px; flex-direction: column; justify-content: center; padding: 12px 14px; border-right: 1px solid rgba(33,29,23,.12); color: #877c6d; font-size: 9px; line-height: 1.35; text-transform: uppercase; }
.nuva-single-product__format-row > span:last-child { border-right: 0; }
.nuva-single-product__format-row strong { margin-bottom: 4px; color: #1d1a15; font-family: var(--nuva-serif); font-size: 19px; font-weight: 600; }
.nuva-single-product__purchase form.cart { display: block !important; margin: 0 !important; }
.nuva-single-product__purchase .single_add_to_cart_button { width: 100%; min-height: 66px !important; font-size: 12px !important; }
.nuva-single-product__secure { display: flex; gap: 11px; margin: 14px 0 0; color: #807668; font-size: 10px; line-height: 1.55; }
.nuva-single-product__secure span { flex: 0 0 auto; color: var(--nuva-gold-dark); font-size: 8px; }
.nuva-single-product__included { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(33,29,23,.11); }
.nuva-single-product__included > p { margin: 0 0 10px; color: #1d1a15; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.nuva-single-product__included ul { margin: 0; padding: 0; list-style: none; }
.nuva-single-product__included li { position: relative; padding: 8px 0 8px 24px; color: #6e665b; font-size: 13px; border-bottom: 1px solid rgba(33,29,23,.08); }
.nuva-single-product__included li:last-child { border-bottom: 0; }
.nuva-single-product__included li::before { position: absolute; top: 8px; left: 0; color: var(--nuva-gold-dark); content: "✓"; font-weight: 900; }
.nuva-product-story-panel { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(40px, 8vw, 130px); align-items: end; margin-top: clamp(80px, 10vw, 150px); padding: clamp(55px, 7vw, 105px); color: #fff; background: #0a0908; }
.nuva-product-story-panel h2 { max-width: 800px; font-size: clamp(42px, 5vw, 72px); }
.nuva-product-story-panel > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.65); font-size: 17px; }
.nuva-single-product .nuva-single-process { margin-top: clamp(80px, 10vw, 140px); }
.nuva-single-product .nuva-single-process .nuva-section-heading { max-width: 850px; }
.nuva-product-description { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); margin-top: clamp(80px, 10vw, 140px); padding: clamp(50px, 6vw, 90px); background: var(--nuva-ivory); }
.nuva-product-description .nuva-section-heading { margin: 0; }
.nuva-product-description__content { color: #645c52; font-size: 17px; }
.nuva-product-description__content > *:first-child { margin-top: 0; }
.nuva-single-reassurance { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(70px, 9vw, 120px); border-top: 1px solid rgba(33,29,23,.13); border-left: 1px solid rgba(33,29,23,.13); }
.nuva-single-reassurance > div { min-height: 150px; padding: 30px; border-right: 1px solid rgba(33,29,23,.13); border-bottom: 1px solid rgba(33,29,23,.13); }
.nuva-single-reassurance strong { display: block; margin-bottom: 8px; font-family: var(--nuva-serif); font-size: 23px; font-weight: 600; }
.nuva-single-reassurance span { color: #766d61; font-size: 12px; }
.nuva-single-product > .related.products { width: 100%; margin-top: 0; }
.nuva-single-product > .related.products > h2 { margin-top: clamp(80px, 10vw, 140px); }

/* Checkout */
.woocommerce-checkout .nuva-shop-main { padding-top: 0; background: #f3ede3; }
.woocommerce-checkout .nuva-shop-main > .nuva-container { width: min(100%, 1600px); }
.nuva-checkout-shell { margin-inline: calc(50% - 50vw); }
.nuva-checkout-hero { padding: clamp(72px, 8vw, 120px) max(24px, calc((100vw - 1360px) / 2)); color: #fff; text-align: center; background: radial-gradient(circle at 50% -20%, rgba(201,164,90,.28), transparent 42%), #080706; }
.nuva-checkout-hero .nuva-eyebrow { color: #e5cb91; }
.nuva-checkout-hero h1 { font-size: clamp(50px, 6.5vw, 92px); }
.nuva-checkout-hero > p:not(.nuva-eyebrow) { max-width: 680px; margin: 24px auto 0; color: rgba(255,255,255,.68); font-size: 16px; }
.nuva-checkout-steps { display: flex; max-width: 600px; align-items: center; justify-content: center; gap: 14px; margin: 38px auto 0; }
.nuva-checkout-steps span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.nuva-checkout-steps span b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-size: 9px; }
.nuva-checkout-steps span.is-active { color: #fff; }
.nuva-checkout-steps span.is-active b { color: #151108; background: var(--nuva-gold); border-color: var(--nuva-gold); }
.nuva-checkout-steps i { width: 48px; height: 1px; background: rgba(255,255,255,.2); }
.woocommerce form.checkout.nuva-checkout-form { display: block !important; max-width: 1360px; margin: 0 auto; padding: clamp(42px, 6vw, 90px) 24px clamp(80px, 10vw, 140px); }
.nuva-checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr); gap: clamp(32px, 5vw, 74px); align-items: start; }
.nuva-checkout-card { padding: clamp(30px, 4vw, 52px); border: 1px solid rgba(33,29,23,.13); background: #fff; box-shadow: 0 24px 70px rgba(30,24,16,.08); }
.nuva-checkout-card__heading { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 34px; padding-bottom: 26px; border-bottom: 1px solid rgba(33,29,23,.11); }
.nuva-checkout-card__heading > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: #17130c; background: var(--nuva-gold); font-size: 10px; font-weight: 900; }
.nuva-checkout-card__heading h2 { margin: 0 0 7px; font-size: clamp(30px, 3vw, 42px); }
.nuva-checkout-card__heading p { margin: 0; color: #7b7164; font-size: 12px; }
.nuva-checkout-details #customer_details,
.nuva-checkout-details #customer_details .col-1 { float: none; width: 100%; }
.nuva-checkout-details .woocommerce-billing-fields > h3 { display: none; }
.nuva-checkout-details .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.nuva-checkout-details #billing_first_name_field { grid-column: 1; }
.nuva-checkout-details #billing_email_field { grid-column: 2; }
.nuva-checkout-details #billing_country_field { grid-column: 1 / -1; }
.woocommerce .nuva-checkout-card form .form-row,
.woocommerce .nuva-checkout-card .form-row { margin: 0; }
.woocommerce .nuva-checkout-card .form-row label { display: block; margin-bottom: 9px; color: #3c372f; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce .nuva-checkout-card .form-row .required { color: var(--nuva-gold-dark); }
.woocommerce .nuva-checkout-card .form-row input.input-text,
.woocommerce .nuva-checkout-card .form-row select,
.nuva-checkout-card .select2-container .select2-selection--single {
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid rgba(33,29,23,.17);
  border-radius: 0;
  outline: 0;
  color: #1a1712;
  background: #fbfaf7;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.woocommerce .nuva-checkout-card .form-row input.input-text:focus,
.nuva-checkout-card .select2-container--open .select2-selection--single { border-color: var(--nuva-gold-dark); background: #fff; box-shadow: 0 0 0 3px rgba(201,164,90,.12); }
.nuva-checkout-card .select2-container .select2-selection--single .select2-selection__rendered { line-height: 58px; padding-left: 0; }
.nuva-checkout-card .select2-container .select2-selection--single .select2-selection__arrow { height: 58px; }
.nuva-checkout-next { margin-top: 26px; padding: clamp(30px, 4vw, 46px); color: #fff; background: #0b0a08; }
.nuva-checkout-next .nuva-eyebrow { color: #e1c782; }
.nuva-checkout-next__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.nuva-checkout-next__grid > div { padding-right: 16px; border-right: 1px solid rgba(255,255,255,.12); }
.nuva-checkout-next__grid > div:last-child { border-right: 0; }
.nuva-checkout-next__grid span { display: grid; width: 30px; height: 30px; place-items: center; margin-bottom: 18px; border: 1px solid rgba(201,164,90,.55); border-radius: 50%; color: var(--nuva-gold); font-size: 9px; font-weight: 900; }
.nuva-checkout-next__grid strong { display: block; margin-bottom: 8px; font-family: var(--nuva-serif); font-size: 18px; font-weight: 600; line-height: 1.15; }
.nuva-checkout-next__grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.6; }
.nuva-checkout-summary { position: sticky; top: 138px; }
.nuva-checkout-card--summary { padding-bottom: 30px; }
.nuva-checkout-card--summary .woocommerce-checkout-review-order { padding: 0; border: 0; background: transparent; }
.nuva-checkout-card--summary table.shop_table { margin: 0 0 25px; border: 0; border-collapse: collapse; }
.nuva-checkout-card--summary table.shop_table th,
.nuva-checkout-card--summary table.shop_table td { padding: 17px 0; border-top: 1px solid rgba(33,29,23,.1); }
.nuva-checkout-card--summary table.shop_table thead th { padding-top: 0; border-top: 0; color: #8a806f; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nuva-checkout-card--summary table.shop_table .product-name { padding-right: 24px; color: #211e18; font-family: var(--nuva-serif); font-size: 17px; font-weight: 600; }
.nuva-checkout-card--summary table.shop_table .product-total { text-align: right; white-space: nowrap; }
.nuva-checkout-card--summary table.shop_table tfoot th { color: #70675b; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.nuva-checkout-card--summary table.shop_table tfoot td { text-align: right; }
.nuva-checkout-card--summary table.shop_table .order-total th,
.nuva-checkout-card--summary table.shop_table .order-total td { padding-top: 22px; color: #17140f; font-family: var(--nuva-serif); font-size: 24px; }
.nuva-checkout-card--summary .woocommerce-checkout-payment { margin: 0; background: transparent !important; }
.nuva-checkout-card--summary .wc_payment_methods { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.nuva-checkout-card--summary .wc_payment_method { margin: 0 0 10px !important; padding: 16px !important; border: 1px solid rgba(33,29,23,.13); background: #fbfaf7; }
.nuva-checkout-card--summary .payment_box { margin: 14px -16px -16px !important; padding: 16px !important; color: #71685d !important; background: #f3eee5 !important; font-size: 11px !important; }
.nuva-checkout-card--summary .payment_box::before { display: none !important; }
.nuva-checkout-card--summary .place-order { margin-top: 18px !important; padding: 0 !important; }
.nuva-checkout-card--summary .woocommerce-privacy-policy-text { color: #786f64; font-size: 10px; line-height: 1.6; }
.nuva-checkout-card--summary .form-row.privacy { display: flex; gap: 11px; align-items: flex-start; margin: 18px 0 !important; padding: 17px !important; border: 1px solid rgba(33,29,23,.12); background: #f8f5ef; }
.nuva-checkout-card--summary .form-row.privacy input { flex: 0 0 auto; margin-top: 4px; }
.nuva-checkout-card--summary .form-row.privacy label { margin: 0; color: #5f574d; font-size: 10px; font-weight: 500; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.nuva-checkout-card--summary #place_order { width: 100%; min-height: 68px; margin-top: 5px; box-shadow: 0 14px 34px rgba(159,122,53,.22); }
.nuva-checkout-trust { display: flex; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(33,29,23,.1); }
.nuva-checkout-trust > span { color: var(--nuva-gold-dark); font-size: 9px; }
.nuva-checkout-trust p { margin: 0; color: #766d61; font-size: 10px; line-height: 1.5; }
.nuva-checkout-trust strong { display: block; margin-bottom: 3px; color: #2a261f; font-size: 11px; }
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message { max-width: 1312px; margin: 24px auto; }

/* Order received page */
.woocommerce-order-received .woocommerce-order { max-width: 980px; margin: 0 auto; padding: clamp(35px, 6vw, 70px); border: 1px solid rgba(33,29,23,.13); background: #fff; box-shadow: var(--nuva-shadow); }
.woocommerce-order-received .woocommerce-thankyou-order-received { margin-bottom: 35px; color: #1f1b15; font-family: var(--nuva-serif); font-size: clamp(34px, 4vw, 54px); line-height: 1.1; }
.woocommerce-order-received ul.order_details { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 40px; padding: 0; border: 1px solid rgba(33,29,23,.12); }
.woocommerce-order-received ul.order_details li { margin: 0; padding: 18px; border-right: 1px solid rgba(33,29,23,.12); font-size: 10px; }

@media (max-width: 1180px) {
  .woocommerce ul.products,
  ul.products.nuva-featured-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nuva-single-product__hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 42px; }
  .nuva-single-product__summary { padding: 36px; }
  .nuva-checkout-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 34px; }
}

@media (max-width: 900px) {
  .woocommerce ul.products,
  ul.products.nuva-featured-products,
  .nuva-featured-products--count-3 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .nuva-featured-products--count-1 { grid-template-columns: minmax(280px, 460px) !important; }
  .nuva-featured-products--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .nuva-single-product__hero { grid-template-columns: 1fr; }
  .nuva-single-product__summary { position: static; }
  .nuva-single-product__gallery .woocommerce-product-gallery__image { min-height: 0; }
  .nuva-product-story-panel,
  .nuva-product-description { grid-template-columns: 1fr; }
  .nuva-single-reassurance { grid-template-columns: 1fr; }
  .nuva-checkout-grid { grid-template-columns: 1fr; }
  .nuva-checkout-summary { position: static; }
  .nuva-checkout-next__grid { grid-template-columns: 1fr; }
  .nuva-checkout-next__grid > div { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nuva-checkout-next__grid > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .woocommerce-order-received ul.order_details { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .woocommerce ul.products,
  ul.products.nuva-featured-products,
  .nuva-featured-products--count-1,
  .nuva-featured-products--count-2,
  .nuva-featured-products--count-3 { grid-template-columns: 1fr !important; }
  .nuva-product-card__body { padding: 20px; }
  .nuva-product-card__view { display: none; }
  .nuva-single-product__summary { padding: 26px 22px; }
  .nuva-single-product__summary .product_title { font-size: 44px; }
  .nuva-single-product__format-row { grid-template-columns: 1fr; }
  .nuva-single-product__format-row > span { min-height: 58px; border-right: 0; border-bottom: 1px solid rgba(33,29,23,.12); }
  .nuva-single-product__format-row > span:last-child { border-bottom: 0; }
  .nuva-product-story-panel,
  .nuva-product-description { margin-right: -16px; margin-left: -16px; padding: 46px 24px; }
  .nuva-checkout-hero { padding-right: 20px; padding-left: 20px; }
  .nuva-checkout-steps i { width: 14px; }
  .nuva-checkout-steps span { gap: 5px; font-size: 7px; }
  .nuva-checkout-steps span b { width: 24px; height: 24px; }
  .woocommerce form.checkout.nuva-checkout-form { padding-right: 16px; padding-left: 16px; }
  .nuva-checkout-card { padding: 26px 20px; }
  .nuva-checkout-card__heading { gap: 14px; }
  .nuva-checkout-details .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }
  .nuva-checkout-details #billing_first_name_field,
  .nuva-checkout-details #billing_email_field,
  .nuva-checkout-details #billing_country_field { grid-column: 1; }
  .woocommerce-order-received ul.order_details { grid-template-columns: 1fr; }
}

/* ============================================================
   NUVA IRIS 1.2 — mobile reliability + marketplace collection
   ============================================================ */

/* Touch-safe navigation. */
.nuva-header { z-index: 1000; }
.nuva-menu-open { overflow: hidden; }
.nuva-menu-toggle { position: relative; z-index: 1003; cursor: pointer; touch-action: manipulation; }
.nuva-menu-toggle > span:not(.screen-reader-text) { transition: transform .22s ease, opacity .22s ease; }
.nuva-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nuva-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nuva-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Compact marketplace product grid. */
.woocommerce ul.products,
ul.products.nuva-featured-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.woocommerce ul.products li.product.nuva-product-card,
ul.products li.product.nuva-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 27, 21, .10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(34, 27, 18, .06);
  cursor: pointer;
  isolation: isolate;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(201, 164, 90, .12);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.woocommerce ul.products li.product.nuva-product-card:hover,
ul.products li.product.nuva-product-card:hover {
  border-color: rgba(159, 122, 53, .28);
  box-shadow: 0 16px 42px rgba(34, 27, 18, .11);
  transform: translateY(-4px);
}

.nuva-product-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #080807;
  border-bottom: 1px solid rgba(31, 27, 21, .08);
  pointer-events: none;
}

.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media img,
ul.products li.product.nuva-product-card .nuva-product-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: clamp(8px, .85vw, 13px);
  object-fit: contain;
  object-position: center;
  background: #080807;
  transform: none;
  transition: transform .4s ease, filter .4s ease;
}

.nuva-product-card:hover .nuva-product-card__media img {
  filter: saturate(1.035) contrast(1.015);
  transform: scale(1.018);
}

.nuva-product-card__media-glow {
  position: absolute;
  inset: auto 10% -35% 10%;
  height: 52%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,164,90,.18), transparent 66%);
  pointer-events: none;
}

.nuva-product-card__featured {
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: .1em;
  pointer-events: none;
}

.nuva-product-card__body {
  position: relative;
  display: flex;
  min-height: 178px;
  flex-direction: column;
  padding: 17px 18px 16px;
}

.nuva-product-card__meta {
  margin-bottom: 9px;
  color: #8a8175;
  font-size: 8px;
  letter-spacing: .11em;
}

.nuva-product-card__meta span:first-child { color: #8e692b; }

.woocommerce ul.products li.product .nuva-product-card__title,
ul.products li.product .nuva-product-card__title {
  min-height: 2.34em;
  margin: 0;
  padding: 0;
  font-family: var(--nuva-sans);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.17;
  letter-spacing: -.018em;
}

.nuva-product-card__stretched-link {
  position: relative;
  z-index: 2;
  color: #1d1a16;
  outline-offset: 4px;
}

.nuva-product-card__stretched-link::after {
  position: absolute;
  z-index: 1;
  inset: auto;
  content: "";
}

/* This pseudo-link covers the whole card without blocking its own focus state. */
.nuva-product-card__body::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.nuva-product-card__details {
  margin: 8px 0 13px;
  color: #7c7368;
  font-size: 11px;
  line-height: 1.45;
}

.nuva-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(31, 27, 21, .08);
}

.woocommerce ul.products li.product .nuva-product-card__price,
ul.products li.product .nuva-product-card__price {
  color: #171410;
  font-family: var(--nuva-sans);
  font-size: 20px;
  font-weight: 750;
  line-height: 1;
}

.nuva-product-card__arrow {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(159, 122, 53, .28);
  border-radius: 50%;
  color: #8e692b;
  font-size: 14px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.nuva-product-card:hover .nuva-product-card__arrow {
  color: #17130c;
  background: var(--nuva-gold);
  transform: translate(1px, -1px);
}

.nuva-product-card__shade,
.nuva-product-card__view,
.nuva-product-card__copy,
.nuva-product-card__cta { display: none !important; }

/* Do not make a single new product enormous on the home page. */
.nuva-featured-products--count-1 {
  grid-template-columns: minmax(250px, 320px) !important;
  justify-content: center;
}
.nuva-featured-products--count-2 {
  grid-template-columns: repeat(2, minmax(250px, 320px)) !important;
  justify-content: center;
}
.nuva-featured-products--count-3 {
  grid-template-columns: repeat(3, minmax(250px, 320px)) !important;
  justify-content: center;
}

/* Product page: a balanced marketplace layout, not an oversized poster. */
.nuva-single-product__hero {
  max-width: 1240px;
  grid-template-columns: minmax(0, 680px) minmax(350px, 470px);
  justify-content: center;
  gap: clamp(34px, 5vw, 72px);
  margin-inline: auto;
}

.nuva-single-product__gallery .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 16px 50px rgba(24, 20, 15, .10);
}

.nuva-single-product__gallery .woocommerce-product-gallery__image {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.nuva-single-product__gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: clamp(10px, 1.4vw, 20px);
  object-fit: contain;
  background: #050505;
}

.nuva-single-product__summary {
  top: 124px;
  padding: clamp(28px, 3vw, 42px);
  border-radius: 12px;
  box-shadow: 0 18px 56px rgba(29, 24, 17, .09);
}

.nuva-single-product__summary .product_title {
  font-family: var(--nuva-sans);
  font-size: clamp(36px, 3.7vw, 54px);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.nuva-single-product__lead { margin-top: 17px; font-size: 14px; }
.nuva-single-product__price-row { margin: 22px 0 18px; padding: 17px 0; }
.nuva-single-product__price-row .price { font-family: var(--nuva-sans); font-size: 29px !important; font-weight: 760 !important; }
.nuva-single-product__format-row > span { min-height: 62px; }
.nuva-single-product__purchase .single_add_to_cart_button { min-height: 58px !important; border-radius: 8px; }

@media (max-width: 1180px) {
  .nuva-header__brand,
  .nuva-header__actions { position: relative; z-index: 1002; }

  .nuva-navigation {
    position: fixed;
    z-index: 1001;
    inset: 0;
    display: block;
    padding: 132px max(24px, calc((100vw - 760px) / 2)) 42px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(7, 7, 6, .995);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .nuva-navigation.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nuva-navigation .nuva-menu,
  .nuva-navigation .menu { position: relative; z-index: 2; }
  .nuva-navigation li,
  .nuva-navigation a { position: relative; z-index: 2; pointer-events: auto !important; }
  .nuva-menu a { min-height: 58px; padding: 13px 4px; touch-action: manipulation; }

  .woocommerce ul.products,
  ul.products.nuva-featured-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .nuva-single-product__hero { grid-template-columns: minmax(0, 1fr) minmax(330px, 420px); gap: 34px; }
}

@media (max-width: 900px) {
  .nuva-navigation { padding-top: 118px; }

  .woocommerce ul.products,
  ul.products.nuva-featured-products,
  .nuva-featured-products--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nuva-featured-products--count-1 { grid-template-columns: minmax(250px, 320px) !important; }
  .nuva-featured-products--count-2 { grid-template-columns: repeat(2, minmax(240px, 320px)) !important; }

  .nuva-single-product__hero { grid-template-columns: 1fr; max-width: 720px; }
  .nuva-single-product__summary { position: static; }
}

@media (max-width: 620px) {
  .nuva-navigation {
    padding: 112px 20px 32px;
  }

  .nuva-menu a {
    min-height: 54px;
    padding: 11px 2px;
    font-size: clamp(24px, 8vw, 34px);
  }

  /* Two compact marketplace columns on phones. */
  .woocommerce ul.products,
  ul.products.nuva-featured-products,
  .nuva-featured-products--count-1,
  .nuva-featured-products--count-2,
  .nuva-featured-products--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 10px;
  }

  .nuva-featured-products--count-1 { max-width: 340px; margin-inline: auto; }

  .nuva-product-card__media { aspect-ratio: 1 / 1; }
  .woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media img,
  ul.products li.product.nuva-product-card .nuva-product-card__media img { padding: 7px; }

  .nuva-product-card__body { min-height: 151px; padding: 12px 11px 11px; }
  .nuva-product-card__meta { gap: 5px; margin-bottom: 7px; font-size: 7px; letter-spacing: .07em; }
  .woocommerce ul.products li.product .nuva-product-card__title,
  ul.products li.product .nuva-product-card__title { min-height: 2.4em; font-size: 15px; line-height: 1.2; }
  .nuva-product-card__details { min-height: 2.8em; margin: 6px 0 9px; font-size: 9px; line-height: 1.35; }
  .nuva-product-card__footer { padding-top: 9px; }
  .woocommerce ul.products li.product .nuva-product-card__price,
  ul.products li.product .nuva-product-card__price { font-size: 16px; }
  .nuva-product-card__arrow { width: 26px; height: 26px; font-size: 12px; }
  .nuva-product-card__featured { top: 8px; left: 8px; padding: 5px 7px; font-size: 7px; }

  .nuva-single-product__gallery-label { margin-bottom: 9px; }
  .nuva-single-product__gallery .woocommerce-product-gallery__image { aspect-ratio: 1 / 1; }
  .nuva-single-product__summary { padding: 24px 18px; border-radius: 10px; }
  .nuva-single-product__summary .product_title { font-size: 34px; }
  .nuva-single-product__format-row { grid-template-columns: repeat(3, 1fr); }
  .nuva-single-product__format-row > span {
    min-height: 58px;
    padding: 9px 7px;
    border-right: 1px solid rgba(33,29,23,.12);
    border-bottom: 0;
    font-size: 7px;
  }
  .nuva-single-product__format-row > span:last-child { border-right: 0; }
  .nuva-single-product__format-row strong { font-size: 16px; }
}

@media (max-width: 380px) {
  .woocommerce ul.products,
  ul.products.nuva-featured-products,
  .nuva-featured-products--count-1,
  .nuva-featured-products--count-2,
  .nuva-featured-products--count-3 {
    grid-template-columns: 1fr !important;
    max-width: 320px;
    margin-inline: auto;
  }
}

/* Final mobile safeguards. */
@media (max-width: 1180px) {
  .nuva-header { -webkit-backdrop-filter: none; backdrop-filter: none; }
}

@media (max-width: 620px) {
  ul.products.nuva-featured-products.nuva-featured-products--count-1 {
    grid-template-columns: 1fr !important;
    width: min(100%, 270px);
    max-width: 270px;
    margin-inline: auto;
  }
}

/* ============================================================
   NUVA IRIS 1.3 — native mobile links / Safari hit-test repair
   ============================================================ */

/* Product cards are now one native anchor; no JS is required to open them. */
.woocommerce ul.products li.product.nuva-product-card,
ul.products li.product.nuva-product-card {
  padding: 0 !important;
}

.nuva-product-card__native-link {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(201, 164, 90, .18);
}

.nuva-product-card__native-link:focus-visible {
  outline: 3px solid var(--nuva-gold);
  outline-offset: -3px;
}

.nuva-product-card__native-link .nuva-product-card__media,
.nuva-product-card__native-link .nuva-product-card__body,
.nuva-product-card__native-link .nuva-product-card__meta,
.nuva-product-card__native-link .nuva-product-card__title,
.nuva-product-card__native-link .nuva-product-card__details,
.nuva-product-card__native-link .nuva-product-card__footer {
  display: flex;
}

.nuva-product-card__native-link .nuva-product-card__media {
  display: block;
  flex: 0 0 auto;
  pointer-events: auto;
}

.nuva-product-card__native-link .nuva-product-card__body {
  flex: 1 1 auto;
}

.nuva-product-card__native-link .nuva-product-card__meta,
.nuva-product-card__native-link .nuva-product-card__footer {
  flex-direction: row;
}

.nuva-product-card__native-link .nuva-product-card__title,
.nuva-product-card__native-link .nuva-product-card__details {
  display: block;
}

/* Old stretched-link mechanics must not create invisible layers. */
.nuva-product-card__stretched-link,
.nuva-product-card__stretched-link::after,
.nuva-product-card__body::after {
  display: none !important;
  content: none !important;
}

/* Category cards remain genuine anchors; decorative children never intercept taps. */
.nuva-category-card {
  z-index: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(201, 164, 90, .18);
}
.nuva-category-card__veil,
.nuva-category-card__content,
.nuva-category-card img {
  pointer-events: none;
}

@media (max-width: 1180px) {
  /* Avoid iOS Safari hit-testing bugs caused by fixed layers inside a blurred sticky header. */
  .nuva-header {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: #090908 !important;
  }

  .nuva-navigation {
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .nuva-navigation.is-open {
    display: block !important;
  }

  .nuva-navigation,
  .nuva-navigation * {
    -webkit-transform: translateZ(0);
  }

  .nuva-navigation a {
    display: flex !important;
    width: 100%;
    align-items: center;
    pointer-events: auto !important;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(201, 164, 90, .24);
  }
}

/* ============================================================
   NUVA IRIS 1.4 — uncropped artwork cards + six best sellers
   ============================================================ */

/*
 * The artwork itself must always remain fully visible. The template now loads
 * WordPress' non-cropped "large" image rather than WooCommerce's square crop.
 * This 4:3 stage gives every design the same visual footprint without cutting
 * off horizontal or vertical artwork.
 */
.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media,
ul.products li.product.nuva-product-card .nuva-product-card__media {
  display: grid !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 0;
  place-items: center;
  padding: 0;
  background: #ece8df;
}

.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media img,
ul.products li.product.nuva-product-card .nuva-product-card__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
}

/* A restrained marketplace size on category and shop pages. */
.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products {
  grid-template-columns: repeat(auto-fit, minmax(245px, 305px)) !important;
  justify-content: center;
  gap: 30px 22px;
}

/* Homepage: exactly six best sellers settle into a premium 3 × 2 grid. */
.nuva-products-section ul.products.nuva-featured-products,
.nuva-products-section ul.products.nuva-featured-products[class*="nuva-featured-products--count-"] {
  grid-template-columns: repeat(3, minmax(250px, 355px)) !important;
  justify-content: center;
  gap: 30px 24px;
  max-width: 1140px;
  margin-inline: auto;
}

/* Remove old special-case widths: the new grid remains balanced at all counts. */
.nuva-products-section .nuva-featured-products--count-1,
.nuva-products-section .nuva-featured-products--count-2,
.nuva-products-section .nuva-featured-products--count-3,
.nuva-products-section .nuva-featured-products--count-4,
.nuva-products-section .nuva-featured-products--count-5,
.nuva-products-section .nuva-featured-products--count-6 {
  max-width: 1140px !important;
}

/* Keep text areas consistently aligned even when titles have different lengths. */
.nuva-product-card__body {
  min-height: 172px;
}

.woocommerce ul.products li.product .nuva-product-card__title,
ul.products li.product .nuva-product-card__title {
  min-height: 2.35em;
}

@media (max-width: 1040px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .nuva-products-section ul.products.nuva-featured-products,
  .nuva-products-section ul.products.nuva-featured-products[class*="nuva-featured-products--count-"] {
    grid-template-columns: repeat(2, minmax(235px, 340px)) !important;
  }
}

@media (max-width: 620px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .nuva-products-section ul.products.nuva-featured-products,
  .nuva-products-section ul.products.nuva-featured-products[class*="nuva-featured-products--count-"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 15px 10px;
    width: 100%;
    max-width: none !important;
  }

  .woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media,
  ul.products li.product.nuva-product-card .nuva-product-card__media {
    aspect-ratio: 4 / 3 !important;
  }

  .nuva-product-card__body {
    min-height: 148px;
  }
}

@media (max-width: 380px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .nuva-products-section ul.products.nuva-featured-products,
  .nuva-products-section ul.products.nuva-featured-products[class*="nuva-featured-products--count-"] {
    grid-template-columns: 1fr !important;
    width: min(100%, 320px);
    margin-inline: auto;
  }
}

/* ============================================================
   NUVA IRIS 1.5 — centred artwork stage + English storefront polish
   ============================================================ */

/*
 * A consistent 16:10 marketplace stage fits the horizontal iris artwork much
 * better than a square or 4:3 crop. The real image is never cropped. A soft,
 * darkened copy of the same artwork fills any remaining letterbox area so the
 * card never shows an unfinished grey strip.
 */
.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media,
ul.products li.product.nuva-product-card .nuva-product-card__media {
  position: relative;
  display: grid !important;
  aspect-ratio: 16 / 10 !important;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  padding: 0 !important;
  background: #080807 !important;
  isolation: isolate;
}

.nuva-product-card__backdrop {
  position: absolute;
  z-index: 0;
  inset: -26px;
  display: block;
  background-image:
    linear-gradient(rgba(4, 4, 4, .40), rgba(4, 4, 4, .40)),
    var(--nuva-card-art, linear-gradient(135deg, #0a0a09, #242019));
  background-position: center;
  background-size: cover;
  filter: blur(24px) saturate(.82) contrast(.96);
  opacity: .52;
  pointer-events: none;
  transform: scale(1.10);
}

.nuva-product-card__canvas {
  position: relative;
  z-index: 1;
  display: flex !important;
  width: 100%;
  height: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  pointer-events: none;
}

.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__canvas img,
ul.products li.product.nuva-product-card .nuva-product-card__canvas img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: transparent !important;
  transform: none !important;
}

.nuva-product-card:hover .nuva-product-card__canvas img {
  filter: saturate(1.035) contrast(1.015);
  transform: scale(1.012) !important;
}

.nuva-product-card__media-glow { display: none !important; }
.nuva-product-card__featured { z-index: 4; }

/* A balanced, consistent collection grid on both category archives and home. */
.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  justify-content: stretch;
  gap: 28px 22px;
}

.nuva-products-section ul.products.nuva-featured-products,
.nuva-products-section ul.products.nuva-featured-products[class*="nuva-featured-products--count-"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  justify-content: stretch;
  gap: 30px 24px;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}

/* Give collection pages comfortable space below the sticky header. */
.post-type-archive-product .nuva-shop-main,
.tax-product_cat .nuva-shop-main {
  padding-top: clamp(54px, 6vw, 88px);
  padding-bottom: clamp(84px, 8vw, 130px);
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
  margin-bottom: 44px;
}

.woocommerce .woocommerce-result-count {
  color: #756d62;
  font-size: 13px;
}

.woocommerce .woocommerce-ordering select {
  min-width: 250px;
  min-height: 48px;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(32, 30, 26, .16);
  border-radius: 0;
  color: #201e1a;
  background-color: #fff;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .nuva-products-section ul.products.nuva-featured-products,
  .nuva-products-section ul.products.nuva-featured-products[class*="nuva-featured-products--count-"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  .woocommerce .woocommerce-ordering {
    margin: 12px 0 26px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media,
  ul.products li.product.nuva-product-card .nuva-product-card__media {
    aspect-ratio: 16 / 10 !important;
  }

  .nuva-product-card__canvas {
    padding: 4px;
  }

  .post-type-archive-product .nuva-shop-main,
  .tax-product_cat .nuva-shop-main {
    padding-top: 38px;
  }
}

@media (max-width: 380px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .nuva-products-section ul.products.nuva-featured-products,
  .nuva-products-section ul.products.nuva-featured-products[class*="nuva-featured-products--count-"] {
    grid-template-columns: 1fr !important;
    width: min(100%, 330px);
    margin-inline: auto;
  }
}

/* ============================================================
   NUVA IRIS 1.6 — smart-centred artwork cards
   ============================================================ */

/*
 * Product files often include intentional black/white export canvas around the
 * composition. The theme now generates a separate 16:10 card copy that trims
 * only near-solid outer canvas and centres the complete artwork. As a result,
 * every card has equal dimensions without a second inner rectangle, a large
 * empty top area or cropped irises.
 */
.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media,
ul.products li.product.nuva-product-card .nuva-product-card__media {
  aspect-ratio: 16 / 10 !important;
  display: block !important;
  padding: 0 !important;
  background: var(--nuva-card-bg, #080807) !important;
}

.nuva-product-card__backdrop {
  display: none !important;
}

.nuva-product-card__canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: var(--nuva-card-bg, #080807) !important;
}

.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__canvas img.nuva-product-card__image,
ul.products li.product.nuva-product-card .nuva-product-card__canvas img.nuva-product-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-position: 50% 50% !important;
  border: 0 !important;
  background: var(--nuva-card-bg, #080807) !important;
  box-shadow: none !important;
}

/* Generated files already have the exact 16:10 ratio. */
.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__image--smart,
ul.products li.product.nuva-product-card .nuva-product-card__image--smart {
  object-fit: cover !important;
}

/* Safe fallback for hosts without GD/WebP support: preserve the full upload. */
.woocommerce ul.products li.product.nuva-product-card .nuva-product-card__image:not(.nuva-product-card__image--smart),
ul.products li.product.nuva-product-card .nuva-product-card__image:not(.nuva-product-card__image--smart) {
  object-fit: contain !important;
}

.nuva-product-card:hover .nuva-product-card__canvas img.nuva-product-card__image {
  transform: scale(1.015) !important;
}

/* Keep marketplace cards visually restrained and consistent. */
.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products {
  gap: 26px 20px;
}

.woocommerce ul.products li.product.nuva-product-card,
ul.products li.product.nuva-product-card {
  overflow: hidden;
  border: 1px solid rgba(32, 30, 26, .11);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(32, 30, 26, .055);
}

.woocommerce ul.products li.product.nuva-product-card:hover,
ul.products li.product.nuva-product-card:hover {
  box-shadow: 0 16px 36px rgba(32, 30, 26, .10);
}

@media (max-width: 620px) {
  .woocommerce ul.products li.product.nuva-product-card .nuva-product-card__media,
  ul.products li.product.nuva-product-card .nuva-product-card__media {
    aspect-ratio: 16 / 10 !important;
  }
}
