:root {
  --paper: #f6f3f2; --white: #fffdfc; --ink: #30252c; --muted: #655c61;
  --accent: #4a1730; --accent-deep: #321020; --violet: #5b2a86;
  --tint: #f1ebf1; --line: #e1d5dc; --focus: #5b2a86;
  --width: 1040px; --pad: clamp(1.25rem, 4vw, 3.5rem);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif; color-scheme: light;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: #eadde5; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; border-radius: 3px; }
.skip-link { position: fixed; z-index: 50; top: .75rem; left: .75rem; padding: .65rem 1rem; background: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.content-width { width: min(var(--width), calc(100% - var(--pad) * 2)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,253,252,.97); box-shadow: 0 3px 20px rgba(50,16,32,.025); }
.header-inner { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 2.75rem); max-width: 1320px; min-height: 88px; margin-inline: auto; padding: .75rem var(--pad); }
.brand { color: var(--accent); display: inline-flex; flex-shrink: 0; align-items: center; gap: .8rem; font-size: 1rem; font-weight: 550; text-decoration: none; white-space: nowrap; }
.portrait-frame { display: block; flex-shrink: 0; width: 48px; height: 48px; overflow: hidden; border-radius: 50%; box-shadow: 0 0 0 3px var(--white), 0 0 0 4px #c9b4c6; }
.brand-photo { width: 48px; height: 48px; object-fit: cover; transform: scale(1.6); transform-origin: 50% 0; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.75rem); }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); text-decoration: none; font-size: .875rem; white-space: nowrap; }
.site-nav a:hover { color: var(--accent-deep); text-decoration: underline; text-underline-offset: .4rem; }
.languages { display: flex; align-items: center; gap: .4rem; margin-left: auto; }
.language-link { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-width: 61px; min-height: 44px; border-bottom: 1px solid transparent; color: var(--muted); font-size: .875rem; text-decoration: none; }
.language-link[aria-current="page"] { color: var(--accent-deep); border-bottom-color: var(--accent); }
.language-link:hover { background: var(--tint); border-radius: 4px; }
.flag { width: 18px; height: 12px; box-shadow: 0 0 0 1px #e2dcdf; border-radius: 1px; overflow: hidden; }
.menu-toggle { display: none; align-items: center; gap: .55rem; padding: .5rem 0; min-height: 44px; border: 0; background: none; color: var(--ink); font-size: .875rem; cursor: pointer; }
.menu-icon { width: 15px; height: 8px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.section-label { display: flex; align-items: center; gap: .65rem; margin: 0 0 .65rem; color: var(--violet); font-size: .9rem; font-weight: 450; }
.section-label::before { display: inline-block; flex-shrink: 0; width: 1.3rem; height: 1px; background: currentColor; content: ""; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { color: var(--accent); font-weight: 500; }
h1 { max-width: 34ch; margin-bottom: 1rem; font-size: clamp(1.6rem, 2.5vw, 2rem); font-weight: 400; line-height: 1.3; letter-spacing: -.02em; }
h2 { margin-bottom: 1.15rem; font-size: clamp(1.3rem, 2vw, 1.5rem); font-weight: 450; line-height: 1.35; letter-spacing: -.018em; }
h3 { font-size: 1.05rem; line-height: 1.4; }
.hero { position: relative; padding-block: clamp(2.25rem, 5vw, 4rem) 3rem; }
.hero::before { position: absolute; z-index: -1; top: 0; bottom: 0; left: calc(var(--pad) * -1); right: calc(var(--pad) * -1); background: linear-gradient(130deg, rgba(255,253,252,.82), rgba(238,232,243,.38) 65%, transparent); content: ""; pointer-events: none; }
.hero-lead { max-width: 65ch; margin-bottom: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.needs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2.1rem; }
.need { position: relative; display: flex; flex-direction: column; gap: .7rem; padding: 1.15rem 1.2rem; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 5px 16px rgba(74,23,48,.025); text-decoration: none; }
.need::before { position: absolute; top: -1px; left: 1.2rem; width: 2.3rem; height: 2px; background: linear-gradient(90deg,var(--accent),var(--violet)); content: ""; }
.need:hover { border-color: #bd9eb4; }
.need-title { max-width: 25ch; color: var(--accent); font-size: 1rem; line-height: 1.5; }
.need-link { display: flex; align-items: center; justify-content: space-between; gap: .6rem; color: var(--accent); font-size: .9rem; }
.link-arrow { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; font-size: 1rem; transition: transform 160ms ease; }
.need:hover .link-arrow,.quiet-link:hover .link-arrow { color: var(--violet); }
.need:hover .need-title { color: var(--accent-deep); }
.quiet-link { display: inline-flex; align-items: center; min-height: 44px; gap: 1.2rem; margin-top: 1.35rem; padding: .5rem 1rem; border: 1px solid #a68095; border-radius: 5px; background: rgba(255,253,252,.65); color: var(--accent); font-size: .95rem; text-decoration: none; }
.quiet-link:hover { border-color: var(--violet); background: var(--white); }
.section { padding-block: 2.65rem; }
.section-heading > p:last-child:not(.section-label) { max-width: 64ch; margin-bottom: 1.75rem; color: var(--muted); }
.services { border-top: 1px solid var(--line); }
.service-list { margin-top: 1.6rem; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 8px 28px rgba(74,23,48,.035); }
.reveal { border-bottom: 1px solid var(--line); scroll-margin-top: 1rem; }
.reveal-heading { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.service:last-child,.profile-detail:last-child { border-bottom: 0; }
.reveal[data-expanded="true"] { box-shadow: inset 2px 0 var(--violet); }
.disclosure-toggle { display: grid; flex-shrink: 0; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #c5abc0; border-radius: 50%; background: var(--white); color: var(--accent); cursor: pointer; }
.disclosure-toggle:hover { border-color: var(--violet); background: var(--tint); }
.disclosure-toggle[aria-expanded="true"] { border-color: var(--violet); background: var(--violet); color: var(--white); }
.disclosure-mark { position: relative; display: block; width: 14px; height: 14px; }
.disclosure-mark::before,.disclosure-mark::after { position: absolute; top: 6px; left: 1px; width: 12px; height: 1px; background: currentColor; content: ""; }
.disclosure-mark::after { transform: rotate(90deg); transition: transform 150ms ease; }
.disclosure-toggle[aria-expanded="true"] .disclosure-mark::after { transform: rotate(0); }
.service .reveal-heading { display: grid; grid-template-columns: minmax(190px, .8fr) minmax(0, 1.8fr) 44px; min-height: 82px; padding: 1.1rem 1.35rem; }
.service-name { margin: 0; font-size: 1.05rem; font-weight: 500; line-height: 1.4; }
.service-intro { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.detail-body { padding: 0 0 1.35rem; font-size: 1rem; color: var(--muted); }
.detail-body p { margin-bottom: .85rem; }
.detail-body p:last-child { margin-bottom: 0; }
.service-body { display: grid; grid-template-columns: 1.8fr 1fr; align-items: start; gap: 2rem; padding: .4rem 1.35rem 1.5rem; }
.service-body ul { margin: 0; padding-left: 1.1rem; }
.service-body li { padding-left: .15rem; margin-bottom: .4rem; }
.service-body li::marker { color: var(--accent); font-size: .7em; }
.engagement { padding-left: 1.2rem; border-left: 1px solid #c6acb9; font-size: .9rem; }
.profile { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); margin-block: 1.25rem; padding: 2.5rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 10px 36px rgba(74,23,48,.035); }
.profile::before { position: absolute; top: -1px; left: 2.5rem; right: 2.5rem; height: 2px; background: linear-gradient(90deg,var(--accent),var(--violet) 42%,rgba(91,42,134,.12)); content: ""; }
.profile-intro > p:not(.section-label) { margin-bottom: 1rem; color: var(--muted); }
.profile-intro .profile-purpose { margin-bottom: 0; padding-left: 1rem; border-left: 2px solid var(--violet); }
.profile-motto { margin: 1.5rem 0 0; }
.profile-motto figcaption { margin-bottom: .55rem; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.profile-motto blockquote { margin: 0; color: var(--accent); font-size: 1.125rem; line-height: 1.65; }
.profile-motto blockquote > * { display: block; }
.profile-motto strong { color: var(--violet); font-weight: 550; }
.profile-details { align-self: start; }
.profile-detail .reveal-heading { min-height: 88px; padding-block: 1.1rem; }
.detail-title { display: block; margin: 0; font-size: 1.05rem; font-weight: 500; }
.detail-preview { display: block; margin: .25rem 0 0; color: var(--muted); font-size: .9rem; }
.profile-detail .detail-body { padding: .35rem .8rem 1.3rem; }
.profile-detail[data-expanded="true"] .reveal-heading { padding-left: .8rem; }
.detail-note { font-size: .875rem; line-height: 1.6; }
.capabilities { margin: 0; }
.capabilities > div { margin-bottom: .9rem; }
.capabilities dt { color: var(--ink); font-weight: 500; }
.capabilities dd { margin: .1rem 0 0; }
.values-list { margin: 0; padding: 0; list-style: none; }
.values-list li { margin-bottom: .85rem; }
.values-list strong { font-weight: 500; color: var(--ink); }
.contact-action { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem 1.1rem; }
.contact-action .quiet-link { margin-top: 0; }
.contact-address { color: var(--muted); font-size: 1rem; overflow-wrap: anywhere; }
.connection-steps { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.2rem; margin: 2rem 0 1.5rem; padding: 0; list-style: none; }
.connection-steps::before { position: absolute; top: 16px; left: 16px; right: 16px; height: 1px; background: linear-gradient(90deg,#ac8097,#b19bc8,#e1d5dc); content: ""; }
.connection-steps li { position: relative; }
.step-number { position: relative; z-index: 1; display: inline-flex; justify-content: center; align-items: center; width: 32px; height: 32px; margin-bottom: 1rem; border-radius: 50%; color: var(--white); background: var(--accent); box-shadow: 0 0 0 6px var(--paper); font-size: .875rem; }
.connection-steps li:nth-child(2) .step-number { background: #58304f; }
.connection-steps li:nth-child(3) .step-number { background: var(--violet); }
.connection-steps h3 { margin-bottom: .6rem; }
.connection-steps p { margin-bottom: 0; color: var(--muted); }
.connection-closing { margin: 1.8rem 0 0; color: var(--accent); font-size: .95rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; margin-top: 1rem; padding-block: 1.7rem 2rem; padding-inline: max(var(--pad), calc((100% - var(--width)) / 2)); border-top: 1px solid #73516b; background: var(--accent-deep); color: #e4d6df; font-size: .875rem; }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer p { margin: 0; }
@media (max-width: 1060px) {
  .header-inner { gap: 1.5rem; flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .languages { margin-left: 0; }
  .site-nav { order: 4; width: 100%; gap: 1rem 2rem; flex-wrap: wrap; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: flex; padding-block: .25rem .5rem; }
}
@media (max-width: 720px) {
  .hero { padding-bottom: 2rem; }
  .needs { gap: 1.25rem; }
  .service .reveal-heading { grid-template-columns: minmax(0,1fr) 44px; gap: .45rem 1rem; }
  .service-name { grid-column: 1; }
  .service-intro { grid-column: 1; }
  .service .disclosure-toggle { grid-column: 2; grid-row: 1 / 3; }
  .service-body { grid-template-columns: 1fr; gap: 1rem; }
  .profile { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.75rem; }
  .connection-steps { gap: 1.5rem; }
}
@media (max-width: 560px) {
  .header-inner { gap: .5rem 1rem; min-height: 78px; padding-block: .7rem; }
  .brand { gap: .65rem; font-size: .95rem; }
  .portrait-frame,.brand-photo { width: 40px; height: 40px; }
  .languages { order: 3; width: 100%; justify-content: flex-end; gap: .5rem; }
  .language-link { min-height: 32px; }
  .site-nav { gap: 0; }
  .site-nav a { width: 100%; min-height: 44px; }
  html { scroll-padding-top: 9.5rem; }
  .hero { padding-top: 2rem; }
  .hero-lead { font-size: 1rem; }
  .needs { grid-template-columns: 1fr; gap: .8rem; margin-top: 1.5rem; }
  .need { flex-direction: row; align-items: center; gap: 1rem; padding: 1rem; }
  .need-title { max-width: 24ch; }
  .need-link { min-width: 0; flex: 0 0 36%; gap: .25rem; font-size: .875rem; line-height: 1.45; }
  .need-link .link-arrow { flex-shrink: 0; width: 18px; }
  .section { padding-block: 2rem; }
  .profile { width: 100%; border-inline: 0; border-radius: 0; padding: 2rem var(--pad); margin-block: .75rem; }
  .connection-steps { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 1.75rem; }
  .connection-steps::before { top: 16px; bottom: 16px; left: 16px; right: auto; width: 1px; height: auto; background: linear-gradient(#ac8097,#b19bc8,#e1d5dc); }
  .connection-steps li { padding-left: 3rem; }
  .step-number { position: absolute; top: 0; left: 0; margin: 0; }
  .site-footer { display: block; }
  .site-footer p { margin-top: .4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle,.languages,.site-nav { display: none !important; }
  .profile { break-inside: avoid; }
}
