@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Mom's Typewriter";
  src: url("./fonts/Mom%E5%B7%AE___.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --brand-teal: #6fc7bc;
  --brand-yellow: #e6e53e;
  --brand-orange: #f79868;
  --brand-purple: #9a519f;
  --brand-blue: #074a75;
  --brand-red: #f4364c;
  --background: 174 28% 98%;
  --foreground: 203 89% 24%;
  --card: 0 0% 100%;
  --card-foreground: 203 89% 24%;
  --popover: 0 0% 100%;
  --popover-foreground: 203 89% 24%;
  --primary: 353 90% 58%;
  --primary-foreground: 0 0% 100%;
  --secondary: 172 44% 94%;
  --secondary-foreground: 203 89% 24%;
  --muted: 196 46% 96%;
  --muted-foreground: 203 37% 34%;
  --accent: 60 77% 91%;
  --accent-foreground: 203 89% 24%;
  --destructive: 353 90% 58%;
  --destructive-foreground: 0 0% 100%;
  --border: 197 38% 86%;
  --input: 197 38% 86%;
  --ring: 353 90% 58%;
  --success: 172 44% 61%;
  --success-foreground: 203 89% 24%;
  --success-light: 172 44% 94%;
  --atl-red: 353 90% 58%;
  --atl-red-dark: 353 80% 51%;
  --atl-red-light: 353 100% 96%;
  --atl-gold: 60 77% 57%;
  --atl-gold-light: 60 84% 93%;
  --atl-charcoal: 203 89% 24%;
  --atl-slate: 203 37% 34%;
  --atl-warm-white: 174 28% 98%;
  --atl-surface: 0 0% 100%;
  --atl-surface-elevated: 0 0% 100%;
  --gradient-hero: linear-gradient(135deg, #074a75, #9a519f);
  --gradient-gold: linear-gradient(135deg, #e6e53e, #f79868);
  --gradient-surface: linear-gradient(180deg, #ffffff, #f4fbfa);
  --shadow-card: 0 1px 3px 0 rgb(7 74 117 / 0.08), 0 1px 2px -1px rgb(7 74 117 / 0.05);
  --shadow-card-hover: 0 12px 26px -8px rgb(7 74 117 / 0.18), 0 6px 10px -6px rgb(7 74 117 / 0.12);
  --shadow-elevated: 0 20px 40px -12px rgb(7 74 117 / 0.18);
  --shadow-modal: 0 25px 50px -12px rgb(7 74 117 / 0.24);
  --shadow-cta: 0 4px 14px 0 rgb(244 54 76 / 0.3);
  --shadow-cta-hover: 0 6px 20px 0 rgb(244 54 76 / 0.36);
  --sidebar-background: 174 28% 98%;
  --sidebar-foreground: 203 89% 24%;
  --sidebar-primary: 203 89% 24%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 172 44% 94%;
  --sidebar-accent-foreground: 203 89% 24%;
  --sidebar-border: 197 38% 86%;
  --sidebar-ring: 353 90% 58%;
}

html,
body,
#root,
button,
input,
select,
textarea {
  font-family: "Gotham", system-ui, sans-serif;
}

body {
  color: hsl(var(--foreground));
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif {
  font-family: "Gotham", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.font-sans {
  font-family: "Gotham", system-ui, sans-serif;
}

button,
[role="button"],
.atl-cta {
  font-family: "Gotham", system-ui, sans-serif;
}

img[src$="WhiteATL.png"] {
  opacity: 0;
}

.atl-brand-logo-frame {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.atl-brand-logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.atl-how-it-works__description {
  color: hsl(var(--muted-foreground));
  font-family: "Mom's Typewriter", "Courier New", monospace;
  letter-spacing: 0.04em;
}

.atl-how-it-works__label {
  color: var(--brand-purple);
}

.atl-how-step__icon {
  border-color: rgb(111 199 188 / 0.35);
  background-color: rgb(111 199 188 / 0.08);
}

.atl-how-step__number {
  color: var(--brand-blue);
}

.atl-how-step:nth-child(1) .atl-how-step__number {
  background-color: var(--brand-teal);
}

.atl-how-step:nth-child(2) .atl-how-step__number {
  background-color: var(--brand-yellow);
}

.atl-how-step:nth-child(3) .atl-how-step__number {
  background-color: var(--brand-orange);
}

.atl-how-step:nth-child(4) .atl-how-step__number {
  background-color: var(--brand-purple);
  color: #fff;
}

.atl-copy-block {
  margin: 1.1rem auto 0;
  max-width: 24rem;
  text-align: center;
}

.atl-copy-block p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.96rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.atl-copy-block p + p {
  margin-top: 1rem;
}

.atl-intro-copy {
  margin-bottom: 0.7rem;
  max-width: 24rem;
}

.atl-intro-copy p:first-child {
  font-weight: 400;
}

.atl-intro-copy p:last-child {
  color: hsl(var(--foreground));
  font-weight: 500;
}

.atl-page-copy {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.atl-explore-main {
  padding-top: 0.95rem !important;
}

.atl-tours-copy {
  margin-bottom: 1rem;
}

.atl-entry-legal {
  margin: 0.25rem auto 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.72rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: left;
}

.atl-page-header--stackable {
  align-items: flex-start !important;
  height: auto !important;
  min-height: 3.5rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.atl-page-title--wrap {
  line-height: 1.15;
  white-space: normal;
}

.atl-tour-cta-home {
  height: auto !important;
  line-height: 1.2;
  min-height: 3.75rem;
  white-space: normal !important;
}

.atl-tour-tab {
  overflow-wrap: anywhere;
}

.atl-brand-logo-frame--hero {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  margin-bottom: 0.76rem !important;
  padding: 0 !important;
  width: min(14.5rem, 72vw) !important;
}

.atl-brand-logo--hero {
  display: block;
  height: auto !important;
  max-width: 100%;
  width: 100%;
}

.atl-home-heading {
  font-size: clamp(2rem, 8vw, 2.6rem) !important;
  letter-spacing: -0.03em;
  line-height: 1.03 !important;
}

.atl-home-heading span {
  margin-top: 0.18rem !important;
}

.atl-home-cta-group {
  margin-top: 2.15rem !important;
}

#atl-restaurant-week-root .atl-card p,
#atl-restaurant-week-root .atl-card span,
#atl-restaurant-week-root [role="dialog"] p,
#atl-restaurant-week-root [role="dialog"] span,
#root .atl-card p,
#root .atl-card span,
#root [role="dialog"] p,
#root [role="dialog"] span {
  overflow-wrap: anywhere;
  white-space: normal;
}

.atl-tours-main {
  padding-bottom: 1.1rem !important;
  padding-top: 0.95rem !important;
}

.atl-tours-main > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.9rem !important;
}

.atl-tours-header {
  border-bottom-color: rgb(7 74 117 / 0.08) !important;
}

.atl-tours-header-bar.atl-page-header--stackable,
.atl-tours-header-bar {
  align-items: center !important;
  gap: 0.65rem;
  height: auto !important;
  min-height: 3.35rem;
  padding-bottom: 0.6rem !important;
  padding-top: 0.6rem !important;
}

.atl-tours-page-title.atl-page-title--wrap,
.atl-tours-page-title {
  font-size: 0.98rem;
  letter-spacing: -0.015em;
  line-height: 1.08;
  max-width: 14.75rem;
}

.atl-page-copy.atl-tours-copy {
  color: hsl(var(--muted-foreground) / 0.9);
  font-size: 14px;
  line-height: 1.42;
  margin: 0 !important;
  max-width: none;
  text-wrap: pretty;
}

.atl-tours-main > .atl-tour-tabs {
  margin-top: 0.72rem !important;
}

.atl-tours-main > .atl-tours-how-it-works {
  margin-top: 0.95rem !important;
}

.atl-tours-main > .atl-tour-progress-card {
  margin-top: 0.95rem !important;
}

.atl-tours-main > .atl-tour-scan-button {
  margin-top: 1.08rem !important;
}

.atl-tour-tabs {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 0.55rem !important;
  padding: 0;
}

.atl-tour-tabs .atl-tour-tab {
  align-items: flex-start !important;
  background: rgb(248 250 250) !important;
  border: 1px solid rgb(7 74 117 / 0.12) !important;
  border-radius: 0.95rem !important;
  box-shadow: 0 12px 24px -24px rgb(7 74 117 / 0.32) !important;
  color: hsl(var(--foreground) / 0.92) !important;
  display: flex !important;
  flex-direction: column;
  font-size: 0.79rem;
  font-weight: 700;
  gap: 0.16rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 3.85rem;
  padding: 0.65rem 0.82rem !important;
  text-align: left;
  text-wrap: pretty;
  white-space: normal !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.atl-tour-tabs .atl-tour-tab[aria-pressed="true"] {
  background: var(--brand-red) !important;
  border-color: var(--brand-red) !important;
  box-shadow: 0 14px 26px -20px rgb(244 54 76 / 0.72) !important;
  color: #fff !important;
}

.atl-tour-tabs .atl-tour-tab[aria-pressed="false"] {
  background: rgb(246 249 249) !important;
  color: hsl(var(--foreground) / 0.9) !important;
}

.atl-tour-tab__primary,
.atl-tour-tab__secondary {
  display: block;
}

.atl-tour-tab__primary {
  font-size: 0.77rem;
  font-weight: 700;
  line-height: 1.18;
}

.atl-tour-tab__secondary {
  color: hsl(var(--muted-foreground));
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.15;
}

.atl-tour-tabs .atl-tour-tab[aria-pressed="true"] .atl-tour-tab__secondary {
  color: rgb(255 255 255 / 0.88);
}

.atl-tours-how-it-works.atl-how-it-works--compact {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.97), rgb(247 251 250 / 0.99));
  border: 1px solid rgb(7 74 117 / 0.08);
  border-radius: 1rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.8);
  margin: 0 !important;
  opacity: 1;
  padding: 0.95rem 0.9rem 1rem;
  width: 100%;
}

.atl-tours-how-it-works .atl-how-it-works__description {
  color: hsl(var(--muted-foreground));
  font-family: "Gotham", system-ui, sans-serif;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.75rem !important;
  max-width: none;
  text-transform: uppercase;
}

.atl-tours-how-it-works .atl-how-it-works__grid {
  align-items: start;
  gap: 0.8rem 0.68rem !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atl-tours-how-it-works .atl-how-step {
  gap: 0.45rem !important;
  min-width: 0;
}

.atl-tours-how-it-works .atl-how-step__number {
  border: 0;
  color: var(--brand-blue);
  font-size: 0.54rem;
  height: 1.12rem;
  width: 1.12rem;
}

.atl-tours-how-it-works .atl-how-step:nth-child(1) .atl-how-step__number {
  background-color: var(--brand-teal) !important;
  color: var(--brand-blue) !important;
}

.atl-tours-how-it-works .atl-how-step:nth-child(2) .atl-how-step__number {
  background-color: var(--brand-yellow) !important;
  color: var(--brand-blue) !important;
}

.atl-tours-how-it-works .atl-how-step:nth-child(3) .atl-how-step__number {
  background-color: var(--brand-orange) !important;
  color: var(--brand-blue) !important;
}

.atl-tours-how-it-works .atl-how-step:nth-child(4) .atl-how-step__number {
  background-color: var(--brand-purple) !important;
  color: #fff !important;
}

.atl-tours-how-it-works .atl-how-step__icon {
  background-color: rgb(255 255 255 / 0.94);
  border-color: rgb(7 74 117 / 0.08);
  border-radius: 0.9rem;
  box-shadow: 0 12px 22px -20px rgb(7 74 117 / 0.4);
  height: 2.5rem;
  width: 2.5rem;
}

.atl-tours-how-it-works .atl-how-step:nth-child(1) .atl-how-step__icon {
  background-color: rgb(111 199 188 / 0.12);
  border-color: rgb(111 199 188 / 0.35);
}

.atl-tours-how-it-works .atl-how-step:nth-child(2) .atl-how-step__icon {
  background-color: rgb(230 229 62 / 0.18);
  border-color: rgb(230 229 62 / 0.38);
}

.atl-tours-how-it-works .atl-how-step:nth-child(3) .atl-how-step__icon {
  background-color: rgb(247 152 104 / 0.16);
  border-color: rgb(247 152 104 / 0.34);
}

.atl-tours-how-it-works .atl-how-step:nth-child(4) .atl-how-step__icon {
  background-color: rgb(154 81 159 / 0.12);
  border-color: rgb(154 81 159 / 0.3);
}

.atl-tours-how-it-works .atl-how-step__icon svg {
  height: 1.05rem;
  width: 1.05rem;
}

.atl-tours-how-it-works .atl-how-step__text {
  color: hsl(var(--foreground) / 0.8);
  font-size: 0.64rem;
  font-weight: 500;
  line-height: 1.32;
  max-width: 4.9rem;
}

.atl-tour-progress-card {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(247 251 250 / 0.98)) !important;
  border-color: rgb(7 74 117 / 0.08) !important;
  box-shadow: none !important;
  padding: 0.95rem 1rem !important;
}

.atl-tour-progress-card .mb-2 {
  margin-bottom: 0.65rem !important;
}

.atl-tour-progress-card .text-sm {
  font-size: 0.83rem;
}

.atl-tour-progress-card .text-xs {
  font-size: 0.71rem;
}

.atl-tour-scan-button {
  border-radius: 0.95rem !important;
  box-shadow: var(--shadow-cta) !important;
  font-size: 0.95rem !important;
  line-height: 1.15 !important;
  min-height: 3.4rem !important;
  padding-bottom: 0.9rem !important;
  padding-top: 0.9rem !important;
}

.atl-tour-schedule-heading {
  align-items: center;
  background: rgb(255 255 255 / 0.94);
  border: 1px solid rgb(7 74 117 / 0.1);
  border-radius: 999px;
  color: hsl(var(--foreground));
  display: inline-flex;
  font-size: 0.69rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 0.72rem !important;
  padding: 0.38rem 0.72rem;
  text-transform: uppercase;
}

.atl-tour-results-list > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.72rem !important;
}

.atl-tour-card {
  align-items: flex-start !important;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.99), rgb(248 251 250 / 0.98));
  border-color: rgb(7 74 117 / 0.08) !important;
  box-shadow: none !important;
  gap: 0.85rem !important;
  padding: 1rem 1rem 1.05rem !important;
}

.atl-tour-card h3,
.atl-tour-card .truncate {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.atl-tour-card h3 {
  font-size: 0.92rem !important;
  line-height: 1.24 !important;
}

.atl-tour-card p,
.atl-tour-card span {
  overflow-wrap: anywhere;
}

.atl-tour-card p {
  line-height: 1.35;
}

.atl-tour-card .text-xs {
  font-size: 0.73rem !important;
}

.atl-tour-empty-state {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(244 251 250 / 0.98));
  border: 1px dashed rgb(7 74 117 / 0.16) !important;
  box-shadow: none !important;
  color: hsl(var(--muted-foreground)) !important;
  padding: 1.1rem 1rem !important;
  text-align: center;
}

.atl-tour-empty-state::before {
  background: linear-gradient(90deg, rgb(111 199 188 / 0.9), rgb(154 81 159 / 0.75));
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto 0.7rem;
  width: 2rem;
}

@media (min-width: 360px) {
  .atl-tours-how-it-works .atl-how-it-works__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atl-tours-how-it-works .atl-how-step__text {
    max-width: none;
  }
}

@media (max-width: 399px) {
  #atl-restaurant-week-root main,
  #root main {
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
  }
}

@media (max-width: 380px) {
  .atl-copy-block p {
    font-size: 0.92rem;
  }

  .atl-brand-logo-frame--hero {
    margin-bottom: 0.66rem !important;
    width: min(13.3rem, 74vw) !important;
  }

  .atl-home-heading {
    font-size: clamp(1.86rem, 8.8vw, 2.1rem) !important;
  }

  .atl-tours-page-title.atl-page-title--wrap,
  .atl-tours-page-title {
    font-size: 0.9rem;
  }

  .atl-tour-tabs .atl-tour-tab {
    min-height: 3.65rem;
    padding-left: 0.68rem !important;
    padding-right: 0.68rem !important;
  }

  .atl-tour-tab__primary {
    font-size: 0.72rem;
  }

  .atl-tour-tab__secondary {
    font-size: 0.65rem;
  }
}
