/* Quiet editorial second pass. Loaded after site.css to preserve the established structure and behavior. */
:root {
  --ink: #0c0d0b;
  --ink-raised: #12130f;
  --ink-soft: #1a1b17;
  --paper: #f1eee5;
  --paper-deep: #e6e1d6;
  --text: #f5f2e9;
  --text-dark: #171813;
  --muted: #aaa99f;
  --muted-dark: #64665e;
  --line: rgba(245, 242, 233, .13);
  --line-dark: rgba(23, 24, 19, .16);
  --accent: #b9c98c;
  --accent-soft: rgba(185, 201, 140, .12);
  --content: 1240px;
  --reading: 64ch;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow: 0 18px 54px rgba(0, 0, 0, .18);
}

html {
  background: var(--ink);
  scroll-padding-top: 88px;
}

body {
  max-width: 100%;
  background: var(--ink);
  font-size: 17px;
  line-height: 1.7;
}

main,
section,
header,
footer,
div,
article,
nav,
iframe {
  min-width: 0;
}

iframe { max-width: 100%; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

/* Navigation */
.site-header {
  top: 0;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 0 max(24px, calc((100% - 1320px) / 2));
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: rgba(12, 13, 11, .9);
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-logo {
  width: clamp(190px, 19vw, 242px);
}

.primary-nav {
  gap: 24px;
}

.primary-nav a {
  padding: 25px 0 20px;
  border-radius: 0;
  color: rgba(245, 242, 233, .65);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  transition: color .2s ease;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .24s ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: transparent;
  color: var(--text);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.primary-nav a[aria-current="page"] {
  background: transparent;
  color: var(--text);
}

.menu-toggle {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
}

/* Home hero */
.home-hero {
  min-height: min(850px, calc(100svh - 68px));
  background:
    radial-gradient(circle at 85% 14%, rgba(185, 201, 140, .085), transparent 30rem),
    linear-gradient(180deg, #0d0e0c, var(--ink));
}

.home-hero__background {
  display: none;
}

.home-hero::after {
  background: linear-gradient(180deg, transparent 74%, var(--ink));
}

.home-hero__content {
  width: min(calc(100% - 64px), 1320px);
  min-height: min(850px, calc(100svh - 68px));
  padding: clamp(74px, 8vw, 116px) 0 clamp(96px, 11vw, 152px);
  grid-template-columns: minmax(340px, .84fr) minmax(470px, 1.16fr);
  gap: clamp(64px, 8vw, 126px);
}

.home-hero__copy {
  align-self: center;
}

.home-hero h1 {
  max-width: 650px;
  font-size: clamp(76px, 8vw, 126px);
  font-weight: 600;
  letter-spacing: -.052em;
  line-height: .88;
}

p.home-hero__eyebrow {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  color: var(--accent);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

p.home-hero__intro {
  max-width: 500px;
  margin: 42px 0 0;
  padding-left: 20px;
  border-left-width: 1px;
  color: rgba(245, 242, 233, .76);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.65;
}

.home-hero__portrait-wrap {
  aspect-ratio: 4 / 3;
}

.home-hero__portrait-wrap::before {
  top: auto;
  right: auto;
  bottom: -16px;
  left: -16px;
  width: 52%;
  height: 48%;
  aspect-ratio: auto;
  border: 0;
  border-bottom: 1px solid rgba(185, 201, 140, .72);
  border-left: 1px solid rgba(185, 201, 140, .72);
  border-radius: 0 0 0 12px;
  background: transparent;
  opacity: 1;
}

.home-hero__portrait {
  height: 100%;
  aspect-ratio: 4 / 3;
  border-color: rgba(245, 242, 233, .16);
  border-radius: 12px;
  object-position: 62% center;
  box-shadow: none;
}

/* Home profile bands */
.profile-list {
  padding: 38px 32px clamp(108px, 11vw, 164px);
}

.profile-row,
.profile-row--reverse {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(74px, 8vw, 116px) 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(54px, 7vw, 104px);
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.profile-row:last-child {
  border-bottom: 1px solid var(--line);
}

.profile-row--reverse {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.profile-row__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}

.profile-row__media img {
  filter: saturate(.9) contrast(1.02);
}

.profile-row:hover .profile-row__media img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.012);
}

.profile-row__copy {
  padding: 0;
}

.profile-row__copy h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 550;
  letter-spacing: -.035em;
  line-height: 1;
}

.profile-row__copy h2::after {
  width: 34px;
  height: 1px;
  margin-top: 22px;
}

.profile-row__copy p {
  max-width: var(--reading);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

/* Shared page headings */
.section-heading {
  width: min(calc(100% - 64px), 1180px);
  margin-bottom: clamp(50px, 6vw, 78px);
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 550;
  letter-spacing: -.045em;
  line-height: .94;
}

.section-heading::after {
  width: 42px;
  height: 1px;
  margin-top: 22px;
}

/* Journey timeline */
.journey-main {
  padding: clamp(102px, 10vw, 150px) 0 clamp(116px, 12vw, 176px);
}

.journey-jump {
  display: none;
}

.journey-section,
.journey-section + .journey-section {
  width: min(calc(100% - 64px), 1180px);
  margin: 0 auto;
  padding: 0 0 clamp(112px, 12vw, 172px);
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  column-gap: clamp(48px, 6vw, 82px);
  border: 0;
  scroll-margin-top: 122px;
}

.journey-section + .journey-section {
  padding-top: 0;
}

.journey-section:last-child {
  padding-bottom: 0;
}

.journey-section .section-heading {
  position: sticky;
  top: 108px;
  grid-column: 1;
  grid-row: 1 / span 40;
  align-self: start;
  width: auto;
  margin: 0;
  font-size: clamp(42px, 4.7vw, 66px);
}

.journey-item,
.journey-item--reverse {
  position: relative;
  grid-column: 2;
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(70px, 8vw, 104px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(34px, 4vw, 60px);
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.journey-item--reverse {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.journey-item::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: -8px;
  left: calc(clamp(48px, 6vw, 82px) / -2);
  width: 1px;
  background: var(--line);
}

.journey-item::after {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(clamp(48px, 6vw, 82px) / -2 - 4px);
  width: 9px;
  height: 9px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px rgba(185, 201, 140, .5);
}

.journey-section:last-child .journey-item:last-child::before {
  bottom: calc(100% - 10px);
}

.journey-item__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}

.journey-item__media img,
.journey-item__media iframe {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.journey-item__copy {
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.journey-item__copy h3 {
  margin-bottom: 22px;
  font-size: clamp(28px, 2.9vw, 40px);
  font-weight: 550;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.journey-item__copy p {
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.72;
}

.journey-item--current {
  border: 0;
  background: transparent;
}

/* Travel map, unified stats, and gallery */
.travel-main {
  padding-top: clamp(102px, 10vw, 150px);
}

.world-map-section {
  padding: 0 32px clamp(66px, 7vw, 96px);
}

.world-map-frame {
  width: min(100%, 1180px);
  height: clamp(360px, 40vw, 500px);
  border-color: var(--line);
  border-radius: 12px;
  box-shadow: none;
}

.travel-stats {
  width: min(calc(100% - 64px), 1180px);
  padding: 0;
  gap: 0;
  border: 0;
  border-radius: 12px;
  background: var(--paper);
  overflow: hidden;
}

.travel-stats p {
  min-height: 168px;
  padding: 28px 22px 24px;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 550;
  letter-spacing: .03em;
}

.travel-stats p + p {
  border-left: 1px solid var(--line-dark);
}

.travel-stats strong {
  margin-bottom: 7px;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -.045em;
}

.travel-gallery-section {
  padding: clamp(116px, 12vw, 176px) 32px clamp(120px, 12vw, 180px);
}

.travel-gallery-section .section-heading,
.gallery-columns,
.gallery-noscript {
  width: min(100%, 1240px);
}

.travel-gallery-section .section-heading {
  margin-bottom: 18px;
}

.gallery-summary {
  width: min(100%, 1240px);
  margin: 0 auto clamp(44px, 5vw, 64px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gallery-columns {
  column-gap: 20px;
}

.gallery-item {
  margin-bottom: 20px;
}

.gallery-item img {
  border-radius: 5px;
  box-shadow: none;
  filter: saturate(.94);
}

.gallery-item img:hover {
  filter: saturate(1.02);
  transform: translateY(-2px);
  box-shadow: none;
}

.show-more-button {
  min-width: 154px;
  min-height: 48px;
  margin-top: 48px;
  border-color: rgba(185, 201, 140, .5);
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  font-size: 13px;
}

.show-more-button:hover,
.show-more-button:focus-visible {
  background: var(--accent);
  color: var(--ink);
  transform: none;
}

/* Contact */
.contact-form-section {
  padding: clamp(102px, 10vw, 150px) 32px clamp(116px, 12vw, 174px);
  overflow: hidden;
  overflow: clip;
}

.contact-form-section::before {
  top: 0;
  right: 0;
  width: min(42vw, 520px);
  background: radial-gradient(circle, rgba(185, 201, 140, .07), transparent 68%);
}

.contact-form-section .section-heading,
.contact-form-wrap {
  width: min(100%, 1180px);
}

.contact-form-wrap {
  padding: clamp(54px, 6vw, 78px) 0;
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(54px, 8vw, 118px);
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-lead {
  margin: 0;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 500;
  line-height: 1.2;
}

.contact-form {
  gap: 20px;
}

.form-label {
  color: rgba(245, 242, 233, .78);
  font-size: 13px;
  font-weight: 600;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  border: 0;
  border-bottom: 1px solid rgba(245, 242, 233, .25);
  border-radius: 0;
  padding: 14px 0;
  background: transparent;
}

.contact-form textarea {
  min-height: 190px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background: transparent;
  box-shadow: none;
}

.attachment-row {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.contact-submit {
  min-height: 50px;
  border-radius: 8px;
  font-size: 13px;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  box-shadow: none;
  transform: none;
}

.location-section {
  margin: 0;
  padding: clamp(104px, 11vw, 160px) 32px clamp(96px, 10vw, 144px);
  border-top: 1px solid var(--line-dark);
  border-radius: 0;
}

.location-section .section-heading,
.location-section > p,
.location-map-wrap {
  width: min(100%, 1180px);
}

.location-section > p {
  margin-top: -22px;
  margin-bottom: 34px;
  font-size: 17px;
}

.location-map-wrap {
  height: clamp(380px, 42vw, 520px);
  padding: 7px;
  border-radius: 12px;
  box-shadow: none;
}

.location-map-wrap iframe {
  border-radius: 7px;
}

.directions-button {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
}

.directions-button:hover,
.directions-button:focus-visible {
  transform: none;
}

.social-section {
  padding: clamp(102px, 10vw, 148px) 32px clamp(100px, 10vw, 146px);
}

.social-section .section-heading,
.social-links {
  width: min(100%, 1180px);
}

.social-links {
  gap: 12px;
}

.social-links a {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: transparent;
  font-size: 18px;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: var(--accent);
  transform: translateY(-2px);
}

.site-footer {
  width: min(calc(100% - 64px), 1180px);
  min-height: 124px;
}

/* Softer motion */
@media (prefers-reduced-motion: no-preference) {
  .motion-ready .reveal-target {
    transform: translateY(12px);
    transition-duration: .48s;
  }

  .motion-ready .home-hero__copy,
  .motion-ready .home-hero__portrait-wrap {
    transform: translateY(12px);
    animation-duration: .62s;
  }

  .motion-ready .home-hero__portrait-wrap {
    animation-delay: .08s;
  }
}

@media (hover: none) {
  .profile-row:hover .profile-row__media img,
  .gallery-item img:hover,
  .social-links a:hover {
    transform: none;
  }
}

/* 1024 and compact desktop */
@media (max-width: 1120px) {
  .site-header {
    padding-right: 28px;
    padding-left: 28px;
  }

  .home-hero__content {
    grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr);
    gap: 58px;
  }

  .journey-section,
  .journey-section + .journey-section {
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 48px;
  }

  .journey-item::before {
    left: -24px;
  }

  .journey-item::after {
    left: -28px;
  }

  .contact-form-wrap {
    grid-template-columns: minmax(200px, .6fr) minmax(0, 1.4fr);
    gap: 58px;
  }
}

/* Tablet and mobile navigation */
@media (max-width: 980px) {
  .site-header {
    top: 0;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 7px 18px;
    border-radius: 0;
  }

  .primary-nav {
    top: calc(100% + 1px);
    right: 12px;
    width: min(300px, calc(100vw - 24px));
    padding: 10px 16px 14px;
    gap: 0;
    border-radius: 10px;
    background: rgba(12, 13, 11, .98);
  }

  .primary-nav a {
    padding: 14px 4px 13px;
  }

  .primary-nav a::after {
    right: auto;
    bottom: 8px;
    width: 28px;
  }

  .home-hero,
  .home-hero__content {
    min-height: auto;
  }

  .home-hero__content {
    width: min(calc(100% - 48px), 760px);
    padding: clamp(82px, 11vw, 112px) 0 clamp(104px, 13vw, 142px);
    grid-template-columns: 1fr;
    gap: clamp(58px, 9vw, 82px);
  }

  .home-hero__copy {
    max-width: 650px;
  }

  .home-hero h1 {
    font-size: clamp(72px, 14vw, 112px);
  }

  .home-hero__portrait-wrap {
    width: 100%;
  }

  .profile-row,
  .profile-row--reverse {
    padding: clamp(64px, 9vw, 88px) 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .profile-row--reverse .profile-row__media {
    order: 0;
  }

  .profile-row__copy {
    max-width: 680px;
  }

  .journey-main {
    padding-top: 64px;
  }

  .journey-jump {
    position: sticky;
    top: 64px;
    z-index: 40;
    display: flex;
    width: 100%;
    margin: 0 0 72px;
    padding: 0 18px;
    gap: 24px;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
    background: rgba(12, 13, 11, .96);
    scrollbar-width: none;
  }

  .journey-jump::-webkit-scrollbar {
    display: none;
  }

  .journey-jump a {
    flex: 0 0 auto;
    padding: 15px 0 13px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .journey-jump a:hover,
  .journey-jump a:focus-visible {
    color: var(--text);
  }

  .journey-section,
  .journey-section + .journey-section {
    width: min(calc(100% - 48px), 760px);
    padding-bottom: 112px;
    display: block;
  }

  .journey-section .section-heading {
    position: static;
    width: 100%;
    margin-bottom: 58px;
  }

  .journey-item,
  .journey-item--reverse {
    padding: 0 0 76px 28px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .journey-item--reverse .journey-item__media {
    order: 0;
  }

  .journey-item::before {
    top: 5px;
    bottom: -5px;
    left: 4px;
  }

  .journey-item::after {
    top: 5px;
    left: 0;
  }

  .journey-item__media,
  .journey-item__media img,
  .journey-item__media iframe {
    aspect-ratio: 16 / 9;
  }

  .journey-item__copy {
    padding-top: 24px;
  }

  .travel-main {
    padding-top: 94px;
  }

  .contact-form-wrap {
    padding: 54px 0;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .contact-lead {
    max-width: 620px;
  }
}

/* 768 and narrow tablet */
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .profile-list,
  .world-map-section,
  .travel-gallery-section,
  .contact-form-section,
  .location-section,
  .social-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-hero__content {
    width: calc(100% - 40px);
    padding-top: 72px;
    padding-bottom: 104px;
  }

  .home-hero h1 {
    font-size: clamp(64px, 16vw, 92px);
  }

  p.home-hero__intro {
    margin-top: 32px;
    font-size: 18px;
  }

  .home-hero__portrait-wrap::before {
    bottom: -10px;
    left: -10px;
  }

  .profile-list {
    padding-top: 20px;
    padding-bottom: 108px;
  }

  .profile-row,
  .profile-row--reverse {
    gap: 34px;
  }

  .profile-row__copy h2 {
    font-size: clamp(39px, 8vw, 52px);
  }

  .section-heading {
    width: min(calc(100% - 40px), 1180px);
    font-size: clamp(48px, 12vw, 70px);
  }

  .journey-section,
  .journey-section + .journey-section {
    width: calc(100% - 40px);
  }

  .journey-section .section-heading {
    font-size: clamp(46px, 11vw, 66px);
  }

  .world-map-frame {
    height: 320px;
  }

  .travel-stats {
    width: calc(100% - 40px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .travel-stats p {
    min-height: 132px;
    padding: 20px 10px 18px;
    font-size: 13px;
  }

  .travel-stats strong {
    font-size: clamp(38px, 8vw, 54px);
  }

  .travel-gallery-section {
    padding-top: 104px;
    padding-bottom: 112px;
  }

  .gallery-columns {
    column-count: 2;
    column-gap: 14px;
  }

  .gallery-item {
    margin-bottom: 14px;
  }

  .contact-form-section,
  .social-section {
    padding-top: 94px;
    padding-bottom: 106px;
  }

  .contact-form-section .section-heading,
  .social-section .section-heading,
  .location-section .section-heading {
    width: 100%;
  }

  .location-section {
    padding-top: 96px;
    padding-bottom: 88px;
  }

  .location-map-wrap {
    height: 350px;
  }

  .site-footer {
    width: calc(100% - 40px);
  }
}

/* Phones, including 390 and 360 */
@media (max-width: 620px) {
  .gallery-columns {
    column-count: 2;
    column-gap: 10px;
  }

  .gallery-item {
    margin-bottom: 10px;
  }

  .travel-stats {
    grid-template-columns: 1fr;
  }

  .travel-stats p {
    min-height: 108px;
  }

  .travel-stats p + p {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .travel-stats strong {
    font-size: 48px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-field--wide,
  .attachment-row,
  .contact-submit {
    grid-column: auto;
  }

  .attachment-row {
    align-items: flex-start;
  }
}

@media (max-width: 340px) {
  .gallery-columns {
    column-count: 1;
  }
}

@media (max-width: 430px) {
  .site-header {
    width: 100%;
    padding-right: 12px;
    padding-left: 16px;
  }

  .site-logo {
    width: min(52vw, 176px);
  }

  .primary-nav {
    right: 8px;
    width: calc(100vw - 16px);
  }

  .home-hero__content {
    width: calc(100% - 32px);
    padding-top: 64px;
    padding-bottom: 94px;
  }

  .home-hero h1 {
    font-size: clamp(58px, 17vw, 70px);
  }

  p.home-hero__intro {
    padding-left: 16px;
    font-size: 17px;
  }

  .home-hero__portrait {
    aspect-ratio: 1 / 1;
  }

  .home-hero__portrait-wrap {
    aspect-ratio: 1 / 1;
  }

  .profile-list,
  .world-map-section,
  .travel-gallery-section,
  .contact-form-section,
  .location-section,
  .social-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .profile-row,
  .profile-row--reverse {
    padding: 58px 0;
  }

  .profile-row__media {
    aspect-ratio: 4 / 3;
  }

  .profile-row__copy h2 {
    font-size: clamp(36px, 10vw, 43px);
  }

  .profile-row__copy p {
    font-size: 15px;
    line-height: 1.74;
  }

  .section-heading {
    width: calc(100% - 32px);
    font-size: clamp(42px, 11.5vw, 50px);
  }

  .journey-section,
  .journey-section + .journey-section {
    width: calc(100% - 32px);
    padding-bottom: 90px;
  }

  .journey-section .section-heading {
    font-size: clamp(42px, 11.5vw, 50px);
  }

  .journey-item,
  .journey-item--reverse {
    padding-right: 0;
    padding-bottom: 64px;
    padding-left: 22px;
  }

  .journey-item::before {
    left: 3px;
  }

  .journey-item::after {
    left: -1px;
  }

  .journey-item__copy h3 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .world-map-frame {
    height: 250px;
  }

  .travel-stats {
    width: calc(100% - 32px);
  }

  .contact-form-wrap {
    padding: 42px 0;
    gap: 40px;
  }

  .contact-lead {
    font-size: 27px;
  }

  .attachment-row {
    gap: 12px;
  }

  #attachment-count {
    max-width: 92px;
    text-align: right;
  }

  .location-section > p {
    margin-top: -10px;
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .location-map-wrap {
    height: 300px;
  }

  .social-links {
    gap: 9px;
  }

  .social-links a {
    width: 50px;
    height: 50px;
  }

  .site-footer {
    width: calc(100% - 32px);
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .home-hero h1 {
    font-size: 56px;
  }

  p.home-hero__intro {
    font-size: 16px;
  }

  .profile-row__copy h2 {
    font-size: 35px;
  }

  .section-heading,
  .journey-section .section-heading {
    font-size: 42px;
  }

  .social-links a {
    width: 48px;
    height: 48px;
  }
}
