@import url("https://fonts.googleapis.com/css2?family=Gravitas+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.tp-hero-copy,
.tp-hero-card,
.tp-story-item,
.tp-card,
.tp-menu-item,
.tp-branch-card, .tp-contact-form-wrap {
  border: 1px solid rgba(42, 31, 21, 0.16);
  border-radius: 18px;
  background: #fffaf2;
  box-shadow: 0 10px 18px rgba(42, 31, 21, 0.08);
}

.tp-menu-list li, .tp-service-list li {
  position: relative;
  padding-left: 1rem;
  color: #2a1f15;
}
.tp-menu-list li::before, .tp-service-list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c32f21;
}

@keyframes tpFadeInUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tpHeroReveal {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes tpImageZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --tp-bg: #f5efe6;
  --tp-surface: #fffaf2;
  --tp-ink: #2a1f15;
  --tp-muted: #5a4738;
  --tp-primary: #c32f21;
  --tp-primary-dark: #902015;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  color: #2a1f15;
  background: linear-gradient(180deg, #faf6ef 0%, #f5efe6 100%);
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: clamp(1.1rem, 2.1vw, 1.35rem);
  margin-bottom: 0.65rem;
}

section {
  padding-block: 3.8rem;
  overflow-x: clip;
}

main {
  padding-bottom: 2rem;
  overflow-x: clip;
}

.tp-container {
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
}

:focus-visible {
  outline: 3px solid rgba(195, 47, 33, 0.58);
  outline-offset: 3px;
}

.tp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.tp-navbar {
  background: rgba(25, 16, 10, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.tp-navbar .tp-nav-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 0.75rem;
}
.tp-navbar .tp-brand.navbar-brand {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  flex-shrink: 0;
}
.tp-navbar .tp-brand-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.09);
  padding: 0.35rem;
}
.tp-navbar .tp-brand-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.tp-navbar .tp-brand-name {
  font-family: "Gravitas One", "Times New Roman", serif;
  color: #ff8b67;
  font-size: 1.1rem;
  line-height: 1;
  overflow-wrap: anywhere;
}
.tp-navbar .tp-brand-tagline {
  color: #f7e8d5;
  font-size: 0.83rem;
  overflow-wrap: anywhere;
}
.tp-navbar .tp-toggler.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 10px;
  padding: 0.35rem 0.65rem;
}
.tp-navbar .tp-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(243, 158, 128, 0.45);
}
.tp-navbar .tp-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28247,232,214,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.tp-navbar .tp-navbar-collapse {
  justify-content: flex-end;
}
.tp-navbar .tp-nav-list {
  display: flex;
  gap: 0.45rem;
}
.tp-navbar .tp-nav-link.nav-link {
  color: #fff6eb;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: 0.22s ease;
  animation: tpFadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}
.tp-navbar .tp-nav-link.nav-link:hover, .tp-navbar .tp-nav-link.nav-link:focus, .tp-navbar .tp-nav-link.nav-link.active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(195, 47, 33, 0.55);
}

.tp-page-hero {
  padding-top: 4.1rem;
  padding-bottom: 1.8rem;
}
.tp-page-hero .tp-container {
  padding: 0;
  animation: tpHeroReveal 0.78s cubic-bezier(0.16, 1, 0.3, 1) 0.02s both;
}
.tp-page-hero h1 {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding-bottom: 0.45rem;
  border-bottom: 4px solid rgba(195, 47, 33, 0.45);
}
.tp-page-hero p {
  color: #5a4738;
  max-width: 65ch;
}

.tp-hero {
  padding-top: 4.2rem;
}
.tp-hero .tp-container {
  width: min(980px, 100% - 2.5rem);
}
.tp-hero .tp-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: stretch;
}

.tp-gallery {
  padding-top: 1.5rem;
}

.tp-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tp-menu-section {
  padding-top: 1.2rem;
}

.tp-menu-section--alt {
  background: linear-gradient(180deg, rgba(251, 244, 235, 0.7) 0%, rgba(238, 224, 206, 0.6) 100%);
}

.tp-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tp-branch-section {
  padding-top: 1.25rem;
}

.tp-branch-heading,
.tp-service-heading {
  margin-bottom: 1.2rem;
}
.tp-branch-heading p,
.tp-service-heading p {
  color: #5a4738;
  max-width: 58ch;
}

.tp-branch-section--alt {
  background: linear-gradient(180deg, rgba(240, 228, 210, 0.35) 0%, rgba(246, 236, 224, 0.45) 100%);
}

.tp-branch-grid,
.tp-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tp-footer {
  margin-top: 2.4rem;
  padding-block: 1.6rem;
  background: #1f140d;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer .tp-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  align-items: center;
  gap: 1rem;
}
.tp-footer p,
.tp-footer a {
  color: #f8ebdb;
  font-size: 0.92rem;
}
.tp-footer .tp-footer-brand {
  font-weight: 700;
}
.tp-footer .tp-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.tp-footer .tp-footer-contact a {
  transition: color 0.22s ease;
}
.tp-footer .tp-footer-contact a:hover {
  color: #ffb295;
}

