/* Simple Clean Out -- shared stylesheet (static rebuild 2026-08-03) */
:root {
  --navy: #1e2761;
  --navy-dark: #161d4a;
  --burgundy: #680325;
  --gold: #e8a33d;
  --gold-dark: #d18f2a;
  --off: #f4f6fa;
  --ink: #23262e;
  --muted: #5a5f6b;
  --white: #ffffff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
h1, h2, h3, h4, .section-title { font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Header -- two-deck, matched to the original WP (Nate's) design:
   white top bar (logo left, icon info-boxes right) + navy nav bar
   (uppercase links left, burgundy Book Now right) */
.site-header { background: var(--white); }
.topbar { background: var(--white); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; max-width: 1100px; margin: 0 auto; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 125px; width: auto; }
.topbar-info { display: flex; align-items: center; gap: 34px; }
.info-box { display: flex; align-items: center; gap: 12px; }
.info-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 8px; color: var(--white); flex: none; }
.icon-navy { background: var(--navy); }
.icon-burgundy { background: var(--burgundy); }
.info-text h3 { font-size: .92rem; color: var(--ink); margin: 0; line-height: 1.3; }
.info-text p { font-size: .85rem; color: var(--muted); margin: 0; line-height: 1.3; }
.info-text a { color: var(--muted); text-decoration: none; }
.info-text a:hover { color: var(--navy); }
.navbar { background: var(--navy); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 20px; max-width: 1100px; margin: 0 auto; }
.nav-links { display: flex; align-items: center; list-style: none; }
.nav-links a { display: block; color: var(--white); text-decoration: none; font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; padding: 15px 16px; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.12); }
.book-now { display: inline-flex; align-items: center; gap: 8px; background: var(--burgundy); color: var(--white); text-decoration: none; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 10px 22px; border-radius: 4px; margin: 7px 0; }
.book-now:hover { background: #4f021c; }
.book-now svg { flex: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 12px 8px; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--white); margin: 5px 0; border-radius: 2px; }

/* Hero */
.hero { background: linear-gradient(rgba(22,29,74,.82), rgba(22,29,74,.82)), var(--navy-dark) center/cover no-repeat; color: var(--white); text-align: center; padding: 90px 20px; }
.hero h1 { font-size: 3.1rem; line-height: 1.15; font-weight: 700; max-width: 820px; margin: 0 auto 18px; }
.hero p { max-width: 760px; margin: 0 auto 28px; font-size: 1.08rem; color: #e6e9f5; }

/* Sections */
section { padding: 64px 0; }
.section-label { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; color: var(--burgundy); margin-bottom: 8px; }
.section-title { font-size: 2.4rem; line-height: 1.2; font-weight: 600; color: var(--navy); margin-bottom: 18px; }
.offwhite-bg { background: var(--off); }
.dark-bg { background: var(--navy); color: var(--white); }
.dark-bg .section-title { color: var(--white); }
.dark-bg p { color: #dde1f0; }
.center { text-align: center; }
.lead { font-size: 1.06rem; color: var(--muted); max-width: 800px; }
.center .lead { margin: 0 auto 24px; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; margin-top: 30px; }
.card { background: var(--white); border: 1px solid #e4e7f0; border-radius: 10px; padding: 26px 22px; box-shadow: 0 2px 8px rgba(30,39,97,.06); }
.card h3 { color: var(--navy); font-size: 1.35rem; font-weight: 600; margin-bottom: 10px; }
.card p { font-size: .95rem; color: var(--muted); }
.dark-bg .card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.15); }
.dark-bg .card h3 { color: var(--white); }
.dark-bg .card p { color: #dde1f0; }

/* Two-column detail */
.detail-inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: center; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.detail-img img { border-radius: 12px; box-shadow: 0 6px 24px rgba(30,39,97,.14); }
.service-list { list-style: none; margin: 16px 0 22px; }
.service-list li { padding-left: 28px; position: relative; margin-bottom: 9px; }
.service-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--burgundy); font-weight: 700; }

/* Buttons */
.btn { display: inline-block; padding: 13px 28px; border-radius: 8px; font-weight: 700; text-decoration: none; font-size: .98rem; }
.btn-primary { background: var(--burgundy); color: var(--white); }
.btn-primary:hover { background: #4f021c; }
.btn-outline { border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,.12); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 26px; counter-reset: step; }
.step { background: var(--white); border-radius: 10px; padding: 22px 18px; border-top: 4px solid var(--burgundy); box-shadow: 0 2px 8px rgba(30,39,97,.06); }
.step h4 { color: var(--navy); margin-bottom: 6px; }
.step h4::before { counter-increment: step; content: counter(step) ". "; color: var(--burgundy); }
.step p { font-size: .92rem; color: var(--muted); }

/* Before / After */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
.ba-item img { border-radius: 10px; }
.ba-item figcaption { margin-top: 10px; font-size: .95rem; color: var(--muted); }
.ba-item strong { color: var(--navy); }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; margin-top: 28px; }
.review { background: var(--white); border-radius: 10px; padding: 24px; border: 1px solid #e4e7f0; }
.review .stars { color: var(--gold-dark); letter-spacing: 2px; margin-bottom: 10px; }
.review p { font-size: .93rem; color: var(--ink); }
.review cite { display: block; margin-top: 12px; font-style: normal; font-weight: 700; color: var(--navy); font-size: .9rem; }
.review .src { font-size: .78rem; color: var(--muted); font-weight: 400; }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list details { background: var(--white); border: 1px solid #e4e7f0; border-radius: 8px; margin-bottom: 12px; padding: 16px 20px; }
.faq-list summary { font-weight: 700; color: var(--navy); cursor: pointer; }
.faq-list p { margin-top: 10px; color: var(--muted); font-size: .95rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 44px; margin-top: 26px; }
.contact-info h3 { color: var(--navy); margin: 18px 0 4px; font-size: 1rem; }
.contact-info a { font-weight: 600; }
.contact-form label { display: block; font-weight: 600; font-size: .9rem; margin: 14px 0 5px; color: var(--navy); }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px; border: 1px solid #cdd2e0; border-radius: 8px; font: inherit; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.form-submit { margin-top: 18px; background: var(--burgundy); color: var(--white); border: 0; padding: 13px 30px; border-radius: 8px; font-weight: 700; font-size: .98rem; cursor: pointer; }
.form-submit:hover { background: #4f021c; }


/* Newsletter form (Treasures) */
.newsletter-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.newsletter-form input[type="text"], .newsletter-form input[type="email"] { padding: 12px 14px; border: 1px solid #cdd2e0; border-radius: 8px; font: inherit; min-width: 220px; }
.newsletter-form .form-submit { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 26px; }
.gallery-grid img { border-radius: 10px; object-fit: cover; width: 100%; height: 230px; }

/* Treasures accents */
.treasures .section-label { color: var(--burgundy); }
.treasures-hero { background: linear-gradient(rgba(104,3,37,.85), rgba(34,10,20,.9)), var(--burgundy) center/cover no-repeat; }

/* CTA band */
.cta-band { background: var(--navy); color: var(--white); text-align: center; padding: 56px 20px; }
.cta-band h2 { font-size: 2.2rem; margin-bottom: 12px; }
.cta-band p { color: #dde1f0; margin-bottom: 24px; max-width: 700px; margin-left: auto; margin-right: auto; }
.cta-band .phone { font-size: 1.4rem; font-weight: 800; color: var(--white); text-decoration: none; display: inline-block; margin-bottom: 20px; }

/* Footer */
.site-footer { background: var(--navy-dark); color: #c9cee2; padding: 44px 0 26px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr 1fr 1.3fr; gap: 32px; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.site-footer h4 { color: var(--white); margin-bottom: 12px; font-size: 1rem; }
.site-footer a { color: #c9cee2; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; }
.footer-map iframe { width: 100%; height: 210px; border: 0; border-radius: 8px; }
.footer-bottom { text-align: center; margin-top: 34px; padding: 18px 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; color: #9aa1bd; }

/* Responsive */
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .brand img { height: 72px; }
  .topbar-info { display: none; }
  .navbar-inner { flex-wrap: wrap; }
  .nav-links { display: none; flex-direction: column; align-items: stretch; width: 100%; order: 3; padding-bottom: 10px; }
  .nav-links.open { display: flex; }
  .book-now { margin-left: auto; }
  .hero h1 { font-size: 2.2rem; }
  .detail-inner, .contact-grid, .ba-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
