/* WordPress integration layer. The visual design remains in style.css. */

.admin-bar .site-header {
  top: 32px;
}

.site-nav__link.is-current {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

/* Keep navigation legible after the sticky header moves onto a light surface. */
.site-header.is-scrolled .site-nav__link.is-current,
.site-header.is-open .site-nav__link.is-current,
.site-header--light-surface .site-nav__link.is-current {
  color: #07111f;
  background: rgba(52, 120, 246, 0.08);
}

.site-header--light-surface:not(.is-open) {
  border-color: rgba(230, 233, 239, 0.9);
  background: rgba(247, 248, 250, 0.92);
  box-shadow: 0 8px 30px rgba(7, 17, 31, 0.04);
  backdrop-filter: blur(18px);
}

.site-header--light-surface:not(.is-open) .site-logo__light {
  display: none;
}

.site-header--light-surface:not(.is-open) .site-logo__dark {
  display: block;
}

.site-header--light-surface:not(.is-open) .site-nav__link,
.site-header--light-surface:not(.is-open) .nav-dropdown__trigger {
  color: #344054;
}

.site-header--light-surface:not(.is-open) .site-nav__link:hover,
.site-header--light-surface:not(.is-open) .nav-dropdown__trigger:hover,
.site-header--light-surface:not(.is-open) .nav-dropdown.is-active .nav-dropdown__trigger {
  color: #07111f;
  background: rgba(52, 120, 246, 0.08);
}

.site-header--light-surface:not(.is-open) .menu-toggle {
  border-color: #dfe5ee;
  background: #ffffff;
}

.site-header--light-surface:not(.is-open) .menu-toggle span,
.site-header--light-surface:not(.is-open) .menu-toggle::before,
.site-header--light-surface:not(.is-open) .menu-toggle::after {
  background: #07111f;
}

.entry-content > :first-child {
  margin-top: 0;
}

.navigation.pagination {
  margin-top: 38px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #dce3ec;
  border-radius: 999px;
  color: #07111f;
  font-weight: 700;
}

.page-numbers.current {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #3378ff, #7956f5);
}

.brand-selection-card--dynamic {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border-radius: 30px;
  background: #0a0f17;
}

.brand-selection-card__visual {
  min-height: 520px;
}

.brand-selection-card__mosaic {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.brand-selection-card__mosaic img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.brand-selection-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 72px);
  color: #ffffff;
}

