@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--wine:#712f46;--pink:#fae8e9;--paper:#fffaf6;--line:#712f4630}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;color:var(--wine);background:var(--paper);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--wine);outline-offset:6px}header{max-width:1500px;margin:auto;min-height:120px;padding:25px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:'DM Serif Display',Georgia,serif;font-size:30px;letter-spacing:-1px;line-height:1.2}.brand span{display:block;font-family:'DM Sans',sans-serif;font-size:12px;letter-spacing:3px;text-align:center;margin-top:8px}nav{display:flex;gap:32px;font-size:14px}nav a{padding:8px 0;border-bottom:1px solid transparent}nav a:hover{border-color:var(--wine)}.location{font-size:14px}.hero{max-width:1500px;margin:auto;padding:30px 5% 70px;display:grid;grid-template-columns:1.1fr 1fr;gap:5%;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin:0 0 25px}h1,h2,h3{font-family:'DM Serif Display',Georgia,serif;font-weight:400}h1{font-size:clamp(46px,5.4vw,82px);line-height:1.06;letter-spacing:-2px;margin:0 0 28px}em{font-weight:400}h1 em{display:inline-block}.intro{max-width:390px;line-height:1.8;font-size:17px;margin:0 0 32px}.button{display:inline-flex;align-items:center;gap:32px;padding:18px 24px;background:var(--wine);color:white;border-radius:40px;font-size:14px;transition:transform .2s}.button:hover{transform:translateY(-3px)}.hero-note{font-size:12px;line-height:1.8;margin-top:40px;max-width:350px}.hero-image{position:relative;margin:0;padding:0 0 20px}.hero-image img{display:block;width:100%;height:560px;object-fit:cover;border-radius:48% 48% 3px 3px;background:var(--pink)}figcaption{font-size:12px;margin-top:12px;text-align:right}.image-stamp{position:absolute;bottom:55px;left:-35px;background:#f7df93;width:145px;height:145px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;text-align:center;transform:rotate(-12deg);font-size:15px;line-height:1.4}.image-stamp em{font-family:Georgia,serif;font-size:23px}.ribbon{background:var(--pink);border-block:1px solid var(--line);padding:23px 4%;display:flex;justify-content:space-around;gap:25px;overflow:hidden;white-space:nowrap;font-size:12px;letter-spacing:2px}.ribbon span{font-size:22px;line-height:16px}.occasions{padding:100px 5%;max-width:1500px;margin:auto}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:0 60px;align-items:end}.section-heading .eyebrow{grid-column:1/-1}h2{font-size:clamp(38px,4vw,58px);line-height:1.15;letter-spacing:-1px;margin:0}.section-heading>p:last-child{max-width:360px;line-height:1.8;margin:0 0 5px;justify-self:end}.occasion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:55px}.occasion-grid article{border-top:1px solid var(--wine);padding-top:25px}.number{font-size:12px;letter-spacing:1px}h3{font-size:29px;margin:28px 0 14px}.occasion-grid p{font-size:15px;line-height:1.8;margin:0}.style{text-align:center;background:var(--pink);padding:85px 24px}.style>p:not(.eyebrow){max-width:570px;margin:28px auto;line-height:1.8}.signature{display:block;font:italic 28px Georgia,serif;margin-top:35px}footer{padding:45px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p{font-size:14px}footer small{font-size:12px;max-width:180px;line-height:1.6}@media(min-width:1600px){.hero-image img{height:650px}}@media(max-width:800px){header{min-height:100px}.location{display:none}.hero{gap:25px}.hero-image img{height:460px}.image-stamp{width:110px;height:110px;left:-15px;font-size:13px}.image-stamp em{font-size:18px}.occasion-grid{grid-template-columns:1fr 1fr;gap:35px}.section-heading{gap:25px}footer{flex-wrap:wrap}}@media(max-width:560px){header{padding:25px 6%;flex-wrap:wrap;gap:20px}.brand{font-size:26px}nav{gap:20px;font-size:14px;width:100%}.hero{grid-template-columns:1fr;padding:20px 6% 35px;gap:20px}h1{font-size:52px}.intro{font-size:16px}.hero-note{margin-top:25px}.hero-image{margin:10px 0 0 15px}.hero-image img{height:440px}.image-stamp{left:-15px}.ribbon{justify-content:flex-start;padding:20px}.occasions{padding:65px 6%}.section-heading{display:block}.section-heading>p:last-child{margin-top:24px}.occasion-grid{grid-template-columns:1fr;margin-top:35px;gap:30px}h3{margin-top:18px}.style{padding:65px 6%}footer{padding:35px 6%;display:block}footer p{margin:25px 0}footer small{display:block;max-width:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.contact{text-align:center;padding:80px 6%}.contact>p:not(.eyebrow){line-height:1.8;margin:25px auto}.contact .button{margin-top:5px}

/* Occasion galleries */
.occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:56px 36px}.occasion-grid article{border-top:0;padding-top:0;min-width:0}.number{display:inline-block;background:var(--pink);border:1px solid var(--line);border-radius:100px;padding:8px 14px;font-size:14px;font-weight:500;letter-spacing:0;line-height:1.4}.occasion-grid h3{font-family:'DM Sans',sans-serif;font-size:clamp(27px,3vw,39px);font-weight:500;letter-spacing:-1.2px;line-height:1.2;margin:18px 0 15px}.occasion-grid p{font-size:16px}.occasion-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.occasion-gallery figure{margin:0;min-width:0}.occasion-gallery img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:14px}.occasion-gallery figcaption{text-align:left;font-size:13px;line-height:1.5;margin:8px 0 0}.gallery-note{font-size:13px!important;margin-top:36px!important;opacity:.85}@media(max-width:700px){.occasion-grid{grid-template-columns:1fr;gap:45px}.occasion-grid h3{font-size:32px}}

