/* Owner feedback, 2026-09-08: content density, aligned archives and articles. */
.page-index main>.collection-section,.page-articles main>.article-archive{
  min-height:0;display:block;align-content:start;justify-content:start;
  padding-block:1.5rem 2rem;scroll-snap-align:none;
}
.collection-grid{align-items:stretch}
.content-card-body{flex:1;display:flex;flex-direction:column;gap:.65rem}
.content-card-title{min-height:0;margin:0;line-height:1.55}
.content-card-summary{display:block;overflow:visible;-webkit-line-clamp:unset;min-height:0;margin:0;font-size:1rem;line-height:1.9}
.card-highlights{padding-inline-start:1.15rem;margin:0;font-size:.92rem;line-height:1.85;color:var(--panel-muted)}
.card-highlights li+li{margin-block-start:.35rem}
.content-card .card-action{margin-block-start:auto;align-self:flex-start}
.journey-card-body{gap:.8rem}
.journey-card p{line-height:1.9}
.process-list>article{display:grid;grid-template-columns:5.5rem minmax(0,1fr);gap:1.5rem;align-items:start;padding-block:1.5rem}
.process-list .process-step-icon{display:grid;place-items:center;width:5.5rem;height:5.5rem;border-radius:1rem;background:color-mix(in srgb,currentColor 8%,transparent);color:var(--teal)}
.process-step-icon svg{width:4rem;height:4rem;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.process-list article h3{font-size:1.2rem;line-height:1.6;margin-block:.4rem}
.process-list article p{font-size:1rem;line-height:1.9}
.metric-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}
.metric-grid article{padding:2rem;min-width:0}
.metric-grid article p{font-size:1rem;line-height:1.9}
.member-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,13.5rem));justify-content:start;gap:1.25rem;margin-block-start:1.5rem}
.member-card{min-width:0;overflow:hidden;border-radius:1rem;background:var(--surface);color:var(--panel-text);border:1px solid var(--line);padding:1rem;text-align:center}
.member-photo{width:7.5rem;height:7.5rem;aspect-ratio:1;object-fit:cover;display:block;border-radius:50%;margin-inline:auto}
.member-photo-placeholder{display:grid;place-items:center;background:color-mix(in srgb,var(--teal) 16%,var(--surface));color:var(--teal)}
.member-photo-placeholder svg{width:50%;height:50%;stroke:currentColor;fill:none;stroke-width:1.25}
.member-copy{padding:1rem 0 0}.member-copy h3{font-size:1.05rem;margin-block:.4rem;line-height:1.45}
.member-copy p{line-height:1.65;font-size:.86rem}.member-role{font-weight:750}.sample-label{color:var(--page-accent)}
.member-link-placeholder{display:block;border-top:1px solid var(--line);padding-block-start:.75rem;font-size:.85rem}
.member-copy a{overflow-wrap:anywhere;text-decoration:underline}.contact-topic{border-inline-start:3px solid var(--teal);padding-inline-start:1rem;overflow-wrap:anywhere}
.article-archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 18rem;gap:2.5rem;align-items:start}
.article-archive-main{min-width:0;display:grid;gap:1.5rem}
.article-row{display:grid;grid-template-columns:minmax(12rem,32%) minmax(0,1fr);border:1px solid var(--line);background:var(--surface);color:var(--panel-text);border-radius:1rem;overflow:hidden}
.article-row-image{display:block;min-height:15rem}.article-row-image img{width:100%;height:100%;object-fit:cover}
.article-row-copy{padding:1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;min-width:0}
.article-row h2{font-size:clamp(1.2rem,1.5vw,1.6rem);line-height:1.7;margin:0}
.article-row h2 a{color:inherit}.article-row p{font-size:1rem;line-height:1.9;margin:0;color:var(--panel-muted)}
.article-category{color:var(--page-accent);font-size:.88rem;font-weight:700}
.article-sidebar{display:grid;gap:1.5rem}.article-sidebar nav{border:1px solid var(--line);border-radius:1rem;padding:1.5rem;background:var(--surface);color:var(--panel-text)}
.article-sidebar h2{font-size:1.15rem;line-height:1.6;margin-block:0 1rem}.article-sidebar ul{list-style:none;margin:0;padding:0}
.article-sidebar li+li{border-top:1px solid var(--line);margin-block-start:.7rem;padding-block-start:.7rem}.article-sidebar a{display:block;color:inherit;line-height:1.8;font-size:.95rem}
.article-pagination{display:flex;justify-content:space-between;gap:1rem}
.form-captcha{margin-block:1rem;max-width:100%;color:var(--panel-text)}
.form-captcha altcha-widget{--altcha-max-width:100%;--altcha-border-radius:.6rem;--altcha-color-base:var(--surface);--altcha-color-text:var(--panel-text);--altcha-color-border:var(--line)}
.captcha-feedback{font-size:.9rem;line-height:1.8;min-height:1.8em}.form-captcha noscript{display:block}
@media(max-width:70rem){.member-card-grid{grid-template-columns:repeat(2,minmax(0,13.5rem))}.article-archive-layout{grid-template-columns:minmax(0,1fr) 15rem;gap:1.5rem}}
@media(max-width:50rem){
  .page-index main>.collection-section,.page-articles main>.article-archive{min-height:0;padding-block:1rem 1.5rem}
  .content-card-summary{font-size:.95rem}.card-highlights{font-size:.88rem}
  .article-archive-layout,.article-row{grid-template-columns:1fr}.article-row-image{min-height:0;height:12rem}
  .article-row-copy{padding:1.15rem}.article-sidebar{grid-template-columns:1fr}
  .process-list>article{grid-template-columns:3.5rem minmax(0,1fr);gap:1rem}.process-list .process-step-icon{width:3.5rem;height:3.5rem}.process-step-icon svg{width:2.75rem;height:2.75rem}
}
@media(max-width:32rem){.member-card-grid{grid-template-columns:minmax(0,13.5rem)}.member-photo{width:6.5rem;height:6.5rem;max-height:none}.member-copy{padding:1rem 0 0}.journey-card-media{height:8rem}}

