html, body { overflow-x: clip !important; }
#main-content { padding: 0 !important; max-width: none !important; margin: 0 !important; }
.fi-inner {
padding: 32px 24px; max-width: 1440px; margin: 0 auto; width: 100%;
display: flex; flex-direction: column; gap: 16px;
}
.fi-banner {
position: relative; width: 100%; height: 380px; overflow: hidden;
border-radius: 12px; line-height: 0;
}
.fi-banner-img {
display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.fi-banner-overlay {
position: absolute; inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
}
.fi-banner-content {
position: absolute; bottom: 0; left: 0; right: 0;
padding: 28px 32px; z-index: 1;
}
.fi-cover-badge {
display: inline-block;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
background: #ffffff;
color: #111827;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 10px;
line-height: 1.5;
white-space: nowrap;
}
.fi-cover-title {
font-size: 28px; font-weight: 700; color: #ffffff;
letter-spacing: -0.02em; line-height: 1.2; margin: 0;
text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.fi-layout {
display: grid; grid-template-columns: 300px 1fr; gap: 16px; align-items: start;
}
.fi-left { display: flex; flex-direction: column; gap: 12px; position: sticky; top: calc(72px + 16px); }
.fi-card { background: var(--bg-main); border: 1px solid var(--border-color); border-radius: 12px; padding: 16px; }
.fi-card-title { font-size: 17px; font-weight: 700; color: var(--text-main); margin: 0 0 12px 0; }
.fi-badge {
display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
letter-spacing: 0.08em; background: var(--bg-inverse); color: var(--text-inverse);
padding: 3px 12px; border-radius: 20px; margin-bottom: 10px;
}
.fi-title { font-size: 20px; font-weight: 700; color: var(--text-main); letter-spacing: -0.02em; line-height: 1.3; margin: 0 0 14px 0; }
.fi-separator { height: 1px; background: var(--border-color); margin-bottom: 12px; }
.fi-back {
display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600;
color: var(--text-muted); text-decoration: none; padding: 6px 0;
transition: color 0.15s;
}
.fi-back:hover { color: var(--brand-color); }
.fi-back + .fi-back { border-top: 1px solid var(--border-color); }
.fi-info-row { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--border-color); }
.fi-info-row:last-child { border-bottom: none; padding-bottom: 0; }
.fi-ico { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; }
.fi-ico i { font-size: 16px; line-height: 1; color: var(--text-muted); }
.fi-info-text { font-size: 13px; color: var(--text-muted); line-height: 1.4; }
.fi-info-text strong { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-light); margin-bottom: 2px; }
.fi-link { color: var(--brand-color); text-decoration: none; font-size: 13px; }
.fi-link:hover { text-decoration: underline; }
.fi-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.fi-social-btn {
width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--border-color);
background: var(--bg-surface); color: var(--text-muted); display: inline-flex;
align-items: center; justify-content: center; font-size: 18px; text-decoration: none;
transition: color 0.15s, border-color 0.15s;
}
.fi-social-btn:hover { color: var(--brand-color); border-color: var(--brand-color); }
.fi-hours { display: flex; flex-direction: column; gap: 0; }
.fi-hour-row {
display: flex; justify-content: space-between; align-items: flex-start;
padding: 7px 0; border-bottom: 1px solid var(--border-color); font-size: 13px;
}
.fi-hour-row:last-child { border-bottom: none; padding-bottom: 0; }
.fi-hour-day { color: var(--text-muted); }
.fi-hour-val { font-weight: 600; color: var(--text-main); text-align: right; }
.fi-share-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.fi-share-btn {
width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--border-color);
background: var(--bg-surface); color: var(--text-muted); display: inline-flex;
align-items: center; justify-content: center; font-size: 18px; text-decoration: none;
transition: color 0.15s, border-color 0.15s;
}
.fi-share-btn:hover { color: var(--brand-color); border-color: var(--brand-color); }
.fi-qr-card { text-align: center; }
.fi-qr { border-radius: 8px; display: block; margin: 0 auto; }
.fi-main { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.fi-section {
background: var(--bg-main); border: 1px solid var(--border-color);
border-radius: 12px; padding: 24px;
}
.fi-section-title {
font-size: 16px; font-weight: 700; color: var(--text-main);
margin: 0 0 18px 0; display: flex; align-items: center; gap: 8px;
}
.fi-section-title i { font-size: 18px; color: var(--text-muted); line-height: 1; }
.fi-section-accroche {
background: var(--color-brand-light);
border-color: var(--brand-color);
display: flex;
align-items: center;
gap: 16px;
}
.fi-accroche-icon {
font-size: 28px;
color: var(--brand-color);
line-height: 1;
flex-shrink: 0;
}
.fi-section-accroche .fi-desc {
font-size: 15px;
color: var(--text-main);
font-style: italic;
font-weight: 500;
}
.fi-desc {
font-size: 16px; color: var(--text-muted); line-height: 1.8; margin: 0; font-weight: 400;
}
.fi-rich-content {
font-size: 14.5px;
line-height: 1.75;
color: var(--text-muted);
}
.fi-rich-content p { margin: 0 0 0.6em; }
.fi-rich-content p:last-child { margin-bottom: 0; }
.fi-rich-content p:empty,
.fi-rich-content p > br:only-child { display: none; }
.fi-rich-content ul,
.fi-rich-content ul li,
.fi-rich-content ol,
.fi-rich-content ol li { list-style: revert !important; padding: revert !important; margin: revert !important; }
.fi-rich-content ul { list-style: disc !important; padding-left: 1.5em !important; margin: 0 0 0.6em !important; }
.fi-rich-content ol { list-style: decimal !important; padding-left: 1.5em !important; margin: 0 0 0.6em !important; }
.fi-rich-content li { display: list-item !important; margin-bottom: 0.25em !important; }
.fi-rich-content h2 { font-size: 18px; font-weight: 700; color: var(--text-main); margin: 1em 0 0.4em; }
.fi-rich-content h3 { font-size: 16px; font-weight: 700; color: var(--text-main); margin: 0.8em 0 0.3em; }
.fi-rich-content h4 { font-size: 15px; font-weight: 600; color: var(--text-main); margin: 0.7em 0 0.25em; }
.fi-rich-content strong { color: var(--text-main); }
.fi-rich-content a { color: var(--brand-color); text-decoration: none; }
.fi-rich-content a:hover { text-decoration: underline; }
.fi-gallery {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.fi-gallery-item {
aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; cursor: pointer;
border: 1px solid var(--border-color); position: relative;
}
.fi-gallery-item img {
display: block; width: 100%; height: 100%; object-fit: cover;
transition: transform 0.3s;
}
.fi-gallery-item:hover img { transform: scale(1.04); }
.fi-gallery-zoom {
position: absolute; inset: 0; background: rgba(0,0,0,0.3);
display: flex; align-items: center; justify-content: center;
opacity: 0; transition: opacity 0.2s;
}
.fi-gallery-item:hover .fi-gallery-zoom { opacity: 1; }
.fi-gallery-zoom i { font-size: 28px; color: #ffffff; }
.fi-jobs { display: flex; flex-direction: column; gap: 12px; }
.fi-job-card {
background: var(--bg-surface); border: 1px solid var(--border-color);
border-radius: 10px; padding: 18px; display: flex; flex-direction: column; gap: 10px;
}
.fi-job-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.fi-job-badge {
display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase;
letter-spacing: 0.08em; background: var(--bg-inverse); color: var(--text-inverse);
padding: 2px 10px; border-radius: 20px; margin-bottom: 6px;
}
.fi-job-title { font-size: 15px; font-weight: 700; color: var(--text-main); margin: 0; }
.fi-job-date { font-size: 12px; color: var(--text-light); display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.fi-job-desc { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; margin: 0; }
.fi-job-apply {
display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 18px;
background: var(--brand-color); color: var(--text-on-brand); border-radius: 8px;
font-family: var(--font-base); font-size: 13px; font-weight: 700; text-decoration: none;
align-self: flex-start; transition: opacity 0.15s;
}
.fi-job-apply:hover { opacity: 0.88; }
#lightbox {
display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9);
z-index: 99999; align-items: center; justify-content: center; cursor: pointer;
}
#lightbox.active { display: flex; }
#lightbox-img { max-width: 90vw; max-height: 90vh; border-radius: 8px; object-fit: contain; }
#lightbox-close {
position: absolute; top: 20px; right: 24px; font-size: 36px; color: #ffffff;
cursor: pointer; line-height: 1;
}
@media (max-width: 860px) {
.fi-layout { grid-template-columns: 1fr; }
.fi-left   { position: static; }
.fi-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
.fi-banner { height: 240px; }
.fi-banner-content { padding: 16px; }
.fi-inner  { padding: 16px 12px; }
.fi-gallery { grid-template-columns: 1fr 1fr; }
}