/*
 * ALIFY Inner UI v4 — dedicated inner-page system.
 * Scoped to .iv4-page so the homepage/global chrome stays stable.
 */

.iv4-page{
  --iv4-max:1280px;
  --iv4-pad:clamp(20px,3vw,42px);
  --iv4-section:clamp(64px,7vw,96px);
  --iv4-display:"Clash Display","Arial Black","Helvetica Neue",Arial,sans-serif;
  --iv4-body:"General Sans",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --iv4-label:"Space Grotesk","Courier New",ui-monospace,monospace;
  --iv4-serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --iv4-line:rgba(255,255,255,.14);
  --iv4-line-soft:rgba(255,255,255,.08);
  --iv4-copy:rgba(255,255,255,.72);
  --iv4-copy-soft:rgba(255,255,255,.50);
  background:var(--dark);
  color:var(--white);
  overflow:hidden;
}
.iv4-page .container{width:min(calc(100% - (var(--iv4-pad)*2)),var(--iv4-max));margin-inline:auto}
.iv4-page h1,.iv4-page h2,.iv4-page h3,.iv4-page h4{font-family:var(--iv4-display);font-weight:700;letter-spacing:-.032em;line-height:1.04;text-wrap:balance;margin:0}
.iv4-page h1{font-size:clamp(40px,5.3vw,70px);max-width:900px}
.iv4-page h2{font-size:clamp(29px,3.3vw,46px)}
.iv4-page h3{font-size:clamp(20px,1.8vw,27px)}
.iv4-page .eyebrow{font-family:var(--iv4-label);font-size:10px;line-height:1.4;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin:0 0 15px}
.iv4-page .lead{font-family:var(--iv4-body);font-size:clamp(17px,1.5vw,21px);line-height:1.62;color:var(--iv4-copy);max-width:720px}
.iv4-page .quote{font-family:var(--iv4-serif);font-size:clamp(25px,2.8vw,40px);line-height:1.32;font-weight:400;font-style:italic;letter-spacing:-.015em;color:var(--sand)}
.iv4-page .prose{font-family:var(--iv4-body);font-size:16px;line-height:1.78;color:var(--iv4-copy)}
.iv4-page .prose--lead{font-size:18px;line-height:1.74}
.iv4-page .text-link{font-family:var(--iv4-label);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);display:inline-flex;align-items:center;gap:8px}
.iv4-page .text-link .alify-icon{width:14px;height:14px}
.iv4-page [data-reveal]{transform:translateY(10px)}

/* Shared compact hero. */
.iv4-hero{padding:132px 0 70px;border-bottom:1px solid var(--iv4-line);background:var(--dark);position:relative}
.iv4-hero__grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(280px,4fr);gap:8%;align-items:end}
.iv4-hero__copy .lead{margin-top:20px}
.iv4-hero__rail{min-height:190px;border-left:1px solid var(--iv4-line);padding-left:26px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}
.iv4-kicker{font-family:var(--iv4-label);font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:var(--sage)}
.iv4-hero__rail>strong{display:block;font-family:var(--iv4-display);font-size:clamp(52px,6vw,86px);line-height:.88;color:var(--sand);margin:18px 0 15px}
.iv4-hero__rail>p{max-width:300px;margin:0;color:var(--iv4-copy);font-size:14px;line-height:1.6}
.iv4-mini-index{display:flex;flex-wrap:wrap;gap:7px;margin-top:21px}
.iv4-mini-index span{padding:6px 8px;border:1px solid var(--iv4-line);font-family:var(--iv4-label);font-size:8px;letter-spacing:.08em;color:var(--sage)}

.iv4-section{padding:var(--iv4-section) 0;border-bottom:1px solid var(--iv4-line-soft);position:relative}
.iv4-section-head{display:grid;grid-template-columns:minmax(0,7fr) minmax(260px,4fr);gap:8%;align-items:end;margin-bottom:40px}
.iv4-section-head>div{max-width:760px}
.iv4-section-head>p{max-width:500px;margin:0;color:var(--iv4-copy);font-size:15px;line-height:1.7}
.iv4-section-head--compact{display:block;max-width:760px}
.iv4-section-head--compact>p{display:none}

/* Editorial statement / CTA modules. */
.iv4-statement{padding:clamp(68px,7vw,96px) 0;border-bottom:1px solid var(--iv4-line)}
.iv4-statement--sand{background:var(--sand);color:var(--black)}
.iv4-statement--sand .eyebrow{color:var(--teal)}
.iv4-statement--sand .quote{color:var(--black)}
.iv4-statement--sand p:not(.eyebrow):not(.quote){color:rgba(0,0,0,.70)}
.iv4-statement--navy{background:var(--navy)}
.iv4-statement__grid{display:grid;grid-template-columns:1.7fr 5fr 3.3fr;gap:4%;align-items:start}
.iv4-statement__grid>.quote{margin:0}
.iv4-statement__grid>div h2{font-size:clamp(25px,2.5vw,36px)}
.iv4-statement__grid>div p{margin:14px 0 0;color:var(--iv4-copy);font-size:15px;line-height:1.7}
.iv4-next{padding:clamp(68px,7vw,96px) 0;background:var(--dark);border-bottom:1px solid var(--iv4-line)}
.iv4-next--teal{background:var(--teal)}
.iv4-next--navy{background:var(--navy)}
.iv4-next--sand{background:var(--sand);color:var(--black)}
.iv4-next--sand .eyebrow{color:var(--teal)}
.iv4-next--sand p{color:rgba(0,0,0,.70)}
.iv4-next__inner{max-width:760px}
.iv4-next__inner h2{max-width:720px}
.iv4-next__inner>p:not(.eyebrow){max-width:620px;margin:16px 0 24px;color:var(--iv4-copy);font-size:16px;line-height:1.7}
.iv4-next--teal .iv4-next__inner>p:not(.eyebrow),.iv4-next--navy .iv4-next__inner>p:not(.eyebrow){color:rgba(255,255,255,.78)}
.iv4-next .button{margin-top:2px}

