@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fredoka-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fredoka-latin.woff2") format("woff2");
}

:root {
  --ink: #17111f;
  --plum: #311258;
  --violet: #5c2388;
  --blue: #2032a0;
  --teal: #00c7a7;
  --teal-dark: #006d69;
  --pink: #f23d95;
  --coral: #ff6860;
  --gold: #d8a91c;
  --lemon: #ffdf52;
  --cream: #fff7e8;
  --paper: #ffffff;
  --mist: #eef9f5;
  --line: rgba(23, 17, 31, 0.13);
  --shadow-soft: 0 18px 48px rgba(23, 17, 31, 0.12);
  --shadow-strong: 0 30px 80px rgba(23, 17, 31, 0.26);
  --display-font: "Fredoka", "Cooper Black", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-snap: cubic-bezier(0.22, 1.18, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: var(--paper);
  background: linear-gradient(180deg, rgba(15, 12, 22, 0.88), rgba(15, 12, 22, 0.56));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  animation: header-drop 760ms var(--ease-out) both;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

.brand picture,
.footer-brand picture {
  display: block;
  flex: 0 0 auto;
}

.brand img {
  width: 54px;
  height: 42px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 260ms var(--ease-snap), box-shadow 260ms ease;
}

.brand span,
.footer-brand span {
  overflow-wrap: anywhere;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  white-space: nowrap;
}

.nav-links a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.93rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--lemon);
  border-bottom-color: var(--lemon);
  outline: none;
  transform: translateY(-1px);
}

.brand:hover img,
.brand:focus-visible img,
.footer-brand:hover img,
.footer-brand:focus-visible img {
  transform: rotate(-2deg) scale(1.04);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(20px, 5vw, 72px) 84px;
  color: var(--paper);
  background: var(--ink);
}

.hero picture {
  display: contents;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  transform-origin: 62% center;
  animation: hero-drift 18s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 12, 19, 0.92) 0%, rgba(11, 12, 19, 0.74) 34%, rgba(11, 12, 19, 0.24) 66%, rgba(11, 12, 19, 0.08) 100%),
    linear-gradient(0deg, rgba(11, 12, 19, 0.32), rgba(11, 12, 19, 0.12));
  animation: shade-breathe 9s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 7px;
  background: linear-gradient(90deg, var(--teal), var(--pink), var(--gold), var(--coral));
}

.hero-content {
  width: min(680px, 100%);
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.motion-sweets {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.sweet-candy,
.sweet-ribbon,
.sweet-spark {
  position: absolute;
  opacity: 0.82;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.24));
  will-change: transform;
}

.sweet-candy {
  width: clamp(54px, 7vw, 96px);
  height: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 12px, rgba(255, 255, 255, 0.08) 12px 22px),
    linear-gradient(90deg, var(--lemon), var(--pink));
  animation: candy-float var(--float-speed, 8s) ease-in-out infinite;
}

.sweet-candy::before,
.sweet-candy::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: inherit;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.sweet-candy::before {
  left: -13px;
  transform: translateY(-50%);
}

.sweet-candy::after {
  right: -13px;
  transform: translateY(-50%);
}

.sweet-candy-one {
  --float-speed: 10s;
  top: 21%;
  right: 12%;
  transform: rotate(14deg);
}

.sweet-candy-two {
  --float-speed: 12s;
  right: 27%;
  bottom: 20%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0 10px, rgba(255, 255, 255, 0.06) 10px 19px),
    linear-gradient(90deg, var(--teal), #28a8ff);
  transform: rotate(-19deg);
}

.sweet-candy-three {
  --float-speed: 9s;
  top: 55%;
  right: 6%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 11px, rgba(255, 255, 255, 0.08) 11px 20px),
    linear-gradient(90deg, var(--coral), var(--lemon));
  transform: rotate(31deg);
}

.sweet-ribbon {
  width: clamp(92px, 12vw, 170px);
  height: 20px;
  border-radius: 8px;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0 10px, rgba(255, 255, 255, 0.08) 10px 18px),
    linear-gradient(90deg, var(--pink), var(--gold));
  animation: ribbon-drift var(--float-speed, 11s) ease-in-out infinite;
}

.sweet-ribbon-one {
  --float-speed: 13s;
  top: 34%;
  right: 22%;
  transform: rotate(-12deg);
}

.sweet-ribbon-two {
  --float-speed: 15s;
  right: 3%;
  bottom: 34%;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.88) 0 10px, rgba(255, 255, 255, 0.06) 10px 18px),
    linear-gradient(90deg, var(--teal), var(--lemon));
  transform: rotate(18deg);
}

