*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #ffffff;--off-white: #f7f6f3;--light: #eeede9;--mid: #c8c5bc;--dark: #1a1a18;--muted: #6b6a65;--serif: "DM Serif Display", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--white);color:var(--dark);font-size:16px;line-height:1.6;font-weight:300}#MainContent{padding-top:72px}img{max-width:100%}a{color:inherit}.cg-nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;padding:1.25rem 4vw;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--light);gap:1rem}.nav-logo{font-family:var(--serif);font-size:1.3rem;letter-spacing:.02em;color:var(--dark);text-decoration:none;flex-shrink:0;margin-right:auto}.nav-logo img{max-height:34px;display:block}.nav-links{display:flex;gap:1.5rem;list-style:none;align-items:center;flex-shrink:0}.nav-links a{font-size:.8rem;font-weight:400;color:var(--muted);text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:color .2s;white-space:nowrap}.nav-links a:hover{color:var(--dark)}.nav-cta{background:var(--dark);color:var(--white)!important;padding:.5rem 1.25rem;border-radius:2rem;font-weight:500!important}.nav-cta:hover{background:#333!important}.nav-burger{display:none;background:none;border:none;cursor:pointer;padding:.5rem .5rem .5rem 0;flex-direction:column;gap:5px}.nav-burger span{display:block;width:20px;height:1.5px;background:var(--dark);transition:transform .25s,opacity .2s}.nav-burger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--light);padding:.75rem 4vw 1.5rem;display:none;opacity:0;transform:translateY(-8px);transition:opacity .2s,transform .25s;box-shadow:0 16px 32px #00000014}.mobile-menu.open{display:block;opacity:1;transform:translateY(0)}.mobile-menu ul{list-style:none;display:flex;flex-direction:column}.mobile-menu li{border-bottom:1px solid var(--light)}.mobile-menu li:last-child{border-bottom:none}.mobile-menu a:not(.btn-primary){display:block;padding:.9rem .25rem;font-size:.85rem;font-weight:400;color:var(--dark);text-decoration:none;letter-spacing:.05em;text-transform:uppercase}.mobile-menu-cta{display:block;text-align:center;margin-top:1rem}.hero{min-height:65vh;display:flex;align-items:center;padding:4.5rem 4vw 5rem;background:var(--off-white);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-10%;right:-5%;width:55%;height:110%;background:var(--light);clip-path:polygon(10% 0%,100% 0%,100% 100%,0% 100%);z-index:0}.hero-content{position:relative;z-index:1;max-width:560px}.hero-eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.hero h1{font-family:var(--serif);font-size:clamp(2.8rem,6vw,5rem);line-height:1.08;font-weight:400;margin-bottom:1rem}.hero h1 em{font-style:italic;color:var(--muted)}.hero-body{font-size:1.05rem;color:var(--muted);max-width:420px;margin-bottom:1.75rem;font-weight:300}.hero-body strong{color:var(--dark);font-weight:700}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--dark);color:var(--white);padding:.85rem 2rem;border-radius:2rem;font-size:.9rem;font-weight:500;text-decoration:none;letter-spacing:.02em;border:none;cursor:pointer;font-family:var(--sans);transition:background .2s,transform .15s}.btn-primary:hover{background:#333;transform:translateY(-1px)}.btn-secondary{display:inline-block;color:var(--dark);background:transparent;padding:.85rem 2rem;border-radius:2rem;font-size:.9rem;font-weight:400;text-decoration:none;border:1px solid var(--mid);letter-spacing:.02em;cursor:pointer;font-family:var(--sans);transition:border-color .2s,transform .15s}.btn-secondary:hover{border-color:var(--dark);transform:translateY(-1px)}.hero.has-carousel{background:var(--dark);min-height:78vh}.hero.has-carousel:before{display:none}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease;overflow:hidden}.hero-slide.active{opacity:1}.hero-slide-blur{position:absolute;top:-48px;right:-48px;bottom:-48px;left:-48px;background-size:cover;background-position:center;filter:blur(30px) brightness(.5) saturate(1.1)}.hero-slide-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:contain;background-repeat:no-repeat;background-position:78% center}@media(max-width:1100px){.hero-slide-img{background-position:center}}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f0e0cb8,#0f0e0c6b 40%,#0f0e0c14,#0f0e0c40)}.hero.has-carousel .hero-content{max-width:620px}.hero.has-carousel .hero-eyebrow{color:#ffffffbf}.hero.has-carousel h1{color:var(--white);text-shadow:0 2px 24px rgba(0,0,0,.35)}.hero.has-carousel h1 em{color:#ffffff8c}.hero.has-carousel .hero-body{color:#ffffffd1;text-shadow:0 1px 12px rgba(0,0,0,.4)}.hero.has-carousel .hero-body strong{color:var(--white)}.hero-btn-light{background:var(--white);color:var(--dark)}.hero-btn-light:hover{background:var(--off-white)}.hero-btn-outline{color:var(--white);border-color:#ffffff8c}.hero-btn-outline:hover{border-color:var(--white)}.hero-dots{position:absolute;bottom:1.5rem;left:4vw;z-index:2;display:flex;gap:.5rem}.hero-dot{width:9px;height:9px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;padding:0;transition:background .25s,transform .25s}.hero-dot:hover{background:#fff9}.hero-dot.active{background:var(--white);transform:scale(1.25)}.hero-graphic{position:absolute;right:4vw;top:50%;transform:translateY(-50%);z-index:1;display:flex;gap:1.5rem;align-items:flex-end}.hero-graphic .hero-img-sm{width:160px;border-radius:8px;box-shadow:0 12px 40px #0000002e;display:block}.hero-graphic .hero-img-lg{width:175px;border-radius:8px;box-shadow:0 16px 48px #00000047;display:block;margin-bottom:-8px}.slab-wrap{position:relative}.slab-mock{width:100px;background:var(--white);border-radius:6px;border:1px solid var(--mid);overflow:hidden;box-shadow:0 8px 32px #00000014}.slab-mock.tall{width:120px}.slab-top{background:var(--dark);color:var(--white);font-size:.55rem;font-weight:500;letter-spacing:.1em;text-align:center;padding:.35rem .5rem;text-transform:uppercase}.slab-grade{font-family:var(--serif);font-size:2.2rem;text-align:center;padding:.6rem 0 .3rem;color:var(--dark);line-height:1}.slab-grade.tall{font-size:2.8rem}.slab-card-area{background:var(--off-white);margin:0 .5rem .5rem;border-radius:3px;height:80px;display:flex;align-items:center;justify-content:center;font-size:.55rem;color:var(--mid);letter-spacing:.05em;text-align:center;padding:.5rem}.slab-card-area.tall{height:100px}.slab-cert{font-size:.5rem;color:var(--mid);text-align:center;padding:.4rem .5rem .6rem;letter-spacing:.05em;border-top:1px solid var(--light)}.slab-shield{position:absolute;top:0;right:0;bottom:0;left:0;border:2.5px solid rgba(26,26,24,.15);border-radius:7px;pointer-events:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{opacity:0;animation:fadeUp .7s forwards}.hero-eyebrow{animation-delay:.1s}.hero h1{animation-delay:.25s}.hero-body{animation-delay:.4s}.hero-btns{animation-delay:.55s}.trust-bar{background:var(--dark);color:var(--white);padding:1rem 0;overflow:hidden}.trust-marquee{display:flex;width:max-content;animation:trust-scroll 28s linear infinite}.trust-bar:hover .trust-marquee{animation-play-state:paused}.trust-track{display:flex;align-items:center;gap:2rem;padding-right:2rem;flex-shrink:0}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.75rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;opacity:.85;white-space:nowrap}.trust-dot{width:6px;height:6px;border-radius:50%;background:var(--white);opacity:.5;flex-shrink:0}@keyframes trust-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.trust-marquee{animation:none;flex-wrap:wrap;justify-content:center;width:100%}.hero-slide{transition:opacity .4s ease}}.cg-section{padding:3rem 4vw}.section-label{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--muted)}.products-intro{max-width:480px;margin-bottom:4rem}.products-intro p{color:var(--muted);font-size:1rem;font-weight:300}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.products-grid.bundles{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-card{background:var(--off-white);border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;display:block;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.product-card.featured-border{border:2px solid #1a1a18}.product-img{height:200px;display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column;gap:.75rem;overflow:hidden}.product-img>img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:1rem;transition:transform .3s}.product-img.duo{flex-direction:row;gap:0}.product-img.duo>img{width:50%;padding:1.1rem .35rem}.product-img.duo>img:first-child{padding-left:.9rem}.product-img.duo>img:last-child{padding-right:.9rem}.product-card:hover .product-img>img{transform:scale(1.04)}.product-badge{position:absolute;top:1rem;right:1rem;background:var(--dark);color:var(--white);font-size:.65rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:2rem;z-index:2}.product-badge.starter{background:var(--muted)}.product-info{padding:1.25rem 1.5rem 1.5rem}.product-name{font-family:var(--serif);font-size:1.25rem;font-weight:400;margin-bottom:.25rem}.product-name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.product-name-row .product-name{margin:0}.colour-dot{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0}.colour-dot.clear{background:transparent;border:1.5px solid #c8c5bc}.colour-dot.black{background:#1a1a18}.product-desc{font-size:.875rem;color:var(--muted);font-weight:300;margin-bottom:1rem}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.1rem;font-weight:500;color:var(--dark)}.product-price span{font-size:.8rem;font-weight:300;color:var(--muted)}.product-view{font-size:.78rem;color:var(--muted);font-weight:400;letter-spacing:.03em}.save-badge{font-size:.7rem;font-weight:500;letter-spacing:.06em;background:#1a1a18;color:#fff;padding:.25rem .75rem;border-radius:2rem;display:inline-block}.save-row{margin-bottom:.85rem}.add-btn{background:var(--dark);color:var(--white);border:none;padding:.55rem 1.25rem;border-radius:2rem;font-family:var(--sans);font-size:.8rem;font-weight:500;cursor:pointer;letter-spacing:.03em;transition:background .2s}.add-btn:hover{background:#333}.bundle-fan{display:flex;align-items:flex-end;gap:6px}.fan-slab{border-radius:4px}.fan-slab.clear{border:1.5px solid rgba(200,200,210,.6);background:#ffffffb3}.fan-slab.black{border:1.5px solid #555;background:#282826d9}.bundle-dots{display:flex;gap:6px}.bundle-dots .colour-dot{width:14px;height:14px}.coming-soon-card{background:var(--off-white);border-radius:12px;overflow:hidden;border:2px dashed var(--mid);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;min-height:320px;gap:1rem;cursor:pointer}.coming-soon-swatches{display:flex;gap:8px;align-items:center;justify-content:center;margin-bottom:.25rem}.coming-soon-swatch{width:20px;height:20px;border-radius:50%;opacity:.4}.coming-soon-label{font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);background:var(--light);padding:.3rem .9rem;border-radius:2rem;margin-bottom:.25rem}.coming-soon-title{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--dark);line-height:1.2}.coming-soon-desc{font-size:.85rem;color:var(--muted);font-weight:300;line-height:1.6;max-width:220px}.notify-btn{background:transparent;color:var(--dark);border:1px solid var(--mid);padding:.5rem 1.25rem;border-radius:2rem;font-family:var(--sans);font-size:.78rem;font-weight:500;cursor:pointer;letter-spacing:.03em;transition:background .2s,border-color .2s;margin-top:.25rem}.notify-btn:hover{background:var(--light);border-color:var(--dark)}.impact{background:var(--dark);padding:2.5rem 4vw;text-align:center;position:relative;overflow:hidden}.impact-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.03;font-family:var(--serif);font-size:20rem;font-weight:400;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;color:var(--white)}.impact-eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-bottom:.75rem;position:relative}.impact-title{font-family:var(--serif);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:400;color:var(--white);line-height:1.1;max-width:800px;margin:0 auto .75rem;position:relative}.impact-title em{font-style:italic;color:#ffffff80}.impact-body{font-size:1rem;color:#fff6;font-weight:300;max-width:500px;margin:0 auto 1.5rem;line-height:1.8;position:relative}.impact .btn-primary{background:var(--white);color:var(--dark);position:relative}.compat-section{background:var(--off-white)}.compat-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.compat-copy{color:var(--muted);font-size:1rem;font-weight:300;line-height:1.8;margin-bottom:2rem}.compat-cards{display:flex;flex-direction:column;gap:1rem}.compat-card{background:var(--white);border-radius:12px;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--light)}.compat-brand-name{font-family:var(--serif);font-size:2.5rem;font-weight:400;color:var(--dark);line-height:1;margin-bottom:.4rem}.compat-brand-label{font-size:.75rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-weight:400}.compat-right{display:flex;align-items:center;gap:.6rem}.compat-supported{font-size:.8rem;font-weight:500;color:var(--dark)}.compat-check{display:inline-block;width:24px;height:24px;background:var(--dark);border-radius:50%;position:relative;flex-shrink:0}.compat-check:after{content:"";position:absolute;top:7px;left:6px;width:12px;height:7px;border-left:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotate(-45deg)}.compat-note{background:var(--light);border-radius:12px;padding:1.25rem 2.5rem;display:flex;align-items:center;gap:1rem}.compat-note-icon{width:36px;height:36px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.compat-note-icon span{width:14px;height:8px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg);margin-top:-3px;display:block}.compat-note p{font-size:.875rem;color:var(--muted);font-weight:300;line-height:1.6;margin:0}.why-section{background:var(--dark)}.why-section .section-label{color:#fff6}.why-section .section-title{color:var(--white)}.why-heading{margin-bottom:3.5rem}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#ffffff14;border-radius:16px;overflow:hidden}.why-cell{background:var(--dark);padding:2.5rem 2rem}.why-num{font-family:var(--serif);font-size:2.5rem;color:#ffffff1f;line-height:1;margin-bottom:1.5rem}.why-icon{width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.why-title{font-size:1rem;font-weight:500;color:var(--white);margin-bottom:.6rem}.why-desc{font-size:.875rem;color:#ffffff73;font-weight:300;line-height:1.7}.wi-check{width:12px;height:7px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg);margin-top:-2px;opacity:.7}.wi-circle{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.7)}.wi-square{width:14px;height:14px;background:#ffffffb3;border-radius:2px}.wi-arc{width:16px;height:10px;border-radius:50% 50% 0 0;border:2px solid rgba(255,255,255,.7);border-bottom:none}.wi-chev{width:6px;height:6px;border-right:2px solid rgba(255,255,255,.7);border-bottom:2px solid rgba(255,255,255,.7);transform:rotate(-45deg);margin-left:-3px}.pricing-section{background:var(--off-white)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:3rem}.pricing-card{background:var(--white);border-radius:12px;padding:2rem 1.75rem;border:1px solid var(--light);transition:border-color .2s;display:flex;flex-direction:column}.pricing-card:hover{border-color:var(--mid)}.pricing-card.featured{background:var(--dark);color:var(--white);border-color:var(--dark)}.pricing-type{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.pricing-card.featured .pricing-type{color:#ffffff80}.pricing-price{font-family:var(--serif);font-size:2.5rem;line-height:1;margin-bottom:.25rem}.pricing-save-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.pricing-save-badge{font-size:.68rem;font-weight:500;letter-spacing:.06em;background:#1a1a18;color:#fff;padding:.2rem .65rem;border-radius:2rem}.pricing-card.featured .pricing-save-badge{background:#fff3}.pricing-rrp{font-size:.78rem;color:#aaa9a4;text-decoration:line-through;font-weight:300}.pricing-card.featured .pricing-rrp{color:#ffffff4d}.pricing-per{font-size:.8rem;color:var(--muted);font-weight:300;margin-bottom:1.5rem}.pricing-card.featured .pricing-per{color:#ffffff80}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem;flex:1}.pricing-features li{font-size:.875rem;font-weight:300;color:var(--muted);padding-left:1.2rem;position:relative}.pricing-card.featured .pricing-features li{color:#ffffffb3}.pricing-features li:before{content:"\2013";position:absolute;left:0;color:var(--mid)}.pricing-card.featured .pricing-features li:before{color:#ffffff4d}.pricing-btn{display:block;text-align:center;padding:.75rem;border-radius:2rem;font-size:.85rem;font-weight:500;letter-spacing:.03em;cursor:pointer;border:none;font-family:var(--sans);transition:opacity .2s,transform .15s;width:100%;margin-top:auto;text-decoration:none}.pricing-btn:hover{opacity:.85;transform:translateY(-1px)}.pricing-card:not(.featured) .pricing-btn{background:var(--off-white);color:var(--dark)}.pricing-card.featured .pricing-btn{background:var(--white);color:var(--dark)}.pricing-note{margin-top:2.5rem;padding:1.5rem 2rem;background:var(--white);border-radius:12px;border:1px solid var(--light);display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.pricing-note p{font-size:.875rem;color:var(--muted);font-weight:300;margin:0}.pricing-note a{color:var(--dark);font-weight:500;text-decoration:underline;text-underline-offset:3px}.swatch-row{display:flex;gap:8px;align-items:center}.swatch{width:18px;height:18px;border-radius:50%;display:inline-block}.swatch.clear{background:transparent;border:1.5px solid #c8c5bc}.swatch.black{background:#1a1a18}.swatch.soon{width:14px;height:14px;opacity:.3}.pp-body{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:calc(100vh - 72px)}.pp-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:3rem 3rem 2rem;position:relative;min-height:500px;background:#111}.pp-visual>img{max-height:430px;max-width:100%;object-fit:contain;filter:drop-shadow(0 16px 48px rgba(0,0,0,.5));transition:opacity .25s,transform .3s}.pp-thumbs{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;max-width:100%}.pp-thumb{width:58px;height:58px;border-radius:9px;border:1.5px solid rgba(255,255,255,.18);background:#ffffff0d;padding:3px;cursor:pointer;flex-shrink:0;transition:border-color .2s,transform .15s}.pp-thumb:hover{border-color:#ffffff80;transform:translateY(-2px)}.pp-thumb.active{border-color:var(--white)}.pp-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}.pp-details{padding:4rem;display:flex;flex-direction:column;justify-content:center;background:var(--off-white);border-left:1px solid var(--light)}.pp-colour-dot{width:16px;height:16px;border-radius:50%;display:inline-block;margin-right:.5rem;vertical-align:middle}.pp-eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;display:flex;align-items:center}.pp-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;margin-bottom:1rem;font-weight:400}.pp-tagline{font-size:1rem;color:var(--muted);font-weight:300;margin-bottom:2rem;line-height:1.7}.pp-case-toggle{display:flex;border:1px solid var(--mid);border-radius:2rem;overflow:hidden;margin-bottom:2rem;max-width:320px}.pp-case-toggle button{flex:1;padding:.65rem 1rem;font-family:var(--sans);font-size:.85rem;font-weight:500;letter-spacing:.04em;border:none;background:transparent;color:var(--muted);cursor:pointer;transition:background .18s,color .18s}.pp-case-toggle button.active{background:var(--dark);color:var(--white);border-radius:2rem}.pp-case-toggle button:not(.active):hover{background:var(--light);color:var(--dark)}.pp-case-toggle button.soldout{color:var(--mid);text-decoration:line-through}.pp-case-toggle button.soldout.active{background:var(--muted);color:var(--white);text-decoration:line-through}.bp-colour-swatch.soldout{opacity:.3;cursor:not-allowed}.bp-colour-swatch.soldout:hover{transform:none}.bp-case-pill.soldout{opacity:.45;cursor:not-allowed;text-decoration:line-through}.bp-case-pill.soldout:not(.active):hover{background:transparent;color:var(--muted);border-color:var(--mid)}.pp-price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.pp-price{font-family:var(--serif);font-size:2.5rem;color:var(--dark);line-height:1}.pp-price-sub{font-size:.85rem;color:var(--muted);font-weight:300}.pp-add-btn{display:inline-block;background:var(--dark);color:var(--white);border:none;padding:1rem 2.5rem;border-radius:2rem;font-family:var(--sans);font-size:.95rem;font-weight:500;cursor:pointer;letter-spacing:.03em;transition:background .2s,transform .15s;align-self:flex-start;margin-bottom:2.5rem}.pp-add-btn:hover{background:#333;transform:translateY(-1px)}.pp-add-btn:disabled{opacity:.4;cursor:not-allowed}.pp-features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.pp-features li{font-size:.9rem;color:var(--muted);font-weight:300;padding-left:1.25rem;position:relative}.pp-features li:before{content:"\2013";position:absolute;left:0;color:var(--mid)}.pp-description p{font-size:.9rem;color:var(--muted);font-weight:300;line-height:1.7;margin-bottom:.9rem}.pp-description p strong{color:var(--dark);font-weight:500}.pp-description ul{list-style:none;display:flex;flex-direction:column;gap:.6rem;padding:0;margin-top:.25rem}.pp-description ul li{font-size:.9rem;color:var(--muted);font-weight:300;padding-left:1.25rem;position:relative}.pp-description ul li:before{content:"\2013";position:absolute;left:0;color:var(--mid)}.bp-header{padding:3rem 4vw;background:var(--off-white);border-bottom:1px solid var(--light)}.bp-header-inner{max-width:600px}.bp-save-badge{display:inline-block;background:var(--dark);color:var(--white);font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem;border-radius:2rem;margin-bottom:1rem}.bp-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:.75rem;font-weight:400}.bp-sub{font-size:1rem;color:var(--muted);font-weight:300;line-height:1.7}.bp-body{padding:3rem 4vw 5rem}.bp-layout{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start;max-width:1100px}.bp-slots{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.bp-slot{background:var(--off-white);border-radius:12px;padding:1.25rem 1.5rem;display:grid;grid-template-columns:2rem 1fr auto;align-items:center;gap:1.25rem;transition:background .2s}.bp-slot.configured{background:var(--light)}.bp-slot-num{font-family:var(--serif);font-size:1.4rem;color:var(--mid);line-height:1;text-align:center}.bp-slot.configured .bp-slot-num{color:var(--dark)}.bp-slot-controls{display:flex;flex-direction:column;gap:.6rem}.bp-slot-label{font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.bp-colour-picker{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.bp-colour-swatch{width:28px;height:28px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .15s,border-color .15s;position:relative}.bp-colour-swatch:hover{transform:scale(1.15)}.bp-colour-swatch.selected{border-color:var(--dark);transform:scale(1.15)}.bp-colour-swatch.clear-swatch{background:transparent;border:2px solid var(--mid)}.bp-colour-swatch.clear-swatch.selected{border-color:var(--dark)}.bp-coming-soon-note{font-size:.7rem;color:var(--mid);font-weight:400;letter-spacing:.04em;font-style:italic;display:flex;align-items:center;gap:.4rem}.bp-coming-soon-dots{display:flex;gap:4px;align-items:center}.bp-coming-soon-dot{width:16px;height:16px;border-radius:50%;opacity:.25}.bp-case-pills{display:flex;gap:.5rem}.bp-case-pill{padding:.3rem .85rem;border-radius:2rem;font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.04em;border:1px solid var(--mid);background:transparent;color:var(--muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.bp-case-pill.active{background:var(--dark);color:var(--white);border-color:var(--dark)}.bp-case-pill:not(.active):hover{background:var(--light);color:var(--dark);border-color:var(--dark)}.bp-slot-preview{width:52px;height:68px;border-radius:5px;border:2px solid var(--mid);background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;flex-shrink:0}.bp-slot-preview.has-img{background:transparent;border:none;border-radius:0;justify-content:center;width:60px;height:76px}.bp-slot-preview.has-img img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.22))}.bp-slot-preview-label{width:100%;text-align:center;font-size:.38rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.2rem 0;background:var(--dark);color:var(--white)}.bp-slot-preview-grade{font-family:var(--serif);font-size:1.4rem;color:var(--dark);line-height:1;padding-top:.35rem}.bp-summary{background:var(--off-white);border-radius:16px;padding:1.75rem 2rem;border:1px solid var(--light);position:sticky;top:90px}.bp-summary-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.bp-summary-title{font-family:var(--serif);font-size:1.4rem}.bp-summary-price{font-family:var(--serif);font-size:2rem}.bp-summary-savings{font-size:.78rem;color:var(--muted);font-weight:300}.bp-summary-list{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.5rem;min-height:2rem}.bp-summary-list li{font-size:.875rem;color:var(--muted);font-weight:300;padding-left:1.2rem;position:relative}.bp-summary-list li:before{content:"\2013";position:absolute;left:0;color:var(--mid)}.bp-summary-list li.empty{font-style:italic;color:var(--mid)}.bp-add-btn{width:100%;padding:1rem;border-radius:2rem;background:var(--dark);color:var(--white);border:none;font-family:var(--sans);font-size:.95rem;font-weight:500;cursor:pointer;letter-spacing:.03em;transition:background .2s,transform .15s,opacity .2s}.bp-add-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.bp-add-btn:disabled{opacity:.4;cursor:not-allowed}.bp-hint{font-size:.75rem;color:var(--mid);text-align:center;margin-top:.75rem;font-weight:300}.bp-progress{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.bp-progress-bar-wrap{flex:1;height:4px;background:var(--light);border-radius:2px;overflow:hidden}.bp-progress-bar{height:100%;background:var(--dark);border-radius:2px;transition:width .3s;width:0}.bp-progress-label{font-size:.78rem;color:var(--muted);font-weight:400;white-space:nowrap}.info-body{max-width:720px;padding:3rem 4vw 5rem}.info-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--light)}.info-section:last-child{border-bottom:none}.info-section h3,.info-body h3{font-family:var(--serif);font-size:1.5rem;font-weight:400;margin-bottom:.75rem}.info-section p,.info-body p{font-size:.95rem;color:var(--muted);font-weight:300;line-height:1.8;margin-bottom:.75rem}.info-section ul,.info-body ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin-bottom:.75rem}.info-section ul li,.info-body ul li{font-size:.95rem;color:var(--muted);font-weight:300;padding-left:1.25rem;position:relative;line-height:1.7}.info-section ul li:before,.info-body ul li:before{content:"\2013";position:absolute;left:0;color:var(--mid)}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.85rem 1rem;border:1px solid var(--light);border-radius:8px;font-family:var(--sans);font-size:.95rem;font-weight:300;color:var(--dark);background:var(--off-white);outline:none;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--mid);background:var(--white)}.contact-form textarea{min-height:140px;resize:vertical}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-submit{background:var(--dark);color:var(--white);border:none;padding:1rem 2.5rem;border-radius:2rem;font-family:var(--sans);font-size:.95rem;font-weight:500;cursor:pointer;letter-spacing:.03em;transition:background .2s,transform .15s;align-self:flex-start}.contact-submit:hover{background:#333;transform:translateY(-1px)}.form-success{background:var(--light);border-radius:8px;padding:1rem 1.25rem;font-size:.9rem;color:var(--dark)}.social-links{display:flex;flex-direction:column;gap:.9rem;margin-top:1.25rem}.social-link{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none;color:var(--dark);transition:opacity .2s;width:fit-content}.social-link:hover{opacity:.7}.social-link-icon{width:40px;height:40px;border-radius:50%;background:var(--dark);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-link-name{font-size:.95rem;font-weight:500}.social-link-sub{font-size:.78rem;color:var(--muted);font-weight:300}.form-errors{background:#fbeaea;border-radius:8px;padding:1rem 1.25rem;font-size:.9rem;color:#b82020}.cg-footer{background:var(--dark);color:var(--white);padding:3rem 4vw 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.footer-brand{font-family:var(--serif);font-size:1.4rem;margin-bottom:.75rem}.footer-tagline{font-size:.85rem;color:#fff6;font-weight:300;line-height:1.7;max-width:240px}.footer-heading{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;color:#ffffffa6;text-decoration:none;font-weight:300;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:1.25rem;font-size:.75rem;color:#ffffff4d;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;grid-column:1 / -1}.cart-toast{position:fixed;bottom:2rem;right:2rem;background:var(--dark);color:var(--white);padding:.85rem 1.5rem;border-radius:2rem;font-size:.875rem;z-index:999;transform:translateY(6rem);opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s}.cart-toast.show{transform:translateY(0);opacity:1}.nav-cart-wrap{position:relative}.nav-cart-btn{position:relative;background:none;border:none;cursor:pointer;color:var(--dark);padding:.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.nav-cart-btn:hover{background:var(--light)}.nav-cart-count{position:absolute;top:-4px;right:-4px;background:var(--dark);color:var(--white);font-size:.6rem;font-weight:600;font-family:var(--sans);width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;letter-spacing:0}.cart-dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:340px;background:var(--white);border-radius:16px;border:1px solid var(--light);box-shadow:0 8px 40px #0000001f;z-index:500;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s,transform .2s cubic-bezier(.34,1.2,.64,1)}.cart-dropdown.open{opacity:1;pointer-events:all;transform:translateY(0)}.cart-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem 1rem;border-bottom:1px solid var(--light)}.cart-dropdown-title{font-family:var(--serif);font-size:1.1rem;font-weight:400}.cart-dropdown-close{background:none;border:none;cursor:pointer;color:var(--muted);font-size:.8rem;padding:.25rem;line-height:1;transition:color .2s}.cart-dropdown-close:hover{color:var(--dark)}.cart-items{max-height:320px;overflow-y:auto}.cart-empty{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;text-align:center}.cart-empty p{font-size:.9rem;color:var(--muted);font-weight:300;margin-bottom:1.25rem}.cart-shop-btn{background:var(--dark);color:var(--white);border:none;padding:.6rem 1.5rem;border-radius:2rem;font-family:var(--sans);font-size:.8rem;font-weight:500;cursor:pointer;transition:background .2s;text-decoration:none}.cart-shop-btn:hover{background:#333}.cart-item{display:grid;grid-template-columns:36px 1fr auto;gap:.75rem;align-items:center;padding:.9rem 1.25rem;border-bottom:1px solid var(--light)}.cart-item:last-child{border-bottom:none}.cart-item-swatch{width:36px;height:36px;border-radius:6px;border:1px solid var(--light);overflow:hidden;flex-shrink:0}.cart-item-swatch img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-info{min-width:0}.cart-item-name{font-size:.875rem;font-weight:500;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-sub{font-size:.75rem;color:var(--muted);font-weight:300;margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.cart-item-price{font-size:.875rem;font-weight:500;color:var(--dark)}.cart-item-remove{background:none;border:none;cursor:pointer;color:var(--mid);font-size:.7rem;font-family:var(--sans);padding:0;transition:color .2s;letter-spacing:.03em}.cart-item-remove:hover{color:var(--dark)}.cart-footer{padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--light);background:var(--off-white)}.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.85rem}.cart-total-label{font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.cart-total-price{font-family:var(--serif);font-size:1.4rem;color:var(--dark)}.cart-checkout-btn{display:block;width:100%;background:var(--dark);color:var(--white);border:none;padding:.85rem;border-radius:2rem;font-family:var(--sans);font-size:.875rem;font-weight:500;cursor:pointer;letter-spacing:.03em;transition:background .2s;margin-bottom:.5rem;text-align:center;text-decoration:none}.cart-checkout-btn:hover{background:#333}.cart-continue-btn{width:100%;background:none;border:none;color:var(--muted);font-family:var(--sans);font-size:.8rem;font-weight:300;cursor:pointer;padding:.25rem;letter-spacing:.03em;transition:color .2s}.cart-continue-btn:hover{color:var(--dark)}.cart-page{max-width:860px}.cart-page-item{display:grid;grid-template-columns:64px 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--light)}.cart-page-item img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--light)}.cart-page-qty{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.cart-page-qty input{width:64px;padding:.4rem .6rem;border:1px solid var(--light);border-radius:2rem;font-family:var(--sans);text-align:center}.cart-page-total{display:flex;justify-content:flex-end;align-items:baseline;gap:1rem;padding:1.5rem 0}.notify-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#1a1a1899;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s}.notify-modal.open{opacity:1;pointer-events:all}.notify-modal-box{background:var(--white);border-radius:16px;padding:2.5rem;max-width:400px;width:90%;text-align:center;transform:translateY(16px);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.notify-modal.open .notify-modal-box{transform:translateY(0)}.notify-modal-swatches{display:flex;gap:8px;justify-content:center;margin-bottom:1.25rem}.notify-modal-swatches span{width:20px;height:20px;border-radius:50%;display:inline-block}.notify-modal-title{font-family:var(--serif);font-size:1.6rem;margin-bottom:.5rem}.notify-modal-desc{font-size:.9rem;color:var(--muted);font-weight:300;line-height:1.7;margin-bottom:1.5rem}.notify-modal-input{width:100%;padding:.85rem 1rem;border:1px solid var(--light);border-radius:8px;font-family:var(--sans);font-size:.95rem;font-weight:300;color:var(--dark);background:var(--off-white);outline:none;transition:border-color .2s;margin-bottom:.75rem}.notify-modal-input:focus{border-color:var(--mid);background:var(--white)}.notify-modal-btn{width:100%;background:var(--dark);color:var(--white);border:none;padding:.85rem;border-radius:2rem;font-family:var(--sans);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s;margin-bottom:.75rem}.notify-modal-btn:hover{background:#333}.notify-modal-close{background:none;border:none;color:var(--muted);font-family:var(--sans);font-size:.85rem;cursor:pointer;font-weight:300;letter-spacing:.04em}.notify-modal-close:hover{color:var(--dark)}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin-top:2rem}.pagination{display:flex;gap:.75rem;justify-content:center;margin-top:2.5rem;font-size:.875rem}.pagination a,.pagination span{padding:.4rem .9rem;border-radius:2rem;border:1px solid var(--light);text-decoration:none;color:var(--muted)}.pagination a:hover{border-color:var(--dark);color:var(--dark)}.customer-body{max-width:480px;padding:3rem 4vw 5rem}.customer-body form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.customer-body input:not([type=checkbox]){width:100%;padding:.85rem 1rem;border:1px solid var(--light);border-radius:8px;font-family:var(--sans);font-size:.95rem;font-weight:300;color:var(--dark);background:var(--off-white);outline:none}.customer-body input:focus{border-color:var(--mid);background:var(--white)}.customer-body a{color:var(--muted);font-size:.85rem}@media(max-width:900px){.why-grid{grid-template-columns:1fr 1fr}.compat-grid-2col{grid-template-columns:1fr;gap:2.5rem}.bp-layout{grid-template-columns:1fr}.bp-summary{position:static}}@media(max-width:768px){#MainContent{padding-top:64px}.cg-nav{padding:1rem 4vw}.nav-burger{display:flex}.nav-logo{margin-right:auto;font-size:1.15rem}.nav-links{display:none}.nav-cart-wrap{margin-left:0}.cart-dropdown{position:fixed;top:60px;right:3vw;left:3vw;width:auto;max-height:calc(100dvh - 80px);display:flex;flex-direction:column}.cart-items{max-height:none;flex:1}.hero{min-height:auto;padding:3.5rem 6vw 3.5rem}.hero.has-carousel{min-height:0;height:clamp(430px,128vw,540px);display:flex;align-items:flex-end;padding-top:0;padding-bottom:4rem}.hero-scrim{background:linear-gradient(180deg,#0f0e0c38,#0f0e0c4d 38%,#0f0e0cd9)}.hero-slide-img{background-position:center 18%}.hero h1{font-size:clamp(2.4rem,11vw,3.2rem)}.hero-body{font-size:.98rem}.hero-btns{width:100%}.hero-btns .btn-primary,.hero-btns .btn-secondary{flex:1 1 auto;text-align:center;padding:.85rem 1.25rem}.hero-dots{left:6vw;bottom:1.25rem}.hero-graphic{display:none}.cg-section{padding:2.5rem 6vw}.products-intro{margin-bottom:2rem}.products-grid,.products-grid.bundles,.collection-grid{grid-template-columns:1fr}.product-img{height:230px}.coming-soon-card{min-height:260px}.impact-watermark{font-size:9rem}.why-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.75rem;background:transparent;border-radius:0;overflow-y:hidden;padding-bottom:.75rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.why-grid::-webkit-scrollbar{display:none}.why-cell{flex:0 0 74%;scroll-snap-align:center;border-radius:14px;border:1px solid rgba(255,255,255,.14)}.why-cell{padding:1.75rem 1.5rem}.why-num,.why-icon{margin-bottom:.9rem}.compat-card{padding:1.5rem}.compat-brand-name{font-size:2rem}.compat-note{padding:1.25rem 1.5rem}.pricing-grid{grid-template-columns:1fr}.pricing-note{padding:1.25rem 1.5rem;gap:.9rem}.cg-footer{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.25rem}.pp-body{grid-template-columns:1fr;min-height:0}.pp-visual{min-height:0;padding:2.5rem 1.5rem 1.5rem;gap:1.25rem}.pp-visual>img{max-height:300px}.pp-thumbs{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;max-width:100%;padding-bottom:.4rem;scrollbar-width:none}.pp-thumbs::-webkit-scrollbar{display:none}.pp-thumb{width:52px;height:52px}.pp-details{padding:2rem 6vw 3rem;border-left:none;border-top:1px solid var(--light)}.pp-add-btn{align-self:stretch;text-align:center}.pp-case-toggle{max-width:none}.bp-header{padding:2rem 6vw}.bp-body{padding:2rem 6vw 4rem}.bp-layout{gap:1.5rem}.bp-slots{margin-bottom:0}.contact-form .form-row{grid-template-columns:1fr}.info-body,.customer-body{padding:2.5rem 6vw 4rem}.cart-toast{left:6vw;right:6vw;text-align:center}}@media(max-width:600px){.bp-slot{grid-template-columns:1fr;gap:.75rem}.bp-slot-num{text-align:left}.bp-slot-preview{display:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
