@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--cream:#fbf5ec;--blush:#f5d9d2;--blush-deep:#e9b8af;--cocoa:#3b2a22;--cocoa-soft:#6e5648;--rose:#b95b50;--rose-deep:#92433a;--border:#3b2a221f;--shadow-sm:0 1px 2px #3b2a220f;--shadow-md:0 10px 30px #3b2a2214;--serif:"Cormorant Garamond", "Playfair Display", Georgia, serif;--sans:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{background:var(--cream);color:var(--cocoa);font-family:var(--sans);min-height:100vh;margin:0;padding:0;font-size:16px;line-height:1.6}#root{flex-direction:column;display:flex}h1,h2,h3,h4{font-family:var(--serif);color:var(--cocoa);letter-spacing:-.01em;margin:0 0 .5em;font-weight:600;line-height:1.15}h1{font-size:clamp(2.4rem,5vw,3.6rem)}h2{font-size:clamp(1.8rem,3.5vw,2.4rem)}h3{font-size:1.25rem}h4{text-transform:uppercase;letter-spacing:.08em;font-size:1rem}p{margin:0 0 1em}a{color:var(--rose-deep);text-decoration:none}a:hover{text-decoration:underline}.eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.16em;color:var(--rose-deep);margin:0 0 .8em;font-size:.78rem;font-weight:600}.lede{color:var(--cocoa-soft);max-width:38em;font-size:1.1rem}.site{flex-direction:column;min-height:100vh;display:flex}.site-header{background:var(--cream);border-bottom:1px solid var(--border);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fbf5ece0;justify-content:space-between;align-items:center;padding:1.2rem clamp(1rem,4vw,3rem);display:flex;position:sticky;top:0}.brand{color:var(--cocoa);align-items:center;gap:.7rem;display:flex}.brand:hover{text-decoration:none}.brand-mark{background:var(--rose);width:38px;height:38px;color:var(--cream);font-family:var(--serif);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:inline-flex}.brand-name{font-family:var(--serif);font-size:1.4rem;font-weight:600}.site-nav{gap:clamp(.8rem,2.5vw,2rem);display:flex}.site-nav a{color:var(--cocoa);padding:.25rem 0;font-size:.95rem;font-weight:500;position:relative}.site-nav a:hover{color:var(--rose-deep);text-decoration:none}.site-nav a.active:after{content:"";background:var(--rose);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.site-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1rem,4vw,3rem)}.site-footer{background:var(--cocoa);color:var(--cream);margin-top:4rem;padding:3rem clamp(1rem,4vw,3rem) 1.5rem}.site-footer a{color:var(--blush)}.footer-inner{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.footer-inner h4{color:var(--cream);margin-bottom:.4rem}.footer-bottom{color:#fbf5ecb3;border-top:1px solid #fbf5ec26;max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;font-size:.85rem}.btn{cursor:pointer;border:1.5px solid #0000;border-radius:999px;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s,background .2s;display:inline-block}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--rose);color:var(--cream);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--rose-deep);box-shadow:var(--shadow-md)}.btn-ghost{color:var(--cocoa);border-color:var(--cocoa);background:0 0}.btn-ghost:hover{background:var(--cocoa);color:var(--cream)}.hero{text-align:center;background:radial-gradient(ellipse at top, var(--blush) 0%, transparent 55%), var(--cream);border-radius:24px;place-items:center;margin-bottom:3rem;padding:clamp(3rem,8vw,6rem) 0 clamp(2rem,5vw,4rem);display:grid}.hero-text{max-width:700px;padding:0 1.5rem}.hero h1{margin-bottom:.6rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.8rem;display:flex}.features{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.feature{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:1.8rem}.feature h3{color:var(--rose-deep)}.cta-strip{text-align:center;background:var(--blush);border-radius:24px;padding:clamp(2rem,5vw,4rem) 1.5rem}.cta-strip h2{margin-bottom:.4rem}.cta-strip p{color:var(--cocoa-soft);margin-bottom:1.5rem}.page-header{text-align:center;max-width:720px;margin:0 auto 3rem}.page-header .lede{margin:0 auto}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.gallery-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;margin:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.gallery-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.gallery-img{aspect-ratio:4/3;background:linear-gradient(135deg, var(--blush) 0%, var(--blush-deep) 100%)}.gallery-card figcaption{justify-content:space-between;align-items:baseline;gap:.5rem;padding:1rem 1.2rem;display:flex}.gallery-card figcaption span{text-transform:uppercase;letter-spacing:.1em;color:var(--rose-deep);font-size:.78rem}.order-form{border:1px solid var(--border);max-width:700px;box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;gap:1.2rem;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem);display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr}}.order-form label,.form-block{flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:500;display:flex}.order-form input,.order-form textarea{font:inherit;font-family:var(--sans);border:1px solid var(--border);background:var(--cream);color:var(--cocoa);border-radius:10px;padding:.7rem .9rem;transition:border-color .15s,box-shadow .15s}.order-form input:focus,.order-form textarea:focus{border-color:var(--rose);outline:none;box-shadow:0 0 0 3px #b95b502e}.order-form button{align-self:flex-start}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.contact-card{border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:1.8rem}.contact-card h3{color:var(--rose-deep)}
