/*
 * ALIFY v0.9 — Cohere pixel system
 * Final visual source of truth. Loaded after all legacy/theme component layers.
 * Layout/content is ALIFY; geometry, hierarchy, surface logic and interaction grammar
 * intentionally follow the supplied Cohere reference system.
 */

:root{
  --container:1440px;
  --pad:40px;
  --display:var(--co-display,"CohereText","Space Grotesk","Inter",ui-sans-serif,system-ui,sans-serif);
  --body:var(--co-body,"Unica77 Cohere Web","Inter",Arial,ui-sans-serif,system-ui,sans-serif);
  --mono:var(--co-mono,"CohereMono","IBM Plex Mono","JetBrains Mono",ui-monospace,monospace);
  --canvas:#fff;
  --paper:#fff;
  --ink:#212121;
  --ink-strong:#17171c;
  --muted:#75758a;
  --muted-2:#93939f;
  --line:#d9d9dd;
  --line-light:#e5e7eb;
  --stone:#eeece7;
  --green:#003c33;
  --navy:#071829;
  --blue:#1863dc;
  --coral:#ff7759;
  --coral-soft:#ffad9b;
  --focus:#4c6ee6;
  --r-xs:4px;
  --r-sm:8px;
  --r-md:16px;
  --r-lg:22px;
  --r-xl:30px;
  --r-pill:32px;
}

