/*
Theme Name: Ideograph Studio V3
Theme URI: https://ideograph.fr
Author: Ideograph
Author URI: https://ideograph.fr
Description: Thème bloc sur mesure pour le studio Ideograph. Identité, édition et web.
Version: 3.0.2
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: ideograph-studio-v3
*/

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/bricolage-grotesque.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ideo-ink: #07182e;
  --ideo-ink-2: #0d2645;
  --ideo-paper: #f4f1e8;
  --ideo-white: #fffdf8;
  --ideo-coral: #ff5145;
  --ideo-cobalt: #5367ff;
  --ideo-mist: #a9b6c6;
  --ideo-line: rgba(244, 241, 232, .18);
  --ideo-radius: 1.25rem;
  --ideo-shadow: 0 24px 70px rgba(7, 24, 46, .16);
}

html { scroll-behavior: smooth; }
body { font-family: "Manrope", ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
.wp-site-blocks > * { margin-block-start: 0 !important; }
h1, h2, h3, h4, h5, h6 { font-family: "Bricolage Grotesque", "Manrope", sans-serif; }
a { text-underline-offset: .22em; }
a:visited { color: inherit; }
::selection { background: var(--ideo-coral); color: var(--ideo-white); }

.ideo-shell { width: min(100% - 2rem, 1240px); margin-inline: auto; }
.ideo-section { padding-block: clamp(4.5rem, 9vw, 8.5rem); }
.ideo-section-tight { padding-block: clamp(3rem, 6vw, 5rem); }
.ideo-eyebrow { font-size: .76rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.ideo-display { font-size: clamp(3.25rem, 8vw, 7.7rem); line-height: .91; letter-spacing: -.065em; max-width: 12ch; }
.ideo-title { font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.05em; }
.ideo-lead { font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.48; max-width: 41rem; }
.ideo-copy { max-width: 43rem; }
.ideo-muted { color: #52657b; }
.ideo-on-dark { color: var(--ideo-paper); }
.ideo-accent { color: var(--ideo-coral); }

.ideo-header { position: relative; z-index: 20; border-bottom: 1px solid var(--ideo-line); }
.ideo-header .wp-block-navigation a { text-decoration: none; }
.ideo-header .wp-block-navigation a:hover { color: var(--ideo-coral); }
.ideo-wordmark { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ideo-paper); }
.ideo-wordmark strong { font-size: 1.05rem; letter-spacing: .08em; }
.ideo-mark { width: 2rem; height: 2rem; flex: 0 0 auto; }

.ideo-hero { min-height: min(860px, 92vh); display: grid; align-items: end; position: relative; overflow: hidden; }
.ideo-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--ideo-line) 1px, transparent 1px), linear-gradient(90deg, var(--ideo-line) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.ideo-hero::after { content: ""; position: absolute; width: min(45vw, 610px); aspect-ratio: 1; right: -10%; top: 5%; border-radius: 50%; background: var(--ideo-cobalt); filter: blur(2px); opacity: .16; }
.ideo-hero-inner { position: relative; z-index: 1; padding-block: clamp(5rem, 11vw, 9rem) clamp(4rem, 8vw, 7rem); }
.ideo-hero-meta { display: flex; flex-wrap: wrap; gap: .75rem 2rem; padding-top: 2.5rem; border-top: 1px solid var(--ideo-line); }

.ideo-button .wp-block-button__link { border-radius: 999px; padding: .95rem 1.35rem; font-size: .92rem; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.ideo-button .wp-block-button__link:hover { transform: translateY(-2px); }
.ideo-button-outline .wp-block-button__link { background: transparent; border: 1px solid currentColor; }

.ideo-grid-3 { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ideo-grid-2 { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.ideo-card { border: 1px solid rgba(7, 24, 46, .14); border-radius: var(--ideo-radius); padding: clamp(1.5rem, 3vw, 2.6rem); background: var(--ideo-white); box-shadow: 0 0 0 rgba(7, 24, 46, 0); transition: transform .25s ease, box-shadow .25s ease; }
.ideo-card:hover { transform: translateY(-6px); box-shadow: var(--ideo-shadow); }
.ideo-card-num { font-size: .75rem; font-weight: 800; letter-spacing: .15em; color: var(--ideo-coral); }

.ideo-project { min-height: 490px; position: relative; overflow: hidden; border-radius: var(--ideo-radius); background: var(--ideo-ink-2); color: var(--ideo-paper); }
.ideo-project img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .5s ease; }
.ideo-project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,24,46,.94), rgba(7,24,46,.02) 70%); }
.ideo-project:hover img { transform: scale(1.035); }
.ideo-project-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(1.5rem, 3vw, 2.4rem); }
.ideo-project-copy p { margin-bottom: 0; color: #d8e0e8; }
.ideo-project-tall { min-height: 650px; }

.ideo-statement { border-top: 1px solid rgba(7,24,46,.16); border-bottom: 1px solid rgba(7,24,46,.16); }
.ideo-process { counter-reset: step; }
.ideo-step { position: relative; padding-left: 4rem; }
.ideo-step::before { counter-increment: step; content: "0" counter(step); position: absolute; left: 0; top: .2rem; color: var(--ideo-coral); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }

.ideo-quote { margin: 0; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.22; letter-spacing: -.035em; }
.ideo-chip { display: inline-flex; align-items: center; gap: .45rem; padding: .5rem .75rem; border: 1px solid rgba(7,24,46,.18); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.ideo-chip::before { content: ""; width: .45rem; height: .45rem; border-radius: 50%; background: var(--ideo-coral); }

.ideo-cta { position: relative; overflow: hidden; border-radius: calc(var(--ideo-radius) * 1.4); }
.ideo-cta::after { content: ""; position: absolute; width: 18rem; aspect-ratio: 1; border: 5rem solid rgba(255,255,255,.07); border-radius: 50%; right: -5rem; bottom: -8rem; }
.ideo-contact-card a { color: inherit; }
.ideo-form { display: grid; gap: 1rem; }
.ideo-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ideo-field { display: grid; gap: .4rem; }
.ideo-field label { font-size: .82rem; font-weight: 750; }
.ideo-field input, .ideo-field select, .ideo-field textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(7,24,46,.2); border-radius: .75rem; background: var(--ideo-white); color: var(--ideo-ink); padding: .85rem 1rem; font: inherit; }
.ideo-field input:focus, .ideo-field select:focus, .ideo-field textarea:focus { outline: 3px solid rgba(83,103,255,.2); border-color: var(--ideo-cobalt); }
.ideo-form button { width: fit-content; border: 0; border-radius: 999px; background: var(--ideo-coral); color: var(--ideo-ink); padding: .95rem 1.35rem; font: inherit; font-weight: 800; cursor: pointer; }
.ideo-form button:hover { transform: translateY(-2px); }
.ideo-consent { display: flex; align-items: flex-start; gap: .65rem; font-size: .82rem; line-height: 1.5; }
.ideo-consent input { width: auto; margin-top: .25rem; }
.ideo-notice { padding: 1rem 1.2rem; border-radius: .8rem; background: #e9f8ea; border: 1px solid #93c99a; }
.ideo-notice-error { background: #fff0ef; border-color: #ff9d95; }
.ideo-hp { position: absolute !important; left: -9999px !important; }

.ideo-footer { border-top: 1px solid var(--ideo-line); }
.ideo-footer a { color: var(--ideo-paper); }

.ideo-prose h2 { margin-top: 3rem; }
.ideo-prose p, .ideo-prose li { line-height: 1.75; }
.ideo-prose li + li { margin-top: .45rem; }

@media (max-width: 900px) {
  .ideo-grid-3, .ideo-grid-2 { grid-template-columns: 1fr; }
  .ideo-project, .ideo-project-tall { min-height: 500px; }
  .ideo-display { max-width: 10ch; }
}

@media (max-width: 600px) {
  .ideo-shell { width: min(100% - 1.25rem, 1240px); }
  .ideo-hero { min-height: auto; }
  .ideo-hero::before { background-size: 46px 46px; }
  .ideo-header { padding-block: .75rem !important; }
  .ideo-project, .ideo-project-tall { min-height: 420px; }
  .ideo-card { padding: 1.35rem; }
  .ideo-form-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* --------------------------------------------------------------------------
   V2 — Expérience studio dynamique
   -------------------------------------------------------------------------- */

#ideo-progress {
  position: fixed;
  z-index: 1000;
  inset: 0 auto auto 0;
  width: calc(var(--ideo-scroll, 0) * 100%);
  height: 3px;
  background: linear-gradient(90deg, var(--ideo-coral), #ff9a68, var(--ideo-cobalt));
  transform-origin: left;
  pointer-events: none;
}

.ideo-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  background: rgba(7, 24, 46, .62) !important;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: padding .3s ease, background .3s ease, box-shadow .3s ease;
}

.admin-bar .ideo-header { top: 32px; }
.ideo-header.is-compact { background: rgba(7, 24, 46, .9) !important; box-shadow: 0 12px 40px rgba(2, 9, 18, .2); padding-block: .55rem !important; }
.ideo-header .wp-block-navigation-item:last-child { padding: .65rem 1rem; border-radius: 999px; background: var(--ideo-coral); color: var(--ideo-ink) !important; }
.ideo-header .wp-block-navigation-item:last-child a { color: var(--ideo-ink) !important; }
.ideo-wordmark strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 1.16rem; }

.ideo-display {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(4rem, 9.4vw, 9.6rem);
  line-height: .82;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.ideo-title { font-family: "Bricolage Grotesque", sans-serif; text-wrap: balance; }
.ideo-eyebrow { font-family: "Manrope", sans-serif; }

.ideo-hero {
  min-height: min(940px, 100svh);
  isolation: isolate;
  align-items: center;
  padding-top: 5rem;
}

.ideo-hero::before {
  background-size: 96px 96px;
  animation: ideo-grid-drift 18s linear infinite;
}

.ideo-hero::after {
  width: min(56vw, 760px);
  right: -12%;
  top: 7%;
  opacity: .24;
  background: radial-gradient(circle at 35% 35%, #8d9bff, var(--ideo-cobalt) 48%, transparent 70%);
  filter: blur(0);
  animation: ideo-orbit 12s ease-in-out infinite alternate;
}

.ideo-hero-inner { padding-top: clamp(7rem, 12vw, 10rem); }
.ideo-hero .ideo-display { max-width: 9ch; }
.ideo-hero .ideo-lead { max-width: 35rem; }

.ideo-hero-stage {
  position: absolute;
  z-index: -1;
  inset: 9rem clamp(1rem, 6vw, 6rem) auto auto;
  width: min(35vw, 490px);
  aspect-ratio: 4 / 5;
  border-radius: 2.3rem;
  overflow: hidden;
  transform: translateY(var(--ideo-parallax, 0));
  box-shadow: 0 40px 90px rgba(0,0,0,.36), 0 0 0 1px rgba(255,255,255,.16);
}

.ideo-hero-stage img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.ideo-hero-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7,24,46,.88)); }
.ideo-hero-stage-label { position: absolute; z-index: 2; inset: auto 1.4rem 1.4rem; }
.ideo-hero-stage-label strong { display: block; font: 700 clamp(1.35rem, 2vw, 2rem)/1.05 "Bricolage Grotesque", sans-serif; }
.ideo-hero-sticker { position: absolute; z-index: 4; right: -1.2rem; top: 2rem; display: grid; place-items: center; width: 7.8rem; aspect-ratio: 1; border-radius: 50%; background: var(--ideo-coral); color: var(--ideo-ink); font: 800 .73rem/1.2 "Manrope", sans-serif; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: rotate(9deg); animation: ideo-float 4s ease-in-out infinite; }

.ideo-outline { color: transparent; -webkit-text-stroke: 1.5px var(--ideo-paper); }
.ideo-scribble { position: relative; display: inline-block; }
.ideo-scribble::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.08em; height: .11em; background: var(--ideo-coral); border-radius: 99px; transform: rotate(-1.5deg); }

