:root {
  --navy: #00254d;
  --blue: #5b86b1;
  --blue-soft: #dce8f0;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --yellow: #f7df77;
  --green: #acb97c;
  --ink: #14293b;
  --line: rgba(0, 37, 77, 0.18);
  --serif: "Radley", Georgia, "Times New Roman", serif;
  --sans: "Open Sans", Arial, sans-serif;
  --display: "Radley", Georgia, "Times New Roman", serif;
  --script: "Allura", "Brush Script MT", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.2rem; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 1.2rem;
}
h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2.4rem, 4.5vw, 4.6rem); letter-spacing: -0.025em; }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.3rem); }

.skip-link { position: absolute; top: -60px; left: 1rem; background: var(--navy); color: white; padding: .6rem 1rem; z-index: 99; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 1rem clamp(1.25rem, 4vw, 4.5rem);
  background: rgba(247, 243, 235, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: grid; grid-template-columns: 34px auto; align-items: center; column-gap: .7rem; text-decoration: none; color: var(--navy); }
.brand-lemon { width: 34px; height: 34px; transform: rotate(-8deg); }
.brand-copy { line-height: .9; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.56rem; font-weight: 400; letter-spacing: -.035em; }
.brand strong em { color: var(--blue); font-family: var(--script); font-size: 1.22em; font-weight: 400; }
.brand span { display: block; margin-top: .62rem; font: 600 .55rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--navy); font: 600 .74rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.site-nav a { position: relative; text-decoration: none; font: 600 .72rem/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; }
.site-nav a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .75rem 1.25rem; background: var(--blue); color: white; border: 1px solid var(--blue); border-radius: 18px 8px 20px 9px; text-decoration: none; font: 700 .75rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px) rotate(-.4deg); background: #4d789f; }
.button-light { background: transparent; color: var(--navy); border-color: var(--blue); }
.button-light:hover { background: var(--blue-soft); }

.eyebrow { margin: 0 0 1.1rem; color: var(--blue); font: 700 .73rem/1.4 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.script { color: var(--blue); font-family: var(--script); font-style: normal; }
.container { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 2.5rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-white { background: var(--paper); }
.section-blue { background: var(--blue-soft); color: var(--navy); }
.section-yellow { background: var(--yellow); }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 7rem); position: relative; }
.hero-copy::before { display: none; }
.hero h1 { max-width: 850px; }
.hero .lead { max-width: 720px; font: 400 clamp(1.05rem, 1.6vw, 1.35rem)/1.7 var(--sans); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
.hero-image { position: relative; min-height: 620px; background: var(--green); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.88) contrast(.95); }
.hero-note { display: none; }

.intro-grid, .about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.portrait-stack { position: relative; padding: 0 0 3rem 3rem; }
.portrait-stack::before { content: ""; position: absolute; left: 0; bottom: 0; width: 56%; height: 52%; background: var(--yellow); }
.portrait-stack img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.text-link { display: inline-block; text-decoration: none; border-bottom: 2px solid var(--blue); font-weight: 700; }

.pathways { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem; }
.path-card { overflow: hidden; display: grid; grid-template-rows: minmax(390px, 1fr) auto; background: var(--paper); color: var(--navy); border-radius: 34px 10px 30px 14px; box-shadow: 0 15px 45px rgba(0,37,77,.07); }
.path-card:nth-child(2) { border-radius: 12px 36px 16px 32px; }
.path-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; opacity: 1; transition: transform .6s ease; }
.path-card:hover img { transform: scale(1.025); }
.path-card::after { display: none; }
.path-content { padding: clamp(1.75rem, 4vw, 3.2rem); background: var(--paper); }
.path-content p { max-width: 520px; }
.path-content .text-link { color: var(--navy); }

.life-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.life-band-image { position: relative; }
.life-band-image img { width: 100%; height: 100%; object-fit: cover; }
.life-band-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem); background: var(--yellow); }
.life-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.life-list li { padding: 1rem 0 1rem 2.3rem; border-top: 1px solid rgba(0,37,77,.2); position: relative; }
.life-list li::before { content: "✦"; position: absolute; left: 0; color: var(--blue); }

