@media screen and (min-width: 0px) {
  /*  */
  /* * * * * * * * * * * loading-screen 375 * * * * * * * * * * */
  /*  */
  .loading-screen {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100dvh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .loading-screen figure {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    margin: 0;
    width: 100vw;
    height: 100dvh;
  }
  .loading-screen img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mask img {
    width: 300vw !important;
    height: 300vw !important;
    max-width: 2000px;
    max-height: 2000px;
  }
  .mask-text img,
  .mask-bg img {
    width: 54vw !important;
    height: 54vw !important;
    max-width: 360px;
    max-height: 360px;
  }
  .mask-logo img {
    width: 24vw !important;
    height: 24vw !important;
    max-width: 160px;
    max-height: 160px;
  }

  /* rotace textu */
  @keyframes rotateCounter {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }

  /* základní stav */
  .mask-text img {
    animation: rotateCounter 15s linear infinite;
  }

  /*  */
  /* * * * * * * * * * * design system 375 * * * * * * * * * * */
  /*  */
  *,
  :after,
  :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* transition: all 0.2s ease; */
  }
  :root {
    --offWhite: #f7f7f7;
    --beige: #edece5;
    --green: #2d4c45;
    --orange: #c05621;
    --space-8: 0.5rem;
    --space-16: 1rem;
    --space-24: 1.5rem;
    --space-32: 2rem;
    --space-48: 3rem;
    --space-64: 4rem;
    --space-80: 5rem;
    --space-96: 6rem;
    --space-116: 7rem;
    --space-128: 8rem;
    --space-144: 9rem;
    --space-160: 10rem;
    --circle-sm: 100px;
    --circle-md: 120px;
    --circle-lg: 140px;
    --circle-xl: 160px;
    --circle-xxl: 180px;
    --circle-bg: 1670px; /* určuje zaoblení  kruhu v pozadí */
  }

  html {
    background-color: var(--beige);
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat;
    background-size: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; /* 100 - 900 */
    font-style: normal; /* italic */
  }
  /* označení textu cursorem */
  body::selection,
  p::selection,
  h1::selection,
  h2::selection,
  h3::selection,
  h4::selection,
  h5::selection,
  h6::selection,
  blockquote::selection,
  li::selection,
  ul::selection,
  ol::selection,
  dl::selection,
  dt::selection,
  dd::selection,
  a::selection,
  q::selection,
  em::selection,
  strong::selection,
  span::selection,
  div::selection,
  section::selection,
  article::selection,
  aside::selection,
  header::selection,
  footer::selection,
  nav::selection,
  main::selection,
  figure::selection,
  figcaption::selection,
  caption::selection,
  code::selection,
  pre::selection,
  mark::selection,
  small::selection,
  sub::selection,
  sup::selection,
  time::selection,
  label::selection,
  tr::selection,
  td::selection,
  button::selection,
  address::selection {
    color: var(--beige);
    background-color: var(--orange);
  }
  mark {
    background-color: transparent;
  }
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  main {
    overflow: hidden;
  }
  section {
    padding: var(--space-32);
  }
  section:not(.hero) {
    margin: var(--space-96) auto;
  }
  .heading {
    margin-bottom: var(--space-32);
    max-width: 420px;
    text-wrap: balance;
  }
  h1,
  h2,
  h3 {
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 500;
  }
  h1 {
    font-size: 2.1875rem;
    /* color: var(--beige); */
    font-weight: 300;
  }
  h2 {
    font-size: 1.875rem;
    margin-bottom: var(--space-16);
  }
  h3 {
    font-size: 1.5rem;
    text-transform: unset;
    margin-bottom: var(--space-16);
  }
  a,
  p,
  span,
  figcaption,
  td,
  button {
    font-size: 1rem;
    color: var(--green);
  }
  a {
    text-decoration: none;
  }
  ul {
    list-style-type: none;
  }
  img:not(.hero-circle img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text-large > p {
    font-size: 1.25rem;
  }

  /* * * * * * * * * * * header 375 * * * * * * * * * * */

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
    padding: var(--space-16);
    padding-bottom: 0;
  }
  .header-scrolled .logo {
    padding: 2.5px 10px;
    background-color: var(--green);
  }
  .logo {
    display: block;
    width: 120px;
    height: 26px;
    padding: 5px 0;
    border-radius: 4px 14px 4px 14px;
    background-color: transparent;
    transition: padding 0.3s ease, background-color 0.3s ease;
  }

  #menu {
    position: absolute;
    top: calc(var(--space-16) - 2.5px);
    right: var(--space-16);
    width: 30px;
    height: 30px;
    z-index: 10;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: border 0.3s ease;
  }
  .menu-bars {
    display: block;
    height: 1px;
    width: 60%;
    background-color: #ffffff;
    transition: all ease 0.3s;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  .header-scrolled #menu {
    border: 1px solid var(--orange);
  }
  .header-scrolled .menu-bars {
    background-color: var(--orange);
  }
  .header-scrolled #menu.cross {
    border: 1px solid var(--beige);
  }
  .header-scrolled #menu.cross .menu-bars {
    background-color: var(--beige);
  }
  .top-bar {
    position: absolute;
    top: 8px;
  }
  .middle-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .bottom-bar {
    position: absolute;
    bottom: 8px;
  }
  /* Transformations for the cross */
  #menu.cross .top-bar {
    transform: rotate(45deg) translate(-2px, 9.5px);
  }
  #menu.cross .middle-bar {
    opacity: 0;
  }
  #menu.cross .bottom-bar {
    transform: rotate(-45deg) translate(-2px, -10px);
  }
  nav {
    display: none;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--orange);
    width: 100%;
    height: 100%;
    padding: var(--space-96) var(--space-32);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .show-menu {
    display: block;
    opacity: 1;
  }
  .show-menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
  }
  .show-menu li {
    border: 1px solid var(--beige);
    flex-grow: 1;
    border-radius: 70px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.1s ease, transform 0.1s ease;
    animation-name: slideAndFade;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  .show-menu li.show {
    opacity: 1;
    transform: translateY(0);
  }
  .show-menu a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--beige);
    text-transform: uppercase;
    font-size: 1.25rem;
  }
  /* animated nav */

  @keyframes slideAndFade {
    from {
      opacity: 0.9;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  nav li:nth-child(1) {
    animation-delay: 0.1s;
  }
  nav li:nth-child(2) {
    animation-delay: 0.15s;
  }
  nav li:nth-child(3) {
    animation-delay: 0.2s;
  }
  nav li:nth-child(4) {
    animation-delay: 0.25s;
  }
  nav li:nth-child(5) {
    animation-delay: 0.3s;
  }
  nav li:nth-child(6) {
    animation-delay: 0.35s;
  }

  /* * * * * * * * * * * design system - circles * * * * * * * * * * */

  .circle-sm {
    width: var(--circle-sm);
    height: var(--circle-sm);
  }
  .circle-md {
    width: var(--circle-md);
    height: var(--circle-md);
  }
  .circle-lg {
    width: var(--circle-lg);
    height: var(--circle-lg);
  }
  .circle-xl {
    width: var(--circle-xl);
    height: var(--circle-xl);
  }
  .circle-xxl {
    width: var(--circle-xxl);
    height: var(--circle-xxl);
  }
  .arrow-orange {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../icons/arrow-sm-orange.svg);
    background-repeat: no-repeat;
  }
  .arrow-beige {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../icons/arrow-sm-beige.svg);
    background-repeat: no-repeat;
  }
  .btn {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    padding: var(--space-16);
    transition: all 0.3s ease;
  }
  .btn p {
    color: var(--beige);
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
  }
  .btn i,
  .outline i {
    margin: 0 auto var(--space-8) auto;
  }
  .outline {
    background-color: var(--beige);
    color: var(--orange);
    padding: var(--space-8);
  }
  .outline p {
    color: var(--orange);
  }
  .down {
    transform-origin: center center;
    transform: rotate(180deg);
  }
  .down p {
    transform: rotate(-180deg);
  }
  .vyhoda-nazev {
    margin-bottom: var(--space-16);
  }
  .vyhoda-popis p {
    text-transform: unset;
    font-weight: 400;
    color: var(--beige);
  }
  .vyhoda-popis strong {
    text-decoration: underline;
    font-weight: 600;
  }

  .circle-foto {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  .circle-foto img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    object-fit: cover;
  }

  /* * * * * * * * * * * design system - form * * * * * * * * * * */

  /* form general 375 */
  .form-switch {
    display: flex;
    justify-content: center;
    gap: var(--space-16);
  }
  .form-switch .btn {
    padding: 0;
  }
  .form-switch button:nth-child(2) i {
    transform: scaleX(-1);
  }

  button {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }

  .form.hidden {
    display: none;
  }
  .form.active {
    display: block;
  }
  form {
    font-size: 0.85rem;
  }
  fieldset {
    border: none;
    margin-bottom: var(--space-16);
  }
  .field-flex {
    display: flex;
  }
  .field-flex label {
    /* flex: 1 0 auto; */
    min-width: max-content;
    height: max-content;
    margin-top: 6px;
    margin-right: 6px;
  }
  .dotazy {
    display: flex;
    flex-wrap: wrap;
  }
  .dotazy label:first-of-type {
    width: 100%;
  }
  textarea {
    resize: vertical;
  }
  form div {
    display: flex;
  }
  form .gdpr div {
    margin-bottom: 20px;
  }
  form div p {
    width: 90%;
    margin-left: 10px;
  }
  form a {
    text-decoration: underline;
  }
  form button {
    width: 100%;
    height: var(--space-48);
    border-radius: var(--space-24);
    background-color: var(--orange);
  }
  form button span {
    color: var(--beige);
    position: relative;
    font-weight: 500;
  }
  form button i {
    position: absolute;
    right: -20px;
    top: 2px;
    transform: scale(0.8);
  }

  form button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
  }

  form button:focus,
  form button:hover {
    border: 2px solid var(--orange);
  }

  /* Not focused - empty */

  input[type="text"],
  textarea {
    font-family: "Montserrat", sans-serif;
    font-weight: 300; /* 100 - 900 */
    font-size: 0.85rem;
    background: var(--beige);
    padding: 10px;
    width: 100%;
    height: var(--space-32);
    border-radius: var(--space-16);
    outline: none;
    border: 1px solid var(--green);
    color: var(--green);
  }
  input[type="text"] {
    text-align: center;
  }
  textarea {
    height: unset;
  }
  input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    width: var(--space-32);
    height: var(--space-32);
    border-radius: 50%;
    border: 1px solid var(--green);
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  input[type="checkbox"]::before {
    content: "";
    display: block;
    width: var(--space-16);
    height: var(--space-16);
    clip-path: polygon(14% 43%, 37% 66%, 84% 0, 100% 13%, 39% 100%, 0 59%);
    transform: scale(0);
    background-color: var(--beige);
  }

  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
  }
  label[for="omitky"],
  label[for="realizace"],
  label[for="poradenstvi"],
  label[for="workshopu"],
  label[for="other"] {
    flex-grow: 1;
    text-align: center;
    padding: 5px 10px;
    margin: 5px;
    background-color: var(--beige);
    border: 1px solid var(--green);
    color: gray;
    height: var(--space-32);
    border-radius: var(--space-16);
  }
  label[for="workshopu"],
  label[for="other"] {
    flex-grow: 0;
    padding: 5px 16px;
  }
  input[type="radio"]:checked + label {
    background-color: var(--green);
    color: var(--beige);
    font-weight: 500;
  }

  /* Focus - empty */

  input[type="text"]:focus:placeholder-shown,
  textarea:focus:placeholder-shown,
  input[type="text"]:hover:placeholder-shown,
  textarea:hover:placeholder-shown,
  input[type="checkbox"]:focus {
    border: 2px solid var(--orange);
  }

  input[type="radio"]:focus + label {
    outline: 2px solid var(--orange);
    border: 2px solid var(--orange);
  }

  /* Focus - not empty */

  input[type="text"]:focus:not(:placeholder-shown),
  textarea:focus:not(:placeholder-shown) {
    border: 2px solid var(--orange);
    font-weight: 500;
  }
  input[type="checkbox"]:focus:checked {
    border: 2px solid var(--orange);
    background-color: var(--green);
  }
  input[type="checkbox"]:focus:checked::before {
    transform: scale(1);
  }

  /* Not focused - not empty */

  input[type="text"]:not(:focus):not(:placeholder-shown),
  textarea:not(:focus):not(:placeholder-shown) {
    border: 2px solid var(--green);
    font-weight: 500;
  }

  input[type="checkbox"]:checked {
    border: 2px solid var(--green);
    background-color: var(--green);
  }
  input[type="checkbox"]:checked::before {
    transform: scale(1);
    background-color: var(--beige);
  }

  /* hovered - Not focused - not empty */

  input[type="text"]:hover,
  textarea:hover {
    border: 2px solid var(--orange);
  }

  .success {
    width: 100%;
    background-color: rgb(205, 247, 205);
    padding: var(--space-24);
    text-align: center;
    border: 1px solid green;
    margin-top: var(--space-32);
  }
  .success p {
    color: green;
    font-weight: 500;
  }
  /* TODO */
  /* * * * * * * * * * * header 375 * * * * * * * * * * */

  /* * * * * * * * * * * hero 375 * * * * * * * * * * */
  .hero {
    width: 100vw;
    height: 80svh;
    position: relative;
    z-index: 8;
  }
  .hero-heading {
    position: relative;
    z-index: 9;
    top: 25vh;
    max-width: 420px;
    text-wrap: balance;
    transition: opacity 0.6s ease;
  }
  .hero-heading * {
    color: var(--beige);
  }
  .hero p {
    font-weight: 300;
    margin-top: var(--space-16);
    text-wrap: balance;
  }
  .hero-circle {
    width: var(--circle-bg);
    height: var(--circle-bg);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: calc(50% - var(--circle-bg) / 2);
    overflow: hidden;
  }
  .hero-circle figure {
    width: 100vw;
    height: 80svh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--beige);
  }
  .hero-circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; /* obrázek vyplní kruh */
    inset: 0; /* nahradí bottom/left/transform */
  }
  .hero img.tablet,
  .hero img.desktop,
  .hero img.large {
    display: none;
  }

  .home .hero-circle img {
    position: absolute;
    top: 0;
    bottom: unset;
    width: 100%; /* nebo vypnout toto a zapnout left */
    height: 106svh;
  }
  .hero-circle div {
    width: 100%;
    height: 100%;
    background-color: var(--orange);
    mix-blend-mode: multiply;
  }
  .hero-logo-green {
    position: absolute;
    z-index: 9;
    bottom: calc(-1 * var(--space-80));
    left: 50%;
    transform: translateX(-50%);
  }

  /* * * * * * * * * * * footer 375 * * * * * * * * * * */
  footer {
    position: relative;
    overflow: hidden;
  }
  footer::after {
    content: "";
    width: var(--circle-bg);
    height: var(--circle-bg);
    border-radius: 50%;
    position: absolute;
    top: calc(var(--circle-xl) / 1.7);
    left: 50%;
    transform: translateX(-50%);
    background: var(--green);
    z-index: -1;
  }
  footer .wrapper {
    margin-bottom: 0;
    padding-bottom: var(--space-16);
  }
  .ft-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    width: var(--circle-xl);
  }
  .ft-logo img {
    grid-column: 1;
    grid-row: 1;
  }
  .ft-logo img:nth-child(1) {
    width: 80%;
    height: 80%;
  }
  .ft-logo img:nth-child(2) {
    animation: rotate 20s linear infinite;
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
    }
  }
  .ft-jmena {
    margin-top: var(--space-80);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ft-jmena,
  .ft-terka,
  .ft-libor,
  .ft-socky,
  .ft-odkazy {
    margin-bottom: var(--space-32);
  }
  .ft-jmena p {
    color: var(--beige);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.375;
  }
  .ft-terka p,
  .ft-libor p,
  .ft-socky a,
  .ft-odkazy a,
  .ft-odkazy button {
    color: var(--orange);
  }
  .ft-odkazy button {
    text-align: left;
  }
  .ft-terka p,
  .ft-libor p,
  .ft-socky a {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
  }
  .ft-socky a,
  .ft-odkazy a,
  .ft-odkazy button {
    display: block;
  }
  .ft-odkazy a,
  .ft-odkazy button {
    line-height: 2.25;
  }
  .ft-socky span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: var(--space-16);
    transform: translateY(7px);
    background-image: url(../icons/facebook.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ft-socky a:nth-child(1) {
    transform: translateY(-5px);
  }
  .ft-socky a:nth-child(2) span {
    background-image: url(../icons/linkedin.svg);
  }
  .ft-m8 {
    opacity: 0.5;
    border-top: 0.5px solid var(--beige);
    display: flex;
    justify-content: space-between;
    padding-top: var(--space-16);
  }
  .ft-m8 p {
    color: var(--beige);
    font-size: 0.9rem;
    margin-top: 1px;
  }

  .tablet,
  .desktop,
  .desktop-md {
    display: none;
  }
}

/* tablet malý */

@media screen and (min-width: 768px) {
  :root {
    --circle-sm: 160px;
    --circle-md: 180px;
    --circle-lg: 200px;
    --circle-xl: 220px;
    --circle-xxl: 240px;
    --circle-bg: 3340px;
  }
  .hero-heading,
  .heading {
    margin-left: clamp(0px, 10vw, 300px);
  }
  .hero img.mobile,
  .hero img.desktop,
  .hero img.large {
    display: none;
  }
  .hero img.tablet {
    display: block;
  }
  footer .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ft-jmena {
    margin-top: var(--space-128);
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: unset;
  }
  .ft-jmena,
  .ft-m8 {
    grid-column: 1 / -1;
  }
}

/* tablet velký, destkop malý */

@media screen and (min-width: 1024px) {
  html {
    background-size: 50%;
  }
  :root {
    --circle-bg: 326.2vw;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .formular .outline,
  .btn.cta {
    width: 140px;
    height: 140px;
  }
  .hero,
  .hero-circle figure {
    height: 70svh;
  }
  .hero img.mobile,
  .hero img.tablet,
  .hero img.large {
    display: none;
  }
  .hero img.desktop {
    display: block;
  }
  header .wrapper {
    display: flex;
    justify-content: space-between;
  }
  nav {
    display: block;
    z-index: 1;
    position: unset;
    top: 0;
    left: unset;
    right: 0;
    background-color: transparent;
    width: unset;
    height: unset;
    padding: unset;
    opacity: 1;
    transition: unset;
  }
  nav ul {
    display: flex;
  }
  .nav-item {
    border-radius: 20px;
    padding: 3px 13px;
    border: 0.5px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; /* důležité, aby ::after nepřetekl mimo li */
    --fill-width: 0%;
  }
  .nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--fill-width, 0%);
    background-color: var(--orange);
    z-index: 1;
    transition: width 0.1s linear;
  }

  [data-target="#formular"] {
    border: 0.5px solid #ffffff;
  }
  .nav-item a {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #ffffff; /* výchozí text */
    transition: color 0.3s ease;
  }
  .header-scrolled .nav-item a {
    color: var(--orange);
  }
  /* reverzní text fill */
  .nav-item::after {
    content: attr(data-text);
    position: absolute;
    top: 8.5px;
    left: 13px;
    height: 100%;
    width: calc(var(--fill-width, 0%) - 13px);
    color: var(--beige); /* barva výplně textu */
    z-index: 3;
    pointer-events: none;
    transition: width 0.1s linear;
    /* přesně kopíruje text linku */
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    /* klíčové: ořezání textu podle výplně */
    overflow: hidden;
  }
  /* header scrolled pozadí li */
  .header-scrolled .nav-item {
    border: 0.5px solid var(--orange);
    background-color: var(--beige);
  }
  /* propojení s CSS proměnnou pro JS */
  .nav-item {
    --fill-width: 0%;
  }
  .nav-item::before {
    width: var(--fill-width);
  }
  footer .wrapper {
    grid-template-columns: 1fr 1fr 22%;
    column-gap: var(--space-64);
  }
  .ft-jmena {
    display: grid;
    grid-template-columns: subgrid;
    justify-content: unset;
  }
  /* .ft-libor p:nth-child(1) {
    color: var(--green);
  } */
  .ft-odkazy {
    /* margin-bottom: var(--space-32); */
    justify-content: unset;
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: subgrid;
  }
  .ft-m8 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .ft-m8 img {
    width: unset !important;
  }
  footer::after {
    height: 1540px;
  }
}

