:root {
  --gallery-ivory: #fff9f6;
  --gallery-paper: #ffffff;
  --gallery-blush: #f3d9dc;
  --gallery-blush-light: #faecec;
  --gallery-raspberry: #851d40;
  --gallery-raspberry-dark: #65132f;
  --gallery-apricot: #f2a987;
  --gallery-pistachio: #78836a;
  --gallery-pistachio-dark: #4d5945;
  --gallery-espresso: #241719;
  --gallery-cocoa: #4a3335;
  --gallery-ink: #332729;
  --gallery-muted: #746568;
  --gallery-line: rgba(36, 23, 25, .16);
  --gallery-display: "Fraunces", Georgia, serif;
  --gallery-sans: "Manrope", "Segoe UI", Arial, sans-serif;
  --gallery-container: 1320px;
  --gallery-gutter: clamp(18px, 4vw, 64px);
  --gallery-ease: cubic-bezier(.2, .75, .25, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--gallery-ivory);
}

body.cake-gallery-page {
  min-width: 0;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--gallery-ink);
  background:
    radial-gradient(circle at 9% 4%, rgba(243, 217, 220, .72), transparent 28rem),
    radial-gradient(circle at 94% 32%, rgba(242, 169, 135, .18), transparent 24rem),
    var(--gallery-ivory);
  font-family: var(--gallery-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.cake-gallery-page.cake-lightbox-open {
  overflow: hidden;
}

body.cake-gallery-page button,
body.cake-gallery-page a {
  font: inherit;
}

body.cake-gallery-page a {
  color: inherit;
}

body.cake-gallery-page img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.cake-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#cake-gallery-app {
  display: none;
}

.cake-gallery-js #cake-gallery-app {
  display: block;
}

.cake-gallery-js .cake-gallery-fallback,
.cake-gallery-js .cake-gallery-fallback-back {
  display: none !important;
}

.cake-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10001;
  padding: 11px 16px;
  color: #fff !important;
  background: var(--gallery-raspberry);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.cake-skip-link:focus {
  transform: translateY(0);
}

.cake-gallery-header {
  position: relative;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(36, 23, 25, .09);
  background: rgba(255, 249, 246, .88);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.cake-gallery-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - (var(--gallery-gutter) * 2)), var(--gallery-container));
  min-height: 96px;
  margin-inline: auto;
  gap: 24px;
}

.cake-gallery-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 14px;
  text-decoration: none;
}

.cake-gallery-brand__mark {
  display: grid;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  place-items: center;
  overflow: hidden;
  background: var(--gallery-paper);
  border: 1px solid rgba(36, 23, 25, .1);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(36, 23, 25, .08);
}

.cake-gallery-brand__mark img {
  width: 56px;
  height: auto;
}

.cake-gallery-brand__copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.cake-gallery-brand__name {
  overflow: hidden;
  color: var(--gallery-espresso);
  font-family: var(--gallery-display);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 650;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cake-gallery-brand__place {
  color: var(--gallery-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cake-gallery-back {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  gap: 10px;
  color: var(--gallery-raspberry) !important;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(133, 29, 64, .25);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .045em;
  text-decoration: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.cake-gallery-back svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cake-gallery-back:hover,
.cake-gallery-back:focus-visible {
  color: #fff !important;
  background: var(--gallery-raspberry);
  border-color: var(--gallery-raspberry);
  transform: translateY(-2px);
}

.cake-gallery-main {
  display: block;
}

.cake-gallery-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, 1.08fr);
  width: min(calc(100% - (var(--gallery-gutter) * 2)), var(--gallery-container));
  min-height: clamp(520px, 62vw, 730px);
  margin: clamp(34px, 5vw, 76px) auto clamp(76px, 9vw, 128px);
  overflow: hidden;
  color: #fff;
  background: var(--gallery-espresso);
  border-radius: clamp(28px, 4vw, 56px);
  box-shadow: 0 30px 90px rgba(36, 23, 25, .16);
}

.cake-gallery-hero::before {
  position: absolute;
  top: -20%;
  left: -12%;
  width: 46%;
  aspect-ratio: 1;
  content: "";
  background: var(--gallery-raspberry);
  border-radius: 47% 53% 68% 32% / 44% 35% 65% 56%;
  opacity: .58;
  filter: blur(1px);
}

.cake-gallery-hero::after {
  position: absolute;
  right: 40%;
  bottom: -28%;
  width: 35%;
  aspect-ratio: 1;
  content: "";
  background: var(--gallery-pistachio);
  border-radius: 50%;
  opacity: .26;
  filter: blur(2px);
}

.cake-gallery-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(42px, 7vw, 104px);
}

.cake-gallery-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 24px;
  gap: 12px;
  color: #f7c8d3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cake-gallery-eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

.cake-gallery-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-family: var(--gallery-display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 560;
  letter-spacing: -.047em;
  line-height: .98;
}

.cake-gallery-hero__intro {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(15px, 1.45vw, 18px);
}

.cake-gallery-count {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 34px 0 0;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.cake-gallery-hero__media {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(133, 29, 64, .34), rgba(36, 23, 25, .12)),
    var(--gallery-cocoa);
}

.cake-gallery-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, var(--gallery-espresso) 0%, transparent 26%, transparent 78%, rgba(36, 23, 25, .14) 100%);
  pointer-events: none;
}

