.vimport-b2b{--b2b-ink: #fcf7ef;--b2b-ink-soft: rgba(252, 247, 239, .76);--b2b-ink-muted: rgba(252, 247, 239, .58);--b2b-dark: #181314;--b2b-dark-2: #24181b;--b2b-wine: #5b1244;--b2b-gold: #d8bd7a;--b2b-champagne: #fbf2e8;--b2b-paper: #fffaf3;--b2b-paper-warm: #f6ecdf;--b2b-card-bg: rgba(255, 253, 248, .86);--b2b-card-bg-dark: rgba(252, 247, 239, .08);--b2b-border: rgba(216, 189, 122, .22);--b2b-border-soft: rgba(252, 247, 239, .14);--b2b-card-border: rgba(32, 25, 26, .1);--b2b-card-shadow: 0 14px 38px rgba(32, 25, 26, .07);--b2b-shadow: 0 24px 70px rgba(0, 0, 0, .22);--b2b-radius: 8px;--b2b-gap: clamp(1.2rem, 1.6vw, 1.8rem);color:var(--b2b-ink);background:var(--b2b-dark);letter-spacing:0;overflow-x:clip}.vimport-b2b *,.vimport-b2b *:before,.vimport-b2b *:after{box-sizing:border-box}.vimport-b2b a{color:inherit}.vimport-b2b-section{position:relative;overflow:clip;padding-top:var(--b2b-padding-top-mobile, 56px);padding-bottom:var(--b2b-padding-bottom-mobile, 56px)}.vimport-b2b-section--dark{background:linear-gradient(135deg,rgba(91,18,68,.24),transparent 36%),linear-gradient(180deg,#181314,#24181b);color:var(--b2b-ink)}.vimport-b2b-section--warm{background:linear-gradient(180deg,var(--b2b-paper) 0%,var(--b2b-paper-warm) 100%);color:#20191a}.vimport-b2b-section--light{background:#fcfcfc;color:#20191a}.vimport-b2b-section--dark .vimport-b2b__heading,.vimport-b2b-section--dark .vimport-b2b__section-heading{color:var(--b2b-ink);text-shadow:0 2px 18px rgba(0,0,0,.2)}.vimport-b2b-section--warm .vimport-b2b__kicker,.vimport-b2b-section--warm .vimport-b2b__eyebrow,.vimport-b2b-section--light .vimport-b2b__kicker,.vimport-b2b-section--light .vimport-b2b__eyebrow{color:var(--b2b-wine)}.vimport-b2b-section--warm .vimport-b2b__intro,.vimport-b2b-section--warm .vimport-b2b__body,.vimport-b2b-section--light .vimport-b2b__intro,.vimport-b2b-section--light .vimport-b2b__body{color:#20191ac7;opacity:1}.vimport-b2b .page-width{position:relative;z-index:1}.vimport-b2b__eyebrow,.vimport-b2b__kicker{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 1.4rem;color:var(--b2b-gold);font-size:1.2rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.vimport-b2b__eyebrow:before,.vimport-b2b__kicker:before{content:"";display:inline-block;width:3.2rem;height:1px;background:currentColor;opacity:.72}.vimport-b2b__heading{max-width:92rem;margin:0;color:inherit;font-family:var(--font-heading-family, "Satoshi-Bold"),"Satoshi-Bold",sans-serif;font-size:clamp(3.4rem,6vw,8.8rem);line-height:.96;letter-spacing:0}.vimport-b2b__section-heading{max-width:76rem;margin:0;color:inherit;font-size:clamp(2.8rem,4vw,5.6rem);line-height:1.02;letter-spacing:0}.vimport-b2b__intro,.vimport-b2b__body{max-width:72rem;margin:1.8rem 0 0;color:currentColor;opacity:.78;font-size:1.65rem;line-height:1.68;letter-spacing:0}.vimport-b2b-section--dark .vimport-b2b__intro,.vimport-b2b-section--dark .vimport-b2b__body,.vimport-b2b-hero .vimport-b2b__body{color:var(--b2b-ink-soft);opacity:1}.vimport-b2b__header{display:grid;gap:1.2rem;margin-bottom:3.2rem}.vimport-b2b__header--center{justify-items:center;text-align:center}.vimport-b2b__header--center .vimport-b2b__intro{margin-left:auto;margin-right:auto}.vimport-b2b__button-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem}.vimport-b2b__button{display:inline-flex;align-items:center;justify-content:center;min-height:5rem;padding:1.2rem 2.2rem;border:1px solid transparent;border-radius:999px;color:#171011;background:linear-gradient(135deg,#f7e6bf,#d8bd7a);font-size:1.48rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.vimport-b2b__button:hover{transform:translateY(-1px)}.vimport-b2b__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.vimport-b2b__button--secondary{color:var(--b2b-ink);background:#fcf7ef14;border-color:#fcf7ef57}.vimport-b2b__button--secondary:hover{background:#fcf7ef24;border-color:#d8bd7a99}.vimport-b2b-section--warm .vimport-b2b__button--secondary,.vimport-b2b-section--light .vimport-b2b__button--secondary{color:#20191a;background:transparent;border-color:#20191a3d}.vimport-b2b-card{border:1px solid var(--b2b-card-border);border-radius:var(--b2b-radius);background:var(--b2b-card-bg);box-shadow:var(--b2b-card-shadow)}.vimport-b2b-section--dark .vimport-b2b-card{border-color:var(--b2b-border-soft);background:var(--b2b-card-bg-dark);color:var(--b2b-ink);box-shadow:var(--b2b-shadow)}.vimport-b2b-section--dark .vimport-b2b-value-card__text,.vimport-b2b-section--dark .vimport-b2b-audience-card__text,.vimport-b2b-section--dark .vimport-b2b-process-card__text{color:var(--b2b-ink-soft);opacity:1}.vimport-b2b-section--warm .vimport-b2b-value-card__text,.vimport-b2b-section--warm .vimport-b2b-audience-card__text,.vimport-b2b-section--warm .vimport-b2b-process-card__text,.vimport-b2b-section--light .vimport-b2b-value-card__text,.vimport-b2b-section--light .vimport-b2b-audience-card__text,.vimport-b2b-section--light .vimport-b2b-process-card__text{color:#20191ac2;opacity:1}.vimport-b2b-hero{min-height:var(--b2b-hero-height, 76vh);display:grid;align-items:stretch;overflow:hidden;background:#171011}.vimport-b2b-hero--medium{--b2b-hero-height: 64vh}.vimport-b2b-hero--large{--b2b-hero-height: 78vh}.vimport-b2b-hero--full{--b2b-hero-height: 100svh}.vimport-b2b-hero__media,.vimport-b2b-hero__fallback,.vimport-b2b-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.vimport-b2b-hero__media img{width:100%;height:100%;object-fit:cover}.vimport-b2b-hero__fallback{background-size:cover;background-position:center;opacity:.72}.vimport-b2b-hero__fallback:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 28%,rgba(216,189,122,.22),transparent 20rem),linear-gradient(110deg,#1813141a,#181314c7)}.vimport-b2b-hero__overlay{background:linear-gradient(90deg,rgba(16,10,11,var(--b2b-overlay-strong, .8)),rgba(16,10,11,var(--b2b-overlay, .58)) 46%,#100a0b3d),linear-gradient(0deg,#100a0bc2,#100a0b14 54%,#100a0b47)}.vimport-b2b-hero__inner{position:relative;z-index:1;width:100%;display:grid;align-items:end;min-height:var(--b2b-hero-height, 76vh);padding-top:6rem;padding-bottom:3.2rem}.vimport-b2b-hero__content{max-width:96rem;padding:7rem 0 5.2rem}.vimport-b2b-hero__content--center{margin-inline:auto;text-align:center}.vimport-b2b-hero__content--center .vimport-b2b__button-row,.vimport-b2b-hero__content--center .vimport-b2b-hero__value-row{justify-content:center}.vimport-b2b-hero__value-row{display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;margin-top:4.4rem;color:var(--b2b-ink-muted);font-size:1.28rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.vimport-b2b-value-grid__grid{display:grid;gap:1.6rem}.vimport-b2b-value-card{position:relative;min-height:24rem;padding:2.6rem;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease}.vimport-b2b-value-card:after{content:"";position:absolute;inset:auto -25% -55% 35%;height:18rem;border-radius:50%;background:#d8bd7a1f;filter:blur(24px)}.vimport-b2b-value-card__icon{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;height:4.4rem;margin-bottom:3.6rem;border:1px solid rgba(216,189,122,.36);border-radius:999px;color:var(--b2b-gold);font-size:1.2rem;font-weight:800}.vimport-b2b-value-card__title,.vimport-b2b-audience-card__title,.vimport-b2b-product-card__title,.vimport-b2b-process-card__title{margin:0;color:inherit;font-size:2.2rem;line-height:1.14;letter-spacing:0}.vimport-b2b-value-card__text,.vimport-b2b-audience-card__text,.vimport-b2b-process-card__text{margin:1.2rem 0 0;color:currentColor;opacity:.76;line-height:1.62}.vimport-b2b-audiences__grid{display:grid;gap:1.6rem}.vimport-b2b-audience-card{display:grid;min-height:100%;overflow:hidden}.vimport-b2b-audience-card__media,.vimport-b2b-audience-card__placeholder{aspect-ratio:16 / 10;background:linear-gradient(135deg,#5b124438,#d8bd7a2e);overflow:hidden}.vimport-b2b-audience-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.vimport-b2b-audience-card__content{padding:2.4rem}.vimport-b2b-audience-card__bullets{display:grid;gap:.8rem;margin:1.8rem 0 0;padding:0;list-style:none}.vimport-b2b-audience-card__bullets li{display:flex;gap:.8rem;align-items:flex-start;color:currentColor;opacity:.82;line-height:1.38}.vimport-b2b-audience-card__bullets li:before,.vimport-b2b-contact__trust-list li:before{content:"";flex:0 0 .7rem;width:.7rem;height:.7rem;margin-top:.72rem;border-radius:999px;background:var(--b2b-gold)}.vimport-b2b-product-showcase__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.vimport-b2b-product-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;min-height:100%;text-decoration:none}.vimport-b2b-product-card__media{display:grid;place-items:center;aspect-ratio:4 / 5;padding:1.8rem;background:radial-gradient(circle at 50% 18%,rgba(252,247,239,.12),transparent 42%),#fcf7ef0e}.vimport-b2b-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .26s ease}.vimport-b2b-product-card__placeholder{width:42%;height:72%;border:1px solid rgba(216,189,122,.34);border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#d8bd7a2e,#5b12442e)}.vimport-b2b-product-card__content{display:grid;align-content:start;gap:1rem;padding:1.8rem}.vimport-b2b-product-card__vendor,.vimport-b2b-product-card__meta,.vimport-b2b-product-card__price{color:var(--b2b-ink-muted);font-size:1.3rem;line-height:1.3}.vimport-b2b-product-card__cta{justify-self:start;margin-top:.6rem;padding-bottom:.2rem;border-bottom:1px solid rgba(216,189,122,.58);color:var(--b2b-gold);font-size:1.35rem;font-weight:800;text-decoration:none}.vimport-b2b-product-showcase__empty{padding:3rem;text-align:center;color:var(--b2b-ink-soft)}.vimport-b2b-product-showcase__manual-cta{display:flex;justify-content:center;margin-top:3.2rem}.vimport-b2b-education__layout{display:grid;gap:3rem;align-items:center}.vimport-b2b-education__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2.4rem}.vimport-b2b-education__feature{display:flex;align-items:center;gap:1rem;min-height:5.6rem;padding:1.2rem 1.4rem;border:1px solid rgba(32,25,26,.1);border-radius:var(--b2b-radius);background:#ffffff85;color:#20191a;font-weight:750}.vimport-b2b-education__feature:before{content:"";flex:0 0 .9rem;width:.9rem;height:.9rem;border-radius:999px;background:var(--b2b-wine)}.vimport-b2b-education__visual{position:relative;min-height:38rem}.vimport-b2b-education__image,.vimport-b2b-education__preview-stack{border-radius:var(--b2b-radius);overflow:hidden}.vimport-b2b-education__image img{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover}.vimport-b2b-education__preview-stack{display:grid;gap:1.2rem;padding:2.2rem;background:linear-gradient(145deg,#24181bfa,#5b1244f5),#24181b;color:var(--b2b-ink);box-shadow:var(--b2b-shadow)}.vimport-b2b-education__preview-card{display:grid;gap:.9rem;min-height:11.8rem;padding:1.8rem;border:1px solid rgba(252,247,239,.2);border-radius:var(--b2b-radius);background:linear-gradient(135deg,#fcf7ef1f,#fcf7ef0e)}.vimport-b2b-education__preview-label{margin:0 0 .6rem;color:var(--b2b-gold);font-size:1.2rem;font-weight:800;text-transform:uppercase}.vimport-b2b-education__preview-title{margin:0;color:var(--b2b-ink);font-size:2rem;line-height:1.16}.vimport-b2b-education__preview-meta{margin:0;color:var(--b2b-ink-soft);font-size:1.22rem;font-weight:800;line-height:1.35}.vimport-b2b-image-grid__grid{display:grid;gap:1.4rem}.vimport-b2b-image-grid__producer-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0 0 1.6rem}.vimport-b2b-image-grid__producer-chip{display:grid;grid-template-columns:7.2rem minmax(0,1fr);align-items:center;gap:1rem;min-height:8.8rem;padding:1rem;border:1px solid rgba(252,247,239,.14);border-radius:var(--b2b-radius);background:#fcf7f312;color:inherit;text-decoration:none;box-shadow:0 16px 38px #0000001a}.vimport-b2b-section--warm .vimport-b2b-image-grid__producer-chip,.vimport-b2b-section--light .vimport-b2b-image-grid__producer-chip{border-color:#20191a1a;background:#ffffffad;box-shadow:0 14px 32px #20191a0f}.vimport-b2b-image-grid__producer-mark{display:grid;place-items:center;min-height:6.6rem;border:1px solid rgba(252,247,239,.12);border-radius:var(--b2b-radius);background:#fcf7efeb;color:var(--b2b-wine);font-size:2.8rem;font-weight:850;line-height:1}.vimport-b2b-section--warm .vimport-b2b-image-grid__producer-mark,.vimport-b2b-section--light .vimport-b2b-image-grid__producer-mark{border-color:#20191a14}.vimport-b2b-image-grid__producer-mark img{display:block;max-width:5.8rem;max-height:4.8rem;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) contrast(1.04)}.vimport-b2b-image-grid__producer-text span{overflow:hidden;color:currentColor;font-size:1.4rem;font-weight:850;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.vimport-b2b-image-grid__producer-text small{color:var(--b2b-gold);font-size:1.08rem;font-weight:900;text-transform:uppercase}.vimport-b2b-section--warm .vimport-b2b-image-grid__producer-text small,.vimport-b2b-section--light .vimport-b2b-image-grid__producer-text small{color:var(--b2b-wine)}.vimport-b2b-image-tile{position:relative;display:block;isolation:isolate;min-height:26rem;border-radius:var(--b2b-radius);overflow:hidden;background:linear-gradient(135deg,#5b124429,#d8bd7a24),#211618;color:var(--b2b-ink);text-decoration:none;box-shadow:0 16px 42px #0000001f}.vimport-b2b-image-tile img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;transition:transform .42s ease}.vimport-b2b-image-tile__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:2rem;color:#20191aad;background:linear-gradient(135deg,#fbf2e8eb,#d8bd7a38);text-align:center}.vimport-b2b-image-tile__caption{position:absolute;inset:auto 1.2rem 1.2rem 1.2rem;width:fit-content;max-width:calc(100% - 2.4rem);padding:.85rem 1.05rem;border:1px solid rgba(252,247,239,.14);border-radius:var(--b2b-radius);background:#100a0b94;color:var(--b2b-ink);font-size:1.24rem;font-weight:750;line-height:1.25;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.vimport-b2b-image-tile--derived-product{display:block;padding:0;cursor:default;background:radial-gradient(ellipse at 50% 26%,rgba(252,247,239,.28),transparent 42%),linear-gradient(135deg,#5b12444d,#d8bd7a1f),#1b1214}.vimport-b2b-auto-product-carousel{display:block;overflow:hidden}.vimport-b2b-product-orbit{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--b2b-gap);width:100%}.vimport-b2b-auto-product-carousel .vimport-b2b-image-tile--derived-product{min-height:clamp(32rem,34vw,46rem);background:radial-gradient(ellipse at 50% 22%,rgba(252,247,239,.24),transparent 48%),radial-gradient(ellipse at 50% 84%,rgba(91,18,68,.28),transparent 52%),linear-gradient(135deg,#5b124447,#d8bd7a24),#1b1214}.vimport-b2b-story-card__content{position:absolute;inset:auto 1.2rem 1.2rem;z-index:3;display:grid;gap:.6rem;max-width:calc(100% - 2.4rem);padding:1.2rem;border:1px solid rgba(252,247,239,.16);border-radius:var(--b2b-radius);background:#100a0b9e;color:var(--b2b-ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vimport-b2b-story-card__label,.vimport-b2b-story-card__title,.vimport-b2b-story-card__text{margin:0}.vimport-b2b-story-card__label{color:var(--b2b-gold);font-size:1.05rem;font-weight:900;text-transform:uppercase}.vimport-b2b-story-card__title{color:inherit;font-size:clamp(1.8rem,2vw,2.4rem);line-height:1.08}.vimport-b2b-story-card__text{color:var(--b2b-ink-soft);font-size:1.24rem;line-height:1.42}.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__image{width:auto;height:auto;max-width:72%;max-height:82%;object-fit:contain}.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__ghost{max-width:72%;max-height:82%}.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__shadow{width:min(36%,16rem);height:clamp(.8rem,1.2vw,1.4rem);background:radial-gradient(ellipse at center,rgba(0,0,0,.28) 0%,rgba(0,0,0,.12) 46%,transparent 74%)}.vimport-b2b-image-tile__product-media{position:absolute;inset:clamp(1rem,2.2vw,2.6rem);z-index:1;display:grid;place-items:center;min-width:0;min-height:0;padding:clamp(.4rem,.9vw,.9rem);box-sizing:border-box;overflow:hidden}.vimport-b2b-image-tile--derived-product .vimport-b2b-image-tile__product-media img{width:100%;height:100%;min-height:0;max-width:100%;max-height:100%;margin:auto;padding:0;object-fit:contain;object-position:center center;filter:drop-shadow(0 24px 28px rgba(0,0,0,.28))}.vimport-b2b-process__timeline{position:relative;display:grid;gap:1.2rem}.vimport-b2b-process-card{position:relative;padding:2.2rem}.vimport-b2b-process-card__number{display:inline-flex;align-items:center;justify-content:center;min-width:4.2rem;height:4.2rem;margin-bottom:2rem;border-radius:999px;background:var(--b2b-gold);color:#171011;font-size:1.2rem;font-weight:900}.vimport-b2b-process__cta{display:flex;justify-content:center;margin-top:3rem}.vimport-b2b-contact__layout{display:grid;gap:3rem;align-items:start}.vimport-b2b-contact__intro-panel{display:grid;gap:2.2rem}.vimport-b2b-contact__trust-text{max-width:58rem;margin:0;padding-left:1.8rem;border-left:1px solid rgba(216,189,122,.5);color:var(--b2b-ink-soft);line-height:1.62}.vimport-b2b-contact__trust-list{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.vimport-b2b-contact__trust-list li{display:flex;gap:1rem;color:var(--b2b-ink-soft);line-height:1.42}.vimport-b2b-contact__info{display:grid;gap:1.2rem;padding:2rem}.vimport-b2b-contact__info h3{margin:0;color:inherit;font-size:2.2rem}.vimport-b2b-contact__info p{margin:0;color:var(--b2b-ink-soft);line-height:1.58}.vimport-b2b-contact__info-list{display:grid;gap:.8rem;margin-top:.8rem}.vimport-b2b-contact__info-item{display:flex;justify-content:space-between;gap:1.2rem;padding-top:.8rem;border-top:1px solid rgba(252,247,239,.12);color:var(--b2b-ink-soft)}.vimport-b2b-contact__info-item span:first-child{color:var(--b2b-gold);font-size:1.25rem;font-weight:800;text-transform:uppercase}.vimport-b2b-contact__form-card{padding:2rem;border-color:#d8bd7a47;background:linear-gradient(145deg,#fcf7ef1a,#fcf7ef0b),#140e0fe6}.vimport-b2b-contact__form-heading{margin:0 0 .8rem;color:var(--b2b-ink);font-size:2.6rem;line-height:1.08}.vimport-b2b-contact__form-note{margin:0 0 2rem;color:var(--b2b-ink-muted);line-height:1.54}.vimport-b2b-contact__progress{display:grid;gap:.7rem;margin:0 0 2rem;color:var(--b2b-ink-muted);font-size:1.22rem;font-weight:800}.vimport-b2b-contact__progress-track{display:block;height:.5rem;overflow:hidden;border-radius:999px;background:#fcf7ef1c}.vimport-b2b-contact__progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f7e6bf,#d8bd7a);transition:width .18s ease}.vimport-b2b-contact__product-context{display:none;margin:0 0 1.6rem;padding:1rem 1.2rem;border:1px solid rgba(216,189,122,.28);border-radius:var(--b2b-radius);background:#d8bd7a14;color:var(--b2b-ink-soft);font-size:1.35rem}.vimport-b2b-contact__product-context.is-visible{display:block}.vimport-b2b-contact__fieldsets{display:grid;gap:2rem}.vimport-b2b-contact__fieldset{display:grid;gap:1.2rem;min-width:0;margin:0;padding:0;border:0}.vimport-b2b-contact__fieldset legend{margin-bottom:.2rem;color:var(--b2b-gold);font-size:1.18rem;font-weight:900;text-transform:uppercase}.vimport-b2b-contact__fields{display:grid;gap:1.2rem}.vimport-b2b-contact__choice-grid{display:flex;flex-wrap:wrap;gap:.8rem}.vimport-b2b-contact__choice-pill{position:relative;display:inline-flex;align-items:center;min-height:4.2rem;padding:.9rem 1.2rem;border:1px solid rgba(252,247,239,.18);border-radius:999px;background:#fcf7ef12;color:var(--b2b-ink-soft);cursor:pointer;font-size:1.36rem;font-weight:800;line-height:1;transition:border-color .18s ease,background .18s ease,color .18s ease}.vimport-b2b-contact__choice-pill input{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.vimport-b2b-contact__choice-pill:hover,.vimport-b2b-contact__choice-pill.is-selected{border-color:#d8bd7a9e;background:#d8bd7a21;color:var(--b2b-ink)}.vimport-b2b-contact__choice-pill:focus-within{outline:2px solid var(--b2b-gold);outline-offset:3px}.vimport-b2b-contact__field{display:grid;gap:.7rem}.vimport-b2b-contact__field label{color:var(--b2b-ink-soft);font-size:1.33rem;font-weight:800}.vimport-b2b-contact__required{color:var(--b2b-gold)}.vimport-b2b-contact__input,.vimport-b2b-contact__select,.vimport-b2b-contact__textarea{width:100%;min-height:5.2rem;border:1px solid rgba(252,247,239,.18);border-radius:var(--b2b-radius);background:#fcf7ef16;color:var(--b2b-ink);font:inherit;font-size:1.55rem;letter-spacing:0;padding:1.25rem 1.4rem;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.vimport-b2b-contact__select{-webkit-appearance:none;appearance:none;padding-right:4.2rem;background-image:linear-gradient(45deg,transparent 50%,var(--b2b-gold) 50%),linear-gradient(135deg,var(--b2b-gold) 50%,transparent 50%);background-position:calc(100% - 2rem) 50%,calc(100% - 1.5rem) 50%;background-size:.5rem .5rem,.5rem .5rem;background-repeat:no-repeat}.vimport-b2b-contact__textarea{min-height:13.8rem;resize:vertical}.vimport-b2b-contact__input::placeholder,.vimport-b2b-contact__textarea::placeholder{color:#fcf7ef6b;opacity:1}.vimport-b2b-contact__input:focus,.vimport-b2b-contact__select:focus,.vimport-b2b-contact__textarea:focus{outline:0;border-color:#d8bd7adb;background:#fcf7ef1f;box-shadow:0 0 0 3px #d8bd7a2e}.vimport-b2b-contact__select:required:invalid{color:#fcf7ef7a}.vimport-b2b-contact__select option{color:#171011;background:#fffaf3}.vimport-b2b-contact__button-wrap{display:grid;gap:1rem;margin-top:2.2rem}.vimport-b2b-contact__submit{width:100%;min-height:5.6rem;border:1px solid rgba(216,189,122,.6);border-radius:999px;background:linear-gradient(135deg,#f7e6bf,#d8bd7a);color:#171011;cursor:pointer;font:inherit;font-size:1.55rem;font-weight:900;letter-spacing:0;transition:transform .18s ease,filter .18s ease}.vimport-b2b-contact__submit:hover{transform:translateY(-1px);filter:brightness(1.03)}.vimport-b2b-contact__submit:focus-visible{outline:2px solid var(--b2b-gold);outline-offset:3px}.vimport-b2b-contact__microcopy{margin:0;color:var(--b2b-ink-muted);font-size:1.25rem;line-height:1.44;text-align:center}.vimport-b2b-contact__status,.vimport-b2b-contact__success{margin-bottom:2rem;border-radius:var(--b2b-radius)}.vimport-b2b-contact__status{padding:1.4rem;border:1px solid rgba(214,62,62,.26);background:#d63e3e14;color:#ffe5e5}.vimport-b2b-contact__status h3{margin:0;color:inherit;font-size:1.6rem}.vimport-b2b-contact__field-error{color:#ffd7d7;font-size:1.25rem;line-height:1.4}.vimport-b2b-contact__field-help{color:var(--b2b-ink-muted);font-size:1.22rem;line-height:1.4}.vimport-b2b-contact__success{display:grid;gap:1.4rem;padding:2.4rem;border:1px solid rgba(216,189,122,.32);background:linear-gradient(145deg,#d8bd7a24,#fcf7ef0f);color:var(--b2b-ink)}.vimport-b2b-contact__success-icon{display:inline-grid;place-items:center;width:4.8rem;height:4.8rem;border-radius:999px;background:var(--b2b-gold);color:#171011;font-size:2rem;font-weight:900}.vimport-b2b-contact__success h3{margin:0;color:inherit;font-size:2.4rem;line-height:1.12}.vimport-b2b-contact__success p{margin:0;color:var(--b2b-ink-soft);line-height:1.56}.vimport-b2b-contact__success-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.4rem}@media(hover:hover)and (pointer:fine){.vimport-b2b-value-card:hover,.vimport-b2b-product-card:hover,.vimport-b2b-audience-card:hover{transform:translateY(-4px)}.vimport-b2b-value-card:hover,.vimport-b2b-product-card:hover{border-color:#d8bd7a6b}.vimport-b2b-product-card:hover img,.vimport-b2b-audience-card:hover img,.vimport-b2b-image-tile:hover img{transform:scale(1.035)}}.vimport-b2b-image-tile:hover .vimport-b2b-bottle-stage__image,.vimport-b2b-image-tile:hover .vimport-b2b-bottle-stage__ghost{transform:none!important}@media screen and (min-width:750px){.vimport-b2b-section{padding-top:var(--b2b-padding-top, 84px);padding-bottom:var(--b2b-padding-bottom, 84px)}.vimport-b2b__header{margin-bottom:5rem}.vimport-b2b__intro,.vimport-b2b__body{font-size:1.82rem}.vimport-b2b-value-grid__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vimport-b2b-audiences__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vimport-b2b-product-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}.vimport-b2b-education__layout,.vimport-b2b-contact__layout{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:5rem}.vimport-b2b-image-grid__grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:17rem;gap:1.6rem}.vimport-b2b-image-grid__producer-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin-bottom:2rem}.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile:nth-child(1),.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile:nth-child(6){grid-column:span 3;grid-row:span 2}.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile:nth-child(2),.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile:nth-child(3),.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile:nth-child(4),.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile:nth-child(5){grid-column:span 3}.vimport-b2b-process__timeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.vimport-b2b-process__timeline:before{content:"";position:absolute;top:4.2rem;left:4rem;right:4rem;height:1px;background:#d8bd7a42}.vimport-b2b-contact__form-card{padding:3.2rem}.vimport-b2b-contact__fields--two{grid-template-columns:repeat(2,minmax(0,1fr))}.vimport-b2b-contact__field--full{grid-column:1 / -1}}@media screen and (min-width:990px){.vimport-b2b-product-showcase__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:989px){.vimport-b2b-product-orbit{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.vimport-b2b-hero,.vimport-b2b-hero__inner{min-height:74svh}.vimport-b2b-hero__content{padding-top:8rem;padding-bottom:3rem}.vimport-b2b__button-row,.vimport-b2b-contact__success-actions{display:grid}.vimport-b2b__button{width:100%}.vimport-b2b-product-showcase__grid{gap:1rem}.vimport-b2b-product-card__content,.vimport-b2b-audience-card__content,.vimport-b2b-value-card,.vimport-b2b-process-card{padding:1.6rem}.vimport-b2b-product-card__title,.vimport-b2b-value-card__title,.vimport-b2b-audience-card__title,.vimport-b2b-process-card__title{font-size:1.9rem}.vimport-b2b-education__features,.vimport-b2b-image-grid__grid,.vimport-b2b-product-orbit{grid-template-columns:1fr}.vimport-b2b-auto-product-carousel .vimport-b2b-image-tile--derived-product{min-height:32rem}.vimport-b2b-image-grid__producer-strip{grid-template-columns:1fr}.vimport-b2b-image-tile{min-height:24rem}}@media(prefers-reduced-motion:reduce){.vimport-b2b *,.vimport-b2b *:before,.vimport-b2b *:after{transition-duration:.01ms!important;scroll-behavior:auto!important}}.vimport-b2b .vi-wine-type-chip{display:inline-flex;align-items:center;padding:.25rem .7rem;border:1px solid rgba(216,189,122,.24);border-radius:999px;color:var(--b2b-gold);background:#d8bd7a14;font-size:1.15rem;font-weight:800;line-height:1.2}.vimport-b2b-hero:after{content:"";position:absolute;inset:auto clamp(2rem,6vw,8rem) clamp(2rem,5vw,6rem) auto;z-index:0;width:min(34vw,42rem);aspect-ratio:1.45;border:1px solid rgba(216,189,122,.18);border-radius:8px;background:linear-gradient(135deg,#fcf7ef14,#fcf7ef04),radial-gradient(circle at 72% 24%,rgba(216,189,122,.2),transparent 34%);opacity:.72;pointer-events:none}.vimport-b2b-hero{position:relative;isolation:isolate}.vimport-b2b-hero .vimport-b2b__heading{max-width:86rem;font-size:clamp(3.6rem,5.4vw,8.2rem);line-height:.98}.vimport-b2b-hero .vimport-b2b__body{max-width:64rem}.vimport-b2b-hero__value-row{gap:.75rem;margin-top:3.2rem}.vimport-b2b-hero__value-row span{display:inline-flex;align-items:center;min-height:3.2rem;padding:.62rem .95rem;border:1px solid rgba(216,189,122,.26);border-radius:999px;color:var(--b2b-ink);background:#fcf7ef14;font-size:1.12rem}.vimport-b2b-product-orbit{grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch}.vimport-b2b-story-card{min-height:clamp(31rem,32vw,44rem);grid-column:span 6}.vimport-b2b-story-card:nth-child(1),.vimport-b2b-story-card:nth-child(4){grid-column:span 7}.vimport-b2b-story-card:nth-child(2),.vimport-b2b-story-card:nth-child(3){grid-column:span 5}.vimport-b2b-story-card:before,.vimport-b2b-story-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.vimport-b2b-story-card:before{background:linear-gradient(180deg,transparent 0%,rgba(16,10,11,.16) 48%,rgba(16,10,11,.76) 100%),radial-gradient(circle at 12% 18%,rgba(216,189,122,.22),transparent 24rem)}.vimport-b2b-story-card:after{top:1.2rem;right:1.2rem;bottom:1.2rem;left:1.2rem;border:1px solid rgba(252,247,239,.12);border-radius:8px}.vimport-b2b-story-card--origin{background:linear-gradient(135deg,#5b124433,#d8bd7a21),#201719}.vimport-b2b-story-card--producer{background:linear-gradient(135deg,#2f322361,#d8bd7a1f),#1b1713}.vimport-b2b-story-card--service{background:linear-gradient(135deg,#23181a47,#804e3033),#1d1716}.vimport-b2b-story-card--support{background:linear-gradient(135deg,#5b124429,#fcf7ef14),#21191b}.vimport-b2b-story-card .vimport-b2b-bottle-stage{inset:auto clamp(1rem,2vw,2.2rem) clamp(1.2rem,2vw,2.4rem) auto;width:min(34%,18rem);height:68%;opacity:.78}.vimport-b2b-story-card:nth-child(1) .vimport-b2b-bottle-stage,.vimport-b2b-story-card:nth-child(4) .vimport-b2b-bottle-stage{width:min(28%,17rem)}.vimport-b2b-story-card__content{left:1.4rem;right:auto;bottom:1.4rem;max-width:min(42rem,calc(100% - 3rem));padding:1.45rem;border-color:#d8bd7a38;background:#100a0bb3}.vimport-b2b-story-card__title{max-width:32rem}.vimport-b2b-story-card__text{max-width:36rem}@media screen and (max-width:989px){.vimport-b2b-hero .vimport-b2b__heading{font-size:clamp(3.4rem,6.2vw,5.8rem)}.vimport-b2b-product-orbit{grid-template-columns:repeat(2,minmax(0,1fr))}.vimport-b2b-story-card,.vimport-b2b-story-card:nth-child(1),.vimport-b2b-story-card:nth-child(2),.vimport-b2b-story-card:nth-child(3),.vimport-b2b-story-card:nth-child(4){grid-column:auto}}@media screen and (max-height:620px)and (min-width:750px){.vimport-b2b-hero,.vimport-b2b-hero__inner{min-height:92svh}.vimport-b2b-hero__inner{align-items:center;padding-top:3.8rem;padding-bottom:2.2rem}.vimport-b2b-hero__content{padding:3.8rem 0 2.4rem}.vimport-b2b-hero .vimport-b2b__heading{font-size:clamp(3.4rem,5vw,5.8rem)}.vimport-b2b-hero .vimport-b2b__body{font-size:1.52rem;line-height:1.55}.vimport-b2b__button-row,.vimport-b2b-hero__value-row{margin-top:2rem}}@media screen and (max-width:749px){.vimport-b2b-hero,.vimport-b2b-hero__inner{min-height:70svh}.vimport-b2b-hero__inner{align-items:center;padding-top:5.2rem}.vimport-b2b-hero__content{padding-top:5.8rem;padding-bottom:2.6rem}.vimport-b2b-hero:after{width:48vw;opacity:.42}.vimport-b2b-hero .vimport-b2b__heading{font-size:clamp(3.05rem,9.4vw,4.2rem);line-height:1.02}.vimport-b2b-hero .vimport-b2b__body{margin-top:1.35rem;font-size:1.46rem;line-height:1.58}.vimport-b2b-hero__value-row{margin-top:1.8rem;gap:.55rem}.vimport-b2b-hero__value-row span{min-height:2.9rem;padding:.5rem .78rem;font-size:1.02rem}.vimport-b2b-story-card{min-height:31rem}.vimport-b2b-story-card .vimport-b2b-bottle-stage{width:min(34%,13rem);height:58%;opacity:.68}.vimport-b2b-story-card__content{inset:auto 1rem 1rem;max-width:calc(100% - 2rem);padding:1.15rem}}.vimport-b2b-product-card--tone-ivory{--card-bg: #fdfaf4;--card-border: rgba(201, 168, 76, .18);--card-ink: #20191a;--card-ink-soft: rgba(32, 25, 26, .68);--card-gold: #c9a84c;--card-stage: rgba(253, 250, 244, .92)}.vimport-b2b-product-card--tone-warm-white{--card-bg: #fffaf3;--card-border: rgba(216, 189, 122, .16);--card-ink: #20191a;--card-ink-soft: rgba(32, 25, 26, .64);--card-gold: #c9a84c;--card-stage: rgba(255, 250, 243, .9)}.vimport-b2b-product-card--tone-sand{--card-bg: #f0e8d8;--card-border: rgba(180, 150, 90, .22);--card-ink: #20191a;--card-ink-soft: rgba(32, 25, 26, .64);--card-gold: #b08040;--card-stage: rgba(240, 232, 216, .9)}.vimport-b2b-product-card--tone-taupe{--card-bg: #2e2622;--card-border: rgba(216, 189, 122, .2);--card-ink: #f0e8d8;--card-ink-soft: rgba(240, 232, 216, .72);--card-gold: #d8bd7a;--card-stage: rgba(46, 38, 34, .9)}.vimport-b2b-product-card--tone-plum{--card-bg: #2a1024;--card-border: rgba(216, 189, 122, .22);--card-ink: #fcf7ef;--card-ink-soft: rgba(252, 247, 239, .72);--card-gold: #d8bd7a;--card-stage: rgba(42, 16, 36, .9)}.vimport-b2b-product-card--tone-charcoal{--card-bg: #1c1a1b;--card-border: rgba(216, 189, 122, .18);--card-ink: #fcf7ef;--card-ink-soft: rgba(252, 247, 239, .7);--card-gold: #d8bd7a;--card-stage: rgba(28, 26, 27, .9)}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-card{border:1px solid var(--card-border);background:var(--card-bg);color:var(--card-ink);box-shadow:0 4px 24px #00000012;border-radius:var(--b2b-radius);overflow:hidden;display:flex;flex-direction:column;height:100%;text-decoration:none;transition:transform .24s ease,box-shadow .24s ease}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000021}.vimport-b2b-product-card__stage-wrap{display:block;text-decoration:none}.vimport-b2b-product-card__stage{position:relative;display:flex;align-items:center;justify-content:center;isolation:isolate;overflow:hidden;padding:clamp(.8rem,1.8vw,1.6rem);background:linear-gradient(90deg,rgba(16,10,11,.08) 0 1.1rem,transparent 1.1rem calc(100% - 1.1rem),rgba(16,10,11,.08) calc(100% - 1.1rem) 100%),linear-gradient(180deg,#ffffff3d,#d8bd7a1a),var(--card-stage, rgba(252, 247, 239, .08))}.vimport-b2b-product-card__stage:before{content:"";position:absolute;left:14%;right:14%;bottom:11%;z-index:0;height:1px;background:linear-gradient(90deg,transparent,rgba(32,25,26,.18),transparent);box-shadow:0 1.7rem 2.2rem #20191a2e}.vimport-b2b-product-card__stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,transparent 0%,rgba(16,10,11,.05) 100%);pointer-events:none}.vimport-b2b-product-card__producer-mark{position:absolute;top:1.2rem;left:1.2rem;z-index:2;display:inline-grid;place-items:center;width:4.8rem;height:4rem;border:1px solid var(--card-border);border-radius:8px;background:#ffffffb8;color:var(--card-gold, var(--b2b-gold));font-size:1.45rem;font-weight:900;line-height:1;overflow:hidden}.vimport-b2b-product-card__producer-mark img{display:block;max-width:82%;max-height:78%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) contrast(1.04)}.vimport-b2b-product-card__bottle{position:relative;z-index:1;display:block;width:auto;max-width:96%;height:auto;max-height:88%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 2.1rem 1.5rem rgba(0,0,0,.24));transition:transform .32s ease}.vimport-b2b-product-card:hover .vimport-b2b-product-card__bottle{transform:translateY(-4px) scale(1.02)}.vimport-b2b-product-card__bottle-placeholder{display:block;width:35%;border:1px solid var(--card-border);border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#d8bd7a2e,#5b12442e)}.vimport-b2b-product-card__details{padding:1.6rem 1.7rem 1.8rem;display:flex;flex-direction:column;gap:.78rem;flex:1}.vimport-b2b-product-card__producer-row{display:flex;align-items:center;gap:.65rem;min-width:0}.vimport-b2b-product-card__producer-dot{flex:0 0 .62rem;width:.62rem;height:.62rem;border-radius:999px;background:var(--card-gold, var(--b2b-gold))}.vimport-b2b-product-card__producer{margin:0;color:var(--card-gold, var(--b2b-gold));font-size:1.14rem;font-weight:800;letter-spacing:0;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vimport-b2b-product-card__title{margin:0;color:var(--card-ink, inherit);font-size:1.8rem;line-height:1.16}.vimport-b2b-product-card__title a{color:inherit;text-decoration:none}.vimport-b2b-product-card__meta{color:var(--card-ink-soft);font-size:1.22rem;line-height:1.36}.vimport-b2b-product-card__product-note{margin:0;color:var(--card-ink-soft);font-size:1.18rem;font-weight:650;line-height:1.38}.vimport-b2b-product-card__facts{display:flex;flex-wrap:wrap;gap:.45rem;margin:.2rem 0 0;padding:0;color:var(--card-ink-soft);font-size:1.06rem;line-height:1.2}.vimport-b2b-product-card__facts div{display:inline-flex;align-items:center;gap:.35rem;min-height:2.4rem;max-width:100%;padding:.34rem .68rem;border:1px solid var(--card-border);border-radius:999px;background:#ffffff1f}.vimport-b2b-product-card__facts dt,.vimport-b2b-product-card__facts dd{margin:0}.vimport-b2b-product-card__facts dd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vimport-b2b-product-card__facts dt{color:var(--card-gold, var(--b2b-gold));font-weight:900;text-transform:uppercase}.vimport-b2b-product-card__meta-sep{opacity:.52}.vimport-b2b-product-card__location{color:var(--card-ink-soft)}.vimport-b2b-product-card__price{color:var(--card-ink-soft);font-size:1.3rem}.vimport-b2b-product-card__cta{align-self:flex-start;margin-top:auto;padding-top:.7rem;padding-bottom:.2rem;border-bottom:1px solid var(--card-gold, rgba(216, 189, 122, .58));color:var(--card-gold, var(--b2b-gold));font-size:1.32rem;font-weight:800;text-decoration:none;transition:opacity .18s ease}.vimport-b2b-product-card__cta:hover{opacity:.8}.vimport-b2b-product-card--featured .vimport-b2b-product-card__stage{aspect-ratio:5 / 4;min-height:32rem}.vimport-b2b-product-card--featured .vimport-b2b-product-card__bottle{max-height:94%}.vimport-b2b-product-card--featured .vimport-b2b-product-card__bottle-placeholder{height:42rem}.vimport-b2b-product-card--featured .vimport-b2b-product-card__title{font-size:clamp(2rem,2vw,2.35rem)}.vimport-b2b-product-card--featured .vimport-b2b-product-card__details{padding:1.9rem 2rem 2rem}.vimport-b2b-product-card--standard .vimport-b2b-product-card__stage{aspect-ratio:5 / 4}.vimport-b2b-product-card--standard .vimport-b2b-product-card__bottle{max-height:95%}.vimport-b2b-product-card--standard .vimport-b2b-product-card__bottle-placeholder{height:22rem}.vimport-b2b-product-card--slim .vimport-b2b-product-card__stage{aspect-ratio:6 / 5}.vimport-b2b-product-card--slim .vimport-b2b-product-card__bottle{max-height:94%}.vimport-b2b-product-card--slim .vimport-b2b-product-card__bottle-placeholder{height:18rem}.vimport-b2b-product-card--slim .vimport-b2b-product-card__details{padding:1.35rem 1.45rem 1.55rem}.vimport-b2b-product-card--slim .vimport-b2b-product-card__title{font-size:1.62rem}.vimport-b2b-product-showcase__editorial-grid{display:grid;gap:1.4rem;grid-template-columns:1fr}@media screen and (min-width:750px){.vimport-b2b-product-showcase__editorial-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:auto}.vimport-b2b-product-showcase__cell--featured-1,.vimport-b2b-product-showcase__cell--standard-2,.vimport-b2b-product-showcase__cell--standard-3,.vimport-b2b-product-showcase__cell--standard-4,.vimport-b2b-product-showcase__cell--standard-5,.vimport-b2b-product-showcase__cell--standard-6,.vimport-b2b-product-showcase__cell--slim-5,.vimport-b2b-product-showcase__cell--slim-6{grid-column:span 4}}@media screen and (min-width:990px){.vimport-b2b-product-showcase__editorial-grid{gap:1.8rem}}@media screen and (max-width:749px){.vimport-b2b-product-showcase--editorial.vimport-b2b-section{overflow:visible}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__editorial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;gap:1rem;-ms-overflow-style:none}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__editorial-grid::-webkit-scrollbar{display:none}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__cell--featured-1{flex:0 0 76vw;scroll-snap-align:start}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__cell--standard-2,.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__cell--standard-3,.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__cell--standard-4,.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__cell--standard-5,.vimport-b2b-product-showcase--editorial .vimport-b2b-product-showcase__cell--standard-6{flex:0 0 64vw;scroll-snap-align:start}.vimport-b2b-product-showcase--editorial [class*=vimport-b2b-product-showcase__cell--slim]{flex:0 0 52vw;scroll-snap-align:start}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-card--featured .vimport-b2b-product-card__stage{min-height:28rem}.vimport-b2b-product-showcase--editorial .vimport-b2b-product-card__stage{min-height:24rem}}.vimport-b2b-producer-spotlight__layout{display:grid;gap:3.2rem;align-items:start}@media screen and (min-width:990px){.vimport-b2b-producer-spotlight__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:6rem;align-items:center}}.vimport-b2b-producer-spotlight__intro{display:grid;gap:1.4rem}.vimport-b2b-producer-spotlight__grid{display:grid;grid-template-columns:1fr;gap:1.2rem;align-items:stretch}@media screen and (min-width:750px){.vimport-b2b-producer-spotlight__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}}@media screen and (min-width:1200px){.vimport-b2b-producer-spotlight__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.vimport-b2b-producer-card{display:grid;grid-template-columns:minmax(7.2rem,9rem) minmax(0,1fr);align-items:center;gap:1.2rem;min-height:14.2rem;padding:1.5rem;border:1px solid rgba(32,25,26,.1);border-radius:var(--b2b-radius);background:linear-gradient(135deg,#ffffffc2,#ffffff7a),#fff9;text-decoration:none;color:inherit;box-shadow:0 16px 38px #20191a12;transition:background .2s ease,border-color .2s ease,transform .2s ease}.vimport-b2b-section--dark .vimport-b2b-producer-card{border-color:#fcf7ef1f;background:#fcf7ef0f}.vimport-b2b-producer-card:hover{background:#ffffffe0;border-color:#c9a84c4d;transform:translateY(-2px)}.vimport-b2b-section--dark .vimport-b2b-producer-card:hover{background:#fcf7ef1f;border-color:#d8bd7a5c}.vimport-b2b-producer-card__logo{max-width:100%;max-height:7rem;width:auto;height:auto;object-fit:contain;opacity:.88;filter:grayscale(100%) contrast(1.04);transition:opacity .2s ease,filter .2s ease}.vimport-b2b-producer-card:hover .vimport-b2b-producer-card__logo{opacity:1;filter:grayscale(60%)}.vimport-b2b-producer-card__name{display:block;font-size:1.7rem;font-weight:800;line-height:1.12;color:currentColor}.vimport-b2b-producer-card__country{display:block;font-size:1.15rem;opacity:.6}.vimport-b2b-producer-spotlight__source,.vimport-b2b-producer-card__eyebrow,.vimport-b2b-producer-card__count{margin:0;color:var(--b2b-wine);font-size:1.1rem;font-weight:900;text-transform:uppercase}.vimport-b2b-section--dark .vimport-b2b-producer-spotlight__source,.vimport-b2b-section--dark .vimport-b2b-producer-card__eyebrow,.vimport-b2b-section--dark .vimport-b2b-producer-card__count{color:var(--b2b-gold)}.vimport-b2b-producer-spotlight__source{margin-bottom:1rem;opacity:.76}.vimport-b2b-producer-card__media{display:grid;place-items:center;min-height:9rem;border:1px solid rgba(32,25,26,.08);border-radius:var(--b2b-radius);background:#fffaf3b8}.vimport-b2b-section--dark .vimport-b2b-producer-card__media{border-color:#fcf7ef1a;background:#fcf7ef14}.vimport-b2b-producer-card__monogram{color:var(--b2b-wine);font-size:3.2rem;font-weight:850;line-height:1}.vimport-b2b-section--dark .vimport-b2b-producer-card__monogram{color:var(--b2b-gold)}.vimport-b2b-producer-card__body{display:grid;gap:.55rem;min-width:0}.vimport-b2b-producer-card__text{display:block;color:currentColor;opacity:.68;font-size:1.28rem;line-height:1.45}.vimport-b2b-producer-card__count{opacity:.7}.vimport-b2b-producer-spotlight__placeholder{padding:2.4rem;border:1px dashed rgba(32,25,26,.16);border-radius:var(--b2b-radius);color:#20191a85;text-align:center}.vimport-b2b-image-tile--fit-cover img{object-fit:cover}.vimport-b2b-image-tile--fit-contain img{object-fit:contain;padding:1.6rem}.vimport-b2b-image-tile--style-bottle,.vimport-b2b-image-tile--style-detail{background:radial-gradient(ellipse at 50% 24%,rgba(252,247,239,.18),transparent 48%),linear-gradient(135deg,#5b124438,#d8bd7a24),#211618}.vimport-b2b-image-tile--style-bottle img,.vimport-b2b-image-tile--style-detail img{object-position:center bottom}.vimport-b2b-image-tile--ratio-portrait{aspect-ratio:3 / 4}.vimport-b2b-image-tile--ratio-landscape{aspect-ratio:16 / 9}.vimport-b2b-image-tile--ratio-square{aspect-ratio:1}@media screen and (min-width:750px){.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile--size-wide{grid-column:span 4}.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile--size-tall{grid-row:span 2;min-height:34rem}.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile--size-large{grid-column:span 3;grid-row:span 2}.vimport-b2b-image-grid__grid--editorial .vimport-b2b-image-tile--size-small{grid-column:span 2}}.vimport-b2b-image-tile--overlay-soft:before,.vimport-b2b-image-tile--overlay-medium:before,.vimport-b2b-image-tile--overlay-strong:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.vimport-b2b-image-tile--overlay-soft:before{background:linear-gradient(180deg,transparent 42%,rgba(16,10,11,.34) 100%)}.vimport-b2b-image-tile--overlay-medium:before{background:linear-gradient(180deg,transparent 24%,rgba(16,10,11,.56) 100%)}.vimport-b2b-image-tile--overlay-strong:before{background:linear-gradient(180deg,#100a0b2e,#100a0bb8)}.vimport-b2b-image-tile__caption--top{inset:1rem 1rem auto 1rem}.vimport-b2b-image-tile__caption--bottom{inset:auto 1rem 1rem 1rem}.vimport-b2b-image-tile--caption-hidden .vimport-b2b-image-tile__caption{display:none}.vimport-b2b-image-tile__caption{z-index:2}.vimport-b2b-presentation-download__inner{display:grid;gap:3rem;align-items:center}@media screen and (min-width:750px){.vimport-b2b-presentation-download__inner{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:5rem}}.vimport-b2b-presentation-download__content{display:grid;gap:1.4rem}.vimport-b2b-presentation-download__help{margin:0;padding:1rem 1.4rem;border-left:2px solid rgba(216,189,122,.5);color:var(--b2b-ink-soft);font-size:1.3rem;line-height:1.55}.vimport-b2b-section--warm .vimport-b2b-presentation-download__help{color:#20191a9e;border-color:#b48c3c66}.vimport-b2b-presentation-download__visual{display:flex;align-items:center;justify-content:center}.vimport-b2b-presentation-download__cover{width:100%;max-width:28rem;aspect-ratio:210 / 297;border-radius:var(--b2b-radius);overflow:hidden;background:linear-gradient(145deg,#24181b,#5b1244);color:#fcf7ef;box-shadow:0 22px 56px #0000003d;display:flex;align-items:center;justify-content:center}.vimport-b2b-presentation-download__cover-inner{padding:2.8rem;display:flex;flex-direction:column;gap:1.2rem}.vimport-b2b-presentation-download__cover-kicker{color:var(--b2b-gold);font-size:1.18rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.vimport-b2b-presentation-download__cover-title{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.08;font-weight:400}.vimport-b2b-presentation-download__cover-sub{color:#fcf7efb3;font-size:1.22rem;line-height:1.5}.vimport-b2b-bottle-stage{position:absolute;inset:clamp(1.2rem,2.4vw,2.8rem);z-index:0;display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden;pointer-events:none}.vimport-b2b-bottle-stage__ghost,.vimport-b2b-bottle-stage__image{display:block;width:auto!important;min-width:0!important;min-height:0!important;padding:0!important;object-fit:contain!important;object-position:center bottom}.vimport-b2b-bottle-stage__ghost{position:absolute;z-index:0;max-width:74%;max-height:92%;height:92%!important;opacity:.13;filter:blur(10px) saturate(.72) contrast(1.08);transform:scale(1.08) translateY(-1%)}.vimport-b2b-bottle-stage__shadow{position:absolute;left:50%;bottom:clamp(.5rem,1.2vw,1.2rem);z-index:1;width:min(42%,18rem);height:clamp(1rem,1.6vw,1.8rem);border-radius:999px;background:radial-gradient(ellipse at center,rgba(0,0,0,.34) 0%,rgba(0,0,0,.18) 38%,transparent 72%);filter:blur(3px);transform:translate(-50%)}.vimport-b2b-bottle-stage__image{position:relative;z-index:2;max-width:78%;max-height:96%;height:96%!important;margin:0 auto;filter:drop-shadow(0 24px 28px rgba(0,0,0,.3))}.vimport-b2b-image-tile--style-detail .vimport-b2b-bottle-stage__image,.vimport-b2b-image-tile--style-detail .vimport-b2b-bottle-stage__ghost{max-width:88%}.vimport-b2b-image-tile--derived-product .vimport-b2b-bottle-stage__image{max-width:72%}@media screen and (max-width:749px){.vimport-b2b-bottle-stage{top:1.4rem;right:1.4rem;bottom:1.4rem;left:1.4rem}.vimport-b2b-bottle-stage__image{max-width:82%;max-height:94%;height:94%!important}.vimport-b2b-bottle-stage__ghost{max-width:80%;max-height:90%;height:90%!important}}.vimport-b2b-audiences .vimport-b2b__header{max-width:86rem}.vimport-b2b-audience-card{min-height:100%;border-color:#fcf7ef29;background:linear-gradient(180deg,#fcf7ef14,#fcf7ef0b),#24181bd1}.vimport-b2b-audience-card__text,.vimport-b2b-audience-card__bullets li{color:#fcf7efd1}.vimport-b2b-contact.vimport-b2b-section--dark{background:linear-gradient(120deg,rgba(91,18,68,.18),transparent 34%),linear-gradient(180deg,#1b1415,#24191c)}.vimport-b2b-contact__layout{gap:clamp(2.4rem,4vw,4.2rem)}.vimport-b2b-contact__intro-panel{gap:1.6rem}.vimport-b2b-contact__trust-list{gap:.75rem}.vimport-b2b-contact__info{padding:1.8rem;background:#fcf7ef0e}.vimport-b2b-contact__form-card{background:linear-gradient(145deg,#fcf7ef1f,#fcf7ef0d),#140e0feb;box-shadow:0 22px 62px #00000042}.vimport-b2b-contact__form-heading{font-size:clamp(2.2rem,2.4vw,3rem)}.vimport-b2b-contact__form-note,.vimport-b2b-contact__progress,.vimport-b2b-contact__button-wrap{margin-bottom:1.4rem}.vimport-b2b-contact__fieldsets{gap:1.45rem}.vimport-b2b-contact__fieldset{gap:1rem}.vimport-b2b-contact__choice-grid,.vimport-b2b-contact__fields{gap:.9rem}.vimport-b2b-contact__choice-pill{min-height:3.8rem;padding:.75rem 1rem}.vimport-b2b-contact__input,.vimport-b2b-contact__select,.vimport-b2b-contact__textarea{min-height:4.8rem;border-color:#fcf7ef38;background:#fcf7ef18}.vimport-b2b-contact__textarea{min-height:11.2rem}.vimport-b2b-contact__submit{min-height:5.2rem;background:linear-gradient(135deg,#fff1cf,#d8bd7a)}@media screen and (min-width:750px){.vimport-b2b-contact__layout{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start}}@media screen and (max-width:749px){.vimport-b2b-contact__info,.vimport-b2b-contact__form-card{padding:1.6rem}}.vimport-b2b-image-grid.vimport-b2b-section--dark{overflow:clip;background:radial-gradient(ellipse at 16% 4%,rgba(216,189,122,.18),transparent 34%),radial-gradient(ellipse at 82% 10%,rgba(91,18,68,.38),transparent 44%),linear-gradient(180deg,#170d12,#2a1420 48%,#171011)}.vimport-b2b-image-grid .page-width{max-width:136rem}.vimport-b2b-image-grid .vimport-b2b__header{max-width:86rem;margin-right:auto;margin-left:auto}.vimport-b2b-image-grid__producer-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.9rem,1.2vw,1.4rem);width:min(100%,112rem);max-width:100%;margin:0 auto clamp(2.2rem,3vw,3.4rem);overflow:visible}.vimport-b2b-image-grid__producer-chip{position:relative;display:grid;grid-template-columns:5.8rem minmax(0,1fr);align-items:center;gap:1rem;min-width:0;min-height:7.8rem;padding:.85rem;border:1px solid rgba(252,247,239,.14);border-radius:8px;background:linear-gradient(180deg,#fcf7ef17,#fcf7ef0b),#150c0fa8;color:var(--b2b-ink);box-shadow:0 18px 42px #0000002e;transition:border-color .18s ease,background .18s ease,transform .18s ease}.vimport-b2b-image-grid__producer-chip:before{content:"";position:absolute;left:0;top:1rem;bottom:1rem;width:2px;border-radius:999px;background:transparent}.vimport-b2b-image-grid__producer-chip.is-active,.vimport-b2b-image-grid__producer-chip:hover{border-color:#d8bd7a7a;background:linear-gradient(180deg,#5b124457,#fcf7ef0f),#150c0fc7}.vimport-b2b-image-grid__producer-chip.is-active:before,.vimport-b2b-image-grid__producer-chip:hover:before{background:linear-gradient(180deg,#fff0c4,var(--b2b-gold))}.vimport-b2b-image-grid__producer-mark{display:grid;place-items:center;width:5.8rem;min-height:5.8rem;border:1px solid rgba(216,189,122,.22);border-radius:8px;background:linear-gradient(145deg,#fffaf3,#efe2ca);color:var(--b2b-wine);font-size:2.4rem;font-weight:850;line-height:1;box-shadow:inset 0 0 0 1px #ffffff9e}.vimport-b2b-image-grid__producer-mark img{display:block;width:auto;height:auto;max-width:4.8rem;max-height:3.8rem;object-fit:contain;filter:grayscale(100%) contrast(1.04)}.vimport-b2b-image-grid__producer-text{display:grid;gap:.35rem;min-width:0}.vimport-b2b-image-grid__producer-text span{overflow:hidden;color:var(--b2b-ink);font-size:clamp(1.18rem,1.05vw,1.4rem);font-weight:850;line-height:1.16;text-overflow:ellipsis;white-space:normal}.vimport-b2b-image-grid__producer-text small{color:var(--b2b-gold);font-size:1.05rem;font-weight:900;line-height:1.2;text-transform:uppercase}.vimport-b2b-auto-product-carousel{max-width:118rem;margin:0 auto;overflow:clip}.vimport-b2b-product-orbit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.2rem,1.8vw,2rem);width:100%;max-width:100%}.vimport-b2b-auto-product-carousel .vimport-b2b-image-tile--derived-product,.vimport-b2b-story-card{min-width:0;min-height:clamp(36rem,35vw,52rem);border:1px solid rgba(216,189,122,.16);border-radius:8px;background:radial-gradient(ellipse at 72% 18%,rgba(252,247,239,.2),transparent 34%),radial-gradient(ellipse at 24% 82%,rgba(91,18,68,.36),transparent 44%),linear-gradient(135deg,#3a1024eb,#160c10f5);box-shadow:0 28px 76px #00000047}.vimport-b2b-story-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0f080b0a,#0f080b29 48%,#0f080b8f),linear-gradient(90deg,rgba(16,10,11,.48),transparent 58%)}.vimport-b2b-story-card--producer{background:radial-gradient(ellipse at 72% 18%,rgba(216,189,122,.19),transparent 36%),linear-gradient(135deg,#222216bd,#170d0ff5)}.vimport-b2b-story-card--service{background:radial-gradient(ellipse at 78% 18%,rgba(201,125,72,.22),transparent 36%),linear-gradient(135deg,#291817d1,#140c0efa)}.vimport-b2b-story-card--knowledge,.vimport-b2b-story-card--support{background:radial-gradient(ellipse at 72% 18%,rgba(252,247,239,.16),transparent 38%),linear-gradient(135deg,#4b1232bd,#140c0ffa)}.vimport-b2b-story-card .vimport-b2b-bottle-stage{inset:auto clamp(1.2rem,2.4vw,2.8rem) clamp(2.6rem,4vw,4.4rem) auto!important;width:min(36%,20rem)!important;height:70%!important;opacity:.8}.vimport-b2b-story-card:nth-child(1) .vimport-b2b-bottle-stage,.vimport-b2b-story-card:nth-child(4) .vimport-b2b-bottle-stage{width:min(32%,18rem)!important}.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__image,.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__ghost{max-width:100%!important;max-height:100%!important;object-fit:contain!important}.vimport-b2b-story-card__content{inset:auto auto clamp(1.2rem,1.8vw,1.8rem) clamp(1.2rem,1.8vw,1.8rem);z-index:3;display:grid;gap:.7rem;width:min(42rem,calc(100% - 2.8rem));max-width:min(42rem,calc(100% - 2.8rem));padding:clamp(1.25rem,1.6vw,1.75rem);border:1px solid rgba(216,189,122,.24);border-radius:8px;background:#0f080bb8;color:var(--b2b-ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vimport-b2b-story-card__label{color:var(--b2b-gold);font-size:1.05rem;font-weight:900;line-height:1;text-transform:uppercase}.vimport-b2b-story-card__title{max-width:32rem;color:var(--b2b-ink);font-size:clamp(2rem,2.2vw,3rem);line-height:1.06}.vimport-b2b-story-card__text{max-width:36rem;color:#fcf7efd1;font-size:clamp(1.28rem,1.1vw,1.45rem);line-height:1.48}@media screen and (max-width:989px){.vimport-b2b-image-grid__producer-strip{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,72rem)}.vimport-b2b-product-orbit{grid-template-columns:repeat(2,minmax(0,1fr))}.vimport-b2b-story-card{min-height:36rem}}@media screen and (max-width:749px){.vimport-b2b-image-grid .vimport-b2b__header{margin-bottom:2.4rem}.vimport-b2b-image-grid__producer-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:1.6rem}.vimport-b2b-image-grid__producer-chip{grid-template-columns:4.7rem minmax(0,1fr);gap:.75rem;min-height:6.8rem;padding:.7rem}.vimport-b2b-image-grid__producer-mark{width:4.7rem;min-height:4.7rem;font-size:2rem}.vimport-b2b-image-grid__producer-mark img{max-width:3.8rem;max-height:3.2rem}.vimport-b2b-image-grid__producer-text span{font-size:1.08rem}.vimport-b2b-image-grid__producer-text small{font-size:.92rem}.vimport-b2b-product-orbit{grid-template-columns:1fr}.vimport-b2b-auto-product-carousel .vimport-b2b-image-tile--derived-product,.vimport-b2b-story-card{min-height:33rem}.vimport-b2b-story-card .vimport-b2b-bottle-stage{inset:2rem 1rem 9.4rem auto!important;width:min(38%,12rem)!important;height:52%!important;opacity:.72}.vimport-b2b-story-card__content{inset:auto .9rem .9rem;width:auto;max-width:none;padding:1.05rem}.vimport-b2b-story-card__title{font-size:1.95rem}.vimport-b2b-story-card__text{font-size:1.2rem;line-height:1.42}}.vimport-b2b-image-grid,.vimport-b2b-image-grid .page-width,.vimport-b2b-auto-product-carousel,.vimport-b2b-product-orbit{max-width:100%;overflow-x:clip}.vimport-b2b-product-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch}.vimport-b2b-story-card .vimport-b2b-bottle-stage{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;opacity:1}.vimport-b2b-story-card .vimport-b2b-bottle-stage__shadow{display:none}.vimport-b2b-story-card .vimport-b2b-bottle-stage__ghost,.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__ghost{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-width:100%!important;min-height:100%!important;padding:0!important;object-fit:cover!important;object-position:center center}.vimport-b2b-story-card .vimport-b2b-bottle-stage__image,.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__image{position:absolute;top:50%;right:clamp(.6rem,2vw,2.6rem);bottom:auto;left:auto;width:min(56%,34rem)!important;height:84%!important;max-width:min(56%,34rem)!important;max-height:84%!important;min-width:0!important;min-height:0!important;padding:0!important;object-fit:contain!important;object-position:center center;transform:translateY(-50%)!important}.vimport-b2b-story-card .vimport-b2b-bottle-stage__ghost{z-index:0;opacity:.34;filter:blur(12px) saturate(.94) contrast(1.06) brightness(.62);transform:scale(1.08)}.vimport-b2b-story-card .vimport-b2b-bottle-stage__image{z-index:2;opacity:.82;filter:saturate(1.02) contrast(1.08) brightness(1.22)}.vimport-b2b-story-card:hover .vimport-b2b-bottle-stage__image{transform:translateY(-50%) scale(1.018)!important}.vimport-b2b-story-card:nth-child(1) .vimport-b2b-bottle-stage__image{right:-2%;width:min(62%,38rem)!important;max-width:min(62%,38rem)!important;opacity:.82}.vimport-b2b-story-card:nth-child(2) .vimport-b2b-bottle-stage__image{right:2%;width:min(58%,36rem)!important;max-width:min(58%,36rem)!important;opacity:.78}.vimport-b2b-story-card:nth-child(3) .vimport-b2b-bottle-stage__image{right:auto;left:-2%;width:min(60%,36rem)!important;max-width:min(60%,36rem)!important;opacity:.82}.vimport-b2b-story-card:nth-child(4) .vimport-b2b-bottle-stage__image{right:-4%;width:min(68%,42rem)!important;max-width:min(68%,42rem)!important;opacity:.78}.vimport-b2b-story-card:after{z-index:1;background:linear-gradient(180deg,#0e080b0a,#0e080b3d 44%,#0e080bc2),linear-gradient(90deg,#12090d94,#12090d42 48%,#12090d14)}.vimport-b2b-story-card__content{z-index:3}@media screen and (min-width:750px){.vimport-b2b-product-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vimport-b2b-product-orbit>.vimport-b2b-story-card{aspect-ratio:16 / 10!important;min-height:clamp(34rem,30vw,46rem)}}@media screen and (max-width:749px){.vimport-b2b-product-orbit{grid-template-columns:1fr!important}.vimport-b2b-story-card .vimport-b2b-bottle-stage{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.vimport-b2b-product-orbit>.vimport-b2b-story-card{min-height:32rem;aspect-ratio:4 / 5!important}.vimport-b2b-story-card .vimport-b2b-bottle-stage__image,.vimport-b2b-auto-product-carousel .vimport-b2b-bottle-stage__image{right:-4%;left:auto;width:min(64%,22rem)!important;height:78%!important;max-width:min(64%,22rem)!important;max-height:78%!important}}@media screen and (min-width:750px)and (max-width:989px){.vimport-b2b-product-orbit>.vimport-b2b-story-card{width:100%!important;max-width:100%;min-height:0;aspect-ratio:3 / 4!important}}.vimport-b2b-value-card--link{position:relative;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.vimport-b2b-value-card--link:hover{transform:translateY(-4px)}.vimport-b2b-value-card__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:1.1rem;font-weight:800;font-size:1.05rem;letter-spacing:.01em;color:var(--b2b-ink, #1f1d1a);text-decoration:none}.vimport-b2b-section--dark .vimport-b2b-value-card__cta{color:var(--b2b-gold, #c8a35b)}.vimport-b2b-value-card__cta-arrow{transition:transform .16s ease}.vimport-b2b-value-card--link:hover .vimport-b2b-value-card__cta-arrow{transform:translate(3px)}.vimport-b2b-value-card__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.vimport-b2b-value-card--link:focus-within{outline:2px solid var(--b2b-gold, #c8a35b);outline-offset:3px}.vimport-b2b-value-card__cta:focus-visible{outline:none}.vimport-b2b-section.is-color-themed{background:rgb(var(--color-background));background:var(--gradient-background, rgb(var(--color-background)));color:rgb(var(--color-foreground))}.vimport-b2b-section.is-color-themed .vimport-b2b-card{background:rgb(var(--color-background));border-color:rgba(var(--color-foreground),.12);color:rgb(var(--color-foreground))}.vimport-b2b.is-color-themed,.is-color-themed.vimport-b2b{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}
/*# sourceMappingURL=/cdn/shop/t/58/assets/vimport-b2b.css.map */
