/* Clean vector-style interface icons — no emoji font rendering. */
.button span[aria-hidden],
.text-link span[aria-hidden],
.mobile-menu a span[aria-hidden],
.outline-button span[aria-hidden] {
  display:inline-block;
  width:15px;
  height:15px;
  overflow:hidden;
  font-size:0;
  position:relative;
  flex:0 0 15px;
}
.button span[aria-hidden]::before,
.text-link span[aria-hidden]::before,
.mobile-menu a span[aria-hidden]::before,
.outline-button span[aria-hidden]::before {
  content:"";
  position:absolute;
  inset:2px 3px 3px 2px;
  border-top:1.5px solid currentColor;
  border-right:1.5px solid currentColor;
}
.button span[aria-hidden]::after,
.text-link span[aria-hidden]::after,
.mobile-menu a span[aria-hidden]::after,
.outline-button span[aria-hidden]::after {
  content:"";
  position:absolute;
  width:13px;
  height:1.5px;
  background:currentColor;
  left:1px;
  bottom:3px;
  transform:rotate(-45deg);
  transform-origin:right center;
}
.marquee b{font-size:0!important;width:17px;height:17px;display:inline-block;position:relative;vertical-align:middle}
.marquee b::before,.marquee b::after{content:"";position:absolute;inset:1px 7px;background:currentColor;border-radius:50%}
.marquee b::after{transform:rotate(90deg)}
.review-stars{
  display:block!important;
  width:90px;
  height:18px;
  font-size:0!important;
  background:#b9882e;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 1.9 3.05 6.18 6.82 1-4.94 4.81 1.17 6.8L12 17.48l-6.1 3.21 1.17-6.8-4.94-4.81 6.82-1L12 1.9Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat:repeat-x;
  -webkit-mask-size:18px 18px;
  -webkit-mask-position:left center;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 1.9 3.05 6.18 6.82 1-4.94 4.81 1.17 6.8L12 17.48l-6.1 3.21 1.17-6.8-4.94-4.81 6.82-1L12 1.9Z'/%3E%3C/svg%3E");
  mask-repeat:repeat-x;
  mask-size:18px 18px;
  mask-position:left center;
}

