/* /om-ageri/ — bevarte seksjonsstiler (trofast port). Google Fonts + topp-niva
   sidefiks-globaler droppet, bilde-URL site-relativ, widgetenes .ageri-btn fjernet. */

/* --- widget 0 --- */

  .ag-about,
  .ag-about *,
  .ag-about *::before,
  .ag-about *::after {
    box-sizing: border-box;
    font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .ag-about {
    width: 100%;
    max-width: 100%;
    background: #E8E4D5;
    padding: 110px 40px 90px 40px;
    color: #382D2E;
    position: relative;
    overflow: hidden;
  }

  /* Subtil oliven aksent øverst til høyre */
  .ag-about::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(160, 155, 95, 0.18) 0%, transparent 70%);
    pointer-events: none;
  }

  .ag-about__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .ag-about__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 72px;
    align-items: stretch;
  }

  /* ============== VENSTRE: tekst ============== */
  .ag-about__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .ag-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #A09B5F;
    margin: 0;
  }
  .ag-about__eyebrow::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1.5px;
    background: #A09B5F;
  }

  .ag-about__title {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 300;
    color: #382D2E;
    margin: 0;
    letter-spacing: -0.8px;
  }
  .ag-about__title-accent {
    color: #A09B5F;
    font-weight: 500;
    font-style: italic;
  }

  .ag-about__intro {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
    color: #382D2E;
    margin: 8px 0 0 0;
    max-width: 560px;
  }

  .ag-about__body {
    font-size: 17px;
    line-height: 1.65;
    font-weight: 300;
    color: #4B4B4D;
    margin: 0;
    max-width: 560px;
  }
  .ag-about__body strong {
    color: #382D2E;
    font-weight: 500;
  }

  /* Overskrift over verdier */
  .ag-about__values-heading {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #A09B5F;
    margin: 12px 0 0 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .ag-about__values-heading::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1.5px;
    background: #A09B5F;
  }

  /* Verdier - 2x2 grid med fargede kort, store bakgrunnstall */
  .ag-about__values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 4px 0 0 0;
    max-width: 560px;
  }
  .ag-about__value {
    padding: 28px 26px 26px 26px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 160px;
  }
  .ag-about__value:hover {
    transform: translateY(-4px);
  }

  /* Stort bakgrunnstall som WOW element */
  .ag-about__value-num {
    position: absolute;
    bottom: -18px;
    right: -8px;
    font-size: 120px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -4px;
    opacity: 0.12;
    pointer-events: none;
    font-feature-settings: "tnum";
    z-index: 0;
  }

  /* Fargevarianter */
  .ag-about__value--brown {
    background: #382D2E;
    color: #F5F3EC;
  }
  .ag-about__value--brown .ag-about__value-num {
    color: #C1BC91;
    opacity: 0.18;
  }

  .ag-about__value--olive {
    background: #A09B5F;
    color: #F5F3EC;
  }
  .ag-about__value--olive .ag-about__value-num {
    color: #382D2E;
    opacity: 0.2;
  }

  .ag-about__value--lightolive {
    background: #C1BC91;
    color: #382D2E;
  }
  .ag-about__value--lightolive .ag-about__value-num {
    color: #382D2E;
    opacity: 0.18;
  }

  .ag-about__value--sand {
    background: #FFFFFF;
    color: #382D2E;
    border: 1px solid rgba(160, 155, 95, 0.3);
  }
  .ag-about__value--sand .ag-about__value-num {
    color: #A09B5F;
    opacity: 0.25;
  }

  .ag-about__value-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0.7;
    position: relative;
    z-index: 1;
  }

  .ag-about__value-name {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.05;
    margin: 0;
    letter-spacing: -0.4px;
    position: relative;
    z-index: 1;
  }

  .ag-about__value-desc {
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0 0 0;
    opacity: 0.85;
    font-weight: 300;
    position: relative;
    z-index: 1;
  }
  .ag-about__value--sand .ag-about__value-desc {
    color: #4B4B4D;
  }

  /* Kontakt + knapp rad */
  .ag-about__cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }

  /* Kontaktinfo */
  .ag-about__contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ag-about__contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #382D2E !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
  }
  .ag-about__contact-item:hover,
  .ag-about__contact-item:focus,
  .ag-about__contact-item:visited {
    color: #A09B5F !important;
    text-decoration: none !important;
  }
  .ag-about__contact-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    stroke: #A09B5F;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .ag-about__contact-text {
    line-height: 1.4;
    font-weight: 400;
  }

  .ag-about__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .ag-about__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 26px;
    background: #382D2E;
    color: #F5F3EC !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: background 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
  }
  .ag-about__btn-primary:hover,
  .ag-about__btn-primary:focus,
  .ag-about__btn-primary:visited {
    background: #A09B5F;
    color: #F5F3EC !important;
    transform: translateY(-2px);
    text-decoration: none !important;
  }
  .ag-about__btn-arrow {
    transition: transform 0.25s ease;
  }
  .ag-about__btn-primary:hover .ag-about__btn-arrow {
    transform: translateX(4px);
  }

  .ag-about__btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #382D2E !important;
    text-decoration: none !important;
    border-bottom: 1.5px solid #A09B5F;
    padding-bottom: 4px;
    transition: color 0.25s ease, border-color 0.25s ease;
  }
  .ag-about__btn-secondary:hover,
  .ag-about__btn-secondary:focus,
  .ag-about__btn-secondary:visited {
    color: #A09B5F !important;
    border-color: #382D2E;
    text-decoration: none !important;
  }

  /* ============== HØYRE: portrett, fakta og knapper ============== */
  .ag-about__right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
  }

  .ag-about__portrait {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #382D2E;
    flex-shrink: 0;
  }
  .ag-about__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }
  .ag-about__portrait:hover img {
    transform: scale(1.03);
  }
  .ag-about__portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 55%, rgba(56, 45, 46, 0.85));
    pointer-events: none;
  }

  .ag-about__portrait-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 26px;
    color: #F5F3EC;
    z-index: 2;
  }
  .ag-about__portrait-name {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 4px 0;
  }
  .ag-about__portrait-role {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #C1BC91;
    margin: 0;
  }

  /* Faktakort */
  .ag-about__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .ag-about__fact {
    background: #382D2E;
    padding: 22px 20px;
    color: #F5F3EC;
  }
  .ag-about__fact-value {
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    color: #C1BC91;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
  }
  .ag-about__fact-label {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(245, 243, 236, 0.85);
    margin: 0;
    font-weight: 400;
  }

  /* ============== RESPONSIVE ============== */
  @media (max-width: 1024px) {
    .ag-about {
      padding: 80px 32px 70px 32px;
    }
    .ag-about::before {
      width: 320px;
      height: 320px;
      top: -120px;
      right: -120px;
    }
    .ag-about__grid {
      grid-template-columns: 1fr;
      gap: 56px;
    }
    .ag-about__title {
      font-size: 40px;
      letter-spacing: -0.5px;
    }
    .ag-about__intro {
      font-size: 18px;
    }
    .ag-about__right {
      max-width: 520px;
      margin: 0 auto;
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    .ag-about {
      padding: 56px 20px 48px 20px;
    }
    .ag-about__grid {
      gap: 40px;
    }
    .ag-about__title {
      font-size: 30px;
      letter-spacing: -0.3px;
    }
    .ag-about__intro {
      font-size: 16px;
    }
    .ag-about__body {
      font-size: 15px;
    }
    .ag-about__btn-primary {
      padding: 16px 24px;
      font-size: 15px;
    }
    .ag-about__values {
      grid-template-columns: 1fr;
    }
    .ag-about__portrait-caption {
      padding: 16px 18px;
    }
    .ag-about__portrait-name {
      font-size: 15px;
    }
    .ag-about__facts {
      gap: 12px;
    }
    .ag-about__fact {
      padding: 20px 18px;
    }
    .ag-about__fact-value {
      font-size: 28px;
    }
    .ag-about__fact-label {
      font-size: 12px;
    }
  }


/* --- widget 1 --- */

  .ag-manifest,
  .ag-manifest *,
  .ag-manifest *::before,
  .ag-manifest *::after {
    box-sizing: border-box;
    font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .ag-manifest {
    width: 100%;
    max-width: 100%;
    /* Mørk flate satt eksplisitt: seksjonen har nesten-hvit tekst og lente seg på
       en body{background} fra Elementor-sidefiksen som droppes i kode-temaet. */
    background: #382D2E;
    color: #F5F3EC;
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
  }

  .ag-manifest__inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .ag-manifest__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C1BC91;
    margin: 0 0 28px 0;
  }
  .ag-manifest__eyebrow::before,
  .ag-manifest__eyebrow::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1.5px;
    background: #A09B5F;
  }

  .ag-manifest__heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 300;
    color: #F5F3EC;
    margin: 0 0 36px 0;
    letter-spacing: -0.6px;
  }
  .ag-manifest__heading-accent {
    color: #C1BC91;
    font-weight: 500;
    font-style: italic;
  }

  .ag-manifest__body {
    font-size: 22px;
    line-height: 1.55;
    font-weight: 300;
    color: rgba(245, 243, 236, 0.92);
    margin: 0 auto;
    max-width: 820px;
  }
  .ag-manifest__body strong {
    color: #F5F3EC;
    font-weight: 500;
  }
  .ag-manifest__body em {
    color: #C1BC91;
    font-style: italic;
    font-weight: 400;
  }

  /* Visuell skille - en tynn oliven linje under */
  .ag-manifest__divider {
    width: 64px;
    height: 2px;
    background: #A09B5F;
    margin: 36px auto 0 auto;
    border: 0;
  }

  /* ============== RESPONSIVE ============== */
  @media (max-width: 1024px) {
    .ag-manifest {
      padding: 80px 32px;
    }
    .ag-manifest__heading {
      font-size: 38px;
      letter-spacing: -0.4px;
    }
    .ag-manifest__body {
      font-size: 19px;
    }
  }

  @media (max-width: 600px) {
    .ag-manifest {
      padding: 64px 22px;
    }
    .ag-manifest__eyebrow {
      font-size: 11px;
      letter-spacing: 2.5px;
      margin-bottom: 22px;
    }
    .ag-manifest__eyebrow::before,
    .ag-manifest__eyebrow::after {
      width: 24px;
    }
    .ag-manifest__heading {
      font-size: 28px;
      letter-spacing: -0.3px;
      margin-bottom: 26px;
    }
    .ag-manifest__body {
      font-size: 16px;
      line-height: 1.6;
    }
    .ag-manifest__divider {
      margin-top: 28px;
    }
  }


