:root {
  --bg: #07080a;
  --panel: #0e1013;
  --panel2: #13161a;
  --text: #f7f8f7;
  --muted: #a9adb3;
  --green: #80e866;
  --green2: #a3ff7f;
  --pink: #ff3f94;
  --line: rgba(255, 255, 255, .10);
  --radius: 26px;
  --max: 1240px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden
}

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

img {
  display: block;
  width: 100%
}

button {
  font: inherit
}

.site-header {
  height: 88px;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 64px);
  transition: .3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .72), transparent)
}

.site-header.scrolled {
  height: 72px;
  background: rgba(7, 8, 10, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line)
}

.brand img {
  width: 92px;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .35))
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em
}

.nav a:not(.nav-order) {
  opacity: .8
}

.nav a:hover {
  opacity: 1;
  color: var(--green2)
}

.nav-order {
  background: var(--pink);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(255, 63, 148, .28)
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 10px
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0
}

.hero {
  height: min(920px, 100vh);
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden
}

.hero-slide {
  position: absolute;
  inset: -3%;
  background-image: var(--bg);
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.1s ease;
  animation: kenburns 11s ease-in-out infinite alternate;
  z-index: -5
}

.hero-slide.is-active {
  opacity: 1
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: linear-gradient(90deg, rgba(3, 4, 5, .95) 0%, rgba(3, 4, 5, .80) 38%, rgba(3, 4, 5, .24) 68%, rgba(3, 4, 5, .45) 100%), linear-gradient(0deg, rgba(7, 8, 10, .95), transparent 48%)
}

.hero-glow {
  position: absolute;
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .13;
  z-index: -3
}

.glow-green {
  background: var(--green);
  left: -12vw;
  bottom: -22vw
}

.glow-pink {
  background: var(--pink);
  right: -15vw;
  top: -12vw
}

.hero-content {
  width: min(var(--max), calc(100% - 44px));
  margin: auto;
  padding-top: 70px
}

.eyebrow {
  display: inline-block;
  color: var(--green2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 18px
}

.hero h1 {
  font-size: clamp(58px, 8.5vw, 126px);
  line-height: .84;
  letter-spacing: -.065em;
  max-width: 940px;
  margin: 0 0 30px;
  font-weight: 950
}

.hero h1 span {
  color: var(--pink)
}

.hero p {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
  color: #e0e2e4;
  max-width: 660px;
  margin: 0 0 36px
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: .04em;
  font-size: 13px;
  transition: .25s;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: #071008;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(128, 232, 102, .22);
}

.btn-primary span {
  font-size: 20px
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(10, 11, 13, .28);
  backdrop-filter: blur(12px)
}

.btn-ghost:hover {
  border-color: var(--pink);
  color: var(--pink)
}

.btn-xl {
  min-height: 66px;
  padding: 0 34px;
  font-size: 15px
}

.hero-meta {
  display: flex;
  gap: 36px;
  margin-top: 42px;
  color: #b8bcc1;
  font-size: 13px
}

.hero-meta b {
  color: #fff;
  margin-right: 6px
}

.hero-dots {
  position: absolute;
  right: 52px;
  bottom: 42px;
  display: flex;
  gap: 9px
}

.hero-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  opacity: .35;
  padding: 0;
  transition: .3s;
  cursor: pointer
}

.hero-dots button.active {
  width: 34px;
  background: var(--green);
  opacity: 1
}

.scroll-cue {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 32px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 20px
}

.scroll-cue span {
  position: absolute;
  width: 4px;
  height: 8px;
  border-radius: 3px;
  background: #fff;
  left: 13px;
  top: 10px;
  animation: scroll 1.8s infinite
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #0a0b0e
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px 0;
  animation: ticker 34s linear infinite
}

.ticker span {
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
  color: #e9ebed
}

.ticker i {
  font-style: normal;
  color: var(--pink)
}

.section {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
  padding: 110px 0
}

.section-copy {
  max-width: 850px
}

.section-copy h2,
.section-heading h2,
.split-copy h2,
.visit h2 {
  font-size: clamp(42px, 6vw, 78px);
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0 0 24px
}

.section-copy p,
.section-heading p,
.split-copy p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 700px
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  margin-top: 60px
}