.cake-gallery-hero__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .7s ease, transform 1.2s var(--gallery-ease);
}

.cake-gallery-hero__media img.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.cake-gallery-collection {
  width: min(calc(100% - (var(--gallery-gutter) * 2)), var(--gallery-container));
  margin-inline: auto;
  padding-bottom: clamp(88px, 10vw, 150px);
}

.cake-gallery-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 390px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 56px);
  gap: 30px;
}

.cake-gallery-section-head__eyebrow {
  margin: 0 0 12px;
  color: var(--gallery-raspberry);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cake-gallery-section-head h2 {
  margin: 0;
  color: var(--gallery-espresso);
  font-family: var(--gallery-display);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 560;
  letter-spacing: -.04em;
  line-height: 1.03;
}

.cake-gallery-section-head__hint {
  margin: 0;
  color: var(--gallery-muted);
  font-size: 14px;
}

.cake-gallery-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin: 0;
  color: var(--gallery-muted);
  background: rgba(255, 255, 255, .54);
  border: 1px solid var(--gallery-line);
  border-radius: 28px;
  text-align: center;
}

.cake-gallery-status::before {
  width: 9px;
  height: 9px;
  margin-right: 12px;
  content: "";
  background: var(--gallery-raspberry);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(133, 29, 64, .09);
  animation: cake-gallery-pulse 1.35s ease-in-out infinite;
}

.cake-gallery-status.is-error::before {
  background: var(--gallery-apricot);
  animation: none;
}

.cake-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 2vw, 26px);
}

.cake-gallery-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--gallery-blush-light);
  border: 0;
  border-radius: clamp(18px, 2vw, 28px);
  box-shadow: 0 9px 30px rgba(36, 23, 25, .08);
  cursor: zoom-in;
  isolation: isolate;
  aspect-ratio: 4 / 5;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s var(--gallery-ease), box-shadow .35s ease;
  transition-delay: var(--gallery-delay, 0ms);
}

.cake-gallery-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cake-gallery-card:nth-child(8n + 1),
.cake-gallery-card:nth-child(8n + 6) {
  grid-column: span 2;
  aspect-ratio: 1.22 / 1;
}

.cake-gallery-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(36, 23, 25, .74) 100%);
  opacity: .8;
  transition: opacity .35s ease;
}

.cake-gallery-card::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: inherit;
  pointer-events: none;
}

.cake-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s var(--gallery-ease), filter .35s ease;
}

.cake-gallery-card__action {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}

.cake-gallery-card__marker {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: var(--gallery-apricot);
  background: rgba(33, 19, 16, .76);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  pointer-events: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.cake-gallery-card__marker::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  content: "";
  background: currentColor;
  -webkit-clip-path: polygon(50% 0, 60% 39%, 100% 50%, 60% 61%, 50% 100%, 40% 61%, 0 50%, 40% 39%);
  clip-path: polygon(50% 0, 60% 39%, 100% 50%, 60% 61%, 50% 100%, 40% 61%, 0 50%, 40% 39%);
  transform: translate(-50%, -50%);
}

.cake-gallery-card__marker::after {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 2px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  opacity: .7;
}

