/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%; }
  html:focus-within {
    scroll-behavior: smooth; }

/* Basic body setup for layout and text rendering optimization */
body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed; }

/* Apply box-sizing globally for consistent element sizing */
*, ::after, ::before {
  box-sizing: border-box; }

/* Style unclassed links for better accessibility */
a {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }
  a:not([class]) {
    text-decoration-skip-ink: auto; }

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, br, button, canvas, caption, center, cite, code, col, colgroup, data, datalist, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img, input, ins, kbd, label, legend, li, link, main, map, mark, menu, meta, meter, nav, noscript, object, ol, optgroup, option, output, p, param, picture, pre, progress, q, rb, rp, rt, rtc, ruby, s, samp, script, section, select, small, source, span, strong, style, svg, sub, summary, sup, table, tbody, td, template, textarea, tfoot, th, thead, time, title, tr, track, tt, u, ul, var, video, wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* Add focus styles to improve accessibility */
:focus {
  outline: 0; }

/* Normalize HTML5 elements for older browsers */
article, aside, details, embed, figcaption, figure, footer, header, hgroup, main, menu, nav, object, section {
  display: block; }

canvas, iframe {
  max-width: 100%;
  height: auto;
  display: block; }

/* Remove default list styling */
ol, ul {
  list-style: none; }

/* Normalize quote styling */
blockquote, q {
  quotes: none; }

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

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

/* Reset and normalize form inputs */
input {
  box-shadow: none; }
  input:required {
    box-shadow: none; }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
    input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px white inset; }
  input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
      -webkit-appearance: none;
      -moz-appearance: none; }

/* Autofill styling for better compatibility */
/* Improve appearance of search inputs */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:focus {
  outline: none; }

video {
  background: #000; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: none; }

/**
 * Make media easier to work with
 */
audio, img, picture, svg, video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto; }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent; }

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/* Additional attribute handling for accessibility */
[disabled], [disabled=true], [aria-disabled=true] {
  pointer-events: none; }