.sweet-spark {
  width: clamp(18px, 3vw, 34px);
  height: clamp(18px, 3vw, 34px);
  background: var(--lemon);
  clip-path: polygon(50% 0, 63% 37%, 100% 50%, 63% 63%, 50% 100%, 37% 63%, 0 50%, 37% 37%);
  animation: sparkle-turn var(--float-speed, 7s) ease-in-out infinite;
}

.sweet-spark-one {
  --float-speed: 7s;
  top: 28%;
  right: 34%;
}

.sweet-spark-two {
  --float-speed: 8s;
  right: 15%;
  bottom: 16%;
  background: var(--teal);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1,
h2,
h3,
p,
li,
dt,
dd {
  overflow-wrap: anywhere;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 8.75rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

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

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  color: inherit;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 220ms var(--ease-snap), box-shadow 220ms ease, border-color 220ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -40% -35%;
  z-index: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.48) 48%, transparent 66%);
  pointer-events: none;
  transform: translateX(-75%);
  transition: transform 580ms ease;
}

.primary-button {
  color: var(--ink);
  background: var(--lemon);
  box-shadow: 0 16px 34px rgba(255, 223, 82, 0.18);
}

.secondary-button {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.62);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button:hover::after,
.button:focus-visible::after {
  transform: translateX(75%);
}

.hours-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hours-strip div {
  display: grid;
  gap: 6px;
  min-height: 98px;
  padding: 24px clamp(20px, 4vw, 42px);
  border-right: 1px solid var(--line);
  transition: background 240ms ease, transform 240ms var(--ease-snap);
}

.hours-strip div:last-child {
  border-right: 0;
}

.hours-strip span {
  color: var(--violet);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hours-strip strong {
  color: var(--teal-dark);
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  line-height: 1.1;
}

.section {
  padding: 96px clamp(20px, 5vw, 72px);
  scroll-margin-top: 86px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.welcome-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 223, 82, 0.26), rgba(255, 255, 255, 0) 34%),
    linear-gradient(90deg, rgba(0, 199, 167, 0.13), rgba(242, 61, 149, 0.08) 62%, rgba(255, 255, 255, 0) 100%),
    #fff9ec;
}

.welcome-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 18px;
  background: repeating-linear-gradient(
    90deg,
    var(--teal) 0 42px,
    var(--lemon) 42px 84px,
    var(--pink) 84px 126px,
    var(--coral) 126px 168px
  );
}

.welcome-layout,
.hours-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.welcome-section .eyebrow {
  color: var(--teal-dark);
}

.welcome-section h2 {
  max-width: 620px;
  color: var(--plum);
  font-family: var(--display-font);
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0.91;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.35rem, 5vw, 4.45rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.welcome-copy {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 8px 0 10px clamp(24px, 4vw, 42px);
  font-size: 1.12rem;
}

.welcome-copy::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 10px;
  left: 0;
  width: 7px;
  background: linear-gradient(180deg, var(--teal), var(--pink) 54%, var(--lemon));
}

.welcome-lede {
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.welcome-copy p:not(.welcome-lede) {
  max-width: 610px;
  color: rgba(23, 17, 31, 0.72);
  font-weight: 750;
}

.welcome-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.welcome-tags li {
  padding: 9px 11px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 17, 31, 0.12);
  border-radius: 8px;
  font-family: var(--display-font);
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(23, 17, 31, 0.08);
}

.welcome-tags li:nth-child(2) {
  color: var(--ink);
  background: #ffd7eb;
  border-color: rgba(242, 61, 149, 0.3);
}

.welcome-tags li:nth-child(3) {
  color: var(--paper);
  background: var(--teal-dark);
}

.welcome-tags li:nth-child(4) {
  color: var(--paper);
  background: var(--blue);
}

.welcome-tags li:nth-child(5) {
  background: var(--lemon);
}

.welcome-copy p,
.hours-layout p,
.cold-card p {
  margin: 0;
}

.candy-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(23, 17, 31, 0.72);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.65;
}

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

.feature-panel {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow-soft);
  transition: transform 280ms var(--ease-snap), box-shadow 280ms ease, border-color 280ms ease;
}

.swedish-panel {
  border-top: 8px solid var(--teal);
}

.candy-panel {
  border-top: 8px solid var(--pink);
}