/* Services archive — grouped systems instead of ten equal cards. */
.iv4-capability-map{background:var(--dark)}
.iv4-capability-group{padding:0 0 64px;margin-bottom:64px;border-bottom:1px solid var(--iv4-line)}
.iv4-capability-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.iv4-capability-group__header{display:grid;grid-template-columns:44px minmax(0,4fr) minmax(280px,4fr);gap:24px;align-items:end;margin-bottom:24px}
.iv4-capability-group__header>span{font-family:var(--iv4-label);font-size:9px;color:var(--green);padding-bottom:4px}
.iv4-capability-group__header h2{font-size:clamp(31px,3.5vw,48px)}
.iv4-capability-group__header>p{margin:0;color:var(--iv4-copy);font-size:14px;line-height:1.65;max-width:480px}
.iv4-capability-group__cards{display:grid;grid-template-columns:repeat(12,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-service-tile{grid-column:span 4;min-height:430px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);display:grid;grid-template-rows:180px 1fr;background:var(--dark-2);overflow:hidden;transition:background .2s ease,color .2s ease}
.iv4-service-tile--feature{grid-column:span 4}
.iv4-capability-group--automate .iv4-service-tile{grid-column:span 12;grid-template-columns:minmax(260px,4fr) minmax(0,8fr);grid-template-rows:none;min-height:320px}
.iv4-service-tile:hover{background:var(--navy)}
.iv4-capability-group--grow .iv4-service-tile:hover{background:var(--teal)}
.iv4-service-tile__media{overflow:hidden;border-bottom:1px solid var(--iv4-line);background:var(--navy)}
.iv4-capability-group--automate .iv4-service-tile__media{border-bottom:0;border-right:1px solid var(--iv4-line)}
.iv4-service-tile__media .entity-card-media,.iv4-service-tile__media img{width:100%;height:100%;object-fit:cover}
.iv4-service-tile__media img{filter:saturate(.72) contrast(1.03);transition:transform .35s ease,filter .35s ease}
.iv4-service-tile:hover img{transform:scale(1.025);filter:saturate(.9)}
.iv4-service-tile__body{padding:20px;display:flex;flex-direction:column;position:relative}
.iv4-service-tile__index{position:absolute;right:20px;top:20px;font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-service-tile__body h3{max-width:88%;font-size:clamp(23px,2.1vw,31px)}
.iv4-service-tile__body>p:not(.eyebrow){margin:12px 0 22px;color:var(--iv4-copy);font-size:13px;line-height:1.65}
.iv4-service-tile__body .text-link{margin-top:auto}

/* Service single. */
.iv4-service-hero{padding:116px 0 0;background:var(--dark);border-bottom:1px solid var(--iv4-line)}
.iv4-service-hero__grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(360px,5fr);gap:clamp(34px,6vw,78px);align-items:end}
.iv4-service-hero__copy{padding:36px 0 64px;max-width:760px}
.iv4-service-hero__meta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:19px;font-family:var(--iv4-label);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--sage)}
.iv4-service-hero__meta span:first-child{color:var(--green)}
.iv4-service-hero__copy .lead{margin-top:19px}
.iv4-service-hero__copy .hero__actions{margin-top:27px}
.iv4-service-hero__media{position:relative;border:1px solid var(--iv4-line);border-bottom:0;background:var(--navy);align-self:end}
.iv4-service-hero__image{width:100%;aspect-ratio:1/1;object-fit:cover;filter:saturate(.76) contrast(1.04)}
.iv4-signal{aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:space-between;padding:22px;background:linear-gradient(145deg,var(--teal),var(--navy));font-family:var(--iv4-label);font-size:9px;letter-spacing:.11em;color:var(--sage)}
.iv4-signal strong{font-family:var(--iv4-display);font-size:clamp(40px,5vw,72px);letter-spacing:-.04em;color:var(--sand);align-self:center;margin:auto 0}
.iv4-service-hero__outcomes{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--iv4-line);background:var(--dark)}
.iv4-service-hero__outcomes>div{padding:13px 14px;border-right:1px solid var(--iv4-line)}
.iv4-service-hero__outcomes>div:last-child{border-right:0}
.iv4-service-hero__outcomes strong{display:block;font-family:var(--iv4-label);font-size:11px;color:var(--green)}
.iv4-service-hero__outcomes span{display:block;margin-top:5px;font-size:11px;line-height:1.35;color:var(--iv4-copy-soft)}
.iv4-service-problem{background:var(--dark)}
.iv4-service-problem__grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:8%;align-items:start}
.iv4-service-problem .quote{color:var(--sand);max-width:520px}
.iv4-deliverables{background:var(--navy)}
.iv4-deliverable-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-deliverable{min-height:240px;padding:24px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);background:rgba(13,13,13,.16);display:grid;grid-template-columns:38px 1fr;gap:12px 18px;align-content:start}
.iv4-deliverable>span{font-family:var(--iv4-label);font-size:9px;color:var(--green);padding-top:7px}
.iv4-deliverable h3{font-size:25px}
.iv4-deliverable p{grid-column:2;margin:2px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.65;max-width:520px}
.iv4-method{background:var(--sand);color:var(--black)}
.iv4-method .eyebrow{color:var(--teal)}
.iv4-method__grid{display:grid;grid-template-columns:minmax(220px,3fr) minmax(0,6fr) minmax(220px,3fr);gap:4%;align-items:start}
.iv4-method__intro>p:not(.eyebrow){margin-top:14px;color:rgba(0,0,0,.68);font-size:14px;line-height:1.65}
.iv4-method__steps{border-top:1px solid rgba(0,0,0,.28)}
.iv4-method-step{display:grid;grid-template-columns:44px 1fr;gap:15px;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.28)}
.iv4-method-step>span{font-family:var(--iv4-label);font-size:9px;color:var(--teal);padding-top:5px}
.iv4-method-step h3{font-size:24px}
.iv4-method-step p{margin:7px 0 0;color:rgba(0,0,0,.68);font-size:13px;line-height:1.62}
.iv4-toolbox{padding:20px;border:1px solid rgba(0,0,0,.28);background:var(--off);color:var(--black)}
.iv4-toolbox h3{font-size:24px}
.iv4-toolbox>p:not(.eyebrow){margin-top:10px;color:rgba(0,0,0,.68);font-size:13px;line-height:1.6}
.iv4-toolbox>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}
.iv4-toolbox>div span{padding:6px 8px;border:1px solid rgba(0,0,0,.28);font-family:var(--iv4-label);font-size:8px;letter-spacing:.07em;color:var(--teal)}

