/* Open layouts and the mcozma display voice. */
@font-face {
  font-family: "mcozma Jedira";
  src: url("fonts/Jedira-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root { --font-display: "mcozma Jedira", Georgia, "Times New Roman", serif; }
/* Keep the page and navigation still when a different link becomes bold. */
html { overflow-y: scroll; }
.header nav a[data-nav-label] { display: grid; }
.header nav a[data-nav-label]::after {
  content: attr(data-nav-label);
  font-weight: 600;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

/* A quiet row of original company marks, with no cards or automatic motion. */
.experience-brands { padding: 20px 0 35px; margin-bottom: 68px; border-bottom: 1px solid var(--line); }
.experience-brands h2 { font-family: var(--font); font-size: 11px; font-weight: 500; letter-spacing: .12em; line-height: 1.5; margin: 0 0 22px; }
.company-logos { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 8px; list-style: none; padding: 0; margin: 0; }
.company-logos li { display: flex; justify-content: center; align-items: center; height: 80px; overflow: hidden; }
.company-logos img { width: min(250px, 200%); height: auto; max-width: none; flex-shrink: 0; }

/* Give the story more presence than the portrait. */
.about-section { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.about-section .portrait-frame { width: 100%; max-width: 360px; height: 450px; justify-self: center; }
@media (max-width: 1100px) {
  .company-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 24px; }
}
@media (max-width: 700px) {
  .experience-brands { padding-top: 10px; margin-bottom: 48px; }
  .company-logos { gap: 0; }
  .company-logos li { height: 70px; }
  .company-logos img { width: min(210px, 200%); }
  .about-section { grid-template-columns: 1fr; }
  .about-section .portrait-frame { max-width: 290px; height: 360px; }
}
.brand-phrase, .brand-display, .preview-panel > div:first-child h2, .story-section h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-synthesis: none;
  font-kerning: normal;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0, "dlig" 0, "calt" 0;
  letter-spacing:-.003em;
}
h1 .brand-phrase, h2 .brand-phrase { color: inherit; }
.hero h1 { line-height: 1.08; }
.hero h1 .brand-phrase { line-height: 1.12; }
.contact-band h2 .brand-phrase { color: #fff; }

/* Content sits on the page; lines and spacing establish hierarchy. */
.point-of-view {
  background: none;
  border-radius: 0;
  border-top: 1px solid var(--line);
  padding: 52px 0 0;
  gap: 90px;
}
.belief-list { gap: 28px; }
.mentor-topics {
  background: none;
  border-radius: 0;
  padding: 0 0 0 42px;
  border-left: 1px solid var(--line);
}
.mentor-topics blockquote, .recommendation-card blockquote {
  font-family: var(--font);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -.025em;
  line-height: 1.5;
}
.mentor-topics cite { font-family: var(--font); }
.decised-feature {
  background: none;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 35px 0 40px;
  gap: 70px;
}
.decised-feature:after { display: none; }
.decised-feature:hover { border-color: var(--line); }
.decised-feature h3 { margin-top: 19px; }
.decised-feature .decised-detail { padding-left: 18px; }
.live-tag { display: inline-flex; align-items: center; gap: 9px; }
.live-tag:before { content: ""; width: 6px; height: 6px; background: var(--ink); border-radius: 50%; }
.company-section {
  background: none;
  border: 0;
  border-top: 1px solid var(--ink);
  border-radius: 0;
  padding: 42px 0 0;
  overflow: visible;
}
.company-section:before { display: none; }
.company-heading { margin-bottom: 38px; }
.company-body { gap: 90px; }
.company-services { border-top: 0; }
.company-services summary { padding-top: 0; padding-bottom: 22px; }
.company-services details + details summary { padding-top: 22px; }

/* Mentorship becomes an open set of topics and a row of quotations. */
.mentoring-grid { gap: 18px 38px; }
.mentoring-grid article { background: none; border-radius: 0; padding: 25px 0 20px; border-top: 1px solid var(--line); }
.mentoring-grid h3 { font-size: 22px; }
.mentoring-grid p { max-width: 330px; }
.recommendation-track { gap: 30px; grid-auto-columns: calc((100% - 60px) / 3); padding-top: 10px; }
.recommendation-card {
  background: none;
  border-radius: 0;
  border-right: 1px solid var(--line);
  padding: 3px 28px 10px 0;
  min-height: 310px;
}
.recommendation-card:last-child { border-right: 0; }
.recommendation-card blockquote { margin: 28px 0; }
.recommendation-person img { width: 44px; height: 44px; }
.review-source { margin-top: auto; }

/* Books keep their own physical shape rather than sitting in tiles. */
.book-grid { gap: 40px 34px; }
.book-image, .reading-more[open] .book-image {
  background: none;
  border-radius: 0;
  padding: 12px 20px 18px 0;
  aspect-ratio: 1 / 1.12;
  justify-content: flex-start;
}
.book-image img { object-position: left center; }
.book-image > span { right: 12px; bottom: 19px; }
.book-item h3 { margin-top: 9px; }
.reading-more[open] > .book-grid { padding-top: 24px; }

/* Contact and access routes use open columns and fine rules. */
.client-enquiry { background: none; border-radius: 0; border-top: 1px solid var(--line); padding: 38px 0 0; }
.contact-options { gap: 35px; }
.contact-options > a {
  background: none;
  border-radius: 0;
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.contact-options > a h2 { transition: color .18s; }
.contact-options > a:hover h2 { color: #56565b; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.access-card { background: none; border-radius: 0; border-left: 1px solid var(--line); padding: 0 0 0 40px; }
.access-status { background: none; border-radius: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
.project-art, .public-cover img, .private-cover img { border-radius: 8px; }

@media (max-width: 1100px) {
  .point-of-view, .company-body { gap: 44px; }
  .mentor-topics { padding-left: 30px; }
  .decised-feature { gap: 40px; }
  .recommendation-track { grid-auto-columns: calc((100% - 30px) / 2); }
  .recommendation-card { padding-right: 24px; }
  .book-grid { gap: 32px 25px; }
}
@media (max-width: 700px) {
  .hero h1 { font-size: clamp(37px, 8.8vw, 57px); }
  .point-of-view { padding: 35px 0 0; gap: 35px; }
  .mentor-topics { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .decised-feature { padding: 28px 0 32px; gap: 25px; }
  .decised-feature .decised-detail { padding: 0; }
  .company-section { padding: 30px 0 0; }
  .company-heading { margin-bottom: 28px; }
  .company-body { gap: 30px; }
  .mentoring-grid { gap: 0; }
  .mentoring-grid article { padding: 24px 0; }
  .recommendations .section-heading { position: relative; display: block; }
  .recommendations .section-heading .eyebrow { padding-right: 100px; margin-bottom: 26px; }
  .recommendations .recommendation-controls { position: absolute; right: 0; top: 0; }
  .recommendations .section-heading h2 { font-size: 33px; }
  .recommendation-track { grid-auto-columns: 88%; gap: 22px; }
  .recommendation-card { padding: 3px 22px 10px 0; min-height: 325px; }
  .book-grid { gap: 32px 23px; }
  .book-image, .reading-more[open] .book-image { padding: 7px 12px 14px 0; }
  .client-enquiry { padding: 28px 0 0; }
  .contact-options { gap: 0; }
  .access-card { padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}
@media (prefers-reduced-motion: reduce) {
  .contact-options > a:hover h2 { transform: none; }
}


.project-copy .project-capability { color: var(--muted); font-size: 13px; line-height: 1.6; margin: -5px 0 20px; }
.preview-details { margin: 32px 0 0; }
.preview-details > div { padding: 18px 0; border-top: 1px solid var(--line); }
.preview-details dt { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.preview-details dd { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.about-jump-links { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 32px; font-size: 13px; }
.about-jump-links a { text-underline-offset: 5px; }
.about-jump-links a:hover { text-decoration: underline; }
.leadership-section { padding: 30px 0 80px; }
.leadership-section .section-heading { align-items: end; }
.leadership-section .section-heading h2 { max-width: 610px; font-size: clamp(32px, 3.3vw, 44px); }
.leadership-practices { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px; }
.leadership-practices article { padding-top: 23px; border-top: 1px solid var(--line); }
.leadership-practices .eyebrow { margin-bottom: 17px; }
.leadership-practices h3 { font-size: 24px; margin-bottom: 15px; }
.leadership-practices p:not(.eyebrow) { font-size: 15px; line-height: 1.7; color: var(--muted); }
.experience-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 65px 0 25px; }
.experience-heading h3 { font-size: 24px; }
.experience-heading .text-link { font-size: 13px; }
.experience-list { list-style: none; padding: 0; margin: 0; }
.experience-list li { display: grid; grid-template-columns: 1fr 1.5fr; gap: 55px; padding: 26px 0; border-top: 1px solid var(--line); }
.experience-list h4 { font-size: 22px; font-weight: 500; margin: 0 0 10px; }
.experience-list span { font-size: 12px; color: var(--muted); }
.experience-list h5 { font-size: 16px; font-weight: 600; margin: 0 0 10px; }
.experience-list p { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 620px; }
.experience-list .text-link { display: inline-block; margin-top: 13px; font-size: 13px; }
.earlier-experience { border-block: 1px solid var(--line); margin-top: 10px; }
.earlier-experience summary { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 14px; }
.earlier-experience summary::-webkit-details-marker { display: none; }
.earlier-experience[open] summary span { transform: rotate(45deg); }
.earlier-experience > div { max-width: 730px; padding: 0 0 26px; }
.earlier-experience p { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 16px; }
.earlier-experience .text-link { font-size: 13px; }
@media (max-width: 700px) {
  .leadership-section { padding: 15px 0 54px; }
  .leadership-practices { grid-template-columns: 1fr; gap: 25px; }
  .experience-list li { grid-template-columns: 1fr; gap: 20px; }
  .experience-heading { margin-top: 42px; align-items: start; }
  .experience-heading h3 { font-size: 21px; }
  .about-jump-links { gap: 18px; }
}

/* Section colour is shared vocabulary, never a card or a hover state. */
:root {
  --gradient-lemon: linear-gradient(155deg, #f2ff49 0%, #f7ff8b 42%, #ffffef 100%);
  --section-grey: #f5f5f6;
  --gradient-ivory: linear-gradient(125deg, #f7f3e9 0%, #fcf9f1 55%, #fffdf8 100%);
}
.colour-section { width: 100%; }
.tone-lemon { background: var(--gradient-lemon); }
.tone-grey { background: var(--section-grey); }
.tone-ivory { background: var(--gradient-ivory); }
.tone-intro { background: var(--paper); }
.colour-section:not(.tone-intro) { --line: #1d1d1f26; --muted: #53535c; }
.colour-section:not(.tone-intro) > .container {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
  border-top: 0;
}
.colour-section:not(.tone-intro) > .about-mentorship { padding-bottom: 24px; }
.colour-section:not(.tone-intro) > .about-mentorship + .recommendations { padding-top: 48px; }
.colour-section > .mentor-section { align-items: start; }
.colour-section > .lab-section .decised-feature { padding-bottom: 0; }
.colour-section > .lab-section .section-heading { margin-bottom: 35px; }
.colour-section > .lab-section .decised-feature:hover { border-color: var(--line); }
.colour-section + .container { margin-top: 80px; }
.colour-section.tone-intro + .container { margin-top: 0; }
.colour-section.tone-intro + .work-section { padding-top: 0; }
.colour-section .mentor-topics { border-left-color: var(--line); }
.colour-section .mentoring-grid article { border-top-color: var(--line); }
.colour-section .recommendation-card { border-right-color: var(--line); }
.colour-section .recommendation-controls button { background: #ffffffa8; }
.colour-section .recommendation-controls button:hover:enabled { background: #fff; border-color: #adadb2; }
.colour-section .process-outputs { color: #62605a; }
.colour-section .review-source { color: #62626d; }
.colour-section .process-step:last-child { border-bottom: 0; }
.colour-section .company-wordmark { color: var(--ink); }
@media (max-width: 700px) {
  .colour-section:not(.tone-intro) > .container { padding-top: 54px; padding-bottom: 54px; }
  .colour-section:not(.tone-intro) > .about-mentorship { padding-bottom: 12px; }
  .colour-section:not(.tone-intro) > .about-mentorship + .recommendations { padding-top: 36px; }
  .colour-section + .container { margin-top: 54px; }
  .colour-section.tone-intro + .container { margin-top: 0; }
}


/* Optical balance between the display face and its sans-serif lead-in. */
h1:has(.brand-phrase), h1:has(.brand-display), .contact-band h2:has(.brand-phrase) {
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.028em;
}
h1 .brand-phrase, h1 .brand-display, .contact-band h2 .brand-phrase {
  font-size: .95em;
  line-height: 1.12;
}
.header nav { font-size: 16px; }
.header nav a:hover { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.header nav a[aria-current] { text-decoration: none; }
.menu-toggle { font-size: 16px; }

/* Colour communicates action; the target keeps its position. */
.button, .nav-cta, .text-link, .reset-note, .perspective-controls button,
.recommendation-controls button, .menu-toggle {
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button, .nav-cta { min-height: 44px; }
.button:hover, .button:active, .nav-cta:hover, .nav-cta:active { transform: none; }
.button.dark:hover, .nav-cta:hover { background: #444448; color: #fff; }
.button.dark:active, .nav-cta:active { background: #080809; color: #fff; box-shadow: inset 0 0 0 2px #737378; }
.button.accent:hover { background: #fff; color: var(--ink); }
.button.accent:active { background: #e2eb56; color: var(--ink); box-shadow: inset 0 0 0 2px #777b31; }
.text-link:hover { color: #56565b; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link:active { color: #080809; text-decoration-thickness: 2px; }
.reset-note:hover, .perspective-controls button:not([aria-pressed="true"]):hover { background: #e9e9ec; color: var(--ink); }
.reset-note:active, .perspective-controls button:not([aria-pressed="true"]):active { background: #dcdcE0; }
.reset-note { border-radius: 5px; min-height: 32px; }
.perspective-controls button { min-height: 40px; }
.recommendation-controls button:hover:enabled,
.colour-section .recommendation-controls button:hover:enabled { background: var(--ink); color: #fff; border-color: var(--ink); }
.recommendation-controls button:active:enabled { background: #444448; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible,
.note-content textarea:focus-visible, .recommendation-track:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 5px;
  box-shadow: 0 0 0 2px #fff;
}
.contact-band :where(a, button):focus-visible { outline-color: #fff; box-shadow: 0 0 0 2px var(--ink); }
.project-art { transition: box-shadow .2s ease; }
.project-art:hover, .project-art:focus-visible { box-shadow: 0 0 0 2px #c1c1c7; }
summary { transition: color .18s ease; }
summary:hover { color: #56565b; }
summary:active { color: #080809; }
.earlier-experience summary > span { transition: transform .26s ease; }
.note-check span { transition: opacity .18s ease; }

/* A direct, email-led invitation flow. */
.preview-panel .access-card .access-help { font-size: 13px; line-height: 1.6; margin: 16px 0 0; }
.preview-panel .access-card .access-followup { font-size: 14px; margin-top: 24px; }
.access-page { max-width: var(--content); padding-top: 0; }
.access-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: start; }
.access-steps { list-style: none; padding: 0; margin: 0; }
.access-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--line); }
.access-step-number { font-size: 12px; color: var(--muted); padding-top: 5px; }
.access-steps h2 { font-family: var(--font); font-size: 24px; font-weight: 500; line-height: 1.2; }
.access-steps p, .access-invitation p { margin-top: 14px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.access-invitation { padding-top: 25px; border-top: 1px solid var(--line); }
.access-invitation h2 { font-size: 30px; font-weight: 400; }
.access-invitation .button { margin-top: 26px; }
.access-invitation .access-help { font-size: 13px; }
.access-invitation .access-returning { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.access-returning a { text-decoration: underline; text-underline-offset: 4px; }
.access-back { margin-top: 34px; }
@media (max-width: 700px) {
  .header nav { font-size: 18px; }
  .header nav.open { animation: menu-reveal .2s ease both; }
  .access-layout { grid-template-columns: 1fr; gap: 30px; }
  .access-page { padding-bottom: 65px; }
}
@keyframes menu-reveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* Match the disclosure icon to the requested state during closing. */
summary[aria-expanded="false"] .details-icon, .company-services details[open] summary[aria-expanded="false"] > span:last-child, .earlier-experience[open] summary[aria-expanded="false"] > span { transform: none; }

/* Keep labels and directional icons on the same optical centre. */
.button .cta-icon, .nav-cta .cta-icon, .text-link .cta-icon, .live-status .cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1em;
  width: 1em;
  height: 20px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}

/* Keep the public legal entry alongside the existing footer utilities. */
.footer-with-legal { align-items: center; padding-block: 14px; }
.footer-utility { display: flex; align-items: center; gap: 24px; font-size: 12px; }
.footer-utility a { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 4px; }
.footer-utility a:hover, .footer-utility a:focus-visible { color: var(--ink); text-decoration: underline; }
.footer-utility a[aria-current="page"] { color: var(--ink); font-weight: 600; }

/* Project stories have room for context before the reader opens a case study. */
.project-list { counter-reset: project-number; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.project-row { counter-increment: project-number; border-top: 1px solid var(--line); scroll-margin-top: 60px; }
.project-link {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding: 40px 0;
}
.project-row .project-copy { padding: 0; }
.project-meta { display: flex; align-items: baseline; gap: 20px; margin-bottom: 26px; }
.project-row .project-meta .eyebrow { margin: 0; font-size: 10px; line-height: 1.65; letter-spacing: .07em; }
.project-position::before { content: counter(project-number, decimal-leading-zero); }
.project-position { margin-left: auto; flex-shrink: 0; font-size: 10px; color: var(--muted); font-variant-numeric: tabular-nums; }
.project-row .project-copy h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.14; font-weight: 500; letter-spacing: -.025em; max-width: 490px; margin: 0 0 20px; }
.project-row .project-copy .project-summary { font-size: 16px; line-height: 1.65; color: #53535b; max-width: 440px; margin: 0 0 18px; }
.project-row .project-copy .project-capability { margin: 0 0 28px; font-size: 12px; line-height: 1.6; }
.project-row .project-copy .project-stage { margin: 0 0 28px; font-size: 12px; line-height: 1.6; }
.project-row .project-art { width: 100%; aspect-ratio: 1.5; height: auto; border-radius: 6px; background: #f5f5f6; }
.project-row .project-art img { object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.25,1); }
.project-row .project-link:hover .text-link, .project-row .project-link:focus-visible .text-link { color: #56565b; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.project-row .project-link:active .text-link { color: var(--ink); }
.project-row .project-art:hover { box-shadow: none; }
.project-link:focus-visible { outline-offset: 8px; border-radius: 3px; }
.work-index { display: flex; align-items: center; gap: 24px; position: sticky; top: 80px; z-index: 7; padding: 13px 0; background: #ffffffed; backdrop-filter: blur(16px); overflow-x: auto; scrollbar-width: thin; }
.work-index a { display: inline-grid; flex-shrink: 0; min-height: 32px; align-items: center; font-size: 12px; color: var(--muted); text-underline-offset: 5px; }
.work-index a::after { content: attr(data-project-label); font-weight: 600; visibility: hidden; height: 0; overflow: hidden; pointer-events: none; }
.work-index a:hover { color: var(--ink); text-decoration: underline; }
.work-index a[aria-current="location"] { font-weight: 600; color: var(--ink); }
.work-index a:focus-visible { outline-offset: 2px; box-shadow: none; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .project-link:hover .project-art img { transform: scale(1.025); }
}
@media (max-width: 900px) {
  .project-link { gap: 34px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .project-row .project-copy h3 { font-size: 30px; }
  .project-row .project-art { aspect-ratio: 1.2; }
}
@media (max-width: 700px) {
  .project-row { scroll-margin-top: 50px; }
  .project-link { grid-template-columns: minmax(0, 1fr); gap: 25px; padding: 30px 0 36px; }
  .project-meta { margin-bottom: 20px; }
  .project-row .project-copy h3 { font-size: clamp(29px, 7.8vw, 36px); max-width: 440px; margin-bottom: 16px; }
  .project-row .project-copy .project-summary { font-size: 16px; }
  .project-row .project-copy .project-capability, .project-row .project-copy .project-stage { margin-bottom: 20px; }
  .project-row .project-art { aspect-ratio: 1.5; }
  .work-index { top: 72px; gap: 21px; padding: 10px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .project-row .project-art img { transition: none; }
  .project-link:hover .project-art img { transform: none; }
}

/* Establish current scope, then bring the work into view. */
.hero { min-height: 0; padding-top: 38px; padding-bottom: 38px; }
.hero-experience { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; line-height: 1.5; margin-top: 18px; color: var(--muted); text-underline-offset: 4px; }
.hero-experience:hover { color: var(--ink); text-decoration: underline; }
.note-disclosure { min-width: 0; }
.note-disclosure > summary { display: none; }
.note-canvas { height: 360px; }
.sticky-note { top: 27px; }
.experience-brands { padding-top: 8px; padding-bottom: 18px; margin-bottom: 36px; }
.experience-brands h2 { margin-bottom: 10px; }
.company-logos li { height: 58px; }
.work-section .section-heading { margin-bottom: 28px; }
.public-cover { margin-bottom: 48px; }
.public-cover img { width: 100%; height: auto; max-height: none; aspect-ratio: 16 / 9; object-fit: cover; }
.preview-details dt { line-height: 1.45; }
.footer-utility { flex-wrap: wrap; gap: 12px 24px; }
@media (max-width: 700px) {
  .hero { padding-top: 30px; padding-bottom: 24px; gap: 24px; }
  .hero .intro { font-size: 17px; line-height: 1.6; }
  .hero-experience { margin-top: 12px; font-size: 12px; }
  .note-disclosure > summary { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-block: 1px solid var(--line); list-style: none; font-size: 13px; cursor: pointer; }
  .note-disclosure > summary::-webkit-details-marker { display: none; }
  .note-disclosure[open] > summary { margin-bottom: 20px; }
  .note-disclosure[open] > summary span { transform: rotate(45deg); }
  .note-disclosure > summary span { transition: transform .2s ease; }
  .note-canvas { height: 370px; }
  .sticky-note { top: 28px; }
  .experience-brands { margin-bottom: 28px; }
  .company-logos li { height: 46px; }
  .public-cover { margin-bottom: 30px; }
  .public-cover img { aspect-ratio: 4 / 3; }
  .footer-utility { gap: 8px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .note-disclosure > summary span { transition: none; }
}

/* Feedback is kept separate from mentorship recommendations. */
.work-feedback { padding-top: 48px; padding-bottom: 72px; }
.work-feedback-heading { max-width: 760px; margin-bottom: 36px; }
.work-feedback-heading h2 { font-family: var(--font); font-size: clamp(30px, 3.2vw, 44px); font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.work-feedback-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.work-feedback-quote { margin: 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.work-feedback-quote blockquote { margin: 0 0 28px; }
.work-feedback-quote blockquote p { margin: 0; font-size: 20px; line-height: 1.5; color: var(--ink); }
.work-feedback-quote figcaption { margin-top: auto; font-size: 13px; font-weight: 500; }
.work-feedback-quote figcaption span { display: block; margin-top: 5px; color: var(--muted); font-weight: 400; line-height: 1.5; }
.work-feedback-footer { margin-top: 30px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.work-feedback-footer p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }
#colleague-feedback { scroll-margin-top: 104px; }
@media (max-width: 700px) {
  .work-feedback { padding-top: 30px; padding-bottom: 48px; }
  .work-feedback-grid { grid-template-columns: 1fr; gap: 28px; }
  .work-feedback-heading { margin-bottom: 28px; }
  .work-feedback-quote blockquote { margin-bottom: 20px; }
  .work-feedback-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
}

.leadership-example { max-width: 780px; border-left: 2px solid var(--ink); padding: 4px 0 4px 28px; margin: 12px 0 56px; }
.leadership-example h3 { font-size: 26px; line-height: 1.2; font-weight: 400; margin: 0 0 16px; }
.leadership-example > p:not(.eyebrow) { font-size: 17px; line-height: 1.65; color: var(--muted); }
.leadership-example > .leadership-example-source { font-size: 12px !important; margin-top: 18px; }
@media (max-width: 700px) { .leadership-example { padding-left: 20px; margin-bottom: 40px; } }