@media (min-width: 992px) {
  .tp-navbar .tp-navbar-collapse {
    display: flex !important;
  }
}
.tp-promo-section,
.tp-contact-section {
  padding-top: 1.2rem;
}

.tp-home-actions {
  margin-top: 0.9rem;
}

.tp-eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
  font-weight: 700;
  color: #902015;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.tp-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.tp-hero-copy {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  animation: tpFadeInUp 0.82s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}
.tp-hero-copy p {
  color: #5a4738;
}

.tp-hero-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1.25fr auto;
  animation: tpFadeInUp 0.82s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}

.tp-hero-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  animation: tpImageZoom 1s cubic-bezier(0.2, 0.7, 0.2, 1) 0.2s both;
}

.tp-hero-card-copy {
  padding: 1.45rem 1.4rem 1.55rem;
  background: linear-gradient(180deg, #fff7eb 0%, #f8ebdc 100%);
}
.tp-hero-card-copy p {
  color: #5a4738;
}

.tp-carousel {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(42, 31, 21, 0.2);
  box-shadow: 0 14px 30px rgba(42, 31, 21, 0.12);
}
.tp-carousel .carousel-item {
  position: relative;
}
.tp-carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 10, 6, 0.08) 20%, rgba(16, 10, 6, 0.66) 100%);
  pointer-events: none;
}

.tp-carousel-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.tp-carousel-caption {
  z-index: 2;
  text-align: left;
  left: 8%;
  right: 8%;
  bottom: 2rem;
}
.tp-carousel-caption h3 {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.tp-carousel-caption p {
  color: rgba(255, 246, 233, 0.95);
}

.tp-story-item {
  padding: 1.65rem;
  animation: tpFadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}
.tp-story-item p {
  color: #5a4738;
}

.tp-card {
  padding: 1.3rem;
  animation: tpFadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.tp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(42, 31, 21, 0.14);
}
.tp-card p {
  color: #5a4738;
}

.tp-highlights .tp-card {
  background: linear-gradient(180deg, #ffe7cd 0%, #ffd8b4 100%);
  border-color: rgba(195, 47, 33, 0.28);
}
.tp-highlights .tp-card h3 {
  color: #7f1b12;
}

.tp-menu-item {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem;
  animation: tpFadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.tp-menu-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(42, 31, 21, 0.14);
}
.tp-menu-item p {
  color: #5a4738;
}

.tp-menu-photo {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
}

.tp-price-text {
  margin-top: auto;
  color: #902015;
  font-weight: 800;
}

.tp-menu-item--full {
  grid-column: 1/-1;
}

.tp-menu-item--split {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1.6rem;
  align-items: center;
  padding: 1.35rem;
}

.tp-empanada-copy p {
  color: #5a4738;
}

.tp-unit-price {
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2a1f15;
}

.tp-menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
}
.tp-branch-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: tpFadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.tp-branch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(42, 31, 21, 0.14);
}

.tp-branch-media {
  position: relative;
}

.tp-branch-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tp-branch-body {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem;
  min-height: 190px;
}
.tp-branch-body h3 {
  margin-bottom: 0.2rem;
}

.tp-branch-meta {
  display: grid;
  gap: 0.4rem;
}
.tp-branch-meta li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.5rem;
  font-size: 0.93rem;
  color: #5a4738;
}
.tp-branch-meta li span {
  color: #2a1f15;
  font-weight: 700;
}

.tp-service-card {
  border: 1px solid rgba(42, 31, 21, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%);
  padding: 1.25rem;
  box-shadow: 0 10px 18px rgba(42, 31, 21, 0.08);
  animation: tpFadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.tp-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(42, 31, 21, 0.14);
}
.tp-service-card p {
  color: #5a4738;
  margin-bottom: 0.8rem;
}

.tp-service-list {
  display: grid;
  gap: 0.35rem;
}
.tp-service-list li {
  font-size: 0.92rem;
}

.tp-cta,
.tp-cta.btn {
  background: #c32f21;
  border: 1px solid #c32f21;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  transition: 0.22s ease;
}
.tp-cta:hover, .tp-cta:focus,
.tp-cta.btn:hover,
.tp-cta.btn:focus {
  background: #902015;
  border-color: #902015;
  color: #fff;
}

