:root{--vellum-bg: #121212;--vellum-surface: #1a1716;--vellum-surface-elevated: #221e1c;--vellum-espresso: #2c1d11;--vellum-brass: #D4AF37;--vellum-brass-dim: #B8942E;--vellum-brass-glow: rgba(212, 175, 55, .18);--vellum-forest: #1c3a2e;--vellum-forest-light: #2a5443;--vellum-parchment: #f4eae1;--vellum-parchment-muted: rgba(244, 234, 225, .72);--vellum-parchment-faint: rgba(244, 234, 225, .45);--vellum-danger: #c45c4a;--vellum-success: #3d6b54;--vellum-font-logo: "Cinzel", Georgia, "Times New Roman", serif;--vellum-font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--vellum-font-body: "Inter", system-ui, -apple-system, sans-serif;--vellum-space-xs: .4rem;--vellum-space-sm: .8rem;--vellum-space-md: 1.2rem;--vellum-space-lg: 1.6rem;--vellum-space-xl: 2.4rem;--vellum-radius: 2px;--vellum-radius-md: 4px;--vellum-border: 1px solid rgba(212, 175, 55, .35);--vellum-border-strong: 1px solid var(--vellum-brass);--vellum-ease: cubic-bezier(.22, 1, .36, 1);--vellum-duration: .28s;--vellum-drawer-width: min(100vw, 42rem);--vellum-z-drawer: 10050;--vellum-z-modal: 10060;--vellum-free-ship-threshold: 790}.vellum-theme{background-color:var(--vellum-bg);color:var(--vellum-parchment);font-family:var(--vellum-font-body)}.vellum-theme h1,.vellum-theme h2,.vellum-theme h3,.vellum-theme h4,.vellum-heading{font-family:var(--vellum-font-heading);font-weight:600;letter-spacing:.02em;color:var(--vellum-parchment)}.vellum-logo{font-family:var(--vellum-font-logo);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.vellum-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}.vellum-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--vellum-space-sm);min-height:4.8rem;padding:0 var(--vellum-space-lg);border:var(--vellum-border-strong);border-radius:var(--vellum-radius);background:linear-gradient(180deg,var(--vellum-brass) 0%,var(--vellum-brass-dim) 100%);color:var(--vellum-bg);font-family:var(--vellum-font-body);font-size:1.3rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:transform var(--vellum-duration) var(--vellum-ease),box-shadow var(--vellum-duration) var(--vellum-ease),opacity var(--vellum-duration) var(--vellum-ease)}.vellum-btn:hover{transform:translateY(-1px);box-shadow:0 0 0 1px var(--vellum-brass),0 8px 24px var(--vellum-brass-glow)}.vellum-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.vellum-btn--ghost{background:transparent;color:var(--vellum-brass)}.vellum-btn--ghost:hover{background:var(--vellum-brass-glow)}.vellum-btn--full{width:100%}.vellum-price{font-family:var(--vellum-font-heading);font-size:2.4rem;font-weight:600;color:var(--vellum-brass);line-height:1.2}.vellum-price__compare{margin-left:var(--vellum-space-sm);font-size:1.6rem;color:var(--vellum-parchment-faint);text-decoration:line-through}.vellum-badge{display:inline-flex;align-items:center;padding:.2rem .7rem;border:1px solid var(--vellum-brass);background:var(--vellum-espresso);color:var(--vellum-brass);font-family:var(--vellum-font-body);font-size:1rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.vellum-bundles{margin:var(--vellum-space-md) 0;contain:layout style}.vellum-bundles__title{margin:0 0 var(--vellum-space-sm);font-family:var(--vellum-font-heading);font-size:1.8rem;font-weight:600;color:var(--vellum-parchment)}.vellum-bundles__list{display:grid;gap:var(--vellum-space-sm);margin:0;padding:0;list-style:none}.vellum-bundles__option{position:relative;margin:0}.vellum-bundles__input{position:absolute;opacity:0;pointer-events:none}.vellum-bundles__card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--vellum-space-md);min-height:5.6rem;padding:var(--vellum-space-sm) var(--vellum-space-md);border:var(--vellum-border);border-radius:var(--vellum-radius-md);background:var(--vellum-surface);cursor:pointer;transition:border-color var(--vellum-duration) var(--vellum-ease),background-color var(--vellum-duration) var(--vellum-ease),box-shadow var(--vellum-duration) var(--vellum-ease)}.vellum-bundles__input:focus-visible+.vellum-bundles__card{outline:2px solid var(--vellum-brass);outline-offset:2px}.vellum-bundles__input:checked+.vellum-bundles__card{border-color:var(--vellum-brass);background:linear-gradient(135deg,var(--vellum-surface-elevated) 0%,rgba(28,58,46,.35) 100%);box-shadow:inset 0 0 0 1px var(--vellum-brass-glow),0 0 20px var(--vellum-brass-glow)}.vellum-bundles__radio{width:1.6rem;height:1.6rem;border:1px solid var(--vellum-brass);border-radius:50%;position:relative;flex-shrink:0}.vellum-bundles__input:checked+.vellum-bundles__card .vellum-bundles__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--vellum-brass)}.vellum-bundles__meta{display:flex;flex-direction:column;gap:.2rem;min-width:0}.vellum-bundles__label{font-family:var(--vellum-font-heading);font-size:1.6rem;font-weight:600;color:var(--vellum-parchment);line-height:1.25}.vellum-bundles__caption{font-size:1.2rem;color:var(--vellum-parchment-muted)}.vellum-bundles__pricing{text-align:right;white-space:nowrap}.vellum-bundles__amount{display:block;font-family:var(--vellum-font-heading);font-size:1.8rem;font-weight:600;color:var(--vellum-brass)}.vellum-bundles__was{display:block;font-size:1.2rem;color:var(--vellum-parchment-faint);text-decoration:line-through}.vellum-bundles__popular{position:absolute;top:-.7rem;right:var(--vellum-space-md);z-index:1}.vellum-bundles__summary{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--vellum-space-sm);margin-top:var(--vellum-space-md);min-height:3.2rem}.vellum-bundles__summary-label{font-size:1.2rem;color:var(--vellum-parchment-muted);text-transform:uppercase;letter-spacing:.06em}.vellum-upsell{margin:var(--vellum-space-md) 0;border:var(--vellum-border-strong);border-radius:var(--vellum-radius-md);background:linear-gradient(160deg,var(--vellum-surface) 0%,rgba(28,58,46,.4) 100%);contain:layout style}.vellum-upsell__label{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:var(--vellum-space-md);padding:var(--vellum-space-md);cursor:pointer}.vellum-upsell__checkbox{width:2rem;height:2rem;margin:0;accent-color:var(--vellum-brass);flex-shrink:0}.vellum-upsell__media{width:5.6rem;height:5.6rem;border:1px solid rgba(212,175,55,.25);border-radius:var(--vellum-radius);overflow:hidden;background:var(--vellum-espresso);flex-shrink:0}.vellum-upsell__media img{width:100%;height:100%;object-fit:cover;display:block}.vellum-upsell__content{min-width:0}.vellum-upsell__title{margin:0 0 .2rem;font-family:var(--vellum-font-heading);font-size:1.5rem;font-weight:600;color:var(--vellum-parchment);line-height:1.3}.vellum-upsell__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem;font-size:1.3rem}.vellum-upsell__price{color:var(--vellum-brass);font-weight:500}.vellum-upsell__compare{color:var(--vellum-parchment-faint);text-decoration:line-through}.vellum-upsell__discount{color:var(--vellum-forest-light);font-size:1.1rem;letter-spacing:.02em}.vellum-upsell__note{display:block;margin-top:.35rem;font-size:1.15rem;line-height:1.35;color:var(--vellum-parchment-faint)}.vellum-trust{margin:var(--vellum-space-sm) 0;padding:var(--vellum-space-sm) 0;border-top:1px solid rgba(212,175,55,.2);border-bottom:1px solid rgba(212,175,55,.2);background:transparent}.vellum-trust__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--vellum-space-sm);margin:0;padding:0;list-style:none}.vellum-trust__item{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;font-size:1.2rem;line-height:1.25;color:var(--vellum-parchment-muted)}.vellum-trust__icon{color:var(--vellum-brass);font-size:1.6rem;line-height:1}.vellum-trust__text{color:var(--vellum-parchment);font-weight:500;font-size:1.15rem}.vellum-trust__text strong{display:block;color:var(--vellum-parchment);font-weight:500}.vellum-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--vellum-z-drawer);pointer-events:none;visibility:hidden}.vellum-drawer.is-open{pointer-events:auto;visibility:visible}.vellum-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;opacity:0;transition:opacity var(--vellum-duration) var(--vellum-ease)}.vellum-drawer.is-open .vellum-drawer__overlay{opacity:1}.vellum-drawer__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:var(--vellum-drawer-width);height:100%;max-height:100dvh;background:var(--vellum-bg);border-left:var(--vellum-border);color:var(--vellum-parchment);transform:translate(100%);transition:transform var(--vellum-duration) var(--vellum-ease);will-change:transform}.vellum-drawer.is-open .vellum-drawer__panel{transform:translate(0)}.vellum-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:var(--vellum-space-md);padding:var(--vellum-space-lg);border-bottom:1px solid rgba(212,175,55,.25);background:var(--vellum-surface);flex-shrink:0}.vellum-drawer__title{margin:0;font-family:var(--vellum-font-heading);font-size:2.2rem;font-weight:600}.vellum-drawer__close{width:4rem;height:4rem;border:var(--vellum-border);background:transparent;color:var(--vellum-parchment);font-size:2rem;line-height:1;cursor:pointer;transition:border-color var(--vellum-duration) var(--vellum-ease),color var(--vellum-duration) var(--vellum-ease)}.vellum-drawer__close:hover{border-color:var(--vellum-brass);color:var(--vellum-brass)}.vellum-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:var(--vellum-space-lg);-webkit-overflow-scrolling:touch}.vellum-drawer__empty{padding:var(--vellum-space-xl) 0;text-align:center;color:var(--vellum-parchment-muted)}.vellum-drawer__footer{padding:var(--vellum-space-lg);border-top:1px solid rgba(212,175,55,.25);background:var(--vellum-surface);flex-shrink:0}.vellum-ship{margin-bottom:var(--vellum-space-lg);padding:var(--vellum-space-md);border:var(--vellum-border);background:var(--vellum-surface)}.vellum-ship__text{margin:0 0 var(--vellum-space-sm);font-size:1.25rem;color:var(--vellum-parchment-muted)}.vellum-ship__text strong{color:var(--vellum-brass);font-weight:500}.vellum-ship__track{height:.6rem;border-radius:999px;background:#f4eae11f;overflow:hidden}.vellum-ship__bar{height:100%;width:0%;max-width:100%;background:linear-gradient(90deg,var(--vellum-forest) 0%,var(--vellum-brass) 100%);transition:width var(--vellum-duration) var(--vellum-ease)}.vellum-cart-item{display:grid;grid-template-columns:7.2rem 1fr;gap:var(--vellum-space-md);padding:var(--vellum-space-md) 0;border-bottom:1px solid rgba(244,234,225,.08)}.vellum-cart-item__media{width:7.2rem;height:7.2rem;border:1px solid rgba(212,175,55,.2);background:var(--vellum-espresso);overflow:hidden}.vellum-cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.vellum-cart-item__title{margin:0 0 .3rem;font-family:var(--vellum-font-heading);font-size:1.6rem;font-weight:600;line-height:1.25}.vellum-cart-item__props{margin:0 0 .6rem;font-size:1.1rem;color:var(--vellum-parchment-faint)}.vellum-cart-item__row{display:flex;align-items:center;justify-content:space-between;gap:var(--vellum-space-sm)}.vellum-qty{display:inline-flex;align-items:center;border:var(--vellum-border);border-radius:var(--vellum-radius)}.vellum-qty__btn{width:3.2rem;height:3.2rem;border:0;background:transparent;color:var(--vellum-parchment);cursor:pointer;font-size:1.6rem}.vellum-qty__btn:hover{color:var(--vellum-brass)}.vellum-qty__value{min-width:2.4rem;text-align:center;font-size:1.3rem}.vellum-cart-item__price{font-family:var(--vellum-font-heading);font-size:1.6rem;color:var(--vellum-brass)}.vellum-cart-item__remove{margin-top:.4rem;padding:0;border:0;background:none;color:var(--vellum-parchment-faint);font-size:1.1rem;text-decoration:underline;cursor:pointer}.vellum-cart-item__remove:hover{color:var(--vellum-danger)}.vellum-drawer-upsell{margin:var(--vellum-space-lg) 0;padding:var(--vellum-space-md);border:var(--vellum-border-strong);background:linear-gradient(145deg,var(--vellum-surface) 0%,rgba(28,58,46,.45) 100%)}.vellum-drawer-upsell__title{margin:0 0 var(--vellum-space-sm);font-family:var(--vellum-font-heading);font-size:1.6rem;font-weight:600}.vellum-drawer-upsell__row{display:grid;grid-template-columns:5.6rem 1fr;gap:var(--vellum-space-md);align-items:center}.vellum-drawer-upsell__media{width:5.6rem;height:5.6rem;border:1px solid rgba(212,175,55,.25);overflow:hidden;background:var(--vellum-espresso)}.vellum-drawer-upsell__media img{width:100%;height:100%;object-fit:cover;display:block}.vellum-drawer-upsell__price{margin:.2rem 0 var(--vellum-space-sm);color:var(--vellum-brass);font-size:1.3rem}.vellum-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--vellum-space-md);font-size:1.4rem}.vellum-drawer__subtotal-value{font-family:var(--vellum-font-heading);font-size:2.2rem;color:var(--vellum-brass);font-weight:600}.vellum-drawer__checkout{width:100%}.vellum-cart-count{font-variant-numeric:tabular-nums}.vellum-reviews{padding:var(--vellum-space-xl) 0;background:radial-gradient(ellipse at top,rgba(212,175,55,.08) 0%,transparent 55%),var(--vellum-bg);color:var(--vellum-parchment)}.vellum-reviews__inner{max-width:120rem;margin:0 auto;padding:0 var(--vellum-space-lg)}.vellum-reviews__header{text-align:center;margin-bottom:var(--vellum-space-xl)}.vellum-reviews__eyebrow{margin:0 0 var(--vellum-space-xs);font-family:var(--vellum-font-logo);font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;color:var(--vellum-brass)}.vellum-reviews__heading{margin:0 0 var(--vellum-space-sm);font-family:var(--vellum-font-heading);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:600}.vellum-reviews__summary{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--vellum-space-sm);color:var(--vellum-parchment-muted);font-size:1.3rem}.vellum-stars{display:inline-flex;gap:.15rem;color:var(--vellum-brass);letter-spacing:.05em}.vellum-reviews__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--vellum-space-sm);margin-bottom:var(--vellum-space-xl)}.vellum-reviews__filter{min-height:3.6rem;padding:.6rem 1.2rem;border:var(--vellum-border);border-radius:999px;background:var(--vellum-surface);color:var(--vellum-parchment-muted);font-family:var(--vellum-font-body);font-size:1.2rem;cursor:pointer;transition:border-color var(--vellum-duration) var(--vellum-ease),color var(--vellum-duration) var(--vellum-ease),background-color var(--vellum-duration) var(--vellum-ease)}.vellum-reviews__filter:hover,.vellum-reviews__filter.is-active{border-color:var(--vellum-brass);color:var(--vellum-brass);background:var(--vellum-brass-glow)}.vellum-reviews__grid{display:grid;grid-template-columns:1fr;gap:var(--vellum-space-md)}@media screen and (min-width:750px){.vellum-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.vellum-reviews__grid{grid-template-columns:repeat(3,1fr)}}.vellum-review-card{display:flex;flex-direction:column;min-height:100%;border:var(--vellum-border);background:var(--vellum-surface);overflow:hidden;transition:border-color var(--vellum-duration) var(--vellum-ease),transform var(--vellum-duration) var(--vellum-ease)}.vellum-review-card:hover{border-color:var(--vellum-brass);transform:translateY(-2px)}.vellum-review-card.is-hidden{display:none}.vellum-review-card__media{aspect-ratio:1 / 1;width:100%;background:var(--vellum-espresso);overflow:hidden}.vellum-review-card__media img{width:100%;height:100%;object-fit:cover;display:block}.vellum-review-card__body{display:flex;flex-direction:column;gap:var(--vellum-space-sm);padding:var(--vellum-space-md);flex:1}.vellum-review-card__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--vellum-space-xs)}.vellum-review-card__author{font-family:var(--vellum-font-heading);font-size:1.6rem;font-weight:600}.vellum-review-card__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:1.05rem;color:var(--vellum-forest-light)}.vellum-review-card__quote{margin:0;font-size:1.3rem;line-height:1.55;color:var(--vellum-parchment-muted);flex:1}.vellum-reviews__actions{display:flex;justify-content:center;margin-top:var(--vellum-space-xl)}.vellum-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--vellum-z-modal);display:flex;align-items:center;justify-content:center;padding:var(--vellum-space-lg);visibility:hidden;pointer-events:none}.vellum-modal.is-open{visibility:visible;pointer-events:auto}.vellum-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;opacity:0;transition:opacity var(--vellum-duration) var(--vellum-ease)}.vellum-modal.is-open .vellum-modal__overlay{opacity:1}.vellum-modal__dialog{position:relative;width:min(100%,48rem);max-height:min(90dvh,64rem);overflow-y:auto;padding:var(--vellum-space-xl);border:var(--vellum-border-strong);background:var(--vellum-surface);transform:translateY(12px);opacity:0;transition:transform var(--vellum-duration) var(--vellum-ease),opacity var(--vellum-duration) var(--vellum-ease)}.vellum-modal.is-open .vellum-modal__dialog{transform:translateY(0);opacity:1}.vellum-modal__title{margin:0 0 var(--vellum-space-md);font-family:var(--vellum-font-heading);font-size:2.4rem}.vellum-modal__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:var(--vellum-space-md)}.vellum-modal__field label{font-size:1.2rem;color:var(--vellum-parchment-muted)}.vellum-modal__field input,.vellum-modal__field textarea,.vellum-modal__field select{width:100%;padding:1rem 1.2rem;border:var(--vellum-border);border-radius:var(--vellum-radius);background:var(--vellum-bg);color:var(--vellum-parchment);font-family:var(--vellum-font-body);font-size:1.4rem}.vellum-modal__field textarea{min-height:12rem;resize:vertical}.vellum-modal__note{margin:0 0 var(--vellum-space-md);font-size:1.2rem;color:var(--vellum-parchment-faint)}.vellum-modal__close{position:absolute;top:var(--vellum-space-md);right:var(--vellum-space-md);width:3.6rem;height:3.6rem;border:var(--vellum-border);background:transparent;color:var(--vellum-parchment);cursor:pointer}.vellum-pdp-addons{font-family:var(--vellum-font-body);color:var(--vellum-parchment);display:flex;flex-direction:column;gap:var(--vellum-space-sm)}.vellum-pdp-addons .vellum-price-live{min-height:3.2rem}.vellum-bundles__hint,.vellum-trust__heading{display:none}.vellum-proof{padding:var(--vellum-space-sm) 0 var(--vellum-space-md);border:none;background:transparent}.vellum-proof__rating{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .55rem;margin:0 0 .55rem}.vellum-proof__score{font-size:1.35rem;color:var(--vellum-parchment)}.vellum-proof__meta{font-size:1.3rem;font-weight:500;color:var(--vellum-parchment-muted)}.vellum-proof__dot{color:var(--vellum-parchment-faint)}.vellum-proof__hook{margin:0 0 .55rem;font-family:var(--vellum-font-heading);font-size:1.55rem;font-weight:500;line-height:1.35;color:var(--vellum-parchment)}.vellum-proof__ship-line{display:flex;align-items:center;gap:.55rem;margin:0;font-size:1.25rem;color:var(--vellum-parchment-muted)}.vellum-proof__pulse{display:inline-block;width:.7rem;height:.7rem;border-radius:50%;background:var(--vellum-brass);box-shadow:0 0 0 0 var(--vellum-brass-glow);animation:vellum-pulse 1.8s ease-out infinite;flex-shrink:0}@keyframes vellum-pulse{0%{box-shadow:0 0 #d4af378c}70%{box-shadow:0 0 0 .8rem #d4af3700}to{box-shadow:0 0 #d4af3700}}@media(prefers-reduced-motion:reduce){.vellum-proof__pulse{animation:none}}.vellum-stack{padding:var(--vellum-space-sm) 0 0;border:none;background:transparent}.vellum-stack__title{margin:0 0 var(--vellum-space-sm);font-family:var(--vellum-font-heading);font-size:1.5rem;font-weight:600;color:var(--vellum-parchment)}.vellum-stack__lead,.vellum-stack__anchor,.vellum-stack__check{display:none}.vellum-stack__list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--vellum-space-xs);margin:0;padding:0;list-style:none}.vellum-stack__item{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:var(--vellum-space-sm) .2rem;text-align:center;border:1px solid rgba(212,175,55,.22);border-radius:var(--vellum-radius);background:var(--vellum-surface)}.vellum-stack__icon{color:var(--vellum-brass);font-size:1.5rem;line-height:1}.vellum-stack__label{font-size:1.15rem;font-weight:500;color:var(--vellum-parchment);line-height:1.2}.vellum-stack__item strong{color:var(--vellum-parchment);font-weight:500}.vellum-gift{padding:var(--vellum-space-md);border-left:3px solid var(--vellum-brass);background:linear-gradient(90deg,rgba(212,175,55,.12) 0%,transparent 100%)}.vellum-gift__eyebrow{margin:0 0 .3rem;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--vellum-brass)}.vellum-gift__title{margin:0 0 .5rem;font-family:var(--vellum-font-heading);font-size:1.7rem;font-weight:600}.vellum-gift__text{margin:0;font-size:1.3rem;line-height:1.5;color:var(--vellum-parchment-muted)}.vellum-gift__text strong{color:var(--vellum-parchment)}.vellum-home-cta{text-align:center;padding:var(--vellum-space-xl) var(--vellum-space-lg);background:radial-gradient(ellipse at center,rgba(212,175,55,.14) 0%,transparent 60%),var(--vellum-bg)}.vellum-bundles__list{min-height:22rem}html.vellum-scroll-lock,html.vellum-scroll-lock body{overflow:hidden}.vellum-journey{color:var(--vellum-parchment);font-family:var(--vellum-font-body)}.vellum-journey__band{padding:clamp(3.2rem,6vw,6.4rem) 0}.vellum-journey__band--story{background:radial-gradient(ellipse at 20% 0%,rgba(212,175,55,.1) 0%,transparent 50%),var(--vellum-bg)}.vellum-journey__band--proof{background:var(--vellum-surface)}.vellum-journey__band--gift{background:linear-gradient(180deg,rgba(28,58,46,.35) 0%,transparent 55%),var(--vellum-bg)}.vellum-journey__band--steps{background:var(--vellum-bg);border-top:1px solid rgba(212,175,55,.15);border-bottom:1px solid rgba(212,175,55,.15)}.vellum-journey__band--faq{background:var(--vellum-surface)}.vellum-journey__band--cta{background:radial-gradient(ellipse at center,rgba(212,175,55,.16) 0%,transparent 55%),#0e0e0e;text-align:center}.vellum-journey__inner{max-width:112rem;margin:0 auto;padding:0 var(--vellum-space-lg)}.vellum-journey__header{max-width:64rem;margin:0 auto var(--vellum-space-xl);text-align:center}.vellum-journey__eyebrow{margin:0 0 var(--vellum-space-xs);font-family:var(--vellum-font-logo);font-size:1.15rem;letter-spacing:.14em;text-transform:uppercase;color:var(--vellum-brass)}.vellum-journey__heading{margin:0 0 var(--vellum-space-md);font-family:var(--vellum-font-heading);font-size:clamp(2.4rem,4.2vw,3.8rem);font-weight:600;line-height:1.15;color:var(--vellum-parchment)}.vellum-journey__lead{margin:0;font-size:1.4rem;line-height:1.55;color:var(--vellum-parchment-muted)}.vellum-journey__text{font-size:1.45rem;line-height:1.6;color:var(--vellum-parchment-muted)}.vellum-journey__text p{margin:0 0 1em}.vellum-journey__text strong{color:var(--vellum-parchment)}.vellum-journey__story{display:grid;gap:var(--vellum-space-xl);align-items:center}@media screen and (min-width:990px){.vellum-journey__story{grid-template-columns:1.05fr .95fr;gap:4.8rem}}.vellum-journey__media-pair{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--vellum-space-md);align-items:end}.vellum-journey__figure,.vellum-journey__slot{margin:0;aspect-ratio:4 / 5;overflow:hidden;background:var(--vellum-surface-elevated)}.vellum-journey__figure img,.vellum-journey__gift-visual img{display:block;width:100%;height:100%;object-fit:cover}.vellum-journey__figure--offset,.vellum-journey__slot--offset{margin-bottom:2.4rem}.vellum-journey__slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;border:1px dashed rgba(212,175,55,.4);color:var(--vellum-parchment-faint);text-align:center;padding:var(--vellum-space-md)}.vellum-journey__slot span{font-family:var(--vellum-font-heading);font-size:1.5rem;color:var(--vellum-parchment-muted)}.vellum-journey__slot small{font-size:1.1rem}.vellum-journey__slot--gallery{aspect-ratio:4 / 5}.vellum-journey__slot--video{aspect-ratio:16 / 9;width:100%;margin-top:var(--vellum-space-lg)}.vellum-journey__slot--tall{aspect-ratio:3 / 4;min-height:32rem}.vellum-journey__gallery{display:grid;gap:var(--vellum-space-md)}@media screen and (min-width:750px){.vellum-journey__gallery{grid-template-columns:repeat(3,1fr);align-items:stretch}}.vellum-journey__gallery-item{margin:0;overflow:hidden;background:var(--vellum-surface-elevated)}.vellum-journey__gallery-item img,.vellum-journey__gallery-item .vellum-journey__slot{display:block;width:100%;height:100%;min-height:28rem;aspect-ratio:4 / 5;object-fit:cover;object-position:center}.product .product__media-wrapper{width:100%}.product .product__media-list,.product .product__media-list.grid--peek.slider--mobile,.product .slider.gallery-slider--desktop.product__media-list{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;scroll-padding-left:0!important;scroll-padding-right:0!important;column-gap:0!important;gap:0!important}.product .product__media-list.grid--peek.slider:after{display:none!important;content:none!important;margin:0!important;width:0!important}.product .product__media-list .product__media-item,.product .product__media-list.grid--peek .grid__item,.product .product__media-list.grid--peek.slider .grid__item:first-of-type,.product .slider.gallery-slider--desktop .grid__item{width:100%!important;max-width:100%!important;min-width:100%!important;margin-left:0!important;margin-right:0!important;flex:0 0 100%!important;box-sizing:border-box!important}.product .product-media-container,.product .product-media-container.constrain-height,.product .product-media-container.constrain-height.media-fit-contain,.product .product-media-container.media-fit-contain{--viewport-offset: 0px !important;--constrained-height: none !important;--contained-width: 100% !important;--aspect-ratio: 1;--ratio-percent: 100%;width:100%!important;max-width:100%!important;max-height:none!important;height:auto!important;margin-left:0!important;margin-right:0!important;aspect-ratio:unset}.product .product-media-container .media,.product .product-media-container.constrain-height .media,.product .product-media-container .product__media{position:relative;width:100%;height:0!important;max-height:none!important;padding-top:var(--ratio-percent)!important}.product .product-media-container .media>img,.product .product-media-container .media img,.product .product-media-container .product__media img,.product .product-media-container .product__media video,.product .product-media-container .media video,.product .product-media-container .deferred-media__poster img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}.product .product-media-container.media-type-video .media>img,.product .product-media-container.media-type-video .media img,.product .product-media-container.media-type-video .deferred-media__poster img,.product .product-media-container.media-type-video .media video,.product .product-media-container.media-type-external_video .media>img,.product .product-media-container.media-type-external_video .media img,.product .product-media-container.media-type-external_video .deferred-media__poster img,.product .product-media-container.media-type-external_video .media iframe{object-fit:cover!important}.vellum-journey__gallery-item figcaption{margin-top:.6rem;font-size:1.15rem;letter-spacing:.04em;text-transform:uppercase;color:var(--vellum-parchment-faint)}.vellum-journey__video{margin-top:var(--vellum-space-xl)}.vellum-journey__video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;overflow:hidden}.vellum-journey__video-frame iframe,.vellum-journey__video-native{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.vellum-journey__video-native{position:relative;aspect-ratio:16 / 9;background:#000}.vellum-journey__gift{display:grid;gap:var(--vellum-space-xl);align-items:center}@media screen and (min-width:990px){.vellum-journey__gift{grid-template-columns:.95fr 1.05fr;gap:4.8rem}}.vellum-journey__gift-visual{min-height:28rem;overflow:hidden;background:var(--vellum-surface-elevated)}.vellum-journey__gift-visual .vellum-journey__slot{min-height:28rem;height:100%}.vellum-journey__bullets{list-style:none;margin:var(--vellum-space-lg) 0 0;padding:0;display:grid;gap:.8rem}.vellum-journey__bullets li{position:relative;padding-left:1.8rem;font-size:1.35rem;color:var(--vellum-parchment)}.vellum-journey__bullets li:before{content:"\25b8";position:absolute;left:0;color:var(--vellum-brass)}.vellum-journey__icons{list-style:none;margin:var(--vellum-space-md) 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--vellum-space-sm)}.vellum-journey__icons li{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:var(--vellum-space-sm);text-align:center;border:1px solid rgba(212,175,55,.22);border-radius:var(--vellum-radius);background:var(--vellum-surface);font-size:1.2rem;color:var(--vellum-parchment)}.vellum-journey__icon{color:var(--vellum-brass);font-size:1.6rem;line-height:1}.vellum-journey__steps{list-style:none;margin:0;padding:0;display:grid;gap:var(--vellum-space-md)}@media screen and (min-width:750px){.vellum-journey__steps{grid-template-columns:repeat(3,1fr);gap:2.4rem}}.vellum-journey__steps li{padding-top:.4rem;border-top:1px solid rgba(212,175,55,.35);text-align:center}.vellum-journey__step-num{display:block;margin-bottom:.5rem;font-family:var(--vellum-font-logo);font-size:1.15rem;letter-spacing:.12em;color:var(--vellum-brass)}.vellum-journey__steps h3{margin:0 0 .35rem;font-family:var(--vellum-font-heading);font-size:1.8rem;font-weight:600;line-height:1.25}.vellum-journey__steps p{margin:0;font-size:1.3rem;line-height:1.4;color:var(--vellum-parchment-muted)}.vellum-journey__faq{max-width:76rem}.vellum-faq{border-bottom:1px solid rgba(212,175,55,.22)}.vellum-faq summary{cursor:pointer;list-style:none;padding:1.6rem 0;font-family:var(--vellum-font-heading);font-size:1.8rem;font-weight:600;color:var(--vellum-parchment)}.vellum-faq summary::-webkit-details-marker{display:none}.vellum-faq summary:after{content:"+";float:right;color:var(--vellum-brass);font-weight:400}.vellum-faq[open] summary:after{content:"\2013"}.vellum-faq__answer{padding:0 0 1.6rem;font-size:1.35rem;line-height:1.55;color:var(--vellum-parchment-muted)}.vellum-faq__answer p{margin:0}.vellum-journey__cta-btn{display:inline-flex;margin-top:var(--vellum-space-lg);min-width:min(100%,32rem);justify-content:center}.vellum-journey__cta-note{margin:var(--vellum-space-md) 0 0;font-size:1.15rem;letter-spacing:.06em;text-transform:uppercase;color:var(--vellum-parchment-faint)}.vellum-home{color:var(--vellum-parchment);font-family:var(--vellum-font-body)}.vellum-home__band{padding:clamp(2.8rem,5vw,5.6rem) 0}.vellum-home__inner{max-width:112rem;margin:0 auto;padding:0 var(--vellum-space-lg)}.vellum-home__band--urgency{padding:1.2rem 0;background:var(--vellum-forest);border-bottom:1px solid rgba(212,175,55,.25)}.vellum-home__urgency{text-align:center}.vellum-home__urgency p{margin:0;font-size:1.25rem;line-height:1.5;color:var(--vellum-parchment)}.vellum-home__dot{margin:0 .45rem;opacity:.55}.vellum-home__band--offer{background:radial-gradient(ellipse at 80% 20%,rgba(212,175,55,.12) 0%,transparent 50%),var(--vellum-bg)}.vellum-home__offer{display:grid;gap:var(--vellum-space-xl);align-items:center}@media screen and (min-width:990px){.vellum-home__offer{grid-template-columns:1.05fr .95fr;gap:4.8rem}}.vellum-home__offer-media{min-height:28rem;overflow:hidden;background:var(--vellum-surface)}.vellum-home__offer-media img{display:block;width:100%;height:100%;min-height:32rem;object-fit:cover}.vellum-home__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:1rem;margin:0 0 var(--vellum-space-md)}.vellum-home__price-now{font-family:var(--vellum-font-heading);font-size:clamp(2.8rem,4vw,3.6rem);font-weight:600;color:var(--vellum-brass)}.vellum-home__price-was{font-size:1.6rem;color:var(--vellum-parchment-faint)}.vellum-home__cta{display:inline-flex;margin-top:var(--vellum-space-lg);min-width:min(100%,28rem);justify-content:center;text-align:center;text-decoration:none}.vellum-home__band--value{background:var(--vellum-surface)}.vellum-home__band--value .vellum-stack{max-width:72rem;margin:0 auto;border:none;background:transparent;padding:0}.vellum-home__band--story{background:var(--vellum-bg)}.vellum-home__band--media{background:var(--vellum-surface)}.vellum-home__band--gift{background:linear-gradient(180deg,rgba(28,58,46,.4) 0%,transparent 55%),var(--vellum-bg)}.vellum-home__band--upsell{background:var(--vellum-surface);border-top:1px solid rgba(212,175,55,.18)}.vellum-home__upsell{display:grid;gap:var(--vellum-space-xl);align-items:center}@media screen and (min-width:990px){.vellum-home__upsell{grid-template-columns:1.1fr .9fr;gap:4rem}}.vellum-home__upsell-media{overflow:hidden;background:var(--vellum-surface-elevated);aspect-ratio:1}.vellum-home__upsell-media img{display:block;width:100%;height:100%;object-fit:cover}.vellum-home__band--mid-cta{text-align:center;background:radial-gradient(ellipse at center,rgba(212,175,55,.14) 0%,transparent 55%),#0e0e0e}.vellum-home__mid-cta .vellum-journey__heading{max-width:64rem;margin-left:auto;margin-right:auto}.vellum-pdp-addons .vellum-stack{margin-top:var(--vellum-space-sm)}.vellum-pdp-addons .vellum-trust{margin-top:0}@media screen and (max-width:749px){.product .product__title,.product .product__title *{font-size:clamp(2rem,6.2vw,2.6rem)!important;line-height:1.25!important}.vellum-pdp-addons{gap:1rem}.vellum-bundles{margin:.6rem 0}.vellum-bundles__title{font-size:1.65rem;margin-bottom:.6rem}.vellum-bundles__label{font-size:1.45rem}.vellum-bundles__caption,.vellum-bundles__was,.vellum-bundles__summary-label{font-size:1.3rem}.vellum-bundles__amount{font-size:1.65rem}.vellum-bundles__card{min-height:5.2rem;gap:.8rem;padding:.9rem 1rem}.vellum-upsell{margin:.6rem 0}.vellum-upsell__title{font-size:1.45rem}.vellum-upsell__price-row,.vellum-proof__score,.vellum-proof__ship{font-size:1.35rem}.vellum-trust__text{font-size:1.25rem}.vellum-trust__icon{font-size:1.7rem}.vellum-stack__title{font-size:1.55rem}.vellum-stack__label{font-size:1.25rem}.vellum-stack__list{gap:.5rem}.vellum-journey__band{padding-top:3.2rem;padding-bottom:3.2rem}.vellum-journey__heading{font-size:clamp(2.2rem,7vw,2.8rem);line-height:1.22}.vellum-journey__lead,.vellum-journey__text,.vellum-journey__text p{font-size:1.45rem;line-height:1.45}.vellum-journey__steps h3{font-size:1.7rem}.vellum-journey__steps p,.vellum-journey__icons li{font-size:1.35rem}.vellum-reviews__heading{font-size:clamp(2.2rem,7vw,2.8rem);line-height:1.22}}.vellum-purchase-toast{position:fixed;left:1.2rem;bottom:1.2rem;z-index:10040;display:flex;align-items:center;gap:1rem;width:min(calc(100vw - 2.4rem),34rem);padding:1rem 2.8rem 1rem 1rem;background:linear-gradient(145deg,#221e1cfa,#121212f5);border:var(--vellum-border);border-left:3px solid var(--vellum-brass);box-shadow:0 12px 36px #00000073;color:var(--vellum-parchment);font-family:var(--vellum-font-body);opacity:0;transform:translateY(1.2rem);pointer-events:none;transition:opacity var(--vellum-duration) var(--vellum-ease),transform var(--vellum-duration) var(--vellum-ease)}.vellum-purchase-toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.vellum-purchase-toast.is-leaving{opacity:0;transform:translateY(.8rem)}.vellum-purchase-toast__media{flex:0 0 5.6rem;width:5.6rem;height:5.6rem;overflow:hidden;background:var(--vellum-surface-elevated);border:1px solid rgba(212,175,55,.22)}.vellum-purchase-toast__media img{display:block;width:100%;height:100%;object-fit:cover}.vellum-purchase-toast__body{min-width:0;flex:1}.vellum-purchase-toast__name{margin:0 0 .2rem;font-family:var(--vellum-font-heading);font-size:1.5rem;font-weight:600;letter-spacing:.02em;color:var(--vellum-parchment)}.vellum-purchase-toast__action{margin:0 0 .35rem;font-size:1.2rem;line-height:1.35;color:var(--vellum-parchment-muted)}.vellum-purchase-toast__time{margin:0;font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;color:var(--vellum-brass)}.vellum-purchase-toast__close{position:absolute;top:.35rem;right:.45rem;width:2.4rem;height:2.4rem;border:0;background:transparent;color:var(--vellum-parchment-faint);font-size:1.8rem;line-height:1;cursor:pointer}.vellum-purchase-toast__close:hover{color:var(--vellum-brass)}@media screen and (max-width:749px){.vellum-purchase-toast{left:.8rem;right:.8rem;bottom:.8rem;width:auto}}@media(prefers-reduced-motion:reduce){.vellum-purchase-toast{transition:opacity .12s linear;transform:none}.vellum-purchase-toast.is-visible,.vellum-purchase-toast.is-leaving{transform:none}}.badge.price__badge-sale.color-accent-2,.price__badge-sale.color-accent-2{color:#fff!important}.price__badge-sale.color-accent-2 .icon-discount,.price__badge-sale.color-accent-2 svg,.price__badge-sale.color-accent-2 svg path,.price__badge-sale.color-accent-2 .nowrap{color:#fff!important;fill:#fff!important;stroke:#fff}.vellum-cart-offers{padding:1.6rem 0 2rem}.vellum-cart-offers__inner{width:min(100% - 2.4rem,42rem);margin-inline:auto}.vellum-cart-offers__header{margin-bottom:1.2rem}.vellum-cart-offers__heading{margin:0 0 .4rem;font-family:var(--vellum-font-heading);font-size:2rem;font-weight:600;color:var(--vellum-parchment)}.vellum-cart-offers__sub{margin:0;font-size:1.3rem;color:var(--vellum-parchment-muted)}.vellum-cart-tiers{display:grid;gap:1rem;margin-bottom:1.2rem}@media screen and (min-width:750px){.vellum-cart-offers__inner{width:min(100% - 4rem,52rem)}.vellum-cart-tiers{grid-template-columns:repeat(2,minmax(0,1fr))}}.vellum-cart-tier{display:flex;flex-direction:column;gap:.5rem;padding:1.2rem;border:var(--vellum-border);border-radius:var(--vellum-radius-md);background:var(--vellum-surface);box-sizing:border-box;min-width:0}.vellum-cart-tier--best{border-color:var(--vellum-brass);background:linear-gradient(160deg,var(--vellum-surface) 0%,rgba(28,58,46,.45) 100%);box-shadow:0 0 0 1px var(--vellum-brass-glow)}.vellum-cart-tier__top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.vellum-cart-tier__label{font-family:var(--vellum-font-heading);font-size:1.8rem;font-weight:600;color:var(--vellum-parchment)}.vellum-cart-tier__desc{margin:0;font-size:1.25rem;color:var(--vellum-parchment-muted)}.vellum-cart-tier__prices{display:flex;align-items:baseline;gap:.6rem;margin:.2rem 0 .4rem}.vellum-cart-tier__prices strong{font-family:var(--vellum-font-heading);font-size:1.9rem;color:var(--vellum-brass)}.vellum-cart-tier__prices s{font-size:1.25rem;color:var(--vellum-parchment-faint)}.vellum-cart-tier__btn{width:100%;margin-top:auto}.vellum-cart-journal{position:relative;display:grid;grid-template-columns:7.2rem minmax(0,1fr);grid-template-areas:"media copy" "btn btn";gap:1rem 1.2rem;align-items:start;padding:1.2rem;border:var(--vellum-border-strong);border-radius:var(--vellum-radius-md);background:linear-gradient(160deg,var(--vellum-surface) 0%,rgba(28,58,46,.35) 100%);box-sizing:border-box;overflow:hidden}.vellum-cart-journal__badge{position:absolute;top:.8rem;right:.8rem;z-index:1;padding:.2rem .55rem;border:1px solid var(--vellum-brass);background:var(--vellum-espresso);color:var(--vellum-brass);font-size:1rem;letter-spacing:.04em;text-transform:uppercase;pointer-events:none}.vellum-cart-journal__media{grid-area:media;width:7.2rem;height:7.2rem;overflow:hidden;border:1px solid rgba(212,175,55,.25);background:var(--vellum-espresso);flex-shrink:0}.vellum-cart-journal__media img{width:100%;height:100%;object-fit:cover;display:block}.vellum-cart-journal__copy{grid-area:copy;min-width:0;padding-right:.2rem}.vellum-cart-journal__title{margin:0 0 .35rem;padding-right:6.5rem;font-family:var(--vellum-font-heading);font-size:1.65rem;font-weight:600;color:var(--vellum-parchment);line-height:1.25;word-break:break-word}.vellum-cart-journal__text{margin:0 0 .5rem;font-size:1.25rem;line-height:1.4;color:var(--vellum-parchment-muted)}.vellum-cart-journal__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .6rem;margin:0}.vellum-cart-journal__offer{font-family:var(--vellum-font-heading);font-size:1.75rem;font-weight:600;color:var(--vellum-brass)}.vellum-cart-journal__price s{color:var(--vellum-parchment-faint);font-size:1.25rem}.vellum-cart-journal__btn{grid-area:btn;width:100%;box-sizing:border-box}.vellum-cart-pen{display:grid;grid-template-columns:8.8rem minmax(0,1fr);gap:1rem 1.2rem;align-items:center;margin-bottom:1.2rem;padding:1.2rem;border:var(--vellum-border-strong);border-radius:var(--vellum-radius-md);background:linear-gradient(160deg,var(--vellum-surface) 0%,rgba(28,58,46,.35) 100%);box-sizing:border-box;text-decoration:none;color:inherit;transition:border-color var(--vellum-duration) var(--vellum-ease),box-shadow var(--vellum-duration) var(--vellum-ease),transform var(--vellum-duration) var(--vellum-ease)}.vellum-cart-pen:hover{border-color:var(--vellum-brass);box-shadow:0 0 0 1px var(--vellum-brass-glow);transform:translateY(-1px)}.vellum-cart-pen:focus-visible{outline:2px solid var(--vellum-brass);outline-offset:2px}.vellum-cart-pen__media{width:8.8rem;height:8.8rem;overflow:hidden;border:1px solid rgba(212,175,55,.25);background:var(--vellum-espresso)}.vellum-cart-pen__media img{width:100%;height:100%;object-fit:cover;display:block}.vellum-cart-pen__copy{min-width:0;display:flex;flex-direction:column;gap:.45rem}.vellum-cart-pen__title{margin:0;font-family:var(--vellum-font-heading);font-size:1.7rem;font-weight:600;line-height:1.25;color:var(--vellum-parchment)}.vellum-cart-pen__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .65rem;margin:0}.vellum-cart-pen__offer{font-family:var(--vellum-font-heading);font-size:1.8rem;font-weight:600;color:var(--vellum-brass)}.vellum-cart-pen__price s{color:var(--vellum-parchment-faint);font-size:1.25rem}.vellum-cart-offers--recover .vellum-cart-tiers{grid-template-columns:1fr}@media screen and (min-width:750px){.vellum-cart-offers--recover .vellum-cart-tiers{grid-template-columns:repeat(3,minmax(0,1fr))}.vellum-cart-pen{grid-template-columns:11rem minmax(0,1fr)}.vellum-cart-pen__media{width:11rem;height:11rem}}.template-cart:has([data-vellum-pen-recover]) cart-items.is-empty .cart__warnings{display:none}.template-cart:has([data-vellum-pen-recover]) cart-items.is-empty .title-wrapper-with-link{margin-bottom:.4rem}.vellum-cart-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .7rem}.vellum-cart-price--end{justify-content:flex-end;text-align:right}.vellum-cart-price .cart-item__final-price,.vellum-cart-price strong.price{color:var(--vellum-brass);font-family:var(--vellum-font-heading);font-size:1.6rem}.vellum-cart-price .cart-item__old-price,.vellum-cart-price s{color:var(--vellum-parchment-faint);font-size:1.25rem}.vellum-cart-save{display:inline-flex;align-items:center;padding:.15rem .55rem;border:1px solid var(--vellum-brass);background:#1c3a2e8c;color:var(--vellum-brass);font-size:1.1rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.vellum-cart-tier-note{margin:.35rem 0 0;font-size:1.15rem;color:var(--vellum-parchment-muted)}.vellum-upsell-only{padding:3.2rem 1.6rem 4.8rem;box-sizing:border-box;width:100%}.vellum-upsell-only.page-width{max-width:var(--page-width, 120rem);margin-inline:auto;padding-left:max(1.6rem,env(safe-area-inset-left,0px));padding-right:max(1.6rem,env(safe-area-inset-right,0px))}.vellum-upsell-only__inner{display:grid;gap:2rem;align-items:center;width:100%;max-width:96rem;margin:0 auto;min-width:0}.vellum-upsell-only__copy{min-width:0}.vellum-upsell-only__media{overflow:hidden;border:1px solid rgba(212,175,55,.28);background:var(--vellum-surface);border-radius:var(--vellum-radius-md, .4rem)}.vellum-upsell-only__media img{width:100%;height:auto;display:block;aspect-ratio:1;object-fit:cover}.vellum-upsell-only__eyebrow{margin:0 0 .6rem;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;color:var(--vellum-brass)}.vellum-upsell-only__title{margin:0 0 1rem;font-family:var(--vellum-font-heading);font-size:clamp(2.2rem,6vw,3.4rem);font-weight:600;line-height:1.2;color:var(--vellum-parchment);word-break:break-word}.vellum-upsell-only__lead{margin:0 0 1.6rem;font-size:1.4rem;line-height:1.5;color:var(--vellum-parchment-muted);max-width:42rem}.vellum-upsell-only__copy .vellum-btn{width:100%;max-width:100%;box-sizing:border-box;white-space:normal;text-align:center;line-height:1.3;padding-left:1.2rem;padding-right:1.2rem}.vellum-upsell-only__note{margin:1rem 0 0;font-size:1.25rem;line-height:1.4;color:var(--vellum-parchment-faint)}@media screen and (min-width:750px){.vellum-upsell-only{padding:4.8rem 2.4rem 6.4rem}.vellum-upsell-only.page-width{padding-left:max(2.4rem,env(safe-area-inset-left,0px));padding-right:max(2.4rem,env(safe-area-inset-right,0px))}.vellum-upsell-only__inner{grid-template-columns:.9fr 1.1fr;gap:4rem}.vellum-upsell-only__copy .vellum-btn{width:auto;min-width:28rem}.vellum-upsell-only__lead{font-size:1.45rem}}@media screen and (max-width:749px){.vellum-upsell-only{padding-top:2.4rem;padding-bottom:4rem;padding-left:max(1.6rem,env(safe-area-inset-left,0px));padding-right:max(1.6rem,env(safe-area-inset-right,0px))}.vellum-upsell-only__inner{gap:1.6rem}.vellum-upsell-only__title{font-size:clamp(2rem,7vw,2.6rem)}.vellum-upsell-only__lead{font-size:1.35rem}.vellum-upsell-only__note{font-size:1.2rem}}.vellum-cart-offers__hint{margin:0;font-size:1.3rem;color:var(--vellum-parchment-faint)}.template-cart .cart-item__name,.template-cart .title--primary{color:var(--vellum-parchment)}.template-cart .page-width,.template-cart cart-items.page-width,.template-cart #main-cart-footer.page-width{padding-left:1.6rem;padding-right:1.6rem}.template-cart .title-wrapper-with-link{justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem 1.2rem;margin:1.6rem 0 1.2rem}.template-cart .title-wrapper-with-link .title{font-size:clamp(2rem,5vw,2.8rem);line-height:1.2}.template-cart .cart-items{width:100%}.template-cart .cart-item{vertical-align:top}.template-cart .cart-item__image{max-width:7.2rem;width:7.2rem;border:1px solid rgba(212,175,55,.22)}.template-cart .cart-item__name{font-size:1.45rem;line-height:1.3;word-break:break-word}.template-cart .vellum-cart-price{gap:.35rem .55rem}.template-cart .vellum-cart-price .cart-item__final-price,.template-cart .vellum-cart-price strong.price{font-size:1.45rem}.template-cart .vellum-cart-save{font-size:1rem;padding:.12rem .45rem}.template-cart .cart__footer{padding-top:2rem;padding-bottom:2.4rem}.template-cart .cart__blocks{width:100%}.template-cart .totals{align-items:center;gap:1rem}.template-cart .totals__subtotal-value{color:var(--vellum-brass);font-family:var(--vellum-font-heading)}.template-cart .cart__checkout-button{width:100%;min-height:4.8rem}.template-cart .cart__ctas{display:grid;gap:.8rem}.template-cart .vellum-cart-offers{padding-top:1.2rem;padding-bottom:1.2rem}.template-cart #shopify-section-vellum_cart_offers{width:100%}@media screen and (max-width:749px){.template-cart #MainContent{display:flex;flex-direction:column}.template-cart #shopify-section-vellum_cart_offers{order:1}.template-cart #shopify-section-cart-items{order:2}.template-cart #shopify-section-cart-footer{order:3}.template-cart .page-width,.template-cart cart-items.page-width,.template-cart #main-cart-footer.page-width{padding-left:1.6rem;padding-right:1.6rem}.template-cart .vellum-cart-offers{padding-top:1.4rem;padding-bottom:.4rem}.template-cart .vellum-cart-offers__inner{width:min(100% - 3.2rem,36rem)}.template-cart .title-wrapper-with-link{margin:1rem 0 .8rem}.template-cart .cart-items thead{display:none}.template-cart .cart-item{display:grid;grid-template-columns:7.2rem 1fr;grid-template-areas:"media details" "media totals" "qty qty";gap:.8rem 1rem;padding:1.4rem 0;border-bottom:1px solid rgba(212,175,55,.18)}.template-cart .cart-item__media{grid-area:media}.template-cart .cart-item__details{grid-area:details;min-width:0}.template-cart .cart-item__details>*{max-width:none}.template-cart .cart-item__totals{grid-area:totals;text-align:left!important}.template-cart .cart-item__quantity{grid-area:qty}.template-cart .cart-item__quantity-wrapper{align-items:center;justify-content:space-between;gap:.8rem;width:100%}.template-cart .cart-item__image{max-width:7.2rem;width:100%}.template-cart .cart-item__name{font-size:1.4rem}.template-cart .vellum-cart-price,.template-cart .vellum-cart-price--end{justify-content:flex-start;text-align:left}.template-cart .vellum-cart-price .cart-item__final-price,.template-cart .vellum-cart-price strong.price{font-size:1.55rem}.template-cart .vellum-cart-price .cart-item__old-price,.template-cart .vellum-cart-price s{font-size:1.25rem}.template-cart .vellum-cart-save{font-size:1.05rem}.template-cart .vellum-cart-tier-note{font-size:1.2rem}.template-cart quantity-input.quantity{width:auto;min-width:11rem}.template-cart .cart__footer{padding-top:1.2rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.template-cart .cart__footer-wrapper:last-child .cart__footer{padding-bottom:calc(2.4rem + env(safe-area-inset-bottom,0px))}.template-cart .totals>*{font-size:1.45rem}.template-cart .totals__subtotal-value{font-size:1.8rem}.template-cart .vellum-cart-offers__heading{font-size:1.75rem}.template-cart .vellum-cart-offers__sub{font-size:1.2rem;line-height:1.4}.template-cart .vellum-cart-tiers{grid-template-columns:1fr;gap:.85rem}.template-cart .vellum-cart-tier{padding:1.1rem}.template-cart .vellum-cart-journal{grid-template-columns:6.4rem minmax(0,1fr);gap:.9rem 1rem;padding:1.1rem}.template-cart .vellum-cart-journal__media{width:6.4rem;height:6.4rem}.template-cart .vellum-cart-journal__title{padding-right:5.8rem;font-size:1.45rem}.template-cart .vellum-cart-journal__text,.template-cart .vellum-cart-tier__desc{font-size:1.2rem}.template-cart .vellum-cart-tier__label{font-size:1.45rem}.template-cart .vellum-cart-tier__prices strong,.template-cart .vellum-cart-journal__offer{font-size:1.55rem}.template-cart .vellum-cart-tier__btn,.template-cart .vellum-cart-journal__btn{width:100%;min-height:4.4rem;padding-left:1rem;padding-right:1rem;font-size:1.2rem;white-space:normal;text-align:center;line-height:1.25}.template-cart .vellum-cart-pen{grid-template-columns:7.2rem minmax(0,1fr);gap:.9rem 1rem;padding:1.1rem}.template-cart .vellum-cart-pen__media{width:7.2rem;height:7.2rem}.template-cart .vellum-cart-pen__title{font-size:1.45rem}.template-cart .vellum-cart-pen__offer{font-size:1.55rem}.template-cart .vellum-cart-offers--recover .vellum-cart-tiers{grid-template-columns:1fr}.template-cart .discounts__discount{font-size:1.25rem;line-height:1.35}}@media screen and (min-width:750px){.template-cart .page-width,.template-cart cart-items.page-width,.template-cart #main-cart-footer.page-width{padding-left:2rem;padding-right:2rem}.template-cart .cart-item__image{max-width:10rem;width:10rem}.template-cart .cart__blocks{max-width:42rem;margin-left:auto}.template-cart .cart__checkout-button{width:100%}.template-cart .vellum-cart-journal__title{padding-right:7rem}}.banner--desktop-transparent .banner__box.banner--transparent-white,.banner:not(.banner--mobile-bottom) .banner__box.banner--transparent-white{background:transparent;--color-foreground: 255, 255, 255;--color-button: 255, 255, 255;--color-button-text: 18, 18, 18}.banner--desktop-transparent .banner__box.banner--transparent-white .banner__heading,.banner--desktop-transparent .banner__box.banner--transparent-white .banner__text,.banner--desktop-transparent .banner__box.banner--transparent-white .banner__text *,.banner:not(.banner--mobile-bottom) .banner__box.banner--transparent-white .banner__heading,.banner:not(.banner--mobile-bottom) .banner__box.banner--transparent-white .banner__text,.banner:not(.banner--mobile-bottom) .banner__box.banner--transparent-white .banner__text *{color:#fff}.template-index #Banner-home_hero .banner__box{--color-foreground: 255, 255, 255;color:#fff}.template-index #Banner-home_hero .banner__heading,.template-index #Banner-home_hero .banner__text,.template-index #Banner-home_hero .banner__text span{color:#fff!important}.banner__heading-logo{display:flex;justify-content:center;align-items:center;margin:0 auto .4rem;max-width:min(100%,32rem)}.banner__heading-logo-img{display:block;width:auto;max-width:min(100%,28rem);height:auto;max-height:7.2rem;object-fit:contain;filter:drop-shadow(0 2px 14px rgba(0,0,0,.45))}.banner__heading-logo-img--wordmark{max-height:6.4rem;width:min(100%,28rem)}.banner--content-align-left .banner__heading-logo{margin-left:0;margin-right:auto;justify-content:flex-start}.banner--content-align-right .banner__heading-logo{margin-left:auto;margin-right:0;justify-content:flex-end}@media screen and (max-width:749px){.banner__heading-logo-img{max-height:5.6rem;max-width:min(100%,22rem)}.template-index #Banner-home_hero .banner__box{padding-inline:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/vellum-theme.css.map */
