:root {
  --bg: #120b08;
  --bg-soft: #1f120d;
  --panel: rgba(34, 20, 14, 0.78);
  --panel-strong: rgba(20, 11, 8, 0.94);
  --line: rgba(255, 226, 177, 0.14);
  --text: #fff4df;
  --muted: #d8c1aa;
  --gold: #f0be62;
  --gold-soft: #ffdf98;
  --tomato: #d56731;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  background: linear-gradient(180deg, #120b08 0%, #080403 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.page-glow,
.page-heat,
.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.page-glow-a {
  background: radial-gradient(circle at 12% 12%, rgba(240, 190, 98, 0.14), transparent 28%);
  animation: driftA 18s ease-in-out infinite alternate;
}

.page-glow-b {
  background: radial-gradient(circle at 80% 18%, rgba(213, 103, 49, 0.14), transparent 24%);
  animation: driftB 22s ease-in-out infinite alternate;
}

.page-heat {
  transform-origin: center bottom;
  mix-blend-mode: screen;
  opacity: 0.52;
  filter: blur(14px);
}

.page-heat-a {
  background:
    radial-gradient(45% 26% at 18% 108%, rgba(255, 153, 44, 0.26), transparent 72%),
    radial-gradient(36% 28% at 42% 112%, rgba(255, 195, 95, 0.18), transparent 70%),
    radial-gradient(24% 18% at 74% 109%, rgba(214, 103, 49, 0.18), transparent 68%);
  animation: ovenWaveA 16s ease-in-out infinite alternate;
}

.page-heat-b {
  background:
    conic-gradient(from 205deg at 20% 100%, transparent 0deg, rgba(255, 165, 56, 0.16) 38deg, transparent 82deg),
    conic-gradient(from 332deg at 72% 100%, transparent 0deg, rgba(255, 210, 112, 0.12) 44deg, transparent 84deg),
    radial-gradient(30% 20% at 56% 100%, rgba(255, 126, 36, 0.14), transparent 76%);
  animation: ovenWaveB 20s ease-in-out infinite alternate;
}

.page-noise {
  z-index: -1;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 140px 140px;
}

.site-header,
.section,
.ticker,
.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 30;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(16, 9, 7, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #a6501f, var(--gold));
  color: #1b0e08;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.brand-copy strong,
.section h1,
.section h2,
.section h3,
.button,
.phone-pill {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.brand-copy strong {
  display: block;
  font-size: 1.25rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.82rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.main-nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.nav-short {
  display: none;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--gold-soft);
}

.phone-pill,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(240, 190, 98, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.phone-pill {
  background: linear-gradient(135deg, rgba(240, 190, 98, 0.18), rgba(213, 103, 49, 0.14));
  box-shadow: 0 14px 34px rgba(213, 103, 49, 0.16);
}

.whatsapp-pill,
.whatsapp-line {
  gap: 10px;
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.button:hover,
.phone-pill:hover {
  transform: translateY(-2px);
}

.section {
  padding: 86px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 164px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(240, 190, 98, 0.24);
  background: rgba(255,255,255,0.04);
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero h1 {
  margin: 18px 0 10px;
  font-size: clamp(3.6rem, 8vw, 6.8rem);
  line-height: 0.9;
}

.hero-subtitle {
  margin: 0 0 20px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 600;
  font-style: italic;
}

.hero-text,
.section-heading p,
.menu-highlight-copy p,
.platter-feature-overlay p,
.special-card p,
.specials-panel p,
.contact-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.04rem;
}

.hero-actions,
.menu-highlight-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 30px;
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), #ffd888);
  color: #170d08;
  box-shadow: 0 18px 40px rgba(240, 190, 98, 0.22);
}

.button.secondary {
  background: rgba(255,255,255,0.04);
}

.hero-notes {
  list-style: none;
  width: min(100%, 520px);
  padding: 14px 18px;
  margin: 26px 0 0;
  display: grid;
  gap: 0;
  color: var(--text);
  border: 1px solid rgba(240, 190, 98, 0.16);
  background: rgba(255,255,255,0.025);
}

.hero-notes li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 10px 0;
}

.hero-notes li + li {
  border-top: 1px solid rgba(255,255,255,0.07);
}

.hero-note-label {
  color: var(--muted);
}

.hero-note-value {
  color: var(--gold);
  font-weight: 700;
  white-space: nowrap;
}

.hero-stage {
  position: relative;
  min-height: 720px;
  padding: 24px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(31, 18, 13, 0.94), rgba(11, 6, 4, 0.98));
  box-shadow: var(--shadow);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: saturate(1.05) contrast(1.05);
}

.hero-shade {
  background:
    radial-gradient(circle at 75% 18%, rgba(240, 190, 98, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(8, 4, 3, 0.05), rgba(8, 4, 3, 0.78));
}

.hero-feature,
.hero-flash {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 26px 60px rgba(0,0,0,0.38);
}

.hero-feature {
  inset: 32px 130px 96px 24px;
}

.hero-feature img,
.hero-flash img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-feature-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(180deg, transparent, rgba(10, 5, 3, 0.92));
}

.hero-feature-copy span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.hero-feature-copy h2 {
  margin: 8px 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.hero-flash {
  width: 180px;
  height: 200px;
  background: rgba(255,255,255,0.04);
}

.hero-flash-a { top: 18px; right: 16px; transform: rotate(8deg); }
.hero-flash-b { right: 18px; bottom: 120px; transform: rotate(-7deg); }
.hero-flash-c { left: 32px; bottom: 18px; width: 210px; height: 120px; transform: rotate(-4deg); }

.ticker {
  overflow: hidden;
  margin-top: -6px;
}

.ticker-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: tickerRun 24s linear infinite;
}

.ticker-track span {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  white-space: nowrap;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 4.1vw, 3.6rem);
  line-height: 1.02;
}