.cake-gallery-card__action {
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cake-gallery-card__action::after {
  width: 16px;
  height: 16px;
  content: "+";
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
}

.cake-gallery-card:hover {
  box-shadow: 0 20px 48px rgba(36, 23, 25, .17);
  transform: translateY(-5px);
}

.cake-gallery-card:hover img {
  transform: scale(1.045);
}

.cake-gallery-card:hover::before {
  opacity: 1;
}

.cake-gallery-card:focus-visible,
.cake-gallery-back:focus-visible,
.cake-lightbox button:focus-visible,
.cake-gallery-fallback-back:focus-visible {
  outline: 3px solid var(--gallery-apricot);
  outline-offset: 4px;
}

.cake-gallery-footer {
  color: rgba(255, 255, 255, .75);
  background: var(--gallery-espresso);
}

.cake-gallery-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - (var(--gallery-gutter) * 2)), var(--gallery-container));
  min-height: 112px;
  margin-inline: auto;
  gap: 24px;
}

.cake-gallery-footer p {
  margin: 0;
  font-size: 13px;
}

.cake-gallery-footer a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration-color: rgba(255, 255, 255, .42);
  text-underline-offset: 5px;
}

/* Accessible lightbox */
.cake-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  width: 100%;
  height: 100dvh;
  place-items: center;
  padding: clamp(12px, 3vw, 42px);
  overflow: hidden;
  background: rgba(23, 13, 15, .94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  transition: opacity .25s ease;
}

.cake-lightbox.is-open {
  opacity: 1;
}

.cake-lightbox__panel {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(100%, 1480px);
  height: 100%;
  max-height: 960px;
  min-width: 0;
  min-height: 0;
  color: #fff;
}

.cake-lightbox__topbar {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  gap: 20px;
}

.cake-lightbox__label {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-family: var(--gallery-display);
  font-size: clamp(18px, 2.4vw, 27px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cake-lightbox button {
  display: inline-grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.cake-lightbox button:hover {
  background: var(--gallery-raspberry);
  transform: scale(1.05);
}

.cake-lightbox button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.cake-lightbox__previous,
.cake-lightbox__next {
  align-self: center;
  justify-self: center;
}

.cake-lightbox__previous {
  grid-column: 1;
  grid-row: 2;
}

.cake-lightbox__next {
  grid-column: 3;
  grid-row: 2;
}

.cake-lightbox__figure {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.cake-lightbox__image-wrap {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, .03);
  border-radius: clamp(18px, 2vw, 28px);
}

.cake-lightbox__image-wrap::after {
  position: absolute;
  width: 34px;
  height: 34px;
  content: "";
  border: 2px solid rgba(255, 255, 255, .28);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cake-gallery-spin .8s linear infinite;
}

.cake-lightbox__image-wrap.is-loaded::after {
  display: none;
}

.cake-lightbox__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity .25s ease;
}

.cake-lightbox__image-wrap.is-loaded .cake-lightbox__image {
  opacity: 1;
}

.cake-lightbox__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.cake-lightbox__counter {
  flex: 0 0 auto;
  color: #fff;
  font-weight: 750;
  letter-spacing: .08em;
}

.cake-lightbox__help {
  grid-column: 1 / -1;
  grid-row: 3;
  justify-self: center;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
}

/* No-JavaScript fallback: existing images stay available. */
.cake-gallery-fallback-back {
  display: inline-flex;
  margin: 20px;
  padding: 10px 15px;
  color: var(--gallery-raspberry) !important;
  background: #fff;
  border: 1px solid rgba(133, 29, 64, .22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.cake-gallery-fallback {
  width: min(calc(100% - 40px), 1120px);
  margin: 0 auto 80px;
}

.cake-gallery-fallback noscript {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 18px;
}

.cake-gallery-fallback noscript h1 {
  grid-column: 1 / -1;
  color: var(--gallery-espresso);
  font-family: var(--gallery-display);
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
}

.cake-gallery-fallback noscript p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--gallery-muted);
  background: #fff;
  border-radius: 22px;
}

.cake-gallery-fallback noscript p:empty {
  display: none;
}

.cake-gallery-fallback noscript img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

@keyframes cake-gallery-pulse {
  0%, 100% { transform: scale(.85); opacity: .55; }
  50% { transform: scale(1); opacity: 1; }
}

@keyframes cake-gallery-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1050px) {
  .cake-gallery-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .84fr);
  }

  .cake-gallery-hero__copy {
    padding: clamp(38px, 6vw, 70px);
  }

  .cake-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cake-gallery-card:nth-child(8n + 1),
  .cake-gallery-card:nth-child(8n + 6) {
    grid-column: span 1;
    aspect-ratio: 4 / 5;
  }

  .cake-gallery-card:nth-child(7n + 1) {
    grid-column: span 2;
    aspect-ratio: 1.22 / 1;
  }
}

