/* Articulation: the cut and the join recur in signs, framing and motion. */
.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 50;
  pointer-events: none;
  background: linear-gradient(90deg, #ec039f, #a212da 50%, #3b4ef4);
  transform: scaleX(0);
  transform-origin: left;
}
.hero-emblem svg {
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-ready nav.is-open {
  animation: menu-connect 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes menu-connect {
  from {
    clip-path: inset(0 0 100% 0);
    transform: translateY(-8px);
  }
  to {
    clip-path: inset(0);
    transform: translateY(0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .project-name > span {
    transition:
      transform 400ms cubic-bezier(0.22, 1, 0.36, 1),
      color 400ms;
  }
  .image-link:hover .project-name > span {
    transform: translate(5px, -5px);
    color: #c1b2ee;
  }
  .site-header nav a:not(.nav-contact) {
    background-image: linear-gradient(90deg, #ec039f, #3b4ef4);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 400ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header nav a:hover {
    background-size: 100% 1px;
  }
}
:root {
  color-scheme: dark;
  --paper: #f2f0e9;
  --ink: #101014;
  --muted: #aaa9b2;
  --line: #333238;
  --pink: #ec039f;
  --violet: #a212da;
  --blue: #3b4ef4;
  --lavender: #c1b2ee;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--pink);
  color: white;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--lavender);
  outline-offset: 6px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}
p {
  line-height: 1.65;
}
.section-shell {
  width: min(1440px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.skip-link {
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 8px;
  padding: 14px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  min-height: 112px;
  padding: 28px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.07em;
  flex-shrink: 0;
}
.wordmark-light {
  font-weight: 400;
}
.wordmark small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.18em;
  margin-top: 7px;
  font-weight: 400;
}
.join-mark {
  width: 42px;
  height: 34px;
  fill: var(--paper);
}
.mark-left,
.mark-right {
  transition: transform 0.5s var(--ease);
}
.wordmark:hover .mark-left {
  transform: translateX(-3px);
}
.wordmark:hover .mark-right {
  transform: translateX(3px);
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
}
.site-header nav a {
  padding-block: 12px;
}
.site-header nav a:hover {
  color: var(--lavender);
}
.site-header nav span {
  margin-left: 6px;
  font-size: 9px;
  color: var(--muted);
}
.site-header nav .nav-contact {
  border-bottom: 1px solid var(--paper);
  margin-left: 30px;
}
.site-header nav .nav-contact span {
  font-size: 17px;
  color: inherit;
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 40px;
}
.hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--pink);
  margin-right: 10px;
  border-radius: 50%;
}
.edition {
  font-size: 10px;
  color: var(--muted);
}
h1 {
  font-size: clamp(62px, 7.45vw, 118px);
  line-height: 1.08;
  margin: 56px 0 48px;
  letter-spacing: -0.065em;
}
h1 > span {
  display: block;
}
.hero-second {
  padding-left: 8.5%;
}
.hero h1 em {
  color: var(--lavender);
}
.hero-bottom {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10%;
  align-items: center;
}
.hero-intro {
  padding-left: 10px;
}
.hero-intro p {
  font-size: 17px;
  color: var(--muted);
}
.hero-intro strong {
  font-weight: 400;
  color: var(--paper);
}
.text-link {
  display: inline-flex;
  gap: 36px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  padding: 12px 0;
  font-size: 13px;
}
.text-link span {
  transition: transform 0.35s var(--ease);
  font-size: 22px;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.hero-intro .text-link {
  margin-top: 24px;
}
.hero-emblem svg {
  width: 100%;
  display: block;
  overflow: visible;
}
.emblem-left {
  animation: join-left 1.4s var(--ease) both;
}
.emblem-right {
  animation: join-right 1.4s var(--ease) 0.1s both;
}
@keyframes join-left {
  from {
    transform: translate(-70px, 18px);
    opacity: 0.15;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes join-right {
  from {
    transform: translate(70px, -18px);
    opacity: 0.15;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.emblem-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9px;
  color: var(--muted);
}
.hero-baseline {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}
.featured {
  padding-top: 100px;
}
.section-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
}
.section-note {
  color: var(--muted);
  line-height: 1.5;
  font-size: 13px;
}
h2 {
  font-size: clamp(36px, 4.7vw, 74px);
  line-height: 1.1;
}
.feature-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
.feature-title h2 em {
  color: var(--lavender);
}
.round-link {
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  border: 1px solid #73717e;
  border-radius: 50%;
  font-size: 32px;
  transition:
    background 0.3s,
    transform 0.3s;
}
.round-link:hover {
  background: var(--blue);
  transform: rotate(45deg);
}
.scena-stage {
  position: relative;
  display: block;
  overflow: hidden;
  background: #250d0e;
}
.scena-stage > img {
  aspect-ratio: 2.05;
  object-fit: cover;
  object-position: top;
  transition: transform 0.9s var(--ease);
}
.image-link:hover img {
  transform: scale(1.025);
}
.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 52px 34px 28px;
  font-size: 26px;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
}
.image-caption span {
  font-size: 12px;
  letter-spacing: 0;
}
.project-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 24px 0;
}
.project-caption p {
  font-size: 14px;
  color: var(--muted);
  max-width: 620px;
}
.project-caption .text-link {
  flex-shrink: 0;
}
.connection-demo {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  margin-top: 70px;
  padding: 45px 0 55px;
  border-block: 1px solid var(--line);
}
.demo-intro h3 {
  font-size: 35px;
  line-height: 1.15;
  margin: 20px 0;
}
.demo-intro h3 em {
  color: var(--lavender);
}
.demo-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  max-width: 260px;
}
.demo-note {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px;
}
.demo-options {
  display: none;
  border-bottom: 1px solid var(--line);
  gap: 22px;
}
.demo-ready .demo-options {
  display: flex;
}
.demo-options button {
  background: none;
  color: var(--muted);
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 14px 0;
  cursor: pointer;
  font-size: 12px;
}
.demo-options button[aria-pressed='true'] {
  border-color: var(--pink);
  color: var(--paper);
}
.demo-options button:hover {
  color: white;
}
.demo-path {
  display: grid;
  grid-template-columns: 1fr 65px 1.2fr;
  align-items: center;
  padding: 48px 0 25px;
  min-height: 170px;
}
.path-part {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.path-index {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.path-start .path-index {
  color: #f778cc;
}
.path-result .path-index {
  color: #a5aeff;
}
.path-part strong {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.path-part > span:last-child {
  font-size: 11px;
  color: var(--muted);
}
.path-joint {
  display: flex;
  align-items: center;
}
.path-joint span {
  width: 24px;
  height: 18px;
  background: var(--pink);
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
}
.path-joint span + span {
  background: var(--blue);
  transform: rotate(180deg);
  margin-left: -6px;
}
.demo-path.is-joining .path-start {
  animation: connect-start 0.65s var(--ease);
}
.demo-path.is-joining .path-result {
  animation: connect-end 0.65s var(--ease);
}
.demo-path.is-joining .path-joint {
  animation: seam 0.65s var(--ease);
}
@keyframes connect-start {
  from {
    transform: translateX(-12px);
  }
  to {
    transform: none;
  }
}
@keyframes connect-end {
  from {
    transform: translateX(20px);
    opacity: 0.2;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes seam {
  0% {
    gap: 16px;
  }
  100% {
    gap: 0;
  }
}
.demo-explanation {
  min-height: 70px;
  color: var(--muted);
  font-size: 13px;
  max-width: 510px;
}
.demo-foot {
  display: flex;
  gap: 35px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}
.commerce {
  padding-top: 130px;
  padding-bottom: 135px;
}
.commerce .section-heading h2 {
  font-size: clamp(30px, 3.3vw, 48px);
}
.commerce-grid {
  display: grid;
  grid-template-columns: 1.13fr 0.87fr;
  gap: 10%;
  align-items: start;
}
.anagh {
  margin-top: 190px;
}
.project-image {
  overflow: hidden;
}
.project-image img {
  object-fit: cover;
  object-position: top;
  transition: transform 0.9s var(--ease);
}
.joelle .project-image img {
  aspect-ratio: 1.45;
  object-fit: contain;
  background: #f7eee9;
}
.anagh .project-image img {
  aspect-ratio: 1.6;
}
.project-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 23px 0 10px;
}
.project-name h3 {
  font-size: 32px;
}
.project-name > span {
  font-size: 28px;
}
.project-kicker {
  color: var(--lavender);
  font-size: 12px;
  margin-bottom: 12px;
}
.editorial-project > p:not(.project-kicker) {
  font-size: 14px;
  color: var(--muted);
  max-width: 460px;
}
.project-discipline {
  display: block;
  margin-top: 24px;
  font-size: 10px;
  color: var(--muted);
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.software {
  background: var(--lavender);
  color: var(--ink);
  overflow: hidden;
}
.software-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 10%;
  padding-block: 90px;
}
.software h2 {
  margin: 30px 0;
  font-size: clamp(36px, 4.3vw, 65px);
}
.software-name {
  font-size: 22px;
  margin-bottom: 14px;
}
.software-name span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.software-copy > p:not(.software-name):not(.eyebrow) {
  font-size: 15px;
  max-width: 420px;
}
.software .text-link {
  margin-top: 20px;
}
.software-visual img {
  width: 85%;
  max-width: 370px;
  margin: auto;
}
.software-label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 11px;
  padding-top: 26px;
  margin-top: 20px;
  border-top: 1px solid #877d9f;
}
.expertise {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-block: 140px;
}
.expertise-intro h2 {
  margin: 30px 0;
  font-size: clamp(36px, 4vw, 60px);
}
.expertise-intro > p:last-child {
  font-size: 14px;
  color: var(--muted);
  max-width: 380px;
}
.expertise-list {
  align-self: center;
}
details {
  border-bottom: 1px solid var(--line);
}
details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  padding-block: 26px;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
}
.service-number {
  font-size: 11px;
  color: var(--muted);
}
.details-sign {
  margin-left: auto;
  font-size: 24px;
  color: var(--lavender);
  transition: transform 0.3s;
}
details[open] .details-sign {
  transform: rotate(45deg);
}
.service-content {
  animation: connect-end 0.45s var(--ease);
  padding: 0 0 25px 35px;
}
.service-content p {
  color: var(--muted);
  font-size: 14px;
}
.service-content .text-link {
  font-size: 11px;
  margin-top: 12px;
}
.human {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 12%;
  align-items: center;
  padding-block: 35px 130px;
}
.portrait-wrap {
  position: relative;
}
.portrait-wrap::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 10px;
  background: var(--pink);
  top: -10px;
  right: 0;
}
.portrait-wrap img {
  aspect-ratio: 0.8;
  object-fit: cover;
  object-position: 50% 27%;
}
.portrait-label {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 15px;
  color: var(--muted);
}
.human h2 {
  font-size: clamp(34px, 4vw, 58px);
  margin: 28px 0;
}
.human-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 15px;
  max-width: 540px;
}
.human .text-link {
  margin-top: 15px;
}
.tourism {
  padding-top: 65px;
  padding-bottom: 110px;
  border-top: 1px solid var(--line);
}
.tourism .section-heading h2 {
  font-size: clamp(32px, 3.3vw, 48px);
}
.tourism-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.tourism-grid img {
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: top;
  transition: transform 0.8s var(--ease);
}
.tourism-grid .image-link {
  display: block;
  overflow: hidden;
}
.tourism-grid p {
  color: var(--muted);
  font-size: 13px;
  max-width: 420px;
}
.all-projects {
  margin-top: 40px;
}
.contact-ending {
  background: var(--pink);
  color: #160713;
  padding-block: 70px 45px;
}
.contact-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-block: 35px 45px;
  border-bottom: 1px solid #81135d;
}
.contact-title h2 {
  font-size: clamp(58px, 8.5vw, 132px);
  line-height: 1;
}
.contact-title > span {
  font-size: clamp(70px, 12vw, 170px);
  line-height: 1;
  transition: transform 0.6s var(--ease);
}
.contact-title:hover > span {
  transform: translate(10px, -10px);
}
.contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-top: 24px;
  font-size: 13px;
}
.contact-bottom a {
  font-size: 17px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.site-footer {
  padding-block: 45px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
.footer-brand {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.footer-brand span {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.site-footer > div:not(.footer-meta) {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
}
.footer-meta {
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  color: var(--muted);
  font-size: 10px;
}
/* Copy and controls stay visible without JS; motion only affects framing. */
.motion-ready .scena-stage,
.motion-ready .project-image {
  clip-path: polygon(0 0, 92% 0, 100% 15%, 100% 100%, 8% 100%, 0 85%);
  transition: clip-path 1.15s var(--ease);
}
.motion-ready .scena-stage.is-connected,
.motion-ready .project-image.is-connected {
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
.motion-ready .portrait-wrap::before {
  transform: scaleX(0.3);
  transform-origin: right;
  transition: transform 1s var(--ease);
}
.motion-ready .portrait-wrap.is-connected::before {
  transform: scaleX(1);
}
@media (min-width: 1600px) {
  .site-header {
    padding-inline: max(56px, calc((100vw - 1440px) / 2));
  }
}
@media (max-width: 1100px) {
  .section-shell {
    width: calc(100% - 64px);
  }
  .site-header {
    padding-inline: 32px;
  }
  .site-header nav {
    gap: 18px;
  }
  .site-header nav .nav-contact {
    margin-left: 5px;
  }
  .hero-second {
    padding-left: 0;
  }
  h1 {
    font-size: 8vw;
  }
  .connection-demo {
    gap: 30px;
    grid-template-columns: 0.7fr 1.3fr;
  }
  .demo-options {
    gap: 15px;
  }
  .expertise {
    gap: 7%;
  }
  summary h3 {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  .section-shell {
    width: calc(100% - 40px);
  }
  .site-header {
    padding: 22px 20px;
    min-height: 85px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .wordmark {
    font-size: 21px;
  }
  .join-mark {
    width: 32px;
  }
  .wordmark small {
    font-size: 6px;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: none;
    color: var(--paper);
    font-size: 12px;
    cursor: pointer;
    padding: 10px 0 10px 10px;
  }
  .menu-toggle span {
    font-size: 20px;
    transition: transform 0.35s;
  }
  .menu-toggle[aria-expanded='true'] span {
    transform: rotate(45deg);
  }
  .site-header nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-ready nav {
    display: none;
  }
  .nav-ready nav.is-open {
    display: flex;
  }
  .site-header nav a {
    font-size: 24px;
    border-top: 1px solid var(--line);
    padding-block: 18px;
  }
  .site-header nav span {
    float: right;
  }
  .site-header nav .nav-contact {
    margin: 0;
    font-size: 17px;
  }
  .hero {
    padding-top: 26px;
  }
  .hero-topline .eyebrow {
    font-size: 8px;
  }
  .edition {
    display: none;
  }
  h1 {
    font-size: clamp(42px, 9.5vw, 71px);
    line-height: 1.11;
    margin: 40px 0 30px;
  }
  .hero h1 em {
    white-space: nowrap;
  }
  .hero-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    align-items: stretch;
  }
  .hero-emblem {
    width: 82%;
    align-self: flex-end;
  }
  .hero-intro {
    padding: 0;
  }
  .hero-intro p {
    font-size: 15px;
  }
  .hero-intro .text-link {
    margin-top: 12px;
  }
  .hero-baseline {
    margin-top: 30px;
    font-size: 9px;
  }
  .hero-baseline span:last-child {
    display: none;
  }
  .emblem-caption {
    font-size: 7px;
    margin-top: 12px;
  }
  .featured {
    padding-top: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-note {
    display: none;
  }
  h2 {
    font-size: 38px;
  }
  .feature-title {
    gap: 15px;
    margin-bottom: 28px;
  }
  .round-link {
    width: 42px;
    height: 42px;
    font-size: 24px;
    flex-shrink: 0;
  }
  .scena-stage > img {
    aspect-ratio: 1.15;
  }
  .image-caption {
    padding: 35px 15px 15px;
    font-size: 19px;
  }
  .image-caption span {
    max-width: 135px;
    font-size: 9px;
    text-align: right;
  }
  .project-caption {
    display: block;
    padding-top: 18px;
  }
  .project-caption p {
    font-size: 13px;
  }
  .project-caption .text-link {
    margin-top: 12px;
  }
  .connection-demo {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 22px;
    padding-block: 30px;
  }
  .demo-intro h3 {
    font-size: 32px;
  }
  .demo-intro > p:not(.eyebrow) {
    max-width: 340px;
  }
  .demo-note {
    margin-top: 12px;
  }
  .demo-options {
    gap: 0;
    justify-content: space-between;
  }
  .demo-options button {
    font-size: 11px;
    padding-block: 16px;
  }
  .demo-path {
    grid-template-columns: 1fr 38px 1.2fr;
    padding-top: 30px;
    min-height: 145px;
  }
  .path-part strong {
    font-size: 20px;
  }
  .path-part > span:last-child {
    font-size: 10px;
  }
  .path-index {
    font-size: 8px;
  }
  .path-joint span {
    width: 18px;
    height: 14px;
  }
  .demo-explanation {
    min-height: 86px;
    font-size: 12px;
  }
  .demo-foot {
    gap: 25px;
  }
  .commerce {
    padding-block: 70px;
  }
  .commerce .section-heading h2,
  .tourism .section-heading h2 {
    font-size: 32px;
    margin-top: 24px;
  }
  .commerce-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .anagh {
    margin-top: 0;
    margin-left: 35px;
  }
  .project-name h3 {
    font-size: 29px;
  }
  .project-discipline {
    font-size: 9px;
  }
  .software-grid {
    grid-template-columns: 1fr;
    padding-block: 50px;
    gap: 30px;
  }
  .software h2 {
    font-size: 40px;
  }
  .software-visual {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    align-items: center;
    gap: 20px;
  }
  .software-visual img {
    width: 100%;
  }
  .software-label {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 9px;
  }
  .expertise {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 75px;
  }
  .expertise-intro h2 {
    font-size: 42px;
  }
  summary h3 {
    font-size: 22px;
  }
  .human {
    grid-template-columns: 1fr;
    padding-bottom: 70px;
    gap: 35px;
  }
  .portrait-wrap {
    width: 66%;
  }
  .human h2 {
    font-size: 36px;
  }
  .human-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .tourism {
    padding-block: 40px 70px;
  }
  .tourism-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .contact-ending {
    padding-block: 40px 30px;
  }
  .contact-title h2 {
    font-size: 53px;
  }
  .contact-title > span {
    font-size: 66px;
  }
  .contact-title {
    padding-block: 30px;
  }
  .contact-bottom {
    display: block;
  }
  .contact-bottom a {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
  }
  .footer-meta {
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer-meta span:first-child {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .image-link:hover img,
  .contact-title:hover > span {
    transform: none;
  }
}

@media (max-width: 760px) {
  .demo-path {
    align-items: start;
  }
  .path-joint {
    align-self: center;
  }
}

/* Accueil : services illustrés, dans le langage graphique Articulation. */
.expertise {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 8%;
}
.expertise-intro > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 380px;
}
.expertise-sketch {
  margin-top: 48px;
  max-width: 380px;
}
.expertise-sketch svg {
  display: block;
  width: 100%;
  stroke: #9384ad;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.expertise-sketch .sketch-link {
  stroke: #d881d2;
  stroke-dasharray: 3 5;
}
.expertise-sketch text {
  stroke: none;
  fill: #aaa0b8;
  font:
    9px Arial,
    sans-serif;
  letter-spacing: 1px;
}
.expertise-list {
  display: grid;
  gap: 10px;
}
.expertise-list details {
  position: relative;
  border: 1px solid #343039;
  background: #141217;
  border-radius: 3px;
  transition:
    background 250ms,
    border-color 250ms;
}
.expertise-list details[open] {
  background: #211a2c;
  border-color: #756088;
}
.expertise-list details::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -1px;
  width: 2px;
  background: linear-gradient(#ec039f, #a212da, #3b4ef4);
  opacity: 0;
  transition: opacity 250ms;
}
.expertise-list details[open]::before {
  opacity: 1;
}
.expertise-list summary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  gap: 18px;
  padding: 22px;
}
.expertise-list summary:focus-visible {
  outline: 2px solid var(--lavender);
  outline-offset: 4px;
}
.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #26212e;
  color: #c1b2ee;
  border: 1px solid #564860;
  border-radius: 13px 3px 13px 3px;
  transition:
    background 250ms,
    color 250ms;
}
.service-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.expertise-list details[open] .service-icon {
  background: #c1b2ee;
  color: #282034;
  border-color: #c1b2ee;
}
.service-title {
  min-width: 0;
}
.expertise-list .service-number {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #b8a8ca;
  margin-bottom: 7px;
}
.expertise-list summary h3 {
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.25;
}
.expertise-list .service-content {
  padding: 0 24px 26px 92px;
}
.expertise-list .service-content p {
  color: #c2bbc9;
}
@media (hover: hover) {
  .expertise-list details:hover {
    border-color: #9d80b3;
  }
}
@media (max-width: 850px) {
  .expertise {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .expertise-sketch {
    max-width: 330px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .expertise-list summary {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 18px 14px;
  }
  .service-icon {
    width: 42px;
    height: 42px;
  }
  .service-icon svg {
    width: 25px;
    height: 25px;
  }
  .expertise-list .service-content {
    padding: 0 18px 24px;
  }
  .expertise-list summary h3 {
    font-size: 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .expertise-list details,
  .expertise-list details::before,
  .service-icon {
    transition: none;
  }
}
