:root{--canoe-green: #008348;--canoe-green-dark: #006735;--canoe-green-darker: #003B1E;--canoe-yellow: #FFD400;--canoe-mustard: #AD7F00;--canoe-cream: #FBF7EC;--canoe-paper: #FEFBF3;--canoe-ink: #1A1F1A;--canoe-ink-muted: #5B6159;--canoe-sage: #6B8060;--canoe-sage-light: #BDC9B3;--canoe-sage-lighter: #DDE4D5;--canoe-font-display: "Fraunces", Georgia, "Times New Roman", serif;--canoe-font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--canoe-radius-sm: 6px;--canoe-radius-md: 10px;--canoe-radius-lg: 18px}.canoe-body{font-family:var(--canoe-font-body);color:var(--canoe-ink);background:var(--canoe-paper);line-height:1.55;font-weight:400;-webkit-font-smoothing:antialiased}.canoe-body h1,.canoe-body h2,.canoe-body h3,.canoe-body h4{font-family:var(--canoe-font-display);font-weight:500;letter-spacing:-.015em;line-height:1.1;color:var(--canoe-green-darker)}.canoe-body h1 em,.canoe-body h2 em,.canoe-body h3 em{font-style:italic;color:var(--canoe-mustard);font-weight:400}.canoe-eyebrow{display:inline-block;font-family:var(--canoe-font-body);font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--canoe-mustard);margin-bottom:14px}.canoe-body{overflow-x:hidden}.canoe-body *{box-sizing:border-box}.canoe-body img{max-width:100%;height:auto}.canoe-body input,.canoe-body select,.canoe-body textarea,.canoe-body button{max-width:100%;box-sizing:border-box}.canoe-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border:none;border-radius:999px;font-family:var(--canoe-font-body);font-weight:600;font-size:14px;letter-spacing:.02em;cursor:pointer;text-decoration:none;transition:transform .15s,background .2s,color .2s,border-color .2s}.canoe-btn-primary{background:var(--canoe-green);color:var(--canoe-cream)}.canoe-btn-primary:hover{background:var(--canoe-green-dark);transform:translateY(-1px)}.canoe-btn-secondary{background:transparent;color:var(--canoe-green);border:1.5px solid var(--canoe-green)}.canoe-btn-secondary:hover{background:var(--canoe-green);color:var(--canoe-cream)}.canoe-btn-gold{background:var(--canoe-yellow);color:var(--canoe-green-darker)}.canoe-btn-gold:hover{background:#f4c900;transform:translateY(-1px)}.canoe-btn .arrow{width:16px;height:16px;stroke-width:2}.canoe-container{max-width:1240px;margin:0 auto;padding:0 32px}.canoe-section{padding:80px 0}.canoe-section-header{text-align:center;max-width:640px;margin:0 auto 48px}.canoe-section-header h2{font-size:clamp(32px,4vw,48px);margin:12px 0}.canoe-section-header p{color:var(--canoe-ink-muted);font-size:17px}.canoe-announcement{background:var(--canoe-green-darker);color:var(--canoe-cream);padding:10px 0;font-size:13px;letter-spacing:.02em}.canoe-announcement .canoe-container{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.canoe-announcement strong{color:var(--canoe-yellow);font-weight:600}.canoe-hero{background:var(--canoe-cream);padding:80px 0 100px;position:relative;overflow:hidden}.canoe-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:72px;align-items:center}.canoe-hero h1{font-size:clamp(44px,5.5vw,72px);margin-bottom:20px}.canoe-hero .lede{font-size:18px;color:var(--canoe-ink-muted);margin-bottom:32px;max-width:540px}.canoe-hero-cta{display:flex;gap:14px;flex-wrap:wrap}.canoe-hero-visual{aspect-ratio:4/5;background:var(--canoe-green);border-radius:var(--canoe-radius-lg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.canoe-hero-visual img{width:100%;height:100%;object-fit:cover;border-radius:var(--canoe-radius-lg)}.canoe-trust-bar{background:var(--canoe-green-darker);color:var(--canoe-cream);padding:28px 0}.canoe-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;align-items:center}.canoe-trust-item{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.canoe-trust-item svg{width:30px;height:30px;color:var(--canoe-yellow);stroke-width:1.3}.canoe-product-card{background:var(--canoe-paper);border-radius:var(--canoe-radius-md);overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;border:1px solid var(--canoe-sage-lighter)}.canoe-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #003b1e1f}.canoe-product-card-img{aspect-ratio:1;background:var(--canoe-cream);display:flex;align-items:center;justify-content:center}.canoe-product-card-img img{width:100%;height:100%;object-fit:cover}.canoe-product-card-body{padding:20px 22px 24px}.canoe-product-card-category{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--canoe-mustard);font-weight:600;margin-bottom:6px}.canoe-product-card-title{font-family:var(--canoe-font-display);font-size:20px;line-height:1.2;color:var(--canoe-green-darker);margin-bottom:10px}.canoe-product-card-price{font-size:16px;font-weight:600;color:var(--canoe-green-dark)}.canoe-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--canoe-sage-lighter);border-radius:var(--canoe-radius-md);overflow:hidden;background:var(--canoe-paper)}.canoe-benefit-card{padding:36px 32px;border-right:1px solid var(--canoe-sage-lighter);border-bottom:1px solid var(--canoe-sage-lighter);transition:background .2s}.canoe-benefit-card:nth-child(3n){border-right:none}.canoe-benefit-card:nth-last-child(-n+3){border-bottom:none}.canoe-benefit-card:hover{background:var(--canoe-cream)}.canoe-benefit-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;background:var(--canoe-green);border-radius:14px;color:var(--canoe-yellow);margin-bottom:18px}.canoe-benefit-icon svg{width:26px;height:26px;stroke-width:1.5}.canoe-benefit-card h4{font-size:19px;margin-bottom:8px}.canoe-benefit-card p{color:var(--canoe-ink-muted);font-size:15px}.canoe-story{background:var(--canoe-cream);padding:100px 0}.canoe-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.canoe-story-copy h2{font-size:clamp(34px,4vw,52px);margin-bottom:20px}.canoe-story-copy p{color:var(--canoe-ink-muted);font-size:17px;margin-bottom:16px}.canoe-story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:36px 0;padding:28px 0;border-top:1px solid var(--canoe-sage-light);border-bottom:1px solid var(--canoe-sage-light)}.canoe-story-stat-num{font-family:var(--canoe-font-display);font-size:42px;font-weight:500;color:var(--canoe-green-darker);line-height:1}.canoe-story-stat-num em{font-style:italic;color:var(--canoe-mustard);font-weight:400}.canoe-story-stat-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--canoe-ink-muted);margin-top:6px}.canoe-story-visual{overflow:hidden;border-radius:var(--canoe-radius-lg);aspect-ratio:1}.canoe-story-visual img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--canoe-radius-lg)}.canoe-body section img:not([width]){max-width:100%;height:auto}.canoe-wholesale{background:var(--canoe-green-darker);color:var(--canoe-cream);padding:100px 0}.canoe-wholesale h2{color:var(--canoe-cream)}.canoe-wholesale h2 em{color:var(--canoe-yellow)}.canoe-wholesale-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.canoe-wholesale-list{list-style:none;padding:0;margin:24px 0}.canoe-wholesale-list li{border-bottom:1px solid rgba(251,247,236,.14);color:#fbf7ecd9;position:relative;padding:12px 0 12px 24px}.canoe-wholesale-list li:before{content:"\2713";position:absolute;left:0;color:var(--canoe-yellow);font-weight:700}.canoe-wholesale-form{background:#fbf7ec0a;border:1px solid rgba(251,247,236,.12);padding:40px;border-radius:var(--canoe-radius-lg)}.canoe-form-field{display:flex;flex-direction:column;margin-bottom:18px}.canoe-form-field label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--canoe-yellow);margin-bottom:6px}.canoe-form-field input,.canoe-form-field select,.canoe-form-field textarea{background:#fbf7ec14;border:1px solid rgba(251,247,236,.18);color:var(--canoe-cream);padding:12px 14px;border-radius:var(--canoe-radius-sm);font-size:14px;font-family:inherit;transition:border-color .2s}.canoe-form-field input:focus,.canoe-form-field select:focus,.canoe-form-field textarea:focus{outline:none;border-color:var(--canoe-yellow);background:#fbf7ec1a}.canoe-form-field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5 9 4.5' stroke='%23FFD400' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.canoe-form-field select option{background:var(--canoe-paper);color:var(--canoe-green-darker);font-weight:500}.canoe-timeline{position:relative;max-width:960px;margin:0 auto;padding:40px 0}.canoe-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--canoe-sage-light);transform:translate(-50%)}.canoe-tl-entry{display:grid;grid-template-columns:1fr 60px 1fr;gap:0;margin-bottom:60px;align-items:start}.canoe-tl-entry:nth-child(2n) .canoe-tl-content{grid-column:3;text-align:left}.canoe-tl-entry:nth-child(2n) .canoe-tl-visual{grid-column:1;text-align:right}.canoe-tl-entry:nth-child(odd) .canoe-tl-content{grid-column:1;text-align:right}.canoe-tl-entry:nth-child(odd) .canoe-tl-visual{grid-column:3;text-align:left}.canoe-tl-dot{grid-column:2;justify-self:center;width:16px;height:16px;border-radius:50%;background:var(--canoe-yellow);border:3px solid var(--canoe-green);margin-top:8px;z-index:1}.canoe-tl-content h3{font-size:26px;margin-bottom:12px}.canoe-tl-era{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--canoe-mustard);font-weight:600;margin-bottom:6px}.canoe-tl-visual{background:var(--canoe-sage-lighter);aspect-ratio:4/3;border-radius:var(--canoe-radius-md);overflow:hidden}.canoe-tl-visual img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--canoe-radius-md)}.canoe-wwr-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:80px}.canoe-wwr-stat-card{padding:32px 24px;background:var(--canoe-cream);border:1px solid var(--canoe-sage-lighter);border-radius:var(--canoe-radius-md);text-align:center}.canoe-wwr-stat-big{font-family:var(--canoe-font-display);font-size:56px;font-style:italic;color:var(--canoe-mustard);line-height:1;margin-bottom:10px}.canoe-wwr-stat-label{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--canoe-green-darker);margin-bottom:10px}.canoe-wwr-stat-desc{font-size:14px;color:var(--canoe-ink-muted);line-height:1.5}.canoe-wwr-feature{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:center;padding:48px 0;border-top:1px solid var(--canoe-sage-light)}.canoe-wwr-feature:nth-child(2n){grid-template-columns:1.4fr 1fr}.canoe-wwr-feature:nth-child(2n) .canoe-wwr-visual{order:2}.canoe-wwr-visual{aspect-ratio:1;background:var(--canoe-green);border-radius:var(--canoe-radius-md);display:flex;align-items:center;justify-content:center;color:var(--canoe-yellow);overflow:hidden}.canoe-wwr-visual svg{width:48%;height:48%}.canoe-wwr-visual img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--canoe-radius-md)}.canoe-nutrition-table{width:100%;border-collapse:collapse;background:var(--canoe-paper);border-radius:var(--canoe-radius-md);overflow:hidden;font-size:15px}.canoe-nutrition-table thead th{background:var(--canoe-green-darker);color:var(--canoe-cream);padding:16px 20px;text-align:left;font-family:var(--canoe-font-body);font-weight:600;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.canoe-nutrition-table tbody td{padding:16px 20px;border-bottom:1px solid var(--canoe-sage-lighter)}.canoe-nutrition-table tbody tr.highlight{background:var(--canoe-yellow)}.canoe-nutrition-table tbody tr.highlight td{font-weight:700;color:var(--canoe-green-darker)}.canoe-contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.canoe-contact-block{background:var(--canoe-paper);border-left:4px solid var(--canoe-green);padding:24px 28px;margin-bottom:20px;border-radius:0 var(--canoe-radius-md) var(--canoe-radius-md) 0}.canoe-contact-block h4{font-family:var(--canoe-font-body);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--canoe-mustard);font-weight:600;margin-bottom:8px}.canoe-contact-block a{color:var(--canoe-green-dark);font-size:20px;font-weight:600;text-decoration:none}.canoe-contact-block p{color:var(--canoe-ink);line-height:1.6;margin:0}.canoe-contact-form{background:var(--canoe-cream);padding:40px;border-radius:var(--canoe-radius-lg)}.canoe-cf-field{display:flex;flex-direction:column;margin-bottom:18px}.canoe-cf-field label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--canoe-green-darker);margin-bottom:6px}.canoe-cf-field .req{color:var(--canoe-mustard)}.canoe-cf-field input,.canoe-cf-field select,.canoe-cf-field textarea{background:var(--canoe-paper);border:1px solid var(--canoe-sage-light);padding:12px 14px;border-radius:var(--canoe-radius-sm);font-family:inherit;font-size:14px;color:var(--canoe-ink)}.canoe-cf-field input:focus,.canoe-cf-field select:focus,.canoe-cf-field textarea:focus{outline:none;border-color:var(--canoe-green)}.canoe-cf-field select option{background:var(--canoe-paper);color:var(--canoe-green-darker);font-weight:500}.canoe-cf-field textarea{resize:vertical;min-height:120px}.canoe-page-banner{background:var(--canoe-cream);padding:64px 0 48px;border-bottom:1px solid var(--canoe-sage-lighter)}.canoe-page-banner h1{font-size:clamp(40px,5vw,64px);margin:14px 0}.canoe-page-banner .sub{color:var(--canoe-ink-muted);font-size:18px;max-width:720px}.canoe-breadcrumb{font-size:13px;color:var(--canoe-ink-muted);margin-bottom:8px}.canoe-breadcrumb a{color:var(--canoe-green);text-decoration:none}.canoe-breadcrumb .sep{margin:0 8px;opacity:.4}@media(max-width:900px){.canoe-hero-grid,.canoe-story-grid,.canoe-wholesale-grid,.canoe-contact-grid{grid-template-columns:1fr;gap:40px}.canoe-trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}.canoe-benefits-grid{grid-template-columns:1fr}.canoe-benefit-card{border-right:none}.canoe-wwr-stat-grid{grid-template-columns:repeat(2,1fr)}.canoe-wwr-feature,.canoe-wwr-feature:nth-child(2n){grid-template-columns:1fr;gap:24px}.canoe-wwr-feature:nth-child(2n) .canoe-wwr-visual{order:0}.canoe-tl-entry,.canoe-tl-entry:nth-child(2n) .canoe-tl-content,.canoe-tl-entry:nth-child(odd) .canoe-tl-content,.canoe-tl-entry:nth-child(2n) .canoe-tl-visual,.canoe-tl-entry:nth-child(odd) .canoe-tl-visual{grid-template-columns:1fr;grid-column:1;text-align:left}.canoe-timeline:before{left:10px}.canoe-tl-dot{grid-column:1;justify-self:flex-start;margin-left:2px}}@media(max-width:640px){.canoe-section{padding:60px 0}.canoe-container{padding:0 16px}.canoe-announcement .canoe-container{gap:16px;font-size:12px}.canoe-wholesale{padding:60px 0}.canoe-wholesale-form,.canoe-contact-form{padding:20px}.canoe-wholesale-form [style*=grid-template-columns],.canoe-contact-form [style*=grid-template-columns],.canoe-calc-input [style*=grid-template-columns]{grid-template-columns:1fr!important}.canoe-wholesale-form{border-radius:var(--canoe-radius-md)}.canoe-form-field input,.canoe-form-field select,.canoe-form-field textarea,.canoe-cf-field input,.canoe-cf-field select,.canoe-cf-field textarea{font-size:16px;max-width:100%;box-sizing:border-box}.canoe-wholesale-grid,.canoe-contact-grid{gap:32px}.canoe-calc-grid,.canoe-calc-toggle,.canoe-tips-grid{grid-template-columns:1fr}.canoe-hero h1{font-size:36px}.canoe-section-header h2{font-size:28px}.canoe-page-banner h1{font-size:32px}.canoe-trust-grid{grid-template-columns:1fr;gap:16px}.canoe-trust-item{justify-content:flex-start}.canoe-calc-result-value{font-size:18px}.canoe-banner-grid{grid-template-columns:1fr;gap:24px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/canoe-brand.css.map */
