/* ═══════════════════════════════════════════════════════════════════════════
   Sacred Network – Premium Site Guide (Stonehenge)
   Subscriber-only field guide styling
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══ Hero ═══ */
.guide-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 120px;
}

.guide-hero-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    filter: brightness(0.42) contrast(1.05);
    transform: scale(1.05);
}

.guide-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 50% 80%, rgba(201, 162, 39, 0.18) 0%, transparent 60%),
        linear-gradient(to top, var(--color-void) 0%, rgba(10, 12, 15, 0.55) 50%, transparent 100%);
}

.guide-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 var(--space-xl) 64px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.guide-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.guide-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-family: var(--font-accent);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tag-premium {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 100%);
    color: var(--color-void);
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.4);
}

.tag-node {
    background: rgba(201, 162, 39, 0.15);
    color: var(--color-gold-light);
    border: 1px solid rgba(201, 162, 39, 0.4);
}

.tag-tradition {
    background: rgba(167, 139, 250, 0.12);
    color: var(--color-spirit);
    border: 1px solid rgba(167, 139, 250, 0.3);
}

.guide-hero-title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 400;
    color: var(--text-primary);
    margin: 0 0 12px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.6);
}

.guide-hero-subtitle {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    font-weight: 300;
    color: var(--text-secondary);
    margin: 0 0 26px;
    max-width: 720px;
    line-height: 1.4;
}

.guide-hero-location {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 16px;
    margin: 0 0 32px;
    font-family: var(--font-accent);
    letter-spacing: 0.02em;
}

.guide-hero-location svg {
    color: var(--color-gold);
    flex-shrink: 0;
}

.guide-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.meta-pill {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 18px;
    background: rgba(10, 12, 15, 0.55);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(201, 162, 39, 0.18);
    border-radius: 10px;
}

.meta-label {
    font-family: var(--font-accent);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
}

.meta-value {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
}

/* ═══ Premium Value Banner ═══ */
.premium-banner {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, rgba(99, 102, 161, 0.05) 100%);
    border-top: 1px solid rgba(201, 162, 39, 0.25);
    border-bottom: 1px solid rgba(201, 162, 39, 0.25);
    padding: 38px 0;
}

.premium-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
}

.premium-banner-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-earth) 100%);
    color: var(--color-void);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(201, 162, 39, 0.35);
    flex-shrink: 0;
}

.premium-banner-text h2 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-gold-light);
    margin: 0 0 8px;
}

.premium-banner-text p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
    max-width: 720px;
}

/* ═══ Main Grid ═══ */
.guide-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px var(--space-xl);
}

.guide-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    align-items: start;
}

/* ═══ Sidebar ═══ */
.guide-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--color-elevated) transparent;
    padding-right: 6px;
}

.guide-sidebar::-webkit-scrollbar {
    width: 6px;
}

.guide-sidebar::-webkit-scrollbar-thumb {
    background: var(--color-elevated);
    border-radius: 3px;
}

.guide-sidebar .sidebar-card {
    background: var(--color-surface);
    border: 1px solid var(--color-elevated);
    border-radius: 12px;
    padding: 22px;
}

.guide-sidebar .sidebar-card h3 {
    font-family: var(--font-accent);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-gold);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.15);
}

/* TOC */
.guide-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: toc;
}

.guide-toc-list li {
    counter-increment: toc;
    margin: 0;
}

.guide-toc-list a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    margin: 2px -10px;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.4;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.2s;
}

.guide-toc-list a::before {
    content: counter(toc, upper-roman);
    font-family: var(--font-accent);
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
    min-width: 28px;
    text-align: right;
    margin-top: 2px;
    flex-shrink: 0;
    letter-spacing: 0.05em;
}

.guide-toc-list a:hover {
    color: var(--text-primary);
    background: rgba(201, 162, 39, 0.06);
}

.guide-toc-list a.active {
    color: var(--color-gold-light);
    background: rgba(201, 162, 39, 0.1);
}

.guide-toc-list a.active::before {
    color: var(--color-gold);
}

/* Quick Facts in guide context */
.guide-sidebar .quick-facts {
    margin: 0;
}

