/*
Theme Name: iQprofy Store — AI Employees
Theme URI: https://iqprofy.store/
Description: Дочерняя тема iQprofy Store с карточками нейросотрудников в формате резюме.
Author: iQprofy
Template: iqprostore
Version: 1.1.0
Text Domain: iqprofy-store
*/

:root {
  --iq-navy-950: #050d15;
  --iq-navy-900: #07131f;
  --iq-navy-800: #0c2235;
  --iq-blue-700: #155887;
  --iq-blue-600: #1d70a8;
  --iq-blue-500: #2f91d0;
  --iq-blue-400: #62b9e8;
  --iq-ice: #dceef8;
  --iq-paper: #edf3f6;
  --iq-white: #f6fbfe;
  --iq-ink: #091721;
  --iq-muted: #526873;
  --iq-line: rgba(9, 48, 73, .14);
  --iq-line-light: rgba(174, 216, 239, .16);
  --iq-ease: cubic-bezier(.16, 1, .3, 1);
}

html {
  scroll-behavior: smooth;
}

body.home .content,
body.home .content .container,
body.home .content .container_inner {
  width: 100%;
  padding: 0;
  background: var(--iq-navy-950);
}

body.home .content .container_inner {
  max-width: none;
}

body.home .title_outer {
  display: none;
}

.iq-home {
  overflow: hidden;
  background: var(--iq-navy-950);
  color: var(--iq-white);
  font-family: "Manrope", sans-serif;
}

.iq-home *,
.iq-home *::before,
.iq-home *::after {
  box-sizing: border-box;
}

.iq-home__shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.iq-home__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--iq-blue-400);
  font: 600 10px/1.2 "Unbounded", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.iq-home__eyebrow::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.iq-home-hero {
  position: relative;
  min-height: min(860px, 92vh);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--iq-line-light);
  isolation: isolate;
}

.iq-home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(98, 185, 232, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 185, 232, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, #000 42%, transparent 92%);
}

.iq-home-hero::after {
  position: absolute;
  top: -26%;
  right: -18%;
  z-index: -1;
  width: 66vw;
  height: 66vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 112, 168, .24), rgba(5, 13, 21, 0) 67%);
  content: "";
}

.iq-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
  padding: 126px 0 92px;
}

.iq-home-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--iq-white);
  font: 500 clamp(45px, 6.25vw, 92px)/.98 "Unbounded", sans-serif;
  letter-spacing: -.075em;
}

.iq-home-hero h1 span {
  color: var(--iq-blue-400);
}

.iq-home-hero__lead {
  max-width: 650px;
  margin: 32px 0 0;
  color: #acc4d1;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.iq-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.iq-home__button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid var(--iq-blue-500);
  background: var(--iq-blue-500);
  color: var(--iq-white);
  font-size: 13px;
  font-weight: 800;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

.iq-home__button::after {
  content: "\2197";
  font-size: 17px;
  font-weight: 400;
}

.iq-home__button:hover,
.iq-home__button:focus-visible {
  border-color: var(--iq-ice);
  background: var(--iq-ice);
  color: var(--iq-navy-950);
}

.iq-home__button--ghost {
  border-color: rgba(220, 238, 248, .25);
  background: transparent;
  color: var(--iq-ice);
}

.iq-home__button--ghost::after {
  content: "\2193";
}

.iq-home__button:focus-visible,
.iq-home a:focus-visible {
  outline: 2px solid var(--iq-blue-400);
  outline-offset: 4px;
}

.iq-home-orbit {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid rgba(98, 185, 232, .18);
  border-radius: 50%;
}

.iq-home-orbit::before,
.iq-home-orbit::after {
  position: absolute;
  border: 1px solid rgba(98, 185, 232, .14);
  border-radius: 50%;
  content: "";
}

.iq-home-orbit::before { inset: 15%; }
.iq-home-orbit::after { inset: 32%; }

.iq-home-orbit__core {
  position: absolute;
  inset: 38%;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(98, 185, 232, .5);
  background: var(--iq-navy-900);
  color: var(--iq-ice);
  font: 600 10px/1.2 "Unbounded", sans-serif;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
}

.iq-home-orbit__core span { transform: rotate(-45deg); }

.iq-home-orbit__node {
  position: absolute;
  z-index: 3;
  min-width: 128px;
  padding: 12px 14px;
  border: 1px solid rgba(98, 185, 232, .25);
  background: rgba(7, 19, 31, .9);
  color: #bdd7e4;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .02em;
  backdrop-filter: blur(12px);
}

.iq-home-orbit__node::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--iq-blue-400);
  content: "";
}