.brand-selection-card__body h2,
.brand-selection-card__body h3 {
  margin: 12px 0 18px;
	color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.brand-selection-card__body p {
  max-width: 660px;
	margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 1.65;
}

/* Portfolio foundation used by the WordPress archive and detail templates. */
.portfolio-shell {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.portfolio-index-hero {
  padding: 162px 0 74px;
  color: #07111f;
  background:
    radial-gradient(circle at 82% 12%, rgba(52, 120, 246, 0.1), transparent 30%),
    #f7f8fa;
}

.portfolio-index-hero h1 {
  max-width: 820px;
  margin: 18px 0 20px;
  color: #07111f;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.portfolio-index-hero p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1.75;
}

.portfolio-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin-bottom: 30px;
  color: #667085;
  font-size: 0.76rem;
}

.portfolio-breadcrumb a {
  color: #2463d4;
}

.portfolio-breadcrumb a::after {
  margin-left: 10px;
  color: #98a2b3;
  content: "/";
}

.portfolio-breadcrumb--dark,
.portfolio-breadcrumb--dark span {
  color: rgba(255, 255, 255, 0.62);
}

.portfolio-breadcrumb--dark a {
  color: #8dafff;
}

.portfolio-kicker {
  display: inline-block;
  color: #2463d4;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-section {
  padding: 82px 0;
}

.portfolio-section--light {
  color: #07111f;
  background: #f7f8fa;
}

.portfolio-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.portfolio-section-heading h2 {
  margin: 10px 0 14px;
  color: #07111f;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.portfolio-section-heading p {
  margin: 0;
  color: #667085;
}

.portfolio-back-link {
  display: inline-flex;
  margin-bottom: 38px;
  color: #2463d4;
  font-size: 0.86rem;
  font-weight: 700;
}

.portfolio-back-link:hover,
.portfolio-back-link:focus-visible {
  color: #7557e8;
}

.portfolio-section-heading--project {
  max-width: 930px;
  margin-bottom: 38px;
}

.portfolio-section-heading--project h2 {
	max-width: 820px;
	margin: 12px 0 18px;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.portfolio-section-heading--project p {
	max-width: 780px;
	font-size: clamp(1rem, 1.3vw, 1.12rem);
	line-height: 1.65;
}

.portfolio-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #07111f;
  background: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.portfolio-button:hover,
.portfolio-button:focus-visible {
  color: #07111f;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.2);
}

.brand-selection-card__body h2,
.brand-selection-card__body h3 {
  max-width: 650px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
}

.orbix-project-hero .portfolio-kicker {
  color: #ffca00;
}

.orbix-project-hero__logo {
  width: min(var(--orbix-project-logo-width, 164px), 76vw);
  max-height: min(180px, calc(var(--orbix-project-logo-width, 164px) * .7));
  margin-bottom: 22px;
}

.orbix-project-hero h1 {
	max-width: 820px;
	font-size: clamp(2.35rem, 5vw, 4.35rem);
	line-height: 1.02;
	letter-spacing: -0.045em;
}

/* Imported category cards use fixed theme assets, never fragile root URLs. */
.portfolio-categories .portfolio-category-card--visual:nth-child(1)::before {
  background-image: var(--category-image);
}

.portfolio-categories .portfolio-category-card--visual:nth-child(2)::before {
  background-image: var(--category-image);
}

.portfolio-categories .portfolio-category-card--visual:nth-child(3)::before {
  background-image: var(--category-image);
}

.portfolio-categories .portfolio-category-card--visual:nth-child(4)::before {
  background-image: var(--category-image);
}

.portfolio-index-hero--banner {
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #07111f;
}

.portfolio-index-hero--banner::before,
.portfolio-index-hero--banner::after {
	position: absolute;
	inset: 0;
	content: "";
}

.portfolio-index-hero--banner::before {
	background-image: var(--orbix-category-banner);
	background-position: center;
	background-size: cover;
}

.portfolio-index-hero--banner::after {
	background: linear-gradient(90deg, rgba(4, 11, 22, .94), rgba(4, 11, 22, .62) 58%, rgba(4, 11, 22, .32));
}

.portfolio-index-hero--banner .portfolio-shell {
	position: relative;
	z-index: 2;
}

.portfolio-index-hero--banner h1 { color: #fff; }
.portfolio-index-hero--banner p { color: rgba(255, 255, 255, .78); }
.portfolio-index-hero--banner .portfolio-kicker { color: #9ab9ff; }

.orbix-project-hero--banner {
	background-image: linear-gradient(90deg, rgba(3, 8, 16, .93), rgba(3, 8, 16, .68) 62%, rgba(3, 8, 16, .38)), var(--orbix-project-banner);
	background-position: center;
	background-size: cover;
}

.orbix-project-logo-slot.is-empty { display: none; }
.orbix-front-editing .orbix-project-logo-slot.is-empty {
	display: flex;
	width: 180px;
	height: 86px;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	border: 1px dashed rgba(255, 255, 255, .5);
	border-radius: 14px;
	color: rgba(255, 255, 255, .72);
}

.orbix-project-gallery { display: block; }
.orbix-project-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.orbix-gallery-video { cursor: default; }
.orbix-gallery-video::after { display: none; }
.orbix-gallery-video video {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 5;
	object-fit: contain;
	background: #05080d;
}

.orbix-lazy-video {
	position: absolute;
	inset: 0;
	display: grid;
	width: 100%;
	height: 100%;
	place-content: center;
	gap: 12px;
	padding: 20px;
	border: 0;
	color: #fff;
	background:
		radial-gradient(circle at 50% 42%, rgba(79, 115, 255, .25), transparent 38%),
		linear-gradient(145deg, #111a2b, #05080d);
	cursor: pointer;
}

.orbix-lazy-video__poster,
.orbix-lazy-video__preview {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 420ms ease, filter 220ms ease;
}

.orbix-lazy-video__preview {
	pointer-events: none;
}

.orbix-lazy-video::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 7, 15, .04) 32%, rgba(2, 7, 15, .58));
	content: "";
}

.orbix-lazy-video:hover .orbix-lazy-video__poster,
.orbix-lazy-video:hover .orbix-lazy-video__preview {
	transform: scale(1.025);
	filter: brightness(.92);
}

.orbix-lazy-video__overlay {
	position: relative;
	z-index: 1;
	display: grid;
	place-content: center;
	gap: 12px;
}

.orbix-lazy-video__icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	margin: 0 auto;
	padding-left: 4px;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 50%;
	background: linear-gradient(135deg, #3478f6, #7655eb);
	box-shadow: 0 12px 32px rgba(30, 71, 189, .36);
	font-size: 18px;
}

.orbix-lazy-video__label {
	color: rgba(255, 255, 255, .82);
	font-size: .72rem;
	font-weight: 700;
}

.orbix-gallery-video video:fullscreen,
.orbix-gallery-video video:-webkit-full-screen {
	width: 100vw !important;
	height: 100vh !important;
	max-width: none !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	background: #000 !important;
}

.brand-selection-card__mosaic video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand-selection-card__mosaic > :only-child {
	grid-row: 1 / -1;
	grid-column: 1 / -1;
}

.orbix-front-editing .orbix-project-gallery {
	min-height: 82px;
}

.brand-selection-card__placeholder {
	display: none;
	grid-column: 1 / -1;
	place-items: center;
	padding: 30px;
	color: rgba(255, 255, 255, .62);
	background: linear-gradient(145deg, #101b2c, #07111f);
}

.orbix-front-editing .brand-selection-card__placeholder {
	display: grid;
}

/* References: a clean logo wall replaces the old temporary icon card. */
.reference-showcase {
	background: #f7f8fa;
}

.reference-showcase__heading {
	max-width: 780px;
	margin: 0 auto 44px;
	text-align: center;
}

.reference-showcase__heading h2 {
	margin: 12px 0 0;
	color: #07111f;
	font-size: clamp(2rem, 4.6vw, 4rem);
	line-height: 1.08;
	letter-spacing: -0.05em;
}

.reference-logo-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.reference-logo-card {
	display: grid;
	height: 140px;
	place-items: center;
	padding: 24px;
	border: 1px solid #e1e6ee;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(7, 17, 31, 0.045);
}

.reference-logo-card img {
	display: block;
	width: min(168px, 100%);
	max-width: 100%;
	height: 72px;
	max-height: none;
	object-fit: contain;
}

/* Home references: compact strip fed by the same logo list as /referanslar. */
.home-reference-strip {
	overflow: hidden;
	padding: 30px 0 32px;
	border-top: 1px solid #e7ebf1;
	border-bottom: 1px solid #e7ebf1;
	background: #f7f8fa;
}

.home-reference-strip__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.home-reference-strip__header .text-link {
	white-space: nowrap;
	color: #214f9c;
}

.home-reference-strip__header .eyebrow {
	color: #214f9c;
}

.home-reference-strip__viewport {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.home-reference-strip__track {
	display: flex;
	width: max-content;
	gap: 16px;
	will-change: transform;
	animation: orbix-reference-marquee 34s linear infinite;
}

.home-reference-strip__viewport:hover .home-reference-strip__track,
.home-reference-strip__viewport:focus-within .home-reference-strip__track {
	animation-play-state: paused;
}

.home-reference-strip__group {
	display: flex;
	flex: none;
	gap: 16px;
}

.home-reference-strip__item {
	display: grid;
	width: 180px;
	height: 94px;
	flex: none;
	place-items: center;
	padding: 18px 22px;
	border: 1px solid #e1e6ee;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(7, 17, 31, 0.04);
}

.home-reference-strip__item img {
	display: block;
	width: 136px;
	height: 56px;
	max-width: 100%;
	max-height: none;
	object-fit: contain;
}

@keyframes orbix-reference-marquee {
	to { transform: translateX(calc(-50% - 8px)); }
}

.reference-logo-empty {
	display: none;
	min-height: 150px;
	place-items: center;
	padding: 30px;
	border: 1px dashed #8dafff;
	border-radius: 18px;
	color: #526174;
	background: #ffffff;
	text-align: center;
}

.orbix-front-editing .reference-logo-empty { display: grid; }
.orbix-front-editing .orbix-reference-logo-manager.is-empty { min-height: 150px; }

.portfolio-category-actions {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 34px;
}

.portfolio-category-actions h2 {
	margin: 8px 0 0;
	color: #07111f;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.portfolio-button--add {
	border: 0;
	color: #fff;
	background: linear-gradient(135deg, #3478f6, #7557e8);
	cursor: pointer;
}

.portfolio-category-card--visual {
  justify-content: flex-end;
  min-height: 0;
  aspect-ratio: 1.35 / 1;
  padding: 34px;
}

.portfolio-categories .portfolio-category-card__tag {
  display: none;
}

.portfolio-category-card--visual p {
  min-height: 4.8em;
}

.portfolio-category-card--visual .portfolio-category-card__button {
  margin-top: 0;
}

/* Insights: balanced cards with readable editorial hierarchy. */
.blog-grid {
  align-items: stretch;
}

.blog-card__visual {
  min-height: 190px;
}

.blog-card h2,
.blog-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.blog-card h2 a,
.blog-card h3 a {
  color: #07111f;
}

.blog-card p {
  color: #667085;
  line-height: 1.65;
}

.orbix-project-hero__logo {
  display: block;
  width: min(var(--orbix-project-logo-width, 164px), 76vw);
  max-height: min(180px, calc(var(--orbix-project-logo-width, 164px) * .7));
  height: auto;
  object-fit: contain;
}

.portfolio-project-intro {
  max-width: 850px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.portfolio-empty-state {
  padding: 32px;
  border: 1px dashed #cfd8e4;
  border-radius: 20px;
  background: #ffffff;
}

@media (max-width: 900px) {
  .portfolio-category-card--visual {
    min-height: 410px;
    aspect-ratio: auto;
  }

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

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
	.portfolio-shell {
		width: min(calc(100% - 32px), 1180px);
	}

	.portfolio-index-hero {
		padding: 132px 0 54px;
	}

	.portfolio-section {
		padding: 58px 0;
	}

  .brand-selection-card--dynamic {
    grid-template-columns: 1fr;
  }

  .brand-selection-card__visual {
    min-height: 320px;
  }

  .portfolio-category-card--visual {
    min-height: 380px;
    aspect-ratio: auto;
  }

	.orbix-project-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.portfolio-category-actions { align-items: flex-start; flex-direction: column; }
	.reference-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.reference-logo-card { height: 112px; padding: 18px; }
	.reference-logo-card img { width: min(132px, 100%); height: 58px; }
	.home-reference-strip { padding: 24px 0 26px; }
	.home-reference-strip__header { margin-bottom: 16px; }
	.home-reference-strip__item { width: 150px; height: 82px; padding: 14px 18px; }
	.home-reference-strip__item img { width: 114px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
	.home-reference-strip__viewport {
		overflow-x: auto;
		-webkit-mask-image: none;
		mask-image: none;
		scrollbar-width: thin;
	}

	.home-reference-strip__track { animation: none; }
	.home-reference-strip__group[aria-hidden="true"] { display: none; }
}
/* Works gateway: two editable, image-led Orbix Dijital banners. */
[data-orbix-edit-field]:not([data-orbix-edit-type="media"]):not([data-orbix-edit-type="gallery"]) {
  white-space: pre-line;
}

.orbix-work-gateways {
  overflow: hidden;
}

.work-gateway-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
  gap: 22px;
}

.work-gateway {
  --work-banner: none;
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 520px;
  align-items: flex-end;
  padding: 42px;
  border: 1px solid rgba(141, 175, 255, .18);
  border-radius: 30px;
  color: #fff;
  background: #07111f;
  box-shadow: 0 26px 70px rgba(7, 17, 31, .16);
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.work-gateway::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--work-banner);
  background-position: center;
  background-size: cover;
  content: "";
  transform: scale(1.02);
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}

.work-gateway::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 20, .08) 8%, rgba(4, 10, 20, .42) 45%, rgba(4, 10, 20, .98) 100%),
    linear-gradient(125deg, rgba(52, 120, 246, .18), rgba(117, 87, 232, .12));
  content: "";
}

.work-gateway:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 90px rgba(7, 17, 31, .24);
}

.work-gateway:hover::before { transform: scale(1.075); }

.work-gateway--references {
  min-height: 520px;
}

.work-gateway--references::after {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, .15), rgba(7, 17, 31, .92) 76%),
    linear-gradient(145deg, rgba(117, 87, 232, .32), rgba(52, 120, 246, .06));
}

