/* Shared site styles — extracted from per-page <style> blocks */

:root {
  --sand: #f5f0e8; --sand-dark: #e8e0d0; --sand-deep: #d4c9b0;
  --ocean: #1a3a4a; --ocean-light: #3a7a8a;
  --seafoam: #4a9a8a; --seafoam-light: #7abcb0; --seafoam-pale: #e0f0ed;
  --kelp: #2d4a3e; --sunrise: #c4793a; --sunrise-pale: #f5e6d8;
  --ink: #1a1a14; --ink2: #3a3a2e; --ink3: #7a7a6e;
  --radius-lg: 16px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: 'Libre Franklin', sans-serif; background: var(--sand); color: var(--ink); min-height: 100vh; font-size: 16px; }

nav { background: var(--ocean); padding: 0 2rem; position: sticky; top: 0; z-index: 200; border-bottom: 2px solid var(--ocean-light); }

.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 62px; gap: 1.5rem; }

.logo { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }

.logo-main { font-family: 'Playfair Display', serif; font-size: 1.65rem; color: var(--sand); letter-spacing: -0.01em; }

.logo-main span { color: var(--seafoam-light); font-style: italic; }

.logo-sub { font-size: 0.66rem; color: var(--seafoam-light); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; margin-top: 5px; }

.nav-actions { display: flex; gap: 0.75rem; align-items: center; }

.hamburger-wrap { position: relative; }

.hamburger { background: none; border: none; cursor: pointer; padding: 0.3rem 0.5rem; display: flex; align-items: center; gap: 0.55rem; color: var(--sand); font-family: 'Libre Franklin', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.02em; }

.hamburger-icon { display: flex; flex-direction: column; gap: 4px; }

.hamburger-icon span { display: block; width: 20px; height: 2px; background: var(--sand); border-radius: 2px; }

.hamburger:hover { color: var(--seafoam-light); }

.hamburger:hover .hamburger-icon span { background: var(--seafoam-light); }

.nav-menu { position: absolute; top: calc(100% + 8px); right: 0; background: white; border-radius: 10px; box-shadow: 0 8px 32px rgba(26,58,74,0.18); min-width: 200px; overflow: hidden; display: none; z-index: 300; }

.nav-menu.open { display: block; }

.nav-menu a { display: flex; align-items: center; gap: 0.6rem; padding: 0.75rem 1.1rem; font-size: 0.85rem; color: var(--ink2); text-decoration: none; transition: background 0.12s; border-bottom: 1px solid var(--sand); }

.nav-menu a:last-child { border-bottom: none; }

.nav-menu a:hover { background: var(--seafoam-pale); color: var(--kelp); }

.hero { background: var(--ocean); padding: 3rem 2rem 3.5rem; position: relative; overflow: hidden; }

.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.2vw, 2.6rem); color: var(--sand); font-weight: 400; line-height: 1.1; margin-bottom: 0.9rem; white-space: nowrap; }

.hero h1 em { font-style: italic; color: var(--seafoam-light); }

.hero-sub { font-size: 1.1rem; color: rgba(245,240,232,0.7); font-weight: 300; max-width: 520px; line-height: 1.65; margin-bottom: 1.5rem; }

.hero-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; padding: 0.9rem 1.1rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; width: fit-content; margin-bottom: 1.75rem; }

.trust-item { display: flex; align-items: center; gap: 0.45rem; font-size: 0.9rem; color: rgba(245,240,232,0.75); }

.trust-item svg { flex-shrink: 0; }

.hero-actions { margin-bottom: 2rem; }

.btn-browse { background: var(--seafoam); color: white; border: none; padding: 0.65rem 1.4rem; border-radius: 7px; font-family: 'Libre Franklin', sans-serif; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: background 0.15s; }

.btn-browse:hover { background: var(--seafoam-light); }

.hero-spacer { background: var(--sand); height: 2.5rem; }

.newsletter-band { background: var(--kelp); padding: 1.75rem 2rem; }

.abstract-mark svg { width: 34px; height: 34px; }

.newsletter-form { display: flex; gap: 0.5rem; align-items: center; }

.newsletter-form input { padding: 0.65rem 0.9rem; border-radius: 6px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.08); color: var(--sand); font-family: 'Libre Franklin', sans-serif; font-size: 1rem; width: 250px; outline: none; }

.newsletter-form input::placeholder { color: rgba(255,255,255,0.35); }