.panel-label {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.menu-list {
  column-count: 2;
  column-gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  break-inside: avoid;
  padding: 10px 0;
  font-weight: 800;
  border-bottom: 1px solid rgba(23, 17, 31, 0.11);
  transition: color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.frozen-section {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(0, 199, 167, 0.2), rgba(242, 61, 149, 0.14) 42%, rgba(255, 223, 82, 0.14)),
    var(--plum);
}

.frozen-section h2,
.frozen-section h3 {
  color: var(--paper);
}

.frozen-heading {
  display: grid;
  gap: 14px;
  max-width: 840px;
  margin-bottom: 36px;
}

.frozen-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  font-weight: 700;
}

.cold-treat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cold-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 430px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  transition: transform 280ms var(--ease-snap), box-shadow 280ms ease, border-color 280ms ease;
}

.cold-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--treat-accent);
}

.cold-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.22) 49%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 760ms ease;
  pointer-events: none;
}

.soft-serve-card {
  --treat-accent: linear-gradient(90deg, #fff4bf, var(--gold));
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 250, 229, 0.96), rgba(255, 255, 255, 0.86));
}

.slushie-card {
  --treat-accent: linear-gradient(90deg, var(--teal), #28a8ff, var(--pink));
  background: linear-gradient(180deg, rgba(0, 199, 167, 0.22), rgba(32, 50, 160, 0.28));
}

.milkshake-card {
  --treat-accent: linear-gradient(90deg, #c06a3f, var(--pink), #f3b6d1);
  background: linear-gradient(180deg, rgba(242, 61, 149, 0.2), rgba(49, 18, 88, 0.34));
}

.soft-serve-card h3,
.soft-serve-card p {
  color: var(--ink);
}

.treat-type {
  width: fit-content;
  padding: 8px 10px;
  color: var(--paper);
  background: rgba(23, 17, 31, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.soft-serve-card .treat-type {
  color: var(--ink);
  background: rgba(216, 169, 28, 0.2);
  border-color: rgba(216, 169, 28, 0.42);
}

.cold-card p {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.soft-serve-card p {
  color: rgba(23, 17, 31, 0.72);
}

.flavor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.flavor-list li {
  padding: 10px 12px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms var(--ease-snap), background 180ms ease, border-color 180ms ease;
}

.soft-serve-card .flavor-list li {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(216, 169, 28, 0.24);
}

.combo-list {
  display: grid;
}

.combo-list li {
  display: grid;
  gap: 3px;
}

.combo-list span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 750;
}

.hours-section {
  background:
    linear-gradient(90deg, rgba(255, 223, 82, 0.18), rgba(255, 255, 255, 0) 52%),
    var(--mist);
}

.hours-layout p {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(23, 17, 31, 0.72);
  font-size: 1.08rem;
  font-weight: 650;
}

.visit-details {
  display: grid;
  gap: 16px;
}

.address-card {
  padding: 22px 24px;
  color: var(--paper);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 199, 167, 0.26), rgba(242, 61, 149, 0.18)),
    var(--plum);
  box-shadow: var(--shadow-soft);
  transition: transform 260ms var(--ease-snap), box-shadow 260ms ease;
}

.contact-card {
  scroll-margin-top: 110px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.address-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--lemon);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-card > span {
  display: block;
  margin-bottom: 12px;
  color: var(--violet);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.address-card address {
  font-style: normal;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 950;
  line-height: 1.15;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: var(--teal-dark);
  font-weight: 950;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 180ms ease, transform 180ms ease;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--plum);
  background: rgba(255, 223, 82, 0.42);
  border: 1px solid rgba(23, 17, 31, 0.12);
  border-radius: 50%;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease-snap), border-color 180ms ease;
}

.social-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.social-link:nth-child(1) {
  color: #1877f2;
}

.social-link:nth-child(2) {
  color: var(--ink);
}

.social-link:nth-child(3) {
  color: var(--pink);
}

.social-link:nth-child(4) {
  color: #0a66c2;
}

.social-link:nth-child(5) {
  color: #ff0033;
}

.hours-table {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-strong);
}

.hours-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 18px;
  border-bottom: 1px solid var(--line);
}

.hours-table div:last-child {
  border-bottom: 0;
}

.hours-table dt {
  color: var(--violet);
  font-weight: 950;
}

.hours-table dd {
  margin: 0;
  color: var(--teal-dark);
  font-weight: 950;
  text-align: right;
}

.site-footer {
  padding: clamp(36px, 5vw, 58px) clamp(20px, 5vw, 72px);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(0, 199, 167, 0.13), rgba(242, 61, 149, 0.09) 48%, rgba(255, 223, 82, 0.09)),
    var(--ink);
  border-top: 7px solid var(--gold);
}

.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(28px, 6vw, 76px);
}

