:root {
  --max: 980px;
  --ink: #1f2937;
  --muted: #6b7280;
  --rule: #e5e7eb;
  --brand: #0e9a8f;
  --green: #24a39a;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  background: #fff;
  line-height: 1.7;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Bowlby One", serif;
  padding: 0;
  margin: 0;
}
P, a{
  font-size: 0.875rem;
  padding: 0;
  margin: 0;  
}
h6{
  font-size: 1rem;
}
h5{
  font-size: 1.25rem;
  line-height: 1.1;
}
h4{
  font-size: 1.3rem;
  line-height: 1.1;
}
h3{
  font-size: 1.4rem;
  line-height: 1.1;
}
h2{
  font-size: 1.5rem;
  line-height: 1.1;
}
.wrap {
  max-width: var(--max);
  margin: 40px auto;
  padding: 0 0;
}
.rule {
  border-top: 1px solid var(--rule);
}
.thin {
  border-top: 1px solid #f1f3f5;
  margin: 20px auto;
}

/* Header */
.wrap.masthead{
  margin: 0 auto;
}
.masthead {
  padding: 28px 0 12px;
  text-align: center;
}
.logo {
  display: flex;
    justify-content: center;
    padding: 10px 0;
}
.topline {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  font-size: 0.7500rem;
  color: #8a8f99;
  letter-spacing: 0.04em;
}
.topline div:nth-child(1) {
  text-align: left;
}
.topline div:nth-child(2) {
  text-align: center;
}
.topline div:nth-child(3) {
  text-align: right;
}

/* Nav */
.nav {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav a {
  padding: 6px 10px;
  border-radius: 4px;
}
.nav a:hover {
  background: #f6f7f8;
}
.nav .wrap{
  margin: 0 auto;
}

/* Tiles baseline */
.tile {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.tile .btn {
  position: absolute;
  top: 10px;
  left: 12px;
  background: #24a39a;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 4px;
}

/* Text sections */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.section-title {
  font-family: "Bowlby One", serif;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 2.5000rem;
  line-height: 1.3;
}
.kicker {
  font-size: 0.6875rem;
  color: #9aa0a6;
  margin-top: 6px;
}

/* Two-column blocks */
.one {
  display: flex;
  padding: 28px 0;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  padding: 28px 0;
}
.two .photo {
  border: 1px solid var(--rule);
  margin: 0;
}
.two h2 {
  font-family: "Bowlby One", serif;
  font-size: 2.000rem;
  margin: 0 0 10px;
  line-height: 1.3;
}
.two p {
  margin: 0 0 12px;
}

/* Strip gallery */
.strip {
  padding: 18px 0;
}
.strip .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.strip .row .menu-inside{
  padding: 20px;
  background: #f8f8f8;
}
.strip .row .ph {
  border: 1px solid var(--rule);
  padding: 0;
      display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.strip .row img{
  padding: 5px;
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.strip .row a{
  height: 100%;
}

/* MENU */
.menu-section {
  text-align: center;
  font-family: 'Poppins', serif;
  padding: 40px 20px !important;
  background: #f6f5f3;
}
.menu-title {
  font-size: 2em;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.menu-card {
  background: #fff;
  border-radius: 1.5em;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.menu-card h3 {
  text-transform: lowercase;
  font-size: 1.4em;
  margin-bottom: 15px;
}
.menu-card h3 span {
  font-size: 0.8em;
  color: #9a7b67;
}
.menu-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8em;
  font-size: 1em;
}

/* Contacts/Press */
.cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 30px 0;
}
.cols h4 {
  font-family: "Bowlby One", serif;
  font-size: 1.0000rem;
  margin: 0 0 10px;
  line-height: 1.3;
}
.small {
  font-size: 0.7500rem;
  color: #6b7280;
}
address {
  font-style: normal;
}
ul.clean {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.clean li {
  padding: 6px 0;
  border-bottom: 1px dashed #eceff1;
}
.content-head{
  padding: 0 10% 20px 10%;
  margin: 20px auto;
}
.content-head p{
  padding: 20px 0;
}
table {width: 100%; border-collapse: collapse; margin-bottom: 20px;}
th, td {border-bottom: 1px solid #ddd; padding: 8px; text-align: left;}
th {background: #f0f0f0; color: #0a58ca;}
tr:hover {background-color: #f9f9f9;}
.price {text-align: right; white-space: nowrap;}
.note {font-size: 13px; color: #555; margin-bottom: 8px;}
/* Footer */
.foot-photo {
  border: 1px solid var(--rule);
  margin-bottom: 40px;
}
.footer-links a{
  margin-right: 10px;
}
.foot-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.order {
  justify-self: center;
}
.btn-outline {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #111;
  border-radius: 4px;
  font-size: 0.7500rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  background-color:#111;
  border-radius: 4px;
  font-size: 0.7500rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}
.social {
  justify-self: end;
  display: flex;
  gap: 10px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
  display: inline-block;
}

.images-grid {
  display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.images-grid img, .two .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Slider */
.tns-outer {
  position: relative;
}
.tns-controls {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tns-controls button {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 1.0000rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  box-shadow: 0 0 10px #00ffff33;
  margin: 0 10px;
}

.tns-controls button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px #ffffff, 0 0 40px #00ffff66;
  transform: scale(1.1);
}

.tns-nav button{
  margin: 0 5px;
  background-color: #111;
}
.tns-nav button.tns-nav-active{
  background-color: #eceff1;
}


.gallery a { outline: 1px dashed #0e9a8f; }

.nav.rule.mobile-menu {
  position: relative;
}

.menu-toggle {
  display: inline-block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav.rule.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  gap: 0;
}

.nav.rule.mobile-menu.open ul {
  display: flex;
}

.nav.rule.mobile-menu ul li {
  border-bottom: 1px solid #eee;
}

.nav.rule.mobile-menu ul li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
}

.nav.rule.mobile-menu ul li a:hover {
  background: #f7f7f7;
}
.wrap.two > article:first-child {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wrap.two > article:last-child {
  width: 100%;
}

.testimonial-slider .tns-slide-active{
  text-align: left;
}



/* ✅ Desktop (≥768px) */
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .nav.rule.mobile-menu ul {
    display: flex !important;
    position: static;
    flex-direction: row;
    box-shadow: none;
    background: transparent;
  }
  .nav.rule.mobile-menu ul li {
    border: none;
  }
  .mobile-menu {
    display: none;
  }
  .wrap {
    padding: 0 16px;
  }
}

/* ✅ Tablet (600px–767px) */
@media (max-width: 767px) and (min-width: 600px) {
  .mobile-menu {
    display: none;
  }
  .wrap {
    padding: 0 16px;
  }
}

/* ✅ Mobile (<600px) */
@media (max-width: 599px) {
  .wrap {
    padding: 0 16px;
  }
  .images-grid {
    grid-template-columns: 1fr 1fr;
  }
  .two {
    display: flex;
    flex-direction: column;
  }
  .strip .row {
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .pc-menu {
    display: none;
  }
  .nav.rule.mobile-menu {
    height: 48px;
  }
  .topline{
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .logo{
    margin: 0 auto;
  }
  .foot-bar{
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .images-grid {
        grid-template-columns: 1fr;
    }

  .content-head{
    padding: 20px 0;
  }
  .section-title{
    font-size: 1.5rem;
  }
}

