/* t3-expertise.css — T3 Expertise, mereni 1:1 sa Direction B v2 etalonom.
   SVE vrednosti doslovno iz "T3 Expertise.html" inline style objekata (bez derived spec-a).
   Etalon body NEMA line-height → elementi bez lh u source-u dobijaju `line-height: normal`. */

.t3-wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.dot { color: var(--red); }

/* T3 B_SectionLabel default = ink80 (isto kao T1); hero koristi B_Tag (mono 11) */
.t3-approach .section-label, .t3-disc .section-label,
.t3-featured .section-label, .t3-sectors .section-label { color: var(--ink80); }
.t3-approach .section-label::before, .t3-disc .section-label::before,
.t3-featured .section-label::before, .t3-sectors .section-label::before { background: var(--ink80); }

/* ── 1. HERO (image, dark) — visina FIKSNA 620/540/460, sadržaj dole ───────── */
.t3-hero { position: relative; height: 620px; background: var(--ink); overflow: hidden; }
.t3-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--t3-hero-bg); background-size: cover; background-position: center 40%;
  filter: contrast(1.05) brightness(0.82) saturate(0.9);
}
.t3-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,26,0.55) 0%, rgba(26,26,26,0.45) 45%, rgba(26,26,26,0.82) 100%);
}
.t3-hero__inner {
  position: absolute; inset: 0; padding-left: var(--pad); padding-right: var(--pad);
  display: flex; flex-direction: column; justify-content: flex-end; color: #fff;
}
.t3-hero__box { max-width: var(--maxw); margin: 0 auto; width: 100%; padding-bottom: 80px; }
/* B_Tag prosleđuje istu boju i crtici (0.85), za razliku od globalnog --light (0.5) */
.t3-hero .eyebrow--light { color: rgba(255,255,255,0.85); }
.t3-hero .eyebrow--light::before { background: rgba(255,255,255,0.85); }
.t3-hero__h1 { margin: 26px 0 0; max-width: 1100px; font-family: var(--font-display); font-weight: 500; font-size: 84px; line-height: 0.98; letter-spacing: -0.04em; color: #fff; }
.t3-hero__p { margin: 28px 0 0; max-width: 680px; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.82); }
@media (max-width: 1024px) { .t3-hero { height: 540px; } .t3-hero__h1 { font-size: 62px; } }
@media (max-width: 600px)  {
  .t3-hero { height: 460px; }
  .t3-hero__box { padding-bottom: 48px; }
  .t3-hero__h1 { margin-top: 18px; font-size: 40px; }
  .t3-hero__p { margin-top: 20px; font-size: 15.5px; }
}

/* ── 2. STATS (dark) — grid sa hairline okvirom, ćelija 40/0/36 ────────────── */
.t3-stats { background: var(--ink); color: #fff; padding: 72px var(--pad); }
.t3-stats__grid {
  max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1.5px solid rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.16);
}
.t3-stat { padding: 40px 0 36px; padding-left: 36px; border-left: 1px solid rgba(255,255,255,0.16); }
.t3-stat:nth-child(4n+1) { padding-left: 0; border-left: none; }
.t3-stat__num { font-family: var(--font-display); font-weight: 500; font-size: 72px; line-height: 0.9; letter-spacing: -0.03em; }
.t3-stat__label { margin-top: 18px; font-family: var(--font-mono); font-size: 11px; line-height: normal; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
@media (max-width: 600px) {
  .t3-stats { padding: 48px var(--pad); }
  .t3-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .t3-stat { padding-left: 20px; }
  .t3-stat:nth-child(4n+1) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,0.16); }
  .t3-stat:nth-child(2n+1) { padding-left: 0; border-left: none; }
  .t3-stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.16); }
  .t3-stat__num { font-size: 46px; }
}

