@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Satisfy&family=Source+Sans+3:wght@400;500;600&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");

:root {
  --bg: #f9f7f3;
  --paper: #fffdf8;
  --surface: #ffffff;
  --ink: #23463b;
  --muted: #586764;
  --brand: #1e4d3d;
  --brand-2: #7d9b8a;
  --accent: #c9a959;
  --line: #d9d4c7;
  --radius: 14px;
  --container: 1120px;
  --header-offset: 78px;
  --shadow: 0 16px 36px -22px rgba(18, 39, 32, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  line-height: 1.58;
  color: var(--ink);
  background: radial-gradient(circle at 10% 0%, #ffffff 0%, transparent 30%), var(--bg);
  font-size: 1rem;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 0.65rem;
  font-weight: 600;
  color: var(--ink);
}

h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1rem;
  color: #4e5d58;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.65rem 0.9rem;
  border-radius: 8px;
  z-index: 100;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.section {
  padding: clamp(2.8rem, 6vw, 5.8rem) 0;
}

.section-tight {
  padding: clamp(1.8rem, 4vw, 3rem) 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.lead {
  color: var(--muted);
  max-width: 65ch;
  font-size: 1.02rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(249, 247, 243, 0.94);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 700;
}

.brand-logo {
  width: 30px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
}

.brand-vine {
  font-family: "Satisfy", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.34em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.brand-recruiting {
  font-size: 1.05em;
  font-weight: 700;
}

.heading-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2em;
  color: inherit;
}

.heading-brand .brand-vine {
  font-size: 1.1em;
  line-height: 1;
}

.heading-brand .brand-recruiting {
  font-size: 1em;
  line-height: 1;
}

.brand-mark {
  width: 2rem;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(140deg, var(--brand), #2f6854);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding: 0.2rem 0;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--ink);
  border-color: var(--accent);
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  width: 2.2rem;
  padding: 0;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--ink);
}

.menu-btn span + span {
  margin-top: 5px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 700;
  background: var(--brand);
  color: #fff;
}

.btn:hover {
  background: #16392e;
}

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

.btn.alt:hover {
  background: #f2eee4;
}

.hero-grid,
.split {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
}

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

.steps article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

.steps span {
  width: 1.8rem;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.image-slot {
  border: 1px dashed #b6aa8f;
  border-radius: var(--radius);
  background: repeating-linear-gradient(
    45deg,
    #f3ede0,
    #f3ede0 10px,
    #efe7d8 10px,
    #efe7d8 20px
  );
  min-height: 210px;
  display: grid;
  align-content: end;
  padding: 1rem;
}

.image-slot.small {
  min-height: 170px;
}

.image-slot p {
  margin: 0.25rem 0 0;
  font-size: 0.88rem;
}

.image-slot strong {
  color: var(--brand);
}

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

.kpis article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
}

.kpis strong {
  font-size: 1.4rem;
}

.cta-band {
  background: linear-gradient(130deg, #204b3d, #2c6553);
  color: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  margin-top: 0.7rem;
}

.faq summary {
  cursor: pointer;
  padding: 0.8rem 1rem;
  font-weight: 700;
}

.faq details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.list {
  margin: 0;
  padding-left: 1.1rem;
}

.list li {
  margin-bottom: 0.55rem;
}

.job-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
}

.job .meta {
  color: var(--muted);
  font-size: 0.9rem;
}

form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.1rem;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #bdb6a5;
  border-radius: 9px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  margin-bottom: 0.8rem;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand-2);
  outline: 2px solid #d2dfd9;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  padding: 1rem 0 1.5rem;
}

.footer-wrap {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.muted {
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .cards,
  .steps,
  .kpis,
  .job-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-btn {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 74px;
    right: 1rem;
    left: 1rem;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.9rem;
    background: #faf8f2;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }
}

@media (max-width: 700px) {
  .hero-grid,
  .split,
  .cards,
  .steps,
  .kpis,
  .job-grid,
  .footer-wrap {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

/* Homepage style aligned to reference screenshots */
.home-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e2e2df;
}

.home-nav-wrap {
  min-height: 82px;
}

.home-brand {
  color: #23463b;
  font-size: 1.2rem;
  font-weight: 800;
}

.leaf-mark {
  display: none;
}

.home-nav {
  gap: 1.2rem;
}

.home-nav a {
  color: #374843;
  border-bottom: 0;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-weight: 600;
}

.home-nav a.active {
  background: #1f5f4b;
  color: #fff;
}

.home-nav .home-talk-btn {
  margin-left: 0.8rem;
  padding: 0.62rem 1.1rem;
  background: #1f5f4b;
  color: #fff;
}

.home-hero {
  position: relative;
  background-image: url('assets/Examples/Home_Hero.webp');
  background-size: cover;
  background-position: center 42%;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(24, 89, 74, 0.56), rgba(24, 89, 74, 0.68)),
    linear-gradient(to bottom, rgba(24, 89, 74, 0.04) 62%, rgba(24, 89, 74, 0.24) 100%);
  pointer-events: none;
}

.hero-overlay {
  min-height: inherit;
  display: grid;
  align-items: center;
}

.home-hero,
.employers-hero,
.candidates-hero,
.opportunities-hero,
.about-hero,
.contact-hero {
  position: relative;
  min-height: calc(100svh - var(--header-offset));
  border-bottom: 1px solid var(--line);
}

.employers-approach,
.candidates-matters,
.opportunities-openings,
.about-story,
.contact-main {
  scroll-margin-top: calc(var(--header-offset) + 0.75rem);
}

.hero-scroll-cue {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  width: 28px;
  height: 16px;
  transform: translateX(-50%);
  opacity: 0.62;
  pointer-events: auto;
  z-index: 2;
  animation: scrollCueFloat 1.8s ease-in-out infinite;
  cursor: pointer;
}

.hero-scroll-cue span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-scroll-cue:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.96);
  outline-offset: 10px;
  border-radius: 999px;
}

.hero-scroll-cue span::before,
.hero-scroll-cue span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: rgba(229, 239, 235, 0.92);
}

.hero-scroll-cue span::before {
  left: 1px;
  transform-origin: right center;
  transform: rotate(42deg);
}

.hero-scroll-cue span::after {
  right: 1px;
  transform-origin: left center;
  transform: rotate(-42deg);
}

@keyframes scrollCueFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(4px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-cue {
    animation: none;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #eff6f4;
  max-width: 740px;
  margin: 0 auto;
  padding-top: clamp(1.2rem, 2.8vh, 2.6rem);
  padding-bottom: clamp(1rem, 2.2vh, 2rem);
}

.hero-eyebrow {
  color: #dbe8e4;
  font-size: 0.95rem;
}

.home-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5.1vw, 4.2rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 0.7rem;
  letter-spacing: -0.01em;
}

