:root {
  --ycmb-burgundy: #9f1239;
  --ycmb-burgundy-dark: #760e2e;
  --ycmb-burgundy-deep: #4a081c;
  --ycmb-burgundy-soft: #fdf2f4;
  --ycmb-burgundy-ultralight: #fff8f9;
  --ycmb-white: #ffffff;
  --ycmb-off-white: #faf8f7;
  --ycmb-warm-white: #f8f6f5;
  --ycmb-black: #171414;
  --ycmb-charcoal: #2e2e2e;
  --ycmb-muted: #666666;
  --ycmb-border: #e5e5e5;
  --ycmb-border-strong: #d4d4d4;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-ui: "Manrope", Inter, sans-serif;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-30: 7.5rem;
  --space-40: 10rem;
  --shell: 90rem;
  --gutter: clamp(1.5rem, 5vw, 5.5rem);
  --header-height: 5.25rem;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body { margin: 0; overflow-x: hidden; color: var(--ycmb-charcoal); background: var(--ycmb-white); font-family: var(--font-ui); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p, blockquote, figure { margin-top: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { color: var(--ycmb-white); background: var(--ycmb-burgundy); }
:focus-visible { outline: 3px solid rgba(139, 23, 56, .28); outline-offset: 4px; }

.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; }
.skip-link { position: fixed; z-index: 200; top: .75rem; left: .75rem; padding: .75rem 1rem; color: white; background: var(--ycmb-burgundy-dark); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(6rem, 10vw, 10rem); }

.eyebrow { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.5rem; color: var(--ycmb-burgundy); font-size: .7rem; font-weight: 700; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 1.65rem; height: 1px; flex: 0 0 auto; background: currentColor; }
.eyebrow.light { color: rgba(255, 255, 255, .72); }
h1, h2 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 12ch; margin-bottom: 1.75rem; color: var(--ycmb-black); font-size: clamp(3.7rem, 6.2vw, 7.1rem); line-height: .9; }
h2 { margin-bottom: 1.5rem; color: var(--ycmb-black); font-size: clamp(3rem, 5vw, 5.6rem); line-height: .94; }
h1 em, h2 em { display: block; color: var(--ycmb-burgundy); font-weight: 500; }
.lead, .body-large { font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.7; }
.lead { max-width: 39rem; margin-bottom: 2rem; color: var(--ycmb-muted); }

.button { min-height: 2.9rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: .35rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s; }
.button span, .text-link span { transition: transform .3s var(--ease); }
.button:hover span, .text-link:hover span { transform: translateX(.25rem); }
.button-primary { color: var(--ycmb-white); background: var(--ycmb-burgundy); }
.button-primary:hover { background: var(--ycmb-burgundy-dark); }
.button-secondary { color: var(--ycmb-burgundy); background: var(--ycmb-white); border-color: var(--ycmb-burgundy); }
.button-secondary:hover { background: var(--ycmb-burgundy-ultralight); }
.button-light { color: var(--ycmb-burgundy-deep); background: white; }
.button-light:hover { color: white; background: transparent; border-color: rgba(255,255,255,.45); }
.button-quiet { color: var(--ycmb-muted); background: transparent; border-color: var(--ycmb-border); }
.button-quiet:hover { color: var(--ycmb-charcoal); border-color: var(--ycmb-border-strong); }
.button:disabled { opacity: .45; cursor: not-allowed; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.text-link { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .6rem; color: var(--ycmb-burgundy); border-bottom: 1px solid transparent; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { border-color: currentColor; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid rgba(231,225,226,.82); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); transition: height .35s var(--ease), box-shadow .35s; }
.site-header.is-scrolled { height: 4.5rem; box-shadow: 0 8px 30px rgba(63,11,26,.05); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { min-height: 2.75rem; flex: 0 0 auto; display: inline-flex; align-items: center; gap: .75rem; }
.brand img { width: 2.75rem; height: 2.75rem; transition: transform .6s var(--ease); }
.brand:hover img { transform: rotate(45deg); }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: var(--ycmb-black); font-family: var(--font-display); font-size: 1.65rem; line-height: .85; }
.brand small { margin-top: .35rem; color: var(--ycmb-muted); font-size: .55rem; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.6vw, 2.7rem); }
.desktop-nav a { position: relative; min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 .3rem; height: 1px; background: var(--ycmb-burgundy); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.language { display: flex; gap: .45rem; color: var(--ycmb-muted); font-size: .68rem; letter-spacing: .08em; }
.language b { color: var(--ycmb-burgundy); }
.nav-cta { padding-inline: 1rem; }
.menu-toggle { width: 2.75rem; height: 2.75rem; display: none; align-items: center; justify-content: center; flex-direction: column; gap: .38rem; padding: 0; border: 0; background: transparent; }
.menu-toggle i { width: 1.35rem; height: 1px; background: var(--ycmb-black); transition: transform .3s, width .3s; }
.menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(.22rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-.22rem) rotate(-45deg); }
.mobile-menu { position: absolute; z-index: 99; inset: 100% 0 auto; width: 100%; height: calc(100svh - var(--header-height)); overflow: auto; padding: 1rem var(--gutter) 2rem; background: var(--ycmb-white); }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { min-height: 4.1rem; display: flex; align-items: center; gap: 1.25rem; border-bottom: 1px solid var(--ycmb-border); font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; }
.mobile-menu nav span { color: var(--ycmb-burgundy); font-family: var(--font-ui); font-size: .62rem; letter-spacing: .1em; }
.mobile-menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 2rem; color: var(--ycmb-muted); font-size: .72rem; }

