

/* ==========================================================
   INTERLUDE — FEUILLE DE STYLE GLOBALE
   Couvre : index.php / cases.php / contact.php
   ========================================================== */


/* =====================
   RESET & BASE
===================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
    width: 100%;
    font-family: "kaneda", sans-serif;
    background: #FDF8EF;
    position: relative;
}
.clear { clear: both; }
a { text-decoration: none; }
.hide { display: none; }


/* =====================
   FONTS
===================== */
@font-face {
    font-family: 'kaneda';
    src: url('/wp-content/themes/roots/fonts/fonnts.com-kaneda_gothic_extrabold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/roots/fonts/fonnts.com-kaneda_gothic_extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'kaneda';
    src: url('/wp-content/themes/roots/fonts/fonnts.com-kaneda_gothic_regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/roots/fonts/fonnts.com-kaneda_gothic_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica';
    src: url('/wp-content/themes/roots/fonts/helveticaneueheavy-webfont.woff2') format('woff2'),
         url('/wp-content/themes/roots/fonts/helveticaneueheavy-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica';
    src: url('/wp-content/themes/roots/fonts/helveticaneuemedium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/roots/fonts/helveticaneuemedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* =====================
   HEADER
===================== */
header {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 70px;
    display: flex; align-items: center; justify-content: center;
    z-index: 1000;
    transition: background 0.4s ease;
}
header.scrolled { backdrop-filter: blur(6px); }
header.scrolled.red { background: transparent !important; backdrop-filter: blur(6px); }

.header-inner {
    width: 100%; max-width: 1350px; padding: 0 30px;
    display: flex; justify-content: space-between; align-items: center;
}

.logo { position: relative; }
.logo img { height: 50px; }
#logo_white { display: block; transition: opacity 0.4s ease; }
#logo_red   { position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.4s ease; }
header.red #logo_white { opacity: 0; }
header.red #logo_red   { opacity: 1; }

nav ul { display: flex; list-style: none; gap: 40px; align-items: center; }
nav ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color .2s;
}
nav ul li a:hover { color: #E7042A !important; }
header.red nav ul li a { color: #000; }

/* Burger */
.burger {
    width: 24px; height: 18px;
    display: none;
    flex-direction: column; justify-content: space-between;
    cursor: pointer; flex-shrink: 0;
}
.burger span {
    height: 2px; background: #fff; width: 100%; display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

#mobile-nav {
    display: none;
    position: absolute; top: 70px; left: 0; right: 0;
    background: rgba(0,0,0,0.97);
    z-index: 200; padding: 40px 0;
    opacity: 0; transition: opacity 0.35s ease;
}
#mobile-nav.open { opacity: 1; }
#mobile-nav ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; align-items: center; gap: 28px;
}
#mobile-nav ul li a { color: #fff; font-size: 28px; text-decoration: none; letter-spacing: 1px; }


/* =====================
   SCROLL REVEAL
===================== */
.reveal {
    opacity: 0;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-duration: 0.9s;
    will-change: opacity, transform;
}
.reveal_slow { transition-duration: 1.5s; }
.reveal.from-bottom { transform: translateY(60px); }
.reveal.from-left   { transform: translateX(-70px); }
.reveal.from-right  { transform: translateX(70px); }
.reveal.from-scale  { transform: scale(0.92); }
.reveal.from-top    { transform: translateY(-40px); }
.reveal.is-visible  { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.22s; }
.reveal-delay-3 { transition-delay: 0.34s; }
.reveal-delay-4 { transition-delay: 0.46s; }


/* =====================
   FOOTER
===================== */
#footer_wrap { position: relative; overflow: hidden; }
#footer_background {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 1270px; z-index: 1;
    background-image: url('/wp-content/themes/roots/images/footer-background.png?v=2');
}
footer {
    position: relative; z-index: 5;
    width: 100%; max-width: 1400px; padding: 0 30px;
    text-align: center; margin: auto;
    margin-bottom: 30px; margin-top: 180px;
}
footer h2 { color: white; font-family: "kaneda", sans-serif; font-size: 36px; font-weight: normal; margin-bottom: 20px; }
#footer_content { padding: 60px; padding-top: 30px; padding-bottom: 30px; border-radius: 30px; background: #0D0D0D; }
#footer_copyright { color: #444; font-size: 16px; text-align: center; margin-top: 20px; }

#rs { text-align: center; margin-bottom: 60px; }
#rs .rs {
    color: white; background: #222222; border-radius: 22px;
    padding: 0 20px 0 15px; font-size: 26px;
    display: inline-block; margin: 0 10px; line-height: 50px;
    transition: all .2s;
}
#rs .rs i { color: #E7042A; margin-right: 5px; transition: all .2s; }
#rs .rs:hover { color: white; background: #E7042A; }
#rs .rs:hover i { color: white; }

#footer_left { float: left; margin-top: 5px; }
#footer_left img { height: 60px; }
#footer_right { float: right; }

#bt_media_kit {
    display: inline-block; color: black; background: #F13141;
    border-radius: 20px; font-size: 30px; padding: 0 25px;
    line-height: 50px; transition: all .2s;
}
#bt_media_kit:hover { color: white; background: #E7042A; }

#footer_menu { padding: 0; margin: 0; text-align: center; margin-top: 0; }
#footer_menu li { display: inline-block; }
#footer_menu li a { color: #666; font-size: 24px; margin: 0 10px; transition: all .2s; }
#footer_menu li a:hover { color: #E7042A; }


/* ==========================================================
   HOME — index.php
   ========================================================== */

/* Hero mosaïque */
.hero { position: relative; height: 100vh; width: 100%; overflow: hidden; background: #000; touch-action: pan-y; }

.mosaic-container {
    height: 100%; width: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    justify-content: center; align-content: center;
    touch-action: pan-y;
}

.hero-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2; pointer-events: none;
}

.center-frame {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 400px; z-index: 3;
}
.center-frame img { width: 100%; }

.image-wrapper {
    position: relative; overflow: hidden;
    opacity: 0; transform: scale(0.98);
    transition: opacity 0.8s ease, transform 0.8s ease;
    aspect-ratio: 1080 / 1350;
    touch-action: pan-y;
}
.image-wrapper.visible { opacity: 1; transform: scale(1); }
.image-wrapper img,
.image-wrapper video {
    position: absolute; width: 100%; height: 100%;
    object-fit: cover; top: 0; left: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.image-wrapper video { opacity: 0; pointer-events: none; }
.image-wrapper.zoom:hover img { transform: scale(1.08); }

/* Brand */
#brand {
    position: relative; min-height: 80vh; padding: 60px 0;
    display: flex; align-items: center; justify-content: center;
}
#brand_back { position: absolute; inset: 0; background-position: top left; z-index: 1; }

#brand_mask {
    font-family: "kaneda", sans-serif;
    font-weight: 100; font-style: normal;
    position: relative; z-index: 2;
    font-size: clamp(40px, 5.5vw, 220px);
    line-height: 1.05;
    text-transform: uppercase; text-align: center;
    white-space: nowrap;
    background-image: url(/wp-content/themes/roots/images/back_brand-test.png);
    background-clip: text; -webkit-background-clip: text;
    color: transparent;
    background-size: 120%; background-position: center 50%;
    opacity: 0;
    transition: opacity 1.4s ease;
}
#brand_mask b { font-weight: 900; white-space: nowrap; }

/* Last video */
#last_video { width: 100%; max-width: 1400px; padding: 0 30px; text-align: center; margin: auto; }
#last_video_center {
    padding: 60px; padding-bottom: 90px; border-radius: 30px;
    background-image: url("/wp-content/themes/roots/images/brand-mask-lucie.png");
    background-size: 160%; background-position: center -100px;
    transition: background-position 0.1s ease-out;
}
#last_video h2 { color: white; text-align: left; font-size: 45px; font-family: "kaneda", sans-serif; }
#last_video_list { margin-left: -15px; margin-right: -15px; margin-top: 15px; }