/* Six protected floating zones: animated, scattered, and never overlapping. */
.gelato{
  position:relative;
  background:
    radial-gradient(circle at 18% 35%,#fff9 0 8%,transparent 26%),
    radial-gradient(circle at 82% 72%,#efe0cf80 0 7%,transparent 24%),
    var(--ivory);
}
.gelato-title{
  max-width:980px;
  margin-inline:auto;
  text-align:center;
}
.gelato .scoops{
  isolation:isolate;
  width:min(100%,1120px);
  height:470px;
  margin:45px auto 0;
  position:relative;
}
.gelato .scoop{
  --slot-left:0%;
  --slot-top:0%;
  --scroll-x:0px;
  --scroll-y:0px;
  --scroll-r:0deg;
  left:var(--slot-left)!important;
  top:var(--slot-top)!important;
  right:auto!important;
  bottom:auto!important;
  translate:none;
  rotate:none;
  transform:translate(var(--scroll-x),var(--scroll-y)) rotate(var(--scroll-r))!important;
  transition:left 1.35s cubic-bezier(.34,1.4,.64,1),top 1.35s cubic-bezier(.34,1.4,.64,1),transform .11s linear!important;
  will-change:left,top,transform;
  width:clamp(150px,15vw,188px)!important;
  height:clamp(150px,15vw,188px)!important;
  z-index:1;
}
.gelato .scoop:nth-child(1){--slot-left:3%;--slot-top:7%}
.gelato .scoop:nth-child(2){--slot-left:36%;--slot-top:0%}
.gelato .scoop:nth-child(3){--slot-left:70%;--slot-top:9%}
.gelato .scoop:nth-child(4){--slot-left:12%;--slot-top:56%}
.gelato .scoop:nth-child(5){--slot-left:44%;--slot-top:58%}
.gelato .scoop:nth-child(6){--slot-left:76%;--slot-top:51%}
.gelato .scoop img{animation:ergi-gelato-float 3.7s ease-in-out infinite;transform-origin:center;will-change:transform}
.gelato .scoop:nth-child(2n) img{animation-delay:-1.7s}
.gelato .scoop:nth-child(3n) img{animation-delay:-3.1s}
.gelato .scoop:nth-child(2n) img{animation-duration:4.4s}
.gelato .scoop:nth-child(3n) img{animation-duration:3.2s}
@keyframes ergi-gelato-float{
  0%,100%{transform:translate(-7px,-8px) rotate(-2deg) scale(1)}
  35%{transform:translate(9px,7px) rotate(2.5deg) scale(1.035)}
  70%{transform:translate(-3px,12px) rotate(-1deg) scale(1.015)}
}
.gelato .scoop.is-swapping img{animation:ergi-gelato-hop 1.35s cubic-bezier(.34,1.4,.64,1)}
@keyframes ergi-gelato-hop{
  0%,100%{transform:translateY(0) rotate(0) scale(1)}
  42%{transform:translateY(-24px) rotate(7deg) scale(1.1)}
  72%{transform:translateY(-6px) rotate(-3deg) scale(.98)}
}

/* Additional showroom pieces. */
.creation-grid .card-6,.creation-grid .card-7,.creation-grid .card-8{grid-column:span 4;height:470px}
.creation-grid .card-9,.creation-grid .card-10{grid-column:span 6;height:520px}
.creation-grid .card-11,.creation-grid .card-12,.creation-grid .card-13{grid-column:span 4;height:460px}
@media(width<=800px){
  .creation-grid .card-6,.creation-grid .card-7,.creation-grid .card-8,
  .creation-grid .card-9,.creation-grid .card-10,.creation-grid .card-11,
  .creation-grid .card-12,.creation-grid .card-13{grid-column:auto;height:auto}
}
@media(prefers-reduced-motion:reduce){.gelato .scoop{transform:none!important;transition:none!important}.gelato .scoop img{animation:none}}

@media(width<=800px){
  .gelato{
    min-height:0!important;
    height:auto!important;
    padding:52px var(--mobile-gutter,20px) 36px!important;
  }
  .gelato-title{
    text-align:left;
    margin-inline:0;
  }
  .gelato-title h2{
    max-width:350px;
    font-size:clamp(32px,9vw,38px);
    line-height:1.1;
  }
  .gelato .scoops{
    width:100%;
    height:clamp(350px,44svh,370px);
    min-height:0;
    margin-top:20px;
  }
  .gelato .scoops .scoop{
    width:clamp(74px,22vw,92px)!important;
    height:clamp(74px,22vw,92px)!important;
    max-width:none;
    max-height:none;
  }
  .gelato .scoop:nth-child(1){--slot-left:3%;--slot-top:3%}
  .gelato .scoop:nth-child(2){--slot-left:63%;--slot-top:0%}
  .gelato .scoop:nth-child(3){--slot-left:14%;--slot-top:37%}
  .gelato .scoop:nth-child(4){--slot-left:61%;--slot-top:35%}
  .gelato .scoop:nth-child(5){--slot-left:2%;--slot-top:74%}
  .gelato .scoop:nth-child(6){--slot-left:63%;--slot-top:72%}
  .gelato .scoop img{
    filter:drop-shadow(0 12px 14px #3e171f20);
  }
  .gelato + .fruit-section{
    border-top:1px solid #6f10261a;
  }
}

/* Krepa menu mirrors the coffee section with a continuously moving gallery. */
.crepe-section{
  background:#fff;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  align-items:center;
  gap:clamp(45px,7vw,110px);
  overflow:hidden;
}
.crepe-copy h2{font-size:clamp(44px,5.6vw,82px)}
.crepe-copy h2 em{color:var(--burgundy)}
.crepe-copy>p:nth-of-type(2){
  color:var(--muted);
  max-width:520px;
  margin:28px 0 34px;
  font-size:13px;
  line-height:1.9;
}
.crepe-name-grid{border-top:1px solid #6f102633}
.crepe-name-grid span{
  border-bottom:1px solid #6f102633;
  align-items:center;
  gap:18px;
  padding:17px 0;
  font-family:DM Serif Display,Georgia,serif;
  font-size:clamp(18px,1.55vw,25px);
  line-height:1.35;
  display:flex;
}
.crepe-name-grid small{
  color:var(--burgundy);
  min-width:28px;
  letter-spacing:.08em;
  font-family:Poppins,Arial,sans-serif;
  font-size:9px;
}
.crepe-gallery{
  min-width:0;
  border-radius:2px;
  overflow:hidden;
}
.crepe-track{
  width:max-content;
  display:flex;
  gap:14px;
  animation:ergi-crepes-left 28s linear infinite;
  will-change:transform;
}
.crepe-track:hover{animation-play-state:paused}
.crepe-track figure{
  width:clamp(245px,24vw,390px);
  aspect-ratio:3/4;
  margin:0;
  overflow:hidden;
}
.crepe-track img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.crepe-track figure:hover img{transform:scale(1.035)}
@keyframes ergi-crepes-left{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 7px))}
}
@media(width<=800px){
  .crepe-section{
    grid-template-columns:1fr;
    gap:40px;
    padding-inline:var(--mobile-gutter,20px);
  }
  .crepe-gallery{
    width:calc(100vw - (var(--mobile-gutter,20px) * 2));
  }
  .crepe-track{gap:8px;animation-duration:22s}
  .crepe-track figure{
    width:calc((100vw - (var(--mobile-gutter,20px) * 2) - 8px)/2);
    aspect-ratio:3/4;
  }
  .crepe-copy h2{font-size:clamp(35px,9.8vw,41px);line-height:1.1}
  .crepe-copy>p:nth-of-type(2){margin:22px 0 28px}
  .crepe-name-grid span{font-size:17px;padding:16px 0}
}
@media(prefers-reduced-motion:reduce){
  .crepe-gallery{overflow-x:auto}
  .crepe-track{animation:none}
}

/* Seamless product showcase: continuously travels from right to left. */
.spoon-slider-window{
  width:100%;
  min-width:0;
  overflow:hidden;
}
.spoon .horizontal-row.is-marquee{
  width:max-content;
  max-width:none;
  margin-right:0;
  padding-right:0;
  gap:15px;
  overflow:visible;
  scroll-snap-type:none;
  animation:ergi-spoon-left 34s linear infinite;
  will-change:transform;
}
.spoon .horizontal-row.is-marquee:hover,
.spoon .horizontal-row.is-marquee:focus-within{
  animation-play-state:paused;
}
.spoon .horizontal-row.is-marquee article{
  flex:0 0 min(31vw,410px);
}
@keyframes ergi-spoon-left{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 7.5px))}
}
@media(width<=800px){
  .spoon .horizontal-row.is-marquee{
    gap:10px;
    animation-duration:24s;
  }
  .spoon .horizontal-row.is-marquee article{
    flex-basis:calc((100vw - (var(--mobile-gutter,20px) * 2) - 10px)/2);
  }
}
@media(prefers-reduced-motion:reduce){
  .spoon-slider-window{overflow-x:auto}
  .spoon .horizontal-row.is-marquee{animation:none}
}