/* Shared FAQ. */
.iv4-faq-section,.iv4-faq-workspace{background:var(--dark-2)}
.iv4-faq-list{border-top:1px solid var(--iv4-line)}
.iv4-faq-item{border-bottom:1px solid var(--iv4-line)}
.iv4-faq-item summary,.iv4-faq-item .faq-question{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) 26px;gap:16px;align-items:center;min-height:76px;padding:0;border:0;background:transparent;color:var(--white);text-align:left;cursor:pointer;list-style:none}
.iv4-faq-item summary::-webkit-details-marker{display:none}
.iv4-faq-item summary>span,.iv4-faq-item__number{font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-faq-item summary>strong,.iv4-faq-item .faq-question>strong{font-family:var(--iv4-display);font-size:clamp(18px,1.6vw,23px);letter-spacing:-.02em;font-weight:700}
.iv4-faq-item summary>i,.iv4-faq-item .faq-question>i{justify-self:end;width:20px;height:20px;position:relative;font-style:normal;font-family:var(--iv4-label);font-size:18px;color:var(--sage)}
.iv4-faq-item summary>i::before{content:"+"}
.iv4-faq-item[open] summary>i::before{content:"−"}
.iv4-faq-item>div,.iv4-faq-item .faq-answer{padding:0 42px 22px 62px}
.iv4-faq-item>div p,.iv4-faq-item .faq-answer p{max-width:780px;margin:0;color:var(--iv4-copy);font-size:14px;line-height:1.7}
.iv4-faq-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}
.iv4-faq-filters .faq-filter{min-height:36px;padding:0 11px;border:1px solid var(--iv4-line);background:transparent;color:var(--sage);font-family:var(--iv4-label);font-size:8px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.iv4-faq-filters .faq-filter:hover,.iv4-faq-filters .faq-filter.is-active{background:var(--green);border-color:var(--green);color:var(--black)}
.iv4-faq-workspace .iv4-faq-list{max-width:1040px}
.iv4-faq-workspace .iv4-faq-item .faq-question{min-height:84px}

/* Related capability rows. */
.iv4-related{background:var(--dark)}
.iv4-related-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-related-grid>a{min-height:150px;padding:18px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);display:grid;grid-template-columns:30px 1fr 18px;gap:10px;align-items:start;background:var(--dark-2);transition:background .2s ease}
.iv4-related-grid>a:hover{background:var(--navy)}
.iv4-related-grid>a>span{font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-related-grid>a small{display:block;font-family:var(--iv4-label);font-size:8px;letter-spacing:.08em;color:var(--sage);text-transform:uppercase}
.iv4-related-grid>a strong{display:block;margin-top:14px;font-family:var(--iv4-display);font-size:23px;line-height:1.1}
.iv4-related-grid>a>.alify-icon{width:16px;height:16px;color:var(--sage);justify-self:end}

/* Industries. */
.iv4-industry-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1px;background:var(--iv4-line);border:1px solid var(--iv4-line)}
.iv4-industry-card{grid-column:span 6;min-height:500px;position:relative;overflow:hidden;background:var(--dark-2);isolation:isolate}
.iv4-industry-card:nth-child(3n+1){grid-column:span 7}
.iv4-industry-card:nth-child(3n+2){grid-column:span 5}
.iv4-industry-card:nth-child(3n+3){grid-column:span 6}
.iv4-industry-card__media,.iv4-industry-card__media .entity-card-media,.iv4-industry-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.iv4-industry-card__media img{filter:saturate(.58) brightness(.62);transition:transform .4s ease,filter .4s ease}
.iv4-industry-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,13,13,.96),rgba(13,13,13,.20) 68%)}
.iv4-industry-card__body{position:absolute;inset:0;z-index:2;padding:24px;display:flex;flex-direction:column}
.iv4-industry-card__body>span:first-child{font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-industry-card__body>div{margin-top:auto;max-width:90%}
.iv4-industry-card__body h2{font-size:clamp(30px,3vw,44px)}
.iv4-industry-card__body>div>p:not(.eyebrow){margin:10px 0 0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.62;max-width:560px}
.iv4-industry-card__body .text-link{margin-top:18px}
.iv4-industry-card:hover img{transform:scale(1.025);filter:saturate(.78) brightness(.68)}
.iv4-industry-hero{padding:116px 0 0;background:var(--dark);border-bottom:1px solid var(--iv4-line)}
.iv4-industry-hero__grid{display:grid;grid-template-columns:minmax(340px,5fr) minmax(0,7fr);gap:7%;align-items:end}
.iv4-industry-hero__media{border:1px solid var(--iv4-line);border-bottom:0;background:var(--navy)}
.iv4-industry-hero__image{width:100%;aspect-ratio:1/1;object-fit:cover;filter:saturate(.72)}
.iv4-industry-hero__copy{padding:36px 0 64px;max-width:760px}
.iv4-industry-hero__copy .lead{margin-top:19px}
.iv4-friction-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-friction-grid>article{min-height:250px;padding:22px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);background:var(--dark-2)}
.iv4-friction-grid>article>span{font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-friction-grid h3{margin-top:44px;font-size:25px}
.iv4-friction-grid p{margin:10px 0 0;color:var(--iv4-copy);font-size:13px;line-height:1.62}
.iv4-outcome-band{padding:30px 0;background:var(--sand);color:var(--black);border-bottom:1px solid rgba(0,0,0,.28)}
.iv4-outcome-band .eyebrow{color:var(--teal)}
.iv4-outcome-band__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(0,0,0,.28);border-left:1px solid rgba(0,0,0,.28)}
.iv4-outcome-band__grid>div{padding:17px 18px;border-right:1px solid rgba(0,0,0,.28);border-bottom:1px solid rgba(0,0,0,.28)}
.iv4-outcome-band__grid strong{display:block;font-family:var(--iv4-label);font-size:12px;color:var(--teal)}
.iv4-outcome-band__grid span{display:block;margin-top:5px;font-family:var(--iv4-display);font-size:20px}
.iv4-industry-method{background:var(--navy)}
.iv4-method-board{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-method-board>article{min-height:280px;padding:20px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line)}
.iv4-method-board>article>span{font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-method-board h3{margin-top:60px;font-size:24px}
.iv4-method-board p{margin:10px 0 0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.62}

/* About / Why / Process. */
.iv4-about-hero{padding:132px 0 70px;background:var(--dark);border-bottom:1px solid var(--iv4-line)}
.iv4-about-hero__grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(260px,4fr);gap:8%;align-items:end}
.iv4-about-hero__grid .lead{margin-top:20px}
.iv4-about-hero__signal{aspect-ratio:1/1;max-width:320px;justify-self:end;width:100%;border:1px solid var(--iv4-line);padding:20px;background:linear-gradient(145deg,var(--teal),var(--navy));display:flex;flex-direction:column;justify-content:space-between;font-family:var(--iv4-label);font-size:9px;letter-spacing:.1em;color:var(--sage)}
.iv4-about-hero__signal strong{font-family:var(--iv4-display);font-size:74px;color:var(--sand);align-self:center;margin:auto 0}
.iv4-about-belief__grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:8%;align-items:start}
.iv4-about-belief__copy h2{font-size:clamp(28px,3vw,42px)}
.iv4-about-belief__copy>p{margin-top:16px;color:var(--iv4-copy);font-size:15px;line-height:1.72}
.iv4-principles{background:var(--dark-2)}
.iv4-principle-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-principle-grid>article{min-height:260px;padding:24px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);background:var(--dark)}
.iv4-principle-grid>article>span{font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-principle-grid h3{margin-top:44px;max-width:420px;font-size:27px}
.iv4-principle-grid p{margin:12px 0 0;color:var(--iv4-copy);font-size:14px;line-height:1.67;max-width:540px}
.iv4-principle-grid--values>article:nth-child(2),.iv4-principle-grid--values>article:nth-child(3){background:var(--navy)}
.iv4-system-map__grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,4fr) minmax(240px,3fr);gap:5%;align-items:start}
.iv4-system-map__nodes{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-system-map__nodes span{min-height:72px;padding:14px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);font-family:var(--iv4-label);font-size:9px;letter-spacing:.08em;color:var(--sage);display:flex;align-items:flex-end}
.iv4-system-map__copy p{color:var(--iv4-copy);font-size:14px;line-height:1.7;margin-bottom:20px}
.iv4-process-board{background:var(--dark-2)}
.iv4-process-steps{position:relative}
.iv4-process-steps::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--iv4-line)}
.iv4-process-step{width:calc(50% - 35px);min-height:240px;padding:24px;border:1px solid var(--iv4-line);background:var(--dark);display:grid;grid-template-columns:48px 1fr;gap:16px;margin:0 0 26px;position:relative}
.iv4-process-step.is-offset{margin-left:calc(50% + 35px)}
.iv4-process-step::after{content:"";position:absolute;width:35px;height:1px;background:var(--iv4-line);right:-36px;top:36px}
.iv4-process-step.is-offset::after{right:auto;left:-36px}
.iv4-process-step__number{font-family:var(--iv4-label);font-size:9px;color:var(--green);padding-top:5px}
.iv4-process-step h2{font-size:clamp(26px,2.7vw,38px)}
.iv4-process-step p:not(.eyebrow){margin:10px 0 0;color:var(--iv4-copy);font-size:14px;line-height:1.65}