.footer-brand {
  width: fit-content;
  gap: 14px;
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1;
}

.footer-brand img {
  width: 86px;
  height: 66px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  transition: transform 260ms var(--ease-snap), box-shadow 260ms ease;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition:
    opacity 720ms ease,
    transform 720ms var(--ease-out);
  transition-delay: calc(var(--reveal-index, 0) * 80ms);
}

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

@media (hover: hover) and (pointer: fine) {
  .hours-strip div:hover {
    background: linear-gradient(135deg, rgba(255, 223, 82, 0.18), rgba(0, 199, 167, 0.12));
    transform: translateY(-3px);
  }

  .feature-panel:hover {
    border-color: rgba(242, 61, 149, 0.3);
    box-shadow: 0 28px 70px rgba(23, 17, 31, 0.18);
    transform: translateY(-7px);
  }

  .menu-list li:hover {
    color: var(--violet);
    border-color: rgba(242, 61, 149, 0.26);
    transform: translateX(4px);
  }

  .cold-card:hover {
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 34px 84px rgba(0, 0, 0, 0.28);
    transform: translateY(-8px);
  }

  .cold-card:hover::after {
    transform: translateX(120%);
  }

  .flavor-list li:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.34);
    transform: translateY(-2px);
  }

  .soft-serve-card .flavor-list li:hover {
    background: var(--paper);
    border-color: rgba(216, 169, 28, 0.45);
  }

  .address-card:hover {
    box-shadow: var(--shadow-strong);
    transform: translateY(-4px);
  }

  .contact-list a:hover,
  .contact-list a:focus-visible,
  .footer-contact a:hover,
  .footer-contact a:focus-visible {
    color: var(--pink);
    outline: none;
    transform: translateY(-1px);
  }

  .social-link:hover,
  .social-link:focus-visible,
  .footer-contact .social-link:hover,
  .footer-contact .social-link:focus-visible {
    color: var(--paper);
    background: var(--plum);
    border-color: rgba(255, 255, 255, 0.32);
    outline: none;
    transform: translateY(-2px) scale(1.04);
  }
}

@keyframes header-drop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-drift {
  from {
    transform: scale(1.04) translate3d(-0.7%, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(1%, -0.8%, 0);
  }
}

@keyframes shade-breathe {
  from {
    opacity: 0.94;
  }
  to {
    opacity: 1;
  }
}

@keyframes candy-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -18px;
  }
}

@keyframes ribbon-drift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 12px 16px;
  }
}

@keyframes sparkle-turn {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(24deg) scale(1.22);
  }
}

.footer-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 38px);
}

.footer-block {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding-left: 18px;
  border-left: 3px solid rgba(255, 223, 82, 0.78);
}

.footer-block > span {
  color: var(--lemon);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-block address {
  color: rgba(255, 255, 255, 0.92);
  font-style: normal;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 900;
  line-height: 1.18;
}

.footer-contact a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-social {
  margin-top: 6px;
}

.footer-social .social-link {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.footer-contact .social-link {
  display: inline-grid;
  width: 38px;
  max-width: none;
  height: 38px;
  line-height: 1;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hero {
    min-height: 86vh;
    padding-top: 158px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(11, 12, 19, 0.94) 0%, rgba(11, 12, 19, 0.72) 56%, rgba(11, 12, 19, 0.24) 100%),
      linear-gradient(0deg, rgba(11, 12, 19, 0.38), rgba(11, 12, 19, 0.12));
  }

  .motion-sweets {
    opacity: 0.52;
  }

  .hours-strip,
  .welcome-layout,
  .hours-layout,
  .counter-layout,
  .cold-treat-grid {
    grid-template-columns: 1fr;
  }

  .hours-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hours-strip div:last-child {
    border-bottom: 0;
  }

  .cold-card {
    min-height: auto;
  }

  .welcome-section h2 {
    max-width: 780px;
    font-size: 4.1rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 48px;
    height: 38px;
  }

  .nav-links {
    width: 100%;
  }

  .nav-links a {
    padding-left: 0;
    padding-right: 16px;
  }

  .hero {
    min-height: 82vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image {
    object-position: 70% center;
  }

  .motion-sweets {
    display: none;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .welcome-section h2 {
    font-size: 3.05rem;
  }

  .welcome-copy {
    padding-left: 22px;
    font-size: 1.03rem;
  }

  .welcome-lede {
    font-size: 1.5rem;
  }

  .menu-list {
    column-count: 1;
  }

  .hours-table div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hours-table dd {
    text-align: left;
  }

  .footer-inner {
    gap: 26px;
  }

  .footer-details {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

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