/* =====================================================================
   Work Matters Solutions — editorial consulting design system
   Serif display (Fraunces) + sans body (Public Sans)
   Warm ivory · white · deep editorial navy · green accent
   ===================================================================== */

:root {
  --paper:   #f7f4ee;   /* warm ivory base */
  --paper-2: #efebe2;   /* deeper alt sections */
  --white:   #ffffff;
  --ink:     #15263a;   /* headings / dark text on light */
  --navy:    #173a63;   /* brand blue — dark sections, hero, footer */
  --navy-2:  #0f2845;
  --green:   #0e7a60;
  --green-2: #0a5d49;
  --green-bright: #57c9a6;
  --rust:    #bd5f3c;
  --body:    #444e57;   /* body copy */
  --muted:   #6d7882;
  --line:    rgba(21, 33, 46, 0.13);
  --line-soft: rgba(21, 33, 46, 0.08);
  --line-dark: rgba(255, 255, 255, 0.14);

  --shadow-sm: 0 6px 22px -14px rgba(15, 32, 48, 0.30);
  --shadow:    0 22px 48px -28px rgba(15, 32, 48, 0.40);

  --container: 1200px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --serif: "Public Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --sans:  "Public Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; font-family: var(--sans); color: var(--body); background: var(--paper);
  line-height: 1.7; font-size: 17px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; margin: 0; padding: 0; }

h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 600; line-height: 1.12; letter-spacing: -0.022em; margin: 0; }
p { margin: 0; }

.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }

.skip-link { position: absolute; left: 14px; top: -60px; z-index: 300; background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 6px; font-weight: 700; transition: top .2s var(--ease); }
.skip-link:focus { top: 14px; }

/* ============ Eyebrow / labels / rules ============ */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 20px; font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); }
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--green); }
.eyebrow.on-dark { color: var(--green-bright); }
.eyebrow.on-dark::before { background: var(--green-bright); }

/* ============ Buttons ============ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 28px; border-radius: 6px; border: 1.5px solid transparent; font-family: var(--sans); font-size: 15px; font-weight: 600; letter-spacing: .01em; cursor: pointer; white-space: nowrap; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.btn svg { width: 17px; height: 17px; }
.btn-lg { min-height: 58px; padding: 0 32px; font-size: 15.5px; }
.btn-block { width: 100%; }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-2); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline-light:hover { background: #fff; color: var(--navy); border-color: #fff; }

.arrow-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-family: var(--sans); font-weight: 600; font-size: 15px; }
.arrow-link svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.arrow-link:hover svg { transform: translateX(5px); }
.arrow-link.on-dark { color: var(--green-bright); }

/* ============ Sections ============ */
.section { padding: 100px 0; }
section[id] { scroll-margin-top: 96px; }
.section-paper2 { background: var(--paper-2); }
.section-white { background: var(--white); }
.section-dark { background: var(--navy); color: rgba(255,255,255,.78); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
.section-head { max-width: 760px; margin: 0 0 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(32px, 4vw, 50px); }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 19px; }
.section-dark .section-head p { color: rgba(255,255,255,.7); }

/* ============ Header ============ */
.site-header { position: sticky; top: 0; z-index: 100; }
.topbar { background: var(--navy); color: rgba(255,255,255,.72); font-size: 13px; transition: max-height .3s var(--ease), opacity .25s var(--ease); max-height: 50px; overflow: hidden; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 16px; }
.topbar-loc { letter-spacing: .02em; }
.topbar-links { display: flex; gap: 22px; }
.topbar-links a { color: rgba(255,255,255,.78); font-weight: 500; transition: color .18s var(--ease); }
.topbar-links a:hover { color: var(--green-bright); }
.site-header.scrolled .topbar { max-height: 0; opacity: 0; }

.navbar { background: rgba(247,244,238,0.9); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line-soft); transition: box-shadow .25s var(--ease); }
.site-header.scrolled .navbar { box-shadow: 0 6px 28px -18px rgba(15,32,48,.5); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; }

