:root {
  --ink: #10131a;
  --muted: #667085;
  --line: #e6e8ef;
  --paper: #ffffff;
  --soft: #f6f7fb;
  --teal: #00a99d;
  --teal-dark: #047c73;
  --coral: #f05d5e;
  --gold: #f7b733;
  --blue: #2364aa;
  --shadow: 0 18px 55px rgba(16, 19, 26, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(16, 19, 26, 0.08);
  backdrop-filter: blur(16px);
}

.notice-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 8px 20px;
  color: #fff;
  background: linear-gradient(90deg, var(--ink), #193c55 48%, var(--teal-dark));
  font-size: 14px;
}

.notice-bar p {
  margin: 0;
}

.notice-bar a {
  color: #fff;
  font-weight: 800;
}

.navbar {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}

.brand-logo {
  width: 470px;
  height: auto;
  max-height: 86px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 17px;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
  color: #303642;
  font-weight: 700;
  font-size: 14px;
}

.nav-links a {
  padding: 24px 0;
}

.nav-links a:hover {
  color: var(--teal-dark);
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-links img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.social-links a:first-child {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.social-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 19, 26, 0.18);
}

.nav-cta,
.btn,
.quick-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.nav-cta,
.btn.primary,
.quick-contact a {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 14px 34px rgba(240, 93, 94, 0.25);
}

.btn:disabled {
  opacity: 0.68;
  cursor: not-allowed;
}

.btn.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
}

.btn.light {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 19, 26, 0.93) 0%, rgba(16, 19, 26, 0.78) 43%, rgba(16, 19, 26, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 169, 157, 0.16), rgba(0, 0, 0, 0));
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 118px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
}

.hero-stats span {
  min-width: 140px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.quick-contact {
  width: min(1080px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: -58px auto 0;
  padding: 28px;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal-dark));
  box-shadow: var(--shadow);
}

.quick-contact strong,
.quick-contact span {
  display: block;
}

.quick-contact span {
  color: rgba(255, 255, 255, 0.82);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 98px 0;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 40px;
}

.split-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.split-heading > div {
  max-width: 760px;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.work-grid article,
.timeline article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 19, 26, 0.06);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-card:focus-visible {
  outline: 3px solid rgba(0, 169, 157, 0.35);
  outline-offset: 4px;
}

.icon {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  border-radius: 8px;
  background: var(--teal);
  font-weight: 900;
  font-size: 22px;
}

.service-card:nth-child(2n) .icon {
  background: var(--blue);
}

.service-card:nth-child(3n) .icon {
  background: var(--coral);
}

.service-card p,
.timeline p,
.work-grid p,
.about-copy p,
.contact-copy p {
  margin: 14px 0 0;
  color: var(--muted);
}

.card-view {
  width: 128px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: auto auto 0;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--coral);
  box-shadow: 0 12px 26px rgba(240, 93, 94, 0.22);
  font-weight: 900;
}

.service-card:hover .card-view {
  background: #de484a;
}

.about {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
}

.about-visual {
  min-height: 470px;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(247, 183, 51, 0.28), transparent 28%),
    linear-gradient(135deg, #111827, #144a61 52%, #06675f);
  box-shadow: var(--shadow);
}

.score-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.score-card span,
.score-card strong {
  display: block;
}

.score-card strong {
  margin-top: 8px;
  font-size: 66px;
  line-height: 1;
}

.meter {
  height: 10px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.meter i {
  display: block;
  width: 92%;
  height: 100%;
  background: var(--gold);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.mini-grid span {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 13px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.process {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  background: var(--soft);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline article {
  padding: 26px;
}

.timeline span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: var(--ink);
}

.metrics div {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  color: var(--gold);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
}

.metrics span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.work-grid article {
  min-height: 220px;
  padding: 30px;
  border-top: 5px solid var(--teal);
}

.work-grid article:nth-child(2) {
  border-top-color: var(--coral);
}

.work-grid article:nth-child(3) {
  border-top-color: var(--gold);
}

.video-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: start;
  gap: 18px;
}

.video-card {
  position: relative;
  width: min(320px, 100%);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 19, 26, 0.08);
}

.video-card-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 19, 26, 0.82);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.video-frame {
  height: 180px;
  background: #10131a;
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.video-card-body {
  padding: 14px 16px 16px;
}

.video-card-body h3 {
  font-size: 18px;
  line-height: 1.2;
}

.video-card-body p {
  margin: 10px 0 0;
  color: var(--muted);
}

.home-video-section .video-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 220px)) !important;
  justify-content: start !important;
  gap: 16px !important;
}

