:root {
  --green: #2f8f46;
  --green-dark: #18592d;
  --green-deep: #123d22;
  --green-light: #d8efdc;
  --mint: #eaf7ed;
  --ink: #17251c;
  --muted: #58665d;
  --paper: #f5f7f2;
  --white: #fff;
  --line: #dfe7df;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Avenir Next", Avenir, Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.visually-hidden { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.site-header, main, footer { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; background: var(--green); position: relative; box-shadow: 0 8px 20px rgba(47,143,70,.18); }
.brand-mark i { position: absolute; left: 12px; top: 13px; width: 13px; height: 4px; border-radius: 4px; background: #fff; transform: rotate(45deg); }
.brand-mark i:last-child { left: 16px; top: 21px; }
nav { display: flex; align-items: center; font-size: 14px; font-weight: 650; }
.nav-menu,.nav-menu[hidden] { display: flex; align-items: center; gap: 28px; }
nav .nav-link { color: #506057; }
.nav-link[aria-current="page"] { color: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; position: relative; padding: 0; color: var(--green-dark); background: #fff; border: 1px solid #dfe7df; border-radius: 11px; cursor: pointer; }
.menu-toggle .menu-icon,.menu-toggle::before,.menu-toggle::after { content: ""; width: 18px; height: 2px; position: absolute; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle::before { transform: translateY(-6px); }
.menu-toggle::after { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] .menu-icon { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }
.customer-login { padding: 11px 15px; color: var(--green-dark); background: #fff; border: 1px solid #b9cfbd; border-radius: 11px; }
.customer-login span { margin-left: 5px; }
.nav-cta { padding: 12px 18px; color: #fff; background: var(--green); border-radius: 11px; box-shadow: 0 8px 18px rgba(47,143,70,.17); }
.hero { min-height: 610px; overflow: hidden; border-radius: 30px; color: #fff; background: linear-gradient(140deg, #31964b 0%, #24763a 58%, #18592d 100%); display: grid; grid-template-columns: 1.05fr .95fr; position: relative; }
.hero::before { content: ""; position: absolute; width: 740px; height: 740px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -240px; top: -320px; }
.hero-copy { padding: 82px 30px 68px 68px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
.hero .eyebrow { color: #bfe8c7; }
.eyebrow-light { color: #bfe8c7; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(57px, 6vw, 86px); line-height: .96; letter-spacing: -.067em; }
h1 span { color: #bfe8c7; }
.hero-intro { max-width: 610px; margin-bottom: 38px; color: #d8efdc; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 0 22px; border-radius: 12px; font-size: 14px; font-weight: 800; }
.button span { font-size: 19px; }
.button-light { color: var(--green-dark); background: #fff; box-shadow: 0 14px 30px rgba(16,57,29,.19); }
.text-link { color: #d8efdc; font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 8px; }
.hero-visual { position: relative; min-width: 0; }
.browser-card { width: 610px; height: 405px; position: absolute; left: 10px; top: 105px; overflow: hidden; border: 8px solid rgba(255,255,255,.2); border-radius: 22px; background: #fff; box-shadow: 0 40px 70px rgba(5,42,18,.25); transform: rotate(-2deg); }
.browser-bar { height: 42px; padding: 0 14px; display: flex; align-items: center; gap: 6px; background: #edf2ed; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #c9d4cb; }
.browser-bar small { margin-left: 16px; padding: 7px 70px; color: #94a097; background: #fff; border-radius: 7px; font-size: 8px; }
.browser-body { height: calc(100% - 42px); position: relative; background: #f5f7f2; }
.mini-nav { height: 54px; display: flex; align-items: center; gap: 25px; padding: 0 32px; background: #fff; }
.mini-nav b { width: 65px; height: 11px; margin-right: auto; border-radius: 8px; background: var(--green); }
.mini-nav i { width: 30px; height: 5px; border-radius: 5px; background: #ccd5ce; }
.mini-copy { padding: 55px 0 0 55px; }
.mini-copy small, .mini-copy strong, .mini-copy p, .mini-copy em { display: block; border-radius: 6px; }
.mini-copy small { width: 92px; height: 7px; margin-bottom: 18px; background: var(--green); }
.mini-copy strong { width: 250px; height: 24px; margin-bottom: 9px; background: var(--ink); }
.mini-copy strong.short { width: 190px; }
.mini-copy p { width: 245px; height: 8px; margin: 24px 0 8px; background: #cbd5cc; }
.mini-copy em { width: 105px; height: 28px; margin-top: 25px; background: var(--green); }
.mini-card { position: absolute; border-radius: 14px; transform: rotate(7deg); }
.card-one { width: 180px; height: 210px; right: 60px; top: 95px; background: #d4ecd9; }
.card-two { width: 155px; height: 170px; right: 130px; top: 150px; background: var(--green); box-shadow: 0 20px 40px rgba(39,119,58,.2); }
.status-card { position: absolute; z-index: 3; left: -35px; bottom: 58px; width: 270px; min-height: 72px; display: flex; align-items: center; gap: 13px; padding: 15px; color: var(--ink); background: #fff; border-radius: 16px; box-shadow: 0 24px 50px rgba(12,51,25,.25); }
.status-dot { width: 32px; height: 32px; border: 8px solid #dff3e4; border-radius: 50%; background: var(--green); }
.status-card div { display: flex; flex-direction: column; gap: 4px; }
.status-card strong { font-size: 14px; }
.status-card small { color: #5f6d64; font-size: 12px; }
.promise-strip { min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-bottom: 1px solid var(--line); }
.promise-strip p { margin: 0; color: #4f5e53; font-size: 14px; font-weight: 700; }
.promise-strip p + p { border-left: 1px solid var(--line); padding-left: 46px; }
.promise-strip span { margin-right: 16px; color: var(--green); font-size: 10px; letter-spacing: .12em; }
.company-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; margin-top: 18px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; }
.company-strip span { min-height: 72px; display: flex; align-items: center; justify-content: center; padding: 16px; color: #455348; background: #fff; text-align: center; font-size: 13px; font-weight: 750; }
.section { padding: 88px 0; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.052em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.service-grid article { min-height: 410px; display: flex; flex-direction: column; padding: 26px; background: #fff; border: 1px solid #e3e9e3; border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.service-grid article:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(23,57,32,.08); }
.service-number { align-self: flex-end; color: #a7b2a9; font-size: 10px; letter-spacing: .1em; }
.service-icon { width: 60px; height: 60px; margin-top: 8px; position: relative; border-radius: 17px; background: var(--mint); color: var(--green); }
.service-grid h3 { margin: 24px 0 13px; font-size: 26px; letter-spacing: -.035em; }
.service-grid p { margin-bottom: 22px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.service-grid ul { margin: auto 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 10px; }
.service-grid li { display: flex; gap: 9px; color: #455348; font-size: 14px; line-height: 1.5; }
.service-grid li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; margin-top: 5px; border-radius: 50%; background: var(--green); }
.service-link { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; padding-top: 17px; color: var(--green-dark); border-top: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.window-icon i:first-child { position: absolute; inset: 17px 13px 14px; border: 2px solid currentColor; border-radius: 5px; }
.window-icon i:nth-child(2) { position: absolute; left: 15px; right: 15px; top: 24px; height: 2px; background: currentColor; }
.window-icon i:last-child { position: absolute; left: 18px; top: 20px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.build-icon i { position: absolute; width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 4px; }
.build-icon i:first-child { left: 14px; top: 14px; }.build-icon i:nth-child(2) { right: 14px; top: 14px; }.build-icon i:last-child { left: 22px; bottom: 12px; }
.host-icon i { position: absolute; left: 14px; right: 14px; height: 9px; border: 2px solid currentColor; border-radius: 4px; }
.host-icon i:first-child { top: 13px; }.host-icon i:nth-child(2) { top: 25px; }.host-icon i:last-child { top: 37px; }
.process { padding-top: 0; }
.process-panel { min-height: 450px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; padding: 56px; color: #fff; background: var(--ink); border-radius: 28px; }
.process-panel h2 { max-width: 450px; margin-bottom: 24px; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.03; letter-spacing: -.052em; }
.process-intro { max-width: 470px; color: #aebbb1; font-size: 15px; line-height: 1.75; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { min-height: 94px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.process li:last-child { border-bottom: 0; }
.process li > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--green-light); background: rgba(47,143,70,.24); border-radius: 50%; font-size: 12px; font-weight: 800; }
.process li div { display: flex; flex-direction: column; gap: 7px; }
.process li strong { font-size: 18px; }
.process li p { margin: 0; color: #bdc9bf; font-size: 15px; }
.work { padding-top: 20px; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.split-heading > p { max-width: 370px; margin-bottom: 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.work-grid { margin-top: 42px; }
.work-card { overflow: hidden; background: #fff; border: 1px solid #e3e9e3; border-radius: var(--radius); }
.work-preview { height: 590px; position: relative; overflow: hidden; }
.p3s-card { display: block; border-top: 7px solid #4d9f99; box-shadow: 0 22px 55px rgba(23,57,32,.07); }
.p3s-card .work-preview { height: auto; margin: 14px 14px 0; color: #fff; background: #f5f4f1; border: 1px solid #e4e5e2; border-radius: 15px; }
.p3s-card .work-preview img { width: 100%; height: auto; display: block; }
.work-nav { height: 62px; display: flex; align-items: center; gap: 20px; padding: 0 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.work-nav b { margin-right: auto; font-size: 23px; }
.work-nav span { width: 34px; height: 4px; background: rgba(255,255,255,.45); border-radius: 4px; }
.work-copy { padding: 64px 48px; }
.work-copy small { display: block; margin-bottom: 18px; color: #b9dcf2; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.work-copy strong { font-size: 47px; line-height: .99; letter-spacing: -.05em; }
.work-copy i { display: block; width: 100px; height: 30px; margin-top: 30px; background: #fff; border-radius: 7px; }
.diesel-card .work-preview { display: flex; flex-direction: column; justify-content: center; padding: 55px; color: #f5f0df; background: #25251f; }
.diesel-card .work-preview::after { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; bottom: -120px; border: 1px solid rgba(205,184,92,.28); border-radius: 50%; box-shadow: 0 0 0 35px rgba(205,184,92,.05), 0 0 0 70px rgba(205,184,92,.03); }
.diesel-card .work-preview strong { z-index: 1; font-size: 43px; line-height: 1.02; letter-spacing: -.045em; }
.diesel-card .work-preview span { width: max-content; z-index: 1; margin-top: 26px; padding: 8px 11px; color: #eadb9c; border: 1px solid rgba(210,189,104,.4); border-radius: 6px; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 800; }
.diesel-lines { display: flex; gap: 5px; margin-bottom: 38px; }
.diesel-lines i { width: 28px; height: 5px; background: #d2bd68; transform: skewX(-25deg); }
.work-meta { min-height: 105px; display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; }
.work-meta > span { display: flex; flex-direction: column; gap: 5px; }
.work-meta strong { font-size: 15px; }
.work-meta small { color: var(--muted); font-size: 13px; line-height: 1.5; }
.work-meta em, .work-meta > a, .work-links a { color: var(--green-dark); font-size: 13px; font-style: normal; font-weight: 800; }
.work-links { display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.case-study { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.case-study > div { min-height: 215px; padding: 27px 26px; }
.case-study > div + div { border-left: 1px solid var(--line); }
.case-study span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.case-study h3 { margin: 34px 0 12px; font-size: 21px; letter-spacing: -.035em; }
.case-study p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.work-index-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
.work-index-grid .portfolio-meta { min-height: 132px; align-items: flex-start; flex-direction: column; gap: 14px; }
.work-index-grid .work-links { justify-content: flex-start; }
.portfolio-card { overflow: hidden; background: #fff; border: 1px solid #e3e9e3; border-radius: var(--radius); box-shadow: 0 16px 40px rgba(23,57,32,.055); }
.portfolio-preview { aspect-ratio: 16 / 9; display: block; overflow: hidden; margin: 10px 10px 0; border: 1px solid #e4e5e2; border-radius: 14px; background: #f5f7f2; }
.portfolio-preview img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.portfolio-card:hover .portfolio-preview img { transform: scale(1.015); }
.portfolio-meta { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 22px; }
.portfolio-meta > div { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.portfolio-meta strong { font-size: 15px; }
.portfolio-meta small { color: var(--muted); font-size: 13px; line-height: 1.55; }
.portfolio-meta > a { flex: 0 0 auto; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.case-page-hero { min-height: 520px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: center; padding: 58px; color: #fff; background: linear-gradient(140deg, #31964b, #18592d); border-radius: 28px; overflow: hidden; position: relative; }
.case-page-hero > div { position: relative; z-index: 1; }
.case-page-hero h1 { margin-bottom: 24px; font-size: clamp(47px, 5.5vw, 72px); }
.case-page-hero p:not(.breadcrumb):not(.eyebrow) { max-width: 620px; color: #d8efdc; font-size: 16px; line-height: 1.7; }
.case-hero-preview { overflow: hidden; padding: 10px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.23); border-radius: 20px; box-shadow: 0 28px 65px rgba(8,47,21,.24); transform: rotate(1deg); }
.case-hero-preview img { width: 100%; height: auto; display: block; border-radius: 13px; }
.case-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 18px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 18px; }
.case-facts div { min-height: 108px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 20px 24px; background: #fff; }
.case-facts span { color: var(--green-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.case-facts strong,.case-facts a { font-size: 15px; font-weight: 800; }
.case-facts a { color: var(--green-dark); }
.case-story { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.case-story h2 { margin: 0; font-size: clamp(39px, 4.5vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.case-story-copy { display: grid; gap: 19px; }
.case-story-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.case-story-copy p:first-child { color: var(--ink); font-size: 18px; }
.case-delivery { padding: 54px; color: #fff; background: var(--ink); border-radius: 26px; }
.case-delivery .detail-heading { margin-bottom: 34px; }
.case-delivery .detail-heading h2 { color: #fff; }
.case-delivery .detail-heading > p:not(.eyebrow) { color: #aebbb1; }
.case-delivery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.case-delivery-grid article { min-height: 210px; padding: 25px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.case-delivery-grid span { color: #bfe8c7; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.case-delivery-grid h3 { margin: 34px 0 11px; font-size: 20px; }
.case-delivery-grid p { margin: 0; color: #c1ccc3; font-size: 15px; line-height: 1.7; }
.case-outcome { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: center; padding: 52px; background: #fff; border: 1px solid #e3e9e3; border-radius: 24px; }
.case-outcome h2 { margin: 0; font-size: clamp(38px, 4.4vw, 56px); line-height: 1.04; letter-spacing: -.05em; }
.case-outcome-copy p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.case-outcome-copy .button { margin-top: 8px; color: #fff; background: var(--green); box-shadow: none; }
.case-more { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.case-more a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; background: #fff; border: 1px solid #e3e9e3; border-radius: 17px; font-size: 13px; font-weight: 800; }
.case-more a span { color: var(--green); }
.about { padding-top: 20px; }
.about-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 56px; background: #fff; border: 1px solid #e3e9e3; border-radius: 28px; }
.about-panel h2 { max-width: 530px; margin: 0; font-size: clamp(42px, 4.5vw, 61px); line-height: 1.03; letter-spacing: -.052em; }
.about-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-copy > p:first-child { color: var(--ink); font-size: 19px; }
.about-copy .service-link { display: inline-flex; margin-top: 18px; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.about-values span { display: flex; flex-direction: column; gap: 7px; }
.about-values strong { color: var(--green-dark); font-size: 13px; }
.about-values small { color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact { padding-top: 20px; }
.contact-panel { min-height: 480px; overflow: hidden; position: relative; padding: 82px; color: #fff; background: linear-gradient(140deg, #31964b, #18592d); border-radius: 28px; }
.contact-panel h2 { position: relative; z-index: 2; margin-bottom: 38px; font-size: clamp(50px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.contact-panel .button { position: relative; z-index: 2; }
.contact-form-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; padding: 56px; }
.contact-copy { position: relative; z-index: 2; }
.contact-copy h2 { margin-bottom: 24px; font-size: clamp(44px, 5vw, 68px); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: #d8efdc; font-size: 15px; line-height: 1.7; }
.contact-copy > a { display: inline-block; margin-top: 14px; color: #fff; font-size: 14px; font-weight: 800; }
.enquiry-form { position: relative; z-index: 2; display: grid; gap: 13px; padding: 24px; color: var(--ink); background: #fff; border-radius: 20px; box-shadow: 0 25px 60px rgba(10,55,24,.22); }
.enquiry-form label { display: grid; gap: 7px; color: #354239; font-size: 13px; font-weight: 750; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-width: 0; padding: 13px 14px; color: var(--ink); background: #f8faf7; border: 1px solid #dce5dc; border-radius: 10px; font: inherit; font-size: 13px; outline: 0; }
.enquiry-form textarea { resize: vertical; line-height: 1.55; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,143,70,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-trap { position: absolute!important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-actions { display: flex; align-items: center; gap: 16px; }
.enquiry-form .button { min-width: 155px; border: 0; color: #fff; background: var(--green); box-shadow: none; cursor: pointer; }
.enquiry-form .button:disabled { opacity: .6; cursor: wait; }
.form-note { margin: 0; color: #5f6d64; font-size: 12px; line-height: 1.5; }
.form-note a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 2px; }
.form-status { min-height: 18px; margin: -4px 0 0; color: #536158; font-size: 13px; font-weight: 700; }
.form-status.success { color: var(--green-dark); }
.form-status.error { color: #a53535; }
.contact-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; right: -100px; top: -200px; }
.orbit-two { width: 390px; height: 390px; right: 5px; top: -95px; }
footer { min-height: 132px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; align-items: center; padding: 30px 0 24px; border-top: 1px solid var(--line); }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
footer small { grid-column: 1 / -1; color: #5f6d64; font-size: 12px; }
.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: 13px; font-weight: 700; }
.footer-meta { grid-column: 1 / -1; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-top: 18px; border-top: 1px solid var(--line); }
.footer-meta small:first-child { max-width: 760px; color: #5f6d64; line-height: 1.6; }
.footer-meta small:last-child { flex: 0 0 auto; }

/* Inner service pages */
.inner-hero { min-height: 500px; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 62px; padding: 60px; color: #fff; background: linear-gradient(140deg, #31964b, #18592d); border-radius: 28px; position: relative; overflow: hidden; }
.inner-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -170px; top: -220px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.inner-hero > div { position: relative; z-index: 1; }
.breadcrumb { margin-bottom: 28px; color: #d8efdc; font-size: 13px; font-weight: 750; }
.breadcrumb a { color: #fff; }
.inner-hero h1 { max-width: 800px; font-size: clamp(52px, 6vw, 79px); }
.inner-hero p { max-width: 680px; color: #d8efdc; font-size: 17px; line-height: 1.7; }
.inner-hero-card { padding: 32px; color: var(--ink); background: #fff; border-radius: 20px; box-shadow: 0 25px 60px rgba(10,55,24,.2); }
.inner-hero-card strong { display: block; margin-bottom: 20px; color: var(--green-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.inner-hero-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.inner-hero-card li { display: flex; gap: 10px; color: #4d5c51; font-size: 13px; line-height: 1.5; }
.inner-hero-card li::before { content: "✓"; color: var(--green); font-weight: 900; }
.detail-section { padding: 82px 0; }
.detail-heading { max-width: 740px; margin-bottom: 50px; }
.detail-heading h2 { margin: 0; font-size: clamp(39px, 4.5vw, 59px); line-height: 1.04; letter-spacing: -.05em; }
.detail-heading > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.detail-card { min-height: 260px; padding: 28px; background: #fff; border: 1px solid #e3e9e3; border-radius: 19px; }
.detail-card span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.detail-card h3 { margin: 45px 0 12px; font-size: 22px; letter-spacing: -.035em; }
.detail-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.split-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; padding: 56px; background: var(--ink); color: #fff; border-radius: 26px; }
.split-detail h2 { margin: 0; font-size: clamp(39px, 4.3vw, 58px); line-height: 1.03; letter-spacing: -.05em; }
.split-detail-copy { display: grid; gap: 22px; }
.split-detail-copy article { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.split-detail-copy article:last-child { border-bottom: 0; }
.split-detail-copy h3 { margin: 0 0 8px; font-size: 17px; }
.split-detail-copy p { margin: 0; color: #c1ccc3; font-size: 15px; line-height: 1.7; }
.proof-strip { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 45px; padding: 18px; background: #fff; border: 1px solid #e3e9e3; border-radius: 22px; }
.proof-strip img { width: 100%; height: auto; display: block; border-radius: 14px; }
.proof-copy { padding: 30px 35px 30px 0; }
.proof-copy h2 { font-size: 37px; line-height: 1.06; letter-spacing: -.045em; }
.proof-copy p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.proof-copy .button { margin-top: 12px; color: #fff; background: var(--green); box-shadow: none; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 21px 23px; background: #fff; border: 1px solid #e3e9e3; border-radius: 14px; }
.faq-list summary { cursor: pointer; font-size: 15px; font-weight: 800; }
.faq-list details p { margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-cta { padding-top: 0; }
.service-cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 60px; color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); border-radius: 24px; }
.service-cta-panel h2 { margin: 0; font-size: clamp(37px, 4.5vw, 57px); line-height: 1.03; letter-spacing: -.05em; }
.service-cta-panel .button { flex: 0 0 auto; }
.legal-page { max-width: 850px; margin: 55px auto 110px; padding: 70px; background: #fff; border: 1px solid #e3e9e3; border-radius: 24px; }
.legal-page h1 { margin-bottom: 28px; font-size: clamp(45px, 5.5vw, 70px); color: var(--ink); }
.legal-page h2 { margin: 42px 0 13px; font-size: 25px; letter-spacing: -.035em; }
.legal-page p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-page .legal-intro { color: var(--ink); font-size: 17px; }
.legal-page a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-page .legal-updated { margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; }
.pricing-hero h1 { font-size: clamp(50px, 5.5vw, 74px); }
.domain-pricing { padding-bottom: 85px; }
.vat-notice { width: max-content; max-width: 100%; margin: -20px 0 24px; padding: 12px 15px; color: var(--green-dark); background: var(--mint); border: 1px solid #cfe3d2; border-radius: 10px; font-size: 12px; line-height: 1.5; }
.domain-price-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.domain-price-card { min-height: 235px; display: flex; flex-direction: column; padding: 24px; background: #fff; border: 1px solid #e3e9e3; border-radius: 19px; }
.domain-price-card.featured { color: #fff; background: linear-gradient(145deg, var(--green), var(--green-dark)); border-color: transparent; box-shadow: 0 20px 45px rgba(23,89,45,.17); }
.domain-price-card > span { min-height: 16px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.domain-price-card.featured > span { color: #c8ebcf; }
.domain-price-card h3 { margin: 30px 0 0; font-size: 38px; letter-spacing: -.055em; }
.domain-price-card p { display: flex; flex-direction: column; gap: 8px; margin: auto 0 0; }
.domain-price-card strong { font-size: 25px; letter-spacing: -.035em; }
.domain-price-card small { color: var(--muted); font-size: 13px; }
.domain-price-card.featured small { color: #d8efdc; }
.other-domains { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: center; margin-top: 18px; padding: 34px; background: var(--mint); border: 1px solid #d8e8da; border-radius: 19px; }
.other-domains .eyebrow { margin-bottom: 10px; }
.other-domains h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.other-domains > p { margin: 0; color: #536158; font-size: 13px; line-height: 1.75; }
.other-domains strong { color: var(--green-dark); }
.pricing-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.pricing-services { margin-bottom: 0; }
.planner-section { padding-bottom: 20px; }
.planner-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; padding: 48px; background: #fff; border: 1px solid #e3e9e3; border-radius: 24px; }
.planner-intro h2 { margin: 0; font-size: clamp(38px,4.2vw,56px); line-height: 1.04; letter-spacing: -.05em; }
.planner-intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.project-planner { display: grid; gap: 16px; }
.planner-question { display: grid; gap: 9px; margin: 0; padding: 0 0 16px; border: 0; border-bottom: 1px solid var(--line); }
.planner-question legend { margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.planner-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.planner-options label { position: relative; }
.planner-options input { position: absolute; opacity: 0; pointer-events: none; }
.planner-options span { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 10px; color: #455348; background: #f8faf7; border: 1px solid #dce5dc; border-radius: 10px; text-align: center; font-size: 13px; font-weight: 750; cursor: pointer; }
.planner-options input:checked + span { color: var(--green-dark); background: var(--mint); border-color: var(--green); box-shadow: 0 0 0 2px rgba(47,143,70,.08); }
.planner-options input:focus-visible + span { outline: 3px solid rgba(47,143,70,.2); outline-offset: 2px; }
.planner-result { padding: 20px; color: #fff; background: var(--ink); border-radius: 14px; }
.planner-result strong { display: block; margin-bottom: 7px; font-size: 15px; }
.planner-result p { margin: 0 0 15px; color: #d1dbd3; font-size: 14px; line-height: 1.6; }
.planner-result .button { padding: 11px 15px; font-size: 13px; }
.case-delivery + .service-cta { padding-top: 82px; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; min-height: 790px; }
  .hero-copy { padding: 90px 55px 30px; }
  .hero-visual { min-height: 310px; }
  .browser-card { left: 13%; top: 15px; transform: scale(.8) rotate(-2deg); transform-origin: top left; }
  .status-card { left: 7%; bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 420px; }
  .process-panel { grid-template-columns: 1fr; gap: 25px; padding: 55px; }
  .work-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .about-panel, .contact-form-panel, .inner-hero, .split-detail { grid-template-columns: 1fr; }
  .case-page-hero,.case-story,.case-outcome { grid-template-columns: 1fr; }
  .case-facts { grid-template-columns: 1fr 1fr; }
  .case-study, .detail-grid { grid-template-columns: 1fr; }
  .domain-price-grid { grid-template-columns: repeat(3, 1fr); }
  .case-study > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .about-values { grid-template-columns: 1fr 1fr 1fr; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-copy { padding: 25px; }
  .company-strip { grid-template-columns: 1fr 1fr; }
  .planner-panel { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header, main, footer { width: min(100% - 28px, 1240px); }
  .site-header { height: 76px; }
  nav { position: relative; }
  .menu-toggle { display: inline-flex; }
  .nav-menu,.nav-menu[hidden] { width: min(330px,calc(100vw - 28px)); display: none; position: absolute; z-index: 20; right: 0; top: 54px; padding: 13px; background: #fff; border: 1px solid #dfe7df; border-radius: 16px; box-shadow: 0 24px 55px rgba(18,61,34,.18); }
  .nav-menu:not([hidden]) { display: flex; align-items: stretch; flex-direction: column; gap: 3px; }
  .nav-menu .nav-link,.nav-menu .customer-login,.nav-menu .nav-cta { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 11px 13px; border-radius: 9px; }
  .nav-menu .nav-link { color: #3f5044; }
  .nav-menu .nav-link:hover { background: var(--paper); }
  .nav-menu .customer-login { margin-top: 5px; background: var(--mint); }
  .nav-menu .nav-cta { margin-top: 5px; color: #fff; background: var(--green); box-shadow: none; }
  body.menu-open { overflow: hidden; }
  .hero { min-height: 710px; border-radius: 21px; }
  .hero-copy { padding: 66px 25px 20px; }
  h1 { font-size: 52px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 220px; }
  .browser-card { width: 600px; left: 27px; top: 7px; transform: scale(.57) rotate(-2deg); }
  .status-card { display: none; }
  .promise-strip { grid-template-columns: 1fr; padding: 24px 0; gap: 17px; }
  .promise-strip p + p { padding-left: 0; border-left: 0; }
  .section { padding: 78px 0; }
  .section-heading h2 { font-size: 42px; }
  .service-grid { margin-top: 38px; }
  .process-panel { padding: 40px 24px; border-radius: 21px; }
  .process-panel h2 { font-size: 42px; }
  .process li { min-height: 105px; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .work-grid { margin-top: 35px; }
  .work-preview { height: 360px; }
  .p3s-card .work-preview { margin: 8px 8px 0; }
  .work-meta { align-items: flex-start; flex-direction: column; gap: 14px; }
  .portfolio-meta { min-height: 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .work-links { justify-content: flex-start; }
  .work-copy { padding: 50px 28px; }
  .work-copy strong, .diesel-card .work-preview strong { font-size: 38px; }
  .diesel-card .work-preview { padding: 34px; }
  .contact-panel { min-height: 420px; padding: 60px 25px; border-radius: 21px; }
  .contact-panel h2 { font-size: 48px; }
  .contact-form-panel { gap: 34px; }
  .form-row { grid-template-columns: 1fr; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .about-panel { gap: 35px; padding: 40px 24px; border-radius: 21px; }
  .about-values { grid-template-columns: 1fr; }
  .case-study > div { min-height: 220px; }
  .inner-hero { min-height: 0; gap: 35px; padding: 52px 25px; border-radius: 21px; }
  .inner-hero h1 { font-size: 48px; }
  .inner-hero-card { padding: 25px; }
  .detail-section { padding: 75px 0; }
  .split-detail { gap: 40px; padding: 43px 25px; border-radius: 21px; }
  .service-cta-panel { align-items: flex-start; flex-direction: column; padding: 43px 25px; }
  .legal-page { margin: 25px auto 75px; padding: 42px 24px; border-radius: 20px; }
  footer { grid-template-columns: 1fr; gap: 20px; }
  footer small { grid-column: 1; }
  .footer-links { flex-wrap: wrap; gap: 14px 20px; }
  .footer-meta { grid-column: 1; flex-direction: column; gap: 9px; padding-top: 18px; }
  .domain-price-grid { grid-template-columns: 1fr; }
  .domain-price-card { min-height: 190px; }
  .other-domains { grid-template-columns: 1fr; gap: 18px; padding: 27px 24px; }
  .company-strip { grid-template-columns: 1fr; }
  .company-strip span { min-height: 58px; }
  .planner-panel { gap: 30px; padding: 35px 22px; }
  .planner-options { grid-template-columns: 1fr; }
  .case-page-hero { min-height: 0; gap: 34px; padding: 48px 24px; border-radius: 21px; }
  .case-page-hero h1 { font-size: 47px; }
  .case-facts { grid-template-columns: 1fr; }
  .case-facts div { min-height: 86px; }
  .case-story { gap: 30px; }
  .case-delivery { padding: 38px 23px; border-radius: 21px; }
  .case-delivery-grid { grid-template-columns: 1fr; }
  .case-delivery-grid article { min-height: 175px; }
  .case-outcome { gap: 30px; padding: 38px 24px; }
  .case-more { grid-template-columns: 1fr; }
}

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