.lv-item {
    border-radius: 15px; width: calc(25% - 30px);
    margin: 0 15px; display: inline-block; height: 470px;
    position: relative; overflow: hidden; cursor: pointer;
}
.lv-item .lv-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 0.4s ease; z-index: 1;
}
.lv-item video.lv-video {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: 0;
    transition: opacity 0.4s ease; z-index: 2; pointer-events: none;
}
.lv-item:hover .lv-bg { transform: scale(1.06); }

/* Audiences */
#audiences {
    width: 100%; max-width: 1400px; padding: 0 30px;
    text-align: center; margin: auto;
    margin-top: 200px; margin-bottom: 200px;
}
#audiences_list { margin: 120px 0; position: relative; z-index: 5; }
#audiences_list .audience { width: 33%; text-align: center; font-size: 22px; display: inline-block; }
#audiences_list .audience .audience_stat {
    font-size: 100px; font-weight: bold;
    font-family: helvetica; line-height: 90px; letter-spacing: -4px;
}
#audiences_list .audience .audience_stat i { font-style: normal; }

/* Brand content */
#brand_content { position: relative; z-index: 5; width: 100%; max-width: 1400px; padding: 0 30px; text-align: center; margin: auto; }
#brand_content_center {
    padding: 60px; padding-bottom: 60px; border-radius: 30px;
    background-image: url("/wp-content/themes/roots/images/back_target.jpg");
    background-size: 150%; background-position: center 0;
    transition: background-position 0.1s ease-out;
}
#brand_content h2 { color: white; text-align: left; font-size: 45px; font-family: "kaneda", sans-serif; }
#brand_content_list { margin-left: -15px; margin-right: -15px; margin-top: 15px; }
#brand_content_list a {
    overflow: hidden; border-radius: 15px;
    width: calc(33.33% - 30px); margin: 0 15px;
    display: inline-block; height: 300px;
    background-size: cover; background-repeat: no-repeat; background-position: center;
    text-decoration: none; position: relative; text-align: left;
}
#brand_content_list a span {
    position: absolute; bottom: 0; left: 0; right: 0;
    color: white; font-size: 56px;
    padding-left: 20px; padding-bottom: 20px; padding-top: 10px;
    line-height: 42px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 20%, rgba(0,0,0,1) 100%);
}
#brand_content_list a span i { font-weight: 400; display: block; font-size: 27px; }

