@import url('styles.css');

/* Branche pages extend the existing Telmate visual system. */
.desktop-nav a.active::after { right: 0; }
.site-header { background: rgba(251, 252, 250, .88); backdrop-filter: blur(12px); }
.section-heading h2,
.branch-hero h1,
.hub-hero h1,
.boundary h2,
.faq-intro h2,
.contact h2 { letter-spacing: -.04em; text-wrap: balance; }
.section-heading h2 em,
.branch-hero h1 em,
.hub-hero h1 em,
.boundary h2 em,
.faq-intro h2 em { color: var(--red-dark); }
.reveal { opacity: 1; transform: none; transition: none; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible { outline: 2px solid var(--red-dark); outline-offset: 4px; }

/* Motion is progressive enhancement: content stays visible when JavaScript is unavailable. */
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .68s cubic-bezier(.16, 1, .3, 1),
    transform .76s cubic-bezier(.16, 1, .3, 1),
    clip-path .78s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--motion-delay, 0ms);
}
.motion-ready .reveal.visible { opacity: 1; transform: none; }
.motion-ready .motion-copy { clip-path: inset(0 0 16% 0); transform: translateY(34px); }
.motion-ready .motion-copy.visible { clip-path: inset(0); }
.motion-ready .call-proof { clip-path: inset(0 0 9% 0 round 14px); transform: translateY(26px) scale(.985); }
.motion-ready .call-proof.visible { clip-path: inset(0 round 14px); transform: none; }
.motion-ready .call-proof:not(.visible) .call-turn,
.motion-ready .call-proof:not(.visible) .call-proof__action { opacity: 0; }
.motion-ready .call-proof.visible .call-turn,
.motion-ready .call-proof.visible .call-proof__action {
  animation: call-turn-in .56s cubic-bezier(.16, 1, .3, 1) both;
}
.motion-ready .call-proof.visible .call-turn:nth-child(1) { animation-delay: .18s; }
.motion-ready .call-proof.visible .call-turn:nth-child(2) { animation-delay: .31s; }
.motion-ready .call-proof.visible .call-turn:nth-child(3) { animation-delay: .44s; }
.motion-ready .call-proof.visible .call-proof__action { animation-delay: .58s; }
.motion-ready .call-proof.visible .live-mark i { animation: live-arrival .8s .62s cubic-bezier(.16, 1, .3, 1) both; }

.motion-ready .motion-sequence { opacity: 1; transform: none; }
.motion-ready .motion-sequence > * { opacity: 0; transform: translateY(20px); }
.motion-ready .motion-sequence.visible > * {
  opacity: 1;
  transform: none;
  transition: opacity .56s cubic-bezier(.16, 1, .3, 1), transform .68s cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--motion-index, 0) * 90ms);
}
.motion-ready .call-path__rail::before { transform: scaleX(0); transform-origin: left; transition: transform .85s .1s cubic-bezier(.16, 1, .3, 1); }
.motion-ready .call-path__rail.visible::before { transform: scaleX(1); }
.motion-ready .method-statement > svg { opacity: 0; transform: scaleY(.5); }
.motion-ready .method-statement.visible > svg { opacity: 1; transform: none; transition: opacity .4s ease, transform .62s cubic-bezier(.16, 1, .3, 1); }