/* desktop jen hovery */

@media screen and (min-width: 1024px) and (pointer: fine), (pointer: none) {
  /* vyhody 1024 */

  .btn:hover {
    background-color: var(--orange);
  }
  .btn:hover .arrow-orange {
    background-image: url(../icons/arrow-sm-beige.svg);
  }
  .btn:hover p {
    color: var(--beige);
  }
}

/* desktop normální */

@media screen and (min-width: 1200px) {
  :root {
    --circle-sm: 140px;
    --circle-md: 200px;
    --circle-lg: 230px;
    --circle-xl: 260px;
    --circle-xxl: 290px;
    --circle-bg: 3340px;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  .text-large > p {
    font-size: 1.5rem;
  }

  .hero,
  .hero-circle figure {
    height: 80svh;
  }
  .hero-circle {
    width: 5000px;
    height: 5000px;
    left: calc(50% - 2500px);
  }
  .hero-heading {
    max-width: 550px;
  }
  .hero-heading p {
    font-size: 1.25rem;
  }
  header {
    padding: var(--space-32);
  }
  a.logo {
    font-size: 1rem;
  }
  .heading {
    max-width: 460px;
  }
  footer .wrapper {
    max-width: 1050px;
    /*     grid-template-columns: 1fr 260px 27%;
    column-gap: 100px; */
    padding-bottom: var(--space-48);
  }
  .ft-jmena {
    margin-top: 200px;
  }
}

/* desktop velký */

@media screen and (min-width: 1600px) {
  .hero img.mobile,
  .hero img.tablet,
  .hero img.desktop {
    display: none;
  }
  .hero img.large {
    display: block;
  }
}

/* desktop idiot 2500 x 1300 */
