﻿:root {
  --bg: #eee8dd;
  --paper: #fffdf8;
  --ink: #181815;
  --charcoal: #20201e;
  --muted: #65625a;
  --line: #e7ded1;
  --gold: #c29145;
  --green: #59674f;
  --green-dark: #424e3c;
  --shadow: 0 24px 70px rgba(35, 31, 25, 0.18);
  --soft-shadow: 0 16px 34px rgba(35, 31, 25, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, system-ui, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(194, 145, 69, 0.16), transparent 32%),
    linear-gradient(135deg, #f6f0e6, var(--bg));
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  margin: 0;
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(231, 222, 209, 0.78);
  box-shadow: 0 10px 30px rgba(35, 31, 25, 0.07);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  padding: 12px 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand img {
  width: 142px;
  height: 54px;
  object-fit: contain;
  filter: contrast(1.05) saturate(1.03);
}

.nav-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.nav-menu a {
  position: relative;
  min-height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #292721;
  transition: color 0.2s ease;
}

.nav-menu a::after {
  position: absolute;
  left: 50%;
  bottom: 2px;
  display: block;
  width: 0;
  height: 3px;
  content: "";
  background: var(--ink);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--ink);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  width: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 9px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.btn-dark {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 22px rgba(24, 24, 21, 0.18);
}

.btn-light {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.btn-green {
  color: #fff;
  background: var(--green);
}

.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.nav-cta {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
}

.nav-cta:hover {
  box-shadow: 0 14px 26px rgba(24, 24, 21, 0.2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.top-card {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.94)),
    var(--paper);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 82px);
  min-height: 780px;
  margin: 0 auto;
  background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 44%, rgba(255, 253, 248, 0.74) 55%, rgba(255, 253, 248, 0) 70%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 118px 0 110px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #5d5b54;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(62px, 7vw, 96px);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-text {
  max-width: 500px;
  margin-bottom: 34px;
  color: #4d4a43;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 650;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .btn {
  min-height: 52px;
  padding: 0 24px;
  font-size: 14px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 38px;
  color: #4d4a43;
  font-size: 12px;
  font-weight: 850;
}

.trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.trust-list i {
  color: var(--gold);
  font-style: normal;
  font-weight: 950;
}

.hero-image {
  position: relative;
  align-self: stretch;
  min-height: 780px;
  margin-right: min(0px, calc((1180px - 100vw) / 2));
}

.hero-image::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, var(--paper), rgba(255, 253, 248, 0.86), rgba(255, 253, 248, 0));
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 780px;
  object-fit: cover;
  object-position: center;
}

.services-strip {
  padding: 42px max(24px, calc((100vw - 1180px) / 2)) 46px;
  color: #fff;
  background: var(--charcoal);
}

.strip-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.strip-title h2 {
  margin-bottom: 0;
  font-size: 18px;
}

.strip-title a {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
}

.services-row article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 158px;
  padding: 5px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.services-row article:first-child {
  padding-left: 0;
}

.services-row article:last-child {
  border-right: 0;
}

.services-row span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--gold);
  border: 1px solid rgba(194, 145, 69, 0.48);
  border-radius: 10px;
  font-size: 18px;
}

.services-row h3 {
  margin-bottom: 4px;
  font-size: 13px;
}

.services-row p {
  margin-bottom: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.section {
  width: 100%;
  margin: 0;
  padding: 104px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 253, 248, 0.86);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.styles-section,
.gallery-section,
.faq-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(247, 241, 231, 0.92));
}

.about-section,
.testimonials-section {
  background: #f4eee4;
}

.section-head {
  max-width: 680px;
  margin-bottom: 42px;
}

.section-head h2,
.about-copy h2,
.booking-copy h2,
.final-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-head p,
.about-copy > p,
.booking-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 650;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.style-card {
  overflow: hidden;
  padding: 0;
  text-align: left;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(35, 31, 25, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.style-card:hover,
.style-card.active {
  border-color: var(--gold);
  box-shadow: var(--soft-shadow);
  transform: translateY(-4px);
}

.style-card img {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  object-fit: cover;
}

.style-card span,
.style-card p {
  display: block;
  padding: 0 18px;
}

.style-card span {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 950;
}

.style-card p {
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: #ebe3d7;
  border: 0;
  box-shadow: none;
  padding-top: 96px;
  padding-bottom: 96px;
}

.info-card {
  padding: 34px;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
}

.info-card h2 {
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 1;
}

.hours {
  margin-bottom: 24px;
}

.hours p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
}

.hours span,
.address {
  color: var(--muted);
  font-weight: 700;
}

.map-card img {
  width: 100%;
  aspect-ratio: 2.1 / 1;
  margin: 18px 0;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(35, 31, 25, 0.1);
}

.about-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 64px;
}

.about-image {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
}

