:root {
    --bg: #fcfbf8;
    --bg-soft: #f8f6f1;
    --bg-alt: #f5f8f6;
  
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: rgba(255, 255, 255, 0.94);
    --surface-soft: rgba(255, 252, 247, 0.72);
  
    --text: #24332f;
    --text-soft: #5f6f69;
    --text-muted: #7c8b86;
  
    --primary: #2f5d50;
    --primary-strong: #274c42;
    --primary-soft: #dfece6;
  
    --accent: #c48a4a;
    --accent-soft: #f3e3cf;
  
    --border: rgba(47, 93, 80, 0.1);
    --border-strong: rgba(47, 93, 80, 0.16);
  
    --shadow-sm: 0 10px 30px rgba(24, 37, 33, 0.05);
    --shadow-md: 0 18px 48px rgba(24, 37, 33, 0.08);
    --shadow-lg: 0 28px 80px rgba(24, 37, 33, 0.1);
  
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
  
    --container: 1180px;
    --section-space: 96px;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    font-family: "Inter", "Roboto", sans-serif;
    color: var(--text);
    background:
      radial-gradient(circle at top left, rgba(196, 138, 74, 0.1), transparent 28%),
      radial-gradient(circle at 85% 12%, rgba(47, 93, 80, 0.08), transparent 26%),
      linear-gradient(180deg, #fffdf9 0%, #fbfaf7 38%, #f7f8f6 100%);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.75), transparent 18%),
      radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.55), transparent 18%);
    z-index: -1;
  }
  
  img {
    display: block;
    max-width: 100%;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  p {
    margin: 0 0 1rem;
    color: var(--text-soft);
  }
  
  h1,
  h2,
  h3 {
    margin: 0 0 1rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.15;
    color: var(--primary-strong);
  }
  
  h1 {
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    letter-spacing: -0.03em;
  }
  
  h2 {
    font-size: clamp(1.9rem, 3vw, 3rem);
    letter-spacing: -0.02em;
  }
  
  h3 {
    font-size: 1.25rem;
    letter-spacing: -0.01em;
  }
  
  section {
    position: relative;
    padding: var(--section-space) 0;
  }
  
  .container {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
  }
  
  /* Topbar */
  .topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(252, 251, 248, 0.78);
    border-bottom: 1px solid rgba(47, 93, 80, 0.08);
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
  }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: auto;
  }
  
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: var(--primary-strong);
  }
  
  .site-header {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  
  .logo-icon {
    height: 46px;
  }
  
  .logo-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-weight: 500;
    background: linear-gradient(90deg, #2f5d50 0%, #6f9d73 45%, #2f5d50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #f3f7f4);
    border: 1px solid rgba(47, 93, 80, 0.1);
    box-shadow: var(--shadow-sm);
    font-size: 1.1rem;
  }
  
  .brand-name {
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    word-spacing: 5px;
  }
  
  .menu {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .menu a {
    color: var(--text-soft);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease, opacity 0.2s ease;
  }
  
  .menu a:hover {
    color: var(--primary);
  }
  
  /* Hero */
  .hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75vh;
    padding: 6rem 0 4.5rem;
    overflow: hidden;
    background-image: url("./img/hero_llavors.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(0.9);
  }
  
  .hero h1 {
    color: #2f5d50;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.75) 35%,
      rgba(255, 255, 255, 0.35) 60%,
      rgba(255, 255, 255, 0.05) 80%
    );
    pointer-events: none;
  }
  
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0.55) 35%,
      rgba(255, 255, 255, 0.15) 60%,
      transparent 80%
    );
  }
  
  .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 36px;
    align-items: center;
  }
  
  .lead {
    max-width: 760px;
    font-size: clamp(1.08rem, 1.8vw, 1.32rem);
    color: var(--text-soft);
  }
  
  .hero .lead {
    max-width: 620px;
    font-size: 1.25rem;
    color: #405a54;
  }
  
  .hero-actions,
  .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }
  
  /* Eyebrow */
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.5rem 0.9rem;
    margin-bottom: 18px;
    border: 1px solid rgba(47, 93, 80, 0.15);
    border-radius: 999px;
    background: #f4f6f4;
    box-shadow: 0 6px 18px rgba(24, 37, 33, 0.04);
    color: #2f5d50;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .partners{
    text-transform: none;
  }
  
  /* Buttons */
  .button,
  .form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.96rem;
    font-weight: 600;
    transition:
      transform 0.18s ease,
      box-shadow 0.18s ease,
      background 0.18s ease,
      color 0.18s ease,
      border-color 0.18s ease;
  }
  
  .button,
  .form button {
    background: linear-gradient(180deg, #365f53 0%, #2f5d50 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(47, 93, 80, 0.18);
  }
  
  .button:hover,
  .form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(47, 93, 80, 0.22);
  }
  
  .button.secondary {
    background: rgba(255, 255, 255, 0.74);
    color: var(--primary-strong);
    border-color: rgba(47, 93, 80, 0.12);
    box-shadow: var(--shadow-sm);
  }
  
  .button.secondary:hover {
    background: rgba(255, 255, 255, 0.92);
  }
  
  /* Layout helpers */
  .split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: start;
  }
  
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
  
  .people,
  .quote-grid,
  .contact-grid {
    display: grid;
    gap: 24px;
  }
  
  .people {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .quote-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  
  /* Headings blocks */
  .section-head {
    max-width: 760px;
  }
  
  .section-head h2 {
    max-width: 900px;
  }
  
  .section-head p {
    max-width: 760px;
    font-size: 1.04rem;
  }
  
  .project-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    margin-top: 3rem;
  }
  
  .section-intro {
    margin-top: 1rem;
  }
  
  .section-intro--narrow {
    max-width: 980px;
  }
  
  .section-head--compact {
    margin-top: 2.6rem;
    margin-bottom: 1.2rem;
  }
  
  .subsection-title {
    margin: 0.35rem 0 0;
    font-size: clamp(1.3rem, 2vw, 1.3rem);
    line-height: 1.15;
    color: var(--primary);
    font-weight: 500;
  }
  
  /* Cards */
  .card,
  .feature,
  .quote,
  .cta-box {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, var(--surface-strong), var(--surface));
    box-shadow: var(--shadow-md);
  }
  
  .card,
  .feature,
  .quote {
    padding: 28px;
    border-radius: var(--radius-md);
  }
  
  .card::before,
  .feature::before,
  .quote::before,
  .cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 45%);
  }
  
  .card.quiet {
    background: linear-gradient(180deg, rgba(252, 248, 241, 0.86), rgba(255, 255, 255, 0.8));
  }
  
  /* Lists */
  .list {
    margin: 0;
    padding-left: 1.15rem;
  }
  
  .list li {
    margin-bottom: 0.8rem;
    color: var(--text-soft);
  }
  
  .list li:last-child {
    margin-bottom: 0;
  }
  
  /* Feature cards */
  .feature {
    min-height: 100%;
  }
  
  .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border: 1px solid rgba(47, 93, 80, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(223, 236, 230, 0.92));
    box-shadow: 0 8px 18px rgba(24, 37, 33, 0.05);
    color: var(--primary);
    font-size: 1.3rem;
  }
  
  .feature p {
    margin-bottom: 0;
  }
  
  /* Metrics */
  .metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
  }
  
  .metric {
    min-width: 110px;
    padding: 14px 16px;
    border: 1px solid rgba(47, 93, 80, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.68);
  }
  
  .metric strong {
    display: block;
    font-size: 1.2rem;
    color: var(--primary-strong);
  }
  
  .metric span {
    color: var(--text-muted);
    font-size: 0.9rem;
  }
  
  /* Quotes */
  .quote {
    font-size: 1.04rem;
    color: var(--text-soft);
  }
  
  .quote strong {
    display: block;
    margin-top: 16px;
    color: var(--primary);
    font-size: 0.92rem;
  }
  
  /* People */
  .person-photo {
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
    border: 1px solid rgba(47, 93, 80, 0.12);
    border-radius: 50%;
    background: radial-gradient(
      circle at 35% 30%,
      rgba(255, 255, 255, 0.95),
      rgba(223, 236, 230, 0.85) 60%,
      rgba(196, 138, 74, 0.2)
    );
    box-shadow: var(--shadow-sm);
  }
  
  /* CTA */
  .cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  
  .cta-box {
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background:
      radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), transparent 24%),
      linear-gradient(135deg, #2f5d50 0%, #315d67 48%, #254b41 100%);
    box-shadow: var(--shadow-lg);
    color: #fff;
  }
  
  .cta-box h2,
  .cta-box p {
    color: #fff;
  }
  
  .cta-box p {
    max-width: 760px;
    opacity: 0.92;
  }
  
  /* Contact */
  .contact-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }
  
  .contact-list li {
    margin-bottom: 10px;
    color: var(--text-soft);
  }
  
  .form {
    display: grid;
    gap: 18px;
  }
  
  .field {
    display: grid;
    gap: 8px;
  }
  
  label {
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 600;
  }
  
  input,
  textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(47, 93, 80, 0.12);
    border-radius: 16px;
    outline: none;
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
    font: inherit;
    transition:
      border-color 0.18s ease,
      box-shadow 0.18s ease,
      background 0.18s ease;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: #90a09a;
  }
  
  input:focus,
  textarea:focus {
    border-color: rgba(47, 93, 80, 0.26);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 0 4px rgba(47, 93, 80, 0.08);
  }
  
  textarea {
    min-height: 150px;
    resize: vertical;
  }
  
  /* Footer */
  footer {
    padding: 30px 0 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-strong) 100%);
  }
  
  .footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    color: #fff;
    font-size: 0.92rem;
  }
  
  .footer-inner > div:last-child {
    color: rgba(255, 255, 255, 0.82);
  }
  
  /* Optional hero card if later re-enabled */
  .hero-card {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 241, 0.78));
    box-shadow: var(--shadow-lg);
  }
  
  .seed-circle {
    display: grid;
    place-items: center;
    width: 190px;
    height: 190px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(223, 236, 230, 0.85) 46%,
      rgba(196, 138, 74, 0.18) 75%,
      transparent 100%
    );
  }
  
  .seed {
    width: 28px;
    height: 42px;
    border-radius: 50% 50% 45% 45%;
    background: linear-gradient(180deg, #c48a4a, #9f6e3d);
    box-shadow: 0 8px 20px rgba(196, 138, 74, 0.22);
  }
  
  .hero-note {
    margin-bottom: 0;
  }
  
  /* Project path */
  .project-path {
    position: relative;
    margin-top: 3rem;
  }
  
  .path-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  
  .path-line {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 0;
    height: 1px;
    background: var(--border-strong);
  }
  
  .path-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: linear-gradient(135deg, #284f45 0%, #4f7767 48%, #c48a4a 100%);
    box-shadow: 0 10px 22px rgba(47, 93, 80, 0.16);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
  }
  
  .path-grid .card {
    position: relative;
    z-index: 1;
  }
  
  /* Sessions */
  .sessions-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
    margin-top: 1.8rem;
  }
  
  .session-card {
    position: relative;
    padding-top: 1.2rem;
  }
  
  .session-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 32px;
    padding: 0 0.8rem;
    margin-bottom: 0.95rem;
    border: 1px solid rgba(47, 93, 80, 0.12);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(47, 93, 80, 0.12) 0%, rgba(196, 138, 74, 0.18) 100%);
    color: var(--primary-strong);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  
  .session-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.08rem;
    line-height: 1.3;
  }
  
  .session-card p {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.7;
  }
  
  /* Process */
  .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    margin-top: 2rem;
  }
  
  .process-step {
    padding: 1.6rem;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
  }
  
  .process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f5d50, #c48a4a);
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
  }
  
  .process-step h3 {
    margin-bottom: 0.5rem;
  }
  
  .process-step p {
    margin-bottom: 0;
  }
  
  /* Method */
  .method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    margin-top: 2rem;
  }
  
  .method-card {
    padding: 1.6rem;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
  }
  
  .method-card h3 {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
  }
  
  .method-card p {
    margin-bottom: 0;
  }
  
  /* Objectives */
  .objectives-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    margin-top: 2rem;
  }
  
  .objective-card {
    padding: 1.6rem;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
  }
  
  .objective-card h3 {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
  }
  
  .objective-card p {
    margin-bottom: 0;
  }
  
  /* Responsive */
  @media (max-width: 1200px) {
    .sessions-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 1080px) {
    .hero-grid,
    .split,
    .contact-grid,
    .people,
    .quote-grid {
      grid-template-columns: 1fr;
    }
  
    .grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 1000px) {
    .process-grid,
    .method-grid,
    .objectives-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 900px) {
    .project-blocks,
    .path-grid {
      grid-template-columns: 1fr;
    }
  
    .path-line {
      display: none;
    }
  
    .sessions-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 720px) {
    :root {
      --section-space: 74px;
    }
  
    .nav {
      flex-direction: column;
      align-items: flex-start;
      min-height: auto;
      padding: 16px 0;
    }
  
    .menu {
      gap: 14px;
    }
  
    .grid-4 {
      grid-template-columns: 1fr;
    }
  
    .card,
    .feature,
    .quote,
    .cta-box {
      padding: 22px;
    }
  
    .footer-inner {
      flex-direction: column;
    }
  }
  
  @media (max-width: 640px) {
    .sessions-grid,
    .process-grid,
    .method-grid,
    .objectives-grid {
      grid-template-columns: 1fr;
    }
  }

  .participants-head {
    max-width: 900px;
    margin-bottom: 2.2rem;
  }
  
  .participants-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  
  .participant-card {
    padding: 1.7rem;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,246,241,0.82));
    box-shadow: var(--shadow-sm);
  }
  
  .participant-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
    color: var(--primary);
  }
  
  .participant-card p {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.7;
  }
  
  @media (max-width: 1000px) {
    .participants-grid {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 640px) {
    .participants-grid {
      grid-template-columns: 1fr;
    }
  }


  .facilitator-card {
    padding: 32px;
  }
  
  .facilitator-card h3 {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    color: var(--primary);
  }
  
  .facilitator-card p {
    margin-bottom: 0.85rem;
    line-height: 1.75;
  }
  
  .facilitator-card p:last-child {
    margin-bottom: 0;
  }



/* Línia decorativa sota els subtítols principals */
.section-head h2 {
  position: relative;
  padding-bottom: 18px;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(196, 138, 74, 0.18) 100%);
}

