* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Times New Roman", serif;
  background: #fff;
  color: #111;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

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

.site-header {
  display: block;
  border-bottom: 1px solid #ddd;
  background: white;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  min-height: 120px;
  padding: 0 40px;
}

.site-nav a,
.footer-nav a {
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 14px;
}

.site-nav a:hover,
.footer-nav a:hover,
.footer-links a:hover,
.side-menu a:hover {
  opacity: 0.6;
}

.menu-toggle,
.hamburger,
.side-menu {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 60px 8%;
  align-items: center;
}

.hero-image {
  max-width: 560px;
  height: 600px;
  border: 1px solid #111;
  overflow: hidden;
}

.hero-image img,
.about-image img,
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content h1 {
  font-size: 72px;
  font-weight: normal;
  line-height: 0.95;
}

.hero-text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 500px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
}

.button {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #111;
  font-size: 15px;
}

.about,
.gallery,
.pricing,
.locations,
.contact {
  padding: 80px 8%;
}

.about {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
}

.about-image {
  max-width: 420px;
  height: 520px;
  border: 1px solid #111;
  overflow: hidden;
}

.about-copy p,
.pricing-item p,
.locations p,
.contact p {
  font-size: 15px;
  line-height: 1.6;
}

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

.photo-card {
  height: 360px;
  border: 1px solid #111;
  overflow: hidden;
}

.pricing-item {
  padding: 20px 0;
  border-top: 1px solid #111;
}

.contact {
  text-align: center;
}

.site-footer {
  margin-top: 40px;
  background: #fff;
  border-top: 1px solid #ddd;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  min-height: 120px;
  padding: 0 40px;
  border-bottom: 1px solid #ddd;
}

.footer-content {
  padding: 90px 8% 75px;
  text-align: center;
}

.footer-eyebrow {
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 13px;
}

.footer-content h2 {
  margin: 0;
  font-size: 64px;
  font-weight: normal;
  line-height: 0.95;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  flex-wrap: wrap;
  margin-top: 45px;
}

.footer-links a {
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 28px 8%;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-page {
  padding: 80px 8%;
  background: #fafafa;
}

.booking-hero {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.booking-hero h1 {
  font-size: 64px;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0;
}

.booking-intro {
  font-size: 18px;
  line-height: 1.6;
}

.booking-form-section {
  max-width: 780px;
  margin: 0 auto;
}

.booking-form {
  background: white;
  border: 1px solid #111;
  padding: 48px;
}

.form-row {
  margin-bottom: 28px;
}

.form-row label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #111;
  background: white;
  color: #111;
  font-family: "Times New Roman", serif;
  font-size: 16px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border: 2px solid #111;
}

.form-row textarea {
  min-height: 180px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  padding: 18px;
  border: 1px solid #111;
  background: #111;
  color: white;
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  cursor: pointer;
}

.form-submit:hover {
  background: white;
  color: #111;
}

.booking-note,
.form-message {
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.form-message {
  font-style: italic;
}

.booking-footer {
  padding: 40px 30px;
  text-align: center;
  border-top: 1px solid #111;
  background: white;
}

.booking-footer a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
}

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

  .hamburger {
    display: block;
    position: fixed;
    top: 30px;
    left: 24px;
    z-index: 1001;
    width: 32px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 2px;
    background: #111;
    margin: 8px 0;
  }

  .side-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: white;
    padding: 100px 40px;
    z-index: 1000;
    transition: 0.3s ease;
    border-right: 1px solid #111;
  }

  .menu-toggle:checked ~ .side-menu {
    left: 0;
  }

  .close-menu {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 32px;
    cursor: pointer;
  }

  .side-menu a {
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
  }

  .hero,
  .about,
  .gallery-grid {
    display: block;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-image,
  .about-image,
  .photo-card {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .hero-content h1,
  .booking-hero h1 {
    font-size: 42px;
  }

  .hero-text,
  .booking-intro {
    font-size: 17px;
  }

  .booking-page {
    padding: 90px 6% 60px;
  }

  .booking-form {
    padding: 28px;
  }

  .footer-nav {
    display: grid;
    gap: 24px;
    min-height: auto;
    padding: 42px 24px;
  }

  .footer-content {
    padding: 65px 6% 55px;
  }

  .footer-content h2 {
    font-size: 42px;
  }

  .footer-links {
    display: grid;
    gap: 22px;
  }
}