.home-video-section .video-card {
  width: min(220px, 100%) !important;
  max-width: 220px !important;
}

.home-video-section .video-frame {
  height: 390px !important;
  aspect-ratio: 9 / 16 !important;
}

.home-video-section .video-frame video {
  object-fit: contain !important;
}

.home-video-section .video-card-body {
  padding: 10px 12px 12px !important;
}

.home-video-section .video-card-body h3 {
  font-size: 15px !important;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 72px max(16px, calc((100% - 1180px) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 19, 26, 0.92), rgba(4, 124, 115, 0.88)),
    url("assets/sk-services-hero.png") center / cover;
}

.cta-band h2 {
  max-width: 820px;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  font-weight: 800;
}

.contact-lines a {
  color: var(--teal-dark);
}

.contact-social {
  margin-top: 24px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

label {
  display: grid;
  gap: 8px;
  color: #303642;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d7dce8;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(0, 169, 157, 0.18);
  border-color: var(--teal);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.enquiry-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.enquiry-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.enquiry-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(16, 19, 26, 0.66);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.popup-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(16, 19, 26, 0.32);
}

.popup-panel h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 4vw, 40px);
}

.popup-form {
  padding: 0;
  border: 0;
  background: transparent;
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.popup-close:hover {
  color: #fff;
  background: var(--coral);
  border-color: var(--coral);
}

body.popup-open {
  overflow: hidden;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px max(16px, calc((100% - 1180px) / 2));
  color: #fff;
  background: #0b0f16;
}

.footer .brand small,
.footer p {
  color: rgba(255, 255, 255, 0.65);
}

.footer .brand-logo {
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
}

.footer p {
  margin: 0;
}

.footer-social a {
  box-shadow: none;
}

.service-page {
  min-height: 100vh;
  padding: 34px max(16px, calc((100% - 1180px) / 2)) 80px;
  background:
    linear-gradient(135deg, rgba(0, 169, 157, 0.08), rgba(35, 100, 170, 0.08)),
    var(--soft);
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 26px;
  color: var(--teal-dark);
  font-weight: 900;
}

.service-detail {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.service-detail h1 {
  color: var(--ink);
}

.service-detail > p:not(.eyebrow) {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0;
}

.detail-grid article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.detail-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.blog-page,
.admin-page {
  min-height: 100vh;
  background: var(--soft);
}

.blog-hero {
  padding: 86px max(16px, calc((100% - 1180px) / 2)) 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 19, 26, 0.94), rgba(4, 124, 115, 0.82)),
    url("assets/sk-services-hero.png") center / cover;
}

.blog-hero h1 {
  max-width: 830px;
}

.blog-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.blog-section,
.admin-shell,
.blog-detail {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.blog-section {
  padding: 70px 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 19, 26, 0.06);
}

.blog-card img,
.blog-card-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.blog-card img {
  object-fit: contain;
  background: #0b0f16;
}

.blog-card-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal-dark));
  font-size: 68px;
  font-weight: 900;
}

.blog-card-body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-meta span {
  color: var(--teal-dark);
}

.blog-card h2 {
  font-size: 25px;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
}

.text-link,
.small-link {
  color: var(--teal-dark);
  font-weight: 900;
}

.pagination-wrap {
  margin-top: 34px;
}

.pagination-wrap nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pagination-wrap a,
.pagination-wrap span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.blog-detail {
  padding: 44px 0 76px;
}

.blog-detail-heading {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.blog-detail-heading h1 {
  max-width: 1140px;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.12;
}

.blog-detail-heading p {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.blog-detail-image {
  width: 100%;
  height: auto;
  margin-top: 28px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.blog-content {
  max-width: 860px;
  margin: 38px auto 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #303642;
  font-size: 18px;
  line-height: 1.82;
  white-space: normal;
}

.related-posts {
  padding-top: 0;
}

.empty-state {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.empty-state.compact {
  padding: 24px;
  box-shadow: none;
}

.empty-state h2 {
  max-width: none;
}

.empty-state p {
  margin: 14px 0 22px;
  color: var(--muted);
}

.admin-page {
  padding: 42px 0 80px;
}

.admin-panel-body {
  min-height: 100vh;
  background: #eef2f6;
}

.admin-login-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 169, 157, 0.08), transparent 28%),
    linear-gradient(135deg, #f8fafc, #eef2f6);
}

.admin-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
}

.admin-login-card {
  width: min(920px, 100%);
  padding: clamp(28px, 7vw, 72px);
  border: 1px solid #dfe4ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(16, 19, 26, 0.12);
}

.admin-login-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  font-weight: 900;
}