.call-card { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; background: var(--paper); color: var(--navy); border-radius: 42px 12px 36px 16px; }
.call-card img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 25%; }
.call-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); position: relative; }
.call-copy::after { content: ""; width: 94px; height: 82px; position: absolute; right: 7%; top: 8%; background: url('images/lemon-mark.svg') center/contain no-repeat; transform: rotate(8deg); opacity: .45; }

.newsletter { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.newsletter p { max-width: 700px; }
.newsletter-signup { width: min(100%, 470px); min-width: min(100%, 470px); }
.placeholder-field { display: flex; flex-wrap: wrap; min-width: min(100%, 470px); }
.placeholder-field input { flex: 1; min-width: 0; border: 1px solid rgba(0,37,77,.32); background: var(--paper); color: var(--navy); padding: 1rem 1.15rem; font: inherit; border-radius: 18px 7px 7px 11px; }
.placeholder-field input:focus { outline: 3px solid rgba(91,134,177,.28); outline-offset: 2px; border-color: var(--blue); }
.placeholder-field button { margin-left: .55rem; white-space: nowrap; }
.form-message { flex-basis: 100%; margin: .65rem 0 0; font-size: .78rem; line-height: 1.45; }

.page-hero { display: grid; grid-template-columns: 1fr .72fr; height: calc(100vh - 92px); min-height: 540px; max-height: 720px; background: var(--paper); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 9vw, 9rem); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.prose h2 { margin-top: 3.5rem; }
.prose p { font-size: 1.1rem; }
.quote { margin: 4rem 0; padding: 2rem 0 2rem clamp(1.5rem, 5vw, 4rem); border-left: 5px solid var(--yellow); font: 400 clamp(1.8rem, 4vw, 3.6rem)/1.25 var(--display); }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.story-grid img { width: 100%; aspect-ratio: 4 / 5.3; object-fit: cover; position: sticky; top: 125px; }

.offer-intro { text-align: center; max-width: 850px; margin: 0 auto 4rem; }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.offer-card { background: var(--paper); border: 1px solid var(--line); padding: clamp(2rem, 5vw, 4rem); border-radius: 28px 9px 30px 12px; }
.offer-card:nth-child(2) { background: var(--blue-soft); color: var(--navy); border-radius: 10px 30px 13px 28px; }
.offer-card ul { padding-left: 1.2rem; }
.offer-card li { margin-bottom: .65rem; }
.tag { display: inline-block; padding: .4rem .7rem; background: var(--yellow); color: var(--navy); font: 700 .68rem var(--sans); letter-spacing: .12em; text-transform: uppercase; }

.holding { min-height: calc(100vh - 92px); display: grid; place-items: center; padding: 5rem 1.25rem; text-align: center; }
.holding-inner { max-width: 800px; }
.holding-art { width: 160px; height: 160px; margin: 0 auto 2rem; border-radius: 45% 55% 58% 42%; background: var(--yellow); display: grid; place-items: center; font-size: 4rem; transform: rotate(-5deg); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; }
.contact-list { list-style: none; padding: 0; margin: 2rem 0; }
.contact-list li { padding: 1rem 0; border-top: 1px solid var(--line); }

.site-footer { padding: 4rem clamp(1.25rem, 4vw, 4.5rem) 2rem; background: var(--blue-soft); color: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 4rem; align-items: start; }
.footer-brand { font: 400 2.1rem var(--serif); }
.footer-nav { display: grid; gap: .55rem; }
.footer-nav a { text-decoration: none; }
.legal { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,37,77,.2); color: rgba(0,37,77,.67); font-size: .78rem; }

.brush-heading { position: relative; display: inline-block; z-index: 0; }
.brush-heading::after { content: ""; position: absolute; z-index: -1; left: -2%; right: -4%; bottom: .08em; height: .34em; background: var(--yellow); opacity: .72; clip-path: polygon(1% 35%, 8% 10%, 20% 28%, 34% 3%, 51% 23%, 66% 5%, 82% 25%, 99% 11%, 97% 82%, 85% 70%, 70% 95%, 54% 76%, 37% 94%, 19% 71%, 3% 88%); }

