:root {
  --ink: #0b0f0d;
  --ink-soft: #141a16;
  --green: #29e07f;
  --green-deep: #16a960;
  --paper: #f0f0e9;
  --white: #fbfcf8;
  --muted: #a5ada7;
  --dark-muted: #6f776f;
  --line: rgba(255,255,255,.13);
  --dark-line: rgba(11,15,13,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; }
.nav-shell { height: 84px; padding: 0 4.6vw; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(11,15,13,.95); color: white; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-image { width: 43px; height: 43px; display: block; object-fit: cover; border-radius: 2px 11px 2px 2px; background: white; }
.logo-type { display: grid; line-height: 1; }
.logo-type strong { font-size: 17px; letter-spacing: -.7px; }
.logo-type small { margin-top: 5px; font: 500 8px/1 "DM Mono", monospace; color: #8e9992; letter-spacing: 2.4px; }
nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
nav a { text-decoration: none; color: #b7c0b9; font-size: 12px; font-weight: 600; transition: color .2s; }
nav a:hover { color: white; }
.nav-cta { text-decoration: none; height: 44px; display: inline-flex; align-items: center; gap: 26px; padding: 0 17px; background: var(--green); color: #071009; font-size: 12px; font-weight: 800; border-radius: 2px 10px 2px 2px; }
.nav-cta span { font-size: 17px; }
.menu-button { display: none; background: none; border: 0; }

.hero { min-height: calc(100vh - 84px); background: var(--ink); color: white; position: relative; padding: 8.5vh 4.6vw 0; display: grid; grid-template-columns: 1.1fr .82fr; gap: 8vw; overflow: hidden; }
.circuit-field { position: absolute; inset: 0; opacity: .36; pointer-events: none; }
.circuit-field:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, black, transparent 80%); }
.trace { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--green), transparent); transform-origin: left; }
.trace:after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 18px var(--green); }
.t1 { width: 34vw; left: 3vw; top: 20%; transform: rotate(18deg); }.t2 { width: 27vw; left: 9vw; top: 62%; transform: rotate(-13deg); }.t3 { width: 23vw; right: 8vw; top: 34%; transform: rotate(105deg); }.t4 { width: 29vw; right: -8vw; top: 53%; transform: rotate(160deg); }
.node { position: absolute; border: 1px solid var(--green); border-radius: 50%; width: 12px; height: 12px; }.n1 { left: 18%; top: 30%; }.n2 { left: 43%; top: 59%; }.n3 { right: 12%; top: 22%; }.n4 { right: 34%; top: 69%; }.n5 { left: 5%; top: 75%; }
.hero-copy, .route-card { position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--green); font: 500 10px/1.3 "DM Mono", monospace; letter-spacing: 1.4px; }
.kicker span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { font-size: clamp(66px, 7vw, 118px); line-height: .84; letter-spacing: -7px; margin: 0; font-weight: 700; }
.hero h1 em { color: var(--green); font-style: normal; font-weight: 500; }
.hero-intro { color: #a7b0aa; max-width: 580px; font-size: 16px; line-height: 1.65; margin: 32px 0 0; }
.leader-headline { max-width: 690px; margin: 30px 0 0; font-size: clamp(18px, 1.8vw, 27px); line-height: 1.25; letter-spacing: -.8px; font-weight: 700; color: white; }
.leader-headline + .hero-intro { margin-top: 17px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 21px; border: 0; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 32px; font-size: 12px; font-weight: 800; cursor: pointer; }
.button.primary { background: var(--green); color: #07100a; border-radius: 2px 11px 2px 2px; }
.button.text { color: white; border-bottom: 1px solid rgba(255,255,255,.35); padding: 0 0 6px; min-height: 0; }
.route-card { align-self: center; background: rgba(20,26,22,.82); border: 1px solid var(--line); backdrop-filter: blur(16px); margin-bottom: 14vh; border-radius: 3px 24px 3px 3px; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,.22); }
.route-head { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 25px; border-bottom: 1px solid var(--line); }
.route-label { font: 500 9px/1 "DM Mono", monospace; letter-spacing: 1.2px; color: #8c958f; }
.status { font-size: 9px; color: #bdc6c0; display: flex; align-items: center; gap: 8px; }
.status i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(41,224,127,.1); }
.route-option { width: 100%; min-height: 96px; display: grid; grid-template-columns: 35px 1fr 26px; gap: 13px; align-items: center; padding: 15px 24px; background: transparent; color: white; border: 0; border-bottom: 1px solid var(--line); text-align: left; transition: background .2s; }
.route-option:hover, .route-option.active { background: rgba(41,224,127,.08); }
.route-number { color: #69736c; font: 500 9px/1 "DM Mono", monospace; }
.route-option.active .route-number, .route-option.active .route-arrow { color: var(--green); }
.route-text { display: grid; gap: 5px; }
.route-text strong { font-size: 14px; }
.route-text small { font-size: 10px; color: #8f9992; line-height: 1.4; }
.route-arrow { font-size: 18px; color: #69736c; }
.route-foot { color: #77817a; font-size: 9px; line-height: 1.5; padding: 16px 24px; margin: 0; }
.proof-rail { grid-column: 1 / -1; min-height: 105px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 155px) 1fr; gap: 10px; align-items: center; margin-top: auto; position: relative; z-index: 2; }
.proof-rail > div { display: flex; gap: 10px; align-items: center; }
.proof-rail strong { color: var(--green); font: 500 17px/1 "DM Mono", monospace; }
.proof-rail span { color: #7e8881; font-size: 9px; line-height: 1.35; }
.proof-rail p { justify-self: end; max-width: 380px; color: #89938c; font-size: 10px; line-height: 1.5; }

.solutions { padding: 110px 4.6vw 100px; background: var(--paper); }
.section-top { display: grid; grid-template-columns: 1fr 430px; gap: 8vw; align-items: end; max-width: 1500px; margin: 0 auto 70px; }
.kicker.dark { color: var(--green-deep); }
.section-top h2, .contact h2 { font-size: clamp(48px, 5.6vw, 84px); line-height: .96; letter-spacing: -5px; margin: 0; }
.section-top > p { color: var(--dark-muted); font-size: 14px; line-height: 1.75; margin: 0 0 5px; }
.service-stage { max-width: 1500px; margin: 0 auto; }
.service-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--dark-line); }
.service-tab { height: 62px; background: transparent; border: 0; border-right: 1px solid var(--dark-line); color: var(--dark-muted); font-size: 12px; font-weight: 700; text-align: left; padding: 0 22px; position: relative; cursor: pointer; }
.service-tab:last-child { border-right: 0; }
.service-tab span { font: 500 8px/1 "DM Mono", monospace; margin-right: 17px; }
.service-tab.active { color: var(--ink); background: var(--white); }
.service-tab.active:before { content: ""; position: absolute; height: 3px; background: var(--green); left: 0; right: 0; bottom: -1px; }
.service-panel { min-height: 580px; display: grid; grid-template-columns: 1.05fr 1fr; background: var(--white); }
.service-visual { background: var(--ink-soft); position: relative; overflow: hidden; min-height: 520px; }
.service-visual:before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%, rgba(41,224,127,.17), transparent 36%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: auto, 42px 42px, 42px 42px; }
.board { position: absolute; background: #24553c; border: 2px solid #337351; box-shadow: 0 26px 60px rgba(0,0,0,.28); transform: rotate(-12deg); }
.board:before, .board:after { content: ""; position: absolute; border: 1px solid rgba(123,240,174,.4); }
.board:before { inset: 13px; }.board:after { width: 40%; height: 30%; right: 18px; bottom: 18px; background: #14231b; }
.board i { position: absolute; width: 38px; height: 38px; background: #101812; border: 2px solid #777f78; z-index: 2; }
.board i:after { content: ""; position: absolute; inset: 7px; border: 1px dashed #4b554e; }
.board span { position: absolute; height: 7px; width: 42%; background: #c8a54d; bottom: -7px; left: 20%; }
.board-a { width: 330px; height: 230px; left: 14%; top: 16%; }.board-a i:nth-child(1){left:34px;top:37px}.board-a i:nth-child(2){left:92px;top:110px}.board-a i:nth-child(3){right:45px;top:50px}.board-a i:nth-child(4){right:92px;bottom:38px}
.board-b { width: 220px; height: 145px; right: 4%; bottom: 8%; transform: rotate(9deg); opacity: .75; }.board-b i { width: 27px; height: 27px; }.board-b i:nth-child(1){left:30px;top:28px}.board-b i:nth-child(2){left:80px;bottom:26px}.board-b i:nth-child(3){right:34px;top:40px}
.grade-badge { position: absolute; left: 30px; bottom: 28px; width: 130px; height: 130px; background: var(--green); color: #07100a; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transform: rotate(-8deg); }
.grade-badge small { font: 500 7px/1 "DM Mono", monospace; letter-spacing: 1px; margin-bottom: 8px; }.grade-badge strong { font-size: 15px; line-height: 1.1; }
.service-content { padding: 70px 7vw 55px; }
.service-index { color: var(--green-deep); font: 500 9px/1 "DM Mono", monospace; letter-spacing: 1.2px; }
.service-content h3 { font-size: clamp(35px, 3.5vw, 55px); line-height: 1; letter-spacing: -3px; margin: 24px 0; max-width: 600px; }
.service-description { max-width: 610px; }
.service-description p { color: var(--dark-muted); font-size: 13px; line-height: 1.75; margin: 0 0 13px; }
.service-content ul { list-style: none; padding: 0; margin: 33px 0; border-top: 1px solid var(--dark-line); }
.service-content li { height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--dark-line); font-size: 11px; font-weight: 700; }
.service-content li span { color: #9da49e; font: 500 8px/1 "DM Mono", monospace; width: 42px; }
.inline-link { display: inline-flex; gap: 40px; align-items: center; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-size: 11px; font-weight: 800; }
.outcomes { max-width: 1500px; margin: 34px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.outcomes > div { padding: 28px 28px 30px 0; border-right: 1px solid var(--dark-line); }
.outcomes > div:not(:first-child) { padding-left: 28px; }
.outcomes > div:last-child { border-right: 0; }
.outcomes small { color: var(--green-deep); font: 500 8px/1 "DM Mono", monospace; }.outcomes strong { display: block; font-size: 17px; margin: 22px 0 8px; }.outcomes p { color: var(--dark-muted); font-size: 10px; line-height: 1.55; max-width: 300px; margin: 0; }

.about-band { max-width: 1500px; margin: 90px auto 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; padding: 62px; background: #e6e8e1; border-radius: 3px 22px 3px 3px; }
.about-copy h3 { font-size: clamp(38px, 4vw, 64px); line-height: .98; letter-spacing: -3.5px; margin: 0 0 30px; }
.about-copy > p:not(.info-label) { color: #535c55; font-size: 13px; line-height: 1.82; margin: 0 0 17px; max-width: 780px; }
.partner-panel { padding-left: 34px; border-left: 1px solid var(--dark-line); }
.partner-list { border-top: 1px solid var(--dark-line); }
.partner-list > div { display: grid; grid-template-columns: 32px 1fr; padding: 16px 0; border-bottom: 1px solid var(--dark-line); }
.partner-list > div > span { color: var(--green-deep); font: 500 8px/1.4 "DM Mono", monospace; }
.partner-list strong { font-size: 11px; }
.partner-list p { grid-column: 2; color: var(--dark-muted); font-size: 9px; line-height: 1.55; margin: 6px 0 0; }

.information-grid { max-width: 1500px; margin: 90px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.information-card { background: var(--white); padding: 48px; border: 1px solid var(--dark-line); }
.accepted-card { border-radius: 3px 3px 3px 18px; }
.process-card { border-radius: 3px 18px 3px 3px; }
.info-label { color: var(--green-deep) !important; font: 500 9px/1.2 "DM Mono", monospace !important; letter-spacing: 1.2px; margin: 0 0 22px !important; }
.information-card h3, .credentials-intro h3, .faq-intro h3 { font-size: clamp(30px, 3vw, 47px); line-height: 1.02; letter-spacing: -2.5px; margin: 0; }
.information-card > p:not(.info-label):not(.fine-note), .credentials-intro > p:not(.info-label) { color: var(--dark-muted); font-size: 12px; line-height: 1.7; max-width: 600px; margin: 23px 0 28px; }
.material-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.material-tags span { padding: 9px 11px; border: 1px solid #d8ddd7; background: #f4f5f1; border-radius: 2px 7px 2px 2px; font-size: 9px; font-weight: 700; }
.fine-note { color: #878f89; border-top: 1px solid var(--dark-line); padding-top: 18px; margin: 26px 0 0; font-size: 9px; line-height: 1.6; }
.process-list { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid var(--dark-line); }
.process-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--dark-line); }
.process-list li > span { color: var(--green-deep); font: 500 8px/1.4 "DM Mono", monospace; }
.process-list strong { font-size: 11px; }
.process-list p { color: var(--dark-muted); font-size: 9px; line-height: 1.5; margin: 5px 0 0; }
.service-details-grid { max-width: 1500px; margin: 18px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border: 1px solid var(--dark-line); }
.service-details-grid article { padding: 42px 38px; border-right: 1px solid var(--dark-line); }
.service-details-grid article:last-child { border-right: 0; }
.service-details-grid h3 { font-size: 26px; line-height: 1.08; letter-spacing: -1.3px; margin: 0 0 22px; }
.service-details-grid article > p:not(.info-label) { color: var(--dark-muted); font-size: 11px; line-height: 1.78; margin: 0 0 13px; }
.collection-note { max-width: 1500px; margin: 18px auto 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 48px; border: 1px solid var(--dark-line); background: #e9f7ef; border-radius: 3px 3px 18px 3px; }
.collection-note h3 { font-size: clamp(29px, 3vw, 46px); line-height: 1.02; letter-spacing: -2.5px; margin: 0; }
.collection-note > div:last-child p { color: #536159; font-size: 12px; line-height: 1.8; margin: 0 0 15px; }
.credentials-block { max-width: 1500px; margin: 18px auto 0; padding: 48px; background: var(--ink-soft); color: white; display: grid; grid-template-columns: 290px 1fr; gap: 7vw; border-radius: 3px 3px 18px 3px; }
.credentials-intro > p:not(.info-label) { color: #8f9992; margin-bottom: 0; }
.credential-list { display: grid; grid-template-columns: 1fr 1fr; }
.credential-list > div { min-height: 145px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 24px; display: flex; flex-direction: column; justify-content: center; }
.credential-list > div:nth-child(3), .credential-list > div:nth-child(4) { border-bottom: 0; }
.credential-list small { color: #707a73; font: 500 8px/1 "DM Mono", monospace; letter-spacing: 1px; }
.credential-list strong { color: var(--green); font: 500 clamp(18px, 2vw, 28px)/1 "DM Mono", monospace; margin: 14px 0 8px; }
.credential-list p { color: #9aa49d; font-size: 9px; margin: 0; }
.faq-block { max-width: 1500px; margin: 90px auto 0; display: grid; grid-template-columns: 300px 1fr; gap: 8vw; }
.faq-list { border-top: 1px solid var(--dark-line); }
.faq-list details { border-bottom: 1px solid var(--dark-line); }
.faq-list summary { list-style: none; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 12px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-deep); font: 500 22px/1 "DM Mono", monospace; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--dark-muted); max-width: 750px; font-size: 11px; line-height: 1.7; margin: -3px 40px 22px 0; }

.contact { background: var(--ink); color: white; padding: 110px 4.6vw; display: grid; grid-template-columns: .8fr 1.1fr; gap: 9vw; align-items: start; }
.contact h2 { color: white; }
.contact-copy > p:not(.kicker) { color: #919a94; line-height: 1.7; max-width: 500px; font-size: 13px; margin: 28px 0 45px; }
.contact-direct { display: grid; gap: 15px; }
.contact-direct a { text-decoration: none; display: grid; gap: 5px; width: fit-content; }
.contact-direct small { color: #69736c; font: 500 8px/1 "DM Mono", monospace; }.contact-direct strong { font-size: 15px; }
.enquiry-form { background: var(--white); color: var(--ink); padding: 34px; border-radius: 3px 24px 3px 3px; }
.website-field { 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; }
.form-head { display: flex; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--dark-line); margin-bottom: 27px; }
.form-head span { font: 500 10px/1 "DM Mono", monospace; letter-spacing: 1px; }.form-head small { color: var(--dark-muted); font-size: 8px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label > span, fieldset legend { display: block; color: #656d67; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; margin-bottom: 7px; }
.enquiry-form input:not([type="radio"]), .enquiry-form textarea { width: 100%; background: #f4f5f1; border: 1px solid #dee2dc; border-radius: 3px; outline: none; padding: 0 13px; }
.enquiry-form input:not([type="radio"]) { height: 46px; }.enquiry-form textarea { padding-top: 12px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(22,169,96,.1); }
fieldset { border: 0; padding: 0; margin: 26px 0; }
.intent-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.intent-options label { position: relative; }
.intent-options input { position: absolute; opacity: 0; }
.intent-options span { height: 43px; border: 1px solid #dce1db; border-radius: 3px; display: grid !important; place-items: center; margin: 0 !important; cursor: pointer; font-size: 8px !important; }
.intent-options input:checked + span { border-color: var(--green-deep); background: #e8f8ef; color: #087440; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 21px; }
.form-submit p { color: var(--dark-muted); font-size: 8px; line-height: 1.5; max-width: 320px; margin: 0; }.form-submit .button { flex: 0 0 auto; }
.form-submit .button:disabled { opacity: .62; cursor: wait; }

footer { min-height: 130px; background: #080b09; color: white; border-top: 1px solid var(--line); padding: 0 4.6vw; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 40px; }
.footer-logo .logo-image { width: 36px; height: 36px; }.footer-logo .logo-type { margin-left: -2px; }
footer > p { color: #68716b; font-size: 10px; } footer > div { display: flex; gap: 18px; color: #747d77; font: 500 8px/1 "DM Mono", monospace; } footer > small { color: #5d665f; font: 500 8px/1 "DM Mono", monospace; }
footer > div a { color: var(--green); text-decoration: none; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 20px); background: var(--green); color: #071009; padding: 14px 20px; border-radius: 3px 10px 3px 3px; font-size: 11px; font-weight: 800; opacity: 0; pointer-events: none; transition: .25s; z-index: 50; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Policies */
.policy-page { background: #f2f2ec; }
.policy-hero { background: var(--ink); color: white; padding: 100px 4.6vw 80px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; }
.policy-hero h1 { font-size: clamp(57px, 7vw, 108px); line-height: .88; letter-spacing: -6px; margin: 0; }
.policy-hero h1 em { color: var(--green); font-style: normal; font-weight: 500; }
.policy-hero-copy > p { color: #a6afa9; font-size: 13px; line-height: 1.8; max-width: 590px; margin: 0 0 16px; }
.policy-hero-copy > div { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); margin-top: 27px; padding-top: 17px; }
.policy-hero-copy > div span { color: #758078; font: 500 8px/1 "DM Mono", monospace; letter-spacing: 1px; }
.policy-hero-copy > div strong { color: var(--green); font: 500 11px/1 "DM Mono", monospace; }
.policy-register { max-width: 1540px; margin: 0 auto; padding: 90px 4.6vw 120px; display: grid; grid-template-columns: 250px 1fr; gap: 8vw; align-items: start; }
.policy-index { position: sticky; top: 115px; display: grid; }
.policy-index > a { text-decoration: none; color: #727a74; font-size: 10px; font-weight: 700; padding: 10px 0; border-bottom: 1px solid var(--dark-line); transition: color .2s, padding .2s; }
.policy-index > a:hover { color: var(--green-deep); padding-left: 5px; }
.controlled-note { margin-top: 24px; padding: 18px; background: #e5e8e1; border-radius: 2px 9px 2px 2px; }
.controlled-note strong { font-size: 10px; }
.controlled-note p { color: var(--dark-muted); font-size: 8px; line-height: 1.55; margin: 7px 0 0; }
.policy-content { min-width: 0; }
.policy-introduction { padding: 0 0 64px; border-bottom: 1px solid var(--dark-line); }
.policy-introduction h2 { font-size: clamp(40px, 4.8vw, 70px); line-height: .98; letter-spacing: -4px; margin: 0 0 30px; max-width: 900px; }
.policy-introduction > p:not(.info-label) { color: var(--dark-muted); font-size: 13px; line-height: 1.82; max-width: 880px; margin: 0 0 15px; }
.policy-article { scroll-margin-top: 115px; padding: 68px 0; border-bottom: 1px solid var(--dark-line); }
.policy-heading { display: grid; grid-template-columns: 48px 1fr; gap: 18px; margin-bottom: 30px; }
.policy-heading > span { color: var(--green-deep); font: 500 9px/1.3 "DM Mono", monospace; padding-top: 5px; }
.policy-heading p { color: var(--green-deep); font: 500 9px/1 "DM Mono", monospace; letter-spacing: 1.2px; margin: 0 0 14px; }
.policy-heading h2 { font-size: clamp(31px, 3.3vw, 50px); line-height: 1.02; letter-spacing: -2.7px; margin: 0; max-width: 850px; }
.policy-article > p { color: #58615a; font-size: 13px; line-height: 1.86; margin: 0 0 16px; max-width: 930px; }
.policy-article > ul { list-style: none; padding: 0; margin: 27px 0 0; max-width: 930px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid var(--dark-line); }
.policy-article > ul li { min-height: 53px; padding: 16px 0 14px 25px; border-bottom: 1px solid var(--dark-line); font-size: 10px; font-weight: 700; position: relative; }
.policy-article > ul li:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); position: absolute; left: 1px; top: 20px; }
.policy-action { display: inline-flex; align-items: center; gap: 36px; margin-top: 26px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-size: 10px; font-weight: 800; }
.policy-action.solid { background: var(--green); border: 0; padding: 15px 18px; border-radius: 2px 9px 2px 2px; }
.policy-credentials { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--dark-line); margin: 8px 0 30px; }
.policy-credentials > div { min-height: 145px; padding: 25px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); display: flex; flex-direction: column; justify-content: center; }
.policy-credentials > div:nth-child(2n) { border-right: 0; }
.policy-credentials > div:nth-child(3), .policy-credentials > div:nth-child(4) { border-bottom: 0; }
.policy-credentials small { color: var(--dark-muted); font: 500 8px/1 "DM Mono", monospace; letter-spacing: 1px; }
.policy-credentials strong { color: var(--green-deep); font: 500 clamp(18px, 2.2vw, 29px)/1 "DM Mono", monospace; margin: 14px 0 8px; }
.policy-credentials p { color: var(--dark-muted); font-size: 9px; margin: 0; }
.policy-disclaimer { font-size: 10px !important; padding: 18px; background: #e5e8e1; border-radius: 2px 8px 2px 2px; }

@media (max-width: 1020px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 60px; }
  .route-card { margin-bottom: 0; }
  .proof-rail { grid-template-columns: repeat(4, 1fr); margin-top: 40px; }
  .proof-rail p { display: none; }
  .section-top { grid-template-columns: 1fr; }
  .service-panel { grid-template-columns: 1fr; }
  .service-visual { min-height: 500px; }
  .contact { grid-template-columns: 1fr; }
  .policy-hero { grid-template-columns: 1fr; }
  .policy-register { grid-template-columns: 1fr; }
  .policy-index { position: static; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .policy-index .info-label, .controlled-note { grid-column: 1 / -1; }
  .about-band { grid-template-columns: 1fr; }
  .partner-panel { padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--dark-line); }
  .information-grid { grid-template-columns: 1fr; }
  .service-details-grid { grid-template-columns: 1fr; }
  .service-details-grid article { border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .service-details-grid article:last-child { border-bottom: 0; }
  .collection-note { grid-template-columns: 1fr; }
  .credentials-block { grid-template-columns: 1fr; }
  .faq-block { grid-template-columns: 1fr; }
  footer { grid-template-columns: auto 1fr; padding-top: 25px; padding-bottom: 25px; } footer > div { justify-self: end; } footer > small { grid-column: 2; justify-self: end; }
}

@media (max-width: 680px) {
  .nav-shell { height: 70px; padding: 0 18px; }
  .nav-cta { display: none; }
  .menu-button { display: grid; gap: 6px; padding: 10px; }
  .menu-button span { width: 22px; height: 1px; background: white; display: block; }
  .nav-shell.menu-open { height: auto; min-height: 70px; align-items: flex-start; padding-top: 15px; flex-wrap: wrap; }
  .nav-shell.menu-open nav { width: 100%; display: grid; gap: 0; padding: 5px 0 15px; order: 3; }
  .nav-shell.menu-open nav a { padding: 13px 0; border-top: 1px solid var(--line); }
  .hero { min-height: auto; padding: 65px 18px 0; }
  .hero h1 { font-size: 61px; letter-spacing: -4px; }
  .hero-intro { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-rail { grid-template-columns: 1fr 1fr; gap: 20px; padding: 25px 0; }
  .solutions { padding: 80px 14px; }
  .section-top h2, .contact h2 { font-size: 49px; letter-spacing: -3px; }
  .service-tabs { overflow-x: auto; grid-template-columns: repeat(3, 190px); }
  .service-visual { min-height: 370px; }
  .board-a { width: 250px; height: 175px; left: 8%; }.board-b { width: 160px; height: 105px; }
  .service-content { padding: 48px 24px; }
  .service-content h3 { font-size: 38px; letter-spacing: -2px; }
  .outcomes { grid-template-columns: 1fr; }
  .outcomes > div, .outcomes > div:not(:first-child) { border-right: 0; border-bottom: 1px solid var(--dark-line); padding: 24px 5px; }
  .contact { padding: 80px 14px; }
  .information-grid, .faq-block { margin-top: 60px; }
  .about-band { margin-top: 60px; padding: 38px 22px; }
  .information-card, .credentials-block { padding: 32px 22px; }
  .service-details-grid article, .collection-note { padding: 32px 22px; }
  .credential-list { grid-template-columns: 1fr; }
  .credential-list > div { border-bottom: 1px solid var(--line) !important; border-left: 0; padding-left: 0; min-height: 110px; }
  .credential-list > div:last-child { border-bottom: 0 !important; }
  .enquiry-form { padding: 24px 17px; }
  .field-grid { grid-template-columns: 1fr; }
  .intent-options { grid-template-columns: 1fr; }
  .form-submit { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 15px; padding: 35px 18px; } footer > div { justify-self: start; flex-direction: column; } footer > small { grid-column: 1; justify-self: start; }
  .policy-hero { padding: 70px 18px 55px; }
  .policy-hero h1 { font-size: 58px; letter-spacing: -4px; }
  .policy-register { padding: 60px 18px 90px; }
  .policy-index { grid-template-columns: 1fr; }
  .controlled-note, .policy-index .info-label { grid-column: 1; }
  .policy-article { padding: 50px 0; }
  .policy-heading { grid-template-columns: 32px 1fr; }
  .policy-article > ul, .policy-credentials { grid-template-columns: 1fr; }
  .policy-credentials > div { border-right: 0 !important; border-bottom: 1px solid var(--dark-line) !important; }
  .policy-credentials > div:last-child { border-bottom: 0 !important; }
}
