:root {
    --rose: #db6d77;
    --rose-dark: #b84f59;
    --cream: #fff7ee;
    --blush: #fde6df;
    --brown: #3b1d12;
    --cocoa: #6d3d2a;
    --sand: #f3dccb;
    --white: #ffffff;
    --shadow: 0 22px 60px rgba(76, 37, 24, 0.16);
}
* { box-sizing: border-box; }
body { margin:0; color:var(--brown); background:var(--cream); font-family:'Open Sans', Arial, sans-serif; line-height:1.7; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
.top-bar { background:linear-gradient(90deg, #d95f6d, #e1848a); color:white; font-size:14px; }
.top-inner { max-width:1200px; margin:auto; padding:9px 24px; display:flex; gap:28px; align-items:center; }
.top-social { margin-left:auto; }
.site-header { background:rgba(255,255,255,.96); position:sticky; top:0; z-index:50; box-shadow:0 4px 24px rgba(62,31,20,.08); }
.header-inner { max-width:1200px; margin:auto; padding:20px 24px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand-icon { width:52px; height:52px; border:3px solid var(--rose); color:var(--rose); border-radius:50%; display:grid; place-items:center; font-size:30px; }
.brand strong { display:block; font-family:'Great Vibes', cursive; font-size:45px; line-height:.85; font-weight:400; }
.brand em { display:block; color:var(--rose); letter-spacing:5px; text-transform:uppercase; font-style:normal; font-size:13px; font-weight:700; }
.main-nav { display:flex; align-items:center; gap:28px; font-family:'Playfair Display', serif; font-size:17px; }
.main-nav a { position:relative; }
.main-nav a.active, .main-nav a:hover { color:var(--rose-dark); }
.nav-button, .btn { background:var(--rose); color:white!important; padding:13px 24px; border-radius:28px; font-family:'Open Sans', sans-serif; font-weight:700; box-shadow:0 12px 30px rgba(219,109,119,.25); border:1px solid var(--rose); display:inline-flex; align-items:center; gap:8px; transition:.25s ease; }
.nav-button:hover, .btn:hover { transform:translateY(-2px); background:var(--rose-dark); }
.btn.secondary { background:transparent; color:var(--rose-dark)!important; box-shadow:none; }
.nav-toggle { display:none; border:0; background:var(--rose); color:white; border-radius:10px; padding:10px 14px; font-size:22px; }
.hero { min-height:610px; background:linear-gradient(90deg, rgba(255,247,238,.98) 0%, rgba(255,247,238,.92) 35%, rgba(255,247,238,.12) 60%), url('../gfx/hero_cake.webp') center right/cover no-repeat; display:flex; align-items:center; }
.hero-content { max-width:1200px; margin:auto; padding:90px 24px; width:100%; }
.hero-card { max-width:520px; text-align:center; }
.eyebrow { color:var(--rose); text-transform:uppercase; letter-spacing:4px; font-size:14px; font-weight:800; display:inline-block; margin-bottom:15px; }
h1,h2,h3 { font-family:'Playfair Display', serif; line-height:1.1; margin:0 0 20px; }
h1 { font-size:64px; }
.script { font-family:'Great Vibes', cursive; color:var(--rose); font-size:72px; line-height:.9; display:block; font-weight:400; }
.hero p { font-size:18px; max-width:420px; margin:0 auto 28px; }
.hero-actions { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.feature-strip { background:white; box-shadow:0 8px 32px rgba(70,36,23,.08); }
.feature-grid { max-width:1200px; margin:auto; padding:28px 24px; display:grid; grid-template-columns:repeat(6,1fr); gap:20px; }
.feature { text-align:center; padding:14px 12px; border-right:1px solid var(--sand); }
.feature:last-child { border-right:0; }
.feature .icon { font-size:34px; color:var(--rose); display:block; margin-bottom:7px; }
.feature strong { display:block; font-family:'Playfair Display', serif; font-size:18px; }
.feature small { display:block; font-size:13px; color:var(--cocoa); line-height:1.5; }
.section { padding:90px 24px; }
.section.alt { background:#fffaf5; }
.container { max-width:1200px; margin:auto; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.photo-card { border-radius:18px; overflow:hidden; box-shadow:var(--shadow); background:white; }
.photo-card img { width:100%; height:100%; object-fit:cover; }
.section h2 { font-size:44px; }
.lead { font-size:18px; color:var(--cocoa); }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.product-card { background:white; border-radius:18px; overflow:hidden; box-shadow:var(--shadow); transition:.25s ease; }
.product-card:hover { transform:translateY(-5px); }
.product-card img { height:280px; width:100%; object-fit:cover; }
.product-card div { padding:28px; }
.product-card h3 { font-size:27px; margin-bottom:10px; }
.center { text-align:center; }
.section-title { max-width:760px; margin:0 auto 46px; text-align:center; }
.banner { min-height:440px; background:linear-gradient(rgba(53,24,14,.48), rgba(53,24,14,.48)), url('../gfx/coffee_corner.webp') center/cover fixed; display:grid; place-items:center; color:white; text-align:center; padding:60px 24px; }
.banner h2 { font-size:56px; text-shadow:0 8px 24px rgba(0,0,0,.25); }
.menu-list { display:grid; gap:16px; }
.menu-item { background:white; padding:20px 24px; border-radius:14px; display:flex; justify-content:space-between; gap:20px; box-shadow:0 10px 26px rgba(76,37,24,.08); }
.menu-item strong { font-family:'Playfair Display', serif; font-size:20px; }
.menu-item span { color:var(--rose-dark); font-weight:700; }
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.gallery-grid img { width:100%; height:245px; object-fit:cover; border-radius:16px; box-shadow:0 14px 36px rgba(76,37,24,.15); }
.gallery-grid img.tall { height:360px; }
.testimonials { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.quote { background:white; border-radius:18px; padding:30px; box-shadow:var(--shadow); }
.quote .stars { color:var(--rose); letter-spacing:3px; }
.contact-box { background:white; border-radius:22px; padding:38px; box-shadow:var(--shadow); }
.form-grid { display:grid; gap:16px; }
input, textarea, select { width:100%; padding:15px 16px; border:1px solid #ecd2c2; border-radius:10px; font:inherit; background:#fffaf5; }
button.btn { cursor:not-allowed; }
.site-footer { background:#37190f; color:#fff7ee; padding:60px 24px 24px; }
.footer-grid { max-width:1200px; margin:auto; display:grid; grid-template-columns:2fr 1fr 1fr 1.4fr; gap:34px; }
.site-footer h3 { font-family:'Great Vibes', cursive; font-size:45px; margin:0 0 12px; color:#ffd6d2; }
.site-footer h4 { color:#ffd6d2; margin:0 0 14px; }
.footer-bottom { max-width:1200px; margin:35px auto 0; border-top:1px solid rgba(255,255,255,.18); padding-top:20px; display:flex; justify-content:space-between; gap:16px; font-size:14px; color:#f1c7bc; }
.page-hero { background:linear-gradient(90deg, rgba(255,247,238,.95), rgba(255,247,238,.55)), url('../gfx/hero_vicky.png') center/cover no-repeat; padding:90px 24px; text-align:center; }
.page-hero h1 { font-size:58px; }
.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
@media (max-width: 900px) {
    .top-inner { flex-wrap:wrap; gap:10px; }
    .top-social { margin-left:0; }
    .nav-toggle { display:block; }
    .main-nav { display:none; position:absolute; left:0; right:0; top:100%; background:white; flex-direction:column; padding:25px; box-shadow:0 15px 35px rgba(0,0,0,.12); }
    .nav-open .main-nav { display:flex; }
    .header-inner { position:relative; }
    .brand strong { font-size:36px; }
    .hero { background:linear-gradient(rgba(255,247,238,.88), rgba(255,247,238,.88)), url('../gfx/hero_cake.webp') center/cover no-repeat; }
    h1 { font-size:46px; }
    .script { font-size:54px; }
    .feature-grid { grid-template-columns:repeat(2,1fr); }
    .feature { border-right:0; }
    .split, .grid-3, .testimonials, .footer-grid { grid-template-columns:1fr; }
    .gallery-grid { grid-template-columns:repeat(2,1fr); }
    .banner { background-attachment:scroll; }
}
@media (max-width: 560px) {
    .feature-grid, .gallery-grid { grid-template-columns:1fr; }
    .section { padding:60px 18px; }
    .footer-bottom { flex-direction:column; }
}

.concept-bar {
    background: #1f436c;
    color: #fff;
    font-size: 0.9rem;
    padding: 9px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    position: relative;
    z-index: 1000;
}

.concept-bar a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.concept-bar a:hover {
    text-decoration: underline;
}

.concept-bar span {
    font-weight: 600;
    letter-spacing: .03em;
}