/* Contact / Quote / Careers / Call — light form workspace. */
.iv4-contact-hero__grid,.iv4-quote-hero__grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,5fr);gap:8%;align-items:end}
.iv4-contact-hero__grid .lead,.iv4-quote-hero__grid .lead{margin-top:20px}
.iv4-contact-meta{border-top:1px solid var(--iv4-line)}
.iv4-contact-meta>div{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:12px 0;border-bottom:1px solid var(--iv4-line)}
.iv4-contact-meta span,.iv4-contact-meta strong,.iv4-contact-meta a{font-family:var(--iv4-label);font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.iv4-contact-meta span{color:var(--sage)}
.iv4-contact-meta strong,.iv4-contact-meta a{color:var(--white)}
.iv4-contact-workspace,.iv4-quote-workspace{background:var(--dark-2)}
.iv4-contact-workspace__grid,.iv4-quote-workspace__grid{display:grid;grid-template-columns:minmax(240px,3.5fr) minmax(0,8.5fr);gap:5%;align-items:start}
.iv4-brief-card,.iv4-quote-note{padding:22px;border:1px solid var(--iv4-line);background:var(--navy);position:sticky;top:92px}
.iv4-brief-card h2,.iv4-quote-note h2{font-size:29px}
.iv4-brief-card>p:not(.eyebrow),.iv4-quote-note>p:not(.eyebrow){margin-top:12px;color:rgba(255,255,255,.76);font-size:14px;line-height:1.68}
.iv4-brief-card ol{list-style:none;padding:0;margin:22px 0 0;border-top:1px solid var(--iv4-line)}
.iv4-brief-card li{padding:10px 0;border-bottom:1px solid var(--iv4-line);font-size:13px;color:rgba(255,255,255,.78)}
.iv4-brief-card li span{display:inline-block;width:32px;font-family:var(--iv4-label);font-size:9px;color:var(--green)}
.iv4-micro{font-family:var(--iv4-label)!important;font-size:9px!important;letter-spacing:.06em;text-transform:uppercase;color:var(--sage)!important}
.iv4-form-paper{background:var(--off);color:var(--black);padding:28px;border:1px solid var(--white)}
.iv4-form-paper__head{display:flex;justify-content:space-between;gap:20px;align-items:end;padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid rgba(0,0,0,.28)}
.iv4-form-paper__head span{font-family:var(--iv4-label);font-size:8px;letter-spacing:.1em;color:var(--teal)}
.iv4-form-paper__head strong{font-family:var(--iv4-display);font-size:24px}
.iv4-form-paper .alify-form{color:var(--black)}
.iv4-form-paper .form-grid{gap:18px}
.iv4-form-paper .form-grid label>span,.iv4-form-paper .newsletter-form-row label>span{font-family:var(--iv4-label);font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal)}
.iv4-form-paper input:not([type="checkbox"]),.iv4-form-paper select,.iv4-form-paper textarea{width:100%;background:var(--white);color:var(--black);border:1px solid rgba(0,0,0,.28);min-height:50px;padding:12px 13px;outline:none}
.iv4-form-paper textarea{min-height:150px;resize:vertical}
.iv4-form-paper input:focus,.iv4-form-paper select:focus,.iv4-form-paper textarea:focus{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}
.iv4-form-paper input::placeholder,.iv4-form-paper textarea::placeholder{color:rgba(0,0,0,.50)}
.iv4-form-paper .form-consent{border-top:1px solid rgba(0,0,0,.18);padding-top:16px;margin-top:20px}
.iv4-form-paper .form-consent__check{color:rgba(0,0,0,.68);font-size:12px;line-height:1.55}
.iv4-form-paper .form-consent__check a{color:var(--teal);text-decoration:underline;text-underline-offset:2px}
.iv4-form-paper .form-privacy{color:rgba(0,0,0,.52);font-size:11px}
.iv4-form-paper .button--text{color:var(--black)!important;border-color:var(--teal)!important}
.iv4-form-paper .button--text:hover{color:var(--teal)!important}
.iv4-form-paper .button--primary{background:var(--green)!important;color:var(--black)!important;border-color:var(--green)!important}
.iv4-form-paper .form-progress{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(0,0,0,.20);margin-bottom:24px}
.iv4-form-paper .form-progress span{padding:9px 10px;border-right:1px solid rgba(0,0,0,.20);font-family:var(--iv4-label);font-size:8px;letter-spacing:.06em;color:rgba(0,0,0,.48)}
.iv4-form-paper .form-progress span:last-child{border-right:0}
.iv4-form-paper .form-progress span.is-active{background:var(--sand);color:var(--black)}
.iv4-form-paper fieldset{border:0;padding:0;margin:0}
.iv4-form-paper legend{font-family:var(--iv4-display);font-size:clamp(24px,2.4vw,34px);font-weight:700;margin-bottom:20px}
.iv4-form-paper .form-step__actions,.iv4-form-paper .form-actions{margin-top:22px}
.iv4-form-paper--quote{padding:32px}
.iv4-quote-sequence{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-quote-sequence span{min-height:72px;padding:12px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);display:flex;align-items:flex-end;font-family:var(--iv4-label);font-size:9px;letter-spacing:.08em;color:var(--sage)}