.guide-sidebar .fact-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    gap: 14px;
}

.guide-sidebar .fact-row:last-child {
    border-bottom: none;
}

.guide-sidebar .fact-row dt {
    font-family: var(--font-accent);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    flex-shrink: 0;
}

.guide-sidebar .fact-row dd {
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    text-align: right;
    line-height: 1.3;
}

/* Harmony list */
.harmony-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.harmony-list li {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.harmony-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.harmony-date {
    font-family: var(--font-accent);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-gold);
}

.harmony-name {
    font-family: var(--font-display);
    font-size: 17px;
    color: var(--text-primary);
}

.harmony-detail {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.45;
}

.harmony-link {
    display: block;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(201, 162, 39, 0.15);
    font-family: var(--font-accent);
    font-size: 13px;
    font-weight: 600;
    color: var(--color-gold);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.harmony-link:hover {
    color: var(--color-gold-light);
}

/* Download buttons */
.download-btn {
    margin-bottom: 10px;
    font-size: 13px;
    padding: 12px 16px;
}

.download-btn:last-child {
    margin-bottom: 0;
}

/* ═══ Main Article ═══ */
.guide-main {
    min-width: 0;
    max-width: 820px;
}

.guide-section {
    position: relative;
    padding: 48px 0;
    border-bottom: 1px solid rgba(201, 162, 39, 0.08);
}

.guide-section:last-of-type {
    border-bottom: none;
}

.section-marker {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 13px;
    font-weight: 700;
    color: var(--color-gold);
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.25);
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.15em;
    margin-bottom: 18px;
}

.guide-section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    font-weight: 400;
    color: var(--text-primary);
    margin: 0 0 24px;
    line-height: 1.15;
    letter-spacing: -0.005em;
}

.guide-section h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-gold-light);
    margin: 38px 0 16px;
    line-height: 1.3;
}

.guide-section h4 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.guide-section p {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0 0 20px;
}

.guide-section p:last-child {
    margin-bottom: 0;
}

.guide-section p.lead {
    font-family: var(--font-display);
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.55;
    color: var(--text-primary);
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}

.guide-section em {
    color: var(--color-gold-light);
    font-style: italic;
}

.guide-section strong {
    color: var(--text-primary);
    font-weight: 600;
}

/* Opening invocation */
.guide-section-opening {
    padding-top: 56px;
}

.opening-quote {
    margin: 0;
    padding: 36px 40px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.06) 0%, transparent 100%);
    border-left: 4px solid var(--color-gold);
    border-radius: 0 12px 12px 0;
    position: relative;
}

.opening-quote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-family: var(--font-display);
    font-size: 5rem;
    color: var(--color-gold);
    opacity: 0.3;
    line-height: 1;
}

.opening-quote p {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--text-primary);
    margin: 0 0 18px;
}

.opening-quote p:last-of-type {
    margin-bottom: 20px;
}

.opening-quote cite {
    display: block;
    font-family: var(--font-accent);
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-gold);
}

/* Callouts */
.callout {
    margin: 32px 0;
    padding: 26px 30px;
    border-radius: 12px;
}

.callout h4 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    margin: 0 0 12px;
    color: var(--color-gold-light);
}

.callout p {
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 14px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout-gold {
    background: rgba(201, 162, 39, 0.07);
    border: 1px solid rgba(201, 162, 39, 0.3);
}

.callout-quiet {
    background: rgba(99, 102, 161, 0.06);
    border-left: 3px solid var(--color-cosmic);
}

.callout-quiet h4 {
    color: var(--color-spirit);
}

.rory-attribution {
    font-family: var(--font-accent);
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-gold) !important;
    margin-bottom: 8px !important;
}

/* ═══ Energy Diagram ═══ */
.energy-diagram {
    margin: 36px 0;
    padding: 36px;
    background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.08) 0%, transparent 70%), var(--color-surface);
    border: 1px solid var(--color-elevated);
    border-radius: 14px;
    text-align: center;
}

.energy-diagram-inner {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201, 162, 39, 0.3);
}

