:root {
  --ink: #17211d;
  --paper: #f5f1e8;
  --cream: #fffaf1;
  --green: #1c493c;
  --green-dark: #102f28;
  --coral: #d7654f;
  --gold: #c7a564;
  --line: rgba(23, 33, 29, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.concept-note { background: var(--green-dark); color: #dfe9e4; text-align: center; padding: 7px 16px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; }
.site-header { height: 84px; padding: 0 clamp(22px, 5vw, 80px); background: rgba(255,250,241,.97); display: flex; align-items: center; gap: 40px; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(23,33,29,.08); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { width: 43px; height: 43px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; font: 600 25px/1 "Playfair Display", serif; color: var(--green); }
.brand strong { display: block; font: 600 25px/1 "Playfair Display", serif; }
.brand small { display: block; margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; color: #6d746f; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.main-nav a { padding: 33px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--coral); }
.header-action { display: flex; align-items: center; gap: 8px; background: var(--green); color: white; padding: 13px 18px; font-size: 13px; font-weight: 700; }
.header-action svg, .button svg, .text-link svg, .contact-line svg { width: 17px; height: 17px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); padding: 8px; }

.hero { min-height: calc(100vh - 112px); position: relative; color: white; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url("assets/real/interior-1.jpg") center/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,24,20,.86) 0%, rgba(9,24,20,.52) 52%, rgba(9,24,20,.08) 100%); }
.hero-content { width: min(760px, 88vw); margin-left: clamp(24px, 8vw, 136px); position: relative; z-index: 2; padding: 90px 0 140px; }
.eyebrow { margin: 0 0 20px; color: #e6c786; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; }
.eyebrow.dark { color: var(--coral); }
h1, h2 { font-family: "Playfair Display", serif; letter-spacing: 0; }
h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 8vw, 112px); line-height: .91; font-weight: 600; }
h2 { margin: 0; font-size: clamp(40px, 5.2vw, 72px); line-height: 1.02; font-weight: 600; }
.hero-copy { max-width: 620px; margin: 30px 0 38px; color: #f3efe8; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions, .visit-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 700; border: 1px solid transparent; }
.button-primary { background: var(--coral); color: white; }
.button-primary:hover { background: #bd523e; }
.button-ghost { color: white; border-color: rgba(255,255,255,.58); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-light { background: var(--cream); color: var(--green-dark); }
.button-outline { border-color: rgba(255,255,255,.55); color: white; }
.hero-facts { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; min-height: 76px; padding: 0 clamp(24px, 8vw, 136px); background: rgba(10,35,29,.82); backdrop-filter: blur(10px); display: flex; align-items: center; gap: 45px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.hero-facts span { display: flex; align-items: center; gap: 9px; }
.hero-facts svg { width: 17px; color: #e6c786; }

.intro { max-width: 1320px; margin: 0 auto; padding: 130px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 130px); align-items: center; }
.intro-copy > p:not(.eyebrow) { max-width: 570px; margin: 30px 0 0; font-size: 17px; line-height: 1.8; color: #58605b; }
.text-link { margin-top: 34px; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: 5px; }
.intro-images { height: 650px; position: relative; }
.intro-images img { object-fit: cover; }
.image-tall { position: absolute; right: 0; top: 0; width: 72%; height: 86%; }
.image-small { position: absolute; left: 0; bottom: 0; width: 50%; height: 43%; border: 10px solid var(--paper); }

.feature-band { min-height: 670px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--green); color: white; }
.feature-image { min-height: 560px; background: url("assets/real/food-2.jpg") center/cover no-repeat; }
.feature-panel { padding: 110px clamp(40px, 7vw, 110px); align-self: center; }
.feature-panel h2 { max-width: 600px; }
.feature-panel > p:not(.eyebrow) { margin: 30px 0 36px; max-width: 520px; color: #d8e3de; line-height: 1.75; font-size: 17px; }

.menu-section { padding: 130px clamp(24px, 7vw, 120px); background: var(--cream); }
.section-heading { max-width: 1320px; margin: 0 auto 70px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-heading > p { max-width: 440px; color: #626963; line-height: 1.7; }
.menu-layout { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 7vw, 100px); }
.menu-group { margin-bottom: 48px; }
.menu-group h3 { margin: 0 0 12px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font: 600 25px/1.2 "Playfair Display", serif; color: var(--green); }
.menu-item { padding: 17px 0; border-bottom: 1px solid var(--line); }
.menu-item strong { display: block; font-size: 15px; }
.menu-item span { display: block; margin-top: 5px; color: #70766f; font-size: 13px; line-height: 1.5; }
.menu-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.1fr .9fr; gap: 10px; align-self: start; position: sticky; top: 110px; }
.menu-gallery img { height: 100%; min-height: 280px; object-fit: cover; }

.dog-friendly { min-height: 660px; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--coral); color: white; }
.dog-copy { padding: 100px clamp(36px, 7vw, 110px); align-self: center; }
.dog-copy .eyebrow { color: #ffe0b1; }
.dog-copy p:last-child { max-width: 470px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; color: #fff1ea; }
.dog-image { min-height: 540px; background: url("assets/real/interior-4.jpg") center/cover no-repeat; }

.reviews { padding: 125px clamp(24px, 7vw, 120px); background: var(--green-dark); color: white; display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px, 7vw, 100px); }
.rating-block { border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.rating-number { font: 600 clamp(75px, 9vw, 124px)/.9 "Playfair Display", serif; }
.stars { color: #e6c786; letter-spacing: 4px; margin: 18px 0 16px; }
.rating-block strong { font-size: 14px; }
.rating-block span:last-child { margin-top: 8px; color: #9eb0a8; font-size: 12px; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
blockquote { margin: 0; }
.quote-mark { color: var(--gold); font: 600 70px/1 "Playfair Display", serif; }
blockquote p { margin: 8px 0 30px; font: 500 clamp(24px, 2.4vw, 34px)/1.35 "Playfair Display", serif; }
blockquote footer { color: #9eb0a8; font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; }

.visit { min-height: 740px; display: grid; grid-template-columns: 1.08fr .92fr; }
.visit-image img { height: 100%; object-fit: cover; }
.visit-info { background: var(--green); color: white; padding: 100px clamp(36px, 7vw, 110px); }
.visit-info address { margin: 35px 0; font: normal 500 23px/1.6 "Playfair Display", serif; }
.contact-line { display: inline-flex; align-items: center; gap: 13px; color: #f0d49b; margin-bottom: 40px; }
.contact-line small { display: block; color: #aebcb6; font: 10px/1.4 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: 1.2px; }
.contact-line span { font-size: 18px; }
.hours { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); margin-bottom: 32px; }
.hours h3 { margin: 0 0 17px; font: 600 20px/1.2 "Playfair Display", serif; }
.hours div { display: flex; justify-content: space-between; gap: 25px; margin-top: 10px; color: #dce5e1; font-size: 13px; }

.site-footer { padding: 70px clamp(24px, 7vw, 120px) 30px; background: #091d18; color: white; text-align: center; }
.footer-brand { display: inline-flex; align-items: center; flex-direction: column; gap: 14px; font: 600 30px/1 "Playfair Display", serif; }
.footer-brand .brand-mark { color: white; }
.site-footer > p { margin: 24px 0; color: #9fb0a9; }
.site-footer nav { display: flex; justify-content: center; gap: 28px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.footer-bottom { margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #758981; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }

@media (max-width: 900px) {
  .site-header { height: 72px; padding: 0 20px; }
  .nav-toggle { display: block; }
  .header-action { padding: 11px; }
  .header-action span { display: none; }
  .main-nav { display: none; position: fixed; inset: 100px 0 0; background: var(--cream); padding: 45px 24px; flex-direction: column; align-items: flex-start; gap: 0; font: 600 30px/1.2 "Playfair Display", serif; }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 740px; }
  .hero-content { margin-left: 24px; padding: 80px 0 150px; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,24,20,.84), rgba(9,24,20,.36)); }
  .hero-facts { padding: 0 24px; gap: 20px; overflow-x: auto; }
  .hero-facts span { white-space: nowrap; }
  .intro, .menu-layout { grid-template-columns: 1fr; }
  .intro { padding: 90px 24px; gap: 55px; }
  .intro-images { height: 560px; }
  .feature-band, .dog-friendly, .reviews, .visit { grid-template-columns: 1fr; }
  .feature-image, .dog-image { min-height: 480px; }
  .feature-panel, .dog-copy, .visit-info { padding: 80px 24px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .menu-section { padding: 90px 24px; }
  .menu-gallery { position: static; }
  .reviews { padding: 90px 24px; }
  .rating-block { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 45px; }
  .visit-image { min-height: 540px; }
}

@media (max-width: 620px) {
  h1 { font-size: 55px; }
  h2 { font-size: 42px; }
  .brand small { display: none; }
  .hero-actions .button { width: 100%; }
  .hero-copy { font-size: 16px; }
  .hero-facts { min-height: 66px; gap: 8px; overflow: hidden; padding: 0 14px; }
  .hero-facts span { flex: 1; justify-content: center; font-size: 9px; letter-spacing: .5px; }
  .hero-facts svg { width: 14px; min-width: 14px; }
  .intro-images { height: 460px; }
  .image-tall { width: 82%; }
  .image-small { width: 58%; height: 38%; border-width: 7px; }
  .feature-image, .dog-image { min-height: 390px; }
  .menu-gallery { grid-template-rows: 230px 230px; }
  .menu-gallery img { min-height: 0; }
  .review-grid { grid-template-columns: 1fr; }
  .visit-image { min-height: 420px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .site-footer nav { flex-wrap: wrap; }
}
