:root {
  --ink: #211430;
  --night: #120b24;
  --plum: #28123e;
  --pink: #f344a3;
  --hot-pink: #ff258f;
  --coral: #ff6b63;
  --yellow: #ffd159;
  --lime: #94d65b;
  --aqua: #6edbd0;
  --cream: #fff7e9;
  --white: #ffffff;
  --line: rgba(33, 20, 48, 0.13);
  --shadow: 0 24px 80px rgba(40, 18, 62, 0.16);
  --radius: 30px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body::selection {
  color: var(--white);
  background: var(--hot-pink);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 12px 18px;
  border-radius: 12px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 28px));
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(255, 247, 233, 0.76);
  box-shadow: 0 14px 40px rgba(33, 20, 48, 0.12);
  backdrop-filter: blur(18px) saturate(150%);
  transform: translateX(-50%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand img {
  width: 54px;
  height: 54px;
  border: 2px solid var(--white);
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 7px 18px rgba(243, 68, 163, 0.24);
}

.brand span {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.brand strong {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.94rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand small {
  margin-top: 4px;
  color: var(--hot-pink);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav > a {
  padding: 11px 13px;
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav > a:hover {
  color: var(--hot-pink);
  background: rgba(243, 68, 163, 0.08);
  transform: translateY(-1px);
}

.nav .nav-cta {
  margin-left: 4px;
  padding-inline: 18px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 8px 22px rgba(33, 20, 48, 0.18);
}

.nav .nav-cta:hover {
  color: var(--white);
  background: var(--hot-pink);
}

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 14px;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  display: grid;
  min-height: 840px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  overflow: hidden;
  padding: 150px max(28px, calc((100vw - 1180px) / 2)) 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 209, 89, 0.28), transparent 25%),
    linear-gradient(135deg, #fff8e9 0%, #fff2e6 48%, #ffe7f3 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
}

.grid-lines {
  background-image:
    linear-gradient(rgba(40, 18, 62, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 18, 62, 0.2) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.orb-one {
  top: 18%;
  left: -85px;
  width: 190px;
  height: 190px;
  border: 32px solid rgba(243, 68, 163, 0.12);
}

.orb-two {
  right: 3%;
  bottom: -100px;
  width: 270px;
  height: 270px;
  background: rgba(110, 219, 208, 0.18);
  filter: blur(10px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.overline {
  color: var(--hot-pink);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow > span {
  width: 27px;
  height: 5px;
  border-radius: 4px;
  background: var(--yellow);
  box-shadow: 11px 0 0 var(--pink);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Arial Black", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 690px;
  margin-top: 22px;
  font-size: clamp(3.4rem, 7.1vw, 6.8rem);
  line-height: 0.91;
  text-transform: uppercase;
}

.hero h1 em {
  display: block;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.96;
  text-transform: none;
  transform: rotate(-2deg);
}

.hero-copy > p {
  max-width: 580px;
  margin: 28px 0 0;
  color: #594b62;
  font-size: 1.06rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 0.89rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--white);
  background: var(--hot-pink);
  box-shadow: 0 12px 28px rgba(255, 37, 143, 0.28);
}

.button-primary:hover {
  background: #e61f82;
  box-shadow: 0 18px 35px rgba(255, 37, 143, 0.35);
}

.button-ghost {
  border-color: rgba(33, 20, 48, 0.16);
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(12px);
}

.button-ghost:hover {
  background: var(--white);
  box-shadow: 0 12px 28px rgba(33, 20, 48, 0.09);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-note p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-note p span {
  color: #736779;
}

.cassette {
  position: relative;
  display: flex;
  width: 52px;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 3px solid var(--ink);
  border-radius: 5px;
  background: var(--yellow);
  transform: rotate(-5deg);
}

.cassette::after {
  position: absolute;
  bottom: 3px;
  width: 26px;
  height: 5px;
  border: 2px solid var(--ink);
  border-radius: 2px;
  content: "";
}

.cassette i {
  width: 9px;
  height: 9px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 590px;
}

.photo-frame {
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-photo {
  position: absolute;
  top: 15px;
  right: 0;
  width: 76%;
  height: 505px;
  transform: rotate(3.2deg);
}

.main-photo img {
  object-position: center 25%;
}

.photo-caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 14px;
  color: var(--white);
  background: rgba(33, 20, 48, 0.56);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.product-photo {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 43%;
  height: 270px;
  border-color: var(--yellow);
  transform: rotate(-7deg);
}

.product-photo img {
  object-position: center 38%;
}

.neon-badge {
  position: absolute;
  top: 26px;
  left: -12px;
  display: flex;
  width: 125px;
  height: 125px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: var(--white);
  background: rgba(40, 18, 62, 0.82);
  box-shadow:
    0 0 0 7px rgba(243, 68, 163, 0.2),
    0 0 34px rgba(243, 68, 163, 0.55);
  text-align: center;
  backdrop-filter: blur(10px);
}

.neon-badge span {
  color: #ff7dc2;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-style: italic;
  text-shadow: 0 0 8px var(--pink), 0 0 14px var(--pink);
}

.neon-badge small {
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.starburst {
  position: absolute;
  right: -22px;
  bottom: 12px;
  display: grid;
  width: 102px;
  height: 102px;
  place-items: center;
  color: var(--ink);
  background: var(--aqua);
  clip-path: polygon(50% 0%, 61% 27%, 85% 15%, 73% 39%, 100% 50%, 73% 61%, 85% 85%, 61% 73%, 50% 100%, 39% 73%, 15% 85%, 27% 61%, 0% 50%, 27% 39%, 15% 15%, 39% 27%);
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 900;
  transform: rotate(9deg);
  animation: bob 4s ease-in-out infinite;
}

@keyframes bob {
  0%,
  100% {
    transform: rotate(9deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-8px);
  }
}

.ticker {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  transform: rotate(-1deg) scale(1.02);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 22px;
  padding: 15px 0;
  animation: ticker 27s linear infinite;
}

.ticker span {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ticker b {
  color: var(--yellow);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding: 112px 0;
}

.section h2 {
  font-size: clamp(2.2rem, 4.7vw, 4.25rem);
  line-height: 1;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(35px, 8vw, 110px);
  align-items: end;
  margin-bottom: 48px;
}

.section-heading h2,
.gallery-heading h2,
.category-intro h2 {
  margin-top: 15px;
}

.section-heading > p {
  margin: 0;
  color: #6d6072;
  font-size: 0.98rem;
  line-height: 1.75;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(33, 20, 48, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 45px rgba(33, 20, 48, 0.08);
  transition: transform 250ms ease, box-shadow 250ms ease;
  backdrop-filter: blur(12px);
}

.product-card:hover {
  z-index: 2;
  box-shadow: 0 26px 65px rgba(33, 20, 48, 0.17);
  transform: translateY(-8px) rotate(-0.6deg);
}

.product-image {
  position: relative;
  height: 310px;
  overflow: hidden;
  background: #efe6ec;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover .product-image img {
  transform: scale(1.06);
}

.product-number {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.72rem;
  box-shadow: 0 8px 18px rgba(33, 20, 48, 0.16);
}

.accent-green .product-number {
  background: var(--lime);
}

.accent-pink .product-number {
  color: var(--white);
  background: var(--pink);
}

.accent-coral .product-number {
  background: var(--coral);
}

.product-body {
  padding: 22px;
}

.product-body > span {
  color: var(--hot-pink);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-body h3 {
  margin: 8px 0 10px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

.product-body p {
  min-height: 64px;
  margin: 0;
  color: #716477;
  font-size: 0.84rem;
  line-height: 1.6;
}

.product-body a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.product-body a svg,
.text-link svg {
  transition: transform 180ms ease;
}

.product-body a:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}

.menu-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 18px 22px;
  border: 1px solid rgba(33, 20, 48, 0.1);
  border-radius: 20px;
  background: rgba(255, 209, 89, 0.3);
}

.menu-note > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--hot-pink);
  font-size: 1.1rem;
}

.menu-note p {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  color: #6a5c6f;
  font-size: 0.8rem;
  line-height: 1.5;
}

.menu-note p strong {
  color: var(--ink);
}

.menu-note > a {
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.experience {
  position: relative;
  display: grid;
  width: min(1260px, calc(100% - 28px));
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  overflow: hidden;
  padding: 95px clamp(24px, 5vw, 72px);
  border-radius: 44px;
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(243, 68, 163, 0.08), transparent 42%),
    var(--night);
  box-shadow: var(--shadow);
}

.experience::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 74%);
}

.experience-visual,
.experience-copy {
  position: relative;
  z-index: 2;
}

.experience-visual {
  min-height: 560px;
}

.sunset-disc {
  position: absolute;
  top: 10px;
  right: 0;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: repeating-linear-gradient(
    to bottom,
    var(--coral) 0,
    var(--coral) 25px,
    var(--pink) 25px,
    var(--pink) 42px,
    transparent 42px,
    transparent 49px
  );
  filter: drop-shadow(0 0 32px rgba(243, 68, 163, 0.36));
}

.experience-photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72%;
  height: 430px;
  overflow: hidden;
  border: 8px solid var(--cream);
  border-radius: 28px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.36);
  transform: rotate(-4deg);
}

.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.vertical-label {
  position: absolute;
  right: 5px;
  bottom: 45px;
  color: var(--yellow);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.19em;
  writing-mode: vertical-rl;
}

.experience-copy h2 {
  margin-top: 16px;
}

.experience-copy > p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.75;
}

.feature-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.feature-list > div {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.feature-list > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.feature-list span {
  color: var(--pink);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.7rem;
}

.feature-list p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.feature-list strong {
  color: var(--white);
  font-size: 0.86rem;
}

.experience .text-link {
  color: var(--yellow);
}

.categories {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: clamp(40px, 7vw, 100px);
}

.category-intro {
  align-self: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.category-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid rgba(33, 20, 48, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  transition: transform 200ms ease, border 200ms ease, background 200ms ease;
  backdrop-filter: blur(12px);
}

.category-card:hover {
  border-color: rgba(243, 68, 163, 0.32);
  background: var(--white);
  transform: translateY(-4px);
}

.category-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 1.2rem;
}

.category-card:nth-child(2n) .category-icon {
  color: var(--white);
  background: var(--pink);
}

.category-card:nth-child(3n) .category-icon {
  background: var(--aqua);
}

.category-card h3 {
  margin: 0 0 7px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.035em;
}

.category-card p {
  margin: 0;
  color: #756879;
  font-size: 0.78rem;
  line-height: 1.55;
}

.gallery-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--plum);
}

.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.gallery-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  font-size: 0.76rem;
  font-weight: 900;
  transition: color 180ms ease, border 180ms ease, transform 180ms ease;
}

.gallery-heading > a:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-2px);
}

.gallery-grid {
  display: grid;
  min-height: 700px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 12px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #140e22;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 11, 36, 0.78), transparent 48%);
  content: "";
  opacity: 0.7;
  transition: opacity 250ms ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

.gallery-item:hover img {
  filter: saturate(1.12);
  transform: scale(1.06);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  font-weight: 900;
}

.gallery-tall {
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 2;
}

.visit {
  width: min(1260px, calc(100% - 28px));
}

.visit-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.visit-copy {
  padding: clamp(22px, 5vw, 58px);
}

.visit-copy h2 {
  margin: 15px 0 30px;
}

.visit-detail {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.visit-detail > svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  color: var(--hot-pink);
}

.visit-detail p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #675a6d;
  font-size: 0.84rem;
  line-height: 1.6;
}

.visit-detail p strong {
  color: var(--ink);
  font-size: 0.91rem;
}

.visit-detail small {
  color: #96899a;
}

.visit-copy .button {
  margin-top: 22px;
}

.visit-map {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 29px;
  background: #eaded6;
}

.visit-map iframe {
  width: 100%;
  height: 100%;
  min-height: 570px;
  border: 0;
  filter: saturate(0.8) contrast(1.03);
}

.map-sticker {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 12px 18px;
  border: 4px solid var(--white);
  border-radius: 14px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 10px 25px rgba(33, 20, 48, 0.18);
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 900;
  transform: rotate(4deg);
}

.social-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 80px;
}