.iq-home-orbit__node:nth-child(2) { top: 5%; left: 25%; }
.iq-home-orbit__node:nth-child(3) { top: 27%; right: -4%; }
.iq-home-orbit__node:nth-child(4) { right: 4%; bottom: 12%; }
.iq-home-orbit__node:nth-child(5) { bottom: 7%; left: 5%; }
.iq-home-orbit__node:nth-child(6) { top: 29%; left: -7%; }

.iq-home-orbit__pulse {
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(98, 185, 232, .12);
  border-radius: 50%;
  animation: iq-orbit-pulse 4.5s ease-out infinite;
}

@keyframes iq-orbit-pulse {
  0% { opacity: .7; transform: scale(.76); }
  70%, 100% { opacity: 0; transform: scale(1.22); }
}

.iq-home-ledger {
  border-bottom: 1px solid var(--iq-line-light);
}

.iq-home-ledger__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.iq-home-ledger__item {
  min-height: 138px;
  padding: 34px 34px 30px 0;
  border-right: 1px solid var(--iq-line-light);
}

.iq-home-ledger__item + .iq-home-ledger__item { padding-left: 34px; }
.iq-home-ledger__item:last-child { border-right: 0; }

.iq-home-ledger__item small {
  display: block;
  margin-bottom: 10px;
  color: var(--iq-blue-400);
  font: 500 9px/1.2 "Unbounded", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.iq-home-ledger__item strong {
  display: block;
  color: var(--iq-ice);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.iq-home-section {
  padding: clamp(90px, 11vw, 160px) 0;
}

.iq-home-section--paper {
  background: var(--iq-paper);
  color: var(--iq-ink);
}

.iq-home-section--line {
  border-top: 1px solid var(--iq-line-light);
}

.iq-home-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 60px;
}

.iq-home-section__head h2 {
  max-width: 850px;
  margin: 0;
  color: inherit;
  font: 500 clamp(35px, 5vw, 68px)/1.02 "Unbounded", sans-serif;
  letter-spacing: -.065em;
}

.iq-home-section__head p {
  margin: 0;
  color: #718895;
  font-size: 16px;
  line-height: 1.7;
}

.iq-home-manifesto {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: clamp(48px, 10vw, 150px);
}

.iq-home-manifesto__aside {
  color: var(--iq-blue-400);
  font: 500 10px/1.6 "Unbounded", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.iq-home-manifesto__copy p {
  margin: 0;
  color: var(--iq-ice);
  font: 500 clamp(28px, 4.1vw, 56px)/1.18 "Unbounded", sans-serif;
  letter-spacing: -.055em;
}

.iq-home-manifesto__copy p span { color: #57707d; }

.iq-home-departments {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--iq-line);
  border-left: 1px solid var(--iq-line);
}

.iq-home-department {
  grid-column: span 4;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-right: 1px solid var(--iq-line);
  border-bottom: 1px solid var(--iq-line);
  color: var(--iq-ink);
  transition: background-color .22s ease, color .22s ease;
}

.iq-home-department:nth-child(1),
.iq-home-department:nth-child(5) { grid-column: span 8; }

.iq-home-department:hover {
  background: var(--iq-navy-900);
  color: var(--iq-white);
}

.iq-home-department__number {
  color: var(--iq-blue-600);
  font: 500 9px/1 "Unbounded", sans-serif;
  letter-spacing: .1em;
}

.iq-home-department h3 {
  max-width: 460px;
  margin: 0;
  color: inherit;
  font: 500 clamp(20px, 2.3vw, 31px)/1.15 "Unbounded", sans-serif;
  letter-spacing: -.05em;
}

.iq-home-department span:last-child {
  color: #718895;
  font-size: 12px;
  font-weight: 700;
}

.iq-home .woocommerce ul.products {
  margin-bottom: 0;
}

.iq-home .woocommerce ul.products li.product.iq-resume-card {
  background: #f8fbfc;
}

.iq-home-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--iq-line-light);
}