.about-image img {
  width: 100%;
  aspect-ratio: 0.95 / 1;
  object-fit: cover;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.value-grid article {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.value-grid span {
  color: var(--gold);
  font-size: 20px;
  font-weight: 950;
}

.value-grid h3 {
  margin: 10px 0 8px;
  font-size: 15px;
}

.value-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

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

.gallery-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(35, 31, 25, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-grid article:hover {
  box-shadow: var(--soft-shadow);
  transform: translateY(-5px);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.gallery-grid div {
  padding: 18px;
}

.gallery-grid h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.gallery-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.booking-section {
  margin-top: 0;
  padding: 112px 0;
  color: #fff;
  background: var(--charcoal);
}

.booking-inner {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.booking-copy {
  position: sticky;
  top: 120px;
}

.booking-copy .eyebrow,
.booking-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.booking-form {
  padding: 28px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label span {
  display: block;
  margin-bottom: 7px;
  color: #37342f;
  font-size: 12px;
  font-weight: 950;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d7cec0;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--ink);
}

input,
select {
  height: 44px;
  padding: 0 12px;
}

textarea {
  min-height: 108px;
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(194, 145, 69, 0.18);
}

.invalid {
  border-color: #a8322a;
}

.full-field {
  grid-column: 1 / -1;
}

.form-message {
  min-height: 22px;
  margin: 16px 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
}

.form-message.error {
  color: #a8322a;
}

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

.testimonial-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(35, 31, 25, 0.08);
}

.testimonial-grid p {
  color: #2d2b26;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}

.testimonial-grid h3 {
  margin-bottom: 0;
  color: var(--green-dark);
  font-size: 14px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-weight: 950;
}

.faq-item span {
  color: var(--gold);
  font-size: 24px;
  transition: transform 0.2s ease;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-panel p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.faq-item.open .faq-panel {
  max-height: 160px;
}

.faq-item.open span {
  transform: rotate(45deg);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin: 0;
  padding: 86px max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: linear-gradient(135deg, #252522, #161614);
  border-radius: 0;
  box-shadow: none;
}

.final-cta .eyebrow,
.final-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.final-cta h2 {
  max-width: 620px;
}

.footer {
  margin-top: 0;
  padding: 58px 0 32px;
  color: #fff;
  background: var(--green);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr 0.7fr;
  gap: 30px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .style-card,
  .gallery-grid article {
    transition: none;
  }
}

.footer-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.footer-brand img {
  width: 126px;
  height: 66px;
  object-fit: contain;
}

.footer h2,
.footer h3 {
  margin-bottom: 10px;
}

.footer p,
.footer small,
.footer a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.footer-col a {
  display: block;
  margin-bottom: 8px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green-dark);
  background: #fff;
  border-radius: 50%;
  font-weight: 950;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1040px) {
  .nav-menu {
    gap: 15px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    width: min(760px, calc(100% - 40px));
  }

  .hero-copy {
    padding: 86px 42px 42px;
  }

  .hero-image {
    min-height: 540px;
    margin: 0 28px 28px;
    overflow: hidden;
    border-radius: 20px;
  }

  .hero-image::before {
    width: 100%;
    height: 28%;
    background: linear-gradient(180deg, var(--paper), rgba(255, 253, 248, 0));
  }

  .hero-image img {
    min-height: 540px;
  }

  .services-row {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .services-row article {
    flex: 0 0 205px;
    scroll-snap-align: start;
  }

  .style-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-section,
  .booking-inner {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 0;
    width: 100%;
  }

  .nav-wrap {
    grid-template-columns: auto 1fr auto;
    width: 100%;
  }

  .nav-menu {
    position: fixed;
    top: 88px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    padding: 14px;
    border-radius: 10px;
  }

  .nav-menu a:hover {
    background: #f3ede4;
  }

  .nav-menu a::after {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .booking-inner {
    width: calc(100% - 20px);
  }

  .section,
  .final-cta,
  .info-section {
    padding: 74px 24px;
  }

  .info-section,
  .testimonial-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 0;
    width: 100%;
    margin-top: 0;
  }

  .nav-wrap,
  .section,
  .final-cta {
    border-radius: 0;
  }

  .nav-wrap {
    padding: 12px 16px;
  }

  .brand img {
    width: 96px;
  }

  .top-card {
    width: 100%;
    margin: 0;
  }

  .hero {
    width: 100%;
  }

  .hero-copy {
    padding: 72px 20px 28px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .trust-list {
    display: grid;
    gap: 10px;
  }

  .hero-image {
    min-height: 430px;
    margin: 0 16px 18px;
  }

  .hero-image img {
    min-height: 430px;
  }

  .services-strip {
    padding: 26px 18px 30px;
  }

  .section,
  .info-section,
  .final-cta {
    width: 100%;
    margin-top: 0;
    padding: 64px 18px;
  }

  .style-grid,
  .gallery-grid,
  .form-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .booking-section {
    padding: 46px 0;
  }

  .booking-inner {
    width: calc(100% - 20px);
  }

  .booking-form {
    padding: 20px;
  }

  .hours p {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .footer-brand {
    flex-direction: column;
  }
}