@media (max-width: 760px) {
  .cake-gallery-header__inner {
    min-height: 80px;
    gap: 12px;
  }

  .cake-gallery-brand__mark {
    width: 54px;
    height: 54px;
  }

  .cake-gallery-brand__mark img {
    width: 45px;
  }

  .cake-gallery-brand__place {
    display: none;
  }

  .cake-gallery-back {
    width: 46px;
    min-height: 46px;
    padding: 0;
  }

  .cake-gallery-back span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .cake-gallery-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 24px;
  }

  .cake-gallery-hero__copy {
    min-height: 430px;
    padding: 46px clamp(26px, 7vw, 48px);
  }

  .cake-gallery-hero__media {
    min-height: clamp(300px, 88vw, 520px);
  }

  .cake-gallery-hero__media::before {
    background: linear-gradient(180deg, var(--gallery-espresso) 0%, transparent 18%, transparent 82%, rgba(36, 23, 25, .16) 100%);
  }

  .cake-gallery-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .cake-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cake-gallery-card,
  .cake-gallery-card:nth-child(7n + 1) {
    grid-column: span 1;
    aspect-ratio: 4 / 5;
  }

  .cake-gallery-card:nth-child(5n + 1) {
    grid-column: span 2;
    aspect-ratio: 1.28 / 1;
  }

  .cake-gallery-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 130px;
    padding-block: 28px;
    gap: 8px;
  }

  .cake-lightbox {
    padding: 8px;
  }

  .cake-lightbox__panel {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden;
  }

  .cake-lightbox__previous,
  .cake-lightbox__next {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 4px;
    transform: none;
  }

  .cake-lightbox__previous {
    left: 8px;
  }

  .cake-lightbox__next {
    right: 8px;
  }

  .cake-lightbox__previous:hover,
  .cake-lightbox__next:hover {
    transform: scale(1.05);
  }

  .cake-lightbox__figure {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }

  .cake-lightbox .cake-lightbox__previous,
  .cake-lightbox .cake-lightbox__next {
    width: 44px;
    height: 44px;
  }

  .cake-lightbox__previous:focus-visible,
  .cake-lightbox__next:focus-visible {
    outline-offset: 0;
  }

  .cake-lightbox__caption {
    min-height: 52px;
    padding: 4px 64px;
  }

  .cake-lightbox__help {
    display: none;
  }
}

@media (max-width: 460px) {
  .cake-gallery-header__inner,
  .cake-gallery-hero,
  .cake-gallery-collection,
  .cake-gallery-footer__inner {
    width: min(calc(100% - 32px), var(--gallery-container));
  }

  .cake-gallery-brand__name {
    max-width: 156px;
    font-size: 18px;
  }

  .cake-gallery-hero {
    border-radius: 26px;
  }

  .cake-gallery-hero__copy {
    min-height: 400px;
    padding: 38px 24px;
  }

  .cake-gallery-hero h1 {
    font-size: clamp(43px, 14vw, 60px);
  }

  .cake-gallery-hero__intro {
    margin-top: 22px;
  }

  .cake-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cake-gallery-card,
  .cake-gallery-card:nth-child(5n + 1),
  .cake-gallery-card:nth-child(7n + 1) {
    grid-column: span 1;
    aspect-ratio: 1.05 / 1;
  }

  .cake-lightbox__topbar {
    min-height: 56px;
  }

  .cake-lightbox__label {
    max-width: calc(100vw - 90px);
    font-size: 18px;
  }

  .cake-lightbox__caption {
    min-height: 52px;
    padding-inline: 4px;
  }

  .cake-lightbox__caption-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .cake-gallery-card {
    opacity: 1;
    transform: none;
  }
}

