/* Penthouse Sunsets guest guide - responsive web (mobile-first). Coastal palette. */
:root {
  --ocean: #14697A; --deepsea: #0C3B45; --sand: #F3EBDD; --coral: #E2725B; --ink: #2B2B2B;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; color: var(--ink); background: #fff;
  font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ocean); text-decoration: none; }
a:active { opacity: .6; }
strong { color: inherit; }
code { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .92em; background: #0c3b450f; padding: 0 .25em; border-radius: 3px; }

/* hero */
.hero { position: relative; }
.hero > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.hero-band { background: linear-gradient(180deg, var(--coral), var(--deepsea)); color: #fff; text-align: center; padding: 22px 18px 26px; }
.hero-band .kicker { font-family: system-ui, sans-serif; font-weight: 700; letter-spacing: .14em; font-size: .8rem; color: var(--sand); }
.hero-band h1 { font-family: system-ui, sans-serif; font-weight: 800; margin: .25em 0 .15em; font-size: 2.1rem; line-height: 1.05; }
.hero-band .sub { font-family: system-ui, sans-serif; font-size: 1rem; opacity: .95; }

main { max-width: 680px; margin: 0 auto; padding: 0 18px 40px; }

/* sticky top bar + hamburger menu */
.topbar { position: sticky; top: 0; z-index: 20; background: var(--deepsea); color: #fff; padding: 13px 16px; }
.tb-title { font-family: system-ui, sans-serif; font-weight: 700; font-size: 1rem; }
.tb-burger { position: fixed; top: 8px; right: 14px; z-index: 40; background: var(--ocean); border: 1px solid #ffffff66; border-radius: 6px; padding: 7px 13px; color: #fff; font-family: system-ui, sans-serif; font-weight: 600; font-size: .95rem; line-height: 1; cursor: pointer; }
.tb-burger .bars { margin-right: 5px; }
.scrim { position: fixed; inset: 0; background: #0007; z-index: 25; opacity: 0; pointer-events: none; transition: opacity .2s; }
body.nav-open .scrim { opacity: 1; pointer-events: auto; }
.menu { position: fixed; top: 0; right: 0; height: 100%; width: min(80%, 320px); background: var(--sand); box-shadow: -6px 0 22px #0004; transform: translateX(100%); transition: transform .22s ease; z-index: 30; overflow-y: auto; padding: 16px 0 24px; }
body.nav-open .menu { transform: translateX(0); }
.menu a { display: flex; align-items: center; gap: 11px; padding: 13px 20px; color: var(--deepsea); font-family: system-ui, sans-serif; font-size: 1rem; border-bottom: 1px solid #0001; }
.menu a .ic { width: 20px; height: 20px; flex: none; }

/* section header: sand band + coral rule + icon */
.sec { margin-top: 30px; scroll-margin-top: 52px; }
.sec h2 {
  font-family: system-ui, sans-serif; color: var(--ocean); font-size: 1.3rem;
  background: var(--sand); margin: 0 -10px; padding: 9px 12px; border-radius: 5px;
  display: flex; align-items: center; gap: 9px; border-bottom: 2px solid var(--coral);
}
.sec h2 .ic { width: 22px; height: 22px; flex: none; }
h3 { font-family: system-ui, sans-serif; color: var(--deepsea); font-size: 1.08rem; margin: 18px 0 4px; }
p { margin: .6em 0; }
ul, ol { margin: .6em 0; padding-left: 1.3em; }
li { margin: .2em 0; }

/* info cards */
.card { background: var(--sand); border: 1px solid var(--ocean); border-radius: 7px; margin: 16px 0; overflow: hidden; }
.card-h { background: var(--ocean); color: #fff; font-family: system-ui, sans-serif; font-weight: 700; padding: 7px 14px; }
.card-b { padding: 11px 14px; }
.card-b > div { margin: 3px 0; }
.card-b ol, .card-b ul { margin: 4px 0; }
.card-b .sub { font-size: .9rem; color: var(--deepsea); margin: 1px 0 8px; }
.f-green { color: #2f7d32; font-weight: 700; } .f-yellow { color: #c79100; font-weight: 700; }
.f-red { color: #d33; font-weight: 700; } .f-purple { color: #7b3fa0; font-weight: 700; }

/* figures */
figure { margin: 14px 0; }
figure img { width: 100%; border-radius: 8px; }
figcaption { font-style: italic; color: var(--ocean); font-size: .9rem; margin-top: 5px; }
.strip-imgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.strip-imgs img { aspect-ratio: 3/2; object-fit: cover; }
.map img { border: 1px solid #0001; }
.closing img { border-radius: 8px; }
.signoff { text-align: center; font-style: italic; color: var(--ocean); font-size: 1.1rem; margin: 14px 0 0; }

/* attraction cards */
.spot { margin: 22px 0; }
.spot > img { width: 100%; aspect-ratio: 24/10; object-fit: cover; border-radius: 8px; }
.spot-h { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 8px; }
.spot-h h4 { font-family: system-ui, sans-serif; color: var(--deepsea); font-size: 1.15rem; margin: 0; }
.badge { font-family: system-ui, sans-serif; font-weight: 700; font-size: .82rem; color: #fff; background: var(--coral); border-radius: 4px; padding: 2px 8px; white-space: nowrap; }
.spot .meta { color: var(--coral); font-size: .85rem; font-family: system-ui, sans-serif; }
.spot .quote { font-style: italic; color: var(--ocean); }
.spot .find { font-size: .85rem; color: var(--deepsea); }

/* dining + bullet lines */
.eat { margin: 7px 0; }
.eat .meta { font-size: .9rem; color: var(--deepsea); }
.eat-note { font-size: .9rem; margin-top: 2px; }
.lines > div { margin: 5px 0; }

footer { text-align: center; color: var(--ocean); font-family: system-ui, sans-serif; font-size: .85rem; padding: 24px 16px 40px; border-top: 1px solid #0001; }

/* wider screens: a touch more room, side-by-side hero */
@media (min-width: 740px) {
  body { font-size: 18px; }
  .hero { display: grid; grid-template-columns: 1.4fr 1fr; }
  .hero > img { height: 100%; aspect-ratio: auto; }
  .hero-band { display: flex; flex-direction: column; justify-content: center; }
}