.ycmb-grid { background-color: var(--ycmb-off-white); background-image: linear-gradient(rgba(231,225,226,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(231,225,226,.3) 1px, transparent 1px); background-size: 3rem 3rem; }
.ycmb-grid-dark { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 3.5rem 3.5rem; }
.hero { padding-top: var(--header-height); background: var(--ycmb-off-white); }
.hero-grid { min-height: min(54rem, calc(100svh - 1rem)); display: grid; grid-template-columns: minmax(0, 7fr) minmax(24rem, 5fr); align-items: center; gap: clamp(3rem, 6vw, 7rem); padding: clamp(5rem, 9vh, 7.5rem) var(--gutter) clamp(4rem, 7vh, 6rem); }
.hero-copy { max-width: 50rem; justify-self: end; }
.hero-copy .eyebrow { margin-bottom: 2.25rem; }
.hero-link { margin-top: 1.7rem; color: var(--ycmb-muted); }
.hero-visual { width: min(100%, 34rem); position: relative; justify-self: start; margin: 0; }
.hero-frame { height: clamp(35rem, 58vw, 46rem); position: relative; overflow: hidden; border: 1px solid rgba(139,23,56,.18); background: var(--ycmb-warm-white); }
.hero-frame::before { content: ""; position: absolute; z-index: 3; inset: 1rem -1rem -1rem 1rem; border: 1px solid rgba(139,23,56,.25); pointer-events: none; }
.hero-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; filter: grayscale(.68) contrast(1.05); }
.hero-tint { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(63,11,26,0) 42%, rgba(63,11,26,.7)); mix-blend-mode: multiply; }
.hero-frame figcaption { position: absolute; z-index: 4; inset: auto 1.7rem 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; color: white; font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-frame figcaption b { color: white; }
.hero-frame figcaption span { opacity: .68; }
.hero-seal { position: absolute; z-index: 4; top: -3.5rem; left: -3.5rem; width: 8rem; opacity: .13; }
.vertical-label { position: absolute; right: -2.7rem; bottom: 1rem; color: var(--ycmb-burgundy); font-size: .55rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.client-strip { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); padding-block: 1.25rem; border-top: 1px solid var(--ycmb-border); border-bottom: 1px solid var(--ycmb-border); background: white; }
.client-strip > span, .client-strip a { min-height: 2.75rem; display: flex; align-items: center; }
.client-strip > span { color: var(--ycmb-burgundy); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.client-strip a { justify-content: space-between; padding-inline: 1.1rem; border-left: 1px solid var(--ycmb-border); font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; }
.client-strip a b { color: var(--ycmb-burgundy); transition: transform .25s; }
.client-strip a:hover b { transform: translate(.2rem,-.2rem); }

.manifesto { position: relative; overflow: hidden; }
.manifesto::after { content: "Y"; position: absolute; z-index: -1; right: -3vw; bottom: -18rem; color: rgba(139,23,56,.025); font-family: var(--font-display); font-size: 48rem; line-height: 1; }
.manifesto-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 3rem; align-items: start; }
.manifesto .section-heading { grid-column: 1 / span 7; }
.manifesto .section-heading h2 { max-width: 9ch; }
.manifesto-copy { grid-column: 8 / -1; padding-top: 4rem; color: var(--ycmb-muted); }
.manifesto-copy .body-large { color: var(--ycmb-charcoal); }
.manifesto-quote { grid-column: 3 / span 8; margin: 3rem 0 0; padding: 2.2rem 0 0 2rem; border-top: 1px solid var(--ycmb-border-strong); border-left: 3px solid var(--ycmb-burgundy); color: var(--ycmb-charcoal); font-family: var(--font-display); font-size: clamp(1.8rem, 2.8vw, 3rem); font-style: italic; line-height: 1.15; }

.needs { border-block: 1px solid var(--ycmb-border); background: var(--ycmb-warm-white); }
.needs-grid { display: grid; grid-template-columns: minmax(18rem, 4fr) minmax(0, 8fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.needs-intro { position: sticky; top: calc(var(--header-height) + 3rem); }
.needs-intro h2 { max-width: 7ch; }
.needs-intro > p:not(.eyebrow) { max-width: 31rem; margin-bottom: 2rem; color: var(--ycmb-muted); }
.needs-finder { display: grid; grid-template-columns: minmax(0, 7fr) minmax(16rem, 5fr); border-block: 1px solid var(--ycmb-border-strong); }
.needs-list { border-right: 1px solid var(--ycmb-border); }
.need-row { width: 100%; min-height: 4.65rem; display: grid; grid-template-columns: 2.4rem minmax(0,1fr) 2rem; align-items: center; gap: .75rem; padding: .8rem 1rem; color: var(--ycmb-charcoal); border: 0; border-bottom: 1px solid var(--ycmb-border); background: transparent; text-align: left; transition: color .25s, background .25s; }
.need-row:last-child { border-bottom: 0; }
.need-row span { color: var(--ycmb-muted); font-size: .65rem; letter-spacing: .1em; }
.need-row b { font-family: var(--font-display); font-size: clamp(1.2rem, 1.6vw, 1.55rem); font-weight: 600; line-height: 1.1; }
.need-row i { color: var(--ycmb-burgundy); font-style: normal; transition: transform .25s; }
.need-row:hover, .need-row.is-active { color: var(--ycmb-burgundy); background: var(--ycmb-burgundy-ultralight); }
.need-row:hover i, .need-row.is-active i { transform: translateX(.3rem); }
.need-row.is-active span { color: var(--ycmb-burgundy); }
.need-detail { min-height: 100%; display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 3vw, 3rem); background: white; }
.need-detail > span { color: var(--ycmb-burgundy); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.need-detail h3 { margin: 1rem 0; font-family: var(--font-display); font-size: 2rem; line-height: 1.05; }
.need-detail p { color: var(--ycmb-muted); font-size: .9rem; }
.need-detail.is-changing { opacity: .45; transform: translateY(.25rem); transition: opacity .15s, transform .15s; }

.split-heading { display: grid; grid-template-columns: minmax(0,8fr) minmax(17rem,4fr); gap: 4rem; align-items: end; margin-bottom: 4rem; }
.split-heading h2 { max-width: 10ch; margin-bottom: 0; }
.split-heading > p { max-width: 28rem; margin: 0 0 .4rem; color: var(--ycmb-muted); }
.practice-directory { border-top: 1px solid var(--ycmb-border-strong); }
.practice-row { min-height: 6.7rem; display: grid; grid-template-columns: 4.5rem minmax(17rem,4fr) minmax(16rem,5fr) 3rem; align-items: center; gap: 1.5rem; margin: 0; padding: 1.2rem 1rem; border-bottom: 1px solid var(--ycmb-border); transition: background .25s; }
.practice-row > span { color: var(--ycmb-muted); font-family: var(--font-display); font-size: 1.25rem; transition: color .25s; }
.practice-row h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.45rem, 2.2vw, 2.15rem); font-weight: 600; line-height: 1.05; transition: color .25s; }
.practice-row p { margin: 0; color: var(--ycmb-muted); font-size: .86rem; }
.practice-row a { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; color: var(--ycmb-burgundy); font-size: 1.15rem; transition: transform .25s; }
.practice-row:hover { background: var(--ycmb-burgundy-ultralight); }
.practice-row:hover > span, .practice-row:hover h3 { color: var(--ycmb-burgundy); }
.practice-row:hover a { transform: translate(.2rem,-.2rem); }

.investment { position: relative; overflow: hidden; color: white; background-color: var(--ycmb-burgundy-dark); }
.investment h2, .investment h3 { color: white; }
.investment h2 { max-width: 10ch; }
.investment h2 em { color: white; }
.investment-seal { position: absolute; right: -8rem; top: -8rem; width: 32rem; opacity: .035; filter: brightness(0) invert(1); }
.investment-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,7fr) minmax(22rem,5fr); gap: clamp(4rem, 9vw, 10rem); align-items: start; }
.investment-lead > p:not(.eyebrow) { max-width: 39rem; margin-bottom: 2rem; color: rgba(255,255,255,.7); font-size: 1.04rem; }
.investment-steps { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.investment-steps li { min-height: 5.7rem; display: grid; grid-template-columns: 3rem 1fr; gap: 1.3rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.investment-steps li > span { color: rgba(255,255,255,.48); font-size: .65rem; letter-spacing: .12em; }
.investment-steps h3 { margin: 0; font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; }
.investment-steps p { margin: 0; color: rgba(255,255,255,.72); font-size: .76rem; }

.business { background: var(--ycmb-off-white); }
.business-grid { display: grid; grid-template-columns: minmax(18rem,4fr) minmax(0,8fr); gap: clamp(3rem, 7vw, 8rem); }
.business-copy { position: sticky; top: calc(var(--header-height) + 3rem); align-self: start; }
.business-copy h2 { max-width: 8ch; }
.business-copy .body-large { color: var(--ycmb-muted); }
.business-cycle { margin: 0; padding: 0; border-top: 1px solid var(--ycmb-border-strong); list-style: none; counter-reset: cycle; }
.business-cycle li { min-height: 8.5rem; display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; align-items: center; padding: 1.4rem; border-bottom: 1px solid var(--ycmb-border); transition: background .25s; }
.business-cycle li:hover { background: white; }
.business-cycle li > span { color: var(--ycmb-burgundy); font-family: var(--font-display); font-size: 1.45rem; }
.business-cycle small { color: var(--ycmb-muted); font-size: .6rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.business-cycle h3 { margin: .15rem 0; font-family: var(--font-display); font-size: 2rem; font-weight: 600; text-transform: uppercase; }
.business-cycle p { margin: 0; color: var(--ycmb-muted); font-size: .86rem; }

.contact { background: var(--ycmb-burgundy-ultralight); }
.contact-grid { display: grid; grid-template-columns: minmax(0,5fr) minmax(30rem,7fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.contact-intro h2 { max-width: 9ch; }
.contact-intro > p:not(.eyebrow) { max-width: 34rem; color: var(--ycmb-muted); }
.diagnostic-link { min-height: 5rem; display: grid; grid-template-columns: 2.25rem 1fr 2.75rem; align-items: center; gap: 1rem; padding-block: .9rem; border-top: 1px solid var(--ycmb-border-strong); }
.diagnostic-link:last-child { border-bottom: 1px solid var(--ycmb-border-strong); }
.diagnostic-link > span { color: var(--ycmb-burgundy); font-size: .65rem; }
.diagnostic-link div { display: flex; flex-direction: column; }
.diagnostic-link b { font-family: var(--font-display); font-size: 1.35rem; }
.diagnostic-link small { color: var(--ycmb-muted); font-size: .66rem; letter-spacing: .04em; }
.diagnostic-link i { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; color: var(--ycmb-burgundy); font-style: normal; transition: transform .25s; }
.diagnostic-link:hover i { transform: translate(.2rem,-.2rem); }
.booking { padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--ycmb-border-strong); background: white; }
.booking-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.booking-head span { color: var(--ycmb-burgundy); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.booking-head h3 { margin: .45rem 0 0; font-family: var(--font-display); font-size: 2rem; font-weight: 600; line-height: 1; }
.booking-head > b { color: var(--ycmb-burgundy); font-size: .66rem; letter-spacing: .1em; }
.booking-progress { display: grid; grid-template-columns: repeat(6,1fr); margin: 2rem 0; padding: 0; border-block: 1px solid var(--ycmb-border); list-style: none; }
.booking-progress li { position: relative; padding: .65rem .25rem; color: var(--ycmb-muted); font-size: .56rem; font-weight: 700; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.booking-progress li.is-current, .booking-progress li.is-complete { color: var(--ycmb-burgundy); }
.booking-progress li.is-current::after, .booking-progress li.is-complete::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--ycmb-burgundy); }
.booking-stage { min-height: 14rem; }
.booking-stage h4 { margin-bottom: 1.2rem; font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .65rem; }
.choice { min-height: 3.75rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .8rem 1rem; border: 1px solid var(--ycmb-border); border-radius: .35rem; background: white; text-align: left; transition: background .2s, border-color .2s, color .2s; }
.choice:hover, .choice.is-selected { color: var(--ycmb-burgundy); border-color: var(--ycmb-burgundy); background: var(--ycmb-burgundy-ultralight); }
.choice::after { content: ""; width: .62rem; height: .62rem; flex: 0 0 auto; border: 1px solid var(--ycmb-border-strong); border-radius: 50%; }
.choice.is-selected::after { border: 3px solid white; background: var(--ycmb-burgundy); box-shadow: 0 0 0 1px var(--ycmb-burgundy); }
.field { display: grid; gap: .45rem; }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.field label { color: var(--ycmb-charcoal); font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.25rem; padding: .75rem 0; border: 0; border-bottom: 1px solid var(--ycmb-border-strong); border-radius: 0; background: transparent; outline: 0; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ycmb-burgundy); box-shadow: 0 2px 0 var(--ycmb-burgundy); }
.field-error { min-height: 1.1rem; margin: .2rem 0 0; color: #9e1b32; font-size: .72rem; }
.booking-actions { display: flex; justify-content: space-between; gap: .75rem; padding-top: 1.5rem; border-top: 1px solid var(--ycmb-border); }
.form-note { margin: 1rem 0 0; color: var(--ycmb-muted); font-size: .68rem; }
.booking-summary { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; }
.booking-summary div { padding: .8rem; background: var(--ycmb-off-white); }
.booking-summary span { display: block; color: var(--ycmb-muted); font-size: .62rem; text-transform: uppercase; }
.booking-summary b { font-size: .84rem; }

.people { overflow: hidden; }
.people-grid { display: grid; grid-template-columns: minmax(22rem,5fr) minmax(0,7fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.portrait-placeholder { aspect-ratio: 4/5; position: relative; display: grid; place-items: center; border: 1px solid var(--ycmb-border); background: var(--ycmb-warm-white); overflow: hidden; }
.portrait-placeholder::after { content: ""; position: absolute; inset: 1.25rem; border: 1px solid rgba(139,23,56,.18); }
.portrait-placeholder img { width: 55%; opacity: .09; }
.portrait-placeholder span { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; color: var(--ycmb-muted); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.people-copy h2 { max-width: 9ch; }
.people-copy .role { margin-bottom: .5rem; color: var(--ycmb-burgundy); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.people-copy h3 { margin-bottom: 1.3rem; font-family: var(--font-display); font-size: 2.25rem; font-weight: 600; }
.people-copy blockquote { max-width: 35rem; margin: 1.5rem 0; padding-left: 1.4rem; border-left: 2px solid var(--ycmb-burgundy); font-family: var(--font-display); font-size: 1.5rem; font-style: italic; line-height: 1.25; }
.people-copy > p:not(.eyebrow,.role) { color: var(--ycmb-muted); }

.insights { border-top: 1px solid var(--ycmb-border); background: var(--ycmb-off-white); }
.editorial-grid { display: grid; grid-template-columns: minmax(0,7fr) minmax(20rem,5fr); gap: clamp(2rem,5vw,5rem); }
.featured-insight { min-height: 30rem; display: flex; flex-direction: column; justify-content: end; padding: clamp(2rem,5vw,4.5rem); color: white; background: var(--ycmb-burgundy-dark); }
.featured-insight > span:first-child, .insight-list article > span { font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.featured-insight h3 { max-width: 12ch; margin: 1rem 0; color: white; font-family: var(--font-display); font-size: clamp(2.5rem,4vw,4.5rem); font-weight: 500; line-height: .95; }
.featured-insight p { max-width: 34rem; color: rgba(255,255,255,.68); }
.status-label { align-self: start; margin-top: 1rem; padding: .35rem .6rem; border: 1px solid rgba(255,255,255,.35); border-radius: .2rem; color: rgba(255,255,255,.78); }
.insight-list { border-top: 1px solid var(--ycmb-border-strong); }
.insight-list article { min-height: 9.7rem; display: flex; flex-direction: column; justify-content: center; padding-block: 1.4rem; border-bottom: 1px solid var(--ycmb-border); }
.insight-list article > span { color: var(--ycmb-burgundy); }
.insight-list h3 { margin: .55rem 0; font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; line-height: 1.1; }
.insight-list small { color: var(--ycmb-muted); }

.final-cta { padding-block: clamp(5rem,9vw,8rem); color: white; background: var(--ycmb-burgundy-deep); }
.final-grid { display: grid; grid-template-columns: minmax(0,7fr) minmax(23rem,5fr); gap: clamp(3rem,7vw,8rem); align-items: end; }
.final-cta h2 { max-width: 8ch; margin: 0; color: white; }
.final-cta h2 em { color: rgba(255,255,255,.64); }
.final-actions { border-top: 1px solid rgba(255,255,255,.25); }
.final-actions a { min-height: 5.2rem; display: grid; grid-template-columns: 2.5rem 1fr 2.75rem; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.final-actions span { color: rgba(255,255,255,.45); font-size: .65rem; }
.final-actions b { font-family: var(--font-display); font-size: 1.4rem; }
.final-actions i { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; font-style: normal; transition: transform .25s; }
.final-actions a:hover i { transform: translate(.2rem,-.2rem); }

.site-footer { position: relative; overflow: hidden; padding: 6rem 0 2rem; color: rgba(255,255,255,.68); background: var(--ycmb-burgundy-dark); }
.footer-word { position: absolute; left: -1vw; bottom: -9vw; color: rgba(255,255,255,.035); font-family: var(--font-display); font-size: 31vw; font-weight: 600; letter-spacing: -.08em; line-height: .72; pointer-events: none; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 2.2fr repeat(3,1fr); gap: 3rem; padding-bottom: 5rem; }
.brand.inverse strong { color: white; }
.brand.inverse small { color: rgba(255,255,255,.5); }
.brand.inverse img { filter: brightness(0) invert(1); opacity: .72; }
.footer-brand p { margin-top: 1.5rem; font-size: .8rem; }
.footer-grid h2 { margin-bottom: 1.3rem; color: white; font-family: var(--font-ui); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid nav, .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: start; }
.footer-grid nav a, .footer-grid > div > a { min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; font-size: .79rem; }
.footer-grid nav a:hover, .footer-grid > div > a:hover { color: white; }
.footer-grid > div > p { margin-top: .7rem; font-size: .75rem; }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .66rem; }
.footer-bottom div { display: flex; gap: 1.5rem; }
.footer-bottom a { min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; }
.footer-bottom a:hover { color: white; }

.mobile-actions { display: none; }
.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Diagnostic experience */
.diagnostic-page { min-height: 100svh; background: var(--ycmb-off-white); }
.diagnostic-page .site-header { position: absolute; }
.diagnostic-page .nav-shell { justify-content: space-between; }
.diagnostic-nav-note { color: var(--ycmb-muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.diagnostic-main { min-height: 100svh; display: grid; padding-top: var(--header-height); }
.diagnostic-layout { display: grid; grid-template-columns: minmax(0,8fr) minmax(20rem,4fr); }
.diagnostic-form-panel { min-height: calc(100svh - var(--header-height)); display: flex; flex-direction: column; padding: clamp(2rem,5vw,5rem) var(--gutter) 3rem; background: white; }
.diagnostic-aside { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2.5rem,5vw,5rem); color: white; background: var(--ycmb-burgundy-dark); }
.diagnostic-aside::after { content: "Y"; position: absolute; right: -3rem; bottom: -8rem; color: rgba(255,255,255,.035); font-family: var(--font-display); font-size: 26rem; line-height: 1; }
.diagnostic-aside > * { position: relative; z-index: 1; }
.diagnostic-aside h2 { max-width: 8ch; color: white; font-size: clamp(2.7rem,4vw,4.7rem); }
.diagnostic-aside p { color: rgba(255,255,255,.66); }
.privacy-points { margin: 2rem 0 0; padding: 0; list-style: none; }
.privacy-points li { min-height: 3.25rem; display: flex; align-items: center; gap: .8rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .76rem; }
.privacy-points li::before { content: ""; width: .45rem; height: .45rem; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.diagnostic-help { font-size: .68rem; }
.diagnostic-help a { min-height: 2.75rem; display: inline-flex; align-items: center; color: white; text-decoration: underline; text-underline-offset: .2rem; }
.diag-progress-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; color: var(--ycmb-burgundy); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.diag-progress-track { height: 2px; margin-bottom: clamp(2.5rem,5vh,5rem); background: var(--ycmb-border); }
.diag-progress-bar { width: 12.5%; height: 100%; background: var(--ycmb-burgundy); transition: width .45s var(--ease); }
.diag-progress-bar[data-progress="2"] { width: 25%; }
.diag-progress-bar[data-progress="3"] { width: 37.5%; }
.diag-progress-bar[data-progress="4"] { width: 50%; }
.diag-progress-bar[data-progress="5"] { width: 62.5%; }
.diag-progress-bar[data-progress="6"] { width: 75%; }
.diag-progress-bar[data-progress="7"] { width: 87.5%; }
.diag-progress-bar[data-progress="8"] { width: 100%; }
.diag-stage { flex: 1; width: min(100%, 51rem); display: flex; flex-direction: column; justify-content: center; }
.diag-stage .eyebrow { margin-bottom: 1rem; }
.diag-stage h1 { max-width: 14ch; margin-bottom: 1rem; font-size: clamp(2.8rem,5vw,5.2rem); line-height: .95; }
.diag-stage > p { max-width: 42rem; margin-bottom: 2rem; color: var(--ycmb-muted); }
.diag-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.diag-option { min-height: 4.3rem; display: grid; grid-template-columns: 1fr 1.5rem; align-items: center; gap: .75rem; padding: 1rem 1.1rem; border: 1px solid var(--ycmb-border); border-radius: .35rem; background: white; text-align: left; transition: color .2s, border-color .2s, background .2s; }
.diag-option:hover, .diag-option.is-selected { color: var(--ycmb-burgundy); border-color: var(--ycmb-burgundy); background: var(--ycmb-burgundy-ultralight); }
.diag-option::after { content: "→"; color: var(--ycmb-burgundy); }
.diag-option.is-selected::after { content: "✓"; }
.diag-fields { display: grid; gap: 1.25rem; }
.diag-fields .field input, .diag-fields .field select, .diag-fields .field textarea { padding-inline: .8rem; border: 1px solid var(--ycmb-border-strong); border-radius: .35rem; background: white; }
.diag-fields .field input:focus, .diag-fields .field select:focus, .diag-fields .field textarea:focus { border-color: var(--ycmb-burgundy); box-shadow: 0 0 0 3px rgba(139,23,56,.12); }
.diag-fields textarea { min-height: 10rem; resize: vertical; }
.character-count { display: flex; justify-content: space-between; color: var(--ycmb-muted); font-size: .67rem; }
.consent-box { display: grid; grid-template-columns: 1.35rem 1fr; gap: .8rem; align-items: start; }
.consent-box input { width: 1.2rem; height: 1.2rem; margin-top: .15rem; accent-color: var(--ycmb-burgundy); }
.consent-box label { color: var(--ycmb-muted); font-size: .76rem; line-height: 1.55; }
.disclaimer { padding: 1rem; border-left: 2px solid var(--ycmb-burgundy); background: var(--ycmb-burgundy-ultralight); color: var(--ycmb-muted); font-size: .72rem; }
.diag-card-intro { margin-bottom: 1.5rem; padding: 1.25rem 1.5rem; border-radius: .45rem; border: 1px solid var(--ycmb-border); background: var(--ycmb-warm-white); }
.diag-card-intro h3 { margin-bottom: .4rem; font-size: 1.1rem; color: var(--ycmb-burgundy-dark); }
.diag-card-intro p { margin-bottom: 0; font-size: .84rem; color: var(--ycmb-charcoal); line-height: 1.5; }
.diag-security-alert { margin-top: 1.25rem; padding: 1rem 1.25rem; border-radius: .4rem; border-left: 3px solid #b45309; background: #fffbeb; color: #92400e; font-size: .78rem; line-height: 1.5; }
.diag-security-alert strong { display: block; margin-bottom: .25rem; color: #78350f; font-weight: 700; }
.diag-confidential-tag { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .75rem; border-radius: 9999px; background: var(--ycmb-burgundy-soft); color: var(--ycmb-burgundy); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .85rem; }
.button-whatsapp { color: #ffffff !important; background: #128c7e !important; border-color: #075e54 !important; }
.button-whatsapp:hover { background: #075e54 !important; }
.diag-actions { width: min(100%,51rem); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--ycmb-border); }
.diag-actions-right { display: flex; flex-wrap: wrap; gap: .75rem; }
.diag-error { width: min(100%,51rem); margin: 1rem 0 0; color: #9e1b32; font-size: .8rem; }
.success-state { width: min(100%,51rem); margin-block: auto; }
.success-mark { width: 4rem; height: 4rem; display: grid; place-items: center; margin-bottom: 2rem; color: white; border-radius: 50%; background: var(--ycmb-burgundy); font-family: var(--font-display); font-size: 1.8rem; }
.success-state h1 { max-width: 12ch; }
.reference-box { display: inline-flex; flex-direction: column; margin: 1rem 0 2rem; padding: 1rem 1.25rem; border: 1px solid var(--ycmb-border-strong); background: var(--ycmb-off-white); }
.reference-box span { color: var(--ycmb-muted); font-size: .62rem; text-transform: uppercase; }
.reference-box b { color: var(--ycmb-burgundy); letter-spacing: .08em; }
.success-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.noscript { margin: 2rem; padding: 1rem; border: 1px solid var(--ycmb-border); background: white; }

@media (max-width: 1120px) {
  .desktop-nav, .language, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .hero-grid { grid-template-columns: minmax(0,6.5fr) minmax(20rem,5.5fr); gap: 3rem; }
  .hero-frame { height: 38rem; }
  .needs-grid, .business-grid { grid-template-columns: minmax(16rem,4fr) minmax(0,8fr); gap: 3rem; }
  .needs-finder { grid-template-columns: 1fr; }
  .needs-list { border-right: 0; }
  .need-detail { min-height: 18rem; border-top: 1px solid var(--ycmb-border); }
  .contact-grid { grid-template-columns: 1fr 1.25fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1.7fr repeat(3,1fr); }
}

@media (max-width: 820px) {
  :root { --gutter: clamp(1.35rem, 5vw, 2.5rem); --header-height: 4.6rem; }
  body { padding-bottom: 4.15rem; }
  .site-header.is-scrolled { height: 4.25rem; }
  .brand img { width: 2.5rem; height: 2.5rem; }
  .brand strong { font-size: 1.45rem; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 2.75rem; padding-top: 4rem; padding-bottom: 3rem; }
  .hero-copy { max-width: none; justify-self: stretch; }
  h1 { font-size: clamp(3.4rem, 14vw, 5rem); }
  .hero-copy .eyebrow { margin-bottom: 1.5rem; }
  .hero-visual { width: calc(100% - .5rem); justify-self: stretch; }
  .hero-frame { height: min(132vw, 36rem); }
  .hero-frame figcaption { inset: auto 1rem 1rem; flex-direction: column; align-items: start; gap: .2rem; }
  .hero-frame::before { inset: .7rem -.7rem -.7rem .7rem; }
  .hero-seal { left: auto; right: -1rem; top: -2rem; width: 6rem; }
  .vertical-label { display: none; }
  .client-strip { grid-template-columns: repeat(2,1fr); padding-block: 0; }
  .client-strip > span { grid-column: 1 / -1; padding-block: 1rem; }
  .client-strip a { padding: .8rem 0; border-top: 1px solid var(--ycmb-border); border-left: 0; }
  .client-strip a:nth-of-type(even) { padding-left: 1rem; border-left: 1px solid var(--ycmb-border); }
  .manifesto-grid, .needs-grid, .business-grid, .investment-grid, .contact-grid, .people-grid, .editorial-grid, .final-grid { grid-template-columns: 1fr; }
  .manifesto .section-heading, .manifesto-copy, .manifesto-quote { grid-column: auto; }
  .manifesto-copy { padding-top: 0; }
  .manifesto-quote { margin-top: 1rem; }
  .needs-intro, .business-copy { position: static; }
  .needs-intro h2, .business-copy h2 { max-width: 10ch; }
  .split-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  .practice-row { grid-template-columns: 2.8rem minmax(0,1fr) 2.75rem; gap: .75rem; padding: 1.25rem .25rem; }
  .practice-row p { grid-column: 2 / 3; }
  .practice-row a { grid-column: 3; grid-row: 1 / span 2; }
  .investment-grid { gap: 3.5rem; }
  .investment h2 { max-width: 11ch; }
  .contact-grid { gap: 3rem; }
  .people-grid { gap: 3rem; }
  .portrait-placeholder { width: min(100%,30rem); }
  .final-grid { align-items: start; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; height: 4.15rem; display: grid; grid-template-columns: .9fr 1.1fr; padding: .55rem var(--gutter); border-top: 1px solid var(--ycmb-border); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); transition: transform .3s var(--ease); }
  .mobile-actions a { min-height: 3rem; display: flex; align-items: center; justify-content: center; gap: .4rem; border: 1px solid var(--ycmb-border); color: var(--ycmb-burgundy); font-size: .69rem; font-weight: 700; text-transform: uppercase; }
  .mobile-actions a:last-child { color: white; border-color: var(--ycmb-burgundy); background: var(--ycmb-burgundy); }
  body.has-form-focus .mobile-actions { transform: translateY(110%); }
  .diagnostic-page { padding-bottom: 0; }
  .diagnostic-page .mobile-actions { display: none; }
  .diagnostic-layout { grid-template-columns: 1fr; }
  .diagnostic-form-panel { min-height: calc(100svh - var(--header-height)); order: 1; }
  .diagnostic-aside { min-height: auto; order: 2; }
  .diagnostic-aside h2 { max-width: 12ch; }
}

@media (max-width: 560px) {
  .section { padding-block: 5.25rem; }
  .nav-shell { gap: 1rem; }
  .brand small { letter-spacing: .08em; }
  .hero-grid { gap: 2.2rem; padding-top: 3rem; }
  .hero-copy .lead { line-height: 1.65; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .hero-frame { height: clamp(25rem, 125vw, 32rem); }
  .hero-link { margin-top: 1.2rem; }
  .client-strip a { font-size: 1rem; }
  .needs-finder { display: block; }
  .need-detail { min-height: 16rem; }
  .need-row { min-height: 4.4rem; padding-inline: .5rem; }
  .need-row b { font-size: 1.16rem; }
  .practice-row h3 { font-size: 1.32rem; }
  .practice-row p { font-size: .78rem; }
  .booking { padding: 1.2rem; }
  .booking-progress { overflow: hidden; }
  .booking-progress li { font-size: 0; }
  .booking-progress li::before { content: attr(data-step); font-size: .55rem; }
  .booking-stage { min-height: 16rem; }
  .choice-grid, .field-row, .booking-summary { grid-template-columns: 1fr; }
  .choice { min-height: 3.6rem; }
  .portrait-placeholder { aspect-ratio: 5/6; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom div { flex-wrap: wrap; }
  .diagnostic-nav-note { display: none; }
  .diagnostic-form-panel { padding-top: 2rem; padding-inline: var(--gutter); }
  .diag-progress-track { margin-bottom: 2.5rem; }
  .diag-stage { justify-content: flex-start; }
  .diag-stage h1 { font-size: clamp(2.65rem,12vw,3.7rem); }
  .diag-options { grid-template-columns: 1fr; }
  .diag-option { min-height: 3.8rem; }
  .diag-actions { position: sticky; z-index: 5; bottom: 0; margin-top: 1.5rem; padding-block: 1rem; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
  .diag-actions .button { flex: 1; }
  .diagnostic-aside { padding: 3.5rem var(--gutter); }
  .success-actions { display: grid; }
}

@media (max-width: 380px) {
  :root { --gutter: 1.15rem; }
  .brand { gap: .55rem; }
  .brand img { width: 2.25rem; height: 2.25rem; }
  .brand strong { font-size: 1.35rem; }
  h1 { font-size: 3.15rem; }
  .hero-frame { height: 27rem; }
  .client-strip { grid-template-columns: 1fr; }
  .client-strip a:nth-of-type(even) { padding-left: 0; border-left: 0; }
  .practice-row { grid-template-columns: 2.3rem minmax(0,1fr) 2.5rem; }
  .diagnostic-link { grid-template-columns: 1.8rem 1fr 2.4rem; gap: .6rem; }
  .diagnostic-link b { font-size: 1.17rem; }
  .mobile-actions { grid-template-columns: 1fr 1.2fr; }
  .mobile-actions a { font-size: .61rem; }
}

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