/* First showroom image: fondant with ice cream. */
.creation-grid.has-featured .card-11,
.creation-grid.has-featured .card-12,
.creation-grid.has-featured .card-13,
.creation-grid.has-featured .card-14{
  grid-column:span 6;
  height:520px;
}
.ergi-feature-lightbox{
  z-index:9999;
  background:#180208e8;
  padding:clamp(18px,4vw,48px);
  display:none;
  position:fixed;
  inset:0;
  place-items:center;
}
.ergi-feature-lightbox.is-open{display:grid}
.ergi-feature-lightbox img{
  width:min(92vw,760px);
  max-height:88vh;
  object-fit:contain;
  box-shadow:0 24px 80px #0008;
}
.ergi-feature-lightbox button{
  color:#fff;
  cursor:pointer;
  background:#6f1026;
  border:1px solid #ffffff70;
  border-radius:50%;
  width:42px;
  height:42px;
  font:300 28px/1 Poppins,Arial,sans-serif;
  position:absolute;
  top:18px;
  right:18px;
}
@media(width<=800px){
  .creation-grid.has-featured .card-11,
  .creation-grid.has-featured .card-12,
  .creation-grid.has-featured .card-13,
  .creation-grid.has-featured .card-14{
    grid-column:auto;
    height:auto;
  }
}

/* Final section flow and one consolidated showroom. */
.archive{display:none!important}
.hero,.spoon,.crepe-section,.coffee-section,.marquee-section,
.gelato,.fruit-section,.showroom,.moments,.reviews,.about,.visit{
  scroll-margin-top:78px;
}
.showroom{
  border-top:1px solid #6f10261f;
  border-bottom:1px solid #6f10261f;
}
.showroom .section-heading>p{line-height:1.9}
.ergi-merged-lightbox{
  z-index:9999;
  background:#180208e8;
  padding:clamp(18px,4vw,48px);
  display:none;
  position:fixed;
  inset:0;
  place-items:center;
}
.ergi-merged-lightbox.is-open{display:grid}
.ergi-merged-lightbox img{
  width:min(92vw,760px);
  max-height:88vh;
  object-fit:contain;
  box-shadow:0 24px 80px #0008;
}
.ergi-merged-lightbox button{
  color:#fff;
  cursor:pointer;
  background:#6f1026;
  border:1px solid #ffffff70;
  border-radius:50%;
  width:42px;
  height:42px;
  font:300 28px/1 Poppins,Arial,sans-serif;
  position:absolute;
  top:18px;
  right:18px;
}
@media(width<=800px){
  .hero,.spoon,.crepe-section,.coffee-section,.marquee-section,
  .gelato,.fruit-section,.showroom,.moments,.reviews,.about,.visit{
    scroll-margin-top:62px;
  }
}
