:root {
  --ink: #060814;
  --ink-soft: #0d1124;
  --surface: #11162d;
  --surface-2: #171d38;
  --paper: #f7f8fc;
  --white: #fff;
  --text: #15192b;
  --muted: #626a7e;
  --line: rgba(23, 31, 58, .12);
  --violet: #7A007A;
  --violet-2: #b52ab5;
  --cyan: #e7a7e7;
  --lime: #ffe86b;
  --shadow: 0 24px 80px rgba(13, 17, 36, .14);
  --radius: 24px;
}

html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--text); font-family: Inter, system-ui, sans-serif; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6,.h1,.h2 { color: var(--text); font-family: Manrope, Inter, sans-serif; font-weight: 800; letter-spacing: -.045em; }
h1,.h1 { font-size: clamp(3.2rem, 7vw, 7.5rem); line-height: .96; }
h2,.h2 { font-size: clamp(2.4rem, 4.5vw, 5.2rem); line-height: 1.02; }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.15; }
p,ul li,ol li { color: var(--muted); font-family: Inter, system-ui, sans-serif; font-size: 17px; line-height: 1.75; }
a { color: inherit; transition: color .2s ease, background-color .2s ease, transform .2s ease, border-color .2s ease; }
.container { width: min(1180px, calc(100% - 40px)); }
.skip-link { background: var(--lime); color: var(--ink); left: 20px; padding: 12px 18px; position: fixed; top: -100px; z-index: 9999; }
.skip-link:focus { top: 12px; }

