:root{--green:#0c4a3f;--green2:#17665b;--cream:#fbf5ec;--peach:#f3e3d5;--orange:#d65f28;--ink:#20201d;--muted:#6d6a64;--line:#ddd4c8;--white:#fff;--soft:#f6f1e8;--shadow:0 10px 30px rgba(31,38,32,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.45}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font:inherit}.coastline-short-pdp{overflow-x:hidden}.utility-bar{background:#f7f1e8;border-bottom:1px solid #e7dfd4;font-size:11px}.utility-inner{max-width:1180px;margin:auto;padding:7px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.track-order{text-decoration:underline;text-underline-offset:2px;font-weight:800}.utility-proof{display:flex;align-items:center;gap:6px;white-space:nowrap}.stars{color:#f5a623;letter-spacing:1px}.dot-sep{opacity:.45}.marquee-bar{background:#29231e;color:#fff;overflow:hidden;white-space:nowrap;border-bottom:1px solid #1f1a16}.marquee-track{display:flex;width:max-content;animation:coastMarquee 28s linear infinite;font-size:11px;font-weight:850;letter-spacing:.035em;padding:8px 0}.marquee-track span{display:inline-block}@keyframes coastMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}.site-header-inner{max-width:1180px;margin:auto;padding:15px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand-logo{font-family:Georgia,serif;font-size:34px;font-weight:800;color:#2b2723;line-height:1}.brand-logo span{color:var(--orange)}.header-proof{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:750;white-space:nowrap}.header-sold{color:var(--green);font-weight:900}.page-wrap{max-width:1180px;margin:auto;padding:0 24px}.hero-section{background:#fff;padding:28px 0}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:36px;align-items:start}.gallery-shell{position:relative;min-width:0}.gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:16px;background:var(--soft);box-shadow:var(--shadow);scrollbar-width:none}.gallery-track::-webkit-scrollbar{display:none}.gallery-slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:4/5}.gallery-slide img{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;top:42%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:#ffffffeb;box-shadow:0 6px 18px #0000001a;display:grid;place-items:center;font-size:26px;cursor:pointer;z-index:2}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.gallery-dot{width:7px;height:7px;border:0;border-radius:50%;background:#c9c2b8;padding:0;cursor:pointer}.gallery-dot.active{background:var(--green);transform:scale(1.15)}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.gallery-thumb{border:1px solid var(--line);background:#fff;border-radius:9px;padding:2px;overflow:hidden;cursor:pointer}.gallery-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px}.gallery-thumb.active{border:2px solid var(--green)}.swipe-label{display:none;text-align:center;margin-top:8px;font-size:11px;color:var(--muted);font-weight:700}.product-label{display:inline-block;font-size:12px;font-weight:850;color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.hero-copy h1{font-size:42px;line-height:1.04;letter-spacing:-.035em;margin:0 0 13px;font-weight:950}.hero-summary{font-size:15px;color:#4d4a45;margin:0 0 16px;max-width:650px}.hero-bullets{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:8px}.hero-bullets li{font-size:13.5px;font-weight:700;display:flex;gap:9px;align-items:flex-start}.hero-bullets li:before{content:"\2713";color:var(--green);font-weight:950}.prebuy-proof{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid #eee7de;border-bottom:1px solid #eee7de;padding:10px 0;margin:10px 0;font-size:11.5px}.proof-divider{width:1px;height:16px;background:#d7d0c8}.ship-strip{background:#eef3d6;border:1px solid #dce3bc;border-radius:8px;padding:9px 10px;margin:0 0 10px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:800}.live-clock{width:18px;height:18px;border:1.8px solid var(--green);border-radius:50%;position:relative;display:inline-block}.clock-hour,.clock-minute{position:absolute;left:50%;bottom:50%;width:1.5px;background:var(--green);transform-origin:bottom center;border-radius:2px}.clock-hour{height:5px;animation:hourHand 12s linear infinite}.clock-minute{height:7px;animation:minuteHand 3s linear infinite}.clock-dot{position:absolute;width:3px;height:3px;background:var(--green);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}@keyframes hourHand{to{transform:rotate(360deg)}}@keyframes minuteHand{to{transform:rotate(360deg)}}.offer-box{border:1px solid #cbd8d2;border-radius:14px;padding:13px;background:#fbfffd}.offer-kicker{font-size:11px;text-transform:uppercase;color:var(--orange);letter-spacing:.12em;font-weight:900;margin-bottom:2px}.offer-heading{font-size:21px;font-weight:950;margin-bottom:8px}.bundle-option{width:100%;position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;text-align:left;padding:12px;border:1px solid #d6d6d0;border-radius:10px;margin-top:8px;background:#fff;cursor:pointer;color:var(--ink)}.bundle-option.selected{border:2px solid var(--green);background:#f4faf7}.bundle-radio{width:18px;height:18px;border:2px solid var(--green);border-radius:50%;position:relative;flex:none}.bundle-option.selected .bundle-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:var(--green);border-radius:50%}.bundle-copy strong{font-size:14.5px;display:block}.bundle-copy small{font-size:11px;color:var(--muted);display:block;margin-top:2px}.bundle-price{text-align:right;display:grid}.bundle-price b{font-size:17px}.compare{font-size:10.5px;color:#9a938b;text-decoration:line-through}.per{font-size:10.5px;color:var(--green);font-weight:900;margin-top:1px}.bundle-badge{position:absolute;right:8px;top:-8px;background:var(--green);color:#fff;font-size:8.5px;font-weight:900;letter-spacing:.06em;padding:3px 7px;border-radius:999px}.add-cart-btn{display:block;margin-top:11px;text-align:center;background:var(--green);color:#fff;padding:13px 18px;border-radius:8px;font-weight:950;box-shadow:0 8px 18px #0c4a3f29}.add-cart-btn:hover{background:#083f35}.offer-trust{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;font-size:10.5px;font-weight:850;color:var(--green);margin-top:9px}.mini-accordion{margin-top:10px;border-top:1px solid #e8e3dc}.mini-accordion details{border-bottom:1px solid #e8e3dc;padding:8px 0}.mini-accordion summary{cursor:pointer;font-size:11.5px;font-weight:850}.mini-accordion p{font-size:11.5px;color:var(--muted);margin:7px 0 1px}.content-section{padding:58px 0}.section-white{background:#fff}.section-soft{background:#f7f5ef}.section-peach{background:var(--peach)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--green);font-size:10.5px;text-align:center}.content-section h2,.final-cta h2{font-size:40px;line-height:1.03;letter-spacing:-.035em;text-align:center;margin:6px auto 24px;max-width:840px;font-weight:950}.section-sub{max-width:720px;text-align:center;margin:-10px auto 28px;color:var(--muted);font-size:14px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{background:#fff;border-radius:14px;padding:20px;box-shadow:var(--shadow);border:1px solid #eee7dd}.feature-icon{width:36px;height:36px;border-radius:50%;background:#edf4f1;color:var(--green);display:grid;place-items:center;font-weight:950;margin-bottom:12px}.feature-card h3{font-size:17px;margin:0 0 7px;line-height:1.2}.feature-card p{font-size:12.5px;color:#5e5a55;margin:0}.mirror-line{font-size:13px;text-align:center;color:var(--green);font-weight:800;margin:-10px auto 24px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.review-card{background:#fff;border:1px solid #e7dfd5;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.review-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.review-body{padding:15px}.review-body .stars{font-size:12px}.review-body p{font-size:12.5px;margin:7px 0 9px}.review-name{font-size:10.5px;font-weight:800;color:var(--muted)}.split-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.section-image{border-radius:16px;aspect-ratio:4/3;object-fit:cover;width:100%}.stacked-points{display:grid;gap:16px}.point{border-bottom:1px solid #e5ddd4;padding-bottom:14px}.point:last-child{border-bottom:0}.point b{display:block;font-size:15px;margin-bottom:4px}.point p{font-size:12.5px;color:var(--muted);margin:0}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:32px 1fr;gap:11px;align-items:start}.step>span{width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900}.step h3{margin:2px 0 4px;font-size:16px}.step p{margin:0;color:var(--muted);font-size:12.5px}.table-wrap{overflow-x:auto}.compare-table{width:100%;max-width:860px;margin:auto;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #ded8cf;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.compare-table th,.compare-table td{padding:12px 15px;border-bottom:1px solid #ece6de;font-size:12px;text-align:left}.compare-table th{background:#f3f7f5;color:var(--green);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.compare-table tr:last-child td{border-bottom:0}.compare-table td:first-child{font-weight:800;width:50%}.section-cta{display:block;max-width:300px;margin:20px auto 0;background:var(--green);color:#fff;text-align:center;padding:12px 16px;border-radius:8px;font-weight:900}.faq{max-width:820px;margin:auto}.faq details{background:#fff;border:1px solid #e3ddd5;border-radius:10px;padding:0 15px;margin-bottom:7px}.faq summary{padding:13px 0;font-weight:850;cursor:pointer;font-size:12.5px}.faq p{font-size:12.5px;color:var(--muted);padding:0 0 13px;margin:0}.final-cta{background:#0e1714;color:#fff;text-align:center;padding:54px 0}.final-cta h2{color:#fff;margin-bottom:13px}.final-cta p{max-width:720px;margin:0 auto 15px;color:#d7dedb;font-size:14px}.final-proof{font-size:12px;font-weight:800;margin:10px 0 0}.final-btn{display:block;max-width:360px;margin:16px auto;background:var(--orange);color:#fff;padding:13px 18px;border-radius:8px;font-weight:950}.final-trust{font-size:10.5px;color:#d8e8e2}.site-footer{background:#090d0b;color:#aaa;padding:22px 24px;text-align:center;font-size:9.5px}.footer-logo{color:#fff;font-size:25px;margin-bottom:8px}.site-footer p{max-width:850px;margin:0 auto 8px;line-height:1.5}@media(max-width:800px){.utility-inner{padding:6px 12px;gap:8px;font-size:9.5px}.utility-proof{gap:4px}.marquee-track{font-size:9.5px;padding:7px 0;animation-duration:24s}.site-header-inner{padding:12px 14px;display:grid;grid-template-columns:auto 1fr;gap:8px 12px}.brand-logo{font-size:28px}.header-proof{justify-content:flex-end;font-size:9.5px;gap:5px}.header-proof .stars{letter-spacing:0}.header-sold{display:block}.page-wrap{padding:0 14px}.hero-section{padding:14px 0 22px}.hero-grid{grid-template-columns:1fr;gap:17px}.gallery-track{touch-action:pan-x pinch-zoom;-webkit-overflow-scrolling:touch}.gallery-slide{aspect-ratio:4/5}.gallery-arrow,.gallery-thumbs{display:none}.swipe-label{display:block}.hero-copy h1{font-size:33px}.hero-summary{font-size:14px}.hero-bullets li{font-size:12.5px}.prebuy-proof{justify-content:center;text-align:center;font-size:10.5px}.ship-strip{font-size:11.5px}.bundle-option{padding:11px 9px;gap:8px}.bundle-copy strong{font-size:13.5px}.bundle-price b{font-size:16px}.offer-trust{display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:5px 8px}.offer-trust span:nth-child(2){grid-column:1/-1;grid-row:2}.content-section{padding:43px 0}.content-section h2,.final-cta h2{font-size:31px}.feature-grid,.review-grid,.split-grid{grid-template-columns:1fr}.review-grid{gap:12px}.split-grid.reverse-mobile .section-image{order:0}.mirror-line{font-size:11.5px;line-height:1.5}.compare-table th,.compare-table td{padding:10px 8px;font-size:10.5px}.track-order{font-size:9.5px}}@media(max-width:420px){.utility-proof{font-size:8.8px}.utility-proof .dot-sep{display:none}.header-proof{display:grid;grid-template-columns:auto auto;justify-content:end;line-height:1.15}.header-sold{grid-column:1/-1;text-align:right}}.bundle-option.selected{border-color:var(--orange)!important;background:#fff8f3!important}.bundle-radio{border-color:var(--orange)!important}.bundle-option.selected .bundle-radio:after{background:var(--orange)!important}.bundle-badge{background:var(--orange)!important}.add-cart-btn{background:var(--orange)!important;box-shadow:0 8px 18px #d65f282e!important}.four-chamber-image-wrap{max-width:760px;margin:0 auto 22px;background:#fff;border:1px solid #eadfd4;border-radius:14px;padding:10px;box-shadow:var(--shadow)}.four-chamber-image-wrap img{width:100%;height:auto;display:block;border-radius:10px}.research-tab{max-width:760px;margin:0 auto 24px;background:#f8f4ec;border:1px solid #e3dacf;border-radius:10px;overflow:hidden}.research-tab summary{cursor:pointer;padding:11px 14px;color:var(--green);font-size:12px;font-weight:900;text-align:center}.research-tab-body{border-top:1px solid #e3dacf;padding:12px 14px 14px}.research-tab-body p{margin:0 auto 10px;max-width:680px;text-align:center;color:var(--muted);font-size:11.5px}.research-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;align-items:center}.research-logos img{width:100%;max-height:54px;object-fit:contain;background:#fff;border-radius:7px;padding:5px}@media(max-width:800px){.four-chamber-image-wrap{margin-bottom:15px;padding:7px}.research-tab{margin-bottom:18px}.research-logos{gap:5px}.research-logos img{max-height:44px}}.before-after-section{padding-top:50px;padding-bottom:50px}.ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ba-card{position:relative;background:#fbf7f1;border:1px solid #e7ddd1;border-radius:14px;padding:16px;box-shadow:var(--shadow)}.ba-story{padding:4px 0 10px}.ba-story.after{padding-top:10px}.ba-label{display:inline-block;font-size:9px;font-weight:950;letter-spacing:.12em;color:var(--orange);margin-bottom:6px}.ba-story.after .ba-label{color:var(--green)}.ba-story h3{margin:0 0 5px;font-size:15px;line-height:1.18}.ba-story p{margin:0;color:var(--muted);font-size:12px}.ba-arrow{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e2d8cd;color:var(--green);font-weight:900;margin:0 auto}.ba-name{margin-top:10px;padding-top:9px;border-top:1px solid #e7ddd1;font-size:10.5px;color:#67625c;font-weight:800}@media(max-width:800px){.before-after-section{padding-top:40px;padding-bottom:40px}.ba-grid{grid-template-columns:1fr;gap:10px}.ba-card{display:grid;grid-template-columns:1fr auto 1fr;gap:9px;align-items:center;padding:13px}.ba-story,.ba-story.after{padding:0}.ba-story h3{font-size:13px}.ba-story p{font-size:11px;line-height:1.35}.ba-arrow{width:24px;height:24px;font-size:13px}.ba-name{grid-column:1/-1;margin-top:2px;padding-top:8px}}.bundle-option.selected{border-color:var(--green)!important;background:#f4faf7!important}.bundle-radio{border-color:var(--green)!important}.bundle-option.selected .bundle-radio:after{background:var(--green)!important}.bundle-badge{background:var(--green)!important}.add-cart-btn{background:var(--orange)!important;color:#fff!important;box-shadow:0 8px 18px #d65f282e!important}.add-cart-btn:hover{background:#bd4e1d!important}.payment-methods{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px;max-width:360px;margin:9px auto 2px}.payment-icon{display:flex;align-items:center;justify-content:center;min-width:42px;height:27px}.payment-icon svg{width:auto;height:25px;max-width:46px;display:block}@media(max-width:800px){.gallery-slide{aspect-ratio:4/5!important}.gallery-slide img{width:100%;height:100%;object-fit:cover}.payment-methods{max-width:320px;gap:5px;margin-top:8px}.payment-icon{min-width:38px;height:25px}.payment-icon svg{height:23px;max-width:43px}}.bg-cream{background:var(--cream)}.container{max-width:1180px;margin:auto;padding:0 24px}.center{text-align:center}.section-h{font-size:40px;line-height:1.03;letter-spacing:-.035em;font-weight:950}.sub{color:var(--muted);font-size:14px}.ba-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 14px;scrollbar-width:none}.ba-track::-webkit-scrollbar{display:none}.ba-card{flex:0 0 calc((100% - 32px)/3);scroll-snap-align:start;background:#fff;border:1px solid #e6ddd2;border-radius:14px;padding:18px;box-shadow:var(--shadow)}.ba-quote{font-size:13px;line-height:1.5;margin-bottom:10px}.ba-attribution{font-size:11px;font-weight:800;color:var(--muted);margin-bottom:12px}.ba-imgs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ba-imgs img,.ba-shot{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:8px}.ba-swipe-note{display:none}.ba-social-line{text-align:center;max-width:720px;margin:18px auto 0;color:var(--green);font-size:12px;font-weight:800}#baPrevBtn,#baNextBtn{cursor:pointer}.review-aggregate-section{background:#fbefe4}.agg-top{text-align:center;max-width:520px;margin:0 auto 28px}.agg-score{font-family:Georgia,serif;font-size:58px;font-weight:800;line-height:1;margin-top:6px}.agg-count{color:var(--muted);font-size:13px;margin-top:8px}.agg-bars{display:grid;gap:8px;margin:22px auto 0;max-width:430px}.agg-bar-row{display:grid;grid-template-columns:50px 1fr 46px;gap:10px;align-items:center;font-size:11px;color:#6d6259;text-align:left}.agg-bar-track{height:7px;background:#efd8c4;border-radius:999px;overflow:hidden}.agg-bar-fill{height:100%;background:var(--orange);border-radius:999px}.agg-sold{font-size:12px;color:#6d6259;margin-top:16px;font-weight:700}.photo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:0 auto 28px}.dog-tile{border-radius:10px;overflow:hidden;background:#eee}.dog-tile img{width:100%;aspect-ratio:4/5;object-fit:cover}.customer-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.customer-review-card{background:#fff;border:1px solid #e6ddd2;border-radius:12px;padding:15px;box-shadow:var(--shadow)}.customer-review-card:nth-child(n+10){display:none}.customer-review-card.show-more{display:block}.customer-review-stars{color:#f5a623;letter-spacing:1px;font-size:12px}.customer-review-card p{font-size:12px;line-height:1.48;color:#433f3a;margin:8px 0 10px}.customer-review-name{font-size:10.5px;font-weight:850;color:var(--muted)}.load-more-reviews{display:block;margin:18px auto 0;border:1px solid var(--green);background:#fff;color:var(--green);padding:10px 18px;border-radius:8px;font-weight:900;cursor:pointer}.payment-methods{max-width:310px!important}.payment-icon{min-width:42px!important}.payment-icon svg{height:26px!important;max-width:48px!important}@media(max-width:800px){.container{padding:0 14px}.section-h{font-size:31px}.ba-card{flex:0 0 88%;padding:14px}.ba-swipe-note{display:block;flex:0 0 100%;font-size:10px;color:var(--muted);font-weight:700;text-align:center}.photo-grid{grid-template-columns:repeat(3,1fr);gap:7px}.customer-review-grid{grid-template-columns:1fr}.customer-review-card:nth-child(n+7){display:none}.customer-review-card.show-more{display:block}.agg-score{font-size:50px}.payment-methods{max-width:270px!important;gap:5px!important}}.coast-header{background:#fff;border-bottom:1px solid #ece6de}.coast-header-inner{min-height:58px}.coast-header-logo{font-size:31px}.payment-logo-strip{max-width:300px!important;margin:9px auto 2px!important}.payment-logo-strip img{width:100%;height:auto;display:block}.top-before-after{padding-top:48px!important;padding-bottom:48px!important}.top-before-after .container:first-child{margin-bottom:0}.selling-fast-card{margin-top:14px;padding:14px 0 4px;border-top:1px solid #e8e3dc}.selling-fast-title{font-size:18px;font-weight:950;line-height:1.1}.selling-fast-sub{font-size:12px;color:#514d47;margin-top:3px}.selling-fast-progress{height:8px;margin-top:11px;background:#e9e9e9;border-radius:999px;overflow:hidden}.selling-fast-progress span{display:block;width:89%;height:100%;background:var(--green)}.selling-fast-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;margin-top:7px}.selling-fast-meta strong{color:var(--green);font-size:12px}.review-photo-grid{max-width:760px;grid-template-columns:repeat(6,1fr)!important;gap:7px!important;margin-bottom:22px!important}.review-photo-grid .dog-tile img{aspect-ratio:1/1!important}.customer-review-name{line-height:1.35}@media(max-width:800px){.coast-header-inner{min-height:52px;padding:9px 14px!important}.coast-header-logo{font-size:27px}.utility-proof{font-size:9px}.payment-logo-strip{max-width:255px!important}.top-before-after{padding-top:38px!important;padding-bottom:38px!important}.selling-fast-card{margin-top:12px}.selling-fast-title{font-size:17px}.selling-fast-meta,.selling-fast-meta strong{font-size:11px}.review-photo-grid{max-width:330px;grid-template-columns:repeat(3,1fr)!important;gap:6px!important}}.hero-summary{max-width:620px}.mini-accordion p,.faq p{line-height:1.55}.faq summary{line-height:1.35}@media(max-width:800px){.gallery-slide{aspect-ratio:4/5!important}.gallery-slide img{width:100%;height:100%;object-fit:cover}.hero-copy h1{font-size:31px;line-height:1.05}.hero-summary{font-size:13.5px;line-height:1.5}.hero-bullets li{font-size:12.5px;line-height:1.42}.mini-accordion summary{font-size:12px;line-height:1.35}.mini-accordion p{font-size:11.5px}.faq summary{font-size:12.5px}.faq p{font-size:12px}.final-cta p{font-size:13px;line-height:1.55}}.marquee-track{animation-duration:44s!important;font-size:10px!important;padding:6px 0!important;letter-spacing:.025em!important}.hero-section{padding-top:34px;padding-bottom:36px}.hero-grid{gap:42px}.hero-copy>*+*{margin-top:2px}.hero-summary{max-width:590px;line-height:1.58;margin-bottom:20px}.hero-bullets{gap:10px;margin-bottom:20px}.prebuy-proof{margin-top:14px;margin-bottom:14px;padding-top:12px;padding-bottom:12px}.ship-strip{margin-bottom:14px}.offer-box{margin-top:4px;padding:15px}.mini-accordion{margin-top:14px}.selling-fast-card{margin-top:18px;padding-top:17px}.content-section{padding-top:66px;padding-bottom:66px}.final-cta-lead,.final-cta-follow{max-width:720px;margin-left:auto!important;margin-right:auto!important}.final-cta-follow{margin-top:14px!important}.top-before-after .ba-track{align-items:stretch}.top-before-after .ba-card{min-width:0}.top-before-after .ba-quote,.top-before-after .ba-attribution{width:100%;max-width:none}.top-before-after .ba-imgs{width:100%}.top-before-after .ba-imgs img{display:block;min-width:0}@media(max-width:800px){.marquee-track{animation-duration:52s!important;font-size:8.8px!important;padding:5px 0!important}.hero-section{padding-top:22px!important;padding-bottom:30px!important}.hero-grid{gap:24px!important}.hero-copy h1{margin-bottom:14px!important}.hero-summary{font-size:14px!important;line-height:1.55!important;margin-bottom:18px!important}.hero-bullets{gap:10px!important;margin-bottom:18px!important}.prebuy-proof{margin-top:14px!important;margin-bottom:14px!important;padding:12px 0!important}.ship-strip{margin-bottom:14px!important}.offer-box{padding:14px!important}.mini-accordion{margin-top:14px!important}.selling-fast-card{margin-top:18px!important;padding-top:16px!important}.content-section{padding-top:50px!important;padding-bottom:50px!important}.top-before-after{padding-top:46px!important;padding-bottom:46px!important}.top-before-after .container{padding-left:16px!important;padding-right:16px!important;overflow:hidden}.top-before-after .section-h{font-size:34px!important;line-height:1.08!important;margin-bottom:14px!important}.top-before-after .sub{font-size:14px!important;line-height:1.5!important;margin-bottom:22px!important}.top-before-after .ba-track{display:flex!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;padding:2px 2px 16px!important}.top-before-after .ba-card{flex:0 0 88%!important;width:88%!important;max-width:88%!important;min-width:88%!important;display:block!important;padding:16px!important;scroll-snap-align:center!important;overflow:hidden!important}.top-before-after .ba-quote{font-size:15px!important;line-height:1.5!important;margin-bottom:12px!important;white-space:normal!important;overflow-wrap:anywhere!important}.top-before-after .ba-attribution{font-size:12px!important;line-height:1.4!important;margin-bottom:14px!important;white-space:normal!important;overflow-wrap:anywhere!important}.top-before-after .ba-imgs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important}.top-before-after .ba-imgs img{width:100%!important;height:auto!important;aspect-ratio:4/5!important;object-fit:cover!important;border-radius:8px!important}#baPrevBtn,#baNextBtn{display:none!important}.ba-swipe-note{display:block!important;margin-top:8px!important}.ba-social-line{font-size:13px!important;line-height:1.5!important;padding:0 10px!important;margin-top:20px!important}.review-aggregate-section{padding-top:52px!important;padding-bottom:52px!important}.customer-review-card{padding:16px!important}.final-cta{padding:58px 0 62px!important}.final-cta h2{font-size:34px!important;line-height:1.08!important;margin-bottom:20px!important;padding:0 8px!important}.final-cta-lead,.final-cta-follow{font-size:14px!important;line-height:1.58!important;padding:0 8px!important}.final-cta-follow{margin-top:16px!important;margin-bottom:22px!important}.final-proof{line-height:1.5!important;margin-top:16px!important}.final-btn{margin-top:20px!important;margin-bottom:18px!important;padding:15px 16px!important;font-size:15px!important}.final-trust{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;line-height:1.4!important}.site-footer{padding:28px 18px 40px!important}.site-footer p{font-size:10.5px!important;line-height:1.55!important}}.ba-scroll-indicator{display:none;align-items:center;justify-content:center;gap:9px;margin:0 auto 12px;color:var(--green);font-size:12px;font-weight:900;text-align:center}.ba-scroll-arrow{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#edf4f1;border:1px solid #cfe0da;color:var(--green);font-size:15px;line-height:1}.agg-score{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-style:normal!important;font-weight:900!important;letter-spacing:0!important;transform:none!important;writing-mode:horizontal-tb!important;white-space:nowrap!important}.compare-table{max-width:940px!important}.compare-table th{font-size:12.5px!important}.compare-table td{font-size:13px!important;line-height:1.48!important}@media(max-width:800px){.ba-scroll-indicator{display:flex!important;margin-top:2px!important;margin-bottom:14px!important}.ba-swipe-note{display:none!important}.table-wrap{overflow:visible!important;margin:0!important}.compare-table{width:100%!important;min-width:0!important;max-width:none!important;table-layout:fixed!important}.compare-table th,.compare-table td{padding:14px 10px!important;font-size:12.5px!important;line-height:1.5!important;vertical-align:top!important;overflow-wrap:anywhere!important;word-break:normal!important}.compare-table th{font-size:12px!important;letter-spacing:.02em!important}.compare-table td:first-child{width:50%!important}.agg-score{font-size:48px!important;line-height:1!important;margin-top:8px!important}}.ba-scroll-indicator{margin:12px auto 14px!important}@media(max-width:800px){.top-before-after .ba-track{padding-bottom:8px!important;margin-bottom:0!important}.ba-scroll-indicator{margin:10px auto 14px!important}.ba-social-line{margin-top:0!important}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/coastline-onepage.css.map */