.iq-home-process__step {
  min-height: 320px;
  padding: 34px 36px 34px 0;
  border-right: 1px solid var(--iq-line-light);
}

.iq-home-process__step + .iq-home-process__step { padding-left: 36px; }
.iq-home-process__step:last-child { border-right: 0; }

.iq-home-process__step small {
  color: var(--iq-blue-400);
  font: 500 9px/1 "Unbounded", sans-serif;
  letter-spacing: .12em;
}

.iq-home-process__step h3 {
  margin: 62px 0 18px;
  color: var(--iq-white);
  font: 500 clamp(22px, 2.2vw, 30px)/1.18 "Unbounded", sans-serif;
  letter-spacing: -.045em;
}

.iq-home-process__step p {
  margin: 0;
  color: #89a1ae;
  font-size: 15px;
  line-height: 1.7;
}

.iq-home-delivery {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  min-height: 520px;
  border: 1px solid var(--iq-line-light);
}

.iq-home-delivery__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid var(--iq-line-light);
  background:
    linear-gradient(rgba(98, 185, 232, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 185, 232, .06) 1px, transparent 1px);
  background-size: 44px 44px;
}

.iq-home-delivery__file {
  width: min(260px, 66%);
  aspect-ratio: .72;
  padding: 28px;
  border: 1px solid rgba(98, 185, 232, .35);
  background: linear-gradient(145deg, #0d2b42, #07131f);
  box-shadow: 28px 28px 0 rgba(47, 145, 208, .08);
  transform: rotate(-5deg);
}

.iq-home-delivery__file span {
  display: block;
  color: var(--iq-blue-400);
  font: 500 9px/1.3 "Unbounded", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.iq-home-delivery__file strong {
  display: block;
  margin-top: 54%;
  color: var(--iq-white);
  font: 500 23px/1.2 "Unbounded", sans-serif;
  letter-spacing: -.04em;
}

.iq-home-delivery__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 7vw, 92px);
}

.iq-home-delivery__copy h2 {
  margin: 0;
  color: var(--iq-white);
  font: 500 clamp(34px, 4.5vw, 60px)/1.05 "Unbounded", sans-serif;
  letter-spacing: -.065em;
}

.iq-home-delivery__copy p {
  max-width: 580px;
  margin: 24px 0 0;
  color: #8fa7b4;
  font-size: 16px;
  line-height: 1.75;
}

.iq-home-final {
  padding: clamp(100px, 14vw, 190px) 0;
  background: var(--iq-blue-700);
  color: var(--iq-white);
}

.iq-home-final__grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 60px;
  align-items: end;
}

.iq-home-final h2 {
  margin: 0;
  color: inherit;
  font: 500 clamp(43px, 6vw, 84px)/.98 "Unbounded", sans-serif;
  letter-spacing: -.075em;
}

.iq-home-final p {
  margin: 0 0 30px;
  color: #d7ebf5;
  font-size: 17px;
  line-height: 1.65;
}

.iq-home-final .iq-home__button {
  border-color: var(--iq-white);
  background: var(--iq-white);
  color: var(--iq-blue-700);
}

.iq-home-final .iq-home__button:hover {
  background: var(--iq-navy-950);
  color: var(--iq-white);
}

.woocommerce-page,
.woocommerce {
  --iq-card-radius: 2px;
}

.woocommerce-page .container_inner,
.woocommerce .container_inner {
  width: min(1220px, calc(100% - 48px));
}

.woocommerce-page .title_outer .title,
.woocommerce .title_outer .title {
  background-color: var(--iq-navy-900);
}

.woocommerce-page .title h1,
.woocommerce .title h1,
.woocommerce-page .title .separator,
.woocommerce .title .separator {
  color: var(--iq-white);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0 72px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product.iq-resume-card {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--iq-line);
  border-radius: var(--iq-card-radius);
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
  transition: transform .28s var(--iq-ease), border-color .2s ease, box-shadow .28s ease;
}

.woocommerce ul.products li.product.iq-resume-card:hover {
  border-color: rgba(21, 88, 135, .34);
  box-shadow: 0 24px 60px rgba(10, 38, 55, .11);
  transform: translateY(-4px);
}

.iq-resume-card__inner {
  display: grid;
  min-height: 410px;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1.28fr);
}

