@font-face {
  font-family: Bricolage;
  src: url("bricolage.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: Source;
  src: url("source-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --plum: #392d43;
  --muted-plum: #675d6e;
  --coral: #f48270;
  --rust: #a53d32;
  --paper: #fffcf8;
  --lilac: #eee7f4;
  --peach: #fae5d9;
  --display: Bricolage, Arial, sans-serif;
  --reading: Source, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 28px; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--plum); font-family: var(--reading); font-size: 1.125rem; line-height: 1.6; }
a { color: inherit; }
button, summary { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--rust); outline-offset: 5px; }
::selection { color: var(--plum); background: var(--coral); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; }
button[hidden] { display: none; }
.access-jump { position: absolute; left: 20px; top: -90px; padding: 10px 18px; z-index: 100; color: white; background: var(--plum); }
.access-jump:focus { top: 12px; }
.reading-width { width: min(1160px, calc(100% - 100px)); margin-inline: auto; }

/* The directory is native HTML. It is available with scripts disabled. */
.masthead { width: min(1320px, calc(100% - 72px)); margin: auto; min-height: 112px; display: flex; align-items: center; gap: 40px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-lockup svg { width: 43px; height: 43px; flex: none; }
.brand-lockup > span { font-family: var(--display); font-size: .875rem; font-weight: 700; line-height: 1.12; letter-spacing: .025em; }
.masthead-description { margin-left: auto; font-size: .9375rem; color: var(--muted-plum); }
.page-directory { position: relative; z-index: 10; font-size: .9375rem; }
.page-directory > summary { cursor: pointer; padding-block: 12px; text-underline-offset: 5px; }
.page-directory > summary:hover { text-decoration: underline; }
.page-directory nav { position: absolute; right: 0; top: 51px; width: 245px; display: grid; background: var(--plum); border-radius: 15px; padding: 18px; box-shadow: 0 12px 25px #392d4320; }
.page-directory nav a { color: var(--paper); padding: 8px 10px; text-decoration: none; border-radius: 5px; }
.page-directory nav a:hover { background: #ffffff16; }
.page-directory nav a:focus-visible { outline-color: var(--coral); }

/* A question-led opening with useful routes into the page. */
.question-board { margin: 0 24px; border-radius: 30px; padding: 55px 35px 29px; background: var(--lilac); text-align: center; }
.opening-note { display: inline-flex; align-items: center; gap: 8px; font-size: .9375rem; color: #605267; margin-bottom: 23px; }
.opening-note > span { color: var(--rust); font-size: 1.4rem; }
h1 { font-size: clamp(3.6rem, 6.6vw, 6.1rem); letter-spacing: -.035em; line-height: 1.04; font-weight: 650; }
h1 > span { color: var(--rust); }
.opening-copy { max-width: 660px; margin: 26px auto 0; font-size: 1.1875rem; line-height: 1.6; color: #62556b; }
.starting-points { max-width: 1130px; margin: 43px auto 0; }
.starting-points > p { font-size: .9375rem; margin-bottom: 15px; }
.question-links { display: flex; gap: 15px; }
.question-links > a { flex: 1; min-width: 0; border: 1px solid #d8ccdf; background: var(--paper); border-radius: 14px; padding: 21px 19px; text-align: left; text-decoration: none; transition: background-color .18s, border-color .18s; }
.question-links > a:hover { background: #fbded5; border-color: #d59a8b; }
.question-links span { font-family: var(--display); font-size: 1.075rem; font-weight: 600; display: block; line-height: 1.4; }
.question-links small { display: block; margin-top: 7px; font-size: .875rem; color: var(--muted-plum); }
.scope-caption { margin-top: 32px; font-size: .8125rem; color: #776b7e; }

.perspective-block { padding-block: 112px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; }
.margin-note { display: block; font-size: .9375rem; color: var(--rust); margin-bottom: 19px; }
h2 { font-size: clamp(2.4rem, 3.6vw, 3.4rem); line-height: 1.13; letter-spacing: -.035em; }
.perspective-heading h2 > span { color: var(--rust); }
.perspective-copy > p { color: var(--muted-plum); font-size: 1.125rem; line-height: 1.75; }
.perspective-copy > p + p { margin-top: 20px; }
.principle-note { background: #f8eee7; border-left: 4px solid var(--coral); border-radius: 0 13px 13px 0; padding: 21px 24px; margin-top: 28px; }
.principle-note strong { font-weight: 600; font-size: 1rem; }
.principle-note p { margin-top: 7px; font-size: 1rem; color: var(--muted-plum); line-height: 1.7; }

/* Services are grouped by the job they do, with all copy visible. */
.focus-collection { padding-bottom: 105px; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 35px; }
.collection-heading > p { max-width: 390px; color: var(--muted-plum); font-size: 1.0625rem; line-height: 1.7; }
.focus-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.focus-panel { min-width: 0; border-radius: 22px; padding: 30px 35px 35px; }
.discovery-panel { background: #eee7f4; }
.connection-panel { background: var(--peach); }
.panel-theme { font-size: .9375rem; color: #695b70; padding-bottom: 22px; }
.focus-entry { border-top: 1px solid #392d4333; padding-top: 25px; scroll-margin-top: 30px; }
.focus-entry + .focus-entry { margin-top: 31px; }
.focus-entry h3 { font-size: 1.875rem; line-height: 1.18; letter-spacing: -.035em; margin-bottom: 14px; }
.focus-entry > p { font-size: 1.0625rem; line-height: 1.75; color: #62536a; }
.focus-entry .focus-detail { font-size: .875rem; color: #62536a; line-height: 1.6; margin-top: 16px; }

.answer-room { padding-bottom: 104px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.question-glyph { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; background: var(--coral); color: var(--plum); font-family: var(--display); font-size: 1.9rem; font-weight: 600; margin-bottom: 23px; }
.answer-introduction > p { color: var(--muted-plum); font-size: 1.0625rem; margin-top: 20px; max-width: 300px; }
.answer-stack { border-top: 1px solid #d8d1db; }
.answer-stack > details { padding-block: 24px; border-bottom: 1px solid #d8d1db; }
.answer-stack summary { cursor: pointer; font-family: var(--display); font-size: 1.125rem; font-weight: 500; line-height: 1.5; padding-right: 10px; }
.answer-stack summary::marker { color: var(--rust); font-size: .8em; }
.answer-stack details > p { padding-left: 20px; margin-top: 16px; color: var(--muted-plum); font-size: 1.0625rem; line-height: 1.8; }

/* A single conversation card, distinct from the information-led footer. */
.conversation-card { position: relative; background: var(--coral); width: min(940px, calc(100% - 100px)); margin: 8px auto 83px; padding: 63px 45px 38px; border-radius: 25px; text-align: center; }
.conversation-tab { position: absolute; left: 50%; top: -18px; transform: translateX(-50%); background: var(--plum); color: white; font-size: .9375rem; font-weight: 500; padding: 8px 20px; border-radius: 8px; white-space: nowrap; }
.conversation-card h2 { font-size: clamp(2.9rem, 4.3vw, 4.15rem); }
.conversation-card > p:not(.address-line):not(.delivery-note) { max-width: 520px; margin: 22px auto 27px; font-size: 1.125rem; color: #4e3544; line-height: 1.7; }
.contact-actions { display: flex; justify-content: center; align-items: start; gap: 13px; flex-wrap: wrap; }
.write-action, address-clipboard button { padding: 13px 23px; border-radius: 8px; font-family: var(--reading); font-size: 1rem; font-weight: 600; line-height: 1.5; min-height: 50px; }
.write-action { background: var(--plum); color: white; text-decoration: none; border: 1px solid var(--plum); }
.write-action:hover { background: #4f3c5c; }
address-clipboard { display: block; }
address-clipboard button { border: 1px solid #392d4366; background: transparent; color: var(--plum); cursor: pointer; }
address-clipboard button:hover { background: #ffffff24; }
.copy-feedback { display: block; max-width: 240px; font-size: .8125rem; line-height: 1.5; margin-top: 5px; }
.copy-feedback:empty { display: none; }
.address-line { font-size: .9375rem; margin-top: 23px; }
.address-line a { text-underline-offset: 3px; overflow-wrap: anywhere; }
.delivery-note { font-size: .8125rem; margin-top: 6px; color: #573b49; }
.conversation-card a:focus-visible, .conversation-card button:focus-visible { outline-color: var(--plum); }

.closing-page { text-align: center; padding: 0 24px 43px; }
.closing-thought { color: var(--muted-plum); font-size: .9375rem; margin-bottom: 20px; }
.closing-signature { font-family: var(--display); font-size: clamp(3.8rem, 10.8vw, 9.5rem); line-height: .91; letter-spacing: -.035em; font-weight: 700; }
.closing-signature > span { color: var(--rust); }
.copyright-note { font-size: .8125rem; color: var(--muted-plum); margin-top: 27px; }
#legal-placeholder { min-height: 1px; }

@media (max-width: 1000px) {
  .reading-width { width: calc(100% - 70px); }
  .masthead { gap: 30px; }
  .masthead-description { font-size: .875rem; }
  .question-board { padding-inline: 26px; }
  .question-links { gap: 11px; }
  .question-links > a { padding: 18px 16px; }
  .question-links span { font-size: 1rem; }
  .perspective-block { gap: 50px; padding-block: 85px; }
  .focus-panel { padding: 26px; }
  .focus-entry h3 { font-size: 1.7rem; }
  .answer-room { gap: 50px; }
}
@media (max-width: 760px) {
  .masthead { width: calc(100% - 44px); min-height: 92px; gap: 20px; justify-content: space-between; }
  .masthead-description { display: none; }
  .question-board { margin-inline: 15px; border-radius: 24px; padding-top: 40px; }
  h1 { font-size: clamp(2.9rem, 8vw, 4.1rem); }
  .opening-copy { font-size: 1.0625rem; max-width: 530px; }
  .starting-points { margin-top: 30px; }
  .question-links { flex-direction: column; gap: 10px; max-width: 530px; margin-inline: auto; }
  .question-links > a { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .question-links small { margin: 0; max-width: 175px; }
  .scope-caption { margin-top: 23px; }
  .perspective-block { grid-template-columns: 1fr; gap: 30px; padding-block: 70px; }
  .perspective-heading h2 { max-width: 540px; }
  .perspective-heading h2 br { display: none; }
  .perspective-heading h2 span { display: block; }
  .perspective-copy { max-width: 650px; }
  .collection-heading { align-items: start; gap: 30px; }
  .collection-heading h2 { font-size: 2.4rem; }
  .collection-heading > p { max-width: 275px; font-size: 1rem; }
  .focus-panels { grid-template-columns: 1fr; gap: 20px; }
  .focus-panel { padding: 29px; }
  .focus-entry h3 { font-size: 1.875rem; }
  .focus-collection { padding-bottom: 72px; }
  .answer-room { grid-template-columns: 1fr; gap: 29px; padding-bottom: 75px; }
  .answer-introduction > p { max-width: 500px; }
  .answer-introduction h2 br { display: none; }
  .question-glyph { display: none; }
  .conversation-card { width: calc(100% - 60px); padding: 50px 30px 32px; margin-bottom: 60px; }
}
@media (max-width: 480px) {
  .reading-width { width: calc(100% - 42px); }
  .masthead { width: calc(100% - 36px); min-height: 85px; }
  .brand-lockup { gap: 9px; }
  .brand-lockup svg { width: 37px; height: 37px; }
  .brand-lockup > span { font-size: .75rem; }
  .page-directory { font-size: .875rem; }
  .page-directory nav { width: 235px; }
  .question-board { margin-inline: 10px; padding: 34px 18px 22px; border-radius: 20px; }
  .opening-note { font-size: .8125rem; gap: 6px; line-height: 1.4; text-align: left; margin-bottom: 21px; }
  h1 { font-size: clamp(2.75rem, 11.4vw, 3.6rem); line-height: 1.07; }
  h1 br { display: none; }
  .opening-copy { font-size: 1rem; line-height: 1.65; margin-top: 19px; }
  .starting-points > p { font-size: .875rem; }
  .question-links > a { display: block; padding: 15px 17px; }
  .question-links small { max-width: none; margin-top: 3px; }
  .scope-caption { font-size: .75rem; max-width: 275px; margin-inline: auto; line-height: 1.7; }
  h2 { font-size: 2.25rem; }
  .perspective-block { padding-block: 59px; gap: 24px; }
  .margin-note { font-size: .875rem; margin-bottom: 14px; }
  .perspective-copy > p { font-size: 1.0625rem; line-height: 1.75; }
  .principle-note { padding: 18px 20px; }
  .collection-heading { display: block; margin-bottom: 24px; }
  .collection-heading h2 { font-size: 2.25rem; }
  .collection-heading > p { max-width: none; margin-top: 19px; }
  .focus-panel { padding: 23px; border-radius: 19px; }
  .panel-theme { font-size: .875rem; padding-bottom: 18px; }
  .focus-entry { padding-top: 21px; }
  .focus-entry h3 { font-size: 1.7rem; }
  .focus-entry > p { font-size: 1rem; }
  .focus-entry .focus-detail { font-size: .8125rem; }
  .focus-collection { padding-bottom: 59px; }
  .answer-introduction > p { font-size: 1rem; margin-top: 16px; }
  .answer-stack summary { font-size: 1rem; }
  .answer-stack details > p { font-size: 1rem; padding-left: 15px; }
  .answer-stack > details { padding-block: 21px; }
  .conversation-card { width: calc(100% - 30px); border-radius: 20px; padding: 48px 20px 29px; }
  .conversation-tab { font-size: .875rem; }
  .conversation-card h2 { font-size: 2.5rem; }
  .conversation-card > p:not(.address-line):not(.delivery-note) { font-size: 1rem; }
  .contact-actions { gap: 10px; flex-direction: column; align-items: center; }
  .write-action, address-clipboard button { min-width: 222px; }
  .address-line { font-size: .875rem; }
  .delivery-note { font-size: .75rem; }
  .closing-thought { font-size: .875rem; }
  .closing-signature { font-size: 4.7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
@media print {
  .page-directory, .access-jump, address-clipboard { display: none; }
  .question-board, .focus-panel, .conversation-card { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .focus-entry { break-inside: avoid; }
}
