:root {
    --orange: #ff8a00;
    --orange-dark: #f15a24;
    --red: #e71134;
    --dark: #27232d;
    --text: #302d36;
    --muted: #6f6a75;
    --cream: #fff5ec;
    --white: #fff;
    --border: #f1e6dc;
    --shadow: 0 18px 42px rgba(30, 25, 35, .11);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.48;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1400px, calc(100% - 70px)); margin: 0 auto; }

.site-header {
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid #eeeeee;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-content {
    height: 108px;
    display: grid;
    grid-template-columns: 325px 1fr 430px;
    gap: 20px;
    align-items: center;
}
.logo { height: 92px; width: auto; object-fit: contain; }
.main-nav { display: flex; justify-content: center; gap: 54px; height: 100%; align-items: center; }
.main-nav a {
    text-decoration: none;
    color: #15131a;
    font-weight: 700;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
}
.main-nav a.active, .main-nav a:hover { color: var(--orange-dark); border-bottom-color: var(--red); }
.top-contact { display: flex; justify-content: flex-end; align-items: center; gap: 19px; font-weight: 700; font-size: 17px; }
.top-contact a { text-decoration: none; }
.top-contact .mail::before { content: "✉"; color: var(--orange); margin-right: 9px; }
.top-contact .phone::before { content: "☎"; color: var(--orange); margin-right: 9px; font-size: 24px; }
.separator { width: 1px; height: 27px; background: #eeb08f; }

.menu-toggle { display: none; }
.menu-icon { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.menu-icon span { width: 30px; height: 3px; background: var(--orange-dark); border-radius: 4px; }

.hero {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background: linear-gradient(90deg, #fff 0%, #fff 39%, rgba(255,255,255,.78) 50%, rgba(255,255,255,0) 68%);
}
.hero-decor {
    position: absolute;
    left: -10px;
    top: -6px;
    height: 540px;
    width: 180px;
    object-fit: cover;
    z-index: 3;
}
.hero-wrap {
    min-height: 420px;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: stretch;
    position: relative;
}
.hero-copy {
    position: relative;
    z-index: 4;
    padding: 48px 0 36px 72px;
}
.hero-copy h1 {
    margin: 0 0 10px;
    color: var(--dark);
    font-size: clamp(43px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -.02em;
}
.hero-copy h1 span { color: var(--orange-dark); }
.hero-subtitle {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 500;
}
.hero-copy p:not(.hero-subtitle) {
    max-width: 540px;
    font-size: 16px;
    color: #4e4954;
}
.btn-main {
    display: inline-block;
    margin-top: 16px;
    background: linear-gradient(90deg, var(--orange), var(--red));
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    border: 0;
    border-radius: 7px;
    padding: 14px 22px;
    box-shadow: 0 8px 18px rgba(231,17,52,.22);
    cursor: pointer;
}
.hero-photo {
    position: relative;
    min-height: 420px;
    margin-right: calc((70px - (100vw - 100%)) / -2);
}
.hero-photo::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -210px;
    width: 360px;
    z-index: 2;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.94) 32%, rgba(255,255,255,0) 100%);
}
.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.targets {
    position: relative;
    z-index: 8;
    margin-top: 0;
    background: transparent;
}
.targets-inner {
    margin-top: -1px;
    margin-left: auto;
    width: min(965px, calc(100% - 70px));
    background: linear-gradient(95deg, #ff9900 0%, #f45b11 46%, #e71134 100%);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 95px;
}
.targets article {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 16px 32px;
    border-right: 1px solid rgba(255,255,255,.42);
}
.targets article:last-child { border-right: 0; }
.target-icon { font-size: 40px; line-height: 1; }
.targets h3 { margin: 0 0 4px; font-size: 16px; }
.targets p { margin: 0; font-size: 14px; }

.about-section { padding: 34px 0 50px; }
.about-grid {
    display: grid;
    grid-template-columns: 49% 51%;
    gap: 38px;
    align-items: start;
}
.about-copy h2 {
    font-size: 31px;
    margin: 0 0 16px;
    color: var(--dark);
}
.about-copy h2 span { color: var(--orange-dark); }
.about-copy p { margin: 0 0 8px; font-size: 15.5px; }
.about-copy h4 { margin: 14px 0 10px; color: var(--red); font-size: 16px; }
.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 35px;
}
.check-list li { font-size: 15.5px; }
.check-list li::before {
    content: "✓";
    color: #fff;
    background: var(--orange);
    border-radius: 50%;
    font-weight: 900;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    margin-right: 10px;
}
.red-text { color: var(--red); font-weight: 800; }

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}
.gallery img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 8px;
}
.qualities {
    margin-top: 12px;
    background: #fff1e8;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 25px 28px;
}
.qualities div {
    color: var(--orange-dark);
    font-size: 31px;
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 10px;
    align-items: center;
}
.qualities strong {
    color: var(--dark);
    font-size: 15px;
    grid-column: 2;
}
.qualities span {
    color: var(--dark);
    font-size: 15px;
    grid-column: 2;
    margin-top: -8px;
}

