﻿/* ════ HERO ════ */
.hero {
    background: linear-gradient(158deg, var(--navy-dark) 0%, var(--navy) 52%, var(--teal) 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 2.5rem 6rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 80% 15%, rgba(169,202,214,0.1) 0%, transparent 52%), radial-gradient(ellipse at 8% 85%, rgba(216,168,79,0.06) 0%, transparent 48%), linear-gradient(180deg, transparent 42%, rgba(7,37,58,0.55) 100%);
}

/* Large compass centered */
.hero-compass {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    pointer-events: none;
}

.hero-content {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 9rem;
}

.hero-eyebrow {
    font-family: var(--label);
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
    animation: fadeUp 0.9s ease both 0.1s;
}

.hero-eyebrow::before {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--gold);
    opacity: 0.55;
}

.hero h1 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(3rem, 8vw, 7.5rem);
    color: var(--white);
    line-height: 1.04;
    letter-spacing: -0.025em;
    margin-bottom: 2rem;
    max-width: 900px;
    animation: fadeUp 0.95s ease both 0.28s;
}

.hero h1 em {
    font-style: italic;
    font-weight: 300;
    color: var(--blue);
}

.hero h1 .mark {
    font-family: var(--label);
    font-size: 0.38em;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--gold);
    vertical-align: super;
    font-style: normal;
}

.hero-sub {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.05rem, 2vw, 1.32rem);
    color: rgba(169,202,214,0.72);
    max-width: 640px;
    line-height: 1.72;
    margin-bottom: 2.5rem;
    animation: fadeUp 0.9s ease both 0.44s;
}

.hero-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(169,202,214,0.12);
    padding-top: 1.75rem;
    animation: fadeUp 0.9s ease both 0.58s;
}

.hero-pill {
    font-family: var(--label);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: rgba(169,202,214,0.48);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-pill::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.5;
    flex-shrink: 0;
}

/* ════ ORIGIN ════ */
.origin {
    background: var(--white);
    padding: 9rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.origin-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1px 1.5fr;
    gap: 6rem;
    align-items: start;
}

.or-rule {
    background: var(--cream-deep);
    align-self: stretch;
}

.or-left .h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(1.9rem, 3.8vw, 3.2rem);
    color: var(--navy);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.or-left .h2 em {
    font-style: italic;
    font-weight: 300;
}

.or-left .authorship {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--cream-deep);
}

.or-left .author-label {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--teal);
    display: block;
    margin-bottom: 0.5rem;
}

.or-left .author-name {
    font-family: var(--serif);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--navy);
    display: block;
}

.or-left .author-title {
    font-family: var(--body);
    font-size: 0.82rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.65;
    display: block;
    margin-top: 0.25rem;
}

.or-right p {
    font-family: var(--body);
    font-weight: 300;
    font-size: 1rem;
    color: var(--ink-muted);
    line-height: 1.88;
    margin-bottom: 1.25rem;
}

.or-right p:last-child {
    margin-bottom: 0;
}

.or-right p strong {
    font-weight: 600;
    color: var(--ink-mid);
}

.origin-pull {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.05rem, 1.9vw, 1.3rem);
    color: var(--navy);
    line-height: 1.58;
    border-left: 2px solid var(--gold);
    padding-left: 1.5rem;
    margin: 1.75rem 0;
}

/* ════ CLINICAL FORMATION ════ */
.formation {
    background: var(--navy-dark);
    padding: 9rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.formation::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 88% 15%, rgba(31,111,115,0.2) 0%, transparent 52%), radial-gradient(ellipse at 5% 85%, rgba(216,168,79,0.05) 0%, transparent 48%);
}

.formation-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.formation-header {
    max-width: 580px;
    margin-bottom: 4rem;
}

.formation-header h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--white);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.formation-header h2 em {
    font-style: italic;
    font-weight: 300;
    color: var(--blue);
}

.formation-header p {
    font-family: var(--body);
    font-size: 0.97rem;
    font-weight: 300;
    color: rgba(169,202,214,0.65);
    line-height: 1.82;
    margin-top: 1rem;
}

.disciplines {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5px;
    background: rgba(169,202,214,0.08);
    border: 1.5px solid rgba(169,202,214,0.08);
}

.discipline {
    background: rgba(255,255,255,0.04);
    padding: 2.25rem 2rem 2.5rem;
    border-bottom: 2px solid transparent;
    transition: background 0.28s, border-color 0.28s;
}

.discipline:hover {
    background: rgba(255,255,255,0.09);
    border-bottom-color: var(--gold);
}

