:root{--teal: #1f5d5e;--teal-dark: #134445;--cream: #f6f4ee;--orange: #e8622a;--orange-dark: #d1551f;--dark: #0f2a2a;--text: #1a2424;--text-muted: #5a6868;--border: #e2dfd6;--white: #ffffff;--font-display: "Barlow Condensed", sans-serif;--font-body: "Inter", sans-serif;--container: 1280px;--container-narrow: 920px;--section-y: clamp(3.5rem, 7vw, 6rem);--sticky-bar-h: 76px}.ttm-lp *,.ttm-lp *:before,.ttm-lp *:after{box-sizing:border-box;margin:0;padding:0}.ttm-lp{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}html{scroll-behavior:smooth}.ttm-lp img{max-width:100%;display:block}.ttm-lp a{color:inherit;text-decoration:none}@media(max-width:767px){body{padding-bottom:var(--sticky-bar-h)}}.ttm-lp .container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.25rem}.ttm-lp .container-narrow{width:100%;max-width:var(--container-narrow);margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.ttm-lp .container,.ttm-lp .container-narrow{padding:0 2rem}}.ttm-lp h1,.ttm-lp h2,.ttm-lp h3,.ttm-lp h4{font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.005em;line-height:1.02;color:var(--text)}.ttm-lp .h-hero{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800}.ttm-lp .h-lg{font-size:clamp(1.625rem,3vw,2.25rem)}.ttm-lp .h-md{font-size:clamp(1.375rem,2.2vw,1.625rem)}.ttm-lp .eyebrow{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.2em;font-size:.8125rem;font-weight:600;color:var(--orange)}.ttm-lp .btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.75rem;font-family:var(--font-display);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;border:2px solid transparent;cursor:pointer;transition:all .15s;white-space:nowrap;min-height:52px}.ttm-lp .btn--orange{background:var(--orange);color:var(--white)}.ttm-lp .btn--orange:hover{background:var(--orange-dark)}.ttm-lp .btn--teal{background:var(--teal);color:var(--white)}.ttm-lp .btn--teal:hover{background:var(--teal-dark)}.ttm-lp .btn--ghost-white{background:transparent;color:var(--white);border-color:#fff6}.ttm-lp .btn--ghost-white:hover{border-color:var(--white);background:#ffffff14}.ttm-lp .btn--full{width:100%}.ttm-lp .btn--lg{padding:1.125rem 2rem;font-size:1.0625rem;min-height:58px}.ttm-lp .btn--xl{padding:1.25rem 2.5rem;font-size:1.125rem;min-height:62px}.ttm-lp section{padding:var(--section-y) 0}.ttm-lp .section-cream{background:var(--cream)}.ttm-lp .section-dark{background:var(--dark);color:var(--white)}.ttm-lp .section-dark h2{color:var(--white)}.ttm-lp .section-head{text-align:center;max-width:680px;margin:0 auto 3rem}.ttm-lp .section-head h2{margin-bottom:.875rem}.ttm-lp .section-head p{color:var(--text-muted);font-size:1.0625rem}.ttm-lp .section-head .eyebrow{color:var(--teal);margin-bottom:.875rem;display:block}.ttm-lp .lp-footer{background:var(--dark);color:#fff9;padding:2rem 0;text-align:center;font-size:.8125rem}.ttm-lp .lp-footer__cta{text-align:center;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.ttm-lp .lp-footer__inner{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.ttm-lp .lp-footer__inner{flex-direction:row;justify-content:space-between}}.ttm-lp .lp-footer__links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.ttm-lp .lp-footer__links a:hover{color:var(--white)}.ttm-lp .testimonial{max-width:820px;margin:0 auto;text-align:center}.ttm-lp .testimonial__quote{font-family:var(--font-display);font-weight:500;font-size:clamp(1.5rem,3.5vw,2.125rem);line-height:1.25;color:var(--text);margin-bottom:2rem;letter-spacing:.005em}.ttm-lp .testimonial__quote:before{content:"\201e";font-size:1.4em;color:var(--orange);line-height:0;vertical-align:-.05em;margin-right:.1em}.ttm-lp .testimonial__quote:after{content:"\201c";font-size:1.4em;color:var(--orange);line-height:0;vertical-align:-.05em}.ttm-lp .testimonial__author{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem}.ttm-lp .testimonial__name{font-family:var(--font-display);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.06em}.ttm-lp .testimonial__role{font-size:.8125rem;color:var(--text-muted)}.ttm-lp .faq{max-width:820px;margin:0 auto}.ttm-lp .faq-item{border-bottom:1px solid var(--border)}.ttm-lp .faq-item:first-child{border-top:1px solid var(--border)}.ttm-lp .faq-item summary{list-style:none;cursor:pointer;padding:1.5rem 0;font-family:var(--font-display);font-weight:700;font-size:1.125rem;text-transform:uppercase;letter-spacing:.02em;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:1rem}.ttm-lp .faq-item summary::-webkit-details-marker{display:none}.ttm-lp .faq-item summary:after{content:"+";font-family:var(--font-body);font-weight:300;font-size:1.75rem;color:var(--orange);flex-shrink:0;transition:transform .2s;line-height:1}.ttm-lp .faq-item[open] summary:after{transform:rotate(45deg)}.ttm-lp .faq-item__body{padding:0 0 1.5rem;color:var(--text-muted);font-size:.9375rem;line-height:1.65;max-width:680px}.ttm-lp .faq-item__body p{margin:0 0 .75rem}.ttm-lp .faq-item__body p:last-child{margin-bottom:0}.ttm-lp .ig-hero{position:relative;min-height:100vh;min-height:100svh;max-height:900px;background:var(--dark);color:var(--white);display:flex;align-items:flex-end;overflow:hidden}@media(min-width:900px){.ttm-lp .ig-hero{min-height:720px;align-items:center}}.ttm-lp .ig-hero__bgimg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.ttm-lp .ig-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.ttm-lp .ig-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(15,42,42,.85) 0%,rgba(15,42,42,.4) 45%,transparent 100%);z-index:1;pointer-events:none}.ttm-lp .ig-topbar{position:absolute;top:0;left:0;right:0;z-index:3;padding:.875rem 0}.ttm-lp .ig-topbar__inner{display:flex;align-items:center;justify-content:space-between}.ttm-lp .ig-logo{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--white);letter-spacing:.02em}.ttm-lp .ig-logo span{color:var(--orange)}.ttm-lp .ig-topbar svg{width:22px;height:22px;color:var(--white)}.ttm-lp .ig-hero__content{position:relative;z-index:2;padding:3rem 1.25rem;width:100%}@media(min-width:768px){.ttm-lp .ig-hero__content{padding:5rem 2rem 4rem}}@media(min-width:1100px){.ttm-lp .ig-hero__content{padding:5rem 4rem;max-width:720px;margin:0 auto;width:100%}}.ttm-lp .ig-hero__eyebrow{color:#ffffffc7;margin-bottom:1.25rem}.ttm-lp .ig-hero h1{color:var(--white);margin-bottom:1.25rem}.ttm-lp .ig-hero__lead{font-size:1.125rem;color:#ffffffeb;max-width:560px;margin-bottom:2rem}.ttm-lp .ig-hero__lead p{margin:0;color:#ffffffeb}.ttm-lp .ig-hero__price-row{display:flex;align-items:baseline;gap:.875rem;margin-bottom:1.75rem;flex-wrap:wrap}.ttm-lp .ig-hero__price{font-family:var(--font-display);font-weight:800;font-size:2.5rem;color:var(--white);line-height:1}.ttm-lp .ig-hero__price-note{font-size:.9375rem;color:#ffffffb3}.ttm-lp .ig-hero__ctas{display:flex;flex-direction:column;gap:.875rem}@media(min-width:540px){.ttm-lp .ig-hero__ctas{flex-direction:row}}.ttm-lp .sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);padding:.875rem 1rem;z-index:100;box-shadow:0 -4px 20px #00000014}.ttm-lp .sticky-bar__inner{display:flex;align-items:center;gap:1rem;max-width:var(--container);margin:0 auto}.ttm-lp .sticky-bar__product{display:flex;flex-direction:column;flex:1;min-width:0}.ttm-lp .sticky-bar__name{font-family:var(--font-display);font-weight:700;font-size:.9375rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}.ttm-lp .sticky-bar__price{font-family:var(--font-display);font-weight:800;font-size:1.25rem;color:var(--teal);line-height:1.1;margin-top:.125rem}.ttm-lp .sticky-bar .btn{flex-shrink:0;padding:.75rem 1.25rem;min-height:48px}@media(min-width:768px){.ttm-lp .sticky-bar{display:none}}@media(max-width:767px){.cc-revoke.cc-bottom{bottom:calc(var(--sticky-bar-h) + 14px)!important}}.ttm-lp .inside{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.ttm-lp .inside{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.ttm-lp .inside-item{background:var(--white);border:1px solid var(--border);display:flex;flex-direction:column}.ttm-lp .inside-item__image{background:var(--cream);height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--text-muted);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;font-size:.8125rem;text-align:center;padding:1.5rem;overflow:hidden}.ttm-lp .inside-item__image img{width:100%;height:100%;object-fit:cover}.ttm-lp .inside-item__body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;flex:1}.ttm-lp .inside-item__count{font-family:var(--font-display);font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);margin-bottom:.5rem}.ttm-lp .inside-item h3{font-size:1.375rem;margin-bottom:.625rem}.ttm-lp .inside-item p{color:var(--text-muted);font-size:.9375rem;margin-top:auto}.ttm-lp .story-strip{padding:0}.ttm-lp .story-row{display:grid;grid-template-columns:1fr;align-items:stretch;min-height:480px}@media(min-width:900px){.ttm-lp .story-row{grid-template-columns:1fr 1fr}.ttm-lp .story-row--reverse .story-row__image{order:2}.ttm-lp .story-row--reverse .story-row__content{order:1}}.ttm-lp .story-row__image{background:var(--cream);min-height:320px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--text-muted);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;font-size:.8125rem;text-align:center;padding:2rem;background-size:cover;background-position:center}.ttm-lp .story-row__content{background:var(--white);padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.ttm-lp .story-row__content{padding:4rem 2.5rem}}@media(min-width:1100px){.ttm-lp .story-row__content{padding:5rem 4rem}}.ttm-lp .story-row__content--dark{background:var(--dark);color:var(--white)}.ttm-lp .story-row__content--dark h2{color:var(--white)}.ttm-lp .story-row__content--dark p{color:#fffc}.ttm-lp .story-row__content--cream{background:var(--cream)}.ttm-lp .story-row__eyebrow{margin-bottom:1rem;color:var(--teal)}.ttm-lp .story-row__content--dark .story-row__eyebrow{color:var(--orange)}.ttm-lp .story-row h2{margin-bottom:1.25rem}.ttm-lp .story-row p{color:var(--text-muted);font-size:1.0625rem;max-width:480px}.ttm-lp .spec-grid{display:grid;grid-template-columns:1fr;gap:0;background:var(--white);border:1px solid var(--border)}@media(min-width:600px){.ttm-lp .spec-grid{grid-template-columns:repeat(2,1fr)}}.ttm-lp .spec-cell{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem}@media(min-width:600px){.ttm-lp .spec-cell:nth-child(odd){border-right:1px solid var(--border)}}.ttm-lp .spec-cell__label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.ttm-lp .spec-cell__value{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--text)}.ttm-lp .for-who{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:920px;margin:0 auto}@media(min-width:768px){.ttm-lp .for-who{grid-template-columns:1fr 1fr;gap:1.5rem}}.ttm-lp .for-who-card{padding:2rem;border:1px solid var(--border);background:var(--white)}.ttm-lp .for-who-card--yes{border-left:3px solid var(--teal)}.ttm-lp .for-who-card--no{border-left:3px solid var(--orange)}.ttm-lp .for-who-card h3{font-size:1.25rem;margin-bottom:1rem}.ttm-lp .for-who-card ul{list-style:none;display:flex;flex-direction:column;gap:.625rem}.ttm-lp .for-who-card li{display:flex;gap:.625rem;align-items:flex-start;font-size:.9375rem;color:var(--text)}.ttm-lp .for-who-card li:before{content:"";flex-shrink:0;width:7px;height:7px;margin-top:.55rem;background:var(--text)}.ttm-lp .for-who-card--yes li:before{background:var(--teal)}.ttm-lp .for-who-card--no li:before{background:var(--orange)}.ttm-lp .ig-final-cta{background:var(--orange);color:var(--white);text-align:center;padding:clamp(4.5rem,9vw,7.5rem) 0}.ttm-lp .ig-final-cta h2{color:var(--white);font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:1.25rem}.ttm-lp .ig-final-cta p{color:#ffffffeb;font-size:1.125rem;max-width:540px;margin:0 auto 2.25rem}.ttm-lp .ig-final-cta .btn{background:var(--white);color:var(--orange)}.ttm-lp .ig-final-cta .btn:hover{background:var(--dark);color:var(--white)}
/*# sourceMappingURL=/cdn/shop/t/25/assets/ttm-lp-ig.css.map */