.stat-row div {
  background: var(--panel);
  padding: 34px
}

.stat-row strong {
  display: block;
  font-size: 32px;
  color: var(--green2);
  margin-bottom: 4px
}

.stat-row span {
  color: var(--muted)
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 360px 360px;
  gap: 18px;
  padding-top: 10px
}

.feature {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #111
}

.feature-large {
  grid-row: span 2
}

.feature img {
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease
}

.feature:hover img {
  transform: scale(1.045)
}

.feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 5, 7, .86) 0%, rgba(4, 5, 7, 0) 64%)
}

.feature-text {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 30px
}

.feature-text span {
  font-size: 11px;
  letter-spacing: .16em;
  font-weight: 900;
  color: var(--green2)
}

.feature-text h3 {
  font-size: clamp(30px, 4vw, 56px);
  letter-spacing: -.05em;
  margin: 6px 0
}

.feature-text a {
  font-weight: 800;
  color: #fff
}

.feature-text a:hover {
  color: var(--pink)
}

.menu-section {
  padding-top: 90px
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px
}

.section-heading h2 {
  margin: 0
}

.section-heading p {
  max-width: 420px;
  margin: 0
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.menu-card {
  position: relative;
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #111418, #0b0d10);
  overflow: hidden;
  transition: .3s
}

.menu-card:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: -75px;
  bottom: -75px;
  background: var(--green);
  filter: blur(55px);
  opacity: 0;
  transition: .3s
}

.menu-card:hover {
  transform: translateY(-6px);
  border-color: rgba(128, 232, 102, .45)
}

.menu-card:hover:after {
  opacity: .18
}

.menu-num {
  font-size: 12px;
  color: var(--pink);
  font-weight: 950;
  letter-spacing: .14em
}

.menu-card h3 {
  font-size: 30px;
  letter-spacing: -.04em;
  margin: 35px 0 12px
}

.menu-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0
}

.menu-cta {
  margin-top: 18px;
  border-radius: var(--radius);
  padding: 42px 44px;
  background: linear-gradient(100deg, #141818, #111217);
  border: 1px solid rgba(128, 232, 102, .22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.menu-cta h3 {
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.04em;
  margin: 0
}

.split-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  background: #0e1112
}

.split-image {
  overflow: hidden
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.split-copy {
  padding: 90px clamp(40px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

.split-copy h2 {
  max-width: 700px
}

.text-link {
  margin-top: 18px;
  font-weight: 950;
  color: var(--green2);
  font-size: 17px
}

.text-link span {
  margin-left: 10px
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  grid-template-rows: 330px 330px;
  gap: 14px
}

.gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s
}

.gallery figure:hover img {
  transform: scale(1.04)
}

.g1 {
  grid-row: span 2
}

.g4 {
  grid-column: 2
}

.g5 {
  grid-column: 3
}

.visit-card {
  min-height: 560px;
  border-radius: 32px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: linear-gradient(135deg, #111417, #08090b);
  border: 1px solid var(--line)
}

.visit-copy {
  padding: 64px
}

.visit-copy>p {
  color: var(--muted);
  font-size: 18px
}

.visit-details {
  margin: 42px 0;
  display: grid;
  gap: 14px
}

.visit-details p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px
}

.visit-details span {
  color: #fff;
}

.visit-details a,
.visit-details b {
  font-weight: 850;
  color: #fff;
}

.visit-details .call{
  color: #fff;
  
}
.visit-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.visit-visual {
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(255, 63, 148, .17), transparent 44%), radial-gradient(circle at 60% 45%, rgba(128, 232, 102, .13), transparent 58%);
  overflow: hidden
}

.visit-visual img {
  width: min(310px, 58%);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .5))
}

.rings {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(128, 232, 102, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 63, 148, .025), 0 0 0 140px rgba(128, 232, 102, .02)
}

footer {
  border-top: 1px solid var(--line);
  padding: 60px 22px 100px;
  text-align: center;
  color: var(--muted)
}

footer img {
  width: 95px;
  margin: 0 auto 16px
}

footer p {
  color: #fff;
  font-weight: 700
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px 0
}

.footer-links a:hover {
  color: var(--green2)
}

.floating-order {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--pink);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.35;
  transform: rotate(-5deg);
  transition: .25s
}

