:root {
  --ink: #302a35;
  --muted: #706875;
  --paper: #fcf9fc;
  --white: #ffffff;
  --blush: #f3e7ef;
  --lilac: #ebe3f2;
  --rose: #a45586;
  --rose-dark: #793e68;
  --plum: #51365f;
  --line: #e6dbe9;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --shadow: 0 22px 70px rgba(66, 43, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1220px, calc(100% - 56px)); margin-inline: auto; }
.narrow { width: min(790px, 100%); }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99; padding: 10px 16px; color: #fff; background: var(--plum); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--serif); line-height: 1.08; }
h1 { font-size: clamp(48px, 6.2vw, 88px); font-weight: 600; letter-spacing: -.045em; }
h2 { font-size: clamp(34px, 4vw, 54px); font-weight: 600; letter-spacing: -.035em; }
h3 { font-size: 27px; font-weight: 600; }
.eyebrow { margin: 0 0 14px; color: var(--rose); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: 19px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 1px solid var(--rose); border-radius: 2px; background: var(--rose); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.button:hover { border-color: var(--rose-dark); background: var(--rose-dark); transform: translateY(-2px); }
.button-light { border-color: #fff; background: #fff; color: var(--plum); }
.button-light:hover { border-color: var(--blush); background: var(--blush); }
.button-outline { background: transparent; color: var(--rose-dark); }
.text-link { color: var(--rose-dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; font-size: 19px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(232,220,217,.9); background: rgba(255,250,247,.94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 13px; color: var(--ink); font: 600 20px/1.05 var(--serif); text-decoration: none; }
.brand img { width: 54px; height: 54px; padding: 2px; border: 1px solid var(--line); border-radius: 6px; background: #fff; object-fit: contain; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font: 600 9px/1.1 var(--sans); letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.5vw, 24px); }
.main-nav a { position: relative; padding: 8px 0; color: #59525d; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.main-nav a::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--rose); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--rose-dark); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav .nav-contact { padding: 9px 16px; border: 1px solid var(--rose); border-radius: 30px; color: var(--rose-dark); }
.main-nav .nav-contact::after { display: none; }
.main-nav .nav-contact:hover, .main-nav .nav-contact.active { background: var(--rose); color: #fff; }
.menu-toggle { display: none; padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px; background: var(--ink); }

.home-hero { overflow: hidden; min-height: 760px; display: flex; align-items: center; padding: 78px 0 90px; background: radial-gradient(circle at 80% 20%,#eddfed 0,transparent 31%), linear-gradient(125deg,#fcf9fc 0%,#f4eaf0 52%,#e9e1f1 100%); }
.home-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(54px,7vw,105px); }
.home-hero-copy h1 { max-width: 650px; font-size: clamp(54px,6vw,84px); }
.home-hero-copy h1, .page-hero h1, .article-hero h1 { color: var(--rose); }
.professional-titles { margin-top: 26px; padding-left: 20px; border-left: 3px solid var(--rose); }
.professional-titles span { display: block; color: var(--plum); font: 600 clamp(19px,2.15vw,28px)/1.35 var(--serif); }
.professional-titles span + span { margin-top: 3px; }
.hero-contacts { max-width: 650px; margin-top: 28px; padding: 19px 21px; border: 1px solid rgba(168,85,131,.28); background: rgba(255,255,255,.58); box-shadow: 0 12px 36px rgba(66,43,58,.07); }
.hero-contacts p { margin: 0; color: #514955; font-size: 14px; line-height: 1.55; }
.hero-contacts .hero-contacts-title { margin-bottom: 4px; color: var(--rose-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-contact-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 14px; }
.hero-contact-item { display: flex; align-items: baseline; gap: 5px; }
.hero-contact-item span { color: #514955; font-size: 14px; line-height: 1.55; }
.hero-contact-links a { color: var(--plum); font: 600 16px/1.25 var(--serif); text-decoration: none; }
.hero-contact-links a:hover { color: var(--rose); }
.hero-contact-links small { display: block; margin-bottom: 2px; color: var(--muted); font: 700 9px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.home-visual { position: relative; margin: 0; }
.home-visual::before { content: ''; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid rgba(168,85,131,.38); }
.home-visual img { position: relative; width: 100%; height: 560px; object-fit: cover; box-shadow: var(--shadow); }
.home-visual figcaption { position: absolute; right: -26px; bottom: 32px; padding: 17px 22px; background: #fff; color: var(--rose-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 12px 38px rgba(66,43,58,.15); }
.section-heading { max-width: 740px; margin-bottom: 52px; }
.path-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.path-grid > a { min-height: 330px; display: flex; flex-direction: column; padding: 30px 27px; background: var(--white); text-decoration: none; transition: background .25s, transform .25s; }
.path-grid > a:hover { z-index: 1; background: var(--blush); transform: translateY(-5px); }
.path-grid span { color: var(--rose); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.path-grid h3 { margin-top: 50px; }
.path-grid p { color: var(--muted); font-size: 14px; }
.path-grid i { margin-top: auto; color: var(--rose-dark); font-size: 13px; font-style: normal; font-weight: 700; }
.home-quote { padding: 76px 0; background: var(--blush); text-align: center; }
.home-quote blockquote { max-width: 1160px; margin: 0 auto; color: var(--rose); font: 600 clamp(23px,2.65vw,38px)/1.35 var(--serif); letter-spacing: -.02em; }
.home-quote p { margin: 22px 0 0; color: var(--rose-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.home-contact-strip { padding: 92px 0; background: var(--plum); color: #fff; }
.home-contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.home-contact-grid h2 { color: #fff; }
.home-contact-grid .eyebrow { color: #e9bed5; }
.home-contact-grid p:not(.eyebrow) { margin: 0 0 24px; color: #f3eaf4; font-size: 17px; }

.page-hero { padding: 108px 0 98px; background: linear-gradient(120deg,#f5eaf2,#e9e2f1); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); align-items: end; gap: 80px; }
.page-hero h1 { max-width: 850px; }
.page-hero-note { margin: 0 0 7px; padding: 22px 0 4px 23px; border-left: 2px solid var(--rose); color: var(--plum); font: 600 20px/1.45 var(--serif); text-align: left; hyphens: manual; }
.profile-grid { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); align-items: start; gap: clamp(60px,8vw,120px); }
.editorial-image { position: relative; margin: 0; }
.editorial-image img { width: 100%; max-height: 680px; object-fit: cover; box-shadow: var(--shadow); }
.editorial-image figcaption { position: absolute; right: -22px; bottom: 28px; padding: 17px 22px; background: var(--rose); color: #fff; font: 600 19px/1.2 var(--serif); }
.prose { color: #4d4751; }
.prose p { margin: 0 0 24px; text-align: justify; hyphens: auto; }
.prose-large { font-size: 18px; line-height: 1.8; }
.profile-continuation { background: var(--lilac); }
.approach-hero h1 { font-size: clamp(45px,5.3vw,76px); }
.approach-intro { background: #fff; }
.approach-intro h2 { margin-bottom: 28px; }
.method-section { background: var(--blush); }
.method-section.method-alt { background: var(--white); }
.method-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(55px,9vw,140px); }
.method-grid aside { position: sticky; top: 125px; }
.method-grid aside h2 { font-size: clamp(35px,4vw,52px); }
.aside-note { color: var(--muted); font-size: 13px; }
.method-grid .prose { font-size: 17px; }
.prose ul { margin: 0 0 28px; padding: 0; list-style: none; }
.prose li { position: relative; margin: 0 0 10px; padding-left: 26px; }
.prose li::before { content: ''; position: absolute; top: .78em; left: 0; width: 8px; height: 8px; border: 1px solid var(--rose); border-radius: 50%; }
.prose h2 { margin: 0 0 26px; }
.prose h3 { margin: 44px 0 17px; color: var(--rose-dark); }
.pull-quote { margin: 38px 0 !important; padding: 25px 28px; border-left: 3px solid var(--rose); background: rgba(255,255,255,.6); color: var(--plum); font: 600 23px/1.45 var(--serif); }
.integration { background: var(--plum); }
.integration .prose, .integration h2 { color: #fff; }
.integration .eyebrow { color: #e9bed5; }
.integration li::before { border-color: #e9bed5; }

.collection-hero { background: linear-gradient(120deg,#f3e9f1,#e8e1f1); }
.stories-hero { background: linear-gradient(120deg,#f5e7ef,#eee0ee); }
.stories-intro { padding-bottom: 80px; background: #fff; }
.collection-section { padding-top: 80px; background: #f8f2ef; }
.stories-collection { background: #f5ebed; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px 24px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .22s, box-shadow .22s; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(66,43,58,.1); }
.card-image { height: 245px; display: block; overflow: hidden; background: var(--lilac); }
.card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-placeholder { width: 100%; height: 100%; display: block; background: linear-gradient(135deg,var(--blush),var(--lilac)); }
.card-body { padding: 28px; }
.card-body h2 { color: var(--rose); font-size: 30px; line-height: 1.15; }
.card-body h2 a { color: inherit; text-decoration: none; }
.card-body h2 a:hover { color: var(--rose-dark); }
.card-body > p:not(.eyebrow) { margin: 18px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; text-align: justify; hyphens: auto; }
.story-card .card-image { height: 290px; }

.article-hero { padding: 90px 0; background: linear-gradient(120deg,#f7ebe7,#eee5f2); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.5fr); align-items: center; gap: clamp(50px,8vw,110px); }
.article-hero h1 { margin-top: 22px; font-size: clamp(44px,5vw,72px); }
.article-hero .lead { max-width: 660px; margin: 24px 0 0; }
.back-link { color: var(--rose-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.article-cover { height: 430px; margin: 0; overflow: hidden; background: var(--lilac); box-shadow: var(--shadow); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.article-content { width: min(790px,calc(100% - 56px)); padding-top: 90px; padding-bottom: 55px; color: #464049; font-size: 18px; line-height: 1.84; }
.article-content p, .article-content ul, .article-content ol, .article-content blockquote { margin: 0 0 27px; }
.article-content p { text-align: justify; hyphens: auto; }
.article-content h2 { margin: 56px 0 20px; font-size: 37px; }
.article-content h3 { margin: 42px 0 16px; }
.article-content img { height: auto; margin: 42px auto; }
.article-content a { color: var(--rose-dark); }
.article-content blockquote { padding: 20px 28px; border-left: 3px solid var(--rose); color: var(--plum); font: 600 24px/1.5 var(--serif); }
.article-end { width: min(790px,calc(100% - 56px)); padding-bottom: 100px; }

.contact-section { background: #fff; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-intro h2 { position: sticky; top: 130px; }
.contact-options { border-top: 1px solid var(--line); }
.contact-options article { display: grid; grid-template-columns: 60px 1fr 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.contact-options span { color: var(--rose); font-size: 11px; font-weight: 700; }
.contact-options h3 { font-size: 24px; }
.contact-options p { margin: 0; color: var(--muted); text-align: justify; hyphens: auto; }
.contact-cta { padding: 90px 0; background: var(--plum); color: #fff; }
.contact-cta-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.contact-cta h2 { color: #fff; }
.contact-cta .eyebrow { color: #e9bed5; }
.contact-links { display: grid; gap: 12px; }
.contact-links a { padding: 20px 24px; border: 1px solid rgba(255,255,255,.25); color: #fff; font: 600 25px/1.2 var(--serif); text-decoration: none; transition: background .2s; }
.contact-links a:hover { background: rgba(255,255,255,.1); }
.contact-links small { display: block; margin-bottom: 7px; color: #e9bed5; font: 700 10px/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; }

.site-footer { padding: 62px 0 24px; background: #29242d; color: #dcd3dd; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 70px; }
.footer-grid p { margin: 7px 0 0; }
.footer-brand { color: #fff; font: 600 25px/1.2 var(--serif); text-decoration: none; }
.footer-grid > div:last-child { display: flex; flex-direction: column; gap: 7px; }
.footer-grid > div:last-child a { color: #fff; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #a9a0aa; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; text-decoration: none; }

@media (max-width: 1080px) {
  .nav-wrap { min-height: 78px; }
  .menu-toggle { display: block; }
  .editorial-image { position: relative; }
  .main-nav { display: none; position: absolute; top: 78px; right: 0; left: 0; padding: 16px 28px 28px; flex-direction: column; align-items: stretch; gap: 2px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 30px rgba(48,42,53,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px 4px; }
  .main-nav .nav-contact { margin-top: 8px; text-align: center; }
  .path-grid { grid-template-columns: repeat(2,1fr); }
  .article-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px,620px); }
  .section { padding: 76px 0; }
  .brand { font-size: 18px; }
  .brand img { width: 47px; height: 47px; }
  .home-hero { min-height: auto; padding: 62px 0 75px; }
  .home-hero-grid, .home-contact-grid, .page-hero-grid, .profile-grid, .method-grid, .article-hero-grid, .contact-layout, .contact-cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .home-hero-copy h1 { font-size: clamp(48px,14vw,67px); }
  .professional-titles span { font-size: clamp(18px,5.4vw,25px); }
  .hero-contacts { margin-top: 25px; }
  .home-visual { margin-right: 16px; }
  .home-visual img { height: 420px; }
  .home-visual figcaption { right: -16px; bottom: 20px; }
  .home-contact-grid { gap: 28px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid > a { min-height: 250px; }
  .page-hero { padding: 75px 0 68px; }
  .page-hero-note { margin: 0; }
  .editorial-image { position: relative; width: 100%; max-width: 100%; overflow: hidden; }
  .editorial-image figcaption { right: 0; }
  .method-grid aside, .contact-intro h2 { position: static; }
  .editorial-image { order: 2; }
  .editorial-image img { width: 100%; max-height: 520px; }
  .method-grid { gap: 36px; }
  .article-grid { grid-template-columns: 1fr; }
  .card-image, .story-card .card-image { height: 280px; }
  .article-hero { padding: 68px 0; }
  .article-cover { height: 360px; }
  .article-content { width: min(100% - 36px,790px); padding-top: 62px; font-size: 17px; }
  .article-end { width: min(100% - 36px,790px); padding-bottom: 75px; }
  .contact-options article { grid-template-columns: 42px 1fr; }
  .contact-options article p { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 420px) {
  .brand small { display: none; }
  .home-visual img { height: 340px; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .article-cover { height: 300px; }
  .contact-links a { font-size: 20px; overflow-wrap: anywhere; }
}

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