.omme-hero{position:relative;padding-top:var(--hero-pad-top, 80px);padding-bottom:var(--hero-pad-bottom, 80px);overflow:hidden}.omme-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,80px);align-items:center;min-height:600px}.omme-hero__copy{display:flex;flex-direction:column;gap:24px;max-width:560px}.omme-hero__eyebrow{align-self:flex-start}.omme-hero__title{font-size:clamp(40px,5.5vw,72px);line-height:1.02}.omme-hero__subcopy{color:var(--omme-ink-700);max-width:480px}.omme-hero__price-row{display:flex;align-items:center;gap:8px;padding:16px 0;border-top:1px solid var(--omme-ink-a08);border-bottom:1px solid var(--omme-ink-a08)}.omme-hero__cta-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:8px}.omme-hero__visual{position:relative}.omme-hero__image-wrap{position:relative;aspect-ratio:4 / 5;width:100%;max-width:600px;margin-left:auto;overflow:hidden}.omme-hero__image{width:100%;height:100%;object-fit:cover;border-radius:0;display:block}.omme-hero__protocol-card{position:absolute;bottom:32%;right:5%;left:auto;width:min(420px,70%);min-height:200px;padding:0;color:var(--omme-cream-50);border-radius:18px;display:grid;grid-template-columns:1.5fr 1fr;align-items:stretch;overflow:hidden;background:transparent;box-shadow:0 30px 80px #14141266,0 0 0 1px #ffffff38;isolation:isolate}.protocol-card__text-panel{position:relative;background:linear-gradient(135deg,#fffaf047,#fffaf02e);backdrop-filter:blur(16px) saturate(140%) brightness(1.08);-webkit-backdrop-filter:blur(16px) saturate(140%) brightness(1.08);padding:28px 22px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;text-align:center;box-shadow:inset 0 1px #ffffff73,inset 0 -1px #ffffff14}.protocol-card__text-panel:before{content:"";position:absolute;top:0;left:0;right:0;bottom:60%;background:linear-gradient(180deg,#ffffff2e,#fff0);pointer-events:none;border-radius:18px 0 0}.protocol-card__eyebrow{position:relative;width:100%;font-family:var(--omme-font-sans);font-weight:600;font-size:15px;letter-spacing:.16em;text-transform:uppercase;color:var(--omme-cream-50);text-shadow:0 2px 14px rgba(0,0,0,.7);z-index:1}.protocol-card__body{position:relative;width:100%;font-family:var(--omme-font-sans);font-weight:500;font-size:15px;line-height:1.45;color:var(--omme-cream-50);margin:0;max-width:220px;text-shadow:0 2px 12px rgba(0,0,0,.65);z-index:1}.protocol-card__link{position:relative;width:100%;font-family:var(--omme-font-sans);font-size:14px;font-weight:500;color:var(--omme-cream-50);text-decoration:none;text-shadow:0 2px 10px rgba(0,0,0,.6);transition:color var(--omme-t-fast) var(--omme-ease);z-index:1}.protocol-card__link:hover{color:var(--omme-accent)}.protocol-card__pill-panel{background:#fff;display:flex;align-items:center;justify-content:center;padding:16px;min-height:100%}.protocol-card__pill-panel img{width:100%;height:100%;max-height:180px;object-fit:contain;object-position:center}.protocol-card__pill-panel .omme-placeholder{width:100%;height:100%;border-radius:0}.omme-hero__rx-seal{position:absolute;bottom:6%;right:5%;width:90px;height:90px;color:var(--omme-ink-1000);z-index:2}.omme-hero__rx-circle,.omme-hero__rx-center{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.omme-hero__rx-circle{animation:rx-rotate 24s linear infinite}@keyframes rx-rotate{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.omme-hero__rx-circle{animation:none}}@media(max-width:989px){.omme-hero{padding-top:clamp(16px,4vw,32px);padding-bottom:clamp(40px,6vw,64px)}.omme-hero__inner{grid-template-columns:1fr;gap:40px;min-height:0}.omme-hero__visual{order:1}.omme-hero__copy{order:2;max-width:100%}.omme-hero__image-wrap{max-width:100%;aspect-ratio:4 / 4.5;margin:0}.omme-hero__protocol-card{right:auto;left:50%;transform:translate(-50%);bottom:8%;width:min(440px,calc(100% - 32px));margin:0;grid-template-columns:1.5fr 1fr}.omme-hero__rx-seal{width:80px;height:80px;right:16px;bottom:16px}.omme-hero__cta-row{gap:16px}}@media(max-width:768px){.omme-hero{padding-top:16px;padding-bottom:0}.omme-hero__inner{gap:32px}.omme-hero__visual{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.omme-hero__image-wrap{aspect-ratio:4 / 5;max-width:100%;max-height:75vh;margin:0}.omme-hero__image-wrap img{object-fit:cover;object-position:35% top}.omme-hero__protocol-card{right:auto;left:50%;transform:translate(-50%);bottom:24px;width:min(340px,calc(100% - 32px));grid-template-columns:1.5fr 1fr;min-height:160px}.protocol-card__text-panel{padding:20px 14px;gap:12px}.protocol-card__eyebrow{font-size:12px;letter-spacing:.14em}.protocol-card__body{font-size:13px;max-width:160px;line-height:1.4}.protocol-card__pill-panel{padding:8px}.protocol-card__pill-panel img{max-height:110px}.omme-hero__rx-seal{width:64px;height:64px;right:16px;bottom:16px;top:auto}.omme-hero__copy{gap:20px}.omme-hero__title{font-size:clamp(32px,8vw,42px);line-height:1.05}.omme-hero__subcopy{font-size:15px;line-height:1.55}.omme-hero__cta-row{flex-direction:column;align-items:stretch;gap:12px}.omme-hero__cta-row .omme-btn--primary{width:100%;justify-content:center}.omme-hero__cta-row .omme-btn--ghost{width:100%;justify-content:center;text-align:center}}@media(max-width:600px){.omme-hero__title{font-size:clamp(30px,8vw,38px)}.omme-hero__inner{gap:28px}.omme-hero__protocol-card{width:min(320px,calc(100% - 24px));min-height:150px}.protocol-card__body{max-width:150px}}.omme-hero .omme-btn--lg{border-radius:8px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-omme-hero.css.map */
