:root{--color-primary: #2B4472;--color-accent: #A12035;--color-background: #FFFFFF;--color-foreground: #2A3550;--color-muted: #737D8C;--color-card-bg: #F5F5F5;--color-border: #E0E0E0;--font-heading: "Cormorant Garamond", serif;--font-body: "Montserrat", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-foreground);background:var(--color-background)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{color:inherit}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.5rem 1rem;background:var(--color-primary);color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:600;width:auto;height:auto;overflow:visible}.hero-section{position:relative;min-height:94vh;display:flex;flex-direction:column}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#d0d0d0}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(-122deg,#d0d0d0,#e6e6e6,#c9c9c9);opacity:.85}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;padding-top:6rem}@media(min-width:768px){.hero-content{padding-top:3rem}}@media(min-width:1024px){.hero-content{padding-top:3rem}}.hero-logo{opacity:0}.hero-logo-img{width:33vw;height:auto}.hero-subtitle{opacity:0;margin-top:1.5rem;letter-spacing:.3em;font-weight:500;text-transform:uppercase;font-family:var(--font-heading);color:var(--color-accent);font-size:1.125rem}@media(min-width:768px){.hero-subtitle{margin-top:2rem}}@media(min-width:1024px){.hero-subtitle{margin-top:2.5rem}}.hero-title{opacity:0;margin-top:1rem;font-size:3.75rem;font-family:var(--font-heading);font-weight:900;color:var(--color-primary);text-align:center;line-height:.9;text-transform:uppercase}@media(min-width:768px){.hero-title{font-size:4.5rem}}@media(min-width:1024px){.hero-title{font-size:6rem;line-height:1}}.decorative-stripes{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.stripes-top,.stripes-bottom{position:absolute;width:21rem;height:630px;overflow:hidden;pointer-events:none;opacity:0}.stripes-top{top:0;left:0}.stripes-bottom{bottom:-50px;right:0;position:fixed}.stripe{position:absolute;transform:rotate(26.8deg)}.stripe--navy{background:var(--color-primary)}.stripe--white{background:var(--color-background)}.stripe--red{background:var(--color-accent)}.stripes-top .stripe--1{width:44px;height:711px;top:-30px;left:0;transform-origin:top left}.stripes-top .stripe--2{width:22px;height:711px;top:-22px;left:45px;transform-origin:top left}.stripes-top .stripe--3{width:24px;height:711px;top:-13px;left:66px;transform-origin:top left}.stripes-top .stripe--4{width:62px;height:750px;top:-30px;left:102px;transform-origin:top left}.stripes-bottom .stripe--1{width:44px;height:711px;bottom:0;right:9px;transform-origin:bottom right}.stripes-bottom .stripe--2{width:22px;height:711px;bottom:23px;right:47px;transform-origin:bottom right}.stripes-bottom .stripe--3{width:24px;height:711px;bottom:-2px;right:86px;transform-origin:bottom right}.stripes-bottom .stripe--4{width:62px;height:750px;bottom:-30px;right:125px;transform-origin:bottom right}@media(min-width:768px){.stripes-top .stripe--1{left:130px}.stripes-top .stripe--2{left:175px}.stripes-top .stripe--3{left:196px}.stripes-top .stripe--4{left:232px}.stripes-bottom .stripe--1{right:139px}.stripes-bottom .stripe--2{right:177px}.stripes-bottom .stripe--3{right:216px}.stripes-bottom .stripe--4{right:255px}}.signup-section{position:relative;z-index:10;display:flex;justify-content:center;padding:1rem;opacity:0}@media(min-width:768px){.signup-section{padding:1.5rem 1rem}}@media(min-width:1024px){.signup-section{padding:2rem 1rem}}.signup-card{width:100%;max-width:28rem;background:var(--color-card-bg);border-radius:.25rem;padding:1.5rem}@media(min-width:768px){.signup-card{padding:2rem}}.signup-form-row{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.signup-form-row{flex-direction:row}}.signup-input{height:3rem;flex:1;background:var(--color-background);border:1px solid var(--color-border);border-radius:.25rem;padding:0 1rem;font-size:.875rem;font-family:var(--font-body);color:var(--color-foreground);outline:none}.signup-input::placeholder{color:var(--color-muted)}.signup-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #2b447233}.signup-button{position:relative;height:3rem;min-height:48px;padding:0 2rem;background:var(--color-primary);color:#fff;border:none;border-radius:.25rem;font-size:.875rem;font-family:var(--font-body);font-weight:600;letter-spacing:.05em;cursor:pointer;overflow:hidden;box-shadow:0 4px 14px #00000026;transition:box-shadow .2s,transform .2s}.signup-button:hover{box-shadow:0 6px 20px #0003;transform:scale(1.03)}.signup-button-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2.5s ease-in-out infinite;pointer-events:none}.signup-button-text{position:relative;z-index:1}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.signup-legal{margin-top:.75rem;font-size:.75rem;color:var(--color-muted);text-align:center;line-height:1.6}.signup-legal a{text-decoration:underline;transition:color .15s}.signup-legal a:hover{color:var(--color-foreground)}.landing-footer{position:relative;z-index:10;margin-top:auto;opacity:0}.footer-inner{padding:.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--color-border)}@media(min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between;padding:1rem 1.5rem}}.footer-logo-link{display:flex;align-items:center;gap:.5rem}.footer-logo{height:1.5rem}.footer-legal{text-align:center}@media(min-width:768px){.footer-legal{text-align:right}}.footer-legal p{font-size:.75rem;color:var(--color-muted);line-height:1.4}.footer-legal a{text-decoration:underline;transition:color .15s}.footer-legal a:hover{color:var(--color-foreground)}.is-loaded .hero-logo,.is-loaded .hero-subtitle,.is-loaded .hero-title,.is-loaded .stripes-top,.is-loaded .stripes-bottom,.is-loaded .signup-section,.is-loaded .landing-footer{opacity:1;transform:translateY(0) scale(1) translate(0);transition:opacity .8s ease-out,transform .8s ease-out}.is-loaded .hero-logo{transition-delay:0s}.is-loaded .hero-subtitle{transition-delay:.3s}.is-loaded .hero-title{transition-delay:.5s}.is-loaded .stripes-top{transition-delay:.15s}.is-loaded .stripes-bottom{transition-delay:.25s}.is-loaded .signup-section{transition-delay:.7s}.is-loaded .landing-footer{transition-delay:.9s}@media(max-width:600px){.signup-input{min-height:4rem}.hero-logo-img{width:73vw}#SMS{width:91%}}.signup-notification{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease,margin .4s ease,padding .4s ease;border-radius:.25rem;font-size:.875rem;font-family:var(--font-body);text-align:center;margin-top:0;padding:0 1rem;line-height:1.5}.signup-notification.is-visible{max-height:80px;opacity:1;margin-top:.75rem;padding:.75rem 1rem}.signup-notification.is-success{background:#2b447214;color:var(--color-primary);border:1px solid rgba(43,68,114,.2)}.signup-notification.is-error{background:#a1203514;color:var(--color-accent);border:1px solid rgba(161,32,53,.2)}.signup-button.is-loading{pointer-events:none;opacity:.7}.signup-button .spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}.signup-card>svg{flex-shrink:0;margin-top:3px;opacity:.9}.newsletter-sms{display:flex;flex-direction:column;gap:.5rem;font-family:var(--font-body);color:#fff}.sms-content span{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#2b4472}.sms-wording{display:flex;font-size:1rem;font-weight:400;color:#2b4472;line-height:1.4;gap:.7rem;flex-direction:row;align-content:center;align-items:center}.sms-content{display:flex;flex-direction:row;flex-wrap:nowrap;height:auto;gap:45px;align-content:center;align-items:center}.sms-wording b{font-weight:700;color:#2b4472;font-size:1rem}.sms-disclaimer{font-size:.6875rem;line-height:1.6;color:#2b4472}.sms-disclaimer b{color:#2b4472;font-weight:600}.sms-disclaimer a{color:#2b4472;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.sms-disclaimer a:hover{color:#2b4472}#SMS{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1.3rem}.title-mobile{width:max-content;font-size:.8rem!important}@media(max-width:768px){.sms-content{display:flex;flex-direction:column;flex-wrap:nowrap;height:auto;gap:3px;align-content:center;align-items:flex-start}.sms-wording b{font-size:1.3rem}.hero-content{padding-top:3rem}}#SMS{visibility:hidden;opacity:0;animation:fadeInUpCard .8s ease-out 1.3s forwards}@keyframes fadeInUpCard{0%{opacity:0;visibility:hidden;transform:translateY(20px)}to{opacity:1;visibility:visible;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
