:root {
  --ink: #10243a;
  --ink-soft: #4b5966;
  --paper: #fbf6ef;
  --paper-deep: #f2e9dd;
  --coral: #ed705b;
  --coral-dark: #d85d4a;
  --peach: #f5d2c6;
  --sand: #eadfcc;
  --lilac: #dfd8f0;
  --line: rgba(16, 36, 58, .16);
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', Arial, sans-serif;
  --font-mono: 'DM Mono', monospace;
  --radius: 20px;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
::selection { color: var(--paper); background: var(--coral); }

.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 9999; top: 1rem; left: 1rem; padding: .7rem 1rem; background: var(--ink); color: #fff; border-radius: .4rem; }

.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 20; padding: 26px 32px; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.is-sticky { position: fixed; padding: 14px 32px; background: rgba(251,246,239,.92); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(16,36,58,.1); }
.site-header__inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand__word { font-size: 1.23rem; font-weight: 700; letter-spacing: .17em; }
.brand__tag { margin-top: 4px; font-family: var(--font-mono); font-size: .48rem; letter-spacing: .13em; }
.menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.6vw, 44px); list-style: none; padding: 0; margin: 0; }
.menu a { position: relative; font-size: .81rem; font-weight: 600; }
.menu a::after { content: ''; display: block; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px; background: var(--coral); transition: width .22s ease; }
.menu a:hover::after, .menu a:focus-visible::after { width: 100%; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 15px 21px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 700; line-height: 1; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16,36,58,.15); }
.button span { font-size: 1.1rem; font-weight: 400; }
.button--header, .button--coral { color: #fff; background: var(--coral); }
.button--header { padding: 14px 18px; font-size: .72rem; }
.button--navy { color: #fff; background: var(--ink); }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease; }

.hero { position: relative; min-height: 100vh; padding: 184px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 58px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); align-items: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 430px; height: 430px; top: 42px; left: 44%; border-radius: 50%; background: #f3d3c9; opacity: .85; }
.hero::after { content: ''; position: absolute; width: 500px; height: 500px; right: -200px; bottom: -270px; border-radius: 50%; background: #efe49e; filter: blur(18px); opacity: .52; }
.hero__copy { position: relative; z-index: 2; padding: 24px 0 0; }
.eyebrow { margin: 0 0 16px; color: var(--ink); font-family: var(--font-mono); font-size: .62rem; line-height: 1.4; letter-spacing: .08em; font-weight: 700; text-transform: uppercase; }
.eyebrow--coral { color: var(--coral-dark); }
.eyebrow > span { display: inline-block; width: 7px; height: 7px; margin: 0 6px 1px 0; border-radius: 50%; background: currentColor; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 720px; margin: 0; font-family: var(--font-display); font-size: clamp(3.8rem, 6.1vw, 6.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
h1 em, h2 em, blockquote em { color: var(--coral); font-style: italic; font-weight: 400; }
.hero__lede { max-width: 575px; margin: 32px 0 24px; color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 23px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: .78rem; font-weight: 700; line-height: 1.25; transition: color .2s ease, gap .2s ease; }
.text-link:hover { color: var(--coral-dark); gap: 14px; }
.text-link span { font-size: 1rem; font-weight: 400; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 10px 27px; max-width: 610px; margin: 66px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink-soft); font-size: .69rem; font-weight: 600; }
.hero__proof strong { margin-right: 6px; color: var(--coral); font-family: var(--font-mono); font-size: .6rem; }
.hero-art { position: relative; z-index: 1; height: min(59vw, 650px); min-height: 530px; }
.hero-art__halo { position: absolute; top: 4%; right: 1%; width: 76%; aspect-ratio: 1; border: 1px solid rgba(16,36,58,.14); border-radius: 50%; }
.hero-art__halo::after { content: ''; position: absolute; inset: 9%; border: 1px dashed rgba(16,36,58,.15); border-radius: 50%; }
.hero-art__ring { position: absolute; top: 23%; right: 10%; width: 60%; aspect-ratio: 1; border: 55px solid #f5d5c9; border-radius: 50%; transform: rotate(-28deg); box-shadow: inset -18px -13px 20px rgba(255,255,255,.45), 14px 25px 35px rgba(16,36,58,.08); }
.hero-art__ring--two { top: 38%; right: 28%; width: 34%; border-width: 27px; border-color: #e8e0a5; transform: rotate(18deg); }
.hero-art__orb { position: absolute; top: 15%; right: 21%; width: 30%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(142deg, #f6a291, #e76d58 70%); box-shadow: 16px 25px 32px rgba(206,83,61,.24), inset 9px 9px 20px rgba(255,255,255,.38); }
.hero-art__ribbon { position: absolute; bottom: 9%; right: 6%; width: 83%; height: 38%; border: 46px solid var(--ink); border-bottom: 0; border-left-color: transparent; border-radius: 100% 56% 0 0; transform: rotate(-10deg); opacity: .96; }
.hero-art__ribbon::after { content: ''; position: absolute; right: -5px; bottom: -48px; width: 46px; height: 130px; border-radius: 0 0 30px 30px; background: var(--ink); }
.floating-card { position: absolute; z-index: 3; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; width: 188px; height: 144px; border: 6px solid rgba(255,255,255,.68); border-radius: 13px; backdrop-filter: blur(8px); box-shadow: 0 18px 22px rgba(16,36,58,.12); transform-origin: center; }
.floating-card strong { font-size: .86rem; line-height: 1.15; }
.floating-card i { display: block; width: 25px; height: 3px; border-radius: 4px; background: currentColor; }
.card-index { font-family: var(--font-mono); font-size: .56rem; }
.floating-card--social { top: 23%; left: 6%; color: var(--ink); background: rgba(248,243,232,.86); transform: rotate(-6deg); }
.floating-card--web { top: 49%; right: 1%; color: var(--ink); background: rgba(229,221,242,.87); transform: rotate(7deg); }
.floating-card--ai { bottom: 8%; left: 20%; color: #fff; background: rgba(16,36,58,.94); transform: rotate(-2deg); }
.hero-art__caption { position: absolute; z-index: 4; left: 13%; top: 13%; padding: 8px 13px; border-radius: 99px; color: #fff; background: var(--ink); font-size: .59rem; font-weight: 600; transform: rotate(-4deg); }

.ticker { overflow: hidden; padding: 15px 0; color: #fff; background: var(--ink); white-space: nowrap; }
.ticker__track { display: inline-block; min-width: 100%; animation: ticker 26s linear infinite; }
.ticker span { font-family: var(--font-mono); font-size: clamp(1rem, 1.5vw, 1.35rem); letter-spacing: .08em; }
.ticker b { margin: 0 18px; color: var(--coral); font-weight: 400; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-33%); } }

.section { padding: 136px max(32px, calc((100vw - var(--max)) / 2 + 32px)); }
.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 58px; font-family: var(--font-mono); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-kicker > span { display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; font-size: .58rem; }
.section-kicker--light { color: var(--paper); }
.section-kicker--light > span { border-color: rgba(251,246,239,.5); }
.intro { padding-bottom: 122px; }
.intro__grid, .method__header, .faq__layout { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(260px, .58fr); gap: clamp(46px, 9vw, 150px); align-items: start; }
.display-title { margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 5.2vw, 5.4rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.intro__note { max-width: 350px; padding-top: 10px; }
.intro__note p, .method__header > p { margin: 0 0 25px; color: var(--ink-soft); font-size: 1.03rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 94px; }
.service-card { position: relative; min-height: 410px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); overflow: hidden; }
.service-card__head { display: flex; justify-content: space-between; align-items: flex-start; font-family: var(--font-mono); font-size: .62rem; font-weight: 700; }
.service-icon { display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; }
.service-card h3 { margin: 12px 0 12px; font-family: var(--font-display); font-size: clamp(1.65rem, 2.1vw, 2.35rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.service-card p:not(.eyebrow) { max-width: 250px; margin: 0; color: inherit; opacity: .75; font-size: .78rem; line-height: 1.6; }
.service-card--coral { background: var(--coral); color: #fff; }
.service-card--sand { background: var(--sand); }
.service-card--navy { background: var(--ink); color: #fff; }
.service-card--lilac { background: var(--lilac); }
.circle-link { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-top: 18px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.25rem; transition: transform .2s ease, background .2s ease; }
.circle-link:hover { color: var(--ink); background: var(--paper); transform: rotate(45deg); }

.method { color: var(--paper); background: var(--ink); }
.method .section-kicker { color: var(--paper); }
.method .section-kicker > span { border-color: rgba(251,246,239,.5); }
.method__header > p { color: rgba(251,246,239,.65); }
.method .display-title em { color: #f0a18f; }
.method__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 94px; }
.method-step { position: relative; min-height: 312px; padding: 25px 0 0; border-top: 1px solid rgba(251,246,239,.25); }
.method-step::before { content: ''; position: absolute; top: -1px; left: 0; width: 42px; height: 2px; background: var(--coral); }
.method-step__number { margin-bottom: 68px; color: var(--coral); font-family: var(--font-mono); font-size: .66rem; }
.method-step h3 { margin: 0 0 15px; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.method-step p { max-width: 340px; margin: 0; color: rgba(251,246,239,.68); font-size: .84rem; line-height: 1.7; }

.work { color: var(--paper); background: #25394d; }
.work__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.work .display-title { max-width: 880px; }
.work .display-title em { color: #f3a28e; }
.text-link--light { color: var(--paper); flex-shrink: 0; }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; margin-top: 76px; }
.project { min-width: 0; }
.project--three { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: end; }
.project__art { position: relative; min-height: 380px; overflow: hidden; border-radius: 14px; }
.project__meta { padding: 20px 2px 18px; }
.project__meta p { margin: 0 0 9px; color: #aab8c4; font-family: var(--font-mono); font-size: .56rem; letter-spacing: .07em; }
.project__meta h3 { max-width: 420px; margin: 0; font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; line-height: 1.05; }
.project__art--one { background: #e3bfd2; }
.project__bubble { position: absolute; right: -42px; bottom: -150px; width: 65%; aspect-ratio: 1; border-radius: 50%; background: #f7d465; }
.project__stripe { position: absolute; left: -7%; bottom: 20%; width: 122%; height: 45px; background: var(--coral); transform: rotate(-14deg); }
.project__window { position: absolute; top: 17%; left: 15%; width: 48%; min-height: 200px; padding: 22px; color: #fff; background: var(--ink); box-shadow: 14px 16px 0 rgba(255,255,255,.53); transform: rotate(3deg); }
.project__window small { font-family: var(--font-mono); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }
.project__window strong { display: block; margin-top: 35px; font-family: var(--font-display); font-size: 2.8rem; font-weight: 400; line-height: .86; letter-spacing: -.05em; }
.project__art--two { background: #eadfc9; }
.screen { position: absolute; width: 60%; height: 65%; border-radius: 12px; box-shadow: 12px 20px 30px rgba(16,36,58,.14); }
.screen--back { top: 16%; right: 10%; background: #e58b74; transform: rotate(11deg); }
.screen--front { top: 23%; left: 16%; padding: 20px; color: var(--ink); background: #fcf5ea; transform: rotate(-3deg); }
.screen--front span { font-family: var(--font-mono); font-size: .58rem; font-weight: 700; letter-spacing: .16em; }
.screen--front strong { display: block; max-width: 170px; margin-top: 47px; font-family: var(--font-display); font-size: 1.75rem; line-height: .95; font-weight: 400; }
.screen--front i { position: absolute; width: 25px; height: 25px; right: 17px; bottom: 17px; border-radius: 50%; background: var(--coral); }
.project__art--three { min-height: 330px; background: #cdacde; }
.film-frame { position: absolute; top: 12%; right: 13%; width: 52%; height: 78%; padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border: 13px solid #f6ece0; transform: rotate(6deg); }
.film-frame i { background: var(--ink); }
.film-frame i:nth-child(2) { background: var(--coral); }
.project__sun { position: absolute; left: 12%; bottom: 9%; width: 35%; aspect-ratio: 1; border-radius: 50%; background: #f5d768; box-shadow: 0 0 0 22px rgba(245,215,104,.29); }

.ai-section { background: var(--paper); }
.ai-panel { position: relative; display: grid; grid-template-columns: minmax(0, .93fr) minmax(400px, 1.07fr); min-height: 620px; overflow: hidden; border-radius: 24px; background: #eef0e4; }
.ai-panel::after { content: ''; position: absolute; top: -200px; right: -160px; width: 600px; height: 600px; border-radius: 50%; background: #eacbcc; opacity: .75; }
.ai-panel__copy { position: relative; z-index: 2; padding: clamp(40px, 5vw, 78px); }
.ai-panel h2 { max-width: 570px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 4.7vw, 5.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.ai-panel h2 em { color: var(--coral); font-style: italic; font-weight: 400; }
.ai-panel__copy > p:not(.eyebrow) { max-width: 490px; margin: 25px 0; color: var(--ink-soft); font-size: .98rem; line-height: 1.7; }
.check-list { display: grid; gap: 10px; margin: 0 0 31px; padding: 0; list-style: none; font-size: .79rem; font-weight: 600; }
.check-list li::before { content: '✓'; display: inline-flex; justify-content: center; align-items: center; width: 18px; height: 18px; margin-right: 9px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: .64rem; }
.ai-flow { position: relative; z-index: 3; min-height: 620px; }
.ai-flow__grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(16,36,58,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(16,36,58,.12) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(90deg, transparent, #000 22%, #000 80%, transparent); }
.ai-node { position: absolute; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: 155px; height: 155px; padding: 24px; border-radius: 50%; box-shadow: 12px 20px 30px rgba(16,36,58,.11); }
.ai-node small { margin-bottom: 8px; font-family: var(--font-mono); font-size: .49rem; font-weight: 700; letter-spacing: .08em; }
.ai-node strong { font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; line-height: .88; letter-spacing: -.04em; }
.ai-node--source { top: 31%; left: 7%; color: var(--ink); background: #f9f5ee; }
.ai-node--core { top: 14%; left: 38%; width: 210px; height: 210px; color: #fff; background: var(--ink); text-align: center; align-items: center; }
.ai-node--core span { margin-bottom: 10px; color: var(--coral); font-size: 1.4rem; }
.ai-node--core strong { font-size: 2.1rem; }
.ai-node--core em { margin-top: 10px; padding: 4px 8px; border-radius: 10px; color: #c7f0c5; background: rgba(255,255,255,.12); font-family: var(--font-mono); font-size: .48rem; font-style: normal; letter-spacing: .08em; }
.ai-node--out { right: 8%; bottom: 20%; color: var(--ink); background: var(--coral); }
.ai-connector { position: absolute; z-index: 1; height: 1px; background: var(--ink); transform-origin: left center; }
.ai-connector::after { content: '→'; position: absolute; right: -8px; top: -12px; color: var(--ink); font-size: 1.2rem; }
.ai-connector--one { top: 45%; left: 27%; width: 25%; transform: rotate(-39deg); }
.ai-connector--two { top: 49%; left: 56%; width: 26%; transform: rotate(43deg); }
.ai-flow__label { position: absolute; z-index: 2; bottom: 12%; left: 9%; color: var(--ink-soft); font-family: var(--font-mono); font-size: .52rem; letter-spacing: .08em; }

.quote-section { position: relative; padding-top: 165px; padding-bottom: 165px; background: #f6d9cf; text-align: center; overflow: hidden; }
.quote-section::before, .quote-section::after { content: ''; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(16,36,58,.17); border-radius: 50%; }
.quote-section::before { top: -140px; left: -120px; }
.quote-section::after { right: -100px; bottom: -150px; }
.quote-mark { position: relative; z-index: 1; height: 90px; color: var(--coral); font-family: var(--font-display); font-size: 10rem; line-height: 1; }
blockquote { position: relative; z-index: 1; max-width: 990px; margin: 0 auto; font-family: var(--font-display); font-size: clamp(2.8rem, 5.4vw, 5.9rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.quote-section__caption { position: relative; z-index: 1; margin: 42px auto 0; color: var(--ink-soft); font-family: var(--font-mono); font-size: .6rem; font-weight: 700; letter-spacing: .1em; }

.faq { padding-bottom: 156px; }
.faq__items { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; list-style: none; font-size: .96rem; font-weight: 700; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-size: 1.35rem; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 610px; margin: 0; padding: 0 32px 20px 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.7; }

.contact { position: relative; overflow: hidden; color: var(--ink); background: #f2e6d6; }
.contact__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .75fr) minmax(430px, 1.25fr); gap: clamp(48px, 8vw, 135px); }
.contact__intro h2 { max-width: 550px; margin: 0; font-family: var(--font-display); font-size: clamp(3.5rem, 5vw, 5.8rem); font-weight: 400; line-height: .93; letter-spacing: -.06em; }
.contact__intro h2 em { color: var(--coral); font-style: italic; }
.contact__intro > p:not(.eyebrow) { max-width: 390px; margin: 26px 0 45px; color: var(--ink-soft); font-size: 1rem; line-height: 1.7; }
.contact__details { display: flex; flex-direction: column; gap: 8px; font-size: .84rem; font-weight: 700; }
.contact__details a { width: fit-content; border-bottom: 1px solid rgba(16,36,58,.4); }
.contact__art { position: absolute; top: -60px; left: 21%; z-index: 1; width: 340px; height: 340px; opacity: .55; }
.contact__art > div { position: absolute; border-radius: 50%; }
.contact__art > div:nth-child(1) { top: 0; left: 0; width: 210px; height: 210px; background: #ef907b; }
.contact__art > div:nth-child(2) { right: 0; bottom: 0; width: 210px; height: 210px; border: 26px solid var(--ink); }
.contact__art > div:nth-child(3) { left: 43%; bottom: 9%; width: 75px; height: 75px; background: #eee397; }
.contact__form { padding: clamp(26px, 4vw, 47px); border-radius: 18px; background: #fbf7f0; box-shadow: 0 14px 30px rgba(16,36,58,.06); }
.orovox-form p { margin: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.orovox-form label { display: block; margin-bottom: 7px; font-family: var(--font-mono); font-size: .58rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.orovox-form input, .orovox-form textarea, .orovox-form select { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(16,36,58,.27); outline: 0; color: var(--ink); background: transparent; border-radius: 0; font-size: .91rem; }
.orovox-form textarea { padding: 6px 0 14px; resize: vertical; }
.orovox-form input:focus, .orovox-form textarea:focus, .orovox-form select:focus { border-bottom-color: var(--coral); }
.orovox-form ::placeholder { color: #87919a; opacity: 1; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.form-submit p { max-width: 210px; color: var(--ink-soft); font-size: .62rem; line-height: 1.45; }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; }
.form-notice { margin-bottom: 20px; padding: 12px 14px; border-radius: 8px; font-size: .77rem; }
.form-notice--success { color: #234d2b; background: #dff0dc; }
.form-notice--error { color: #7a2922; background: #f7d6d1; }

.site-footer { padding: 55px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 24px; color: var(--paper); background: var(--ink); }
.brand--footer { color: var(--paper); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1.8fr auto; gap: 30px; padding-bottom: 72px; border-bottom: 1px solid rgba(251,246,239,.19); }
.site-footer__statement { margin: 0; font-family: var(--font-display); font-size: clamp(1.9rem, 3vw, 3.2rem); line-height: .98; letter-spacing: -.04em; }
.footer-arrow { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(251,246,239,.45); border-radius: 50%; transition: transform .2s ease, background .2s ease; }
.footer-arrow:hover { color: var(--ink); background: var(--paper); transform: translateY(-4px); }
.site-footer__bottom { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 30px; padding: 50px 0; }
.site-footer .eyebrow { color: #a9b7c2; }
.footer-link { display: block; width: fit-content; margin-bottom: 7px; border-bottom: 1px solid rgba(251,246,239,.4); font-size: .86rem; font-weight: 600; }
.footer-nav__list { padding: 0; margin: 0; list-style: none; }
.footer-nav__list li + li { margin-top: 7px; }
.footer-nav__list a { color: #d8e0e5; font-size: .82rem; transition: color .2s ease; }
.footer-nav__list a:hover { color: var(--coral); }
.site-footer__legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 21px; border-top: 1px solid rgba(251,246,239,.19); color: #9caebc; font-family: var(--font-mono); font-size: .55rem; letter-spacing: .03em; }
.site-footer__legal p { margin: 0; }
.site-footer__legal div { display: flex; gap: 16px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .68s ease, transform .68s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .site-header { padding: 23px 24px; } .site-header.is-sticky { padding: 13px 24px; }
  .hero, .section, .site-footer { padding-left: 24px; padding-right: 24px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); }
  h1 { font-size: clamp(3.8rem, 6.3vw, 5.7rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 340px; }
  .ai-panel { grid-template-columns: 1fr; } .ai-flow { min-height: 480px; }
  .ai-node--core { top: 7%; left: 38%; } .ai-node--source { top: 30%; left: 13%; } .ai-node--out { right: 13%; bottom: 15%; }
  .ai-connector--one { top: 40%; left: 31%; } .ai-connector--two { top: 43%; left: 57%; }
}

@media (max-width: 820px) {
  .site-header { padding: 19px 20px; } .site-header.is-sticky { padding: 12px 20px; }
  .main-nav { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; background: var(--paper); transition: opacity .2s ease, visibility .2s ease; }
  .main-nav.is-open { visibility: visible; opacity: 1; } .main-nav .menu { flex-direction: column; gap: 23px; } .main-nav .menu a { font-family: var(--font-display); font-size: 2.4rem; font-weight: 400; }
  .button--header { display: none; } .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle.is-open span:first-of-type { transform: translateY(3.5px) rotate(45deg); } .nav-toggle.is-open span:nth-of-type(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; padding: 150px 20px 68px; grid-template-columns: 1fr; } .hero::before { left: 48%; width: 310px; height: 310px; top: 32px; }
  .hero__copy { padding-top: 0; } h1 { font-size: clamp(3.4rem, 12vw, 5.35rem); }
  .hero__lede { margin: 24px 0; } .hero__proof { margin-top: 43px; }
  .hero-art { height: 495px; min-height: 0; margin: 30px -16px -25px; } .floating-card { transform: scale(.86); } .floating-card--social { left: 2%; } .floating-card--web { right: -2%; }
  .section { padding: 95px 20px; } .section-kicker { margin-bottom: 42px; }
  .intro__grid, .method__header, .faq__layout, .contact__layout { grid-template-columns: 1fr; gap: 35px; }
  .display-title { font-size: clamp(3rem, 10vw, 4.7rem); } .service-grid { margin-top: 54px; }
  .method__steps { margin-top: 60px; gap: 20px; } .method-step { min-height: 280px; } .method-step__number { margin-bottom: 50px; }
  .work__header { display: block; } .work__header .text-link { margin-top: 25px; }
  .project-grid { grid-template-columns: 1fr; margin-top: 48px; } .project--three { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .ai-panel { margin: 0 -4px; } .ai-panel__copy { padding: 42px 27px; } .ai-flow { min-height: 430px; }
  .quote-section { padding-top: 115px; padding-bottom: 115px; } .quote-mark { height: 58px; font-size: 7rem; }
  .contact__form { padding: 28px 22px; } .contact__art { left: 52%; top: -100px; }
  .site-footer { padding: 42px 20px 20px; } .site-footer__top { grid-template-columns: 1fr auto; padding-bottom: 45px; } .site-footer__statement { grid-column: 1 / -1; grid-row: 2; } .site-footer__bottom { grid-template-columns: 1.5fr 1fr; padding: 38px 0; } .site-footer__bottom > div:last-child { grid-column: 2; } .site-footer__legal { flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .hero { padding-top: 128px; } .hero__actions { gap: 17px; align-items: flex-start; flex-direction: column; } .hero__proof { gap: 8px 15px; }
  .hero-art { height: 425px; } .hero-art__ring { border-width: 40px; } .hero-art__ring--two { border-width: 22px; } .hero-art__ribbon { border-width: 36px; } .hero-art__ribbon::after { width: 36px; height: 105px; bottom: -36px; }
  .floating-card { transform: scale(.69); } .floating-card--social { transform: scale(.69) rotate(-6deg); left: -10%; } .floating-card--web { transform: scale(.69) rotate(7deg); right: -10%; } .floating-card--ai { transform: scale(.69) rotate(-2deg); left: 5%; bottom: 3%; } .hero-art__caption { left: 4%; top: 8%; }
  .service-grid { grid-template-columns: 1fr; } .service-card { min-height: 310px; } .service-card h3 { font-size: 2.2rem; max-width: 310px; }
  .method__steps { grid-template-columns: 1fr; } .method-step { min-height: auto; padding-bottom: 26px; } .method-step__number { margin-bottom: 33px; }
  .project__art { min-height: 290px; } .project__art--three { min-height: 275px; } .project__window strong { font-size: 2.25rem; }
  .ai-panel h2 { font-size: 3.3rem; } .ai-flow { min-height: 375px; } .ai-node { width: 113px; height: 113px; padding: 16px; } .ai-node strong { font-size: 1.35rem; } .ai-node--core { top: 9%; left: 35%; width: 150px; height: 150px; } .ai-node--core strong { font-size: 1.65rem; } .ai-node--source { top: 40%; left: 5%; } .ai-node--out { right: 5%; bottom: 7%; } .ai-connector--one { top: 49%; left: 29%; width: 28%; } .ai-connector--two { top: 53%; left: 54%; width: 28%; } .ai-flow__label { left: 6%; bottom: 4%; }
  .form-grid { grid-template-columns: 1fr; gap: 17px; } .form-submit { flex-direction: column; align-items: flex-start; } .form-submit .button { width: 100%; }
  .site-footer__top { gap: 18px; } .site-footer__bottom { grid-template-columns: 1fr 1fr; gap: 29px 18px; } .site-footer__bottom > div:first-child { grid-column: 1 / -1; } .site-footer__legal { font-size: .5rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }


/* Blog, articles et pages légales */
.site-footer__address { margin: 0 0 12px; color: #d8e0e5; font-size: .82rem; line-height: 1.55; }
.form-submit p a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }

.journal { min-height: 100vh; padding-top: 188px; }
.journal__hero { max-width: 820px; padding-bottom: 75px; border-bottom: 1px solid var(--line); }
.journal__hero h1, .article-page__header h1, .legal-page__header h1 { max-width: 1050px; font-size: clamp(4rem, 7vw, 7.7rem); }
.journal__hero h1 em { color: var(--coral); font-style: italic; }
.journal__hero > p:not(.eyebrow) { max-width: 550px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.1rem; line-height: 1.7; }
.journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.journal-card { min-height: 380px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: #fffaf3; transition: transform .2s ease, box-shadow .2s ease; }
.journal-card:nth-child(3n + 2) { background: var(--sand); }
.journal-card:nth-child(3n) { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.journal-card:hover { box-shadow: 0 13px 25px rgba(16,36,58,.1); transform: translateY(-4px); }
.journal-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.journal-card__top .eyebrow { margin: 0; }
.journal-card__top > span { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.05rem; }
.journal-card__categories, .article-page__categories { min-height: 20px; margin: 36px 0 11px; color: var(--coral-dark); font-family: var(--font-mono); font-size: .56rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.journal-card__categories a, .article-page__categories a { color: inherit; }
.journal-card h2 { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(1.9rem, 2.5vw, 2.65rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.journal-card__excerpt { color: inherit; opacity: .72; font-size: .82rem; line-height: 1.62; }
.journal-card__excerpt p { margin: 0; }
.journal-card .text-link { margin-top: auto; width: fit-content; padding-top: 24px; }
.journal-card:nth-child(3n) .eyebrow, .journal-card:nth-child(3n) .journal-card__categories { color: #f4aa98; }
.journal-card:nth-child(3n) .text-link:hover { color: #f4aa98; }
.pagination { margin-top: 56px; font-size: .78rem; font-weight: 700; }
.pagination .nav-links { display: flex; gap: 16px; align-items: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 31px; height: 31px; border-radius: 50%; }
.pagination .current { color: #fff; background: var(--coral); }
.journal__empty { max-width: 680px; margin: 65px 0; padding: 50px; border-radius: 15px; background: var(--sand); }
.journal__empty h2 { margin: 0 0 13px; font-family: var(--font-display); font-size: 3rem; font-weight: 400; line-height: 1; }
.journal__empty p:not(.eyebrow) { max-width: 450px; color: var(--ink-soft); }

.article-page { min-height: 100vh; padding-top: 185px; }
.article-page__article { max-width: 1000px; margin: 0 auto; }
.article-page__header { max-width: 1000px; padding-bottom: 55px; }
.article-page__header .eyebrow { margin-bottom: 20px; }
.article-page__header .article-page__categories { margin: 0 0 16px; }
.article-page__image { margin: 0 0 52px; overflow: hidden; border-radius: 14px; }
.article-page__image img { width: 100%; }
.article-page__content, .legal-page__content { max-width: 740px; font-size: 1.05rem; line-height: 1.75; }
.article-page__content > *:first-child, .legal-page__content > *:first-child { margin-top: 0; }
.article-page__content p, .legal-page__content p { margin: 0 0 24px; }
.article-page__content h2, .legal-page__content h2 { margin: 63px 0 18px; font-family: var(--font-display); font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.article-page__content h3, .legal-page__content h3 { margin: 35px 0 11px; font-size: 1.08rem; }
.article-page__content a, .legal-page__content a { color: var(--coral-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-page__content ul, .article-page__content ol { margin: 0 0 25px; padding-left: 22px; }
.article-page__content li + li { margin-top: 7px; }
.article-page__content blockquote { max-width: 100%; margin: 42px 0; padding: 0 0 0 25px; border-left: 3px solid var(--coral); font-family: var(--font-display); font-size: 2rem; }
.article-page__footer { margin-top: 75px; padding-top: 25px; border-top: 1px solid var(--line); }

.legal-page { min-height: 100vh; padding-top: 185px; }
.legal-page__article { max-width: 1100px; margin: 0 auto; }
.legal-page__header { padding-bottom: 58px; border-bottom: 1px solid var(--line); }
.legal-page__content { margin-top: 60px; }
.legal-page__content .legal-intro { max-width: 600px; color: var(--ink-soft); font-size: 1.2rem; }
.legal-definition-list { margin: 27px 0 30px; border-top: 1px solid var(--line); }
.legal-definition-list dt { float: left; clear: left; width: 39%; padding: 13px 20px 13px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-family: var(--font-mono); font-size: .67rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.legal-definition-list dd { min-height: 44px; margin-left: 39%; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.legal-definition-list::after { content: ''; display: block; clear: both; }

@media (max-width: 820px) {
  .journal, .article-page, .legal-page { padding-top: 138px; }
  .journal__hero { padding-bottom: 48px; }
  .journal__grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .journal-card { min-height: 350px; }
  .article-page__header, .legal-page__header { padding-bottom: 42px; }
  .article-page__content, .legal-page__content { font-size: 1rem; }
}

@media (max-width: 540px) {
  .journal__grid { grid-template-columns: 1fr; }
  .journal-card { min-height: 320px; }
  .journal__hero h1, .article-page__header h1, .legal-page__header h1 { font-size: clamp(3.55rem, 15vw, 5.4rem); }
  .article-page__content h2, .legal-page__content h2 { margin-top: 45px; }
  .legal-definition-list dt { float: none; width: auto; padding-bottom: 3px; border-bottom: 0; }
  .legal-definition-list dd { min-height: 0; margin-left: 0; padding-top: 0; }
}


/* Mise à jour navigation, preuve produit HOLAVOX CONTROL et blog éditorial */
.header-actions { display: flex; align-items: center; gap: 17px; }
.header-blog-link { display: inline-flex; align-items: center; gap: 7px; padding: 7px 0; border-bottom: 1px solid var(--ink); font-size: .74rem; font-weight: 700; line-height: 1; transition: color .2s ease, border-color .2s ease; }
.header-blog-link span { font-size: .95rem; font-weight: 400; }
.header-blog-link:hover { color: var(--coral-dark); border-color: var(--coral-dark); }

.holavox-proof { padding-top: 110px; padding-bottom: 110px; background: #f6ded2; }
.holavox-proof__inner { display: grid; grid-template-columns: .45fr 1.25fr .68fr; gap: clamp(34px, 6vw, 94px); max-width: var(--max); margin: 0 auto; align-items: center; }
.holavox-proof__marker { display: flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--font-mono); font-size: .6rem; font-weight: 700; letter-spacing: .1em; line-height: 1.35; }
.holavox-proof__marker > span:first-child { display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--paper); background: var(--ink); font-size: 1rem; }
.holavox-proof__copy h2 { max-width: 700px; margin: 0; font-family: var(--font-display); font-size: clamp(3.1rem, 4.7vw, 5.3rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.holavox-proof__copy h2 em { color: var(--coral-dark); font-style: italic; }
.holavox-proof__copy > p:not(.eyebrow) { max-width: 600px; margin: 22px 0 25px; color: var(--ink-soft); font-size: .98rem; line-height: 1.7; }
.holavox-proof__copy > p strong { color: var(--ink); }
.holavox-proof__card { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: min(100%, 225px); aspect-ratio: .83; padding: 19px; border: 7px solid rgba(255,255,255,.65); border-radius: 14px; color: #fff; background: var(--ink); box-shadow: 14px 18px 0 rgba(237,112,91,.8); transform: rotate(4deg); transition: transform .25s ease, box-shadow .25s ease; }
.holavox-proof__card:hover { box-shadow: 18px 23px 0 rgba(237,112,91,.9); transform: rotate(0) translateY(-5px); }
.holavox-proof__card-top { display: flex; align-items: center; justify-content: center; width: 31px; height: 31px; border-radius: 50%; color: var(--ink); background: #f1e898; font-family: var(--font-display); font-size: 1.35rem; }
.holavox-proof__card strong { margin-top: auto; font-family: var(--font-display); font-size: 2rem; font-weight: 400; letter-spacing: -.035em; line-height: .84; }
.holavox-proof__card em { margin-top: 9px; color: #b9c9d5; font-family: var(--font-mono); font-size: .55rem; font-style: normal; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.holavox-proof__card i { position: absolute; top: 20px; right: 20px; font-size: 1.25rem; font-style: normal; }

.blog-page { min-height: 100vh; padding-top: 185px; }
.blog-hero { max-width: 760px; padding-bottom: 48px; }
.blog-hero h1 { max-width: 760px; font-size: clamp(4.3rem, 6.4vw, 7rem); }
.blog-hero h1 em { color: var(--coral); font-style: italic; }
.blog-hero > p:not(.eyebrow) { max-width: 575px; margin: 22px 0 25px; color: var(--ink-soft); font-size: 1rem; line-height: 1.68; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.blog-categories a { display: inline-flex; align-items: center; padding: 7px 12px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.5); font-size: .68rem; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.blog-categories a:hover { color: #fff; border-color: var(--coral); background: var(--coral); }
.blog-grid--holavox { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 14px; }
.blog-card { overflow: hidden; border-radius: 14px; background: #fffdf9; box-shadow: 0 2px 0 rgba(16,36,58,.04), 0 12px 27px rgba(16,36,58,.05); transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { box-shadow: 0 16px 30px rgba(16,36,58,.11); transform: translateY(-4px); }
.blog-card__visual { position: relative; display: block; aspect-ratio: 1 / .77; overflow: hidden; background: var(--sand); }
.blog-card__visual::after { content: ''; position: absolute; inset: 0; opacity: 0; background: rgba(16,36,58,.08); transition: opacity .2s ease; }
.blog-card:hover .blog-card__visual::after { opacity: 1; }
.blog-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-card__visual img { transform: scale(1.03); }
.blog-card__placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; color: var(--ink); background: linear-gradient(135deg, #f8f0e8 0%, #f7c6b8 49%, #e7d6ef 100%); }
.blog-card:nth-child(3n + 2) .blog-card__placeholder { color: #fff; background: var(--ink); }
.blog-card:nth-child(3n) .blog-card__placeholder { background: #e7dfae; }
.blog-card__placeholder strong { font-family: var(--font-mono); font-size: .67rem; letter-spacing: .13em; }
.blog-card__placeholder em { max-width: 155px; font-family: var(--font-display); font-size: 2.2rem; font-style: normal; line-height: .85; }
.blog-card__body { min-height: 310px; padding: 19px 21px 22px; display: flex; flex-direction: column; }
.blog-card__meta { margin: 0 0 14px; color: var(--coral-dark); font-family: var(--font-mono); font-size: .55rem; font-weight: 700; letter-spacing: .06em; line-height: 1.5; text-transform: uppercase; }
.blog-card__meta a { color: inherit; }
.blog-card h2 { margin: 0 0 13px; font-family: var(--font-display); font-size: clamp(1.82rem, 2.4vw, 2.6rem); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.blog-card__excerpt { color: var(--ink-soft); font-size: .77rem; line-height: 1.63; }
.blog-card__excerpt p { margin: 0; }
.blog-card__link { width: fit-content; margin-top: auto; padding-top: 18px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; transition: color .2s ease; }
.blog-card__link:hover { color: var(--coral-dark); }
.blog-empty { max-width: 650px; margin: 55px 0; padding: 46px; border-radius: 15px; background: var(--sand); }
.blog-empty h2 { margin: 0 0 13px; font-family: var(--font-display); font-size: 3rem; font-weight: 400; line-height: 1; }
.blog-empty p:not(.eyebrow) { max-width: 440px; color: var(--ink-soft); }

@media (max-width: 1050px) {
  .holavox-proof__inner { grid-template-columns: .34fr 1.25fr .7fr; gap: 35px; }
  .blog-grid--holavox { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .header-actions { margin-left: auto; margin-right: 7px; } .header-blog-link { font-size: .7rem; }
  .holavox-proof { padding-top: 78px; padding-bottom: 78px; } .holavox-proof__inner { grid-template-columns: 1fr; gap: 27px; } .holavox-proof__marker { order: 2; } .holavox-proof__copy { order: 1; } .holavox-proof__card { order: 3; }
  .blog-page { padding-top: 138px; } .blog-grid--holavox { padding-top: 7px; }
}

@media (max-width: 540px) {
  .header-blog-link { font-size: 0; border-bottom: 0; } .header-blog-link::before { content: 'Blog'; font-size: .7rem; } .header-blog-link span { font-size: .9rem; }
  .holavox-proof__copy h2 { font-size: 3.3rem; } .holavox-proof__card { width: 205px; }
  .blog-grid--holavox { grid-template-columns: 1fr; } .blog-card__body { min-height: 278px; } .blog-hero h1 { font-size: clamp(3.65rem, 15vw, 5.3rem); }
}


/* Correctif grand écran : ne jamais couper les mots du titre de la landing. */
@media (min-width: 1051px) {
  .hero { grid-template-columns: minmax(560px, 1.08fr) minmax(430px, .92fr); }
  .hero h1 { max-width: 780px; font-size: clamp(4.35rem, 5vw, 5.75rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
}


/* Logo fourni : cadrage des marges transparentes sans modifier l’image. */
.site-header .brand { width: 190px; }
.brand__image-frame { position: relative; display: block; width: 100%; aspect-ratio: 4.52; overflow: hidden; }
.brand__image { position: absolute; width: 120%; max-width: none; height: auto; left: -10.5%; top: -62%; }
/* Titres : taille liée à la largeur réelle de la colonne. */
.ai-panel { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.ai-panel__copy { min-width: 0; container-type: inline-size; padding: clamp(28px, 4vw, 64px); }
.ai-panel h2 { max-width: 700px; font-size: clamp(2rem, 4vw, 4.4rem); font-size: clamp(1.5rem, 12.5cqi, 4.4rem); overflow-wrap: normal; word-break: normal; hyphens: none; line-height: 1.04; }
.keep-word { white-space: nowrap; }
/* Trois compositions éditoriales, sur une grille régulière. */
.work__header { align-items: flex-start; }
.work__header .display-title { max-width: 850px; }
.work__header > .text-link { flex-shrink: 0; max-width: 210px; margin-top: 14px; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 64px; }
.showcase-card { min-width: 0; }
.showcase-copy { padding: 24px 0 0; }
.showcase-category { color: #bac9d3; font: 10px/1.5 var(--font-mono); letter-spacing: .06em; margin: 0 0 14px; }
.showcase-copy h3 { margin: 0 0 14px; color: var(--paper); font: 400 clamp(25px, 2.5vw, 36px)/1.1 var(--font-display); letter-spacing: -.025em; }
.showcase-copy > p:last-child { color: #c5cfd6; font-size: 14px; line-height: 1.65; margin: 0; max-width: 340px; }
@media (max-width: 1100px) { .site-header__inner { gap: 20px; } .site-header .brand { width: 160px; } .work__header { display: block; } .showcase-grid { gap: 20px; } .showcase-visual { padding: 20px; } }
@media (max-width: 1050px) { .ai-panel { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 760px) { .showcase-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 36px; } .showcase-visual { aspect-ratio: 1.15; padding: 28px; } .identity-type, .motion-type { font-size: clamp(32px, 13cqi, 58px); } .web-mockup { max-width: 330px; width: 100%; align-self: center; } .showcase-copy h3 { font-size: 32px; } }
@media (max-width: 400px) { .site-header .brand { width: 145px; } .site-header__inner { gap: 12px; } .showcase-visual { aspect-ratio: 1; } }

/* Finitions : lisibilité, navigation clavier et ancrages sous l’en-tête. */
.work__header .display-title { font-size: clamp(2.6rem, 4.3vw, 4.4rem); line-height: 1.06; }
section[id] { scroll-margin-top: 100px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 5px; }
.nav-toggle.is-open span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
@media (min-width: 821px) and (max-width: 1100px) { .header-blog-link { display: none; } .menu { gap: 20px; } }
@media (max-width: 540px) { .work__header .display-title { font-size: 2.65rem; } }

/* Direction marketing digital : photos intégrées et offre plus explicite. */
.hero { gap: clamp(28px, 4vw, 64px); grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.hero__copy { min-width: 0; container-type: inline-size; }
.hero h1 { font-size: clamp(2rem, 12cqi, 5.4rem); overflow-wrap: normal; word-break: normal; hyphens: none; line-height: 1; }
.hero::before, .hero::after { display: none; }
.hero-photo { position: relative; min-width: 0; align-self: stretch; min-height: 560px; border-radius: 16px; overflow: hidden; background: var(--ink); }
.hero-photo > img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 53% center; }
.hero-photo::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,#10243ae8); }
.hero-photo__caption { position: absolute; z-index: 1; left: 30px; right: 25px; bottom: 30px; color: white; }
.hero-photo__caption > span { font: 10px/1.5 var(--font-mono); letter-spacing: .1em; }
.hero-photo__caption strong { display: block; margin: 18px 0 14px; font: 400 clamp(26px, 3vw, 42px)/1.08 var(--font-display); }
.hero-photo__caption p { font-size: 12px; margin: 0; }
.showcase-photo { position: relative; aspect-ratio: 4/4.2; overflow: hidden; border-radius: 10px; background: var(--paper-deep); }
.showcase-photo img { height: 100%; width: 100%; object-fit: cover; }
.showcase-photo > span { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 35px; height: 35px; background: var(--paper); color: var(--ink); border-radius: 50%; font: 11px var(--font-mono); }
@media (min-width: 1101px) { .service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } .service-card h3 { font-size: clamp(1.7rem,2.5vw,2.5rem); } }
@media (max-width: 1050px) { .hero { grid-template-columns: minmax(0,1fr); } .hero-photo { min-height: 480px; } .hero h1 { max-width: 820px; } }
@media (max-width: 760px) { .hero-photo { min-height: 420px; margin-top: 20px; } .showcase-photo { aspect-ratio: 4/3; } }
