
:root {
  --navy: #092b50;
  --navy-deep: #061d35;
  --blue: #0c4f8a;
  --blue-soft: #eaf3fa;
  --ink: #142130;
  --muted: #5b6875;
  --line: #d9e1e8;
  --paper: #f6f8fa;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 82px; max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); }
.brand > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: white; font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.brand strong { font-size: 18px; letter-spacing: -.02em; }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; color: #3c4a58; }
nav a:hover { color: var(--blue); }
.nav-cta { border: 1px solid var(--navy); color: var(--navy); padding: 12px 18px; border-radius: 7px; }
.nav-cta:hover { background: var(--navy); color: white; }

.hero { min-height: 655px; padding: 72px max(32px, calc((100vw - 1176px) / 2)) 70px; display: grid; grid-template-columns: 1.28fr .72fr; gap: 78px; align-items: center; background: linear-gradient(108deg, #f5f8fb 0%, #f9fbfc 58%, #edf3f7 58%, #edf3f7 100%); }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; max-width: 780px; color: var(--navy-deep); font-size: clamp(46px, 5vw, 72px); line-height: 1.01; letter-spacing: -.055em; font-weight: 700; }
.hero-lead { margin: 28px 0 0; max-width: 680px; color: #4f5f6f; font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; font-size: 14px; font-weight: 700; transition: .2s ease; }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--blue); transform: translateY(-1px); }
.button-secondary { border: 1px solid #b8c5d0; background: rgba(255,255,255,.6); color: var(--navy); }
.button-secondary:hover { background: white; }
.hero-proof { margin-top: 48px; padding-top: 24px; border-top: 1px solid #ccd7df; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hero-proof div { display: flex; flex-direction: column; gap: 6px; }
.hero-proof strong { color: var(--navy); font-size: 21px; }
.hero-proof span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.portrait-wrap { position: relative; width: min(100%, 405px); justify-self: end; }
.portrait-card { overflow: hidden; border-radius: 5px; background: white; box-shadow: 0 22px 60px rgba(4,35,61,.13); }
.portrait-card img { display: block; width: 100%; aspect-ratio: .91; object-fit: cover; object-position: center 24%; background: #e3e6e4; }
.availability { padding: 16px 18px; display: flex; align-items: center; gap: 10px; color: #2f3f4e; font-size: 12px; line-height: 1.4; }
.availability span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #2a8a67; box-shadow: 0 0 0 4px #e5f3ed; }

.client-strip { min-height: 74px; padding: 18px max(32px, calc((100vw - 1176px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--navy); color: rgba(255,255,255,.8); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.client-strip i { width: 4px; height: 4px; border-radius: 50%; background: #61a8df; }
.section { max-width: 1240px; margin: 0 auto; padding: 104px 32px; }
.intro-section { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
h2 { margin: 0; color: var(--navy-deep); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.intro-copy { padding-top: 28px; border-top: 1px solid var(--line); }
.intro-copy p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }

.services-section { max-width: none; padding-left: max(32px, calc((100vw - 1176px) / 2)); padding-right: max(32px, calc((100vw - 1176px) / 2)); background: var(--paper); }
.section-heading { margin-bottom: 46px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.section-heading h2 { max-width: 720px; }
.section-heading > p { margin: 0; padding-bottom: 4px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 430px; padding: 28px; grid-column: span 2; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.service-card:nth-last-child(-n+2) { grid-column: span 3; }
.service-number { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin: 38px 0 14px; color: var(--navy); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card .best-for { min-height: 65px; margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid #e6ebef; color: #435260; font-size: 13px; }
.best-for strong { color: var(--navy); }
.included-list { margin-top: 20px; }
.included-list > strong { color: var(--navy); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.included-list ul, .package-grid ul { margin: 12px 0 0; padding: 0; list-style: none; }
.included-list li, .package-grid li { position: relative; margin: 8px 0; padding-left: 17px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.included-list li::before, .package-grid li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: #62a5d7; }

.process-section { max-width: none; padding: 0; }
.process-panel { display: grid; grid-template-columns: .88fr 1.12fr; background: var(--navy-deep); color: white; }
.process-copy { padding: 90px max(40px, calc((100vw - 1176px) / 2)); padding-right: 78px; }
.eyebrow-light { color: #77b4e1; }
.process-copy h2 { color: white; }
.process-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 30px; color: #b9c8d5; font-size: 15px; line-height: 1.75; }
.process-copy a { color: white; font-size: 14px; font-weight: 700; }
.process-copy a span { margin-left: 7px; color: #77b4e1; }
.process-list { margin: 0; padding: 60px max(32px, calc((100vw - 1176px) / 2)) 60px 64px; list-style: none; background: #0c365e; }
.process-list li { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.process-list li:last-child { border-bottom: 0; }
.process-list li > span { color: #77b4e1; font-size: 11px; font-weight: 800; }
.process-list strong { font-size: 18px; }
.process-list p { margin: 7px 0 0; max-width: 490px; color: #b9c8d5; font-size: 13px; line-height: 1.6; }

.compact-heading { grid-template-columns: 1fr; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.industry-grid article { min-height: 225px; padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--navy); }
.industry-grid span { color: var(--blue); font-size: 11px; font-weight: 800; }
.industry-grid h3 { margin: 45px 0 12px; color: var(--navy); font-size: 21px; }
.industry-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.tool-row { margin-top: 28px; padding: 18px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 190px 1fr; gap: 30px; }
.tool-row + .tool-row { margin-top: 0; }
.tool-row span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tool-row p { margin: 0; color: #435260; font-size: 14px; line-height: 1.6; }

.experience-section { max-width: none; padding-left: max(32px, calc((100vw - 1176px) / 2)); padding-right: max(32px, calc((100vw - 1176px) / 2)); background: var(--paper); }
.timeline { border-top: 1px solid #cbd5dd; }
.timeline article { padding: 27px 0; border-bottom: 1px solid #cbd5dd; display: grid; grid-template-columns: 160px 1fr 1.35fr; gap: 38px; align-items: start; }
.timeline-period { color: var(--blue); font-size: 12px; font-weight: 700; }
.timeline h3 { margin: 0 0 5px; color: var(--navy); font-size: 18px; }
.timeline-role, .timeline-detail { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.education-note { margin-top: 35px; padding: 24px 28px; display: grid; grid-template-columns: 160px 1fr; gap: 30px; background: white; border-left: 3px solid var(--blue); }
.education-note > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.education-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.education-note strong { color: var(--navy); }

.pricing-note { margin: -20px 0 28px; max-width: 770px; padding-left: 14px; border-left: 2px solid #72add8; color: var(--muted); font-size: 13px; line-height: 1.65; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.package-grid article { min-height: 545px; padding: 30px; border: 1px solid var(--line); display: flex; flex-direction: column; background: white; }
.package-grid article.featured { position: relative; border: 2px solid var(--blue); background: #f3f8fc; }
.package-grid article.featured::before { content: "Recommended"; position: absolute; right: 20px; top: 0; padding: 7px 10px; background: var(--blue); color: white; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.package-grid article > p { margin: 0; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.package-grid h3 { margin: 34px 0 17px; color: var(--navy); font-size: 23px; }
.price { padding-bottom: 20px; border-bottom: 1px solid var(--line); display: flex; align-items: baseline; gap: 9px; }
.price strong { color: var(--navy-deep); font-size: 28px; letter-spacing: -.04em; }
.price span { color: var(--muted); font-size: 12px; }
.package-grid ul { margin: 24px 0 28px; }
.package-grid li { margin: 11px 0; }
.package-grid article > a { margin-top: auto; min-height: 46px; display: grid; place-items: center; border: 1px solid var(--navy); border-radius: 6px; color: var(--navy); font-size: 13px; font-weight: 700; }
.package-grid article.featured > a { background: var(--navy); color: white; }
.custom-service { margin-top: 18px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); border-left: 3px solid var(--blue); }
.custom-service span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.custom-service h3 { margin: 7px 0 0; color: var(--navy); font-size: 17px; }
.custom-service a { flex: 0 0 auto; color: var(--blue); font-size: 13px; font-weight: 700; }

.faq-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading h2 { font-size: 42px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; color: var(--navy); font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 50px 23px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact-section { padding: 95px max(32px, calc((100vw - 1176px) / 2)); text-align: left; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; background: var(--navy); color: white; }
.contact-section h2 { color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 30px; color: #c4d1dc; font-size: 15px; line-height: 1.75; }
.contact-expectations { margin: 34px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-expectations div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: center; }
.contact-expectations strong { color: #78b7e6; font-size: 11px; }
.contact-expectations span { color: #d3dee7; font-size: 13px; }
.direct-email { color: #bcd2e4; font-size: 12px; }
.direct-email strong { display: block; margin-top: 6px; color: white; font-size: 15px; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 21px; }
.linkedin-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.35); color: white; font-size: 13px; font-weight: 700; }
.linkedin-link span { margin-left: 5px; color: #7ab7e4; }
.enquiry-form { padding: 34px; border-radius: 5px; background: white; color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-form label { margin-bottom: 16px; display: block; color: var(--navy); font-size: 12px; font-weight: 700; }
.enquiry-form label > span { color: #b9473f; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 8px; border: 1px solid #cfd8df; border-radius: 5px; background: white; color: var(--ink); font: inherit; font-size: 14px; outline: none; }
.enquiry-form input, .enquiry-form select { height: 47px; padding: 0 12px; }
.enquiry-form textarea { padding: 12px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(12,79,138,.08); }
.form-submit { width: 100%; border: 0; background: var(--navy); color: white; cursor: pointer; }
.form-submit:hover { background: var(--blue); }
.form-note { margin: 11px 0 0; color: #75818b; font-size: 10px; line-height: 1.5; text-align: center; }
.button-white { background: white; color: var(--navy); }
.button-white:hover { background: #eaf3fa; transform: translateY(-1px); }
.contact-email { margin-top: 18px; display: block; color: #8fbadd; font-size: 12px; }

footer { min-height: 105px; max-width: 1240px; margin: 0 auto; padding: 26px 32px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; color: var(--muted); font-size: 11px; }
.footer-brand > span { width: 31px; height: 31px; font-size: 10px; }
footer p:nth-child(2) { text-align: center; }
.footer-meta { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.footer-meta a { color: var(--blue); font-weight: 700; }

@media (max-width: 980px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr .65fr; gap: 40px; }
  .hero-proof { gap: 12px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-last-child(-n+2) { grid-column: span 1; }
  .industry-grid, .package-grid { grid-template-columns: 1fr; }
  .industry-grid article { min-height: 190px; }
  .package-grid article { min-height: auto; }
  .contact-section { grid-template-columns: 1fr; gap: 50px; }
  .timeline article { grid-template-columns: 120px 1fr; }
  .timeline-detail { grid-column: 2; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 20px; }
  .brand strong { font-size: 16px; }
  nav { gap: 0; }
  .nav-cta { padding: 10px 12px; font-size: 12px; }
  .hero { padding: 54px 20px 50px; grid-template-columns: 1fr; background: linear-gradient(180deg, #f5f8fb 0 62%, #edf3f7 62%); }
  h1 { font-size: 47px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { margin-top: 35px; grid-template-columns: 1fr 1fr; }
  .hero-proof div:last-child { display: none; }
  .portrait-wrap { width: 100%; max-width: 400px; justify-self: center; }
  .client-strip { padding: 22px 20px; justify-content: center; flex-wrap: wrap; }
  .client-strip i { display: none; }
  .client-strip span { width: calc(50% - 10px); text-align: center; font-size: 9px; }
  .section { padding: 78px 20px; }
  .intro-section, .section-heading, .process-panel, .faq-section { grid-template-columns: 1fr; gap: 40px; }
  h2 { font-size: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 42px; }
  .process-copy { padding: 70px 20px; }
  .process-list { padding: 35px 20px 45px; }
  .industry-grid { gap: 12px; }
  .tool-row { grid-template-columns: 1fr; gap: 10px; }
  .timeline article { grid-template-columns: 1fr; gap: 10px; }
  .timeline-detail { grid-column: 1; }
  .education-note { grid-template-columns: 1fr; gap: 10px; }
  .faq-section { gap: 35px; }
  .custom-service { align-items: flex-start; flex-direction: column; }
  .contact-section { padding: 78px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 24px 18px; }
  footer { padding: 30px 20px; grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  footer p:nth-child(2) { margin: 0; text-align: center; }
  .footer-meta { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