.home-hero h1 strong {
  font-weight: 700;
}

.hero-copy {
  font-size: clamp(1.05rem, 1.85vw, 1.95rem);
  line-height: 1.45;
  color: #e4efec;
  max-width: 38ch;
}

.hero-eyebrow,
.home-hero h1,
.hero-copy,
.employers-hero-content h1,
.employers-hero-content p,
.candidates-hero-content h1,
.candidates-hero-content p,
.opportunities-hero-content h1,
.opportunities-hero-content p,
.about-hero-content h1,
.about-hero-content p,
.contact-hero-content h1,
.contact-hero-content p {
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.42);
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: clamp(1rem, 2vh, 1.6rem);
}

.hero-btn-light {
  background: #fff;
  color: #1f4136;
  min-width: 160px;
}

.hero-btn-light::after {
  content: "\2192";
  margin-left: 0.55rem;
}

.hero-btn-light:hover {
  background: #f4f4f4;
}

.hero-btn-clear {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.88);
  min-width: 210px;
}

.hero-btn-clear:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-prompt {
  margin-top: 1.2rem;
  font-size: 0.82rem;
  max-width: 62ch;
  color: #d6e7e1;
}

.centered {
  text-align: center;
}

.section .centered > h2:not(.testimonial-title) {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 400;
  color: #1f4b3d;
  letter-spacing: -0.01em;
}

.section .centered > h2:not(.testimonial-title) strong {
  font-weight: 700;
}

.employers-page .section h2,
.candidates-page .section h2 {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.employers-page .section h2 strong,
.candidates-page .section h2 strong {
  font-weight: 700;
}

.section .centered > .muted {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem;
  line-height: 1.45;
  color: #52625d;
}

.home-welcome {
  background: #f5f5f3;
  border-top: 0;
  border-bottom: 1px solid #ecebe7;
  padding-top: clamp(2rem, 3.8vw, 3.2rem);
  padding-bottom: clamp(0.25rem, 0.8vw, 0.6rem);
}

.home-welcome h2 {
  font-size: clamp(2rem, 3.7vw, 2.9rem);
  font-weight: 400;
  color: #1f4639;
  margin-bottom: 0.45rem;
}

.welcome-copy {
  margin: 0 auto;
  max-width: 860px;
  font-size: 1.02rem;
}

.home-paths {
  background: #fafaf9;
  padding-top: clamp(0.35rem, 0.9vw, 0.75rem);
}

.path-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.path-card {
  border: 1px solid #e5e5e1;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px -24px rgba(20, 43, 36, 0.38);
  transition: transform 180ms ease, box-shadow 220ms ease;
}

.path-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -26px rgba(18, 40, 33, 0.42);
}

.card-photo {
  min-height: 260px;
  margin: 0;
  display: grid;
  align-content: end;
  padding: 0.85rem;
  background:
    linear-gradient(rgba(29, 78, 63, 0.23), rgba(29, 78, 63, 0.23)),
    url('assets/Examples/Employers.webp');
  background-size: cover;
  background-position: center center;
  transition: transform 520ms ease;
}

.candidates-photo {
  background:
    linear-gradient(rgba(29, 78, 63, 0.23), rgba(29, 78, 63, 0.23)),
    url('assets/Examples/Candidates3.webp');
  background-size: cover;
  background-position: center center;
}

.card-photo figcaption {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  font-size: 0.76rem;
  color: #31433d;
}

figcaption:empty {
  display: none;
}

.path-content {
  padding: 1.5rem;
}

.path-content h3 {
  color: #1f4a3c;
  font-size: clamp(1.95rem, 2.6vw, 2.45rem);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
  font-weight: 500;
}

.title-icon {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  background: #e7eeea;
  color: #2e5e50;
  flex: 0 0 auto;
}

.title-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
}

.path-content p {
  color: #4f5b57;
  font-size: 1.02rem;
  line-height: 1.52;
}

.link-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #2c5a4c;
  border-radius: 999px;
  padding: 0.42rem 1.08rem;
  color: #2c5a4c;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.link-pill::after {
  content: "\2192";
  margin-left: 0.52rem;
  line-height: 1;
}

.link-pill:hover {
  background: #1f5f4b;
  border-color: #1f5f4b;
  color: #fff;
  transform: translateY(-1px);
}

.path-card:hover .card-photo {
  transform: scale(1.035);
}

.difference-section {
  background: #1f5f4b;
  color: #fff;
}

.difference-section h2 {
  color: #fff;
  font-weight: 500;
}

.difference-section h2,
.difference-section h2 .heading-brand,
.difference-section h2 .brand-vine,
.difference-section h2 .brand-recruiting,
.difference-section h2 strong {
  color: #fff;
}

.difference-section .centered > h2:not(.testimonial-title),
.difference-section .centered > h2:not(.testimonial-title) strong {
  color: #fff;
}

.difference-sub {
  color: #d7e3dd;
  font-size: 1.18rem;
  font-weight: 400;
}

.difference-grid {
  margin-top: 2.2rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.difference-grid article {
  text-align: center;
}

.difference-grid h3 {
  color: #fff;
}

.difference-grid p {
  color: #d6e2dc;
  max-width: 30ch;
  margin: 0 auto;
  font-size: 1.07rem;
  line-height: 1.5;
}

.difference-icon {
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: grid;
  place-content: center;
  background: rgba(255, 255, 255, 0.13);
  color: #eef5f2;
}

.difference-icon svg,
.support-icon svg,
.belief-icon svg,
.open-icon svg,
.cat-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: currentColor;
}


.icon-ms {
  font-family: "Material Symbols Outlined";
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-style: normal;
  display: block;
}
.testimonial-section {
  background: #f7f7f5;
  padding: clamp(2rem, 4vw, 3.2rem) 0;
}

.testimonial-wrap {
  max-width: 760px;
}

