:root{--bg: #faf7f1;--bg-soft: #f2ece1;--surface: #ffffff;--ink: #262019;--ink-soft: #6f675b;--ink-faint: #9c9384;--accent: #0e7c6b;--accent-deep: #0a5f52;--accent-soft: #ddf1eb;--rose: #c96f6f;--rose-deep: #b25a5a;--rose-soft: #f5e6e2;--amber: #e8a33d;--amber-soft: #fdf0da;--line: #e9e2d5;--line-strong: #dcd3c2;--r-sm: 10px;--r: 16px;--r-lg: 24px;--shadow-sm: 0 1px 3px rgba(38, 32, 25, .06);--shadow: 0 4px 12px rgba(38, 32, 25, .07), 0 16px 36px -16px rgba(38, 32, 25, .2);--shadow-lg: 0 8px 24px rgba(38, 32, 25, .08), 0 28px 64px -24px rgba(38, 32, 25, .35);--font-display: "Fraunces", "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--container: 1140px;--gutter: clamp(1.25rem, 4vw, 2.5rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--ink);background:radial-gradient(1200px 500px at 85% -10%,rgba(14,124,107,.08),transparent 60%),radial-gradient(900px 420px at -10% 10%,rgba(201,111,111,.09),transparent 55%),var(--bg);min-height:100dvh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0;text-wrap:balance}p{margin:0}a{color:var(--accent-deep);text-decoration:none}img,svg{display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}::selection{background:var(--accent-soft);color:var(--accent-deep)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.section--soft{background:var(--bg-soft)}.section--rose-soft{background:var(--rose-soft)}.section--accent{background:linear-gradient(135deg,var(--accent-deep),var(--accent));color:#f4fbf8}.section-head{max-width:640px;margin-bottom:clamp(2rem,5vw,3.25rem)}.section-head--center{margin-inline:auto;text-align:center}.kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.9rem}.kicker:before{content:"";width:1.6rem;height:2px;background:var(--amber);border-radius:2px}.kicker--rose{color:var(--rose)}.kicker--rose:before{background:var(--rose)}.section--accent .kicker{color:#bfe8dd}.section--accent .kicker:before{background:var(--amber)}.section-title{font-size:clamp(1.9rem,4.2vw,2.75rem);margin-bottom:.85rem}.section-sub{color:var(--ink-soft);font-size:clamp(1rem,1.4vw,1.125rem)}.section--accent .section-sub{color:#f4fbf8d9}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;padding:.8rem 1.5rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;white-space:nowrap;text-decoration:none}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px -10px #0e7c6b8c}.btn-primary:hover{background:var(--accent-deep);color:#fff;transform:translateY(-2px);box-shadow:0 14px 28px -12px #0e7c6ba6}.btn-rose{background:var(--rose);color:#fff;box-shadow:0 10px 24px -10px #c96f6f8c}.btn-rose:hover{background:var(--rose-deep);color:#fff;transform:translateY(-2px);box-shadow:0 14px 28px -12px #c96f6fa6}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}.btn-ghost:hover{border-color:var(--ink);transform:translateY(-2px)}.btn-light{background:#fff;color:var(--accent-deep)}.btn-light:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn-sm{padding:.55rem 1.05rem;font-size:.875rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-sm)}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-deep);font-size:.83rem;font-weight:600}.chip--rose{background:var(--rose-soft);color:var(--rose-deep)}.chip--amber{background:var(--amber-soft);color:#8a5a0e}.chip--outline{background:transparent;border:1px solid var(--line-strong);color:var(--ink-soft)}.table-card{overflow:hidden}.table-card table{width:100%;border-collapse:collapse;font-size:.95rem}.table-card thead th{text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);background:var(--bg-soft);padding:.8rem 1.25rem;border-bottom:1px solid var(--line)}.table-card tbody td{padding:.85rem 1.25rem;border-bottom:1px solid var(--line);vertical-align:top}.table-card tbody tr:last-child td{border-bottom:none}.table-card tbody tr{transition:background .15s ease}.table-card tbody tr:hover{background:var(--accent-soft)}.table-card .price{text-align:right;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.table-card .note{color:var(--ink-faint);font-size:.85rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important}}.cakes-header.svelte-f6t9hk{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--rose-soft)}.header-inner.svelte-f6t9hk{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px}.brand.svelte-f6t9hk{display:flex;align-items:center;gap:.75rem;color:var(--ink)}.brand-mark.svelte-f6t9hk{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:linear-gradient(140deg,var(--rose),var(--rose-deep));color:#fff;box-shadow:0 8px 20px -8px #c96f6f99}.brand-text.svelte-f6t9hk{display:flex;flex-direction:column;line-height:1.15}.brand-text.svelte-f6t9hk strong:where(.svelte-f6t9hk){font-family:var(--font-display);font-size:1.2rem;font-weight:600}.brand-text.svelte-f6t9hk small:where(.svelte-f6t9hk){font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--rose-deep);font-weight:600}.nav.svelte-f6t9hk{display:flex;align-items:center;gap:.35rem}.nav-link.svelte-f6t9hk{display:inline-flex;align-items:center;padding:.55rem .95rem;border-radius:999px;font-weight:600;font-size:.92rem;color:var(--ink-soft);transition:color .15s ease,background .15s ease}.nav-link.svelte-f6t9hk:hover{color:var(--ink);background:var(--rose-soft)}.header-actions.svelte-f6t9hk{display:flex;align-items:center;gap:.75rem}.menu-toggle.svelte-f6t9hk{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface);cursor:pointer;padding:0 11px}.menu-toggle.svelte-f6t9hk .bar:where(.svelte-f6t9hk){height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .2s ease}.menu-toggle[aria-expanded=true].svelte-f6t9hk .bar:where(.svelte-f6t9hk):first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true].svelte-f6t9hk .bar:where(.svelte-f6t9hk):last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav.svelte-f6t9hk{display:none;padding:.5rem var(--gutter) 1.25rem;border-bottom:1px solid var(--rose-soft);background:var(--bg)}.mobile-link.svelte-f6t9hk{display:block;padding:.75rem;border-radius:10px;font-weight:600;color:var(--ink)}.mobile-link.svelte-f6t9hk:hover{background:var(--rose-soft)}.mobile-cta.svelte-f6t9hk{margin-top:.75rem;width:100%}@media(max-width:820px){.nav.svelte-f6t9hk{display:none}.menu-toggle.svelte-f6t9hk{display:flex}.mobile-nav.svelte-f6t9hk{display:block}.header-cta.svelte-f6t9hk{display:none}}.cakes-footer.svelte-1pmhuom{background:#241919;color:#e4d7d7;padding-top:clamp(3rem,6vw,4.5rem);border-top:2px solid var(--rose)}.footer-grid.svelte-1pmhuom{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.brand.svelte-1pmhuom{display:inline-flex;align-items:center;gap:.75rem;color:#fff;margin-bottom:1.1rem}.brand-mark.svelte-1pmhuom{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:linear-gradient(140deg,var(--rose),var(--rose-deep));color:#fff}.brand-text.svelte-1pmhuom{display:flex;flex-direction:column;line-height:1.15}.brand-text.svelte-1pmhuom strong:where(.svelte-1pmhuom){font-family:var(--font-display);font-size:1.15rem;font-weight:600}.brand-text.svelte-1pmhuom small:where(.svelte-1pmhuom){font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--rose-light)}.footer-brand.svelte-1pmhuom p:where(.svelte-1pmhuom){font-size:.92rem;line-height:1.6;color:#b5a5a5;max-width:38ch}h4.svelte-1pmhuom{font-family:var(--font-display);font-size:1.05rem;color:#fff;margin-bottom:1.1rem}ul.svelte-1pmhuom{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;font-size:.92rem}a.svelte-1pmhuom{color:#b5a5a5;transition:color .15s ease}a.svelte-1pmhuom:hover{color:#fff}.contact.svelte-1pmhuom li:where(.svelte-1pmhuom){display:flex;align-items:center;gap:.6rem}.contact.svelte-1pmhuom svg{color:var(--rose-light);flex-shrink:0}.footer-bottom.svelte-1pmhuom{padding-block:1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:#8c7e7e}@media(max-width:900px){.footer-grid.svelte-1pmhuom{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:560px){.footer-grid.svelte-1pmhuom{grid-template-columns:1fr}.footer-bottom.svelte-1pmhuom{flex-direction:column;align-items:flex-start}}.ironing-header.svelte-z9o0sv{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--accent-soft)}.header-inner.svelte-z9o0sv{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px}.brand.svelte-z9o0sv{display:flex;align-items:center;gap:.75rem;color:var(--ink)}.brand-mark.svelte-z9o0sv{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:linear-gradient(140deg,var(--accent),var(--accent-deep));color:#fff;box-shadow:0 8px 20px -8px #0e7c6b99}.brand-text.svelte-z9o0sv{display:flex;flex-direction:column;line-height:1.15}.brand-text.svelte-z9o0sv strong:where(.svelte-z9o0sv){font-family:var(--font-display);font-size:1.2rem;font-weight:600}.brand-text.svelte-z9o0sv small:where(.svelte-z9o0sv){font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-deep);font-weight:600}.nav.svelte-z9o0sv{display:flex;align-items:center;gap:.35rem}.nav-link.svelte-z9o0sv{display:inline-flex;align-items:center;padding:.55rem .95rem;border-radius:999px;font-weight:600;font-size:.92rem;color:var(--ink-soft);transition:color .15s ease,background .15s ease}.nav-link.svelte-z9o0sv:hover{color:var(--ink);background:var(--accent-soft)}.header-actions.svelte-z9o0sv{display:flex;align-items:center;gap:.75rem}.menu-toggle.svelte-z9o0sv{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface);cursor:pointer;padding:0 11px}.menu-toggle.svelte-z9o0sv .bar:where(.svelte-z9o0sv){height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .2s ease}.menu-toggle[aria-expanded=true].svelte-z9o0sv .bar:where(.svelte-z9o0sv):first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true].svelte-z9o0sv .bar:where(.svelte-z9o0sv):last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav.svelte-z9o0sv{display:none;padding:.5rem var(--gutter) 1.25rem;border-bottom:1px solid var(--accent-soft);background:var(--bg)}.mobile-link.svelte-z9o0sv{display:block;padding:.75rem;border-radius:10px;font-weight:600;color:var(--ink)}.mobile-link.svelte-z9o0sv:hover{background:var(--accent-soft)}.mobile-cta.svelte-z9o0sv{margin-top:.75rem;width:100%}@media(max-width:820px){.nav.svelte-z9o0sv{display:none}.menu-toggle.svelte-z9o0sv{display:flex}.mobile-nav.svelte-z9o0sv{display:block}.header-cta.svelte-z9o0sv{display:none}}.ironing-footer.svelte-154i4nx{background:#141f1c;color:#d1deda;padding-top:clamp(3rem,6vw,4.5rem);border-top:2px solid var(--accent)}.footer-grid.svelte-154i4nx{display:grid;grid-template-columns:1.5fr 1fr 1.3fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.brand.svelte-154i4nx{display:inline-flex;align-items:center;gap:.75rem;color:#fff;margin-bottom:1.1rem}.brand-mark.svelte-154i4nx{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:linear-gradient(140deg,var(--accent),var(--accent-deep));color:#fff}.brand-text.svelte-154i4nx{display:flex;flex-direction:column;line-height:1.15}.brand-text.svelte-154i4nx strong:where(.svelte-154i4nx){font-family:var(--font-display);font-size:1.15rem;font-weight:600}.brand-text.svelte-154i4nx small:where(.svelte-154i4nx){font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-light)}.footer-brand.svelte-154i4nx p:where(.svelte-154i4nx){font-size:.92rem;line-height:1.6;color:#9cb5ae;max-width:38ch}h4.svelte-154i4nx{font-family:var(--font-display);font-size:1.05rem;color:#fff;margin-bottom:1.1rem}ul.svelte-154i4nx{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;font-size:.92rem}a.svelte-154i4nx{color:#9cb5ae;transition:color .15s ease}a.svelte-154i4nx:hover{color:#fff}.hours.svelte-154i4nx{margin-bottom:1.25rem;padding-bottom:1.1rem;border-bottom:1px solid rgba(255,255,255,.08)}.hours.svelte-154i4nx li:where(.svelte-154i4nx){display:flex;justify-content:space-between;gap:.5rem;font-size:.88rem}.hours.svelte-154i4nx .muted:where(.svelte-154i4nx){color:#79978f}.contact.svelte-154i4nx li:where(.svelte-154i4nx){display:flex;align-items:center;gap:.6rem}.contact.svelte-154i4nx svg{color:var(--accent-light);flex-shrink:0}.footer-bottom.svelte-154i4nx{padding-block:1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:#718a83}@media(max-width:900px){.footer-grid.svelte-154i4nx{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:560px){.footer-grid.svelte-154i4nx{grid-template-columns:1fr}.footer-bottom.svelte-154i4nx{flex-direction:column;align-items:flex-start}}.site.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100dvh}main.svelte-12qhfyh{flex:1}
