@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Italiana&display=swap');

:root {
    --ink: #17383a;
    --cream: #f4efe7;
    --teal: #2d7775;
    --gold: #ba8a3d
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif
}

header {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 5vw;
    background: linear-gradient(#f4efe7e8, #f4efe700)
}

.logo {
    width: 230px;
    height: auto;
    object-fit: contain;
    filter: contrast(1.25) saturate(1.25)
}

nav {
    display: flex;
    gap: 28px
}

nav a {
    color: var(--ink);
    text-decoration: none;
    font-size: 15px
}

.hero {
    height: 100vh;
    min-height: 700px;
    position: relative;
    overflow: hidden
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 31, 34, .65), rgba(7, 31, 34, .05) 70%)
}

.hero-copy {
    position: absolute;
    left: 8vw;
    bottom: 12vh;
    max-width: 720px;
    color: white
}

.hero h1,
.split h2,
.offerings h2,
.kap h2,
footer h2 {
    font-family: 'Italiana', serif;
    font-weight: 400
}

.hero h1 {
    font-size: clamp(54px, 6vw, 92px);
    line-height: .98;
    margin: 0 0 24px
}

.hero em {
    font-weight: 400
}

.hero p {
    font-size: 21px;
    line-height: 1.55;
    max-width: 650px
}

.btn {
    display: inline-block;
    margin-top: 18px;
    padding: 17px 28px;
    border: 1px solid white;
    background: #ffffffed;
    color: var(--ink);
    text-decoration: none;
    border-radius: 2px
}

.split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 8vw;
    padding: 120px 8vw;
    align-items: center
}

.split h2,
.offerings h2,
.kap h2 {
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.05;
    margin: 18px 0 28px
}

.split p,
.offerings p,
.kap p {
    font-size: 18px;
    line-height: 1.7
}

.split img {
    width: 100%;
    max-height: 680px;
    object-fit: cover
}

.eyebrow {
    letter-spacing: .18em;
    font-size: 12px;
    color: var(--teal)
}

.offerings {
    padding: 110px 8vw;
    background: #e6ece8
}

.offerings>h2 {
    max-width: 850px
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #8aa19e;
    margin-top: 60px
}

.grid article {
    background: #e6ece8;
    padding: 42px
}

.grid h3 {
    font-family: 'Italiana', serif;
    font-size: 32px;
    font-weight: 400
}

.kap {
    padding: 130px 8vw;
    background: #17383a;
    color: white
}

.kap div {
    max-width: 900px
}

.kap .eyebrow {
    color: #acd1cc
}

.kap a {
    color: white
}

.kap h2 {
    font-size: 70px
}

footer {
    padding: 90px 8vw;
    background: #d9c8ac;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end
}

footer h2 {
    font-size: 64px;
    margin: 0
}

.light {
    border-color: var(--ink)
}

.contact {
    text-align: right;
    line-height: 1.6
}

.faq {
    padding: 120px 8vw;
    background: #f4efe7
}

.faq>h2 {
    font-family: 'Italiana', serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 400;
    margin: 18px 0 48px
}

.faq-list {
    max-width: 980px;
    border-top: 1px solid #91a5a2
}

.faq details {
    border-bottom: 1px solid #91a5a2;
    padding: 0
}

.faq summary {
    cursor: pointer;
    list-style: none;
    font-family: 'Italiana', serif;
    font-size: 28px;
    padding: 26px 44px 26px 0;
    position: relative
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary:after {
    content: '+';
    position: absolute;
    right: 8px;
    font-family: 'DM Sans', sans-serif
}

.faq details[open] summary:after {
    content: '−'
}

.faq details p {
    font-size: 17px;
    line-height: 1.7;
    max-width: 820px;
    margin: 0 0 28px
}

@media(max-width:800px) {
    .faq {
        padding: 80px 24px
    }

    .faq summary {
        font-size: 23px
    }
}/* Education, licensure, and training */

.credentials-section {
  padding: 100px 6%;
  background: #f7f2eb;
}

.credentials-section .section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.credentials-section .eyebrow,
.client-notice .eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #b68b6f;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.credentials-section h2 {
  margin: 0;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.credential-card {
  padding: 38px 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d8b59a;
}

.credential-card h3 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #143b3c;
}

.credential-card ul {
  margin: 0;
  padding-left: 20px;
}

.credential-card li {
  margin-bottom: 13px;
  line-height: 1.65;
}


/* Texas client notice */

.client-notice {
  padding: 70px 6%;
  background: #ffffff;
}

.client-notice-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 42px 48px;
  border: 1px solid #d8b59a;
}

.client-notice p {
  margin: 0 0 18px;
  line-height: 1.7;
}

.client-notice p:last-child {
  margin-bottom: 0;
}

.client-notice a {
  color: #143b3c;
  font-weight: 600;
}


/* Mobile layout */

@media (max-width: 900px) {
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .credentials-section {
    padding: 72px 24px;
  }

  .client-notice {
    padding: 50px 20px;
  }

  .client-notice-inner {
    padding: 30px 24px;
  }
}

/* Final mobile header and hero correction */
@media screen and (max-width: 800px) {
  header {
  position: relative;
  padding: 14px 16px 16px;
  display: block;
  background: var(--ink);
}

.logo {
  display: block;
  width: 135px;
  height: auto;
  margin: 0 auto 12px;
}

  nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  width: 100%;
}

  nav a {
  color: var(--cream);
  font-size: 11px;
  white-space: nowrap;
}

  .hero {
    height: 720px;
    min-height: 0;
    position: relative;
  }

  .hero-copy {
    position: absolute;
    top: auto;
    bottom: 42px;
    left: 24px;
    right: 24px;
    max-width: none;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 0.98;
    margin-bottom: 18px;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .btn {
    margin-top: 8px;
    padding: 14px 18px;
    font-size: 14px;
  }

  .split,
  .grid {
    grid-template-columns: 1fr;
  }

  .split,
  .offerings,
  .kap,
  footer {
    padding: 70px 24px;
  }

  .split img {
    order: -1;
  }

  .kap h2,
  footer h2 {
    font-size: 44px;
  }

  footer {
    display: block;
  }

  .contact {
    text-align: left;
    margin-top: 40px;
  }
}
.journey-partnership{
    margin-top:2rem;
    text-align:center;
}

.journey-logo{
    width:280px;
    max-width:75%;
    background:#fff;
    padding:8px 12px;
    border-radius:8px;
    display:block;
    margin:1.25rem auto .75rem;
}

.journey-link{
    display:inline-block;
    margin-top:1rem;
    padding:12px 22px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:999px;
    color:#fff;
    text-decoration:none;
    transition:.25s;
}

.journey-link:hover{
    background:rgba(255,255,255,.1);
}