:root{--stature-primary: #1a3a5c;--stature-secondary: #2d6a9f;--stature-accent: #f5a623;--stature-background: #ffffff;--stature-text: #1a1a1a;--stature-muted: #666666;--stature-surface: #f8f9fa;--stature-border: #e5e7eb;--stature-success: #2e7d32;--stature-danger: #c0392b;--stature-font-heading: "Montserrat", "Assistant", system-ui, -apple-system, sans-serif;--stature-font-body: "Inter", "Assistant", system-ui, -apple-system, sans-serif;--stature-heading-weight: 700;--stature-heading-line-height: 1.15;--stature-body-line-height: 1.6;--stature-space-2xs: .25rem;--stature-space-xs: .5rem;--stature-space-sm: .75rem;--stature-space-md: 1.25rem;--stature-space-lg: 2rem;--stature-space-xl: 3rem;--stature-space-2xl: 5rem;--stature-space-3xl: 7rem;--stature-radius-sm: 6px;--stature-radius-md: 10px;--stature-radius-lg: 16px;--stature-radius-xl: 24px;--stature-radius-pill: 999px;--stature-shadow-sm: 0 1px 2px rgba(26, 26, 26, .04), 0 1px 3px rgba(26, 26, 26, .06);--stature-shadow-md: 0 4px 12px rgba(26, 26, 26, .06), 0 2px 6px rgba(26, 26, 26, .04);--stature-shadow-lg: 0 12px 32px rgba(26, 26, 26, .1), 0 4px 12px rgba(26, 26, 26, .06);--stature-shadow-accent: 0 8px 24px rgba(245, 166, 35, .3);--stature-transition: .2s cubic-bezier(.2, 0, 0, 1);--stature-transition-slow: .4s cubic-bezier(.2, 0, 0, 1);--stature-page-width: 1280px;--stature-gutter: 1.5rem}.stature-section h1,.stature-section h2,.stature-section h3,.stature-section h4,.stature-section h5,.stature-section h6{font-family:var(--stature-font-heading);font-weight:var(--stature-heading-weight);line-height:var(--stature-heading-line-height);letter-spacing:-.01em;color:var(--stature-primary);margin:0 0 var(--stature-space-sm)}.stature-section h1{font-size:clamp(2rem,5vw,3.25rem)}.stature-section h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}.stature-section h3{font-size:clamp(1.15rem,2vw,1.5rem)}.stature-section p{font-family:var(--stature-font-body);line-height:var(--stature-body-line-height);color:var(--stature-text);margin:0 0 var(--stature-space-sm)}.stature-section .stature-muted{color:var(--stature-muted)}.stature-section{font-family:var(--stature-font-body);color:var(--stature-text);padding-top:var(--stature-space-2xl);padding-bottom:var(--stature-space-2xl)}.stature-section--surface{background:var(--stature-surface)}.stature-section--primary{background:var(--stature-primary);color:#fff}.stature-section--primary h1,.stature-section--primary h2,.stature-section--primary h3,.stature-section--primary h4,.stature-section--primary h5,.stature-section--primary h6{color:#fff}.stature-section--primary p{color:#ffffffd9}.stature-section__inner{max-width:var(--stature-page-width);margin:0 auto;padding:0 var(--stature-gutter)}.stature-section__header{text-align:center;max-width:720px;margin:0 auto var(--stature-space-xl)}.stature-section__eyebrow{display:inline-block;font-family:var(--stature-font-heading);font-weight:600;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--stature-accent);margin-bottom:var(--stature-space-xs)}.stature-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--stature-font-heading);font-weight:600;font-size:.9375rem;line-height:1;padding:.95rem 1.75rem;border-radius:var(--stature-radius-pill);border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform var(--stature-transition),background var(--stature-transition),box-shadow var(--stature-transition),color var(--stature-transition);-webkit-tap-highlight-color:transparent}.stature-btn:hover{transform:translateY(-1px)}.stature-btn:active{transform:translateY(0)}.stature-btn--primary{background:var(--stature-primary);color:#fff;box-shadow:var(--stature-shadow-md)}.stature-btn--primary:hover{background:#16304d;box-shadow:var(--stature-shadow-lg)}.stature-btn--secondary{background:transparent;color:var(--stature-primary);border-color:var(--stature-primary)}.stature-btn--secondary:hover{background:var(--stature-primary);color:#fff}.stature-btn--accent{background:var(--stature-accent);color:var(--stature-primary);box-shadow:var(--stature-shadow-accent)}.stature-btn--accent:hover{background:#e0981a}.stature-btn--large{font-size:1rem;padding:1.1rem 2.25rem}.stature-btn--block{width:100%}.stature-card{background:var(--stature-background);border:1px solid var(--stature-border);border-radius:var(--stature-radius-lg);box-shadow:var(--stature-shadow-sm);padding:var(--stature-space-lg);transition:box-shadow var(--stature-transition),transform var(--stature-transition)}.stature-card:hover{box-shadow:var(--stature-shadow-lg);transform:translateY(-3px)}.stature-card--surface{background:var(--stature-surface)}.stature-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#eef3f8 60%,#fff);padding-top:var(--stature-space-3xl);padding-bottom:var(--stature-space-3xl)}.stature-hero:before{content:"";position:absolute;top:-20%;right:-10%;width:60%;height:120%;background:radial-gradient(circle,rgba(45,106,159,.1) 0%,transparent 60%);pointer-events:none}.stature-hero__grid{position:relative;display:grid;grid-template-columns:1fr;gap:var(--stature-space-xl);align-items:center;max-width:var(--stature-page-width);margin:0 auto;padding:0 var(--stature-gutter)}.stature-hero__content{max-width:640px}.stature-hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:#f5a6231f;color:var(--stature-accent);font-family:var(--stature-font-heading);font-weight:600;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .9rem;border-radius:var(--stature-radius-pill);margin-bottom:var(--stature-space-md)}.stature-hero__heading{font-size:clamp(2.1rem,5.5vw,3.5rem);margin-bottom:var(--stature-space-md)}.stature-hero__subheading{font-size:1.125rem;color:var(--stature-muted);max-width:540px;margin-bottom:var(--stature-space-lg)}.stature-hero__actions{display:flex;flex-wrap:wrap;gap:var(--stature-space-sm);margin-bottom:var(--stature-space-lg)}.stature-hero__media{position:relative;border-radius:var(--stature-radius-xl);overflow:hidden;box-shadow:var(--stature-shadow-lg);aspect-ratio:4 / 3;background:var(--stature-surface)}.stature-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.stature-hero__trust{display:flex;flex-wrap:wrap;gap:var(--stature-space-md) var(--stature-space-lg);padding-top:var(--stature-space-md);border-top:1px solid var(--stature-border)}.stature-hero__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--stature-muted);font-weight:500}.stature-hero__trust-item svg{width:20px;height:20px;color:var(--stature-secondary);flex-shrink:0}@media screen and (min-width:990px){.stature-hero__grid{grid-template-columns:1.05fr .95fr}}.stature-trust{padding-top:var(--stature-space-lg);padding-bottom:var(--stature-space-lg);background:var(--stature-surface);border-top:1px solid var(--stature-border);border-bottom:1px solid var(--stature-border)}.stature-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--stature-space-md);max-width:var(--stature-page-width);margin:0 auto;padding:0 var(--stature-gutter)}.stature-trust__item{display:flex;align-items:center;gap:.85rem}.stature-trust__icon{width:44px;height:44px;border-radius:var(--stature-radius-md);background:#1a3a5c14;color:var(--stature-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stature-trust__icon svg{width:24px;height:24px}.stature-trust__text{display:flex;flex-direction:column}.stature-trust__title{font-weight:700;font-size:.9375rem;color:var(--stature-primary)}.stature-trust__desc{font-size:.8125rem;color:var(--stature-muted)}@media screen and (min-width:750px){.stature-trust__grid{grid-template-columns:repeat(4,1fr)}}.stature-featured{padding-top:var(--stature-space-3xl);padding-bottom:var(--stature-space-3xl)}.stature-featured__grid{display:grid;grid-template-columns:1fr;gap:var(--stature-space-xl);max-width:var(--stature-page-width);margin:0 auto;padding:0 var(--stature-gutter);align-items:start}.stature-featured__gallery{position:relative;border-radius:var(--stature-radius-xl);overflow:hidden;box-shadow:var(--stature-shadow-lg);background:var(--stature-surface);aspect-ratio:1 / 1}.stature-featured__gallery img{width:100%;height:100%;object-fit:cover;display:block}.stature-featured__thumbs{display:flex;gap:var(--stature-space-xs);margin-top:var(--stature-space-sm);flex-wrap:wrap}.stature-featured__thumb{width:72px;height:72px;border-radius:var(--stature-radius-sm);overflow:hidden;border:2px solid var(--stature-border);cursor:pointer;background:var(--stature-surface)}.stature-featured__thumb.is-active{border-color:var(--stature-primary)}.stature-featured__thumb img{width:100%;height:100%;object-fit:cover}.stature-featured__info{padding-top:var(--stature-space-xs)}.stature-featured__vendor{font-family:var(--stature-font-heading);font-weight:600;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stature-muted);margin-bottom:var(--stature-space-xs)}.stature-featured__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:var(--stature-space-sm)}.stature-price-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;margin-bottom:var(--stature-space-md)}.stature-price{font-family:var(--stature-font-heading);font-weight:700;font-size:2rem;color:var(--stature-primary)}.stature-price--compare{font-family:var(--stature-font-body);font-weight:500;font-size:1.125rem;color:var(--stature-muted);text-decoration:line-through}.stature-discount-badge{display:inline-flex;align-items:center;background:var(--stature-accent);color:var(--stature-primary);font-family:var(--stature-font-heading);font-weight:700;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;padding:.3rem .7rem;border-radius:var(--stature-radius-pill)}.stature-featured__benefits{list-style:none;padding:0;margin:0 0 var(--stature-space-lg);display:flex;flex-direction:column;gap:var(--stature-space-xs)}.stature-featured__benefits li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9375rem;color:var(--stature-text)}.stature-featured__benefits svg{width:22px;height:22px;color:var(--stature-secondary);flex-shrink:0;margin-top:1px}.stature-featured__actions{display:flex;flex-direction:column;gap:var(--stature-space-sm);max-width:380px;margin-bottom:var(--stature-space-lg)}.stature-featured__mini-trust{display:flex;flex-wrap:wrap;gap:var(--stature-space-md) var(--stature-space-lg);padding-top:var(--stature-space-md);border-top:1px solid var(--stature-border)}.stature-featured__mini-trust div{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--stature-muted);font-weight:500}.stature-featured__mini-trust svg{width:18px;height:18px;color:var(--stature-success)}@media screen and (min-width:990px){.stature-featured__grid{grid-template-columns:1fr 1fr;gap:var(--stature-space-2xl)}}.stature-benefits__grid{display:grid;grid-template-columns:1fr;gap:var(--stature-space-md);max-width:var(--stature-page-width);margin:0 auto;padding:0 var(--stature-gutter)}.stature-benefit-card{background:var(--stature-background);border:1px solid var(--stature-border);border-radius:var(--stature-radius-lg);padding:var(--stature-space-lg);text-align:left;transition:box-shadow var(--stature-transition),transform var(--stature-transition)}.stature-benefit-card:hover{box-shadow:var(--stature-shadow-lg);transform:translateY(-3px)}.stature-benefit-card__icon{width:56px;height:56px;border-radius:var(--stature-radius-md);background:linear-gradient(135deg,#1a3a5c14,#2d6a9f1a);color:var(--stature-primary);display:flex;align-items:center;justify-content:center;margin-bottom:var(--stature-space-sm)}.stature-benefit-card__icon svg{width:30px;height:30px}.stature-benefit-card__title{font-size:1.125rem;margin-bottom:var(--stature-space-2xs)}.stature-benefit-card__desc{font-size:.9375rem;color:var(--stature-muted);margin:0}@media screen and (min-width:750px){.stature-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.stature-benefits__grid{grid-template-columns:repeat(4,1fr)}}.stature-steps__grid{display:grid;grid-template-columns:1fr;gap:var(--stature-space-lg);max-width:var(--stature-page-width);margin:0 auto;padding:0 var(--stature-gutter);position:relative}.stature-step{position:relative;text-align:center;padding:var(--stature-space-lg)}.stature-step__number{width:64px;height:64px;border-radius:50%;background:var(--stature-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--stature-font-heading);font-weight:700;font-size:1.5rem;margin-bottom:var(--stature-space-sm);box-shadow:var(--stature-shadow-md)}.stature-step__icon{width:40px;height:40px;color:var(--stature-accent);margin:0 auto var(--stature-space-sm);display:block}.stature-step__title{font-size:1.25rem;margin-bottom:var(--stature-space-2xs)}.stature-step__desc{font-size:.9375rem;color:var(--stature-muted);max-width:320px;margin:0 auto}@media screen and (min-width:750px){.stature-steps__grid{grid-template-columns:repeat(3,1fr)}.stature-steps__grid:before{content:"";position:absolute;top:96px;left:16%;right:16%;height:2px;background:linear-gradient(to right,var(--stature-border),var(--stature-secondary),var(--stature-border));z-index:0}}.stature-bundle__grid{display:grid;grid-template-columns:1fr;gap:var(--stature-space-md);max-width:980px;margin:0 auto;padding:0 var(--stature-gutter)}.stature-bundle-card{position:relative;background:var(--stature-background);border:2px solid var(--stature-border);border-radius:var(--stature-radius-lg);padding:var(--stature-space-lg);display:flex;flex-direction:column;transition:box-shadow var(--stature-transition),transform var(--stature-transition),border-color var(--stature-transition)}.stature-bundle-card:hover{box-shadow:var(--stature-shadow-lg);transform:translateY(-4px)}.stature-bundle-card--featured{border-color:var(--stature-accent);box-shadow:var(--stature-shadow-lg);background:linear-gradient(180deg,#fffaf2,#fff 40%)}@media screen and (min-width:750px){.stature-bundle-card--featured{transform:scale(1.04)}.stature-bundle-card--featured:hover{transform:scale(1.04) translateY(-4px)}}.stature-bundle-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--stature-accent);color:var(--stature-primary);font-family:var(--stature-font-heading);font-weight:700;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:var(--stature-radius-pill);white-space:nowrap;box-shadow:var(--stature-shadow-accent)}.stature-bundle-card__name{font-size:1.25rem;margin-bottom:var(--stature-space-2xs)}.stature-bundle-card__qty{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--stature-muted);margin-bottom:var(--stature-space-sm)}.stature-bundle-card__price-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;margin-bottom:var(--stature-space-xs)}.stature-bundle-card__price{font-family:var(--stature-font-heading);font-weight:700;font-size:2.25rem;color:var(--stature-primary)}.stature-bundle-card__compare{font-size:1rem;color:var(--stature-muted);text-decoration:line-through}.stature-bundle-card__savings{display:inline-block;background:#2e7d321a;color:var(--stature-success);font-weight:700;font-size:.8125rem;padding:.3rem .7rem;border-radius:var(--stature-radius-pill);margin-bottom:var(--stature-space-md)}.stature-bundle-card__features{list-style:none;padding:0;margin:0 0 var(--stature-space-md);display:flex;flex-direction:column;gap:var(--stature-space-2xs);flex:1}.stature-bundle-card__features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--stature-text)}.stature-bundle-card__features svg{width:18px;height:18px;color:var(--stature-secondary);flex-shrink:0;margin-top:1px}@media screen and (min-width:750px){.stature-bundle__grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.stature-faq{background:var(--stature-surface)}.stature-faq__list{max-width:760px;margin:0 auto;padding:0 var(--stature-gutter);display:flex;flex-direction:column;gap:var(--stature-space-sm)}.stature-faq__item{background:var(--stature-background);border:1px solid var(--stature-border);border-radius:var(--stature-radius-md);overflow:hidden;transition:box-shadow var(--stature-transition)}.stature-faq__item[open]{box-shadow:var(--stature-shadow-md);border-color:var(--stature-secondary)}.stature-faq__summary{list-style:none;cursor:pointer;padding:var(--stature-space-md);display:flex;align-items:center;justify-content:space-between;gap:var(--stature-space-sm);font-family:var(--stature-font-heading);font-weight:600;font-size:1.0625rem;color:var(--stature-primary)}.stature-faq__summary::-webkit-details-marker{display:none}.stature-faq__icon{width:24px;height:24px;flex-shrink:0;color:var(--stature-secondary);transition:transform var(--stature-transition)}.stature-faq__item[open] .stature-faq__icon{transform:rotate(45deg)}.stature-faq__answer{padding:0 var(--stature-space-md) var(--stature-space-md);color:var(--stature-text);font-size:.9375rem;line-height:var(--stature-body-line-height)}.stature-faq__answer p{margin:0 0 var(--stature-space-xs)}.stature-faq__answer p:last-child{margin-bottom:0}.stature-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--stature-background);border-top:1px solid var(--stature-border);box-shadow:0 -4px 16px #1a1a1a14;padding:var(--stature-space-sm) var(--stature-space-md);transform:translateY(100%);transition:transform var(--stature-transition-slow)}.stature-sticky-atc.is-visible{transform:translateY(0)}.stature-sticky-atc__inner{display:flex;align-items:center;gap:var(--stature-space-sm);max-width:var(--stature-page-width);margin:0 auto}.stature-sticky-atc__thumb{width:48px;height:48px;border-radius:var(--stature-radius-sm);overflow:hidden;background:var(--stature-surface);flex-shrink:0}.stature-sticky-atc__thumb img{width:100%;height:100%;object-fit:cover}.stature-sticky-atc__info{flex:1;min-width:0}.stature-sticky-atc__title{font-family:var(--stature-font-heading);font-weight:600;font-size:.875rem;color:var(--stature-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stature-sticky-atc__price{font-weight:700;font-size:.9375rem;color:var(--stature-primary)}.stature-sticky-atc__price s{color:var(--stature-muted);font-weight:400;font-size:.75rem;margin-left:.25rem}.stature-sticky-atc__btn{flex-shrink:0;padding:.8rem 1.4rem;font-size:.875rem}@media screen and (min-width:750px){.stature-sticky-atc{display:none}}@media screen and (max-width:749px){body.stature-sticky-active{padding-bottom:80px}}.stature-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stature-center{text-align:center}@media screen and (max-width:749px){.stature-section{padding-top:var(--stature-space-xl);padding-bottom:var(--stature-space-xl)}.stature-hero,.stature-featured{padding-top:var(--stature-space-2xl);padding-bottom:var(--stature-space-2xl)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/hermes-theme.css.map */
