/* Crown Point Jewell, site styles
   Hand-written, no framework. System fonts only (zero webfont requests). */

:root {
  --ocean:        #0d3f52;
  --ocean-deep:   #082b39;
  --teal:         #1a7f96;
  --teal-light:   #e6f2f5;
  --sand:         #f7f2e9;
  --sand-deep:    #ece2d2;
  --sun:          #d97a2b;
  --ink:          #16262d;
  --muted:        #5d6f78;
  --line:         #dfe5e8;
  --white:        #ffffff;

  --wrap: 1120px;
  --gap: clamp(1rem, 3vw, 2rem);
  --radius: 10px;
  --shadow: 0 1px 2px rgba(13,63,82,.06), 0 8px 24px rgba(13,63,82,.08);

  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; height: auto; display: block; }

a { color: var(--teal); text-underline-offset: 2px; }
a:hover { color: var(--ocean); }

h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.2; color: var(--ocean-deep); margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); letter-spacing: -.01em; }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); }
h4 { font-size: 1.05rem; }
p  { margin: 0 0 1.1em; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gap); }
.narrow { max-width: 760px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ocean); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--sun); outline-offset: 2px; border-radius: 3px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 1rem; min-height: 68px; }

.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand img { width: 196px; height: auto; }
@media (max-width: 420px) { .brand img { width: 152px; } }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line); border-radius: 8px;
  padding: .5rem .7rem; cursor: pointer; color: var(--ocean); font: inherit; line-height: 1;
}

/* Booking CTA. Deliberately outside .site-nav so it stays visible when the
   mobile menu is collapsed, the one action we never want buried. */
.nav-cta { padding: .5rem 1.15rem; font-size: .95rem; flex: none; }
.nav-cta[aria-current="page"] { background: var(--ocean); border-color: var(--ocean); }

.site-nav ul { display: flex; align-items: center; gap: .25rem; list-style: none; margin: 0; padding: 0; }
.site-nav a {
  display: block; padding: .5rem .7rem; border-radius: 7px;
  color: var(--ink); text-decoration: none; font-size: .95rem; font-weight: 500;
}
.site-nav a:hover { background: var(--teal-light); color: var(--ocean); }
.site-nav a[aria-current="page"] { color: var(--teal); background: var(--teal-light); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem var(--gap) 1rem; }
  .site-nav a { padding: .8rem .5rem; border-radius: 6px; }
  .site-nav li + li a { border-top: 1px solid var(--line); border-radius: 0; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: .8rem 1.5rem; border-radius: 8px;
  font-weight: 600; font-size: 1rem; text-decoration: none; text-align: center;
  border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--sun); color: #fff; border-color: var(--sun); }