.testimonial-title {
  margin-bottom: 0.55rem;
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.testimonial-title strong {
  font-weight: 700;
}

.testimonial-carousel {
  position: relative;
  min-height: 285px;
  display: grid;
  align-items: center;
}

.testimonial-slide {
  display: none;
  animation: testimonialFade 320ms ease;
  width: 100%;
}

.testimonial-slide.is-active {
  display: block;
}

.testimonial-section blockquote {
  margin: 0 auto 0.9rem;
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
  font-style: normal;
  color: #4f5c57;
  border: 0;
  max-width: 720px;
  line-height: 1.52;
}

.testimonial-author {
  color: #3d4e48;
  font-size: 0.96rem;
  line-height: 1.4;
}

.testimonial-dots {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.testimonial-controls {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #1f5f4b;
  background: transparent;
  cursor: pointer;
  appearance: none;
  display: block;
  transition: transform 160ms ease, background-color 180ms ease, border-color 180ms ease;
}

.testimonial-dot:hover,
.testimonial-dot:focus-visible {
  transform: scale(1.15);
  background: #1f5f4b;
}

.testimonial-dot.is-active {
  background: #1f5f4b;
}

.testimonial-arrow {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(31, 95, 75, 0.3);
  background: rgba(255, 255, 255, 0.6);
  color: rgba(31, 95, 75, 0.78);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  appearance: none;
  display: grid;
  place-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  background: #1f5f4b;
  color: #fff;
  border-color: #1f5f4b;
  transform: translateY(-1px);
}

@keyframes testimonialFade {
  from {
    opacity: 0;
    transform: none;
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 700px) {
  .testimonial-carousel {
    min-height: 330px;
  }
}

.final-cta {
  background: #fff;
}

.bottom-cta {
  background: #f4f4f2;
}

.bottom-cta h2 {
  color: #1f4b3d;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.bottom-cta .muted {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.45;
  color: #52625d;
}

.cta-actions {
  margin-top: 1.35rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.cta-actions .btn {
  min-width: 270px;
  padding: 0.84rem 1.35rem;
  border: 1px solid transparent;
  font-size: 1.01rem;
  transition: transform 170ms ease, box-shadow 220ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cta-actions .btn::after {
  content: "\2192";
  margin-left: 0.58rem;
  line-height: 1;
}

.cta-actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -16px rgba(16, 38, 31, 0.58);
}

.cta-actions .btn.alt {
  background: transparent;
  color: #1f5f4b;
  border-color: #1f5f4b;
}

.cta-actions .btn.alt:hover {
  background: #1f5f4b;
  color: #fff;
}

.cta-actions .btn:focus-visible {
  outline: 2px solid #bcd4ca;
  outline-offset: 2px;
}

.cta-actions-single .btn {
  min-width: 300px;
}

.contact-strip {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.contact-strip-content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #4a5751;
}

.home-footer {
  margin-top: 0;
  background: #1f5f4b;
  color: #dfe8e5;
  border-top: 0;
  padding: 3rem 0 1.4rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: minmax(320px, 1.55fr) repeat(3, minmax(160px, 0.9fr));
  column-gap: clamp(2.4rem, 4vw, 4.5rem);
  row-gap: 1.6rem;
  align-items: start;
}

.footer-columns > div {
  min-width: 0;
}

.footer-columns > div:not(:first-child) {
  padding-top: 0.3rem;
}

.footer-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
  font-size: 1.64rem;
  font-weight: 700;
  color: #fff;
}

.footer-brand .brand-vine {
  font-family: "Satisfy", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.12em;
  font-weight: 400;
  line-height: 1;
}

.footer-brand .brand-recruiting {
  font-size: 1em;
  font-weight: 700;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
}

.footer-logo {
  width: 30px;
  height: 46px;
  object-fit: contain;
  display: block;
  filter: none;
}

.home-footer .footer-title {
  color: #f7fbf9;
  font-weight: 700;
  margin: 0 0 1.05rem;
  font-size: 1.03rem;
  letter-spacing: -0.01em;
}

.home-footer p,
.home-footer li,
.home-footer span {
  color: #e7f0ec;
}

.footer-columns p {
  margin: 0 0 0.9rem;
}

.footer-columns p:last-child {
  margin-bottom: 0;
}

.footer-columns .muted {
  max-width: 28ch;
  font-size: 1.02rem;
  line-height: 1.6;
}

.home-footer a {
  text-decoration: none;
  color: #eff7f3;
}

.home-footer a:hover,
.home-footer a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.home-footer .muted {
  color: #d5e3de;
}

.footer-social {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-link {
  display: inline-grid;
  place-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 160ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow: 0 8px 18px -12px rgba(0, 0, 0, 0.5);
}

.social-link.linkedin {
  background: #0a66c2;
}

.social-link.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-link img {
  width: 17px;
  height: 17px;
  display: block;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #dce8e3;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 980px) {
  .home-nav {
    background: #fff;
  }

  .home-nav .home-talk-btn {
    margin-left: 0;
  }

  .home-hero,
  .employers-hero,
  .candidates-hero,
  .opportunities-hero,
  .about-hero,
  .contact-hero {
    min-height: 620px;
  }

  .home-hero {
    background-position: center 42%;
  }

  .path-grid,
  .difference-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-columns > div:not(:first-child) {
    padding-top: 0;
  }

  .path-card {
    display: flex;
    flex-direction: column;
  }

  .path-card .path-content {
    order: 1;
  }

  .path-card .card-photo {
    order: 2;
  }

  .path-content h3 {
    font-size: 2.1rem;
  }
}

@media (max-width: 700px) {
  .home-hero,
  .employers-hero,
  .candidates-hero,
  .opportunities-hero,
  .about-hero,
  .contact-hero {
    min-height: 560px;
  }

  .home-hero {
    background-position: center;
  }

  .hero-content {
    padding-top: 2.4rem;
    margin: 0 auto;
  }

  .hero-copy {
    max-width: 100%;
  }

  .contact-strip-content,
  .footer-bottom {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 0.2rem;
  }

  .cta-actions .btn,
  .cta-actions-single .btn {
    min-width: 100%;
  }
}

/* Employers page style aligned to reference screenshots */
.employers-page .section,
.candidates-page .section {
  padding: clamp(2.2rem, 4.2vw, 4rem) 0;
}

.employers-hero {
  background-image:
    linear-gradient(rgba(18, 84, 69, 0.78), rgba(18, 84, 69, 0.78)),
    url('assets/Examples/Employers_Hero.webp');
  background-size: cover;
  background-position: center 52%;
}

.employers-hero-overlay {
  min-height: inherit;
  display: grid;
  align-items: center;
}

.employers-hero-content {
  color: #edf4f1;
  max-width: 760px;
  padding: 3.25rem 0;
}

.employers-hero-content h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5.1vw, 4.1rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.employers-hero-content h1 strong {
  font-weight: 700;
}

.employers-hero-content p {
  font-size: 1.28rem;
  max-width: 44ch;
  color: #e2ece8;
}

.employers-approach {
  background: #f3f4f1;
  border-top: 1px solid #e4e8e2;
  border-bottom: 1px solid #e4e8e2;
}

.employers-approach-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.employers-approach h2 {
  color: #1f4b3d;
  margin-bottom: 0.8rem;
}

.employers-approach p {
  color: #4c5854;
  font-size: 1.1rem;
}

.employers-checklist {
  margin-top: 1.4rem;
  list-style: none;
  padding: 0;
}

.employers-checklist li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.62rem;
  color: #294a40;
  font-weight: 500;
  font-size: 1.08rem;
  line-height: 1.45;
}

.employers-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8.7' stroke='%232d6552' stroke-width='2.2'/%3E%3Cpath d='m8.7 12 2.2 2.2 4.6-4.7' stroke='%232d6552' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.employers-image-card {
  margin: 0;
  min-height: 460px;
  border-radius: 14px;
  box-shadow: 0 18px 34px -24px rgba(15, 39, 31, 0.55);
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 0.9rem;
  background:
    linear-gradient(rgba(28, 85, 69, 0.2), rgba(28, 85, 69, 0.2)),
    url('assets/Examples/Office.webp');
  background-size: cover;
  background-position: center center;
  transition: transform 520ms ease;
}

.employers-image-card figcaption,
.employers-why-image figcaption {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  color: #31443e;
}

.employers-process {
  background: #edf3f0;
  border-bottom: 1px solid #dde7e2;
}

.employers-process-grid {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  border: 1px solid #ece9e2;
  border-radius: 12px;
  background: #f9f9f7;
  padding: 0.92rem 0.9rem 0.82rem;
  transition: transform 170ms ease, box-shadow 220ms ease;
}

.process-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -24px rgba(17, 37, 31, 0.46);
}

.process-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.process-num {
  margin: 0;
  color: #2f5a4c;
  font-size: 1.92rem;
  font-weight: 400;
  line-height: 1;
}

.process-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #e7edea;
  color: #2f5a4c;
  display: inline-grid;
  place-content: center;
  flex: 0 0 auto;
}

