@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:focus-visible {
  outline: none;
}

:root {
  /* Paleta */
  --ink: #20331E; /* tmavá zelená (základ) */
  --forest: #294D2C; /* lesní zelená (doplňková) */
  --platinum: #DCDEE3; /* světlá šedá */
  --beige: #F5F5DC; /* béžová */
  --cinnabar: #E8452C; /* akcent / někdy jako pozadí */
  --sec-heading: #FFF;
  /* Základní kontrast (dark base) */
  --bg: var(--ink);
  --text: var(--beige);
  --heading: var(--platinum);
  --muted: #BFC6C8;
  --hairline: rgba(255,255,255,.10);
  --maxw: 1120px;
  --radius: 6px;
  --block-y: 64px;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.ta-c {
  text-align: center;
}

.container {
  width: min(100% - 2rem, var(--maxw));
  margin-inline: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-1-2 {
  width: 100%;
}

@media (min-width: 600px) {
  .col-1-2 {
    width: 50%;
  }
  .ta-r {
    text-align: right;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.btn {
  line-height: 1em;
  display: inline-block;
  position: relative;
  font-size: var(--fs-normal);
  color: var(--red);
  background-color: var(--beige);
  border: 0;
  border-radius: 6px;
  padding: 10px 20px;
  line-height: 32px;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 0 var(--beige);
  transition: box-shadow 0.2s;
  font-weight: bold;
}
.btn:hover {
  text-decoration: none;
  box-shadow: 0 0 0 2px var(--beige);
}

header {
  padding: 28px 0 10px;
  border-bottom: 1px solid var(--hairline);
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 0;
  background: var(--ink);
  border-bottom: 0;
}

.brand {
  text-decoration: none;
  border-bottom: 0;
  margin-top: auto;
}
.brand img {
  height: 32px;
  width: auto;
  display: block;
  vertical-align: top;
}

#menu {
  display: flex;
  gap: 20px;
  margin-bottom: auto;
}
#menu a {
  line-height: 1em;
  border-bottom: 0;
}

#language-switcher {
  color: color-mix(in oklab, var(--platinum), transparent 30%);
  margin: -80px 0 20px;
  font-size: 15px;
}
#language-switcher a, #language-switcher span {
  margin: 0 5px;
}
#language-switcher a {
  border-bottom: 0;
  color: color-mix(in oklab, var(--platinum), transparent 30%);
}
#language-switcher a:hover {
  color: var(--cinnabar);
}

.header {
  padding: 16px 0;
}

@media (min-width: 900px) {
  .hero .brand img {
    height: 64px;
  }
}
footer {
  padding: 28px 0 28px;
  border-top: 1px solid var(--hairline);
  color: color-mix(in oklab, var(--platinum), transparent 30%);
  font-size: 15px;
}

.hero {
  padding: 32px 0 8px;
  position: relative;
}

.hero h1 {
  margin: 8px 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.15;
  color: var(--heading);
  letter-spacing: 0.01em;
}

.lead {
  font-size: clamp(18px, 2.1vw, 20px);
  color: var(--text);
  max-width: 75ch;
}

.divider {
  height: 1px;
  background: var(--hairline);
  margin: 28px 0;
}

/* =====================
   BAREVNÉ BLOKY přes celou šíři
   ===================== */
.block {
  position: relative;
  width: 100%;
}

.block .inner {
  padding: var(--block-y) 0;
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Varianty bloků */
.theme-forest {
  --sec-bg:#294D2C;
  --sec-text:#F5F5DC;
  --sec-heading:#FFFFFF;
  --icon:#FFFFFF;
}

.theme-platinum {
  --sec-bg:#DCDEE3;
  --sec-text:#20331E;
  --sec-heading:#294D2C;
  --icon:#294D2C;
}

.theme-beige {
  --sec-bg:#F5F5DC;
  --sec-text:#20331E;
  --sec-heading:#294D2C;
  --icon:#294D2C;
}

.theme-cinnabar {
  --sec-bg:#E8452C;
  --sec-text:#F5F5DC;
  --sec-heading:#20331E;
  --icon:#20331E;
}

.theme-forest, .theme-platinum, .theme-beige, .theme-cinnabar {
  background: var(--sec-bg);
}

.theme-forest .overline, .theme-platinum .overline, .theme-beige .overline, .theme-cinnabar .overline {
  color: color-mix(in oklab, var(--sec-text), white 10%);
  opacity: 0.9;
}

/* jemná diagonální textura */
.theme-forest::before,
.theme-platinum::before,
.theme-beige::before,
.theme-cinnabar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(25deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 160px);
  pointer-events: none;
}