/**
 * Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox], input[type=radio] {
  padding: 0; }
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  border: 0;
  background: transparent; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0; }

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%; }

/**
 * Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%; }

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -5px; }

sup {
  top: -5px; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0; }

/**
 * Show the overflow in IE and Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0; }

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%; }

fieldset {
  min-width: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: block; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
template {
  display: none; }

:root {
  font-family: "Parkinsans", sans-serif; }

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

@media (max-width: 1600px) {
  .container {
    padding: 0 20px; } }
.container-small {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.navbar-wrapper {
  background-color: rgba(255, 255, 255, 0.62); }

.navbar {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media (max-width: 768px) {
  .navbar {
    padding: 20px 0; } }
.navbar__menu ul {
  display: flex;
  column-gap: 40px; }
  .navbar__menu ul a {
    color: #000000;
    text-decoration: none;
    font-size: 1.25rem; }
    .navbar__menu ul a:hover {
      color: #0080A9; }

@media (min-width: 768px) {
  .navbar__menu ul li.navbar__menu-daily-item {
    display: none; } }
@media (max-width: 768px) {
  .navbar__logo {
    max-width: 50%; }

  .navbar__toggle, .navbar__logo {
    z-index: 100; }

  .navbar__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh);
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease;
    text-align: center; }
    .navbar__menu ul {
      flex-direction: column;
      gap: 2rem;
      list-style: none; } }
@media (max-width: 768px) {
  .navbar__menu--open {
    opacity: 1;
    pointer-events: auto; } }
.navbar__social {
  text-align: right; }
  .navbar__social a {
    margin-left: 40px;
    text-decoration: none; }

@media (max-width: 1230px) {
  .navbar__social {
    display: none; } }
@media (max-width: 768px) {
  .navbar__social {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease;
    text-align: center;
    gap: 2rem; }
    .navbar__social a {
      margin-left: 0; } }
@media (max-width: 768px) {
  .navbar__social--open {
    opacity: 1;
    pointer-events: auto; } }
.navbar__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer; }
  .navbar__toggle span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px auto;
    background-color: #0080A9;
    transition: 0.3s; }

.navbar__toggle--open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px); }
.navbar__toggle--open span:nth-child(2) {
  opacity: 0; }
.navbar__toggle--open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px); }

@media (max-width: 768px) {
  .navbar__toggle {
    display: block; } }
.hero {
  color: #FFFFFF;
  background-image: url("../images/hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .hero--breakfast {
    background-image: url("../images/breakfast.webp"); }
  .hero--cakes {
    background-image: url("../images/cakes.webp"); }
  .hero--drinks {
    background-image: url("../images/drinks.webp"); }
  .hero--gallery {
    background-image: url("../images/gallery.webp"); }
  .hero--contact {
    background-image: url("../images/contact.webp"); }
  @media (max-width: 738px) {
    .hero {
      background-position: 73%; } }
  .hero::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.6) 43%, rgba(255, 255, 255, 0) 100%); }

@media (max-width: 576px) {
  .hero::before {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.4) 100%); } }
.hero__content {
  position: relative;
  z-index: 10; }

.hero__content-intro {
  max-width: 800px;
  padding: 200px 0; }
  .hero__content-intro h1 {
    color: #0080A9;
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1; }
  .hero__content-intro p {
    max-width: 600px;
    color: #000000;
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1.6; }

@media (max-height: 800px) {
  .hero__content-intro {
    padding: 210px 0 40px; } }
@media (max-width: 576px) {
  .hero__content-intro h1 {
    font-size: 3rem; }
  .hero__content-intro p {
    font-size: 1rem; } }
.hero__daily-menu {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #144826;
  padding: 20px 30px;
  font-size: 3rem;
  max-width: 250px;
  color: #FFFFFF;
  text-decoration: none; }

@media (max-width: 768px) {
  .hero__daily-menu {
    display: none; } }
.unique .container {
  display: flex;
  padding-top: 80px; }
  @media (max-width: 768px) {
    .unique .container {
      flex-direction: column; } }
  .unique .container .unique__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .unique .container .unique__content h2 {
      color: #0080A9;
      font-size: 4rem;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.1; }
      @media (max-width: 576px) {
        .unique .container .unique__content h2 {
          font-size: 2rem; } }
    .unique .container .unique__content p {
      max-width: 600px;
      color: #000000;
      margin-top: 20px;
      font-size: 1.2rem;
      line-height: 1.6; }
      @media (max-width: 576px) {
        .unique .container .unique__content p {
          margin-top: 8px;
          font-size: 1rem; } }
  .unique .container .unique__image img {
    padding-top: 80px; }
    @media (max-width: 576px) {
      .unique .container .unique__image img {
        padding-top: 0; } }

.info {
  margin-bottom: 40px; }
  .info .container {
    display: flex;
    padding-top: 80px;
    gap: 40px; }
    @media (max-width: 768px) {
      .info .container {
        flex-direction: column; } }
    .info .container .info__content {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .info .container .info__content h2 {
        color: #0080A9;
        font-size: 4rem;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1.1; }
        @media (max-width: 576px) {
          .info .container .info__content h2 {
            font-size: 2rem; } }
      .info .container .info__content p {
        max-width: 600px;
        color: #000000;
        margin-top: 20px;
        font-size: 1.2rem;
        line-height: 1.6; }
        @media (max-width: 576px) {
          .info .container .info__content p {
            margin-top: 8px;
            font-size: 1rem; } }

.contact {
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .contact {
      margin-bottom: 80px; } }
  .contact .container {
    display: flex;
    padding-top: 80px;
    gap: 40px; }
    @media (max-width: 768px) {
      .contact .container {
        flex-direction: column; } }
    .contact .container h2 {
      color: #0080A9;
      font-size: 4rem;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.1;
      margin-top: 80px; }
      @media (max-width: 768px) {
        .contact .container h2 {
          margin-top: 20px;
          text-align: center; } }
      @media (max-width: 576px) {
        .contact .container h2 {
          font-size: 2rem; } }
    .contact .container p {
      max-width: 600px;
      color: #000000;
      font-size: 1.4rem;
      line-height: 1.6; }
      @media (max-width: 768px) {
        .contact .container p {
          text-align: center; } }
      @media (max-width: 576px) {
        .contact .container p {
          margin-top: 8px;
          font-size: 1rem; } }
  .contact__social {
    margin-top: 10px;
    display: flex;
    gap: 20px; }
    @media (max-width: 576px) {
      .contact__social {
        justify-content: center; } }

.why-us {
  background-color: #F0F0F0;
  padding: 100px 0; }
  @media (max-width: 576px) {
    .why-us {
      padding: 40px 0; } }
  .why-us .container h3 {
    color: #0080A9;
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1; }
    @media (max-width: 576px) {
      .why-us .container h3 {
        font-size: 2rem;
        text-align: center; } }
  .why-us__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0;
    margin-top: 40px; }
    @media (max-width: 576px) {
      .why-us__content {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr); } }
    .why-us__content-item {
      display: flex;
      flex-direction: column;
      border-right: 1px solid #0080A9;
      padding-bottom: 40px;
      padding-right: 40px; }
      @media (max-width: 576px) {
        .why-us__content-item {
          padding-bottom: 0;
          padding-right: 0;
          border-right: none;
          align-items: center; } }
      .why-us__content-item img {
        height: 90px;
        width: min-content; }
      .why-us__content-item b {
        color: #0080A9;
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 800; }
      .why-us__content-item p {
        color: #000000;
        line-height: 1.6;
        font-size: 1rem; }
        @media (max-width: 576px) {
          .why-us__content-item p {
            text-align: center; } }
      .why-us__content-item:nth-child(3n) {
        border-right: none; }

.faq {
  padding: clamp(24px, 5vw, 48px) 0; }
  .faq__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(16px, 4vw, 48px);
    align-items: start; }
    @media (max-width: 900px) {
      .faq__grid {
        grid-template-columns: 1fr; } }
  .faq__media {
    margin: 0; }
  .faq__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover; }
  .faq__eyebrow {
    margin: 0 0 8px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #000000; }
  .faq__title {
    margin: 0 0 clamp(20px, 3vw, 32px);
    font-size: clamp(22px, 3.2vw, 44px);
    line-height: 1.1;
    color: #007aa3;
    font-weight: 800; }

.accordion__item {
  border-bottom: 1px solid #007aa3;
  padding-block: 6px; }
  .accordion__item summary::-webkit-details-marker {
    display: none; }
.accordion__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  outline: none; }
.accordion__question {
  font-size: 1.5rem; }
  @media (max-width: 576px) {
    .accordion__question {
      font-size: 1rem; } }
.accordion__icon {
  width: 28px;
  height: 28px;
  position: relative; }
  .accordion__icon::before, .accordion__icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #007aa3;
    border-radius: 2px;
    transition: transform .25s ease; }
  .accordion__icon::before {
    transform: translateY(-1px) rotate(45deg); }
  .accordion__icon::after {
    transform: translateY(-1px) rotate(-45deg); }
.accordion__item[open] .accordion__icon::before {
  transform: translateY(1px) rotate(-45deg); }
.accordion__item[open] .accordion__icon::after {
  transform: translateY(1px) rotate(45deg); }
.accordion__panel {
  padding: 0 0 16px;
  color: #000000;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6; }
  .accordion__panel p {
    margin: 0; }

.menu {
  padding: 40px 0; }
  .menu.grey {
    background-color: #F0F0F0; }
  .menu .container h3 {
    color: #0080A9;
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 20px; }
    @media (max-width: 576px) {
      .menu .container h3 {
        font-size: 2rem;
        text-align: center; } }
  .menu__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .menu__content {
        margin-top: 0; } }
    @media (max-width: 576px) {
      .menu__content {
        grid-template-columns: repeat(1, 1fr); } }
    .menu__content-item {
      display: flex;
      flex-direction: column;
      border-right: 1px solid #0080A9;
      padding-bottom: 10px;
      padding-right: 40px; }
      @media (max-width: 576px) {
        .menu__content-item {
          padding-bottom: 0;
          padding-right: 0;
          border-right: none;
          align-items: center; } }
      .menu__content-item img {
        height: 90px;
        width: min-content; }
      .menu__content-item b {
        color: #0080A9;
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 800; }
        @media (max-width: 768px) {
          .menu__content-item b {
            text-align: center; } }
      .menu__content-item p {
        color: #000000;
        line-height: 1.6;
        font-size: 1rem; }
        @media (max-width: 768px) {
          .menu__content-item p {
            text-align: center; } }
      .menu__content-item:nth-child(2n) {
        border-right: none; }

.gallery {
  padding: 20px 0; }
  .gallery .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    @media (max-width: 576px) {
      .gallery .container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 1fr); } }

@media (max-width: 576px) {
  .gallery .container {
    padding: 0 20px;
    gap: 20px; } }
.gallery__item {
  display: block;
  width: 100%; }
  .gallery__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .gallery__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2; }
  .gallery__item:nth-child(2) {
    grid-area: 1 / 2 / 3 / 3; }
  .gallery__item:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4; }
  .gallery__item:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2; }
  .gallery__item:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4; }
  .gallery__item:nth-child(6) {
    grid-area: 3 / 1 / 4 / 3; }
  .gallery__item:nth-child(7) {
    grid-area: 3 / 3 / 4 / 4; }
  .gallery__item:nth-child(8) {
    grid-area: 4 / 1 / 5 / 2; }
  .gallery__item:nth-child(9) {
    grid-area: 4 / 2 / 6 / 3; }
  .gallery__item:nth-child(10) {
    grid-area: 4 / 3 / 5 / 4; }
  .gallery__item:nth-child(11) {
    grid-area: 5 / 1 / 6 / 2; }
  .gallery__item:nth-child(12) {
    grid-area: 5 / 3 / 6 / 4; }
  @media (max-width: 576px) {
    .gallery__item:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    .gallery__item:nth-child(2) {
      grid-area: 1 / 2 / 3 / 3; }
    .gallery__item:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
    .gallery__item:nth-child(4) {
      grid-area: 3 / 1 / 4 / 2; }
    .gallery__item:nth-child(5) {
      grid-area: 3 / 2 / 4 / 3; }
    .gallery__item:nth-child(6) {
      grid-area: 4 / 1 / 5 / 3; }
    .gallery__item:nth-child(7) {
      grid-area: 5 / 1 / 6 / 2; }
    .gallery__item:nth-child(8) {
      grid-area: 5 / 2 / 6 / 3; }
    .gallery__item:nth-child(9) {
      grid-area: 6 / 1 / 8 / 2; }
    .gallery__item:nth-child(10) {
      grid-area: 6 / 2 / 7 / 3; }
    .gallery__item:nth-child(11) {
      grid-area: 7 / 2 / 8 / 3; }
    .gallery__item:nth-child(12) {
      display: none; } }

.gallery .container-small {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 576px) {
    .gallery .container-small {
      margin-bottom: 40px; } }

.gallery__button {
  margin-top: 20px;
  padding: 16px 24px;
  background-color: #0080A9;
  color: #FFFFFF;
  font-weight: 400; }

.pionjerskydobre {
  width: 100%;
  margin-bottom: -10px; }
  @media (max-width: 576px) {
    .pionjerskydobre {
      margin-bottom: -4px; } }

.footer {
  background-color: #0080A9;
  padding: 100px 0;
  color: #FFFFFF; }
  @media (max-width: 576px) {
    .footer {
      padding: 40px 0; } }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .footer__content {
    display: flex;
    z-index: 1;
    gap: 80px;
    width: 100%; }
    @media (max-width: 576px) {
      .footer__content {
        flex-direction: column;
        gap: 0; } }
    @media (max-width: 576px) {
      .footer__content-column {
        text-align: center; } }
    .footer__content-column h5 {
      font-size: 4rem;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.1; }
      @media (max-width: 576px) {
        .footer__content-column h5 {
          font-size: 2rem; } }
    .footer__content-column p {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.6;
      text-transform: uppercase; }
      .footer__content-column p.mt {
        margin-top: 20px; }
      @media (max-width: 576px) {
        .footer__content-column p {
          font-size: 1rem; } }
    .footer__content-column.bp-details {
      padding-top: 100px;
      line-height: 1.5; }
      .footer__content-column.bp-details.is-contact {
        padding-top: 0; }
      @media (max-width: 576px) {
        .footer__content-column.bp-details {
          padding-top: 40px; } }
      .footer__content-column.bp-details b {
        font-weight: 800;
        display: block; }
        .footer__content-column.bp-details b.mt {
          margin-top: 20px; }
      .footer__content-column.bp-details p {
        font-size: 1rem;
        font-weight: 400;
        text-transform: initial; }
    .footer__content-column.logo {
      margin-left: auto;
      align-self: end; }
      @media (max-width: 576px) {
        .footer__content-column.logo {
          margin-top: 40px; } }
  .footer__social {
    margin-top: 40px;
    display: flex;
    gap: 20px; }
    @media (max-width: 576px) {
      .footer__social {
        justify-content: center; } }
  .footer__image {
    position: absolute;
    z-index: 0;
    left: 0; }

.privacy-link {
  text-align: center;
  padding: 12px 0 4px; }
  .privacy-link a {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none; }
    .privacy-link a:hover {
      color: rgba(0, 0, 0, 0.65); }

.copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0; }
  .copyright > span {
    display: block;
    margin-bottom: 10px; }
    .copyright > span > img {
      width: 20px; }
  .copyright > img {
    width: 150px; }

.aboutus {
  position: relative;
  color: #161615;
  margin-bottom: 40px; }
  .aboutus::before, .aboutus::after {
    z-index: -1;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    width: 550px;
    height: 400px;
    background-position-y: bottom;
    background-repeat: no-repeat; }
  .aboutus::before {
    left: 0;
    background-image: url("../images/illustration-1.svg");
    background-size: 140%;
    background-position-x: right; }
  .aboutus::after {
    right: 0;
    background-image: url("../images/illustration-2.svg");
    background-size: 110%;
    background-position-x: left; }

@media (max-width: 576px) {
  .aboutus::before, .aboutus::after {
    width: 40%;
    height: 200px; } }
.aboutus__title {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase; }

@media (max-width: 576px) {
  .aboutus__title {
    font-size: 2.75rem; } }
.aboutus__description {
  font-size: 1.35rem; }

@media (max-width: 576px) {
  .aboutus__description {
    font-size: 1.25rem;
    margin-bottom: 20px; } }
.aboutus__split {
  display: flex;
  column-gap: 40px; }
  .aboutus__split > div:nth-of-type(1) {
    width: 100%;
    max-width: 400px; }
  .aboutus__split > div:nth-of-type(2) {
    width: 100%; }
    .aboutus__split > div:nth-of-type(2) > img {
      display: flex;
      width: 100%;
      height: auto; }

@media (max-width: 576px) {
  .aboutus__split {
    flex-direction: column;
    padding: 0 20px; } }
/*# sourceMappingURL=style.css.map */
.hero--kariera {
  background-image: url("../images/hero.webp"); }