@keyframes call-turn-in {
  from { opacity: 0; transform: translateY(14px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes live-arrival {
  0% { box-shadow: 0 0 0 0 rgba(36,151,74,.35); }
  55% { box-shadow: 0 0 0 10px rgba(36,151,74,0); }
  100% { box-shadow: 0 0 0 4px rgba(36,151,74,.13); }
}

.breadcrumb { margin-bottom: 40px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--ink); border-bottom: 1px solid var(--line); }
.branch-hero { min-height: 820px; padding-top: 150px; padding-bottom: 85px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: clamp(60px, 7vw, 120px); align-items: center; }
.branch-hero h1 { max-width: 690px; margin-bottom: 30px; font-size: clamp(58px, 5.8vw, 88px); line-height: .96; font-weight: 590; }
.branch-hero h1 em { display: inline; }
.branch-hero__intro { max-width: 620px; margin-bottom: 34px; color: #41453f; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.branch-hero .hero-assurance { max-width: 480px; margin-top: 20px; }

.call-proof { min-height: 590px; align-self: stretch; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #efede6; }
.call-proof__head { min-height: 66px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.live-mark { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); }
.live-mark i { width: 8px; height: 8px; border-radius: 50%; background: #24974a; box-shadow: 0 0 0 4px rgba(36,151,74,.13); }
.call-proof__body { flex: 1; padding: 36px 28px; display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.call-turn { max-width: 82%; }
.call-turn > span { display: block; margin: 0 0 7px 3px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.call-turn p { margin: 0; padding: 16px 18px; border-radius: 4px 14px 14px 14px; background: white; font-size: 14px; line-height: 1.55; }
.call-turn--agent { align-self: flex-end; }
.call-turn--agent > span { text-align: right; margin-right: 3px; }
.call-turn--agent p { border-radius: 14px 4px 14px 14px; background: var(--ink); color: white; }
.call-turn--compact { max-width: 64%; }
.call-proof__action { margin: 0 28px 28px; min-height: 72px; padding: 14px 16px; display: flex; align-items: center; gap: 14px; background: #dfe9df; }
.call-proof__action > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #2f8b50; color: white; }
.call-proof__action svg { width: 16px; }
.call-proof__action p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.call-proof__action b { font-size: 11px; }
.call-proof__action small { color: #405c48; font-size: 11px; line-height: 1.4; }

.pressure-strip { border-top: 1px solid rgba(16,18,15,.12); border-bottom: 1px solid rgba(16,18,15,.12); background: var(--red); }
.pressure-strip__inner { min-height: 128px; display: grid; grid-template-columns: repeat(3, 1fr); }
.pressure-strip p { margin: 0; padding: 30px 40px; display: flex; align-items: center; gap: 22px; border-right: 1px solid rgba(16,18,15,.17); font-size: 13px; line-height: 1.45; }
.pressure-strip p:first-child { padding-left: 0; }
.pressure-strip p:last-child { padding-right: 0; border: 0; }
.pressure-strip p span { color: rgba(16,18,15,.58); font-size: 9px; font-weight: 700; letter-spacing: .12em; }

.call-path { padding: 145px 0 155px; }
.branch-hero + .pressure-strip + .call-path .section-heading,
.start-small .section-heading,
.hub-method .section-heading { grid-template-columns: 1.4fr .6fr; }
.branch-hero + .pressure-strip + .call-path .section-heading h2,
.start-small .section-heading h2,
.hub-method .section-heading h2 { font-size: clamp(56px, 5.7vw, 84px); }
.call-path__rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.call-path__rail::before { content: ''; height: 1px; position: absolute; top: 65px; left: 12.5%; right: 12.5%; background: var(--line); }
.call-path__rail article { min-height: 325px; padding: 0 38px 0 0; position: relative; }
.call-path__rail article > span { display: block; margin-bottom: 30px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.rail-node { width: 46px; height: 46px; margin-bottom: 34px; display: grid; place-items: center; position: relative; z-index: 1; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }
.rail-node svg { width: 17px; }
.call-path__rail h3 { margin-bottom: 14px; font-size: 25px; font-weight: 570; letter-spacing: -.025em; }
.call-path__rail p { max-width: 270px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.scenarios { padding: 145px 0; background: #171715; color: white; }
.scenarios .section-heading { margin-bottom: 80px; }
.scenario-list { border-top: 1px solid rgba(255,255,255,.16); }
.scenario-row { min-height: 205px; padding: 38px 0; display: grid; grid-template-columns: 70px 1.15fr 1fr .8fr; gap: 35px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.scenario-row__number { align-self: start; padding-top: 9px; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .12em; }
.scenario-row h3 { margin-bottom: 13px; font-size: clamp(28px, 2.5vw, 39px); font-weight: 540; letter-spacing: -.03em; }
.scenario-quote { max-width: 420px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }
.scenario-row ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.scenario-row li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.7); font-size: 12px; }
.scenario-row li svg { width: 13px; color: var(--red); }
.scenario-outcome { margin: 0; color: white; font-size: 13px; line-height: 1.55; }
.scenario-outcome span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.boundary { padding: 155px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 150px); border-bottom: 1px solid var(--line); }
.boundary__intro h2 { margin-bottom: 30px; font-size: clamp(54px, 5.4vw, 82px); line-height: .96; font-weight: 580; }
.boundary__intro p { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.boundary__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; align-self: center; background: var(--line); border: 1px solid var(--line); }
.boundary__columns > div { min-height: 390px; padding: 35px; background: white; }
.boundary__columns > div:last-child { background: #efede6; }
.boundary-label { display: block; min-height: 90px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.boundary__columns ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 25px; }
.boundary__columns li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; font-size: 13px; line-height: 1.45; }
.boundary__columns li svg { width: 15px; color: var(--red-dark); }

.start-small { padding: 155px 0; }
.start-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.start-steps li { min-height: 300px; padding: 34px 38px 0 0; border-right: 1px solid var(--line); }
.start-steps li + li { padding-left: 38px; }
.start-steps li:last-child { border: 0; }
.start-steps span { display: block; margin-bottom: 80px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.start-steps h3 { margin-bottom: 16px; font-size: 29px; font-weight: 560; letter-spacing: -.025em; }
.start-steps p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.pricing { padding: 155px 0 125px; border-top: 1px solid var(--line); }
.pricing .section-heading { grid-template-columns: 1.2fr .8fr; }
.pricing .section-heading h2 { font-size: clamp(54px, 5.4vw, 82px); }
.pricing .section-heading > p { max-width: 470px; justify-self: end; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.pricing-plan { min-width: 0; min-height: 1040px; padding: 38px; display: flex; flex-direction: column; background: white; }
.pricing-plan--featured { background: #171715; color: white; }
.pricing-plan__head { min-height: 215px; }
.pricing-plan__head h3 { margin: 0 0 18px; font-size: 31px; font-weight: 570; letter-spacing: -.03em; }
.pricing-plan__head > span { display: block; margin: -8px 0 18px; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.pricing-plan__description { max-width: 340px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.pricing-plan--featured .pricing-plan__description { color: rgba(255,255,255,.62); }
.pricing-plan__promo { max-width: 340px; margin: 20px 0 0; padding: 11px 13px; background: var(--red); color: var(--ink); font-size: 10px; line-height: 1.4; font-weight: 690; }
.pricing-plan__price { margin: 10px 0 26px; display: flex; align-items: baseline; letter-spacing: -.04em; font-size: clamp(62px, 5.5vw, 84px); line-height: .9; font-weight: 590; }
.pricing-plan__price sup { margin-right: 6px; align-self: flex-start; font-size: 18px; line-height: 1.5; font-weight: 620; letter-spacing: 0; }
.pricing-plan__price small { margin-left: 9px; color: var(--muted); font-size: 11px; line-height: 1; font-weight: 520; letter-spacing: 0; }
.pricing-plan--featured .pricing-plan__price small { color: rgba(255,255,255,.52); }
.pricing-plan__usage { min-height: 82px; padding: 17px 0; display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-plan__usage strong { grid-row: 1 / 3; font-size: 34px; line-height: 1; font-weight: 590; letter-spacing: -.03em; }
.pricing-plan__usage span { align-self: end; color: #3f433e; font-size: 11px; font-weight: 620; }
.pricing-plan__usage small { align-self: start; color: var(--muted); font-size: 10px; }
.pricing-plan--featured .pricing-plan__usage { border-color: rgba(255,255,255,.18); }
.pricing-plan--featured .pricing-plan__usage span { color: rgba(255,255,255,.8); }
.pricing-plan--featured .pricing-plan__usage small { color: rgba(255,255,255,.56); }
.pricing-plan__payback { min-height: 126px; margin: 0 -38px 28px; padding: 22px 38px; display: flex; flex-direction: column; justify-content: center; background: #f1e9e4; border-bottom: 1px solid var(--line); }
.pricing-plan--featured .pricing-plan__payback { background: var(--red); color: var(--ink); border-color: rgba(16,18,15,.2); }
.pricing-plan__payback > span { display: block; margin-bottom: 9px; color: var(--red-dark); font-size: 9px; font-weight: 720; letter-spacing: .11em; text-transform: uppercase; }
.pricing-plan--featured .pricing-plan__payback > span { color: rgba(16,18,15,.62); }
.pricing-plan__payback p { max-width: 340px; margin: 0; font-size: 12px; line-height: 1.55; }
.pricing-plan ul { margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 16px; list-style: none; }
.pricing-plan li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: #3f433e; font-size: 12px; line-height: 1.45; }
.pricing-plan li svg { width: 14px; color: var(--red-dark); }
.pricing-plan--featured li { color: rgba(255,255,255,.76); }
.pricing-plan--featured li svg { color: var(--red); }
.pricing-plan .button { width: 100%; margin-top: auto; }
.pricing-demo { min-height: 250px; margin: 0 0 28px; padding: 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 7vw, 110px); align-items: center; background: #171715; color: white; }
.pricing-demo__copy { display: flex; align-items: flex-start; gap: 22px; }
.pricing-demo__mark { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--red); color: var(--ink); }
.pricing-demo__mark svg { width: 20px; }
.pricing-demo__copy h3 { margin: 0 0 15px; font-size: clamp(31px, 3vw, 44px); line-height: 1; font-weight: 570; letter-spacing: -.035em; }
.pricing-demo__copy p { max-width: 460px; margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.pricing-demo__form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; align-items: end; }
.pricing-demo__form label { display: flex; flex-direction: column; gap: 9px; }
.pricing-demo__form label > span { color: rgba(255,255,255,.62); font-size: 9px; font-weight: 680; letter-spacing: .1em; text-transform: uppercase; }
.pricing-demo__form input { width: 100%; min-height: 44px; padding: 0 0 11px; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: 0; background: transparent; color: white; font: inherit; font-size: 14px; }
.pricing-demo__form input::placeholder { color: rgba(255,255,255,.5); }
.pricing-demo__form input:focus { border-color: white; }
.pricing-demo__form input:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.pricing-demo__form .button { width: 100%; }
.pricing-demo__form > p { margin: 0; align-self: center; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.5; }
.pricing-conditions { padding: 25px 0; display: grid; gap: 7px; border-bottom: 1px solid var(--line); }
.pricing-conditions span { font-size: 11px; line-height: 1.45; }
.pricing-conditions span:nth-child(-n + 2) { font-weight: 650; }
.pricing-conditions span:last-child { color: var(--muted); }

.related { padding: 80px 0 130px; }
.related__head { padding-bottom: 24px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); }
.related__head h2 { margin: 0; font-size: 25px; font-weight: 560; letter-spacing: -.025em; }
.related__head a { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.related__head svg { width: 14px; }
.related__links { display: grid; grid-template-columns: repeat(4, 1fr); }
.related__links a { min-height: 115px; padding: 0 22px; display: grid; grid-template-columns: 36px 1fr 18px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 12px; transition: background .2s; }
.related__links a:hover { background: white; }
.related__links a > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.related__links svg { width: 14px; }
.related__links a > svg { transition: transform .24s cubic-bezier(.16, 1, .3, 1); }
.related__links a:hover > svg { transform: translate(3px, -3px); }

.faq-intro h2 { font-size: clamp(52px, 4.9vw, 74px); }
.button--accent { background: var(--red); color: var(--ink); }
.button--accent:hover { background: #ffc157; }

/* Branch overview */
.hub-hero { min-height: 700px; padding-top: 170px; padding-bottom: 100px; display: grid; grid-template-columns: 1.25fr .55fr; gap: 110px; align-items: end; }
.hub-hero h1 { max-width: 930px; margin-bottom: 35px; font-size: clamp(65px, 7vw, 104px); line-height: .92; font-weight: 580; }
.hub-hero h1 em { display: inline; }
.hub-hero__copy > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hub-note { padding: 28px 0 5px 30px; border-left: 1px solid var(--line); }
.hub-note > span { display: block; margin-bottom: 28px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hub-note p { margin-bottom: 25px; font-size: 13px; line-height: 1.65; }
.hub-note a { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid; font-size: 11px; }
.hub-note svg { width: 13px; }
.branch-index { padding: 35px 0 145px; }
.branch-index__head { min-height: 50px; padding: 0 24px 0 118px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.branch-index__row { min-height: 142px; display: grid; grid-template-columns: 55px 42px 1fr 42px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: background .22s; }
.branch-index__row:hover { background: white; }
.branch-index__number { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.branch-index__icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.branch-index__icon svg { width: 17px; }
.branch-index__row h2 { margin: 0 0 8px; font-size: clamp(28px, 3vw, 43px); font-weight: 550; letter-spacing: -.03em; }
.branch-index__row p { margin: 0; color: var(--muted); font-size: 12px; }
.branch-index__arrow { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; transition: background .2s, color .2s; }
.branch-index__row:hover .branch-index__arrow { background: var(--red); color: var(--ink); transform: rotate(8deg); }
.branch-index__row:hover .branch-index__icon { transform: scale(1.06); border-color: rgba(238,61,39,.45); }
.branch-index__arrow svg { width: 16px; }
.branch-index__icon { transition: transform .24s cubic-bezier(.16, 1, .3, 1), border-color .2s; }
.branch-index__arrow { transition: background .2s, color .2s, transform .24s cubic-bezier(.16, 1, .3, 1); }
.hub-method { padding: 145px 0; border-top: 1px solid var(--line); }
.method-statement { max-width: 930px; margin: 100px auto 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.method-statement p { margin: 0; padding: 28px 45px; border: 1px solid var(--line); background: white; font-size: clamp(20px, 2.5vw, 34px); letter-spacing: -.025em; }
.method-statement p:last-child { background: var(--red); }
.method-statement > svg { width: 18px; height: 75px; padding: 25px 0; box-sizing: content-box; }

@media (max-width: 1050px) {
  .branch-hero { grid-template-columns: 1fr; padding-top: 140px; }
  .branch-hero__copy { max-width: 780px; }
  .call-proof { min-height: 570px; width: min(720px, 100%); }
  .pressure-strip__inner { grid-template-columns: 1fr; }
  .pressure-strip p, .pressure-strip p:first-child, .pressure-strip p:last-child { min-height: 88px; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(16,18,15,.17); }
  .pressure-strip p:last-child { border-bottom: 0; }
  .call-path__rail { grid-template-columns: 1fr 1fr; gap: 65px 0; }
  .call-path__rail::before { display: none; }
  .scenario-row { grid-template-columns: 50px 1fr 1fr; }
  .scenario-outcome { grid-column: 2 / -1; padding-top: 5px; }
  .boundary { grid-template-columns: 1fr; }
  .boundary__intro { max-width: 780px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-plan { min-height: auto; }
  .pricing-plan__head { min-height: 130px; }
  .pricing-demo { grid-template-columns: 1fr; gap: 42px; }
  .pricing-demo__copy p { max-width: 620px; }
  .related__links { grid-template-columns: 1fr 1fr; }
  .hub-hero { grid-template-columns: 1fr; gap: 70px; }
  .hub-note { max-width: 600px; }
}

@media (max-width: 700px) {
  .branch-hero { min-height: auto; padding-top: 115px; padding-bottom: 70px; gap: 60px; }
  .breadcrumb { margin-bottom: 30px; }
  .branch-hero h1 { font-size: clamp(47px, 13vw, 64px); }
  .branch-hero__intro { font-size: 16px; }
  .call-proof { min-height: 560px; }
  .call-proof__head { padding: 0 18px; }
  .call-proof__body { padding: 28px 18px; }
  .call-turn { max-width: 92%; }
  .call-turn p { font-size: 12px; }
  .call-proof__action { margin: 0 18px 18px; }
  .pressure-strip p { gap: 14px; font-size: 12px; }
  .branch-hero + .pressure-strip + .call-path .section-heading,
  .start-small .section-heading,
  .hub-method .section-heading { grid-template-columns: 1fr; }
  .branch-hero + .pressure-strip + .call-path .section-heading h2,
  .start-small .section-heading h2,
  .hub-method .section-heading h2 { font-size: 46px; }
  .call-path { padding: 95px 0; }
  .call-path__rail { grid-template-columns: 1fr; gap: 0; }
  .call-path__rail article { min-height: 260px; padding: 0 0 45px 62px; }
  .call-path__rail article::before { content: ''; width: 1px; position: absolute; left: 22px; top: 66px; bottom: 0; background: var(--line); }
  .call-path__rail article:last-child::before { display: none; }
  .call-path__rail article > span { margin-bottom: 15px; }
  .rail-node { position: absolute; left: 0; top: 28px; }
  .scenarios { padding: 95px 0; }
  .scenario-row { padding: 30px 0; grid-template-columns: 35px 1fr; gap: 24px 12px; }
  .scenario-row ul, .scenario-outcome { grid-column: 2; }
  .boundary { padding: 95px 0; gap: 55px; }
  .boundary__intro h2 { font-size: 47px; }
  .boundary__columns { grid-template-columns: 1fr; }
  .boundary__columns > div { min-height: 330px; }
  .start-small { padding: 95px 0; }
  .start-steps { grid-template-columns: 1fr; }
  .start-steps li, .start-steps li + li { min-height: 255px; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .start-steps span { margin-bottom: 55px; }
  .pricing { padding: 95px 0 80px; }
  .pricing .section-heading { grid-template-columns: 1fr; }
  .pricing .section-heading h2 { font-size: 45px; }
  .pricing .section-heading > p { justify-self: start; }
  .pricing-plan { padding: 30px 24px; }
  .pricing-plan__head { min-height: auto; margin-bottom: 35px; }
  .pricing-plan__price { margin-top: 0; font-size: 68px; }
  .pricing-plan__payback { margin-right: -24px; margin-left: -24px; padding-right: 24px; padding-left: 24px; }
  .pricing-demo { min-height: auto; margin: 0 0 18px; padding: 34px 24px; gap: 36px; }
  .pricing-demo__copy { flex-direction: column; }
  .pricing-demo__copy h3 { font-size: 35px; }
  .pricing-demo__form { grid-template-columns: 1fr; }
  .pricing-demo__form > p { grid-column: 1; }
  .pricing-conditions { padding: 22px 0; }
  .related { padding: 45px 0 95px; }
  .related__head { align-items: start; flex-direction: column; gap: 18px; }
  .related__links { grid-template-columns: 1fr; }
  .related__links a { border-right: 0; }
  .faq,
  .faq > * { min-width: 0; }
  .faq-intro h2 { max-width: 100%; font-size: 41px; overflow-wrap: break-word; }
  .contact-panel,
  .contact-panel > *,
  .contact-form { min-width: 0; }
  .contact h2 { max-width: 100%; font-size: 39px; overflow-wrap: break-word; }
  .hub-hero { min-height: auto; padding-top: 125px; padding-bottom: 80px; }
  .hub-hero h1 { font-size: clamp(51px, 14vw, 70px); }
  .hub-hero__copy > p { font-size: 16px; }
  .hub-note { padding-left: 20px; }
  .branch-index { padding-bottom: 95px; }
  .branch-index__head { display: none; }
  .branch-index__row { min-height: 135px; grid-template-columns: 28px 1fr 36px; gap: 12px; }
  .branch-index__icon { display: none; }
  .branch-index__row h2 { font-size: 30px; }
  .branch-index__row p { font-size: 11px; line-height: 1.5; }
  .branch-index__arrow { width: 36px; height: 36px; }
  .hub-method { padding: 95px 0; }
  .method-statement { margin-top: 65px; }
  .method-statement p { width: 100%; padding: 23px 18px; font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal,
  .motion-ready .motion-sequence,
  .motion-ready .motion-sequence > *,
  .motion-ready .call-proof:not(.visible) .call-turn,
  .motion-ready .call-proof:not(.visible) .call-proof__action,
  .motion-ready .method-statement > svg {
    opacity: 1;
    transform: none;
    clip-path: none;
    animation: none;
    transition: none;
  }
  .motion-ready .call-path__rail::before { transform: none; transition: none; }
  .motion-ready .call-proof.visible .live-mark i { animation: none; }
  .branch-index__row,
  .related__links a,
  .branch-index__icon,
  .branch-index__arrow,
  .button { transition: none; }
}
