@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500;600;700&family=Libre+Franklin:wght@400;500;600&display=swap");

/* Bed 'n Biscuit. Warmer sibling to the hospital site: the bone lockup's cream
   and its brighter green, so the two read as related but separately findable. */
:root{
  --green:#02631c; --green-dk:#0a4715; --cream:#efe3c9; --cream-lt:#faf5e8;
  --paper:#fffdf8; --ink:#20281f; --body:#4a5147; --rule:#e2d9bf; --gold:#c08a2e;
  --serif:"Zilla Slab",Rockwell,"Bookman Old Style",Georgia,serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--body);
  font:16.5px/1.72 "Libre Franklin","Franklin Gothic Medium","Segoe UI",system-ui,sans-serif}
h1,h2,h3{font-family:var(--serif);color:var(--ink);line-height:1.22;margin:0 0 .55rem}
h1{font-size:2.35rem}
h2{font-size:1.75rem}
h3{font-size:1.12rem}
p{margin:0 0 1rem}
a{color:var(--green)}
img{max-width:100%;height:auto;display:block}
.w60{max-width:62ch}
.mt{margin-top:1.75rem}

a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.skip{position:absolute;left:-9999px;background:var(--ink);color:#fff;padding:.8rem 1.2rem;z-index:100}
.skip:focus{left:.5rem;top:.5rem}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.wrap{max-width:1060px;margin:0 auto;padding:0 1.25rem}

.btn{display:inline-block;background:var(--green);color:#fff;text-decoration:none;
  padding:.78rem 1.5rem;border:2px solid var(--green);font-weight:600;border-radius:2px}
.btn:hover{background:var(--green-dk);border-color:var(--green-dk)}
.btn.ghost{background:transparent;color:var(--green-dk)}
.btn.ghost:hover{background:var(--cream)}
.btn-sm{padding:.45rem .95rem;font-size:.92rem}

.strip{background:var(--green-dk);color:#d5e5da;font-size:.9rem}
.strip a{color:#fff;font-weight:600}
.strip .wrap{display:flex;justify-content:space-between;gap:.4rem 1.5rem;
  flex-wrap:wrap;padding-top:.5rem;padding-bottom:.5rem}

header{background:var(--paper);border-bottom:3px solid var(--green)}
.bar{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;
  padding:.85rem 0;flex-wrap:wrap}
.bar img{width:230px}
nav ul{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0;flex-wrap:wrap;align-items:center}
nav a{color:var(--ink);text-decoration:none;font-weight:600;font-size:.95rem}
nav a:hover{color:var(--green)}
nav a[aria-current="page"]{border-bottom:2px solid var(--green);padding-bottom:2px}

.hero{background:var(--cream-lt);border-bottom:1px solid var(--rule);padding:3rem 0}
.hero-grid{display:grid;gap:2.5rem;grid-template-columns:1.35fr 1fr;align-items:center}
.hero-img{width:100%;border:8px solid #fff;box-shadow:0 1px 0 var(--rule)}
.lede{font-size:1.1rem;max-width:52ch}
.cta{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.35rem}

.band-green{background:var(--green);color:#eaf4ec;padding:1.25rem 0}
.band-green strong{color:#fff}
.band-green p{margin:0}
.band-cream{background:var(--cream-lt);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}

section{padding:2.75rem 0}

.amenities{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.55rem 2rem;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.amenities li{padding-left:1.6rem;position:relative}
.amenities li::before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;
  background:var(--gold);border-radius:50%}

.rates{width:100%;border-collapse:collapse;margin-top:1.25rem}
.rates th,.rates td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid var(--rule);vertical-align:top}
.rates thead th{background:var(--green);color:#fff;font-family:var(--serif);font-weight:600}
.rates tbody th{font-weight:600;color:var(--ink)}
.rates .price{font-family:var(--serif);font-size:1.2rem;color:var(--green-dk);white-space:nowrap}

.reqs{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));margin-top:1.25rem}
.reqs h3{color:var(--green-dk)}
.reqs p{margin:0}

.cross{background:var(--cream);border-top:1px solid var(--rule)}
.cross-grid{display:grid;gap:2rem;grid-template-columns:300px 1fr;align-items:center}
.cross-grid img{background:#fff;padding:.75rem}

.small-note{font-size:.9rem;color:#6b7167;margin-top:1rem}

footer{background:var(--ink);color:#b3bcae;padding:2.5rem 0 1.5rem;font-size:.93rem}
footer a{color:#fff}
footer h2{color:#fff;font-size:1.2rem}
footer h3{color:#fff;font-size:1rem}
.footer-grid{display:grid;gap:2rem;grid-template-columns:1.3fr 1fr 1fr}
.phone{font-family:var(--serif);font-size:1.25rem}
.fineprint{font-size:.83rem;color:#7c857a;border-top:1px solid #333a30;padding-top:1rem;margin:1.5rem 0 0}

.note{background:#fdf6e3;border:1px solid var(--rule);border-left:5px solid var(--gold);
  padding:1rem 1.2rem;font-size:.9rem;color:#5c4d24;margin:2rem 0}

@media(max-width:760px){
  .hero-grid,.cross-grid,.footer-grid{grid-template-columns:1fr}
  h1{font-size:1.9rem}
  .rates thead{display:none}
  .rates tbody th,.rates td{display:block;border-bottom:none;padding:.3rem 0}
  .rates tbody tr{display:block;border-bottom:1px solid var(--rule);padding:.9rem 0}
  /* header row is hidden when stacked, so the price has to say what it is */
  .rates td.price::after{content:" per day";font-size:.82rem;color:#6b7167;font-family:inherit}
}


.reqs img{width:84px;height:84px;margin-bottom:.6rem}
.byline{background:#fff;border-top:1px solid var(--rule);padding:1.5rem 0;text-align:center;
  font-size:.9rem;color:#6f7568}
.byline a{font-weight:600;color:var(--green-dk)}
@media(max-width:760px){
  .reqs{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
  .reqs img{width:60px;height:60px}
  .reqs p{font-size:.88rem}
  .bar img{width:190px}
  .hero-img{border-width:5px}
}

/* ---- added with the booking-and-proof pass ---------------------------- */

.rooms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin:1.75rem 0 0}
.rooms figure{margin:0}
.rooms img{width:100%;height:auto;border:1px solid var(--rule)}
.rooms figcaption{font-family:var(--serif);color:var(--green-dk);margin-top:.5rem;font-size:1rem}

.ph-note{background:var(--cream-lt);border-left:4px solid var(--gold);padding:.9rem 1.15rem;
  font-size:.9rem;color:#5c5340;margin:1.5rem 0 0;max-width:78ch}

.loop{border-top:3px solid var(--green);margin-top:1.75rem;padding-top:1.1rem;max-width:62ch}
.loop h3{color:var(--green-dk)}
.loop p{margin:0}

.groom-sec{background:var(--cream-lt);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.groom-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:2.5rem;align-items:center}
.groom-grid img{border:1px solid var(--rule)}

.rates-note{background:var(--cream-lt);border-left:5px solid var(--green);padding:.9rem 1.15rem;
  margin:1.25rem 0 .75rem;font-size:.95rem;color:#4a4634}

.ops{margin:1.5rem 0 0}
.ops>div{border-top:1px solid var(--rule);padding:1rem 0 1.1rem;
  display:grid;grid-template-columns:14rem 1fr;gap:0 2rem}
.ops dt{font-family:var(--serif);color:var(--green-dk);font-size:1.08rem}
.ops dd{margin:0}

.request{background:var(--green-dk);color:#d5e5da;padding:3rem 0}
.request h2{color:#fff}
.request .lede{color:#eaf4ec}
.request a{color:#fff}
.request-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:3rem;align-items:start}
.request .ph-note{background:rgba(255,255,255,.08);border-left-color:var(--gold);color:#cfe0d4}

.req{background:var(--paper);border:1px solid var(--rule);padding:1.75rem;color:var(--body)}
.req p{margin:0 0 1rem}
.req .f2{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}
.req label,.req legend{display:block;font-weight:600;font-size:.92rem;color:var(--ink);margin-bottom:.3rem}
.req input,.req select,.req textarea{width:100%;font:inherit;font-size:1rem;padding:.62rem .7rem;
  border:1px solid #c9c0a6;background:#fffdf8;color:var(--ink);border-radius:2px}
.req input:focus,.req select:focus,.req textarea:focus{outline:3px solid var(--gold);outline-offset:1px;border-color:var(--green)}
.req textarea{resize:vertical}
.req fieldset{border:0;padding:0;margin:0 0 1rem}
.req .radios{display:flex;gap:1.1rem;flex-wrap:wrap;margin:0}
.req .radios label,.req .check label{font-weight:400;display:flex;align-items:center;gap:.45rem;margin:0}
.req .radios input,.req .check input{width:auto}
.req button{cursor:pointer;font:inherit;font-weight:600}
.form-msg{margin:0;font-size:.93rem}
.form-msg.ok{border-left:4px solid var(--green);background:#eef5ef;padding:.75rem .95rem;color:var(--green-dk)}
.form-msg.bad{border-left:4px solid #a8443a;background:#fbf0ee;padding:.75rem .95rem;color:#7d2f27}

.campus{display:flex;gap:1.75rem;flex-wrap:wrap;padding-top:1.1rem;padding-bottom:1.1rem;
  background:var(--ink)}
.campus a{color:#fff;font-weight:600;text-decoration:none;font-size:.93rem}
.campus a:hover{text-decoration:underline}

/* phone only: the two things anyone on this page wants, always reachable */
.stickybar{display:none}

@media(max-width:760px){
  .rooms,.groom-grid,.request-grid,.req .f2{grid-template-columns:1fr}
  .req .f2{gap:0}
  .req{padding:1.25rem}
  .ops>div{grid-template-columns:1fr;gap:.2rem}
  .hero-grid{display:flex;flex-direction:column}
  .hero-grid img{order:-1}
  .hero{padding:1.5rem 0 2.25rem}
  nav ul{gap:.75rem 1.1rem}
  .stickybar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:50;
    border-top:1px solid var(--green-dk)}
  .stickybar a{flex:1;text-align:center;padding:.9rem .5rem;font-weight:600;
    text-decoration:none;background:var(--cream-lt);color:var(--green-dk)}
  .stickybar a.primary{background:var(--green);color:#fff}
  .byline{padding-bottom:4.5rem}
}
@media(max-width:760px){
  /* the sticky bar already carries the phone and the request, so the header
     does not need to spend the first screen repeating them */
  .strip .wrap span:first-child{display:none}
  nav ul li:last-child{display:none}
  .bar img{width:170px}
  .strip .wrap{justify-content:flex-start}
}
@media(max-width:760px){
  header nav ul{flex-wrap:nowrap;overflow-x:auto;gap:1.25rem;scrollbar-width:none;
    -webkit-overflow-scrolling:touch}
  header nav ul::-webkit-scrollbar{display:none}
  header nav li{flex:0 0 auto}
  header nav a{white-space:nowrap}
}
