:root {
  --cream: #fff8f2;
  --blush: #f6d7d8;
  --rose: #ca6973;
  --berry: #7f3344;
  --chocolate: #3d2520;
  --gold: #c99c5c;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(93, 46, 54, .15);
  --radius-xl: 34px;
  --radius-md: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--chocolate);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.top-strip {
  background: var(--berry);
  color: var(--white);
  text-align: center;
  padding: .65rem 1rem;
  font-size: .92rem;
  letter-spacing: .02em;
}

.site-header {
  width: min(var(--max), calc(100% - 32px));
  margin: 20px auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  padding: 13px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 14px;
  z-index: 10;
}

.brand, .site-nav { display: flex; align-items: center; }
.brand { gap: 12px; }
.brand-mark {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--berry), var(--rose));
  color: var(--white);
  font-family: "Great Vibes", cursive;
  font-size: 1.35rem;
}
.brand strong { display: block; font-size: 1rem; }
.brand small { color: var(--rose); font-weight: 700; }
.site-nav { gap: 18px; font-size: .88rem; font-weight: 700; }
.site-nav a { white-space: nowrap; }
.site-nav a:not(.nav-cta):hover { color: var(--rose); }
.nav-cta {
  padding: .72rem 1.08rem;
  color: var(--white);
  background: var(--berry);
  border-radius: 999px;
}
.nav-toggle { display: none; background: none; border: 0; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--berry); margin: 5px 0; }

.hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 58px;
  align-items: center;
  min-height: 650px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 800;
}
h1, h2, h3 { line-height: 1.05; margin: 0; color: var(--berry); }
h1 {
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  letter-spacing: -.07em;
  max-width: 760px;
}
h2 { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.05em; }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
.hero-text { font-size: 1.15rem; max-width: 620px; margin: 26px 0; color: rgba(61, 37, 32, .78); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.35rem;
  font-weight: 800;
  cursor: pointer;
}
.btn-primary { background: var(--berry); color: var(--white); box-shadow: 0 12px 28px rgba(127, 51, 68, .22); }
.btn-secondary { background: var(--white); color: var(--berry); border: 1px solid rgba(127, 51, 68, .14); }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.trust-row span { background: rgba(255,255,255,.75); border: 1px solid rgba(127,51,68,.12); padding: .55rem .85rem; border-radius: 999px; font-size: .88rem; font-weight: 700; }

