/* Guidely: a shared, responsive design system. */
:root {
  --blue: #233fe4;
  --blue-dark: #1630c4;
  --ink: #182139;
  --muted: #5d677c;
  --line: #dce1ed;
  --paper: #ffffff;
  --wash: #f5f6fa;
  --lime: #dbfa91;
  --radius: 1.25rem;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Manrope', var(--font-body);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.65 var(--font-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -.035em; text-wrap: balance; }
h1, h2 { font-weight: 600; line-height: 1.08; }
h2 { font-size: clamp(2.25rem, 4.2vw, 3.7rem); }
h3 { font-size: 1.5rem; font-weight: 600; line-height: 1.3; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #bf6500; outline-offset: 5px; }
::selection { background: var(--lime); color: var(--ink); }
.container { width: min(1200px, calc(100% - 6rem)); margin-inline: auto; }
.section { padding-block: 6.5rem; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .12em; line-height: 1.6; margin-bottom: 1.4rem; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: white; color: var(--blue); border: 2px solid var(--blue); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: #ffffffed; border-bottom: 1px solid #1821390c; backdrop-filter: blur(18px); }
.nav-shell { width: min(1320px, calc(100% - 4rem)); margin: auto; min-height: 5.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font: 800 1.8rem/1 var(--font-display); letter-spacing: -.06em; min-height: 44px; }
.brand-mark { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: .6rem; background: var(--blue); color: white; font-size: 1.85rem; padding-bottom: .24rem; letter-spacing: 0; }
.site-header nav { display: flex; gap: 1.9rem; font-size: .875rem; font-weight: 500; }
.site-header nav a { padding-block: .8rem; }
.site-header nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; border: 1px solid transparent; border-radius: .7rem; padding: 1rem 1.5rem; min-height: 3.4rem; font-size: 1rem; font-weight: 600; line-height: 1.4; transition: background .18s, box-shadow .18s, transform .18s; }
.button span { font-size: 1.3em; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-blue { background: var(--blue); color: white; box-shadow: 0 5px 14px #233fe426; }
.button-blue:hover { background: var(--blue-dark); box-shadow: 0 8px 24px #233fe433; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2d3956; }
.button-small { min-height: 2.8rem; font-size: .875rem; padding: .7rem 1.15rem; }
.button-quiet { border-color: var(--line); background: white; }
.button-quiet:hover { background: var(--wash); }
.hero { text-align: center; padding-block: 4.4rem 3.2rem; }
.hero-eyebrow { display: flex; align-items: center; justify-content: center; gap: .7rem; }
.eyebrow-line { width: 1.5rem; height: 2px; background: var(--blue); }
h1 { font-size: clamp(3.2rem, 6.7vw, 6rem); letter-spacing: -.035em; }
h1 > span { color: var(--blue); }
.hero-description { color: var(--muted); font-size: 1.125rem; line-height: 1.7; max-width: 760px; margin: 1.6rem auto 0; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero-caption { font-size: .875rem; color: var(--muted); margin-top: 1.3rem; }
.product-section { padding-top: .6rem; }
.product-stage { border-radius: 1.6rem; background: linear-gradient(125deg, #e7eaff 0%, #f1f3ff 40%, #e8eeff 100%); padding: 1.8rem; border: 1px solid #e1e5f5; }
.stage-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 1.5rem; padding-inline: .4rem; }
.stage-top .eyebrow { margin-bottom: .3rem; font-size: .75rem; }
.stage-top h2 { font-size: 1.6rem; letter-spacing: -.035em; }
.mode-tabs { display: inline-flex; border-radius: .7rem; border: 1px solid #ccd4ee; background: #ffffff75; padding: .3rem; gap: .25rem; }
.mode-tabs button { min-width: 5rem; min-height: 2.75rem; border: 0; border-radius: .45rem; background: transparent; color: #515c75; font-size: .875rem; font-weight: 600; transition: background .18s, color .18s; }
.mode-tabs button:hover { background: #e3e8ff; }
.mode-tabs button[aria-selected=true] { background: var(--blue); color: white; box-shadow: 0 3px 8px #233fe420; }
.work-preview { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr); gap: 1rem; border-radius: .9rem; }
.manager-preview { background: white; border-radius: 1rem; border: 1px solid #dce1f2; box-shadow: 0 12px 30px #263b7610; overflow: hidden; }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.4rem; border-bottom: 1px solid var(--line); }
.preview-label { display: flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 600; }
.mini-mark { font: 800 1.5rem/1 var(--font-display); letter-spacing: -.06em; color: var(--blue); }
.example-label { font-size: .75rem; color: var(--muted); }
.manager-content { padding: 1.5rem; }
.manager-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.secondary-label { font-size: .75rem; letter-spacing: .09em; font-weight: 600; color: var(--muted); margin-bottom: .45rem; }
.manager-heading h3 { font-size: 1.35rem; }
.date-badge { border: 1px solid var(--line); padding: .3rem .7rem; border-radius: .4rem; font-size: .75rem; }
.summary-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.4rem 0; border: 1px solid var(--line); border-radius: .6rem; }
.summary-strip > div { padding: .7rem .9rem; display: flex; flex-direction: column; }
.summary-strip > div + div { border-left: 1px solid var(--line); }
.summary-strip strong { font-family: var(--font-display); font-size: 1.65rem; font-weight: 600; line-height: 1.2; }
.summary-strip span { font-size: .75rem; color: var(--muted); margin-top: .3rem; }
.summary-strip .needs-attention strong { color: #9a570b; }
.list-heading { display: flex; justify-content: space-between; font-size: .75rem; color: var(--muted); padding-bottom: .5rem; }
.schedule-list { margin: 0; padding: 0; list-style: none; }
.schedule-row { display: grid; grid-template-columns: 2.9rem minmax(0, 1fr) auto; gap: .75rem; align-items: center; padding-block: .95rem; border-top: 1px solid var(--line); }
.schedule-row time { font-size: .75rem; color: var(--muted); }
.schedule-row strong { display: block; font-size: .875rem; line-height: 1.45; font-weight: 600; }
.schedule-row div > span { display: block; font-size: .75rem; color: var(--muted); margin-top: .2rem; }
.assignment { display: inline-flex; align-items: center; gap: .4rem; font-size: .75rem; }
.avatar { display: grid; place-items: center; width: 1.85rem; height: 1.85rem; border-radius: 50%; font-size: .75rem; font-weight: 600; flex-shrink: 0; }
.avatar-blue { background: #e6ebff; color: #344daa; }
.avatar-peach { background: #ffe8d8; color: #904218; }
.status-open { background: #fff1d9; color: #8a4e00; border-radius: 1rem; padding: .2rem .65rem; font-size: .75rem; }
.manager-bottom { margin-top: .8rem; padding: .8rem; background: #f5f7fc; border-radius: .5rem; display: flex; align-items: center; gap: .7rem; }
.coverage-icon { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; background: #e4eafe; border-radius: .4rem; color: var(--blue); flex-shrink: 0; }
.manager-bottom strong { display: block; font-size: .75rem; font-weight: 600; }
.manager-bottom p > span { display: block; font-size: .75rem; color: var(--muted); }
.staff-preview { border-radius: 1rem; padding: 1.5rem; background: var(--blue); color: white; display: flex; flex-direction: column; }
.staff-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; gap: 1rem; }
.staff-preview .secondary-label { color: #d1daff; }
.staff-preview h3 { max-width: 10ch; font-size: 1.75rem; letter-spacing: -.025em; }
.personal-work { background: white; color: var(--ink); padding: 1.25rem; border-radius: .7rem; margin-top: 1.2rem; }
.personal-tag { font-size: .75rem; font-weight: 600; letter-spacing: .07em; color: var(--blue); }
.personal-work h4 { font-size: 1.15rem; font-weight: 600; line-height: 1.4; margin-top: .5rem; }
.personal-work p { color: var(--muted); font-size: .75rem; margin-top: .6rem; }
.assigned-label { display: inline-flex; align-items: center; gap: .4rem; font-size: .75rem; padding: .4rem .7rem; border-radius: 1rem; color: #38521c; background: #eef6df; margin-top: 1rem; }
.staff-note { display: flex; gap: .8rem; margin-top: 1.4rem; }
.staff-note > span { color: var(--lime); font-size: 1.3rem; }
.staff-note strong { font-size: .875rem; font-weight: 500; }
.staff-note p { font-size: .75rem; color: #d1daff; margin-top: .15rem; }
.staff-bottom { display: flex; align-items: center; gap: .8rem; padding-top: 1.5rem; margin-top: auto; }
.staff-bottom .mini-mark { color: var(--lime); font-size: 2rem; }
.staff-bottom > span:last-child { font-size: .75rem; color: #d1daff; line-height: 1.5; }
.stage-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.1rem; padding-inline: .4rem; font-size: .75rem; color: #525f7d; }
.stage-foot p { font-size: .875rem; font-weight: 500; color: #303c5c; }
.audiences { display: flex; align-items: center; gap: 2.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.audiences > span { font-size: .75rem; letter-spacing: .08em; font-weight: 600; color: var(--muted); }
.audiences ul { flex: 1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem 1.5rem; list-style: none; padding: 0; margin: 0; font-size: .875rem; font-weight: 500; }
.section-heading > p:last-child { font-size: 1.125rem; color: var(--muted); margin-top: 1.5rem; }
.benefits .section-heading { max-width: 660px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin-top: 2.8rem; }
.benefit-card { display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.benefit-card:nth-child(2) { background: var(--wash); }
.card-index { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: var(--muted); margin-bottom: 2.3rem; }
.card-index > span:last-child { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; background: #edf0ff; color: var(--blue); font-size: 1.35rem; border-radius: .75rem; }
.benefit-card h3 { font-size: 1.4rem; }
.benefit-card > p { color: var(--muted); margin-top: .9rem; font-size: 1rem; }
.benefit-detail { display: flex; gap: .5rem; align-items: center; margin-top: auto; padding-top: 1.7rem; color: #485671; font-size: .75rem; }
.detail-line { width: 1rem; height: 2px; background: var(--blue); flex-shrink: 0; }
.fit-section { background: #14203d; color: white; padding-block: 6rem; }
.fit-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 6rem; align-items: start; }
.fit-section .eyebrow { color: #aebcff; }
.fit-intro h2 { font-size: clamp(2.2rem, 3.8vw, 3.35rem); }
.fit-intro h2 > span { color: var(--lime); }
.fit-intro > p:not(.eyebrow) { color: #c6d0e4; margin-top: 1.5rem; max-width: 430px; }
.text-link { display: inline-flex; gap: 1.5rem; align-items: center; color: white; border-bottom: 1px solid #8da2cc; padding-block: .7rem; margin-top: 1.5rem; font-weight: 500; }
.text-link:hover { color: var(--lime); }
.fit-intro > p.fit-note { font-size: .75rem; color: #b6c3dc; margin-top: 1.3rem; }
.fit-options article { display: flex; gap: 1.2rem; padding: 1.7rem 0; border-bottom: 1px solid #ffffff24; }
.fit-options article:first-child { padding-top: 0; }
.fit-options article:last-child { border: 0; padding-bottom: 0; }
.option-number { font-size: .75rem; color: var(--lime); padding-top: .3rem; }
.fit-options h3 { font-size: 1.3rem; }
.fit-options p { color: #c6d0e4; margin-top: .65rem; }
.feature-tags { display: flex; gap: .5rem; margin-top: 1rem; }
.feature-tags span { border: 1px solid #586986; border-radius: 1rem; padding: .15rem .7rem; font-size: .75rem; color: #dbe4f7; }
.split-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: end; }
.split-heading > p:last-child { margin: 0; font-size: 1rem; }
.pilot-steps { list-style: none; margin: 3rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; }
.pilot-steps li { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.step-number { font-family: var(--font-display); font-size: 2.2rem; font-weight: 500; color: var(--blue); letter-spacing: -.05em; }
.pilot-steps h3 { margin-top: 1rem; font-size: 1.35rem; }
.pilot-steps p { color: var(--muted); margin-top: .7rem; }
.pricing-note { margin-top: 3rem; background: #f2f4fc; border-radius: .8rem; padding: 1.3rem 1.5rem; display: flex; gap: 1rem; font-size: .875rem; color: var(--muted); }
.pricing-note strong { color: var(--ink); }
.pricing-icon { font-size: 1.6rem; color: var(--blue); flex-shrink: 0; }
.faq-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; border-top: 1px solid var(--line); padding-top: 5rem; }
.faq-section > div > p:last-child { margin-top: 1.4rem; color: var(--muted); }
.inline-link { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.faqs details { border-bottom: 1px solid var(--line); }
.faqs summary { min-height: 4.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 1rem; font-weight: 500; list-style: none; cursor: pointer; padding-block: 1.1rem; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary > span { font-size: 1.5rem; font-weight: 400; color: var(--blue); transition: transform .18s; flex-shrink: 0; }
.faqs details[open] summary > span { transform: rotate(45deg); }
.faqs details > p { padding: 0 2rem 1.4rem 0; color: var(--muted); }
.contact-section { background: var(--blue); color: white; padding-block: 6rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.contact-copy .eyebrow { color: #d2dbff; }
.contact-copy h2 { font-size: clamp(3.5rem, 6.4vw, 5.8rem); letter-spacing: -.05em; }
.contact-copy h2 > span { color: var(--lime); }
.contact-copy > p:not(.eyebrow) { color: #e0e6ff; font-size: 1.125rem; margin-top: 1.6rem; max-width: 430px; }
.contact-email { display: inline-flex; align-items: center; gap: 1.3rem; padding-block: .7rem; border-bottom: 1px solid #b5c2ff; margin-top: 1.7rem; overflow-wrap: anywhere; }
.contact-expectation { display: flex; gap: .8rem; align-items: center; margin-top: 2rem; color: #e0e6ff; font-size: .875rem; }
.contact-expectation > span { color: var(--lime); font-size: 1.3rem; }
.enquiry-form { color: var(--ink); background: white; padding: 2rem; border-radius: 1.1rem; box-shadow: 0 15px 50px #102a991f; }
.enquiry-form h3 { font-size: 1.5rem; }
.form-intro { color: var(--muted); font-size: .875rem; margin: .6rem 0 1.6rem; }
label { display: block; font-size: .875rem; font-weight: 500; margin-bottom: .45rem; }
label > span { color: var(--muted); font-weight: 400; font-size: .75rem; }
input, select, textarea { width: 100%; min-width: 0; background: white; border: 1px solid #bec7d8; color: var(--ink); border-radius: .5rem; font-size: 1rem; min-height: 3rem; padding: .7rem .8rem; margin-bottom: 1.1rem; }
input::placeholder, textarea::placeholder { color: #68758b; }
textarea { min-height: 100px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #6d7d9b; }
input:user-invalid { border-color: #ad2828; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { width: 100%; justify-content: space-between; }
.form-note { color: var(--muted); font-size: .75rem; line-height: 1.65; margin-top: .85rem; }
.download-brief { display: block; width: 100%; min-height: 44px; margin-top: .4rem; border: 0; background: transparent; color: var(--blue); text-decoration: underline; text-underline-offset: 4px; font-size: .875rem; }
.form-status { font-size: .875rem; color: var(--blue); background: #eef2ff; border-radius: .5rem; padding: 1rem; margin-top: .7rem; }
.form-status:empty { display: none; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 2.1rem; font-size: .75rem; color: var(--muted); }
.site-footer .brand { color: var(--ink); }
.back-top { min-height: 44px; display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: .875rem; }
@media (max-width: 1050px) {
  .container { width: calc(100% - 4rem); }
  .work-preview { grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); }
  .manager-content, .staff-preview { padding: 1.15rem; }
  .schedule-row { gap: .5rem; }
  .assignment { flex-direction: column; gap: .15rem; }
  .fit-layout { gap: 3rem; }
  .contact-layout, .faq-section { gap: 3rem; }
  .benefit-card { padding: 1.35rem; }
  .audiences { flex-direction: column; gap: 1rem; }
  .audiences ul { width: 100%; justify-content: center; gap: 1rem 2rem; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 5.5rem; }
  .container { width: calc(100% - 2.5rem); }
  .nav-shell { width: calc(100% - 2.5rem); min-height: 4.6rem; gap: 1rem; }
  .site-header nav { display: none; }
  .section { padding-block: 4rem; }
  .hero { padding-block: 3.2rem 2.2rem; }
  h1 { font-size: clamp(2.65rem, 8.5vw, 4.2rem); letter-spacing: -.025em; }
  h2 { font-size: clamp(2.1rem, 6vw, 3rem); }
  .hero-description { font-size: 1rem; max-width: 32rem; }
  .desktop-break { display: none; }
  .hero-caption { max-width: 24rem; margin-inline: auto; }
  .product-stage { padding: 1.25rem; border-radius: 1.2rem; }
  .stage-top { flex-direction: column; align-items: flex-start; gap: 1.2rem; padding: 0; }
  .mode-tabs { width: 100%; }
  .mode-tabs button { flex: 1; }
  .work-preview { grid-template-columns: 1fr; gap: 1rem; }
  .manager-content { padding: 1.2rem; }
  .staff-preview { display: grid; grid-template-columns: 1fr 1.2fr; gap: .5rem 1.5rem; padding: 1.3rem; }
  .staff-top { grid-column: 1 / -1; margin: 0 0 .8rem; }
  .staff-preview > .secondary-label { grid-column: 1; align-self: end; margin: 0; }
  .staff-preview > h3 { grid-column: 1; align-self: start; font-size: 1.6rem; }
  .personal-work { grid-column: 2; grid-row: 2 / 5; margin: 0; }
  .staff-note { grid-column: 1 / -1; margin-top: .6rem; }
  .staff-bottom { display: none; }
  .stage-foot { flex-direction: column; align-items: flex-start; gap: .4rem; padding: 0; }
  .assignment { flex-direction: row; gap: .4rem; }
  .benefit-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
  .benefit-card { padding: 1.5rem; }
  .card-index { margin-bottom: 1rem; }
  .benefit-card h3 { font-size: 1.6rem; }
  .benefit-detail { padding-top: 1rem; font-size: .875rem; }
  .fit-section, .contact-section { padding-block: 4rem; }
  .fit-layout, .split-heading, .faq-section, .contact-layout { grid-template-columns: 1fr; gap: 2.6rem; }
  .fit-intro > p:not(.eyebrow) { max-width: 100%; }
  .fit-options article:first-child { padding-top: 1.7rem; border-top: 1px solid #ffffff24; }
  .pilot-steps { gap: 1.5rem; }
  .pilot-steps h3 { font-size: 1.15rem; }
  .pilot-steps p { font-size: .875rem; }
  .split-heading { gap: 1.4rem; }
  .faq-section { gap: 1.8rem; }
  .contact-copy h2 { font-size: clamp(3.5rem, 10vw, 5rem); }
  .contact-copy > p:not(.eyebrow) { max-width: 100%; }
  .contact-expectation { margin-top: 1rem; }
  .site-footer { flex-wrap: wrap; }
  .site-footer > p { display: none; }
}
@media (max-width: 440px) {
  .container, .nav-shell { width: calc(100% - 2rem); }
  .brand { font-size: 1.6rem; }
  .brand-mark { width: 1.9rem; height: 1.9rem; font-size: 1.65rem; }
  .hero { padding-top: 2.5rem; }
  .hero-eyebrow { font-size: .75rem; letter-spacing: .08em; gap: .5rem; }
  h1 { font-size: 2.6rem; }
  .hero-actions { flex-direction: column; gap: .65rem; }
  .hero-actions .button { width: 100%; max-width: 24rem; }
  .hero-caption { font-size: .75rem; }
  .product-stage { padding: .8rem; }
  .stage-top { padding: .3rem; }
  .manager-content { padding: 1rem .8rem; }
  .preview-topbar { padding: .85rem .8rem; flex-wrap: wrap; gap: .4rem; }
  .example-label { display: none; }
  .manager-heading { align-items: start; }
  .manager-heading h3 { font-size: 1.2rem; }
  .manager-heading .date-badge { display: none; }
  .summary-strip > div { padding: .65rem .5rem; }
  .summary-strip strong { font-size: 1.4rem; }
  .summary-strip span { font-size: .75rem; }
  .schedule-row { grid-template-columns: 2.6rem minmax(0, 1fr); gap: .3rem .5rem; padding-block: .8rem; }
  .schedule-row > .assignment, .schedule-row > .status-open { grid-column: 2; justify-self: start; margin-top: .15rem; }
  .schedule-row .avatar { width: 1.35rem; height: 1.35rem; }
  .list-heading > span:last-child { display: none; }
  .manager-bottom { align-items: start; padding: .65rem; }
  .staff-preview { display: flex; padding: 1.2rem; gap: 0; }
  .staff-top { margin-bottom: 1.2rem; }
  .staff-preview > .secondary-label { align-self: auto; margin-bottom: .3rem; }
  .staff-preview > h3 { max-width: 100%; font-size: 1.5rem; }
  .personal-work { margin-top: 1rem; padding: 1.05rem; }
  .staff-note { margin-top: 1rem; }
  .stage-foot { padding: .4rem .2rem; }
  .audiences { padding-block: 1.5rem; }
  .audiences ul { gap: .5rem 1rem; font-size: .75rem; }
  .pilot-steps { grid-template-columns: 1fr; margin-top: 2rem; gap: 1.5rem; }
  .pilot-steps h3 { font-size: 1.3rem; margin-top: .5rem; }
  .pilot-steps p { font-size: 1rem; }
  .pricing-note { padding: 1.2rem; }
  .enquiry-form { padding: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-email { font-size: .875rem; }
  .site-footer { gap: 1rem; }
  .site-footer .back-top { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
