/* ============================================================
   FIKY OUR SERVICES WIDGET — Scoped Stylesheet
   Wrapper: .fv-svc — fully independent from .fv-home
   ============================================================ */

.elementor-widget-fiky_services > .elementor-widget-container { padding: 0 !important; }

.fv-svc {
  --fv-bg:       #F8F5EF;
  --fv-bg2:      #F0EBE1;
  --fv-white:    #FDFCF9;
  --fv-dark:     #1C1B19;
  --fv-charcoal: #2E2D2B;
  --fv-terra:    #54725A;
  --fv-terra-dk: #3F5A45;
  --fv-sage:     #54725A;
  --fv-sage-lt:  #8DAA92;
  --fv-stone:    #C4B9A8;
  --fv-muted:    #7A7166;
  --fv-warm:     #E8DFD0;
  --fv-ease:     cubic-bezier(.25,.46,.45,.94);
  --fv-spring:   cubic-bezier(.16,1,.3,1);
  --fv-disp:     "EB Garamond", Georgia, serif;
  --fv-body:     "Outfit", sans-serif;
}

.fv-svc, .fv-svc *, .fv-svc *::before, .fv-svc *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.fv-svc {
  font-family: var(--fv-body);
  background: var(--fv-bg);
  color: var(--fv-dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.fv-svc img { max-width: 100%; height: auto; display: block; }
.fv-svc a { text-decoration: none; color: inherit; }
.fv-svc ul, .fv-svc ol { list-style: none; }
.fv-svc button { font-family: inherit; cursor: pointer; }

/* Reveal */
.fv-svc .fvr { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--fv-spring), transform .9s var(--fv-spring); }
.fv-svc .fvr.on { opacity: 1; transform: none; }
.fv-svc .fvr.d1 { transition-delay: .1s; }
.fv-svc .fvr.d2 { transition-delay: .2s; }
.fv-svc .fvr.d3 { transition-delay: .3s; }
.fv-svc .fvr.d4 { transition-delay: .4s; }

/* Shared */
.fv-svc .fv-eyebrow {
  font-family: var(--fv-body); font-size: 10px; font-weight: 500;
  letter-spacing: .28em; text-transform: uppercase; color: var(--fv-terra);
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.fv-svc .fv-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--fv-terra); flex-shrink: 0; }
.fv-svc .fv-eyebrow.light { color: rgba(255,255,255,.7); }
.fv-svc .fv-eyebrow.light::before { background: rgba(255,255,255,.4); }
.fv-svc .fv-eyebrow.center { justify-content: center; }
.fv-svc .fv-eyebrow.center::before { display: none; }

.fv-svc .fv-h2 {
  font-family: var(--fv-disp); font-weight: 500;
  font-size: clamp(32px, 4vw, 56px); line-height: 1.1;
  color: var(--fv-dark); margin-bottom: 20px;
}
.fv-svc .fv-h2 em { font-style: italic; }
.fv-svc .fv-h2.wh { color: #fff; }

.fv-svc .fv-btn-terra,
.fv-svc .fv-btn-outline-lt {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--fv-body); font-size: 11px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 15px 34px; text-decoration: none;
  transition: background .3s, transform .2s, gap .3s, border-color .3s, color .3s;
  white-space: nowrap;
}
.fv-svc .fv-btn-terra { color: #fff; background: var(--fv-terra); }
.fv-svc .fv-btn-terra:hover { background: var(--fv-terra-dk); transform: translateY(-2px); gap: 16px; }
.fv-svc .fv-btn-outline-lt { color: rgba(255,255,255,.8); background: transparent; border: 1.5px solid rgba(255,255,255,.35); }
.fv-svc .fv-btn-outline-lt:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }

/* ============================================================
   HERO
   ============================================================ */
