:root { --navy: #273955; --ink: #f4f2ed; --cream: #171717; --gold: #c59a54; --paper: #000; --muted: #d0d3d5; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 "DM Sans", sans-serif; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.site-header { min-height: 86px; background: var(--navy); display: flex; align-items: center; padding: 10px max(4vw, 28px); position: relative; z-index: 5; font-family: "DM Sans", sans-serif; }
.brand { display: flex; align-items: center; color: #f5dfb0; text-decoration: none; gap: 12px; }
.brand-logo { display: block; width: 66px; height: 64px; object-fit: contain; }
.brand-name { display: none; font-family: "Playfair Display", serif; font-size: 21px; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { color: #f8f4ed; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { transform: translateY(-1px); }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #e1bb77; }
.book-link { border: 1px solid var(--gold); padding: 9px 16px; color: #f5dfb0 !important; transition: background .2s ease, color .2s ease, transform .2s ease; }
.book-link:hover { background: var(--gold); color: var(--navy) !important; transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 42px; margin-left: auto; color: #fff; border: 1px solid rgba(255,255,255,.55); background: transparent; font-size: 19px; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.menu-toggle:hover, .menu-toggle.is-open { background: rgba(255,255,255,.12); transform: scale(1.04); }
.eyebrow { color: #e4bd78; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; margin: 0 0 14px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 27px max(4vw, 28px); background: #172537; color: #bdc7d1; font-size: 13px; }
.site-footer p { margin: 0; }
.socials { display: flex; gap: 17px; }
.socials a { color: #f5dfb0; text-decoration: none; font-weight: 700; letter-spacing: .04em; }
.button { display: inline-block; border: 1px solid var(--gold); background: var(--navy); color: #f4dba8; padding: 12px 22px; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
.button { transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }

/* Homepage */
.hero { min-height: 650px; display: grid; align-items: end; padding: 80px max(8vw, 28px); color: #fff; background: linear-gradient(90deg, rgba(12,19,24,.8) 0%, rgba(12,19,24,.5) 50%, rgba(12,19,24,.18) 100%), url('/assets/marketinn/home/home-010.jpg') center/cover; }
.hero-content { max-width: 720px; padding: 16px 0 16px 29px; border-left: 2px solid var(--gold); animation: rise .8s ease-out both; }
.hero h1 { margin-bottom: 22px; font: 500 clamp(48px, 7vw, 87px)/1.03 "Playfair Display", serif; }
.hero p:last-child { max-width: 595px; margin-bottom: 0; font-size: 18px; }
.section { padding: 100px max(8vw, 28px); }
.section-title { margin-bottom: 22px; font: 500 clamp(36px, 4vw, 55px)/1.1 "Playfair Display", serif; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(38px, 8vw, 110px); align-items: center; max-width: 1200px; margin: auto; }
.intro-copy { font-size: 17px; }
.intro-copy p { margin-bottom: 20px; }
.feature-list { columns: 2; padding: 0; margin: 26px 0; list-style: none; }
.feature-list li { break-inside: avoid; margin-bottom: 9px; font-size: 15px; }
.feature-list li::before { content: "-"; margin-right: 9px; color: var(--gold); font-weight: 700; }
.image-frame { position: relative; min-height: 470px; background: url('/assets/marketinn/home/home-010.jpg') center/cover; }
.image-frame::after { content: "Tavistock, Devon"; position: absolute; right: 0; bottom: 0; padding: 11px 18px; background: var(--navy); color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.offers { max-width: 1200px; margin: auto; text-align: center; }
.offers > p { max-width: 670px; margin: 0 auto 48px; color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; text-align: left; }
.offer { overflow: hidden; background: var(--cream); transition: transform .3s ease, box-shadow .3s ease; }
.offer:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(0,0,0,.28); }
.offer-image { display: block; width: 100%; height: 285px; object-fit: cover; transition: transform .5s ease; }
.offer:hover .offer-image { transform: scale(1.035); }
.offer-body { padding: 28px 30px 31px; }
.offer h3 { margin-bottom: 15px; font: 500 30px/1.15 "Playfair Display", serif; }
.offer p { min-height: 75px; color: var(--muted); font-size: 15px; }
.offer ul { display: flex; flex-wrap: wrap; gap: 8px 15px; padding: 0; margin: 21px 0 0; list-style: none; }
.offer li { color: #f4f2ed; font-size: 13px; font-weight: 700; }
.offer li::before { content: "+"; margin-right: 5px; color: var(--gold); }
.visit { padding: 88px max(8vw, 28px); background: var(--navy); color: #fff; text-align: center; }
.visit h2 { margin-bottom: 16px; font: 500 clamp(37px, 4vw, 57px)/1.1 "Playfair Display", serif; }
.visit p { max-width: 550px; margin: 0 auto 30px; color: #e1e6ec; }

/* Standard pages */
.page-hero { min-height: 390px; display: grid; align-items: end; padding: 72px max(8vw, 28px); color: #fff; background-color: var(--navy); background-position: center; background-size: cover; }
.page-hero--functions { background-image: linear-gradient(90deg, rgba(14,23,31,.84), rgba(14,23,31,.35)), url('/assets/marketinn/home/function-001.jpg'); }
.page-hero--about-us { background-image: linear-gradient(90deg, rgba(14,23,31,.84), rgba(14,23,31,.35)), url('/assets/marketinn/home/about-002.jpg'); }
.page-hero--contact-us { background-image: linear-gradient(90deg, rgba(14,23,31,.84), rgba(14,23,31,.35)), url('/assets/marketinn/home/about-004.jpg'); }
.page-hero > div { max-width: 720px; padding: 13px 0 13px 27px; border-left: 2px solid var(--gold); }
.page-hero h1 { margin-bottom: 17px; font: 500 clamp(45px, 6vw, 75px)/1.06 "Playfair Display", serif; }
.page-hero p:last-child { max-width: 610px; margin-bottom: 0; font-size: 18px; }
.page-content { padding: 94px max(8vw, 28px); }
.content-wrap { max-width: 1110px; margin: auto; }
.lede { max-width: 720px; color: var(--muted); font-size: 18px; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(33px, 7vw, 90px); align-items: center; margin: 64px 0; }
.split.reverse > :first-child { order: 2; }
.content-image { display: block; width: 100%; min-height: 365px; object-fit: cover; }
.copy h2 { margin-bottom: 16px; font: 500 37px/1.15 "Playfair Display", serif; }
.copy p { color: var(--muted); }
.detail-list { columns: 2; padding: 0; margin: 25px 0 0; list-style: none; }
.detail-list li { break-inside: avoid; margin-bottom: 10px; }
.detail-list li::before { content: "+"; margin-right: 8px; color: var(--gold); font-weight: 700; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 45px 0; }
.card, .contact-details { padding: 26px; border: 1px solid rgba(255,255,255,.14); background: var(--cream); }
.card { transition: transform .3s ease, border-color .3s ease; }
.card:hover { border-color: rgba(197,154,84,.65); transform: translateY(-4px); }
.card h3 { margin-bottom: 11px; font: 500 24px/1.2 "Playfair Display", serif; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.info-panel { padding: clamp(30px, 5vw, 60px); margin-top: 60px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; margin-top: 50px; }
.contact-details { padding: 34px; }
.contact-details h3 { margin-bottom: 10px; font: 500 28px "Playfair Display", serif; }
.contact-details p { margin-bottom: 28px; }
form { display: grid; gap: 17px; }
label { text-transform: uppercase; letter-spacing: .1em; font-size: 13px; font-weight: 700; }
input, textarea { display: block; width: 100%; padding: 12px; margin-top: 6px; border: 1px solid #ccd1d2; background: #fff; color: #1c2733; font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.form-note { color: #f4dba8; font-size: 14px; }

/* Dining */
body:has(.dining-page) { background: #000; font-family: Karla, "DM Sans", sans-serif; }
body:has(.dining-page) .page-hero { display: none; }
body:has(.dining-page) .page-content { padding: 0; }
body:has(.dining-page) .content-wrap { max-width: none; }
.dining-page { background: #000; color: rgba(255,255,255,.8); }
.dining-page h2, .dining-page h3 { font-family: Karla, "DM Sans", sans-serif; }
.dining-hero { height: 476px; overflow: hidden; background: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,.4)), url('/assets/marketinn/home/dining-banner.jpg') center/cover; color: #fff; }
.dining-hero-inner { position: relative; width: min(100% - 48px, 1200px); height: 476px; margin: auto; }
.dining-hero-copy { position: absolute; top: 133px; left: 32px; width: 600px; }
.dining-hero h1 { margin: 0 0 12px; font: 700 36px/1.2 Karla, "DM Sans", sans-serif; }
.dining-hero-copy p { margin: 0; font-size: 17px; }
.reservation-widget { position: absolute; top: 0; right: 32px; width: 320px; height: 476px; padding: 16px; background: rgba(255,255,255,.95); }
.booking-widget { display: block; width: 100%; min-height: 270px; border: 0; background: #fff; }
.reservation-widget .booking-widget { height: 490px; min-height: 0; }
.dining-content { width: min(100% - 48px, 768px); padding: 60px 0 88px; margin: auto; }
.dining-content .section-title { margin-bottom: 44px; font: 700 42px/1.2 Karla, "DM Sans", sans-serif; text-align: center; }
.menu-tabs { display: flex; gap: 0; margin: 40px 0 31px; border-bottom: 1px solid #c8c2b9; }
.menu-tab { padding: 13px 20px; border: 0; background: transparent; color: var(--navy); cursor: pointer; font: 700 13px "DM Sans", sans-serif; letter-spacing: .06em; }
.menu-tab[aria-selected="true"] { background: var(--navy); color: #fff; }
.menu-panel[hidden] { display: none; }
.dining-content .menu-tabs { margin: 0; border-bottom-color: #dee2e6; }
.dining-content .menu-tab { padding: 10px 16px; border: 1px solid transparent; border-radius: 6px 6px 0 0; color: rgba(255,255,255,.8); font-size: 16px; font-weight: 400; letter-spacing: 0; }
.dining-content .menu-tab[aria-selected="true"] { border-color: var(--navy); background: var(--navy); color: #fff; }
.additional-info { padding: 28px 30px; margin-bottom: 30px; border-left: 3px solid var(--gold); background: var(--cream); }
.additional-info h2 { margin-bottom: 15px; font: 500 31px "Playfair Display", serif; }
.additional-info p { margin: 7px 0; }
.dining-content .additional-info { padding: 30px 0 0; margin-bottom: 20px; border: 0; background: transparent; }
.dining-content .additional-info h2 { font-size: 28px; font-weight: 500; }
.dining-content .additional-info p { margin: 0 0 13px; }
.menu-image { display: block; width: 100%; border: 1px solid rgba(255,255,255,.2); }
.dining-content .menu-panel { width: min(100%, 635px); margin: auto; }
.cocktail-title { margin-top: 82px; font: 500 42px "Playfair Display", serif; text-align: center; }
.dining-content .cocktail-title { margin-top: 55px; font-size: 30px; font-weight: 500; }
.cocktail-intro { max-width: 790px; margin: 0 auto 35px; color: var(--muted); text-align: center; }
.dining-content .cocktail-intro { max-width: 1000px; color: rgba(255,255,255,.8); }
.cocktail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.cocktail { padding: 23px; border: 1px solid #e1ded8; background: #fff; }
.dining-content .cocktail { border-color: rgba(255,255,255,.18); border-radius: .25rem; background: #292929; box-shadow: 0 .125rem .25rem rgba(0,0,0,.25); }
.cocktail h3 { margin-bottom: 9px; font: 500 23px/1.2 "Playfair Display", serif; }
.dining-content .cocktail h3 { color: #f3cf82; font-size: 20px; font-weight: 600; }
.cocktail p { margin-bottom: 16px; color: #56616a; font-size: 14px; }
.dining-content .cocktail p { color: #f1f3f5; }
.cocktail strong { color: var(--navy); }
.dining-content .cocktail strong { color: #fff; }
.about-dining { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 65px 0 35px; }
.about-dining img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.about-dining p { padding-top: 20px; color: #505c64; }
.dining-content .about-dining { margin-top: 42px; }
.dining-content .about-dining p, .dining-content .closing-copy { color: rgba(255,255,255,.8); text-align: left; }
.closing-copy { max-width: 900px; margin: 28px auto; color: #505c64; text-align: center; }
.dining-content .closing-copy { max-width: none; }
.closing-image { display: block; width: 100%; margin-top: 34px; }

/* Shared motion */
.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s ease var(--reveal-delay, 0ms); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .dining-hero-copy.reveal { transform: translateX(-24px); }
.motion-ready .dining-hero-copy.reveal.is-visible { transform: translateX(0); }
.motion-ready .reservation-widget.reveal { transform: translateX(24px); }
.motion-ready .reservation-widget.reveal.is-visible { transform: translateX(0); }

@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 720px) {
  .site-header { min-height: 78px; }
  .brand-logo { width: 54px; height: 54px; }
  .main-nav { position: absolute; top: 78px; right: 0; left: 0; z-index: 2; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; gap: 20px; padding: 17px 28px 27px; border-top: 1px solid rgba(255,255,255,.13); background: var(--navy); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .main-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .menu-toggle { display: block; }
  .hero { min-height: 590px; padding-bottom: 68px; }
  .hero-content { padding-left: 20px; }
  .hero p:last-child { font-size: 16px; }
  .section, .page-content { padding-top: 65px; padding-bottom: 65px; }
  .page-hero { min-height: 465px; padding-bottom: 63px; }
  .intro-grid, .offer-grid, .split, .contact-grid, .cards, .menu-layout, .booking form, .cocktail-grid, .about-dining { grid-template-columns: 1fr; }
  .split { margin: 45px 0; }
  .split.reverse > :first-child { order: initial; }
  .image-frame { order: -1; min-height: 345px; }
  .content-image { min-height: 290px; }
  .feature-list, .detail-list { columns: 1; }
  .offer-image { height: 235px; }
  .offer p { min-height: 0; }
  .menu-tabs { overflow-x: auto; }
  .menu-tab { white-space: nowrap; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 18px; }
  .dining-hero { height: auto; min-height: 0; padding: 55px 16px 0; }
  .dining-hero-inner { width: 100%; height: auto; }
  .dining-hero-copy, .reservation-widget { position: static; width: 100%; }
  .dining-hero-copy { margin: 0 0 28px; text-align: center; }
  .dining-hero h1 { font-size: 34px; }
  .reservation-widget { height: auto; max-width: 320px; margin: auto; }
  .reservation-widget .booking-widget { min-height: 490px; }
  .dining-content { width: min(100% - 32px, 768px); padding-top: 45px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}