/* Pasticceria 2026 — gallery refinement */
:root {
  --gallery-ivory: #fbf6ee;
  --gallery-paper: #fffdf9;
  --gallery-blush: #ead7d8;
  --gallery-blush-light: #f7ede9;
  --gallery-raspberry: #7e2340;
  --gallery-raspberry-dark: #60182e;
  --gallery-apricot: #e7b846;
  --gallery-pistachio: #7d8063;
  --gallery-pistachio-dark: #555b45;
  --gallery-espresso: #2d1b18;
  --gallery-cocoa: #563b35;
  --gallery-ink: #382725;
  --gallery-muted: #75635e;
  --gallery-line: rgba(45, 27, 24, .14);
}

body.cake-gallery-page {
  background:
    linear-gradient(rgba(45, 27, 24, .018) 1px, transparent 1px),
    var(--gallery-ivory);
  background-size: 100% 32px;
}

.cake-skip-link {
  border-radius: 8px;
}

.cake-gallery-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 246, 238, .94);
  box-shadow: 0 8px 28px rgba(45, 27, 24, .08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cake-gallery-header__inner {
  min-height: 82px;
}

.cake-gallery-brand__mark {
  width: 72px;
  height: 56px;
  padding: 4px;
  border-radius: 9px;
  box-shadow: none;
}

.cake-gallery-brand__mark img {
  width: 62px;
}

.cake-gallery-brand__name {
  font-weight: 600;
  letter-spacing: -.025em;
}

.cake-gallery-back {
  min-height: 46px;
  border-radius: 9px;
}

.cake-gallery-main {
  padding-bottom: 0;
}

.cake-gallery-hero {
  min-height: clamp(390px, 38vw, 460px);
  margin-top: clamp(20px, 3vw, 36px);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  border-radius: 22px;
  box-shadow: 0 22px 65px rgba(45, 27, 24, .1);
}

.cake-gallery-hero::before,
.cake-gallery-hero::after {
  border-radius: inherit;
}

.cake-gallery-hero__copy {
  min-height: 0;
  padding: clamp(38px, 5vw, 70px);
  background:
    radial-gradient(circle at 15% 18%, rgba(231, 184, 70, .16), transparent 28%),
    var(--gallery-paper);
}

.cake-gallery-hero h1 {
  max-width: 680px;
  font-size: clamp(46px, 5.4vw, 78px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.03em;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
  color: var(--gallery-espresso);
}

.cake-gallery-eyebrow,
.cake-gallery-count {
  color: var(--gallery-raspberry);
}

.cake-gallery-hero__intro {
  color: var(--gallery-muted);
}

.cake-gallery-hero__intro {
  max-width: 540px;
  margin-top: 22px;
}

.cake-gallery-hero__media {
  min-height: 390px;
}

.cake-gallery-hero__media img {
  filter: saturate(.9) contrast(1.03);
}

.cake-gallery-collection {
  padding-block: clamp(68px, 7vw, 104px);
}

.cake-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
}

.cake-gallery-card,
.cake-gallery-card:nth-child(8n + 1),
.cake-gallery-card:nth-child(8n + 6) {
  grid-column: span 1;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  box-shadow: none;
}

.cake-gallery-card:nth-child(9n + 1) {
  grid-column: span 2;
  aspect-ratio: 1.9 / 1;
}

.cake-gallery-card::after {
  border-radius: inherit;
}

.cake-gallery-card__action {
  border-radius: 7px;
}

.cake-gallery-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(34px, 5vw, 58px);
}