.floating-order b {
  font-size: 15px
}

.floating-order:hover {
  transform: rotate(0) scale(1.06)
}

.info-links {
  padding-top: 35px
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px
}

.info-card {
  min-height: 155px;
  padding: 26px 28px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #111418, #0b0d10);
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 18px;
  transition: .3s
}

.info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(128, 232, 102, .5);
  background: linear-gradient(145deg, #14191a, #0c0f11)
}

.info-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(128, 232, 102, .1);
  border: 1px solid rgba(128, 232, 102, .25);
  color: var(--green2);
  font-size: 19px;
  font-weight: 900
}

.info-card h3 {
  margin: 0 0 7px;
  font-size: 21px;
  letter-spacing: -.025em
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5
}

.info-card b {
  font-size: 25px;
  color: var(--pink);
  transition: .25s
}

.info-card:hover b {
  transform: translateX(4px)
}

.footer-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 auto 26px;
  max-width: 900px;
  padding-top: 20px;
  border-top: 1px solid var(--line)
}

.footer-legal a {
  font-size: 12px;
  color: #8f949b;
  transition: .2s
}

.footer-legal a:hover {
  color: var(--green2)
}

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

.reveal.visible {
  opacity: 1;
  transform: none
}

@keyframes kenburns {
  from {
    transform: scale(1.05) translate3d(0, 0, 0)
  }

  to {
    transform: scale(1.14) translate3d(-1.5%, 1%, 0)
  }
}

@keyframes ticker {
  to {
    transform: translateX(-50%)
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(0)
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: translateY(18px)
  }
}

@media(max-width:900px) {
  .info-grid {
    grid-template-columns: 1fr
  }

  .site-header {
    height: 74px
  }

  .brand img {
    width: 78px
  }

  .nav-toggle {
    display: block;
    z-index: 2
  }

  .nav {
    position: fixed;
    inset: 0;
    background: #090a0c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    font-size: 24px;
    transform: translateX(100%);
    transition: .35s
  }

  .nav.open {
    transform: none
  }

  .nav-order {
    font-size: 16px;
    cursor: pointer;
  }

  .hero {
    min-height: 740px;
    height: 100svh
  }

  .hero-content {
    padding-top: 90px
  }

  .hero h1 {
    font-size: clamp(54px, 16vw, 90px);
    max-width: 700px
  }

  .hero p {
    font-size: 17px
  }

  .hero-meta {
    flex-direction: column;
    gap: 8px
  }

  .hero-dots {
    right: 22px
  }

  .scroll-cue {
    display: none
  }

  .section {
    padding: 82px 0
  }

  .stat-row {
    grid-template-columns: 1fr
  }

  .feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 460px 330px 330px
  }

  .feature-large {
    grid-row: auto
  }

  .menu-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .section-heading {
    display: block
  }

  .section-heading p {
    margin-top: 18px
  }

  .split-showcase {
    grid-template-columns: 1fr
  }

  .split-image {
    height: 620px
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 260px 260px
  }

  .g1 {
    grid-row: span 2
  }

  .g4,
  .g5 {
    grid-column: auto
  }

  .visit-card {
    grid-template-columns: 1fr
  }

  .visit-visual {
    min-height: 400px
  }

  .floating-order {
    width: 78px;
    height: 78px
  }
}

@media(max-width:600px) {
  .info-card {
    grid-template-columns: 40px 1fr auto;
    padding: 22px 20px
  }

  .info-icon {
    width: 40px;
    height: 40px
  }

  .footer-legal {
    gap: 10px 16px
  }

  .hero-content {
    width: calc(100% - 34px)
  }

  .hero h1 {
    font-size: 15vw
  }

  .hero-actions .btn {
    width: 100%
  }

  .btn-xl {
    min-height: 60px
  }

  .section {
    width: calc(100% - 32px);
    padding: 70px 0
  }

  .stat-row {
    margin-top: 40px
  }

  .feature-grid {
    width: 100%;
    grid-template-rows: 390px 280px 280px
  }

  .feature-text {
    left: 24px;
    right: 24px
  }

  .menu-grid {
    grid-template-columns: 1fr
  }

  .menu-card {
    min-height: 210px
  }

  .menu-card h3 {
    margin-top: 26px
  }

  .menu-cta {
    padding: 30px;
    align-items: flex-start;
    flex-direction: column
  }

  .menu-cta .btn {
    width: 100%
  }

  .split-image {
    height: 500px
  }

  .split-copy {
    padding: 70px 28px
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 320px)
  }

  .g1 {
    grid-row: auto
  }

  .visit-copy {
    padding: 38px 26px
  }

  .visit-details p {
    flex-direction: column;
    gap: 4px
  }

  .visit-visual {
    min-height: 330px
  }

  .floating-order {
    right: 14px;
    bottom: 14px
  }

  .hero-dots {
    display: none
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }
}

