@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;800;900&family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Poppins:wght@400;500;600;700&display=swap";:root{--clr-ember-red:#e3180d;--clr-ember-crimson:#b0150e;--clr-ember-deep-red:#7f0f0b;--clr-ember-orange:#c97e54;--clr-ember-flame:#d38a58;--clr-sand:#efe1ca;--clr-sand-light:#f6ead6;--clr-sand-dark:#ddccb1;--clr-copper:#b7774e;--clr-teal-dark:#1f2438;--clr-teal-deep:#1a2132;--clr-text-main:#1a1a1a;--clr-text-muted:#4a4a4a;--clr-text-light:#1a1a1a;--clr-text-white:#fff;--clr-heading:#0f0f0f;--clr-bg-page:#f1e4cf;--clr-bg-elevated:#dfccb0;--clr-bg-inverse:#1f2438;--clr-header-bg:#f1e4cfeb;--clr-glass-bg:#f7eddc;--clr-glass-border:#8b7355;--clr-border-subtle:#e5d4bb;--clr-border-panel:#d6c1a2;--clr-card-bg:#f8efe2;--clr-card-bg-hover:#fbf5ea;--clr-card-border:#ccb28f;--clr-surface-overlay-strong:#0f0f0f80;--clr-surface-overlay-soft:#0f0f0f14;--clr-carousel-arrow-bg:#0f0f0fad;--clr-qty-bg:#ecddc4;--clr-hero-overlay-start:#f4e8d247;--clr-hero-overlay-end:#e8d7bc38;--clr-hero-badge-bg:#e3180d;--clr-footer-border:#d2bea0;--font-heading-cinzel:"Cinzel", "Cinzel Bold", Georgia, serif;--font-heading-playfair:"Playfair Display", Georgia, serif;--font-body-montserrat:"Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-body-poppins:"Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--font-brand-wordmark:"CormorantSC SemiBold", "Cormorant SC", Georgia, serif;--font-brand-product-line:"PlayfairDisplay Bold", "Playfair Display", Georgia, serif;--font-brand-tagline:"Cinzel SemiBold", "Cinzel", Georgia, serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--space-3xl:6rem;--container-max-width:1240px;--design-envelope-width:3840px;--design-envelope-height:2400px;--design-envelope-ratio:1.6;--viewport-cap-width:var(--design-envelope-width);--viewport-cap-height:var(--design-envelope-height);--viewport-safe-width:min(100vw, var(--viewport-cap-width));--viewport-safe-height:min(100vh, var(--viewport-cap-height));--header-height-desktop:90px;--header-height-mobile:74px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.35s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 2px 8px #0f0f0f14;--shadow-md:0 8px 24px #0f0f0f1a;--shadow-lg:0 18px 44px #0f0f0f1f;--shadow-ember:0 10px 30px #e3180d3d;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--z-header:100;--z-drawer:200;--z-modal:300;--z-toast:400}@media (width>=2560px){:root{--viewport-safe-width:min(100vw, var(--viewport-cap-width), calc(var(--viewport-safe-height) * var(--design-envelope-ratio)))}}@font-face{font-family:CormorantSC SemiBold;src:url(/fonts/CormorantSC-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PlayfairDisplay Bold;src:url(/fonts/PlayfairDisplay-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Cinzel SemiBold;src:url(/fonts/Cinzel-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body-montserrat);background-color:var(--clr-bg-page);color:var(--clr-text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-image:radial-gradient(circle at 14% 12%,#fff8ecb8 0%,#fff8ec00 45%),radial-gradient(circle at 88% 18%,#bf774e14 0%,#bf774e00 34%),linear-gradient(#fff9ef57 0%,#f1e4cf00 26%);min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-cinzel);letter-spacing:.04em;color:var(--clr-heading);font-weight:700;line-height:1.2}h1{text-transform:uppercase;font-size:clamp(2.2rem,5vw + 1rem,4.2rem)}h2{font-size:clamp(1.8rem,3.5vw + .8rem,3rem)}h3{font-size:clamp(1.4rem,2.5vw + .5rem,2.2rem)}p{margin-bottom:var(--space-md)}p:last-child{margin-bottom:0}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}img,svg{max-width:100%;height:auto;display:block}ul,ol{list-style:none}::selection{background-color:var(--clr-ember-red);color:var(--clr-text-white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--clr-bg-elevated)}::-webkit-scrollbar-thumb{background:var(--clr-ember-crimson);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--clr-ember-red)}:focus-visible{outline:3px solid var(--clr-heading);outline-offset:4px}.brand-wordmark{font-family:var(--font-brand-wordmark);letter-spacing:.07em;font-kerning:normal;text-transform:uppercase;font-weight:600;line-height:1.06}p .brand-wordmark{letter-spacing:.05em;font-size:1.12em;line-height:inherit}.brand-product-line{font-family:var(--font-brand-product-line);letter-spacing:.07em;font-kerning:normal;text-transform:uppercase;font-weight:700;line-height:1.15}.brand-tagline{font-family:var(--font-brand-tagline);letter-spacing:.09em;font-kerning:normal;text-transform:uppercase;font-weight:600;line-height:1.2}.app-container{width:min(100%, var(--viewport-safe-width));background-color:var(--clr-bg-page);flex-direction:column;min-height:100vh;margin-left:auto;margin-right:auto;display:flex;position:relative}.main-content{flex:1 0 auto;width:100%}.container{width:100%;max-width:var(--container-max-width);padding-left:var(--space-lg);padding-right:var(--space-lg);margin-left:auto;margin-right:auto}@media (width<=768px){.container{padding-left:var(--space-md);padding-right:var(--space-md)}}.section{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl);position:relative}@media (width<=768px){.section{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}}@media (width<=390px){.section{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}}.section-primary{color:var(--clr-text-light);background:linear-gradient(#f8eeddcc 0%,#f1e4cfdb 100%)}.section-sand{color:var(--clr-text-main);background:linear-gradient(145deg,#f0e1c8db 0%,#ebd8bbe6 100%)}.section-teal{color:var(--clr-text-main);background:linear-gradient(170deg,#f6ead6f0 0%,#ecddc4eb 100%)}.grid-2{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=992px){.grid-2,.grid-3{gap:var(--space-lg);grid-template-columns:1fr}}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.site-header{width:100%;height:var(--header-height-desktop);background-color:var(--clr-header-bg);z-index:var(--z-header);border-bottom:1px solid var(--clr-border-subtle);transition:all var(--transition-normal);position:sticky;top:0;left:0}.header-content{justify-content:space-between;align-items:center;height:100%;display:flex}.brand-logo{align-items:center;gap:.65rem;text-decoration:none;display:flex}.brand-logo img{width:auto;height:56px}.brand-text-lockup{flex-direction:column;gap:2px;line-height:1;display:inline-flex}.brand-line-1{color:var(--clr-heading);letter-spacing:.08em;font-size:1.24rem}.brand-line-2{color:var(--clr-ember-crimson);letter-spacing:.14em;font-size:.82rem}.nav-menu{align-items:center;gap:var(--space-xl);display:flex}.nav-link{font-family:var(--font-heading-cinzel);letter-spacing:.08em;color:var(--clr-text-light);text-transform:uppercase;align-items:center;min-height:40px;padding:10px 0;font-size:.95rem;font-weight:600;display:inline-flex;position:relative}.nav-link:after{content:"";background-color:var(--clr-ember-red);width:0%;height:2px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--clr-ember-orange)}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-menu-toggle{color:var(--clr-text-light);justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1.5rem;display:none}.header-actions{align-items:center;gap:.75rem;display:flex}.locator-button{border-radius:var(--radius-full);border:1px solid var(--clr-ember-red);background-color:var(--clr-ember-red);min-width:140px;color:var(--clr-text-white);font-family:var(--font-heading-cinzel);letter-spacing:.09em;text-transform:uppercase;transition:all var(--transition-fast);justify-content:center;align-items:center;padding:12px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.locator-button:hover{box-shadow:var(--shadow-ember);transform:translateY(-2px)}@media (width>=861px) and (width<=1100px){.brand-logo{gap:.5rem}.brand-logo img{height:50px}.brand-line-1{letter-spacing:.06em;font-size:1.05rem}.brand-line-2{letter-spacing:.1em;font-size:.7rem}.nav-menu{gap:var(--space-md)}.nav-link{letter-spacing:.06em;font-size:.84rem}}@media (width<=860px){.site-header{height:var(--header-height-mobile)}.mobile-menu-toggle{display:inline-flex}.brand-line-1{letter-spacing:.07em;font-size:1.02rem}.brand-line-2{letter-spacing:.12em;font-size:.72rem}.nav-menu{top:var(--header-height-mobile);background-color:var(--clr-bg-elevated);width:100%;padding:var(--space-xl) var(--space-lg);gap:var(--space-lg);border-bottom:2px solid var(--clr-ember-red);opacity:0;visibility:hidden;transition:all var(--transition-normal);flex-direction:column;position:fixed;left:0;transform:translateY(-150%)}.nav-menu.open{opacity:1;visibility:visible;transform:translateY(0)}}@media (width<=540px){.header-content{padding-left:.35rem;padding-right:.35rem}.brand-logo{gap:.35rem}.brand-logo img{height:44px}.brand-text-lockup{display:inline-flex}.brand-line-1{letter-spacing:.05em;font-size:.86rem}.brand-line-2{letter-spacing:.09em;font-size:.62rem}.locator-button{display:none}.header-actions{gap:.35rem}}.btn{justify-content:center;align-items:center;gap:var(--space-xs);min-height:42px;font-family:var(--font-heading-cinzel);letter-spacing:.08em;text-transform:uppercase;text-align:center;border-radius:var(--radius-sm);transition:all var(--transition-normal);padding:14px 28px;font-size:.95rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.btn-colocated,.button-row-equal{gap:var(--space-md);flex-wrap:wrap;align-items:stretch;display:flex}.btn-colocated .btn,.button-row-equal .btn,.hero-actions .btn{text-align:center;flex:220px;justify-content:center;align-items:center;min-width:220px;max-width:260px}@media (width<=540px){.btn-colocated .btn,.button-row-equal .btn,.hero-actions .btn{flex-basis:auto;width:min(100%,260px);min-width:0;max-width:none}}.btn-ember{background:linear-gradient(135deg, var(--clr-ember-red) 0%, var(--clr-ember-crimson) 100%);color:var(--clr-text-white);box-shadow:var(--shadow-ember)}.btn-ember:hover{transform:translateY(-2px);box-shadow:0 12px 35px #e3180d73}.btn-outline{color:var(--clr-text-main);background:0 0;border:2px solid #8b7355}.btn-outline:hover{border-color:var(--clr-heading);color:var(--clr-heading);background:#0f0f0f0f}.btn-sand{background-color:var(--clr-sand);color:var(--clr-text-main)}.btn-sand:hover{background-color:var(--clr-sand-light);transform:translateY(-2px)}.carousel-wrapper{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);background-color:var(--clr-bg-elevated);position:relative;overflow:hidden}.carousel-viewport{justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative}@media (width<=768px){.carousel-viewport{height:340px}}.carousel-slide{opacity:0;visibility:hidden;background-color:#1f3d4a;justify-content:center;align-items:center;transition:opacity .6s,transform .6s;display:flex;position:absolute;inset:0}.carousel-slide.active{opacity:1;visibility:visible}.carousel-slide-backdrop{filter:blur(22px)saturate(.9);opacity:.45;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.12)}.carousel-slide:after{content:"";z-index:1;background:linear-gradient(#0a141a5c 0%,#0a141a80 100%);position:absolute;inset:0}.carousel-slide img{z-index:2;object-fit:contain;object-position:center center;width:100%;height:100%;position:relative}.carousel-slide-meta{z-index:11;border-left:4px solid var(--clr-ember-red);text-align:center;background:#f1e4cfe6;border-radius:10px;width:min(92%,540px);padding:.85rem 1.1rem;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 8px 22px #0003}.carousel-slide-title{color:var(--clr-heading);margin-bottom:.2rem;font-size:1.2rem}.carousel-slide-subtitle{color:var(--clr-text-main);margin:0;font-size:.88rem}@media (width<=768px){.carousel-slide-meta{width:min(94%,480px);padding:.72rem .9rem;bottom:.8rem}.carousel-slide-title{font-size:1.02rem}.carousel-slide-subtitle{font-size:.8rem}}.carousel-arrow{border-radius:var(--radius-full);background-color:var(--clr-carousel-arrow-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:44px;height:44px;color:var(--clr-text-white);z-index:10;transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background-color:var(--clr-ember-red)}.carousel-arrow.prev{left:var(--space-md)}.carousel-arrow.next{right:var(--space-md)}.carousel-dots{bottom:var(--space-md);gap:var(--space-xs);z-index:10;display:flex;position:absolute;left:50%;transform:translate(-50%)}.carousel-dot{border-radius:var(--radius-full);width:40px;height:40px;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.carousel-dot:before{content:"";border-radius:var(--radius-full);width:10px;height:10px;transition:all var(--transition-fast);background-color:#fff6}.carousel-dot.active{width:40px}.carousel-dot.active:before{background-color:var(--clr-ember-red);width:28px}.site-footer{background-color:var(--clr-sand);color:var(--clr-text-main);padding-top:var(--space-3xl);padding-bottom:var(--space-xl);border-top:4px solid var(--clr-ember-red)}.footer-grid{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}@media (width<=860px){.footer-grid{gap:var(--space-xl);grid-template-columns:1fr}}.footer-brand h2{font-family:var(--font-heading-cinzel);color:var(--clr-text-main);margin-bottom:var(--space-xs)}.footer-brand h2.brand-wordmark{font-family:var(--font-brand-wordmark);letter-spacing:.1em;font-size:clamp(1.55rem,1.1vw + 1rem,2rem);font-weight:600}.footer-brand .brand-tagline{letter-spacing:.11em}.footer-brand p{color:var(--clr-text-muted);font-size:.95rem}.footer-col h4{font-family:var(--font-heading-cinzel);color:var(--clr-text-main);margin-bottom:var(--space-md);text-transform:uppercase;font-size:1.1rem}.footer-links{gap:var(--space-xs);flex-direction:column;display:flex}.footer-links a{color:var(--clr-text-muted);align-items:center;min-height:40px;font-size:.92rem;display:inline-flex}.footer-links a:hover{color:var(--clr-ember-red)}.social-icons{gap:var(--space-md);display:flex}.social-icon-btn{border-radius:var(--radius-full);background-color:var(--clr-bg-inverse);width:40px;height:40px;color:var(--clr-text-white);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.social-icon-btn:hover{background-color:var(--clr-ember-red);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:var(--space-lg);border-top:1px solid var(--clr-footer-border);color:var(--clr-text-muted);font-size:.85rem}.footer-bottom .brand-wordmark,.footer-bottom .brand-product-line,.footer-bottom .brand-tagline{letter-spacing:.08em}.hero-section{--hero-frame-inset:clamp(.7rem, 2vw, 1.4rem);--hero-frame-width:min(1040px, calc(100% - clamp(3.6rem, 10vw, 10rem)));--hero-frame-height:min(780px, calc(100% - (var(--hero-frame-inset) * 2)));min-height:min(calc(var(--viewport-safe-height) * .82), 980px);text-align:center;padding:var(--space-3xl) var(--space-lg);justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden}.hero-background-image{top:var(--hero-frame-inset);height:var(--hero-frame-height);width:var(--hero-frame-width);object-fit:cover;object-position:center center;border-radius:calc(var(--radius-lg) + 4px);box-shadow:var(--shadow-lg);position:absolute;left:50%;transform:translate(-50%)}.hero-overlay{top:var(--hero-frame-inset);height:var(--hero-frame-height);width:var(--hero-frame-width);background:linear-gradient(90deg, var(--clr-hero-overlay-start) 0%, #e8d7bc24 58%, var(--clr-hero-overlay-end) 100%);border-radius:calc(var(--radius-lg) + 4px);z-index:1;position:absolute;left:50%;transform:translate(-50%)}.made-in-canada-badge{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:50%;display:block}.made-in-canada-badge-hero{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:.94;z-index:2;background:#f7eddc94;border:1px solid #7f0f0b42;width:clamp(96px,9vw,132px);height:clamp(96px,9vw,132px);padding:clamp(5px,.45vw,8px);position:absolute;top:clamp(.9rem,1.8vw,1.6rem);right:clamp(.9rem,2.2vw,2.2rem);box-shadow:0 8px 22px #0f0f0f2e}.hero-content{z-index:2;text-align:left;border:1px solid var(--clr-border-panel);border-radius:var(--radius-lg);width:min(620px,100% - 1.25rem);box-shadow:var(--shadow-md);background:#f1e4cfd1;margin:clamp(1rem,4vh,3rem) auto 0 0;padding:clamp(1rem,2.2vw,2rem) clamp(1rem,3vw,2.8rem);position:relative}.hero-description{max-width:560px;color:var(--clr-text-main);margin:0 0 2.5rem;font-size:1.05rem}.hero-description-preview{display:none}.hero-description-full{display:inline}.hero-description-inline-toggle{color:var(--clr-ember-deep-red);letter-spacing:.01em;text-transform:none;font-family:inherit;font-size:.88em;font-weight:600;line-height:inherit;white-space:nowrap;text-underline-offset:2px;vertical-align:baseline;margin-left:.35ch;padding:0 .1rem;text-decoration:underline;text-decoration-thickness:1px;display:none}.hero-badge{background:var(--clr-hero-badge-bg);border:1px solid var(--clr-ember-crimson);color:var(--clr-text-white);font-family:var(--font-heading-cinzel);letter-spacing:.15em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-lg);padding:6px 18px;font-size:.85rem;font-weight:700;display:inline-block}.hero-title{font-family:var(--font-heading-cinzel);letter-spacing:.08em;color:var(--clr-heading);text-shadow:0 3px 12px #0f0f0f40;margin-bottom:var(--space-sm);font-size:clamp(2.5rem,6vw + 1rem,5.5rem);font-weight:900;line-height:1.05}.hero-subtitle{font-family:var(--font-heading-cinzel);color:var(--clr-ember-red);letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-lg);font-size:clamp(1.2rem,3vw,2.4rem);font-weight:800}.hero-tagline{font-family:var(--font-heading-cinzel);letter-spacing:.04em;color:var(--clr-text-light);margin-bottom:var(--space-2xl);font-size:clamp(1.1rem,2vw,1.6rem);font-style:italic;font-weight:500}.hero-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:flex-start;display:flex}@media (width>=769px){.hero-background-image,.hero-overlay{left:50%;transform:translate(-50%)}.hero-background-image{object-position:center center}}@media (width>=1025px){.made-in-canada-badge-hero{right:calc(50% - (var(--hero-frame-width) / 2) + clamp(.9rem, 2.2vw, 2.2rem))}}@media (width>=1920px){.hero-content{margin-left:max(1rem, calc((100% - var(--hero-frame-width)) / 2 - 576px))}}@media (width>=1100px) and (height<=840px){.hero-background-image{object-position:center center}.hero-overlay{background:linear-gradient(90deg,#f4e8d233 0%,#e8d7bc1a 52%,#e8d7bc14 100%)}.hero-content{width:min(560px,100% - 1.25rem);margin-top:clamp(.5rem,2vh,1.25rem)}}@media (width>=769px) and (width<=1024px){.hero-section{--hero-tablet-image-h:clamp(420px, 52vh, 620px);min-height:auto;padding:0;display:block}.hero-background-image,.hero-overlay{width:100%;height:var(--hero-tablet-image-h);border-radius:0;top:0;bottom:auto;left:0;transform:none}.hero-background-image{object-position:50% 36%}.hero-overlay{background:linear-gradient(#1f140c1f 0%,#1f140c52 55%,#1f140ca8 100%)}.hero-content{width:100%;max-width:none;margin:calc(var(--hero-tablet-image-h) - 72px) 0 0;background:#f1e4cfd6;border-bottom:0;border-left:0;border-right:0;border-radius:0;padding:1.1rem 1.25rem 1.35rem;position:relative}.hero-description{max-width:none;margin:0 0 1.1rem}}@media (width<=768px){.hero-section{--hero-mobile-image-h:clamp(340px, 58vh, 520px);min-height:auto;padding:calc(var(--hero-mobile-image-h) - 64px) 0 0;display:block}.hero-background-image,.hero-overlay{width:100%;height:var(--hero-mobile-image-h);border-radius:0;top:0;left:0;transform:none}.made-in-canada-badge-hero{opacity:.9;z-index:4;width:clamp(64px,19vw,84px);height:clamp(64px,19vw,84px);padding:4px;top:.7rem;bottom:auto;right:.7rem}.hero-background-image{object-position:52% 38%}.hero-overlay{background:linear-gradient(#1f140c1a 0%,#1f140c3d 40%,#1f140c9e 100%)}.hero-content{text-align:left;width:100%;max-width:none;padding:.75rem var(--space-md) calc(.9rem + env(safe-area-inset-bottom));background:#f1e4cfcc;border-bottom:0;border-left:0;border-right:0;border-radius:0;margin:0;position:relative}.hero-badge{margin-bottom:.6rem}.hero-tagline{margin-bottom:.9rem}.hero-description{margin:0 0 .95rem;font-size:.95rem;overflow:visible}.hero-description-preview{display:inline}.hero-description-preview.is-hidden,.hero-description-full{display:none}.hero-description-full.is-visible,.hero-description-inline-toggle{display:inline}.hero-actions{justify-content:flex-start}}@media (width<=540px){.hero-background-image{object-position:51% 35%}.hero-actions{justify-content:center}.hero-content{padding:.7rem var(--space-md) calc(.85rem + env(safe-area-inset-bottom))}.hero-badge{letter-spacing:.11em;padding:5px 12px;font-size:.74rem}.hero-title{font-size:clamp(1.9rem,8vw,2.5rem)}.hero-subtitle{font-size:clamp(.96rem,4.4vw,1.2rem)}.hero-tagline{margin-bottom:1.35rem;font-size:.94rem}.hero-description{margin-bottom:.85rem;font-size:.86rem;overflow:visible}.hero-description-inline-toggle{letter-spacing:.01em;font-size:.72rem}.hero-actions .btn{justify-content:center;width:auto;max-width:100%;padding:10px 12px;font-size:.78rem}}@media (width<=430px){.hero-background-image{object-position:50% 34%}}@media (width<=390px){.hero-background-image{object-position:49% 33%}.hero-subtitle{letter-spacing:.04em}.hero-tagline{letter-spacing:.01em}.flavor-infographic-card{padding:var(--space-lg) var(--space-md)}}@media (width<=360px){.hero-background-image{object-position:48% 32%}}.craft-badge{color:var(--clr-ember-red);font-family:var(--font-heading-cinzel);letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--space-xs);font-size:.9rem;font-weight:700}.craft-grid{gap:var(--space-xl);margin-top:var(--space-2xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.craft-card{background-color:var(--clr-card-bg);border:1px solid var(--clr-card-border);border-radius:var(--radius-md);padding:var(--space-xl);transition:all var(--transition-normal)}.craft-card:hover{border-color:var(--clr-ember-crimson);background-color:var(--clr-card-bg-hover);transform:translateY(-5px)}.craft-icon{color:var(--clr-ember-orange);margin-bottom:var(--space-md);font-size:2.2rem}.flavor-infographic-card{background:var(--clr-bg-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--clr-border-panel);padding:var(--space-2xl);text-align:center;flex-direction:column;align-items:center;display:flex;overflow:hidden}.flavor-infographic-img{border-radius:var(--radius-md);max-width:100%;height:auto;margin:var(--space-lg) 0;box-shadow:0 10px 30px #0f0f0f29}.flavor-notes-grid{gap:var(--space-lg);width:100%;margin-top:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=768px){.flavor-notes-grid{grid-template-columns:1fr}}.note-box{background:var(--clr-card-bg-hover);padding:var(--space-lg);border-radius:var(--radius-md);border-left:4px solid var(--clr-ember-red)}.note-box h4{color:var(--clr-ember-orange);margin-bottom:var(--space-xs);font-size:1.1rem}.section-flavor-header{text-align:center;padding-top:3rem;padding-bottom:2.5rem}.flavor-title{color:var(--clr-heading);letter-spacing:.05em;margin-bottom:1rem;font-size:clamp(2.2rem,6vw + .4rem,3.5rem);font-weight:900;line-height:1.06}.flavor-intro{color:var(--clr-text-main);max-width:650px;margin:0 auto;font-size:clamp(.95rem,2.2vw,1.1rem);line-height:1.7}.flavor-experience-title{color:var(--clr-heading);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw + .5rem,2.8rem);line-height:1.14}.flavor-ingredients-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(1.2rem,2.5vw,2.4rem)}.flavor-bottle-wrap{text-align:center;justify-content:center;align-items:center;min-height:clamp(420px,58vw,660px);display:flex}.flavor-bottle-image{filter:drop-shadow(0 18px 28px #0f0f0f33);width:min(100%,580px);max-width:100%;height:auto;margin:0 auto;display:block}@media (width<=768px){.section-flavor-header{padding-top:2rem;padding-bottom:1.5rem}.flavor-title{margin-bottom:.8rem;font-size:clamp(1.7rem,6vw,2.4rem)}.flavor-intro{font-size:.95rem;line-height:1.6}.flavor-experience-title{font-size:clamp(1.5rem,5.2vw,2rem)}.flavor-ingredients-layout{grid-template-columns:1fr}.flavor-ingredients-copy{order:2}.flavor-bottle-wrap{order:1;min-height:0;margin-top:.4rem}.flavor-bottle-image{width:min(100%,500px)}}@media (width<=540px){.section-flavor-header{padding-top:1.45rem;padding-bottom:1.2rem}.flavor-title{margin-bottom:.65rem;font-size:clamp(1.35rem,6.8vw,1.9rem)}.flavor-intro{font-size:.9rem}.flavor-infographic-card{padding:var(--space-xl) var(--space-md)}.flavor-notes-grid{gap:var(--space-md)}.note-box{padding:var(--space-md)}.note-box h4{font-size:1rem}.flavor-experience-title{font-size:clamp(1.35rem,6vw,1.8rem)}.flavor-bottle-image{width:min(100%,460px)}}.shop-product-card{background:var(--clr-bg-elevated);border-radius:var(--radius-lg);padding:var(--space-2xl);border:1px solid var(--clr-border-panel);gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}@media (width<=860px){.shop-product-card{gap:var(--space-xl);grid-template-columns:1fr}}.product-price{font-family:var(--font-heading-cinzel);color:var(--clr-ember-orange);margin:var(--space-md) 0;font-size:2.2rem;font-weight:800}.page-fade-in{animation:.4s forwards pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-title.brand-wordmark{font-family:var(--font-brand-wordmark);letter-spacing:.11em;font-weight:600}.craft-spotlight-tagline{letter-spacing:.09em;font-size:clamp(1.4rem,2.2vw + .7rem,2.3rem);line-height:1.3}h2.brand-tagline{letter-spacing:.11em;font-size:clamp(1.5rem,2.4vw + .8rem,2.5rem)}h1.brand-wordmark{letter-spacing:.1em;font-size:clamp(2rem,3.8vw + .9rem,3.5rem)}@media (width<=768px){.hero-title.brand-wordmark{letter-spacing:.09em}.hero-title,.hero-subtitle{letter-spacing:.07em}.hero-tagline{letter-spacing:.03em}h2.brand-tagline{letter-spacing:.09em}.craft-spotlight-tagline{letter-spacing:.08em}}@media (width<=430px){.craft-spotlight-tagline{letter-spacing:.06em;font-size:clamp(1.15rem,4vw + .5rem,1.5rem);line-height:1.35}}@media (width<=375px){.craft-spotlight-tagline{letter-spacing:.05em;font-size:clamp(1.05rem,5vw + .3rem,1.3rem);line-height:1.4}}.locator-hero{border-bottom:1px solid var(--clr-border-subtle);position:relative}.made-in-canada-badge-shop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:.92;background:#f7eddcd1;border:1px solid #7f0f0b3d;width:clamp(76px,6.6vw,104px);height:clamp(76px,6.6vw,104px);padding:clamp(4px,.4vw,7px);position:absolute;top:clamp(.8rem,1.5vw,1.2rem);right:clamp(.9rem,2vw,1.6rem);box-shadow:0 6px 16px #0f0f0f24}.locator-hero-city{background-color:#f5ead9;background-image:linear-gradient(#f7eddcd1,#efe1cad9),url(/assets/yvr_city_outline.svg);background-position:bottom;background-repeat:no-repeat;background-size:cover}.locator-hero-description{max-width:clamp(280px,85vw,640px);color:var(--clr-text-main);letter-spacing:.01em;margin:0 auto;font-size:clamp(.95rem,2.2vw + .4rem,1.08rem);line-height:clamp(1.38,.15vw + 1.35,1.52)}@media (width>=769px){.locator-hero-city{background-image:linear-gradient(#f7eddcd1,#efe1cad9),url(/assets/yvr_city_outline.svg);background-position:bottom}}@media (width<=768px){.locator-hero-city{background-image:linear-gradient(#f7eddcd1,#efe1cad9),url(/assets/yvr_city_outline.svg);background-position:bottom}.locator-hero-description{max-width:clamp(260px,90vw - 1rem,600px)}.made-in-canada-badge-shop{opacity:.9;width:clamp(64px,18vw,82px);height:clamp(64px,18vw,82px);margin:0 auto .75rem;padding:4px;position:static}}@media (width<=375px){.locator-hero-description{max-width:clamp(250px,90vw - 1rem,560px)}}@media (width<=360px){.locator-hero-description{max-width:calc(86vw - .5rem);font-size:.88rem}}.locator-toolbar{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:1.4fr 1fr;align-items:center;display:grid}.locator-search{border:1px solid var(--clr-border-panel);border-radius:var(--radius-full);width:100%;color:var(--clr-text-main);background:var(--clr-card-bg);padding:.85rem 1.1rem;font-size:.95rem}.locator-search:focus{outline:2px solid var(--clr-ember-orange);outline-offset:1px}.locator-filters{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.locator-filter{border:1px solid var(--clr-border-panel);border-radius:var(--radius-full);min-height:42px;color:var(--clr-text-main);letter-spacing:.06em;text-transform:uppercase;background:var(--clr-card-bg);align-items:center;padding:.55rem .95rem;font-size:.82rem;font-weight:700;display:inline-flex}.locator-filter.active{background:var(--clr-ember-red);color:var(--clr-text-white);border-color:var(--clr-ember-red)}.locator-results-meta{margin-bottom:var(--space-md);color:var(--clr-text-muted)}.locator-grid{gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.locator-card{background:var(--clr-card-bg);border:1px solid var(--clr-card-border);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.55rem;display:flex}.locator-pill{text-transform:uppercase;letter-spacing:.08em;background:var(--clr-sand-light);border:1px solid var(--clr-ember-red);width:fit-content;color:var(--clr-ember-deep-red);border-radius:var(--radius-full);padding:.28rem .62rem;font-size:.72rem;font-weight:700}.locator-city{color:var(--clr-ember-orange);margin-bottom:0;font-weight:700}.locator-note{color:var(--clr-text-muted);margin-bottom:var(--space-sm);font-size:.92rem}.locator-empty{text-align:center;border:1px dashed var(--clr-border-panel);background:var(--clr-bg-elevated);border-radius:var(--radius-md);padding:var(--space-xl);margin-top:var(--space-md)}@media (width<=900px){.locator-toolbar{grid-template-columns:1fr}.locator-filters{justify-content:flex-start}.locator-grid{grid-template-columns:1fr}}