.admin-login-brand img {
  width: 170px;
  height: auto;
}

.admin-login-brand span {
  color: var(--teal);
  font-size: 14px;
  text-transform: uppercase;
}

.admin-login-card h1 {
  margin: 0 0 26px;
  font-size: clamp(64px, 12vw, 120px);
  line-height: 0.95;
}

.admin-login-form {
  display: grid;
  gap: 18px;
}

.admin-login-form input {
  min-height: 64px;
  font-size: 18px;
  font-weight: 700;
}

.admin-login-form .btn {
  width: min(180px, 100%);
}

.admin-panel-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  color: #fff;
  background: #111827;
}

.admin-brand {
  display: grid;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.admin-brand img {
  width: 190px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}

.admin-menu {
  display: grid;
  gap: 8px;
}

.admin-menu a,
.admin-logout {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.admin-menu a:hover,
.admin-logout:hover {
  color: #fff;
  background: var(--teal-dark);
}

.admin-sidebar form {
  margin-top: auto;
}

.admin-logout {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.admin-workspace {
  min-width: 0;
}

.admin-topbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 34px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.admin-topbar span,
.admin-topbar strong {
  display: block;
}

.admin-topbar span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-topbar strong {
  margin-top: 2px;
  font-size: 22px;
}

.admin-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-shell {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-login {
  width: min(560px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-login h1 {
  margin-bottom: 24px;
}

.admin-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.admin-heading-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-heading h1 {
  max-width: none;
  font-size: clamp(34px, 5vw, 54px);
}

.admin-alert,
.field-error {
  color: var(--teal-dark);
  font-weight: 900;
}

.admin-alert {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(0, 169, 157, 0.1);
}

.admin-form {
  padding: 0;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-form-grid .full {
  grid-column: 1 / -1;
}

.field-error {
  font-size: 13px;
}

.check-field {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: end;
  min-height: 48px;
}

.check-field input {
  width: 20px;
  min-height: 20px;
}

.admin-image-preview {
  display: grid;
  gap: 8px;
  color: #303642;
  font-weight: 800;
}

.admin-image-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.admin-video-preview,
.admin-video-row {
  display: grid;
  gap: 10px;
}

.admin-video-preview span {
  color: #303642;
  font-weight: 800;
}

.admin-video-preview video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #10131a;
  object-fit: cover;
}

.admin-video-row {
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
}

.admin-video-row video {
  width: 170px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #10131a;
  object-fit: cover;
}

.admin-status-box {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.admin-status-box strong,
.admin-status-box span {
  display: block;
}

.admin-status-box span {
  color: var(--teal-dark);
  font-weight: 900;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #303642;
  background: var(--soft);
  font-size: 13px;
  text-transform: uppercase;
}

.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-table td > span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.status-pill.published {
  color: var(--teal-dark);
  background: rgba(0, 169, 157, 0.12);
}

.status-pill.draft {
  color: #8a5b00;
  background: rgba(247, 183, 51, 0.22);
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.table-actions form {
  margin: 0;
}

.small-link {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.small-link.danger {
  color: var(--coral);
}

.whatsapp-floating-link {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 2147483647 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 62px !important;
  height: 62px !important;
  padding: 0 18px !important;
  border: 3px solid #fff !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #25d366 !important;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.38), 0 6px 18px rgba(0, 0, 0, 0.2) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.whatsapp-floating-link img {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
}

.whatsapp-floating-link:hover {
  background: #1ebe5d !important;
  transform: translateY(-3px);
}

.whatsapp-chat-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  isolation: isolate;
}

.whatsapp-chat-box {
  position: relative;
  width: min(320px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid rgba(18, 79, 93, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(16, 19, 26, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transform-origin: right bottom;
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-chat-widget.is-open .whatsapp-chat-box {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-chat-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-right: 28px;
}

.whatsapp-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 6px rgba(37, 211, 102, 0.14);
}

.whatsapp-avatar .whatsapp-icon {
  fill: #fff;
}

.whatsapp-chat-box strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.whatsapp-chat-head div span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.whatsapp-chat-message {
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 14px 14px 14px 4px;
  color: var(--ink);
  background: #eef8f4;
  font-size: 14px;
  line-height: 1.4;
}

.whatsapp-chat-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.whatsapp-chat-close:hover {
  color: var(--ink);
  background: rgba(16, 19, 26, 0.06);
}

.whatsapp-chat-support {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #124f5d, #0f6b65);
  box-shadow: 0 14px 34px rgba(15, 79, 93, 0.3);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-chat-support:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 79, 93, 0.42);
}

.whatsapp-chat-support {
  width: 100%;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  border: 0;
  font-size: 17px;
  white-space: nowrap;
}

.whatsapp-chat-toggle {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.34), 0 4px 12px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.whatsapp-chat-toggle:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(37, 211, 102, 0.42);
}

.whatsapp-chat-toggle .whatsapp-icon {
  fill: #fff;
}

.whatsapp-chat-widget .whatsapp-icon {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
  flex: 0 0 auto;
  fill: #25d366;
}

.whatsapp-chat-widget .whatsapp-icon-img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.whatsapp-chat-toggle .whatsapp-icon-img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
}

.whatsapp-chat-widget .whatsapp-chat-toggle .whatsapp-icon,
.whatsapp-chat-widget .whatsapp-avatar .whatsapp-icon {
  fill: #fff;
}

@media (max-width: 920px) {
  .notice-bar {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .navbar {
    min-height: 68px;
    justify-content: space-between;
  }

  .whatsapp-floating-link {
    right: 14px !important;
    bottom: 14px !important;
    min-width: 58px !important;
    height: 58px !important;
    padding: 0 !important;
  }

  .whatsapp-floating-link span {
    display: none !important;
  }

  .whatsapp-floating-link img {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
  }

  .whatsapp-chat-widget {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-chat-box {
    width: min(300px, calc(100vw - 28px));
    padding: 12px;
  }

  .whatsapp-chat-toggle {
    width: 56px;
    height: 56px;
  }

  .whatsapp-chat-toggle .whatsapp-icon-img {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
  }

  .whatsapp-chat-support {
    min-height: 50px;
    padding: 11px 13px;
    font-size: 16px;
  }

  .whatsapp-chat-widget .whatsapp-icon {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px;
    max-height: 20px;
  }

  .brand-logo {
    width: 340px;
    max-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links,
  .nav-cta,
  .header-social {
    display: none;
  }

  .nav-links.is-open {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 8px 16px 20px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(16, 19, 26, 0.12);
  }

  .nav-links.is-open a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: 650px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(16, 19, 26, 0.94), rgba(16, 19, 26, 0.72));
  }

  .quick-contact,
  .about,
  .contact,
  .cta-band,
  .split-heading,
  .footer {
    display: grid;
  }

  .footer {
    justify-items: start;
  }

  .service-grid,
  .timeline,
  .work-grid,
  .video-card-grid,
  .blog-grid,
  .blog-grid.compact,
  .detail-grid,
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about {
    grid-template-columns: 1fr;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .admin-heading {
    display: grid;
    justify-items: start;
  }

  .admin-panel-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

  .admin-topbar {
    padding-inline: 16px;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: min(260px, 72vw);
    max-height: 58px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-inner {
    padding-top: 54px;
  }

  .hero-actions,
  .quick-contact {
    align-items: stretch;
  }

  .btn,
  .quick-contact a {
    width: 100%;
  }

  .hero-stats,
  .service-grid,
  .timeline,
  .work-grid,
  .video-card-grid,
  .blog-grid,
  .blog-grid.compact,
  .detail-grid,
  .metrics,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    display: grid;
  }

  .section {
    padding: 68px 0;
  }

  .process {
    padding-block: 68px;
  }

  .about-visual {
    min-height: 360px;
    padding: 20px;
  }

  .score-card strong {
    font-size: 54px;
  }

  .metrics div {
    min-height: 138px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .contact-form {
    padding: 20px;
  }

  .enquiry-popup {
    padding: 12px;
  }

  .popup-panel {
    max-height: 94vh;
    padding: 24px 18px;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar {
    display: grid;
  }

  .admin-login-card {
    padding: 24px 18px;
  }

  .admin-login-brand {
    display: grid;
    gap: 10px;
  }

  .admin-login-card h1 {
    font-size: 58px;
  }

  .admin-login-form .btn {
    width: 100%;
  }

  .video-card-grid {
    justify-content: center;
  }

  .admin-video-row {
    grid-template-columns: 1fr;
  }

  .admin-video-row video {
    width: 100%;
  }
}
