.oi-hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:flex-end;overflow:hidden}.oi-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.07);animation:oiHeroZoom 16s ease-out forwards}@keyframes oiHeroZoom{0%{transform:scale(1.07)}to{transform:scale(1)}}.oi-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0d100814,#0d10088c 55%,#0d1008eb);z-index:1}.oi-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:.35;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E")}.oi-hero__content{position:relative;z-index:3;padding:0 56px 88px;max-width:880px}.oi-hero__eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:var(--oi-font-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--oi-fern);margin-bottom:24px}.oi-hero__eyebrow-line{width:40px;height:1px;background:var(--oi-fern)}.oi-hero__h1{font-family:var(--oi-font-display)!important;font-size:clamp(52px,7.5vw,100px)!important;font-weight:900!important;line-height:.95!important;color:var(--oi-white)!important;margin-bottom:32px!important}.oi-hero__h1 em{font-style:italic;color:var(--oi-fern)}.oi-hero__sub{font-size:17px;line-height:1.7;color:#faf9f5b8;max-width:460px;margin-bottom:48px;font-weight:300}.oi-hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.oi-hero__scroll{position:absolute;bottom:36px;right:56px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;color:#faf9f566;font-family:var(--oi-font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase}.oi-hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(250,249,245,.4),transparent);animation:oiScrollPulse 2.2s ease-in-out infinite}@keyframes oiScrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.65)}}@media screen and (max-width:749px){.oi-hero__content{padding:0 24px 72px}.oi-hero__scroll{display:none}.oi-hero__h1{font-size:clamp(40px,11vw,60px)!important}}.oi-ticker{background:var(--oi-ember);padding:14px 0;overflow:hidden;white-space:nowrap;position:relative;z-index:2}.oi-ticker__track{display:inline-flex;animation:oiTick 32s linear infinite}.oi-ticker__track span{font-family:var(--oi-font-mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--oi-white);padding:0 32px}.oi-ticker__track span:before{content:"\25c6  "}@keyframes oiTick{0%{transform:translate(0)}to{transform:translate(-50%)}}.oi-manifesto{background:var(--oi-forest);padding:120px 56px}.oi-manifesto__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1400px;margin:0 auto}.oi-manifesto__h2{font-family:var(--oi-font-display)!important;font-size:clamp(32px,3.5vw,52px)!important;font-weight:900!important;line-height:1.1!important;color:var(--oi-white)!important;margin-bottom:28px!important}.oi-manifesto__h2 em{font-style:italic;color:var(--oi-fern)}.oi-manifesto__body p{font-size:16px;line-height:1.8;color:#faf9f59e;font-weight:300;margin-bottom:18px}.oi-manifesto__body p strong{color:var(--oi-white);font-weight:500}.oi-manifesto__stats{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#ffffff0f;border-radius:4px;overflow:hidden;margin-top:44px;border:1px solid rgba(255,255,255,.07)}.oi-stat{padding:28px 24px;background:#ffffff08;border:1px solid rgba(255,255,255,.04);transition:background .3s}.oi-stat:hover{background:#ffffff12}.oi-stat__num{font-family:var(--oi-font-display);font-size:44px;font-weight:900;color:var(--oi-fern);line-height:1;margin-bottom:6px}.oi-stat__label{font-family:var(--oi-font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#faf9f561}.oi-manifesto__img-stack{position:relative;height:500px}.oi-manifesto__img-main{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;border-radius:4px}.oi-manifesto__img-card{position:absolute;bottom:-28px;right:-28px;width:190px;height:150px;background-size:cover;background-position:center;border-radius:4px;border:4px solid var(--oi-forest);box-shadow:0 20px 56px #00000080}.oi-manifesto__badge{position:absolute;top:24px;left:-24px;background:var(--oi-ember);color:var(--oi-white);padding:14px 18px;border-radius:4px;font-family:var(--oi-font-mono);font-size:11px;letter-spacing:.08em;line-height:1.5;box-shadow:0 12px 36px #c8572a59}.oi-manifesto__badge strong{display:block;font-size:22px;letter-spacing:0;margin-bottom:2px}@media screen and (max-width:989px){.oi-manifesto{padding:80px 24px}.oi-manifesto__inner{grid-template-columns:1fr;gap:56px}.oi-manifesto__img-stack{height:360px}.oi-manifesto__img-card{display:none}.oi-manifesto__badge{left:12px;top:12px}}.oi-pillars{padding:120px 56px;background:var(--oi-cream)}.oi-pillars__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px;gap:32px;flex-wrap:wrap;max-width:1400px;margin-left:auto;margin-right:auto}.oi-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--oi-stone);border:2px solid var(--oi-stone);border-radius:4px;overflow:hidden;max-width:1400px;margin:0 auto}.oi-pillar{background:var(--oi-cream);padding:52px 40px;position:relative;overflow:hidden;transition:background .3s}.oi-pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--oi-ember);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.oi-pillar:hover{background:var(--oi-white)}.oi-pillar:hover:before{transform:scaleX(1)}.oi-pillar__num{font-family:var(--oi-font-display);font-size:64px;font-weight:900;color:var(--oi-stone);line-height:1;margin-bottom:-6px;transition:color .3s}.oi-pillar:hover .oi-pillar__num{color:#c8572a1a}.oi-pillar h3{font-family:var(--oi-font-display)!important;font-size:21px!important;font-weight:700!important;color:var(--oi-ink)!important;margin-bottom:12px!important;margin-top:16px!important}.oi-pillar p{font-size:14px;line-height:1.75;color:#5a5a50;font-weight:300}.oi-pillar__link{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--oi-ember)!important;text-decoration:none!important;transition:gap .2s}.oi-pillar__link:after{content:"\2192"}.oi-pillar__link:hover{gap:14px}@media screen and (max-width:989px){.oi-pillars{padding:80px 24px}.oi-pillars__grid{grid-template-columns:1fr}}.oi-mosaic{padding:120px 56px;background:var(--oi-white)}.oi-mosaic__head{margin-bottom:48px;max-width:1400px;margin-left:auto;margin-right:auto}.oi-mosaic__grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:280px 280px;gap:6px;max-width:1400px;margin:0 auto}.oi-mosaic__cell{position:relative;overflow:hidden;cursor:none;display:block;text-decoration:none!important}.oi-mosaic__cell:first-child{grid-row:1 / 3}.oi-mosaic__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.08);transition:transform .7s ease}.oi-mosaic__cell:hover .oi-mosaic__bg{transform:scale(1)}.oi-mosaic__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,16,8,.8) 0%,transparent 55%);transition:background .4s}.oi-mosaic__cell:hover .oi-mosaic__overlay{background:linear-gradient(to top,#0d1008e0,#0d100833)}.oi-mosaic__label{position:absolute;bottom:0;left:0;right:0;padding:24px 24px 20px;display:flex;align-items:flex-end;justify-content:space-between}.oi-mosaic__label h3{font-family:var(--oi-font-display)!important;font-size:20px!important;font-weight:700!important;color:var(--oi-white)!important;margin:0!important}.oi-mosaic__label span{font-family:var(--oi-font-mono);font-size:10px;letter-spacing:.15em;color:var(--oi-fern);text-transform:uppercase}@media screen and (max-width:989px){.oi-mosaic{padding:72px 24px}.oi-mosaic__grid{grid-template-columns:1fr 1fr;grid-template-rows:200px 200px 200px}.oi-mosaic__cell:first-child{grid-row:1 / 2;grid-column:1 / 3}}@media screen and (max-width:599px){.oi-mosaic__grid{grid-template-columns:1fr;grid-template-rows:repeat(5,200px)}.oi-mosaic__cell:first-child{grid-row:auto;grid-column:auto}}.oi-venture-band{background:var(--oi-ember);padding:80px 56px}.oi-venture-band__inner{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center;max-width:1400px;margin:0 auto}.oi-venture-band__h2{font-family:var(--oi-font-display)!important;font-size:clamp(26px,3vw,42px)!important;font-weight:900!important;color:var(--oi-white)!important;line-height:1.1!important;margin-bottom:0!important}.oi-venture-band__h2 em{font-style:italic;opacity:.82}.oi-venture-band__body p{font-size:16px;color:#faf9f5b8;line-height:1.65;margin-top:14px;max-width:520px;font-weight:300}@media screen and (max-width:989px){.oi-venture-band{padding:64px 24px}.oi-venture-band__inner{grid-template-columns:1fr;gap:32px}}.testimonials-section,[class*=testimonial] blockquote{font-family:var(--oi-font-display)!important;font-style:italic!important}.oi-manifesto .oi-manifesto__h2,.oi-manifesto h2.oi-manifesto__h2,.shopify-section .oi-manifesto__h2{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(36px,4vw,56px)!important;font-weight:900!important;line-height:1.05!important;color:#faf9f5!important;margin-bottom:28px!important;letter-spacing:-.01em!important}.oi-manifesto .oi-manifesto__h2 em,.shopify-section .oi-manifesto__h2 em{font-style:italic!important;color:#8aac6e!important}.oi-manifesto .oi-manifesto__body p,.shopify-section .oi-manifesto__body p{font-family:DM Sans,system-ui,sans-serif!important;font-size:16px!important;line-height:1.8!important;color:#faf9f59e!important;font-weight:300!important;margin-bottom:18px!important}.oi-manifesto .oi-manifesto__body p strong,.shopify-section .oi-manifesto__body p strong{color:#faf9f5!important;font-weight:600!important}.oi-hero .oi-hero__h1,.shopify-section .oi-hero__h1,h1.oi-hero__h1{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(52px,7.5vw,100px)!important;font-weight:900!important;line-height:.95!important;color:#faf9f5!important;margin-bottom:32px!important;letter-spacing:-.02em!important}.oi-hero .oi-hero__h1 em,.shopify-section .oi-hero__h1 em{font-style:italic!important;color:#8aac6e!important}.oi-hero .oi-hero__eyebrow,.shopify-section .oi-hero__eyebrow{font-family:Space Mono,Courier New,monospace!important;font-size:11px!important;font-weight:400!important;letter-spacing:.2em!important;color:#8aac6e!important}.oi-hero .oi-hero__sub,.shopify-section .oi-hero__sub{font-family:DM Sans,system-ui,sans-serif!important;font-size:17px!important;font-weight:300!important;line-height:1.7!important;color:#faf9f5b8!important}.oi-ticker .oi-ticker__track span,.shopify-section .oi-ticker__track span{font-family:Space Mono,Courier New,monospace!important;font-size:11px!important;font-weight:400!important;letter-spacing:.15em!important;color:#faf9f5!important}.oi-pillars .oi-display,.shopify-section .oi-display{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(36px,4.5vw,64px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.01em!important}.oi-pillars .oi-display em,.shopify-section .oi-display em{font-style:italic!important;color:#5c7c4e!important}.oi-pillar h3,.oi-pillars .oi-pillar h3,.shopify-section .oi-pillar h3{font-family:Playfair Display,Georgia,serif!important;font-size:22px!important;font-weight:700!important;color:#0d1008!important;margin-bottom:12px!important;margin-top:16px!important;line-height:1.2!important}.oi-pillar .oi-pillar__num,.shopify-section .oi-pillar__num{font-family:Playfair Display,Georgia,serif!important;font-size:64px!important;font-weight:900!important;line-height:1!important}.oi-pillar p,.oi-pillars .oi-pillar p,.shopify-section .oi-pillar p{font-family:DM Sans,system-ui,sans-serif!important;font-size:14px!important;font-weight:300!important;line-height:1.75!important;color:#5a5a50!important}.oi-mosaic .oi-mosaic__label h3,.shopify-section .oi-mosaic__label h3{font-family:Playfair Display,Georgia,serif!important;font-size:20px!important;font-weight:700!important;color:#faf9f5!important;margin:0!important}.oi-mosaic .oi-mosaic__label span,.shopify-section .oi-mosaic__label span{font-family:Space Mono,Courier New,monospace!important;font-size:10px!important;letter-spacing:.15em!important;color:#8aac6e!important}.oi-venture-band .oi-venture-band__h2,.shopify-section .oi-venture-band__h2{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(28px,3vw,44px)!important;font-weight:900!important;color:#faf9f5!important;line-height:1.1!important;letter-spacing:-.01em!important}.oi-venture-band .oi-venture-band__body p,.shopify-section .oi-venture-band__body p{font-family:DM Sans,system-ui,sans-serif!important;font-size:16px!important;font-weight:300!important;color:#faf9f5b8!important;line-height:1.65!important}.shopify-section .oi-section-label{font-family:Space Mono,Courier New,monospace!important;font-size:10px!important;font-weight:400!important;letter-spacing:.2em!important;text-transform:uppercase!important}.oi-manifesto .oi-stat__num,.shopify-section .oi-stat__num{font-family:Playfair Display,Georgia,serif!important;font-size:44px!important;font-weight:900!important;color:#8aac6e!important;line-height:1!important}.oi-manifesto .oi-stat__label,.shopify-section .oi-stat__label{font-family:Space Mono,Courier New,monospace!important;font-size:10px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#faf9f561!important}
/*# sourceMappingURL=/cdn/shop/t/9/assets/oi-homepage.css.map */