.newsletter-form button { padding: 0.65rem 1.35rem; background: var(--seafoam); color: white; border: none; border-radius: 6px; font-family: 'Libre Franklin', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; white-space: nowrap; display: flex; align-items: center; gap: 0.4rem; }

.newsletter-form button:hover { background: var(--seafoam-light); }

.newsletter-btn { padding: 0.62rem 1.25rem; background: var(--seafoam); color: white; border: none; border-radius: 6px; font-family: 'Libre Franklin', sans-serif; font-size: 0.92rem; font-weight: 600; cursor: pointer; white-space: nowrap; display: flex; align-items: center; gap: 0.4rem; text-decoration: none; }

.newsletter-btn:hover { background: var(--kelp); }

.mobile-filter-bar { display: none; padding: 0.85rem 1.25rem; background: white; border-bottom: 1px solid var(--sand-dark); position: sticky; top: 62px; z-index: 150; gap: 0.75rem; align-items: center; }

.btn-filter-open { display: flex; align-items: center; gap: 0.5rem; padding: 0.45rem 1rem; background: var(--ocean); color: white; border: none; border-radius: 8px; font-family: 'Libre Franklin', sans-serif; font-size: 0.82rem; font-weight: 600; cursor: pointer; position: relative; }

.filter-badge { background: var(--sunrise); color: white; font-size: 0.6rem; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: none; align-items: center; justify-content: center; position: absolute; top: -5px; right: -5px; }

.filter-badge.visible { display: flex; }

.mobile-results-count { font-size: 0.85rem; color: var(--ink3); margin-left: auto; }

.mobile-results-count strong { color: var(--ink2); }

.drawer-overlay { display: none; position: fixed; inset: 0; background: rgba(26,58,74,0.5); z-index: 300; }

.drawer-overlay.open { display: block; }

.filter-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(340px, 90vw); background: var(--sand); z-index: 400; display: flex; flex-direction: column; transform: translateX(-100%); transition: transform 0.28s cubic-bezier(0.4,0,0.2,1); overflow: hidden; }

.filter-drawer.open { transform: translateX(0); }

.drawer-header { background: var(--ocean); padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }

.drawer-header h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--sand); font-weight: 400; }

.drawer-close { background: rgba(255,255,255,0.12); border: none; color: white; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; }

.drawer-body { flex: 1; overflow-y: auto; padding: 1rem; }

.drawer-footer { flex-shrink: 0; padding: 1rem; background: white; border-top: 1px solid var(--sand-dark); display: flex; gap: 0.75rem; }

.btn-apply { flex: 1; padding: 0.65rem; background: var(--seafoam); color: white; border: none; border-radius: 8px; font-family: 'Libre Franklin', sans-serif; font-size: 0.85rem; font-weight: 600; cursor: pointer; }

.btn-clear-drawer { padding: 0.65rem 1rem; background: var(--sand); border: 1px solid var(--sand-deep); border-radius: 8px; font-family: 'Libre Franklin', sans-serif; font-size: 0.85rem; color: var(--ink2); cursor: pointer; }

.main-wrap { max-width: 1200px; margin: 0 auto; padding: 2rem 2rem 4rem; display: grid; grid-template-columns: 260px 1fr; gap: 2rem; align-items: start; }

.sidebar { position: sticky; top: 78px; max-height: calc(100vh - 96px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--sand-deep) transparent; }

.sidebar::-webkit-scrollbar { width: 4px; }

.sidebar::-webkit-scrollbar-thumb { background: var(--sand-deep); border-radius: 4px; }

.sidebar-search { position: relative; margin-bottom: 0.85rem; }

.sidebar-search input { width: 100%; padding: 0.52rem 1rem 0.52rem 2.1rem; background: white; border: 1px solid var(--sand-deep); border-radius: 8px; font-family: 'Libre Franklin', sans-serif; font-size: 0.88rem; color: var(--ink); outline: none; transition: border-color 0.2s; }

.sidebar-search input:focus { border-color: var(--seafoam-light); }

.sidebar-search input::placeholder { color: var(--ink3); }

.sidebar-search-icon { position: absolute; left: 0.65rem; top: 50%; transform: translateY(-50%); color: var(--ink3); font-size: 0.85rem; pointer-events: none; }

.cal-sidebar-box { background: var(--ocean); border-radius: var(--radius-lg); padding: 1.1rem 1.15rem; margin-bottom: 0.85rem; }

