/* ============================================================
   WEENK CREATIVE STUDIO — Design System
   Style: Neubrutalist bento — white paper, thick black frames,
   electric blue accents, charcoal cards. Based on brand poster.
   ============================================================ */

:root {
  --black: #0a0a0a;
  --ink: #181818;
  --white: #ffffff;
  --paper: #f4f4f2;
  --blue: #4AA0DC;
  --blue-dark: #2F7FB8;
  --border-w: 4px;
  --radius: 26px;
  --radius-sm: 16px;
  --shadow: 7px 7px 0 var(--black);
  --shadow-sm: 4px 4px 0 var(--black);
  --font-display: 'Vazirmatn', 'Archivo Black', 'Inter', sans-serif;
  --font-body: 'Vazirmatn', 'Inter', sans-serif;
  --font-latin: 'Archivo Black', 'Inter', sans-serif;
  --font-fa: 'Vazirmatn', 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* In-page scrolling is animated in JS (main.js) so it works even when the OS
   "reduce motion" setting disables the browser's native smooth scroll. */
[id] { scroll-margin-top: 96px; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 900; line-height: 1.35; letter-spacing: 0; }

[lang="fa"] { font-family: var(--font-fa); }

/* ------------------------------ frames ------------------------------ */
.frame {
  background: var(--white);
  border: var(--border-w) solid var(--black);
  border-radius: var(--radius);
}
.frame-dark {
  background: var(--ink);
  border: var(--border-w) solid var(--black);
  border-radius: var(--radius);
  color: var(--white);
}
.frame-blue {
  background: var(--blue);
  border: var(--border-w) solid var(--black);
  border-radius: var(--radius);
  color: var(--white);
}

/* ------------------------------ buttons ----------------------------- */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 0.85rem 1.8rem;
  border: var(--border-w) solid var(--black);
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: var(--shadow-sm);
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--black); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--black); }
.btn:focus-visible { outline: 3px dashed var(--blue); outline-offset: 3px; }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-white { background: var(--white); color: var(--black); }

/* ============================= HEADER ============================= */
.site-header {
  position: sticky;
  top: 12px;
  z-index: 100;
  padding: 0 16px;
  margin: 14px 0 6px;
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1.2rem;
  box-shadow: var(--shadow-sm);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}
.brand-logo {
  height: 44px;
  width: auto;
  flex: none;
}

.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.nav-link {
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  color: var(--black);
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 3px solid transparent;
  transition: border-color 0.18s ease, background 0.18s ease;
  cursor: pointer;
}
.nav-link:hover { border-color: var(--black); background: var(--paper); }
.nav-link:focus-visible { outline: 3px dashed var(--blue); outline-offset: 2px; }
.nav-cta { margin-inline-start: 0.6rem; padding: 0.55rem 1.3rem; font-size: 0.8rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: var(--white);
  border: 3px solid var(--black);
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
}
.nav-toggle span { width: 24px; height: 3.5px; background: var(--black); border-radius: 2px; transition: 0.2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

/* ============================= HERO ============================= */
.hero { padding: 18px 16px 8px; }
.hero-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 1fr 360px;
  grid-template-rows: auto auto 150px;
  grid-template-areas:
    "weenk studio photo"
    "weenk blue   photo"
    "bird  wide   photo";
  gap: 14px;
}