/* Content sections grow with their copy instead of occupying a full screen. */
body:not(.page-home-adaptive) main>.section,body:not(.page-home-adaptive) main>article>.section{min-height:0;scroll-snap-align:none}
body:not(.page-home-adaptive) main>.section{padding-block:1.5rem 2rem}
body:not(.page-home-adaptive) main>.page-hero{padding-block:calc(var(--site-header-height) + .35rem) .55rem}
.content-card,.collection-card,.journey-card{min-height:0}
.journey-card-body{flex:1}
.journey-card-with-media{overflow:hidden}.journey-card-media{margin:0;height:10rem}.journey-card-media img{display:block;width:100%;height:100%;object-fit:cover}.journey-card-with-media .journey-card-body{padding:1.5rem}
.site-footer{min-height:0;scroll-snap-align:none}

.metric-grid article{min-height:0}.metric-grid article p{display:block}


/* OWNER-RESPONSIVE-20260909: coherent tablet/mobile grids, centred team and readable footer. */
.member-card-grid{justify-content:center}
@media (min-width:50.001rem) and (max-width:74rem){
  .problem-grid,.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .capability-card:nth-child(n),.collection-card{grid-column:span 6}
  .expert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
}
@media(max-width:50rem){
  .problem-grid,.product-grid,.industry-grid,.expert-grid{grid-template-columns:1fr}
  .capability-grid,.collection-grid{grid-template-columns:1fr}
  .capability-card:nth-child(n),.collection-card{grid-column:1/-1}
  .member-card-grid{grid-template-columns:repeat(2,minmax(0,13.5rem));justify-content:center}
  .site-footer .footer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
  .site-footer .footer-insights{grid-column:1/-1}
  .site-footer .footer-brand-row{gap:1rem}
  .site-footer .footer-contact-inline{width:100%;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:.35rem;padding:.8rem 1rem;border-radius:1rem}
  .site-footer .footer-contact-social{width:100%;gap:.8rem}
  .site-footer .footer-contact-social .footer-social-icons{flex-wrap:wrap}
  .site-footer .footer-meta-row{grid-template-columns:1fr;gap:.75rem}
  .site-footer .footer-legal,.site-footer .footer-copyright{grid-column:1;justify-self:start;align-self:start;text-align:start;white-space:normal}
}
@media(max-width:32rem){
  .member-card-grid,.site-footer .footer-menu-grid{grid-template-columns:1fr}
  .site-footer .footer-insights{grid-column:auto}
}@media(max-width:74rem){
  .site-header .header-grid,.page-home-adaptive .site-header .header-grid{grid-template-columns:4.75rem minmax(0,1fr) auto;gap:.7rem}
  .mobile-header-title{display:block;min-width:0;margin:0;text-align:center;font-size:clamp(1rem,3.2vw,1.35rem);font-weight:800;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .header-actions{gap:0}
  .header-actions .header-utility{display:none}
  .menu-button{display:none!important}}
@media(max-width:50rem){
  .site-footer,.site-footer-home,html[data-theme=dark] .site-footer,html[data-theme=dark] .site-footer-home{min-height:0!important;padding-block:1.25rem calc(1rem + env(safe-area-inset-bottom));scroll-snap-align:none!important}
  .site-footer .footer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem .8rem}
  .site-footer .footer-insights{grid-column:1/-1}
  .site-footer .footer-brand-row{display:block;margin-block:1.1rem .8rem;padding-block:0}
  .site-footer .footer-brand{display:grid;grid-template-columns:4.25rem minmax(0,1fr);align-items:center;gap:.8rem;max-width:none}
  .site-footer .footer-logo-wrap{width:4.25rem;height:4.25rem}
  .site-footer .footer-brand-copy{display:block!important;max-width:none;margin:0!important;color:var(--text)!important;font-size:.82rem!important;line-height:1.8!important}
  .site-footer .footer-contact-social{display:grid;justify-items:start;gap:.75rem;margin-block-start:.9rem;text-align:start}
  .site-footer .footer-contact-inline:empty{display:none}
  .site-footer .footer-contact-inline{width:100%;min-height:0;padding:.65rem .8rem;border-radius:.8rem}
  .site-footer .footer-contact-social .footer-social-icons{justify-content:flex-start}
  .site-footer .footer-meta-row{grid-template-columns:1fr 1fr;gap:.75rem;padding-block:.8rem 0}
  .site-footer .footer-social-icons{grid-column:1/-1;grid-row:auto;justify-self:start}
  .site-footer .footer-legal{grid-column:1;grid-row:auto;justify-self:start}
  .site-footer .footer-copyright{grid-column:2;grid-row:auto;justify-self:end;text-align:end;white-space:normal}
}
@media(max-width:32rem){
  .site-footer .footer-menu-grid{grid-template-columns:1fr}
  .site-footer .footer-insights{grid-column:auto}
  .site-footer .footer-meta-row{grid-template-columns:1fr}
  .site-footer .footer-legal,.site-footer .footer-copyright{grid-column:1;justify-self:start;text-align:start}
}