.cal-sidebar-title { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--sand); margin-bottom: 0.25rem; }

.cal-sidebar-box p { font-size: 0.82rem; color: rgba(245,240,232,0.6); margin-bottom: 0.85rem; line-height: 1.5; }

.btn-sync { width: 100%; padding: 0.52rem; background: var(--seafoam); color: white; border: none; border-radius: 7px; font-family: 'Libre Franklin', sans-serif; font-size: 0.82rem; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 0.4rem; }

.btn-sync:hover { background: var(--seafoam-light); }

.filter-panel { background: white; border-radius: var(--radius-lg); border: 1px solid var(--sand-deep); overflow: hidden; }

.filter-toggles { padding: 0.85rem 1.1rem 0.7rem; border-bottom: 1px solid var(--sand-dark); display: flex; flex-direction: column; gap: 0.4rem; }

.toggle-pill { display: flex; align-items: center; gap: 0.5rem; padding: 0.28rem 0.7rem; border-radius: 20px; cursor: pointer; font-size: 0.82rem; color: var(--ink2); background: var(--sand); border: 1px solid var(--sand-deep); transition: all 0.15s; width: fit-content; }

.toggle-pill input { accent-color: var(--seafoam); width: 13px; height: 13px; }

.toggle-pill.active { background: var(--seafoam-pale); border-color: var(--seafoam); color: var(--kelp); font-weight: 500; }

.filter-section { border-bottom: 1px solid var(--sand-dark); }

.filter-section:last-child { border-bottom: none; }

.filter-section-header { display: flex; align-items: center; justify-content: space-between; padding: 0.72rem 1.1rem; cursor: pointer; user-select: none; transition: background 0.12s; }

.filter-section-header:hover { background: var(--sand); }

.filter-section-title { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink2); }

.filter-section-chevron { font-size: 0.7rem; color: var(--ink3); transition: transform 0.2s; flex-shrink: 0; }

.filter-section.open .filter-section-chevron { transform: rotate(180deg); }

.filter-section-body { display: none; padding: 0.2rem 1.1rem 0.8rem; }

.filter-section.open .filter-section-body { display: block; }

.filter-option { display: flex; align-items: center; gap: 0.5rem; padding: 0.28rem 0; cursor: pointer; font-size: 0.84rem; color: var(--ink2); }

.filter-option input[type="checkbox"] { accent-color: var(--seafoam); width: 13px; height: 13px; flex-shrink: 0; }

.filter-footer { padding: 0.85rem 1.1rem; background: var(--sand); border-top: 1px solid var(--sand-dark); }

.filter-footer-label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink3); margin-bottom: 0.4rem; }

.sort-select { width: 100%; padding: 0.45rem 0.7rem; border: 1px solid var(--sand-deep); border-radius: 6px; font-family: 'Libre Franklin', sans-serif; font-size: 0.84rem; color: var(--ink); background: white; cursor: pointer; outline: none; margin-bottom: 0.6rem; }

.reset-btn { width: 100%; padding: 0.45rem; background: white; border: 1px solid var(--sand-deep); border-radius: 6px; font-family: 'Libre Franklin', sans-serif; font-size: 0.78rem; color: var(--ink3); cursor: pointer; }

.reset-btn:hover { background: var(--sand-dark); }

.sponsor-box { background: var(--sunrise-pale); border-radius: var(--radius-lg); border: 1px solid var(--sunrise); padding: 1rem 1.1rem; margin-top: 0.85rem; }

.sponsor-box-title { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sunrise); margin-bottom: 0.4rem; }

.sponsor-box p { font-size: 0.82rem; color: var(--ink2); line-height: 1.5; margin-bottom: 0.6rem; }

.sponsor-box button, .sponsor-box-link { display: block; width: 100%; padding: 0.42rem; background: var(--sunrise); color: white; border: none; border-radius: 6px; font-family: 'Libre Franklin', sans-serif; font-size: 0.78rem; font-weight: 600; cursor: pointer; text-align: center; text-decoration: none; box-sizing: border-box; }

.content { min-width: 0; }

.content-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1rem; flex-wrap: wrap; gap: 0.5rem; }

.content-intro { font-size: 0.94rem; color: var(--ink3); margin-bottom: 0.6rem; }

.content-intro a { color: var(--seafoam); font-weight: 500; }

