/* ==========================================================
SIMI'S CAKES AND MORE — WEBSITE STYLES
----------------------------------------------------------
This CSS is organized with comments so it is easier to edit.
If you want to change colours, start in the :root section.
If you want to change image/card sizes, search for "CARDS".
If you want to change mobile layout, search for "RESPONSIVE".
========================================================== */
/* ----------------------------------------------------------
1. THEME VARIABLES
These values control the main colours, spacing and fonts.
---------------------------------------------------------- */
:root {
  --bg:#22130f;
  --deep:#160c09;
  --card:rgba(255,238,220,.075);
  --line:rgba(246,207,184,.16);
  --strong:rgba(246,207,184,.34);
  --cream:#fff4ec;
  --muted:rgba(255,244,236,.72);
  --soft:rgba(255,244,236,.58);
  --peach:#efb68e;
  --light:#f7d3bd;
  --accent:#f69a55;
  --brown:#4c2d23;
  --shadow:0 24px 70px rgba(0,0,0,.26);
  --r:22px;
  --rs:15px;
  --container:min(1120px,calc(100% - 1.6rem));
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:Inter,system-ui,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:var(--sans);
  color:var(--cream);
  background:radial-gradient(circle at top left,rgba(246,154,85,.12),transparent 30rem),linear-gradient(180deg,var(--bg),var(--deep));
  line-height:1.6
}
img {
  max-width:100%;
  display:block
}
a {
  color:inherit;
  text-decoration:none
}
p {
  margin:0;
  color:var(--muted)
}
h1,h2,h3 {
  margin:0
}
.skip-link {
  position:absolute;
  top:-100px;
  left:1rem;
  background:var(--cream);
  color:var(--bg);
  padding:.7rem 1rem;
  z-index:100
}
.skip-link:focus {
  top:1rem
}
.site-header {
  position:fixed;
  inset:0 0 auto;
  height:58px;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.8rem;
  padding:0 .8rem;
  background:rgba(22,12,9,.74);
  border-bottom:1px solid rgba(246,207,184,.13);
  backdrop-filter:blur(14px)
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  min-width:0
}
.brand__mark {
  width:33px;
  height:33px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--cream);
  color:var(--brown);
  font-family:var(--serif);
  font-weight:800;
  font-size:1.3rem
}
.brand__text {
  font-family:var(--serif);
  font-weight:700;
  font-size:clamp(1.02rem,4.4vw,1.28rem);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.nav {
  display:none;
  align-items:center;
  gap:.9rem;
  color:var(--soft);
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:800
}
.header-cta {
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:.55rem .78rem;
  border:1px solid var(--strong);
  border-radius:999px;
  background:rgba(255,244,236,.08);
  font-size:.78rem;
  font-weight:900
}
.hero {
  position:relative;
  min-height:92svh;
  display:grid;
  align-items:center;
  overflow:hidden;
  padding:6.3rem .8rem 4rem
}
.hero__slides {
  position:absolute;
  inset:0
}
.hero__slides img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.05);
  animation:heroFade 18s infinite
}
.hero__slides img:nth-child(1) {
  animation-delay:0s;
  object-position:50% 42%
}
.hero__slides img:nth-child(2) {
  animation-delay:6s;
  object-position:50% 45%
}
.hero__slides img:nth-child(3) {
  animation-delay:12s;
  object-position:50% 40%
}
@keyframes heroFade {
  0%,5% {
    opacity:0;
    transform:scale(1.05)
  }
  12%,32% {
    opacity:1;
    transform:scale(1.015)
  }
  39%,100% {
    opacity:0;
    transform:scale(1.05)
  }
}
.hero__shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(22,12,9,.9),rgba(22,12,9,.62) 48%,rgba(22,12,9,.28)),linear-gradient(0deg,rgba(22,12,9,.72),transparent 44%)
}
.hero__content {
  position:relative;
  width:min(680px,100%)
}
.eyebrow,.section-kicker {
  color:var(--peach);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  font-size:.72rem
}
.hero h1 {
  font-family:var(--serif);
  font-size:clamp(3.4rem,17vw,6.2rem);
  line-height:.86;
  letter-spacing:-.055em;
  max-width:10ch;
  margin:.9rem 0 1rem
}
.hero__lead {
  max-width:570px;
  font-size:clamp(.98rem,3.8vw,1.16rem);
  color:rgba(255,244,236,.86)
}
.hero__actions {
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1.45rem
}
.btn {
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:.75rem 1rem;
  font-weight:900;
  font-size:.87rem
}
.btn--primary {
  color:#24120e;
  background:linear-gradient(135deg,var(--light),var(--accent));
  box-shadow:0 14px 32px rgba(246,154,85,.22)
}
.btn--ghost {
  border:1px solid var(--strong);
  background:rgba(255,244,236,.06)
}
.panel {
  position:relative;
  padding:4.2rem .8rem;
  border-top:1px solid rgba(246,207,184,.10)
}
.section-kicker,.section-head,.process-grid,.cake-grid,.customise,.price-layout,.flavour-band,.order-grid {
  width:var(--container);
  margin-left:auto;
  margin-right:auto
}
.section-head {
  margin-top:.75rem;
  margin-bottom:1.6rem
}
.section-head h2,.customise h2,.order h2 {
  font-family:var(--serif);
  font-size:clamp(2.25rem,10vw,4rem);
  line-height:.93;
  letter-spacing:-.035em;
  max-width:840px
}
.section-head p,.customise__copy>p,.order__copy>p {
  margin-top:.85rem;
  max-width:760px;
  font-size:.98rem
}
.process {
  background:rgba(255,244,236,.025)
}
.process-grid {
  display:grid;
  gap:1rem
}
.process-card,.cake-card,.price-card,.mini-steps article,.order-steps article {
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--r);
  overflow:hidden;
  box-shadow:0 16px 44px rgba(0,0,0,.16)
}
.process-card img {
  width:100%;
  height:190px;
  object-fit:cover
}
.process-card span,.mini-steps span,.order-steps span {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin:1rem 1rem .7rem;
  color:var(--peach);
  border:1px solid var(--strong);
  border-radius:50%;
  font-weight:900;
  font-size:.78rem
}
.process-card h3,.cake-card h3,.price-card h3,.mini-steps h3,.order-steps h3 {
  font-family:var(--serif);
  font-size:1.45rem;
  line-height:1;
  margin:0 1rem .55rem
}
.process-card p,.cake-card p,.mini-steps p,.order-steps p {
  margin:0 1rem 1.1rem;
  font-size:.91rem
}
.cake-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:1rem
}
.cake-card img {
  width:100%;
  height:210px;
  object-fit:cover;
  background:#281610
}
.signature-grid .cake-card:nth-child(1) img {
  object-position:50% 40%
}
.signature-grid .cake-card:nth-child(2) img {
  object-position:50% 40%
}
.signature-grid .cake-card:nth-child(3) img {
  object-position:50% 38%
}
.signature-grid .cake-card:nth-child(4) img {
  object-position:50% 48%
}
.signature-grid .cake-card:nth-child(5) img {
  object-position:50% 42%
}
.signature-grid .cake-card:nth-child(6) img {
  object-position:50% 38%
}
.theme-grid .cake-card img,.sweet-grid .cake-card img {
  height:190px
}
.card-tag {
  display:inline-block;
  margin:1rem 1rem .5rem;
  color:var(--peach);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:900;
  font-size:.68rem
}
.card-tag+h3 {
  margin-top:0
}
.customise {
  display:grid;
  gap:1.2rem
}
.customise__image {
  margin:0;
  overflow:hidden;
  border-radius:var(--r);
  border:1px solid var(--line);
  box-shadow:var(--shadow)
}
.customise__image img {
  width:100%;
  height:min(420px,76vw);
  object-fit:cover;
  object-position:50% 42%
}
.customise__copy {
  display:flex;
  flex-direction:column;
  justify-content:center
}
.mini-steps,.order-steps {
  display:grid;
  gap:.85rem;
  margin:1.25rem 0 1.2rem
}
.mini-steps article,.order-steps article {
  border-radius:var(--rs)
}
.menu {
  background:radial-gradient(circle at 90% 12%,rgba(246,154,85,.10),transparent 22rem),rgba(255,244,236,.03)
}
.price-layout {
  display:grid;
  gap:.9rem
}
.price-card {
  padding:1.05rem;
  overflow:visible
}
.price-card h3 {
  margin:0 0 .75rem;
  color:var(--light)
}
.price-list {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:.62rem
}
.price-list li {
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:baseline;
  padding-bottom:.55rem;
  border-bottom:1px solid rgba(246,207,184,.12)
}
.price-list strong {
  color:var(--accent);
  white-space:nowrap
}
.flavour-band {
  margin-top:1rem;
  padding:1.15rem;
  border-radius:var(--r);
  border:1px solid var(--line);
  background:rgba(255,244,236,.06)
}
.flavour-band h3 {
  font-family:var(--serif);
  font-size:1.55rem;
  margin-bottom:.35rem
}
.order-grid {
  display:grid;
  gap:1.2rem
}
.order__photos {
  display:grid;
  gap:.8rem;
  grid-template-columns:1fr 1fr
}
.order__photos img {
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:var(--r);
  border:1px solid var(--line);
  box-shadow:var(--shadow)
}
.footer {
  padding:2rem .8rem 6rem;
  text-align:center;
  border-top:1px solid rgba(246,207,184,.12)
}
.footer p {
  max-width:760px;
  margin:0 auto .5rem
}
.footer a {
  color:var(--light);
  font-weight:900
}
.floating-whatsapp {
  position:fixed;
  left:.8rem;
  right:.8rem;
  bottom:.8rem;
  min-height:48px;
  z-index:60;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#24120e;
  background:linear-gradient(135deg,var(--light),var(--accent));
  box-shadow:0 18px 40px rgba(0,0,0,.34);
  font-weight:900
}
.reveal {
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease,transform .55s ease
}
.reveal.is-visible {
  opacity:1;
  transform:translateY(0)
}
@media(min-width:620px) {
  :root {
    --container:min(1120px,calc(100% - 3rem))
  }
  .hero {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .panel {
    padding:4.8rem 1.5rem
  }
  .process-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .process-card img {
    height:170px
  }
  .cake-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .cake-card img {
    height:220px
  }
  .theme-grid .cake-card img,.sweet-grid .cake-card img {
    height:205px
  }
  .price-layout {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .floating-whatsapp {
    left:auto;
    right:1.2rem;
    width:auto;
    padding:0 1.1rem
  }
}
@media(min-width:880px) {
  .site-header {
    padding:0 5vw;
    height:64px
  }
  .nav {
    display:flex
  }
  .header-cta {
    padding:.62rem 1rem
  }
}
@media(min-width:980px) {
  .hero {
    min-height:100svh;
    padding-left:5vw;
    padding-right:5vw
  }
  .hero h1 {
    font-size:clamp(4rem,7vw,6.4rem)
  }
  .panel {
    padding:5.2rem 5vw
  }
  .section-head {
    margin-bottom:2rem
  }
  .cake-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .cake-card img {
    height:225px
  }
  .theme-grid .cake-card img,.sweet-grid .cake-card img {
    height:200px
  }
  .customise {
    grid-template-columns:minmax(340px,.82fr) minmax(0,1fr);
    align-items:center
  }
  .customise__image img {
    height:520px
  }
  .price-layout {
    grid-template-columns:1.2fr .9fr .9fr .8fr
  }
  .order-grid {
    grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);
    align-items:center
  }
  .order__photos {
    grid-template-columns:1fr
  }
  .order__photos img {
    height:245px
  }
  .process-card img {
    height:200px
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    animation-duration:.001ms!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important
  }
  .hero__slides img:first-child {
    opacity:1
  }
  .hero__slides img:not(:first-child) {
    display:none
  }
}
/* Final card image integration pass:
- show full images inside cards without cropping
- reduce card image frame heights
- tighten card spacing for mobile-first browsing */
.process-card,
.cake-card  {
  border-radius: 16px !important;
}
.process-card img,
.cake-card img  {
  object-fit: contain !important;
  object-position: center center !important;
  background:
  radial-gradient(circle at 50% 40%, rgba(255,244,236,.07), transparent 58%),
  rgba(18, 10, 8, .42) !important;
}
.process-card img  {
  height: 150px !important;
  padding: .35rem !important;
}
.cake-card img  {
  height: 160px !important;
  padding: .4rem !important;
}
.theme-grid .cake-card img,
.sweet-grid .cake-card img  {
  height: 150px !important;
}
.card-tag  {
  margin: .75rem .85rem .35rem !important;
  font-size: .62rem !important;
}
.cake-card h3,
.process-card h3  {
  margin-left: .85rem !important;
  margin-right: .85rem !important;
  margin-bottom: .38rem !important;
  font-size: 1.22rem !important;
}
.cake-card p,
.process-card p  {
  margin-left: .85rem !important;
  margin-right: .85rem !important;
  margin-bottom: .85rem !important;
  font-size: .84rem !important;
  line-height: 1.48 !important;
}
.process-card span  {
  width: 32px !important;
  height: 32px !important;
  margin: .75rem .85rem .55rem !important;
  font-size: .7rem !important;
}
.cake-grid,
.process-grid  {
  gap: .75rem !important;
}
.customise__image img,
.order__photos img  {
  object-fit: contain !important;
  background:
  radial-gradient(circle at 50% 40%, rgba(255,244,236,.07), transparent 58%),
  rgba(18, 10, 8, .42) !important;
  padding: .45rem !important;
}
.order__photos img  {
  height: 175px !important;
}
@media (min-width: 620px)  {
  .process-card img  {
    height: 150px !important;
  }
  .cake-card img  {
    height: 165px !important;
  }
  .theme-grid .cake-card img,
  .sweet-grid .cake-card img  {
    height: 155px !important;
  }
  .cake-grid  {
    gap: .85rem !important;
  }
}
@media (min-width: 980px)  {
  .process-card img  {
    height: 165px !important;
  }
  .cake-card img  {
    height: 175px !important;
  }
  .theme-grid .cake-card img,
  .sweet-grid .cake-card img  {
    height: 165px !important;
  }
  .cake-grid  {
    gap: .9rem !important;
  }
  .order__photos img  {
    height: 210px !important;
  }
}
/* Sidebar and process page additions */
.sr-only {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.sidebar-toggle {
  width:40px;
  height:40px;
  border:1px solid var(--strong);
  border-radius:999px;
  background:rgba(255,244,236,.08);
  display:inline-grid;
  place-content:center;
  gap:4px;
  cursor:pointer;
  flex:0 0 auto
}
.sidebar-toggle span:not(.sr-only) {
  width:16px;
  height:2px;
  border-radius:99px;
  background:var(--cream);
  display:block
}
.sidebar-backdrop {
  position:fixed;
  inset:0;
  z-index:80;
  background:rgba(0,0,0,.48);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease
}
.site-sidebar {
  position:fixed;
  inset:0 auto 0 0;
  z-index:90;
  width:min(86vw,340px);
  background:linear-gradient(180deg,#2a1712,#160c09);
  border-right:1px solid var(--line);
  transform:translateX(-104%);
  transition:transform .25s ease;
  padding:1rem;
  box-shadow:20px 0 70px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
  gap:1.2rem
}
body.sidebar-open {
  overflow:hidden
}
body.sidebar-open .sidebar-backdrop {
  opacity:1;
  pointer-events:auto
}
body.sidebar-open .site-sidebar {
  transform:translateX(0)
}
.site-sidebar__top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  padding-bottom:1rem;
  border-bottom:1px solid var(--line)
}
.sidebar-close {
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid var(--strong);
  background:rgba(255,244,236,.08);
  color:var(--cream);
  font-size:1.6rem;
  line-height:1;
  cursor:pointer
}
.sidebar-nav {
  display:grid;
  gap:.45rem
}
.sidebar-nav a {
  padding:.9rem .85rem;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,244,236,.05);
  font-weight:800;
  color:var(--cream)
}
.sidebar-order {
  margin-top:auto
}
.customise-section .section-kicker,.customise-section .section-head {
  width:var(--container);
  margin-left:auto;
  margin-right:auto
}
.customise--aligned {
  align-items:stretch
}
.customise__options {
  display:flex
}
.customise__options .mini-steps {
  width:100%;
  margin:0;
  align-content:center
}
@media (min-width:980px) {
  .customise--aligned {
    grid-template-columns:minmax(330px,.76fr) minmax(0,1fr)
  }
  .customise--aligned .customise__image img {
    height:455px!important
  }
  .customise__options .mini-steps {
    gap:1rem
  }
}
.hero--subpage {
  min-height:58svh
}
.hero--subpage .hero__slides img {
  opacity:1;
  animation:none;
  transform:none;
  object-position:50% 46%
}
.hero--subpage h1 {
  max-width:12ch
}
/* Header menu placement */
.site-header .sidebar-toggle  {
  order: 20;
  margin-left: auto;
}
.header-cta  {
  display: none !important;
}
/* Visual order process cards */
.order-steps--visual  {
  grid-template-columns: 1fr;
}
.order-steps--visual article  {
  overflow: hidden;
}
.order-steps--visual article > img  {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  background: rgba(18,10,8,.42);
}
@media (min-width: 620px)  {
  .order-steps--visual  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .order-steps--visual article > img  {
    height: 125px;
  }
}
@media (min-width: 980px)  {
  .order-steps--visual article > img  {
    height: 135px;
  }
}
/* Inside the Cakes page */
.hero--interiors .hero__slides img  {
  object-position: 50% 42%;
}
.interiors-grid .cake-card img  {
  height: 175px !important;
}
@media (min-width: 980px)  {
  .interiors-grid .cake-card img  {
    height: 185px !important;
  }
}
/* Clean sidebar links: no boxed cards around navigation words */
.sidebar-nav  {
  gap: .15rem !important;
}
.sidebar-nav a  {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: .75rem 0 !important;
  color: var(--cream);
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255,244,236,.12) !important;
}
.sidebar-nav a:hover,
.sidebar-nav a:focus-visible  {
  color: var(--accent);
  background: transparent !important;
}
/* Order process layout: four process visuals only */
.order--steps-only .order-grid,
.order--steps-only .order__wrap  {
  display: block !important;
}
.order--steps-only .order__copy  {
  max-width: none !important;
}
.order--steps-only .order__photos  {
  display: none !important;
}
.order--steps-only .order-steps--visual  {
  display: grid;
  grid-template-columns: 1fr;
  gap: .8rem;
}
@media (min-width: 720px)  {
  .order--steps-only .order-steps--visual  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px)  {
  .order--steps-only .order-steps--visual  {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .order--steps-only .order-steps--visual article > img  {
    height: 118px;
  }
  .order--steps-only .order-steps--visual article h3  {
    font-size: 1rem;
  }
  .order--steps-only .order-steps--visual article p  {
    font-size: .82rem;
    line-height: 1.45;
  }
}
/* Inside the Cakes page uses only the latest supplied slice/interior images */
.interiors-grid--only .cake-card img  {
  height: 180px !important;
  object-fit: contain !important;
  background:
  radial-gradient(circle at 50% 40%, rgba(255,244,236,.07), transparent 58%),
  rgba(18, 10, 8, .42) !important;
  padding: .4rem !important;
}
@media (min-width: 980px)  {
  .interiors-grid--only .cake-card img  {
    height: 200px !important;
  }
}
/* Top navigation restored to the centered primary section links */
.site-header  {
  grid-template-columns: auto 1fr auto;
}
.site-header .nav  {
  justify-self: center;
}
/* Sidebar now only contains the separate pages, without boxed link styling */
.sidebar-nav  {
  gap: .1rem !important;
}
.sidebar-nav a  {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: .78rem 0 !important;
  border-bottom: 1px solid rgba(255,244,236,.12) !important;
}
.sidebar-nav a:hover,
.sidebar-nav a:focus-visible  {
  background: transparent !important;
}
/* Final header correction: keep primary navigation exactly centered at the top */
@media (min-width: 880px)  {
  .site-header  {
    display: flex !important;
    justify-content: space-between !important;
    position: fixed;
  }
  .site-header .brand  {
    position: relative;
    z-index: 2;
  }
  .site-header .nav  {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    margin: 0 !important;
    z-index: 1;
  }
  .site-header .sidebar-toggle  {
    margin-left: auto !important;
    position: relative;
    z-index: 2;
  }
}
/* Final order-process image correction: show every process illustration fully */
.order--steps-only .order-steps--visual article > img,
.order-steps--visual article > img  {
  object-fit: contain !important;
  object-position: center center !important;
  height: 132px !important;
  padding: .5rem !important;
  background:
  radial-gradient(circle at 50% 38%, rgba(255,244,236,.08), transparent 58%),
  rgba(18, 10, 8, .46) !important;
}
@media (min-width: 1080px)  {
  .order--steps-only .order-steps--visual article > img,
  .order-steps--visual article > img  {
    height: 140px !important;
  }
}
/* Latest user update: sidebar opens from the right because the menu button is on the right */
.site-sidebar  {
  inset: 0 0 0 auto !important;
  border-right: 0 !important;
  border-left: 1px solid var(--line) !important;
  transform: translateX(104%) !important;
  box-shadow: -20px 0 70px rgba(0,0,0,.35) !important;
}
body.sidebar-open .site-sidebar  {
  transform: translateX(0) !important;
}
/* Keep sidebar links clean and simple */
.sidebar-nav  {
  gap: .1rem !important;
}
.sidebar-nav a  {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: .78rem 0 !important;
  border-bottom: 1px solid rgba(255,244,236,.12) !important;
}
/* Customise section: compact flavour line and number/title alignment */
.customise-head  {
  display: grid;
  gap: .75rem;
}
.flavour-inline  {
  margin-top: .45rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
  align-items: baseline;
  max-width: 980px;
  padding: .85rem 0 0;
  border-top: 1px solid rgba(255,244,236,.12);
}
.flavour-inline strong  {
  color: var(--light);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.flavour-inline span  {
  color: var(--muted);
  font-size: .92rem;
}
/* Put 01 / 02 / 03 next to each heading instead of floating above */
.customise__options .mini-steps article  {
  display: grid !important;
  grid-template-columns: 38px 1fr;
  column-gap: .75rem;
  align-items: start;
  padding: .9rem;
}
.customise__options .mini-steps article span  {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0 !important;
  width: 34px !important;
  height: 34px !important;
}
.customise__options .mini-steps article h3  {
  grid-column: 2;
  margin: 0 0 .3rem !important;
  font-size: 1.1rem !important;
}
.customise__options .mini-steps article p  {
  grid-column: 2;
  margin: 0 !important;
}
/* Fix the oversized frame around the customise chocolate sponge image */
.customise__image  {
  align-self: start !important;
  justify-self: center !important;
  width: min(100%, 440px) !important;
  background: transparent !important;
}
.customise__image img,
.customise--aligned .customise__image img  {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  padding: 0 !important;
  background: transparent !important;
}
/* New combined How We Make Them page */
.interiors-panel  {
  background: rgba(255,244,236,.025);
}
/* Testimonials page */
.testimonials-panel  {
  background: radial-gradient(circle at 85% 8%, rgba(246,154,85,.09), transparent 22rem), rgba(255,244,236,.025);
}
.testimonial-video  {
  width: var(--container);
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(0,0,0,.16);
}
.testimonial-video video  {
  width: 100%;
  max-height: 520px;
  background: #120a08;
}
.testimonial-video div  {
  padding: 0 1rem 1rem;
}
.testimonial-video h3  {
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 .4rem;
}
.testimonial-grid  {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: .9rem;
}
.testimonial-card  {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(0,0,0,.16);
}
.testimonial-card img  {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(18,10,8,.42);
}
@media (min-width: 700px)  {
  .testimonial-grid  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 980px)  {
  .testimonial-video  {
    grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr);
    align-items: center;
  }
  .testimonial-video div  {
    padding: 1rem 1.2rem;
  }
  .testimonial-grid  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* 2026-07-14 polish pass: prevent font-swap flash between pages by relying on stable local fonts. */
:root  {
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
html  {
  font-size: 16px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* Customise section correction: numbers back on top, with the three cards aligned beside the cake image. */
.customise--aligned  {
  align-items: center !important;
}
.customise__options  {
  align-items: stretch !important;
}
.customise__options .mini-steps  {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .75rem !important;
  align-content: center !important;
}
.customise__options .mini-steps article  {
  display: block !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.customise__options .mini-steps article span  {
  display: grid !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 34px !important;
  height: 34px !important;
  margin: .85rem .85rem .55rem !important;
}
.customise__options .mini-steps article h3  {
  grid-column: auto !important;
  margin: 0 .85rem .35rem !important;
  font-size: 1.16rem !important;
}
.customise__options .mini-steps article p  {
  grid-column: auto !important;
  margin: 0 .85rem .9rem !important;
}
@media (min-width: 980px)  {
  .customise--aligned  {
    grid-template-columns: minmax(300px, 430px) minmax(0, 1fr) !important;
    gap: 1.25rem !important;
  }
  .customise__options .mini-steps  {
    height: 100%;
  }
}
/* ----------------------------------------------------------
2. SEO / PERFORMANCE SUPPORT
Using system fonts prevents the page text from jumping while
external fonts load between pages.
---------------------------------------------------------- */
body  {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
h1,
h2,
h3,
.brand__text,
.brand__mark  {
  font-family: Georgia, "Times New Roman", serif;
}
/* ----------------------------------------------------------
3. HEADER AND SIDEBAR
The sidebar opens from the right because the menu button is
positioned on the right side of the header.
---------------------------------------------------------- */
.site-sidebar  {
  inset: 0 0 0 auto !important;
  border-right: 0 !important;
  border-left: 1px solid var(--line) !important;
  transform: translateX(104%) !important;
  box-shadow: -20px 0 70px rgba(0, 0, 0, .35) !important;
}
body.sidebar-open .site-sidebar  {
  transform: translateX(0) !important;
}
/* Sidebar links stay clean, not boxed like cards. */
.sidebar-nav a  {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: .78rem 0 !important;
  border-bottom: 1px solid rgba(255, 244, 236, .12) !important;
}
/* Keep Signature / Themes / Menu / Order centered on desktop. */
@media (min-width: 880px)  {
  .site-header .nav  {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    margin: 0 !important;
    z-index: 1;
  }
  .site-header .brand,
  .site-header .sidebar-toggle  {
    position: relative;
    z-index: 2;
  }
  .site-header .sidebar-toggle  {
    margin-left: auto !important;
  }
}
/* ----------------------------------------------------------
4. CUSTOMISE YOUR CAKE SECTION
This controls the image beside the 01 / 02 / 03 cards.
---------------------------------------------------------- */
.flavour-inline  {
  margin-top: .45rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
  align-items: baseline;
  max-width: 980px;
  padding: .85rem 0 0;
  border-top: 1px solid rgba(255, 244, 236, .12);
}
.flavour-inline strong  {
  color: var(--light);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.flavour-inline span  {
  color: var(--muted);
  font-size: .92rem;
}
/* Numbers stay on top of the cards, as requested. */
.customise__options .mini-steps article  {
  display: block !important;
  padding: 1rem !important;
}
.customise__options .mini-steps article span  {
  margin: 0 0 .65rem !important;
}
/* This fixes the large empty frame around the chocolate sponge image. */
.customise__image  {
  align-self: start !important;
  justify-self: center !important;
  width: min(100%, 460px) !important;
  background: transparent !important;
}
.customise__image img,
.customise--aligned .customise__image img  {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  padding: 0 !important;
  background: transparent !important;
}
/* ----------------------------------------------------------
5. ORDER PROCESS
These settings make sure the order icons are fully visible.
---------------------------------------------------------- */
.order-steps--visual article > img  {
  object-fit: contain !important;
  object-position: center center !important;
  height: 132px !important;
  padding: .5rem !important;
  background:
  radial-gradient(circle at 50% 38%, rgba(255, 244, 236, .08), transparent 58%),
  rgba(18, 10, 8, .46) !important;
}
@media (min-width: 1080px)  {
  .order--steps-only .order-steps--visual  {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .order-steps--visual article > img  {
    height: 140px !important;
  }
}
/* ----------------------------------------------------------
6. TESTIMONIAL PAGE
These styles control the customer feedback screenshots and
video on customer-love.html.
---------------------------------------------------------- */
.testimonial-video video  {
  width: 100%;
  max-height: 520px;
  background: #120a08;
}
.testimonial-card img  {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(18, 10, 8, .42);
}
/* ----------------------------------------------------------
7. RESPONSIVE BEHAVIOUR
Smaller screens stack sections vertically;
larger screens use
columns where appropriate.
---------------------------------------------------------- */
@media (max-width: 760px)  {
  .flavour-inline  {
    font-size: .9rem;
  }
  .customise__image  {
    width: 100% !important;
  }
}


/* ----------------------------------------------------------
   MOBILE CAKE GALLERY: three compact columns
   This only changes cake galleries on phones. Desktop and
   tablet layouts keep their existing design.
   ---------------------------------------------------------- */
@media (max-width: 699px) {
  .signature-grid,
  .theme-grid,
  .sweet-grid,
  .interiors-grid {
    width: calc(100% - 1rem) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: .5rem !important;
  }

  .signature-grid .cake-card,
  .theme-grid .cake-card,
  .sweet-grid .cake-card,
  .interiors-grid .cake-card {
    min-width: 0 !important;
    border-radius: 12px !important;
  }

  .signature-grid .cake-card img,
  .theme-grid .cake-card img,
  .sweet-grid .cake-card img,
  .interiors-grid .cake-card img {
    width: 100% !important;
    height: clamp(92px, 28vw, 118px) !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: .2rem !important;
    background: #281610 !important;
  }

  /* The small category label is hidden on phones to save space. */
  .signature-grid .card-tag,
  .theme-grid .card-tag,
  .sweet-grid .card-tag,
  .interiors-grid .card-tag {
    display: none !important;
  }

  .signature-grid .cake-card h3,
  .theme-grid .cake-card h3,
  .sweet-grid .cake-card h3,
  .interiors-grid .cake-card h3 {
    margin: .55rem .42rem .3rem !important;
    font-size: clamp(.76rem, 3.1vw, .9rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.01em !important;
    overflow-wrap: anywhere;
  }

  .signature-grid .cake-card p,
  .theme-grid .cake-card p,
  .sweet-grid .cake-card p,
  .interiors-grid .cake-card p {
    margin: 0 .42rem .6rem !important;
    font-size: clamp(.62rem, 2.45vw, .72rem) !important;
    line-height: 1.25 !important;

    /* Keeps one long description from making its card much taller. */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}


/* ==========================================================
   FINAL MOBILE LAYOUT UPDATE
   These rules only affect phones up to 699px wide.
   Desktop and tablet layouts remain unchanged.
   ========================================================== */
@media (max-width: 699px) {
  /* --------------------------------------------------------
     HERO / SLIDING IMAGES
     Use a shorter, roughly half-screen hero and crop the images
     like the desktop version instead of showing the full photo.
     -------------------------------------------------------- */
  .hero {
    min-height: 58svh !important;
    padding: 5.4rem .8rem 2.4rem !important;
    align-items: end !important;
  }

  .hero__slides img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 42% !important;
    transform: scale(1.08) !important;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem) !important;
    max-width: 9ch !important;
  }

  .hero__lead {
    font-size: .88rem !important;
    line-height: 1.4 !important;
    max-width: 34rem !important;
  }

  .hero__actions {
    margin-top: 1rem !important;
  }

  /* --------------------------------------------------------
     REMOVE FLOATING WHATSAPP BUTTON
     WhatsApp ordering buttons inside the page remain available.
     -------------------------------------------------------- */
  .floating-whatsapp {
    display: none !important;
  }

  .footer {
    padding-bottom: 2rem !important;
  }

  /* --------------------------------------------------------
     CUSTOMISE YOUR CAKE
     Keep the cake image on the left and the 3 choice cards on
     the right. Both sides stretch to the same total height.
     -------------------------------------------------------- */
  .customise.customise--aligned {
    width: calc(100% - 1rem) !important;
    display: grid !important;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
    gap: .55rem !important;
    align-items: stretch !important;
  }

  .customise.customise--aligned .customise__image {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: stretch !important;
  }

  .customise.customise--aligned .customise__image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    padding: 0 !important;
  }

  .customise.customise--aligned .customise__options {
    height: 100% !important;
    min-width: 0 !important;
  }

  .customise.customise--aligned .mini-steps {
    height: 100% !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    gap: .45rem !important;
    align-content: stretch !important;
  }

  .customise.customise--aligned .mini-steps article {
    min-height: 0 !important;
    padding: .55rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .customise.customise--aligned .mini-steps article span {
    width: 26px !important;
    height: 26px !important;
    margin: 0 0 .35rem !important;
    font-size: .62rem !important;
  }

  .customise.customise--aligned .mini-steps article h3 {
    margin: 0 0 .25rem !important;
    font-size: .82rem !important;
    line-height: 1.05 !important;
  }

  .customise.customise--aligned .mini-steps article p {
    margin: 0 !important;
    font-size: .64rem !important;
    line-height: 1.25 !important;
  }

  /* --------------------------------------------------------
     MENU & STARTING PRICES
     Show two price cards per row on phones.
     -------------------------------------------------------- */
  .price-layout {
    width: calc(100% - 1rem) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }

  .price-card,
  .price-card--large {
    grid-column: auto !important;
    padding: .72rem !important;
    min-width: 0 !important;
  }

  .price-card h3 {
    font-size: 1rem !important;
    margin-bottom: .55rem !important;
  }

  .price-list {
    gap: .42rem !important;
  }

  .price-list li {
    gap: .35rem !important;
    padding-bottom: .4rem !important;
    font-size: .68rem !important;
    line-height: 1.2 !important;
  }

  .price-list strong {
    font-size: .7rem !important;
  }

  /* --------------------------------------------------------
     ORDER PROCESS
     Keep all four process cards visible in one row on phones.
     -------------------------------------------------------- */
  .order--steps-only .order-steps--visual,
  .order-steps--visual {
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: .35rem !important;
  }

  .order--steps-only .order-steps--visual article,
  .order-steps--visual article {
    min-width: 0 !important;
    border-radius: 10px !important;
  }

  .order--steps-only .order-steps--visual article > img,
  .order-steps--visual article > img {
    width: 100% !important;
    height: 58px !important;
    padding: .15rem !important;
    object-fit: contain !important;
  }

  .order--steps-only .order-steps--visual article span,
  .order-steps--visual article span {
    width: 22px !important;
    height: 22px !important;
    margin: .4rem .35rem .3rem !important;
    font-size: .56rem !important;
  }

  .order--steps-only .order-steps--visual article h3,
  .order-steps--visual article h3 {
    margin: 0 .35rem .28rem !important;
    font-size: .66rem !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere;
  }

  .order--steps-only .order-steps--visual article p,
  .order-steps--visual article p {
    margin: 0 .35rem .5rem !important;
    font-size: .55rem !important;
    line-height: 1.2 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

/* Remove the floating WhatsApp button on every screen size. */
.floating-whatsapp {
  display: none !important;
}
