:root {
  --dark-green: #004832;
  --deep-green: #003624;
  --primary-green: #168443;
  --accent-green: #55b92f;
  --light-green: #eaf4df;
  --cream: #f8faf4;
  --white: #ffffff;
  --text-dark: #172019;
  --text-muted: #667067;
  --border: #dde6d8;
  --shadow-sm: 0 10px 30px rgba(0, 54, 36, .07);
  --shadow-lg: 0 24px 65px rgba(0, 45, 30, .14);
  --radius: 20px;
  --nav-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 125px; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--text-dark); font-family: Inter, Manrope, "Plus Jakarta Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
.container { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(80px, 8vw, 110px); }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 18px; padding: 12px 18px; border-radius: 8px; background: var(--white); color: var(--deep-green); font-weight: 800; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid #81dc56; outline-offset: 3px; }
.eyebrow { margin: 0 0 14px; color: var(--primary-green); font-size: .8rem; font-weight: 850; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: inherit; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.5vw, 5.25rem); font-weight: 850; }
h2 { font-size: clamp(2.15rem, 3.8vw, 3.45rem); font-weight: 820; }
h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); font-weight: 800; }
p { margin: 0; }
.text-green { color: var(--primary-green); }
.lead { color: var(--text-muted); font-size: 1.08rem; line-height: 1.8; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 13px 27px; border: 2px solid var(--accent-green); border-radius: 13px; background: var(--accent-green); color: #0b2c16; font-size: .95rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-1px); border-color: #62c43c; background: #62c43c; box-shadow: 0 9px 22px rgba(85, 185, 47, .18); }
.button-outline { border-color: var(--accent-green); background: var(--white); color: var(--deep-green); }
.button-outline:hover { border-color: #dff0d6; background: #f2f8ed; color: var(--deep-green); }
.button-dark { border-color: var(--primary-green); background: var(--primary-green); color: var(--white); }
.button-dark:hover { border-color: var(--dark-green); background: var(--dark-green); color: var(--white); }
.button-small { min-height: 44px; padding: 10px 18px; }

/* Two-level sticky header */
.site-header { position: sticky; z-index: 1000; top: 0; transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(0, 43, 28, .13); }
body.admin-bar .site-header { top: 32px; }
.top-bar { background: var(--deep-green); color: #dcece4; }
.top-bar-inner { min-height: 44px; display: flex; align-items: center; gap: 28px; }
.top-bar a, .top-bar span { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.top-bar .icon { width: 15px; height: 15px; color: #8ddd69; }
.top-social { min-height: 44px; margin-left: auto; gap: 15px !important; }
.top-social a { min-height: 44px; transition: color .2s ease; }
.top-social a:hover { color: var(--white); }
.main-nav { position: relative; border-bottom: 1px solid rgba(0, 72, 50, .08); background: rgba(255, 255, 255, .98); backdrop-filter: blur(14px); }
.header-inner { height: var(--nav-height); display: flex; align-items: center; gap: 24px; }
.brand { width: 208px; flex: 0 0 auto; }
.brand img { width: 208px; height: 68px; object-fit: contain; }
.custom-logo-link { display: block; }
.primary-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; display: block; padding: 29px 0 27px; color: #334138; font-size: .92rem; font-weight: 750; text-decoration: none; }
.nav-list a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; transform: scaleX(0); background: var(--primary-green); transition: transform .2s ease; }
.nav-list a:hover, .nav-list a.is-active { color: var(--primary-green); }
.nav-list a:hover::after, .nav-list a.is-active::after { transform: scaleX(1); }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--dark-green); font-size: .9rem; font-weight: 820; text-decoration: none; white-space: nowrap; }
.nav-phone .icon { width: 19px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--border); border-radius: 9px; background: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--dark-green); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 680px; overflow: hidden; display: flex; align-items: center; background: var(--deep-green); color: var(--white); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #003624 0%, rgba(0, 54, 36, .96) 39%, rgba(0, 54, 36, .62) 62%, rgba(0, 54, 36, .06) 100%); }
.hero::after { content: ""; position: absolute; z-index: 2; right: -10%; bottom: -135px; width: 75%; height: 230px; transform: rotate(-4deg); border-radius: 50% 0 0 0; background: var(--dark-green); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-inner { position: relative; z-index: 3; }
.hero-content { width: min(680px, 62%); padding-block: 78px 90px; }
.hero .eyebrow { color: #a9e88d; }
.hero h1 span { display: block; color: var(--accent-green); }
.hero-copy { max-width: 650px; margin-top: 24px; color: #e5f0e9; font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; margin: 39px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(255, 255, 255, .18); list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 9px; color: #eff8f2; font-size: .88rem; font-weight: 760; white-space: nowrap; }
.hero-trust .icon { width: 19px; height: 19px; color: #91df6e; }
.hero-trust a { text-decoration: none; }

/* About */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr; gap: clamp(55px, 6vw, 76px); }
.about-visual { position: relative; min-height: 520px; }
.about-visual::before { content: ""; position: absolute; right: 42px; bottom: -20px; width: 68%; height: 72%; border-radius: var(--radius); background: var(--light-green); }
.about-collage { display: grid; grid-template-columns: minmax(0, 1.68fr) minmax(260px, .72fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 16px; }
.about-photo { position: relative; z-index: 1; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow-sm); }
.about-photo-main { grid-row: 1 / 3; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-main img { object-position: 50% 48%; }
.about-photo-workers img { object-position: 52% 46%; }
.about-photo-mechanic img { object-position: 54% 52%; }
.about-badge { position: absolute; right: 0; bottom: 36px; width: 132px; height: 132px; display: grid; place-content: center; border: 7px solid var(--white); border-radius: 50%; background: var(--primary-green); color: var(--white); text-align: center; box-shadow: var(--shadow-sm); }
.about-badge strong { font-size: 1.15rem; line-height: 1.1; }
.about-badge span { font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.about-content { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 28px clamp(45px, 7vw, 90px); align-items: end; }
.about-content h2 { max-width: 650px; }
.about-content > .lead { align-self: end; }
.feature-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 8px; }
.feature-item { display: grid; grid-template-columns: 54px 1fr; gap: 17px; align-items: center; padding: 16px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--cream); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--light-green); color: var(--primary-green); }
.feature-item h3 { margin-bottom: 4px; font-size: 1.04rem; letter-spacing: -.015em; }
.feature-item p { color: var(--text-muted); font-size: .91rem; }

/* Reusable headings and cards */
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { max-width: 650px; margin: 18px auto 0; color: var(--text-muted); font-size: 1.05rem; }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { position: relative; min-height: 410px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 6px 20px rgba(0, 54, 36, .025); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #bdd6b6; box-shadow: var(--shadow-sm); }
.service-card-content { position: relative; flex: 1; padding: 28px 30px 25px; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--light-green); color: var(--primary-green); }
.service-icon .icon { width: 27px; height: 27px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--text-muted); font-size: .95rem; }
.service-thumbnail { aspect-ratio: 16 / 9; margin: 0 14px 14px; overflow: hidden; border-radius: 13px; background: var(--light-green); }
.service-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-thumbnail img { transform: scale(1.025); }
.service-card:nth-child(1) .service-thumbnail img { object-position: 52% 48%; }
.service-card:nth-child(2) .service-thumbnail img { object-position: 50% 47%; }
.service-card:nth-child(3) .service-thumbnail img { object-position: 48% 50%; }
.service-card:nth-child(4) .service-thumbnail img { object-position: 54% 52%; }
.service-card:nth-child(5) .service-thumbnail img { object-position: 52% 50%; }
.service-card:nth-child(6) .service-thumbnail img { object-position: 45% 48%; }

/* Employer / jobseeker */
.pathway-section { background: var(--white); }
.pathway-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border-radius: 24px; box-shadow: var(--shadow-lg); }
.pathway-panel { min-height: 540px; display: flex; flex-direction: column; padding: clamp(38px, 4.2vw, 58px); }
.pathway-panel h2 { font-size: clamp(2rem, 2.8vw, 2.8rem); }
.pathway-panel > p:not(.eyebrow) { margin-top: 21px; font-size: .97rem; line-height: 1.75; }
.pathway-panel ul { display: grid; gap: 9px; margin: 26px 0 34px; padding: 0; list-style: none; }
.pathway-panel li { position: relative; padding-left: 24px; font-size: .94rem; }
.pathway-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-green); font-weight: 900; }
.pathway-panel .button { align-self: flex-start; margin-top: auto; }
.employer { background: var(--deep-green); color: var(--white); }
.employer .eyebrow { color: #a8e989; }
.employer > p:not(.eyebrow) { color: #d7e5dd; }
.pathway-image { min-height: 540px; margin: 0; overflow: hidden; background: var(--dark-green); }
.pathway-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pathway-image:hover img { transform: scale(1.018); }
.employer-image img { object-position: 52% 46%; }
.jobseeker-image img { object-position: 52% 45%; }
.worker { background: var(--light-green); color: var(--text-dark); }

/* Roles */
.roles { background: var(--cream); }
.role-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.role-card { height: 100%; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.role-card h3 { padding: 22px 24px; background: var(--dark-green); color: var(--white); font-size: 1.18rem; letter-spacing: -.015em; }
.role-card ul { display: grid; gap: 0; margin: 0; padding: 22px 22px 26px; list-style: none; }
.role-card li { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; padding: 8px 0; border-bottom: 1px solid #edf2ea; color: #3e4a42; font-size: .91rem; line-height: 1.45; }
.role-card li:last-child { border-bottom: 0; }
.role-card li .icon { width: 17px; height: 17px; margin-top: 2px; color: var(--primary-green); stroke-width: 2.5; }

/* Brand image strip */
.gallery-section { background: var(--white); }
.brand-grid { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr); gap: clamp(45px, 5vw, 64px); align-items: center; }
.brand-copy h2 { max-width: 500px; }
.brand-copy > p:not(.eyebrow) { max-width: 510px; margin-top: 21px; color: var(--text-muted); font-size: 1.04rem; }
.brand-copy .button { margin-top: 30px; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: clamp(145px, 14vw, 178px); gap: 12px; }
.gallery figure { min-width: 0; margin: 0; overflow: hidden; border-radius: 16px; background: var(--light-green); box-shadow: var(--shadow-sm); }
.gallery-featured { grid-column: span 2; grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-featured img { object-position: 51% 55%; }
.gallery-dairy img { object-position: 50% 50%; }
.gallery-vegetables img { object-position: 57% 48%; }
.gallery-forestry img { object-position: 45% 48%; }
.gallery-engineering img { object-position: 54% 52%; }
.gallery-horticulture img { object-position: 52% 46%; }
.gallery figure:hover img { transform: scale(1.035); }

/* Contact */
.contact { position: relative; overflow: hidden; background: var(--deep-green); color: var(--white); }
.contact-texture { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(90deg, #003624 0%, #003624 43%, rgba(0, 54, 36, .76) 100%), url("../images/contact-farmland.webp"); background-size: cover; background-position: 51% 54%; }
.contact::after { content: ""; position: absolute; top: -210px; left: -130px; width: 470px; height: 470px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(50px, 8vw, 95px); align-items: start; }
.contact .eyebrow { color: #a8e989; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin-top: 23px; color: #d4e4db; font-size: 1.05rem; }
.contact address { display: grid; gap: 18px; margin-top: 40px; font-style: normal; }
.contact-detail { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; background: rgba(255, 255, 255, .08); color: #9ce479; }
.contact-icon .icon { width: 20px; height: 20px; }
.contact-detail > div { min-width: 0; }
.contact-detail > div > span { display: block; color: #8ed96c; font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.contact-detail a, .contact-detail p { display: block; margin-top: 2px; overflow-wrap: anywhere; color: var(--white); font-size: .95rem; text-decoration: none; }
.form-card { padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(255, 255, 255, .5); border-radius: 22px; background: var(--white); color: var(--text-dark); box-shadow: 0 28px 80px rgba(0, 24, 15, .28); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: #26332a; font-size: .88rem; font-weight: 780; }
.field label span { color: #b3342c; }
input, select, textarea { width: 100%; border: 1px solid #bac8bc; border-radius: 9px; background: #fcfdfb; color: var(--text-dark); transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
input, select { min-height: 52px; padding: 11px 13px; }
textarea { min-height: 132px; padding: 13px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #8eaa92; }
input:focus, select:focus, textarea:focus { border-color: var(--primary-green); outline: 0; background: var(--white); box-shadow: 0 0 0 4px rgba(22, 132, 67, .12); }
.checkbox { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin: 2px 0 22px; color: #455047; font-size: .86rem; line-height: 1.5; cursor: pointer; }
.checkbox input { width: 19px; min-height: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--primary-green); }
.form-card .button { width: 100%; }
.privacy-note { margin-top: 14px; color: var(--text-muted); font-size: .78rem; line-height: 1.5; text-align: center; }
.hp { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 20px; padding: 14px 17px; border-radius: 9px; font-size: .9rem; }
.form-notice ul { margin: 0; padding-left: 20px; }
.form-notice.success { border: 1px solid #b9dfae; background: #e5f6df; color: #174b1c; }
.form-notice.error { border: 1px solid #f0bbb4; background: #fee9e6; color: #842018; }

/* Footer */
.site-footer { padding: 72px 0 22px; background: #072a1d; color: #cfddd5; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr .65fr; gap: clamp(45px, 7vw, 90px); }
.footer-about { max-width: 400px; }
.footer-logo-wrap { width: 230px; min-height: 88px; display: flex; align-items: center; margin-bottom: 20px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; background: var(--light-green); }
.footer-logo { width: 100%; height: auto; object-fit: contain; }
.footer-about p { color: #b5c8bd; font-size: .95rem; }
.site-footer h2 { margin-bottom: 21px; color: #8cdb69; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-links li, .footer-links a { color: #c7d6ce; font-size: .91rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--white); }
.footer-links span { display: inline; }
.footer-socials { display: flex; gap: 8px; align-items: center; padding-top: 3px; }
.footer-socials a { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; color: #9ddd7e; }
.footer-socials .icon { width: 20px; height: 20px; }
.copyright { display: flex; justify-content: space-between; gap: 25px; margin-top: 56px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, .12); color: #8ea79a; font-size: .78rem; }
.error-page { min-height: 60vh; text-align: center; }
.error-page .button { margin-top: 25px; }

/* Restrained reveal animation */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .top-location { display: none !important; }
  .nav-phone span { display: none; }
  .nav-phone { width: 44px; height: 44px; justify-content: center; border: 1px solid var(--border); border-radius: 9px; }
  .role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pathway-panel { padding: 40px 32px; }
}

@media (max-width: 960px) {
  :root { --nav-height: 74px; }
  .section { padding-block: 76px; }
  .top-bar-inner { justify-content: space-between; }
  .top-email { margin-left: auto; }
  .top-social { margin-left: 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-phone, .header-cta { display: none; }
  .brand, .brand img { width: 190px; height: 62px; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; margin: 0; padding: 10px 24px 22px; border-top: 1px solid var(--border); background: var(--white); box-shadow: 0 18px 35px rgba(0, 54, 36, .12); }
  .primary-nav.is-open { display: block; }
  .nav-list { max-width: 1132px; margin-inline: auto; display: grid; gap: 0; }
  .nav-list a { padding: 12px 5px; border-bottom: 1px solid #edf1eb; }
  .nav-list a::after { display: none; }
  .hero { min-height: 650px; }
  .hero-content { width: 70%; }
  .about-grid { gap: 58px; }
  .about-visual { min-height: 470px; height: 470px; }
  .about-collage { grid-template-columns: minmax(0, 1.48fr) minmax(220px, .72fr); }
  .about-content { gap: 28px 48px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pathway-panel, .pathway-image { min-height: 510px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-copy { max-width: 680px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 16px; }
  .gallery-featured { grid-column: 1 / -1; grid-row: auto; height: 390px; }
  .gallery-horticulture { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 112px; }
  .section { padding-block: 64px; }
  body.admin-bar .site-header { top: 46px; }
  .top-email, .top-social { display: none !important; }
  .top-bar-inner { justify-content: center; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero::before { background: linear-gradient(180deg, rgba(0, 54, 36, .25) 0%, rgba(0, 54, 36, .78) 39%, #003624 70%); }
  .hero::after { right: -20%; bottom: -165px; width: 120%; }
  .hero-media { inset: 0; height: 58%; }
  .hero-media img { object-position: 58% center; }
  .hero-content { width: 100%; padding: 260px 0 67px; }
  .hero-copy { max-width: 620px; }
  .hero-trust { gap: 14px 22px; }
  .about-grid { gap: 50px; }
  .about-visual { min-height: 430px; height: 430px; }
  .about-collage { grid-template-columns: minmax(0, 1.35fr) minmax(190px, .75fr); gap: 12px; }
  .about-content { grid-template-columns: 1fr; gap: 24px; }
  .about-content > .lead { margin-top: 0; }
  .feature-list { grid-column: auto; grid-template-columns: 1fr; margin-top: 8px; }
  .about-badge { width: 110px; height: 110px; right: 4px; bottom: 25px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-panel { min-height: auto; padding: 45px 34px; }
  .pathway-panel .button { margin-top: 8px; }
  .pathway-image { min-height: 410px; grid-column: auto; grid-row: auto; }
  .employer { order: 1; }
  .employer-image { order: 2; }
  .worker { order: 3; }
  .jobseeker-image { order: 4; }
  .employer-image img { object-position: 52% 42%; }
  .jobseeker-image img { object-position: 52% 40%; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-copy { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { padding-inline: 20px; }
  .section { padding-block: 56px; }
  .top-bar-inner { min-height: 36px; }
  .top-bar a { font-size: .76rem; }
  .brand, .brand img { width: 174px; height: 58px; }
  .header-inner { gap: 12px; }
  .primary-nav { padding-inline: 20px; }
  .hero { min-height: 740px; }
  .hero-content { padding-top: 275px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 11px; padding-top: 20px; margin-top: 28px; }
  .about-visual { min-height: 540px; height: 540px; }
  .about-collage { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1.35fr) minmax(0, .85fr); gap: 10px; }
  .about-photo-main { grid-column: 1 / -1; grid-row: 1; }
  .about-photo-workers { grid-column: 1; grid-row: 2; }
  .about-photo-mechanic { grid-column: 2; grid-row: 2; }
  .about-visual::before { right: 15px; }
  .feature-item { grid-template-columns: 48px 1fr; padding: 14px; }
  .feature-icon { width: 48px; height: 48px; }
  .service-grid, .role-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; }
  .pathway-panel { padding: 40px 26px; }
  .pathway-image { min-height: 350px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 190px; gap: 10px; }
  .gallery-featured { height: 300px; }
  .form-card { padding: 24px 19px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-about { grid-column: auto; }
  .copyright { flex-direction: column; gap: 8px; }
}

@media (max-width: 390px) {
  .container { padding-inline: 17px; }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.05rem; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 280px; }
  .hero-media img { object-position: 62% center; }
  .about-visual { min-height: 500px; height: 500px; }
  .about-photo-main img { object-position: 50% 48%; }
  .about-photo-workers img { object-position: 52% 40%; }
  .about-badge { right: -2px; }
  .pathway-panel { padding-inline: 22px; }
  .contact-detail { grid-template-columns: 43px 1fr; }
  .contact-icon { width: 43px; height: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