.theme-platinum::before, .theme-beige::before {
  background: repeating-linear-gradient(25deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 160px);
}

.theme-cinnabar::before {
  background: repeating-linear-gradient(25deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04) 1px, transparent 1px, transparent 160px);
}

.section {
  padding: 16px 0;
}

.section h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.2;
  color: var(--sec-heading);
  font-family: "Gilroy CS Semibold", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.section p {
  max-width: 70ch;
  color: var(--sec-text);
  margin: 0 0 12px;
}

.section p:last-child {
  margin-bottom: 0;
}

/* Placeholder galerie ve claim bloku */
.gallery-placeholder {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.ph {
  grid-column: span 4;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  border: 1px dashed rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

@media (max-width: 900px) {
  .ph {
    grid-column: span 12;
  }
}
/* Dekorativní ikona na konci sekce (neruší zarovnání) */
.with-decor {
  position: relative;
}

.decor {
  position: absolute;
  right: 0;
  top: clamp(10px, 2vw, 20px);
  width: 68px;
  height: 68px;
  opacity: 0.14;
  color: var(--icon, var(--platinum));
}

.decor svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 700px) {
  .decor {
    display: none;
  }
}
/* Map embed – jemný vzhled */
/* Tým */
.team {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-top: 12px;
}

.member {
  grid-column: span 6;
  background: color-mix(in oklab, var(--sec-bg), white 6%);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 18px;
}

@media (max-width: 900px) {
  .member {
    grid-column: span 12;
  }
}
.member__top {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
}

.member__photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  overflow: hidden;
}
.member__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}

.member h3 {
  margin: 0;
  font-size: 22px;
  color: var(--heading);
  font-family: "Gilroy CS Semibold", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.member .role {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.member__contacts {
  margin: 10px 0 0;
  font-size: 12px;
}

.member__contacts a {
  color: var(--platinum);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.member__contacts a:hover {
  color: var(--cinnabar);
}

.member p {
  margin: 14px 0 0;
}

.card {
  background: color-mix(in oklab, var(--bg), white 6%);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 18px;
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

address {
  font-style: normal;
}

a, .email-address-holder {
  color: var(--platinum);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in oklab, var(--platinum), transparent 40%);
}

a:hover, .email-address-holder:hover {
  color: var(--cinnabar);
  border-bottom: 0px;
}

:focus-visible {
  outline: 2px solid var(--cinnabar);
  outline-offset: 2px;
}

::selection {
  background: color-mix(in oklab, var(--cinnabar), white 35%);
  color: #fff;
}

/* Malé detaily typografie */
h1, h2, h3 {
  letter-spacing: 0.012em;
}

p {
  hyphens: auto;
}

strong {
  font-family: "Gilroy CS Semibold", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

@media (min-width: 900px) {
  .member__contacts {
    font-size: 16px;
  }
}
main.mandatory-information h1 {
  font-size: clamp(26px, 3.2vw, 34px);
  color: var(--sec-heading);
  font-family: "Gilroy CS Semibold", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}
main.mandatory-information h2 {
  font-size: clamp(18px, 2.4vw, 24px);
  margin-top: 80px;
  text-transform: uppercase;
}
main.mandatory-information h3 {
  color: var(--sec-heading);
  margin: 30px 0 0;
  font-family: "Gilroy CS Semibold", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}
main.mandatory-information ul, main.mandatory-information ol {
  padding-left: 20px;
}
main.mandatory-information ul li, main.mandatory-information ol li {
  padding-left: 10px;
}
main.mandatory-information ul {
  list-style: "·";
}
main.mandatory-information ol {
  list-style: number;
}

@font-face {
  font-family: "Gilroy CS";
  src: url("fonts/Gilroy Regular.woff2") format("woff2"), url("fonts/Gilroy Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy CS Semibold";
  src: url("fonts/Gilroy SemiBold.woff2") format("woff2"), url("fonts/Gilroy SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-family: "Gilroy CS", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  color: var(--beige);
  background-color: var(--blue);
}

input, button, textarea {
  font-family: "articulat-cf", "Arial", sans-serif;
  font-weight: 500;
  font-size: var(--fs-normal);
  line-height: 1.1;
}

.email-address {
  white-space: nowrap;
  cursor: pointer;
}

.email-address::before {
  content: attr(data-name) "@";
  display: inline-block;
}

.email-address::after {
  content: ".cz";
  display: inline-block;
}
