:root{--ground: #F4EFE6;--ink: #16393C;--ink-soft: #42565A;--accent: #B8862B;--accent-deep: #96690F;--brass: #A98B4F;--line: #DDD4C3;--card: #FFFFFF;--font-display: "Lora", Georgia, serif;--font-body: "Libre Franklin", -apple-system, sans-serif;--font-ui: "Libre Franklin", -apple-system, sans-serif;--radius: 2px;--prose: 42rem;--wide: 70rem;--ease: cubic-bezier(.2, .6, .2, 1);--paper: var(--ground);--paper-deep: #EAE3D1;--marigold: var(--accent);--marigold-deep: var(--accent-deep);--sage: var(--brass);--cobalt: var(--ink);--white: var(--card);--shadow-card: none;--shadow-lift: none}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}body{background:var(--ground);color:var(--ink);font-family:var(--font-body);font-size:1.125rem;line-height:1.65;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--accent);color:var(--card)}img{max-width:100%;height:auto;display:block}a{color:var(--ink);text-decoration-color:var(--brass);text-underline-offset:3px}a:hover{text-decoration-color:var(--accent-deep)}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.wrap{max-width:var(--wide);margin:0 auto;padding:0 1.4rem}.prose{max-width:var(--prose);margin:0 auto;padding:0 1.4rem}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.12;letter-spacing:-.01em;text-wrap:balance}h1{font-size:clamp(2.4rem,5.5vw,4rem)}h2{font-size:clamp(1.7rem,3.4vw,2.4rem)}h3{font-size:1.3rem;font-weight:600}h1 em,h2 em{font-style:italic;color:var(--accent-deep)}p{text-wrap:pretty}.eyebrow{font-family:var(--font-ui);font-size:.74rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--brass);display:inline-block}.btn{display:inline-block;font-family:var(--font-ui);font-weight:600;font-size:1rem;letter-spacing:.01em;text-decoration:none;text-align:center;color:var(--card);background:var(--accent);border:1px solid var(--accent);border-radius:var(--radius);padding:.95rem 2.1rem;min-height:48px;cursor:pointer;transition:background .14s var(--ease),border-color .14s var(--ease)}.btn:hover{background:var(--accent-deep);border-color:var(--accent-deep)}.btn:active{background:#7d5809;border-color:#7d5809}.btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}.btn--ghost:hover{background:#16393c0f;border-color:var(--ink)}.btn--wide{display:block;width:100%}.check-list{list-style:none}.check-list li{padding-left:2.05rem;position:relative;margin-bottom:.75rem;font-size:1.05rem}.check-list li:before{content:"";position:absolute;left:0;top:.28em;width:1em;height:1em;border:1.5px solid var(--ink);border-radius:var(--radius);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.5L19 7' fill='none' stroke='%23B8862B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 76%}.rule{border:0;border-top:1px solid var(--line);margin:3rem auto;max-width:var(--prose)}.section-pad{padding:5rem 0}.section-pad--tight{padding:3.25rem 0}.site-header{border-bottom:1px solid var(--line);background:var(--ground)}.site-header__in{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.15rem 1.4rem;max-width:var(--wide);margin:0 auto}.site-header__logo{font-family:var(--font-display);font-weight:700;font-size:1.3rem;letter-spacing:.05em;color:var(--ink);text-decoration:none}.site-header__logo span{color:var(--brass)}.site-header__tag{font-family:var(--font-ui);font-size:.68rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}.site-footer{border-top:1px solid var(--line);background:var(--ground);padding:3.25rem 0;margin-top:5rem}.site-footer__in{max-width:var(--wide);margin:0 auto;padding:0 1.4rem;font-family:var(--font-ui);font-size:.85rem;color:var(--ink-soft);display:grid;gap:.55rem}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;margin:.7rem 0}.site-footer__nav a{color:var(--ink-soft);text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:1px;transition:color .14s var(--ease),border-color .14s var(--ease)}.site-footer__nav a:hover{color:var(--ink);border-bottom-color:var(--brass)}.field{font-family:var(--font-ui);font-size:1rem;width:100%;padding:.9rem 1rem;min-height:48px;border:1px solid var(--ink-soft);border-radius:var(--radius);background:var(--card);color:var(--ink);transition:border-color .14s var(--ease)}.field:focus{border-color:var(--ink);outline:2px solid var(--ink);outline-offset:1px}.field::placeholder{color:#8a9598}.form-note{font-family:var(--font-ui);font-size:.82rem;line-height:1.5;color:var(--ink-soft);margin-top:.6rem}.seq{background:var(--ink);color:var(--ground);padding:3.5rem 0}.seq__eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--brass);display:block;margin-bottom:1.2rem}.seq__grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(244,239,230,.25)}.seq__cell{padding:1.4rem 1.5rem;border-left:1px solid rgba(244,239,230,.25)}.seq__cell:first-child{border-left:0}.seq__num{font-family:var(--font-display);font-weight:600;font-size:1.5rem;color:var(--brass);display:block}.seq__name{font-family:var(--font-ui);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-top:.35rem;display:block}.seq__note{font-family:var(--font-ui);font-size:.85rem;color:#f4efe6a6;margin-top:1.1rem}@media(max-width:640px){.seq__grid{grid-template-columns:1fr}.seq__cell{border-left:0;border-top:1px solid rgba(244,239,230,.25)}.seq__cell:first-child{border-top:0}}.hero{padding:5rem 0 4.25rem}.hero__in{max-width:var(--wide);margin:0 auto;padding:0 1.4rem;display:grid;grid-template-columns:1.15fr .85fr;gap:3.75rem;align-items:center}.hero__sub{font-size:1.16rem;color:var(--ink-soft);margin-top:1.4rem;max-width:34rem}.hero__card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:2.1rem}.hero__card h3{margin-bottom:.35rem}.hero__card p{font-family:var(--font-ui);font-size:.92rem;color:var(--ink-soft);margin-bottom:1.2rem}@media(max-width:820px){.hero{padding:3.25rem 0 2.5rem}.hero__in{grid-template-columns:1fr;gap:2.4rem}}.timeline{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:var(--card)}.timeline__cell{padding:1.7rem 1.5rem;border-left:1px solid var(--line)}.timeline__cell:first-child{border-left:0}.timeline__days{font-family:var(--font-display);font-weight:600;font-size:1.5rem;color:var(--ink);margin-top:.2rem}.timeline__label{font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--brass)}.timeline__label:before{content:"0" attr(data-n) " \2014  "}.timeline__cell ul{list-style:none;font-family:var(--font-ui);font-size:.92rem;color:var(--ink-soft);margin-top:.7rem}.timeline__cell li{margin-top:.4rem;padding-left:.95rem;position:relative}.timeline__cell li:before{content:"";position:absolute;left:0;top:.62em;width:4px;height:4px;background:var(--brass)}@media(max-width:700px){.timeline{grid-template-columns:1fr}.timeline__cell{border-left:0;border-top:1px solid var(--line)}.timeline__cell:first-child{border-top:0}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.4rem}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;transition:border-color .16s var(--ease)}.card:hover{border-color:var(--ink)}.card h3{margin-bottom:.5rem;font-size:1.18rem}.card p{font-size:.98rem;color:var(--ink-soft)}.card__num{font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--brass);display:block;margin-bottom:.6rem}.pull{border-left:2px solid var(--accent);padding:.4rem 0 .4rem 1.5rem;font-family:var(--font-display);font-style:italic;font-weight:500;font-size:clamp(1.3rem,2.4vw,1.55rem);line-height:1.4;color:var(--ink);margin:2.5rem auto;max-width:var(--prose)}.pull cite{display:block;font-family:var(--font-ui);font-style:normal;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brass);margin-top:.8rem}.dropcap>p:first-of-type:first-letter{font-family:var(--font-display);font-weight:700;font-size:3.4em;line-height:.82;float:left;padding:.06em .14em 0 0;color:var(--ink)}.pdp{padding:3.25rem 0}.pdp__in{max-width:var(--wide);margin:0 auto;padding:0 1.4rem;display:grid;grid-template-columns:.9fr 1.1fr;column-gap:3.75rem;grid-template-areas:"media head" "media buy";align-items:start}.pdp__head{grid-area:head}.pdp__media{grid-area:media;position:sticky;top:2rem}.pdp__buy{grid-area:buy}.pdp__media img{border:1px solid var(--line);border-radius:var(--radius)}.pdp__price{font-family:var(--font-display);font-weight:600;font-size:2rem;color:var(--accent-deep);margin:1.2rem 0 .1rem}.pdp__compare{font-family:var(--font-ui);color:var(--ink-soft);text-decoration:line-through;font-size:1.05rem;margin-left:.5rem;font-weight:400}.pdp__clarity{font-family:var(--font-ui);font-size:1.08rem;line-height:1.6;color:var(--ink-soft);margin-top:.75rem;max-width:32rem}.pdp__anchor{font-family:var(--font-ui);font-size:.88rem;color:var(--ink-soft);font-style:italic;margin-top:.2rem}.pdp__buy .check-list{margin-top:1.1rem}@media(max-width:860px){.pdp{padding:2.25rem 0}.pdp__in{grid-template-columns:1fr;grid-template-areas:"head" "media" "buy";row-gap:1.6rem}.pdp__media{position:static;max-width:24rem}}.bump{position:relative;border:1px solid var(--ink);background:var(--card);border-radius:var(--radius);padding:1.5rem 1.2rem 1.1rem;margin:1.7rem 0 1.4rem}.bump:before{content:"ONE-TIME UPGRADE";position:absolute;top:-.7rem;left:1rem;background:var(--accent);color:var(--card);font-family:var(--font-ui);font-size:.66rem;font-weight:600;letter-spacing:.14em;padding:.28rem .6rem;border-radius:var(--radius)}.bump__head{display:flex;gap:.9rem;cursor:pointer;align-items:center}.bump input[type=checkbox]{width:1.4rem;height:1.4rem;accent-color:var(--accent-deep);flex:none;cursor:pointer}.bump__img{width:68px;height:68px;flex:none;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;background:var(--card)}.bump__title{font-family:var(--font-ui);font-weight:600;font-size:1rem;line-height:1.4;display:block}.bump__title span{color:var(--accent-deep);white-space:nowrap}.bump__strike{color:var(--ink-soft);font-weight:400;font-size:.86rem;margin-left:.3rem}.bump__more{margin-top:.85rem;font-family:var(--font-ui)}.bump__more summary{cursor:pointer;font-size:.88rem;font-weight:600;color:var(--ink);text-decoration:underline;text-decoration-color:var(--brass);text-underline-offset:3px;width:fit-content;list-style-position:inside}.bump__more summary:hover{text-decoration-color:var(--accent-deep)}.bump__more ul{list-style:none;margin:.75rem 0 0;padding:0}.bump__more li{font-size:.93rem;line-height:1.5;padding:.3rem 0 .3rem 1.65rem;position:relative}.bump__more li:before{content:"";position:absolute;left:0;top:.5em;width:.95em;height:.95em;border:1.5px solid var(--ink);border-radius:var(--radius);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.5L19 7' fill='none' stroke='%23B8862B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 76%}.bump__more p{font-size:.84rem;color:var(--ink-soft);margin-top:.6rem}@media(max-width:640px){.bump{padding:1.3rem .95rem 1rem}.bump__img{width:54px;height:54px}.bump__title{font-size:.94rem}}.trust{font-family:var(--font-ui);font-size:.8rem;color:var(--ink-soft);display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.trust span+span:before{content:"\b7";margin-right:.5rem;color:var(--brass)}.confirm-bar{background:var(--ink);color:var(--ground)}.confirm-bar__in{max-width:var(--wide);margin:0 auto;padding:1rem 1.4rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-family:var(--font-ui);font-size:.95rem}.confirm-bar__in strong{display:block;font-size:1rem;font-weight:600}.confirm-bar__sub{color:#f4efe6b3;font-size:.85rem}.confirm-bar__check{width:1.55rem;height:1.55rem;flex:none;border:1.5px solid var(--brass);border-radius:50%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.5L19 7' fill='none' stroke='%23A98B4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 60%}.confirm-bar__btn{margin-left:auto;color:var(--ground);border-color:var(--brass);background:transparent;padding:.5rem 1.2rem;min-height:40px;font-size:.86rem}@media(max-width:640px){.confirm-bar__btn{margin-left:0}}.stepper{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;font-family:var(--font-ui);padding:1.5rem 0 .25rem}.stepper__item{display:flex;align-items:center;gap:.55rem}.stepper__num{display:inline-grid;place-items:center;width:1.9rem;height:1.9rem;flex:none;border-radius:50%;font-size:.9rem;font-weight:600}.stepper__item--done .stepper__num{border:1.5px solid var(--brass);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.5L19 7' fill='none' stroke='%23A98B4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 60%}.stepper__item--done .stepper__label{color:var(--ink-soft);font-size:.9rem;text-decoration:line-through;text-decoration-color:var(--brass);text-decoration-thickness:1px}.stepper__item--active .stepper__num{background:var(--accent);color:var(--card)}.stepper__item--active .stepper__label{color:var(--ink);font-size:1rem;font-weight:700}.stepper__arrow{color:var(--brass);font-size:1.1rem}.offer-hero{padding:.5rem 0 4.5rem}.offer-hero__in{max-width:var(--wide);margin:0 auto;padding:0 1.4rem;display:grid;grid-template-columns:.85fr 1.15fr;column-gap:3.75rem;row-gap:0;grid-template-areas:"media head" "media rest";align-items:start;margin-top:1.5rem}.offer-hero__head{grid-area:head}.offer-hero__media{grid-area:media;align-self:center}.offer-hero__rest{grid-area:rest;margin-top:1.6rem}.offer-hero__title{font-size:clamp(2.1rem,4.8vw,3.3rem)}.offer-hero__sub{font-size:1.15rem;color:var(--ink-soft);margin-top:1.2rem}.offer-hero__media img{border:1px solid var(--line);border-radius:var(--radius)}.offer-hero__ph{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);padding:5rem 2rem;text-align:center;display:grid;gap:1rem}.offer-hero__ph-eyebrow{font-family:var(--font-ui);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--brass)}.offer-hero__ph-title{font-family:var(--font-display);font-weight:600;font-size:1.6rem;line-height:1.2}@media(max-width:860px){.offer-hero{padding:.25rem 0 3rem}.offer-hero__in{grid-template-columns:1fr;grid-template-areas:"head" "media" "rest";row-gap:1.5rem}.offer-hero__media{max-width:20rem}.offer-hero__rest{margin-top:0}.offer-hero__ph{padding:3rem 1.5rem}}.rte{max-width:var(--prose);margin:0 auto;padding:0 1.4rem}.rte p,.rte ul,.rte ol{margin-bottom:1.2rem}.rte ul,.rte ol{padding-left:1.4rem}.cart-table{width:100%;border-collapse:collapse;font-family:var(--font-ui);font-size:.96rem}.cart-table th,.cart-table td{text-align:left;padding:.9rem .6rem;border-bottom:1px solid var(--line)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1.5rem}.grid a{text-decoration:none;color:var(--ink);font-family:var(--font-ui)}.center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.ticker{background:var(--ink);overflow:hidden;padding:.55rem 0;border-bottom:1px solid rgba(169,139,79,.35)}.ticker__track{display:inline-flex;white-space:nowrap;animation:ticker 46s linear infinite;font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--ground);will-change:transform}.ticker__track span{padding-right:.5rem}@keyframes ticker{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ticker__track{animation:none}}.hero__gauge{width:108px;margin:0 auto .9rem;display:block}.hero__gauge-fill{stroke-dasharray:151;stroke-dashoffset:151;animation:gauge-fill 1.6s var(--ease) .4s forwards}.hero__gauge-needle{transform-origin:60px 60px;transform:rotate(-80deg);animation:gauge-needle 1.6s var(--ease) .4s forwards}@keyframes gauge-fill{to{stroke-dashoffset:38}}@keyframes gauge-needle{to{transform:rotate(52deg)}}@media(prefers-reduced-motion:reduce){.hero__gauge-fill{stroke-dashoffset:38;animation:none}.hero__gauge-needle{transform:rotate(52deg);animation:none}}.card{position:relative;overflow:hidden}.card:after{content:attr(data-num);position:absolute;right:-.35rem;top:-1.4rem;font-family:var(--font-display);font-weight:700;font-size:5.6rem;line-height:1;color:var(--brass);opacity:.1;pointer-events:none}.pdp__media img,.pdp__media>div,.offer-hero__media img,.offer-hero__ph{transform:rotate(-1.4deg);transition:transform .25s var(--ease)}.pdp__media:hover img,.pdp__media:hover>div,.offer-hero__media:hover img,.offer-hero__media:hover .offer-hero__ph{transform:rotate(0)}.seq,.confirm-bar{background:radial-gradient(circle at 18% 20%,rgba(169,139,79,.16),transparent 55%),var(--ink)}.btn{transition:background .14s var(--ease),border-color .14s var(--ease),transform .16s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.card{transition:border-color .16s var(--ease),transform .2s var(--ease)}.card:hover{transform:translateY(-4px)}.seq__cell,.timeline__cell{transition:background .18s var(--ease)}.timeline__cell:hover{background:#fbf8f1}h1{line-height:1.04}.offer-hero__title,.hero h1{letter-spacing:-.018em}.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.reveal--in{opacity:1;transform:translateY(0)}.pdp__media.reveal,.pdp__media .reveal{transform:translateY(14px) rotate(-1.4deg)}.pdp__media.reveal--in{transform:rotate(-1.4deg)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.btn{color:var(--ink);background:var(--accent);border:2px solid var(--ink);border-radius:4px;box-shadow:4px 4px 0 var(--ink);font-weight:700;transition:transform .14s var(--ease),box-shadow .14s var(--ease),background .14s var(--ease)}.btn:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--ink);background:#c49239;border-color:var(--ink)}.btn:active{transform:translate(4px,4px);box-shadow:0 0 0 var(--ink)}.btn--ghost{background:transparent;color:var(--ink);border:2px solid var(--ink);box-shadow:none}.btn--ghost:hover{transform:none;box-shadow:none;background:#16393c0f}.confirm-bar__btn{border:2px solid var(--brass);color:var(--ground);box-shadow:none}.confirm-bar__btn:hover{transform:none;background:#a98b4f2e}.hero__card{border:2px solid var(--ink);border-radius:6px;box-shadow:8px 8px 0 var(--paper-deep),8px 8px 0 1px var(--line)}.field{border:2px solid var(--ink);border-radius:4px}.field:focus{outline:2px solid var(--ink);outline-offset:1px;border-color:var(--ink)}.bump{border:2px dashed var(--accent-deep);background:#fbf6e9;border-radius:6px;padding:1.2rem}.bump:before{content:none}.bump__img{border:2px solid var(--ink);border-radius:4px}.bump__more summary{color:#24558f;text-decoration:none}.bump__more summary:hover{text-decoration:underline;text-decoration-color:#24558f}.offer-hero__ph,.offer-hero__media img,.pdp__media img,.pdp__media>div{border:2px solid var(--ink);border-radius:6px}.offer-hero__ph{box-shadow:8px 8px 0 var(--paper-deep)}:root{--cta: #F2B33D;--cta-hover: #E3A226;--cta-active: #D19317}.btn{background:var(--cta);color:#14282c;font-weight:700;letter-spacing:.005em}.btn:hover{background:var(--cta-hover)}.btn:active{background:var(--cta-active)}.btn--ghost{background:transparent;color:var(--ink)}.btn--ghost:hover{background:#16393c0f}.confirm-bar__btn{background:transparent;color:var(--ground)}.confirm-bar__btn:hover{background:#a98b4f2e}h1 em,h2 em{color:var(--accent-deep);font-style:italic}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