.instagram-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; margin-top: 2.5rem; }
.instagram-tile { display: block; overflow: hidden; aspect-ratio: 1; border-radius: 22px 7px 24px 9px; }
.instagram-tile:nth-child(even) { border-radius: 8px 24px 10px 22px; }
.instagram-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.instagram-tile:hover img { transform: scale(1.035); }
.instagram-footer { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; margin-top: 1.8rem; }

.qualification-strip { margin-top: 3rem; padding: 2rem; background: var(--blue-soft); border-radius: 26px 8px 28px 11px; }
.qualification-strip p:last-child { margin-bottom: 0; }

/* Homepage rebuild */
.home-page { background: var(--paper); }
.brand-logo { display: block; width: 148px; height: 66px; overflow: hidden; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.72); }
.home-hero { height: calc(100vh - 92px); min-height: 560px; max-height: 720px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); background: var(--cream); overflow: hidden; }
.home-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 8rem); }
.home-hero-copy .eyebrow span { color: var(--blue); padding: 0 .25rem; }
.home-hero h1 { max-width: 800px; font-size: clamp(3.8rem, 7.5vw, 7.4rem); }
.home-hero h1 span { color: var(--blue); font-family: var(--display); font-size: .78em; font-style: italic; font-weight: 400; letter-spacing: -.02em; }
.home-lead { max-width: 720px; font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.75; }
.home-hero-copy .button { margin-top: .7rem; }
.home-hero-image { min-height: 0; position: relative; overflow: hidden; clip-path: ellipse(88% 82% at 88% 50%); }
.home-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }

.home-problem { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--blue-soft); position: relative; overflow: hidden; }
.home-problem::after { content: ""; position: absolute; width: 175px; height: 175px; right: -25px; bottom: -25px; background: url('images/lemon-2.svg') center/contain no-repeat; opacity: .13; transform: rotate(8deg); }
.home-section-heading { max-width: 860px; margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.home-section-heading h2 { margin-bottom: 0; }
.problem-heading { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.problem-question { margin: 1.25rem 0 0; font: italic 400 clamp(1.35rem, 2vw, 1.8rem)/1.4 var(--display); }
.problem-list { position: relative; z-index: 1; width: min(940px, 100%); margin: 0 auto; }
.problem-bullet { display: grid; grid-template-columns: 22px 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(0,37,77,.2); }
.problem-bullet > span { width: 17px; height: 17px; margin-top: .45rem; background: var(--blue); border-radius: 64% 36% 58% 42%; transform: rotate(24deg); }
.problem-bullet p { margin: 0; }
.problem-bullet strong, .problem-summary strong { font-family: var(--display); font-size: 1.22em; font-weight: 400; }
.problem-summary { margin: clamp(2rem, 4vw, 3.5rem) auto 0; max-width: 820px; padding: clamp(1.6rem, 3vw, 2.4rem); background: rgba(255,253,248,.75); border-radius: 30px 9px 28px 12px; font-size: 1.08rem; text-align: center; }

.home-split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.home-organic-image { position: relative; padding: 1.15rem 1.15rem 0 0; }
.home-organic-image::before { content: ""; position: absolute; inset: 0 0 12% 12%; background: var(--yellow); border-radius: 36% 64% 52% 48% / 45% 42% 58% 55%; transform: rotate(-3deg); }
.home-organic-image img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 43% 57% 49% 51% / 37% 43% 57% 63%; }
.home-about-copy { max-width: 650px; }
.home-kerry-title { display: block; margin: 0 0 .25rem; color: var(--blue); font-family: "Dancing Script", var(--script); font-size: clamp(4rem, 6.5vw, 6.4rem) !important; font-weight: 600; line-height: .95; letter-spacing: -.035em; }
.home-about-copy > p:not(.eyebrow) { font-size: 1.08rem; }
.home-highlight { background: linear-gradient(transparent 64%, rgba(247,223,119,.82) 0); }
.home-emphasis { display: flex; width: fit-content; align-items: center; gap: 1.2rem; margin-top: 1.8rem; color: var(--navy); font: 400 clamp(2.35rem, 4vw, 3.9rem)/1.12 var(--display); text-decoration: none; }
.home-emphasis span { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-family: var(--sans); font-size: 1.35rem; transition: transform .2s ease, background .2s ease; }
.home-emphasis:hover span { transform: translateY(4px); background: var(--blue-soft); }

.home-transformation { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; background: var(--yellow); }
.home-transformation-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.transformation-list { list-style: none; padding: 0; margin: 0; }
.transformation-list li { position: relative; padding: .75rem 0 .75rem 2.1rem; border-bottom: 1px solid rgba(0,37,77,.18); font-family: var(--display); font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.45; }
.transformation-list li::before { content: ""; position: absolute; left: 0; top: 1.15rem; width: 14px; height: 14px; background: var(--blue); border-radius: 66% 34% 60% 40%; transform: rotate(28deg); }
.home-transformation-image { min-height: 680px; overflow: hidden; clip-path: ellipse(82% 73% at 82% 50%); }
.home-transformation-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.home-work { background: var(--cream); position: relative; overflow: hidden; }
.home-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; align-items: stretch; }
.home-offer { display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border-radius: 34px 10px 28px 13px; box-shadow: 0 14px 45px rgba(0,37,77,.065); }
.home-offer:nth-child(2) { border-radius: 11px 33px 13px 28px; }
.home-offer:nth-child(3) { border-radius: 28px 13px 34px 10px; }
.home-offer > img { width: 100%; aspect-ratio: 4 / 4.25; object-fit: cover; }
.home-offer-copy { display: flex; flex-direction: column; flex: 1; padding: clamp(1.6rem, 3vw, 2.5rem); }
.home-offer-copy p:not(.eyebrow) { flex: 1; }
.home-offer-copy .button { align-self: flex-start; margin-top: .5rem; text-align: center; }
.home-offer-call { background: var(--blue-soft); }

