/* ==============================
   WE BRIGHT — Visual system
   ============================== */
:root {
  --ink: #0a0a0a;
  --ink-2: #111111;
  --paper: #f2f0eb;
  --white: #ffffff;
  --muted: #a7a7a7;
  --line: rgba(255,255,255,.16);
  --dark-line: rgba(10,10,10,.16);
  --accent: #ff3b24;
  --accent-deep: #d92511;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: clamp(22px, 4.2vw, 72px);
  --max: 1680px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--white); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.section-wrap { width: min(100%, var(--max)); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.light-section { color: var(--ink); background: var(--paper); }
.display-title { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6.35vw, 7.8rem); font-weight: 650; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
.display-title em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; letter-spacing: -.055em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; color: #d4d4d4; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--accent); }
.eyebrow.dark { color: #656565; }
.section-index { margin-bottom: clamp(55px, 7vw, 105px); color: #777; font-size: 10px; font-weight: 700; letter-spacing: .16em; }

/* Loader */
.page-loader { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; background: var(--ink); transition: opacity .65s ease, visibility .65s ease; }
.page-loader.done { opacity: 0; visibility: hidden; }
.loader-mark { display: grid; place-items: center; }
.loader-mark img { width: 135px; height: 124px; object-fit: contain; }
.loader-line { position: absolute; bottom: 12%; width: min(250px, 60vw); height: 1px; background: #262626; overflow: hidden; }
.loader-line i { display: block; width: 100%; height: 100%; background: var(--accent); animation: load 1.1s cubic-bezier(.7,0,.2,1) forwards; transform-origin: left; }
@keyframes load { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* Header */
.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 98px; padding: 0 var(--pad); display: flex; align-items: center; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .35s, height .35s, transform .35s; }
.site-header.scrolled { height: 76px; background: rgba(10,10,10,.91); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; justify-content: flex-start; min-width: 132px; align-self: stretch; }
.brand-logo { width: 82px; height: 76px; object-fit: contain; transition: width .35s, height .35s; }
.site-header.scrolled .brand-logo { width: 65px; height: 61px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.6vw, 48px); margin: 0 auto; }
.desktop-nav a { position: relative; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { min-width: 218px; height: 46px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.55); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; transition: color .25s, border-color .25s, background .25s; }
.header-cta:hover { color: var(--ink); border-color: var(--white); background: var(--white); }
.header-cta svg { width: 18px; fill: none; stroke: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s; }
.menu-toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 990; display: none; color: white; background: #0b0b0b; opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu-inner { min-height: 100%; padding: 130px var(--pad) 38px; display: flex; flex-direction: column; }
.menu-label { color: #666; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.mobile-menu nav { margin: auto 0; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 18px; padding: 10px 0; font-family: var(--display); font-size: clamp(2.6rem, 12vw, 4.8rem); font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: -.05em; }
.mobile-menu nav a span { color: var(--accent); font-family: var(--body); font-size: 9px; letter-spacing: 0; }
.mobile-menu-foot { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); color: #999; font-size: 12px; }

/* Hero */
.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; background: #050505; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroIn 1.6s cubic-bezier(.2,.75,.2,1) both; }
@keyframes heroIn { from { transform: scale(1.08); opacity: .4; } to { transform: scale(1); opacity: 1; } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.68) 34%, rgba(0,0,0,.12) 72%), linear-gradient(0deg, rgba(0,0,0,.78) 0, transparent 37%), linear-gradient(180deg, rgba(0,0,0,.4), transparent 35%); }
.hero-grid { position: absolute; inset: 98px var(--pad) 0; border-left: 1px solid rgba(255,255,255,.08); border-right: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.hero-grid::before, .hero-grid::after { content: ""; position: absolute; top: 0; height: 100%; width: 1px; background: rgba(255,255,255,.065); }
.hero-grid::before { left: 33.333%; } .hero-grid::after { right: 33.333%; }
.hero-content { position: relative; z-index: 2; width: min(870px, 76vw); height: 100%; padding: clamp(180px, 22vh, 250px) 0 140px var(--pad); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-eyebrow { margin-bottom: 26px; animation: riseIn .8s 1.05s both; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.25rem, 7.5vw, 9.2rem); line-height: .83; letter-spacing: -.07em; font-weight: 750; text-transform: uppercase; }
.hero h1 > span { display: block; animation: riseIn .9s both; }
.hero h1 > span:first-child { animation-delay: 1.12s; }
.hero h1 > span:last-child { animation-delay: 1.2s; }
.hero h1 em { position: relative; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 4%; right: 2%; bottom: -4px; height: clamp(5px, .7vw, 12px); background: var(--accent); transform: skew(-18deg) scaleX(.98); opacity: .8; }
@keyframes riseIn { from { opacity: 0; transform: translateY(38px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy { max-width: 600px; margin: 35px 0 0; color: #cacaca; font-size: clamp(15px, 1.2vw, 19px); line-height: 1.55; animation: riseIn .9s 1.35s both; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 35px; animation: riseIn .9s 1.45s both; }
.btn { position: relative; min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border: 0; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; overflow: hidden; }
.btn:disabled { opacity: .62; cursor: wait; }
.btn-primary { color: var(--white); background: var(--accent); }
.btn-primary::before { content: ""; position: absolute; inset: 0; background: var(--white); transform: translateX(-102%); transition: transform .4s cubic-bezier(.7,0,.2,1); }
.btn-primary:hover { color: var(--ink); }
.btn-primary:hover::before { transform: translateX(0); }
.btn span, .btn svg, .btn b { position: relative; z-index: 1; }
.btn svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; }
.text-link span { margin-left: 10px; color: var(--accent); }
.showreel { position: absolute; z-index: 3; right: clamp(70px, 9vw, 170px); top: 50%; width: 124px; height: 124px; display: grid; place-items: center; transform: translateY(-20%); }
.showreel svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 15s linear infinite; }
.showreel text { fill: #fff; font-size: 8.4px; font-weight: 700; letter-spacing: 1.8px; }
.showreel i { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); transition: transform .35s, background .35s; }
.showreel i span { width: 0; height: 0; margin-left: 4px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid var(--accent); }
.showreel:hover i { background: var(--accent); transform: scale(1.12); }
.showreel:hover i span { border-left-color: #fff; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-bottom { position: absolute; z-index: 2; bottom: 28px; left: var(--pad); right: var(--pad); display: flex; align-items: center; justify-content: space-between; color: #999; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero-bottom p { margin: 0; }
.hero-bottom p span { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 10px; border: 1px solid #555; border-radius: 50%; color: #fff; }
.hero-meta { display: flex; gap: 40px; }
.hero-orb { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px 6px rgba(255,255,255,.8); opacity: .6; }
.orb-one { right: 21%; top: 27%; animation: float 5s ease-in-out infinite; }
.orb-two { right: 9%; top: 55%; animation: float 7s 1s ease-in-out infinite; }
@keyframes float { 50% { transform: translate(16px,-10px); opacity: .25; } }

/* Ticker */
.ticker { overflow: hidden; height: 86px; display: flex; align-items: center; color: var(--ink); background: var(--accent); }
.ticker-track { display: flex; align-items: center; flex-shrink: 0; width: max-content; animation: marquee 32s linear infinite; }
.ticker-track span { padding: 0 29px; font-family: var(--display); font-size: 27px; font-weight: 900; letter-spacing: -.03em; }
.ticker-track i { width: 8px; height: 8px; transform: rotate(45deg); background: var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Manifesto */
.manifesto { padding: clamp(110px, 12vw, 190px) 0; overflow: hidden; }
.manifesto-grid { display: grid; grid-template-columns: .7fr 2.15fr .85fr; column-gap: clamp(25px, 4vw, 75px); }
.manifesto-main .display-title { max-width: 970px; }
.manifesto-copy { max-width: 750px; margin: 58px 0 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; color: #454545; }
.manifesto-copy p { margin: 0; font-size: clamp(15px, 1.1vw, 18px); line-height: 1.7; }
.line-link { display: inline-flex; align-items: center; gap: 48px; padding: 0 0 10px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.line-link span { color: var(--accent); font-size: 18px; }
.stats-card { align-self: end; margin-bottom: -50px; padding: 0 0 0 32px; border-left: 1px solid var(--dark-line); }
.stat { position: relative; padding: 26px 0; border-bottom: 1px solid var(--dark-line); }
.stat strong { font-family: var(--display); font-size: clamp(3rem, 4vw, 5.3rem); line-height: .8; letter-spacing: -.07em; }
.stat sup { margin-left: 3px; color: var(--accent); font-family: var(--display); font-size: 24px; font-weight: 700; }
.stat p { margin: 15px 0 0; color: #777; font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .07em; }

/* Services */
.services { padding: clamp(110px, 12vw, 190px) 0; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.7fr .6fr; align-items: end; gap: 80px; margin-bottom: 100px; }
.heading-copy { max-width: 360px; margin: 0 0 8px; color: #888; font-size: 15px; line-height: 1.7; }
.services-list { border-top: 1px solid var(--line); }
.service-item { position: relative; display: grid; grid-template-columns: 70px 100px 1fr 68px; gap: 30px; align-items: center; min-height: 205px; border-bottom: 1px solid var(--line); transition: background .35s, padding .35s; }
.service-item::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--accent); transform: scaleY(0); transform-origin: bottom; transition: transform .45s cubic-bezier(.76,0,.24,1); }
.service-item > * { position: relative; z-index: 1; }
.service-item:hover::before { transform: scaleY(1); }
.service-item:hover { padding-left: 24px; padding-right: 24px; }
.service-no { align-self: start; padding-top: 44px; color: #6c6c6c; font-size: 10px; }
.service-item:hover .service-no, .service-item:hover .service-body p { color: rgba(255,255,255,.75); }
.service-icon { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid #343434; border-radius: 50%; transition: border-color .3s, background .3s; }
.service-icon svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.service-item:hover .service-icon { border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.12); }
.service-body { display: grid; grid-template-columns: minmax(240px, .8fr) 1fr; align-items: center; gap: 55px; }
.service-body h3 { margin: 0; font-family: var(--display); font-size: clamp(2.1rem, 3vw, 4.2rem); font-weight: 650; letter-spacing: -.055em; text-transform: uppercase; line-height: 1; }
.service-body p { max-width: 540px; margin: 0; color: #8d8d8d; font-size: 14px; line-height: 1.65; transition: color .3s; }
.service-more { width: 55px; height: 55px; border: 1px solid #3c3c3c; border-radius: 50%; background: transparent; cursor: pointer; font-size: 20px; transition: transform .35s, background .35s, border-color .35s; }
.service-item:hover .service-more { color: var(--accent); border-color: white; background: white; transform: rotate(45deg); }

/* Projects */
.projects { padding: clamp(110px, 12vw, 190px) 0; }
.projects-head { display: grid; grid-template-columns: 1.6fr .5fr; align-items: end; gap: 80px; margin-bottom: 90px; }
.projects-head p { max-width: 330px; margin: 0 0 8px; color: #626262; font-size: 15px; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(30px, 5vw, 88px); align-items: start; }
.project-card { cursor: pointer; }
.project-small { margin-top: 160px; }
.project-wide { grid-column: 1 / -1; width: 76%; margin: 25px 0 0 auto; }
.project-image-wrap { position: relative; overflow: hidden; background: #151515; }
.project-large .project-image-wrap { aspect-ratio: 1.25; }
.project-small .project-image-wrap { aspect-ratio: 1.3; }
.project-wide .project-image-wrap { aspect-ratio: 1.9; }
.project-image-wrap::after { content: "VOIR LE PROJET"; position: absolute; left: 50%; top: 50%; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; transform: translate(-50%, -35%) scale(0); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.project-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.project-card:hover .project-image-wrap img { transform: scale(1.045); filter: brightness(.7); }
.project-card:hover .project-image-wrap::after { transform: translate(-50%, -50%) scale(1); }
.project-info { padding: 24px 0; display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid var(--dark-line); }
.project-info span { color: #777; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.project-info h3 { margin: 7px 0 0; font-family: var(--display); font-size: clamp(1.7rem, 2.3vw, 3rem); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.project-info button { width: 45px; height: 45px; border: 1px solid #999; border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; font-size: 18px; }

/* Method */
.method { padding: clamp(110px, 12vw, 190px) 0; }
.method-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(70px, 10vw, 180px); }
.method-intro { position: sticky; top: 120px; align-self: start; }
.method-intro .section-index { margin-bottom: 70px; }
.method-intro > p:not(.eyebrow) { max-width: 500px; margin: 45px 0; color: #8f8f8f; line-height: 1.75; }
.btn-outline { margin-top: 10px; border: 1px solid #666; color: white; background: transparent; transition: background .3s, color .3s; }
.btn-outline:hover { color: var(--ink); background: #fff; }
.method-steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 32px; min-height: 205px; padding: 48px 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--accent); font-size: 10px; font-weight: 700; }
.step h3 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(1.8rem, 2.7vw, 3.4rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.step p { max-width: 480px; margin: 0; color: #888; font-size: 14px; line-height: 1.7; }

/* Promise */
.promise { position: relative; min-height: 670px; display: grid; place-items: center; overflow: hidden; }
.promise-bg { position: absolute; inset: 0; background: radial-gradient(circle at 74% 42%, rgba(255,74,38,.85), transparent 7%), radial-gradient(circle at 75% 43%, rgba(255,59,36,.22), transparent 24%), radial-gradient(circle at 10% 70%, rgba(117,10,3,.25), transparent 25%), linear-gradient(110deg, #0a0a0a 0%, #140a08 50%, #090909 100%); }
.promise-bg::after { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(circle at 75% 42%, black, transparent 45%); }
.promise-inner { position: relative; z-index: 1; text-align: center; }
.quote-mark { width: 55px; margin-bottom: 30px; fill: var(--accent); }
.promise blockquote { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 8.7rem); font-weight: 650; line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.promise blockquote em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.05em; text-transform: none; }
.promise-sign { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 38px; color: #999; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.promise-sign span { width: 36px; height: 1px; background: #666; }

/* Contact */
.contact { padding: clamp(110px, 12vw, 190px) 0; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 180px); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 40px 0; color: #5f5f5f; line-height: 1.7; }
.contact-details { display: grid; gap: 18px; margin-top: 55px; }
.contact-details a, .contact-details > div { display: flex; flex-direction: column; font-family: var(--display); font-size: 19px; font-weight: 600; text-transform: uppercase; letter-spacing: -.02em; }
.contact-details small { margin-bottom: 4px; color: #8b8b8b; font-family: var(--body); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.contact-form { padding-top: 102px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-form > label, .form-row label { display: block; margin-bottom: 32px; }
.contact-form label > span { display: block; margin-bottom: 9px; color: #555; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #aaa; border-radius: 0; outline: none; color: var(--ink); background: transparent; transition: border-color .3s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a9a9a; }
.contact-form textarea { resize: vertical; min-height: 110px; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-bottom { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.consent { display: flex !important; align-items: center; gap: 10px; max-width: 330px; margin: 0 !important; cursor: pointer; }
.consent input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.consent i { flex: 0 0 17px; width: 17px; height: 17px; border: 1px solid #999; }
.consent input:checked + i { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 4px var(--paper); }
.consent span { margin: 0 !important; color: #777 !important; font-size: 9px !important; line-height: 1.45; text-transform: none !important; letter-spacing: 0 !important; }
.btn-dark { min-width: 240px; color: #fff; background: var(--ink); transition: background .3s; }
.btn-dark:hover { background: var(--accent); }
.contact-form .invalid { border-color: var(--accent); }
.form-success, .form-error { display: none; margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--accent); color: #404040; background: rgba(255,59,36,.08); }
.form-success.show, .form-error.show { display: block; animation: riseIn .4s both; }
.form-error { border-left-color: #9b2014; }
.form-error a { font-weight: 700; text-decoration: underline; }

/* Footer */
.site-footer { position: relative; padding: 90px 0 28px; overflow: hidden; background: #080808; }
.footer-glow { position: absolute; left: 8%; top: 40%; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,59,36,.13); filter: blur(70px); }
.footer-top { display: grid; grid-template-columns: 1fr .65fr .7fr; align-items: center; gap: 40px; padding-bottom: 75px; border-bottom: 1px solid var(--line); }
.footer-brand { min-width: 0; }
.footer-brand .brand-logo { width: 185px; height: 170px; object-fit: contain; object-position: left center; }
.footer-top > p { margin: 0; color: #aaa; font-size: 14px; }
.footer-project { justify-self: end; min-width: 260px; padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #777; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.footer-project span { color: var(--accent); font-size: 20px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr 1.3fr; gap: 50px; padding: 70px 0; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links small { margin-bottom: 15px; color: #5f5f5f; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.footer-links a, .footer-links p { margin: 0; color: #b7b7b7; font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--accent); }
.footer-social-block .social-links { display: flex; flex-flow: row wrap; gap: 10px; }
.footer-social-block .social-link { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #3c3c3c; border-radius: 50%; color: #d6d6d6; background: #111; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.footer-social-block .social-link svg { width: 19px; height: 19px; fill: currentColor; }
.footer-social-block .social-instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-block .social-instagram .instagram-dot { fill: currentColor; stroke: none; }
.footer-social-block .social-link:hover { color: #fff; border-color: transparent; transform: translateY(-3px); }
.footer-social-block .social-facebook:hover { background: #1877f2; }
.footer-social-block .social-instagram:hover { background: #d62976; }
.footer-social-block .social-linkedin:hover { background: #0a66c2; }
.footer-social-block .social-whatsapp:hover { background: #25d366; }
.footer-social-block .social-link:focus-visible, .whatsapp-float:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.footer-bottom { position: relative; padding-top: 26px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #656565; font-size: 9px; }
.footer-bottom > div { display: flex; gap: 28px; }
.back-top { position: absolute; right: 0; bottom: 48px; width: 44px; height: 44px; border: 1px solid #444; color: white; background: transparent; cursor: pointer; transition: border-color .3s, background .3s; }
.back-top:hover { border-color: var(--accent); background: var(--accent); }

/* Social access */
.whatsapp-float { position: fixed; z-index: 850; right: clamp(18px, 2.2vw, 36px); bottom: clamp(18px, 2.2vw, 34px); min-height: 56px; padding: 0 21px 0 16px; display: flex; align-items: center; gap: 10px; border-radius: 999px; color: #fff; background: #25d366; box-shadow: 0 14px 38px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.14) inset; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, transform .25s, box-shadow .25s; }
.whatsapp-float::before { content: ""; position: absolute; inset: -5px; z-index: -1; border: 1px solid rgba(37,211,102,.55); border-radius: inherit; animation: whatsappPulse 2.4s ease-out infinite; }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }
.whatsapp-float:hover { color: #fff; background: #1ebe5d; transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.18) inset; }
@keyframes whatsappPulse { 0%, 30% { opacity: .8; transform: scale(.92); } 75%, 100% { opacity: 0; transform: scale(1.18); } }

/* Modal */
.detail-modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 25px; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.detail-modal.open { opacity: 1; visibility: visible; }
.modal-content { width: min(650px, 100%); padding: clamp(35px, 6vw, 75px); background: #121212; transform: translateY(25px); transition: transform .4s; }
.detail-modal.open .modal-content { transform: translateY(0); }
.modal-close { position: absolute; top: 25px; right: 32px; width: 48px; height: 48px; border: 1px solid #555; border-radius: 50%; background: transparent; cursor: pointer; font-size: 28px; font-weight: 200; }
.modal-index { color: var(--accent); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.modal-content h2 { margin: 18px 0 25px; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.modal-content p { color: #a2a2a2; line-height: 1.7; }
.modal-content ul { margin: 25px 0 35px; padding: 0; list-style: none; border-top: 1px solid #333; }
.modal-content li { padding: 11px 0; border-bottom: 1px solid #333; font-size: 12px; }
.modal-content li::before { content: "—"; margin-right: 12px; color: var(--accent); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.75,.2,1), transform .8s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .site-header { justify-content: space-between; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .mobile-menu { display: block; }
  .manifesto-grid { grid-template-columns: .4fr 2fr; }
  .stats-card { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin: 70px 0 0; padding: 0; border-left: 0; border-top: 1px solid var(--dark-line); }
  .stat { padding-right: 20px; border-right: 1px solid var(--dark-line); }
  .service-item { grid-template-columns: 55px 80px 1fr 55px; gap: 20px; }
  .service-body { grid-template-columns: .8fr 1fr; gap: 30px; }
  .contact-grid { gap: 65px; }
}

@media (max-width: 820px) {
  :root { --pad: 22px; }
  .display-title { font-size: clamp(3rem, 13vw, 5rem); }
  .site-header { height: 76px; }
  .site-header.scrolled { height: 66px; }
  .brand { min-width: 0; }
  .header-cta { display: none; }
  .hero { min-height: 700px; }
  .hero-media { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.28)), linear-gradient(0deg, rgba(0,0,0,.92), transparent 55%); }
  .hero-grid { top: 76px; }
  .hero-content { width: 100%; padding-top: 150px; padding-bottom: 160px; justify-content: flex-end; }
  .hero h1 { font-size: clamp(3.7rem, 16vw, 6rem); }
  .hero-copy { max-width: 94%; margin-top: 25px; }
  .hero-actions { flex-wrap: wrap; gap: 24px; }
  .showreel { display: none; }
  .hero-meta { display: none; }
  .ticker { height: 66px; }
  .ticker-track span { padding: 0 20px; font-size: 21px; }
  .manifesto-grid { display: block; }
  .manifesto-grid > .section-index { margin-bottom: 60px; }
  .manifesto-copy { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
  .stats-card { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 65px; }
  .section-heading, .projects-head { grid-template-columns: 1fr; gap: 40px; margin-bottom: 65px; }
  .heading-copy, .projects-head p { max-width: 500px; }
  .service-item { grid-template-columns: 34px 1fr 48px; min-height: auto; padding: 34px 0; }
  .service-icon { display: none; }
  .service-no { padding-top: 5px; }
  .service-body { display: block; }
  .service-body p { margin-top: 16px; }
  .service-item:hover { padding-left: 12px; padding-right: 12px; }
  .project-grid { gap: 55px 20px; }
  .project-small { margin-top: 75px; }
  .project-wide { width: 100%; margin-top: 5px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-intro { position: static; }
  .promise { min-height: 530px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { padding-top: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > p { display: none; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .eyebrow { margin-bottom: 24px; }
  .section-index { margin-bottom: 52px; }
  .hero h1 { font-size: clamp(3.35rem, 16.2vw, 5.4rem); }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-top: 28px; }
  .hero-bottom { bottom: 20px; }
  .btn { min-height: 55px; }
  .manifesto, .services, .projects, .method, .contact { padding: 95px 0; }
  .stats-card { grid-template-columns: 1fr; }
  .stat { display: grid; grid-template-columns: auto auto 1fr; align-items: center; column-gap: 5px; padding: 23px 0; border-right: 0; }
  .stat p { margin: 0 0 0 18px; }
  .services-list { margin-left: -6px; }
  .service-item { grid-template-columns: 24px 1fr 38px; gap: 12px; }
  .service-body h3 { font-size: 1.85rem; }
  .service-body p { font-size: 12px; }
  .service-more { width: 38px; height: 38px; font-size: 16px; }
  .project-grid { display: block; }
  .project-card, .project-small, .project-wide { width: 100%; margin: 0 0 55px; }
  .project-large .project-image-wrap, .project-small .project-image-wrap, .project-wide .project-image-wrap { aspect-ratio: 1.2; }
  .project-info h3 { font-size: 1.65rem; }
  .project-info button { width: 38px; height: 38px; }
  .step { grid-template-columns: 38px 1fr; gap: 16px; min-height: auto; padding: 36px 0; }
  .promise blockquote { font-size: 12.8vw; }
  .contact-copy > p:not(.eyebrow) { margin: 30px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-bottom { align-items: stretch; flex-direction: column; }
  .btn-dark { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-project { justify-self: start; width: 100%; }
  .footer-links { gap: 45px 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
  .footer-bottom > div { gap: 16px; }
  .back-top { right: 70px; bottom: 0; }
  .whatsapp-float { width: 56px; min-height: 56px; padding: 0; justify-content: center; }
  .whatsapp-float > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
  .modal-close { top: 14px; right: 14px; }
}

@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; }
}