/* OWNER-MOBILE-DOCK-20260909: exact mobile header geometry and five-item dock. */
.footer-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:74rem){
  .site-header .header-grid,.page-home-adaptive .site-header .header-grid{grid-template-columns:4.75rem minmax(0,1fr);gap:.7rem;direction:ltr}
  .site-footer .footer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-header .brand{grid-column:1;justify-self:start}
  .site-header .header-actions{grid-column:2;justify-self:end;display:flex;gap:.45rem;direction:ltr}
  .header-actions .header-utility{display:grid}}
@media(max-width:50rem){
  .site-footer .footer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem .8rem}
  .site-footer .footer-insights{grid-column:auto}
  .mobile-dock{grid-template-columns:repeat(5,minmax(0,1fr))}
  .mobile-dock a,.mobile-dock button{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;border:0;background:transparent;color:var(--panel-muted);font:inherit;font-size:.64rem}
  .mobile-dock button svg{width:1.45rem;height:1.45rem;fill:none;stroke:currentColor;stroke-width:1.7}
  .mobile-dock button[aria-expanded=true]{background:var(--mint);color:var(--ink)}
}
@media(max-width:24rem){
  .site-header .header-grid,.page-home-adaptive .site-header .header-grid{grid-template-columns:3.65rem minmax(0,1fr);gap:.3rem}
  .site-header .header-actions{gap:.25rem}.site-footer .footer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mobile-dock a,.mobile-dock button{font-size:.58rem}
}
@media(prefers-reduced-motion:reduce){}


/* OWNER-NAV-FOOTER-JALALI-20260909: final mobile navigation and footer contract. */
.site-footer.site-footer-unified{
  /* Legacy resets use border longhands, so assert only this requested edge. */
  border-block-start-width:2px!important;
  border-block-start-style:solid!important;
  border-block-start-color:#00a99d!important;
}
.footer-menu-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.mobile-more-sheet,.mobile-more-backdrop{display:none}