.bc-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 0.4s ease; z-index: 0; border-radius: 15px;
}
#brand_content_list a:hover .bc-bg { transform: scale(1.06); }
#brand_content_list a span { z-index: 1; }

#brand_more, #last_video_more { text-align: left; margin-top: 30px; }
#brand_more a, #last_video_more a {
    text-decoration: none; color: white; font-size: 22px;
    border: solid 1px white; padding: 10px 15px; border-radius: 30px;
    transition: .2s; background: rgba(0,0,0,0);
}
#brand_more a:hover, #last_video_more a:hover { background: rgba(0,0,0,.3); }

/* Partners */
#partners { width: 100%; position: relative; z-index: 5; margin-top: 180px; }
#partners_title { width: 100%; max-width: 1400px; margin: auto; padding: 0 30px; text-align: left; }
#partners_title h2 {
    font-family: "kaneda", sans-serif; font-weight: bold;
    margin-bottom: 40px; color: white; font-size: 44px;
    margin-top: 15px; display: inline-block;
}
#partners_content { overflow: hidden; width: 100%; }
#partners_list {
    display: flex; align-items: center;
    width: max-content;
    animation: partnersScroll 60s linear infinite;
}
#partners_list img { height: 40px; margin-right: 90px; flex-shrink: 0; }
@keyframes partnersScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
#partners_content:hover #partners_list { animation-play-state: paused; }

/* Agency (hidden) */
#agency { display: none; width: 100%; max-width: 940px; padding: 0 30px; margin: auto; position: relative; z-index: 5; margin-top: 300px; padding: 30px; }
#agency_content { padding: 30px; border-radius: 30px; background: #FDF8EF; }
#agency_left { float: left; margin-top: 60px; }
#agency_left a { color: #F13141; text-decoration: none; font-size: 26px; }
#agency_left a:hover { text-decoration: underline; }
#agency h2 { color: #F13141; text-align: left; font-family: "kaneda", sans-serif; font-size: 48px; }
#agency_right { float: right; display: block; }
#agency_right img { height: 350px; border-radius: 30px; }


/* ==========================================================
   CASES — cases.php
   ========================================================== */

