@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Lora:ital,wght@0,500;1,500&display=swap");
:root {
  --ink: #1b2b2a;
  --ink-soft: #5f6b69;
  --teal: #0a4f49;
  --teal-dark: #063a36;
  --teal-deep: #042e2b;
  --primary: #07706a;
  --mint: #dcefeb;
  --cream: #f5f0e6;
  --cream-light: #fff9f3;
  --warm: #efe8e1;
  --paper: #fffdf8;
  --bronze: #ba8e50;
  --bronze-light: #d9bd8a;
  --line: rgba(182, 158, 139, .34);
  --shadow: 0 22px 60px rgba(7, 58, 54, .13);
  --innerg-font-sans: "Be Vietnam Pro", Arial, sans-serif;
  --innerg-font-serif: Lora, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, button, input, textarea, select { font-family: var(--innerg-font-sans); }
body { margin: 0; background: var(--cream-light); color: var(--ink); font-size: 17px; line-height: 1.72; letter-spacing: -.01em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
main { overflow: clip; }
section[id] { scroll-margin-top: 86px; }

/* Original header + first-screen design */
.site-header { width: 100%; height: 78px; margin: 0; padding-inline: max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; background: rgba(255,249,243,.94); border-bottom: 1px solid rgba(10,79,73,.1); backdrop-filter: blur(16px); box-shadow: 0 8px 28px rgba(7,58,54,.07); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: white; background: #0b8d86; font-size: 20px; font-weight: 800; letter-spacing: -.08em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.brand-copy strong { font-size: 21px; font-weight: 760; letter-spacing: -.035em; white-space: nowrap; }
.brand-copy small { color: #78908d; font-size: 8px; font-weight: 700; letter-spacing: .2em; white-space: nowrap; }
.desktop-nav { display: flex; gap: 28px; font-size: 14px; color: #385653; }
.desktop-nav a { padding: 9px 0; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--bronze); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { padding: 11px 18px; border: 1px solid var(--teal); border-radius: 999px; color: var(--teal); font-weight: 680; font-size: 14px; transition: .2s ease; }
.header-cta:hover { background: var(--teal); color: white; transform: translateY(-2px); }
.cta-pulse { animation: ctaBreathe 2.5s ease-in-out infinite; transform-origin: center; will-change: transform, box-shadow; }
.cta-pulse:hover { animation-play-state: paused; }
@keyframes ctaBreathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.045); box-shadow: 0 14px 34px rgba(186,142,80,.3); } }

.hero { min-height: 760px; width: min(1300px, calc(100% - 32px)); margin: 0 auto 16px; border-radius: 30px; position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: 76px clamp(34px, 6vw, 92px); overflow: hidden; background: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px), var(--teal-deep); background-size: 46px 46px; color: white; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 15%, rgba(63,164,147,.18), transparent 35%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; max-width: 700px; }
.eyebrow, .kicker { font-size: 12px; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; color: var(--bronze); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--bronze-light); }
.eyebrow span { width: 26px; height: 1px; background: var(--bronze); }
.hero h1 { font-size: clamp(45px, 5vw, 72px); line-height: 1.1; letter-spacing: -.045em; margin: 28px 0; font-weight: 500; }
.hero h1 em { font-family: var(--innerg-font-serif); font-weight: 500; color: var(--bronze-light); }
.hero h1 strong { font-weight: 760; }
.hero-description { max-width: 650px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 36px 0 32px; }
.button { min-height: 52px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 15px; font-weight: 730; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--cream); color: var(--teal-deep); box-shadow: 0 15px 40px rgba(0,0,0,.15); }
.button-ghost { border: 1px solid rgba(255,255,255,.26); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-bronze { background: var(--bronze); color: var(--teal-deep); box-shadow: 0 14px 34px rgba(186,142,80,.22); }
.button-large { min-height: 60px; padding: 0 32px; font-size: 16px; }
.hero-note { display: flex; gap: 11px; color: rgba(255,255,255,.46); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.hero-note span { color: var(--bronze); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 450px; height: 450px; right: -150px; top: -140px; background: rgba(61,158,141,.11); }
.hero-glow-two { width: 340px; height: 340px; left: 38%; bottom: -250px; background: rgba(186,142,80,.1); }
.hero-visual { height: 560px; position: relative; z-index: 2; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(217,189,138,.28); animation: orbitPulse 5s ease-in-out infinite; }
.orbit-one { width: 250px; height: 250px; }.orbit-two { width: 375px; height: 375px; animation-delay: .7s; }.orbit-three { width: 510px; height: 510px; border-color: rgba(255,255,255,.08); animation-delay: 1.4s; }
.orbit-two::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--bronze); box-shadow: 0 0 30px var(--bronze); position: absolute; top: 38px; right: 65px; }
.inner-symbol { width: 158px; height: 158px; display: grid; place-items: center; border-radius: 50%; z-index: 3; font-size: 98px; font-weight: 750; letter-spacing: -.1em; padding-right: 9px; color: var(--cream); background: radial-gradient(circle at 38% 30%, #1d7169, var(--teal-dark) 55%, #052a28); box-shadow: 0 0 0 12px rgba(255,255,255,.02), 0 0 80px rgba(43,145,128,.33), inset 0 0 40px rgba(255,255,255,.08); }
.energy-dot { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--bronze-light); box-shadow: 0 0 20px var(--bronze); }
.dot-one { left: 10%; top: 28%; }.dot-two { right: 12%; bottom: 30%; }.dot-three { top: 9%; right: 42%; }
.visual-card { position: absolute; padding: 12px 16px; min-width: 126px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(8,61,57,.72); backdrop-filter: blur(10px); box-shadow: 0 12px 34px rgba(0,0,0,.16); }
.visual-card span { font-size: 11px; color: var(--bronze-light); letter-spacing: .16em; }.visual-card p { margin: 3px 0 0; font-size: 14px; font-weight: 650; }
.card-awareness { left: 3%; top: 42%; }
.card-quality { right: 0; top: 28%; }
.card-action { right: 8%; bottom: 17%; }
@keyframes orbitPulse { 50% { transform: scale(1.025); opacity: .7; } }
.signal-bar { width: min(1180px, calc(100% - 48px)); margin: 0 auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #52706c; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.signal-bar i { width: 4px; height: 4px; background: var(--bronze); border-radius: 50%; }

/* Attached-file design language for sections 2–8 */
.content-section { padding: 94px 0; }
.content-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.centered { text-align: center; }
.content-heading { max-width: 850px; margin: 0 auto 48px; }
.content-eyebrow { margin: 0 0 13px; color: var(--primary); font-size: 12px !important; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
.content-heading h2, .about-copy h2 { margin: 0; font-size: clamp(36px, 4.4vw, 56px); line-height: 1.2; letter-spacing: -.035em; font-weight: 700; }
.content-heading > p:last-child { max-width: 740px; margin: 20px auto 0; color: var(--ink-soft); font-size: 17px; line-height: 1.85; }

.pain-section, .about-section { background: white; }
.pain-section { position: relative; isolation: isolate; overflow: hidden; }
.pain-section::before { content: ""; position: absolute; z-index: -1; top: -7%; right: -9%; width: 52%; height: 72%; background: url("../images/lexi-pain-background.webp") 74% 24% / cover no-repeat; opacity: .16; filter: saturate(.78) contrast(.92) blur(.7px); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.62) 24%, #000 62%, rgba(0,0,0,.82) 100%), linear-gradient(180deg, #000 0%, #000 64%, transparent 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.62) 24%, #000 62%, rgba(0,0,0,.82) 100%), linear-gradient(180deg, #000 0%, #000 64%, transparent 100%); mask-composite: intersect; pointer-events: none; }
.pain-section .content-wrap { position: relative; z-index: 1; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pain-card { min-height: 210px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.92); backdrop-filter: blur(5px); box-shadow: 0 6px 20px rgba(10,79,75,.055); transition: .25s ease; }
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pain-card > span { color: var(--bronze); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.pain-card h3 { margin: 35px 0 10px; color: var(--teal); font-size: 18px; }
.pain-card p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.78; }
.bridge { max-width: 930px; margin: 42px auto 0; padding: 30px 34px; border-left: 4px solid var(--bronze); border-radius: 0 18px 18px 0; background: var(--mint); color: var(--teal-dark); font-family: var(--innerg-font-serif); font-size: clamp(19px, 2.2vw, 25px); font-weight: 600; line-height: 1.65; }

.change-section { background: var(--cream-light); }
.change-grid { display: grid; grid-template-columns: 1fr 72px 1fr; gap: 18px; align-items: stretch; }
.change-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.change-card-after { background: var(--mint); }
.change-label { color: var(--bronze); font-size: 12px; font-weight: 780; letter-spacing: .14em; }
.change-card h3 { margin: 16px 0 22px; color: var(--teal); font-size: 25px; }
.change-card ul, .workshop-body ul, .final-points { list-style: none; margin: 0; padding: 0; }
.change-card li, .workshop-body li { position: relative; padding-left: 26px; margin: 14px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.change-card li::before, .workshop-body li::before { content: "✓"; position: absolute; left: 0; color: var(--bronze); font-weight: 800; }
.change-arrow { display: grid; place-items: center; color: var(--bronze); font-size: 30px; }

.workshop-section { background: var(--warm); }
.workshop-card { overflow: hidden; border-radius: 27px; background: white; box-shadow: var(--shadow); }
.workshop-head { padding: 36px 40px; background: var(--teal-deep); color: white; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.workshop-head span { color: var(--bronze-light); font-size: 12px; letter-spacing: .16em; font-weight: 750; }
.workshop-head h3 { margin: 9px 0 0; font-size: clamp(26px, 3.5vw, 41px); line-height: 1.2; }
.workshop-head > p { max-width: 320px; margin: 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.75; }
.workshop-body { display: grid; grid-template-columns: 1.35fr .65fr; gap: 45px; padding: 42px; }
.workshop-body h3 { margin: 0 0 20px; color: var(--teal); font-size: 22px; }
.meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.meta span { padding: 8px 13px; border-radius: 999px; background: var(--mint); color: var(--teal-dark); font-size: 13px; font-weight: 700; }
.offer-box { min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: 21px; background: var(--cream-light); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.offer-box > p { color: var(--primary); font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.offer-box > strong { color: var(--primary); font-size: 29px; line-height: 1.2; }
.offer-box > span { margin: 18px 0 25px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.offer-box .button { width: 100%; font-size: 14px; }

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.about-portrait { min-height: 650px; border-radius: 250px 250px 24px 24px; position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(150deg, #e6dac2, #bad0c7); }
.about-portrait::before, .about-portrait::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(10,79,73,.18); }
.about-portrait::before { width: 380px; height: 380px; }.about-portrait::after { width: 520px; height: 520px; }
.about-portrait > div { position: relative; z-index: 2; color: var(--teal); font-family: var(--innerg-font-serif); font-size: 108px; }
.about-portrait > p { position: absolute; z-index: 2; bottom: 34px; left: 40px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.about-portrait.has-image { background-position: center; background-size: cover; }
.about-portrait.has-image::before, .about-portrait.has-image::after { display: none; }
.about-copy > p:not(.content-eyebrow) { color: var(--ink-soft); font-size: 16px; line-height: 1.9; }
.credential-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0; }
.credential-grid article { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream-light); }
.credential-grid strong { display: block; color: var(--primary); font-size: 19px; }
.credential-grid span { color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.content-button { background: var(--primary); color: white; }

.books-section { background: linear-gradient(180deg, #fff 0%, var(--cream-light) 100%); }
.books-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.book-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 12px 35px rgba(7,58,54,.075); transition: transform .25s ease, box-shadow .25s ease; }
.book-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(7,58,54,.13); }
.book-card-clickable { display: block; cursor: pointer; }
.book-cover { min-height: 430px; padding: 42px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 70% 20%, rgba(217,189,138,.5), transparent 34%), linear-gradient(145deg, var(--mint), #e9ddca); }
.book-cover > div { width: min(225px, 88%); aspect-ratio: .68; padding: 28px 24px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 5px 15px 15px 5px; background: linear-gradient(150deg, #0d746d, var(--teal-deep)); color: white; box-shadow: -9px 13px 0 rgba(4,46,43,.12), 0 24px 42px rgba(4,46,43,.22); transform: rotate(-3deg); }
.book-cover > div span, .book-cover > div small { color: var(--bronze-light); font-size: 10px; font-weight: 760; letter-spacing: .14em; }.book-cover > div strong { font-family: var(--innerg-font-serif); font-size: 38px; line-height: 1.08; }
.book-cover.has-image { padding: 0; background: var(--mint); }
.book-cover img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.book-copy { padding: 26px 27px 30px; }.book-copy > span { color: var(--bronze); font-size: 11px; font-weight: 780; letter-spacing: .14em; }.book-copy h3 { margin: 10px 0 11px; color: var(--teal); font-size: 22px; line-height: 1.35; }.book-copy p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.78; }
.book-link-label { margin-top: 19px; display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 14px; }.book-link-label i { color: var(--bronze); font-style: normal; transition: transform .2s ease; }.book-card-clickable:hover .book-link-label i { transform: translate(3px, -3px); }

.method-section { background: var(--teal-deep); color: white; }
.light-heading .content-eyebrow { color: var(--bronze-light); }
.light-heading > p:last-child { color: rgba(255,255,255,.65); }
.method-intro { min-height: 410px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; margin-bottom: 46px; overflow: hidden; }
.method-intro .content-heading { max-width: 650px; margin: 0; text-align: left; position: relative; z-index: 3; }
.method-intro .content-heading > p:last-child { margin-left: 0; margin-right: 0; }
.method-orbit-visual { width: 470px; height: 390px; position: relative; justify-self: end; transform: translateX(54px) rotate(-7deg); display: grid; place-items: center; }
.method-orbit-visual span { position: absolute; width: calc(100px + var(--ring-size, 0px)); height: calc(100px + var(--ring-size, 0px)); border: 1px solid rgba(217,189,138,.34); border-radius: 50%; animation: methodOrbitBreathe 4.8s ease-in-out infinite; }
.method-orbit-visual span:nth-child(1) { --ring-size: 20px; animation-delay: 0s; }
.method-orbit-visual span:nth-child(2) { --ring-size: 70px; animation-delay: .25s; }
.method-orbit-visual span:nth-child(3) { --ring-size: 120px; animation-delay: .5s; }
.method-orbit-visual span:nth-child(4) { --ring-size: 170px; animation-delay: .75s; }
.method-orbit-visual span:nth-child(5) { --ring-size: 220px; animation-delay: 1s; }
.method-orbit-visual span:nth-child(6) { --ring-size: 270px; animation-delay: 1.25s; }
.method-orbit-visual span:nth-child(7) { --ring-size: 320px; border-color: rgba(255,255,255,.11); animation-delay: 1.5s; }
.method-orbit-visual strong { width: 118px; height: 118px; position: relative; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 38% 30%, #1d7169, var(--teal-dark) 55%, #052a28); color: var(--cream); font-size: 74px; line-height: 1; letter-spacing: -.08em; box-shadow: 0 0 0 11px rgba(255,255,255,.025), 0 0 70px rgba(43,145,128,.34), inset 0 0 34px rgba(255,255,255,.08); }
@keyframes methodOrbitBreathe { 0%, 100% { transform: scale(.92); opacity: .35; } 50% { transform: scale(1.04); opacity: .95; } }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.method-grid article { min-height: 205px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); transition: background .2s ease, transform .2s ease; }
.method-grid article:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); }
.method-grid article:last-child { grid-column: 2 / 4; }
.method-grid span { color: var(--bronze-light); font-size: 12px; font-weight: 750; letter-spacing: .13em; }
.method-grid h3 { margin: 36px 0 9px; font-size: 19px; }
.method-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.78; }

.testimonial-section { background: var(--cream-light); }
.testimonial-grid, .journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 26px rgba(10,79,75,.07); }
.testimonial-placeholder { aspect-ratio: 4 / 3; display: grid; place-items: center; position: relative; background: linear-gradient(145deg, var(--mint), #eee3cf); color: var(--teal); text-align: center; }
.testimonial-placeholder b { position: absolute; top: 10px; left: 25px; color: rgba(10,79,73,.13); font-family: var(--innerg-font-serif); font-size: 100px; line-height: 1; }
.testimonial-placeholder span { position: relative; z-index: 2; font-size: 12px; font-weight: 750; letter-spacing: .15em; }
.testimonial-placeholder.has-image { background: var(--mint); }
.testimonial-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-copy { padding: 22px; }
.testimonial-copy p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }

.journey-section { background: white; }
.journey-grid article { min-height: 300px; padding: 29px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream-light); display: flex; flex-direction: column; }
.journey-grid .journey-featured { border: 2px solid var(--bronze); box-shadow: var(--shadow); }
.journey-grid article > span { color: var(--bronze); font-size: 12px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.journey-grid h3 { margin: 42px 0 12px; color: var(--teal); font-size: 22px; }
.journey-grid p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.journey-grid a { margin-top: auto; padding-top: 24px; color: var(--primary); font-size: 15px; font-weight: 700; }

/* Original final-screen design */
.final-cta { position: relative; min-height: 700px; padding: 105px 24px 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: var(--teal-deep); color: white; }
.final-cta h2 { position: relative; z-index: 2; max-width: 930px; margin: 18px 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.16; letter-spacing: -.04em; font-weight: 700; }
.final-cta > p { position: relative; z-index: 2; max-width: 680px; color: rgba(255,255,255,.64); line-height: 1.8; }
.final-points { position: relative; z-index: 2; max-width: 690px; width: 100%; margin: 22px auto 16px; text-align: left; }
.final-points li { position: relative; padding: 10px 0 10px 28px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.7; }
.final-points li::before { content: "✓"; position: absolute; left: 0; color: var(--bronze-light); font-weight: 800; }
.final-cta .button { position: relative; z-index: 2; margin-top: 23px; }
.kicker-light { color: var(--bronze-light); }.cta-orbit { position: absolute; border: 1px solid rgba(217,189,138,.12); border-radius: 50%; }.cta-orbit-one { width: 640px; height: 640px; }.cta-orbit-two { width: 930px; height: 930px; box-shadow: 0 0 0 180px rgba(255,255,255,.01); }

.site-footer { margin: 0; padding: 82px max(24px, calc((100% - 1180px) / 2)) 26px; background: var(--teal-deep); color: rgba(255,255,255,.72); font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1.05fr 1fr .72fr; gap: clamp(42px, 6vw, 90px); }
.brand-footer { color: white; }
.brand-footer .brand-mark { width: 68px; height: 68px; border-radius: 18px; font-size: 29px; }
.brand-footer .brand-copy strong { font-size: 28px; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.62); font-size: 10px; }
.footer-intro > p { max-width: 360px; margin: 25px 0; font-size: 16px; line-height: 1.8; }
.social-row { display: flex; gap: 14px; }
.social-row span, .social-row a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: white; font-size: 18px; font-weight: 800; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.footer-column h3 { margin: 4px 0 6px; color: var(--bronze); font-size: 14px; letter-spacing: .16em; }
.footer-column a, .footer-column span { color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.45; transition: color .2s ease; }
.footer-column a:hover { color: white; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; margin-top: 64px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.footer-bottom p:last-child { text-align: right; }
.mobile-sticky { display: none; }

/* Owner-only content manager */
.admin-shell { min-height: 100vh; padding: 30px 24px 120px; overflow: visible; background: #f4f1eb; }
.admin-header { width: min(1180px, 100%); margin: 0 auto 24px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(7,58,54,.07); }
.admin-header > div { display: flex; align-items: center; gap: 13px; }.admin-header > div > div { display: flex; flex-direction: column; }.admin-header strong { color: var(--teal-deep); font-size: 20px; }.admin-header small { color: var(--ink-soft); font-size: 12px; }.admin-header nav { display: flex; gap: 18px; }.admin-header nav a { color: var(--primary); font-size: 14px; font-weight: 700; }
.admin-sections { width: min(1180px, 100%); margin: 0 auto; display: grid; gap: 18px; }
.admin-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 25px rgba(7,58,54,.05); }
.admin-card h1, .admin-card h2 { margin: 0 0 22px; color: var(--teal-deep); }.admin-card h2 { font-size: 24px; }.admin-card h4 { margin: 0 0 14px; color: var(--teal); font-size: 15px; }
.admin-object { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.admin-array { grid-column: 1 / -1; display: grid; gap: 14px; }.admin-array-item { padding: 18px; border: 1px solid rgba(10,79,73,.13); border-radius: 14px; background: var(--cream-light); }.admin-array-item .admin-object { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-field { display: flex; flex-direction: column; gap: 7px; }.admin-field > span { color: #3c5552; font-size: 13px; font-weight: 720; }.admin-field input:not([type="file"]), .admin-field textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(10,79,73,.2); border-radius: 10px; background: white; color: var(--ink); font: inherit; font-size: 14px; line-height: 1.55; }.admin-field textarea { resize: vertical; }.admin-field input:focus, .admin-field textarea:focus { outline: 2px solid rgba(7,112,106,.2); border-color: var(--primary); }.admin-field input[type="file"] { padding: 10px; border: 1px dashed rgba(10,79,73,.25); border-radius: 10px; background: var(--mint); font-size: 13px; }.admin-image-preview { width: min(260px, 100%); max-height: 180px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); }
.admin-savebar { position: fixed; z-index: 60; left: 50%; bottom: 22px; transform: translateX(-50%); width: min(850px, calc(100% - 32px)); padding: 14px 16px 14px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(4,46,43,.96); color: white; box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(12px); }.admin-savebar span { font-size: 13px; }.admin-savebar button { min-height: 44px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--bronze); color: var(--teal-deep); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }.admin-savebar button:disabled { opacity: .6; cursor: wait; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .hero-copy { max-width: 760px; }.hero-visual { height: 480px; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .workshop-head { align-items: start; flex-direction: column; gap: 16px; }
  .workshop-body, .about-grid { grid-template-columns: 1fr; }
  .about-portrait { min-height: 520px; max-width: 500px; width: 100%; margin: auto; }
  .books-grid { gap: 16px; }.book-cover { min-height: 350px; padding: 30px; }.book-cover img { min-height: 350px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }.method-grid article:last-child { grid-column: auto; }
  .method-intro { grid-template-columns: 1fr .8fr; gap: 20px; }.method-orbit-visual { width: 380px; transform: translateX(70px) rotate(-7deg) scale(.86); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > :last-child { grid-column: 2 / 3; }
}

@media (max-width: 760px) {
  .site-header { width: 100%; height: 68px; padding-inline: 16px; }.site-header .brand-mark { width: 36px; height: 36px; border-radius: 10px; font-size: 17px; }.site-header .brand-copy strong { font-size: 17px; }.site-header .brand-copy small { display: none; }.header-cta { padding: 9px 13px; font-size: 12px; }
  .hero { width: calc(100% - 16px); border-radius: 22px; padding: 70px 24px 40px; }.hero h1 { font-size: 42px; }.hero-description { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-note { flex-wrap: wrap; line-height: 1.7; }.hero-visual { height: 400px; transform: scale(.84); margin: -20px -25px; }.orbit-three { width: 440px; height: 440px; }
  .signal-bar { justify-content: center; flex-wrap: wrap; padding: 25px 0; }
  .content-section { padding: 72px 0; }.content-wrap { width: calc(100% - 32px); }.content-heading { margin-bottom: 36px; }.content-heading h2, .about-copy h2 { font-size: 38px; }
  .pain-section::before { top: 0; right: -24%; width: 112%; height: 39%; background-position: 64% 20%; opacity: .1; filter: saturate(.7) blur(1px); }.pain-grid, .testimonial-grid, .journey-grid, .credential-grid, .method-grid, .books-grid { grid-template-columns: 1fr; }.pain-card { min-height: auto; }.pain-card h3 { margin-top: 24px; }
  .change-grid { grid-template-columns: 1fr; }.change-arrow { transform: rotate(90deg); }.change-card { padding: 29px; }
  .workshop-body { padding: 26px; }.workshop-head { padding: 28px 26px; }.offer-box { min-height: 290px; }
  .about-grid { gap: 44px; }.about-portrait { min-height: 440px; }.about-portrait > div { font-size: 86px; }
  .books-grid { gap: 22px; }.book-cover { min-height: 420px; }.book-cover img { min-height: 420px; }.book-copy { padding: 24px; }
  .method-intro { min-height: auto; grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }.method-intro .content-heading { text-align: center; }.method-intro .content-heading > p:last-child { margin-left: auto; margin-right: auto; }.method-orbit-visual { width: 100%; height: 350px; justify-self: center; transform: translateX(28px) rotate(-7deg) scale(.8); }.method-grid article { min-height: 180px; }.method-grid h3 { margin-top: 27px; }
  .journey-grid article { min-height: 270px; }
  .final-cta { min-height: 760px; padding: 90px 22px 85px; }.final-cta h2 { font-size: 42px; }.final-points li { font-size: 15px; }
  .site-footer { padding: 62px 24px 94px; }.footer-grid { grid-template-columns: 1fr; gap: 46px; }.footer-grid > :last-child { grid-column: auto; }.brand-footer .brand-mark { width: 60px; height: 60px; }.brand-footer .brand-copy strong { font-size: 24px; }.footer-bottom { grid-template-columns: 1fr; gap: 12px; margin-top: 50px; }.footer-bottom p:last-child { text-align: left; }
  .admin-shell { padding: 16px 14px 120px; }.admin-header { align-items: flex-start; flex-direction: column; }.admin-header nav { width: 100%; justify-content: space-between; }.admin-card { padding: 20px; }.admin-object, .admin-array-item .admin-object { grid-template-columns: 1fr; }.admin-savebar { align-items: stretch; flex-direction: column; gap: 9px; }.admin-savebar button { width: 100%; }
  .mobile-sticky { display: block; position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; padding: 10px 14px; background: rgba(255,249,243,.96); border-top: 1px solid var(--line); backdrop-filter: blur(10px); }.mobile-sticky a { min-height: 48px; border-radius: 999px; background: var(--bronze); color: var(--teal-deep); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 780; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

.innerg-page { min-height: 70vh; padding: 80px 24px; background: var(--cream-light); }
.innerg-page-wrap { width: min(900px, 100%); margin: 0 auto; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.innerg-page h1 { margin: 0 0 28px; color: var(--teal-deep); font-size: clamp(38px, 5vw, 62px); line-height: 1.15; }
.innerg-page-content { color: var(--ink-soft); font-size: 17px; line-height: 1.85; }
.innerg-page-content h2, .innerg-page-content h3 { color: var(--teal); }
.innerg-page-content a { color: var(--primary); text-decoration: underline; }
.innerg-archive-item { padding: 25px 0; border-top: 1px solid var(--line); }
.innerg-archive-item h2 { margin: 0 0 8px; color: var(--teal); font-size: 26px; }
