:root {
  --green: #173a32;
  --cream: #f6f0e5;
  --paper: #fffdf8;
  --amber: #cf8b3a;
  --ink: #17201d;
  --muted: #68736e;
  --line: rgba(23, 58, 50, .13);
  --serif: "Playfair Display", serif;
  --sans: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; overflow-x: hidden; }
a { text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: #fff; color: #000; padding: .7rem 1rem; z-index: 9999; }
.skip-link:focus { top: 1rem; }
.topbar { background: var(--green); color: #dfe9e4; font-size: .78rem; padding: .55rem 0; }
.topbar a { color: #fff; }
.topbar-contact a, .footer-top a { overflow-wrap: anywhere; }
.navbar { background: rgba(255, 253, 248, .96); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; padding: .8rem 0; transition: .25s; }
.navbar.scrolled { box-shadow: 0 10px 30px rgba(18, 39, 33, .08); border-color: var(--line); }
.navbar-brand { display: flex; align-items: center; gap: .65rem; color: var(--green); }
.navbar-brand span:last-child { display: flex; flex-direction: column; line-height: 1; }
.navbar-brand strong { font: 700 1.22rem var(--serif); }
.navbar-brand small { text-transform: uppercase; letter-spacing: .18em; font-size: .54rem; margin-top: .35rem; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: var(--cream); font: 700 1.35rem var(--serif); border: 2px solid var(--amber); }
.nav-link { font-weight: 600; font-size: .9rem; color: var(--ink) !important; margin: 0 .35rem; }
.nav-link:hover, .nav-link.active { color: var(--amber) !important; }
.btn { border-radius: 2px; padding: .76rem 1.2rem; font-weight: 700; font-size: .84rem; }
.btn-primary { background: var(--amber); border-color: var(--amber); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background: #b87528; border-color: #b87528; }
.nav-cta { padding: .7rem 1rem !important; }

.hero { min-height: 76vh; position: relative; color: #fff; display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("../images/motel-front.webp") center/cover no-repeat; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(9,29,24,.9), rgba(9,29,24,.58) 55%, rgba(9,29,24,.15)), linear-gradient(0deg, rgba(9,29,24,.4), transparent 50%); }
.hero-content { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; }
.hero-copy { max-width: 770px; padding: 6rem 0 7rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--amber); font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; margin-bottom: 1rem; }
.eyebrow.light { color: #f0b668; }
.hero h1, .restaurant-copy h2 { font: 700 clamp(3.3rem, 7vw, 6.8rem)/.96 var(--serif); letter-spacing: -.04em; margin-bottom: 1.6rem; }
.hero h1 em, .restaurant-copy h2 em, .section-title em { color: #efb467; font-weight: 600; }
.hero p { font-size: 1.08rem; max-width: 590px; color: #e5ede9; margin-bottom: 2rem; }
.hero-note { background: rgba(255,255,255,.94); color: var(--ink); padding: 1rem 1.2rem; margin-bottom: 3rem; gap: .8rem; align-items: center; min-width: 235px; }
.note-icon { width: 44px; height: 44px; background: var(--cream); color: var(--amber); display: grid; place-items: center; font-size: 1.2rem; }
.hero-note span:last-child, .booking-contact span, .contact-list span { display: flex; flex-direction: column; }
.hero-note small, .booking-contact small, .contact-list small { color: var(--muted); font-size: .7rem; }
.hero-note strong { font-size: .88rem; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 1.2rem; transform: translateX(-50%); color: #fff; font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; display: flex; align-items: center; gap: .65rem; }
.scroll-cue span { height: 1px; width: 35px; background: #fff; }

.quick-book { position: relative; z-index: 3; background: var(--paper); box-shadow: 0 18px 45px rgba(25,52,44,.11); padding: 1.2rem 0; }
.quick-book label, .booking-form label, .contact-form label { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 700; margin-bottom: .4rem; }
.form-control, .form-select { border-radius: 2px; border-color: rgba(23,58,50,.18); padding: .78rem .9rem; font-size: .86rem; background-color: #fffdf8; }
.form-control:focus, .form-select:focus { border-color: var(--amber); box-shadow: 0 0 0 .2rem rgba(207,139,58,.13); }
.section-pad { padding: 7rem 0; }
.section-title { font: 700 clamp(2.4rem, 4vw, 4rem)/1.08 var(--serif); letter-spacing: -.035em; color: var(--green); margin-bottom: 1.5rem; }
.lead-copy, .section-heading p { color: var(--muted); }
.section-heading { max-width: 680px; margin: 0 auto 3.5rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--green); font-weight: 700; border-bottom: 1px solid var(--green); padding-bottom: .25rem; }
.text-link:hover { color: var(--amber); border-color: var(--amber); }

.image-collage { position: relative; padding: 0 4rem 4rem 0; }
.collage-main { width: 100%; height: 510px; object-fit: cover; }
.collage-small { position: absolute; width: 42%; height: 210px; right: 0; bottom: 0; object-fit: cover; border: 8px solid var(--paper); }
.collage-badge { position: absolute; left: -1rem; bottom: 2rem; background: var(--green); color: #fff; padding: 1.2rem 1.6rem; display: flex; flex-direction: column; }
.collage-badge strong { font: 700 1.2rem var(--serif); }
.collage-badge span { font-size: .7rem; color: #b8cdc5; }
.feature-list { margin: 2rem 0; }
.feature-list div { font-size: .86rem; font-weight: 600; }
.feature-list i { color: var(--amber); margin-right: .4rem; }

.amenities-section, .gallery-section { background: var(--cream); }
.amenity-card { height: 100%; background: var(--paper); padding: 1.7rem; display: flex; gap: 1.1rem; border: 1px solid transparent; transition: .25s; }
.amenity-card:hover { transform: translateY(-5px); border-color: rgba(207,139,58,.35); box-shadow: 0 15px 30px rgba(23,58,50,.07); }
.amenity-card > i { font-size: 1.45rem; color: var(--amber); width: 48px; height: 48px; background: var(--cream); display: grid; place-items: center; flex: 0 0 auto; }
.amenity-card h3 { font: 700 1.15rem var(--serif); color: var(--green); }
.amenity-card p { color: var(--muted); font-size: .82rem; margin: 0; }

.rooms-section { background: var(--green); }
.section-intro { font-size: .9rem; }
.room-card { background: var(--paper); height: 100%; transition: .3s; }
.room-card:hover { transform: translateY(-7px); }
.room-card.featured { box-shadow: 0 25px 50px rgba(0,0,0,.25); }
.room-image { position: relative; height: 220px; overflow: hidden; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.room-card:hover img { transform: scale(1.05); }
.room-image span { position: absolute; left: 1rem; top: 1rem; background: var(--paper); color: var(--green); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; padding: .45rem .65rem; }
.room-body { padding: 1.7rem; }
.room-body small { color: var(--amber); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; }
.room-body h3 { font: 700 1.6rem var(--serif); color: var(--green); margin: .35rem 0 1rem; }
.room-body ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-bottom: 1.5rem; color: var(--muted); font-size: .76rem; }
.room-body li i { color: var(--amber); margin-right: .25rem; }
.room-note { color: rgba(255,255,255,.55); font-size: .73rem; }

.restaurant-hero { position: relative; min-height: 690px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.restaurant-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,22,19,.94), rgba(8,22,19,.2)), url("../images/restaurant-hero.png") center/cover no-repeat; }
.restaurant-copy { max-width: 700px; padding: 7rem 0; }
.restaurant-copy h2 { font-size: clamp(3rem, 6vw, 5.9rem); }
.restaurant-copy p { color: #dce8e3; max-width: 550px; margin: 0 0 2rem; }
.menu-showcase { background: var(--paper); }
.menu-card { display: block; position: relative; min-height: 270px; padding: 2rem; color: #fff; overflow: hidden; transition: .3s; }
.menu-card:hover { transform: translateY(-6px); color: #fff; }
.menu-card > span { position: absolute; right: 1.3rem; top: .8rem; font: 700 4rem var(--serif); color: rgba(255,255,255,.09); }
.menu-card > i { font-size: 2rem; }
.menu-card h3 { font: 700 1.55rem var(--serif); margin: 2.4rem 0 .25rem; }
.menu-card p { font-size: .82rem; color: rgba(255,255,255,.65); }
.menu-card b { position: absolute; bottom: 1.6rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.tone-1 { background: #234a3f; } .tone-2 { background: #9d6335; } .tone-3 { background: #5b3329; }
.tone-4 { background: #173a32; } .tone-5 { background: #3d6171; } .tone-6 { background: #7f4d51; }

.gallery-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 1rem; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption { position: absolute; left: 1rem; bottom: 1rem; color: #fff; background: rgba(14,45,37,.86); font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; padding: .5rem .7rem; }
.gallery-a { grid-row: span 2; }
.gallery-b { grid-column: span 2; }
.dining-photo-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.dining-photo-strip img { width: 100%; height: 320px; object-fit: cover; }

.booking-section { background: #102e27; color: #d6e3dd; }
.booking-section p { color: #a9beb5; }
.booking-contact { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.booking-contact > i { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; color: var(--amber); font-size: 1.25rem; }
.booking-contact a { color: #fff; font-weight: 700; }
.booking-form { background: var(--paper); color: var(--ink); padding: 2rem; }
.booking-form label span { color: var(--muted); text-transform: none; letter-spacing: 0; }
.form-status { font-size: .78rem; margin-top: 1rem; }
.form-status.success { color: #2f8060; }
.contact-section { background: var(--paper); }
.contact-list { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-list a { display: flex; align-items: center; gap: 1rem; color: var(--ink); padding: 1rem; border: 1px solid var(--line); }
.contact-list i { width: 42px; height: 42px; background: var(--cream); color: var(--amber); display: grid; place-items: center; }
.contact-list span { font-weight: 600; font-size: .84rem; }
.contact-form { background: var(--cream); padding: 2rem; }
.map-wrap { height: 400px; margin-top: 5rem; border: 8px solid var(--cream); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

footer { background: #0b2520; color: #b8cbc3; padding: 5rem 0 1.5rem; }
.footer-brand { color: #fff; margin-bottom: 1.2rem; }
.footer-top p { font-size: .8rem; max-width: 350px; }
.footer-top h3 { color: #fff; text-transform: uppercase; font-size: .68rem; letter-spacing: .16em; margin-bottom: 1.2rem; }
.footer-top > div > a:not(.navbar-brand):not(.btn):not(.footer-phone) { display: block; color: #b8cbc3; font-size: .8rem; margin: .55rem 0; }
.footer-phone { color: #efb467; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 4rem; padding-top: 1.3rem; display: flex; justify-content: space-between; font-size: .68rem; }
.floating-call { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 99; width: 52px; height: 52px; background: var(--amber); color: #fff; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
  .topbar span:first-child { display: none; }
  .navbar-collapse { padding: 1rem 0; }
  .nav-link { padding: .7rem 0; }
  .nav-cta { margin-top: .5rem; }
  .hero { min-height: 690px; }
  .hero-copy { padding: 5rem 0; }
  .section-pad { padding: 5.5rem 0; }
  .restaurant-hero { min-height: 600px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px; }
  .gallery-a { grid-row: auto; }
  .gallery-b { grid-column: auto; }
  .gallery-d { display: none; }
}

@media (max-width: 767.98px) {
  .navbar-brand strong { font-size: 1.05rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 3.2rem; }
  .hero-copy { padding: 4rem 0 5rem; }
  .hero p { font-size: .92rem; }
  .scroll-cue { display: none; }
  .section-pad { padding: 4.5rem 0; }
  .section-title { font-size: 2.55rem; }
  .image-collage { padding: 0 2.5rem 2.5rem 0; }
  .collage-main { height: 390px; }
  .collage-small { height: 155px; }
  .collage-badge { left: 0; bottom: 0; }
  .room-image { height: 250px; }
  .restaurant-hero { min-height: 570px; }
  .restaurant-copy { padding: 5rem 0; }
  .restaurant-copy h2 { font-size: 3.3rem; }
  .menu-card { min-height: 230px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 180px; gap: .6rem; }
  .gallery-a { grid-column: span 2; }
  .dining-photo-strip { grid-template-columns: 1fr; }
  .dining-photo-strip img { height: 250px; }
  .booking-form, .contact-form { padding: 1.25rem; }
  .map-wrap { height: 320px; margin-top: 3rem; border-width: 4px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

.room-gallery-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.room-gallery-strip img{width:100%;height:240px;object-fit:cover}.navbar-brand strong{line-height:1.05}.navbar-brand small{max-width:210px}@media(max-width:767.98px){.room-gallery-strip{grid-template-columns:1fr}.room-gallery-strip img{height:250px}}

/* Sturgis update layout guard */
html,body{max-width:100%;overflow-x:hidden}.row{max-width:100%}.hero-image{left:0;right:0}

/* Sturgis update overflow final */
.container>.row,.footer-top.row{margin-left:0;margin-right:0;width:100%}.hero-image{transform:none!important}
