/* ================================================================
   PARALLAX.CSS v7
   10-point update: works desc, equal cards, dark approach,
   timeline vertical-only, grey period, smaller about-photo,
   slim footer, section-wise parallax, responsive fixes.
================================================================ */

/* ── 0. REDUCED MOTION & MOBILE ─────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .px-drift, .px-fade-rise, .px-img, .px-stagger, .px-slide,
  .section-header, .timeline-item, .approach-value,
  .testimonial-card, .interest-card, .contact-layout, .about-photo {
    transform: none !important; opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .section-header, .timeline-item, .approach-value,
  .testimonial-card, .interest-card, .contact-layout, .about-photo {
    transform: none !important; opacity: 1 !important;
  }
}

/* ── 1. SCROLL PROGRESS ─────────────────────────────────────── */
.px-progress {
  position: fixed; top: 0; left: 0;
  height: 2px; width: 0%;
  background: var(--gold);
  z-index: 10000; pointer-events: none;
  box-shadow: 0 0 8px var(--gold-glow);
  transition: width .06s linear;
}

/* ── 2. NAV ──────────────────────────────────────────────────── */
nav                  { background: transparent !important; border: none !important; box-shadow: none !important; }
.nav-inner           { border: none !important; background: transparent !important;
                       box-shadow: none !important; backdrop-filter: none !important;
                       -webkit-backdrop-filter: none !important; }
nav.scrolled .nav-inner {
  background:              var(--bg-nav) !important;
  backdrop-filter:         blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border:                  none !important;
  box-shadow:              0 2px 20px rgba(0,0,0,0.10) !important;
  border-radius:           100px !important;
}
[data-theme="light"] nav.scrolled .nav-inner {
  background: rgba(255,255,255,0.75) !important;
  box-shadow: 0 1px 16px rgba(0,0,0,0.08) !important;
}

/* ── 3. GPU LAYERS ───────────────────────────────────────────── */
.section-header, .timeline-item, .approach-value,
.testimonial-card, .interest-card, .contact-layout, .about-photo {
  will-change: transform, opacity;
}
.section-header, .timeline-item  { transition: transform .12s linear, opacity .12s linear; }
.approach-value, .testimonial-card,
.interest-card, .contact-layout  { transition: transform .12s linear, opacity .12s linear; }
.about-photo                      { transition: transform .14s linear; }

/* Work card images */
.wk-card__img img { will-change: transform; transition: transform .10s linear, filter .4s ease; }

/* ── 4. SECTION SPACING ──────────────────────────────────────── */
#hero         { padding: 0; min-height: 80vh; }  /* works 20% above fold */
#works        { padding: 96px 0 112px; }
#approach     { padding: 120px 0px 88px 0; }
#skills       { padding: 96px 0; }
#experience   { padding: 96px 0; }
#testimonials { padding: 96px 0; }
#about        { padding: 96px 0; }
#interests    { padding: 96px 0; }
#contact      { padding: 96px 0 96px; }

.section-header     { margin-bottom: 52px; }
.section-sub        { margin-top: 10px; max-width: 540px; font-size: 1rem; color: var(--text-secondary); }
.section-title {
  font-size: clamp(1.875rem, 3.5vw, 2.3rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.022em !important;
  line-height: 1.1 !important;
}

/* ── 5. BACKGROUNDS ──────────────────────────────────────────── */
#hero, #works, #approach, #skills, #experience,
#testimonials, #about, #interests, #contact {
  position: relative; isolation: isolate;
}

#hero         { background: transparent; }
#works        { background: #ffffff; }
/* 3. APPROACH — dark / black background */
#approach     { background: #ece7e3; }  /* warm charcoal — distinct from pure black */
#skills       { background: #f8f8f7; }
#experience   { background: #1a1714; }  /* warm near-black */
#testimonials { background: #ffffff; }
#about        { background: #f8f8f7; }
#interests    { background: #ffffff; }
#contact      { background: #ece7e3; }  /* warm near-black, slightly lighter than #0a0a0a */

/* dark mode */
[data-theme="dark"] #works        { background: #0d0d0c; }
[data-theme="dark"] #skills       { background: #111110; }
[data-theme="dark"] #testimonials { background: #0d0d0c; }
[data-theme="dark"] #about        { background: #111110; }
[data-theme="dark"] #interests    { background: #0d0d0c; }

/* 3. Approach text colours on dark background */
#approach .section-title          { color: var(--text-primary) !important; }   /* 14.8:1 ✓ */
#approach .section-sub             { color: ##dcdcdc !important; }   /* 5.8:1 ✓ */
#approach .approach-value__title   { color: #ece7e3; }               /* 11.4:1 ✓ */
#approach .approach-value__desc    { color: #9e9e9e; }               /* 5.5:1 ✓ */
#approach .approach-values         { border-top-color: rgba(255,255,255,0.12); }

