/* Vahap TECİM anasayfa — Astra child (turuncu / beyaz) */

.vt-front {
  --vt-orange-deep: #c2410c;
  --vt-orange: #ea580c;
  --vt-orange-soft: #fb923c;
  --vt-cream: #fffbf7;
  --vt-shell: #fff8f3;
  --vt-shadow: rgba(234, 88, 12, 0.12);
  --vt-font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --vt-font-serif: "Cormorant Garamond", Georgia, serif;
}

.vt-front,
.vt-front * {
  box-sizing: border-box;
}

.vt-front {
  font-family: var(--vt-font-sans);
  color: #1f2937;
  overflow-x: hidden;
}

.vt-shell {
  background: linear-gradient(180deg, #ffffff 0%, var(--vt-cream) 40%, var(--vt-shell) 100%);
}

.vt-muted {
  color: #57534e;
}

/* Hero */
.vt-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 720px);
  display: grid;
  align-items: stretch;
}

.vt-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vt-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  transform: scale(1.03);
}

.vt-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118deg,
    rgba(255, 255, 255, 0.93) 0%,
    rgba(255, 243, 230, 0.88) 38%,
    rgba(251, 146, 60, 0.45) 74%,
    rgba(234, 88, 12, 0.55) 100%
  );
}

.vt-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: multiply;
}

.vt-hero__layout {
  position: relative;
  z-index: 2;
  max-width: min(1180px, 94vw);
  margin-inline: auto;
  padding-block: clamp(3.75rem, 8vw, 6rem);
  padding-inline: 1rem;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .vt-hero__layout {
    grid-template-columns: 1.12fr 0.88fr;
    align-items: center;
  }
}

.vt-chip {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(234, 88, 12, 0.25);
  color: var(--vt-orange-deep);
}

.vt-hero__lead {
  position: relative;
}

.vt-brand-lockup {
  display: flex;
  align-items: stretch;
  gap: 1.05rem;
  max-width: min(560px, 100%);
  padding: 0.85rem 1.1rem;
  border-radius: 1.45rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 243, 0.92) 100%);
  border: 1px solid rgba(234, 88, 12, 0.22);
  box-shadow:
    0 12px 34px rgba(234, 88, 12, 0.12),
    0 26px 56px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
}

.vt-brand-lockup__sigil {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: clamp(5.25rem, 16vw, 6.5rem);
  border-radius: 1.1rem;
  background: radial-gradient(circle at 30% 25%, #fff7ed, #ffedd5);
  border: 1px solid rgba(234, 88, 12, 0.2);
}

.vt-brand-lockup__svg {
  width: 100%;
  height: auto;
  max-width: 72px;
  padding: 0.5rem;
}

.vt-brand-lockup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
  min-width: 0;
}

.vt-brand-lockup__line1 {
  margin: 0;
  font-size: clamp(0.88rem, 2.2vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9a3412;
}

.vt-brand-lockup__line2 {
  margin: 0;
}

.vt-brand-lockup__name {
  position: relative;
  display: inline-block;
}

.vt-brand-lockup__name-base {
  margin: 0;
  font-family: var(--vt-font-serif);
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #0f172a;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.vt-brand-lockup__name-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  font-family: var(--vt-font-serif);
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: transparent;
  white-space: nowrap;
  background-image: linear-gradient(
    95deg,
    rgba(255, 247, 237, 0) 15%,
    rgba(255, 255, 255, 0.98) 40%,
    rgba(251, 146, 60, 0.92) 50%,
    rgba(255, 255, 255, 0.98) 60%,
    rgba(255, 247, 237, 0) 85%
  );
  background-size: 240% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: vt-brand-light-sweep 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes vt-brand-light-sweep {
  0%,
  15% {
    background-position: 120% 50%;
  }

  62%,
  100% {
    background-position: -120% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vt-brand-lockup__name-shine {
    animation: none;
    opacity: 0;
  }
}

.vt-hero__title {
  margin: 1.5rem 0 0;
  font-family: var(--vt-font-serif);
  font-weight: 600;
  font-size: clamp(2.65rem, 5vw, 3.85rem);
  line-height: 1.06;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.vt-hero__title span {
  color: transparent;
  background: linear-gradient(105deg, var(--vt-orange-deep), var(--vt-orange-soft));
  -webkit-background-clip: text;
  background-clip: text;
}

.vt-hero__tagline {
  margin: 1rem 0 0;
  max-width: 34ch;
  font-size: 1.065rem;
  line-height: 1.62;
}

.vt-cta-row {
  margin-top: 1.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.vt-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--vt-orange) 0%, var(--vt-orange-deep) 100%);
  box-shadow: 0 16px 36px rgba(234, 88, 12, 0.35);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vt-btn-primary:hover,
.vt-btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(234, 88, 12, 0.4);
  color: #fff;
}

.vt-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--vt-orange-deep);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(234, 88, 12, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.vt-btn-ghost:hover,
.vt-btn-ghost:focus-visible {
  background: #fff;
  border-color: var(--vt-orange);
  color: var(--vt-orange-deep);
}

.vt-hero__panel {
  border-radius: 1.5rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 237, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 28px 70px var(--vt-shadow);
}

.vt-hero__panel h3 {
  margin: 0 0 0.75rem;
  font-family: var(--vt-font-serif);
  font-size: 1.45rem;
  color: #0f172a;
}

.vt-pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.vt-pill-list li {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(234, 88, 12, 0.08);
  color: var(--vt-orange-deep);
}

.vt-hero__meta {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(234, 88, 12, 0.12);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Section heading */
.vt-section {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.vt-section--alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 247, 237, 0.55) 45%, rgba(255, 255, 255, 0) 100%);
}

.vt-section__head {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
  padding-inline: 0.5rem;
}

.vt-section__head::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: clamp(1.25rem, 3vw, 1.75rem) auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--vt-orange-soft), var(--vt-orange-deep), transparent);
  opacity: 0.95;
}

