/* PoMo Union Office unified editorial system — generated pages and shared modules. */
:root {
  --pomo-sand: #eee7dd;
  --pomo-warm: #d77b4a;
  --pomo-dark: #151b1c;
  --pomo-green: #23332f;
  --pomo-radius: 22px;
}

html { overflow-x: clip; }
body.pomo-page { overflow-x: clip; background: var(--uo-paper); }
.pomo-page main { min-width: 0; }
.pomo-section { padding-block: clamp(64px, 7.5vw, 120px); }
.pomo-section--tight { padding-block: clamp(44px, 5vw, 80px); }
.pomo-section--dark { background: var(--pomo-dark); color: #fff; }
.pomo-section--sand { background: var(--pomo-sand); }
.pomo-section--green { background: var(--pomo-green); color: #fff; }
.pomo-section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; margin-bottom: clamp(36px, 5vw, 72px); }
.pomo-title { max-width: 1100px; margin: 0; font-size: clamp(38px, 5.4vw, 88px); font-weight: 300; letter-spacing: -.025em; line-height: 1; overflow-wrap: break-word; text-wrap: balance; }
.pomo-title--hero { font-size: clamp(44px, 6.8vw, 112px); color: #fff; }
.pomo-subtitle { max-width: 790px; margin: 22px 0 0; color: var(--uo-muted); font-size: clamp(18px, 1.55vw, 25px); line-height: 1.5; }
.pomo-section--dark .pomo-subtitle,
.pomo-section--green .pomo-subtitle { color: rgba(255,255,255,.72); }
.pomo-eyebrow { margin: 0 0 20px; color: var(--uo-accent-dark); font-size: 12px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.pomo-section--dark .pomo-eyebrow,
.pomo-section--green .pomo-eyebrow { color: #efb28f; }
.pomo-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; font-weight: 500; text-decoration: none; }
.pomo-link::after { content: "↗"; transition: transform .25s ease; }
.pomo-link:hover::after { transform: translate(3px,-3px); }

.pomo-hero { min-height: min(940px, 100svh); position: relative; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: #111; }
.pomo-hero__media,
.pomo-hero__media::after,
.pomo-hero__media video,
.pomo-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.pomo-hero__media { z-index: -2; }
.pomo-hero__media video,
.pomo-hero__media img { object-fit: cover; }
.pomo-hero__media video { opacity: 0; transition: opacity .8s ease; }
.pomo-hero__media video.is-ready { opacity: 1; }
.pomo-hero__media::after { content: ""; z-index: 1; background: linear-gradient(180deg, rgba(10,14,15,.22), rgba(10,14,15,.34) 38%, rgba(10,14,15,.9)); }
.pomo-hero__inner { width: 100%; padding-top: 150px; padding-bottom: clamp(48px, 7vw, 104px); }
.pomo-hero__copy { max-width: 1320px; }
.pomo-hero__lead { max-width: 940px; margin: 28px 0 0; color: rgba(255,255,255,.88); font-size: clamp(18px, 1.45vw, 25px); line-height: 1.48; }
.pomo-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.pomo-hero__index { position: absolute; right: var(--uo-gutter); bottom: 24px; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.pomo-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--uo-line); border-left: 1px solid var(--uo-line); }
.pomo-stat { min-width: 0; padding: clamp(26px, 3vw, 48px); border-right: 1px solid var(--uo-line); border-bottom: 1px solid var(--uo-line); }
.pomo-stat strong { display: block; font-size: clamp(38px, 4vw, 72px); font-weight: 300; letter-spacing: -.05em; line-height: 1; }
.pomo-stat span { display: block; margin-top: 15px; color: var(--uo-muted); }

.pomo-logo-rail { --pomo-logo-gap: clamp(36px, 3vw, 52px); overflow: hidden; padding-block: 8px; border-block: 1px solid color-mix(in srgb, var(--uo-line) 72%, transparent); mask-image: linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); }
.pomo-logo-track { width: max-content; display: flex; align-items: center; gap: var(--pomo-logo-gap); animation: pomo-logo-loop 50s linear infinite; }
.pomo-logo-track:hover,
.pomo-logo-track:focus-within { animation-play-state: paused; }
.pomo-logo { width: 220px; height: 104px; display: grid; place-items: center; flex: none; background: transparent; }
.pomo-logo img { display: block; width: 220px; height: 66px; object-fit: contain; filter: grayscale(1); opacity: .64; transition: filter .28s ease, opacity .28s ease, transform .28s ease; }
.pomo-logo:hover img { filter: none; opacity: 1; transform: scale(1.02); }
@keyframes pomo-logo-loop { to { transform: translateX(calc(-50% - (var(--pomo-logo-gap) / 2))); } }

.pomo-carousel-wrap { position: relative; }
.pomo-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 38vw); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding-bottom: 2px; }
.pomo-carousel::-webkit-scrollbar { display: none; }
.pomo-carousel > * { scroll-snap-align: start; }
.pomo-carousel-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.pomo-icon-btn { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; }
.pomo-card { position: relative; min-width: 0; background: #fff; border: 1px solid var(--uo-line); overflow: hidden; }
.pomo-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.pomo-card-grid .pomo-card { min-height: 100%; display: flex; }
.pomo-card-grid .pomo-card__body { width: 100%; display: flex; flex-direction: column; }
.pomo-card-grid .pomo-card__body > .pomo-link { align-self: flex-start; margin-top: auto; padding-top: 24px; }
.pomo-card__image { aspect-ratio: 4/3; overflow: hidden; background: #ddd; }
.pomo-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--uo-ease); }
.pomo-card:hover .pomo-card__image img { transform: scale(1.035); }
.pomo-card__body { padding: clamp(22px, 3vw, 38px); }
.pomo-card h3 { margin: 0; font-size: clamp(24px, 2vw, 34px); font-weight: 400; letter-spacing: -.025em; }
.pomo-card p { margin: 12px 0 0; color: var(--uo-muted); }
.pomo-card a::after { position: absolute; inset: 0; content: ""; }
.pomo-card--multi-action a::after { display: none; }
.pomo-card--multi-action .pomo-card__body { display: grid; align-content: start; gap: 14px; }
.pomo-card--multi-action .pomo-link { width: fit-content; margin-top: 0; padding-top: 6px; }
.pomo-card__body > ul { margin: 22px 0 0; padding-left: 20px; color: var(--uo-muted); }
.pomo-card__body > ul li + li { margin-top: 10px; }
.pomo-card:focus-within,
.pomo-post:focus-within { outline: 3px solid var(--uo-accent-dark); outline-offset: 4px; }
.pomo-card a:focus-visible,
.pomo-post a:focus-visible { outline: none; }