.hero-weenk {
  grid-area: weenk;
  display: grid;
  place-items: center;
  min-height: 420px;
  box-shadow: var(--shadow-sm);
}
.weenk-vertical {
  font-family: var(--font-latin);
  font-size: clamp(3rem, 7vw, 5.4rem);
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.hero-studio {
  grid-area: studio;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 2.4rem;
  box-shadow: var(--shadow-sm);
}
.hero-studio h1 { font-size: clamp(2rem, 4.6vw, 4rem); }

.hero-blue {
  grid-area: blue;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 2.4rem 2rem 1.8rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.fa-big {
  font-family: var(--font-fa);
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.2;
}
.fa-small {
  font-family: var(--font-fa);
  font-size: 0.72rem;
  opacity: 0.9;
  margin-top: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-bird {
  grid-area: bird;
  background: var(--white);
  display: grid;
  place-items: center;
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
}
.hero-bird img { width: 100px; height: auto; }

/* Two separate image tiles: a tall panel (full column) and a wide bottom panel */
.hero-photo {
  grid-area: photo;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 420px;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.hero-wide {
  grid-area: wide;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.hero-wide img { width: 100%; height: 100%; object-fit: cover; }

/* ============================= MARQUEE ============================= */
.marquee {
  max-width: 1240px;
  margin: 22px auto 0;
  overflow: hidden;
  padding: 0.9rem 0;
  box-shadow: var(--shadow-sm);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  white-space: nowrap;
}
.marquee-track span { flex: none; }
/* RTL: the track anchors at the inline start (right), so it must travel
   rightward (+X). Track holds 4 copies; +50% = exactly 2 copies = seamless. */
@keyframes marquee { to { transform: translateX(50%); } }

/* ============================= SECTIONS ============================= */
.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 16px 8px;
}
.section-head { margin-bottom: 2.2rem; text-align: center; }
.tag {
  display: inline-block;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.4rem 1.1rem;
  border-width: 3px;
  border-radius: 999px;
  margin-bottom: 1.1rem;
  background: var(--white);
}
.section-head h2, .about-text h2 { font-size: clamp(1.9rem, 4vw, 3.2rem); text-transform: uppercase; }
.blue-text { color: var(--blue); }
.outline-text {
  color: transparent;
  -webkit-text-stroke: 2.5px var(--white);
}

/* ---------------------------- services ---------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card {
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow); }
.service-card h3 { font-size: 1.15rem; margin: 1rem 0 0.6rem; text-transform: uppercase; }
.service-card p { font-size: 0.94rem; }
.service-icon {
  width: 58px;
  height: 58px;
  border: 3px solid currentColor;
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
}
.service-icon svg { width: 30px; height: 30px; }
.service-card--blue { background: var(--blue); color: var(--white); }
.service-card--dark { background: var(--ink); color: var(--white); }

/* ------------------------------ stats ------------------------------ */
.stats {
  max-width: 1240px;
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 2.4rem 1.6rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.stat-num, .stat-plus {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
}
.stat-plus { color: var(--blue); }
.stat p {
  font-size: 0.85rem;
  color: #bbb;
  margin-top: 0.3rem;
}

/* ------------------------- brands (worked with) ------------------------- */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.brand-item {
  margin: 0;
  padding: 1.2rem 1rem 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.brand-item:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow); }
.brand-item img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}
.brand-item figcaption {
  font-weight: 800;
  font-size: 0.85rem;
  text-align: center;
}

/* ------------------------------ work ------------------------------ */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.work-card {
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.work-card:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow); }
.work-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.work-logo {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  width: 58px;
  height: 58px;
  background: var(--white);
  border: 3px solid var(--black);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.work-logo img { width: 72%; height: 72%; object-fit: contain; }
.work-card figcaption {
  position: absolute;
  inset-inline-start: 14px;
  bottom: 14px;
  background: var(--white);
  border: 3px solid var(--black);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ----------------------------- process ----------------------------- */
.process-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}
.process-card {
  padding: 1.6rem 1.4rem;
  box-shadow: var(--shadow-sm);
}
.process-card--blue { background: var(--blue); color: var(--white); }
.process-card--dark { background: var(--ink); color: var(--white); }
.process-card--dark .step-num { color: var(--blue); }
.step-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--blue);
}
.process-card--blue .step-num { color: var(--white); }
.process-card h3 { font-size: 1.1rem; text-transform: uppercase; margin: 0.5rem 0 0.5rem; }
.process-card p { font-size: 0.92rem; }

/* --------------------------- testimonials --------------------------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testi-card {
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.testi-card p { font-size: 1rem; font-weight: 500; }
.testi-card footer { display: flex; flex-direction: column; }
.testi-card footer span { font-size: 0.85rem; opacity: 0.7; }
.testi-card--dark { background: var(--ink); color: var(--white); }

/* -------------------------- review popup & form -------------------------- */
.review-cta { margin-top: 2rem; text-align: center; }

.review-modal {
  border: var(--border-w) solid var(--black);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 var(--black);
  padding: 0;
  width: min(560px, calc(100vw - 32px));
  background: var(--white);
  /* center the dialog */
  margin: auto;
}
.review-modal::backdrop {
  background: rgba(10, 10, 10, 0.6);
}
.review-modal[open] { animation: modal-pop 0.22s ease; }
@keyframes modal-pop {
  from { transform: translateY(14px); opacity: 0; }
  to { transform: none; opacity: 1; }
}

.modal-close {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  line-height: 1;
  background: var(--paper);
  border: 3px solid var(--black);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.modal-close:hover { transform: rotate(90deg); background: var(--blue); color: var(--white); }

.review-form {
  position: relative;
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review-form h3 { font-size: 1.15rem; }
.review-note { font-size: 0.88rem; color: #666; }
.review-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-weight: 800;
  font-size: 0.85rem;
}
.review-form input,
.review-form textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.8rem 1rem;
  border: 3px solid var(--black);
  border-radius: var(--radius-sm);
  background: var(--paper);
  transition: box-shadow 0.15s ease;
}
.review-form input:focus,
.review-form textarea:focus {
  outline: none;
  box-shadow: 4px 4px 0 var(--blue);
}
.review-form button { align-self: flex-start; }

/* ------------------------------ about ------------------------------ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 16px;
  align-items: stretch;
}
.about-photo { overflow: hidden; box-shadow: var(--shadow-sm); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-text {
  padding: 2.4rem 2.2rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.about-text p { font-size: 1rem; }

/* ------------------------------- cta ------------------------------- */
.cta {
  max-width: 1240px;
  margin: 72px auto 0;
  text-align: center;
  padding: 4rem 2rem;
  box-shadow: var(--shadow-sm);
}
.cta h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.cta p { margin: 1rem 0 1.8rem; font-size: 1.05rem; }

/* ----------------------------- contact ----------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}
.contact-form {
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-weight: 800;
  font-size: 0.85rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.8rem 1rem;
  border: 3px solid var(--black);
  border-radius: var(--radius-sm);
  background: var(--paper);
  transition: box-shadow 0.15s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  box-shadow: 4px 4px 0 var(--blue);
}
.contact-form button { align-self: flex-start; }
.form-status { font-weight: 700; font-size: 0.9rem; min-height: 1.4em; }
.form-status.ok { color: #0c7a43; }
.form-status.err { color: #c81e1e; }

.contact-info { display: flex; flex-direction: column; gap: 16px; }
.info-card { padding: 1.8rem; box-shadow: var(--shadow-sm); flex: 1; }
.frame-dark-card { background: var(--ink); color: var(--white); }
.frame-blue-card { background: var(--blue); color: var(--white); }
.info-card h3 { text-transform: uppercase; margin-bottom: 0.8rem; font-size: 1.1rem; }
.info-card p { font-size: 0.98rem; }
.socials { display: flex; gap: 0.7rem; }
.socials a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 14px;
  color: inherit;
  transition: transform 0.18s ease, background 0.18s ease;
  cursor: pointer;
}
.socials a:hover { transform: translate(-2px, -2px); background: rgba(0,0,0,0.15); }
.socials svg { width: 22px; height: 22px; }

/* ------------------------------ footer ------------------------------ */
.site-footer {
  max-width: 1240px;
  margin: 80px auto 24px;
  padding: 3rem 2.4rem 1.6rem;
  box-shadow: var(--shadow-sm);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #333;
}
.footer-brand p { font-size: 0.94rem; color: #ccc; margin-top: 1rem; max-width: 320px; }
.fa-footer { font-family: var(--font-fa); }
.site-footer h4 {
  font-family: var(--font-display);
  font-weight: 900;
  margin-bottom: 1rem;
  color: var(--white);
}
.footer-nav, .footer-services, .footer-contact { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav a, .footer-services a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
  width: fit-content;
  transition: color 0.15s ease;
}
.footer-nav a:hover, .footer-services a:hover { color: var(--blue); }
.footer-contact p { color: #ccc; font-size: 0.95rem; }
.footer-contact .btn { margin-top: 0.6rem; align-self: flex-start; border-color: var(--white); box-shadow: 4px 4px 0 rgba(255,255,255,0.25); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1.4rem;
  color: #999;
  font-size: 0.88rem;
}
.footer-bottom p:last-child { font-family: var(--font-latin); letter-spacing: 2px; color: var(--white); }

/* --------------------------- reveal anim --------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  /* the ticker is decorative and required by the design — keep it moving slowly */
  .marquee-track { animation-duration: 60s !important; }
}

/* ============================ RESPONSIVE ============================ */

/* Large tablets / small laptops — tighten nav before it overflows */
@media (max-width: 1180px) {
  .nav-link { padding: 0.5rem 0.6rem; font-size: 0.85rem; }
  .nav-cta { margin-inline-start: 0.3rem; padding: 0.5rem 1rem; font-size: 0.72rem; }
}

/* Tablets */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 110px 1fr 240px;
    grid-template-rows: auto auto 130px;
  }
  .weenk-vertical { font-size: clamp(2.4rem, 6vw, 4rem); }
  .services-grid, .work-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 1.6rem; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-photo img { max-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 56px 16px 8px; }
  .stats, .cta { margin-top: 56px; }
}

/* Hamburger menu — kicks in before the 7 nav items collide with the logo */
@media (max-width: 920px) {
  .nav-toggle { display: flex; }
  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border: var(--border-w) solid var(--black);
    border-radius: var(--radius);
    padding: 1rem;
    box-shadow: var(--shadow-sm);
  }
  .main-nav.open { display: flex; }
  .nav-link { text-align: center; padding: 0.85rem; font-size: 1rem; }
  .nav-cta { margin: 0.5rem 0 0; text-align: center; font-size: 0.9rem; }
}

