/* about — page-specific styles (loaded after style.css) */

.cta-link {
            font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.25em;
            color: var(--warm-cream); text-decoration: none; border-bottom: 1px solid rgba(247,241,232,0.25);
            padding-bottom: 0.2rem; display: inline-block; transition: all 0.6s var(--ease-smooth);
            font-family: var(--font-sans);
        }

.cta-link:hover { border-bottom-color: var(--burnt-orange); color: var(--soft-gold); }

/* ── Header ── */
        header {
            position: fixed; top: 0; left: 0; width: 100%;
            padding: 2rem 4rem; display: flex; justify-content: space-between;
            align-items: center; z-index: 1010; transition: all 0.7s var(--ease-smooth);
        }

/* ── Hero ── */
        .page-hero {
            position: relative; height: auto; min-height: 68vh; display: flex; flex-direction: column;
            justify-content: flex-end; align-items: flex-start;
            overflow: hidden; padding: 10rem 8% 6rem;
        }

.hero-bg img {
            position: absolute; top: -20%; left: 0; width: 100%; height: 140%; object-fit: cover; object-position: center 20%;
            filter: brightness(0.32) saturate(0.6);
        }

.hero-vignette {
            position: absolute; inset: 0; z-index: 2;
            background: linear-gradient(to right, rgba(17,17,17,0.65) 0%, rgba(17,17,17,0.1) 70%),
                        linear-gradient(to top, rgba(17,17,17,0.85) 0%, transparent 55%);
        }

.hero-content { position: relative; z-index: 3; max-width: 800px; }

.hero-eyebrow {
            font-family: 'Federo', sans-serif; font-size: 0.7rem;
            text-transform: uppercase; letter-spacing: 0.5em; color: var(--burnt-orange);
            display: block; margin-bottom: 2rem;
            opacity: 0; animation: riseUp 1.4s var(--ease-smooth) 0.3s forwards;
        }

.hero-title {
            font-family: var(--font-serif); font-size: clamp(3rem, 5.5vw, 6.5rem);
            font-weight: 300; font-style: italic; line-height: 1.0; color: var(--warm-cream);
            margin-bottom: 2.5rem;
            opacity: 0; animation: riseUp 1.8s cubic-bezier(0.25,0.35,0.45,0.5) 0.55s forwards;
        }

.hero-roles {
            font-family: 'Federo', sans-serif; font-size: clamp(0.7rem, 1vw, 0.85rem);
            letter-spacing: 0.32em; text-transform: uppercase; color: rgba(247,241,232,0.42);
            opacity: 0; animation: riseUp 1.4s var(--ease-smooth) 1.0s forwards;
        }

.hero-roles span {
            color: rgba(198,90,17,0.55);
            margin: 0 0.6rem;
        }

.scroll-indicator {
            position: absolute; bottom: 2.8rem; left: 50%; transform: translateX(-50%);
            z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
            opacity: 0; animation: riseUp 1s ease 2s forwards;
        }

.scroll-indicator span {
            font-size: 0.62rem; letter-spacing: 0.4em; text-transform: uppercase;
            color: rgba(247,241,232,0.3); font-family: var(--font-sans);
        }

.scroll-line {
            width: 1px; height: 52px;
            background: linear-gradient(to bottom, rgba(247,241,232,0.35), transparent);
            animation: extendLine 2.2s ease-in-out infinite;
        }

@keyframes extendLine {
            0%, 100% { transform: scaleY(0.2); opacity: 0.4; }
            50% { transform: scaleY(1); opacity: 1; }
        }

/* ── Opening ── */
        .opening {
            padding: 8rem 12% 7rem; text-align: center; position: relative;
        }

.opening::before {
            content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
            width: 1px; height: 68px; background: var(--soft-gold); opacity: 0.22;
        }

.opening-quote {
            font-family: var(--font-serif); font-size: clamp(2rem, 3.6vw, 3.4rem);
            font-style: italic; font-weight: 300; line-height: 1.55; color: var(--warm-cream);
            max-width: 900px; margin: 0 auto 2.5rem;
        }

/* ── Origins ── */
        .origins {
            padding: 6rem 8% 10rem; display: grid;
            grid-template-columns: 1fr 1.1fr; gap: 9rem; align-items: start;
            max-width: 1600px; margin: 0 auto;
        }

.origins-img {
            position: relative; height: 680px; overflow: hidden; top: 3rem;
        }

.origins-img img {
            position: absolute; top: -20%; left: 0; width: 100%; height: 140%; object-fit: cover;
            filter: brightness(0.85) saturate(0.85);
            transition: transform 1.8s var(--ease-smooth);
        }

.origins-img:hover img { transform: scale(1.04) translateY(-2%); }

.origins-caption {
            position: absolute; bottom: 2rem; left: 2rem;
            font-family: 'Federo', sans-serif; font-size: 0.65rem;
            letter-spacing: 0.3em; text-transform: uppercase; color: rgba(247,241,232,0.45);
        }

.origins-text h2 {
            font-size: clamp(2.2rem, 3.8vw, 4.2rem); line-height: 1.15; margin-bottom: 2rem;
        }

.origins-text p { font-size: 1.4rem; margin-bottom: 1.6rem; }

/* ── Lineage ── */
        .lineage {
            background: #161616; padding: 7rem 8%; position: relative;
        }

.lineage::before {
            content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
            width: 1px; height: 68px; background: var(--soft-gold); opacity: 0.18;
        }

.lineage-head {
            text-align: center; margin-bottom: 8rem;
        }