.pomo-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.pomo-feature { min-height: 330px; padding: clamp(28px, 3vw, 48px); display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.2); transition: transform .35s var(--uo-ease), background .35s; }
.pomo-feature:hover { transform: translateY(-6px); background: rgba(255,255,255,.06); }
.pomo-feature__icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 22px; }
.pomo-feature h3 { margin: 48px 0 12px; font-size: clamp(26px,2.2vw,38px); font-weight: 300; letter-spacing: -.03em; line-height: 1.05; }
.pomo-feature p { margin: 0; color: rgba(255,255,255,.7); }

.pomo-responsibility__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: clamp(42px,7vw,112px); align-items: center; }
.pomo-responsibility__visual { min-height: 650px; overflow: hidden; background: var(--pomo-sand); }
.pomo-responsibility__visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; transition: transform .8s var(--uo-ease); }
.pomo-responsibility__visual:hover img { transform: scale(1.025); }
.pomo-responsibility__copy { min-width: 0; }
.pomo-responsibility__promise { display: grid; grid-template-columns: minmax(110px,.35fr) 1fr; gap: 24px; margin-top: clamp(34px,5vw,62px); padding: 24px 0; border-top: 1px solid var(--uo-line); border-bottom: 1px solid var(--uo-line); }
.pomo-responsibility__promise span { color: var(--uo-muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.pomo-responsibility__promise strong { font-size: clamp(20px,1.8vw,28px); font-weight: 400; line-height: 1.2; }
.pomo-responsibility__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; margin-top: 30px; }

.pomo-risk-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(21,27,28,.22); border-left: 1px solid rgba(21,27,28,.22); }
.pomo-risk { min-height: 330px; padding: clamp(26px,3vw,42px); display: flex; flex-direction: column; border-right: 1px solid rgba(21,27,28,.22); border-bottom: 1px solid rgba(21,27,28,.22); transition: background .3s ease, transform .3s var(--uo-ease); }
.pomo-risk:hover { z-index: 1; background: rgba(255,255,255,.46); transform: translateY(-4px); }
.pomo-risk__tag { color: var(--uo-accent-dark); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.pomo-risk h3 { margin: auto 0 14px; font-size: clamp(25px,2vw,34px); font-weight: 400; letter-spacing: -.03em; line-height: 1.08; }
.pomo-risk p { margin: 0; color: var(--uo-muted); }

.pomo-delivery-flow { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.pomo-delivery-flow::before { position: absolute; top: -2px; left: 0; width: 20%; height: 3px; content: ""; background: #efb28f; }
.pomo-delivery-flow li { min-width: 0; min-height: 330px; padding: clamp(25px,2.6vw,40px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.18); }
.pomo-delivery-flow li:last-child { border-right: 0; }
.pomo-delivery-flow span { color: #efb28f; font-size: 13px; letter-spacing: .12em; }
.pomo-delivery-flow h3 { margin: 48px 0 12px; font-size: clamp(23px,1.8vw,31px); font-weight: 300; letter-spacing: -.025em; line-height: 1.08; }
.pomo-delivery-flow p { margin: 0; color: rgba(255,255,255,.68); }

.pomo-split { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); min-height: 650px; }
.pomo-split__media { min-height: 560px; }
.pomo-split__media img { width: 100%; height: 100%; object-fit: cover; }
.pomo-split__content { padding: clamp(42px,6vw,94px); display: flex; flex-direction: column; justify-content: center; }
.pomo-note { margin-top: 18px; color: var(--uo-muted); font-size: 14px; }

.pomo-project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.pomo-project-card-wrap { min-width: 0; }
.pomo-project-card { height: 100%; display: flex; flex-direction: column; text-decoration: none; background: #fff; border: 1px solid var(--uo-line); transition: transform .28s var(--uo-ease), border-color .28s ease, box-shadow .28s ease; }
.pomo-project-card__image { aspect-ratio: 4/3; overflow: hidden; background: var(--pomo-sand); }
.pomo-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--uo-ease); }
.pomo-project-card:hover { transform: translateY(-4px); border-color: rgba(21,27,28,.35); box-shadow: 0 18px 44px rgba(21,27,28,.08); }
.pomo-project-card:hover img { transform: scale(1.035); }
.pomo-project-card:focus-visible { outline: 3px solid var(--uo-accent-dark); outline-offset: 4px; }
.pomo-project-card__body { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.pomo-project-card__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 14px; color: var(--uo-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.pomo-project-card h2,
.pomo-project-card h3 { margin: 0; font-size: clamp(25px,2vw,34px); font-weight: 400; letter-spacing: -.03em; line-height: 1.06; overflow-wrap: anywhere; }
.pomo-project-card p { margin: 12px 0 0; color: var(--uo-muted); }
.pomo-project-card__link { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: auto; padding-top: 24px; font-size: 14px; font-weight: 500; }
.pomo-project-card__link span { transition: transform .25s ease; }
.pomo-project-card:hover .pomo-project-card__link span { transform: translate(3px,-3px); }
.pomo-sector-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.pomo-sector-card { overflow: hidden; background: #fff; border: 1px solid var(--uo-line); }
.pomo-sector-card__media { position: relative; aspect-ratio: 3/2; overflow: hidden; background: var(--pomo-sand); }
.pomo-sector-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--uo-ease); }
.pomo-sector-card:hover .pomo-sector-card__media img { transform: scale(1.025); }
.pomo-sector-card__media span { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; color: #fff; background: rgba(16,35,30,.82); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.pomo-sector-card__body { padding: clamp(24px,3vw,38px); }
.pomo-sector-card__body h3 { margin: 6px 0 12px; font-size: clamp(27px,2.4vw,40px); font-weight: 400; letter-spacing: -.035em; }
.pomo-sector-card__body > p:not(.pomo-eyebrow) { margin: 0 0 24px; color: var(--uo-muted); }
.pomo-sector-card__body ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--uo-line); }
.pomo-sector-card__body li { padding: 12px 0; border-bottom: 1px solid var(--uo-line); font-size: 14px; line-height: 1.35; }
.pomo-registry-note { max-width: 820px; margin: 28px 0 0; color: var(--uo-muted); font-size: 14px; }
.pomo-project-profile { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: clamp(32px,6vw,88px); align-items: center; }
.pomo-project-profile__media { overflow: hidden; background: var(--pomo-sand); }
.pomo-project-profile__media img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.pomo-project-profile__copy p { color: var(--uo-muted); }
.pomo-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.pomo-filter { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 17px; border: 1px solid var(--uo-line); border-radius: 999px; background: transparent; color: inherit; cursor: pointer; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.pomo-filter.is-active { background: var(--uo-ink); border-color: var(--uo-ink); color: #fff; }
.pomo-filter:hover { border-color: var(--uo-ink); }
.pomo-filter:focus-visible { outline: 3px solid var(--uo-accent-dark); outline-offset: 3px; }

.pomo-projects-hero { padding-bottom: clamp(54px,7vw,100px); }
.pomo-projects-hero--compact { padding-bottom: clamp(48px,6vw,78px); }
.pomo-project-overview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: clamp(42px,6vw,72px); background: rgba(255,255,255,.2); }
.pomo-project-overview div { min-width: 0; padding: clamp(22px,3vw,34px); background: var(--pomo-dark); }
.pomo-project-overview strong { display: block; font-size: clamp(34px,4vw,62px); font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.pomo-project-overview span { display: block; max-width: 190px; margin-top: 10px; color: rgba(255,255,255,.62); line-height: 1.35; }
.pomo-projects-toolbar { display: grid; gap: 30px; margin-bottom: clamp(36px,5vw,64px); }
.pomo-title--compact { font-size: clamp(34px,4vw,62px); }
.pomo-sector-nav { display: flex; gap: 8px; padding: 4px 2px 10px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.pomo-sector-nav .pomo-filter { flex: none; }
.pomo-pagination { display: grid; grid-template-columns: 52px minmax(0,1fr) 52px; align-items: center; gap: 18px; margin-top: clamp(42px,6vw,72px); }
.pomo-pagination__pages { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.pomo-pagination__page,
.pomo-pagination__arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--uo-line); color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.pomo-pagination__page:hover,
.pomo-pagination__arrow:hover { border-color: var(--uo-ink); }
.pomo-pagination__page[aria-current="page"] { background: var(--uo-ink); border-color: var(--uo-ink); color: #fff; }
.pomo-pagination__arrow.is-disabled { opacity: .35; pointer-events: none; }
.pomo-pagination a:focus-visible { outline: 3px solid var(--uo-accent-dark); outline-offset: 3px; }
.pomo-inline-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.58); font-size: 14px; }
.pomo-inline-breadcrumbs a { color: inherit; text-underline-offset: 4px; }
.pomo-inline-breadcrumbs a:hover { color: #fff; }
.pomo-answer-block { padding-left: 22px; border-left: 3px solid var(--uo-accent-dark); color: var(--uo-ink) !important; font-size: clamp(18px,1.3vw,22px); line-height: 1.55; }
.pomo-project-updated { margin-top: 24px !important; font-size: 13px; letter-spacing: .02em; }
.pomo-project-summary { border-bottom: 1px solid var(--uo-line); }

.pomo-case-hero { padding: 180px 0 clamp(60px,8vw,120px); background: var(--pomo-dark); color: #fff; }
.pomo-case-hero .pomo-title--hero { max-width: 1320px; font-size: clamp(42px,6vw,100px); overflow-wrap: anywhere; }
.pomo-case-meta { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin-top: 58px; background: rgba(255,255,255,.2); }
.pomo-case-meta div { padding: 24px; background: var(--pomo-dark); }
.pomo-case-meta span { display: block; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.pomo-case-meta strong { display: block; margin-top: 8px; font-size: 20px; font-weight: 400; }
.pomo-gallery { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 14px; }
.pomo-gallery__item { grid-column: span 6; border: 0; padding: 0; background: #ddd; cursor: zoom-in; overflow: hidden; }
.pomo-gallery__item:nth-child(3n+1) { grid-column: span 12; }
.pomo-gallery__item img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .6s var(--uo-ease); }
.pomo-gallery__item:nth-child(3n+1) img { aspect-ratio: 16/8; }
.pomo-gallery__item:hover img { transform: scale(1.02); }
.pomo-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; padding: 70px 24px 24px; background: rgba(8,11,12,.94); }
.pomo-lightbox.is-open { display: grid; }
.pomo-lightbox img { max-width: min(1500px,95vw); max-height: 84vh; object-fit: contain; }
.pomo-lightbox__close { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }

.pomo-story-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(36px,7vw,120px); }
.pomo-story-copy { max-width: 760px; }
.pomo-story-copy > p { margin: 0 0 24px; font-size: clamp(18px,1.35vw,23px); }
.pomo-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; margin: 32px 0 0; padding: 0; list-style: none; }
.pomo-list li { padding: 15px 0; border-bottom: 1px solid var(--uo-line); }
.pomo-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 36px 0 0; padding: 0; list-style: none; background: var(--uo-line); }
.pomo-step { padding: clamp(26px,3vw,44px); background: var(--uo-paper); }
.pomo-steps > li { min-width: 0; padding: clamp(24px,2.5vw,38px); background: var(--uo-paper); }
.pomo-steps > li > span { color: var(--uo-accent-dark); font-size: 13px; letter-spacing: .12em; }
.pomo-steps > li h3 { margin: 42px 0 12px; font-size: clamp(22px,1.8vw,30px); font-weight: 400; line-height: 1.08; }
.pomo-steps > li p { margin: 0; color: var(--uo-muted); }
.pomo-step span { color: var(--uo-accent-dark); font-size: 13px; }
.pomo-step h3 { margin: 45px 0 12px; font-size: 24px; font-weight: 400; }
.pomo-placeholder { padding: clamp(38px,6vw,80px); border: 1px dashed var(--uo-line); background: rgba(255,255,255,.4); }
.pomo-placeholder h3 { margin: 0; font-size: 30px; font-weight: 400; }
.pomo-placeholder p { max-width: 720px; color: var(--uo-muted); }

.pomo-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.pomo-post { position: relative; min-width: 0; background: #fff; border: 1px solid var(--uo-line); }
.pomo-post__image { aspect-ratio: 16/10; overflow: hidden; }
.pomo-post__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--uo-ease); }
.pomo-post:hover img { transform: scale(1.035); }
.pomo-post__body { padding: 25px; }
.pomo-post__meta { display: flex; gap: 14px; margin-bottom: 16px; color: var(--uo-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.pomo-post h2,
.pomo-post h3 { margin: 0; font-size: clamp(24px,2vw,33px); font-weight: 400; letter-spacing: -.03em; line-height: 1.08; }
.pomo-post p { margin: 14px 0 0; color: var(--uo-muted); }
.pomo-post a { position: absolute; inset: 0; display: block; }
.pomo-post a::after { position: absolute; inset: 0; content: ""; }
.article-cover { width: 100%; margin: 0 auto; padding: 0 var(--uo-gutter); }
.article-cover img { width: 100%; max-height: 760px; aspect-ratio: 16/8; object-fit: cover; }

.pomo-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.pomo-field { display: grid; gap: 8px; }
.pomo-field--full { grid-column: 1/-1; }
.pomo-field label { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.pomo-field input,
.pomo-field textarea,
.pomo-field select { width: 100%; min-height: 54px; padding: 14px 15px; border: 1px solid var(--uo-line); border-radius: 0; background: #fff; color: var(--uo-ink); }
.pomo-field textarea { min-height: 132px; resize: vertical; }
.pomo-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; }
.pomo-consent input { width: 20px; height: 20px; flex: none; }
.pomo-consent-wrap { display: grid; gap: 6px; }
.pomo-form-status { min-height: 24px; margin: 8px 0 0; }
.pomo-field-error { min-height: 20px; color: #8d2924; font-size: 13px; line-height: 1.35; }
.pomo-field :is(input, textarea, select)[aria-invalid="true"] { border-color: #8d2924; box-shadow: 0 0 0 1px #8d2924; }
.pomo-form-details { border-top: 1px solid var(--uo-line); border-bottom: 1px solid var(--uo-line); }
.pomo-form-details summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 500; list-style: none; }
.pomo-form-details summary::-webkit-details-marker { display: none; }
.pomo-form-details summary::after { content: "+"; font-size: 24px; font-weight: 300; transition: transform .25s var(--uo-ease); }
.pomo-form-details[open] summary::after { transform: rotate(45deg); }
.pomo-form-details__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 8px 0 24px; }
.pomo-plan-share { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; background: var(--pomo-sand); }
.pomo-plan-share p { margin: 0; max-width: 560px; }

.pomo-product-hero { padding: 132px 0 64px; background: var(--pomo-sand); }
.pomo-product-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: clamp(38px,7vw,110px); align-items: start; }
.pomo-product-main { min-height: 520px; display: grid; place-items: center; background: #fff; border: 1px solid var(--uo-line); }
.pomo-product-main img { width: 100%; max-height: 720px; object-fit: contain; }
.pomo-product-main--empty { padding: 60px; color: var(--uo-muted); text-align: center; }
.pomo-product-info h1 { margin: 0; font-size: clamp(38px,4.8vw,74px); font-weight: 300; letter-spacing: -.045em; line-height: 1; }
.pomo-product-price { margin: 28px 0 0; font-size: clamp(30px,3vw,46px); font-weight: 400; }
.pomo-product-cta { margin-top: 28px; }
.pomo-product-details { margin-top: 30px; border-top: 1px solid var(--uo-line); }
.pomo-product-details summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 500; }
.pomo-product-details summary::after { content: "+"; font-size: 24px; font-weight: 300; }
.pomo-product-details[open] summary::after { content: "−"; }
.pomo-stock { display: inline-flex; margin-top: 14px; padding: 8px 12px; background: rgba(35,108,78,.1); color: #236c4e; }
.pomo-specs { margin: 36px 0; }
.pomo-specs div { display: grid; grid-template-columns: minmax(110px,.45fr) 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--uo-line); }
.pomo-specs dt { color: var(--uo-muted); }
.pomo-specs dd { margin: 0; }
.pomo-product-thumbs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 10px; }
.pomo-product-thumbs img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #fff; border: 1px solid var(--uo-line); }

/* Catalog discovery and progressive results */
.pomo-catalog-discovery { position: relative; z-index: 5; padding: 28px 0 18px; background: var(--uo-paper); border-bottom: 1px solid var(--uo-line); }
.pomo-catalog-toolbar { display: grid; grid-template-columns: minmax(280px,1fr) repeat(2,minmax(180px,220px)); gap: 12px; align-items: end; }
.pomo-catalog-discovery .pomo-filters { margin: 18px 0 0; }
.pomo-catalog-discovery .pomo-field label { font-size: 11px; }
.pomo-category-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--uo-line); }
.pomo-category-nav a { min-height: 148px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 24px; background: var(--uo-paper); text-decoration: none; transition: background .25s ease, color .25s ease; }
.pomo-category-nav a:hover,
.pomo-category-nav a:focus-visible { background: var(--uo-ink); color: #fff; }
.pomo-category-nav span { font-size: clamp(20px,1.7vw,28px); line-height: 1.1; }
.pomo-category-nav small { color: var(--uo-muted); line-height: 1.45; }
.pomo-category-nav a:hover small,
.pomo-category-nav a:focus-visible small { color: rgba(255,255,255,.72); }
.pomo-title--compact { font-size: clamp(34px,4vw,64px); }
.pomo-section-head--compact { margin-bottom: 32px; }
.pomo-load-more-wrap { display: flex; justify-content: center; margin-top: 44px; }
.uo-button--outline { border: 1px solid var(--uo-ink); background: transparent; color: var(--uo-ink); }
.uo-button--outline:hover { background: var(--uo-ink); color: #fff; }
.pomo-empty-state { padding: 32px; background: var(--pomo-sand); text-align: center; }
.pomo-empty-state a { font-weight: 500; }
.pomo-subcategory-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.pomo-subcategory-links a { padding: 10px 14px; border: 1px solid var(--uo-line); color: var(--uo-ink); text-decoration: none; transition: background .2s ease,color .2s ease; }
.pomo-subcategory-links a:hover,
.pomo-subcategory-links a:focus-visible { background: var(--uo-ink); color: #fff; }
.pomo-product-tagline { margin: 18px 0 0; color: var(--uo-muted); font-style: italic; }
.pomo-spec-table-wrap { overflow-x: auto; border: 1px solid var(--uo-line); background: var(--uo-paper); }
.pomo-spec-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.pomo-spec-table caption { padding: 18px 20px; border-bottom: 1px solid var(--uo-line); font-weight: 500; text-align: left; }
.pomo-spec-table th,
.pomo-spec-table td { padding: 15px 20px; border-bottom: 1px solid var(--uo-line); vertical-align: top; }
.pomo-spec-table thead th { color: var(--uo-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.pomo-spec-table tbody tr:last-child th,
.pomo-spec-table tbody tr:last-child td { border-bottom: 0; }
.pomo-product-note { max-width: 760px; margin: 0; padding: 24px; background: var(--pomo-sand); }
.pomo-product-materials { margin-top: 24px; border-top: 1px solid var(--uo-line); }
.pomo-product-materials > summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 500; }
.pomo-product-materials > summary::after { content: "+"; font-size: 24px; }
.pomo-product-materials[open] > summary::after { content: "−"; }
.pomo-feature-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--uo-line); }
.pomo-feature-list article { min-height: 260px; padding: clamp(24px,3vw,42px); background: var(--uo-paper); }
.pomo-feature-list h3 { margin: 0 0 22px; font-size: clamp(22px,2vw,32px); line-height: 1.08; }
.pomo-feature-list p { margin: 0; color: var(--uo-muted); line-height: 1.65; }
.pomo-document-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 1px; background: var(--uo-line); list-style: none; }
.pomo-document-list a { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; background: var(--uo-paper); text-decoration: none; }
.pomo-document-list a::after { content: "↗"; margin-left: 18px; }
.pomo-product-gallery { border-top: 1px solid var(--uo-line); }
.pomo-product-gallery > summary { display: flex; justify-content: space-between; align-items: center; min-height: 60px; cursor: pointer; font-weight: 500; }
.pomo-product-gallery > summary::after { content: "+"; font-size: 24px; }
.pomo-product-gallery[open] > summary::after { content: "−"; }
.pomo-product-gallery[open] > summary { margin-bottom: 18px; }
.pomo-product-gallery__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.pomo-product-gallery__grid img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #fff; border: 1px solid var(--uo-line); }

/* Catalog commerce system: dedicated product hierarchy, not blog-card styling. */
.pomo-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 24px);
}