.disc-num {
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 300;
    color: rgba(169,202,214,0.08);
    line-height: 1;
    display: block;
    margin-bottom: 0.85rem;
    letter-spacing: -0.04em;
}

.discipline h4 {
    font-family: var(--serif);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0.55rem;
    letter-spacing: -0.005em;
    line-height: 1.25;
}

.discipline p {
    font-family: var(--body);
    font-size: 0.87rem;
    font-weight: 300;
    color: rgba(189,213,200,0.65);
    line-height: 1.72;
}

.formation-note {
    margin-top: 3rem;
    padding: 1.75rem 2rem;
    background: rgba(216,168,79,0.08);
    border: 1px solid rgba(216,168,79,0.18);
    border-radius: 4px;
    font-family: var(--body);
    font-size: 0.92rem;
    font-weight: 300;
    color: rgba(169,202,214,0.6);
    line-height: 1.78;
    font-style: italic;
}

.formation-note strong {
    color: rgba(216,236,242,0.82);
    font-weight: 600;
}

/* ════ SIX PILLARS ════ */
.pillars {
    background: var(--cream);
    padding: 9rem 2.5rem;
    position: relative;
    overflow: hidden;
}
/* Radial compass watermark */
.pillars-compass {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.03;
    pointer-events: none;
}

.pillars-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pillars-header {
    max-width: 640px;
    margin-bottom: 4.5rem;
}

.pillars-header h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--navy);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.pillars-header h2 em {
    font-style: italic;
    font-weight: 300;
}

.pillars-header p {
    font-family: var(--body);
    font-size: 0.97rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.82;
    margin-top: 1rem;
}

.pillar-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pillar-row {
    display: grid;
    grid-template-columns: 80px 1px 1fr;
    gap: 0 2.5rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--cream-deep);
    align-items: start;
    transition: background 0.25s;
    cursor: default;
}

.pillar-row:first-child {
    border-top: 1px solid var(--cream-deep);
}

.pillar-row:last-child {
    border-bottom: none;
}

.pillar-row:hover {
    background: var(--white);
    margin: 0 -2rem;
    padding: 2.5rem 2rem;
}

.pillar-num-col {
    text-align: right;
}

.pillar-num-big {
    font-family: var(--serif);
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--cream-deep);
    line-height: 1;
    display: block;
    transition: color 0.3s;
    letter-spacing: -0.04em;
}

.pillar-row:hover .pillar-num-big {
    color: rgba(11,53,81,0.12);
}

.pillar-v-rule {
    background: var(--cream-deep);
    align-self: stretch;
    width: 1px;
}

.pillar-content {
}

.pillar-label {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--teal);
    display: block;
    margin-bottom: 0.5rem;
}

.pillar-content h3 {
    font-family: var(--serif);
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.pillar-content p {
    font-family: var(--body);
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.82;
    max-width: 680px;
}

.pillar-domains {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.pillar-domain-tag {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal);
    background: var(--sage-wash);
    border: 1px solid var(--sage-pale);
    padding: 0.22em 0.7em;
    border-radius: 2px;
}

/* ════ TEN DOMAINS ════ */
.domains {
    background: var(--navy);
    padding: 9rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.domains::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 92% 50%, rgba(31,111,115,0.15) 0%, transparent 55%);
}

.domains-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.domains-header {
    max-width: 640px;
    margin-bottom: 4rem;
}

.domains-header h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--white);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.domains-header h2 em {
    font-style: italic;
    font-weight: 300;
    color: var(--blue);
}

.domains-header p {
    font-family: var(--body);
    font-size: 0.97rem;
    font-weight: 300;
    color: rgba(169,202,214,0.65);
    line-height: 1.82;
    margin-top: 1rem;
}

.domains-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    background: rgba(169,202,214,0.08);
    border: 1.5px solid rgba(169,202,214,0.08);
}

.domain-card {
    background: rgba(255,255,255,0.04);
    padding: 2.25rem 2rem 2.5rem;
    border-top: 2px solid transparent;
    transition: background 0.28s, border-color 0.28s;
}

.domain-card:hover {
    background: rgba(255,255,255,0.09);
    border-top-color: var(--gold);
}

.dn {
    font-family: var(--serif);
    font-size: 2.8rem;
    font-weight: 300;
    color: rgba(169,202,214,0.08);
    line-height: 1;
    display: block;
    margin-bottom: 0.85rem;
    letter-spacing: -0.04em;
}

.domain-card h4 {
    font-family: var(--serif);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0.5rem;
    letter-spacing: -0.005em;
}

.domain-card p {
    font-family: var(--body);
    font-size: 0.87rem;
    font-weight: 300;
    color: rgba(189,213,200,0.65);
    line-height: 1.72;
}