.lineage-head h2 { font-size: clamp(2.5rem, 4.5vw, 5rem); }

.lineage-head p {
            font-family: var(--font-serif); font-style: italic; font-size: 1.3rem;
            color: rgba(247,241,232,0.5); max-width: 640px; margin: 1.5rem auto 0;
        }

.lineage-grid {
            display: grid; grid-template-columns: 1fr 1fr; gap: 6rem;
            max-width: 1300px; margin: 0 auto;
        }

.lineage-card {
            padding-top: 0;
        }

.lineage-name {
            font-family: var(--font-serif); font-size: clamp(2rem, 3.2vw, 3rem);
            font-style: italic; font-weight: 300; line-height: 1.2; color: var(--warm-cream);
            margin-bottom: 1.5rem;
        }

.lineage-rule {
            display: block; width: 100%; height: 1px;
            background: rgba(198,90,17,0.55); margin-bottom: 2rem;
        }

.lineage-card:hover { border-top-color: var(--burnt-orange); }

.lineage-card-role {
            font-family: 'Federo', sans-serif; font-size: 0.68rem;
            text-transform: uppercase; letter-spacing: 0.35em; color: var(--burnt-orange);
            display: block; margin-bottom: 1.2rem;
        }

.lineage-card h3 {
            font-family: var(--font-serif); font-size: clamp(1.8rem, 2.8vw, 2.8rem);
            font-style: italic; font-weight: 300; margin-bottom: 1.8rem; line-height: 1.2;
        }

.lineage-card p {font-size: 1.4rem;margin-bottom: 1.2rem;line-height: 1.85;}

/* ── Daily Practice Band ── */
        .practice-band {
            position: relative;
            display: flex; align-items: center; overflow: hidden;
            padding: 7rem 8%;
        }

.band-bg { position: absolute; inset: 0; z-index: 1; }

.band-bg img {
            position: absolute; top: -20%; left: 0; width: 100%; height: 140%; object-fit: cover;
            filter: brightness(0.2) saturate(0.55);
        }

.band-overlay {
            position: absolute; inset: 0; z-index: 2;
            background: linear-gradient(to right, rgba(17,17,17,0.75) 0%, rgba(17,17,17,0.15) 70%);
        }

.band-content { position: relative; z-index: 3; max-width: 720px; }

.band-content h2 {
            font-family: var(--font-serif); font-size: clamp(2.4rem, 4vw, 4.5rem);
            font-weight: 300; line-height: 1.15; margin-bottom: 2rem;
        }

.band-content p {font-size: 1.4rem;max-width: 640px;line-height: 1.7;}

/* ── Teaching Path ── */
        .teaching {
            padding: 7rem 8%; display: grid;
            grid-template-columns: 1.05fr 1fr; gap: 9rem; align-items: center;
            max-width: 1600px; margin: 0 auto;
        }

.teaching-text h2 {
            font-size: clamp(2.2rem, 3.8vw, 4.2rem); line-height: 1.15; margin-bottom: 2rem;
        }

.teaching-text p {font-size: 1.4rem;margin-bottom: 1.6rem;}

.teaching-text .cta-link { margin-top: 1.2rem; }

.teaching-img {
            position: relative; height: 660px; overflow: hidden;
        }

.teaching-img img {
            position: absolute; top: -20%; left: 0; width: 100%; height: 140%; object-fit: cover;
            filter: brightness(0.88) saturate(0.85);
            transition: transform 1.8s var(--ease-smooth);
        }

.teaching-img:hover img { transform: scale(1.04) translateY(-2%); }

/* ── Blessing ── */
        .blessing {
            padding: 8rem 12%; text-align: center; position: relative;
        }

.blessing::before {
            content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
            width: 1px; height: 68px; background: var(--soft-gold); opacity: 0.22;
        }

.blessing-mark {
            font-family: var(--font-serif); font-size: 6rem; color: rgba(198,90,17,0.18);
            line-height: 1; display: block; margin-bottom: 2rem;
        }

.blessing-text {
            font-family: var(--font-serif); font-size: clamp(2rem, 3.8vw, 3.8rem);
            font-style: italic; font-weight: 300; line-height: 1.55; color: var(--warm-cream);
            max-width: 1000px; margin: 0 auto 3rem;
        }

.blessing-attr {
            font-family: 'Federo', sans-serif; font-size: 0.7rem;
            letter-spacing: 0.35em; text-transform: uppercase; color: var(--burnt-orange);
        }

/* ── Footer ── */
        footer { background: #0d0d0d; padding: 6rem 8% 0; border-top: 1px solid rgba(247,241,232,0.06); }

/* ── Responsive ── */
        @media (max-width: 1240px) {
            nav { display: none; }
            .menu-btn { display: flex; }
            .mobile-nav { display: flex; }
        }

@media (max-width: 1100px) {
            .origins { grid-template-columns: 1fr; gap: 4rem; }
            .origins-img { height: 520px; top: 0; }
            .lineage-grid { grid-template-columns: 1fr; gap: 4rem; }
            .teaching { grid-template-columns: 1fr; gap: 4rem; }
            .teaching-img { height: 520px; }
            .footer-inner { grid-template-columns: 1fr 1fr; gap: 4rem; }
        }

@media (max-width: 768px) {
            header { padding: 1.5rem 2rem; }
            .page-hero { padding: 8rem 6% 6rem; }
            .opening { padding: 6rem 8%; }
            .blessing { padding: 8rem 8%; }
            .footer-inner { grid-template-columns: 1fr; gap: 3rem; }
        }

.menu-btn { background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 6px; }