.fv-svc .fv-hero {
  position: relative; min-height: 68vh;
  display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden;
}
.fv-svc .fv-hero-bg {
  position: absolute; inset: 0;
  background-position: center 30%; background-size: cover; background-repeat: no-repeat;
  transform: scale(1.04);
  animation: fv-svc-zoom 9s var(--fv-spring) forwards;
}
@keyframes fv-svc-zoom { to { transform: scale(1); } }
.fv-svc .fv-hero-ov {
  position: absolute; inset: 0;
  background: linear-gradient(170deg, rgba(28,27,25,.1) 0%, rgba(28,27,25,.35) 45%, rgba(28,27,25,.82) 100%);
}
.fv-svc .fv-hero-body { position: relative; z-index: 2; padding: 120px 28px 56px; }
.fv-svc .fv-hero-eyebrow {
  font-family: var(--fv-body); font-size: 10px; font-weight: 500;
  letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.7);
  display: flex; align-items: center; gap: 14px; margin-bottom: 20px;
  opacity: 0; animation: fv-svc-up .8s var(--fv-spring) .3s forwards;
}
.fv-svc .fv-hero-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--fv-terra); flex-shrink: 0; }
.fv-svc .fv-hero h1 {
  font-family: var(--fv-disp); font-weight: 500;
  font-size: clamp(40px, 6.5vw, 88px);
  line-height: 1.04; letter-spacing: -.02em;
  color: #fff; text-shadow: 0 3px 28px rgba(0,0,0,.3);
  max-width: 800px; margin-bottom: 24px;
  opacity: 0; transform: translateY(22px);
  animation: fv-svc-up 1.1s var(--fv-spring) .5s forwards;
}
.fv-svc .fv-hero h1 em { font-style: italic; }
.fv-svc .fv-hero-sub {
  font-family: var(--fv-body); font-size: 15px; font-weight: 300;
  line-height: 1.85; color: rgba(255,255,255,.72); max-width: 500px;
  opacity: 0; transform: translateY(16px);
  animation: fv-svc-up .9s var(--fv-spring) .72s forwards;
}
.fv-svc .fv-breadcrumb {
  position: absolute; bottom: 28px; right: 28px; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  opacity: 0; animation: fv-svc-fade .8s var(--fv-spring) 1s forwards;
}
.fv-svc .fv-breadcrumb a, .fv-svc .fv-breadcrumb span {
  font-family: var(--fv-body); font-size: 11px; font-weight: 400;
  letter-spacing: .06em; color: rgba(255,255,255,.45); text-decoration: none; transition: color .3s;
}
.fv-svc .fv-breadcrumb a:hover { color: var(--fv-terra); }
.fv-svc .fv-breadcrumb .sep { color: rgba(255,255,255,.2); }
.fv-svc .fv-breadcrumb .cur { color: rgba(255,255,255,.75); }
@media (min-width: 640px)  { .fv-svc .fv-hero-body { padding: 140px 52px 64px; } .fv-svc .fv-breadcrumb { right: 52px; } }
@media (min-width: 1024px) { .fv-svc .fv-hero-body { padding: 160px 80px 72px; } .fv-svc .fv-breadcrumb { right: 80px; } }

/* ============================================================
   INTRO BAND
   ============================================================ */
.fv-svc .fv-intro { background: var(--fv-dark); padding: 0; }
.fv-svc .fv-intro-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr;
  border-top: 3px solid var(--fv-terra);
}
.fv-svc .fv-intro-quote { padding: 56px 28px; border-bottom: 1px solid rgba(255,255,255,.07); }
.fv-svc .fv-intro-qt {
  font-family: var(--fv-disp); font-weight: 400; font-style: italic;
  font-size: clamp(20px, 3vw, 32px); line-height: 1.4;
  color: rgba(255,255,255,.88);
}
.fv-svc .fv-intro-body-col {
  padding: 56px 28px;
  display: flex; flex-direction: column; gap: 20px; justify-content: center;
}
.fv-svc .fv-intro-p {
  font-family: var(--fv-body); font-size: 14px; font-weight: 300;
  line-height: 1.9; color: rgba(255,255,255,.48);
}
@media (min-width: 860px) {
  .fv-svc .fv-intro-inner { grid-template-columns: 1.2fr 1fr; }
  .fv-svc .fv-intro-quote { padding: 64px 56px 64px 80px; border-bottom: none; border-right: 1px solid rgba(255,255,255,.07); }
  .fv-svc .fv-intro-body-col { padding: 64px 80px 64px 56px; }
}

/* ============================================================
   3 ELEMENTS
   ============================================================ */
