/* Homepage styles: hero, customer journey, service section, blog previews and responsive refinements.
 * Rule order is intentional: later responsive refinements preserve the approved design.
 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/7cHqv4kjgoGqM7E30-8c4A.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/7cHqv4kjgoGqM7E3t-4c4A.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/7cHqv4kjgoGqM7E3q-0c4A.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3E.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3E.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3E.woff2) format("woff2");
}

.new-home {
  background: #f7f6f2;
  color: #0a2736;
}
.nh-wrap {
  width: min(1280px, calc(100% - 100px));
  margin: auto;
}
.new-home em {
  font-style: normal;
  color: #f34d10;
}
.nh-eyebrow {
  font:
    600 11px/1.6 Arial,
    sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #647682;
}
.nh-hero {
  background: #f3f2ee;
}
.nh-hero-grid {
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  min-height: 650px;
  padding: 48px 0 25px;
}
.nh-hero-copy {
  position: relative;
  z-index: 1;
}
.nh-hero h1 {
  font:
    900 clamp(70px, 7.5vw, 106px)/0.88 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 24px 0;
}
.nh-hero h1 small {
  display: block;
  font-size: 0.54em;
  line-height: 1.1;
  letter-spacing: -0.7px;
  margin-bottom: 6px;
}
.nh-copy {
  font:
    14px/1.7 Arial,
    sans-serif;
  color: #586d79;
  max-width: 450px;
}
.nh-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}
.nh-button {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  background: #fc510c;
  color: #fff;
  padding: 15px 21px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 2px;
  white-space: nowrap;
}
.nh-link {
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #819099;
  padding: 10px 0;
  white-space: nowrap;
}
.nh-scroll {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  color: #647682;
  text-decoration: none;
  margin-top: 20px;
}
.nh-scroll span {
  display: block;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 100;
}
.nh-crop {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.nh-crop img {
  position: absolute;
  max-width: none;
  height: auto;
  display: block;
}
.nh-hero-art {
  align-self: start;
  margin-top: -20px;
}
.nh-journey {
  position: relative;
  overflow: hidden;
  padding: 36px 0 265px;
  background: #f7f6f2;
}
.nh-journey .nh-wrap {
  position: relative;
  z-index: 1;
}
.nh-rule {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nh-rule:before {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background: #ff7337;
}
.nh-journey h2 {
  font:
    800 clamp(40px, 4.4vw, 62px)/0.97 "Barlow",
    Arial,
    sans-serif;
  letter-spacing: -2px;
  margin: 20px 0;
}
.nh-journey-copy {
  max-width: 625px;
}
.nh-arcs {
  position: absolute;
  right: -180px;
  top: -250px;
  width: 590px;
  height: 590px;
  border: 1px solid #ffd6bd;
  border-radius: 50%;
  box-shadow:
    0 0 0 38px #f7f6f2,
    0 0 0 39px #ffe0cc,
    0 0 0 78px #f7f6f2,
    0 0 0 79px #ffe0cc;
}
.nh-arcs span {
  position: absolute;
  top: 305px;
  left: 290px;
  font-size: 10px;
  letter-spacing: 3px;
  color: #71808a;
}
.nh-stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 36px;
}
.nh-track {
  height: 1px;
  background: #bfc8c9;
  position: relative;
  margin: 0 0 10px;
}
.nh-track b {
  position: absolute;
  left: 10%;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f65a1c;
}
.nh-track span {
  position: absolute;
  right: -2px;
  top: -13px;
  color: #80929b;
}
.nh-stages small {
  font-size: 12px;
  letter-spacing: 1px;
  color: #84939a;
}
.nh-stages h3 {
  font:
    800 40px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  text-transform: uppercase;
  margin: 4px 0 8px;
}
.nh-stages h4 {
  font:
    600 17px/1.4 Arial,
    sans-serif;
  margin: 0 0 5px;
}
.nh-stages p {
  font-size: 13px;
  line-height: 1.5;
  color: #71808b;
}
.nh-stage-art {
  margin-top: 5px;
}
.nh-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 30px;
  color: inherit;
  padding: 11px 27px;
  margin-top: 20px;
  font:
    600 12px/1 Arial,
    sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 42px;
}
.nh-blogs {
  text-align: center;
  padding: 20px 0 28px;
}
.nh-blogs .nh-rule {
  justify-content: center;
}
.nh-blogs h2 {
  font:
    800 clamp(40px, 4.8vw, 65px)/1.05 "Barlow Condensed",
    Impact,
    sans-serif;
  text-transform: uppercase;
  margin: 23px 0 8px;
}
.nh-blogs > div > p:not(.nh-eyebrow) {
  font-size: 14px;
}
.nh-blog-grid {
  --blog-gap: 44px;
  display: flex;
  justify-content: center;
  gap: var(--blog-gap);
  margin-top: 52px;
}
.nh-blog-grid:empty {
  min-height: 420px;
}

.nh-blog-grid > article {
  flex: 0 1 calc((100% - (2 * var(--blog-gap))) / 3);
  max-width: calc((100% - (2 * var(--blog-gap))) / 3);
  min-width: 0;
}
.nh-blog-grid button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  background: none;
  border: 0;
  color: #082737;
  text-align: left;
  padding: 12px 0;
  font:
    14px/1.3 Arial,
    sans-serif;
}
.nh-blog-grid b {
  border: 1px solid #082737;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  font-size: 18px;
  font-weight: 400;
}
.nh-blog-grid button:hover b {
  background: #082737;
  color: white;
}
.new-home .contact {
  padding-top: 55px;
  padding-bottom: 110px;
}
.new-home .contact h2 {
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 55px);
  line-height: 1.08;
  letter-spacing: -1px;
}
.nh-button:hover {
  background: #d84c10;
}
.nh-track.moving b {
  animation: nh-travel 3s ease-in-out both;
}
@keyframes nh-travel {
  from {
    left: 0;
  }
  to {
    left: 95%;
  }
}
@media (max-width: 900px) {
  .nh-wrap {
    width: calc(100% - 48px);
  }
  .nh-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 35px;
  }
  .nh-hero h1 {
    font-size: 90px;
  }
  .nh-hero-art {
    max-width: 680px;
    margin: 0 auto;
  }
  .nh-hero .nh-copy {
    max-width: 500px;
  }
  .nh-stages {
    gap: 18px;
  }
  .nh-stages h4 {
    font-size: 14px;
  }
  .nh-stages p {
    font-size: 12px;
  }
  .nh-journey {
    padding-bottom: 180px;
  }
  .nh-blog-grid {
    --blog-gap: 22px;
  }
  .nh-blog-grid button {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .nh-hero h1 {
    font-size: 84px;
  }
  .nh-blog-grid:empty {
  min-height: 300px;
  }
  .nh-eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
  }
  .nh-actions {
    gap: 18px;
    flex-wrap: wrap;
  }
  .nh-button,
  .nh-link {
    font-size: 12px;
  }
  .nh-journey h2 {
    font-size: 42px;
  }
  .nh-stages {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .nh-stages h3 {
    font-size: 36px;
  }
  .nh-stages h4 {
    font-size: 17px;
  }
  .nh-stages p {
    font-size: 13px;
  }
  .nh-stage-art {
    max-width: 380px;
  }
  .nh-journey {
    padding-bottom: 155px;
  }
  .nh-blog-grid {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .nh-blog-grid > article {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .nh-blog-grid button {
    font-size: 15px;
  }
  .nh-blogs h2 {
    font-size: 42px;
  }
  .nh-blogs {
    padding: 35px 0;
  }
  .nh-arcs {
    opacity: 0.45;
  }
  .new-home .contact {
    padding-bottom: 65px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nh-track.moving b {
    animation: none;
  }
}
.new-home {
  overflow-x: clip;
}
.nh-hero-grid > * {
  min-width: 0;
}
@media (max-width: 900px) {
  .nh-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 600px) {
  .nh-hero h1 {
    font-size: clamp(58px, 19vw, 84px);
  }
}

.nh-hero-art {
  mask-image:
    linear-gradient(to right, transparent, #000 5%, #000 95%, transparent),
    linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent);
  mask-composite: intersect;
}

@media (min-width: 901px) {
  .nh-hero .nh-wrap {
    width: min(1408px, calc(100% - 72px));
  }

  .nh-hero-grid {
    grid-template-columns: 37% 63%;
    min-height: 715px;
    padding: 53px 0 28px;
  }

  .nh-hero h1 {
    font-size: clamp(77px, 8.25vw, 117px);
    line-height: 0.88;
    letter-spacing: -2.2px;
    margin: 26px 0;
  }

  .nh-hero h1 small {
    letter-spacing: -0.8px;
    margin-bottom: 7px;
  }

  .nh-hero .nh-eyebrow {
    font-size: 12px;
    letter-spacing: 2.7px;
  }

  .nh-hero .nh-copy {
    max-width: 495px;
    font-size: 15px;
    line-height: 1.72;
  }

  .nh-hero .nh-actions {
    gap: 33px;
    margin-top: 28px;
  }

  .nh-hero .nh-button {
    gap: 33px;
    padding: 17px 23px;
    font-size: 14px;
  }

  .nh-hero .nh-link {
    font-size: 14px;
    padding: 11px 0;
  }

  .nh-hero .nh-scroll {
    font-size: 12px;
    margin-top: 22px;
  }

  .nh-hero .nh-scroll span {
    font-size: 33px;
  }

  .nh-hero-art {
    margin-top: -22px;
  }
}

.nh-stages .nh-stage-content {
  display: grid;
  grid-template-columns: minmax(135px, 0.78fr) minmax(185px, 1.22fr);
  gap: 20px;
  align-items: center;
  margin-top: 14px;
  min-height: 250px;
}

.nh-stage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  align-content: center;
}

.nh-stage-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: #243844;
  font:
    500 13px/1.25 Arial,
    sans-serif;
}

.nh-stage-list img {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  object-fit: contain;
  display: block;
}

.nh-stage-visual {
  margin: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  pointer-events: none;
}

.nh-stage-visual img {
  width: 100%;
  height: auto;
  max-height: 315px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 20px rgba(33, 43, 48, 0.055));
}

.nh-stage-google img {
  max-width: 285px;
}
.nh-stage-instagram img {
  max-width: 225px;
  max-height: 330px;
}
.nh-stage-booking img {
  max-width: 235px;
  max-height: 320px;
}

.nh-stages .nh-stage-art {
  display: none;
}

@media (min-width: 1200px) {
  .nh-stages {
    gap: 40px;
  }
  .nh-stages .nh-stage-content {
    grid-template-columns: minmax(145px, 0.8fr) minmax(195px, 1.2fr);
    gap: 22px;
  }
  .nh-stage-list li {
    font-size: 14px;
    gap: 12px;
  }
  .nh-stage-list img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .nh-stage-google img {
    max-width: 305px;
  }
  .nh-stage-instagram img {
    max-width: 235px;
  }
  .nh-stage-booking img {
    max-width: 245px;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .nh-stages .nh-stage-content {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .nh-stage-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .nh-stage-visual {
    justify-content: flex-start;
    margin-top: 5px;
  }
  .nh-stage-google img {
    max-width: 245px;
  }
  .nh-stage-instagram img {
    max-width: 195px;
  }
  .nh-stage-booking img {
    max-width: 205px;
  }
}

@media (max-width: 900px) {
  .nh-stages .nh-stage-content {
    grid-template-columns: minmax(125px, 0.72fr) minmax(180px, 1.28fr);
    gap: 18px;
    min-height: 0;
  }
  .nh-stage-visual img {
    max-height: 290px;
  }
}

@media (max-width: 600px) {
  .nh-stages .nh-stage-content {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
  }
  .nh-stage-list {
    gap: 12px;
  }
  .nh-stage-list li {
    font-size: 14px;
  }
  .nh-stage-list img {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .nh-stage-visual {
    justify-content: center;
  }
  .nh-stage-google img {
    max-width: 320px;
  }
  .nh-stage-instagram img {
    max-width: 260px;
  }
  .nh-stage-booking img {
    max-width: 270px;
  }
}

.nh-journey {
  padding-bottom: 90px;
}

.nh-stages {
  align-items: start;
  column-gap: 44px;
  margin-top: 42px;
}

.nh-stage {
  display: grid;
  grid-template-rows:
    auto /* track */
    22px /* number */
    48px /* FIND / TRUST / CHOOSE */
    34px /* subheading */
    58px /* description */
    auto; /* list + visual */
  align-content: start;
  min-width: 0;
}

