  :root {
    --green: #095d40; --green-dark: #063d2b; --green-light: #0d7a54;
    --gold: #ffffff; --gold-light: #ffffff; --gold-pale: #ffffff;
    --cream: #fdfaf4; --white: #ffffff;
    --text-dark: #1a1a1a; --text-mid: #3a3a3a; --text-light: #6b6b6b;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { background: var(--cream); color: var(--text-dark); font-family: 'Jost', sans-serif; font-weight: 300; overflow-x: hidden; }

  .logo-svg-white { display: block; overflow: visible; }
  .logo-svg-gold { display: block; overflow: visible; }

  .ornament { display: flex; align-items: center; gap: 16px; justify-content: center; margin: 16px 0; }
  .ornament::before, .ornament::after { content: ''; flex: 1; max-width: 120px; height: 1px; background: linear-gradient(to right, transparent, var(--green)); }
  .ornament::after { background: linear-gradient(to left, transparent, var(--green)); }
  .ornament-icon { color: var(--green); font-size: 14px; letter-spacing: 6px; }

  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 48px;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease;
  }
  nav.scrolled {
    padding: 8px 48px;
    background: rgba(9, 93, 64, 0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 4px 30px rgba(0,0,0,0.2);
  }
  .nav-logo-wrap { text-decoration: none; display: flex; align-items: center; opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
  nav.scrolled .nav-logo-wrap { opacity: 1; pointer-events: auto; }
  .nav-logo-wrap .logo-svg-white { width: 140px; height: 113px; }
  .nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
  .nav-links a { font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.3s; }
  .nav-links a:hover { color: var(--gold-light); }
  .nav-order-btn { padding: 8px 20px !important; background: #ffffff !important; color: var(--green-dark) !important; font-weight: 500 !important; transition: all 0.3s !important; }
  .nav-order-btn:hover { background: rgba(255,255,255,0.85) !important; }
  .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .nav-hamburger span { width: 24px; height: 1.5px; background: #ffffff; transition: all 0.3s; }

  .hero { min-height: 100vh; background: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding: 120px 24px 80px; }
  .hero-texture { position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255,255,255,0.015) 60px, rgba(255,255,255,0.015) 61px), repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255,255,255,0.015) 60px, rgba(255,255,255,0.015) 61px); pointer-events: none; }
  .hero-corner { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(201,168,76,0.25); pointer-events: none; }
  .hero-corner.tl { top: 80px; left: 40px; border-right: none; border-bottom: none; }
  .hero-corner.tr { top: 80px; right: 40px; border-left: none; border-bottom: none; }
  .hero-corner.bl { bottom: 40px; left: 40px; border-right: none; border-top: none; }
  .hero-corner.br { bottom: 40px; right: 40px; border-left: none; border-top: none; }
  .hero-logo-wrap { margin-bottom: 36px; animation: fadeInUp 0.8s ease both; }
  .hero-logo-wrap .logo-svg-white { width: clamp(240px, 38vw, 460px); height: auto; overflow: visible; }
  .hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 24px; border: 1px solid rgba(255,255,255,0.4); color: var(--gold-light); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-family: 'Jost', sans-serif; animation: fadeInUp 0.9s 0.1s ease both; }
  .hero-badge::before, .hero-badge::after { content: '✦'; font-size: 8px; opacity: 0.7; }
  .hero-sub { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: rgba(255,255,255,0.6); letter-spacing: 1px; animation: fadeInUp 0.9s 0.2s ease both; }
  .hero-divider { display: flex; align-items: center; gap: 20px; margin: 32px auto; width: fit-content; animation: fadeInUp 1s 0.3s ease both; }
  .hero-divider-line { width: 80px; height: 1px; background: var(--gold); opacity: 0.5; }
  .hero-divider-dot { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
  .hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; animation: fadeInUp 1s 0.4s ease both; }
  .btn-primary { padding: 15px 40px; background: #ffffff; color: var(--green-dark); font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); background: rgba(255,255,255,0.88); }
  .btn-outline { padding: 15px 40px; border: 1px solid rgba(255,255,255,0.4); color: var(--white); font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }


  section { position: relative; }
  .section-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
  .section-label { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--green); font-family: 'Jost', sans-serif; font-weight: 400; margin-bottom: 12px; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 56px); font-weight: 400; line-height: 1.05; color: var(--green); }

  .about { padding: 100px 0; background: var(--cream); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .about-image-frame { position: relative; aspect-ratio: 4/5; background: var(--green); overflow: hidden; }
  .about-image-frame::before { content: ''; position: absolute; top: -16px; left: -16px; right: 16px; bottom: -16px; border: 1px solid var(--gold); opacity: 0.4; z-index: -1; }
  .about-image-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: rgba(255,255,255,0.4); font-family: 'Cormorant Garamond', serif; font-size: 15px; font-style: italic; background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); }
  .about-image-placeholder svg { width: 64px; height: 64px; opacity: 0.3; stroke: var(--gold-light); }
  .about-content .section-title { margin-bottom: 24px; }
  .about-content .section-title em { font-style: italic; color: var(--green-light); display: block; }
  .about-body { font-size: 16px; line-height: 1.9; color: var(--text-mid); margin-bottom: 20px; }
  .about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
  .about-tag { padding: 7px 18px; border: 1px solid rgba(9,93,64,0.3); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green); font-family: 'Jost', sans-serif; }

  .menu { padding: 100px 0; background: var(--green); }
  .menu .section-title { color: var(--white); }
  .menu .section-label { color: var(--gold-light); }
  .menu-header { text-align: center; margin-bottom: 64px; }
  .menu-header .ornament::before { background: linear-gradient(to right, transparent, rgba(255,255,255,0.6)); }
  .menu-header .ornament::after { background: linear-gradient(to left, transparent, rgba(255,255,255,0.6)); }
  .menu-header .ornament-icon { color: var(--gold-light); }
  .menu-tabs { display: flex; margin-bottom: 56px; border: 1px solid rgba(255,255,255,0.3); width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; overflow-x: auto; }
  .menu-tab { padding: 12px 0; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-family: 'Jost', sans-serif; font-weight: 400; color: rgba(255,255,255,0.55); cursor: pointer; border: none; background: transparent; transition: all 0.3s; border-right: 1px solid rgba(255,255,255,0.2); white-space: nowrap; flex: 1; text-align: center; }
  .menu-tab:last-child { border-right: none; }
  .menu-tab.active { background: #ffffff; color: var(--green-dark); }
  .menu-tab:hover:not(.active) { color: var(--gold-light); }
  .menu-panel { display: none; }
  .menu-panel.active { display: block; }
  .menu-category-title { font-family: 'Cormorant Garamond', serif; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light); text-align: center; margin-bottom: 40px; }
  .cake-price-header { display: grid; grid-template-columns: 1fr 100px 100px; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 8px; }
  .cake-price-header span { text-align: center; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); font-family: 'Jost', sans-serif; }
  .cake-price-header span:first-child { text-align: left; }
  .menu-item { display: grid; grid-template-columns: 1fr 100px 100px; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.07); align-items: start; }
  .menu-item:last-child { border-bottom: none; }
  .menu-item.single-price { grid-template-columns: 1fr auto; }
  .menu-item-name-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
  .menu-item-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--white); }
  .badge-egg { width: 18px; height: 18px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; color: rgba(255,255,255,0.5); flex-shrink: 0; }
  .badge-rec { width: 18px; height: 18px; background: #c0392b; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; flex-shrink: 0; }
  .menu-item-desc { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.45); font-style: italic; font-family: 'Cormorant Garamond', serif; }
  .menu-price { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 500; color: var(--gold-light); text-align: center; padding-top: 4px; }
  .menu-legend { display: flex; align-items: center; gap: 24px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); font-size: 12px; color: rgba(255,255,255,0.4); font-family: 'Jost', sans-serif; justify-content: center; }
  .legend-item { display: flex; align-items: center; gap: 8px; }
  .menu-note { text-align: center; margin-top: 40px; font-size: 12px; color: rgba(255,255,255,0.4); font-style: italic; font-family: 'Cormorant Garamond', serif; }

  .gallery { padding: 100px 0; background: var(--cream); }
  .gallery-header { text-align: center; margin-bottom: 56px; }
  .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .gallery-item { background: var(--green); overflow: hidden; position: relative; cursor: pointer; }
  .gallery-item:first-child { grid-column: 1/2; grid-row: 1/3; aspect-ratio: 3/4; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(4) { aspect-ratio: 4/3; }
  .gallery-item:nth-child(5) { grid-column: 2/4; aspect-ratio: 4/3; }
  .gallery-placeholder { width: 100%; height: 100%; min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: rgba(255,255,255,0.25); font-family: 'Cormorant Garamond', serif; font-size: 13px; font-style: italic; }
  .gallery-placeholder svg { width: 40px; height: 40px; opacity: 0.2; stroke: var(--gold); }
  .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
  .gallery-item:hover img { transform: scale(1.05); }
  .gallery-grid-2 { grid-template-columns: repeat(5, 1fr) !important; }
  .gallery-grid-2 .gallery-item { aspect-ratio: 3/4 !important; grid-column: unset !important; grid-row: unset !important; }
  .gallery-cta { text-align: center; margin-top: 48px; }
  .btn-green { display: inline-flex; align-items: center; gap: 10px; padding: 14px 36px; background: var(--green); color: var(--white); font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
  .btn-green:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(9,93,64,0.3); }

  .testimonials { padding: 100px 0; background: var(--cream); overflow: hidden; }
  .testimonials-header { text-align: center; margin-bottom: 56px; }
  .testimonials-track {
    display: flex; gap: 24px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 0 40px 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .testimonials-track::-webkit-scrollbar { display: none; }
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0 40px;
  }
  .testimonial-card {
    background: var(--white); padding: 36px 32px;
    border-left: 4px solid var(--green);
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  }
  .testimonial-quote { font-family: 'Cormorant Garamond', serif; font-size: 64px; line-height: 0.5; color: var(--green); opacity: 0.2; margin-bottom: 16px; }
  .testimonial-text { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; line-height: 1.8; color: var(--text-mid); margin-bottom: 24px; }
  .testimonial-author { display: flex; align-items: center; gap: 14px; }
  .testimonial-avatar { width: 44px; height: 44px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 18px; color: #ffffff; font-weight: 500; flex-shrink: 0; }
  .testimonial-name { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 1px; color: var(--text-dark); }
  .testimonial-label { font-size: 11px; color: var(--text-light); margin-top: 2px; }
  .testimonial-stars { color: var(--green); font-size: 12px; margin-bottom: 16px; }
  .testimonials-scroll-hint {
    display: flex; justify-content: center; gap: 8px; margin-top: 32px; align-items: center;
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--text-light); font-family: 'Jost', sans-serif;
  }
  .testimonials-scroll-hint svg { animation: nudgeRight 1.5s ease infinite; }
  @keyframes nudgeRight { 0%,100% { transform: translateX(0); } 50% { transform: translateX(6px); } }

  .faq { padding: 100px 0; background: var(--cream); }
  .faq-header { text-align: center; margin-bottom: 56px; }
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; }
  .faq-item { padding: 28px 0; border-bottom: 1px solid rgba(9,93,64,0.1); }
  .faq-question { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--green); margin-bottom: 12px; cursor: pointer; display: flex; justify-content: space-between; align-items: start; gap: 16px; }
  .faq-question::after { content: '+'; font-size: 20px; font-weight: 300; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; }
  .faq-item.open .faq-question::after { transform: rotate(45deg); }
  .faq-answer { font-size: 14px; line-height: 1.8; color: var(--text-mid); display: none; }
  .faq-item.open .faq-answer { display: block; }

  .contact { padding: 100px 0; background: var(--green); }
  .contact-inner { text-align: center; }
  .contact .section-title { color: var(--white); margin-bottom: 16px; }
  .contact .section-label { color: var(--white); }
  .contact-sub { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: rgba(255,255,255,0.6); margin-bottom: 40px; }

  /* Info strip */
  .contact-info-strip {
    display: flex; gap: 16px; margin-bottom: 56px;
    flex-wrap: wrap; justify-content: center;
  }
  .contact-info-item {
    display: flex; align-items: center; gap: 14px;
    padding: 20px 28px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.05);
    flex: 1; min-width: 200px; max-width: 260px;
    text-align: left;
  }
  .contact-info-boxed {
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.1);
  }
  .contact-info-icon { font-size: 20px; opacity: 0.75; flex-shrink: 0; }
  .contact-info-text { text-align: left; }
  .contact-info-label { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.45); font-family: 'Jost', sans-serif; margin-bottom: 4px; }
  .contact-info-value { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--white); line-height: 1.3; }

  /* Social buttons */
  .contact-social-row { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
  .social-btn {
    display: flex; align-items: center; gap: 0;
    text-decoration: none; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.25);
    transition: all 0.3s; min-width: 280px;
  }
  .social-btn:hover { border-color: rgba(255,255,255,0.7); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.25); }
  .social-btn-icon {
    width: 64px; height: 64px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.12);
  }
  .social-btn-icon svg { width: 26px; height: 26px; }
  .social-btn-body { padding: 0 24px; flex: 1; text-align: left; }
  .social-btn-label { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); font-family: 'Jost', sans-serif; margin-bottom: 4px; }
  .social-btn-handle { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--white); }
  .social-btn-arrow { padding-right: 20px; color: rgba(255,255,255,0.3); font-size: 18px; transition: all 0.3s; }
  .social-btn:hover .social-btn-arrow { color: var(--white); transform: translateX(4px); }

  /* Order CTA */
  .order-now-cta { display: inline-flex; align-items: center; gap: 12px; padding: 18px 48px; background: #ffffff; color: var(--green-dark); font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; transition: all 0.3s; margin-bottom: 56px; box-shadow: 0 4px 24px rgba(0,0,0,0.2); }
  .order-now-cta:hover { background: rgba(255,255,255,0.88); transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.25); }

  .contact-location { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.4); font-size: 12px; letter-spacing: 1px; font-family: 'Jost', sans-serif; }

  footer { background: var(--green-dark); padding: 48px 40px 32px; text-align: center; border-top: 1px solid rgba(255,255,255,0.15); }
  .footer-logo { margin: 0 auto 20px; display: flex; justify-content: center; }
  .footer-logo .logo-svg-white { width: 200px; height: 161px; }
  .footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 15px; font-style: italic; color: rgba(255,255,255,0.35); margin-bottom: 28px; }
  .footer-links { display: flex; gap: 32px; justify-content: center; margin-bottom: 24px; flex-wrap: wrap; }
  .footer-links a { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); text-decoration: none; font-family: 'Jost', sans-serif; transition: color 0.3s; }
  .footer-links a:hover { color: var(--gold-light); }
  .footer-social { display: flex; gap: 16px; justify-content: center; margin-bottom: 32px; }
  .footer-social-btn { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.3s; }
  .footer-social-btn:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }
  .footer-bottom { font-size: 11px; color: rgba(255,255,255,0.2); font-family: 'Jost', sans-serif; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; }

  @keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
  .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* Our Story overlay page */
  .story-page {
    position: fixed; inset: 0; z-index: 300;
    background: var(--cream);
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex; flex-direction: column;
  }
  .story-page.open { transform: translateX(0); }
  .overlay-nav {
    background: var(--green);
    padding: 0 48px;
    display: flex; align-items: center; justify-content: space-between;
    position: sticky; top: 0; z-index: 10;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    flex-shrink: 0;
    height: 120px;
  }
  .overlay-logo-link { display: flex; align-items: center; text-decoration: none; }
  .overlay-nav-links {
    display: flex; list-style: none; gap: 32px; margin: 0; padding: 0;
  }
  .overlay-nav-links a {
    font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 2.5px;
    text-transform: uppercase; color: rgba(255,255,255,0.7);
    text-decoration: none; transition: color 0.3s;
  }
  .overlay-nav-links a:hover { color: #ffffff; }
  .overlay-close {
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 8px;
    font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 2.5px;
    text-transform: uppercase; transition: color 0.3s; padding: 8px;
  }
  .overlay-close:hover { color: #ffffff; }
  .story-close {
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 10px;
    font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 2.5px;
    text-transform: uppercase; transition: color 0.3s; padding: 8px;
  }
  .story-close:hover { color: #ffffff; }
  .story-close svg { width: 20px; height: 20px; }
  .story-body {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    align-items: start;
  }
  .story-image-col {
    position: sticky;
    top: 0;
    height: 100vh;
    background: var(--green-dark);
    overflow: hidden;
  }
  .story-image-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    display: block;
  }
  .story-text-col {
    padding: 80px 56px 100px;
  }
  .story-body .section-label { margin-bottom: 12px; }
  .story-body .section-title { margin-bottom: 32px; }
  .story-body .section-title em { font-style: italic; color: var(--green-light); display: block; }
  .story-image-frame {
    display: none;
  }
  .story-image-frame::after {
    content: ''; position: absolute; inset: 0;
    border: 1px solid rgba(9,93,64,0.15);
    pointer-events: none;
  }
  .story-image-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    color: rgba(255,255,255,0.3); font-family: 'Cormorant Garamond', serif;
    font-size: 15px; font-style: italic;
  }
  .story-image-placeholder svg { width: 56px; height: 56px; opacity: 0.25; stroke: #ffffff; }
  .story-text { font-size: 17px; line-height: 2; color: var(--text-mid); margin-bottom: 24px; }
  .story-pull-quote {
    border-left: 3px solid var(--green); padding: 20px 32px;
    margin: 48px 0; background: rgba(9,93,64,0.04);
  }
  .story-pull-quote p {
    font-family: 'Cormorant Garamond', serif; font-size: 26px; font-style: italic;
    line-height: 1.5; color: var(--green); font-weight: 400;
  }
  .story-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 48px; }
  .story-tag { padding: 8px 20px; border: 1px solid rgba(9,93,64,0.3); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green); font-family: 'Jost', sans-serif; }

  @media (max-width: 768px) {
    .story-body { grid-template-columns: 1fr; }
    .story-image-col { position: relative; height: auto; min-height: 420px; }
    .story-text-col { padding: 48px 24px 80px; }
    .story-text { font-size: 15px; }
    .story-pull-quote p { font-size: 20px; }
  }

  @media (max-width: 768px) {
    nav { padding: 10px 20px; }
    .nav-links { display: flex; }
    .nav-hamburger { display: flex; }

    /* Sidebar */
    .nav-links {
      flex-direction: column;
      position: fixed;
      top: 0; right: -320px; bottom: 0;
      width: 300px;
      background: var(--green-dark);
      border-left: 1px solid rgba(255,255,255,0.1);
      z-index: 500;
      padding: 80px 0 40px;
      gap: 0;
      transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      align-items: stretch;
      justify-content: flex-start;
      box-shadow: -8px 0 40px rgba(0,0,0,0.3);
    }
    .nav-links li { border-bottom: 1px solid rgba(255,255,255,0.07); }
    .nav-links a {
      display: block;
      padding: 18px 32px;
      font-size: 11px !important;
      letter-spacing: 3px;
      color: rgba(255,255,255,0.75) !important;
      transition: all 0.2s;
    }
    .nav-links a:hover { color: #ffffff !important; background: rgba(255,255,255,0.05); padding-left: 40px; }
    .nav-links .nav-order-btn {
      margin: 24px 32px 0 !important;
      padding: 14px 24px !important;
      text-align: center;
      background: #ffffff !important;
      color: var(--green-dark) !important;
      display: block;
    }

    /* Sidebar open state */
    nav.menu-open .nav-links { right: 0; }

    /* Overlay backdrop */
    .sidebar-overlay {
      display: none;
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.5);
      z-index: 499;
      opacity: 0;
      transition: opacity 0.35s ease;
    }
    nav.menu-open ~ .sidebar-overlay { display: block; opacity: 1; }

    /* Hamburger → X animation */
    nav.menu-open .nav-hamburger span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
    nav.menu-open .nav-hamburger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    nav.menu-open .nav-hamburger span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }
    .hero-corner { width: 70px; height: 70px; }
    .hero-corner.tl, .hero-corner.tr { top: 90px; }
    .hero-logo-wrap .logo-svg-white { width: 220px; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-image-frame { aspect-ratio: 16/9; }
    .about-image-frame::before { display: none; }
    .cake-price-header { grid-template-columns: 1fr 76px 76px; }
    .menu-item { grid-template-columns: 1fr 76px 76px; }
    .menu-price { font-size: 15px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-item:first-child { grid-column: 1/3; grid-row: 1; aspect-ratio: 16/9; }
    .gallery-item:nth-child(5) { grid-column: 1/3; }
    .testimonials-grid { grid-template-columns: 1fr; padding: 0 20px; }
    .faq-grid { grid-template-columns: 1fr; }
    .contact-info-strip { gap: 12px; }
    .contact-info-item { min-width: 140px; padding: 16px 18px; }
    .contact-social-row { flex-direction: column; align-items: center; }
    .social-btn { width: 100%; max-width: 340px; min-width: unset; }
    .section-inner { padding: 0 20px; }
    .menu-tabs { width: 100%; max-width: 100%; flex-wrap: wrap; border: none; gap: 1px; background: rgba(255,255,255,0.2); }
    .menu-tab { padding: 11px 8px; font-size: 9.5px; flex: 1 1 calc(33.333% - 1px); border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); min-width: 0; }
    .menu-tab:nth-child(3) { border-right: none; }
    .menu-tab.active { background: #ffffff; color: var(--green-dark); }
    .order-now-cta { padding: 16px 28px; font-size: 11px; }
  }

/* ── Cakes Page ─────────────────────────────────────────────────────── */
.cakes-page-body {
  flex: 1;
  overflow-y: auto;
  padding: 64px 56px 100px;
  background: var(--cream);
}
.cakes-page-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.cakes-page-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--text-light);
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.7;
}
.cakes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.cake-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cake-img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e8e0d5;
  cursor: default;
}
.cake-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.cake-card:hover .cake-img-wrap img {
  transform: scale(1.04);
}
/* hover description overlay */
.cake-hover-desc {
  position: absolute;
  inset: 0;
  background: rgba(9, 61, 43, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cake-card:hover .cake-hover-desc {
  opacity: 1;
}
.cake-hover-desc p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
  text-align: center;
  font-style: italic;
}
/* placeholder when image is missing */
.cake-img-wrap.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cake-img-wrap.no-img::after {
  content: 'Photo coming soon';
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
}
.cake-img-wrap.no-img img { display: none; }
.cake-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark);
  text-align: center;
  letter-spacing: 0.3px;
}
.cakes-page-cta {
  text-align: center;
  margin-top: 64px;
}
/* mobile */
@media (max-width: 900px) {
  .cakes-page-body { padding: 48px 20px 80px; }
  .cakes-grid { grid-template-columns: repeat(3, 1fr); gap: 24px 16px; }
}
@media (max-width: 480px) {
  .cakes-grid { grid-template-columns: 1fr; }
  .cake-img-wrap { aspect-ratio: 4 / 3; }
}

