:root {
  --green-950: #062c20;
  --green-900: #083c2a;
  --green-800: #0b5034;
  --green-700: #126540;
  --green-600: #1d7a4b;
  --gold-500: #e7ad2b;
  --gold-400: #efbe4e;
  --gold-200: #f8dda0;
  --cream-50: #fffdf7;
  --cream-100: #faf5e8;
  --cream-200: #f2e8cf;
  --ink-950: #142019;
  --ink-900: #1d2b23;
  --ink-800: #26352c;
  --ink-700: #3e4d44;
  --ink-600: #5d6962;
  --line: rgba(16, 70, 45, .16);
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(8, 42, 30, .08);
  --shadow-md: 0 20px 55px rgba(8, 42, 30, .14);
  --shadow-lg: 0 32px 85px rgba(5, 31, 22, .2);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1216px;
  --header-height: 86px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink-800);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; width: 1.05em; height: 1.05em; flex: 0 0 auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
section, footer { position: relative; }
[id] { scroll-margin-top: calc(var(--header-height) + 24px); }

h1, h2, h3, h4, p, ul, ol, dl, figure { margin-top: 0; }
h1, h2, h3, h4 {
  color: var(--ink-950);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { margin-bottom: 24px; font-size: clamp(3.05rem, 5.5vw, 6rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 3.6vw, 4.15rem); }
h3 { margin-bottom: 12px; font-size: clamp(1.35rem, 1.8vw, 1.9rem); }
p { margin-bottom: 20px; color: var(--ink-600); }
ul, ol { padding-left: 1.2rem; }
strong { color: inherit; }
::selection { color: var(--green-950); background: var(--gold-200); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow, .narrow { width: min(calc(100% - 40px), 920px); margin-inline: auto; }
.section { padding: clamp(84px, 9vw, 132px) 0; }
.muted-section { background: var(--cream-100); }
.dark-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(231, 173, 43, .13), transparent 32%),
    radial-gradient(circle at 96% 80%, rgba(42, 142, 87, .18), transparent 34%),
    var(--green-950);
}
.dark-section h2, .dark-section h3, .dark-section .eyebrow { color: var(--white); }
.dark-section p { color: rgba(255,255,255,.72); }
.center { text-align: center; }

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--green-900);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; }

.scroll-progress {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-500), var(--green-600));
}

