:root {
  --mist: #dceaf0;
  --water: #7899a9;
  --deep: #344f60;
  --ink: #203945;
  --blush: #e5ced2;
  --gold: #c8aa70;
  --ivory: #fbf8f1;
  --sage: #aab9aa;
  --white: #fffdf8;
  --line: rgba(52, 79, 96, .2);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg, var(--ivory) 0%, rgba(220, 234, 240, .42) 52%, var(--ivory) 100%); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--deep); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1.25rem, 4vw, 4.75rem); background: linear-gradient(105deg, rgba(251, 248, 241, .98) 0%, rgba(220, 234, 240, .94) 58%, rgba(170, 185, 170, .5) 108%); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--deep); font-family: var(--serif); font-size: 1.6rem; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: .01em; line-height: 1; }
.brand small { display: block; margin-top: .35rem; font-size: .66rem; text-transform: uppercase; letter-spacing: .16em; color: #647a84; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.7vw, 2.7rem); }
.site-header nav a { text-decoration: none; font-size: .88rem; font-weight: 500; }
.nav-cta { border-bottom: 1px solid var(--gold); padding-bottom: .25rem; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; color: var(--deep); padding: .55rem .8rem; font: inherit; }

.hero { min-height: 750px; height: calc(100vh - 88px); max-height: 930px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-wash { position: absolute; inset: 0; }
.hero-image { background: url("contemplah-lotus-hero.webp") 58% center / cover no-repeat; transform: scale(1.015); animation: water-drift 18s ease-in-out infinite alternate; }
.hero-wash { background: radial-gradient(circle at 76% 18%, rgba(200, 170, 112, .14) 0%, rgba(200, 170, 112, 0) 28%), linear-gradient(100deg, rgba(251, 248, 241, .98) 0%, rgba(220, 234, 240, .92) 37%, rgba(220, 234, 240, .28) 62%, rgba(52, 79, 96, .06) 100%); }
.hero-copy { width: min(680px, 52%); margin-left: clamp(1.25rem, 9vw, 9.5rem); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.2rem; color: #5e7884; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 600; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3.35rem, 6.2vw, 6.5rem); letter-spacing: -.035em; margin-bottom: 1.5rem; text-wrap: balance; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.7rem); letter-spacing: -.025em; }
h3 { font-size: 1.75rem; }
.intro { max-width: 590px; font-size: clamp(1.1rem, 1.5vw, 1.35rem); color: #405c68; }
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.button { display: inline-block; text-decoration: none; padding: .95rem 1.35rem; font-weight: 600; font-size: .9rem; letter-spacing: .01em; }
.primary { background: linear-gradient(110deg, var(--deep), var(--water)); color: white; box-shadow: 0 12px 34px rgba(52, 79, 96, .18); }
.text-link { text-underline-offset: .35rem; text-decoration-color: var(--gold); }
.hero-note { position: absolute; z-index: 2; right: 3rem; bottom: 1.5rem; margin: 0; width: 330px; color: rgba(255,255,255,.97); font-family: var(--serif); font-size: 1.2rem; font-style: italic; line-height: 1.42; text-shadow: 0 1px 9px rgba(18,44,55,.62); }

@keyframes water-drift {
  from { transform: scale(1.015) translate3d(0, 0, 0); }
  to { transform: scale(1.045) translate3d(-.45%, -.25%, 0); }
}

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 8.5rem); }
.welcome { display: grid; grid-template-columns: 80px minmax(280px, 1fr) minmax(280px, .8fr); gap: clamp(1.5rem, 5vw, 6rem); align-items: start; border-bottom: 1px solid var(--line); background: linear-gradient(125deg, var(--ivory) 0%, rgba(220, 234, 240, .6) 62%, rgba(229, 206, 210, .38) 118%); }
.section-number { font-family: var(--serif); font-size: 1.15rem; color: var(--gold); }
.welcome h2 { max-width: 750px; margin-bottom: 0; }
.welcome-copy { padding-top: 2.4rem; max-width: 560px; color: #49616c; }
.welcome-copy p:first-child { font-size: 1.12rem; }

.water-story { position: relative; overflow: hidden; padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 8vw, 8.5rem) clamp(4.5rem, 8vw, 8rem); color: var(--white); background: radial-gradient(circle at 78% 18%, rgba(200, 170, 112, .22), transparent 25%), radial-gradient(circle at 12% 100%, rgba(229, 206, 210, .16), transparent 33%), linear-gradient(135deg, #294653 0%, var(--deep) 46%, #537989 100%); }
.water-story::before, .water-story::after { content: ""; position: absolute; border: 1px solid rgba(220, 234, 240, .2); border-radius: 50%; pointer-events: none; }
.water-story::before { width: 42rem; height: 10rem; right: -10rem; top: 5rem; transform: rotate(-7deg); }
.water-story::after { width: 30rem; height: 7rem; right: 2rem; top: 7.4rem; transform: rotate(-7deg); }
.water-glow { position: absolute; width: 28rem; height: 28rem; right: 8%; top: -13rem; border-radius: 50%; background: rgba(200, 170, 112, .18); filter: blur(55px); animation: glow-pulse 7s ease-in-out infinite alternate; }
.water-intro { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(260px, 1.15fr) minmax(260px, .85fr); column-gap: clamp(2rem, 8vw, 9rem); align-items: end; }
.water-intro .eyebrow { grid-column: 1 / -1; color: #cadce2; }
.water-intro h2 { max-width: 770px; margin-bottom: 0; }
.water-intro > p:last-child { max-width: 530px; color: #d8e5e8; font-size: 1.08rem; }
.water-qualities { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.water-qualities article { padding: clamp(2rem, 3vw, 3.4rem); min-height: 290px; }
.water-qualities article + article { border-left: 1px solid rgba(255,255,255,.22); }
.water-qualities span { color: var(--gold); font-size: .76rem; letter-spacing: .15em; }
.water-qualities h3 { margin: 4rem 0 .8rem; font-size: clamp(2.1rem, 3.2vw, 3.5rem); }
.water-qualities p { max-width: 360px; color: #d6e3e7; }
.water-line { position: relative; z-index: 1; max-width: 900px; margin: clamp(3.5rem, 6vw, 6rem) auto 0; color: var(--ivory); text-align: center; font-family: var(--serif); font-size: clamp(1.8rem, 3.1vw, 3.3rem); font-style: italic; line-height: 1.25; text-wrap: balance; }

@keyframes glow-pulse {
  from { opacity: .45; transform: translate3d(0, 0, 0) scale(.94); }
  to { opacity: .88; transform: translate3d(-1.5rem, 1rem, 0) scale(1.05); }
}

.explore { background: radial-gradient(circle at 88% 8%, rgba(200, 170, 112, .2) 0%, rgba(200, 170, 112, 0) 28%), linear-gradient(135deg, var(--deep) 0%, var(--water) 125%); color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 430px; color: #b8c9d0; }
.explore .eyebrow { color: #b9cbd2; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); }
.card { min-height: 390px; padding: clamp(1.75rem, 3vw, 3rem); display: flex; flex-direction: column; color: var(--ink); }
.card-index { font-size: .8rem; color: #58717d; }
.card h3 { margin: auto 0 1rem; font-size: clamp(2rem, 2.7vw, 3rem); }
.card p { min-height: 5.5rem; }
.card a { align-self: flex-start; margin-top: 1.25rem; text-underline-offset: .35rem; text-decoration-color: var(--gold); font-size: .88rem; font-weight: 600; }
.card-blue { background: linear-gradient(145deg, var(--mist) 0%, var(--ivory) 145%); }
.card-ivory { background: linear-gradient(145deg, var(--ivory) 15%, rgba(220, 234, 240, .95) 145%); }
.card-blush { background: linear-gradient(145deg, var(--blush) 0%, var(--ivory) 140%); }
.card-sage { background: linear-gradient(145deg, var(--sage) 0%, var(--mist) 145%); }

.about { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(3rem, 9vw, 10rem); background: linear-gradient(135deg, var(--mist) 0%, var(--ivory) 58%, rgba(229, 206, 210, .7) 135%); align-items: center; }
.about-quote { border-left: 1px solid var(--gold); padding: 2rem 0 2rem clamp(2rem, 5vw, 5rem); min-height: 340px; display: flex; flex-direction: column; justify-content: center; }
.about-quote span { font-family: var(--serif); font-size: 5rem; color: var(--gold); line-height: .5; }
.about-quote p { font-family: var(--serif); font-size: clamp(2.2rem, 3.5vw, 4rem); line-height: 1.12; }
.about-copy { max-width: 680px; }
.about-copy h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.credential-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #5c727b; font-size: .9rem; }

.journal { background: linear-gradient(180deg, var(--ivory) 0%, rgba(220, 234, 240, .46) 100%); }
.journal-heading > p { color: #607781; }
.journal-grid { display: grid; grid-template-columns: 1.25fr .75fr; border-top: 1px solid var(--line); }
.journal-grid article { padding: clamp(2rem, 4vw, 4rem); }
.feature-post { border-right: 1px solid var(--line); }
.post-topic { text-transform: uppercase; color: #6d818a; font-size: .72rem; letter-spacing: .16em; font-weight: 600; }
.feature-post h3 { font-size: clamp(2.25rem, 4vw, 4.2rem); max-width: 850px; }
.feature-post > p:not(.post-topic) { max-width: 660px; font-size: 1.1rem; color: #526a74; }
.small-posts article > p:not(.post-topic) { color: #526a74; }
.journal details { margin-top: 1.65rem; border-top: 1px solid var(--line); }
.journal summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; cursor: pointer; list-style: none; font-size: .88rem; font-weight: 600; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: .35rem; }
.journal summary::-webkit-details-marker { display: none; }
.journal summary span { color: var(--gold); font-family: var(--serif); font-size: 1.45rem; transition: transform .2s ease; }
.journal details[open] summary span { transform: rotate(45deg); }
.reflection-body { padding: .25rem 0 1.5rem; color: #405c68; }
.reflection-body p { max-width: 680px; }
.source-link { display: inline-block; margin-top: .5rem; color: var(--deep); font-size: .78rem; font-weight: 600; text-underline-offset: .3rem; text-decoration-color: var(--gold); }
.journal-link { display: inline-block; margin-top: 1.4rem; color: var(--deep); font-size: .9rem; font-weight: 600; text-underline-offset: .35rem; text-decoration-color: var(--gold); }
.journal-all { margin: 2.25rem 0 0; text-align: right; }
.small-posts article + article { border-top: 1px solid var(--line); }
.small-posts h3 { font-size: 1.85rem; }

.article-page { background: var(--ivory); }
.article-page .site-header { position: sticky; top: 0; }
.article-hero { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8.5rem) clamp(4rem, 8vw, 7rem); background: radial-gradient(circle at 84% 12%, rgba(200, 170, 112, .2), transparent 28%), linear-gradient(135deg, rgba(220, 234, 240, .95) 0%, var(--ivory) 58%, rgba(229, 206, 210, .5) 118%); border-bottom: 1px solid var(--line); }
.article-hero-inner { max-width: 980px; margin: 0 auto; }
.article-hero h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); }
.article-subtitle { max-width: 720px; margin: 0; color: #526a74; font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.45; }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) minmax(210px, 280px); gap: clamp(3rem, 8vw, 8rem); justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 8vw, 8.5rem); }
.article-content { font-size: 1.08rem; }
.article-content > p:first-child { font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.05rem); line-height: 1.45; color: var(--deep); }
.article-content h2 { margin: 4.5rem 0 1.25rem; font-size: clamp(2.1rem, 3.8vw, 3.4rem); }
.article-content blockquote { margin: 3rem 0; padding: 1.8rem 0 1.8rem clamp(1.5rem, 4vw, 3rem); border-left: 1px solid var(--gold); color: var(--deep); font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.2rem); line-height: 1.4; }
.article-content li + li { margin-top: .7rem; }
.article-content .sources { margin-top: 4.5rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: .9rem; color: #526a74; }
.article-content .disclaimer { margin-top: 2.5rem; padding: 1.4rem; background: rgba(220, 234, 240, .45); color: #526a74; font-size: .88rem; }
.article-signature { margin-top: 2.4rem; font-family: var(--serif); font-size: 1.2rem; }
.article-aside { align-self: start; position: sticky; top: 120px; padding-left: 1.5rem; border-left: 1px solid var(--gold); color: #58717d; font-size: .9rem; }
.article-aside strong { display: block; margin-bottom: .7rem; color: var(--deep); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.back-link { display: inline-block; margin-top: 1.4rem; text-underline-offset: .35rem; text-decoration-color: var(--gold); font-weight: 600; }

.page-hero { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8.5rem) clamp(4rem, 8vw, 7rem); background: radial-gradient(circle at 84% 12%, rgba(200, 170, 112, .2), transparent 28%), linear-gradient(135deg, rgba(220, 234, 240, .95) 0%, var(--ivory) 58%, rgba(229, 206, 210, .5) 118%); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 1040px; margin: 0 auto; }
.page-hero h1 { max-width: 1000px; }
.page-intro { max-width: 780px; color: #526a74; font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.45; }
.page-shell { max-width: 1180px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.story-section { display: grid; grid-template-columns: minmax(200px, .55fr) minmax(0, 1fr); gap: clamp(2rem, 8vw, 8rem); padding: clamp(2.5rem, 5vw, 5rem) 0; border-bottom: 1px solid var(--line); }
.story-section:last-child { border-bottom: 0; }
.story-section h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
.story-copy { max-width: 700px; }
.story-copy > p:first-child { font-family: var(--serif); font-size: 1.45rem; line-height: 1.48; color: var(--deep); }
.story-copy blockquote { margin: 2rem 0; padding: 1.25rem 1.5rem; border-left: 3px solid var(--gold); background: rgba(255,255,255,.62); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55; color: var(--deep); }
.credential-list { margin: 1.5rem 0 0; padding-left: 1.25rem; }
.credential-list li + li { margin-top: .65rem; }
.boundary-panel { margin-top: 2rem; padding: clamp(1.5rem, 3vw, 2.5rem); background: rgba(220, 234, 240, .5); border-left: 1px solid var(--gold); }

.pillar-nav { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.pillar-nav a { padding: .7rem 1rem; border: 1px solid var(--line); background: rgba(255,253,248,.7); text-decoration: none; font-size: .88rem; font-weight: 600; }
.journal-collection { padding: clamp(4rem, 8vw, 7rem) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.journal-collection:last-child { border-bottom: 0; }
.collection-heading { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); margin-bottom: 2.5rem; }
.collection-heading h2 { margin-bottom: .75rem; }
.collection-heading p { max-width: 620px; color: #526a74; }
.article-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-card { min-height: 300px; padding: clamp(1.6rem, 3vw, 3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.58); display: flex; flex-direction: column; }
.article-card h3 { font-size: clamp(1.7rem, 2.6vw, 2.5rem); }
.article-card > p:not(.post-topic) { color: #526a74; }
.article-card .journal-link { margin-top: auto; padding-top: 1.5rem; }
.empty-note { max-width: 700px; padding: 2rem; border-left: 1px solid var(--gold); background: rgba(229,206,210,.24); color: #526a74; }

.urgent-panel { padding: clamp(2rem, 5vw, 4rem); color: var(--white); background: radial-gradient(circle at 90% 0%, rgba(200,170,112,.25), transparent 28%), linear-gradient(130deg, #294653, #537989); }
.urgent-panel h2 { font-size: clamp(2.3rem, 4.5vw, 4.3rem); }
.urgent-panel a { color: white; text-decoration-color: var(--gold); text-underline-offset: .3rem; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-card { padding: clamp(1.5rem, 3vw, 2.7rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.62); }
.support-card h3 { margin-bottom: .75rem; }
.support-card p { color: #526a74; }
.support-card a { font-weight: 600; text-underline-offset: .3rem; text-decoration-color: var(--gold); }
.support-note { margin-top: 2rem; color: #5c727b; font-size: .9rem; }

.connect { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: radial-gradient(circle at 12% 120%, rgba(229, 206, 210, .33) 0%, rgba(229, 206, 210, 0) 34%), radial-gradient(circle at 88% -10%, rgba(200, 170, 112, .24) 0%, rgba(200, 170, 112, 0) 30%), linear-gradient(120deg, var(--water) 0%, var(--deep) 100%); color: white; align-items: center; }
.connect .eyebrow { color: #e4eef1; }
.connect h2 { margin-bottom: 0; }
.connect-copy { max-width: 570px; }
.connect-copy p { font-size: 1.12rem; }
.contact-boundary { margin-top: 1.25rem; max-width: 520px; color: #e3edf0; font-size: .82rem !important; }
.light { margin-top: 1rem; background: var(--ivory); color: var(--deep); }
footer { padding: 2rem clamp(1.25rem, 8vw, 8.5rem); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; font-size: .8rem; color: #687b84; }
.footer-brand { font-family: var(--serif); font-size: 1.3rem; color: var(--deep); }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.25rem; background: var(--ivory); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-header nav.open { display: flex; }
  .hero { min-height: 740px; align-items: flex-end; padding-bottom: 4.5rem; }
  .hero-image { background-position: 66% center; }
  .hero-wash { background: radial-gradient(circle at 78% 12%, rgba(200, 170, 112, .2) 0%, rgba(200, 170, 112, 0) 30%), linear-gradient(0deg, rgba(251, 248, 241, .98) 0%, rgba(220, 234, 240, .93) 42%, rgba(120, 153, 169, .18) 76%); }
  .hero-copy { width: auto; margin: 0 1.25rem; }
  .hero-note { display: none; }
  h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .welcome { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .welcome-copy { padding-top: 0; }
  .water-intro { grid-template-columns: 1fr; }
  .water-intro > p:last-child { margin-top: 2rem; }
  .water-qualities { grid-template-columns: 1fr; }
  .water-qualities article { min-height: 0; }
  .water-qualities article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .water-qualities h3 { margin-top: 2.5rem; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 330px; }
  .about, .connect { grid-template-columns: 1fr; }
  .about-quote { min-height: 220px; }
  .journal-grid { grid-template-columns: 1fr; }
  .feature-post { border-right: 0; border-bottom: 1px solid var(--line); }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { position: static; order: -1; }
  .story-section, .collection-heading { grid-template-columns: 1fr; }
  .article-cards, .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .brand small { display: none; }
  .site-header { min-height: 74px; }
  .hero { height: calc(100vh - 74px); min-height: 680px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.5rem; }
  footer { grid-template-columns: 1fr; gap: .35rem; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image, .water-glow { animation: none; }
}
