/**
 * Sprint 5 — Homepage visual polish only.
 * Does not replace Agenci design system; soft overrides for spacing,
 * type rhythm, alignment, CTA presence, and a11y helpers.
 */

/* —— Skip link —— */
.ws-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1.25rem;
  background: #1f1c1a;
  color: #f7f5f1;
  text-decoration: none;
  font-weight: 500;
}
.ws-skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* —— Section breathing — tighter Agenci rhythm, no dead air —— */
.page-home .about-section-new-2.new-section-padding {
  padding-block-end: clamp(2.5rem, 5vw, 4.5rem);
}
.page-home .service-section-new-2.new-section-padding {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.page-home .ws-pillars-stack.new-section-padding {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}
.page-home .working-process-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}
.page-home .counter-section.new-section-padding {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}
.page-home .testimonial-new-section.new-section-padding {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}
.page-home .cta-area {
  padding-top: clamp(4.5rem, 9vw, 7.5rem);
  padding-bottom: clamp(5rem, 10vw, 8rem);
}
.page-home .contact-area {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

/* Hero → light sections: fade into brand paper */
.page-home .hero-new-2::before {
  background: linear-gradient(180deg, #000000 0%, #000000 72%, #f4f2ee 100%) !important;
}

.page-home .hero-new-2 .xb_header_text {
  opacity: 0.06;
}

/* Hide CTA decorative arrow — cleaner corporate close */
.page-home .cta-area .portfolio-shape {
  display: none;
}

/* —— Hero baseline (Sprint 5) — refined further in hero-experience.css (Sprint 6) —— */

/* —— About: readable measure —— */
.page-home .about-section-new-2.new-section-padding {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}
.page-home .about-section-new-2 .about-wrapper-item-2 {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.page-home .about-section-new-2 .about-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .about-section-new-2 .about-image-item picture,
.page-home .service-main-card-items-2 .service-image picture,
.page-home .project-top-section-2 .project-right-image .project-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.page-home .service-main-card-items-2 .service-image img,
.page-home .project-top-section-2 .project-right-image .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* —— CTA Black Gold Night atmosphere —— */
.page-home .cta-area.ws-cta-brand {
  position: relative;
  isolation: isolate;
  overflow: visible;
  color: #f7f5f1;
}
.page-home .cta-area.ws-cta-brand .ws-cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}
.page-home .cta-area.ws-cta-brand .ws-cta-media picture,
.page-home .cta-area.ws-cta-brand .ws-cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-home .cta-area.ws-cta-brand .ws-cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 40%, rgba(0, 0, 0, 0.35));
}
.page-home .cta-area.ws-cta-brand .container {
  position: relative;
  z-index: 1;
}
.page-home .cta-area.ws-cta-brand .tw-cta-title-1,
.page-home .cta-area.ws-cta-brand .tw-cta-title-2 {
  color: #f7f5f1;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}
.page-home .cta-area.ws-cta-brand .tw-btn-circle {
  background: rgba(247, 245, 241, 0.96);
}
.page-home .cta-area.ws-cta-brand .info-item picture {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.page-home .testimonial-new-section .info-item picture {
  display: block;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.page-home .testimonial-new-section .info-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* —— Services: Agenci-like card rhythm (no pin; calm list) —— */
.page-home .service-main-card-items-2 {
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.page-home .service-main-card-items-2 .service-image {
  flex: 0 0 min(40%, 480px);
  max-width: 480px;
}
.page-home .service-main-card-items-2 .service-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .service-main-card-items-2 .left-item {
  flex: 1 1 auto;
  min-width: 0;
  gap: clamp(2rem, 8vw, 12rem);
}
.page-home .service-main-card-items-2 .left-content {
  min-width: 0;
  max-width: 24rem;
}
.page-home .service-main-card-items-2 .left-content h3 {
  max-width: none;
  line-height: 1.15;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.page-home .service-main-card-items-2 .left-content h3 a {
  white-space: normal;
}

/* —— Process: even columns —— */
.page-home .working-process-wrapper {
  align-items: flex-start;
}
.page-home .working-process-content h3 {
  max-width: 12ch;
  line-height: 1.2;
}
.page-home .working-process-content p {
  max-width: 36ch;
  line-height: 1.6;
}

/* —— Portfolio list rhythm —— */
.page-home .project-top-section-2 {
  margin-block: clamp(1.5rem, 4vw, 3rem);
}
.page-home .project-top-section-2 .project-title .cont h3 {
  line-height: 1.15;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.page-home .project-top-section-2 .project-right-image .project-image img {
  object-fit: cover;
}
/* Cap marquee column width at ALL breakpoints. Agenci only caps ≤1600px, so on
   wide screens (>1600) the thumbs balloon to intrinsic size and bleed past the
   card / over the text. Keep the Agenci 590px column everywhere. */
.page-home .project-top-section-2 .project-right-image .project-image {
  width: 590px;
  max-width: 40vw;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.page-home .project-top-section-2 .project-right-image .project-image img {
  width: 100%;
  height: 100%;
}
.page-home .project-top-section-2 .project-top-wrapper-2 .project-left-item .project-title {
  margin-top: clamp(3rem, 8vw, 8rem);
}
.page-home .project-top-section-2 .about-btn {
  margin-top: 0.5rem;
}

/* Portfolio → Process: less dead air after black block */
.page-home .project-top-section-2 + .working-process-section,
.page-home .working-process-section {
  position: relative;
}

/* Soften portfolio marquee so it doesn't steal focus */
@media (min-width: 1201px) {
  .page-home .project-top-section-2 .project-right-image {
    opacity: 0.9;
    animation-duration: 22s;
  }
}

/* —— Stats: calm measure —— */
.page-home .counter-section > .container > .title {
  max-width: 28ch;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
}
.page-home .counter-box-items p {
  max-width: 28ch;
}

/* —— Testimonials —— */
.page-home .testimonial-new-section .content p {
  max-width: 42ch;
  line-height: 1.65;
}
.page-home .testimonial-new-section .info-item .cont .ws-testi-name {
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

/* —— CTA: presence without spectacle —— */
.page-home .cta-area .tw-cta-title-1,
.page-home .cta-area .tw-cta-title-2 {
  letter-spacing: -0.03em;
}
/* Turkish copy is a single long word ("TASARLAYALIM"); Agenci's 20.75rem size
   overflows and drops the last letter below the section. Scale to fit width,
   never break inside a word. */
.page-home .cta-area .tw-cta-title-1 {
  font-size: clamp(1.75rem, 6vw, 6rem);
  line-height: 1.02;
}
.page-home .cta-area .tw-cta-title-2 {
  font-size: clamp(2.5rem, 8.5vw, 9.5rem);
  line-height: 1;
  overflow-wrap: normal;
  word-break: keep-all;
}
/* Agenci interlocks these two lines (subtitle offset +30px left, title pulled up
   -65px, right-aligned) for its short English copy. With our longer Turkish copy
   they collide. Stack them cleanly, centered, no overlap. */
.page-home .cta-area .portfolio-top-subtitle {
  margin-inline-start: 0;
  text-align: center;
}
.page-home .cta-area .portfolio-top-title {
  margin-block-start: 0.05em;
  text-align: center;
}
/* The circle "Teklif Al" button is absolutely placed (bottom:293px) for the tall
   original CTA; with the shorter copy it floats up into the section above. Let it
   sit in normal flow, centred under the headline. */
.page-home .cta-area .cta-button {
  position: static;
  inset: auto;
  margin-top: clamp(1.75rem, 3.5vw, 3rem);
  display: flex;
  justify-content: center;
}
.page-home .cta-area .tw-btn-circle {
  min-width: 7.5rem;
  min-height: 7.5rem;
  opacity: 1;
  transform: none;
}
.page-home .cta-area .tw-btn-circle-text {
  font-size: 0.85rem;
  line-height: 1.25;
}

/* Testimonials → CTA: continuous dark→brand beat */
.page-home .testimonial-new-section {
  position: relative;
  z-index: 1;
}

/* —— Footer: full-bleed close; keep giant WABI SABI wordmark animated —— */
.page-home .footer-section-new-2 {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  margin: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}
.page-home .footer-section-new-2 .agenky-text,
.page-home .footer-section-new-2 .xb-split-up {
  opacity: 1;
  pointer-events: none;
}
.page-home .footer-section-new-2 .footer-button .about-btn {
  min-height: 48px;
}
.page-home .footer-section-new-2 .footer-bootom-text-2 {
  opacity: 0.85;
}

/* Contact on homepage: less vertical shout after CTA */
.page-home .contact-area {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Services title: keep Agenci scale, quieter entrance via native only */
.page-home .service-section-new-2 .title-2.xb_header_text {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

/* About images: ensure reveal containers don't collapse */
.page-home .about-section-new-2 .about-image-item {
  overflow: hidden;
  border-radius: 12px;
}
.page-home .about-section-new-2 .about-image-item img {
  border-radius: inherit;
}
.page-home .contact-area .ws-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-home .contact-area input,
.page-home .contact-area textarea {
  min-height: 48px;
}
.page-home .contact-area textarea {
  min-height: 184px;
}
.page-home .contact-area .theme-btn-main {
  min-height: 48px;
}
.page-home .contact-area .theme-btn-main:focus-visible,
.page-home .hero-new-2 .about-btn:focus-visible,
.page-home .cta-area .tw-btn-circle:focus-visible,
.page-home .header .header-button a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* —— Responsive QA —— */
@media (max-width: 991.98px) {
  .page-home .hero-new-2 .xb_header_text {
    font-size: clamp(3rem, 18vw, 6rem);
  }
  .page-home .about-section-new-2 .section-title-5 .title {
    max-width: none;
  }
  .page-home .service-main-card-items-2 .service-image {
    flex: 1 1 100%;
    max-width: none;
  }
  .page-home .cta-area .tw-cta-title-1,
  .page-home .cta-area .tw-cta-title-2 {
    text-align: center;
  }
  .page-home .cta-area .cta-button {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .page-home .working-process-content {
    margin-bottom: 2rem;
  }
  .page-home .counter-box-items {
    margin-bottom: 1.5rem;
  }
}

/* Visually hidden (Bootstrap may already provide; ensure present) */
.page-home .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ============================================================
   INTERIOR PAGES — shared page hero + body
   (about / portfolio / contact / services hub)
   Dark banner keeps the transparent header legible.
   ============================================================ */
.ws-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(58vh, 520px);
  padding-block: clamp(8rem, 15vw, 12rem) clamp(3.5rem, 7vw, 5.5rem);
  background-color: #000;
  isolation: isolate;
}
.ws-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ws-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5) contrast(1.05) saturate(0.9);
}
.ws-page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.78) 100%);
}
.ws-page-hero .breadcrumb-title {
  color: #fff;
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  letter-spacing: -0.025em;
  max-width: 20ch;
  margin-inline: auto;
}
.ws-page-hero__eyebrow {
  color: #fff;
  letter-spacing: 0.18em;
  opacity: 0.72;
  font-size: 0.8rem;
}
.ws-page-hero__lead {
  color: #fff;
  opacity: 0.86;
  max-width: 38rem;
  line-height: 1.6;
}
.ws-page-hero__crumbs {
  list-style: none;
  padding: 0;
  margin-bottom: 1.75rem;
}
.ws-page-hero__crumbs li {
  font-size: 0.9rem;
}
.ws-page-hero__crumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.25s ease;
}
.ws-page-hero__crumbs a:hover {
  color: #fff;
}
.ws-page-hero__crumbs span[aria-current] {
  color: #fff;
}
.ws-page-hero__crumbs i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

/* Interior body rhythm */
.ws-page-body {
  padding-block: clamp(4rem, 8vw, 7rem);
}

/* Portfolio grid — sit tight under page-hero */
.page-portfolio .page-portfolio-grid.ws-page-body {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}
.ws-page-body .ws-page-lead {
  line-height: 1.7;
  opacity: 0.75;
  max-width: 46ch;
  margin-inline: auto;
}
.ws-page-body .ws-page-cta,
.about-btn.ws-page-cta {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0.85rem 2.25rem;
  border: 1px solid var(--ws-brand, #cd2525);
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ws-brand, #cd2525) !important;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.ws-page-body .ws-page-cta:hover,
.ws-page-body .ws-page-cta:focus-visible,
.about-btn.ws-page-cta:hover,
.about-btn.ws-page-cta:focus-visible {
  transform: translateY(-1px);
  background-color: var(--ws-brand, #cd2525) !important;
  border-color: var(--ws-brand, #cd2525) !important;
  color: #ffffff !important;
}

/* Portfolio cards */
.ws-portfolio-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.ws-portfolio-card:hover,
.ws-portfolio-card:focus-visible {
  color: var(--ws-brand, #cd2525);
}
.ws-portfolio-card:hover .ws-portfolio-card__name,
.ws-portfolio-card:focus-visible .ws-portfolio-card__name,
.ws-portfolio-card:hover .ws-portfolio-card__label,
.ws-portfolio-card:focus-visible .ws-portfolio-card__label,
.ws-portfolio-card:hover .ws-portfolio-card__label span,
.ws-portfolio-card:focus-visible .ws-portfolio-card__label span,
.ws-portfolio-card:hover .ws-portfolio-card__label i,
.ws-portfolio-card:focus-visible .ws-portfolio-card__label i {
  color: var(--ws-brand, #cd2525) !important;
}
.ws-portfolio-card__media {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  background: #111;
}
.ws-portfolio-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.ws-portfolio-card:hover .ws-portfolio-card__media img {
  transform: scale(1.04);
}
.ws-portfolio-card__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1.05rem;
  font-weight: 600;
}
.ws-portfolio-card__label i {
  opacity: 0.45;
  transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.ws-portfolio-card:hover .ws-portfolio-card__label i {
  opacity: 1;
  transform: translate(3px, -3px);
}

.ws-portfolio-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1rem;
}

.ws-portfolio-card__cat {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.ws-portfolio-card__name {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ws-portfolio-card__summary {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.62);
}

.page-home .project-top-section-2 .ws-portfolio-teaser-lead {
  max-width: 42ch;
  margin: 1rem 0 1.75rem;
  line-height: 1.6;
  opacity: 0.82;
}

.page-home .working-process-section .ws-process-lead {
  max-width: 58ch;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
  line-height: 1.65;
  opacity: 0.82;
}

.page-home .cta-area.ws-cta-brand .ws-cta-sub {
  max-width: 40ch;
  margin: clamp(1rem, 2vw, 1.5rem) auto 0;
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
  opacity: 0.85;
}

/* Portfolio case study detail */
.page-portfolio-detail .ws-project-phase {
  height: 100%;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
}

.page-portfolio-detail .ws-project-phase__no {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.5;
  margin-bottom: 0.75rem;
}

.page-portfolio-detail .ws-project-phase__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.65rem;
}

.page-portfolio-detail .ws-project-phase__text {
  margin: 0;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.68);
  font-size: 0.95rem;
}

.page-portfolio-detail .ws-project-result {
  max-width: 56rem;
  margin-inline: auto;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 18px;
  background: #17171a;
  color: #f4f2ee;
  text-align: center;
}

.page-portfolio-detail .ws-project-result__label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  opacity: 0.72;
  margin-bottom: 0.75rem;
}

.page-portfolio-detail .ws-project-result__text {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  font-weight: 500;
}

/* Services hub links */
.ws-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
.ws-service-link:hover {
  border-color: rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
  background-color: rgba(0, 0, 0, 0.02);
}
.ws-service-link i {
  opacity: 0.4;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.ws-service-link:hover i {
  opacity: 1;
  transform: translate(3px, -3px);
}

/* Contact page: hero handles the intro, tighten the form band */
.page-contact .contact-area {
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

/* Contact form — brand sticker badge */
.page-contact .contact-area .ws-contact-sticker,
.contact-area .ws-contact-sticker {
  width: clamp(110px, 12vw, 160px);
  height: auto;
  border-radius: 50%;
  display: inline-block;
}

/* Contact form band — white (kill Agenci lime / any red override) */
.page-contact .contact-area,
.page-contact .contact-area.bg-main-600,
.page-contact .contact-area.bg-white {
  background-color: #ffffff !important;
}

/* Keep brand accent off the submit button parts (was reading as a red square) */
.page-contact .contact-area .theme-btn-main {
  background: transparent !important;
  gap: 0;
}

.page-contact .contact-area .theme-btn-main .theme-btn,
.page-contact .contact-area .theme-btn-main .theme-btn-arrow-left,
.page-contact .contact-area .theme-btn-main .theme-btn-arrow-right {
  background-color: #111111 !important;
  color: #ffffff !important;
}

.page-contact .contact-area .theme-btn-main:hover .theme-btn,
.page-contact .contact-area .theme-btn-main:focus-visible .theme-btn,
.page-contact .contact-area .theme-btn-main:hover .theme-btn-arrow-left,
.page-contact .contact-area .theme-btn-main:hover .theme-btn-arrow-right,
.page-contact .contact-area .theme-btn-main:focus-visible .theme-btn-arrow-left,
.page-contact .contact-area .theme-btn-main:focus-visible .theme-btn-arrow-right {
  background-color: var(--ws-brand, #cd2525) !important;
  color: #ffffff !important;
}

.page-contact .contact-area .text-black,
.page-contact .contact-area #contact-heading {
  color: #111111 !important;
}

.page-contact .contact-area .ws-contact-copy,
.page-contact .contact-area .ws-contact-copy a,
.page-contact .contact-area .ws-contact-copy p,
.page-contact .contact-area .ws-contact-copy span,
.page-contact .contact-area .ws-contact-copy .text-heading {
  color: #111111 !important;
}

.page-contact .contact-area .ws-contact-copy a:hover {
  color: var(--ws-brand, #cd2525) !important;
}

.page-contact .contact-area .ws-contact-icon {
  background-color: #ffffff !important;
  color: var(--ws-brand, #cd2525) !important;
  border: 1px solid rgba(17, 17, 17, 0.18);
}

.page-contact .contact-area .ws-contact-icon i {
  color: inherit !important;
}

.page-contact .contact-area .ws-field-label {
  color: #333333;
}

.page-contact .contact-area .focus-border-main-600:focus {
  border-color: var(--ws-brand, #cd2525) !important;
  box-shadow: 0 0 0 3px rgba(205, 37, 37, 0.18);
}

.page-contact .ws-form-alert--success {
  background: rgba(245, 245, 245, 0.98);
  border-color: rgba(0, 0, 0, 0.12);
  color: #111111;
}

/* ============================================================
   FINAL — Creative Director polish (design freeze)
   Micro touches only: rhythm, tracking, weight, crop.
   ============================================================ */

/* Eyebrows: one consistent, quiet signal across the page */
.page-home .sub-title.dm-sans-main {
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  opacity: 0.85;
}
.page-home .sub-title.dm-sans-main img {
  margin-right: 0.6rem;
}

/* Section titles: unified optical tracking */
.page-home .service-section-new-2 .title-2,
.page-home .counter-section > .container > .title,
.page-home .about-section-new-2 .section-title-5 .title {
  letter-spacing: -0.02em;
}

/* —— Hero: sharper focus on the wordmark + calmer media —— */
.page-home .hero-new-2 .ws-hero-media {
  border-radius: 14px;
  box-shadow: 0 24px 60px -32px rgba(0, 0, 0, 0.55);
}
.page-home .hero-new-2 .ws-hero-media::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(0, 0, 0, 0.24) 100%
  );
}
.page-home .hero-new-2 .social-link a {
  text-transform: uppercase;
  font-size: 0.72rem;
}
.page-home .hero-new-2 .hero-button .ws-hero-cta {
  min-height: 52px;
}

/* —— About: three frames perfectly aligned, premium crop —— */
.page-home .about-section-new-2 .about-image-item {
  aspect-ratio: 4 / 5;
  border-radius: 14px;
}
.page-home .about-section-new-2 .about-image-item.style-2 {
  margin-top: clamp(1.5rem, 4vw, 3rem);
}
.page-home .about-section-new-2 .about-image-item.style-3 {
  margin-top: clamp(0.75rem, 2vw, 1.5rem);
}
.page-home .about-section-new-2 .section-title-5 .title {
  letter-spacing: -0.025em;
}

/* —— Services: quieter index numbers, hairline divider —— */
.page-home .service-main-card-items-2 {
  border-bottom-color: rgba(50, 50, 50, 0.12);
}
.page-home .service-main-card-items-2 .left-item span {
  opacity: 0.4;
  letter-spacing: 0.04em;
}
.page-home .service-main-card-items-2 .left-content h3 {
  letter-spacing: -0.015em;
}
.page-home .service-main-card-items-2 .service-image {
  border-radius: 14px;
}
.page-home .service-main-card-items-2 .service-list li {
  opacity: 0.72;
}

/* —— Portfolio: bigger-agency confidence —— */
.page-home .project-top-section-2 {
  border-radius: 24px;
}
.page-home .project-top-section-2 .project-image {
  border-radius: 16px;
}
.page-home .project-top-section-2 .project-title .cont {
  padding-block: clamp(0.5rem, 1.5vw, 1rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-home .project-top-section-2 .project-title .cont span {
  opacity: 0.5;
  letter-spacing: 0.04em;
}
.page-home .project-top-section-2 .about-btn {
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.page-home .project-top-section-2 .about-btn:hover {
  border-color: var(--ws-brand, #c91518);
  background-color: var(--ws-brand, #c91518);
  color: #ffffff;
}

/* —— Statistics: numbers carry the weight —— */
.page-home .counter-box-items .counter-title {
  letter-spacing: -0.03em;
}
.page-home .counter-box-items .title-2 {
  opacity: 0.92;
}
.page-home .counter-box-items p.dm-sans-main {
  opacity: 0.62;
  line-height: 1.55;
}

/* —— Testimonials: the quote is the hero —— */
.page-home .testimonial-new-section .content p {
  letter-spacing: -0.01em;
}
.page-home .testimonial-new-section .info-item .cont span {
  opacity: 0.6;
  letter-spacing: 0.02em;
}
.page-home .testimonial-new-section .array-button-new button {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
}
.page-home .testimonial-new-section .array-button-new button:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* —— CTA: single strong focal point —— */
.page-home .cta-area .tw-btn-circle {
  min-width: 8rem;
  min-height: 8rem;
  box-shadow: 0 18px 48px -20px rgba(0, 0, 0, 0.6);
}
.page-home .cta-area.ws-cta-brand .tw-cta-title-1 {
  opacity: 0.82;
  letter-spacing: 0.02em;
}

/* —— Contact: calm, trustworthy fields —— */
.page-home .contact-area input,
.page-home .contact-area textarea {
  border-radius: 10px !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.page-home .contact-area input:focus,
.page-home .contact-area textarea:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.page-home .contact-area #contact-heading {
  letter-spacing: -0.02em;
}

/* —— Footer: strong, composed close —— */
.page-home .footer-section-new-2 .footer-new-widget-wrapper-2 {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}
.page-home .footer-section-new-2 .list-area li a,
.page-home .footer-section-new-2 .social-icon a {
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0.85;
}
.page-home .footer-section-new-2 .list-area li a:hover,
.page-home .footer-section-new-2 .social-icon a:hover {
  opacity: 1;
}
.page-home .footer-section-new-2 .footer-bootom-text-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.page-home .footer-section-new-2 .footer-bootom-text-2 .tags li a {
  letter-spacing: 0.02em;
}

/* —— Services giant heading —— */
/* Agenci sizes this at 660px with line-height:50%, tuned for the short word
   "SERVICES". The Turkish "HİZMETLER" is wider, wrapped to two lines and — with
   the 50% leading — collided into an unreadable overlap. Keep it on a single
   line, give it breathing room on the sides, a richer near-black colour and a
   tighter, more modern tracking. */
.page-home .service-section-new-2 .title-2 {
  white-space: nowrap;
  font-size: clamp(96px, 30vw, 520px);
  color: #17171a;
  letter-spacing: -0.035em;
  line-height: 0.82;
  margin-bottom: clamp(2.5rem, 6vw, 5.5rem);
  text-align: center;
}
@media (max-width: 1200px) {
  .page-home .service-section-new-2 .title-2 {
    font-size: clamp(72px, 30vw, 300px);
  }
}

/* —————————————————————————————————————————————————————————————
   Services — pinned "stacked cards" (desktop ≥1199px only)
   Agenci pins each .tp-service-panel with a ~120px peek so cards
   stack on scroll. That design assumes SHORT, single-line labels.
   Our Turkish titles wrapped to 3 lines (taller than the 120px peek)
   → titles collided; and each panel's full-width transparent band
   swallowed clicks meant for the card below it.
   Fixes: force single-line titles that fit the peek, and route clicks
   only to the actual title links, never the empty band / pin-spacer.
   ————————————————————————————————————————————————————————————— */
@media (min-width: 1199px) {
  /* Give the title room and keep it on ONE line so each peek strip is
     clean and never overlaps the next card. */
  .page-home .service-section-new-2 .tp-service-panel .left-content,
  .page-home .ws-pillars-stack .tp-service-panel .left-content {
    max-width: none;
  }
  .page-home .service-section-new-2 .tp-service-panel .left-content h3,
  .page-home .service-section-new-2 .tp-service-panel .left-content h3 a,
  .page-home .ws-pillars-stack .tp-service-panel .left-content h3,
  .page-home .ws-pillars-stack .tp-service-panel .left-content h3 a {
    font-family: "Mona Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    white-space: nowrap;
    font-size: clamp(30px, 2.6vw, 48px);
    line-height: 1.1;
  }
  /* Single-line titles leave a gap in each ~120px peek strip; the card's
     tag list bled into it and cluttered the stack. Hide tags in the pinned
     desktop view — the peek should read as a clean title-only index. (Tags
     stay on mobile's calm list and on each service detail page.) */
  .page-home .service-section-new-2 .tp-service-panel .service-list,
  .page-home .ws-pillars-stack .tp-service-panel .service-list {
    display: none;
  }

  /* Pinned panels overlap; only the actual content should catch clicks,
     so a later panel's empty full-width area can't block an earlier
     card's link. GSAP also wraps each pinned panel in a full-width
     ".pin-spacer" that sits on top and was swallowing the clicks — make
     it click-through too, and re-enable pointer events only on the real
     title links (below). */
  .page-home .service-section-new-2 .pin-spacer,
  .page-home .service-section-new-2 .service-main-card-items-2,
  .page-home .service-section-new-2 .service-main-card-items-2 *,
  .page-home .ws-pillars-stack .pin-spacer,
  .page-home .ws-pillars-stack .service-main-card-items-2,
  .page-home .ws-pillars-stack .service-main-card-items-2 * {
    pointer-events: none;
  }
  /* Only the title link itself catches clicks, so no overlapping tag,
     image, container or pin-spacer can ever block a card's link. */
  .page-home .service-section-new-2 .service-main-card-items-2 .left-content h3 a,
  .page-home .ws-pillars-stack .service-main-card-items-2 .left-content h3 a {
    pointer-events: auto;
  }

  /* pinSpacing:false means the following section flows up and its
     transparent top padding overlapped the LAST pinned card, blocking
     its link. Lift the services section into a higher stacking layer so
     its cards always win the hit-test over the next section. */
  .page-home .service-section-new-2,
  .page-home .ws-pillars-stack {
    position: relative;
    z-index: 3;
  }
  .page-home .working-process-section,
  .page-home .ws-pillars-stack + .ws-home-process {
    z-index: 1;
    margin-top: clamp(4rem, 8vw, 8rem);
  }
  /* The section's own overflow:hidden (.fix) clipped the LAST pinned card,
     which GSAP (pinSpacing:false) leaves translated below the section box —
     the clipped link then dropped under the next section and became
     unclickable. #scrollSmoother-container already clips the giant heading's
     horizontal bleed, so the section itself can overflow visibly. */
  .page-home .service-section-new-2.fix,
  .page-home .ws-pillars-stack.fix {
    overflow: visible;
  }
  /* Extra tail room so the last stacked card settles fully in view — and
     stays clickable — before the next section rises over it. */
  .page-home .service-section-new-2.tp-service-pin,
  .page-home .ws-pillars-stack.tp-service-pin {
    padding-bottom: clamp(8rem, 16vw, 14rem);
  }
}

/* ============================================================
   Sprint — Corporate content blocks (positioning, pillars, trust)
   ============================================================ */

/* Positioning lead under the "Etkinlikten daha fazlası" title */
.page-home .about-section-new-2 .ws-about-lead {
  max-width: 52ch;
  margin: clamp(1.25rem, 2.5vw, 1.75rem) auto 0;
  text-align: center;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.65;
  color: #4a4744;
}

.page-home .about-section-new-2 .top-itemss-2 {
  justify-content: center;
}

.page-home .about-section-new-2 .top-itemss-2 span {
  color: #8a857e;
  letter-spacing: 0.14em;
}

.page-home .about-section-new-2 .section-title-5 .title {
  max-width: 16ch;
  margin-inline: auto;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.page-home .about-section-new-2 .section-title-5 .title span {
  color: #17171a;
}

/* —— 3-column pillars (service summary) —— */
.page-home .ws-pillars {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.page-home .ws-pillars__head {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.page-home .ws-pillars__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #8a857e;
  margin-bottom: 0.9rem;
}

.page-home .ws-pillars__title {
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #17171a;
  margin: 0;
}

.page-home .ws-pillar-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: #fff;
  border: 1px solid rgba(23, 23, 26, 0.1);
  border-radius: 20px;
  text-decoration: none;
  color: #17171a;
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.45s ease, border-color 0.45s ease;
}

.page-home .ws-pillar-card:hover {
  transform: translateY(-6px);
  border-color: rgba(23, 23, 26, 0.2);
  box-shadow: 0 26px 60px -34px rgba(23, 23, 26, 0.5);
  color: #17171a;
}

.page-home .ws-pillar-card__num {
  position: absolute;
  top: 1.1rem;
  right: 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #17171a;
  opacity: 0.25;
  font-variant-numeric: tabular-nums;
}

.page-home .ws-pillar-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 16px;
  background: #17171a;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.page-home .ws-pillar-card__title {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
}

.page-home .ws-pillar-card__text {
  font-size: 0.97rem;
  line-height: 1.6;
  color: #6b6660;
  margin-bottom: 1.4rem;
}

.page-home .ws-pillar-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 600;
  color: #17171a;
}

.page-home .ws-pillar-card__cta i {
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.page-home .ws-pillar-card:hover .ws-pillar-card__cta i {
  transform: translate(3px, -3px);
}

/* —— Trust block —— */
.page-home .ws-trust {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #f4f2ee;
}

.page-home .ws-trust__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #8a857e;
  margin-bottom: 0.9rem;
}

.page-home .ws-trust__title {
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #17171a;
  margin-bottom: 1.1rem;
}

.page-home .ws-trust__lead {
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.65;
  color: #6b6660;
  margin: 0;
  max-width: 44ch;
}

.page-home .ws-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.1rem);
}

.page-home .ws-trust__item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: clamp(1.1rem, 1.8vw, 1.5rem);
  background: #fff;
  border: 1px solid rgba(23, 23, 26, 0.08);
  border-radius: 16px;
  font-weight: 500;
  color: #17171a;
}

.page-home .ws-trust__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  background: #17171a;
  color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 575px) {
  .page-home .ws-trust__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Homepage flow — unified rhythm (corporate, one visual system)
   ============================================================ */
.page-home {
  --ws-paper: #f4f2ee;
  --ws-ink: #17171a;
  --ws-muted: #6b6660;
  --ws-line: rgba(23, 23, 26, 0.1);
  --ws-section-y: clamp(4.5rem, 9vw, 7rem);
}

/* Shared section header */
.page-home .ws-home-section__head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-home .ws-home-section__head--center {
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
}

.page-home .ws-home-section__head--center .ws-home-section__lead {
  margin-inline: auto;
}

.page-home .ws-home-section__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #8a857e;
  margin-bottom: 0.85rem;
}

.page-home .ws-home-section__title {
  font-family: "Mona Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ws-ink);
  margin: 0 0 1rem;
  font-weight: 600;
  text-transform: none;
}

/* Same 3D SplitText flip as “Etkinlikten daha fazlası” */
.page-home .ws-home-section__title.wa_title_spilt_1 {
  overflow: visible;
  perspective: 1000px;
}

.page-home .ws-home-section__title.wa_title_spilt_1 .word {
  display: inline-block;
  white-space: nowrap;
}

.page-home .ws-home-section__title.wa_title_spilt_1 .char {
  display: inline-block;
  backface-visibility: hidden;
}

.page-home .ws-home-section__lead {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.65;
  color: var(--ws-muted);
}

/* Light band: about → pillars stack → process → trust */
.page-home .ws-home-about,
.page-home .ws-pillars-stack,
.page-home .ws-home-process,
.page-home .ws-home-trust {
  background: var(--ws-paper);
  color: var(--ws-ink);
}

.page-home .ws-pillars-stack .ws-pillar-card__lead {
  margin: 0.65rem 0 0;
  max-width: 42ch;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.55;
  color: rgba(23, 23, 26, 0.62);
  font-weight: 500;
}

/* Transparent text block — no Agenci white panel behind titles */
.page-home .ws-pillars-stack .service-main-card-items-2 .left-content {
  background-color: transparent !important;
}

.page-home .ws-pillars-stack__outro {
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* Shared pill CTA — pillars, portfolio, etc. */
.page-home .ws-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 1.15rem 2.75rem;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ws-ink);
  background: transparent;
  border: 1.5px solid var(--ws-ink);
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1),
    background-color 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.page-home .ws-home-btn i {
  font-size: 1.15em;
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.page-home .ws-home-btn:hover,
.page-home .ws-home-btn:focus-visible {
  color: #ffffff;
  background-color: var(--ws-brand, #c91518);
  border-color: var(--ws-brand, #c91518);
  transform: translateY(-4px);
  box-shadow: 0 18px 44px -14px rgba(201, 21, 24, 0.45);
}

.page-home .ws-home-btn:hover i,
.page-home .ws-home-btn:focus-visible i {
  transform: translate(4px, -4px);
}

.page-home .ws-home-btn--light {
  color: #f4f2ee;
  border-color: rgba(244, 242, 238, 0.42);
}

.page-home .ws-home-btn--light:hover,
.page-home .ws-home-btn--light:focus-visible {
  color: #ffffff;
  background-color: var(--ws-brand, #c91518);
  border-color: var(--ws-brand, #c91518);
  box-shadow: 0 18px 44px -14px rgba(201, 21, 24, 0.45);
}

.page-home .ws-home-about {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.page-home .ws-home-process {
  padding-block: var(--ws-section-y);
  border-top: 1px solid var(--ws-line);
}

.page-home .ws-home-trust {
  padding-block: var(--ws-section-y);
  border-top: 1px solid var(--ws-line);
}

/* Shared card */
.page-home .ws-home-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: 18px;
  text-decoration: none;
  color: var(--ws-ink);
  position: relative;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease,
    color 0.35s ease;
}

.page-home .ws-home-card--static {
  cursor: default;
}

.page-home .ws-home-card--static:hover {
  background-color: #fff;
  border-color: var(--ws-brand, #cd2525);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -28px rgba(205, 37, 37, 0.35);
}

.page-home .ws-home-card--static:hover .ws-home-card__icon {
  background: var(--ws-brand, #cd2525);
  color: #ffffff;
}

.page-home a.ws-home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 23, 26, 0.18);
  box-shadow: 0 20px 48px -28px rgba(23, 23, 26, 0.35);
  color: var(--ws-ink);
}

@media (prefers-reduced-motion: reduce) {
  .page-home .ws-home-card,
  .page-home .ws-home-card--static:hover {
    transition: none;
    transform: none;
  }
}

.page-home .ws-home-card__num {
  position: absolute;
  top: 1.1rem;
  right: 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.22;
  font-variant-numeric: tabular-nums;
}

.page-home .ws-home-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: var(--ws-ink);
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1.1rem;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.page-home .ws-home-card__title {
  font-family: "Mona Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 0.55rem;
  color: var(--ws-ink);
  opacity: 1;
  visibility: visible;
}

.page-home .ws-home-card__text {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ws-muted);
}

.page-home a.ws-home-card .ws-home-card__text {
  margin-bottom: 0;
}

.page-home .ws-home-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.page-home .ws-home-card__cta i {
  transition: transform 0.3s ease;
}

.page-home a.ws-home-card:hover .ws-home-card__cta i {
  transform: translate(2px, -2px);
}

/* Dark band: portfolio */
.page-home .ws-home-portfolio {
  background: var(--ws-ink);
  color: #f4f2ee;
  padding-block: var(--ws-section-y);
  margin: 0;
  border-radius: 0;
}

.page-home .ws-home-portfolio .ws-home-section__eyebrow {
  color: rgba(244, 242, 238, 0.55);
}

.page-home .ws-home-portfolio .ws-home-section__title {
  color: #f4f2ee;
}

.page-home .ws-home-portfolio .ws-home-section__lead {
  color: rgba(244, 242, 238, 0.72);
  max-width: 50ch;
  margin-inline: auto;
}

.page-home .ws-home-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-home .ws-home-project-card__media {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
}

.page-home .ws-home-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .ws-home-project-card:hover .ws-home-project-card__media img {
  transform: scale(1.03);
}

.page-home .ws-home-project-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 1rem;
}

.page-home .ws-home-project-card__cat {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
}

.page-home .ws-home-project-card__name {
  font-family: "Mona Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.page-home .ws-home-portfolio__cta {
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* Trust grid */
.page-home .ws-home-trust__stage {
  position: relative;
}

.page-home .ws-home-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.page-home .ws-home-trust__item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: 14px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.page-home .ws-home-trust__item:hover {
  border-color: var(--ws-brand, #cd2525);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -28px rgba(205, 37, 37, 0.35);
}

.page-home .ws-home-trust__item:hover .ws-home-trust__icon {
  background: var(--ws-brand, #cd2525);
  color: #ffffff;
}

.page-home .ws-home-trust__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 11px;
  background: var(--ws-ink);
  color: #fff;
  font-size: 1.15rem;
  transition: background-color 0.35s ease, color 0.35s ease;
}

/* Center spinning brand orb between the 4 cards */
.page-home .ws-home-trust__orb {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: clamp(1.75rem, 3.2vw, 2.35rem);
  height: clamp(1.75rem, 3.2vw, 2.35rem);
  margin: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.42) 0%, transparent 42%),
    var(--ws-brand, #cd2525);
  box-shadow: 0 8px 22px rgba(205, 37, 37, 0.35);
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  pointer-events: none;
  animation: ws-trust-orb-spin 5.5s linear infinite;
}

.page-home .ws-home-trust__orb::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.12);
}

@keyframes ws-trust-orb-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .ws-home-trust__orb {
    animation: none;
  }
}

@media (max-width: 575px) {
  .page-home .ws-home-trust__grid {
    grid-template-columns: 1fr;
  }

  .page-home .ws-home-trust__orb {
    display: none;
  }
}

/* CTA follows dark portfolio — no gap jump */
.page-home .ws-home-portfolio + .cta-area {
  margin-top: 0;
}

.page-home .cta-area.ws-cta-brand .ws-cta-sub {
  color: rgba(247, 245, 241, 0.88);
}