.cake-gallery-more {
  min-height: 50px;
  padding: 12px 22px;
  color: #fff;
  background: var(--gallery-raspberry);
  border: 1px solid var(--gallery-raspberry);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.cake-gallery-more:hover {
  background: var(--gallery-espresso);
  border-color: var(--gallery-espresso);
}

.cake-gallery-footer {
  color: rgba(255, 255, 255, .72);
  background: var(--gallery-espresso);
}

.cake-gallery-footer__inner {
  min-height: 150px;
  gap: 32px;
}

.cake-gallery-footer__cta {
  margin: 0 0 5px !important;
  color: #fff !important;
  font-family: var(--gallery-display);
  font-size: clamp(22px, 2.4vw, 32px) !important;
  font-weight: 500;
  line-height: 1.15;
}

.cake-gallery-footer__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.cake-gallery-footer__contact {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 17px;
  color: var(--gallery-espresso) !important;
  background: var(--gallery-apricot);
  border-radius: 8px;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.cake-gallery-top {
  position: fixed;
  right: clamp(14px, 3vw, 32px);
  bottom: clamp(14px, 3vw, 32px);
  z-index: 50;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  visibility: hidden;
  color: var(--gallery-espresso);
  background: var(--gallery-apricot);
  border: 0;
  border-radius: 9px;
  opacity: 0;
  cursor: pointer;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.cake-gallery-top.is-visible {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.cake-gallery-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transform: rotate(-90deg);
}

.cake-lightbox {
  padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  background: rgba(33, 19, 16, .97);
}

.cake-lightbox__panel,
.cake-lightbox__image-wrap,
.cake-lightbox__close,
.cake-lightbox__previous,
.cake-lightbox__next {
  border-radius: 8px;
}

.cake-lightbox__image-wrap.is-error::after {
  width: min(88%, 440px);
  height: auto;
  color: rgba(255, 255, 255, .74);
  border: 0;
  border-radius: 0;
  content: "!";
  font-family: var(--gallery-sans);
  font-size: 13px;
  text-align: center;
  animation: none;
}

@media (max-width: 1050px) {
  .cake-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cake-gallery-card,
  .cake-gallery-card:nth-child(7n + 1),
  .cake-gallery-card:nth-child(8n + 1),
  .cake-gallery-card:nth-child(8n + 6) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .cake-gallery-card:nth-child(9n + 1) {
    grid-column: span 2;
    aspect-ratio: 1.9 / 1;
  }
}

@media (max-width: 760px) {
  .cake-gallery-header__inner {
    min-height: 72px;
  }

  .cake-gallery-brand__mark {
    width: 62px;
    height: 48px;
  }

  .cake-gallery-brand__mark img {
    width: 52px;
  }

  .cake-gallery-hero {
    min-height: 0;
    margin-top: 14px;
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .cake-gallery-hero__copy {
    min-height: 280px;
    padding: 34px clamp(24px, 7vw, 42px);
  }

  .cake-gallery-hero h1 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .cake-gallery-hero__intro {
    margin-top: 16px;
    font-size: 14px;
  }

  .cake-gallery-hero__media {
    min-height: clamp(180px, 55vw, 290px);
  }

  .cake-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .cake-gallery-card,
  .cake-gallery-card:nth-child(5n + 1),
  .cake-gallery-card:nth-child(7n + 1),
  .cake-gallery-card:nth-child(8n + 1),
  .cake-gallery-card:nth-child(8n + 6) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
  }

  .cake-gallery-card:nth-child(9n + 1) {
    grid-column: 1 / -1;
    aspect-ratio: 1.9 / 1;
  }

  .cake-gallery-card__marker {
    top: 8px;
    bottom: auto;
    left: 8px;
  }

  .cake-gallery-card__action {
    right: 8px;
    bottom: 8px;
  }

  .cake-gallery-footer__inner {
    min-height: 0;
    padding-block: 34px;
  }

  .cake-gallery-footer__actions {
    justify-content: flex-start;
  }

  .cake-gallery-top {
    bottom: calc(14px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 460px) {
  .cake-gallery-header__inner,
  .cake-gallery-hero,
  .cake-gallery-collection,
  .cake-gallery-footer__inner {
    width: min(calc(100% - 24px), var(--gallery-container));
  }

  .cake-gallery-brand__name {
    max-width: none;
    font-size: 16px;
    line-height: 1.08;
    text-overflow: clip;
    white-space: normal;
    text-wrap: balance;
  }

  .cake-gallery-back {
    width: 48px;
    min-height: 48px;
  }

  .cake-gallery-hero {
    border-radius: 15px;
  }

  .cake-gallery-hero__copy {
    min-height: 0;
    padding: 30px 22px;
  }

  .cake-gallery-hero h1 {
    font-size: clamp(35px, 10.5vw, 48px);
  }

  .cake-gallery-hero__intro {
    display: block;
    max-width: 34rem;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.55;
  }

  .cake-gallery-hero__media {
    min-height: 175px;
  }

  .cake-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cake-gallery-card,
  .cake-gallery-card:nth-child(5n + 1),
  .cake-gallery-card:nth-child(7n + 1),
  .cake-gallery-card:nth-child(8n + 1),
  .cake-gallery-card:nth-child(8n + 6) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .cake-gallery-card:nth-child(9n + 1) {
    grid-column: 1 / -1;
    aspect-ratio: 1.9 / 1;
  }

  .cake-gallery-card__marker {
    display: none;
  }

  .cake-gallery-card__action {
    right: 8px;
    bottom: 8px;
    display: inline-flex;
    width: auto;
    height: 30px;
    padding: 0 11px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    gap: 0;
    color: #fff;
    background: rgba(36, 23, 25, .72);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .cake-gallery-card__action::after {
    content: none;
  }

  .cake-gallery-more {
    width: 100%;
  }

  .cake-gallery-footer__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Keep every cake card comfortably readable on the narrowest phones. */
@media (max-width: 420px) {
  .cake-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .cake-gallery-card,
  .cake-gallery-card:nth-child(5n + 1),
  .cake-gallery-card:nth-child(7n + 1),
  .cake-gallery-card:nth-child(8n + 1),
  .cake-gallery-card:nth-child(8n + 6),
  .cake-gallery-card:nth-child(9n + 1) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
}

/* Gallery links and controls — high-contrast interactive states. */
.cake-gallery-brand,
.cake-gallery-brand__mark,
.cake-gallery-brand__name {
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.cake-gallery-brand:hover .cake-gallery-brand__name,
.cake-gallery-brand:focus-visible .cake-gallery-brand__name {
  color: var(--gallery-raspberry-dark);
}

.cake-gallery-brand:hover .cake-gallery-brand__mark,
.cake-gallery-brand:focus-visible .cake-gallery-brand__mark {
  border-color: rgba(101, 19, 47, .52);
  transform: translateY(-2px);
}

.cake-gallery-brand:focus-visible,
.cake-gallery-back:focus-visible,
.cake-gallery-fallback-back:focus-visible {
  outline: 3px solid var(--gallery-raspberry-dark);
  outline-offset: 4px;
}

.cake-gallery-card:focus-visible {
  outline: 3px solid var(--gallery-paper);
  outline-offset: 2px;
  box-shadow: 0 0 0 7px var(--gallery-raspberry-dark), 0 20px 48px rgba(36, 23, 25, .17);
}

.cake-skip-link:focus-visible,
.cake-gallery-more:focus-visible {
  outline: 3px solid var(--gallery-espresso);
  outline-offset: 4px;
}

.cake-gallery-fallback-back:hover,
.cake-gallery-fallback-back:focus-visible {
  color: var(--gallery-paper) !important;
  background: var(--gallery-raspberry);
  border-color: var(--gallery-raspberry);
}

/* The dark translucent action stays readable on every photograph. */
@media (min-width: 461px) {
  .cake-gallery-card__action {
    padding: 6px 9px;
    background: rgba(33, 19, 16, .9);
    border: 1px solid rgba(255, 255, 255, .38);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

@media (max-width: 460px) {
  .cake-gallery-card__action {
    background: rgba(33, 19, 16, .9);
  }
}

.cake-gallery-footer a:not(.cake-gallery-footer__contact):hover,
.cake-gallery-footer a:not(.cake-gallery-footer__contact):focus-visible {
  color: var(--gallery-apricot);
}

.cake-gallery-footer__contact:hover,
.cake-gallery-footer__contact:focus-visible {
  color: var(--gallery-paper) !important;
  background: var(--gallery-raspberry-dark);
}

.cake-gallery-footer__actions a:focus-visible,
.cake-lightbox button:focus-visible {
  outline: 3px solid var(--gallery-apricot);
  outline-offset: 4px;
}

.cake-gallery-top:hover,
.cake-gallery-top:focus-visible {
  color: var(--gallery-paper);
  background: var(--gallery-raspberry-dark);
}

.cake-gallery-top:focus-visible {
  outline: 3px solid var(--gallery-paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 7px var(--gallery-espresso);
}

/* Final responsive safeguards for compact phones and older mobile viewports. */
.cake-lightbox {
  height: 100vh;
  height: 100dvh;
}

@media (max-width: 760px) {
  .cake-gallery-hero__media.has-portrait-cover {
    min-height: clamp(220px, 72vw, 330px);
  }

  .cake-gallery-hero__media.has-portrait-cover::before {
    z-index: 2;
  }

  .cake-gallery-hero__media.has-portrait-cover::after {
    position: absolute;
    inset: -18px;
    z-index: 0;
    content: "";
    background: var(--cake-gallery-hero-image) center / cover no-repeat;
    filter: blur(18px) brightness(.58) saturate(.8);
    transform: scale(1.08);
  }

  .cake-gallery-hero__media img.is-portrait {
    position: relative;
    z-index: 1;
    padding: clamp(8px, 2vw, 14px);
    object-fit: contain;
  }
}

@media (max-width: 460px) {
  .cake-gallery-hero__media {
    min-height: clamp(180px, 55vw, 290px);
  }

  .cake-gallery-hero__media.has-portrait-cover {
    min-height: clamp(220px, 72vw, 330px);
  }
}

/* Local presence badge shared by every localised gallery hero. */
.bakery-location-badge {
  --location-accent: var(--gallery-raspberry, #7e2340);
  --location-ink: var(--gallery-espresso, #2d1b18);
  --location-paper: var(--gallery-paper, #fffdf9);
  --location-focus: var(--gallery-apricot, #e7b846);

  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 6px 16px 6px 7px;
  color: var(--location-ink) !important;
  background: rgba(255, 253, 249, .94);
  border: 1px solid rgba(126, 35, 64, .2);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(45, 27, 24, .1);
  font-family: var(--gallery-sans, sans-serif);
  line-height: 1.2;
  text-align: left;
  text-decoration: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.bakery-location-badge__icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--location-paper);
  background: var(--location-accent);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.bakery-location-badge__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bakery-location-badge__label {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.bakery-location-badge__label strong,
.bakery-location-badge__label small {
  display: block;
  color: inherit;
  font-family: inherit;
  overflow-wrap: anywhere;
}

.bakery-location-badge__label strong {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .015em;
}

.bakery-location-badge__label small {
  color: rgba(45, 27, 24, .68);
  font-size: .65rem;
  font-weight: 650;
  letter-spacing: .025em;
}

.bakery-location-badge:hover {
  color: var(--location-ink) !important;
  background: var(--location-paper);
  border-color: rgba(126, 35, 64, .46);
  transform: translateY(-2px);
}

.bakery-location-badge:focus-visible {
  outline: 3px solid var(--location-focus);
  outline-offset: 3px;
}

.cake-gallery-hero .bakery-location-badge + .cake-gallery-count {
  margin-top: 20px;
}

@media (max-width: 420px) {
  .bakery-location-badge {
    width: 100%;
    min-height: 52px;
    padding: 8px 12px 8px 8px;
    border-radius: 15px;
  }

  .bakery-location-badge__label strong {
    font-size: .78rem;
  }

  .bakery-location-badge__label small {
    font-size: .64rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bakery-location-badge {
    transition: none;
  }
}

/* Keep every gallery CTA readable with translated labels. */
.cake-gallery-back,
.cake-gallery-more,
.cake-gallery-footer__contact,
.cake-gallery-fallback-back {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

/* Preserve image space and usable controls on rotated phones. */
@media (max-height: 520px) and (orientation: landscape) {
  .cake-lightbox {
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
  }

  .cake-lightbox__panel {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden;
  }

  .cake-lightbox__topbar {
    min-height: 48px;
  }

  .cake-lightbox__caption {
    min-height: 42px;
  }

  .cake-lightbox__help {
    display: none;
  }

  .cake-lightbox button {
    width: 44px;
    height: 44px;
  }
}

/* On phones and touch tablets, navigation stays outside the full-width photo. */
@media (max-width: 991.98px), (hover: none) and (pointer: coarse), (max-height: 520px) and (orientation: landscape) {
  .cake-lightbox .cake-lightbox__previous,
  .cake-lightbox .cake-lightbox__next {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 4px;
    width: 44px;
    height: 44px;
    transform: none;
  }

  .cake-lightbox__previous {
    left: 8px;
  }

  .cake-lightbox__next {
    right: 8px;
  }

  .cake-lightbox__previous:hover,
  .cake-lightbox__next:hover {
    transform: scale(1.05);
  }

  .cake-lightbox__previous:focus-visible,
  .cake-lightbox__next:focus-visible {
    outline-offset: 0;
  }

  .cake-lightbox__figure {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }

  .cake-lightbox__caption {
    min-height: 52px;
    padding: 4px 64px;
  }

  .cake-lightbox__help {
    display: none;
  }
}

/* A regular grid keeps every legacy photograph readable without oversized gaps. */
.cake-gallery-grid > .cake-gallery-card {
  grid-column: span 1;
  aspect-ratio: 4 / 3;
}