.content-title { font-family: 'Playfair Display', serif; font-size: 1.65rem; font-weight: 400; color: var(--ink); line-height: 1.2; margin: 0; }

.content-title em { font-style: italic; color: var(--seafoam); }

.content-sticky { position: sticky; top: 62px; z-index: 100; background: var(--sand); padding: 0.8rem 0 0.65rem; margin-bottom: 0.85rem; border-bottom: 1px solid var(--sand-deep); }

.content-sticky-row { display: flex; align-items: baseline; justify-content: space-between; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 0.5rem; }

.results-count { font-size: 0.95rem; color: var(--ink3); }

.results-count strong { color: var(--ink2); }

.active-filters { display: flex; flex-wrap: wrap; gap: 0.4rem; }

.content-sticky .active-filters:empty { display: none; margin: 0; }

.active-filter { display: flex; align-items: center; gap: 0.3rem; background: var(--seafoam-pale); color: var(--kelp); font-size: 0.75rem; font-weight: 500; padding: 3px 8px 3px 10px; border-radius: 20px; }

.active-filter button { background: none; border: none; cursor: pointer; color: var(--kelp); font-size: 1rem; line-height: 1; padding: 0; }

.cards { display: flex; flex-direction: column; gap: 1rem; }

.card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--sand-deep); transition: all 0.2s; position: relative; animation: fadeUp 0.3s ease both; overflow: hidden; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.card:hover { border-color: var(--seafoam-light); box-shadow: 0 6px 24px rgba(26,58,74,0.1); transform: translateY(-1px); }

.card.past { background: #f0eeea; border-color: var(--sand-deep); }

.card.past:hover { border-color: var(--sand-deep); box-shadow: none; transform: none; }

.card.past .card-date-badge { background: var(--ink3); }

.card.past .card-title a { color: var(--ink3); }

.card.past .link-btn-primary { background: var(--ink3); }

.card.past .link-btn-primary:hover { background: var(--ink2); }

.card-body { padding: 1.3rem 1.3rem 0; }

.card-inner { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: start; }

.card-date-badge.next-year { background: var(--ocean-light); }

.card-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-bottom: 0.5rem; line-height: 1.25; padding-right: 1rem; }

.card-title a { color: inherit; text-decoration: none; }

.card-title a:hover { color: var(--seafoam); }

.card-meta { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.6rem; align-items: center; }

.tag { font-size: 0.7rem; font-weight: 600; padding: 2px 8px; border-radius: 20px; white-space: nowrap; }

.tag-topic { background: var(--seafoam-pale); color: var(--kelp); }