.tp-cta-secondary {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.tp-cta-secondary:hover, .tp-cta-secondary:focus {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.tp-promo-card {
  border: 1px solid rgba(42, 31, 21, 0.16);
  border-radius: 18px;
  box-shadow: 0 10px 18px rgba(42, 31, 21, 0.08);
  background: linear-gradient(180deg, #fffaf3 0%, #fff4e6 100%);
}
.tp-promo-card p {
  color: #5a4738;
}

.tp-pill {
  font-size: 0.73rem;
  letter-spacing: 0.02em;
}

.tp-contact-form-wrap {
  padding: 1.4rem;
}
.tp-contact-form-wrap p {
  color: #5a4738;
}

.tp-contact-list {
  display: grid;
  gap: 0.55rem;
}
.tp-contact-list li {
  color: #5a4738;
}
.tp-contact-list a {
  color: #902015;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tp-faq .accordion-item {
  border: 1px solid rgba(42, 31, 21, 0.16);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.tp-faq .accordion-button {
  font-weight: 700;
}

.tp-footer .tp-footer-nav a {
  transition: color 0.22s ease;
}
.tp-footer .tp-footer-nav a:hover, .tp-footer .tp-footer-nav a:focus {
  color: #ffb295;
}

@media (max-width: 991.98px) {
  section {
    padding-block: 3rem;
  }
  .tp-navbar .tp-nav-wrap {
    padding-block: 0.65rem;
  }
  .tp-navbar .tp-brand-tagline {
    display: none;
  }
  .tp-navbar .tp-navbar-collapse {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .tp-navbar .tp-nav-list {
    width: 100%;
    display: grid;
  }
  .tp-navbar .tp-nav-link.nav-link {
    border-radius: 12px;
    text-align: center;
  }
  .tp-hero {
    padding-top: 3.2rem;
  }
  .tp-hero-grid,
  .tp-story-grid,
  .tp-card-grid,
  .tp-menu-grid,
  .tp-branch-grid,
  .tp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tp-menu-item--full {
    grid-column: 1/-1;
  }
  .tp-menu-item--split {
    grid-template-columns: 1fr;
  }
  .tp-branch-photo {
    height: 210px;
  }
  .tp-carousel-img {
    height: 330px;
  }
  .tp-footer .tp-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tp-footer .tp-footer-contact {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 1.95rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.02rem;
  }
  .tp-nav-link.nav-link,
  .tp-page-hero p,
  .tp-card p,
  .tp-menu-item p,
  .tp-service-card p,
  .tp-branch-meta li,
  .tp-footer p,
  .tp-footer a {
    font-size: 0.92rem;
  }
  .tp-container {
    width: min(1120px, 100% - 1.4rem);
    margin-inline: auto;
  }
  .tp-hero,
  .tp-page-hero {
    padding-top: 2.2rem;
  }
  .tp-hero .tp-container {
    width: min(980px, 100% - 1.4rem);
  }
  .tp-hero-copy,
  .tp-story-item,
  .tp-card,
  .tp-menu-item,
  .tp-service-card {
    padding: 1.2rem;
  }
  .tp-hero-grid,
  .tp-story-grid,
  .tp-card-grid,
  .tp-menu-grid,
  .tp-branch-grid,
  .tp-service-grid,
  .tp-menu-list {
    grid-template-columns: 1fr;
  }
  .tp-branch-body {
    padding: 0.95rem;
    min-height: 0;
  }
  .tp-hero-card {
    grid-template-rows: 170px auto;
  }
  .tp-hero-image {
    min-height: 170px;
  }
  .tp-branch-photo {
    height: 160px;
  }
  .tp-branch-meta li {
    grid-template-columns: 82px 1fr;
  }
  .tp-menu-photo,
  .tp-carousel-img {
    height: 165px;
  }
  .tp-carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 1.2rem;
    max-width: 100%;
  }
  .tp-carousel-caption p {
    font-size: 0.88rem;
  }
  .tp-brand-logo {
    width: 48px;
    height: 48px;
  }
  .tp-brand-name {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  h1 {
    font-size: 1.58rem;
  }
  h2 {
    font-size: 1.28rem;
  }
  h3 {
    font-size: 0.96rem;
  }
  .tp-nav-link.nav-link {
    font-size: 0.84rem;
    padding: 6px 10px;
  }
  .tp-page-hero p,
  .tp-card p,
  .tp-menu-item p,
  .tp-service-card p,
  .tp-branch-meta li,
  .tp-footer p,
  .tp-footer a,
  .tp-price-text {
    font-size: 0.84rem;
  }
  .tp-hero-copy,
  .tp-story-item,
  .tp-card,
  .tp-menu-item,
  .tp-service-card {
    padding: 1rem;
  }
  .tp-hero-card {
    grid-template-rows: 130px auto;
  }
  .tp-hero-image {
    min-height: 130px;
  }
  .tp-branch-photo {
    height: 130px;
  }
  .tp-menu-photo,
  .tp-carousel-img {
    height: 130px;
  }
  .tp-branch-meta li {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
  .tp-branch-meta li span {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .tp-carousel-caption {
    left: 12%;
    right: 12%;
  }
  .tp-carousel-caption p {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .tp-footer-nav {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .tp-contact-form-wrap {
    padding: 1.1rem;
  }
}

/*# sourceMappingURL=style.css.map */
