/* Avexys GmbH — static site styles
   Visually tuned to the original Divi-built avexys.com:
   - white fixed header, logo left, nav right
   - Open Sans, 14-16px body, h2 in navy
   - hero: full-bleed bg image, subtle overlay, no in-hero buttons
   - sections alternate white / soft tint
   - buttons: orange-filled, arrow slides in on hover (Divi signature) */

/* --- Fonts ---------------------------------------------------------------- */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/opensans-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/opensans-400-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/opensans-400i-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/opensans-400i-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Tokens --------------------------------------------------------------- */
:root {
  --c-navy: #002b6d;
  --c-navy-dk: #001b48;
  --c-orange: #f77700;
  --c-orange-dk: #d86329;
  --c-text: #666;
  --c-heading: #002b6d;
  --c-muted: #888;
  --c-line: #e2e2e2;
  --c-bg: #ffffff;
  --c-bg-soft: #f7f9fc;

  --w-max: 1080px;
  --w-narrow: 820px;
  --pad-x: clamp(1rem, 4vw, 2rem);

  --header-h: 88px;
  --header-h-shrunk: 66px;

  --radius: 3px;

  --shadow-sm: 0 1px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* --- Reset ---------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--c-orange);
  text-decoration: none;
  transition: opacity 0.18s ease;
}
a:hover {
  opacity: 0.75;
}
strong {
  color: var(--c-heading);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  color: var(--c-heading);
  line-height: 1.3;
  margin: 0 0 0.5em;
  letter-spacing: 0;
}
h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.5rem); /* 30-40px */
  font-weight: 500;
}
h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem); /* 23-30px */
  font-weight: 500;
}
h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 500;
}
h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
h5 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--c-orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.6em;
}
p {
  margin: 0 0 1em;
  line-height: 1.7em;
}
ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
li {
  margin: 0 0 0.35em;
  line-height: 1.7em;
}
blockquote {
  border-left: 3px solid var(--c-orange);
  margin: 0 0 1.25em;
  padding: 0.4em 0 0.4em 1.1em;
  color: var(--c-text);
  font-style: italic;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: var(--c-heading);
  font-size: 0.88rem;
  margin-top: 0.4rem;
}
hr {
  border: 0;
  border-top: 1px solid var(--c-line);
  margin: 2rem 0;
}
:focus-visible {
  outline: 2px solid var(--c-orange);
  outline-offset: 2px;
  border-radius: 2px;
}

/* --- Layout helpers ------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--w-max);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}
.container--narrow {
  max-width: var(--w-narrow);
}
.section {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.section--soft {
  background: var(--c-bg-soft);
}
.section--navy {
  background: var(--c-navy);
  color: rgba(255, 255, 255, 0.9);
}
.section--navy h1,
.section--navy h2,
.section--navy h3,
.section--navy h4,
.section--navy h5 {
  color: #fff;
}
.section--navy h5 {
  color: #ffd9b5;
}
.section--navy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.section--navy a:hover {
  color: #ffd9b5;
  opacity: 1;
}
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--c-orange);
  margin-bottom: 0.6rem;
}
.section-title {
  text-align: center;
  margin-bottom: 2.25rem;
}
.lead {
  font-size: 1.1rem;
  color: var(--c-text);
}
.center {
  text-align: center;
}

/* Narrow intro sections - center alignment matches the original's centered prose */
.section .container--narrow > h2:first-child {
  text-align: center;
  margin-bottom: 1.4rem;
  font-weight: 700;
  color: var(--c-heading);
}
.section .container--narrow > h2 + p,
.section .container--narrow {
  text-align: center;
}
.section .container--narrow ul,
.section .container--narrow ol {
  text-align: left;
  display: inline-block;
}
.section .container--narrow > img {
  margin: 1.5rem auto;
}

/* Soft sections - the "Als Coach..." style: orange/navy heading */
.section--soft .container--narrow > h2:first-child {
  color: var(--c-heading);
}

/* --- Header / nav --------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
body { padding-top: var(--header-h); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  transition: min-height 0.3s ease;
}
.site-header.is-shrunk {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.site-header.is-shrunk .site-header__inner {
  min-height: var(--header-h-shrunk);
}
.brand {
  display: inline-flex;
  align-items: center;
  color: var(--c-heading);
  text-decoration: none;
  line-height: 0;
}
.brand img {
  height: 70px;
  width: auto;
  transition: height 0.3s ease;
}
.site-header.is-shrunk .brand img {
  height: 48px;
}
.brand__name {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  position: relative;
}
.nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.6rem;
  font: inherit;
  cursor: pointer;
  color: var(--c-heading);
}
.nav__toggle svg {
  display: block;
  width: 24px;
  height: 24px;
}
.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  align-items: center;
}
.nav__list li {
  margin: 0;
}
.nav__list a {
  display: inline-block;
  padding: 0.4rem 0;
  color: var(--c-heading);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nav__list a:hover,
.nav__list a[aria-current="page"] {
  color: var(--c-orange);
  opacity: 1;
}
/* CTA button styled inline in nav — kept simple */
.nav__cta {
  display: inline-block;
  padding: 0.4rem 0 !important;
  color: var(--c-orange) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  font-weight: 700;
}
.nav__cta:hover {
  color: var(--c-orange-dk) !important;
}