.nh-stage .nh-track {
  margin-bottom: 10px;
}

.nh-stage > small {
  align-self: start;
  line-height: 1.2;
}

.nh-stage > h3 {
  align-self: start;
  margin: 2px 0 0;
  line-height: 1;
}

.nh-stage > h4 {
  align-self: start;
  margin: 0;
  line-height: 1.35;
}

.nh-stage > p {
  align-self: start;
  margin: 0;
  line-height: 1.55;
}

.nh-stages .nh-stage-content {
  align-self: start;
  grid-template-columns: minmax(150px, 0.82fr) minmax(205px, 1.18fr);
  gap: 26px;
  min-height: 318px;
  margin-top: 22px;
  align-items: center;
}

.nh-stage-list {
  gap: 23px;
}

.nh-stage-list li {
  min-height: 36px;
  font-size: 14px;
  line-height: 1.25;
}

.nh-stage-list img {
  width: 35px;
  height: 35px;
  flex-basis: 35px;
}

.nh-stage-visual {
  min-height: 300px;
  align-items: center;
}

.nh-stage-google img {
  max-width: 305px;
}

.nh-stage-instagram img {
  max-width: 242px;
  max-height: 330px;
}

.nh-stage-booking img {
  max-width: 250px;
  max-height: 320px;
}