.topbar { color: rgba(255,255,255,.88); background: var(--green-950); border-bottom: 1px solid rgba(255,255,255,.09); }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; color: inherit; font-size: .78rem; letter-spacing: .055em; }
.topbar-links { display: flex; align-items: center; gap: 22px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; transition: color .2s ease; }
.topbar a:hover { color: var(--gold-400); }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: rgba(255, 253, 247, .98);
  border-bottom: 1px solid rgba(8, 60, 42, .1);
  box-shadow: 0 3px 20px rgba(8, 60, 42, .035);
  transition: box-shadow .3s ease, background-color .3s ease;
}
.site-header.scrolled { background: var(--cream-50); box-shadow: 0 12px 35px rgba(8, 60, 42, .12); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 26px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 62px; height: 55px; object-fit: contain; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { color: var(--green-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; letter-spacing: -.015em; }
.brand-text small { margin-top: 5px; color: var(--ink-600); font-size: .58rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.nav-link { position: relative; padding: 31px 0; color: var(--ink-700); font-size: .92rem; font-weight: 700; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: right; transition: transform .28s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--green-800); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  color: var(--white);
  background: var(--green-800);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(11, 80, 52, .18);
  font-size: .88rem;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .25s var(--ease), background .25s ease;
}
.header-cta:hover { background: var(--green-700); transform: translateY(-2px); }
.menu-toggle {
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}
.menu-toggle span { position: absolute; width: 21px; height: 2px; background: var(--green-900); border-radius: 5px; transition: transform .3s var(--ease), opacity .2s ease; }
.menu-toggle span:nth-child(1) { transform: translateY(-7px); }
.menu-toggle span:nth-child(3) { transform: translateY(7px); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 995; top: var(--menu-top, var(--header-height)); right: 0; bottom: 0; left: 0; padding: 12px 18px 24px; background: rgba(6, 44, 32, .66); }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu-panel {
  max-height: calc(100dvh - var(--menu-top, var(--header-height)) - 24px);
  overflow-y: auto;
  padding: 22px;
  background: var(--cream-50);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  animation: menuIn .3s var(--ease) both;
}
.mobile-menu nav { display: grid; }
.mobile-nav-link { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 6px; color: var(--ink-800); border-bottom: 1px solid var(--line); font-weight: 750; }
.mobile-nav-link::after { content: "→"; color: var(--green-700); }
.mobile-nav-link.active { color: var(--green-800); }
.mobile-menu-actions { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mobile-menu-panel > p { margin: 20px 0 0; padding: 16px; color: var(--ink-600); background: var(--cream-100); border-radius: 12px; font-size: .88rem; }
@keyframes menuIn { from { opacity: 0; transform: translateY(-10px) scale(.985); } to { opacity: 1; transform: none; } }

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--green-950); background: var(--gold-400); box-shadow: 0 14px 30px rgba(231, 173, 43, .24); }
.btn-primary:hover { background: #f5c965; box-shadow: 0 16px 36px rgba(231, 173, 43, .3); }
.btn-secondary { color: var(--white); background: var(--green-800); }
.btn-secondary:hover { background: var(--green-700); }
.btn-outline { color: var(--green-800); background: transparent; border-color: rgba(18,101,64,.35); }
.btn-outline:hover { background: rgba(18,101,64,.06); border-color: var(--green-700); }
.btn-ghost { color: var(--white); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.28); }
.btn-ghost:hover { background: rgba(255,255,255,.13); }
.btn-whatsapp { color: var(--white); background: #168b4d; }
.btn-whatsapp:hover { background: #117540; }
.btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--green-700);
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--gold-500); }
.section-heading { max-width: 770px; margin-bottom: 45px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow::before { display: none; }
.section-heading p { max-width: 680px; font-size: 1.04rem; }
.section-heading.center p { margin-inline: auto; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-700); font-weight: 800; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--green-950);
}
.hero-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .35;
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(231,173,43,.08) 62% 63%, transparent 63%),
    radial-gradient(circle at 13% 14%, rgba(231,173,43,.2), transparent 29%),
    radial-gradient(circle at 88% 80%, rgba(31,143,82,.35), transparent 34%);
}
.hero-pattern::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(255,255,255,.35) .65px, transparent .65px); background-size: 18px 18px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr); align-items: center; gap: clamp(50px, 7vw, 90px); padding-top: 76px; padding-bottom: 112px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 800px; color: var(--white); }
.hero-copy h1 em { color: var(--gold-400); font-style: normal; }
.hero-lead { max-width: 760px; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-notes { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px 22px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 700; }
.hero-notes svg { color: var(--gold-400); }
.hero-visual { position: relative; padding: 18px 0 30px 28px; }
.hero-image-frame { position: relative; overflow: hidden; padding: 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-image-frame img { width: 100%; max-height: 580px; object-fit: contain; background: #123e2d; border-radius: calc(var(--radius-lg) - 9px); }
.representative-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  color: rgba(255,255,255,.9);
  background: rgba(6,44,32,.86);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: .63rem;
  font-weight: 750;
  letter-spacing: .04em;
}
.hero-info-card {
  position: absolute;
  right: -24px;
  bottom: -2px;
  width: min(300px, 80%);
  padding: 20px 22px;
  color: var(--green-950);
  background: var(--gold-400);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
}
.hero-info-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.hero-info-card p { margin: 4px 0 10px; color: rgba(6,44,32,.74); font-size: .82rem; line-height: 1.5; }
.hero-info-card a { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 850; }
.hero-service-strip {
  position: relative;
  z-index: 3;
  margin-top: -64px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream-50);
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}
.hero-service-strip a { position: relative; min-height: 132px; display: grid; align-content: center; padding: 23px 25px; color: var(--ink-800); border-right: 1px solid var(--line); transition: background .25s ease; }
.hero-service-strip a:first-child { border-radius: 22px 0 0 22px; }
.hero-service-strip a:last-child { border-right: 0; border-radius: 0 22px 22px 0; }
.hero-service-strip a:hover { background: var(--cream-100); }
.hero-service-strip span { position: absolute; top: 12px; right: 16px; color: rgba(11,80,52,.16); font-family: Georgia, serif; font-size: 2rem; font-weight: 700; }
.hero-service-strip strong { color: var(--green-900); font-family: Georgia, serif; font-size: 1.13rem; }
.hero-service-strip small { margin-top: 4px; color: var(--ink-600); font-size: .75rem; }

.compliance-band { padding: 28px 0; background: #f1e5c5; border-bottom: 1px solid rgba(121,88,11,.12); }
.compliance-inner { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.compliance-inner strong { color: #6c4b00; }
.compliance-inner p { margin: 0; color: #5d5133; font-size: .92rem; }

.split-layout, .services-layout, .location-grid, .faq-grid, .enquiry-grid, .contact-page-grid, .service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}
.media-stack { position: relative; padding: 0 28px 30px 0; }
.media-frame { position: relative; overflow: hidden; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.media-frame.light { background: var(--cream-100); }
.media-frame img { width: 100%; height: auto; max-height: 640px; object-fit: contain; border-radius: calc(var(--radius-lg) - 9px); background: #e8e0ce; }
.media-badge { position: absolute; right: 0; bottom: 0; min-width: 190px; padding: 18px 20px; color: var(--white); background: var(--green-800); border-radius: 16px; box-shadow: var(--shadow-md); }
.media-badge span { display: block; color: rgba(255,255,255,.7); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.media-badge strong { font-family: Georgia, serif; font-size: 1.2rem; }
.content-column .section-heading { margin-bottom: 24px; }
.content-column > p { font-size: 1.02rem; }
.feature-list, .icon-list, .document-list, .contact-mini-list, .footer-links, .footer-contact { margin: 0; padding: 0; list-style: none; }
.feature-list { display: grid; gap: 13px; }
.feature-list.two-col { grid-template-columns: 1fr 1fr; gap: 13px 24px; }
.feature-list li, .icon-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-700); }
.feature-list li::before, .icon-list li::before { content: "✓"; width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; margin-top: 1px; color: var(--white); background: var(--green-700); border-radius: 50%; font-size: .75rem; font-weight: 900; }

.services-layout { align-items: stretch; }
.services-photo { position: relative; overflow: hidden; min-height: 720px; padding: 0; border-radius: var(--radius-lg); background: var(--green-900); box-shadow: var(--shadow-md); }
.services-photo img { width: 100%; height: 100%; object-fit: contain; background: #0a4a33; }
.service-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center; }
.service-card {
  position: relative;
  min-height: 250px;
  padding: 27px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease;
}
.service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gold-500); transform: scaleY(.3); transform-origin: bottom; transition: transform .3s var(--ease); }
.service-card:hover { transform: translateY(-6px); border-color: rgba(18,101,64,.3); box-shadow: var(--shadow-md); }
.service-card:hover::before { transform: scaleY(1); }
.service-card > span { color: var(--gold-500); font-family: Georgia, serif; font-size: 1.05rem; }
.service-card h3 { margin-top: 36px; }
.service-card p { font-size: .91rem; }
.service-card .text-link { margin-top: 10px; }

.livelihood-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.purpose-cards { display: grid; gap: 14px; }
.purpose-cards article { padding: 23px 25px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.purpose-cards h3 { margin-bottom: 7px; color: var(--white); }
.purpose-cards p { margin: 0; font-size: .9rem; }
.image-panel { position: relative; overflow: hidden; min-height: 620px; padding: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); }
.image-panel img { width: 100%; height: 100%; max-height: 600px; object-fit: contain; background: #133c2c; border-radius: calc(var(--radius-lg) - 10px); }
.image-panel-copy { position: absolute; right: 30px; bottom: 30px; left: 30px; padding: 25px; color: var(--white); background: rgba(6,44,32,.9); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.image-panel-copy h3 { color: var(--white); }
.image-panel-copy p { margin: 0; }

.process-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.process-visual { position: relative; overflow: hidden; padding: 10px; background: var(--cream-100); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.process-visual img { width: 100%; max-height: 700px; object-fit: contain; background: #eee5d1; border-radius: calc(var(--radius-lg) - 9px); }
.process-list { display: grid; gap: 12px; }
.process-list article { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.process-list article > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--green-950); background: var(--gold-400); border-radius: 50%; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; }
.process-list h3 { margin: 2px 0 7px; font-size: 1.24rem; }
.process-list p { margin: 0; font-size: .9rem; }

.numbers-section { overflow: hidden; padding: 70px 0; color: var(--white); background: var(--green-900); }
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.counter-grid article { min-height: 155px; display: grid; align-content: center; padding: 20px 30px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.counter-grid article:last-child { border-right: 0; }
.counter-grid strong { display: block; color: var(--gold-400); font-family: Georgia, serif; font-size: clamp(2.6rem, 4vw, 4rem); line-height: 1; }
.counter-grid span { margin-top: 10px; color: rgba(255,255,255,.75); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.responsible-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(44px, 7vw, 90px); align-items: center; }
.responsible-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.responsible-points article { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.responsible-points h3 { font-size: 1.18rem; }
.responsible-points p { margin: 0; font-size: .88rem; }
.responsible-graphic { position: relative; min-height: 520px; display: grid; place-items: center; }
.ring { position: absolute; border: 1px solid rgba(18,101,64,.22); border-radius: 50%; }
.ring.r1 { width: 450px; height: 450px; }
.ring.r2 { width: 330px; height: 330px; border-style: dashed; animation: slowSpin 28s linear infinite; }
.principle { position: absolute; width: 155px; min-height: 90px; display: grid; place-items: center; padding: 15px; color: var(--green-950); background: var(--gold-400); border: 6px solid var(--cream-50); border-radius: 999px; box-shadow: var(--shadow-md); font-family: Georgia, serif; font-weight: 700; text-align: center; }
.principle.top { top: 35px; }
.principle.left { left: 0; bottom: 90px; }
.principle.right { right: 0; bottom: 90px; }
.responsible-graphic::after { content: "Clarity\A before commitment"; white-space: pre; width: 210px; height: 210px; display: grid; place-items: center; color: var(--white); background: var(--green-800); border-radius: 50%; box-shadow: var(--shadow-lg); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.2; text-align: center; }
@keyframes slowSpin { to { transform: rotate(360deg); } }

.location-grid { align-items: stretch; }
.location-image { position: relative; overflow: hidden; min-height: 560px; padding: 10px; background: var(--cream-100); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.location-image img { width: 100%; height: 100%; object-fit: contain; background: #eee5d1; border-radius: calc(var(--radius-lg) - 9px); }
.location-card { display: grid; align-content: center; padding: clamp(32px, 5vw, 60px); background: var(--green-950); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.location-card h2, .location-card h3, .location-card .eyebrow { color: var(--white); }
.location-card p { color: rgba(255,255,255,.72); }
.contact-mini-list { margin: 10px 0 30px; display: grid; gap: 12px; }
.contact-mini-list li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; color: rgba(255,255,255,.84); }
.contact-mini-list svg { margin-top: 4px; color: var(--gold-400); }
.inline-actions { display: flex; flex-wrap: wrap; gap: 11px; }

.faq-grid { align-items: start; }
.accordion { display: grid; gap: 10px; }
.accordion-item { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 5px 16px rgba(8,60,42,.04); }
.accordion-item button { width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 21px; border: 0; background: transparent; cursor: pointer; color: var(--ink-900); font-weight: 800; text-align: left; }
.accordion-item button b { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; color: var(--green-800); background: var(--cream-100); border-radius: 50%; font-size: 1.3rem; font-weight: 500; transition: transform .25s ease; }
.accordion-item button[aria-expanded="true"] b { transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.accordion-panel > * { min-height: 0; overflow: hidden; }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-panel p { margin: 0; padding: 0 21px 21px; font-size: .92rem; }
.accordion.large .accordion-item button { min-height: 78px; font-size: 1rem; }

.enquiry-section { overflow: hidden; color: var(--white); background: var(--green-900); }
.enquiry-section::before { content: ""; position: absolute; width: 520px; height: 520px; top: -260px; left: -180px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.018); }
.enquiry-grid { align-items: start; }
.enquiry-copy { position: sticky; top: calc(var(--header-height) + 40px); padding-top: 22px; }
.enquiry-copy h2, .enquiry-copy .eyebrow { color: var(--white); }
.enquiry-copy > p { color: rgba(255,255,255,.72); }
.enquiry-direct { margin-top: 32px; display: grid; gap: 12px; }
.enquiry-direct a { display: flex; align-items: center; gap: 14px; padding: 15px 17px; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; }
.enquiry-direct svg { width: 24px; height: 24px; color: var(--gold-400); }
.enquiry-direct span { min-width: 0; display: grid; }
.enquiry-direct small { color: rgba(255,255,255,.62); }
.enquiry-direct strong { overflow-wrap: anywhere; }
.enquiry-form {
  position: relative;
  padding: clamp(25px, 4vw, 42px);
  color: var(--ink-800);
  background: var(--cream-50);
  border: 1px solid rgba(255,255,255,.52);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.enquiry-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--ink-800); font-size: .83rem; font-weight: 800; }
.enquiry-form label > span { color: #a32e24; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink-800);
  background: var(--white);
  border: 1px solid rgba(8,60,42,.2);
  border-radius: 10px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.enquiry-form textarea { min-height: 130px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(29,122,75,.11); }
.enquiry-form input[aria-invalid="true"], .enquiry-form select[aria-invalid="true"], .enquiry-form textarea[aria-invalid="true"] { border-color: #b72d24; box-shadow: 0 0 0 3px rgba(183,45,36,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { grid-template-columns: 21px 1fr !important; align-items: start; font-weight: 600 !important; }
.consent input { width: 19px !important; min-height: 19px !important; margin-top: 3px; }
.consent span { color: var(--ink-600) !important; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--ink-700); font-size: .88rem; font-weight: 700; }
.form-status.success { color: #11733f; }
.form-status.error { color: #a62b23; }
.light-form { background: var(--white); border-color: var(--line); box-shadow: var(--shadow-md); }

.map-section { height: 460px; overflow: hidden; background: #e9e2d2; }
.map-section.tall { height: 560px; }
.map-section iframe { width: 100%; height: 100%; border: 0; }

.page-hero { position: relative; overflow: hidden; padding: clamp(100px, 12vw, 170px) 0 clamp(80px, 9vw, 130px); color: var(--white); background: var(--green-950); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(231,173,43,.18), transparent 31%), radial-gradient(circle at 4% 90%, rgba(26,120,73,.3), transparent 30%); }
.page-hero::after { content: "DK"; position: absolute; right: 2%; bottom: -18%; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: clamp(12rem, 24vw, 25rem); font-weight: 800; line-height: 1; }
.page-hero-inner { position: relative; z-index: 1; max-width: 900px; }
.page-hero h1 { color: var(--white); font-size: clamp(3rem, 6vw, 5.6rem); }
.page-hero p { max-width: 760px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 24px; color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a:hover { color: var(--gold-400); }

.notice-box { margin-top: 24px; padding: 19px 21px; background: var(--cream-100); border-left: 4px solid var(--gold-500); border-radius: 0 12px 12px 0; }
.notice-box p { margin: 0; }
.leadership-grid, .values-grid, .eligibility-grid, .documents-grid, .notes-grid, .safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.leadership-grid article, .values-grid article, .eligibility-grid article, .documents-grid article, .notes-grid article, .safety-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.leadership-grid article span, .values-grid article > span, .eligibility-grid article > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; color: var(--green-950); background: var(--gold-400); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.leadership-grid p, .values-grid p, .eligibility-grid p, .documents-grid p, .notes-grid p, .safety-grid p { margin: 0; font-size: .9rem; }
.company-details { background: var(--green-950); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.company-details h2, .company-details h3, .company-details .eyebrow { color: var(--white); }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; }
.details-grid dl { margin: 0; }
.details-grid div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.details-grid dt { color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.details-grid dd { margin: 5px 0 0; color: var(--white); overflow-wrap: anywhere; }

.service-detail-grid { align-items: start; }
.service-detail-grid .content-column { padding-top: 10px; }
.service-detail-grid .media-frame img { max-height: 760px; }
.important-notes { padding: clamp(40px, 6vw, 70px); background: var(--green-950); border-radius: var(--radius-lg); }
.important-notes h2, .important-notes h3, .important-notes .eyebrow { color: var(--white); }
.important-notes p { color: rgba(255,255,255,.72); }
.important-notes .notes-grid article { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); box-shadow: none; }
.important-notes .notes-grid h3 { color: var(--white); }

.identity-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.identity-gallery figure, .representative-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.identity-gallery figure.wide { grid-column: 1 / -1; }
.identity-gallery img, .representative-gallery img { width: 100%; height: auto; object-fit: contain; background: var(--cream-100); }
.identity-gallery figcaption, .representative-gallery figcaption { padding: 16px 18px; color: var(--ink-600); font-size: .82rem; }
.representative-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.representative-gallery .representative-label { top: 12px; right: 12px; bottom: auto; }

.faq-page-grid { display: grid; grid-template-columns: minmax(260px, .34fr) minmax(0, .66fr); gap: clamp(35px, 6vw, 70px); align-items: start; }
.faq-aside { position: sticky; top: calc(var(--header-height) + 35px); padding: 28px; background: var(--green-950); border-radius: var(--radius); }
.faq-aside h2, .faq-aside h3, .faq-aside .eyebrow { color: var(--white); }
.faq-aside p { color: rgba(255,255,255,.7); }
.safety-strip { padding: 55px 0; color: var(--white); background: var(--green-900); }
.safety-strip h2, .safety-strip h3 { color: var(--white); }
.safety-strip p { color: rgba(255,255,255,.72); }
.safety-strip .safety-grid article { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); box-shadow: none; }

.contact-page-grid { align-items: start; }
.contact-visual { position: relative; overflow: hidden; padding: 10px; background: var(--cream-100); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.contact-visual img { width: 100%; height: auto; max-height: 650px; object-fit: contain; background: #eee5d1; border-radius: calc(var(--radius-lg) - 9px); }
.contact-visual-copy { margin: 18px 10px 8px; padding: 21px; color: var(--white); background: var(--green-900); border-radius: 14px; }
.contact-visual-copy h3 { color: var(--white); }
.contact-visual-copy p { margin: 0; color: rgba(255,255,255,.7); }
.contact-cards { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-cards a, .contact-cards article { min-height: 130px; display: grid; align-content: center; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-sm); }
.contact-cards strong { color: var(--green-900); font-family: Georgia, serif; font-size: 1.15rem; }
.contact-cards span { color: var(--ink-600); font-size: .83rem; overflow-wrap: anywhere; }

.legal-page { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.legal-page h2 { margin-top: 46px; font-size: clamp(1.7rem, 2.5vw, 2.5rem); }
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page h3 { margin-top: 26px; font-size: 1.35rem; }
.legal-page li { margin-bottom: 8px; color: var(--ink-600); }
.updated { display: inline-flex; margin-bottom: 34px; padding: 8px 12px; color: var(--green-800); background: var(--cream-100); border-radius: 999px; font-size: .78rem; font-weight: 800; }

.floating-actions { position: fixed; z-index: 1100; right: max(18px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); display: grid; gap: 12px; }
.float-btn { position: relative; width: 56px; height: 56px; display: grid; place-items: center; color: var(--white); border: 2px solid rgba(255,255,255,.86); border-radius: 50%; box-shadow: 0 12px 30px rgba(3,31,21,.25); transition: transform .25s var(--ease), box-shadow .25s ease; }
.float-btn::before { content: ""; position: absolute; inset: -7px; z-index: -1; border: 1px solid currentColor; border-radius: inherit; opacity: 0; animation: pulseRing 4s ease-out infinite; }
.float-btn.call { background: var(--gold-500); }
.float-btn.whatsapp { background: #189c57; }
.float-btn svg { width: 26px; height: 26px; }
.float-btn:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 18px 38px rgba(3,31,21,.3); }
.float-tooltip { position: absolute; right: 66px; top: 50%; width: max-content; max-width: 180px; padding: 8px 11px; color: var(--white); background: var(--green-950); border-radius: 8px; opacity: 0; pointer-events: none; transform: translate(8px,-50%); transition: opacity .2s ease, transform .2s ease; font-size: .73rem; font-weight: 750; }
.float-btn:hover .float-tooltip, .float-btn:focus-visible .float-tooltip { opacity: 1; transform: translate(0,-50%); }
@keyframes pulseRing { 0%, 68% { opacity: 0; transform: scale(.9); } 74% { opacity: .42; } 100% { opacity: 0; transform: scale(1.32); } }
.back-to-top { position: fixed; z-index: 1090; right: 24px; bottom: 164px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: var(--green-900); background: var(--cream-50); border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; cursor: pointer; font-size: 1.15rem; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

.site-footer { padding: 82px 0 0; color: rgba(255,255,255,.72); background: #041f17; border-top: 1px solid rgba(231,173,43,.3); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .75fr .85fr 1.2fr; gap: clamp(28px, 4vw, 55px); }
.footer-brand p { max-width: 430px; font-size: .9rem; }
.footer-logo { margin-bottom: 22px; }
.footer-logo .brand-text strong, .footer-logo .brand-text small { color: var(--white); }
.footer-logo img { width: 70px; height: 62px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-badges span { padding: 7px 10px; color: rgba(255,255,255,.74); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; font-size: .68rem; }
.site-footer h3 { color: var(--gold-400); font-size: 1.1rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { font-size: .88rem; transition: color .2s ease, padding-left .2s ease; }
.footer-links a:hover { color: var(--gold-400); padding-left: 4px; }
.footer-contact { display: grid; gap: 14px; }
.footer-contact li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; font-size: .83rem; }
.footer-contact svg { margin-top: 3px; color: var(--gold-400); }
.footer-contact a { overflow-wrap: anywhere; }
.site-footer .text-link { margin-top: 20px; color: var(--gold-400); }
.footer-bottom { margin-top: 65px; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { color: rgba(255,255,255,.55); font-size: .75rem; }
.footer-bottom a:hover { color: var(--gold-400); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.safety-grid > div {
  padding: 28px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
}
.safety-grid > div strong { display: block; margin-bottom: 8px; color: var(--gold-400); font-family: Georgia, serif; font-size: 1.28rem; }
.safety-grid > div p { margin: 0; }
/* Structural refinements for generated semantic variants */
.feature-list > span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink-700);
  font-weight: 700;
}
.feature-list > span svg,
.icon-list li > svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  padding: 6px;
  color: var(--white);
  background: var(--green-700);
  border-radius: 50%;
}
.icon-list li::before { display: none; }

.purpose-cards > div {
  padding: 23px 25px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
}
.purpose-cards > div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-400);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.purpose-cards > div h3 { margin-bottom: 7px; color: var(--white); }
.purpose-cards > div p { margin: 0; font-size: .9rem; }

.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.process-list li > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  background: var(--gold-400);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.process-list li h3 { margin: 2px 0 7px; font-size: 1.24rem; }
.process-list li p { margin: 0; font-size: .9rem; }

.counter-grid > div {
  min-height: 155px;
  display: grid;
  align-content: center;
  padding: 20px 30px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.15);
}
.counter-grid > div:last-child { border-right: 0; }

.responsible-points > div {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.responsible-points > div strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-950);
  font-family: Georgia, serif;
  font-size: 1.18rem;
}
.responsible-points > div span { color: var(--ink-600); font-size: .88rem; }

.service-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.service-detail-grid > article {
  position: relative;
  min-height: 270px;
  padding: 32px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.service-detail-grid > article > span {
  display: inline-flex;
  margin-bottom: 45px;
  color: var(--gold-500);
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.service-detail-grid > article h2 { font-size: clamp(1.6rem, 2.3vw, 2.3rem); }
.service-detail-grid > article p { font-size: .92rem; }

.eligibility-grid > div {
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.eligibility-grid > div strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-900);
  font-family: Georgia, serif;
  font-size: 1.22rem;
}
.eligibility-grid > div p { margin: 0; font-size: .9rem; }

.documents-grid {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 75px);
  align-items: start;
}
.document-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.document-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  align-items: start;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.document-list li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  background: var(--gold-400);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
}
.document-list li p { margin: 7px 0 0; }

.section.important-notes { border-radius: 0; }
.notes-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 6vw, 75px);
  align-items: start;
}
.notes-grid > ul {
  margin: 0;
  padding: 28px 28px 28px 48px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
}
.notes-grid > ul li { margin-bottom: 12px; color: rgba(255,255,255,.78); }
.notes-grid > ul li:last-child { margin-bottom: 0; }
.split-layout > *, .services-layout > *, .location-grid > *, .faq-grid > *, .enquiry-grid > *,
.contact-page-grid > *, .service-detail-grid > *, .livelihood-grid > *, .process-grid > *,
.responsible-grid > *, .documents-grid > *, .notes-grid > * { min-width: 0; }
.location-card, .contact-mini-list, .contact-mini-list li, .contact-mini-list span,
.enquiry-direct a, .enquiry-direct span { min-width: 0; overflow-wrap: anywhere; }
.hero .eyebrow { color: var(--gold-400); }
.page-hero .eyebrow,
.numbers-section .eyebrow { color: var(--gold-400); }
.numbers-section .section-heading h2 { color: var(--white); }
.contact-visual-copy h2,
.contact-visual-copy h3 { color: var(--white); }
.contact-visual-copy .eyebrow { color: var(--gold-400); }
.contact-cards span { display: block; margin-bottom: 5px; }
.identity-gallery .logo-figure { display: grid; align-content: center; justify-items: center; padding: 34px; }
.identity-gallery .logo-figure img { max-width: 440px; max-height: 390px; background: transparent; }
.identity-gallery .logo-figure figcaption { width: 100%; }


/* Light-card contrast correction */
.service-card { color: var(--ink-800); }
.service-card h3 { color: var(--ink-950); }
.service-card p { color: var(--ink-600); }
.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-700);
  font-weight: 800;
}
.service-card a:hover { color: var(--green-900); }

/* Keep all text readable whenever these light surfaces appear inside a dark section. */
.dark-section .service-card { color: var(--ink-800); }
.dark-section .service-card h3 { color: var(--ink-950); }
.dark-section .service-card p { color: var(--ink-600); }
.dark-section .service-card a { color: var(--green-700); }