/* experience */
/* [data-theme="light"] #experience { background: #1a1714; } */

[data-theme="light"] #experience { background: #ece7e3; }

#experience .section-title    { color:var(--text-primary) !important; }
#experience .timeline-role    { color: #e8e8e8; }
/* 5. timeline-period: medium grey */
#experience .timeline-period  { color:var(--text-secondary); }
#experience .timeline-company { color: #111; }
#experience .timeline-resp li { color: #111; padding-left: 20px;}  /* 5.3:1 ✓ */
#experience .timeline::before { opacity: 0.35; }
#experience .timeline-dot     { background: var(--gold); border-color: #fff; box-shadow: 0 0 0 2px rgba(253,46,53,0.25); }

/* contact */
#contact .section-title, #contact .section-intro { color: #000; }
#contact .contact-detail__label { color: #878787; }
#contact .contact-detail__value { color: #000; text-decoration: none; }
#contact .contact-detail__value:hover { color: var(--gold); }
#contact .contact-form__field label  { color: #9a9a9a; }  /* 5.3:1 ✓ */
#contact .contact-form__field input,
#contact .contact-form__field textarea { background: #fff; border-color: #2e2a27; color: #ece7e3; }  /* matches section warm */
#contact .contact-form__field input::placeholder,
#contact .contact-form__field textarea::placeholder { color: #6a6a6a; }  /* 3.5:1 on input bg — placeholder AA exempt */
#contact .contact-form__field input:focus,
#contact .contact-form__field textarea:focus { border-color: var(--gold-border); }
#contact .btn-primary { color: var(--gold); }
#contact .contact-form__note { color: #4a4a4a; }

/* 7. FOOTER — slim, ~30% less height */
footer { background: #1c1814 !important; border-top: 1px solid #2e2926 !important; color: #d4d0cc !important; position: relative; z-index: 1; }
.footer-inner {
  display:         flex;
  align-items:     center;
  justify-content: space-between;
  padding:         14px var(--gutter);
  max-width:       var(--max-w);
  margin:          0 auto;
}
.footer-copy      { font-size: 0.8125rem; color: #d4d0cc !important; }  /* 11.5:1 on #1c1814 ✓ */
.footer-logo img  { height: 22px; opacity: 0.70; }

/* hairlines */
#works, #skills, #testimonials, #about, #interests {
  border-top: 1px solid rgba(0,0,0,0.06);
}
[data-theme="dark"] #works, [data-theme="dark"] #skills,
[data-theme="dark"] #testimonials, [data-theme="dark"] #about,
[data-theme="dark"] #interests { border-top-color: rgba(255,255,255,0.04); }

/* ── 6. HERO ─────────────────────────────────────────────────── */
#hero { display: flex; align-items: center; overflow: hidden; min-height: 75vh; }
#hero .container { padding-top: 80px; padding-bottom: 48px; }

.hero-greeting { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.hero-greeting__text { font-size: 1.125rem; font-weight: 400; color: var(--text-secondary); line-height: 1.5; }
.hero-greeting__text strong { color: var(--text-primary); font-weight: 600; }

.hero-name {
  font-size:      clamp(2rem, 4.5vw, 3rem) !important;  /* fits longer sentence cleanly */
  font-weight:    500 !important;
  letter-spacing: -0.01em !important;
  line-height:    1.2 !important;
  color:          var(--text-primary);
  margin:         12px 0 24px !important;
  white-space:    normal !important;
  max-width:      860px;
}
.hero-tagline {
  font-size:   clamp(0.9375rem, 1.4vw, 1.0625rem) !important;
  line-height: 1.70 !important;
  color:       var(--text-secondary) !important;
  max-width:   480px !important;
  margin:      0 0 22px !important;
}
.hero-social { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; margin-top: 0px;}
.hero-social__link {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border-card); color: var(--text-secondary); text-decoration: none;
  transition: border-color var(--fast), color var(--fast), background var(--fast);
}
.hero-social__link:hover { border-color: var(--gold-border); color: var(--gold); background: var(--gold-dim); }
.hero-social__link svg { width: 16px; height: 16px; }
.hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 6px; font-size: 0.875rem; color: var(--text-secondary); }
.hero-meta__sep { opacity: 0.3; }
.hero-name__accent { color: var(--gold); }