.fv-svc .fv-elements { background: var(--fv-bg2); padding: 80px 28px; }
.fv-svc .fv-elements-inner { max-width: 1300px; margin: 0 auto; }
.fv-svc .fv-elements-head { margin-bottom: 52px; }
.fv-svc .fv-elem-grid { display: grid; grid-template-columns: 1fr; gap: 2px; }
.fv-svc .fv-elem-card {
  background: var(--fv-bg); padding: 40px 32px;
  display: flex; gap: 24px; align-items: flex-start;
  border-left: 3px solid transparent;
  transition: border-color .3s, background .3s;
  position: relative; overflow: hidden;
}
.fv-svc .fv-elem-card:hover { border-left-color: var(--fv-terra); background: var(--fv-white); }
.fv-svc .fv-elem-num {
  font-family: var(--fv-disp); font-size: clamp(52px, 6vw, 80px);
  font-weight: 800; color: rgba(0,0,0,.06); line-height: 1;
  flex-shrink: 0; letter-spacing: -.03em; transition: color .4s;
}
.fv-svc .fv-elem-card:hover .fv-elem-num { color: rgba(84,114,90,.14); }
.fv-svc .fv-elem-sub {
  font-family: var(--fv-body); font-size: 10px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--fv-terra);
  margin-bottom: 12px; display: block;
}
.fv-svc .fv-elem-t {
  font-family: var(--fv-disp); font-size: clamp(22px, 2.5vw, 28px); font-weight: 500;
  color: var(--fv-dark); margin-bottom: 10px; line-height: 1.15;
}
.fv-svc .fv-elem-p {
  font-family: var(--fv-body); font-size: 14px; font-weight: 300;
  line-height: 1.85; color: var(--fv-muted);
}
@media (min-width: 640px)  { .fv-svc .fv-elements { padding: 96px 48px; } }
@media (min-width: 860px)  { .fv-svc .fv-elem-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .fv-svc .fv-elements { padding: 100px 80px; } }

/* ============================================================
   SERVICE BLOCKS
   ============================================================ */
.fv-svc .fv-serv-blocks { background: var(--fv-bg); padding: 80px 28px; }
.fv-svc .fv-serv-blocks-inner { max-width: 1300px; margin: 0 auto; }
.fv-svc .fv-serv-blocks-head { text-align: center; margin-bottom: 80px; }
.fv-svc .fv-serv-blocks-head p {
  font-family: var(--fv-body); font-size: 15px; font-weight: 300;
  line-height: 1.85; color: var(--fv-muted); max-width: 520px; margin: 0 auto;
}
.fv-svc .fv-sblock {
  display: grid; grid-template-columns: 1fr;
  gap: 0; margin-bottom: 2px;
  background: var(--fv-bg2); overflow: hidden;
}
.fv-svc .fv-sblock:last-child { margin-bottom: 0; }
.fv-svc .fv-sblock-img { position: relative; overflow: hidden; }
.fv-svc .fv-sblock-img img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
  transition: transform .9s var(--fv-spring);
}
.fv-svc .fv-sblock:hover .fv-sblock-img img { transform: scale(1.04); }
.fv-svc .fv-sblock-badge {
  position: absolute; top: 0; left: 0;
  background: var(--fv-terra); color: #fff;
  font-family: var(--fv-disp); font-size: 12px; font-weight: 600;
  letter-spacing: .08em; padding: 10px 18px;
}
.fv-svc .fv-sblock-content { padding: 48px 32px; display: flex; flex-direction: column; justify-content: center; }
.fv-svc .fv-sblock-icon {
  width: 52px; height: 52px; background: var(--fv-bg);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; border: 1px solid var(--fv-warm);
}
.fv-svc .fv-sblock-icon svg { width: 22px; height: 22px; stroke: var(--fv-terra); fill: none; stroke-width: 1.5; }
.fv-svc .fv-sblock-h {
  font-family: var(--fv-disp); font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 500; line-height: 1.1; color: var(--fv-dark); margin-bottom: 16px;
}
.fv-svc .fv-sblock-p {
  font-family: var(--fv-body); font-size: 14px; font-weight: 300;
  line-height: 1.9; color: var(--fv-muted); margin-bottom: 24px;
}
.fv-svc .fv-sblock-list {
  list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 10px;
}
.fv-svc .fv-sblock-list li {
  font-family: var(--fv-body); font-size: 13px; font-weight: 300;
  line-height: 1.6; color: var(--fv-muted);
  display: flex; align-items: flex-start; gap: 12px;
}
.fv-svc .fv-sblock-list li::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--fv-terra); flex-shrink: 0; margin-top: 7px;
}
.fv-svc .fv-sblock-divider { width: 40px; height: 2px; background: var(--fv-terra); margin-bottom: 36px; }
@media (min-width: 640px)  { .fv-svc .fv-serv-blocks { padding: 96px 48px; } }
@media (min-width: 900px)  {
  .fv-svc .fv-serv-blocks { padding: 100px 80px; }
  .fv-svc .fv-sblock { grid-template-columns: 1fr 1fr; }
  .fv-svc .fv-sblock-img img { aspect-ratio: auto; min-height: 100%; }
  .fv-svc .fv-sblock.rev .fv-sblock-img { order: 2; }
  .fv-svc .fv-sblock.rev .fv-sblock-content { order: 1; }
  .fv-svc .fv-sblock-content { padding: 64px 52px; }
}
@media (min-width: 1200px) { .fv-svc .fv-sblock-content { padding: 80px 64px; } }

