/*
Theme Name: Yappigo Child
Theme URI: https://yappigo.com
Template: yappigo-theme
Author: Yappigo
Author URI: https://yappigo.com
Description: The private digital home for your pet's life. A warm, playful theme for the Yappigo app website.
Version: 1.2.0
Updated: 2026-08-01 12:15:33

*/

/* Compact Polylang switcher: show only the opposite language as initials. */
nav .lang-item > a {
  font-size: 0 !important;
}
nav .lang-item > a::after {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
nav .lang-item-en > a::after {
  content: "EN";
}
nav .lang-item-fr > a::after {
  content: "FR";
}

/* Compact desktop scale with the same playful visual language. */
@media (min-width: 851px) {
  .header-inner,
  main,
  .site-main,
  .footer-inner {
    max-width: 1240px;
  }

  h1 {
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 14px 0;
  }

  h2 {
    font-size: clamp(26px, 2.8vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.035em;
    margin-bottom: 13px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
    line-height: 1.62;
  }

  .lead {
    font-size: 19px;
    max-width: 640px;
  }

  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 20px;
  }

  .logo-name {
    font-size: 22px;
  }

  .site-nav a {
    padding: 8px 11px;
    font-size: 14px;
  }

  main,
  .site-main {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .hero {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 34px;
    min-height: 510px;
  }

  .hero-actions {
    margin: 24px 0 14px;
  }

  .button,
  .wp-block-button__link {
    padding: 12px 18px;
  }

  .phone {
    width: min(320px, 92vw);
    min-height: 520px;
    border-radius: 38px;
    padding: 12px;
  }

  .phone-screen {
    min-height: 496px;
    border-radius: 29px;
    padding: 18px;
  }

  .phone-top {
    margin-bottom: 16px;
  }

  .pet-photo {
    height: 132px;
    border-radius: 19px;
    font-size: 58px;
  }

  .mini-card {
    padding: 11px;
    border-radius: 16px;
    font-size: 13px;
  }

  .section {
    margin: 52px 0;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .card {
    border-radius: 24px;
    padding: 24px;
  }

  .band {
    border-radius: 28px;
    padding: 32px;
  }

  .page-title {
    padding: 34px 0 16px;
  }
}