.pomo-product-card {
  min-width: 0;
  background: var(--uo-paper);
  border: 1px solid var(--uo-line);
  transition: border-color .22s var(--uo-ease), box-shadow .22s var(--uo-ease), transform .22s var(--uo-ease);
}

.pomo-product-card:hover {
  border-color: rgba(21, 27, 28, .42);
  box-shadow: 0 18px 42px rgba(21, 27, 28, .08);
  transform: translateY(-3px);
}

.pomo-product-card__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.pomo-product-card__link:focus-visible {
  outline: 3px solid var(--uo-accent-dark);
  outline-offset: 4px;
}

.pomo-product-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid var(--uo-line);
}

.pomo-product-card__media > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  padding: clamp(14px, 1.6vw, 24px);
  object-fit: contain;
  object-position: center;
}

.pomo-product-card:hover .pomo-product-card__media > img { transform: none; }

.pomo-product-card__brand {
  position: absolute;
  top: 12px;
  left: 12px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(21, 27, 28, .13);
  color: var(--uo-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pomo-product-card__body {
  min-height: 190px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(20px, 2vw, 28px);
}

.pomo-product-card__type {
  margin: 0 0 13px;
  color: var(--uo-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pomo-product-card h2,
.pomo-product-card h3 {
  margin: 0;
  color: var(--uo-ink);
  font-size: clamp(21px, 1.45vw, 27px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.pomo-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 26px;
  color: var(--uo-muted);
  font-size: 14px;
}

.pomo-product-card__arrow {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--uo-line);
  border-radius: 50%;
  color: var(--uo-ink);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.pomo-product-card:hover .pomo-product-card__arrow {
  background: var(--uo-ink);
  border-color: var(--uo-ink);
  color: #fff;
}

.pomo-catalog-summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--uo-line);
}

.pomo-catalog-summary p { margin: 0; color: var(--uo-muted); }
.pomo-catalog-summary strong { color: var(--uo-ink); font-weight: 600; }

.pomo-link-button {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--uo-ink);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.pomo-link-button:focus-visible {
  outline: 3px solid var(--uo-accent-dark);
  outline-offset: 3px;
}

.pomo-product-visual { min-width: 0; }
.pomo-product-main {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
}
.pomo-product-main img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  padding: clamp(18px, 2.2vw, 34px);
  object-fit: contain;
  object-position: center;
}
.pomo-product-main:focus-visible { outline: 3px solid var(--uo-accent-dark); outline-offset: 4px; }
.pomo-product-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--uo-line);
  color: var(--uo-ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}

.pomo-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(1500px, 95vw);
  max-height: calc(100dvh - 118px);
  object-fit: contain;
  object-position: center;
}

