/* Hotel Artika Inn — public site
   River slate for structure, marigold for the one action colour, sindoor for the hotel marker. */
:root {
  --river: #23395B;
  --river-2: #2F4E7A;
  --river-ink: #D9E2EF;
  --marigold: #E8A317;
  --marigold-2: #F2B838;
  --sindoor: #B3261E;
  --paper: #FFFFFF;
  --mist: #F2F4F7;
  --ink: #1D2433;
  --muted: #566074;
  --line: #DCE1E8;
  --head: "Tiro Devanagari Hindi", Georgia, serif;
  --body: "Mukta", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1160px;
  --gutter: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1.0625rem/1.6 var(--body); padding-bottom: 64px; }
@media (min-width: 900px) { body { padding-bottom: 0; } }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--river-2); text-underline-offset: 3px; }
a:hover { color: var(--river); }
:focus-visible { outline: 3px solid var(--marigold); outline-offset: 2px; border-radius: 2px; }

h1, h2, h3 { font-family: var(--head); font-weight: 400; line-height: 1.15; color: var(--river); margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.125rem); }
h3 { font-size: 1.3rem; }
h3 a, h2 a { color: inherit; text-decoration: none; }
h3 a:hover, h2 a:hover { text-decoration: underline; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 780px; }
.section { padding: 56px 0; }
.section.wrap, .section.narrow { padding-left: var(--gutter); padding-right: var(--gutter); }
.section-tight { padding-top: 8px; padding-bottom: 48px; }
.section-mist { background: var(--mist); }
.section-river { background: var(--river); color: var(--river-ink); }
.section-river h2 { color: #fff; }
.section-river a:not(.btn) { color: #fff; }
.section-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 24px; margin-bottom: 20px; }
.section-head h2 { margin: 0; }
.lede { font-size: 1.2rem; color: var(--muted); max-width: 62ch; }
.skip { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 20px; border-radius: 6px; border: 2px solid transparent; font: 500 1rem/1.2 var(--body); text-decoration: none; cursor: pointer; }
.btn-gold { background: var(--marigold); color: var(--ink); }
.btn-gold:hover { background: var(--marigold-2); color: var(--ink); }
.btn-river { background: var(--river); color: #fff; }
.btn-river:hover { background: var(--river-2); color: #fff; }
.btn-line { border-color: var(--river); color: var(--river); background: transparent; }
.btn-line:hover { background: var(--river); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }
.btn-ghost:hover { background: #fff; color: var(--river); }
.btn-block { width: 100%; }
.linklike { background: none; border: 0; padding: 0; font: inherit; color: var(--river-2); text-decoration: underline; cursor: pointer; }

/* Header */
.site-head { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.head-row { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 16px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 10px; line-height: 1.05; min-width: 0; }
.brand-logo { height: 48px; width: auto; max-width: 120px; object-fit: contain; flex: none; }
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-name { font-family: var(--head); font-size: 1.35rem; color: var(--river); }
.brand-place { font-size: .85rem; color: var(--muted); letter-spacing: .02em; }
.menu-btn { border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 8px 14px; font: 500 1rem var(--body); color: var(--river); }
.site-nav { display: none; }
.site-nav.open { display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 64px; background: #fff; border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 16px; }
.site-nav a { padding: 10px 0; text-decoration: none; color: var(--ink); font-weight: 500; }
.site-nav a[aria-current="page"] { color: var(--river); box-shadow: inset 0 -2px 0 var(--marigold); }
.site-nav .nav-book { color: var(--ink); margin-top: 8px; }
.nav-phone { color: var(--river) !important; }
@media (min-width: 1000px) {
  .menu-btn { display: none; }
  .site-nav, .site-nav.open { display: flex; position: static; flex-direction: row; align-items: center; gap: 22px; padding: 0; border: 0; }
  .site-nav a { padding: 6px 0; }
  .site-nav .nav-book { margin: 0 0 0 4px; padding: 8px 16px; }
}

/* Breadcrumbs */
.crumbs ol { list-style: none; margin: 0; padding: 14px 0 0; display: flex; flex-wrap: wrap; gap: 4px; font-size: .9rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 4px; color: var(--line); }
.crumbs a { color: var(--muted); }

/* Hero */
.hero { position: relative; min-height: min(88vh, 760px); display: flex; align-items: flex-end; color: #fff; background: var(--river); overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,32,52,.15) 0%, rgba(20,32,52,.35) 45%, rgba(20,32,52,.88) 100%); }
.hero-body { position: relative; padding-top: 120px; padding-bottom: 40px; width: 100%; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 7vw, 4.5rem); max-width: 14ch; margin-bottom: .25em; }
.hero-lede { font-size: 1.2rem; max-width: 46ch; color: #F1F4F9; }
.hero-rating { display: inline-block; color: #fff; margin-bottom: 20px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero-rating strong { color: var(--marigold-2); font-size: 1.15rem; }
.quick-book { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; background: #fff; color: var(--ink); padding: 14px; border-radius: 10px; max-width: 860px; }
.quick-book label { min-width: 0; display: flex; flex-direction: column; font-size: .85rem; color: var(--muted); gap: 2px; }
.quick-book input, .quick-book select { font: 500 1rem var(--body); color: var(--ink); border: 1px solid var(--line); border-radius: 6px; padding: 9px 10px; min-height: 44px; background: #fff; width: 100%; min-width: 0; }
.quick-book .btn { grid-column: 1 / -1; }
@media (min-width: 760px) {
  .quick-book { grid-template-columns: 1fr 1fr 110px auto; align-items: end; }
  .quick-book .btn { grid-column: auto; }
}
.hero-alt { margin: 14px 0 0; color: #E6ECF5; }
.hero-alt a { color: #fff; }

.offer-strip { background: var(--marigold); }
.offer-strip .wrap { padding-top: 10px; padding-bottom: 10px; display: flex; flex-wrap: wrap; gap: 4px 16px; align-items: baseline; }
.offer-strip a { color: var(--ink); font-weight: 500; }

/* Prose */
.prose { max-width: 70ch; }
.prose h2 { margin-top: 1.4em; }
.prose h3 { margin-top: 1.2em; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li { margin-bottom: .35em; }
.prose img { border-radius: 8px; margin: 1em 0; }
.intro .prose { font-size: 1.12rem; }

/* Rooms */
.room-grid { display: grid; gap: 24px; }
@media (min-width: 760px) { .room-grid { grid-template-columns: repeat(2, 1fr); } }
.room-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.room-card-img img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.room-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.room-card-body h2, .room-card-body h3 { font-size: 1.5rem; margin-bottom: .3em; }
.room-card-body .card-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.room-list { display: grid; gap: 28px; }
@media (min-width: 900px) {
  .room-list .room-card { flex-direction: row; }
  .room-list .room-card-img { flex: 0 0 48%; }
  .room-list .room-card-img img { height: 100%; }
}
.facts { list-style: none; padding: 0; margin: 0 0 12px; display: flex; flex-wrap: wrap; gap: 6px 18px; color: var(--muted); font-size: .95rem; }
.price { margin: 0 0 14px; }
.price strong { font-size: 1.35rem; color: var(--ink); }
.price span { color: var(--muted); font-size: .92rem; }

.room-page { padding-top: 16px; padding-bottom: 32px; }
.room-top { margin-bottom: 18px; }
.room-photos { display: grid; gap: 8px; margin-bottom: 28px; }
.room-photos img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; aspect-ratio: 3 / 2; }
@media (min-width: 900px) {
  .room-photos.multi { grid-template-columns: 2fr 1fr; grid-auto-rows: 220px; }
  .room-photos.multi .rp-item:first-child { grid-row: span 2; }
  .room-photos.multi img { aspect-ratio: auto; }
}
.room-layout { display: grid; gap: 32px; }
@media (min-width: 900px) { .room-layout { grid-template-columns: 1fr 340px; align-items: start; } }
.book-box { border: 1px solid var(--line); border-radius: 10px; padding: 22px; background: #fff; display: grid; gap: 10px; }
@media (min-width: 900px) { .book-box { position: sticky; top: 88px; } }
.book-online { text-align: center; font-size: .95rem; }

/* Amenities */
.amen h2 { margin-bottom: 18px; }
.amen-list { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 10px 32px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.amen-list li { padding-left: 22px; position: relative; }
.amen-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 9px; height: 9px; border-radius: 50%; background: var(--marigold); }
.amen-list-light { margin-bottom: 28px; }
.amen-times { color: #fff; font-weight: 500; margin: 0; }

/* Distance ribbon: the one bold element */
.ribbon { position: relative; margin: 8px 0 0; padding: 0 0 0 30px; }
.ribbon-river { position: absolute; left: 9px; top: 8px; bottom: 8px; width: 6px; border-radius: 3px; background: linear-gradient(180deg, var(--river-2), #7E9CC4); }
.stop { position: relative; padding: 7px 0; }
.stop::before { content: ""; position: absolute; left: -26px; top: 16px; width: 10px; height: 10px; border-radius: 50%; background: #fff; border: 2px solid var(--river); }
.stop-label { display: flex; flex-wrap: wrap; gap: 0 10px; align-items: baseline; text-decoration: none; }
.stop-name { color: var(--ink); font-weight: 500; }
a.stop-label:hover .stop-name { text-decoration: underline; }
.stop-dist { color: var(--muted); font-size: .92rem; }
.stop-hotel .stop-name { font-family: var(--head); color: var(--sindoor); font-weight: 400; font-size: 1.1rem; }
.stop-hotel::before { width: 18px; height: 18px; left: -30px; top: 12px; border: 0; background: var(--sindoor); box-shadow: 0 0 0 4px #fff; }
.stem { display: none; }
.ribbon-note { color: var(--muted); font-size: .9rem; margin-top: 14px; }

@media (min-width: 900px) {
  /* Horizontal line. --up/--down = rows of labels above/below, --row-i = a label's row. */
  .ribbon:not(.ribbon-vertical) {
    --rowh: 66px;
    --line: calc(var(--up) * var(--rowh) + 20px);
    height: calc((var(--up) + var(--down)) * var(--rowh) + 46px);
    padding: 0; margin-top: 4px;
  }
  .ribbon:not(.ribbon-vertical) .ribbon-river { left: 0; right: 0; top: var(--line); bottom: auto; width: auto; height: 6px; background: linear-gradient(90deg, var(--river-2), #7E9CC4); }
  .ribbon:not(.ribbon-vertical) .stop { position: absolute; left: var(--pos); top: 0; bottom: 0; width: 0; padding: 0; }
  .ribbon:not(.ribbon-vertical) .stop::before { left: -6px; top: calc(var(--line) - 2px); }
  .ribbon:not(.ribbon-vertical) .stop-hotel::before { left: -9px; top: calc(var(--line) - 6px); }
  .ribbon:not(.ribbon-vertical) .stop-label { position: absolute; width: 150px; flex-direction: column; flex-wrap: nowrap; gap: 0; line-height: 1.25; transform: translateX(-50%); text-align: center; align-items: center; }
  .ribbon:not(.ribbon-vertical) .anchor-start .stop-label { transform: translateX(-10px); text-align: left; align-items: flex-start; }
  .ribbon:not(.ribbon-vertical) .anchor-end .stop-label { transform: translateX(calc(-100% + 10px)); text-align: right; align-items: flex-end; }
  .ribbon:not(.ribbon-vertical) .stem { display: block; position: absolute; left: 0; width: 1px; background: #B9C2CF; }
  .ribbon:not(.ribbon-vertical) .up .stop-label { bottom: calc(100% - var(--line) + 16px + var(--row-i) * var(--rowh)); }
  .ribbon:not(.ribbon-vertical) .up .stem { top: calc(var(--line) - 14px - var(--row-i) * var(--rowh)); height: calc(12px + var(--row-i) * var(--rowh)); }
  .ribbon:not(.ribbon-vertical) .down .stop-label { top: calc(var(--line) + 22px + var(--row-i) * var(--rowh)); }
  .ribbon:not(.ribbon-vertical) .down .stem { top: calc(var(--line) + 8px); height: calc(12px + var(--row-i) * var(--rowh)); }
  /* Too many close places for one line: keep the vertical list, in two columns. */
  .ribbon-vertical { columns: 2; column-gap: 48px; }
  .ribbon-vertical .ribbon-river { display: none; }
  .ribbon-vertical .stop { break-inside: avoid; border-left: 6px solid #7E9CC4; margin-left: -21px; padding-left: 15px; }
  .ribbon-vertical .stop::before { left: -14px; }
  .ribbon-vertical .stop-hotel::before { left: -18px; }
}

/* Reviews */
.score { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.score-num { font-family: var(--head); font-size: 4rem; line-height: 1; color: var(--river); }
.score-of { color: var(--muted); max-width: 22ch; }
.review-list { display: grid; gap: 20px; margin-bottom: 24px; }
@media (min-width: 760px) { .review-list { grid-template-columns: repeat(3, 1fr); } }
.review { margin: 0; border-left: 3px solid var(--marigold); padding: 4px 0 4px 16px; }
.review blockquote { margin: 0 0 8px; }
.review figcaption { color: var(--muted); font-size: .92rem; }

/* Gallery */
.mosaic { display: grid; gap: 8px; grid-template-columns: repeat(2, 1fr); }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; border-radius: 6px; }
@media (min-width: 900px) {
  .mosaic { grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 200px; }
  .mosaic-item:first-child { grid-row: span 2; }
  .mosaic-few { grid-template-columns: 2fr 1fr; }
  .mosaic-item img { aspect-ratio: auto; }
}
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 6px 14px; font: 500 .95rem var(--body); color: var(--ink); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--river); border-color: var(--river); color: #fff; }
.gallery-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.g-item { margin: 0; }
.g-item img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; border-radius: 6px; }
.g-item figcaption { font-size: .9rem; color: var(--muted); padding-top: 4px; }
.g-item[hidden] { display: none; }

.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lightbox::backdrop { background: rgba(12, 20, 34, .92); }
.lightbox figure { margin: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 12px; }
.lightbox img { max-height: 82vh; width: auto; border-radius: 6px; }
.lightbox figcaption { color: #fff; margin-top: 10px; text-align: center; }
.lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.lb-close { top: 12px; right: 12px; }
.lb-prev { left: 12px; top: 50%; }
.lb-next { right: 12px; top: 50%; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); margin-bottom: 20px; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 16px 32px 16px 0; font-weight: 500; font-size: 1.08rem; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 1.5rem; color: var(--river); }
.faq[open] summary::after { content: "–"; }
.faq-a { padding: 0 0 18px; color: var(--muted); max-width: 70ch; }

/* Blog */
.post-grid { display: grid; gap: 28px; }
@media (min-width: 760px) { .post-grid { grid-template-columns: repeat(3, 1fr); } }
.post-card h3 { font-size: 1.3rem; }
.post-card-img img { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; margin-bottom: 12px; }
.meta { color: var(--muted); font-size: .92rem; }
.post-page, .place-page { padding-top: 16px; padding-bottom: 32px; }
.post-page .prose, .place-page .prose { font-size: 1.1rem; }
.place-hero { margin: 0 0 24px; }
.place-hero img { border-radius: 10px; width: 100%; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { background: var(--mist); padding: 2px 10px; border-radius: 999px; font-size: .88rem; }
.pager { display: flex; gap: 20px; justify-content: center; margin-top: 32px; }

.share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 24px; font-size: .95rem; }
.share > span { color: var(--muted); }

/* Guide */
.group-h { margin-top: 32px; }
.place-list { display: grid; gap: 18px; }
@media (min-width: 760px) { .place-list { grid-template-columns: repeat(2, 1fr); gap: 22px 40px; } }
.place-row { display: flex; gap: 16px; }
.place-row h3 { margin-bottom: .1em; font-size: 1.25rem; }
.place-img { flex: 0 0 120px; }
.place-img img { border-radius: 6px; aspect-ratio: 4 / 3; object-fit: cover; }
.dist { color: var(--sindoor); font-weight: 500; margin: 0 0 .3em; font-size: .95rem; }
.dist-big { color: var(--sindoor); font-weight: 500; font-size: 1.1rem; }
.near-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px 32px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.near-list span { color: var(--muted); font-size: .92rem; }

/* Page head */
.page-head { padding-top: 20px; padding-bottom: 24px; }

/* Offers */
.offer { border: 1px solid var(--line); border-radius: 10px; padding: 24px; margin-bottom: 24px; }
.offer img { border-radius: 8px; margin-bottom: 16px; }
.code strong { background: var(--mist); padding: 2px 8px; border-radius: 4px; letter-spacing: .05em; }

/* Booking form */
.book-layout { display: grid; gap: 32px; }
@media (min-width: 900px) { .book-layout { grid-template-columns: 1fr 320px; align-items: start; } }
.enquiry { display: grid; gap: 14px; background: var(--mist); padding: 22px; border-radius: 10px; }
.enquiry label { min-width: 0; display: flex; flex-direction: column; gap: 4px; font-weight: 500; font-size: .95rem; }
.enquiry input, .enquiry select, .enquiry textarea { font: 400 1rem var(--body); color: var(--ink); background: #fff; border: 1px solid #B9C2CF; border-radius: 6px; padding: 10px 12px; min-height: 46px; width: 100%; }
.enquiry [aria-invalid="true"] { border-color: var(--sindoor); }
.row2 { display: grid; gap: 14px; }
@media (min-width: 600px) { .row2 { grid-template-columns: 1fr 1fr; } }
.opt { color: var(--muted); font-weight: 400; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-err { color: var(--sindoor); font-size: .9rem; font-weight: 400; margin: 0; }
.form-err { background: #FBE9E7; color: #8A1C14; padding: 10px 14px; border-radius: 6px; margin: 0; }
.fine { color: var(--muted); font-size: .88rem; margin: 0; }
.direct h2 { font-size: 1.35rem; margin-top: 8px; }
.direct p { margin-bottom: 10px; }
.thanks { text-align: left; }

/* Contact */
.contact-grid { display: grid; gap: 32px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-list { display: grid; grid-template-columns: 130px 1fr; gap: 10px 16px; margin: 0 0 24px; }
.contact-list dt { color: var(--muted); }
.contact-list dd { margin: 0; }
.contact-list address { font-style: normal; }
.contact-grid .btn { margin: 0 8px 10px 0; }

/* Location */
.loc-grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .loc-grid { grid-template-columns: 1fr 1.3fr; } }
.loc-address { font-style: normal; font-size: 1.1rem; margin-bottom: 20px; color: #fff; }
.loc-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map iframe { width: 100%; height: 320px; border: 0; border-radius: 10px; background: var(--mist); }
.map-tall iframe { height: 440px; }

/* CTA band */
.cta-band { background: var(--river); color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; padding-bottom: 28px; }
.cta-text { font-family: var(--head); font-size: 1.45rem; margin: 0; max-width: 34ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Footer */
.site-foot { background: #18253C; color: #C6D0DE; padding: 48px 0 24px; font-size: .96rem; }
.site-foot a { color: #fff; }
.foot-grid { display: grid; gap: 28px; }
@media (min-width: 760px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.foot-name { font-family: var(--head); font-size: 1.35rem; color: #fff; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.foot-logo { height: 44px; width: auto; max-width: 110px; object-fit: contain; background: #fff; border-radius: 6px; padding: 3px; }
.foot-h { color: #fff; font-weight: 500; margin-bottom: 8px; }
.site-foot address { font-style: normal; margin-bottom: 12px; }
.site-foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.social { display: flex !important; flex-wrap: wrap; gap: 6px 14px !important; margin-top: 12px !important; }
.foot-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; border-top: 1px solid #2C3B57; margin-top: 32px; padding-top: 16px; font-size: .88rem; }
.foot-legal p { margin: 0; }
.foot-legal a { margin-left: 14px; color: #C6D0DE; }

/* Mobile action bar */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr 1.5fr; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 16px rgba(23, 37, 60, .08); }
.action-bar a { text-align: center; padding: 12px 6px calc(12px + env(safe-area-inset-bottom)); text-decoration: none; font-weight: 500; color: var(--river); }
.action-bar a + a { border-left: 1px solid var(--line); }
.action-bar .ab-book { background: var(--marigold); color: var(--ink); border-left: 0; }
@media (min-width: 900px) { .action-bar { display: none; } }