.energy-orbit-1 { width: 80px; height: 80px; }
.energy-orbit-2 { width: 160px; height: 160px; opacity: 0.6; }
.energy-orbit-3 { width: 240px; height: 240px; opacity: 0.3; }

.energy-line {
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(201, 162, 39, 0.5) 30%, rgba(201, 162, 39, 0.8) 50%, rgba(201, 162, 39, 0.5) 70%, transparent 100%);
    height: 2px;
    width: 100%;
}

.energy-line-h { transform: rotate(0deg); }
.energy-line-v { transform: rotate(90deg); }
.energy-line-d1 {
    transform: rotate(45deg);
    background: linear-gradient(90deg, transparent 0%, rgba(167, 139, 250, 0.4) 30%, rgba(167, 139, 250, 0.7) 50%, rgba(167, 139, 250, 0.4) 70%, transparent 100%);
}
.energy-line-d2 {
    transform: rotate(-45deg);
    background: linear-gradient(90deg, transparent 0%, rgba(167, 139, 250, 0.4) 30%, rgba(167, 139, 250, 0.7) 50%, rgba(167, 139, 250, 0.4) 70%, transparent 100%);
}

.energy-core {
    width: 16px;
    height: 16px;
    background: var(--color-gold);
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(201, 162, 39, 0.7), 0 0 80px rgba(201, 162, 39, 0.3);
    z-index: 2;
    animation: pulse-core 3s ease-in-out infinite;
}

@keyframes pulse-core {
    0%, 100% { transform: scale(1); box-shadow: 0 0 40px rgba(201, 162, 39, 0.7), 0 0 80px rgba(201, 162, 39, 0.3); }
    50% { transform: scale(1.2); box-shadow: 0 0 60px rgba(201, 162, 39, 0.9), 0 0 120px rgba(201, 162, 39, 0.4); }
}

.energy-diagram-caption {
    font-family: var(--font-body);
    font-size: 14px !important;
    font-style: italic;
    color: var(--text-muted) !important;
    max-width: 480px;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* ═══ Line table ═══ */
.line-table {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--color-elevated);
}

.line-row {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
    padding: 16px 20px;
    background: var(--color-surface);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.line-row:last-child { border-bottom: none; }

.line-row dt {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-accent);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.line-row dd {
    margin: 0;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.55;
    color: var(--text-secondary);
}

.line-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 8px currentColor;
}

.line-dot-4 { background: var(--color-gold); color: var(--color-gold); }
.line-dot-3 { background: var(--color-spirit); color: var(--color-spirit); }
.line-dot-2 { background: var(--color-aurora); color: var(--color-aurora); }
.line-dot-mary { background: var(--color-sage); color: var(--color-sage); }

/* ═══ Alignment Grid ═══ */
.alignment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 28px 0;
}

.alignment-card {
    background: var(--color-surface);
    border: 1px solid var(--color-elevated);
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s, transform 0.2s;
}

.alignment-card:hover {
    border-color: rgba(201, 162, 39, 0.4);
    transform: translateY(-2px);
}

.alignment-icon {
    font-size: 28px;
    color: var(--color-gold);
    margin-bottom: 8px;
}

.alignment-card h4 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    color: var(--color-gold-light);
    margin: 0 0 8px;
}

.alignment-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    color: var(--text-secondary) !important;
}

/* ═══ Key list ═══ */
.key-list {
    list-style: none;
    margin: 22px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.key-list li {
    position: relative;
    padding: 14px 18px 14px 38px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 2px solid var(--color-gold);
    border-radius: 0 8px 8px 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-secondary);
}

.key-list li::before {
    content: '✦';
    position: absolute;
    left: 14px;
    top: 14px;
    color: var(--color-gold);
    font-size: 14px;
}

.key-list li strong {
    color: var(--text-primary);
}

/* ═══ Standing grid ═══ */
.standing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 28px 0;
}

.standing-card {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--color-elevated);
    border-radius: 12px;
    padding: 24px 22px 20px;
    padding-left: 70px;
}

.standing-card-letter {
    position: absolute;
    top: 24px;
    left: 22px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid var(--color-gold);
    color: var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 500;
}

