/* ALIFY v0.8.2 — Cohere-reference design system layer
   Structural intent: editorial restraint, white canvas, flat surfaces, deep product bands,
   black pill CTAs, coral only for editorial taxonomy, wide whitespace, rule-led lists. */
:root{
  --canvas:#fff;
  --paper:#fff;
  --ink:#212121;
  --ink-strong:#17171c;
  --muted:#75758a;
  --muted-2:#93939f;
  --line:#d9d9dd;
  --line-light:#e5e7eb;
  --stone:#eeece7;
  --green:#003c33;
  --dark:#003c33;
  --navy:#071829;
  --blue:#1863dc;
  --coral:#ff7759;
  --coral-soft:#ffad9b;
  --focus:#4c6ee6;
  --orange:#17171c;
  --orange-ink:#ffffff;
  --r-xs:4px;
  --r-sm:8px;
  --r-md:16px;
  --r-lg:22px;
  --r-xl:30px;
  --container:1360px;
  --pad:clamp(20px,4.2vw,68px);
  --display:"Space Grotesk",Inter,ui-sans-serif,system-ui,sans-serif;
  --body:Inter,Arial,ui-sans-serif,system-ui,sans-serif;
  --mono:"JetBrains Mono",Arial,ui-monospace,monospace;
}
html{background:#fff}
body{background:#fff;color:var(--ink);font-size:16px;line-height:1.5}
.page-progress,.page-transition,.pointer-orb{display:none!important}
.site-main{overflow:hidden}
.container{width:min(var(--container),calc(100% - 2*var(--pad)))}
.section{padding:clamp(88px,9vw,148px) 0}
.section--quiet{padding:clamp(72px,7vw,116px) 0}
.surface{background:var(--stone)}
.band-dark{background:var(--green);color:#fff}
.eyebrow{font-size:12px;line-height:1.4;letter-spacing:.08em;color:var(--muted);margin-bottom:18px}
h1,h2,h3{font-family:var(--display);font-weight:400;color:inherit;letter-spacing:-.025em}
h1{font-size:clamp(58px,7vw,96px);line-height:1;max-width:none}
h2{font-size:clamp(42px,4.6vw,60px);line-height:1.08;max-width:none}
h3{font-size:clamp(24px,2.2vw,32px);line-height:1.18;letter-spacing:-.015em}
.lede{font-size:clamp(18px,1.55vw,22px);line-height:1.45;color:var(--ink);max-width:62ch}
p{margin-top:0}
.button{min-height:48px;padding:0 24px;border:1px solid var(--ink-strong);border-radius:32px;background:var(--ink-strong);color:#fff;font-size:14px;font-weight:500;letter-spacing:0;transition:background .2s,color .2s,border-color .2s}
.button:hover{background:#000;border-color:#000;color:#fff}
.button--ghost{background:transparent;border-color:var(--ink-strong);color:var(--ink-strong)}
.button--ghost:hover{background:var(--ink-strong);color:#fff}
.button--light{background:#fff;border-color:#fff;color:var(--ink-strong)}
.button--light:hover{background:var(--stone);border-color:var(--stone);color:var(--ink-strong)}
.button-secondary{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:5px 0;border:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent;color:var(--ink);font-size:15px;font-weight:400;line-height:1.35}
.button-secondary:hover{color:#000;border-bottom-color:transparent}
.button-secondary--light{color:#fff}
.button-pill-outline{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--ink-strong);border-radius:30px;background:transparent;color:var(--ink-strong);font-size:14px}
.button-row{gap:20px}
.text-link,.journal-card__link{font-weight:400;text-decoration:underline;text-underline-offset:4px}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.media-card{border-radius:var(--r-lg);background:var(--stone)}
.content-card{border:1px solid var(--line-light);border-radius:var(--r-sm);background:#fff}

/* Cohere-like announcement + three-zone navigation */
.announcement{min-height:36px;display:flex;align-items:center;background:#000;color:#fff;padding:0;font:400 12px/1.4 var(--body);letter-spacing:0}
.announcement__inner{display:flex;align-items:center;justify-content:center;position:relative;gap:12px;min-height:36px}
.announcement__inner a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);border-bottom:1px solid transparent;backdrop-filter:blur(12px);z-index:60}
.site-header.is-scrolled{background:#fff;border-color:var(--line-light)}
.site-header__inner{height:78px;gap:26px}
.brand{font-family:var(--display);font-size:24px;font-weight:600;letter-spacing:-.04em;color:#000}
.primary-nav{margin-inline:auto;gap:22px;font-size:14px;color:#17171c}
.primary-nav>a,.nav-group>a{padding:27px 0}
.primary-nav .is-current,.nav-group.is-current-parent>a{font-weight:500}
.nav-toggle{padding:5px;color:inherit}
.nav-dropdown{top:61px;left:-22px;min-width:246px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}
.nav-dropdown a{padding:11px 12px;border-radius:4px;font-size:14px}
.nav-dropdown a:hover{background:#f6f6f4}
.header-actions{margin-left:auto;gap:12px}
.header-search{width:38px;height:38px;display:flex;align-items:center;justify-content:center}
.header-actions .button--ghost{border:0;padding:0 5px;min-height:auto;border-radius:0;background:transparent;text-decoration:underline;text-underline-offset:4px}
.header-actions .button--ghost:hover{color:#000;background:transparent}
.header-actions .button:not(.button--ghost){min-height:44px;padding:0 20px}
.menu-trigger{border-color:var(--line);background:#fff}
.breadcrumbs{font-size:12px;padding-top:16px;color:var(--muted-2)}

/* restrained loader/menu */
.preloader{background:#000;align-items:center;justify-content:center;padding:20px}
.preloader:before,.preloader:after{display:none!important}
.preloader__mark{font-family:var(--display);font-size:clamp(54px,10vw,136px);font-weight:400;letter-spacing:-.06em}
.preloader__sub{display:none}
.push-menu{background:var(--ink-strong)}
.push-menu:before,.push-menu:after{display:none}
.push-menu nav a{font-size:clamp(42px,7vw,88px);letter-spacing:-.04em;border-bottom:1px solid rgba(255,255,255,.16)}

/* HOME — follows current Cohere section grammar */
.cohere-home-hero{padding:clamp(78px,8vw,124px) 0 0;background:#fff}
.cohere-home-hero__copy{text-align:center;display:flex;flex-direction:column;align-items:center}
.cohere-home-hero__copy h1{font-size:clamp(64px,7.5vw,104px);line-height:.98;letter-spacing:-.035em;max-width:11ch}
.cohere-home-hero__copy .lede{max-width:600px;margin:28px auto 0;color:var(--ink)}
.cohere-home-hero__actions{justify-content:center;margin-top:28px}
.cohere-home-hero__media{display:flex;gap:18px;align-items:stretch;margin-top:clamp(64px,7vw,102px)}
.cohere-media-card{position:relative;display:block;border-radius:22px;overflow:hidden;background:var(--stone);min-height:280px}
.cohere-media-card--wide{flex:1 1 72%;aspect-ratio:16/8.6}
.cohere-media-card--portrait{flex:0 0 27%;aspect-ratio:4/5}
.cohere-media-card>img,.cohere-media-card>a>img,.cohere-media-card picture,.cohere-media-card picture img{width:100%;height:100%;object-fit:cover}
.cohere-media-card__label{position:absolute;left:18px;bottom:18px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;max-width:70%;padding:11px 14px;border-radius:8px;background:rgba(23,23,28,.92);color:#fff}
.cohere-media-card__label small{font-size:11px;color:#c7c7cd}
.cohere-media-card__label strong{font-size:14px;font-weight:500}
.cohere-trust{background:#fff}
.cohere-trust__title{text-align:center;margin-bottom:38px;font-size:15px;color:var(--ink)}
.cohere-trust__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:34px clamp(32px,4vw,66px)}
.cohere-trust__item{display:flex;align-items:center;justify-content:center;gap:10px;min-width:80px;min-height:32px;color:#000;opacity:.72}
.cohere-trust__logo{max-width:98px;max-height:32px;width:auto;filter:grayscale(1)}
.cohere-trust__item b{font-size:14px;font-weight:500;letter-spacing:-.01em}
.cohere-capabilities{padding-top:clamp(84px,8vw,124px)}
.cohere-capabilities__headline{font-size:clamp(42px,4.6vw,60px);margin-bottom:clamp(54px,6vw,80px)}
.cohere-capabilities__grid{display:flex;gap:clamp(28px,4vw,62px)}
.cohere-capability{flex:1;min-width:0;border-top:1px solid var(--line);padding-top:24px}
.cohere-capability__mark{height:82px;display:flex;justify-content:space-between;align-items:flex-start;color:var(--muted-2)}
.cohere-capability__mark span{font:400 12px/1 var(--mono)}
.cohere-capability__mark i{font-size:38px;color:var(--ink)}
.cohere-capability h3{margin-bottom:14px}
.cohere-capability p{min-height:72px;color:var(--muted);margin-bottom:20px}
.cohere-feature-band{padding:clamp(84px,9vw,140px) 0;background:var(--green)}
.cohere-feature-band__inner{display:flex;gap:clamp(54px,8vw,120px);align-items:center}
.cohere-feature-band__copy{flex:0 1 42%}
.cohere-feature-band__copy .eyebrow{color:#b8d3cc}
.cohere-feature-band__copy h2{font-size:clamp(48px,5vw,72px);max-width:10ch}
.cohere-feature-band__copy>p:not(.eyebrow){color:#d7e5e1;font-size:18px;line-height:1.5;margin:26px 0 30px;max-width:560px}
.cohere-feature-band__visual{flex:1;position:relative;min-height:560px;border-radius:22px;overflow:hidden;background:#061d19}
.cohere-feature-band__visual>img{width:100%;height:100%;min-height:560px;object-fit:cover;opacity:.74}
.cohere-console{position:absolute;left:7%;right:7%;bottom:7%;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(16,20,22,.94);color:#fff}
.cohere-console__head{display:flex;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13);font:400 11px/1.3 var(--mono);color:#aeb6b7}
.cohere-status{display:flex;gap:7px;align-items:center}.cohere-status i{display:block;width:7px;height:7px;border-radius:50%;background:#77d6a1}
.cohere-console__row{display:flex;gap:18px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.cohere-console__row:last-child{border-bottom:0}
.cohere-console__row>span{font:400 10px/1.5 var(--mono);color:#727b7d}
.cohere-console__row div{display:flex;flex-direction:column;gap:4px}.cohere-console__row strong{font-size:14px;font-weight:500}.cohere-console__row small{color:#99a3a4;line-height:1.4}
.cohere-section-title{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:clamp(48px,6vw,78px)}
.cohere-section-title .eyebrow{flex:0 0 180px;margin:0}
.cohere-section-title h2{flex:1}
.cohere-solutions{background:#fff}
.cohere-solution-links{display:flex;flex-wrap:wrap;border-top:1px solid var(--line)}
.cohere-solution-links>a,.cohere-solution-links>span{flex:1 1 50%;min-height:86px;padding:0 20px 0 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:clamp(23px,2vw,30px);letter-spacing:-.02em}
.cohere-solution-links>a:nth-child(odd),.cohere-solution-links>span:nth-child(odd){border-right:1px solid var(--line);padding-right:28px}
.cohere-solution-links>a:nth-child(even),.cohere-solution-links>span:nth-child(even){padding-left:28px}
.cohere-solution-links i{font-size:18px}
.cohere-products{background:var(--stone)}
.cohere-product-list{display:flex;flex-wrap:wrap;gap:18px}
.cohere-product{flex:1 1 calc(33.333% - 18px);min-width:280px;padding:30px;border-radius:8px;background:#fff}
.cohere-product__top{display:flex;align-items:center;gap:16px;padding-bottom:22px;border-bottom:1px solid var(--line-light)}
.cohere-product__number{font:400 11px/1 var(--mono);color:var(--muted-2)}
.cohere-product__top h3{flex:1}
.cohere-product>p{color:var(--muted);min-height:72px;margin:26px 0}
.cohere-product ul{list-style:none;padding:0;margin:0}.cohere-product li{display:flex;gap:10px;padding:10px 0;border-top:1px solid var(--line-light);font-size:14px}.cohere-product li i{margin-top:3px}
.cohere-resources{background:#fff}
.cohere-resources__inner{display:flex;gap:clamp(54px,8vw,120px);align-items:center}
.cohere-resources__copy{flex:0 1 40%}.cohere-resources__copy h2{max-width:10ch}.cohere-resources__copy .lede{color:var(--muted);margin:24px 0 30px}
.cohere-resources__media{flex:1;aspect-ratio:4/3}.cohere-resources__media>img{width:100%;height:100%;object-fit:cover}
.cohere-code-panel{position:absolute;left:22px;right:22px;bottom:22px;display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:8px;background:#101216;color:#fff}.cohere-code-panel span,.cohere-code-panel small{font:400 10px/1.4 var(--mono);color:#a5a8ae}.cohere-code-panel code{font:400 14px/1.5 var(--mono);white-space:normal}
.cohere-testimonial{background:#fff}
.cohere-testimonial__split{display:flex;min-height:580px;border-radius:22px;overflow:hidden;background:var(--stone)}
.cohere-testimonial__quote{flex:1.1;padding:clamp(38px,5vw,72px);display:flex;flex-direction:column;align-items:flex-start}
.cohere-testimonial__quote .rating{font-size:13px;letter-spacing:.15em}
.cohere-testimonial__quote blockquote{font:400 clamp(34px,3.4vw,50px)/1.15 var(--display);letter-spacing:-.025em;margin:auto 0 38px;max-width:18ch}
.cohere-testimonial__quote p{display:flex;flex-direction:column;gap:4px;margin-bottom:30px}.cohere-testimonial__quote p strong{font-size:15px}.cohere-testimonial__quote p span{font-size:13px;color:var(--muted)}
.cohere-testimonial__media{flex:.9;min-width:0}.cohere-testimonial__media img{width:100%;height:100%;object-fit:cover}
.cohere-news{background:#fff}
.cohere-news__head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:42px}.cohere-news__head>div{display:flex;gap:40px;align-items:flex-end}.cohere-news__head .eyebrow{margin:0 0 8px}
.cohere-news__list{border-top:1px solid var(--line)}
.cohere-news-row{display:flex;align-items:center;gap:28px;min-height:92px;border-bottom:1px solid var(--line);transition:background .2s}
.cohere-news-row:hover{background:#fafafa}
.cohere-news-row__meta{flex:0 0 170px;font-size:13px;color:var(--muted)}
.cohere-news-row strong{flex:1;font-size:20px;font-weight:400}.cohere-news-row>span:not(.cohere-news-row__meta){font-size:13px;color:var(--muted-2)}.cohere-news-row i{font-size:16px}
.cohere-final-cta{padding:clamp(86px,9vw,142px) 0;background:var(--navy)}
.cohere-final-cta__inner{display:flex;justify-content:space-between;align-items:flex-end;gap:60px}.cohere-final-cta__inner>div{max-width:800px}.cohere-final-cta__inner h2{font-size:clamp(48px,5vw,72px);max-width:13ch}.cohere-final-cta__inner p:not(.eyebrow){color:#c8d3df;max-width:620px;margin:24px 0 0}

/* INNER PAGE SYSTEM */
.inner-hero,.archive-hero,.service-single-hero,.project-single-hero,.reviews-hero,.pricing-hero,.faq-hero,.team-archive-hero,.journal-hero,.search-hero,.legal-hero,.contact-hero,.booking-hero,.project-brief-hero{background:#fff;color:var(--ink);padding:clamp(82px,8vw,128px) 0}
.inner-hero__layout,.archive-hero__layout,.service-single-hero__top{align-items:flex-start}
.archive-hero__layout>div:first-child,.inner-hero__copy{flex:1.25}.archive-hero__aside{flex:.75;max-width:520px;padding-top:20px}
.archive-hero h1,.inner-hero h1,.service-single-hero h1,.project-single-hero h1,.reviews-hero h1,.pricing-hero h1,.faq-hero h1,.team-archive-hero h1,.journal-hero h1,.search-hero h1,.legal-hero h1,.contact-hero h1,.booking-hero h1,.project-brief-hero h1{font-size:clamp(56px,6vw,82px);line-height:1;letter-spacing:-.03em;color:var(--ink)}
.archive-hero .lede,.inner-hero .lede,.service-single-hero .lede,.project-single-hero .lede{color:var(--ink);font-size:18px}
.inner-hero__media,.service-single-hero__media,.project-single-hero__media{border-radius:22px}
.inner-hero__meta,.inner-hero__media-note,.service-single-hero__stamp{font-size:12px;color:var(--muted)}
.editorial-split,.inner-section-head{gap:clamp(50px,8vw,120px)}
.editorial-split__title,.inner-section-head>div{flex:1}.editorial-split__body,.inner-section-head>p{flex:.8}
.editorial-split__body p,.prose p{color:var(--ink);font-size:18px;line-height:1.55}
.inner-stats{border-block:1px solid var(--line)}.inner-stat{border-color:var(--line)}
.about-principles,.service-process,.journal-newsletter{background:var(--green)}
.principle-row,.process-row,.home-why-point{border-color:rgba(255,255,255,.22)}
.culture-section,.pricing-comparison{background:var(--stone)}
.team-editorial__media,.culture-strip__item{border-radius:8px}

/* Archive filters */
.filter-bar--editorial{padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:10px}
.chip,.taxonomy-chip{min-height:44px;padding:0 18px;border:1px solid var(--ink);border-radius:30px;background:#fff;color:var(--ink);font-size:14px}
.chip.is-active,.taxonomy-chip.is-active,.home.blog .chip.is-active,.post-type-archive-post .chip.is-active{background:var(--coral);border-color:var(--coral);color:var(--ink)}
.journal-filters .chip{border-color:var(--coral);background:#fff7f4}
.journal-filters .chip.is-active{background:var(--coral)}
.load-more-wrap .button{background:#fff;color:var(--ink);border-color:var(--ink)}

/* Services = rule-led product rows */
.service-archive-section{padding-top:70px;background:#fff}
.service-archive-list{border-top:1px solid var(--line)}
.service-archive-row{border-bottom:1px solid var(--line)}
.service-archive-row>a{min-height:156px;padding:30px 0;gap:28px}
.service-archive-row__index{font-size:11px;color:var(--muted-2)}
.service-archive-row__title h2{font-size:clamp(32px,3vw,46px);letter-spacing:-.025em}
.service-archive-row__title p,.service-archive-row__summary{color:var(--muted);font-size:14px}
.service-archive-row__media{border-radius:8px;overflow:hidden}
.service-archive-row__arrow{border:0}
.service-archive-row>a:hover .service-archive-row__arrow{background:transparent;color:var(--ink)}
.service-included{background:var(--stone)}
.capability,.service-included article{border-top:1px solid var(--line)}

/* Portfolio = clean media cards, no theatrical offsets */
.project-archive-section{background:#fff}
.project-editorial-list{display:flex;flex-wrap:wrap;gap:70px 22px}
.project-editorial-card,.project-editorial-card--wide,.project-editorial-card--offset{flex:1 1 calc(50% - 22px);padding-top:0!important;min-width:340px}
.project-editorial-card__media{aspect-ratio:16/10;border-radius:22px;background:var(--stone)}
.project-editorial-card__body{padding-top:18px;gap:24px}.project-editorial-card__body h2{font-size:clamp(30px,2.6vw,40px)}.project-editorial-card__body>p{color:var(--muted);font-size:15px}
.project-editorial-card__open{background:#fff;color:var(--ink)}
.project-challenge,.project-results{background:var(--stone)}
.gallery-item{border-radius:8px}

/* Testimonials = stone editorial blocks */
.reviews-hero{background:#fff}
.reviews-rating-lockup strong{font-size:clamp(52px,6vw,78px)}
.reviews-editorial-list{display:flex;flex-wrap:wrap;gap:18px}
.review-editorial-card,.review-editorial-card--lead{flex:1 1 calc(50% - 18px);min-width:320px;padding:clamp(30px,4vw,48px);border:0;border-radius:8px;background:var(--stone)}
.review-editorial-card blockquote,.review-editorial-card--lead blockquote{font-size:clamp(28px,2.7vw,40px);line-height:1.2}
.review-editorial-card__top,.review-editorial-card footer{border-color:#cbc8c2}

/* Pricing = Cohere-like rule-separated product/pricing system */
.pricing-archive-section{background:#fff}
.pricing-toolbar{border-bottom:1px solid var(--line);padding-bottom:30px}
.billing-toggle{border:1px solid var(--line);border-radius:30px;padding:4px}.billing-toggle button{border-radius:24px}.billing-toggle button.is-active{background:var(--ink);color:#fff}
.pricing-editorial-list{border-top:1px solid var(--line)}
.pricing-editorial-card,.pricing-editorial-card--featured{display:flex;gap:36px;align-items:flex-start;padding:34px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:#fff;color:var(--ink)}
.pricing-editorial-card__head{flex:0 0 110px}.pricing-editorial-card__body{flex:1}.pricing-editorial-card__commercial{flex:0 0 36%;min-width:320px}.pricing-editorial-card__body h3{font-size:32px}.pricing-editorial-card__commercial .price{font-size:38px}.pricing-editorial-card ul{border-top:1px solid var(--line-light)}.pricing-editorial-card li{border-bottom:1px solid var(--line-light)}
.pricing-editorial-card--featured em{color:var(--coral);font-style:normal}
.comparison-row{border-bottom:1px solid var(--line)}

/* FAQs = simple rule accordion */
.faq-hero{background:#fff}
.faq-search,.archive-search{border:1px solid var(--line);border-radius:4px;background:#fff}
.faq-archive-layout{gap:clamp(60px,8vw,120px)}
.faq-archive-aside{position:sticky;top:120px}
.faq-editorial-list,.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{padding:26px 0;font-size:20px}.faq-answer{color:var(--muted)}

/* Blog = taxonomy hero + rule-separated editorial rows */
.journal-hero{background:#fff}
.journal-section{background:#fff;padding-top:64px}
.journal-grid{display:flex;flex-direction:column;border-top:1px solid var(--line)}
.journal-card,.journal-card--lead{display:flex;gap:34px;align-items:stretch;padding:28px 0;border-bottom:1px solid var(--line);background:#fff}
.journal-card__media,.journal-card--lead .journal-card__media{flex:0 0 240px;aspect-ratio:4/3;border-radius:4px;overflow:hidden;order:2}
.journal-card__media img{width:100%;height:100%;object-fit:cover}
.journal-card__body,.journal-card--lead .journal-card__body{flex:1;padding:0;display:flex;flex-direction:column;align-items:flex-start}
.journal-card__meta{display:flex;gap:12px;align-items:center;color:var(--muted-2);font-size:12px}
.journal-card__meta .taxonomy-chip{min-height:30px;padding:0 10px;border-color:var(--coral);background:#fff7f4;color:var(--ink);font-size:12px}
.journal-card h2,.journal-card--lead h2{font-size:clamp(27px,2.4vw,36px);max-width:22ch;margin:20px 0 12px}.journal-card p{color:var(--muted);max-width:760px}.journal-card__link{margin-top:auto}
.journal-newsletter{background:var(--navy)}

/* Team = restrained 3-column photo cards */
.team-directory,.team-editorial-list{display:flex;flex-wrap:wrap;gap:54px 22px}
.team-directory-card,.team-editorial{flex:1 1 calc(33.333% - 22px);min-width:280px;padding-top:0!important}
.team-directory-card__media,.team-editorial__media{aspect-ratio:4/5;border-radius:8px;background:var(--stone)}
.team-directory-card__body h2,.team-editorial__body h3{font-size:28px}

/* Contact/Project/Booking = white card on deep/stone field */
.contact-main,.project-brief-main,.booking-main,.testimonial-submit{background:var(--stone)}
.contact-layout,.project-form-layout,.booking-layout{align-items:flex-start}
.form-panel,.contact-form-card,.booking-panel,.project-form-panel{background:#fff!important;border:0!important;border-radius:16px!important;padding:clamp(28px,4vw,48px)!important}
.form-stack label{font-family:var(--body);font-size:13px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--ink)}
.form-stack input,.form-stack textarea,.form-stack select,.newsletter-form input{border:1px solid var(--line);border-radius:4px;background:#fff;min-height:52px;padding:13px 14px}
.form-stack input:focus,.form-stack textarea:focus,.form-stack select:focus{border-color:#9b60aa;outline:1px solid #9b60aa}
.form-panel .button{margin-top:8px}

/* Legal/Search/404 */
.legal-section,.search-results-section{background:#fff}.legal-layout{gap:80px}.legal-toc{top:116px}.legal-toc a{border-bottom:1px solid var(--line-light);padding:10px 0}.legal-content h2{font-size:40px;border-top:1px solid var(--line);padding-top:38px}.legal-contact{background:var(--stone)}
.search-result-row{border-bottom:1px solid var(--line)}
.error404 .site-main{background:#fff}.not-found-hero{background:#fff!important;color:var(--ink)!important}.not-found-hero h1{color:var(--ink)!important;-webkit-text-stroke:0!important}

/* Footer */
.site-footer{background:var(--ink-strong);color:#fff;padding-top:clamp(72px,8vw,120px)}
.footer-top{gap:clamp(70px,8vw,120px);align-items:flex-start}
.footer-intro{flex:1.05}.footer-directory{flex:1.4}
.footer-intro h2{font-size:clamp(42px,4.5vw,60px);max-width:10ch}.footer-intro p{color:#a7a7b0;max-width:450px}
.footer-directory h3{font-size:13px;font-family:var(--body);font-weight:500;letter-spacing:0;color:#fff}
.footer-grid a:not(.brand),.footer-directory a{color:#9c9ca7;font-size:14px}.footer-directory a:hover{color:#fff}
.footer-subscribe{margin-top:70px;padding:42px 0;border-top:1px solid #33333a;border-bottom:1px solid #33333a;align-items:flex-end}
.footer-subscribe .eyebrow{color:var(--coral);margin-bottom:10px}.footer-subscribe h3{font-size:clamp(30px,3vw,44px);max-width:12ch}.footer-subscribe .newsletter-form{min-width:min(520px,100%)}
.footer-subscribe .newsletter-form input{background:transparent;border:0;border-bottom:1px solid #5f5f68;border-radius:0;color:#fff}.footer-subscribe .newsletter-form .button{background:#fff;color:var(--ink);border-color:#fff}
.footer-bottom{border-color:#33333a;color:#898994;font-size:12px}.footer-socials a,.back-top{color:#fff}

/* Responsive system mirrors documented Cohere collapse */
@media(max-width:1100px){
  .primary-nav{gap:14px}.header-actions .button--ghost,.header-search{display:none}
  .cohere-capabilities__grid{gap:28px}
  .cohere-feature-band__inner,.cohere-resources__inner{gap:52px}
  .cohere-product{flex-basis:calc(50% - 18px)}
  .team-directory-card,.team-editorial{flex-basis:calc(50% - 22px)}
}
@media(max-width:920px){
  .primary-nav{display:none}.menu-trigger{display:flex;align-items:center;justify-content:center}.header-actions .button:not(.button--ghost){display:none}
  .cohere-home-hero__media,.cohere-feature-band__inner,.cohere-resources__inner,.cohere-testimonial__split,.cohere-final-cta__inner{flex-direction:column}
  .cohere-media-card--wide,.cohere-media-card--portrait{flex-basis:auto;width:100%}.cohere-media-card--wide{aspect-ratio:16/10}.cohere-media-card--portrait{aspect-ratio:16/10}
  .cohere-capabilities__grid{flex-wrap:wrap}.cohere-capability{flex:1 1 calc(50% - 28px)}
  .cohere-feature-band__copy,.cohere-resources__copy{width:100%}.cohere-feature-band__copy h2,.cohere-resources__copy h2{max-width:13ch}
  .cohere-feature-band__visual{width:100%;min-height:480px}.cohere-feature-band__visual>img{min-height:480px}
  .cohere-testimonial__media{width:100%;min-height:420px}.cohere-testimonial__split{min-height:0}
  .cohere-section-title{display:block}.cohere-section-title .eyebrow{margin-bottom:18px}
  .archive-hero__layout,.inner-hero__layout,.service-single-hero__top{display:block}.archive-hero__aside{max-width:680px;margin-top:30px}
  .pricing-editorial-card{flex-wrap:wrap}.pricing-editorial-card__head{flex-basis:70px}.pricing-editorial-card__commercial{flex:1 1 100%;padding-left:106px;min-width:0}
  .faq-archive-aside{position:static}.journal-card__media{flex-basis:190px}
}
@media(max-width:680px){
  :root{--pad:20px}
  .section{padding:72px 0}.section--quiet{padding:60px 0}
  h1{font-size:clamp(50px,15vw,70px)}h2{font-size:clamp(38px,11vw,52px)}
  .cohere-home-hero{padding-top:58px}.cohere-home-hero__copy h1{font-size:clamp(54px,15vw,76px)}.cohere-home-hero__copy .lede{font-size:18px}.cohere-home-hero__actions{flex-direction:column;align-items:center}
  .cohere-home-hero__media{margin-top:54px;gap:12px}.cohere-media-card--wide,.cohere-media-card--portrait{aspect-ratio:4/3}.cohere-media-card__label{left:12px;bottom:12px}
  .cohere-trust__logos{justify-content:flex-start;gap:24px 34px}.cohere-trust__item{justify-content:flex-start}
  .cohere-capabilities__grid{display:block}.cohere-capability{padding:24px 0;border-top:1px solid var(--line)}.cohere-capability__mark{height:60px}.cohere-capability p{min-height:0}
  .cohere-feature-band__visual,.cohere-feature-band__visual>img{min-height:400px}.cohere-console{left:12px;right:12px;bottom:12px;padding:14px}.cohere-console__row small{display:none}
  .cohere-solution-links{display:block}.cohere-solution-links>a,.cohere-solution-links>span{min-height:72px;border-right:0!important;padding:0!important}
  .cohere-product{flex-basis:100%;padding:24px}.cohere-product__top{flex-wrap:wrap}.cohere-product__top h3{flex:1 1 calc(100% - 50px)}
  .cohere-testimonial__quote{padding:30px}.cohere-testimonial__quote blockquote{font-size:34px}.cohere-testimonial__media{min-height:320px}
  .cohere-news__head,.cohere-news__head>div{display:block}.cohere-news__head .button-secondary{margin-top:18px}.cohere-news-row{flex-wrap:wrap;gap:10px 18px;padding:20px 0}.cohere-news-row__meta{flex:1 1 100%}.cohere-news-row strong{flex:1 1 calc(100% - 30px);font-size:18px}.cohere-news-row>span:not(.cohere-news-row__meta){display:none}
  .cohere-final-cta__inner{align-items:flex-start}.cohere-final-cta__inner .button{margin-top:30px}
  .filter-bar--editorial{overflow:auto;flex-wrap:nowrap;white-space:nowrap;margin-inline:0;width:100%;padding-inline:20px}
  .project-editorial-card,.project-editorial-card--wide,.project-editorial-card--offset,.review-editorial-card,.review-editorial-card--lead,.team-directory-card,.team-editorial{flex-basis:100%;min-width:0}
  .service-archive-row>a{flex-wrap:wrap;min-height:0}.service-archive-row__title{flex:1}.service-archive-row__summary{flex:1 1 100%;padding-left:0}.service-archive-row__media{display:none}
  .pricing-editorial-card{display:block}.pricing-editorial-card__head{margin-bottom:20px}.pricing-editorial-card__commercial{padding-left:0;margin-top:28px}
  .journal-card,.journal-card--lead{display:flex;flex-direction:column}.journal-card__media,.journal-card--lead .journal-card__media{order:0;flex-basis:auto;width:100%;aspect-ratio:16/10}.journal-card h2,.journal-card--lead h2{font-size:28px}
  .form-row{flex-direction:column}.form-panel,.contact-form-card,.booking-panel,.project-form-panel{border-radius:8px!important;padding:24px!important}
  .footer-directory>div{flex-basis:45%}.footer-subscribe{display:block}.footer-subscribe .newsletter-form{margin-top:28px;width:100%;min-width:0}.newsletter-form{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.cohere-media-card img,.project-editorial-card__media img,.team-directory-card__media img{transition:none!important}}

/* Blog archive — Cohere publishing-system composition */
.cohere-blog-hero{padding-bottom:34px}
.cohere-blog-hero__top{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:52px}
.cohere-blog-hero__top h1{font-size:clamp(64px,7.5vw,100px)}
.cohere-blog-hero__top .lede{max-width:520px;margin:0 0 8px}
.cohere-blog-featured{padding-top:76px}
.cohere-blog-featured__layout{display:flex;gap:22px;align-items:stretch}
.cohere-blog-lead{flex:1.55;display:flex;flex-direction:column}
.cohere-blog-lead__media{display:block;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:var(--stone)}
.cohere-blog-lead__media img{width:100%;height:100%;object-fit:cover}
.cohere-blog-lead__body{padding-top:24px}.cohere-blog-lead__body h2{font-size:clamp(38px,3.8vw,54px);margin:20px 0 14px;max-width:16ch}.cohere-blog-lead__body p{max-width:720px;color:var(--muted)}
.cohere-blog-featured__side{flex:.85;border-top:1px solid var(--line)}
.cohere-blog-side-row{min-height:190px;padding:24px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}
.cohere-blog-side-row h3{font-size:24px;max-width:20ch;margin:20px 0}.cohere-blog-side-row .button-secondary{margin-top:auto}
.cohere-blog-topics{background:var(--stone)}.cohere-blog-topics__links{display:flex;flex-wrap:wrap;gap:10px}.cohere-blog-topics__links .button-pill-outline{background:#fff}
.cohere-blog-browse__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}.cohere-blog-browse__head h2{font-size:48px}.cohere-blog-browse__head .archive-search{width:min(420px,100%)}
@media(max-width:900px){.cohere-blog-featured__layout{display:block}.cohere-blog-featured__side{margin-top:52px}.cohere-blog-hero__top{display:block}.cohere-blog-hero__top .lede{margin-top:24px}.cohere-blog-browse__head{display:block}.cohere-blog-browse__head .archive-search{margin-top:24px}}

/* Cohere products/pricing hero compositions */
.cohere-products-hero,.cohere-pricing-hero{padding-top:clamp(78px,8vw,126px)}
.cohere-products-hero__copy,.cohere-pricing-hero__copy{text-align:center;display:flex;flex-direction:column;align-items:center}
.cohere-products-hero__copy h1,.cohere-pricing-hero__copy h1{font-size:clamp(58px,6.4vw,86px);max-width:15ch}
.cohere-products-hero__copy .lede,.cohere-pricing-hero__copy .lede{max-width:690px;margin:24px auto 0}
.cohere-products-hero__copy .button-row,.cohere-pricing-hero__copy .button-row{justify-content:center;margin-top:28px}
.cohere-products-hero__media{margin-top:64px;aspect-ratio:16/7.2;border-radius:22px;overflow:hidden;background:var(--stone)}
.cohere-products-hero__media img{width:100%;height:100%;object-fit:cover}
@media(max-width:680px){.cohere-products-hero__media{margin-top:44px;aspect-ratio:4/3}.cohere-products-hero__copy .button-row,.cohere-pricing-hero__copy .button-row{flex-direction:column}}
