/* RESET */

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #111;
}

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

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

/* NAVIGATION */

.nav-links a,
.mobile-menu a {
  color: #111 !important;
  text-decoration: none !important;
}

.nav-links a:visited,
.mobile-menu a:visited {
  color: #111 !important;
}

.nav-links a:hover,
.mobile-menu a:hover {
  text-decoration: none !important;
  opacity: 0.65;
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 0;
}

.nav-check {
  display: none;
}

.nav-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo img {
  height: 44px;
}

.desktop-nav {
  margin-left: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links a:hover {
  opacity: 0.65;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: #111;
}

/* MOBILE MENU */

.mobile-menu {
  display: none;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.mobile-menu ul {
  list-style: none;
  padding: 14px 20px 20px;
}

.mobile-menu li + li {
  margin-top: 14px;
}

.mobile-menu a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 0;
}

/* REMOVE GRAV SPACING */

body-wrapper,
.default-content,
.modular-content,
.page-content,
.page,
main,
.container, {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* HERO / CAROUSEL */

.hero {
  width: 100%;
}

.chi-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.chi-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.chi-carousel__track {
  display: flex;
  transition: transform 0.45s ease;
}

.chi-carousel__slide {
  min-width: 100%;
}

.chi-carousel__slide img {
  width: 100%;
  height: calc(100vh - 76px);
  min-height: 560px;
  object-fit: cover;
}

/* CONTENT */

.content-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
}

.content-section h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.content-section p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
}

/* MENU */

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 24px auto 60px;
  padding: 20px;
}

.menu-col h2 {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 40px 0 20px;
  font-weight: 700;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  margin-bottom: 10px;
}

.menu-item span:first-child {
  max-width: 85%;
}

.menu-item span:last-child {
  white-space: nowrap;
}

.menu-note {
  font-style: italic;
  margin: 15px 0 25px;
  font-size: 13px;
  color: #666;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  #nav-check:checked ~ .mobile-menu {
    display: block;
  }

  .chi-carousel__slide img {
    height: 68vh;
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .nav-wrap {
    height: 68px;
    padding: 0 16px;
  }

  .nav-logo img {
    height: 36px;
  }

  .chi-carousel__slide img {
    height: calc(74vh - 68px);
    min-height: 320px;
  }

  .content-section {
    padding: 10px 16px;
  }
}
.site-header,
.nav-wrap,
.mobile-menu {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hero,
.hero-section,
.carousel,
.image-carousel,
.slideshow,
.banner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero img,
.carousel img,
.slideshow img,
.banner img {
  display: block;
}
.site-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#start,
.section,
.body-wrapper,
.container,
.page-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section,
.container,
.section,
div[id="start"],
div[id="body-wrapper"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