.iq-resume-card__portrait {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(rgba(174, 216, 239, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(174, 216, 239, .06) 1px, transparent 1px),
    linear-gradient(145deg, #12466c, var(--iq-navy-900));
  background-size: 34px 34px, 34px 34px, auto;
}

.iq-resume-card__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(5, 13, 21, .78));
  content: "";
  pointer-events: none;
}

.iq-resume-card__portrait img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin: 0;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
  transition: transform .6s var(--iq-ease), filter .35s ease;
}

.iq-resume-card:hover .iq-resume-card__portrait img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.035);
}

.iq-resume-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(98, 185, 232, .3);
  background: rgba(5, 13, 21, .82);
  color: var(--iq-ice);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.iq-resume-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--iq-blue-400);
  box-shadow: 0 0 0 4px rgba(98, 185, 232, .1);
  content: "";
}

.iq-resume-card__portrait .iq-resume-status {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  left: 16px;
  justify-content: center;
}

.iq-resume-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
}

.iq-resume-card__index {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #70848e;
  font-family: "Unbounded", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.iq-resume-card__index::after {
  height: 1px;
  flex: 1;
  background: var(--iq-line);
  content: "";
}

.woocommerce ul.products .iq-resume-card h2,
.woocommerce ul.products .iq-resume-card h3 {
  margin: 28px 0 6px;
  padding: 0;
  color: var(--iq-ink);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.12;
}

.iq-resume-card__role {
  margin: 0;
  color: var(--iq-blue-700);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.iq-resume-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.iq-resume-card__fact {
  padding-top: 10px;
  border-top: 1px solid var(--iq-line);
}

.iq-resume-card__fact small {
  display: block;
  margin-bottom: 3px;
  color: #7a8d97;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.iq-resume-card__fact strong {
  display: block;
  overflow: hidden;
  color: var(--iq-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iq-resume-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.iq-resume-tags li {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid var(--iq-line);
  color: #58707c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.iq-resume-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
}

.iq-resume-card__price small {
  display: block;
  margin-bottom: 4px;
  color: #7a8d97;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.woocommerce ul.products .iq-resume-card .price {
  margin: 0;
  color: var(--iq-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.iq-resume-button,
.woocommerce .iq-resume-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid var(--iq-blue-700);
  border-radius: 0;
  background: transparent;
  color: var(--iq-blue-700);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease;
}

.iq-resume-button::after {
  content: "↗";
  font-size: 16px;
  font-weight: 400;
}

.iq-resume-button:hover,
.woocommerce .iq-resume-button:hover {
  background: var(--iq-blue-700);
  color: var(--iq-white);
}

/* Single product: resume profile */
.iq-resume-profile {
  margin-bottom: 72px;
}

.iq-resume-profile__hero {
  display: grid;
  grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: start;
  padding: 36px;
  border: 1px solid var(--iq-line);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(237,243,246,.86));
}

.iq-resume-profile__visual {
  position: sticky;
  top: 110px;
}

.iq-resume-profile__visual .woocommerce-product-gallery,
.iq-resume-profile__visual .woocommerce-product-gallery__wrapper {
  float: none;
  width: 100%;
  margin: 0;
}

.iq-resume-profile__visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--iq-navy-800);
}

.iq-resume-profile__summary.summary {
  float: none;
  width: 100%;
  margin: 0;
}

.iq-resume-profile__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.iq-resume-profile__eyebrow > span:last-child {
  color: #70848e;
  font-family: "Unbounded", sans-serif;
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.iq-resume-profile__role {
  margin: -4px 0 22px;
  color: var(--iq-blue-700);
  font-size: 16px;
  font-weight: 750;
}

.woocommerce .iq-resume-profile__summary h1.product_title {
  margin-bottom: 12px;
  color: var(--iq-ink);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(34px, 4.7vw, 64px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: 1.02;
}

.woocommerce .iq-resume-profile__summary .price {
  color: var(--iq-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.woocommerce .iq-resume-profile__summary .woocommerce-product-details__short-description {
  max-width: 720px;
  color: var(--iq-muted);
  font-size: 16px;
  line-height: 1.75;
}

.iq-resume-profile__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.iq-resume-profile__facts > div {
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--iq-line);
  background: rgba(255,255,255,.55);
}

.iq-resume-profile__facts small {
  display: block;
  margin-bottom: 8px;
  color: #748994;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.iq-resume-profile__facts strong {
  color: var(--iq-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.iq-resume-profile__section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--iq-line);
}

.iq-resume-profile__section h2 {
  margin: 0 0 15px;
  color: var(--iq-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.035em;
}

.iq-resume-profile__section ul:not(.iq-resume-tags) {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iq-resume-profile__section ul:not(.iq-resume-tags) li {
  position: relative;
  margin: 0;
  padding-left: 19px;
  color: var(--iq-muted);
  font-size: 14px;
  line-height: 1.55;
}

.iq-resume-profile__section ul:not(.iq-resume-tags) li::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--iq-blue-500);
  content: "";
}

.woocommerce .iq-resume-profile__summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  margin: 30px 0;
}

.woocommerce .iq-resume-profile__summary .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--iq-line);
  font-size: 16px;
}

.woocommerce .iq-resume-profile__summary .single_add_to_cart_button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--iq-blue-700);
  border-radius: 0;
  background: var(--iq-blue-700);
  color: var(--iq-white);
  font-size: 13px;
  font-weight: 800;
}

