:root {
  --ink: #101315;
  --muted: #626a6f;
  --paper: #f4f3ef;
  --white: #fff;
  --gold: #efc94c;
  --gold-deep: #d8ad21;
  --line: #dadbd6;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Georgia, serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 5.2vw, 5rem); font-weight: 600; }
h2 { font-size: clamp(1.95rem, 3.1vw, 3.25rem); font-weight: 600; }
h3 { font-size: 1.3rem; font-weight: 600; }

.site-header { height: 84px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 40px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: relative; z-index: 20; }
.brand img { width: 178px; max-height: 44px; }
.site-nav { display: flex; justify-content: center; gap: clamp(16px, 2vw, 30px); }
.site-nav a { font-weight: 600; font-size: .88rem; padding: 31px 0 26px; border-bottom: 3px solid transparent; transition: color .22s ease, border-color .22s ease; }
.site-nav > a:hover:not([aria-current="page"]) { color: var(--gold); border-color: transparent; }
.site-nav > a[aria-current="page"] { border-color: var(--gold); }
.header-cta { align-self: stretch; display: flex; align-items: center; gap: 16px; padding: 0 24px; background: var(--gold); font-weight: 700; }
.menu-toggle { display: none; }

.button { min-height: 56px; padding: 2px 27px 0 25px; display: inline-flex; align-items: center; gap: 11px; justify-content: center; white-space: nowrap; font-weight: 700; line-height: 1.2; border: 0; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.button span { display: inline-block; font-size: .95em; line-height: 1; transition: transform .2s ease; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #e8c33e; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #202628; }
.button:hover span { transform: translate(2px, -2px); }
.button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.eyebrow { display: block; margin-bottom: 16px; color: var(--gold-deep); font-weight: 800; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.section { max-width: var(--max); margin: 0 auto; padding: 110px 24px; }
.section-narrow { max-width: var(--max); margin: 0 auto; padding: 0 24px 110px; }
.section-heading { max-width: 820px; }
.section-heading > p { color: var(--muted); font-size: 1.08rem; max-width: 720px; }
.section-dark { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: radial-gradient(circle at 88% 8%, rgba(239,201,76,.08), transparent 30%), var(--ink); color: var(--white); }
.section-heading.light h2 { color: var(--white); }
.section-heading.light { margin-bottom: 54px; }

.page-hero { min-height: calc(78svh - 84px); position: relative; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background-image: linear-gradient(90deg, rgba(8,10,12,.88) 0%, rgba(8,10,12,.54) 48%, rgba(8,10,12,.12) 100%), var(--hero); background-position: center; background-size: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.24), transparent 50%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(780px, 82vw); padding: 90px max(24px, calc((100vw - var(--max)) / 2)); }
.hero-copy h1 { margin-bottom: 24px; }
.hero-copy p { max-width: 650px; color: rgba(255,255,255,.82); font-size: 1.16rem; margin-bottom: 32px; }
.hero-index { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 52px; display: flex; align-items: center; gap: 14px; }
.hero-index span { color: var(--gold); font: 700 4rem/1 "Manrope", sans-serif; }
.hero-index small { width: 70px; text-transform: uppercase; letter-spacing: .14em; }
.breadcrumb { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.breadcrumb b { color: var(--ink); }

.service-layout { display: grid; grid-template-columns: 280px 1fr; gap: clamp(50px, 7vw, 100px); align-items: start; }
.service-aside { position: sticky; top: 24px; }
.service-aside nav { border-top: 1px solid var(--line); }
.service-aside nav a { display: flex; justify-content: space-between; align-items: center; padding: 16px 2px; border-bottom: 1px solid var(--line); font-weight: 650; font-size: .92rem; }
.service-aside nav a[aria-current="page"], .service-aside nav a:hover { color: var(--gold-deep); padding-left: 10px; }
.aside-callout { margin-top: 30px; padding: 28px; background: var(--gold); }
.aside-callout span { font: 700 1.2rem "Manrope", Georgia, serif; }
.aside-callout p { margin: 12px 0 20px; font-size: .9rem; }
.aside-callout a { font-weight: 800; border-bottom: 1px solid; }
.service-content .section-heading { margin-bottom: 56px; }
.editorial-image { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(240px, .75fr); align-items: stretch; }
.editorial-image.image-right { grid-template-columns: minmax(240px, .75fr) minmax(0, 1.45fr); }
.editorial-image.image-right img { order: 2; }
.editorial-image img { width: 100%; height: 520px; object-fit: cover; }
.editorial-image > div { display: flex; flex-direction: column; justify-content: center; padding: 42px; background: var(--paper); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 0 14px 27px; border-bottom: 1px solid var(--line); font-weight: 600; }
.check-list li::before { content: "◆"; position: absolute; left: 0; color: var(--gold-deep); font-size: .7rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.process-grid article { padding: 42px 40px 10px 0; border-right: 1px solid rgba(255,255,255,.18); }
.process-grid article + article { padding-left: 40px; }
.process-grid article:last-child { border: 0; }
.process-grid span { color: var(--gold); font: 700 .82rem "Manrope", sans-serif; letter-spacing: .16em; }
.process-grid h3 { margin: 32px 0 16px; }
.process-grid p { color: rgba(255,255,255,.68); }

.assurance { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.assurance-intro p { color: var(--muted); }
.assurance-list details { border-top: 1px solid var(--line); }
.assurance-list details:last-child { border-bottom: 1px solid var(--line); }
.assurance-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font: 600 1.08rem "Manrope", Georgia, serif; list-style: none; }
.assurance-list summary::-webkit-details-marker { display: none; }
.assurance-list details[open] summary span { transform: rotate(45deg); }
.assurance-list details p { max-width: 680px; color: var(--muted); padding: 0 40px 24px 0; }

.final-cta { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: var(--gold); }
.final-cta .eyebrow { color: rgba(16,19,21,.66); }
.final-cta h2 { max-width: 850px; }

.home-hero { min-height: calc(100svh - 84px); position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background-image: linear-gradient(90deg, rgba(7,9,10,.92), rgba(7,9,10,.36) 65%, rgba(7,9,10,.12)), var(--hero); background-size: cover; background-position: center 46%; }
.home-hero-copy { width: min(820px, 86vw); margin-left: max(24px, calc((100vw - var(--max)) / 2)); position: relative; z-index: 2; }
.home-hero h1 { max-width: 800px; margin-bottom: 26px; }
.home-hero p { max-width: 630px; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-action { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero-note { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(340px, 36vw); padding: 26px 34px; background: var(--gold); color: var(--ink); }
.hero-note span { font-size: .82rem; }
.home-services-block { padding-top: 1px; background: linear-gradient(180deg, #f7f6f2 0%, #fff 38%, #fff 100%); }
.home-intro { display: grid; grid-template-columns: .32fr 1.05fr .72fr; align-items: start; gap: 44px; padding-top: 92px; padding-bottom: 66px; }
.home-intro h2 { margin: 0; }
.home-intro p { color: var(--muted); font-size: 1.08rem; padding-top: 12px; }
.principle-rail { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 82px; }
.principle-rail article { padding: 34px 40px 10px 0; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.principle-rail article + article { padding-left: 40px; }
.principle-rail article:last-child { border-right: 0; }
.principle-rail article > span, .journey-line article > span, .tracking-status article > span, .portal-functions article > span { color: var(--gold-deep); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.principle-rail h3 { margin: 22px 0 10px; }
.principle-rail p { color: var(--muted); font-size: .92rem; }
.service-showcase { max-width: var(--max); margin: 0 auto; padding: 0 24px 120px; display: grid; grid-template-columns: 1.08fr .92fr; }
.showcase-lead { position: relative; min-height: 810px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 56px; color: var(--white); background-image: linear-gradient(0deg, rgba(5,7,8,.9), rgba(5,7,8,.04) 68%), var(--image); background-size: cover; background-position: center; transition: background-size .8s ease; }
.showcase-lead:hover { background-size: 104%; }
.showcase-lead h2 { margin: 12px 0; }
.showcase-lead p { max-width: 440px; color: rgba(255,255,255,.75); }
.showcase-lead b { margin-top: 18px; color: var(--gold); }
.showcase-lead em { position: absolute; top: 0; right: 0; padding: 24px 28px; background: var(--gold); color: var(--ink); font-size: .75rem; font-style: normal; font-weight: 700; line-height: 1.8; letter-spacing: .04em; }
.showcase-list { background: var(--ink); color: var(--white); }
.showcase-list header { min-height: 230px; display: flex; flex-direction: column; justify-content: center; padding: 38px 42px; border-bottom: 1px solid rgba(255,255,255,.13); background: #171a1c; }
.showcase-list header h2 { margin: 0 0 15px; font-size: clamp(2rem, 2.7vw, 2.75rem); }
.showcase-list header p { max-width: 430px; margin: 0; color: rgba(255,255,255,.6); }
.showcase-list a { min-height: 145px; display: grid; grid-template-columns: 45px 1fr auto; grid-template-rows: auto auto; align-content: center; column-gap: 22px; padding: 26px 38px; border-bottom: 1px solid rgba(255,255,255,.13); }
.showcase-list a:hover { background: #181c1e; }
.showcase-list span { grid-row: 1/3; color: var(--gold); font-weight: 800; }
.showcase-list h3 { margin: 0 0 8px; }
.showcase-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.showcase-list b { grid-column: 3; grid-row: 1/3; align-self: center; color: var(--gold); }
.control-feature { min-height: 740px; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--ink); color: var(--white); }
.control-feature > img { width: 100%; height: 100%; min-height: 740px; object-fit: cover; }
.control-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(50px, calc((100vw - var(--max)) / 2)); padding-right: 70px; }
.control-copy p { color: rgba(255,255,255,.68); max-width: 620px; }
.control-points { margin: 26px 0 34px; border-top: 1px solid rgba(255,255,255,.16); }
.control-points div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.control-points span { color: rgba(255,255,255,.6); }
.control-copy .button { align-self: flex-start; }
.home-story { display: grid; grid-template-columns: 1fr .88fr; gap: 80px; align-items: center; }
.story-image { position: relative; }
.story-image img { width: 100%; height: 680px; object-fit: cover; }
.story-image span { position: absolute; left: 0; bottom: 0; padding: 20px 28px; background: var(--gold); font-weight: 800; }
.story-copy p { color: var(--muted); }
.text-link-dark { display: inline-block; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid; font-weight: 800; }
.home-band { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: radial-gradient(circle at 90% 10%, rgba(239,201,76,.08), transparent 28%), var(--ink); color: var(--white); }
.home-band p { color: rgba(255,255,255,.68); font-size: 1.08rem; }
.journey-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.journey-line article { position: relative; padding: 40px 36px 0 0; }
.journey-line article + article { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.18); }
.journey-line article > span { color: var(--gold); }
.journey-line h3 { margin: 28px 0 14px; }
.journey-line p { color: rgba(255,255,255,.64); font-size: .92rem; }
.asset-scope { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.asset-scope-copy p { color: var(--muted); max-width: 590px; }
.asset-scope-copy .button { margin-top: 18px; }
.asset-scope-image { position: relative; }
.asset-scope-image img { width: 100%; height: 650px; object-fit: cover; }
.asset-scope-image span { position: absolute; right: 0; bottom: 0; padding: 24px 30px; background: var(--gold); font-weight: 700; }
.home-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }

.simple-hero { min-height: 610px; display: flex; align-items: flex-end; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background-image: linear-gradient(90deg, rgba(7,9,10,.9), rgba(7,9,10,.2)), var(--hero); background-size: cover; background-position: center; }
.simple-hero > div { max-width: 820px; }
.simple-hero h1 { margin-bottom: 24px; }
.simple-hero p { max-width: 620px; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.service-directory { display: grid; gap: 34px; }
.directory-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; background: var(--paper); }
.directory-row.row-reverse .directory-image { order: 2; }
.directory-image { position: relative; overflow: hidden; }
.directory-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.directory-row:hover .directory-image img { transform: scale(1.035); }
.directory-image span { position: absolute; left: 0; bottom: 0; padding: 18px 24px; background: var(--gold); font-weight: 800; }
.directory-row > div:last-child { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 58px; }
.directory-row p { max-width: 490px; color: var(--muted); }
.directory-row b { margin-top: 14px; border-bottom: 1px solid; }
.directory-heading { margin-bottom: 20px; }
.service-choice { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.choice-lines article { display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; align-items: start; padding: 25px 0; border-top: 1px solid var(--line); }
.choice-lines article:last-child { border-bottom: 1px solid var(--line); }
.choice-lines article > span { font-family: "Manrope", Georgia, serif; font-size: 1.18rem; font-weight: 600; }
.choice-lines p { margin: 0; color: var(--muted); }
.choice-lines a { color: var(--gold-deep); font-weight: 700; white-space: nowrap; }
.services-assurance { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.services-assurance-image { position: relative; }
.services-assurance-image img { width: 100%; height: 610px; object-fit: cover; }
.services-assurance-image span { position: absolute; left: 0; bottom: 0; padding: 20px 28px; background: var(--gold); font-weight: 700; }
.services-assurance .button { margin-top: 30px; }
.service-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }

.about-opening { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; }
.about-copy { padding-top: 38px; color: var(--muted); font-size: 1.07rem; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid article { padding: 40px 46px 10px 0; border-right: 1px solid rgba(255,255,255,.18); }
.value-grid article + article { padding-left: 46px; }
.value-grid article:last-child { border: 0; }
.value-grid span { color: var(--gold); font-weight: 800; }
.value-grid p { color: rgba(255,255,255,.65); }
.about-visual { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 85px; }
.about-visual img { width: 100%; height: 620px; object-fit: cover; }
.about-visual p { color: var(--muted); }
.about-hero { background-position: center 60%; }
.about-editorial { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.about-editorial-image { position: relative; }
.about-editorial-image img { width: 100%; height: 650px; object-fit: cover; }
.about-editorial-image > span { position: absolute; left: 0; bottom: 0; max-width: 320px; padding: 22px 28px; background: var(--gold); font-weight: 700; }
.about-editorial p { color: var(--muted); }
.definition-list { margin-top: 34px; border-top: 1px solid var(--line); }
.definition-list div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.definition-list span { color: var(--muted); }
.governance { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.governance-rows { border-top: 1px solid var(--line); }
.governance-rows article { display: grid; grid-template-columns: 46px 220px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.governance-rows article > span { color: var(--gold-deep); font-weight: 800; }
.governance-rows h3, .governance-rows p { margin: 0; }
.governance-rows p { color: var(--muted); }
.about-scope { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.about-scope nav { border-top: 1px solid var(--line); }
.about-scope nav a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.contact-hero { min-height: 620px; display: flex; align-items: flex-end; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background-image: linear-gradient(90deg, rgba(7,9,10,.9), rgba(7,9,10,.24)), var(--hero); background-size: cover; background-position: center 58%; }
.contact-hero > div { max-width: 850px; }
.contact-hero p { max-width: 650px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.contact-routes { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 70px; }
.contact-routes a { padding: 30px 36px 16px 0; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.contact-routes a + a { padding-left: 36px; }
.contact-routes a:last-child { border-right: 0; }
.contact-routes a > span { color: var(--gold-deep); font-weight: 800; }
.contact-routes h3 { margin: 20px 0 10px; }
.contact-routes p { color: var(--muted); }
.contact-routes b { color: var(--gold-deep); }
.contact-shell { max-width: var(--max); margin: 30px auto 110px; padding: 0 24px; display: grid; grid-template-columns: .72fr 1.28fr; box-shadow: 0 24px 70px rgba(20,22,24,.12); }
.contact-panel { padding: 62px 48px; background: var(--gold); }
.contact-panel .eyebrow { color: rgba(0,0,0,.55); }
.contact-panel h2 { font-size: clamp(2.6rem, 4.2vw, 4rem); }
.contact-panel dl { margin-top: 50px; }
.contact-panel dt { margin-top: 22px; font-weight: 800; }
.contact-panel dd { margin: 2px 0; }
.contact-security { display: grid; gap: 6px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,.22); font-size: .85rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 62px; background: var(--white); }
.form-heading { grid-column: 1/-1; }
.form-heading h2 { margin-bottom: 14px; }
.form-heading p { color: var(--muted); }
.contact-form label, .utility-form label { display: grid; gap: 8px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea, .utility-form input { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; padding: 14px 16px; }
.contact-form textarea { resize: vertical; }
.contact-form .full { grid-column: 1/-1; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; flex-direction: row; gap: 10px !important; }
.consent input { width: auto; margin-top: 5px; }
.contact-form button { justify-self: start; }
.contact-form em { color: #8d9295; font-style: normal; font-weight: 400; }
.enquiry-website { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form-alert { margin: 0; }
.contact-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-guidance { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-guidance-image { position: relative; }
.contact-guidance-image img { width: 100%; height: 620px; object-fit: cover; }
.contact-guidance-image > span { position: absolute; left: 0; bottom: 0; padding: 20px 28px; background: var(--gold); font-weight: 700; }
.muted-note { margin-top: 28px; color: var(--muted); font-size: .9rem; }

.utility-page { min-height: calc(100svh - 84px); display: grid; grid-template-columns: 1fr minmax(420px, .62fr); align-items: center; gap: 80px; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background-image: linear-gradient(90deg, rgba(7,9,10,.92), rgba(7,9,10,.55)), var(--hero); background-size: cover; background-position: center; }
.login-page { position: relative; isolation: isolate; overflow: hidden; background: #101315; }
.login-page::before, .login-page::after { position: absolute; z-index: 0; inset: 0; content: ''; background-image: linear-gradient(90deg, rgba(7,9,10,.94), rgba(7,9,10,.58)), url('../images/vault-door.jpg'); background-size: cover; background-position: center; transition: opacity .55s ease; }
.login-page::after { opacity: 0; background-image: linear-gradient(90deg, rgba(7,9,10,.92), rgba(7,9,10,.48)), url('../images/logistics-hero.jpg'); }
.login-page.is-tracking::before { opacity: 0; }
.login-page.is-tracking::after { opacity: 1; }
.login-page > .utility-copy, .login-page > .utility-form { position: relative; z-index: 1; }
.utility-copy { max-width: 690px; }
.utility-copy p { color: rgba(255,255,255,.74); max-width: 580px; font-size: 1.06rem; }
.utility-form { padding: 50px; background: var(--white); color: var(--ink); box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.utility-form h2 { margin-bottom: 30px; }
.utility-form label { margin-bottom: 20px; }
.utility-form button { width: 100%; margin-top: 8px; }
.utility-form small { display: block; color: var(--muted); margin-top: 18px; }
.form-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 6px 0 20px; font-size: .82rem; }
.form-row .consent { margin: 0; }
.utility-help { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.portal-notice { text-align: center; }
.portal-notice h2, .portal-notice p { max-width: 850px; margin-left: auto; margin-right: auto; }
.portal-notice p { color: var(--muted); }
.tracking-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.tracking-status { display: grid; grid-template-columns: 1fr 1fr; }
.tracking-status article { padding: 28px 30px 20px 0; border-top: 1px solid var(--line); }
.tracking-status article:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line); }
.tracking-status h3 { margin: 20px 0 10px; }
.tracking-status p { color: var(--muted); font-size: .9rem; }
.tracking-guide-grid { display: grid; grid-template-columns: 1fr 1fr; }
.tracking-guide-grid > div { padding: 30px 40px 20px 0; border-top: 1px solid rgba(255,255,255,.17); }
.tracking-guide-grid > div:nth-child(even) { padding-left: 40px; border-left: 1px solid rgba(255,255,255,.17); }
.tracking-guide-grid p { color: rgba(255,255,255,.64); }
.tracking-support { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.tracking-support-image { position: relative; }
.tracking-support-image img { width: 100%; height: 580px; object-fit: cover; }
.tracking-support-image span { position: absolute; left: 0; bottom: 0; padding: 20px 28px; background: var(--gold); font-weight: 700; }
.tracking-support p { color: var(--muted); }
.portal-overview { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.portal-functions { border-top: 1px solid var(--line); }
.portal-functions article { display: grid; grid-template-columns: 50px 190px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.portal-functions h3, .portal-functions p { margin: 0; }
.portal-functions p { color: var(--muted); }
.portal-visual { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: var(--white); }
.portal-visual img { width: 100%; height: 650px; object-fit: cover; }
.portal-visual > div { display: flex; flex-direction: column; justify-content: center; padding: 80px max(40px, calc((100vw - var(--max)) / 2)); padding-left: 70px; }
.portal-visual p { color: rgba(255,255,255,.66); }
.portal-help { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.portal-help > div { max-width: 820px; }
.portal-help p { color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1.15fr .72fr .78fr .72fr 1fr; gap: 42px; padding: 82px max(24px, calc((100vw - var(--max)) / 2)) 28px; background: #0d0f10; color: rgba(255,255,255,.68); }
.site-footer img { width: 220px; max-height: 84px; object-fit: contain; object-position: left center; margin-bottom: 26px; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; margin: 10px 0; font-size: .9rem; }
.site-footer .button { display: inline-flex; margin: 0; }
.site-footer a:hover, .text-link { color: var(--gold); }
.footer-lead p { max-width: 330px; }
.footer-contact .text-link { display: inline-block; border-bottom: 1px solid var(--gold); }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

/* Institutional redesign */
.site-header { position: sticky; top: 0; height: 78px; grid-template-columns: 210px 1fr auto; border-color: rgba(255,255,255,.1); background: #0d1012; color: var(--white); }
.brand img { width: 184px; max-height: 52px; }
.site-nav a { padding: 28px 0 23px; font-size: .82rem; }
.header-cta { background: var(--gold); color: var(--ink); }
.button-outline { border: 1px solid rgba(255,255,255,.7); color: var(--white); background: transparent; }
.button-outline:hover { background: var(--white); color: var(--ink); }
.footer-promise { grid-column: 1/-1; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding-bottom: 60px; margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-promise h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 3.1vw, 3.2rem); text-transform: none; letter-spacing: -.025em; }
.footer-promise .button { flex: 0 0 auto; color: var(--ink); }
.site-footer .button-gold:hover { color: var(--ink); }

.hm-hero { min-height: calc(100svh - 78px); position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background-image: linear-gradient(90deg, rgba(5,8,10,.94) 0%, rgba(5,8,10,.62) 48%, rgba(5,8,10,.16) 100%), var(--hero); background-size: cover; background-position: center; }
.hm-hero::after, .inner-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.28), transparent 46%); }
.hm-hero-inner { position: relative; z-index: 2; width: min(760px, 68vw); margin-left: max(24px, calc((100vw - var(--max)) / 2)); }
.hm-hero-inner h1 { margin-bottom: 24px; }
.hm-hero-inner p { max-width: 660px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.hm-hero-aside { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; gap: 6px; width: 330px; padding: 25px 34px; background: var(--gold); color: var(--ink); }
.hm-hero-aside span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hm-hero-aside a { font-family: "Manrope", Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.hm-assurance-line { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: #f1f0ec; }
.hm-assurance-line > div { display: grid; grid-template-columns: 32px 1fr; gap: 2px 16px; padding: 28px 28px 28px 0; border-right: 1px solid var(--line); }
.hm-assurance-line > div + div { padding-left: 28px; }
.hm-assurance-line > div:last-child { border: 0; }
.hm-assurance-line span { grid-row: 1/3; color: var(--gold-deep); font-size: .75rem; font-weight: 800; }
.hm-assurance-line b { font-family: "Manrope", Georgia, serif; }
.hm-assurance-line small { color: var(--muted); }
.hm-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; padding-top: 125px; padding-bottom: 140px; }
.hm-intro-copy p { color: var(--muted); }
.hm-intro-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.hm-intro-media { position: relative; min-height: 650px; }
.hm-intro-main { width: 78%; height: 610px; margin-left: auto; object-fit: cover; }
.hm-intro-small { position: absolute; left: 0; bottom: -42px; width: 42%; height: 265px; object-fit: cover; border: 12px solid var(--white); }
.hm-intro-media > span { position: absolute; right: 0; bottom: 0; display: grid; max-width: 270px; padding: 22px 26px; background: var(--gold); }
.hm-intro-media > span b { font-family: "Manrope", Georgia, serif; font-size: 1.1rem; }
.hm-solutions { padding: 115px max(24px, calc((100vw - var(--max)) / 2)) 125px; background: #101315; color: var(--white); }
.hm-solutions-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; margin-bottom: 62px; }
.hm-solutions-head h2 { max-width: 650px; }
.hm-solutions-head p { max-width: 560px; color: rgba(255,255,255,.62); padding-top: 28px; }
.hm-solutions-body { display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; }
.hm-solution-media { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.hm-solution-media a { position: relative; min-height: 510px; overflow: hidden; }
.hm-solution-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.hm-solution-media a:hover img { transform: scale(1.045); }
.hm-solution-media a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 58%); }
.hm-solution-media span, .hm-solution-media b { position: absolute; z-index: 2; left: 28px; }
.hm-solution-media span { bottom: 58px; font: 600 1.45rem "Manrope", Georgia, serif; }
.hm-solution-media b { bottom: 26px; color: var(--gold); font-size: .8rem; }
.hm-advantages { border-top: 1px solid rgba(255,255,255,.15); }
.hm-advantages article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.hm-advantages article > span { color: var(--gold); font-size: .78rem; font-weight: 800; }
.hm-advantages h3 { margin-bottom: 8px; }
.hm-advantages p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }
.hm-services { padding-top: 125px; padding-bottom: 135px; }
.hm-section-title { max-width: 790px; margin-bottom: 60px; }
.hm-section-title p { color: var(--muted); font-size: 1.04rem; }
.hm-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.hm-service-card { display: grid; grid-template-rows: 1fr 230px; min-height: 500px; background: #f3f2ee; transition: transform .35s ease, box-shadow .35s ease; }
.hm-service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(20,22,24,.12); }
.hm-service-card-copy { padding: 34px; }
.hm-service-card-copy > span { color: var(--gold-deep); font-size: .75rem; font-weight: 800; }
.hm-service-card h3 { margin: 24px 0 12px; }
.hm-service-card p { color: var(--muted); font-size: .9rem; }
.hm-service-card b { color: var(--gold-deep); font-size: .82rem; }
.hm-service-card img { width: 100%; height: 230px; object-fit: cover; }
.hm-process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; padding-top: 120px; padding-bottom: 120px; }
.hm-process-media, .about-process-media, .services-how-media { position: relative; }
.hm-process-media img, .about-process-media img, .services-how-media img { width: 100%; height: 760px; object-fit: cover; }
.hm-process-media > span, .about-process-media > span, .services-how-media > span { position: absolute; left: 0; bottom: 0; padding: 22px 28px; background: var(--gold); font-weight: 700; }
.hm-process-copy > p { color: var(--muted); }
.hm-steps { margin: 34px 0; border-top: 1px solid var(--line); }
.hm-steps article { display: grid; grid-template-columns: 64px 1fr; gap: 26px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.hm-steps article > span { display: flex; align-items: center; justify-content: center; min-height: 64px; background: var(--gold); font-weight: 800; }
.hm-steps h3 { margin: 0 0 7px; }
.hm-steps p { margin: 0; color: var(--muted); }
.hm-expertise { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: #101315; color: var(--white); }
.hm-expertise-intro { max-width: 860px; margin-bottom: 80px; }
.hm-expertise-intro p { max-width: 680px; color: rgba(255,255,255,.62); }
.hm-expertise-row { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; margin-top: 80px; }
.hm-expertise-row.reverse { grid-template-columns: 1.15fr .85fr; }
.hm-expertise-row.reverse > div { order: 2; }
.hm-expertise-row img { width: 100%; height: 560px; object-fit: cover; }
.hm-expertise-row p { color: rgba(255,255,255,.64); }
.hm-expertise-row a { display: inline-block; margin-top: 28px; color: var(--gold); font-weight: 700; }
.light-list li { border-color: rgba(255,255,255,.15); }
.hm-principles-wrap { background: linear-gradient(180deg, #101315 0 26%, var(--gold) 26% 100%); }
.hm-principles { padding-top: 0; }
.hm-principles .hm-section-title { width: min(720px, 100%); padding: 42px; background: var(--gold); }
.hm-principle-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); box-shadow: 0 24px 60px rgba(20,22,24,.14); }
.hm-principle-grid article { padding: 34px 28px; border-right: 1px solid var(--line); }
.hm-principle-grid article:last-child { border: 0; }
.hm-principle-grid span { color: var(--gold-deep); font-size: .72rem; font-weight: 800; }
.hm-principle-grid h3 { margin: 22px 0 10px; font-size: 1.05rem; }
.hm-principle-grid p { color: var(--muted); font-size: .82rem; }
.hm-guidance { padding-top: 125px; padding-bottom: 130px; }
.hm-guidance-head { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.hm-guidance-head p { color: var(--muted); }
.hm-guidance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hm-guidance-grid article { min-height: 340px; padding: 38px; border-top: 4px solid var(--gold); background: #f3f2ee; }
.hm-guidance-grid article > span { color: var(--gold-deep); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.hm-guidance-grid h3 { margin: 40px 0 16px; }
.hm-guidance-grid p { color: var(--muted); }
.hm-guidance-grid a { display: inline-block; margin-top: 25px; font-weight: 700; }
.hm-enquiry { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: linear-gradient(90deg, rgba(7,9,10,.94), rgba(7,9,10,.76)), url('../images/pexels-david-slaager-3875806-5759037.jpg') center/cover; color: var(--white); }
.hm-enquiry-copy p { max-width: 560px; color: rgba(255,255,255,.66); }
.hm-enquiry-points { display: grid; gap: 16px; margin-top: 45px; }
.hm-enquiry-points div { display: grid; gap: 3px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.hm-enquiry-points span { color: rgba(255,255,255,.6); font-size: .86rem; }
.hm-enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 46px; background: var(--white); color: var(--ink); }
.hm-enquiry-form .eyebrow, .hm-enquiry-form h2 { grid-column: 1/-1; }
.hm-enquiry-form label { display: grid; gap: 7px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.hm-enquiry-form label:last-of-type { grid-column: 1/-1; }
.hm-enquiry-form input, .hm-enquiry-form select, .hm-enquiry-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--white); font: inherit; }
.hm-enquiry-form button { justify-self: start; }

.inner-hero { min-height: 590px; position: relative; display: flex; align-items: flex-end; color: var(--white); background-image: linear-gradient(90deg, rgba(5,8,10,.92), rgba(5,8,10,.25)), var(--hero); background-size: cover; background-position: center; }
.inner-hero-copy { position: relative; z-index: 2; width: min(850px, 74vw); padding: 90px max(24px, calc((100vw - var(--max)) / 2)); }
.inner-hero-copy p { max-width: 680px; color: rgba(255,255,255,.76); }
.inner-breadcrumb { min-height: 58px; display: flex; align-items: center; gap: 13px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: #f3f2ee; color: var(--muted); font-size: .8rem; }
.about-capability-line { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); }
.about-capability-line div { display: flex; gap: 18px; padding: 26px 28px 26px 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.about-capability-line div + div { padding-left: 28px; }
.about-capability-line div:last-child { border-right: 0; }
.about-capability-line span { color: var(--gold-deep); font-weight: 800; }
.about-v2-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; padding-top: 120px; padding-bottom: 130px; }
.about-v2-copy p { color: var(--muted); }
.about-v2-copy h3 { margin: 36px 0 18px; }
.about-pillars { display: grid; gap: 10px; margin-bottom: 34px; }
.about-pillars span { padding: 13px 17px; border-left: 3px solid var(--gold); background: #f3f2ee; font-weight: 600; }
.about-v2-media { position: relative; }
.about-v2-media img { width: 100%; height: 690px; object-fit: cover; }
.about-v2-media > div { position: absolute; left: -65px; bottom: -30px; display: grid; gap: 5px; max-width: 340px; padding: 30px; background: var(--gold); }
.about-v2-media b { font-family: "Manrope", Georgia, serif; font-size: 1.2rem; }
.about-institutional { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: #101315; color: var(--white); }
.about-institutional-head { max-width: 830px; margin-bottom: 80px; }
.about-institutional-head p { color: rgba(255,255,255,.62); }
.about-institutional-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; margin-top: 90px; }
.about-institutional-row.reverse { grid-template-columns: 1.2fr .8fr; }
.about-institutional-row.reverse > div { order: 2; }
.about-institutional-row img { width: 100%; height: 520px; object-fit: cover; }
.about-institutional-row p { color: rgba(255,255,255,.64); }
.about-dark-lines { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.about-dark-lines div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.about-dark-lines span { color: rgba(255,255,255,.58); }
.about-values-wrap { background: linear-gradient(180deg, #101315 0 20%, var(--gold) 20% 100%); }
.about-values { padding-top: 0; }
.about-values .hm-section-title { max-width: 760px; padding: 40px; background: var(--gold); }
.about-value-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); }
.about-value-grid article { padding: 34px 28px; border-right: 1px solid var(--line); }
.about-value-grid article:last-child { border: 0; }
.about-value-grid span { color: var(--gold-deep); font-weight: 800; font-size: .75rem; }
.about-value-grid h3 { margin: 22px 0 10px; }
.about-value-grid p { color: var(--muted); font-size: .84rem; }
.about-process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; padding-top: 125px; padding-bottom: 125px; }
.about-process-media img { height: 720px; }
.about-service-gallery { padding-top: 120px; padding-bottom: 130px; }
.about-gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--gold); }
.about-gallery-grid a { position: relative; min-height: 390px; overflow: hidden; }
.about-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.about-gallery-grid a:hover img { transform: scale(1.05); }
.about-gallery-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), transparent 60%); }
.about-gallery-grid span, .about-gallery-grid b { position: absolute; z-index: 2; left: 20px; }
.about-gallery-grid span { bottom: 50px; color: var(--white); font: 600 1.03rem "Manrope", Georgia, serif; }
.about-gallery-grid b { bottom: 22px; color: var(--gold); font-size: .72rem; }
.about-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }

.service-capability-matrix { padding-top: 120px; padding-bottom: 125px; }
.service-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-outcomes article { min-height: 280px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-outcomes article > span { color: var(--gold-deep); font-weight: 800; font-size: .75rem; }
.service-outcomes h3 { margin: 30px 0 12px; }
.service-outcomes p { color: var(--muted); font-size: .9rem; }
.service-outcomes a { color: var(--gold-deep); font-weight: 700; font-size: .82rem; }
.services-dark-intro { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: #101315; color: var(--white); }
.services-dark-intro p { color: rgba(255,255,255,.63); }
.service-directory-v2 { padding-top: 125px; padding-bottom: 130px; }
.service-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-directory-card { display: grid; grid-template-rows: 1fr 240px; min-height: 520px; background: #f3f2ee; }
.service-directory-card > div { padding: 34px; }
.service-directory-card > div > span { color: var(--gold-deep); font-size: .75rem; font-weight: 800; }
.service-directory-card h3 { margin: 26px 0 12px; }
.service-directory-card p { color: var(--muted); font-size: .9rem; }
.service-directory-card b { color: var(--gold-deep); font-size: .8rem; }
.service-directory-card img { width: 100%; height: 240px; object-fit: cover; transition: transform .7s ease; }
.service-directory-card:hover img { transform: scale(1.035); }
.services-how { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; padding-top: 120px; padding-bottom: 120px; }
.services-how-media img { height: 760px; }
.services-assurance-v2 { padding: 115px max(24px, calc((100vw - var(--max)) / 2)); background: #101315; color: var(--white); }
.services-assurance-v2-head { max-width: 820px; margin-bottom: 55px; }
.services-assurance-v2-head p { color: rgba(255,255,255,.62); }
.services-assurance-v2-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.services-assurance-v2-grid article { padding: 34px 28px 15px 0; border-right: 1px solid rgba(255,255,255,.16); }
.services-assurance-v2-grid article + article { padding-left: 28px; }
.services-assurance-v2-grid article:last-child { border: 0; }
.services-assurance-v2-grid span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.services-assurance-v2-grid h3 { margin: 26px 0 12px; font-size: 1.08rem; }
.services-assurance-v2-grid p { color: rgba(255,255,255,.58); font-size: .84rem; }
.services-proof { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; padding-top: 125px; padding-bottom: 125px; }
.services-proof-copy p { color: var(--muted); }
.services-proof-media { position: relative; }
.services-proof-media img { width: 100%; height: 650px; object-fit: cover; }
.services-proof-media span { position: absolute; left: 0; bottom: 0; padding: 22px 28px; background: var(--gold); font-weight: 700; }

.service-proof-band { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: var(--gold); }
.service-proof-band div { padding: 30px 28px 24px 0; border-right: 1px solid rgba(0,0,0,.16); }
.service-proof-band div + div { padding-left: 28px; }
.service-proof-band div:last-child { border: 0; }
.service-proof-band span { display: block; margin-bottom: 14px; font-size: .72rem; font-weight: 800; }
.service-proof-band b { font-family: "Manrope", Georgia, serif; }
.service-proof-band p { color: rgba(0,0,0,.65); font-size: .8rem; }
.service-depth { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.service-depth-image { position: relative; }
.service-depth-image img { width: 100%; height: 620px; object-fit: cover; }
.service-depth-image > span { position: absolute; left: 0; bottom: 0; padding: 20px 26px; background: var(--gold); font-weight: 700; }
.service-depth p { color: var(--muted); }
.service-depth .button { margin-top: 28px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Internal-page heroes: a quieter one-time stagger than the home slider. */
.js .inner-hero-copy.reveal > .eyebrow,
.js .inner-hero-copy.reveal > h1,
.js .inner-hero-copy.reveal > p,
.js .inner-hero-copy.reveal > .hero-actions,
.js .page-hero .hero-copy.reveal > .eyebrow,
.js .page-hero .hero-copy.reveal > h1,
.js .page-hero .hero-copy.reveal > p,
.js .page-hero .hero-copy.reveal > .button,
.js .contact-hero > .reveal > .eyebrow,
.js .contact-hero > .reveal > h1,
.js .contact-hero > .reveal > p,
.js .utility-copy.reveal > .eyebrow,
.js .utility-copy.reveal > h1,
.js .utility-copy.reveal > p {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  will-change: opacity, transform;
}
.js .inner-hero-copy.reveal.is-visible > .eyebrow,
.js .inner-hero-copy.reveal.is-visible > h1,
.js .inner-hero-copy.reveal.is-visible > p,
.js .inner-hero-copy.reveal.is-visible > .hero-actions,
.js .page-hero .hero-copy.reveal.is-visible > .eyebrow,
.js .page-hero .hero-copy.reveal.is-visible > h1,
.js .page-hero .hero-copy.reveal.is-visible > p,
.js .page-hero .hero-copy.reveal.is-visible > .button,
.js .contact-hero > .reveal.is-visible > .eyebrow,
.js .contact-hero > .reveal.is-visible > h1,
.js .contact-hero > .reveal.is-visible > p,
.js .utility-copy.reveal.is-visible > .eyebrow,
.js .utility-copy.reveal.is-visible > h1,
.js .utility-copy.reveal.is-visible > p {
  animation: pageHeroCopyIn .68s cubic-bezier(.2,.72,.24,1) forwards;
}
.js .inner-hero-copy.reveal.is-visible > h1,
.js .page-hero .hero-copy.reveal.is-visible > h1,
.js .contact-hero > .reveal.is-visible > h1,
.js .utility-copy.reveal.is-visible > h1 { animation-delay: .09s; }
.js .inner-hero-copy.reveal.is-visible > p,
.js .page-hero .hero-copy.reveal.is-visible > p,
.js .contact-hero > .reveal.is-visible > p,
.js .utility-copy.reveal.is-visible > p { animation-delay: .18s; }
.js .inner-hero-copy.reveal.is-visible > .hero-actions,
.js .page-hero .hero-copy.reveal.is-visible > .button { animation-delay: .27s; }
@keyframes pageHeroCopyIn {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .js .inner-hero-copy.reveal > *,
  .js .page-hero .hero-copy.reveal > *,
  .js .contact-hero > .reveal > *,
  .js .utility-copy.reveal > * { opacity: 1; transform: none; animation: none; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; padding: 0 20px; }
  .brand img { width: 156px; }
  .menu-toggle { display: block; appearance: none; padding: 10px 0; border: 0; background: none; font-weight: 800; }
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; gap: 0; padding: 12px 24px 24px; background: var(--white); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-width: 0 0 1px; border-color: var(--line); }
  .header-cta { display: none; }
  .page-hero { min-height: calc(78svh - 74px); }
  .hero-copy { padding-bottom: 64px; }
  .hero-index { display: none; }
  .service-layout, .assurance { grid-template-columns: 1fr; }
  .service-aside { position: static; }
  .service-aside nav { display: grid; grid-template-columns: 1fr 1fr; }
  .service-aside nav a:nth-child(odd) { margin-right: 20px; }
  .editorial-image, .editorial-image.image-right { grid-template-columns: 1fr; }
  .editorial-image.image-right img { order: initial; }
  .editorial-image img { height: 420px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-lead, .footer-bottom { grid-column: 1/-1; }
  .home-intro { grid-template-columns: 1fr; }
  .service-showcase, .home-story, .home-band, .about-opening, .about-visual, .contact-shell, .contact-faq, .utility-page { grid-template-columns: 1fr; }
  .showcase-lead { min-height: 560px; }
  .story-image img, .about-visual img { height: 520px; }
  .home-band { gap: 30px; }
  .directory-row { min-height: 350px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .contact-shell { margin-top: 40px; margin-bottom: 40px; }
  .utility-page { gap: 35px; padding-top: 70px; padding-bottom: 70px; }
  .utility-form { width: min(100%, 620px); }
  .utility-help { align-items: flex-start; flex-direction: column; }
  .principle-rail, .control-feature, .asset-scope, .home-faq,
  .service-choice, .services-assurance, .service-faq,
  .about-editorial, .governance, .about-scope,
  .contact-guidance, .tracking-intro, .tracking-support,
  .portal-overview, .portal-visual { grid-template-columns: 1fr; }
  .principle-rail article, .principle-rail article + article { padding: 30px 0; border-right: 0; }
  .control-feature > img { height: 560px; min-height: 0; }
  .journey-line { grid-template-columns: repeat(2, 1fr); }
  .asset-scope-image img, .services-assurance-image img, .about-editorial-image img,
  .contact-guidance-image img, .tracking-support-image img, .portal-visual img { height: 520px; }
  .choice-lines article { grid-template-columns: 140px 1fr auto; }
  .governance-rows article { grid-template-columns: 46px 170px 1fr; }
  .contact-routes { grid-template-columns: 1fr; }
  .portal-help { align-items: flex-start; flex-direction: column; gap: 28px; }
}

@media (max-width: 600px) {
  .section, .section-dark { padding-top: 74px; padding-bottom: 74px; }
  .page-hero { min-height: 660px; background-position: 60% center; }
  .hero-copy { width: 100%; }
  .hero-copy p { font-size: 1rem; }
  .service-aside nav { grid-template-columns: 1fr; }
  .service-aside nav a:nth-child(odd) { margin-right: 0; }
  .editorial-image img { height: 330px; }
  .editorial-image > div { padding: 28px; }
  .assurance { gap: 36px; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; }
  .footer-lead, .footer-bottom { grid-column: 1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .home-hero { min-height: calc(100svh - 74px); background-position: 58% center; }
  .home-hero-copy { margin: 0 22px; width: auto; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { display: none; }
  .service-showcase { padding: 0; }
  .showcase-lead { min-height: 520px; padding: 32px 24px; }
  .showcase-lead em { padding: 16px 18px; font-size: .66rem; }
  .showcase-list header { min-height: 210px; padding: 34px 24px; }
  .showcase-list a { min-height: 160px; padding: 26px 22px; }
  .story-image img, .about-visual img { height: 390px; }
  .directory-row, .directory-row.row-reverse { grid-template-columns: 1fr; }
  .directory-row.row-reverse .directory-image { order: initial; }
  .directory-image { min-height: 270px; }
  .directory-row > div:last-child { padding: 34px 26px; }
  .simple-hero { min-height: 560px; }
  .contact-shell { padding: 0 14px; }
  .contact-panel, .contact-form, .utility-form { padding: 34px 26px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full, .form-heading { grid-column: 1; }
  .utility-page { grid-template-columns: 1fr; min-height: auto; }
  .section-narrow { padding: 0 22px 74px; }
  .journey-line, .tracking-status, .tracking-guide-grid, .portal-functions { grid-template-columns: 1fr; }
  .control-feature > img { height: 420px; }
  .control-copy, .portal-visual > div { padding: 64px 24px; }
  .asset-scope-image img, .services-assurance-image img, .about-editorial-image img,
  .contact-guidance-image img, .tracking-support-image img, .portal-visual img { height: 390px; }
  .choice-lines article { grid-template-columns: 1fr; gap: 12px; }
  .governance-rows article { grid-template-columns: 40px 1fr; gap: 12px; }
  .governance-rows article p { grid-column: 2; }
  .portal-functions article { grid-template-columns: 40px 1fr; }
  .portal-functions article p { grid-column: 2; }
  .contact-hero { min-height: 600px; }
}

@media (max-width: 1050px) {
  .hm-service-grid, .service-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-principle-grid, .about-value-grid, .services-assurance-v2-grid { grid-template-columns: repeat(3, 1fr); }
  .hm-principle-grid article, .about-value-grid article, .services-assurance-v2-grid article { border-bottom: 1px solid var(--line); }
  .about-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .site-header { height: 74px; background: #0d1012; }
  .menu-toggle { color: var(--white); }
  .site-nav { background: #0d1012; border-color: rgba(255,255,255,.12); }
  .site-nav a { color: var(--white); border-color: rgba(255,255,255,.12); }
  .footer-promise { align-items: flex-start; flex-direction: column; }
  .hm-hero-inner { width: min(700px, calc(100vw - 48px)); }
  .hm-hero-aside { width: 280px; }
  .hm-assurance-line, .about-capability-line, .service-proof-band { grid-template-columns: repeat(2, 1fr); }
  .hm-assurance-line > div:nth-child(2), .about-capability-line div:nth-child(2), .service-proof-band div:nth-child(2) { border-right: 0; }
  .hm-intro, .hm-solutions-head, .hm-solutions-body, .hm-process, .hm-expertise-row, .hm-expertise-row.reverse,
  .hm-enquiry, .about-v2-intro, .about-institutional-row, .about-institutional-row.reverse,
  .about-process, .services-dark-intro, .services-how, .services-proof, .service-depth { grid-template-columns: 1fr; }
  .hm-intro { gap: 70px; }
  .hm-intro-media { width: min(700px, 100%); }
  .hm-expertise-row.reverse > div, .about-institutional-row.reverse > div { order: initial; }
  .hm-expertise-row img, .about-institutional-row img { height: 500px; }
  .hm-principle-grid, .about-value-grid, .services-assurance-v2-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-guidance-head { grid-template-columns: 1fr; gap: 20px; }
  .hm-guidance-grid { grid-template-columns: 1fr; }
  .hm-guidance-grid article { min-height: 260px; }
  .about-v2-media > div { left: 0; }
  .about-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .about-faq { grid-template-columns: 1fr; }
  .service-outcomes { grid-template-columns: repeat(2, 1fr); }
  .services-dark-intro { gap: 30px; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.7rem); }
  .hm-hero { min-height: 720px; background-position: 63% center; }
  .hm-hero-inner { margin: 0 22px; width: auto; }
  .hm-hero-aside { display: none; }
  .hm-assurance-line, .about-capability-line, .service-proof-band { grid-template-columns: 1fr; }
  .hm-assurance-line > div, .hm-assurance-line > div + div,
  .about-capability-line div, .about-capability-line div + div,
  .service-proof-band div, .service-proof-band div + div { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hm-intro, .hm-process, .about-v2-intro, .about-process, .services-how, .services-proof { padding-top: 80px; padding-bottom: 80px; gap: 55px; }
  .hm-intro-media { min-height: 510px; }
  .hm-intro-main { width: 90%; height: 480px; }
  .hm-intro-small { width: 48%; height: 190px; border-width: 7px; }
  .hm-intro-media > span { max-width: 220px; padding: 16px 18px; font-size: .78rem; }
  .hm-solutions, .hm-expertise, .about-institutional, .services-assurance-v2 { padding: 80px 22px; }
  .hm-solutions-head, .hm-solutions-body { gap: 34px; }
  .hm-solution-media { grid-template-columns: 1fr; }
  .hm-solution-media a { min-height: 390px; }
  .hm-service-grid, .service-directory-grid { grid-template-columns: 1fr; }
  .hm-service-card, .service-directory-card { min-height: 470px; }
  .hm-process-media img, .about-process-media img, .services-how-media img { height: 470px; }
  .hm-steps article { grid-template-columns: 54px 1fr; gap: 18px; }
  .hm-steps article > span { min-height: 54px; }
  .hm-expertise-row, .about-institutional-row { gap: 38px; margin-top: 64px; }
  .hm-expertise-row img, .about-institutional-row img { height: 400px; }
  .hm-principles-wrap, .about-values-wrap { background: var(--gold); }
  .hm-principles, .about-values { padding-top: 70px; }
  .hm-principles .hm-section-title, .about-values .hm-section-title { padding: 0; }
  .hm-principle-grid, .about-value-grid, .services-assurance-v2-grid { grid-template-columns: 1fr; }
  .hm-principle-grid article, .about-value-grid article, .services-assurance-v2-grid article,
  .services-assurance-v2-grid article + article { padding: 28px 24px; border-right: 0; }
  .hm-guidance { padding-top: 80px; padding-bottom: 80px; }
  .hm-enquiry { gap: 48px; padding: 80px 22px; }
  .hm-enquiry-form { grid-template-columns: 1fr; padding: 30px 24px; }
  .hm-enquiry-form .eyebrow, .hm-enquiry-form h2, .hm-enquiry-form label:last-of-type { grid-column: 1; }
  .inner-hero { min-height: 600px; }
  .inner-hero-copy { width: 100%; padding: 70px 22px; }
  .about-v2-media img { height: 490px; }
  .about-v2-media > div { bottom: -28px; max-width: 270px; padding: 20px; }
  .about-gallery-grid { grid-template-columns: 1fr; }
  .about-gallery-grid a { min-height: 380px; }
  .service-outcomes { grid-template-columns: 1fr; }
  .service-outcomes article { min-height: 240px; }
  .services-dark-intro { padding: 80px 22px; }
  .services-proof-media img, .service-depth-image img { height: 440px; }
  .footer-promise { padding-bottom: 45px; }
}

/* Refinement: lighter sans-serif typography and purposeful home interactions */
body { font-family: "Manrope", Arial, sans-serif; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 4vw, 4.25rem); font-weight: 500; line-height: 1.08; }
h2 { font-size: clamp(1.85rem, 2.65vw, 2.85rem); font-weight: 600; line-height: 1.14; }
h3 { font-size: 1.16rem; font-weight: 700; line-height: 1.28; }
.hm-hero-aside a, .hm-assurance-line b, .hm-intro-media > span b, .hm-solution-media span, .about-v2-media b, .about-gallery-grid span, .service-proof-band b { font-family: "Manrope", Arial, sans-serif; }
.hm-hero-slider { position: relative; min-height: clamp(620px, calc(100svh - 126px), 780px); overflow: hidden; background: #0d1012; color: var(--white); }
.hm-hero-slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; pointer-events: none; transform: scale(1.025); transition: opacity .7s ease, transform 1.1s ease; background-image: linear-gradient(90deg, rgba(5,8,10,.94) 0%, rgba(5,8,10,.62) 48%, rgba(5,8,10,.16) 100%), var(--hero); background-position: center; background-size: cover; }
.hm-hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.3), transparent 46%); }
.hm-hero-slide.is-active { opacity: 1; pointer-events: auto; transform: scale(1); }
.hm-hero-slide .hm-hero-inner { position: relative; z-index: 2; }
.js .hm-hero-slide .hm-hero-inner > .eyebrow,
.js .hm-hero-slide .hm-hero-inner > h1,
.js .hm-hero-slide .hm-hero-inner > p,
.js .hm-hero-slide .hm-hero-inner > .hero-actions { opacity: 0; transform: translate3d(-68px, 18px, 0); filter: blur(3px); will-change: opacity, transform, filter; }
.js .hm-hero-slide.is-active .hm-hero-inner > .eyebrow,
.js .hm-hero-slide.is-active .hm-hero-inner > h1,
.js .hm-hero-slide.is-active .hm-hero-inner > p,
.js .hm-hero-slide.is-active .hm-hero-inner > .hero-actions { animation: hmHeroCopyIn .78s cubic-bezier(.16,.74,.2,1) forwards; }
.js .hm-hero-slide.is-active .hm-hero-inner > h1 { animation-delay: .12s; }
.js .hm-hero-slide.is-active .hm-hero-inner > p { animation-delay: .24s; }
.js .hm-hero-slide.is-active .hm-hero-inner > .hero-actions { animation-delay: .36s; }
@keyframes hmHeroCopyIn {
  0% { opacity: 0; transform: translate3d(-68px, 18px, 0); filter: blur(3px); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
.hm-hero-slide h1 { max-width: 730px; margin-bottom: 22px; font-weight: 500; }
.hm-hero-slide p { max-width: 630px; font-size: 1rem; }
.hm-slider-controls { position: absolute; z-index: 4; left: max(24px, calc((100vw - var(--max)) / 2)); bottom: 34px; display: flex; align-items: center; gap: 16px; }
.hm-slider-controls > button, .hm-expertise-controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.45); background: rgba(10,12,14,.45); color: var(--white); font: inherit; cursor: pointer; transition: background .2s ease, color .2s ease; }
.hm-slider-controls > button:hover, .hm-expertise-controls button:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.hm-slider-dots { display: flex; gap: 8px; }
.hm-slider-dots button { width: 34px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.42); cursor: pointer; }
.hm-slider-dots button.is-active { background: var(--gold); }
.hm-hero-aside { z-index: 5; }
.hm-principles-wrap { background: linear-gradient(180deg, #101315 0 18%, var(--gold) 18% 100%); }
.hm-principles { padding: 0 24px 64px; }
.hm-principles .hm-section-title { width: min(650px, 100%); padding: 28px 34px; margin-bottom: 0; }
.hm-principles .hm-section-title h2 { font-size: clamp(1.8rem, 2.4vw, 2.45rem); }
.hm-principle-grid article { padding: 25px 22px; }
.hm-principle-grid h3 { margin: 15px 0 8px; }
.hm-principle-grid p { margin-bottom: 0; }
.hm-expertise { padding-top: 92px; padding-bottom: 100px; }
.hm-expertise-top { display: grid; grid-template-columns: 1fr .78fr auto; gap: 50px; align-items: end; margin-bottom: 46px; }
.hm-expertise-top h2 { max-width: 600px; }
.hm-expertise-top p { margin: 0; color: rgba(255,255,255,.62); }
.hm-expertise-controls { display: flex; gap: 10px; }
.hm-expertise-carousel { touch-action: pan-y; }
.hm-expertise-slide { display: none; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; animation: featureIn .45s ease both; }
.hm-expertise-slide.is-active { display: grid; }
.hm-expertise-slide img { width: 100%; height: 510px; object-fit: cover; }
.hm-expertise-slide p { color: rgba(255,255,255,.65); }
.hm-expertise-slide a { display: inline-block; margin-top: 26px; color: var(--gold); font-weight: 700; }
@keyframes featureIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }

/* Theme preloader: retained from the original Lockey template. */
#cms-loadding { background: #fff; height: 100vh; position: fixed; width: 100%; z-index: 999999; top: 0; left: 0; transition: all 300ms ease-in-out; }
#cms-loadding .loading-spinner { position: relative; top: 50%; width: 40px; height: 40px; margin: -20px auto 0; text-align: center; animation: sk-rotate 2s infinite linear; }
#cms-loadding .loading-dot1, #cms-loadding .loading-dot2 { position: absolute; top: 0; display: inline-block; width: 60%; height: 60%; border-radius: 100%; background-color: var(--gold); animation: sk-bounce 2s infinite ease-in-out; }
#cms-loadding .loading-dot2 { top: auto; bottom: 0; animation-delay: -1s; }
#cms-loadding.is-complete { opacity: 0; pointer-events: none; transition: opacity 600ms ease; }
@keyframes sk-rotate { 100% { transform: rotate(360deg); } }
@keyframes sk-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }

@media (max-width: 900px) {
  .hm-expertise-top { grid-template-columns: 1fr auto; gap: 24px; }
  .hm-expertise-top p { grid-column: 1/-1; }
  .hm-expertise-slide { grid-template-columns: 1fr; gap: 38px; }
  .hm-expertise-slide img { height: 480px; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(2.3rem, 10.5vw, 3.2rem); }
  h2 { font-size: clamp(1.7rem, 8vw, 2.25rem); }
  .hm-hero-slider { min-height: 620px; }
  .hm-hero-slide { background-position: 62% center; }
  .hm-hero-slide h1 { max-width: 340px; }
  .hm-slider-controls { left: 22px; bottom: 24px; }
  .hm-slider-controls > button { width: 36px; height: 36px; }
  .hm-slider-dots button { width: 24px; }
  .hm-expertise { padding-top: 74px; padding-bottom: 74px; }
  .hm-expertise-top { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .hm-expertise-controls { justify-self: start; }
  .hm-expertise-slide img { height: 350px; }
  .hm-principles { padding: 0 22px 46px; }
  .hm-principles .hm-section-title { padding: 26px 0 24px; }
  .hm-principles .hm-section-title h2 { font-size: 1.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  #cms-loadding, #cms-loadding .loading-spinner, #cms-loadding .loading-dot1, #cms-loadding .loading-dot2 { animation: none; transition: none; }
  .js .hm-hero-slide .hm-hero-inner > .eyebrow,
  .js .hm-hero-slide .hm-hero-inner > h1,
  .js .hm-hero-slide .hm-hero-inner > p,
  .js .hm-hero-slide .hm-hero-inner > .hero-actions { opacity: 1; transform: none; animation: none; }
}

.hm-services-action { display: flex; justify-content: center; margin-top: 68px; text-align: center; }

/* Primary navigation dropdowns and the shared access switch */
.site-nav { align-items: stretch; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 8px; height: 100%; padding: 0; color: var(--white); cursor: pointer; font-size: .82rem; font-weight: 600; list-style: none; border-bottom: 3px solid transparent; transition: color .22s ease, border-color .22s ease; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary span { color: var(--gold); font-size: 1rem; font-weight: 400; transition: transform .2s ease; }
.nav-dropdown:not(.is-current) summary:hover { color: var(--gold); border-color: transparent; }
.nav-dropdown[open] summary span { transform: rotate(45deg); }
.nav-dropdown.is-current summary { border-color: var(--gold); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 1px); left: -22px; display: grid; min-width: 220px; padding: 14px 22px; background: #14181b; border-top: 0; box-shadow: 0 18px 35px rgba(0,0,0,.24); }
.nav-dropdown-menu--wide { left: 50%; width: min(540px, 76vw); min-width: 500px; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; padding: 18px 26px; transform: translateX(-50%); }
.nav-dropdown-menu--logistics { width: min(600px, 80vw); }
.site-nav .nav-dropdown-menu a { padding: 11px 0; color: rgba(255,255,255,.75); border: 0; font-size: .78rem; }
.site-nav .nav-dropdown-menu a:hover, .site-nav .nav-dropdown-menu a[aria-current="page"] { color: var(--gold); border: 0; }
.site-nav .nav-dropdown-menu b { float: right; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a:hover { color: var(--gold); }
.access-switch { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 30px; padding: 5px; overflow: hidden; background: #f3f1ec; border: 1px solid var(--line); }
.access-switch::before { position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); content: ''; background: var(--ink); box-shadow: 0 8px 18px rgba(13,16,18,.14); transition: transform .38s cubic-bezier(.2,.75,.25,1); }
.access-switch.is-tracking::before { transform: translateX(100%); }
.access-switch button { position: relative; z-index: 1; min-height: 54px; border: 0; background: transparent; color: var(--muted); font: inherit; font-size: .84rem; font-weight: 700; cursor: pointer; transition: color .24s ease; }
.access-switch button.is-active { color: var(--white); }
.access-panel-stage { position: relative; min-height: 390px; transition: height .38s cubic-bezier(.2,.75,.25,1); }
.access-panel { width: 100%; transition: opacity .3s ease, transform .38s cubic-bezier(.2,.75,.25,1), visibility .3s ease; }
.access-panel:not(.is-active) { position: absolute; inset: 0; visibility: hidden; pointer-events: none; opacity: 0; transform: translateY(14px); }
.access-panel.is-active { position: relative; z-index: 1; opacity: 1; transform: translateY(0); }
.access-panel .form-row { margin-bottom: 20px; }
.access-panel small { display: block; color: var(--muted); margin-top: 18px; }
.access-panel-intro { margin: -6px 0 24px; color: var(--muted); }
.access-alert { margin: -8px 0 22px; padding: 12px 14px; border-left: 3px solid var(--gold-deep); background: #fff7d9; color: var(--ink); font-size: .86rem; line-height: 1.5; }
.service-description { border-top: 1px solid var(--line); }
.service-description p { max-width: 780px; padding: 27px 0; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.88; }
.service-description p + p { border-top: 1px solid var(--line); }
.service-detail-image { margin: 0; }
.service-detail-image img { display: block; width: 100%; height: 520px; object-fit: cover; }
.service-requirements { margin-top: 54px; padding: 34px 38px; border-left: 3px solid var(--gold); background: #f5f4ef; }
.service-requirements h3 { margin-bottom: 18px; }
.service-requirements ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; margin: 0; padding: 0; list-style: none; }
.service-requirements li { position: relative; padding-left: 18px; color: #3e474b; font-size: .88rem; }
.service-requirements li::before { position: absolute; left: 0; content: '◆'; color: var(--gold-deep); font-size: .55rem; }
.service-requirements p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.info-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding-top: 0; }
.info-content article { padding: 48px 56px 48px 0; border-top: 1px solid var(--line); }
.info-content article:nth-child(even) { padding-left: 56px; padding-right: 0; border-left: 1px solid var(--line); }
.info-content h2 { margin-bottom: 14px; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.info-content p { max-width: 570px; color: var(--muted); }

@media (max-width: 900px) {
  .site-nav .nav-dropdown { width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav .nav-dropdown summary { justify-content: space-between; padding: 13px 0; border: 0; }
  .nav-dropdown-menu, .nav-dropdown-menu--wide, .nav-dropdown-menu--logistics { position: static; width: auto; min-width: 0; grid-template-columns: 1fr; padding: 0 0 10px 16px; border: 0; background: transparent; box-shadow: none; transform: none; }
  .site-nav .nav-dropdown-menu a { padding: 10px 0; color: rgba(255,255,255,.68); }
  .service-detail-image img { height: 420px; }
  .service-requirements ul { grid-template-columns: 1fr; }
  .info-content { grid-template-columns: 1fr; }
  .info-content article, .info-content article:nth-child(even) { padding: 32px 0; border-left: 0; }
}
