/* â€”â€” ABOUT PAGE STYLES â€”â€” */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    --c2: #C9A87C;
    --c3: #E8D5B0;
    --c4: #F0EAE0;
    --c6: #071820;
    --silver: #C8D8E8;
    --teal-mid: #0D2B3E;
    --teal-deep: #071820;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'DM Sans', sans-serif;
}

body {
    background: var(--teal-deep);
    color: var(--c4);
    font-family: var(--sans);
    overflow-x: hidden;
    cursor: none;
}

#cursor {
    position: fixed;
    z-index: 9999;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: difference;
}

#cursor-ring {
    position: fixed;
    z-index: 9998;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    pointer-events: none;
    transition: width 0.4s ease, height 0.4s ease, border-color 0.4s ease;
}

@media(pointer:coarse) {
    #cursor,
    #cursor-ring {
        display: none !important;
    }

    body {
        cursor: auto !important;
    }
}

#progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    height: 1.5px;
    background: linear-gradient(90deg, var(--c2), var(--silver), var(--c2));
    width: 0%;
    transition: width 0.1s linear;
}

#nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
    transition: background 0.6s ease, backdrop-filter 0.6s ease;
}

#nav.solid {
    background: rgba(7, 24, 32, 0.95);
    backdrop-filter: blur(20px);
}

.nav-logo img {
    height: 30px;
    opacity: 0.85;
    transition: opacity 0.3s;
}

.nav-logo img:hover {
    opacity: 1;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.reveal-item {
    will-change: opacity, transform;
}

.chapter {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* CH1 */
#ch1 {
    background: #071820;
}

#ch1-bg {
    position: absolute;
    inset: 0;
    background-image: url('../../assets/images/ganesh_silverhythm.webp');
    background-size: cover;
    background-position: center 20%;
    will-change: transform;
}

#ch1-mid {
    position: absolute;
    inset: -10%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    opacity: 0.35;
    pointer-events: none;
    will-change: transform;
    z-index: 0;
}

#ch1-dust {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.6;
}

#ch1-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(105deg, rgba(6, 14, 26, 0.92) 0%, rgba(6, 14, 26, 0.75) 35%, rgba(6, 14, 26, 0.25) 65%, rgba(6, 14, 26, 0.55) 100%);
}

#ch1-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 24px;
    max-width: 900px;
    will-change: transform, opacity;
}

.hero-eyebrow {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp 1s 0.4s ease forwards;
}

#hero-title {
    font-family: var(--serif);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(52px, 9vw, 108px);
    line-height: 1.02;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 0 80px rgba(200, 216, 232, 0.12), 0 0 160px rgba(200, 216, 232, 0.06);
}

#hero-title .word {
    display: inline-block;
    overflow: hidden;
}

#hero-title .word span {
    display: inline-block;
    transform: translateY(110%);
    opacity: 0;
    animation: wordRise 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-rule {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    margin: 32px auto;
    transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1) 1.8s;
}

.hero-rule.drawn {
    width: 200px;
}

.hero-sub {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    opacity: 0;
    animation: fadeUp 1s 2s ease forwards;
}

.scroll-cue {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-cue-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
    animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {
    0% {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 1;
    }

    50% {
        transform: scaleY(1);
        transform-origin: top;
        opacity: 1;
    }

    51% {
        transform: scaleY(1);
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
        opacity: 0;
    }
}

.scroll-cue-label {
    font-size: 8px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    font-family: var(--sans);
}

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

@keyframes wordRise {
    from { opacity:0; transform:translateY(110%); }
    to { opacity:1; transform:translateY(0); }
}

/* CH2 */
#ch2 {
    background: var(--teal-mid);
    min-height: 100vh;
    position: relative;
}

#ch2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../../assets/images/bg_silverhythm.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
}

#ch2-canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

#ch2-ghost {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background-image: url('../../assets/images/ganesh_silverhythm.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 60%);
    mask-image: linear-gradient(to right, transparent 0%, black 60%);
    pointer-events: none;
    z-index: 1;
}

#ch2-content {
    position: relative;
    z-index: 3;
    max-width: 860px;
    margin: 0 auto;
    padding: 120px 40px;
    text-align: center;
}

.gap-word {
    display: block;
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.15;
}