.menu a {
    position: relative;
    padding-bottom: 6px;
  }
  
  .menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transition: width 0.22s ease;
  }
  
  .menu a:hover::after,
  .menu a:focus-visible::after {
    width: 100%;
  }

  .ornamental-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 36px auto;
    opacity: 0.65;
  }
  
  .ornamental-divider .line {
    width: 110px;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(47, 93, 80, 0.05) 0%,
      rgba(47, 93, 80, 0.35) 50%,
      rgba(47, 93, 80, 0.05) 100%
    );
  }
  
  .divider-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
  
    /* dona un to verd suau al png */
    filter: 
      grayscale(1)
      brightness(0.6)
      sepia(1)
      hue-rotate(95deg)
      saturate(1.2);
  
    opacity: 0.85;
  }

  @media (min-width: 1200px) {
    .ornamental-divider .line {
      width: 150px;
    }
  }

  .card,
.method-card,
.objective-card,
.participant-card,
.process-step,
.session-card,
.facilitator-card {
  position: relative;
}

.card::after,
.method-card::after,
.objective-card::after,
.participant-card::after,
.process-step::after,
.session-card::after,
.facilitator-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(196, 138, 74, 0) 0%,
    rgba(196, 138, 74, 0.45) 50%,
    rgba(196, 138, 74, 0) 100%
  );
}