.kariera {
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .kariera {
      margin-bottom: 80px; } }
  .kariera .container {
    padding-top: 80px; }
    @media (max-width: 768px) {
      .kariera .container {
        padding-top: 40px; } }
  .kariera__featured {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 80px; }
    @media (max-width: 960px) {
      .kariera__featured {
        flex-direction: column;
        gap: 48px; } }
  .kariera__intro {
    flex: 1;
    min-width: 0; }
    .kariera__intro h2 {
      color: #0080A9;
      font-size: 3rem;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.1;
      margin-bottom: 24px; }
      @media (max-width: 576px) {
        .kariera__intro h2 {
          font-size: 2rem; } }
    .kariera__intro p {
      font-size: 1.2rem;
      line-height: 1.7;
      color: #000;
      margin-bottom: 16px; }
      .kariera__intro p:last-child {
        margin-bottom: 0; }
  .kariera__featured-card {
    flex-shrink: 0;
    width: 480px; }
    @media (max-width: 1200px) {
      .kariera__featured-card {
        width: 400px; } }
    @media (max-width: 960px) {
      .kariera__featured-card {
        width: 100%; } }
  .kariera__section-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0080A9;
    margin-bottom: 32px; }
  .kariera__list {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .kariera__empty p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #000; }

.job-card {
  border: 2px solid #0080A9;
  border-radius: 4px;
  padding: 40px;
  transition: background-color 0.2s ease; }
  @media (max-width: 576px) {
    .job-card {
      padding: 24px 20px; } }
  .job-card:hover {
    background-color: rgba(0, 128, 169, 0.04); }
  .job-card__meta {
    display: flex;
    gap: 10px;
    margin-bottom: 16px; }
  .job-card__tag {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0080A9;
    background-color: rgba(0, 128, 169, 0.1);
    padding: 4px 12px;
    border-radius: 2px; }
  .job-card__title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 16px; }
    @media (max-width: 576px) {
      .job-card__title {
        font-size: 1.4rem; } }
  .job-card__excerpt {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #000;
    max-width: 600px;
    margin-bottom: 32px; }
  .job-card__link {
    display: inline-block;
    background-color: #0080A9;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 0.2s ease; }
    .job-card__link:hover {
      background-color: #005976; }

.job-detail {
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .job-detail {
      margin-bottom: 80px; } }
  .job-detail .container {
    padding-top: 60px; }
  .job-detail__back {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0080A9;
    text-decoration: none;
    margin-bottom: 48px;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    .job-detail__back:hover {
      text-decoration: underline; }
  .job-detail__body {
    display: flex;
    gap: 60px;
    align-items: flex-start; }
    @media (max-width: 900px) {
      .job-detail__body {
        flex-direction: column;
        gap: 48px; } }
  .job-detail__content {
    flex: 1;
    min-width: 0; }
  .job-detail__section {
    margin-bottom: 56px; }
    .job-detail__section h2 {
      color: #0080A9;
      font-size: 2rem;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.1;
      margin-bottom: 20px; }
      @media (max-width: 576px) {
        .job-detail__section h2 {
          font-size: 1.5rem; } }
    .job-detail__section p {
      font-size: 1.1rem;
      line-height: 1.75;
      color: #000;
      margin-bottom: 16px; }
      .job-detail__section p:last-child {
        margin-bottom: 0; }
    .job-detail__section ul {
      list-style: disc;
      padding-left: 24px;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .job-detail__section ul li {
        font-size: 1.05rem;
        line-height: 1.6;
        color: #000; }
  .job-detail__aside {
    flex-shrink: 0;
    width: 320px; }
    @media (max-width: 900px) {
      .job-detail__aside {
        width: 100%; } }
  .job-detail__apply {
    background-color: #0080A9;
    color: #fff;
    padding: 40px 32px;
    position: sticky;
    top: 32px; }
    .job-detail__apply h3 {
      font-size: 1.4rem;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 16px; }
    .job-detail__apply p {
      font-size: 1rem;
      line-height: 1.65;
      margin-bottom: 28px;
      opacity: 0.9; }
  .job-detail__apply-btn {
    display: block;
    text-align: center;
    background-color: #fff;
    color: #0080A9;
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 16px 24px;
    text-decoration: none;
    margin-bottom: 24px;
    transition: opacity 0.2s ease; }
    .job-detail__apply-btn:hover {
      opacity: 0.88; }
  .job-detail__apply-btn.is-active {
    background-color: rgba(255, 255, 255, 0.15); }
  .job-detail__apply-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-top: 24px; }
    .job-detail__apply-meta span {
      font-size: 0.85rem;
      opacity: 0.8;
      font-weight: 600; }

.job-apply-form {
  display: none;
  margin-bottom: 24px; }
  .job-apply-form.is-open {
    display: block; }
  .job-apply-form__success {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 16px;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px; }
  .job-apply-form form {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .job-apply-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .job-apply-form__field label {
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: rgba(255, 255, 255, 0.85); }
      .job-apply-form__field label span {
        color: #fff;
        opacity: 1; }
      .job-apply-form__field label small {
        font-size: 0.75rem;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        opacity: 0.7; }
    .job-apply-form__field input[type="text"],
    .job-apply-form__field input[type="email"],
    .job-apply-form__field input[type="tel"],
    .job-apply-form__field textarea {
      background-color: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      font-family: inherit;
      font-size: 0.95rem;
      padding: 10px 14px;
      width: 100%;
      transition: border-color 0.2s ease, background-color 0.2s ease; }
      .job-apply-form__field input[type="text"]::placeholder,
      .job-apply-form__field input[type="email"]::placeholder,
      .job-apply-form__field input[type="tel"]::placeholder,
      .job-apply-form__field textarea::placeholder {
        color: rgba(255, 255, 255, 0.4); }
      .job-apply-form__field input[type="text"]:focus,
      .job-apply-form__field input[type="email"]:focus,
      .job-apply-form__field input[type="tel"]:focus,
      .job-apply-form__field textarea:focus {
        outline: none;
        border-color: rgba(255, 255, 255, 0.7);
        background-color: rgba(255, 255, 255, 0.18); }
    .job-apply-form__field textarea {
      resize: vertical;
      min-height: 90px; }
    .job-apply-form__field input[type="file"] {
      color: rgba(255, 255, 255, 0.85);
      font-size: 0.85rem;
      cursor: pointer; }
      .job-apply-form__field input[type="file"]::file-selector-button {
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        font-family: inherit;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 6px 14px;
        margin-right: 12px;
        cursor: pointer;
        transition: background-color 0.2s ease; }
        .job-apply-form__field input[type="file"]::file-selector-button:hover {
          background-color: rgba(255, 255, 255, 0.25); }
  .job-apply-form__error {
    font-size: 0.8rem;
    color: #ffcccc;
    font-weight: 600; }
  .job-apply-form__submit {
    background-color: #fff;
    color: #0080A9;
    border: none;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 14px 24px;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    transition: opacity 0.2s ease; }
    .job-apply-form__submit:hover {
      opacity: 0.88; }

.popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000; }
  .popup.is-open {
    display: flex;
    align-items: center;
    justify-content: center; }
  .popup__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .popup__modal {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
    max-width: 560px;
    width: calc(100% - 40px);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }
  .popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease; }
    .popup__close:hover {
      background: rgba(0, 0, 0, 0.8); }
  .popup__img {
    display: block;
    width: 100%;
    height: auto; }
  .popup__btn {
    display: block;
    background-color: #0080A9;
    color: #fff;
    text-align: center;
    padding: 16px 24px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background-color 0.2s ease; }
    .popup__btn:hover {
      background-color: #005976; }

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 8000;
  background: #fff;
  color: #111;
  width: 360px;
  max-width: calc(100vw - 48px);
  border-radius: 6px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
  border-top: 4px solid #0080A9;
  padding: 24px;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease; }
  .cookie-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  .cookie-banner__icon {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 12px;
    display: block; }
  .cookie-banner__text strong {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    color: #111;
    margin-bottom: 8px; }
  .cookie-banner__text p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #555;
    margin: 0; }
  .cookie-banner__link {
    color: #0080A9;
    text-decoration: underline; }
    .cookie-banner__link:hover {
      color: #005976; }
  .cookie-banner__actions {
    display: flex;
    gap: 10px;
    margin-top: 20px; }
  .cookie-banner__btn {
    flex: 1;
    padding: 11px 16px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: opacity 0.2s ease; }
    .cookie-banner__btn:hover {
      opacity: 0.85; }
    .cookie-banner__btn--accept {
      background-color: #0080A9;
      color: #fff; }
    .cookie-banner__btn--reject {
      background-color: #f0f0f0;
      color: #444; }

.legal {
  padding: 80px 0 120px; }
  @media (max-width: 768px) {
    .legal {
      padding: 48px 0 80px; } }
  .legal__body {
    max-width: 800px; }
    .legal__body h2 {
      font-size: 1.4rem;
      font-weight: 900;
      color: #0080A9;
      margin: 48px 0 16px; }
      .legal__body h2:first-child {
        margin-top: 0; }
    .legal__body p, .legal__body li {
      font-size: 1rem;
      line-height: 1.75;
      color: #333;
      margin-bottom: 12px; }
    .legal__body ul {
      padding-left: 24px;
      margin-bottom: 12px; }
    .legal__body a {
      color: #0080A9;
      text-decoration: underline; }
    .legal__body code {
      background: #f0f0f0;
      padding: 2px 6px;
      border-radius: 3px;
      font-size: 0.9em; }
  .legal__table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
    font-size: 0.9rem; }
    .legal__table th, .legal__table td {
      text-align: left;
      padding: 10px 14px;
      border: 1px solid #ddd; }
    .legal__table th {
      background: #f5f5f5;
      font-weight: 700; }
    @media (max-width: 576px) {
      .legal__table {
        display: block;
        overflow-x: auto; } }
  .legal__cookie-btn {
    display: inline-block;
    margin: 8px 0 24px;
    padding: 12px 24px;
    background-color: #0080A9;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity 0.2s ease; }
    .legal__cookie-btn:hover {
      opacity: 0.85; }

/*# sourceMappingURL=main.css.map */