.page-hero {
    padding: 70px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255,138,0,.90), rgba(231,17,52,.91)),
        url("../img/hero-print.jpg") center/cover;
}
.page-hero h1 { font-size: 46px; margin: 0 0 10px; }
.page-hero p { font-size: 19px; margin: 0; }

.services-section, .contact-section { padding: 55px 0; background: #fff; }
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.service-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #fff;
}
.service-card img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.service-card h2 {
    margin: 0;
    padding: 20px 22px;
    font-size: 20px;
    color: var(--dark);
}
.service-card.large { grid-column: span 3; }

.contact-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 28px;
}
.contact-card, .info-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 28px;
}
.small-note { color: var(--muted); }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { display: grid; gap: 6px; font-weight: 700; }
input, textarea {
    width: 100%;
    border: 1px solid #eaded4;
    border-radius: 8px;
    padding: 12px 13px;
    font: inherit;
}
input:focus, textarea:focus { outline: 3px solid rgba(255,138,0,.18); border-color: var(--orange); }
.alert { padding: 14px 16px; border-radius: 10px; margin: 14px 0; font-weight: 700; }
.alert.success { background: #dcfce7; color: #166534; }
.alert.error { background: #fee2e2; color: #991b1b; }
.contact-socials { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-socials a {
    text-decoration: none;
    background: linear-gradient(90deg, var(--orange), var(--red));
    color: #fff;
    border-radius: 999px;
    padding: 8px 13px;
    font-weight: 700;
}

.site-footer {
    background: linear-gradient(90deg, #ff9700 0%, #f35d10 45%, #e71134 100%);
    color: #fff;
}
.footer-line {
    min-height: 66px;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.55fr 1.35fr;
    gap: 26px;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}
.footer-item {
    border-right: 1px solid rgba(255,255,255,.55);
    min-height: 34px;
    display: flex;
    align-items: center;
}
.footer-item:last-child { border-right: 0; }
.site-footer a { color: #fff; text-decoration: none; }
.socials a {
    display: inline-block;
    margin-left: 8px;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}
.copyright {
    text-align: center;
    padding: 10px 0;
    background: rgba(0,0,0,.10);
    font-size: 13px;
}

@media (max-width: 1180px) {
    .header-content { grid-template-columns: 250px 1fr; height: auto; min-height: 92px; }
    .top-contact { grid-column: 1 / -1; justify-content: center; padding-bottom: 12px; }
    .hero-copy { padding-left: 35px; }
    .targets-inner { width: calc(100% - 70px); }
}
@media (max-width: 900px) {
    .container { width: min(100% - 30px, 1400px); }
    .header-content { display: flex; justify-content: space-between; min-height: 78px; }
    .logo { height: 65px; }
    .top-contact { display: none; }
    .menu-icon { display: flex; }
    .main-nav {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #fff;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        gap: 0;
        padding: 14px 25px;
        border-bottom: 1px solid #eee;
    }
    .main-nav a { height: auto; padding: 14px 0; }
    .menu-toggle:checked ~ .main-nav { display: flex; }

    .hero-decor { opacity: .28; left: -70px; }
    .hero-wrap, .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-copy { padding: 42px 0 30px; }
    .hero-photo { min-height: 300px; margin-right: 0; }
    .hero-photo::before { display: none; }
    .targets-inner {
        width: min(100% - 30px, 1400px);
        clip-path: none;
        padding-left: 0;
        grid-template-columns: 1fr;
        border-radius: 0 0 12px 12px;
    }
    .targets article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
    .gallery, .service-grid, .footer-line { grid-template-columns: 1fr; }
    .qualities { grid-template-columns: 1fr 1fr; }
    .service-card.large { grid-column: span 1; }
    .footer-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); padding: 10px 0; }
}
@media (max-width: 560px) {
    .hero-copy h1 { font-size: 38px; }
    .check-list, .qualities, .form-row { grid-template-columns: 1fr; }
    .gallery { grid-template-columns: 1fr 1fr; }
}


/* Logos réseaux sociaux */
.socials {
    gap: 10px;
    flex-wrap: wrap;
}
.socials a,
.contact-socials a {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.socials img,
.contact-socials img {
    width: 34px;
    height: 34px;
    display: block;
}
.contact-socials.social-logo-list {
    flex-direction: row;
    gap: 12px;
}
.contact-socials.social-logo-list a {
    box-shadow: 0 8px 18px rgba(30, 25, 35, .12);
}


/* Bloc logo + nom */
.brand-wrapper{
    display:flex;
    align-items:center;
    gap:16px;
}

.brand-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.brand-name{
    font-size:32px;
    font-weight:900;
    color:#25232d;
    line-height:1;
    letter-spacing:-0.02em;
}

.brand-slogan{
    margin-top:6px;
    font-size:13px;
    color:#f15a24;
    font-weight:700;
    white-space:nowrap;
    line-height:1;
}

@media (max-width:900px){
    .brand-wrapper{
        gap:10px;
    }

    .brand-name{
        font-size:24px;
    }

    .brand-slogan{
        font-size:10px;
        white-space:nowrap;
    }
}