@media (max-width: 1199px) and (min-width: 901px) {
  .nh-stages {
    column-gap: 26px;
  }

  .nh-stage {
    grid-template-rows: auto 22px 44px 34px 66px auto;
  }

  .nh-stages .nh-stage-content {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 430px;
  }

  .nh-stage-list {
    gap: 12px;
  }

  .nh-stage-visual {
    min-height: 240px;
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .nh-journey {
    padding-bottom: 72px;
  }

  .nh-stages {
    row-gap: 48px;
  }

  .nh-stage {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .nh-stage > h3,
  .nh-stage > h4,
  .nh-stage > p {
    margin-bottom: 8px;
  }

  .nh-stages .nh-stage-content {
    grid-template-columns: minmax(135px, 0.72fr) minmax(190px, 1.28fr);
    gap: 24px;
    min-height: 0;
    margin-top: 16px;
  }

  .nh-stage-visual {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .nh-journey {
    padding-bottom: 58px;
  }

  .nh-stages {
    gap: 52px;
  }

  .nh-stages .nh-stage-content {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 14px;
  }

  .nh-stage-list {
    gap: 12px;
  }

  .nh-stage-visual {
    justify-content: center;
  }
}

@media (min-width: 901px) {
  .nh-stage-visual {
    align-items: flex-start;
  }

  .nh-stage:nth-child(1) .nh-stage-content,
  .nh-stage:nth-child(3) .nh-stage-content {
    transform: translateY(-18px);
  }

  .nh-stage-instagram img {
    max-width: 218px;
    max-height: 300px;
  }

  .nh-stage-google,
  .nh-stage-instagram,
  .nh-stage-booking {
    min-height: 270px;
  }
}

@media (min-width: 1200px) {
  .nh-stage-instagram img {
    max-width: 220px;
  }
}

@media (min-width: 901px) {
  .nh-stage:nth-child(1) .nh-stage-content,
  .nh-stage:nth-child(3) .nh-stage-content {
    transform: none;
  }

  .nh-stage:nth-child(1) .nh-stage-list,
  .nh-stage:nth-child(1) .nh-stage-visual {
    transform: translateY(-18px);
  }

  .nh-stage:nth-child(3) .nh-stage-list,
  .nh-stage:nth-child(3) .nh-stage-visual {
    transform: translateY(-18px);
  }

  .nh-stage:nth-child(2) .nh-stage-list,
  .nh-stage:nth-child(2) .nh-stage-visual {
    transform: none;
  }
}

@media (min-width: 901px) {
  .nh-stages .nh-stage-content {
    transform: translateY(-48px) !important;
    align-items: flex-start;
  }

  .nh-stage-list {
    align-content: start;
    padding-top: 18px;
    transform: none !important;
  }

  .nh-stage-visual {
    align-items: flex-start;
    padding-top: 0;
    transform: none !important;
  }

  .nh-stage-instagram img {
    max-width: 218px;
    max-height: 300px;
  }
}

@media (min-width: 901px) {
  .nh-pill {
    margin-top: 22px;
  }
}

/* ===== Homepage service section ===== */

/* Homepage Section 3 (Who we are): seamless SVG mark, compact desktop proportions and centered mobile layout.
 * Rule order is intentional: later responsive refinements preserve the approved design.
 */

.nh-about {
  --cream: #f6f4f0;
  --navy: #0b2334;
  --split: clamp(220px, 16.45vw, 330px);
  position: relative;
  isolation: isolate;
  background: var(--navy);
  color: #f6f4f0;
  text-align: center;
  padding: 0 0 38px;
  overflow: hidden;
}
.nh-about::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: var(--split);
  background: var(--cream);
  z-index: -1;
}
.nh-about-art {
  position: relative;
  width: 100%;
  height: calc(var(--split) + clamp(146px, 9.4vw, 188px));
  pointer-events: none;
}
.nh-about-mark {
  position: absolute;
  display: block;
  width: clamp(350px, 23.4vw, 470px);
  height: auto;
  left: 50%;
  top: var(--split);
  transform: translate(-46%, -55.61%);
  max-width: none;
}
.nh-about-note {
  position: absolute;
  display: block;
  width: clamp(150px, 10.2vw, 205px);
  height: auto;
  left: calc(50% + clamp(190px, 16.2vw, 325px));
  top: calc(var(--split) - clamp(150px, 9vw, 180px));
  mix-blend-mode: multiply;
}
.nh-about-content {
  position: relative;
  width: min(1100px, calc(100% - 48px));
  margin: 18px auto 0;
}
.nh-about .nh-eyebrow {
  margin: 0 0 12px;
  color: #a8b7c1;
  font:
    400 clamp(10px, 0.76vw, 14px)/1.5 Arial,
    sans-serif;
  letter-spacing: 4px;
}
.nh-about h2 {
  margin: 0;
  color: #f6f4f0;
  font:
    800 clamp(52px, 5.35vw, 100px)/1 "Barlow",
    Arial,
    sans-serif;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
.nh-about h2 em {
  color: #ff501b;
  font-style: normal;
}
.nh-about .nh-about-copy {
  margin: 18px auto 0;
  max-width: 1000px;
  font:
    400 clamp(14px, 1.1vw, 21px)/1.65 Arial,
    sans-serif;
  color: #eef1f2;
}
.nh-about .nh-pill {
  margin: 30px 0 0;
  padding: 17px 40px;
  min-height: 0;
  border: 1.5px solid #eef1f2;
  border-radius: 999px;
  background: transparent;
  color: #eef1f2;
  font:
    700 clamp(12px, 0.95vw, 17px)/1 Arial,
    sans-serif;
  gap: 10px;
}
.nh-about .nh-pill:hover {
  background: #f6f4f0;
  color: #0b2334;
}
.nh-about .nh-pill:focus-visible {
  outline: 3px solid #ff501b;
  outline-offset: 5px;
}
.nh-about-notes {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: calc(100% - 128px);
  margin: -70px auto 0;
  pointer-events: none;
  text-align: left;
  color: #a8b7c1;
  font:
    400 clamp(9px, 0.72vw, 13px)/1.65 Arial,
    sans-serif;
  letter-spacing: 3px;
  min-height: 70px;
}
.nh-about-notes i {
  display: block;
  width: 43px;
  height: 3px;
  background: #ff501b;
  margin-bottom: 17px;
}
@media (max-width: 900px) {
  .nh-about {
    --split: 220px;
    padding-bottom: 30px;
  }
  .nh-about-mark {
    width: 350px;
  }
  .nh-about-note {
    left: calc(50% + 155px);
    width: 135px;
    top: 105px;
  }
  .nh-about-content {
    margin-top: 26px;
  }
  .nh-about .nh-about-copy br {
    display: none;
  }
  .nh-about-notes {
    width: calc(100% - 48px);
    margin: 28px auto 0;
    min-height: 0;
    font-size: 9px;
    letter-spacing: 2px;
  }
  .nh-about h2 {
    font-size: clamp(40px, 7vw, 64px);
  }
}
@media (max-width: 600px) {
  .nh-about {
    --split: 185px;
  }
  .nh-about-art {
    height: 285px;
  }
  .nh-about-mark {
    width: 250px;
    left: 42%;
  }
  .nh-about-note {
    width: 105px;
    left: auto;
    right: 8px;
    top: 65px;
  }
  .nh-about-content {
    margin-top: 15px;
    width: calc(100% - 36px);
  }
  .nh-about h2 {
    font-size: clamp(32px, 9vw, 48px);
    letter-spacing: -0.5px;
  }
  .nh-about .nh-eyebrow {
    font-size: 9px;
    letter-spacing: 3px;
  }
  .nh-about .nh-about-copy {
    font-size: 14px;
    line-height: 1.7;
  }
  .nh-about .nh-pill {
    margin-top: 24px;
    padding: 15px 28px;
  }
  .nh-about-notes {
    width: calc(100% - 36px);
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .nh-about-notes i {
    height: 2px;
    width: 30px;
    margin-bottom: 10px;
  }
}

@media (min-width: 901px) {
  .nh-about h2 {
    transform: scaleX(1.18);
  }
}
.nh-about-note {
  clip-path: inset(0 0 3px);
}

@media (min-width: 901px) {
  .nh-about {
    --split: clamp(165px, 12.3375vw, 247.5px);
    padding-bottom: 29px;
  }
  .nh-about-art {
    height: calc(var(--split) + clamp(109.5px, 7.05vw, 141px));
  }
  .nh-about-mark {
    width: clamp(262.5px, 17.55vw, 352.5px);
  }
  .nh-about-note {
    width: clamp(112.5px, 7.65vw, 153.75px);
    left: calc(50% + clamp(142.5px, 12.15vw, 243.75px));
    top: calc(var(--split) - clamp(112.5px, 6.75vw, 135px));
  }
  .nh-about-content {
    width: min(900px, calc(100% - 48px));
    margin-top: 14px;
  }
  .nh-about .nh-eyebrow {
    font-size: clamp(10px, 0.57vw, 11px);
    letter-spacing: 3px;
    margin-bottom: 9px;
  }
  .nh-about h2 {
    font-size: clamp(39px, 4.0125vw, 75px);
  }
  .nh-about .nh-about-copy {
    font-size: clamp(14px, 0.825vw, 16px);
    margin-top: 14px;
    max-width: 850px;
  }
  .nh-about .nh-pill {
    font-size: clamp(12px, 0.7125vw, 13px);
    margin-top: 23px;
    padding: 13px 30px;
  }
  .nh-about-notes {
    font-size: clamp(9px, 0.54vw, 10px);
    letter-spacing: 2.25px;
    min-height: 53px;
    margin-top: -53px;
    width: calc(100% - 96px);
  }
  .nh-about-notes i {
    width: 32px;
    height: 2px;
    margin-bottom: 13px;
  }
}

@media (max-width: 600px) {
  .nh-about-mark {
    left: 50%;
    transform: translate(-41.1627907%, -55.61%);
  }
  .nh-about-note {
    left: 50%;
    right: auto;
    top: 8px;
    width: 100px;
    transform: translateX(-50%);
  }
}

/* ===== Consolidated homepage reference adjustments ===== */

/* Homepage reference: sentence-case blog heading and pill/text hero actions. */
.new-home .nh-blogs h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  text-transform: none;
  letter-spacing: -1.5px;
}
.nh-hero .nh-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.nh-hero .nh-actions .nh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px 25px;
  min-height: 46px;
  border: 1px solid #ff4e0b;
  border-radius: 40px;
  background: #ff4e0b;
  color: #fff;
  font: 700 13px/1.3 Arial, sans-serif;
  text-decoration: none;
}
.nh-hero .nh-actions .nh-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 12px 0;
  border: 0;
  background: none;
  color: #071d2c;
  font: 700 13px/1.4 Arial, sans-serif;
  text-decoration: none;
}

/* Homepage introductory paragraphs: match the Services reference serif style. */
.new-home .nh-hero .nh-copy,
.new-home .nh-journey .nh-journey-copy {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  color: #071d2c;
}

/* Requested paragraph increases: hero +13%, journey +8%. */
.new-home .nh-hero .nh-copy { font-size: 15.82px; } /* 14 × 1.13 */
.new-home .nh-journey .nh-journey-copy { font-size: 15.12px; } /* 14 × 1.08 */
@media (min-width: 901px) {
  .new-home .nh-hero .nh-copy { font-size: 16.95px; } /* 15 × 1.13 */
}

/* ===== Homepage phone refinements ===== */

/* Homepage hero only. Both the link and these rules are phone-width scoped. */
@media (max-width: 600px) {
  .new-home .nh-hero {
    background: linear-gradient(180deg, #faf8f3 0%, #f8f4ed 78%, #f7f6f2 100%);
    overflow: hidden;
  }
  .new-home .nh-hero .nh-wrap {
    --phone-hero-gutter: 22px;
    width: calc(100% - var(--phone-hero-gutter) * 2);
  }
  .new-home .nh-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 28px 0 22px;
  }
  .new-home .nh-hero .nh-eyebrow {
    font-size: clamp(8px, 2.25vw, 11px);
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 0 16px;
  }
  .new-home .nh-hero .nh-eyebrow::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #ff4e0b;
    margin-top: 13px;
  }
  .new-home .nh-hero h1 {
    font-size: clamp(58px, 19vw, 96px);
    line-height: .91;
    letter-spacing: -.025em;
    margin: 0 0 20px;
  }
  .new-home .nh-hero h1 small {
    font-size: .54em;
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .new-home .nh-hero .nh-copy {
    max-width: none;
    font-size: clamp(16px, 4.1vw, 19px);
    line-height: 1.55;
    margin: 0;
  }
  .new-home .nh-hero .nh-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 22px;
  }
  .new-home .nh-hero .nh-actions .nh-button {
    width: 100%;
    min-height: 56px;
    padding: 16px 20px;
    border-radius: 999px;
    font-size: 16px;
    gap: 18px;
    white-space: normal;
    text-align: center;
    background: #ff4e0b;
  }
  .new-home .nh-hero .nh-actions .nh-button::after {
    content: "\2192";
    flex: none;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
  }
  .new-home .nh-hero .nh-actions .nh-link {
    justify-content: center;
    align-self: center;
    min-height: 44px;
    padding: 10px 8px;
    gap: 10px;
    font-size: 15px;
    white-space: normal;
    text-align: center;
  }
  .new-home .nh-hero .nh-actions .nh-link span {
    font-size: 21px;
    line-height: 1;
  }
  .new-home .nh-hero .nh-actions a:focus-visible {
    outline: 2px solid #0a2736;
    outline-offset: 4px;
  }
  .new-home .nh-hero .nh-hero-art {
    width: calc(100% + var(--phone-hero-gutter) * 2);
    max-width: none;
    margin: 0 calc(-1 * var(--phone-hero-gutter));
    align-self: start;
    isolation: isolate;
    background: radial-gradient(ellipse at 55% 58%, #ffe7c8 0%, #fbf4e8 48%, transparent 76%);
    mask-image: none;
    -webkit-mask-image: none;
  }
  .new-home .nh-hero .nh-hero-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(148deg, transparent 0 38%, #ffdba23d 38% 72%, transparent 72%);
    pointer-events: none;
  }
  .new-home .nh-hero .nh-hero-art img {
    position: relative;
    height: auto;
    mix-blend-mode: multiply;
  }
}

/* ===== Customer journey refinements ===== */

/* Homepage journey only. Replaces legacy card offsets with natural document flow. */
.new-home .nh-journey .nh-stages {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin-top:44px;align-items:start}
.new-home .nh-journey .nh-stage {display:flex;flex-direction:column;min-width:0}
.new-home .nh-journey .nh-stage > small {margin-bottom:12px}
.new-home .nh-journey .nh-stage > h3 {margin:0 0 10px}
.new-home .nh-journey .nh-stage > h4 {margin:0 0 12px}
.new-home .nh-journey .nh-stage > p {margin:0;min-height:3.1em;line-height:1.55}
.new-home .nh-journey .nh-stage > p br {display:none}
.new-home .nh-journey .nh-stage-content {display:grid;grid-template-columns:minmax(105px,.85fr) minmax(0,1.6fr);gap:16px;align-items:start;min-height:0;margin:28px 0 0;padding:0;transform:none!important;width:100%}
.new-home .nh-journey .nh-stage-list {display:grid;gap:24px;margin:0;padding:12px 0 0;transform:none!important;align-content:start;min-width:0}
.new-home .nh-journey .nh-stage-list li {display:flex;align-items:center;gap:10px;min-height:34px;font-size:14px;line-height:1.35}
.new-home .nh-journey .nh-stage-list img {width:30px;height:30px;flex:0 0 30px;object-fit:contain;border-radius:5px}
.new-home .nh-journey .nh-stage-visual {display:block;container-type:inline-size;width:100%;max-width:310px;min-height:0;margin:0;padding:0;transform:none!important;filter:none}
.new-home .nh-journey .journey-card {box-sizing:border-box;width:100%;padding:7%;border:1px solid #eeece8;border-radius:22px;background:#fff;box-shadow:0 12px 30px #0a29340b;color:#0a2934;font-family:Arial,sans-serif;font-size:clamp(10px,4.3cqw,14px);line-height:1.4;text-align:left}
.new-home .nh-journey .journey-card img {display:block;max-width:100%;max-height:none;filter:none;transform:none;border-radius:0;object-fit:cover;margin:0}
.new-home .nh-journey .journey-card svg {width:1.5em;height:1.5em;flex-shrink:0;display:block}
.new-home .nh-journey .journey-wordmark {width:42%;height:auto;margin:0 auto 10%!important;object-fit:contain!important}
.journey-searchbar {display:flex;align-items:center;justify-content:space-between;gap:6px;border-radius:13px;padding:10px 9px;box-shadow:0 4px 12px #13263015;color:#596874;white-space:nowrap}
.journey-tabs {display:flex;justify-content:space-between;gap:4px;margin:18px 0;color:#596874;font-size:.9em}
.journey-tabs b {color:#102531;border-bottom:2px solid #1673e7;padding-bottom:7px}
.journey-result {display:flex;gap:8px;align-items:center;margin:0 0 20px}
.journey-result > div {flex:1;min-width:0}
.journey-result strong {display:block;font-size:1.17em;letter-spacing:-.04em;white-space:nowrap;margin-bottom:4px}
.new-home .nh-journey .journey-result img {width:34%;aspect-ratio:1.15;object-fit:cover;border-radius:10px}
.journey-rating {white-space:nowrap;color:#536572;font-size:.89em}
.journey-rating > span {color:#fa791f;letter-spacing:-1px}
.journey-rating small {font-size:.9em}
.new-home .nh-journey .journey-result p {margin:5px 0 0;font:inherit;font-size:.85em;color:#536572;white-space:nowrap}
.journey-result p span {color:#139650}
.journey-search-actions {display:flex;justify-content:space-around;gap:8px;color:#0874ec;text-align:center}
.journey-search-actions > span {display:grid;justify-items:center;gap:5px;font-size:.95em}
.journey-search-actions i {display:grid;place-items:center;width:2.6em;height:2.6em;border:1px solid #1683ff;border-radius:50%}
.new-home .nh-journey .journey-social {padding:5%}
.journey-social-header {display:flex;gap:8px;align-items:center;padding:4px 0 12px;font-size:.93em}
.new-home .nh-journey .journey-social-header img {width:30px;height:30px;border-radius:50%}
.journey-social-header b,.journey-social-header span {display:block}
.journey-social-header div > span {color:#65717c;font-size:.9em}
.journey-more {margin-left:auto;font-size:1.5em;font-weight:bold}
.journey-coffee {position:relative;isolation:isolate;overflow:hidden;border-radius:8px}
.new-home .nh-journey .journey-coffee img {width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.journey-coffee:after {content:"";position:absolute;inset:0;background:linear-gradient(90deg,#24130d77,transparent 60%);z-index:1}
.journey-coffee strong {position:absolute;z-index:2;top:16%;left:8%;font-family:"Barlow Condensed",sans-serif;font-weight:700;font-size:8.2cqw;line-height:1.17;color:white;text-shadow:0 1px 4px #0003}
.journey-social-actions {display:flex;gap:10px;align-items:center;margin:12px 0 8px}
.journey-heart {color:#f32939}.journey-heart svg {fill:currentColor}
.journey-save {margin-left:auto}
.journey-likes {display:block;font-size:.95em}
.new-home .nh-journey .journey-caption {margin:12px 0 6px;font:inherit;line-height:1.5}
.journey-caption > span {color:#1264b6}
.new-home .nh-journey .journey-book {padding:9% 8%;background:linear-gradient(135deg,#fff,#fafafa)}
.journey-book > strong {display:block;font-family:"Barlow",sans-serif;font-size:1.55em;line-height:1.2;letter-spacing:-.04em;white-space:nowrap}
.new-home .nh-journey .journey-book > p {font:inherit;font-size:1.1em;margin:12px 0 22px;color:#64727b}
.journey-book-field {display:flex;align-items:center;gap:10px;padding:13px 10px;margin-bottom:12px;background:white;border-radius:14px;box-shadow:0 5px 18px #172c3710;white-space:nowrap;font-size:1.02em}
.journey-book-field span {flex:1;color:#526472}
.new-home .nh-journey .journey-book-field svg:last-child {width:1em}
.journey-book-button {display:flex;justify-content:center;align-items:center;gap:14px;margin-top:20px;padding:16px 10px;border-radius:50px;background:#ff6000;color:white;font-size:1.15em}
@media(min-width:1100px) and (max-width:1399px) {
 .new-home .nh-journey .nh-stage-content {grid-template-columns:1fr;gap:22px}
 .new-home .nh-journey .nh-stage-list {padding-top:0;gap:14px}
 .new-home .nh-journey .nh-stage-visual {max-width:290px}
}
@media(max-width:1099px) {
 .new-home .nh-journey .nh-stages {grid-template-columns:1fr;gap:44px;max-width:700px}
 .new-home .nh-journey .nh-stage-content {grid-template-columns:minmax(130px,1fr) minmax(0,310px);gap:28px;margin-top:22px}
 .new-home .nh-journey .nh-stage > p {min-height:0}
 .new-home .nh-journey .nh-stage-list {gap:26px;padding-top:14px}
}
@media(max-width:480px) {
 .new-home .nh-journey .nh-stage-content {grid-template-columns:1fr;gap:22px}
 .new-home .nh-journey .nh-stage-list {grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0}
 .new-home .nh-journey .nh-stage-list li {flex-direction:column;align-items:flex-start;font-size:13px;gap:8px}
 .new-home .nh-journey .nh-stage-visual {margin-inline:auto;max-width:310px}
}

/* Phone-only introductory label refinement; tablet and desktop stay unchanged. */
@media (max-width: 600px) {
  .new-home .nh-journey .nh-arcs > span {
    display: none;
  }
  .new-home .nh-journey .nh-eyebrow.nh-rule {
    gap: 10px;
    max-width: 100%;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
  .new-home .nh-journey .nh-eyebrow.nh-rule::before {
    width: 18px;
    flex: 0 0 18px;
  }
}
