@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
:root{--paper:#fff8eb;--red:#8e272f;--ink:#432925;--muted:#77645b;--line:#d9caba}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--red);outline-offset:6px}.skip{position:absolute;top:-80px;left:20px;background:white;padding:12px;z-index:5}.skip:focus{top:10px}.topline{text-align:center;background:var(--red);color:var(--paper);padding:10px 20px;font-size:.75rem;letter-spacing:.19em}header{max-width:1480px;margin:auto;padding:27px 5%;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--line)}.brand{color:var(--red);display:flex;flex-direction:column}.brand>span{font-size:.65rem;letter-spacing:.28em;margin-bottom:2px}.brand strong{font-family:'Playfair Display',Georgia,serif;font-size:1.85rem;line-height:1.25;font-weight:600}.brand-dot{color:var(--red)}nav{display:flex;gap:35px;font-size:.9rem}nav a:hover,footer>a:last-child:hover{text-decoration:underline;text-underline-offset:5px}.header-note{font-size:.9rem;border-bottom:1px solid var(--red);padding:8px 0;color:var(--red)}.header-note span{margin-left:28px}.hero{max-width:1480px;margin:auto;display:grid;grid-template-columns:1fr 1fr;padding:60px 5% 68px;gap:4%;align-items:center}.eyebrow{font-size:.75rem;letter-spacing:.18em;font-weight:600;color:var(--red);line-height:1.6}.hero .eyebrow{display:flex;align-items:center;gap:12px}.eyebrow>span{display:inline-block;width:26px;height:1px;background:var(--red)}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:500}h1{font-size:clamp(3rem,5.7vw,5.7rem);line-height:1.1;letter-spacing:-.05em;margin:24px 0;color:var(--red)}h1 em,h2 em{font-weight:500}p{line-height:1.75}.intro{color:var(--muted);font-size:1rem;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;padding:17px 24px;background:var(--red);color:var(--paper);font-size:.9rem;border-radius:3px;transition:background .2s,transform .2s}.button:hover{background:#702029;transform:translateY(-2px)}.button span{font-size:1.4rem}.handwritten{font-family:'Playfair Display',Georgia,serif;font-style:italic;color:var(--muted);font-size:.9rem;margin-top:24px}.hero-art{position:relative;min-width:0}.hero-art img{display:block;width:100%;height:490px;object-fit:cover;border-radius:46% 46% 3px 3px}.seal{position:absolute;right:-18px;top:37px;width:126px;height:126px;border-radius:50%;background:var(--red);color:var(--paper);display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(12deg);outline:1px solid var(--paper);outline-offset:-8px;box-shadow:0 0 0 5px var(--red)}.seal span{font-size:.6rem;letter-spacing:.14em}.seal strong{font-family:'Playfair Display',Georgia,serif;font-size:1.65rem;line-height:1.08;text-align:center;font-weight:500;margin:7px}.photo-caption{display:flex;justify-content:space-between;gap:15px;margin-top:15px;font-size:.625rem;letter-spacing:.13em;color:var(--muted)}.ribbon{background:var(--red);color:var(--paper);padding:22px 5%;display:flex;justify-content:space-around;align-items:center;gap:25px;font-family:'Playfair Display',Georgia,serif;font-size:1.25rem}.ribbon i{font-size:1.5rem;font-style:normal;color:#e9b879}.sweets{max-width:1300px;margin:0 auto;padding:85px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:40px}h2{font-size:clamp(2.3rem,3.7vw,3.5rem);line-height:1.2;letter-spacing:-.035em;margin:10px 0;color:var(--red)}.section-heading>p{color:var(--muted);font-size:.95rem;margin-bottom:8px}.sweet-list{border-top:1px solid var(--line)}article{display:flex;gap:35px;align-items:center;border-bottom:1px solid var(--line);padding:29px 0}article .number{font-family:Georgia,serif;font-style:italic;font-size:1rem;color:var(--red)}article div{flex:1}h3{font-size:1.8rem;margin:0 0 7px;color:var(--red)}article p{margin:0;color:var(--muted);font-size:.95rem}.tag{font-size:.75rem;border:1px solid var(--line);border-radius:30px;padding:9px 15px;white-space:nowrap}.story{text-align:center;padding:75px 20px 85px;background:#f3e6d4;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.story h2{margin:22px 0 27px}.story>p:not(.eyebrow){max-width:560px;margin:0 auto;color:var(--muted)}.signature{display:block;margin-top:32px;font-family:'Playfair Display',Georgia,serif;font-style:italic;font-size:1.3rem;color:var(--red)}footer{max-width:1480px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:38px 5%}footer p{color:var(--muted);font-size:.85rem}footer>a:last-child{font-size:.85rem}footer>a:last-child span{margin-left:20px}@media(min-width:1600px){.hero-art img{height:550px}}@media(max-width:850px){header{padding:22px 6%}.header-note{display:none}.hero{padding:40px 6% 45px;gap:5%}.hero-art img{height:410px}h1{font-size:3.5rem}.seal{width:103px;height:103px;right:-8px;top:30px}.seal strong{font-size:1.3rem}.seal span{font-size:.5rem}.photo-caption span:first-child{display:none}.photo-caption{justify-content:end}.ribbon{font-size:1rem;gap:16px}.ribbon>span:last-child{display:none}.ribbon i:last-of-type{display:none}.sweets{padding:60px 6%}}@media(max-width:600px){header{gap:16px}.brand strong{font-size:1.5rem}.brand>span{font-size:.6rem}nav{gap:15px;font-size:.8rem}nav a:last-child{max-width:72px}.hero{grid-template-columns:1fr;padding-top:27px;gap:32px}h1{font-size:clamp(3rem,11vw,4.2rem);margin:18px 0}.hero-copy .eyebrow{font-size:.65rem}.intro{font-size:.95rem}.hero-art{margin-right:7px}.hero-art img{height:380px;border-radius:45% 45% 3px 3px}.seal{right:-6px;top:32px}.photo-caption span:first-child{display:block}.photo-caption{font-size:.55rem;justify-content:space-between}.handwritten{margin-bottom:0}.ribbon{padding:18px;flex-wrap:wrap;column-gap:16px;row-gap:5px;font-size:.9rem}.ribbon>span:nth-of-type(3),.ribbon i:nth-of-type(2){display:none}.section-heading{display:block;margin-bottom:25px}.section-heading>p{margin-top:18px}.section-heading>p br{display:none}article{gap:18px;flex-wrap:wrap;position:relative}article .number{align-self:flex-start;padding-top:8px}article div{min-width:220px}article .tag{margin-left:36px;padding:6px 12px}h3{font-size:1.6rem}.story{padding:55px 6%}.story h2{font-size:2.05rem}footer{flex-wrap:wrap;padding:32px 6%}footer p{order:3;flex-basis:100%;margin:0}.sweets{padding-top:45px;padding-bottom:50px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Illustrated family logo */
header{padding-top:12px;padding-bottom:12px}.brand-logo{flex-shrink:0}.brand-logo img{display:block;width:138px;height:auto;mix-blend-mode:multiply}footer .brand-logo img{width:116px}@media(max-width:600px){header{gap:18px}.brand-logo img{width:110px}header nav{flex-wrap:wrap;justify-content:flex-end;row-gap:10px}footer .brand-logo img{width:100px}}

.hero h1{font-size:clamp(2.7rem,4.7vw,4.6rem)}.seasonal{padding-bottom:30px}.seasonal article p{max-width:760px}.seasonal h3{font-size:1.6rem}@media(max-width:600px){.hero h1{font-size:clamp(2.65rem,10vw,3.5rem)}.seasonal h3{font-size:1.4rem}}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:35px}.contact-grid>div{border-top:1px solid var(--line);padding-top:24px}.contact-grid p{color:var(--muted)}.contact-grid a{color:var(--red);font-size:1.15rem;text-decoration:underline;text-underline-offset:5px;overflow-wrap:anywhere}@media(max-width:600px){.contact-grid{grid-template-columns:1fr;gap:28px}.contacts h2{font-size:2.3rem}header nav a:last-child{max-width:none}}