.pomo-product-thumbs {
  display: flex;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  gap: 8px;
  margin-top: 12px;
  padding-bottom: 8px;
}

.pomo-product-thumb {
  flex: 0 0 clamp(76px, 8vw, 104px);
  min-width: 76px;
  scroll-snap-align: start;
  padding: 5px;
  border: 1px solid var(--uo-line);
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pomo-product-thumb:hover,
.pomo-product-thumb.is-active { border-color: var(--uo-ink); }
.pomo-product-thumb.is-active { box-shadow: inset 0 0 0 1px var(--uo-ink); }
.pomo-product-thumb:focus-visible { outline: 3px solid var(--uo-accent-dark); outline-offset: 3px; }
.pomo-product-thumb img { display: block; border: 0; }

.pomo-lightbox {
  grid-template-columns: minmax(52px, 7vw) minmax(0, 1fr) minmax(52px, 7vw);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  padding: 16px clamp(12px, 2vw, 28px) 18px;
}

.pomo-lightbox__top {
  grid-column: 1 / -1;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.pomo-lightbox__top .pomo-lightbox__close {
  position: static;
  flex: 0 0 auto;
}

.pomo-lightbox__viewport {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  touch-action: pan-y;
}

.pomo-lightbox__viewport img {
  max-width: 100%;
  max-height: 100%;
}

.pomo-lightbox__nav {
  align-self: center;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(8,11,12,.42);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}

.pomo-lightbox__nav--prev { grid-column: 1; grid-row: 2; justify-self: center; }
.pomo-lightbox__nav--next { grid-column: 3; grid-row: 2; justify-self: center; }
.pomo-lightbox__nav:hover,
.pomo-lightbox__nav:focus-visible { border-color: #fff; background: rgba(255,255,255,.12); }

.pomo-lightbox__thumbs {
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 2px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(255,255,255,.5) transparent;
}

.pomo-lightbox__thumbs button {
  flex: 0 0 74px;
  width: 74px;
  height: 58px;
  padding: 3px;
  scroll-snap-align: center;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  cursor: pointer;
  opacity: .62;
}

.pomo-lightbox__thumbs button.is-active { border-color: #fff; opacity: 1; }
.pomo-lightbox__thumbs img { width: 100%; height: 100%; object-fit: contain; }

.pomo-product-materials { margin-top: 0; border-top: 0; }

.pomo-product-gallery__grid button {
  min-width: 0;
  padding: 0;
  border: 1px solid var(--uo-line);
  background: #fff;
  cursor: zoom-in;
  overflow: hidden;
}

.pomo-product-gallery__grid button:focus-visible { outline: 3px solid var(--uo-accent-dark); outline-offset: 3px; }
.pomo-product-gallery__grid button img { border: 0; transition: transform .3s var(--uo-ease); }
.pomo-product-gallery__grid button:hover img { transform: scale(1.025); }

@media (min-width: 1024px) {
  .pomo-catalog-discovery { position: sticky; top: 78px; box-shadow: 0 10px 24px rgba(21, 27, 28, .035); }
  .pomo-product-visual { position: sticky; top: 112px; }
}

@media (max-width: 1279px) {
  .pomo-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 899px) {
  .pomo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pomo-product-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 559px) {
  .pomo-product-grid { grid-template-columns: 1fr; gap: 16px; }
  .pomo-product-card__body { min-height: 170px; }
  .pomo-product-card h2,
  .pomo-product-card h3 { font-size: 24px; }
  .pomo-catalog-summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .pomo-product-thumb { min-width: 82px; scroll-snap-align: start; }
  .pomo-lightbox { grid-template-columns: 48px minmax(0,1fr) 48px; padding-inline: 8px; }
  .pomo-lightbox__nav { width: 44px; height: 44px; }
  .pomo-lightbox__thumbs button { flex-basis: 64px; width: 64px; height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  .pomo-product-card,
  .pomo-product-card__media > img,
  .pomo-product-gallery__grid button img { transition: none; }
  .pomo-product-card:hover { transform: none; }
}

/* Homepage chapters: retain all proof, reduce repetition and page length. */
.pomo-narrative-group .pomo-responsibility,
.pomo-section--dark + .pomo-responsibility { padding-top: clamp(48px,5vw,76px); }
.pomo-responsibility + .pomo-section--sand { padding-bottom: clamp(48px,5vw,80px); }
.pomo-section--sand + .pomo-delivery { padding-top: clamp(52px,6vw,88px); }
.pomo-delivery + .pomo-split { min-height: 580px; }
.pomo-split + .pomo-split { min-height: 580px; }

@media (max-width: 1023px) {
  .pomo-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pomo-card-grid,
  .pomo-project-grid,
  .pomo-sector-grid,
  .pomo-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pomo-feature-grid { grid-template-columns: 1fr; }
  .pomo-feature { min-height: 260px; }
  .pomo-split,
  .pomo-project-profile,
  .pomo-story-grid,
  .pomo-responsibility__grid,
  .pomo-product-layout { grid-template-columns: 1fr; }
  .pomo-responsibility__visual,
  .pomo-responsibility__visual img { min-height: 520px; }
  .pomo-risk-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pomo-delivery-flow { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid rgba(255,255,255,.28); }
  .pomo-delivery-flow::before { top: 0; left: -2px; width: 3px; height: 20%; }
  .pomo-delivery-flow li { min-height: 0; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .pomo-delivery-flow h3 { margin: 0 0 10px; }
  .pomo-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pomo-case-meta { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pomo-project-overview { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pomo-carousel { grid-auto-columns: minmax(300px,62vw); }
  .pomo-catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .pomo-catalog-toolbar .pomo-field:first-child { grid-column: 1 / -1; }
  .pomo-feature-list { grid-template-columns: 1fr; }
  .pomo-product-gallery__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pomo-category-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 639px) {
  .pomo-section-head { grid-template-columns: 1fr; align-items: start; }
  .pomo-hero { min-height: 760px; }
  .pomo-hero__inner { padding-top: 130px; padding-bottom: 64px; }
  .pomo-hero__index { display: none; }
  .pomo-hero__actions > * { width: 100%; }
  .pomo-stats { grid-template-columns: 1fr; }
  .pomo-stat { padding: 26px 22px; }
  .pomo-logo-rail { --pomo-logo-gap: 28px; margin-inline: calc(var(--uo-gutter) * -1); padding-inline: var(--uo-gutter); mask-image: none; }
  .pomo-logo { width: 160px; height: 88px; }
  .pomo-logo img { width: 160px; height: 48px; opacity: .72; }
  .pomo-carousel { grid-auto-columns: minmax(278px,86vw); }
  .pomo-project-grid,
  .pomo-card-grid,
  .pomo-sector-grid,
  .pomo-blog-grid,
  .pomo-steps,
  .pomo-case-meta,
  .pomo-form { grid-template-columns: 1fr; }
  .pomo-field--full { grid-column: auto; }
  .pomo-project-overview { grid-template-columns: 1fr; }
  .pomo-project-overview div { padding: 22px; }
  .pomo-project-overview span { max-width: none; }
  .pomo-sector-nav { margin-inline: calc(var(--uo-gutter) * -1); padding-inline: var(--uo-gutter); }
  .pomo-pagination { grid-template-columns: 46px minmax(0,1fr) 46px; gap: 8px; }
  .pomo-pagination__page,
  .pomo-pagination__arrow { width: 44px; height: 44px; }
  .pomo-project-card__body { padding: 22px; }
  .pomo-inline-breadcrumbs { margin-bottom: 26px; }
  .pomo-list { grid-template-columns: 1fr; }
  .pomo-sector-card__body ul { grid-template-columns: 1fr; }
  .pomo-responsibility__visual,
  .pomo-responsibility__visual img { min-height: 380px; }
  .pomo-responsibility__promise { grid-template-columns: 1fr; gap: 10px; }
  .pomo-responsibility__actions > * { width: 100%; justify-content: center; }
  .pomo-risk-grid { grid-template-columns: 1fr; }
  .pomo-risk { min-height: 270px; }
  .pomo-split__media { min-height: 380px; }
  .pomo-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .pomo-gallery__item,
  .pomo-gallery__item:nth-child(3n+1) { min-width: 86vw; scroll-snap-align: start; }
  .pomo-gallery__item img,
  .pomo-gallery__item:nth-child(3n+1) img { aspect-ratio: 4/3; }
  .pomo-product-main { min-height: 360px; }
  .pomo-product-hero { padding-top: 112px; padding-bottom: 44px; }
  .pomo-product-info { display: flex; flex-direction: column; }
  .pomo-product-layout > .pomo-product-info { order: -1; }
  .pomo-product-info .pomo-eyebrow { order: 0; }
  .pomo-product-info h1 { order: 1; }
  .pomo-product-price { order: 2; }
  .pomo-stock { order: 3; align-self: flex-start; }
  .pomo-product-info > .pomo-subtitle { order: 4; }
  .pomo-product-cta { order: 5; width: 100%; justify-content: center; }
  .pomo-product-details { order: 6; }
  .pomo-catalog-discovery { padding-top: 18px; }
  .pomo-catalog-toolbar { grid-template-columns: 1fr; }
  .pomo-catalog-toolbar .pomo-field:first-child { grid-column: auto; }
  .pomo-document-list { grid-template-columns: 1fr; }
  .pomo-catalog-discovery .pomo-filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--uo-gutter) * -1); padding-inline: var(--uo-gutter); scrollbar-width: none; }
  .pomo-catalog-discovery .pomo-filter { flex: none; }
  .pomo-category-nav { grid-template-columns: 1fr; }
  .pomo-category-nav a { min-height: 112px; }
  .pomo-product-gallery__grid { grid-template-columns: 1fr; }
  .pomo-form-details__grid { grid-template-columns: 1fr; }
  .pomo-plan-share { align-items: flex-start; flex-direction: column; }
  .pomo-plan-share .pomo-link { width: 100%; }
  .pomo-load-more-wrap .uo-button { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .pomo-logo-track { animation: none; }
  .pomo-logo-rail { overflow-x: auto; mask-image: none; }
  .pomo-card img,
  .pomo-responsibility__visual img,
  .pomo-project-card img,
  .pomo-post img { transition: none; }
}

/* 2026-08 design audit: interaction, editorial and empty-state refinements. */
.nav-link,
.header__phone,
.footer__col a,
.pomo-inline-breadcrumbs a,
.article-hero .breadcrumbs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.pomo-title,
.article-hero h1,
.article-body h2,
.article-body h3 {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

/* 2026-08 homepage grid alignment and responsive rhythm. */
.home-page {
  --home-section-space: clamp(72px, 7.5vw, 120px);
  --home-section-space-tight: clamp(44px, 5vw, 76px);
}

.home-page main .container {
  width: 100%;
  max-width: none;
}

.home-page .header > .container {
  width: 100%;
  max-width: none;
}

/* 2026-08 fluid public shell: every public route follows the same viewport grid. */
.pomo-page .header > .container,
.pomo-page main .container,
.pomo-page .footer > .container,
.uo-inner-page .header > .container,
.uo-inner-page main .container,
.uo-inner-page .footer > .container {
  width: 100%;
  max-width: none;
}

/* Persistent language and contact controls. */
.header__languages {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid currentColor;
  color: inherit;
}

.header__languages a {
  min-width: 32px;
  min-height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 4px 6px;
  color: inherit;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
}

.header__languages a.is-active { color: var(--uo-white); background: var(--uo-ink); }
.home-page .header:not(.header--scrolled) .header__languages a.is-active { color: var(--uo-ink); background: var(--uo-white); }
.mobile-menu__inner > .header__languages { align-self: flex-start; margin-top: 16px; }
.mobile-menu__inner > .header__languages a.is-active { color: var(--uo-ink); background: var(--uo-white); }

.pomo-whatsapp {
  position: fixed;
  right: clamp(16px, 2vw, 30px);
  bottom: clamp(16px, 2vw, 30px);
  z-index: 190;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: #168f52;
  color: #fff;
  box-shadow: 0 12px 32px rgba(10, 55, 31, .24);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.pomo-whatsapp svg { width: 30px; height: 30px; flex: 0 0 auto; }
.pomo-whatsapp:hover { transform: translateY(-3px); background: #087c43; box-shadow: 0 16px 38px rgba(10,55,31,.3); }
.pomo-whatsapp:focus-visible { outline: 3px solid var(--uo-accent); outline-offset: 4px; }

@media (max-width: 1180px) {
  .header__actions > .header__languages { display: inline-flex; margin-left: auto; }
  .header__phone { display: none; }
}

@media (max-width: 559px) {
  .header__actions > .header__languages { display: none; }
  .pomo-whatsapp { width: 56px; height: 56px; padding: 12px; bottom: calc(82px + env(safe-area-inset-bottom)); justify-content: center; }
  .pomo-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

@media (max-width: 800px) {
  .header__phone,
  .header__cta { display: none; }
  .uo-inner-page .header__actions { display: none !important; }
  .header__burger { display: block; flex: 0 0 48px; margin-left: auto; }
  .uo-inner-page .header__burger { position: fixed; top: 11px; right: 20px; z-index: 9999; display: block !important; border: 1px solid rgba(21,27,28,.24); color: #151b1c; background: #fbfaf7; }
  .uo-inner-page .header__burger span { background: #151b1c !important; }
  .uo-inner-page .header__burger svg { display: block; color: #151b1c; }
  .uo-inner-page .header__burger span { display: none; }
  .pomo-case-hero .article-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .article-meta span { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
}

@media (min-width: 1800px) {
  .pomo-card-grid,
  .pomo-project-grid,
  .pomo-blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pomo-category-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .projects__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-card--large {
    grid-column: span 2;
  }

  .posts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-page .pomo-section {
  padding-block: var(--home-section-space);
}

.home-page .pomo-section--tight {
  padding-block: var(--home-section-space-tight);
}

.home-page .pomo-section-head {
  margin-bottom: clamp(36px, 4.5vw, 68px);
}

.home-page .pomo-title {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.home-page .pomo-responsibility {
  padding-block: var(--home-section-space);
}

.home-page .pomo-responsibility__grid {
  gap: clamp(42px, 5.5vw, 88px);
}

.home-page .pomo-responsibility .pomo-title,
.home-page .pomo-split .pomo-title,
.home-page #brief .pomo-title {
  max-width: 13ch;
  font-size: clamp(38px, 4.2vw, 68px);
}

.home-page .pomo-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: clamp(620px, 47vw, 760px);
}

.home-page .pomo-split__media {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.home-page .pomo-split__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-page .pomo-split__content {
  padding: var(--home-section-space-tight) var(--uo-gutter);
}

.home-page .pomo-action-row {
  gap: 14px 26px;
}

.home-projects-more {
  display: none;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 1180px) {
  .home-page .pomo-stats,
  .home-page .pomo-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .pomo-feature-grid {
    grid-template-columns: 1fr;
  }

  .home-page .pomo-feature {
    min-height: 260px;
  }

  .home-page .pomo-responsibility__grid,
  .home-page .pomo-split,
  .home-page .pomo-story-grid {
    grid-template-columns: 1fr;
  }

  .home-page .pomo-responsibility__visual,
  .home-page .pomo-responsibility__visual img {
    min-height: 520px;
  }

  .home-page .pomo-responsibility__copy {
    max-width: 820px;
  }

  .home-page .pomo-split {
    min-height: 0;
  }

  .home-page .pomo-split__media {
    min-height: clamp(460px, 62vw, 660px);
  }

  .home-page .pomo-split__content {
    min-height: 0;
  }

  .home-page .pomo-split + .pomo-split .pomo-split__content {
    order: 2;
  }

  .home-page .pomo-split + .pomo-split .pomo-split__media {
    order: 1;
  }

  .home-page .pomo-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .pomo-delivery-flow {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid rgba(255,255,255,.28);
  }

  .home-page .pomo-delivery-flow::before {
    top: 0;
    left: -2px;
    width: 3px;
    height: 20%;
  }

  .home-page .pomo-delivery-flow li {
    min-height: 0;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .home-page .pomo-delivery-flow h3 {
    margin: 0 0 10px;
  }
}

@media (max-width: 639px) {
  .home-page {
    --home-section-space: 64px;
    --home-section-space-tight: 44px;
  }

  .home-page .pomo-split__media,
  .home-page .pomo-responsibility__visual,
  .home-page .pomo-responsibility__visual img {
    min-height: 390px;
  }

  .home-page .pomo-split__content {
    padding-inline: var(--uo-gutter);
  }

  .home-page .pomo-feature {
    min-height: 360px;
  }

  .home-page .pomo-stats,
  .home-page .pomo-risk-grid {
    grid-template-columns: 1fr;
  }

  .home-page #projects .pomo-project-grid > *:nth-child(n + 4) {
    display: none;
  }

  .home-page .pomo-project-grid {
    grid-template-columns: 1fr;
  }

  .home-projects-more {
    display: flex;
  }

  .home-page .home-projects-more .uo-button {
    width: 100%;
  }
}

.pomo-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.pomo-contact-card .pomo-card__body {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pomo-contact-card .pomo-link {
  margin-top: auto;
}

.pomo-team-section .pomo-project-profile__media,
.pomo-team-section .pomo-project-profile__media img {
  min-height: 560px;
}

.pomo-team-section .pomo-project-profile__media img {
  object-fit: cover;
}

.pomo-catalog-placeholder,
.pomo-product-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 5vw, 72px);
  color: var(--uo-muted);
  background:
    linear-gradient(135deg, rgba(31,48,44,.035) 25%, transparent 25%) 0 0 / 28px 28px,
    var(--uo-paper);
  text-align: center;
}

.pomo-catalog-placeholder {
  min-height: 320px;
}

.pomo-catalog-placeholder small {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pomo-product-placeholder strong {
  color: var(--uo-ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
}

.pomo-product-placeholder > span:last-child {
  max-width: 420px;
  line-height: 1.55;
}

.pomo-placeholder-mark {
  width: 104px;
  height: 82px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--uo-line);
  background: rgba(255,255,255,.74);
}

.pomo-placeholder-mark i {
  display: block;
  background: var(--uo-stone);
}

.pomo-placeholder-mark i:nth-child(1) { height: 36px; }
.pomo-placeholder-mark i:nth-child(2) { height: 52px; }
.pomo-placeholder-mark i:nth-child(3) { height: 28px; }

.uo-page--article .article-hero {
  padding-top: clamp(128px, 12vw, 188px);
  padding-bottom: clamp(66px, 8vw, 118px);
  border-bottom: 0;
  background: var(--uo-ink);
  color: var(--uo-white);
}

.uo-page--article .article-hero .breadcrumbs,
.uo-page--article .article-hero .breadcrumbs a,
.uo-page--article .article-meta {
  color: rgba(255,255,255,.64);
}

.uo-page--article .article-hero .eyebrow {
  color: #efb28f;
}

.uo-page--article .article-hero__lead {
  max-width: 860px;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.5;
}

.uo-page--article .article-layout {
  grid-template-columns: minmax(190px, 240px) minmax(0, 780px);
}

.uo-page--article .article-body,
.uo-page--article .article-content {
  color: #28302f;
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.72;
}

.uo-page--article .article-body :where(p, li),
.uo-page--article .article-content :where(p, li) {
  max-width: 72ch;
}

.uo-page--article .article-body a,
.uo-page--article .article-content a {
  text-underline-offset: 4px;
}

.pomo-section--expert {
  background: #17211f;
  color: var(--uo-white);
}

.pomo-section--expert .pomo-title,
.pomo-section--expert h3 {
  color: var(--uo-white);
}

.pomo-section--expert .pomo-subtitle {
  color: rgba(255,255,255,.7);
}

.pomo-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(30px, 4vw, 58px);
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
}

.pomo-expertise-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 44px);
  background: #17211f;
}

.pomo-expertise-card h3 {
  margin: 34px 0 14px;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.pomo-expertise-card > p {
  min-height: 7.5em;
  color: rgba(255,255,255,.74);
  line-height: 1.55;
}

.pomo-expertise-card dl {
  display: grid;
  gap: 20px;
  margin: 30px 0 0;
}

.pomo-expertise-card dl > div {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.pomo-expertise-card dt {
  margin-bottom: 7px;
  color: #efb28f;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pomo-expertise-card dd {
  margin: 0;
  color: rgba(255,255,255,.84);
  line-height: 1.45;
}

.pomo-expertise-principles {
  display: grid;
  grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr);
  gap: clamp(28px, 5vw, 88px);
  margin-top: clamp(36px, 5vw, 72px);
  padding-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid rgba(255,255,255,.18);
}

.pomo-expertise-principles h3 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.08;
}

.pomo-expertise-principles ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pomo-expertise-principles li {
  position: relative;
  padding: 0 0 14px 28px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
}

.pomo-expertise-principles li::before {
  position: absolute;
  left: 0;
  color: #efb28f;
  content: "↗";
}

@media (max-width: 1023px) {
  .uo-page--article .article-layout { grid-template-columns: minmax(0, 780px); }
  .uo-page--article .article-toc { position: static; display: flex; flex-wrap: wrap; gap: 10px 18px; }
  .pomo-team-section .pomo-project-profile__media,
  .pomo-team-section .pomo-project-profile__media img { min-height: 460px; }
  .pomo-expertise-grid { grid-template-columns: 1fr; }
  .pomo-expertise-card > p { min-height: 0; }
}

@media (max-width: 639px) {
  .uo-mobile-cta { bottom: calc(12px + env(safe-area-inset-bottom)); }
  .footer__col { gap: 0; }
  .footer__col a { width: 100%; padding-block: 10px; }
  .pomo-inline-breadcrumbs { align-items: center; gap: 4px 8px; }
  .pomo-action-row { align-items: stretch; flex-direction: column; }
  .pomo-action-row .uo-button,
  .pomo-action-row .pomo-link { width: 100%; justify-content: center; }
  .pomo-contact-card .pomo-card__body { min-height: 260px; }
  .pomo-team-section .pomo-project-profile__media,
  .pomo-team-section .pomo-project-profile__media img { min-height: 340px; }
  .pomo-catalog-placeholder { min-height: 250px; }
  .uo-page--article .article-hero { padding-top: 112px; }
  .uo-page--article .article-layout { padding-top: 44px; }
  .uo-page--article .article-toc { padding: 20px; }
  .uo-page--article .article-body h2 { margin-top: 48px; }
  .pomo-expertise-principles { grid-template-columns: 1fr; }
}