.domain-protected {
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    background: rgba(169,202,214,0.05);
    border: 1px solid rgba(169,202,214,0.1);
    border-radius: 4px;
    font-family: var(--body);
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(169,202,214,0.48);
    line-height: 1.72;
    font-style: italic;
}

/* ════ HOW IT WORKS ════ */
.how {
    background: var(--cream-mid);
    padding: 9rem 2.5rem;
    border-top: 1px solid var(--cream-deep);
    border-bottom: 1px solid var(--cream-deep);
}

.how-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.how-header {
    max-width: 640px;
    margin-bottom: 4.5rem;
}

.how-header h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--navy);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.how-header h2 em {
    font-style: italic;
    font-weight: 300;
}

.how-header p {
    font-family: var(--body);
    font-size: 0.97rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.82;
    margin-top: 1rem;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.how-card {
    background: var(--white);
    border: 1px solid var(--cream-deep);
    border-radius: 4px;
    padding: 2.25rem 2rem 2.5rem;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.how-card:hover {
    border-bottom-color: var(--navy);
    box-shadow: 0 8px 28px rgba(11,53,81,0.07);
}

.how-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--sage-wash);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.how-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--teal);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.how-card h4 {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0.6rem;
    letter-spacing: -0.005em;
}

.how-card p {
    font-family: var(--body);
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.78;
}

/* ════ WHAT MAKES IT DIFFERENT ════ */
.different {
    background: var(--white);
    padding: 9rem 2.5rem;
}

.different-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 6rem;
    align-items: start;
}

.diff-left h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(1.9rem, 3.8vw, 3rem);
    color: var(--navy);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.diff-left h2 em {
    font-style: italic;
    font-weight: 300;
}

.diff-left p {
    font-family: var(--body);
    font-size: 0.97rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.82;
    margin-top: 1.25rem;
}

.diff-right {
}

.diff-points {
    list-style: none;
}

.diff-point {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--cream-deep);
}

.diff-point:first-child {
    padding-top: 0;
}

.diff-point:last-child {
    border-bottom: none;
}

.dp-num {
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--cream-deep);
    line-height: 1;
    flex-shrink: 0;
    margin-top: 0.1rem;
    letter-spacing: -0.02em;
}

.dp-content {
}

.dp-title {
    font-family: var(--serif);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--navy);
    display: block;
    margin-bottom: 0.35rem;
    letter-spacing: -0.005em;
}

.dp-desc {
    font-family: var(--body);
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.78;
}

/* ════ IP NOTICE ════ */
.ip-notice {
    background: var(--navy-dark);
    padding: 5rem 2.5rem;
}

.ip-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.ip-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: start;
}

.ip-seal {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.ip-content {
}

.ip-label {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.7;
    display: block;
    margin-bottom: 0.75rem;
}

.ip-title {
    font-family: var(--serif);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 400;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.ip-body {
    font-family: var(--body);
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(169,202,214,0.55);
    line-height: 1.78;
}

.ip-body strong {
    font-weight: 600;
    color: rgba(216,236,242,0.75);
}

/* ════ CTA ════ */
.cta-section {
    background: linear-gradient(138deg, var(--navy-dark) 0%, var(--navy) 55%, var(--teal) 100%);
    padding: 9rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(216,168,79,0.09) 0%, transparent 55%);
    pointer-events: none;
}

.cta-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-ornament {
    font-family: var(--label);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.6;
    display: block;
    margin-bottom: 2rem;
}

.cta-section h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(2.4rem, 5.5vw, 4.5rem);
    color: var(--white);
    line-height: 1.08;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
}

.cta-section h2 em {
    font-style: italic;
    color: var(--blue);
}

.cta-section p {
    font-family: var(--body);
    font-size: 0.97rem;
    font-weight: 300;
    color: rgba(169,202,214,0.65);
    line-height: 1.8;
    max-width: 520px;
    margin: 0 auto 3rem;
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-gold {
    font-family: var(--label);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--navy);
    background: var(--gold);
    padding: 0.95rem 2.2rem;
    border-radius: 2px;
    transition: all 0.22s;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.btn-gold:hover {
    background: var(--gold-champ);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(216,168,79,0.28);
}

.btn-gold svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btn-ghost-white {
    font-family: var(--label);
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--white);
    border: 1px solid rgba(169,202,214,0.28);
    padding: 0.95rem 2.2rem;
    border-radius: 2px;
    transition: all 0.22s;
    display: inline-block;
}

.btn-ghost-white:hover {
    border-color: var(--blue);
    background: rgba(169,202,214,0.07);
}