.lp-header .navbar { background: rgba(6,8,20,.72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px 0; }
.lp-header .top-nav-collapse { background: rgba(6,8,20,.92); padding: 8px 0; }
.lp-header .navbar-brand { align-items: center; color: #fff; display: flex; font-family: Manrope,sans-serif; font-size: 17px; gap: 11px; height: auto; line-height: 1; text-transform: none; }
.brand-mark { align-items: center; background: linear-gradient(135deg,var(--violet),var(--violet-2)); border-radius: 11px; box-shadow: 0 8px 24px rgba(122,0,122,.35); color: #fff; display: inline-flex; font: 800 17px/1 Manrope,sans-serif; height: 38px; justify-content: center; width: 38px; }
.brand-copy strong { color: var(--cyan); }
.lp-header .navbar-default .navbar-nav>li>a { border-radius: 999px; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: .04em; padding: 12px 14px; text-transform: none; }
.lp-header .navbar-default .navbar-nav>li>a:hover,.lp-header .navbar-default .navbar-nav>li>a:focus { background: rgba(255,255,255,.08); color: #fff; }
.lp-header .navbar-default .navbar-nav>li>a.SpecialLink { background: var(--white); color: var(--ink); text-shadow: none; }

.lp-hero { background-color: var(--ink); background-image: radial-gradient(circle at 12% 20%,rgba(122,0,122,.5),transparent 34%),radial-gradient(circle at 88% 18%,rgba(181,42,181,.22),transparent 28%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: auto,auto,48px 48px,48px 48px; min-height: 830px; padding: 150px 0 90px; position: relative; }
.lp-hero:after { background: linear-gradient(90deg,var(--violet),var(--violet-2),var(--lime)); bottom: 0; content:""; height: 4px; left: 0; position: absolute; width: 100%; }
.lp-hero .hero-caption { margin: 68px 0 30px; position: relative; z-index: 1; }
.lp-hero .hero-caption:before { color: var(--cyan); content: "MEDWAY · KENT · UK"; display: block; font-size: 12px; font-weight: 700; letter-spacing: .2em; margin-bottom: 24px; }
.lp-hero .hero-caption h1 { color: #fff; font-size: clamp(3.5rem,6.2vw,7rem); max-width: 820px; text-wrap: balance; }
.lp-hero .hero-caption p { color: rgba(255,255,255,.68); font-size: clamp(18px,2vw,22px); font-weight: 400; line-height: 1.55; max-width: 660px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }
.hero-secondary { color: #fff; font-weight: 700; }
.hero-secondary span { color: var(--cyan); margin-left: 5px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 28px 0 0; }
.hero-proof li { color: rgba(255,255,255,.7); font-size: 14px; margin: 0; }
.hero-proof span { color: var(--lime); margin-right: 7px; }
.lp-btn-primary,.lp-btn-white { border: 0; border-radius: 999px; font-family: Inter,sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .01em; padding: 16px 24px; text-transform: none; }
.lp-btn-primary { background: linear-gradient(135deg,var(--violet),#a516a5); box-shadow: 0 12px 30px rgba(122,0,122,.28); }
.lp-btn-primary:hover,.lp-btn-primary:focus { background: linear-gradient(135deg,#a516a5,var(--violet)); color: #fff; transform: translateY(-2px); }
.lp-btn-white { background: #fff; color: var(--ink); }
.lp-btn-white:hover,.lp-btn-white:focus { background: var(--cyan); color: var(--ink); transform: translateY(-2px); }
.lp-hero .lead-form,.lead-form { background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius); box-shadow: 0 35px 100px rgba(0,0,0,.32); padding: 28px; }
.lead-form .h2 { font-size: 25px; margin-bottom: 22px; }
.lead-form label { color: #34394d; font-size: 12px; letter-spacing: .04em; margin: 0 0 7px; text-transform: uppercase; }
.form-control,input.form-control,select.form-control,textarea.form-control { background: #f0f2f8; border: 1px solid transparent; border-radius: 12px; box-shadow: none; color: var(--text); min-height: 50px; padding: 12px 14px; }
.form-control:focus { background: #fff; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(122,0,122,.12); outline: none; }

.lp-section-container { padding: 110px 0; }
.section-kicker { color: var(--violet); font-size: 12px; font-weight: 800; letter-spacing: .18em; margin-bottom: 16px; text-align: center; text-transform: uppercase; }
.lp-section-title { margin: 0 auto 64px; max-width: 880px; text-wrap: balance; }
.lp-service { background: var(--paper); }
.lp-service .lp-section-block { background: #fff; border: 1px solid var(--line); border-radius: 20px; display: flex; margin: 0 0 24px; min-height: 200px; overflow: hidden; }
.lp-service .lp-section-block>.col-md-5 { margin: 0; padding: 0; width: 42%; }
.lp-service .lp-section-block>.col-md-7 { margin: 0; padding: 0; width: 58%; }
.lp-service .lp-section-block>div { display: flex; }
.lp-service .lp-section-block .service-img { align-items: center; background: transparent; border-radius: 0; display: flex; justify-content: center; overflow: hidden; }
.lp-service .lp-section-block .service-img img { display: block; height: auto; max-width: 100%; object-fit: cover; width: 224px; }
@media (hover: hover) and (pointer: fine) {
  .lp-service .lp-section-block .service-img img { transition: filter .35s ease; }
  .lp-service .lp-section-block:hover .service-img img { filter: brightness(.88) saturate(1.08); }
}
.lp-service .lp-section-block .service-info { align-items: flex-start; background: #fff; border: 0; border-radius: 0; display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: 28px; width: 100%; }
.lp-service .lp-section-block .service-info h3 { font-size: 23px; }
@media (min-width: 992px) {
  .lp-service .lp-section-block .service-img img { height: 100%; width: 100%; }
}

.lp-how-works { background: var(--ink); }
.lp-how-works h2 { color: #fff; }
.lp-how-works .work-pic { border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); overflow: hidden; }
.lp-how-works .work-pic img { filter: saturate(.35) brightness(.5); min-height: 300px; object-fit: cover; width: 100%; }
.lp-how-works .lp-section-block .work-block .work-pic .circle { background: var(--cyan); border: 0; bottom: 20px; box-shadow: none; color: var(--ink); }
.lp-how-works .work-caption p { color: #fff; font-size: 19px; padding: 0 24px; }

.lp-about-us { background: #fff; }
.lp-about-us .location-intro { margin: 0 auto 64px; max-width: 860px; text-align: center; }
.lp-about-us .location-intro .section-kicker { margin-bottom: 12px; }
.lp-about-us .location-lead { color: var(--text); font: 700 clamp(1.5rem,2.4vw,2.25rem)/1.35 Manrope,sans-serif; letter-spacing: -.025em; }
.lp-about-us .about-info,.lp-about-us .why-move,.lp-about-us .about-feture { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.lp-about-us .why-move h4.h1,.lp-about-us .why h4.h1 { font-size: 28px; line-height: 1.2; margin-bottom: 20px; }
.lp-about-us #about img { border-radius: var(--radius); box-shadow: var(--shadow); }
.lp-about-us .feature-block { background: #fff; border: 1px solid var(--line); border-radius: 16px; min-height: 82px; padding: 18px; }
.lp-about-us .feature-block h6 { font-size: 17px; margin: 8px 0 0; }
.lp-about-us .alignleft { border-radius: 18px; margin: 0 22px 15px 0; max-width: 240px; }

.lp-cover-areas { background: var(--paper); }
.lp-cover-areas .area-img { border-radius: 20px; box-shadow: var(--shadow); margin-left: auto; margin-right: auto; max-width: 265px; overflow: hidden; position: relative; }
.lp-cover-areas .area-img img { display: block; height: auto; max-width: 100%; width: 265px; }
@media (hover: hover) and (pointer: fine) {
  .lp-cover-areas .area-img img { transition: filter .35s ease; }
  .lp-cover-areas .area-img:hover img { filter: brightness(.84) saturate(1.08); }
}
.lp-cover-areas .area-img .area-caption { background: rgba(6,8,20,.82); backdrop-filter: blur(10px); border-radius: 999px; bottom: 16px; padding: 8px 14px; }

.lp-cta { align-items: center; background-color: var(--violet); background-image: radial-gradient(circle at 15% 30%,rgba(231,167,231,.32),transparent 32%),linear-gradient(135deg,#4d004d,var(--violet)); display: flex; min-height: 440px; }
.lp-cta .cta-block h4 { color: #fff; font: 800 clamp(2.4rem,4vw,4.8rem)/1.05 Manrope,sans-serif; letter-spacing: -.05em; }
.lp-cta .cta-block p { color: rgba(255,255,255,.75); font-size: 20px; }

.Portfolio { display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); }
.Portfolio h1 { grid-column: 1/-1; }
.Portfolio a { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 40px rgba(13,17,36,.08); display: block; overflow: hidden; }
.Portfolio a:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.Portfolio img { height: auto; margin: 0; max-width: 100%; width: 100%; }
.QuotePage { background: var(--paper); }
.QuotePage #lp-service { min-height: 60vh; padding-top: 150px; }

.footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); padding: 54px 0; }
.footer p,.footer a { color: rgba(255,255,255,.58); }
.footer a:hover { color: var(--cyan); }
.footer-brand { align-items: center; display: flex; gap: 12px; margin-bottom: 16px!important; }
.footer-brand strong { color: #fff; font-family: Manrope,sans-serif; }
.footer-brand .brand-mark { height: 30px; width: 30px; }
.cd-top { background-color: var(--violet); border-radius: 50%; }
.has-js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1); }
.has-js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.btn[disabled],button[disabled] { cursor: wait; filter: saturate(.5); opacity: .72; }

@media (max-width: 991px) {
  .lp-header .navbar { background: rgba(6,8,20,.96); }
  .lp-hero { min-height: auto; padding-top: 120px; }
  .lp-hero .hero-caption { margin-top: 30px; }
  .lp-hero .lead-form { margin-bottom: 20px; }
  .lp-service .lp-section-block { border: 0; display: block; margin-left: 0; margin-right: 0; overflow: visible; }
  .lp-service .lp-section-block>div { box-sizing: border-box; display: block; float: none; margin-left: 0; padding-left: 0; padding-right: 0; width: 100%; }
  .lp-service .lp-section-block>.col-md-5,
  .lp-service .lp-section-block>.col-md-7 { float: none; margin-left: 0; padding-left: 0; padding-right: 0; width: 100%; }
  .lp-service .lp-section-block .service-img { background: linear-gradient(145deg,var(--ink-soft),var(--surface-2)); border-radius: 20px 20px 0 0; display: flex; min-height: 200px; }
  .lp-service .lp-section-block .service-info { border: 1px solid var(--line); border-radius: 0 0 20px 20px; box-sizing: border-box; width: 100%; }
  .Portfolio { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .container { width: min(100% - 28px,1180px); }
  .lp-section-container { padding: 74px 0; }
  .lp-header .navbar-brand { padding-left: 0; }
  .brand-copy { font-size: 15px; }
  .lp-header .navbar-default .navbar-toggle { border: 1px solid rgba(255,255,255,.25); border-radius: 10px; margin-right: 0; }
  .lp-header .navbar-default .navbar-toggle:hover,.lp-header .navbar-default .navbar-toggle:focus { background: rgba(255,255,255,.1); }
  .lp-header .navbar-default .navbar-toggle .icon-bar { background-color: #fff; transition: transform .2s ease,opacity .2s ease; }
  .lp-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .lp-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) { opacity: 0; }
  .lp-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .lp-header .navbar-collapse { background: rgba(6,8,20,.98); border: 0; border-radius: 0 0 16px 16px; box-shadow: 0 18px 35px rgba(0,0,0,.28); display: none!important; margin: 0 -14px; max-height: calc(100vh - 76px); overflow-y: auto; padding: 10px 14px 16px; }
  .lp-header .navbar-collapse.is-open { display: block!important; }
  .lp-header .navbar-nav { margin: 0; }
  .lp-header .navbar-default .navbar-nav>li>a { display: block; font-size: 15px; padding: 13px 16px; }
  .lp-hero .hero-caption h1 { font-size: clamp(3.2rem,14vw,5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { align-items: flex-start; flex-direction: column; }
  .lp-service .lp-section-block .service-info { padding: 24px; }
  .lp-about-us .about-info,.lp-about-us .why-move,.lp-about-us .about-feture { padding: 24px; }
  .lp-about-us .alignleft { float: none; margin: 0 0 20px; max-width: 100%; }
  .Portfolio { display: block; }
  .Portfolio a { margin-bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*:before,*:after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