.vt-section__head::before {
  content: "";
  position: absolute;
  inset: auto 50% 100% 50%;
  width: min(620px, 88vw);
  height: clamp(104px, 18vw, 140px);
  transform: translateX(-50%) translateY(-12px);
  background: radial-gradient(ellipse at 50% 100%, rgba(251, 146, 60, 0.2), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.vt-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vt-orange);
  position: relative;
  z-index: 1;
}

.vt-section__title {
  margin: 0;
  font-family: var(--vt-font-serif);
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  font-weight: 600;
  color: #111827;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.vt-section__sub {
  margin: 0.75rem auto 0;
  max-width: 54ch;
  font-size: 1.035rem;
  line-height: 1.62;
  position: relative;
  z-index: 1;
}

/* Expertise grid — masaüstünde dört kart tek satır .
 */
.vt-cards {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .vt-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .vt-cards {
    grid-template-columns: 1fr;
  }
}

.vt-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 1.55rem 1.15rem 1.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 88%);
  border: 1px solid rgba(234, 88, 12, 0.12);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.05);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vt-card:hover,
.vt-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px rgba(234, 88, 12, 0.15);
  border-color: rgba(234, 88, 12, 0.35);
  outline: none;
}

.vt-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--vt-orange), var(--vt-orange-soft));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.vt-card:hover::after,
.vt-card:focus-visible::after {
  opacity: 1;
}

.vt-card__icon {
  width: 118px;
  height: 118px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border-radius: 1.05rem;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), rgba(255, 236, 213, 0.55));
}

.vt-card__icon img {
  max-width: 88px;
  height: auto;
}

.vt-card h3 {
  margin: 1.15rem 0 0;
  font-family: var(--vt-font-serif);
  font-size: 1.375rem;
  font-weight: 600;
  color: #0f172a;
}

.vt-card .vt-card__hint {
  margin-top: 0.5rem;
  font-size: 0.865rem;
  color: var(--vt-orange-deep);
  font-weight: 600;
}

/* Projects */
.vt-projects {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .vt-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .vt-projects {
    grid-template-columns: 1fr;
  }
}

.vt-project {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid rgba(234, 88, 12, 0.1);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.vt-project:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 64px rgba(234, 88, 12, 0.12);
}

.vt-project a {
  text-decoration: none;
  color: inherit;
}

.vt-project__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.vt-project__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.vt-project:hover .vt-project__thumb img {
  transform: scale(1.04);
}

.vt-project__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--vt-orange-deep);
}

.vt-project__body {
  padding: 1.35rem 1.35rem 1.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.vt-project__body h3 {
  margin: 0;
  font-family: var(--vt-font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.26;
}

.vt-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.82rem;
  color: #6b7280;
}

.vt-meta__likes {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  font-weight: 600;
  color: var(--vt-orange-deep);
}

.vt-project__body p {
  margin: 0;
  flex: 1;
  font-size: 0.93rem;
  line-height: 1.62;
}

.vt-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--vt-orange);
}

.vt-center-btn {
  text-align: center;
  margin-top: 2.5rem;
}

/* Articles timeline-inspired */
.vt-articles-wrap {
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 1rem;
  border-left: 3px solid;
  border-image: linear-gradient(180deg, var(--vt-orange-soft), var(--vt-orange-deep)) 1;
  padding-left: 1.75rem;
}

.vt-article-row {
  position: relative;
  display: grid;
  gap: 1rem;
  padding-block: 1.75rem;
  border-bottom: 1px solid rgba(234, 88, 12, 0.1);
}

@media (min-width: 740px) {
  .vt-article-row {
    grid-template-columns: 180px 1fr;
    align-items: start;
    gap: 1.75rem;
  }
}

.vt-article-row:last-child {
  border-bottom: none;
}

.vt-article-row::before {
  content: "";
  position: absolute;
  left: calc(-1.75rem - 9px);
  top: 2.1rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--vt-orange);
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.25);
}

.vt-article__date {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--vt-orange-deep);
}

.vt-article__card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #ffffff 0%, #fff9f4 100%);
  border: 1px solid rgba(234, 88, 12, 0.1);
}

@media (min-width: 640px) {
  .vt-article__card {
    grid-template-columns: min(200px, 38%) 1fr;
    align-items: center;
    padding: 1.05rem;
  }
}

.vt-article__card a:focus-visible img {
  outline: 3px solid var(--vt-orange-soft);
  outline-offset: 3px;
}

.vt-article__thumb {
  overflow: hidden;
  border-radius: 0.75rem;
  aspect-ratio: 4 / 3;
}

.vt-article__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vt-article__copy h4 {
  margin: 0 0 0.45rem;
  font-family: var(--vt-font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.26;
}

.vt-article__copy h4 a {
  text-decoration: none;
  color: #0f172a;
}

.vt-article__copy h4 a:hover {
  color: var(--vt-orange-deep);
}

.vt-footer-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #78716c;
}
