/* CRUSTED shared styles. */
@font-face {
  font-family: "Inktera Demo";
  src: url("../Assets/Fonts/InkteraDemo.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Display Black";
  src: url("../Assets/Fonts/NeueHaasDisplayBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue: #2a3492;
  --cream: #fffce3;
  --off-white: #f2efea;
  --rust: #6b4a3a;
  --ink: #3e3a36;
  --font-heading: "Inktera Demo", "Arial Black", sans-serif;
  --font-body: "Neue Haas Display Black", "Arial Black", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--blue);
  overscroll-behavior-y: none;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(42, 52, 146, 0.035) 0 1px,
      transparent 1px 5px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(107, 74, 58, 0.025) 0 1px,
      transparent 1px 4px
    );
  font-family: var(--font-body);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.masthead {
  position: relative;
  display: flex;
  width: min(1060px, calc(100% - 40px));
  min-height: 122px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  color: var(--blue);
  line-height: 0.75;
  text-shadow: 2px 2px 0 rgba(107, 74, 58, 0.38);
  transform: rotate(-2deg);
}
.wordmark span,
.footer-brand strong {
  font-family: var(--font-body);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-style: italic;
  letter-spacing: -0.06em;
}
.wordmark small {
  margin-top: 12px;
  align-self: flex-end;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.48em;
  text-shadow: none;
}
.masthead-tagline {
  margin: 0 70px 0 auto;
  color: var(--rust);
  font-size: 0.78rem;
  font-style: italic;
}
.mascot {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 96px;
  height: 104px;
  overflow: hidden;
}
.mascot img {
  position: absolute;
  top: -15px;
  left: -28px;
  width: 150px;
  max-width: none;
}
.nav-bar {
  position: relative;
  z-index: 2;
  display: grid;
  height: 43px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-block: 4px double var(--rust);
  color: var(--cream);
  background: var(--blue);
}
.nav-links {
  grid-column: 2;
  display: flex;
  gap: clamp(1.5rem, 5vw, 4.5rem);
}
.nav-links a,
.order-link,
.menu-toggle {
  font-size: 0.72rem;
  font-style: italic;
  font-weight: 700;
}
.nav-links a:hover {
  text-decoration: underline;
}
.order-link {
  margin-right: 24px;
  justify-self: end;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  width: min(920px, calc(100% - 40px));
  min-height: 575px;
  margin: 48px auto 0;
}
.special-board {
  position: relative;
  width: 86%;
  height: 470px;
  margin-left: auto;
  overflow: hidden;
  border: 5px double var(--rust);
  border-radius: 18px;
  background: var(--blue);
  box-shadow: 0 11px 20px rgba(62, 58, 54, 0.22);
  transform: rotate(-3deg);
}
.special-board::after {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 252, 227, 0.55);
  border-radius: 10px;
  content: "";
  pointer-events: none;
}
.special-copy {
  position: absolute;
  z-index: 2;
  top: 46px;
  right: 48px;
  width: 43%;
  color: var(--cream);
  text-align: center;
}
.special-copy p,
.script-kicker,
.footer-label {
  margin: 0;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 700;
}
.special-copy p {
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
h1 {
  margin: 0.35rem 0 0;
  font-family: var(--font-body);
  font-size: clamp(3rem, 6.4vw, 5rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.84;
  text-shadow: 3px 3px 0 var(--rust);
}
h1 em {
  color: var(--cream);
  font-weight: inherit;
}
.underline {
  display: block;
  width: 70%;
  height: 12px;
  margin: 18px auto 0;
  border-top: 3px solid var(--cream);
  border-radius: 50%;
  transform: rotate(-3deg);
}
.hero-food {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 30px;
  width: 54%;
  height: 330px;
  overflow: hidden;
  border: 5px solid var(--cream);
  border-radius: 50% 50% 12% 12%;
  box-shadow: 8px 8px 0 var(--rust);
  transform: rotate(3deg);
}
.hero-food img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08) sepia(0.12);
}
.price-burst {
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 28px;
  display: grid;
  width: 92px;
  height: 92px;
  place-content: center;
  border: 5px double var(--cream);
  border-radius: 50%;
  color: var(--cream);
  background: var(--rust);
  text-align: center;
  transform: rotate(-7deg);
}
.price-burst span {
  font-size: 0.68rem;
  font-style: italic;
}
.price-burst strong {
  font-size: 1.85rem;
  line-height: 0.9;
}
.star {
  position: absolute;
  color: var(--cream);
  font-size: 1.5rem;
}
.star-one {
  right: 30px;
  bottom: 28px;
}
.star-two {
  right: 64px;
  bottom: 52px;
  font-size: 0.8rem;
}
.today-card {
  position: absolute;
  z-index: 6;
  right: -25px;
  bottom: 15px;
  width: 188px;
  padding: 18px 14px;
  border: 4px double var(--blue);
  color: var(--blue);
  background: var(--cream);
  box-shadow: 6px 6px 0 var(--rust);
  text-align: center;
  transform: rotate(5deg);
}
.today-card::before,
.today-card::after {
  position: absolute;
  top: 50%;
  width: 26px;
  border-top: 2px solid var(--blue);
  content: "";
}
.today-card::before {
  left: 8px;
}
.today-card::after {
  right: 8px;
}
.today-card span {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
}
.today-card strong {
  display: block;
  font-size: 1.7rem;
  font-style: italic;
}
.today-card p {
  margin: 5px 0 0;
  font-size: 0.65rem;
}
.script-kicker {
  color: var(--rust);
  font-size: 1rem;
}
.card-image {
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid var(--rust);
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) sepia(0.15) contrast(1.07);
}
.promise {
  display: flex;
  min-height: 54px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  border-block: 4px double var(--rust);
  color: var(--cream);
  background: var(--blue);
  font-size: clamp(0.78rem, 2vw, 1rem);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
.promise i {
  color: var(--cream);
  font-style: normal;
}
footer {
  display: grid;
  padding: 38px max(24px, calc((100% - 920px) / 2));
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 45px;
  color: var(--cream);
  background: var(--blue);
  font-size: 0.72rem;
}
.footer-label {
  margin-bottom: 5px;
}
footer a[href^="tel"] {
  font-size: 1rem;
  font-weight: 700;
}
.socials {
  margin: 13px 0 0;
}
.socials a {
  text-decoration: underline;
}
.footer-brand {
  text-align: center;
}
.footer-brand strong {
  font-size: 1.55rem;
  color: var(--cream);
}
.footer-brand p {
  margin: 8px 0;
  font-style: italic;
}
.footer-brand small {
  opacity: 0.72;
  font-size: 0.58rem;
}
.newsletter label {
  display: block;
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 700;
}
.newsletter div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.newsletter input,
.newsletter button {
  min-height: 30px;
  border: 1px solid var(--cream);
  font-family: var(--font-body);
  font-size: 0.65rem;
}
.newsletter input {
  padding: 0 9px;
  color: var(--blue);
  background: var(--cream);
}
.newsletter button {
  color: var(--cream);
  background: var(--rust);
  cursor: pointer;
}
@media (max-width: 760px) {
  .masthead {
    min-height: 100px;
  }
  .masthead-tagline {
    display: none;
  }
  .mascot {
    right: 4px;
    width: 80px;
    height: 90px;
  }
  .mascot img {
    width: 130px;
  }
  .nav-bar {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  .nav-links,
  .order-link {
    display: none;
  }
  .menu-toggle {
    display: block;
    border: 0;
    color: var(--cream);
    background: transparent;
    font-family: var(--font-body);
    text-align: left;
    cursor: pointer;
  }
  .hero {
    min-height: 610px;
    margin-top: 30px;
  }
  .special-board {
    width: 100%;
    height: 515px;
    transform: rotate(-1.5deg);
  }
  .special-copy {
    top: 40px;
    right: 12px;
    width: 62%;
  }
  h1 {
    font-size: clamp(2.05rem, 10vw, 2.8rem);
  }
  .price-burst {
    top: 22px;
    left: 18px;
    width: 76px;
    height: 76px;
  }
  .price-burst strong {
    font-size: 1.45rem;
  }
  .hero-food {
    right: 27px;
    bottom: 24px;
    left: 27px;
    width: auto;
    height: 285px;
  }
  .today-card {
    right: 5px;
    bottom: 0;
  }
  .hours-stamp {
    justify-self: center;
  }
  .card-image {
    height: 230px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
}
.card-image {
  position: relative;
}
.card-image .tile,
.hero-food .tile {
  position: absolute;
  width: 200%;
  height: 200%;
  max-width: none;
  object-fit: fill;
}
.tile-burger {
  top: 0;
  left: 0;
}
.tile-shake {
  top: 0;
  left: -100%;
}
.tile-breakfast {
  top: -100%;
  left: 0;
}
.tile-burger-fries {
  top: -100%;
  left: -100%;
}
.nav-bar {
  display: flex;
  justify-content: center;
}
.nav-links {
  grid-column: auto;
}
.hero-food {
  width: 47%;
}
.special-copy {
  right: 35px;
  width: 45%;
}
@media (max-width: 760px) {
  .hero-food {
    right: 27px;
    left: 27px;
    width: auto;
  }
  .special-copy {
    right: 12px;
    width: 62%;
  }
}
.nav-links a,
.menu-toggle {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-image .malaysian-tile {
  position: absolute;
  width: 300%;
  height: 200%;
  max-width: none;
  object-fit: fill;
}
.dish-1 {
  top: 0;
  left: 0;
}
.dish-2 {
  top: 0;
  left: -100%;
}
.dish-3 {
  top: 0;
  left: -200%;
}
.dish-4 {
  top: -100%;
  left: 0;
}
.dish-5 {
  top: -100%;
  left: -100%;
}
.dish-6 {
  top: -100%;
  left: -200%;
}
footer {
  display: block;
  padding: clamp(4rem, 7vw, 7rem) max(24px, calc((100% - 1200px) / 2)) 2rem;
  font-family: var(--font-body);
  text-align: left;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 4rem;
  padding-bottom: clamp(3rem, 6vw, 6rem);
  border-bottom: 1px solid rgba(255, 252, 227, 0.35);
}
.footer-wordmark {
  font-family: var(--font-body);
  font-size: clamp(3.6rem, 8vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.78;
  text-transform: uppercase;
}
.footer-wordmark span {
  display: block;
  margin-top: 0.35em;
  color: var(--cream);
  font-size: 0.34em;
  letter-spacing: 0.35em;
}
.footer-top > p {
  max-width: 430px;
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.45;
}
.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 3rem;
  padding-top: 2rem;
}
.footer-contact p {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-contact a {
  font-size: 1.05rem;
  font-weight: 700;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.footer-links a {
  position: relative;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--cream);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
}
.footer-bottom > small {
  opacity: 0.68;
  font-size: 0.68rem;
}
@media (max-width: 760px) {
  footer {
    text-align: left;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-wordmark {
    font-size: clamp(3.2rem, 18vw, 5.2rem);
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2rem;
  }
  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-bottom > small {
    margin-top: 1rem;
  }
}
footer {
  display: block;
  padding: clamp(3.5rem, 6vw, 5.5rem) max(24px, calc((100% - 1200px) / 2)) 2rem;
  font-family: var(--font-body);
  text-align: left;
}
.simple-footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.simple-footer-brand {
  font-family: var(--font-body);
  font-size: clamp(2.4rem, 5vw, 4.75rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 1;
}
.footer-phone {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.social-buttons {
  display: flex;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.social-buttons a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 1.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 252, 227, 0.75);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.social-buttons a:hover,
.social-buttons a:focus-visible {
  color: var(--blue);
  background: var(--cream);
  transform: translateY(-2px);
}
.simple-footer-meta {
  display: flex;
  padding-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid rgba(255, 252, 227, 0.28);
}
.simple-footer-meta small {
  opacity: 0.68;
  font-size: 0.7rem;
}
.simple-footer-meta > a {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.simple-footer-meta > a span {
  display: inline-block;
  margin-left: 0.4rem;
}
@media (max-width: 620px) {
  .simple-footer-head,
  .simple-footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .social-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .social-buttons a {
    width: 100%;
  }
}
footer {
  display: grid;
  min-height: 92px;
  padding: 1.15rem max(24px, calc((100% - 1200px) / 2));
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-body);
}
.compact-footer-brand {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
}
.compact-footer-brand a:first-child {
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.compact-footer-brand a:last-child {
  opacity: 0.75;
  font-size: 0.72rem;
  font-weight: 600;
}
.compact-footer-brand + small {
  opacity: 0.6;
  font-size: 0.65rem;
}
.compact-socials {
  display: flex;
  justify-self: end;
  gap: 0.55rem;
}
.compact-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 252, 227, 0.55);
  border-radius: 50%;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.compact-socials a:hover,
.compact-socials a:focus-visible {
  color: var(--blue);
  background: var(--cream);
  transform: translateY(-2px);
}
.compact-socials svg {
  width: 18px;
  height: 18px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.compact-socials .fill-dot {
  fill: currentColor;
  stroke: none;
}
@media (max-width: 700px) {
  footer {
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }
  .compact-footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
  .compact-footer-brand + small {
    display: none;
  }
  .compact-socials {
    grid-column: 2;
    grid-row: 1;
  }
}
footer {
  grid-template-columns: 1fr auto;
}
.compact-footer-brand {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.28rem;
}
.compact-footer-brand small {
  opacity: 0.6;
  font-size: 0.65rem;
}
.compact-socials svg {
  fill: currentColor;
  stroke: none;
}
@media (max-width: 700px) {
  footer {
    grid-template-columns: 1fr auto;
  }
  .compact-socials {
    grid-column: 2;
    grid-row: 1;
  }
}
.card-image {
  background: var(--cream);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 5px;
}
section[id] {
  scroll-margin-top: 24px;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 10;
  padding: 12px;
  background: var(--cream);
  color: var(--blue);
}
.skip-link:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wordmark small {
  letter-spacing: 0.16em;
  font-size: 0.6rem;
}
.brand-tagline {
  color: var(--rust);
  font-style: italic;
  font-size: 0.9rem;
}
.nav-bar {
  height: auto;
  min-height: 48px;
  padding: 0 20px;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(1rem, 4vw, 3rem);
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
summary {
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.5;
}
details {
  border-block: 1px solid currentColor;
}
details[open] {
  padding-bottom: 1rem;
}
.content-section {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
  padding-block: clamp(3.5rem, 7vw, 6rem);
  font-family: var(--font-body);
  line-height: 1.7;
}
.content-section .script-kicker {
  font-size: 0.75rem;
  font-family: var(--font-body);
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.content-section h2 {
  margin: 0.75rem 0 1.5rem;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.055em;
  line-height: 1.08;
}
.content-section h3 {
  color: var(--blue);
  font-size: 1.15rem;
  line-height: 1.35;
}
.content-section p {
  margin-top: 0;
}
.section-lead {
  max-width: 720px;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}
footer :focus-visible {
  outline-color: var(--cream);
}
.back-to-top {
  font-size: 0.8rem;
  padding: 12px 0;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 760px) {
  .brand-tagline {
    display: none;
  }
  .nav-bar {
    padding-inline: 12px;
  }
  .nav-links {
    display: flex;
    gap: 0 1.1rem;
  }
  .nav-links a {
    font-size: 0.65rem;
  }
  .compact-footer-brand small {
    max-width: 230px;
    line-height: 1.5;
  }
}
body {
  font-weight: 900;
  font-synthesis: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.wordmark span,
.compact-footer-brand a:first-child,
.footer-brand strong,
.footer-wordmark,
.simple-footer-brand {
  font-family: var(--font-heading);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}
.content-section h2 {
  letter-spacing: normal;
}
.wordmark {
  text-shadow: none;
  transform: none;
}
.brand-tagline {
  font-style: normal;
}
.content-section,
footer,
.nav-links a,
.wordmark small,
.content-section .script-kicker,
summary {
  font-weight: 900;
}
.masthead .wordmark {
  display: block;
  width: clamp(190px, 24vw, 280px);
  aspect-ratio: 1876/624;
  overflow: hidden;
  flex-shrink: 0;
}
.masthead .wordmark img {
  position: absolute;
  width: 143.923241%;
  max-width: none;
  height: auto;
  left: -21.96162%;
  top: -166.346154%;
}
.site-header {
  border-bottom: 2px solid var(--blue);
  background: var(--cream);
}
.site-header .nav-bar {
  max-width: 1240px;
  margin: auto;
  min-height: 106px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 14px 24px;
  border: 0;
  color: var(--blue);
  background: transparent;
}
.site-header .wordmark {
  display: block;
  position: relative;
  width: 220px;
  aspect-ratio: 1876/624;
  overflow: hidden;
  flex-shrink: 0;
}
.site-header .wordmark img {
  position: absolute;
  width: 143.923241%;
  max-width: none;
  height: auto;
  left: -21.96162%;
  top: -166.346154%;
}
.site-header .nav-links {
  gap: 0.35rem;
  align-items: center;
}
.site-header .nav-links a {
  position: relative;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  letter-spacing: 0.04em;
}
.site-header .nav-links a:hover,
.site-header .nav-links a:focus-visible {
  background: var(--blue);
  color: var(--cream);
  transform: translateY(-2px);
}
.site-header .nav-links a:active {
  transform: translateY(0);
}
footer {
  grid-template-columns: 1fr auto;
  gap: 1.5rem 2rem;
}
.footer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.footer-contact-links a {
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-company {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.6;
}
.back-to-top {
  justify-self: end;
}
@media (max-width: 1000px) {
  .site-header .nav-bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
  .site-header .nav-links {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .site-header .nav-bar {
    padding: 12px 16px;
    gap: 0.5rem;
  }
  .site-header .wordmark {
    width: 180px;
    margin-right: auto;
  }
  .site-header .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 0.2rem;
  }
  .site-header .nav-links a {
    padding: 10px 12px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .back-to-top {
    justify-self: start;
  }
}

.site-header .nav-links a[aria-current="page"] {
  background: var(--blue);
  color: var(--cream);
}
.footer-contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.footer-contact-links a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 36px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.footer-contact-links svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-company {
  grid-column: 1/-1;
}

/* Shared components: persistent navigation and reference-inspired footer layout. */
html {
  scroll-padding-top: calc(var(--nav-height, 106px) + 20px);
}
body {
  overflow-x: clip;
}
site-navigation {
  display: block;
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 106px;
  background: var(--blue);
}
site-footer {
  display: block;
}
.site-header {
  background: var(--blue);
  border-bottom: 1px solid rgba(255, 252, 227, 0.25);
}
.site-header .nav-bar {
  color: var(--cream);
}
.site-header .wordmark {
  background: var(--cream);
  border-radius: 7px;
  outline: 7px solid var(--cream);
}
.site-header .nav-links a:hover,
.site-header .nav-links a:focus-visible,
.site-header .nav-links a[aria-current="page"] {
  background: var(--cream);
  color: var(--blue);
}
.site-header :focus-visible {
  outline-color: var(--cream);
}
.site-footer {
  display: block;
  padding: 4.5rem max(24px, calc((100% - 1200px) / 2)) 1.75rem;
  background: var(--blue);
  color: var(--cream);
}
.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.75fr;
  gap: 4rem;
  padding-bottom: 4rem;
}
.footer-logo {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1;
}
.footer-identity p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 1.5rem 0 0;
}
.site-footer h2 {
  margin: 0 0 1.5rem;
  font-family: var(--font-body);
  font-weight: 900;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.8;
}
.site-footer .footer-contact-links {
  gap: 0;
  align-items: stretch;
}
.site-footer .footer-contact-links a {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 252, 227, 0.25);
  text-decoration: none;
  overflow-wrap: anywhere;
}
.site-footer .footer-contact-links a::after {
  content: "↗";
  margin-left: auto;
}
.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-store > a {
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
}
.footer-store p {
  margin: 1rem 0 0;
  line-height: 1.6;
  font-size: 0.8rem;
  opacity: 0.8;
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 252, 227, 0.25);
}
.footer-bottom-row nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.8rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}
.footer-bottom-row p {
  font-size: 0.7rem;
  line-height: 1.6;
  margin: 0;
  text-align: right;
}
@media (max-width: 1000px) {
  site-navigation {
    min-height: 146px;
  }
  .footer-main {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .footer-identity {
    grid-column: 1/-1;
  }
  .footer-bottom-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom-row p {
    text-align: left;
  }
}
@media (max-width: 600px) {
  site-navigation {
    min-height: 138px;
  }
  .site-footer {
    padding-top: 3rem;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .footer-identity {
    grid-column: auto;
  }
}

/* Final navigation and contact refinements. */
site-navigation {
  min-height: 76px;
}
.site-header .nav-bar {
  min-height: 76px;
  padding: 9px 24px;
  background: var(--blue);
  color: var(--cream);
}
.site-header .wordmark {
  width: 160px;
  background: var(--cream);
  outline: 5px solid var(--cream);
}
.site-header .nav-links a:hover,
.site-header .nav-links a:focus-visible,
.site-header .nav-links a[aria-current="page"] {
  background: var(--cream);
  color: var(--blue);
}
.site-footer .footer-contact-links a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}
.site-footer .footer-contact-links a::after {
  content: none;
}
.site-footer .footer-contact-links .contact-link span {
  text-decoration: none;
}
.site-footer .footer-store > a {
  text-decoration: none;
}
.site-footer .footer-store > a:hover,
.site-footer .footer-contact-links a:hover {
  text-decoration: none;
}
@media (max-width: 1000px) {
  site-navigation {
    min-height: 112px;
  }
  .site-header .nav-bar {
    min-height: 112px;
  }
}
@media (max-width: 600px) {
  site-navigation {
    min-height: 104px;
  }
  .site-header .nav-bar {
    min-height: 104px;
  }
}

/* Centered logo with navigation split into left and right groups. */
.site-header .nav-bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
}
.site-header .wordmark {
  grid-column: 2;
  grid-row: 1;
}
.site-header .nav-group {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.site-header .nav-group-left {
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-end;
}
.site-header .nav-group-right {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-start;
}
.site-header .nav-group a {
  position: relative;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.site-header .nav-group a:hover,
.site-header .nav-group a:focus-visible,
.site-header .nav-group a[aria-current="page"] {
  background: var(--cream);
  color: var(--blue);
  transform: translateY(-2px);
}
.site-header .nav-group a:active {
  transform: translateY(0);
}
@media (max-width: 1000px) {
  .site-header .nav-bar {
    min-height: 82px;
  }
  .site-header .nav-group a {
    padding-inline: 9px;
  }
}
@media (max-width: 650px) {
  .site-header .nav-bar {
    min-height: 96px;
    padding: 8px 10px;
  }
  .site-header .wordmark {
    width: 120px;
  }
  .site-header .nav-group {
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header .nav-group a {
    min-height: 36px;
    padding: 8px 5px;
    text-align: center;
    font-size: 0.62rem;
  }
  .site-header .nav-group-left,
  .site-header .nav-group-right {
    justify-content: center;
  }
}

.footer-discover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}
.footer-discover h2 {
  margin-bottom: 0.35rem;
}
.footer-discover a {
  font-size: 0.9rem;
  text-decoration: none;
}
.footer-discover a:hover {
  color: var(--cream);
  text-decoration: underline;
}

/* Center bulge sized for the full mascot logo. */
.site-header .nav-bar::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 138px;
  height: 94px;
  border-radius: 0 0 52% 52%;
  background: var(--cream);
  box-shadow: 0 3px 0 rgba(107, 74, 58, 0.35);
  content: "";
  transform: translateX(-50%);
}
.site-header .wordmark {
  z-index: 1;
  width: 94px;
  aspect-ratio: 2023/1446;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  outline: 0;
}
.site-header .wordmark img {
  position: absolute;
  width: 133.465%;
  max-width: none;
  height: auto;
  left: -16.708%;
  top: -43.36%;
}
.site-header .nav-group {
  position: relative;
  z-index: 1;
}
@media (max-width: 650px) {
  .site-header .nav-bar::before {
    width: 100px;
    height: 82px;
  }
  .site-header .wordmark {
    width: 70px;
  }
}

/* Compact navigation for narrow phones and full-page captures. */
@media (max-width: 650px) {
  site-navigation,
  .site-header .nav-bar {
    min-height: 92px;
  }
  .site-header .nav-bar {
    grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
    padding: 6px 8px;
  }
  .site-header .nav-group {
    align-items: center;
  }
  .site-header .nav-group a {
    width: fit-content;
    min-height: 34px;
    padding: 7px 8px;
    white-space: nowrap;
    font-size: clamp(0.52rem, 2.35vw, 0.62rem);
  }
}

@media (max-width: 360px) {
  .site-header .nav-bar {
    grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
    padding-inline: 4px;
  }
  .site-header .nav-bar::before {
    width: 88px;
  }
  .site-header .wordmark {
    width: 62px;
  }
  .site-header .nav-group a {
    padding-inline: 5px;
    font-size: 0.5rem;
  }
}

/* Mobile navigation drawer. */
.nav-toggle,
.mobile-navigation {
  display: none;
}

@media (max-width: 650px) {
  site-navigation,
  .site-header .nav-bar {
    min-height: 82px;
  }
  .site-header .nav-bar {
    grid-template-columns: 1fr 88px 1fr;
    padding: 6px 14px;
  }
  .site-header .nav-group {
    display: none;
  }
  .site-header .wordmark {
    justify-self: center;
  }
  .nav-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 44px;
    height: 44px;
    padding: 11px;
    grid-column: 1;
    grid-row: 1;
    align-items: stretch;
    justify-self: start;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 252, 227, 0.7);
    border-radius: 50%;
    color: var(--cream);
    background: transparent;
    cursor: pointer;
  }
  .nav-toggle > span:not(.sr-only) {
    position: absolute;
    left: 11px;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }
  .nav-toggle > span:nth-child(1) {
    top: 13px;
  }
  .nav-toggle > span:nth-child(2) {
    top: 20px;
  }
  .nav-toggle > span:nth-child(3) {
    top: 27px;
  }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
  .mobile-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 0.75rem 14px 1rem;
    border-top: 1px solid rgba(255, 252, 227, 0.2);
    border-bottom: 2px solid var(--cream);
    background: var(--blue);
    box-shadow: 0 10px 18px rgba(62, 58, 54, 0.18);
  }
  .mobile-navigation.is-open {
    display: grid;
  }
  .mobile-navigation a {
    min-height: 44px;
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid rgba(255, 252, 227, 0.18);
    color: var(--cream);
    font-size: 0.78rem;
    text-decoration: none;
  }
  .mobile-navigation a:last-child {
    border-bottom: 0;
  }
  .mobile-navigation a:hover,
  .mobile-navigation a:focus-visible,
  .mobile-navigation a[aria-current="page"] {
    color: var(--blue);
    background: var(--cream);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle > span:not(.sr-only) {
    transition: none;
  }
}

/* Give the mascot a small walking step when visitors interact with it. */
@keyframes crusted-logo-walk {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  25% {
    transform: translateY(-3px) rotate(-4deg);
  }
  50% {
    transform: translateY(0) rotate(3deg);
  }
  75% {
    transform: translateY(-2px) rotate(-2deg);
  }
}
.site-header .wordmark:hover {
  animation: crusted-logo-walk 1.05s ease-in-out infinite;
  transform-origin: 50% 100%;
}
.site-header .wordmark:active {
  animation: crusted-logo-walk 0.42s ease-in-out 1;
  transform-origin: 50% 100%;
}
@media (prefers-reduced-motion: reduce) {
  .site-header .wordmark:hover,
  .site-header .wordmark:active {
    animation: none;
  }
}