/* tap-to-toggle cake description on touch devices */
@media (hover: none) {
  .cake-hover-desc { transition: opacity 0.25s ease; }
  .cake-img-wrap.desc-open .cake-hover-desc { opacity: 1; }
  .cake-img-wrap.desc-open img { transform: scale(1.04); }
}

/* ── Our Story Inline Section ────────────────────────────────────────── */
.our-story-section {
  background: var(--cream);
  overflow: hidden;
}
.our-story-section .story-body {
  max-width: 100%;
  min-height: 80vh;
}
.our-story-section .story-image-col {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.our-story-section .story-text-col {
  padding: 100px 72px 100px 64px;
}
@media (max-width: 900px) {
  .our-story-section .story-body { grid-template-columns: 1fr; }
  .our-story-section .story-image-col { position: relative; height: auto; min-height: 360px; top: 0; }
  .our-story-section .story-text-col { padding: 48px 24px 80px; }
}

/* ── Overlay nav mobile ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .overlay-nav { padding: 0 20px; height: 90px; }
  .overlay-nav .logo-svg-white { width: 110px !important; height: 89px !important; }
  .overlay-nav-links { display: none; }
  .overlay-close { gap: 6px; font-size: 9px; }
}

/* ── Bespoke Cakes Marquee ──────────────────────────────────────────── */
.bespoke-marquee {
  background: var(--cream);
  padding: 120px 0;
  overflow: hidden;
}
.bespoke-marquee-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.bespoke-marquee-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--text-light);
  margin-top: 12px;
  font-size: 17px;
}