.brand { display: inline-flex; align-items: center; gap: 13px; margin-right: auto; position: relative; z-index: 102; }
.brand-icon { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); color: var(--navy); font-weight: 600; font-size: 22px; letter-spacing: -0.01em; }
.brand-sub { font-family: var(--sans); color: var(--green); font-weight: 700; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 30px; font-size: 15.5px; font-weight: 500; }
.nav-links > a:not(.btn), .services-trigger { color: var(--ink); background: none; border: 0; padding: 8px 0; font: inherit; font-weight: 500; cursor: pointer; position: relative; }
.nav-links > a:not(.btn)::after, .services-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px; background: var(--green); transition: right .25s var(--ease); }
.nav-links > a:not(.btn):hover::after, .services-item:hover .services-trigger::after { right: 0; }
.nav-links > a:not(.btn):hover, .services-trigger:hover { color: var(--green); }
.nav-links > a.is-active:not(.btn), .services-trigger.is-active { color: var(--green); }
.nav-links > a.is-active:not(.btn)::after, .services-trigger.is-active::after { right: 0; }

.nav-item { position: relative; }
.services-trigger { display: inline-flex; align-items: center; gap: 6px; }
.services-trigger .chev { width: 11px; height: 11px; transition: transform .25s var(--ease); }
.services-item:hover .services-trigger .chev, .services-item.open .services-trigger .chev { transform: rotate(180deg); }

/* Mega menu */
.mega-menu { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-44%) translateY(8px); width: min(960px, calc(100vw - 60px)); padding: 30px; border-radius: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transition: .22s var(--ease); z-index: 120; }
.services-item:hover .mega-menu, .services-item.open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-44%) translateY(0); }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 250px; gap: 28px; align-items: start; }
.mega-heading { margin-bottom: 16px; color: var(--green); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mega-link { display: block; margin-bottom: 14px; padding: 6px 8px; margin-left: -8px; border-radius: 7px; transition: background .16s var(--ease); }
.mega-link:hover { background: var(--paper); }
.mega-link strong { display: block; margin-bottom: 2px; font-family: var(--serif); color: var(--ink); font-size: 16px; font-weight: 600; }
.mega-link span { display: block; color: var(--muted); font-size: 13px; line-height: 1.45; }
.mega-cta { padding: 26px; border-radius: 8px; background: var(--navy); color: #fff; display: flex; flex-direction: column; height: 100%; }
.mega-cta h3 { color: #fff; font-size: 22px; line-height: 1.12; margin-bottom: 10px; }
.mega-cta p { margin: 0 0 18px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.55; }
.mega-cta .arrow-link { margin-top: auto; }

.nav-links .btn { min-height: 46px; padding: 0 22px; font-size: 14.5px; }

/* Hamburger */
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; padding: 0; position: relative; z-index: 102; }
.menu-toggle span { position: absolute; left: 13px; width: 22px; height: 2px; background: var(--navy); border-radius: 999px; transition: .22s var(--ease); }
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 23px; }
.menu-toggle span:nth-child(3) { top: 30px; }
.menu-toggle.active span:nth-child(1) { top: 23px; transform: rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

/* ============ Media frame (editorial offset) ============ */
.media-frame { position: relative; }
.media-frame img { position: relative; z-index: 1; width: 100%; object-fit: cover; border-radius: 4px; filter: contrast(1.03) saturate(0.92); }
.media-frame::after { content: ""; position: absolute; right: -16px; bottom: -16px; left: 28px; top: 36px; border: 1.5px solid var(--green); border-radius: 4px; z-index: 0; }

/* ============ Home hero (dark, editorial, photo) ============ */
.hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 60px; align-items: center; padding: 92px 0 96px; }
.hero h1 { color: #fff; font-size: clamp(38px, 5vw, 64px); line-height: 1.07; font-weight: 700; }
.hero h1 em { font-style: normal; color: var(--green-bright); }
.hero .lede { margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 19px; max-width: 50ch; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-meta { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: 14px 30px; }
.hero-meta li { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 500; }
.hero-meta svg { width: 18px; height: 18px; color: var(--green-bright); flex: none; }
.hero-media img { height: 530px; }
.hero-media .media-frame::after { border-color: var(--green-bright); }

/* ============ Trust strip ============ */
.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line-soft); }
.trust-inner { display: flex; align-items: center; gap: 18px 44px; flex-wrap: wrap; padding: 26px 0; }
.trust-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 30px; }
.trust-list li { font-family: var(--serif); color: var(--navy); font-weight: 500; font-size: 18px; }