/* ============================================================
   PROCESS TIMELINE
   ============================================================ */
.fv-svc .fv-process { background: var(--fv-bg2); padding: 80px 28px; }
.fv-svc .fv-proc-inner { max-width: 1300px; margin: 0 auto; }
.fv-svc .fv-proc-head { margin-bottom: 64px; }
.fv-svc .fv-proc-head-desc {
  font-family: var(--fv-body); font-size: 15px; font-weight: 300;
  line-height: 1.85; color: var(--fv-muted); max-width: 480px; margin-top: 10px;
}
.fv-svc .fv-timeline { display: flex; flex-direction: column; }
.fv-svc .fv-titem {
  display: grid; grid-template-columns: 52px 1fr;
  gap: 0 28px; position: relative;
}
.fv-svc .fv-titem:not(:last-child)::after {
  content: ""; position: absolute;
  left: 25px; top: 52px; bottom: 0; width: 2px;
  background: linear-gradient(to bottom, var(--fv-stone) 0%, transparent 100%);
}
.fv-svc .fv-titem-left { display: flex; flex-direction: column; align-items: center; padding-top: 4px; }
.fv-svc .fv-titem-circle {
  width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid var(--fv-stone); background: var(--fv-bg2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fv-disp); font-size: 17px; font-weight: 600;
  color: var(--fv-dark); flex-shrink: 0; z-index: 1;
  transition: background .4s, border-color .4s, color .4s;
}
.fv-svc .fv-titem:hover .fv-titem-circle {
  background: var(--fv-terra); border-color: var(--fv-terra); color: #fff;
}
.fv-svc .fv-titem-content { padding: 4px 0 52px; }
.fv-svc .fv-titem:last-child .fv-titem-content { padding-bottom: 0; }
.fv-svc .fv-titem-t {
  font-family: var(--fv-disp); font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 500; color: var(--fv-dark); margin-bottom: 12px; line-height: 1.2;
}
.fv-svc .fv-titem-p {
  font-family: var(--fv-body); font-size: 14px; font-weight: 300;
  line-height: 1.9; color: var(--fv-muted);
}
@media (min-width: 640px)  { .fv-svc .fv-process { padding: 96px 48px; } }
@media (min-width: 900px)  {
  .fv-svc .fv-process { padding: 100px 80px; }
  .fv-svc .fv-timeline { flex-direction: row; }
  .fv-svc .fv-titem { grid-template-columns: 1fr; grid-template-rows: 52px 1fr; gap: 24px 0; }
  .fv-svc .fv-titem:not(:last-child)::after {
    left: 50px; top: 26px; bottom: auto;
    width: calc(100% - 24px); height: 2px;
    background: linear-gradient(to right, var(--fv-stone) 0%, transparent 100%);
  }
  .fv-svc .fv-titem-left { flex-direction: row; justify-content: flex-start; }
  .fv-svc .fv-titem-content { padding: 0 40px 0 0; }
  .fv-svc .fv-titem:last-child .fv-titem-content { padding-right: 0; }
}