.studio-logo{display:block;width:min(340px,100%);height:auto;margin:0 auto 38px;border-radius:18px}

/* Compact swipe galleries with a text cover */
.header-logo{display:block;width:170px;height:140px;object-fit:contain}header{min-height:150px;padding-top:8px;padding-bottom:8px}.occasion-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.occasion-card{border-top:1px solid var(--wine)!important;padding-top:24px!important}.occasion-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;gap:0;align-items:stretch}.occasion-track::-webkit-scrollbar{display:none}.occasion-track>*{flex:0 0 100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.occasion-front{min-height:300px;padding-right:2px}.occasion-front h3{font-family:'DM Serif Display',Georgia,serif;font-size:29px;font-weight:400;letter-spacing:0;margin:25px 0 14px}.occasion-front p{font-size:16px;line-height:1.8}.occasion-track figure{margin:0}.occasion-track img{display:block;width:100%;height:250px;object-fit:cover;border-radius:12px}.occasion-track figcaption{text-align:left;font-size:14px;line-height:1.5;margin-top:10px}.gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:20px}.gallery-controls button{width:40px;height:40px;flex-shrink:0;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--wine);font-size:22px;cursor:pointer}.gallery-controls button:hover{background:var(--pink)}.gallery-controls button:disabled{opacity:.35;cursor:default}.gallery-controls button:focus-visible,.occasion-track:focus-visible{outline:2px solid var(--wine);outline-offset:3px}.gallery-status{font-size:12px;text-align:center}.image-stamp{width:160px;height:160px}.image-stamp em{font-size:22px}@media(max-width:1100px){.occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px}.occasion-front{min-height:280px}.occasion-track img{height:240px}}@media(max-width:700px){header{gap:12px}.header-logo{width:140px;height:120px}header nav{gap:18px;flex-wrap:wrap}.occasion-front{min-height:320px}.number{font-size:13px;padding:7px 10px}}@media(max-width:560px){.occasion-grid{grid-template-columns:1fr}.occasion-front{min-height:245px}.occasion-track img{height:245px}.header-logo{width:155px;height:125px}header nav{width:auto}.image-stamp{width:130px;height:130px}.image-stamp em{font-size:19px}}

.contact-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:14px;margin-top:28px}.contact-links .button{margin:0;gap:12px;min-height:56px}.contact-social{background:var(--paper);border:1px solid var(--wine);color:var(--wine)}.contact-social:hover{background:var(--pink)}.contact-social svg{width:22px;height:22px;flex-shrink:0}@media(max-width:560px){.contact-links{flex-direction:column;align-items:stretch}.contact-links .button{justify-content:center}}

[data-edit]{white-space:pre-line}.edit-site-link{font-size:13px;text-decoration:underline}

.header-contact{display:flex;align-items:center;gap:14px;flex-shrink:0}.header-social{display:flex;align-items:center;gap:4px}.header-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px}.header-social img{display:block;width:30px;height:30px;object-fit:contain}.header-social a:hover{background:var(--pink)}@media(max-width:1000px){header{gap:16px}header nav{gap:18px}.header-contact{gap:8px}.header-contact .location{display:none}}@media(max-width:700px){header{flex-wrap:wrap}header>.brand{order:0}.header-contact{order:1;margin-left:auto}header>nav{order:2;width:100%;justify-content:center;padding-bottom:12px}}

.header-contact{flex-wrap:nowrap}.header-contact .location{display:block!important;white-space:nowrap;font-size:14px}.header-contact{gap:8px}@media(max-width:560px){.header-contact{width:100%;justify-content:center;margin:0}header>nav{order:2}.header-contact{order:3;padding-bottom:12px}}

/* Larger logo and a soft flowing header edge */
header .header-logo{width:230px;height:170px;object-fit:cover;object-position:center;mix-blend-mode:multiply}header>.brand{flex-shrink:0}.header-wave{height:42px;width:100%;overflow:hidden;pointer-events:none}.header-wave svg{display:block;width:100%;height:100%}.hero{padding-top:22px}@media(max-width:1100px){header{gap:14px}header .header-logo{width:190px;height:145px}header nav{gap:16px}}@media(max-width:800px){header{flex-wrap:wrap}header>.brand{order:0}.header-contact{order:1;margin-left:auto}header>nav{order:2;width:100%;justify-content:center;padding-bottom:10px}.header-wave{height:32px}}@media(max-width:560px){header{justify-content:center}header>.brand{margin:auto}header .header-logo{width:220px;height:160px}.header-contact{order:3;width:100%;justify-content:center;margin:0;padding-bottom:8px}header>nav{order:2}.header-wave{height:26px}}

/* Navigation and contact stay together beside the logo. */
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;margin-left:auto}
.header-actions nav{display:flex;align-items:center;gap:20px}
.header-actions .header-contact{margin:0;width:auto;padding:0}
@media(max-width:1100px){header{flex-wrap:wrap}.header-actions{flex:1;flex-wrap:wrap;gap:12px 20px}}
@media(max-width:850px){header{justify-content:center}.header-actions{flex:0 0 100%;justify-content:center;margin:0;gap:12px 24px}.header-actions nav{width:auto;padding:0}.header-actions .header-contact{order:0}}
@media(max-width:560px){.header-actions{gap:10px}.header-actions nav{gap:18px}.header-actions .header-contact{justify-content:center}}
