/* ─────────────────────────────────────────────────────────
   Shymea site chrome — unified header + footer across all pages.
   Loaded by every page via <link rel="stylesheet" href="/css/site-chrome.css">
   ───────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;1,400&family=Inter:wght@400;500;600&family=Playfair+Display:wght@400;500;700&display=swap');

/* ── Header ────────────────────────────────────────────────── */
.shy-chrome-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 18px clamp(20px, 5vw, 56px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(22px) saturate(1.2);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
    background: rgba(8, 6, 24, 0.88);
    border-bottom: 1px solid rgba(245, 240, 232, 0.08);
    font-family: 'Inter', system-ui, sans-serif;
    box-sizing: border-box;
}

.shy-chrome-header .shy-brand {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.18em;
    color: #F5F0E8;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    line-height: 1;
}
.shy-chrome-header .shy-brand::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D4A853;
    box-shadow: 0 0 12px rgba(212, 168, 83, 0.8), 0 0 22px rgba(212, 168, 83, 0.35);
    flex-shrink: 0;
}

.shy-chrome-header ul {
    list-style: none;
    display: flex;
    gap: 28px;
    align-items: center;
    padding: 0;
    margin: 0;
}
.shy-chrome-header ul a {
    color: rgba(245, 240, 232, 0.62);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    transition: color 0.3s ease;
}
.shy-chrome-header ul a:hover { color: #F5F0E8; }

.shy-chrome-header .shy-nav-cta {
    padding: 10px 22px;
    border-radius: 999px;
    background: #D4A853;
    color: #0a0a0a !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 0 22px rgba(212, 168, 83, 0.18);
}
.shy-chrome-header .shy-nav-cta:hover {
    background: #E8C27A;
    transform: translateY(-1px);
    box-shadow: 0 0 32px rgba(212, 168, 83, 0.32);
}

@media (max-width: 768px) {
    .shy-chrome-header { padding: 14px 20px; }
    .shy-chrome-header ul { gap: 14px; }
    .shy-chrome-header .shy-nav-cta {
        padding: 10px 16px;
        font-size: 11px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
    }
    .shy-chrome-header a.shy-hide-s { display: none; }
    .shy-chrome-header .shy-brand { font-size: 18px; letter-spacing: 0.14em; }
}

/* ── Footer ────────────────────────────────────────────────── */
.shy-chrome-footer {
    background: #0a0a14;
    color: #fff;
    padding: 60px 40px 40px;
    font-family: 'Inter', system-ui, sans-serif;
    box-sizing: border-box;
    border: none;
    margin: 0;
    position: relative;
    z-index: 2;
}
.shy-chrome-footer .shy-footer-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.shy-chrome-footer .shy-footer-brand { margin-bottom: 28px; }
.shy-chrome-footer .shy-footer-logo {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
}
.shy-chrome-footer .shy-footer-tagline {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-style: italic;
    margin: 8px 0 0;
}
.shy-chrome-footer .shy-footer-nav {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.7;
    position: static;
    display: block;
    padding: 0;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    text-align: center;
}
.shy-chrome-footer .shy-footer-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.shy-chrome-footer .shy-footer-nav a:hover { color: #D4A853; }
.shy-chrome-footer .shy-footer-nav .dot {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 12px;
}
.shy-chrome-footer .shy-footer-social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
}
.shy-chrome-footer .shy-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    text-decoration: none;
}
.shy-chrome-footer .shy-footer-social a:hover {
    border-color: #D4A853;
    color: #D4A853;
    background: rgba(212, 168, 83, 0.1);
}
.shy-chrome-footer .shy-footer-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.shy-chrome-footer .shy-footer-copyright hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
}
.shy-chrome-footer .shy-footer-copyright p {
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
    margin: 0;
}

@media (max-width: 600px) {
    .shy-chrome-footer { padding: 40px 20px 30px; }
    .shy-chrome-footer .shy-footer-nav .dot { margin: 0 8px; }
}

/* ── Content pages (/about, /privacy, /terms, /contact) ──────────────── */
.shy-page {
    background: #050411;
    color: rgba(245, 240, 232, 0.85);
    font-family: 'Inter', system-ui, sans-serif;
    min-height: calc(100vh - 280px);
    padding: 80px 24px 100px;
    box-sizing: border-box;
}
.shy-page-inner {
    max-width: 720px;
    margin: 0 auto;
}
.shy-page .shy-eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D4A853;
    margin-bottom: 18px;
}
.shy-page h1 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    font-weight: 400;
    font-size: clamp(36px, 5.2vw, 60px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
    color: #F5F0E8;
}
.shy-page h1 em {
    font-style: italic;
    color: #D4A853;
}
.shy-page .shy-lede {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.5;
    color: rgba(245, 240, 232, 0.65);
    margin: 0 0 48px;
}
.shy-page .shy-rule {
    width: 60px;
    height: 1px;
    background: #D4A853;
    opacity: 0.55;
    margin: 0 0 40px;
}
.shy-page h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: clamp(22px, 2.6vw, 28px);
    line-height: 1.25;
    color: #F5F0E8;
    margin: 48px 0 14px;
    letter-spacing: 0.01em;
}
.shy-page p, .shy-page li {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(245, 240, 232, 0.78);
    margin: 0 0 18px;
}
.shy-page ul {
    padding-left: 22px;
    margin: 0 0 24px;
}
.shy-page a {
    color: #E8C27A;
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 194, 122, 0.3);
    transition: border-color 0.2s, color 0.2s;
}
.shy-page a:hover {
    color: #F5D99B;
    border-bottom-color: #E8C27A;
}
.shy-page .shy-signature {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: rgba(245, 240, 232, 0.55);
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid rgba(245, 240, 232, 0.1);
}
.shy-page .shy-meta {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.35);
    margin-bottom: 40px;
}
.shy-page .shy-cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 32px 0 8px;
}
.shy-page .shy-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 999px;
    background: #D4A853;
    color: #0a0a0a;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}
.shy-page .shy-cta:hover {
    background: #E8C27A;
    transform: translateY(-1px);
}
.shy-page .shy-cta--ghost {
    background: transparent;
    color: #F5F0E8;
    border: 1px solid rgba(245, 240, 232, 0.2);
}
.shy-page .shy-cta--ghost:hover {
    background: rgba(245, 240, 232, 0.06);
    border-color: rgba(245, 240, 232, 0.4);
}
@media (max-width: 600px) {
    .shy-page { padding: 56px 20px 80px; }
    .shy-page h2 { margin-top: 36px; }
}