.work-gateway__index {
  position: absolute;
  top: 28px;
  left: 30px;
  color: rgba(255,255,255,.76);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.work-gateway__orbit {
  position: absolute;
  z-index: -1;
  top: 70px;
  right: -92px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(141,175,255,.3);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.work-gateway__orbit::after {
  position: absolute;
  top: 46px;
  left: 26px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #8dafff;
  box-shadow: 0 0 0 9px rgba(141,175,255,.12);
  content: "";
}

.work-gateway__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.work-gateway .eyebrow { margin-bottom: 14px; }

.work-gateway h2 {
  max-width: 580px;
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(1.85rem, 3.2vw, 3.25rem);
  line-height: 1.02;
}

.work-gateway--references h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.55rem);
}

.work-gateway p {
  max-width: 510px;
  margin: 0 0 24px;
  color: rgba(229,236,248,.84);
  line-height: 1.68;
}

.work-gateway__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #07111f;
  background: #fff;
  font-size: .77rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}

.work-gateway__button::after {
  content: "→";
  transition: transform 180ms ease;
}

.work-gateway__button:hover { color: #07111f; }
.work-gateway__button:hover::after { transform: translateX(4px); }

@media (max-width: 900px) {
  .work-gateway-grid { grid-template-columns: 1fr; }
  .work-gateway, .work-gateway--references { min-height: 470px; }
}

@media (max-width: 640px) {
  .work-gateway { min-height: 440px; padding: 30px 25px; border-radius: 24px; }
  .work-gateway__index { top: 22px; left: 24px; }
  .work-gateway h2, .work-gateway--references h2 { font-size: clamp(1.65rem, 8vw, 2.3rem); }
}

.piksel-privacy-notice,
.piksel-contact-error {
  display: block;
  width: 100%;
  margin: 8px 0 12px;
  color: #5d697a;
  font-size: .72rem;
  line-height: 1.55;
}

.piksel-privacy-notice a {
  color: #2463d4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.piksel-contact-error {
  padding: 9px 11px;
  border: 1px solid #f2b8b5;
  border-radius: 10px;
  color: #8f1d18;
  background: #fff4f3;
}

.piksel-contact-error[hidden] {
  display: none;
}

body:not(.logged-in) [data-orbix-create-project],
body:not(.logged-in) .portfolio-button--add,
body:not(.logged-in) [data-orbix-editor-toolbar] {
  display: none !important;
}