/* ==========================
   TIMETABLE
========================== */

.timetable-modern {
  padding: 110px 0;
}

.timetable-modern .container {
  width: min(var(--max), calc(100% - 44px));
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

.timetable-modern h2{
  font-size: clamp(42px, 6vw, 78px);
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0 0 24px
}
.timetable-modern .section-title {
  font-size: clamp(42px, 6vw, 78px);
  line-height: .95;
  letter-spacing: -.055em;
  margin: 0 0 20px;
  text-align: left;
}

.timetable-modern .section-subtitle {
  max-width: 700px;
  margin: 0 0 48px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  text-align: left;
}

/* ==========================
   TIMETABLE GRID
========================== */

.timetable-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* ==========================
   TIMETABLE CARD
========================== */

.timetable-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #111418, #0b0d10);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease;
}

.timetable-card:hover {
  transform: translateY(-5px);
  border-color: rgba(128, 232, 102, .38);
  background: linear-gradient(145deg, #14191a, #0c0f11);
  box-shadow: none;
}

/* ==========================
   TABLE
========================== */

table.amrt-timetable-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  table-layout: fixed;
}

/* ==========================
   TABLE HEADER
========================== */

table.amrt-timetable-table th {
  padding: 22px 24px !important;
  background: rgba(128, 232, 102, .08);
  color: var(--green2);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid rgba(128, 232, 102, .18);
}


/* ==========================
   TABLE CELLS
========================== */

table.amrt-timetable-table td {
  padding: 17px 24px;
  color: var(--text);
  font-size: 14px;
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: background .2s ease;
}

table.amrt-timetable-table tr:last-child td {
  border-bottom: none;
}

/* Day / label */

td.amrt-label-td {
  width: 42%;
  font-weight: 800;
  color: #e9ebed;
}

/* Time */

td.amrt-value-td {
  text-align: right;
  color: var(--muted);
}

td.amrt-value-td .amrt-time-slot {
  display: inline-block;
  color: var(--green2);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}

/* ==========================
   ALTERNATING ROWS
========================== */

table.amrt-timetable-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, .018);
}

table.amrt-timetable-table tr:hover td {
  background: rgba(128, 232, 102, .055);
}

/* ==========================
   ACCENT DETAIL
========================== */

.timetable-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -100px;
  bottom: -100px;
  border-radius: 50%;
  background: var(--green);
  filter: blur(70px);
  opacity: .06;
  pointer-events: none;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {

  .timetable-modern {
    padding: 82px 0;
  }

  .timetable-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .timetable-modern .section-subtitle {
    margin-bottom: 38px;
  }

  table.amrt-timetable-table th {
    font-size: 14px;
    padding: 19px 20px;
  }

  table.amrt-timetable-table td {
    padding: 15px 20px;
  }
}

@media (max-width: 600px) {

  .timetable-modern {
    padding: 70px 0;
  }

  .timetable-modern .container {
    width: calc(100% - 32px);
  }

  .timetable-modern .section-title {
    font-size: 15vw;
  }

  .timetable-modern .section-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .timetable-card {
    border-radius: 20px;
  }

  table.amrt-timetable-table th {
    padding: 16px;
    font-size: 12px;
    letter-spacing: .09em;
  }

  table.amrt-timetable-table td {
    padding: 14px 16px;
    font-size: 13px;
  }

  td.amrt-label-td {
    width: 45%;
  }

  td.amrt-value-td .amrt-time-slot {
    font-size: 13px;
  }
}