.iq-resume-profile__details {
  margin-top: 42px;
}

.woocommerce .iq-resume-profile__details .woocommerce-tabs,
.woocommerce .iq-resume-profile__details .related,
.woocommerce .iq-resume-profile__details .upsells {
  float: none;
  width: 100%;
}

@media (max-width: 980px) {
  .iq-home-hero__grid,
  .iq-home-section__head,
  .iq-home-delivery,
  .iq-home-final__grid {
    grid-template-columns: 1fr;
  }

  .iq-home-hero__grid { padding-top: 110px; }
  .iq-home-orbit { width: min(580px, 90vw); margin: 0 auto; }
  .iq-home-section__head { align-items: start; }
  .iq-home-department { grid-column: span 6; }
  .iq-home-department:nth-child(1),
  .iq-home-department:nth-child(5) { grid-column: span 6; }
  .iq-home-delivery__visual { min-height: 440px; border-right: 0; border-bottom: 1px solid var(--iq-line-light); }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .iq-resume-profile__hero {
    grid-template-columns: 1fr;
  }

  .iq-resume-profile__visual {
    position: static;
    max-width: 540px;
  }
}

@media (max-width: 640px) {
  .iq-home__shell { width: min(100% - 28px, 1240px); }
  .iq-home-hero { min-height: auto; }
  .iq-home-hero__grid { gap: 68px; padding: 96px 0 76px; }
  .iq-home-hero h1 { font-size: clamp(39px, 12.5vw, 57px); }
  .iq-home__actions { align-items: stretch; flex-direction: column; }
  .iq-home__button { width: 100%; }
  .iq-home-orbit__node { min-width: 104px; padding: 9px; font-size: 9px; }
  .iq-home-ledger__grid,
  .iq-home-process { grid-template-columns: 1fr; }
  .iq-home-ledger__item,
  .iq-home-ledger__item + .iq-home-ledger__item,
  .iq-home-process__step,
  .iq-home-process__step + .iq-home-process__step {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--iq-line-light);
  }
  .iq-home-manifesto { grid-template-columns: 1fr; gap: 32px; }
  .iq-home-departments { grid-template-columns: 1fr; }
  .iq-home-department,
  .iq-home-department:nth-child(1),
  .iq-home-department:nth-child(5) { grid-column: auto; min-height: 190px; }
  .iq-home-process__step h3 { margin-top: 34px; }
  .iq-home-delivery__visual { min-height: 360px; }
  .iq-home-final__grid { gap: 38px; }

  .woocommerce-page .container_inner,
  .woocommerce .container_inner {
    width: min(100% - 28px, 1220px);
  }

  .iq-resume-card__inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .iq-resume-card__portrait,
  .iq-resume-card__portrait img {
    min-height: 330px;
  }

  .iq-resume-card__body {
    padding: 24px;
  }

  .iq-resume-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .iq-resume-button {
    width: 100%;
  }

  .iq-resume-profile__hero {
    padding: 18px;
  }

  .iq-resume-profile__facts {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .iq-home-orbit__pulse { animation: none; }
  .iq-resume-card,
  .iq-resume-card__portrait img {
    transition: none !important;
  }
}