.process-icon svg {
  width: 0.94rem;
  height: 0.94rem;
  stroke: currentColor;
}

.process-card h3 {
  color: #25493d;
  margin-bottom: 0.34rem;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}

.process-card p {
  color: #50605b;
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.46;
}

.employers-why {
  background: #1f5f4b;
  color: #fff;
}

.employers-why-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
}

.employers-why-image {
  margin: 0;
  min-height: 320px;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 0.9rem;
  background:
    linear-gradient(rgba(23, 64, 51, 0.28), rgba(23, 64, 51, 0.28)),
    url('assets/Examples/WhyVine1.webp?v=1');
  background-size: cover;
  background-position: center center;
  transition: transform 520ms ease;
}

.employers-why h2,
.employers-why h3 {
  color: #fff;
}

.employers-why article h3 {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  margin-top: 1.05rem;
  margin-bottom: 0.35rem;
}

.employers-why article h3::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  flex: 0 0 auto;
}

.employers-why article h3:nth-of-type(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m12 3 7 3v5.6c0 4.5-2.8 7.6-7 9.4-4.2-1.8-7-4.9-7-9.4V6l7-3Z' stroke='white' stroke-width='1.8'/%3E%3Cpath d='m8.3 11.9 2.4 2.4 4.9-4.9' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.employers-why article h3:nth-of-type(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 9.2a2.7 2.7 0 1 0 0-5.4 2.7 2.7 0 0 0 0 5.4Z' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M7.5 10.5a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Z' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M3.6 19.6v-1a3.4 3.4 0 0 1 3.4-3.4h1.1a3.4 3.4 0 0 1 3.4 3.4v1' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M12.6 19.6v-1.2a4 4 0 0 1 4-4h1.2a4 4 0 0 1 4 4v1.2' stroke='white' stroke-width='1.8'/%3E%3C/svg%3E");
}

.employers-why article h3:nth-of-type(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20.5s-6.8-4.4-8.9-7.7C1.2 9.8 2.6 6.1 6.3 6.1c2.2 0 3.4 1.2 4.2 2.6.8-1.4 2-2.6 4.2-2.6 3.7 0 5.1 3.7 3.2 6.7-2.1 3.3-8.9 7.7-8.9 7.7Z' stroke='white' stroke-width='1.8'/%3E%3C/svg%3E");
}

.employers-why p {
  color: #d7e4df;
  font-size: 1.08rem;
}

.employers-final-cta {
  background: #f5f5f3;
}

.employers-final-cta h2 {
  color: #1f4b3d;
}

.employers-final-cta .btn {
  margin-top: 0;
  min-width: 270px;
}

.employers-page .testimonial-section {
  background: #ffffff;
  border-top: 1px solid #e6ece8;
  border-bottom: 1px solid #e6ece8;
}

@media (max-width: 1080px) {
  .employers-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .employers-approach-grid,
  .employers-why-grid {
    grid-template-columns: 1fr;
  }

  .employers-why-grid article {
    order: 1;
  }

  .employers-why-grid .employers-why-image {
    order: 2;
  }

  .employers-image-card {
    min-height: 360px;
  }

  .employers-process-grid {
    grid-template-columns: 1fr;
  }

  .employers-hero-content h1 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .employers-hero-content p {
    font-size: 1.05rem;
  }
}

/* Candidates page style aligned to reference screenshots */
.candidates-hero {
  background-image:
    linear-gradient(rgba(18, 84, 69, 0.78), rgba(18, 84, 69, 0.78)),
    url('assets/Examples/Candidates_Hero.webp');
  background-size: cover;
  background-position: center 34%;
}

.candidates-hero-overlay {
  min-height: inherit;
  display: grid;
  align-items: center;
}

.candidates-hero-content {
  color: #edf4f1;
  max-width: 780px;
  padding: 3.25rem 0;
}

.candidates-hero-content h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5.1vw, 4.1rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.candidates-hero-content h1 strong {
  font-weight: 700;
}

.candidates-hero-content p {
  font-size: 1.25rem;
  max-width: 46ch;
  color: #e2ece8;
}

.candidates-matters {
  background: #f3f4f1;
  border-top: 1px solid #e4e8e2;
  border-bottom: 1px solid #e4e8e2;
}

.candidates-matters-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.candidates-matters h2 {
  color: #1f4b3d;
}

.candidates-matters p {
  color: #4c5854;
  font-size: 1.1rem;
}

.candidates-matters-image {
  margin: 0;
  min-height: 380px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px -24px rgba(15, 39, 31, 0.55);
  display: grid;
  align-content: end;
  padding: 0.9rem;
  background:
    linear-gradient(rgba(25, 73, 59, 0.2), rgba(25, 73, 59, 0.2)),
    url('assets/Examples/Right_Fit.webp');
  background-size: cover;
  background-position: center center;
  transition: transform 520ms ease;
}