.btn-primary:hover { background: #c26a20; color: #fff; }
.btn-secondary { background: var(--ocean); color: #fff; border-color: var(--ocean); }
.btn-secondary:hover { background: var(--ocean-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--ocean); border-color: var(--ocean); }
.btn-ghost:hover { background: var(--ocean); color: #fff; }
.btn-airbnb { background: #FF5A5F; color: #fff; border-color: #FF5A5F; }
.btn-airbnb:hover { background: #e5484d; border-color: #e5484d; color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Logo / emoji mark sitting above a card heading. */
.brandmark { display: block; margin-bottom: .8rem; font-size: 1.9rem; line-height: 1; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ocean-deep); color: #fff; overflow: hidden; }
.hero img.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,43,57,.55) 0%, rgba(8,43,57,.35) 45%, rgba(8,43,57,.85) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: clamp(4rem, 12vw, 8rem) 0 clamp(3rem, 8vw, 5rem); }
.hero h1 { color: #fff; max-width: 16ch; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.hero .lede { font-size: clamp(1.05rem, 2.2vw, 1.3rem); max-width: 52ch; color: #eaf3f6; }
.hero .eyebrow {
  display: inline-block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: #ffd9b0; margin-bottom: 1rem; font-weight: 600;
}

/* ---------- Page header (interior) ---------- */
.page-head { background: var(--sand); border-bottom: 1px solid var(--sand-deep); padding: clamp(2rem, 6vw, 3.5rem) 0; }
.page-head p.lede { font-size: 1.15rem; color: var(--muted); max-width: 62ch; margin-bottom: 0; }

.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: .75rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.breadcrumb li + li::before { content: "›"; margin-right: .4rem; color: var(--muted); }
.breadcrumb a { color: var(--muted); }

/* ---------- Sections ---------- */
section { padding: clamp(2.5rem, 7vw, 4.5rem) 0; }
section.tint { background: var(--sand); }
section.tint-teal { background: var(--teal-light); }
.section-head { max-width: 66ch; margin-bottom: 2rem; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin-bottom: 0; }

/* ---------- Grid / cards ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
}
.card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: var(--sand-deep); }
.card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin-bottom: .4rem; font-size: 1.15rem; }
.card-body h3 a { text-decoration: none; color: var(--ocean-deep); }
.card-body h3 a:hover { color: var(--teal); }
.card-body p { color: var(--muted); font-size: .96rem; margin-bottom: 1rem; }
.card-body .more { margin-top: auto; font-weight: 600; font-size: .92rem; text-decoration: none; }
.card-meta { font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }

/* Feature tiles (amenities) */
.tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.tile h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.tile p { margin: 0; color: var(--muted); font-size: .95rem; }
.tile .ico { font-size: 1.6rem; line-height: 1; margin-bottom: .6rem; display: block; }

/* Stat strip */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; text-align: center; }
.stat { padding: 1.1rem .75rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.stat .n { display: block; font-family: var(--serif); font-size: 1.9rem; color: var(--teal); line-height: 1; margin-bottom: .3rem; }
.stat .l { font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }

/* ---------- Prose ---------- */
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.2em; padding-top: .2em; }
.prose h3 { margin-top: 1.8em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose img { border-radius: var(--radius); margin: 1.75em 0; }
.prose figure { margin: 1.75em 0; }
.prose figcaption { font-size: .88rem; color: var(--muted); text-align: center; margin-top: .6rem; }
.prose blockquote {
  margin: 1.75em 0; padding: 1rem 1.4rem; border-left: 4px solid var(--teal);
  background: var(--teal-light); border-radius: 0 var(--radius) var(--radius) 0; font-style: italic;
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.5em 0; }
.prose a { font-weight: 500; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .96rem; }
.prose th, .prose td { text-align: left; padding: .65rem .8rem; border-bottom: 1px solid var(--line); }
.prose th { background: var(--sand); font-family: var(--serif); color: var(--ocean-deep); }

/* ---------- Callouts ---------- */
.note {
  border-left: 4px solid var(--sun); background: #fff8f0;
  padding: 1rem 1.25rem; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.75em 0;
}
.note strong { color: var(--ocean-deep); }
.note p:last-child { margin-bottom: 0; }
.note.info { border-left-color: var(--teal); background: var(--teal-light); }

/* ---------- FAQ / details ---------- */
details.faq {
  border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: .75rem; background: #fff; overflow: hidden;
}
details.faq > summary {
  cursor: pointer; padding: 1.05rem 1.25rem; font-weight: 600; list-style: none;
  font-family: var(--serif); font-size: 1.08rem; color: var(--ocean-deep);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after { content: "+"; font-size: 1.4rem; color: var(--teal); flex: none; line-height: 1; }
details.faq[open] > summary::after { content: "–"; }
details.faq > summary:hover { background: var(--sand); }
details.faq .faq-body { padding: 0 1.25rem 1.15rem; }
details.faq .faq-body p:last-child, details.faq .faq-body ul:last-child { margin-bottom: 0; }

/* ---------- Guide sections ---------- */
.guide-toc { background: var(--sand); border-radius: var(--radius); padding: 1.4rem 1.6rem; margin-bottom: 2.5rem; }
.guide-toc h2 { font-size: 1.1rem; margin-bottom: .75rem; }
.guide-toc ol { columns: 2; column-gap: 2rem; margin: 0; padding-left: 1.2rem; font-size: .96rem; }
.guide-toc li { margin-bottom: .35em; break-inside: avoid; }
@media (max-width: 560px) { .guide-toc ol { columns: 1; } }

.guide-section { scroll-margin-top: 90px; padding-top: .5rem; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: .85rem; }
.gallery figure { margin: 0; }
.gallery img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); background: var(--sand-deep);
}
.gallery a { display: block; border-radius: var(--radius); overflow: hidden; }
.gallery a:hover img { opacity: .92; }

/* Lightbox (progressive enhancement, hidden without JS) */
.lightbox {
  position: fixed; inset: 0; z-index: 500; background: rgba(8,43,57,.94);
  display: flex; align-items: center; justify-content: center; padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 6px; object-fit: contain; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; background: rgba(255,255,255,.14); color: #fff; border: 0;
  width: 46px; height: 46px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; line-height: 1;
}
.lightbox-close { top: 1.2rem; right: 1.2rem; }
.lightbox-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.28); }
.lightbox-cap { position: absolute; bottom: 1.2rem; left: 0; right: 0; text-align: center; color: #dfeaee; font-size: .92rem; padding: 0 4rem; }

/* ---------- Video ---------- */
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.video-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.video-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #000; }
.video-card .video-body { padding: 1.1rem 1.25rem 1.35rem; }
.video-card h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.video-card p { font-size: .93rem; color: var(--muted); margin-bottom: .6rem; }
.video-card .tiktok-link { font-size: .86rem; font-weight: 600; text-decoration: none; }

/* ---------- Steps ---------- */
ol.steps { list-style: none; counter-reset: step; padding: 0; margin: 0 0 1.5em; }
ol.steps > li {
  counter-increment: step; position: relative; padding-left: 3rem; margin-bottom: 1.1rem; min-height: 2rem;
}
ol.steps > li > figure { margin: 1.1em 0 0; }

/* Sub-steps, numbered 1.1, 1.2, 1.3 against their parent step. */
ol.substeps {
  list-style: none; counter-reset: substep; padding: 0; margin: .8em 0 0;
}
ol.substeps > li {
  counter-increment: substep; position: relative;
  padding-left: 3rem; margin-bottom: .7rem;
}
ol.substeps > li > figure { margin: .9em 0 0; }
ol.substeps > li::before {
  content: counter(step) "." counter(substep); position: absolute; left: 0; top: .05rem;
  min-width: 2.1rem; height: 1.6rem; padding: 0 .35rem; border-radius: .8rem;
  background: var(--teal-light); color: var(--ocean-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .82rem; font-family: var(--sans);
}
ol.steps > li::before {
  content: counter(step); position: absolute; left: 0; top: -.1rem;
  width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--teal); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .95rem;
  font-family: var(--sans);
}

/* ---------- CTA band ---------- */
.cta-band { background: var(--ocean); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cfe0e6; max-width: 56ch; margin-inline: auto; font-size: 1.08rem; }
.cta-band .btn-row { justify-content: center; margin-top: 1.5rem; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.65); }
.cta-band .btn-ghost:hover { background: #fff; color: var(--ocean); }

/* Ghost button sitting on a photo needs its own backdrop to stay readable. */
.hero .btn-ghost {
  color: #fff; border-color: rgba(255,255,255,.8);
  background: rgba(8,43,57,.45); backdrop-filter: blur(3px);
}
.hero .btn-ghost:hover { background: #fff; color: var(--ocean-deep); border-color: #fff; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split .split-text h2 { margin-top: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ocean-deep); color: #b9ccd3; padding: 3rem 0 1.5rem; font-size: .95rem; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1rem; font-family: var(--sans); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .9rem; }
.site-footer a { color: #b9ccd3; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .5rem; }
.footer-brand p { max-width: 34ch; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14); margin-top: 2.5rem; padding-top: 1.25rem;
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .87rem;
}
address.footer-addr { font-style: normal; }

/* ---------- Utilities ---------- */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.lede { font-size: 1.15rem; color: var(--muted); }

@media print {
  .site-header, .site-footer, .btn-row, .cta-band, .guide-toc { display: none !important; }
  body { font-size: 11pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