.social-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 30px 35px;
  border-radius: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 209, 89, 0.32), transparent 28%),
    linear-gradient(120deg, var(--hot-pink), #c92fa3);
  box-shadow: 0 22px 55px rgba(243, 68, 163, 0.24);
}

.social-cta p {
  max-width: 480px;
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.social-cta-inner > div {
  display: flex;
  gap: 10px;
}

.social-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.79rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, transform 180ms ease;
}

.social-cta a:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

footer {
  display: grid;
  min-height: 240px;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 45px 20px 90px;
  color: rgba(255, 255, 255, 0.68);
  background: var(--night);
  text-align: center;
}

.footer-brand img {
  width: 96px;
  height: 96px;
  border: 5px solid var(--white);
  border-radius: 26px;
  box-shadow: 0 0 35px rgba(243, 68, 163, 0.3);
}

footer p {
  margin: 4px 0 0;
  font-size: 0.74rem;
}

footer .copyright {
  color: rgba(255, 255, 255, 0.38);
}

.floating-social {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 18px;
  color: var(--white);
  background: rgba(33, 20, 48, 0.88);
  box-shadow: 0 14px 40px rgba(33, 20, 48, 0.28);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, transform 180ms ease;
}

.floating-social:hover {
  background: var(--hot-pink);
  transform: translateY(-3px);
}