.marquee-viewport {
  position: relative;
  overflow: hidden;
  /* subtle fade on left/right edges */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 80px,
    #000 calc(100% - 80px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 80px,
    #000 calc(100% - 80px),
    transparent 100%
  );
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 80s linear infinite;
  will-change: transform;
}
.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-set {
  display: flex;
  gap: 20px;
  padding-right: 20px;        /* space between the two sets */
  flex-shrink: 0;
}

.marquee-item {
  position: relative;
  width: 371px;   /* 520px height × (5/7) for uniform 5:7 images */
  height: 520px;
  overflow: hidden;
  background: #e8e0d5;
  border-radius: 2px;
  margin: 0;
  flex-shrink: 0;
}
.marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.marquee-item:hover img {
  transform: scale(1.06);
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.bespoke-marquee-cta {
  text-align: center;
  margin-top: 64px;
  padding: 0 24px;
}

/* Tablet */
@media (max-width: 900px) {
  .bespoke-marquee { padding: 80px 0; }
  .marquee-item { height: 380px; width: 271px; }  /* 380 × (5/7) */
  .marquee-track { animation-duration: 60s; }
}

/* Mobile */
@media (max-width: 480px) {
  .marquee-item { height: 280px; width: 200px; }  /* 280 × (5/7) */
  .marquee-set { gap: 12px; padding-right: 12px; }
  .marquee-track { animation-duration: 50s; }
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .marquee-viewport { overflow-x: auto; }
}

/* ── Anchor scroll offset (accounts for fixed navbar) ───────────────── */
:root { --nav-offset: 110px; }
@media (max-width: 768px) {
  :root { --nav-offset: 90px; }
}
section[id], [id]:target { scroll-margin-top: var(--nav-offset); }
html { scroll-behavior: smooth; }