/* Insights. */
.iv4-insight-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-insight-card{border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);background:var(--dark-2)}
.iv4-insight-card>a{display:grid;grid-template-rows:260px 1fr;height:100%}
.iv4-insight-card--feature{grid-column:span 2}
.iv4-insight-card--feature>a{grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-rows:none;min-height:420px}
.iv4-insight-card__visual{overflow:hidden;background:var(--navy)}
.iv4-insight-card__visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.72);transition:transform .35s ease}
.iv4-insight-card:hover img{transform:scale(1.02)}
.iv4-insight-card__body{padding:22px;display:flex;flex-direction:column}
.iv4-insight-card__meta{display:flex;gap:10px;flex-wrap:wrap;font-family:var(--iv4-label);font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:var(--sage)}
.iv4-insight-card__meta span:first-child{color:var(--green)}
.iv4-insight-card h2{margin-top:28px;font-size:clamp(26px,2.6vw,38px)}
.iv4-insight-card p{margin:12px 0 22px;color:var(--iv4-copy);font-size:14px;line-height:1.66}
.iv4-insight-card .text-link{margin-top:auto}
.iv4-newsletter{display:grid;grid-template-columns:minmax(0,6fr) minmax(320px,5fr);gap:8%;align-items:center}
.iv4-newsletter h2{max-width:560px}
.iv4-newsletter>div>p:not(.eyebrow){color:rgba(0,0,0,.68);font-size:14px;line-height:1.65}
.iv4-newsletter__form .alify-form{color:var(--black)}
.iv4-newsletter__form .newsletter-form-row{display:flex;gap:8px}
.iv4-newsletter__form input{background:var(--white);color:var(--black);border:1px solid rgba(0,0,0,.28)}
.iv4-newsletter__form .form-consent__check{color:rgba(0,0,0,.68);font-size:11px}
.iv4-article-hero{padding:132px 0 64px;border-bottom:1px solid var(--iv4-line);background:var(--dark)}
.iv4-article-hero__grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(250px,4fr);gap:8%;align-items:end}
.iv4-article-hero__grid .lead{margin-top:19px}
.iv4-article-hero aside{border-top:1px solid var(--iv4-line)}
.iv4-article-hero aside>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:11px 0;border-bottom:1px solid var(--iv4-line);font-family:var(--iv4-label);font-size:9px;letter-spacing:.06em}
.iv4-article-hero aside span{color:var(--sage)}
.iv4-article-hero aside strong{text-align:right;color:var(--white)}
.iv4-article-hero aside .text-link{margin-top:16px}
.iv4-article-image{margin-top:34px}
.iv4-article-image img{width:100%;max-height:620px;object-fit:cover}
.iv4-article-layout{display:grid;grid-template-columns:minmax(220px,3fr) minmax(0,7fr) minmax(0,2fr);gap:5%;align-items:start}
.iv4-article-note{position:sticky;top:94px;padding-top:10px}
.iv4-article-note>p:not(.eyebrow){color:var(--iv4-copy);font-size:13px;line-height:1.65}
.iv4-article-prose{grid-column:2;max-width:760px;color:var(--iv4-copy)}
.iv4-article-prose h2{margin:46px 0 16px;font-size:clamp(28px,3vw,40px);color:var(--white)}
.iv4-article-prose h3{margin:30px 0 12px;font-size:25px;color:var(--white)}
.iv4-article-prose p{margin:0 0 20px}
.iv4-article-prose a{color:var(--green);text-decoration:underline;text-underline-offset:3px}
.iv4-article-prose ul,.iv4-article-prose ol{padding-left:20px}