html{background:#fff;scroll-behavior:smooth}
body.alify-site{margin:0;background:#fff;color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.5;font-weight:400;letter-spacing:0;overflow-x:hidden}
body.menu-open{overflow:hidden}
*{box-sizing:border-box}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container,
.site-header__inner,
.announcement__inner,
.footer-newsletter-shell,
.footer-directory-shell,
.footer-bottom,
.nav-dropdown__inner{
  width:min(var(--container),calc(100% - 80px))!important;
  max-width:var(--container)!important;
  margin-inline:auto!important;
}
.narrow{width:min(820px,100%)}
.site-main{min-height:60vh}
.section{padding:128px 0}
.section--quiet{padding:112px 0}
.surface{background:var(--stone)}
.band-dark{background:var(--green);color:#fff}

h1,h2,h3,h4,h5,h6{margin:0;color:inherit;font-family:var(--display);font-weight:400;letter-spacing:-.02em}
h1{font-size:96px;line-height:1;letter-spacing:-1.92px}
h2{font-size:60px;line-height:1;letter-spacing:-1.2px}
h3{font-size:32px;line-height:1.2;letter-spacing:-.32px}
h4{font-size:24px;line-height:1.3}
p{margin:0 0 1em}
.lede{font-size:18px;line-height:1.4;color:var(--ink);max-width:640px}
.eyebrow{margin:0 0 20px;color:var(--muted);font:400 14px/1.4 var(--mono);letter-spacing:.28px;text-transform:uppercase}

:focus-visible{outline:2px solid var(--focus)!important;outline-offset:3px!important}

/* buttons */
.button,.header-primary,.button--small,.wp-element-button{
  min-height:48px!important;padding:0 24px!important;border:1px solid var(--ink-strong)!important;border-radius:32px!important;background:var(--ink-strong)!important;color:#fff!important;font:500 14px/1.2 var(--body)!important;letter-spacing:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;transform:none!important;transition:opacity .2s ease,background-color .2s ease,color .2s ease!important
}
.button:hover,.header-primary:hover,.button--small:hover,.wp-element-button:hover{opacity:.72!important;transform:none!important}
.button--light{background:#fff!important;border-color:#fff!important;color:var(--ink-strong)!important}
.button--ghost{background:transparent!important;border:1px solid var(--ink-strong)!important;color:var(--ink-strong)!important}
.button-secondary,.text-link,.header-secondary,.nav-dropdown__overview,.footer-primary-link{
  width:max-content;background:none!important;border:0!important;border-radius:0!important;padding:0!important;color:inherit!important;font:400 14px/1.5 var(--body)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important;transition:opacity .2s ease!important
}
.button-secondary:hover,.text-link:hover,.header-secondary:hover,.nav-dropdown__overview:hover,.footer-primary-link:hover{opacity:.62!important}
.button-secondary--light{color:#fff!important}
.button-pill-outline,.chip{
  min-height:44px;padding:10px 18px;border:1px solid var(--ink-strong);border-radius:30px;background:transparent;color:var(--ink-strong);font:400 14px/1.2 var(--body);transition:background-color .2s ease,color .2s ease,border-color .2s ease
}
.button-pill-outline:hover,.chip:hover{background:var(--ink-strong);color:#fff;border-color:var(--ink-strong)}

/* Announcement exactly flat black */
.announcement{height:36px;min-height:36px;padding:0;background:#000;color:#fff;border:0}
.announcement__inner{height:36px;min-height:36px;position:relative;padding:0!important;display:flex;align-items:center;justify-content:center;gap:8px}
.announcement__inner p,.announcement__inner>a{margin:0;color:#fff;font:400 12px/1.2 var(--body)}
.announcement__inner>a{text-decoration:underline;text-underline-offset:3px}
.announcement__inner>a:hover{opacity:.7}
.announcement__close{position:absolute;right:0;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}
.announcement__close:hover{opacity:.7}

/* Header — 72px Cohere three-zone shell */
.site-header{position:sticky;top:0;z-index:90;height:72px;padding:0;background:#fff!important;border:0!important;border-bottom:1px solid var(--line-light)!important;backdrop-filter:none!important;overflow:visible!important}
.site-header.is-scrolled{background:#fff!important;border-bottom-color:var(--line-light)!important}
.site-header__inner{height:72px!important;padding:0!important;position:relative;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}
.brand{margin:0!important;flex:0 0 180px!important;display:flex;align-items:center;color:#000!important;font:400 28px/1 var(--display)!important;letter-spacing:-1.1px!important;text-transform:none!important}
.brand span{display:block}
.custom-logo-link{display:flex;align-items:center}
.custom-logo{width:auto!important;max-width:132px!important;max-height:30px!important}
.primary-nav{height:72px!important;flex:1 1 auto!important;margin:0!important;display:flex!important;align-items:stretch!important;justify-content:center!important;gap:32px!important;color:var(--ink-strong)!important;font:400 14px/1 var(--body)!important}
.primary-nav>a,.nav-group__label>a{height:72px!important;min-height:72px!important;padding:0!important;display:flex!important;align-items:center!important;color:inherit!important;white-space:nowrap!important;opacity:1!important;font:400 14px/1 var(--body)!important;transition:opacity .2s ease!important}
.primary-nav>a:hover,.primary-nav>a:focus-visible,.nav-group:hover .nav-group__label>a,.nav-group:focus-within .nav-group__label>a{opacity:.7!important}
.primary-nav>a::after,.nav-group__label>a::after{display:none!important;content:none!important}
.primary-nav .is-current,.nav-group.is-current-parent .nav-group__label>a{font-weight:400!important}
.nav-group{height:72px!important;position:static!important;display:flex!important;align-items:stretch!important}
.nav-group__label{height:72px!important;display:flex!important;align-items:center!important;gap:4px!important}
.nav-toggle{width:16px!important;height:72px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:var(--ink-strong)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:opacity .2s ease!important}
.nav-toggle:hover{opacity:.7!important}
.nav-toggle i{font-size:12px!important;transition:transform .2s ease!important}
.nav-group:hover .nav-toggle i,.nav-group:focus-within .nav-toggle i,.nav-group.is-open .nav-toggle i{transform:rotate(180deg)!important}
.header-actions{flex:0 0 180px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:20px!important}
.header-secondary{white-space:nowrap!important;text-decoration:none!important;font-size:14px!important}
.header-secondary:hover{opacity:.7!important}
.header-primary{min-height:44px!important;padding:0 20px!important;white-space:nowrap!important}
.header-primary i{display:none!important}
.menu-trigger{display:none!important;min-width:46px!important;height:44px!important;padding:0 16px!important;border:1px solid var(--ink-strong)!important;border-radius:30px!important;background:#fff!important;color:var(--ink-strong)!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important}

/* Mega dropdown: viewport white field, content on exact page container */
.nav-dropdown{position:absolute!important;left:50%!important;top:72px!important;width:100vw!important;min-width:100vw!important;margin:0!important;padding:0!important;transform:translateX(-50%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#fff!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;transition:opacity .2s ease,visibility 0s linear .2s!important;z-index:100!important}
.nav-group:hover>.nav-dropdown,.nav-group:focus-within>.nav-dropdown,.nav-group.is-open>.nav-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%)!important;transition-delay:0s!important}
.nav-dropdown__inner{padding:40px 0 48px!important;display:flex!important;align-items:flex-start!important;gap:80px!important;min-height:300px!important}
.nav-dropdown__intro{flex:0 0 300px!important;padding:0!important;border:0!important;color:var(--ink-strong)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important}
.nav-dropdown__intro>span{font:400 12px/1.4 var(--mono)!important;color:var(--muted-2)!important;text-transform:uppercase!important;letter-spacing:.4px!important}
.nav-dropdown__intro p{margin:0 0 10px!important;max-width:30ch!important;color:var(--ink)!important;font:400 18px/1.4 var(--body)!important}
.nav-dropdown__links{flex:1!important;padding:0!important;display:flex!important;flex-wrap:wrap!important;border-top:1px solid var(--line)!important}
.nav-dropdown__links>a{width:50%!important;min-height:64px!important;padding:0 8px 0 0!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:transparent!important;display:flex!important;align-items:center!important;gap:16px!important;color:var(--ink-strong)!important;transition:opacity .2s ease!important}
.nav-dropdown__links>a:nth-child(even){padding-left:24px!important}
.nav-dropdown__links>a:hover{background:transparent!important;opacity:.65!important;transform:none!important}
.nav-dropdown__links>a>span{width:28px!important;color:var(--muted-2)!important;font:400 11px/1 var(--mono)!important}
.nav-dropdown__links>a>strong{flex:1!important;font:400 18px/1.25 var(--body)!important;letter-spacing:0!important}
.nav-dropdown__links>a>i{font-size:16px!important;transform:none!important}

/* Breadcrumb */
.breadcrumbs{width:min(var(--container),calc(100% - 80px))!important;margin:0 auto!important;padding:18px 0 0!important;display:flex!important;gap:8px!important;color:var(--muted-2)!important;font:400 12px/1.4 var(--body)!important}
.home .breadcrumbs{display:none!important}

/* HOME */
.cohere-home-hero{padding:112px 0 0!important;background:#fff!important}
.cohere-home-hero__copy{width:min(980px,calc(100% - 80px))!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}
.cohere-home-hero__copy h1{max-width:11ch!important;font-size:96px!important;line-height:1!important;letter-spacing:-1.92px!important}
.cohere-home-hero__copy .lede{max-width:600px!important;margin:28px auto 0!important;font-size:18px!important;line-height:1.4!important;color:var(--ink)!important}
.cohere-home-hero__actions{margin-top:28px!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:20px!important}
.cohere-home-hero__media{margin-top:80px!important;display:flex!important;align-items:stretch!important;gap:16px!important}
.cohere-media-card{position:relative!important;display:block!important;overflow:hidden!important;background:var(--stone)!important;border:0!important;border-radius:22px!important;}
.cohere-media-card--wide{flex:1 1 72%!important;aspect-ratio:16/8.7!important}
.cohere-media-card--portrait{flex:0 0 calc(28% - 16px)!important;aspect-ratio:4/5!important}
.cohere-media-card>img,.cohere-media-card picture,.cohere-media-card picture img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s cubic-bezier(.2,.7,.2,1)!important}
.cohere-media-card:hover>img,.cohere-media-card:hover picture img{transform:scale(1.03)!important}
.cohere-media-card__label{position:absolute!important;left:16px!important;bottom:16px!important;max-width:72%!important;padding:10px 12px!important;border-radius:8px!important;background:rgba(23,23,28,.94)!important;color:#fff!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}
.cohere-media-card__label small{font:400 11px/1.3 var(--body)!important;color:#b8b8c2!important}
.cohere-media-card__label strong{font:400 14px/1.3 var(--body)!important}
.cohere-trust{padding:144px 0 128px!important;background:#fff!important}
.cohere-trust__title{margin:0 0 48px!important;text-align:center!important;color:var(--ink)!important;font:400 14px/1.4 var(--body)!important}
.cohere-trust__logos{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:32px 64px!important}
.cohere-trust__item{min-width:90px!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;opacity:.75!important;color:#000!important}
.cohere-trust__logo{max-width:105px!important;max-height:34px!important;width:auto!important;filter:grayscale(1)!important}
.cohere-trust__item b{font:500 14px/1 var(--body)!important}
.cohere-capabilities{padding:128px 0!important;background:#fff!important}
.cohere-capabilities__headline{max-width:14ch!important;margin:0 0 72px!important;font-size:60px!important;line-height:1!important;letter-spacing:-1.2px!important}
.cohere-capabilities__grid{display:flex!important;align-items:flex-start!important;gap:48px!important}
.cohere-capability{flex:1 1 0!important;min-width:0!important;padding:24px 0 0!important;border:0!important;border-top:1px solid var(--line)!important;background:transparent!important;border-radius:0!important}
.cohere-capability__mark{height:88px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;color:var(--muted-2)!important}
.cohere-capability__mark span{font:400 12px/1 var(--mono)!important}
.cohere-capability__mark i{font-size:38px!important;color:var(--ink-strong)!important}
.cohere-capability h3{margin:0 0 14px!important;font-size:24px!important;line-height:1.3!important;letter-spacing:0!important}
.cohere-capability p{margin:0 0 22px!important;min-height:76px!important;color:var(--ink)!important;font:400 16px/1.5 var(--body)!important}
.cohere-feature-band{padding:128px 0!important;background:var(--green)!important;color:#fff!important}
.cohere-feature-band__inner{display:flex!important;align-items:center!important;gap:96px!important}
.cohere-feature-band__copy{flex:0 0 40%!important}
.cohere-feature-band__copy .eyebrow{color:#b8d3cc!important}
.cohere-feature-band__copy h2{max-width:10ch!important;font-size:60px!important;line-height:1!important;letter-spacing:-1.2px!important}
.cohere-feature-band__copy>p:not(.eyebrow){max-width:520px!important;margin:28px 0!important;color:#d7e5e1!important;font-size:18px!important;line-height:1.4!important}
.cohere-feature-band__visual{flex:1!important;position:relative!important;min-height:560px!important;overflow:hidden!important;border-radius:22px!important;background:#061d19!important}
.cohere-feature-band__visual>img{width:100%!important;height:100%!important;min-height:560px!important;object-fit:cover!important;opacity:.72!important}
.cohere-console{position:absolute!important;left:28px!important;right:28px!important;bottom:28px!important;padding:18px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:8px!important;background:rgba(12,21,20,.92)!important;color:#fff!important;backdrop-filter:blur(10px)!important}
.cohere-console__head,.cohere-console__row{display:flex!important;align-items:flex-start!important;gap:14px!important}
.cohere-console__head{justify-content:space-between!important;padding-bottom:14px!important;border-bottom:1px solid rgba(255,255,255,.15)!important;font:400 11px/1.3 var(--mono)!important;color:#b9cbc6!important}
.cohere-status{display:flex!important;align-items:center!important;gap:6px!important}
.cohere-status i{width:6px!important;height:6px!important;border-radius:50%!important;background:#8ef1c7!important}
.cohere-console__row{padding:14px 0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.cohere-console__row:last-child{border-bottom:0!important;padding-bottom:0!important}
.cohere-console__row>span{width:24px!important;color:#9bb4ad!important;font:400 11px/1.4 var(--mono)!important}
.cohere-console__row div{display:flex!important;flex-direction:column!important;gap:3px!important}
.cohere-console__row strong{font:400 14px/1.3 var(--body)!important}
.cohere-console__row small{color:#aebdb9!important;font:400 12px/1.4 var(--body)!important}
.cohere-solutions{padding:128px 0!important;background:#fff!important}
.cohere-section-title{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:40px!important;margin-bottom:64px!important}
.cohere-section-title .eyebrow{margin:0!important;align-self:flex-start!important}
.cohere-section-title h2{max-width:13ch!important;font-size:60px!important;line-height:1!important}
.cohere-solution-links{border-top:1px solid var(--line)!important;display:flex!important;flex-wrap:wrap!important}
.cohere-solution-links>a,.cohere-solution-links>span{width:50%!important;min-height:74px!important;padding:0 8px 0 0!important;border-bottom:1px solid var(--line)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;color:var(--ink-strong)!important;font:400 24px/1.25 var(--body)!important;transition:opacity .2s ease!important}
.cohere-solution-links>a:nth-child(even),.cohere-solution-links>span:nth-child(even){padding-left:32px!important}
.cohere-solution-links>a:hover{opacity:.62!important}
.cohere-products{padding:128px 0!important;background:var(--stone)!important}
.cohere-product-list{display:flex!important;flex-wrap:wrap!important;gap:16px!important}
.cohere-product{flex:1 1 calc(33.333% - 16px)!important;min-width:320px!important;padding:32px!important;border:0!important;border-radius:8px!important;background:#fff!important;display:flex!important;flex-direction:column!important;min-height:420px!important;}
.cohere-product__top{display:flex!important;align-items:center!important;gap:14px!important;padding-bottom:22px!important;border-bottom:1px solid var(--line)!important}
.cohere-product__number{color:var(--muted-2)!important;font:400 11px/1 var(--mono)!important}
.cohere-product__top h3{flex:1!important;font-size:24px!important;line-height:1.3!important;letter-spacing:0!important}
.cohere-product>p{margin:26px 0!important;color:var(--ink)!important;font-size:16px!important;line-height:1.5!important}
.cohere-product ul{margin:auto 0 0!important;padding:0!important;list-style:none!important;border-top:1px solid var(--line)!important}
.cohere-product li{padding:12px 0!important;display:flex!important;gap:10px!important;border-bottom:1px solid var(--line-light)!important;font-size:14px!important}
.cohere-resources{padding:128px 0!important;background:#fff!important}
.cohere-resources__inner{display:flex!important;align-items:center!important;gap:96px!important}
.cohere-resources__copy{flex:0 0 40%!important}
.cohere-resources__copy h2{max-width:11ch!important;font-size:60px!important}
.cohere-resources__copy .lede{margin:28px 0!important}
.cohere-resources__media{flex:1!important;min-height:520px!important}
.cohere-resources__media>img{width:100%!important;height:520px!important;object-fit:cover!important}
.cohere-code-panel{position:absolute!important;left:24px!important;right:24px!important;bottom:24px!important;padding:18px!important;border-radius:8px!important;background:rgba(23,23,28,.94)!important;color:#fff!important;display:flex!important;flex-direction:column!important;gap:8px!important}
.cohere-code-panel span,.cohere-code-panel small{font:400 11px/1.4 var(--mono)!important;color:#b6b6c0!important}
.cohere-code-panel code{font:400 14px/1.5 var(--mono)!important;color:#fff!important}
.cohere-testimonial{padding:128px 0!important;background:#fff!important}
.cohere-testimonial__split{display:flex!important;align-items:stretch!important;gap:16px!important}
.cohere-testimonial__quote{flex:1 1 58%!important;padding:56px!important;border-radius:8px!important;background:var(--stone)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.cohere-testimonial__quote blockquote{margin:26px 0 36px!important;font:400 32px/1.2 var(--display)!important;letter-spacing:-.32px!important;max-width:24ch!important}
.cohere-testimonial__quote p{margin:0 0 24px!important;display:flex!important;flex-direction:column!important;gap:4px!important}
.cohere-testimonial__quote p span{color:var(--muted)!important;font-size:14px!important}
.cohere-testimonial__media{flex:1 1 42%!important;overflow:hidden!important;border-radius:22px!important;background:var(--stone)!important}
.cohere-testimonial__media img{width:100%!important;height:100%!important;min-height:520px!important;object-fit:cover!important}
.cohere-news{padding:128px 0!important;background:#fff!important}
.cohere-news__head{margin-bottom:54px!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:40px!important}
.cohere-news__head h2{font-size:48px!important;line-height:1.2!important;letter-spacing:-.48px!important}
.cohere-news__list{border-top:1px solid var(--line)!important}
.cohere-news-row{min-height:88px!important;padding:0!important;border-bottom:1px solid var(--line)!important;display:flex!important;align-items:center!important;gap:28px!important;transition:opacity .2s ease!important}
.cohere-news-row:hover{opacity:.62!important}
.cohere-news-row__meta{flex:0 0 190px!important;color:var(--muted)!important;font-size:14px!important}
.cohere-news-row strong{flex:1!important;font:400 18px/1.35 var(--body)!important}
.cohere-news-row>span:not(.cohere-news-row__meta){flex:0 0 110px!important;text-align:right!important;color:var(--muted)!important;font-size:14px!important}
.cohere-news-row i{font-size:18px!important}
.cohere-final-cta{padding:112px 0!important;background:var(--navy)!important;color:#fff!important}
.cohere-final-cta__inner{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:80px!important}
.cohere-final-cta__inner h2{max-width:12ch!important;font-size:60px!important}
.cohere-final-cta__inner p:not(.eyebrow){margin-top:24px!important;max-width:600px!important;color:#c6d0dc!important;font-size:18px!important}

/* GENERIC INNER HERO / ARCHIVES — Cohere product/editorial proportions */
.inner-hero,.archive-hero,.service-single-hero,.project-single-hero,.team-single-hero,.contact-hero,.booking-hero,.project-brief-hero,.legal-hero,.search-hero,.faq-hero,.reviews-hero,.pricing-hero,.team-archive-hero{padding:112px 0 96px!important;background:#fff!important;color:var(--ink-strong)!important}
.archive-hero--services,.cohere-products-hero{background:var(--green)!important;color:#fff!important}
.archive-hero--projects{background:#fff!important;color:var(--ink-strong)!important}
.inner-hero h1,.archive-hero h1,.service-single-hero h1,.project-single-hero h1,.team-single-hero h1,.contact-hero h1,.booking-hero h1,.project-brief-hero h1,.legal-hero h1,.search-hero h1,.faq-hero h1,.reviews-hero h1,.pricing-hero h1,.team-archive-hero h1{max-width:12ch!important;font-size:72px!important;line-height:1!important;letter-spacing:-1.44px!important}
.inner-hero .lede,.archive-hero .lede,.service-single-hero .lede,.project-single-hero .lede,.team-single-hero .lede,.contact-hero .lede,.booking-hero .lede,.project-brief-hero .lede,.legal-hero .lede,.search-hero .lede,.faq-hero .lede,.reviews-hero .lede,.pricing-hero .lede,.team-archive-hero .lede{margin-top:26px!important;max-width:660px!important;font-size:18px!important;line-height:1.4!important;color:inherit!important;opacity:.82!important}

/* Archive filter and cards */
.filter-bar{padding:0!important;margin:0 0 48px!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}
.home.blog .chip,.post-type-archive-post .chip,.cohere-blog-hero .chip{border-color:var(--coral)!important;color:var(--ink-strong)!important;background:#fff!important}
.home.blog .chip.is-active,.post-type-archive-post .chip.is-active,.cohere-blog-hero .chip.is-active{background:var(--coral)!important;border-color:var(--coral)!important;color:var(--ink-strong)!important}
.card-grid{display:flex!important;flex-wrap:wrap!important;gap:16px!important}
.content-card{border:1px solid var(--line-light)!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important}
.content-card:hover{transform:none!important}
.content-card .card-media{overflow:hidden!important;background:var(--stone)!important}
.content-card .card-media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s cubic-bezier(.2,.7,.2,1)!important}
.content-card:hover .card-media img{transform:scale(1.03)!important}
.card-body{padding:24px!important}
.card-body h3{font-size:24px!important;line-height:1.3!important;letter-spacing:0!important}
.card-body p{color:var(--muted)!important;font-size:16px!important}

/* Rule-led service/project archives */
.service-archive-section,.project-archive-section,.reviews-archive-section,.pricing-archive-section,.faq-archive-section,.team-directory-section,.search-results-section,.journal-section,.legal-section{padding:96px 0 128px!important;background:#fff!important}
.service-editorial-list,.project-editorial-list,.search-results-list{border-top:1px solid var(--line)!important}
.service-editorial-row,.search-result-row{border-bottom:1px solid var(--line)!important;transition:opacity .2s ease!important}
.service-editorial-row:hover,.search-result-row:hover{opacity:.65!important;transform:none!important}

/* Forms: white panel on stone/dark, paired rows */
.contact-main,.booking-section,.project-brief-section{padding:112px 0!important;background:var(--stone)!important}
.form-stack,.contact-form-card,.booking-panel,.project-form-card{background:#fff!important;border:0!important;border-radius:16px!important;}
.form-stack label{font:400 14px/1.4 var(--body)!important;letter-spacing:0!important;text-transform:none!important;color:var(--ink-strong)!important}
.form-stack input,.form-stack textarea,.form-stack select,.newsletter-form input{min-height:52px!important;padding:12px 14px!important;border:1px solid var(--line)!important;border-radius:4px!important;background:#fff!important;color:var(--ink-strong)!important;transition:border-color .18s ease!important}
.form-stack input:focus,.form-stack textarea:focus,.form-stack select:focus{border-color:#9b60aa!important;outline:0!important}
.form-stack textarea{min-height:156px!important}

/* Blog publishing system */
.cohere-blog-hero{padding:112px 0 72px!important;background:#fff!important}
.cohere-blog-hero h1{font-size:96px!important;line-height:1!important;letter-spacing:-1.92px!important}
.cohere-blog-featured,.cohere-blog-topics,.cohere-blog-browse{padding:96px 0!important;background:#fff!important}
.cohere-blog-topics{background:var(--stone)!important}
.cohere-blog-browse__list,.journal-list{border-top:1px solid var(--line)!important}

/* FAQs */
.faq-list{max-width:none!important;border-top:1px solid var(--line)!important}
.faq-item{border:0!important;border-bottom:1px solid var(--line)!important}
.faq-question{min-height:76px!important;padding:0!important;font:400 18px/1.35 var(--body)!important;color:var(--ink-strong)!important}
.faq-question:hover{opacity:.65!important}
.faq-answer{padding:0 0 28px!important;max-width:800px!important;color:var(--muted)!important}

/* Footer — Cohere dark publishing/footer pattern */
.site-footer{padding:0!important;margin:0!important;background:var(--ink-strong)!important;color:#fff!important}
.footer-newsletter-shell{padding:80px 0 72px!important;display:flex!important;align-items:flex-end!important;gap:96px!important;border-bottom:1px solid #34343a!important}
.footer-newsletter__copy{flex:1 1 56%!important;max-width:760px!important}
.footer-accent-label{margin:0 0 18px!important;color:var(--coral)!important;font:400 14px/1.4 var(--body)!important}
.footer-newsletter__copy h2{max-width:10ch!important;color:#fff!important;font-size:48px!important;line-height:1.2!important;letter-spacing:-.48px!important}
.footer-newsletter__copy>p:last-child{max-width:580px!important;margin:22px 0 0!important;color:#93939f!important;font-size:14px!important}
.footer-newsletter__form-wrap{flex:1 1 44%!important;max-width:520px!important}
.footer-newsletter-form{height:56px!important;display:flex!important;align-items:center!important;border:0!important;border-bottom:1px solid #6f6f78!important;background:transparent!important}
.footer-newsletter-form label{flex:1!important}
.footer-newsletter-form input[type=email]{width:100%!important;height:55px!important;min-height:55px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;font:400 18px/1 var(--body)!important;outline:0!important;}
.footer-newsletter-form input[type=email]::placeholder{color:#93939f!important;opacity:1!important}
.footer-newsletter-form button{width:48px!important;height:55px!important;padding:0!important;border:0!important;background:transparent!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;cursor:pointer!important;transition:opacity .2s ease!important}
.footer-newsletter-form button:hover{opacity:.58!important}
.footer-newsletter-form button i{font-size:22px!important}
.footer-newsletter__legal{margin:14px 0 0!important;color:#73737e!important;font:400 11px/1.5 var(--body)!important}
.footer-newsletter__legal a{color:#a9a9b2!important;text-decoration:underline!important;text-underline-offset:3px!important}
.footer-directory-shell{padding:64px 0!important;display:flex!important;align-items:flex-start!important;gap:96px!important}
.footer-brand-column{flex:0 0 280px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}
.brand--footer{flex:0!important;color:#fff!important;font-size:28px!important;margin:0 0 24px!important}
.footer-brand-column p{margin:0 0 24px!important;max-width:28ch!important;color:#93939f!important;font:400 14px/1.5 var(--body)!important}
.footer-primary-link{color:#fff!important;text-decoration:none!important}
.footer-directory{flex:1!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:40px!important}
.footer-column{flex:1 1 0!important;min-width:120px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}
.footer-column h3{margin:0 0 18px!important;color:#fff!important;font:400 13px/1.4 var(--body)!important;letter-spacing:0!important;text-transform:none!important}
.footer-column a{padding:4px 0!important;color:#93939f!important;font:400 14px/1.45 var(--body)!important;transition:color .2s ease!important;transform:none!important}
.footer-column a:hover,.footer-column a:focus-visible{color:#fff!important;transform:none!important}
.footer-bottom{min-height:78px!important;padding:20px 0!important;border-top:1px solid #34343a!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;color:#73737e!important}
.footer-meta{display:flex!important;align-items:center!important;gap:22px!important;flex-wrap:wrap!important}
.footer-meta p,.footer-meta span{margin:0!important;color:#73737e!important;font:400 12px/1.45 var(--body)!important}
.footer-socials{margin-left:auto!important;display:flex!important;align-items:center!important;gap:12px!important}
.footer-socials a{width:auto!important;height:auto!important;border:0!important;border-radius:0!important;color:#93939f!important;transition:color .2s ease!important}
.footer-socials a:hover{color:#fff!important;opacity:1!important}
.back-top{padding:0!important;border:0!important;background:transparent!important;color:#fff!important;font:400 12px/1.4 var(--body)!important;display:flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;transition:opacity .2s ease!important}
.back-top:hover{opacity:.62!important}

/* Push menu */
.push-menu{position:fixed!important;inset:0!important;z-index:120!important;padding:0!important;background:var(--ink-strong)!important;color:#fff!important;display:flex!important;flex-direction:column!important;transform:translateX(102%)!important;visibility:hidden!important}
.push-menu.is-open{transform:none!important;visibility:visible!important}
.push-menu__top,.push-menu__body,.push-menu__footer{width:min(var(--container),calc(100% - 80px))!important;margin-inline:auto!important}
.push-menu__top{height:88px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid #34343a!important}
.push-menu nav{display:flex!important;flex-direction:column!important;gap:0!important}
.push-menu nav a{min-height:76px!important;border-bottom:1px solid #34343a!important;display:flex!important;align-items:center!important;color:#fff!important;font:400 48px/1 var(--display)!important;letter-spacing:-.96px!important;transition:opacity .2s ease!important}
.push-menu nav a:hover{opacity:.62!important}
.push-menu__close{position:static!important;width:44px!important;height:44px!important;border:1px solid #5a5a63!important;border-radius:50%!important;background:transparent!important;color:#fff!important}

/* Responsive */
@media (max-width:1200px){
  :root{--pad:32px}
  .container,.site-header__inner,.announcement__inner,.footer-newsletter-shell,.footer-directory-shell,.footer-bottom,.nav-dropdown__inner,.breadcrumbs{width:calc(100% - 64px)!important}
  .primary-nav{gap:22px!important}
  .brand,.header-actions{flex-basis:150px!important}
  .header-secondary{display:none!important}
  .cohere-feature-band__inner,.cohere-resources__inner{gap:64px!important}
  .footer-directory-shell{gap:64px!important}
}
@media (max-width:1024px){
  h1{font-size:72px;letter-spacing:-1.44px}h2{font-size:48px;letter-spacing:-.48px}
  .section{padding:104px 0}
  .primary-nav{display:none!important}
  .header-primary{display:none!important}
  .brand{flex:1!important}
  .header-actions{flex:0!important}
  .menu-trigger{display:flex!important}
  .nav-dropdown{display:none!important}
  .cohere-home-hero{padding-top:88px!important}
  .cohere-home-hero__copy h1{font-size:72px!important;letter-spacing:-1.44px!important}
  .cohere-home-hero__media{margin-top:64px!important}
  .cohere-capabilities__headline,.cohere-feature-band__copy h2,.cohere-section-title h2,.cohere-resources__copy h2,.cohere-final-cta__inner h2{font-size:48px!important;letter-spacing:-.48px!important}
  .cohere-feature-band__inner,.cohere-resources__inner{align-items:flex-start!important;gap:48px!important}
  .cohere-feature-band__copy,.cohere-resources__copy{flex-basis:42%!important}
  .cohere-product{flex-basis:calc(50% - 16px)!important}
  .footer-newsletter-shell,.footer-directory-shell{gap:56px!important}
  .footer-brand-column{flex-basis:220px!important}
  .footer-directory{flex-wrap:wrap!important}
  .footer-column{flex:1 1 calc(50% - 20px)!important}
}
@media (max-width:768px){
  :root{--pad:24px}
  .container,.site-header__inner,.announcement__inner,.footer-newsletter-shell,.footer-directory-shell,.footer-bottom,.nav-dropdown__inner,.breadcrumbs,.push-menu__top,.push-menu__body,.push-menu__footer{width:calc(100% - 48px)!important}
  .section{padding:80px 0}
  .section--quiet{padding:72px 0}
  h1{font-size:54px;line-height:1;letter-spacing:-1.08px}h2{font-size:40px;line-height:1.05;letter-spacing:-.4px}
  .announcement__inner{justify-content:flex-start!important;padding-right:30px!important}
  .announcement__inner p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .announcement__close{right:0!important}
  .site-header,.site-header__inner{height:68px!important}
  .brand{font-size:26px!important}
  .cohere-home-hero{padding-top:72px!important}
  .cohere-home-hero__copy{width:calc(100% - 48px)!important}
  .cohere-home-hero__copy h1{font-size:54px!important;letter-spacing:-1.08px!important;max-width:10ch!important}
  .cohere-home-hero__copy .lede{font-size:17px!important;margin-top:22px!important}
  .cohere-home-hero__actions{margin-top:24px!important;gap:16px!important;flex-wrap:wrap!important}
  .cohere-home-hero__media{margin-top:56px!important;flex-direction:column!important;gap:12px!important}
  .cohere-media-card--wide,.cohere-media-card--portrait{flex:auto!important;width:100%!important;aspect-ratio:4/3!important}
  .cohere-media-card--portrait{aspect-ratio:16/10!important}
  .cohere-trust{padding:96px 0 88px!important}
  .cohere-trust__logos{gap:28px 36px!important}
  .cohere-capabilities{padding:80px 0!important}
  .cohere-capabilities__headline,.cohere-feature-band__copy h2,.cohere-section-title h2,.cohere-resources__copy h2,.cohere-final-cta__inner h2{font-size:40px!important;line-height:1.05!important}
  .cohere-capabilities__grid{flex-direction:column!important;gap:48px!important}
  .cohere-capability{width:100%!important}
  .cohere-capability p{min-height:0!important}
  .cohere-feature-band{padding:80px 0!important}
  .cohere-feature-band__inner,.cohere-resources__inner,.cohere-testimonial__split,.cohere-final-cta__inner{flex-direction:column!important;gap:48px!important;align-items:stretch!important}
  .cohere-feature-band__copy,.cohere-resources__copy{flex:auto!important;width:100%!important}
  .cohere-feature-band__visual{min-height:430px!important}
  .cohere-feature-band__visual>img{min-height:430px!important}
  .cohere-console{left:14px!important;right:14px!important;bottom:14px!important}
  .cohere-solutions,.cohere-products,.cohere-resources,.cohere-testimonial,.cohere-news{padding:80px 0!important}
  .cohere-section-title{margin-bottom:44px!important;align-items:flex-start!important;flex-direction:column!important;gap:16px!important}
  .cohere-solution-links>a,.cohere-solution-links>span{width:100%!important;min-height:68px!important;padding-left:0!important;font-size:20px!important}
  .cohere-product{flex-basis:100%!important;min-width:0!important;min-height:auto!important}
  .cohere-resources__media{min-height:380px!important}
  .cohere-resources__media>img{height:380px!important}
  .cohere-testimonial__quote{padding:32px!important}
  .cohere-testimonial__quote blockquote{font-size:28px!important}
  .cohere-testimonial__media img{min-height:360px!important}
  .cohere-news__head{align-items:flex-start!important;flex-direction:column!important;gap:18px!important;margin-bottom:36px!important}
  .cohere-news-row{padding:20px 0!important;min-height:0!important;align-items:flex-start!important;flex-wrap:wrap!important;gap:8px 18px!important}
  .cohere-news-row__meta{flex:1 1 100%!important}
  .cohere-news-row strong{flex:1 1 calc(100% - 32px)!important;font-size:17px!important}
  .cohere-news-row>span:not(.cohere-news-row__meta){flex:1 1 auto!important;text-align:left!important;font-size:12px!important}
  .inner-hero,.archive-hero,.service-single-hero,.project-single-hero,.team-single-hero,.contact-hero,.booking-hero,.project-brief-hero,.legal-hero,.search-hero,.faq-hero,.reviews-hero,.pricing-hero,.team-archive-hero{padding:80px 0 64px!important}
  .inner-hero h1,.archive-hero h1,.service-single-hero h1,.project-single-hero h1,.team-single-hero h1,.contact-hero h1,.booking-hero h1,.project-brief-hero h1,.legal-hero h1,.search-hero h1,.faq-hero h1,.reviews-hero h1,.pricing-hero h1,.team-archive-hero h1,.cohere-blog-hero h1{font-size:54px!important;letter-spacing:-1.08px!important}
  .form-row{flex-direction:column!important}
  .footer-newsletter-shell{padding:64px 0 56px!important;flex-direction:column!important;align-items:stretch!important;gap:40px!important}
  .footer-newsletter__copy h2{font-size:40px!important;line-height:1.1!important}
  .footer-newsletter__form-wrap{max-width:none!important}
  .footer-directory-shell{padding:52px 0!important;flex-direction:column!important;gap:48px!important}
  .footer-brand-column{flex:auto!important;width:100%!important}
  .footer-directory{width:100%!important;gap:36px 24px!important}
  .footer-column{flex:1 1 calc(50% - 24px)!important;min-width:130px!important}
  .footer-bottom{padding:24px 0!important;align-items:flex-start!important;flex-direction:column!important;gap:20px!important}
  .footer-socials{margin-left:0!important}
  .push-menu nav a{font-size:38px!important;min-height:68px!important}
}
@media (max-width:425px){
  :root{--pad:20px}
  .container,.site-header__inner,.announcement__inner,.footer-newsletter-shell,.footer-directory-shell,.footer-bottom,.nav-dropdown__inner,.breadcrumbs,.push-menu__top,.push-menu__body,.push-menu__footer{width:calc(100% - 40px)!important}
  .cohere-home-hero__copy{width:calc(100% - 40px)!important}
  .cohere-home-hero__copy h1{font-size:46px!important;letter-spacing:-.92px!important}
  .menu-trigger{width:44px!important;padding:0!important}
  .menu-trigger span{display:none!important}
  .footer-directory{flex-direction:column!important}
  .footer-column{width:100%!important;min-width:0!important}
}

/* ========================================================================== 
   v0.9.1 — push menu + form spacing hotfix
   ========================================================================== */

/* Push menu: one full-bleed field, every content row locked to the same page container. */
.push-menu{
  height:100dvh!important;
  min-height:100vh!important;
  overflow:hidden!important;
  justify-content:flex-start!important;
  transform:translate3d(100%,0,0)!important;
  opacity:1!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:transform .46s cubic-bezier(.76,0,.24,1),visibility 0s linear .46s!important;
  will-change:transform!important;
}
.push-menu.is-open{
  transform:translate3d(0,0,0)!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition-delay:0s!important;
}
.push-menu__top,
.push-menu__body,
.push-menu__footer{
  width:min(var(--container),calc(100% - 80px))!important;
  max-width:var(--container)!important;
  margin-inline:auto!important;
}
.push-menu__top{
  flex:0 0 72px!important;
  height:72px!important;
  min-height:72px!important;
  border-bottom:1px solid rgba(255,255,255,.16)!important;
}
.push-menu .brand--menu{
  flex:0 0 auto!important;
  width:auto!important;
  margin:0!important;
  color:#fff!important;
  font:400 28px/1 var(--display)!important;
  letter-spacing:-1.1px!important;
}
.push-menu__close{
  width:auto!important;
  min-width:82px!important;
  height:42px!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.3)!important;
  border-radius:32px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  font:400 13px/1 var(--body)!important;
  cursor:pointer!important;
  transition:opacity .2s ease!important;
}
.push-menu__close:hover,.push-menu__close:focus-visible{opacity:.65!important}
.push-menu__close .ph{font-size:15px!important}
.push-menu__body{
  flex:1 1 auto!important;
  min-height:0!important;
  padding:20px 0!important;
  display:flex!important;
  align-items:center!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin!important;
  scrollbar-color:#55555d transparent!important;
}
.push-menu__body nav{
  width:100%!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:0!important;
}
.push-menu__body nav a{
  width:100%!important;
  min-height:clamp(64px,8.2vh,88px)!important;
  padding:0!important;
  border-bottom:1px solid rgba(255,255,255,.15)!important;
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  color:#fff!important;
  opacity:1!important;
  font:400 clamp(34px,4.5vw,58px)/1 var(--display)!important;
  letter-spacing:-.035em!important;
  transition:opacity .2s ease!important;
}
.push-menu__body nav a:first-child{border-top:1px solid rgba(255,255,255,.15)!important}
.push-menu__body nav a:hover,.push-menu__body nav a:focus-visible{opacity:.62!important}
.push-menu__body nav a>span{
  flex:0 0 34px!important;
  color:#777780!important;
  font:400 10px/1 var(--mono)!important;
  letter-spacing:.3px!important;
}
.push-menu__body nav a>strong{
  flex:1 1 auto!important;
  min-width:0!important;
  color:inherit!important;
  font:inherit!important;
  font-weight:400!important;
}
.push-menu__body nav a>.ph{
  flex:0 0 auto!important;
  font-size:18px!important;
}
.push-menu__footer{
  flex:0 0 auto!important;
  min-height:96px!important;
  padding:22px 0 24px!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:32px!important;
}
.push-menu__actions{display:flex!important;align-items:center!important;gap:20px!important;flex-wrap:wrap!important}
.push-menu__meta{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:5px!important;color:#93939f!important;font:400 12px/1.45 var(--body)!important;text-align:right!important}
.push-menu__meta a{color:#fff!important;transition:opacity .2s ease!important}
.push-menu__meta a:hover{opacity:.65!important}

/* Forms: explicit spacing so earlier CSS layers can never collapse label/input rhythm. */
.form-stack{
  gap:28px!important;
}
.form-stack label:not(.sr-only),
.form-stack--editorial label:not(.sr-only),
.form-panel label:not(.sr-only),
.contact-form-card label:not(.sr-only),
.booking-panel label:not(.sr-only){
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:11px!important;
  margin:0!important;
  color:var(--ink-strong)!important;
  font:400 14px/1.4 var(--body)!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.form-stack .form-row,
.form-stack--editorial .form-row{
  gap:24px!important;
  align-items:flex-start!important;
}
.form-stack .form-row>label,
.form-stack--editorial .form-row>label{
  flex:1 1 0!important;
  min-width:0!important;
}
.form-stack fieldset:not([hidden]),
.project-multistep fieldset:not([hidden]),
.booking-panel fieldset:not([hidden]){
  display:flex!important;
  flex-direction:column!important;
  gap:24px!important;
}
.form-stack fieldset[hidden],
.project-multistep fieldset[hidden],
.booking-panel fieldset[hidden]{display:none!important}
.form-stack fieldset legend,
.project-multistep fieldset legend,
.booking-panel fieldset legend{
  margin-bottom:6px!important;
}
.form-stack input,
.form-stack textarea,
.form-stack select,
.form-stack--editorial input,
.form-stack--editorial textarea,
.form-stack--editorial select{
  margin:0!important;
}
.form-stack label>small,
.form-stack--editorial label>small{
  margin-top:-3px!important;
}

@media (max-width:1024px){
  .push-menu__top,.push-menu__body,.push-menu__footer{width:calc(100% - 64px)!important}
  .push-menu__body nav a{font-size:clamp(34px,6vw,50px)!important}
}
@media (max-width:768px){
  .push-menu__top,.push-menu__body,.push-menu__footer{width:calc(100% - 48px)!important}
  .push-menu__top{flex-basis:68px!important;height:68px!important;min-height:68px!important}
  .push-menu__body{padding:16px 0!important;align-items:flex-start!important}
  .push-menu__body nav{justify-content:flex-start!important}
  .push-menu__body nav a{min-height:66px!important;font-size:36px!important;gap:16px!important}
  .push-menu__body nav a>span{flex-basis:28px!important;font-size:9px!important}
  .push-menu__body nav a>.ph{font-size:16px!important}
  .push-menu__footer{min-height:0!important;padding:18px 0 22px!important;align-items:flex-start!important;flex-direction:column!important;gap:18px!important}
  .push-menu__meta{align-items:flex-start!important;text-align:left!important}
  .form-stack,.form-stack--editorial{gap:24px!important}
  .form-stack .form-row,.form-stack--editorial .form-row{gap:22px!important}
}
@media (max-width:425px){
  .push-menu__top,.push-menu__body,.push-menu__footer{width:calc(100% - 40px)!important}
  .push-menu__close{min-width:44px!important;width:44px!important;padding:0!important;border-radius:50%!important}
  .push-menu__close span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
  .push-menu__body nav a{min-height:62px!important;font-size:32px!important}
  .push-menu__actions{width:100%!important;gap:14px!important}
  .push-menu__actions .button{flex:1 1 auto!important}
}

/* ========================================================================== 
   v0.9.2 — vertical content hierarchy
   Eyebrow -> heading -> copy -> actions always reads as one intentional stack.
   ========================================================================== */
:root{
  --stack-eyebrow-gap:16px;
  --stack-copy-gap:24px;
  --stack-action-gap:28px;
}

/* Reset legacy margins first; spacing is owned by the content stack. */
.eyebrow{margin:0!important}

/* Reusable title/copy stacks — desktop and mobile. */
.cohere-home-hero__copy,
.cohere-products-hero__copy,
.cohere-pricing-hero__copy,
.inner-hero__copy,
.search-hero__inner,
.error-page__copy,
.editorial-split__title,
.about-principles__intro,
.service-process__intro,
.faq-layout__intro,
.faq-archive-aside,
.project-overview__copy,
.narrative-row__title,
.conversion-context,
.booking-context,
.project-brief-aside,
.review-submit-copy,
.cohere-feature-band__copy,
.cohere-resources__copy,
.journal-newsletter__inner>div,
.footer-newsletter-copy,
.cohere-final-cta__inner>div,
.contact-hero__aside,
.team-editorial__body>div,
.search-result>div,
.cohere-blog-lead__body{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:0!important;
}

/* Eyebrow -> heading. */
.cohere-home-hero__copy>.eyebrow,
.cohere-products-hero__copy>.eyebrow,
.cohere-pricing-hero__copy>.eyebrow,
.inner-hero__copy>.eyebrow,
.search-hero__inner>.eyebrow,
.error-page__copy>.eyebrow,
.editorial-split__title>.eyebrow,
.about-principles__intro>.eyebrow,
.service-process__intro>.eyebrow,
.faq-layout__intro>.eyebrow,
.faq-archive-aside>.eyebrow,
.project-overview__copy>.eyebrow,
.narrative-row__title>.eyebrow,
.conversion-context>.eyebrow,
.booking-context>.eyebrow,
.project-brief-aside>.eyebrow,
.review-submit-copy>.eyebrow,
.cohere-feature-band__copy>.eyebrow,
.cohere-resources__copy>.eyebrow,
.journal-newsletter__inner>div>.eyebrow,
.footer-newsletter-copy>.eyebrow,
.cohere-final-cta__inner>div>.eyebrow,
.contact-hero__aside>.eyebrow,
.team-editorial__body>div>.eyebrow,
.search-result>div>.eyebrow{
  margin:0 0 var(--stack-eyebrow-gap)!important;
}

/* Heading -> lead/body copy. */
.cohere-home-hero__copy>h1 + .lede,
.cohere-products-hero__copy>h1 + .lede,
.cohere-pricing-hero__copy>h1 + .lede,
.inner-hero__copy>h1 + .lede,
.search-hero__inner>h1 + .lede,
.error-page__copy>h1 + .lede,
.editorial-split__title>h2 + p,
.about-principles__intro>h2 + p,
.service-process__intro>h2 + p,
.faq-layout__intro>h2 + p,
.faq-archive-aside>h2 + p,
.project-overview__copy>h2 + .prose,
.narrative-row__title>h2 + p,
.conversion-context>h2 + p,
.booking-context>h2 + p,
.review-submit-copy>h2 + p,
.cohere-feature-band__copy>h2 + p,
.cohere-resources__copy>h2 + .lede,
.journal-newsletter__inner>div>h2 + p,
.footer-newsletter-copy>h2 + p,
.cohere-final-cta__inner>div>h2 + p,
.cohere-blog-lead__body>h2 + p{
  margin-top:var(--stack-copy-gap)!important;
}

/* Intro actions always follow the text stack rather than floating beside it. */
.cohere-home-hero__copy>.button-row,
.cohere-products-hero__copy>.button-row,
.cohere-pricing-hero__copy>.button-row,
.inner-hero__copy>.button-row,
.search-hero__inner>form,
.error-page__copy>form,
.faq-archive-aside>.text-link,
.conversion-context>.button-row,
.booking-context>.button-row,
.cohere-feature-band__copy>.button-row,
.cohere-resources__copy>.button-row,
.cohere-final-cta__inner>div>.button-row{
  margin-top:var(--stack-action-gap)!important;
}

/* Section headings are no longer split horizontally. */
.cohere-section-title,
.inner-section-head,
.cohere-news__head,
.cohere-blog-browse__head,
.pricing-toolbar{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
.cohere-section-title{gap:var(--stack-eyebrow-gap)!important}
.inner-section-head{gap:var(--stack-copy-gap)!important}
.cohere-news__head{gap:var(--stack-action-gap)!important}
.cohere-news__head>div{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:var(--stack-eyebrow-gap)!important;
}
.cohere-blog-browse__head{gap:24px!important}
.pricing-toolbar{gap:28px!important}

/* Any nested intro wrapper inside a section heading follows the same stack. */
.inner-section-head>div,
.pricing-toolbar>div,
.archive-hero__layout>div:first-child,
.project-single-hero__head>div:first-child,
.service-single-hero__top>div:first-child,
.project-brief-hero__layout>div:first-child{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:var(--stack-eyebrow-gap)!important;
}
.inner-section-head>p{
  margin:0!important;
  max-width:660px!important;
}

/* Paragraphs must not carry legacy bottom margins inside the hierarchy. */
.cohere-home-hero__copy>.lede,
.cohere-products-hero__copy>.lede,
.cohere-pricing-hero__copy>.lede,
.inner-hero__copy>.lede,
.search-hero__inner>.lede,
.error-page__copy>.lede,
.conversion-context>p,
.booking-context>p,
.faq-archive-aside>p,
.service-process__intro>p,
.cohere-feature-band__copy>p,
.cohere-resources__copy>.lede,
.journal-newsletter__inner>div>p,
.footer-newsletter-copy>p,
.cohere-final-cta__inner>div>p{
  margin-bottom:0!important;
}

/* Home hero was centered by reference; preserve centering while keeping a true column. */
.cohere-home-hero__copy{align-items:center!important}
.cohere-home-hero__copy>.eyebrow,
.cohere-home-hero__copy>h1,
.cohere-home-hero__copy>.lede{text-align:center!important}

@media(max-width:768px){
  :root{--stack-eyebrow-gap:14px;--stack-copy-gap:20px;--stack-action-gap:24px}
}

/* v0.9.3 — Home CPT media cards + data-driven previews */
.cohere-product--media{padding:0!important;overflow:hidden!important;min-height:0!important}
.cohere-product__media{display:block!important;aspect-ratio:16/10!important;overflow:hidden!important;background:var(--stone)!important}
.cohere-product__media img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;transition:transform .35s ease!important}
.cohere-product--media:hover .cohere-product__media img{transform:scale(1.035)!important}
.cohere-product__body{display:flex!important;flex-direction:column!important;flex:1!important;padding:28px 32px 32px!important}
.cohere-product__body>p{margin:26px 0!important;color:var(--ink)!important}
.cohere-product__body ul{margin:auto 0 0!important;padding:0!important;list-style:none!important;border-top:1px solid var(--line)!important}
.cohere-product__body li{padding:12px 0!important;display:flex!important;gap:10px!important;border-bottom:1px solid var(--line-light)!important;font-size:14px!important}
.cohere-home-pricing{padding:128px 0!important}
.home-cpt-card-grid{display:flex!important;flex-wrap:wrap!important;gap:16px!important}
.home-cpt-card{flex:1 1 calc(33.333% - 16px)!important;min-width:300px!important;background:#fff!important;border-radius:8px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
.home-cpt-card__media{display:block!important;aspect-ratio:16/10!important;overflow:hidden!important;background:var(--stone)!important}
.home-cpt-card__media img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;transition:transform .35s ease!important}
.home-cpt-card:hover .home-cpt-card__media img{transform:scale(1.035)!important}
.home-cpt-card__body{padding:28px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;flex:1!important}
.home-cpt-card__body .eyebrow{margin:0!important}
.home-cpt-card__body h3{font-size:28px!important;line-height:1.15!important;letter-spacing:-.28px!important}
.home-cpt-card__body p{margin:0!important;color:var(--muted)!important;font-size:16px!important;line-height:1.5!important}
.home-cpt-card__price{margin-top:auto!important;padding-top:8px!important;font:400 42px/1 var(--display)!important;letter-spacing:-.8px!important}
.home-cpt-card__body ul{width:100%!important;margin:0!important;padding:0!important;list-style:none!important;border-top:1px solid var(--line)!important}
.home-cpt-card__body li{display:flex!important;gap:9px!important;padding:10px 0!important;border-bottom:1px solid var(--line-light)!important;font-size:14px!important}
.home-cpt-card__meta{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;color:var(--muted)!important;font-size:12px!important}
.home-cpt-card--blog .home-cpt-card__body{gap:18px!important}
.home-cpt-card--blog h3{font-size:24px!important;line-height:1.25!important}
@media(max-width:1023px){
  .cohere-home-pricing{padding:96px 0!important}
  .home-cpt-card{flex-basis:calc(50% - 16px)!important}
}
@media(max-width:767px){
  .cohere-home-pricing{padding:80px 0!important}
  .cohere-product__body{padding:24px!important}
  .home-cpt-card{flex-basis:100%!important;min-width:0!important}
  .home-cpt-card__body{padding:24px!important}
}
.cohere-home-projects{padding:128px 0!important;background:#fff!important}
.home-project-card__media{display:block!important;aspect-ratio:16/10!important;border-radius:22px!important;overflow:hidden!important;background:var(--stone)!important}
.home-project-card__media img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;transition:transform .4s ease!important}
.home-project-card:hover .home-project-card__media img{transform:scale(1.035)!important}
.home-project-card__meta{display:flex!important;align-items:flex-start!important;gap:24px!important;padding:20px 4px 0!important}
.home-project-card__meta>span{flex:0 0 140px!important;color:var(--muted)!important;font-size:13px!important}
.home-project-card__meta h3{flex:1!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important}
.home-project-card__meta>span:last-child{text-align:right!important;flex-basis:72px!important}
@media(max-width:1023px){.cohere-home-projects{padding:96px 0!important}}
@media(max-width:767px){.cohere-home-projects{padding:80px 0!important}.home-project-card__meta{flex-wrap:wrap!important;gap:8px 16px!important}.home-project-card__meta>span{flex:1 1 auto!important}.home-project-card__meta h3{order:-1;flex:1 1 100%!important}.home-project-card__meta>span:last-child{text-align:left!important}}

/* v0.10.0 — settings-managed brand logo */
.brand .alify-site-logo{
  display:block;
  width:auto!important;
  max-width:132px!important;
  max-height:30px!important;
  object-fit:contain;
}
.brand--footer .alify-footer-logo{
  display:block;
  width:auto!important;
  max-width:132px!important;
  max-height:34px!important;
  object-fit:contain;
}
