:root {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --fsk-blue: #0885c9;
  --fsk-blue-dark: #0676b5;
  --fsk-green: #7ca84b;
  --fsk-green-dark: #678d3e;
  --fsk-navy: #0e2b45;
  --fsk-text: #0f172a;
  --fsk-muted: #64748b;
  --fsk-border: #dce3ea;
  --fsk-subtle: #f6f8fa;
  --fsk-shadow: 0 14px 34px rgba(14, 43, 69, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; }
button, input { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
body.page-template-feskel-modern-landing { margin: 0; background: #fff; }
body.admin-bar .fsk-header { top: 32px; }
.feskel-modern [hidden] { display: none !important; }

.feskel-modern { min-height: 100vh; overflow: hidden; background: #fff; color: var(--fsk-text); }
.fsk-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.fsk-section { padding: 60px 0; }
.fsk-section-heading { max-width: 680px; margin: 0 auto 34px; text-align: center; }
.fsk-section-heading h2,
.fsk-projects__intro h2,
.fsk-consultation h2,
.fsk-contacts h2 { margin: 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -0.035em; }
.fsk-section-heading > p:last-child { margin: 16px auto 0; color: var(--fsk-muted); font-size: 17px; line-height: 1.65; }
.fsk-eyebrow { margin: 0 0 12px; color: var(--fsk-green-dark); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fsk-eyebrow--light { color: #b5da87; }

.fsk-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border: 1px solid transparent; border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 700; line-height: 1; cursor: pointer; transition: .2s ease; }
.fsk-btn:hover { transform: translateY(-1px); }
.fsk-btn--small { min-height: 40px; padding: 10px 18px; font-size: 13px; }
.fsk-btn--primary { color: #fff; background: var(--fsk-blue); box-shadow: 0 10px 24px rgba(8, 133, 201, .2); }
.fsk-btn--primary:hover { background: var(--fsk-blue-dark); }
.fsk-btn--outline-light { color: #fff; border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.06); }
.fsk-btn--outline-light:hover { background: #fff; color: var(--fsk-navy); }
.fsk-btn--outline-green { color: var(--fsk-green-dark); border-color: var(--fsk-green); background: #fff; }
.fsk-btn--outline-green:hover { color: #fff; background: var(--fsk-green); }
.fsk-btn--outline-blue { min-width: 330px; color: var(--fsk-blue); border-color: var(--fsk-blue); background: #fff; }
.fsk-btn--outline-blue:hover { color: #fff; background: var(--fsk-blue); }
.fsk-btn--wide { width: 100%; }

.fsk-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(15,23,42,.08); backdrop-filter: blur(14px); }
.fsk-header__inner { display: flex; min-height: 76px; align-items: center; gap: 24px; }
.fsk-logo { display: flex; width: 104px; height: 58px; align-items: center; flex: 0 0 auto; }
.fsk-logo img { width: 92px; height: 52px; object-fit: contain; }
.fsk-nav { margin-left: auto; }
.fsk-nav__list { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.fsk-nav__item { position: relative; }
.fsk-nav__link { position: relative; display: inline-flex; align-items: center; gap: 5px; padding: 6px 0; color: #1e293b; text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; }
.fsk-nav__link::after { position: absolute; right: 0; bottom: -2px; left: 0; height: 2px; content: ""; background: var(--fsk-blue); transform: scaleX(0); transition: transform .2s; }
.fsk-nav__link:hover::after,
.fsk-nav__item:hover .fsk-nav__link::after,
.fsk-nav__link:focus-visible::after { transform: scaleX(1); }
.fsk-nav__chevron { font-size: 10px; transition: transform .2s; }
.fsk-nav__item--parent:hover .fsk-nav__chevron,
.fsk-nav__item--parent:focus-within .fsk-nav__chevron { transform: rotate(180deg); }
.fsk-nav__toggle { display: none; }
.fsk-nav__sub { position: absolute; top: 100%; left: 0; min-width: 260px; padding: 8px; margin: 0; list-style: none; background: #fff; border: 1px solid var(--fsk-border); border-radius: 10px; box-shadow: 0 20px 50px rgba(14,43,69,.16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .16s, transform .16s, visibility .16s; z-index: 60; }
.fsk-nav__item--parent:hover .fsk-nav__sub,
.fsk-nav__item--parent:focus-within .fsk-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.fsk-nav__sub a { display: block; padding: 9px 12px; border-radius: 7px; color: #334155; font-size: 14px; font-weight: 500; text-decoration: none; white-space: normal; }
.fsk-nav__sub a:hover { background: #f1f5f9; color: var(--fsk-blue-dark); }
.fsk-header__actions { display: flex; align-items: center; gap: 18px; }
.fsk-phone { white-space: nowrap; text-decoration: none; font-size: 14px; font-weight: 800; }
.fsk-menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; color: var(--fsk-navy); font-size: 27px; cursor: pointer; }

.fsk-hero { position: relative; min-height: 520px; display: flex; align-items: center; color: #fff; }
.fsk-hero__image,
.fsk-consultation__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fsk-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,32,.82) 0%, rgba(3,19,32,.42) 48%, rgba(3,19,32,.12) 100%); }
.fsk-hero__content { position: relative; z-index: 1; padding: 56px 0; }
.fsk-hero h1 { max-width: 690px; margin: 0 0 22px; font-size: clamp(58px, 7vw, 86px); line-height: .98; letter-spacing: -0.052em; }
.fsk-hero__content > p:not(.fsk-eyebrow) { max-width: 530px; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.fsk-hero__buttons { display: flex; gap: 14px; margin-top: 34px; }

.fsk-metrics { position: relative; z-index: 2; background: #fff; box-shadow: 0 -10px 40px rgba(15,23,42,.08); }
.fsk-metrics__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px 0; }
.fsk-metric { display: grid; min-height: 85px; place-items: center; align-content: center; gap: 5px; border-right: 1px solid var(--fsk-border); text-align: center; }
.fsk-metric:last-child { border-right: 0; }
.fsk-metric i { margin-bottom: 4px; color: var(--fsk-blue); font-size: 28px; }
.fsk-metric strong { font-size: 30px; line-height: 1; }
.fsk-metric span { max-width: 190px; color: var(--fsk-muted); font-size: 13px; line-height: 1.35; }

.fsk-process { background: #fff; }
.fsk-steps { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.fsk-steps::before { position: absolute; z-index: 0; top: 18px; right: 6%; left: 6%; border-top: 1px dashed #a7bd91; content: ""; }
.fsk-step { position: relative; z-index: 1; text-align: center; }
.fsk-step__number { display: grid; width: 38px; height: 38px; margin: 0 auto 18px; place-items: center; border: 1px solid var(--fsk-green); border-radius: 50%; background: #fff; color: var(--fsk-green-dark); font-weight: 800; }
.fsk-step > i { display: block; margin-bottom: 16px; color: var(--fsk-green-dark); font-size: 37px; }
.fsk-step h3 { min-height: 48px; margin: 0 0 10px; font-size: 15px; line-height: 1.35; }
.fsk-step p { margin: 0; color: var(--fsk-muted); font-size: 12px; line-height: 1.55; }

.fsk-projects { background: #fff; }
.fsk-projects__layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 46px; align-items: center; }
.fsk-projects__intro h2 { margin-bottom: 18px; font-size: 39px; }
.fsk-projects__intro > p:not(.fsk-eyebrow) { margin: 0 0 26px; color: var(--fsk-muted); line-height: 1.65; }
.fsk-projects__carousel { position: relative; min-width: 0; }
.fsk-projects__grid { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.fsk-projects__grid::-webkit-scrollbar { display: none; }
.fsk-project-card { flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; overflow: hidden; border: 1px solid var(--fsk-border); border-radius: 9px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.06); }
.fsk-project-card > img { display: block; width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.fsk-project-card__body { padding: 19px; }
.fsk-project-card h3 { margin: 0 0 8px; font-size: 18px; }
.fsk-project-card__meta { margin: 0 0 7px; color: var(--fsk-muted); font-size: 12px; }
.fsk-project-card__price { margin: 0 0 14px; font-size: 14px; font-weight: 700; }
.fsk-project-card a { color: var(--fsk-blue); text-decoration: none; font-size: 13px; font-weight: 700; }
.fsk-carousel-arrow { position: absolute; z-index: 3; top: 42%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--fsk-border); border-radius: 50%; background: #fff; color: var(--fsk-blue); box-shadow: var(--fsk-shadow); cursor: pointer; }
.fsk-carousel-arrow--prev { left: -22px; }
.fsk-carousel-arrow--next { right: -22px; }

.fsk-advantages { padding-top: 56px; padding-bottom: 56px; background: linear-gradient(180deg, #f7fafc 0%, #fff 100%); }
.fsk-advantages__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 48px; }
.fsk-advantage { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: start; }
.fsk-icon-box { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(124,168,75,.38); border-radius: 50%; color: var(--fsk-green-dark); background: #fff; }
.fsk-icon-box i { font-size: 28px; }
.fsk-advantage h3 { margin: 3px 0 8px; font-size: 17px; line-height: 1.35; }
.fsk-advantage p { margin: 0; color: var(--fsk-muted); font-size: 13px; line-height: 1.55; }

.fsk-portfolio { padding-bottom: 50px; background: #fff; }
.fsk-portfolio__grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 205px; gap: 18px; }
.fsk-portfolio__item { overflow: hidden; padding: 0; border: 0; border-radius: 9px; background: #e2e8f0; cursor: zoom-in; }
.fsk-portfolio__item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.fsk-portfolio__item:hover img { transform: scale(1.04); }

.fsk-lightbox { width: min(1000px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 10px; background: #081a2a; box-shadow: 0 28px 80px rgba(0,0,0,.4); }
.fsk-lightbox::backdrop { background: rgba(4,19,32,.82); backdrop-filter: blur(4px); }
.fsk-lightbox img { display: block; width: 100%; max-height: calc(100vh - 32px); object-fit: contain; }
.fsk-lightbox__close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(4,19,32,.72); font-size: 24px; cursor: pointer; }

.fsk-consultation { position: relative; min-height: 380px; color: #fff; }
.fsk-consultation__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,31,53,.9), rgba(4,31,53,.72)); }
.fsk-consultation__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 460px; gap: 56px; align-items: center; padding-top: 36px; padding-bottom: 36px; }
.fsk-consultation__copy > p:not(.fsk-eyebrow) { max-width: 560px; margin: 22px 0 24px; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.65; }
.fsk-consultation__copy ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.fsk-consultation__copy li { font-size: 14px; }
.fsk-consultation__copy li i { margin-right: 8px; color: #b5da87; }
.fsk-form { padding: 22px; border-radius: 9px; color: var(--fsk-text); background: #fff; box-shadow: 0 18px 54px rgba(0,0,0,.24); }
.fsk-form h3 { margin: 0 0 7px; font-size: 20px; line-height: 1.3; }
.fsk-form > p { margin: 0 0 18px; color: var(--fsk-muted); font-size: 13px; }
.fsk-form label:not(.fsk-form__consent) { display: block; margin: 0 0 10px; }
.fsk-form label:not(.fsk-form__consent) > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.fsk-form input[type="text"],
.fsk-form input[type="email"],
.fsk-form input[type="tel"] { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--fsk-border); border-radius: 5px; outline: none; }
.fsk-form input:focus { border-color: var(--fsk-blue); box-shadow: 0 0 0 3px rgba(8,133,201,.12); }
.fsk-form__message { margin: 0 0 12px; padding: 10px 12px; border-radius: 5px; font-size: 13px; }
.fsk-form__message--success { color: #166534; background: #dcfce7; }
.fsk-form__message--error { color: #991b1b; background: #fee2e2; }
.fsk-form__consent { display: flex; gap: 8px; margin-top: 12px; align-items: flex-start; color: var(--fsk-muted); font-size: 10px; line-height: 1.4; }
.fsk-form__consent input { margin-top: 2px; accent-color: var(--fsk-blue); }

.fsk-contacts { padding: 50px 0; background: #fff; }
.fsk-contacts__grid { display: grid; grid-template-columns: 380px minmax(0,1fr); gap: 60px; }
.fsk-contacts h2 { margin-bottom: 28px; font-size: 40px; }
.fsk-contact-list { display: grid; gap: 15px; margin: 0 0 24px; padding: 0; list-style: none; }
.fsk-contact-list li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: #334155; font-size: 14px; line-height: 1.5; }
.fsk-contact-list i { color: var(--fsk-blue); }
.fsk-contact-list a { color: var(--fsk-blue-dark); text-decoration: none; font-weight: 600; }
.fsk-legal { padding-top: 22px; border-top: 1px solid var(--fsk-border); color: var(--fsk-muted); font-size: 11px; line-height: 1.6; }
.fsk-socials,
.fsk-footer__socials { display: flex; gap: 10px; }
.fsk-socials a,
.fsk-footer__socials a { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; text-decoration: none; background: var(--fsk-green); }
.fsk-socials a:last-child,
.fsk-footer__socials a:last-child { background: #2aabee; }
.fsk-map { min-height: 330px; overflow: hidden; border-radius: 10px; background: var(--fsk-subtle); box-shadow: var(--fsk-shadow); }
.fsk-map iframe { width: 100%; height: 100%; min-height: 330px; border: 0; }

.fsk-footer { color: rgba(255,255,255,.88); background: var(--fsk-navy); }
.fsk-footer__inner { display: grid; min-height: 110px; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; font-size: 12px; }
.fsk-footer nav { display: flex; gap: 24px; }
.fsk-footer nav a { text-decoration: none; }
.fsk-footer__socials a { width: 34px; height: 34px; }

@media (max-width: 1080px) {
  .fsk-nav__list { gap: 14px; }
  .fsk-header__actions .fsk-phone { display: none; }
  .fsk-steps { grid-template-columns: repeat(4,1fr); gap: 36px 24px; }
  .fsk-steps::before { display: none; }
  .fsk-projects__layout { grid-template-columns: 1fr; }
  .fsk-projects__intro { max-width: 620px; }
  .fsk-consultation__grid { grid-template-columns: 1fr 430px; gap: 48px; }
  .fsk-contacts__grid { grid-template-columns: 330px 1fr; gap: 38px; }
}

@media (max-width: 820px) {
  .fsk-container { width: min(calc(100% - 32px), 680px); }
  .fsk-section { padding: 64px 0; }
  .fsk-header__inner { min-height: 68px; }
  .fsk-logo { width: 82px; height: 52px; }
  .fsk-logo img { width: 76px; height: 46px; }
  .fsk-menu-toggle { display: grid; margin-left: auto; order: 2; }
  .fsk-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 8px 20px 16px; background: #fff; border-bottom: 1px solid var(--fsk-border); box-shadow: var(--fsk-shadow); max-height: calc(100vh - 68px); overflow-y: auto; }
  .fsk-nav.is-open { display: block; }
  .fsk-nav__list { flex-direction: column; gap: 0; }
  .fsk-nav__item { width: 100%; }
  .fsk-nav__row { display: flex; align-items: center; }
  .fsk-nav__link { flex: 1; padding: 13px 0; border-bottom: 1px solid #eef2f6; white-space: normal; }
  .fsk-nav__link::after { display: none; }
  .fsk-nav__chevron { display: none; }
  .fsk-nav__toggle { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; border: 0; background: transparent; color: var(--fsk-navy); font-size: 15px; cursor: pointer; border-bottom: 1px solid #eef2f6; }
  .fsk-nav__toggle .bi { transition: transform .2s; }
  .fsk-nav__item--parent.is-open .fsk-nav__toggle .bi { transform: rotate(180deg); }
  .fsk-nav__sub { display: none; position: static; opacity: 1; visibility: visible; transform: none; min-width: 0; padding: 0 0 4px 14px; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
  .fsk-nav__item--parent.is-open .fsk-nav__sub { display: block; }
  .fsk-nav__sub a { padding: 11px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
  .fsk-header__actions { order: 1; margin-left: auto; }
  .fsk-header__actions .fsk-btn { display: none; }
  .fsk-header__actions .fsk-phone { display: block; font-size: 13px; }
  .fsk-hero { min-height: 610px; }
  .fsk-hero__shade { background: linear-gradient(90deg, rgba(3,19,32,.84), rgba(3,19,32,.42)); }
  .fsk-hero h1 { font-size: clamp(52px, 12vw, 72px); }
  .fsk-metrics__grid { grid-template-columns: repeat(2,1fr); }
  .fsk-metric:nth-child(2) { border-right: 0; }
  .fsk-metric:nth-child(-n+2) { border-bottom: 1px solid var(--fsk-border); }
  .fsk-steps { grid-template-columns: repeat(2,1fr); }
  .fsk-project-card { flex-basis: calc((100% - 18px) / 2); }
  .fsk-advantages__grid { grid-template-columns: repeat(2,1fr); }
  .fsk-portfolio__grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 210px; }
  .fsk-consultation__grid { grid-template-columns: 1fr; }
  .fsk-consultation__copy { max-width: 620px; }
  .fsk-form { max-width: 560px; }
  .fsk-contacts__grid { grid-template-columns: 1fr; }
  .fsk-map,
  .fsk-map iframe { min-height: 420px; }
  .fsk-footer__inner { padding: 28px 0; grid-template-columns: 1fr auto; }
  .fsk-footer nav { display: none; }
}

@media (max-width: 782px) {
  body.admin-bar .fsk-header { top: 46px; }
}

@media (max-width: 560px) {
  .fsk-container { width: calc(100% - 32px); }
  .fsk-section { padding: 58px 0; }
  .fsk-section-heading { margin-bottom: 38px; }
  .fsk-section-heading h2,
  .fsk-projects__intro h2,
  .fsk-consultation h2,
  .fsk-contacts h2 { font-size: 34px; }
  .fsk-header__actions .fsk-phone { font-size: 12px; }
  .fsk-hero { min-height: 600px; align-items: end; }
  .fsk-hero__image { object-position: 64% 50%; }
  .fsk-hero__shade { background: linear-gradient(180deg, rgba(3,19,32,.28), rgba(3,19,32,.91)); }
  .fsk-hero__content { padding: 66px 0 58px; }
  .fsk-hero h1 { font-size: 50px; }
  .fsk-hero__content > p:not(.fsk-eyebrow) { font-size: 17px; }
  .fsk-hero__buttons { flex-direction: column; align-items: stretch; }
  .fsk-metrics__grid { padding: 12px 0; }
  .fsk-metric { min-height: 132px; padding: 18px 10px; }
  .fsk-metric strong { font-size: 25px; }
  .fsk-steps { grid-template-columns: 1fr; gap: 0; }
  .fsk-step { display: grid; min-height: 150px; grid-template-columns: 44px 48px 1fr; grid-template-rows: auto 1fr; gap: 4px 13px; text-align: left; }
  .fsk-step__number { grid-row: 1 / span 2; margin: 0; }
  .fsk-step > i { grid-column: 2; grid-row: 1 / span 2; margin: 0; font-size: 31px; }
  .fsk-step h3 { min-height: 0; margin: 0; font-size: 16px; }
  .fsk-step p { grid-column: 3; font-size: 13px; }
  .fsk-project-card { flex-basis: 100%; }
  .fsk-carousel-arrow--prev { left: -12px; }
  .fsk-carousel-arrow--next { right: -12px; }
  .fsk-advantages__grid { grid-template-columns: 1fr; gap: 30px; }
  .fsk-advantage { grid-template-columns: 54px 1fr; }
  .fsk-icon-box { width: 50px; height: 50px; }
  .fsk-portfolio__grid { grid-auto-rows: 150px; gap: 10px; }
  .fsk-btn--outline-blue { width: 100%; min-width: 0; }
  .fsk-consultation__grid { padding-top: 58px; padding-bottom: 58px; }
  .fsk-consultation__image { object-position: 42% 50%; }
  .fsk-form { padding: 22px; }
  .fsk-map,
  .fsk-map iframe { min-height: 360px; }
  .fsk-footer__inner { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Project catalogue and single project pages */
body.feskel-project-system { margin: 0; background: #fff; }
.fsk-projects-page,
.fsk-single-project { color: var(--fsk-text); background: #fff; }
.fsk-project-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; color: var(--fsk-muted); font-size: 13px; }
.fsk-project-breadcrumbs a { color: var(--fsk-blue-dark); text-decoration: none; }
.fsk-projects-hero { padding: 64px 0 58px; background: linear-gradient(135deg, #f3f8fb 0%, #f8faf7 100%); border-bottom: 1px solid var(--fsk-border); }
.fsk-projects-hero h1 { max-width: 820px; margin: 0; font-size: clamp(46px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.fsk-projects-hero__content { max-width: 760px; margin-top: 22px; color: #475569; font-size: 18px; line-height: 1.65; }
.fsk-projects-hero__content > *:first-child { margin-top: 0; }
.fsk-projects-hero__content > *:last-child { margin-bottom: 0; }
.fsk-projects-catalog { padding: 48px 0 80px; }
.fsk-project-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.fsk-project-filters a { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--fsk-border); border-radius: 999px; color: #334155; background: #fff; text-decoration: none; font-size: 14px; font-weight: 700; transition: .2s ease; }
.fsk-project-filters a:hover,
.fsk-project-filters a.is-active { border-color: var(--fsk-blue); color: #fff; background: var(--fsk-blue); }
.fsk-project-filters span { display: grid; min-width: 22px; height: 22px; place-items: center; padding: 0 5px; border-radius: 999px; color: inherit; background: rgba(100,116,139,.12); font-size: 11px; }
.fsk-project-filters a.is-active span,
.fsk-project-filters a:hover span { background: rgba(255,255,255,.18); }
.fsk-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px 22px; }
.fsk-catalog-card { overflow: hidden; border: 1px solid var(--fsk-border); border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(14,43,69,.07); transition: transform .25s ease, box-shadow .25s ease; }
.fsk-catalog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(14,43,69,.13); }
.fsk-catalog-card__media { display: block; overflow: hidden; aspect-ratio: 1.45; background: #e8edf1; }
.fsk-catalog-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fsk-catalog-card:hover .fsk-catalog-card__media img { transform: scale(1.035); }
.fsk-catalog-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #94a3b8; background: #eef2f6; font-size: 52px; }
.fsk-catalog-card__body { padding: 22px; }
.fsk-catalog-card__category { min-height: 18px; margin: 0 0 7px; color: var(--fsk-green-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fsk-catalog-card h2 { margin: 0 0 15px; font-size: 23px; line-height: 1.2; }
.fsk-catalog-card h2 a { text-decoration: none; }
.fsk-catalog-card__meta { display: grid; gap: 8px; min-height: 62px; padding-top: 14px; border-top: 1px solid #edf1f4; }
.fsk-catalog-card__meta span { display: flex; gap: 8px; align-items: center; color: var(--fsk-muted); font-size: 14px; }
.fsk-catalog-card__meta i { color: var(--fsk-blue); }
.fsk-catalog-card__meta strong { font-size: 17px; }
.fsk-catalog-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--fsk-blue-dark); text-decoration: none; font-size: 14px; font-weight: 800; }
.fsk-projects-empty { padding: 70px 24px; border: 1px dashed #bdc9d3; border-radius: 12px; text-align: center; background: #f8fafc; }
.fsk-projects-empty h2 { margin: 0 0 10px; }
.fsk-projects-empty p { margin: 0 0 24px; color: var(--fsk-muted); }

.fsk-single-project__hero { padding: 42px 0 64px; background: linear-gradient(180deg, #f7fafc 0%, #fff 100%); }
.fsk-single-project__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 52px; align-items: center; }
.fsk-single-project__image { overflow: hidden; min-height: 500px; border-radius: 14px; background: #e8edf1; box-shadow: var(--fsk-shadow); }
.fsk-single-project__image img { display: block; width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.fsk-single-project__summary h1 { margin: 0 0 28px; font-size: clamp(48px, 5vw, 72px); line-height: .98; letter-spacing: -.05em; }
.fsk-single-project__facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 24px; }
.fsk-single-project__facts div { padding: 17px; border: 1px solid var(--fsk-border); border-radius: 9px; background: #fff; }
.fsk-single-project__facts span { display: block; margin-bottom: 5px; color: var(--fsk-muted); font-size: 12px; }
.fsk-single-project__facts strong { font-size: 18px; line-height: 1.3; }
.fsk-single-project__specs { display: grid; gap: 9px; margin: 0 0 28px; padding: 0; list-style: none; color: #334155; font-size: 14px; line-height: 1.5; }
.fsk-single-project__specs li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; }
.fsk-single-project__specs i { color: var(--fsk-green-dark); }
.fsk-project-content { padding: 68px 0; border-top: 1px solid #edf1f4; }
.fsk-project-content__inner { width: min(940px, calc(100% - 48px)); }
.fsk-project-content h2 { margin: 56px 0 20px; font-size: clamp(32px,4vw,44px); line-height: 1.1; letter-spacing: -.035em; }
.fsk-project-content h2:first-child { margin-top: 0; }
.fsk-project-content h3 { font-size: 22px; }
.fsk-project-content p,
.fsk-project-content li { color: #475569; font-size: 16px; line-height: 1.7; }
.fsk-complectations { gap: 18px; align-items: stretch !important; }
.fsk-complectations > .wp-block-column { padding: 24px 20px; border: 1px solid var(--fsk-border); border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.05); }
.fsk-complectations h3 { margin-top: 0; color: var(--fsk-navy); }
.fsk-complectation-price { color: var(--fsk-blue-dark) !important; font-size: 20px !important; }
.fsk-complectation-list { display: grid; gap: 9px; padding-left: 0; list-style: none; }
.fsk-complectation-list li { padding-left: 0; font-size: 13px; line-height: 1.5; }
.fsk-complectation-list .is-included { color: #334155; }
.fsk-complectation-list .is-excluded { color: #94a3b8; }
.fsk-project-content .wp-block-gallery { gap: 14px !important; }
.fsk-project-content .wp-block-gallery img { border-radius: 9px; }
.fsk-related-projects { padding: 64px 0 80px; background: #f7fafc; }
.fsk-catalog-grid--related { grid-template-columns: repeat(3,minmax(0,1fr)); }

@media (max-width: 980px) {
  .fsk-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fsk-single-project__grid { grid-template-columns: 1fr; gap: 34px; }
  .fsk-single-project__image,
  .fsk-single-project__image img { min-height: 440px; }
  .fsk-single-project__summary { max-width: 680px; }
  .fsk-complectations { flex-wrap: wrap !important; }
  .fsk-complectations > .wp-block-column { flex-basis: calc(50% - 10px) !important; }
}

@media (max-width: 680px) {
  .fsk-projects-hero { padding: 42px 0; }
  .fsk-projects-hero h1 { font-size: 46px; }
  .fsk-projects-hero__content { font-size: 16px; }
  .fsk-projects-catalog { padding: 34px 0 58px; }
  .fsk-project-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .fsk-project-filters a { justify-content: center; text-align: center; }
  .fsk-catalog-grid,
  .fsk-catalog-grid--related { grid-template-columns: 1fr; }
  .fsk-catalog-card__media { aspect-ratio: 1.32; }
  .fsk-single-project__hero { padding: 28px 0 48px; }
  .fsk-single-project__image,
  .fsk-single-project__image img { min-height: 290px; }
  .fsk-single-project__summary h1 { font-size: 46px; }
  .fsk-single-project__facts { grid-template-columns: 1fr; }
  .fsk-project-content { padding: 48px 0; }
  .fsk-project-content__inner { width: calc(100% - 32px); }
  .fsk-complectations > .wp-block-column { flex-basis: 100% !important; }
}

@media (max-width: 420px) {
  .fsk-project-filters { grid-template-columns: 1fr; }
  .fsk-projects-hero h1,
  .fsk-single-project__summary h1 { font-size: 40px; }
}


.fsk-form__context { margin: -6px 0 16px; color: var(--fsk-blue-dark); font-size: 13px; font-weight: 600; }
.fsk-form__context a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.fsk-form__message--notice { color: #1e3a8a; background: #dbeafe; }
.fsk-project-lead { padding: 64px 0 80px; border-top: 1px solid #edf1f4; background: #f7fafc; }
.fsk-project-lead__grid { display: grid; grid-template-columns: minmax(0,1fr) 460px; gap: 56px; align-items: center; }
.fsk-project-lead__copy { max-width: 560px; }
.fsk-project-lead__copy h2 { margin: 0 0 18px; font-size: clamp(36px, 5vw, 56px); line-height: 1; letter-spacing: -.045em; }
.fsk-project-lead__copy > p:last-child { max-width: 480px; color: #475569; font-size: 17px; line-height: 1.65; }
@media (max-width: 980px) {
  .fsk-project-lead__grid { grid-template-columns: 1fr 430px; gap: 40px; }
}
@media (max-width: 820px) {
  .fsk-project-lead__grid { grid-template-columns: 1fr; }
  .fsk-project-lead__copy { max-width: 620px; }
}


/* ===== Отзывы (feskel_review) ===== */
.fsk-reviews { background: #fff; }
.fsk-reviews__carousel { position: relative; min-width: 0; }
.fsk-reviews__track { display: flex; gap: 18px; overflow-x: auto; padding: 8px 0 16px; scrollbar-width: none; }
.fsk-reviews__track::-webkit-scrollbar { display: none; }
.fsk-reviews__track > .fsk-review-card { flex: 0 0 320px; }
.fsk-review-card { position: relative; display: flex; flex-direction: column; min-height: 230px; padding: 24px 24px 20px; border: 1px solid var(--fsk-border); border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(14,43,69,.06); transition: box-shadow .2s ease, border-color .2s ease; }
.fsk-review-card:hover { border-color: var(--fsk-blue); box-shadow: 0 16px 38px rgba(14,43,69,.12); }
.fsk-review-card__link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.fsk-review-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.fsk-review-card__quote { display: grid; flex: 0 0 auto; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--fsk-blue); font-size: 22px; }
.fsk-review-card__project { margin: 0; color: var(--fsk-green-dark); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-align: right; text-transform: uppercase; }
.fsk-review-card__text { margin: 0 0 18px; color: var(--fsk-text); font-size: 14px; line-height: 1.65; }
.fsk-review-card__footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--fsk-border); color: var(--fsk-muted); font-size: 13px; }
.fsk-review-card__footer strong { display: block; margin-bottom: 8px; color: var(--fsk-navy); font-size: 14px; }
.fsk-review-card__audio { position: relative; z-index: 2; width: 100%; margin-top: 6px; }
.fsk-review-card__media { display: inline-flex; align-items: center; gap: 6px; color: var(--fsk-blue-dark); font-weight: 700; text-decoration: none; font-size: 13px; }
.fsk-review-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--fsk-blue-dark); font-weight: 700; text-decoration: none; font-size: 13px; }
.fsk-review-card:hover .fsk-review-card__more { color: var(--fsk-blue); }
.fsk-reviews-arrow { position: absolute; z-index: 3; top: 44%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--fsk-border); border-radius: 50%; background: #fff; color: var(--fsk-blue); box-shadow: var(--fsk-shadow); cursor: pointer; }
.fsk-reviews-arrow--prev { left: -22px; }
.fsk-reviews-arrow--next { right: -22px; }
.fsk-reviews__action { margin-top: 26px; text-align: center; }
.fsk-reviews__dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.fsk-reviews__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #cbd5e1; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.fsk-reviews__dot:hover { background: #94a3b8; }
.fsk-reviews__dot.is-active { background: var(--fsk-blue); transform: scale(1.3); }

/* Отзывы: страница-архив и карточка */
.fsk-reviews-catalog { padding: 40px 0 70px; }
.fsk-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fsk-reviews-grid .fsk-review-card { min-height: 0; }
.fsk-review-single__meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; color: var(--fsk-muted); font-size: 14px; }
.fsk-review-single__meta span { display: inline-flex; gap: 8px; align-items: center; }
.fsk-review-single__meta i { color: var(--fsk-blue); }
.fsk-review-single__body { padding: 40px 0 70px; }
.fsk-review-single__text { max-width: 780px; color: var(--fsk-text); font-size: 16px; line-height: 1.75; }
.fsk-review-single__text p { margin: 0 0 1.2em; }
.fsk-review-single__audio { width: 100%; max-width: 560px; margin: 24px 0; }
.fsk-review-single__video { display: block; width: 100%; max-width: 720px; margin: 24px 0; border-radius: 12px; background: #000; }

/* Галерея фотографий и медиа на странице отзыва */
.fsk-review-media { margin: 30px 0 0; }
.fsk-review-media h2,
.fsk-review-gallery h2 { margin: 0 0 16px; color: var(--fsk-navy); font-size: 20px; }
.fsk-review-media__note { margin: 0; color: var(--fsk-muted); font-size: 14px; }
.fsk-review-gallery { margin: 34px 0 0; }
.fsk-review-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fsk-review-gallery__item { display: block; overflow: hidden; border: 1px solid var(--fsk-border); border-radius: 10px; background: var(--fsk-subtle); }
.fsk-review-gallery__item img { display: block; width: 100%; height: 220px; object-fit: cover; transition: transform .25s ease; }
.fsk-review-gallery__item:hover img { transform: scale(1.04); }

@media (max-width: 980px) {
  .fsk-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .fsk-reviews__track > .fsk-review-card { flex-basis: 300px; }
  .fsk-review-gallery__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .fsk-reviews-grid { grid-template-columns: 1fr; }
  .fsk-reviews__track > .fsk-review-card { flex-basis: 82%; }
  .fsk-reviews-arrow--prev { left: -8px; }
  .fsk-reviews-arrow--next { right: -8px; }
  .fsk-review-gallery__grid { grid-template-columns: 1fr; }
  .fsk-review-gallery__item img { height: auto; }
}

/* ===== Наше портфолио ===== */
.fsk-portfolio-catalog { padding: 48px 0 80px; }
.fsk-portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 22px; }
.fsk-portfolio-card { overflow: hidden; border: 1px solid var(--fsk-border); border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(14, 43, 69, .07); transition: transform .25s ease, box-shadow .25s ease; }
.fsk-portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(14, 43, 69, .13); }
.fsk-portfolio-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1.45; background: #e8edf1; }
.fsk-portfolio-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fsk-portfolio-card:hover .fsk-portfolio-card__media img { transform: scale(1.035); }
.fsk-portfolio-card__count { position: absolute; right: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 6px; color: #fff; background: rgba(8, 19, 42, .72); font-size: 12px; }
.fsk-portfolio-card__body { padding: 22px; }
.fsk-portfolio-card__body h2 { margin: 0 0 10px; font-size: 21px; line-height: 1.25; }
.fsk-portfolio-card__body h2 a { color: var(--fsk-navy); text-decoration: none; }
.fsk-portfolio-card__body p { margin: 0 0 16px; color: var(--fsk-muted); font-size: 14px; line-height: 1.6; }
.fsk-portfolio-card__link { display: inline-flex; align-items: center; gap: 7px; color: var(--fsk-blue-dark); text-decoration: none; font-size: 14px; font-weight: 800; }

.fsk-portfolio-single__body { padding: 48px 0 80px; }
.fsk-gallery { margin-bottom: 40px; }
.fsk-gallery__main { position: relative; overflow: hidden; border-radius: 12px; background: #0e2b45; }
.fsk-gallery__main-img { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.fsk-gallery__main-img img { display: block; width: 100%; max-height: 640px; object-fit: contain; }
.fsk-gallery__arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 46px; height: 46px; place-items: center; transform: translateY(-50%); border: 0; border-radius: 50%; color: #fff; background: rgba(4, 19, 32, .55); font-size: 22px; cursor: pointer; transition: background .2s ease; }
.fsk-gallery__arrow:hover { background: rgba(4, 19, 32, .82); }
.fsk-gallery__arrow--prev { left: 14px; }
.fsk-gallery__arrow--next { right: 14px; }
.fsk-gallery__thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.fsk-gallery__thumb { width: 84px; height: 64px; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 7px; background: #e8edf1; cursor: pointer; opacity: .75; transition: opacity .2s ease, border-color .2s ease; }
.fsk-gallery__thumb.is-active { border-color: var(--fsk-blue); opacity: 1; }
.fsk-gallery__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fsk-portfolio-single__content { max-width: 820px; margin-bottom: 40px; color: #334155; font-size: 17px; line-height: 1.75; }
.fsk-portfolio-single__content > *:first-child { margin-top: 0; }

@media (max-width: 900px) {
  .fsk-portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .fsk-portfolio-grid { grid-template-columns: 1fr; }
  .fsk-gallery__thumb { width: 64px; height: 48px; }
  .fsk-gallery__arrow { width: 38px; height: 38px; font-size: 18px; }
}