/* ── 3. APPROACH — label mb24, h2 mb64, grid gap 48 ───────────────────────── */
.t3-approach { background: var(--bg); padding: 120px var(--pad); }
.t3-approach__in { max-width: var(--maxw); margin: 0 auto; }
.t3-approach .section-label { margin-bottom: 24px; }
.t3-approach__h2 { margin: 0 0 64px; max-width: 820px; font-family: var(--font-display); font-weight: 500; font-size: 64px; line-height: 0.98; letter-spacing: -0.035em; color: var(--ink); }
.t3-approach__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.t3-step { border-top: 2px solid var(--ink); padding-top: 26px; }
.t3-step__num { font-family: var(--font-mono); font-size: 13px; font-weight: 600; line-height: normal; color: var(--red); letter-spacing: 0.08em; }
.t3-step__title { margin-top: 18px; font-family: var(--font-display); font-weight: 500; font-size: 30px; line-height: normal; letter-spacing: -0.02em; color: var(--ink); }
.t3-step__desc { margin: 18px 0 1em; font-size: 15.5px; line-height: 1.6; color: var(--ink70); }
@media (max-width: 600px) {
  .t3-approach { padding: 64px var(--pad); }
  .t3-approach__h2 { margin-bottom: 40px; font-size: 34px; }
  .t3-approach__grid { grid-template-columns: 1fr; gap: 32px; }
  .t3-step__title { font-size: 26px; }
}

/* ── 4. ALL DISCIPLINES — bgDeep + tekstura .14 + gradient, kartice 4/3/2 ──── */
.t3-disc { background: var(--bg-deep); padding: 120px var(--pad); position: relative; overflow: hidden; }
.t3-disc__tex {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.05); opacity: 0.14; pointer-events: none;
}
.t3-disc__tex-veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(242,239,232,0.55) 0%, rgba(242,239,232,0.78) 100%);
}
.t3-disc__in { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 1; }
.t3-disc .section-label { margin-bottom: 24px; }
.t3-disc__h2 { margin: 0 0 64px; max-width: 720px; font-family: var(--font-display); font-weight: 500; font-size: 64px; line-height: 0.98; letter-spacing: -0.035em; color: var(--ink); }
.t3-disc__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.exp-card {
  display: flex; flex-direction: column; gap: 16px; height: 100%;
  background: var(--paper); border: 1px solid var(--ink15); padding: 28px; min-height: 256px;
  text-decoration: none; color: inherit;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .3s, box-shadow .4s;
}
.exp-card:hover { transform: translateY(-4px); border-color: rgba(26,26,26,0.55); box-shadow: 0 18px 40px -24px rgba(26,26,26,0.35); }
.exp-card__icon {
  width: 52px; height: 52px; background: var(--bg-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ink);
}
.exp-card__icon svg { width: 28px; height: 28px; }
.exp-card__name { font-family: var(--font-display); font-weight: 500; font-size: 20px; line-height: 1.1; letter-spacing: -0.015em; color: var(--ink); }
.exp-card__short { font-size: 13.5px; line-height: 1.5; color: var(--ink70); flex: 1; margin: 0; }
.exp-card__foot { margin-top: 4px; padding-top: 16px; border-top: 1px solid var(--ink15); display: flex; align-items: center; justify-content: space-between; }
.exp-card__count { font-family: var(--font-mono); font-size: 11px; line-height: normal; color: var(--ink50); letter-spacing: 0.04em; }
.exp-card__more { font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; line-height: normal; color: var(--red); letter-spacing: 0.06em; text-transform: uppercase; }
@media (max-width: 1024px) { .t3-disc__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) {
  .t3-disc { padding: 64px var(--pad); }
  .t3-disc__h2 { margin-bottom: 40px; font-size: 32px; }
  .t3-disc__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .exp-card { padding: 20px; min-height: 0; }
  .exp-card__name { font-size: 18px; }
}

