:root { --ink: #171714; --ivory: #f3f0e7; --paper: #e9e1d2; --sand: #cfc1aa; --line: rgba(23,23,20,.55); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
main { overflow: hidden; }
.site-header { height: 110px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5vw; }
.wordmark { width: 158px; height: 38px; display: flex; align-items: center; }
.wordmark img { width: 100%; height: auto; display: block; }
.monogram { width: 50px; height: 50px; display: block; overflow: hidden; }
.monogram img { width: 100%; height: 100%; object-fit: contain; display: block; }
.footer-mark { width: min(180px, 60vw); }
.footer-mark img { width: 100%; height: auto; display: block; }
.outline-button, .solid-button, .light-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 11px; letter-spacing: .1em; font-weight: 700; padding: 15px 18px; border: 1px solid var(--ink); border-radius: 4px; transition: .25s ease; }
.outline-button { justify-self: end; }
.outline-button:hover, .solid-button:hover { background: var(--ink); color: var(--ivory); }
.navigation { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 38px; border-bottom: 1px solid var(--line); }
.navigation a { font-size: 10px; letter-spacing: .13em; font-weight: 700; }
.navigation a:hover { opacity: .55; }
.menu-toggle { display: none; }
.hero { min-height: 680px; position: relative; display: grid; place-items: center; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(243,240,231,.08); pointer-events: none; }
.hero-picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 8vw; width: 100%; }
.eyebrow { font-size: 10px; letter-spacing: .18em; font-weight: 700; margin: 0 0 24px; }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(48px, 5vw, 82px); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; margin: 0; }
.hero h1 { max-width: 100%; }
.mobile-hero-title { display: none; }
.hero-lead { color: #4A342B; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.5; max-width: 490px; margin: 32px auto; }
.solid-button { background: transparent; }
.section-pad { padding: 9vw 7vw; }
.manifesto { display: block; background: var(--paper); border-bottom: 1px solid var(--line); position: relative; text-align: center; }
.manifesto::before { content: ""; position: absolute; width: 46vw; height: 46vw; border: 1px solid rgba(23,23,20,.08); border-radius: 50%; left: -20vw; top: -21vw; }
.quote-mark { font-family: Georgia, serif; font-size: 84px; height: 58px; display: block; }
.manifesto h2 { font-size: clamp(34px, 3.6vw, 56px); line-height: 1.05; letter-spacing: -.035em; margin: 0 auto 30px; max-width: 1280px; }
.scroll-phrase-reveal { position: relative; top: var(--phrase-offset, 10px); opacity: var(--phrase-opacity, .12); filter: blur(var(--phrase-blur, 3px)); transition: opacity .12s linear, filter .12s linear, top .12s linear; }
.manifesto-copy > p { max-width: 720px; font-size: 15px; line-height: 1.7; margin-left: auto; margin-right: auto; }
.text-link { display: table; margin: 30px auto 0; border-bottom: 1px solid; padding-bottom: 7px; font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.text-link span { margin-left: 28px; }
.notebook-wrap { margin: 5vw 0 0; align-self: center; }
.notebook-image { aspect-ratio: 4/5; background: url('/notebook.jpg') center / cover no-repeat; filter: sepia(.2) saturate(.72); }
.notebook-wrap figcaption { font-size: 9px; letter-spacing: .14em; margin-top: 12px; text-transform: uppercase; }
.services { background: var(--ivory); }
.accompaniment-section { min-height: 470px; background: #E8DED0; border-bottom: 1px solid var(--line); text-align: center; }
.section-title { font-family: Georgia, "Times New Roman", serif !important; font-size: clamp(34px, 4vw, 56px) !important; line-height: 1 !important; letter-spacing: -.035em !important; font-weight: 400 !important; text-transform: none; }
.accompaniment-section h2 { margin: 0; }
.accompaniment-content { max-width: 1040px; margin: 70px auto 0; text-align: left; }
.accompaniment-content > article { max-width: 820px; margin: 0 auto 64px; }
.accompaniment-content h3 { margin: 0 0 22px; font-size: clamp(22px, 2vw, 30px); line-height: 1.2; }
.accompaniment-content p { margin: 0 0 18px; font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.75; }
.pricing-section { margin-top: 68px; }
.pricing-section > h3 { text-align: center; margin-bottom: 34px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.pricing-card { border: 1px solid var(--line); padding: 32px 30px 28px; display: flex; flex-direction: column; min-height: 360px; text-align: center; }
.pricing-card h4 { font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; margin: 0 0 12px; }
.pricing-card .session-duration { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 19px; }
.pricing-card .session-price { font-family: Georgia, "Times New Roman", serif; font-size: 33px; line-height: 1; margin-bottom: 22px; }
.pricing-card > p:not(.session-duration):not(.session-price) { max-width: 380px; margin-left: auto; margin-right: auto; }
.booking-button { border: 1px solid var(--ink); border-radius: 4px; padding: 13px 20px; margin-top: auto; font-size: 9px; letter-spacing: .14em; font-weight: 700; transition: .25s ease; }
.booking-button:hover { background: var(--ink); color: var(--ivory); }
.about-section { min-height: 520px; background: var(--sand); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.about-section h2 { margin: 0; }
.about-copy { max-width: 820px; margin: 58px auto 0; text-align: left; }
.about-copy article + article { margin-top: 54px; }
.about-copy h3 { margin: 0 0 22px; font-size: clamp(22px, 2vw, 30px); line-height: 1.2; }
.about-copy p { margin: 0 0 18px; font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.75; }
.section-heading { text-align: center; margin: 0 auto 6vw; max-width: 650px; }
.section-heading h2, .podcast h2, .contact h2 { font-size: clamp(44px, 5vw, 78px); line-height: 1; letter-spacing: -.035em; margin: 0 0 24px; }
.section-heading > p:last-child { font-family: Georgia, serif; font-size: 17px; line-height: 1.5; }
.services .section-heading .eyebrow { margin-bottom: 20px; }
.services .section-heading h2 { font-size: clamp(36px, 4vw, 58px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { text-align: center; padding: 58px 4vw; position: relative; display: flex; flex-direction: column; align-items: center; }
.service-card + .service-card { border-left: 1px solid var(--line); }
.service-number { width: 66px; height: 66px; border-radius: 50%; color: var(--ivory); background: var(--ink); display: grid; place-items: center; margin: 0 auto 27px; font-family: Georgia, serif; font-size: 20px; }
.service-card:nth-child(2) .service-number { background: var(--sand); color: var(--ink); }
.service-card h3 { font-size: 27px; margin: 0 0 8px; }
.service-card p { font-size: 13px; line-height: 1.65; max-width: 330px; margin-left: auto; margin-right: auto; }
.service-card .service-subtitle { min-height: 44px; margin-top: 0; margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.35; }
.service-card .service-description { flex: 1; margin-top: 0; margin-bottom: 27px; }
.service-card a { align-self: center; font-size: 9px; letter-spacing: .15em; font-weight: 700; margin-top: auto; }
.service-card a span { margin-left: 12px; }
.podcast { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sound-art { height: 310px; display: flex; align-items: center; gap: 6px; position: relative; }
.sound-art::before, .sound-art::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid var(--ink); border-radius: 50%; left: 14%; }
.sound-art::after { width: 300px; height: 300px; left: 1%; opacity: .25; }
.sound-art i { width: 4px; min-height: 16px; background: var(--ink); border-radius: 4px; z-index: 1; }
.podcast-intro { max-width: 590px; font-size: 14px; line-height: 1.65; }
.episode-list { margin-top: 38px; border-top: 1px solid var(--line); }
.episode-list button { width: 100%; background: none; border: 0; border-bottom: 1px solid var(--line); padding: 17px 0; display: grid; grid-template-columns: 36px 1fr auto; text-align: left; align-items: center; cursor: pointer; }
.play-icon { font-size: 13px; }
.episode-list b { font-family: Georgia, serif; font-size: 16px; font-weight: 400; display: block; }
.episode-list small { display: block; font-size: 8px; letter-spacing: .12em; margin-top: 5px; }
.episode-arrow { font-size: 20px; }
.testimonial { background: var(--sand); text-align: center; }
.testimonial blockquote { font-size: clamp(35px, 4vw, 64px); line-height: 1.08; letter-spacing: -.025em; max-width: 1050px; margin: 0 auto 38px; }
.person { font-size: 9px; letter-spacing: .15em; font-weight: 700; }
.blank-podcast { min-height: 520px; background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact { background: var(--ink); color: var(--ivory); text-align: center; }
.contact h2 { max-width: 900px; margin-left: auto; margin-right: auto; }
.contact > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 35px; font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.light-button { border-color: var(--ivory); }
.light-button:hover { background: var(--ivory); color: var(--ink); }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.newsletter > div { padding: 30px 5vw; border-right: 1px solid var(--line); }
.newsletter p { font-size: 10px; letter-spacing: .15em; font-weight: 700; margin: 0 0 8px; }
.newsletter span { font-family: Georgia, serif; font-size: 15px; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; }
.newsletter input { border: 0; background: transparent; padding: 20px 28px; outline: 0; min-width: 0; }
.newsletter button { border: 0; border-left: 1px solid var(--line); background: transparent; padding: 0 30px; font-size: 9px; letter-spacing: .13em; font-weight: 700; cursor: pointer; }
footer { padding: 65px 5vw 25px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.footer-nav { display: flex; flex-direction: column; gap: 9px; font-size: 9px; letter-spacing: .1em; font-weight: 700; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 35px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .1em; }
.footer-legal-links { display: flex; gap: 24px; }
.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; }

@media (max-width: 800px) {
  .site-header { position: sticky; z-index: 20; top: 0; height: 82px; grid-template-columns: 1fr auto auto; padding: 0 22px; background: rgba(243, 240, 231, .98); transition: height .3s cubic-bezier(.22, 1, .36, 1), background-color .3s cubic-bezier(.22, 1, .36, 1), backdrop-filter .3s cubic-bezier(.22, 1, .36, 1); }
  .scrolled .site-header { height: 72px; background: rgba(243, 240, 231, .84); backdrop-filter: blur(11px); -webkit-backdrop-filter: blur(11px); }
  .wordmark { display: block; width: 132px; height: 32px; justify-self: start; }
  .monogram { display: none; }
  .desktop-cta { display: none; }
  .menu-toggle { display: block; grid-column: 3; justify-self: end; background: none; border: 0; font-size: 10px; letter-spacing: .14em; padding: 12px 0 12px 12px; }
  .navigation { display: flex; position: fixed; z-index: 19; top: 82px; left: 0; width: 100%; background: rgba(243, 240, 231, .98); min-height: calc(100dvh - 82px); flex-direction: column; align-items: center; justify-content: flex-start; gap: 24px; padding: 105px 24px 40px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .4s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .4s, top .3s cubic-bezier(.22, 1, .36, 1), min-height .3s cubic-bezier(.22, 1, .36, 1); }
  .scrolled .navigation { top: 72px; min-height: calc(100dvh - 72px); background: rgba(243, 240, 231, .9); backdrop-filter: blur(11px); -webkit-backdrop-filter: blur(11px); }
  .navigation.open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .navigation a { position: relative; padding: 4px 14px; font-family: Georgia, serif; font-size: 28px; line-height: 1.15; font-weight: 400; opacity: 0; transform: translateY(10px); transition: color .32s cubic-bezier(.22, 1, .36, 1), opacity .45s cubic-bezier(.22, 1, .36, 1), transform .45s cubic-bezier(.22, 1, .36, 1); }
  .navigation.open a { opacity: 1; transform: translateY(0); }
  .navigation.open a:nth-child(1) { transition-delay: .06s; }
  .navigation.open a:nth-child(2) { transition-delay: .13s; }
  .navigation.open a:nth-child(3) { transition-delay: .20s; }
  .navigation.open a:nth-child(4) { transition-delay: .27s; }
  .navigation a.active::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 70%; background: #6E473B; transform: translateY(-50%); }
  .navigation a:active { color: #6E473B; }
  .hero { min-height: 72vh; }
  .hero-image { min-height: 72vh; object-position: center; animation: mobile-image-breathe 9s cubic-bezier(.22, 1, .36, 1) forwards; }
  .hero-copy { padding: 64px 24px 72px; }
  h1 { font-size: clamp(30px, 8.6vw, 38px); line-height: 1; letter-spacing: -.04em; }
  .hero h1 { width: 100%; overflow-wrap: normal; word-break: normal; }
  .desktop-hero-title { display: none; }
  .mobile-hero-title { display: block; max-width: 100%; margin-left: auto; margin-right: auto; text-align: center; font-size: clamp(22px, 6.4vw, 27px); line-height: 1.1; letter-spacing: -.055em; }
  .mobile-hero-title span { display: inline-block; max-width: 100%; white-space: nowrap; }
  .hero-copy .mobile-hero-title, .hero-copy .hero-lead, .hero-copy .solid-button { opacity: 0; transform: translateY(20px); animation: editorial-hero-in 1.05s cubic-bezier(.22, 1, .36, 1) forwards; }
  .hero-copy .mobile-hero-title { animation-delay: .18s; }
  .hero-copy .hero-lead { animation-delay: .34s; }
  .hero-copy .solid-button { animation-delay: .50s; }
  .hero .solid-button span { font-family: Georgia, "Times New Roman", serif; }
  .hero-lead { font-size: 17px; }
  .section-pad { padding: 104px 24px; }
  .manifesto { display: block; }
  .manifesto h2 { font-size: 48px; }
  .notebook-wrap { width: 82%; margin-left: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .accompaniment-section { min-height: 360px; }
  .accompaniment-content { margin-top: 52px; }
  .accompaniment-content > article { margin-bottom: 50px; }
  .accompaniment-content h3 { font-size: 23px; }
  .accompaniment-content p { font-size: 14px; line-height: 1.7; }
  .pricing-section { margin-top: 54px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
  .pricing-card { min-height: 340px; padding: 28px 20px 24px; }
  .pricing-card h4 { font-size: 24px; }
  .pricing-card .session-price { font-size: 30px; }
  .about-section { min-height: 360px; }
  .about-copy { margin-top: 46px; }
  .about-copy article + article { margin-top: 46px; }
  .about-copy h3 { font-size: 23px; }
  .about-copy p { font-size: 14px; line-height: 1.7; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); }
  .service-card { padding: 46px 12px; }
  .service-card .service-description { flex: none; }
  .podcast { grid-template-columns: 1fr; gap: 45px; }
  .sound-art { height: 230px; overflow: hidden; }
  .sound-art i { flex: 1; }
  .testimonial blockquote { font-size: 38px; }
  .blank-podcast { min-height: 360px; }
  .newsletter { grid-template-columns: 1fr; }
  .newsletter > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .newsletter form { min-height: 72px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-mark { grid-column: 1 / -1; margin-bottom: 25px; }

  [data-reveal] > *, .manifesto[data-reveal] .manifesto-copy > *, .services[data-reveal] .section-heading > *, .about-section[data-reveal] .about-copy > *, .accompaniment-section[data-reveal] .accompaniment-content > * { opacity: 0; transform: translateY(20px); transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1), clip-path .9s cubic-bezier(.22, 1, .36, 1); }
  [data-reveal].is-visible > *, .manifesto[data-reveal].is-visible .manifesto-copy > *, .services[data-reveal].is-visible .section-heading > *, .about-section[data-reveal].is-visible .about-copy > *, .accompaniment-section[data-reveal].is-visible .accompaniment-content > * { opacity: 1; transform: translateY(0); }
  .section-title, .manifesto h2, .services .section-heading > .eyebrow { clip-path: inset(0 0 100% 0); }
  [data-reveal].is-visible .section-title, .manifesto[data-reveal].is-visible h2, .services[data-reveal].is-visible .section-heading > .eyebrow { clip-path: inset(0 0 0 0); }
  [data-reveal].is-visible > :nth-child(2), .manifesto[data-reveal].is-visible .manifesto-copy > :nth-child(2), .services[data-reveal].is-visible .section-heading > :nth-child(2), .about-section[data-reveal].is-visible .about-copy > :nth-child(2), .accompaniment-section[data-reveal].is-visible .accompaniment-content > :nth-child(2) { transition-delay: .1s; }
  [data-reveal].is-visible > :nth-child(3), .manifesto[data-reveal].is-visible .manifesto-copy > :nth-child(3), .services[data-reveal].is-visible .section-heading > :nth-child(3), .accompaniment-section[data-reveal].is-visible .accompaniment-content > :nth-child(3) { transition-delay: .2s; }
  .accompaniment-section[data-reveal].is-visible .accompaniment-content > :nth-child(4) { transition-delay: .3s; }

  .services[data-reveal] .service-grid { border-color: transparent; transition-delay: .3s; }
  .services[data-reveal].is-visible .service-grid { border-color: var(--line); }
  .services[data-reveal] .service-card > * { opacity: 0; transform: translateY(10px); transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1); }
  .services[data-reveal] .service-number { transform: scale(.95); }
  .services[data-reveal].is-visible .service-card > * { opacity: 1; transform: translateY(0); }
  .services[data-reveal].is-visible .service-card:nth-child(1) .service-number { transform: scale(1); transition-delay: .4s; }
  .services[data-reveal].is-visible .service-card:nth-child(1) > :not(.service-number) { transition-delay: .5s; }
  .services[data-reveal].is-visible .service-card:nth-child(2) .service-number { transform: scale(1); transition-delay: .6s; }
  .services[data-reveal].is-visible .service-card:nth-child(2) > :not(.service-number) { transition-delay: .7s; }
  .services[data-reveal].is-visible .service-card:nth-child(3) .service-number { transform: scale(1); transition-delay: .8s; }
  .services[data-reveal].is-visible .service-card:nth-child(3) > :not(.service-number) { transition-delay: .9s; }

  .outline-button:active, .solid-button:active, .booking-button:active, .text-link:active, .service-card a:active { transform: scale(.98); transition-duration: .1s; }
}

@media (min-width: 801px) {
  .site-header, .navigation { position: sticky; z-index: 20; background: rgba(243, 240, 231, .96); transition: height .3s ease, min-height .3s ease, top .3s ease, background-color .3s ease, backdrop-filter .3s ease; }
  .site-header { top: 0; }
  .navigation { top: 110px; }
  .scrolled .site-header, .scrolled .navigation { background: rgba(243, 240, 231, .82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
  .scrolled .site-header { height: 86px; }
  .scrolled .navigation { top: 86px; min-height: 42px; }

  .hero-copy .desktop-hero-title, .hero-copy .hero-lead, .hero-copy .solid-button { opacity: 0; transform: translateY(20px); animation: editorial-hero-in .88s cubic-bezier(.22, 1, .36, 1) forwards; }
  .hero-copy .desktop-hero-title { animation-delay: .15s; }
  .hero-copy .hero-lead { animation-delay: .30s; }
  .hero-copy .solid-button { animation-delay: .45s; }

  .hero-image { transform: scale(var(--image-scroll-scale, 1)); transition: transform .6s cubic-bezier(.22, 1, .36, 1); }
  .hero-picture:hover .hero-image { transform: scale(1.03); }

  [data-reveal] > *, .manifesto[data-reveal] .manifesto-copy > *, .services[data-reveal] .section-heading > *, .about-section[data-reveal] .about-copy > *, .accompaniment-section[data-reveal] .accompaniment-content > * { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1); }
  [data-reveal].is-visible > *, .manifesto[data-reveal].is-visible .manifesto-copy > *, .services[data-reveal].is-visible .section-heading > *, .about-section[data-reveal].is-visible .about-copy > *, .accompaniment-section[data-reveal].is-visible .accompaniment-content > * { opacity: 1; transform: translateY(0); }
  [data-reveal].is-visible > :nth-child(2), .manifesto[data-reveal].is-visible .manifesto-copy > :nth-child(2), .services[data-reveal].is-visible .section-heading > :nth-child(2), .about-section[data-reveal].is-visible .about-copy > :nth-child(2), .accompaniment-section[data-reveal].is-visible .accompaniment-content > :nth-child(2) { transition-delay: .1s; }
  [data-reveal].is-visible > :nth-child(3), .manifesto[data-reveal].is-visible .manifesto-copy > :nth-child(3), .services[data-reveal].is-visible .section-heading > :nth-child(3), .accompaniment-section[data-reveal].is-visible .accompaniment-content > :nth-child(3) { transition-delay: .2s; }
  .accompaniment-section[data-reveal].is-visible .accompaniment-content > :nth-child(4) { transition-delay: .3s; }

  .services[data-reveal] .service-grid { border-color: transparent; transition: opacity .8s cubic-bezier(.22, 1, .36, 1) .3s, transform .8s cubic-bezier(.22, 1, .36, 1) .3s, border-color .8s ease .25s; }
  .services[data-reveal].is-visible .service-grid { border-color: var(--line); }
  .services[data-reveal] .service-card > * { opacity: 0; transform: translateY(12px); transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1); }
  .services[data-reveal] .service-number { transform: scale(.95); }
  .services[data-reveal].is-visible .service-card > * { opacity: 1; transform: translateY(0); }
  .services[data-reveal].is-visible .service-card:nth-child(1) > * { transition-delay: .4s; }
  .services[data-reveal].is-visible .service-card:nth-child(2) > * { transition-delay: .6s; }
  .services[data-reveal].is-visible .service-card:nth-child(3) > * { transition-delay: .8s; }
  .services[data-reveal].is-visible .service-card:nth-child(1) .service-number { transition-delay: .3s; transform: scale(1); }
  .services[data-reveal].is-visible .service-card:nth-child(2) .service-number { transition-delay: .5s; transform: scale(1); }
  .services[data-reveal].is-visible .service-card:nth-child(3) .service-number { transition-delay: .7s; transform: scale(1); }

  .outline-button, .solid-button, .booking-button { position: relative; overflow: hidden; transition: color .3s ease, background-color .3s ease, transform .3s ease, box-shadow .3s ease; }
  .outline-button:hover, .solid-button:hover, .booking-button:hover { background: var(--ink); color: var(--ivory); transform: translateY(-2px); box-shadow: 0 7px 18px rgba(23, 23, 20, .1); }
  .navigation a, .service-card a, .footer-nav a { position: relative; transition: color .28s ease, opacity .28s ease; }
  .navigation a::after, .service-card a::after, .footer-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: #6E473B; transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
  .navigation a:hover, .service-card a:hover, .footer-nav a:hover { color: #6E473B; opacity: 1; }
  .navigation a:hover::after, .service-card a:hover::after, .footer-nav a:hover::after { transform: scaleX(1); }

  .section-pad { padding-top: 10vw; padding-bottom: 10vw; }
}

@keyframes editorial-hero-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mobile-image-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.02); }
}

@keyframes mobile-nav-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
  .hero-copy h1, .hero-copy .hero-lead, .hero-copy .solid-button, [data-reveal] *, .navigation.open a { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}

/* Mentions légales */
.legal-page { min-height: 100vh; background: var(--ivory); }
.legal-header { min-height: 100px; padding: 0 5vw; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.legal-back { font-size: 9px; letter-spacing: .13em; font-weight: 700; }
.legal-content { max-width: 900px; margin: 0 auto; padding: 110px 28px 140px; }
.legal-content > h1 { font-size: clamp(48px, 7vw, 88px); text-transform: none; margin-bottom: 32px; }
.legal-intro { max-width: 620px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.65; }
.legal-content section { padding-top: 65px; margin-top: 65px; border-top: 1px solid rgba(23, 23, 20, .25); }
.legal-content section h2 { margin: 0 0 30px; font-size: 30px; }
.legal-content section p { white-space: pre-line; font-size: 14px; line-height: 1.75; }
.legal-content dl { margin: 0; }
.legal-content dl > div { display: grid; grid-template-columns: 250px 1fr; gap: 30px; padding: 17px 0; border-bottom: 1px solid rgba(23, 23, 20, .15); }
.legal-content dt { font-size: 9px; letter-spacing: .12em; font-weight: 700; text-transform: uppercase; }
.legal-content dd { margin: 0; white-space: pre-line; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.5; }
@media (max-width: 800px) {
  .footer-bottom { align-items: flex-start; gap: 20px; }
  .footer-legal-links { flex-direction: column; align-items: flex-end; gap: 10px; text-align: right; }
  .legal-header { min-height: 82px; padding: 0 22px; }
  .legal-header .wordmark { width: 128px; }
  .legal-content { padding: 85px 24px 110px; }
  .legal-content > h1 { font-size: 44px; }
  .legal-content dl > div { grid-template-columns: 1fr; gap: 8px; }
  .legal-content section { padding-top: 48px; margin-top: 48px; }
}

/* Espace d’édition */
.editor-shell { min-height: 100vh; background: #f5f2ea; overflow: visible; }
.editor-header { min-height: 145px; padding: 34px 5vw; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--ivory); }
.editor-header p { font-size: 9px; letter-spacing: .18em; font-weight: 700; margin: 0 0 12px; }
.editor-header h1 { font-family: Georgia, serif; font-size: clamp(38px, 5vw, 64px); text-transform: none; letter-spacing: -.04em; line-height: 1; }
.editor-user { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-size: 10px; }
.editor-user a { letter-spacing: .1em; text-decoration: underline; }
.editor-layout { display: grid; grid-template-columns: 240px 1fr; max-width: 1280px; margin: 0 auto; padding: 48px 24px 120px; gap: 55px; }
.editor-layout aside { position: sticky; top: 22px; align-self: start; display: flex; flex-direction: column; gap: 12px; padding: 26px; border: 1px solid rgba(23,23,20,.25); background: var(--ivory); }
.editor-layout aside p { font-size: 9px; letter-spacing: .15em; font-weight: 700; margin: 0 0 7px; }
.editor-layout aside a { font-family: Georgia, serif; font-size: 15px; }
.editor-layout aside .back-site { border-top: 1px solid rgba(23,23,20,.2); margin-top: 12px; padding-top: 20px; font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .12em; font-weight: 700; }
.editor-content { min-width: 0; }
.editor-note { padding: 22px 25px; background: var(--paper); display: flex; flex-direction: column; gap: 6px; font-family: Georgia, serif; font-size: 14px; line-height: 1.5; margin-bottom: 28px; }
.editor-note b { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.editor-section { scroll-margin-top: 20px; background: var(--ivory); border: 1px solid rgba(23,23,20,.25); padding: 32px; margin-bottom: 24px; }
.editor-section h2 { font-size: 32px; margin: 0 0 28px; }
.editor-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.editor-fields label { display: flex; flex-direction: column; gap: 9px; }
.editor-fields label:has(textarea) { grid-column: 1 / -1; }
.editor-fields label > span { font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.editor-fields input, .editor-fields textarea { width: 100%; border: 1px solid rgba(23,23,20,.4); background: #fffefa; padding: 13px 14px; border-radius: 0; outline: 0; font-family: Georgia, serif; font-size: 16px; line-height: 1.45; resize: vertical; }
.editor-fields input:focus, .editor-fields textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.save-bar { position: fixed; z-index: 8; bottom: 0; left: 0; right: 0; min-height: 78px; background: var(--ink); color: var(--ivory); display: flex; align-items: center; justify-content: flex-end; gap: 20px; padding: 14px 5vw; box-shadow: 0 -8px 30px rgba(0,0,0,.1); }
.save-bar > span { margin-right: auto; font-family: Georgia, serif; font-size: 14px; }
.save-bar a { font-size: 9px; letter-spacing: .12em; border-bottom: 1px solid; padding-bottom: 5px; }
.save-bar button { background: var(--ivory); color: var(--ink); border: 1px solid var(--ivory); border-radius: 4px; padding: 16px 22px; font-size: 9px; letter-spacing: .11em; font-weight: 700; cursor: pointer; }
.save-bar button:disabled { opacity: .55; }
.editor-loading { padding: 90px 5vw; font-family: Georgia, serif; font-size: 22px; }

@media (max-width: 800px) {
  .editor-header { min-height: 120px; padding: 25px 20px; align-items: center; }
  .editor-header h1 { font-size: 36px; }
  .editor-user span { display: none; }
  .editor-layout { display: block; padding: 24px 16px 120px; }
  .editor-layout aside { position: static; flex-direction: row; overflow-x: auto; margin-bottom: 20px; padding: 16px; gap: 20px; }
  .editor-layout aside p { display: none; }
  .editor-layout aside a { white-space: nowrap; font-size: 13px; }
  .editor-layout aside .back-site { border: 0; border-left: 1px solid rgba(23,23,20,.2); margin: 0; padding: 2px 0 2px 20px; }
  .editor-section { padding: 24px 18px; }
  .editor-fields { grid-template-columns: 1fr; }
  .editor-fields label:has(textarea) { grid-column: auto; }
  .save-bar { min-height: 84px; padding: 12px 16px; gap: 12px; }
  .save-bar > span { position: absolute; bottom: 90px; left: 16px; right: 16px; background: var(--paper); color: var(--ink); padding: 8px; text-align: center; }
  .save-bar a { display: none; }
  .save-bar button { width: 100%; }
}

/* Installation et connexion à l'espace privé */
.setup-shell { min-height: 100vh; display: grid; place-items: center; padding: 32px 20px; background: var(--paper); }
.setup-card { width: min(560px, 100%); padding: 44px; background: var(--ivory); border: 1px solid var(--line); }
.setup-card .wordmark { margin-bottom: 38px; }
.setup-card h1 { margin: 0 0 18px; font-size: clamp(38px, 7vw, 58px); text-transform: none; }
.setup-card p { font-family: Georgia, serif; line-height: 1.6; }
.setup-card label { display: flex; flex-direction: column; gap: 8px; margin-top: 22px; font-size: 9px; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; }
.setup-card input { width: 100%; padding: 14px; border: 1px solid var(--line); background: #fffefa; border-radius: 4px; }
.setup-card button { width: 100%; margin-top: 26px; padding: 16px; border: 1px solid var(--ink); border-radius: 4px; color: var(--ivory); background: var(--ink); font-size: 10px; letter-spacing: .1em; font-weight: 700; cursor: pointer; }
.form-error { padding: 12px 14px; background: #f2ded8; border: 1px solid #8a5142; color: #6e3226; font-size: 13px; line-height: 1.5; }
.editor-logout { letter-spacing: .1em; text-decoration: underline; }
@media (max-width: 768px) {
  .menu-toggle,
  .menu-toggle:link,
  .menu-toggle:visited,
  .mobile-menu-toggle,
  .mobile-menu-toggle:link,
  .mobile-menu-toggle:visited,
  button.menu-toggle,
  header a {
    color: #2b1b17 !important;
    -webkit-text-fill-color: #2b1b17 !important;
    text-decoration: none !important;
    font-family: inherit !important;
  }
}
@media (max-width: 768px) {
  button.menu-toggle {
    appearance: none !important;
    -webkit-appearance: none !important;
    color: #2b1b17 !important;
    -webkit-text-fill-color: #2b1b17 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font: inherit !important;
    font-family: inherit !important;
    text-decoration: none !important;
    padding: 0 !important;
  }
}