/* ── WORDPRESS / ELEMENTOR CANVAS RESET ── */
body:has(.ttf-home) .tg-header__area,
body:has(.ttf-home) #masthead,
body:has(.ttf-home) .site-header,
body:has(.ttf-home) .footer-area,
body:has(.ttf-home) .site-footer,
body:has(.ttf-home) .main-navigation{display:none!important}
body:has(.ttf-home){margin:0!important;padding:0!important;background:#f5f1ea!important}
body:has(.ttf-home) #page,
body:has(.ttf-home) #content,
body:has(.ttf-home) #primary,
body:has(.ttf-home) main,
body:has(.ttf-home) article,
body:has(.ttf-home) .site,
body:has(.ttf-home) .site-content,
body:has(.ttf-home) .content-area,
body:has(.ttf-home) .entry-content,
body:has(.ttf-home) .container,
body:has(.ttf-home) .container-fluid,
body:has(.ttf-home) .elementor,
body:has(.ttf-home) .elementor-section-wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#f5f1ea!important}
body:has(.ttf-home) .entry-header,
body:has(.ttf-home) .page-header,
body:has(.ttf-home) .entry-title{display:none!important}
body:has(.ttf-home) article,
body:has(.ttf-home) .entry,
body:has(.ttf-home) .page,
body:has(.ttf-home) .hentry{box-shadow:none!important;border:0!important}

:root{
  --ttf-deep:#00333e;
  --ttf-dark:#001c22;
  --ttf-green:#7ac25e;
  --ttf-foam:#a9dccf;
  --ttf-ivory:#f5f1ea;
  --ttf-paper:#fffaf4;
  --ttf-ink:#001c22;
  --ttf-muted:#637579;
  --ttf-line:#ddd5c9;
  --ttf-event:#eaa036;
  --ttf-event-soft:#fff4e2;
  --ttf-shadow:0 16px 42px rgba(0,51,62,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ttf-ivory);color:var(--ttf-dark);font-family:Arial,Helvetica,sans-serif;padding-bottom:70px}
.ttf-home p,.ttf-home small,.ttf-home .ttf-section-sub,.ttf-home .ttf-muted{font-weight:400!important}
img,video{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.ttf-home{width:100vw;margin-left:calc(50% - 50vw);padding-top:71px;overflow-x:clip;background:var(--ttf-ivory)}
.ttf-shell{width:min(1440px,calc(100% - 28px));margin:auto}
.ttf-serif{font-family:Georgia,"Times New Roman",serif}
.ttf-kicker{font-size:10px;line-height:1;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#568f47}
.ttf-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:0;border-radius:999px;font-size:12px;font-weight:900;cursor:pointer}
.ttf-btn-green{background:var(--ttf-green);color:var(--ttf-dark)}
.ttf-btn-dark{background:var(--ttf-deep);color:var(--ttf-ivory)}
.ttf-btn-light{background:#fff;color:var(--ttf-dark);border:1px solid var(--ttf-line)}

/* promo strip */
.ttf-offers{position:fixed;left:0;right:0;top:0;z-index:9998;padding:7px 0;background:var(--ttf-paper);border-top:3px solid var(--ttf-deep);box-shadow:0 5px 18px rgba(0,28,34,.12)}
.ttf-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ttf-offer.ttf-offer-sale{background:linear-gradient(135deg,#f2b34f,var(--ttf-event));color:var(--ttf-dark);box-shadow:0 0 0 2px rgba(0,28,34,.14) inset}
.ttf-offer.ttf-offer-sale strong{color:var(--ttf-dark)!important;font-size:13px}
.ttf-offer.ttf-offer-sale small{color:#4f391c!important}
.ttf-offer.ttf-offer-sale b{color:var(--ttf-dark)}
.ttf-offer{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 14px;min-height:54px;overflow:hidden;border-radius:16px;background:var(--ttf-deep);color:#fff}
.ttf-offer>*{position:relative;z-index:2}
.ttf-offer:after,.ttf-sticky-cart:after{content:"";position:absolute;z-index:3;left:22px;top:calc(50% - 4px);width:8px;height:8px;border-radius:50%;background:var(--ttf-green);box-shadow:0 0 0 3px rgba(122,194,94,.13),0 0 10px rgba(122,194,94,.9);pointer-events:none;animation:ttfBannerNode 7s ease-in-out infinite}
.ttf-sticky-cart:after{left:14px}
.ttf-offer-sale:after{background:var(--ttf-deep);box-shadow:0 0 0 3px rgba(0,51,62,.12),0 0 9px rgba(0,51,62,.6);animation-delay:-3.5s}
.ttf-offer span:first-child{font-size:16px}
.ttf-offer-logo{width:88px;height:26px;object-fit:contain}
.ttf-offer strong{display:block;font-size:12px}
.ttf-offer small{display:block;margin-top:3px;color:#c6d7d9;font-size:9px}
.ttf-offer b{color:var(--ttf-green);font-size:18px}

/* header */
.ttf-header{position:relative;top:auto;z-index:1;background:rgba(251,248,241,.96);border-bottom:1px solid rgba(0,51,62,.08)}
body.admin-bar .ttf-offers{top:32px}
.ttf-header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.ttf-brand-row{display:flex;align-items:center;gap:10px}
.ttf-logo{position:relative;width:270px;min-height:78px;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,var(--ttf-deep),var(--ttf-dark));isolation:isolate}
.ttf-logo img{position:relative;z-index:3;width:100%;height:auto}
.ttf-logo-bg{position:absolute;inset:0;z-index:1;opacity:.12;pointer-events:none}
.ttf-logo-bg svg{width:100%;height:100%}
.ttf-logo-bg path{fill:none;stroke:var(--ttf-foam);stroke-width:1;opacity:.25}
.ttf-logo-bg .node{fill:var(--ttf-green)}
.ttf-logo-bg .travel{fill:var(--ttf-green);filter:drop-shadow(0 0 5px rgba(122,194,94,.9))}
.ttf-core{display:none}
.ttf-core:before,.ttf-core:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;border:1px solid rgba(122,194,94,.55);border-radius:50%;transform:translate(-50%,-50%) scale(.3);animation:ttfPulse 4.8s ease-out infinite}
.ttf-core:after{animation-delay:2.4s}
.ttf-word-node{display:block;position:absolute;z-index:5;left:40%;top:35%;width:7px;height:7px;border-radius:50%;background:var(--ttf-green);box-shadow:0 0 0 3px rgba(122,194,94,.16),0 0 10px rgba(122,194,94,.95);pointer-events:none;animation:ttfLogoNode 6.5s ease-in-out infinite}
@keyframes ttfPulse{0%{opacity:.72;transform:translate(-50%,-50%) scale(.3)}100%{opacity:0;transform:translate(-50%,-50%) scale(4.3)}}
@keyframes ttfWord{0%{transform:translateX(0);opacity:.1}12%{opacity:1}55%{transform:translateX(115px);opacity:.8}100%{transform:translateX(205px);opacity:.05}}
@keyframes ttfLogoNode{0%,100%{transform:translateX(0) scale(.82);opacity:.45}12%{opacity:1}50%{transform:translateX(112px) scale(1)}88%{opacity:1}}
@keyframes ttfBannerNode{0%,100%{transform:translateX(0) scale(.82);opacity:.35}12%{opacity:1}50%{transform:translateX(62px) scale(1);opacity:1}88%{opacity:1}}
@keyframes ttfBannerNodeMobile{0%,100%{transform:translateX(0) scale(.8);opacity:.35}12%{opacity:1}50%{transform:translateX(28px) scale(1);opacity:1}88%{opacity:1}}
.ttf-social{display:flex;gap:7px}
.ttf-social a{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ttf-line);border-radius:10px;background:#fff}
.ttf-social img{width:16px;height:16px;object-fit:contain}
.ttf-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ttf-nav a,.ttf-nav button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border:1px solid var(--ttf-line);border-radius:13px;background:#fff;color:var(--ttf-dark);font-size:11px;font-weight:400;line-height:1;text-align:center}
.ttf-nav .ttf-cart-top{background:var(--ttf-deep);color:#fff;border-color:var(--ttf-deep)}
.ttf-mobile-shop-toggle,.ttf-slider-controls{display:none}

/* limited-time event banner — shared with the shop page */
.ttf-ozback{padding:14px 0;background:var(--ttf-ivory);border-bottom:1px solid var(--ttf-line)}
.ttf-ozback-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px;border:2px solid var(--ttf-event);border-radius:20px;background:linear-gradient(100deg,#f9ddb1 0%,#fff8ee 58%,#f6d7a3 100%);color:#001C22!important;box-shadow:0 10px 28px rgba(234,160,54,.16);transition:transform .2s,box-shadow .2s}
.ttf-ozback-card:hover,.ttf-ozback-card:focus-visible{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,28,34,.14);outline:2px solid var(--ttf-foam);outline-offset:2px}
.ttf-ozback-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#fff;color:var(--ttf-event)!important;font-size:30px}
.ttf-ozback-content{display:grid;justify-items:center;gap:3px;min-width:0;text-align:center}
.ttf-ozback-content small{color:var(--ttf-event)!important;font-size:10px;font-weight:400!important;line-height:1.2;letter-spacing:1.3px}
.ttf-ozback-content strong{color:#001C22!important;font:500 25px/1.1 Georgia,serif}
.ttf-ozback-content>span{color:#355b61!important;font-size:14px;font-weight:400;line-height:1.4}
.ttf-ozback-cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border-radius:999px;background:var(--ttf-event);color:var(--ttf-dark)!important;font-size:12px;font-weight:700;white-space:nowrap}

/* hero */
.ttf-hero{padding:22px 0 34px}
.ttf-hero-card{position:relative;display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);min-height:500px;border-radius:26px;overflow:hidden;background:linear-gradient(145deg,#063f49,#00333e 68%,#002830);box-shadow:var(--ttf-shadow)}
.ttf-hero-copy,.ttf-hero-media{position:relative;z-index:1}.ttf-hero-copy{overflow:hidden}.ttf-hero-copy>*:not(.ttf-brand-network){position:relative;z-index:1}
.ttf-brand-network{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:.18;pointer-events:none}.ttf-brand-network path{fill:none;stroke:#a9dccf;stroke-width:1}.ttf-brand-network .network-node{fill:#7ac25e}.ttf-brand-network .network-signal{fill:#7ac25e;filter:drop-shadow(0 0 5px rgba(122,194,94,.8))}
.ttf-hero-copy{padding:46px 42px;display:flex;flex-direction:column;justify-content:center}
.ttf-hero-copy .ttf-kicker{color:var(--ttf-foam)}
.ttf-hero h1{margin:12px 0 16px;color:#fff;font:700 clamp(48px,6vw,76px)/.92 Georgia,serif;letter-spacing:-.045em}
.ttf-hero h1 em{font-style:normal;color:var(--ttf-green)}
.ttf-hero p{max-width:500px;margin:0 0 24px;color:#d5e5e3;font-size:16px;font-weight:400;line-height:1.6}
.ttf-hero-actions{display:flex;gap:9px;flex-wrap:wrap}
.ttf-hero-media{position:relative;min-height:500px}
.ttf-hero-media img{width:100%;height:100%;object-fit:cover}
.ttf-hero-note{position:absolute;left:18px;top:18px;max-width:270px;padding:13px 15px;border-radius:16px;background:rgba(245,241,234,.94);color:var(--ttf-dark)}
.ttf-hero-note strong{display:block;font:700 20px/1 Georgia,serif}
.ttf-hero-note span{display:block;margin-top:4px;color:var(--ttf-muted);font-size:10px;line-height:1.35}

/* sections */
.ttf-section{padding:42px 0}
.ttf-section-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:18px}
.ttf-section h2{margin:5px 0 0;font:700 clamp(32px,4vw,48px)/.98 Georgia,serif;letter-spacing:-.03em}
.ttf-section-sub{max-width:520px;color:var(--ttf-muted);font-size:14px;line-height:1.55}

/* goal cards */
.ttf-goal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ttf-goal{overflow:hidden;border:1px solid var(--ttf-line);border-radius:20px;box-shadow:0 8px 24px rgba(0,51,62,.05)}
.ttf-goal:nth-child(1){background:#f8ecd9}
.ttf-goal:nth-child(2){background:#f7dce8}
.ttf-goal:nth-child(3){background:#dff2ec}
.ttf-goal:nth-child(4){background:#eef4de}
.ttf-goal img{width:100%;aspect-ratio:1.12/1;object-fit:cover}
.ttf-media-fit{position:relative;isolation:isolate;overflow:hidden;background:#f4efe5}
.ttf-media-fit:before{content:"";position:absolute;z-index:0;inset:-12%;background-image:var(--ttf-media);background-size:cover;background-position:center;filter:blur(20px);transform:scale(1.08);opacity:.24}
.ttf-media-fit img{position:relative;z-index:1;display:block;width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}
.ttf-goal>.ttf-media-fit{aspect-ratio:1.12/1}
.ttf-goal-copy{padding:15px}
.ttf-goal h3{margin:0;font:700 22px/1 Georgia,serif}
.ttf-goal p{margin:7px 0 0;color:var(--ttf-muted);font-size:13px;line-height:1.5}

/* shop paths */
.ttf-path-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ttf-path{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ttf-line);border-radius:20px;background:#fff}
.ttf-path:nth-child(1){background:#f8ecd7}
.ttf-path:nth-child(2){background:#dff0ea}
.ttf-path:nth-child(3){background:#eadbc5}
.ttf-path:nth-child(4){background:#e7f0cf}
.ttf-path img{width:100%;aspect-ratio:1/1;object-fit:cover}
.ttf-path>.ttf-media-fit{aspect-ratio:1/1}
.ttf-path-copy{display:flex;flex-direction:column;flex:1;padding:15px}
.ttf-path h3{margin:0;font:700 22px/1 Georgia,serif}
.ttf-path p{margin:7px 0 12px;color:var(--ttf-muted);font-size:13px;line-height:1.5}
.ttf-path-link{margin-top:auto;color:#568f47;font-size:10px;font-weight:900}

/* event quick shop */
.ttf-quick-shop{padding:12px 0 34px;border-top:1px solid var(--ttf-line)}
.ttf-quick-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}
.ttf-quick-head h2{margin:5px 0 0;font:700 clamp(30px,4vw,44px)/.98 Georgia,serif}
.ttf-quick-note{max-width:470px;color:var(--ttf-muted);font-size:12px;line-height:1.45;text-align:right}
.ttf-quick-rail{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--ttf-green) transparent}
.ttf-quick-card{position:relative;flex:0 0 216px;overflow:hidden;scroll-snap-align:start;border:1px solid var(--ttf-line);border-radius:18px;background:var(--ttf-paper)}
.ttf-quick-card>a{display:block}
.ttf-quick-card img{width:100%;aspect-ratio:1.35/1;object-fit:cover}
.ttf-sale-badge{position:absolute;top:9px;left:9px;padding:6px 8px;border-radius:999px;background:var(--ttf-event);color:var(--ttf-dark);font-size:9px;font-weight:900;letter-spacing:.04em}
.ttf-quick-copy{padding:11px}
.ttf-quick-card h3{margin:0;color:var(--ttf-dark);font:700 17px/1 Georgia,serif}
.ttf-quick-card p{min-height:30px;margin:5px 0 9px;color:var(--ttf-muted);font-size:10px;line-height:1.4}
.ttf-quick-regulars{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 5px;color:#7b898c;font-size:9px;line-height:1;text-align:center}
.ttf-quick-regulars span{text-decoration:line-through;text-decoration-thickness:1px}
.ttf-quick-regulars.ttf-one{grid-template-columns:1fr}
.ttf-quick-prices{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ttf-quick-buy{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 10px;border:1px solid var(--ttf-line);border-radius:999px;background:#fff;color:var(--ttf-dark);font-size:10px;line-height:1.15;cursor:pointer;box-shadow:none;transition:transform .18s,background .18s}
.ttf-quick-buy:nth-child(2){border-color:var(--ttf-event);background:var(--ttf-event)}
.ttf-quick-prices[style*="1fr"] .ttf-quick-buy{background:var(--ttf-event)}
.ttf-quick-buy:hover,.ttf-quick-buy:focus-visible{transform:translateY(-1px);background:#f2b34f;border-color:var(--ttf-event);box-shadow:none}
.ttf-quick-auto{margin:9px 0 0;color:#a45f08;font-size:8px;text-align:center}

/* bundles */
.ttf-bundle-band{padding:30px 0;background:#eef5dc;border-top:1px solid var(--ttf-line);border-bottom:1px solid var(--ttf-line)}
.ttf-bundle-band .ttf-section-head{margin-bottom:14px}
.ttf-bundle-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch;min-height:0}
.ttf-home #ttf-bundles .ttf-starter{grid-column:1;grid-row:1;display:grid;grid-template-columns:1fr;grid-template-rows:280px auto;min-height:0;height:100%;overflow:hidden;border:1px solid rgba(0,28,34,.14);border-radius:20px;background:#00333e!important;background-image:linear-gradient(145deg,#073f49,#00333e)!important;color:#fff!important;box-shadow:0 14px 34px rgba(0,28,34,.12)}
.ttf-starter img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:56% center;filter:saturate(1.04) contrast(1.02)}
.ttf-starter>.ttf-media-fit,.ttf-bundle-hero>.ttf-media-fit{width:100%;height:100%;min-height:0}
.ttf-home #ttf-bundles .ttf-starter-copy{position:relative;padding:22px 24px;display:flex;flex-direction:column;justify-content:center;background:#00333e!important;background-image:linear-gradient(145deg,#073f49,#00333e)!important;color:#fff!important;overflow:hidden}
.ttf-starter-copy>*{position:relative;z-index:1}
.ttf-home #ttf-bundles .ttf-starter-copy .ttf-kicker{color:#a9dccf!important;opacity:1!important}
.ttf-home #ttf-bundles .ttf-starter h3{margin:8px 0 9px;color:#fff!important;opacity:1!important;font:700 30px/1 Georgia,serif}
.ttf-home #ttf-bundles .ttf-starter p{margin:0 0 18px;color:#d0e2df!important;opacity:1!important;font-size:14px;font-weight:400!important;line-height:1.55}
.ttf-starter-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.ttf-home #ttf-bundles .ttf-chip{padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.22)!important;background:rgba(255,255,255,.10)!important;color:#fff!important;opacity:1!important;font-size:10px;font-weight:800}
.ttf-home #ttf-bundles .ttf-starter .ttf-btn-green{background:#7ac25e!important;color:#001c22!important;opacity:1!important}
.ttf-bundle-grid{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-height:0}
.ttf-bundle-card{display:grid;grid-template-columns:1fr;grid-template-rows:165px minmax(0,1fr);min-height:390px;overflow:hidden;border:1px solid rgba(0,28,34,.13);border-radius:18px;background:#e9f5f1;box-shadow:0 8px 24px rgba(0,51,62,.05)}
.ttf-bundle-card img{width:100%;height:165px;min-height:0;aspect-ratio:auto;object-fit:cover}
.ttf-bundle-card-copy{display:flex;flex-direction:column;min-width:0;padding:13px 14px}
.ttf-bundle-card .ttf-kicker{color:#568f47}
.ttf-bundle-card h3{margin:5px 0 5px;color:var(--ttf-dark);font:700 20px/1 Georgia,serif}
.ttf-bundle-card p{margin:0 0 8px;color:var(--ttf-muted);font-size:12px;font-weight:400!important;line-height:1.4}
.ttf-bundle-price{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:8px;border-top:1px solid var(--ttf-line)}
.ttf-bundle-price small{display:block;color:#568f47;font-size:9px;font-weight:800}
.ttf-bundle-price strong{font:700 22px Georgia,serif}
.ttf-bundle-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}
.ttf-bundle-actions .ttf-btn{width:100%;padding:0 10px;font-size:10px}
.ttf-bundle-hero{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr;grid-template-rows:280px auto;height:100%;min-height:0;overflow:hidden;border:1px solid rgba(0,28,34,.16);border-radius:20px;background:var(--ttf-foam);box-shadow:0 14px 34px rgba(0,28,34,.10)}
.ttf-bundle-hero>img{width:100%;height:280px;object-fit:cover}
.ttf-bundle-hero .ttf-bundle-card-copy{padding:18px;background:linear-gradient(145deg,#d7eee7,var(--ttf-foam))}
.ttf-bundle-hero h3{font-size:24px}

/* press */
.ttf-press{padding:24px;border:1px solid var(--ttf-line);border-radius:24px;background:var(--ttf-paper)}
.ttf-press-head{text-align:center;margin-bottom:17px}
.ttf-press-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.ttf-press-logo{min-height:82px;display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid var(--ttf-line);border-radius:14px;background:#fff}
.ttf-press-logo img{max-width:110px;max-height:52px;width:auto;height:auto;object-fit:contain}

/* reels */
.ttf-reels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ttf-reel{overflow:hidden;border:1px solid var(--ttf-line);border-radius:20px;background:#fff}
.ttf-reel video{width:100%;aspect-ratio:9/13;object-fit:cover;background:#001f25}
.ttf-reel-copy{padding:14px}
.ttf-reel-copy strong{display:block;font:700 18px/1.1 Georgia,serif}
.ttf-reel-copy span{display:block;margin-top:4px;color:var(--ttf-muted);font-size:10px}

/* waitlist */
.ttf-wait{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:20px 22px;border:1px solid #d5e7d0;border-radius:20px;background:#eaf6e6}
.ttf-wait h2{margin:5px 0 5px;font:700 26px/1 Georgia,serif}
.ttf-wait p{margin:0;color:var(--ttf-muted);font-size:10px;line-height:1.45}
.ttf-wait-form{display:flex;gap:8px;align-items:center}
.ttf-wait-form input{width:250px;min-height:42px;padding:0 14px;border:1px solid var(--ttf-line);border-radius:999px;background:#fff;color:var(--ttf-dark)}

/* shark tank */
.ttf-shark{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#0c3a43,#062b32);box-shadow:var(--ttf-shadow)}
.ttf-shark-media{position:relative;min-height:430px}
.ttf-shark video{width:100%;height:100%;min-height:430px;object-fit:cover}
.ttf-shark-badge{position:absolute;left:16px;top:16px;padding:8px 11px;border-radius:999px;background:rgba(245,241,234,.95);color:var(--ttf-dark);font-size:10px;font-weight:900;letter-spacing:.08em}
.ttf-shark-copy{padding:38px;display:flex;flex-direction:column;justify-content:center}
.ttf-shark-copy .ttf-kicker{color:var(--ttf-foam)}
.ttf-shark h2{color:#fff}
.ttf-shark p{color:#d4e3e5;font-size:12px;line-height:1.6}
.ttf-proof-chips{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}
.ttf-proof-chip{padding:9px 10px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#d8e6e6;font-size:10px}

/* care */
.ttf-care{padding-top:24px}
.ttf-care-head{text-align:center;max-width:720px;margin:0 auto 18px}
.ttf-care-head h2{margin:6px 0 10px}
.ttf-care-head p{margin:0;color:var(--ttf-muted);font-size:11px;line-height:1.5}
.ttf-care-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ttf-care-card{padding:18px;border:1px solid rgba(16,51,61,.08);border-radius:18px;background:var(--ttf-paper);cursor:pointer}
.ttf-care-card h3{margin:0 0 7px;font:700 20px Georgia,serif}
.ttf-care-card p{margin:0 0 12px;color:var(--ttf-muted);font-size:10px;line-height:1.45}
.ttf-care-card span{color:#568f47;font-size:10px;font-weight:900}
.ttf-policy{display:none;margin-top:22px}
.ttf-policy.active{display:grid;grid-template-columns:230px minmax(0,1fr);gap:26px;align-items:start}
.ttf-policy-tabs{display:flex;flex-direction:column;gap:4px;position:sticky;top:108px;border:1px solid var(--ttf-line);border-radius:18px;padding:10px;background:var(--ttf-paper)}
.ttf-policy-tab{width:100%;text-align:left;min-height:0;padding:13px 14px;border:0;border-radius:12px;background:transparent;color:var(--ttf-dark);font-size:11px;font-weight:800}
.ttf-policy-tab.active{background:var(--ttf-foam)}
.ttf-policy-panel{display:none}
.ttf-policy-panel.active{display:block;border:1px solid var(--ttf-line);border-radius:20px;background:#fff;padding:26px 28px}
.ttf-policy-kicker{font-size:9px;letter-spacing:.14em;font-weight:900;text-transform:uppercase;color:#568f47}
.ttf-policy-panel h2{margin:8px 0 10px;font:700 clamp(22px,3vw,32px)/1.05 Georgia,serif}
.ttf-policy-intro{margin:0 0 18px;color:var(--ttf-muted);font-size:11px;line-height:1.6;max-width:520px}
.ttf-policy-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 20px}
.ttf-policy-quick div{border:1px solid var(--ttf-line);border-radius:14px;padding:12px 13px;background:var(--ttf-paper)}
.ttf-policy-quick strong{display:block;font-size:10px;margin-bottom:4px}
.ttf-policy-quick span{display:block;font-size:10px;line-height:1.45;color:var(--ttf-muted)}
.ttf-legal-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding-top:14px;border-top:1px solid var(--ttf-line)}
.ttf-legal-title h3{margin:0;font:700 17px Georgia,serif}
.ttf-legal-title small{color:var(--ttf-muted);font-size:9px}
.ttf-termly{padding:16px;border:1px solid var(--ttf-line);border-radius:14px;background:#fffdf9;font-size:10px;color:var(--ttf-muted)}
.ttf-termly-label{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--ttf-foam);font-size:9px;font-weight:900;letter-spacing:.05em;color:var(--ttf-dark);margin-bottom:10px}
.ttf-termly h4{margin:0 0 6px;font:700 15px Georgia,serif;color:var(--ttf-ink)}
.ttf-termly p{margin:0 0 8px;line-height:1.5}
.ttf-termly-id{padding-top:8px;border-top:1px solid var(--ttf-line);font-size:9px;color:#8a9598}

/* footer */
.ttf-footer{margin-top:36px;padding:28px 0 94px;background:var(--ttf-deep);color:#c7d7d8}
.ttf-footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr .9fr;gap:24px}
.ttf-footer-logo{display:inline-block;width:225px;border-radius:14px;overflow:hidden;background:var(--ttf-dark)}
.ttf-footer-logo img{width:100%;height:auto}
.ttf-footer-brand p,.ttf-footer-address{max-width:320px;color:#b6c8ca;font-size:10px;line-height:1.5}
.ttf-footer-social{display:flex;gap:7px;margin-top:10px}
.ttf-footer-social a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:9px}
.ttf-footer-social img{width:15px;height:15px}
.ttf-footer-col strong{display:block;margin-bottom:8px;color:#fff;font-size:12px}
.ttf-footer-col a{display:block;margin:7px 0;color:#b6c8ca;font-size:10px}

/* sticky cart */
.ttf-cart-band{position:fixed;left:0;right:0;bottom:0;z-index:9999;padding:4px 0 calc(4px + env(safe-area-inset-bottom));background:var(--ttf-paper);border-top:1px solid var(--ttf-line);box-shadow:0 -8px 25px rgba(0,51,62,.10)}
.ttf-sticky-cart{position:relative;width:min(1440px,calc(100% - 28px));margin:auto;display:grid;grid-template-columns:94px minmax(240px,1fr) 205px 140px;align-items:center;gap:12px;padding:6px 10px;overflow:hidden;border:2px solid var(--ttf-event);border-radius:14px;background:var(--ttf-deep);color:#fff}
.ttf-sticky-cart>*{position:relative;z-index:2}
.ttf-cart-logo{width:88px;height:25px;object-fit:contain}
.ttf-cart-copy strong{display:block;font-size:12px}
.ttf-cart-copy{text-align:right}.ttf-cart-copy span{display:block;margin-top:3px;color:#c7d7d8;font-size:9px}
.ttf-cart-progress{width:100%;max-width:560px;margin:auto;text-align:center}
.ttf-cart-event{display:block;margin-bottom:2px;color:var(--ttf-event);font-size:11px;font-weight:900}
.ttf-cart-progress strong{display:block;font-size:10px}.ttf-cart-progress span{display:block;margin:3px 0 5px;color:var(--ttf-event);font-size:9px;font-weight:800}
.ttf-cart-track{height:6px;border-radius:999px;background:rgba(255,255,255,.18);overflow:hidden}
.ttf-cart-fill{height:100%;width:0;background:var(--ttf-event);transition:width .4s}
.ttf-sticky-cart>.ttf-btn{background:var(--ttf-event)!important;color:var(--ttf-dark)!important}

/* drawer */
.ttf-cart-shell{position:fixed;inset:0;z-index:10000;pointer-events:none}
.ttf-cart-shell.open{pointer-events:auto}
.ttf-cart-backdrop{position:absolute;inset:0;background:rgba(0,28,34,.5);opacity:0;transition:.2s}
.ttf-cart-shell.open .ttf-cart-backdrop{opacity:1}
.ttf-cart-drawer{position:absolute;top:0;right:0;width:min(420px,100%);height:100%;display:flex;flex-direction:column;background:#fbf8f1;transform:translateX(100%);transition:.25s}
.ttf-cart-shell.open .ttf-cart-drawer{transform:none}
.ttf-cart-head,.ttf-cart-foot{padding:16px;border-bottom:1px solid var(--ttf-line)}
.ttf-cart-head{display:flex;justify-content:space-between;align-items:center}
.ttf-cart-head h3{margin:0;font:700 28px Georgia,serif}
.ttf-cart-close{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:var(--ttf-dark);font-size:20px}
.ttf-cart-body{flex:1;overflow:auto;padding:16px}
.ttf-cart-empty{padding:20px;border:1px solid var(--ttf-line);border-radius:14px;background:#fff;color:var(--ttf-muted);font-size:11px}
.ttf-drawer-ship{padding:12px 13px;margin-bottom:14px;border:1px solid var(--ttf-line);border-radius:14px;background:#fff}.ttf-drawer-ship strong{display:block;font-size:11px}.ttf-drawer-ship small{display:block;margin-top:5px;color:var(--ttf-muted);font-size:9px}
.ttf-drawer-progress{height:7px;margin-top:8px;border-radius:999px;background:#e4ded5;overflow:hidden}.ttf-drawer-progress span{display:block;width:0;height:100%;background:var(--ttf-green);transition:width .3s}
.ttf-cart-items{display:grid;gap:9px}.ttf-cart-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:9px;padding:10px;border:1px solid var(--ttf-line);border-radius:14px;background:#fff}.ttf-cart-item img{width:58px!important;height:58px!important;object-fit:cover!important;border-radius:9px}.ttf-cart-item h4{margin:0 0 4px;font-size:12px}.ttf-cart-item-price{font-size:10px;color:var(--ttf-muted)}
.ttf-qty{display:flex;align-items:center;gap:6px;margin-top:5px}.ttf-qty button{width:28px;height:28px;padding:0;border:1px solid var(--ttf-line);border-radius:8px;background:#fff;color:var(--ttf-dark)}.ttf-remove{padding:0;border:0;background:transparent;color:#a74135;font-size:9px;font-weight:900}
.ttf-cart-error{color:#a74135;font-size:10px}.ttf-drawer-savings{display:flex;justify-content:space-between;padding:10px 11px;margin-bottom:10px;border:1px solid var(--ttf-green);border-radius:12px;background:#edf8e8;font-weight:900}.ttf-drawer-savings[hidden]{display:none!important}
.ttf-cart-total{display:flex;justify-content:space-between;font-size:18px;font-weight:900;color:var(--ttf-dark);margin-bottom:10px}.ttf-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.ttf-drawer-actions .ttf-btn{width:100%}
.ttf-cart-lock{overflow:hidden!important}

/* responsive */
@media(max-width:980px){
  .ttf-header-inner{flex-direction:column;align-items:flex-start;padding:10px 0}
  .ttf-nav{width:100%;justify-content:flex-start}
  .ttf-hero-card,.ttf-bundle-layout,.ttf-shark{grid-template-columns:1fr}
  .ttf-goal-grid,.ttf-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ttf-starter{grid-template-columns:1fr 1fr}
  .ttf-press-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ttf-footer-grid{grid-template-columns:1fr 1fr}
  .ttf-footer-brand{grid-column:1/-1}
}
@media(min-width:701px) and (max-width:980px){
  .ttf-bundle-layout{grid-template-columns:1fr 1fr;min-height:0}
  .ttf-bundle-grid{grid-column:1/-1;grid-row:2;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,230px)}
  .ttf-bundle-hero{grid-column:2;grid-row:1}
  .ttf-home #ttf-bundles .ttf-starter{grid-column:1;grid-row:1;grid-template-columns:1fr;grid-template-rows:210px auto}
  .ttf-home #ttf-bundles .ttf-starter-copy{padding:22px}
  .ttf-bundle-card{grid-template-columns:120px minmax(0,1fr)}
  .ttf-bundle-card-copy{padding:11px 12px}
  .ttf-bundle-card h3{font-size:18px}
  .ttf-bundle-card p{font-size:11px}
}
@media(max-width:700px){
  .ttf-shell{width:calc(100% - 16px)}
  .ttf-home{padding-top:116px}
  body{padding-bottom:66px}
  .ttf-offers{padding:4px 0;border-top-width:2px}
  .ttf-header{position:fixed;left:0;right:0;top:52px;z-index:9997;box-shadow:0 5px 16px rgba(0,28,34,.10)}
  .ttf-offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}
  .ttf-offer{min-width:0;min-height:42px;padding:6px 8px;border-radius:13px;gap:6px}.ttf-offer-logo{width:44px;height:20px}.ttf-offer span:first-child{font-size:12px}.ttf-offer strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ttf-offer small{font-size:7px;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ttf-offer b{display:none}
  .ttf-offer:after{left:10px;width:6px;height:6px;top:calc(50% - 3px);animation-name:ttfBannerNodeMobile}.ttf-sticky-cart:after{left:8px;width:6px;height:6px;top:calc(50% - 3px);animation-name:ttfBannerNodeMobile}
  .ttf-header-inner{position:relative;min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:4px 0}
  .ttf-brand-row{display:block}.ttf-logo{width:174px;min-height:50px;border-radius:11px}.ttf-logo .ttf-word-node{left:39%;top:35%;width:6px;height:6px;animation-duration:5.8s}.ttf-social{display:none}
  .ttf-mobile-shop-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border:1px solid var(--ttf-line);border-radius:12px;background:#fff;color:#001C22;font-size:13px}
  .ttf-mobile-shop-toggle[aria-expanded="true"]{background:var(--ttf-deep);color:#fff}
  .ttf-nav{position:absolute;right:0;top:58px;width:min(280px,calc(100vw - 16px));display:none;grid-template-columns:1fr 1fr;gap:7px;padding:10px;border:1px solid var(--ttf-line);border-radius:14px;background:var(--ttf-paper);box-shadow:0 14px 32px rgba(0,28,34,.18)}
  .ttf-nav.mobile-open{display:grid}.ttf-nav a,.ttf-nav button{width:100%;min-height:44px;padding:0 10px}.ttf-nav .ttf-cart-top{grid-column:1/-1}
  .ttf-ozback{padding:10px 0}.ttf-ozback-card{grid-template-columns:46px minmax(0,1fr);gap:11px;padding:14px;border-radius:16px}.ttf-ozback-icon{width:46px;height:46px;border-radius:13px;font-size:24px}.ttf-ozback-content small{font-size:8px;letter-spacing:.9px}.ttf-ozback-content strong{font-size:20px}.ttf-ozback-content>span{font-size:12px}.ttf-ozback-cta{grid-column:1/-1;width:100%;min-height:44px;font-size:12px}
  .ttf-hero{padding:14px 0 26px}
  .ttf-hero-card{grid-template-columns:1fr;min-height:0}
  .ttf-hero-copy{padding:30px 20px}
  .ttf-hero h1{font-size:42px;letter-spacing:-.035em}
  .ttf-hero p{font-size:13px;line-height:1.55;margin-bottom:18px}
  .ttf-hero-actions{display:grid;grid-template-columns:1fr}.ttf-hero-actions .ttf-btn{width:100%;min-height:48px}
  .ttf-hero-media{min-height:285px}
  .ttf-hero-note{top:12px;left:12px;max-width:240px}
  .ttf-section{padding:30px 0}
  .ttf-section-head{align-items:flex-start;flex-direction:column;gap:8px}
  .ttf-goal-grid,.ttf-path-grid,.ttf-reels,.ttf-care-grid{display:flex;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:8px}
  .ttf-goal,.ttf-path,.ttf-reel,.ttf-care-card{flex:0 0 78vw;min-width:78vw;scroll-snap-align:start}
  .ttf-slider-controls{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:8px 0}
  .ttf-slider-arrow{width:40px;height:40px;border:1px solid var(--ttf-line);border-radius:50%;background:var(--ttf-deep);color:#fff;font-size:20px;line-height:1;cursor:pointer}
  .ttf-policy.active{grid-template-columns:1fr}
  .ttf-policy-tabs{position:static;flex-direction:row;flex-wrap:wrap;display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .ttf-policy-quick{grid-template-columns:1fr}
  .ttf-policy-panel.active{padding:18px}
  .ttf-home #ttf-bundles .ttf-starter{grid-column:1;grid-row:1;grid-template-columns:1fr;grid-template-rows:240px auto;width:100%;min-width:0}
  .ttf-starter img{min-height:0}
  .ttf-home #ttf-bundles .ttf-starter-copy{padding:24px 20px}
  .ttf-bundle-layout{display:grid;grid-template-columns:1fr;gap:12px;overflow:visible;min-height:0;padding-bottom:0}.ttf-bundle-hero{grid-column:1;grid-row:2;width:100%;min-width:0;background:var(--ttf-foam);border-color:rgba(0,28,34,.18)}.ttf-bundle-hero .ttf-bundle-card-copy{background:linear-gradient(145deg,#d7eee7,var(--ttf-foam))}.ttf-bundle-slider-controls{grid-column:1;grid-row:3;margin:4px 0 -2px}.ttf-bundle-grid{grid-column:1;grid-row:4;display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;scrollbar-width:none;min-width:0;padding-bottom:8px}.ttf-bundle-card{flex:0 0 86vw;min-width:86vw;min-height:220px;grid-template-columns:118px minmax(0,1fr);scroll-snap-align:start}.ttf-bundle-card img{width:118px;height:100%}.ttf-bundle-card h3{font-size:20px}.ttf-bundle-card p{font-size:12px}.ttf-bundle-card-copy{padding:13px}.ttf-bundle-actions .ttf-btn{min-height:42px}
  .ttf-press-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ttf-wait{grid-template-columns:1fr}
  .ttf-wait-form{width:100%}
  .ttf-wait-form input{width:auto;flex:1;min-width:0}
  .ttf-shark-media,.ttf-shark video{min-height:340px}
  .ttf-footer-grid{grid-template-columns:1fr 1fr;gap:18px 14px}
  .ttf-cart-progress{display:block;max-width:none;text-align:left}.ttf-cart-track{display:none}.ttf-cart-progress [data-banner-savings]{display:none!important}.ttf-cart-event{font-size:9px;white-space:nowrap}.ttf-cart-progress strong{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .ttf-cart-band{padding:3px 0 calc(3px + env(safe-area-inset-bottom))}.ttf-sticky-cart{width:calc(100% - 8px);grid-template-columns:46px minmax(0,1fr) auto auto;gap:6px;padding:5px 6px;border-radius:12px}.ttf-cart-logo{width:44px;height:20px}.ttf-cart-copy{display:block;min-width:52px;text-align:right}.ttf-cart-copy span{display:none}.ttf-sticky-cart>.ttf-btn{min-height:34px;padding:0 10px;font-size:9px}.ttf-cart-copy strong{font-size:9px;white-space:nowrap}
  .ttf-cart-drawer{top:auto;bottom:0;width:100%;height:min(82vh,720px);border-radius:22px 22px 0 0;transform:translateY(100%)}
  .ttf-cart-shell.open .ttf-cart-drawer{transform:none}
  .ttf-cart-item{grid-template-columns:54px minmax(0,1fr) auto}.ttf-cart-item img{width:54px!important;height:54px!important}.ttf-drawer-actions .ttf-btn{min-height:48px}
}
@media(max-width:782px){body.admin-bar .ttf-offers{top:46px}body.admin-bar .ttf-header{top:98px}}
@media(prefers-reduced-motion:reduce){
  .ttf-logo-bg animateMotion,.ttf-brand-network animateMotion{display:none}.ttf-word-node,.ttf-offer:after,.ttf-sticky-cart:after{animation:none!important}.ttf-cart-fill{animation:none!important;transition:none!important}
}

/* Exact TTF dark-text enforcement — prevents WordPress/Elementor theme black */
.ttf-home .ttf-nav a,
.ttf-home .ttf-nav button,
.ttf-home .ttf-ozback-content strong,
.ttf-home .ttf-goals h2,
.ttf-home .ttf-paths h2,
.ttf-home .ttf-quick h2,
.ttf-home .ttf-bundle-band h2,
.ttf-home .ttf-section-head h2,
.ttf-home .ttf-goal h3,
.ttf-home .ttf-path h3,
.ttf-home .ttf-bundle-card h3,
.ttf-home .ttf-bundle-price,
.ttf-home .ttf-press-head h2,
.ttf-home .ttf-reel-copy strong,
.ttf-home .ttf-wait h2,
.ttf-home .ttf-care-head h2,
.ttf-home .ttf-care-card h3,
.ttf-home .ttf-policy-tab,
.ttf-home .ttf-policy-panel h2,
.ttf-home .ttf-policy-panel h3,
.ttf-home .ttf-policy-panel h4,
.ttf-home .ttf-termly,
.ttf-home .ttf-cart-head h3,
.ttf-home .ttf-cart-item h4,
.ttf-home .ttf-cart-total,
.ttf-home .ttf-drawer-savings,
.ttf-home .ttf-btn-green,
.ttf-home .ttf-btn-light{
  color:#001C22!important;
}
.ttf-home .ttf-offer-sale,
.ttf-home .ttf-offer-sale strong,
.ttf-home .ttf-offer-sale b,
.ttf-home .ttf-sale-badge,
.ttf-home .ttf-path-link,
.ttf-home .ttf-quick-buy{
  color:#001C22!important;
}
.ttf-home .ttf-hero h1,
.ttf-home .ttf-starter h3,
.ttf-home .ttf-shark h2,
.ttf-home .ttf-footer,
.ttf-home .ttf-footer strong{
  color:#fff!important;
}
.ttf-home .ttf-hero h1 em{color:#7ac25e!important}
.ttf-home .ttf-nav .ttf-cart-top,.ttf-home .ttf-btn-dark{color:#fff!important}
/* Typography rule: hierarchy comes from size and color, never bold weight. */
.ttf-home,.ttf-home *{font-weight:400!important}
.ttf-offer strong{font:400 15px/1.05 Georgia,"Times New Roman",serif!important;letter-spacing:0!important}
.ttf-offer small{font:400 10px/1.25 Arial,Helvetica,sans-serif!important}
.ttf-cart-event{font:400 14px/1 Georgia,"Times New Roman",serif!important;letter-spacing:0!important}
.ttf-cart-copy strong,.ttf-cart-progress strong{font:400 11px/1.2 Arial,Helvetica,sans-serif!important}
.ttf-quick-buy{font:400 11px/1.2 Georgia,"Times New Roman",serif!important}
.ttf-quick-card h3{font-weight:400!important;font-size:19px!important}
@media(max-width:700px){.ttf-offer strong{font-size:11px!important}.ttf-offer small{font-size:7.5px!important}.ttf-cart-event{font-size:10px!important}.ttf-quick-buy{font-size:10px!important}}

/* MT reusable-template adaptations — source chrome remains unchanged above. */
body.mt-ttf-template{margin:0!important;background:var(--ttf-ivory)!important;color:var(--ttf-dark)!important}
body.mt-ttf-template #page,body.mt-ttf-template #content,body.mt-ttf-template #primary,body.mt-ttf-template main,body.mt-ttf-template article{max-width:none!important;margin:0!important;padding:0!important}
.mt-ttf-page-body{width:100%;min-height:320px;background:var(--ttf-ivory)}
.mt-ttf-page-body>.entry-content{width:100%;max-width:none;margin:0;padding:0}
.mt-ttf-evergreen-template .ttf-home{padding-top:0}
.mt-ttf-evergreen-template .ttf-header{position:relative;top:auto}
.mt-ttf-evergreen-template .ttf-footer{margin-top:0}
.mt-ttf-evergreen-template .ttf-cart-event{display:none}
@media(max-width:700px){
  .mt-ttf-evergreen-template .ttf-home{padding-top:58px}
  .mt-ttf-evergreen-template .ttf-header{position:fixed;left:0;right:0;top:0;z-index:9997}
}
@media(max-width:782px){body.admin-bar.mt-ttf-evergreen-template .ttf-header{top:46px}}
@media(min-width:783px){body.admin-bar.mt-ttf-evergreen-template .ttf-header{top:auto}}