/* Work / case studies. */
.iv4-case-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-case-card{border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);background:var(--dark-2)}
.iv4-case-card>a{display:grid;grid-template-columns:minmax(220px,5fr) minmax(0,7fr);min-height:360px}
.iv4-case-card__visual{overflow:hidden;background:var(--navy)}
.iv4-case-card__visual img{width:100%;height:100%;object-fit:cover}
.iv4-case-card__body{padding:22px;display:flex;flex-direction:column}
.iv4-case-card__body h2{font-size:30px}
.iv4-case-card__body>p:not(.eyebrow){margin:12px 0 22px;color:var(--iv4-copy);font-size:14px;line-height:1.65}
.iv4-case-card__body .text-link{margin-top:auto}
.iv4-empty{padding:70px 0;max-width:760px}
.iv4-empty h2{margin-top:8px}
.iv4-empty>p:not(.eyebrow){margin-top:16px;color:var(--iv4-copy);font-size:15px;line-height:1.7}
.iv4-empty--proof{padding:90px 0}
.iv4-case-hero{padding:132px 0 64px;background:var(--dark);border-bottom:1px solid var(--iv4-line)}
.iv4-case-hero__grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(280px,4fr);gap:8%;align-items:end}
.iv4-case-hero__grid .lead{margin-top:18px}
.iv4-case-hero dl{margin:0;border-top:1px solid var(--iv4-line)}
.iv4-case-hero dl>div{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:11px 0;border-bottom:1px solid var(--iv4-line)}
.iv4-case-hero dt,.iv4-case-hero dd{margin:0;font-family:var(--iv4-label);font-size:9px;letter-spacing:.06em}
.iv4-case-hero dt{color:var(--sage)}
.iv4-case-hero dd{color:var(--white)}
.iv4-case-hero__image{margin-top:30px}
.iv4-case-hero__image img{width:100%;max-height:680px;object-fit:cover}
.iv4-case-story{display:grid;grid-template-columns:54px minmax(0,8fr) minmax(0,3fr);gap:24px;align-items:start}
.iv4-case-story>span{font-family:var(--iv4-label);font-size:9px;color:var(--green);padding-top:4px}
.iv4-case-story>div{grid-column:2;max-width:780px}
.iv4-case-story-section--navy{background:var(--navy)}
.iv4-case-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--iv4-line);margin-top:36px}
.iv4-case-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover}
.iv4-case-results{background:var(--sand);color:var(--black)}
.iv4-case-results .eyebrow{color:var(--teal)}
.iv4-case-results .prose{color:rgba(0,0,0,.72)}
.iv4-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(0,0,0,.28);border-left:1px solid rgba(0,0,0,.28);margin-top:36px}
.iv4-metric-grid>div{padding:18px;border-right:1px solid rgba(0,0,0,.28);border-bottom:1px solid rgba(0,0,0,.28)}
.iv4-metric-grid strong{display:block;font-family:var(--iv4-display);font-size:34px;color:var(--teal)}
.iv4-metric-grid span{display:block;margin-top:5px;font-size:13px}
.iv4-metric-grid small{display:block;margin-top:8px;font-family:var(--iv4-label);font-size:8px;color:rgba(0,0,0,.56)}

/* Team / testimonials. */
.iv4-team-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-team-grid>article{border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);background:var(--dark-2)}
.iv4-team-card__visual{aspect-ratio:1/1;background:var(--navy);overflow:hidden}
.iv4-team-card__visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.72)}
.iv4-team-monogram{height:100%;display:grid;place-items:center;font-family:var(--iv4-display);font-size:100px;color:var(--sand)}
.iv4-team-card__body{padding:20px}
.iv4-team-card__body>span{font-family:var(--iv4-label);font-size:8px;letter-spacing:.07em;color:var(--sage)}
.iv4-team-card__body h3{margin-top:12px}
.iv4-team-card__body>p{margin-top:10px;color:var(--iv4-copy);font-size:13px;line-height:1.62}
.iv4-testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--iv4-line);border-left:1px solid var(--iv4-line)}
.iv4-testimonial-grid>article{min-height:330px;padding:24px;border-right:1px solid var(--iv4-line);border-bottom:1px solid var(--iv4-line);background:var(--navy);display:flex;flex-direction:column}
.iv4-testimonial-mark{font-family:var(--iv4-serif);font-size:64px;line-height:.8;color:var(--sand)}
.iv4-testimonial-grid blockquote{margin:28px 0;font-family:var(--iv4-serif);font-style:italic;font-size:clamp(22px,2.2vw,31px);line-height:1.4;color:var(--white)}
.iv4-testimonial-grid>article>div{margin-top:auto}
.iv4-testimonial-grid>article>div strong{display:block;font-family:var(--iv4-display);font-size:18px}
.iv4-testimonial-grid>article>div span{display:block;margin-top:4px;font-family:var(--iv4-label);font-size:8px;letter-spacing:.07em;color:var(--sage)}

/* Legal. */
.iv4-legal-hero{padding:132px 0 58px;background:var(--dark);border-bottom:1px solid var(--iv4-line)}
.iv4-legal-hero__grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,5fr);gap:8%;align-items:end}
.iv4-legal-hero__grid .lead{margin:0}
.iv4-legal-dates{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;font-family:var(--iv4-label);font-size:8px;letter-spacing:.07em;color:var(--sage)}
.iv4-legal-dates strong{color:var(--white)}
.iv4-legal-alert{background:var(--sand);color:var(--black);border-bottom:1px solid rgba(0,0,0,.28)}
.iv4-legal-alert .container{display:flex;gap:16px;align-items:center;padding-top:11px;padding-bottom:11px;font-size:12px}
.iv4-legal-alert strong{font-family:var(--iv4-label);font-size:9px;letter-spacing:.07em;color:var(--teal)}
.iv4-legal-layout{display:grid;grid-template-columns:minmax(220px,3fr) minmax(0,7fr) minmax(0,2fr);gap:5%;align-items:start}
.iv4-legal-meta{position:sticky;top:94px;border-top:1px solid var(--iv4-line)}
.iv4-legal-meta dl{margin:0}
.iv4-legal-meta dl>div{padding:11px 0;border-bottom:1px solid var(--iv4-line)}
.iv4-legal-meta dt,.iv4-legal-meta dd{margin:0;font-size:12px;line-height:1.55}
.iv4-legal-meta dt{font-family:var(--iv4-label);font-size:8px;letter-spacing:.07em;color:var(--sage);text-transform:uppercase}
.iv4-legal-meta dd{margin-top:4px;color:var(--iv4-copy)}
.iv4-legal-meta a{color:var(--green)}
.iv4-legal-prose{grid-column:2;max-width:760px}
.iv4-legal-prose h2{margin:42px 0 14px;font-size:30px;color:var(--white)}
.iv4-legal-prose h3{margin:26px 0 10px;font-size:22px;color:var(--white)}
.iv4-legal-prose p,.iv4-legal-prose li{font-size:14px;line-height:1.72}
.iv4-legal-prose a{color:var(--green);text-decoration:underline;text-underline-offset:3px}

