:root {
  --navy: #061b31;
  --navy-2: #0a2948;
  --blue: #1689ff;
  --blue-2: #2aaaf2;
  --text: #061b31;
  --muted: #5a6f85;
  --line: #dbe5ef;
  --soft: #f6f9fc;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Desktop width is intentionally close to the current live site. */
.container { width: min(960px, calc(100% - 32px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: #041729; border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; color: #fff; min-width: 225px; }
.brand-logo { width: 162px; height: 54px; object-fit: contain; object-position: left center; display: block; }
.footer-logo { width: 162px; height: 54px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 21px; }
.site-nav a { color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.site-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: #fff; font-size: 28px; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border-radius: 5px; font-weight: 800; font-size: 12px; text-transform: uppercase; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { filter: brightness(.95); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.35); background: transparent; }
.btn-dark { width: 100%; background: #041729; color: #fff; border: 0; }
.nav-cta { margin-left: 4px; white-space: nowrap; }

.section-dark { background: var(--navy-2); color: #fff; }
.section-light { background: #fff; }
.section-soft { background: var(--soft); }

.hero { padding: 70px 0 66px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--blue); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .7px; }
.hero h1 { margin: 0; max-width: 440px; font-size: 62px; line-height: 1.03; letter-spacing: -2.8px; }
.hero-line { display: block; }
.hero-line-white { color: #fff; }
.hero-line-blue { color: var(--blue); }
.hero-text { margin: 22px 0 0; max-width: 430px; font-size: 15px; line-height: 1.65; color: #eef5ff; }
.hero-actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 25px; font-size: 11px; color: #d9e7f5; }
.hero-visual { border-radius: 14px; overflow: hidden; }
.hero-visual img { width: 100%; height: auto; object-fit: cover; border-radius: 14px; }

.section-heading { max-width: 720px; }
.centered { text-align: center; margin: 0 auto; }
.section-heading h2, .split h2, .contact-copy h2, .pricing-strip h2 { margin: 0; font-size: clamp(32px, 4vw, 44px); line-height: 1.08; letter-spacing: -1.2px; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
#services { padding: 70px 0 76px; }
.service-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { min-height: 188px; padding: 28px 22px; border: 1px solid var(--line); border-radius: 13px; text-align: center; box-shadow: 0 12px 30px rgba(10,40,70,.05); }
.icon { width: 48px; height: 48px; margin: 0 auto 17px; border-radius: 12px; display: grid; place-items: center; background: #eaf4ff; color: var(--blue); font-size: 22px; font-weight: 800; }
.card h3 { margin: 0 0 10px; font-size: 17px; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.section-soft { padding: 66px 0; }
.split-copy { color: var(--muted); line-height: 1.8; font-size: 16px; }
.align-center { align-items: center; }

.process-section { padding: 74px 0 66px; }
.process-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; text-align: center; position: relative; }
.process-grid article { position: relative; }
.process-grid span { display: block; color: var(--blue); font-size: 11px; font-weight: 800; margin-bottom: 10px; }
.process-icon { width: 60px; height: 60px; border: 1.5px solid var(--blue); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; color: var(--blue); font-weight: 800; font-size: 21px; background: #fff; }
.process-grid h3 { margin: 0 0 10px; font-size: 17px; }
.process-grid p { margin: 0 auto; max-width: 220px; color: var(--muted); line-height: 1.6; font-size: 13px; }

.work-section { padding: 18px 0 24px; }
.work-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; }
.work-card { min-width: 0; }
.work-card h3 { margin: 18px 0 8px; font-size: 16px; line-height: 1.25; }
.work-card p { margin: 0; color: var(--blue); font-size: 11px; font-weight: 700; }
.project-image {
  width: 100%;
  aspect-ratio: 269 / 203;
  overflow: hidden;
  background: #eef3f8;
  box-shadow: 0 12px 26px rgba(10,40,70,.12);
}
.project-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.pricing-strip { padding: 54px 0; }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.pricing-copy h2 { max-width: 390px; }
.pricing-copy > p:last-child { max-width: 420px; margin: 18px 0 0; color: #d5e3ef; font-size: 14px; line-height: 1.7; }
.pricing-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.055); }
.pricing-card-label { display: block; margin-bottom: 8px; color: #7fc0ff; text-transform: uppercase; letter-spacing: .8px; font-size: 10px; font-weight: 800; }
.pricing-card h3 { margin: 0 0 8px; color: #fff; font-size: 20px; }
.pricing-card p { max-width: 390px; margin: 0; color: #d5e3ef; font-size: 13px; line-height: 1.6; }
.pricing-cta { flex: 0 0 auto; min-width: 158px; }

.contact-section { background: linear-gradient(100deg,var(--blue),var(--blue-2)); color: #fff; padding: 68px 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.contact-copy .eyebrow { color: #fff; opacity: .95; }
.contact-copy p { max-width: 500px; line-height: 1.7; }
.contact-copy ul { margin: 23px 0 0; padding: 0; list-style: none; }
.contact-copy li { margin: 11px 0; font-weight: 700; font-size: 13px; }
.contact-copy li::before { content: "✓ "; }
.contact-form { background: #fff; padding: 23px; border-radius: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #c9d8e6; border-radius: 6px; font: inherit; color: #20384f; background: #fff; }
.contact-form select, .contact-form textarea, .contact-form button { margin-top: 12px; }
.contact-form textarea { resize: vertical; }

.site-footer { background: #041729; color: #fff; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .9fr 1fr 1fr; gap: 40px; }
.footer-brand { margin-bottom: 18px; }
.site-footer p { color: #c1d1df; line-height: 1.7; font-size: 13px; }
.site-footer h4 { margin: 0 0 18px; font-size: 14px; }
.site-footer a:not(.brand) { display: block; color: #cde0f2; margin: 10px 0; font-size: 12px; }
.site-footer a:hover { color: var(--blue); }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #89a1b7; font-size: 11px; }

@media (max-width: 980px) {
  .container { width: min(92%, 900px); }
  .site-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .site-nav.open { position: absolute; left: 4%; right: 4%; top: 70px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #041729; border: 1px solid rgba(255,255,255,.1); padding: 10px; border-radius: 10px; }
  .site-nav.open a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero h1 { font-size: clamp(48px, 6.2vw, 60px); }
  .hero-text { font-size: 15px; }
  .contact-grid, .split, .pricing-grid { grid-template-columns: 1fr; gap: 40px; }
  .pricing-copy h2 { max-width: 520px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 42px 24px; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 680px); }
  .nav-wrap { min-height: 70px; }
  .brand { min-width: 0; }
  .hero { padding: 50px 0 46px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: clamp(46px, 13vw, 58px); letter-spacing: -2px; }
  .hero-text { font-size: 16px; }
  .hero-visual { width: 100%; max-width: 560px; margin: 0 auto; }
  .service-grid, .process-grid, .work-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .pricing-card { align-items: flex-start; flex-direction: column; gap: 20px; padding: 24px; }
  .pricing-cta { width: 100%; }
  .card { min-height: 0; }
  .project-image { aspect-ratio: 269 / 203; }
  .footer-bottom { flex-direction: column; }
}

/* Contact page */
.site-nav a.active { color: var(--blue); }
.contact-page { background: #f6f9fc; }
.contact-hero-lite { padding: 46px 0 22px; background: #fff; text-align: center; }
.contact-hero-lite h1 { margin: 0; font-size: clamp(38px, 5vw, 54px); letter-spacing: -1.5px; }
.contact-hero-lite p:last-child { max-width: 650px; margin: 15px auto 0; color: var(--muted); line-height: 1.7; }
.contact-info-section { padding: 28px 0 68px; }
.contact-info-shell { display: grid; grid-template-columns: 43% 57%; min-height: 515px; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 40px rgba(10,40,70,.08); background: #fff; }
.contact-details-panel { background: var(--navy-2); color: #fff; padding: 48px 44px; }
.contact-details-panel h2 { margin: 0 0 14px; font-size: 38px; line-height: 1.05; }
.contact-intro { margin: 0 0 28px; color: #e2edf7; line-height: 1.65; font-size: 14px; }
.contact-detail-card { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 15px 16px; margin-top: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.035); color: #fff; }
.contact-detail-card:hover { border-color: rgba(22,137,255,.7); }
.contact-detail-icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: var(--blue); font-size: 15px; }
.contact-detail-card span { display: block; margin: 1px 0 7px; color: #7fc0ff; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 800; }
.contact-detail-card strong { display: block; font-size: 12px; line-height: 1.55; font-weight: 700; }
.contact-map-wrap { min-width: 0; min-height: 515px; background: #e9eff5; }
.contact-map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 515px; border: 0; }
.contact-enquiry-section { background: linear-gradient(100deg,var(--blue),var(--blue-2)); color: #fff; padding: 68px 0; }

@media (max-width: 820px) {
  .contact-info-shell { grid-template-columns: 1fr; }
  .contact-map-wrap, .contact-map-wrap iframe { min-height: 420px; }
}

@media (max-width: 520px) {
  .contact-hero-lite { padding: 34px 0 14px; }
  .contact-details-panel { padding: 34px 24px; }
  .contact-details-panel h2 { font-size: 34px; }
  .contact-map-wrap, .contact-map-wrap iframe { min-height: 340px; }
}

/* About page */
.about-intro { padding: 72px 0; }
.about-intro h1 { margin: 0; font-size: clamp(42px, 5vw, 62px); line-height: 1.05; letter-spacing: -2px; color: var(--navy); }
.about-focus { padding-top: 72px; padding-bottom: 28px; }
.about-focus-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-focus-grid h2 { margin: 8px 0 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.1; }
.about-focus-grid p { margin: 0 0 18px; color: var(--muted); line-height: 1.75; font-size: 16px; }
.about-cta { padding: 54px 0; }
.about-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.about-cta h2 { margin: 5px 0 8px; color: #fff; font-size: 36px; }
.about-cta p:not(.eyebrow) { margin: 0; color: #c9d9e8; }
@media (max-width: 820px) { .about-focus-grid { grid-template-columns: 1fr; gap: 24px; } .about-cta-inner { align-items: flex-start; flex-direction: column; } }
@media (max-width: 520px) { .about-intro { padding: 48px 0; } .about-focus { padding-top: 50px; } }

/* Our Work page */
.work-page-hero { padding: 66px 0 58px; }
.work-page-hero h1 { margin: 0; font-size: clamp(42px, 5vw, 58px); line-height: 1.05; letter-spacing: -1.8px; }
.work-page-hero p:last-child { max-width: 620px; margin: 16px auto 0; color: var(--muted); line-height: 1.7; }
.work-page-projects { padding: 66px 0 74px; }
.work-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.work-page-card { min-width: 0; }
.work-page-card-copy { padding-top: 20px; }
.work-page-card-copy .eyebrow { margin-bottom: 9px; }
.work-page-card h2 { margin: 0 0 12px; font-size: 20px; line-height: 1.25; }
.work-page-card-copy > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
@media (max-width: 820px) { .work-page-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; } }
@media (max-width: 620px) { .work-page-hero { padding: 48px 0 42px; } .work-page-projects { padding: 48px 0 58px; } .work-page-grid { grid-template-columns: 1fr; } }