.section-head p,
.session-card p,
.method-card p,
.objective-card p,
.participant-card p,
.process-step p,
.facilitator-card p {
  text-wrap: pretty;
  max-width: 68ch;
}

.session-card h3,
.method-card h3,
.objective-card h3,
.participant-card h3,
.process-step h3,
.facilitator-card h3 {
  color: var(--primary-strong);
  letter-spacing: -0.015em;
  line-height: 1.22;
}

input,
textarea {
  box-shadow: inset 0 1px 2px rgba(24, 37, 33, 0.03);
}

.person-photo {
    width: 88px;
    height: 88px;
    margin-bottom: 18px;
    border-radius: 50%;
    overflow: hidden;
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  
    border: 2px solid rgba(255,255,255,0.9);
    box-shadow: 0 12px 26px rgba(24, 37, 33, 0.12);
  }

  .person-photo.Gloria {
    background-image: url("./img/glorialanzo.jpg");
  }
  
  .person-photo.Albert {
    background-image: url("./img/albertmaurici.jpg");
  }

  .person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
    /* mou lleugerament el focus cap amunt */
    object-position: center 30%;
  }

  .contact-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
  }

  .contact-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 1.15rem;
}

.contact-info i {
    font-size: 1.35rem;
    color: #3d6b5c;
    width: 24px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  min-width: 46px;
  height: 32px;

  padding: 0 13px;
  margin: 0;

  border: 1px solid rgba(47, 93, 80, 0.18);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.65);
  color: var(--primary);

  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;

  cursor: pointer;
  transform: translateY(-3px);
}

.language-toggle:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}