:root {
  --ink: #24352f;
  --muted: #66736b;
  --paper: #f7f5ef;
  --warm: #ebe5d8;
  --sage: #9cac91;
  --coral: #d78169;
  --line: rgba(36, 53, 47, .17);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: auto; max-width: 1320px; padding: 27px 5vw; }
.brand { align-items: center; display: inline-flex; font-size: 1.18rem; font-weight: 700; gap: 8px; letter-spacing: .02em; }
.brand-mark { align-items: center; background: var(--coral); border-radius: 50%; color: white; display: inline-flex; font-family: var(--serif); font-size: .95rem; height: 34px; justify-content: center; width: 34px; }
.nav { align-items: center; display: flex; gap: clamp(18px, 3vw, 44px); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.nav a { transition: color .2s ease; }.nav a:hover, .text-link:hover { color: var(--coral); }.nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.menu-toggle { background: none; border: 0; color: var(--ink); display: none; font: 700 .78rem var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.hero { align-items: center; display: grid; gap: 7vw; grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); margin: auto; max-width: 1320px; min-height: 650px; padding: 70px 5vw 120px; }
.eyebrow { color: var(--coral); font-size: .7rem; font-weight: 700; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }.hero h1 { font: 600 clamp(3.5rem, 6.7vw, 7rem)/1.02 var(--serif); letter-spacing: 0; margin: 0; max-width: 720px; }.hero h1 em { color: var(--coral); font-style: normal; }.hero-lede { color: var(--muted); font-size: 1.05rem; margin: 30px 0 38px; max-width: 460px; }.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button { align-items: center; display: inline-flex; font-size: .75rem; font-weight: 700; gap: 24px; justify-content: space-between; letter-spacing: .12em; padding: 16px 21px; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-3px); }.button-primary { background: var(--ink); color: white; }.button-primary:hover { background: var(--coral); }.button-outline { border: 1px solid var(--ink); }.button-outline:hover { background: var(--ink); color: white; }.text-link { border-bottom: 1px solid currentColor; display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .08em; padding-bottom: 4px; text-transform: uppercase; transition: color .2s ease; }
.hero-art { min-height: 560px; position: relative; }.hero-art:before { background: var(--sage); content: ""; height: 72%; left: -25px; position: absolute; top: -25px; width: 55%; }.hero-art img { display: block; height: 560px; object-fit: cover; position: relative; width: 100%; }.hero-note { background: var(--paper); bottom: 30px; display: flex; flex-direction: column; left: -36px; padding: 19px 25px; position: absolute; }.hero-note span { color: var(--coral); font: 600 1.3rem var(--serif); }.hero-note strong { font-size: .64rem; letter-spacing: .14em; margin-top: 6px; text-transform: uppercase; }
.section { margin: auto; max-width: 1320px; padding: 125px 5vw; }.approach { display: grid; gap: 9vw; grid-template-columns: 1fr 1fr; }.section h2 { font: 600 clamp(2.5rem, 4vw, 4.5rem)/1.08 var(--serif); margin: 0; max-width: 620px; }.approach-content { color: var(--muted); font-size: 1.05rem; max-width: 480px; padding-top: 50px; }.approach-content p { margin: 0 0 25px; }.approach-content .text-link { color: var(--ink); margin-top: 15px; }
.parcours-copy { color: var(--muted); font-size: .94rem; max-width: 570px; }.parcours-copy p { margin: 0 0 18px; }.parcours-copy .parcours-quote { color: var(--coral); font-family: var(--serif); font-size: 1.2rem; }
.practitioners { border-top: 1px solid var(--line); }.section-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 64px; }.section-heading > p { color: var(--muted); max-width: 270px; }.people-grid { display: grid; gap: 35px; grid-template-columns: 1fr 1fr; }.person { background: var(--warm); display: grid; grid-template-columns: 1fr 1fr; min-height: 380px; }.portrait { background-position: center; background-size: cover; min-height: 380px; }.portrait-one { background-image: url("https://2kpoursoi.com/wp-content/uploads/2024/11/Cabinet-3-edited.jpg"); }.portrait-two { background-image: url("https://2kpoursoi.com/wp-content/uploads/2024/11/Cabinet-1-scaled-1-1.jpg"); }.person-info { align-self: end; padding: 30px; }.person-info .eyebrow { margin-bottom: 7px; }.person h3 { font: 600 2.1rem var(--serif); margin: 0 0 13px; }.person-info p:not(.eyebrow) { color: var(--muted); font-size: .88rem; margin: 0 0 23px; }
.cabinet-band { align-items: end; background: var(--sage); display: grid; gap: 12vw; grid-template-columns: 1fr 1fr; padding: 100px max(5vw, calc((100vw - 1320px) / 2)); }.cabinet-band .eyebrow { color: var(--ink); }.cabinet-band h2 { font: 600 clamp(2.5rem, 4vw, 4.5rem)/1.05 var(--serif); margin: 0; }.cabinet-band > p { font-size: 1.1rem; max-width: 400px; }
.booking { align-items: center; display: grid; gap: 10vw; grid-template-columns: 1.1fr .9fr; }.booking > div > p:last-child { color: var(--muted); margin-top: 25px; max-width: 400px; }.booking-actions { display: flex; flex-direction: column; gap: 13px; }.booking-actions .button { width: 100%; }.contact-line { color: var(--muted); font-size: .86rem; margin: 22px 0 0; }.contact-line a { color: var(--coral); font-weight: 700; }
.footer { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: .75rem; justify-content: space-between; margin: auto; max-width: 1320px; padding: 28px 5vw; }.footer p { color: var(--muted); }.footer > a:last-child { border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
@media (max-width: 800px) { .site-header { padding-top: 20px; }.menu-toggle { display: block; }.nav { background: var(--paper); display: none; flex-direction: column; left: 0; padding: 28px 5vw; position: absolute; right: 0; top: 72px; z-index: 5; }.nav.is-open { display: flex; }.hero { display: flex; flex-direction: column; gap: 55px; min-height: 0; padding-top: 60px; }.hero h1 { font-size: clamp(3rem, 15vw, 5rem); }.hero-art, .hero-art img { min-height: 400px; height: 400px; width: 100%; }.hero-note { bottom: 20px; left: 15px; }.section { padding-bottom: 80px; padding-top: 80px; }.approach, .booking, .cabinet-band { display: block; }.approach-content { padding-top: 35px; }.section-heading { align-items: start; display: block; margin-bottom: 40px; }.section-heading > p { margin-top: 20px; }.people-grid { display: block; }.person { margin-bottom: 25px; }.portrait { min-height: 270px; }.cabinet-band h2 { margin-bottom: 30px; }.cabinet-band > p { font-size: 1rem; }.booking-actions { margin-top: 40px; }.footer { align-items: start; flex-direction: column; gap: 14px; } }
@media (max-width: 800px) { .person .portrait-one { background-color: white; background-repeat: no-repeat; background-size: contain; height: 270px; min-height: 270px; } }
@media (max-width: 800px) { .person { display: flex; flex-direction: column; }.person-info { padding: 28px 24px 32px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }

@media (min-width: 801px) { .people-grid { grid-template-columns: minmax(0, 1fr); } }

.brand-logo { display: block; height: auto; width: 240px; }
.portrait-one { background-color: white; background-image: url("assets/valerie-portrait.png"); background-repeat: no-repeat; background-size: contain; }
@media (max-width: 800px) { .brand-logo { width: 200px; } }

.cabinet-copy > p:last-child { font-size: 1.1rem; max-width: 400px; }
.cabinet-gallery { align-items: end; display: grid; gap: 18px; grid-template-columns: 1.25fr .75fr; }
.cabinet-gallery img { display: block; height: 330px; object-fit: cover; width: 100%; }
.cabinet-gallery .cabinet-image-detail { height: 235px; }
.google-booking-button { min-height: 52px; }
@media (max-width: 800px) { .cabinet-gallery { margin-top: 45px; }.cabinet-gallery img { height: 270px; }.cabinet-gallery .cabinet-image-detail { height: 200px; } }
