/* -----------------------------------------------------
   Smaki Warszawy - Nature Organic Style - style.css
   Modern, elegant, nature-inspired, mobile-first
   ----------------------------------------------------- */

/* === CSS Reset === */
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,
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;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background: #F6F5F2;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #22311C;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
:focus {
  outline: 2px solid #81B29A;
  outline-offset: 2px;
}

/* === Brand Typography === */
h1, .h1 { font-family: 'Montserrat', Arial, sans-serif; font-size: 2.25rem; line-height: 1.18; font-weight: 700; color: #22311C; margin-bottom: 20px; }
h2, .h2 { font-family: 'Montserrat', Arial, sans-serif; font-size: 1.6rem; line-height: 1.22; font-weight: 700; color: #4E6147; margin-bottom: 16px; }
h3, .h3 { font-family: 'Montserrat', Arial, sans-serif; font-size: 1.2rem; font-weight: 600; color: #436839; margin-bottom: 10px; }
h4, .h4 { font-family: 'Montserrat', Arial, sans-serif; font-size: 1rem; font-weight: 600; color: #22311C; margin-bottom: 8px; }
p, li, blockquote, cite {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #22311C;
  margin-bottom: 12px;
}
blockquote {
  font-style: italic;
  background: #E7ECE6;
  border-left: 4px solid #72974B;
  padding: 14px 20px;
  margin-bottom: 0;
  color: #22311C;
}
cite {
  font-style: normal;
  font-weight: 500;
  color: #72974B;
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
strong { color: #436839; font-weight: 700; }

/* === Container, Sections & Layouts === */
.container {
  width: 100%;
  max-width: 1100px;
  padding: 0 18px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #F6F5F2;
  border-radius: 30px;
  box-shadow: 0 2px 20px 0 rgba(50,52,41,0.07);
  /* natural, organic broad shape */
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  background: #FAF7F2;
  border-radius: 20px 40px 30px 30px;
  box-shadow: 0 4px 18px 0 rgba(95, 105, 80, 0.10);
  padding: 28px 24px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, transform 0.18s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.card:hover {
  box-shadow: 0 8px 30px 0 rgba(80,100,60,0.15);
  transform: translateY(-4px) scale(1.02);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FAF7F2;
  border-radius: 24px 24px 40px 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(121,140,80,0.07);
  flex-direction: column;
  border: 1.5px solid #E7ECE6;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* === Hero Section === */
.hero {
  background: #E7ECE6 url('../assets/hero-bg.png') no-repeat right bottom/contain;
  border-radius: 0 0 80px 80px;
  box-shadow: 0 6px 40px 0 rgba(80,110,60,0.08);
  padding-top: 48px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.hero h1 { color: #22311C; font-size: 2.7rem; }
.hero p { font-size: 1.12rem; color: #384C2E; }

/* === Feature Grids, Highlights, Team etc === */
.feature-grid, .feature-highlights, .team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.feature-grid > div, .feature-highlights > div, .team-member {
  background: #FAF7F2;
  border-radius: 36px 24px 32px 28px;
  box-shadow: 0 1px 6px 0 rgba(90,110,50,0.07);
  padding: 22px 18px;
  max-width: 320px;
  flex: 1 1 220px;
  min-width: 220px;
}
.team-member h3 { margin-bottom: 6px; }

.restaurant-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.restaurant-description {
  background: #F4F2E6;
  border-radius: 24px 44px 20px 24px;
  padding: 18px 16px;
  box-shadow: 0 2px 8px 0 rgba(120,135,60,0.07);
  margin-bottom: 10px;
}

.restaurant-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 22px;
}
.restaurant-filters li {
  background: #E7ECE6;
  color: #436839;
  padding: 5px 16px;
  border-radius: 16px 10px 18px 16px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
}
.restaurant-filters li:hover {
  background: #CCE7D0;
  color: #22311C;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0 24px 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F2F8ED;
  padding: 8px 14px;
  border-radius: 14px;
  font-size: 15px;
}

.highlighted-dishes ul {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
  margin: 8px 0 12px 0;
}
.highlighted-dishes li {
  background: #E7ECE6;
  border-radius: 12px 18px 12px 4px;
  padding: 5px 11px;
  font-size: 15px;
}
.fact-boxes {
  display: flex;
  gap: 16px;
  margin: 14px 0 10px 0;
}
.fact-boxes div {
  background: #CCE7D0;
  border-radius: 16px 20px 14px 12px;
  color: #1A2740;
  padding: 7px 17px;
  font-weight: 600;
  font-size: 16px;
}

/* Testimonials */
.testimonials .testimonial-card {
  background: #FAF7F2;
  border-left: 8px solid #88B04B;
  box-shadow: 0 4px 18px 0 rgba(80,120,60,0.11);
  margin-bottom: 24px;
  color: #22311C;
}
.testimonial-card blockquote {
  background: none;
  border-left: none;
  font-size: 1.09rem;
  color: #22311C;
}
.testimonial-card cite {
  color: #72974B;
}

.guest-favorites {
  margin: 20px 0;
  padding-left: 1.2em;
}
.guest-favorites li::before {
  content: '\2022';
  color: #72974B;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/* Recommendations List */
.recommended-place-list {
  margin-bottom: 26px;
}
.recommended-place-list li {
  padding: 10px 15px;
  margin-bottom: 6px;
  background: #E7ECE6;
  border-radius: 22px 18px 14px 9px;
  color: #22311C;
  font-size: 16px;
}
.spotlight-descriptions p {
  background: #CCDBBB;
  border-radius: 10px 14px 22px 16px;
  padding: 10px 16px;
  margin-bottom: 10px;
  color: #1A2740;
}

/* Contact Data & Map Placeholder */
.contact-data {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.contact-data div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.map-placeholder {
  background: #F4F2E6;
  border-radius: 16px 36px 20px 20px;
  padding: 24px 20px;
  margin-top: 20px;
  color: #384C2E;
  font-style: italic;
}

/* Confirmation Section (thank you) */
.confirmation {
  background: #E7ECE6;
  border-radius: 32px 80px 32px 20px;
  margin: 46px auto;
  padding: 44px 26px;
  text-align: center;
  box-shadow: 0 8px 44px 0 rgba(140,148,90,0.08);
}

/* == Buttons & CTA Links == */
.btn-primary, .cta-btn {
  background: #72974B;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.07rem;
  padding: 13px 28px;
  border: none;
  border-radius: 29px 9px 29px 24px;
  box-shadow: 0 2px 10px 0 rgba(114,151,75,0.08);
  transition: background 0.18s, transform 0.13s, box-shadow 0.15s;
  cursor: pointer;
  margin: 8px 0 2px 0;
  display: inline-block;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
}
.btn-primary:hover, .cta-btn:hover, .btn-primary:focus, .cta-btn:focus {
  background: #5d7c3a;
  color: #fff;
  box-shadow: 0 4px 22px 0 rgba(90, 120, 60, 0.18);
  transform: translateY(-2px) scale(1.02);
}
.cta-link {
  color: #72974B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 7px;
  text-decoration: underline;
  border-radius: 8px;
  transition: background 0.13s, color 0.13s;
}
.cta-link:hover, .cta-link:focus {
  background: #D9B06A33;
  color: #22311C;
}

/* === Header & Navigation === */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F5F2;
  padding: 14px 20px 14px 12px;
  box-shadow: 0 2px 8px 0 rgba(60,80,40,0.07);
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 60px;
}
.logo img {
  height: 42px;
  width: auto;
  margin-right: 16px;
}
.main-nav {
  display: flex;
  gap: 18px;
  margin-left: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #22311C;
  padding: 8px 13px;
  border-radius: 15px 10px 15px 18px;
  transition: background 0.13s, color 0.15s;
  font-weight: 500;
}
.main-nav a:hover, .main-nav a:focus {
  background: #CCE7D0;
  color: #72974B;
}

/* === Footer === */
footer {
  background: #f3efe4;
  border-radius: 60px 60px 0 0;
  padding: 38px 0 20px 0;
  margin-top: 48px;
}
footer .container {
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-menu {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.footer-menu a {
  color: #4E6147;
  font-size: 15px;
  border-radius: 10px;
  padding: 3px 8px;
  transition: background 0.14s, color 0.14s;
}
.footer-menu a:hover, .footer-menu a:focus {
  background: #D9B06A33;
  color: #22311C;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer-brand img {
  height: 48px;
  margin-bottom: 7px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14.5px;
  color: #383b22;
}

/* === Mobile Navigation === */
.mobile-menu-toggle {
  background: #CCE7D0;
  color: #436839;
  font-size: 2.1rem;
  border-radius: 18px 6px 20px 14px;
  padding: 3px 18px 1px 18px;
  border: 2px solid #CCE7D0;
  display: none;
  transition: background 0.15s, box-shadow 0.13s, color 0.1s;
  z-index: 30;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #D9B06A;
  color: #fff;
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(90,130,92,0.9);
  z-index: 1200;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 26px;
  font-size: 2.3rem;
  color: #22311C;
  background: #E7ECE6;
  border-radius: 8px 24px 10px 30px;
  border: 2px solid #CCE7D0;
  padding: 2px 18px;
  transition: background 0.16s;
  z-index: 1300;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #D9B06A;
  color: #fff;
}
.mobile-nav {
  margin: 84px 0 0 0;
  padding: 26px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #22311C;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 13px 6px 13px 6px;
  border-radius: 20px 12px 18px 9px;
  width: 100%;
  transition: background 0.12s, color 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #CCE7D0;
  color: #72974B;
}


/* === Cookie Consent Banner & Modal === */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #f4f9ef;
  border-top: 2.5px solid #CCE7D0;
  box-shadow: 0 -2px 12px 0 rgba(60,80,40,0.09);
  z-index: 1400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 8px 20px 8px;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 16px;
}
.cookie-banner.hide {
  transform: translateY(110%);
}
.cookie-banner-content {
  max-width: 470px;
  color: #22311C;
}
.cookie-banner-buttons {
  display: flex;
  gap: 18px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 11px 23px;
  border: none;
  margin: 0 2px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 24px 14px 22px 7px;
  background: #CCE7D0;
  color: #22311C;
  box-shadow: 0 2px 8px 0 rgba(140,148,110,0.09);
  cursor: pointer;
  transition: background 0.16s, color 0.16s;
}
.cookie-btn-primary {
  background: #72974B;
  color: #fff;
}
.cookie-btn-primary:hover, .cookie-btn-primary:focus {
  background: #5d7c3a;
  color: #fff;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #D9B06A;
  color: #fff;
}
.cookie-btn-secondary {
  background: #F4F2E6;
  color: #436839;
}
.cookie-btn-secondary:hover, .cookie-btn-secondary:focus {
  background: #CCE7D0;
  color: #22311C;
}

.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(90,130,92,0.19);
  z-index: 1500;
  display: none;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #FAF7F2;
  border-radius: 40px 18px 28px 36px;
  padding: 38px 30px 28px 30px;
  width: 100%;
  max-width: 430px;
  box-shadow: 0 6px 30px 0 rgba(140,150,100,0.13);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 1600;
}
.cookie-modal-close {
  position: absolute;
  top: 19px;
  right: 22px;
  font-size: 2rem;
  color: #22311C;
  background: #E7ECE6;
  border-radius: 7px 22px 11px 20px;
  border: 1.5px solid #CCE7D0;
  padding: 1px 13px;
  cursor: pointer;
  transition: background 0.14s;
  z-index: 1650;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #D9B06A;
  color: #fff;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1rem;
  background: #E7ECE6;
  border-radius: 14px 18px 14px 10px;
  padding: 9px 12px;
}
.cookie-toggle {
  width: 38px;
  height: 21px;
  border-radius: 10px;
  background: #CCE7D0;
  position: relative;
  transition: background 0.13s;
  margin-left: auto;
  margin-right: 7px;
}
.cookie-toggle.enabled {
  background: #72974B;
}
.cookie-toggle::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 9px;
  position: absolute;
  top: 1.5px;
  left: 3px;
  box-shadow: 0 2px 5px 0 rgba(100,120,80,0.08);
  transition: left 0.18s;
}
.cookie-toggle.enabled::before {
  left: 17px;
}
.cookie-category label {
  font-weight: 600;
  margin-right: 12px;
  color: #22311C;
}
.cookie-category .essential {
  color: #72974B;
  font-size: 0.99rem;
  font-weight: 600;
}
/* End Cookie */

/* === Responsiveness (Mobile First) === */
@media (max-width: 1100px) {
  .container { max-width: 98vw; }
}
@media (max-width: 900px) {
  header, .footer-contact, footer .container { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-brand { align-items: flex-start; }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  .hero { padding: 32px 0 34px 0; margin-bottom: 40px; border-radius: 0 0 40px 40px; }
  .section { margin-bottom: 36px; padding: 28px 10px; }
  .team-list,.feature-grid,.feature-highlights,.content-grid,.icon-list,.fact-boxes {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 12px;
    align-items: stretch;
  }
  .text-image-section { flex-direction: column; gap: 18px; }
  .btn-primary, .cta-btn { padding: 11px 14px; font-size: 1rem; }
  .content-wrapper { gap: 14px; }
  .container { padding: 0 8px; }
  .footer-menu { gap: 7px; }
  .footer-brand img { height: 38px; }
  .card-container, .card { margin-bottom: 13px; }
  .mobile-menu-toggle { display: inline-block; margin-left: 9px; }
  .main-nav, .cta-btn { display: none !important; }
}
@media (min-width: 769px) {
  .mobile-menu, .mobile-menu.open { display: none !important; }
  .mobile-menu-toggle { display: none !important; }
  .main-nav { display: flex !important; }
  .cta-btn { display: inline-block !important; }
}
@media (max-width: 440px) {
  .footer-brand img { height: 30px; }
  .cookie-banner-content { font-size: 14px; }
}

/* === Hide Desktop Nav on Mobile === */
@media (max-width: 768px) {
  .main-nav { display: none; }
  .cta-btn { display: none; }
}

/* === Visual Effects - Organic Shadows === */
.card, .feature-grid > div, .feature-highlights > div, .restaurant-description, .fact-boxes div, .testimonials .testimonial-card, .footer-brand, .team-member, .testimonial-card, .cookie-modal, .hero, .section {
  transition: box-shadow 0.18s, transform 0.16s;
}
.card:active, .feature-grid > div:active, .feature-highlights > div:active, .testimonial-card:active {
  transform: scale(0.98);
}

/* === Misc Spacing === */
ul, ol { margin-bottom: 10px; }
ul li, ol li { margin-bottom: 3px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { letter-spacing: 0.1px; }

/* === Scrollbar Customization (Optional) === */
body::-webkit-scrollbar {
  width: 10px;
  background: #E7ECE6;
}
body::-webkit-scrollbar-thumb {
  background: #CCE7D0;
  border-radius: 10px;
}

/* === Accessibility === */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation-duration: 0.01ms !important;
  }
}