.ideo-marquee { overflow: hidden; background: var(--ideo-coral); color: var(--ideo-ink); border-block: 1px solid rgba(7,24,46,.3); transform: rotate(-1deg) scale(1.01); }
.ideo-marquee-track { width: max-content; display: flex; align-items: center; gap: 1.4rem; padding-block: .95rem; animation: ideo-marquee 24s linear infinite; }
.ideo-marquee-track span { display: inline-flex; align-items: center; gap: 1.4rem; font: 800 clamp(1rem, 1.6vw, 1.35rem)/1 "Bricolage Grotesque", sans-serif; text-transform: uppercase; white-space: nowrap; }
.ideo-marquee-track span::after { content: "✦"; font-size: .8em; }

.ideo-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.7rem;
  background: rgba(255, 253, 248, .76);
  backdrop-filter: blur(12px);
}
.ideo-card::before { content: ""; position: absolute; width: 8rem; aspect-ratio: 1; border-radius: 50%; background: var(--ideo-cobalt); opacity: .08; right: -3rem; top: -3rem; transition: transform .5s ease, opacity .5s ease; }
.ideo-card:hover::before { transform: scale(1.8); opacity: .13; }
.ideo-grid-3 .ideo-card:nth-child(2) { background: var(--ideo-ink); color: var(--ideo-paper); transform: translateY(2rem); }
.ideo-grid-3 .ideo-card:nth-child(2) a { color: var(--ideo-paper); }
.ideo-grid-3 .ideo-card:nth-child(3) { background: #dfe4ff; }

.ideo-project {
  border-radius: 2rem;
  transform: perspective(1100px) rotateX(var(--ideo-rotate-x, 0deg)) rotateY(var(--ideo-rotate-y, 0deg));
  transition: transform .28s ease, box-shadow .3s ease;
  box-shadow: 0 20px 55px rgba(0,0,0,.14);
}
.ideo-project::before { content: ""; position: absolute; z-index: 2; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(350px circle at var(--ideo-pointer-x, 50%) var(--ideo-pointer-y, 50%), rgba(255,255,255,.25), transparent 55%); transition: opacity .25s ease; }
.ideo-project:hover::before { opacity: 1; }
.ideo-project:hover { box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.ideo-project-copy h2, .ideo-project-copy h3 { font-size: clamp(1.8rem, 3vw, 3.3rem); margin-block: .4rem; }

.ideo-projects-bento { display: grid !important; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.ideo-projects-bento > *:nth-child(1) { grid-column: span 7; }
.ideo-projects-bento > *:nth-child(2) { grid-column: span 5; margin-top: 7rem; }
.ideo-projects-bento > *:nth-child(3) { grid-column: span 5; }
.ideo-projects-bento > *:nth-child(4) { grid-column: span 7; margin-top: -2rem; }

.ideo-step { padding-block: 1.25rem; border-top: 1px solid rgba(7,24,46,.15); transition: padding-left .3s ease, color .3s ease; }
.ideo-step:hover { padding-left: 5.25rem; color: var(--ideo-cobalt); }

.ideo-cta { box-shadow: 0 28px 80px rgba(7,24,46,.18); transform: rotate(-.7deg); }
.ideo-cta > * { position: relative; z-index: 2; }
.ideo-cta::before { content: "✦"; position: absolute; right: 8%; top: 8%; font: 800 clamp(5rem, 12vw, 11rem)/1 "Bricolage Grotesque", sans-serif; color: rgba(7,24,46,.12); animation: ideo-spin 18s linear infinite; }

.ideo-button .wp-block-button__link { position: relative; overflow: hidden; isolation: isolate; box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.ideo-button .wp-block-button__link::after { content: ""; position: absolute; z-index: -1; inset: 100% 0 auto; height: 130%; border-radius: 50% 50% 0 0; background: var(--ideo-cobalt); transition: transform .35s ease; }
.ideo-button .wp-block-button__link:hover::after { transform: translateY(-100%); }

.ideo-reveal { opacity: 1; transform: none; }
.ideo-js .ideo-reveal { opacity: 0; transform: translateY(38px); transition: opacity .75s cubic-bezier(.2,.7,.2,1) var(--ideo-delay, 0ms), transform .75s cubic-bezier(.2,.7,.2,1) var(--ideo-delay, 0ms); }
.ideo-js .ideo-reveal.is-visible { opacity: 1; transform: translateY(0); }

.ideo-metric strong { display: block; font: 760 clamp(2.2rem, 5vw, 5rem)/.9 "Bricolage Grotesque", sans-serif; letter-spacing: -.055em; color: var(--ideo-coral); }

.ideo-service-nav { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2.5rem; }
.ideo-service-nav a { display: inline-flex; padding: .75rem 1rem; border: 1px solid rgba(244,241,232,.26); border-radius: 999px; color: var(--ideo-paper); text-decoration: none; font-size: .82rem; font-weight: 750; transition: background .25s ease, color .25s ease, transform .25s ease; }
.ideo-service-nav a:hover { background: var(--ideo-coral); color: var(--ideo-ink); transform: translateY(-3px); }
#identite .wp-block-column:first-child, #edition .wp-block-column:first-child, #web .wp-block-column:first-child { position: sticky; top: 8rem; align-self: flex-start; }
#identite li, #edition li, #web li { padding-block: .42rem; border-bottom: 1px solid rgba(7,24,46,.1); }
#identite .wp-block-column:last-child, #edition .wp-block-column:last-child, #web .wp-block-column:last-child { padding: clamp(1.3rem,3vw,2.4rem); border-radius: 1.7rem; background: rgba(255,253,248,.72); box-shadow: 0 20px 70px rgba(7,24,46,.07); }

@keyframes ideo-grid-drift { to { background-position: 96px 96px; } }
@keyframes ideo-orbit { to { transform: translate(-5%, 5%) scale(1.08); } }
@keyframes ideo-float { 50% { transform: translateY(-12px) rotate(4deg); } }
@keyframes ideo-spin { to { transform: rotate(360deg); } }
@keyframes ideo-marquee { to { transform: translateX(-50%); } }

@media (max-width: 1000px) {
  .ideo-hero-stage { opacity: .3; right: -8rem; width: 55vw; }
  .ideo-hero .ideo-display { max-width: 9ch; }
  .ideo-projects-bento > * { grid-column: span 6 !important; margin-top: 0 !important; }
}

@media (max-width: 760px) {
  .admin-bar .ideo-header { top: 46px; }
  .ideo-display { font-size: clamp(3.7rem, 18vw, 6rem); }
  .ideo-hero-stage { position: relative; inset: auto; opacity: 1; width: 100%; max-width: none; margin-top: 3rem; aspect-ratio: 16/11; }
  .ideo-hero-sticker { right: 1rem; }
  .ideo-grid-3 .ideo-card:nth-child(2) { transform: none; }
  .ideo-projects-bento { grid-template-columns: 1fr; }
  .ideo-projects-bento > * { grid-column: 1 !important; }
  .ideo-marquee-track { animation-duration: 18s; }
  #identite .wp-block-column:first-child, #edition .wp-block-column:first-child, #web .wp-block-column:first-child { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  .ideo-marquee-track, .ideo-hero::before, .ideo-hero::after, .ideo-hero-sticker, .ideo-cta::before { animation: none !important; }
  .ideo-hero-stage { transform: none !important; }
  .ideo-js .ideo-reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   V3 — Galerie éditoriale claire
   -------------------------------------------------------------------------- */

:root {
  --ideo-ink: #191919;
  --ideo-ink-2: #2c2a28;
  --ideo-paper: #faf9f6;
  --ideo-white: #ffffff;
  --ideo-coral: #d94b35;
  --ideo-cobalt: #9ba58f;
  --ideo-mist: #707070;
  --ideo-line: rgba(25, 25, 25, .14);
  --ideo-shadow: 0 26px 70px rgba(25, 25, 25, .12);
}

body { background: var(--ideo-paper); color: var(--ideo-ink); }
#ideo-progress { background: var(--ideo-coral); height: 2px; }

.ideo-header {
  color: var(--ideo-ink);
  background: rgba(250, 249, 246, .88) !important;
  border-bottom: 1px solid rgba(25,25,25,.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ideo-header.is-compact { background: rgba(250,249,246,.96) !important; box-shadow: 0 10px 35px rgba(25,25,25,.07); }
.ideo-wordmark, .ideo-header .wp-block-navigation a { color: var(--ideo-ink) !important; }
.ideo-header .wp-block-navigation-item:last-child { background: var(--ideo-ink); color: var(--ideo-white) !important; }
.ideo-header .wp-block-navigation-item:last-child a { color: var(--ideo-white) !important; }
.ideo-header .wp-block-navigation-item:last-child:hover { background: var(--ideo-coral); }
.ideo-header .wp-block-navigation-item:last-child:hover a { color: var(--ideo-white) !important; }

.ideo-v3-home { overflow: clip; }
.ideo-v3-wrap { width: min(100% - 3rem, 1260px); margin-inline: auto; }
.ideo-v3-kicker { margin: 0 0 1.25rem; color: var(--ideo-coral); font: 750 .72rem/1.2 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.ideo-v3-intro { max-width: 33rem; color: #5f5f5f; font-size: clamp(1.08rem, 1.55vw, 1.3rem); line-height: 1.55; }

.ideo-v3-hero { position: relative; min-height: 860px; padding: 8.5rem 0 5.5rem; background: var(--ideo-paper); }
.ideo-v3-hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(3rem, 6vw, 7rem); }
.ideo-v3-hero-copy { position: relative; z-index: 2; }
.ideo-v3-hero h1 { max-width: 8.5ch; margin: 0 0 2rem; font: 650 clamp(4.1rem, 6.4vw, 7rem)/.9 "Bricolage Grotesque", sans-serif; letter-spacing: -.065em; }
.ideo-v3-hero h1 em { color: var(--ideo-coral); font-style: normal; }
.ideo-v3-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem 2rem; margin-top: 2rem; }
.ideo-v3-button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .85rem 1.35rem; border-radius: 999px; background: var(--ideo-ink); color: var(--ideo-white) !important; font-weight: 750; text-decoration: none; transition: transform .25s ease, background .25s ease; }
.ideo-v3-button:hover { transform: translateY(-3px); background: var(--ideo-coral); }
.ideo-v3-text-link { display: inline-flex; gap: .6rem; align-items: center; color: inherit; font-weight: 700; text-decoration: none; }
.ideo-v3-text-link span { transition: transform .25s ease; }
.ideo-v3-text-link:hover span { transform: translate(3px, -3px); }

.ideo-v3-hero-gallery { position: relative; min-height: 620px; }
.ideo-v3-shot { position: absolute; margin: 0; overflow: hidden; border-radius: 1rem; background: #e9e6df; box-shadow: var(--ideo-shadow); }
.ideo-v3-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.ideo-v3-shot:hover img { transform: scale(1.035); }
.ideo-v3-shot figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 1rem; padding: 3.5rem 1rem 1rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: .78rem; }
.ideo-v3-shot figcaption span { opacity: .82; }
.ideo-v3-shot-main { z-index: 2; left: 0; top: 4rem; width: 55%; height: 500px; }
.ideo-v3-shot-top { z-index: 1; right: 0; top: 0; width: 39%; height: 290px; transform: rotate(1.8deg); }
.ideo-v3-shot-bottom { z-index: 3; right: 1rem; bottom: 0; width: 43%; height: 275px; transform: rotate(-1.4deg); }

.ideo-v3-ticker { position: absolute; inset: auto 0 0; overflow: hidden; border-block: 1px solid var(--ideo-line); background: var(--ideo-white); }
.ideo-v3-ticker > div { display: flex; width: max-content; align-items: center; gap: 1.6rem; padding: 1rem 0; animation: ideo-v3-ticker 34s linear infinite; }
.ideo-v3-ticker span { font: 650 .82rem/1 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.ideo-v3-ticker i { color: var(--ideo-coral); font-style: normal; }

.ideo-v3-work-section, .ideo-v3-services, .ideo-v3-process, .ideo-v3-studio { padding-block: clamp(6rem, 10vw, 10rem); }
.ideo-v3-section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.ideo-v3-section-head .ideo-v3-kicker { grid-column: 1 / -1; margin-bottom: -.5rem; }
.ideo-v3-section-head h2 { margin: 0; font: 620 clamp(3rem, 5.5vw, 6rem)/.94 "Bricolage Grotesque", sans-serif; letter-spacing: -.06em; }
.ideo-v3-section-head h2 span { color: #99938b; }
.ideo-v3-section-head > a { padding-bottom: .5rem; color: inherit; font-weight: 700; text-decoration: none; }

.ideo-v3-work-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: clamp(1rem, 2vw, 1.8rem); align-items: start; }
.ideo-v3-work { position: relative; display: block; overflow: hidden; border-radius: .9rem; background: #ece9e3; color: var(--ideo-ink); text-decoration: none; }
.ideo-v3-work img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .65s ease; }
.ideo-v3-work > div { position: absolute; inset: auto 0 0; padding: 5rem 1.35rem 1.25rem; color: white; background: linear-gradient(transparent, rgba(0,0,0,.8)); }
.ideo-v3-work span { font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.ideo-v3-work h3 { margin: .45rem 0 0; font-size: clamp(1.5rem, 2.6vw, 2.5rem); }
.ideo-v3-work p { max-width: 28rem; margin: .5rem 0 0; color: rgba(255,255,255,.8); font-size: .9rem; }
.ideo-v3-work:hover img { transform: scale(1.04); filter: saturate(1.08); }
.ideo-v3-work-wide { grid-column: span 7; height: 520px; }
.ideo-v3-work-portrait { grid-column: span 5; height: 650px; }
.ideo-v3-work-square { grid-column: span 5; height: 430px; }
.ideo-v3-work-grid > :nth-child(2) { margin-top: 5rem; }
.ideo-v3-work-grid > :nth-child(3) { margin-top: -4rem; }
.ideo-v3-work-grid > :nth-child(4) { grid-column: span 7; }
.ideo-v3-work-grid > :nth-child(5) { grid-column: span 7; }
.ideo-v3-work-grid > :nth-child(6) { grid-column: span 5; margin-top: 5rem; }

.ideo-v3-services { background: #efede7; }
.ideo-v3-services-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; }
.ideo-v3-service { grid-column: span 4; min-height: 330px; padding: clamp(1.5rem,3vw,2.5rem); border-top: 1px solid rgba(25,25,25,.3); background: rgba(255,255,255,.5); }
.ideo-v3-service > span { color: var(--ideo-coral); font-size: .72rem; font-weight: 800; }
.ideo-v3-service h3 { margin-top: 4rem; font-size: clamp(1.6rem,2.3vw,2.25rem); }
.ideo-v3-service p { color: #65625f; }
.ideo-v3-service a { display: inline-block; margin-top: 1.2rem; color: inherit; font-weight: 700; }
.ideo-v3-service-image { grid-column: 1 / -1; position: relative; height: min(58vw, 620px); margin: 2rem 0 0; overflow: hidden; border-radius: 1rem; }
.ideo-v3-service-image img { width: 100%; height: 100%; object-fit: cover; }
.ideo-v3-service-image figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .65rem .9rem; border-radius: 999px; background: rgba(250,249,246,.9); font-size: .8rem; font-weight: 700; }

.ideo-v3-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; background: var(--ideo-ink); color: var(--ideo-white); }
.ideo-v3-feature-image { min-height: 720px; }
.ideo-v3-feature-image > img { width: 100%; height: 100%; object-fit: cover; }
.ideo-v3-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,6vw,7rem); }
.ideo-v3-feature-copy h2 { margin: 0 0 1.5rem; font-size: clamp(3rem,5vw,5.5rem); line-height: .95; letter-spacing: -.055em; }
.ideo-v3-feature-copy > p:not(.ideo-v3-kicker) { color: #c8c5c0; font-size: 1.12rem; }
.ideo-v3-feature-copy .ideo-v3-text-link { color: var(--ideo-white); margin-top: 2rem; }
.ideo-v3-mini-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 2rem; }
.ideo-v3-mini-gallery img { width: 100%; height: 150px; object-fit: cover; border-radius: .55rem; }

.ideo-v3-process-list { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(25,25,25,.24); }
.ideo-v3-process-list li { min-height: 180px; padding: 1.5rem 1.2rem 1.5rem 0; border-right: 1px solid rgba(25,25,25,.14); }
.ideo-v3-process-list li + li { padding-left: 1.2rem; }
.ideo-v3-process-list b, .ideo-v3-process-list span { display: block; }
.ideo-v3-process-list b { margin-bottom: 3.8rem; font-size: 1.2rem; }
.ideo-v3-process-list span { color: #706d68; font-size: .9rem; }

.ideo-v3-studio { background: #e4e7df; }
.ideo-v3-studio-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem,7vw,8rem); }
.ideo-v3-studio-copy h2 { margin: 0 0 1.7rem; font-size: clamp(3.2rem,5.7vw,6.2rem); line-height: .92; letter-spacing: -.06em; }
.ideo-v3-studio-copy > p:not(.ideo-v3-kicker) { max-width: 34rem; color: #5e625a; font-size: 1.1rem; }
.ideo-v3-studio-copy .ideo-v3-text-link { margin-top: 1.5rem; }
.ideo-v3-studio-visual { position: relative; min-height: 590px; }
.ideo-v3-studio-visual img { width: 78%; height: 500px; object-fit: cover; border-radius: 1rem; }
.ideo-v3-studio-visual blockquote { position: absolute; right: 0; bottom: 0; width: min(70%, 430px); margin: 0; padding: 2rem; border-radius: .8rem; background: var(--ideo-white); font: 600 clamp(1.35rem,2.2vw,2rem)/1.2 "Bricolage Grotesque", sans-serif; box-shadow: var(--ideo-shadow); }

.ideo-v3-cta { padding-block: clamp(6rem,10vw,10rem); background: var(--ideo-coral); color: white; text-align: center; }
.ideo-v3-cta .ideo-v3-kicker { color: rgba(255,255,255,.75); }
.ideo-v3-cta h2 { max-width: 12ch; margin: 0 auto 2.5rem; font-size: clamp(3.4rem,7vw,7.5rem); line-height: .88; letter-spacing: -.065em; }
.ideo-v3-button-light { background: white; color: var(--ideo-ink) !important; }

.ideo-v3-reveal { opacity: 1; transform: none; }
.ideo-js .ideo-v3-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1) var(--ideo-delay,0ms), transform .7s cubic-bezier(.2,.7,.2,1) var(--ideo-delay,0ms); }
.ideo-js .ideo-v3-reveal.is-visible { opacity: 1; transform: none; }

@keyframes ideo-v3-ticker { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .ideo-v3-hero { min-height: auto; }
  .ideo-v3-hero-grid { grid-template-columns: 1fr; }
  .ideo-v3-hero h1 { max-width: 9ch; }
  .ideo-v3-hero-gallery { min-height: 570px; }
  .ideo-v3-work-wide, .ideo-v3-work-portrait, .ideo-v3-work-square, .ideo-v3-work-grid > :nth-child(n) { grid-column: span 6; height: 480px; margin-top: 0; }
  .ideo-v3-service { grid-column: span 6; }
  .ideo-v3-service:nth-child(3) { grid-column: span 12; }
  .ideo-v3-feature { grid-template-columns: 1fr; }
  .ideo-v3-feature-image { min-height: 620px; }
  .ideo-v3-studio-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .ideo-v3-wrap { width: min(100% - 1.5rem,1260px); }
  .ideo-v3-hero { padding-top: 7.5rem; }
  .ideo-v3-hero h1 { font-size: clamp(3.5rem,16vw,5.2rem); }
  .ideo-v3-hero-gallery { min-height: 500px; }
  .ideo-v3-shot-main { width: 66%; height: 410px; }
  .ideo-v3-shot-top { width: 39%; height: 210px; }
  .ideo-v3-shot-bottom { width: 43%; height: 220px; }
  .ideo-v3-section-head { grid-template-columns: 1fr; }
  .ideo-v3-section-head h2 { font-size: clamp(2.8rem,13vw,4.3rem); }
  .ideo-v3-work-grid { grid-template-columns: 1fr; }
  .ideo-v3-work-wide, .ideo-v3-work-portrait, .ideo-v3-work-square, .ideo-v3-work-grid > :nth-child(n) { grid-column: 1; height: 430px; }
  .ideo-v3-services-grid { grid-template-columns: 1fr; }
  .ideo-v3-service, .ideo-v3-service:nth-child(3), .ideo-v3-service-image { grid-column: 1; }
  .ideo-v3-service { min-height: auto; }
  .ideo-v3-service h3 { margin-top: 2.5rem; }
  .ideo-v3-service-image { height: 430px; }
  .ideo-v3-feature-image { min-height: 480px; }
  .ideo-v3-feature-copy { padding: 3.5rem 1.25rem; }
  .ideo-v3-process-list { grid-template-columns: 1fr 1fr; }
  .ideo-v3-process-list li { min-height: 155px; border-bottom: 1px solid rgba(25,25,25,.14); }
  .ideo-v3-process-list b { margin-bottom: 2rem; }
  .ideo-v3-studio-visual { min-height: 500px; }
  .ideo-v3-studio-visual img { width: 100%; height: 390px; }
  .ideo-v3-studio-visual blockquote { width: calc(100% - 2rem); }
}

@media (prefers-reduced-motion: reduce) {
  .ideo-v3-ticker > div { animation: none; }
  .ideo-js .ideo-v3-reveal { opacity: 1; transform: none; }
}
