@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Quicksand:wght@400;500;600;700&display=swap');

:root {
  --ink: #1d1d1b;
  --muted: #666464;
  --paper: #fff;
  --blue: #147fb9;
  --green: #8ec64a;
  --line: #dfdfda;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Quicksand", Arial, sans-serif;
  background: #c8ad87 url("images/background.jpg") center top / cover fixed;
}
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, .nav-link, .button, .eyebrow, .site-title { font-family: "Fjalla One", Impact, sans-serif; font-weight: 400; }
p { line-height: 1.68; }

.site-header { background: #fff; border-bottom: 2px solid #111; position: relative; z-index: 10; }
.header-inner { max-width: var(--max); min-height: 146px; margin: auto; padding: 0 18px; display: flex; align-items: stretch; justify-content: space-between; }
.brand { width: 220px; display: flex; align-items: center; justify-content: center; }
.brand img { width: 210px; height: 128px; object-fit: contain; }
.main-nav { display: flex; align-items: stretch; }
.nav-link { padding: 0 16px 22px; display: flex; align-items: flex-end; text-decoration: none; font-size: 16px; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: #fff; background: #111; }
.nav-link.service { color: #fff; background: var(--blue); }
.nav-link.service:hover, .nav-link.service.active { color: #111; background: var(--green); }
.menu-button { display: none; border: 0; background: #111; color: #fff; padding: 13px 18px; font: 400 17px "Fjalla One", sans-serif; cursor: pointer; }

.hero { min-height: 300px; padding: 84px 20px 70px; color: #fff; text-align: center; background: rgba(0,0,0,.22); text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.site-title { margin: 0; font-size: clamp(38px, 6vw, 66px); letter-spacing: .015em; }
.hero p { margin: 10px 0 0; font-size: 19px; font-weight: 600; }

.page-shell { max-width: var(--max); margin: -42px auto 70px; background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.2); position: relative; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; }
.main-content { min-height: 440px; padding: 52px 58px 62px; }
.main-content h1 { margin: 0 0 20px; font-size: 34px; text-transform: uppercase; }
.main-content h2 { margin: 34px 0 10px; font-size: 24px; }
.main-content .lead { color: var(--muted); font-size: 18px; }
.sidebar { padding: 44px 28px; color: #fff; background: #111; }
.sidebar h2 { margin: 0 0 24px; font-size: 26px; }
.location-card { padding: 18px 0; border-top: 1px solid #484848; }
.location-card:first-of-type { border-top: 0; padding-top: 0; }
.location-card h3 { margin: 0 0 7px; color: var(--green); font-size: 21px; }
.location-card p { margin: 3px 0; color: #ddd; font-size: 13px; }
.location-card a { color: #fff; }
.button { min-height: 46px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #111; text-decoration: none; letter-spacing: .035em; }
.button.primary { margin-top: 20px; color: #fff; background: var(--blue); border-color: var(--blue); }
.button.primary:hover { color: #111; background: var(--green); border-color: var(--green); }
.sidebar .button { width: 100%; margin-top: 24px; color: #111; background: var(--green); border-color: var(--green); }

.price-list { max-width: 520px; margin: 24px 0; border-top: 1px solid var(--line); }
.price-list div { padding: 12px 4px; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.price-list strong { white-space: nowrap; }
.gallery { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery a { min-height: 175px; overflow: hidden; background: #eee; }
.gallery img { width: 100%; height: 100%; min-height: 175px; object-fit: cover; display: block; transition: transform .25s ease; }
.gallery a:hover img { transform: scale(1.035); }
.gallery a:first-child { grid-row: span 2; }
.contact-table { width: 100%; border-collapse: collapse; }
.contact-table th, .contact-table td { padding: 15px 12px; text-align: left; border-bottom: 1px solid var(--line); }
.contact-table th { font-family: "Fjalla One", sans-serif; font-size: 19px; }
.contact-table td:first-child { color: var(--muted); font-weight: 700; }
.centered { text-align: center; }

.site-footer { padding: 34px max(24px, calc((100% - var(--max)) / 2)); color: #bbb; background: #111; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.site-footer strong { color: #fff; display: block; font-family: "Fjalla One", sans-serif; font-size: 21px; }
.site-footer nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; }
.site-footer a:hover { color: #fff; }

@media (max-width: 1040px) {
  .header-inner { min-height: 118px; flex-direction: column; align-items: center; padding: 0; }
  .brand { height: 112px; }
  .brand img { height: 104px; }
  .menu-button { width: 100%; display: block; }
  .main-nav { width: 100%; max-height: 0; overflow: hidden; flex-direction: column; transition: max-height .2s ease; }
  .main-nav.open { max-height: 600px; }
  .nav-link { min-height: 48px; padding: 11px 18px; align-items: center; justify-content: center; border-top: 1px solid #eee; }
  .page-shell { margin-left: 18px; margin-right: 18px; }
}

@media (max-width: 760px) {
  .hero { min-height: 235px; padding: 55px 18px 65px; }
  .hero p { font-size: 16px; }
  .page-shell { margin: -35px 10px 45px; }
  .content-layout { grid-template-columns: 1fr; }
  .main-content { min-height: 0; padding: 34px 22px 42px; }
  .sidebar { padding: 32px 22px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery a:first-child { grid-row: auto; }
  .contact-table, .contact-table tbody, .contact-table tr, .contact-table th, .contact-table td { display: block; }
  .contact-table tr { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .contact-table th, .contact-table td { padding: 4px 0; border: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .gallery { grid-template-columns: 1fr; }
}