@media (max-width: 900px) {
  :root { --header-h: 70px; --header-h-shrunk: 60px; }
  .js .nav__toggle {
    display: inline-flex;
    align-items: center;
  }
  .js .nav__list {
    position: absolute;
    inset: calc(100% + 2px) 0 auto auto;
    min-width: 240px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-top: 2px solid var(--c-orange);
    padding: 0.5rem 0;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
    box-shadow: var(--shadow-md);
  }
  .js .nav[data-open="true"] .nav__list {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }
  .js .nav__list li {
    width: 100%;
    border-top: 1px solid var(--c-line);
  }
  .js .nav__list li:first-child {
    border-top: 0;
  }
  .js .nav__list a {
    padding: 0.85rem var(--pad-x);
    width: 100%;
    border-bottom: 0;
  }
}

/* --- Hero (full bleed, large bg image) ----------------------------------- */
.hero {
  position: relative;
  color: #fff;
  min-height: clamp(480px, 75vh, 760px);
  display: grid;
  place-items: center;
  background: var(--c-navy);
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(-1 * var(--header-h));
  padding-top: var(--header-h);
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 27, 72, 0.15) 0%,
    rgba(0, 27, 72, 0.35) 100%
  );
  z-index: -1;
}
.hero__inner {
  width: 100%;
  text-align: center;
  padding: clamp(2rem, 5vw, 4rem) 0;
}
.hero h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.6rem, 8vw, 6rem);
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.4);
}
.hero__sub {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
  opacity: 0.95;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.hero__cta {
  display: none; /* original has no in-hero CTA */
}
.hero--page {
  min-height: clamp(280px, 38vh, 420px);
}
.hero--page h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 500;
}
/* Hero variant for pages with no background image */
.hero--plain {
  background: linear-gradient(135deg, #001b48 0%, var(--c-navy) 100%);
}
.hero--plain::after { display: none; }

/* --- Buttons (Divi-style: orange filled, arrow on hover) ----------------- */
.btn {
  position: relative;
  display: inline-block;
  background: var(--c-orange);
  color: #fff;
  padding: 0.5em 1.1em;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6em;
  text-decoration: none;
  border: 2px solid var(--c-orange);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  transition: background 0.22s ease, border-color 0.22s ease,
    color 0.22s ease, padding 0.22s ease;
  overflow: hidden;
}
.btn::after {
  content: "→";
  display: inline-block;
  margin-left: 0;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.22s ease, opacity 0.22s ease, margin-left 0.22s ease;
  font-weight: 400;
}
.btn:hover {
  background: var(--c-orange-dk);
  border-color: var(--c-orange-dk);
  color: #fff;
  opacity: 1;
  padding-right: 1.7em;
}
.btn:hover::after {
  opacity: 1;
  max-width: 2em;
  margin-left: 0.45em;
}
.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: #fff;
}
.btn--navy {
  background: var(--c-navy);
  border-color: var(--c-navy);
}
.btn--navy:hover {
  background: var(--c-navy-dk);
  border-color: var(--c-navy-dk);
}
.btn--lg {
  font-size: 1.05rem;
  padding: 0.7em 1.4em;
}

/* --- Grids and cards ------------------------------------------------------ */
.grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}
.grid--2 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.grid--4 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--c-line);
}
.card--soft {
  background: var(--c-bg-soft);
  border-color: transparent;
}
.card h4,
.card h3 {
  margin-top: 0;
}
.card p:last-child {
  margin-bottom: 0;
}

.media-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
@media (min-width: 800px) {
  .media-row {
    grid-template-columns: 1fr 1fr;
  }
  .media-row--flip > :first-child {
    order: 2;
  }
}
.media-row img {
  border-radius: var(--radius);
}