.gap-accent {
    font-style: italic;
    color: var(--c2);
    display: block;
    font-size: clamp(36px, 6vw, 80px);
}

.gap-rule {
    width: 60px;
    height: 2px;
    background: var(--c2);
    margin: 40px auto;
    transform: scaleX(0);
    transform-origin: center;
}

.gap-tagline {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(240, 234, 224, 0.3);
}

/* CH3 */
#ch3 {
    background: var(--teal-mid);
    min-height: auto;
    padding: 120px 6%;
    display: block;
    position: relative;
}

#ch3::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../../assets/images/bg_silverhythm.webp');
    background-size: cover;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.story-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.story-eyebrow {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--c2);
    margin-bottom: 20px;
}

.story-h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(28px, 3.5vw, 48px);
    color: var(--c4);
    line-height: 1.2;
    margin-bottom: 36px;
}

.story-body {
    font-family: var(--serif);
    font-size: clamp(17px, 1.5vw, 20px);
    font-weight: 300;
    color: rgba(240, 234, 224, 0.65);
    line-height: 1.95;
    margin-bottom: 28px;
}

.story-pullquote {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(18px, 1.8vw, 23px);
    color: rgba(255, 255, 255, 0.88);
    border-left: 2px solid var(--c2);
    padding: 4px 0 4px 24px;
    line-height: 1.75;
    margin: 32px 0;
}

.founder-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(200, 216, 232, 0.1);
    border-radius: 20px;
    padding: 40px 36px;
    position: sticky;
    top: 100px;
    box-shadow: 0 0 60px rgba(200, 216, 232, 0.04);
    transition: transform 0.3s ease;
}

.fc-overline {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 16px;
}

.fc-name {
    font-family: var(--serif);
    font-style: italic;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 6px;
}

.fc-role {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
}

.fc-rule {
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 24px 0;
}

.fc-quote {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
}

.stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
}

.stat-num {
    font-family: var(--serif);
    font-size: 26px;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
}

/* CH4 */
#ch4 {
    background: var(--teal-mid);
    min-height: 100vh;
    padding: 120px 6%;
    display: block;
    position: relative;
}

#ch4::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../../assets/images/bg_silverhythm.webp');
    background-size: cover;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

#ch4-svg-stage {
    position: absolute;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    width: min(520px, 45vw);
    opacity: 0.38;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

#ch4-svg-stage .svg-draw {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.craft-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.craft-eyebrow {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--c3);
    margin-bottom: 20px;
}

.craft-h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(26px, 3.5vw, 46px);
    color: var(--c4);
    line-height: 1.2;
    margin-bottom: 32px;
}

.craft-body {
    font-family: var(--serif);
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 300;
    color: rgba(240, 234, 224, 0.65);
    line-height: 1.95;
    margin-bottom: 24px;
}

.pillar-list {
    border: 1px solid rgba(200, 216, 232, 0.12);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
}

.pillar-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(200, 216, 232, 0.07);
    transition: background 0.3s ease;
}

.pillar-item:last-child {
    border-bottom: none;
}

.pillar-item:hover {
    background: rgba(200, 216, 232, 0.06);
}

.pi-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--c2);
}

.pi-title {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 400;
    color: var(--c4);
    margin-bottom: 3px;
}

.pi-desc {
    font-family: var(--sans);
    font-size: 11px;
    color: rgba(240, 234, 224, 0.38);
    line-height: 1.6;
}

/* CH5 */
#ch5 {
    background: var(--teal-mid);
    padding: 130px 6%;
    display: block;
    min-height: auto;
    position: relative;
}

#ch5::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../../assets/images/bg_silverhythm.webp');
    background-size: cover;
    opacity: 0.14;
    pointer-events: none;
    z-index: 0;
}

.letter-wrap {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.letter-eyebrow {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(240, 234, 224, 0.3);
    margin-bottom: 16px;
}

.letter-name {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(36px, 5vw, 54px);
    font-weight: 300;
    color: var(--c4);
    margin-bottom: 8px;
}

.letter-role {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(240, 234, 224, 0.32);
}

.letter-divider {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--c2), transparent);
    margin: 36px auto;
}

.letter-para {
    font-family: var(--serif);
    font-size: clamp(18px, 1.6vw, 21px);
    font-weight: 300;
    color: rgba(240, 234, 224, 0.78);
    line-height: 2.0;
    text-align: left;
    margin-bottom: 2.2rem;
    padding-left: 0;
    border-left: 2px solid transparent;
    transition: border-left-color 1.2s ease, padding-left 0.5s ease;
}

