.presence .hero-pitch {
  font-size: 1.25rem;
  max-width: 350px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.presence-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  background: #f4f7fa;
  color: #183c54;
  padding: 18px 24px;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid currentColor;
}
.presence-button:hover {
  background: #dce9ed;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.path-section {
  padding: 80px 0 100px;
  background: #f1f1e9;
}
.path-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  margin-top: 30px;
  border-top: 1px solid #afbabb;
}
.path {
  padding: 40px 32px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #afbabb;
}
.path + .path {
  padding-left: 32px;
}
.path:last-child {
  border-right: 0;
}
.path-number {
  font-size: 1rem;
}
.path h2 {
  font-size: clamp(38px, 4vw, 68px);
  margin: 35px 0 22px;
}
.path p {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 300px;
}
.path-action {
  margin-top: auto;
  padding-top: 36px;
  font-size: 1rem;
  font-weight: 700;
}
.path:hover h2 {
  color: #32759b;
}
.project-section {
  padding: 110px 0;
  background: #163e56;
  color: #eff3ef;
}
.project-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 65px;
}
.project-heading h2 {
  font-size: clamp(54px, 7vw, 100px);
}
.project-heading > p:last-child {
  font-size: 1rem;
  line-height: 1.9;
  padding-top: 10px;
}
.project-row {
  display: grid;
  grid-template-columns: 60px 1.4fr 1fr 25px;
  gap: 30px;
  padding: 38px 0;
  border-top: 1px solid #ffffff38;
  align-items: center;
}
.project-row h3 {
  font-family: Barlow, sans-serif;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.1;
  margin-top: 12px;
}
.project-row > p {
  font-size: 1rem;
  line-height: 1.85;
}
.project-index {
  opacity: 0.6;
  font-size: 1rem;
}
.project-arrow {
  font-size: 1.75rem;
}
.project-row:hover {
  color: #bedeee;
}
.personal-invite {
  background: #d8e2e5;
  padding: 100px 0;
}
.invite-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10%;
  align-items: center;
}
.invite-grid img {
  width: 100%;
  height: auto;
  max-width: 480px;
}
.invite-grid h2 {
  font-size: clamp(48px, 6vw, 90px);
  margin: 28px 0;
}
.invite-grid p:not(.eyebrow) {
  max-width: 460px;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 28px;
}
.atlas .site-header {
  position: relative;
  background: #eeeae0;
  color: #183c54;
}
.atlas-hero {
  background: #eeeae0;
  padding: 55px 0 80px;
}
.atlas-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6%;
  align-items: center;
}
.atlas h1 {
  font-size: clamp(90px, 11vw, 170px);
  line-height: 0.88;
  margin: 32px 0;
}
.atlas-intro {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 420px;
  margin-bottom: 30px;
}
.atlas-personal {
  display: block;
  font-size: 1rem;
  margin-top: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.atlas-art {
  height: 650px;
  background:
    linear-gradient(0deg, #13354d99, transparent 50%),
    url("/assets/ridgeline-sky.webp") center 65% / cover;
  display: flex;
  align-items: end;
  padding: 30px;
  color: white;
  font-size: 1rem;
}
.personal-intro {
  background: #dce4dc;
  color: #243d3f;
}
.personal-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 10%;
  align-items: center;
}
.personal-intro h2 {
  font-size: clamp(52px, 6.2vw, 96px);
  margin: 28px 0;
}
.personal-intro-copy > p:not(.eyebrow) {
  max-width: 450px;
}
.personal-intro p:not(.eyebrow) {
  font-size: 1.125rem;
  line-height: 1.9;
  margin: 28px 0;
}
.personal-intro figure {
  max-width: 500px;
}
.personal-intro img {
  width: 100%;
  height: auto;
}
.personal-intro figcaption {
  font-size: 1rem;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
.text-link {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.copy-curiosities {
  background: #e5ebe2;
  color: #243d3f;
}
.interest-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.interest-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #243d3f40;
  font-family: Barlow, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
}
.interest-links a:hover,
.personal-intro-copy h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.personal .project-heading {
  display: block;
}
.copy-interest-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 64px;
}
@media (max-width: 600px) {
  .interest-links {
    grid-template-columns: 1fr;
  }
  .copy-interest-grid {
    grid-template-columns: 1fr;
  }
}
.social-section {
  padding: 100px 0;
  background: #edf0e8;
}
.social-section h2,
.journal-heading h2 {
  font-size: clamp(54px, 7vw, 100px);
  margin: 30px 0 55px;
}
.social-list a {
  display: grid;
  grid-template-columns: 1fr 1fr 25px;
  gap: 25px;
  align-items: center;
  border-top: 1px solid #c2c9c7;
  padding: 28px 0;
}
.social-list h3 {
  font-family: Barlow, sans-serif;
  font-size: 38px;
}
.social-list p {
  font-size: 1rem;
  line-height: 1.7;
}
.journal-section {
  background: #25464a;
  color: #f4f4ed;
  padding: 100px 0;
}
.journal-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.journal-heading > p {
  max-width: 340px;
  font-size: 1rem;
  line-height: 1.9;
}
.journal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.journal-entry {
  min-height: 350px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #d7dfd6;
  color: #243f49;
}
.journal-entry:nth-child(2) {
  background: #c4d2d9;
}
.journal-entry h3 {
  font-family: Barlow, sans-serif;
  font-size: 64px;
  line-height: 0.95;
  text-transform: uppercase;
}
.journal-entry span {
  font-size: 1rem;
}
.presence a:focus-visible {
  outline: 3px solid #c57c3b;
  outline-offset: 6px;
}
@media (max-width: 850px) {
  .path-grid {
    grid-template-columns: 1fr;
  }
  .path,
  .path + .path {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #afbabb;
  }
  .path h2 {
    font-size: 52px;
    margin: 20px 0;
  }
  .path p {
    max-width: 520px;
  }
  .path-action {
    padding-top: 22px;
  }
  .project-heading {
    grid-template-columns: 1fr 2fr;
  }
  .project-heading > p:last-child {
    grid-column: 2;
  }
  .project-row {
    grid-template-columns: 25px 1fr 25px;
    gap: 20px;
  }
  .project-row > p {
    grid-column: 2;
    grid-row: 2;
  }
  .project-arrow {
    grid-column: 3;
    grid-row: 1;
  }
  .atlas-grid,
  .personal-intro-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .atlas-art {
    height: 500px;
  }
  .atlas h1 {
    font-size: 95px;
  }
  .atlas .presence-button {
    font-size: 1rem;
  }
  .invite-grid {
    gap: 40px;
  }
  .journal-entry h3 {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .path-section,
  .project-section,
  .personal-invite,
  .social-section,
  .journal-section {
    padding: 65px 0;
  }
  .project-heading {
    display: block;
  }
  .project-heading h2 {
    margin: 25px 0;
  }
  .project-heading > p:last-child {
    max-width: 350px;
  }
  .project-row h3 {
    font-size: 40px;
  }
  .invite-grid,
  .atlas-grid,
  .personal-intro-grid {
    grid-template-columns: 1fr;
  }
  .invite-grid img {
    max-width: 280px;
  }
  .atlas h1 {
    font-size: clamp(82px, 19vw, 114px);
  }
  .atlas-art {
    height: 340px;
    background-position: center 70%;
  }
  .atlas-hero {
    padding: 30px 0 60px;
  }
  .personal-intro figure {
    max-width: 400px;
  }
  .social-list a {
    grid-template-columns: 1fr 25px;
    gap: 12px;
  }
  .social-list p {
    grid-column: 1;
    grid-row: 2;
  }
  .social-list span {
    grid-column: 2;
    grid-row: 1;
  }
  .journal-heading {
    display: block;
  }
  .journal-heading h2 {
    margin-bottom: 25px;
  }
  .journal-heading > p {
    margin-bottom: 35px;
  }
  .journal-grid {
    grid-template-columns: 1fr;
  }
  .journal-entry {
    min-height: 290px;
  }
  .presence .hero-bottom {
    gap: 30px;
  }
  .presence .hero-pitch {
    font-size: 1rem;
  }
  .presence-button {
    padding: 16px 20px;
  }
  .atlas .mobile-menu {
    color: #183c54;
  }
}
.atlas h1 {font-size:clamp(76px,9.2vw,145px)}
.atlas .nav-contact{border-color:#183c5460}
@media(max-width:850px){.atlas h1{font-size:clamp(56px,9vw,78px)}}
@media(max-width:600px){.atlas h1{font-size:clamp(66px,18vw,100px)}}

/* Each destination shares Ridgeline's scenery-led hero and its own quiet content palette. */
.projects .project-section {
  background: #163a52;
}
.projects .project-row {
  padding-block: 44px;
}
.project-next {
  background: #dde7ed;
}
.project-next-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 8vw, 128px);
}
.project-next-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-next-link h2 {
  font-size: clamp(52px, 5.8vw, 88px);
  margin: 26px 0;
}
.project-next-link > p:not(.eyebrow) {
  max-width: 400px;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 32px;
}
.project-next-link > span {
  margin-top: auto;
  border-bottom: 1px solid #182e3d66;
  padding-bottom: 10px;
  font-size: 1rem;
}
.project-next-link:hover h2 {
  color: #32759b;
}
@media (max-width: 850px) {
  .projects .hero h1 {
    font-size: min(clamp(50px, 16.5vw, 120px), max(42px, calc(28vh - 78px)));
  }
}
@media (max-width: 600px) {
  .project-next-grid {
    grid-template-columns: 1fr;
  }
  .personal-intro figure {
    max-width: 400px;
    margin-top: 15px;
  }
  .projects .project-row {
    padding-block: 30px;
  }
}