.standing-card h4 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    color: var(--text-primary);
    margin: 0 0 10px;
    line-height: 1.3;
}

.standing-card h4 small {
    display: block;
    font-family: var(--font-accent);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-gold);
    margin-top: 4px;
}

.standing-card p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 8px !important;
}

.standing-card p.standing-note {
    font-family: var(--font-accent);
    font-size: 12px !important;
    font-style: italic;
    color: var(--text-muted) !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding-top: 10px;
    border-top: 1px dashed rgba(255, 255, 255, 0.06);
}

/* ═══ When table ═══ */
.when-table {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--color-elevated);
    border-radius: 12px;
    overflow: hidden;
}

.when-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 22px 24px;
    background: var(--color-surface);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    align-items: start;
}

.when-row:last-child { border-bottom: none; }
.when-row:hover { background: rgba(201, 162, 39, 0.03); }

.when-period {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-gold-light);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.when-period span {
    font-family: var(--font-accent);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
}

.when-detail p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* ═══ Meditation ═══ */
.meditation-card {
    margin: 28px 0;
    padding: 36px;
    background:
        radial-gradient(ellipse at top right, rgba(167, 139, 250, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse at bottom left, rgba(201, 162, 39, 0.06) 0%, transparent 60%),
        var(--color-surface);
    border: 1px solid rgba(201, 162, 39, 0.25);
    border-radius: 16px;
}

.meditation-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 22px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: start;
}

.meditation-step:first-child { padding-top: 0; }
.meditation-step:last-child { border-bottom: none; padding-bottom: 0; }

.meditation-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-earth) 100%);
    color: var(--color-void);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 600;
    flex-shrink: 0;
}

.meditation-step h4 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--color-gold-light);
    margin: 0 0 8px;
}

.meditation-step p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: var(--text-secondary) !important;
    margin: 0 !important;
}

/* ═══ Etiquette ═══ */
.etiquette-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 24px 0;
}

.etiquette-do, .etiquette-dont {
    padding: 26px;
    border-radius: 12px;
    background: var(--color-surface);
}

.etiquette-do {
    border: 1px solid rgba(125, 153, 112, 0.3);
}

.etiquette-do h4 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    color: var(--color-sage);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(125, 153, 112, 0.2);
}

.etiquette-dont {
    border: 1px solid rgba(168, 85, 85, 0.3);
}

.etiquette-dont h4 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    color: #c98c8c;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(168, 85, 85, 0.2);
}

.etiquette-do ul, .etiquette-dont ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.etiquette-do li, .etiquette-dont li {
    position: relative;
    padding-left: 24px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.etiquette-do li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-sage);
    font-weight: 700;
}

.etiquette-dont li::before {
    content: '✕';
    position: absolute;
    left: 0;
    top: 0;
    color: #c98c8c;
    font-weight: 700;
}

/* Positive counterpart to Do/Don't — spans the full width beneath them. */
.etiquette-celebrate {
    grid-column: 1 / -1;
    padding: 26px;
    border-radius: 12px;
    background: var(--color-surface);
    border: 1px solid rgba(201, 162, 39, 0.3);
}
.etiquette-celebrate h4 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    color: var(--color-gold);
    margin: 0 0 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}
.etiquette-celebrate > p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0 0 14px;
}
.etiquette-celebrate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px 24px;
}
.etiquette-celebrate li {
    position: relative;
    padding-left: 24px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}
.etiquette-celebrate li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-gold);
    font-weight: 700;
}

/* ═══ Practical Grid ═══ */
.practical-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 24px 0;
}

.practical-card {
    padding: 24px;
    background: var(--color-surface);
    border: 1px solid var(--color-elevated);
    border-radius: 12px;
}

.practical-card h4 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--color-gold-light);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.15);
}

.practical-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 0 10px !important;
}

.practical-card p:last-child { margin-bottom: 0 !important; }

.practical-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.practical-card li {
    position: relative;
    padding-left: 18px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.55;
    color: var(--text-secondary);
}

.practical-card li::before {
    content: '·';
    position: absolute;
    left: 6px;
    color: var(--color-gold);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

/* ═══ Landscape Grid ═══ */
.landscape-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 24px 0;
}

