#fenek-diaries,
#fenek-diary-project {
  --fd-navy: #073f70;
  --fd-navy-deep: #063557;
  --fd-orange: #f36a21;
  --fd-orange-dark: #d94d0b;
  --fd-yellow: #ffd348;
  --fd-cream: #fff8eb;
  --fd-sky: #eaf7fb;
  --fd-ink: #173f5b;
  --fd-muted: #5d7688;
  --fd-border: #d7e5eb;
  --fd-heading: "Nunito", sans-serif;
  --fd-body: "Source Sans 3", sans-serif;
  color: var(--fd-ink);
  background: #fff;
  font-family: var(--fd-body);
  font-size: 18px;
  line-height: 1.55;
}

#fenek-diaries *,
#fenek-diary-project * { box-sizing: border-box; }
#fenek-diaries img,
#fenek-diary-project img { display: block; max-width: 100%; }
#fenek-diaries h1,
#fenek-diaries h2,
#fenek-diaries h3,
#fenek-diaries p,
#fenek-diary-project h1,
#fenek-diary-project h2,
#fenek-diary-project h3,
#fenek-diary-project p { margin-top: 0; }
#fenek-diaries h1,
#fenek-diaries h2,
#fenek-diaries h3,
#fenek-diary-project h1,
#fenek-diary-project h2,
#fenek-diary-project h3 {
  color: var(--fd-navy);
  font-family: var(--fd-heading);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.06;
}
#fenek-diaries h1,
#fenek-diary-project h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(48px, 5vw, 72px); }
#fenek-diaries h1 em,
#fenek-diary-project h1 em { display: block; color: var(--fd-orange); font-style: normal; }
#fenek-diaries h2,
#fenek-diary-project h2 { margin-bottom: 0; font-size: clamp(40px, 4.2vw, 60px); }
#fenek-diaries h3,
#fenek-diary-project h3 { margin-bottom: 12px; font-size: 25px; }

.fd-container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.fd-section { padding: 108px 0; }
.fd-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--fd-orange-dark); font-family: var(--fd-heading); font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.fd-eyebrow > span { width: 24px; height: 4px; background: var(--fd-yellow); border-radius: 9px; }
.fd-eyebrow-light { color: var(--fd-yellow); }
.fd-lead { max-width: 720px; margin-bottom: 0; color: var(--fd-ink); font-size: 22px; line-height: 1.55; }
.fd-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.fd-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 14px 24px; border: 2px solid transparent; border-radius: 14px; font-family: var(--fd-heading); font-size: 16px; font-weight: 900; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.fd-button:hover { transform: translateY(-2px); }
#fenek-diaries a.fd-button-primary,
#fenek-diaries a.fd-button-primary:visited,
#fenek-diary-project a.fd-button-primary,
#fenek-diary-project a.fd-button-primary:visited { color: #fff !important; background: var(--fd-orange-dark) !important; box-shadow: 0 12px 28px rgba(217,77,11,.18); }
#fenek-diaries a.fd-button-primary:hover,
#fenek-diary-project a.fd-button-primary:hover { color: #fff !important; background: var(--fd-orange) !important; }
#fenek-diaries a.fd-button-secondary,
#fenek-diaries a.fd-button-secondary:visited,
#fenek-diary-project a.fd-button-secondary,
#fenek-diary-project a.fd-button-secondary:visited { color: var(--fd-navy) !important; background: #fff !important; border-color: #bdd3de !important; }
#fenek-diaries a.fd-button-secondary:hover,
#fenek-diary-project a.fd-button-secondary:hover { color: var(--fd-orange-dark) !important; border-color: var(--fd-navy) !important; }

