:root {
  --av-link-accent: #e2d3ab;
  --av-link-accent-hover: #fff8ef;
  --av-link-accent-line: #8b7a4a;
  --av-link-accent-light-surface: #6d5418;
  --av-link-accent-light-surface-hover: #0b6f68;
  --av-link-focus: #8be7dd;
}

/* Site-wide link reset: interaction styling never relies on underlines. */
html body #root#root#root a,
html body #root#root#root a:link,
html body #root#root#root a:visited,
html body #root#root#root a:hover,
html body #root#root#root a:focus,
html body #root#root#root a:focus-visible,
html body #root#root#root a:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

/* Text links use one recognizable brand accent without recoloring card links. */
html body #root a[href]:not(nav *):not(.av-contact-footer *):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not([class*="panel"]):not([class*="tile"]):not([class*="brand"]):not(:has(img)):not(:has(video)) {
  color: var(--av-link-accent) !important;
  -webkit-text-fill-color: var(--av-link-accent) !important;
  text-decoration-line: underline !important;
  text-decoration-color: color-mix(in srgb, var(--av-link-accent-line) 52%, transparent) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.30em !important;
  transition: color 180ms ease, text-decoration-color 180ms ease, opacity 180ms ease !important;
}

html body #root a[href]:not(nav *):not(.av-contact-footer *):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not([class*="panel"]):not([class*="tile"]):not([class*="brand"]):not(:has(img)):not(:has(video)) :where(span, strong, em) {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

html body #root a[href]:not(nav *):not(.av-contact-footer *):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not([class*="panel"]):not([class*="tile"]):not([class*="brand"]):not(:has(img)):not(:has(video)):hover {
  color: var(--av-link-accent-hover) !important;
  -webkit-text-fill-color: var(--av-link-accent-hover) !important;
  text-decoration-color: #8be7dd !important;
  text-shadow: none !important;
}

/* Navigation keeps its quiet base state but shares the same interaction accent. */
html body nav a[href]:hover,
html body nav a[href]:focus-visible {
  color: var(--av-link-accent) !important;
  -webkit-text-fill-color: var(--av-link-accent) !important;
}

/* Every real link receives a consistent, keyboard-visible focus indicator. */
html body a[href]:focus-visible {
  outline: 2px solid var(--av-link-focus) !important;
  outline-offset: 4px !important;
  border-radius: 3px !important;
}

/* Read More is text inside a larger linked panel, so give it the same language. */
html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more {
  color: var(--av-link-accent) !important;
  -webkit-text-fill-color: var(--av-link-accent) !important;
  position: relative !important;
  min-height: 0 !important;
  gap: 9px !important;
  padding: 4px 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, #e2d3ab 0%, rgba(139, 231, 221, 0.72) 58%, transparent 100%) !important;
  opacity: 0.64 !important;
  transform: scaleX(0.46) !important;
  transform-origin: left center !important;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 180ms ease !important;
}

html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more::after {
  content: "↗" !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #8be7dd !important;
  -webkit-text-fill-color: #8be7dd !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 180ms ease, color 180ms ease !important;
}

html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more:hover,
html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more:focus-visible {
  color: var(--av-link-accent-hover) !important;
  -webkit-text-fill-color: var(--av-link-accent-hover) !important;
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) !important;
}

html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more:hover::before,
html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more:focus-visible::before {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more:hover::after,
html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-quote__byline
  > .av-about-read-more:focus-visible::after {
  color: #fff8ef !important;
  -webkit-text-fill-color: #fff8ef !important;
  transform: translate3d(2px, -2px, 0) !important;
}

/* Process title stays static; only its restrained Read More CTA is interactive. */
html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: max-content !important;
  min-height: 0 !important;
  margin-top: 14px !important;
  padding: 4px 0 7px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--av-link-accent) !important;
  -webkit-text-fill-color: var(--av-link-accent) !important;
  font-family: var(--av-process-font), var(--font-system), sans-serif !important;
  font-size: 10px !important;
  font-weight: 680 !important;
  letter-spacing: 0.13em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, #e2d3ab, rgba(139, 231, 221, 0.72), transparent) !important;
  opacity: 0.64 !important;
  transform: scaleX(0.46) !important;
  transform-origin: left center !important;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 180ms ease !important;
}

html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more::after {
  content: "\2197" !important;
  color: #8be7dd !important;
  -webkit-text-fill-color: #8be7dd !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 180ms ease, color 180ms ease !important;
}

html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more:hover,
html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more:focus-visible {
  color: var(--av-link-accent-hover) !important;
  -webkit-text-fill-color: var(--av-link-accent-hover) !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) !important;
}

html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more:hover::before,
html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more:focus-visible::before {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more:hover::after,
html body #root [data-loc="src/web/pages/Home.tsx:300"]
  [data-loc="src/web/pages/Home.tsx:328"].av-process-heading
  > .av-process-read-more:focus-visible::after {
  color: #fff8ef !important;
  -webkit-text-fill-color: #fff8ef !important;
  transform: translate3d(2px, -2px, 0) !important;
}

html body #root:has([data-loc="src/web/pages/Home.tsx:188"])
  [data-loc="src/web/pages/Home.tsx:368"].av-about-experience
  .av-about-panel {
  cursor: default !important;
}

/* The light footer uses the same gold family at an accessible darker value. */
html body .av-contact-footer :is(.av-footer-link-list, .av-footer-contact) a[href] {
  color: var(--av-link-accent-light-surface) !important;
  -webkit-text-fill-color: var(--av-link-accent-light-surface) !important;
}

html body .av-contact-footer :is(.av-footer-link-list, .av-footer-contact) a[href]:hover,
html body .av-contact-footer :is(.av-footer-link-list, .av-footer-contact) a[href]:focus-visible {
  color: var(--av-link-accent-light-surface-hover) !important;
  -webkit-text-fill-color: var(--av-link-accent-light-surface-hover) !important;
  text-decoration-color: currentColor !important;
  text-underline-offset: 0.24em !important;
}