/* Phones */
@media (max-width: 720px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-template-areas:
      "studio"
      "weenk"
      "blue"
      "bird"
      "photo"
      "wide";
    gap: 12px;
  }
  .hero-photo { min-height: 0; height: 280px; }
  .hero-wide { height: 150px; }
  .hero-weenk { min-height: 0; padding: 0.8rem 1rem; }
  .weenk-vertical {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: clamp(2.2rem, 11vw, 3.2rem);
    letter-spacing: 6px;
  }
  .hero-studio { padding: 1.4rem 1.5rem; justify-content: center; text-align: center; }
  .hero-blue { padding: 1.8rem 1.2rem 1.4rem; }
  .hero-bird { padding: 1rem; }
  .hero-bird img { width: 72px; height: auto; }
  .services-grid, .work-grid, .testi-grid, .process-grid { grid-template-columns: 1fr; }
  .review-fields { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
}

/* Small phones */
@media (max-width: 480px) {
  :root { --radius: 20px; --shadow-sm: 3px 3px 0 var(--black); --shadow: 5px 5px 0 var(--black); }
  body { font-size: 0.95rem; }
  .site-header { top: 8px; padding: 0 10px; margin-top: 10px; }
  .header-inner { padding: 0.5rem 0.8rem; }
  .brand-logo { height: 34px; }
  .main-nav { left: 10px; right: 10px; }

  .hero { padding: 12px 10px 4px; }
  .marquee { margin: 16px 10px 0; padding: 0.7rem 0; }
  .marquee-track { font-size: 0.9rem; }

  .section { padding: 44px 10px 8px; }
  .section-head { margin-bottom: 1.6rem; }
  .section-head h2, .about-text h2 { font-size: clamp(1.5rem, 7.5vw, 2rem); }

  .service-card, .testi-card { padding: 1.4rem 1.2rem; }
  .process-card { padding: 1.3rem 1.2rem; }
  .about-text { padding: 1.6rem 1.4rem; }
  .contact-form { padding: 1.4rem 1.2rem; }
  .contact-form button { align-self: stretch; text-align: center; }
  .info-card { padding: 1.4rem 1.2rem; }

  .stats { grid-template-columns: 1fr 1fr; padding: 1.8rem 1rem; margin: 44px 10px 0; }
  .stat-num, .stat-plus { font-size: 1.8rem; }
  .stat p { font-size: 0.7rem; }

  .cta { margin: 44px 10px 0; padding: 2.6rem 1.2rem; }
  .cta h2 { font-size: clamp(1.8rem, 9vw, 2.6rem); }

  .site-footer { margin: 56px 10px 16px; padding: 2rem 1.4rem 1.2rem; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }

  .btn { padding: 0.75rem 1.4rem; font-size: 0.85rem; }
}

/* Very narrow devices */
@media (max-width: 360px) {
  .weenk-vertical { letter-spacing: 3px; }
  .fa-big { font-size: 2rem; }
}