/* Hero */
#case-hero { position: relative; width: 100%; height: 85vh; overflow: hidden; background: #111; }
#case-hero .hero-bg {
    position: absolute; inset: 0;
    background-image: url('/wp-content/themes/roots/images/case-header.png');
    background-size: cover; background-position: center;
    will-change: transform;
}
#case-hero .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
#case-hero .hero-title { position: absolute; bottom: 0; left: 0; z-index: 2; padding: 0 60px 50px; }
#case-hero .hero-title h1 {
    font-family: "kaneda", sans-serif; font-weight: 900;
    font-size: clamp(48px, 8vw, 130px); line-height: 0.95;
    color: #fff; text-transform: uppercase; letter-spacing: -2px;
}

/* Intro */
#case-intro { width: 100%; max-width: 1100px; margin: 0 auto; padding: 90px 30px 80px; text-align: left; }
#case-intro h2 {
    font-family: "kaneda", sans-serif; font-weight: 900;
    font-size: 80px; color: #0D0D0D;
    margin-bottom: 28px; text-transform: uppercase; line-height: 1.05;
}
#case-intro p { font-family: "kaneda", sans-serif; font-weight: normal; font-size: 30px; color: #444; line-height: 1.2; }

/* Full width image */
#case-fullimg { width: 100%; height: 60vh; overflow: hidden; }
#case-fullimg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: object-position 0.1s linear; }