@media(max-width:74rem){
  .site-header{z-index:140;pointer-events:none}
  .site-header .header-grid{
    position:relative;
    z-index:142;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"brand actions";
    align-items:center;
    direction:ltr;
    pointer-events:auto;
  }
  html[dir=ltr] .site-header .header-grid{grid-template-areas:"actions brand"}
  .site-header .brand{
    grid-area:brand;
    justify-self:start;
    position:relative;
    z-index:1;
    pointer-events:auto;
  }
  html[dir=ltr] .site-header .brand{justify-self:end}
  .site-header .header-actions{
    grid-area:actions;
    justify-self:end;
    display:flex;
    align-items:center;
    gap:.45rem;
    direction:ltr;
    position:relative;
    z-index:2;
    pointer-events:auto;
  }
  html[dir=ltr] .site-header .header-actions{justify-self:start}
  .site-header .header-actions .header-utility{
    display:grid!important;
    place-items:center;
    pointer-events:auto;
  }
  .site-header .header-actions button,
  .site-header .header-actions a{
    transform:none!important;
    pointer-events:auto!important;
    touch-action:manipulation;
  }body.more-menu-open{overflow:hidden}

  .mobile-more-backdrop{
    position:fixed;
    inset:0;
    z-index:148;
    display:block;
    border:0;
    background:rgba(1,13,32,.58);
  }
  .mobile-more-sheet{
    position:fixed;
    z-index:149;
    inset-inline:0;
    inset-block-end:0;
    display:grid;
    gap:.75rem;
    max-height:min(72dvh,38rem);
    padding:.55rem 1rem calc(6.5rem + env(safe-area-inset-bottom));
    border-radius:1.35rem 1.35rem 0 0;
    background:var(--paper);
    color:var(--text);
    box-shadow:0 -1rem 3rem rgba(1,13,32,.28);
    overflow:auto;
    transform:translateY(105%);
    visibility:hidden;
    pointer-events:none;
    transition:transform 180ms ease,visibility 0s linear 180ms;
  }
  .mobile-more-sheet.is-open{
    transform:translateY(0);
    visibility:visible;
    pointer-events:auto;
    transition-delay:0s;
  }
  .mobile-more-handle{
    width:3rem;
    height:.28rem;
    margin-inline:auto;
    border-radius:99px;
    background:var(--line);
  }
  .mobile-more-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    padding-block:.35rem .6rem;
    border-block-end:1px solid var(--line);
  }
  .mobile-more-heading button{
    width:2.55rem;
    height:2.55rem;
    border:1px solid var(--line);
    border-radius:.7rem;
    background:var(--surface);
    color:var(--panel-text);
    font:1.5rem/1 sans-serif;
  }
  .mobile-more-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}
  .mobile-more-links a{
    min-height:3rem;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:.7rem;
    padding:.7rem .8rem;
    border:1px solid var(--line);
    border-radius:.75rem;
    color:var(--text);
    background:var(--surface);
    font-weight:700;
  }
  .mobile-more-links a[aria-current=page]{border-color:var(--teal);color:var(--teal)}
}

@media(max-width:50rem){
  .site-footer,.site-footer-home{
    padding-block:1.15rem calc(6rem + env(safe-area-inset-bottom))!important;
  }
  .site-footer .footer-menu-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-flow:row;
    align-items:start;
    gap:.9rem .75rem!important;
  }
  .site-footer .footer-main-pages{
    grid-column:1!important;
    grid-row:1 / span 3!important;
  }
  .site-footer .footer-services{grid-column:2!important;grid-row:1!important}
  .site-footer .footer-products{grid-column:2!important;grid-row:2!important}
  .site-footer .footer-insights{grid-column:2!important;grid-row:3!important}
  .site-footer .footer-column{min-width:0}
  .site-footer .footer-column a{overflow-wrap:anywhere}
  .site-footer .footer-brand-row{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:.8rem!important;
    margin-block:1rem .7rem!important;
  }
  .site-footer .footer-brand{
    display:grid!important;
    grid-template-columns:4.25rem minmax(0,1fr)!important;
    align-items:center;
    gap:.8rem;
  }
  .site-footer .footer-contact-social{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:stretch!important;
    gap:.7rem!important;
    margin-block-start:0!important;
  }
  .site-footer .footer-contact-inline{
    order:1;
    width:100%!important;
  }
  .site-footer .footer-social-icons{
    order:2;
    width:100%;
    display:flex!important;
    justify-content:center!important;
    justify-self:center!important;
  }
  .site-footer .footer-meta-row{grid-template-columns:1fr!important}
  .site-footer .footer-legal,.site-footer .footer-copyright{
    grid-column:1!important;
    justify-self:start!important;
    text-align:start!important;
  }
  .mobile-dock{z-index:150;grid-template-columns:repeat(5,minmax(0,1fr))!important}
}