.candidates-matters-image figcaption {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  color: #31443e;
}

.candidates-support {
  background: #ffffff;
  border-bottom: 1px solid #e7ece9;
}

.candidates-support-grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-card {
  border: 1px solid #ecebe7;
  border-radius: 12px;
  background: #fff;
  padding: 1rem;
  text-align: center;
  transition: transform 170ms ease, box-shadow 220ms ease;
}

.support-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -24px rgba(17, 37, 31, 0.42);
}

.support-icon {
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto 0.6rem;
  display: grid;
  place-content: center;
  background: #eef2f0;
  color: #2d6452;
  color: #2d6452;
}

.support-card h3 {
  color: #24493d;
}

.support-card p {
  color: #53615d;
  margin: 0;
}

.candidates-journey {
  background: #edf3f0;
  border-bottom: 1px solid #d9e4df;
}

.candidates-journey-grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-card {
  border: 1px solid #ece9e2;
  border-radius: 12px;
  background: #f9f9f7;
  padding: 1.05rem 1.02rem 0.95rem;
  transition: transform 170ms ease, box-shadow 220ms ease;
}

.journey-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -24px rgba(17, 37, 31, 0.42);
}

.journey-card h3 {
  color: #24493d;
  margin-bottom: 0.34rem;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}

.journey-card p {
  color: #53615d;
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.46;
}

.candidates-testimonial {
  background: #1f5f4b;
  color: #fff;
}

.candidates-testimonial h2 {
  color: #fff;
  margin-bottom: 1.2rem;
}

.candidates-testimonial .centered > h2:not(.testimonial-title),
.candidates-testimonial .centered > h2:not(.testimonial-title) strong {
  color: #fff;
}

.reviews-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.reviews-status {
  margin-bottom: 0.9rem;
  color: #d7e6e0;
}

.reviews-grid {
  display: grid;
  align-items: center;
  max-width: 760px;
  margin: 0 auto 0.9rem;
  position: relative;
}

.review-slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.review-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: testimonialFade 320ms ease;
}

.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.review-card {
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 1.1rem;
}

.review-card p {
  color: #e6efec;
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.4rem;
  color: #fff;
}

.review-author {
  font-weight: 600;
}

.review-quote {
  margin: 0 auto 0.9rem;
  border: 0;
  max-width: 720px;
  color: #e6efec;
  line-height: 1.52;
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
}

.review-stars {
  color: #f1e3a8;
  letter-spacing: 0.06em;
}

.review-meta {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  color: #d0dfda;
}

.review-arrow {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  color: #f3f8f6;
}

.review-arrow:hover,
.review-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.5);
}

.reviews-attribution {
  margin-top: 0.6rem;
  color: #d0dfda;
}

.reviews-attribution a {
  text-decoration: underline;
}

.candidate-quote-card {
  max-width: 860px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 2rem 1.4rem;
}

.candidate-quote-card blockquote {
  margin: 0.4rem auto 1rem;
  border: 0;
  max-width: 760px;
  color: #e5efec;
  font-size: clamp(1.08rem, 2vw, 1.6rem);
  font-style: italic;
}

.candidate-quote-card .muted {
  color: #d3e2dc;
}

.candidates-final-cta {
  background: #f5f5f3;
}

.candidates-final-cta h2 {
  color: #1f4b3d;
}

@media (max-width: 1080px) {
  .candidates-support-grid,
  .candidates-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .candidates-matters-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .candidates-support-grid,
  .candidates-journey-grid {
    grid-template-columns: 1fr;
  }

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

  .candidates-hero-content h1 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .candidates-hero-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 700px) {
  .employers-page .section,
  .candidates-page .section {
    padding: clamp(1.9rem, 6vw, 2.8rem) 0;
  }
}

/* Opportunities page style aligned to reference screenshots */
.opportunities-hero {
  background-image:
    linear-gradient(rgba(18, 84, 69, 0.78), rgba(18, 84, 69, 0.78)),
    url('assets/Examples/Opportunities_Hero.webp');
  background-size: cover;
  background-position: center 52%;
}

.opportunities-hero-overlay {
  min-height: inherit;
  display: grid;
  align-items: center;
}

.opportunities-hero-content {
  color: #edf4f1;
  max-width: 860px;
  padding: 3.25rem 0;
}

.opportunities-hero-content h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5.1vw, 4.1rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.opportunities-hero-content h1 strong {
  font-weight: 700;
}

.opportunities-hero-content p {
  font-size: 1.24rem;
  color: #e2ece8;
  max-width: 36ch;
  margin: 0 auto 1rem;
}

.opportunities-openings {
  background: #f4f4f2;
}

#current-openings {
  scroll-margin-top: 88px;
}

.openings-copy {
  max-width: 760px;
  margin: 0.6rem auto 1.6rem;
  font-size: 1.1rem;
}

.open-positions-card {
  max-width: 800px;
  margin: 0 auto 1.4rem;
  padding: 2rem 1.3rem;
  border: 1px solid #e7e5df;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px -20px rgba(16, 36, 30, 0.5);
}

.open-icon {
  width: 62px;
  aspect-ratio: 1;
  margin: 0 auto 0.8rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: #eef2f0;
  color: #275246;
  color: #275246;
}

.open-positions-card h3 {
  color: #1f4b3d;
  font-size: 2rem;
}

.open-positions-card p {
  color: #50615c;
  font-size: 1.06rem;
}

.job-board-placeholder {
  margin-top: 1.1rem;
  border: 2px dashed #9db4ac;
  border-radius: 10px;
  padding: 1rem;
  background: #f7faf8;
  text-align: left;
}

.job-board-placeholder p {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}

.job-board-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(140px, 0.8fr) minmax(160px, 0.9fr) auto;
  align-items: start;
  gap: 0.6rem;
  margin: 0 0 0.9rem;
}

.job-filter {
  display: block;
}

.job-filter > span {
  display: block;
  margin: 0 0 0.36rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #153f34;
}

.job-filter input,
.job-filter select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c9d8d2;
  border-radius: 8px;
  padding: 0 0.75rem;
  font: inherit;
  color: #25483d;
  background: #fff;
}

.job-filter input::placeholder {
  color: #6e7d78;
}

.job-filter input:focus-visible,
.job-filter select:focus-visible {
  outline: 2px solid #1f5f4b;
  outline-offset: 1px;
}

.job-filter-actions {
  display: block;
}