.specials-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(33, 19, 13, 0.84), rgba(13, 8, 6, 0.96));
  box-shadow: var(--shadow);
}

.platter-grid,
.lasagna-grid,
.tarts-grid,
.specials-list {
  display: grid;
  gap: 16px;
}

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


.special-card {
  position: relative;
  padding: 18px 18px 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    clip-path 0.22s ease,
    -webkit-clip-path 0.22s ease;
}

.special-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 190, 98, 0.34);
  background: linear-gradient(135deg, rgba(240, 190, 98, 0.12), rgba(213, 103, 49, 0.07));
}

.menu-special-card {
  cursor: pointer;
  touch-action: manipulation;
}

.menu-special-card.is-chewed {
  border-color: rgba(240, 190, 98, 0.28);
}

.menu-special-card.is-devoured {
  opacity: 0;
  transform: scale(0.985);
  filter: saturate(0.9);
}

.menu-special-card.is-rebaked {
  animation: rebakeCard 420ms ease;
}

.cookie-bite-hole {
  position: absolute;
  pointer-events: none;
  z-index: 4;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 201, 111, 0.08), transparent 24%),
    linear-gradient(180deg, #120b08 0%, #080403 100%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 260'%3E%3Cg fill='black'%3E%3Crect x='128' y='0' width='192' height='260' rx='18'/%3E%3Ccircle cx='132' cy='18' r='18'/%3E%3Ccircle cx='106' cy='44' r='24'/%3E%3Ccircle cx='80' cy='74' r='30'/%3E%3Ccircle cx='62' cy='110' r='34'/%3E%3Ccircle cx='62' cy='150' r='34'/%3E%3Ccircle cx='80' cy='186' r='30'/%3E%3Ccircle cx='106' cy='216' r='24'/%3E%3Ccircle cx='132' cy='242' r='18'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 260'%3E%3Cg fill='black'%3E%3Crect x='128' y='0' width='192' height='260' rx='18'/%3E%3Ccircle cx='132' cy='18' r='18'/%3E%3Ccircle cx='106' cy='44' r='24'/%3E%3Ccircle cx='80' cy='74' r='30'/%3E%3Ccircle cx='62' cy='110' r='34'/%3E%3Ccircle cx='62' cy='150' r='34'/%3E%3Ccircle cx='80' cy='186' r='30'/%3E%3Ccircle cx='106' cy='216' r='24'/%3E%3Ccircle cx='132' cy='242' r='18'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  box-shadow:
    inset -12px 0 22px rgba(255, 219, 145, 0.06),
    -8px 0 22px rgba(0, 0, 0, 0.24);
  transform: scale(0.15) rotate(var(--bite-rotation, 0deg));
  transform-origin: center;
  opacity: 0;
  animation: bitePop 260ms cubic-bezier(0.24, 0.88, 0.27, 1.25) forwards;
}

.cookie-crumb {
  position: fixed;
  width: 12px;
  height: 12px;
  border-radius: var(--crumb-radius, 50%);
  pointer-events: none;
  z-index: 120;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 233, 173, 0.96) 0 18%, rgba(255, 215, 132, 0.9) 19% 34%, rgba(201, 136, 60, 0.92) 35% 68%, rgba(88, 53, 28, 0.96) 69% 100%);
  box-shadow:
    inset -2px -2px 4px rgba(87, 52, 23, 0.26),
    0 2px 8px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(var(--crumb-start-scale, 0.38)) rotate(var(--crumb-start-r, 0deg));
  transform-origin: center;
  animation: crumbFly var(--crumb-duration, 720ms) cubic-bezier(0.18, 0.72, 0.24, 1) forwards;
}

.special-card h3,
.specials-panel h3 {
  margin: 0 0 8px;
  font-size: 1.8rem;
}

.special-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.special-card-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}

.special-card-meta strong {
  color: var(--gold);
}

.platter-layout {
  display: block;
}

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

.platter-special-card img {
  aspect-ratio: 1 / 0.72;
}

.platter-special-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.tarts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 22px;
}

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

.specials-panel {
  padding: 22px;
}

.specials-panel h3 {
  margin-top: 0;
}

.special-card img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 14px;
}