/* Make inner-page buttons reliably legible, regardless of older base rules. */
.iv4-page .button--primary{background:var(--green)!important;color:var(--black)!important;border-color:var(--green)!important}
.iv4-page .button--primary:hover,.iv4-page .button--primary:focus-visible{background:var(--white)!important;color:var(--black)!important;border-color:var(--white)!important}
.iv4-page .button--dark{background:var(--black)!important;color:var(--white)!important;border-color:var(--black)!important}
.iv4-page .button--dark:hover{background:var(--navy)!important;color:var(--white)!important;border-color:var(--navy)!important}
.iv4-page .button--text{background:transparent!important;color:var(--white)!important}
.iv4-page .button--text:hover{color:var(--green)!important}

@media (max-width:1100px){
  .iv4-hero__grid,.iv4-about-hero__grid,.iv4-service-hero__grid,.iv4-industry-hero__grid,.iv4-contact-hero__grid,.iv4-quote-hero__grid,.iv4-article-hero__grid,.iv4-case-hero__grid,.iv4-legal-hero__grid{grid-template-columns:1fr 1fr;gap:42px}
  .iv4-method__grid{grid-template-columns:1fr 2fr}.iv4-toolbox{grid-column:1/-1}
  .iv4-system-map__grid{grid-template-columns:1fr 1fr}.iv4-system-map__copy{grid-column:1/-1;max-width:620px}
  .iv4-service-tile{grid-column:span 6}.iv4-capability-group--automate .iv4-service-tile{grid-column:span 12}
  .iv4-related-grid{grid-template-columns:1fr 1fr}.iv4-related-grid>a:last-child{grid-column:1/-1}
  .iv4-industry-card,.iv4-industry-card:nth-child(n){grid-column:span 6;min-height:440px}
  .iv4-method-board{grid-template-columns:repeat(2,1fr)}
  .iv4-team-grid{grid-template-columns:repeat(2,1fr)}
  .iv4-case-grid{grid-template-columns:1fr}
  .iv4-article-layout,.iv4-legal-layout{grid-template-columns:220px minmax(0,1fr)}
  .iv4-article-prose,.iv4-legal-prose{grid-column:2}
}

@media (max-width:820px){
  .iv4-page{--iv4-pad:20px;--iv4-section:58px}
  .iv4-hero,.iv4-about-hero,.iv4-article-hero,.iv4-case-hero,.iv4-legal-hero{padding:108px 0 52px}
  .iv4-service-hero,.iv4-industry-hero{padding-top:98px}
  .iv4-hero__grid,.iv4-about-hero__grid,.iv4-service-hero__grid,.iv4-industry-hero__grid,.iv4-contact-hero__grid,.iv4-quote-hero__grid,.iv4-article-hero__grid,.iv4-case-hero__grid,.iv4-legal-hero__grid{grid-template-columns:1fr;gap:30px}
  .iv4-hero__rail{border-left:0;border-top:1px solid var(--iv4-line);padding:20px 0 0;min-height:0}.iv4-hero__rail>strong{font-size:52px}
  .iv4-about-hero__signal{justify-self:start;max-width:250px}
  .iv4-service-hero__copy,.iv4-industry-hero__copy{padding:26px 0 36px}
  .iv4-service-hero__media,.iv4-industry-hero__media{max-width:520px}
  .iv4-section-head,.iv4-statement__grid,.iv4-service-problem__grid,.iv4-about-belief__grid,.iv4-contact-workspace__grid,.iv4-quote-workspace__grid,.iv4-newsletter{grid-template-columns:1fr;gap:26px}
  .iv4-statement__grid{gap:22px}
  .iv4-capability-group__header{grid-template-columns:34px 1fr}.iv4-capability-group__header>p{grid-column:2}
  .iv4-service-tile{grid-column:span 12;grid-template-columns:180px 1fr;grid-template-rows:none;min-height:250px}.iv4-service-tile__media{border-bottom:0;border-right:1px solid var(--iv4-line)}
  .iv4-capability-group--automate .iv4-service-tile{grid-template-columns:180px 1fr}
  .iv4-deliverable-grid,.iv4-friction-grid,.iv4-outcome-band__grid,.iv4-method-board,.iv4-principle-grid,.iv4-testimonial-grid{grid-template-columns:1fr}
  .iv4-method__grid{grid-template-columns:1fr;gap:30px}
  .iv4-related-grid{grid-template-columns:1fr}.iv4-related-grid>a:last-child{grid-column:auto}
  .iv4-industry-card,.iv4-industry-card:nth-child(n){grid-column:span 12;min-height:430px}
  .iv4-system-map__grid{grid-template-columns:1fr;gap:30px}.iv4-system-map__copy{grid-column:auto}
  .iv4-process-steps::before{left:18px}.iv4-process-step,.iv4-process-step.is-offset{width:calc(100% - 44px);margin-left:44px}.iv4-process-step::after,.iv4-process-step.is-offset::after{left:-27px;right:auto;width:26px}
  .iv4-brief-card,.iv4-quote-note{position:static}
  .iv4-insight-grid{grid-template-columns:1fr}.iv4-insight-card--feature{grid-column:auto}.iv4-insight-card--feature>a{grid-template-columns:1fr;grid-template-rows:260px 1fr;min-height:0}
  .iv4-article-layout,.iv4-legal-layout{grid-template-columns:1fr;gap:30px}.iv4-article-note,.iv4-legal-meta{position:static}.iv4-article-prose,.iv4-legal-prose{grid-column:auto}
  .iv4-case-story{grid-template-columns:40px 1fr}.iv4-case-story>div{grid-column:2}
  .iv4-team-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:560px){
  .iv4-page h1{font-size:clamp(36px,11.5vw,50px)}
  .iv4-page h2{font-size:clamp(27px,8.5vw,38px)}
  .iv4-page .lead{font-size:17px}
  .iv4-service-hero__media,.iv4-industry-hero__media{width:100%}
  .iv4-service-hero__outcomes{grid-template-columns:1fr}.iv4-service-hero__outcomes>div{border-right:0;border-bottom:1px solid var(--iv4-line)}.iv4-service-hero__outcomes>div:last-child{border-bottom:0}
  .iv4-service-tile,.iv4-capability-group--automate .iv4-service-tile{grid-template-columns:1fr;grid-template-rows:180px 1fr}.iv4-service-tile__media,.iv4-capability-group--automate .iv4-service-tile__media{border-right:0;border-bottom:1px solid var(--iv4-line)}
  .iv4-capability-group__header{grid-template-columns:1fr}.iv4-capability-group__header>span{display:none}.iv4-capability-group__header>p{grid-column:auto}
  .iv4-industry-card,.iv4-industry-card:nth-child(n){min-height:390px}
  .iv4-contact-meta>div{grid-template-columns:1fr;gap:4px}
  .iv4-form-paper,.iv4-form-paper--quote{padding:20px}
  .iv4-form-paper__head{align-items:start;flex-direction:column}
  .iv4-form-paper .form-progress{grid-template-columns:1fr 1fr}
  .iv4-form-paper .form-progress span:nth-child(2){border-right:0}.iv4-form-paper .form-progress span:nth-child(-n+2){border-bottom:1px solid rgba(0,0,0,.20)}
  .iv4-newsletter__form .newsletter-form-row{display:block}.iv4-newsletter__form .newsletter-form-row .button{margin-top:8px;width:100%}
  .iv4-team-grid{grid-template-columns:1fr}
  .iv4-case-card>a{grid-template-columns:1fr}.iv4-case-card__visual{min-height:260px}
  .iv4-case-gallery,.iv4-metric-grid{grid-template-columns:1fr}
  .iv4-process-step{grid-template-columns:34px 1fr;padding:18px}
  .iv4-faq-item summary,.iv4-faq-item .faq-question{grid-template-columns:30px 1fr 22px;gap:10px;min-height:72px}.iv4-faq-item>div,.iv4-faq-item .faq-answer{padding:0 22px 20px 40px}
  .iv4-legal-alert .container{align-items:flex-start;flex-direction:column;gap:4px}
}