.job-filter-actions::before {
  content: "Reset Filters";
  display: block;
  margin: 0 0 0.36rem;
  font-size: 1.02rem;
  font-weight: 700;
  visibility: hidden;
}

.job-reset-btn {
  min-height: 42px;
  padding: 0 0.9rem;
  border-radius: 8px;
  border: 1px solid #c0d1cb;
  background: #fff;
  color: #1f4b3d;
  font-weight: 700;
  cursor: pointer;
  font: inherit;
}

.job-reset-btn:hover,
.job-reset-btn:focus-visible {
  background: #e9f1ee;
  border-color: #1f5f4b;
}

.job-board-status {
  color: #3d534c;
}

.job-board-list {
  display: grid;
  gap: 0.45rem;
}

.job-row {
  background: #fff;
  border: 1px solid #dbe4df;
  border-radius: 10px;
  padding: 0.95rem 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(110px, 0.55fr) minmax(140px, 0.75fr) auto;
  align-items: center;
  column-gap: 0.8rem;
}

.job-row-main {
  min-width: 0;
}

.job-row h4 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f4b3d;
}

.job-row h4 a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.job-row-meta,
.job-row-posted,
.job-row-type,
.job-row-location {
  margin: 0;
  color: #4f5f5a;
  font-size: 0.91rem;
}

.job-row-posted {
  margin-top: 0.1rem;
}

.job-row-type,
.job-row-location {
  font-weight: 600;
}

.job-row-actions {
  justify-self: end;
}

.job-row-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 58px;
  padding: 0 0.7rem;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #cfdad5;
  color: #1f4b3d;
  font-weight: 700;
  font-size: 0.85rem;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.job-row-link:hover,
.job-row-link:focus-visible {
  background: #1f4b3d;
  color: #fff;
  border-color: #1f4b3d;
}

.job-board-empty,
.job-board-fallback {
  color: #4f5f5a;
}

.job-board-fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #1f5f4b;
  color: #fff;
  background: #1f5f4b;
  font-weight: 700;
  margin-left: 0.35rem;
}

.job-board-fallback-link:hover,
.job-board-fallback-link:focus-visible {
  background: #174838;
  border-color: #174838;
}

@media (max-width: 860px) {
  .job-board-controls {
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem 0.5rem;
    margin-bottom: 0.65rem;
  }

  .job-board-controls .job-filter:first-of-type {
    grid-column: 1 / -1;
  }

  .job-filter > span {
    margin-bottom: 0.24rem;
    font-size: 0.95rem;
  }

  .job-filter input,
  .job-filter select {
    min-height: 38px;
    padding: 0 0.62rem;
  }

  .job-filter-actions {
    grid-column: 2 / 3;
    align-self: end;
  }

  .job-filter-actions::before {
    display: none;
  }

  .job-reset-btn {
    min-height: 38px;
    width: 100%;
    padding: 0 0.7rem;
  }

  .job-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "main action"
      "type location";
    row-gap: 0.4rem;
  }

  .job-row-main {
    grid-area: main;
  }

  .job-row-actions {
    grid-area: action;
    align-self: start;
  }

  .job-row-type {
    grid-area: type;
  }

  .job-row-location {
    grid-area: location;
    text-align: right;
  }
}

@media (max-width: 560px) {
  .job-board-controls {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .job-board-controls .job-filter:first-of-type,
  .job-filter-actions {
    grid-column: auto;
  }

  .job-filter > span {
    font-size: 0.92rem;
  }

  .job-filter input,
  .job-filter select,
  .job-reset-btn {
    min-height: 36px;
  }
}

.opportunity-categories {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.opportunity-categories article {
  background: #fff;
  border: 1px solid #e8e7e2;
  border-radius: 10px;
  padding: 1rem;
  transition: transform 170ms ease, box-shadow 220ms ease;
}

.opportunity-categories article:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -22px rgba(17, 37, 31, 0.42);
}

.cat-icon {
  width: 40px;
  aspect-ratio: 1;
  margin: 0 auto 0.45rem;
  border-radius: 50%;
  background: #eef2f0;
  color: #2c5c4d;
  display: grid;
  place-content: center;
}

.opportunity-categories p {
  margin: 0;
  color: #2d4f43;
  font-weight: 600;
}

.opportunities-future {
  background: #f9f9f8;
  scroll-margin-top: 88px;
}

.opportunities-future-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.opportunities-future h2 {
  color: #274a3e;
}

.opportunities-future p {
  color: #4d5c58;
  font-size: 1.1rem;
}

.opportunities-future-image {
  margin: 0;
  min-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px -24px rgba(15, 39, 31, 0.55);
  display: grid;
  align-content: end;
  padding: 0.9rem;
  background:
    linear-gradient(rgba(26, 74, 60, 0.2), rgba(26, 74, 60, 0.2)),
    url('assets/Examples/Right_Fit.webp');
  background-size: cover;
  background-position: center 28%;
  transition: transform 520ms ease;
}

.opportunities-future-image figcaption {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  color: #31443e;
}

@media (max-width: 1080px) {
  .opportunity-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .opportunities-future-grid {
    grid-template-columns: 1fr;
  }

  .opportunities-hero {
    min-height: 500px;
  }
}

@media (max-width: 700px) {
  .opportunity-categories {
    grid-template-columns: 1fr;
  }

  .opportunities-hero-content h1 {
    font-size: clamp(2.1rem, 9vw, 3.1rem);
  }

  .opportunities-hero-content p {
    font-size: 1.02rem;
  }
}

/* About page style aligned to reference screenshots */
.about-hero {
  background-image:
    linear-gradient(rgba(18, 84, 69, 0.78), rgba(18, 84, 69, 0.78)),
    url('assets/Examples/About_Hero.webp');
  background-size: cover;
  background-position: center 50%;
}

.about-hero-overlay {
  min-height: inherit;
  display: grid;
  align-items: center;
}

.about-hero-content {
  color: #edf4f1;
  max-width: 840px;
  padding: 3.25rem 0;
}

.about-hero-content h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5.1vw, 4.1rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.about-hero-content h1 strong {
  font-weight: 700;
}

.about-hero-content p {
  font-size: 1.12rem;
  color: #e2ece8;
  max-width: 45ch;
  line-height: 1.45;
}

.about-story {
  background: #f5f5f3;
}

.about-story-grid {
  display: grid;
  gap: 2.3rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.about-story h2 {
  color: #1f4b3d;
  font-size: clamp(1.95rem, 3.1vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.about-story h2 strong {
  font-weight: 700;
}

.about-story p {
  color: #4d5c58;
  font-size: 1.02rem;
  line-height: 1.6;
}

.about-founder-image {
  margin: 0;
  min-height: 560px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px -24px rgba(15, 39, 31, 0.55);
  display: grid;
  align-content: end;
  padding: 0.9rem;
  background:
    linear-gradient(rgba(26, 74, 60, 0.2), rgba(26, 74, 60, 0.2)),
    url('assets/Examples/AnnaOffice2.webp');
  background-size: cover;
  background-position: center 26%;
  transition: transform 520ms ease;
}

.founder-tag {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  padding: 0.7rem 0.9rem 0.6rem;
}

.small-label {
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
  color: #334843;
  font-weight: 700;
}

.founder-name {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.7rem;
  color: #1f4b3d;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.founder-tag p {
  margin: 0 0 0.3rem;
  color: #3f4f4a;
  font-size: 0.92rem;
}

.founder-social-link {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: inline-grid;
  place-content: center;
  background: #0a66c2;
  border: 1px solid rgba(10, 102, 194, 0.35);
  box-shadow: 0 6px 12px -10px rgba(0, 0, 0, 0.45);
  transition: transform 160ms ease, box-shadow 180ms ease;
}

.founder-social-link:hover,
.founder-social-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px -12px rgba(0, 0, 0, 0.5);
}

.founder-social-link img {
  width: 11px;
  height: 11px;
  display: block;
}

.about-beliefs {
  background: #fafafa;
}

.about-belief-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-belief-grid article {
  border: 1px solid #ecebe7;
  border-radius: 12px;
  background: #fff;
  padding: 1rem;
  text-align: center;
  transition: transform 170ms ease, box-shadow 220ms ease;
}

.about-belief-grid article:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -22px rgba(17, 37, 31, 0.42);
}

.belief-icon {
  width: 52px;
  aspect-ratio: 1;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  background: #eef2f0;
  color: #2d6452;
  display: grid;
  place-content: center;
  color: #2d6452;
}

.about-belief-grid h3 {
  color: #24493d;
}

.about-belief-grid p {
  color: #53615d;
  margin: 0;
}

.about-boutique {
  background: #1f5f4b;
  color: #fff;
}

.about-boutique-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-boutique h2,
.about-boutique h3,
.about-boutique strong {
  color: #fff;
}

.about-boutique p {
  color: #d7e4df;
  font-size: 1.08rem;
}

.about-boutique-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.about-boutique-list li {
  margin-bottom: 0.9rem;
  color: #d7e4df;
  padding-left: 2.1rem;
  position: relative;
}

.about-boutique-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: rgba(255, 255, 255, 0.16);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.95rem 0.95rem;
}

.about-boutique-list li:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='3' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M6 20v-2.2A3.8 3.8 0 0 1 9.8 14h4.4A3.8 3.8 0 0 1 18 17.8V20' stroke='white' stroke-width='1.8'/%3E%3C/svg%3E");
}