@media(max-width:24rem){
  .site-header .header-actions{gap:.22rem}.mobile-more-links{grid-template-columns:1fr}
}

@media(hover:none) and (pointer:coarse){
  .site-header a:hover,.site-header button:hover{transform:none!important}
}

@media(prefers-reduced-motion:reduce){}@media(max-width:74rem){
  .mobile-more-links a{
    color:var(--panel-text)!important;
  }
  .mobile-more-links a>span{
    color:currentColor;
  }
  .mobile-more-links a[aria-current=page]{
    border-color:var(--teal)!important;
    color:var(--teal)!important;
  }
}


/* Mobile More sheet retained independently from the deleted header menu. */
.mobile-more-sheet[hidden],.mobile-more-backdrop[hidden]{display:none!important}
@media(prefers-reduced-motion:reduce){.mobile-more-sheet{transition:none!important}}


/* OWNER-LIVE-DOM-20260910: About is the live owner/team surface. */
.page-team .journey-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  width:100%;
  margin-inline:0;
  overflow:visible;
}
.page-team .journey-card{min-width:0}
@media(max-width:50rem){
  .page-team .journey-card-grid{
    grid-template-columns:1fr;
    width:100%;
    margin-inline:0;
    overflow:visible;
  }
}

/* OWNER-CONTACT-MOBILE-20260910: compact contact content and deterministic LTR controls. */
@media(max-width:74rem){
  html[dir=ltr] .site-header .header-actions{direction:ltr;flex-direction:row!important}
  html[dir=ltr] .site-header .site-menu-button{order:1!important}
  html[dir=ltr] .site-header .language-link{order:2!important}
  html[dir=ltr] .site-header .theme-toggle{order:3!important}
}
:is(.page-contact,.page-team) .member-card-grid{
  grid-template-columns:repeat(auto-fit,minmax(8.25rem,10rem));
  gap:.75rem;
}
:is(.page-contact,.page-team) .member-card{
  padding:.7rem;
  border:2px solid var(--teal);
  border-radius:.85rem;
  background:transparent;
  box-shadow:none;
}
:is(.page-contact,.page-team) .member-photo{width:4.25rem;height:4.25rem}
:is(.page-contact,.page-team) .member-copy{padding-block-start:.55rem}
:is(.page-contact,.page-team) .member-copy h3{font-size:.92rem;margin-block:.2rem}
:is(.page-contact,.page-team) .member-copy p{font-size:.76rem;line-height:1.5}
:is(.page-contact,.page-team) .member-link-placeholder{padding-block-start:.45rem;font-size:.74rem}
.page-contact .metric-grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}
.page-contact .metric-grid article{min-width:0}
.form-captcha[data-captcha-provider=google]{margin-block:.35rem 0}
.form-captcha[data-captcha-provider=google] .captcha-feedback:empty{display:none}
.recaptcha-notice{margin:0;color:var(--panel-muted);font-size:.68rem;line-height:1.5}
.recaptcha-notice a{color:inherit;text-decoration:underline}
.grecaptcha-badge{display:none!important;width:0!important;height:0!important;overflow:hidden!important}
@media(max-width:50rem){
  :is(.page-contact,.page-team) .member-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:.6rem;
  }
  :is(.page-contact,.page-team) .member-card{padding:.6rem}
  :is(.page-contact,.page-team) .member-photo{width:3.75rem;height:3.75rem}
  .page-contact .metric-grid{
    display:grid;
    grid-template-columns:1fr;
    overflow:visible;
  }
  .page-contact .metric-grid article{width:100%;padding:1rem}
  .recaptcha-notice{font-size:.62rem}
}