/* --- widget 2 --- */

  .ag-team,
  .ag-team *,
  .ag-team *::before,
  .ag-team *::after {
    box-sizing: border-box;
    font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .ag-team {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 100px 40px 100px 40px;
    color: #382D2E;
    position: relative;
    overflow: hidden;
  }

  .ag-team__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  /* ============== INTRO ============== */
  .ag-team__intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 72px;
    align-items: end;
    margin-bottom: 72px;
  }

  .ag-team__heading-wrap {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .ag-team__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #A09B5F;
    margin: 0;
  }
  .ag-team__eyebrow::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1.5px;
    background: #A09B5F;
  }

  .ag-team__heading {
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    color: #382D2E;
    margin: 0;
    letter-spacing: -1px;
  }
  .ag-team__heading-accent {
    color: #A09B5F;
    font-weight: 500;
    font-style: italic;
  }

  /* Stor 02 watermark i bakgrunnen */
  .ag-team__chapter {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 140px;
    font-weight: 300;
    line-height: 1;
    color: #382D2E;
    opacity: 0.05;
    letter-spacing: -6px;
    pointer-events: none;
    z-index: 1;
    font-feature-settings: "tnum";
  }

  .ag-team__intro-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 8px;
  }

  .ag-team__lead {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #382D2E;
    margin: 0;
  }
  .ag-team__lead strong {
    font-weight: 500;
  }

  .ag-team__support {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
    color: #4B4B4D;
    margin: 0;
  }

  /* ============== PERSONKORT ============== */
  .ag-team__people {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .ag-team__person {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: center;
    position: relative;
  }
  /* Annethvert kort speilvendt */
  .ag-team__person--reverse {
    grid-template-columns: 1.15fr 0.85fr;
  }
  .ag-team__person--reverse .ag-team__person-image {
    order: 2;
  }
  .ag-team__person--reverse .ag-team__person-content {
    order: 1;
  }

  /* Bildecontainer */
  .ag-team__person-image {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 8px 8px 8px 64px;
    overflow: hidden;
    background: #382D2E;
    transition: transform 0.5s ease;
  }
  .ag-team__person--reverse .ag-team__person-image {
    border-radius: 8px 8px 64px 8px;
  }

  .ag-team__person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
  }
  .ag-team__person:hover .ag-team__person-image img {
    transform: scale(1.04);
  }

  /* Diagonal fade fra bilde mot tekst */
  .ag-team__person-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 35%;
    background: linear-gradient(to right, transparent 0%, rgba(216, 215, 210, 0.15) 60%, rgba(216, 215, 210, 0.35) 100%);
    pointer-events: none;
    z-index: 2;
  }
  .ag-team__person--reverse .ag-team__person-image::after {
    right: auto;
    left: -1px;
    background: linear-gradient(to left, transparent 0%, rgba(216, 215, 210, 0.15) 60%, rgba(216, 215, 210, 0.35) 100%);
  }

  /* Layered baksideboks med oliven aksent */
  .ag-team__person-image::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -28px;
    right: 28px;
    bottom: -28px;
    background: #A09B5F;
    z-index: -1;
    opacity: 0.22;
    border-radius: 8px 8px 8px 80px;
    transition: top 0.5s ease, left 0.5s ease, bottom 0.5s ease, right 0.5s ease, opacity 0.5s ease;
  }
  .ag-team__person--reverse .ag-team__person-image::before {
    left: 28px;
    right: -28px;
    border-radius: 8px 8px 80px 8px;
  }
  .ag-team__person:hover .ag-team__person-image::before {
    top: 20px;
    left: -36px;
    right: 36px;
    bottom: -36px;
    opacity: 0.3;
  }
  .ag-team__person--reverse:hover .ag-team__person-image::before {
    left: 36px;
    right: -36px;
  }

  /* Tekstinnhold med vertikal oliven linje som visuell brobygger */
  .ag-team__person-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 8px 0 8px 28px;
    border-left: 1px solid rgba(160, 155, 95, 0.35);
    transition: border-color 0.5s ease;
  }
  .ag-team__person--reverse .ag-team__person-content {
    padding: 8px 28px 8px 0;
    border-left: 0;
    border-right: 1px solid rgba(160, 155, 95, 0.35);
  }
  .ag-team__person:hover .ag-team__person-content {
    border-color: rgba(160, 155, 95, 0.7);
  }

  .ag-team__person-name {
    font-size: 40px;
    line-height: 1.05;
    font-weight: 500;
    color: #A09B5F;
    margin: 0;
    letter-spacing: -0.5px;
  }

  .ag-team__person-title {
    font-size: 15px;
    font-weight: 500;
    color: #4B4B4D;
    margin: 0;
    font-style: italic;
  }

  .ag-team__person-bio {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
  }
  .ag-team__person-bio p {
    font-size: 16px;
    line-height: 1.65;
    color: #382D2E;
    margin: 0;
    font-weight: 300;
  }

  /* ============== RESPONSIVE ============== */
  @media (max-width: 1024px) {
    .ag-team {
      padding: 80px 32px 80px 32px;
    }
    .ag-team__intro {
      grid-template-columns: 1fr;
      gap: 36px;
      align-items: start;
      margin-bottom: 56px;
    }
    .ag-team__heading {
      font-size: 46px;
      letter-spacing: -0.6px;
    }
    .ag-team__chapter {
      font-size: 110px;
      right: 24px;
      top: 20px;
    }
    .ag-team__people {
      gap: 72px;
    }
    .ag-team__person,
    .ag-team__person--reverse {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .ag-team__person--reverse .ag-team__person-image {
      order: 1;
    }
    .ag-team__person--reverse .ag-team__person-content {
      order: 2;
    }
    .ag-team__person-image {
      max-width: 420px;
      border-radius: 8px 8px 8px 48px;
    }
    .ag-team__person--reverse .ag-team__person-image {
      border-radius: 8px 8px 48px 8px;
    }
    .ag-team__person-image::before {
      top: 20px;
      left: -16px;
      right: 16px;
      bottom: -20px;
      border-radius: 8px 8px 8px 56px;
    }
    .ag-team__person--reverse .ag-team__person-image::before {
      left: 16px;
      right: -16px;
      border-radius: 8px 8px 56px 8px;
    }
    /* Tekstlinje blir horisontal på mobil/tablet */
    .ag-team__person-content,
    .ag-team__person--reverse .ag-team__person-content {
      padding: 28px 0 0 0;
      border-left: 0;
      border-right: 0;
      border-top: 1px solid rgba(160, 155, 95, 0.35);
    }
    .ag-team__person-name {
      font-size: 34px;
    }
  }

  @media (max-width: 600px) {
    .ag-team {
      padding: 56px 22px 56px 22px;
    }
    .ag-team__heading {
      font-size: 34px;
      letter-spacing: -0.4px;
    }
    .ag-team__chapter {
      font-size: 80px;
      right: 16px;
      top: 14px;
      letter-spacing: -3px;
    }
    .ag-team__lead {
      font-size: 16px;
    }
    .ag-team__support {
      font-size: 14px;
    }
    .ag-team__people {
      gap: 56px;
    }
    .ag-team__person-image {
      border-radius: 6px 6px 6px 36px;
    }
    .ag-team__person--reverse .ag-team__person-image {
      border-radius: 6px 6px 36px 6px;
    }
    .ag-team__person-name {
      font-size: 28px;
    }
    .ag-team__person-bio p {
      font-size: 15px;
    }
  }

/* AGERI-knapperegel (append, vinner): invertering pa hover + egne :focus-visible/:active
   + -webkit-text-fill-color, aldri bla. */
.ag-about__btn-primary { -webkit-text-fill-color: #F5F3EC; border: 1px solid #382D2E; }
.ag-about__btn-primary:hover,
.ag-about__btn-primary:focus-visible { background: #F5F3EC !important; color: #382D2E !important; -webkit-text-fill-color: #382D2E; border-color: #382D2E; }
.ag-about__btn-primary:focus-visible { outline: 2px solid #382D2E; outline-offset: 2px; }
.ag-about__btn-primary:active { background: #E8E4D5 !important; color: #382D2E !important; -webkit-text-fill-color: #382D2E; }
.ag-about__btn-secondary { -webkit-text-fill-color: #382D2E; }
.ag-about__btn-secondary:hover,
.ag-about__btn-secondary:focus-visible { color: #5C4A3A !important; -webkit-text-fill-color: #5C4A3A; border-color: #382D2E; }
.ag-about__btn-secondary:focus-visible { outline: 2px solid #382D2E; outline-offset: 3px; }
.ag-about__btn-secondary:active { color: #382D2E !important; -webkit-text-fill-color: #382D2E; }
