:root {
  --green: #556044;
  --green-dark: #343e30;
  --green-deep: #20281e;
  --green-soft: #8d9879;
  --cream: #f4f0e7;
  --cream-dark: #e3ddcf;
  --ink: #20231d;
  --muted: #62665c;
  --white: #fffdf7;
  --line: rgba(32, 35, 29, 0.16);
  --line-light: rgba(255, 255, 255, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, summary { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.container { margin: 0 auto; max-width: 1220px; width: min(88%, 1220px); }
.section { padding: 108px 0; }
.kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .19em; margin: 0 0 19px; text-transform: uppercase; }
.kicker-light { color: #cbd3ba; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.04; margin: 0; }

.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 11px; font-weight: 800; gap: 22px; justify-content: center; letter-spacing: .1em; min-height: 56px; padding: 0 25px; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .mobile-booking-bar svg { height: 17px; width: 17px; }
.button-small { min-height: 46px; padding: 0 19px; }
.button-cream { background: var(--cream); color: var(--green-deep); }
.button-cream:hover { background: var(--white); }
.button-green { background: var(--green); color: var(--white); }
.button-green:hover { background: var(--green-dark); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: var(--white); }
.button-outline-light:hover { background: rgba(255,255,255,.1); border-color: white; }
.text-link { align-items: center; color: var(--green-dark); display: inline-flex; font-size: 10px; font-weight: 800; gap: 11px; letter-spacing: .1em; text-transform: uppercase; }
.text-link svg:first-child { height: 18px; width: 18px; }
.text-link .icon-fill { fill: currentColor; stroke: none; }

.site-header { background: rgba(32,40,30,.94); border-bottom: 1px solid var(--line-light); height: 78px; left: 0; position: fixed; right: 0; top: 0; z-index: 50; }
.nav-shell { align-items: center; display: grid; grid-template-columns: 175px 1fr 175px; height: 100%; margin: 0 auto; max-width: 1380px; padding: 0 4vw; }
.brand { width: 132px; }
.brand img, footer img { filter: brightness(0) invert(1); width: 100%; }
.desktop-nav { display: flex; gap: clamp(22px, 2.4vw, 38px); justify-content: center; }
.desktop-nav a { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.header-button { justify-self: end; }
.mobile-menu { display: none; }

.hero { background: var(--green-deep); min-height: 790px; overflow: hidden; padding-top: 78px; position: relative; }
.hero-image { height: 100%; object-fit: cover; object-position: 50% 18%; position: absolute; right: 0; top: 0; width: 68%; }
.hero-shade { background: linear-gradient(90deg, rgba(32,40,30,1) 0%, rgba(32,40,30,1) 31%, rgba(32,40,30,.98) 39%, rgba(32,40,30,.84) 53%, rgba(32,40,30,.28) 78%, rgba(32,40,30,.08) 100%), linear-gradient(0deg, rgba(32,40,30,1) 0%, rgba(32,40,30,.94) 7%, rgba(32,40,30,.67) 18%, rgba(32,40,30,.2) 35%, transparent 52%); inset: 0; position: absolute; }
.hero-content { align-items: flex-start; color: var(--white); display: flex; flex-direction: column; justify-content: center; min-height: 712px; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(58px, 6.4vw, 94px); line-height: .95; margin: 0; max-width: 790px; }
.hero-text { color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; margin: 30px 0 34px; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-rating { align-items: center; border-top: 1px solid rgba(255,255,255,.25); display: flex; gap: 16px; margin-top: 46px; padding-top: 22px; }
.hero-rating .stars, .score-box .stars { color: #cbd3ba; font-size: 15px; letter-spacing: 2px; }
.hero-rating strong { font-size: 12px; }
.hero-rating > span:last-child { color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.about { background: var(--cream); }
.about-grid { align-items: center; display: grid; gap: clamp(55px,8vw,120px); grid-template-columns: 1.02fr .98fr; }
.about-image-wrap { min-height: 610px; overflow: hidden; position: relative; }
.about-image-wrap::after { background: linear-gradient(90deg, transparent 65%, var(--cream) 100%), linear-gradient(0deg, var(--cream) 0%, transparent 25%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.about-image-wrap img { height: 100%; inset: 0; object-fit: cover; object-position: center 26%; position: absolute; width: 100%; }
.about-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 30px 0; max-width: 585px; }
.benefit-list { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); list-style: none; margin: 0 0 32px; padding: 8px 0; }
.benefit-list li { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 13px; font-weight: 700; gap: 13px; padding: 14px 0; }
.benefit-list li:last-child { border-bottom: 0; }
.benefit-list li::before { background: var(--green); content: ""; height: 7px; width: 7px; }

.services { background: var(--green); color: var(--white); }
.section-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 52px; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; max-width: 420px; }
.section-heading-light > p { color: rgba(255,255,255,.66); }
.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(4,1fr); }
.service-card { aspect-ratio: .76; background: var(--green-deep); overflow: hidden; position: relative; }
.service-card > img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.service-card:hover > img { transform: scale(1.025); }
.service-card-shade { background: linear-gradient(0deg, rgba(23,30,21,.98) 0%, rgba(23,30,21,.8) 25%, transparent 68%); inset: 0; position: absolute; }
.service-card-copy { bottom: 0; display: flex; flex-direction: column; gap: 18px; left: 0; padding: 28px; position: absolute; right: 0; }
.service-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; margin: 0 0 8px; }
.service-card p { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; margin: 0; }
.service-card-copy > span { align-items: center; border-top: 1px solid rgba(255,255,255,.22); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .1em; padding-top: 15px; text-transform: uppercase; }
.service-card-copy > span strong { color: #d9dfca; font-size: 16px; letter-spacing: 0; }

.full-menu { border-bottom: 1px solid var(--line-light); border-top: 1px solid var(--line-light); margin-top: 48px; }
.full-menu > summary { align-items: center; cursor: pointer; display: flex; font-size: 12px; font-weight: 800; justify-content: space-between; letter-spacing: .12em; list-style: none; padding: 27px 0; text-transform: uppercase; }
.full-menu > summary::-webkit-details-marker { display: none; }
.full-menu > summary span { align-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: flex; font-size: 20px; font-weight: 300; height: 34px; justify-content: center; transition: transform .2s ease; width: 34px; }
.full-menu[open] > summary span { transform: rotate(45deg); }
.full-menu-grid { border-top: 1px solid var(--line-light); display: grid; gap: 50px 4vw; grid-template-columns: repeat(2,1fr); padding: 50px 0 25px; }
.menu-group h3 { color: #dbe1ce; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; margin: 0 0 18px; }
.menu-group > div { border-top: 1px solid var(--line-light); }
.menu-row { align-items: center; border-bottom: 1px solid var(--line-light); display: flex; gap: 20px; justify-content: space-between; min-height: 66px; transition: background .2s ease, padding .2s ease; }
.menu-row:hover { background: rgba(255,255,255,.06); padding: 0 12px; }
.menu-row span > strong { display: block; font-size: 12px; }
.menu-row small { align-items: center; color: rgba(255,255,255,.52); display: flex; font-size: 9px; gap: 6px; margin-top: 6px; }
.menu-row small svg { height: 12px; width: 12px; }
.menu-row b { color: #dbe1ce; font-size: 12px; white-space: nowrap; }
.menu-action { align-items: center; display: flex; justify-content: space-between; padding: 28px 0 42px; }
.menu-action p { color: rgba(255,255,255,.58); font-size: 11px; margin: 0; }

.experience { background: var(--green-deep); color: var(--white); }
.experience-heading { align-items: end; }
.video-frame { aspect-ratio: 16 / 9; background: #0b0f0a; overflow: hidden; position: relative; width: 100%; }
.video-frame::before { background: linear-gradient(rgba(12,16,11,.4),rgba(12,16,11,.4)), url("images/nove3-video-poster.jpg") center / cover; content: ""; filter: blur(18px); inset: -28px; opacity: .65; position: absolute; }
.video-frame video { background: rgba(10,14,9,.28); height: 100%; object-fit: contain; position: relative; width: 100%; z-index: 1; }

.reviews { background: var(--cream); }
.reviews-top { align-items: end; display: flex; justify-content: space-between; margin-bottom: 50px; }
.score-box { align-items: center; border-left: 1px solid var(--line); display: grid; gap: 4px 17px; grid-template-columns: auto 1fr; padding-left: 35px; }
.score-box strong { font-family: Georgia, "Times New Roman", serif; font-size: 58px; font-weight: 400; grid-row: 1 / span 2; }
.score-box .stars { color: var(--green); }
.score-box small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.review-grid { display: grid; gap: 14px; grid-template-columns: repeat(4,1fr); margin-bottom: 36px; }
.review-card { border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 305px; padding: 26px; }
.review-author { align-items: center; display: flex; gap: 13px; }
.review-author > span { align-items: center; background: var(--green); border-radius: 50%; color: white; display: flex; font-family: Georgia,serif; height: 42px; justify-content: center; width: 42px; }
.review-author strong, .review-author small { display: block; }
.review-author strong { font-size: 12px; }
.review-author small { color: var(--green); font-size: 10px; letter-spacing: 1px; margin-top: 4px; }
.review-card > p { color: #41453c; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.48; margin: 35px 0 28px; }
.google-label { color: var(--muted); font-size: 8px; letter-spacing: .12em; margin-top: auto; text-transform: uppercase; }

.location { background: var(--green-dark); color: var(--white); }
.location-grid { align-items: stretch; display: grid; gap: 6vw; grid-template-columns: .8fr 1.2fr; }
.location-info { align-self: center; }
.location-info h2 { max-width: 520px; }
.contact-list { border-bottom: 1px solid var(--line-light); border-top: 1px solid var(--line-light); margin: 40px 0 32px; }
.contact-list > div { align-items: flex-start; border-bottom: 1px solid var(--line-light); display: flex; gap: 16px; padding: 22px 0; }
.contact-list > div:last-child { border-bottom: 0; }
.contact-list svg { color: #cbd3ba; flex: 0 0 auto; height: 21px; width: 21px; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: #cbd3ba; font-size: 8px; letter-spacing: .14em; margin-bottom: 8px; text-transform: uppercase; }
.contact-list strong { font-size: 12px; font-weight: 500; line-height: 1.7; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.map-card { background: var(--green-deep) url("images/facade.webp") center / cover; min-height: 540px; overflow: hidden; }
.map-card iframe { border: 0; height: 100%; min-height: 540px; width: 100%; }

.final-cta { min-height: 510px; overflow: hidden; position: relative; }
.final-cta > img { height: 100%; inset: 0; object-fit: cover; object-position: center 50%; position: absolute; width: 100%; }
.final-cta-shade { background: linear-gradient(90deg, rgba(32,40,30,.96) 0%, rgba(32,40,30,.72) 46%, rgba(32,40,30,.3) 100%), linear-gradient(0deg, rgba(32,40,30,.65), transparent 60%); inset: 0; position: absolute; }
.final-cta-content { align-items: flex-start; color: var(--white); display: flex; flex-direction: column; justify-content: center; min-height: 510px; position: relative; z-index: 2; }
.final-cta h2 { margin-bottom: 30px; max-width: 680px; }

footer { background: var(--green-deep); color: white; padding: 72px 0 25px; }
.footer-grid { align-items: start; display: grid; gap: 5vw; grid-template-columns: 1.2fr .8fr .8fr; }
.footer-brand img { margin-bottom: 22px; width: 142px; }
.footer-brand p { color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; margin: 0; max-width: 290px; }
.footer-grid nav { display: grid; gap: 13px; }
.footer-grid nav a, .footer-contact a { color: rgba(255,255,255,.66); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid nav a:hover, .footer-contact a:hover { color: white; }
.footer-contact { display: grid; gap: 15px; justify-self: end; }
.footer-contact a { align-items: center; display: flex; gap: 9px; }
.footer-contact svg { height: 17px; width: 17px; }
.footer-contact .icon-fill { fill: currentColor; stroke: none; }
.footer-bottom { border-top: 1px solid var(--line-light); color: rgba(255,255,255,.34); display: flex; font-size: 8px; justify-content: space-between; letter-spacing: .12em; margin-top: 60px; padding-top: 23px; text-transform: uppercase; }
.mobile-booking-bar { display: none; }

@keyframes booking-shimmer {
  0%, 58% { left: -45%; }
  82%, 100% { left: 120%; }
}

@keyframes booking-arrow {
  0%, 72%, 100% { transform: translateX(0); }
  82% { transform: translateX(3px); }
  90% { transform: translateX(0); }
}

@media (max-width: 1040px) {
  .desktop-nav, .header-button { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; height: 28px; list-style: none; width: 32px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { background: white; display: block; height: 1px; margin: 6px 0; width: 30px; }
  .mobile-menu nav { background: var(--green-deep); border-top: 1px solid var(--line-light); display: flex; flex-direction: column; gap: 22px; left: 0; padding: 30px 6vw 36px; position: fixed; right: 0; top: 78px; width: 100vw; }
  .mobile-menu nav > a:not(.button) { font-family: Georgia,serif; font-size: 22px; }
  .about-grid { gap: 50px; }
  .about-image-wrap { min-height: 520px; }
  .service-grid, .review-grid { grid-template-columns: repeat(2,1fr); }
  .service-card { aspect-ratio: .9; }
  .location-grid { gap: 45px; grid-template-columns: 1fr; }
  .map-card, .map-card iframe { min-height: 480px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 62px; }
  .container { width: min(88%, 620px); }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(39px, 12vw, 54px); }
  .site-header { height: 70px; }
  .nav-shell { padding: 0 6vw; }
  .brand { width: 112px; }
  .mobile-menu nav { top: 70px; }
  .hero { min-height: 0; padding-top: 70px; }
  .hero-image { height: clamp(300px, 82vw, 520px); left: auto; object-position: center 60%; position: relative; right: auto; top: auto; width: 100%; }
  .hero-shade { background: linear-gradient(0deg, var(--green-deep) 0%, rgba(32,40,30,.9) 10%, rgba(32,40,30,.28) 23%, transparent 40%); bottom: auto; height: clamp(300px, 82vw, 520px); left: 0; right: 0; top: 70px; }
  .hero-content { justify-content: flex-start; min-height: 0; padding-bottom: 78px; padding-top: 22px; }
  .hero h1 { font-size: clamp(40px, 11.2vw, 48px); line-height: .96; max-width: 520px; }
  .hero-text { font-size: 14px; line-height: 1.55; margin: 16px 0 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-cream { display: none; }
  .hero-rating { align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; margin-top: 20px; padding-top: 14px; }
  .hero-rating > span:last-child { flex-basis: 100%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image-wrap { aspect-ratio: 4 / 5; min-height: 0; order: 2; }
  .about-image-wrap img { object-position: center 24%; }
  .about-image-wrap::after { background: linear-gradient(0deg, var(--cream) 0%, transparent 22%); }
  .about-copy { order: 1; }
  .section-heading, .reviews-top { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2 { margin-bottom: 18px; }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { aspect-ratio: 3 / 4; }
  .service-card-copy { padding: 24px; }
  .full-menu { margin-top: 34px; }
  .full-menu > summary { font-size: 10px; gap: 20px; }
  .full-menu-grid { gap: 40px; grid-template-columns: 1fr; padding-top: 35px; }
  .menu-action { align-items: stretch; flex-direction: column; gap: 20px; }
  .experience { padding-bottom: 64px; }
  .experience .video-frame { aspect-ratio: 16 / 9; margin-left: -5vw; width: calc(100% + 10vw); }
  .reviews-top { gap: 28px; }
  .score-box { border-left: 0; border-top: 1px solid var(--line); padding: 22px 0 0; width: 100%; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; }
  .location-info h2 { font-size: 46px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .location-actions .button { width: 100%; }
  .map-card, .map-card iframe { min-height: 390px; }
  .final-cta, .final-cta-content { min-height: 470px; }
  .final-cta > img { object-position: 52% center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .mobile-booking-bar { align-items: center; background: linear-gradient(90deg, #bfcba5 0%, #d7dfc6 50%, #bfcba5 100%); border-top: 1px solid rgba(32,40,30,.16); bottom: 0; box-shadow: 0 -10px 28px rgba(19,27,18,.24); color: var(--green-deep); display: flex; font-size: 11px; font-weight: 800; height: 62px; justify-content: space-between; left: 0; letter-spacing: .1em; overflow: hidden; padding: 0 22px; position: fixed; right: 0; text-transform: uppercase; z-index: 60; }
  .mobile-booking-bar::before { animation: booking-shimmer 4.8s ease-in-out infinite; background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.38) 50%, transparent 100%); content: ""; height: 100%; left: -45%; pointer-events: none; position: absolute; top: 0; transform: skewX(-18deg); width: 34%; }
  .mobile-booking-bar svg { animation: booking-arrow 2.6s ease-in-out infinite; background: var(--green-deep); border-radius: 50%; color: var(--white); height: 34px; padding: 8px; width: 34px; }
}

@media (max-width: 480px) and (max-height: 740px) {
  .hero-image, .hero-shade { height: clamp(280px, 72vw, 320px); }
  .hero-image { object-position: center 58%; }
  .hero-content { padding-bottom: 76px; padding-top: 18px; }
  .hero h1 { font-size: clamp(38px, 10.8vw, 44px); }
  .hero-text { font-size: 13px; line-height: 1.5; margin: 14px 0 0; }
  .hero-actions, .hero-rating { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .mobile-booking-bar::before, .mobile-booking-bar svg { animation: none !important; }
}