.about-boutique-list li:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M12 7.8v4.7l3 1.8' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.about-boutique-list li:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20.5s-6.8-4.4-8.9-7.7C1.2 9.8 2.6 6.1 6.3 6.1c2.2 0 3.4 1.2 4.2 2.6.8-1.4 2-2.6 4.2-2.6 3.7 0 5.1 3.7 3.2 6.7-2.1 3.3-8.9 7.7-8.9 7.7Z' stroke='white' stroke-width='1.8'/%3E%3C/svg%3E");
}

.about-boutique-image {
  margin: 0;
  min-height: 400px;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 0.9rem;
  background:
    linear-gradient(rgba(24, 63, 51, 0.22), rgba(24, 63, 51, 0.22)),
    url('assets/Examples/Boutique.webp');
  background-size: cover;
  background-position: center 20%;
  transition: transform 520ms ease;
}

.about-boutique-image figcaption,
.about-local-image figcaption {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  color: #31443e;
}

.about-local {
  background: #f7f7f6;
}

.about-local-icon {
  width: 60px;
  aspect-ratio: 1;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  background: #eef2f0;
  color: #2c5f4f;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
}

.about-local-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: currentColor;
}

.local-copy {
  max-width: 940px;
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
}

.about-local-image {
  margin: 0 auto;
  max-width: 920px;
  min-height: 320px;
  border-radius: 12px;
  border: 1px solid #e0ddd4;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 0.8rem;
  background:
    linear-gradient(rgba(23, 70, 56, 0.22), rgba(23, 70, 56, 0.22)),
    url('assets/Examples/Lower_Mainland.webp');
  background-size: cover;
  background-position: center 50%;
  box-shadow: 0 14px 28px -24px rgba(15, 39, 31, 0.5);
  transition: transform 520ms ease;
}

.about-final-cta {
  background: #f4f4f2;
}

.about-final-cta h2 {
  color: #1f4b3d;
}

@media (max-width: 1080px) {
  .about-belief-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .about-story-grid,
  .about-boutique-grid {
    grid-template-columns: 1fr;
  }

  .about-founder-image {
    min-height: 460px;
  }

}

@media (max-width: 700px) {
  .about-hero-content h1 {
    font-size: clamp(2.1rem, 9vw, 3.1rem);
  }

  .about-hero-content p {
    font-size: 1.02rem;
  }
}

/* Contact page style aligned to reference screenshots */
.contact-hero {
  background-image:
    linear-gradient(rgba(18, 84, 69, 0.78), rgba(18, 84, 69, 0.78)),
    url('assets/Examples/Contact_Hero.webp');
  background-size: cover;
  background-position: center 36%;
}

.contact-hero-overlay {
  min-height: inherit;
  display: grid;
  align-items: center;
}

.contact-hero-content {
  color: #edf4f1;
  max-width: 760px;
  padding: 3.2rem 0;
}

.contact-hero-content h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5.1vw, 4.1rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.contact-hero-content p {
  color: #dceae5;
  font-size: 1.2rem;
  max-width: 34ch;
  margin: 0 auto;
}

.contact-main {
  background: #f4f4f2;
}

.contact-form-card {
  scroll-margin-top: calc(var(--header-offset) + 1rem);
}

.contact-main-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: start;
}

.contact-main-grid > * {
  min-width: 0;
}

.contact-form-card,
.contact-info-card,
.contact-work-card,
.contact-expect-card {
  border: 1px solid #e8e6df;
  border-radius: 12px;
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 10px 26px -24px rgba(17, 33, 28, 0.48);
}

.contact-form-card h2 {
  color: #204b3d;
}

.audience-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 0.95rem;
  display: grid;
  gap: 0.7rem;
}

.audience-fieldset legend {
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #21473b;
}