/* Icons encart */
#case-icons { width: 100%; max-width: 1200px; margin: 80px auto 160px; padding: 0 30px; }
#case-icons-inner {
    background: linear-gradient(149deg, #020000 0%, #FF1C32 70%);
    border-radius: 24px; padding: 50px 40px;
    display: flex; justify-content: space-around; align-items: flex-start; gap: 20px;
}
.case-icon-item { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 0; }
.case-icon-item i { font-size: 36px; color: #fff; margin-bottom: 14px; flex-shrink: 0; }
.case-icon-item span {
    font-family: "kaneda", sans-serif; font-weight: normal;
    font-size: 30px; color: #fff; line-height: 1.3;
    flex: 1; display: flex; align-items: center; justify-content: center;
}

/* Split layout */
#case-split { width: 100%; max-width: 1200px; margin: 0 auto 90px; padding: 0 30px; display: flex; gap: 60px; align-items: flex-start; }

/* Reel */
#case-reel { flex: 0 0 360px; }
.reel-wrapper { position: relative; width: 100%; aspect-ratio: 9/16; border-radius: 20px; overflow: hidden; background: #000; cursor: pointer; }
.reel-poster { position: absolute; inset: 0; background-size: cover; background-position: center top; z-index: 2; transition: opacity 0.4s ease; pointer-events: none; }
.reel-play-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 3; pointer-events: none; }
.reel-play-overlay i { font-size: 72px; color: rgba(255,255,255,0.9); filter: drop-shadow(0 2px 12px rgba(0,0,0,0.6)); transition: transform 0.2s, opacity 0.3s; }
.reel-wrapper:hover .reel-play-overlay i { opacity: 0; }
.reel-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0; transition: opacity 0.4s ease; }
.reel-social { margin-top: 20px; display: flex; gap: 20px; justify-content: center; }
.reel-social a { display: inline-flex; align-items: center; color: #0D0D0D; transition: color 0.2s; }
.reel-social a:hover { color: #F13141; }
.reel-social a i { font-size: 36px; }

/* Case text */
#case-text { flex: 1; padding-top: 10px; }
#case-text h2 { font-family: "kaneda", sans-serif; font-weight: 900; font-size: 80px; color: #0D0D0D; text-transform: uppercase; line-height: 1.05; margin-bottom: 28px; }
#case-text p { font-family: "kaneda", sans-serif; font-weight: normal; font-size: 30px; color: #444; line-height: 1.2; margin-bottom: 20px; }

/* Stats */
#case-stats { width: 100%; max-width: 1200px; margin: 0 auto 120px; padding: 0 30px; }
#case-stats-inner {
    background: linear-gradient(149deg, #020000 0%, #FF1C32 70%);
    border-radius: 24px; padding: 60px 40px;
    display: flex; justify-content: space-around; align-items: center; text-align: center;
}
.case-stat-item { flex: 1; }
.case-stat-item .stat-val { display: block; font-family: helvetica, sans-serif; font-weight: bold; font-size: clamp(60px, 7vw, 100px); color: #fff; line-height: 1; letter-spacing: -3px; }
.case-stat-item .stat-val i { font-style: normal; }
.case-stat-item .stat-label { display: block; font-family: "kaneda", sans-serif; font-weight: normal; font-size: 30px; color: rgba(255,255,255,0.85); margin-top: 10px; }
.case-stat-sep { display: none; }


/* ==========================================================
   CONTACT — contact.php
   ========================================================== */

/* Nav couleur sombre sur fond clair */
.page-contact nav ul li a { color: #0D0D0D; }
.page-contact nav ul li a:hover { color: #F13141; }
.page-contact .burger span { background: #0D0D0D; }

#contact-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 140px 30px 100px; }

#contact-inner { width: 100%; max-width: 1100px; display: flex; gap: 100px; align-items: flex-start; }

#contact-left { flex: 0 0 420px; padding-top: 8px; }
#contact-left h1 {
    font-family: "kaneda", sans-serif; font-weight: 900;
    font-size: clamp(52px, 6vw, 100px); line-height: 0.95;
    text-transform: uppercase; color: #0D0D0D; margin-bottom: 36px;
}
#contact-left h1 span { color: #F13141; }
#contact-left p { font-family: "kaneda", sans-serif; font-weight: normal; font-size: 22px; line-height: 1.6; color: #555; }
#contact-left .contact-info { margin-top: 48px; display: flex; flex-direction: column; gap: 16px; }
#contact-left .contact-info a { display: flex; align-items: center; gap: 12px; color: #0D0D0D; font-family: "kaneda", sans-serif; font-size: 18px; font-weight: normal; transition: color 0.2s; }
#contact-left .contact-info a:hover { color: #F13141; }
#contact-left .contact-info a i { font-size: 20px; color: #F13141; width: 22px; }

#contact-right { flex: 1; }

#contact-form { display: flex; flex-direction: column; gap: 0; }

.form-row { display: flex; gap: 20px; }

.form-field { flex: 1; display: flex; flex-direction: column; margin-bottom: 24px; position: relative; }
.form-field label { font-family: "kaneda", sans-serif; font-weight: bold; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #999; margin-bottom: 8px; transition: color 0.2s; }
.form-field:focus-within label { color: #F13141; }
.form-field input,
.form-field textarea {
    font-family: "kaneda", sans-serif; font-weight: normal; font-size: 20px;
    color: #0D0D0D; background: transparent;
    border: none; border-bottom: 2px solid #D0CBC0;
    padding: 10px 0; outline: none;
    transition: border-color 0.3s ease; width: 100%; resize: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: #C0BAB0; }
.form-field input:focus,
.form-field textarea:focus { border-bottom-color: #F13141; }
.form-field textarea { height: 140px; line-height: 1.5; }

#contact-submit {
    margin-top: 12px; align-self: flex-start;
    background: linear-gradient(149deg, #020000 0%, #FF1C32 70%);
    color: #fff; font-family: "kaneda", sans-serif; font-weight: bold;
    font-size: 20px; letter-spacing: 1px; text-transform: uppercase;
    padding: 16px 48px; border: none; border-radius: 50px;
    cursor: pointer; transition: opacity 0.25s ease, transform 0.2s ease;
}
#contact-submit:hover { opacity: 0.85; transform: translateX(4px); }

#contact-success {
    display: none; margin-top: 24px; padding: 20px 28px;
    background: #0D0D0D; border-radius: 16px;
    color: #fff; font-family: "kaneda", sans-serif; font-size: 18px; line-height: 1.5;
}
#contact-success i { color: #4CD97B; margin-right: 10px; }


/* ==========================================================
   RESPONSIVE
   ========================================================== */

/* --- 1100px --- */
@media (max-width: 1100px) {
    .lv-item { width: calc(50% - 30px); margin-bottom: 15px; }
    #brand_content_list a { width: calc(50% - 30px); margin-bottom: 15px; }
    #audiences_list .audience .audience_stat { font-size: 70px; }
    #brand_mask { font-size: 80px; line-height: 1.05; }
}

/* --- 768px --- */
@media (max-width: 768px) {
    /* Header */
    header { background: rgba(0,0,0,0.45) !important; backdrop-filter: blur(4px); }
    header.red { background: rgba(241,49,65,0.85) !important; }
    .burger { display: flex !important; opacity: 1 !important; visibility: visible !important; } 
    nav { display: none; }

    /* Home */
    #brand_mask { font-size: clamp(24px, 8vw, 52px) !important; white-space: nowrap; }
    .lv-item { width: calc(100% - 30px); margin-bottom: 15px; height: 280px; }
    #brand_content_list a { width: calc(100% - 30px); margin-bottom: 15px; height: 220px; }
    #audiences_list { margin: 60px 0; }
    #audiences_list .audience { width: 100%; margin-bottom: 30px; display: block; }
    #audiences { margin-top: 80px; margin-bottom: 80px; }
    #last_video_center { padding: 20px; padding-bottom: 40px; } 
    #brand_content_center { padding: 20px; padding-bottom: 30px; }
    #last_video h2, #brand_content h2 { font-size: 40px; }
    #brand { height: auto; padding: 80px 20px; }
    .center-frame { width: 260px; }
    #partners_list img { height: 40px; margin-right: 50px; }

    /* Cases */
    #case-hero { height: 60vh; }
    #case-hero .hero-title { padding: 0 20px 30px; }
    #case-hero .hero-title h1 { font-size: clamp(36px, 10vw, 72px); }
    #case-intro { padding: 50px 20px 40px; }
    #case-intro h2 { font-size: clamp(32px, 8vw, 52px); }
    #case-intro p { font-size: 18px; }
    #case-fullimg { height: 40vh; }
    #case-icons { margin: 50px auto 80px; padding: 0 20px; }
    #case-icons-inner { flex-direction: column; gap: 28px; padding: 36px 24px; }
    .case-icon-item { flex: none; width: 100%; flex-direction: column; align-items: center; text-align: center; }
    .case-icon-item i { font-size: 30px; margin-bottom: 10px; }
    .case-icon-item span { font-size: 20px; flex: none; }
    #case-split { flex-direction: column; gap: 30px; padding: 0 20px; margin-bottom: 50px; }
    #case-reel { flex: none; width: 100%; max-width: 300px; margin: 0 auto; }
    #case-text h2 { font-size: clamp(32px, 8vw, 52px); }
    #case-text p { font-size: 18px; }
    #case-stats { padding: 0 20px; margin-bottom: 60px; }
    #case-stats-inner { flex-direction: column; gap: 36px; padding: 40px 24px; }
    .case-stat-item .stat-val { font-size: clamp(50px, 15vw, 80px); }
    .case-stat-item .stat-label { font-size: 18px; }

    /* Contact */
    #contact-page { padding: 100px 20px 60px; }
    #contact-inner { flex-direction: column; gap: 48px; }
    #contact-left { flex: none; width: 100%; }
    #contact-left h1 { font-size: clamp(42px, 12vw, 70px); }
    #contact-left p { font-size: 18px; }
    .form-row { flex-direction: column; gap: 0; }

    /* Footer */
    footer { margin-top: 80px; padding: 0 15px; }
    #footer_content { padding: 24px 20px 36px; }
    #footer_left, #footer_right { float: none; text-align: center; margin-bottom: 16px; }
    #footer_left img { height: 45px; }
    #footer_menu { margin-top: 16px; }
    #footer_menu li a { font-size: 16px; margin: 0 4px; }
    #rs { margin-bottom: 30px; }
    #rs .rs { font-size: 18px; margin: 4px; line-height: 42px; padding: 0 14px 0 10px; }
    #footer_copyright { font-size: 14px; margin-top: 16px; }
}

/* --- 480px --- */
@media (max-width: 480px) {
    #brand_mask { font-size: 32px !important; line-height: 1.05 !important; }
    .center-frame { width: 200px; }
    #case-hero .hero-title h1 { font-size: clamp(28px, 9vw, 52px); }
    #case-intro h2 { font-size: 28px; }
    .case-icon-item span { font-size: 17px; }
}