/* ============================================================
   FEATURE IMAGE
   ============================================================ */
.fv-svc .fv-fullbleed {
  position: relative; min-height: 50vw; max-height: 560px; overflow: hidden; display: flex;
}
.fv-svc .fv-fb-img {
  position: absolute; inset: 0;
  background-position: center; background-size: cover; background-repeat: no-repeat;
}
.fv-svc .fv-fb-ov {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(28,27,25,.86) 0%, rgba(28,27,25,.45) 55%, rgba(28,27,25,.08) 100%);
}
.fv-svc .fv-fb-content {
  position: relative; z-index: 2; padding: 64px 28px;
  display: flex; flex-direction: column; justify-content: center; max-width: 680px;
}
.fv-svc .fv-fb-qt {
  font-family: var(--fv-disp); font-size: clamp(26px, 4vw, 50px);
  font-weight: 400; font-style: italic; line-height: 1.25; color: #fff; margin-bottom: 24px;
}
.fv-svc .fv-fb-rule { width: 48px; height: 2px; background: var(--fv-terra); margin-bottom: 20px; }
.fv-svc .fv-fb-sub {
  font-family: var(--fv-body); font-size: 14px; font-weight: 300;
  line-height: 1.8; color: rgba(255,255,255,.55);
}
@media (min-width: 640px)  { .fv-svc .fv-fb-content { padding: 80px 52px; } }
@media (min-width: 1024px) { .fv-svc .fv-fb-content { padding: 100px 80px; } }

/* ============================================================
   GALLERY (fixed layout - same fix as Home)
   ============================================================ */
.fv-svc .fv-gallery {
  display: grid; gap: 3px; padding: 3px;
  background: var(--fv-dark); grid-template-columns: 1fr 1fr;
}
.fv-svc .fv-gi { overflow: hidden; position: relative; }
.fv-svc .fv-gi img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .9s var(--fv-spring), filter .4s;
  filter: brightness(.88) saturate(.88); aspect-ratio: 1;
}
.fv-svc .fv-gi:hover img { transform: scale(1.06); filter: brightness(1) saturate(1); }
.fv-svc .fv-gi::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(84,114,90,0); transition: background .4s;
}
.fv-svc .fv-gi:hover::after { background: rgba(84,114,90,.1); }
.fv-svc .fv-gi:first-child { grid-row: span 2; }
.fv-svc .fv-gi:first-child img { aspect-ratio: auto; height: 100%; min-height: 360px; }
@media (min-width: 640px) {
  .fv-svc .fv-gallery { grid-template-columns: 1.4fr 1fr 1fr; }
  .fv-svc .fv-gi:first-child img { min-height: 500px; }
  .fv-svc .fv-gi:not(:first-child) img { aspect-ratio: 4/3; }
}

/* ============================================================
   CTA
   ============================================================ */
.fv-svc .fv-cta { background: var(--fv-charcoal); padding: 80px 28px; position: relative; overflow: hidden; }
.fv-svc .fv-cta::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--fv-terra); }
.fv-svc .fv-cta-inner {
  max-width: 1300px; margin: 0 auto; position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
.fv-svc .fv-cta-h {
  font-family: var(--fv-disp); font-weight: 500;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.04; letter-spacing: -.025em; color: #fff;
}
.fv-svc .fv-cta-h em { font-style: italic; color: var(--fv-terra); }
.fv-svc .fv-cta-p {
  font-family: var(--fv-body); font-size: 15px; font-weight: 300;
  line-height: 1.9; color: rgba(255,255,255,.52); margin-bottom: 36px;
}
.fv-svc .fv-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; }

@media (min-width: 640px)  { .fv-svc .fv-cta { padding: 96px 52px; } }
@media (min-width: 900px)  { .fv-svc .fv-cta { padding: 100px 80px; } .fv-svc .fv-cta-inner { grid-template-columns: 1fr 1fr; gap: 72px; } }

@keyframes fv-svc-up   { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes fv-svc-fade { from { opacity: 0; } to { opacity: 1; } }