.audience-option {
  display: block;
  cursor: pointer;
}

.audience-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.audience-option-card {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.82rem 0.95rem;
  border: 1px solid #d7dfdb;
  border-radius: 999px;
  background: #fbfcfb;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.audience-option:hover .audience-option-card {
  transform: translateY(-1px);
  border-color: #b8cbc3;
}

.audience-option-head {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: #21473b;
  min-width: 0;
}

.audience-option-title {
  font-size: 1.02rem;
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
}

.audience-option input:checked + .audience-option-card {
  background: #eef6f2;
  border-color: #1f5f4b;
  box-shadow: 0 0 0 2px rgba(31, 95, 75, 0.12);
}

.audience-option input:focus-visible + .audience-option-card {
  outline: 2px solid #1f5f4b;
  outline-offset: 2px;
}

.audience-option-radio {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1.8px solid #90aaa0;
  background: #fff;
  flex: 0 0 auto;
  position: relative;
}

.audience-option input:checked + .audience-option-card .audience-option-radio {
  border-color: #1f5f4b;
}

.audience-option input:checked + .audience-option-card .audience-option-radio::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 999px;
  background: #1f5f4b;
}

.radio-icon {
  width: 1.08rem;
  height: 1.08rem;
  display: inline-grid;
  place-content: center;
  color: #275246;
}

.radio-icon svg {
  width: 1.08rem;
  height: 1.08rem;
  stroke: currentColor;
}

@media (min-width: 700px) {
  .audience-fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .audience-fieldset legend {
    grid-column: 1 / -1;
  }
}

.contact-submit,
.contact-work-card .btn {
  width: 100%;
}

.contact-form-card label {
  margin-bottom: 0.2rem;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  margin-bottom: 0.35rem;
}

.contact-form-card input[type="file"] {
  padding: 0.62rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #b7c7bf;
  background: #f8fbfa;
  color: #25473b;
}

.contact-form-card input[type="file"]::file-selector-button {
  border: 1px solid #2a6250;
  background: #eef5f2;
  color: #1e4d3f;
  border-radius: 8px;
  padding: 0.4rem 0.72rem;
  font-weight: 600;
  margin-right: 0.6rem;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.contact-form-card input[type="file"]::file-selector-button:hover {
  background: #1f5f4b;
  color: #fff;
  border-color: #1f5f4b;
}

.form-status {
  min-height: 1.5rem;
}

.form-status-success {
  color: #1a6b4c;
  font-weight: 600;
}

.form-status-error {
  color: #8a2f2f;
}

.contact-form-card .field-error-input {
  border-color: #9c3b3b;
  box-shadow: 0 0 0 3px rgba(156, 59, 59, 0.12);
  background: #fff9f8;
}

.contact-form-card .field-error-message {
  margin: 0 0 0.45rem;
  color: #8a2f2f;
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-side-stack {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.contact-info-card h3,
.contact-work-card h3,
.contact-expect-card h3 {
  color: #214b3d;
}

.contact-info-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
}

.contact-expect-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-expect-card {
  background: linear-gradient(180deg, #f3f8f5 0%, #eef5f2 100%);
  border-color: #d6e3dc;
}

.contact-expect-card p {
  color: #315147;
}

.contact-card-title-icon {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: #e8efeb;
  color: #275246;
  display: inline-grid;
  place-content: center;
  flex: 0 0 auto;
}

.contact-card-title-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #e8efeb;
  color: #275246;
  display: inline-grid;
  place-content: center;
  flex: 0 0 auto;
}

.contact-item-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.contact-item p {
  margin: 0;
  color: #294a40;
  overflow-wrap: anywhere;
}

.contact-work-card {
  background: linear-gradient(135deg, #1f5f4b 0%, #174637 100%);
  color: #fff;
  box-shadow: 0 18px 30px -24px rgba(16, 43, 34, 0.6);
}

.contact-work-card h3,
.contact-work-card p {
  color: #f0f6f4;
}

.contact-work-card .btn.alt {
  background: #fff;
  color: #1f4b3d;
}

.contact-work-actions {
  display: grid;
  gap: 0.68rem;
  margin-top: 0.7rem;
}

.contact-work-actions .btn,
.contact-form-card h2,
.contact-expect-card p,
.contact-item p {
  min-width: 0;
}

.contact-work-actions .btn,
.contact-expect-card p,
.contact-form-card h2 {
  overflow-wrap: anywhere;
}

.contact-submit span,
.contact-work-actions .btn span {
  margin-left: 0.5rem;
  line-height: 1;
}

.contact-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.contact-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.contact-region {
  background: #f7f7f6;
}

.contact-region h2 {
  color: #2c5f4f;
}

.contact-region-image {
  margin: 1.1rem auto 0;
  max-width: 960px;
  min-height: 360px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 30px -24px rgba(15, 39, 31, 0.55);
  display: grid;
  align-content: end;
  padding: 0.9rem;
  background:
    linear-gradient(rgba(20, 68, 55, 0.18), rgba(20, 68, 55, 0.18)),
    url('assets/Examples/North_Shore.webp');
  background-size: cover;
  background-position: right 42%;
  transition: transform 520ms ease;
}

.employers-image-card:hover,
.employers-why-image:hover,
.candidates-matters-image:hover,
.opportunities-future-image:hover,
.about-founder-image:hover,
.about-boutique-image:hover,
.about-local-image:hover,
.contact-region-image:hover {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .path-card,
  .process-card,
  .support-card,
  .journey-card,
  .opportunity-categories article,
  .about-belief-grid article,
  .link-pill,
  .card-photo,
  .employers-image-card,
  .employers-why-image,
  .candidates-matters-image,
  .opportunities-future-image,
  .about-founder-image,
  .about-boutique-image,
  .about-local-image,
  .contact-region-image {
    transition: none;
  }

  .path-card:hover,
  .process-card:hover,
  .support-card:hover,
  .journey-card:hover,
  .opportunity-categories article:hover,
  .about-belief-grid article:hover,
  .path-card:hover .card-photo,
  .employers-image-card:hover,
  .employers-why-image:hover,
  .candidates-matters-image:hover,
  .opportunities-future-image:hover,
  .about-founder-image:hover,
  .about-boutique-image:hover,
  .about-local-image:hover,
  .contact-region-image:hover,
  .link-pill:hover {
    transform: none;
  }
}

.contact-region-image figcaption {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  color: #31443e;
}

@media (max-width: 980px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 700px) {
  .contact-hero-content p {
    font-size: 1.02rem;
  }

  .contact-region-image {
    min-height: 280px;
  }
}