/* ── 5. FEATURED — head grid 1fr auto, kartice 3/2/1, media 300px ──────────── */
.t3-featured { background: var(--bg); padding: 120px var(--pad); }
.t3-featured__in { max-width: var(--maxw); margin: 0 auto; }
.t3-featured__head { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: flex-end; margin-bottom: 56px; }
.t3-featured .section-label { margin-bottom: 24px; }
.t3-featured__h2 { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: 64px; line-height: 0.98; letter-spacing: -0.035em; color: var(--ink); }
.t3-featured__cta-wrap { line-height: normal; } /* etalon body nema lh; .rv wrapper inače nasledi 1.6 → +3px line-box */
.t3-featured__cta {
  font-family: var(--font-mono); font-size: 12px; font-weight: 600; line-height: normal;
  color: var(--ink); letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  border-bottom: 1.5px solid var(--red); padding-bottom: 4px; white-space: nowrap;
}
.t3-featured__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.t3-fcard { background: var(--paper); border: 1px solid var(--ink15); height: 100%; }
.t3-fcard__media { position: relative; height: 300px; overflow: hidden; background: var(--bg-deep); }
.t3-fcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.t3-fcard:hover img { transform: scale(1.05); }
.t3-fcard__tag {
  position: absolute; top: 14px; left: 14px; padding: 6px 11px; background: var(--bg); color: var(--ink);
  font-family: var(--font-mono); font-size: 10.5px; line-height: normal; letter-spacing: 0.06em; text-transform: uppercase;
}
.t3-fcard__body { padding: 24px; border-top: 1px solid var(--ink15); }
.t3-fcard__name { margin-bottom: 14px; font-family: var(--font-display); font-weight: 500; font-size: 22px; line-height: normal; letter-spacing: -0.02em; color: var(--ink); }
.t3-fcard__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-family: var(--font-mono); font-size: 11px; line-height: normal; color: var(--ink50); letter-spacing: 0.03em; }
@media (max-width: 1024px) { .t3-featured__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .t3-featured { padding: 64px var(--pad); }
  .t3-featured__head { grid-template-columns: 1fr; gap: 20px; align-items: flex-start; margin-bottom: 36px; }
  .t3-featured__h2 { font-size: 32px; }
  .t3-featured__grid { grid-template-columns: 1fr; }
}

