* { margin: 0; padding: 0; box-sizing: border-box; }
 :root {
 --bg: #e8e6df; 
 --ink: #14140f; 
 --ink-soft: rgba(20, 20, 15, 0.68);
 --ink-faint: rgba(20, 20, 15, 0.42);
 --ink-ghost: rgba(20, 20, 15, 0.1);
 --accent: #1e3a5f;
 --paper: #f1efe8; 
 --black: #050505;
 --white: #fff;
 --cream: #f4f1e8;
 --accent-soft: rgba(30, 58, 95, 0.18);
 --font-serif: 'Newsreader', 'Times New Roman', Times, serif;
 --font-mono: 'JetBrains Mono', 'Menlo', monospace;
 --font-sans: 'Inter', sans-serif;
 }
 html { font-size: 16px; overflow-x: clip; -webkit-text-size-adjust: 100%; }
 * { -webkit-tap-highlight-color: rgba(20, 20, 15, 0.06); }
 @supports (height: 100dvh) {
 .hero { min-height: 100dvh; }
 }
 .visually-hidden {
 position: absolute !important;
 width: 1px; height: 1px;
 padding: 0; margin: -1px; overflow: hidden;
 clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
 }
 .skip-link {
 position: absolute; top: -100px; left: 12px;
 background: var(--ink); color: var(--bg);
 padding: 10px 16px;
 font-family: var(--font-mono); font-size: 11px;
 font-weight: 600; text-decoration: none;
 letter-spacing: 0.08em; text-transform: uppercase;
 border-radius: 4px; z-index: 10000;
 transition: top 0.2s ease;
 }
 .skip-link:focus { top: 12px; outline: 2px solid var(--ink); outline-offset: 2px; }
 @media (prefers-reduced-motion: reduce) {
 *, *::before, *::after {
 animation-duration: 0.001ms !important;
 animation-iteration-count: 1 !important;
 transition-duration: 0.001ms !important;
 scroll-behavior: auto !important;
 }
 .cursor, .nav-index { display: none !important; }
 .fade-up, .line-reveal { opacity: 1 !important; transform: none !important; }
 .hero.in .hero-mask-inner { transform: none !important; }
 .signoff-mark-pentagon { animation: none !important; }
 .hero-bottom-mark, .hero-scroll-arrow { animation: none !important; }
 }
 a:focus-visible, button:focus-visible,
 input:focus-visible, textarea:focus-visible {
 outline: 2px solid var(--ink);
 outline-offset: 3px;
 border-radius: 2px;
 }
 html.lenis, html.lenis body { height: auto; }
 .lenis.lenis-smooth { scroll-behavior: auto !important; }
 body {
 font-family: var(--font-mono);
 font-weight: 500;
 background: var(--bg);
 color: var(--ink);
 cursor: default;
 overflow-x: clip;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }
 ::selection { background: var(--ink); color: var(--bg); }
 .loader {
 position: fixed; top: 0; left: 0; width: 100%; height: 100%;
 background: var(--bg);
 display: flex; align-items: center; justify-content: center;
 z-index: 10000;
 clip-path: inset(0 0 0 0);
 transition: clip-path 1.2s cubic-bezier(0.76, 0, 0.24, 1);
 }
 .loader.hidden {
 clip-path: inset(0 0 100% 0);
 }
 .loader-inner {
 display: flex; flex-direction: column; align-items: center;
 }
 .loader-inner {
 display: flex; flex-direction: column;
 align-items: center; gap: 36px;
 }
 .loader-logo {
 width: 48px; height: 48px;
 display: block;
 opacity: 0;
 animation: loaderFadeIn 0.5s ease 0.1s forwards;
 }
 @keyframes loaderFadeIn {
 to { opacity: 1; }
 }
 .loader-text {
 font-family: var(--font-mono);
 font-size: 11px; font-weight: 500;
 letter-spacing: 0.18em;
 color: var(--ink-soft);
 text-transform: uppercase;
 display: inline-flex; align-items: center;
 min-height: 14px;
 }
 .loader-text-content {
 display: inline-block;
 }
 .loader-caret {
 display: inline-block;
 width: 1px; height: 12px;
 background: var(--ink-soft);
 margin-left: 4px;
 animation: caretBlink 0.7s step-end infinite;
 opacity: 0;
 animation-delay: 0.5s;
 animation-fill-mode: both;
 }
 @keyframes caretBlink {
 0%, 100% { opacity: 1; }
 50% { opacity: 0; }
 }
 .cursor {
 width: 14px; height: 14px;
 border: 1px solid var(--ink);
 border-radius: 50%; position: fixed;
 pointer-events: none; z-index: 9999;
 display: flex; align-items: center; justify-content: center;
 transition:
 width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
 height 0.7s cubic-bezier(0.16, 1, 0.3, 1),
 background 0.5s ease,
 border-color 0.5s ease,
 border-radius 0.7s cubic-bezier(0.16, 1, 0.3, 1),
 transform 0.3s ease;
 mix-blend-mode: difference;
 transform: translate(-50%, -50%);
 will-change: left, top;
 }
 .cursor-glyph {
 font-family: var(--font-mono);
 font-size: 11px;
 font-weight: 500;
 color: var(--ink);
 line-height: 1;
 opacity: 0;
 transform: scale(0.6);
 transition:
 opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
 transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
 mix-blend-mode: difference;
 }
 .cursor[data-mood="default"] { }
 .cursor[data-mood="quiet"] {
 width: 6px; height: 6px;
 background: var(--ink);
 border-color: var(--ink);
 }
 .cursor[data-mood="work"] {
 width: 30px; height: 30px;
 background: transparent;
 border-color: var(--ink);
 }
 .cursor[data-mood="work"] .cursor-glyph {
 opacity: 1;
 transform: scale(1);
 }
 .cursor[data-mood="apply"] {
 width: 1.5px; height: 22px;
 background: var(--ink);
 border-color: transparent;
 border-radius: 0;
 }
 .cursor.hover {
 width: 36px; height: 36px;
 background: var(--ink);
 border-radius: 50%;
 border-color: var(--ink);
 }
 .cursor.hover .cursor-glyph { opacity: 0; }
 .nav-index {
 position: fixed;
 right: 28px; top: 50%;
 transform: translateY(-50%) translateX(20px);
 z-index: 90;
 display: flex; flex-direction: column;
 gap: 22px;
 opacity: 0;
 transition:
 opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
 transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
 pointer-events: none;
 }
 .nav-index.visible {
 opacity: 1;
 transform: translateY(-50%) translateX(0);
 pointer-events: auto;
 }
 .nav-index-item {
 display: flex;
 align-items: center;
 gap: 14px;
 text-decoration: none;
 color: var(--ink-faint);
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 letter-spacing: 0.08em;
 cursor: pointer;
 transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .nav-index-label {
 text-transform: uppercase;
 letter-spacing: 0.16em;
 white-space: nowrap;
 opacity: 0;
 transform: translateX(8px);
 transition:
 opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
 transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
 color: var(--ink);
 order: 1;
 }
 .nav-index-tick {
 display: block;
 width: 18px;
 height: 1px;
 background: var(--ink-faint);
 transition:
 width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
 background 0.5s ease;
 order: 2;
 }
 .nav-index-num {
 display: inline-block;
 min-width: 18px;
 text-align: right;
 transition: color 0.5s ease;
 order: 3;
 }
 .nav-index-item:hover .nav-index-label,
 .nav-index-item.active .nav-index-label {
 opacity: 1;
 transform: translateX(0);
 }
 .nav-index-item:hover .nav-index-tick {
 width: 28px;
 background: var(--ink-soft);
 }
 .nav-index-item.active {
 color: var(--ink);
 }
 .nav-index-item.active .nav-index-tick {
 width: 40px;
 background: var(--ink);
 }
 .signoff {
 padding: 120px 32px 80px;
 text-align: center;
 background: var(--bg);
 border-top: 1px solid var(--ink-faint);
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 28px;
 }
 .signoff-rule {
 width: 1px;
 height: 64px;
 background: linear-gradient(180deg, transparent, var(--ink-faint), transparent);
 margin-bottom: 8px;
 }
 .signoff-mark-frame {
 width: 84px; height: 84px;
 border: 1px solid var(--ink-faint);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .signoff-mark-frame::before,
 .signoff-mark-frame::after {
 content: '';
 position: absolute;
 top: 50%;
 width: 32px;
 height: 1px;
 background: var(--ink-faint);
 }
 .signoff-mark-frame::before { right: 100%; margin-right: 18px; }
 .signoff-mark-frame::after { left: 100%; margin-left: 18px; }
 .signoff-mark-pentagon {
 width: 28px; height: 28px;
 background: var(--ink);
 clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
 transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
 animation: signoffBreath 7s ease-in-out infinite;
 }
 @keyframes signoffBreath {
 0%, 100% { transform: scale(1); }
 50% { transform: scale(0.94); }
 }
 .signoff-line {
 font-family: var(--font-serif);
 font-style: italic;
 font-weight: 400;
 font-size: clamp(1.3rem, 2.4vw, 1.9rem);
 letter-spacing: -0.01em;
 color: var(--ink);
 margin: 4px 0 0;
 max-width: 480px;
 line-height: 1.3;
 }
 .signoff-meta {
 display: flex;
 align-items: center;
 gap: 12px;
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.12em;
 color: var(--ink-soft);
 margin-top: 8px;
 flex-wrap: wrap;
 justify-content: center;
 }
 .signoff-meta span:nth-child(even) {
 color: var(--ink-faint);
 }
 header {
 position: fixed; top: 0; left: 0; right: 0;
 padding: 24px 32px;
 display: flex; justify-content: space-between; align-items: flex-start;
 z-index: 100;
 }
 .brand-stack {
 display: flex; flex-direction: column;
 gap: 4px;
 font-family: var(--font-mono);
 font-size: 11px;
 line-height: 1.4;
 color: var(--ink);
 text-transform: uppercase;
 letter-spacing: 0.02em;
 }
 .brand-stack a {
 color: var(--ink);
 text-decoration: none;
 display: flex; align-items: center; gap: 8px;
 }
 .brand-stack .brand-name {
 font-weight: 700;
 display: flex; align-items: center; gap: 8px;
 }
 .brand-stack .brand-sub {
 color: var(--ink-soft);
 font-weight: 500;
 }
 .logo-icon {
 width: 16px; height: 16px; background: var(--ink);
 clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
 flex-shrink: 0;
 }
 .pill-nav {
 display: flex; gap: 4px;
 }
 .pill-nav a, .pill-nav button {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--ink);
 text-decoration: none;
 padding: 7px 14px;
 border: 1px solid var(--ink);
 border-radius: 100px;
 background: transparent;
 cursor: pointer;
 transition: all 0.3s ease;
 position: relative;
 }
 .pill-nav a:hover, .pill-nav button:hover {
 background: var(--ink);
 color: var(--bg);
 }
 .pill-nav .badge {
 position: absolute;
 top: -8px; right: -6px;
 font-size: 7px;
 background: var(--ink);
 color: var(--bg);
 border-radius: 100px;
 padding: 2px 5px;
 letter-spacing: 0.05em;
 }
 .hero {
 min-height: 100vh;
 display: flex; flex-direction: column;
 padding: 0;
 position: relative; overflow: hidden;
 background: var(--bg);
 }
 .hero-bottom-info {
 position: absolute;
 bottom: 32px; left: 32px; right: 32px;
 display: flex; justify-content: space-between;
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 color: var(--ink-soft);
 text-transform: uppercase;
 letter-spacing: 0.05em;
 opacity: 0;
 transform: translateY(8px);
 transition:
 opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1),
 transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
 transition-delay: 1.6s;
 }
 .hero.in .hero-bottom-info {
 opacity: 1;
 transform: translateY(0);
 }
 .hero-bottom-left, .hero-bottom-right {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 }
 .hero-bottom-mark {
 display: inline-block;
 width: 6px; height: 6px;
 background: var(--ink);
 border-radius: 50%;
 animation: heroPulse 3.6s ease-in-out infinite;
 }
 @keyframes heroPulse {
 0%, 100% { opacity: 0.35; transform: scale(1); }
 50% { opacity: 1; transform: scale(1.15); }
 }
 .hero-scroll-arrow {
 display: inline-block;
 animation: heroArrow 2.8s ease-in-out infinite;
 }
 @keyframes heroArrow {
 0%, 100% { transform: translateY(0); }
 50% { transform: translateY(4px); }
 }
 .hero-stage {
 position: relative;
 z-index: 5;
 flex: 1;
 display: flex; flex-direction: column;
 justify-content: center;
 align-items: center;
 padding: 200px 32px 120px;
 will-change: transform, opacity;
 }
 .hero-eyebrow {
 display: flex;
 align-items: center;
 gap: 16px;
 margin-bottom: 36px;
 opacity: 0;
 transform: translateY(8px);
 transition:
 opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1),
 transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .hero.in .hero-eyebrow { opacity: 1; transform: translateY(0); }
 .hero-eyebrow-line {
 display: block;
 height: 1px;
 background: var(--ink-faint);
 width: 0;
 transition: width 1.8s cubic-bezier(0.16, 1, 0.3, 1);
 transition-delay: 0.3s;
 }
 .hero.in .hero-eyebrow-line { width: 36px; }
 .hero-eyebrow-text {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 letter-spacing: 0.18em;
 text-transform: uppercase;
 color: var(--ink-soft);
 white-space: nowrap;
 }
 .hero-whisper {
 font-family: var(--font-serif);
 font-weight: 500;
 font-size: clamp(2.2rem, 5vw, 4.4rem);
 line-height: 1;
 letter-spacing: -0.03em;
 color: var(--ink);
 margin: 0;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 0 0.32em;
 }
 .hero-whisper em {
 font-style: italic;
 font-weight: 400;
 }
 .hero-mask {
 display: inline-block;
 overflow: hidden;
 vertical-align: top;
 line-height: 1.05;
 padding-bottom: 0.05em;
 }
 .hero-mask-inner {
 display: inline-block;
 transform: translateY(110%) rotate(2deg);
 transform-origin: left bottom;
 transition:
 transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
 will-change: transform;
 }
 .hero.in .hero-mask:nth-child(1) .hero-mask-inner {
 transform: translateY(0) rotate(0);
 transition-delay: 0.4s;
 }
 .hero.in .hero-mask:nth-child(2) .hero-mask-inner {
 transform: translateY(0) rotate(0);
 transition-delay: 0.55s;
 }
 .hero-underline {
 display: block;
 margin-top: 36px;
 width: 0;
 height: 1px;
 background: var(--ink);
 transition: width 2.2s cubic-bezier(0.16, 1, 0.3, 1);
 transition-delay: 1.2s;
 }
 .hero.in .hero-underline { width: 88px; }
 .hero-foot {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.18em;
 color: var(--ink-soft);
 margin: 22px 0 0;
 opacity: 0;
 transform: translateY(6px);
 transition:
 opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1),
 transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
 transition-delay: 1.5s;
 }
 .hero.in .hero-foot { opacity: 1; transform: translateY(0); }
 .section-label .label-num {
 margin-left: auto;
 color: var(--ink-soft);
 font-weight: 500;
 font-size: 10px;
 letter-spacing: 0.06em;
 }
 .story-section {
 padding: 100px 32px;
 background: var(--bg);
 border-top: 1px solid var(--ink-faint);
 position: relative;
 }
 .story-headline {
 font-family: var(--font-serif);
 font-weight: 500;
 font-size: clamp(1.8rem, 3.2vw, 2.8rem);
 line-height: 1.15;
 letter-spacing: -0.02em;
 color: var(--ink);
 margin: 0 0 56px;
 max-width: 760px;
 }
 .story-body {
 max-width: 580px;
 margin-left: auto;
 font-family: var(--font-serif);
 font-size: 1rem;
 line-height: 1.65;
 color: var(--ink);
 font-weight: 500;
 }
 .story-body p { margin: 0 0 18px; }
 .story-body em {
 font-style: italic;
 font-weight: 500;
 }
 .story-body .story-quiet {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 color: var(--ink-soft);
 margin-top: 32px;
 padding-top: 18px;
 border-top: 1px solid var(--ink-faint);
 }
 .services-section {
 padding: 100px 32px;
 background: var(--bg);
 border-top: 1px solid var(--ink-faint);
 }
 .services-headline {
 font-family: var(--font-serif);
 font-weight: 500;
 font-size: clamp(1.8rem, 3.2vw, 2.8rem);
 line-height: 1.15;
 letter-spacing: -0.02em;
 color: var(--ink);
 margin: 0 0 56px;
 max-width: 760px;
 }
 .services-list {
 list-style: none;
 padding: 0; margin: 0;
 border-top: 1px solid var(--ink);
 }
 .service-row {
 display: grid;
 grid-template-columns: 80px 1fr auto;
 gap: 32px;
 padding: 40px 0;
 border-bottom: 1px solid var(--ink);
 align-items: start;
 position: relative;
 transition: padding 0.4s ease;
 }
 .service-row:hover { padding-left: 16px; }
 .service-num {
 font-family: var(--font-mono);
 font-size: 11px;
 font-weight: 600;
 letter-spacing: 0.05em;
 color: var(--ink);
 padding-top: 8px;
 }
 .service-content { max-width: 720px; }
 .service-name {
 font-family: var(--font-serif);
 font-size: clamp(1.25rem, 1.8vw, 1.5rem);
 font-weight: 500;
 letter-spacing: -0.015em;
 line-height: 1.15;
 margin: 0 0 8px;
 color: var(--ink);
 }
 .service-desc {
 font-family: var(--font-mono);
 font-size: 11px;
 line-height: 1.7;
 color: var(--ink-soft);
 text-transform: uppercase;
 letter-spacing: 0.04em;
 font-weight: 500;
 max-width: 540px;
 }
 .service-stamp {
 font-family: var(--font-mono);
 font-size: 9px;
 font-weight: 500;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 color: var(--ink-soft);
 border: 1px solid var(--ink);
 border-radius: 100px;
 padding: 5px 11px;
 white-space: nowrap;
 align-self: center;
 }
 .hero { perspective: 1600px; }
 section { padding: 80px 32px; }
 .section-label {
 font-family: var(--font-mono);
 font-size: 11px; font-weight: 600;
 text-transform: uppercase; letter-spacing: 0.05em;
 color: var(--ink);
 margin-bottom: 32px;
 display: flex; align-items: center; gap: 10px;
 }
 .section-mark {
 width: 10px; height: 10px;
 background: var(--ink);
 clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
 display: inline-block;
 flex-shrink: 0;
 }
 .section-divider {
 width: 16px; height: 1px;
 background: var(--ink);
 }
 #work {
 padding: 100px 32px;
 background: var(--bg);
 border-top: 1px solid var(--ink-faint);
 }
 .work-section { padding: 100px 32px; }
 .work-header {
 margin-bottom: 80px;
 }
 .work-headline {
 font-family: var(--font-serif);
 font-weight: 500;
 font-size: clamp(1.8rem, 3.2vw, 2.8rem);
 line-height: 1.15;
 letter-spacing: -0.02em;
 color: var(--ink);
 margin: 0;
 max-width: 760px;
 }
 .work-sub {
 font-family: var(--font-mono);
 font-size: 12px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.04em;
 color: var(--ink-soft);
 margin: 24px 0 0;
 max-width: 520px;
 line-height: 1.6;
 }
 .manifesto-section {
 padding: 140px 32px;
 background: var(--paper);
 border-top: 1px solid var(--ink-faint);
 border-bottom: 1px solid var(--ink-faint);
 }
 .manifesto-headline {
 font-family: var(--font-serif);
 font-weight: 500;
 font-size: clamp(1.8rem, 3.2vw, 2.8rem);
 line-height: 1.15;
 letter-spacing: -0.02em;
 color: var(--ink);
 margin: 0;
 max-width: 760px;
 }
 .manifesto-intro {
 font-family: var(--font-serif);
 font-style: italic;
 font-size: clamp(1rem, 1.4vw, 1.15rem);
 font-weight: 400;
 line-height: 1.55;
 color: var(--ink-soft);
 margin: 28px 0 64px;
 max-width: 640px;
 }
 .manifesto-list {
 list-style: none;
 margin: 0; padding: 0;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 56px 64px;
 max-width: 1100px;
 }
 .manifesto-row {
 display: grid;
 grid-template-columns: 48px 1fr;
 gap: 16px;
 align-items: baseline;
 }
 .manifesto-num {
 font-family: var(--font-serif);
 font-style: italic;
 font-size: clamp(1.4rem, 2vw, 1.75rem);
 font-weight: 400;
 color: var(--ink-faint);
 line-height: 1;
 }
 .manifesto-name {
 font-family: var(--font-serif);
 font-weight: 500;
 font-size: clamp(1.1rem, 1.6vw, 1.4rem);
 letter-spacing: -0.015em;
 line-height: 1.2;
 color: var(--ink);
 margin: 0 0 12px;
 }
 .manifesto-desc {
 font-family: var(--font-sans);
 font-size: 14px;
 font-weight: 400;
 line-height: 1.65;
 color: var(--ink-soft);
 margin: 0;
 max-width: 420px;
 }
 .manifesto-foot {
 font-family: var(--font-serif);
 font-style: italic;
 font-size: clamp(1.05rem, 1.4vw, 1.25rem);
 font-weight: 400;
 color: var(--ink);
 margin: 80px auto 0;
 max-width: 580px;
 text-align: center;
 line-height: 1.45;
 padding-top: 56px;
 border-top: 1px solid var(--ink-faint);
 }
 .journal-section {
 padding: 120px 32px;
 background: var(--bg);
 border-top: 1px solid var(--ink-ghost);
 }
 .journal-headline {
 font-family: var(--font-serif);
 font-weight: 500;
 font-size: clamp(1.8rem, 3.2vw, 2.8rem);
 line-height: 1.15;
 letter-spacing: -0.02em;
 color: var(--ink);
 margin: 0;
 }
 .journal-intro {
 font-family: var(--font-serif);
 font-style: italic;
 font-size: clamp(1rem, 1.4vw, 1.15rem);
 font-weight: 400;
 line-height: 1.55;
 color: var(--ink-soft);
 margin: 24px 0 56px;
 max-width: 600px;
 }
 .journal-intro a {
 color: var(--ink);
 text-decoration: underline;
 text-underline-offset: 3px;
 text-decoration-color: var(--ink-faint);
 transition: text-decoration-color 0.3s ease;
 }
 .journal-intro a:hover { text-decoration-color: var(--ink); }
 .journal-list {
 list-style: none;
 margin: 0; padding: 0;
 border-top: 1px solid var(--ink);
 max-width: 880px;
 }
 .journal-list li {
 border-bottom: 1px solid var(--ink-faint);
 position: relative;
 overflow: hidden;
 }
 .journal-list li::after {
 content: '';
 position: absolute;
 left: 0; bottom: -1px;
 width: 0; height: 1px;
 background: var(--ink);
 transition: width 1.1s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .journal-list li:hover::after { width: 100%; }
 .journal-row {
 display: flex;
 justify-content: space-between;
 align-items: baseline;
 gap: 24px;
 padding: 22px 0;
 text-decoration: none;
 color: var(--ink);
 transition: padding 0.7s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .journal-row:hover { padding-left: 18px; padding-right: 18px; }
 .journal-row-name {
 font-family: var(--font-serif);
 font-size: clamp(1.15rem, 1.8vw, 1.5rem);
 font-weight: 500;
 letter-spacing: -0.015em;
 line-height: 1.2;
 transition: font-style 0.4s ease;
 }
 .journal-row:hover .journal-row-name { font-style: italic; }
 .journal-row-meta {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--ink-soft);
 white-space: nowrap;
 }
 .journal-foot {
 margin: 48px 0 0;
 font-family: var(--font-mono);
 font-size: 11px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 }
 .journal-foot a {
 color: var(--ink);
 text-decoration: none;
 border-bottom: 1px solid var(--ink-faint);
 padding-bottom: 2px;
 transition: border-color 0.3s ease;
 }
 .journal-foot a:hover { border-color: var(--ink); }
 .signoff-mail {
 color: var(--ink);
 text-decoration: none;
 border-bottom: 1px solid var(--ink-faint);
 padding-bottom: 2px;
 font-style: normal;
 transition: border-color 0.3s ease;
 }
 .signoff-mail:hover { border-color: var(--ink); }
 .footer-nav { display: flex; flex-wrap: wrap; gap: 4px 8px; }
 .work-index {
 list-style: none;
 margin: 64px 0 0; padding: 0;
 border-top: 1px solid var(--ink);
 }
 .work-index li {
 border-bottom: 1px solid var(--ink-faint);
 position: relative;
 overflow: hidden;
 }
 .work-index li::after {
 content: '';
 position: absolute;
 left: 0; bottom: -1px;
 width: 0; height: 1px;
 background: var(--ink);
 transition: width 1.1s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .work-index li:hover::after { width: 100%; }
 .work-row {
 display: grid;
 grid-template-columns: 56px 1fr 160px 120px 110px;
 gap: 32px;
 padding: 28px 0;
 align-items: baseline;
 text-decoration: none;
 color: var(--ink);
 cursor: pointer;
 position: relative;
 transition: padding 0.9s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .work-row:hover {
 padding-left: 24px;
 padding-right: 24px;
 }
 .work-row-num {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 letter-spacing: 0.08em;
 color: var(--ink-faint);
 transition: color 0.6s ease;
 }
 .work-row:hover .work-row-num { color: var(--ink); }
 .work-row-name {
 font-family: var(--font-serif);
 font-size: clamp(1.6rem, 2.6vw, 2.4rem);
 font-weight: 400;
 letter-spacing: -0.02em;
 line-height: 1.05;
 color: var(--ink);
 transition: font-style 0.4s ease, letter-spacing 0.6s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .work-row:hover .work-row-name {
 font-style: italic;
 letter-spacing: -0.01em;
 }
 .work-row-type {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--ink-soft);
 }
 .work-row-year {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 letter-spacing: 0.12em;
 color: var(--ink-faint);
 text-align: left;
 }
 .work-row-cta {
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--ink-soft);
 text-align: right;
 display: inline-flex;
 align-items: baseline;
 gap: 6px;
 justify-content: flex-end;
 opacity: 0;
 transform: translateX(-8px);
 transition:
 opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
 transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .work-row:hover .work-row-cta {
 opacity: 1;
 transform: translateX(0);
 color: var(--ink);
 }
 .work-row-arrow {
 display: inline-block;
 transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .work-row:hover .work-row-arrow {
 transform: translate(3px, -3px);
 }
 .work-footnote {
 margin-top: 56px;
 display: flex;
 align-items: center;
 gap: 18px;
 font-family: var(--font-serif);
 font-style: italic;
 font-size: 14px;
 font-weight: 400;
 letter-spacing: -0.005em;
 color: var(--ink-soft);
 max-width: 720px;
 }
 .work-footnote span:first-child {
 font-style: normal;
 color: var(--ink-faint);
 }
 .fade-up {
 opacity: 0;
 transform: translateY(40px);
 transition:
 opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
 transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
 will-change: opacity, transform;
 }
 .fade-up.in {
 opacity: 1;
 transform: translateY(0);
 }
 .fade-up.delay-1 { transition-delay: 0.08s; }
 .fade-up.delay-2 { transition-delay: 0.16s; }
 .fade-up.delay-3 { transition-delay: 0.24s; }
 .fade-up.delay-4 { transition-delay: 0.32s; }
 .fade-up.delay-5 { transition-delay: 0.4s; }
 .line-reveal {
 display: inline-block;
 overflow: hidden;
 vertical-align: top;
 }
 .line-reveal-inner {
 display: inline-block;
 transform: translateY(110%);
 transition: transform 1.3s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .line-reveal.in .line-reveal-inner {
 transform: translateY(0);
 }
 .reveal {
 opacity: 0;
 transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1);
 }
 .reveal.visible { opacity: 1; }
 .contact {
 padding: 120px 32px 80px;
 background: var(--bg);
 position: relative;
 border-top: 1px solid var(--ink-faint);
 }
 .contact-content { max-width: 720px; }
 .contact-label {
 font-family: var(--font-mono);
 font-size: 11px; font-weight: 600;
 text-transform: uppercase; letter-spacing: 0.05em;
 color: var(--ink);
 margin-bottom: 32px;
 display: flex; align-items: center; gap: 10px;
 }
 .contact-form {
 max-width: 720px;
 text-align: left;
 background: transparent;
 color: var(--ink);
 padding: 0;
 border: none;
 box-shadow: none;
 border-radius: 0;
 }
 .contact-form::before { display: none; }
 .form-heading {
 font-family: var(--font-serif);
 font-size: clamp(1.8rem, 3.2vw, 2.8rem);
 font-weight: 500;
 letter-spacing: -0.02em;
 line-height: 1.15;
 margin-bottom: 16px;
 color: var(--ink);
 text-transform: none;
 }
 .form-sub {
 font-family: var(--font-mono);
 font-size: 11px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.04em;
 color: var(--ink-soft);
 margin-bottom: 56px;
 line-height: 1.5;
 }
 .form-field {
 margin-bottom: 28px;
 position: relative;
 }
 .form-label {
 display: block;
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--ink-soft);
 margin-bottom: 10px;
 transition: color 0.3s ease;
 }
 .form-field input,
 .form-field textarea {
 width: 100%; background: transparent; border: none;
 border-bottom: 1px solid var(--ink-faint);
 color: var(--ink);
 font-family: var(--font-mono);
 font-size: 14px;
 font-weight: 500;
 padding: 8px 0 12px;
 outline: none; resize: none;
 transition: border-color 0.3s ease;
 }
 .form-field input::placeholder,
 .form-field textarea::placeholder {
 color: var(--ink-faint);
 font-size: 14px;
 font-weight: 400;
 }
 .form-field:focus-within .form-label { color: var(--ink); }
 .form-field input:focus,
 .form-field textarea:focus { border-color: var(--ink); }
 .form-field textarea { min-height: 80px; line-height: 1.6; }
 .form-submit {
 margin-top: 24px;
 padding: 12px 28px;
 background: var(--ink);
 color: var(--bg);
 border: 1px solid var(--ink);
 border-radius: 100px;
 font-family: var(--font-mono);
 font-size: 10px; font-weight: 500;
 text-transform: uppercase; letter-spacing: 0.08em;
 cursor: pointer;
 transition: all 0.3s ease;
 display: inline-flex; align-items: center; gap: 10px;
 width: auto;
 }
 .form-submit:hover {
 background: transparent;
 color: var(--ink);
 }
 .form-submit svg {
 width: 12px; height: 12px;
 stroke: currentColor;
 transition: transform 0.3s ease;
 }
 .form-submit:hover svg { transform: translateX(3px); }
 .form-hidden { position: absolute; opacity: 0; pointer-events: none; height: 0; overflow: hidden; }
 .work-index, .contact-form { will-change: transform; }
 footer {
 padding: 40px 32px;
 display: flex; justify-content: space-between;
 font-family: var(--font-mono);
 font-size: 10px;
 font-weight: 500;
 letter-spacing: 0.04em;
 text-transform: uppercase;
 color: var(--ink-soft);
 background: var(--bg);
 border-top: 1px solid var(--ink-faint);
 }
 footer a {
 color: var(--ink-soft);
 text-decoration: none;
 transition: color 0.2s ease;
 }
 footer a:hover { color: var(--ink); }
 .footer-brand {
 display: flex; align-items: center; gap: 8px;
 font-weight: 600;
 }
 .footer-brand .logo-icon-small {
 display: inline-block; width: 12px; height: 12px;
 background: var(--ink);
 clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
 }
 @media (max-width: 768px) {
 header {
 padding: 16px 18px;
 flex-direction: row;
 gap: 12px;
 align-items: center;
 justify-content: space-between;
 background: var(--bg);
 border-bottom: 1px solid var(--ink-ghost);
 }
 .brand-stack {
 gap: 1px;
 font-size: 10px;
 min-width: 0;
 flex: 1;
 }
 .brand-stack .brand-name { font-size: 11px; }
 .logo-icon { width: 14px; height: 14px; }
 .pill-nav {
 flex-wrap: nowrap;
 gap: 4px;
 flex-shrink: 0;
 }
 .pill-nav a, .pill-nav button {
 padding: 6px 10px;
 font-size: 9px;
 letter-spacing: 0.06em;
 }
 section { padding: 80px 20px; }
 .hero-stage { padding: 140px 20px 100px; }
 .hero-eyebrow { margin-bottom: 24px; gap: 10px; }
 .hero-eyebrow-text { font-size: 9px; letter-spacing: 0.12em; }
 .hero.in .hero-eyebrow-line { width: 18px; }
 .hero-whisper {
 font-size: clamp(2.2rem, 12vw, 4rem);
 gap: 0 0.28em;
 }
 .hero-underline { margin-top: 24px; }
 .hero.in .hero-underline { width: 56px; }
 .hero-foot { font-size: 9px; margin-top: 16px; letter-spacing: 0.14em; }
 .hero-bottom-info {
 bottom: 18px; left: 18px; right: 18px;
 font-size: 9px;
 letter-spacing: 0.06em;
 }
 .hero-bottom-mark { width: 5px; height: 5px; }
 .story-section, .services-section, .work-header, .manifesto-section {
 padding: 80px 20px;
 }
 .manifesto-list {
 grid-template-columns: 1fr;
 gap: 36px;
 }
 .manifesto-headline { font-size: clamp(1.7rem, 8.5vw, 3rem); line-height: 1.15; }
 .manifesto-intro { font-size: 0.95rem; margin: 22px 0 44px; }
 .manifesto-row { grid-template-columns: 36px 1fr; gap: 12px; }
 .manifesto-num { font-size: 1.3rem; }
 .manifesto-name { font-size: 1.15rem; margin-bottom: 8px; }
 .manifesto-desc { font-size: 0.9rem; line-height: 1.6; }
 .manifesto-foot { margin-top: 56px; padding-top: 36px; font-size: 1.05rem; }
 .journal-section { padding: 80px 20px; }
 .journal-headline { font-size: clamp(1.7rem, 8.5vw, 3rem); }
 .journal-intro { font-size: 0.95rem; margin: 20px 0 36px; }
 .journal-row { gap: 12px; padding: 18px 0; flex-direction: column; }
 .journal-row:hover { padding-left: 0; padding-right: 0; }
 .journal-row-name { font-size: clamp(1.05rem, 5vw, 1.35rem); }
 .journal-row-meta { font-size: 9px; }
 .story-headline, .services-headline, .work-headline {
 font-size: clamp(1.7rem, 8.5vw, 3rem);
 margin-bottom: 32px;
 max-width: 100%;
 line-height: 1.15;
 }
 .story-body { font-size: 0.95rem; max-width: 100%; }
 .story-body p { margin-bottom: 18px; }
 .section-label {
 font-size: 9px;
 gap: 8px;
 margin-bottom: 24px;
 }
 .section-label .label-num { font-size: 9px; }
 .service-row {
 grid-template-columns: 32px 1fr;
 gap: 14px;
 padding: 24px 0;
 }
 .service-stamp { display: none; }
 .service-name { font-size: 1.3rem; line-height: 1.2; }
 .service-desc { font-size: 0.9rem; line-height: 1.55; }
 .work-index { margin-top: 40px; }
 .work-row {
 grid-template-columns: 28px 1fr;
 grid-template-rows: auto auto;
 gap: 4px 14px;
 padding: 22px 0;
 }
 .work-row-num {
 grid-row: 1 / 3;
 align-self: center;
 }
 .work-row-name {
 font-size: clamp(1.2rem, 5.5vw, 1.8rem);
 grid-column: 2;
 }
 .work-row-type {
 grid-column: 2;
 font-size: 9px;
 }
 .work-row-year { display: none; }
 .work-row-cta { display: none; }
 .work-row:hover { padding-left: 0; padding-right: 0; }
 .work-sub { font-size: 11px; }
 .work-footnote { font-size: 12px; margin-top: 32px; }
 .contact { padding: 80px 20px; }
 .form-heading { font-size: clamp(1.6rem, 8vw, 2.4rem); margin-bottom: 12px; }
 .form-sub { font-size: 10px; margin-bottom: 36px; letter-spacing: 0.06em; }
 .form-field { margin-bottom: 22px; }
 .form-field input, .form-field textarea { font-size: 14px; }
 .form-field input::placeholder, .form-field textarea::placeholder { font-size: 13px; }
 .form-label { font-size: 9px; letter-spacing: 0.1em; }
 .form-submit { padding: 11px 22px; font-size: 9px; }
 .cursor { display: none; }
 .nav-index { display: none; }
 .signoff { padding: 80px 20px 60px; gap: 20px; }
 .signoff-rule { height: 48px; }
 .signoff-mark-frame { width: 64px; height: 64px; }
 .signoff-mark-frame::before, .signoff-mark-frame::after { width: 18px; margin-right: 12px; margin-left: 12px; }
 .signoff-mark-pentagon { width: 22px; height: 22px; }
 .signoff-line { font-size: clamp(1.1rem, 5vw, 1.5rem); }
 .signoff-meta { font-size: 9px; gap: 8px; letter-spacing: 0.08em; }
 footer {
 flex-direction: column;
 gap: 14px;
 text-align: center;
 padding: 28px 20px;
 font-size: 9px;
 }
 }
 @media (max-width: 480px) {
 header { padding: 14px 16px; }
 .brand-stack .brand-sub { display: none; } 
 .pill-nav a, .pill-nav button {
 padding: 5px 9px;
 font-size: 8.5px;
 }
 section { padding: 64px 18px; }
 .hero-stage { padding: 120px 18px 100px; }
 .hero-eyebrow { gap: 8px; margin-bottom: 18px; }
 .hero-eyebrow-text { font-size: 8.5px; }
 .hero.in .hero-eyebrow-line { width: 14px; }
 .hero-whisper { font-size: clamp(2rem, 13vw, 3.4rem); letter-spacing: -0.025em; }
 .hero-foot { font-size: 8.5px; }
 .hero-bottom-info { font-size: 8.5px; bottom: 14px; left: 14px; right: 14px; }
 .story-headline, .services-headline, .work-headline {
 font-size: clamp(1.5rem, 8vw, 2.5rem);
 }
 .work-row { gap: 4px 12px; padding: 18px 0; }
 .work-row-name { font-size: clamp(1.05rem, 5vw, 1.4rem); }
 .work-footnote { font-size: 11px; gap: 12px; }
 .form-heading { font-size: clamp(1.4rem, 7.5vw, 2rem); }
 .signoff { padding: 60px 18px 48px; gap: 16px; }
 .signoff-mark-frame::before, .signoff-mark-frame::after { width: 14px; margin-right: 10px; margin-left: 10px; }
 .signoff-mark-frame { width: 56px; height: 56px; }
 .signoff-mark-pentagon { width: 20px; height: 20px; }
 .signoff-line { font-size: clamp(1rem, 4.5vw, 1.3rem); }
 .signoff-meta { font-size: 8.5px; }
 footer { padding: 22px 16px; gap: 10px; font-size: 8.5px; }
 }

/* ============================================================
   COMMERCIAL — offres, preuves chiffrées, contact direct
   Ajouté 2026-07-22. Réutilise les tokens :root existants.
   ============================================================ */

/* -- Sélecteur de langue -------------------------------------- */
.lang-switch {
 display: inline-flex; align-items: center; gap: 4px;
 margin-left: 6px; padding-left: 10px;
 border-left: 1px solid var(--ink-ghost);
}
.lang-switch a {
 font-family: var(--font-mono); font-size: 9px; font-weight: 600;
 letter-spacing: 0.08em; text-transform: uppercase;
 color: var(--ink-faint); text-decoration: none;
 padding: 4px 5px; border-radius: 3px;
 transition: color 0.25s ease;
}
.lang-switch a:hover { color: var(--ink); }
.lang-switch a[aria-current="true"] { color: var(--ink); }

/* -- Boutons -------------------------------------------------- */
.cta-row {
 display: flex; flex-wrap: wrap; align-items: center;
 gap: 12px; margin-top: 36px;
}
.btn {
 display: inline-flex; align-items: center; gap: 9px;
 font-family: var(--font-mono); font-size: 11px; font-weight: 600;
 letter-spacing: 0.07em; text-transform: uppercase;
 text-decoration: none; padding: 14px 22px;
 border: 1px solid var(--ink); border-radius: 2px;
 background: var(--ink); color: var(--bg);
 transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.btn:hover { background: transparent; color: var(--ink); transform: translateY(-1px); }
.btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-wa { border-color: #1f9d55; background: #1f9d55; color: #fff; }
.btn-wa:hover { background: transparent; color: #167544; border-color: #167544; }
.btn-wa svg { fill: currentColor; stroke: none; }

/* -- Offres --------------------------------------------------- */
.offers-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1px;
 background: var(--ink);
 border: 1px solid var(--ink);
 margin-top: 8px;
}
.offer {
 background: var(--bg);
 padding: 36px 30px 34px;
 display: flex; flex-direction: column;
}
.offer-num {
 font-family: var(--font-mono); font-size: 10px; font-weight: 600;
 letter-spacing: 0.1em; color: var(--ink-faint);
 margin-bottom: 18px;
}
.offer-name {
 font-family: var(--font-serif); font-weight: 500;
 font-size: 1.55rem; line-height: 1.1; letter-spacing: -0.02em;
 color: var(--ink); margin: 0 0 6px;
}
.offer-price {
 font-family: var(--font-mono); font-size: 12px; font-weight: 600;
 letter-spacing: 0.04em; color: var(--ink);
 padding: 10px 0 16px; margin-bottom: 18px;
 border-bottom: 1px solid var(--ink-faint);
}
.offer-price span { color: var(--ink-faint); font-weight: 500; }
.offer-for {
 font-family: var(--font-serif); font-style: italic;
 font-size: 0.98rem; line-height: 1.5; color: var(--ink-soft);
 margin: 0 0 20px;
}
.offer-includes { list-style: none; margin: 0 0 24px; padding: 0; }
.offer-includes li {
 position: relative; padding-left: 18px; margin-bottom: 10px;
 font-family: var(--font-mono); font-size: 11px; font-weight: 500;
 line-height: 1.55; color: var(--ink);
}
.offer-includes li::before {
 content: ""; position: absolute; left: 0; top: 7px;
 width: 6px; height: 6px; background: var(--ink);
 clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
}
.offer-foot { margin-top: auto; }

/* -- Preuves chiffrées ---------------------------------------- */
.proof-grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
 gap: 40px 32px;
 margin-top: 8px;
}
.proof {
 display: flex; flex-direction: column;
 text-decoration: none; color: inherit;
 border-top: 1px solid var(--ink);
 padding-top: 18px;
}
.proof-shot {
 display: block; width: 100%; height: auto;
 aspect-ratio: 1120 / 700; object-fit: cover; object-position: top center;
 border: 1px solid var(--ink-ghost);
 background: var(--paper);
 transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), border-color 0.4s ease;
}
.proof:hover .proof-shot { transform: translateY(-4px); border-color: var(--ink-faint); }
.proof-head {
 display: flex; align-items: baseline; justify-content: space-between;
 gap: 12px; margin-bottom: 14px;
}
.proof-name {
 font-family: var(--font-serif); font-weight: 500;
 font-size: 1.25rem; line-height: 1.15; letter-spacing: -0.015em;
 color: var(--ink); margin: 0;
}
.proof-trade {
 font-family: var(--font-mono); font-size: 9.5px; font-weight: 600;
 letter-spacing: 0.09em; text-transform: uppercase;
 color: var(--ink-faint); white-space: nowrap; flex-shrink: 0;
}
.proof-built {
 font-family: var(--font-serif); font-size: 0.95rem; line-height: 1.55;
 color: var(--ink-soft); margin: 16px 0 18px;
}
.proof-metrics {
 display: flex; flex-wrap: wrap; gap: 0;
 border-top: 1px solid var(--ink-faint);
 margin-top: auto;
}
.metric {
 flex: 1 1 33%; min-width: 88px;
 padding: 12px 10px 4px 0;
}
.metric-val {
 display: block;
 font-family: var(--font-mono); font-size: 15px; font-weight: 600;
 letter-spacing: -0.01em; color: var(--ink); line-height: 1.1;
}
.metric-key {
 display: block; margin-top: 5px;
 font-family: var(--font-mono); font-size: 8.5px; font-weight: 500;
 letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint);
 line-height: 1.3;
}
.proof-visit {
 font-family: var(--font-mono); font-size: 9.5px; font-weight: 600;
 letter-spacing: 0.08em; text-transform: uppercase;
 color: var(--ink-faint); margin-top: 14px;
 transition: color 0.3s ease;
}
.proof:hover .proof-visit { color: var(--ink); }

/* -- Note de mesure ------------------------------------------- */
.measure-note {
 font-family: var(--font-mono); font-size: 10px; font-weight: 500;
 line-height: 1.65; letter-spacing: 0.02em; color: var(--ink-soft);
 border-left: 1px solid var(--ink-faint);
 padding-left: 16px; margin: 40px 0 0; max-width: 640px;
}

/* -- En-tête de page secondaire -------------------------------- */
.page-head {
 padding: 150px 32px 70px;
 border-bottom: 1px solid var(--ink-faint);
}
.page-head h1 {
 font-family: var(--font-serif); font-weight: 500;
 font-size: clamp(2rem, 5.5vw, 3.6rem); line-height: 1.08;
 letter-spacing: -0.03em; color: var(--ink);
 margin: 0; max-width: 900px;
}
.page-head h1 em { font-style: italic; }
.page-head-sub {
 font-family: var(--font-serif); font-size: clamp(1rem, 1.5vw, 1.15rem);
 line-height: 1.6; color: var(--ink-soft);
 margin: 26px 0 0; max-width: 620px;
}

@media (max-width: 1040px) {
 .offers-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
 .page-head { padding: 120px 20px 56px; }
 .offer { padding: 30px 24px; }
 .proof-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
 .page-head { padding: 108px 18px 48px; }
 .offer { padding: 26px 20px; }
 .offer-name { font-size: 1.35rem; }
 .btn { padding: 13px 18px; font-size: 10px; }
 .cta-row { gap: 10px; }
 .lang-switch { margin-left: 2px; padding-left: 7px; }
}

/* Hero : sur mobile, les phrases longues doivent pouvoir passer à la ligne.
   .hero-mask est un inline-block en overflow:hidden — il rogne le texte au lieu
   de le renvoyer. En bloc, le retour à la ligne se fait et le masque d'animation
   continue de fonctionner (c'est l'intérieur qui coulisse). */
@media (max-width: 760px) {
 .hero-whisper { display: block; text-align: center; }
 .hero-mask { display: block; }
 .hero-mask-inner { display: block; }
}
@media (max-width: 760px) {
 .hero-whisper { font-size: clamp(1.9rem, 10.5vw, 3rem); }
}