/* --- Testimonials --------------------------------------------------------- */
.testimonials {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.testimonial {
  background: transparent;
  border-radius: 0;
  padding: 0 0 0 1.25rem;
  border-left: 2px solid var(--c-orange);
  display: flex;
  flex-direction: column;
}
.testimonial p {
  font-style: italic;
}
.testimonial cite {
  margin-top: auto;
  font-style: normal;
  font-weight: 600;
  color: var(--c-heading);
  font-size: 0.88rem;
  padding-top: 0.4rem;
}

/* --- FAQ ------------------------------------------------------------------ */
.faq {
  max-width: var(--w-narrow);
  margin: 0 auto;
}
.faq details {
  border-bottom: 1px solid var(--c-line);
}
.faq details[open] summary {
  color: var(--c-orange);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 2rem 1rem 0;
  font-weight: 600;
  color: var(--c-heading);
  position: relative;
  font-size: 1rem;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--c-orange);
}
.faq details[open] summary::after {
  content: "−";
}
.faq .faq__body {
  padding: 0 0 1rem;
}

/* --- Contact form --------------------------------------------------------- */
.form {
  display: grid;
  gap: 0.9rem;
  position: relative;
}
.form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--c-heading);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid #c8cdd6;
  font: inherit;
  font-size: 1rem;
  background: #fff;
  color: var(--c-text);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form input:focus,
.form textarea:focus {
  outline: 0;
  border-color: var(--c-orange);
  box-shadow: 0 0 0 3px rgba(247, 119, 0, 0.15);
}
.form textarea {
  min-height: 160px;
  resize: vertical;
}
.form__hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form__msg {
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  font-weight: 600;
}
.form__msg:empty {
  display: none;
}
.form__msg--ok {
  background: #e6f4ea;
  color: #1d643b;
  border: 1px solid #b6dcc4;
}
.form__msg--err {
  background: #fdecea;
  color: #8a1c13;
  border: 1px solid #f3b8b1;
}

/* --- Footer --------------------------------------------------------------- */
.site-footer {
  background: #222222;
  color: #ffffff;
  padding: 4rem 0 1.25rem;
  font-size: 0.85rem;
  line-height: 1.7;
}
.site-footer h4 {
  color: var(--c-orange);
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}
.site-footer a:hover {
  color: #ffd9b5;
  opacity: 1;
}
.site-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__nav li {
  margin: 0.25rem 0;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}

/* --- Prose (blog post body) ----------------------------------------------- */
.prose {
  max-width: var(--w-narrow);
  margin: 0 auto;
}
.prose h2 {
  margin-top: 2.2rem;
}
.prose h3 {
  margin-top: 1.8rem;
}
.prose img {
  margin: 1.5rem 0;
  border-radius: var(--radius);
}
.prose ul,
.prose ol {
  padding-left: 1.3em;
}
.post-meta {
  color: var(--c-muted);
  font-size: 0.85rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.post-meta a {
  color: inherit;
}

/* --- Blog index list ------------------------------------------------------ */
.post-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s, box-shadow 0.18s;
}
.post-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: inherit;
  opacity: 1;
}
.post-card__media {
  aspect-ratio: 16 / 10;
  background: var(--c-bg-soft);
  overflow: hidden;
}
.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.post-card__meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-orange);
  font-weight: 700;
}
.post-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--c-heading);
}
.post-card p {
  margin: 0;
  font-size: 0.92rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 1rem;
  color: var(--c-muted);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.back-link:hover {
  color: var(--c-orange);
  opacity: 1;
}

/* --- Reduced motion ------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

/* --- Skip link ------------------------------------------------------------ */
.skip-link {
  position: absolute;
  left: -10000px;
  top: 0;
  background: var(--c-orange);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
  font-weight: 700;
}
.skip-link:focus {
  left: 0;
}

/* --- Section helper classes added by v2 renderer ------------------------- */
.feature-card {
  text-align: center;
  padding: 1rem 0.5rem;
  background: transparent;
  border: 0;
  position: relative;
}
.feature-card::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--c-orange);
  margin: 0 auto 1.2rem;
}
.feature-card h4 {
  margin: 0;
  color: var(--c-heading);
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.role-card {
  background: transparent;
  padding: 0;
  border: 0;
  border-top: 3px solid var(--c-orange);
  padding-top: 1.5rem;
}
.role-card h5 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  color: var(--c-heading);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.role-card p:last-child {
  margin-bottom: 0;
}

.contact-strip {
  text-align: center;
}
.contact-strip h4 {
  color: #ffd9b5;
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
}
.contact-strip p {
  margin: 0;
  font-size: 1.05rem;
}
.contact-strip a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.contact-strip a:hover {
  color: #ffd9b5;
  border-bottom-color: currentColor;
  opacity: 1;
}

.post-nav {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--c-line);
}

/* Section-title spacing tweak when only an h2 is present */
.section-title h2 {
  margin: 0;
}

/* Tighter testimonials gap inside section--soft */
.section .testimonials,
.section--soft .testimonials {
  margin-top: 0.5rem;
}