.tag-industry { background: #f0ece4; color: #5a4a2e; }

.tag-new { background: #e6f5e0; color: #265a18; }

.early-bird-pill { font-size: 0.74rem; font-weight: 700; padding: 1px 7px; border-radius: 4px; white-space: nowrap; line-height: 1.6; background: var(--sunrise-pale); color: var(--sunrise); display: inline-flex; align-items: center; gap: 3px; }

.card-details { display: flex; flex-wrap: wrap; gap: 0.9rem; font-size: 0.84rem; color: var(--ink3); margin-bottom: 0.65rem; align-items: center; }

.card-detail { display: flex; align-items: center; gap: 0.3rem; }

.card-detail svg { opacity: 0.5; flex-shrink: 0; }

.cost-inline { font-size: 0.74rem; font-weight: 700; padding: 1px 7px; border-radius: 4px; white-space: nowrap; line-height: 1.6; }

.cost-free { background: #e0f4e8; color: #1a5a32; }

.cost-1 { background: #edf4e0; color: #3a5a1a; }

.cost-2 { background: #f4f0e0; color: #5a481a; }

.cost-3 { background: #f4e8e0; color: #6a2a1a; }

.card-desc { font-size: 0.85rem; color: var(--ink2); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.card-footer { display: flex; justify-content: space-between; align-items: center; padding: 0.85rem 1.3rem; margin-top: 1rem; border-top: 1px solid var(--sand-dark); gap: 0.75rem; }

.organizer { font-size: 0.78rem; color: var(--ink3); }

.organizer strong { color: var(--ink2); font-weight: 500; }

.card-links { display: flex; gap: 0.5rem; }

.link-btn { font-size: 0.75rem; font-weight: 600; padding: 0.35rem 0.8rem; border-radius: 5px; cursor: pointer; font-family: 'Libre Franklin', sans-serif; transition: all 0.15s; border: none; }

.link-btn-secondary { background: var(--sand); color: var(--ink2); border: 1px solid var(--sand-deep); }

.link-btn-secondary:hover { border-color: var(--seafoam); color: var(--seafoam); }

.link-btn-primary { background: var(--seafoam-light); color: white; }

.link-btn-primary:hover { background: var(--seafoam); }

.no-results { text-align: center; padding: 4rem 2rem; color: var(--ink3); }

.no-results h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 0.5rem; color: var(--ink2); }

.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(26,58,74,0.6); z-index: 500; align-items: center; justify-content: center; }

.modal-overlay.open { display: flex; }

.modal { background: white; border-radius: var(--radius-lg); padding: 2rem; max-width: 400px; width: 90%; position: relative; box-shadow: 0 24px 80px rgba(26,58,74,0.25); }

.modal-close { position: absolute; top: 1rem; right: 1rem; background: var(--sand); border: none; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-size: 1rem; color: var(--ink2); display: flex; align-items: center; justify-content: center; }

.modal h2 { font-family: 'Playfair Display', serif; font-size: 1.35rem; margin-bottom: 0.3rem; color: var(--ocean); }

.modal-sub { font-size: 0.88rem; color: var(--ink3); margin-bottom: 1.25rem; line-height: 1.55; }

.modal-url-box { background: var(--sand); border: 1px solid var(--sand-deep); border-radius: 8px; padding: 0.75rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.75rem; }

.modal-url { font-size: 0.78rem; color: var(--ink2); font-family: monospace; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }

.btn-copy { padding: 0.35rem 0.8rem; background: var(--seafoam); color: white; border: none; border-radius: 6px; font-family: 'Libre Franklin', sans-serif; font-size: 0.75rem; font-weight: 600; cursor: pointer; white-space: nowrap; flex-shrink: 0; transition: background 0.15s; }

.btn-copy:hover { background: var(--kelp); }

.modal-instructions { font-size: 0.82rem; color: var(--ink3); line-height: 1.7; }

.modal-instructions strong { color: var(--ink2); }

.modal-divider { border: none; border-top: 1px solid var(--sand-dark); margin: 1rem 0 0.85rem; }

.modal-ics-row { display: flex; align-items: center; justify-content: space-between; }

.modal-ics-label { font-size: 0.82rem; color: var(--ink3); }

.modal-ics-btn { font-size: 0.78rem; font-weight: 600; color: var(--seafoam); background: none; border: none; cursor: pointer; font-family: 'Libre Franklin', sans-serif; display: flex; align-items: center; gap: 0.3rem; }

.modal-ics-btn:hover { color: var(--kelp); }

.modal-note { font-size: 0.72rem; color: var(--ink3); text-align: center; font-style: italic; margin-top: 0.85rem; }

footer { background: var(--ocean); color: rgba(245,240,232,0.6); padding: 2.5rem 2rem; margin-top: 2rem; }

.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }

.footer-brand p { font-size: 0.9rem; color: rgba(245,240,232,0.5); margin-top: 0.4rem; max-width: 280px; line-height: 1.6; font-style: italic; }

.footer-links { display: flex; gap: 3rem; flex-wrap: wrap; }

.footer-col h4 { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--seafoam-light); margin-bottom: 0.75rem; font-weight: 600; }

.footer-col a { display: block; font-size: 0.84rem; color: rgba(245,240,232,0.55); text-decoration: none; margin-bottom: 0.4rem; }

.footer-col a:hover { color: var(--sand); }

.footer-bottom { max-width: 1200px; margin: 1.5rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; font-size: 0.86rem; color: rgba(245,240,232,0.3); }

@media (max-width: 768px) {
  .main-wrap { grid-template-columns: 1fr; padding: 0 0 3rem; }
  .sidebar { display: none; }
  .mobile-filter-bar { display: flex; }
  .content { padding: 1rem 1.25rem 0; }
  .hero { padding: 2rem 1.25rem 2.5rem; }
  .hero h1 { white-space: normal; font-size: 1.7rem; }
  .newsletter-form input { width: 150px; }
  .content-title { font-size: 1.4rem; }
}

.btn-suggest { display: block; width: 100%; padding: 0.52rem 1rem; background: var(--seafoam); border: none; border-radius: 8px; font-family: "Libre Franklin", sans-serif; font-size: 0.82rem; font-weight: 600; color: white; text-decoration: none; text-align: center; margin-bottom: 0.85rem; transition: background 0.15s; }

.btn-suggest:hover { background: var(--kelp); }

.nl-popup {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 320px;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 40px rgba(26,58,74,0.18);
  border: 1px solid var(--sand-deep);
  padding: 1.5rem;
  z-index: 1000;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease;
}

.nl-popup.show {
  transform: translateY(0);
  opacity: 1;
}

.nl-popup.hide {
  transform: translateY(120%);
  opacity: 0;
}

.nl-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--sand);
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--ink3);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.nl-popup-close:hover { background: var(--sand-dark); }

.nl-popup-kicker {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--seafoam);
  margin-bottom: 0.4rem;
}

