:root {
  --ink: #303233;
  --paper: #f6f4ef;
  --white: #fffefa;
  --blue: #697586;
  --sage: #dce2d6;
  --clay: #d9beb7;
  --sand: #ebe7df;
  --line: rgba(48, 50, 51, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible, summary:focus-visible, article:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.section-shell { padding-inline: clamp(20px, 5vw, 80px); }

.site-header {
  position: fixed; z-index: 20; inset: 0 0 auto; height: 76px; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 4vw, 64px);
  background: rgba(246, 244, 239, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: .03em; }
.brand-mark { color: var(--blue); font-size: 18px; }
.desktop-nav { display: flex; gap: clamp(18px, 2.4vw, 34px); font-size: .88rem; }
.desktop-nav a { opacity: .7; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid var(--blue); font-size: .9rem; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 750; }
.eyebrow span { width: 34px; height: 2px; flex: 0 0 auto; background: currentColor; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 24px 0 28px; font-size: clamp(4.2rem, 7.8vw, 8.2rem); line-height: .84; letter-spacing: -.067em; font-weight: 720; }
h2 { margin: 0; font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .96; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--blue); font-family: var(--serif); font-weight: 400; }

.hero {
  position: relative; min-height: 100svh; padding-top: 134px; padding-bottom: 66px; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 5vw; align-items: center;
  background: #eceeea;
}
.hero::before { content: ""; position: absolute; width: 34vw; height: 34vw; min-width: 340px; min-height: 340px; left: -18vw; top: 22%; border: 1px solid rgba(105,117,134,.25); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 64px; }
.hero-lead { max-width: 620px; margin: 0; color: rgba(48,50,51,.7); font-size: clamp(1.08rem, 1.5vw, 1.4rem); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 56px; padding: 0 26px; border: 0; border-radius: 100px; font-weight: 720; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #596575; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(48,50,51,.36); font-size: .92rem; }
.hero-stage { position: relative; z-index: 1; height: min(69vh, 680px); min-height: 520px; }
.portrait-frame { position: absolute; inset: 5% 8% 7% 10%; overflow: hidden; background: var(--blue); border: 1px solid rgba(48,50,51,.2); border-radius: 48% 48% 32% 32% / 40% 40% 25% 25%; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.orbit { position: absolute; border: 1px solid var(--blue); border-radius: 50%; opacity: .75; }
.orbit-one { width: 92%; aspect-ratio: 1; left: 0; top: -4%; transform: rotate(-12deg); border-left-color: transparent; }
.orbit-two { width: 75%; aspect-ratio: 1; right: -9%; bottom: -6%; border-bottom-color: transparent; }

@media (min-width: 861px) {
  .portrait-frame { background: #eef0ed; }
  .hero-photo { object-fit: contain; object-position: center bottom; }
}
.stage-note { position: absolute; right: 0; bottom: 9%; z-index: 3; margin: 0; padding: 18px 20px; background: rgba(217,190,183,.96); box-shadow: 0 14px 32px rgba(48,50,51,.1); transform: rotate(-2deg); font: italic 1.05rem/1.25 var(--serif); }
.hero-proof { position: absolute; left: clamp(20px, 5vw, 80px); right: clamp(20px, 5vw, 80px); bottom: 24px; display: flex; gap: clamp(20px, 3vw, 44px); padding-top: 17px; border-top: 1px solid var(--line); }
.hero-proof p { margin: 0; color: rgba(48,50,51,.58); text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; }
.hero-proof strong { color: var(--ink); font-weight: 750; }

.requests { padding-top: 116px; padding-bottom: 126px; }
.section-heading { display: grid; grid-template-columns: .76fr 1.24fr; gap: 30px; align-items: start; margin-bottom: 62px; }
.section-heading .eyebrow { margin-top: 13px; }
.request-list { border-top: 1px solid var(--line); }
.request-card { display: grid; grid-template-columns: 58px minmax(220px, .72fr) 1.25fr 44px; gap: 26px; align-items: center; min-height: 142px; padding: 26px 10px; border-bottom: 1px solid var(--line); cursor: default; transition: background .25s ease, padding .25s ease; }
.request-card:hover, .request-card:focus, .request-card.is-active { padding-inline: 24px; background: var(--sage); outline: none; }
.request-number { align-self: start; color: var(--blue); font-size: .73rem; font-weight: 750; }
.request-card h3 { margin: 0; font-size: clamp(1.55rem, 2.2vw, 2.45rem); line-height: 1.05; }
.request-card p { margin: 0; color: rgba(48,50,51,.68); line-height: 1.58; }
.request-symbol { justify-self: end; font-size: 1.55rem; transition: transform .2s ease; }
.request-card:hover .request-symbol, .request-card:focus .request-symbol { transform: rotate(45deg); }

.about { display: grid; grid-template-columns: 1fr 1fr; background: #e7eae5; }
.about-visual { position: relative; min-height: 790px; padding: 70px clamp(20px, 5vw, 80px); overflow: hidden; background: var(--sage); }
.about-visual::before { content: ""; position: absolute; width: 66%; aspect-ratio: 1; right: -15%; top: 8%; border: 1px solid var(--blue); border-radius: 50%; opacity: .7; }
.about-frame { position: absolute; inset: 9% 13% 22% 9%; overflow: hidden; border: 1px solid rgba(48,50,51,.35); border-radius: 49% 49% 10px 10px; transform: rotate(-2deg); }
.about-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.about-visual blockquote { position: absolute; z-index: 2; right: 4%; bottom: 4%; max-width: 560px; margin: 0; padding: 20px 24px; background: rgba(255,254,250,.97); box-shadow: 0 16px 36px rgba(48,50,51,.13); font-size: clamp(1.4rem, 2.2vw, 2.35rem); line-height: 1.13; font-weight: 700; }
.about-copy { align-self: center; padding: 88px clamp(30px, 7vw, 110px); }
.about-copy h2 { margin: 26px 0; font-size: clamp(3.2rem, 5vw, 5.2rem); }
.about-intro { max-width: 650px; margin: 0 0 15px; color: rgba(48,50,51,.7); font-size: 1.08rem; line-height: 1.66; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 38px 0; border-top: 1px solid var(--line); }
.facts-grid div { padding: 20px 12px 20px 0; border-bottom: 1px solid var(--line); }
.facts-grid strong, .facts-grid span { display: block; }
.facts-grid strong { font-size: 1.22rem; }
.facts-grid span { margin-top: 6px; color: rgba(48,50,51,.58); font-size: .8rem; line-height: 1.4; }
.inline-arrow, .services-cta { display: inline-flex; align-items: center; gap: 34px; padding-bottom: 7px; border-bottom: 1px solid var(--blue); }
.inline-arrow span, .services-cta span { font-size: 1.2rem; }

.services { padding-top: 118px; padding-bottom: 126px; background: var(--white); }
.services-heading { display: grid; grid-template-columns: .65fr 1.3fr .85fr; gap: 42px; align-items: start; margin-bottom: 62px; }
.services-heading .eyebrow { margin-top: 12px; }
.services-heading h2 { font-size: clamp(3rem, 5vw, 5.25rem); }
.services-heading > p:last-child { margin: 12px 0 0; color: rgba(48,50,51,.66); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 12px; }
.service-card { position: relative; min-height: 285px; padding: 28px; background: var(--paper); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(48,50,51,.08); }
.service-card > span { color: var(--blue); font-size: .73rem; font-weight: 750; }
.service-card h3 { max-width: 360px; margin: 58px 0 14px; font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.08; }
.service-card p { max-width: 430px; margin: 0; color: rgba(48,50,51,.65); line-height: 1.55; }
.service-card-featured { background: var(--blue); color: white; }
.service-card-featured > span, .service-card-featured p { color: rgba(255,255,255,.74); }
.service-card-wide { grid-column: span 2; background: var(--clay); }
.services-cta { margin-top: 38px; }

.practice-gallery {
  position: relative; display: grid; grid-template-columns: 1.08fr .72fr .82fr; gap: 12px; align-items: end;
  padding-top: 34px; padding-bottom: 112px; background: var(--white);
}
.practice-photo { min-width: 0; overflow: hidden; background: var(--sand); }
.practice-photo-main { aspect-ratio: 4 / 5; }
.practice-photo-secondary { aspect-ratio: 4 / 5.7; }
.practice-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.practice-photo-main img { object-position: center 26%; }
.practice-photo-secondary img { object-position: center 19%; }
.practice-photo:hover img { transform: scale(1.02); }
.practice-caption { align-self: center; padding: 34px clamp(18px, 3vw, 48px); }
.practice-caption > p:last-child { margin: 25px 0 0; font-size: clamp(1.8rem, 3.1vw, 3.6rem); line-height: 1.03; letter-spacing: -.04em; font-weight: 720; }
.practice-caption em { color: var(--blue); font-family: var(--serif); font-weight: 400; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding-top: 120px; padding-bottom: 120px; background: var(--sand); }
.process-title { position: sticky; top: 120px; align-self: start; }
.process-title h2 { margin-top: 28px; font-size: clamp(3rem, 5vw, 5.4rem); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--blue); font-size: .73rem; font-weight: 750; }
.steps h3 { margin: 0 0 13px; font-size: clamp(1.55rem, 2.35vw, 2.35rem); }
.steps p { max-width: 640px; margin: 0; color: rgba(48,50,51,.66); line-height: 1.62; }

.retreats { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(44px, 7vw, 110px); align-items: start; padding-top: 112px; padding-bottom: 112px; background: #e5e9e1; }
.retreat-copy { position: sticky; top: 112px; }
.retreat-copy h2 { margin: 28px 0; font-size: clamp(3rem, 5.1vw, 5.5rem); }
.retreat-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(48,50,51,.68); font-size: 1.05rem; line-height: 1.65; }
.retreat-copy .inline-arrow { margin-top: 24px; }
.retreat-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.retreat-tile { position: relative; min-width: 0; aspect-ratio: 1 / 1.12; margin: 0; overflow: hidden; background: var(--sand); }
.retreat-tile-wide { grid-column: span 2; aspect-ratio: 2 / .9; }
.retreat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.retreat-tile:hover img { transform: scale(1.025); }
.retreat-tile > span { position: absolute; left: 14px; bottom: 14px; display: flex; align-items: center; gap: 16px; padding: 9px 12px; background: rgba(255,254,250,.94); box-shadow: 0 8px 20px rgba(48,50,51,.1); font-size: .82rem; font-weight: 700; }
.retreat-tile i { color: var(--blue); font-size: 1rem; font-style: normal; transition: transform .2s ease; }
.retreat-tile:hover i { transform: translate(3px, -3px); }

.principles { padding-top: 112px; padding-bottom: 122px; }
.principles-copy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; }
.principles-copy .eyebrow { margin-top: 13px; }
.principles-copy h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.principle-grid article { min-height: 300px; padding: 30px; background: var(--paper); }
.principle-grid article:nth-child(2) { background: var(--sage); }
.principle-grid span { color: var(--blue); font-size: .73rem; font-weight: 750; }
.principle-grid h3 { margin: 70px 0 15px; font-size: 1.7rem; }
.principle-grid p { margin: 0; color: rgba(48,50,51,.67); line-height: 1.58; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; padding-top: 112px; padding-bottom: 122px; background: var(--white); }
.faq-heading h2 { margin-top: 27px; font-size: clamp(3rem, 4.7vw, 4.9rem); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 720; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--blue); font-size: 1.5rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 48px 25px 0; color: rgba(48,50,51,.68); line-height: 1.62; }

.contact { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; padding-top: 112px; padding-bottom: 118px; background: var(--sage); }
.contact h2 { margin-top: 28px; font-size: clamp(3.2rem, 5.7vw, 6.2rem); }
.contact-copy > p:not(.eyebrow):not(.contact-hours) { max-width: 600px; color: rgba(48,50,51,.68); font-size: 1.05rem; line-height: 1.62; }
.contact-hours { margin-top: 28px; color: var(--blue); text-transform: uppercase; letter-spacing: .09em; font-size: .78rem; font-weight: 750; }
.contact-card { align-self: center; padding: 10px 34px; background: var(--white); border: 1px solid rgba(48,50,51,.12); box-shadow: 0 18px 44px rgba(48,50,51,.08); }
.contact-card a { display: grid; grid-template-columns: .55fr 1fr auto; gap: 20px; align-items: center; min-height: 85px; border-bottom: 1px solid var(--line); }
.contact-card a:last-child { border-bottom: 0; }
.contact-card span { color: rgba(48,50,51,.55); text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.contact-card strong { font-size: 1rem; }
.contact-card i { color: var(--blue); font-size: 1.25rem; font-style: normal; transition: transform .2s ease; }
.contact-card a:hover i { transform: translate(3px, -3px); }

.footer { min-height: 150px; display: grid; grid-template-columns: 1.2fr .8fr 1fr auto; gap: 25px; align-items: center; background: #d8d9d4; }
.footer > p { margin: 0; color: rgba(48,50,51,.56); font-size: .8rem; }
.footer > div { display: flex; gap: 18px; font-size: .85rem; }

@media (max-width: 1020px) {
  .desktop-nav { gap: 17px; }
  .services-heading { grid-template-columns: .6fr 1.4fr; }
  .services-heading > p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 68px; }
  .site-header { grid-template-columns: 1fr auto; height: 68px; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 116px; padding-bottom: 70px; }
  .hero-copy { padding-bottom: 0; }
  .hero-stage { height: 590px; min-height: 0; }
  .hero-proof { position: static; grid-column: 1; flex-wrap: wrap; }
  .section-heading, .principles-copy { grid-template-columns: 1fr; }
  .section-heading .eyebrow, .principles-copy .eyebrow { margin-top: 0; }
  .request-card { grid-template-columns: 42px 1fr 34px; gap: 15px; }
  .request-card p { grid-column: 2 / 4; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 680px; }
  .practice-gallery { grid-template-columns: 1fr 1fr; }
  .practice-caption { grid-column: span 2; grid-row: 1; padding-inline: 0; }
  .services-heading { grid-template-columns: 1fr; }
  .services-heading > p:last-child { grid-column: auto; max-width: 640px; }
  .process, .retreats, .faq, .contact { grid-template-columns: 1fr; }
  .process-title { position: static; }
  .retreat-copy { position: static; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 220px; }
  .principle-grid h3 { margin-top: 38px; }
  .footer { grid-template-columns: 1fr 1fr; padding-block: 38px; }
}

@media (max-width: 560px) {
  .header-cta { font-size: 0; }
  .header-cta::after { content: "Написать ↗"; font-size: .82rem; }
  h1 { font-size: clamp(3.25rem, 15.2vw, 4.25rem); line-height: .88; }
  h2 { font-size: clamp(2.7rem, 12.5vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-stage { height: 490px; }
  .portrait-frame { inset-inline: 3%; }
  .stage-note { right: -3%; font-size: .9rem; }
  .hero-proof { gap: 16px 24px; }
  .requests, .services, .process, .retreats, .principles, .faq, .contact { padding-top: 78px; padding-bottom: 82px; }
  .request-card:hover, .request-card:focus, .request-card.is-active { padding-inline: 12px; }
  .about-visual { min-height: 560px; }
  .about-frame { inset: 7% 8% 25%; }
  .about-visual blockquote { left: 5%; right: 5%; bottom: 4%; padding: 17px 18px; font-size: 1.35rem; }
  .about-copy { padding: 70px 22px; }
  .facts-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-wide { grid-column: auto; min-height: 245px; }
  .practice-gallery { grid-template-columns: 1fr; padding-top: 0; padding-bottom: 82px; }
  .practice-caption { grid-column: auto; grid-row: auto; padding: 18px 0 12px; }
  .practice-photo-main { aspect-ratio: 4 / 5; }
  .practice-photo-secondary { aspect-ratio: 4 / 5.1; }
  .retreat-gallery { gap: 8px; }
  .retreat-tile, .retreat-tile-wide { grid-column: auto; aspect-ratio: 1 / 1.05; }
  .contact-card { padding-inline: 20px; }
  .contact-card a { grid-template-columns: .55fr 1fr auto; gap: 12px; }
  .contact-card strong { font-size: .88rem; }
  .footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
