:root {
  --wine: #4a1d2b;
  --wine-dark: #2b111a;
  --rose: #d97f78;
  --blush: #f5d9d3;
  --cream: #fffaf2;
  --paper: #f4ede2;
  --gold: #d8a64a;
  --olive: #677052;
  --ink: #2e2024;
  --muted: #74656a;
  --white: #fffefd;
  --border: rgba(74, 29, 43, .15);
  --serif: "Lora", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(43, 17, 26, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, blockquote { font-family: var(--serif); font-style: normal; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 104px;
  padding: 14px clamp(22px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: var(--white);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand-logo { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; box-shadow: 0 8px 25px rgba(0,0,0,.18); }
.brand-copy, .footer-brand span { display: flex; flex-direction: column; line-height: 1.18; }
.brand-copy strong, .footer-brand strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 700; }
.brand-copy small, .footer-brand small { margin-top: 5px; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .78; }
nav { display: flex; align-items: center; gap: 30px; font-size: .86rem; font-weight: 700; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .2s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.site-header > .button { justify-self: end; }

.button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--wine);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wine);
  color: white;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(43,17,26,.22); background: var(--wine-dark); }
.button-outline { min-height: 44px; background: transparent; border-color: rgba(255,255,255,.62); }
.button-outline:hover { background: white; color: var(--wine); }
.button-gold { background: var(--gold); border-color: var(--gold); color: var(--wine-dark); }
.button-gold:hover { background: #e4b75e; }

.hero {
  min-height: 810px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .78fr);
  background: var(--wine);
  color: white;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 146px clamp(32px, 6.5vw, 106px) 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy::before {
  content: "";
  position: absolute;
  left: -190px;
  top: 210px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.hero-logo {
  width: 142px;
  height: 142px;
  margin-bottom: 24px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 16px 42px rgba(22,5,12,.28);
}
.eyebrow, .kicker {
  margin: 0 0 18px;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow { color: #f5beb7; }
.kicker { color: var(--wine); }
h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3.8rem, 6vw, 7rem);
  line-height: .98;
  letter-spacing: -.048em;
  font-weight: 600;
}
h1 span { color: #f2c15f; }
.hero-intro { max-width: 625px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 9px 0 6px; border-bottom: 1px solid rgba(255,255,255,.48); font-weight: 700; }
.text-link span { margin-left: 7px; }
.hero-facts { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); display: flex; gap: 30px; color: rgba(255,255,255,.67); font-size: .78rem; }
.hero-facts span { display: flex; flex-direction: column; }
.hero-facts strong { color: white; font-size: .92rem; }
.hero-visual { position: relative; min-height: 720px; padding: 128px clamp(32px, 5vw, 80px) 70px 0; background: var(--blush); }
.hero-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(74,29,43,.1)); }
.hero-frame { position: relative; z-index: 1; height: 100%; max-height: 650px; overflow: hidden; border: 10px solid rgba(255,255,255,.48); box-shadow: var(--shadow); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-label { position: absolute; z-index: 3; left: -62px; bottom: 66px; width: 274px; padding: 22px 24px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.hero-label span { display: block; margin-bottom: 6px; color: var(--wine); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-label strong { display: block; font-family: var(--serif); font-size: 1.36rem; }
.hero-label small { color: var(--muted); }
.hero-seal { position: absolute; z-index: 3; top: 126px; right: 18px; width: 136px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--gold); color: var(--wine-dark); font-family: var(--serif); font-size: .88rem; font-weight: 700; line-height: 1.35; transform: rotate(6deg); box-shadow: 0 14px 38px rgba(43,17,26,.2); }

.ticker { overflow: hidden; padding: 13px 0; background: var(--gold); color: var(--wine-dark); white-space: nowrap; font-family: var(--serif); font-weight: 700; letter-spacing: .03em; }
.ticker div { width: max-content; min-width: 100%; text-align: center; }
.ticker span { margin: 0 22px; font-size: .62rem; }
.section { padding: clamp(76px, 8vw, 124px) clamp(22px, 5.5vw, 86px); }
.section-heading { max-width: 1520px; margin: 0 auto 34px; display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 50px; }
.section-heading h2, .flavours h2, .steps h2, .enquiry h2 { max-width: 860px; margin: 0; font-size: clamp(2.55rem, 4.4vw, 4.9rem); line-height: 1.05; letter-spacing: -.042em; }
.section-heading > p { margin: 0 0 5px; max-width: 510px; color: var(--muted); }

.cake-selector { background: var(--paper); }
.pricing-message { max-width: 1520px; margin: 0 auto 22px; padding: 17px 20px; border: 1px solid rgba(216,166,74,.42); display: flex; align-items: flex-start; gap: 14px; background: #fff9e9; }
.pricing-message > span { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--wine-dark); font-family: var(--serif); font-weight: 700; }
.pricing-message p { margin: 1px 0 0; color: var(--muted); font-size: .88rem; }
.pricing-message strong { color: var(--ink); }
.design-grid { max-width: 1520px; margin: auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.design-card {
  min-width: 0;
  padding: 0;
  border: 1px solid transparent;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform .22s, border-color .22s, box-shadow .22s;
}
.design-card:hover, .design-card:focus-visible { transform: translateY(-5px); border-color: var(--wine); box-shadow: 0 18px 42px rgba(43,17,26,.11); outline: none; }
.design-image { display: block; aspect-ratio: 1 / 1.14; overflow: hidden; background: var(--blush); }
.design-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s; }
.design-image.image-top img { object-position: center 28%; }
.design-card:hover .design-image img, .design-card:focus-visible .design-image img { transform: scale(1.035); }
.design-meta { min-height: 112px; padding: 17px 15px 14px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; }
.design-meta > span { display: flex; flex-direction: column; }
.design-meta strong { font-family: var(--serif); font-size: 1.12rem; line-height: 1.22; }
.design-meta small { margin-top: 4px; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.design-meta b { color: var(--wine); font-size: .82rem; }
.view-design { padding: 11px 15px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; color: var(--wine); font-size: .68rem; font-weight: 700; }
.view-design i, .custom-design-card i { font-style: normal; transition: transform .2s; }
.design-card:hover .view-design i, .custom-design-card:hover i { transform: translateX(3px); }
.custom-design-card {
  min-height: 100%;
  padding: 26px 22px 20px;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--wine);
  color: white;
  transition: transform .22s, background .22s, box-shadow .22s;
}
.custom-design-card:hover, .custom-design-card:focus-visible { transform: translateY(-5px); background: var(--wine-dark); box-shadow: 0 18px 42px rgba(43,17,26,.18); outline: none; }
.custom-icon { width: 58px; height: 58px; margin-bottom: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 1.35rem; }
.custom-design-card small { display: block; margin-bottom: 9px; color: #f5beb7; font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.custom-design-card strong { display: block; font-family: var(--serif); font-size: clamp(1.35rem, 1.7vw, 1.8rem); line-height: 1.15; }
.custom-design-card p { margin: 15px 0 34px; color: rgba(255,255,255,.7); font-size: .82rem; }
.custom-design-card b { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; color: var(--gold); font-size: .76rem; }

.flavours { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1fr); gap: clamp(60px, 9vw, 150px); background: var(--cream); }
.flavour-intro { max-width: 630px; align-self: center; }
.flavour-intro > p:not(.kicker) { max-width: 540px; margin: 26px 0 35px; color: var(--muted); }
.flavour-toggle { display: inline-flex; padding: 4px; background: var(--paper); border-radius: 100px; }
.flavour-toggle button { border: 0; border-radius: 100px; padding: 12px 18px; background: transparent; color: var(--muted); cursor: pointer; font-weight: 700; }
.flavour-toggle button.active { background: var(--wine); color: white; }
.flavour-panel { align-self: center; }
.flavour-list { border-top: 1px solid var(--border); }
.flavour-list button { width: 100%; min-height: 100px; padding: 12px 6px; border: 0; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 34px 70px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 16px; align-items: center; background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: padding .2s, background .2s; }
.flavour-list button:hover, .flavour-list button:focus-visible, .flavour-list button.chosen { padding-left: 18px; padding-right: 18px; background: var(--paper); }
.flavour-list button > span { grid-column: 1; grid-row: 1 / span 2; color: var(--rose); font-size: .7rem; font-weight: 700; }
.flavour-list button img { grid-column: 2; grid-row: 1 / span 2; width: 70px; height: 70px; object-fit: cover; border-radius: 4px; background: var(--paper); }
.flavour-list button strong { grid-column: 3; grid-row: 1; align-self: end; font-family: var(--serif); font-size: 1.28rem; }
.flavour-list button small { grid-column: 3; grid-row: 2; align-self: start; color: var(--muted); }

.steps { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(55px, 10vw, 170px); background: var(--blush); }
.steps-copy > p:last-child { max-width: 520px; margin: 26px 0 0; }
.steps ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(74,29,43,.25); }
.steps li { padding: 26px 0; border-bottom: 1px solid rgba(74,29,43,.25); display: grid; grid-template-columns: 54px 1fr; gap: 18px; }
.steps li > span { width: 38px; aspect-ratio: 1; border: 1px solid var(--wine); border-radius: 50%; display: grid; place-items: center; font-size: .76rem; font-weight: 700; }
.steps li strong { font-family: var(--serif); font-size: 1.35rem; }
.steps li p { margin: 4px 0 0; max-width: 480px; color: rgba(46,32,36,.72); }

.enquiry { min-height: 640px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--paper); }
.enquiry-card { padding: clamp(76px, 9vw, 126px) clamp(28px, 8vw, 126px); background: var(--wine); color: white; }
.enquiry-card > p:not(.kicker) { max-width: 690px; margin: 26px 0 34px; color: rgba(255,255,255,.76); font-size: 1.06rem; }
.kicker.light { color: #f5beb7; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.contact { min-height: 54px; padding: 0 22px; border: 1px solid rgba(255,255,255,.34); border-radius: 100px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; transition: background .2s, color .2s; }
.contact:hover, .contact:focus-visible { background: white; color: var(--wine); }
.contact-pending { opacity: .62; cursor: default; }
.contact-pending:hover { background: transparent; color: white; }
.contact span { width: 26px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.14); font-family: Arial, sans-serif; }
.link-note { display: block; margin-top: 16px; color: rgba(255,255,255,.52); }
.google-link { display: inline-block; margin-top: 27px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.google-link:hover, .google-link:focus-visible { color: var(--gold); }
.enquiry-faq { padding: clamp(54px, 6vw, 90px) clamp(24px, 5vw, 70px); background: var(--gold); }
.enquiry-faq h2 { max-width: 520px; margin: 8px 0 30px; font-size: clamp(2.05rem, 3vw, 3.15rem); line-height: 1.1; }
.faq-list { border-top: 1px solid rgba(74,29,43,.32); }
.faq-list details { border-bottom: 1px solid rgba(74,29,43,.32); }
.faq-list summary { position: relative; padding: 19px 34px 19px 0; list-style: none; cursor: pointer; font-weight: 700; line-height: 1.45; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 3px; top: 14px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list summary:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.faq-list details p { margin: -3px 18px 20px 0; max-width: 540px; color: rgba(43,17,26,.85); font-size: .91rem; line-height: 1.65; }

footer { min-height: 150px; padding: 30px clamp(22px, 5.5vw, 86px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; background: var(--wine-dark); color: white; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; }
footer p { margin: 0; color: rgba(255,255,255,.58); font-size: .8rem; text-align: center; }
footer > a:last-child { justify-self: end; font-size: .8rem; font-weight: 700; }

.cake-dialog { position: relative; width: min(1050px, 94vw); max-height: 92vh; padding: 0; border: 0; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); overflow: auto; }
.cake-dialog::backdrop { background: rgba(27,8,15,.84); backdrop-filter: blur(7px); }
.cake-dialog[open] { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(430px, 1fr); }
.dialog-close { position: absolute; z-index: 3; top: 15px; right: 15px; width: 44px; height: 44px; border: 0; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--wine); box-shadow: 0 7px 20px rgba(43,17,26,.18); font-size: 1.55rem; cursor: pointer; }
.dialog-image { min-height: 690px; background: var(--blush); }
.dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { padding: 52px 48px 44px; align-self: center; }
.dialog-content h2 { margin: 0 0 16px; font-size: clamp(2.45rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.dialog-step[hidden], .whatsapp-enquire[hidden] { display: none !important; }
.dialog-step h3 { margin: 20px 0 16px; font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.2; }
.dialog-step > p:not(.step-hint):not(.selection-context):not(.copy-status) { margin: 0 0 18px; color: var(--muted); }
.dialog-back { border: 0; padding: 8px 0; background: transparent; color: var(--wine); cursor: pointer; font-weight: 700; }
.dialog-back:hover, .dialog-back:focus-visible { text-decoration: underline; }
.selection-context { margin: 10px 0 0; font-size: .82rem; color: var(--muted); }
.step-hint { margin: 14px 0 0; font-size: .83rem; color: var(--muted); }
.price-table { border-top: 1px solid var(--border); }
.price-row { min-height: 50px; padding: 10px 4px; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; font-size: .85rem; }
.price-row strong { color: var(--wine); font-size: .98rem; }
.size-option { width: 100%; border-top: 0; border-left: 0; border-right: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; }
.size-option:hover, .size-option:focus-visible { background: var(--paper); outline: 2px solid var(--wine); outline-offset: -2px; }
.price-head { min-height: 40px; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.dialog-flavour-toggle { display: flex; gap: 5px; padding: 5px; border-radius: 100px; background: var(--paper); }
.dialog-flavour-toggle button { flex: 1; min-height: 44px; padding: 8px 12px; border: 0; border-radius: 100px; background: transparent; color: var(--ink); cursor: pointer; font-size: .83rem; font-weight: 700; }
.dialog-flavour-toggle button.active { background: var(--wine); color: white; }
.dialog-flavour-options { max-height: min(420px, 46vh); overflow-y: auto; margin-top: 14px; border-top: 1px solid var(--border); }
.flavour-option { display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: center; gap: 14px; width: 100%; min-height: 82px; padding: 9px 12px; border: 0; border-bottom: 1px solid var(--border); background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.flavour-option img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; background: var(--paper); }
.flavour-option-copy { min-width: 0; }
.flavour-option:hover, .flavour-option:focus-visible { background: var(--paper); outline: 2px solid var(--wine); outline-offset: -2px; }
.flavour-option strong, .flavour-option small { display: block; }
.flavour-option strong { font-family: var(--serif); font-size: 1.08rem; }
.flavour-option small { color: var(--muted); font-size: .76rem; }
#enquiryForm label, .message-label { display: block; margin: 15px 0 5px; font-weight: 700; font-size: .85rem; }
#enquiryForm input, #enquiryMessage { display: block; width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--border); border-radius: 4px; background: white; color: var(--ink); font: inherit; }
#enquiryForm input:focus-visible, #enquiryMessage:focus-visible { outline: 2px solid var(--wine); outline-offset: 2px; }
#enquiryMessage { min-height: 282px; resize: vertical; font-size: .85rem; line-height: 1.45; }
.review-button, .copy-button, .whatsapp-enquire { width: 100%; margin-top: 19px; border: 0; cursor: pointer; }
.copy-status { min-height: 25px; margin: 8px 0 0; font-size: .84rem; color: var(--wine); }
.review-links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 14px; }
.review-links a { color: var(--wine); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.dialog-pricing-note { margin: 17px 0 22px; padding: 14px 15px; background: var(--paper); color: var(--muted); font-size: .76rem; line-height: 1.55; }
.cake-dialog[data-step="review"] .dialog-pricing-note { display: none; }
.mobile-cta { display: none; }

@media (max-width: 1260px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr .9fr; }
  .hero-copy { padding-left: 44px; padding-right: 38px; }
  .hero-facts { gap: 18px; }
  .design-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .hero { min-height: 730px; grid-template-columns: 1fr 1fr; }
  .hero-logo { width: 118px; height: 118px; }
  .hero-facts { display: none; }
  .hero-visual { padding-right: 30px; }
  .hero-label { left: -32px; width: 245px; }
  .design-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .flavours { grid-template-columns: 1fr; gap: 52px; }
  .steps { gap: 60px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 72px; }
  .site-header { min-height: 82px; padding: 10px 16px; }
  .site-header > .button { display: none; }
  .brand-logo { width: 58px; height: 58px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .52rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 660px; padding: 112px 20px 58px; }
  .hero-copy::before { display: none; }
  .hero-logo { width: 120px; height: 120px; margin-bottom: 20px; }
  h1 { font-size: clamp(3.25rem, 14vw, 4.75rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-visual { min-height: 560px; padding: 22px 18px 60px; }
  .hero-frame { max-height: none; border-width: 7px; }
  .hero-label { left: 34px; bottom: 26px; width: calc(100% - 68px); }
  .hero-seal { top: 36px; right: 30px; width: 108px; font-size: .73rem; }
  .ticker div { padding-left: 100%; text-align: left; animation: marquee 24s linear infinite; }
  @keyframes marquee { to { transform: translateX(-100%); } }
  .section { padding: 72px 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .section-heading h2, .flavours h2, .steps h2, .enquiry h2 { font-size: clamp(2.45rem, 11vw, 3.8rem); }
  .pricing-message { padding: 15px; }
  .design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .design-meta { min-height: 110px; padding: 13px 11px 11px; }
  .design-meta strong { font-size: .98rem; }
  .design-meta small { font-size: .56rem; }
  .design-meta b { font-size: .76rem; }
  .view-design { padding: 9px 11px; font-size: .61rem; }
  .custom-design-card { padding: 20px 15px 16px; }
  .custom-icon { width: 48px; height: 48px; margin-bottom: 24px; }
  .custom-design-card strong { font-size: 1.22rem; }
  .custom-design-card p { margin: 11px 0 20px; font-size: .74rem; }
  .custom-design-card b { font-size: .66rem; }
  .flavour-toggle { display: flex; }
  .flavour-toggle button { flex: 1; padding: 11px 10px; font-size: .8rem; }
  .flavour-list button { grid-template-columns: 24px 58px minmax(0, 1fr); column-gap: 10px; }
  .flavour-list button img { width: 58px; height: 58px; }
  .flavour-list button strong { font-size: 1.08rem; }
  .steps { grid-template-columns: 1fr; gap: 42px; }
  .enquiry { grid-template-columns: 1fr; }
  .enquiry-card { padding: 72px 20px; }
  .contact-buttons { flex-direction: column; }
  .contact { justify-content: center; }
  .enquiry-faq { padding: 54px 24px 66px; }
  .enquiry-faq h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .cake-dialog[open] { display: block; width: 94vw; }
  .dialog-image { min-height: 0; height: 27vh; }
  .cake-dialog[data-step="flavour"] .dialog-image, .cake-dialog[data-step="details"] .dialog-image, .cake-dialog[data-step="review"] .dialog-image { height: 110px; }
  .dialog-content { padding: 32px 20px 26px; }
  .price-row { font-size: .78rem; }
  .dialog-flavour-options { max-height: none; }
  footer { grid-template-columns: 1fr auto; padding: 28px 18px; }
  footer p { display: none; }
  .footer-brand small { display: none; }
  .mobile-cta { position: fixed; z-index: 50; inset: auto 0 0; height: 72px; padding: 9px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--border); background: rgba(255,254,253,.95); backdrop-filter: blur(12px); }
  .mobile-cta span { display: flex; flex-direction: column; line-height: 1.2; }
  .mobile-cta small { color: var(--muted); font-size: .62rem; }
  .mobile-cta strong { font-size: .83rem; }
  .mobile-cta a { padding: 11px 18px; border-radius: 100px; background: var(--wine); color: white; font-weight: 700; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .design-meta strong { font-size: .91rem; }
  .design-meta small { letter-spacing: .04em; }
  .view-design { font-size: .57rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