/* ============ Lead / editorial statement ============ */
.lead-block { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 56px; align-items: start; }
.lead-block .lead-eyebrow { display: block; margin-bottom: 22px; font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--green); }
.lead-statement { font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); line-height: 1.26; color: var(--ink); font-weight: 500; letter-spacing: -0.02em; }
.lead-support { padding-top: 6px; }
.lead-support p { color: var(--body); font-size: 17px; margin-bottom: 18px; }
.lead-support p:last-child { margin-bottom: 0; }

/* ============ Page hero (inner pages, light editorial) ============ */
.page-hero { background: var(--paper-2); border-bottom: 1px solid var(--line-soft); }
.page-hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center; padding: 80px 0; }
.page-hero h1 { font-size: clamp(32px, 4.2vw, 54px); line-height: 1.08; font-weight: 700; }
.page-hero p { margin: 22px 0 0; color: var(--body); font-size: 18.5px; max-width: 54ch; }
.page-hero .hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }
.page-hero-media img { height: 400px; }
.page-hero.no-media .page-hero-inner { grid-template-columns: 1fr; max-width: 880px; padding: 88px 0; }

/* ============ Editorial (text + image) ============ */
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.editorial.flip .ed-media { order: -1; }
.editorial-media img { height: 480px; }
.editorial-body h2 { font-size: clamp(28px, 3.3vw, 44px); margin-bottom: 20px; }
.editorial-body p { color: var(--body); font-size: 17px; margin-bottom: 16px; }
.editorial-body p:last-of-type { margin-bottom: 0; }
.section-dark .editorial-body p { color: rgba(255,255,255,.76); }
.editorial-body ul.ticks { margin-top: 24px; }

/* ============ Service cards (photo) ============ */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }

.svc-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.svc-card .svc-img { position: relative; height: 210px; overflow: hidden; }
.svc-card .svc-img img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.03) saturate(0.9); transition: transform .55s var(--ease); }
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-card .svc-num { position: absolute; top: 16px; left: 18px; z-index: 2; font-family: var(--serif); font-size: 18px; color: #fff; background: rgba(15,32,48,.55); backdrop-filter: blur(4px); width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; }
.svc-body { padding: 30px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { color: var(--navy); font-size: 24px; margin-bottom: 11px; }
.svc-body p { color: var(--body); font-size: 15.5px; }
.svc-body ul { margin: 16px 0 24px; display: grid; gap: 9px; }
.svc-body ul li { position: relative; padding-left: 24px; color: var(--body); font-size: 14.5px; line-height: 1.5; }
.svc-body ul li::before { content: ""; position: absolute; left: 0; top: 4px; width: 15px; height: 15px; border-radius: 50%; background: rgba(14,122,96,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e7a60' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/10px no-repeat; }
.svc-body .arrow-link { margin-top: auto; }

/* ============ Plain cards (values, industries) ============ */
.card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 34px; transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { color: var(--navy); font-size: 22px; margin-bottom: 11px; }
.card p { color: var(--body); font-size: 15.5px; }
.card .card-index { font-family: var(--serif); font-size: 15px; font-weight: 600; color: var(--green); letter-spacing: .06em; display: block; margin-bottom: 14px; }
.feat-ico { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 9px; background: rgba(14,122,96,.09); margin-bottom: 20px; }
.feat-ico svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

ul.ticks { display: grid; gap: 11px; }
ul.ticks li { position: relative; padding-left: 30px; color: var(--body); font-size: 16px; line-height: 1.55; }
ul.ticks li strong { color: var(--ink); font-weight: 700; }
.section-dark ul.ticks li { color: rgba(255,255,255,.8); }
.section-dark ul.ticks li strong { color: #fff; }
ul.ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 19px; height: 19px; border-radius: 50%; background: rgba(14,122,96,.14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e7a60' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }

/* ============ Approach (numbered editorial) ============ */
.approach { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.approach .step { padding: 32px 28px 0 0; border-top: 2px solid var(--ink); margin-right: -1px; }
.approach .step + .step { padding-left: 28px; border-left: 1px solid var(--line); }
.step-num { display: block; font-family: var(--serif); font-size: 30px; color: var(--green); margin-bottom: 14px; line-height: 1; }
.approach .step h3 { color: var(--navy); font-size: 22px; margin-bottom: 10px; }
.approach .step p { color: var(--muted); font-size: 15.5px; }
.section-dark .approach .step { border-top-color: var(--green-bright); }
.section-dark .approach .step + .step { border-left-color: var(--line-dark); }
.section-dark .approach .step h3 { color: #fff; }
.section-dark .approach .step p { color: rgba(255,255,255,.66); }
.section-dark .step-num { color: var(--green-bright); }

/* ============ Service detail (editorial numbered) ============ */
.service-layout { display: grid; grid-template-columns: 250px 1fr; gap: 56px; align-items: start; }
.service-index-nav { position: sticky; top: 130px; }
.service-index-nav .sin-label { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.service-index-nav a { display: flex; gap: 12px; align-items: baseline; padding: 14px 0; color: var(--ink); font-family: var(--serif); font-size: 18px; border-top: 1px solid var(--line); transition: color .2s var(--ease); }
.service-index-nav a:first-of-type { border-top: 0; }
.service-index-nav a span { font-family: var(--sans); font-size: 12px; font-weight: 700; color: var(--green); letter-spacing: .04em; }
.service-index-nav a:hover { color: var(--green); }
.service-stack { display: grid; gap: 0; }
.service-entry { padding: 48px 0; border-top: 1px solid var(--line); scroll-margin-top: 120px; }
.service-entry:first-child { padding-top: 0; border-top: 0; }
.service-entry .se-num { font-family: var(--serif); font-size: 18px; color: var(--green); font-weight: 600; }
.service-entry h2 { color: var(--navy); font-size: clamp(26px, 3vw, 38px); margin: 8px 0 16px; font-weight: 500; }
.service-entry > p { color: var(--body); font-size: 17.5px; margin-bottom: 26px; max-width: 64ch; }
.bullet-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 28px; }
.bullet-grid div { position: relative; padding-left: 28px; color: var(--body); font-size: 15.5px; line-height: 1.55; }
.bullet-grid div::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: rgba(14,122,96,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e7a60' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat; }

/* ============ Testimonials ============ */
.testi-feature { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: center; }
.testi-feature .tf-quote { font-family: var(--serif); font-size: clamp(24px, 2.8vw, 34px); line-height: 1.32; color: var(--ink); font-weight: 400; }
.testi-feature .tf-quote::before { content: "\201C"; display: block; font-family: var(--serif); font-size: 70px; line-height: 0.5; color: var(--green); margin-bottom: 18px; height: 40px; }
.testi-feature .tf-meta { margin-top: 26px; }
.testi-feature .tf-industry { color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.testi-feature .tf-name { margin-top: 5px; font-family: var(--serif); color: var(--navy); font-size: 18px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.testi-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 32px; display: flex; flex-direction: column; }
.testi-card .tc-mark { font-family: var(--serif); color: var(--green); font-size: 44px; line-height: 0.6; height: 26px; }
.testi-card p { color: var(--body); font-size: 15px; line-height: 1.7; }
.testi-meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.testi-industry { color: var(--green); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.testi-name { margin-top: 4px; font-family: var(--serif); color: var(--navy); font-size: 16px; }

/* ============ CTA ============ */
.cta-band { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.cta-band .cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.14; filter: saturate(0.7); }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 76px 0; }
.cta-inner h2 { color: #fff; font-size: clamp(30px, 3.6vw, 44px); max-width: 20ch; font-weight: 700; }
.cta-inner h2 em { font-style: normal; color: var(--green-bright); }
.cta-inner p { margin: 14px 0 0; color: rgba(255,255,255,.76); font-size: 17px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============ Contact ============ */
.contact-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 36px; align-items: start; }
.contact-info { background: var(--navy); color: #fff; border-radius: 10px; padding: 40px; }
.contact-info h3 { color: #fff; font-size: 26px; margin-bottom: 14px; }
.contact-info > p { color: rgba(255,255,255,.76); font-size: 16px; margin-bottom: 26px; }
.contact-list { display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.contact-list .c-ico { flex: none; width: 42px; height: 42px; border-radius: 9px; background: rgba(255,255,255,.09); display: grid; place-items: center; }
.contact-list .c-ico svg { width: 19px; height: 19px; stroke: var(--green-bright); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-list small { display: block; color: rgba(255,255,255,.5); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 3px; }
.contact-list a, .contact-list .c-val { color: #fff; font-size: 15.5px; font-weight: 500; }
.contact-list a:hover { color: var(--green-bright); }
.contact-abn { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.55); font-size: 13px; }

.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 40px; }
.form-card h3 { color: var(--navy); font-size: 26px; }
.form-card > p { margin: 10px 0 0; color: var(--muted); font-size: 15.5px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 13.5px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; border: 1.5px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); font: inherit; font-size: 15.5px; outline: none; transition: border-color .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 3px rgba(14,122,96,.12); }
.form-note { margin-top: 14px; font-size: 14px; font-weight: 600; min-height: 1.1em; }
.form-note.ok { color: var(--green); }
.form-note.err { color: var(--rust); }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ============ Thank you ============ */
.ty-wrap { max-width: 700px; margin: 0 auto; text-align: center; padding: 24px 0; }
.ty-check { width: 74px; height: 74px; margin: 0 auto 26px; border-radius: 50%; background: rgba(14,122,96,.1); display: grid; place-items: center; }
.ty-check svg { width: 36px; height: 36px; stroke: var(--green); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.ty-wrap h1 { font-size: clamp(34px, 4.6vw, 54px); font-weight: 700; }
.ty-wrap p { margin: 20px auto 0; color: var(--body); font-size: 18px; max-width: 540px; }
.ty-wrap .hero-actions { justify-content: center; margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ============ Footer ============ */
.site-footer { background: var(--navy-2); color: rgba(255,255,255,.66); padding: 70px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); }
.footer-brand { display: inline-flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand b { font-family: var(--serif); color: #fff; font-size: 21px; font-weight: 600; line-height: 1.05; }
.footer-tagline { font-family: var(--serif); color: var(--green-bright); font-weight: 600; font-size: 14px; letter-spacing: .04em; margin-bottom: 14px; }
.footer-desc { color: rgba(255,255,255,.55); font-size: 14.5px; max-width: 34ch; line-height: 1.7; }
.footer-col h4 { font-family: var(--sans); color: #fff; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col a, .footer-col span { display: block; color: rgba(255,255,255,.62); font-size: 14.5px; margin-bottom: 12px; transition: color .18s var(--ease); }
.footer-col a:hover { color: var(--green-bright); }
.footer-bottom { padding-top: 24px; }
.footer-meta { color: rgba(255,255,255,.42); font-size: 12.5px; line-height: 1.7; max-width: 800px; }

/* ============ Reveal ============ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============ Responsive ============ */
@media (max-width: 1040px) {
  .hero-inner, .page-hero-inner, .editorial, .lead-block, .service-layout, .testi-feature, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .editorial.flip .ed-media { order: 0; }
  .service-index-nav { position: static; display: none; }
  .grid-3, .testi-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .approach { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .approach .step + .step { border-left: 0; padding-left: 0; }
  .approach .step { padding-right: 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-media img, .editorial-media img { height: 420px; }
}
@media (max-width: 860px) {
  .topbar-loc { display: none; }
  .topbar-links { width: 100%; justify-content: flex-start; gap: 22px; }
  .topbar-links a[href^="mailto"] { display: none; }
  /* backdrop-filter creates a containing block that would trap the fixed mobile
     menu inside the navbar — disable it on mobile so the menu covers the screen */
  .navbar { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--paper); }
  .menu-toggle { display: inline-flex; }
  .nav-links { position: fixed; inset: 0; background: var(--paper); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 14px; padding: 100px 30px 40px; transform: translateY(-100%); opacity: 0; pointer-events: none; transition: .28s var(--ease); font-size: 24px; z-index: 101; overflow-y: auto; }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links > a:not(.btn), .services-trigger { font-size: 23px; width: 100%; font-family: var(--serif); }
  .nav-links > a:not(.btn)::after, .services-trigger::after { display: none; }
  .nav-item { width: 100%; }
  .services-trigger { justify-content: space-between; }
  .nav-links .btn { width: 100%; min-height: 54px; font-size: 16px; margin-top: 8px; }
  .mega-menu { position: static; width: 100%; margin-top: 10px; padding: 16px; transform: none; display: none; opacity: 1; visibility: visible; pointer-events: auto; box-shadow: none; }
  .services-item.open .mega-menu { display: block; transform: none; }
  .mega-grid { grid-template-columns: 1fr; gap: 14px; }
  .media-frame::after { display: none; }
}
@media (max-width: 680px) {
  .section { padding: 64px 0; }
  .hero-inner { padding: 56px 0 64px; }
  .grid-2, .grid-3, .testi-grid, .form-grid, .bullet-grid { grid-template-columns: 1fr; }
  .approach { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; padding: 52px 0; }
  .contact-info, .form-card { padding: 28px; }
  .hero-media img, .page-hero-media img, .editorial-media img { height: 300px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  body { font-size: 16px; }
}

/* ============ Stats / credibility bar ============ */
.stats-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { padding: 42px 24px; text-align: center; }
.stat:not(:first-child) { border-left: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 44px); color: var(--navy); font-weight: 600; line-height: 1; letter-spacing: -0.01em; }
.stat span { display: block; margin-top: 10px; color: var(--muted); font-size: 14.5px; font-weight: 600; }

/* ============ Shop: category filter ============ */
.category-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.pill { border: 1.5px solid var(--line-2); background: #fff; color: var(--ink); border-radius: 999px; padding: 10px 20px; font-family: var(--sans); font-size: 14px; font-weight: 600; cursor: pointer; transition: .18s var(--ease); }
.pill:hover { border-color: var(--navy); }
.pill.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ============ Shop: product grid ============ */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 30px; transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.product-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.product-badge { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--green); background: rgba(14,122,96,.1); padding: 6px 11px; border-radius: 6px; }
.product-ico { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 9px; background: rgba(23,58,99,.07); }
.product-ico svg { width: 22px; height: 22px; stroke: var(--navy); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.product-card h3 { color: var(--navy); font-size: 21px; margin-bottom: 10px; line-height: 1.2; }
.product-card > p { color: var(--body); font-size: 14.5px; flex: 1; }
.product-meta { margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.product-tag { font-size: 11.5px; color: var(--muted); font-weight: 600; background: var(--paper-2); border-radius: 5px; padding: 4px 9px; }
.product-foot { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-price { font-family: var(--serif); font-size: 27px; color: var(--navy); font-weight: 600; line-height: 1; }
.product-price small { display: block; font-family: var(--sans); font-size: 11.5px; color: var(--muted); font-weight: 600; margin-top: 3px; }
.product-card.featured { background: var(--navy); border-color: var(--navy); position: relative; }
.product-card.featured h3, .product-card.featured .product-price { color: #fff; }
.product-card.featured > p { color: rgba(255,255,255,.82); }
.product-card.featured .product-price small { color: rgba(255,255,255,.6); }
.product-card.featured .product-badge { color: var(--navy); background: var(--green-bright); }
.product-card.featured .product-ico { background: rgba(255,255,255,.12); }
.product-card.featured .product-ico svg { stroke: #fff; }
.product-card.featured .product-tag { background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); }
.product-card.featured .product-foot { border-top-color: var(--line-dark); }
.product-card.is-hidden { display: none; }

/* ============ Reassurance trio ============ */
.reassure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.reassure-item { display: flex; gap: 15px; align-items: flex-start; }
.reassure-item .r-ico { flex: none; width: 44px; height: 44px; border-radius: 9px; background: rgba(14,122,96,.09); display: grid; place-items: center; }
.reassure-item .r-ico svg { width: 22px; height: 22px; stroke: var(--green); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.reassure-item h4 { font-family: var(--serif); color: var(--navy); font-size: 18px; margin-bottom: 4px; font-weight: 600; }
.reassure-item p { color: var(--muted); font-size: 14.5px; }

/* ============ Newsletter strip ============ */
.newsletter { background: var(--paper-2); border: 1px solid var(--line); border-radius: 16px; padding: 40px 44px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.newsletter h3 { color: var(--navy); font-size: 25px; }
.newsletter p { color: var(--muted); font-size: 15.5px; margin-top: 8px; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { border: 1.5px solid var(--line-2); border-radius: 8px; padding: 14px 16px; min-width: 250px; font: inherit; font-size: 15px; background: #fff; outline: none; transition: border-color .18s var(--ease), box-shadow .18s var(--ease); }
.newsletter input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(14,122,96,.12); }

/* ============ FAQ accordion ============ */
.faq { max-width: 840px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 48px 24px 0; position: relative; font-family: var(--serif); font-weight: 600; font-size: 18px; color: var(--navy); transition: color .18s var(--ease); }
.faq summary:hover { color: var(--green); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 28px; width: 11px; height: 11px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(45deg); transition: transform .2s var(--ease); }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { color: var(--body); font-size: 15.5px; line-height: 1.72; padding: 0 48px 26px 0; margin: 0; }

@media (max-width: 860px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .stats-inner { grid-template-columns: 1fr; }
  .stat:not(:first-child) { border-left: 0; border-top: 1px solid var(--line); }
  .stat { padding: 30px 24px; }
  .product-grid, .reassure { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; padding: 28px; }
  .newsletter form { flex-direction: column; }
  .newsletter input { min-width: 0; width: 100%; }
}

/* ============ Conversion helpers (JS-injected via script.js) ============ */

/* Announcement bar — New FY HR + Business Reset */
.promo-bar { background: linear-gradient(90deg, var(--green) 0%, #0c5f4c 100%); color: #fff; font-size: 14px; position: relative; }
.promo-bar-inner { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 40px; padding: 7px 46px 7px 16px; text-align: center; flex-wrap: wrap; }
.promo-bar b { font-weight: 600; }
.promo-bar .promo-cta { color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.4); padding: 4px 14px; border-radius: 999px; font-weight: 600; white-space: nowrap; transition: background .18s var(--ease); }
.promo-bar .promo-cta:hover { background: rgba(255,255,255,.28); }
.promo-bar .promo-close { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: rgba(255,255,255,.75); font-size: 20px; line-height: 1; cursor: pointer; padding: 6px 10px; }
.promo-bar .promo-close:hover { color: #fff; }
@media (max-width: 640px) {
  .promo-bar .promo-desc { display: none; }
  .promo-bar-inner { gap: 10px; }
}

/* Mobile sticky call / book bar */
.sticky-cta { display: none; }
@media (max-width: 860px) {
  .sticky-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 99; box-shadow: 0 -8px 24px -12px rgba(15,32,48,.45); }
  .sticky-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; font-weight: 600; font-size: 15px; }
  .sticky-cta .cta-call { background: var(--green); color: #fff; }
  .sticky-cta .cta-book { background: var(--navy); color: #fff; }
  body.has-sticky-cta { padding-bottom: 54px; }
  body.menu-open .sticky-cta { display: none; }
}