.landscape-card {
    display: flex;
    flex-direction: column;
    background: var(--color-surface);
    border: 1px solid var(--color-elevated);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.25s;
}

.landscape-card:hover {
    border-color: rgba(201, 162, 39, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.landscape-card-image {
    height: 140px;
    background-size: cover;
    background-position: center;
}

.landscape-card-body {
    padding: 18px 20px 22px;
}

.landscape-badge {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-gold);
    margin-bottom: 8px;
}

.landscape-card h4 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--text-primary);
    margin: 0 0 8px;
}

.landscape-card p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: var(--text-secondary) !important;
}

/* ═══ Field Notes ═══ */
.field-notes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 24px 0;
}

.field-note {
    margin: 0;
    padding: 26px 28px;
    background: rgba(99, 102, 161, 0.05);
    border-left: 3px solid var(--color-cosmic);
    border-radius: 0 12px 12px 0;
}

.field-note p {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: var(--text-primary) !important;
    margin: 0 0 14px !important;
}

.field-note cite {
    display: block;
    font-family: var(--font-accent);
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-spirit);
}

/* ═══ Deeper list ═══ */
.deeper-list {
    list-style: none;
    margin: 18px 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.deeper-list li {
    position: relative;
    padding: 14px 18px 14px 22px;
    background: var(--color-surface);
    border: 1px solid var(--color-elevated);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.deeper-list li strong {
    color: var(--text-primary);
    font-weight: 600;
}

.deeper-list a {
    color: var(--color-gold);
    text-decoration: none;
    border-bottom: 1px dotted rgba(201, 162, 39, 0.3);
    transition: color 0.2s;
}

.deeper-list a:hover {
    color: var(--color-gold-light);
    border-bottom-color: var(--color-gold);
}

/* ═══ Closing ═══ */
.guide-closing {
    margin-top: 48px;
    padding: 60px 40px;
    text-align: center;
    background:
        radial-gradient(ellipse at center, rgba(201, 162, 39, 0.08) 0%, transparent 70%),
        var(--color-surface);
    border: 1px solid rgba(201, 162, 39, 0.25);
    border-radius: 16px;
}

.guide-closing h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    color: var(--color-gold-light);
    margin: 0 0 14px;
    font-weight: 400;
}

.guide-closing p {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-primary);
    max-width: 580px;
    margin: 0 auto 28px;
    font-weight: 300;
}

.closing-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ═══ Responsive ═══ */
@media (max-width: 1100px) {
    .guide-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .guide-sidebar {
        position: static;
        max-height: none;
    }
    .guide-main {
        max-width: none;
    }
}

@media (max-width: 900px) {
    .guide-hero {
        min-height: 520px;
    }
    .premium-banner-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .premium-banner-icon {
        margin: 0 auto;
    }
    .premium-banner-text p {
        max-width: none;
    }
    .alignment-grid,
    .standing-grid,
    .etiquette-grid,
    .practical-grid,
    .landscape-grid,
    .field-notes-grid {
        grid-template-columns: 1fr;
    }
    .line-row,
    .when-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .opening-quote {
        padding: 28px 24px 28px 28px;
    }
    .meditation-card {
        padding: 24px;
    }
    .meditation-step {
        grid-template-columns: 40px 1fr;
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .guide-hero-content {
        padding: 0 var(--space-md) 40px;
    }
    .guide-hero-meta {
        gap: 8px;
    }
    .meta-pill {
        padding: 8px 12px;
    }
    .guide-content {
        padding: 40px var(--space-md);
    }
    .guide-section {
        padding: 36px 0;
    }
    .standing-card {
        padding: 24px 20px 20px;
        padding-left: 60px;
    }
    .standing-card-letter {
        top: 20px;
        left: 18px;
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    .energy-diagram-inner {
        width: 220px;
        height: 220px;
    }
    .energy-orbit-3 { width: 200px; height: 200px; }
    .energy-orbit-2 { width: 130px; height: 130px; }
    .energy-orbit-1 { width: 65px; height: 65px; }
    .guide-closing {
        padding: 40px 24px;
    }
}