.fd-hero { position: relative; overflow: hidden; padding: 0; background: radial-gradient(circle at 11% 18%, #eefaf6 0, transparent 34%), linear-gradient(110deg, #fffef5 0%, #fff7ec 100%); }
.fd-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--fd-yellow), #42c4c1, var(--fd-orange)); content: ""; }
.fd-hero-grid { display: grid; min-height: 750px; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 66px; align-items: center; padding-top: 70px; padding-bottom: 78px; }
.fd-hero-copy { position: relative; z-index: 2; }
.fd-proof { display: flex; flex-wrap: wrap; margin: 38px 0 0; padding: 24px 0 0; border-top: 1px solid var(--fd-border); list-style: none; }
.fd-proof li { display: flex; min-width: 126px; flex-direction: column; padding: 0 20px; border-right: 1px solid var(--fd-border); }
.fd-proof li:first-child { padding-left: 0; }
.fd-proof li:last-child { border: 0; }
.fd-proof strong { color: var(--fd-orange-dark); font-family: var(--fd-heading); font-size: 24px; line-height: 1; }
.fd-proof span { margin-top: 6px; color: var(--fd-muted); font-size: 14px; line-height: 1.25; }
.fd-hero-visual { position: relative; margin: 0; padding: 44px 0 54px 34px; }
.fd-photo-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 4.35; border: 12px solid #fff; border-radius: 44% 44% 24px 24px; background: var(--fd-yellow); box-shadow: 0 30px 70px rgba(7,63,112,.18); }
#fenek-diaries .fd-photo-frame img,
#fenek-diaries .fd-photo-frame video,
#fenek-diary-project .fd-photo-frame img { width: 100% !important; height: 100% !important; min-height: 100% !important; object-fit: cover !important; object-position: center !important; }
.fd-project-hero .fd-photo-frame img { object-position: 52% center !important; }
.fd-hero-visual figcaption { position: absolute; right: -18px; bottom: 18px; max-width: 330px; padding: 18px 22px; color: var(--fd-navy); background: #fff; border-radius: 16px; box-shadow: 0 18px 40px rgba(7,63,112,.16); font-family: var(--fd-heading); font-weight: 900; line-height: 1.35; }
.fd-doodle { position: absolute; border: 4px solid #f5b18b; border-radius: 50%; }
.fd-doodle-one { top: 14px; left: -2px; width: 64px; height: 30px; transform: rotate(-14deg); }
.fd-doodle-two { right: -7px; bottom: 0; width: 44px; height: 44px; border-color: var(--fd-yellow); }

.fd-heading { margin-bottom: 52px; }
.fd-heading-split { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 80px; align-items: end; }
.fd-heading-split > p { max-width: 460px; margin-bottom: 4px; color: var(--fd-muted); font-size: 20px; }
.fd-heading-centered { max-width: 840px; margin-right: auto; margin-left: auto; text-align: center; }
.fd-heading-centered .fd-eyebrow { justify-content: center; }
.fd-heading-centered > p:last-child { margin: 22px 0 0; color: var(--fd-muted); font-size: 20px; }

.fd-reading { background: #fff; }
.fd-story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.fd-story-card { overflow: hidden; background: #fff; border: 1px solid var(--fd-border); border-radius: 26px; box-shadow: 0 18px 48px rgba(7,63,112,.08); }
.fd-story-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.fd-story-card div { padding: 30px 32px 34px; }
.fd-story-card span { color: var(--fd-orange-dark); font-family: var(--fd-heading); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.fd-story-card h3 { margin-top: 12px; }
.fd-story-card p { margin-bottom: 0; color: var(--fd-muted); }

.fd-inside { background: var(--fd-cream); }
.fd-inside-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: center; }
.fd-inside-copy > p:not(.fd-eyebrow) { margin: 26px 0; color: var(--fd-muted); font-size: 20px; }
.fd-checklist { margin: 0 0 30px; padding: 0; list-style: none; }
.fd-checklist li { position: relative; margin: 14px 0; padding-left: 32px; }
.fd-checklist li::before { position: absolute; left: 0; color: var(--fd-orange-dark); content: "✓"; font-weight: 900; }
#fenek-diaries a.fd-text-link,
#fenek-diaries a.fd-text-link:visited,
#fenek-diary-project a.fd-text-link,
#fenek-diary-project a.fd-text-link:visited { display: inline-flex; gap: 10px; color: var(--fd-navy) !important; font-family: var(--fd-heading); font-weight: 900; text-decoration: none; }
#fenek-diaries a.fd-text-link:hover,
#fenek-diary-project a.fd-text-link:hover { color: var(--fd-orange-dark) !important; }
.fd-gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; align-items: end; }
.fd-gallery figure { overflow: hidden; margin: 0; border: 10px solid #fff; border-radius: 24px; box-shadow: 0 18px 42px rgba(7,63,112,.12); transform: rotate(2deg); }
.fd-gallery .fd-gallery-main { transform: rotate(-2deg); }
.fd-gallery img { width: 100%; min-height: 260px; object-fit: cover; }

.fd-journey { background: #fff; }
.fd-country-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fd-country-grid article { display: flex; min-height: 220px; flex-direction: column; padding: 28px; border: 1px solid var(--fd-border); border-radius: 22px; background: #eef8fc; }
.fd-country-grid article:nth-child(2) { background: #fff4ed; }
.fd-country-grid article:nth-child(3) { background: #fff9df; }
.fd-country-grid article:nth-child(4) { background: #edf8f1; }
.fd-country-grid span { color: var(--fd-orange-dark); font-family: var(--fd-heading); font-size: 13px; font-weight: 900; }
.fd-country-grid strong { margin-top: auto; color: var(--fd-navy); font-family: var(--fd-heading); font-size: 27px; font-weight: 900; }
.fd-country-grid small { margin-top: 8px; color: var(--fd-muted); font-size: 15px; }

.fd-map-section { overflow: hidden; background: #fff; }
.fk-switch,
.fk-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.fk-switch { margin: -14px auto 20px; }
.fk-switch button,
.fk-filters button {
  min-height: 46px;
  padding: 10px 17px;
  color: var(--fd-navy);
  background: #fff;
  border: 1px solid var(--fd-border);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--fd-heading);
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.fk-switch button:hover,
.fk-filters button:hover { border-color: var(--fd-orange); transform: translateY(-2px); }
.fk-switch button.active { color: #fff; background: var(--fd-navy); border-color: var(--fd-navy); }
.fk-filters { min-height: 48px; margin-bottom: 34px; }
.fk-filters.hidden { display: none; }
.fk-filters .fk-chip { min-height: 40px; padding: 8px 14px; }
.fk-filters .fk-chip.active { color: #fff; background: var(--fd-navy); border-color: transparent; }
.fk-chip .sw { display: inline-block; width: 10px; height: 10px; margin-right: 7px; border-radius: 50%; }
.fk-map-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 28px; align-items: start; }
.fk-map-stage {
  position: relative;
  display: grid;
  min-height: 630px;
  place-items: center;
  padding: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, #f3fbfd 0%, #fff9e9 100%);
  border: 1px solid var(--fd-border);
  border-radius: 28px;
}
.fk-map-stage svg { display: block; width: 100%; max-width: 690px; max-height: 650px; overflow: visible; filter: drop-shadow(0 16px 24px rgba(7,63,112,.09)); }
.fk-poland { fill: #fff; stroke: #9ebdca; stroke-linejoin: round; stroke-width: 3; }
.fk-pin { cursor: pointer; outline: none; transition: opacity .2s ease; }
.fk-pin .body { stroke: #fff; stroke-width: 2.5; transition: r .18s ease, filter .18s ease; }
.fk-pin .hit { fill: transparent; }
.fk-pin:hover .body,
.fk-pin:focus .body,
.fk-pin.sel .body { r: 10; filter: drop-shadow(0 3px 4px rgba(7,63,112,.35)); }
.fk-pin.sel .body { stroke: var(--fd-navy); stroke-width: 3; }
.fk-pin.dim { opacity: .12; }
.fk-pin.off { pointer-events: none; }
.fk-tooltip {
  position: absolute;
  z-index: 4;
  max-width: 230px;
  padding: 8px 11px;
  color: #fff;
  background: var(--fd-navy-deep);
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(7,63,112,.22);
  font-size: 13px;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 14px));
  transition: opacity .15s ease;
}
.fk-tooltip.show { opacity: 1; }
.fk-legend { margin: 16px 0 0; color: var(--fd-muted); font-size: 14px; text-align: center; }
#fenek-diaries .fk-detail {
  position: sticky;
  top: 30px;
  min-height: 430px;
  padding: 34px;
  color: #fff !important;
  background: #073f70 !important;
  border-radius: 26px;
  box-shadow: 0 22px 50px rgba(7,63,112,.14);
}
#fenek-diaries .fk-detail,
#fenek-diaries .fk-detail p { color: #fff !important; }
.fk-detail-empty { display: grid; min-height: 350px; place-items: center; align-content: center; color: #dce9ef; text-align: center; }
.fk-detail-empty .big { font-size: 52px; }
.fk-detail-empty p { max-width: 250px; margin: 18px auto 0; color: #dce9ef; }
.fk-d-tom { display: inline-flex; padding: 7px 12px; color: #fff; border-radius: 999px; font-family: var(--fd-heading); font-size: 13px; font-weight: 900; }
#fenek-diaries .fk-detail .fk-d-city {
  margin-top: 24px;
  color: #fff !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
}
.fk-d-chap { margin-top: 8px; color: #cfe0e8; font-size: 15px; }
.fk-d-chap em { color: #fff; font-style: normal; font-weight: 700; }
.fk-d-block { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.fk-d-block .h { color: var(--fd-yellow); font-family: var(--fd-heading); font-size: 14px; font-weight: 900; }
.fk-d-block p { margin: 8px 0 0; color: #e8f0f4; font-size: 15px; line-height: 1.45; }
.fk-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
#fenek-diaries .fk-detail .fk-tag {
  padding: 5px 9px;
  color: #073f70 !important;
  background: #fff8eb;
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 12px;
  font-weight: 800;
}
.fk-d-q { margin-top: 22px; padding: 15px 17px; background: rgba(255,211,72,.13); border-left: 4px solid var(--fd-yellow); border-radius: 8px; }
#fenek-diaries .fk-detail .fk-d-q {
  background: #fff3d9;
  border-left-color: #ffd348;
}
#fenek-diaries .fk-detail .fk-d-q p {
  margin: 0;
  color: #073f70 !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 900;
}
#fenek-diaries a.fk-d-link,
#fenek-diaries a.fk-d-link:visited { display: inline-flex; margin-top: 20px; color: var(--fd-yellow) !important; font-family: var(--fd-heading); font-weight: 900; text-decoration: none; }
#fenek-diaries a.fk-d-link:hover { color: #fff !important; }

.fd-voices { background: linear-gradient(180deg, #f5fafc 0, #fff 100%); }
.fd-quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fd-quote-grid blockquote { display: flex; min-height: 330px; flex-direction: column; margin: 0; padding: 42px; border-radius: 26px; background: var(--fd-navy); }
.fd-quote-grid blockquote:nth-child(2) { background: #fff; border: 1px solid var(--fd-border); }
.fd-quote-grid p { color: #fff; font-family: var(--fd-heading); font-size: clamp(23px, 2vw, 31px); font-weight: 800; line-height: 1.4; }
.fd-quote-grid blockquote:nth-child(2) p { color: var(--fd-navy); }
.fd-quote-grid footer { margin-top: auto; }
.fd-quote-grid strong,
.fd-quote-grid span { display: block; }
.fd-quote-grid strong { color: var(--fd-yellow); font-family: var(--fd-heading); }
.fd-quote-grid blockquote:nth-child(2) strong { color: var(--fd-orange-dark); }
.fd-quote-grid span { margin-top: 4px; color: #d5e5ed; font-size: 14px; }
.fd-quote-grid blockquote:nth-child(2) span { color: var(--fd-muted); }

.fd-author { background: #fff; }
.fd-author-grid { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: center; }
.fd-author figure { margin: 0; padding: 26px; border-radius: 46% 46% 24px 24px; background: var(--fd-yellow); }
.fd-author figure img { width: 100%; border: 10px solid #fff; border-radius: 50%; }
.fd-author-grid > div > p:not(.fd-eyebrow) { max-width: 720px; color: var(--fd-muted); font-size: 19px; }
.fd-author-grid .fd-author-lead { margin-top: 26px; color: var(--fd-ink) !important; font-size: 22px !important; }

.fd-project-bridge { padding-top: 0; background: #fff; }
.fd-project-box { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 58px; color: #fff; background: var(--fd-navy); border-radius: 28px; }
.fd-project-box h2 { color: #fff !important; }
.fd-project-box p:not(.fd-eyebrow) { max-width: 760px; margin: 24px 0 0; color: #dce9ef; font-size: 19px; }
#fenek-diaries a.fd-button-yellow,
#fenek-diaries a.fd-button-yellow:visited,
#fenek-diary-project a.fd-button-yellow,
#fenek-diary-project a.fd-button-yellow:visited { color: var(--fd-navy) !important; background: var(--fd-yellow) !important; }

.fd-packages { background: var(--fd-cream); }
.fd-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.fd-package-grid article { display: flex; min-height: 600px; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--fd-border); border-radius: 24px; }
.fd-package-grid .fd-package-featured { border: 3px solid var(--fd-orange); box-shadow: 0 22px 50px rgba(7,63,112,.12); transform: translateY(-10px); }
.fd-package-image { display: grid; height: 270px; place-items: center; margin: -8px -8px 24px; padding: 18px; background: #f5fafc; border-radius: 18px; }
.fd-package-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fd-package-label { margin-bottom: 10px; color: var(--fd-orange-dark); font-family: var(--fd-heading); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.fd-package-grid article > p:not(.fd-package-label) { color: var(--fd-muted); }
.fd-price { display: flex; flex-wrap: wrap; gap: 5px 12px; align-items: baseline; margin-top: auto; padding-top: 22px; }
.fd-price strong { color: var(--fd-navy); font-family: var(--fd-heading); font-size: clamp(28px, 3vw, 36px); font-weight: 900; line-height: 1; }
.fd-price del { color: var(--fd-muted); font-size: 18px; font-weight: 700; text-decoration-color: var(--fd-orange); text-decoration-thickness: 2px; }
.fd-price small { flex-basis: 100%; color: var(--fd-orange-dark); font-size: 14px; font-weight: 800; }
.fd-package-featured .fd-price strong { color: var(--fd-orange-dark); }
.fd-package-grid .fd-button { margin-top: 18px; }
.fd-store-note { margin: 30px 0 0; color: var(--fd-muted); font-size: 15px; text-align: center; }

.fd-origin { background: #fff; }
.fd-origin-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.fd-origin-grid p { color: var(--fd-muted); font-size: 19px; }
.fd-origin-grid .fd-origin-lead { color: var(--fd-ink); font-size: 23px; }

.fd-process { background: var(--fd-cream); }
.fd-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.fd-step-grid li { min-height: 350px; padding: 30px; background: #fff; border: 1px solid var(--fd-border); border-radius: 22px; }
.fd-step-grid span,
.fd-offer-grid > article > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--fd-navy); background: var(--fd-yellow); border-radius: 50%; font-family: var(--fd-heading); font-weight: 900; }
.fd-step-grid h3 { margin-top: 54px; }
.fd-step-grid p { color: var(--fd-muted); font-size: 16px; }

.fd-benefits { background: #fff; }
.fd-benefits-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.fd-benefits-grid > div:first-child > p:last-child { margin: 28px 0 0; color: var(--fd-muted); font-size: 20px; }
.fd-benefit-list article { display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--fd-border); }
.fd-benefit-list article:first-child { padding-top: 0; }
.fd-benefit-list article > span { display: grid; width: 54px; height: 54px; place-items: center; color: #fff; background: var(--fd-navy); border-radius: 16px; font-family: var(--fd-heading); font-weight: 900; }
.fd-benefit-list p { margin-bottom: 0; color: var(--fd-muted); }

.fd-case { background: #eef8fc; }
.fd-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.fd-case figure { overflow: hidden; margin: 0; border: 12px solid #fff; border-radius: 28px; box-shadow: 0 20px 50px rgba(7,63,112,.12); }
.fd-case figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fd-case-grid > div > p:not(.fd-eyebrow) { margin: 26px 0 0; color: var(--fd-muted); font-size: 19px; }
.fd-case-note { padding: 18px 20px; background: #fff; border-left: 5px solid var(--fd-yellow); border-radius: 8px; }

.fd-offer { background: #fff; }
.fd-offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fd-offer-grid article { min-height: 300px; padding: 28px; background: #fff; border: 1px solid var(--fd-border); border-radius: 22px; }
.fd-offer-grid article h3 { margin-top: 48px; }
.fd-offer-grid article p { color: var(--fd-muted); font-size: 16px; }
.fd-offer-grid .fd-offer-price { color: #fff; background: var(--fd-navy); border-color: var(--fd-navy); }
.fd-offer-grid .fd-offer-price h3,
.fd-offer-grid .fd-offer-price p { color: #fff; }

.fd-series-bridge { background: var(--fd-navy); }
.fd-series-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.fd-series-grid h2 { color: #fff !important; }
.fd-series-grid p:not(.fd-eyebrow) { max-width: 720px; margin: 24px 0 30px; color: #dce9ef; font-size: 19px; }
.fd-series-grid figure { display: grid; min-height: 360px; place-items: center; margin: 0; padding: 30px; background: #fff; border-radius: 26px; }
.fd-series-grid figure img { max-height: 340px; object-fit: contain; }

.fd-faq { background: #fff; }
.fd-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.fd-accordion details { border-bottom: 1px solid var(--fd-border); }
.fd-accordion summary { position: relative; padding: 25px 50px 25px 0; color: var(--fd-navy); cursor: pointer; font-family: var(--fd-heading); font-size: 20px; font-weight: 900; list-style: none; }
.fd-accordion summary::-webkit-details-marker { display: none; }
.fd-accordion summary::after { position: absolute; top: 22px; right: 4px; display: grid; width: 32px; height: 32px; place-items: center; color: var(--fd-navy); background: var(--fd-sky); border-radius: 50%; content: "+"; }
.fd-accordion details[open] summary::after { content: "−"; }
.fd-accordion details p { margin: 0; padding: 0 52px 24px 0; color: var(--fd-muted); }

.fd-final { padding: 92px 0; color: #fff; background: var(--fd-navy-deep); }
.fd-final h2 { max-width: 780px; color: #fff !important; }
.fd-final-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.fd-final-inner > div:first-child > p:not(.fd-eyebrow) { max-width: 760px; margin: 24px 0 0; color: #dce9ef; font-size: 18px; }
.fd-final-actions { display: flex; flex-direction: column; gap: 12px; }
#fenek-diaries a.fd-button-outline,
#fenek-diaries a.fd-button-outline:visited,
#fenek-diary-project a.fd-button-outline,
#fenek-diary-project a.fd-button-outline:visited { color: #fff !important; border-color: rgba(255,255,255,.5) !important; }

@media (max-width: 1080px) {
  .fd-hero-grid { grid-template-columns: 1fr 410px; gap: 36px; }
  .fd-country-grid,
  .fd-step-grid,
  .fd-offer-grid { grid-template-columns: repeat(2, 1fr); }
  .fk-map-layout { grid-template-columns: 1fr; }
  .fk-detail { position: static; min-height: 0; }
}

@media (max-width: 880px) {
  .fd-section { padding: 80px 0; }
  .fd-hero { padding: 0; }
  .fd-hero-grid,
  .fd-heading-split,
  .fd-inside-grid,
  .fd-author-grid,
  .fd-project-box,
  .fd-origin-grid,
  .fd-benefits-grid,
  .fd-case-grid,
  .fd-series-grid,
  .fd-faq-grid,
  .fd-final-inner { grid-template-columns: 1fr; gap: 44px; }
  .fd-hero-grid { padding-top: 62px; }
  .fd-hero-visual { max-width: 520px; margin: 0 auto; }
  .fd-author figure { max-width: 380px; }
  .fd-package-grid { grid-template-columns: 1fr; }
  .fd-package-grid .fd-package-featured { transform: none; }
  .fd-package-grid article { min-height: 0; }
  .fd-project-box { margin-right: 24px; margin-left: 24px; padding: 44px; }
}

@media (max-width: 640px) {
  #fenek-diaries,
  #fenek-diary-project { font-size: 17px; }
  .fd-container { width: min(100% - 32px, 1220px); }
  .fd-section { padding: 66px 0; }
  .fd-hero { padding: 0; }
  #fenek-diaries h1,
  #fenek-diary-project h1 { font-size: clamp(40px, 12vw, 54px); }
  #fenek-diaries h2,
  #fenek-diary-project h2 { font-size: clamp(34px, 10vw, 45px); }
  .fd-actions { flex-direction: column; }
  .fd-button { width: 100%; }
  .fd-proof li { width: 50%; min-width: 0; margin-bottom: 20px; padding: 0 14px; }
  .fd-proof li:nth-child(odd) { padding-left: 0; }
  .fd-proof li:nth-child(even) { border-right: 0; }
  .fd-story-grid,
  .fd-quote-grid,
  .fd-country-grid,
  .fd-step-grid,
  .fd-offer-grid { grid-template-columns: 1fr; }
  .fk-map-stage { min-height: 440px; padding: 18px; border-radius: 20px; }
  .fk-switch { display: grid; grid-template-columns: 1fr 1fr; }
  .fk-switch button { width: 100%; }
  .fk-filters { justify-content: flex-start; flex-wrap: nowrap; padding-bottom: 8px; overflow-x: auto; }
  .fk-filters .fk-chip { flex: 0 0 auto; }
  .fk-detail { padding: 26px; border-radius: 20px; }
  .fd-gallery { grid-template-columns: 1fr; }
  .fd-gallery figure { transform: none !important; }
  .fd-story-card div,
  .fd-quote-grid blockquote { padding: 28px; }
  .fd-project-box { margin: 0 16px; padding: 32px 24px; }
  .fd-hero-visual { padding-left: 0; }
  .fd-hero-visual figcaption { position: relative; right: auto; bottom: auto; max-width: none; margin: -30px 16px 0; }
  .fd-photo-frame { border-width: 8px; }
  .fd-final-actions { width: 100%; }
}
