/*
Theme Name: Foxis V2 - Clair minimal
Theme URI: https://foxis.ch
Author: Foxis
Description: Thème individuel pour Foxis - style clair éditorial, 6 pages, EN/FR/DE.
Version: 1.0
Text Domain: foxis
*/

:root {
    --orange: #F24F00;
    --dark: #1A1A1A;
    --light: #F7F6F2;
    --grey: #8C8C86;
    color-scheme: light;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Fira Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fff;
    color: var(--dark);
    line-height: 1.65;
}
.container { max-width: 960px; margin: 0 auto; padding: 0 1.75rem; }

.site-header { padding: 1.5rem 0; background: #fff; position: relative; z-index: 30; }
.site-header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }
.site-header-logo img { height: 34px; display: block; }
.site-header-right { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.site-nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.site-nav a { color: var(--dark); font-weight: 600; font-size: .8rem; letter-spacing: .03em; text-transform: uppercase; text-decoration: none; padding-bottom: .3rem; border-bottom: 2px solid transparent; }
.site-nav a.is-active { border-bottom-color: var(--orange); color: var(--orange); }

.lang-dropdown-wrap { position: relative; padding-left: 1.25rem; border-left: 1px solid rgba(26,26,26,.15); }
.lang-menu-toggle { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.lang-current { cursor: pointer; font-weight: 600; font-size: .78rem; color: var(--grey); text-transform: uppercase; user-select: none; white-space: nowrap; }
.lang-current .caret { font-size: .7em; margin-left: .15rem; }
.lang-dropdown { display: none; flex-direction: column; position: absolute; top: 100%; right: 0; background: #fff; border: 1px solid rgba(26,26,26,.12); border-radius: 4px; box-shadow: 0 8px 24px rgba(26,26,26,.12); padding: .35rem; min-width: 64px; margin-top: .6rem; z-index: 40; }
.lang-menu-toggle:checked ~ .lang-dropdown { display: flex; }
.lang-dropdown a { padding: .4rem .6rem; cursor: pointer; font-size: .8rem; color: var(--dark); text-transform: uppercase; font-weight: 600; text-decoration: none; display: block; }
.lang-dropdown a:hover { background: rgba(26,26,26,.05); }
.lang-dropdown a.is-active { color: var(--orange); }

.nav-cta { display: inline-block; padding: .55rem 1.1rem; background: var(--orange); color: #fff !important; font-weight: 600; font-size: .78rem; text-decoration: none; border-radius: 2px; white-space: nowrap; text-transform: uppercase; letter-spacing: .02em; }
.nav-cta:hover { background: #d94500; }
.nav-cta-disabled { background: rgba(26,26,26,.08); color: var(--grey) !important; cursor: not-allowed; }
.nav-cta-disabled:hover { background: rgba(26,26,26,.08); }

.hero { padding: 4rem 1.75rem 3rem; background: var(--light); }
.hero-content { max-width: 680px; margin: 0 auto; text-align: left; }
.logo { width: 110px; margin-bottom: 2rem; }
.logo img { width: 100%; height: auto; display: block; }
.brand { font-size: 2.4rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 1rem; line-height: 1.15; color: var(--dark); }
.tagline { font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: .25em; color: var(--orange); margin-bottom: 1.5rem; }
.intro { font-size: 1.1rem; font-weight: 300; margin-bottom: 2rem; max-width: 560px; color: var(--dark); }
.pills { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.25rem; }
.pill { padding: .45rem .95rem; background: #fff; border-radius: 9999px; font-size: .8rem; color: var(--dark); }

.cta { display: inline-block; padding: .85rem 1.9rem; background: var(--orange); color: #fff !important; font-weight: 600; text-decoration: none; border-radius: 2px; cursor: pointer; border: none; font-family: inherit; font-size: 1rem; }
.cta-outline { display: inline-block; padding: .8rem 1.85rem; background: transparent; color: var(--orange); font-weight: 600; text-decoration: none; border-radius: 2px; border: 1.5px solid var(--orange); }
.cta-large { padding: 1rem 2.3rem; font-size: 1.05rem; margin-top: 1rem; }

.section { padding: 4.5rem 0; }
.section-title { font-size: 1.7rem; font-weight: 700; margin-bottom: .5rem; text-align: left; letter-spacing: -.01em; color: var(--dark); }
.section-rule { width: 48px; height: 3px; background: var(--orange); margin-bottom: 2.25rem; }

.services-section { background: #fff; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid rgba(26,26,26,.1); }
.card { padding: 1.75rem 0 1.75rem 1.25rem; border-left: 3px solid var(--orange); border-bottom: 1px solid rgba(26,26,26,.1); }
.card:nth-child(odd) { padding-right: 1.5rem; }
.card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: .5rem; color: var(--dark); }
.card p { font-size: .98rem; font-weight: 300; color: var(--dark); }

.pricing-section { background: var(--light); }
.pricing-content { max-width: 720px; }
.pricing-content p { font-size: 1.05rem; font-weight: 300; margin-bottom: 1.4rem; color: var(--dark); }
.pricing-content strong { color: var(--orange); }

.contact-section { background: var(--orange); color: #fff; text-align: left; }
.contact-section .section-title { color: #fff; }
.contact-section .section-rule { background: #fff; }
.contact-content p { font-size: 1.05rem; font-weight: 300; margin-bottom: .6rem; color: #fff; }
.contact-content a { color: #fff; font-weight: 600; text-decoration: underline; }

.contact-page-section { background: #fff; min-height: 55vh; }
.contact-wrap { max-width: 560px; }
.form-group { margin-bottom: 1.25rem; text-align: left; }
.form-group label { display: block; font-size: .8rem; font-weight: 600; margin-bottom: .4rem; text-transform: uppercase; letter-spacing: .03em; color: var(--dark); }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: .75rem 0; border: none; border-bottom: 1.5px solid rgba(26,26,26,.25); font-family: inherit; font-size: 1rem; background: transparent; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--orange); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-honeypot { position: absolute; left: -9999px; top: -9999px; }
.form-message { padding: 1rem 1.25rem; border-radius: 6px; margin-bottom: 2rem; font-size: .95rem; }
.form-message.success { background: #E6F4EA; color: #1E7A34; border: 1px solid #B7DFC2; }
.form-message.error { background: #FBEAEA; color: #B3261E; border: 1px solid #F2C6C4; }
.form-note { font-size: .9rem; color: var(--grey); margin-top: 2rem; }

.info-list { margin-top: .5rem; }
.info-block { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(26,26,26,.1); }
.info-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.info-block h3 { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: .5rem; }
.info-block p { font-size: 1rem; font-weight: 300; color: var(--dark); }

.footer { background: var(--dark); color: var(--grey); text-align: center; padding: 1.5rem 0; font-size: .85rem; }
.footer-links { margin-top: .6rem; display: flex; justify-content: center; gap: 1rem; }
.footer-links a { color: var(--grey); font-size: .78rem; text-decoration: underline; }
.footer-links a:hover { color: #fff; }

@media (max-width: 640px) {
    .grid { grid-template-columns: 1fr; }
    .card { padding-right: 0 !important; }
    .site-header-right { gap: .75rem; }
}
