.hero-copy { max-width: 590px; }
.hero h1 { max-width: 610px; }
.hero-note { display: block; max-width: 460px; font-size: 12px; line-height: 1.5; }
.hero-note::before { content: '—'; color: var(--accent); margin-right: 9px; }

.services { grid-template-columns: 1fr 1fr; }
.services article:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(230px, .9fr);
  column-gap: 70px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 39px 42px;
}
.services article:first-child .service-icon { grid-column: 1 / -1; margin-bottom: 16px; }
.services article:first-child h3,
.services article:first-child p { grid-column: 1; }
.services article:first-child p { margin-bottom: 0; max-width: 560px; }
.services article:first-child ul {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: center;
  border-top: 0;
  border-left: 1px solid var(--line);
  padding: 8px 0 8px 34px;
}
.services article:nth-child(2) { border-left: 0; }
.services article:nth-child(3) { border-left: 1px solid var(--line); }

.example {
  display: grid;
  grid-template-columns: minmax(200px, .6fr) minmax(0, 1.4fr);
  gap: 80px;
  padding-top: 75px;
  padding-bottom: 85px;
  border-top: 1px solid var(--line);
}
.example-label { padding-top: 9px; }
.example-rule { display: block; width: 48px; height: 2px; background: var(--accent); margin-bottom: 24px; }
.example-caption { max-width: 210px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.example-copy { max-width: 700px; }
.example-copy h2 { max-width: 600px; }
.example-copy p { font-size: 15px; color: var(--muted); line-height: 1.8; margin: 22px 0 0; }
.example-copy .text-link { margin-top: 29px; }

.demo-promo { display: grid; grid-template-columns: 1fr .85fr; gap: 95px; align-items: center; padding-top: 75px; padding-bottom: 85px; border-top: 1px solid var(--line); }
.demo-promo>div:first-child { max-width: 540px; }
.demo-promo h2 { max-width: 530px; }
.demo-promo p:not(.eyebrow) { max-width: 480px; margin: 23px 0 28px; font-size: 14px; color: var(--muted); line-height: 1.8; }
.demo-promo small { display: block; font-size: 10px; color: var(--muted); margin-top: 13px; }
.demo-promo-card { overflow: hidden; border: 1px solid #cbd4c2; border-radius: 7px; background: #eef1e3; box-shadow: 0 18px 45px #2c4b3314; transform: rotate(2deg); }
.promo-card-top,.promo-card-bottom { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: #f6f7eb; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; }
.promo-card-top span:last-child { color: var(--accent); font-size: 22px; line-height: 1; }
.promo-card-bottom { letter-spacing: 0; font-size: 11px; color: var(--muted); }
.promo-card-bottom strong { color: #995c45; }
.promo-map { height: 260px; position: relative; overflow: hidden; background: repeating-radial-gradient(ellipse at 30% 90%,transparent 0 19px,#c9d5bb 20px,#c9d5bb 21px,transparent 22px 42px),#e2e8d5; }
.promo-map::before { content: ''; position: absolute; inset: 18px 40px 30px; border: 3px dashed #6c8a70; transform: skew(-12deg,-3deg); background: #ede9d4a8; }
.promo-line { position: absolute; left: 15%; top: 50%; width: 60%; height: 3px; background: #35634f; transform: rotate(-18deg); z-index: 1; }
.promo-point { position: absolute; width: 21px; height: 21px; border-radius: 50%; background: #b76347; border: 4px solid #fffdf2; box-shadow: 0 3px 10px #38523f30; z-index: 2; }
.promo-point.p1 { left: 20%; top: 56%; }.promo-point.p2 { left: 50%; top: 37%; background: #4d8065; }.promo-point.p3 { left: 75%; top: 65%; }
.promo-area { position: absolute; top: 22%; right: 15%; width: 65px; height: 68px; transform: rotate(18deg); background: #b7634750; border: 2px dashed #b76347; }

.waypoint-section { grid-template-columns: .75fr 1.25fr; gap: 100px; }
.waypoint-art { min-height: 340px; }
.waypoint-art>img { height: 235px; }
.guide-disclosure { font-size: 11px !important; line-height: 1.5 !important; margin-top: 12px !important; }
.contact>div:first-child { max-width: 640px; }
.contact h2 { max-width: 590px; }

@media (max-width: 1000px) {
  .services article:first-child { column-gap: 35px; }
  .example { gap: 45px; }
  .waypoint-section { gap: 45px; }
  .demo-promo { gap: 45px; }
}
@media (max-width: 720px) {
  .hero h1 { font-size: clamp(42px, 12vw, 56px); letter-spacing: -2.8px; }
  .services { grid-template-columns: 1fr; }
  .services article:first-child { grid-column: auto; display: block; padding: 28px; }
  .services article:first-child .service-icon { margin-bottom: 18px; }
  .services article:first-child ul { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
  .services article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .example { grid-template-columns: 1fr; gap: 25px; padding-top: 55px; padding-bottom: 60px; }
  .example-caption { max-width: 100%; }
  .demo-promo { grid-template-columns: 1fr; gap: 40px; padding-top: 55px; padding-bottom: 60px; }
  .demo-promo-card { transform: rotate(0); max-width: 560px; }
  .waypoint-section { grid-template-columns: 1fr; gap: 25px; }
  .waypoint-art { min-height: 290px; }
  .waypoint-art>img { height: 210px; }
  .contact h2 { font-size: clamp(35px, 10vw, 43px); }
}

/* Keep the primary pages reachable when the desktop navigation no longer fits. */
.mobile-nav { display: none; }
@media (max-width: 860px) {
  .header { position: relative; z-index: 5; }
  .desktop-nav { display: none; }
  .header > .button.small { margin-left: auto; }
  .mobile-nav { display: block; }
  .mobile-nav summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    padding: 8px 13px;
    border: 1px solid var(--line);
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
  }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { font-size: 18px; line-height: 1; }
  .mobile-nav[open] summary { background: #edf0e5; }
  .mobile-nav nav {
    position: absolute;
    top: calc(100% - 8px);
    right: 28px;
    z-index: 10;
    display: grid;
    gap: 0;
    width: min(320px, calc(100vw - 44px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--paper);
    box-shadow: 0 18px 45px #203f3526;
  }
  .mobile-nav nav a { padding: 10px 12px; border-radius: 4px; font-size: 13px; }
  .mobile-nav nav a:hover,
  .mobile-nav nav a:focus-visible { background: #edf0e5; }
  .mobile-nav nav a:last-child { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 14px; }
}
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { max-width: 630px; }
  .landscape { min-height: 400px; }
}
@media (max-width: 720px) {
  .header { height: 76px; }
  .header > .button.small { display: none; }
  .mobile-nav { margin-left: auto; }
  .mobile-nav nav { right: 22px; }
  .hero { padding-top: 24px; gap: 27px; }
  .hero h1 { font-size: clamp(40px, 10.8vw, 50px); letter-spacing: -2.5px; }
  .hero .intro { font-size: 18px; margin-top: 23px; }
  .hero-actions { margin-top: 25px; gap: 15px; }
  .hero-note { margin-top: 27px; }
  .landscape { min-height: 330px; border-top-left-radius: 60px; }
  .section { padding-top: 64px; padding-bottom: 65px; }
  .services article { padding: 26px; }
  .waypoint-art { min-height: 290px; }
  .demo-promo-card { width: 100%; }
}
@media (max-width: 360px) {
  .wrap { padding-left: 18px; padding-right: 18px; }
  .header { gap: 8px; }
  .brand { font-size: 14px; }
  .brand img { width: 34px; height: 34px; }
  .mobile-nav nav { right: 18px; }
  .hero h1 { font-size: 40px; }
  .map-card { padding: 11px 12px; gap: 8px; }
  .map-card b { font-size: 10px; }
  .map-card small { font-size: 8px; }
  .promo-card-bottom { gap: 12px; font-size: 10px; }
}
