:root {
  --cde-home-ink: #292723;
  --cde-home-muted: #756f67;
  --cde-home-cream: #f8f4ed;
  --cde-home-ivory: #fffdf9;
  --cde-home-sand: #e8dfd2;
  --cde-home-gold: #a8865f;
  --cde-home-dark: #36342f;
  --cde-home-line: rgba(72, 64, 54, .14);
  --cde-home-serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --cde-home-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.cde-home-body, body.cde-portal-body { margin: 0; background: var(--cde-home-ivory); color: var(--cde-home-ink); }
.cde-home, .cde-page-header, .cde-page-footer { font-family: var(--cde-home-sans); }
.cde-home * { box-sizing: border-box; }
.cde-home a, .cde-page-header a { color: inherit; text-decoration: none; }
.cde-home-header { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; padding: 13px clamp(22px, 5vw, 80px); border-bottom: 1px solid var(--cde-home-line); background: rgba(255, 253, 249, .91); backdrop-filter: blur(18px); }
.cde-brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; }
.cde-brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #bca88d; border-radius: 50%; color: #8b704f; font: 600 13px var(--cde-home-serif); letter-spacing: .09em; }
.cde-brand > span:last-child { display: grid; gap: 2px; }
.cde-brand strong { font-family: var(--cde-home-serif); font-size: 20px; font-weight: 500; line-height: 1; }
.cde-brand small { color: #938878; font-size: 8px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.cde-home-nav { display: flex; gap: 30px; color: #625d56; font-size: 11px; font-weight: 600; }
.cde-home-nav a { position: relative; padding: 9px 0; }
.cde-home-nav a::after { content: ""; position: absolute; right: 50%; bottom: 2px; left: 50%; height: 1px; background: var(--cde-home-gold); transition: .25s; }
.cde-home-nav a:hover::after { right: 0; left: 0; }
.cde-header-access { display: inline-flex; align-items: center; gap: 8px; justify-self: end; min-height: 42px; padding: 0 16px; border: 1px solid #b7a58d; border-radius: 30px; color: #5f5549; font-size: 11px; font-weight: 700; }
.cde-header-access svg, .cde-button svg { width: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.cde-practitioner-tabs { position: sticky; top: 82px; z-index: 90; display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--cde-home-line); background: rgba(248, 244, 237, .95); backdrop-filter: blur(15px); }
.cde-practitioner-tabs a { display: grid; gap: 3px; min-width: 0; padding: 13px 15px; border-right: 1px solid var(--cde-home-line); text-align: center; transition: .2s; }
.cde-practitioner-tabs a:last-child { border-right: 0; }
.cde-practitioner-tabs a:hover { background: #fffdf9; }
.cde-practitioner-tabs strong { overflow: hidden; color: #5e564d; font: 600 14px var(--cde-home-serif); text-overflow: ellipsis; white-space: nowrap; }
.cde-practitioner-tabs small { overflow: hidden; color: #9a8f82; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.cde-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(820px, calc(100vh - 82px)); background: linear-gradient(90deg, #f8f4ed 0%, #f8f4ed 57%, #f0e9df 57%, #f0e9df 100%); }
.cde-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 10vw, 140px) clamp(30px, 7vw, 120px); }
.cde-overline { display: inline-flex; align-items: center; gap: 12px; color: #92734f; font-size: 9px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.cde-overline::before { content: ""; width: 34px; height: 1px; background: #b99b77; }
.cde-hero h1 { margin: 25px 0 24px; max-width: 730px; color: #302d29; font: 500 clamp(55px, 6.8vw, 105px)/.83 var(--cde-home-serif); letter-spacing: -.045em; }
.cde-hero h1 em, .cde-home h2 em { color: #a48563; font-weight: 500; }
.cde-hero-copy > p { max-width: 570px; margin: 0; color: var(--cde-home-muted); font-size: clamp(14px, 1.35vw, 18px); line-height: 1.75; }
.cde-hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 36px; }
.cde-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 23px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.cde-button-primary { border: 1px solid #957551; background: #957551; color: #fff !important; box-shadow: 0 13px 33px rgba(124, 93, 57, .2); }
.cde-button-quiet { color: #5e574e !important; }
.cde-trust-line { display: flex; gap: 35px; margin-top: 65px; padding-top: 22px; border-top: 1px solid var(--cde-home-line); color: #7b746b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.cde-trust-line span { display: grid; gap: 4px; }
.cde-trust-line strong { color: #7d6245; font: 500 22px var(--cde-home-serif); letter-spacing: 0; }
.cde-hero-art { position: relative; min-height: 650px; overflow: hidden; background: radial-gradient(circle at 42% 41%, #fffdf8 0 13%, transparent 13.5%), linear-gradient(145deg, rgba(255,255,255,.7), transparent 50%); }
.cde-art-arch { position: absolute; inset: 8% 9% -12% 7%; border-radius: 50% 50% 0 0 / 33% 33% 0 0; background: linear-gradient(140deg, rgba(255,255,255,.92), rgba(224,212,196,.86)); box-shadow: -30px 15px 65px rgba(77, 61, 45, .08), inset 22px 8px 40px rgba(255,255,255,.7); }
.cde-art-arch::before { content: ""; position: absolute; inset: 13% 15% 0; border-radius: 50% 50% 0 0 / 36% 36% 0 0; background: linear-gradient(165deg, #dcd0c0, #fbf7f0 54%); box-shadow: inset 17px 2px 25px rgba(79,65,47,.12); }
.cde-art-orb { position: absolute; border-radius: 50%; background: radial-gradient(circle at 32% 26%, #fff, #ddd0bf 68%, #cbbba8); box-shadow: 9px 17px 30px rgba(71, 57, 42, .14); }
.cde-art-orb-one { top: 26%; right: 10%; width: clamp(80px, 12vw, 180px); aspect-ratio: 1; }
.cde-art-orb-two { right: 39%; bottom: 9%; width: clamp(46px, 7vw, 100px); aspect-ratio: 1; }
.cde-art-plinth { position: absolute; right: 19%; bottom: -4%; width: 27%; height: 42%; border-radius: 55% 55% 0 0; background: linear-gradient(110deg, #cbbbA8, #eee5d9); box-shadow: -18px 8px 34px rgba(66,52,39,.13); }
.cde-art-plinth i { position: absolute; top: 18%; left: -63%; width: 155%; height: 25%; border-radius: 50%; background: linear-gradient(160deg, #f6efe5, #bca991); transform: rotate(-6deg); box-shadow: 0 15px 27px rgba(58,43,29,.14); }
.cde-art-card { position: absolute; bottom: 9%; left: 2%; z-index: 3; display: grid; width: min(255px, 44%); padding: 23px; border: 1px solid rgba(255,255,255,.65); border-radius: 3px; background: rgba(255,253,249,.79); box-shadow: 0 18px 48px rgba(63,49,35,.14); backdrop-filter: blur(16px); }
.cde-art-card span, .cde-art-card small { color: #927b61; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.cde-art-card strong { margin: 10px 0 13px; font: 500 29px/1.03 var(--cde-home-serif); }
.cde-art-line { position: absolute; top: 8%; left: 1%; width: 38%; fill: none; stroke: #bba080; stroke-width: 1; opacity: .65; }

.cde-expertises { padding: clamp(80px, 10vw, 145px) clamp(22px, 6vw, 95px); background: var(--cde-home-ivory); }
.cde-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; max-width: 1350px; margin: 0 auto 60px; }
.cde-section-heading .cde-overline { grid-column: 1 / -1; margin-bottom: 20px; }
.cde-section-heading h2 { margin: 0; font: 500 clamp(43px, 5vw, 72px)/.95 var(--cde-home-serif); letter-spacing: -.035em; }
.cde-section-heading > p { max-width: 430px; margin: 0 0 5px auto; color: var(--cde-home-muted); font-size: 13px; line-height: 1.7; }
.cde-expertise-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; max-width: 1350px; margin: 0 auto; background: var(--cde-home-line); border: 1px solid var(--cde-home-line); }
.cde-expertise-card { position: relative; min-height: 335px; padding: 32px 24px; overflow: hidden; background: #fffdf9; transition: .3s ease; }
.cde-expertise-card::after { content: ""; position: absolute; inset: auto -20% -54% 20%; height: 68%; border-radius: 50% 50% 0 0; background: color-mix(in srgb, var(--cde-pro-color) 22%, transparent); filter: blur(18px); opacity: .45; transition: .3s; }
.cde-expertise-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 20px 50px rgba(65,52,39,.11); }
.cde-expertise-number { position: absolute; top: 19px; right: 20px; color: #bcb2a6; font: italic 16px var(--cde-home-serif); }
.cde-expertise-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 34px 0 38px; border: 1px solid color-mix(in srgb, var(--cde-pro-color) 60%, #b5a894); border-radius: 50%; background: color-mix(in srgb, var(--cde-pro-color) 8%, #fff); }
.cde-expertise-icon svg { width: 32px; fill: none; stroke: color-mix(in srgb, var(--cde-pro-color) 70%, #675b4e); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.cde-expertise-card h3 { position: relative; z-index: 1; margin: 0 0 8px; font: 500 23px/1.05 var(--cde-home-serif); }
.cde-expertise-card p { position: relative; z-index: 1; min-height: 36px; margin: 0; color: #8a8178; font-size: 10px; line-height: 1.5; }
.cde-expertise-card a { position: absolute; bottom: 28px; left: 24px; z-index: 2; color: #7f684e; font-size: 9px; font-weight: 700; letter-spacing: .04em; }

.cde-journey { padding: clamp(80px, 9vw, 130px) clamp(22px, 7vw, 115px); background: #f4efe7; }
.cde-section-heading-center { display: block; text-align: center; }
.cde-section-heading-center .cde-overline { justify-content: center; }
.cde-journey-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1120px; margin: 0 auto; background: var(--cde-home-line); border: 1px solid var(--cde-home-line); }
.cde-journey-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; min-height: 190px; padding: 36px 30px; background: rgba(255,253,249,.65); }
.cde-journey-steps article > span { color: #a48a6a; font: italic 20px var(--cde-home-serif); }
.cde-journey h3 { margin: 2px 0 13px; font: 500 27px var(--cde-home-serif); }
.cde-journey p { margin: 0; color: var(--cde-home-muted); font-size: 11px; line-height: 1.75; }

.cde-booking-home { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(30px, 6vw, 90px); align-items: start; padding: clamp(80px, 10vw, 145px) clamp(22px, 7vw, 115px); background: #fffdf9; }
.cde-booking-intro { position: sticky; top: 125px; }
.cde-booking-intro h2 { margin: 22px 0; font: 500 clamp(47px, 5vw, 72px)/.92 var(--cde-home-serif); }
.cde-booking-intro > p { max-width: 400px; color: var(--cde-home-muted); font-size: 13px; line-height: 1.75; }
.cde-booking-intro ul { display: grid; gap: 12px; margin: 27px 0; padding: 0; list-style: none; color: #615b54; font-size: 11px; }
.cde-booking-intro li { display: flex; gap: 9px; align-items: center; }
.cde-booking-intro li span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #c4b39d; border-radius: 50%; color: #907352; font-size: 9px; }
.cde-client-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; color: #876c4c !important; font-size: 10px; font-weight: 700; }
.cde-booking-embed { min-width: 0; }
.cde-public-shell-embedded { max-width: none; margin: 0; padding: 0; }
.cde-public-shell-embedded .cde-booking-card { border-radius: 4px; box-shadow: 0 30px 75px rgba(72,57,41,.09); }
.cde-public-shell-embedded .cde-public-form { padding: clamp(26px, 4vw, 50px); }

.cde-professional-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: clamp(65px, 8vw, 105px) clamp(25px, 9vw, 145px); background: var(--cde-home-dark); color: #f8f4ed; }
.cde-professional-cta .cde-overline { color: #cbb597; }
.cde-professional-cta h2 { margin: 18px 0; font: 500 clamp(38px, 4vw, 58px)/.95 var(--cde-home-serif); }
.cde-professional-cta p { max-width: 590px; margin: 0; color: #c6c0b8; font-size: 12px; line-height: 1.7; }
.cde-button-dark { flex: 0 0 auto; border: 1px solid #a98c68; color: #f8f4ed !important; }

.cde-home-footer { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 30px; padding: 45px clamp(25px, 7vw, 110px); border-top: 1px solid var(--cde-home-line); background: #f8f4ed; }
.cde-brand-footer .cde-brand-mark { width: 39px; height: 39px; }
.cde-home-footer > p { color: #81796f; font: italic 16px var(--cde-home-serif); }
.cde-home-footer nav { display: flex; gap: 18px; color: #777067; font-size: 9px; font-weight: 600; }
.cde-home-footer > small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--cde-home-line); color: #a0988f; font-size: 8px; letter-spacing: .1em; }

.cde-page-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 12px clamp(20px, 6vw, 90px); border-bottom: 1px solid var(--cde-home-line); background: #fffdf9; }
.cde-page-header > a:last-child { color: #7e6b55; font-size: 10px; font-weight: 700; }
.cde-page-content { min-height: calc(100vh - 130px); padding: 1px 0; background: #f8f4ed; }
.cde-page-footer { padding: 22px; border-top: 1px solid var(--cde-home-line); background: #fffdf9; color: #8f877e; text-align: center; font-size: 9px; }

.cde-contact-page { padding: clamp(65px, 8vw, 115px) clamp(20px, 7vw, 105px); background: linear-gradient(180deg, #f8f4ed, #fffdf9 44%); font-family: var(--cde-home-sans); }
.cde-contact-page * { box-sizing: border-box; }
.cde-contact-hero { max-width: 880px; margin: 0 auto 65px; text-align: center; }
.cde-contact-hero .cde-overline { justify-content: center; }
.cde-contact-hero h1 { margin: 22px 0; color: #302d29; font: 500 clamp(52px, 7vw, 90px)/.86 var(--cde-home-serif); letter-spacing: -.04em; }
.cde-contact-hero h1 em { color: #a48563; font-weight: 500; }
.cde-contact-hero p { max-width: 620px; margin: 0 auto 27px; color: var(--cde-home-muted); font-size: 13px; line-height: 1.75; }
.cde-contact-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 1370px; margin: 0 auto; border: 1px solid var(--cde-home-line); background: var(--cde-home-line); gap: 1px; }
.cde-contact-card { position: relative; display: flex; min-height: 425px; padding: 28px 22px; overflow: hidden; background: #fffdf9; flex-direction: column; }
.cde-contact-card::after { content: ""; position: absolute; right: -22%; bottom: -24%; width: 95%; aspect-ratio: 1; border-radius: 50%; background: color-mix(in srgb, var(--cde-pro-color) 22%, transparent); filter: blur(28px); opacity: .5; }
.cde-contact-index { position: absolute; top: 22px; right: 21px; color: #b5aba0; font: italic 16px var(--cde-home-serif); }
.cde-contact-monogram { position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; margin: 35px 0 30px; border: 1px solid color-mix(in srgb, var(--cde-pro-color) 60%, #a8957c); border-radius: 50%; background: color-mix(in srgb, var(--cde-pro-color) 10%, #fff); color: #78654f; font: 500 20px var(--cde-home-serif); letter-spacing: .06em; }
.cde-contact-copy { position: relative; z-index: 1; min-height: 100px; }
.cde-contact-copy h2 { margin: 0 0 7px; color: #393530; font: 500 28px var(--cde-home-serif); }
.cde-contact-copy p { margin: 0; color: #81786f; font-size: 10px; line-height: 1.6; }
.cde-contact-phone { position: relative; z-index: 2; display: flex; align-items: center; gap: 11px; margin-top: auto; padding: 13px 0; border-top: 1px solid var(--cde-home-line); border-bottom: 1px solid var(--cde-home-line); color: #655747; text-decoration: none; }
.cde-contact-phone svg { width: 21px; fill: none; stroke: #9a7b58; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; }
.cde-contact-phone span { display: grid; gap: 3px; }
.cde-contact-phone small { color: #9b9084; font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cde-contact-phone strong { font-size: 12px; letter-spacing: .04em; }
.cde-contact-website { position: relative; z-index: 2; margin-top: 17px; color: #896f51; font-size: 9px; font-weight: 700; text-decoration: none; }
.cde-contact-website-pending { color: #aaa198; font-weight: 500; }
.cde-contact-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; max-width: 1370px; margin: 28px auto 0; padding: 25px 28px; border: 1px solid var(--cde-home-line); background: #f4efe7; }
.cde-contact-note > span { color: #8b6f50; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cde-contact-note p { margin: 0; color: #716a62; font-size: 10px; line-height: 1.6; }
.cde-contact-note a { color: #806446; font-size: 10px; font-weight: 700; text-decoration: none; }

@media (max-width: 1080px) {
  .cde-home-header { grid-template-columns: 1fr auto; }
  .cde-home-nav { display: none; }
  .cde-hero { grid-template-columns: 1fr .8fr; }
  .cde-expertise-grid { grid-template-columns: repeat(3, 1fr); }
  .cde-section-heading { grid-template-columns: 1fr; gap: 25px; }
  .cde-section-heading > p { margin: 0; }
  .cde-contact-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .cde-home-header { min-height: 70px; padding: 10px 15px; }
  .cde-practitioner-tabs { top: 70px; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .cde-practitioner-tabs a { flex: 0 0 170px; scroll-snap-align: start; }
  .cde-brand strong { font-size: 16px; }
  .cde-brand-mark { width: 39px; height: 39px; }
  .cde-header-access { min-height: 38px; padding: 0 12px; }
  .cde-hero { display: flex; min-height: 0; background: var(--cde-home-cream); flex-direction: column; }
  .cde-hero-copy { padding: 75px 24px 55px; }
  .cde-hero h1 { margin-top: 22px; font-size: clamp(53px, 17vw, 78px); }
  .cde-hero-actions { align-items: stretch; flex-direction: column; }
  .cde-trust-line { gap: 17px; margin-top: 45px; }
  .cde-hero-art { min-height: 540px; }
  .cde-expertise-grid, .cde-journey-steps { grid-template-columns: 1fr; }
  .cde-expertise-card { min-height: 280px; }
  .cde-booking-home { grid-template-columns: 1fr; }
  .cde-booking-intro { position: static; }
  .cde-professional-cta { align-items: flex-start; flex-direction: column; }
  .cde-home-footer { grid-template-columns: 1fr; }
  .cde-home-footer > small { grid-column: auto; }
  .cde-page-header .cde-brand small { display: none; }
  .cde-contact-grid { grid-template-columns: 1fr; }
  .cde-contact-card { min-height: 350px; }
  .cde-contact-note { grid-template-columns: 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cde-expertise-card { transition: none; }
}