/* Discipline tag below greeting */
.hero-discipline {
  font-size:      0.8125rem;
  font-weight:    500;
  letter-spacing: 0.06em;
  color:          #735b5b;   /* WCAG AA on both white + dark bg */
  margin:         10px 0 0px;
  text-transform: uppercase;
}
[data-theme="dark"] .hero-discipline { color: #888; }
.work-card__tag.mgtop { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold) !important; display: block; margin-bottom: 14px; }
.hero-actions { margin-top: 0px; }

/* ── 7. WORKS — equal 2-col, description instead of tag ─────── */
#works .section-header { margin-bottom: 60px; }
.wk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 24px;                /* increased from 20px */
}
/* 2. All equal — no wide card */
.wk-card--wide { grid-column: span 1; }

.wk-card { display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: inherit; }

/* 1. Top: title + short description (no tag) */
.wk-card__top { display: flex; flex-direction: column; gap: 6px; padding: 0 2px; }
.wk-card__tag { display: none; }           /* tag hidden — replaced by desc */
.wk-card__title {
  font-family:    var(--font-display);
  font-size:      clamp(1.125rem, 1.8vw, 1.2rem);
  font-weight:    600;
  color:          var(--text-primary);
  line-height:    1.2;
  letter-spacing: -0.018em;
  margin:         0;
transition: .4s;
}
.wk-card:hover .wk-card__title {  transition: .4s; padding-left: 0px; color:var(--text-secondary); }

/* 1. Description — 2 lines max */
.wk-card__desc {
  font-size:         0.875rem;
  color:             var(--text-secondary);
  line-height:       1.55;
  margin:            0;
  display:           -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:          hidden;
  transition:        color var(--transition);
}

/* 2. Equal image aspect ratio for all cards */
.wk-card__img {
  position:      relative;
  overflow:      hidden;
  border-radius: 16px;
  aspect-ratio:  3 / 2;          /* taller: 3/2 gives bigger images */
  background:    var(--bg-card);
  flex-shrink:   0;
}
.wk-card--wide .wk-card__img { aspect-ratio: 3 / 2; }

.wk-card__img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block; border-radius: 8px !important;
  /* filter: brightness(0.94); */
  transition: 0.5s;
}

.wk-card:hover img{transform: scale(1.07) !important; transition: 0.5s;}
.wk-card:hover .wk-card__img img { transform: scale(1.04); filter: brightness(1.0); transition: 0.4s; }

.wk-card__cta {
  position:    absolute;
  bottom:      14px; right: 14px;
  background:  #fff;
  color:       #111;
  font-size:   0.8125rem;
  font-weight: 500;
  padding:     7px 16px;
  border-radius: 100px;
  opacity:     0;
  transform:   translateY(6px);
  transition:  opacity .22s, transform .22s;
  white-space: nowrap;
  pointer-events: none;
}
.wk-card:hover .wk-card__cta { opacity: 1; transform: translateY(0); }

/* ── 8. APPROACH — dark bg, no numbers ──────────────────────── */
.approach-values {
  display:               grid;
  grid-template-columns: repeat(4, 1fr);
  gap:                   40px;
  border-top:            1px solid rgba(255,255,255,0.10);
  padding-top:           40px;
}
/* 3. No numbers — removed approach-value__num */
.approach-value__num   { display: none; }
.approach-value__title {
  font-size:    1rem;
  font-weight:  600;
  color:        #e8e8e8;
  margin-bottom: 8px;
  line-height:  1.3;
}
.approach-value__desc {
  font-size:   0.9rem;
  color:       #999;  /* 6.82:1 on #0d0d0d ✓ */
  line-height: 1.65;
  margin:      0;
}

/* ── 9. RADIUS SYSTEM ────────────────────────────────────────── */
img { border-radius: 0 !important; }
.wk-card__img, .about-photo, .testimonial-card, .glass-card { border-radius: 6px; overflow: hidden; }
.skill-card, .interest-card, .timeline-more   { border-radius: 12px; }
.btn-primary, .btn-secondary, .pill, .skill-tag,
.coming-badge, .wk-card__cta, .theme-toggle,
.contact-form__submit                          { border-radius: 100px; }
nav.scrolled .nav-inner                        { border-radius: 100px !important; }
.nav-hamburger                                 { border-radius: 8px; }
.timeline-dot, .back-to-top, .hero-social__link { border-radius: 50%; }
.contact-form__field input,
.contact-form__field textarea                  { border-radius: 8px; }

/* ── 10. SKILLS ──────────────────────────────────────────────── */
.skills-intro { font-size: 1rem; color: var(--text-secondary); margin-bottom: 36px; max-width: 600px; line-height: 1.7; }