.floating-social > svg {
  width: 25px;
  height: 25px;
}

.floating-social > span {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 900;
}

.floating-social small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.56rem;
  font-weight: 700;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .nav > a {
    padding-inline: 9px;
    font-size: 0.78rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 7vw, 5.3rem);
  }

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

  .product-image {
    height: 390px;
  }

  .product-body p {
    min-height: auto;
  }

  .experience {
    gap: 50px;
  }

  .experience-visual {
    min-height: 500px;
  }

  .sunset-disc {
    width: 330px;
    height: 330px;
  }

  .gallery-grid {
    min-height: 620px;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 9px;
    min-height: 64px;
    padding: 7px 8px 7px 10px;
    border-radius: 19px;
  }

  .brand img {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .brand strong {
    font-size: 0.84rem;
  }

  .nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    display: grid;
    gap: 3px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 20px;
    background: rgba(255, 247, 233, 0.94);
    box-shadow: 0 20px 45px rgba(33, 20, 48, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav > a {
    padding: 13px;
  }

  .nav .nav-cta {
    margin: 3px 0 0;
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 125px 24px 80px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(3.3rem, 12vw, 5.5rem);
  }

  .hero-copy > p {
    max-width: 630px;
  }

  .hero-visual {
    width: min(570px, 100%);
    min-height: 620px;
    margin-inline: auto;
  }

  .main-photo {
    width: 77%;
  }

  .product-photo {
    width: 42%;
  }

  .section {
    padding-block: 90px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading > p {
    max-width: 650px;
  }

  .experience {
    grid-template-columns: 1fr;
    padding-block: 70px;
  }

  .experience-visual {
    width: min(600px, 100%);
    margin-inline: auto;
  }

  .experience-copy {
    max-width: 650px;
  }

  .categories {
    grid-template-columns: 1fr;
  }

  .category-intro {
    max-width: 500px;
  }

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

  .gallery-grid {
    min-height: 900px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(260px, 1fr));
  }

  .gallery-wide {
    grid-column: span 1;
  }

  .gallery-item:last-child {
    grid-column: span 2;
  }

  .visit-card {
    grid-template-columns: 1fr;
  }

  .visit-map,
  .visit-map iframe {
    min-height: 440px;
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 85px;
  }

  .brand span {
    display: none;
  }

  .hero {
    gap: 40px;
    padding: 112px 18px 68px;
  }

  .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .hero h1 {
    margin-top: 19px;
    font-size: clamp(2.85rem, 15vw, 4.35rem);
  }

  .hero h1 em {
    margin-top: 3px;
    font-size: 0.66em;
    line-height: 1.02;
  }

  .hero-copy > p {
    margin-top: 22px;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .button {
    width: 100%;
  }

  .hero-note {
    margin-top: 27px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .main-photo {
    top: 0;
    right: 2px;
    width: 80%;
    height: 390px;
    border-width: 6px;
  }

  .product-photo {
    bottom: 0;
    width: 43%;
    height: 205px;
    border-width: 6px;
  }

  .neon-badge {
    top: 18px;
    left: -2px;
    width: 92px;
    height: 92px;
  }

  .neon-badge span {
    font-size: 1.55rem;
  }

  .neon-badge small {
    font-size: 0.45rem;
  }

  .starburst {
    right: -11px;
    bottom: 1px;
    width: 78px;
    height: 78px;
    font-size: 0.95rem;
  }

  .ticker-track {
    padding-block: 12px;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding-block: 76px;
  }

  .section h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 410px;
  }

  .product-card {
    border-radius: 24px;
  }

  .menu-note {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 17px;
  }

  .menu-note p {
    width: calc(100% - 64px);
    flex: none;
  }

  .menu-note > a {
    margin-left: 60px;
  }

  .experience {
    width: calc(100% - 16px);
    gap: 38px;
    padding: 65px 18px;
    border-radius: 32px;
  }

  .experience-visual {
    min-height: 420px;
  }

  .sunset-disc {
    width: 280px;
    height: 280px;
  }

  .experience-photo {
    width: 78%;
    height: 330px;
    border-width: 6px;
  }

  .experience-copy > p {
    font-size: 0.9rem;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .gallery-section {
    width: 100%;
    padding-inline: 14px;
  }

  .gallery-grid {
    min-height: 1180px;
    grid-template-rows: repeat(4, minmax(240px, 1fr));
    gap: 8px;
  }

  .gallery-tall {
    grid-row: span 2;
  }

  .gallery-wide {
    grid-column: span 2;
  }

  .gallery-item:last-child {
    grid-column: span 1;
  }

  .visit {
    width: calc(100% - 16px);
  }

  .visit-card {
    padding: 8px;
    border-radius: 30px;
  }

  .visit-copy {
    padding: 28px 18px;
  }

  .visit-map,
  .visit-map iframe {
    min-height: 380px;
  }

  .visit-map {
    border-radius: 24px;
  }

  .social-cta {
    width: calc(100% - 28px);
    margin-bottom: 60px;
  }

  .social-cta-inner {
    align-items: stretch;
    flex-direction: column;
    padding: 25px 20px;
  }

  .social-cta-inner > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .social-cta a {
    justify-content: center;
  }

  .floating-social {
    right: 12px;
    bottom: 12px;
    padding-right: 12px;
  }
}

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

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 2026 refresh: bright fruit palette, glass surfaces and featured favorites */
body {
  background:
    radial-gradient(circle at 8% 32%, rgba(255, 209, 89, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 62%, rgba(110, 219, 208, 0.16), transparent 26rem),
    #fffaf1;
}

.site-header {
  background: rgba(255, 252, 245, 0.7);
  box-shadow: 0 18px 50px rgba(156, 48, 104, 0.11);
}

.button,
.product-card,
.category-card,
.gallery-item,
.signature-card {
  will-change: transform;
}

.signature-section {
  position: relative;
  padding: 118px max(20px, calc((100vw - 1260px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 209, 89, 0.45), transparent 26rem),
    radial-gradient(circle at 94% 90%, rgba(110, 219, 208, 0.42), transparent 27rem),
    linear-gradient(135deg, #fff8df, #ffe7f2 54%, #e9fff8);
}

.signature-section::before,
.signature-section::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  backdrop-filter: blur(7px);
}

.signature-section::before {
  top: 60px;
  right: -80px;
  width: 230px;
  height: 230px;
  background: rgba(255, 255, 255, 0.22);
}

.signature-section::after {
  bottom: 38px;
  left: -40px;
  width: 125px;
  height: 125px;
  background: rgba(243, 68, 163, 0.1);
}

.signature-shell {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1260px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.signature-art {
  position: relative;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 30px 90px rgba(178, 53, 113, 0.18);
  transform: rotate(-1.2deg);
  backdrop-filter: blur(20px) saturate(145%);
}

.signature-art img {
  width: 100%;
  aspect-ratio: 1200 / 630;
  border-radius: 28px;
  object-fit: cover;
}

.signature-sticker {
  position: absolute;
  right: -24px;
  bottom: -22px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #5c2a42;
  background: var(--yellow);
  box-shadow: 0 14px 34px rgba(92, 42, 66, 0.16);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}

.signature-copy h2 {
  margin: 14px 0 18px;
  font-family: "Arial Black", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(2.5rem, 4.6vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.signature-copy > p {
  max-width: 560px;
  margin: 0;
  color: #735d6c;
  line-height: 1.72;
}

.signature-grid {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}

.signature-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 10px 32px rgba(67, 43, 58, 0.07);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), background 260ms ease, box-shadow 260ms ease;
  backdrop-filter: blur(16px) saturate(130%);
}

.signature-card:hover {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(178, 53, 113, 0.13);
  transform: translateX(7px);
}

.signature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  color: #70324f;
  background: linear-gradient(135deg, var(--yellow), #ff9f72);
  font-size: 1.35rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.signature-card:nth-child(2) .signature-icon {
  background: linear-gradient(135deg, var(--aqua), #b5f69d);
}

.signature-card:nth-child(3) .signature-icon {
  background: linear-gradient(135deg, #ff9cc9, #ffd5e9);
}

.signature-card small {
  color: #c7347d;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signature-card h3 {
  margin: 3px 0 2px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.15rem;
  letter-spacing: -0.035em;
}

.signature-card p {
  margin: 0;
  color: #776571;
  font-size: 0.79rem;
  line-height: 1.45;
}

.experience {
  color: var(--ink);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.72), rgba(255, 234, 245, 0.62)),
    #ffeaf3;
  box-shadow: 0 30px 90px rgba(178, 53, 113, 0.14);
}

.experience::before {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(243, 68, 163, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 68, 163, 0.12) 1px, transparent 1px);
}

.experience-copy > p,
.feature-list p {
  color: #76626f;
}

.feature-list > div {
  border-color: rgba(93, 47, 70, 0.13);
}

.feature-list > div:last-child {
  border-bottom-color: rgba(93, 47, 70, 0.13);
}

.feature-list strong {
  color: var(--ink);
}

.experience .text-link {
  color: #c72878;
}

.gallery-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 0, rgba(148, 214, 91, 0.25), transparent 25rem),
    linear-gradient(145deg, #efffdc, #e1fbf7 52%, #fff2d8);
}

.gallery-heading > a {
  border-color: rgba(33, 20, 48, 0.13);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px);
}

.gallery-item {
  box-shadow: 0 20px 58px rgba(42, 73, 63, 0.12);
}

[data-reveal] {
  transition-duration: 760ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 980px) {
  .signature-shell {
    grid-template-columns: 1fr;
  }

  .signature-art {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .signature-section {
    padding: 76px 14px 84px;
  }

  .signature-shell {
    gap: 48px;
  }

  .signature-art {
    padding: 7px;
    border-radius: 24px;
  }

  .signature-art img {
    border-radius: 18px;
  }

  .signature-sticker {
    right: -3px;
    bottom: -31px;
    width: 88px;
    height: 88px;
    border-width: 4px;
    font-size: 0.58rem;
  }

  .signature-copy h2 {
    font-size: clamp(2.3rem, 12vw, 3.2rem);
  }

  .signature-card {
    align-items: flex-start;
    padding: 15px;
  }

  .signature-copy > .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    transition-duration: 0.01ms;
  }
}

/* Gallery layout correction: predictable composition at every breakpoint */
.gallery-grid {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 250px);
  grid-auto-flow: row;
  gap: 14px;
}

.gallery-item,
.gallery-tall,
.gallery-wide,
.gallery-item:last-child {
  min-width: 0;
  min-height: 0;
  grid-column: auto;
  grid-row: auto;
}

.gallery-item:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
}

.gallery-item:nth-child(2) {
  grid-column: 6 / 9;
  grid-row: 1;
}

.gallery-item:nth-child(3) {
  grid-column: 9 / 13;
  grid-row: 1;
}

.gallery-item:nth-child(4) {
  grid-column: 6 / 10;
  grid-row: 2;
}

.gallery-item:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 2;
}

.gallery-item img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 820px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .gallery-item,
  .gallery-tall,
  .gallery-wide,
  .gallery-item:last-child,
  .gallery-item:nth-child(n) {
    aspect-ratio: 4 / 3;
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item:nth-child(1) {
    aspect-ratio: 16 / 9;
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .gallery-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .gallery-heading > a {
    width: 100%;
    justify-content: center;
  }

  .gallery-grid {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .gallery-item,
  .gallery-tall,
  .gallery-wide,
  .gallery-item:last-child,
  .gallery-item:nth-child(n) {
    aspect-ratio: 4 / 3;
    grid-column: 1;
    grid-row: auto;
    border-radius: 20px;
  }

  .gallery-item > span {
    right: 15px;
    bottom: 14px;
    left: 15px;
  }
}