.menu-special-card-meta strong {
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.menu-special-card-note {
  margin-top: 6px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  padding: 30px;
}

.contact-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 0.95;
}

.contact-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.contact-meta {
  display: grid;
  gap: 14px;
  align-content: center;
  justify-items: start;
}

.contact-meta .whatsapp-icon {
  width: 30px;
  height: 30px;
}

.address-link {
  display: inline-flex;
  width: fit-content;
  color: var(--text);
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 190, 98, 0.45);
}

.address-link:hover {
  color: var(--gold);
}

.contact-map {
  width: min(100%, 540px);
  height: 220px;
  border: 1px solid rgba(240, 190, 98, 0.2);
  border-radius: 18px;
  filter: saturate(0.82) contrast(0.96);
}

.site-footer {
  padding: 0 0 42px;
  color: rgba(255, 244, 223, 0.72);
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes tickerRun {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes driftA {
  from { transform: translate3d(-2%, 0, 0); }
  to { transform: translate3d(2%, 4%, 0); }
}

@keyframes driftB {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-3%, 3%, 0); }
}

@keyframes ovenWaveA {
  from { transform: translate3d(-2%, 1%, 0) scale(1) rotate(-1deg); opacity: 0.42; }
  to { transform: translate3d(3%, -2%, 0) scale(1.08) rotate(2deg); opacity: 0.64; }
}

@keyframes ovenWaveB {
  from { transform: translate3d(2%, 0, 0) scale(1.02) rotate(1deg); opacity: 0.26; }
  to { transform: translate3d(-3%, -3%, 0) scale(1.12) rotate(-2deg); opacity: 0.48; }
}

@keyframes bitePop {
  0% { transform: scale(0.15) rotate(var(--bite-rotation, 0deg)); opacity: 0; }
  100% { transform: scale(1) rotate(var(--bite-rotation, 0deg)); opacity: 1; }
}

@keyframes crumbFly {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(var(--crumb-start-scale, 0.38)) rotate(var(--crumb-start-r, 0deg));
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--crumb-x, 0px), var(--crumb-y, 0px), 0) scale(var(--crumb-end-scale, 1.05)) rotate(var(--crumb-r, 0deg));
  }
}

@keyframes rebakeCard {
  0% { transform: scale(0.97); filter: saturate(0.8); }
  55% { transform: scale(1.015); filter: saturate(1.08); }
  100% { transform: scale(1); filter: saturate(1); }
}

@media (max-width: 1160px) {
  .hero,
  .tarts-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .platter-grid,
  .lasagna-grid,
  .tarts-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 860px) {
  .site-header {
    top: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand phone"
      "nav nav";
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 26px;
  }

  .brand {
    grid-area: brand;
    min-width: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.45rem;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .main-nav {
    grid-area: nav;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-top: 2px;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.92rem;
  }

  .phone-pill {
    grid-area: phone;
    width: auto;
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.98rem;
  }

  .whatsapp-pill .whatsapp-icon {
    width: 18px;
    height: 18px;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.9rem);
  }

  .hero-stage {
    min-height: 560px;
  }

  .hero-feature {
    inset: 20px 20px 124px 20px;
  }

  .hero-flash {
    width: 120px;
    height: 136px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section,
  .ticker,
  .site-footer {
    width: min(calc(100% - 24px), var(--max));
  }

  .section {
    padding: 64px 0;
  }

  .section-heading {
    text-align: center;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .hero-notes {
    justify-content: center;
  }

  .hero-notes {
    text-align: center;
    width: min(100%, 320px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-notes li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .button,
  .phone-pill {
    width: 100%;
  }

  .site-header {
    top: 6px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "nav"
      "phone";
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong,
  .brand-copy small {
    text-align: center;
  }

  .brand-copy small {
    display: block;
    font-size: 0.64rem;
  }

  .nav-long {
    display: none;
  }

  .nav-short {
    display: inline;
  }

  .main-nav {
    gap: 8px;
  }

  .main-nav a {
    min-width: 0;
    font-size: 0.86rem;
  }

  .phone-pill {
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
  }

  .contact-card,
  .contact-copy,
  .contact-meta {
    text-align: center;
  }

  .contact-card {
    padding: 24px 18px;
    justify-items: center;
  }

  .contact-copy,
  .contact-meta {
    width: min(100%, 360px);
  }

  .contact-meta {
    justify-items: center;
    align-content: start;
    gap: 16px;
  }

  .contact-line {
    justify-content: center;
    width: 100%;
    font-size: clamp(2rem, 11vw, 2.65rem);
  }

  .address-link {
    width: min(100%, 300px);
    justify-content: center;
    text-wrap: balance;
  }

  .contact-map {
    width: min(100%, 320px);
    height: 170px;
    border-radius: 14px;
  }

  .hero-stage {
    min-height: 480px;
    padding: 16px;
  }

  .hero-feature {
    inset: 14px 14px 120px 14px;
  }

  .hero-flash-a,
  .hero-flash-b {
    display: none;
  }

  .hero-flash-c {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    height: 92px;
  }

  .platter-layout {
    gap: 16px;
  }
}