/* Health coaching page */
.compact-landing { height: calc(100vh - 92px); min-height: 550px; max-height: 720px; }
.coaching-hero { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--cream); overflow: hidden; }
.coaching-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 7vw, 8rem); }
.coaching-hero h1 { max-width: 780px; font-size: clamp(3rem, 5.8vw, 5.8rem); }
.coaching-hero .lead { max-width: 690px; font-size: clamp(1.03rem, 1.35vw, 1.23rem); }
.coaching-hero-image { overflow: hidden; clip-path: ellipse(88% 83% at 88% 50%); }
.coaching-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.coaching-problem { background: #e8eff4; }
.coaching-section-intro { max-width: 850px; margin-bottom: 3rem; }
.coaching-section-intro h2 { font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
.coaching-lead { color: var(--blue); font: italic 400 clamp(1.35rem, 2.2vw, 1.9rem)/1.4 var(--display); }
.coaching-problem-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(2rem, 5vw, 5rem); align-items: stretch; }
.coaching-themes { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.coaching-themes article { padding: clamp(1.35rem, 2.5vw, 2.2rem); background: rgba(255,253,248,.83); border-radius: 28px 8px 24px 11px; }
.coaching-themes article:nth-child(2) { background: rgba(247,223,119,.48); border-radius: 8px 28px 11px 24px; }
.coaching-themes h3 { min-height: 2.5em; font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.coaching-themes ul { margin: 0; padding-left: 1.05rem; }
.coaching-themes li { margin-bottom: .75rem; }
.coaching-side-image { overflow: hidden; border-radius: 36% 14% 32% 18% / 16% 34% 20% 38%; }
.coaching-side-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.coaching-statement { max-width: 900px; margin: clamp(2.5rem, 5vw, 4.5rem) auto 0; color: var(--navy); font: 400 clamp(2rem, 3.8vw, 3.5rem)/1.2 var(--display); text-align: center; }
.coaching-statement.small { margin-top: 2.5rem; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.coaching-approach { background: var(--paper); }
.coaching-approach-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.coaching-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.coaching-pillars article { padding: clamp(1.35rem, 2.7vw, 2.3rem); background: var(--blue-soft); border-radius: 26px 8px 23px 11px; }
.coaching-pillars article:nth-child(1), .coaching-pillars article:nth-child(4) { background: rgba(247,223,119,.43); }
.coaching-pillars svg { width: 34px; height: 34px; margin-bottom: 1rem; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.coaching-pillars h3 { margin-bottom: .55rem; font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.coaching-pillars p { margin: 0; }
.coaching-approach-image { position: relative; }
.coaching-approach-image::after { content: ""; position: absolute; width: 105px; height: 105px; right: -25px; bottom: -25px; background: url('images/lemon-1.svg') center/contain no-repeat; opacity: .18; transform: rotate(10deg); }
.coaching-approach-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 42% 18% 37% 21% / 19% 39% 24% 41%; }
.coaching-transformation { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 680px; background: var(--blue-soft); }
.coaching-transformation-image img { width: 100%; height: 100%; object-fit: cover; }
.coaching-transformation-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.coaching-transformation-copy .coaching-statement { margin: 1.75rem 0 0; text-align: left; }
.coaching-call { background: var(--yellow); position: relative; overflow: hidden; }
.coaching-call::after { content: ""; position: absolute; width: 170px; height: 170px; right: 2%; top: -35px; background: url('images/lemon-3.svg') center/contain no-repeat; opacity: .16; transform: rotate(8deg); }
.coaching-call-card { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; background: var(--paper); border-radius: 40px 12px 35px 16px; }
.coaching-call-copy { padding: clamp(2.5rem, 5vw, 5rem); }
.coaching-call-copy h2 em { color: var(--blue); font-style: italic; }
.coaching-call-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.session-details { font-weight: 700; letter-spacing: .05em; }
.session-details span { color: var(--blue); padding: 0 .45rem; }
.coaching-programmes { background: var(--cream); }
.programme-action { margin: 2.5rem 0 0; text-align: center; }

/* Yoga page */
.yoga-hero { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); overflow: hidden; }
.yoga-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 7vw, 8rem); }
.yoga-hero h1 { max-width: 760px; font-size: clamp(3rem, 5.4vw, 5.5rem); }
.yoga-hero h1 em { color: var(--blue); font-weight: 400; }
.yoga-hero .lead { max-width: 650px; margin-bottom: .8rem; font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
.yoga-hero-copy > p:not(.eyebrow) { max-width: 650px; }
.yoga-hero-copy .text-link { margin-top: .75rem; }
.yoga-hero-image { overflow: hidden; clip-path: ellipse(88% 84% at 88% 50%); }
.yoga-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.yoga-offerings { background: var(--paper); }
.yoga-offerings-intro { max-width: 720px; margin-bottom: clamp(3.5rem, 7vw, 6.5rem); }
.yoga-offerings-intro h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.6vw, 4.5rem); }
.yoga-offering { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; margin-bottom: clamp(5rem, 10vw, 9rem); }
.yoga-offering:last-child { margin-bottom: 0; }
.yoga-offering-reverse .yoga-offering-image { order: 2; }
.yoga-offering-reverse .yoga-offering-copy { order: 1; padding-left: clamp(0rem, 4vw, 4rem); }
.yoga-offering-image { position: relative; padding: .9rem .9rem 0 0; }
.yoga-offering-image::before { content: ""; position: absolute; inset: 0 0 9% 9%; background: var(--blue-soft); border-radius: 36% 64% 50% 50% / 45% 39% 61% 55%; transform: rotate(-2deg); }
.yoga-offering:nth-of-type(3) .yoga-offering-image::before { background: rgba(247,223,119,.68); transform: rotate(2deg); }
.yoga-offering:nth-of-type(4) .yoga-offering-image::before { background: #e8eff4; }
.yoga-offering-image img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 41% 20% 38% 23% / 22% 39% 25% 42%; }
.yoga-offering:nth-of-type(3) .yoga-offering-image img { border-radius: 22% 42% 24% 39% / 40% 21% 43% 25%; }
.yoga-offering-copy { max-width: 610px; }
.yoga-number { display: block; margin-bottom: 1.5rem; color: var(--blue); font-family: var(--display); font-size: 1.15rem; }
.yoga-offering-copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.yoga-detail { color: var(--blue); font-weight: 700; }
.yoga-offering-copy .button, .yoga-offering-copy .text-link { margin-top: .75rem; }
.yoga-closing { position: relative; overflow: hidden; }
.yoga-closing::after { content: ""; position: absolute; right: 3%; bottom: -40px; width: 175px; height: 175px; background: url('images/lemon-2.svg') center/contain no-repeat; opacity: .16; transform: rotate(-8deg); }
.yoga-closing .narrow { position: relative; z-index: 1; }

/* Contact page */
.contact-hero { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--paper); overflow: hidden; }
.contact-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 7vw, 8rem); }
.contact-hero-copy .lead { max-width: 690px; }
.contact-hero-image { overflow: hidden; clip-path: ellipse(90% 84% at 88% 50%); }
.contact-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.contact-details { display: grid; gap: 1rem; padding: 0; margin: 1.4rem 0 0; list-style: none; }
.contact-details li { display: flex; gap: 1rem; align-items: center; }
.contact-details svg { width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-call { background: var(--blue-soft); position: relative; overflow: hidden; }
.contact-call::before { content: ""; position: absolute; width: 145px; height: 145px; left: -20px; bottom: -20px; background: url('images/lemon-2.svg') center/contain no-repeat; opacity: .12; transform: rotate(-8deg); }
.contact-call-card { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: var(--paper); border-radius: 38px 11px 34px 15px; }
.contact-call-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.contact-call-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(2.5rem, 6vw, 6rem); }
.contact-call-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }

