:root{--maroon:#441F41;--maroon-hover:#552850;--gold:#A3824E;--gold-light:#c4a06a;--gold-alpha:rgba(163,130,78,.1);--gold-border:rgba(163,130,78,.18);--gold-border-strong:rgba(163,130,78,.42);--bg:#171517;--bg-2:#1e1b1e;--bg-card:#252125;--bg-card-hover:#2c282c;--text:#e4dcd2;--text-dim:#968e88;--text-faint:#5e5a58;--r:10px;--r-lg:18px;--r-xl:26px;--ease:.26s cubic-bezier(.4,0,.2,1);--sec:clamp(4.5rem,8vw,7rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{font-family:Martel Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}.skip-link{position:absolute;top:-100px;left:1rem;z-index:200;padding:.6rem 1.2rem;background:var(--maroon);color:var(--text);font-weight:600;border-radius:var(--r);transition:top .2s ease}.skip-link:focus{top:1rem}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}[data-reveal]{opacity:0;transform:translate3d(0,22px,0);transition:opacity .68s cubic-bezier(.2,.8,.2,1),transform .68s cubic-bezier(.2,.8,.2,1);transition-delay:var(--reveal-delay,0ms)}[data-reveal].is-visible{opacity:1;transform:translateZ(0)}[data-reveal=left]{transform:translate3d(-26px,0,0)}[data-reveal=right]{transform:translate3d(26px,0,0)}[data-reveal=zoom]{transform:scale(.96)}[data-reveal=up]{transform:translate3d(0,22px,0)}[data-reveal].is-visible[data-reveal=zoom]{transform:scale(1)}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}header.bakery-header{position:sticky;top:0;z-index:80;width:100%;background:#fffffff2;backdrop-filter:blur(14px) saturate(1.4);-webkit-backdrop-filter:blur(14px) saturate(1.4);border-bottom:1px solid rgba(0,0,0,.12)}.header-inner{width:100%;max-width:1180px;margin:0 auto;padding:.5rem clamp(1rem,3vw,2rem);min-height:64px;display:flex;align-items:center;justify-content:center}.brand{display:flex;align-items:center;gap:.7rem}.brand-logo{height:44px;width:auto;max-width:200px;flex-shrink:0;display:flex;align-items:center}.brand-logo img{height:100%;width:auto;max-width:100%;object-fit:contain;display:block}.brand-name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:560px){.header-inner{min-height:60px;padding:.5rem 1rem}.brand-logo{height:36px}}.nav{display:flex;align-items:center;gap:2.25rem;font-size:.84rem;color:var(--text-dim);letter-spacing:.04em}.nav a{transition:color var(--ease)}.nav a:hover{color:var(--gold)}@media(max-width:768px){.nav{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.4rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;font-family:Martel Sans,system-ui,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;transition:transform var(--ease),box-shadow var(--ease),background var(--ease),color var(--ease),border-color var(--ease)}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--maroon);color:var(--text);border-color:transparent;box-shadow:0 2px 14px #3d1b3a73}.btn-primary:hover{background:var(--maroon-hover);box-shadow:0 6px 22px #3d1b3a99}.btn-gold{background:var(--gold);color:#18151a;border-color:transparent}.btn-gold:hover{background:var(--gold-light);box-shadow:0 6px 22px #a3824e59}.btn-outline{background:transparent;color:var(--text);border-color:var(--gold-border-strong)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-sm{padding:.42rem 1rem;font-size:.72rem}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 66px);overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem) clamp(2rem,5vw,5rem);background:var(--bg);position:relative}.hero-left:after{content:"";position:absolute;right:0;top:8%;bottom:8%;width:1px;background:linear-gradient(to bottom,transparent,var(--gold-border),transparent)}.hero-label{display:inline-flex;align-items:center;gap:.7rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:1.5rem}.hero-label:before{content:"";width:26px;height:1px;background:var(--gold)}.hero-headline{font-family:Martel,Georgia,serif;font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:600;line-height:1.08;color:var(--text);margin-bottom:1.25rem}.hero-headline em{font-style:italic;color:var(--gold-light)}.hero-sub{font-size:.975rem;color:var(--text-dim);max-width:38ch;line-height:1.75;margin-bottom:2.25rem;font-weight:300}.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-bottom:2.75rem}.hero-trust{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding-top:2rem;border-top:1px solid var(--gold-border);flex-wrap:wrap}.trust-item{text-align:center}.trust-num{font-family:Martel,Georgia,serif;font-size:1.35rem;font-weight:700;color:var(--text);line-height:1}.trust-label{font-size:.67rem;color:var(--text-dim);letter-spacing:.05em;margin-top:3px}.trust-sep{width:1px;height:30px;background:var(--gold-border);flex-shrink:0}.hero-right{position:relative;overflow:hidden;background:var(--bg-2)}.hero-right-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 10s ease}.hero-right:hover .hero-right-img{transform:scale(1.06)}.hero-right-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#1715174d,#3d1b3a2e)}.hero-badge{position:absolute;bottom:2rem;left:2rem;background:#121012d1;backdrop-filter:blur(14px) saturate(1.5);-webkit-backdrop-filter:blur(14px) saturate(1.5);border:1px solid var(--gold-border);border-radius:var(--r);padding:1rem 1.25rem}.badge-title{font-size:.875rem;font-weight:600;margin-bottom:.15rem}.badge-sub{font-size:.72rem;color:var(--text-dim)}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:3.5rem 1.5rem 3rem}.hero-left:after{display:none}.hero-right{order:-1;aspect-ratio:20 / 11;min-height:280px;height:auto;max-height:72vh}}@media(max-width:560px){.hero-headline{font-size:2.2rem}.hero-right{aspect-ratio:25 / 17;min-height:240px}}.stats-strip{border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border);background:var(--bg-2)}.stats-inner{display:flex;justify-content:stretch;max-width:1180px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.stat-item{flex:1;text-align:center;padding:1.75rem 1rem;border-right:1px solid var(--gold-border)}.stat-item:last-child{border-right:none}.stat-num{font-family:Martel,Georgia,serif;font-size:1.6rem;font-weight:700;color:var(--gold-light);line-height:1;margin-bottom:.3rem}.stat-label{font-size:.7rem;color:var(--text-dim);letter-spacing:.07em;text-transform:uppercase}@media(max-width:560px){.stats-inner{flex-wrap:wrap}.stat-item{flex:1 1 50%;border-bottom:1px solid var(--gold-border)}.stat-item:nth-child(2){border-right:none}}.section{padding:var(--sec) 0}.section-tag{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600;display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.section-tag:before{content:"";width:18px;height:1px;background:var(--gold)}.section-title{font-family:Martel,Georgia,serif;font-size:clamp(1.55rem,2.8vw,2.2rem);font-weight:600;line-height:1.15;margin-bottom:.9rem}.shop-section .head .section-title{position:relative;display:inline-block;padding-bottom:.5rem}.shop-section .head .section-title:after{content:"";position:absolute;bottom:0;left:0;width:56px;height:3px;background:var(--gold);border-radius:2px}.section-sub{font-size:.95rem;color:var(--text-dim);max-width:52ch;line-height:1.75}.pie-section .split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}.pie-section .media{border-radius:var(--r-lg);overflow:hidden;position:relative}.pie-section .media:after{content:"";position:absolute;inset:0;border-radius:var(--r-lg);box-shadow:inset 0 0 0 1px var(--gold-border);pointer-events:none}.pie-section .media img{width:100%;aspect-ratio:682 / 1024;object-fit:cover;transition:transform .8s ease}.pie-section .media:hover img{transform:scale(1.04)}.pie-section .text p{color:var(--text-dim);line-height:1.75;margin-bottom:1.5rem;font-size:.95rem}@media(max-width:900px){.pie-section .split{grid-template-columns:1fr}}.shop-section .head{margin-bottom:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-card{background:var(--bg-card);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--gold-border);display:flex;flex-direction:column;transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease)}.product-card:hover{transform:translateY(-5px);border-color:var(--gold-border-strong);box-shadow:0 18px 44px #00000059}.product-card .thumb{aspect-ratio:1;overflow:hidden;position:relative}.product-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .thumb img{transform:scale(1.07)}.product-card .thumb .badge-pill{position:absolute;top:10px;left:10px;background:#121012cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--gold-border);color:var(--gold-light);font-size:.62rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:.28rem .65rem;border-radius:99px}.product-card .thumb .name-pill{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--bg);font-size:.8rem;font-weight:600;padding:.4rem .85rem;border-radius:99px;white-space:nowrap;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;text-align:center}.product-card .info{padding:1rem 1.1rem 1.2rem;flex:1;display:flex;flex-direction:column;justify-content:flex-end}.product-card .name{font-weight:600;font-size:.875rem;line-height:1.4;margin-bottom:.3rem}.product-card .price{font-family:Martel,serif;font-size:1rem;font-weight:700;color:var(--gold)}.product-card .btn{margin-top:.85rem;display:inline-flex;align-items:center;gap:.35rem}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}.about-section{background:var(--bg-2)}.about-section .grid{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:1.25rem;align-items:start}.about-section .media{border-radius:var(--r);overflow:hidden}.about-section .media img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .7s ease}.about-section .media:hover img{transform:scale(1.04)}.about-section .media:nth-child(2){margin-top:2rem}.about-section .text{padding-left:1.25rem}.about-section .text p{color:var(--text-dim);font-size:.95rem;line-height:1.75;margin-bottom:.9rem}@media(max-width:560px){.about-section .grid{grid-template-columns:1fr}.about-section .media:nth-child(2){margin-top:0}}.about-section .split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:center;margin-bottom:4rem}.about-section .split:last-of-type{margin-bottom:0}.about-section .split.flip .media{order:2}.about-section .split.flip .text{order:1}.about-section .split .media{border-radius:var(--r-lg);overflow:hidden;position:relative}.about-section .split .media:after{content:"";position:absolute;inset:0;border-radius:var(--r-lg);box-shadow:inset 0 0 0 1px var(--gold-border);pointer-events:none}.about-section .split .media img{width:100%;aspect-ratio:1400 / 933;object-fit:cover;transition:transform .8s ease}.about-section .split .media:hover img{transform:scale(1.04)}.about-section .split .text h2{font-family:Martel,Georgia,serif;font-size:clamp(1.55rem,2.8vw,2.2rem);font-weight:600;margin-bottom:1rem}.about-section .split .text p{color:var(--text-dim);line-height:1.75;margin-bottom:1rem;font-size:.95rem}.about-section .split .text p:last-child{margin-bottom:0}@media(max-width:900px){.about-section .split{grid-template-columns:1fr;margin-bottom:3rem}.about-section .split.flip .media,.about-section .split.flip .text{order:unset}}.recipes-section{background:var(--bg)}.recipe-block{margin-bottom:0}.recipe-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,var(--gold-border),transparent);margin:4rem 0}.recipe-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}.recipe-split.flip .media{order:2}.recipe-split.flip .text{order:1}.recipe-block .media{border-radius:var(--r-lg);overflow:hidden}.recipe-block .media img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .8s ease}.recipe-block .media:hover img{transform:scale(1.04)}.recipe-block .text p{color:var(--text-dim);font-size:.95rem;line-height:1.75;margin-bottom:1rem}.feature-list{list-style:none;margin:1.25rem 0 1.5rem}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--gold-border);font-size:.88rem;color:var(--text-dim)}.feature-list li:last-child{border-bottom:none}.feature-list li .check{flex-shrink:0;margin-top:1px;width:17px;height:17px;border-radius:50%;border:1px solid var(--gold-border);background:var(--gold-alpha);display:flex;align-items:center;justify-content:center}.feature-list li .check svg{width:9px;height:9px;stroke:var(--gold)}@media(max-width:900px){.recipe-split{grid-template-columns:1fr}.recipe-split.flip .media,.recipe-split.flip .text{order:unset}}.occasions-section{background:var(--bg-2)}.occasions-head{margin-bottom:2.75rem}.occasions-notice{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--gold);font-weight:500;background:var(--gold-alpha);border:1px solid var(--gold-border);border-radius:99px;padding:.35rem 1rem;margin-top:.9rem}.occasions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.occasion-card{background:var(--bg-card);border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--gold-border);display:flex;flex-direction:column;transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease)}.occasion-card:hover{transform:translateY(-5px);border-color:var(--gold-border-strong);box-shadow:0 20px 50px #0000004d}.occasion-card .thumb{aspect-ratio:4/3;overflow:hidden}.occasion-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.occasion-card:hover .thumb img{transform:scale(1.06)}.occasion-card .info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.occasion-card .name{font-family:Martel,serif;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.occasion-card .desc{font-size:.875rem;color:var(--text-dim);line-height:1.7;flex:1;margin-bottom:1.25rem}.occasion-card .btn{align-self:flex-start}@media(max-width:900px){.occasions-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.occasions-grid{grid-template-columns:1fr}}.cta-section{position:relative;overflow:hidden;padding:var(--sec) 1.5rem;display:flex;align-items:center;justify-content:center;text-align:center}.cta-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cta-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#171517c7,#3d1b3a99,#171517e0)}.cta-content{position:relative;z-index:1;max-width:520px}.cta-content h2{font-family:Martel,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;margin-bottom:.75rem;color:#fff}.cta-content p{color:#fff;margin-bottom:2rem;font-size:.975rem;font-weight:300}.cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}footer.bakery-footer{background:#fff;border-top:1px solid rgba(0,0,0,.12);padding:clamp(3rem,6vw,4.5rem) 0 clamp(1.75rem,3vw,2.5rem)}.footer-inner{max-width:720px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem 3rem;text-align:center}.footer-logo{height:44px;width:auto;max-width:200px;margin:0 auto;opacity:.94;grid-column:1}.footer-logo img{height:100%;width:auto;object-fit:contain;display:block}.footer-contact{display:flex;flex-direction:column;align-items:center;gap:.4rem}.footer-contact .phone{font-size:1.08rem;font-weight:600;letter-spacing:.02em}.footer-contact .phone a{color:#111;transition:color var(--ease)}.footer-contact .phone a:hover{color:#441f41}.footer-contact .address{font-family:Martel,Georgia,serif;color:#333;font-size:.95rem;line-height:1.55}.footer-block-title{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#222;font-weight:600;margin-bottom:.85rem}.footer-hours{width:100%;max-width:260px;margin:0 auto}.footer-hours-list{list-style:none;font-size:.875rem;color:#333;line-height:1.9;text-align:left}.footer-hours-list li{display:flex;justify-content:space-between;gap:1.25rem;padding:.15rem 0}.footer-hours-list .day{font-weight:500;color:#111;min-width:2.75rem}.footer-divider{width:100%;max-width:120px;height:1px;background:#0000002e;margin:.25rem auto 1.5rem;grid-column:1;border-radius:1px}.footer-copyright{font-size:.75rem;color:#444;letter-spacing:.05em;margin:0;text-transform:uppercase;grid-column:1}@media(min-width:560px){.footer-inner{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;text-align:left}.footer-logo{grid-column:1 / -1;margin:0}.footer-contact{align-items:flex-start}.footer-hours{margin:0;max-width:none}.footer-hours-list{text-align:left}.footer-divider{grid-column:1 / -1}.footer-copyright{grid-column:1 / -1;text-align:center}}@media(min-width:720px){.footer-inner{grid-template-columns:1fr auto 1fr;gap:2rem 2.5rem}.footer-logo{grid-column:2;text-align:center}.footer-contact{grid-column:1;align-items:flex-start}.footer-hours{grid-column:3}.footer-divider,.footer-copyright{grid-column:1 / -1}}.jotform-section{background:var(--bg);border-top:1px solid var(--gold-border)}.jotform-section .reviews-head{margin-bottom:1.5rem}.jotform-widget-wrap{margin-top:1rem;width:100%;min-height:80px}