/* ── 6. SECTORS — bgDeep, kartice 6/3/2, sans 14/600 ──────────────────────── */
.t3-sectors { background: var(--bg-deep); padding: 120px var(--pad); }
.t3-sectors__in { max-width: var(--maxw); margin: 0 auto; }
.t3-sectors .section-label { margin-bottom: 24px; }
.t3-sectors__h2 { margin: 0 0 56px; max-width: 820px; font-family: var(--font-display); font-weight: 500; font-size: 52px; line-height: 1; letter-spacing: -0.03em; color: var(--ink); }
.t3-sectors__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.t3-sector {
  background: var(--paper); border: 1px solid var(--ink15); padding: 22px; height: 100%;
  display: flex; flex-direction: column; gap: 18px; align-items: flex-start;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .3s;
}
.t3-sector:hover { transform: translateY(-3px); border-color: rgba(26,26,26,0.5); }
.t3-sector__icon { color: var(--ink); display: inline-flex; }
.t3-sector__icon svg { width: 30px; height: 30px; }
.t3-sector__name { font-family: var(--font-sans); font-size: 14px; font-weight: 600; line-height: 1.25; color: var(--ink); }
@media (max-width: 1024px) { .t3-sectors__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) {
  .t3-sectors { padding: 64px var(--pad); }
  .t3-sectors__h2 { margin-bottom: 36px; font-size: 30px; }
  .t3-sectors__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* ── 7. GET IN TOUCH (blue) — grid 1fr 1fr gap 96 ─────────────────────────── */
.t3-contact { background: var(--blue); color: #fff; padding: 120px var(--pad); }
.t3-contact__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: flex-start; }
.t3-contact .section-label { margin-bottom: 28px; }
.t3-contact .section-label--light { color: rgba(255,255,255,0.6); }
.t3-contact .section-label--light::before { background: rgba(255,255,255,0.6); }
.t3-contact__h2 { margin: 0; max-width: 520px; font-family: var(--font-display); font-weight: 500; font-size: 60px; line-height: 0.98; letter-spacing: -0.035em; color: #fff; }
.t3-contact__body { margin: 28px 0 1em; max-width: 480px; font-size: 16.5px; line-height: 1.6; color: rgba(255,255,255,0.78); }
.t3-contact__info { margin-top: 40px; display: flex; gap: 36px; flex-wrap: wrap; }
.t3-contact__clabel { display: block; font-family: var(--font-mono); font-size: 11px; line-height: normal; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.t3-contact__info a { display: inline-block; margin-top: 10px; font-family: var(--font-sans); font-size: 14.5px; font-weight: 600; line-height: normal; color: #fff; text-decoration: none; border-bottom: 1.5px solid var(--red); padding-bottom: 2px; }
.t3-contact__info span:last-child { display: block; margin-top: 10px; font-family: var(--font-mono); font-size: 14px; line-height: normal; color: #fff; }
/* Forma — etalon polje: bg .07, border .22, pad 15/16, sans 14, tekst-u-polju placeholder.
   BLOCK + margine (NE flex+gap): CF7 ubacuje skrivenu .screen-reader-response i hidden inpute
   koji bi kao flex-deca sa `gap` pravili fantomske 12px razmake → napihavali visinu. */
.t3-contact__form .wpcf7 { line-height: normal; }
.t3-contact__form .wpcf7-form { display: block; }
.t3-contact__form .wpcf7-form p { margin: 0; } /* CF7 wpautop obmota svako polje u <p> — default margine napihavale visinu ~112px */
.t3-contact__form .fld { margin: 0 0 12px; }
.t3-contact__form .fld > label { display: none; } /* placeholder nosi tekst; screen-reader-text ostaje za a11y */
.t3-contact__form .wpcf7-form-control-wrap { display: block; }
.t3-contact__form input, .t3-contact__form select, .t3-contact__form textarea {
  width: 100%; display: block; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.22); border-radius: 0;
  padding: 15px 16px; font-family: var(--font-sans); font-size: 14px; line-height: normal; color: #fff;
}
.t3-contact__form input::placeholder, .t3-contact__form textarea::placeholder { color: rgba(255,255,255,0.55); }
/* select: sopstveni ▾ (etalon ga crta desno) jer native strelica na tamnom nestaje */
.t3-contact__form select {
  color: rgba(255,255,255,0.55); appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
}
.t3-contact__form select option { color: var(--ink); }
/* height 130 (border-box) = etalon minHeight 130; bez ovoga CF7 rows="10" pravi ~200px */
.t3-contact__form textarea { height: 130px; min-height: 130px; resize: vertical; }
.t3-contact__form .t9-form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.t3-contact__form .t9-form-row2 .fld { margin-bottom: 0; }
/* consent — dokumentovana namerna devijacija (etalon nema GDPR; odluka Stevan 2026-07-20) */
.t3-contact__form .t3-consent { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 12px; }
.t3-contact__form .t3-consent .wpcf7-list-item { margin: 0; }
.t3-contact__form .t3-consent label { display: flex; align-items: flex-start; gap: 10px; font-family: var(--font-mono); font-size: 11.5px; line-height: 1.5; color: rgba(255,255,255,0.6); cursor: pointer; }
.t3-contact__form .t3-consent input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; accent-color: var(--red); padding: 0; }
.t3-contact__form .wpcf7-submit {
  display: inline-flex; margin-top: 6px; padding: 14px 24px;
  background: var(--red); border: 1.5px solid var(--red); color: #fff;
  font-family: var(--font-sans); font-size: 13px; font-weight: 500; letter-spacing: 0.02em; line-height: normal;
  cursor: pointer; border-radius: 0; width: auto;
}
.t3-contact__form .wpcf7-response-output { border: 1px solid rgba(255,255,255,0.3) !important; color: #fff; padding: 12px 16px !important; margin: 16px 0 0 !important; line-height: 1.5; }
.t3-contact__form .wpcf7-not-valid-tip { color: #ffb4b4; font-family: var(--font-mono); font-size: 11px; margin-top: 6px; }
@media (max-width: 1024px) { .t3-contact__grid { grid-template-columns: 1fr; gap: 44px; } }
@media (max-width: 600px) {
  .t3-contact { padding: 64px var(--pad); }
  .t3-contact__h2 { font-size: 34px; }
  .t3-contact__body { font-size: 15.5px; }
  .t3-contact__form .t9-form-row2 { grid-template-columns: 1fr; }
}