.instagram-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.instagram-intro p:last-child { max-width: 540px; }
.home-instagram-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; margin-top: 2.5rem; }
.home-instagram-grid a { display: block; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 20px 6px 22px 8px; }
.home-instagram-grid a:nth-child(even) { border-radius: 7px 22px 8px 20px; }
.home-instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-instagram-grid a:hover img { transform: scale(1.035); }
.instagram-handle { margin-top: 1.5rem; }
.home-newsletter { position: relative; overflow: hidden; }
.home-newsletter::after { content: ""; position: absolute; width: 185px; height: 185px; right: 2%; top: -48px; background: url('images/lemon-3.svg') center/contain no-repeat; opacity: .17; transform: rotate(9deg); pointer-events: none; }
.home-newsletter .container { position: relative; z-index: 1; }
.newsletter-lead { max-width: 720px; font: 400 clamp(1.7rem, 3vw, 2.8rem)/1.28 var(--display); }
.footer-logo { width: 150px; height: 82px; object-fit: contain; transform: scale(1.4); transform-origin: left center; margin-bottom: .3rem; }

/* About page */
.about-page { background: var(--cream); }
.about-hero { position: relative; min-height: min(720px, calc(100vh - 92px)); display: flex; align-items: center; background: var(--cream); overflow: hidden; }
.about-hero-copy { position: relative; z-index: 2; width: min(68%, 900px); margin-left: max(1.25rem, calc((100vw - 1180px) / 2)); padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 6rem) clamp(4rem, 7vw, 7rem) 0; }
.about-hero-copy::after { content: ""; position: absolute; z-index: -1; inset: 10% -8% 8% -8%; background: linear-gradient(90deg, rgba(247,243,235,.98) 0%, rgba(247,243,235,.93) 78%, rgba(247,243,235,.5) 100%); border-radius: 22% 42% 36% 28% / 28% 35% 42% 36%; }
.about-hero h1 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.45rem, 4.1vw, 4rem); line-height: 1.08; }
.about-hero-image { position: absolute; top: clamp(1.5rem, 4vh, 3rem); right: clamp(1rem, 4vw, 4.5rem); bottom: clamp(1.5rem, 4vh, 3rem); width: min(43vw, 540px); overflow: hidden; border-radius: 42% 18% 38% 22% / 20% 38% 24% 42%; }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.about-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-portrait { position: relative; padding: 1.2rem 0 0 1.2rem; }
.about-portrait::before { content: ""; position: absolute; inset: 0 12% 11% 0; background: var(--yellow); border-radius: 54% 46% 60% 40% / 42% 57% 43% 58%; transform: rotate(-3deg); }
.about-portrait img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 46% 54% 42% 58% / 55% 43% 57% 45%; }
.about-script-title { margin: 0 0 .3rem; color: var(--blue); font: 600 clamp(4rem, 6.3vw, 6.2rem)/.95 "Dancing Script", var(--script); letter-spacing: -.035em; }
.about-intro-copy h2 { max-width: 660px; font-size: clamp(1.8rem, 2.8vw, 2.75rem); line-height: 1.18; }
.about-belief { max-width: 720px; margin: 2rem 0; color: var(--blue); font: italic 400 clamp(1.4rem, 2vw, 1.85rem)/1.42 var(--display); }
.about-story { position: relative; overflow: hidden; }
.about-story::after { content: ""; position: absolute; right: 3%; top: 8%; width: 150px; height: 150px; background: url('images/lemon-1.svg') center/contain no-repeat; opacity: .12; transform: rotate(10deg); pointer-events: none; }
.about-story blockquote { margin: 0 0 2.75rem; padding: 1rem 0 1rem clamp(1.4rem, 3vw, 2.25rem); border-left: 4px solid var(--blue); color: var(--blue); font: 400 clamp(1.65rem, 3vw, 2.65rem)/1.3 var(--display); }
.about-story h2 { margin-top: clamp(2.75rem, 5vw, 4rem); font-size: clamp(2rem, 3.6vw, 3.4rem); }
.about-story p { font-size: 1.08rem; }
.about-experience .narrow { width: min(820px, calc(100% - 2.5rem)); }
.about-experience h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.about-experience p:not(.eyebrow) { font-size: 1.08rem; }
.about-life-flow { width: min(760px, 100%); margin-inline: auto; }
.about-life-flow h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.about-life-gallery { display: grid; grid-template-columns: 1fr 1.08fr .92fr; gap: .9rem; align-items: end; }
.about-life-gallery { margin-top: clamp(2.75rem, 5vw, 4.5rem); }
.about-life-gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 28px 8px 25px 11px; }
.about-life-gallery img:nth-child(2) { border-radius: 9px 28px 12px 25px; }
.about-life-gallery img:nth-child(3) { border-radius: 25px 11px 28px 8px; }
.about-life-after { margin-top: clamp(3rem, 5vw, 4.5rem); }
.about-closing { margin-top: 2rem; padding: 1.35rem 1.6rem; background: var(--blue-soft); border-radius: 24px 8px 22px 10px; font-family: var(--display); font-size: 1.25rem; }
.about-work { background: var(--yellow); position: relative; overflow: hidden; }
.about-work::after { content: ""; position: absolute; right: 4%; bottom: -40px; width: 180px; height: 180px; background: url('images/lemon-2.svg') center/contain no-repeat; opacity: .17; transform: rotate(-8deg); }
.about-work .narrow { position: relative; z-index: 1; }
.about-work-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 92px; left: 0; right: 0; padding: 2rem; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero, .page-hero { grid-template-columns: 1fr; }
  .page-hero { height: auto; max-height: none; }
  .hero { min-height: auto; }
  .hero-image { min-height: 70vh; }
  .hero-note { width: 190px; }
  .intro-grid, .about-grid, .story-grid, .call-card, .contact-grid { grid-template-columns: 1fr; }
  .pathways, .offer-grid { grid-template-columns: 1fr; }
  .life-band { grid-template-columns: 1fr; }
  .life-band-image { min-height: 540px; }
  .newsletter { grid-template-columns: 1fr; align-items: start; }
  .newsletter-signup { width: min(100%, 620px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .story-grid img { position: static; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .home-hero { grid-template-columns: 1fr; height: auto; max-height: none; }
  .home-hero-image { min-height: 72vh; clip-path: ellipse(78% 90% at 50% 100%); }
  .home-split { grid-template-columns: 1fr; }
  .home-organic-image { width: min(620px, 100%); margin-inline: auto; }
  .home-transformation { grid-template-columns: 1fr; }
  .home-transformation-image { min-height: 640px; clip-path: ellipse(76% 86% at 50% 100%); }
  .home-offers { grid-template-columns: 1fr; }
  .home-offer { display: grid; grid-template-columns: .8fr 1.2fr; }
  .home-offer > img { height: 100%; aspect-ratio: auto; }
  .instagram-intro { grid-template-columns: 1fr; gap: .5rem; }
  .home-instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .about-hero { display: grid; grid-template-columns: 1fr; min-height: auto; }
  .about-hero-copy { width: auto; margin: 0; padding: 4.5rem max(1.25rem, calc((100vw - 720px) / 2)); }
  .about-hero-copy::after { display: none; }
  .about-hero-image { position: relative; inset: auto; width: min(620px, calc(100% - 2.5rem)); height: min(720px, 78vh); margin: 0 auto 4rem; }
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-portrait { width: min(620px, 100%); margin-inline: auto; }
  .compact-landing { height: auto; max-height: none; }
  .coaching-hero, .contact-hero, .yoga-hero { grid-template-columns: 1fr; }
  .coaching-hero-image, .contact-hero-image, .yoga-hero-image { min-height: 620px; clip-path: ellipse(78% 91% at 50% 100%); }
  .coaching-problem-layout, .coaching-approach-layout { grid-template-columns: 1fr; }
  .coaching-side-image, .coaching-approach-image { width: min(620px, 100%); margin-inline: auto; }
  .coaching-transformation { grid-template-columns: 1fr; }
  .coaching-transformation-image { min-height: 600px; }
  .coaching-call-card, .contact-call-card { grid-template-columns: 1fr; }
  .coaching-call-image, .contact-call-image { order: -1; }
  .coaching-call-image img, .contact-call-image img { min-height: 540px; }
  .yoga-offering { grid-template-columns: 1fr; }
  .yoga-offering-reverse .yoga-offering-image, .yoga-offering-reverse .yoga-offering-copy { order: initial; }
  .yoga-offering-reverse .yoga-offering-copy { padding-left: 0; }
  .yoga-offering-image { width: min(620px, 100%); margin-inline: auto; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header { min-height: 78px; }
  .site-nav { top: 78px; }
  .brand { grid-template-columns: 28px auto; }
  .brand-lemon { width: 28px; height: 28px; }
  .brand strong { font-size: 1.35rem; }
  .brand span { display: none; }
  .hero-copy { padding: 4rem 1.25rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
  .hero-image { min-height: 560px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .portrait-stack { padding: 0 0 1.5rem 1.5rem; }
  .path-card { min-height: 520px; }
  .page-hero-copy { padding: 4rem 1.25rem; }
  .page-hero-image { min-height: 520px; }
  .placeholder-field { min-width: 100%; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .instagram-footer { align-items: flex-start; flex-direction: column; }
  .brand-logo { width: 112px; height: 54px; }
  .home-hero-copy { padding: 4rem 1.25rem 3rem; }
  .home-hero h1 { font-size: clamp(3.25rem, 18vw, 4.7rem); }
  .home-hero-image { min-height: 540px; }
  .problem-bullet { grid-template-columns: 18px 1fr; gap: .9rem; }
  .home-about { padding-top: 4rem; }
  .home-transformation-copy { padding: 4rem 1.25rem; }
  .home-transformation-image { min-height: 520px; }
  .home-offer { display: flex; }
  .home-offer > img { aspect-ratio: 4 / 4.2; }
  .home-offer-copy .button { width: 100%; }
  .home-instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .home-instagram-grid a:last-child { grid-column: 1 / -1; width: calc(50% - .35rem); justify-self: center; }
  .footer-logo { width: 130px; }
  .newsletter-form { width: 100%; }
  .newsletter-form button { margin: .65rem 0 0; }
  .newsletter-signup { min-width: 100%; }
  .about-hero-copy { padding: 4rem 1.25rem 3rem; }
  .about-hero h1 { font-size: clamp(2.25rem, 10.5vw, 3.2rem); }
  .about-hero-image { width: calc(100% - 2.5rem); height: 520px; margin-bottom: 3rem; }
  .about-life-gallery { grid-template-columns: 1fr 1fr; }
  .about-life-gallery img:nth-child(2) { transform: none; }
  .about-life-gallery img:nth-child(3) { grid-column: 1 / -1; width: calc(50% - .45rem); justify-self: center; }
  .about-work-actions { flex-direction: column; }
  .about-work-actions .button { width: 100%; }
  .home-emphasis { align-items: flex-start; }
  .coaching-hero-copy, .contact-hero-copy, .yoga-hero-copy { padding: 4rem 1.25rem 3rem; }
  .coaching-hero-image, .contact-hero-image, .yoga-hero-image { min-height: 520px; }
  .coaching-themes, .coaching-pillars { grid-template-columns: 1fr; }
  .coaching-themes h3 { min-height: 0; }
  .coaching-side-image img { min-height: 480px; }
  .coaching-transformation-image { min-height: 520px; }
  .coaching-call-image img, .contact-call-image img { min-height: 460px; }
  .session-details span { padding: 0 .2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
