:root {
  --wine: #751c2c;
  --ink: #170b0e;
  --ivory: #f5f0e9;
  --white: #fff;
  --pink: #d7adb5;
  --line: rgba(117, 28, 44, 0.22);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font: 16px/1.55 var(--sans);
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a {
  color: inherit;
}
.wrap {
  width: min(1220px, calc(100% - 48px));
  margin: auto;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--wine);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(4rem, 9vw, 9.7rem);
  margin: 18px 0 30px;
}
h2 {
  font-size: clamp(2.8rem, 6vw, 6.3rem);
  margin-bottom: 34px;
}
.serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--wine);
}
.wine {
  color: var(--wine);
}
.btn {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding: 15px 20px;
  background: var(--wine);
  border: 1px solid var(--wine);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.73rem;
  font-weight: 800;
  transition: 0.25s;
}
.btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-3px);
}
.btn.light {
  background: white;
  color: var(--wine);
  border-color: white;
}
.btn.ghost {
  background: transparent;
  color: var(--wine);
}
header {
  height: 86px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: #f5f0e9e9;
  backdrop-filter: blur(13px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 190px;
  height: 58px;
  object-fit: contain;
  transform: none;
}
nav {
  display: flex;
  gap: 27px;
  align-items: center;
}
nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.69rem;
  font-weight: 800;
  position: relative;
}
nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--wine);
  transition: 0.3s;
}
nav a:hover:after,
nav a.active:after {
  right: 0;
}
.mobile-toggle {
  display: none;
  background: 0;
  border: 0;
  color: var(--wine);
  font-size: 1.4rem;
}
.page {
  padding-top: 86px;
}
.transition {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: var(--wine);
  transform: translateY(-100%);
  pointer-events: none;
}
.transition.go {
  animation: curtain 0.7s ease-in-out;
}
.hero {
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
  padding: 65px 0;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 65px;
  align-items: center;
}
.lead {
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  max-width: 660px;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}
.small-note {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}
.hero-media {
  height: min(68vh, 680px);
  position: relative;
  border-radius: 50% 50% 2px 2px;
  overflow: hidden;
}
.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
  animation: breathe 12s alternate infinite;
}
.hero-media:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, #170b0edb);
}
.hero-caption {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 25px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.7rem;
}
.floating-mark {
  position: absolute;
  z-index: 3;
  width: 118px;
  height: 118px;
  left: -42px;
  top: 42%;
  background: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 36px #0003;
}
.floating-mark img {
  width: 78%;
  animation: spin 20s linear infinite;
}
.ticker {
  background: var(--wine);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  padding: 17px 0;
}
.ticker-track {
  display: inline-block;
  font: italic 1.5rem var(--serif);
  animation: marquee 24s linear infinite;
}
.ticker span {
  padding: 0 26px;
}
.ticker i {
  opacity: 0.35;
}
section {
  padding: 110px 0;
}
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
}
.large-copy {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.4;
}
.large-copy strong {
  color: var(--wine);
}
.dark {
  background: var(--ink);
  color: white;
}
.dark .eyebrow {
  color: var(--pink);
}
.service-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.service-card {
  min-height: 480px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff2e;
}
.service-card:first-child {
  background: var(--wine);
}
.service-card h3 {
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}
.service-card p {
  max-width: 500px;
}
.service-card .num {
  font: italic 3rem var(--serif);
  opacity: 0.6;
}
.service-card ul {
  padding: 0;
  list-style: none;
}
.service-card li {
  padding: 8px 0;
  border-top: 1px solid #ffffff3a;
}
.service-card a {
  margin-top: 18px;
}
.transverse {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #ffffff3a;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 6vw;
}
.transverse h3 {
  font: italic 2.2rem var(--serif);
}
.teaser-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
.teaser-head p {
  max-width: 520px;
}
.project-strip {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 17px;
  height: 550px;
  margin-top: 48px;
}
.project-tile {
  position: relative;
  overflow: hidden;
  color: white;
}
.project-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72);
  transition: 0.7s;
}
.project-tile:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, #170b0ef0);
}
.project-tile:hover img {
  transform: scale(1.06);
}
.project-info {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
}
.project-info h3 {
  font-size: clamp(1.5rem, 2.7vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.project-info p {
  font-size: 0.84rem;
  margin: 0;
}
.right {
  text-align: right;
  margin-top: 25px;
}
.page-hero {
  padding: 95px 0 70px;
  min-height: 67vh;
  display: flex;
  align-items: end;
  position: relative;
}
.page-hero p {
  max-width: 680px;
  font-size: 1.25rem;
}
.page-hero .giant {
  position: absolute;
  right: -3vw;
  top: 4vh;
  font: italic clamp(12rem, 30vw, 30rem)/1 var(--serif);
  color: var(--wine);
  opacity: 0.06;
  pointer-events: none;
}
.service-block {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 8vw;
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.service-block h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}
.service-list div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.accent {
  background: var(--wine);
  color: white;
}
.accent .eyebrow {
  color: #e6cbd0;
}
.expo-box {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}
.expo-box h2 {
  margin: 0;
}
.expo-box li {
  margin-bottom: 10px;
}
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.filter {
  border: 1px solid var(--wine);
  background: transparent;
  color: var(--wine);
  padding: 9px 14px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.filter.active {
  background: var(--wine);
  color: white;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.work {
  grid-column: span 4;
  min-height: 490px;
  position: relative;
  background: white;
  overflow: hidden;
  transition: 0.35s;
}
.work.wide {
  grid-column: span 8;
}
.work.hidden {
  display: none;
}
.work-media {
  height: 265px;
  position: relative;
  background: var(--wine);
  overflow: hidden;
}
.work.wide .work-media {
  height: 300px;
}
.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72);
  transition: 0.6s;
}
.work:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px #3b151a18;
}
.work:hover img {
  transform: scale(1.05);
}
.placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  color: white;
  text-align: center;
  padding: 25px;
  background: linear-gradient(135deg, var(--wine), #321017);
}
.placeholder b {
  display: block;
  font: italic 2rem var(--serif);
}
.placeholder span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.7;
}
.video-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  border: 0;
  background: white;
  color: var(--wine);
  border-radius: 30px;
  padding: 8px 11px;
  font-size: 0.65rem;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    color 0.25s,
    background 0.25s,
    transform 0.25s;
}
.video-badge:hover,
.video-badge:focus-visible {
  color: white;
  background: var(--wine);
  transform: translateY(-2px);
}
.video-dialog {
  width: min(980px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  background: #140b0d;
  color: white;
  box-shadow: 0 32px 90px #12070a80;
}
.video-dialog::backdrop {
  background: #1c0b0fdd;
  backdrop-filter: blur(8px);
}
.video-dialog-bar {
  min-height: 64px;
  padding: 14px 18px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.video-dialog-bar h2 {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
  text-transform: uppercase;
}
.video-close {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid #ffffff55;
  border-radius: 50%;
  background: transparent;
  color: white;
  font: 300 1.8rem/1 sans-serif;
  cursor: pointer;
}
.video-close:hover,
.video-close:focus-visible {
  background: white;
  color: var(--wine);
}
.video-frame {
  aspect-ratio: 16 / 9;
  background: black;
}
.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.work-copy {
  padding: 25px;
}
.work-copy h3 {
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.work-copy .role {
  color: var(--wine);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.missions {
  font-size: 0.88rem;
}
.missions strong {
  display: block;
  margin-top: 14px;
}
.about-hero {
  min-height: 82vh;
  display: grid;
  align-items: center;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 7vw;
  align-items: center;
}
.about-image {
  height: 630px;
  position: relative;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-image:before {
  content: "";
  position: absolute;
  inset: -20px 25px 35px -24px;
  border: 2px solid var(--wine);
  z-index: -1;
}
.story {
  background: white;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
}
.story-copy {
  font-size: 1.18rem;
}
.quote {
  font: italic clamp(1.8rem, 3.5vw, 3.5rem)/1.2 var(--serif);
  color: var(--wine);
  margin: 50px 0;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value {
  border-top: 1px solid var(--wine);
  padding-top: 20px;
}
.value b {
  font: italic 2rem var(--serif);
  color: var(--wine);
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 7vw;
  align-items: start;
}
.contact-panel {
  position: sticky;
  top: 130px;
}
.contact-panel h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
}
.contact-details {
  display: grid;
  justify-items: start;
  gap: 0.45rem;
  margin-top: 2rem;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.45;
}
.contact-details a,
.contact-details span {
  display: block;
  max-width: 100%;
}
.contact-details a {
  color: inherit;
  text-decoration: none;
}
.contact-details a:first-child {
  font-weight: 700;
  overflow-wrap: anywhere;
}
.contact-details a:hover,
.contact-details a:focus-visible {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
form {
  background: white;
  padding: 42px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
label {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
}
input,
select,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9a7c82;
  background: transparent;
  padding: 12px 2px;
  font: inherit;
  color: var(--ink);
  border-radius: 0;
}
textarea {
  min-height: 120px;
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: var(--wine);
}
.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.82rem;
}
.check input {
  width: auto;
  margin-top: 5px;
}
.form-note {
  font-size: 0.78rem;
  color: #695a5d;
}
.success {
  display: none;
  padding: 15px;
  background: #edf5ed;
  color: #214b28;
  margin-top: 18px;
}

.form-error {
  display: none;
  margin-top: 16px;
  color: #8b1d2c;
  font-weight: 600;
}
.honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.site-footer {
  border-top: 1px solid rgba(117, 28, 44, 0.18);
  background: var(--paper);
  color: var(--ink);
}
.footer-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.88rem;
}
.footer-inner div {
  display: flex;
  gap: 24px;
}
.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--wine);
}
@media (max-width: 650px) {
  .footer-inner {
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-inner div {
    flex-direction: column;
    gap: 10px;
  }
}

.legal-page section {
  padding: clamp(70px, 10vw, 130px) 0;
}
.legal-content {
  max-width: 920px;
}
.legal-content h1 {
  margin: 18px 0 64px;
}
.legal-content h2 {
  margin: 42px 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}
.legal-content p {
  max-width: 76ch;
  line-height: 1.75;
}
.legal-content a {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-date {
  margin-top: 56px;
  opacity: 0.68;
}
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: 0.75s;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@keyframes breathe {
  to {
    transform: scale(1.09) translateY(-1%);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes curtain {
  0% {
    transform: translateY(-100%);
  }
  45%,
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@media (max-width: 850px) {
  .wrap {
    width: min(100% - 30px, 1220px);
  }
  .mobile-toggle {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    background: var(--ivory);
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  nav.open {
    display: flex;
  }
  .brand img {
    width: 155px;
  }
  .hero {
    padding-top: 40px;
  }
  .hero-grid,
  .split,
  .service-duo,
  .transverse,
  .service-block,
  .expo-box,
  .about-grid,
  .story-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: clamp(3.8rem, 17vw, 6.5rem);
  }
  .hero-media {
    height: 500px;
    margin-left: 27px;
  }
  .floating-mark {
    left: -28px;
    width: 92px;
    height: 92px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .project-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    height: 490px;
    margin-right: -15px;
  }
  .project-tile {
    min-width: 82vw;
    scroll-snap-align: start;
  }
  .teaser-head {
    display: block;
  }
  .service-block {
    gap: 15px;
  }
  .projects-grid {
    display: block;
  }
  .work,
  .work.wide {
    margin-bottom: 18px;
    min-height: 0;
  }
  .work-media,
  .work.wide .work-media {
    height: 290px;
  }
  .values {
    grid-template-columns: 1fr;
  }
  .about-image {
    height: 510px;
    margin: 25px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: 1;
  }
  .contact-panel {
    position: relative;
    top: 0;
  }
  form {
    padding: 27px;
  }
  section {
    padding: 80px 0;
  }
  .page-hero {
    min-height: 58vh;
  }
  .page-hero .giant {
    top: 10vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-media > img,
  .floating-mark img,
  .ticker-track {
    animation: none;
  }
}

/* Immersive entry */
.entry {
  min-height: calc(100svh - 86px);
  display: grid;
  align-items: center;
  padding: 42px 0 28px;
}
.entry-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 42px;
  align-items: center;
}
.entry h1 {
  font-size: clamp(3.9rem, 7.6vw, 8.1rem);
}
.entry-copy {
  max-width: 610px;
  font-size: 1.18rem;
}
.entry-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.entry-action {
  flex: 1;
  min-width: 155px;
  padding: 18px;
  border-top: 1px solid var(--wine);
  text-decoration: none;
  transition: 0.3s;
}
.entry-action span {
  display: block;
  color: var(--wine);
  font: italic 1.7rem var(--serif);
}
.entry-action small {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.65rem;
}
.entry-action:hover {
  background: var(--wine);
  color: white;
  padding-left: 25px;
}
.entry-action:hover span {
  color: white;
}
.showcase {
  height: min(76vh, 740px);
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  position: relative;
}
.showcase figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  background: var(--ink);
}
.showcase figure:first-child {
  grid-row: 1/3;
}
.showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
  transition:
    transform 0.8s,
    opacity 0.4s;
}
.showcase figure:hover img {
  transform: scale(1.06);
}
.showcase figcaption {
  position: absolute;
  inset: auto 12px 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
  text-shadow: 0 2px 8px #000;
}
.showcase-label {
  position: absolute;
  z-index: 3;
  left: -18px;
  bottom: 32px;
  background: var(--wine);
  color: white;
  padding: 13px 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.67rem;
}
.media-wall {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}
.media-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-wall figure {
  margin: 0;
  overflow: hidden;
}
.media-wall figure:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}
.media-wall figure:nth-child(2) {
  grid-column: span 5;
}
.media-wall figure:nth-child(3) {
  grid-column: span 5;
}
.media-wall figure:nth-child(4) {
  grid-column: span 4;
}
.media-wall figure:nth-child(5) {
  grid-column: span 8;
}
.acts-feature {
  background: var(--ink);
  color: white;
  padding: 0;
}
.acts-stage {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 650px;
}
.acts-copy {
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.acts-copy h3 {
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  text-transform: uppercase;
  line-height: 0.9;
}
.acts-tabs {
  display: flex;
  flex-direction: column;
}
.acts-tab {
  border: 0;
  border-top: 1px solid #ffffff42;
  background: transparent;
  color: #ffffff75;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.acts-tab.active {
  color: white;
  padding-left: 14px;
}
.acts-visual {
  position: relative;
  overflow: hidden;
}
.acts-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s;
}
.acts-visual:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, #170b0e99);
}
.acts-caption {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 22px;
  color: #fff;
  font: italic 2rem var(--serif);
}
.budget-proof {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  align-items: center;
}
.budget-number {
  font: italic clamp(5rem, 13vw, 13rem)/0.8 var(--serif);
  color: var(--wine);
}
.need-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 45px;
}
.need-card {
  padding: 30px;
  border-top: 1px solid var(--wine);
  background: white;
}
.need-card b {
  font: italic 2rem var(--serif);
  color: var(--wine);
}
.need-card h3 {
  text-transform: uppercase;
  margin-top: 25px;
}
.about-image img {
  object-position: center center;
}
@media (max-width: 850px) {
  .entry {
    padding-top: 30px;
  }
  .entry-grid,
  .acts-stage,
  .budget-proof {
    grid-template-columns: 1fr;
  }
  .showcase {
    height: 560px;
  }
  .entry-action {
    min-width: 100%;
  }
  .media-wall {
    display: flex;
    overflow-x: auto;
    grid-auto-rows: auto;
  }
  .media-wall figure {
    min-width: 78vw;
    height: 430px;
  }
  .acts-copy {
    padding: 30px;
  }
  .acts-visual {
    min-height: 480px;
  }
  .need-grid {
    grid-template-columns: 1fr;
  }
}

/* V4 — immersive, utile et lisible */
.dual-entry {
  padding: 0;
  background: var(--ink);
  color: white;
}
.dual-intro {
  min-height: 54vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 24px;
  position: relative;
}
.dual-intro > img {
  width: 190px;
  height: 86px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}
.dual-intro .eyebrow {
  color: var(--pink);
}
.dual-intro h1 {
  font-size: clamp(3.3rem, 8vw, 8.3rem);
  margin: 16px 0 22px;
}
.dual-intro p {
  max-width: 650px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}
.scroll-cue {
  position: absolute;
  bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.7rem;
  color: #ffffffb8;
}
.universe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 72vh;
}
.universe {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: clamp(30px, 5vw, 70px);
  color: white;
  text-decoration: none;
  border-top: 1px solid #ffffff38;
}
.universe + .universe {
  border-left: 1px solid #ffffff38;
}
.universe:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #170b0e13 10%, #170b0ee8 88%);
  z-index: 1;
}
.universe img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72);
  transition:
    transform 0.8s,
    filter 0.8s;
}
.universe:hover img {
  transform: scale(1.045);
  filter: saturate(1);
}
.universe > div,
.universe-count {
  position: relative;
  z-index: 2;
}
.universe-count {
  position: absolute;
  top: 35px;
  right: 38px;
  font: italic 3rem var(--serif);
}
.universe-kicker {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  color: var(--pink);
  margin-bottom: 15px;
}
.universe h2 {
  font-size: clamp(2.8rem, 5.4vw, 6rem);
  margin-bottom: 20px;
}
.universe p {
  font-size: 1.05rem;
  max-width: 520px;
}
.universe b {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
}
.home-gallery {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  grid-template-rows: 260px 260px;
  gap: 14px;
  margin-top: 52px;
}
.home-gallery figure {
  margin: 0;
  overflow: hidden;
}
.home-gallery figure:first-child {
  grid-row: 1/3;
}
.home-gallery figure:nth-child(4) {
  grid-column: 2/3;
}
.home-gallery figure:nth-child(5) {
  grid-column: 3/4;
}
.home-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72);
  transition: 0.65s;
}
.home-gallery figure:hover img {
  transform: scale(1.05);
  filter: saturate(1);
}
.gallery-cta {
  text-align: center;
  margin-top: 32px;
}
.cutout {
  height: 650px;
  background: radial-gradient(circle at 50% 60%, #d7adb585, transparent 64%);
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: visible;
}
.cutout:before {
  inset: 50px -20px 15px 25px;
}
.cutout img {
  position: relative;
  z-index: 2;
  width: 118%;
  height: auto;
  max-height: 690px;
  object-fit: contain;
  object-position: center bottom;
}
.cutout-word {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  color: var(--wine);
  opacity: 0.1;
}
.acts-media {
  height: 300px;
}
.acts-media .acts-caption {
  left: 22px;
  bottom: 17px;
}
.format-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.format-pills .acts-tab {
  border: 1px solid var(--line);
  border-radius: 30px;
  color: var(--wine);
  padding: 8px 12px;
  font-size: 0.66rem;
}
.format-pills .acts-tab.active {
  background: var(--wine);
  color: #fff;
  padding-left: 12px;
}
.conditional {
  display: none;
  padding: 18px;
  background: #f7f1ec;
  border-left: 3px solid var(--wine);
}
.conditional.visible {
  display: flex;
}
.services-field {
  border: 0;
  padding: 18px 0;
  margin: 0;
  gap: 12px;
}
.services-field legend {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin-bottom: 12px;
}
.work-copy {
  padding: 30px;
}
.work-copy p {
  line-height: 1.65;
}
.missions {
  line-height: 1.65;
}
@media (max-width: 850px) {
  .dual-intro {
    min-height: 50vh;
  }
  .universe-grid {
    grid-template-columns: 1fr;
  }
  .universe {
    min-height: 68vh;
  }
  .universe + .universe {
    border-left: 0;
  }
  .universe h2 {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }
  .home-gallery {
    display: flex;
    overflow: auto;
    height: 430px;
    margin-right: -15px;
  }
  .home-gallery figure {
    min-width: 78vw;
  }
  .cutout {
    height: 520px;
    margin: 35px 0 0;
  }
  .cutout img {
    max-height: 560px;
  }
  .work-copy {
    padding: 27px;
  }
}
.projects-grid .work:first-child {
  grid-column: span 4;
}
.projects-grid .work:first-child .work-media {
  height: 265px;
}

/* V5 — cadence visuelle */
.kinetic-hero {
  min-height: calc(100svh - 86px);
  position: relative;
  display: flex;
  align-items: end;
  padding: clamp(60px, 8vw, 110px) 0;
  color: white;
  background: var(--ink);
  overflow: hidden;
}
.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-photo {
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 1.1s ease,
    transform 7s ease;
}
.hero-photo.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
}
.hero-shade {
  background:
    linear-gradient(90deg, #170b0ee8 0%, #170b0e83 48%, #170b0e2b 75%),
    linear-gradient(0deg, #170b0ec9 0%, transparent 55%);
}
.kinetic-content {
  position: relative;
  z-index: 3;
}
.kinetic-content .eyebrow {
  color: #f0dce0;
}
.kinetic-content h1 {
  max-width: 1050px;
  font-size: clamp(4rem, 9.5vw, 10rem);
  margin: 20px 0 36px;
}
.kinetic-content > h1 .serif {
  display: inline-block;
  color: #f3cbd3;
}
.kinetic-bottom {
  display: grid;
  grid-template-columns: minmax(250px, 540px) 1fr;
  gap: 7vw;
  align-items: end;
}
.kinetic-bottom > p {
  font-size: clamp(1.05rem, 1.65vw, 1.35rem);
  margin: 0;
}
.verb-rail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: clamp(1.4rem, 2.4vw, 2.5rem);
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 800;
}
.verb-rail span {
  opacity: 0.32;
  transition: 0.45s;
}
.verb-rail span.active {
  opacity: 1;
  color: #f3cbd3;
  transform: translateX(-18px);
}
.hero-mark {
  position: absolute;
  z-index: 2;
  right: 4vw;
  top: 7vh;
  width: min(37vw, 520px);
  aspect-ratio: 1;
  opacity: 0.42;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: cadenceFloat 6s ease-in-out infinite;
}
.hero-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.hero-next {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 28px;
  border: 1px solid #ffffff8c;
  background: #170b0e66;
  color: white;
  padding: 13px 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.hero-next:hover {
  background: var(--wine);
}
@keyframes cadenceFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(18px) rotate(3deg);
  }
}
.expertise-showcase {
  overflow: hidden;
}
.expertise-panels {
  display: grid;
  grid-template-columns: 1fr 1fr 0.72fr;
  min-height: 620px;
  margin-top: 50px;
}
.expertise-panel {
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: 34px;
  color: white;
  text-decoration: none;
  border: 1px solid #ffffff2b;
  transition: 0.45s;
}
.expertise-panel.visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #170b0ef0 4%, #170b0e24 72%);
  z-index: 1;
}
.expertise-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65);
  transition: 0.7s;
}
.expertise-panel:hover img {
  transform: scale(1.05);
  filter: saturate(1);
}
.expertise-panel > div,
.expertise-panel .num {
  position: relative;
  z-index: 2;
}
.expertise-panel .num {
  position: absolute;
  top: 24px;
  right: 28px;
  font: italic 2.6rem var(--serif);
}
.expertise-panel small,
.expertise-panel b {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}
.expertise-panel small {
  color: var(--pink);
  margin-bottom: 14px;
}
.expertise-panel h3 {
  font-size: clamp(2rem, 3.3vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.expertise-panel p {
  line-height: 1.55;
}
.expertise-panel.bridge {
  background: var(--wine);
}
.expertise-panel.bridge h3 {
  font-size: clamp(1.8rem, 2.7vw, 3rem);
}
.project-stage {
  padding-top: 45px;
}
.need-card {
  color: inherit;
  text-decoration: none;
  transition: 0.35s;
}
.need-card span {
  display: inline-block;
  margin-top: 22px;
  color: var(--wine);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 800;
}
.need-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 35px #3b151a18;
}
.expo-detail {
  margin-top: 35px;
  padding: 28px;
  background: white;
  border-left: 4px solid var(--wine);
}
.expo-detail h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
  margin: 14px 0;
}
.support-copy {
  font-size: 1.05rem;
  line-height: 1.72;
  max-width: 660px;
}
.support-copy p {
  margin-bottom: 1.35em;
}
.about-image.cutout {
  height: 720px;
  margin: 0;
  overflow: hidden;
  align-items: flex-end;
}
.about-image.cutout:before {
  inset: 55px 10px 25px 45px;
}
.about-image.cutout img {
  width: auto;
  height: 105%;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-1%);
  clip-path: polygon(
    46% 0,
    100% 0,
    100% 100%,
    7% 100%,
    11% 83%,
    16% 69%,
    22% 50%,
    22% 22%
  );
}
.cutout-word {
  font-size: clamp(6rem, 11vw, 11rem);
}
.field-help {
  margin: -4px 0 7px;
  color: #75666a;
  font-size: 0.85rem;
}
.services-field .check {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.services-field .check strong {
  color: var(--wine);
}
.acts-media .acts-caption {
  display: none;
}
.field.prefilled {
  padding: 14px 16px;
  background: #f7f1ec;
  border-left: 3px solid var(--wine);
}
@media (max-width: 1000px) {
  .expertise-panels {
    grid-template-columns: 1fr 1fr;
  }
  .expertise-panel.bridge {
    grid-column: 1/-1;
    min-height: 300px;
  }
}
@media (max-width: 850px) {
  .kinetic-hero {
    min-height: calc(100svh - 86px);
    padding-bottom: 85px;
  }
  .hero-shade {
    background: linear-gradient(0deg, #170b0ef2 0%, #170b0e31 80%);
  }
  .hero-mark {
    width: 72vw;
    right: -12vw;
    top: 4vh;
  }
  .kinetic-content h1 {
    font-size: clamp(3.6rem, 17vw, 6.1rem);
  }
  .kinetic-bottom {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .verb-rail {
    align-items: flex-start;
  }
  .verb-rail span.active {
    transform: translateX(12px);
  }
  .hero-next {
    left: 15px;
    right: auto;
    bottom: 22px;
  }
  .expertise-panels {
    grid-template-columns: 1fr;
  }
  .expertise-panel,
  .expertise-panel.bridge {
    grid-column: auto;
    min-height: 520px;
  }
  .expertise-panel.bridge {
    min-height: 360px;
  }
  .about-image.cutout {
    height: 590px;
    margin: 20px 0 0;
  }
  .about-image.cutout img {
    height: 107%;
    transform: translateX(-1%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-photo {
    transition: none;
    transform: none;
  }
  .hero-mark {
    animation: none;
  }
  .verb-rail span {
    transition: none;
  }
}

/* V6 — images uniques, titrage fluide et repères cohérents */
.hero-photo.tractor img {
  object-position: center 72%;
}
.hero-photo.audiovisual img {
  object-position: center 58%;
}
.expertise-panels {
  grid-template-columns: 1fr 1fr;
}
.expertise-panel.bridge {
  grid-column: 1/-1;
  min-height: 310px;
}
.expertise-panel h3 {
  font-size: clamp(2rem, 3.1vw, 3.55rem);
  letter-spacing: -0.045em;
  overflow-wrap: normal;
}
.expertise-panel p {
  max-width: 570px;
}
.about-hero {
  position: relative;
  overflow: hidden;
}
.page-number {
  position: absolute;
  right: -2vw;
  top: 3vh;
  font: italic clamp(11rem, 26vw, 27rem)/1 var(--serif);
  color: var(--wine);
  opacity: 0.055;
  pointer-events: none;
}
.about-image.cutout {
  height: 760px;
  overflow: visible;
  background: radial-gradient(circle at 55% 62%, #d7adb56b, transparent 61%);
}
.about-image.cutout:before {
  display: none;
}
.about-image.cutout img {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: none;
  transform: none;
  object-fit: contain;
  object-position: center bottom;
  clip-path: polygon(
    47% 0,
    100% 0,
    100% 100%,
    7% 100%,
    11% 83%,
    16% 69%,
    22% 50%,
    22% 22%
  );
}
.cutout-word {
  display: none;
}
@media (max-width: 850px) {
  .expertise-panels {
    grid-template-columns: 1fr;
  }
  .expertise-panel.bridge {
    grid-column: auto;
  }
  .expertise-panel h3 {
    font-size: clamp(2.55rem, 11.5vw, 4.2rem);
    overflow-wrap: break-word;
  }
  .about-image.cutout {
    height: 620px;
    overflow: visible;
  }
  .about-image.cutout img {
    height: 97%;
    max-width: none;
  }
  .page-number {
    top: 7vh;
  }
}
@media (max-width: 850px) {
  .expertise-panel h3 {
    font-size: clamp(2.05rem, 9vw, 3.2rem);
    overflow-wrap: normal;
  }
}

/* V7 — focales et panneaux verticaux */
.hero-photo.tractor img {
  object-position: center 72%;
  transform: scale(-1.16, 1.16);
  transform-origin: 50% 72%;
}
.portrait-media img {
  object-position: center 58%;
}
.about-image.cutout {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.about-image.cutout .about-monogram {
  position: absolute;
  z-index: 1;
  inset: 4% -6% 0 auto;
  width: 112%;
  height: 92%;
  max-width: none;
  opacity: 0.16;
  object-fit: contain;
  clip-path: none;
  transform: none;
}
.about-image.cutout .about-person {
  position: relative;
  z-index: 2;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  transform: none;
  clip-path: polygon(
    47% 0,
    100% 0,
    100% 100%,
    7% 100%,
    11% 83%,
    16% 69%,
    22% 50%,
    22% 22%
  );
}
@media (min-width: 1001px) {
  .expertise-panels {
    grid-template-columns: 1fr 1fr 0.72fr;
    min-height: 620px;
  }
  .expertise-panel.bridge {
    grid-column: auto;
    min-height: 620px;
  }
  .expertise-panel h3 {
    font-size: clamp(1.85rem, 2.45vw, 3rem);
    letter-spacing: -0.045em;
  }
}
@media (max-width: 850px) {
  .about-image.cutout {
    height: 620px;
  }
  .about-image.cutout .about-person {
    height: 97%;
    max-width: none;
  }
  .about-image.cutout .about-monogram {
    width: 125%;
    right: -14%;
  }
}

/* V8 — entrée projet, portrait et finitions */
.process-hero {
  min-height: calc(100svh - 86px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(72px, 9vw, 118px) 0;
  background:
    radial-gradient(
      circle at 84% 48%,
      #81283b 0,
      rgba(117, 28, 44, 0.42) 20%,
      transparent 43%
    ),
    linear-gradient(122deg, #170b0e 0%, #2a0e15 56%, #170b0e 100%);
  color: #fff;
}
.process-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(25% - 1px),
    rgba(255, 255, 255, 0.22) 25%
  );
}
.process-content {
  position: relative;
  z-index: 2;
}
.process-content .eyebrow {
  color: #efcfd5;
}
.process-content h1 {
  max-width: 970px;
  margin: 18px 0 28px;
  font-size: clamp(4rem, 9vw, 9.5rem);
}
.process-content h1 .serif {
  color: #f1cbd2;
}
.process-content > p {
  max-width: 630px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}
.process-verbs {
  position: absolute;
  z-index: 1;
  right: clamp(24px, 5vw, 86px);
  top: 15%;
  bottom: 17%;
  width: min(31vw, 450px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 42px;
  pointer-events: none;
}
.process-verbs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3%;
  bottom: 3%;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.process-verbs span {
  font: italic clamp(2.2rem, 4.5vw, 5.4rem)/0.95 var(--serif);
  color: #f1cbd2;
  opacity: 0.18;
  animation: verbPulse 6s ease-in-out infinite;
}
.process-verbs span:nth-child(2) {
  animation-delay: 2s;
}
.process-verbs span:nth-child(3) {
  animation-delay: 4s;
}
.process-verbs i {
  position: absolute;
  left: -6px;
  top: 3%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f1cbd2;
  box-shadow: 0 0 0 9px rgba(241, 203, 210, 0.12);
  animation: productionPlayhead 6s ease-in-out infinite;
}
.production-track {
  --progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(850px, 100%);
  margin-top: clamp(46px, 6vw, 76px);
}
.track-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}
.track-line span {
  display: block;
  width: var(--progress);
  height: 2px;
  background: #f1cbd2;
  transition: width 0.65s ease;
}
.process-step {
  position: relative;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 30px 22px 4px 0;
  cursor: pointer;
  opacity: 0.48;
  transition:
    opacity 0.35s,
    transform 0.35s;
}
.process-step:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #170b0e;
  transition: 0.35s;
}
.process-step b,
.process-step small {
  display: block;
}
.process-step b {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}
.process-step small {
  margin-top: 5px;
  font-size: 0.72rem;
  color: #efcfd5;
}
.process-step.active {
  opacity: 1;
  transform: translateY(-4px);
}
.process-step.active:before {
  background: #f1cbd2;
  border-color: #f1cbd2;
  box-shadow: 0 0 0 8px rgba(241, 203, 210, 0.12);
}
.process-live {
  min-height: 28px;
  margin-top: 28px;
  font: italic clamp(1.3rem, 2vw, 2rem) var(--serif);
  color: #f1cbd2;
}
@keyframes verbPulse {
  0%,
  30%,
  100% {
    opacity: 0.18;
    transform: translateX(0);
  }
  8%,
  22% {
    opacity: 1;
    transform: translateX(-18px);
  }
}
@keyframes productionPlayhead {
  0%,
  15% {
    top: 3%;
  }
  34%,
  49% {
    top: 50%;
  }
  68%,
  83%,
  100% {
    top: calc(97% - 13px);
  }
}
.expertise-panel h3 {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.expertise-panel.bridge p {
  font-size: 0.92rem;
  line-height: 1.5;
}
.about-image.cutout {
  isolation: isolate;
  overflow: visible;
  background: transparent;
}
.about-image.cutout:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  inset: 8% 3% 2% 18%;
  background: var(--wine);
  border: 0;
  transform: rotate(-2deg);
}
.about-image.cutout:after {
  display: none;
}
.about-frame-number {
  position: absolute;
  z-index: 1;
  left: 12%;
  top: 16%;
  width: 84%;
  text-align: center;
  font: italic clamp(11rem, 22vw, 21rem)/0.85 var(--serif);
  letter-spacing: -0.12em;
  color: var(--ivory);
  opacity: 0.96;
  pointer-events: none;
}
.about-image.cutout .about-person {
  z-index: 2;
  height: 102%;
  filter: drop-shadow(0 18px 24px rgba(23, 11, 14, 0.2));
}
.birthday-media img {
  object-position: center 28%;
}
.contact-section {
  position: relative;
  overflow: hidden;
}
.contact-number {
  display: block;
  position: relative;
  margin: -30px 0 -18px;
  font: italic clamp(7rem, 12vw, 11rem)/0.85 var(--serif);
  color: var(--wine);
  opacity: 0.13;
  pointer-events: none;
}
.contact-section .contact-layout {
  position: relative;
  z-index: 1;
}
@media (min-width: 1001px) {
  .expertise-panels {
    grid-template-columns: 1fr 1fr 0.72fr;
    min-height: 620px;
  }
  .expertise-panel.bridge {
    grid-column: auto;
    min-height: 620px;
  }
  .expertise-panel h3 {
    font-size: clamp(1.65rem, 2.25vw, 2.75rem);
  }
}
@media (max-width: 850px) {
  .process-hero {
    min-height: calc(100svh - 86px);
    padding: 64px 0 54px;
  }
  .process-content h1 {
    font-size: clamp(3.45rem, 16vw, 5.8rem);
  }
  .process-verbs {
    right: 15px;
    top: 8%;
    bottom: auto;
    width: 48vw;
    height: 215px;
    opacity: 0.65;
    padding-left: 25px;
  }
  .process-verbs span {
    font-size: clamp(1.45rem, 7vw, 2.35rem);
  }
  .production-track {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }
  .track-line {
    display: none;
  }
  .process-step {
    padding-top: 22px;
  }
  .process-step:before {
    top: 0;
  }
  .process-live {
    margin-top: 24px;
  }
  .about-image.cutout {
    height: 640px;
    margin-top: 38px;
  }
  .about-image.cutout:before {
    inset: 10% 0 2% 12%;
  }
  .about-frame-number {
    left: 8%;
    top: 18%;
    width: 92%;
    font-size: clamp(10rem, 50vw, 16rem);
  }
  .about-image.cutout .about-person {
    height: 100%;
    max-width: 112%;
  }
  .contact-number {
    margin: 0 0 -10px;
    font-size: 7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .process-verbs span,
  .process-verbs i {
    animation: none;
  }
  .track-line span,
  .process-step {
    transition: none;
  }
}

.projects-grid {
  grid-auto-flow: dense;
}

/* Le fond signature Cadencia revient uniquement sur les zones fortes. */
.accent,
.expertise-panel.bridge,
.about-image.cutout:before {
  background:
    radial-gradient(
      circle at 84% 48%,
      rgba(255, 255, 255, 0.14) 0,
      rgba(255, 255, 255, 0.055) 18%,
      transparent 42%
    ),
    radial-gradient(
      circle at 12% 15%,
      rgba(215, 173, 181, 0.2) 0,
      transparent 34%
    ),
    linear-gradient(122deg, #641625 0%, #81283b 56%, #4a101c 100%);
}

/* V12 — entrée de marque puis révélation de la navigation */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home-page .page {
  padding-top: 0;
}
.home-header {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.55s ease;
}
.home-header.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.brand-intro {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 50px 24px;
  color: var(--wine);
  background: var(--ivory);
}
.brand-intro:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(25% - 1px),
    rgba(117, 28, 44, 0.1) 25%
  );
}
.brand-intro-inner {
  position: relative;
  z-index: 1;
  width: min(900px, 88vw);
  text-align: center;
}
.intro-logo {
  display: block;
  width: min(780px, 84vw);
  height: auto;
  margin: 0 auto clamp(28px, 4vw, 48px);
  filter: none;
}
.brand-intro p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: clamp(0.12em, 0.45vw, 0.3em);
  font-size: clamp(0.8rem, 1.2vw, 1.05rem);
  font-weight: 700;
}
.intro-scroll {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  opacity: 0.7;
}
.intro-scroll i {
  display: block;
  width: 1px;
  height: 36px;
  background: currentColor;
  transform-origin: top;
  animation: scrollLine 1.8s ease-in-out infinite;
}
.home-page .process-hero {
  min-height: 100svh;
}
@keyframes scrollLine {
  0%,
  100% {
    transform: scaleY(0.35);
    opacity: 0.4;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@media (max-width: 850px) {
  .brand-intro-inner {
    width: 92vw;
  }
  .intro-logo {
    width: 90vw;
  }
  .brand-intro p {
    max-width: 310px;
    margin-inline: auto;
    line-height: 1.6;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-header {
    transition: none;
  }
  .intro-scroll i {
    animation: none;
  }
}

/* Mobile refinements */
.about-mobile-number {
  display: none;
}
@media (max-width: 850px) {
  header {
    height: calc(70px + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
  }
  .nav {
    height: 70px;
  }
  .brand img {
    width: 130px;
    height: 42px;
  }
  nav {
    top: calc(70px + env(safe-area-inset-top, 0px));
  }
  .page {
    padding-top: calc(70px + env(safe-area-inset-top, 0px));
  }
  .home-page .page {
    padding-top: 0;
  }
  .brand-intro {
    min-height: 100svh;
    padding: 24px 20px;
  }
  .brand-intro-inner {
    width: 100%;
    transform: translateY(-3svh);
  }
  .intro-logo {
    width: min(88vw, 520px);
    margin-bottom: 20px;
  }
  .brand-intro p {
    max-width: 290px;
    margin-inline: auto;
    font-size: 0.72rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
  .home-page .process-hero {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 42px;
    padding: 78px 0 64px;
  }
  .process-content {
    order: 1;
  }
  .process-content h1 {
    max-width: 94%;
    margin-bottom: 22px;
    font-size: clamp(3.25rem, 15vw, 5rem);
  }
  .process-content > p {
    max-width: 92%;
    font-size: 1rem;
    line-height: 1.55;
  }
  .process-verbs {
    order: 2;
    position: relative;
    inset: auto;
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    opacity: 1;
  }
  .process-verbs:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
  .process-verbs span {
    text-align: center;
    font-size: clamp(1.35rem, 6.1vw, 2rem);
    animation-name: verbPulseMobile;
  }
  .process-verbs i {
    left: 0;
    top: -6px;
    animation-name: productionPlayheadMobile;
  }
  .competence-ticker {
    padding: 10px 0;
  }
  .competence-ticker .ticker-track {
    font-size: 1.02rem;
  }
  .competence-ticker span {
    padding: 0 15px;
  }
  .about-hero {
    position: relative;
    overflow: hidden;
  }
  .about-hero .about-grid {
    position: relative;
    z-index: 1;
  }
  .about-mobile-number {
    display: block;
    position: absolute;
    z-index: 0;
    top: 72px;
    left: -8px;
    font: italic clamp(8.5rem, 45vw, 12rem)/0.8 var(--serif);
    letter-spacing: -0.1em;
    color: var(--wine);
    opacity: 0.11;
    pointer-events: none;
  }
  .about-frame-number {
    display: none;
  }
}
@keyframes verbPulseMobile {
  0%,
  30%,
  100% {
    opacity: 0.22;
    transform: translateY(0);
  }
  8%,
  22% {
    opacity: 1;
    transform: translateY(-5px);
  }
}
@keyframes productionPlayheadMobile {
  0%,
  15% {
    left: 0;
  }
  34%,
  49% {
    left: calc(50% - 6px);
  }
  68%,
  83%,
  100% {
    left: calc(100% - 13px);
  }
}

@media (max-width: 850px) {
  :root {
    --mobile-top-clearance: max(48px, env(safe-area-inset-top, 0px));
  }
  header {
    height: calc(70px + var(--mobile-top-clearance));
    padding-top: var(--mobile-top-clearance);
  }
  .nav {
    height: 70px;
  }
  nav {
    top: calc(70px + var(--mobile-top-clearance));
  }
  .page {
    padding-top: calc(70px + var(--mobile-top-clearance));
  }
  .home-page .page {
    padding-top: 0;
  }
  .brand-intro-inner {
    transform: translateY(-11svh);
  }
  .brand {
    width: 46px;
    height: 46px;
    display: block;
    flex: 0 0 46px;
    background: url("logo-cadencia-monogram.png") center / contain no-repeat;
  }
  .brand img {
    display: none;
  }
  .video-close {
    position: relative;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
    font-size: 0;
    box-shadow: none;
  }
  .video-close::before,
  .video-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 19px;
    height: 1.5px;
    border-radius: 2px;
    background: white;
  }
  .video-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .video-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .video-close:hover,
  .video-close:focus,
  .video-close:focus-visible {
    border-color: white;
    outline: 0;
    background: rgba(255, 255, 255, 0.12);
    color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
  }
}