.hero-art { position: relative; display: flex; align-items: center; }
.hero-collage { display: grid; grid-template-columns: 1.4fr 1fr; gap: 8px; width: 100%; height: 500px; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); position: relative; z-index: 1; }
.collage-main { height: 100%; }
.collage-main img { width: 100%; height: 100%; object-fit: cover; display: block; -webkit-touch-callout: none; user-select: none; pointer-events: none; }
.collage-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr); gap: 8px; height: 100%; }
.collage-item { overflow: hidden; height: 100%; }
.collage-item img { width: 100%; height: 100%; object-fit: cover; display: block; -webkit-touch-callout: none; user-select: none; pointer-events: none; }
.floating-card {
  position: absolute;
  background: var(--white);
  color: var(--berry);
  border-radius: 999px;
  padding: .9rem 1.1rem;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.card-one { top: 54px; right: 24px; }
.card-two { bottom: 70px; left: 5px; }

.section-pad { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 88px 0; }
.intro { display: grid; grid-template-columns: .9fr 1fr; gap: 44px; align-items: end; }
.intro > p { font-size: 1.15rem; margin: 0; color: rgba(61,37,32,.72); }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading > p:last-child { color: rgba(61,37,32,.68); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card {
  background: var(--white);
  border: 1px solid rgba(127,51,68,.09);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(93,46,54,.08);
}
.category-card img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; background: #fde9e7; }
.category-card div { padding: 22px; }
.category-card p { margin-bottom: 0; color: rgba(61,37,32,.68); }

.gallery { background: var(--white); max-width: none; width: 100%; padding-left: max(16px, calc((100% - var(--max))/2)); padding-right: max(16px, calc((100% - var(--max))/2)); }

.gallery-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.gallery-tab { background: var(--white); border: 2px solid rgba(127,51,68,.15); border-radius: 999px; padding: .55rem 1.2rem; font-size: .9rem; font-weight: 700; color: var(--berry); cursor: pointer; transition: all .2s; }
.gallery-tab:hover { border-color: var(--rose); }
.gallery-tab.active { background: var(--berry); color: var(--white); border-color: var(--berry); }
.gallery-tab-spotlight { background: linear-gradient(135deg, #fff8e7, #fef0c7); border-color: var(--gold) !important; color: #7a5c1e !important; }
.gallery-tab-spotlight:hover, .gallery-tab-spotlight.active { background: var(--gold) !important; color: var(--white) !important; border-color: var(--gold) !important; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

/* Spotlight section */
.gallery-spotlight-grid { grid-template-columns: repeat(4, 1fr); }
.spotlight-intro { grid-column: 1 / -1; background: linear-gradient(135deg, #fff8e7, #fef0c7); border: 2px solid var(--gold); border-radius: var(--radius-md); padding: 20px 28px; margin-bottom: 8px; color: var(--chocolate); font-size: 1rem; line-height: 1.6; }
.spotlight-intro em { font-style: italic; font-weight: 600; color: #7a5c1e; }
.gallery-spotlight-grid figure { aspect-ratio: unset; }
.gallery-spotlight-grid img { aspect-ratio: 3 / 4; object-fit: cover; }
.gallery-hidden { display: none; }
.gallery-grid figure { margin: 0; border-radius: var(--radius-md); overflow: hidden; background: #f7e0df; }
.gallery-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; -webkit-touch-callout: none; user-select: none; pointer-events: none; }
.gallery-grid figure { pointer-events: auto; }
.gallery-subheading { grid-column: 1 / -1; margin: 10px 0 4px; }
.gallery-subheading h3 { font-size: 1.1rem; color: var(--berry); margin: 0; }

.flavour-card, .enquiry-card, .testimonial {
  background: linear-gradient(135deg, #fff, #ffe8e7);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(127,51,68,.09);
}
.flavour-card p { max-width: 720px; color: rgba(61,37,32,.7); }
.flavour-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.flavour-group { margin-top: 24px; }
.flavour-group-label { font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--rose); margin: 0 0 12px; }
.flavour-list span { background: var(--white); border: 1px solid rgba(127,51,68,.1); border-radius: 999px; padding: .72rem 1rem; font-weight: 800; color: var(--berry); }
.flavour-gf-note { margin-top: 24px; font-size: 1rem; color: var(--berry); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article { background: var(--white); border-radius: var(--radius-md); padding: 26px; border: 1px solid rgba(127,51,68,.09); }
.steps span { color: var(--gold); font-size: 2rem; font-weight: 900; }
.steps p { color: rgba(61,37,32,.68); margin-bottom: 0; }

.process-thank { margin: 32px 0 0; font-size: 1.05rem; color: var(--berry); font-weight: 600; text-align: center; }
.process-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.process-note { background: var(--white); border-radius: var(--radius-md); padding: 26px; border: 1px solid rgba(127,51,68,.09); }
.process-note h4 { margin: 0 0 10px; font-size: 1rem; font-weight: 700; color: var(--berry); text-transform: uppercase; letter-spacing: .06em; }
.process-note p { color: rgba(61,37,32,.68); margin: 0; }

/* ── Google Reviews ── */
.reviews-section { background: linear-gradient(160deg, #fff8f2 0%, #ffe8e7 100%); width: 100%; padding: 80px 0 72px; box-sizing: border-box; margin: 0; }
.reviews-heading { text-align: center; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.03em; margin: 0 0 20px; color: var(--berry); }
.reviews-summary { display: flex; align-items: center; gap: 10px; justify-content: center; margin-bottom: 36px; }
.google-logo { flex-shrink: 0; }
.reviews-rating { display: flex; align-items: center; gap: 6px; font-size: 1rem; color: rgba(61,37,32,.7); }
.reviews-stars { color: #f5a623; font-size: 1.25rem; letter-spacing: 2px; line-height: 1; }
.reviews-score { font-weight: 800; color: var(--chocolate); font-size: 1.1rem; }
.reviews-count { color: rgba(61,37,32,.55); }
.reviews-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 24px; -webkit-overflow-scrolling: touch; padding: 8px 0 20px 24px; scrollbar-width: none; }
.reviews-carousel::after { content: ""; flex: 0 0 24px; }
.reviews-carousel::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 clamp(280px, calc((100vw - 400px) / 5), 300px); min-height: 200px; background: #fff; border-radius: 16px; padding: 20px; border: 1px solid rgba(0,0,0,.1); box-shadow: 0 2px 12px rgba(0,0,0,.08); display: flex; flex-direction: column; gap: 12px; scroll-snap-align: start; }
.review-card-top { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: .95rem; flex-shrink: 0; }
.reviewer-name { font-weight: 700; color: var(--chocolate); font-size: .9rem; margin-bottom: 2px; }
.review-stars { color: #f5a623; font-size: .85rem; letter-spacing: 2px; line-height: 1; }
.review-google-icon { margin-left: auto; flex-shrink: 0; }
.review-text { color: rgba(61,37,32,.72); font-size: .88rem; line-height: 1.7; margin: 0; flex: 1; }
.review-card-cta { flex: 0 0 280px; max-width: calc(100vw - 48px); min-width: 0; background: linear-gradient(135deg, #fff8f2, #ffe8e7); border: 2px dashed rgba(202,105,115,.3); justify-content: center; align-items: center; min-height: 180px; }
.review-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.review-cta-text { font-weight: 700; color: var(--chocolate); font-size: 1rem; margin: 0; }
.review-cta-btn { background: #fff; border: 2px solid rgba(66,133,244,.4); color: #1a73e8; font-weight: 700; font-size: .85rem; padding: .6rem 1.2rem; border-radius: 999px; text-decoration: none; transition: all .2s; max-width: 100%; text-align: center; line-height: 1.25; }
.review-cta-btn:hover { background: #1a73e8; color: #fff; border-color: #1a73e8; }
.btn-google-review { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 2px solid #dadce0; color: #3c4043; font-weight: 700; font-size: .95rem; padding: .65rem 1.4rem; border-radius: 999px; text-decoration: none; transition: box-shadow .2s, border-color .2s; }
.btn-google-review:hover { box-shadow: 0 2px 12px rgba(0,0,0,.15); border-color: #aaa; }

.faq-list { display: grid; gap: 12px; }
details { background: var(--white); border: 1px solid rgba(127,51,68,.1); border-radius: 18px; padding: 18px 22px; }
summary { cursor: pointer; font-weight: 900; color: var(--berry); }
details p { color: rgba(61,37,32,.7); }

.enquiry-card { display: block; }
.enquiry-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn-whatsapp { background: #25d366; color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.btn-whatsapp:hover { background: #1ebe5c; }
.btn-instagram { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.btn-instagram:hover { opacity: .9; }

.nav-social { display: flex; flex-wrap: wrap; gap: 6px; margin-left: 4px; }
.nav-social-btn { display: inline-flex; align-items: center; gap: 5px; padding: .45rem .75rem; border-radius: 999px; font-size: .82rem; font-weight: 700; background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); color: #fff; transition: opacity .2s; }
.nav-social-btn:hover { opacity: .85; }
.nav-social-wa { background: #25d366; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { font-weight: 800; color: var(--berry); }
input, textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(127,51,68,.16);
  border-radius: 16px;
  padding: 1rem;
  font: inherit;
  color: var(--chocolate);
  background: rgba(255,255,255,.9);
}
textarea { resize: vertical; }

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 34px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(127,51,68,.12);
}
.footer-brand { font-family: "Great Vibes", cursive; color: var(--berry); font-size: 2rem; }
.site-footer p { margin: 6px 0 0; color: rgba(61,37,32,.64); }
.footer-links { display: flex; gap: 18px; font-weight: 800; color: var(--berry); }

.fhrs-badge { display: inline-flex; flex-direction: column; border-radius: 10px; overflow: hidden; font-family: Arial, sans-serif; font-weight: 900; width: 160px; flex-shrink: 0; box-shadow: 0 2px 10px rgba(0,0,0,.15); }
.fhrs-top { background: #5cb85c; color: #fff; font-size: .6rem; letter-spacing: .08em; padding: 7px 10px 5px; text-align: center; }
.fhrs-numbers { background: #5cb85c; display: flex; justify-content: center; gap: 5px; padding: 6px 10px 8px; }
.fhrs-numbers span { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; font-size: .7rem; color: #fff; }
.fhrs-numbers .fhrs-active { background: #111; border-color: #111; color: #fff; font-size: .8rem; }
.fhrs-bottom { background: #111; color: #fff; font-size: .65rem; letter-spacing: .1em; padding: 7px 10px; text-align: center; }

.map-container { border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.1); width: 100%; }
.map-container iframe { display: block; width: 100%; }

.copyright-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--berry); color: rgba(255,255,255,.8); text-align: center; font-size: .8rem; padding: .5rem 1rem; z-index: 100; letter-spacing: .02em; }
body { padding-bottom: 36px; }

@media (max-width: 920px) {
  .site-header { border-radius: 24px; align-items: flex-start; }
  .nav-toggle { display: block; padding: 10px; }
  .site-nav { display: none; position: absolute; left: 18px; right: 18px; top: 76px; flex-direction: column; align-items: stretch; background: var(--white); padding: 18px; border-radius: 22px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav .nav-social { margin-left: 0; margin-top: 4px; flex-wrap: wrap; width: 100%; }
  .site-nav .nav-social-btn { flex: 1 1 auto; justify-content: center; min-width: 0; }
  .hero, .intro { grid-template-columns: 1fr; }
  .hero { min-height: auto; margin-top: 40px; gap: 22px; }
  .hero-art { min-height: 440px; }
  .category-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .process-notes { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-spotlight-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-tabs { gap: 8px; }
}

@media (max-width: 600px) {
  .top-strip { font-size: .78rem; }
  .section-pad { padding: 48px 0; }
  .category-grid, .steps, .reviews-grid { grid-template-columns: 1fr; }
  .gallery { padding-left: 16px !important; padding-right: 16px !important; width: 100%; box-sizing: border-box; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery-spotlight-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid img { aspect-ratio: 1 / 1; }
  .gallery-spotlight-grid img { aspect-ratio: 1 / 1; }
  .testimonials { padding: 62px 16px; }
  .hero-actions, .site-footer, .footer-links { flex-direction: column; align-items: stretch; }
  .floating-card { display: none; }
  .hero-art { min-height: auto; }
  .hero-collage {
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 24px;
  }
  .collage-main { height: auto; }
  .collage-main img { aspect-ratio: 4 / 5; height: auto; }
  .collage-side {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    height: auto;
  }
  .collage-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
    background: #fff8f2;
  }
  .collage-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
    background: #fff8f2;
  }
  .collage-item:last-child img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center bottom;
  }
  h1 { font-size: 2.6rem; }
  .gallery-tabs { gap: 6px; }
  .gallery-tab { font-size: .8rem; padding: .45rem .9rem; }
  .reviews-heading { font-size: 1.6rem; }
  .reviews-carousel {
    flex-direction: column;
    overflow-x: visible;
    overflow-y: visible;
    scroll-snap-type: none;
    padding: 0 16px 20px;
    gap: 14px;
  }
  .reviews-carousel::after { display: none; }
  .review-card {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
  .review-card-cta { min-height: 120px; width: calc(100% - 48px); align-self: center; }
}
.site-logo {
  height: 70px;
  width: auto;
  display: block;
}
