:root {
  --primary: #4E6B2F;
  --primary-alt: #738B45;
  --background: #EAE7D3;
  --surface: #E9D9B8;
  --text: #5A3C24;
  --accent: #C9A24E;
  --white: #FFFFFF;
  --border: #d2c09f;
  --shadow: 0 10px 24px rgba(90, 60, 36, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 90% 10%, rgba(201, 162, 78, 0.18), transparent 22%),
    radial-gradient(circle at 10% 20%, rgba(115, 139, 69, 0.15), transparent 24%),
    var(--background);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}

.section {
  padding: 3.75rem 0;
}

.section-head {
  max-width: 740px;
  margin-bottom: 1.75rem;
}

h1,
h2,
h3 {
  font-family: "Fraunces", serif;
  line-height: 1.15;
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

h3 {
  font-size: 1.4rem;
}

p {
  margin: 0.5rem 0 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.5rem 0.75rem;
  background: var(--white);
  border-radius: 0.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: color-mix(in srgb, var(--background) 90%, white 10%);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 78px;
}

.brand {
  text-decoration: none;
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.site-nav a {
  text-decoration: none;
  font-weight: 700;
  padding: 0.35rem 0.2rem;
}

.header-actions {
  display: flex;
  gap: 0.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.65rem 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

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

.btn-call {
  background: var(--accent);
  color: #3d2a14;
}

.btn-book {
  background: var(--primary);
  color: var(--white);
}

.btn-outline {
  border-color: var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn.big {
  padding: 0.85rem 1.15rem;
}

.hero {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  background: var(--accent);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 18, 16, 0.22) 0%, rgba(12, 18, 16, 0.08) 35%, rgba(12, 18, 16, 0.02) 78%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 350px;
  width: 100%;
}

.eyebrow {
  color: #d8ebb1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.subheadline {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f8f2df;
}

.tagline {
  font-size: 1.1rem;
  margin-top: 0.65rem;
  color: #f3ede0;
}

.trust-line {
  font-weight: 800;
  margin-top: 0.45rem;
  color: #f8f2df;
}

.hero-copy h1 {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 620px;
  padding-top: 3.1rem;
  padding-right: clamp(140px, 26vw, 320px);
}

.hero-visual {
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  z-index: 3;
  margin: 0;
  pointer-events: none;
}

.hero-visual img {
  width: clamp(150px, 24vw, 285px);
  max-width: none;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 54px;
  z-index: 3;
}

.hero-wave path {
  fill: var(--background);
}

.hero-intro {
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
  background: var(--background);
}

.hero-intro .eyebrow {
  color: var(--primary-alt);
}

.hero-intro h1 {
  color: var(--primary);
  text-shadow: none;
}

.hero-intro .subheadline,
.hero-intro .tagline,
.hero-intro .trust-line {
  color: var(--text);
}

.hero-intro .trust-line {
  font-weight: 800;
}

#services {
  background: var(--background);
}

.gallery-section {
  background: linear-gradient(180deg, rgba(78, 107, 47, 0.08), rgba(78, 107, 47, 0.02));
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.gallery-slider-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.gallery-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #c7b58f;
  background: #fff9ec;
  color: var(--primary);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-viewport {
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  gap: 0.8rem;
  transition: transform 0.42s ease;
  will-change: transform;
}

.gallery-slide {
  min-width: calc((100% - 1.6rem) / 3);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d4c299;
  background: #fff;
  box-shadow: var(--shadow);
}

.gallery-open {
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: pointer;
  line-height: 0;
}

.gallery-open img {
  vertical-align: top;
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.gallery-empty {
  color: #6b614a;
  margin-top: 0.5rem;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(23, 20, 16, 0.64);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 80;
}

.gallery-modal.open {
  display: flex;
}

.gallery-modal-card {
  width: min(760px, 100%);
  background: #fffdf7;
  border: 1px solid #d5c7a1;
  border-radius: 14px;
  padding: 0.8rem;
  position: relative;
}

.gallery-modal-card img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d9caa7;
}

.gallery-modal-card p {
  margin: 0.75rem 0 0.2rem;
  color: #3d3424;
  line-height: 1.5;
  white-space: pre-line;
}

.gallery-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d2bf95;
  background: #fff4d8;
  color: #5a3c24;
  font-size: 1.35rem;
  cursor: pointer;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.card:hover {
  transform: translateY(-3px);
}

.rates {
  background: linear-gradient(0deg, rgba(201, 162, 78, 0.13), rgba(201, 162, 78, 0.13));
}

.price-list,
.bullet-list,
.trust-points {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin: 0.5rem 0;
}

.price-list strong,
.flat-rate strong,
.ask-rate {
  font-size: 1.5rem;
  font-weight: 900;
}

.flat-rate {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ask-rate {
  color: var(--primary);
  margin-top: 0.8rem;
}

.trust-band {
  background: linear-gradient(180deg, rgba(115, 139, 69, 0.18), rgba(115, 139, 69, 0.05));
}

.trust-content {
  text-align: center;
}

.trust-tagline {
  font-size: 1.2rem;
  font-weight: 700;
}

.trust-points {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-points li {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  gap: 1.2rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.field {
  margin-top: 0.8rem;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c6b493;
  border-radius: 0.65rem;
  padding: 0.65rem 0.75rem;
  font: inherit;
  color: var(--text);
  background: #fffdf9;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--primary) 40%, white 60%);
  outline-offset: 2px;
}

.submit-btn {
  margin-top: 1rem;
  width: 100%;
}

.form-status {
  margin-top: 0.7rem;
  min-height: 1.1rem;
  font-weight: 700;
}

.form-status.success {
  color: #2f6f2f;
}

.form-status.error {
  color: #8f1d13;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.4rem 0 1.8rem;
}

.footer-wrap {
  text-align: center;
  display: grid;
  gap: 0.35rem;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  background: var(--white);
  padding: 0.5rem;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 2px;
  background: var(--primary);
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid,
  .rates-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-visual {
    right: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .site-header .container.nav-wrap {
    width: 100%;
    max-width: none;
    padding-inline: 1.2rem;
  }

  .header-actions .btn-call {
    width: 64px;
    height: 64px;
    padding: 0.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.05;
  }

  .hero-stage {
    min-height: 340px;
  }

  .hero-grid {
    min-height: 340px;
  }

  .hero-visual img {
    width: 245px;
    max-height: 210px;
  }

  .hero-bg {
    object-position: center 55%;
  }
}

@media (max-width: 900px) {
  .nav-wrap {
    grid-template-columns: auto auto 1fr;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    inset: 78px 0 auto 0;
    display: none;
    flex-direction: column;
    background: var(--background);
    border-bottom: 1px solid var(--border);
    padding: 0.75rem 1rem 1rem;
    gap: 0.5rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  .hero {
    margin-top: 0;
    padding-top: 0;
  }

  .section {
    padding: 3rem 0;
  }

  .hero.section {
    padding: 0;
  }

  .header-actions .btn-book {
    display: inline-flex;
    width: 58px;
    height: 58px;
    padding: 0.25rem;
    border-radius: 50%;
    font-size: 0.82rem;
    line-height: 1.05;
    text-align: center;
  }

  .header-actions .btn-call {
    width: 58px;
    height: 58px;
    padding: 0.25rem;
    border-radius: 50%;
    font-size: 0.82rem;
    line-height: 1.05;
    text-align: center;
  }

  .header-actions {
    gap: 0.42rem;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .hero-stage {
    min-height: 235px;
  }

  .hero-grid {
    min-height: 235px;
  }

  .hero-visual {
    right: 0.2rem;
    bottom: 0;
  }

  .hero-visual img {
    width: min(122px, 32vw);
    max-height: 145px;
  }

  .hero-wave {
    height: 30px;
  }

  .hero-intro {
    padding-top: 0.9rem;
    padding-bottom: 1.7rem;
  }

  .hero-intro h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .hero-intro .eyebrow {
    font-size: 0.84rem;
  }

  .hero-intro .subheadline {
    font-size: 1rem;
  }

  .hero-intro .tagline,
  .hero-intro .trust-line {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .gallery-slider-wrap {
    grid-template-columns: auto 1fr auto;
    gap: 0.45rem;
  }

  .gallery-nav {
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }

  .gallery-slide {
    min-width: calc((100% - 0.8rem) / 2);
  }

  .gallery-open img {
    height: 170px;
  }
}