@media (prefers-reduced-motion:reduce){
  .iv4-page *, .iv4-page *::before,.iv4-page *::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* Search / 404 / generic page utilities. */
.iv4-search-form{max-width:760px;margin-bottom:34px}
.iv4-search-form .search-form{display:grid;grid-template-columns:1fr auto;border:1px solid var(--iv4-line)}
.iv4-search-form .search-field{min-height:52px;padding:0 14px;border:0;background:var(--dark-2);color:var(--white);outline:none}
.iv4-search-form .search-submit{min-width:120px;border:0;background:var(--green);color:var(--black);font-family:var(--iv4-label);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.iv4-search-results{border-top:1px solid var(--iv4-line)}
.iv4-search-results article{border-bottom:1px solid var(--iv4-line)}
.iv4-search-results article>a{display:grid;grid-template-columns:120px minmax(0,1fr) 20px;gap:24px;align-items:start;padding:22px 0}
.iv4-search-results article>a>span{font-family:var(--iv4-label);font-size:9px;letter-spacing:.07em;color:var(--green);text-transform:uppercase;padding-top:5px}
.iv4-search-results h2{font-size:28px}
.iv4-search-results p{margin:9px 0 0;color:var(--iv4-copy);font-size:13px;line-height:1.62}
.iv4-search-results .alify-icon{width:16px;height:16px;color:var(--sage)}
.iv4-error-hero__grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(300px,5fr);gap:8%;align-items:end}
.iv4-error-code{display:block;font-family:var(--iv4-display);font-size:clamp(80px,11vw,150px);line-height:.78;color:var(--sand);margin:18px 0 24px}
.iv4-error-search{padding:24px;border:1px solid var(--iv4-line);background:var(--navy)}
.iv4-error-search h2{font-size:28px;margin-bottom:20px}
.iv4-error-search .search-form{display:grid;grid-template-columns:1fr auto;border:1px solid var(--iv4-line)}
.iv4-error-search .search-field{min-height:50px;padding:0 12px;background:var(--dark);border:0;color:var(--white)}
.iv4-error-search .search-submit{border:0;background:var(--green);color:var(--black);padding:0 14px;font-family:var(--iv4-label);font-size:8px;text-transform:uppercase}
.iv4-error-page .iv4-related-grid>a{min-height:170px}
.iv4-error-page .iv4-related-grid>a p{grid-column:2;margin:9px 0 0;color:var(--iv4-copy);font-size:12px;line-height:1.55}
.iv4-generic-prose{max-width:820px}
.iv4-generic-prose h2{margin:40px 0 14px;font-size:32px;color:var(--white)}
.iv4-generic-prose h3{margin:28px 0 10px;font-size:24px;color:var(--white)}
.iv4-generic-prose p,.iv4-generic-prose li{font-size:15px;line-height:1.75}
.iv4-generic-prose a{color:var(--green);text-decoration:underline;text-underline-offset:3px}

@media(max-width:820px){
  .iv4-error-hero__grid{grid-template-columns:1fr;gap:30px}
}
@media(max-width:560px){
  .iv4-search-form .search-form,.iv4-error-search .search-form{grid-template-columns:1fr}
  .iv4-search-form .search-submit,.iv4-error-search .search-submit{min-height:46px}
  .iv4-search-results article>a{grid-template-columns:1fr 20px;gap:12px}.iv4-search-results article>a>span{grid-column:1/-1}.iv4-search-results article>a>div{grid-column:1}.iv4-search-results article>a>.alify-icon{grid-column:2;grid-row:2}
}
