:root {
  --indigo: #28385c;
  --indigo-dark: #202d49;
  --aubergine: #68435f;
  --aubergine-dark: #53344b;
  --sage: #657a6f;
  --porcelain: #f8f6f2;
  --sand: #e5d9ca;
  --mist: #edf1ef;
  --ink: #26333f;
  --muted: #5a6872;
  --line: #ccd2d1;
  --white: #fff;
  --shadow: 0 22px 50px rgba(38, 51, 63, .14);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 18px/1.63 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  overflow-wrap: anywhere;
}
body, button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 {
  color: var(--indigo-dark);
  line-height: 1.08;
  letter-spacing: -.034em;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}
h1 { max-width: 12.5ch; margin-bottom: 24px; font-size: clamp(2.8rem, 4.55vw, 3.63rem); }
h2 { max-width: 18ch; margin-bottom: 22px; font-size: clamp(2rem, 3.28vw, 2.54rem); }
h3 { margin-bottom: 10px; font-size: 1.24rem; }
.word-lock { white-space: nowrap; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link { position: fixed; z-index: 999; top: -90px; left: 10px; padding: 10px 15px; color: var(--white); background: var(--aubergine-dark); border-radius: 999px; }
.skip-link:focus { top: 10px; }
:focus-visible { outline: 3px solid #e4a33a; outline-offset: 4px; }

.operator-bar { padding: 7px 20px; color: var(--white); background: var(--indigo-dark); font-size: .76rem; font-weight: 800; text-align: center; }
.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgba(38,51,63,.14); background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: minmax(205px, 1fr) auto 92px; align-items: center; gap: 30px; }
.domain-mark { color: var(--indigo); font-size: 1.34rem; font-weight: 850; letter-spacing: -.035em; text-decoration: none; }
.main-navigation { display: flex; gap: 25px; align-items: center; }
.main-navigation a { color: #455365; font-size: .88rem; font-weight: 750; text-decoration: none; }
.main-navigation a:hover { color: var(--aubergine); }
.awz-logo { width: 86px; height: 50px; object-fit: contain; }
.menu-button { display: none; width: 48px; height: 48px; padding: 11px; color: var(--indigo); border: 1px solid #aeb7bd; border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.eyebrow { margin-bottom: 15px; color: var(--aubergine); font-size: .72rem; font-weight: 850; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-light { color: #d7e3de; }
.hero { position: relative; overflow: hidden; background: var(--porcelain); }
.hero-grid { width: min(1440px, 100%); min-height: 660px; margin-inline: auto; display: grid; grid-template-columns: minmax(400px,.82fr) minmax(0,1.18fr); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 70px clamp(36px,5vw,90px) 68px max(24px,calc((100vw - 1180px)/2)); }
.hero-copy::after { content: ""; position: absolute; z-index: -1; right: 22px; bottom: 40px; width: 1px; height: 60%; background: var(--sand); }
.hero-lead { max-width: 52ch; margin-bottom: 29px; color: #455664; font-size: 1.03rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--aubergine); box-shadow: 0 12px 25px rgba(104,67,95,.24); }
.button-primary:hover { background: var(--aubergine-dark); }
.button-secondary { color: var(--indigo); border-color: #909daa; background: transparent; }
.button-secondary:hover { border-color: var(--aubergine); }
.secondary-routes { display: flex; gap: 22px; margin-top: 25px; }
.secondary-routes a { padding: 8px 2px 5px; border-bottom: 1px solid var(--sand); color: var(--indigo-dark); font-size: .84rem; font-weight: 750; line-height: 1.25; text-decoration: none; }
.secondary-routes small { display: block; margin-bottom: 2px; color: var(--sage); font-size: .61rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.image-frame { position: relative; margin: 0; overflow: hidden; background: var(--mist); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: 11px; bottom: 11px; max-width: calc(100% - 22px); padding: 5px 9px; color: var(--white); background: rgba(32,45,73,.92); border-radius: 999px; font-size: .68rem; font-weight: 800; line-height: 1.25; }
.hero-media { min-height: 660px; border-radius: 0 0 0 110px; box-shadow: none; }
.hero-media img { object-position: 47% 50%; }
.conversation-lines { position: absolute; z-index: 3; left: 0; bottom: 0; display: grid; width: 39%; height: 12px; grid-template-columns: 1fr 1.55fr .62fr; gap: 6px; }
.conversation-lines i:nth-child(1) { background: var(--indigo); }
.conversation-lines i:nth-child(2) { background: var(--sage); }
.conversation-lines i:nth-child(3) { background: var(--aubergine); }

.basis-note { padding: 31px 0; background: var(--sand); }
.basis-layout { display: grid; grid-template-columns: 145px minmax(230px,.64fr) minmax(0,1.36fr); gap: 29px; align-items: center; }
.basis-layout > span { color: var(--aubergine-dark); font-size: .7rem; font-weight: 900; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.basis-layout h2 { margin: 0; font-size: 1.42rem; }
.basis-layout p { margin: 0; color: #4e5c64; font-size: .91rem; }

.experience-section { padding: 108px 0; }
.experience-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px 76px; align-items: start; }
.experience-heading { padding-right: 20px; }
.experience-heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.experience-bridge { position: relative; min-height: 220px; display: flex; align-items: center; padding: 38px 42px 38px 90px; border-left: 1px solid var(--line); background: var(--porcelain); }
.experience-bridge > span { position: absolute; left: 25px; top: 30px; color: var(--aubergine); font-size: .72rem; font-weight: 900; }
.experience-bridge p { margin: 0; font-size: 1.15rem; line-height: 1.55; }
.skill-pairs { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 6px; background: var(--line); border-top: 5px solid var(--indigo); }
.skill-pairs article { position: relative; padding: 29px 32px 29px 48px; background: var(--white); }
.skill-pairs article::before { content: ""; position: absolute; top: 37px; left: 25px; width: 8px; height: 8px; border-radius: 50%; background: var(--aubergine); }
.skill-pairs h3 { font-size: 1.1rem; }
.skill-pairs p { margin: 0; color: var(--muted); font-size: .88rem; }

.work-section { padding: 102px 0; color: #dce3ec; background: var(--indigo-dark); }
.work-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.work-media { min-height: 600px; border-radius: 0 100px 0 0; box-shadow: none; }
.work-media img { object-position: 48% 50%; }
.work-copy h2 { color: var(--white); }
.work-copy > p:not(.eyebrow) { color: #ced7e3; }
.work-steps { margin: 28px 0 0; padding: 0; list-style: none; }
.work-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.2); }
.work-steps li > span { color: #d5b4ce; font-size: .71rem; font-weight: 900; }
.work-steps strong { display: block; color: var(--white); font-size: .91rem; }
.work-steps p { margin: 3px 0 0; color: #c6d0dd; font-size: .84rem; }

.organisation-section { padding: 108px 0; background: var(--porcelain); }
.organisation-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.organisation-media { aspect-ratio: 1.48; border-radius: 80px 0 0 0; }
.organisation-media img { object-position: 44% 50%; }
.entry-panel { margin-top: 30px; padding: 23px 25px; border-left: 4px solid var(--aubergine); background: var(--white); }
.entry-panel strong { display: block; margin-bottom: 6px; color: var(--indigo-dark); }
.entry-panel p { margin: 0; font-size: .9rem; }

.support-section { padding: 106px 0; }
.support-layout { display: grid; grid-template-columns: 1.14fr .86fr; gap: 68px; align-items: center; }
.exchange-media { aspect-ratio: 1.5; border-radius: 0 0 90px 0; }
.exchange-media img { object-position: 44% 50%; }
.support-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.support-copy li { position: relative; padding: 14px 0 14px 31px; border-top: 1px solid var(--line); }
.support-copy li::before { content: ""; position: absolute; left: 3px; top: 20px; width: 10px; height: 10px; border: 2px solid var(--aubergine); border-radius: 50%; }

.property-section { padding: 94px 0; background: var(--mist); }
.property-layout { display: grid; grid-template-columns: .78fr 1fr 1fr; gap: 22px; }
.property-heading { padding: 12px 30px 0 0; }
.property-heading > p:last-child { color: var(--muted); }
.property-section article { padding: 30px; border: 1px solid #c7cecc; border-radius: 34px 3px 3px 3px; background: var(--white); }
.property-section article + article { border-radius: 3px 34px 3px 3px; }
.property-section article > span { display: block; margin-bottom: 17px; color: var(--aubergine); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.property-section article p { color: var(--muted); font-size: .89rem; }
.property-section .button { min-height: 46px; padding: 10px 15px; font-size: .85rem; }

.trust-section { padding: 45px 0; color: #dce5e0; background: var(--sage); }
.trust-layout { display: grid; grid-template-columns: 1fr 1.08fr auto; gap: 45px; align-items: center; }
.trust-layout h2 { margin: 0; color: var(--white); font-size: 1.48rem; }
.trust-layout p { margin: 0; }
.trust-number { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.34); }
.trust-number strong, .trust-number span { display: block; }
.trust-number strong { color: var(--white); font-size: 1.18rem; }
.trust-number span { font-size: .77rem; }

.form-section { padding: 108px 0; background: var(--porcelain); }
.form-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 68px; align-items: start; }
.form-heading { position: sticky; top: 128px; }
.form-heading > p:last-child { max-width: 34ch; color: var(--muted); }
.contact-form { padding: 35px; border-top: 6px solid var(--indigo); border-radius: 0 0 36px 0; background: var(--white); box-shadow: var(--shadow); }
.error-summary { margin-bottom: 24px; padding: 16px 18px; color: #5d294f; border: 2px solid var(--aubergine); background: #fbf0f8; }
.error-summary[hidden] { display: none; }
.error-summary strong { display: block; }
.error-summary ul { margin: 8px 0 0; padding-left: 22px; }
.error-summary a { font-weight: 800; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.concern-fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.concern-fieldset legend { margin-bottom: 10px; color: var(--indigo-dark); font-weight: 800; }
.concern-options { display: grid; grid-template-columns: 1.36fr 1fr 1fr; gap: 8px; }
.concern-options label { cursor: pointer; }
.concern-options input { position: absolute; opacity: 0; }
.concern-options span { display: flex; min-height: 76px; height: 100%; flex-direction: column; justify-content: center; padding: 12px 14px; color: #46535f; border: 2px solid #c8ced1; border-radius: 16px 3px 3px 3px; background: var(--white); font-size: .81rem; font-weight: 750; line-height: 1.25; }
.concern-options label:nth-child(2) span, .concern-options label:nth-child(3) span { border-radius: 3px; }
.concern-options small { margin-bottom: 4px; color: var(--sage); font-size: .6rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.concern-options input:checked + span { color: var(--white); border-color: var(--aubergine); background: var(--aubergine); }
.concern-options input:checked + span small { color: #edd9e9; }
.concern-options input:focus-visible + span { outline: 3px solid #e4a33a; outline-offset: 3px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: var(--indigo-dark); font-size: .87rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 12px 13px; color: var(--ink); border: 1px solid #98a3aa; border-radius: 5px; background: var(--white); }
.field textarea { min-height: 150px; resize: vertical; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border: 3px solid var(--aubergine-dark); }
.optional-details { margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.optional-details summary { padding: 16px 2px; color: var(--indigo-dark); font-weight: 800; cursor: pointer; }
.optional-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding-top: 8px; }
.field-wide { grid-column: 1 / -1; }
.consent { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; margin: 22px 0; font-size: .86rem; }
.consent input { width: 20px; height: 20px; margin: 3px 0 0; }
.consent a { color: var(--aubergine); font-weight: 800; }
.submit-button { border: 0; cursor: pointer; }
.form-status, .confidentiality { margin: 15px 0 0; font-size: .83rem; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { padding: 13px 15px; color: #5d294f; border-left: 4px solid var(--aubergine); background: #fbf0f8; font-weight: 750; }
.confidentiality { color: var(--muted); }

.personal-contact { padding: 68px 0; color: #dae2eb; background: var(--indigo-dark); }
.contact-layout { display: grid; grid-template-columns: 1fr auto; gap: 62px; align-items: center; }
.contact-layout h2 { margin-bottom: 10px; color: var(--white); }
.contact-layout p { margin-bottom: 0; }
.contact-links { display: grid; min-width: 300px; gap: 10px; }
.contact-links a { padding: 13px 17px; color: var(--white); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; text-decoration: none; }
.contact-links span { display: block; color: #bdc9d8; font-size: .61rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding: 25px 0; color: #596770; background: #eee8df; font-size: .77rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-inner a { font-weight: 750; }

@media (max-width: 1060px) {
  :root { --shell: min(100% - 40px, 970px); }
  .header-inner { gap: 19px; }
  .main-navigation { gap: 15px; }
  .hero-grid { grid-template-columns: minmax(365px,.82fr) minmax(0,1.18fr); }
  .hero-copy { padding-right: 36px; }
  .experience-layout { gap: 40px; }
  .work-layout, .organisation-layout, .support-layout { gap: 42px; }
  .property-layout { grid-template-columns: 1fr 1fr; }
  .property-heading { grid-column: 1 / -1; max-width: 690px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 86px; }
  .header-inner { min-height: 76px; grid-template-columns: minmax(0,1fr) 48px 76px; gap: 13px; }
  .domain-mark { min-width: 0; font-size: 1.17rem; }
  .awz-logo { width: 70px; height: 48px; }
  .menu-button { display: block; }
  .main-navigation { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; padding: 10px; border: 1px solid #b8c0c5; background: var(--white); box-shadow: var(--shadow); }
  .main-navigation[data-open="true"] { display: grid; }
  .main-navigation a { padding: 12px 10px; border-bottom: 1px solid #e1e5e7; }

  .hero-grid { width: 100%; min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { display: contents; }
  .hero-copy::after { display: none; }
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-lead, .hero-copy > .button, .secondary-routes { margin-inline: 16px; }
  .hero-copy .eyebrow { order: 1; margin-top: 45px; }
  .hero-copy h1 { order: 2; }
  .hero-copy .hero-lead { order: 3; }
  .hero-media { order: 4; min-height: 0; aspect-ratio: 1.54; margin-top: 14px; border-radius: 0 0 0 58px; }
  .hero-copy > .button { order: 5; margin-top: 26px; justify-self: start; }
  .secondary-routes { order: 6; margin-top: 18px; margin-bottom: 51px; }
  .conversation-lines { width: 100%; }
  h1 { max-width: 16ch; font-size: clamp(2.05rem, 8.7vw, 2.5rem); }
  .hero-lead { font-size: 1rem; }

  .basis-layout { grid-template-columns: 130px 1fr; gap: 12px 20px; }
  .basis-layout p { grid-column: 1 / -1; }
  .experience-section, .work-section, .organisation-section, .support-section, .property-section, .form-section { padding: 78px 0; }
  .experience-layout, .work-layout, .organisation-layout, .support-layout, .trust-layout, .form-layout, .contact-layout { grid-template-columns: 1fr; }
  .skill-pairs { grid-column: auto; }
  .work-media { min-height: 0; aspect-ratio: 1.43; border-radius: 0 54px 0 0; }
  .organisation-layout .organisation-copy { order: 1; }
  .organisation-layout .organisation-media { order: 2; }
  .organisation-media { aspect-ratio: 1.43; border-radius: 50px 0 0 0; }
  .exchange-media { aspect-ratio: 1.44; border-radius: 0 0 54px 0; }
  .property-layout { grid-template-columns: 1fr; }
  .property-heading { grid-column: auto; padding-right: 0; }
  .trust-layout { gap: 20px; }
  .trust-number { padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.32); }
  .form-layout { gap: 27px; }
  .form-heading { position: static; }
  .form-heading > p:last-child { max-width: 46ch; }
  .contact-form { padding: 27px 22px; }
  .contact-layout { gap: 29px; }
  .contact-links { min-width: 0; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 24px); }
  body { font-size: 17px; }
  .operator-bar { padding-inline: 10px; font-size: .69rem; }
  .header-inner { grid-template-columns: minmax(0,1fr) 46px 66px; gap: 9px; }
  .domain-mark { font-size: 1.02rem; }
  .menu-button { width: 46px; height: 46px; }
  .awz-logo { width: 62px; height: 44px; }
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-lead, .hero-copy > .button, .secondary-routes { margin-inline: 12px; }
  .hero-media { aspect-ratio: 1.25; }
  .hero-media img { object-position: 43% 50%; }
  .hero-copy > .button { width: calc(100% - 24px); }
  .secondary-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .secondary-routes a { min-height: 58px; padding: 8px; border: 1px solid #aab3b8; border-radius: 12px; background: rgba(255,255,255,.74); }
  .basis-layout { grid-template-columns: 1fr; }
  .basis-layout p { grid-column: auto; }
  h2 { font-size: 1.72rem; }
  .experience-bridge { min-height: 0; padding: 56px 24px 28px; }
  .experience-bridge > span { top: 20px; left: 24px; }
  .skill-pairs { grid-template-columns: 1fr; }
  .skill-pairs article { padding: 25px 23px 25px 44px; }
  .skill-pairs article::before { left: 22px; top: 33px; }
  .work-media, .organisation-media, .exchange-media { aspect-ratio: 1.18; }
  .work-media img { object-position: 48% 50%; }
  .organisation-media img { object-position: 40% 50%; }
  .exchange-media img { object-position: 43% 50%; }
  .property-section article { padding: 24px 20px; }
  .concern-options { grid-template-columns: 1fr; }
  .concern-options span { min-height: 62px; border-radius: 14px 3px 3px 3px; }
  .optional-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .contact-form { padding: 24px 16px; border-radius: 0 0 24px 0; }
  .submit-button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .footer-inner nav { gap: 14px 18px; }
}

@media (max-width: 350px) {
  :root { --shell: calc(100% - 20px); }
  .operator-bar { font-size: .64rem; }
  .header-inner { grid-template-columns: minmax(0,1fr) 44px 58px; gap: 6px; }
  .domain-mark { font-size: .9rem; }
  .awz-logo { width: 55px; }
  h1 { font-size: 1.88rem; }
  h1 .word-lock { font-size: .91em; }
  .secondary-routes { grid-template-columns: 1fr; }
  .hero-media { aspect-ratio: 1.1; }
  .contact-form { padding-inline: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