.letter-para.in {
    border-left-color: rgba(200, 216, 232, 0.15);
    padding-left: 28px;
}

.letter-para.drop-cap::first-letter {
    font-size: 4.8em;
    float: left;
    line-height: 0.72;
    margin: 8px 14px 0 0;
    color: var(--c2);
    font-family: var(--serif);
    font-weight: 300;
}

.sig-wrap {
    text-align: center;
    margin-top: 56px;
}

.sig-name {
    font-family: var(--serif);
    font-style: italic;
    font-size: 24px;
    color: rgba(240, 234, 224, 0.5);
    margin-top: 14px;
}

.sig-role {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(240, 234, 224, 0.25);
    margin-top: 6px;
}

/* CH6 */
#ch6 {
    background: var(--c6);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 6%;
    position: relative;
}

#ch6::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../../assets/images/bg_silverhythm.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.07;
    pointer-events: none;
    z-index: 0;
}

#vision-canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

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

.vision-eyebrow {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--c2);
    margin-bottom: 32px;
}

.vision-quote {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(24px, 3.5vw, 42px);
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 36px;
}

.vision-sub {
    font-family: var(--serif);
    font-size: clamp(16px, 1.4vw, 19px);
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.02em;
    line-height: 1.8;
}

/* CH7 */
#ch7 {
    background: var(--c6);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 6%;
    position: relative;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.cta-eyebrow {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 24px;
}

.cta-h2 {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(32px, 5.5vw, 68px);
    color: #fff;
    margin-bottom: 32px;
}

.cta-sub {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 48px;
}

.btn-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 18px 36px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--c2);
    color: var(--c6);
    border: none;
    text-decoration: none;
    border-radius: 2px;
    transition: opacity 0.3s;
}

.btn-primary:hover {
    opacity: 0.85;
}

.btn-whatsapp {
    padding: 18px 36px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: transparent;
    color: var(--c4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.btn-whatsapp:hover {
    border-color: var(--c2);
    color: var(--c2);
}

footer {
    padding: 100px 6% 60px;
    background: var(--c6);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    text-align: center;
}

footer img {
    height: 24px;
    opacity: 0.4;
    margin-bottom: 32px;
}

footer p {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 24px;
}

footer a {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--c2);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s;
}

footer a:hover {
    opacity: 1;
}

@media(max-width:900px) {
    .story-grid,
    .craft-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .founder-card {
        position: static;
    }
}

/* —— SVG & Ornament Classes —— */
.about-diya { position: absolute; left: 5%; bottom: 8%; width: min(180px, 16vw); opacity: 0.22; pointer-events: none; z-index: 2; }
.about-compass-main { position: absolute; right: 2%; top: 50%; transform: translateY(-50%); width: min(280px, 22vw); opacity: 0.12; pointer-events: none; z-index: 0; }
.about-compass-mini { position: absolute; left: 4%; top: 50%; transform: translateY(-50%); width: min(200px, 18vw); opacity: 0.1; pointer-events: none; z-index: 0; }
.about-mandala { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(500px, 60vw); opacity: 0.09; pointer-events: none; z-index: 1; }
.about-svg-sig { display: block; margin: 0 auto; }
.about-svg-ornament { width: min(400px, 70vw); margin: 0 auto 40px; display: block; opacity: 0.3; }
.about-divider-small { width: 48px; height: 1px; background: rgba(255, 255, 255, 0.08); margin: 0 auto 36px; }
.gap-word-1 { font-size: clamp(28px, 4vw, 52px); color: rgba(240, 234, 224, 0.45); }
.gap-word-2 { font-size: clamp(28px, 4vw, 52px); color: rgba(240, 234, 224, 0.72); margin-top: 12px; }
.gap-word-3-span { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(28px, 4vw, 52px); color: rgba(240, 234, 224, 0.5); }
.relative-box { position: relative; }
.skip-link { position: absolute; }

/* Make logos visible in light mode footers */
body.light .coll-footer-logo,
body.light .footer-logo-img,
body.light .footer-logo img,
body.light .site-footer img {
  filter: brightness(0) opacity(0.8) !important;
}
