:root{color-scheme:light;--bg:#f6f1ea;--bg-soft:#efe8df;--bg-lilac:#ece5de;--ink:#33261f;--ink-muted:#6d5c50;--accent:#8c7260;--accent-strong:#5a4336;--accent-soft:#eee3d7;--mint:#dfe6dd;--lilac:#ece5de;--rose:#efe4d9;--line:#ddd1c5;--card:hsla(0,0%,100%,.88);--card-strong:hsla(0,0%,100%,.94);--shadow:0 22px 56px rgba(70,52,39,.12);--shadow-soft:0 14px 32px rgba(70,52,39,.08);--radius:1.25rem}*{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth}body{color:var(--ink);font-family:var(--font-body),"Segoe UI",sans-serif;background:var(--bg);min-height:100vh;overflow-x:hidden}body::selection{background:rgba(140,114,96,.18)}.site-bg{position:fixed;inset:0;pointer-events:none;z-index:-1;background:none}.container{max-width:1160px;margin:0 auto;padding:2.2rem 1.1rem 4rem}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:hsla(34,47%,94%,.78);border-bottom:1px solid rgba(90,67,54,.12)}.nav-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;grid-gap:1rem;gap:1rem;align-items:center;padding:.85rem 1rem}.brand{text-decoration:none;color:var(--ink);display:grid;grid-gap:.1rem;gap:.1rem}.brand-title{font-family:var(--font-heading),"Times New Roman",serif;font-size:1.4rem;font-weight:600;letter-spacing:.02em}.brand-subtitle{color:var(--ink-muted);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.nav-links{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center}.nav a{color:var(--ink);text-decoration:none}.footer-links a,.nav-links a{font-size:.92rem;letter-spacing:.02em;transition:color .14s ease,opacity .14s ease}.contact-link:hover,.footer-links a:hover,.nav-links a:hover{color:var(--accent-strong)}.home-stack,.process-page,.section-shell{display:grid;grid-gap:.9rem;gap:.9rem}.card,.hero{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft)}.hero{padding:clamp(1.15rem,2.6vw,1.9rem);background:linear-gradient(160deg,hsla(0,0%,100%,.95),hsla(32,35%,93%,.88)),linear-gradient(140deg,rgba(220,239,231,.18),rgba(220,239,231,0))}.hero-main{overflow:hidden;position:relative;padding:0}.hero-main:after{content:"";position:absolute;inset:auto -9rem -10rem auto;width:24rem;height:24rem;border-radius:999px;background:radial-gradient(circle,hsla(33,32%,85%,.88),hsla(33,32%,85%,.18) 42%,hsla(33,32%,85%,0));pointer-events:none}.hero h1{margin:.25rem 0 .7rem;font-family:var(--font-heading),"Times New Roman",serif;font-size:clamp(2.2rem,6vw,3.6rem);line-height:.98;letter-spacing:.015em;font-weight:600;max-width:18ch}.card p,.hero p,.pricing-footnote,.pricing-install,.process-mobile-enquiry p,.process-sidebar p,.process-step-copy p,.seasonal-panel-head p{margin:0;color:var(--ink-muted)}.kicker{margin:0;color:var(--accent-strong);text-transform:uppercase;letter-spacing:.09em;font-size:.74rem;font-weight:700}.hero-actions{margin-top:.85rem;display:flex;gap:.65rem;flex-wrap:wrap}.home-trust-strip{margin-top:1.2rem;display:flex;gap:.55rem;flex-wrap:wrap}.trust-chip{margin:0;padding:.45rem .72rem;border:1px solid rgba(90,67,54,.14);border-radius:999px;background:hsla(0,0%,100%,.72);color:var(--accent-strong);font-size:.8rem;font-weight:600}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:1.1rem 1rem}.card h2,.contact-card h2,.faq-card h2,.policy-card h2,.portfolio-cta h2,.pricing-card h2,.process-sidebar h2,.seasonal-calendar h2{margin:.2rem 0 .4rem;font-size:1.34rem;font-family:var(--font-heading),"Times New Roman",serif;font-weight:600}.card-lift{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card-lift:hover{transform:translateY(-4px);border-color:rgba(90,67,54,.24);box-shadow:0 18px 36px rgba(76,41,29,.12)}.feature-list{margin:.5rem 0 0;padding-left:1.1rem;display:grid;grid-gap:.42rem;gap:.42rem}.feature-list li,.footer-list li,.pricing-list li{color:var(--ink-muted)}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:999px;padding:.66rem 1.08rem;background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%);color:#fff;cursor:pointer;text-decoration:none;font-size:.89rem;font-weight:700;letter-spacing:.02em;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease;box-shadow:0 10px 24px rgba(90,67,54,.18)}.button:hover{filter:brightness(.98);box-shadow:0 14px 28px rgba(90,67,54,.22)}.button:active{transform:translateY(1px)}.button:focus-visible,.contact-link:focus-visible,.footer-links a:focus-visible,.nav-links a:focus-visible,.nav-toggle:focus-visible,.process-progress-button:focus-visible{outline:2px solid rgba(90,67,54,.34);outline-offset:2px}.button-ghost{border-color:rgba(90,67,54,.28);background:hsla(0,0%,100%,.6);color:var(--accent-strong);box-shadow:none}.form{max-width:880px}.form,.form-two-col{display:grid;grid-gap:.82rem;gap:.82rem}.form-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.form label{display:grid;grid-gap:.34rem;gap:.34rem;font-size:.83rem;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.form input,.form select,.form textarea{border:1px solid var(--line);border-radius:.78rem;padding:.68rem .74rem;font:inherit;color:var(--ink);background:hsla(0,0%,100%,.96)}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid rgba(90,67,54,.18);outline-offset:0;border-color:var(--accent)}.status{font-size:.9rem;color:var(--accent-strong);font-weight:700}.contact-grid,.editorial-grid,.info-grid,.policy-grid,.pricing-ops-grid,.quote-grid{display:grid;grid-gap:.9rem;gap:.9rem}.editorial-grid,.pricing-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid,.info-grid,.quote-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card,.editorial-panel,.faq-card,.info-card,.note-panel,.policy-card,.pricing-card,.pricing-ops-card,.quote-card{background:linear-gradient(160deg,hsla(0,0%,100%,.94),hsla(32,42%,94%,.88)),linear-gradient(140deg,rgba(220,239,231,.12),rgba(220,239,231,0))}.section-header{display:grid;grid-gap:.25rem;gap:.25rem}.section-header p:last-child{margin:0;color:var(--ink-muted)}.pill-list,.pricing-specs{display:flex;flex-wrap:wrap;gap:.48rem}.pill,.pricing-specs span{border:1px solid rgba(90,67,54,.18);border-radius:999px;padding:.16rem .58rem;background:hsla(0,0%,100%,.78);color:var(--accent-strong);font-size:.84rem}.note-panel{display:grid;grid-gap:.8rem;gap:.8rem;background:radial-gradient(24rem 16rem at 100% 0,hsla(33,32%,85%,.45),hsla(33,32%,85%,0)),linear-gradient(160deg,hsla(0,0%,100%,.95),hsla(34,47%,94%,.9))}.quote-card{display:grid;grid-gap:.5rem;gap:.5rem}.quote-mark{margin:0;color:var(--accent-strong);font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.quote-text{margin:0;color:var(--ink);font-family:var(--font-heading),"Times New Roman",serif;font-size:1.5rem;line-height:1}.quote-meta{margin:0;color:var(--accent-strong);font-weight:700}.faq-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card,.faq-card,.policy-card,.pricing-card,.pricing-ops-card{display:grid;grid-gap:.6rem;gap:.6rem}.contact-link{color:var(--accent-strong);font-weight:700;text-decoration:none}.portfolio-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-card{display:grid;grid-gap:.72rem;gap:.72rem;padding:.8rem}.portfolio-card h2{margin:.1rem 0 .2rem}.portfolio-media,.process-step-media,.seasonal-media{border-radius:.95rem;overflow:hidden;border:1px solid var(--line);background:linear-gradient(155deg,hsla(0,0%,100%,.92),hsla(35,49%,93%,.86)),linear-gradient(145deg,rgba(220,239,231,.18),rgba(220,239,231,0))}.portfolio-media{aspect-ratio:4/5}.portfolio-image,.process-step-image,.seasonal-image{width:100%;height:100%;object-fit:cover;display:block}.portfolio-placeholder{width:100%;height:100%}.portfolio-placeholder-pearl{background:radial-gradient(20rem 12rem at 20% 0,hsla(0,0%,100%,.72),hsla(0,0%,100%,0)),linear-gradient(165deg,#f2ece5,#e2d6ca)}.portfolio-placeholder-champagne{background:radial-gradient(16rem 9rem at 80% 20%,hsla(0,0%,100%,.68),hsla(0,0%,100%,0)),linear-gradient(165deg,#f1e8e0,#ddd1c4)}.portfolio-placeholder-corporate{background:radial-gradient(14rem 10rem at 80% 15%,hsla(0,0%,100%,.55),hsla(0,0%,100%,0)),linear-gradient(165deg,#eef4f1,#d7e5de)}.portfolio-cta{margin-top:.2rem;display:grid;grid-gap:.75rem;gap:.75rem;justify-items:start}.portfolio-cta h2,.pricing-line h3,.process-mobile-enquiry h3,.process-step-copy h3,.seasonal-calendar-grid h3,.seasonal-callout h2,.seasonal-card-body h3{margin:0;font-family:var(--font-heading),"Times New Roman",serif;font-weight:600}.portfolio-link-hint,.pricing-from,.pricing-note,.process-step-note,.seasonal-price{margin:0;color:var(--accent-strong);font-weight:700}.portfolio-card-link{display:block;text-decoration:none;color:inherit}.portfolio-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.seasonal-callout{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr auto;align-items:center;background:radial-gradient(30rem 16rem at 100% -10%,hsla(32,36%,84%,.5),hsla(32,36%,84%,0)),linear-gradient(160deg,hsla(0,0%,100%,.95),hsla(34,39%,93%,.9))}.seasonal-callout-actions{display:flex;gap:.65rem;flex-wrap:wrap;justify-content:flex-end}.seasonal-panel{display:grid;grid-gap:1rem;gap:1rem;background:radial-gradient(36rem 20rem at 100% -10%,hsla(32,36%,84%,.42),hsla(32,36%,84%,0)),linear-gradient(160deg,hsla(0,0%,100%,.95),hsla(34,39%,93%,.9))}.seasonal-panel-head h2{margin:.2rem 0 .3rem}.seasonal-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.seasonal-card{padding:.8rem;display:grid;grid-gap:.75rem;gap:.75rem}.seasonal-media{aspect-ratio:4/5;background:linear-gradient(165deg,#f2e7de,#e4d4c7)}.seasonal-card-body{display:grid;grid-gap:.35rem;gap:.35rem}.seasonal-calendar,.seasonal-calendar-grid{display:grid;grid-gap:.75rem;gap:.75rem}.seasonal-calendar-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pricing-line,.seasonal-calendar-grid article{border:1px solid var(--line);border-radius:.85rem;padding:.8rem;background:hsla(0,0%,100%,.72)}.seasonal-calendar-event{margin:.3rem 0 .2rem;color:var(--ink);font-weight:600}.process-hero h1{max-width:18ch}.process-layout{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start}.process-sidebar{position:-webkit-sticky;position:sticky;top:5.4rem;display:grid;grid-gap:.75rem;gap:.75rem}.process-sidebar h2{font-size:1.45rem}.process-progress{margin:0;padding:0;list-style:none;display:grid;grid-gap:.45rem;gap:.45rem}.process-progress li{margin:0}.process-progress-button{width:100%;display:grid;grid-template-columns:auto 1fr;grid-gap:.55rem;gap:.55rem;align-items:center;border:1px solid rgba(90,67,54,.18);border-radius:.8rem;padding:.5rem .58rem;background:hsla(0,0%,100%,.68);color:var(--ink-muted);text-align:left;cursor:pointer;font:inherit;transition:border-color .16s ease,background .16s ease,color .16s ease}.process-progress-button:hover{border-color:rgba(90,67,54,.32);background:rgba(255,251,245,.88)}.process-progress li.is-active .process-progress-button{border-color:rgba(90,67,54,.4);background:rgba(255,251,245,.92);color:var(--ink)}.process-progress-index{min-width:2rem;text-align:center;border-radius:999px;border:1px solid rgba(90,67,54,.26);padding:.08rem .46rem;font-size:.74rem;font-weight:700;letter-spacing:.07em;color:var(--accent-strong)}.process-steps{display:grid;grid-gap:1rem;gap:1rem}.process-step{scroll-margin-top:6.4rem;display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;min-height:clamp(28rem,72vh,40rem);opacity:.3;transform:translateY(26px);transition:transform .32s ease,opacity .32s ease}.process-step.is-visible{opacity:1;transform:translateY(0)}.process-step-copy{display:grid;grid-gap:.45rem;gap:.45rem}.process-step-copy h3{font-size:clamp(1.5rem,2.6vw,2rem)}.process-step-media{aspect-ratio:4/5;transform:translateX(22px) scale(.985);opacity:0;transition:transform .38s ease,opacity .38s ease}.process-step.is-visible .process-step-media{transform:translateX(0) scale(1);opacity:1}.process-step-image-contain{object-fit:contain;object-position:center;background:transparent}.process-mobile-enquiry{display:none}.process-mobile-enquiry .button{justify-self:start}.pricing-guide-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-card{gap:.8rem}.pricing-lines{display:grid;grid-gap:.7rem;gap:.7rem}.pricing-line{display:grid;grid-gap:.35rem;gap:.35rem}.nav-actions{display:flex;gap:.55rem;align-items:center;justify-self:end}.nav-toggle{display:none;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;border:1px solid rgba(90,67,54,.2);border-radius:.8rem;background:hsla(0,0%,100%,.82);cursor:pointer}.nav-toggle-icon{display:grid;grid-gap:.25rem;gap:.25rem}.nav-toggle-bar{display:block;width:1rem;height:2px;border-radius:999px;background:var(--ink);transition:transform .16s ease,opacity .16s ease}.nav-open .nav-toggle-bar:first-child{transform:translateY(6px) rotate(45deg)}.nav-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-footer{margin-top:clamp(1.15rem,3vw,2.2rem);padding:0 1rem 2rem}.site-footer-inner{position:relative;max-width:1160px;margin:0 auto;padding:clamp(.95rem,2.2vw,1.35rem) 0 0;display:grid;grid-template-columns:auto minmax(15rem,.95fr) minmax(13rem,.85fr);grid-gap:clamp(.9rem,2.2vw,1.5rem);gap:clamp(.9rem,2.2vw,1.5rem);border-top:1px solid rgba(90,67,54,.16);background:radial-gradient(26rem 14rem at 100% 0,hsla(33,32%,85%,.32),hsla(33,32%,85%,0)),linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.42) 44%,hsla(0,0%,100%,0))}.footer-brand,.footer-column{display:grid;align-content:start;grid-gap:.6rem;gap:.6rem;padding-right:.4rem}.footer-column-divider{position:relative;padding-left:clamp(1rem,2vw,1.6rem)}.footer-column-divider:before{content:"";position:absolute;left:0;top:.15rem;bottom:.15rem;width:1px;background:linear-gradient(180deg,rgba(90,67,54,.14),rgba(90,67,54,.04))}.footer-brand h2{margin:0;max-width:18ch;font-size:clamp(1.7rem,3vw,2.45rem);font-family:var(--font-heading),"Times New Roman",serif;font-weight:600;text-wrap:balance;line-height:1.02}.faq-accordion{display:grid;grid-gap:.85rem;gap:.85rem}.faq-accordion,.faq-followup{width:100%;max-width:60rem}.faq-item{overflow:hidden;background:linear-gradient(160deg,hsla(0,0%,100%,.95),hsla(32,42%,94%,.9)),linear-gradient(140deg,rgba(220,239,231,.12),rgba(220,239,231,0))}.faq-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;cursor:pointer}.faq-summary::-webkit-details-marker{display:none}.faq-question{margin:0;font-family:var(--font-heading),"Times New Roman",serif;font-size:clamp(1.08rem,2vw,1.34rem);line-height:1.05;font-weight:600}.faq-toggle{position:relative;flex:0 0 auto;width:2.25rem;height:2.25rem;border:1px solid rgba(90,67,54,.14);border-radius:999px;background:hsla(0,0%,100%,.76);box-shadow:0 10px 20px rgba(76,41,29,.06)}.faq-toggle:after,.faq-toggle:before{content:"";position:absolute;top:50%;left:50%;width:.82rem;height:1.5px;border-radius:999px;background:var(--accent-strong);transform:translate(-50%,-50%);transition:transform .18s ease,opacity .18s ease}.faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-answer{display:grid;grid-template-rows:0fr;padding:0 1.1rem;transition:grid-template-rows .2s ease,padding .2s ease}.faq-answer p{overflow:hidden;margin:0}.faq-item[open]{border-color:rgba(90,67,54,.22);box-shadow:0 16px 30px rgba(76,41,29,.08)}.faq-item[open] .faq-summary{padding-bottom:.65rem}.faq-item[open] .faq-toggle:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}.faq-item[open] .faq-answer{grid-template-rows:1fr;padding:0 1.1rem 1.1rem}.footer-brand p:last-child{max-width:28rem}.footer-brand p:last-child,.footer-column p,.footer-meta-list li{margin:0;color:var(--ink-muted)}.footer-meta-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.45rem;gap:.45rem}.footer-meta-list li{position:relative;padding-left:.9rem}.footer-meta-list li:before{content:"";position:absolute;left:0;top:.62rem;width:.26rem;height:.26rem;border-radius:999px;background:rgba(90,67,54,.34)}.footer-email{margin-top:.15rem}.footer-links{display:grid;grid-gap:.45rem;gap:.45rem}.footer-links a{color:var(--ink-muted);text-decoration:none}@media (max-width:1020px){.editorial-grid,.grid-three,.policy-grid,.pricing-guide-grid,.pricing-ops-grid,.seasonal-grid,.site-footer-inner{grid-template-columns:1fr}.site-footer-inner{gap:.95rem}.footer-column-divider{padding-left:0;padding-top:.95rem}.footer-column-divider:before{left:0;right:0;top:0;bottom:auto;width:auto;height:1px}.contact-grid,.faq-grid,.info-grid,.portfolio-grid,.portfolio-grid-two,.quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seasonal-callout{grid-template-columns:1fr}.seasonal-callout-actions{justify-content:flex-start}.seasonal-calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-sidebar .hero-actions{display:none}.process-mobile-enquiry{display:grid;grid-gap:.65rem;gap:.65rem}.process-layout{grid-template-columns:1fr}.process-sidebar{position:static}.process-step{grid-template-columns:1fr;min-height:auto}.process-step,.process-step-media{opacity:1;transform:none}.nav-inner{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "menu menu";gap:.7rem;justify-items:stretch}}@media (max-width:740px){.container{padding-top:1.2rem}.contact-grid,.faq-grid,.form-two-col,.info-grid,.portfolio-grid,.portfolio-grid-two,.quote-grid,.seasonal-calendar-grid,.seasonal-grid{grid-template-columns:1fr}.brand-subtitle{display:none}.nav-enquire{padding:.52rem .88rem;font-size:.82rem}.hero-actions,.home-trust-strip{gap:.5rem}.pill,.pricing-specs span,.trust-chip{font-size:.78rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.card-lift,.nav-toggle-bar,.process-progress-button,.process-step,.process-step-media{transition:none}}.nav-toggle-label{display:none}.contact-link{overflow-wrap:anywhere}@media (max-width:1020px){.process-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.process-progress li:last-child:nth-child(odd){grid-column:1/-1}.process-progress-button{min-height:100%;align-items:start}}@media (max-width:740px){.container{padding:1rem .85rem 2.6rem}.home-stack,.process-page,.section-shell{gap:.85rem}.nav-inner{padding:.75rem .85rem;gap:.6rem}.brand-title{font-size:1.18rem}.nav-actions{gap:.4rem}.nav-enquire{min-height:2.6rem;padding:.58rem .92rem}.nav-toggle{width:auto;min-width:2.8rem;height:2.6rem;gap:.45rem;padding:.68rem .78rem}.nav-toggle-label{display:inline-block;color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.nav-links{gap:.35rem;padding:.4rem;border:1px solid rgba(90,67,54,.12);border-radius:1rem;background:hsla(0,0%,100%,.82);box-shadow:var(--shadow-soft)}.nav-links a{width:100%;padding:.78rem .85rem;border-radius:.8rem;background:linear-gradient(160deg,hsla(0,0%,100%,.95),hsla(36,43%,93%,.8));font-weight:600}.card,.hero{padding:1rem .95rem;border-radius:1rem}.hero-main:after{width:16rem;height:16rem;inset:auto -7rem -7rem auto}.hero h1{max-width:11ch;font-size:clamp(2rem,11vw,2.7rem)}.card p,.hero p,.process-mobile-enquiry p,.process-step-copy p,.section-header p:last-child{line-height:1.58}.hero .hero-actions,.note-panel .hero-actions,.seasonal-callout-actions{display:grid;grid-template-columns:1fr}.hero .hero-actions .button,.note-panel .hero-actions .button,.portfolio-cta .button,.process-mobile-enquiry .button,.seasonal-callout-actions .button{width:100%;justify-content:center;text-align:center}.home-trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.trust-chip{min-height:100%;padding:.55rem .6rem;text-align:center}.card h2,.contact-card h2,.faq-card h2,.policy-card h2,.portfolio-cta h2,.pricing-card h2,.process-sidebar h2,.seasonal-calendar h2{font-size:1.22rem}.quote-text{font-size:1.3rem}.contact-card,.editorial-panel,.faq-card,.info-card,.policy-card,.pricing-card,.pricing-ops-card,.quote-card,.seasonal-card{gap:.5rem}.process-sidebar{gap:.65rem}.process-progress{gap:.4rem}.process-step{gap:.75rem}.process-step-copy{gap:.35rem}.process-step-media{aspect-ratio:6/5}.pricing-line{padding:.72rem}.pricing-specs span{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.3rem);justify-content:center;text-align:center}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem .7rem}.footer-links a{padding:.2rem 0}}.showcase-card{display:grid;grid-gap:.8rem;gap:.8rem;padding:.8rem}.showcase-media{border-radius:1rem;overflow:hidden;border:1px solid var(--line);aspect-ratio:4/4.8;background:linear-gradient(155deg,hsla(0,0%,100%,.96),hsla(36,43%,93%,.84)),linear-gradient(145deg,rgba(220,239,231,.18),rgba(220,239,231,0))}.portfolio-image-contain,.showcase-image{width:100%;height:100%;display:block}.showcase-image{object-fit:cover}.portfolio-image-contain,.showcase-image-contain{object-fit:contain;object-position:center;background:linear-gradient(180deg,rgba(255,251,245,.96),rgba(238,247,241,.9))}.showcase-card-body{display:grid;grid-gap:.3rem;gap:.3rem}@media (max-width:740px){.showcase-media{aspect-ratio:4/4.3}}.showcase-asset-note{margin:0;color:var(--accent-strong)!important;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cake-journey-page{gap:1.2rem}.cake-journey-hero{background:radial-gradient(26rem 18rem at 100% 0,hsla(33,32%,85%,.52),hsla(33,32%,85%,0)),linear-gradient(160deg,hsla(0,0%,100%,.96),hsla(32,35%,93%,.88))}.cake-journey-meta{margin-top:1rem;display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(4,minmax(0,1fr))}.cake-journey-meta p{margin:0;padding:.7rem .8rem;border:1px solid rgba(90,67,54,.14);border-radius:999px;background:hsla(0,0%,100%,.72);color:var(--accent-strong);font-size:.82rem;font-weight:700;text-align:center}.cake-journey-story{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:minmax(220px,260px) minmax(320px,.95fr) minmax(0,1.05fr);align-items:start}.cake-journey-rail,.cake-journey-stage{position:-webkit-sticky;position:sticky;top:5.6rem}.cake-journey-rail{display:grid;grid-gap:.8rem;gap:.8rem}.cake-journey-chapter h3,.cake-journey-finale h2,.cake-journey-rail h2,.cake-journey-stage h2{margin:0;font-family:var(--font-heading),"Times New Roman",serif;font-weight:600}.cake-journey-meter{height:.42rem;border-radius:999px;background:rgba(90,67,54,.1);overflow:hidden}.cake-journey-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent) 0,#c7a777 100%);transition:width .22s ease}.cake-journey-progress{margin:0;padding:0;list-style:none;display:grid;grid-gap:.45rem;gap:.45rem}.cake-journey-progress li{margin:0}.cake-journey-progress-button{width:100%;display:grid;grid-template-columns:auto 1fr;grid-gap:.55rem;gap:.55rem;align-items:center;border:1px solid rgba(90,67,54,.14);border-radius:.85rem;padding:.56rem .62rem;background:hsla(0,0%,100%,.7);color:var(--ink-muted);text-align:left;cursor:pointer;font:inherit;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.cake-journey-progress-button:hover{border-color:rgba(90,67,54,.3);background:rgba(255,251,245,.9)}.cake-journey-progress li.is-active .cake-journey-progress-button{border-color:rgba(90,67,54,.38);background:linear-gradient(160deg,hsla(0,0%,100%,.96),hsla(36,43%,93%,.82));color:var(--ink);transform:translateX(3px)}.cake-journey-progress-index{min-width:2rem;text-align:center;border-radius:999px;border:1px solid rgba(90,67,54,.24);padding:.08rem .44rem;color:var(--accent-strong);font-size:.74rem;font-weight:700;letter-spacing:.07em}.cake-journey-stage{overflow:hidden;display:grid;grid-gap:.8rem;gap:.8rem;align-content:start}.cake-journey-stage-media{position:relative;min-height:clamp(28rem,68vh,42rem);border-radius:1rem;overflow:hidden;border:1px solid var(--line);background:linear-gradient(165deg,hsla(0,0%,100%,.96),hsla(36,43%,93%,.82)),linear-gradient(145deg,rgba(220,239,231,.18),rgba(220,239,231,0))}.cake-journey-stage-visual{position:absolute;inset:0;opacity:0;transform:scale(1.02);transition:opacity .36s ease,transform .42s ease}.cake-journey-stage-visual.is-active{opacity:1;transform:scale(1)}.cake-journey-mobile-image,.cake-journey-stage-image{width:100%;height:100%;display:block;object-fit:cover}.cake-journey-stage-image-contain{object-fit:contain;object-position:center;background:linear-gradient(180deg,rgba(255,251,245,.96),rgba(238,247,241,.9))}.cake-journey-stage-caption{display:grid;grid-gap:.25rem;gap:.25rem}.cake-journey-chapter,.cake-journey-chapters{display:grid;grid-gap:1rem;gap:1rem}.cake-journey-chapter{scroll-margin-top:6.4rem;min-height:82vh;align-content:center;opacity:.35;transform:translateY(24px);transition:opacity .28s ease,transform .28s ease,border-color .18s ease,box-shadow .18s ease}.cake-journey-chapter.is-visible{opacity:.84;transform:translateY(0)}.cake-journey-chapter.is-active{opacity:1;border-color:rgba(90,67,54,.24);box-shadow:0 18px 38px rgba(76,41,29,.12)}.cake-journey-chapter-copy{display:grid;grid-gap:.55rem;gap:.55rem}.cake-journey-chapter h3{font-size:clamp(1.6rem,2.5vw,2.2rem)}.cake-journey-lead{color:var(--ink)!important;font-size:1.02rem;line-height:1.55}.cake-journey-highlights{margin:0;padding-left:1.1rem;display:grid;grid-gap:.45rem;gap:.45rem}.cake-journey-highlights li{color:var(--ink-muted)}.cake-journey-asset-note,.cake-journey-note{margin:0;color:var(--accent-strong)!important;font-weight:700}.cake-journey-asset-note{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.cake-journey-mobile-media{display:none;border-radius:1rem;overflow:hidden;border:1px solid var(--line);aspect-ratio:5/4;background:linear-gradient(165deg,hsla(0,0%,100%,.96),hsla(36,43%,93%,.82)),linear-gradient(145deg,rgba(220,239,231,.18),rgba(220,239,231,0))}.cake-journey-finale{display:grid;grid-gap:.8rem;gap:.8rem;background:radial-gradient(26rem 16rem at 100% 0,hsla(33,32%,85%,.48),hsla(33,32%,85%,0)),linear-gradient(160deg,hsla(0,0%,100%,.96),hsla(34,47%,94%,.9))}@media (max-width:1020px){.cake-journey-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.cake-journey-story{grid-template-columns:1fr}.cake-journey-rail,.cake-journey-stage{position:static}.cake-journey-stage{display:none}.cake-journey-progress{grid-template-columns:repeat(3,minmax(0,1fr))}.cake-journey-chapter{min-height:auto;opacity:1;transform:none}.cake-journey-mobile-media{display:block}}@media (max-width:740px){.cake-journey-page{gap:.95rem}.cake-journey-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.cake-journey-meta p{padding:.62rem .52rem;font-size:.76rem}.cake-journey-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.cake-journey-progress-button{align-items:start;min-height:100%}.cake-journey-chapter{gap:.85rem}.cake-journey-chapter h3{font-size:clamp(1.45rem,8vw,1.9rem)}.cake-journey-lead{font-size:.96rem}.cake-journey-mobile-media{aspect-ratio:6/5}.cake-journey-finale .hero-actions{display:grid;grid-template-columns:1fr}.cake-journey-finale .button{width:100%;text-align:center;justify-content:center}}@media (prefers-reduced-motion:reduce){.cake-journey-chapter,.cake-journey-meter span,.cake-journey-progress-button,.cake-journey-stage-visual{transition:none}}.home-editorial{display:grid;grid-gap:clamp(3rem,7vw,6rem);gap:clamp(3rem,7vw,6rem)}.home-luxe-hero{position:relative;min-height:clamp(38rem,88vh,54rem);display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;padding:clamp(1.6rem,4vw,3rem)}.home-luxe-hero:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(34rem 28rem at 82% 20%,hsla(32,36%,84%,.42),hsla(32,36%,84%,0) 58%),radial-gradient(32rem 24rem at 78% 82%,rgba(220,239,231,.28),rgba(220,239,231,0) 56%),linear-gradient(90deg,hsla(34,47%,94%,.99),hsla(34,47%,94%,.96) 18%,hsla(34,47%,94%,.82) 32%,hsla(34,47%,94%,.42) 48%,hsla(34,47%,94%,.12) 62%,hsla(34,47%,94%,0) 76%)}.home-luxe-hero:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,hsla(34,47%,94%,.22),hsla(34,47%,94%,0) 24%,hsla(34,47%,94%,.12) 72%,hsla(34,47%,94%,.34)),radial-gradient(circle at 16% 78%,hsla(34,47%,94%,.82),hsla(34,47%,94%,0) 34%);pointer-events:none}.home-luxe-hero-visual{position:absolute;inset:0;z-index:0}.home-luxe-hero-image{position:absolute;top:-8%;right:-8%;bottom:-10%;left:18%;width:auto;min-width:84%;height:118%;max-width:none;object-fit:cover;object-position:center 18%;opacity:.96;transform:scale(1.02);filter:saturate(1.03) contrast(1.04)}.home-luxe-hero-copy{position:relative;z-index:3;max-width:30rem;display:grid;grid-gap:.95rem;gap:.95rem}.home-luxe-hero-copy h1{margin:0;max-width:9.6ch;font-size:clamp(3rem,7vw,5.2rem);line-height:.9;letter-spacing:.01em}.home-luxe-hero-summary{max-width:21ch;color:rgba(58,42,31,.84)!important;font-size:1.08rem;line-height:1.5}.home-luxe-hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}.home-luxe-hero-actions .button-ghost{border-color:rgba(90,67,54,.2);background:hsla(0,0%,100%,.48);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-luxe-hero-meta{display:flex;flex-wrap:wrap;gap:.45rem 1rem;color:var(--accent-strong);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-editorial-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.7fr);grid-gap:clamp(1.5rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3.5rem);align-items:end}.home-editorial-intro-copy{display:grid;grid-gap:.45rem;gap:.45rem}.home-editorial-intro h2,.home-manifesto h2,.home-seasonal-band h2,.home-signature-copy h3{margin:0;font-family:var(--font-heading),"Times New Roman",serif;font-weight:600}.home-editorial-intro h2{max-width:14ch;font-size:clamp(2rem,4vw,3.35rem);line-height:.98}.home-editorial-intro-text{margin:0;max-width:33ch;color:var(--ink-muted);font-size:1rem;line-height:1.65}.home-signature-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.8fr) minmax(0,.92fr);grid-gap:clamp(1rem,2.8vw,1.6rem);gap:clamp(1rem,2.8vw,1.6rem);align-items:end}.home-signature-item{display:grid;grid-gap:.85rem;gap:.85rem}.home-signature-item-2{padding-bottom:2.6rem}.home-signature-media{overflow:hidden;background:linear-gradient(155deg,hsla(0,0%,100%,.96),hsla(36,43%,93%,.84)),linear-gradient(145deg,rgba(220,239,231,.18),rgba(220,239,231,0))}.home-signature-item-1 .home-signature-media{aspect-ratio:4/5.35;border-radius:2.2rem 2.2rem 2.8rem 2rem}.home-signature-item-2 .home-signature-media{aspect-ratio:4/4.4;border-radius:1.9rem 1.9rem 2.5rem 1.8rem}.home-signature-item-3 .home-signature-media{aspect-ratio:4/5.8;border-radius:2.6rem 2rem 2.2rem 2.8rem}.home-signature-image{width:100%;height:100%;display:block;object-fit:cover}.home-signature-copy{display:grid;grid-gap:.32rem;gap:.32rem;max-width:24rem}.home-signature-copy h3{font-size:1.45rem}.home-signature-copy p{margin:0;color:var(--ink-muted)}.home-signature-note{color:var(--accent-strong)!important;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.home-manifesto{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.84fr);grid-gap:clamp(1.5rem,4vw,4rem);gap:clamp(1.5rem,4vw,4rem);align-items:start;padding-top:.4rem}.home-manifesto-copy{display:grid;grid-gap:.55rem;gap:.55rem;max-width:36rem}.home-manifesto-copy h2{max-width:11ch;font-size:clamp(2rem,4vw,3.2rem);line-height:.98}.home-manifesto-copy p,.home-seasonal-band p{margin:0;color:var(--ink-muted)}.home-manifesto-side{display:grid;grid-gap:1rem;gap:1rem}.home-manifesto-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.home-manifesto-list li{color:var(--ink);padding-bottom:.7rem;border-bottom:1px solid rgba(90,67,54,.12)}.home-manifesto-links{display:flex;flex-wrap:wrap;gap:.9rem 1.4rem}.home-manifesto-links a{color:var(--accent-strong);text-decoration:none;font-weight:700}.home-manifesto-links a:hover{opacity:.78}.home-occasion-line{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;justify-content:center;padding:.35rem 0;color:var(--accent-strong);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home-occasion-line span{display:inline-flex;align-items:center;gap:1rem}.home-occasion-line span:not(:last-child):after{content:"";width:.35rem;height:.35rem;border-radius:999px;background:rgba(90,67,54,.24)}.home-seasonal-band{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem 2rem;gap:1rem 2rem;align-items:end;padding:clamp(1.2rem,3vw,1.8rem) 0;background:radial-gradient(30rem 18rem at 100% 0,hsla(32,36%,84%,.42),hsla(32,36%,84%,0)),linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3) 42%,hsla(0,0%,100%,0))}.home-seasonal-copy{display:grid;grid-gap:.35rem;gap:.35rem;max-width:32rem}.home-seasonal-band h2{font-size:clamp(1.7rem,3.2vw,2.3rem)}.home-seasonal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}.home-seasonal-actions .button{box-shadow:none}@media (max-width:1020px){.home-editorial{gap:clamp(2.4rem,6vw,4.5rem)}.home-luxe-hero{min-height:clamp(34rem,82vh,46rem)}.home-luxe-hero-image{left:10%;min-width:96%;opacity:.92}.home-editorial-intro,.home-manifesto,.home-seasonal-band{grid-template-columns:1fr}.home-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-signature-item-1{grid-column:1/-1}.home-signature-item-2{padding-bottom:0}.home-manifesto-copy h2{max-width:13ch}.home-seasonal-actions{justify-content:flex-start}}@media (max-width:740px){.home-editorial{gap:2.3rem}.home-luxe-hero{min-height:32rem;padding:1.05rem .95rem 1rem}.home-luxe-hero-copy{max-width:16rem;gap:.75rem}.home-luxe-hero-copy h1{max-width:8.1ch;font-size:clamp(2.7rem,13vw,3.75rem)}.home-luxe-hero-summary{max-width:17ch;font-size:.96rem}.home-luxe-hero-image{top:-4%;right:-32%;bottom:-6%;left:16%;min-width:118%;height:108%;object-position:60% 18%}.home-luxe-hero:before{background:radial-gradient(28rem 20rem at 84% 18%,hsla(32,36%,84%,.38),hsla(32,36%,84%,0) 60%),linear-gradient(90deg,hsla(34,47%,94%,.99),hsla(34,47%,94%,.96) 18%,hsla(34,47%,94%,.84) 32%,hsla(34,47%,94%,.48) 48%,hsla(34,47%,94%,.16) 64%,hsla(34,47%,94%,0) 80%)}.home-luxe-hero-actions,.home-seasonal-actions{display:grid;grid-template-columns:1fr}.home-luxe-hero-actions .button,.home-seasonal-actions .button{width:100%;text-align:center;justify-content:center}.home-luxe-hero-meta{gap:.35rem .8rem;font-size:.66rem}.home-editorial-intro h2,.home-manifesto-copy h2{max-width:12ch;font-size:clamp(1.75rem,8vw,2.2rem)}.home-signature-grid{grid-template-columns:1fr;gap:1.4rem}.home-signature-item-1,.home-signature-item-2,.home-signature-item-3{grid-column:auto}.home-signature-item-1 .home-signature-media,.home-signature-item-2 .home-signature-media,.home-signature-item-3 .home-signature-media{aspect-ratio:4/4.65;border-radius:1.6rem 1.6rem 2rem 1.6rem}.home-occasion-line{justify-content:flex-start;font-size:.72rem}.home-occasion-line span{gap:.65rem}.home-seasonal-band{gap:.85rem}}.brand{min-width:0}.nav-inner,.nav-toggle-cake{position:relative}.nav-toggle-cake{display:block;width:1.15rem;height:1.05rem;flex:0 0 auto}.nav-toggle-cake-topper{position:absolute;left:50%;top:0;width:.16rem;height:.26rem;transform:translateX(-50%);border-radius:999px;background:linear-gradient(180deg,rgba(90,67,54,.92),rgba(124,97,80,.6))}.nav-toggle-cake-topper:after{content:"";position:absolute;left:50%;top:-.15rem;width:.34rem;height:.34rem;transform:translateX(-50%) rotate(45deg);border-radius:.08rem;background:radial-gradient(circle at 35% 35%,#f7eee2 0,#ecd7ae 50%,#cfa97a 100%);box-shadow:0 0 0 1px rgba(90,67,54,.08)}.nav-toggle-cake-layer{position:absolute;left:50%;transform:translateX(-50%);border:1px solid rgba(90,67,54,.16);background:linear-gradient(180deg,hsla(33,62%,86%,.96),rgba(255,251,245,.98))}.nav-toggle-cake-layer-top{top:.28rem;width:.8rem;height:.22rem;border-radius:.3rem .3rem .2rem .2rem}.nav-toggle-cake-layer-bottom{top:.53rem;width:1.08rem;height:.27rem;border-radius:.34rem .34rem .22rem .22rem;background:linear-gradient(180deg,hsla(39,49%,93%,.96),hsla(34,47%,94%,.98))}.nav-toggle-cake-plate{position:absolute;left:50%;bottom:0;width:1.24rem;height:.12rem;transform:translateX(-50%);border-radius:999px;background:rgba(90,67,54,.28)}.nav-toggle:focus-visible .nav-toggle-cake,.nav-toggle:hover .nav-toggle-cake{transform:translateY(-1px)}.nav-open .nav-toggle{border-color:rgba(90,67,54,.24);background:linear-gradient(160deg,hsla(0,0%,100%,.92),hsla(36,43%,93%,.92))}.nav-open .nav-toggle-cake-topper:after{transform:translateX(-50%) rotate(45deg) scale(1.08)}.nav-open .nav-toggle-cake-layer-top{transform:translateX(-50%) translateY(-.02rem)}@media (max-width:740px){.nav{overflow:visible}.nav:before{content:"";position:fixed;inset:0;z-index:0;opacity:0;pointer-events:none;background:hsla(36,43%,93%,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity .16s ease}.nav-open:before{opacity:1}.nav-inner{z-index:1;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;padding:.8rem .85rem;align-items:center}.brand{max-width:8.4rem}.brand-title{max-width:6ch;line-height:.92;font-size:1.14rem}.nav-actions{gap:.45rem;margin-left:auto}.nav-enquire{min-height:2.7rem;padding:.62rem .92rem;background:rgba(255,251,245,.92)}.nav-enquire,.nav-toggle{border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 22px rgba(76,41,29,.08)}.nav-toggle{display:inline-flex;align-items:center;gap:.48rem;min-width:0;height:2.72rem;padding:.62rem .86rem .62rem .74rem}.nav-toggle-label{display:inline-block;font-size:.72rem;letter-spacing:.08em}.nav-links{position:absolute;top:calc(100% + .55rem);left:0;right:0;display:none!important;z-index:32;padding:.55rem;grid-template-columns:1fr;gap:.45rem;border:1px solid rgba(90,67,54,.12);border-radius:1.25rem;background:#f7f1e9;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 24px 42px rgba(76,41,29,.14)}.nav-open .nav-links{display:grid!important}.nav-links a{width:100%;padding:.9rem .95rem;border-radius:.95rem;background:#fffbf5;font-weight:600}.nav-open .nav-inner{padding-bottom:1rem}.home-luxe-hero{min-height:29.5rem;padding:1rem .95rem 1.05rem}.home-luxe-hero:before{background:radial-gradient(26rem 19rem at 84% 18%,hsla(32,36%,84%,.34),hsla(32,36%,84%,0) 58%),linear-gradient(90deg,hsla(34,47%,94%,.985),hsla(34,47%,94%,.96) 26%,hsla(34,47%,94%,.83) 40%,hsla(34,47%,94%,.48) 54%,hsla(34,47%,94%,.12) 68%,hsla(34,47%,94%,0) 80%)}.home-luxe-hero-copy{max-width:15rem;gap:.68rem}.home-luxe-hero-copy h1{max-width:7.6ch;font-size:clamp(2.35rem,11.5vw,3.3rem)}.home-luxe-hero-summary{max-width:18ch;font-size:.92rem}.home-luxe-hero-image{top:-2%;right:-42%;bottom:-4%;left:19%;min-width:124%;height:104%;object-position:66% 18%}.home-luxe-hero-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.4rem .7rem;gap:.4rem .7rem;font-size:.64rem}.home-luxe-hero-meta span:last-child{grid-column:1/-1}}@media (max-width:430px){.brand{max-width:10rem}.brand-title{max-width:none;font-size:.95rem;white-space:nowrap}.nav-actions{gap:.38rem}.nav-enquire{min-height:2.58rem;padding:.58rem .82rem;font-size:.82rem}.nav-toggle{width:2.72rem;padding:.62rem;justify-content:center}.nav-toggle-label{display:none}.cake-journey-hero h1{max-width:10.8ch;font-size:clamp(1.95rem,9.4vw,2.55rem);line-height:.95}.cake-journey-hero>p:not(.kicker){font-size:.96rem}}.home-editorial-composed{gap:clamp(2.8rem,6vw,5.8rem)}.home-atelier-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:clamp(1.4rem,4vw,3rem);gap:clamp(1.4rem,4vw,3rem);padding:clamp(1.3rem,3vw,2.2rem) 0;background:none}.home-atelier-copy{position:relative;z-index:2;display:grid;grid-gap:.95rem;gap:.95rem;align-content:start}.home-atelier-copy h1{margin:0;max-width:8.5ch;font-family:var(--font-heading),"Times New Roman",serif;font-size:clamp(3.5rem,7vw,5.9rem);line-height:.88;letter-spacing:.01em}.home-atelier-summary{margin:0;max-width:23ch;color:rgba(58,42,31,.82);font-size:1.06rem;line-height:1.55}.home-atelier-actions{gap:.7rem}.home-atelier-process-line{display:flex;flex-wrap:wrap;gap:.48rem}.home-atelier-process-line span{padding:.36rem .72rem;border:1px solid rgba(90,67,54,.14);border-radius:999px;background:hsla(0,0%,100%,.72);color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.home-atelier-stage{min-height:40rem}.home-atelier-main-shot{position:relative;margin-left:clamp(2.2rem,6vw,5rem);border-radius:2rem 2rem 3rem 2rem;overflow:hidden;background:hsla(0,0%,100%,.9);border:1px solid rgba(90,67,54,.1);box-shadow:0 28px 60px rgba(76,41,29,.14)}.home-atelier-main-shot:after{content:"";position:absolute;inset:0;border:1px solid hsla(0,0%,100%,.34);border-radius:inherit;pointer-events:none}.home-atelier-main-image,.home-atelier-mini-image,.home-process-frame-image,.home-seasonal-stage-image,.home-signature-atlas-image{display:block;width:100%;height:100%;object-fit:cover}.home-floating-note{position:absolute;z-index:3;max-width:13rem;display:grid;grid-gap:.35rem;gap:.35rem;padding:.9rem 1rem;border:1px solid rgba(90,67,54,.12);border-radius:1.15rem;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 34px rgba(76,41,29,.12)}.home-floating-note p:last-child{margin:0;color:var(--ink-muted)}.home-floating-note-top{top:1.2rem;left:0;transform:rotate(-3deg)}.home-floating-note-bottom{right:.2rem;bottom:1.3rem;transform:rotate(4deg)}.home-atelier-mini-shot{position:absolute;left:.3rem;bottom:2.2rem;width:min(28%,13rem);border-radius:1.35rem;overflow:hidden;background:hsla(0,0%,100%,.92);border:1px solid rgba(90,67,54,.1);box-shadow:0 16px 34px rgba(76,41,29,.12);transform:rotate(-5deg)}.home-atelier-mini-image{aspect-ratio:4/5}.home-signature-atlas{display:grid;grid-gap:1.6rem;gap:1.6rem}.home-signature-atlas-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:clamp(1rem,3vw,2rem);gap:clamp(1rem,3vw,2rem);align-items:end}.home-bakeboard-copy h2,.home-seasonal-stage-copy h2,.home-signature-atlas-head h2{margin:0;max-width:12ch;font-family:var(--font-heading),"Times New Roman",serif;font-size:clamp(2.1rem,4vw,3.2rem);line-height:.94}.home-bakeboard-copy>p,.home-seasonal-stage-copy>p,.home-signature-atlas-head>p{margin:0;max-width:32rem;color:var(--ink-muted);line-height:1.62}.home-signature-atlas-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) minmax(0,.82fr);grid-gap:1rem;gap:1rem;align-items:end}.home-signature-atlas-item{position:relative;display:grid;grid-gap:.75rem;gap:.75rem}.home-signature-atlas-item-1{grid-row:span 2}.home-signature-atlas-item-2{padding-bottom:2.2rem}.home-signature-atlas-media{overflow:hidden;border:1px solid rgba(90,67,54,.1);background:hsla(0,0%,100%,.92);box-shadow:0 22px 48px rgba(76,41,29,.14)}.home-signature-atlas-item-1 .home-signature-atlas-media{aspect-ratio:4/5.35;border-radius:2.1rem 2.1rem 3rem 2rem}.home-signature-atlas-item-2 .home-signature-atlas-media{aspect-ratio:4/4.85;border-radius:1.8rem 1.8rem 2.6rem 1.8rem}.home-signature-atlas-item-3 .home-signature-atlas-media{aspect-ratio:4/5.1;border-radius:1.6rem 1.6rem 2.4rem 1.6rem}.home-signature-atlas-copy{display:grid;grid-gap:.4rem;gap:.4rem;padding-inline:.1rem}.home-process-frame-copy h3,.home-signature-atlas-copy h3{margin:0;font-family:var(--font-heading),"Times New Roman",serif;font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1}.home-process-frame-copy p,.home-signature-atlas-copy p{margin:0;color:var(--ink-muted)}.home-signature-atlas-meta{display:flex;flex-wrap:wrap;gap:.4rem}.home-process-frame-copy span,.home-seasonal-tag span,.home-signature-atlas-meta span{display:inline-flex;align-items:center;justify-content:center;padding:.26rem .62rem;border:1px solid rgba(90,67,54,.14);border-radius:999px;background:hsla(0,0%,100%,.72);color:var(--accent-strong);font-size:.76rem;font-weight:700}.home-bakeboard-links a,.home-signature-atlas-copy a{color:var(--accent-strong);text-decoration:none;font-weight:700}.home-bakeboard-links a:hover,.home-signature-atlas-copy a:hover{color:var(--ink)}.home-bakeboard{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(1.4rem,4vw,3rem);gap:clamp(1.4rem,4vw,3rem);align-items:start}.home-bakeboard-copy{display:grid;grid-gap:.9rem;gap:.9rem}.home-bakeboard-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.6rem;gap:.6rem}.home-bakeboard-list li{position:relative;padding-left:1rem;color:var(--ink-muted)}.home-bakeboard-list li:before{content:"";position:absolute;left:0;top:.65rem;width:.3rem;height:.3rem;border-radius:999px;background:rgba(90,67,54,.34)}.home-bakeboard-links{display:flex;flex-wrap:wrap;gap:.9rem}.home-bakeboard-canvas{position:relative;min-height:34rem}.home-bakeboard-canvas:before{content:"";position:absolute;inset:2.5rem 1rem 2.5rem 1rem;border-radius:2rem;background:radial-gradient(18rem 12rem at 0 0,hsla(32,36%,84%,.28),hsla(32,36%,84%,0)),linear-gradient(160deg,hsla(0,0%,100%,.66),hsla(0,0%,100%,.16));pointer-events:none}.home-process-frame{position:absolute;display:grid;grid-gap:.65rem;gap:.65rem}.home-process-frame-1{top:0;left:0;width:39%;transform:rotate(-3deg)}.home-process-frame-2{top:4.2rem;right:2%;width:42%;transform:rotate(3deg)}.home-process-frame-3{bottom:0;left:18%;width:38%;transform:rotate(-2deg)}.home-process-frame-media{overflow:hidden;aspect-ratio:4/5;border-radius:1.55rem;border:1px solid rgba(90,67,54,.1);background:hsla(0,0%,100%,.92);box-shadow:0 18px 34px rgba(76,41,29,.12)}.home-process-frame-copy{display:grid;grid-gap:.28rem;gap:.28rem;padding-inline:.15rem}.home-process-frame-copy span{justify-self:start}.home-seasonal-stage{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(1.4rem,4vw,3rem);gap:clamp(1.4rem,4vw,3rem);align-items:center;padding:clamp(1.3rem,3vw,2.1rem) 0;background:radial-gradient(34rem 18rem at 100% 12%,hsla(32,36%,84%,.34),hsla(32,36%,84%,0)),linear-gradient(180deg,hsla(0,0%,100%,.32),hsla(0,0%,100%,0))}.home-seasonal-stage-copy{display:grid;grid-gap:.8rem;gap:.8rem}.home-seasonal-stage-actions{display:flex;flex-wrap:wrap;gap:.7rem}.home-seasonal-stage-visual{position:relative;min-height:24rem}.home-seasonal-shot{position:absolute;overflow:hidden;border:1px solid rgba(90,67,54,.1);background:hsla(0,0%,100%,.92);box-shadow:0 20px 38px rgba(76,41,29,.12)}.home-seasonal-shot-main{top:0;right:5%;width:56%;border-radius:1.9rem 1.9rem 2.8rem 1.9rem}.home-seasonal-shot-secondary{bottom:0;left:8%;width:34%;border-radius:1.35rem;transform:rotate(-6deg)}.home-seasonal-shot-main .home-seasonal-stage-image{aspect-ratio:4/5.1}.home-seasonal-shot-secondary .home-seasonal-stage-image{aspect-ratio:4/5}.home-seasonal-tag{position:absolute;top:1.2rem;left:0;z-index:2;display:grid;grid-gap:.45rem;gap:.45rem;padding:.85rem 1rem;border:1px solid rgba(90,67,54,.12);border-radius:1.15rem;background:hsla(0,0%,100%,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 16px 32px rgba(76,41,29,.1);transform:rotate(-4deg)}@media (max-width:1020px){.home-atelier-hero,.home-bakeboard,.home-seasonal-stage,.home-signature-atlas-head{grid-template-columns:1fr}.home-atelier-stage{min-height:34rem}.home-signature-atlas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-signature-atlas-item-1{grid-column:1/-1;grid-row:auto}.home-signature-atlas-item-2{padding-bottom:0}.home-bakeboard-canvas{min-height:30rem}.home-seasonal-stage-visual{min-height:22rem}}@media (max-width:740px){.home-editorial-composed{gap:2.4rem}.home-atelier-hero{gap:1.2rem;padding:.5rem 0 1.2rem}.home-atelier-copy h1{max-width:7.2ch;font-size:clamp(2.75rem,12vw,4rem)}.home-atelier-summary{max-width:19ch;font-size:.98rem}.home-atelier-stage{min-height:27rem}.home-atelier-main-shot{margin-left:0}.home-atelier-mini-shot{left:.5rem;bottom:-.9rem;width:39%}.home-floating-note{max-width:10.4rem;padding:.75rem .85rem}.home-floating-note-top{top:.7rem;left:.45rem}.home-floating-note-bottom{right:.45rem;bottom:.5rem}.home-signature-atlas-grid{grid-template-columns:1fr}.home-bakeboard-copy h2,.home-seasonal-stage-copy h2,.home-signature-atlas-head h2{font-size:clamp(1.9rem,8vw,2.55rem)}.home-bakeboard-canvas{min-height:27rem}.home-process-frame-1{width:46%}.home-process-frame-2{top:3.6rem;width:48%}.home-process-frame-3{left:14%;width:44%}.home-seasonal-stage-visual{min-height:20rem}.home-seasonal-shot-main{right:1%;width:60%}.home-seasonal-shot-secondary{left:2%;width:38%}}@media (max-width:430px){.home-atelier-copy h1{max-width:6.8ch;font-size:clamp(2.35rem,13vw,3.2rem)}.home-atelier-actions,.home-seasonal-stage-actions{display:grid;grid-template-columns:1fr}.home-atelier-actions .button,.home-seasonal-stage-actions .button{width:100%;justify-content:center;text-align:center}.home-atelier-process-line{gap:.36rem}.home-atelier-process-line span{padding:.3rem .58rem;font-size:.7rem}.home-floating-note{max-width:9rem;font-size:.82rem}.home-bakeboard-canvas{min-height:23rem}.home-process-frame-1{width:50%}.home-process-frame-2{width:52%}.home-process-frame-3{width:48%}}.home-atelier-hero{min-height:clamp(37rem,70vw,48rem);overflow:hidden}.home-atelier-hero:before{inset:-8% -4% auto auto;width:min(40rem,58vw);height:min(26rem,42vw);border-radius:999px;background:radial-gradient(circle,hsla(33,62%,86%,.58) 0,hsla(33,62%,86%,.08) 52%,hsla(33,62%,86%,0) 72%);pointer-events:none;z-index:0}.home-atelier-hero:after{inset:auto auto 4% 12%;width:14rem;height:14rem;border-radius:999px;background:radial-gradient(circle,rgba(220,239,231,.34) 0,rgba(220,239,231,.06) 52%,rgba(220,239,231,0) 72%);z-index:0}.home-atelier-copy{padding-block:clamp(.8rem,3vw,2rem)}.home-atelier-copy h1{max-width:6.1ch;font-size:clamp(4rem,7.2vw,6.45rem)}.home-atelier-summary{max-width:21ch}.home-atelier-stage{min-height:clamp(34rem,55vw,43rem)}.home-atelier-stage:before{content:"";position:absolute;inset:14% 2% 10% 12%;border-radius:48% 52% 40% 60%/18% 18% 24% 24%;background:radial-gradient(circle at 35% 32%,hsla(0,0%,100%,.9),hsla(0,0%,100%,.24) 44%,hsla(0,0%,100%,0) 72%);pointer-events:none}.home-atelier-main-shot{margin-left:clamp(1.7rem,6vw,4.3rem);border-radius:2.4rem 2.4rem 4rem 2.4rem;background:transparent;border:0;box-shadow:0 30px 60px rgba(76,41,29,.16)}.home-atelier-main-shot:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,hsla(34,47%,94%,.98),hsla(34,47%,94%,.92) 10%,hsla(34,47%,94%,.56) 22%,hsla(34,47%,94%,.14) 34%,hsla(34,47%,94%,0) 48%),linear-gradient(180deg,hsla(34,47%,94%,.12),hsla(34,47%,94%,0) 18%,hsla(34,47%,94%,0) 82%,hsla(34,47%,94%,.18));pointer-events:none}.home-atelier-main-shot:after{inset:1px;border:0;background:linear-gradient(145deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,0))}.home-atelier-main-image{position:relative;z-index:0;aspect-ratio:4/5.1;transform:scale(1.02)}.home-atelier-spark{position:absolute;z-index:2;border-radius:999px;pointer-events:none;background:radial-gradient(circle at 35% 35%,hsla(0,0%,100%,.94),hsla(33,62%,86%,.85) 34%,hsla(33,62%,86%,0) 72%);box-shadow:0 0 24px hsla(33,62%,86%,.45)}.home-atelier-spark-one{top:4.2rem;right:8.4rem;width:6.5rem;height:6.5rem}.home-atelier-spark-two{bottom:6rem;left:2.4rem;width:3.7rem;height:3.7rem}.home-floating-note{background:linear-gradient(180deg,hsla(0,0%,100%,.94),hsla(34,47%,94%,.9));border:1px solid rgba(90,67,54,.08);box-shadow:0 20px 34px rgba(76,41,29,.1)}.home-floating-note-top{top:1.4rem;left:.4rem}.home-floating-note-bottom{right:.1rem;bottom:1.4rem}.home-atelier-mini-shot{left:.8rem;bottom:2rem;background:transparent;border:0;box-shadow:0 16px 32px rgba(76,41,29,.14)}.home-signature-atlas{position:relative;gap:1.8rem}.home-signature-atlas:before{content:"";position:absolute;inset:-.8rem auto auto 0;width:5.8rem;height:1px;background:linear-gradient(90deg,rgba(90,67,54,.44),rgba(90,67,54,0))}.home-bakeboard-copy h2,.home-seasonal-stage-copy h2,.home-signature-atlas-head h2{max-width:13ch}.home-signature-atlas-grid{gap:1.2rem}.home-signature-atlas-item-2{padding-top:1.8rem;padding-bottom:0}.home-signature-atlas-item-3{margin-top:-1.4rem}.home-process-frame-media,.home-seasonal-shot,.home-signature-atlas-media{position:relative;border:0;background:transparent;box-shadow:0 20px 40px rgba(76,41,29,.14)}.home-process-frame-media:before,.home-seasonal-shot:before,.home-signature-atlas-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,0));pointer-events:none}.home-process-frame-copy,.home-signature-atlas-copy{gap:.45rem}.home-bakeboard{position:relative}.home-bakeboard:before{content:"";position:absolute;inset:-2rem 8% auto auto;width:16rem;height:16rem;border-radius:999px;background:radial-gradient(circle,hsla(33,62%,86%,.3),hsla(33,62%,86%,0) 72%);pointer-events:none}.home-bakeboard-canvas{min-height:36rem}.home-bakeboard-canvas:before{inset:2.8rem .6rem 2.5rem .8rem;border-radius:2.8rem;background:radial-gradient(18rem 12rem at 0 0,hsla(32,36%,84%,.22),hsla(32,36%,84%,0)),radial-gradient(15rem 10rem at 88% 76%,rgba(220,239,231,.16),rgba(220,239,231,0)),linear-gradient(160deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.08))}.home-bakeboard-canvas:after{content:"";position:absolute;inset:3.8rem 2.6rem 3.4rem 2.2rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 360'%3E%3Cpath d='M54 92 C148 16 216 24 256 98 S364 186 450 132' fill='none' stroke='rgba(90,67,54,0.26)' stroke-width='2.5' stroke-linecap='round' stroke-dasharray='2 12'/%3E%3C/svg%3E") 50%/100% 100% no-repeat;pointer-events:none;opacity:.7}.home-seasonal-stage{position:relative}.home-seasonal-stage:before{content:"";position:absolute;inset:auto auto -2rem 0;width:14rem;height:14rem;border-radius:999px;background:radial-gradient(circle,rgba(220,239,231,.24),rgba(220,239,231,0) 72%);pointer-events:none}@media (max-width:740px){.home-atelier-hero{min-height:40rem;padding:.55rem 0 .85rem}.home-atelier-copy{min-height:33.5rem;padding:.25rem 0 0}.home-atelier-copy h1{max-width:4.9ch;font-size:clamp(2.9rem,15vw,4.25rem)}.home-atelier-summary{max-width:12.5ch;font-size:.98rem}.home-atelier-stage{position:absolute;inset:0;min-height:0;pointer-events:none}.home-atelier-stage:before{inset:18% -6% auto 38%;height:18rem}.home-atelier-main-shot{position:absolute;top:2.2rem;right:-16%;width:78%;margin-left:0;border-radius:2rem 2rem 3.1rem 2rem;box-shadow:0 22px 42px rgba(76,41,29,.14)}.home-atelier-main-shot:before{background:linear-gradient(90deg,hsla(34,47%,94%,.98),hsla(34,47%,94%,.94) 20%,hsla(34,47%,94%,.54) 36%,hsla(34,47%,94%,.1) 48%,hsla(34,47%,94%,0) 62%),linear-gradient(180deg,hsla(34,47%,94%,.14),hsla(34,47%,94%,0) 18%,hsla(34,47%,94%,0) 84%,hsla(34,47%,94%,.22))}.home-atelier-main-image{aspect-ratio:4/5.5;object-position:64% 18%}.home-floating-note{max-width:8.7rem;padding:.68rem .78rem;font-size:.8rem}.home-floating-note-top{top:auto;right:.8rem;bottom:7.4rem;left:auto;transform:rotate(3deg)}.home-atelier-mini-shot,.home-atelier-spark-two,.home-floating-note-bottom{display:none}.home-atelier-spark-one{top:4.6rem;right:3rem;width:4.4rem;height:4.4rem}.home-signature-atlas-item-3{margin-top:0}.home-bakeboard-canvas{min-height:28rem}.home-bakeboard-canvas:after{inset:3rem 1rem 3rem 1rem}}@media (max-width:430px){.home-atelier-hero{min-height:37.8rem}.home-atelier-copy{min-height:31.5rem}.home-atelier-copy h1{max-width:4.7ch;font-size:clamp(2.65rem,14.8vw,3.8rem)}.home-atelier-summary{max-width:12ch;font-size:.95rem}.home-atelier-main-shot{top:2.4rem;right:-24%;width:84%}.home-floating-note-top{right:.65rem;bottom:6.7rem}.home-bakeboard-canvas{min-height:25rem}}@media (max-width:740px){.home-floating-note-top{display:none}.home-atelier-summary{max-width:13.5ch}}.nav{background:rgba(255,251,245,.88);border-bottom-color:rgba(90,67,54,.1)}.nav-inner{padding-block:.95rem}.nav-links{gap:1rem}.footer-links a,.nav-links a{color:rgba(58,42,31,.88)}.nav-toggle{border-radius:999px;background:hsla(0,0%,100%,.92);box-shadow:0 10px 22px rgba(76,41,29,.08)}.nav-toggle-icon{gap:.24rem}.nav-toggle-bar{width:.96rem;height:1.5px;background:var(--accent-strong)}.home-refined{display:grid;grid-gap:clamp(3.2rem,7vw,6rem);gap:clamp(3.2rem,7vw,6rem)}.home-refined-hero,.home-refined-seasonal,.home-refined-studio{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:center}.home-refined-hero{min-height:clamp(34rem,72vh,46rem)}.home-refined-hero-copy,.home-refined-seasonal-copy,.home-refined-studio-copy{display:grid;grid-gap:.95rem;gap:.95rem}.home-refined-hero-copy h1,.home-refined-seasonal-copy h2,.home-refined-section-head h2,.home-refined-studio-copy h2{margin:0;font-family:var(--font-heading),"Times New Roman",serif;font-weight:600;line-height:.94;letter-spacing:.01em}.home-refined-hero-copy h1{max-width:8.8ch;font-size:clamp(3rem,6vw,5.45rem)}.home-refined-seasonal-copy h2,.home-refined-section-head h2,.home-refined-studio-copy h2{max-width:12.5ch;font-size:clamp(2rem,4vw,3.15rem)}.home-refined-hero-summary,.home-refined-seasonal-copy>p,.home-refined-section-head>p,.home-refined-studio-copy>p{margin:0;max-width:32rem;color:var(--ink-muted);line-height:1.66}.home-refined-hero-summary{max-width:24ch;font-size:1.04rem}.home-refined-service-line{display:flex;flex-wrap:wrap;gap:.55rem .8rem}.home-refined-collection-meta span,.home-refined-seasonal-prices span,.home-refined-service-line span{display:inline-flex;align-items:center;justify-content:center;padding:.34rem .7rem;border:1px solid rgba(90,67,54,.12);border-radius:999px;background:hsla(0,0%,100%,.7);color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.04em}.home-refined-hero-media,.home-refined-seasonal-visuals{position:relative}.home-refined-collection-media,.home-refined-hero-shot,.home-refined-seasonal-main,.home-refined-seasonal-secondary,.home-refined-studio-frame-media{position:relative;overflow:hidden;background:hsla(0,0%,100%,.95);box-shadow:0 24px 54px rgba(76,41,29,.12)}.home-refined-hero-shot{border-radius:2rem 2rem 3rem 2rem}.home-refined-hero-shot:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,0) 22%,hsla(0,0%,100%,.12)),linear-gradient(90deg,hsla(34,47%,94%,.1),hsla(34,47%,94%,0));pointer-events:none}.home-refined-collection-image,.home-refined-hero-image,.home-refined-seasonal-image,.home-refined-studio-frame-image{display:block;width:100%;height:100%;object-fit:cover}.home-refined-hero-image{aspect-ratio:4/5.15}.home-refined-hero-caption{position:absolute;left:1rem;bottom:1rem;z-index:2;max-width:14rem;display:grid;grid-gap:.3rem;gap:.3rem;padding:.9rem .95rem;border-radius:1rem;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 28px rgba(76,41,29,.08)}.home-refined-hero-caption p:last-child{margin:0;font-size:.88rem;color:var(--ink-muted)}.home-refined-collections{display:grid;grid-gap:1.5rem;gap:1.5rem}.home-refined-section-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:clamp(1rem,3vw,2rem);gap:clamp(1rem,3vw,2rem);align-items:end}.home-refined-collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.2rem;gap:1.2rem}.home-refined-collection-link{display:block;color:inherit;text-decoration:none}.home-refined-collection-card{display:grid;grid-gap:.9rem;gap:.9rem}.home-refined-collection-media{border-radius:1.5rem}.home-refined-collection-copy{display:grid;grid-gap:.42rem;gap:.42rem}.home-refined-collection-copy h3,.home-refined-studio-frame-copy h3{margin:0;font-family:var(--font-heading),"Times New Roman",serif;font-size:clamp(1.35rem,2.4vw,1.85rem);line-height:1.02;font-weight:600}.home-refined-collection-copy p,.home-refined-studio-frame-copy p{margin:0;color:var(--ink-muted)}.home-refined-collection-meta{display:flex;flex-wrap:wrap;gap:.45rem}.home-refined-studio{align-items:start}.home-refined-studio-list{margin:0;padding-left:1.05rem;display:grid;grid-gap:.48rem;gap:.48rem}.home-refined-studio-list li{color:var(--ink-muted)}.home-refined-studio-visuals{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:1rem;gap:1rem;align-items:start}.home-refined-studio-frame{display:grid;grid-gap:.7rem;gap:.7rem}.home-refined-studio-frame:first-child{grid-row:span 2}.home-refined-studio-frame-media{border-radius:1.4rem}.home-refined-studio-frame:first-child .home-refined-studio-frame-media{aspect-ratio:4/5.4}.home-refined-studio-frame:not(:first-child) .home-refined-studio-frame-media{aspect-ratio:4/4.25}.home-refined-seasonal{align-items:center}.home-refined-seasonal-prices{display:flex;flex-wrap:wrap;gap:.55rem}.home-refined-seasonal-visuals{min-height:27rem}.home-refined-seasonal-main{position:absolute;top:0;right:0;width:min(72%,25rem);border-radius:1.75rem 1.75rem 2.5rem 1.75rem}.home-refined-seasonal-secondary{position:absolute;left:0;bottom:0;width:min(40%,13rem);border-radius:1.2rem}.portfolio-grid{gap:1.6rem}.portfolio-card.card{padding:0;border:0;background:transparent;box-shadow:none}.portfolio-media{border:0;border-radius:1.6rem;box-shadow:0 22px 48px rgba(76,41,29,.12)}.portfolio-card>.kicker,.portfolio-card>h2,.portfolio-card>p{padding-inline:.2rem}.portfolio-card h2{font-size:clamp(1.5rem,2.6vw,2rem)}.cake-journey-finale,.portfolio-cta.card{border-color:rgba(90,67,54,.08);background:hsla(0,0%,100%,.72);box-shadow:0 10px 24px rgba(76,41,29,.06)}.cake-journey-hero{padding-inline:0;border:0;background:transparent;box-shadow:none}.cake-journey-meta p{background:hsla(0,0%,100%,.58)}.cake-journey-chapter,.cake-journey-rail,.cake-journey-stage{border-color:rgba(90,67,54,.08);background:hsla(0,0%,100%,.72);box-shadow:0 12px 26px rgba(76,41,29,.06)}.cake-journey-mobile-media,.cake-journey-stage-media{border:0;box-shadow:inset 0 0 0 1px rgba(90,67,54,.08)}.cake-journey-chapter{min-height:74vh}@media (max-width:1100px){.home-refined-hero,.home-refined-seasonal,.home-refined-section-head,.home-refined-studio{grid-template-columns:1fr}.home-refined-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:740px){.nav-inner{padding:.8rem .85rem}.nav-toggle{width:2.7rem;height:2.7rem;padding:.62rem}.nav-links{top:calc(100% + .45rem);border-radius:1rem;background:#f7f1e9;box-shadow:0 18px 36px rgba(76,41,29,.1)}.home-refined{gap:2.7rem}.home-refined-hero{gap:1.1rem}.home-refined-hero-media{order:-1}.home-refined-hero-copy h1{max-width:9ch;font-size:clamp(2.55rem,11.8vw,3.8rem)}.home-refined-hero-summary{max-width:none;font-size:.98rem}.home-refined-seasonal-prices,.home-refined-service-line{gap:.45rem}.home-refined-collection-meta span,.home-refined-seasonal-prices span,.home-refined-service-line span{font-size:.72rem;padding:.32rem .58rem}.home-refined-hero-caption{left:.8rem;right:.8rem;bottom:.8rem;max-width:none}.home-refined-collections-grid,.home-refined-studio-visuals{grid-template-columns:1fr}.home-refined-studio-frame:first-child{grid-row:auto}.home-refined-seasonal-visuals{min-height:21rem}.home-refined-seasonal-main{width:72%}.home-refined-seasonal-secondary{width:42%}.cake-journey-hero{padding-inline:clamp(1.1rem,4vw,1.3rem)}.cake-journey-chapter{min-height:auto}}@media (max-width:430px){.brand-title{font-size:1rem}.nav-enquire{padding-inline:.82rem}.home-refined-hero-copy h1{max-width:8.5ch;font-size:clamp(2.3rem,11vw,3.35rem)}.home-refined-hero-shot{border-radius:1.45rem 1.45rem 2rem 1.45rem}.home-refined-seasonal-visuals{min-height:18rem}.home-refined-seasonal-main{width:74%}.home-refined-seasonal-secondary{width:45%}}.section-shell>.hero:first-child{border:0;background:transparent;box-shadow:none;padding-inline:0}.nav{background:hsla(37,57%,95%,.86);border-bottom-color:rgba(76,41,29,.1)}.contact-link:hover,.footer-links a:hover,.nav-links a:hover{color:#7a4a36}.nav-enquire{border-color:rgba(76,41,29,.16);background:linear-gradient(180deg,#5d3221,#3f1e14);box-shadow:0 14px 24px rgba(76,41,29,.18)}.nav-enquire,.nav-enquire.button-ghost{color:#fff6eb}.brand-logo{display:flex;align-items:center}.brand-mark{display:block;width:auto;height:clamp(5.1rem,8vw,7.2rem);object-fit:contain}@media (max-width:740px){.brand,.brand-logo{max-width:none}.brand-mark{height:clamp(4.1rem,14vw,5.1rem)}}@media (max-width:430px){.brand-logo{max-width:none}.brand-mark{height:clamp(3.7rem,15vw,4.4rem)}}.home-bakery{--bakery-paper:#efe4d3;--bakery-paper-soft:#f6eee2;--bakery-card:rgba(255,250,243,.78);--bakery-card-strong:rgba(255,249,241,.92);--bakery-line:rgba(86,57,39,.14);--bakery-line-strong:rgba(86,57,39,.24);--bakery-ink:#382117;--bakery-ink-soft:#6f5242;--bakery-coral:#dd6a45;--bakery-coral-deep:#b84f2f;--bakery-cocoa:#4a2418;--bakery-butter:#e8cf74;position:relative;display:grid;grid-gap:clamp(1.5rem,3vw,2.4rem);gap:clamp(1.5rem,3vw,2.4rem);padding:clamp(1rem,2vw,1.45rem);border:1px solid var(--bakery-line);border-radius:2rem;background:radial-gradient(36rem 20rem at 8% 0,hsla(0,0%,100%,.52),hsla(0,0%,100%,0)),radial-gradient(22rem 18rem at 94% 8%,hsla(47,72%,68%,.18),hsla(47,72%,68%,0)),linear-gradient(180deg,#f5efe5 0,var(--bakery-paper) 52%,#f8f1e7 100%);box-shadow:0 24px 52px rgba(94,66,47,.08);overflow:hidden}.home-bakery:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(86,57,39,.04),rgba(86,57,39,.04) 1px,transparent 0,transparent 33.333%),linear-gradient(180deg,rgba(86,57,39,.04),rgba(86,57,39,.04) 1px,transparent 0,transparent 33.333%);background-size:100% 100%,100% 100%;opacity:.38;pointer-events:none}.home-bakery>*{position:relative;z-index:1}.home-bakery .kicker{color:var(--bakery-coral-deep);letter-spacing:.12em}.home-bakery p{margin:0;color:var(--bakery-ink-soft)}.home-bakery h1,.home-bakery h2,.home-bakery h3{margin:0;color:var(--bakery-ink);font-family:var(--font-heading),"Times New Roman",serif;font-weight:600;line-height:.92}.home-bakery-hero,.home-bakery-story{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);grid-gap:clamp(1.25rem,3vw,2.4rem);gap:clamp(1.25rem,3vw,2.4rem);align-items:center}.home-bakery-board,.home-bakery-shelf,.home-bakery-story{padding-top:clamp(1.25rem,2.4vw,1.65rem);border-top:1px solid var(--bakery-line)}.home-bakery-copy,.home-bakery-process-copy{display:grid;grid-gap:1rem;gap:1rem}.home-bakery-heading{display:grid;grid-gap:.35rem;gap:.35rem}.home-bakery-strap{font-size:.79rem;letter-spacing:.1em;text-transform:uppercase}.home-bakery h1{max-width:7.9ch;font-size:clamp(3.1rem,7vw,5.95rem)}.home-bakery-summary{max-width:32rem;font-size:1.02rem;line-height:1.7}.home-bakery-service-tags{display:flex;flex-wrap:wrap;gap:.55rem}.home-bakery-board-meta span,.home-bakery-service-tags span{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .72rem;border:1px solid var(--bakery-line);border-radius:999px;background:rgba(255,252,247,.78);color:var(--bakery-cocoa);font-size:.76rem;font-weight:700;letter-spacing:.04em}.home-bakery-actions{display:flex;flex-wrap:wrap;gap:.72rem}.bakery-ticket{display:inline-grid;justify-items:start;gap:.08rem;min-width:10.25rem;padding:.82rem 1rem .78rem;border:1px solid var(--bakery-line-strong);border-radius:999px;color:var(--bakery-ink);text-decoration:none;-webkit-clip-path:none;clip-path:none;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.bakery-ticket:hover{transform:translateY(-1px);filter:brightness(.99)}.bakery-ticket-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.bakery-ticket-primary{background:linear-gradient(180deg,#5d3221,#401e14);color:#fff6eb;box-shadow:0 14px 28px rgba(76,41,29,.18)}.bakery-ticket-secondary{background:linear-gradient(180deg,rgba(255,251,245,.92),hsla(36,58%,92%,.88));box-shadow:0 10px 22px rgba(86,57,39,.08)}.home-bakery-mini-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.home-bakery-board-card,.home-bakery-mini-note,.home-bakery-note-card,.home-bakery-shelf-card,.home-bakery-stage-note{border:1px solid var(--bakery-line);background:var(--bakery-card);box-shadow:0 12px 24px rgba(86,57,39,.06)}.home-bakery-mini-note{display:grid;grid-gap:.4rem;gap:.4rem;padding:.95rem;min-height:100%}.home-bakery-mini-note p:last-child{line-height:1.58;font-size:.92rem}.home-bakery-stage{min-width:0}.home-bakery-stage-surface{position:relative;min-height:37rem;border:1px solid var(--bakery-line);border-radius:2rem;background:linear-gradient(180deg,hsla(34,70%,96%,.96),hsla(33,62%,86%,.92)),linear-gradient(135deg,hsla(47,72%,68%,.14),hsla(47,72%,68%,0));overflow:visible}.home-bakery-stage-surface:before{content:"";position:absolute;left:50%;bottom:1.25rem;width:min(66%,19rem);height:1.15rem;transform:translateX(-50%);border-radius:999px;background:rgba(76,41,29,.16);filter:blur(14px)}.home-bakery-stage-note{position:absolute;z-index:3;display:grid;grid-gap:.4rem;gap:.4rem;padding:1rem;border-radius:1.2rem;max-width:15rem}.home-bakery-board-copy p,.home-bakery-note-card p:last-child,.home-bakery-stage-note p:last-child{line-height:1.62}.home-bakery-stage-note-top{top:.9rem;left:.9rem}.home-bakery-stage-note-bottom{right:.9rem;bottom:1rem;max-width:18rem;display:grid;grid-template-columns:auto 1fr;grid-gap:.85rem;gap:.85rem;align-items:center}.home-bakery-stage-thumb{position:relative;width:4.5rem;aspect-ratio:4/5;border-radius:1rem;overflow:hidden;background:hsla(0,0%,100%,.72)}.home-bakery-stage-thumb-image{width:100%;height:100%;object-fit:cover}.home-bakery-cutout-wrap{position:absolute;inset:2.6rem 1rem 1.2rem 1rem;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;z-index:2}.home-bakery-cutout-glow{position:absolute;bottom:3.1rem;width:min(84%,28rem);aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,hsla(47,73%,68%,.72),hsla(47,73%,68%,.16) 46%,hsla(47,73%,68%,0))}.home-bakery-cutout{position:relative;width:min(88%,31.5rem);height:auto;object-fit:contain;filter:drop-shadow(0 22px 34px rgba(76,41,29,.16));transform:translateY(2rem)}.home-bakery-stage-stamp{position:absolute;top:1rem;right:1rem;padding:.46rem .72rem;border:1px dashed rgba(184,79,47,.44);border-radius:999px;background:rgba(255,249,241,.86);color:var(--bakery-coral-deep);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transform:rotate(-9deg)}.home-bakery-section-head{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);grid-gap:1.25rem 2rem;gap:1.25rem 2rem;align-items:flex-end}.home-bakery-section-head h2{max-width:11ch;font-size:clamp(2.2rem,4.8vw,3.5rem)}.home-bakery-section-head p:last-child{max-width:34rem;line-height:1.66}.home-bakery-section-head-compact{grid-template-columns:minmax(0,1fr) auto;align-items:center}.home-bakery-board-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.home-bakery-board-card{display:grid;grid-gap:.9rem;gap:.9rem;padding:.75rem;border-radius:1.6rem}.home-bakery-board-media,.home-bakery-collage-card,.home-bakery-shelf-image-wrap{position:relative;overflow:hidden;background:hsla(0,0%,100%,.72)}.home-bakery-board-media{border-radius:1.2rem 1.2rem .7rem 1.2rem;aspect-ratio:4/4.5}.home-bakery-board-image,.home-bakery-collage-image,.home-bakery-shelf-image{width:100%;height:100%;display:block;object-fit:cover}.home-bakery-board-copy{display:grid;grid-gap:.45rem;gap:.45rem;padding:.15rem .2rem .2rem}.home-bakery-board-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.home-bakery-board-copy h3,.home-bakery-note-card h3,.home-bakery-shelf-copy h3{font-size:clamp(1.45rem,2.3vw,1.9rem);line-height:1}.home-bakery-inline-link{display:inline-flex;align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;color:var(--bakery-cocoa);font-size:.9rem;font-weight:700;text-decoration:none}.home-bakery-inline-link:after{content:">";color:var(--bakery-coral-deep)}.home-bakery-process-copy h2{max-width:10ch;font-size:clamp(2.45rem,5.5vw,4.2rem)}.home-bakery-process-copy>p{max-width:31rem;line-height:1.68}.home-bakery-process-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.65rem;gap:.65rem}.home-bakery-process-list li{display:grid;grid-template-columns:auto 1fr;grid-gap:.55rem;gap:.55rem;align-items:start;color:var(--bakery-ink-soft)}.home-bakery-process-list li:before{content:"";width:.72rem;height:.72rem;margin-top:.35rem;border-radius:999px;background:linear-gradient(135deg,var(--bakery-coral) 0,var(--bakery-butter) 100%)}.home-bakery-collage{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);grid-gap:.9rem;gap:.9rem;align-items:start}.home-bakery-collage-card{border:1px solid var(--bakery-line);border-radius:1.45rem;box-shadow:0 14px 28px rgba(86,57,39,.08)}.home-bakery-collage-card-tall{grid-row:span 2;aspect-ratio:4/5.7}.home-bakery-collage-card-wide{aspect-ratio:5/3.2}.home-bakery-collage-card-small{width:58%;justify-self:end;margin-top:-4rem;aspect-ratio:4/5;position:relative;z-index:2}.home-bakery-note-card{display:grid;grid-gap:.55rem;gap:.55rem;min-height:12rem;padding:1.15rem;border-radius:1.4rem;background:linear-gradient(180deg,hsla(47,80%,73%,.92),rgba(255,244,198,.88))}.home-bakery-shelf-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.home-bakery-shelf-card{display:grid;grid-gap:.8rem;gap:.8rem;padding:.7rem;border-radius:1.45rem}.home-bakery-shelf-image-wrap{border-radius:1.15rem;aspect-ratio:4/4.6}.home-bakery-shelf-image-contain{object-fit:contain;padding:.85rem}.home-bakery-shelf-copy{display:grid;grid-gap:.28rem;gap:.28rem;padding:0 .18rem .14rem}.home-bakery-shelf-copy h3{font-size:clamp(1.2rem,2vw,1.55rem)}@media (max-width:1100px){.home-bakery-hero,.home-bakery-section-head,.home-bakery-section-head-compact,.home-bakery-story{grid-template-columns:1fr}.home-bakery h1,.home-bakery-process-copy h2{max-width:9ch}.home-bakery-board-grid,.home-bakery-mini-board,.home-bakery-shelf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-bakery-stage-surface{min-height:33rem}}@media (max-width:740px){.home-bakery{gap:1.2rem;padding:.85rem;border-radius:1.5rem}.home-bakery h1{max-width:9.4ch;font-size:clamp(2.65rem,12vw,4rem)}.home-bakery-summary{font-size:.97rem}.bakery-ticket{width:100%}.home-bakery-board-grid,.home-bakery-collage,.home-bakery-mini-board,.home-bakery-shelf-grid{grid-template-columns:1fr}.home-bakery-stage-surface{min-height:0;padding:.85rem;display:grid;grid-gap:.8rem;gap:.8rem;border-radius:1.55rem}.home-bakery-cutout-wrap{position:relative;inset:auto;min-height:18rem;margin-top:-.7rem}.home-bakery-cutout-glow{bottom:1rem;width:86%}.home-bakery-cutout{width:min(100%,24rem);transform:translateY(1rem)}.home-bakery-stage-note,.home-bakery-stage-note-bottom,.home-bakery-stage-note-top{position:relative;inset:auto;max-width:none}.home-bakery-stage-note-bottom{grid-template-columns:4.5rem 1fr}.home-bakery-stage-stamp{top:auto;right:.75rem;bottom:.75rem}.home-bakery-collage-card-small,.home-bakery-collage-card-tall,.home-bakery-collage-card-wide{aspect-ratio:4/4.7}.home-bakery-collage-card-small{width:74%;margin-top:0}}@media (max-width:430px){.home-bakery-board-meta span,.home-bakery-service-tags span{font-size:.7rem}.home-bakery-stage-stamp{transform:rotate(-6deg);font-size:.66rem}.home-bakery-board-copy h3,.home-bakery-shelf-copy h3{font-size:1.32rem}}.home-atelier{--atelier-ink:#31231b;--atelier-muted:#6f5d51;--atelier-line:rgba(88,61,45,.14);--atelier-line-strong:rgba(88,61,45,.22);--atelier-paper:hsla(35,49%,93%,.44);--atelier-note:hsla(38,65%,97%,.9);--atelier-butter:#d7c9a7;--atelier-coral:#8c715f;--atelier-cocoa:#4a3529;display:grid;grid-gap:clamp(1.7rem,4vw,2.8rem);gap:clamp(1.7rem,4vw,2.8rem);margin-top:-2.2rem}.home-atelier .kicker{color:var(--atelier-coral);letter-spacing:.13em}.home-atelier p{margin:0;color:var(--atelier-muted)}.home-atelier h1,.home-atelier h2,.home-atelier h3{margin:0;color:var(--atelier-ink);font-family:var(--font-heading),"Times New Roman",serif;font-weight:600;line-height:.9}.home-atelier-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(1.2rem,3vw,2.2rem);gap:clamp(1.2rem,3vw,2.2rem);align-items:center;padding-bottom:clamp(1rem,2.4vw,1.45rem)}.home-atelier-hero-copy{display:grid;grid-gap:1rem;align-content:start}.home-atelier-hero-heading{display:grid;grid-gap:.28rem;gap:.28rem}.home-atelier-strap{font-size:.8rem;letter-spacing:.11em;text-transform:uppercase}.home-atelier h1{max-width:7.3ch;font-size:clamp(3.35rem,7.5vw,6.35rem)}.home-atelier-summary{font-size:1.04rem;line-height:1.72}.home-atelier-tags{display:flex;flex-wrap:wrap;gap:.55rem}.home-atelier-tags-reveal{transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.home-atelier-actions-reveal{transition:opacity .24s ease,transform .24s ease,visibility .24s ease}.home-atelier-tags span{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .72rem;border:1px solid var(--atelier-line);border-radius:999px;background:rgba(255,251,245,.74);color:var(--atelier-cocoa);font-size:.76rem;font-weight:700;letter-spacing:.04em}.home-atelier-actions{display:flex;flex-wrap:wrap;gap:.72rem}.home-atelier-stage{min-height:39rem}.home-atelier-stage-glow{position:absolute;inset:11% 10% 4% 10%;border-radius:48% 52% 44% 56%/46% 44% 56% 54%;background:radial-gradient(circle at 50% 48%,hsla(43,38%,75%,.46),hsla(43,38%,75%,.16) 44%,hsla(43,38%,75%,0))}.home-atelier-stage-cake{position:absolute;right:4%;bottom:-.8rem;width:min(84%,33rem);height:auto;object-fit:contain;filter:drop-shadow(0 24px 36px rgba(75,42,29,.16))}.home-atelier-floating-note{position:absolute;z-index:2;display:grid;grid-gap:.4rem;gap:.4rem;padding:1rem 1.05rem;border:1px solid var(--atelier-line);border-radius:1.35rem;background:var(--atelier-note);box-shadow:0 14px 28px rgba(92,60,42,.08)}.home-atelier-floating-note p:last-child,.home-atelier-sketch-copy p,.home-atelier-tile p{line-height:1.64}.home-atelier-floating-note-top{top:2.2rem;left:0;max-width:15.5rem}.home-atelier-floating-note-bottom{right:0;bottom:1.8rem;max-width:18rem;grid-template-columns:auto 1fr;gap:.85rem;align-items:center}.home-atelier-bouquet-wrap{width:4.9rem;height:5.8rem;display:flex;align-items:center;justify-content:center}.home-atelier-bouquet-cutout{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(75,42,29,.12))}.home-atelier-stage-stamp{position:absolute;top:1.8rem;right:1.2rem;padding:.46rem .82rem;border:1px dashed rgba(140,113,95,.42);border-radius:999px;color:var(--atelier-coral);font-size:.71rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transform:rotate(-8deg)}.home-atelier-board{position:relative}.home-atelier-disclosure{display:grid;grid-gap:0;gap:0;min-height:100%}.home-atelier-disclosure-summary{display:grid;grid-gap:.45rem;gap:.45rem;width:100%;padding:0;border:0;background:none;align-content:start;color:inherit;font:inherit;list-style:none;cursor:pointer;text-align:left}.home-atelier-disclosure-summary::-webkit-details-marker{display:none}.home-atelier-disclosure-summary::marker{content:""}.home-atelier-disclosure-summary:focus-visible{outline:2px solid rgba(140,113,95,.28);outline-offset:.35rem}.home-atelier-disclosure-hint{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:.15rem;padding:.32rem .68rem;border:1px solid var(--atelier-line);border-radius:999px;background:rgba(255,251,245,.68);color:var(--atelier-coral);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-atelier-disclosure-body{display:grid;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transform:translateY(.45rem);transition:max-height .22s ease,opacity .18s ease,transform .22s ease,margin-top .22s ease}.home-atelier-disclosure-body-inner{display:grid;grid-gap:.75rem;gap:.75rem}.home-atelier-disclosure.is-open .home-atelier-disclosure-body{max-height:28rem;margin-top:.4rem;opacity:1;pointer-events:auto;transform:none}@media (hover:hover) and (pointer:fine){.home-atelier-disclosure.is-open .home-atelier-disclosure-body,.home-atelier-disclosure:focus-within .home-atelier-disclosure-body,.home-atelier-disclosure:hover .home-atelier-disclosure-body{max-height:28rem;margin-top:.4rem;opacity:1;pointer-events:auto;transform:none}}.home-atelier-board-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));border-top:1px solid var(--atelier-line);border-left:1px solid var(--atelier-line);background:linear-gradient(180deg,hsla(38,44%,93%,.26),hsla(38,44%,93%,.06))}.home-atelier-tile{min-height:14rem;padding:1.2rem;border-right:1px solid var(--atelier-line);border-bottom:1px solid var(--atelier-line);display:grid;grid-gap:.55rem;gap:.55rem;align-content:start}.home-atelier-tile-intro{grid-column:span 5;background:radial-gradient(18rem 18rem at 88% 18%,hsla(43,38%,75%,.16),hsla(43,38%,75%,0)),hsla(40,55%,96%,.46)}.home-atelier-tile-intro h2{max-width:10.2ch;font-size:clamp(2.45rem,4.6vw,4rem)}.home-atelier-tile-intro p:last-of-type{max-width:31rem}.home-atelier-tile-photo{position:relative;padding:0;overflow:hidden;min-height:18rem;background:hsla(0,0%,100%,.22)}.home-atelier-tile-photo:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(180deg,rgba(24,12,8,0),rgba(24,12,8,.7));pointer-events:none}.home-atelier-photo{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.02)}.home-atelier-photo-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;display:grid;grid-gap:.22rem;gap:.22rem}.home-atelier-photo-caption .kicker{color:hsla(33,65%,93%,.94)}.home-atelier-photo-caption h3{max-width:12ch;color:#fff9f3;font-size:clamp(1.45rem,2.2vw,2rem);text-shadow:0 2px 16px rgba(24,12,8,.28)}.home-atelier-tile-wedding{grid-column:span 4}.home-atelier-tile-seasonal{grid-column:span 3;background:linear-gradient(180deg,hsla(41,39%,86%,.9),hsla(39,49%,93%,.78))}.home-atelier-sketch-copy h3,.home-atelier-tile-process h3,.home-atelier-tile-seasonal h3{font-size:clamp(1.7rem,2.5vw,2.35rem)}.home-atelier-tile-birthday{grid-column:span 3}.home-atelier-tile-sketch{grid-column:span 4;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;background:radial-gradient(12rem 12rem at 32% 45%,hsla(43,38%,75%,.18),hsla(43,38%,75%,0)),hsla(38,44%,96%,.48)}.home-atelier-sketch-stage{position:relative;min-height:100%;display:flex;align-items:center;justify-content:center}.home-atelier-sketch-glow{position:absolute;width:80%;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,hsla(0,0%,100%,.85),hsla(0,0%,100%,.14) 60%,hsla(0,0%,100%,0))}.home-atelier-sketch-image{position:relative;width:min(76%,12.8rem);height:auto;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(75,42,29,.08));transform:translateY(.7rem)}.home-atelier-sketch-copy{display:grid;grid-gap:.45rem;gap:.45rem}.home-atelier-tile-private{grid-column:span 5}.home-atelier-tile-process{grid-column:span 4;background:linear-gradient(180deg,hsla(37,53%,93%,.72),hsla(37,53%,93%,.48))}.home-atelier-process-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.55rem;gap:.55rem}.home-atelier-process-list li{display:grid;grid-template-columns:auto 1fr;grid-gap:.52rem;gap:.52rem;align-items:start;color:var(--atelier-muted)}.home-atelier-process-list li:before{content:"";width:.68rem;height:.68rem;margin-top:.38rem;border-radius:999px;background:linear-gradient(135deg,var(--atelier-coral) 0,var(--atelier-butter) 100%)}.home-atelier-process-links{display:flex;flex-wrap:wrap;gap:.9rem 1.2rem;margin-top:.1rem}.home-atelier-tile-detail,.home-atelier-tile-stack{grid-column:span 4}.home-atelier-inline-link{display:inline-flex;align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;color:var(--atelier-cocoa);font-size:.92rem;font-weight:700;text-decoration:none}.home-atelier-inline-link:after{content:">";color:var(--atelier-coral)}@media (max-width:1100px){.home-atelier-hero{grid-template-columns:1fr}.home-atelier-stage{min-height:34rem}.home-atelier-board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-atelier-tile{grid-column:span 1}.home-atelier-tile-intro,.home-atelier-tile-private,.home-atelier-tile-process,.home-atelier-tile-sketch{grid-column:span 2}}@media (max-width:740px){.home-atelier{gap:2rem;margin-top:-1.2rem}.home-atelier h1{max-width:8.5ch;font-size:clamp(2.7rem,13vw,4.2rem)}.home-atelier-summary{font-size:.98rem}.home-atelier-actions{gap:.65rem}.home-atelier-actions .bakery-ticket{width:100%}.home-atelier-stage{min-height:26rem}.home-atelier-stage-glow{inset:14% 6% 0 6%}.home-atelier-stage-cake{right:50%;bottom:-.2rem;width:min(88%,22rem);transform:translateX(50%)}.home-atelier-floating-note{padding:.9rem}.home-atelier-floating-note-top{top:.3rem;left:0;max-width:12.4rem}.home-atelier-floating-note-bottom{right:0;bottom:.5rem;max-width:14rem;grid-template-columns:3.6rem 1fr}.home-atelier-bouquet-wrap{width:3.6rem;height:4.3rem}.home-atelier-stage-stamp{top:.7rem;right:.2rem;font-size:.65rem}.home-atelier-board-grid{grid-template-columns:1fr}.home-atelier-tile,.home-atelier-tile-intro,.home-atelier-tile-private,.home-atelier-tile-process,.home-atelier-tile-sketch{grid-column:auto}.home-atelier-tile{min-height:0}.home-atelier-tile-sketch{grid-template-columns:1fr;gap:1rem}.home-atelier-sketch-stage{min-height:14rem}.home-atelier-photo-caption h3{max-width:14ch}}@media (max-width:430px){.home-atelier-tags span{font-size:.7rem}.home-atelier-floating-note-top{max-width:10.8rem}.home-atelier-floating-note-bottom{max-width:12.5rem}.home-atelier-tile-intro h2{font-size:2.2rem}.home-atelier-photo-caption h3,.home-atelier-sketch-copy h3,.home-atelier-tile-process h3,.home-atelier-tile-seasonal h3{font-size:1.48rem}}.home-atelier-hero:after,.home-atelier-hero:before{content:none;background:none}.site-footer-inner{border-top:1px solid rgba(76,41,29,.12);background:none}.footer-column-divider:before{background:linear-gradient(180deg,rgba(76,41,29,.14),rgba(76,41,29,.04))}.footer-meta-list li:before{background:rgba(124,87,63,.34)}.footer-links a{color:rgba(58,42,31,.88)}.home-atelier-stage,.home-atelier-stage:before{background:none}.home-atelier-stage:before{content:none}.home-atelier-floating-note,.home-atelier-stage-glow,.home-atelier-stage-stamp{display:none}.home-atelier-stage{position:relative;inset:auto;display:flex;align-items:flex-end;justify-content:center;min-height:clamp(25rem,39vw,33rem);pointer-events:none}.home-atelier-stage-cake{position:relative;right:auto;bottom:auto;width:min(78%,30rem);max-width:100%;filter:drop-shadow(0 18px 28px rgba(75,42,29,.12))}@media (max-width:1100px){.home-atelier-stage{min-height:28rem;margin-top:.75rem}.home-atelier-stage-cake{width:min(80%,27rem)}}@media (max-width:740px){.home-atelier-hero{min-height:auto;gap:1.35rem;padding:.5rem 0 1.35rem;align-items:start}.home-atelier-hero-copy{gap:.9rem}.home-atelier h1{max-width:7.1ch;font-size:clamp(2.85rem,13.5vw,4.25rem)}.home-atelier-summary{max-width:27ch;font-size:.98rem;line-height:1.62}.home-atelier-actions{gap:.65rem}.home-atelier-actions .bakery-ticket{width:100%}.home-atelier-stage{position:relative;inset:auto;min-height:clamp(19rem,78vw,24rem);margin-top:.35rem;justify-content:center;align-items:flex-end;overflow:visible}.home-atelier-stage-cake{right:auto;left:auto;bottom:auto;transform:none;display:block;margin:0 auto;width:min(74vw,18.5rem);max-width:100%}}@media (max-width:430px){.home-atelier-hero{gap:1.15rem}.home-atelier h1{max-width:6.7ch;font-size:clamp(2.7rem,13.5vw,3.95rem)}.home-atelier-summary{max-width:23ch;font-size:.96rem}.home-atelier-stage{min-height:clamp(17rem,82vw,21rem)}.home-atelier-stage-cake{right:auto;left:auto;bottom:auto;transform:none;width:min(78vw,17rem)}}.home-atelier-hero{box-sizing:border-box;position:relative;isolation:isolate;display:flex;align-items:flex-end;width:auto;min-height:clamp(27rem,58vh,36rem);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:clamp(2.1rem,4.4vw,4rem) max(1.1rem,calc((100vw - 1160px) / 2 + 1.1rem)) clamp(1.8rem,3.8vw,3rem);overflow:clip;border-bottom:1px solid var(--atelier-line);background:#ede7de}.home-atelier-hero:after,.home-atelier-hero:before{content:"";position:absolute;inset:0;width:auto;height:auto;z-index:1;border-radius:0;transform:none;background:none}.home-atelier-hero:after{pointer-events:none}.home-atelier-hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}.home-atelier-hero-media:after{content:none}.home-atelier-hero-image{position:absolute;inset:0;width:100%;height:100%}.home-atelier-hero-image-backdrop{object-fit:cover;object-position:72% 100%;z-index:0}.home-atelier-hero-image-ultrawide{display:none;object-fit:contain;object-position:center bottom;z-index:0}.home-atelier-hero-copy{position:relative;z-index:2;width:min(100%,39rem);gap:1rem;padding-block:clamp(.4rem,2vw,1.25rem)}.home-atelier h1{max-width:9.6ch}.home-atelier-summary{max-width:31rem}.home-atelier-tags span{background:hsla(38,58%,96%,.82);box-shadow:0 10px 24px rgba(76,41,29,.05)}.home-atelier-actions .bakery-ticket{box-shadow:0 18px 34px rgba(76,41,29,.08)}@media (max-width:1100px){.home-atelier-hero{min-height:clamp(29rem,72vw,35rem);padding-top:clamp(2rem,5vw,3rem);padding-bottom:clamp(1.6rem,4vw,2.4rem)}.home-atelier-hero:before{background:linear-gradient(90deg,hsla(36,43%,93%,.98),hsla(36,43%,93%,.94) 28%,hsla(36,43%,93%,.8) 46%,hsla(36,43%,93%,.5) 63%,hsla(36,43%,93%,.22)),linear-gradient(180deg,rgba(255,252,246,.18),rgba(255,252,246,.08))}.home-atelier-hero-image{object-position:68% 100%}.home-atelier-hero-copy{width:min(100%,34rem)}.home-atelier h1{max-width:8.8ch}}@media (max-width:740px){.home-atelier-hero{align-items:flex-start;min-height:clamp(37rem,136vw,47rem);padding:1.5rem 1.1rem 1.7rem}.home-atelier-hero:before{background:linear-gradient(180deg,hsla(36,43%,93%,.34),hsla(36,43%,93%,.16) 16%,hsla(36,43%,93%,.06) 30%,hsla(36,43%,93%,0) 48%,hsla(36,43%,93%,.08)),linear-gradient(90deg,hsla(36,43%,93%,.22),hsla(36,43%,93%,.08) 24%,hsla(36,43%,93%,.02) 42%,hsla(36,43%,93%,0) 64%)}.home-atelier-hero:after{background:none}.home-atelier-hero-image{object-position:76% center;transform:scale(1.03)}.home-atelier-hero-copy{width:min(100%,23.5rem);padding-block:0}.home-atelier h1{max-width:7.1ch;font-size:clamp(2.95rem,13vw,4.35rem)}.home-atelier-summary{max-width:25ch;font-size:.98rem;line-height:1.62;visibility:hidden;order:2}.home-atelier-tags{flex-direction:column;align-items:flex-start;order:1}.home-atelier-tags-reveal{opacity:0;transform:translateY(.85rem);visibility:hidden}.home-atelier-tags-reveal.has-visible{opacity:1;transform:translateY(0);visibility:visible}.home-atelier-tags-reveal span{opacity:0;transform:translateY(.5rem);transition:opacity .22s ease,transform .22s ease}.home-atelier-tags-reveal span.is-visible{opacity:1;transform:translateY(0)}.home-atelier-tags span{white-space:nowrap}.home-atelier-actions{align-items:flex-start;gap:.55rem;order:3}.home-atelier-actions-reveal{opacity:0;transform:translateY(.9rem);visibility:hidden;transition-delay:0ms}.home-atelier-actions-reveal.is-visible{opacity:1;transform:translateY(0);visibility:visible;transition-delay:70ms}.home-atelier-actions .bakery-ticket{width:min(100%,13.9rem);min-width:0;padding:.62rem .82rem .58rem}.home-atelier-actions .bakery-ticket-label{font-size:.58rem}.home-atelier-actions .bakery-ticket span:last-child{font-size:.86rem;line-height:1.12}}@media (max-width:430px){.home-atelier-hero{min-height:clamp(34rem,154vw,43rem);padding-top:1.3rem}.home-atelier-hero-image{object-position:72% center}.home-atelier h1{max-width:6.8ch;font-size:clamp(2.7rem,13vw,4rem)}.home-atelier-summary{max-width:23ch;font-size:.95rem}.home-atelier-actions .bakery-ticket{width:min(100%,13.2rem);padding:.58rem .76rem .54rem}}@media (min-width:1800px){.home-atelier-hero{min-height:clamp(34rem,48vh,42rem)}.home-atelier-hero:before{background:linear-gradient(90deg,hsla(36,43%,93%,.98),hsla(36,43%,93%,.96) 24%,hsla(36,43%,93%,.88) 44%,hsla(36,43%,93%,.68) 60%,hsla(36,43%,93%,.34) 74%,hsla(36,43%,93%,.08) 86%,hsla(36,43%,93%,0))}.home-atelier-hero-image-backdrop{display:none}.home-atelier-hero-image-ultrawide{display:block}.home-atelier-hero-copy{width:min(100%,42rem)}.home-atelier h1{max-width:10ch}}@media (min-width:2200px){.home-atelier-hero-copy{width:min(100%,43rem)}}.home-atelier-collections{display:grid;grid-gap:.95rem;gap:.95rem;padding-bottom:.35rem}.home-atelier-collections-header{display:flex;align-items:center;gap:1.1rem;justify-content:center}.home-atelier-collections-header:after,.home-atelier-collections-header:before{content:"";flex:1 1 auto;height:1px;background:rgba(76,41,29,.14)}.home-atelier-collections-header:before{background:linear-gradient(90deg,rgba(76,41,29,0),rgba(76,41,29,.14))}.home-atelier-collections-header:after{background:linear-gradient(90deg,rgba(76,41,29,.14),rgba(76,41,29,0))}.home-atelier-collections-title{margin:0;white-space:nowrap;text-align:center}.footer-brand{justify-items:start}.footer-brand-logo{display:inline-flex;align-items:center;justify-content:center;width:clamp(7.25rem,11vw,10.5rem);text-decoration:none}.footer-brand-mark{display:block;width:100%;height:auto}.home-atelier-collections-experience{position:relative;overflow-x:hidden}.home-atelier-collections-stack{display:grid;grid-gap:clamp(1.1rem,3vw,1.9rem);gap:clamp(1.1rem,3vw,1.9rem);overflow-x:hidden}.home-atelier-collection-feature{--collection-progress:0;opacity:var(--collection-progress);transform:translate3d(calc((1 - var(--collection-progress)) * 3rem),calc((1 - var(--collection-progress)) * .75rem),0);will-change:opacity,transform}.home-atelier-collection-feature-media{position:relative;min-height:clamp(24rem,56vw,42rem);overflow:hidden;border-radius:clamp(1.4rem,2.8vw,2.25rem);background:hsla(32,31%,89%,.4);isolation:isolate}.home-atelier-collection-feature-media:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,hsla(34,36%,91%,.96),hsla(34,36%,91%,.82) 20%,hsla(34,36%,91%,.28) 46%,hsla(34,36%,91%,0) 68%),linear-gradient(180deg,rgba(54,38,28,.04),rgba(54,38,28,.12));pointer-events:none;opacity:calc(.68 + ((1 - var(--collection-progress)) * .22))}.home-atelier-collection-feature-image{width:min(78%,62rem);height:100%;margin-left:auto;display:block;object-fit:cover;object-position:center;opacity:var(--collection-progress);transform:scale(calc(1.025 - (var(--collection-progress) * .025)));will-change:opacity,transform}.home-atelier-collection-feature-copy{position:absolute;z-index:2;left:clamp(1.2rem,3vw,2.6rem);bottom:clamp(1.2rem,3vw,2.4rem);display:grid;grid-gap:.85rem;gap:.85rem;width:min(22rem,calc(100% - 2.4rem));color:var(--atelier-cocoa);opacity:var(--collection-progress);transform:none;will-change:opacity,transform}.home-atelier-collection-feature-copy h3{max-width:8ch;font-size:clamp(2.2rem,4.2vw,3.7rem);line-height:.92;text-wrap:balance}.home-atelier-collection-feature-link{display:inline-flex;align-items:center;gap:.42rem;width:-moz-fit-content;width:fit-content;margin-top:.25rem;padding:.82rem 1.24rem;border:1px solid rgba(88,61,45,.14);border-radius:999px;background:hsla(0,0%,100%,.84);color:var(--atelier-cocoa);font-size:.92rem;font-weight:700;letter-spacing:.02em;text-decoration:none;box-shadow:0 12px 24px rgba(76,41,29,.08);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.home-atelier-collection-feature-link:after{content:">";color:var(--atelier-coral)}.home-atelier-collection-feature-link:focus-visible{outline:2px solid rgba(140,113,95,.36);outline-offset:.28rem}@media (min-width:741px){.home-atelier-collections-header{gap:1.35rem}.home-atelier-collection-feature-copy{width:min(30rem,calc(100% - 3rem))}.home-atelier-collection-feature-copy h3{max-width:none}}@media (min-width:1101px){.home-atelier-collections-stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);align-items:start}.home-atelier-collection-feature-media{min-height:clamp(20rem,31vw,25rem)}.home-atelier-collection-feature-media:after{background:linear-gradient(180deg,hsla(34,36%,91%,.06),hsla(34,36%,91%,.12) 42%,hsla(34,36%,91%,.92)),linear-gradient(180deg,rgba(54,38,28,.02),rgba(54,38,28,.18))}.home-atelier-collection-feature-image{width:100%}.home-atelier-collection-feature-copy{left:1.05rem;right:1.05rem;bottom:1.05rem;width:auto;gap:.7rem}.home-atelier-collection-feature-copy h3{font-size:clamp(1.55rem,2vw,2.1rem);line-height:.96;text-wrap:balance}.home-atelier-collection-feature-link{padding:.72rem 1rem;font-size:.82rem}}@media (hover:hover) and (pointer:fine){.home-atelier-collection-feature-link:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(76,41,29,.1);background:hsla(0,0%,100%,.94)}}@media (max-width:1100px){.home-atelier-collection-feature-media{min-height:clamp(26rem,84vw,34rem)}.home-atelier-collection-feature-media:after{background:linear-gradient(180deg,hsla(34,36%,91%,.12),hsla(34,36%,91%,.08) 42%,hsla(34,36%,91%,.92)),linear-gradient(180deg,rgba(54,38,28,.04),rgba(54,38,28,.16))}.home-atelier-collection-feature-image{width:100%}.home-atelier-collection-feature-copy{width:calc(100% - 2rem)}.home-atelier-collection-feature-copy h3{max-width:9ch;font-size:clamp(1.95rem,5.5vw,2.65rem)}}@media (max-width:740px){.footer-brand{justify-items:center;text-align:center;padding-right:0}.home-atelier-collections{gap:1rem}.home-atelier-collections-header{gap:.65rem}.home-atelier-collections{gap:.8rem;padding-bottom:.2rem}.home-atelier-collection-feature-media{min-height:24rem;border-radius:1.5rem}.home-atelier-collection-feature-copy{left:1rem;right:1rem;bottom:1rem;width:auto;gap:.45rem}.home-atelier-collection-feature-copy h3{max-width:8ch;font-size:clamp(1.85rem,8.4vw,2.6rem)}.home-atelier-collection-feature-link{padding:.76rem 1.08rem;font-size:.88rem}}