.nl-popup h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--ocean);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.nl-popup h3 em { font-style: italic; color: var(--seafoam); }

.nl-popup p {
  font-size: 0.8rem;
  color: var(--ink3);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.nl-popup-form { display: flex; flex-direction: column; gap: 0.5rem; }

.nl-popup-form input:focus { border-color: var(--seafoam-light); }

.nl-popup-form input::placeholder { color: var(--ink3); }

.nl-popup-form button:hover { background: var(--kelp); }

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ocean);
  border-top: 2px solid var(--seafoam);
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  z-index: 900;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  flex-wrap: wrap;
}

.sticky-bar.show { transform: translateY(0); }

.sticky-bar.hide { transform: translateY(100%); }

.sticky-bar-text { font-size: 0.95rem; color: var(--sand); font-weight: 500; white-space: nowrap; }

.sticky-bar-text em { color: var(--seafoam-light); font-style: italic; font-family: 'Playfair Display', serif; }

.sticky-bar-form { display: flex; gap: 0.5rem; align-items: center; }

.sticky-bar-form input { padding: 0.45rem 0.85rem; border-radius: 6px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); color: var(--sand); font-family: 'Libre Franklin', sans-serif; font-size: 0.88rem; width: 220px; outline: none; }

.sticky-bar-form input::placeholder { color: rgba(245,240,232,0.5); }

.sticky-bar-form button { padding: 0.45rem 1rem; background: var(--seafoam); color: white; border: none; border-radius: 6px; font-family: 'Libre Franklin', sans-serif; font-size: 0.88rem; font-weight: 600; cursor: pointer; white-space: nowrap; }

.sticky-bar-form button:hover { background: var(--kelp); }

.sticky-bar-close { background: none; border: none; color: rgba(245,240,232,0.4); cursor: pointer; font-size: 1.1rem; padding: 0.25rem; line-height: 1; flex-shrink: 0; }

.sticky-bar-close:hover { color: var(--sand); }

.sticky-bar-msg { font-size: 0.82rem; color: var(--seafoam-light); min-height: 1em; }

@media (max-width: 600px) {
  .sticky-bar { padding: 0.75rem 1rem; gap: 0.75rem; }
  .sticky-bar-text { display: none; }
  .sticky-bar-form input { width: 160px; }
}

.hero-left { flex: 0 0 55%; min-width: 0; position: relative; z-index: 2; }

@media (max-width: 900px) { .hero-inner { flex-direction: column; } }

.hero-stats { display:flex; width:fit-content; position:relative; z-index:2; background:rgba(26,58,74,0.85); border-radius:12px; backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,0.1); }

.hero-stat { flex:1; display:flex; align-items:flex-start; gap:0.75rem; padding:1.1rem 1.25rem; background:rgba(255,255,255,0.06); border-right:1px solid rgba(255,255,255,0.08); }

.hero-stat:first-child { border-radius:12px 0 0 12px; }

.hero-stat:last-child { border-right:none; border-radius:0 12px 12px 0; }

.hero-stat-icon { width:36px; height:36px; min-width:36px; background:rgba(74,154,138,0.15); border-radius:8px; display:flex; align-items:center; justify-content:center; }

.hero-stat-icon svg { width:17px; height:17px; }

.hero-stat-text { display:flex; flex-direction:column; justify-content:center; }

.hero-stat-num { font-family:'Playfair Display',serif; font-size:1.84rem; color:var(--sand); font-weight:600; line-height:1; display:block; }