/* ── 11. TIMELINE — vertical only, grey period ────────────────── */
.timeline { position: relative; padding-left: 21px; }
.timeline::before {
  content: ''; position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, rgba(253,46,53,0.6) 0%, rgba(253,46,53,0.5) 60%, transparent 100%);
}
.timeline-item { position: relative; padding-left: 20px; margin-bottom: 48px; }
.timeline-item:last-child { margin-bottom: 0; }
/* 4. Dot on line: timeline padding-left=28, item padding-left=20
   Dot centre must be at x=0 (the line). Relative to timeline-item:
   its left edge is at 0 (within .timeline-item). The line is at
   x = -20px relative to .timeline-item left.
   Dot: left = -20px - 5px(half-dot) = -25px  ✓ */
.timeline-dot {
  position: absolute; left: -25px; top: 22px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); border: 2.5px solid #111;
  box-shadow: 0 0 0 2px rgba(253,46,53,0.2);
  z-index: 1;
  transition: background var(--transition);
}
/* 5. Grey shade for period */
.timeline-period  { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #888; margin-bottom: 4px; }
.timeline-role    { font-size: 1.2rem; font-weight: 600; color: #e8e8e8; line-height: 1.25; margin-bottom: 2px; }
.timeline-company { font-size: 0.9rem; color: #888; margin-bottom: 14px; }  /* 5.3:1 on #111 ✓ */
.timeline-resp    { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 20px; }
.timeline-resp li { font-size: 0.875rem; color: #888; padding-left: 14px; margin-top: 8px; position: relative; line-height: 1.65; }  /* 5.3:1 on #111 ✓ */
.timeline-resp li::before { content: '→'; position: absolute; left: 0; color: var(--gold); font-size: 0.7rem; top: 4px; }

/* ── 12. TESTIMONIALS ─────────────────────────────────────────── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: 16px; padding: 28px 24px 20px; display: flex; flex-direction: column; }
.testimonial-quote { font-size: 3rem; line-height: 1; color: var(--gold); margin-bottom: 8px; font-family: Georgia, serif; }
.testimonial-text  { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; flex: 1; }
.testimonial-footer { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border-subtle); }
.testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-dim); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 600; color: var(--gold); flex-shrink: 0; }
.testimonial-name  { font-size: 0.8125rem; font-weight: 500; color: var(--text-primary); }
.testimonial-role  { font-size: 0.75rem; color: var(--text-secondary); opacity: 0.7; }
.testimonial-source img { height: 16px; opacity: 0.5; }
.testimonials-cta  { margin-top: 32px; }

/* ── 13. ABOUT — 25% smaller photo ───────────────────────────── */
.about-grid {
  display:               grid;
  /* photo col: 270px → 230px (additional 15% smaller) */
  grid-template-columns: 1fr 230px;
  gap:                   60px;
  align-items:           start;
}
.about-body p { margin-bottom: 16px; font-size: 1rem; line-height: 1.78; color: var(--text-secondary); }
.about-body p:last-child { margin-bottom: 0; }
.about-photo { border-radius: 16px; overflow: hidden; }
.about-photo img { width: 100%; height: auto; display: block; border-radius: 0 !important; }

/* ── 14. INTERESTS ─────────────────────────────────────────────── */
.interests-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.interest-card { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: 12px; padding: 24px 20px; box-shadow: none; }  /* no shadow at rest */
.interest-icon  { font-size: 1.75rem; margin-bottom: 10px; }
.interest-title { font-size: 1rem; font-weight: 600; color: var(--text-primary); margin-bottom: 6px; }
.interest-desc  { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.65; margin: 0; }

/* ── 15. CONTACT ─────────────────────────────────────────────── */
#contact .section-title { color: #0d0d0d !important; }
.contact-layout { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: start; }
.contact-detail { margin-bottom: 28px; }
.contact-detail__label { display: block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #888; margin-bottom: 4px; }  /* 5.3:1 on #0d0d0d ✓ */
.contact-detail__value { font-size: 1rem; color: #aaa; text-decoration: none; transition: color .2s; }
.contact-detail__value:hover { color: var(--gold); }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.contact-form__field { margin-bottom: 16px; }
.contact-form__field label { display: block; font-size: 0.8125rem; font-weight: 500; color: #888; margin-bottom: 6px; }  /* 5.3:1 on #161616 ✓ */
.contact-form__field input,
.contact-form__field textarea { width: 100%; padding: 12px 14px; background: #161616; border: 0px solid #262626; color: #e0e0e0; border-radius: 8px; font-family: var(--font-body); font-size: 0.9375rem; transition: border-color .2s; }
.contact-form__field input:focus,
.contact-form__field textarea:focus { outline: none; border-color: var(--gold-border); }
.contact-form__submit { margin-top: 4px; }
.contact-form__note { margin-top: 10px; font-size: 0.875rem; }

/* ── 16. RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) {
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .approach-values   { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 1024px) {
  #hero .container  { padding-top: 120px; }
  #works, #approach, #skills, #experience, #testimonials,
  #about, #interests { padding: 80px 0; }
  #contact           { padding: 80px 0 112px; }
  .wk-grid           { gap: 16px; }
  .about-grid        { grid-template-columns: 1fr 190px; gap: 40px; }
  .contact-layout    { grid-template-columns: 240px 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  #hero .container   { padding-top: 88px; padding-bottom: 52px; }
  .hero-name         { font-size: clamp(2.5rem, 9vw, 4rem) !important; }
  .hero-tagline      { font-size: 0.9375rem !important; }

  #works, #approach, #skills, #experience, #testimonials,
  #about, #interests { padding: 64px 0; }
  #contact           { padding: 64px 0 88px; }
  .section-header    { margin-bottom: 36px !important; }
  .section-title     { font-size: clamp(1.625rem, 5.5vw, 2.25rem) !important; }

  /* Works */
  .wk-grid           { grid-template-columns: 1fr !important; gap: 20px !important; }
  .wk-card__img      { aspect-ratio: 4 / 3 !important; border-radius: 12px !important; }
  .wk-card__cta      { opacity: 1 !important; transform: none !important; }

  /* Approach */
  .approach-values   { grid-template-columns: 1fr 1fr !important; gap: 20px !important; }

  /* Skills */
  .skills-grid       { grid-template-columns: 1fr !important; gap: 10px !important; }

  /* 4. Timeline — vertical only, no horizontal on mobile either */
  .timeline          { padding-left: 22px; }
  .timeline-item     { padding-left: 14px; margin-bottom: 36px; }
  .timeline-dot      { left: -20px; top: 18px; width: 8px; height: 8px; }
  .timeline-resp     { grid-template-columns: 1fr !important; }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: 1fr !important; gap: 14px !important; }

  /* 6. About — photo full width below on mobile */
  .about-grid        { grid-template-columns: 1fr !important; gap: 28px !important; }
  .about-photo       { max-width: 200px; }

  /* Interests */
  .interests-grid    { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }

  /* Contact */
  .contact-layout    { grid-template-columns: 1fr !important; gap: 36px !important; }
  .contact-form__row { grid-template-columns: 1fr !important; }

  /* 7. Footer mobile */
  .footer-inner      { padding: 12px var(--gutter-sm); }
}

@media (max-width: 480px) {
  #hero .container   { padding-top: 76px; }
  .hero-name         { font-size: clamp(2.2rem, 10vw, 3rem) !important; }
  .hero-social__link { width: 36px; height: 36px; }
  #works, #approach, #skills, #experience, #testimonials,
  #about, #interests { padding: 52px 0; }
  #contact           { padding: 52px 0 72px; }
  .section-title     { font-size: clamp(1.5rem, 7.5vw, 2rem) !important; }
  .wk-card__img      { border-radius: 10px !important; }
  .approach-values   { grid-template-columns: 1fr !important; gap: 20px !important; }
  .interests-grid    { grid-template-columns: 1fr !important; }
  .wk-grid           { gap: 16px !important; }
  .about-photo       { max-width: 160px; }
  .footer-inner      { padding: 10px var(--gutter-sm); }
}

/* ── HERO SCROLL INDICATOR ───────────────────────────────────── */
.hero-scroll-hint {
  position:        absolute;
  bottom:          28px;
  left:            50%;
  transform:       translateX(-50%);
  display:         flex;
  flex-direction:  column;
  align-items:     center;
  gap:             6px;
  text-decoration: none;
  color:           var(--text-secondary);
  opacity:         0.6;
  transition:      opacity .2s ease;
  z-index:         2;
}
.hero-scroll-hint:hover { opacity: 1; }
.hero-scroll-hint__label {
  font-size:      0.6875rem;
  font-weight:    500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-scroll-hint__arrow {
  width:  20px;
  height: 20px;
  stroke: currentColor;
  fill:   none;
  stroke-width: 2;
  animation: scroll-bounce 1.8s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0);   opacity: 0.6; }
  50%       { transform: translateY(6px); opacity: 1;   }
}
@media (max-width: 768px) {
  .hero-scroll-hint { bottom: 18px; }
}


.wk-card__img img {transform: scale(1) translateY(4.67905px) !important;}