.hero-stat-label { font-size:0.75rem; color:var(--seafoam-light); text-transform:uppercase; letter-spacing:0.1em; font-weight:600; margin-top:0.2rem; display:block; }

@media(max-width:600px){ .hero-stats{flex-wrap:wrap;} .hero-stat{flex:0 0 50%;} .hero-stat:first-child{border-radius:12px 0 0 0;} .hero-stat:last-child{border-radius:0 0 12px 0;} }

.hero-fade-top { position: absolute; top: 0; left: 0; right: 0; height: 15%; background: linear-gradient(to bottom, var(--ocean) 0%, transparent 100%); }

.hero-fade-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 5%; background: linear-gradient(to top, var(--ocean) 0%, transparent 100%); }

@media(max-width:900px){ .hero-right { display: none; } }

body { font-family: 'Libre Franklin', sans-serif; background: var(--sand); color: var(--ink); min-height: 100vh; }

.page-hero { background: var(--ocean); padding: 3rem 2rem 3.5rem; position: relative; overflow: hidden; }

.page-hero-geo { position: absolute; top: 0; right: 0; bottom: 0; width: 60%; max-width: 720px; pointer-events: none; opacity: 0.14; }

.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

.page-hero-kicker { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--seafoam-light); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; }

.page-hero-kicker::before { content: ''; display: inline-block; width: 20px; height: 2px; background: var(--seafoam-light); }

.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--sand); font-weight: 400; line-height: 1.15; margin-bottom: 0.6rem; }

.page-hero h1 em { font-style: italic; color: var(--seafoam-light); }

.page-hero p { font-size: 0.95rem; color: rgba(245,240,232,0.65); font-weight: 300; line-height: 1.6; max-width: 520px; }

.page-wrap { max-width: 1200px; margin: 0 auto; padding: 3rem 2rem 5rem; }

.page-wrap > * { max-width: 720px; }

.form-card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--sand-deep); padding: 2.5rem; margin-left: auto; margin-right: auto; }

.form-group { margin-bottom: 1.4rem; }

.form-label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink2); margin-bottom: 0.45rem; }

.form-label span { color: var(--sunrise); margin-left: 2px; }

.form-input { width: 100%; padding: 0.6rem 0.9rem; border: 1px solid var(--sand-deep); border-radius: 8px; font-family: 'Libre Franklin', sans-serif; font-size: 0.88rem; color: var(--ink); background: white; outline: none; transition: border-color 0.2s; }

.form-input:focus { border-color: var(--seafoam-light); }

.form-input::placeholder { color: var(--ink3); }

.form-hint { font-size: 0.75rem; color: var(--ink3); margin-top: 0.35rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.btn-submit { width: 100%; padding: 0.75rem; background: var(--seafoam); color: white; border: none; border-radius: 8px; font-family: 'Libre Franklin', sans-serif; font-size: 0.9rem; font-weight: 600; cursor: pointer; margin-top: 1.5rem; transition: background 0.15s; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }

.btn-submit:hover { background: var(--kelp); }

footer { background: var(--ocean); color: rgba(245,240,232,0.6); padding: 2.5rem 2rem; margin-top: 2rem; width: 100%; }

.footer-brand p { font-size: 0.9rem; color: rgba(245,240,232,0.45); margin-top: 0.4rem; max-width: 260px; line-height: 1.6; font-style: italic; }

.form-success { display:none; text-align:center; padding:3rem 2rem; margin-left: auto; margin-right: auto; }

.form-success h3 { font-family:'Playfair Display',serif; font-size:1.5rem; color:var(--ocean); margin-bottom:0.75rem; }

.form-success p { font-size:0.95rem; color:var(--ink3); margin-bottom:1.5rem; }

.form-success a { display:inline-block; padding:0.65rem 1.5rem; background:var(--seafoam); color:white; border-radius:8px; text-decoration:none; font-weight:600; font-size:0.9rem; }

.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 62px; }

.criteria-note p { font-size: 0.84rem; color: var(--kelp); line-height: 1.6; }

.form-section-title { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink3); margin-bottom: 1.25rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--sand-dark); }

textarea.form-input { resize: vertical; min-height: 100px; line-height: 1.55; }

.form-divider { border: none; border-top: 1px solid var(--sand-dark); margin: 1.75rem 0 1.5rem; }

.form-note { font-size: 0.75rem; color: var(--ink3); text-align: center; margin-top: 0.75rem; font-style: italic; }
